@omnia/fx 8.0.546-dev → 8.0.547-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 (138) 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/shared-mobile/MediaPickerService.d.ts +2 -2
  4. package/internal-do-not-import-from-here/services/shared-mobile/TagService.d.ts +5 -0
  5. package/internal-do-not-import-from-here/services/shared-mobile/index.d.ts +1 -0
  6. package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +6 -5
  7. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/flip.d.ts +1 -0
  8. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +1 -1
  9. package/internal-do-not-import-from-here/stores/shared-mobile/MediaPickerStore.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
  11. package/internal-do-not-import-from-here/ux/aurora/admin/loc/Localize.d.ts +28 -0
  12. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/blades/TextStyleBreakpointBlade.d.ts +9 -0
  13. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/blades/TextStyleDetailBlade.d.ts +9 -0
  14. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/store/TextStyleEditorStore.d.ts +168 -0
  15. package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/EditMediaResourcesBlade.d.ts +7 -0
  16. package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/themes/store/ThemeEditorStore.d.ts +11 -2
  17. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectAppThemeJourney.d.ts +7 -0
  18. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectBPThemeJourney.d.ts +7 -0
  19. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectTenantAdminThemeJourney.d.ts +7 -0
  20. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectTenantThemeJourney.d.ts +7 -0
  21. package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/ThemeSelectionJourney.d.ts +3 -7
  22. package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/store/ThemesJourneyStore.d.ts +73 -0
  23. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/{ThemePicker.d.ts → ThemeDefinitionPicker.d.ts} +4 -1
  24. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.css.d.ts +95 -0
  25. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +25 -0
  26. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.css.d.ts +0 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/{ThemePickerStore.d.ts → ThemeDefinitionPickerStore.d.ts} +4 -7
  28. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeSwitcherStore.d.ts +54 -0
  29. package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +4 -1
  30. package/internal-do-not-import-from-here/ux/aurora/styling/animations/SwitchAnimationEffect.d.ts +3 -0
  31. package/internal-do-not-import-from-here/ux/aurora/styling/index.d.ts +1 -0
  32. package/internal-do-not-import-from-here/ux/context/ContextPicker.d.ts +12 -0
  33. package/internal-do-not-import-from-here/ux/context/ContextSuggestion.d.ts +12 -0
  34. package/internal-do-not-import-from-here/ux/context/PluginRegistrationHandler.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/context/plugins/EnterpriseGlossary.d.ts +2 -0
  36. package/internal-do-not-import-from-here/ux/context/plugins/EnterpriseProperty.d.ts +2 -0
  37. package/internal-do-not-import-from-here/ux/context/plugins/PluginRegistrations.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/context/stores/ContextPickerStore.d.ts +18 -0
  39. package/internal-do-not-import-from-here/ux/docs/omfx/components/DefineRef.md.d.ts +1 -0
  40. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/DefineRef.d.ts +1 -0
  41. package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +1 -0
  42. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +3 -2
  50. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextButton.d.ts +233 -0
  51. package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextPlugin.d.ts +20 -0
  52. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +4 -2
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/models/flow/ContextNode.d.ts +5 -0
  55. package/internal-do-not-import-from-here/ux/models/flow/index.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/switch/SwitchSlider.css.d.ts +8 -0
  61. package/internal-do-not-import-from-here/ux/oxide/switch/SwitchSlider.d.ts +12 -0
  62. package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleSwitchSlider.d.ts +7 -0
  64. package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -0
  65. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -2
  66. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +14 -14
  67. package/internal-do-not-import-from-here/wctypings.d.ts +123 -66
  68. package/package.json +3 -3
  69. package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/themes/store/ThemesJourneyStore.d.ts +0 -38
  70. /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignJourney.d.ts → theme-designer/DesignToolsJourney.d.ts} +0 -0
  71. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/ThemeDesigner.d.ts → theme-designer/ThemeDesignMenu.d.ts} +0 -0
  72. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/chrome/Chrome.d.ts +0 -0
  73. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/ColorSchemasJourney.d.ts +0 -0
  74. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
  75. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/store/ColorSchemaEditorStore.d.ts +0 -0
  76. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/BlueprintsJourney.d.ts +0 -0
  77. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/BlueprintPreview.d.ts +0 -0
  78. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/ButtonBladeEdit.d.ts +0 -0
  79. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/ButtonsBlade.d.ts +0 -0
  80. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/EditBlueprints.d.ts +0 -0
  81. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/HeaderBlade.d.ts +0 -0
  82. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/HeaderBladeEdit.d.ts +0 -0
  83. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/IconsBlade.d.ts +0 -0
  84. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/IconsBladeEdit.d.ts +0 -0
  85. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/InputBlade.d.ts +0 -0
  86. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/InputBladeEdit.d.ts +0 -0
  87. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/TabBlade.d.ts +0 -0
  88. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/TabBladeEdit.d.ts +0 -0
  89. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/ButtonsEditorStore.d.ts +0 -0
  90. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/ComponentEditorStore.d.ts +0 -0
  91. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/HeaderEditorStore.d.ts +0 -0
  92. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/IconsEditorStore.d.ts +0 -0
  93. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/InputEditorStore.d.ts +0 -0
  94. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/TabsEditorStore.d.ts +0 -0
  95. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/ContainerFillsBlade.stylex.d.ts +0 -0
  96. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/FillsJourney.d.ts +0 -0
  97. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/containerBlades/ContainerFillsBlade.d.ts +0 -0
  98. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/containerBlades/ContainerFillsEditBlade.d.ts +0 -0
  99. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/ContainerFillsEditorStore.d.ts +0 -0
  100. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/FillsEditorStore.d.ts +0 -0
  101. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/TextFillsEditorStore.d.ts +0 -0
  102. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/textBlades/TextFillsBlade.d.ts +0 -0
  103. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/textBlades/TextFillsEditBlade.d.ts +0 -0
  104. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/FontManager.d.ts +0 -0
  105. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/blade/FontDefinitionBlade.d.ts +0 -0
  106. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/store/FontManagerStore.d.ts +0 -0
  107. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/SpacingJourney.d.ts +0 -0
  108. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/blades/EditSpacingBlueprintBlade.d.ts +0 -0
  109. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/blades/EditSpacingDefinitionBlade.d.ts +0 -0
  110. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/store/SpacingEditorStore.d.ts +0 -0
  111. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/store/ThemeDesignerStore.d.ts +0 -0
  112. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/TemplatesJourney.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/ButtonTemplateEdit.d.ts +0 -0
  114. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/ButtonTemplates.d.ts +0 -0
  115. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/TabTemplateEdit.d.ts +0 -0
  116. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/TabTemplates.d.ts +0 -0
  117. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/store/TemplateEditorStore.d.ts +0 -0
  118. /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignAppJourney.d.ts → theme-designer/textstyles/TextStyles.d.ts} +0 -0
  119. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditColorSchemasBlade.d.ts +0 -0
  120. /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignBPJourney.d.ts → theme-designer/themes/EditLayoutWidthBlade.d.ts} +0 -0
  121. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditThemeBlade.d.ts +0 -0
  122. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditThemeBladeStyles.stylex.d.ts +0 -0
  123. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades/SelectionThemeBlade.d.ts → theme-designer/themes/ThemeDesignJourney.d.ts} +0 -0
  124. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/ViewThemeBlade.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/TypographyJourney.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditScaleBlade.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTextStyleBlade.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTextStylesBlade.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTypographyBlueprintBlade.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/SelectBreakpointBlade.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/ViewTypeScaleBlade.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontPicker.css.d.ts +0 -0
  133. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontPicker.d.ts +0 -0
  134. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontRegistration.d.ts +0 -0
  135. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/store/TypographyEditorStore.d.ts +0 -0
  136. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/models/Theme.d.ts +0 -0
  137. /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/models/index.d.ts +0 -0
  138. /package/internal-do-not-import-from-here/ux/aurora/components/themepicker/{ThemePicker.css.d.ts → ThemeDefinitionPicker.css.d.ts} +0 -0
