@omnia/fx 8.0.100-vnext → 8.0.102-vnext

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +25 -42
  3. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +19 -7
  4. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +50 -26
  5. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +17 -8
  6. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +10 -1
  7. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +3 -6
  8. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +73 -52
  9. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +18 -3
  10. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +295 -50
  11. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor_old.d.ts +66 -0
  12. package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +1 -2
  13. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +208 -38
  14. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer_older.d.ts +40 -0
  15. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +23 -11
  16. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +141 -70
  17. package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +2 -16
  19. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +159 -17
  20. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.css.d.ts +18 -0
  21. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker_old.d.ts +17 -0
  22. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.css.d.ts +15 -0
  23. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.d.ts +91 -0
  24. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.css.d.ts +6 -0
  25. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.d.ts +104 -0
  26. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +0 -1
  27. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -0
  28. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +2 -1
  29. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +17 -0
  30. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
  31. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +25 -0
  32. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
  34. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +11 -0
  35. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +47 -2
  36. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +20 -20
  37. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +27 -11
  38. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +44 -25
  39. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +213 -143
  40. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +22 -10
  41. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +25 -16
  42. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +22 -10
  43. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +464 -101
  44. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +21 -10
  45. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +27 -13
  46. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +155 -34
  47. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +172 -48
  48. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
  49. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +5 -1
  50. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +53 -24
  51. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +26 -2
  52. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +6 -5
  53. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +128 -57
  54. package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
  55. package/package.json +2 -2
