@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
@@ -1,47 +1,529 @@
1
- import "monaco-editor/esm/vs/editor/browser/controller/coreCommands.js";
2
- import "monaco-editor/esm/vs/editor/contrib/bracketMatching/bracketMatching.js";
3
- import "monaco-editor/esm/vs/editor/contrib/codelens/codelensController.js";
4
- import "monaco-editor/esm/vs/editor/contrib/colorPicker/colorDetector.js";
5
- import "monaco-editor/esm/vs/editor/contrib/comment/comment.js";
6
- import "monaco-editor/esm/vs/editor/contrib/contextmenu/contextmenu.js";
7
- import "monaco-editor/esm/vs/editor/contrib/suggest/suggestController.js";
8
- import "monaco-editor/esm/vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp.js";
9
- import "monaco-editor/esm/vs/basic-languages/javascript/javascript.contribution";
10
- import "monaco-editor/esm/vs/basic-languages/javascript/javascript";
11
- import "monaco-editor/esm/vs/basic-languages/html/html.contribution";
12
- import "monaco-editor/esm/vs/basic-languages/html/html";
13
- import "monaco-editor/esm/vs/basic-languages/css/css.contribution";
14
- import "monaco-editor/esm/vs/basic-languages/css/css";
15
- export declare const MonacoEditor: {
16
- name: string;
17
- props: {
18
- value: StringConstructor;
1
+ import { editor } from "./Monaco";
2
+ declare const _default: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
7
+ options: {
8
+ type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
9
+ } & {
10
+ type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
11
+ };
12
+ language: {
13
+ type: import("vue").PropType<string>;
14
+ } & {
15
+ type: import("vue").PropType<string>;
16
+ };
17
+ theme: {
18
+ type: import("vue").PropType<string>;
19
+ required: false;
20
+ };
21
+ "v-model": {
22
+ type: import("vue").PropType<string>;
23
+ required: false;
24
+ };
25
+ modelValue: {
26
+ type: import("vue").PropType<string>;
27
+ required: false;
28
+ };
29
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
30
+ type: import("vue").PropType<string>;
31
+ required: false;
32
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
33
+ type: import("vue").PropType<string>;
34
+ required: false;
35
+ }; } & {
36
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
37
+ "v-model": {
38
+ type: import("vue").PropType<string>;
39
+ required: false;
40
+ };
41
+ } & {
42
+ modelValue: {
43
+ type: import("vue").PropType<string>;
44
+ required: false;
45
+ };
46
+ }>;
47
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
48
+ "v-model": {
49
+ type: import("vue").PropType<string>;
50
+ required: false;
51
+ };
52
+ } & {
53
+ modelValue: {
54
+ type: import("vue").PropType<string>;
55
+ required: false;
56
+ };
57
+ }, false>;
58
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
59
+ "v-model": {
60
+ type: import("vue").PropType<string>;
61
+ required: false;
62
+ };
63
+ } & {
64
+ modelValue: {
65
+ type: import("vue").PropType<string>;
66
+ required: false;
67
+ };
68
+ }>;
69
+ };
70
+ }>> & {
71
+ onError?: (err: string) => any;
72
+ onKeydown?: (event: any) => any;
73
+ onKeyup?: (event: any) => any;
74
+ onChange?: (value: string, event: any) => any;
75
+ onFocus?: () => any;
76
+ onBlur?: () => any;
77
+ onScroll?: (event: any) => any;
78
+ "onUpdate:modelValue"?: (value: string) => any;
79
+ onConfiguration?: (event: any) => any;
80
+ onLayout?: (event: any) => any;
81
+ onPosition?: (event: any) => any;
82
+ onSelection?: (event: any) => any;
83
+ onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
84
+ onContextMenu?: (event: any) => any;
85
+ onBlurText?: () => any;
86
+ onModelDecorations?: (event: any) => any;
87
+ onModelLanguage?: (event: any) => any;
88
+ onModelOptions?: (event: any) => any;
89
+ onAfterDispose?: () => any;
90
+ onFocusText?: () => any;
91
+ onMouseDown?: (event: any) => any;
92
+ onMouseLeave?: (event: any) => any;
93
+ onMouseMove?: (event: any) => any;
94
+ onMouseUp?: (event: any) => any;
95
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
96
+ $attrs: {
97
+ [x: string]: unknown;
98
+ };
99
+ $refs: {
100
+ [x: string]: unknown;
101
+ };
102
+ $slots: Readonly<{
103
+ [name: string]: import("vue").Slot;
104
+ }>;
105
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
106
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
107
+ $emit: ((event: "error", err: string) => void) & ((event: "configuration", event: any) => void) & ((event: "layout", event: any) => void) & ((event: "scroll", event: any) => void) & ((event: "blur") => void) & ((event: "change", value: string, event: any) => void) & ((event: "focus") => void) & ((event: "keydown", event: any) => void) & ((event: "keyup", event: any) => void) & ((event: "position", event: any) => void) & ((event: "selection", event: any) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "editorDidMount", editor: editor.IStandaloneCodeEditor) => void) & ((event: "contextMenu", event: any) => void) & ((event: "blurText") => void) & ((event: "modelDecorations", event: any) => void) & ((event: "modelLanguage", event: any) => void) & ((event: "modelOptions", event: any) => void) & ((event: "afterDispose") => void) & ((event: "focusText") => void) & ((event: "mouseDown", event: any) => void) & ((event: "mouseLeave", event: any) => void) & ((event: "mouseMove", event: any) => void) & ((event: "mouseUp", event: any) => void);
108
+ $el: any;
109
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
110
+ options: {
111
+ type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
112
+ } & {
113
+ type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
114
+ };
115
+ language: {
116
+ type: import("vue").PropType<string>;
117
+ } & {
118
+ type: import("vue").PropType<string>;
119
+ };
120
+ theme: {
121
+ type: import("vue").PropType<string>;
122
+ required: false;
123
+ };
124
+ "v-model": {
125
+ type: import("vue").PropType<string>;
126
+ required: false;
127
+ };
128
+ modelValue: {
129
+ type: import("vue").PropType<string>;
130
+ required: false;
131
+ };
132
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
133
+ type: import("vue").PropType<string>;
134
+ required: false;
135
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
136
+ type: import("vue").PropType<string>;
137
+ required: false;
138
+ }; } & {
139
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
140
+ "v-model": {
141
+ type: import("vue").PropType<string>;
142
+ required: false;
143
+ };
144
+ } & {
145
+ modelValue: {
146
+ type: import("vue").PropType<string>;
147
+ required: false;
148
+ };
149
+ }>;
150
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
151
+ "v-model": {
152
+ type: import("vue").PropType<string>;
153
+ required: false;
154
+ };
155
+ } & {
156
+ modelValue: {
157
+ type: import("vue").PropType<string>;
158
+ required: false;
159
+ };
160
+ }, false>;
161
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
162
+ "v-model": {
163
+ type: import("vue").PropType<string>;
164
+ required: false;
165
+ };
166
+ } & {
167
+ modelValue: {
168
+ type: import("vue").PropType<string>;
169
+ required: false;
170
+ };
171
+ }>;
172
+ };
173
+ }>> & {
174
+ onError?: (err: string) => any;
175
+ onKeydown?: (event: any) => any;
176
+ onKeyup?: (event: any) => any;
177
+ onChange?: (value: string, event: any) => any;
178
+ onFocus?: () => any;
179
+ onBlur?: () => any;
180
+ onScroll?: (event: any) => any;
181
+ "onUpdate:modelValue"?: (value: string) => any;
182
+ onConfiguration?: (event: any) => any;
183
+ onLayout?: (event: any) => any;
184
+ onPosition?: (event: any) => any;
185
+ onSelection?: (event: any) => any;
186
+ onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
187
+ onContextMenu?: (event: any) => any;
188
+ onBlurText?: () => any;
189
+ onModelDecorations?: (event: any) => any;
190
+ onModelLanguage?: (event: any) => any;
191
+ onModelOptions?: (event: any) => any;
192
+ onAfterDispose?: () => any;
193
+ onFocusText?: () => any;
194
+ onMouseDown?: (event: any) => any;
195
+ onMouseLeave?: (event: any) => any;
196
+ onMouseMove?: (event: any) => any;
197
+ onMouseUp?: (event: any) => any;
198
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
199
+ "update:modelValue": (value: string) => true;
200
+ error: (err: string) => true;
201
+ editorDidMount: (editor: editor.IStandaloneCodeEditor) => true;
202
+ change: (value: string, event: any) => boolean;
203
+ contextMenu: (event: any) => boolean;
204
+ blur: () => true;
205
+ blurText: () => true;
206
+ configuration: (event: any) => boolean;
207
+ position: (event: any) => boolean;
208
+ selection: (event: any) => boolean;
209
+ modelDecorations: (event: any) => boolean;
210
+ modelLanguage: (event: any) => boolean;
211
+ modelOptions: (event: any) => boolean;
212
+ afterDispose: () => true;
213
+ focus: () => true;
214
+ focusText: () => true;
215
+ layout: (event: any) => boolean;
216
+ scroll: (event: any) => boolean;
217
+ keydown: (event: any) => boolean;
218
+ keyup: (event: any) => boolean;
219
+ mouseDown: (event: any) => boolean;
220
+ mouseLeave: (event: any) => boolean;
221
+ mouseMove: (event: any) => boolean;
222
+ mouseUp: (event: any) => boolean;
223
+ }, string, {}, {}, string> & {
224
+ beforeCreate?: (() => void) | (() => void)[];
225
+ created?: (() => void) | (() => void)[];
226
+ beforeMount?: (() => void) | (() => void)[];
227
+ mounted?: (() => void) | (() => void)[];
228
+ beforeUpdate?: (() => void) | (() => void)[];
229
+ updated?: (() => void) | (() => void)[];
230
+ activated?: (() => void) | (() => void)[];
231
+ deactivated?: (() => void) | (() => void)[];
232
+ beforeDestroy?: (() => void) | (() => void)[];
233
+ beforeUnmount?: (() => void) | (() => void)[];
234
+ destroyed?: (() => void) | (() => void)[];
235
+ unmounted?: (() => void) | (() => void)[];
236
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
237
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
238
+ 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)[];
239
+ };
240
+ $forceUpdate: () => void;
241
+ $nextTick: typeof import("vue").nextTick;
242
+ $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;
243
+ } & Readonly<import("vue").ExtractPropTypes<{
244
+ options: {
245
+ type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
246
+ } & {
247
+ type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
248
+ };
249
+ language: {
250
+ type: import("vue").PropType<string>;
251
+ } & {
252
+ type: import("vue").PropType<string>;
253
+ };
19
254
  theme: {
20
- type: StringConstructor;
21
- default: string;
255
+ type: import("vue").PropType<string>;
256
+ required: false;
257
+ };
258
+ "v-model": {
259
+ type: import("vue").PropType<string>;
260
+ required: false;
261
+ };
262
+ modelValue: {
263
+ type: import("vue").PropType<string>;
264
+ required: false;
22
265
  };
23
- language: StringConstructor;
24
- options: ObjectConstructor;
266
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
267
+ type: import("vue").PropType<string>;
268
+ required: false;
269
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
270
+ type: import("vue").PropType<string>;
271
+ required: false;
272
+ }; } & {
273
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
274
+ "v-model": {
275
+ type: import("vue").PropType<string>;
276
+ required: false;
277
+ };
278
+ } & {
279
+ modelValue: {
280
+ type: import("vue").PropType<string>;
281
+ required: false;
282
+ };
283
+ }>;
284
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
285
+ "v-model": {
286
+ type: import("vue").PropType<string>;
287
+ required: false;
288
+ };
289
+ } & {
290
+ modelValue: {
291
+ type: import("vue").PropType<string>;
292
+ required: false;
293
+ };
294
+ }, false>;
295
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
296
+ "v-model": {
297
+ type: import("vue").PropType<string>;
298
+ required: false;
299
+ };
300
+ } & {
301
+ modelValue: {
302
+ type: import("vue").PropType<string>;
303
+ required: false;
304
+ };
305
+ }>;
306
+ };
307
+ }>> & {
308
+ onError?: (err: string) => any;
309
+ onKeydown?: (event: any) => any;
310
+ onKeyup?: (event: any) => any;
311
+ onChange?: (value: string, event: any) => any;
312
+ onFocus?: () => any;
313
+ onBlur?: () => any;
314
+ onScroll?: (event: any) => any;
315
+ "onUpdate:modelValue"?: (value: string) => any;
316
+ onConfiguration?: (event: any) => any;
317
+ onLayout?: (event: any) => any;
318
+ onPosition?: (event: any) => any;
319
+ onSelection?: (event: any) => any;
320
+ onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
321
+ onContextMenu?: (event: any) => any;
322
+ onBlurText?: () => any;
323
+ onModelDecorations?: (event: any) => any;
324
+ onModelLanguage?: (event: any) => any;
325
+ onModelOptions?: (event: any) => any;
326
+ onAfterDispose?: () => any;
327
+ onFocusText?: () => any;
328
+ onMouseDown?: (event: any) => any;
329
+ onMouseLeave?: (event: any) => any;
330
+ onMouseMove?: (event: any) => any;
331
+ onMouseUp?: (event: any) => any;
332
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
333
+ __isFragment?: never;
334
+ __isTeleport?: never;
335
+ __isSuspense?: never;
336
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
337
+ options: {
338
+ type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
339
+ } & {
340
+ type: import("vue").PropType<editor.IStandaloneEditorConstructionOptions>;
25
341
  };
26
- model: {
27
- event: string;
342
+ language: {
343
+ type: import("vue").PropType<string>;
344
+ } & {
345
+ type: import("vue").PropType<string>;
28
346
  };
29
- watch: {
30
- options: {
31
- deep: boolean;
32
- handler: (options: any) => void;
33
- };
34
- value: (newValue: any) => void;
347
+ theme: {
348
+ type: import("vue").PropType<string>;
349
+ required: false;
350
+ };
351
+ "v-model": {
352
+ type: import("vue").PropType<string>;
353
+ required: false;
35
354
  };
36
- mounted: () => void;
37
- beforeDestroy: () => void;
38
- methods: {
39
- initMonaco: () => void;
40
- getMonaco: () => any;
41
- focus: () => void;
42
- showAutoComplete: (obj: any) => void;
355
+ modelValue: {
356
+ type: import("vue").PropType<string>;
357
+ required: false;
358
+ };
359
+ name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
360
+ type: import("vue").PropType<string>;
361
+ required: false;
362
+ }; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
363
+ type: import("vue").PropType<string>;
364
+ required: false;
365
+ }; } & {
366
+ require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
367
+ "v-model": {
368
+ type: import("vue").PropType<string>;
369
+ required: false;
370
+ };
371
+ } & {
372
+ modelValue: {
373
+ type: import("vue").PropType<string>;
374
+ required: false;
375
+ };
376
+ }>;
377
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
378
+ "v-model": {
379
+ type: import("vue").PropType<string>;
380
+ required: false;
381
+ };
382
+ } & {
383
+ modelValue: {
384
+ type: import("vue").PropType<string>;
385
+ required: false;
386
+ };
387
+ }, false>;
388
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
389
+ "v-model": {
390
+ type: import("vue").PropType<string>;
391
+ required: false;
392
+ };
393
+ } & {
394
+ modelValue: {
395
+ type: import("vue").PropType<string>;
396
+ required: false;
397
+ };
398
+ }>;
399
+ };
400
+ }>> & {
401
+ onError?: (err: string) => any;
402
+ onKeydown?: (event: any) => any;
403
+ onKeyup?: (event: any) => any;
404
+ onChange?: (value: string, event: any) => any;
405
+ onFocus?: () => any;
406
+ onBlur?: () => any;
407
+ onScroll?: (event: any) => any;
408
+ "onUpdate:modelValue"?: (value: string) => any;
409
+ onConfiguration?: (event: any) => any;
410
+ onLayout?: (event: any) => any;
411
+ onPosition?: (event: any) => any;
412
+ onSelection?: (event: any) => any;
413
+ onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
414
+ onContextMenu?: (event: any) => any;
415
+ onBlurText?: () => any;
416
+ onModelDecorations?: (event: any) => any;
417
+ onModelLanguage?: (event: any) => any;
418
+ onModelOptions?: (event: any) => any;
419
+ onAfterDispose?: () => any;
420
+ onFocusText?: () => any;
421
+ onMouseDown?: (event: any) => any;
422
+ onMouseLeave?: (event: any) => any;
423
+ onMouseMove?: (event: any) => any;
424
+ onMouseUp?: (event: any) => any;
425
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
426
+ "update:modelValue": (value: string) => true;
427
+ error: (err: string) => true;
428
+ editorDidMount: (editor: editor.IStandaloneCodeEditor) => true;
429
+ change: (value: string, event: any) => boolean;
430
+ contextMenu: (event: any) => boolean;
431
+ blur: () => true;
432
+ blurText: () => true;
433
+ configuration: (event: any) => boolean;
434
+ position: (event: any) => boolean;
435
+ selection: (event: any) => boolean;
436
+ modelDecorations: (event: any) => boolean;
437
+ modelLanguage: (event: any) => boolean;
438
+ modelOptions: (event: any) => boolean;
439
+ afterDispose: () => true;
440
+ focus: () => true;
441
+ focusText: () => true;
442
+ layout: (event: any) => boolean;
443
+ scroll: (event: any) => boolean;
444
+ keydown: (event: any) => boolean;
445
+ keyup: (event: any) => boolean;
446
+ mouseDown: (event: any) => boolean;
447
+ mouseLeave: (event: any) => boolean;
448
+ mouseMove: (event: any) => boolean;
449
+ mouseUp: (event: any) => boolean;
450
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
451
+ propsDefinition: Readonly<{} & {
452
+ name?: {
453
+ [x: `v-model:${string}`]: {
454
+ type: import("vue").PropType<string>;
455
+ required: false;
456
+ };
457
+ } & {
458
+ [x: string]: {
459
+ type: import("vue").PropType<string>;
460
+ required: false;
461
+ };
462
+ } & {
463
+ require(): import("../DefineVueTypings").DefinePropModelRequire<string, string, {
464
+ "v-model": {
465
+ type: import("vue").PropType<string>;
466
+ required: false;
467
+ };
468
+ } & {
469
+ modelValue: {
470
+ type: import("vue").PropType<string>;
471
+ required: false;
472
+ };
473
+ }>;
474
+ defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
475
+ "v-model": {
476
+ type: import("vue").PropType<string>;
477
+ required: false;
478
+ };
479
+ } & {
480
+ modelValue: {
481
+ type: import("vue").PropType<string>;
482
+ required: false;
483
+ };
484
+ }, false>;
485
+ doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, string, {
486
+ "v-model": {
487
+ type: import("vue").PropType<string>;
488
+ required: false;
489
+ };
490
+ } & {
491
+ modelValue: {
492
+ type: import("vue").PropType<string>;
493
+ required: false;
494
+ };
495
+ }>;
496
+ };
497
+ options?: unknown;
498
+ language?: string;
499
+ "v-model"?: string;
500
+ modelValue?: string;
501
+ theme?: string;
502
+ }> & {
503
+ onError?: (err: string) => any;
504
+ onKeydown?: (event: any) => any;
505
+ onKeyup?: (event: any) => any;
506
+ onChange?: (value: string, event: any) => any;
507
+ onFocus?: () => any;
508
+ onBlur?: () => any;
509
+ onScroll?: (event: any) => any;
510
+ "onUpdate:modelValue"?: (value: string) => any;
511
+ onConfiguration?: (event: any) => any;
512
+ onLayout?: (event: any) => any;
513
+ onPosition?: (event: any) => any;
514
+ onSelection?: (event: any) => any;
515
+ onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
516
+ onContextMenu?: (event: any) => any;
517
+ onBlurText?: () => any;
518
+ onModelDecorations?: (event: any) => any;
519
+ onModelLanguage?: (event: any) => any;
520
+ onModelOptions?: (event: any) => any;
521
+ onAfterDispose?: () => any;
522
+ onFocusText?: () => any;
523
+ onMouseDown?: (event: any) => any;
524
+ onMouseLeave?: (event: any) => any;
525
+ onMouseMove?: (event: any) => any;
526
+ onMouseUp?: (event: any) => any;
43
527
  };
44
- render: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
- [key: string]: any;
46
- }>;
47
528
  };
529
+ export default _default;