@omnia/fx 8.0.546-dev → 8.0.548-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 (343) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/services/RealtimeServiceProvider.d.ts +8 -0
  4. package/internal-do-not-import-from-here/services/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/services/shared-mobile/MediaPickerService.d.ts +2 -2
  6. package/internal-do-not-import-from-here/services/shared-mobile/TagService.d.ts +5 -0
  7. package/internal-do-not-import-from-here/services/shared-mobile/index.d.ts +1 -0
  8. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +6 -5
  9. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/flip.d.ts +1 -0
  10. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +1 -1
  11. package/internal-do-not-import-from-here/stores/shared-mobile/MediaPickerStore.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  13. package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
  14. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/aurora/admin/loc/Localize.d.ts +28 -0
  21. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/blades/TextStyleBreakpointBlade.d.ts +9 -0
  22. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/blades/TextStyleDetailBlade.d.ts +9 -0
  23. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/store/TextStyleEditorStore.d.ts +168 -0
  24. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/EditMediaResourcesBlade.d.ts +7 -0
  25. package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/themes/store/ThemeEditorStore.d.ts +11 -2
  26. package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/store/TypographyEditorStore.d.ts +4 -4
  27. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectAppThemeJourney.d.ts +7 -0
  28. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectBPThemeJourney.d.ts +7 -0
  29. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectTenantAdminThemeJourney.d.ts +7 -0
  30. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectTenantThemeJourney.d.ts +7 -0
  31. package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/ThemeSelectionJourney.d.ts +3 -7
  32. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/store/ThemesJourneyStore.d.ts +73 -0
  33. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +7 -7
  35. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +11 -11
  38. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +5 -5
  39. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +3 -3
  41. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +80 -80
  43. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -3
  44. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +9 -9
  46. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +3 -3
  54. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +6 -6
  61. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintViewer.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStyleViewer.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/{ThemePicker.d.ts → ThemeDefinitionPicker.d.ts} +4 -1
  66. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.css.d.ts +95 -0
  67. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +25 -0
  68. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.css.d.ts +0 -2
  69. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/{ThemePickerStore.d.ts → ThemeDefinitionPickerStore.d.ts} +4 -7
  70. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeSwitcherStore.d.ts +54 -0
  71. package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
  73. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +1 -1
  75. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +4 -1
  77. package/internal-do-not-import-from-here/ux/aurora/styling/animations/SwitchAnimationEffect.d.ts +3 -0
  78. package/internal-do-not-import-from-here/ux/aurora/styling/index.d.ts +1 -0
  79. package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
  80. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/context/ContextPicker.d.ts +12 -0
  82. package/internal-do-not-import-from-here/ux/context/ContextSuggestion.d.ts +12 -0
  83. package/internal-do-not-import-from-here/ux/context/PluginRegistrationHandler.d.ts +1 -0
  84. package/internal-do-not-import-from-here/ux/context/plugins/EnterpriseGlossary.d.ts +2 -0
  85. package/internal-do-not-import-from-here/ux/context/plugins/EnterpriseProperty.d.ts +2 -0
  86. package/internal-do-not-import-from-here/ux/context/plugins/PluginRegistrations.d.ts +1 -0
  87. package/internal-do-not-import-from-here/ux/context/stores/ContextPickerStore.d.ts +18 -0
  88. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
  90. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/docs/omfx/components/DefineRef.md.d.ts +1 -0
  92. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/DefineRef.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_old.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +1 -1
  97. package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeCompactRenderer.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeRegularRenderer.d.ts +1 -1
  99. package/internal-do-not-import-from-here/ux/editorchrome/sizecontainer/SizeContainer.d.ts +2 -2
  100. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +3 -3
  101. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +4 -4
  110. package/internal-do-not-import-from-here/ux/flow/editor/commands/EditorCommands.d.ts +2 -1
  111. package/internal-do-not-import-from-here/ux/flow/editor/parsers/HtmlParser.d.ts +2 -1
  112. package/internal-do-not-import-from-here/ux/flow/editor/parsers/JSONParser.d.ts +2 -1
  113. package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +4 -4
  114. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextButton.d.ts +233 -0
  115. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextPlugin.d.ts +20 -0
  116. package/internal-do-not-import-from-here/ux/flow/editor/plugins/elements/ElementConverter.d.ts +2 -1
  117. package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +4 -4
  118. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +4 -4
  119. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +4 -4
  120. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +8 -8
  122. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererToHtmlContext.d.ts +1 -1
  126. package/internal-do-not-import-from-here/ux/flow/renderer/parsers/JSONParser.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
  129. package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
  130. package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +4 -2
  132. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
  133. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  135. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
  136. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  138. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectBase.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -3
  142. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas_old.d.ts +1 -1
  143. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder.d.ts +2 -2
  144. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/targetselector/TargetSelector.d.ts +1 -1
  145. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/editings/BlockEditingRenderer.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
  147. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/TemplatePreview_old.d.ts +1 -1
  148. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
  150. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  153. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  154. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +2 -2
  155. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/LayoutRenditionManager.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelection.d.ts +1 -1
  158. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelector.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -3
  162. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
  163. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
  164. package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/models/flow/ColorFormatNode.d.ts +1 -2
  166. package/internal-do-not-import-from-here/ux/models/flow/ContextNode.d.ts +4 -0
  167. package/internal-do-not-import-from-here/ux/models/flow/EditorPlugin.d.ts +1 -2
  168. package/internal-do-not-import-from-here/ux/models/flow/ElementNode.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/models/flow/LinkNode.d.ts +1 -2
  170. package/internal-do-not-import-from-here/ux/models/flow/SpacingFormatNode.d.ts +1 -2
  171. package/internal-do-not-import-from-here/ux/models/flow/TextAlignNode.d.ts +1 -1
  172. package/internal-do-not-import-from-here/ux/models/flow/TypographyNode.d.ts +1 -2
  173. package/internal-do-not-import-from-here/ux/models/flow/VelcronNode.d.ts +1 -2
  174. package/internal-do-not-import-from-here/ux/models/flow/index.d.ts +1 -1
  175. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
  177. package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
  178. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  179. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +1 -1
  180. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +1 -1
  182. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  183. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +3 -2
  184. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
  185. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  190. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
  191. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +1 -1
  192. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  193. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
  194. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  195. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
  196. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton.d.ts +1 -1
  197. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +1 -1
  198. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +1 -1
  199. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
  200. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
  201. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
  202. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  203. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
  205. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
  207. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/oxide/panel/store/PanelStore.d.ts +4 -4
  210. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  211. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +1 -1
  212. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/oxide/qrcode/QRCode.d.ts +1 -1
  214. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
  215. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -3
  216. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  217. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
  218. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
  219. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
  220. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
  221. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitPaneContent.d.ts +1 -1
  222. package/internal-do-not-import-from-here/ux/oxide/splitpane/old/Splitpane.d.ts +1 -1
  223. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
  224. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  225. package/internal-do-not-import-from-here/ux/oxide/switch/SwitchSlider.css.d.ts +8 -0
  226. package/internal-do-not-import-from-here/ux/oxide/switch/SwitchSlider.d.ts +12 -0
  227. package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -0
  228. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleSwitchSlider.d.ts +7 -0
  229. package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -0
  230. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  231. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -2
  232. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +1 -1
  233. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  234. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  236. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +3 -3
  237. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
  238. package/internal-do-not-import-from-here/ux/oxide/virtualscroll/VirtualScroll.d.ts +1 -1
  239. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  240. package/internal-do-not-import-from-here/ux/richtexteditor/store/RichTextEditorStore.d.ts +2 -2
  241. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
  242. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
  243. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  244. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -1
  245. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  246. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -1
  247. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  248. package/internal-do-not-import-from-here/ux/use/UseOmniaDocumentation.d.ts +5 -0
  249. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  250. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
  251. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +1 -1
  252. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +4 -4
  253. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +1 -1
  254. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +2 -2
  255. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
  256. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +4 -4
  257. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +84 -84
  258. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -2
  259. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
  260. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
  261. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
  262. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
  263. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
  264. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
  265. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
  266. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
  267. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor_old.d.ts +1 -1
  268. package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/DefineDefaultView.d.ts +3 -3
  269. package/internal-do-not-import-from-here/ux/versionedlayout/stores/VersionedLayoutEditorStoreV2.d.ts +3 -3
  270. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +14 -14
  271. package/internal-do-not-import-from-here/wctypings.d.ts +123 -66
  272. package/package.json +3 -3
  273. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/themes/store/ThemesJourneyStore.d.ts +0 -38
  274. package/internal-do-not-import-from-here/ux/models/flow/shared-mobile/FlowContent.d.ts +0 -11
  275. package/internal-do-not-import-from-here/ux/models/flow/shared-mobile/index.d.ts +0 -1
  276. /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignJourney.d.ts → theme-designer/DesignToolsJourney.d.ts} +0 -0
  277. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/ThemeDesigner.d.ts → theme-designer/ThemeDesignMenu.d.ts} +0 -0
  278. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/chrome/Chrome.d.ts +0 -0
  279. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/ColorSchemasJourney.d.ts +0 -0
  280. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
  281. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/store/ColorSchemaEditorStore.d.ts +0 -0
  282. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/BlueprintsJourney.d.ts +0 -0
  283. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/BlueprintPreview.d.ts +0 -0
  284. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/ButtonBladeEdit.d.ts +0 -0
  285. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/ButtonsBlade.d.ts +0 -0
  286. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/EditBlueprints.d.ts +0 -0
  287. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/HeaderBlade.d.ts +0 -0
  288. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/HeaderBladeEdit.d.ts +0 -0
  289. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/IconsBlade.d.ts +0 -0
  290. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/IconsBladeEdit.d.ts +0 -0
  291. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/InputBlade.d.ts +0 -0
  292. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/InputBladeEdit.d.ts +0 -0
  293. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/TabBlade.d.ts +0 -0
  294. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/TabBladeEdit.d.ts +0 -0
  295. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/ButtonsEditorStore.d.ts +0 -0
  296. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/ComponentEditorStore.d.ts +0 -0
  297. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/HeaderEditorStore.d.ts +0 -0
  298. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/IconsEditorStore.d.ts +0 -0
  299. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/InputEditorStore.d.ts +0 -0
  300. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/TabsEditorStore.d.ts +0 -0
  301. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/ContainerFillsBlade.stylex.d.ts +0 -0
  302. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/FillsJourney.d.ts +0 -0
  303. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/containerBlades/ContainerFillsBlade.d.ts +0 -0
  304. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/containerBlades/ContainerFillsEditBlade.d.ts +0 -0
  305. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/ContainerFillsEditorStore.d.ts +0 -0
  306. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/FillsEditorStore.d.ts +0 -0
  307. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/TextFillsEditorStore.d.ts +0 -0
  308. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/textBlades/TextFillsBlade.d.ts +0 -0
  309. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/textBlades/TextFillsEditBlade.d.ts +0 -0
  310. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/FontManager.d.ts +0 -0
  311. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/blade/FontDefinitionBlade.d.ts +0 -0
  312. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/store/FontManagerStore.d.ts +0 -0
  313. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/SpacingJourney.d.ts +0 -0
  314. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/blades/EditSpacingBlueprintBlade.d.ts +0 -0
  315. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/blades/EditSpacingDefinitionBlade.d.ts +0 -0
  316. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/store/SpacingEditorStore.d.ts +0 -0
  317. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/store/ThemeDesignerStore.d.ts +0 -0
  318. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/TemplatesJourney.d.ts +0 -0
  319. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/ButtonTemplateEdit.d.ts +0 -0
  320. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/ButtonTemplates.d.ts +0 -0
  321. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/TabTemplateEdit.d.ts +0 -0
  322. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/TabTemplates.d.ts +0 -0
  323. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/store/TemplateEditorStore.d.ts +0 -0
  324. /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignAppJourney.d.ts → theme-designer/textstyles/TextStyles.d.ts} +0 -0
  325. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditColorSchemasBlade.d.ts +0 -0
  326. /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignBPJourney.d.ts → theme-designer/themes/EditLayoutWidthBlade.d.ts} +0 -0
  327. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditThemeBlade.d.ts +0 -0
  328. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditThemeBladeStyles.stylex.d.ts +0 -0
  329. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades/SelectionThemeBlade.d.ts → theme-designer/themes/ThemeDesignJourney.d.ts} +0 -0
  330. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/ViewThemeBlade.d.ts +0 -0
  331. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/TypographyJourney.d.ts +0 -0
  332. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditScaleBlade.d.ts +0 -0
  333. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTextStyleBlade.d.ts +0 -0
  334. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTextStylesBlade.d.ts +0 -0
  335. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTypographyBlueprintBlade.d.ts +0 -0
  336. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/SelectBreakpointBlade.d.ts +0 -0
  337. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/ViewTypeScaleBlade.d.ts +0 -0
  338. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontPicker.css.d.ts +0 -0
  339. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontPicker.d.ts +0 -0
  340. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontRegistration.d.ts +0 -0
  341. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/models/Theme.d.ts +0 -0
  342. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/models/index.d.ts +0 -0
  343. /package/internal-do-not-import-from-here/ux/aurora/components/themepicker/{ThemePicker.css.d.ts → ThemeDefinitionPicker.css.d.ts} +0 -0
