@omnia/fx 8.0.25-vnext → 8.0.26-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 (411) 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 +2 -2
  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/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +2 -2
  52. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +2 -2
  54. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +2 -2
  56. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +95 -10
  58. package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/compositiontests/WowComp.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  61. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +2 -2
  65. package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +2 -2
  66. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +2 -2
  67. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +2 -2
  68. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +2 -2
  70. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +1 -1
  71. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +2 -2
  72. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +2 -2
  73. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +2 -2
  74. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +2 -2
  75. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
  76. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +2 -2
  77. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +2 -2
  78. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +2 -2
  79. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +2 -2
  80. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +2 -2
  82. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +2 -2
  84. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +2 -2
  85. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +2 -2
  86. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +2 -2
  87. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +2 -2
  88. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +2 -2
  89. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +2 -2
  90. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +2 -2
  91. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +2 -2
  92. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +2 -2
  93. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +2 -2
  94. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +2 -2
  95. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +2 -2
  96. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
  99. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +2 -2
  101. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +2 -2
  102. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +112 -11
  105. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +2 -2
  106. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +19 -3
  107. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +2 -2
  108. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +2 -2
  109. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +2 -2
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +19 -3
  111. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +19 -3
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +2 -2
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +19 -3
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +2 -2
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +19 -3
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +19 -3
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +1 -1
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +15 -2
  119. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
  121. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +2 -2
  122. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +19 -3
  123. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +2 -2
  124. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +3 -3
  125. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -3
  126. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +3 -3
  127. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +3 -3
  128. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +3 -3
  129. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +46 -4
  130. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +2 -2
  131. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +2 -2
  133. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +3 -3
  134. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +3 -3
  136. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +3 -3
  138. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +3 -3
  139. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +3 -3
  141. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -3
  142. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +3 -3
  143. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +3 -3
  144. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +2 -2
  145. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +2 -2
  146. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +2 -2
  148. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +2 -2
  150. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +2 -2
  151. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +19 -3
  152. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +2 -2
  153. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +2 -2
  154. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -2
  155. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
  156. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  157. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -2
  158. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +2 -2
  159. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +2 -2
  160. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
  161. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  162. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/VelcronDefinitionStore.d.ts +17 -0
  163. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +1 -0
  164. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/blockheaders.d.ts +3 -0
  165. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/contentblocks.d.ts +4 -0
  166. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +2 -0
  167. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +2 -2
  168. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +379 -0
  170. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +68 -0
  171. package/internal-do-not-import-from-here/ux/markdown/Toast.d.ts +4 -0
  172. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +95 -10
  173. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +2 -2
  174. package/internal-do-not-import-from-here/ux/oxide/alignmentpicker/AlignmentPicker.d.ts +415 -0
  175. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +19 -3
  176. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +19 -3
  177. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +1 -1
  178. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +112 -11
  179. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +19 -3
  180. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -1
  181. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +112 -11
  182. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +19 -3
  183. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +28 -2
  184. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +28 -2
  185. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +205 -512
  186. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +32 -3
  187. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  188. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -3
  189. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +112 -11
  190. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -3
  191. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +19 -3
  193. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +19 -3
  194. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -3
  195. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +19 -3
  196. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +112 -11
  197. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +112 -11
  198. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
  199. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +20 -4
  200. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +1 -1
  201. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +1 -1
  202. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +1 -1
  203. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +1 -1
  204. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +1 -1
  205. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -1
  206. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +19 -3
  207. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +112 -11
  208. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -1
  209. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +133 -11
  210. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -1
  211. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +112 -11
  212. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +112 -11
  213. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -1
  214. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +19 -3
  215. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +19 -3
  216. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -1
  217. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +112 -11
  218. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +112 -11
  219. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +32 -3
  220. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +19 -3
  221. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +20 -4
  222. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +112 -11
  223. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +112 -11
  224. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +12 -2
  225. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +1 -1
  226. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +32 -212
  227. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +1 -1
  228. package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +1 -1
  229. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +1 -1
  230. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +2 -2
  231. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
  232. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +2 -2
  233. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
  234. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +2 -2
  235. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
  236. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +2 -2
  237. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +2 -2
  238. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -2
  239. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +2 -2
  240. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +2 -2
  241. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
  242. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +2 -2
  243. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +2 -2
  245. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +2 -2
  246. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +2 -2
  247. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +2 -2
  248. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +2 -2
  249. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +2 -2
  250. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +2 -2
  251. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +2 -2
  252. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +2 -2
  253. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +2 -2
  254. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +2 -2
  255. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +2 -2
  256. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +2 -2
  257. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
  258. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +2 -2
  259. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +2 -2
  260. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +2 -2
  261. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
  262. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +2 -2
  263. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +2 -2
  264. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +2 -2
  265. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +2 -2
  266. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +2 -2
  267. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +2 -2
  268. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +2 -2
  269. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
  270. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +2 -2
  271. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
  272. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -1
  273. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -1
  274. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +1 -1
  275. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +1 -1
  276. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +1 -1
  277. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -1
  278. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +19 -3
  279. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +15 -2
  280. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +2 -2
  281. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +1 -1
  282. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +1 -1
  283. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +2 -2
  284. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +2 -2
  285. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +2 -2
  286. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +2 -2
  287. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +1 -1
  288. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +112 -11
  289. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +1 -1
  290. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
  291. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +95 -10
  292. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +26 -0
  293. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -3
  294. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +48 -48
  295. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
  296. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +95 -10
  297. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +112 -11
  298. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +187 -76
  299. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
  300. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +2 -1
  301. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +2 -0
  302. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +3 -3
  303. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
  304. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +112 -11
  305. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +3 -3
  306. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +1 -1
  307. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +1 -1
  308. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/{BluePrintSelector.css.d.ts → BlueprintSelector.css.d.ts} +2 -1
  309. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/{BluePrintSelector.d.ts → BlueprintSelector.d.ts} +1 -1
  310. 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
  311. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +1 -1
  312. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +1 -1
  313. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +1 -1
  314. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +1 -1
  315. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +5 -1
  316. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +1 -0
  317. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -15
  318. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -2
  319. package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +1 -0
  320. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +47 -0
  321. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +13 -10
  322. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  323. package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +2 -2
  324. package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +2 -2
  325. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +2 -2
  326. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +2 -2
  327. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +2 -2
  328. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +2 -2
  329. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
  330. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +2 -2
  331. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
  332. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +1 -0
  333. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +46 -0
  334. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +48 -0
  335. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +61 -0
  336. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanelStyles.d.ts +4 -0
  337. package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.d.ts → velcron/VelcronBlock.d.ts} +1 -1
  338. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +6 -0
  339. package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.d.ts → velcron/VelcronBlockSettings.d.ts} +2 -2
  340. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +3 -0
  341. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +109 -0
  342. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +416 -0
  343. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/alignment/AlignmentEditor.d.ts +4 -0
  344. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +1 -0
  345. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/index.d.ts +5 -0
  346. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +6 -0
  347. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +1 -0
  348. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +1 -0
  349. package/internal-do-not-import-from-here/ux/velcron/components/properties/index.d.ts +2 -0
  350. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditor.d.ts +2 -0
  351. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +86 -0
  352. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/index.d.ts +2 -0
  353. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +1 -16
  354. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +37 -27
  355. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
  356. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
  357. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +19 -17
  358. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +1 -1
  359. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +8 -7
  360. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
  361. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +151 -2
  362. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +1 -1
  363. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +1 -1
  364. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +1 -1
  365. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +1 -1
  366. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +8 -2
  367. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +3 -0
  368. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +1 -1
  369. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +1 -1
  370. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +46 -0
  371. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +1 -1
  372. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +1 -1
  373. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +4 -4
  374. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +1 -1
  375. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +1 -1
  376. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +2 -2
  377. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +2 -2
  378. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +1 -1
  379. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +2 -2
  380. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +2 -2
  381. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +4 -1
  382. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -0
  383. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -1
  384. package/internal-do-not-import-from-here/ux/velcron/{core → editor}/models/VelcronDescriptors.d.ts +20 -3
  385. package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +3 -1
  386. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
  387. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +153 -31
  388. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +2 -2
  389. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +2 -2
  390. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +2 -2
  391. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +2 -2
  392. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +2 -2
  393. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +2 -2
  394. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +2 -2
  395. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +2 -2
  396. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +2 -2
  397. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +62 -0
  398. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +2 -2
  399. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +2 -2
  400. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +2 -2
  401. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +2 -2
  402. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +2 -2
  403. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +2 -2
  404. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +2 -2
  405. package/internal-do-not-import-from-here/wctypings.d.ts +16 -2
  406. package/package.json +2 -2
  407. package/task.js +5 -0
  408. package/task.ts +5 -0
  409. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -2
  410. /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.css.d.ts → content/ContentBlockSettings.css.d.ts} +0 -0
  411. /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.css.d.ts → velcron/VelcronBlock.css.d.ts} +0 -0