@@ -11,6 +11,7 @@ import wc057bef6897bb4ba4a089d01c2da1322e from './ux/chrome/ChromeRenderer';
11
11
  import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
12
12
  import wc2f45926eead6483288ae0aa4206a3040 from './ux/conditioncontrol/ConditionControl';
13
13
  import wcb11276a5e84a4709a55abd185b4c7a1d from './ux/confirmdialog/ConfirmDialog';
14
+ import wc1136593214b7486181a344025c6708c8 from './ux/context/ContextPicker';
14
15
  import wcf2070c844f55482099c398dd2ddb013c from './ux/contextlanguagepicker/ContextLanguagePicker';
15
16
  import wc0fb46d84e95e4e04801878bec4b370cb from './ux/datetimefilterquery/DateTimeFilterQuery';
16
17
  import wcdedf711a4e0f4c5c850b51c01ea367a7 from './ux/datetimepicker/DateTimePicker';
@@ -231,10 +232,6 @@ import wc171ae6335cef4eaa88977eba3bca0049 from './ux/appprovisioning/renderer/Re
231
232
  import wcd50cefd6e1b646ae8b83e0fa9247bf0b from './ux/appprovisioning/summary/InformationStepSummary';
232
233
  import wc0956cc1cb8c94b659d31dfefc4ffc341 from './ux/aurora/actionhandler/ThemeSelectorAction';
