Merge remote-tracking branch 'origin/main' into feature/property-editor-tags

This commit is contained in:
Lone Iversen
2023-04-19 13:24:06 +02:00
3 changed files with 909 additions and 909 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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",

View File

@@ -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) => {