@omnia/fx 8.0.478-dev → 8.0.480-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 (167) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +5 -5
  3. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +5 -5
  4. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +5 -5
  5. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.d.ts +3 -3
  8. package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_testSetup.d.ts +18 -18
  9. package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +3 -3
  10. package/internal-do-not-import-from-here/ux/editorchrome/hooks/useRenderActions.d.ts +2 -15
  11. package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeCompactRenderer.d.ts +3 -3
  12. package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeRegularRenderer.d.ts +3 -3
  13. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +22 -49
  14. package/internal-do-not-import-from-here/ux/iconpicker/fontAwesomeIcons.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts +7 -0
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +7 -140
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.stylex.d.ts +3 -0
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas_old.d.ts +143 -0
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{blockplaceholder → _old/blockplaceholder}/BlockPlaceholder.d.ts +4 -4
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{canvastoolbar → _old/canvastoolbar}/CanvasToolbar.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{devicepreviewer → _old/devicepreviewer}/DevicePreviewer.css.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{devicepreviewer → _old/devicepreviewer}/DevicePreviewer.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/icons/Icons2.css.d.ts +8 -0
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/icons/Icons3.css.d.ts +8 -0
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/icons/Icons4.css.d.ts +8 -0
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/icons/Icons5.css.d.ts +8 -0
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{icons → _old/icons}/OneColumnIcon.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{icons → _old/icons}/ThreeColumnHeroIcon.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{icons → _old/icons}/ThreeColumnIcon.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{icons → _old/icons}/ThreeColumnPageIcon.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{icons → _old/icons}/TwoColumnIcon.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutitems → _old/layoutitems}/LayoutSectionStepper.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutitems → _old/layoutitems}/LayoutStep.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutitems → _old/layoutitems}/LayoutTab.css.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutrenderinghooks → _old/layoutrenderinghooks}/LayoutSectionEditorHooks.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layouttemplates → _old/layouttemplates}/ILayoutTemplateSelector.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layouttemplates → _old/layouttemplates}/LayoutTemplateSelector.d.ts +3 -3
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/ColorSettings.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/TabsSettingsStylePanel.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/blocktitle/BlockTitle.css.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +6 -0
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +6 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/breakpoints/BreakPointSettingsComponent.css.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/breakpoints/BreakPointSettingsComponent.d.ts +4 -4
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/items/AccordionListingSettingsPanel.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/items/ColumnListingSettingsPanel.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/items/SectionItemListing.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/items/StepListingSettingsPanel.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/items/TabListingSettingsPanel.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +4 -19
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +1 -0
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutManager.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/BlockSettingsProvider.d.ts +15 -0
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/BlockSettingsReader.d.ts +3 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/BlockSettingsWriter.d.ts +3 -0
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/BreakPointManager.d.ts +8 -0
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/LayoutClipboardManager.d.ts +8 -0
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/LayoutEditorThemingManager.d.ts +13 -0
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/LayoutManager.d.ts +40 -0
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/LayoutRenditionManager.d.ts +8 -0
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/ObjectMergerTemp.d.ts +1 -0
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/ThemingRenditionManager.d.ts +17 -0
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/index.d.ts +10 -0
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelection.d.ts +88 -0
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelection.stylex.d.ts +7 -0
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelector.d.ts +116 -0
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelector.stylex.d.ts +18 -0
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/index.d.ts +5 -0
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutdefinitionsettings/LayoutDefinitionBuilder.d.ts +9 -0
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +186 -0
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutdefinitionsettings/index.d.ts +2 -0
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsdesigner/StepperSectionDesigner.d.ts +11 -0
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsdesigner/index.d.ts +3 -0
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/ColumnResizer.d.ts +23 -0
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutBlockRenderer.css.d.ts +6 -0
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutBlockRenderer.d.ts +99 -0
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +7 -0
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutColumnRenderer.d.ts +38 -0
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +12 -0
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionRenderer.d.ts +82 -0
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +31 -0
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +21 -0
  83. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +7 -0
  84. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +9 -0
  85. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutStepRenderer.d.ts +81 -0
  86. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/index.d.ts +3 -0
  87. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/styles/LayerIndex.d.ts +7 -0
  88. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/styles/LayoutSectionContainerHelper.d.ts +9 -0
  89. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/styles/SharedRendererStyles.css.d.ts +0 -0
  90. package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/styles/index.d.ts +2 -0
  91. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +87 -2
  92. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStoreV2.d.ts +95 -0
  93. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/links/LinkPicker.d.ts +1 -1
  95. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
  96. package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +1 -1
  98. package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +4 -4
  99. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/oxide/splitpanev2/SplitPaneContainer.d.ts +11 -0
  102. package/internal-do-not-import-from-here/ux/oxide/splitpanev2/SplitPaneContent.d.ts +17 -0
  103. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +1 -1
  104. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  105. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +3 -0
  106. package/internal-do-not-import-from-here/wctypings.d.ts +77 -57
  107. package/package.json +3 -3
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +0 -6
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +0 -6
  110. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor → editorchrome}/sizecontainer/SizeContainer.css.d.ts +0 -0
  111. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor → editorchrome}/sizecontainer/SizeContainer.d.ts +0 -0
  112. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{blockplaceholder → _old/blockplaceholder}/BlockPlaceholder.css.d.ts +0 -0
  113. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{canvastoolbar → _old/canvastoolbar}/CanvasToolbar.css.d.ts +0 -0
  114. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{icons → _old/icons}/Icons.css.d.ts +0 -0
  115. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutitemactiontoolbar → _old/layoutitemactiontoolbar}/LayoutItemActionToolbar.d.ts +0 -0
  116. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutitemactiontoolbar → _old/layoutitemactiontoolbar}/LayoutItemActionToolbarStyles.css.d.ts +0 -0
  117. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutrenderinghooks → _old/layoutrenderinghooks}/LayoutBlock.css.d.ts +0 -0
  118. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutrenderinghooks → _old/layoutrenderinghooks}/LayoutBlockEditorHooks.d.ts +0 -0
  119. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutrenderinghooks → _old/layoutrenderinghooks}/LayoutColumn.css.d.ts +0 -0
  120. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutrenderinghooks → _old/layoutrenderinghooks}/LayoutColumnEditorHooks.d.ts +0 -0
  121. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutrenderinghooks → _old/layoutrenderinghooks}/LayoutSection.css.d.ts +0 -0
  122. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layoutrenderinghooks → _old/layoutrenderinghooks}/index.d.ts +0 -0
  123. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layouttemplates → _old/layouttemplates}/LayoutTemplateSelector.css.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{layouttemplates → _old/layouttemplates}/loc/localize.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/BlockSettingsPanel.d.ts +0 -0
  126. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/LayoutStructure.d.ts +0 -0
  127. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/SettingsPanel.d.ts +0 -0
  128. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/TemplatePreview.d.ts +0 -0
  129. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/backgroundsettings/BackgroundSettings.d.ts +0 -0
  130. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/block/Css.d.ts +0 -0
  131. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/block/Header.d.ts +0 -0
  132. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/block/Spacing.d.ts +0 -0
  133. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/block/Style.d.ts +0 -0
  134. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/block/Targeting.d.ts +0 -0
  135. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/blocktitle/BlockTitle.d.ts +0 -0
  136. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/blocktitle/BlockTitleSettings.css.d.ts +0 -0
  137. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/blocktitle/BlockTitleSettings.d.ts +0 -0
  138. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/blocktitle_old/BlockTitle.css.d.ts +0 -0
  139. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/blocktitle_old/BlockTitle.d.ts +0 -0
  140. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/blocktitle_old/BlockTitleSettings.css.d.ts +0 -0
  141. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/blocktitle_old/BlockTitleSettings.d.ts +0 -0
  142. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/breakpoints/BreakPointSettingsstyles.css.d.ts +0 -0
  143. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/canvas/Spacing.d.ts +0 -0
  144. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/imagebackgroundsettings/ImageBackgroundSettings.d.ts +0 -0
  145. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/journey/JourneyBlockSettings.d.ts +0 -0
  146. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/journey/JourneyMenuItemSettings.d.ts +0 -0
  147. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/layout/BlockHeader.d.ts +0 -0
  148. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/layout/GlobalHeaderStyling.d.ts +0 -0
  149. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/layout/LayoutTheming.d.ts +0 -0
  150. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/layout/Style.d.ts +0 -0
  151. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/layoutclipboard/LayoutClipboard.css.d.ts +0 -0
  152. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/layoutclipboard/LayoutClipboard.d.ts +0 -0
  153. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/lock/Lock.d.ts +0 -0
  154. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/Columns.d.ts +0 -0
  155. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/Css.d.ts +0 -0
  156. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/General.d.ts +0 -0
  157. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/Header.d.ts +0 -0
  158. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/Spacing.d.ts +0 -0
  159. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/Style.d.ts +0 -0
  160. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/Targeting.d.ts +0 -0
  161. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings/block → _old/settings/section}/Theming.d.ts +0 -0
  162. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/section/items/ColumnListingSettingsPanel.css.d.ts +0 -0
  163. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/settingstabs/TabBlockSettings.d.ts +0 -0
  164. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{settings → _old/settings}/settingstabs/TabLayoutSettings.d.ts +0 -0
  165. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{targetselector → _old/targetselector}/TargetSelector.css.d.ts +0 -0
  166. /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/{targetselector → _old/targetselector}/TargetSelector.d.ts +0 -0
  167. /package/internal-do-not-import-from-here/ux/layoutcanvas/{editor/settings/section/Theming.d.ts → shared_old/styles/SharedRendererFunctions.d.ts} +0 -0