@@ -1 +1 @@
1
- {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeStore","VersionedLayoutStore","defineStore","defineStoreV2","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdUserService","AzureOpenAIService","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FileStorageService","GroupIdentityService","GroupService","IdentityPropertyBindingProvider","IdentityService","IdentitySyncProviderService","ImageProxyService","LocalizationService","ManifestService","MediaPickerService","MicrosoftStreamService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
1
+ {"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeStore","VersionedLayoutStore","defineStore","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdUserService","AzureOpenAIService","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FileStorageService","GroupIdentityService","GroupService","IdentityPropertyBindingProvider","IdentityService","IdentitySyncProviderService","ImageProxyService","LocalizationService","ManifestService","MediaPickerService","MicrosoftStreamService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","RealtimeService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
@@ -1,58 +1,41 @@
1
- import { EventHook } from "../core";
1
+ import { MessageBusExposeOnlySubscription } from "../core";
2
+ import { IMessageBusSubscriptionHandler, IMessageBusTopicPublishSubscriber } from "@omnia/fx-models";
2
3
  type MutateFn<T> = (value: T | ((prev: T) => T)) => void;
3
- type StoreGettersContext<TState extends object, TInternalState extends object, TGetterSetupCtx extends object> = StoreStateContext<TState, TInternalState> & {
4
- setup: TGetterSetupCtx;
5
- };
6
- type StoreStateContext<TState extends object, TInternalState extends object> = {
7
- state: TState;
8
- internalState: TInternalState;
9
- };
10
- type StoreActionContext<TState extends object, TInternalState extends object, TGetters, TEvents extends Record<string, EventHook<any>>, TSetup extends object> = StoreStateContext<TState, TInternalState> & {
11
- get: TGetters;
12
- mutate: {
13
- [K in keyof TState]: MutateFn<TState[K]>;
14
- };
15
- events: TEvents;
16
- setup: TSetup;
17
- };
18
- type StoreActivatedContext<TState extends object, TInternalState extends object, TGetters, TActions, TEvents extends Record<string, EventHook<any>>, TSetup extends object> = StoreActionContext<TState, TInternalState, TGetters, TEvents, TSetup> & {
19
- actions: TActions;
20
- setup: TSetup;
21
- };
22
- type Events<TState extends object, TEvents extends Record<string, EventHook<any>>> = {
23
- [K in keyof TState as `onMutating${Capitalize<string & K>}` | `onMutated${Capitalize<string & K>}`]: EventHook<TState[K]>;
4
+ type Events<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>>> = {
5
+ [K in keyof TState as `onMutating${Capitalize<string & K>}` | `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<TState[K]>;
24
6
  } & TEvents;
7
+ type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) => any ? (...args: U) => void : never;
8
+ type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> | infer Y ? (result: Y, ...args: U) => void : never;
9
+ type MapActionOnFailure<T extends Function> = T extends (...args: infer U) => any ? (failureReason: any, ...args: U) => void : never;
10
+ type ReturnDefineAction<TAction extends {
11
+ [key: string]: Function;
12
+ }> = {
13
+ onDispatching<T extends (...args: any) => any>(action: (actions: TAction) => T, fn: MapActionOnDispatching<T>): IMessageBusSubscriptionHandler;
14
+ onDispatched<T extends (...args: any) => any>(action: (actions: TAction) => T, fn: MapActionOnDispatched<T>): IMessageBusSubscriptionHandler;
15
+ onFailure<T extends (...args: any) => any>(action: (actions: TAction) => T, fn: MapActionOnFailure<T>): IMessageBusSubscriptionHandler;
16
+ } & TAction;
25
17
  interface SetupContext {
26
- createState<TState extends object, TEvents extends Record<string, EventHook<any>>>(state: TState): {
18
+ defineState<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>>>(state: TState): {
27
19
  state: TState;
28
20
  events: Events<TState, TEvents>;
29
21
  mutate: {
30
22
  [K in keyof TState]: MutateFn<TState[K]>;
31
23
  };
32
24
  };
25
+ defineAction<TActions extends {
26
+ [key: string]: Function;
27
+ }>(actions: TActions): ReturnDefineAction<TActions>;
33
28
  }
34
- interface ReturnSetup<TState, TGetters, TActions, TEvents> {
29
+ export interface IReturnSetupStore<TState, TGetters, TActions extends {
30
+ [key: string]: Function;
31
+ }, TEvents> {
35
32
  state?: TState;
36
33
  get?: TGetters;
37
- actions?: TActions;
34
+ actions?: ReturnDefineAction<TActions>;
38
35
  events?: TEvents;
39
36
  deactivated?(): void;
40
37
  }
41
- export declare function defineStoreV2<TState extends object, TGetters extends object, TActions extends object, TEvents extends Record<string, EventHook<any>>, InferReturnSetup extends ReturnSetup<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupContext) => InferReturnSetup): (newInstanceWithName?: string) => InferReturnSetup;
42
- export declare function defineStore<TState extends object = {}, TInternalState extends object = {}, TSetup extends object = {}, TGetters extends object = {}, TActions extends object = {}, TEvents extends Record<string, EventHook<any>> = {}>(name: string, definition: {
43
- state: () => TState;
44
- internalState?: () => TInternalState;
45
- setup?: (ctx: StoreStateContext<TState, TInternalState>) => TSetup;
46
- getters?: (ctx: StoreGettersContext<TState, TInternalState, TSetup>) => TGetters;
47
- actions?: <TActionGetters extends TGetters = TGetters, TActionSetup extends TSetup = TSetup>(ctx: StoreActionContext<TState, TInternalState, TActionGetters, Events<TState, TEvents>, TActionSetup>) => TActions;
48
- activated?: <TSetupGetters extends TGetters = TGetters, TSetupActions extends TActions = TActions, TActivatedSetup extends TSetup = TSetup>(ctx: StoreActivatedContext<TState, TInternalState, TSetupGetters, TSetupActions, Events<TState, TEvents>, TActivatedSetup>) => void;
49
- deactivated?: <TSetupGetters extends TGetters = TGetters, TSetupActions extends TActions = TActions, TActivatedSetup extends TSetup = TSetup>(ctx: StoreActivatedContext<TState, TInternalState, TSetupGetters, TSetupActions, Events<TState, TEvents>, TActivatedSetup>) => void;
50
- events?: TEvents;
51
- }): (newInstanceWithName?: string) => {
52
- state: TState;
53
- get: TGetters;
54
- actions: TActions;
55
- events: Events<TState, TEvents>;
56
- deactivated(): void;
57
- };
38
+ export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
39
+ [key: string]: Function;
40
+ }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupContext) => InferReturnSetup): (newInstanceWithName?: string) => InferReturnSetup;
58
41
  export {};
@@ -1,18 +1,30 @@
1
1
  import { LocalizationTargetTypes } from "../models";
2
2
  export declare const useLocalizationStore: (newInstanceWithName?: string) => {
3
3
  state: {};
4
+ events: {} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
5
+ actions: {
6
+ onDispatching<T extends (...args: any) => any>(action: (actions: {
7
+ ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
8
+ merge: (value: object) => void;
9
+ }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10
+ onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
11
+ ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
12
+ merge: (value: object) => void;
13
+ }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
14
+ onFailure<T_2 extends (...args: any) => any>(action: (actions: {
15
+ ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
16
+ merge: (value: object) => void;
17
+ }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
+ } & {
19
+ ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
20
+ merge: (value: object) => void;
21
+ };
4
22
  get: {
5
23
  state: () => {
6
24
  [key: string]: {};
7
25
  };
8
26
  replace(text: string): string;
9
27
  value: (key: string) => string;
10
- path: <T>(namespace: string, exp: (localize: T) => string) => string;
11
- };
12
- actions: {
13
- ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
14
- merge: (value: object) => void;
28
+ path: <T_3>(namespace: string, exp: (localize: T_3) => string) => string;
15
29
  };
16
- events: {};
17
- deactivated(): void;
18
30
  };
@@ -2,7 +2,7 @@ declare const HostTypeDefinitions: readonly ["admin", "editor", "docs"];
2
2
  export type HostTypes = typeof HostTypeDefinitions[number];
3
3
  declare const ComponentHostTypeDefinitions: readonly ["dialog", "drawer", "expansion-panel", "blade", "app", "table", "appbar", "toolbar", "tab", "tab-vertical", "panel", "omfx", "menu"];
4
4
  export type ComponentHostTypes = typeof ComponentHostTypeDefinitions[number];
5
- declare const ComponentVariantDefinitions: readonly ["footer", "content", "navigation", "header", "settings", "info-section", "default", "section"];
5
+ declare const ComponentVariantDefinitions: readonly ["footer", "content", "navigation", "header", "settings", "info-section", "default", "section", "options"];
6
6
  export type ComponentVariants = typeof ComponentVariantDefinitions[number];
7
7
  export interface NewHostSettings {
8
8
  host?: HostTypes;
@@ -14,39 +14,63 @@ export interface NewHostSettings {
14
14
  export declare const useCompontentHostStore: (newInstanceWithName?: string) => {
15
15
  state: {
16
16
  host: "admin" | "editor" | "docs";
17
- componentHost: "dialog" | "menu" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
18
- componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
17
+ componentHost: "dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "tab-vertical" | "panel" | "omfx";
18
+ componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section";
19
19
  appliedComponents: string[];
20
20
  force: boolean;
21
21
  };
22
+ events: {
23
+ onMutatingHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
24
+ onMutatedHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
25
+ onMutatingComponentHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "tab-vertical" | "panel" | "omfx">;
26
+ onMutatedComponentHost: import("@omnia/fx").MessageBusExposeOnlySubscription<"dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "tab-vertical" | "panel" | "omfx">;
27
+ onMutatingComponentVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
28
+ onMutatedComponentVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
29
+ onMutatingAppliedComponents: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
30
+ onMutatedAppliedComponents: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
31
+ onMutatingForce: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
32
+ onMutatedForce: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
33
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
34
+ actions: {
35
+ onDispatching<T extends (...args: any) => any>(action: (actions: {
36
+ addAppliedComponent(host: string): void;
37
+ setHost(type: HostTypes): void;
38
+ setComponentHost(type: ComponentHostTypes): void;
39
+ setComponentVariant(variant: ComponentVariants): void;
40
+ setForce(value: boolean): void;
41
+ provideNewHost(settings: NewHostSettings): void;
42
+ }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
+ onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
44
+ addAppliedComponent(host: string): void;
45
+ setHost(type: HostTypes): void;
46
+ setComponentHost(type: ComponentHostTypes): void;
47
+ setComponentVariant(variant: ComponentVariants): void;
48
+ setForce(value: boolean): void;
49
+ provideNewHost(settings: NewHostSettings): void;
50
+ }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
51
+ onFailure<T_2 extends (...args: any) => any>(action: (actions: {
52
+ addAppliedComponent(host: string): void;
53
+ setHost(type: HostTypes): void;
54
+ setComponentHost(type: ComponentHostTypes): void;
55
+ setComponentVariant(variant: ComponentVariants): void;
56
+ setForce(value: boolean): void;
57
+ provideNewHost(settings: NewHostSettings): void;
58
+ }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
+ } & {
60
+ addAppliedComponent(host: string): void;
61
+ setHost(type: HostTypes): void;
62
+ setComponentHost(type: ComponentHostTypes): void;
63
+ setComponentVariant(variant: ComponentVariants): void;
64
+ setForce(value: boolean): void;
65
+ provideNewHost(settings: NewHostSettings): void;
66
+ };
22
67
  get: {
23
68
  canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
24
69
  readonly host: "admin" | "editor" | "docs";
25
- readonly componentHost: "dialog" | "menu" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx";
26
- readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section";
70
+ readonly componentHost: "dialog" | "menu" | "table" | "toolbar" | "tab" | "app" | "drawer" | "expansion-panel" | "blade" | "appbar" | "tab-vertical" | "panel" | "omfx";
71
+ readonly componentVariant: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "info-section";
27
72
  readonly force: boolean;
28
73
  appliedComponents(host: string): boolean;
29
74
  };
30
- actions: {
31
- provideNewHost: (settings: NewHostSettings) => void;
32
- setHost: (type: HostTypes) => void;
33
- setComponentHost: (type: ComponentHostTypes) => void;
34
- setComponentVariant: (variant: ComponentVariants) => void;
35
- setForce: (value: boolean) => void;
36
- addAppliedComponent: (host: string) => void;
37
- };
38
- events: {
39
- onMutatingHost: import("@omnia/fx").EventHook<"admin" | "editor" | "docs">;
40
- onMutatedHost: import("@omnia/fx").EventHook<"admin" | "editor" | "docs">;
41
- onMutatingComponentHost: import("@omnia/fx").EventHook<"dialog" | "menu" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
42
- onMutatedComponentHost: import("@omnia/fx").EventHook<"dialog" | "menu" | "table" | "toolbar" | "tab" | "blade" | "app" | "drawer" | "expansion-panel" | "appbar" | "tab-vertical" | "panel" | "omfx">;
43
- onMutatingComponentVariant: import("@omnia/fx").EventHook<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
44
- onMutatedComponentVariant: import("@omnia/fx").EventHook<"section" | "navigation" | "default" | "footer" | "header" | "content" | "settings" | "info-section">;
45
- onMutatingAppliedComponents: import("@omnia/fx").EventHook<string[]>;
46
- onMutatedAppliedComponents: import("@omnia/fx").EventHook<string[]>;
47
- onMutatingForce: import("@omnia/fx").EventHook<boolean>;
48
- onMutatedForce: import("@omnia/fx").EventHook<boolean>;
49
- };
50
- deactivated(): void;
51
75
  };
52
76
  export {};
@@ -2,15 +2,24 @@ export declare const useCompontentSharedSettingsStore: (newInstanceWithName?: st
2
2
  state: {
3
3
  settings: any;
4
4
  };
5
- get: {
6
- settings<TSettings>(): TSettings;
7
- };
5
+ events: {
6
+ onMutatingSettings: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
7
+ onMutatedSettings: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
8
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
8
9
  actions: {
9
- updateSettings: (settings: any) => void;
10
+ onDispatching<T extends (...args: any) => any>(action: (actions: {
11
+ updateSettings(settings: any): void;
12
+ }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
13
+ onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
14
+ updateSettings(settings: any): void;
15
+ }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
16
+ onFailure<T_2 extends (...args: any) => any>(action: (actions: {
17
+ updateSettings(settings: any): void;
18
+ }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
+ } & {
20
+ updateSettings(settings: any): void;
10
21
  };
11
- events: {
12
- onMutatingSettings: import("@omnia/fx").EventHook<any>;
13
- onMutatedSettings: import("@omnia/fx").EventHook<any>;
22
+ get: {
23
+ settings<TSettings>(): TSettings;
14
24
  };
15
- deactivated(): void;
16
25
  };
@@ -1,4 +1,5 @@
1
- import { ComputedOptions, MethodOptions, ComponentOptionsMixin, EmitsOptions, ComponentInjectOptions, ComponentPropsOptions, DefineComponent, ComponentObjectPropsOptions, Prop, PropType, ObjectEmitsOptions, CreateComponentPublicInstance, ExtractPropTypes, ExtractDefaultPropTypes, ComponentOptionsBase, RenderFunction, SlotsType, ComponentOptions, Slot } from "vue";
1
+ import { SubscriptionHandler } from "@omnia/fx";
2
+ import { ComputedOptions, MethodOptions, ComponentOptionsMixin, EmitsOptions, ComponentInjectOptions, ComponentPropsOptions, DefineComponent, ComponentObjectPropsOptions, Prop, PropType, ObjectEmitsOptions, CreateComponentPublicInstance, ExtractPropTypes, ExtractDefaultPropTypes, ComponentOptionsBase, RenderFunction, watchEffect, SlotsType, ComponentOptions, Slot, watch } from "vue";
2
3
  import { LooseRequired, UnionToIntersection, Prettify } from "@vue/shared";
3
4
  import { ThemeableComponentProps, WebComponentBundleManifest } from "@omnia/fx-models";
4
5
  import { useColorSchemaSetup, useBlueprintSetup } from "./use";
@@ -91,6 +92,10 @@ type ExtractMixin<T> = {
91
92
  type IsDefaultMixinComponent<T> = T extends ComponentOptionsMixin ? ComponentOptionsMixin extends T ? true : false : false;
92
93
  type IntersectionMixin<T> = IsDefaultMixinComponent<T> extends true ? OptionTypesType<{}, {}, {}, {}, {}> : UnionToIntersection<ExtractMixin<T>>;
93
94
  type UnwrapMixinsType<T, Type extends OptionTypesKeys> = T extends OptionTypesType ? T[Type] : never;
95
+ type UseState = <T>(state?: T) => {
96
+ state: T;
97
+ setState(state: T): void;
98
+ };
94
99
  type SetupContext<Props, E = EmitsOptions> = E extends any ? {
95
100
  attrs: Data;
96
101
  slots: ExtractPropSlots<Props>;
@@ -100,6 +105,10 @@ type SetupContext<Props, E = EmitsOptions> = E extends any ? {
100
105
  validator: IValidatorBase;
101
106
  emit: EmitFn<E>;
102
107
  expose: (exposed?: Record<string, any>) => void;
108
+ useState: UseState;
109
+ watch: typeof watch;
110
+ watchEffect: typeof watchEffect;
111
+ subscriber: SubscriptionHandler;
103
112
  } : never;
104
113
  interface ComponentOptionsBaseExtends<Props, RawBindings, D, C extends ComputedOptions, M extends MethodOptions, Mixin extends ComponentOptionsMixin, Extends extends ComponentOptionsMixin, E extends EmitsOptions, EE extends string = string, Defaults = {}, I extends ComponentInjectOptions = {}, II extends string = string> extends ComponentOptionsBase<ExcludeJsxPropKeys<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, Defaults, I, II> {
105
114
  setup?: (this: void, props: LooseRequired<ExcludeJsxPropKeys<Props> & Prettify<UnwrapMixinsType<IntersectionMixin<Mixin> & IntersectionMixin<Extends>, "P">>>, ctx: SetupContext<Props, E>) => Promise<RawBindings> | RawBindings | RenderFunction | void;
@@ -2,11 +2,8 @@ export declare const useTestNewStore: (newInstanceWithName?: string) => {
2
2
  state: {
3
3
  title: number;
4
4
  };
5
- get: {};
6
- actions: {};
7
5
  events: {
8
- onMutatingTitle: import("@omnia/fx").EventHook<number>;
9
- onMutatedTitle: import("@omnia/fx").EventHook<number>;
10
- };
11
- deactivated(): void;
6
+ onMutatingTitle: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
7
+ onMutatedTitle: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
8
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
12
9
  };
@@ -26,64 +26,85 @@ export declare const useFeatureJourneyStore: (newInstanceWithName?: string) => {
26
26
  appInstance: AppInstance;
27
27
  appTemplate: AppTemplate;
28
28
  };
29
- get: {
30
- isLoading: () => boolean;
31
- getFeaturesByCategory: (category: string) => FeatureInstanceDetails<FeatureInstance>[];
32
- };
29
+ events: {
30
+ onMutatingTargetResolverType: import("@omnia/fx").MessageBusExposeOnlySubscription<TargetResolverTypes>;
31
+ onMutatedTargetResolverType: import("@omnia/fx").MessageBusExposeOnlySubscription<TargetResolverTypes>;
32
+ onMutatingIsLoadingPermissions: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
33
+ onMutatedIsLoadingPermissions: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
34
+ onMutatingIsLoadingFeatures: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
35
+ onMutatedIsLoadingFeatures: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
36
+ onMutatingHasSearchFilter: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
37
+ onMutatedHasSearchFilter: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
38
+ onMutatingIsLoadingApp: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
39
+ onMutatedIsLoadingApp: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
40
+ onMutatingIsUpgradingFull: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
41
+ onMutatedIsUpgradingFull: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
42
+ onMutatingSelectedFeature: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
43
+ onMutatedSelectedFeature: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
44
+ onMutatingActiveFeature: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
45
+ onMutatedActiveFeature: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
46
+ onMutatingFeaturesInstances: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>[]>;
47
+ onMutatedFeaturesInstances: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>[]>;
48
+ onMutatingFeaturesRequireUpgrade: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>[]>;
49
+ onMutatedFeaturesRequireUpgrade: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>[]>;
50
+ onMutatingBindingState: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
51
+ onMutatedBindingState: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
52
+ onMutatingAllowCheckingStatus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
53
+ onMutatedAllowCheckingStatus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
54
+ onMutatingRequiredConsentFeatures: import("@omnia/fx").MessageBusExposeOnlySubscription<Record<string, RequiredAzureAdPermission[]>>;
55
+ onMutatedRequiredConsentFeatures: import("@omnia/fx").MessageBusExposeOnlySubscription<Record<string, RequiredAzureAdPermission[]>>;
56
+ onMutatingCurrentConsentFeatureId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
57
+ onMutatedCurrentConsentFeatureId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
58
+ onMutatingConsentDialogVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
59
+ onMutatedConsentDialogVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
60
+ onMutatingConsentUrlDialogVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
61
+ onMutatedConsentUrlDialogVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
62
+ onMutatingDeleteAppDialog: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
63
+ onMutatedDeleteAppDialog: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
64
+ onMutatingFeatureDeactive: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
65
+ onMutatedFeatureDeactive: import("@omnia/fx").MessageBusExposeOnlySubscription<FeatureInstanceDetails<FeatureInstance>>;
66
+ onMutatingAzureAdPermissionResourcesPromise: import("@omnia/fx").MessageBusExposeOnlySubscription<Promise<AzurePermissionResource[]>>;
67
+ onMutatedAzureAdPermissionResourcesPromise: import("@omnia/fx").MessageBusExposeOnlySubscription<Promise<AzurePermissionResource[]>>;
68
+ onMutatingResources: import("@omnia/fx").MessageBusExposeOnlySubscription<AzurePermissionResource[]>;
69
+ onMutatedResources: import("@omnia/fx").MessageBusExposeOnlySubscription<AzurePermissionResource[]>;
70
+ onMutatingConsentUrl: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
71
+ onMutatedConsentUrl: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
72
+ onMutatingAppInstance: import("@omnia/fx").MessageBusExposeOnlySubscription<AppInstance>;
73
+ onMutatedAppInstance: import("@omnia/fx").MessageBusExposeOnlySubscription<AppInstance>;
74
+ onMutatingAppTemplate: import("@omnia/fx").MessageBusExposeOnlySubscription<AppTemplate>;
75
+ onMutatedAppTemplate: import("@omnia/fx").MessageBusExposeOnlySubscription<AppTemplate>;
76
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
33
77
  actions: {
78
+ onDispatching<T extends (...args: any) => any>(action: (actions: {
79
+ setTargetResolverType: (targetResolverType: TargetResolverTypes) => void;
80
+ loadFeatures: (appInstanceId?: GuidValue) => Promise<void>;
81
+ toggelSelectedFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
82
+ setActiveFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
83
+ searchFeatures: (searchText: string) => void;
84
+ }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
85
+ onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
86
+ setTargetResolverType: (targetResolverType: TargetResolverTypes) => void;
87
+ loadFeatures: (appInstanceId?: GuidValue) => Promise<void>;
88
+ toggelSelectedFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
89
+ setActiveFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
90
+ searchFeatures: (searchText: string) => void;
91
+ }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
92
+ onFailure<T_2 extends (...args: any) => any>(action: (actions: {
93
+ setTargetResolverType: (targetResolverType: TargetResolverTypes) => void;
94
+ loadFeatures: (appInstanceId?: GuidValue) => Promise<void>;
95
+ toggelSelectedFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
96
+ setActiveFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
97
+ searchFeatures: (searchText: string) => void;
98
+ }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
99
+ } & {
34
100
  setTargetResolverType: (targetResolverType: TargetResolverTypes) => void;
35
101
  loadFeatures: (appInstanceId?: GuidValue) => Promise<void>;
36
102
  toggelSelectedFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
37
103
  setActiveFeature: (feature: FeatureInstanceDetails<FeatureInstance>) => void;
38
104
  searchFeatures: (searchText: string) => void;
39
105
  };
40
- events: {
41
- onMutatingTargetResolverType: import("@omnia/fx").EventHook<TargetResolverTypes>;
42
- onMutatedTargetResolverType: import("@omnia/fx").EventHook<TargetResolverTypes>;
43
- onMutatingIsLoadingPermissions: import("@omnia/fx").EventHook<boolean>;
44
- onMutatedIsLoadingPermissions: import("@omnia/fx").EventHook<boolean>;
45
- onMutatingIsLoadingFeatures: import("@omnia/fx").EventHook<boolean>;
46
- onMutatedIsLoadingFeatures: import("@omnia/fx").EventHook<boolean>;
47
- onMutatingHasSearchFilter: import("@omnia/fx").EventHook<boolean>;
48
- onMutatedHasSearchFilter: import("@omnia/fx").EventHook<boolean>;
49
- onMutatingIsLoadingApp: import("@omnia/fx").EventHook<boolean>;
50
- onMutatedIsLoadingApp: import("@omnia/fx").EventHook<boolean>;
51
- onMutatingIsUpgradingFull: import("@omnia/fx").EventHook<boolean>;
52
- onMutatedIsUpgradingFull: import("@omnia/fx").EventHook<boolean>;
53
- onMutatingSelectedFeature: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>>;
54
- onMutatedSelectedFeature: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>>;
55
- onMutatingActiveFeature: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>>;
56
- onMutatedActiveFeature: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>>;
57
- onMutatingFeaturesInstances: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>[]>;
58
- onMutatedFeaturesInstances: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>[]>;
59
- onMutatingFeaturesRequireUpgrade: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>[]>;
60
- onMutatedFeaturesRequireUpgrade: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>[]>;
61
- onMutatingBindingState: import("@omnia/fx").EventHook<string>;
62
- onMutatedBindingState: import("@omnia/fx").EventHook<string>;
63
- onMutatingAllowCheckingStatus: import("@omnia/fx").EventHook<boolean>;
64
- onMutatedAllowCheckingStatus: import("@omnia/fx").EventHook<boolean>;
65
- onMutatingRequiredConsentFeatures: import("@omnia/fx").EventHook<Record<string, RequiredAzureAdPermission[]>>;
66
- onMutatedRequiredConsentFeatures: import("@omnia/fx").EventHook<Record<string, RequiredAzureAdPermission[]>>;
67
- onMutatingCurrentConsentFeatureId: import("@omnia/fx").EventHook<string>;
68
- onMutatedCurrentConsentFeatureId: import("@omnia/fx").EventHook<string>;
69
- onMutatingConsentDialogVisible: import("@omnia/fx").EventHook<boolean>;
70
- onMutatedConsentDialogVisible: import("@omnia/fx").EventHook<boolean>;
71
- onMutatingConsentUrlDialogVisible: import("@omnia/fx").EventHook<boolean>;
72
- onMutatedConsentUrlDialogVisible: import("@omnia/fx").EventHook<boolean>;
73
- onMutatingDeleteAppDialog: import("@omnia/fx").EventHook<boolean>;
74
- onMutatedDeleteAppDialog: import("@omnia/fx").EventHook<boolean>;
75
- onMutatingFeatureDeactive: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>>;
76
- onMutatedFeatureDeactive: import("@omnia/fx").EventHook<FeatureInstanceDetails<FeatureInstance>>;
77
- onMutatingAzureAdPermissionResourcesPromise: import("@omnia/fx").EventHook<Promise<AzurePermissionResource[]>>;
78
- onMutatedAzureAdPermissionResourcesPromise: import("@omnia/fx").EventHook<Promise<AzurePermissionResource[]>>;
79
- onMutatingResources: import("@omnia/fx").EventHook<AzurePermissionResource[]>;
80
- onMutatedResources: import("@omnia/fx").EventHook<AzurePermissionResource[]>;
81
- onMutatingConsentUrl: import("@omnia/fx").EventHook<string>;
82
- onMutatedConsentUrl: import("@omnia/fx").EventHook<string>;
83
- onMutatingAppInstance: import("@omnia/fx").EventHook<AppInstance>;
84
- onMutatedAppInstance: import("@omnia/fx").EventHook<AppInstance>;
85
- onMutatingAppTemplate: import("@omnia/fx").EventHook<AppTemplate>;
86
- onMutatedAppTemplate: import("@omnia/fx").EventHook<AppTemplate>;
106
+ get: {
107
+ isLoading: () => boolean;
108
+ getFeaturesByCategory(category: string): FeatureInstanceDetails<FeatureInstance>[];
87
109
  };
88
- deactivated(): void;
89
110
  };
@@ -102,6 +102,9 @@ declare const _default: {
102
102
  } & {
103
103
  left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
104
104
  right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
105
+ renderer?: (renderProps: {
106
+ identities: Array<IResolvedIdentity>;
107
+ }) => VNodeChild;
105
108
  };
106
109
  readonly modelValue?: Identity[];
107
110
  readonly "onUpdate:modelValue"?: (value: Identity[]) => any;
@@ -132,6 +135,9 @@ declare const _default: {
132
135
  } & {
133
136
  left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
134
137
  right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
138
+ renderer?: (renderProps: {
139
+ identities: Array<IResolvedIdentity>;
140
+ }) => VNodeChild;
135
141
  }>;
136
142
  hideUsername: {
137
143
  type: import("vue").PropType<boolean>;
@@ -225,7 +231,7 @@ declare const _default: {
225
231
  type: import("vue").PropType<Identity[]>;
226
232
  required: false;
227
233
  };
228
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
234
+ }>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
229
235
  beforeCreate?: (() => void) | (() => void)[];
230
236
  created?: (() => void) | (() => void)[];
231
237
  beforeMount?: (() => void) | (() => void)[];
@@ -251,6 +257,9 @@ declare const _default: {
251
257
  } & {
252
258
  left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
253
259
  right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
260
+ renderer?: (renderProps: {
261
+ identities: Array<IResolvedIdentity>;
262
+ }) => VNodeChild;
254
263
  }>;
255
264
  hideUsername: {
256
265
  type: import("vue").PropType<boolean>;
@@ -344,7 +353,7 @@ declare const _default: {
344
353
  type: import("vue").PropType<Identity[]>;
345
354
  required: false;
346
355
  };
347
- }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
356
+ }>> & import("vue").ShallowUnwrapRef<() => VNodeChild> & {} & import("vue").ComponentCustomProperties & {};
348
357
  __isFragment?: never;
349
358
  __isTeleport?: never;
350
359
  __isSuspense?: never;
@@ -354,6 +363,9 @@ declare const _default: {
354
363
  } & {
355
364
  left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
356
365
  right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
366
+ renderer?: (renderProps: {
367
+ identities: Array<IResolvedIdentity>;
368
+ }) => VNodeChild;
357
369
  }>;
358
370
  hideUsername: {
359
371
  type: import("vue").PropType<boolean>;
@@ -447,7 +459,7 @@ declare const _default: {
447
459
  type: import("vue").PropType<Identity[]>;
448
460
  required: false;
449
461
  };
450
- }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
462
+ }>>, () => VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
451
463
  propsDefinition: Omit<Readonly<{} & {
452
464
  inline?: boolean;
453
465
  size?: "small" | "default" | "large" | "x-large" | "x-small";
@@ -479,6 +491,9 @@ declare const _default: {
479
491
  } & {
480
492
  left?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
481
493
  right?: (resolvedIdentity: IResolvedIdentity) => VNodeChild;
494
+ renderer?: (renderProps: {
495
+ identities: Array<IResolvedIdentity>;
496
+ }) => VNodeChild;
482
497
  };
483
498
  modelValue?: Identity[];
484
499
  "onUpdate:modelValue"?: (value: Identity[]) => any;