@omnia/fx 8.0.24-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 (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/ComponentTypings.d.ts +25 -1
  12. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +6 -1
  13. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +25 -6
  14. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +2 -2
  17. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +406 -33
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +2 -2
  20. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +2 -2
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +2 -2
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +2 -2
  32. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +2 -2
  35. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +2 -2
  38. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
  39. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +2 -2
  43. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +2 -2
  47. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +2 -2
  49. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.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.css.d.ts +0 -1
  112. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +19 -3
  113. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +19 -3
  114. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +2 -2
  115. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +19 -3
  116. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +2 -2
  117. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +19 -3
  118. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +19 -3
  119. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +15 -2
  121. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
  123. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +2 -2
  124. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +19 -3
  125. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +2 -2
  126. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +3 -3
  127. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +3 -3
  128. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +3 -3
  129. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +3 -3
  130. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +3 -3
  131. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +46 -4
  132. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +2 -2
  133. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +2 -2
  135. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +3 -3
  136. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +3 -3
  137. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +3 -3
  138. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +3 -3
  140. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +3 -3
  141. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +3 -3
  143. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -3
  144. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +3 -3
  145. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +3 -3
  146. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +2 -2
  148. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +2 -2
  149. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +2 -2
  150. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +2 -2
  151. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +2 -2
  152. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +2 -2
  153. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +19 -3
  154. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +2 -2
  155. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +2 -2
  156. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +2 -2
  157. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
  158. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  159. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +2 -2
  160. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +2 -2
  161. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +2 -2
  162. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
  163. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  164. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/VelcronDefinitionStore.d.ts +17 -0
  165. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +1 -0
  166. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/blockheaders.d.ts +3 -0
  167. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/contentblocks.d.ts +4 -0
  168. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +2 -0
  169. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +2 -2
  170. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +379 -0
  172. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +68 -0
  173. package/internal-do-not-import-from-here/ux/markdown/Toast.d.ts +4 -0
  174. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +16 -0
  175. package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
  176. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +95 -10
  177. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +2 -2
  178. package/internal-do-not-import-from-here/ux/oxide/alignmentpicker/AlignmentPicker.d.ts +415 -0
  179. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +19 -3
  180. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +36 -3
  181. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +1 -1
  182. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +112 -11
  183. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +19 -3
  184. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -1
  185. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +112 -11
  186. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +19 -3
  187. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +286 -0
  188. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +303 -0
  189. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +286 -0
  190. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +32 -3
  191. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +19 -3
  193. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +112 -11
  194. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +19 -3
  195. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  196. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +19 -3
  197. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +19 -3
  198. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -3
  199. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +19 -3
  200. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +112 -11
  201. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +112 -11
  202. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +2 -2
  203. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +46 -4
  204. package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/blueprints/BluePrintSelector.d.ts → oxide/panel/docs/BasicPanelTypes.d.ts} +1 -1
  205. package/internal-do-not-import-from-here/ux/{velcron/editor/components/ShareApp.d.ts → oxide/panel/docs/PanelAlignment.d.ts} +1 -1
  206. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +46 -0
  207. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +46 -0
  208. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +46 -0
  209. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -1
  210. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +19 -3
  211. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +112 -11
  212. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -1
  213. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +133 -11
  214. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -1
  215. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +112 -11
  216. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +112 -11
  217. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -1
  218. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +19 -3
  219. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +19 -3
  220. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -1
  221. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +112 -11
  222. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +112 -11
  223. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +32 -3
  224. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +19 -3
  225. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +34 -13
  226. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +112 -11
  227. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +133 -11
  228. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -0
  229. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +87 -41
  230. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -0
  231. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +46 -0
  232. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -0
  233. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +66 -3
  234. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +1 -1
  236. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +1 -1
  237. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +2 -2
  238. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
  239. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +2 -2
  240. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
  241. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +2 -2
  242. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
  243. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +2 -2
  245. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -2
  246. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +2 -2
  247. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +2 -2
  248. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
  249. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +2 -2
  250. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
  251. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +2 -2
  252. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +2 -2
  253. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +2 -2
  254. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +2 -2
  255. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +2 -2
  256. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +2 -2
  257. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +2 -2
  258. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +2 -2
  259. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +2 -2
  260. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +2 -2
  261. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +2 -2
  262. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +2 -2
  263. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +2 -2
  264. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
  265. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +2 -2
  266. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +2 -2
  267. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +2 -2
  268. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
  269. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +2 -2
  270. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +2 -2
  271. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +2 -2
  272. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +2 -2
  273. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +2 -2
  274. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +2 -2
  275. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +2 -2
  276. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
  277. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +2 -2
  278. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +2 -2
  279. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +1 -1
  280. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +1 -1
  281. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +1 -1
  282. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +1 -1
  283. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +1 -1
  284. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +1 -1
  285. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +19 -3
  286. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +15 -2
  287. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +2 -2
  288. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +1 -1
  289. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +1 -1
  290. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +2 -2
  291. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +2 -2
  292. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +2 -2
  293. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +2 -2
  294. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +1 -1
  295. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +112 -11
  296. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +1 -1
  297. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
  298. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +95 -10
  299. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +26 -0
  300. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -3
  301. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +48 -48
  302. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
  303. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +95 -10
  304. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +112 -11
  305. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +187 -76
  306. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -0
  307. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +2 -1
  308. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +2 -0
  309. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +3 -3
  310. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
  311. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.css.d.ts +1 -1
  312. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +133 -11
  313. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +3 -3
  314. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +1 -1
  315. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +1 -1
  316. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +7 -0
  317. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +46 -0
  318. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts +46 -0
  319. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +1 -1
  320. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +1 -1
  321. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +1 -1
  322. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +1 -1
  323. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +5 -1
  324. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +1 -0
  325. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -15
  326. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -2
  327. package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +1 -0
  328. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +47 -0
  329. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +73 -1
  330. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  331. package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +2 -2
  332. package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +2 -2
  333. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +2 -2
  334. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +2 -2
  335. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +2 -2
  336. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +2 -2
  337. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
  338. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +2 -2
  339. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
  340. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +1 -0
  341. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +46 -0
  342. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +48 -0
  343. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +61 -0
  344. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanelStyles.d.ts +4 -0
  345. package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.d.ts → velcron/VelcronBlock.d.ts} +1 -1
  346. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +6 -0
  347. package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.d.ts → velcron/VelcronBlockSettings.d.ts} +2 -2
  348. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +3 -0
  349. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +109 -0
  350. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +416 -0
  351. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/alignment/AlignmentEditor.d.ts +4 -0
  352. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +1 -0
  353. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/index.d.ts +5 -0
  354. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +6 -0
  355. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +1 -0
  356. package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +1 -0
  357. package/internal-do-not-import-from-here/ux/velcron/components/properties/index.d.ts +2 -0
  358. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditor.d.ts +2 -0
  359. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +86 -0
  360. package/internal-do-not-import-from-here/ux/velcron/components/properties/models/index.d.ts +2 -0
  361. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +1 -16
  362. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +39 -30
  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 +2 -2
  365. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +64 -6
  366. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -2
  367. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +43 -0
  368. package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +1 -0
  369. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
  370. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +151 -2
  371. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.css.d.ts +4 -0
  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 +2 -2
  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 -2
  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 +22 -6
  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 +8 -8
  397. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +153 -31
  398. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +8 -8
  399. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +8 -8
  400. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +8 -8
  401. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +8 -8
  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 +8 -8
  404. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +8 -8
  405. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -62
  406. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +8 -8
  407. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +8 -8
  408. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +62 -0
  409. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +8 -8
  410. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +8 -8
  411. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +8 -8
  412. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +8 -8
  413. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +8 -8
  414. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +2 -2
  415. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +2 -2
  416. package/internal-do-not-import-from-here/wctypings.d.ts +22 -2
  417. package/package.json +2 -2
  418. package/task.js +5 -0
  419. package/task.ts +5 -0
  420. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -2
  421. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +0 -6
  422. /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlock.css.d.ts → content/ContentBlockSettings.css.d.ts} +0 -0
  423. /package/internal-do-not-import-from-here/ux/velcron/blocks/{VelcronBlockSettings.css.d.ts → velcron/VelcronBlock.css.d.ts} +0 -0
