@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
@@ -5,6 +5,7 @@ declare const _default: {
5
5
  $props: Partial<{
6
6
  container?: any;
7
7
  colorSchemaType?: any;
8
+ colors?: any;
8
9
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9
10
  class: {
10
11
  type: import("vue").PropType<String | String[]>;
@@ -12,7 +13,8 @@ declare const _default: {
12
13
  };
13
14
  colorSchemaType?: any;
14
15
  container?: any;
15
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
16
+ colors?: any;
17
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
16
18
  $attrs: {
17
19
  [x: string]: unknown;
18
20
  };
@@ -33,9 +35,11 @@ declare const _default: {
33
35
  };
34
36
  colorSchemaType?: any;
35
37
  container?: any;
38
+ colors?: any;
36
39
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
37
40
  container?: any;
38
41
  colorSchemaType?: any;
42
+ colors?: any;
39
43
  }, {}, string> & {
40
44
  beforeCreate?: (() => void) | (() => void)[];
41
45
  created?: (() => void) | (() => void)[];
@@ -63,6 +67,7 @@ declare const _default: {
63
67
  };
64
68
  colorSchemaType?: any;
65
69
  container?: any;
70
+ colors?: any;
66
71
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
67
72
  __isFragment?: never;
68
73
  __isTeleport?: never;
@@ -74,13 +79,16 @@ declare const _default: {
74
79
  };
75
80
  colorSchemaType?: any;
76
81
  container?: any;
82
+ colors?: any;
77
83
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
78
84
  container?: any;
79
85
  colorSchemaType?: any;
86
+ colors?: any;
80
87
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
81
88
  propsDefinition: Readonly<{
82
89
  container?: any;
83
90
  colorSchemaType?: any;
91
+ colors?: any;
84
92
  } & {
85
93
  class?: String | String[];
86
94
  }>;
@@ -5,6 +5,7 @@ declare const _default: {
5
5
  $props: Partial<{
6
6
  container?: any;
7
7
  colorSchemaType?: any;
8
+ colors?: any;
8
9
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9
10
  class: {
10
11
  type: import("vue").PropType<String | String[]>;
@@ -12,7 +13,8 @@ declare const _default: {
12
13
  };
13
14
  colorSchemaType?: any;
14
15
  container?: any;
15
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
16
+ colors?: any;
17
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
16
18
  $attrs: {
17
19
  [x: string]: unknown;
18
20
  };
@@ -33,9 +35,11 @@ declare const _default: {
33
35
  };
34
36
  colorSchemaType?: any;
35
37
  container?: any;
38
+ colors?: any;
36
39
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
37
40
  container?: any;
38
41
  colorSchemaType?: any;
42
+ colors?: any;
39
43
  }, {}, string> & {
40
44
  beforeCreate?: (() => void) | (() => void)[];
41
45
  created?: (() => void) | (() => void)[];
@@ -63,6 +67,7 @@ declare const _default: {
63
67
  };
64
68
  colorSchemaType?: any;
65
69
  container?: any;
70
+ colors?: any;
66
71
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
67
72
  __isFragment?: never;
68
73
  __isTeleport?: never;
@@ -74,13 +79,16 @@ declare const _default: {
74
79
  };
75
80
  colorSchemaType?: any;
76
81
  container?: any;
82
+ colors?: any;
77
83
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
78
84
  container?: any;
79
85
  colorSchemaType?: any;
86
+ colors?: any;
80
87
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
81
88
  propsDefinition: Readonly<{
82
89
  container?: any;
83
90
  colorSchemaType?: any;
91
+ colors?: any;
84
92
  } & {
85
93
  class?: String | String[];
86
94
  }>;
@@ -5,6 +5,7 @@ declare const _default: {
5
5
  $props: Partial<{
6
6
  container?: any;
7
7
  colorSchemaType?: any;
8
+ colors?: any;
8
9
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
9
10
  label: {
10
11
  type: import("vue").PropType<string>;
@@ -13,9 +14,52 @@ declare const _default: {
13
14
  };
14
15
  "v-model": {
15
16
  type: import("vue").PropType<boolean>;
17
+ required: false;
16
18
  };
17
19
  modelValue: {
18
20
  type: import("vue").PropType<boolean>;
21
+ required: false;
22
+ };
23
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
24
+ type: import("vue").PropType<boolean>;
25
+ required: false;
26
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
27
+ type: import("vue").PropType<boolean>;
28
+ required: false;
29
+ }; } & {
30
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
31
+ "v-model": {
32
+ type: import("vue").PropType<boolean>;
33
+ required: false;
34
+ };
35
+ } & {
36
+ modelValue: {
37
+ type: import("vue").PropType<boolean>;
38
+ required: false;
39
+ };
40
+ }>;
41
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
42
+ "v-model": {
43
+ type: import("vue").PropType<boolean>;
44
+ required: false;
45
+ };
46
+ } & {
47
+ modelValue: {
48
+ type: import("vue").PropType<boolean>;
49
+ required: false;
50
+ };
51
+ }, false>;
52
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
53
+ "v-model": {
54
+ type: import("vue").PropType<boolean>;
55
+ required: false;
56
+ };
57
+ } & {
58
+ modelValue: {
59
+ type: import("vue").PropType<boolean>;
60
+ required: false;
61
+ };
62
+ }>;
19
63
  };
20
64
  class: {
21
65
  type: import("vue").PropType<String | String[]>;
@@ -23,9 +67,10 @@ declare const _default: {
23
67
  };
24
68
  colorSchemaType?: any;
25
69
  container?: any;
70
+ colors?: any;
26
71
  }>> & {
27
72
  "onUpdate:modelValue"?: (value: any) => any;
28
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
73
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
29
74
  $attrs: {
30
75
  [x: string]: unknown;
31
76
  };
@@ -47,9 +92,52 @@ declare const _default: {
47
92
  };
48
93
  "v-model": {
49
94
  type: import("vue").PropType<boolean>;
95
+ required: false;
50
96
  };
51
97
  modelValue: {
52
98
  type: import("vue").PropType<boolean>;
99
+ required: false;
100
+ };
101
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
102
+ type: import("vue").PropType<boolean>;
103
+ required: false;
104
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
105
+ type: import("vue").PropType<boolean>;
106
+ required: false;
107
+ }; } & {
108
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
109
+ "v-model": {
110
+ type: import("vue").PropType<boolean>;
111
+ required: false;
112
+ };
113
+ } & {
114
+ modelValue: {
115
+ type: import("vue").PropType<boolean>;
116
+ required: false;
117
+ };
118
+ }>;
119
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
120
+ "v-model": {
121
+ type: import("vue").PropType<boolean>;
122
+ required: false;
123
+ };
124
+ } & {
125
+ modelValue: {
126
+ type: import("vue").PropType<boolean>;
127
+ required: false;
128
+ };
129
+ }, false>;
130
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
131
+ "v-model": {
132
+ type: import("vue").PropType<boolean>;
133
+ required: false;
134
+ };
135
+ } & {
136
+ modelValue: {
137
+ type: import("vue").PropType<boolean>;
138
+ required: false;
139
+ };
140
+ }>;
53
141
  };