@@ -0,0 +1,95 @@
1
+ import { ServiceContainerContext } from "@omnia/fx";
2
+ import { Block, BlockRenderingModes, ClipboardLayoutItem, guid, IBlockInstance, ILayoutFileContext, ILayoutMediaContext, ILayoutSectionRenderer, Layout, LayoutCanvasMode, LayoutItem, LoadedLayout } from "@omnia/fx-models";
3
+ import { useEditorChromeStore } from "../../editorchrome";
4
+ import { BlockSettingsProvider } from "..";
5
+ export interface IBlockInstanceExtendsInternal<TSettings = void> extends IBlockInstance<TSettings> {
6
+ settings: TSettings;
7
+ serviceContainerContext: ServiceContainerContext;
8
+ }
9
+ type LayoutCanvasBlockInstance<TSettings = void> = {
10
+ instance: IBlockInstanceExtendsInternal<TSettings>;
11
+ };
12
+ export declare const useLayoutCanvasStore: () => {
13
+ state: {
14
+ layout: LoadedLayout;
15
+ editorMode: LayoutCanvasMode;
16
+ id: guid;
17
+ blockInstances: {
18
+ [blockManifestId: string]: Set<LayoutCanvasBlockInstance<void>>;
19
+ };
20
+ settings: {
21
+ showGrid: boolean;
22
+ providers: {
23
+ block: string;
24
+ mediaContext: ILayoutMediaContext;
25
+ fileContext: ILayoutFileContext;
26
+ };
27
+ };
28
+ };
29
+ actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
30
+ toggleGrid: () => void;
31
+ setEditorMode: (mode: LayoutCanvasMode) => void;
32
+ providers: () => {
33
+ set: {
34
+ block: (blockProvider: string) => void;
35
+ mediaContext: (mediaContext: ILayoutMediaContext) => void;
36
+ fileContext: (fileContext: ILayoutFileContext) => void;
37
+ };
38
+ };
39
+ setLayout: (layout: Layout) => void;
40
+ init: (editorChromeStore: ReturnType<typeof useEditorChromeStore>, blockProvider: string, mediaContext: ILayoutMediaContext, fileContext: ILayoutFileContext) => void;
41
+ triggerBlockInstanceCreated: (blockInstance: IBlockInstance) => void;
42
+ triggerBlockRemoved: (block: Block) => void;
43
+ triggerBlockCopied: (originalBlock: Block, newBlock: Block) => void;
44
+ triggerLayoutItemMoved: (layoutItem: LayoutItem) => void;
45
+ triggerLayoutSectionRendererCreated: (layoutSectionRenderer: ILayoutSectionRenderer) => void;
46
+ triggerLayoutPasted: (layoutItem: ClipboardLayoutItem) => void;
47
+ dispose: () => void;
48
+ }>;
49
+ get: {
50
+ activeLayout: () => Layout;
51
+ block: {
52
+ settingsProvider: () => BlockSettingsProvider;
53
+ renderMode: () => BlockRenderingModes;
54
+ };
55
+ providers: {
56
+ block: string;
57
+ mediaContext: ILayoutMediaContext;
58
+ fileContext: ILayoutFileContext;
59
+ };
60
+ };
61
+ rules: {
62
+ hideGridSettings: () => boolean;
63
+ isEditMode: () => boolean;
64
+ };
65
+ hooks: {
66
+ blockInstanceCreated: {
67
+ trigger: (blockInstance: IBlockInstance) => void;
68
+ subscribe: (callback: (blockInstance: IBlockInstance) => void) => () => void;
69
+ };
70
+ blockRemoved: {
71
+ trigger: (block: Block) => void;
72
+ subscribe: (callback: (block: Block) => void) => () => void;
73
+ };
74
+ blockCopied: {
75
+ trigger: (originalBlock: Block, newBlock: Block) => void;
76
+ subscribe: (callback: (originalBlock: Block, newBlock: Block) => void) => () => void;
77
+ };
78
+ layoutItemMoved: {
79
+ trigger: (layoutItem: LayoutItem) => void;
80
+ subscribe: (callback: (layoutItem: LayoutItem) => void) => () => void;
81
+ };
82
+ layoutSectionRendererCreated: {
83
+ trigger: (layoutSectionRenderer: ILayoutSectionRenderer) => void;
84
+ subscribe: (callback: (layoutSectionRenderer: ILayoutSectionRenderer) => void) => () => void;
85
+ };
86
+ layoutPasted: {
87
+ trigger: (layoutItem: ClipboardLayoutItem) => void;
88
+ subscribe: (callback: (layoutItem: ClipboardLayoutItem) => void) => () => void;
89
+ };
90
+ };
91
+ dispose: () => void;
92
+ } & {
93
+ dispose?: () => void;
94
+ };
95
+ export {};
@@ -4,3 +4,4 @@ export * from "./BlockCatalogStore";
4
4
  export * from "./LayoutTemplateStore";
