@omnia/fx 8.0.20-vnext → 8.0.22-vnext

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 (251) hide show
  1. package/internal-do-not-import-from-here/libs/prismjs/index.d.ts +2 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +8 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +22 -14
  7. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -5
  8. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
  9. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +4 -2
  10. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +33 -17
  11. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
  13. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
  14. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +86 -85
  15. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  16. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +217 -0
  19. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +5 -13
  20. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  23. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
  24. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
  25. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -0
  26. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +52 -10
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -51
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +34 -6
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +35 -7
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +36 -8
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +179 -19
  84. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
  85. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
  86. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
  87. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
  88. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
  89. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
  90. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
  91. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
  92. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
  93. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
  94. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
  95. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
  96. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
  97. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
  98. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
  99. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
  100. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
  101. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
  102. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
  103. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -1
  104. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +76 -83
  105. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
  106. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
  107. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
  108. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +227 -2
  109. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
  110. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -1
  111. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +93 -99
  112. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
  113. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
  114. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
  115. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
  116. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -2
  117. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +30 -1
  118. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
  119. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
  121. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
  122. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
  123. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
  125. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
  126. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
  127. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
  128. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +14 -8
  129. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +96 -66
  130. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
  131. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
  132. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +10 -2
  133. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
  134. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
  135. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
  136. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
  137. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
  138. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
  139. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
  140. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
  141. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
  142. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
  143. package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -1
  144. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +30 -1
  145. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +28 -20
  146. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
  147. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
  148. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
  149. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
  150. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
  151. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
  152. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
  153. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
  154. package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
  155. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
  156. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
  157. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
  158. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
  159. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
  160. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
  161. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
  163. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
  164. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
  165. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
  166. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  167. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
  168. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
  169. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
  170. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
  172. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
  173. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
  174. package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
  175. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
  176. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
  177. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +37 -11
  178. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
  179. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
  180. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
  183. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
  185. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
  186. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
  188. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
  189. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +226 -1
  190. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
  191. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +46 -0
  194. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +46 -0
  195. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +46 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +46 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
  198. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
  199. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
  200. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
  201. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
  202. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
  203. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
  204. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -0
  205. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +8 -7
  209. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
  210. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
  211. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
  212. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
  213. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
  214. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
  215. package/internal-do-not-import-from-here/wctypings.d.ts +67 -5
  216. package/package.json +4 -4
  217. package/task.js +0 -4
  218. package/task.ts +0 -5
  219. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
  220. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
  221. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
  222. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
  223. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
  224. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
  225. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
  226. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
  227. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
  229. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
  230. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
  231. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
  232. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
  233. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
  234. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
  235. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
  236. package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
  237. package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
  238. package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
  239. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
  240. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
  241. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
  242. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
  243. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
  244. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  245. /package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/ColorSelector.d.ts → compositiontests/WowComp.d.ts} +0 -0
  246. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
  247. /package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/ComponentsViewer.d.ts → oxide/treeview/docs/TreeviewIntro.d.ts} +0 -0
  248. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → blueprints/BluePrintSelector.d.ts} +0 -0
  249. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → blueprints/BlueprintEditor.d.ts} +0 -0
  250. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
  251. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -1,54 +1,184 @@
1
- import { ThemingRenditionManager } from "../../";
2
- import { LayoutItem, Section, ILayoutSectionRenderer, LayoutSectionRendererSlots, SectionSettings } from "../../../../models";
3
- import { VueComponentBaseProps, VueComponentBase } from "../../../VueComponentBase";
4
- import { ThemeStore } from "../../../";
5
- import { UserTargetingStore, BlockTitleSettingsStore, DirectionRuleStore } from "../../../../stores";
6
- import { LayoutCanvasStore } from "../../";
7
- import { MediaPickerService } from "../../../../services";
1
+ import { LayoutItem, Section, SectionSettings } from "../../../../models";
2
+ import { VueComponentBaseProps } from "../../../VueComponentBase";
8
3
  export interface LayoutSectionRendererProps extends VueComponentBaseProps {
9
4
  parentContainer: LayoutItem;
10
5
  section: Section;
11
6
  layoutId: string;
12
7
  useScrollMargingFix: boolean;
13
8
  }