@@ -5,9 +5,16 @@ declare const _default: {
5
5
  $data: {};
6
6
  $props: Partial<{
7
7
  container?: any;
8
+ blueprint?: any;
8
9
  colorSchemaType?: any;
10
+ blueprintType?: any;
9
11
  colors?: any;
10
12
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
+ toned: {
14
+ type: import("vue").PropType<Boolean>;
15
+ } & {
16
+ type: import("vue").PropType<Boolean>;
17
+ };
11
18
  type: {
12
19
  type: import("vue").PropType<"number">;
13
20
  } & {
@@ -38,6 +45,9 @@ declare const _default: {
38
45
  } & {
39
46
  type: import("vue").PropType<string>;
40
47
  };
48
+ "onUpdate:modelValue": {
49
+ type: import("vue").PropType<(value: string) => any>;
50
+ };
41
51
  "v-model": {
42
52
  type: import("vue").PropType<string>;
43
53
  required: false;
@@ -46,14 +56,20 @@ declare const _default: {
46
56
  type: import("vue").PropType<string>;
47
57
  required: false;
48
58
  };
49
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
59
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
60
+ type: import("vue").PropType<(value: string) => any>;
61
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
50
62
  type: import("vue").PropType<string>;
51
63
  required: false;
52
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
64
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
53
65
  type: import("vue").PropType<string>;
54
66
  required: false;
55
67
  }; } & {
56
68
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
69
+ "onUpdate:modelValue": {
70
+ type: import("vue").PropType<(value: string) => any>;
71
+ };
72
+ } & {
57
73
  "v-model": {
58
74
  type: import("vue").PropType<string>;
59
75
  required: false;
@@ -65,6 +81,10 @@ declare const _default: {
65
81
  };
66
82
  }>;
67
83
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
84
+ "onUpdate:modelValue": {
85
+ type: import("vue").PropType<(value: string) => any>;
86
+ };
87
+ } & {
68
88
  "v-model": {
69
89
  type: import("vue").PropType<string>;
70
90
  required: false;
@@ -76,6 +96,10 @@ declare const _default: {
76
96
  };
77
97
  }, false>;
78
98
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
99
+ "onUpdate:modelValue": {
100
+ type: import("vue").PropType<(value: string) => any>;
101
+ };
102
+ } & {
79
103
  "v-model": {
80
104
  type: import("vue").PropType<string>;
81
105
  required: false;
@@ -94,10 +118,12 @@ declare const _default: {
94
118
  colorSchemaType?: any;
95
119
  container?: any;
96
120
  colors?: any;
121
+ blueprintType?: any;
122
+ blueprint?: any;
97
123
  }>> & {
98
124
  "onUpdate:modelValue"?: (value: string) => any;
99
125
  "onClick:button"?: () => any;
100
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
126
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "blueprint" | "colorSchemaType" | "blueprintType" | "colors">;
101
127
  $attrs: {
102
128
  [x: string]: unknown;
103
129
  };
@@ -112,6 +138,11 @@ declare const _default: {
112
138
  $emit: ((event: "update:modelValue", value: string) => void) & ((event: "click:button") => void);
113
139
  $el: any;
114
140
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
141
+ toned: {
142
+ type: import("vue").PropType<Boolean>;
143
+ } & {
144
+ type: import("vue").PropType<Boolean>;
145
+ };
115
146
  type: {
116
147
  type: import("vue").PropType<"number">;
117
148
  } & {
@@ -142,6 +173,9 @@ declare const _default: {
142
173
  } & {
143
174
  type: import("vue").PropType<string>;
144
175
  };
176
+ "onUpdate:modelValue": {
177
+ type: import("vue").PropType<(value: string) => any>;
178
+ };
145
179
  "v-model": {
146
180
  type: import("vue").PropType<string>;
147
181
  required: false;
@@ -150,14 +184,20 @@ declare const _default: {
150
184
  type: import("vue").PropType<string>;
151
185
  required: false;
152
186
  };
153
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
187
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
188
+ type: import("vue").PropType<(value: string) => any>;
189
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
154
190
  type: import("vue").PropType<string>;
155
191
  required: false;
156
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
192
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
157
193
  type: import("vue").PropType<string>;
158
194
  required: false;
159
195
  }; } & {
160
196
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
197
+ "onUpdate:modelValue": {
198
+ type: import("vue").PropType<(value: string) => any>;
199
+ };
200
+ } & {
161
201
  "v-model": {
162
202
  type: import("vue").PropType<string>;
163
203
  required: false;
@@ -169,6 +209,10 @@ declare const _default: {
169
209
  };
170
210
  }>;
171
211
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
212
+ "onUpdate:modelValue": {
213
+ type: import("vue").PropType<(value: string) => any>;
214
+ };
215
+ } & {
172
216
  "v-model": {
173
217
  type: import("vue").PropType<string>;
174
218
  required: false;
@@ -180,6 +224,10 @@ declare const _default: {
180
224
  };
181
225
  }, false>;
182
226
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
227
+ "onUpdate:modelValue": {
228
+ type: import("vue").PropType<(value: string) => any>;
229
+ };
230
+ } & {
183
231
  "v-model": {
184
232
  type: import("vue").PropType<string>;
185
233
  required: false;
@@ -198,6 +246,8 @@ declare const _default: {
198
246
  colorSchemaType?: any;
199
247
  container?: any;
200
248
  colors?: any;
249
+ blueprintType?: any;
250
+ blueprint?: any;
201
251
  }>> & {
202
252
  "onUpdate:modelValue"?: (value: string) => any;
203
253
  "onClick:button"?: () => any;
@@ -206,7 +256,9 @@ declare const _default: {
206
256
  "click:button": () => true;
207
257
  }, string, {
208
258
  container?: any;
259
+ blueprint?: any;
209
260
  colorSchemaType?: any;
261
+ blueprintType?: any;
210
262
  colors?: any;
211
263
  }, {}, string> & {
212
264
  beforeCreate?: (() => void) | (() => void)[];
@@ -229,6 +281,11 @@ declare const _default: {
229
281
  $nextTick: typeof import("vue").nextTick;
230
282
  $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;
231
283
  } & Readonly<import("vue").ExtractPropTypes<{
284
+ toned: {
285
+ type: import("vue").PropType<Boolean>;
286
+ } & {
287
+ type: import("vue").PropType<Boolean>;
288
+ };
232
289
  type: {
233
290
  type: import("vue").PropType<"number">;
234
291
  } & {
@@ -259,6 +316,9 @@ declare const _default: {
259
316
  } & {
260
317
  type: import("vue").PropType<string>;
261
318
  };
319
+ "onUpdate:modelValue": {
320
+ type: import("vue").PropType<(value: string) => any>;
321
+ };
262
322
  "v-model": {
263
323
  type: import("vue").PropType<string>;
264
324
  required: false;
@@ -267,14 +327,20 @@ declare const _default: {
267
327
  type: import("vue").PropType<string>;
268
328
  required: false;
269
329
  };
270
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
330
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
331
+ type: import("vue").PropType<(value: string) => any>;
332
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
271
333
  type: import("vue").PropType<string>;
272
334
  required: false;
273
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
335
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
274
336
  type: import("vue").PropType<string>;
275
337
  required: false;
276
338
  }; } & {
277
339
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
340
+ "onUpdate:modelValue": {
341
+ type: import("vue").PropType<(value: string) => any>;
342
+ };
343
+ } & {
278
344
  "v-model": {
279
345
  type: import("vue").PropType<string>;
280
346
  required: false;
@@ -286,6 +352,10 @@ declare const _default: {
286
352
  };
287
353
  }>;
288
354
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
355
+ "onUpdate:modelValue": {
356
+ type: import("vue").PropType<(value: string) => any>;
357
+ };
358
+ } & {
289
359
  "v-model": {
290
360
  type: import("vue").PropType<string>;
291
361
  required: false;
@@ -297,6 +367,10 @@ declare const _default: {
297
367
  };
298
368
  }, false>;
299
369
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
370
+ "onUpdate:modelValue": {
371
+ type: import("vue").PropType<(value: string) => any>;
372
+ };
373
+ } & {
300
374
  "v-model": {
301
375
  type: import("vue").PropType<string>;
302
376
  required: false;
@@ -315,6 +389,8 @@ declare const _default: {
315
389
  colorSchemaType?: any;
316
390
  container?: any;
317
391
  colors?: any;
392
+ blueprintType?: any;
393
+ blueprint?: any;
318
394
  }>> & {
319
395
  "onUpdate:modelValue"?: (value: string) => any;
320
396
  "onClick:button"?: () => any;
@@ -323,6 +399,11 @@ declare const _default: {
323
399
  __isTeleport?: never;
324
400
  __isSuspense?: never;
325
401
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
402
+ toned: {
403
+ type: import("vue").PropType<Boolean>;
404
+ } & {
405
+ type: import("vue").PropType<Boolean>;
406
+ };
326
407
  type: {
327
408
  type: import("vue").PropType<"number">;
328
409
  } & {
@@ -353,6 +434,9 @@ declare const _default: {
353
434
  } & {
354
435
  type: import("vue").PropType<string>;
355
436
  };
437
+ "onUpdate:modelValue": {
438
+ type: import("vue").PropType<(value: string) => any>;
439
+ };
356
440
  "v-model": {
357
441
  type: import("vue").PropType<string>;
358
442
  required: false;
@@ -361,14 +445,20 @@ declare const _default: {
361
445
  type: import("vue").PropType<string>;
362
446
  required: false;
363
447
  };
364
- name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
448
+ name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
449
+ type: import("vue").PropType<(value: string) => any>;
450
+ }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
365
451
  type: import("vue").PropType<string>;
366
452
  required: false;
367
- }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
453
+ }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
368
454
  type: import("vue").PropType<string>;
369
455
  required: false;
370
456
  }; } & {
371
457
  require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
458
+ "onUpdate:modelValue": {
459
+ type: import("vue").PropType<(value: string) => any>;
460
+ };
461
+ } & {
372
462
  "v-model": {
373
463
  type: import("vue").PropType<string>;
374
464
  required: false;
@@ -380,6 +470,10 @@ declare const _default: {
380
470
  };
381
471
  }>;
382
472
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
473
+ "onUpdate:modelValue": {
474
+ type: import("vue").PropType<(value: string) => any>;
475
+ };
476
+ } & {
383
477
  "v-model": {
384
478
  type: import("vue").PropType<string>;
385
479
  required: false;
@@ -391,6 +485,10 @@ declare const _default: {
391
485
  };
392
486
  }, false>;
393
487
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
488
+ "onUpdate:modelValue": {
489
+ type: import("vue").PropType<(value: string) => any>;
490
+ };
491
+ } & {
394
492
  "v-model": {
395
493
  type: import("vue").PropType<string>;
396
494
  required: false;
@@ -409,6 +507,8 @@ declare const _default: {
409
507
  colorSchemaType?: any;
410
508
  container?: any;
411
509
  colors?: any;
510
+ blueprintType?: any;
511
+ blueprint?: any;
412
512
  }>> & {
413
513
  "onUpdate:modelValue"?: (value: string) => any;
414
514
  "onClick:button"?: () => any;
@@ -417,18 +517,26 @@ declare const _default: {
417
517
  "click:button": () => true;
418
518
  }, string, {
419
519
  container?: any;
520
+ blueprint?: any;
420
521
  colorSchemaType?: any;
522
+ blueprintType?: any;
421
523
  colors?: any;
422
524
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
423
- propsDefinition: Readonly<{
525
+ propsDefinition: Omit<Readonly<{
424
526
  container?: any;
527
+ blueprint?: any;
425
528
  colorSchemaType?: any;
529
+ blueprintType?: any;
426
530
  colors?: any;
427
531
  } & {
428
532
  number?: boolean;
429
533
  label?: string;
430
534
  class?: String | String[];
431
535
  name?: {
536
+ [x: `onUpdate:${string}`]: {
537
+ type: import("vue").PropType<(value: string) => any>;
538
+ };
539
+ } & {
432
540
  [x: `v-model:${string}`]: {
433
541
  type: import("vue").PropType<string>;
434
542
  required: false;
@@ -440,6 +548,10 @@ declare const _default: {
440
548
  };
441
549
  } & {
442
550
  require(): import("../../DefineVueTypings").DefinePropModelRequire<string, string, {
551
+ "onUpdate:modelValue": {
552
+ type: import("vue").PropType<(value: string) => any>;
553
+ };
554
+ } & {
443
555
  "v-model": {
444
556
  type: import("vue").PropType<string>;
445
557
  required: false;
@@ -451,6 +563,10 @@ declare const _default: {
451
563
  };
452
564
  }>;
453
565
  defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
566
+ "onUpdate:modelValue": {
567
+ type: import("vue").PropType<(value: string) => any>;
568
+ };
569
+ } & {
454
570
  "v-model": {
455
571
  type: import("vue").PropType<string>;
456
572
  required: false;
@@ -462,6 +578,10 @@ declare const _default: {
462
578
  };
463
579
  }, false>;
464
580
  doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, string, {
581
+ "onUpdate:modelValue": {
582
+ type: import("vue").PropType<(value: string) => any>;
583
+ };
584
+ } & {
465
585
  "v-model": {
466
586
  type: import("vue").PropType<string>;
467
587
  required: false;
@@ -475,11 +595,13 @@ declare const _default: {
475
595
  };
476
596
  type?: "number";
477
597
  placeholder?: string;
598
+ "onUpdate:modelValue"?: (value: string) => any;
478
599
  "v-model"?: string;
479
600
  modelValue?: string;
480
601
  variant?: VariantType;
602
+ toned?: Boolean;
481
603
  clearable?: boolean;
482
- }> & {
604
+ }>, "onUpdate:modelValue" | "onClick:button"> & {
483
605
  "onUpdate:modelValue"?: (value: string) => any;
484
606
  "onClick:button"?: () => any;
485
607
  };
@@ -1,5 +1,6 @@
1
1
  export declare const ToolbarStyles: {
2
2
  templateTitle: string;
3
+ templateTitleCustom: string;
3
4
  content: string;
4
5
  iconWrapper: (color: string) => string;
5
6
  };
@@ -1,25 +1,35 @@
1
- import { IIcon } from "@omnia/fx/models";
1
+ import { Func, IIcon } from "@omnia/fx/models";
2
2
  import { VNodeChild } from "vue";
3
3
  declare const _default: {
4
4
  new (...args: any[]): {
5
5
  $: import("vue").ComponentInternalInstance;
6
6
  $data: {};
7
7
  $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
8
- icon: import("vue").Prop<IIcon, IIcon>;
9
- title: import("vue").Prop<string, string>;
10
- class: import("vue").Prop<String | String[], String | String[]>;
11
- colorSchemaType?: import("vue").Prop<unknown, unknown>;
12
- container?: import("vue").Prop<unknown, unknown>;
13
- colors?: import("vue").Prop<unknown, unknown>;
14
- "v-slots"?: import("vue").Prop<{
8
+ "v-slots": import("vue").Prop<({
9
+ default?: Func<[VNodeChild]>;
10
+ } & {
11
+ title?: Func<[VNodeChild]>;
12
+ }) | ({
15
13
  default?: () => VNodeChild;
16
14
  } & {
17
15
  icon?: () => VNodeChild;
18
- }, {
16
+ }), ({
17
+ default?: Func<[VNodeChild]>;
18
+ } & {
19
+ title?: Func<[VNodeChild]>;
20
+ }) | ({
19
21
  default?: () => VNodeChild;
20
22
  } & {
21
23
  icon?: () => VNodeChild;
22
- }>;
24
+ })>;
25
+ icon: import("vue").Prop<IIcon, IIcon>;
26
+ title: import("vue").Prop<string, string>;
27
+ class: import("vue").Prop<String | String[], String | String[]>;
28
+ colorSchemaType?: import("vue").Prop<unknown, unknown>;
29
+ container?: import("vue").Prop<unknown, unknown>;
30
+ colors?: import("vue").Prop<unknown, unknown>;
31
+ blueprintType?: import("vue").Prop<unknown, unknown>;
32
+ blueprint?: import("vue").Prop<unknown, unknown>;
23
33
  }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
24
34
  $attrs: {
25
35
  [x: string]: unknown;
@@ -35,21 +45,31 @@ declare const _default: {
35
45
  $emit: (event: string, ...args: any[]) => void;
36
46
  $el: any;
37
47
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
38
- icon: import("vue").Prop<IIcon, IIcon>;
39
- title: import("vue").Prop<string, string>;
40
- class: import("vue").Prop<String | String[], String | String[]>;
41
- colorSchemaType?: import("vue").Prop<unknown, unknown>;
42
- container?: import("vue").Prop<unknown, unknown>;
43
- colors?: import("vue").Prop<unknown, unknown>;
44
- "v-slots"?: import("vue").Prop<{
48
+ "v-slots": import("vue").Prop<({
49
+ default?: Func<[VNodeChild]>;
50
+ } & {
51
+ title?: Func<[VNodeChild]>;
52
+ }) | ({
45
53
  default?: () => VNodeChild;
46
54
  } & {
47
55
  icon?: () => VNodeChild;
48
- }, {
56
+ }), ({
57
+ default?: Func<[VNodeChild]>;
58
+ } & {
59
+ title?: Func<[VNodeChild]>;
60
+ }) | ({
49
61
  default?: () => VNodeChild;
50
62
  } & {
51
63
  icon?: () => VNodeChild;
52
- }>;
64
+ })>;
65
+ icon: import("vue").Prop<IIcon, IIcon>;
66
+ title: import("vue").Prop<string, string>;
67
+ class: import("vue").Prop<String | String[], String | String[]>;
68
+ colorSchemaType?: import("vue").Prop<unknown, unknown>;
69
+ container?: import("vue").Prop<unknown, unknown>;
70
+ colors?: import("vue").Prop<unknown, unknown>;
71
+ blueprintType?: import("vue").Prop<unknown, unknown>;
72
+ blueprint?: import("vue").Prop<unknown, unknown>;
53
73
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
54
74
  beforeCreate?: (() => void) | (() => void)[];
55
75
  created?: (() => void) | (() => void)[];
@@ -71,54 +91,80 @@ declare const _default: {
71
91
  $nextTick: typeof import("vue").nextTick;
72
92
  $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;
73
93
  } & Readonly<import("vue").ExtractPropTypes<{
74
- icon: import("vue").Prop<IIcon, IIcon>;
75
- title: import("vue").Prop<string, string>;
76
- class: import("vue").Prop<String | String[], String | String[]>;
77
- colorSchemaType?: import("vue").Prop<unknown, unknown>;
78
- container?: import("vue").Prop<unknown, unknown>;
79
- colors?: import("vue").Prop<unknown, unknown>;
80
- "v-slots"?: import("vue").Prop<{
94
+ "v-slots": import("vue").Prop<({
95
+ default?: Func<[VNodeChild]>;
96
+ } & {
97
+ title?: Func<[VNodeChild]>;
98
+ }) | ({
81
99
  default?: () => VNodeChild;
82
100
  } & {
83
101
  icon?: () => VNodeChild;
84
- }, {
102
+ }), ({
103
+ default?: Func<[VNodeChild]>;
104
+ } & {
105
+ title?: Func<[VNodeChild]>;
106
+ }) | ({
85
107
  default?: () => VNodeChild;
86
108
  } & {
87
109
  icon?: () => VNodeChild;
88
- }>;
110
+ })>;
111
+ icon: import("vue").Prop<IIcon, IIcon>;
112
+ title: import("vue").Prop<string, string>;
113
+ class: import("vue").Prop<String | String[], String | String[]>;
114
+ colorSchemaType?: import("vue").Prop<unknown, unknown>;
115
+ container?: import("vue").Prop<unknown, unknown>;
116
+ colors?: import("vue").Prop<unknown, unknown>;
117
+ blueprintType?: import("vue").Prop<unknown, unknown>;
118
+ blueprint?: import("vue").Prop<unknown, unknown>;
89
119
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
90
120
  __isFragment?: never;
91
121
  __isTeleport?: never;
92
122
  __isSuspense?: never;
93
123
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
94
- icon: import("vue").Prop<IIcon, IIcon>;
95
- title: import("vue").Prop<string, string>;
96
- class: import("vue").Prop<String | String[], String | String[]>;
97
- colorSchemaType?: import("vue").Prop<unknown, unknown>;
98
- container?: import("vue").Prop<unknown, unknown>;
99
- colors?: import("vue").Prop<unknown, unknown>;
100
- "v-slots"?: import("vue").Prop<{
124
+ "v-slots": import("vue").Prop<({
125
+ default?: Func<[VNodeChild]>;
126
+ } & {
127
+ title?: Func<[VNodeChild]>;
128
+ }) | ({
101
129
  default?: () => VNodeChild;
102
130
  } & {
103
131
  icon?: () => VNodeChild;
104
- }, {
132
+ }), ({
133
+ default?: Func<[VNodeChild]>;
134
+ } & {
135
+ title?: Func<[VNodeChild]>;
136
+ }) | ({
105
137
  default?: () => VNodeChild;
106
138
  } & {
107
139
  icon?: () => VNodeChild;
108
- }>;
140
+ })>;
141
+ icon: import("vue").Prop<IIcon, IIcon>;
142
+ title: import("vue").Prop<string, string>;
143
+ class: import("vue").Prop<String | String[], String | String[]>;
144
+ colorSchemaType?: import("vue").Prop<unknown, unknown>;
145
+ container?: import("vue").Prop<unknown, unknown>;
146
+ colors?: import("vue").Prop<unknown, unknown>;
147
+ blueprintType?: import("vue").Prop<unknown, unknown>;
148
+ blueprint?: import("vue").Prop<unknown, unknown>;
109
149
  }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
110
- propsDefinition: Readonly<{} & {
150
+ propsDefinition: Omit<Readonly<{} & {
111
151
  title?: string;
112
152
  container?: unknown;
113
153
  class?: String | String[];
114
154
  icon?: IIcon;
155
+ blueprint?: unknown;
115
156
  colorSchemaType?: unknown;
116
- "v-slots"?: {
157
+ blueprintType?: unknown;
158
+ "v-slots"?: ({
159
+ default?: Func<[VNodeChild]>;
160
+ } & {
161
+ title?: Func<[VNodeChild]>;
162
+ }) | ({
117
163
  default?: () => VNodeChild;
118
164
  } & {
119
165
  icon?: () => VNodeChild;
120
- };
166
+ });
121
167
  colors?: unknown;
122
- }>;
168
+ }>, never>;
123
169
  };
124
170
  export default _default;
@@ -0,0 +1 @@
1
+ export declare const ToolbarExamples: import("@omnia/fx/ux").ComponentSpec;
@@ -0,0 +1,46 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $attrs: {
7
+ [x: string]: unknown;
8
+ };
9
+ $refs: {
10
+ [x: string]: unknown;
11
+ };
12
+ $slots: Readonly<{
13
+ [name: string]: import("vue").Slot;
14
+ }>;
15
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
+ $emit: (event: string, ...args: any[]) => void;
18
+ $el: any;
19
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
+ beforeCreate?: (() => void) | (() => void)[];
21
+ created?: (() => void) | (() => void)[];
22
+ beforeMount?: (() => void) | (() => void)[];
23
+ mounted?: (() => void) | (() => void)[];
24
+ beforeUpdate?: (() => void) | (() => void)[];
25
+ updated?: (() => void) | (() => void)[];
26
+ activated?: (() => void) | (() => void)[];
27
+ deactivated?: (() => void) | (() => void)[];
28
+ beforeDestroy?: (() => void) | (() => void)[];
29
+ beforeUnmount?: (() => void) | (() => void)[];
30
+ destroyed?: (() => void) | (() => void)[];
31
+ unmounted?: (() => void) | (() => void)[];
32
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ 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)[];
35
+ };
36
+ $forceUpdate: () => void;
37
+ $nextTick: typeof import("vue").nextTick;
38
+ $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;
39
+ } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
40
+ __isFragment?: never;
41
+ __isTeleport?: never;
42
+ __isSuspense?: never;
43
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
45
+ };
46
+ export default _default;
@@ -0,0 +1 @@
1
+ export declare const spec: import("@omnia/fx/ux").ComponentSpec;