Merge remote-tracking branch 'origin/main' into feature/slimmer-libs

This commit is contained in:
Jacob Overgaard
2023-03-13 10:20:17 +01:00
383 changed files with 18170 additions and 3333 deletions

View File

@@ -1,9 +1,9 @@
import { BehaviorSubject, map, Observable } from 'rxjs';
import { UmbContextToken } from "@umbraco-cms/context-api";
import type { UmbControllerHostInterface } from "@umbraco-cms/controller";
import type { ManifestTypes, ManifestTypeMap, ManifestBase, ManifestEntrypoint } from '../../models';
import { loadExtension } from '../load-extension.function';
import { hasInitExport } from "../has-init-export.function";
import type { UmbControllerHostInterface } from "@umbraco-cms/controller";
import { UmbContextToken } from "@umbraco-cms/context-api";
type SpecificManifestTypeOrManifestBase<T extends keyof ManifestTypeMap | string> = T extends keyof ManifestTypeMap
? ManifestTypeMap[T]

View File

@@ -1,5 +1,5 @@
import type { UmbControllerHostInterface } from "@umbraco-cms/controller";
import type { UmbExtensionRegistry } from "./registry/extension.registry";
import type { UmbControllerHostInterface } from "@umbraco-cms/controller";
/**
* Interface containing supported life-cycle functions for ESModule entrypoints