5
5
  export * from "./DynamicStateStore";
6
6
  export * from "./SettingsMenuStore";
7
+ export * from "./LayoutCanvasStoreV2";
@@ -49,5 +49,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
49
49
  } & Omit<{
50
50
  default?: import("vue").Slot;
51
51
  }, "activator">;
52
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "styles" | "modelValue" | "emit:update:modelValue" | "v-model" | "slot:activator" | "selectedItem" | "emit:update:selectedItem" | "v-model:selectedItem" | "editMode" | "selectableProviders" | "emit:configureProviders" | "emit:close" | "emit:saved"> & import("@omnia/fx/ux").VNodeEvents) => any;
52
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "styles" | "modelValue" | "emit:update:modelValue" | "v-model" | "slot:activator" | "selectedItem" | "emit:close" | "emit:update:selectedItem" | "v-model:selectedItem" | "editMode" | "selectableProviders" | "emit:configureProviders" | "emit:saved"> & import("@omnia/fx/ux").VNodeEvents) => any;
53
53
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
2
  import { OVerticalAlignments, Spacing, SpacingValue } from "@omnia/fx-models";
3
- type ColumnProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"grow", number, false, null, "How the flex grows in relation to other flexes. This is used to set the flex-grow property on the flex."> & DefineProp<"toned", boolean, false, false> & DefineProp<"width", string, false, null, "Sets the width of the column."> & DefineProp<"minWidth", string, false, null, "Sets the min width of the column"> & DefineProp<"alignY", OVerticalAlignments, false, null, "Sets the vertical alignment of the column."> & DefineProp<"padding", Spacing | SpacingValue, false, null, "Ensures padding of the col from the blueprint. Apply to all dimensions using only one value."> & DefineProp<"margin", Spacing | SpacingValue, false, null, "Ensures margin of the col from the blueprint.Apply to all dimensions using only one value.">;
3
+ type ColumnProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"grow", number, false, null, "How the flex grows in relation to other flexes. This is used to set the flex-grow property on the flex."> & DefineProp<"toned", boolean, false, false> & DefineProp<"width", string | number, false, null, "Sets the width of the column."> & DefineProp<"minWidth", string | number, false, null, "Sets the min width of the column"> & DefineProp<"alignY", OVerticalAlignments, false, null, "Sets the vertical alignment of the column."> & DefineProp<"padding", Spacing | SpacingValue, false, null, "Ensures padding of the col from the blueprint. Apply to all dimensions using only one value."> & DefineProp<"margin", Spacing | SpacingValue, false, null, "Ensures margin of the col from the blueprint.Apply to all dimensions using only one value.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ColumnProps> & {} & {
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
@@ -2,9 +2,9 @@ import { OVerticalAlignments, OPaddingCombination } from "@omnia/fx-models";
2
2
  export interface stylingSettings {
3
3
  alignY: OVerticalAlignments;
4
4
  paddings: OPaddingCombination;
5
- width: string;
5
+ width: string | number;
6
6
  grow: number;
7
- minWidth: string;
7
+ minWidth: string | number;
8
8
  }
