@omnia/fx 8.0.62-dev → 8.0.63-dev

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 (68) hide show
  1. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +19 -7
  2. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +25 -13
  3. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +63 -27
  4. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +15 -9
  5. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +24 -12
  6. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +15 -9
  7. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +51 -21
  10. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +69 -27
  11. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +33 -15
  12. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +24 -12
  14. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +264 -60
  15. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +17 -21
  26. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +54 -52
  27. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +38 -48
  28. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
  29. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +180 -126
  30. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
  32. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +51 -21
  33. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +6 -6
  34. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +6 -6
  35. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  36. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +33 -15
  38. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +42 -18
  39. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -18
  40. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +60 -30
  41. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +15 -9
  42. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +144 -15
  43. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +15 -9
  44. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +168 -27
  45. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +15 -9
  46. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +135 -81
  47. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +24 -12
  48. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +15 -9
  49. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +15 -9
  50. package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +24 -12
  51. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +468 -342
  52. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +24 -12
  53. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +33 -15
  54. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2475 -1761
  55. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +156 -114
  56. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +180 -126
  57. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +78 -30
  58. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +862 -316
  59. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +123 -45
  60. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +204 -72
  61. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
  64. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
  65. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
  68. package/package.json +2 -2
@@ -9,18 +9,30 @@ export declare const useBlueprintEditorStore: () => {
9
9
  onMutatedBlockBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<BlockBlueprint>;
10
10
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
11
11
  actions: {
12
- onDispatching<T extends (...args: any) => any>(action: (actions: {
13
- setSelectedBlueprint(blueprintType: BlueprintTypes): void;
14
- setSelectedBlockBlueprint(blockBlueprint: BlockBlueprint): void;
15
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
16
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
17
- setSelectedBlueprint(blueprintType: BlueprintTypes): void;
18
- setSelectedBlockBlueprint(blockBlueprint: BlockBlueprint): void;
19
- }) => 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;
20
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
21
- setSelectedBlueprint(blueprintType: BlueprintTypes): void;
22
- setSelectedBlockBlueprint(blockBlueprint: BlockBlueprint): void;
23
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
12
+ onDispatching: {
13
+ setSelectedBlueprint: {
14
+ subscribe(fn: (blueprintType: BlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
+ };
16
+ setSelectedBlockBlueprint: {
17
+ subscribe(fn: (blockBlueprint: BlockBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
+ };
19
+ };
20
+ onDispatched: {
21
+ setSelectedBlueprint: {
22
+ subscribe(fn: (result: void, blueprintType: BlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
23
+ };
24
+ setSelectedBlockBlueprint: {
25
+ subscribe(fn: (result: void, blockBlueprint: BlockBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
+ };
27
+ };
28
+ onFailure: {
29
+ setSelectedBlueprint: {
30
+ subscribe(fn: (failureReason: any, blueprintType: BlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
+ };
32
+ setSelectedBlockBlueprint: {
33
+ subscribe(fn: (failureReason: any, blockBlueprint: BlockBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
34
+ };
35
+ };
24
36
  } & {
25
37
  setSelectedBlueprint(blueprintType: BlueprintTypes): void;
26
38
  setSelectedBlockBlueprint(blockBlueprint: BlockBlueprint): void;
@@ -12,21 +12,39 @@ export declare const useThemeEditorStore: () => {
12
12
  onMutatedThemeAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
13
13
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
14
14
  actions: {
15
- onDispatching<T extends (...args: any) => any>(action: (actions: {
16
- setCodeEditorTab(newState: codeEditorTabs): void;
17
- setEditorMode(newState: editorModes): void;
18
- setJsonTheme(theme: ThemeDefinitionV2): void;
19
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
20
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
21
- setCodeEditorTab(newState: codeEditorTabs): void;
22
- setEditorMode(newState: editorModes): void;
23
- setJsonTheme(theme: ThemeDefinitionV2): void;
24
- }) => 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;
25
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
26
- setCodeEditorTab(newState: codeEditorTabs): void;
27
- setEditorMode(newState: editorModes): void;
28
- setJsonTheme(theme: ThemeDefinitionV2): void;
29
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
+ onDispatching: {
16
+ setCodeEditorTab: {
17
+ subscribe(fn: (newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
+ };
19
+ setEditorMode: {
20
+ subscribe(fn: (newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
+ };
22
+ setJsonTheme: {
23
+ subscribe(fn: (theme: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
+ };
25
+ };
26
+ onDispatched: {
27
+ setCodeEditorTab: {
28
+ subscribe(fn: (result: void, newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
+ };
30
+ setEditorMode: {
31
+ subscribe(fn: (result: void, newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
+ };
33
+ setJsonTheme: {
34
+ subscribe(fn: (result: void, theme: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
+ };
36
+ };
37
+ onFailure: {
38
+ setCodeEditorTab: {
39
+ subscribe(fn: (failureReason: any, newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
40
+ };
41
+ setEditorMode: {
42
+ subscribe(fn: (failureReason: any, newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
+ };
44
+ setJsonTheme: {
45
+ subscribe(fn: (failureReason: any, theme: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
+ };
47
+ };
30
48
  } & {
31
49
  setCodeEditorTab(newState: codeEditorTabs): void;
32
50
  setEditorMode(newState: editorModes): void;