@omnia/fx 8.0.299-dev → 8.0.301-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 (135) hide show
  1. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/{ux/aurora/store → services}/ThemeService.d.ts +3 -4
  4. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +23 -10
  6. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +3 -28
  7. package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +6 -31
  8. package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +6 -31
  9. package/internal-do-not-import-from-here/stores/floweditor/FlowEditorToolbarStateStore.d.ts +5 -21
  10. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +24 -215
  11. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +7 -59
  12. package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +17 -123
  13. package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +24 -160
  14. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +9 -70
  15. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +5 -21
  16. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -1
  17. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +6 -58
  18. package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +6 -22
  19. package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +6 -22
  20. package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +6 -22
  21. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +7 -50
  22. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +2 -72
  23. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -27
  24. package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +6 -49
  25. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +8 -78
  26. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -27
  27. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +6 -31
  28. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -126
  29. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +5 -39
  30. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +1 -6
  31. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -45
  32. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +11 -72
  33. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -54
  34. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -84
  35. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/ContainersFillsBlade.d.ts +16 -0
  36. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +11 -43
  37. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +11 -72
  38. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +72 -378
  39. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainerFillsEditorStore.d.ts +27 -0
  40. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +7 -41
  41. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +7 -41
  42. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -87
  43. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +11 -147
  44. package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +6 -58
  45. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +2 -54
  46. package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +8 -123
  47. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +8 -33
  48. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -59
  49. package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/BlueprintStrategyBase.d.ts +2 -0
  50. package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/MD3Blueprint.d.ts +2 -0
  51. package/internal-do-not-import-from-here/ux/aurora/blueprintstrategy/index.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +6 -1
  53. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +3 -3
  54. package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/ContainerBlueprintsViewer.d.ts +5 -5
  55. package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.d.ts → containerFillpicker/ContainerFillPicker.d.ts} +91 -91
  56. package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -44
  58. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +10 -33
  59. package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +2 -63
  60. package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +21 -406
  61. package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +5 -39
  62. package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +180 -700
  63. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +8 -44
  64. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +15 -57
  65. package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +22 -407
  66. package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.css.d.ts +4 -4
  68. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +1 -5
  69. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +9 -34
  70. package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +2 -34
  71. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -117
  72. package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +20 -246
  73. package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +20 -246
  74. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +20 -246
  75. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +20 -246
  76. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +20 -246
  77. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +48 -1908
  78. package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +6 -33
  79. package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +12 -70
  80. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +31 -101
  81. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +19 -53
  82. package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -27
  83. package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +6 -31
  84. package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +6 -31
  85. package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +5 -57
  86. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +19 -176
  87. package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +9 -79
  88. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +17 -166
  89. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +6 -31
  90. package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +2 -27
  91. package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +7 -48
  92. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +3 -64
  93. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -36
  94. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +0 -2
  95. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowReportUsage.d.ts +27 -0
  96. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +1 -0
  97. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +4 -1
  98. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +7 -55
  99. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +13 -0
  100. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +4 -1
  102. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +11 -135
  103. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +3 -64
  105. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +8 -33
  106. package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +6 -28
  108. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +14 -84
  109. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
  113. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
  114. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -5
  115. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +31 -290
  117. package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +7 -98
  118. package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
  119. package/internal-do-not-import-from-here/wctypings.d.ts +41 -13
  120. package/package.json +2 -2
  121. package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +0 -79
  122. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBlade.d.ts → AddBlueprint.d.ts} +0 -0
  123. /package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/{ContainersBladeEdit.d.ts → ContainerFillsBladeEdit.d.ts} +0 -0
  124. /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeBlueprintsViewer.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeEditor.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.css.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromePicker.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/ChromeViewer.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/ExampleComponents.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/SampleComponent.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/aurora/components/{chrome → chrome_2beRemoved}/docs/index.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.css.d.ts → containerFillpicker/ContainerFillPicker.css.d.ts} +0 -0
  133. /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/ExampleComponents.d.ts +0 -0
  134. /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/SampleComponent.d.ts +0 -0
  135. /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/index.d.ts +0 -0
@@ -18,12 +18,12 @@ export declare const useVelcronEditorStore: () => {
18
18
  onDispatched: {};
19
19
  onFailure: {};
20
20
  };
