@omnia/fx 8.0.21-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 (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
@@ -104,7 +104,6 @@ export declare const VCalendarCategory = "v-calendar-category";
104
104
  export declare const VThemeProviderTag = "v-theme-provider";
105
105
  export declare const Draggable = "draggable";
106
106
  export declare const Vue2Editor = "vue-editor";
107
- export declare const MonacoEditor = "monaco-editor";
108
107
  export declare const VueChartJSLineChart = "vue-chartjs-line-chart";
109
108
  export declare const VueChartJSBarChart = "vue-chartjs-bar-chart";
110
109
  export declare const VueChartJSPieChart = "vue-chartjs-pie-chart";
@@ -79,8 +79,8 @@ declare const _default: {
79
79
  openAppWizard: import("vue").Prop<(initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void, (initAppInsance: AppInstance, initAppTemplate: AppTemplate) => void>;
80
80
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
81
81
  propsDefinition: Readonly<{} & {
82
- tabId?: string;
83
82
  item?: AppInstance;
83
+ tabId?: string;
84
84
  editApp?: (item: AppInstance) => void;
85
85
  deleteApp?: (item: AppInstance) => void;
86
86
  openFeatures?: (appInstance: AppInstance) => void;
@@ -65,8 +65,8 @@ declare const _default: {
65
65
  propsDefinition: Readonly<{} & {
66
66
  delete?: () => void;
67
67
  cols?: number;
68
- edit?: (template: AppTemplate) => void;
69
68
  item?: AppTemplate;
69
+ edit?: (template: AppTemplate) => void;
70
70
  }>;
71
71
  };
72
72
  export default _default;
@@ -6,9 +6,52 @@ declare const _default: {
6
6
  $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
7
7
  "v-model": {
8
8
  type: import("vue").PropType<string>;
9
+ required: false;
9
10
  };
10
11
  modelValue: {
11
12
  type: import("vue").PropType<string>;
13
+ required: false;
14
+ };
15
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
16
+ type: import("vue").PropType<string>;
17
+ required: false;
18
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
19
+ type: import("vue").PropType<string>;
20
+ required: false;
21
+ }; } & {
22
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
23
+ "v-model": {
24
+ type: import("vue").PropType<string>;
25
+ required: false;
26
+ };
27
+ } & {
28
+ modelValue: {
29
+ type: import("vue").PropType<string>;
30
+ required: false;
31
+ };
32
+ }>;
33
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
34
+ "v-model": {
35
+ type: import("vue").PropType<string>;
36
+ required: false;
37
+ };
38
+ } & {
39
+ modelValue: {
40
+ type: import("vue").PropType<string>;
41
+ required: false;
42
+ };
43
+ }, false>;
44
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
45
+ "v-model": {
46
+ type: import("vue").PropType<string>;
47
+ required: false;
48
+ };
49
+ } & {
50
+ modelValue: {
51
+ type: import("vue").PropType<string>;
52
+ required: false;
53
+ };
54
+ }>;
12
55
  };
13
56
  }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
14
57
  $attrs: {
@@ -27,9 +70,52 @@ declare const _default: {
27
70
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
28
71
  "v-model": {
29
72
  type: import("vue").PropType<string>;
73
+ required: false;
30
74
  };
31
75
  modelValue: {
32
76
  type: import("vue").PropType<string>;
77
+ required: false;
78
+ };
79
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
80
+ type: import("vue").PropType<string>;
81
+ required: false;
82
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
83
+ type: import("vue").PropType<string>;
84
+ required: false;
85
+ }; } & {
86
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
87
+ "v-model": {
88
+ type: import("vue").PropType<string>;
89
+ required: false;
90
+ };
91
+ } & {
92
+ modelValue: {
93
+ type: import("vue").PropType<string>;
94
+ required: false;
95
+ };
96
+ }>;
97
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
98
+ "v-model": {
99
+ type: import("vue").PropType<string>;
100
+ required: false;
101
+ };
102
+ } & {
103
+ modelValue: {
104
+ type: import("vue").PropType<string>;
105
+ required: false;
106
+ };
107
+ }, false>;
108
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
109
+ "v-model": {
110
+ type: import("vue").PropType<string>;
111
+ required: false;
112
+ };
113
+ } & {
114
+ modelValue: {
115
+ type: import("vue").PropType<string>;
116
+ required: false;
117
+ };
118
+ }>;
33
119
  };