@@ -0,0 +1,416 @@
1
+ import { VelcronAppDefinition } from "../../core";
2
+ import { VelcronDefinitionEditableProperty } from "../../editor/models";
3
+ declare const _default: {
4
+ new (...args: any[]): {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
8
+ properties: {
9
+ type: import("vue").PropType<VelcronDefinitionEditableProperty[]>;
10
+ } & {
11
+ type: import("vue").PropType<VelcronDefinitionEditableProperty[]>;
12
+ };
13
+ "onUpdate:modelValue": {
14
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
15
+ };
16
+ "v-model": {
17
+ type: import("vue").PropType<VelcronAppDefinition>;
18
+ required: false;
19
+ };
20
+ modelValue: {
21
+ type: import("vue").PropType<VelcronAppDefinition>;
22
+ required: false;
23
+ };
24
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
25
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
26
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
27
+ type: import("vue").PropType<VelcronAppDefinition>;
28
+ required: false;
29
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
30
+ type: import("vue").PropType<VelcronAppDefinition>;
31
+ required: false;
32
+ }; } & {
33
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronAppDefinition, {
34
+ "onUpdate:modelValue": {
35
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
36
+ };
37
+ } & {
38
+ "v-model": {
39
+ type: import("vue").PropType<VelcronAppDefinition>;
40
+ required: false;
41
+ };
42
+ } & {
43
+ modelValue: {
44
+ type: import("vue").PropType<VelcronAppDefinition>;
45
+ required: false;
46
+ };
47
+ }>;
48
+ defaultValue(value?: VelcronAppDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronAppDefinition, {
49
+ "onUpdate:modelValue": {
50
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
51
+ };
52
+ } & {
53
+ "v-model": {
54
+ type: import("vue").PropType<VelcronAppDefinition>;
55
+ required: false;
56
+ };
57
+ } & {
58
+ modelValue: {
59
+ type: import("vue").PropType<VelcronAppDefinition>;
60
+ required: false;
61
+ };
62
+ }, false>;
63
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronAppDefinition, {
64
+ "onUpdate:modelValue": {
65
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
66
+ };
67
+ } & {
68
+ "v-model": {
69
+ type: import("vue").PropType<VelcronAppDefinition>;
70
+ required: false;
71
+ };
72
+ } & {
73
+ modelValue: {
74
+ type: import("vue").PropType<VelcronAppDefinition>;
75
+ required: false;
76
+ };
77
+ }>;
78
+ };
79
+ }>> & {
80
+ "onUpdate:modelValue"?: (value: VelcronAppDefinition) => any;
81
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
82
+ $attrs: {
83
+ [x: string]: unknown;
84
+ };
85
+ $refs: {
86
+ [x: string]: unknown;
87
+ };
88
+ $slots: Readonly<{
89
+ [name: string]: import("vue").Slot;
90
+ }>;
91
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
92
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
93
+ $emit: (event: "update:modelValue", value: VelcronAppDefinition) => void;
94
+ $el: any;
95
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
96
+ properties: {
97
+ type: import("vue").PropType<VelcronDefinitionEditableProperty[]>;
98
+ } & {
99
+ type: import("vue").PropType<VelcronDefinitionEditableProperty[]>;
100
+ };
101
+ "onUpdate:modelValue": {
102
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
103
+ };
104
+ "v-model": {
105
+ type: import("vue").PropType<VelcronAppDefinition>;
106
+ required: false;
107
+ };
108
+ modelValue: {
109
+ type: import("vue").PropType<VelcronAppDefinition>;
110
+ required: false;
111
+ };
112
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
113
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
114
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
115
+ type: import("vue").PropType<VelcronAppDefinition>;
116
+ required: false;
117
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
118
+ type: import("vue").PropType<VelcronAppDefinition>;
119
+ required: false;
120
+ }; } & {
121
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronAppDefinition, {
122
+ "onUpdate:modelValue": {
123
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
124
+ };
125
+ } & {
126
+ "v-model": {
127
+ type: import("vue").PropType<VelcronAppDefinition>;
128
+ required: false;
129
+ };
130
+ } & {
131
+ modelValue: {
132
+ type: import("vue").PropType<VelcronAppDefinition>;
133
+ required: false;
134
+ };
135
+ }>;
136
+ defaultValue(value?: VelcronAppDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronAppDefinition, {
137
+ "onUpdate:modelValue": {
138
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
139
+ };
140
+ } & {
141
+ "v-model": {
142
+ type: import("vue").PropType<VelcronAppDefinition>;
143
+ required: false;
144
+ };
145
+ } & {
146
+ modelValue: {
147
+ type: import("vue").PropType<VelcronAppDefinition>;
148
+ required: false;
149
+ };
150
+ }, false>;
151
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronAppDefinition, {
152
+ "onUpdate:modelValue": {
153
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
154
+ };
155
+ } & {
156
+ "v-model": {
157
+ type: import("vue").PropType<VelcronAppDefinition>;
158
+ required: false;
159
+ };
160
+ } & {
161
+ modelValue: {
162
+ type: import("vue").PropType<VelcronAppDefinition>;
163
+ required: false;
164
+ };
165
+ }>;
166
+ };
167
+ }>> & {
168
+ "onUpdate:modelValue"?: (value: VelcronAppDefinition) => any;
169
+ }, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
170
+ "update:modelValue": (value: VelcronAppDefinition) => true;
171
+ }, string, {}, {}, string> & {
172
+ beforeCreate?: (() => void) | (() => void)[];
173
+ created?: (() => void) | (() => void)[];
174
+ beforeMount?: (() => void) | (() => void)[];
175
+ mounted?: (() => void) | (() => void)[];
176
+ beforeUpdate?: (() => void) | (() => void)[];
177
+ updated?: (() => void) | (() => void)[];
178
+ activated?: (() => void) | (() => void)[];
179
+ deactivated?: (() => void) | (() => void)[];
180
+ beforeDestroy?: (() => void) | (() => void)[];
181
+ beforeUnmount?: (() => void) | (() => void)[];
182
+ destroyed?: (() => void) | (() => void)[];
183
+ unmounted?: (() => void) | (() => void)[];
184
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
185
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
186
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
187
+ };
188
+ $forceUpdate: () => void;
189
+ $nextTick: typeof import("vue").nextTick;
190
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
191
+ } & Readonly<import("vue").ExtractPropTypes<{
192
+ properties: {
193
+ type: import("vue").PropType<VelcronDefinitionEditableProperty[]>;
194
+ } & {
195
+ type: import("vue").PropType<VelcronDefinitionEditableProperty[]>;
196
+ };
197
+ "onUpdate:modelValue": {
198
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
199
+ };
200
+ "v-model": {
201
+ type: import("vue").PropType<VelcronAppDefinition>;
202
+ required: false;
203
+ };
204
+ modelValue: {
205
+ type: import("vue").PropType<VelcronAppDefinition>;
206
+ required: false;
207
+ };
208
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
209
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
210
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
211
+ type: import("vue").PropType<VelcronAppDefinition>;
212
+ required: false;
213
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
214
+ type: import("vue").PropType<VelcronAppDefinition>;
215
+ required: false;
216
+ }; } & {
217
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronAppDefinition, {
218
+ "onUpdate:modelValue": {
219
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
220
+ };
221
+ } & {
222
+ "v-model": {
223
+ type: import("vue").PropType<VelcronAppDefinition>;
224
+ required: false;
225
+ };
226
+ } & {
227
+ modelValue: {
228
+ type: import("vue").PropType<VelcronAppDefinition>;
229
+ required: false;
230
+ };
231
+ }>;
232
+ defaultValue(value?: VelcronAppDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronAppDefinition, {
233
+ "onUpdate:modelValue": {
234
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
235
+ };
236
+ } & {
237
+ "v-model": {
238
+ type: import("vue").PropType<VelcronAppDefinition>;
239
+ required: false;
240
+ };
241
+ } & {
242
+ modelValue: {
243
+ type: import("vue").PropType<VelcronAppDefinition>;
244
+ required: false;
245
+ };
246
+ }, false>;
247
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronAppDefinition, {
248
+ "onUpdate:modelValue": {
249
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
250
+ };
251
+ } & {
252
+ "v-model": {
253
+ type: import("vue").PropType<VelcronAppDefinition>;
254
+ required: false;
255
+ };
256
+ } & {
257
+ modelValue: {
258
+ type: import("vue").PropType<VelcronAppDefinition>;
259
+ required: false;
260
+ };
261
+ }>;
262
+ };
263
+ }>> & {
264
+ "onUpdate:modelValue"?: (value: VelcronAppDefinition) => any;
265
+ } & import("vue").ShallowUnwrapRef<() => JSX.Element[]> & {} & import("vue").ComponentCustomProperties & {};
266
+ __isFragment?: never;
267
+ __isTeleport?: never;
268
+ __isSuspense?: never;
269
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
270
+ properties: {
271
+ type: import("vue").PropType<VelcronDefinitionEditableProperty[]>;
272
+ } & {
273
+ type: import("vue").PropType<VelcronDefinitionEditableProperty[]>;
274
+ };
275
+ "onUpdate:modelValue": {
276
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
277
+ };
278
+ "v-model": {
279
+ type: import("vue").PropType<VelcronAppDefinition>;
280
+ required: false;
281
+ };
282
+ modelValue: {
283
+ type: import("vue").PropType<VelcronAppDefinition>;
284
+ required: false;
285
+ };
286
+ name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
287
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
288
+ }; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
289
+ type: import("vue").PropType<VelcronAppDefinition>;
290
+ required: false;
291
+ }; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
292
+ type: import("vue").PropType<VelcronAppDefinition>;
293
+ required: false;
294
+ }; } & {
295
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronAppDefinition, {
296
+ "onUpdate:modelValue": {
297
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
298
+ };
299
+ } & {
300
+ "v-model": {
301
+ type: import("vue").PropType<VelcronAppDefinition>;
302
+ required: false;
303
+ };
304
+ } & {
305
+ modelValue: {
306
+ type: import("vue").PropType<VelcronAppDefinition>;
307
+ required: false;
308
+ };
309
+ }>;
310
+ defaultValue(value?: VelcronAppDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronAppDefinition, {
311
+ "onUpdate:modelValue": {
312
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
313
+ };
314
+ } & {
315
+ "v-model": {
316
+ type: import("vue").PropType<VelcronAppDefinition>;
317
+ required: false;
318
+ };
319
+ } & {
320
+ modelValue: {
321
+ type: import("vue").PropType<VelcronAppDefinition>;
322
+ required: false;
323
+ };
324
+ }, false>;
325
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronAppDefinition, {
326
+ "onUpdate:modelValue": {
327
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
328
+ };
329
+ } & {
330
+ "v-model": {
331
+ type: import("vue").PropType<VelcronAppDefinition>;
332
+ required: false;
333
+ };
334
+ } & {
335
+ modelValue: {
336
+ type: import("vue").PropType<VelcronAppDefinition>;
337
+ required: false;
338
+ };
339
+ }>;
340
+ };
341
+ }>> & {
342
+ "onUpdate:modelValue"?: (value: VelcronAppDefinition) => any;
343
+ }, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
344
+ "update:modelValue": (value: VelcronAppDefinition) => true;
345
+ }, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
346
+ propsDefinition: Omit<Readonly<{} & {
347
+ name?: {
348
+ [x: `onUpdate:${string}`]: {
349
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
350
+ };
351
+ } & {
352
+ [x: `v-model:${string}`]: {
353
+ type: import("vue").PropType<VelcronAppDefinition>;
354
+ required: false;
355
+ };
356
+ } & {
357
+ [x: string]: {
358
+ type: import("vue").PropType<VelcronAppDefinition>;
359
+ required: false;
360
+ };
361
+ } & {
362
+ require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronAppDefinition, {
363
+ "onUpdate:modelValue": {
364
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
365
+ };
366
+ } & {
367
+ "v-model": {
368
+ type: import("vue").PropType<VelcronAppDefinition>;
369
+ required: false;
370
+ };
371
+ } & {
372
+ modelValue: {
373
+ type: import("vue").PropType<VelcronAppDefinition>;
374
+ required: false;
375
+ };
376
+ }>;
377
+ defaultValue(value?: VelcronAppDefinition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronAppDefinition, {
378
+ "onUpdate:modelValue": {
379
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
380
+ };
381
+ } & {
382
+ "v-model": {
383
+ type: import("vue").PropType<VelcronAppDefinition>;
384
+ required: false;
385
+ };
386
+ } & {
387
+ modelValue: {
388
+ type: import("vue").PropType<VelcronAppDefinition>;
389
+ required: false;
390
+ };
391
+ }, false>;
392
+ doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronAppDefinition, {
393
+ "onUpdate:modelValue": {
394
+ type: import("vue").PropType<(value: VelcronAppDefinition) => any>;
395
+ };
396
+ } & {
397
+ "v-model": {
398
+ type: import("vue").PropType<VelcronAppDefinition>;
399
+ required: false;
400
+ };
401
+ } & {
402
+ modelValue: {
403
+ type: import("vue").PropType<VelcronAppDefinition>;
404
+ required: false;
405
+ };
406
+ }>;
407
+ };
408
+ properties?: VelcronDefinitionEditableProperty[];
409
+ "onUpdate:modelValue"?: (value: VelcronAppDefinition) => any;
410
+ "v-model"?: VelcronAppDefinition;
411
+ modelValue?: VelcronAppDefinition;
412
+ }>, "onUpdate:modelValue"> & {
413
+ "onUpdate:modelValue"?: (value: VelcronAppDefinition) => any;
414
+ };
415
+ };
416
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export interface VelcronAlignmentPropertyEditorSettings {
2
+ vertical: boolean;
3
+ }
4
+ export declare const useVelcronAlignmentPropertyEditor: (settings?: VelcronAlignmentPropertyEditorSettings) => import("../../../../editor/models").VelcronPropertyEditor<any>;
@@ -0,0 +1 @@
1
+ export declare const useVelcronColorPropertyEditor: (settings?: undefined) => import("../../../../editor/models").VelcronPropertyEditor<any>;
@@ -0,0 +1,5 @@
1
+ export * from "./alignment/AlignmentEditor";
2
+ export * from "./slider/SliderEditor";
3
+ export * from "./switch/SwitchEditor";
4
+ export * from "./text/TextEditor";
5
+ export * from "./color/ColorEditor";
@@ -0,0 +1,6 @@
1
+ export interface VelcronSliderPropertyEditorSettings {
2
+ step: number;
3
+ min: number;
4
+ max: number;
5
+ }
6
+ export declare const useVelcronSliderPropertyEditor: (settings?: VelcronSliderPropertyEditorSettings) => import("../../../../editor/models").VelcronPropertyEditor<any>;
@@ -0,0 +1 @@
1
+ export declare const useVelcronSwitchPropertyEditor: (settings?: undefined) => import("../../../../editor/models").VelcronPropertyEditor<any>;
@@ -0,0 +1 @@
1
+ export declare const useVelcronTextPropertyEditor: (settings?: undefined) => import("../../../../editor/models").VelcronPropertyEditor<any>;
@@ -0,0 +1,2 @@
1
+ export * from "./editors";
2
+ export * from "./models";
@@ -0,0 +1,2 @@
1
+ import { VelcronPropertyEditor } from "../../../editor/models";
2
+ export declare function defineVelcronPropertyEditor<TSettings = undefined>(name: string, component: unknown): (settings?: TSettings) => VelcronPropertyEditor;
@@ -0,0 +1,86 @@
1
+ export declare function defineVelcronPropertyEditorProps<TModel, TSettings = undefined>(): {
2
+ props: {
3
+ label: {
4
+ type: import("vue").PropType<string>;
5
+ } & {
6
+ type: import("vue").PropType<string>;
7
+ };
8
+ require(): import("../../../../DefineVueTypings").DefinePropRequire<"label", string, {}>;
9
+ defaultValue(value?: string): import("../../../../DefineVueTypings").DefinePropDefaultValue<"label", string, {}, false>;
10
+ doc$(description?: string): import("../../../../DefineVueTypings").DefinePropDoc<"label", string, {}>;
11
+ settings: {
12
+ type: import("vue").PropType<TSettings>;
13
+ } & {
14
+ type: import("vue").PropType<TSettings>;
15
+ };
16
+ "onUpdate:modelValue": {
17
+ type: import("vue").PropType<(value: TModel) => any>;
18
+ };
19
+ "v-model": {
20
+ type: import("vue").PropType<TModel>;
21
+ required: false;
22
+ };
23
+ modelValue: {
24
+ type: import("vue").PropType<TModel>;
25
+ required: false;
26
+ };
27
+ name<TName extends string>(n?: TName): { [key in import("../../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
28
+ type: import("vue").PropType<(value: TModel) => any>;
29
+ }; } & { [key_1 in import("../../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
30
+ type: import("vue").PropType<TModel>;
31
+ required: false;
32
+ }; } & { [key_2 in import("../../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
33
+ type: import("vue").PropType<TModel>;
34
+ required: false;
35
+ }; } & {
36
+ require(): import("../../../../DefineVueTypings").DefinePropModelRequire<TName, TModel, {
37
+ "onUpdate:modelValue": {
38
+ type: import("vue").PropType<(value: TModel) => any>;
39
+ };
40
+ } & {
41
+ "v-model": {
42
+ type: import("vue").PropType<TModel>;
43
+ required: false;
44
+ };
45
+ } & {
46
+ modelValue: {
47
+ type: import("vue").PropType<TModel>;
48
+ required: false;
49
+ };
50
+ }>;
51
+ defaultValue(value?: TModel): import("../../../../DefineVueTypings").DefinePropModelDefaultValue<TName, TModel, {
52
+ "onUpdate:modelValue": {
53
+ type: import("vue").PropType<(value: TModel) => any>;
54
+ };
55
+ } & {
56
+ "v-model": {
57
+ type: import("vue").PropType<TModel>;
58
+ required: false;
59
+ };
60
+ } & {
61
+ modelValue: {
62
+ type: import("vue").PropType<TModel>;
63
+ required: false;
64
+ };
65
+ }, false>;
66
+ doc$(description?: string): import("../../../../DefineVueTypings").DefinePropModelDoc<TName, TModel, {
67
+ "onUpdate:modelValue": {
68
+ type: import("vue").PropType<(value: TModel) => any>;
69
+ };
70
+ } & {
71
+ "v-model": {
72
+ type: import("vue").PropType<TModel>;
73
+ required: false;
74
+ };
75
+ } & {
76
+ modelValue: {
77
+ type: import("vue").PropType<TModel>;
78
+ required: false;
79
+ };
80
+ }>;
81
+ };
82
+ };
83
+ emits: {
84
+ "update:modelValue": (value: TModel) => boolean;
85
+ };
86
+ };
@@ -0,0 +1,2 @@
1
+ export * from "./DefineVelcronPropertyEditor";
2
+ export * from "./DefineVelcronPropertyEditorProps";
@@ -21,26 +21,11 @@ export declare enum VelcronHorizontalAlignments {
21
21
  center = "center",
22
22
  right = "right"
23
23
  }
24
- export declare enum VerticalAlignments {
24
+ export declare enum VelcronVerticalAlignments {
25
25
  top = "top",
26
26
  center = "center",
27
27
  bottom = "bottom"
28
28
  }
29
- export declare enum VelcronDescriptorTypes {
30
- component = 0,
31
- subComponent = 1,
32
- appData = 2,
33
- dataMember = 3
34
- }
35
- export declare enum VelcronComponentPropertyEditors {
36
- text = 0,
37
- colorSchemaPicker = 1,
38
- slider = 2,
39
- colorPicker = 3,
40
- typographyPicker = 4,
41
- ratioPicker = 5,
42
- booleanPicker = 6
43
- }
44
29
  export declare enum VelcronDataTypes {
45
30
  unknown = "unknown",
46
31
  object = "object",