9
9
  export declare const ColStyles: {
10
10
  wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexValue>;
@@ -1,6 +1,6 @@
1
1
  import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
2
  import { OHorizontalAlignments, ORowDirections, OVerticalAlignments, Spacing, SpacingValue } from "@omnia/fx-models";
3
- type RowProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"toned", boolean, false, false> & DefineProp<"wrap", boolean, false, false, "If sub elements wrap or not."> & DefineProp<"height", string, false, null, "Sets the height of the flex."> & DefineProp<"width", string, false, null, "Sets the width of the column."> & DefineProp<"direction", ORowDirections, false, null, "Sets the direction for the flex columns."> & DefineProp<"minWidth", string, false, null, "Sets the min width of the column."> & DefineProp<"minHeight", string, false, null, "Sets the min heigth of the flex."> & DefineProp<"gapX", SpacingValue | number, false, null, "Sets the gap/spacing between columns. It applies only between columns and not on the outer edges."> & DefineProp<"gapY", SpacingValue | number, false, null, "Sets the gap/spacing between rows. It applies only between rows and not on the outer edges."> & DefineProp<"alignX", OHorizontalAlignments, false, null, "Sets the horizontal alignment of the columns."> & DefineProp<"alignY", OVerticalAlignments, false, null, "Sets the horizontal alignment of columns."> & DefineProp<"padding", Spacing | SpacingValue, false, null, "Ensures padding of the col from the blueprint. Apply to all dimensions using only one value."> & DefineProp<"margin", Spacing | SpacingValue, false, null, "Ensures margin of the col from the blueprint.Apply to all dimensions using only one value.">;
3
+ type RowProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"toned", boolean, false, false> & DefineProp<"wrap", boolean, false, false, "If sub elements wrap or not."> & DefineProp<"height", string | number, false, null, "Sets the height of the flex."> & DefineProp<"width", string | number, false, null, "Sets the width of the column."> & DefineProp<"direction", ORowDirections, false, null, "Sets the direction for the flex columns."> & DefineProp<"minWidth", string | number, false, null, "Sets the min width of the column."> & DefineProp<"minHeight", string | number, false, null, "Sets the min heigth of the flex."> & DefineProp<"gapX", SpacingValue | number, false, null, "Sets the gap/spacing between columns. It applies only between columns and not on the outer edges."> & DefineProp<"gapY", SpacingValue | number, false, null, "Sets the gap/spacing between rows. It applies only between rows and not on the outer edges."> & DefineProp<"alignX", OHorizontalAlignments, false, null, "Sets the horizontal alignment of the columns."> & DefineProp<"alignY", OVerticalAlignments, false, null, "Sets the horizontal alignment of columns."> & DefineProp<"padding", Spacing | SpacingValue, false, null, "Ensures padding of the col from the blueprint. Apply to all dimensions using only one value."> & DefineProp<"margin", Spacing | SpacingValue, false, null, "Ensures margin of the col from the blueprint.Apply to all dimensions using only one value.">;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RowProps> & {} & {
5
5
  "v-slots"?: {} & Omit<{
6
6
  default?: import("vue").Slot;
@@ -5,10 +5,10 @@ export interface stylingSettings {
5
5
  gapX: string;
6
6
  gapY: string;
7
7
  paddings: OPaddingCombination;
8
- width: string;
9
- minWidth: string;
10
- height: string;
11
- minHeight: string;
8
+ width: string | number;
9
+ minWidth: string | number;
10
+ height: string | number;
11
+ minHeight: string | number;
12
12
  wrap: boolean;
13
13
  direction: ORowDirections;
14
14
  }
@@ -24,5 +24,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
24
24
  "v-slots"?: {} & Omit<{
25
25
  default?: import("vue").Slot;
26
26
  }, never>;
27
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "transition" | "variants" | "animate" | "initial" | "hover" | "exit" | "inView" | "press" | "inViewOptions" | "emit:click:someThing"> & import("@omnia/fx/ux").VNodeEvents) => any;
27
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "transition" | "variants" | "animate" | "initial" | "hover" | "exit" | "press" | "inView" | "inViewOptions" | "emit:click:someThing"> & import("@omnia/fx/ux").VNodeEvents) => any;
28
28
  export default _default;
@@ -19,7 +19,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
19
19
  } & {
20
20
  variant?: "default" | "app" | "dialog" | "editor";
21
21
  } & {
22
- customWidth?: number;
22
+ customWidth?: string | number;
23
23
  } & {
24
24
  temporary?: boolean;
25
25
  } & {
@@ -0,0 +1,11 @@
1
+ import { DefineEmit } from "@omnia/fx/ux";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ disabled?: boolean;
4
+ } & DefineEmit<"resize", (sizes: number[]) => void>> & {
5
+ onResize?: (sizes: number[]) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, never>;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "emit:resize"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ export default _default;
@@ -0,0 +1,17 @@
1
+ import { DefineEmit } from "@omnia/fx/ux";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ minWidth?: string;
4
+ } & {
5
+ size?: number;
6
+ } & {
7
+ visible?: boolean;
8
+ } & {
9
+ initialWidth?: string;
10
+ } & DefineEmit<"resize", (sizes: number[]) => void>> & {
11
+ onResize?: (sizes: number[]) => any;
12
+ } & {
13
+ "v-slots"?: {} & Omit<{
14
+ default?: import("vue").Slot;
15
+ }, never>;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "visible" | "minWidth" | "size" | "emit:resize" | "initialWidth"> & import("@omnia/fx/ux").VNodeEvents) => any;
17
+ export default _default;
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<StickyContai
8
8
  } & Omit<{
9
9
  default?: import("vue").Slot;
10
10
  }, "customRenderer">;