@@ -0,0 +1,54 @@
1
+ import { ITemplateRegistration, ResolvedThemeDefinition, ThemeSelection, ThemeSelectionValue, UserThemeManager } from "@omnia/fx-models";
2
+ import { useColorSchemaStore } from "@omnia/fx/ux";
3
+ export type ModelType = "object" | "guid";
4
+ export type ThemeSwitcherVariant = "editor" | "admin" | "user-profile" | "default-list" | "default-icon";
5
+ export declare const useThemeSwitcherStore: () => {
6
+ state: {
7
+ themeSelectorRenderingMode: "hidden" | "switch" | "multi-select";
8
+ themeContext: {
9
+ themeSettings: ThemeSelection;
10
+ userSelection: UserThemeManager;
11
+ };
12
+ editingSelections: {
13
+ accessibilityEnabled: boolean;
14
+ };
15
+ themeDefinitions: ITemplateRegistration<ResolvedThemeDefinition, import("@omnia/fx-models").TemplateRegistrationType>[];
16
+ settings: {
17
+ variant: ThemeSwitcherVariant;
18
+ adminTheme: boolean;
19
+ showAccessibility: boolean;
20
+ };
21
+ icons: ThemeSelectionValue;
22
+ };
23
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
24
+ saveSettings: () => Promise<void>;
25
+ setAccessibilityMode: (enabled: boolean) => Promise<void>;
26
+ selectTheme: (theme: ITemplateRegistration<ResolvedThemeDefinition>) => Promise<void>;
27
+ toggleThemeSelection: () => Promise<void>;
28
+ ensureThemeDefinitionSelection: () => void;
29
+ init: () => Promise<void>;
30
+ setRenderingMode: () => void;
31
+ initAccessibilitySettings: () => Promise<void>;
32
+ }>;
33
+ get: {
34
+ readonly currentThemeDefinition: ResolvedThemeDefinition;
35
+ displayIcon: (colors: ReturnType<typeof useColorSchemaStore>) => import("@omnia/fx-models").IIcon | import("@omnia/fx-models").FontAwesomeIcon;
36
+ themeToggleIcon: {
37
+ default: (colors: ReturnType<typeof useColorSchemaStore>) => import("@omnia/fx-models").IIcon | import("@omnia/fx-models").FontAwesomeIcon;
38
+ additional: (colors: ReturnType<typeof useColorSchemaStore>) => import("@omnia/fx-models").IIcon | import("@omnia/fx-models").FontAwesomeIcon;
39
+ };
40
+ };
41
+ rules: {
42
+ readonly isUserProfile: boolean;
43
+ readonly showAccessibilitySelection: boolean;
44
+ readonly hideThemeSelection: boolean;
45
+ readonly isToggleSwitch: boolean;
46
+ readonly isMultiSelection: boolean;
47
+ readonly isAdminTheme: boolean;
48
+ isSelected: (theme: ITemplateRegistration<ResolvedThemeDefinition>) => boolean;
49
+ readonly isCurrentThemeAdditional: boolean;
50
+ readonly hasAccessibilityThemes: boolean;
51
+ };
52
+ } & {
53
+ dispose?: () => void;
54
+ };
@@ -13,7 +13,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
13
13
  } & {
14
14
  blueprint?: TypographyBlueprint;
15
15
  } & {
16
- textStyleType?: "text" | "display" | "headline" | "title" | "label" | "variants";
16
+ textStyleType?: "display" | "headline" | "title" | "text" | "label" | "variants";
17
17
  } & {
18
18
  textStyleSize?: TextStyleSizes;
19
19
  } & {
@@ -31,5 +31,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
31
31
  default?: import("vue").Slot;
32
32
  $stable?: boolean;
33
33
  }, "activator">;