34
120
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
35
121
  beforeCreate?: (() => void) | (() => void)[];
@@ -54,9 +140,52 @@ declare const _default: {
54
140
  } & Readonly<import("vue").ExtractPropTypes<{
55
141
  "v-model": {
56
142
  type: import("vue").PropType<string>;
143
+ required: false;
57
144
  };
58
145
  modelValue: {
59
146
  type: import("vue").PropType<string>;
147
+ required: false;
148
+ };
149
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
150
+ type: import("vue").PropType<string>;
151
+ required: false;
152
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
153
+ type: import("vue").PropType<string>;
154
+ required: false;
155
+ }; } & {
156
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
157
+ "v-model": {
158
+ type: import("vue").PropType<string>;
159
+ required: false;
160
+ };
161
+ } & {
162
+ modelValue: {
163
+ type: import("vue").PropType<string>;
164
+ required: false;
165
+ };
166
+ }>;
167
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
168
+ "v-model": {
169
+ type: import("vue").PropType<string>;
170
+ required: false;
171
+ };
172
+ } & {
173
+ modelValue: {
174
+ type: import("vue").PropType<string>;
175
+ required: false;
176
+ };
177
+ }, false>;
178
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
179
+ "v-model": {
180
+ type: import("vue").PropType<string>;
181
+ required: false;
182
+ };
183
+ } & {
184
+ modelValue: {
185
+ type: import("vue").PropType<string>;
186
+ required: false;
187
+ };
188
+ }>;
60
189
  };
61
190
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
62
191
  __isFragment?: never;
@@ -65,12 +194,100 @@ declare const _default: {
65
194
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
195
  "v-model": {
67
196
  type: import("vue").PropType<string>;
197
+ required: false;
68
198
  };
69
199
  modelValue: {
70
200
  type: import("vue").PropType<string>;
201
+ required: false;
202
+ };
203
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
204
+ type: import("vue").PropType<string>;
205
+ required: false;
206
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
207
+ type: import("vue").PropType<string>;
208
+ required: false;
209
+ }; } & {
210
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
211
+ "v-model": {
212
+ type: import("vue").PropType<string>;
213
+ required: false;
214
+ };
215
+ } & {
216
+ modelValue: {
217
+ type: import("vue").PropType<string>;
218
+ required: false;
219
+ };
220
+ }>;
221
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
222
+ "v-model": {
223
+ type: import("vue").PropType<string>;
224
+ required: false;
225
+ };
226
+ } & {
227
+ modelValue: {
228
+ type: import("vue").PropType<string>;
229
+ required: false;
230
+ };
231
+ }, false>;
232
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
233
+ "v-model": {
234
+ type: import("vue").PropType<string>;
235
+ required: false;
236
+ };
237
+ } & {
238
+ modelValue: {
239
+ type: import("vue").PropType<string>;
240
+ required: false;
241
+ };
242
+ }>;
71
243
  };
72
244
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
73
245
  propsDefinition: Readonly<{} & {
246
+ name?: {
247
+ [x: `v-model:${string}`]: {
248
+ type: import("vue").PropType<string>;
249
+ required: false;
250
+ };
251
+ } & {
252
+ [x: string]: {
253
+ type: import("vue").PropType<string>;
254
+ required: false;
255
+ };
256
+ } & {
257
+ require(): import("../DefineVueTypings").DefinePropModelRequire<string, string, {
258
+ "v-model": {
259
+ type: import("vue").PropType<string>;
260
+ required: false;
261
+ };
262
+ } & {
263
+ modelValue: {
264
+ type: import("vue").PropType<string>;
265
+ required: false;
266
+ };
267
+ }>;
268
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
269
+ "v-model": {
270
+ type: import("vue").PropType<string>;
271
+ required: false;
272
+ };
273
+ } & {
274
+ modelValue: {
275
+ type: import("vue").PropType<string>;
276
+ required: false;
277
+ };
278
+ }, false>;
279
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, string, {
280
+ "v-model": {
281
+ type: import("vue").PropType<string>;
282
+ required: false;
283
+ };
284
+ } & {
285
+ modelValue: {
286
+ type: import("vue").PropType<string>;
287
+ required: false;
288
+ };
289
+ }>;
290
+ };
74
291
  "v-model"?: string;