14
- export declare class LayoutSectionRenderer extends VueComponentBase<LayoutSectionRendererProps> implements ILayoutSectionRenderer {
15
- section: Section;
16
- parentContainer: LayoutItem;
17
- layoutId: string;
18
- useScrollMargingFix: boolean;
19
- targetingStore: UserTargetingStore;
20
- blockTitleSettingsStore: BlockTitleSettingsStore;
21
- layoutEditorStore: LayoutCanvasStore;
22
- mediaPickerService: MediaPickerService;
23
- themeStore: ThemeStore;
24
- themingRenditionManager: ThemingRenditionManager;
25
- directionRuleStore: DirectionRuleStore;
26
- ensureBackgroundImageHandler: (section: Section) => void;
27
- slots: LayoutSectionRendererSlots;
28
- private targetCurrentUser;
29
- private isEditMode;
30
- beforeCreate(): void;
31
- created(): void;
32
- private get backgroundImage();
33
- init(): void;
34
- onSectionUpdated(): void;
35
- updated(): void;
36
- checkTargetingValue(settings: SectionSettings): void;
37
- /**
38
- * Function to render the columns
39
- * @param h is the hyperscript reference
40
- */
41
- private createColumnMarkup;
42
- /**
43
- * Function to render the tabs
44
- * @param h is the hyperscript reference
45
- */
46
- private createTabMarkup;
47
- /**
48
- * Function to render the tabs
49
- * @param h is the hyperscript reference
50
- */
51
- private createStepperMarkup;
52
- private renderSectionTitle;
53
- render(): JSX.Element;
54
- }
9
+ declare const _default: {
10
+ new (...args: any[]): {
11
+ $: import("vue").ComponentInternalInstance;
12
+ $data: {};
13
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
14
+ "theme-target-id": {
15
+ type: import("vue").PropType<string>;
16
+ };
17
+ themeTargetId: {
18
+ type: import("vue").PropType<string>;
19
+ };
20
+ "use-scroll-marging-fix": {
21
+ type: import("vue").PropType<boolean>;
22
+ };
23
+ useScrollMargingFix: {
24
+ type: import("vue").PropType<boolean>;
25
+ };
26
+ "layout-id": {
27
+ type: import("vue").PropType<string>;
28
+ };
29
+ layoutId: {
30
+ type: import("vue").PropType<string>;
31
+ };
32
+ "parent-container": {
33
+ type: import("vue").PropType<LayoutItem>;
34
+ };
35
+ parentContainer: {
36
+ type: import("vue").PropType<LayoutItem>;
37
+ };
38
+ section: {
39
+ type: import("vue").PropType<Section<SectionSettings>>;
40
+ } & {
41
+ type: import("vue").PropType<Section<SectionSettings>>;
42
+ };
43
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
44
+ $attrs: {
45
+ [x: string]: unknown;
46
+ };
47
+ $refs: {
48
+ [x: string]: unknown;
49
+ };
50
+ $slots: Readonly<{
51
+ [name: string]: import("vue").Slot;
52
+ }>;
53
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
54
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
55
+ $emit: (event: string, ...args: any[]) => void;
56
+ $el: any;
57
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
58
+ "theme-target-id": {
59
+ type: import("vue").PropType<string>;
60
+ };
61
+ themeTargetId: {
62
+ type: import("vue").PropType<string>;
63
+ };
64
+ "use-scroll-marging-fix": {
65
+ type: import("vue").PropType<boolean>;
66
+ };
67
+ useScrollMargingFix: {
68
+ type: import("vue").PropType<boolean>;
69
+ };
70
+ "layout-id": {
71
+ type: import("vue").PropType<string>;
72
+ };
73
+ layoutId: {
74
+ type: import("vue").PropType<string>;
75
+ };
76
+ "parent-container": {
77
+ type: import("vue").PropType<LayoutItem>;
78
+ };
79
+ parentContainer: {
80
+ type: import("vue").PropType<LayoutItem>;
81
+ };
82
+ section: {
83
+ type: import("vue").PropType<Section<SectionSettings>>;
84
+ } & {
85
+ type: import("vue").PropType<Section<SectionSettings>>;
86
+ };
87
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
88
+ beforeCreate?: (() => void) | (() => void)[];
89
+ created?: (() => void) | (() => void)[];
90
+ beforeMount?: (() => void) | (() => void)[];
91
+ mounted?: (() => void) | (() => void)[];
92
+ beforeUpdate?: (() => void) | (() => void)[];
93
+ updated?: (() => void) | (() => void)[];
94
+ activated?: (() => void) | (() => void)[];
95
+ deactivated?: (() => void) | (() => void)[];
96
+ beforeDestroy?: (() => void) | (() => void)[];
97
+ beforeUnmount?: (() => void) | (() => void)[];
98
+ destroyed?: (() => void) | (() => void)[];
99
+ unmounted?: (() => void) | (() => void)[];
100
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
101
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
102
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
103
+ };
104
+ $forceUpdate: () => void;
105
+ $nextTick: typeof import("vue").nextTick;
106
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
107
+ } & Readonly<import("vue").ExtractPropTypes<{
108
+ "theme-target-id": {
109
+ type: import("vue").PropType<string>;
110
+ };
111
+ themeTargetId: {
112
+ type: import("vue").PropType<string>;
113
+ };
114
+ "use-scroll-marging-fix": {
115
+ type: import("vue").PropType<boolean>;
116
+ };
117
+ useScrollMargingFix: {
118
+ type: import("vue").PropType<boolean>;
119
+ };
120
+ "layout-id": {
121
+ type: import("vue").PropType<string>;
122
+ };
123
+ layoutId: {
124
+ type: import("vue").PropType<string>;
125
+ };
126
+ "parent-container": {
127
+ type: import("vue").PropType<LayoutItem>;
128
+ };
129
+ parentContainer: {
130
+ type: import("vue").PropType<LayoutItem>;
131
+ };
132
+ section: {
133
+ type: import("vue").PropType<Section<SectionSettings>>;
134
+ } & {
135
+ type: import("vue").PropType<Section<SectionSettings>>;
136
+ };
137
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
138
+ __isFragment?: never;
139
+ __isTeleport?: never;
140
+ __isSuspense?: never;
141
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
142
+ "theme-target-id": {
143
+ type: import("vue").PropType<string>;
144
+ };
145
+ themeTargetId: {
146
+ type: import("vue").PropType<string>;
147
+ };
148
+ "use-scroll-marging-fix": {
149
+ type: import("vue").PropType<boolean>;
150
+ };
151
+ useScrollMargingFix: {
152
+ type: import("vue").PropType<boolean>;
153
+ };
154
+ "layout-id": {
155
+ type: import("vue").PropType<string>;
156
+ };
157
+ layoutId: {
158
+ type: import("vue").PropType<string>;
159
+ };
160
+ "parent-container": {
161
+ type: import("vue").PropType<LayoutItem>;
162
+ };
163
+ parentContainer: {
164
+ type: import("vue").PropType<LayoutItem>;
165
+ };
166
+ section: {
167
+ type: import("vue").PropType<Section<SectionSettings>>;
168
+ } & {
169
+ type: import("vue").PropType<Section<SectionSettings>>;
170
+ };
171
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
172
+ propsDefinition: Readonly<{} & {
173
+ section?: Section<SectionSettings>;
174
+ themeTargetId?: string;
175
+ "theme-target-id"?: string;
176
+ parentContainer?: LayoutItem;
177
+ "parent-container"?: LayoutItem;
178
+ layoutId?: string;
179
+ "layout-id"?: string;
180
+ useScrollMargingFix?: boolean;
181
+ "use-scroll-marging-fix"?: boolean;
182
+ }>;
183
+ };
184
+ export default _default;
@@ -1,18 +1,157 @@
1
- import { OmniaUxLocalization } from "../../..";
2
1
  import { Section, StepperSectionSettings } from "../../../../models";
