Merge remote-tracking branch 'origin/main' into feature/property-editor-tags
This commit is contained in:
1812
src/Umbraco.Web.UI.Client/package-lock.json
generated
1812
src/Umbraco.Web.UI.Client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -60,8 +60,8 @@
|
||||
"npm": ">=9.5 < 10"
|
||||
},
|
||||
"dependencies": {
|
||||
"@umbraco-ui/uui": "^1.2.0-rc.2",
|
||||
"@umbraco-ui/uui-css": "^1.2.0-rc.2",
|
||||
"@umbraco-ui/uui": "^1.2.0-rc.3",
|
||||
"@umbraco-ui/uui-css": "^1.2.0-rc.3",
|
||||
"element-internals-polyfill": "^1.1.19",
|
||||
"lit": "^2.7.0",
|
||||
"lodash-es": "4.17.21",
|
||||
|
||||
@@ -63,7 +63,6 @@ export class UmbAppElement extends UmbLitElement {
|
||||
super();
|
||||
this.#umbIconRegistry.attach(this);
|
||||
this.#uuiIconRegistry.attach(this);
|
||||
this.#setInitStatus();
|
||||
}
|
||||
|
||||
connectedCallback() {
|
||||
@@ -76,6 +75,7 @@ export class UmbAppElement extends UmbLitElement {
|
||||
OpenAPI.WITH_CREDENTIALS = true;
|
||||
|
||||
this.provideContext('UMBRACOBASE', OpenAPI.BASE);
|
||||
this.#setInitStatus();
|
||||
|
||||
// Listen for the debug event from the <umb-debug> component
|
||||
this.addEventListener(umbDebugContextEventType, (event: any) => {
|
||||
|
||||
Reference in New Issue
Block a user