34
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "v-model" | "modelValue" | "emit:update:modelValue" | "slot:activator" | "breakpoint" | "sampleText" | "toolbarCallback" | "textStyleType" | "textStyleSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "blueprint" | "v-model" | "modelValue" | "emit:update:modelValue" | "slot:activator" | "breakpoint" | "sampleText" | "toolbarCallback" | "textStyleType" | "textStyleSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
35
  export default _default;
@@ -25,12 +25,12 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
25
25
  } & {
26
26
  editable?: boolean;
27
27
  } & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectScale", (scale: number) => true>> & {
28
- "onClick:select"?: (typography: "text" | "display" | "headline" | "title" | "label" | "variants", size: TextStyleSizes) => any;
28
+ "onClick:select"?: (typography: "display" | "headline" | "title" | "text" | "label" | "variants", size: TextStyleSizes) => any;
29
29
  "onClick:selectScale"?: (scale: number) => any;
30
30
  } & {
31
31
  "v-slots"?: {} & Omit<{
32
32
  default?: import("vue").Slot;
33
33
  $stable?: boolean;
34
34
  }, never>;
35
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "toned" | "emit:click:select" | "editable" | "previewType" | "breakpoint" | "showSlots" | "sampleText" | "showActivationStatus" | "activeScale" | "viewtype" | "emit:click:selectScale"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "blueprint" | "toned" | "emit:click:select" | "editable" | "previewType" | "breakpoint" | "showSlots" | "sampleText" | "showActivationStatus" | "activeScale" | "viewtype" | "emit:click:selectScale"> & import("@omnia/fx/ux").VNodeEvents) => any;
36
36
  export default _default;