11
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "editor" | "getApi" | "viewportElementTrackingId" | "disable" | "slot:customRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "editor" | "getApi" | "disable" | "viewportElementTrackingId" | "slot:customRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
12
12
  export default _default;
@@ -60,9 +60,9 @@ declare const _default: {
60
60
  onVnodeUpdated?: ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[];
61
61
  onVnodeBeforeUnmount?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
62
62
  onVnodeUnmounted?: ((vnode: import("vue").VNode) => void) | ((vnode: import("vue").VNode) => void)[];
63
+ back?: () => void;
63
64
  uniqueName?: string;
64
65
  authFlows?: AuthenticationOption[][];
65
- back?: () => void;
66
66
  onProviderSelected?: (authOption: AuthenticationMetaData) => void;
67
67
  memorizedProvider?: AuthenticationMetaData;
68
68
  }>, never>;
@@ -38,6 +38,7 @@ export declare const vuetifyPlugin: {
38
38
  };
39
39
  instance: {
40
40
  locale?: any;
41
+ createDateRange: (start: unknown, stop?: unknown) => unknown[];
41
42
  date: (value?: any) => unknown;
42
43
  format: (date: unknown, formatString: string) => string;
43
44
  toJsDate: (value: unknown) => Date;
@@ -81,6 +82,8 @@ export declare const vuetifyPlugin: {
81
82
  setHours: (date: unknown, hours: number) => unknown;
82
83
  getMinutes: (date: unknown) => number;
83
84
  setMinutes: (date: unknown, minutes: number) => unknown;
85
+ } & {
86
+ createDateRange(start: unknown, stop?: unknown): unknown[];
84
87
  };
85
88
  };