233
234
  import wcd2cb064dcb2a4a76a3b8486cba5ebade from './ux/aurora/actionhandler/ThemeDesignerAction';
234
- import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/aurora/admin/DesignJourney';
235
- import wcd789d3dea034427490fb0a9133262d2c from './ux/aurora/admin/DesignBPJourney';
236
- import wca506689e1e2845b5b2535095ef278edf from './ux/aurora/admin/DesignAppJourney';
237
- import wc9d1e3853fafd47bfa797ab00c1c3e4db from './ux/aurora/admin/themedesigner/themes/blades/SelectionThemeBlade';
238
235
  import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/aurora/themeprovider/ThemeProvider';
239
236
  import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
240
237
  import wc1beebdd70f174f3fb54e443f3ae13a5c from './ux/editorchrome/sizecontainer/SizeContainer';
@@ -353,6 +350,7 @@ import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
353
350
  import wcfeb57f2e8a1e4cd1b7a59043738bf5e8 from './ux/oxide/stickycontainer/StickyContainer';
354
351
  import wc31cc47b19e7d4c40b826f58d1c955a43 from './ux/oxide/switch/Switch';
355
352
  import wc4aa806e133994d21b5c514ab73a51edf from './ux/oxide/switch/Switches';
353
+ import wc626099574a064323b1baa7e4a9ff041b from './ux/oxide/switch/SwitchSlider';
356
354
  import wc7345c491927b43438d9f5e14f51fbfad from './ux/oxide/tab/Tabs';
357
355
  import wc8669930d609c497e8cde0c554621db88 from './ux/oxide/tab/Tab';
358
356
  import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
@@ -403,7 +401,14 @@ import wc97fc43f2fa6e429483740135f5884c00 from './ux/app/apps/admin/TeamworkApps
403
401
  import wc633b2666fb3c48078175013704c7f7ac from './ux/app/apps/admin/CommunitiesAppsJourney';
404
402
  import wca457ba6d0da84795925235989b9c0c9a from './ux/app/apps/admin/AppManagementCategoryJourney';
405
403
  import wc669778312f2b40739774539e6de4d1ea from './ux/app/apps/admin/AppDefinitionsListing';
406
- import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/themedesigner/ThemeDesigner';
404
+ import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/aurora/admin/theme-designer/DesignToolsJourney';
405
+ import wc9a366d289a7c4302b1073b43eb5b8d74 from './ux/aurora/admin/theme-designer/themes/ThemeDesignJourney';
406
+ import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/theme-designer/ThemeDesignMenu';
407
+ import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/aurora/admin/theme-selection/ThemeSelectionJourney';
408
+ import wcd789d3dea034427490fb0a9133262d2c from './ux/aurora/admin/theme-selection/SelectBPThemeJourney';
409
+ import wca506689e1e2845b5b2535095ef278edf from './ux/aurora/admin/theme-selection/SelectAppThemeJourney';
410
+ import wc280f3e51bf554c5a92df47b3547f62b0 from './ux/aurora/admin/theme-selection/SelectTenantThemeJourney';
411
+ import wc229d4b3f87e440c9ad6adc67ad873896 from './ux/aurora/admin/theme-selection/SelectTenantAdminThemeJourney';
407
412
  import wc1f34388f1f4140d3a38e6b0cc8897fc5 from './ux/aurora/components/backgroundstyle/BackgroundStyleEditor';
408
413
  import wc811d753f7c54407093158c49519020f5 from './ux/aurora/components/backgroundstyle/BackgroundStyleViewer';
