@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
@@ -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
  class: {
@@ -14,7 +16,9 @@ declare const _default: {
14
16
  colorSchemaType?: any;
15
17
  container?: any;
16
18
  colors?: any;
17
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
19
+ blueprintType?: any;
20
+ blueprint?: any;
21
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
18
22
  $attrs: {
19
23
  [x: string]: unknown;
20
24
  };
@@ -36,9 +40,13 @@ declare const _default: {
36
40
  colorSchemaType?: any;
37
41
  container?: any;
38
42
  colors?: any;
43
+ blueprintType?: any;
44
+ blueprint?: any;
39
45
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
40
46
  container?: any;
47
+ blueprint?: any;
41
48
  colorSchemaType?: any;
49
+ blueprintType?: any;
42
50
  colors?: any;
43
51
  }, {}, string> & {
44
52
  beforeCreate?: (() => void) | (() => void)[];
@@ -68,6 +76,8 @@ declare const _default: {
68
76
  colorSchemaType?: any;
69
77
  container?: any;
70
78
  colors?: any;
79
+ blueprintType?: any;
80
+ blueprint?: any;
71
81
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
72
82
  __isFragment?: never;
73
83
  __isTeleport?: never;
@@ -80,17 +90,23 @@ declare const _default: {
80
90
  colorSchemaType?: any;
81
91
  container?: any;
82
92
  colors?: any;
93
+ blueprintType?: any;
94
+ blueprint?: any;
83
95
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
84
96
  container?: any;
97
+ blueprint?: any;
85
98
  colorSchemaType?: any;
99
+ blueprintType?: any;
86
100
  colors?: any;
87
101
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
88
- propsDefinition: Readonly<{
102
+ propsDefinition: Omit<Readonly<{
89
103
  container?: any;
104
+ blueprint?: any;
90
105
  colorSchemaType?: any;
106
+ blueprintType?: any;
91
107
  colors?: any;
92
108
  } & {
93
109
  class?: String | String[];
94
- }>;
110
+ }>, never>;
95
111
  };
96
112
  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
  variant: {
@@ -35,7 +37,9 @@ declare const _default: {
35
37
  colorSchemaType?: any;
36
38
  container?: any;
37
39
  colors?: any;
38
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
40
+ blueprintType?: any;
41
+ blueprint?: any;
42
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
39
43
  $attrs: {
40
44
  [x: string]: unknown;
41
45
  };
@@ -77,9 +81,13 @@ declare const _default: {
77
81
  colorSchemaType?: any;
78
82
  container?: any;
79
83
  colors?: any;
84
+ blueprintType?: any;
85
+ blueprint?: any;
80
86
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
81
87
  container?: any;
88
+ blueprint?: any;
82
89
  colorSchemaType?: any;
90
+ blueprintType?: any;
83
91
  colors?: any;
84
92
  }, {}, string> & {
85
93
  beforeCreate?: (() => void) | (() => void)[];
@@ -129,6 +137,8 @@ declare const _default: {
129
137
  colorSchemaType?: any;
130
138
  container?: any;
131
139
  colors?: any;
140
+ blueprintType?: any;
141
+ blueprint?: any;
132
142
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
133
143
  __isFragment?: never;
134
144
  __isTeleport?: never;
@@ -161,14 +171,20 @@ declare const _default: {
161
171
  colorSchemaType?: any;
162
172
  container?: any;
163
173
  colors?: any;
174
+ blueprintType?: any;
175
+ blueprint?: any;
164
176
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
165
177
  container?: any;
178
+ blueprint?: any;
166
179
  colorSchemaType?: any;
180
+ blueprintType?: any;
167
181
  colors?: any;
168
182
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
169
- propsDefinition: Readonly<{
183
+ propsDefinition: Omit<Readonly<{
170
184
  container?: any;
185
+ blueprint?: any;
171
186
  colorSchemaType?: any;
187
+ blueprintType?: any;
172
188
  colors?: any;
173
189
  } & {
174
190
  nav?: boolean;
@@ -176,6 +192,6 @@ declare const _default: {
176
192
  variant?: "navigation";
177
193
  toned?: boolean;
178
194
  lines?: lineType;
179
- }>;
195
+ }>, never>;
180
196
  };
181
197
  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
  variant: {
@@ -40,9 +42,11 @@ declare const _default: {
40
42
  colorSchemaType?: any;
41
43
  container?: any;
42
44
  colors?: any;
45
+ blueprintType?: any;
46
+ blueprint?: any;
43
47
  }>> & {
44
48
  "onClick:delete"?: () => any;
45
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
49
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
46
50
  $attrs: {
47
51
  [x: string]: unknown;
48
52
  };
@@ -89,13 +93,17 @@ declare const _default: {
89
93
  colorSchemaType?: any;
90
94
  container?: any;
91
95
  colors?: any;
96
+ blueprintType?: any;
97
+ blueprint?: any;
92
98
  }>> & {
93
99
  "onClick:delete"?: () => any;
94
100
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
95
101
  "click:delete": () => boolean;
96
102
  }, string, {
97
103
  container?: any;
104
+ blueprint?: any;
98
105
  colorSchemaType?: any;
106
+ blueprintType?: any;
99
107
  colors?: any;
100
108
  }, {}, string> & {
101
109
  beforeCreate?: (() => void) | (() => void)[];
@@ -150,6 +158,8 @@ declare const _default: {
150
158
  colorSchemaType?: any;
151
159
  container?: any;
152
160
  colors?: any;
161
+ blueprintType?: any;
162
+ blueprint?: any;
153
163
  }>> & {
154
164
  "onClick:delete"?: () => any;
155
165
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
@@ -189,18 +199,24 @@ declare const _default: {
189
199
  colorSchemaType?: any;
190
200
  container?: any;
191
201
  colors?: any;
202
+ blueprintType?: any;
203
+ blueprint?: any;
192
204
  }>> & {
193
205
  "onClick:delete"?: () => any;
194
206
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
195
207
  "click:delete": () => boolean;
196
208
  }, string, {
197
209
  container?: any;
210
+ blueprint?: any;
198
211
  colorSchemaType?: any;
212
+ blueprintType?: any;
199
213
  colors?: any;
200
214
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
201
- propsDefinition: Readonly<{
215
+ propsDefinition: Omit<Readonly<{
202
216
  container?: any;
217
+ blueprint?: any;
203
218
  colorSchemaType?: any;
219
+ blueprintType?: any;
204
220
  colors?: any;
205
221
  } & {
206
222
  title?: string;
@@ -209,7 +225,7 @@ declare const _default: {
209
225
  active?: boolean;
210
226
  disabled?: boolean;
211
227
  variant?: "delete";
212
- }> & {
228
+ }>, "onClick:delete"> & {
213
229
  "onClick:delete"?: () => any;
214
230
  };
215
231
  };
@@ -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
  scrollable: {
@@ -30,11 +32,13 @@ declare const _default: {
30
32
  colorSchemaType?: any;
31
33
  container?: any;
32
34
  colors?: any;
35
+ blueprintType?: any;
36
+ blueprint?: any;
33
37
  class: {
34
38
  type: import("vue").PropType<String | String[]>;
35
39
  required: boolean;
36
40
  };
37
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
41
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
38
42
  $attrs: {
39
43
  [x: string]: unknown;
40
44
  };
@@ -72,13 +76,17 @@ declare const _default: {
72
76
  colorSchemaType?: any;
73
77
  container?: any;
74
78
  colors?: any;
79
+ blueprintType?: any;
80
+ blueprint?: any;
75
81
  class: {
76
82
  type: import("vue").PropType<String | String[]>;
77
83
  required: boolean;
78
84
  };
79
85
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
80
86
  container?: any;
87
+ blueprint?: any;
81
88
  colorSchemaType?: any;
89
+ blueprintType?: any;
82
90
  colors?: any;
83
91
  }, {}, string> & {
84
92
  beforeCreate?: (() => void) | (() => void)[];
@@ -124,6 +132,8 @@ declare const _default: {
124
132
  colorSchemaType?: any;
125
133
  container?: any;
126
134
  colors?: any;
135
+ blueprintType?: any;
136
+ blueprint?: any;
127
137
  class: {
128
138
  type: import("vue").PropType<String | String[]>;
129
139
  required: boolean;
@@ -156,18 +166,24 @@ declare const _default: {
156
166
  colorSchemaType?: any;
157
167
  container?: any;
158
168
  colors?: any;
169
+ blueprintType?: any;
170
+ blueprint?: any;
159
171
  class: {
160
172
  type: import("vue").PropType<String | String[]>;
161
173
  required: boolean;
162
174
  };
163
175
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
164
176
  container?: any;
177
+ blueprint?: any;
165
178
  colorSchemaType?: any;
179
+ blueprintType?: any;
166
180
  colors?: any;
167
181
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
168
- propsDefinition: Readonly<{
182
+ propsDefinition: Omit<Readonly<{
169
183
  container?: any;
184
+ blueprint?: any;
170
185
  colorSchemaType?: any;
186
+ blueprintType?: any;
171
187
  colors?: any;
172
188
  } & {
173
189
  class?: String | String[];
@@ -175,6 +191,6 @@ declare const _default: {
175
191
  filled?: boolean;
176
192
  scrollable?: boolean;
177
193
  toned?: boolean;
178
- }>;
194
+ }>, never>;
179
195
  };
180
196
  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
  "v-slots": import("vue").Prop<{
@@ -13,6 +15,13 @@ declare const _default: {
13
15
  } & {
14
16
  activator?: () => VNodeChild;
15
17
  }>;
18
+ localtion: {
19
+ type: import("vue").PropType<string>;
20
+ required: false;
21
+ };
22
+ "onUpdate:modelValue": {
23
+ type: import("vue").PropType<(value: boolean) => any>;
24
+ };
16
25
  "v-model": {
17
26
  type: import("vue").PropType<boolean>;
18
27
  required: false;
@@ -21,14 +30,20 @@ declare const _default: {
21
30
  type: import("vue").PropType<boolean>;
22
31
  required: false;
23
32
  };
24
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
33
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
34
+ type: import("vue").PropType<(value: boolean) => any>;
35
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
25
36
  type: import("vue").PropType<boolean>;
26
37
  required: false;
27
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
38
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
28
39
  type: import("vue").PropType<boolean>;
29
40
  required: false;
30
41
  }; } & {
31
42
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
43
+ "onUpdate:modelValue": {
44
+ type: import("vue").PropType<(value: boolean) => any>;
45
+ };
46
+ } & {
32
47
  "v-model": {
33
48
  type: import("vue").PropType<boolean>;
34
49
  required: false;
@@ -40,6 +55,10 @@ declare const _default: {
40
55
  };
41
56
  }>;
42
57
  defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
58
+ "onUpdate:modelValue": {
59
+ type: import("vue").PropType<(value: boolean) => any>;
60
+ };
61
+ } & {
43
62
  "v-model": {
44
63
  type: import("vue").PropType<boolean>;
45
64
  required: false;
@@ -51,6 +70,10 @@ declare const _default: {
51
70
  };
52
71
  }, false>;
53
72
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
73
+ "onUpdate:modelValue": {
74
+ type: import("vue").PropType<(value: boolean) => any>;
75
+ };
76
+ } & {
54
77
  "v-model": {
55
78
  type: import("vue").PropType<boolean>;
56
79
  required: false;
@@ -69,7 +92,9 @@ declare const _default: {
69
92
  colorSchemaType?: any;
70
93
  container?: any;
71
94
  colors?: any;
72
- }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
95
+ blueprintType?: any;
96
+ blueprint?: any;
97
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
73
98
  $attrs: {
74
99
  [x: string]: unknown;
75
100
  };
@@ -89,6 +114,13 @@ declare const _default: {
89
114
  } & {
90
115
  activator?: () => VNodeChild;
91
116
  }>;
117
+ localtion: {
118
+ type: import("vue").PropType<string>;
119
+ required: false;
120
+ };
121
+ "onUpdate:modelValue": {
122
+ type: import("vue").PropType<(value: boolean) => any>;
123
+ };
92
124
  "v-model": {
93
125
  type: import("vue").PropType<boolean>;
94
126
  required: false;
@@ -97,14 +129,20 @@ declare const _default: {
97
129
  type: import("vue").PropType<boolean>;
98
130
  required: false;
99
131
  };
100
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
132
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
133
+ type: import("vue").PropType<(value: boolean) => any>;
134
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
101
135
  type: import("vue").PropType<boolean>;
102
136
  required: false;
103
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
137
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
104
138
  type: import("vue").PropType<boolean>;
105
139
  required: false;
106
140
  }; } & {
107
141
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
142
+ "onUpdate:modelValue": {
143
+ type: import("vue").PropType<(value: boolean) => any>;
144
+ };
145
+ } & {
108
146
  "v-model": {
109
147
  type: import("vue").PropType<boolean>;
110
148
  required: false;
@@ -116,6 +154,10 @@ declare const _default: {
116
154
  };
117
155
  }>;
118
156
  defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
157
+ "onUpdate:modelValue": {
158
+ type: import("vue").PropType<(value: boolean) => any>;
159
+ };
160
+ } & {
119
161
  "v-model": {
120
162
  type: import("vue").PropType<boolean>;
121
163
  required: false;
@@ -127,6 +169,10 @@ declare const _default: {
127
169
  };
128
170
  }, false>;
129
171
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
172
+ "onUpdate:modelValue": {
173
+ type: import("vue").PropType<(value: boolean) => any>;
174
+ };
175
+ } & {
130
176
  "v-model": {
131
177
  type: import("vue").PropType<boolean>;
132
178
  required: false;
@@ -145,9 +191,13 @@ declare const _default: {
145
191
  colorSchemaType?: any;
146
192
  container?: any;
147
193
  colors?: any;
194
+ blueprintType?: any;
195
+ blueprint?: any;
148
196
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
149
197
  container?: any;
198
+ blueprint?: any;
150
199
  colorSchemaType?: any;
200
+ blueprintType?: any;
151
201
  colors?: any;
152
202
  }, {}, string> & {
153
203
  beforeCreate?: (() => void) | (() => void)[];
@@ -175,6 +225,13 @@ declare const _default: {
175
225
  } & {
176
226
  activator?: () => VNodeChild;
177
227
  }>;
228
+ localtion: {
229
+ type: import("vue").PropType<string>;
230
+ required: false;
231
+ };
232
+ "onUpdate:modelValue": {
233
+ type: import("vue").PropType<(value: boolean) => any>;
234
+ };
178
235
  "v-model": {
179
236
  type: import("vue").PropType<boolean>;
180
237
  required: false;
@@ -183,14 +240,20 @@ declare const _default: {
183
240
  type: import("vue").PropType<boolean>;
184
241
  required: false;
185
242
  };
186
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
243
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
244
+ type: import("vue").PropType<(value: boolean) => any>;
245
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
187
246
  type: import("vue").PropType<boolean>;
188
247
  required: false;
189
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
248
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
190
249
  type: import("vue").PropType<boolean>;
191
250
  required: false;
192
251
  }; } & {
193
252
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
253
+ "onUpdate:modelValue": {
254
+ type: import("vue").PropType<(value: boolean) => any>;
255
+ };
256
+ } & {
194
257
  "v-model": {
195
258
  type: import("vue").PropType<boolean>;
196
259
  required: false;
@@ -202,6 +265,10 @@ declare const _default: {
202
265
  };
203
266
  }>;
204
267
  defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
268
+ "onUpdate:modelValue": {
269
+ type: import("vue").PropType<(value: boolean) => any>;
270
+ };
271
+ } & {
205
272
  "v-model": {
206
273
  type: import("vue").PropType<boolean>;
207
274
  required: false;
@@ -213,6 +280,10 @@ declare const _default: {
213
280
  };
214
281
  }, false>;
215
282
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
283
+ "onUpdate:modelValue": {
284
+ type: import("vue").PropType<(value: boolean) => any>;
285
+ };
286
+ } & {
216
287
  "v-model": {
217
288
  type: import("vue").PropType<boolean>;
218
289
  required: false;
@@ -231,6 +302,8 @@ declare const _default: {
231
302
  colorSchemaType?: any;
232
303
  container?: any;
233
304
  colors?: any;
305
+ blueprintType?: any;
306
+ blueprint?: any;
234
307
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
235
308
  __isFragment?: never;
236
309
  __isTeleport?: never;
@@ -241,6 +314,13 @@ declare const _default: {
241
314
  } & {
242
315
  activator?: () => VNodeChild;
243
316
  }>;
317
+ localtion: {
318
+ type: import("vue").PropType<string>;
319
+ required: false;
320
+ };
321
+ "onUpdate:modelValue": {
322
+ type: import("vue").PropType<(value: boolean) => any>;
323
+ };
244
324
  "v-model": {
245
325
  type: import("vue").PropType<boolean>;
246
326
  required: false;
@@ -249,14 +329,20 @@ declare const _default: {
249
329
  type: import("vue").PropType<boolean>;
250
330
  required: false;
251
331
  };
252
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
332
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
333
+ type: import("vue").PropType<(value: boolean) => any>;
334
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
253
335
  type: import("vue").PropType<boolean>;
254
336
  required: false;
255
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
337
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
256
338
  type: import("vue").PropType<boolean>;
257
339
  required: false;
258
340
  }; } & {
259
341
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
342
+ "onUpdate:modelValue": {
343
+ type: import("vue").PropType<(value: boolean) => any>;
344
+ };
345
+ } & {
260
346
  "v-model": {
261
347
  type: import("vue").PropType<boolean>;
262
348
  required: false;
@@ -268,6 +354,10 @@ declare const _default: {
268
354
  };
269
355
  }>;
270
356
  defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
357
+ "onUpdate:modelValue": {
358
+ type: import("vue").PropType<(value: boolean) => any>;
359
+ };
360
+ } & {
271
361
  "v-model": {
272
362
  type: import("vue").PropType<boolean>;
273
363
  required: false;
@@ -279,6 +369,10 @@ declare const _default: {
279
369
  };
280
370
  }, false>;
281
371
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
372
+ "onUpdate:modelValue": {
373
+ type: import("vue").PropType<(value: boolean) => any>;
374
+ };
375
+ } & {
282
376
  "v-model": {
283
377
  type: import("vue").PropType<boolean>;
284
378
  required: false;
@@ -297,18 +391,28 @@ declare const _default: {
297
391
  colorSchemaType?: any;
298
392
  container?: any;
299
393
  colors?: any;
394
+ blueprintType?: any;
395
+ blueprint?: any;
300
396
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
301
397
  container?: any;
398
+ blueprint?: any;
302
399
  colorSchemaType?: any;
400
+ blueprintType?: any;
303
401
  colors?: any;
304
402
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
305
- propsDefinition: Readonly<{
403
+ propsDefinition: Omit<Readonly<{
306
404
  container?: any;
405
+ blueprint?: any;
307
406
  colorSchemaType?: any;
407
+ blueprintType?: any;
308
408
  colors?: any;
309
409
  } & {
310
410
  class?: String | String[];
311
411
  name?: {
412
+ [x: `onUpdate:${string}`]: {
413
+ type: import("vue").PropType<(value: boolean) => any>;
414
+ };
415
+ } & {
312
416
  [x: `v-model:${string}`]: {
313
417
  type: import("vue").PropType<boolean>;
314
418
  required: false;
@@ -320,6 +424,10 @@ declare const _default: {
320
424
  };
321
425
  } & {
322
426
  require(): import("../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
427
+ "onUpdate:modelValue": {
428
+ type: import("vue").PropType<(value: boolean) => any>;
429
+ };
430
+ } & {
323
431
  "v-model": {
324
432
  type: import("vue").PropType<boolean>;
325
433
  required: false;
@@ -331,6 +439,10 @@ declare const _default: {
331
439
  };
332
440
  }>;
333
441
  defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
442
+ "onUpdate:modelValue": {
443
+ type: import("vue").PropType<(value: boolean) => any>;
444
+ };
445
+ } & {
334
446
  "v-model": {
335
447
  type: import("vue").PropType<boolean>;
336
448
  required: false;
@@ -342,6 +454,10 @@ declare const _default: {
342
454
  };
343
455
  }, false>;
344
456
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
457
+ "onUpdate:modelValue": {
458
+ type: import("vue").PropType<(value: boolean) => any>;
459
+ };
460
+ } & {
345
461
  "v-model": {
346
462
  type: import("vue").PropType<boolean>;
347
463
  required: false;
@@ -353,6 +469,7 @@ declare const _default: {
353
469
  };
354
470
  }>;
355
471
  };
472
+ "onUpdate:modelValue"?: (value: boolean) => any;
356
473
  "v-model"?: boolean;
357
474
  modelValue?: boolean;
358
475
  "v-slots"?: {
@@ -360,6 +477,7 @@ declare const _default: {
360
477
  } & {
361
478
  activator?: () => VNodeChild;
362
479
  };
363
- }>;
480
+ localtion?: string;
481
+ }>, never>;
364
482
  };
365
483
  export default _default;