3
- import { VueComponentBase } from "../../../VueComponentBase";
4
2
  export interface LayoutSectionStepperRendererProps {
5
3
  section: Section;
6
4
  layoutId: string;
7
5
  useScrollMargingFix: boolean;
8
6
  themeTargetId?: string;
9
7
  }
10
- export declare class LayoutSectionStepperRenderer extends VueComponentBase<LayoutSectionStepperRendererProps> {
11
- section: Section<StepperSectionSettings>;
12
- layoutId: string;
13
- useScrollMargingFix: boolean;
14
- omniaUxLoc: OmniaUxLocalization;
15
- created(): void;
16
- private renderSectionItem;
17
- render(): JSX.Element;
18
- }
8
+ declare const _default: {
9
+ new (...args: any[]): {
10
+ $: import("vue").ComponentInternalInstance;
11
+ $data: {};
12
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
+ "theme-target-id": {
14
+ type: import("vue").PropType<string>;
15
+ };
16
+ themeTargetId: {
17
+ type: import("vue").PropType<string>;
18
+ };
19
+ "use-scroll-marging-fix": {
20
+ type: import("vue").PropType<boolean>;
21
+ };
22
+ useScrollMargingFix: {
23
+ type: import("vue").PropType<boolean>;
24
+ };
25
+ "layout-id": {
26
+ type: import("vue").PropType<string>;
27
+ };
28
+ layoutId: {
29
+ type: import("vue").PropType<string>;
30
+ };
31
+ section: {
32
+ type: import("vue").PropType<Section<StepperSectionSettings>>;
33
+ } & {
34
+ type: import("vue").PropType<Section<StepperSectionSettings>>;
35
+ };
36
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
37
+ $attrs: {
38
+ [x: string]: unknown;
39
+ };
40
+ $refs: {
41
+ [x: string]: unknown;
42
+ };
43
+ $slots: Readonly<{
44
+ [name: string]: import("vue").Slot;
45
+ }>;
46
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
47
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
48
+ $emit: (event: string, ...args: any[]) => void;
49
+ $el: any;
50
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
51
+ "theme-target-id": {
52
+ type: import("vue").PropType<string>;
53
+ };
54
+ themeTargetId: {
55
+ type: import("vue").PropType<string>;
56
+ };
57
+ "use-scroll-marging-fix": {
58
+ type: import("vue").PropType<boolean>;
59
+ };
60
+ useScrollMargingFix: {
61
+ type: import("vue").PropType<boolean>;
62
+ };
63
+ "layout-id": {
64
+ type: import("vue").PropType<string>;
65
+ };
66
+ layoutId: {
67
+ type: import("vue").PropType<string>;
68
+ };
69
+ section: {
70
+ type: import("vue").PropType<Section<StepperSectionSettings>>;
71
+ } & {
72
+ type: import("vue").PropType<Section<StepperSectionSettings>>;
73
+ };
74
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
75
+ beforeCreate?: (() => void) | (() => void)[];
76
+ created?: (() => void) | (() => void)[];
77
+ beforeMount?: (() => void) | (() => void)[];
78
+ mounted?: (() => void) | (() => void)[];
79
+ beforeUpdate?: (() => void) | (() => void)[];
80
+ updated?: (() => void) | (() => void)[];
81
+ activated?: (() => void) | (() => void)[];
82
+ deactivated?: (() => void) | (() => void)[];
83
+ beforeDestroy?: (() => void) | (() => void)[];
84
+ beforeUnmount?: (() => void) | (() => void)[];
85
+ destroyed?: (() => void) | (() => void)[];
86
+ unmounted?: (() => void) | (() => void)[];
87
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
88
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
89
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
90
+ };
91
+ $forceUpdate: () => void;
92
+ $nextTick: typeof import("vue").nextTick;
93
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
94
+ } & Readonly<import("vue").ExtractPropTypes<{
95
+ "theme-target-id": {
96
+ type: import("vue").PropType<string>;
97
+ };
98
+ themeTargetId: {
99
+ type: import("vue").PropType<string>;
100
+ };
101
+ "use-scroll-marging-fix": {
102
+ type: import("vue").PropType<boolean>;
103
+ };
104
+ useScrollMargingFix: {
105
+ type: import("vue").PropType<boolean>;
106
+ };
107
+ "layout-id": {
108
+ type: import("vue").PropType<string>;
109
+ };
110
+ layoutId: {
111
+ type: import("vue").PropType<string>;
112
+ };
113
+ section: {
114
+ type: import("vue").PropType<Section<StepperSectionSettings>>;
115
+ } & {
116
+ type: import("vue").PropType<Section<StepperSectionSettings>>;
117
+ };
118
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
119
+ __isFragment?: never;
120
+ __isTeleport?: never;
121
+ __isSuspense?: never;
122
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
123
+ "theme-target-id": {
124
+ type: import("vue").PropType<string>;
125
+ };
126
+ themeTargetId: {
127
+ type: import("vue").PropType<string>;
128
+ };
129
+ "use-scroll-marging-fix": {
130
+ type: import("vue").PropType<boolean>;
131
+ };
132
+ useScrollMargingFix: {
133
+ type: import("vue").PropType<boolean>;
134
+ };
135
+ "layout-id": {
136
+ type: import("vue").PropType<string>;
137
+ };
138
+ layoutId: {
139
+ type: import("vue").PropType<string>;
140
+ };
141
+ section: {
142
+ type: import("vue").PropType<Section<StepperSectionSettings>>;
143
+ } & {
144
+ type: import("vue").PropType<Section<StepperSectionSettings>>;
145
+ };
146
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
147
+ propsDefinition: Readonly<{} & {
148
+ section?: Section<StepperSectionSettings>;
149
+ themeTargetId?: string;
150
+ "theme-target-id"?: string;
151
+ layoutId?: string;
152
+ "layout-id"?: string;
153
+ useScrollMargingFix?: boolean;
154
+ "use-scroll-marging-fix"?: boolean;
155
+ }>;
156
+ };
157
+ export default _default;
@@ -1,55 +1,151 @@
1
- import { Section, SectionItem, TabbedSectionItemSettings } from "../../../../models";
2
- import { LayoutCanvasStore } from "../../";
3
- import { MultilingualStore } from "../../../../stores";
4
- import { VueComponentBase } from "../../../VueComponentBase";
5
- import { SubscriptionHandler } from "@omnia/fx";
6
- import { DynamicStateStore } from "../../";
7
- import { AnchorLink } from "../../../AnchorLink";
8
- import { OmniaContext } from "../../../../contexts";
9
- export interface SectionTabRendererProps {
10
- section: Section;
11
- layoutId: string;
12
- useScrollMargingFix: boolean;
13
- themeTargetId?: string;
14
- }
15
- export declare class LayoutSectionTabRenderer extends VueComponentBase<SectionTabRendererProps> {
16
- layoutCanvasStore: LayoutCanvasStore;
17
- multilingualStore: MultilingualStore;
18
- tabStateStore: DynamicStateStore;
19
- subscriptionHandler: SubscriptionHandler;
20
- omniaContext: OmniaContext;
21
- anchorLink: AnchorLink;
22
- private selectedTabIndex;
23
- private selectedAccordionIndex;
24
- private currentSectionId;
25
- private isEditMode;
26
- private initialAnchorLinkResolved;
27
- private VK_ENTER;
28
- section: Section;
29
- layoutId: string;
30
- useScrollMargingFix: boolean;
31
- created(): void;
32
- beforeDestroy(): void;
33
- private handleAnchorLink;
34
- updated(): void;
35
- private getDefaultLabel;
36
- private getPreferredLabel;
37
- private getCustomAnchorName;
38
- get selectedTab(): SectionItem<TabbedSectionItemSettings>;
39
- onSelectTab(index: number): void;
40
- onSelectAccordion(val: any): void;
41
- private silentNavigateIfNeeded;
42
- hasTabIcon(tab: SectionItem<TabbedSectionItemSettings>): boolean;
43
- private hasAnyTabIcon;
44
- private showIconAndTextMode;
45
- renderLabelAndIcon(tab: SectionItem<TabbedSectionItemSettings>): JSX.Element;
46
- private isSelectedAccordionIndex;
47
- private ensureValueAccordion;
48
- private renderAnchorElements;
49
- renderAccordion(): JSX.Element;
50
- renderTabTitle(tab: SectionItem<TabbedSectionItemSettings>): JSX.Element;
51
- renderIcon(tab: SectionItem<TabbedSectionItemSettings>): JSX.Element;
52
- renderTab(tab: SectionItem<TabbedSectionItemSettings>, tabIndex: number): JSX.Element;
53
- renderTabs(): JSX.Element;
54
- render(): JSX.Element;
55
- }
1
+ import { Section } from "../../../../models";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
7
+ "theme-target-id": {
8
+ type: import("vue").PropType<string>;
9
+ };
10
+ themeTargetId: {
11
+ type: import("vue").PropType<string>;
12
+ };
13
+ "use-scroll-marging-fix": {
14
+ type: import("vue").PropType<boolean>;
15
+ };
16
+ useScrollMargingFix: {
17
+ type: import("vue").PropType<boolean>;
18
+ };
19
+ "layout-id": {
20
+ type: import("vue").PropType<string>;
21
+ };
22
+ layoutId: {
23
+ type: import("vue").PropType<string>;
24
+ };
25
+ section: {
26
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
27
+ } & {
28
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
29
+ };
30
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
31
+ $attrs: {
32
+ [x: string]: unknown;
33
+ };
34
+ $refs: {
35
+ [x: string]: unknown;
36
+ };
37
+ $slots: Readonly<{
38
+ [name: string]: import("vue").Slot;
39
+ }>;
40
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
41
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
42
+ $emit: (event: string, ...args: any[]) => void;
43
+ $el: any;
44
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
45
+ "theme-target-id": {
46
+ type: import("vue").PropType<string>;
47
+ };
48
+ themeTargetId: {
49
+ type: import("vue").PropType<string>;
50
+ };
51
+ "use-scroll-marging-fix": {
52
+ type: import("vue").PropType<boolean>;
53
+ };
54
+ useScrollMargingFix: {
55
+ type: import("vue").PropType<boolean>;
56
+ };
57
+ "layout-id": {
58
+ type: import("vue").PropType<string>;
59
+ };
60
+ layoutId: {
61
+ type: import("vue").PropType<string>;
62
+ };
63
+ section: {
64
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
65
+ } & {
66
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
67
+ };
68
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
69
+ beforeCreate?: (() => void) | (() => void)[];
70
+ created?: (() => void) | (() => void)[];
71
+ beforeMount?: (() => void) | (() => void)[];
72
+ mounted?: (() => void) | (() => void)[];
73
+ beforeUpdate?: (() => void) | (() => void)[];
74
+ updated?: (() => void) | (() => void)[];
75
+ activated?: (() => void) | (() => void)[];
76
+ deactivated?: (() => void) | (() => void)[];
77
+ beforeDestroy?: (() => void) | (() => void)[];
78
+ beforeUnmount?: (() => void) | (() => void)[];
79
+ destroyed?: (() => void) | (() => void)[];
80
+ unmounted?: (() => void) | (() => void)[];
81
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
82
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
83
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
84
+ };
85
+ $forceUpdate: () => void;
86
+ $nextTick: typeof import("vue").nextTick;
87
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
88
+ } & Readonly<import("vue").ExtractPropTypes<{
89
+ "theme-target-id": {
90
+ type: import("vue").PropType<string>;
91
+ };
92
+ themeTargetId: {
93
+ type: import("vue").PropType<string>;
94
+ };
95
+ "use-scroll-marging-fix": {
96
+ type: import("vue").PropType<boolean>;
97
+ };
98
+ useScrollMargingFix: {
99
+ type: import("vue").PropType<boolean>;
100
+ };
101
+ "layout-id": {
102
+ type: import("vue").PropType<string>;
103
+ };
104
+ layoutId: {
105
+ type: import("vue").PropType<string>;
106
+ };
107
+ section: {
108
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
109
+ } & {
110
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
111
+ };
112
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
113
+ __isFragment?: never;
114
+ __isTeleport?: never;
115
+ __isSuspense?: never;
116
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
117
+ "theme-target-id": {
118
+ type: import("vue").PropType<string>;
119
+ };
120
+ themeTargetId: {
121
+ type: import("vue").PropType<string>;
122
+ };
123
+ "use-scroll-marging-fix": {
124
+ type: import("vue").PropType<boolean>;
125
+ };
126
+ useScrollMargingFix: {
127
+ type: import("vue").PropType<boolean>;
128
+ };
129
+ "layout-id": {
130
+ type: import("vue").PropType<string>;
131
+ };
132
+ layoutId: {
133
+ type: import("vue").PropType<string>;
134
+ };
135
+ section: {
136
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
137
+ } & {
138
+ type: import("vue").PropType<Section<import("@omnia/fx-models").SectionSettings>>;
139
+ };
140
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
141
+ propsDefinition: Readonly<{} & {
142
+ section?: Section<import("@omnia/fx-models").SectionSettings>;
143
+ themeTargetId?: string;
144
+ "theme-target-id"?: string;
145
+ layoutId?: string;
146
+ "layout-id"?: string;
147
+ useScrollMargingFix?: boolean;
148
+ "use-scroll-marging-fix"?: boolean;
149
+ }>;
150
+ };
151
+ export default _default;