@omnia/fx 8.0.25-vnext → 8.0.27-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 (423) hide show
  1. package/internal-do-not-import-from-here/console/components/Console.d.ts +1 -1
  2. package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +1 -1
  3. package/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json +1 -0
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +31 -22
  6. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +11 -0
  7. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +1 -1
  8. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +9 -8
  9. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -0
  10. package/internal-do-not-import-from-here/shared/models/theming/index.js +1 -0
  11. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +6 -1
  12. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +25 -6
  13. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +5 -4
  14. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +406 -33
  18. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +2 -2
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +2 -2
  37. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
  39. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +2 -2
  42. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +2 -2
  51. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +2 -2
  55. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +2 -2
  58. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +95 -10
  59. package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/compositiontests/WowComp.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
  64. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +2 -2
  68. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +2 -2
  70. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +2 -2
  71. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +2 -2
  73. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +2 -2
  75. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +2 -2
  76. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
  77. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +2 -2
  78. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +2 -2
  79. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +2 -2
  80. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +2 -2
  82. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +2 -2
  84. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +2 -2
  88. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +2 -2
  89. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +2 -2
  90. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +2 -2
  91. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +2 -2
  93. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +2 -2
  95. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +2 -2
  96. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
  100. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +1 -1
  101. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
  105. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +112 -11
  106. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +2 -2
  107. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +19 -3
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +2 -2
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +2 -2
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +2 -2
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +19 -3
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +19 -3
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +2 -2
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +19 -3
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +2 -2
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +19 -3
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +19 -3
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +1 -1
  119. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +15 -2
  120. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +2 -2
  123. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +19 -3
  124. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +2 -2
  125. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +3 -3
  126. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -3
  127. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +3 -3
  128. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +3 -3
  129. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +3 -3
  130. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +46 -4
  131. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +2 -2
  133. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +3 -3
  136. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +3 -3
  137. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -1
  138. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +3 -3
  139. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +3 -3
  140. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +3 -3
  142. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -3
  143. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +3 -3
  144. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +3 -3
  145. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +2 -2
  146. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
  148. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +2 -2
  150. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +2 -2
  151. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +2 -2
  152. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +19 -3
  153. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +2 -2
  154. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +2 -2
  155. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -2
  156. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
  157. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  158. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -2
  159. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +2 -2
  160. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +2 -2
  161. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
  162. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  163. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/VelcronDefinitionStore.d.ts +17 -0
  164. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +1 -0
  165. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/blockheaders.d.ts +3 -0
  166. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/contentblocks.d.ts +4 -0
  167. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +2 -0
  168. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +2 -2
  169. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css.d.ts +5 -0
  171. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +407 -0
  172. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +69 -0
  173. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +95 -10
  174. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +2 -2
  175. package/internal-do-not-import-from-here/ux/oxide/alignmentpicker/AlignmentPicker.d.ts +415 -0
  176. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +19 -3
  177. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +36 -3
  178. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +1 -1
  179. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +101 -0
  180. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +112 -11
  181. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +19 -3
  182. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -1
  183. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +112 -11
  184. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +19 -3
  185. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +28 -2
  186. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +28 -2
  187. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +205 -512
  188. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +32 -3
  189. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  190. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -3
  191. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +112 -11
  192. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -3
  193. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  194. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +19 -3
  195. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +19 -3
  196. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -3
  197. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +19 -3
  198. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +129 -11
  199. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +112 -11
  200. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
  201. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +20 -4
  202. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +1 -1
  203. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +1 -1
  205. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -1
  208. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +19 -3
  209. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +112 -11
  210. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -1
  211. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +133 -11
  212. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -1
  213. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +112 -11
  214. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +112 -11
  215. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -1
  216. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +70 -47
  217. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +91 -46
  218. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -1
  219. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +112 -11
  220. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +112 -11
  221. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +32 -3
  222. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +19 -3
  223. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +20 -4
  224. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +112 -11
  225. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +112 -11
  226. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +12 -2
  227. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +1 -1
  228. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +32 -212
  229. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +1 -1
  230. package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +1 -1
  231. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +1 -1
  232. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +2 -2
  233. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
  234. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +2 -2
  235. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
  236. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +2 -2
  237. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
  238. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +2 -2
  239. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +2 -2
  240. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -2
  241. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +2 -2
  242. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +2 -2
  243. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +2 -2
  245. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
  246. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +2 -2
  247. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +2 -2
  248. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +2 -2
  249. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +2 -2
  250. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +2 -2
  251. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +2 -2
  252. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +2 -2
  253. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +2 -2
  254. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +2 -2
  255. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +2 -2
  256. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +2 -2
  257. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +2 -2
  258. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +2 -2
  259. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
  260. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +2 -2
  261. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +2 -2
  262. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +2 -2
  263. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
  264. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +2 -2
  265. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +2 -2
  266. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +2 -2
  267. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +2 -2
  268. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +2 -2
  269. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +2 -2
  270. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +2 -2
  271. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
  272. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +2 -2
  273. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
  274. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -1
  275. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -1
  276. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +1 -1
  277. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +1 -1
  278. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +1 -1
  279. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -1
  280. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +19 -3
  281. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +15 -2
  282. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +2 -2
  283. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +1 -1
  284. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +1 -1
  285. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +2 -2
  286. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +2 -2
  287. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +2 -2
  288. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +2 -2
  289. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +1 -1
  290. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +112 -11
  291. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +1 -1
  292. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
  293. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +95 -10
  294. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +26 -0
  295. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -3
  296. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +48 -48
  297. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
  298. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +95 -10
  299. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +112 -11
  300. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +187 -76
  301. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
  302. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +2 -1
  303. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +2 -0
  304. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +3 -3
  305. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
  306. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +112 -11
  307. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +3 -3
  308. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +1 -1
  309. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +1 -1
  310. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/{BluePrintSelector.css.d.ts → BlueprintSelector.css.d.ts} +2 -1
  311. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/{BluePrintSelector.d.ts → BlueprintSelector.d.ts} +1 -1
  312. package/internal-do-not-import-from-here/ux/{velcron/editor/components/ShareApp.d.ts → theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts} +1 -1
  313. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +1 -1
  314. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +1 -1
  315. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +1 -1
  316. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +1 -1
  317. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +5 -1
  318. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +1 -0
  319. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -15
  320. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -2
  321. package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +1 -0
  322. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +47 -0
  323. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -70
  324. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  325. package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +2 -2
  326. package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +2 -2
  327. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +2 -2
  328. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +2 -2
  329. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +2 -2
  330. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +2 -2
  331. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
  332. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +2 -2
  333. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
  334. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +7 -0
  335. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +52 -0
  336. package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.d.ts → content/ContentBlockSettings.d.ts} +2 -4
  337. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +6 -0
  338. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +94 -0
  339. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +5 -0
  340. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +114 -0
  341. package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +5 -0
  342. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +40 -0
  343. package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.d.ts → velcron/VelcronBlock.d.ts} +1 -1
  344. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +6 -0
  345. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +55 -0
  346. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +3 -0
  347. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +109 -0
  348. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +416 -0
  349. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/alignment/AlignmentEditor.d.ts +4 -0
  350. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +1 -0
  351. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/index.d.ts +5 -0
  352. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +6 -0
  353. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +1 -0
  354. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +1 -0
  355. package/internal-do-not-import-from-here/ux/velcron/components/properties/index.d.ts +2 -0
  356. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditor.d.ts +2 -0
  357. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +86 -0
  358. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/index.d.ts +2 -0
  359. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
  360. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +1 -16
  361. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +53 -40
  362. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronEvents.d.ts +3 -0
  363. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
  364. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  365. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +3 -89
  366. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +1 -1
  367. package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +20 -0
  368. package/internal-do-not-import-from-here/ux/velcron/core/rules/index.d.ts +1 -0
  369. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +8 -7
  370. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
  371. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +266 -117
  372. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +1 -1
  373. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -1
  374. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +1 -1
  375. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -1
  376. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +8 -2
  377. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +3 -0
  378. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +1 -1
  379. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +1 -1
  380. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +46 -0
  381. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -1
  382. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -1
  383. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +4 -4
  384. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -1
  385. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -1
  386. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +2 -2
  387. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +18 -13
  388. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +1 -1
  389. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +2 -2
  390. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +2 -2
  391. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +4 -1
  392. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -0
  393. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -1
  394. package/internal-do-not-import-from-here/ux/velcron/{core → editor}/models/VelcronDescriptors.d.ts +20 -3
  395. package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +3 -1
  396. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +6 -6
  397. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +195 -33
  398. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +7 -7
  399. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +2 -2
  400. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +2 -2
  401. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +2 -2
  402. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +2 -2
  403. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +2 -2
  404. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +2 -2
  405. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +2 -2
  406. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +2 -2
  407. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +62 -0
  408. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +2 -2
  409. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +2 -2
  410. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +2 -2
  411. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +2 -2
  412. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +2 -2
  413. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +2 -2
  414. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +2 -2
  415. package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -1
  416. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +2 -2
  417. package/internal-do-not-import-from-here/wctypings.d.ts +18 -2
  418. package/package.json +2 -2
  419. package/task.js +5 -0
  420. package/task.ts +5 -0
  421. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -2
  422. /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.css.d.ts → content/ContentBlockSettings.css.d.ts} +0 -0
  423. /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.css.d.ts → velcron/VelcronBlock.css.d.ts} +0 -0
