@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
@@ -1,31 +1,16 @@
1
- import { LayoutCanvasStore } from "../../";
2
1
  declare const _default: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
- layoutCanvasStore: {
5
- type: import("vue").PropType<LayoutCanvasStore>;
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, {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
8
3
  P: {};
9
4
  B: {};
10
5
  D: {};
11
6
  C: {};
12
7
  M: {};
13
8
  Defaults: {};
14
- }, Readonly<import("vue").ExtractPropTypes<{
15
- layoutCanvasStore: {
16
- type: import("vue").PropType<LayoutCanvasStore>;
17
- };
18
- }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
19
10
  __isFragment?: never;
20
11
  __isTeleport?: never;
21
12
  __isSuspense?: never;
22
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
23
- layoutCanvasStore: {
24
- type: import("vue").PropType<LayoutCanvasStore>;
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
- layoutCanvasStore?: LayoutCanvasStore;
29
- }>, never>;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
30
15
  };
31
16
  export default _default;
@@ -2,3 +2,4 @@ export * from "./factories";
2
2
  export * from "./rules";
3
3
  export * from "./shared";
4
4
  export * from "./stores";
5
+ export * from "./editor/DefineLayoutEditorCanvas";
@@ -1,6 +1,6 @@
1
1
  import { ImportLayoutResult, Block } from "../../../models";
2
2
  import { guid, Layout, LayoutItem } from "@omnia/fx-models";
3
- import { LayoutCanvasStore } from "..";
3
+ import { useLayoutCanvasStore } from "..";
4
4
  /**
5
5
  * Manager to handle the layout
6
6
  */