54
142
  class: {
55
143
  type: import("vue").PropType<String | String[]>;
@@ -57,6 +145,7 @@ declare const _default: {
57
145
  };
58
146
  colorSchemaType?: any;
59
147
  container?: any;
148
+ colors?: any;
60
149
  }>> & {
61
150
  "onUpdate:modelValue"?: (value: any) => any;
62
151
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -64,6 +153,7 @@ declare const _default: {
64
153
  }, string, {
65
154
  container?: any;
66
155
  colorSchemaType?: any;
156
+ colors?: any;
67
157
  }, {}, string> & {
68
158
  beforeCreate?: (() => void) | (() => void)[];
69
159
  created?: (() => void) | (() => void)[];
@@ -92,9 +182,52 @@ declare const _default: {
92
182
  };
93
183
  "v-model": {
94
184
  type: import("vue").PropType<boolean>;
185
+ required: false;
95
186
  };
96
187
  modelValue: {
97
188
  type: import("vue").PropType<boolean>;
189
+ required: false;
190
+ };
191
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
192
+ type: import("vue").PropType<boolean>;
193
+ required: false;
194
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
195
+ type: import("vue").PropType<boolean>;
196
+ required: false;
197
+ }; } & {
198
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
199
+ "v-model": {
200
+ type: import("vue").PropType<boolean>;
201
+ required: false;
202
+ };
203
+ } & {
204
+ modelValue: {
205
+ type: import("vue").PropType<boolean>;
206
+ required: false;
207
+ };
208
+ }>;
209
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
210
+ "v-model": {
211
+ type: import("vue").PropType<boolean>;
212
+ required: false;
213
+ };
214
+ } & {
215
+ modelValue: {
216
+ type: import("vue").PropType<boolean>;
217
+ required: false;
218
+ };
219
+ }, false>;
220
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
221
+ "v-model": {
222
+ type: import("vue").PropType<boolean>;
223
+ required: false;
224
+ };
225
+ } & {
226
+ modelValue: {
227
+ type: import("vue").PropType<boolean>;
228
+ required: false;
229
+ };
230
+ }>;
98
231
  };