86
89
  goTo: import("vuetify").GoToInstance;
@@ -231,6 +231,7 @@ import wca506689e1e2845b5b2535095ef278edf from './ux/aurora/admin/DesignAppJourn
231
231
  import wc9d1e3853fafd47bfa797ab00c1c3e4db from './ux/aurora/admin/themedesigner/themes/blades/SelectionThemeBlade';
232
232
  import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/aurora/themeprovider/ThemeProvider';
233
233
  import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
234
+ import wc1beebdd70f174f3fb54e443f3ae13a5c from './ux/editorchrome/sizecontainer/SizeContainer';
234
235
  import wc72a828731c4e4f1e9753a6a6bfb31e67 from './ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase';
235
236
  import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
236
237
  import wcf9e8399c0dc74b0db8e722a0bfa17e74 from './ux/enterpriseproperties/picker/EnterprisePropertyListingPicker';
@@ -242,7 +243,7 @@ import wc9f6fd018560b4c8cbd36f39c6d079bb7 from './ux/flow/renderer/FlowRenderer'
242
243
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
243
244
  import wc1760d6fe433f46388d4840077b6a6bec from './ux/journey/selection/JourneySelect';
244
245
  import wc58e999e5a1184a7fbea90061fc377f91 from './ux/journey/selection/JourneySelectionListRenderer';
245
- import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
246
+ import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas_old';
246
247
  import wc4aed54beb02341e3a6cbde5af5fb6c78 from './ux/layoutcanvas/layoutactionhandler/LayoutAction';
247
248
  import wc02c473f7041b40038ceecdf09e6ba4ca from './ux/layoutcanvas/layoutactionhandler/LayoutActionSettings';
248
249
  import wc057def31f5f5403d91b2da569de2fdff from './ux/layoutcanvas/layoutblock/LayoutBlock';
@@ -336,6 +337,8 @@ import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
336
337
  import wc61d4ecaae72546b1bd94bdf74e2a9dcc from './ux/oxide/speeddial/SpeedDial';
337
338
  import wc6b7f04ba8fc4487ea496dd8e42b55dbd from './ux/oxide/splitpane/Splitpane';
338
339
  import wc170e15fd849e41568ed9b48f88711527 from './ux/oxide/splitpane/SplitpaneItem';
340
+ import wcd1ad8882a0c04ed4a65ca7653cd46ba8 from './ux/oxide/splitpanev2/SplitPaneContainer';
341
+ import wc5f8763d6835d4d60be746c3178fe64e5 from './ux/oxide/splitpanev2/SplitPaneContent';
339
342
  import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
340
343
  import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
341
344
  import wcfeb57f2e8a1e4cd1b7a59043738bf5e8 from './ux/oxide/stickycontainer/StickyContainer';
@@ -463,11 +466,7 @@ import wcee09ecc9d4fb46de8f1a408e38858030 from './ux/filterengine/components/set
463
466
  import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
464
467
  import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
465
468
  import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
466
- import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder';
467
- import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
468
469
  import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
469
- import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer';
470
- import wc1beebdd70f174f3fb54e443f3ae13a5c from './ux/layoutcanvas/editor/sizecontainer/SizeContainer';
471
470
  import wcac5f615df97543cf97b3ae930ba113d0 from './ux/mediagallery/gallerydialogproviders/slider/Slider';
472
471
  import wc12d1bca1d50b4186acd50014584389c9 from './ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
473
472
  import wc97a809187ad54028a26f31428c844710 from './ux/mediapickerV2/chrome/components/MediaGallerySelector';
@@ -559,35 +558,38 @@ import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/aurora/admin/themedesigner/
559
558
  import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/themedesigner/templates/TemplatesJourney';
