@omnia/fx 8.0.20-vnext → 8.0.22-vnext

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (251) hide show
  1. package/internal-do-not-import-from-here/libs/prismjs/index.d.ts +2 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +8 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +22 -14
  7. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -5
  8. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
  9. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +4 -2
  10. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +33 -17
  11. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
  13. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
  14. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +86 -85
  15. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  16. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +217 -0
  19. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +5 -13
  20. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  23. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
  24. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
  25. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -0
  26. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +52 -10
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -51
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +34 -6
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +35 -7
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +36 -8
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +179 -19
  84. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
  85. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
  86. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
  87. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
  88. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
  89. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
  90. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
  91. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
  92. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
  93. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
  94. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
  95. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
  96. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
  97. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
  98. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
  99. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
  100. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
  101. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
  102. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
  103. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -1
  104. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +76 -83
  105. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
  106. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
  107. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
  108. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +227 -2
  109. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
  110. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -1
  111. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +93 -99
  112. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
  113. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
  114. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
  115. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
  116. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -2
  117. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +30 -1
  118. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
  119. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
  121. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
  122. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
  123. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
  125. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
  126. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
  127. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
  128. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +14 -8
  129. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +96 -66
  130. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
  131. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
  132. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +10 -2
  133. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
  134. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
  135. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
  136. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
  137. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
  138. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
  139. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
  140. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
  141. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
  142. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
  143. package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -1
  144. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +30 -1
  145. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +28 -20
  146. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
  147. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
  148. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
  149. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
  150. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
  151. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
  152. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
  153. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
  154. package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
  155. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
  156. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
  157. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
  158. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
  159. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
  160. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
  161. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
  163. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
  164. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
  165. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
  166. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  167. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
  168. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
  169. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
  170. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
  172. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
  173. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
  174. package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
  175. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
  176. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
  177. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +37 -11
  178. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
  179. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
  180. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
  183. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
  185. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
  186. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
  188. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
  189. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +226 -1
  190. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
  191. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +46 -0
  194. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +46 -0
  195. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +46 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +46 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
  198. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
  199. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
  200. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
  201. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
  202. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
  203. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
  204. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -0
  205. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +8 -7
  209. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
  210. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
  211. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
  212. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
  213. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
  214. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
  215. package/internal-do-not-import-from-here/wctypings.d.ts +67 -5
  216. package/package.json +4 -4
  217. package/task.js +0 -4
  218. package/task.ts +0 -5
  219. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
  220. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
  221. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
  222. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
  223. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
  224. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
  225. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
  226. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
  227. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
  229. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
  230. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
  231. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
  232. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
  233. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
  234. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
  235. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
  236. package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
  237. package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
  238. package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
  239. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
  240. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
  241. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
  242. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
  243. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
  244. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  245. /package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/ColorSelector.d.ts → compositiontests/WowComp.d.ts} +0 -0
  246. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
  247. /package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/ComponentsViewer.d.ts → oxide/treeview/docs/TreeviewIntro.d.ts} +0 -0
  248. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → blueprints/BluePrintSelector.d.ts} +0 -0
  249. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → blueprints/BlueprintEditor.d.ts} +0 -0
  250. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
  251. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- import { ColorTypes, TypographyType } from "@omnia/fx/models";
1
+ import { ColorType, ColorTypes, TypographyType, TypographyTypes } from "@omnia/fx/models";
2
2
  declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