@@ -5,7 +5,9 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: Partial<{
7
7
  container?: any;
8
+ blueprint?: any;
8
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
9
11
  colors?: any;
10
12
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
13
  scrolling: {
@@ -27,6 +29,9 @@ declare const _default: {
27
29
  type: import("vue").PropType<boolean>;
28
30
  required: false;
29
31
  };
32
+ "onUpdate:modelValue": {
33
+ type: import("vue").PropType<(value: number) => any>;
34
+ };
30
35
  "v-model": {
31
36
  type: import("vue").PropType<number>;
32
37
  required: false;
@@ -42,7 +47,9 @@ declare const _default: {
42
47
  colorSchemaType?: any;
43
48
  container?: any;
44
49
  colors?: any;
45
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
50
+ blueprintType?: any;
51
+ blueprint?: any;
52
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
46
53
  $attrs: {
47
54
  [x: string]: unknown;
48
55
  };
@@ -76,6 +83,9 @@ declare const _default: {
76
83
  type: import("vue").PropType<boolean>;
77
84
  required: false;
78
85
  };
86
+ "onUpdate:modelValue": {
87
+ type: import("vue").PropType<(value: number) => any>;
88
+ };
79
89
  "v-model": {
80
90
  type: import("vue").PropType<number>;
81
91
  required: false;
@@ -91,9 +101,13 @@ declare const _default: {
91
101
  colorSchemaType?: any;
92
102
  container?: any;
93
103
  colors?: any;
104
+ blueprintType?: any;
105
+ blueprint?: any;
94
106
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
95
107
  container?: any;
108
+ blueprint?: any;
96
109
  colorSchemaType?: any;
110
+ blueprintType?: any;
97
111
  colors?: any;
98
112
  }, {}, string> & {
99
113
  beforeCreate?: (() => void) | (() => void)[];
@@ -135,6 +149,9 @@ declare const _default: {
135
149
  type: import("vue").PropType<boolean>;
136
150
  required: false;
137
151
  };
152
+ "onUpdate:modelValue": {
153
+ type: import("vue").PropType<(value: number) => any>;
154
+ };
138
155
  "v-model": {
139
156
  type: import("vue").PropType<number>;
140
157
  required: false;
@@ -150,6 +167,8 @@ declare const _default: {
150
167
  colorSchemaType?: any;
151
168
  container?: any;
152
169
  colors?: any;
170
+ blueprintType?: any;
171
+ blueprint?: any;
153
172
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
154
173
  __isFragment?: never;
155
174
  __isTeleport?: never;
@@ -174,6 +193,9 @@ declare const _default: {
174
193
  type: import("vue").PropType<boolean>;
175
194
  required: false;
176
195
  };
196
+ "onUpdate:modelValue": {
197
+ type: import("vue").PropType<(value: number) => any>;
198
+ };
177
199
  "v-model": {
178
200
  type: import("vue").PropType<number>;
179
201
  required: false;
@@ -189,23 +211,30 @@ declare const _default: {
189
211
  colorSchemaType?: any;
190
212
  container?: any;
191
213
  colors?: any;
214
+ blueprintType?: any;
215
+ blueprint?: any;
192
216
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
193
217
  container?: any;
218
+ blueprint?: any;
194
219
  colorSchemaType?: any;
220
+ blueprintType?: any;
195
221
  colors?: any;
196
222
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
197
- propsDefinition: Readonly<{
223
+ propsDefinition: Omit<Readonly<{
198
224
  container?: any;
225
+ blueprint?: any;
199
226
  colorSchemaType?: any;
227
+ blueprintType?: any;
200
228
  colors?: any;
201
229
  } & {
202
230
  class?: String | String[];
231
+ "onUpdate:modelValue"?: (value: number) => any;
203
232
  "v-model"?: number;
204
233
  modelValue?: number;
205
234
  variant?: string;
206
235
  stacked?: boolean;
207
236
  toned?: boolean;
208
237
  scrolling?: string;
209
- }>;
238
+ }>, never>;
210
239
  };
211
240
  export default _default;
@@ -4,7 +4,9 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: Partial<{
6
6
  container?: any;
7
+ blueprint?: any;
7
8
  colorSchemaType?: any;
9
+ blueprintType?: any;
8
10
  colors?: any;
9
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
12
  toned: {
@@ -19,7 +21,9 @@ declare const _default: {
19
21
  colorSchemaType?: any;
20
22
  container?: any;
21
23
  colors?: any;
22
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
24
+ blueprintType?: any;
25
+ blueprint?: any;
26
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
23
27
  $attrs: {
24
28
  [x: string]: unknown;
25
29
  };
@@ -46,9 +50,13 @@ declare const _default: {
46
50
  colorSchemaType?: any;
47
51
  container?: any;
48
52
  colors?: any;
53
+ blueprintType?: any;
54
+ blueprint?: any;
49
55
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
50
56
  container?: any;
57
+ blueprint?: any;
51
58
  colorSchemaType?: any;
59
+ blueprintType?: any;
52
60
  colors?: any;
53
61
  }, {}, string> & {
54
62
  beforeCreate?: (() => void) | (() => void)[];
@@ -83,6 +91,8 @@ declare const _default: {
83
91
  colorSchemaType?: any;
84
92
  container?: any;
85
93
  colors?: any;
94
+ blueprintType?: any;
95
+ blueprint?: any;
86
96
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
87
97
  __isFragment?: never;
88
98
  __isTeleport?: never;
@@ -100,18 +110,24 @@ declare const _default: {
100
110
  colorSchemaType?: any;
101
111
  container?: any;
102
112
  colors?: any;
113
+ blueprintType?: any;
114
+ blueprint?: any;
103
115
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
104
116
  container?: any;
117
+ blueprint?: any;
105
118
  colorSchemaType?: any;
119
+ blueprintType?: any;
106
120
  colors?: any;
107
121
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
108
- propsDefinition: Readonly<{
122
+ propsDefinition: Omit<Readonly<{
109
123
  container?: any;
124
+ blueprint?: any;
110
125
  colorSchemaType?: any;
126
+ blueprintType?: any;
111
127
  colors?: any;
112
128
  } & {
113
129
  class?: String | String[];
114
130
  toned?: boolean;
115
- }>;
131
+ }>, never>;
116
132
  };
117
133
  export default _default;
@@ -5,7 +5,9 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: Partial<{
7
7
  container?: any;
8
+ blueprint?: any;
8
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
9
11
  colors?: any;
10
12
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
11
13
  "truncate-lines": {
@@ -37,7 +39,9 @@ declare const _default: {
37
39
  colorSchemaType?: any;
38
40
  container?: any;
39
41
  colors?: any;
40
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
42
+ blueprintType?: any;
43
+ blueprint?: any;
44
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
41
45
  $attrs: {
42
46
  [x: string]: unknown;
43
47
  };
@@ -81,9 +85,13 @@ declare const _default: {
81
85
  colorSchemaType?: any;
82
86
  container?: any;
83
87
  colors?: any;
88
+ blueprintType?: any;
89
+ blueprint?: any;
84
90
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
85
91
  container?: any;
92
+ blueprint?: any;
86
93
  colorSchemaType?: any;
94
+ blueprintType?: any;
87
95
  colors?: any;
88
96
  }, {}, string> & {
89
97
  beforeCreate?: (() => void) | (() => void)[];
@@ -135,6 +143,8 @@ declare const _default: {
135
143
  colorSchemaType?: any;
136
144
  container?: any;
137
145
  colors?: any;
146
+ blueprintType?: any;
147
+ blueprint?: any;
138
148
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
139
149
  __isFragment?: never;
140
150
  __isTeleport?: never;
@@ -169,23 +179,29 @@ declare const _default: {
169
179
  colorSchemaType?: any;
170
180
  container?: any;
171
181
  colors?: any;
182
+ blueprintType?: any;
183
+ blueprint?: any;
172
184
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
173
185
  container?: any;
186
+ blueprint?: any;
174
187
  colorSchemaType?: any;
188
+ blueprintType?: any;
175
189
  colors?: any;
176
190
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
177
- propsDefinition: Readonly<{
191
+ propsDefinition: Omit<Readonly<{
178
192
  container?: any;
193
+ blueprint?: any;
179
194
  colorSchemaType?: any;
195
+ blueprintType?: any;
180
196
  colors?: any;
181
197
  } & {
182
- class?: String | String[];
183
198
  typography?: TypographyType | TypographyTypes;
199
+ class?: String | String[];
184
200
  toned?: boolean;
185
201
  colorType?: ColorType | ColorTypes;
186
202
  "color-type"?: ColorType | ColorTypes;
187
203
  truncateLines?: number;
188
204
  "truncate-lines"?: number;
189
- }>;
205
+ }>, never>;
190
206
  };
191
207
  export default _default;
@@ -4,7 +4,9 @@ declare const _default: {
4
4
  $data: {};
5
5
  $props: Partial<{
6
6
  container?: any;
7
+ blueprint?: any;
7
8
  colorSchemaType?: any;
9
+ blueprintType?: any;
8
10
  colors?: any;
9
11
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
12
  clearable: {
@@ -22,6 +24,9 @@ declare const _default: {
22
24
  } & {
23
25
  type: import("vue").PropType<string>;
24
26
  };
27
+ "onUpdate:modelValue": {
28
+ type: import("vue").PropType<(value: string) => any>;
29
+ };
25
30
  "v-model": {
26
31
  type: import("vue").PropType<string>;
27
32
  required: false;
@@ -30,14 +35,20 @@ declare const _default: {
30
35
  type: import("vue").PropType<string>;
31
36
  required: false;
32
37
  };
33
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
38
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
39
+ type: import("vue").PropType<(value: string) => any>;
40
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
34
41
  type: import("vue").PropType<string>;
35
42
  required: false;
36
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
43
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
37
44
  type: import("vue").PropType<string>;
38
45
  required: false;
39
46
  }; } & {
40
47
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
48
+ "onUpdate:modelValue": {
49
+ type: import("vue").PropType<(value: string) => any>;
50
+ };
51
+ } & {
41
52
  "v-model": {
42
53
  type: import("vue").PropType<string>;
43
54
  required: false;
@@ -49,6 +60,10 @@ declare const _default: {
49
60
  };
50
61
  }>;
51
62
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
63
+ "onUpdate:modelValue": {
64
+ type: import("vue").PropType<(value: string) => any>;
65
+ };
66
+ } & {
52
67
  "v-model": {
53
68
  type: import("vue").PropType<string>;
54
69
  required: false;
@@ -60,6 +75,10 @@ declare const _default: {
60
75
  };
61
76
  }, false>;
62
77
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
78
+ "onUpdate:modelValue": {
79
+ type: import("vue").PropType<(value: string) => any>;
80
+ };
81
+ } & {
63
82
  "v-model": {
64
83
  type: import("vue").PropType<string>;
65
84
  required: false;
@@ -78,10 +97,12 @@ declare const _default: {
78
97
  colorSchemaType?: any;
79
98
  container?: any;
80
99
  colors?: any;
100
+ blueprintType?: any;
101
+ blueprint?: any;
81
102
  }>> & {
82
103
  "onUpdate:modelValue"?: (value: string) => any;
83
104
  "onClick:button"?: () => any;
84
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
105
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
85
106
  $attrs: {
86
107
  [x: string]: unknown;
87
108
  };
@@ -111,6 +132,9 @@ declare const _default: {
111
132
  } & {
112
133
  type: import("vue").PropType<string>;
113
134
  };
135
+ "onUpdate:modelValue": {
136
+ type: import("vue").PropType<(value: string) => any>;
137
+ };
114
138
  "v-model": {
115
139
  type: import("vue").PropType<string>;
116
140
  required: false;
@@ -119,14 +143,20 @@ declare const _default: {
119
143
  type: import("vue").PropType<string>;
120
144
  required: false;
121
145
  };
122
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
146
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
147
+ type: import("vue").PropType<(value: string) => any>;
148
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
123
149
  type: import("vue").PropType<string>;
124
150
  required: false;
125
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
151
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
126
152
  type: import("vue").PropType<string>;
127
153
  required: false;
128
154
  }; } & {
129
155
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
156
+ "onUpdate:modelValue": {
157
+ type: import("vue").PropType<(value: string) => any>;
158
+ };
159
+ } & {
130
160
  "v-model": {
131
161
  type: import("vue").PropType<string>;
132
162
  required: false;
@@ -138,6 +168,10 @@ declare const _default: {
138
168
  };
139
169
  }>;
140
170
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
171
+ "onUpdate:modelValue": {
172
+ type: import("vue").PropType<(value: string) => any>;
173
+ };
174
+ } & {
141
175
  "v-model": {
142
176
  type: import("vue").PropType<string>;
143
177
  required: false;
@@ -149,6 +183,10 @@ declare const _default: {
149
183
  };
150
184
  }, false>;
151
185
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
186
+ "onUpdate:modelValue": {
187
+ type: import("vue").PropType<(value: string) => any>;
188
+ };
189
+ } & {
152
190
  "v-model": {
153
191
  type: import("vue").PropType<string>;
154
192
  required: false;
@@ -167,6 +205,8 @@ declare const _default: {
167
205
  colorSchemaType?: any;
168
206
  container?: any;
169
207
  colors?: any;
208
+ blueprintType?: any;
209
+ blueprint?: any;
170
210
  }>> & {
171
211
  "onUpdate:modelValue"?: (value: string) => any;
172
212
  "onClick:button"?: () => any;
@@ -175,7 +215,9 @@ declare const _default: {
175
215
  "click:button": () => true;
176
216
  }, string, {
177
217
  container?: any;
218
+ blueprint?: any;
178
219
  colorSchemaType?: any;
220
+ blueprintType?: any;
179
221
  colors?: any;
180
222
  }, {}, string> & {
181
223
  beforeCreate?: (() => void) | (() => void)[];
@@ -213,6 +255,9 @@ declare const _default: {
213
255
  } & {
214
256
  type: import("vue").PropType<string>;
215
257
  };
258
+ "onUpdate:modelValue": {
259
+ type: import("vue").PropType<(value: string) => any>;
260
+ };
216
261
  "v-model": {
217
262
  type: import("vue").PropType<string>;
218
263
  required: false;
@@ -221,14 +266,20 @@ declare const _default: {
221
266
  type: import("vue").PropType<string>;
222
267
  required: false;
223
268
  };
224
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
269
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
270
+ type: import("vue").PropType<(value: string) => any>;
271
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
225
272
  type: import("vue").PropType<string>;
226
273
  required: false;
227
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
274
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
228
275
  type: import("vue").PropType<string>;
229
276
  required: false;
230
277
  }; } & {
231
278
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
279
+ "onUpdate:modelValue": {
280
+ type: import("vue").PropType<(value: string) => any>;
281
+ };
282
+ } & {
232
283
  "v-model": {
233
284
  type: import("vue").PropType<string>;
234
285
  required: false;
@@ -240,6 +291,10 @@ declare const _default: {
240
291
  };
241
292
  }>;
242
293
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
294
+ "onUpdate:modelValue": {
295
+ type: import("vue").PropType<(value: string) => any>;
296
+ };
297
+ } & {
243
298
  "v-model": {
244
299
  type: import("vue").PropType<string>;
245
300
  required: false;
@@ -251,6 +306,10 @@ declare const _default: {
251
306
  };
252
307
  }, false>;
253
308
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
309
+ "onUpdate:modelValue": {
310
+ type: import("vue").PropType<(value: string) => any>;
311
+ };
312
+ } & {
254
313
  "v-model": {
255
314
  type: import("vue").PropType<string>;
256
315
  required: false;
@@ -269,6 +328,8 @@ declare const _default: {
269
328
  colorSchemaType?: any;
270
329
  container?: any;
271
330
  colors?: any;
331
+ blueprintType?: any;
332
+ blueprint?: any;
272
333
  }>> & {
273
334
  "onUpdate:modelValue"?: (value: string) => any;
274
335
  "onClick:button"?: () => any;
@@ -292,6 +353,9 @@ declare const _default: {
292
353
  } & {
293
354
  type: import("vue").PropType<string>;
294
355
  };
356
+ "onUpdate:modelValue": {
357
+ type: import("vue").PropType<(value: string) => any>;
358
+ };
295
359
  "v-model": {
296
360
  type: import("vue").PropType<string>;
297
361
  required: false;
@@ -300,14 +364,20 @@ declare const _default: {
300
364
  type: import("vue").PropType<string>;
301
365
  required: false;
302
366
  };
303
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
367
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
368
+ type: import("vue").PropType<(value: string) => any>;
369
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
304
370
  type: import("vue").PropType<string>;
305
371
  required: false;
306
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
372
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
307
373
  type: import("vue").PropType<string>;
308
374
  required: false;
309
375
  }; } & {
310
376
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
377
+ "onUpdate:modelValue": {
378
+ type: import("vue").PropType<(value: string) => any>;
379
+ };
380
+ } & {
311
381
  "v-model": {
312
382
  type: import("vue").PropType<string>;
313
383
  required: false;
@@ -319,6 +389,10 @@ declare const _default: {
319
389
  };
320
390
  }>;
321
391
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
392
+ "onUpdate:modelValue": {
393
+ type: import("vue").PropType<(value: string) => any>;
394
+ };
395
+ } & {
322
396
  "v-model": {
323
397
  type: import("vue").PropType<string>;
324
398
  required: false;
@@ -330,6 +404,10 @@ declare const _default: {
330
404
  };
331
405
  }, false>;
332
406
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
407
+ "onUpdate:modelValue": {
408
+ type: import("vue").PropType<(value: string) => any>;
409
+ };
410
+ } & {
333
411
  "v-model": {
334
412
  type: import("vue").PropType<string>;
335
413
  required: false;
@@ -348,6 +426,8 @@ declare const _default: {
348
426
  colorSchemaType?: any;
349
427
  container?: any;
350
428
  colors?: any;
429
+ blueprintType?: any;
430
+ blueprint?: any;
351
431
  }>> & {
352
432
  "onUpdate:modelValue"?: (value: string) => any;
353
433
  "onClick:button"?: () => any;
@@ -356,17 +436,25 @@ declare const _default: {
356
436
  "click:button": () => true;
357
437
  }, string, {
358
438
  container?: any;
439
+ blueprint?: any;
359
440
  colorSchemaType?: any;
441
+ blueprintType?: any;
360
442
  colors?: any;
361
443
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
362
- propsDefinition: Readonly<{
444
+ propsDefinition: Omit<Readonly<{
363
445
  container?: any;
446
+ blueprint?: any;
364
447
  colorSchemaType?: any;
448
+ blueprintType?: any;
365
449
  colors?: any;
366
450
  } & {
367
451
  label?: string;
368
452
  class?: String | String[];
369
453
  name?: {
454
+ [x: `onUpdate:${string}`]: {
455
+ type: import("vue").PropType<(value: string) => any>;
456
+ };
457
+ } & {
370
458
  [x: `v-model:${string}`]: {
371
459
  type: import("vue").PropType<string>;
372
460
  required: false;
@@ -378,6 +466,10 @@ declare const _default: {
378
466
  };
379
467
  } & {
380
468
  require(): import("../../DefineVueTypings").DefinePropModelRequire<string, string, {
469
+ "onUpdate:modelValue": {
470
+ type: import("vue").PropType<(value: string) => any>;
471
+ };
472
+ } & {
381
473
  "v-model": {
382
474
  type: import("vue").PropType<string>;
383
475
  required: false;
@@ -389,6 +481,10 @@ declare const _default: {
389
481
  };
390
482
  }>;
391
483
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
484
+ "onUpdate:modelValue": {
485
+ type: import("vue").PropType<(value: string) => any>;
486
+ };
487
+ } & {
392
488
  "v-model": {
393
489
  type: import("vue").PropType<string>;
394
490
  required: false;
@@ -400,6 +496,10 @@ declare const _default: {
400
496
  };
401
497
  }, false>;
402
498
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, string, {
499
+ "onUpdate:modelValue": {
500
+ type: import("vue").PropType<(value: string) => any>;
501
+ };
502
+ } & {
403
503
  "v-model": {
404
504
  type: import("vue").PropType<string>;
405
505
  required: false;
@@ -412,10 +512,11 @@ declare const _default: {
412
512
  }>;
413
513
  };
414
514
  placeholder?: string;
515
+ "onUpdate:modelValue"?: (value: string) => any;
415
516
  "v-model"?: string;
416
517
  modelValue?: string;
417
518
  clearable?: boolean;
418
- }> & {
519
+ }>, "onUpdate:modelValue" | "onClick:button"> & {
419
520
  "onUpdate:modelValue"?: (value: string) => any;
420
521
  "onClick:button"?: () => any;
421
522
  };