560
559
  import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/aurora/admin/themedesigner/themes/ThemesJourney';
561
560
  import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/aurora/admin/themedesigner/typography/TypographyJourney';
562
- import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
563
- import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
564
- import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
565
- import wc103ae93f7a7c4754872e2573a9a689d7 from './ux/layoutcanvas/editor/settings/block/Style';
566
- import wc06eff92039dd49339e522ac2d7a648af from './ux/layoutcanvas/editor/settings/block/Css';
567
- import wc53cbd5702e9e41ffa95093586c0e001d from './ux/layoutcanvas/editor/settings/block/Targeting';
568
- import wc1b1dd31ac8644b498ddf378a431dfb19 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitle';
569
- import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
570
- import wc0f7be5adc6ff4d81b920e5cf086128ae from './ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings';
571
- import wc37375f596a3a47abb0badf59315a5611 from './ux/layoutcanvas/editor/settings/journey/JourneyBlockSettings';
572
- import wc193eace0ce8743bf969ea707bc0f937d from './ux/layoutcanvas/editor/settings/journey/JourneyMenuItemSettings';
573
- import wc673c5382ae8e4663ac07110302d7e386 from './ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling';
574
- import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/settings/layout/BlockHeader';
575
- import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/settings/layout/Style';
576
- import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
577
- import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/settings/lock/Lock';
578
- import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/General';
579
- import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/settings/section/Spacing';
580
- import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/settings/section/Style';
581
- import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
582
- import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/settings/section/Targeting';
583
- import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
584
- import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/settings/section/Columns';
585
- import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
586
- import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
561
+ import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder';
562
+ import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/_old/canvastoolbar/CanvasToolbar';
563
+ import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/_old/devicepreviewer/DevicePreviewer';
587
564
  import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
588
565
  import wc4cd5054dab4a44dfb4f0cd4be9d1ee50 from './ux/app/apps/admin/appsettings/admin/AppSettingsJourney';
589
566
  import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
590
567
  import wc3734b9786d374f388cc5b5181f5cd4f3 from './ux/aurora/admin/themedesigner/typography/components/FontPicker';
568
+ import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/_old/settings/backgroundsettings/BackgroundSettings';
569
+ import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/_old/settings/block/Header';
570
+ import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/_old/settings/block/Spacing';
571
+ import wc103ae93f7a7c4754872e2573a9a689d7 from './ux/layoutcanvas/editor/_old/settings/block/Style';
572
+ import wc06eff92039dd49339e522ac2d7a648af from './ux/layoutcanvas/editor/_old/settings/block/Css';
573
+ import wc53cbd5702e9e41ffa95093586c0e001d from './ux/layoutcanvas/editor/_old/settings/block/Targeting';
574
+ import wc1b1dd31ac8644b498ddf378a431dfb19 from './ux/layoutcanvas/editor/_old/settings/blocktitle/BlockTitle';
575
+ import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/_old/settings/blocktitle/BlockTitleSettings';
576
+ import wc0f7be5adc6ff4d81b920e5cf086128ae from './ux/layoutcanvas/editor/_old/settings/imagebackgroundsettings/ImageBackgroundSettings';
577
+ import wc37375f596a3a47abb0badf59315a5611 from './ux/layoutcanvas/editor/_old/settings/journey/JourneyBlockSettings';
578
+ import wc193eace0ce8743bf969ea707bc0f937d from './ux/layoutcanvas/editor/_old/settings/journey/JourneyMenuItemSettings';
579
+ import wc673c5382ae8e4663ac07110302d7e386 from './ux/layoutcanvas/editor/_old/settings/layout/GlobalHeaderStyling';
580
+ import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/_old/settings/layout/BlockHeader';
581
+ import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/_old/settings/layout/Style';
582
+ import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/_old/settings/layoutclipboard/LayoutClipboard';
583
+ import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/_old/settings/lock/Lock';
584
+ import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/_old/settings/section/General';
585
+ import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/_old/settings/section/Spacing';
586
+ import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/_old/settings/section/Style';
587
+ import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/_old/settings/section/Css';
588
+ import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/_old/settings/section/Targeting';
589
+ import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/_old/settings/section/Header';
590
+ import wccac6f7b1e12d4d8b8d302340d885bd48 from './ux/layoutcanvas/editor/_old/settings/section/Columns';
591
+ import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/_old/settings/settingstabs/TabLayoutSettings';
592
+ import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/_old/settings/settingstabs/TabBlockSettings';
591
593
  import wca1b28c17c13e4250a8ba59a01efece0e from './ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog';
592
594
  import wc606afcf1b9b04b5e8920b7675b4ecc4b from './ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog';
593
595
  import wc97a0cc3e2c064517ba3c9db6e5e04f8b from '../../../../client/public/header/Header';
@@ -3087,6 +3089,15 @@ declare global {
3087
3089
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3088
3090
  };
