@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
@@ -5,19 +5,31 @@ export declare const useVelcronDefinitionStore: (newInstanceWithName?: string) =
5
5
  filters: string[];
6
6
  };
7
7
  get: {
8
- byId: (id: Guid) => VelcronDefinitionRegistration<object>;
9
- byFilters: (filters: string[]) => VelcronDefinitionRegistration<object>[];
8
+ byId(id: Guid): VelcronDefinitionRegistration<object>;
9
+ byFilters(filters: string[]): VelcronDefinitionRegistration<object>[];
10
10
  readonly filters: string[];
11
11
  };
12
12
  actions: {
13
- addDefinition: (registration: VelcronDefinitionRegistration) => void;
14
- load: () => Promise<unknown>;
13
+ onDispatching<T extends (...args: any) => any>(action: (actions: {
14
+ addDefinition(registration: VelcronDefinitionRegistration): void;
15
+ load(): Promise<VelcronDefinitionRegistration<object>[]>;
16
+ }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
18
+ addDefinition(registration: VelcronDefinitionRegistration): void;
19
+ load(): Promise<VelcronDefinitionRegistration<object>[]>;
20
+ }) => 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;
21
+ onFailure<T_2 extends (...args: any) => any>(action: (actions: {
22
+ addDefinition(registration: VelcronDefinitionRegistration): void;
23
+ load(): Promise<VelcronDefinitionRegistration<object>[]>;
24
+ }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ } & {
26
+ addDefinition(registration: VelcronDefinitionRegistration): void;
27
+ load(): Promise<VelcronDefinitionRegistration<object>[]>;
15
28
  };
16
29
  events: {
17
- onMutatingDefinitions: import("@omnia/fx").EventHook<VelcronDefinitionRegistration<object>[]>;
18
- onMutatedDefinitions: import("@omnia/fx").EventHook<VelcronDefinitionRegistration<object>[]>;
19
- onMutatingFilters: import("@omnia/fx").EventHook<string[]>;
20
- onMutatedFilters: import("@omnia/fx").EventHook<string[]>;
21
- };
22
- deactivated(): void;
30
+ onMutatingDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistration<object>[]>;
31
+ onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistration<object>[]>;
32
+ onMutatingFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
33
+ onMutatedFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
34
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
23
35
  };