@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
@@ -15,99 +15,132 @@ declare const _default: {
15
15
  } & {
16
16
  activator?: () => VNodeChild;
17
17
  }>;
18
- "v-model": import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
19
- modelValue: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
18
+ "onUpdate:modelValue": import("vue").Prop<(value: VelcronAppDefinition<object>) => any, (value: VelcronAppDefinition<object>) => any>;
19
+ "v-model": import("vue").Prop<VelcronAppDefinition<object>, VelcronAppDefinition<object>>;
20
+ modelValue: import("vue").Prop<VelcronAppDefinition<object>, VelcronAppDefinition<object>>;
20
21
  name: import("vue").Prop<{
22
+ [x: `onUpdate:${string}`]: {
23
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
24
+ };
25
+ } & {
21
26
  [x: `v-model:${string}`]: {
22
- type: import("vue").PropType<VelcronAppDefinition>;
27
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
23
28
  required: false;
24
29
  };
25
30
  } & {
26
31
  [x: string]: {
27
- type: import("vue").PropType<VelcronAppDefinition>;
32
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
28
33
  required: false;
29
34
  };
30
35
  } & {
31
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
36
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition<object>, {
37
+ "onUpdate:modelValue": {
38
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
39
+ };
40
+ } & {
32
41
  "v-model": {
33
- type: import("vue").PropType<VelcronAppDefinition>;
42
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
34
43
  required: false;
35
44
  };
36
45
  } & {
37
46
  modelValue: {
38
- type: import("vue").PropType<VelcronAppDefinition>;
47
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
39
48
  required: false;
40
49
  };
41
50
  }>;
42
- defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
51
+ defaultValue(value?: VelcronAppDefinition<object>): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition<object>, {
52
+ "onUpdate:modelValue": {
53
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
54
+ };
55
+ } & {
43
56
  "v-model": {
44
- type: import("vue").PropType<VelcronAppDefinition>;
57
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
45
58
  required: false;
46
59
  };
47
60
  } & {
48
61
  modelValue: {
49
- type: import("vue").PropType<VelcronAppDefinition>;
62
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
50
63
  required: false;
51
64
  };
52
65
  }, false>;
53
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
66
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition<object>, {
67
+ "onUpdate:modelValue": {
68
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
69
+ };
70
+ } & {
54
71
  "v-model": {
55
- type: import("vue").PropType<VelcronAppDefinition>;
72
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
56
73
  required: false;
57
74
  };
58
75
  } & {
59
76
  modelValue: {
60
- type: import("vue").PropType<VelcronAppDefinition>;
77
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
61
78
  required: false;
62
79
  };
63
80
  }>;
64
81
  }, {
82
+ [x: `onUpdate:${string}`]: {
83
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
84
+ };
85
+ } & {
65
86
  [x: `v-model:${string}`]: {
66
- type: import("vue").PropType<VelcronAppDefinition>;
87
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
67
88
  required: false;
68
89
  };
69
90
  } & {
70
91
  [x: string]: {
71
- type: import("vue").PropType<VelcronAppDefinition>;
92
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
72
93
  required: false;
73
94
  };
74
95
  } & {
75
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
96
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition<object>, {
97
+ "onUpdate:modelValue": {
98
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
99
+ };
100
+ } & {
76
101
  "v-model": {
77
- type: import("vue").PropType<VelcronAppDefinition>;
102
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
78
103
  required: false;
79
104
  };
80
105
  } & {
81
106
  modelValue: {
82
- type: import("vue").PropType<VelcronAppDefinition>;
107
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
83
108
  required: false;
84
109
  };
85
110
  }>;
86
- defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
111
+ defaultValue(value?: VelcronAppDefinition<object>): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition<object>, {
112
+ "onUpdate:modelValue": {
113
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
114
+ };
115
+ } & {
87
116
  "v-model": {
88
- type: import("vue").PropType<VelcronAppDefinition>;
117
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
89
118
  required: false;
90
119
  };
91
120
  } & {
92
121
  modelValue: {
93
- type: import("vue").PropType<VelcronAppDefinition>;
122
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
94
123
  required: false;
95
124
  };
96
125
  }, false>;
97
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
126
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition<object>, {
127
+ "onUpdate:modelValue": {
128
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
129
+ };
130
+ } & {
98
131
  "v-model": {
99
- type: import("vue").PropType<VelcronAppDefinition>;
132
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
100
133
  required: false;
101
134
  };
102
135
  } & {
103
136
  modelValue: {
104
- type: import("vue").PropType<VelcronAppDefinition>;
137
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
105
138
  required: false;
106
139
  };
107
140
  }>;
108
141
  }>;