99
232
  class: {
100
233
  type: import("vue").PropType<String | String[]>;
@@ -102,6 +235,7 @@ declare const _default: {
102
235
  };
103
236
  colorSchemaType?: any;
104
237
  container?: any;
238
+ colors?: any;
105
239
  }>> & {
106
240
  "onUpdate:modelValue"?: (value: any) => any;
107
241
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -116,9 +250,52 @@ declare const _default: {
116
250
  };
117
251
  "v-model": {
118
252
  type: import("vue").PropType<boolean>;
253
+ required: false;
119
254
  };
120
255
  modelValue: {
121
256
  type: import("vue").PropType<boolean>;
257
+ required: false;
258
+ };
259
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
260
+ type: import("vue").PropType<boolean>;
261
+ required: false;
262
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
263
+ type: import("vue").PropType<boolean>;
264
+ required: false;
265
+ }; } & {
266
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
267
+ "v-model": {
268
+ type: import("vue").PropType<boolean>;
269
+ required: false;
270
+ };
271
+ } & {
272
+ modelValue: {
273
+ type: import("vue").PropType<boolean>;
274
+ required: false;
275
+ };
276
+ }>;
277
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
278
+ "v-model": {
279
+ type: import("vue").PropType<boolean>;
280
+ required: false;
281
+ };
282
+ } & {
283
+ modelValue: {
284
+ type: import("vue").PropType<boolean>;
285
+ required: false;
286
+ };
287
+ }, false>;
288
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
289
+ "v-model": {
290
+ type: import("vue").PropType<boolean>;
291
+ required: false;
292
+ };
293
+ } & {
294
+ modelValue: {
295
+ type: import("vue").PropType<boolean>;
296
+ required: false;
297
+ };
298
+ }>;
122
299
  };
123
300
  class: {
124
301
  type: import("vue").PropType<String | String[]>;
@@ -126,6 +303,7 @@ declare const _default: {
126
303
  };
127
304
  colorSchemaType?: any;
128
305
  container?: any;
306
+ colors?: any;
129
307
  }>> & {
130
308
  "onUpdate:modelValue"?: (value: any) => any;
131
309
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -133,13 +311,60 @@ declare const _default: {
133
311
  }, string, {
134
312
  container?: any;
135
313
  colorSchemaType?: any;
314
+ colors?: any;
136
315
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
137
316
  propsDefinition: Readonly<{
138
317
  container?: any;
139
318
  colorSchemaType?: any;
319
+ colors?: any;
140
320
  } & {
141
321
  label?: string;
142
322
  class?: String | String[];
323
+ name?: {
324
+ [x: `v-model:${string}`]: {
325
+ type: import("vue").PropType<boolean>;
326
+ required: false;
327
+ };
328
+ } & {
329
+ [x: string]: {
330
+ type: import("vue").PropType<boolean>;
331
+ required: false;
332
+ };
333
+ } & {
334
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
335
+ "v-model": {
336
+ type: import("vue").PropType<boolean>;
337
+ required: false;
338
+ };
339
+ } & {
340
+ modelValue: {
341
+ type: import("vue").PropType<boolean>;
342
+ required: false;
343
+ };
344
+ }>;
345
+ defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
346
+ "v-model": {
347
+ type: import("vue").PropType<boolean>;
348
+ required: false;
349
+ };
350
+ } & {
351
+ modelValue: {
352
+ type: import("vue").PropType<boolean>;
353
+ required: false;
354
+ };
355
+ }, false>;
356
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
357
+ "v-model": {
358
+ type: import("vue").PropType<boolean>;
359
+ required: false;
360
+ };
361
+ } & {
362
+ modelValue: {
363
+ type: import("vue").PropType<boolean>;
364
+ required: false;
365
+ };
366
+ }>;
367
+ };
143
368
  "v-model"?: boolean;
144
369
  modelValue?: boolean;
145
370
  }> & {