409
414
  import wc78fbae25bf1f421bb9c5dc31ba835bd3 from './ux/aurora/components/borderpicker/BorderPicker';
@@ -448,8 +453,9 @@ import wc5ac01b439b7b494baf066921c2ae7f9a from './ux/aurora/components/textcolor
448
453
  import wc1f8e62af53af4535864eeff5b7e34248 from './ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker';
449
454
  import wc287d666180644ba5ab5def0471a75a89 from './ux/aurora/components/textstylepicker/TextStylePicker';
450
455
  import wc24f60b68e89540ebb5775cf7ff2df8b7 from './ux/aurora/components/textstylepicker/TextStyleViewer';
451
- import wc252ece0016594978b3ddfafdd59adda4 from './ux/aurora/components/themepicker/ThemePicker';
456
+ import wc252ece0016594978b3ddfafdd59adda4 from './ux/aurora/components/themepicker/ThemeDefinitionPicker';
452
457
  import wc745ebe98504141a5b29aa7dd6dea8b9a from './ux/aurora/components/themepicker/ThemeViewer';
458
+ import wcbdd527bcba3f441caa5d69356b23e5df from './ux/aurora/components/themepicker/ThemeSwitcher';
453
459
  import wcc6eec07d48af435ab0c75195d9c7dcfc from './ux/aurora/components/themepreview/ComponentPreview';
454
460
  import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TextStyleEditor';
455
461
  import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
@@ -565,15 +571,15 @@ import wcb19b2cdc3d544c1893c3048886487a73 from './ux/admin/system/submenu/seo/Se
565
571
  import wcfeb168ca8f484e06ab3f88d48c078319 from './ux/admin/system/submenu/services/ServicesJourney';
566
572
  import wc3a923c54b15d461597cd678c0d561496 from './ux/admin/system/submenu/systemlogs/SystemLogsJourney';
567
573
  import wc9fbf91affc974ca698437e8ada43bb0c from './ux/admin/system/submenu/tenantcontact/TenantContactJourney';
568
- import wc0aa3df9194784591a5be530314b8ac7f from './ux/aurora/admin/themedesigner/chrome/Chrome';
569
- import wcd90e0352809742c482bdda733dc8872a from './ux/aurora/admin/themedesigner/colorschemas/ColorSchemasJourney';
570
- import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/aurora/admin/themedesigner/componentblueprints/BlueprintsJourney';
571
- import wcfebab40186954cadbb54852c509f31e6 from './ux/aurora/admin/themedesigner/fills/FillsJourney';
572
- import wc8142fa90f0d34258bb080a15aa21ab74 from './ux/aurora/admin/themedesigner/fontsmanager/FontManager';
573
- import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/themedesigner/spacing/SpacingJourney';
574
- import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/themedesigner/templates/TemplatesJourney';
575
- import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/aurora/admin/themedesigner/themes/ThemeSelectionJourney';
576
- import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/themedesigner/typography/TypographyJourney';
574
+ import wc0aa3df9194784591a5be530314b8ac7f from './ux/aurora/admin/theme-designer/chrome/Chrome';
575
+ import wcd90e0352809742c482bdda733dc8872a from './ux/aurora/admin/theme-designer/colorschemas/ColorSchemasJourney';
576
+ import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/aurora/admin/theme-designer/componentblueprints/BlueprintsJourney';
577
+ import wcfebab40186954cadbb54852c509f31e6 from './ux/aurora/admin/theme-designer/fills/FillsJourney';
578
+ import wc8142fa90f0d34258bb080a15aa21ab74 from './ux/aurora/admin/theme-designer/fontsmanager/FontManager';
579
+ import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/theme-designer/spacing/SpacingJourney';
580
+ import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/theme-designer/templates/TemplatesJourney';
581
+ import wc8fd849bf99e84ba38daf8af9d6ea745b from './ux/aurora/admin/theme-designer/textstyles/TextStyles';
582
+ import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/theme-designer/typography/TypographyJourney';
577
583
  import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder';
578
584
  import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/_old/canvastoolbar/CanvasToolbar';
579
585
  import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/_old/devicepreviewer/DevicePreviewer';
@@ -605,7 +611,7 @@ import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/setting
605
611
  import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