3089
3091
  } : typeof wc1f31fc580b854d19895c1879120a9891;
3092
+ "size": {
3093
+ "container": typeof wc1beebdd70f174f3fb54e443f3ae13a5c extends {
3094
+ propsDefinition: infer TProp;
3095
+ } ? {
3096
+ new (...args: any[]): {
3097
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3098
+ };
3099
+ } : typeof wc1beebdd70f174f3fb54e443f3ae13a5c;
3100
+ };
3090
3101
  "enterpriseproperty": {
3091
3102
  "picker": typeof wcb94ea0908c7f461085de9d21a61e0826 extends {
3092
3103
  propsDefinition: infer TProp;
@@ -4416,33 +4427,6 @@ declare global {
4416
4427
  } : typeof wceda3a2e37278443899fcdc1e9dd694f4;
4417
4428
  };
4418
4429
  };
4419
- "canvas": {
4420
- "toolbar": typeof wc4512676606d342adbd011def4b615151 extends {
4421
- propsDefinition: infer TProp;
4422
- } ? {
4423
- new (...args: any[]): {
4424
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4425
- };
4426
- } : typeof wc4512676606d342adbd011def4b615151;
4427
- };
4428
- "device": {
4429
- "previewer": typeof wcd89913a1055942b38285fcab85751865 extends {
4430
- propsDefinition: infer TProp;
4431
- } ? {
4432
- new (...args: any[]): {
4433
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4434
- };
4435
- } : typeof wcd89913a1055942b38285fcab85751865;
4436
- };
4437
- "size": {
4438
- "container": typeof wc1beebdd70f174f3fb54e443f3ae13a5c extends {
4439
- propsDefinition: infer TProp;
4440
- } ? {
4441
- new (...args: any[]): {
4442
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4443
- };
4444
- } : typeof wc1beebdd70f174f3fb54e443f3ae13a5c;
4445
- };
4446
4430
  "slidepanel": {
4447
4431
  "block": typeof wcca498a9d23e947afa4c5695f01ba7959 extends {
4448
4432
  propsDefinition: infer TProp;
@@ -4494,6 +4478,24 @@ declare global {
4494
4478
  };
4495
4479
  };
4496
4480
  };
4481
+ "canvas": {
4482
+ "toolbar": typeof wc4512676606d342adbd011def4b615151 extends {
4483
+ propsDefinition: infer TProp;
4484
+ } ? {
4485
+ new (...args: any[]): {
4486
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4487
+ };
4488
+ } : typeof wc4512676606d342adbd011def4b615151;
4489
+ };
4490
+ "device": {
4491
+ "previewer": typeof wcd89913a1055942b38285fcab85751865 extends {
4492
+ propsDefinition: infer TProp;
4493
+ } ? {
4494
+ new (...args: any[]): {
4495
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4496
+ };
4497
+ } : typeof wcd89913a1055942b38285fcab85751865;
4498
+ };
4497
4499
  "add": {
4498
4500
  "button": typeof wc1476702e8f24468d9185322be5931c54 extends {
4499
4501
  propsDefinition: infer TProp;
@@ -5591,6 +5593,24 @@ declare global {
5591
5593
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5592
5594
  };
5593
5595
  } : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd;
5596
+ "split": {
5597
+ "pane": {
5598
+ "container": typeof wcd1ad8882a0c04ed4a65ca7653cd46ba8 extends {
5599
+ propsDefinition: infer TProp;
5600
+ } ? {
5601
+ new (...args: any[]): {
5602
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5603
+ };
5604
+ } : typeof wcd1ad8882a0c04ed4a65ca7653cd46ba8;
5605
+ "content": typeof wc5f8763d6835d4d60be746c3178fe64e5 extends {
5606
+ propsDefinition: infer TProp;
5607
+ } ? {
5608
+ new (...args: any[]): {
5609
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
5610
+ };
5611
+ } : typeof wc5f8763d6835d4d60be746c3178fe64e5;
5612
+ };
5613
+ };
5594
5614
  "stepper": {
5595
5615
  "step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104 extends {
5596
5616
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.478-dev",
4
+ "version": "8.0.480-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.478-dev",
23
+ "@omnia/fx-models": "8.0.480-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.16",
29
- "vuetify": "3.8.4",
29
+ "vuetify": "3.8.8",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.8.2",
32
32
  "@tiptap/vue-3": "2.1.13",
@@ -1,6 +0,0 @@
1
- declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
2
- "v-slots"?: {} & Omit<{
3
- default?: import("vue").Slot;
4
- }, never>;
5
- } & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
6
- export default _default;
@@ -1,6 +0,0 @@
1
- declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
2
- "v-slots"?: {} & Omit<{
3
- default?: import("vue").Slot;
4
- }, never>;
5
- } & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
6
- export default _default;