@@ -18,7 +18,7 @@ export declare class LayoutManager {
18
18
  * Imports a layout and applies all the ids from the current page layout
19
19
  * @param pageLayoutDataString to import
20
20
  */
21
- static importLayoutFromJsonString(layoutCanvasStore: LayoutCanvasStore, pageLayoutDataString: string): ImportLayoutResult;
21
+ static importLayoutFromJsonString(layoutCanvasStore: ReturnType<typeof useLayoutCanvasStore>, pageLayoutDataString: string): ImportLayoutResult;
22
22
  /**
23
23
  * Updates the ownerLayoutId for all layout items and its siblings
24
24
  * @param layoutItem to update
@@ -0,0 +1,15 @@
1
+ import { LayoutCanvasStore } from "../stores";
2
+ import { ISettingsKeyProvider, SettingsService } from "../../../services";
3
+ export interface BlockSettingsProviderConstructor {
4
+ layoutCanvasStore: LayoutCanvasStore;
5
+ }
6
+ export declare class BlockSettingsProvider implements ISettingsKeyProvider {
7
+ private layoutCanvasStore;
8
+ settingsService: SettingsService<any>;
9
+ constructor(layoutCanvasStore: LayoutCanvasStore);
10
+ protectKeyWithSecurityRole: (securityRoleId: string) => void;
11
+ getValue: (key: string) => Promise<any>;
12
+ canSetValue: (key: string) => Promise<boolean>;
13
+ setValue: (key: string, value: any) => Promise<any>;
14
+ private makeBackwardCompat;
15
+ }
@@ -0,0 +1,3 @@
1
+ import { BlockSettingsReaderOptions } from "../../../models";
2
+ export declare function BlockSettingsReader<T>(options: BlockSettingsReaderOptions<T>): any;
3
+ export declare function useBlockSettingsReader<T>(options: BlockSettingsReaderOptions<T>): T;
@@ -0,0 +1,3 @@
1
+ import { BlockSettingsWriterOptions, IBlockSettingsWriter } from "../../../models";
2
+ export declare function BlockSettingsWriter<T>(options: BlockSettingsWriterOptions<T>): any;
3
+ export declare function useBlockSettingsWriter<T>(options: BlockSettingsWriterOptions<T>): IBlockSettingsWriter<T>;
@@ -0,0 +1,8 @@
1
+ import { LayoutItemSettings, DisplayBreakPoint, DisplayBreakPointSetting } from "../../../models";
2
+ export declare class BreakPointManager {
3
+ private static breakPointArray;
4
+ private static localizationStore;
5
+ static createSettingsForDeviceBreakPoint(settings: LayoutItemSettings, breakPoint: DisplayBreakPoint): LayoutItemSettings;
6
+ static createSettingsFromBreakPointSettings(settings: LayoutItemSettings, breakPointSettings: Array<DisplayBreakPointSetting>): LayoutItemSettings;
7
+ static breakPoints(): Array<DisplayBreakPoint>;
8
+ }
@@ -0,0 +1,8 @@
1
+ import { ClipboardLayoutItem } from "../../../models";
2
+ import { Layout, LayoutItem } from "@omnia/fx-models";
3
+ export declare class LayoutClipboardManager {
4
+ private static extractBlockSettings;
5
+ private static getTitleForClipboardItem;
6
+ private static formatTime;
7
+ static createClipboardFromLayoutItem(container: LayoutItem, layout: Layout): ClipboardLayoutItem;
8
+ }
@@ -0,0 +1,13 @@
1
+ import { LayoutCanvasStore } from "../stores";
2
+ import { ThemeStore } from "../../theming";
3
+ import { LegacyThemeDefinition } from "../../../models";
4
+ export declare class LayoutEditorThemingManager {
5
+ private editorStore;
6
+ private themeStore;
7
+ constructor(editorStore: LayoutCanvasStore, themeStore: ThemeStore);
8
+ private fallBackThemeTemplatePage;
9
+ private fallBackThemeTemplateBlock;
10
+ getDefaultPageThemeForBlockEditingWithFallback(byRefIfCustomTheme: boolean): LegacyThemeDefinition;
11
+ copyDefinition(themeDefinition: LegacyThemeDefinition): any;
12
+ getDefaultPageThemeForPageEditingWithFallback(): LegacyThemeDefinition;
13
+ }
@@ -0,0 +1,40 @@
1
+ import { ImportLayoutResult, Block } from "../../../models";
2
+ import { guid, Layout, LayoutItem } from "@omnia/fx-models";
3
+ import { LayoutCanvasStore } from "..";
4
+ /**
5
+ * Manager to handle the layout
6
+ */
7
+ export declare class LayoutManager {
8
+ /**
9
+ * Copies an layout and generates new ids
10
+ * @param layoutItem to copy
11
+ * @param ownerLayoutId is the new ownerLayoutId to set
12
+ */
13
+ static copyLayout(layout: Layout, layoutId?: guid): Layout;
14
+ private static MigrateOldSettingsOnImport;
15
+ private static RemoveLayoutBackgroundImage;
16
+ private static MigrateBlockSettings;
17
+ /**
18
+ * Imports a layout and applies all the ids from the current page layout
19
+ * @param pageLayoutDataString to import
20
+ */
21
+ static importLayoutFromJsonString(layoutCanvasStore: LayoutCanvasStore, pageLayoutDataString: string): ImportLayoutResult;
22
+ /**
23
+ * Updates the ownerLayoutId for all layout items and its siblings
24
+ * @param layoutItem to update
25
+ * @param ownerLayoutId is the new ownerLayoutId to set
26
+ */
27
+ private static updateOwnerLayoutId;
28
+ /**
29
+ * Updates the theming id to ensure a guid
30
+ * @param layoutItem
31
+ */
32
+ private static updateThemingId;
33
+ private static ensureRemoveDeletedBlockSettings;
34
+ static getBlocksInLayoutByType(layoutItem: LayoutItem, elementName: any): Array<Block>;
35
+ /**
36
+ * Get a block by name
37
+ * @param blockName the name of the block
38
+ */
39
+ static getBlockByName(container: LayoutItem, elementName: string): LayoutItem;
40
+ }
@@ -0,0 +1,8 @@
1
+ import { LayoutDefinition, LayoutItem } from "../../../models";
2
+ import { BlockTitleSettingsStore } from "../../../stores";
3
+ import { useThemeStore } from "../../aurora";
4
+ import { useColorSchemaSetup } from "../../use";
5
+ export declare class LayoutRenditionManager {
6
+ static getColorSchemaTypeForContainer(store: ReturnType<typeof useColorSchemaSetup> | ReturnType<typeof useThemeStore>, item: LayoutItem): "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
7
+ static setBlockTitleSettingsForLayout(layoutDefinition: LayoutDefinition, blockTitleSettingsStore: BlockTitleSettingsStore): void;
8
+ }
@@ -0,0 +1 @@
1
+ export declare function mergeObjects<T extends object = object>(target: T, nullOrUndefinedValueCustomHandler: (missingPropertyName: string, parent: object, defaultValue: object) => object, emptyStringValueCustomHandler: (propertyName: string, parent: object, defaultValue: object) => object, emptyArrayValueCustomHandler: (propertyName: string, parent: object, defaultValue: object) => object, ...sources: T[]): T;
@@ -0,0 +1,17 @@
1
+ import { Block, LayoutSettings, SectionSettings, Section, ThemeStyling, LegacyThemeDefinition, guid } from "../../../models";
2
+ import { ThemeStore, ITheming } from "../../theming";
3
+ export declare class ThemingRenditionManager {
4
+ private themeReferences;
5
+ getThemeTargetIdBlock(block: Block, layoutSettings: LayoutSettings, parentSettings: SectionSettings, inheritedThemeTargetId: string, blockThemeDefinition: LegacyThemeDefinition): string;
6
+ getThemeTargetIdSection(section: Section, blockThemeDefinition: LegacyThemeDefinition): string;
7
+ getThemeTargetIdLayout(layoutSettings: LayoutSettings, layoutThemeDefinition: LegacyThemeDefinition): string;
8
+ getBackgroundThemeStylingForBlock(themeStore: ThemeStore, block: Block, parentSettings: SectionSettings, layoutSettings: LayoutSettings, layoutSettingsParent: LayoutSettings, blockThemeDefinitionId: string): ThemeStyling;
9
+ getBackgroundThemeStylingForLayout(componentTheme: ITheming, layoutSettings: LayoutSettings, layoutSettingsParent: LayoutSettings): ThemeStyling;
10
+ garbagecollectNonLayoutThemes(themeStore: ThemeStore, currentLayoutId: guid): void;
11
+ registerSectionTheme(themeStore: ThemeStore, section: Section, layoutId: guid): void;
12
+ registerBlockTheme(themeStore: ThemeStore, block: Block, layoutId: guid): void;
13
+ private registerCustomTheme;
14
+ private registerThemeDefinition;
15
+ registerLayoutTheme(themeStore: ThemeStore, layoutSettings: LayoutSettings, layoutId: guid, layoutThemeDefinition: LegacyThemeDefinition, blockThemeDefinition: LegacyThemeDefinition): void;
16
+ private addThemingReference;
17
+ }
@@ -0,0 +1,10 @@
1
+ export * from "./BlockSettingsProvider";
2
+ export * from "./BlockSettingsReader";
3
+ export * from "./BlockSettingsWriter";
4
+ export * from "./layoutdefinitionsettings";
5
+ export * from "./LayoutEditorThemingManager";
6
+ export * from "./ThemingRenditionManager";
7
+ export * from "./BreakPointManager";
8
+ export * from "./LayoutManager";
9
+ export * from "./styles";
10
+ export * from "./ObjectMergerTemp";
@@ -0,0 +1,88 @@
1
+ import { LayoutItemRegistration } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ item: {
5
+ type: import("vue").PropType<LayoutItemRegistration>;
6
+ };
7
+ colorSchemaType: {
8
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
9
+ required: boolean;
10
+ };
11
+ container: {
12
+ type: BooleanConstructor;
13
+ required: boolean;
14
+ };
15
+ colors: {
16
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
17
+ required: boolean;
18
+ };
19
+ }>> & {
20
+ onClick?: () => any;
21
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ click: () => true;
23
+ }, import("vue").PublicProps, {
24
+ container: boolean;
25
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
26
+ P: {};
27
+ B: {};
28
+ D: {};
29
+ C: {};
30
+ M: {};
31
+ Defaults: {};
32
+ }, Readonly<import("vue").ExtractPropTypes<{
33
+ item: {
34
+ type: import("vue").PropType<LayoutItemRegistration>;
35
+ };
36
+ colorSchemaType: {
37
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
38
+ required: boolean;
39
+ };
40
+ container: {
41
+ type: BooleanConstructor;
42
+ required: boolean;
43
+ };
44
+ colors: {
45
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
46
+ required: boolean;
47
+ };
48
+ }>> & {
49
+ onClick?: () => any;
50
+ }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
51
+ container: boolean;
52
+ }>;
53
+ __isFragment?: never;
54
+ __isTeleport?: never;
55
+ __isSuspense?: never;
56
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
57
+ item: {
58
+ type: import("vue").PropType<LayoutItemRegistration>;
59
+ };
60
+ colorSchemaType: {
61
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
62
+ required: boolean;
63
+ };
64
+ container: {
65
+ type: BooleanConstructor;
66
+ required: boolean;
67
+ };
68
+ colors: {
69
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
70
+ required: boolean;
71
+ };
72
+ }>> & {
73
+ onClick?: () => any;
74
+ }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
75
+ click: () => true;
76
+ }, string, {
77
+ container: boolean;
78
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
79
+ propsDefinition: Omit<Readonly<{} & {
80
+ container?: boolean;
81
+ item?: LayoutItemRegistration;
82
+ 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";
83
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
84
+ }>, "onClick"> & {
85
+ onClick?: () => any;
86
+ };
87
+ };
88
+ export default _default;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Styles for the LayoutEditorStyles component
3
+ */
4
+ export declare const LayoutItemStyles: {
5
+ container: import("@omnia/fx/ux").StylexValue;
6
+ wrapper: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
7
+ };
@@ -0,0 +1,116 @@
1
+ import { LayoutItem } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4
+ toned: {
5
+ type: import("vue").PropType<boolean>;
6
+ };
7
+ small: {
8
+ type: import("vue").PropType<boolean>;
9
+ };
10
+ postInsert: {
11
+ type: import("vue").PropType<boolean>;
12
+ };
13
+ siblingId: {
14
+ type: import("vue").PropType<string>;
15
+ };
16
+ parentContainer: {
17
+ type: import("vue").PropType<LayoutItem>;
18
+ };
19
+ colorSchemaType: {
20
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
21
+ required: boolean;
22
+ };
23
+ container: {
24
+ type: BooleanConstructor;
25
+ required: boolean;
26
+ };
27
+ colors: {
28
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
29
+ required: boolean;
30
+ };
31
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
32
+ container: boolean;
33
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
34
+ P: {};
35
+ B: {};
36
+ D: {};
37
+ C: {};
38
+ M: {};
39
+ Defaults: {};
40
+ }, Readonly<import("vue").ExtractPropTypes<{
41
+ toned: {
42
+ type: import("vue").PropType<boolean>;
43
+ };
44
+ small: {
45
+ type: import("vue").PropType<boolean>;
46
+ };
47
+ postInsert: {
48
+ type: import("vue").PropType<boolean>;
49
+ };
50
+ siblingId: {
51
+ type: import("vue").PropType<string>;
52
+ };
53
+ parentContainer: {
54
+ type: import("vue").PropType<LayoutItem>;
55
+ };
56
+ colorSchemaType: {
57
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
58
+ required: boolean;
59
+ };
60
+ container: {
61
+ type: BooleanConstructor;
62
+ required: boolean;
63
+ };
64
+ colors: {
65
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
66
+ required: boolean;
67
+ };
68
+ }>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
69
+ container: boolean;
70
+ }>;
71
+ __isFragment?: never;
72
+ __isTeleport?: never;
73
+ __isSuspense?: never;
74
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
75
+ toned: {
76
+ type: import("vue").PropType<boolean>;
77
+ };
78
+ small: {
79
+ type: import("vue").PropType<boolean>;
80
+ };
81
+ postInsert: {
82
+ type: import("vue").PropType<boolean>;
83
+ };
84
+ siblingId: {
85
+ type: import("vue").PropType<string>;
86
+ };
87
+ parentContainer: {
88
+ type: import("vue").PropType<LayoutItem>;
89
+ };
90
+ colorSchemaType: {
91
+ type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
92
+ required: boolean;
93
+ };
94
+ container: {
95
+ type: BooleanConstructor;
96
+ required: boolean;
97
+ };
98
+ colors: {
99
+ type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
100
+ required: boolean;
101
+ };
102
+ }>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
103
+ container: boolean;
104
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
105
+ propsDefinition: Omit<Readonly<{} & {
106
+ small?: boolean;
107
+ container?: boolean;
108
+ 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";
109
+ colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
110
+ toned?: boolean;
111
+ parentContainer?: LayoutItem;
112
+ siblingId?: string;
113
+ postInsert?: boolean;
114
+ }>, never>;
115
+ };
116
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { Color } from "../../../../models";
2
+ /**
3
+ * Styles for the LayoutEditorStyles component
4
+ */
5
+ export declare const LayoutItemSelectorStyles: {
6
+ notScrollOutside: Readonly<import("@omnia/fx/ux").StylexValue>;
7
+ selectorWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
8
+ gridfillColumn: Readonly<import("@omnia/fx/ux").StylexValue>;
9
+ contentWrapper: (background: Color) => Readonly<import("@omnia/fx/ux").StylexValue>;
10
+ closeButton: Readonly<import("@omnia/fx/ux").StylexValue>;
11
+ dialogHeader: (textColor: string) => import("@omnia/fx/ux").StylexValue;
12
+ footerWrapper: import("@omnia/fx/ux").StylexValue;
13
+ searchResult: {
14
+ noBlockWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
15
+ blockWrapper: import("@omnia/fx/ux").StylexValue;
16
+ };
17
+ expansionPanel: Readonly<import("@omnia/fx/ux").StylexValue>;
18
+ };
@@ -0,0 +1,5 @@
1
+ export * from "./LayoutItemSelection";
2
+ export * from "./LayoutItemSelector";
3
+ import LayoutItemSelector from "./LayoutItemSelector";
4
+ import LayoutItemSelection from "./LayoutItemSelection";
5
+ export { LayoutItemSelector, LayoutItemSelection };
@@ -0,0 +1,9 @@
1
+ import { ILayoutCanvasDefinitionBuilder, ILayoutCanvasSettingsPanel } from "@omnia/fx/models";
2
+ import { LocalizationService } from "@omnia/fx/services";
3
+ export declare class LayoutDefinitionBuilder implements ILayoutCanvasDefinitionBuilder {
4
+ localizationService: LocalizationService;
5
+ private _settingsPanel;
6
+ private _definitions;
7
+ constructor();
8
+ panels(): ILayoutCanvasSettingsPanel;
9
+ }
@@ -0,0 +1,186 @@
1
+ import { MessageBusExposeOnlySubscription } from "@omnia/fx";
2
+ import { Block, guid, ILayoutCanvasExpansionItemDefinition, ILayoutCanvasExpansionItemDefinitionSlots, ILayoutCanvasExpansionItemInstance, ILayoutCanvasJourneyDefinition, ILayoutCanvasJourneyInstance, ILayoutCanvasJourneyMenuItemDefinition, ILayoutCanvasTabDefinition, ILayoutCanvasTabInstance, LoadedLayout } from "@omnia/fx/models";
3
+ export declare class TabsLayoutSettings implements ILayoutCanvasTabDefinition {
4
+ static tabId: guid;
5
+ private static messageBeforeCreate;
6
+ private static messageCreated;
7
+ id: guid;
8
+ items: ILayoutCanvasExpansionItemDefinition[];
9
+ weight: number;
10
+ hooks: {
11
+ beforeCreate: MessageBusExposeOnlySubscription<ILayoutCanvasTabDefinition>;
12
+ created: MessageBusExposeOnlySubscription<ILayoutCanvasTabInstance>;
13
+ };
14
+ createInstance(layout: LoadedLayout): Promise<ILayoutCanvasTabInstance>;
15
+ }
16
+ export declare class LayoutBlockHeaderSettings implements ILayoutCanvasExpansionItemDefinition {
17
+ static expansionItemId: guid;
18
+ id: guid;
19
+ weight: number;
20
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
21
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
22
+ }
23
+ export declare class LayoutGlobalHeaderSettings implements ILayoutCanvasExpansionItemDefinition {
24
+ static expansionItemId: guid;
25
+ id: guid;
26
+ weight: number;
27
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
28
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
29
+ }
30
+ export declare class LayoutStyleSettings implements ILayoutCanvasExpansionItemDefinition {
31
+ static expansionItemId: guid;
32
+ id: guid;
33
+ weight: number;
34
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
35
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
36
+ }
37
+ export declare class TabSectionLayoutSettings implements ILayoutCanvasTabDefinition {
38
+ static tabId: guid;
39
+ private static messageBeforeCreate;
40
+ private static messageCreated;
41
+ id: guid;
42
+ items: ILayoutCanvasExpansionItemDefinition[];
43
+ weight: number;
44
+ hooks: {
45
+ beforeCreate: MessageBusExposeOnlySubscription<ILayoutCanvasTabDefinition>;
46
+ created: MessageBusExposeOnlySubscription<ILayoutCanvasTabInstance>;
47
+ };
48
+ createInstance(layout: LoadedLayout): Promise<ILayoutCanvasTabInstance>;
49
+ }
50
+ export declare class GeneralSectionSettings implements ILayoutCanvasExpansionItemDefinition {
51
+ static expansionItemId: guid;
52
+ id: guid;
53
+ weight: number;
54
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
55
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
56
+ }
57
+ export declare class ColumnsSectionSettings implements ILayoutCanvasExpansionItemDefinition {
58
+ static expansionItemId: guid;
59
+ id: guid;
60
+ weight: number;
61
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
62
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
63
+ }
64
+ export declare class HeaderSectionSettings implements ILayoutCanvasExpansionItemDefinition {
65
+ static expansionItemId: guid;
66
+ id: guid;
67
+ weight: number;
68
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
69
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
70
+ }
71
+ export declare class SpacingSectionSettings implements ILayoutCanvasExpansionItemDefinition {
72
+ static expansionItemId: guid;
73
+ id: guid;
74
+ weight: number;
75
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
76
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
77
+ }
78
+ export declare class StyleSectionSettings implements ILayoutCanvasExpansionItemDefinition {
79
+ static expansionItemId: guid;
80
+ id: guid;
81
+ weight: number;
82
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
83
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
84
+ }
85
+ export declare class CssSectionSettings implements ILayoutCanvasExpansionItemDefinition {
86
+ static expansionItemId: guid;
87
+ id: guid;
88
+ weight: number;
89
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
90
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
91
+ }
92
+ export declare class TargetingSectionSettings implements ILayoutCanvasExpansionItemDefinition {
93
+ static expansionItemId: guid;
94
+ id: guid;
95
+ weight: number;
96
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
97
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
98
+ }
99
+ export declare class ThemingSectionSettings implements ILayoutCanvasExpansionItemDefinition {
100
+ static expansionItemId: guid;
101
+ id: guid;
102
+ weight: number;
103
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
104
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
105
+ }
106
+ export declare class JourneyBlockSettings implements ILayoutCanvasJourneyDefinition {
107
+ static tabId: guid;
108
+ private static messageBeforeCreate;
109
+ private static messageCreated;
110
+ id: guid;
111
+ items: ILayoutCanvasJourneyMenuItemDefinition[];
112
+ weight: number;
113
+ hooks: {
114
+ beforeCreate: MessageBusExposeOnlySubscription<ILayoutCanvasJourneyDefinition>;
115
+ created: MessageBusExposeOnlySubscription<ILayoutCanvasJourneyInstance>;
116
+ };
117
+ createInstance(layout: LoadedLayout, block?: Block): Promise<ILayoutCanvasJourneyInstance>;
118
+ }
119
+ export declare class JourneyBlockAdvancedSettings implements ILayoutCanvasJourneyDefinition {
120
+ static tabId: guid;
121
+ private static messageBeforeCreate;
122
+ private static messageCreated;
123
+ id: guid;
124
+ items: ILayoutCanvasJourneyMenuItemDefinition[];
125
+ weight: number;
126
+ hooks: {
127
+ beforeCreate: MessageBusExposeOnlySubscription<ILayoutCanvasJourneyDefinition>;
128
+ created: MessageBusExposeOnlySubscription<ILayoutCanvasJourneyInstance>;
129
+ };
130
+ createInstance(layout: LoadedLayout): Promise<ILayoutCanvasJourneyInstance>;
131
+ }
132
+ export declare class JourneyBlockStylesSettings implements ILayoutCanvasJourneyDefinition {
133
+ static tabId: guid;
134
+ private static messageBeforeCreate;
135
+ private static messageCreated;
136
+ id: guid;
137
+ items: ILayoutCanvasJourneyMenuItemDefinition[];
138
+ weight: number;
139
+ hooks: {
140
+ beforeCreate: MessageBusExposeOnlySubscription<ILayoutCanvasJourneyDefinition>;
141
+ created: MessageBusExposeOnlySubscription<ILayoutCanvasJourneyInstance>;
142
+ };
143
+ createInstance(layout: LoadedLayout): Promise<ILayoutCanvasJourneyInstance>;
144
+ }
145
+ export declare class HeaderBlockSettings implements ILayoutCanvasExpansionItemDefinition {
146
+ static expansionItemId: guid;
147
+ id: guid;
148
+ weight: number;
149
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
150
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
151
+ }
152
+ export declare class SpacingBlockSettings implements ILayoutCanvasExpansionItemDefinition {
153
+ static expansionItemId: guid;
154
+ id: guid;
155
+ weight: number;
156
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
157
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
158
+ }
159
+ export declare class StyleBlockSettings implements ILayoutCanvasExpansionItemDefinition {
160
+ static expansionItemId: guid;
161
+ id: guid;
162
+ weight: number;
163
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
164
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
165
+ }
166
+ export declare class CssBlockSettings implements ILayoutCanvasExpansionItemDefinition {
167
+ static expansionItemId: guid;
168
+ id: guid;
169
+ weight: number;
170
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
171
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
172
+ }
173
+ export declare class TargetingBlockSettings implements ILayoutCanvasExpansionItemDefinition {
174
+ static expansionItemId: guid;
175
+ id: guid;
176
+ weight: number;
177
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
178
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
179
+ }
180
+ export declare class LayoutLockExpansionItemDefinition implements ILayoutCanvasExpansionItemDefinition {
181
+ static expansionItemId: guid;
182
+ id: guid;
183
+ weight: number;
184
+ slots: ILayoutCanvasExpansionItemDefinitionSlots;
185
+ createInstance(): Promise<ILayoutCanvasExpansionItemInstance>;
186
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./LayoutDefinitionBuilder";
2
+ export * from "./LayoutItemSettingsDefinitions";