75
292
  modelValue?: string;
76
293
  }>;
@@ -117,10 +117,10 @@ declare const _default: {
117
117
  mode?: "date-time" | "date";
118
118
  singleLine?: boolean;
119
119
  showMenu?: boolean;
120
+ locale?: string;
120
121
  isError?: boolean;
121
122
  minuteSkip?: 0 | 5 | 10 | 15 | 20 | 30;
122
123
  dateFormat?: string;
123
- locale?: string;
124
124
  firstDayOfWeek?: number;
125
125
  }>;
126
126
  };
@@ -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
  group: {
11
12
  type: import("vue").PropType<boolean>;
@@ -19,9 +20,52 @@ declare const _default: {
19
20
  };
20
21
  "v-model": {
21
22
  type: import("vue").PropType<MediaScalingSettings>;
23
+ required: false;
22
24
  };
23
25
  modelValue: {
24
26
  type: import("vue").PropType<MediaScalingSettings>;
27
+ required: false;
28
+ };
29
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
30
+ type: import("vue").PropType<MediaScalingSettings>;
31
+ required: false;
32
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
33
+ type: import("vue").PropType<MediaScalingSettings>;
34
+ required: false;
35
+ }; } & {
36
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, MediaScalingSettings, {
37
+ "v-model": {
38
+ type: import("vue").PropType<MediaScalingSettings>;
39
+ required: false;
40
+ };
41
+ } & {
42
+ modelValue: {
43
+ type: import("vue").PropType<MediaScalingSettings>;
44
+ required: false;
45
+ };
46
+ }>;
47
+ defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, MediaScalingSettings, {
48
+ "v-model": {
49
+ type: import("vue").PropType<MediaScalingSettings>;
50
+ required: false;
51
+ };
52
+ } & {
53
+ modelValue: {
54
+ type: import("vue").PropType<MediaScalingSettings>;
55
+ required: false;
56
+ };
57
+ }, false>;
58
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, MediaScalingSettings, {
59
+ "v-model": {
60
+ type: import("vue").PropType<MediaScalingSettings>;
61
+ required: false;
62
+ };
63
+ } & {
64
+ modelValue: {
65
+ type: import("vue").PropType<MediaScalingSettings>;
66
+ required: false;
67
+ };
68
+ }>;
25
69
  };
26
70
  class: {
27
71
  type: import("vue").PropType<String | String[]>;
@@ -29,11 +73,12 @@ declare const _default: {
29
73
  };
30
74
  colorSchemaType?: any;
31
75
  container?: any;
76
+ colors?: any;
32
77
  }>> & {
33
78
  "onUpdate:modelValue"?: (value: any) => any;
34
79
  "onUpdate:add"?: (value: any) => any;
35
80
  "onUpdate:delete"?: (value: any) => any;
36
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
81
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
37
82
  $attrs: {
38
83
  [x: string]: unknown;
39
84
  };
@@ -60,9 +105,52 @@ declare const _default: {
60
105
  };
61
106
  "v-model": {
62
107
  type: import("vue").PropType<MediaScalingSettings>;
108
+ required: false;
63
109
  };
64
110
  modelValue: {
65
111
  type: import("vue").PropType<MediaScalingSettings>;
112
+ required: false;
113
+ };
114
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
115
+ type: import("vue").PropType<MediaScalingSettings>;
116
+ required: false;
117
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
118
+ type: import("vue").PropType<MediaScalingSettings>;
119
+ required: false;
120
+ }; } & {
121
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, MediaScalingSettings, {
122
+ "v-model": {
123
+ type: import("vue").PropType<MediaScalingSettings>;
124
+ required: false;
125
+ };
126
+ } & {
127
+ modelValue: {
128
+ type: import("vue").PropType<MediaScalingSettings>;
129
+ required: false;
130
+ };
131
+ }>;
132
+ defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, MediaScalingSettings, {
133
+ "v-model": {
134
+ type: import("vue").PropType<MediaScalingSettings>;
135
+ required: false;
136
+ };
137
+ } & {
138
+ modelValue: {
139
+ type: import("vue").PropType<MediaScalingSettings>;
140
+ required: false;
141
+ };
142
+ }, false>;
143
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, MediaScalingSettings, {
144
+ "v-model": {
145
+ type: import("vue").PropType<MediaScalingSettings>;
146
+ required: false;
147
+ };
148
+ } & {
149
+ modelValue: {
150
+ type: import("vue").PropType<MediaScalingSettings>;
151
+ required: false;
152
+ };
153
+ }>;
66
154
  };
