Merge remote-tracking branch 'origin/v10/dev' into v10/dev
This commit is contained in:
@@ -43,6 +43,8 @@ public class MultiUrlPickerPropertyEditor : DataEditor
|
||||
SupportsReadOnly = true;
|
||||
}
|
||||
|
||||
public override IPropertyIndexValueFactory PropertyIndexValueFactory { get; } = new NoopPropertyIndexValueFactory();
|
||||
|
||||
protected override IConfigurationEditor CreateConfigurationEditor() =>
|
||||
new MultiUrlPickerConfigurationEditor(_ioHelper, _editorConfigurationParser);
|
||||
|
||||
|
||||
2016
src/Umbraco.Web.UI.Client/package-lock.json
generated
2016
src/Umbraco.Web.UI.Client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -18,9 +18,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/signalr": "6.0.9",
|
||||
"@umbraco-ui/uui": "1.2.1",
|
||||
"@umbraco-ui/uui-css": "1.2.1",
|
||||
"ace-builds": "1.10.1",
|
||||
"@umbraco-ui/uui": "1.3.0",
|
||||
"@umbraco-ui/uui-css": "1.3.0",
|
||||
"ace-builds": "1.22.1",
|
||||
"angular": "1.8.3",
|
||||
"angular-animate": "1.8.3",
|
||||
"angular-aria": "1.8.3",
|
||||
@@ -39,10 +39,10 @@
|
||||
"bootstrap-social": "5.1.1",
|
||||
"chart.js": "^2.9.3",
|
||||
"clipboard": "2.0.11",
|
||||
"diff": "5.0.0",
|
||||
"diff": "5.1.0",
|
||||
"flatpickr": "4.6.13",
|
||||
"font-awesome": "4.7.0",
|
||||
"jquery": "3.6.1",
|
||||
"jquery": "3.7.0",
|
||||
"jquery-ui-dist": "1.13.2",
|
||||
"jquery-ui-touch-punch": "0.2.3",
|
||||
"lazyload-js": "1.0.0",
|
||||
@@ -52,13 +52,13 @@
|
||||
"spectrum-colorpicker2": "2.0.9",
|
||||
"tinymce": "4.9.11",
|
||||
"typeahead.js": "0.11.1",
|
||||
"underscore": "1.13.4",
|
||||
"underscore": "1.13.6",
|
||||
"wicg-inert": "3.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.19.1",
|
||||
"@babel/preset-env": "7.19.1",
|
||||
"autoprefixer": "10.4.4",
|
||||
"autoprefixer": "10.4.14",
|
||||
"cssnano": "5.1.13",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-angular-embed-templates": "2.3.0",
|
||||
|
||||
Reference in New Issue
Block a user