606
612
  import wc4cd5054dab4a44dfb4f0cd4be9d1ee50 from './ux/app/apps/admin/appsettings/admin/AppSettingsJourney';
607
613
  import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
608
- import wc3734b9786d374f388cc5b5181f5cd4f3 from './ux/aurora/admin/themedesigner/typography/components/FontPicker';
614
+ import wc3734b9786d374f388cc5b5181f5cd4f3 from './ux/aurora/admin/theme-designer/typography/components/FontPicker';
609
615
  import wca1b28c17c13e4250a8ba59a01efece0e from './ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog';
610
616
  import wc606afcf1b9b04b5e8920b7675b4ecc4b from './ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog';
611
617
  import wc97a0cc3e2c064517ba3c9db6e5e04f8b from '../../../../client/public/header/Header';
@@ -837,6 +843,15 @@ declare global {
837
843
  };
838
844
  } : typeof wc682077b575c74b2086cbf438346e0ed3;
839
845
  };
846
+ "textstyles": {
847
+ "journey": typeof wc8fd849bf99e84ba38daf8af9d6ea745b extends {
848
+ propsDefinition: infer TProp;
849
+ } ? {
850
+ new (...args: any[]): {
851
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
852
+ };
853
+ } : typeof wc8fd849bf99e84ba38daf8af9d6ea745b;
854
+ };
840
855
  "typography": {
841
856
  "journey": typeof wcfc2401c7c3384790ae7ce17d05b0855f extends {
842
857
  propsDefinition: infer TProp;
@@ -936,6 +951,13 @@ declare global {
936
951
  } : typeof wcb11276a5e84a4709a55abd185b4c7a1d;
937
952
  };
938
953
  "context": {
954
+ "picker": typeof wc1136593214b7486181a344025c6708c8 extends {
955
+ propsDefinition: infer TProp;
956
+ } ? {
957
+ new (...args: any[]): {
958
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
959
+ };
960
+ } : typeof wc1136593214b7486181a344025c6708c8;
939
961
  "language": {
940
962
  "picker": typeof wcf2070c844f55482099c398dd2ddb013c extends {
941
963
  propsDefinition: infer TProp;
@@ -3114,13 +3136,22 @@ declare global {
3114
3136
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3115
3137
  };
3116
3138
  } : typeof wc008c41f92c8847eea45f09ebc0535fc1;
3117
- "designer": typeof wc5e7631b4411b498eafa68ebde2136cc5 extends {
3139
+ "designer": typeof wc9a366d289a7c4302b1073b43eb5b8d74 extends {
3118
3140
  propsDefinition: infer TProp;
3119
3141
  } ? {
3120
3142
  new (...args: any[]): {
3121
3143
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3122
3144
  };
3123
- } : typeof wc5e7631b4411b498eafa68ebde2136cc5;
3145
+ } : typeof wc9a366d289a7c4302b1073b43eb5b8d74;
3146
+ "design": {
3147
+ "menu": typeof wc5e7631b4411b498eafa68ebde2136cc5 extends {
3148
+ propsDefinition: infer TProp;
3149
+ } ? {
3150
+ new (...args: any[]): {
3151
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3152
+ };
3153
+ } : typeof wc5e7631b4411b498eafa68ebde2136cc5;
3154
+ };
3124
3155
  "definition": {
3125
3156
  "picker": typeof wc252ece0016594978b3ddfafdd59adda4 extends {
3126
3157
  propsDefinition: infer TProp;
@@ -3137,6 +3168,13 @@ declare global {
3137
3168
  };
3138
3169
  } : typeof wc745ebe98504141a5b29aa7dd6dea8b9a;
3139
3170
  };
3171
+ "switcher": typeof wcbdd527bcba3f441caa5d69356b23e5df extends {
3172
+ propsDefinition: infer TProp;
3173
+ } ? {
3174
+ new (...args: any[]): {
3175
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3176
+ };
3177
+ } : typeof wcbdd527bcba3f441caa5d69356b23e5df;
3140
3178
  "component": {
3141
3179
  "preview": typeof wcc6eec07d48af435ab0c75195d9c7dcfc extends {
3142
3180
  propsDefinition: infer TProp;
@@ -4944,41 +4982,6 @@ declare global {
4944
4982
  };
4945
4983
  };
4946
4984
  };
4947
- "design": {
4948
- "journey": (typeof wc97cad1f254694fb2ab76b333cf8fe84c extends {
4949
- propsDefinition: infer TProp;
4950
- } ? {
4951
- new (...args: any[]): {
4952
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4953
- };
4954
- } : typeof wc97cad1f254694fb2ab76b333cf8fe84c) & {
4955
- "bp": typeof wcd789d3dea034427490fb0a9133262d2c extends {
4956
- propsDefinition: infer TProp;
4957
- } ? {
4958
- new (...args: any[]): {
4959
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4960
- };
4961
- } : typeof wcd789d3dea034427490fb0a9133262d2c;
4962
- "app": typeof wca506689e1e2845b5b2535095ef278edf extends {
4963
- propsDefinition: infer TProp;
4964
- } ? {
4965
- new (...args: any[]): {
4966
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4967
- };
4968
- } : typeof wca506689e1e2845b5b2535095ef278edf;
4969
- };
4970
- "selection": {
4971
- "theme": {
4972
- "journey": typeof wc9d1e3853fafd47bfa797ab00c1c3e4db extends {
4973
- propsDefinition: infer TProp;
4974
- } ? {
4975
- new (...args: any[]): {
4976
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4977
- };
4978
- } : typeof wc9d1e3853fafd47bfa797ab00c1c3e4db;
4979
- };
4980
- };
4981
- };
4982
4985
  "business": {
4983
4986
  "profile": {
4984
4987
  "permission": {
@@ -5067,6 +5070,61 @@ declare global {
5067
5070
  } : typeof wc669778312f2b40739774539e6de4d1ea;
5068
5071
  };
5069
5072
  };
5073
+ "design": {
5074
+ "tool": {
5075
+ "journey": typeof wc97cad1f254694fb2ab76b333cf8fe84c extends {
5076
+ propsDefinition: infer TProp;
5077
+ } ? {
5078
+ new (...args: any[]): {
5079
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5080
+ };
5081
+ } : typeof wc97cad1f254694fb2ab76b333cf8fe84c;
5082
+ };
5083
+ };
5084
+ "themes": {
5085
+ "selection": {
5086
+ "journey": (typeof wcbed95d1ec67f4a15986fc72adebdb78f extends {
5087
+ propsDefinition: infer TProp;
5088
+ } ? {
5089
+ new (...args: any[]): {
5090
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5091
+ };
5092
+ } : typeof wcbed95d1ec67f4a15986fc72adebdb78f) & {
5093
+ "bp": typeof wcd789d3dea034427490fb0a9133262d2c extends {
5094
+ propsDefinition: infer TProp;
5095
+ } ? {
5096
+ new (...args: any[]): {
5097
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5098
+ };
5099
+ } : typeof wcd789d3dea034427490fb0a9133262d2c;
5100
+ "app": typeof wca506689e1e2845b5b2535095ef278edf extends {
5101
+ propsDefinition: infer TProp;
5102
+ } ? {
5103
+ new (...args: any[]): {
5104
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5105
+ };
5106
+ } : typeof wca506689e1e2845b5b2535095ef278edf;
5107
+ "tenant": typeof wc280f3e51bf554c5a92df47b3547f62b0 extends {
5108
+ propsDefinition: infer TProp;
5109
+ } ? {
5110
+ new (...args: any[]): {
5111
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5112
+ };
5113
+ } : typeof wc280f3e51bf554c5a92df47b3547f62b0;
5114
+ };
5115
+ "admin": {
5116
+ "journey": {
5117
+ "tenant": typeof wc229d4b3f87e440c9ad6adc67ad873896 extends {
5118
+ propsDefinition: infer TProp;
5119
+ } ? {
5120
+ new (...args: any[]): {
5121
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5122
+ };
5123
+ } : typeof wc229d4b3f87e440c9ad6adc67ad873896;
5124
+ };
5125
+ };
5126
+ };
5127
+ };
5070
5128
  "auditlogs": {
5071
5129
  "journey": typeof wc05be354b04b344449edd7269f762a43c extends {
5072
5130
  propsDefinition: infer TProp;
@@ -5166,15 +5224,6 @@ declare global {
5166
5224
  } : typeof wc0aa3df9194784591a5be530314b8ac7f;
5167
5225
  };
5168
5226
  };
5169
- "themes": {
5170
- "journey": typeof wcbed95d1ec67f4a15986fc72adebdb78f extends {
5171
- propsDefinition: infer TProp;
5172
- } ? {
5173
- new (...args: any[]): {
5174
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5175
- };
5176
- } : typeof wcbed95d1ec67f4a15986fc72adebdb78f;
5177
- };
5178
5227
  };
5179
5228
  let o: {
5180
5229
  "action": {
@@ -5728,20 +5777,28 @@ declare global {
5728
5777
  };
5729
5778
  } : typeof wcfeb57f2e8a1e4cd1b7a59043738bf5e8;
5730
5779
  };
5731
- "switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends {
5780
+ "switches": typeof wc4aa806e133994d21b5c514ab73a51edf extends {
5732
5781
  propsDefinition: infer TProp;
5733
5782
  } ? {
5734
5783
  new (...args: any[]): {
5735
5784
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5736
5785
  };
5737
- } : typeof wc31cc47b19e7d4c40b826f58d1c955a43;
5738
- "switches": typeof wc4aa806e133994d21b5c514ab73a51edf extends {
5786
+ } : typeof wc4aa806e133994d21b5c514ab73a51edf;
5787
+ "switch": (typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends {
5739
5788
  propsDefinition: infer TProp;
5740
5789
  } ? {
5741
5790
  new (...args: any[]): {
5742
5791
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5743
5792
  };
5744
- } : typeof wc4aa806e133994d21b5c514ab73a51edf;
5793
+ } : typeof wc31cc47b19e7d4c40b826f58d1c955a43) & {
5794
+ "slider": typeof wc626099574a064323b1baa7e4a9ff041b extends {
5795
+ propsDefinition: infer TProp;
5796
+ } ? {
5797
+ new (...args: any[]): {
5798
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5799
+ };
5800
+ } : typeof wc626099574a064323b1baa7e4a9ff041b;
5801
+ };
5745
5802
  "tabs": typeof wc7345c491927b43438d9f5e14f51fbfad extends {
5746
5803
  propsDefinition: infer TProp;
5747
5804
  } ? {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.546-dev",
4
+ "version": "8.0.547-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,13 +20,13 @@
20
20
  ],
21
21
  "author": "Omnia Digital Workplace AB",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.546-dev",
23
+ "@omnia/fx-models": "8.0.547-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.2.0",
28
28
  "vue": "3.5.21",
29
- "vuetify": "3.10.0",
29
+ "vuetify": "3.10.2",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.8.2",
32
32
  "@tiptap/vue-3": "2.1.13",
@@ -1,38 +0,0 @@
1
- import { AppThemeManager, BusinessProfileThemeManager, guid, ResolvedThemeDefinition, TargetResolverTypes, TenantThemeManager, ThemeSelection } from "@omnia/fx-models";
2
- import { ThemingRender } from "../models";
3
- export declare const useThemeJourneyStore: () => {
4
- state: {
5
- themeManager: TenantThemeManager | AppThemeManager | BusinessProfileThemeManager;
6
- themingSetting: ThemeSelection;
7
- settings: {
8
- targetResolverType: TargetResolverTypes;
9
- };
10
- editing: {
11
- renderer: ThemingRender;
12
- accessibility: guid;
13
- default: guid;
14
- additional: guid[];
15
- };
16
- };
17
- actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
18
- AdditionalTheme: () => {
19
- add: (id: guid) => void;
20
- remove: (id: guid) => void;
21
- };
22
- updateTheme: (id: guid, mode: "default" | "accessibility") => void;
23
- save: () => Promise<boolean>;
24
- selectThemerenderer: (renderer: ThemingRender) => void;
25
- setTheme: (theme: ThemingRender, newTheme: ResolvedThemeDefinition) => void;
26
- initState: (targetResolverType: TargetResolverTypes) => Promise<void>;
27
- }>;
28
- get: {
29
- themeTemplates: import("@omnia/fx-models").ITemplateRegistration<any, import("@omnia/fx-models").TemplateRegistrationType>[];
30
- editingBlade: (props: Omit<import("@omnia/fx/ux").ConstructComponentProps<import("../../../../../journey/JourneyBlade").JourneyBladeProps>, "id" | "getApi" | "manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
- };
32
- dataTypes: {
33
- themeRenderers: ThemingRender[];
34
- };
35
- rules: {};
36
- } & {
37
- dispose?: () => void;
38
- };