67
155
  class: {
68
156
  type: import("vue").PropType<String | String[]>;
@@ -70,6 +158,7 @@ declare const _default: {
70
158
  };
71
159
  colorSchemaType?: any;
72
160
  container?: any;
161
+ colors?: any;
73
162
  }>> & {
74
163
  "onUpdate:modelValue"?: (value: any) => any;
75
164
  "onUpdate:add"?: (value: any) => any;
@@ -81,6 +170,7 @@ declare const _default: {
81
170
  }, string, {
82
171
  container?: any;
83
172
  colorSchemaType?: any;
173
+ colors?: any;
84
174
  }, {}, string> & {
85
175
  beforeCreate?: (() => void) | (() => void)[];
86
176
  created?: (() => void) | (() => void)[];
@@ -114,9 +204,52 @@ declare const _default: {
114
204
  };
115
205
  "v-model": {
116
206
  type: import("vue").PropType<MediaScalingSettings>;
207
+ required: false;
117
208
  };
118
209
  modelValue: {
119
210
  type: import("vue").PropType<MediaScalingSettings>;
211
+ required: false;
212
+ };
213
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
214
+ type: import("vue").PropType<MediaScalingSettings>;
215
+ required: false;
216
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
217
+ type: import("vue").PropType<MediaScalingSettings>;
218
+ required: false;
219
+ }; } & {
220
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, MediaScalingSettings, {
221
+ "v-model": {
222
+ type: import("vue").PropType<MediaScalingSettings>;
223
+ required: false;
224
+ };
225
+ } & {
226
+ modelValue: {
227
+ type: import("vue").PropType<MediaScalingSettings>;
228
+ required: false;
229
+ };
230
+ }>;
231
+ defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, MediaScalingSettings, {
232
+ "v-model": {
233
+ type: import("vue").PropType<MediaScalingSettings>;
234
+ required: false;
235
+ };
236
+ } & {
237
+ modelValue: {
238
+ type: import("vue").PropType<MediaScalingSettings>;
239
+ required: false;
240
+ };
241
+ }, false>;
242
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, MediaScalingSettings, {
243
+ "v-model": {
244
+ type: import("vue").PropType<MediaScalingSettings>;
245
+ required: false;
246
+ };
247
+ } & {
248
+ modelValue: {
249
+ type: import("vue").PropType<MediaScalingSettings>;
250
+ required: false;
251
+ };
252
+ }>;
120
253
  };