21
- events: {
22
- onMutatedBuiltInComponentDescriptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
21
+ events: import("@omnia/fx/stores").StoreEvents<{
22
+ builtInComponentDescriptions: {
23
23
  [name: string]: VelcronComponentDescriptor;
24
- }>;
25
- onMutatedComponentTemplates: import("@omnia/fx").MessageBusExposeOnlySubscription<import("../models").VelcronComponentTemplateDescriptor[]>;
26
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
24
+ };
25
+ componentTemplates: import("../models").VelcronComponentTemplateDescriptor[];
26
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
27
27
  } & {
28
28
  dispose?: () => void;
29
29
  };
@@ -55,266 +55,7 @@ export declare const useVelcronEditorStore: () => {
55
55
  codeEditor: CodeEditorState;
56
56
  validation: AppValidationState;
57
57
  };
58
- actions: {
59
- onDispatching: {
60
- setAppTree: {
61
- subscribe(fn: (tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
- };
63
- setAppRegistration: {
64
- subscribe(fn: (registration: VelcronDefinitionRegistrationWithoutApp) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
65
- };
66
- setAppDefinition: {
67
- subscribe(fn: (newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
68
- };
69
- setAppDefinitionFromJson: {
70
- subscribe(fn: (newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
71
- };
72
- mergeInSubState: {
73
- subscribe(fn: (toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
74
- };
75
- addEditors: {
76
- subscribe(fn: (editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
77
- };
78
- setAppValidation: {
79
- subscribe(fn: (newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
80
- };
81
- setCodeEditorTab: {
82
- subscribe(fn: (newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
83
- };
84
- setEditorMode: {
85
- subscribe(fn: (newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
86
- };
87
- setSelectedAppTreeItem: {
88
- subscribe(fn: (key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
89
- };
90
- showAddComponent: {
91
- subscribe(fn: (mode: AddVelcronComponentMode) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
92
- };
93
- showShare: {
94
- subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
95
- };
96
- showAddDataObject: {
97
- subscribe(fn: (show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
98
- };
99
- addComponent: {
100
- subscribe(fn: (descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition, insertOptions?: {
101
- beforeKey?: string;
102
- afterKey?: string;
103
- }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
104
- };
105
- deleteComponent: {
106
- subscribe(fn: (target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
107
- };
108
- addDataMember: {
109
- subscribe(fn: (target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
110
- };
111
- deleteDataMember: {
112
- subscribe(fn: (target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
113
- };
114
- renameDataMember: {
115
- subscribe(fn: (target: TreeViewItem<StatePropertyAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
116
- };
117
- updateDataMemberValue: {
118
- subscribe(fn: (target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
119
- };
120
- renameEditor: {
121
- subscribe(fn: (target: TreeViewItem<EditorAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
- };
123
- renameComponent: {
124
- subscribe(fn: (target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
125
- };
126
- setActiveAppTreeItem: {
127
- subscribe(fn: (key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
128
- };
129
- copyComponent: {
130
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
131
- };
132
- pasteComponent: {
133
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
134
- };
135
- reloadApp: {
136
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
137
- };
138
- rebuildTree: {
139
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
140
- };
141
- updateHistory: {
142
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
143
- };
144
- };
145
- onDispatched: {
146
- setAppTree: {
147
- subscribe(fn: (result: void, tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
148
- };
149
- setAppRegistration: {
150
- subscribe(fn: (result: void, registration: VelcronDefinitionRegistrationWithoutApp) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
151
- };
152
- setAppDefinition: {
153
- subscribe(fn: (result: void, newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
154
- };
155
- setAppDefinitionFromJson: {
156
- subscribe(fn: (result: void, newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
157
- };
158
- mergeInSubState: {
159
- subscribe(fn: (result: void, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
160
- };
161
- addEditors: {
162
- subscribe(fn: (result: void, editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
163
- };
164
- setAppValidation: {
165
- subscribe(fn: (result: void, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
166
- };
167
- setCodeEditorTab: {
168
- subscribe(fn: (result: void, newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
169
- };
170
- setEditorMode: {
171
- subscribe(fn: (result: void, newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
172
- };
173
- setSelectedAppTreeItem: {
174
- subscribe(fn: (result: void, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
175
- };
176
- showAddComponent: {
177
- subscribe(fn: (result: void, mode: AddVelcronComponentMode) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
178
- };
179
- showShare: {
180
- subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
181
- };
182
- showAddDataObject: {
183
- subscribe(fn: (result: void, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
184
- };
185
- addComponent: {
186
- subscribe(fn: (result: void, descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition, insertOptions?: {
187
- beforeKey?: string;
188
- afterKey?: string;
189
- }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
190
- };
191
- deleteComponent: {
192
- subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
193
- };
194
- addDataMember: {
195
- subscribe(fn: (result: TreeViewItem<AppTreeItem>, target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
196
- };
197
- deleteDataMember: {
198
- subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
199
- };
200
- renameDataMember: {
201
- subscribe(fn: (result: void, target: TreeViewItem<StatePropertyAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
202
- };
203
- updateDataMemberValue: {
204
- subscribe(fn: (result: void, target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
205
- };
206
- renameEditor: {
207
- subscribe(fn: (result: void, target: TreeViewItem<EditorAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
208
- };
209
- renameComponent: {
210
- subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
211
- };
212
- setActiveAppTreeItem: {
213
- subscribe(fn: (result: void, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
214
- };
215
- copyComponent: {
216
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
217
- };
218
- pasteComponent: {
219
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
220
- };
221
- reloadApp: {
222
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
223
- };
224
- rebuildTree: {
225
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
226
- };
227
- updateHistory: {
228
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
229
- };
230
- };
231
- onFailure: {
232
- setAppTree: {
233
- subscribe(fn: (failureReason: any, tree: TreeViewItem<AppTreeItem>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
234
- };
235
- setAppRegistration: {
236
- subscribe(fn: (failureReason: any, registration: VelcronDefinitionRegistrationWithoutApp) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
237
- };
238
- setAppDefinition: {
239
- subscribe(fn: (failureReason: any, newDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
240
- };
241
- setAppDefinitionFromJson: {
242
- subscribe(fn: (failureReason: any, newState: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
243
- };
244
- mergeInSubState: {
245
- subscribe(fn: (failureReason: any, toMerge: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
246
- };
247
- addEditors: {
248
- subscribe(fn: (failureReason: any, editors: VelcronEditor<any>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
249
- };
250
- setAppValidation: {
251
- subscribe(fn: (failureReason: any, newState: AppValidationState) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
252
- };
253
- setCodeEditorTab: {
254
- subscribe(fn: (failureReason: any, newState: codeEditorTabs) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
255
- };
256
- setEditorMode: {
257
- subscribe(fn: (failureReason: any, newState: editorModes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
258
- };
259
- setSelectedAppTreeItem: {
260
- subscribe(fn: (failureReason: any, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
261
- };
262
- showAddComponent: {
263
- subscribe(fn: (failureReason: any, mode: AddVelcronComponentMode) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
264
- };
265
- showShare: {
266
- subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
267
- };
268
- showAddDataObject: {
269
- subscribe(fn: (failureReason: any, show: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
270
- };
271
- addComponent: {
272
- subscribe(fn: (failureReason: any, descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition, insertOptions?: {
273
- beforeKey?: string;
274
- afterKey?: string;
275
- }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
276
- };
277
- deleteComponent: {
278
- subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
279
- };
280
- addDataMember: {
281
- subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
282
- };
283
- deleteDataMember: {
284
- subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
285
- };
286
- renameDataMember: {
287
- subscribe(fn: (failureReason: any, target: TreeViewItem<StatePropertyAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
288
- };
289
- updateDataMemberValue: {
290
- subscribe(fn: (failureReason: any, target: TreeViewItem<StatePropertyAppTreeItem>, newValue: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
291
- };
292
- renameEditor: {
293
- subscribe(fn: (failureReason: any, target: TreeViewItem<EditorAppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
294
- };
295
- renameComponent: {
296
- subscribe(fn: (failureReason: any, target: TreeViewItem<AppTreeItem>, newName: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
297
- };
298
- setActiveAppTreeItem: {
299
- subscribe(fn: (failureReason: any, key: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
300
- };
301
- copyComponent: {
302
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
303
- };
304
- pasteComponent: {
305
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
306
- };
307
- reloadApp: {
308
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
309
- };
310
- rebuildTree: {
311
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
312
- };
313
- updateHistory: {
314
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
315
- };
316
- };
317
- } & {
58
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
318
59
  setAppTree(tree: Array<TreeViewItem<AppTreeItem>>): void;
319
60
  setAppRegistration(registration: VelcronDefinitionRegistrationWithoutApp): void;
320
61
  setAppDefinition(newDefinition: VelcronAppDefinition): void;
@@ -345,31 +86,31 @@ export declare const useVelcronEditorStore: () => {
345
86
  reloadApp(): void;
346
87
  rebuildTree(): void;
347
88
  updateHistory(): void;
348
- };
349
- events: {
350
- onMutatedPreviewTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ResolvedThemeDefinition>;
351
- onMutatedPreviewRenderContext: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronRenderContext>;
352
- onMutatedCanvasMode: import("@omnia/fx").MessageBusExposeOnlySubscription<canvasMode>;
353
- onMutatedAppData: import("@omnia/fx").MessageBusExposeOnlySubscription<{}>;
354
- onMutatedAppAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
355
- onMutatedAppDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronAppDefinition<object>>;
356
- onMutatedAppRegistration: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistrationWithoutApp>;
357
- onMutatedAppCacheKey: import("@omnia/fx").MessageBusExposeOnlySubscription<guid>;
358
- onMutatedAppTreeOpenIds: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
359
- onMutatedTreeViewItems: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>[]>;
360
- onMutatedSelectedAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>>;
361
- onMutatedEditorMode: import("@omnia/fx").MessageBusExposeOnlySubscription<editorModes>;
362
- onMutatedActiveAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<any>>;
363
- onMutatedItemToCopy: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>>;
364
- onMutatedHistory: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
365
- onMutatedShowAddComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<AddVelcronComponentMode>;
366
- onMutatedShowAddApp: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
367
- onMutatedShowAddDataObject: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
368
- onMutatedShowStateTree: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
369
- onMutatedShowShare: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
370
- onMutatedCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
371
- onMutatedValidation: import("@omnia/fx").MessageBusExposeOnlySubscription<AppValidationState>;
372
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
89
+ }>;
90
+ events: import("@omnia/fx/stores").StoreEvents<{
91
+ previewTheme: ResolvedThemeDefinition;
92
+ previewRenderContext: VelcronRenderContext;
93
+ canvasMode: canvasMode;
94
+ appData: {};
95
+ appAsJson: string;
96
+ appDefinition: VelcronAppDefinition;
97
+ appRegistration: VelcronDefinitionRegistrationWithoutApp;
98
+ appCacheKey: guid;
99
+ appTreeOpenIds: Array<string>;
100
+ treeViewItems: Array<TreeViewItem<AppTreeItem>>;
101
+ selectedAppTreeItem: TreeViewItem<AppTreeItem>;
102
+ editorMode: editorModes;
103
+ activeAppTreeItem: TreeViewItem;
104
+ itemToCopy: TreeViewItem<AppTreeItem>;
105
+ history: Array<string>;
106
+ showAddComponent: AddVelcronComponentMode;
107
+ showAddApp: boolean;
108
+ showAddDataObject: boolean;
109
+ showStateTree: boolean;
110
+ showShare: boolean;
111
+ codeEditor: CodeEditorState;
112
+ validation: AppValidationState;
113
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
373
114
  } & {
374
115
  dispose?: () => void;
375
116
  };
@@ -44,98 +44,7 @@ export declare const useVelcronDefinitionStore: () => {
44
44
  };
45
45
  };
46
46
  };
47
- actions: {
48
- onDispatching: {
49
- addDefinition: {
50
- subscribe(fn: (registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
51
- };
52
- loadAll: {
53
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
54
- };
55
- ensureApp: {
56
- subscribe(fn: (def: VelcronRendererResolverReference | VelcronAppDefinition<object> | VelcronDefinitionRegistrationWithoutApp | VelcronDefinitionRegistration<object>, stateToMerge?: object, mergeState?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
57
- };
58
- ensureByReference: {
59
- subscribe(fn: (reference: VelcronRendererResolverReference) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
60
- };
61
- ensureCustomDefinitions: {
62
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
- };
64
- ensureProviderDefinitions: {
65
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
66
- };
67
- ensureCategories: {
68
- subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
- };
70
- saveDefinition: {
71
- subscribe(fn: (definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
- };
73
- deleteDefinition: {
74
- subscribe(fn: (definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
75
- };
76
- };
77
- onDispatched: {
78
- addDefinition: {
79
- subscribe(fn: (result: void, registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
80
- };
81
- loadAll: {
82
- subscribe(fn: (result: [void, void, void]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
83
- };
84
- ensureApp: {
85
- subscribe(fn: (result: {
86
- definition: VelcronAppDefinition;
87
- registration: VelcronDefinitionRegistrationWithoutApp;
88
- }, def: VelcronRendererResolverReference | VelcronAppDefinition<object> | VelcronDefinitionRegistrationWithoutApp | VelcronDefinitionRegistration<object>, stateToMerge?: object, mergeState?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
89
- };
90
- ensureByReference: {
91
- subscribe(fn: (result: VelcronDefinitionRegistrationWithoutApp, reference: VelcronRendererResolverReference) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
92
- };
93
- ensureCustomDefinitions: {
94
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
95
- };
96
- ensureProviderDefinitions: {
97
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
98
- };
99
- ensureCategories: {
100
- subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
101
- };
102
- saveDefinition: {
103
- subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
104
- };
105
- deleteDefinition: {
106
- subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
107
- };
108
- };
109
- onFailure: {
110
- addDefinition: {
111
- subscribe(fn: (failureReason: any, registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
112
- };
113
- loadAll: {
114
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
115
- };
116
- ensureApp: {
117
- subscribe(fn: (failureReason: any, def: VelcronRendererResolverReference | VelcronAppDefinition<object> | VelcronDefinitionRegistrationWithoutApp | VelcronDefinitionRegistration<object>, stateToMerge?: object, mergeState?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
118
- };
119
- ensureByReference: {
120
- subscribe(fn: (failureReason: any, reference: VelcronRendererResolverReference) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
121
- };
122
- ensureCustomDefinitions: {
123
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
124
- };
125
- ensureProviderDefinitions: {
126
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
127
- };
128
- ensureCategories: {
129
- subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
130
- };
131
- saveDefinition: {
132
- subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
133
- };
134
- deleteDefinition: {
135
- subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
136
- };
137
- };
138
- } & {
47
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
139
48
  addDefinition(registration: VelcronDefinitionRegistration): void;
140
49
  /**
141
50
  * Loads all definitions including categories, custom definitions, and provider definitions.
@@ -175,12 +84,12 @@ export declare const useVelcronDefinitionStore: () => {
175
84
  ensureCategories(): Promise<void>;
176
85
  saveDefinition(definition: VelcronDefinitionRegistration): Promise<void>;
177
86
  deleteDefinition(definition: VelcronDefinitionRegistration): Promise<void>;
178
- };
179
- events: {
180
- onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistration<object>[]>;
181
- onMutatedCategories: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionCategoryRegistration[]>;
182
- onMutatedRendererTypes: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRendererTypeRegistration[]>;
183
- } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
87
+ }>;
88
+ events: import("@omnia/fx/stores").StoreEvents<{
89
+ definitions: VelcronDefinitionRegistration<object>[];
90
+ categories: VelcronDefinitionCategoryRegistration[];
91
+ rendererTypes: VelcronDefinitionRendererTypeRegistration[];
92
+ }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
184
93
  } & {
185
94
  dispose?: () => void;
186
95
  };
@@ -17,7 +17,7 @@ export declare function useVelcronStateManager(): {
17
17
  alignY?: string;
18
18
  colorSchemaType?: string;
19
19
  spacing?: import("@omnia/fx-models").VelcronSpacing;
20
- blueprint?: import("@omnia/fx-models").ContainerBlueprint | import("@omnia/fx-models").ContainerVariant;
20
+ blueprint?: import("@omnia/fx-models").ContainerFillBlueprint | import("@omnia/fx-models").BlueprintVariant;
21
21
  background?: import("@omnia/fx-models").BackgroundDefinition;
22
22
  };
23
23
  grid?: import("@omnia/fx-models").VelcronGridState;
@@ -18,6 +18,7 @@ import wc109f737cdec14061b134c74ab16b0ad9 from './ux/draggable/DraggableComponen
18
18
  import wc60feadd89e4d4c2eb095cee9f104ee96 from './ux/dynamicplaceholder/DynamicPlaceholder';
19
19
  import wcac8a9be60cfb47f288f602ececa6687f from './ux/dynamicplaceholder/DynamicPlaceholderSettings';
20
20
  import wc41a6d1b1b02e4b368aac19ded6b391a1 from './ux/enterpriseglossary/EnterpriseGlossaryPicker';
21
+ import wc82e8cb4daeee4ea6a50c727b93bbbac3 from './ux/errormessage/ErrorMessage';
21
22
  import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
22
23
  import wc041c5cb1e6fc487f98669ee2fb4edee0 from './ux/features/blades/FeaturePropertiesBlade';
23
24
  import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
@@ -100,6 +101,7 @@ import wc8aca2b86f3e741bc8e8c82dfad7d1a77 from './ux/richtexteditor/RichTextEdit
100
101
  import wcc3804d46bde14e61961f7de5ad9128d2 from './ux/richtexteditorrenderer/RichTextEditorRenderer';
101
102
  import wc245fede62e7c44b48b19e75796ff050b from './ux/richtexteditorrenderer/RichTextEditorRendererSignIn';
102
103
  import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
104
+ import wc327f0bbcccdf4ad6b43b86816c61d6c9 from './ux/rollupfilter/RollupFilter';
103
105
  import wc379287b1efe64a49a43fcd754d1fd951 from './ux/securitytrimmer/SecurityTrimmer';
104
106
  import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
105
107
  import wc07fdbc119d7742769eafe5f45ce14e18 from './ux/sharepointvideo/SharepointVideo';
@@ -248,6 +250,7 @@ import wc8a200f29d7484601b901dd76ca8ec771 from './ux/oxide/alert/Alert';
248
250
  import wc90d19714df6c4b16bd5d42bc705e7692 from './ux/oxide/appbar/Appbar';
249
251
  import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
250
252
  import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
253
+ import wcd08c2dd1750a4cf78586dde94b7a0253 from './ux/oxide/breadcrumbs/Breadcrumbs';
251
254
  import wc2dc36afd27594696ad30c07d123dcc62 from './ux/oxide/btn/Button';
252
255
  import wc2c9330897d814c55987d0530d63d458e from './ux/oxide/btngroup/ButtonGroup';
253
256
  import wcbd13e7d1122245cf89acfb1a221f0c44 from './ux/oxide/calendar/Calendar';
@@ -356,18 +359,18 @@ import wc8391c3abe04c43b78b32edde15337988 from './ux/aurora/components/borderpic
356
359
  import wcdb6d37c1525f463aa5b4a89a4ddfe05c from './ux/aurora/components/buttonstyle/ButtonStylePicker';
357
360
  import wc28aca89920b749c894138e728231ffc4 from './ux/aurora/components/buttonstyle/ButtonStyleEditor';
358
361
  import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/aurora/components/buttonstyle/ButtonBlueprintsViewer';
359
- import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/chrome/ChromePicker';
360
- import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/chrome/ChromeViewer';
361
- import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/aurora/components/chrome/ChromeEditor';
362
- import wce0656baa027f49c495e4e00310a78760 from './ux/aurora/components/chrome/ChromeBlueprintsViewer';
362
+ import wc44e2dd896269442f800da69000d4c2f1 from './ux/aurora/components/chrome_2beRemoved/ChromePicker';
363
+ import wcb059e461e6c048fe830c6d32722e5cdc from './ux/aurora/components/chrome_2beRemoved/ChromeViewer';
364
+ import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/aurora/components/chrome_2beRemoved/ChromeEditor';
365
+ import wce0656baa027f49c495e4e00310a78760 from './ux/aurora/components/chrome_2beRemoved/ChromeBlueprintsViewer';
363
366
  import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/aurora/components/colorpickerV2/ColorPicker';
364
367
  import wc1266389c28034034921b897f788f302d from './ux/aurora/components/colorschemapicker/ColorSchemaPicker';
365
368
  import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker';
366
369
  import wc3779d0b63f54436eb25942b0c2487a2c from './ux/aurora/components/colorschemapicker/ColorSchemaViewer';
367
370
  import wc7abfeece956245f3ba63c231d3c31c26 from './ux/aurora/components/colorschemapicker/ColorSchemaEditor';
368
371
  import wc73b0b5416b9348849ecb9a1cd8358e70 from './ux/aurora/components/componentblueprints/ComponentBlueprintsViewer';
369
- import wcf0987a01b8d2487f8d6678d41fc26f7f from './ux/aurora/components/containerpicker/ContainerPicker';
370
- import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from './ux/aurora/components/containerpicker/ContainerBlueprintsViewer';
372
+ import wcf0987a01b8d2487f8d6678d41fc26f7f from './ux/aurora/components/containerFillpicker/ContainerFillPicker';
373
+ import wc5eca85f245ca4f3cbf5e81ba8741f3c6 from './ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer';
371
374
  import wcbb2e0efa0634452f94d99d1f33ae5b64 from './ux/aurora/components/fillpicker/FillPicker';
372
375
  import wc349a445fe7a2403b8f98fceff168f87e from './ux/aurora/components/fillpicker/FillPreview';
373
376
  import wc5542a25df57c464897a59a336eee0e56 from './ux/aurora/components/iconstylepicker/IconStylePicker';
@@ -965,6 +968,15 @@ declare global {
965
968
  } : typeof wc72a828731c4e4f1e9753a6a6bfb31e67;
966
969
  };
967
970
  };
971
+ "error": {
972
+ "message": typeof wc82e8cb4daeee4ea6a50c727b93bbbac3 extends {
973
+ propsDefinition: infer TProp;
974
+ } ? {
975
+ new (...args: any[]): {
976
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
977
+ };
978
+ } : typeof wc82e8cb4daeee4ea6a50c727b93bbbac3;
979
+ };
968
980
  "features": {
969
981
  "journey": {
970
982
  "properties": typeof wc041c5cb1e6fc487f98669ee2fb4edee0 extends {
@@ -2012,6 +2024,13 @@ declare global {
2012
2024
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2013
2025
  };
2014
2026
  } : typeof wc8c7794090eb647eb8510b39cbefa17a7;
2027
+ "filter": typeof wc327f0bbcccdf4ad6b43b86816c61d6c9 extends {
2028
+ propsDefinition: infer TProp;
2029
+ } ? {
2030
+ new (...args: any[]): {
2031
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
2032
+ };
2033
+ } : typeof wc327f0bbcccdf4ad6b43b86816c61d6c9;
2015
2034
  };
2016
2035
  "security": {
2017
2036
  "trimmer": typeof wc379287b1efe64a49a43fcd754d1fd951 extends {
@@ -3778,13 +3797,15 @@ declare global {
3778
3797
  };
3779
3798
  };
3780
3799
  "container": {
3781
- "picker": typeof wcf0987a01b8d2487f8d6678d41fc26f7f extends {
3782
- propsDefinition: infer TProp;
3783
- } ? {
3784
- new (...args: any[]): {
3785
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3786
- };
3787
- } : typeof wcf0987a01b8d2487f8d6678d41fc26f7f;
3800
+ "fill": {
3801
+ "picker": typeof wcf0987a01b8d2487f8d6678d41fc26f7f extends {
3802
+ propsDefinition: infer TProp;
3803
+ } ? {
3804
+ new (...args: any[]): {
3805
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3806
+ };
3807
+ } : typeof wcf0987a01b8d2487f8d6678d41fc26f7f;
3808
+ };
3788
3809
  "blueprints": {
3789
3810
  "viewer": typeof wc5eca85f245ca4f3cbf5e81ba8741f3c6 extends {
3790
3811
  propsDefinition: infer TProp;
@@ -4674,6 +4695,13 @@ declare global {
4674
4695
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4675
4696
  };
4676
4697
  } : typeof wc4cc48714e16a45feb2d213932a13d1f8;
4698
+ "breadcrumbs": typeof wcd08c2dd1750a4cf78586dde94b7a0253 extends {
4699
+ propsDefinition: infer TProp;
4700
+ } ? {
4701
+ new (...args: any[]): {
4702
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4703
+ };
4704
+ } : typeof wcd08c2dd1750a4cf78586dde94b7a0253;
4677
4705
  "btn": {
4678
4706
  "group": typeof wc2c9330897d814c55987d0530d63d458e extends {
4679
4707
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.299-dev",
4
+ "version": "8.0.301-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.299-dev",
23
+ "@omnia/fx-models": "8.0.301-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",