109
142
  }>> & {
110
- "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
143
+ "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition<object>) => any;
111
144
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
112
145
  $attrs: {
113
146
  [x: string]: unknown;
@@ -120,7 +153,7 @@ declare const _default: {
120
153
  }>;
121
154
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
122
155
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
123
- $emit: (event: "update:modelValue", appDefinition: VelcronAppDefinition) => void;
156
+ $emit: (event: "update:modelValue", appDefinition: VelcronAppDefinition<object>) => void;
124
157
  $el: any;
125
158
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
126
159
  "v-slots": import("vue").Prop<{
@@ -132,99 +165,132 @@ declare const _default: {
132
165
  } & {
133
166
  activator?: () => VNodeChild;
134
167
  }>;
135
- "v-model": import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
136
- modelValue: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
168
+ "onUpdate:modelValue": import("vue").Prop<(value: VelcronAppDefinition<object>) => any, (value: VelcronAppDefinition<object>) => any>;
169
+ "v-model": import("vue").Prop<VelcronAppDefinition<object>, VelcronAppDefinition<object>>;
170
+ modelValue: import("vue").Prop<VelcronAppDefinition<object>, VelcronAppDefinition<object>>;
137
171
  name: import("vue").Prop<{
172
+ [x: `onUpdate:${string}`]: {
173
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
174
+ };
175
+ } & {
138
176
  [x: `v-model:${string}`]: {
139
- type: import("vue").PropType<VelcronAppDefinition>;
177
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
140
178
  required: false;
141
179
  };
142
180
  } & {
143
181
  [x: string]: {
144
- type: import("vue").PropType<VelcronAppDefinition>;
182
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
145
183
  required: false;
146
184
  };
147
185
  } & {
148
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
186
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition<object>, {
187
+ "onUpdate:modelValue": {
188
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
189
+ };
190
+ } & {
149
191
  "v-model": {
150
- type: import("vue").PropType<VelcronAppDefinition>;
192
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
151
193
  required: false;
152
194
  };
153
195
  } & {
154
196
  modelValue: {
155
- type: import("vue").PropType<VelcronAppDefinition>;
197
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
156
198
  required: false;
157
199
  };
158
200
  }>;
159
- defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
201
+ defaultValue(value?: VelcronAppDefinition<object>): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition<object>, {
202
+ "onUpdate:modelValue": {
203
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
204
+ };
205
+ } & {
160
206
  "v-model": {
161
- type: import("vue").PropType<VelcronAppDefinition>;
207
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
162
208
  required: false;
163
209
  };
164
210
  } & {
165
211
  modelValue: {
166
- type: import("vue").PropType<VelcronAppDefinition>;
212
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
167
213
  required: false;
168
214
  };
169
215
  }, false>;
170
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
216
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition<object>, {
217
+ "onUpdate:modelValue": {
218
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
219
+ };
220
+ } & {
171
221
  "v-model": {
172
- type: import("vue").PropType<VelcronAppDefinition>;
222
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
173
223
  required: false;
174
224
  };
175
225
  } & {
176
226
  modelValue: {
177
- type: import("vue").PropType<VelcronAppDefinition>;
227
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
178
228
  required: false;
179
229
  };
180
230
  }>;
181
231
  }, {
232
+ [x: `onUpdate:${string}`]: {
233
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
234
+ };
235
+ } & {
182
236
  [x: `v-model:${string}`]: {
183
- type: import("vue").PropType<VelcronAppDefinition>;
237
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
184
238
  required: false;
185
239
  };
186
240
  } & {
187
241
  [x: string]: {
188
- type: import("vue").PropType<VelcronAppDefinition>;
242
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
189
243
  required: false;
190
244
  };
191
245
  } & {
192
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
246
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition<object>, {
247
+ "onUpdate:modelValue": {
248
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
249
+ };
250
+ } & {
193
251
  "v-model": {
194
- type: import("vue").PropType<VelcronAppDefinition>;
252
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
195
253
  required: false;
196
254
  };
197
255
  } & {
198
256
  modelValue: {
199
- type: import("vue").PropType<VelcronAppDefinition>;
257
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
200
258
  required: false;
201
259
  };
202
260
  }>;
203
- defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
261
+ defaultValue(value?: VelcronAppDefinition<object>): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition<object>, {
262
+ "onUpdate:modelValue": {
263
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
264
+ };
265
+ } & {
204
266
  "v-model": {
205
- type: import("vue").PropType<VelcronAppDefinition>;
267
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
206
268
  required: false;
207
269
  };
208
270
  } & {
209
271
  modelValue: {
210
- type: import("vue").PropType<VelcronAppDefinition>;
272
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
211
273
  required: false;
212
274
  };
213
275
  }, false>;
214
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
276
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition<object>, {
277
+ "onUpdate:modelValue": {
278
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
279
+ };
280
+ } & {
215
281
  "v-model": {
216
- type: import("vue").PropType<VelcronAppDefinition>;
282
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
217
283
  required: false;
218
284
  };
219
285
  } & {
220
286
  modelValue: {
221
- type: import("vue").PropType<VelcronAppDefinition>;
287
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
222
288
  required: false;
223
289
  };
224
290
  }>;
225
291
  }>;
226
292
  }>> & {
227
- "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
293
+ "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition<object>) => any;
228
294
  }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
229
295
  "update:modelValue": (appDefinition: VelcronAppDefinition) => boolean;
230
296
  }, string, {}, {}, string> & {
@@ -257,99 +323,132 @@ declare const _default: {
257
323
  } & {
258
324
  activator?: () => VNodeChild;
259
325
  }>;
260
- "v-model": import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
261
- modelValue: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
326
+ "onUpdate:modelValue": import("vue").Prop<(value: VelcronAppDefinition<object>) => any, (value: VelcronAppDefinition<object>) => any>;
327
+ "v-model": import("vue").Prop<VelcronAppDefinition<object>, VelcronAppDefinition<object>>;
328
+ modelValue: import("vue").Prop<VelcronAppDefinition<object>, VelcronAppDefinition<object>>;
262
329
  name: import("vue").Prop<{
330
+ [x: `onUpdate:${string}`]: {
331
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
332
+ };
333
+ } & {
263
334
  [x: `v-model:${string}`]: {
264
- type: import("vue").PropType<VelcronAppDefinition>;
335
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
265
336
  required: false;
266
337
  };
267
338
  } & {
268
339
  [x: string]: {
269
- type: import("vue").PropType<VelcronAppDefinition>;
340
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
270
341
  required: false;
271
342
  };
272
343
  } & {
273
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
344
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition<object>, {
345
+ "onUpdate:modelValue": {
346
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
347
+ };
348
+ } & {
274
349
  "v-model": {
275
- type: import("vue").PropType<VelcronAppDefinition>;
350
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
276
351
  required: false;
277
352
  };
278
353
  } & {
279
354
  modelValue: {
280
- type: import("vue").PropType<VelcronAppDefinition>;
355
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
281
356
  required: false;
282
357
  };
283
358
  }>;
284
- defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
359
+ defaultValue(value?: VelcronAppDefinition<object>): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition<object>, {
360
+ "onUpdate:modelValue": {
361
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
362
+ };
363
+ } & {
285
364
  "v-model": {
286
- type: import("vue").PropType<VelcronAppDefinition>;
365
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
287
366
  required: false;
288
367
  };
289
368
  } & {
290
369
  modelValue: {
291
- type: import("vue").PropType<VelcronAppDefinition>;
370
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
292
371
  required: false;
293
372
  };
294
373
  }, false>;
295
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
374
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition<object>, {
375
+ "onUpdate:modelValue": {
376
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
377
+ };
378
+ } & {
296
379
  "v-model": {
297
- type: import("vue").PropType<VelcronAppDefinition>;
380
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
298
381
  required: false;
299
382
  };
300
383
  } & {
301
384
  modelValue: {
302
- type: import("vue").PropType<VelcronAppDefinition>;
385
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
303
386
  required: false;
304
387
  };
305
388
  }>;
306
389
  }, {
390
+ [x: `onUpdate:${string}`]: {
391
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
392
+ };
393
+ } & {
307
394
  [x: `v-model:${string}`]: {
308
- type: import("vue").PropType<VelcronAppDefinition>;
395
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
309
396
  required: false;
310
397
  };
311
398
  } & {
312
399
  [x: string]: {
313
- type: import("vue").PropType<VelcronAppDefinition>;
400
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
314
401
  required: false;
315
402
  };
316
403
  } & {
317
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
404
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition<object>, {
405
+ "onUpdate:modelValue": {
406
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
407
+ };
408
+ } & {
318
409
  "v-model": {
319
- type: import("vue").PropType<VelcronAppDefinition>;
410
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
320
411
  required: false;
321
412
  };
322
413
  } & {
323
414
  modelValue: {
324
- type: import("vue").PropType<VelcronAppDefinition>;
415
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
325
416
  required: false;
326
417
  };
327
418
  }>;
328
- defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
419
+ defaultValue(value?: VelcronAppDefinition<object>): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition<object>, {
420
+ "onUpdate:modelValue": {
421
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
422
+ };
423
+ } & {
329
424
  "v-model": {
330
- type: import("vue").PropType<VelcronAppDefinition>;
425
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
331
426
  required: false;
332
427
  };
333
428
  } & {
334
429
  modelValue: {
335
- type: import("vue").PropType<VelcronAppDefinition>;
430
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
336
431
  required: false;
337
432
  };
338
433
  }, false>;
339
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
434
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition<object>, {
435
+ "onUpdate:modelValue": {
436
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
437
+ };
438
+ } & {
340
439
  "v-model": {
341
- type: import("vue").PropType<VelcronAppDefinition>;
440
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
342
441
  required: false;
343
442
  };
344
443
  } & {
345
444
  modelValue: {
346
- type: import("vue").PropType<VelcronAppDefinition>;
445
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
347
446
  required: false;
348
447
  };
349
448
  }>;
350
449
  }>;
351
450
  }>> & {
352
- "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
451
+ "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition<object>) => any;
353
452
  } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
354
453
  __isFragment?: never;
355
454
  __isTeleport?: never;
@@ -364,157 +463,207 @@ declare const _default: {
364
463
  } & {
365
464
  activator?: () => VNodeChild;
366
465
  }>;
367
- "v-model": import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
368
- modelValue: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
466
+ "onUpdate:modelValue": import("vue").Prop<(value: VelcronAppDefinition<object>) => any, (value: VelcronAppDefinition<object>) => any>;
467
+ "v-model": import("vue").Prop<VelcronAppDefinition<object>, VelcronAppDefinition<object>>;
468
+ modelValue: import("vue").Prop<VelcronAppDefinition<object>, VelcronAppDefinition<object>>;
369
469
  name: import("vue").Prop<{
470
+ [x: `onUpdate:${string}`]: {
471
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
472
+ };
473
+ } & {
370
474
  [x: `v-model:${string}`]: {
371
- type: import("vue").PropType<VelcronAppDefinition>;
475
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
372
476
  required: false;
373
477
  };
374
478
  } & {
375
479
  [x: string]: {
376
- type: import("vue").PropType<VelcronAppDefinition>;
480
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
377
481
  required: false;
378
482
  };
379
483
  } & {
380
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
484
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition<object>, {
485
+ "onUpdate:modelValue": {
486
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
487
+ };
488
+ } & {
381
489
  "v-model": {
382
- type: import("vue").PropType<VelcronAppDefinition>;
490
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
383
491
  required: false;
384
492
  };
385
493
  } & {
386
494
  modelValue: {
387
- type: import("vue").PropType<VelcronAppDefinition>;
495
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
388
496
  required: false;
389
497
  };
390
498
  }>;
391
- defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
499
+ defaultValue(value?: VelcronAppDefinition<object>): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition<object>, {
500
+ "onUpdate:modelValue": {
501
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
502
+ };
503
+ } & {
392
504
  "v-model": {
393
- type: import("vue").PropType<VelcronAppDefinition>;
505
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
394
506
  required: false;
395
507
  };
396
508
  } & {
397
509
  modelValue: {
398
- type: import("vue").PropType<VelcronAppDefinition>;
510
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
399
511
  required: false;
400
512
  };
401
513
  }, false>;
402
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
514
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition<object>, {
515
+ "onUpdate:modelValue": {
516
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
517
+ };
518
+ } & {
403
519
  "v-model": {
404
- type: import("vue").PropType<VelcronAppDefinition>;
520
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
405
521
  required: false;
406
522
  };
407
523
  } & {
408
524
  modelValue: {
409
- type: import("vue").PropType<VelcronAppDefinition>;
525
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
410
526
  required: false;
411
527
  };
412
528
  }>;
413
529
  }, {
530
+ [x: `onUpdate:${string}`]: {
531
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
532
+ };
533
+ } & {
414
534
  [x: `v-model:${string}`]: {
415
- type: import("vue").PropType<VelcronAppDefinition>;
535
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
416
536
  required: false;
417
537
  };
418
538
  } & {
419
539
  [x: string]: {
420
- type: import("vue").PropType<VelcronAppDefinition>;
540
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
421
541
  required: false;
422
542
  };
423
543
  } & {
424
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
544
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition<object>, {
545
+ "onUpdate:modelValue": {
546
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
547
+ };
548
+ } & {
425
549
  "v-model": {
426
- type: import("vue").PropType<VelcronAppDefinition>;
550
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
427
551
  required: false;
428
552
  };
429
553
  } & {
430
554
  modelValue: {
431
- type: import("vue").PropType<VelcronAppDefinition>;
555
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
432
556
  required: false;
433
557
  };
434
558
  }>;
435
- defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
559
+ defaultValue(value?: VelcronAppDefinition<object>): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition<object>, {
560
+ "onUpdate:modelValue": {
561
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
562
+ };
563
+ } & {
436
564
  "v-model": {
437
- type: import("vue").PropType<VelcronAppDefinition>;
565
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
438
566
  required: false;
439
567
  };
440
568
  } & {
441
569
  modelValue: {
442
- type: import("vue").PropType<VelcronAppDefinition>;
570
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
443
571
  required: false;
444
572
  };
445
573
  }, false>;
446
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
574
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition<object>, {
575
+ "onUpdate:modelValue": {
576
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
577
+ };
578
+ } & {
447
579
  "v-model": {
448
- type: import("vue").PropType<VelcronAppDefinition>;
580
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
449
581
  required: false;
450
582
  };
451
583
  } & {
452
584
  modelValue: {
453
- type: import("vue").PropType<VelcronAppDefinition>;
585
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
454
586
  required: false;
455
587
  };
456
588
  }>;
457
589
  }>;
458
590
  }>> & {
459
- "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
591
+ "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition<object>) => any;
460
592
  }, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