121
254
  class: {
122
255
  type: import("vue").PropType<String | String[]>;
@@ -124,6 +257,7 @@ declare const _default: {
124
257
  };
125
258
  colorSchemaType?: any;
126
259
  container?: any;
260
+ colors?: any;
127
261
  }>> & {
128
262
  "onUpdate:modelValue"?: (value: any) => any;
129
263
  "onUpdate:add"?: (value: any) => any;
@@ -145,9 +279,52 @@ declare const _default: {
145
279
  };
146
280
  "v-model": {
147
281
  type: import("vue").PropType<MediaScalingSettings>;
282
+ required: false;
148
283
  };
149
284
  modelValue: {
150
285
  type: import("vue").PropType<MediaScalingSettings>;
286
+ required: false;
287
+ };
288
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
289
+ type: import("vue").PropType<MediaScalingSettings>;
290
+ required: false;
291
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
292
+ type: import("vue").PropType<MediaScalingSettings>;
293
+ required: false;
294
+ }; } & {
295
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, MediaScalingSettings, {
296
+ "v-model": {
297
+ type: import("vue").PropType<MediaScalingSettings>;
298
+ required: false;
299
+ };
300
+ } & {
301
+ modelValue: {
302
+ type: import("vue").PropType<MediaScalingSettings>;
303
+ required: false;
304
+ };
305
+ }>;
306
+ defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, MediaScalingSettings, {
307
+ "v-model": {
308
+ type: import("vue").PropType<MediaScalingSettings>;
309
+ required: false;
310
+ };
311
+ } & {
312
+ modelValue: {
313
+ type: import("vue").PropType<MediaScalingSettings>;
314
+ required: false;
315
+ };
316
+ }, false>;
317
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, MediaScalingSettings, {
318
+ "v-model": {
319
+ type: import("vue").PropType<MediaScalingSettings>;
320
+ required: false;
321
+ };
322
+ } & {
323
+ modelValue: {
324
+ type: import("vue").PropType<MediaScalingSettings>;
325
+ required: false;
326
+ };
327
+ }>;
151
328
  };
152
329
  class: {
153
330
  type: import("vue").PropType<String | String[]>;
@@ -155,6 +332,7 @@ declare const _default: {
155
332
  };
156
333
  colorSchemaType?: any;
157
334
  container?: any;
335
+ colors?: any;
158
336
  }>> & {
159
337
  "onUpdate:modelValue"?: (value: any) => any;
160
338
  "onUpdate:add"?: (value: any) => any;
@@ -166,12 +344,59 @@ declare const _default: {
166
344
  }, string, {
167
345
  container?: any;
168
346
  colorSchemaType?: any;
347
+ colors?: any;
169
348
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
170
349
  propsDefinition: Readonly<{
171
350
  container?: any;
172
351
  colorSchemaType?: any;
352
+ colors?: any;
173
353
  } & {
174
354
  class?: String | String[];
355
+ name?: {
356
+ [x: `v-model:${string}`]: {
357
+ type: import("vue").PropType<MediaScalingSettings>;
358
+ required: false;
359
+ };
360
+ } & {
361
+ [x: string]: {
362
+ type: import("vue").PropType<MediaScalingSettings>;
363
+ required: false;
364
+ };
365
+ } & {
366
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, MediaScalingSettings, {
367
+ "v-model": {
368
+ type: import("vue").PropType<MediaScalingSettings>;
369
+ required: false;
370
+ };
371
+ } & {
372
+ modelValue: {
373
+ type: import("vue").PropType<MediaScalingSettings>;
374
+ required: false;
375
+ };
376
+ }>;
377
+ defaultValue(value?: MediaScalingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, MediaScalingSettings, {
378
+ "v-model": {
379
+ type: import("vue").PropType<MediaScalingSettings>;
380
+ required: false;
381
+ };
382
+ } & {
383
+ modelValue: {
384
+ type: import("vue").PropType<MediaScalingSettings>;
385
+ required: false;
386
+ };
387
+ }, false>;
388
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, MediaScalingSettings, {
389
+ "v-model": {
390
+ type: import("vue").PropType<MediaScalingSettings>;
391
+ required: false;
392
+ };
393
+ } & {
394
+ modelValue: {
395
+ type: import("vue").PropType<MediaScalingSettings>;
396
+ required: false;
397
+ };
398
+ }>;
399
+ };
175
400
  mandatory?: boolean;
176
401
  "v-model"?: MediaScalingSettings;
177
402
  modelValue?: MediaScalingSettings;
@@ -1,12 +1,4 @@
1
1
  export declare const EmptyBlockComponentStyles: {
2
- textColorDark: string;
3
- textColorDark_Lighter: string;
4
2
  container: string;
5
- wrapper: string;
6
- titleArea: {
7
- wrapper: string;
8
- title: string;
9
- icon: string;
10
- };
11
- text: string;
3
+ icon: string;
12
4
  };