@omnia/fx 8.0.21-vnext → 8.0.23-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 (205) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +8 -0
  4. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +20 -12
  5. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -1
  6. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -1
  7. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +32 -16
  8. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
  9. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +84 -85
  10. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  11. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +217 -0
  14. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
  16. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
  17. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
  18. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
  19. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
  20. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
  21. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +30 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +9 -1
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +9 -1
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +9 -1
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +9 -1
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +52 -52
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +48 -48
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +64 -64
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
  70. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
  71. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
  72. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
  73. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +56 -65
  74. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
  75. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
  76. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +226 -1
  77. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
  78. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +74 -81
  79. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
  80. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
  81. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +9 -1
  83. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
  84. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
  86. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
  87. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
  88. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
  90. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
  91. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
  92. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
  93. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +6 -4
  94. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +56 -27
  95. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +9 -1
  96. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
  97. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
  98. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
  99. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
  100. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
  101. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
  102. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
  103. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
  104. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
  105. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
  106. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +9 -1
  107. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -1
  108. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
  109. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
  110. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
  111. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
  112. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
  113. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
  114. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
  115. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
  116. package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
  117. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
  118. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
  119. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
  120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
  121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
  122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
  123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
  124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
  125. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
  126. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  127. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
  128. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
  129. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
  130. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
  132. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
  133. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
  134. package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
  135. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
  136. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
  137. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -0
  138. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
  139. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
  140. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
  141. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
  142. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
  143. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
  144. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
  145. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
  146. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
  147. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
  148. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +226 -1
  149. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
  150. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
  151. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
  152. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
  153. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
  154. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
  155. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
  156. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
  157. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
  158. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
  159. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -63
  160. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
  163. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
  164. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
  165. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
  166. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
  167. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
  168. package/internal-do-not-import-from-here/wctypings.d.ts +61 -3
  169. package/package.json +4 -4
  170. package/task.js +0 -4
  171. package/task.ts +0 -5
  172. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
  173. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
  174. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
  175. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
  176. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
  177. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
  178. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
  179. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
  180. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
  181. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
  182. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
  183. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
  184. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
  185. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
  186. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
  187. package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
  188. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +0 -46
  189. package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
  190. package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
  191. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
  192. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
  193. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
  194. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  195. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
  196. /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithLeftBar.d.ts → btn/docs/ButtonIntro.d.ts} +0 -0
  197. /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithNavigation.d.ts → treeview/docs/TreeviewIntro.d.ts} +0 -0
  198. /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/BasicPanelTypes.d.ts → theming-v2/themeeditor/components/blueprints/BluePrintSelector.d.ts} +0 -0
  199. /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/PanelAlignment.d.ts → theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts} +0 -0
  200. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
  201. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.d.ts → colors/ColorSelector.d.ts} +0 -0
  202. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ComponentsViewer.d.ts → colors/ComponentsViewer.d.ts} +0 -0
  203. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → colors/FxViewer.d.ts} +0 -0
  204. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → colors/ThemeViewer.d.ts} +0 -0
  205. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -6,7 +6,13 @@ declare const _default: {
6
6
  $props: Partial<{
7
7
  container?: any;
8
8
  colorSchemaType?: any;
9
+ colors?: any;
9
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
+ toned: {
12
+ type: import("vue").PropType<boolean>;
13
+ } & {
14
+ type: import("vue").PropType<boolean>;
15
+ };
10
16
  small: {
11
17
  type: import("vue").PropType<boolean>;
12
18
  } & {
@@ -32,7 +38,8 @@ declare const _default: {
32
38
  };
33
39
  colorSchemaType?: any;
34
40
  container?: any;
35
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
41
+ colors?: any;
42
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
36
43
  $attrs: {
37
44
  [x: string]: unknown;
38
45
  };
@@ -47,6 +54,11 @@ declare const _default: {
47
54
  $emit: (event: string, ...args: any[]) => void;
48
55
  $el: any;
49
56
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
57
+ toned: {
58
+ type: import("vue").PropType<boolean>;
59
+ } & {
60
+ type: import("vue").PropType<boolean>;
61
+ };
50
62
  small: {
51
63
  type: import("vue").PropType<boolean>;
52
64
  } & {
@@ -72,9 +84,11 @@ declare const _default: {
72
84
  };
73
85
  colorSchemaType?: any;
74
86
  container?: any;
87
+ colors?: any;
75
88
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
76
89
  container?: any;
77
90
  colorSchemaType?: any;
91
+ colors?: any;
78
92
  }, {}, string> & {
79
93
  beforeCreate?: (() => void) | (() => void)[];
80
94
  created?: (() => void) | (() => void)[];
@@ -96,6 +110,11 @@ declare const _default: {
96
110
  $nextTick: typeof import("vue").nextTick;
97
111
  $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;
98
112
  } & Readonly<import("vue").ExtractPropTypes<{
113
+ toned: {
114
+ type: import("vue").PropType<boolean>;
115
+ } & {
116
+ type: import("vue").PropType<boolean>;
117
+ };
99
118
  small: {
100
119
  type: import("vue").PropType<boolean>;
101
120
  } & {
@@ -121,11 +140,17 @@ declare const _default: {
121
140
  };
122
141
  colorSchemaType?: any;
123
142
  container?: any;
143
+ colors?: any;
124
144
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
125
145
  __isFragment?: never;
126
146
  __isTeleport?: never;
127
147
  __isSuspense?: never;
128
148
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
149
+ toned: {
150
+ type: import("vue").PropType<boolean>;
151
+ } & {
152
+ type: import("vue").PropType<boolean>;
153
+ };
129
154
  small: {
130
155
  type: import("vue").PropType<boolean>;
131
156
  } & {
@@ -151,15 +176,19 @@ declare const _default: {
151
176
  };
152
177
  colorSchemaType?: any;
153
178
  container?: any;
179
+ colors?: any;
154
180
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
155
181
  container?: any;
156
182
  colorSchemaType?: any;
183
+ colors?: any;
157
184
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
158
185
  propsDefinition: Readonly<{
159
186
  container?: any;
160
187
  colorSchemaType?: any;
188
+ colors?: any;
161
189
  } & {
162
190
  small?: boolean;
191
+ toned?: boolean;
163
192
  parentContainer?: LayoutItem;
164
193
  "parent-container"?: LayoutItem;
165
194
  siblingId?: string;
@@ -13,6 +13,7 @@ declare const _default: {
13
13
  $props: Partial<{
14
14
  container?: any;
15
15
  colorSchemaType?: any;
16
+ colors?: any;
16
17
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
17
18
  "theme-target-id": {
18
19
  type: import("vue").PropType<string>;
@@ -43,7 +44,8 @@ declare const _default: {
43
44
  };
44
45
  colorSchemaType?: any;
45
46
  container?: any;
46
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
47
+ colors?: any;
48
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
47
49
  $attrs: {
48
50
  [x: string]: unknown;
49
51
  };
@@ -87,9 +89,11 @@ declare const _default: {
87
89
  };
88
90
  colorSchemaType?: any;
89
91
  container?: any;
92
+ colors?: any;
90
93
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
91
94
  container?: any;
92
95
  colorSchemaType?: any;
96
+ colors?: any;
93
97
  }, {}, string> & {
94
98
  beforeCreate?: (() => void) | (() => void)[];
95
99
  created?: (() => void) | (() => void)[];
@@ -140,6 +144,7 @@ declare const _default: {
140
144
  };
141
145
  colorSchemaType?: any;
142
146
  container?: any;
147
+ colors?: any;
143
148
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
144
149
  __isFragment?: never;
145
150
  __isTeleport?: never;
@@ -174,13 +179,16 @@ declare const _default: {
174
179
  };
175
180
  colorSchemaType?: any;
176
181
  container?: any;
182
+ colors?: any;
177
183
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
178
184
  container?: any;
179
185
  colorSchemaType?: any;
186
+ colors?: any;
180
187
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
181
188
  propsDefinition: Readonly<{
182
189
  container?: any;
183
190
  colorSchemaType?: any;
191
+ colors?: any;
184
192
  } & {
185
193
  block?: Block;
186
194
  themeTargetId?: string;
@@ -0,0 +1,131 @@
1
+ import { Block, ColorSchemaTypes } from "@omnia/fx-models";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
7
+ "block-color-schema-type": {
8
+ type: import("vue").PropType<ColorSchemaTypes>;
9
+ };
10
+ blockColorSchemaType: {
11
+ type: import("vue").PropType<ColorSchemaTypes>;
12
+ };
13
+ "theme-id": {
14
+ type: import("vue").PropType<string>;
15
+ };
16
+ themeId: {
17
+ type: import("vue").PropType<string>;
18
+ };
19
+ block: {
20
+ type: import("vue").PropType<Block>;
21
+ } & {
22
+ type: import("vue").PropType<Block>;
23
+ };
24
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
25
+ $attrs: {
26
+ [x: string]: unknown;
27
+ };
28
+ $refs: {
29
+ [x: string]: unknown;
30
+ };
31
+ $slots: Readonly<{
32
+ [name: string]: import("vue").Slot;
33
+ }>;
34
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
35
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
36
+ $emit: (event: string, ...args: any[]) => void;
37
+ $el: any;
38
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
39
+ "block-color-schema-type": {
40
+ type: import("vue").PropType<ColorSchemaTypes>;
41
+ };
42
+ blockColorSchemaType: {
43
+ type: import("vue").PropType<ColorSchemaTypes>;
44
+ };
45
+ "theme-id": {
46
+ type: import("vue").PropType<string>;
47
+ };
48
+ themeId: {
49
+ type: import("vue").PropType<string>;
50
+ };
51
+ block: {
52
+ type: import("vue").PropType<Block>;
53
+ } & {
54
+ type: import("vue").PropType<Block>;
55
+ };
56
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
57
+ [key: string]: any;
58
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
59
+ beforeCreate?: (() => void) | (() => void)[];
60
+ created?: (() => void) | (() => void)[];
61
+ beforeMount?: (() => void) | (() => void)[];
62
+ mounted?: (() => void) | (() => void)[];
63
+ beforeUpdate?: (() => void) | (() => void)[];
64
+ updated?: (() => void) | (() => void)[];
65
+ activated?: (() => void) | (() => void)[];
66
+ deactivated?: (() => void) | (() => void)[];
67
+ beforeDestroy?: (() => void) | (() => void)[];
68
+ beforeUnmount?: (() => void) | (() => void)[];
69
+ destroyed?: (() => void) | (() => void)[];
70
+ unmounted?: (() => void) | (() => void)[];
71
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
72
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
73
+ 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)[];
74
+ };
75
+ $forceUpdate: () => void;
76
+ $nextTick: typeof import("vue").nextTick;
77
+ $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;
78
+ } & Readonly<import("vue").ExtractPropTypes<{
79
+ "block-color-schema-type": {
80
+ type: import("vue").PropType<ColorSchemaTypes>;
81
+ };
82
+ blockColorSchemaType: {
83
+ type: import("vue").PropType<ColorSchemaTypes>;
84
+ };
85
+ "theme-id": {
86
+ type: import("vue").PropType<string>;
87
+ };
88
+ themeId: {
89
+ type: import("vue").PropType<string>;
90
+ };
91
+ block: {
92
+ type: import("vue").PropType<Block>;
93
+ } & {
94
+ type: import("vue").PropType<Block>;
95
+ };
96
+ }>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
97
+ [key: string]: any;
98
+ }>> & {} & import("vue").ComponentCustomProperties & {};
99
+ __isFragment?: never;
100
+ __isTeleport?: never;
101
+ __isSuspense?: never;
102
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
103
+ "block-color-schema-type": {
104
+ type: import("vue").PropType<ColorSchemaTypes>;
105
+ };
106
+ blockColorSchemaType: {
107
+ type: import("vue").PropType<ColorSchemaTypes>;
108
+ };
109
+ "theme-id": {
110
+ type: import("vue").PropType<string>;
111
+ };
112
+ themeId: {
113
+ type: import("vue").PropType<string>;
114
+ };
115
+ block: {
116
+ type: import("vue").PropType<Block>;
117
+ } & {
118
+ type: import("vue").PropType<Block>;
119
+ };
120
+ }>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
121
+ [key: string]: any;
122
+ }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
123
+ propsDefinition: Readonly<{} & {
124
+ block?: Block;
125
+ themeId?: string;
126
+ "theme-id"?: string;
127
+ blockColorSchemaType?: ColorSchemaTypes;
128
+ "block-color-schema-type"?: ColorSchemaTypes;
129
+ }>;
130
+ };
131
+ export default _default;
@@ -6,6 +6,7 @@ declare const _default: {
6
6
  $props: Partial<{
7
7
  container?: any;
8
8
  colorSchemaType?: any;
9
+ colors?: any;
9
10
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
11
  "theme-target-id": {
11
12
  type: import("vue").PropType<string>;
@@ -43,7 +44,8 @@ declare const _default: {
43
44
  };
44
45
  colorSchemaType?: any;
45
46
  container?: any;
46
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
47
+ colors?: any;
48
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
47
49
  $attrs: {
48
50
  [x: string]: unknown;
49
51
  };
@@ -94,9 +96,11 @@ declare const _default: {
94
96
  };
95
97
  colorSchemaType?: any;
96
98
  container?: any;
99
+ colors?: any;
97
100
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
101
  container?: any;
99
102
  colorSchemaType?: any;
103
+ colors?: any;
100
104
  }, {}, string> & {
101
105
  beforeCreate?: (() => void) | (() => void)[];
102
106
  created?: (() => void) | (() => void)[];
@@ -154,6 +158,7 @@ declare const _default: {
154
158
  };
155
159
  colorSchemaType?: any;
156
160
  container?: any;
161
+ colors?: any;
157
162
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
158
163
  __isFragment?: never;
159
164
  __isTeleport?: never;
@@ -195,13 +200,16 @@ declare const _default: {
195
200
  };
196
201
  colorSchemaType?: any;
197
202
  container?: any;
203
+ colors?: any;
198
204
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
199
205
  container?: any;
200
206
  colorSchemaType?: any;
207
+ colors?: any;
201
208
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
202
209
  propsDefinition: Readonly<{
203
210
  container?: any;
204
211
  colorSchemaType?: any;
212
+ colors?: any;
205
213
  } & {
206
214
  column?: SectionItem<ColumnedSectionItemSettings>;
207
215
  themeTargetId?: string;
@@ -13,6 +13,7 @@ declare const _default: {
13
13
  $props: Partial<{
14
14
  container?: any;
15
15
  colorSchemaType?: any;
16
+ colors?: any;
16
17
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
17
18
  "tab-state": {
18
19
  type: import("vue").PropType<object>;
@@ -45,7 +46,8 @@ declare const _default: {
45
46
  };
46
47
  colorSchemaType?: any;
47
48
  container?: any;
48
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
49
+ colors?: any;
50
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
49
51
  $attrs: {
50
52
  [x: string]: unknown;
51
53
  };
@@ -91,9 +93,11 @@ declare const _default: {
91
93
  };
92
94
  colorSchemaType?: any;
93
95
  container?: any;
96
+ colors?: any;
94
97
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
95
98
  container?: any;
96
99
  colorSchemaType?: any;
100
+ colors?: any;
97
101
  }, {}, string> & {
98
102
  beforeCreate?: (() => void) | (() => void)[];
99
103
  created?: (() => void) | (() => void)[];
@@ -146,6 +150,7 @@ declare const _default: {
146
150
  };
147
151
  colorSchemaType?: any;
148
152
  container?: any;
153
+ colors?: any;
149
154
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
150
155
  __isFragment?: never;
151
156
  __isTeleport?: never;
@@ -182,13 +187,16 @@ declare const _default: {
182
187
  };
183
188
  colorSchemaType?: any;
184
189
  container?: any;
190
+ colors?: any;
185
191
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
186
192
  container?: any;
187
193
  colorSchemaType?: any;
194
+ colors?: any;
188
195
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
189
196
  propsDefinition: Readonly<{
190
197
  container?: any;
191
198
  colorSchemaType?: any;
199
+ colors?: any;
192
200
  } & {
193
201
  section?: Section<import("@omnia/fx-models").SectionSettings>;
194
202
  parentContainer?: LayoutItem;
@@ -1,39 +1,46 @@
1
- import { ReactiveLayoutItemSettings } from "@omnia/fx/models";
2
- import { VueComponentBaseProps, VueComponentBase, ThemeStore } from "../../..";
3
- import { SettingsService } from "../../../../services";
4
- import { LayoutCanvasStore, BlockCatalogStore } from "../../";
5
- import { BlockTitleSettingsStore } from "../../../../stores";
6
- import { BlockInstance } from "../../../../ux/BlockInstance";
7
- export interface BlockSettingsProps extends VueComponentBaseProps {
8
- }
9
- export interface BlockSettingsEvents {
10
- }
11
- export declare class BlockSettingsPanel extends VueComponentBase<BlockSettingsProps, BlockSettingsEvents> {
12
- themeStore: ThemeStore;
13
- protected settingsService: SettingsService<any>;
14
- editorStore: LayoutCanvasStore;
15
- layoutItemStore: BlockCatalogStore;
16
- private colorSchemaStore;
17
- blockTitleSettingsStore: BlockTitleSettingsStore;
18
- private subscriptionHandler;
19
- blockInstance: BlockInstance;
20
- private ensuredProvideBlockInstance;
21
- private slots;
22
- private tabs;
23
- private block;
24
- private blockSettingsComponentIsLoaded;
25
- private model;
26
- iconSettingsModel: any;
27
- created(): void;
28
- onSettingsElementUpdated(settings: ReactiveLayoutItemSettings): void;
29
- setBlockSettingsComponentLoadingStatus(): void;
30
- mounted(): void;
31
- private populateData;
32
- private ensureProvideBlockInstance;
33
- /**
34
- * Eventhandler for close events
35
- * */
36
- private onClose;
37
- private createTabControl;
38
- render(): JSX.Element;
39
- }
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ 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)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $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;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
+ propsDefinition: Readonly<{} & {}>;
45
+ };
46
+ export default _default;
@@ -1,6 +1,4 @@
1
- import { LayoutCanvasStore } from "../../";
2
1
  import { RadialGradientShapes } from "../../../../../fx/models";
3
- import { VueComponentBase } from "../../..";
4
2
  export interface ColorValue {
5
3
  colors: Array<string>;
6
4
  }
@@ -16,28 +14,102 @@ export interface ColorSettingsProps {
16
14
  onValueChanged?: (value: ColorValue) => void;
17
15
  forceDark?: boolean;
18
16
  }
19
- export declare class ColorSettings extends VueComponentBase<ColorSettingsProps> {
20
- valueBind: ColorValue;
21
- onValueChanged: (colors: Array<string>) => void;
22
- forceDark: boolean;
23
- private omniaUxLoc;
24
- editorStore: LayoutCanvasStore;
25
- private colorMode;
26
- private setMode;
27
- private isLinearGradient;
28
- private isRadialGradient;
29
- private hasOneColorOnly;
30
- private hasColor;
31
- private onColorChanged;
32
- private addColor;
33
- private removeColor;
34
- private deleteLinearGradientProps;
35
- private deleteRadialGradientProps;
36
- private changeGradientMode;
37
- private emitChange;
38
- private randomHex;
39
- private randomColors;
40
- private renderColorPicker;
41
- renderGradientSettings(): JSX.Element;
42
- render(): JSX.Element;
43
- }
17
+ declare const _default: {
18
+ new (...args: any[]): {
19
+ $: import("vue").ComponentInternalInstance;
20
+ $data: {};
21
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
22
+ "v-model": {
23
+ type: import("vue").PropType<ColorValue>;
24
+ required: false;
25
+ };
26
+ modelValue: {
27
+ type: import("vue").PropType<ColorValue>;
28
+ required: false;
29
+ };
30
+ }>> & {
31
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
32
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
33
+ $attrs: {
34
+ [x: string]: unknown;
35
+ };
36
+ $refs: {
37
+ [x: string]: unknown;
38
+ };
39
+ $slots: Readonly<{
40
+ [name: string]: import("vue").Slot;
41
+ }>;
42
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
43
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
44
+ $emit: (event: "update:modelValue", value: ColorValue) => void;
45
+ $el: any;
46
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
47
+ "v-model": {
48
+ type: import("vue").PropType<ColorValue>;
49
+ required: false;
50
+ };
51
+ modelValue: {
52
+ type: import("vue").PropType<ColorValue>;
53
+ required: false;
54
+ };
55
+ }>> & {
56
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
57
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
58
+ "update:modelValue": (value: ColorValue) => true;
59
+ }, string, {}, {}, string> & {
60
+ beforeCreate?: (() => void) | (() => void)[];
61
+ created?: (() => void) | (() => void)[];
62
+ beforeMount?: (() => void) | (() => void)[];
63
+ mounted?: (() => void) | (() => void)[];
64
+ beforeUpdate?: (() => void) | (() => void)[];
65
+ updated?: (() => void) | (() => void)[];
66
+ activated?: (() => void) | (() => void)[];
67
+ deactivated?: (() => void) | (() => void)[];
68
+ beforeDestroy?: (() => void) | (() => void)[];
69
+ beforeUnmount?: (() => void) | (() => void)[];
70
+ destroyed?: (() => void) | (() => void)[];
71
+ unmounted?: (() => void) | (() => void)[];
72
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
73
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
74
+ 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)[];
75
+ };
76
+ $forceUpdate: () => void;
77
+ $nextTick: typeof import("vue").nextTick;
78
+ $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;
79
+ } & Readonly<import("vue").ExtractPropTypes<{
80
+ "v-model": {
81
+ type: import("vue").PropType<ColorValue>;
82
+ required: false;
83
+ };
84
+ modelValue: {
85
+ type: import("vue").PropType<ColorValue>;
86
+ required: false;
87
+ };
88
+ }>> & {
89
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
90
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
91
+ __isFragment?: never;
92
+ __isTeleport?: never;
93
+ __isSuspense?: never;
94
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
95
+ "v-model": {
96
+ type: import("vue").PropType<ColorValue>;
97
+ required: false;
98
+ };
99
+ modelValue: {
100
+ type: import("vue").PropType<ColorValue>;
101
+ required: false;
102
+ };
103
+ }>> & {
104
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
105
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
106
+ "update:modelValue": (value: ColorValue) => true;
107
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
108
+ propsDefinition: Readonly<{} & {
109
+ "v-model"?: ColorValue;
110
+ modelValue?: ColorValue;
111
+ }> & {
112
+ "onUpdate:modelValue"?: (value: ColorValue) => any;
113
+ };
114
+ };
115
+ export default _default;
@@ -0,0 +1,32 @@
1
+ import { Section, TabbedIconPositions, HorizontalAlignments } from "../../../../models";
2
+ import { LayoutCanvasStore } from "../..";
3
+ import { VueComponentBase } from "../../..";
4
+ export interface TabsSettingsProps {
5
+ section: Section;
6
+ }
7
+ export declare class TabsSettingsStylePanel extends VueComponentBase<TabsSettingsProps> {
8
+ section: Section;
9
+ editorStore: LayoutCanvasStore;
10
+ private omniaUxLoc;
11
+ /**
12
+ * Eventhandler for setting the chrome value
13
+ * @param value
14
+ */
15
+ /**
16
+ * Event handler for setting the alignment
17
+ * @param alignment
18
+ */
19
+ onSetAlignment(alignment: HorizontalAlignments): void;
20
+ /**
21
+ * Event handler for setting the alignment
22
+ * @param alignment
23
+ */
24
+ onSetIconAlignment(iconPositions: TabbedIconPositions): void;
25
+ renderAlignment(): JSX.Element;
26
+ renderIconAlignment(): JSX.Element;
27
+ renderAccordionSettings(): JSX.Element;
28
+ renderCustomSize(): JSX.Element;
29
+ renderColorPanel(): JSX.Element;
30
+ renderGeneralPanel(): JSX.Element;
31
+ render(): JSX.Element;
32
+ }