@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,11 @@
1
+ import { Section, SectionItem, SteppedSectionItemSettings, StepperSectionSettings } from "@omnia/fx/models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ section?: Section<StepperSectionSettings>;
4
+ } & {
5
+ renderSectionItem?: (sectionItem: SectionItem<SteppedSectionItemSettings>) => JSX.Element | Array<JSX.Element>;
6
+ }> & {} & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, never>;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "section" | "renderSectionItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export * from "./StepperSectionDesigner";
2
+ import StepperSectionDesigner from "./StepperSectionDesigner";
3
+ export { StepperSectionDesigner };
@@ -0,0 +1,23 @@
1
+ import { ColumnedSectionItemSettings, Section, SectionItem } from "@omnia/fx-models";
2
+ export declare class ColumnResizer {
3
+ private section;
4
+ constructor(section: Section);
5
+ /**
6
+ * Resize the column
7
+ * @param item
8
+ * @param resizeValue
9
+ */
10
+ resizeColumn(item: SectionItem<ColumnedSectionItemSettings>, resizeValue: number): boolean;
11
+ /**
12
+ * Checks if the column can be resized
13
+ * @param column
14
+ * @param resizeValue controls how much the column grows or shrinks
15
+ */
16
+ canColumnBeResized(column: SectionItem<ColumnedSectionItemSettings>, resizeValue: number): boolean;
17
+ /**
18
+ * Checks if it is the last index of the column
19
+ * @param index
20
+ * @param length
21
+ */
22
+ private isLastItem;
23
+ }
@@ -0,0 +1,6 @@
1
+ import { BlockLayoutSettings, DisplayBreakPoint, SectionSettings } from "@omnia/fx-models";
2
+ export declare const LayoutBlockRendererStyles: {
3
+ createMediaBreakPointForDevice: (blockSettings: BlockLayoutSettings, deviceBreakPoint: DisplayBreakPoint) => import("typestyle/lib/types").NestedCSSProperties;
4
+ clickProtectionOverlay: string;
5
+ blockContainer: (sectionSettings: SectionSettings, blockSettings: BlockLayoutSettings) => string;
6
+ };
@@ -0,0 +1,99 @@
1
+ import { Block, LayoutEngineRenderContext, SectionSettings } from "@omnia/fx-models";
2
+ export declare const LayoutBlockRenderer: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ colorSchemaType: {
5
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
6
+ required: boolean;
7
+ };
8
+ container: {
9
+ type: BooleanConstructor;
10
+ required: boolean;
11
+ };
12
+ colors: {
13
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
14
+ required: boolean;
15
+ };
16
+ renderContext: {
17
+ type: import("vue").PropType<LayoutEngineRenderContext<Block, SectionSettings>>;
18
+ };
19
+ }>> & {
20
+ onGetBlock?: (ref: any) => any;
21
+ onBlockInstanceCreated?: (blockInstance: any) => any;
22
+ onBlockInstanceCacheKeyUpdated?: (blockInstance: any) => any;
23
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ getBlock: (ref: any) => any;
25
+ blockInstanceCreated: (blockInstance: any) => any;
26
+ blockInstanceCacheKeyUpdated: (blockInstance: any) => any;
27
+ }, import("vue").PublicProps, {
28
+ container: boolean;
29
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
30
+ P: {};
31
+ B: {};
32
+ D: {};
33
+ C: {};
34
+ M: {};
35
+ Defaults: {};
36
+ }, Readonly<import("vue").ExtractPropTypes<{
37
+ colorSchemaType: {
38
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
39
+ required: boolean;
40
+ };
41
+ container: {
42
+ type: BooleanConstructor;
43
+ required: boolean;
44
+ };
45
+ colors: {
46
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
47
+ required: boolean;
48
+ };
49
+ renderContext: {
50
+ type: import("vue").PropType<LayoutEngineRenderContext<Block, SectionSettings>>;
51
+ };
52
+ }>> & {
53
+ onGetBlock?: (ref: any) => any;
54
+ onBlockInstanceCreated?: (blockInstance: any) => any;
55
+ onBlockInstanceCacheKeyUpdated?: (blockInstance: any) => any;
56
+ }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
57
+ container: boolean;
58
+ }>;
59
+ __isFragment?: never;
60
+ __isTeleport?: never;
61
+ __isSuspense?: never;
62
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
63
+ colorSchemaType: {
64
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
65
+ required: boolean;
66
+ };
67
+ container: {
68
+ type: BooleanConstructor;
69
+ required: boolean;
70
+ };
71
+ colors: {
72
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
73
+ required: boolean;
74
+ };
75
+ renderContext: {
76
+ type: import("vue").PropType<LayoutEngineRenderContext<Block, SectionSettings>>;
77
+ };
78
+ }>> & {
79
+ onGetBlock?: (ref: any) => any;
80
+ onBlockInstanceCreated?: (blockInstance: any) => any;
81
+ onBlockInstanceCacheKeyUpdated?: (blockInstance: any) => any;
82
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
83
+ getBlock: (ref: any) => any;
84
+ blockInstanceCreated: (blockInstance: any) => any;
85
+ blockInstanceCacheKeyUpdated: (blockInstance: any) => any;
86
+ }, string, {
87
+ container: boolean;
88
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {
90
+ container?: boolean;
91
+ 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";
92
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
93
+ renderContext?: LayoutEngineRenderContext<Block, SectionSettings>;
94
+ }>, "onBlockInstanceCreated" | "onGetBlock" | "onBlockInstanceCacheKeyUpdated"> & {
95
+ onBlockInstanceCreated?: (blockInstance: any) => any;
96
+ onGetBlock?: (ref: any) => any;
97
+ onBlockInstanceCacheKeyUpdated?: (blockInstance: any) => any;
98
+ };
99
+ };
@@ -0,0 +1,7 @@
1
+ import { ColumnedSectionItemSettings, LayoutItem, SectionSettings } from "@omnia/fx-models";
2
+ export declare const LayoutColumnRendererStyles: {
3
+ triggerHideContainer: (isEditMode: boolean, isHidden: boolean) => string;
4
+ hideContainer: (items: Array<LayoutItem>, isEditMode: boolean) => string;
5
+ placeholderWrapper: string;
6
+ columnWrapper: (columnSettings: ColumnedSectionItemSettings, sectionSettings: SectionSettings, parentMinWidth: number) => string;
7
+ };
@@ -0,0 +1,38 @@
1
+ import { ColumnedSectionItemSettings, SectionSettings, SectionItem, LayoutEngineRenderContext } from "../../../../models";
2
+ import { VueComponentBaseProps } from "../../../VueComponentBase";
3
+ export interface ColumnRendererProps extends VueComponentBaseProps {
4
+ column: SectionItem<ColumnedSectionItemSettings>;
5
+ settings: SectionSettings;
6
+ layoutId: string;
7
+ useScrollMargingFix: boolean;
8
+ }
9
+ declare const _default: {
10
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
11
+ renderContext: {
12
+ type: import("vue").PropType<LayoutEngineRenderContext<SectionItem<ColumnedSectionItemSettings>, SectionSettings>>;
13
+ };
14
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
15
+ P: {};
16
+ B: {};
17
+ D: {};
18
+ C: {};
19
+ M: {};
20
+ Defaults: {};
21
+ }, Readonly<import("vue").ExtractPropTypes<{
22
+ renderContext: {
23
+ type: import("vue").PropType<LayoutEngineRenderContext<SectionItem<ColumnedSectionItemSettings>, SectionSettings>>;
24
+ };
25
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
26
+ __isFragment?: never;
27
+ __isTeleport?: never;
28
+ __isSuspense?: never;
29
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
30
+ renderContext: {
31
+ type: import("vue").PropType<LayoutEngineRenderContext<SectionItem<ColumnedSectionItemSettings>, SectionSettings>>;
32
+ };
33
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, 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 & {
34
+ propsDefinition: Omit<Readonly<{} & {
35
+ renderContext?: LayoutEngineRenderContext<SectionItem<ColumnedSectionItemSettings>, SectionSettings>;
36
+ }>, never>;
37
+ };
38
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { BackgroundSettings, DisplayBreakPointSetting, SectionSettings } from "@omnia/fx-models";
2
+ import { useColorSchemaStore } from "@omnia/fx/ux";
3
+ export declare function displayBreakpoints(breakPoints: Array<DisplayBreakPointSetting>): string;
4
+ export declare const LayoutSectionBackgroundStyling: {
5
+ styling: (settings: BackgroundSettings, backgroundUrl: string, colorSchema: ReturnType<typeof useColorSchemaStore>) => string;
6
+ };
7
+ export declare const LayoutSectionStyles: {
8
+ getAlignmentSettings: (sectionSettings: SectionSettings) => any;
9
+ sectionWrapper: (sectionSettings: SectionSettings) => string;
10
+ sectionContent: (settings: SectionSettings, useScrollMargingFix: boolean) => string;
11
+ headerWrapper: (settings: SectionSettings) => string;
12
+ };
@@ -0,0 +1,82 @@
1
+ import { LayoutItem, Section, SectionSettings, LayoutEngineRenderContext } from "../../../../models";
2
+ import { VueComponentBaseProps } from "../../../VueComponentBase";
3
+ export interface LayoutSectionRendererProps extends VueComponentBaseProps {
4
+ parentContainer: LayoutItem;
5
+ section: Section;
6
+ layoutId: string;
7
+ useScrollMargingFix: boolean;
8
+ }
9
+ export declare const LayoutSectionRenderer: {
10
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
11
+ renderContext: {
12
+ type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
13
+ };
14
+ colorSchemaType: {
15
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
16
+ required: boolean;
17
+ };
18
+ container: {
19
+ type: BooleanConstructor;
20
+ required: boolean;
21
+ };
22
+ colors: {
23
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
24
+ required: boolean;
25
+ };
26
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
27
+ container: boolean;
28
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
29
+ P: {};
30
+ B: {};
31
+ D: {};
32
+ C: {};
33
+ M: {};
34
+ Defaults: {};
35
+ }, Readonly<import("vue").ExtractPropTypes<{
36
+ renderContext: {
37
+ type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
38
+ };
39
+ colorSchemaType: {
40
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
41
+ required: boolean;
42
+ };
43
+ container: {
44
+ type: BooleanConstructor;
45
+ required: boolean;
46
+ };
47
+ colors: {
48
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
49
+ required: boolean;
50
+ };
51
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
52
+ container: boolean;
53
+ }>;
54
+ __isFragment?: never;
55
+ __isTeleport?: never;
56
+ __isSuspense?: never;
57
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
58
+ renderContext: {
59
+ type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
60
+ };
61
+ colorSchemaType: {
62
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
63
+ required: boolean;
64
+ };
65
+ container: {
66
+ type: BooleanConstructor;
67
+ required: boolean;
68
+ };
69
+ colors: {
70
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
71
+ required: boolean;
72
+ };
73
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
74
+ container: boolean;
75
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
76
+ propsDefinition: Omit<Readonly<{} & {
77
+ container?: boolean;
78
+ 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";
79
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
80
+ renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
81
+ }>, never>;
82
+ };
@@ -0,0 +1,31 @@
1
+ import { Section, LayoutEngineRenderContext, SectionSettings } from "../../../../models";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ renderContext: {
5
+ type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
6
+ };
7
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
8
+ P: {};
9
+ B: {};
10
+ D: {};
11
+ C: {};
12
+ M: {};
13
+ Defaults: {};
14
+ }, Readonly<import("vue").ExtractPropTypes<{
15
+ renderContext: {
16
+ type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
17
+ };
18
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
19
+ __isFragment?: never;
20
+ __isTeleport?: never;
21
+ __isSuspense?: never;
22
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
23
+ renderContext: {
24
+ type: import("vue").PropType<LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>>;
25
+ };
26
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, 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 & {
27
+ propsDefinition: Omit<Readonly<{} & {
28
+ renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
29
+ }>, never>;
30
+ };
31
+ export default _default;
@@ -0,0 +1,21 @@
1
+ import { Section, StepperSectionSettings } from "../../../../models";
2
+ export interface LayoutSectionStepperRendererProps {
3
+ section: Section;
4
+ layoutId: string;
5
+ useScrollMargingFix: boolean;
6
+ themeTargetId?: string;
7
+ }
8
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
9
+ section?: Section<StepperSectionSettings>;
10
+ } & {
11
+ layoutId?: string;
12
+ } & {
13
+ useScrollMargingFix?: boolean;
14
+ } & {
15
+ themeTargetId?: string;
16
+ }> & {} & {
17
+ "v-slots"?: {} & Omit<{
18
+ default?: import("vue").Slot;
19
+ }, never>;
20
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "section" | "themeTargetId" | "layoutId" | "useScrollMargingFix"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { AccordionedSectionSettings, Spacing, TabbedSectionSettings } from "@omnia/fx-models";
2
+ import { useColorSchemaStore } from "@omnia/fx/ux";
3
+ export declare const LayoutSectionTabRendererStyles: {
4
+ tabsContentWrapper: (editMode: boolean) => string;
5
+ tabsWrapper: (settings: TabbedSectionSettings) => string;
6
+ accordionWrapper: (settings: AccordionedSectionSettings, spacing: Spacing, colors: ReturnType<typeof useColorSchemaStore>) => string;
7
+ };
@@ -0,0 +1,9 @@
1
+ import { Section, LayoutEngineRenderContext, SectionSettings } from "../../../../models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
+ renderContext?: LayoutEngineRenderContext<Section<SectionSettings>, import("@omnia/fx-models").LayoutItemSettings>;
4
+ }> & {} & {
5
+ "v-slots"?: {} & Omit<{
6
+ default?: import("vue").Slot;
7
+ }, never>;
8
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "renderContext"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ export default _default;
@@ -0,0 +1,81 @@
1
+ import { SectionSettings, SectionItem, SteppedSectionItemSettings } from "../../../../models";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ useScrollMargingFix: {
5
+ type: import("vue").PropType<boolean>;
6
+ };
7
+ layoutId: {
8
+ type: import("vue").PropType<string>;
9
+ };
10
+ settings: {
11
+ type: import("vue").PropType<SectionSettings>;
12
+ };
13
+ step: {
14
+ type: import("vue").PropType<SectionItem<SteppedSectionItemSettings>>;
15
+ };
16
+ designRender: {
17
+ type: import("vue").PropType<boolean>;
18
+ };
19
+ themeTargetId: {
20
+ type: import("vue").PropType<string>;
21
+ };
22
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
23
+ P: {};
24
+ B: {};
25
+ D: {};
26
+ C: {};
27
+ M: {};
28
+ Defaults: {};
29
+ }, Readonly<import("vue").ExtractPropTypes<{
30
+ useScrollMargingFix: {
31
+ type: import("vue").PropType<boolean>;
32
+ };
33
+ layoutId: {
34
+ type: import("vue").PropType<string>;
35
+ };
36
+ settings: {
37
+ type: import("vue").PropType<SectionSettings>;
38
+ };
39
+ step: {
40
+ type: import("vue").PropType<SectionItem<SteppedSectionItemSettings>>;
41
+ };
42
+ designRender: {
43
+ type: import("vue").PropType<boolean>;
44
+ };
45
+ themeTargetId: {
46
+ type: import("vue").PropType<string>;
47
+ };
48
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
49
+ __isFragment?: never;
50
+ __isTeleport?: never;
51
+ __isSuspense?: never;
52
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
53
+ useScrollMargingFix: {
54
+ type: import("vue").PropType<boolean>;
55
+ };
56
+ layoutId: {
57
+ type: import("vue").PropType<string>;
58
+ };
59
+ settings: {
60
+ type: import("vue").PropType<SectionSettings>;
61
+ };
62
+ step: {
63
+ type: import("vue").PropType<SectionItem<SteppedSectionItemSettings>>;
64
+ };
65
+ designRender: {
66
+ type: import("vue").PropType<boolean>;
67
+ };
68
+ themeTargetId: {
69
+ type: import("vue").PropType<string>;
70
+ };
71
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, 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 & {
72
+ propsDefinition: Omit<Readonly<{} & {
73
+ settings?: SectionSettings;
74
+ themeTargetId?: string;
75
+ step?: SectionItem<SteppedSectionItemSettings>;
76
+ designRender?: boolean;
77
+ layoutId?: string;
78
+ useScrollMargingFix?: boolean;
79
+ }>, never>;
80
+ };
81
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export * from "./ColumnResizer";
2
+ export * from "./LayoutBlockRenderer";
3
+ export * from "./LayoutSectionRenderer";
@@ -0,0 +1,7 @@
1
+ export declare const LayerIndex: {
2
+ blade: number;
3
+ contentNavigation: number;
4
+ itemselector: number;
5
+ actionToolbar: number;
6
+ informationIcon: number;
7
+ };
@@ -0,0 +1,9 @@
1
+ import { NestedCSSProperties } from "typestyle/lib/types";
2
+ import { ColumnedSectionItemSettings, LayoutItem, SectionItem } from "../../../../models/Layout";
3
+ export declare class LayoutSectionContainerHelper {
4
+ static getFirstBlockMediaQueryInfo(item: LayoutItem): Array<NestedCSSProperties>;
5
+ private static isAllBlocksHidden;
6
+ private static hideBlockInBreakpoint;
7
+ static getMediaQueryAllBlocksInSection(items: Array<LayoutItem>): Array<NestedCSSProperties>;
8
+ static isAllBlockHidden(column: SectionItem<ColumnedSectionItemSettings>): boolean;
9
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./LayoutSectionContainerHelper";
2
+ export * from "./LayerIndex";
@@ -1,10 +1,10 @@
1
+ import { EditorLayoutItemFactory } from "..";
1
2
  import { MessageBusExposeOnlySubscription } from "../../..";
2
3
  import { ServiceContainerContext } from "../../../core";
3
4
  import { AddItemToLayoutPayLoad, Block, BlockRenderingModes, ClipboardLayoutItem, ColorSchemaTypes, DeleteItemFromLayoutPayLoad, DisplayBreakPoint, DisplayBreakPointSetting, IBlockInstance, ILayoutCanvasStore, ILayoutSectionRenderer, IMessageBusTopicPublishSubscriber, Layout, LayoutCanvasModes, LayoutDrawerState, LayoutDrawerTabs, LayoutEditorModes, LayoutInheritanceBehaviors, LayoutItem, LayoutItemActionState, LayoutItemRegistration, LoadedLayout, Section, SectionSettings, SectionTypes, SettingsPanelState, LegacyThemeDefinition, guid } from "../../../models";
4
5
  import { Store, StoreState } from "../../../stores";
5
6
  import { useScrollContainerStore } from "../../oxide";
6
- import { EditorLayoutItemFactory } from "../factories";
7
- import { BlockSettingsProvider, LayoutDefinitionBuilder, LayoutEditorThemingManager } from "../shared";
7
+ import { BlockSettingsProvider, LayoutDefinitionBuilder, LayoutEditorThemingManager } from "../shared_old";
8
8
  export interface IBlockInstanceExtends<TSettings = void> extends IBlockInstance<TSettings> {
9
9
  settings: TSettings;
10
10
  serviceContainerContext: ServiceContainerContext;
@@ -17,6 +17,91 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
17
17
  private serviceContainerContext;
18
18
  readonly ColorSchemaBlock = ColorSchemaTypes.secondary;
19
19
  readonly ColorSchemaSection = ColorSchemaTypes.primary;
20
+ newStore: {
21
+ state: {
22
+ layout: LoadedLayout;
23
+ editorMode: import("@omnia/fx-models").LayoutCanvasMode;
24
+ id: guid;
25
+ blockInstances: {
26
+ [blockManifestId: string]: Set<{
27
+ instance: import("./LayoutCanvasStoreV2").IBlockInstanceExtendsInternal<void>;
28
+ }>;
29
+ };
30
+ settings: {
31
+ showGrid: boolean;
32
+ providers: {
33
+ block: string;
34
+ mediaContext: import("@omnia/fx-models").ILayoutMediaContext;
35
+ fileContext: import("@omnia/fx-models").ILayoutFileContext;
36
+ };
37
+ };
38
+ };
39
+ actions: import("../../../stores").StoreReturnDefineAction<{
40
+ toggleGrid: () => void;
41
+ setEditorMode: (mode: import("@omnia/fx-models").LayoutCanvasMode) => void;
42
+ providers: () => {
43
+ set: {
44
+ block: (blockProvider: string) => void;
45
+ mediaContext: (mediaContext: import("@omnia/fx-models").ILayoutMediaContext) => void;
46
+ fileContext: (fileContext: import("@omnia/fx-models").ILayoutFileContext) => void;
47
+ };
48
+ };
49
+ setLayout: (layout: Layout) => void;
50
+ init: (editorChromeStore: ReturnType<typeof import("../..").useEditorChromeStore>, blockProvider: string, mediaContext: import("@omnia/fx-models").ILayoutMediaContext, fileContext: import("@omnia/fx-models").ILayoutFileContext) => void;
51
+ triggerBlockInstanceCreated: (blockInstance: IBlockInstance) => void;
52
+ triggerBlockRemoved: (block: Block) => void;
53
+ triggerBlockCopied: (originalBlock: Block, newBlock: Block) => void;
54
+ triggerLayoutItemMoved: (layoutItem: LayoutItem) => void;
55
+ triggerLayoutSectionRendererCreated: (layoutSectionRenderer: ILayoutSectionRenderer) => void;
56
+ triggerLayoutPasted: (layoutItem: ClipboardLayoutItem) => void;
57
+ dispose: () => void;
58
+ }>;
59
+ get: {
60
+ activeLayout: () => Layout;
61
+ block: {
62
+ settingsProvider: () => import("..").BlockSettingsProvider;
63
+ renderMode: () => BlockRenderingModes;
64
+ };
65
+ providers: {
66
+ block: string;
67
+ mediaContext: import("@omnia/fx-models").ILayoutMediaContext;
68
+ fileContext: import("@omnia/fx-models").ILayoutFileContext;
69
+ };
70
+ };
71
+ rules: {
72
+ hideGridSettings: () => boolean;
73
+ isEditMode: () => boolean;
74
+ };
75
+ hooks: {
76
+ blockInstanceCreated: {
77
+ trigger: (blockInstance: IBlockInstance) => void;
78
+ subscribe: (callback: (blockInstance: IBlockInstance) => void) => () => void;
79
+ };
80
+ blockRemoved: {
81
+ trigger: (block: Block) => void;
82
+ subscribe: (callback: (block: Block) => void) => () => void;
83
+ };
84
+ blockCopied: {
85
+ trigger: (originalBlock: Block, newBlock: Block) => void;
86
+ subscribe: (callback: (originalBlock: Block, newBlock: Block) => void) => () => void;
87
+ };
88
+ layoutItemMoved: {
89
+ trigger: (layoutItem: LayoutItem) => void;
90
+ subscribe: (callback: (layoutItem: LayoutItem) => void) => () => void;
91
+ };
92
+ layoutSectionRendererCreated: {
93
+ trigger: (layoutSectionRenderer: ILayoutSectionRenderer) => void;
94
+ subscribe: (callback: (layoutSectionRenderer: ILayoutSectionRenderer) => void) => () => void;
95
+ };
96
+ layoutPasted: {
97
+ trigger: (layoutItem: ClipboardLayoutItem) => void;
98
+ subscribe: (callback: (layoutItem: ClipboardLayoutItem) => void) => () => void;
99
+ };
100
+ };
101
+ dispose: () => void;
102
+ } & {
103
+ dispose?: () => void;
104
+ };
20
105
  scrollContainer: StoreState<{
21
106
  state: {
22
107
  elementRef: HTMLElement;