461
593
  "update:modelValue": (appDefinition: VelcronAppDefinition) => boolean;
462
594
  }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
463
- propsDefinition: Readonly<{} & {
595
+ propsDefinition: Omit<Readonly<{} & {
464
596
  name?: {
597
+ [x: `onUpdate:${string}`]: {
598
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
599
+ };
600
+ } & {
465
601
  [x: `v-model:${string}`]: {
466
- type: import("vue").PropType<VelcronAppDefinition>;
602
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
467
603
  required: false;
468
604
  };
469
605
  } & {
470
606
  [x: string]: {
471
- type: import("vue").PropType<VelcronAppDefinition>;
607
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
472
608
  required: false;
473
609
  };
474
610
  } & {
475
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
611
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition<object>, {
612
+ "onUpdate:modelValue": {
613
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
614
+ };
615
+ } & {
476
616
  "v-model": {
477
- type: import("vue").PropType<VelcronAppDefinition>;
617
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
478
618
  required: false;
479
619
  };
480
620
  } & {
481
621
  modelValue: {
482
- type: import("vue").PropType<VelcronAppDefinition>;
622
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
483
623
  required: false;
484
624
  };
485
625
  }>;
486
- defaultValue(value?: VelcronAppDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
626
+ defaultValue(value?: VelcronAppDefinition<object>): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition<object>, {
627
+ "onUpdate:modelValue": {
628
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
629
+ };
630
+ } & {
487
631
  "v-model": {
488
- type: import("vue").PropType<VelcronAppDefinition>;
632
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
489
633
  required: false;
490
634
  };
491
635
  } & {
492
636
  modelValue: {
493
- type: import("vue").PropType<VelcronAppDefinition>;
637
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
494
638
  required: false;
495
639
  };
496
640
  }, false>;
497
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
641
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition<object>, {
642
+ "onUpdate:modelValue": {
643
+ type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
644
+ };
645
+ } & {
498
646
  "v-model": {
499
- type: import("vue").PropType<VelcronAppDefinition>;
647
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
500
648
  required: false;
501
649
  };
502
650
  } & {
503
651
  modelValue: {
504
- type: import("vue").PropType<VelcronAppDefinition>;
652
+ type: import("vue").PropType<VelcronAppDefinition<object>>;
505
653
  required: false;
506
654
  };
507
655
  }>;
508
656
  };
509
- "v-model"?: VelcronAppDefinition;
510
- modelValue?: VelcronAppDefinition;
657
+ "onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
658
+ "v-model"?: VelcronAppDefinition<object>;
659
+ modelValue?: VelcronAppDefinition<object>;
511
660
  "v-slots"?: {
512
661
  default?: import("@omnia/fx-models").Func<[VNodeChild]>;
513
662
  } & {
514
663
  activator?: () => VNodeChild;
515
664
  };
516
- }> & {
517
- "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition) => any;
665
+ }>, "onUpdate:modelValue"> & {
666
+ "onUpdate:modelValue"?: (appDefinition: VelcronAppDefinition<object>) => any;
518
667
  };
519
668
  };
520
669
  export default _default;