@@ -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
  "truncate-lines": {
11
12
  type: import("vue").PropType<number>;
@@ -19,14 +20,14 @@ declare const _default: {
19
20
  type: import("vue").PropType<boolean>;
20
21
  };
21
22
  color: {
22
- type: import("vue").PropType<ColorTypes>;
23
+ type: import("vue").PropType<ColorType | ColorTypes>;
23
24
  } & {
24
- type: import("vue").PropType<ColorTypes>;
25
+ type: import("vue").PropType<ColorType | ColorTypes>;
25
26
  };
26
27
  typography: {
27
- type: import("vue").PropType<TypographyType>;
28
+ type: import("vue").PropType<TypographyType | TypographyTypes>;
28
29
  } & {
29
- type: import("vue").PropType<TypographyType>;
30
+ type: import("vue").PropType<TypographyType | TypographyTypes>;
30
31
  };
31
32
  class: {
32
33
  type: import("vue").PropType<String | String[]>;
@@ -34,7 +35,8 @@ declare const _default: {
34
35
  };
35
36
  colorSchemaType?: any;
36
37
  container?: any;
37
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
38
+ colors?: any;
39
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
38
40
  $attrs: {
39
41
  [x: string]: unknown;
40
42
  };
@@ -61,14 +63,14 @@ declare const _default: {
61
63
  type: import("vue").PropType<boolean>;
62
64
  };
63
65
  color: {
64
- type: import("vue").PropType<ColorTypes>;
66
+ type: import("vue").PropType<ColorType | ColorTypes>;
65
67
  } & {
66
- type: import("vue").PropType<ColorTypes>;
68
+ type: import("vue").PropType<ColorType | ColorTypes>;
67
69
  };
68
70
  typography: {
69
- type: import("vue").PropType<TypographyType>;
71
+ type: import("vue").PropType<TypographyType | TypographyTypes>;
70
72
  } & {
71
- type: import("vue").PropType<TypographyType>;
73
+ type: import("vue").PropType<TypographyType | TypographyTypes>;
72
74
  };
73
75
  class: {
74
76
  type: import("vue").PropType<String | String[]>;
@@ -76,9 +78,11 @@ declare const _default: {
76
78
  };
77
79
  colorSchemaType?: any;
78
80
  container?: any;
81
+ colors?: any;
79
82
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
80
83
  container?: any;
81
84
  colorSchemaType?: any;
85
+ colors?: any;
82
86
  }, {}, string> & {
83
87
  beforeCreate?: (() => void) | (() => void)[];
84
88
  created?: (() => void) | (() => void)[];
@@ -112,14 +116,14 @@ declare const _default: {
112
116
  type: import("vue").PropType<boolean>;
113
117
  };
114
118
  color: {
115
- type: import("vue").PropType<ColorTypes>;
119
+ type: import("vue").PropType<ColorType | ColorTypes>;
116
120
  } & {
117
- type: import("vue").PropType<ColorTypes>;
121
+ type: import("vue").PropType<ColorType | ColorTypes>;
118
122
  };
119
123
  typography: {
120
- type: import("vue").PropType<TypographyType>;
124
+ type: import("vue").PropType<TypographyType | TypographyTypes>;
121
125
  } & {
122
- type: import("vue").PropType<TypographyType>;
126
+ type: import("vue").PropType<TypographyType | TypographyTypes>;
123
127
  };
124
128
  class: {
125
129
  type: import("vue").PropType<String | String[]>;
@@ -127,6 +131,7 @@ declare const _default: {
127
131
  };
128
132
  colorSchemaType?: any;
129
133
  container?: any;
134
+ colors?: any;
130
135
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
131
136
  __isFragment?: never;
132
137
  __isTeleport?: never;
@@ -144,14 +149,14 @@ declare const _default: {
144
149
  type: import("vue").PropType<boolean>;
145
150
  };
146
151
  color: {
147
- type: import("vue").PropType<ColorTypes>;
152
+ type: import("vue").PropType<ColorType | ColorTypes>;
148
153
  } & {
149
- type: import("vue").PropType<ColorTypes>;
154
+ type: import("vue").PropType<ColorType | ColorTypes>;
150
155
  };
151
156
  typography: {
152
- type: import("vue").PropType<TypographyType>;
157
+ type: import("vue").PropType<TypographyType | TypographyTypes>;
153
158
  } & {
154
- type: import("vue").PropType<TypographyType>;
159
+ type: import("vue").PropType<TypographyType | TypographyTypes>;
155
160
  };
156
161
  class: {
157
162
  type: import("vue").PropType<String | String[]>;
@@ -159,17 +164,20 @@ declare const _default: {
159
164
  };
160
165
  colorSchemaType?: any;
161
166
  container?: any;
167
+ colors?: any;
162
168
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
163
169
  container?: any;
164
170
  colorSchemaType?: any;
171
+ colors?: any;
165
172
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
166
173
  propsDefinition: Readonly<{
167
174
  container?: any;
168
175
  colorSchemaType?: any;
176
+ colors?: any;
169
177
  } & {
170
178
  class?: String | String[];
171
- color?: ColorTypes;
172
- typography?: TypographyType;
179
+ color?: ColorType | ColorTypes;
180
+ typography?: TypographyType | TypographyTypes;
173
181
  toned?: boolean;
174
182
  truncateLines?: number;
175
183
  "truncate-lines"?: number;
@@ -0,0 +1,3 @@
1
+ export declare const TextAreaStyles: {
2
+ generalField: (textColor: string) => string;
3
+ };
@@ -0,0 +1,423 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{
6
+ container?: any;
7
+ colorSchemaType?: any;
8
+ colors?: any;
9
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
+ clearable: {
11
+ type: import("vue").PropType<boolean>;
12
+ } & {
13
+ type: import("vue").PropType<boolean>;
14
+ };
15
+ placeholder: {
16
+ type: import("vue").PropType<string>;
17
+ } & {
18
+ type: import("vue").PropType<string>;
19
+ };
20
+ label: {
21
+ type: import("vue").PropType<string>;
22
+ } & {
23
+ type: import("vue").PropType<string>;
24
+ };
25
+ "v-model": {
26
+ type: import("vue").PropType<string>;
27
+ required: false;
28
+ };
29
+ modelValue: {
30
+ type: import("vue").PropType<string>;
31
+ required: false;
32
+ };
33
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
34
+ type: import("vue").PropType<string>;
35
+ required: false;
36
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
37
+ type: import("vue").PropType<string>;
38
+ required: false;
39
+ }; } & {
40
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
41
+ "v-model": {
42
+ type: import("vue").PropType<string>;
43
+ required: false;
44
+ };
45
+ } & {
46
+ modelValue: {
47
+ type: import("vue").PropType<string>;
48
+ required: false;
49
+ };
50
+ }>;
51
+ defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
52
+ "v-model": {
53
+ type: import("vue").PropType<string>;
54
+ required: false;
55
+ };
56
+ } & {
57
+ modelValue: {
58
+ type: import("vue").PropType<string>;
59
+ required: false;
60
+ };
61
+ }, false>;
62
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
63
+ "v-model": {
64
+ type: import("vue").PropType<string>;
65
+ required: false;
66
+ };
67
+ } & {
68
+ modelValue: {
69
+ type: import("vue").PropType<string>;
70
+ required: false;
71
+ };
72
+ }>;
73
+ };
74
+ class: {
75
+ type: import("vue").PropType<String | String[]>;
76
+ required: boolean;
77
+ };
78
+ colorSchemaType?: any;
79
+ container?: any;
80
+ colors?: any;
81
+ }>> & {
82
+ "onUpdate:modelValue"?: (value: string) => any;
83
+ "onClick:button"?: () => any;
84
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
85
+ $attrs: {
86
+ [x: string]: unknown;
87
+ };
88
+ $refs: {
89
+ [x: string]: unknown;
90
+ };
91
+ $slots: Readonly<{
92
+ [name: string]: import("vue").Slot;
93
+ }>;
94
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
95
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
96
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:button") => void);
97
+ $el: any;
98
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
99
+ clearable: {
100
+ type: import("vue").PropType<boolean>;
101
+ } & {
102
+ type: import("vue").PropType<boolean>;
103
+ };
104
+ placeholder: {
105
+ type: import("vue").PropType<string>;
106
+ } & {
107
+ type: import("vue").PropType<string>;
108
+ };
109
+ label: {
110
+ type: import("vue").PropType<string>;
111
+ } & {
112
+ type: import("vue").PropType<string>;
113
+ };
114
+ "v-model": {
115
+ type: import("vue").PropType<string>;
116
+ required: false;
117
+ };
118
+ modelValue: {
119
+ type: import("vue").PropType<string>;
120
+ required: false;
121
+ };
122
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
123
+ type: import("vue").PropType<string>;
124
+ required: false;
125
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
126
+ type: import("vue").PropType<string>;
127
+ required: false;
128
+ }; } & {
129
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
130
+ "v-model": {
131
+ type: import("vue").PropType<string>;
132
+ required: false;
133
+ };
134
+ } & {
135
+ modelValue: {
136
+ type: import("vue").PropType<string>;
137
+ required: false;
138
+ };
139
+ }>;
140
+ defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
141
+ "v-model": {
142
+ type: import("vue").PropType<string>;
143
+ required: false;
144
+ };
145
+ } & {
146
+ modelValue: {
147
+ type: import("vue").PropType<string>;
148
+ required: false;
149
+ };
150
+ }, false>;
151
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
152
+ "v-model": {
153
+ type: import("vue").PropType<string>;
154
+ required: false;
155
+ };
156
+ } & {
157
+ modelValue: {
158
+ type: import("vue").PropType<string>;
159
+ required: false;
160
+ };
161
+ }>;
162
+ };
163
+ class: {
164
+ type: import("vue").PropType<String | String[]>;
165
+ required: boolean;
166
+ };
167
+ colorSchemaType?: any;
168
+ container?: any;
169
+ colors?: any;
170
+ }>> & {
171
+ "onUpdate:modelValue"?: (value: string) => any;
172
+ "onClick:button"?: () => any;
173
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
174
+ "update:modelValue": (value: string) => true;
175
+ "click:button": () => true;
176
+ }, string, {
177
+ container?: any;
178
+ colorSchemaType?: any;
179
+ colors?: any;
180
+ }, {}, string> & {
181
+ beforeCreate?: (() => void) | (() => void)[];
182
+ created?: (() => void) | (() => void)[];
183
+ beforeMount?: (() => void) | (() => void)[];
184
+ mounted?: (() => void) | (() => void)[];
185
+ beforeUpdate?: (() => void) | (() => void)[];
186
+ updated?: (() => void) | (() => void)[];
187
+ activated?: (() => void) | (() => void)[];
188
+ deactivated?: (() => void) | (() => void)[];
189
+ beforeDestroy?: (() => void) | (() => void)[];
190
+ beforeUnmount?: (() => void) | (() => void)[];
191
+ destroyed?: (() => void) | (() => void)[];
192
+ unmounted?: (() => void) | (() => void)[];
193
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
194
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
195
+ 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)[];
196
+ };
197
+ $forceUpdate: () => void;
198
+ $nextTick: typeof import("vue").nextTick;
199
+ $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;
200
+ } & Readonly<import("vue").ExtractPropTypes<{
201
+ clearable: {
202
+ type: import("vue").PropType<boolean>;
203
+ } & {
204
+ type: import("vue").PropType<boolean>;
205
+ };
206
+ placeholder: {
207
+ type: import("vue").PropType<string>;
208
+ } & {
209
+ type: import("vue").PropType<string>;
210
+ };
211
+ label: {
212
+ type: import("vue").PropType<string>;
213
+ } & {
214
+ type: import("vue").PropType<string>;
215
+ };
216
+ "v-model": {
217
+ type: import("vue").PropType<string>;
218
+ required: false;
219
+ };
220
+ modelValue: {
221
+ type: import("vue").PropType<string>;
222
+ required: false;
223
+ };
224
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
225
+ type: import("vue").PropType<string>;
226
+ required: false;
227
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
228
+ type: import("vue").PropType<string>;
229
+ required: false;
230
+ }; } & {
231
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
232
+ "v-model": {
233
+ type: import("vue").PropType<string>;
234
+ required: false;
235
+ };
236
+ } & {
237
+ modelValue: {
238
+ type: import("vue").PropType<string>;
239
+ required: false;
240
+ };
241
+ }>;
242
+ defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
243
+ "v-model": {
244
+ type: import("vue").PropType<string>;
245
+ required: false;
246
+ };
247
+ } & {
248
+ modelValue: {
249
+ type: import("vue").PropType<string>;
250
+ required: false;
251
+ };
252
+ }, false>;
253
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
254
+ "v-model": {
255
+ type: import("vue").PropType<string>;
256
+ required: false;
257
+ };
258
+ } & {
259
+ modelValue: {
260
+ type: import("vue").PropType<string>;
261
+ required: false;
262
+ };
263
+ }>;
264
+ };
265
+ class: {
266
+ type: import("vue").PropType<String | String[]>;
267
+ required: boolean;
268
+ };
269
+ colorSchemaType?: any;
270
+ container?: any;
271
+ colors?: any;
272
+ }>> & {
273
+ "onUpdate:modelValue"?: (value: string) => any;
274
+ "onClick:button"?: () => any;
275
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
276
+ __isFragment?: never;
277
+ __isTeleport?: never;
278
+ __isSuspense?: never;
279
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
280
+ clearable: {
281
+ type: import("vue").PropType<boolean>;
282
+ } & {
283
+ type: import("vue").PropType<boolean>;
284
+ };
285
+ placeholder: {
286
+ type: import("vue").PropType<string>;
287
+ } & {
288
+ type: import("vue").PropType<string>;
289
+ };
290
+ label: {
291
+ type: import("vue").PropType<string>;
292
+ } & {
293
+ type: import("vue").PropType<string>;
294
+ };
295
+ "v-model": {
296
+ type: import("vue").PropType<string>;
297
+ required: false;
298
+ };
299
+ modelValue: {
300
+ type: import("vue").PropType<string>;
301
+ required: false;
302
+ };
303
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
304
+ type: import("vue").PropType<string>;
305
+ required: false;
306
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
307
+ type: import("vue").PropType<string>;
308
+ required: false;
309
+ }; } & {
310
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
311
+ "v-model": {
312
+ type: import("vue").PropType<string>;
313
+ required: false;
314
+ };
315
+ } & {
316
+ modelValue: {
317
+ type: import("vue").PropType<string>;
318
+ required: false;
319
+ };
320
+ }>;
321
+ defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
322
+ "v-model": {
323
+ type: import("vue").PropType<string>;
324
+ required: false;
325
+ };
326
+ } & {
327
+ modelValue: {
328
+ type: import("vue").PropType<string>;
329
+ required: false;
330
+ };
331
+ }, false>;
332
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
333
+ "v-model": {
334
+ type: import("vue").PropType<string>;
335
+ required: false;
336
+ };
337
+ } & {
338
+ modelValue: {
339
+ type: import("vue").PropType<string>;
340
+ required: false;
341
+ };
342
+ }>;
343
+ };
344
+ class: {
345
+ type: import("vue").PropType<String | String[]>;
346
+ required: boolean;
347
+ };
348
+ colorSchemaType?: any;
349
+ container?: any;
350
+ colors?: any;
351
+ }>> & {
352
+ "onUpdate:modelValue"?: (value: string) => any;
353
+ "onClick:button"?: () => any;
354
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
355
+ "update:modelValue": (value: string) => true;
356
+ "click:button": () => true;
357
+ }, string, {
358
+ container?: any;
359
+ colorSchemaType?: any;
360
+ colors?: any;
361
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
362
+ propsDefinition: Readonly<{
363
+ container?: any;
364
+ colorSchemaType?: any;
365
+ colors?: any;
366
+ } & {
367
+ label?: string;
368
+ class?: String | String[];
369
+ name?: {
370
+ [x: `v-model:${string}`]: {
371
+ type: import("vue").PropType<string>;
372
+ required: false;
373
+ };
374
+ } & {
375
+ [x: string]: {
376
+ type: import("vue").PropType<string>;
377
+ required: false;
378
+ };
379
+ } & {
380
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, string, {
381
+ "v-model": {
382
+ type: import("vue").PropType<string>;
383
+ required: false;
384
+ };
385
+ } & {
386
+ modelValue: {
387
+ type: import("vue").PropType<string>;
388
+ required: false;
389
+ };
390
+ }>;
391
+ defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
392
+ "v-model": {
393
+ type: import("vue").PropType<string>;
394
+ required: false;
395
+ };
396
+ } & {
397
+ modelValue: {
398
+ type: import("vue").PropType<string>;
399
+ required: false;
400
+ };
401
+ }, false>;
402
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, string, {
403
+ "v-model": {
404
+ type: import("vue").PropType<string>;
405
+ required: false;
406
+ };
407
+ } & {
408
+ modelValue: {
409
+ type: import("vue").PropType<string>;
410
+ required: false;
411
+ };
412
+ }>;
413
+ };
414
+ placeholder?: string;
415
+ "v-model"?: string;
416
+ modelValue?: string;
417
+ clearable?: boolean;
418
+ }> & {
419
+ "onUpdate:modelValue"?: (value: string) => any;
420
+ "onClick:button"?: () => any;
421
+ };
422
+ };
423
+ export default _default;