@@ -7,12 +7,12 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  } & {
8
8
  sampleText?: string;
9
9
  } & DefineEmit<"click:select", (typography: TextStyleType, size: TextStyleSizes) => true> & DefineEmit<"click:selectFill", (variant: BlueprintVariant) => true>> & {
10
- "onClick:select"?: (typography: "text" | "display" | "headline" | "title" | "label" | "variants", size: TextStyleSizes) => any;
10
+ "onClick:select"?: (typography: "display" | "headline" | "title" | "text" | "label" | "variants", size: TextStyleSizes) => any;
11
11
  "onClick:selectFill"?: (variant: BlueprintVariant) => any;
12
12
  } & {
13
13
  "v-slots"?: {} & Omit<{
14
14
  default?: import("vue").Slot;
15
15
  $stable?: boolean;
16
16
  }, never>;
17
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "emit:click:select" | "sampleText" | "emit:click:selectFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "blueprint" | "emit:click:select" | "sampleText" | "emit:click:selectFill"> & import("@omnia/fx/ux").VNodeEvents) => any;
18
18
  export default _default;
@@ -15,7 +15,7 @@ export declare const useTextStyleEditorStore: () => {
15
15
  state: {
16
16
  internalModel: TextStyleDefinition;
17
17
  blueprint: TypographyBlueprint;
18
- textStyleType: "text" | "display" | "headline" | "title" | "label" | "variants";
18
+ textStyleType: "display" | "headline" | "title" | "text" | "label" | "variants";
19
19
  textStyleSize: TextStyleSizes;
20
20
  lineHeightType: lineHeightType;
21
21
  fontSizeType: fontSizeType;
@@ -21,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
21
21
  default?: import("vue").Slot;
22
22
  $stable?: boolean;
23
23
  }, never>;
24
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "state" | "label" | "v-model" | "modelValue" | "emit:update:modelValue" | "categoryFilters" | "renderTypeFilters"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "state" | "v-model" | "modelValue" | "emit:update:modelValue" | "categoryFilters" | "renderTypeFilters"> & import("@omnia/fx/ux").VNodeEvents) => any;
25
25
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { ThemeRegistration } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
2
- import { ColorSchema, ComponentBlueprints, guid, ResolvedThemeDefinition, SpacingBlueprint, TemplateRegistrationType, ThemeDefinition, TypographyBlueprint } from "@omnia/fx-models";
2
+ import { ColorSchema, ComponentBlueprints, guid, ResolvedThemeDefinition, SpacingBlueprint, TemplateRegistrationType, ThemeDefinition, ThemeSelection, TypographyBlueprint } from "@omnia/fx-models";
3
3
  type ThemesResolved = Array<ThemeDefinition | ColorSchema | TypographyBlueprint | SpacingBlueprint | ComponentBlueprints>;
4
4
  export declare const useThemeProviderStore: () => {
5
5
  state: {
@@ -15,14 +15,17 @@ export declare const useThemeProviderStore: () => {
15
15
  isLoaded: boolean;
16
16
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
17
17
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
18
+ reloadTheme(): Promise<void>;
18
19
  loadAll(): Promise<ThemesResolved>;
19
20
  save(theme: ThemeRegistration): Promise<unknown>;
20
21
  delete(id: guid): Promise<unknown>;
21
22
  }>;
22
23
  get: {
24
+ readonly additionalThemeId: guid;
23
25
  readonly adminTheme: ResolvedThemeDefinition;
24
26
  readonly defaultTheme: ResolvedThemeDefinition;
25
27
  getByType: (type: TemplateRegistrationType) => Array<any>;
28
+ themeSettings: () => ThemeSelection;
26
29
  };
27
30
  } & {
28
31
  dispose?: () => void;
@@ -0,0 +1,3 @@
1
+ export declare function useSwitchAnimationEffect(): {
2
+ animate: (finishCallback: () => void, disable?: boolean) => void;
3
+ };
@@ -1,2 +1,3 @@
1
1
  export * from "./UseStyling";
2
2
  export * from "./UseContainerQuery";
3
+ export * from "./animations/SwitchAnimationEffect";
@@ -3,7 +3,7 @@ import { ColorSchemaTypes, ResolvedThemeDefinition, ThemeContextType } from "@om
3
3
  declare const _default: {
4
4
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
5
5
  colorSchemaType: {
6
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
6
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
7
7
  };
8
8
  themeType: {
9
9
  type: import("vue").PropType<ThemeContextType>;
@@ -34,7 +34,7 @@ declare const _default: {
34
34
  Defaults: {};
35
35
  }, Readonly<import("vue").ExtractPropTypes<{
36
36
  colorSchemaType: {
37
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
37
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
38
38
  };
39
39
  themeType: {
40
40
  type: import("vue").PropType<ThemeContextType>;
@@ -56,7 +56,7 @@ declare const _default: {
56
56
  __isSuspense?: never;
57
57
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
58
58
  colorSchemaType: {
59
- type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
59
+ type: import("vue").PropType<"primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
60
60
  };
61
61
  themeType: {
62
62
  type: import("vue").PropType<ThemeContextType>;
@@ -80,7 +80,7 @@ declare const _default: {
80
80
  }) => any;
81
81
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
82
82
  propsDefinition: Omit<Readonly<{} & {
83
- colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
83
+ colorSchemaType?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
84
84
  themeDefinition?: ResolvedThemeDefinition;
85
85
  themeType?: ThemeContextType;
86
86
  }>, "onTheme:initialized"> & {
@@ -183,9 +183,9 @@ declare const _default: {
183
183
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
184
184
  propsDefinition: Omit<Readonly<{} & {
185
185
  flat?: boolean;
186
- type?: ConfirmDialogDisplay;
187
186
  text?: string;
188
187
  icon?: IIcon;
188
+ type?: ConfirmDialogDisplay;
189
189
  tooltip?: TooltipOptions;
190
190
  disabled?: boolean;
191
191
  dialogOptions?: ConfirmDialogOptions;
@@ -0,0 +1,12 @@
1
+ import { DefineEmit, DefineProp } from "@omnia/fx/ux";
2
+ import { Suggestion } from "@omnia/fx-models";
3
+ type Props = DefineProp<"label", string> & DefineProp<"variant", "picker" | "default", false, "default"> & DefineEmit<"select", (item: Suggestion) => true>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Props> & {
5
+ onSelect?: (item: Suggestion) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ $stable?: boolean;
10
+ }, never>;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { Suggestion } from "@omnia/fx-models";
2
+ import { DefineEmit, DefineProp } from "@omnia/fx/ux";
3
+ type Props = DefineProp<"variant", "dropdown" | "default", false, "default"> & DefineProp<"width", string | number, false, "100%"> & DefineProp<"height", string | number, false, 300> & DefineProp<"triggerAllContexts", boolean, false, false> & DefineEmit<"select", (item: Suggestion) => true>;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Props> & {
5
+ onSelect?: (item: Suggestion) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ $stable?: boolean;
10
+ }, never>;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "variant" | "width" | "triggerAllContexts" | "emit:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { ContextPlugin } from "@omnia/fx-models";
2
+ export default function createEnterpriseGlossaryPlugin(id: string): ContextPlugin<string>;
@@ -0,0 +1,2 @@
1
+ import { ContextPlugin } from "@omnia/fx-models";
2
+ export default function createEnterprisePropertyPlugin(id: string): ContextPlugin<string>;
@@ -0,0 +1,18 @@
1
+ import { ContextPlugin, Suggestion } from "@omnia/fx-models";
2
+ export declare const useContextPickerStore: () => {
3
+ state: {
4
+ suggestedItems: any[];
5
+ appliedContexts: ContextPlugin<any>[];
6
+ selected: any;
7
+ loading: boolean;
8
+ };
9
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
10
+ pickContexts: (contexts: ContextPlugin | ContextPlugin[]) => Promise<void>;
11
+ ensureData: (contextsToCheck?: ContextPlugin[]) => Promise<void>;
12
+ gatherAllSuggestions: <TQuery>(query: TQuery) => Promise<void>;
13
+ triggerSelection: (suggestion: Suggestion, applyForAll?: boolean) => Promise<void>;
14
+ gatherAppliedContextsSuggestions: <TQuery>(query: TQuery) => Promise<void>;
15
+ }>;
16
+ } & {
17
+ dispose?: () => void;
18
+ };
@@ -38,5 +38,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
38
38
  default?: import("vue").Slot;
39
39
  $stable?: boolean;
40
40
  }, never>;
41
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "description" | "tooltip" | "disabled" | "v-model" | "modelValue" | "emit:update:modelValue" | "scrollable" | "singleLine" | "formatter" | "localeString" | "pickerMode" | "isRequired" | "hasIcon" | "emit:isKeepMenuOpen"> & import("@omnia/fx/ux").VNodeEvents) => any;
41
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "description" | "tooltip" | "disabled" | "v-model" | "modelValue" | "emit:update:modelValue" | "scrollable" | "singleLine" | "formatter" | "localeString" | "pickerMode" | "isRequired" | "hasIcon" | "emit:isKeepMenuOpen"> & import("@omnia/fx/ux").VNodeEvents) => any;
42
42
  export default _default;
@@ -2,7 +2,7 @@ import { DateTimeZone } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
4
  size: {
5
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xl" | "m" | "xs">;
5
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
6
6
  };
7
7
  showTimeZone: {
8
8
  type: import("vue").PropType<boolean>;
@@ -33,7 +33,7 @@ declare const _default: {
33
33
  Defaults: {};
34
34
  }, Readonly<import("vue").ExtractPropTypes<{
35
35
  size: {
36
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xl" | "m" | "xs">;
36
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
37
37
  };
38
38
  showTimeZone: {
39
39
  type: import("vue").PropType<boolean>;
@@ -61,7 +61,7 @@ declare const _default: {
61
61
  __isSuspense?: never;
62
62
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
63
63
  size: {
64
- type: import("vue").PropType<"l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xl" | "m" | "xs">;
64
+ type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
65
65
  };
66
66
  showTimeZone: {
67
67
  type: import("vue").PropType<boolean>;
@@ -87,7 +87,7 @@ declare const _default: {
87
87
  propsDefinition: Omit<Readonly<{} & {
88
88
  label?: string;
89
89
  variant?: "time" | "date" | "date-time";
90
- size?: "l" | "s" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8" | "xl" | "m" | "xs";
90
+ size?: "l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
91
91
  value?: DateTimeZone<string>;
92
92
  dateFormat?: string;
93
93
  showTimeZone?: boolean;
@@ -103,11 +103,11 @@ declare const dialogComponent: {
103
103
  onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
104
104
  }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
105
105
  propsDefinition: Omit<Readonly<{} & {
106
+ title?: string;
106
107
  maxWidth?: string | number;
107
108
  position?: DialogPositions;
108
109
  width?: string | number;
109
110
  lazy?: boolean;
110
- title?: string;
111
111
  light?: boolean;
112
112
  onClose?: () => void;
113
113
  dark?: boolean;
@@ -3,3 +3,4 @@ export * from "./Properties.md";
3
3
  export * from "./Slots.md";
4
4
  export * from "./VModel.md";
5
5
  export * from "./Emits.md";
6
+ export * from "./DefineRef.md";
@@ -9,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EditorChrome
9
9
  default?: import("vue").Slot;
10
10
  $stable?: boolean;
11
11
  }, never>;
12
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "hideCloseButton" | "subTitle" | "getApi" | "emit:close" | "emit:ready:render"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "hideCloseButton" | "subTitle" | "getApi" | "emit:close" | "emit:ready:render"> & import("@omnia/fx/ux").VNodeEvents) => any;
13
13
  export default _default;
@@ -99,8 +99,8 @@ declare const _default: {
99
99
  close: () => true;
100
100
  }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
101
101
  propsDefinition: Omit<Readonly<{} & {
102
- icon?: IIcon;
103
102
  title?: string;
103
+ icon?: IIcon;
104
104
  "v-slots"?: {
105
105
  default?: import("../DefineVueTypings").Slot;
106
106
  } & {
@@ -6,5 +6,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ToolbarButto
6
6
  default?: import("vue").Slot;
7
7
  $stable?: boolean;
8
8
  }, never>;
9
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "border" | "position" | "colorSchemaType" | "colors" | "action" | "alignHeader"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "border" | "position" | "colors" | "action" | "alignHeader"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
10
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EditorChrome
8
8
  default?: import("vue").Slot;
9
9
  $stable?: boolean;
10
10
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "hideCloseButton" | "subTitle" | "emit:close"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "hideCloseButton" | "subTitle" | "emit:close"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EditorChrome
8
8
  default?: import("vue").Slot;
9
9
  $stable?: boolean;
10
10
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "hideCloseButton" | "subTitle" | "emit:close"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "hideCloseButton" | "subTitle" | "emit:close"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -97,9 +97,9 @@ declare const _default: {
97
97
  container: boolean;
98
98
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
99
99
  propsDefinition: Omit<Readonly<{} & {
100
- container?: boolean;
101
- colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
100
+ colorSchemaType?: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
102
101
  filled?: boolean;
102
+ container?: boolean;
103
103
  class?: String | String[];
104
104
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
105
105
  toned?: boolean;
@@ -64,8 +64,8 @@ export declare const useEditorChromeStore: () => {
64
64
  coordinates: {
65
65
  readonly left: number;
66
66
  readonly right: number;
67
- readonly bottom: number;
68
67
  readonly top: number;
68
+ readonly bottom: number;
69
69
  };
70
70
  };
71
71
  events: import("@omnia/fx/stores").StoreEvents<{
@@ -78,8 +78,8 @@ export declare const useEditorChromeStore: () => {
78
78
  coordinates: {
79
79
  readonly left: number;
80
80
  readonly right: number;
81
- readonly bottom: number;
82
81
  readonly top: number;
82
+ readonly bottom: number;
83
83
  };
84
84
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
85
85
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
@@ -102,8 +102,8 @@ export declare const useEditorChromeStore: () => {
102
102
  readonly coordinates: {
103
103
  readonly left: number;
104
104
  readonly right: number;
105
- readonly bottom: number;
106
105
  readonly top: number;
106
+ readonly bottom: number;
107
107
  };
108
108
  readonly scrollPosition: number;
109
109
  };
@@ -28,5 +28,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
28
28
  default?: import("vue").Slot;
29
29
  $stable?: boolean;
30
30
  }, never>;
31
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "spacing" | "getApi" | "context" | "renderContent" | "appendLeftSection" | "prependLeftSection" | "appendMainSection" | "prependMainSection" | "appendRightSection" | "prependRightSection" | "dialogScopedInjectables"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "spacing" | "context" | "getApi" | "renderContent" | "appendLeftSection" | "prependLeftSection" | "appendMainSection" | "prependMainSection" | "appendRightSection" | "prependRightSection" | "dialogScopedInjectables"> & import("@omnia/fx/ux").VNodeEvents) => any;
32
32
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SettingProps
8
8
  default?: import("vue").Slot;
9
9
  $stable?: boolean;
10
10
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "propertyDefinitionAsHash" | "context"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "context" | "propertyDefinitionAsHash"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SettingProps
8
8
  default?: import("vue").Slot;
9
9
  $stable?: boolean;
10
10
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "propertyDefinitionAsHash" | "context"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "context" | "propertyDefinitionAsHash"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SettingProps
8
8
  default?: import("vue").Slot;
9
9
  $stable?: boolean;
10
10
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "propertyDefinitionAsHash" | "context"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "context" | "propertyDefinitionAsHash"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SettingProps
8
8
  default?: import("vue").Slot;
9
9
  $stable?: boolean;
10
10
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "propertyDefinitionAsHash" | "context"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "context" | "propertyDefinitionAsHash"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SettingProps
8
8
  default?: import("vue").Slot;
9
9
  $stable?: boolean;
10
10
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "propertyDefinitionAsHash" | "context"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "context" | "propertyDefinitionAsHash"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SettingProps
8
8
  default?: import("vue").Slot;
9
9
  $stable?: boolean;
10
10
  }, never>;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "propertyDefinitionAsHash" | "context"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "context" | "propertyDefinitionAsHash"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -12,7 +12,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  } & {
13
13
  filters: FilterPickerFilter[];
14
14
  } & {
15
- size?: "small" | "x-small" | "default";
15
+ size?: "x-small" | "small" | "default";
16
16
  } & {
17
17
  singleSelect?: boolean;
18
18
  } & {
@@ -1,7 +1,6 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
- import { FlowEditorPluginSettings } from "@omnia/fx-models";
2
+ import { FlowEditorPluginSettings, FlowContent } from "@omnia/fx-models";
3
3
  import { useFlowEditorStore, useFlowEditorToolbarStore } from "./stores";
4
- import { FlowContent } from "@omnia/fx/ux";
5
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
6
5
  "emit:update:modelValue": (value: FlowContent) => void;
7
6
  } & {
@@ -19,12 +18,13 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
19
18
  }) => void;
20
19
  } & {
21
20
  plugins?: FlowEditorPluginSettings[];
22
- } & DefineEmit<"update:modelValue", (value: FlowContent) => true>> & {
21
+ } & DefineEmit<"focus", () => true> & DefineEmit<"update:modelValue", (value: FlowContent) => true>> & {
22
+ onFocus?: () => any;
23
23
  "onUpdate:modelValue"?: (value: FlowContent) => any;
24
24
  } & {
25
25
  "v-slots"?: {} & Omit<{
26
26
  default?: import("vue").Slot;
27
27
  $stable?: boolean;
28
28
  }, never>;
29
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toolbar" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "plugins" | "getApi"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toolbar" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "plugins" | "getApi" | "emit:focus"> & import("@omnia/fx/ux").VNodeEvents) => any;
30
30
  export default _default;
@@ -1,4 +1,5 @@
1
- import { FlowContent, FlowEditorPlugin, FlowEditorPluginContext, NodeSelection } from "@omnia/fx/ux";
1
+ import { FlowEditorPlugin, FlowEditorPluginContext, NodeSelection } from "@omnia/fx/ux";
2
+ import { FlowContent } from "@omnia/fx-models";
2
3
  export declare function useEditorCommands(state: {
3
4
  editor: HTMLDivElement;
4
5
  selectedRange: Range;
@@ -1,4 +1,5 @@
1
- import { FlowContent, FlowEditorPlugin } from "@omnia/fx/ux";
1
+ import { FlowContent } from "@omnia/fx-models";
2
+ import { FlowEditorPlugin } from "@omnia/fx/ux";
2
3
  export declare function useHtmlParser(state: {
3
4
  editor: HTMLDivElement;
4
5
  plugins: Array<FlowEditorPlugin>;
@@ -1,4 +1,5 @@
1
- import { FlowContent, FlowEditorPlugin, FlowEditorPluginContext } from "@omnia/fx/ux";
1
+ import { FlowEditorPlugin, FlowEditorPluginContext } from "@omnia/fx/ux";
2
+ import { FlowContent } from "@omnia/fx-models";
2
3
  export declare function useJSONParser(state: {
3
4
  editor: HTMLDivElement;
4
5
  plugins: Array<FlowEditorPlugin>;