@omnia/fx 8.0.54-vnext → 8.0.55-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 (203) hide show
  1. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
  2. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +3 -2
  3. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +1 -0
  4. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
  5. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +32 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
  7. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
  8. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +1 -1
  9. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -0
  10. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -11
  11. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -5
  12. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -7
  13. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +10 -15
  14. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -0
  15. package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -0
  16. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +8 -8
  17. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +5 -5
  18. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +5 -5
  19. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +2 -2
  25. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +4 -4
  32. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +6 -6
  33. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +2 -2
  34. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +8 -8
  35. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +4 -4
  36. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +20 -20
  37. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +6 -6
  38. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +7 -7
  39. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +8 -8
  40. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +13 -13
  41. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +13 -13
  42. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +11 -11
  43. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +5 -5
  44. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +6 -6
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +4 -4
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +4 -4
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +3 -2
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +4 -4
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +6 -6
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +4 -4
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +4 -4
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +4 -4
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +4 -4
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +1 -4
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +4 -4
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +1 -0
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +15 -15
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top.d.ts +2 -0
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +2 -0
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +1 -2
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +23 -0
  71. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +1 -1
  72. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +4 -4
  73. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +2 -2
  75. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +13 -13
  76. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +7 -7
  77. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  78. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +5 -5
  79. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +21 -20
  80. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +13 -13
  81. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +6 -6
  82. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +10 -10
  83. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +3 -3
  84. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +35 -35
  85. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +29 -29
  86. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +24 -24
  87. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +7 -7
  88. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +13 -13
  89. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +18 -18
  90. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
  91. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +3 -3
  92. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +4 -4
  93. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -11
  94. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +7 -7
  95. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +7 -7
  96. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +14 -14
  97. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +15 -15
  98. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +17 -17
  99. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +6 -6
  100. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +8 -8
  101. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +20 -20
  102. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +11 -11
  103. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +8 -8
  104. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +20 -20
  105. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +8 -8
  107. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +15 -15
  108. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +30 -30
  109. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +4 -4
  110. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +2 -0
  111. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +38 -5
  112. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
  113. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +8 -8
  114. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +0 -8
  115. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +20 -20
  116. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
  117. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +9 -9
  118. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +26 -21
  119. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +2 -2
  120. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +3 -3
  121. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
  122. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +2 -2
  123. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +3 -3
  124. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +2 -2
  125. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +3 -3
  126. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  128. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +3 -3
  130. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
  131. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
  132. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
  133. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
  135. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
  137. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +2 -2
  138. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
  139. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +2 -2
  141. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +3 -3
  142. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +2 -2
  143. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +4 -4
  144. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +4 -4
  145. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +1 -1
  146. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
  147. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +2 -2
  148. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +11 -11
  149. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +4 -4
  150. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +6 -6
  151. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
  152. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +1 -1
  153. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +8 -8
  154. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +8 -8
  155. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +2 -2
  156. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +4 -4
  157. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +5 -1
  158. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +8 -8
  159. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
  160. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +4 -4
  161. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +8 -8
  162. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +4 -4
  163. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +188 -0
  164. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -3
  165. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -0
  166. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
  167. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
  168. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
  169. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
  170. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +8 -8
  171. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
  172. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +187 -17
  173. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +5 -1
  174. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -1
  175. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +15 -3
  176. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +14 -2
  177. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
  178. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +6 -6
  179. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +4 -4
  180. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +4 -4
  181. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +13 -13
  182. package/internal-do-not-import-from-here/ux/velcron/components/properties/VelcronProperties.d.ts +4 -4
  183. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +0 -1
  184. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -6
  185. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +16 -14
  186. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +5 -2
  187. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
  189. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -2
  190. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +1 -0
  191. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +4 -4
  192. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -6
  193. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
  194. package/internal-do-not-import-from-here/wctypings.d.ts +2 -0
  195. package/package.json +2 -2
  196. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +0 -51
  197. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -9
  198. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -8
  199. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
  200. package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
  201. package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
  202. /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{contentblocks.d.ts → content/Contentblocks.d.ts} +0 -0
  203. /package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/{blockheaders.d.ts → headers/Blockheaders.d.ts} +0 -0
@@ -6,17 +6,13 @@ declare const _default: {
6
6
  $props: {
7
7
  container?: any;
8
8
  blueprint?: any;
9
- colorSchemaType?: any;
10
9
  blueprintType?: any;
10
+ colorSchemaType?: any;
11
11
  colors?: any;
12
12
  readonly title?: string;
13
13
  style?: unknown;
14
14
  class?: String | String[];
15
15
  key?: string | number | symbol;
16
- readonly direction?: "column" | "row";
17
- readonly hide?: boolean;
18
- readonly wrap?: boolean;
19
- readonly filled?: boolean;
20
16
  ref?: import("vue").VNodeRef;
21
17
  ref_for?: boolean;
22
18
  ref_key?: string;
@@ -58,12 +54,16 @@ declare const _default: {
58
54
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
55
  [key: string]: any;
60
56
  }>) => void)[];
61
- readonly variant?: "section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "tab-vertical" | "settings" | "info-section";
57
+ readonly direction?: "column" | "row";
58
+ readonly hide?: boolean;
59
+ readonly wrap?: boolean;
60
+ readonly filled?: boolean;
61
+ readonly variant?: "section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section";
62
+ readonly divider?: "bottom" | "top" | "top bottom";
63
+ readonly grow?: boolean;
62
64
  readonly toned?: boolean;
63
65
  readonly grouped?: boolean;
64
- readonly divider?: "bottom" | "top" | "top bottom";
65
66
  readonly alignY?: "center" | "bottom" | "top";
66
- readonly grow?: boolean;
67
67
  readonly alignX?: "left" | "center" | "right";
68
68
  readonly scrollOffset?: number;
69
69
  };
@@ -117,7 +117,7 @@ declare const _default: {
117
117
  type: import("vue").PropType<boolean>;
118
118
  };
119
119
  variant: {
120
- type: import("vue").PropType<"section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "tab-vertical" | "settings" | "info-section">;
120
+ type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section">;
121
121
  };
122
122
  title: {
123
123
  type: import("vue").PropType<string>;
@@ -134,8 +134,8 @@ declare const _default: {
134
134
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
135
135
  container?: any;
136
136
  blueprint?: any;
137
- colorSchemaType?: any;
138
137
  blueprintType?: any;
138
+ colorSchemaType?: any;
139
139
  colors?: any;
140
140
  }, {}, string, {}> & {
141
141
  beforeCreate?: (() => void) | (() => void)[];
@@ -194,7 +194,7 @@ declare const _default: {
194
194
  type: import("vue").PropType<boolean>;
195
195
  };
196
196
  variant: {
197
- type: import("vue").PropType<"section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "tab-vertical" | "settings" | "info-section">;
197
+ type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section">;
198
198
  };
199
199
  title: {
200
200
  type: import("vue").PropType<string>;
@@ -249,7 +249,7 @@ declare const _default: {
249
249
  type: import("vue").PropType<boolean>;
250
250
  };
251
251
  variant: {
252
- type: import("vue").PropType<"section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "tab-vertical" | "settings" | "info-section">;
252
+ type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section">;
253
253
  };
254
254
  title: {
255
255
  type: import("vue").PropType<string>;
@@ -266,15 +266,15 @@ declare const _default: {
266
266
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
267
267
  container?: any;
268
268
  blueprint?: any;
269
- colorSchemaType?: any;
270
269
  blueprintType?: any;
270
+ colorSchemaType?: any;
271
271
  colors?: any;
272
272
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
273
273
  propsDefinition: Omit<Readonly<{
274
274
  container?: any;
275
275
  blueprint?: any;
276
- colorSchemaType?: any;
277
276
  blueprintType?: any;
277
+ colorSchemaType?: any;
278
278
  colors?: any;
279
279
  } & {
280
280
  title?: string;
@@ -283,12 +283,12 @@ declare const _default: {
283
283
  hide?: boolean;
284
284
  wrap?: boolean;
285
285
  filled?: boolean;
286
- variant?: "section" | "default" | "dialog" | "content" | "tab" | "toolbar" | "navigation" | "tab-vertical" | "settings" | "info-section";
286
+ variant?: "section" | "navigation" | "default" | "dialog" | "content" | "toolbar" | "tab" | "settings" | "tab-vertical" | "info-section";
287
+ divider?: "bottom" | "top" | "top bottom";
288
+ grow?: boolean;
287
289
  toned?: boolean;
288
290
  grouped?: boolean;
289
- divider?: "bottom" | "top" | "top bottom";
290
291
  alignY?: "center" | "bottom" | "top";
291
- grow?: boolean;
292
292
  alignX?: "left" | "center" | "right";
293
293
  scrollOffset?: number;
294
294
  }>, never>;
@@ -7,14 +7,14 @@ declare const _default: {
7
7
  $props: {
8
8
  container?: any;
9
9
  blueprint?: any;
10
- colorSchemaType?: any;
11
10
  blueprintType?: any;
11
+ colorSchemaType?: any;
12
12
  colors?: any;
13
+ readonly value?: any;
13
14
  readonly label?: string;
14
15
  style?: unknown;
15
16
  class?: String | String[];
16
17
  key?: string | number | symbol;
17
- readonly value?: any;
18
18
  ref?: import("vue").VNodeRef;
19
19
  ref_for?: boolean;
20
20
  ref_key?: string;
@@ -89,8 +89,8 @@ declare const _default: {
89
89
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
90
90
  container?: any;
91
91
  blueprint?: any;
92
- colorSchemaType?: any;
93
92
  blueprintType?: any;
93
+ colorSchemaType?: any;
94
94
  colors?: any;
95
95
  }, {}, string, {}> & {
96
96
  beforeCreate?: (() => void) | (() => void)[];
@@ -151,20 +151,20 @@ declare const _default: {
151
151
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
152
152
  container?: any;
153
153
  blueprint?: any;
154
- colorSchemaType?: any;
155
154
  blueprintType?: any;
155
+ colorSchemaType?: any;
156
156
  colors?: any;
157
157
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
158
158
  propsDefinition: Omit<Readonly<{
159
159
  container?: any;
160
160
  blueprint?: any;
161
- colorSchemaType?: any;
162
161
  blueprintType?: any;
162
+ colorSchemaType?: any;
163
163
  colors?: any;
164
164
  } & {
165
+ value?: any;
165
166
  label?: string;
166
167
  class?: String | String[];
167
- value?: any;
168
168
  }>, never>;
169
169
  };
170
170
  export default _default;
@@ -5,8 +5,8 @@ declare const _default: {
5
5
  $props: {
6
6
  container?: any;
7
7
  blueprint?: any;
8
- colorSchemaType?: any;
9
8
  blueprintType?: any;
9
+ colorSchemaType?: any;
10
10
  colors?: any;
11
11
  style?: unknown;
12
12
  class?: String | String[];
@@ -52,9 +52,9 @@ declare const _default: {
52
52
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
53
  [key: string]: any;
54
54
  }>) => void)[];
55
- readonly "v-model"?: any;
56
- readonly modelValue?: any;
57
55
  "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
56
+ readonly modelValue?: any;
57
+ readonly "v-model"?: any;
58
58
  };
59
59
  $attrs: {
60
60
  [x: string]: unknown;
@@ -97,8 +97,8 @@ declare const _default: {
97
97
  }, string, {
98
98
  container?: any;
99
99
  blueprint?: any;
100
- colorSchemaType?: any;
101
100
  blueprintType?: any;
101
+ colorSchemaType?: any;
102
102
  colors?: any;
103
103
  }, {}, string, {}> & {
104
104
  beforeCreate?: (() => void) | (() => void)[];
@@ -175,21 +175,21 @@ declare const _default: {
175
175
  }, string, {
176
176
  container?: any;
177
177
  blueprint?: any;
178
- colorSchemaType?: any;
179
178
  blueprintType?: any;
179
+ colorSchemaType?: any;
180
180
  colors?: any;
181
181
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
182
182
  propsDefinition: Omit<Readonly<{
183
183
  container?: any;
184
184
  blueprint?: any;
185
- colorSchemaType?: any;
186
185
  blueprintType?: any;
186
+ colorSchemaType?: any;
187
187
  colors?: any;
188
188
  } & {
189
189
  class?: String | String[];
190
- "v-model"?: any;
191
- modelValue?: any;
192
190
  "onUpdate:modelValue"?: (value: any) => any;
191
+ modelValue?: any;
192
+ "v-model"?: any;
193
193
  }>, "onUpdate:modelValue"> & {
194
194
  "onUpdate:modelValue"?: (value: any) => any;
195
195
  };
@@ -19,15 +19,13 @@ declare const _default: {
19
19
  $props: {
20
20
  container?: any;
21
21
  blueprint?: any;
22
- colorSchemaType?: any;
23
22
  blueprintType?: any;
23
+ colorSchemaType?: any;
24
24
  colors?: any;
25
25
  readonly label?: string;
26
26
  style?: unknown;
27
27
  class?: String | String[];
28
28
  key?: string | number | symbol;
29
- readonly multiple?: boolean;
30
- readonly disabled?: boolean;
31
29
  ref?: import("vue").VNodeRef;
32
30
  ref_for?: boolean;
33
31
  ref_key?: string;
@@ -69,24 +67,26 @@ declare const _default: {
69
67
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
70
68
  [key: string]: any;
71
69
  }>) => void)[];
70
+ readonly multiple?: boolean;
71
+ readonly disabled?: boolean;
72
72
  readonly variant?: "default" | "add" | "picker";
73
- readonly readonly?: boolean;
74
- readonly toned?: boolean;
75
73
  readonly "v-slots"?: {
76
74
  default?: import("../../DefineVueTypings").Slot<any[]>;
77
75
  } & {
78
76
  chip?: (item: RenderingItem, index: Number) => VNodeChild;
79
77
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
80
78
  };
81
- readonly "v-model"?: any;
82
- readonly modelValue?: any;
83
- "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
84
79
  readonly loading?: boolean;
80
+ "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
81
+ readonly modelValue?: any;
85
82
  readonly items?: any;
86
- readonly returnObject?: boolean;
87
- readonly clearable?: boolean;
88
83
  readonly itemTitle?: any;
89
84
  readonly itemValue?: any;
85
+ readonly returnObject?: boolean;
86
+ readonly readonly?: boolean;
87
+ readonly toned?: boolean;
88
+ readonly "v-model"?: any;
89
+ readonly clearable?: boolean;
90
90
  "onClick:button"?: (value: any) => any;
91
91
  readonly searchable?: boolean;
92
92
  };
@@ -186,8 +186,8 @@ declare const _default: {
186
186
  }, string, {
187
187
  container?: any;
188
188
  blueprint?: any;
189
- colorSchemaType?: any;
190
189
  blueprintType?: any;
190
+ colorSchemaType?: any;
191
191
  colors?: any;
192
192
  }, {}, string, {}> & {
193
193
  beforeCreate?: (() => void) | (() => void)[];
@@ -373,15 +373,15 @@ declare const _default: {
373
373
  }, string, {
374
374
  container?: any;
375
375
  blueprint?: any;
376
- colorSchemaType?: any;
377
376
  blueprintType?: any;
377
+ colorSchemaType?: any;
378
378
  colors?: any;
379
379
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
380
380
  propsDefinition: Omit<Readonly<{
381
381
  container?: any;
382
382
  blueprint?: any;
383
- colorSchemaType?: any;
384
383
  blueprintType?: any;
384
+ colorSchemaType?: any;
385
385
  colors?: any;
386
386
  } & {
387
387
  label?: string;
@@ -389,23 +389,23 @@ declare const _default: {
389
389
  multiple?: boolean;
390
390
  disabled?: boolean;
391
391
  variant?: "default" | "add" | "picker";
392
- readonly?: boolean;
393
- toned?: boolean;
394
392
  "v-slots"?: {
395
393
  default?: import("../../DefineVueTypings").Slot<any[]>;
396
394
  } & {
397
395
  chip?: (item: RenderingItem, index: Number) => VNodeChild;
398
396
  selection?: (item: RenderingItem, index: Number) => VNodeChild;
399
397
  };
400
- "v-model"?: any;
401
- modelValue?: any;
402
- "onUpdate:modelValue"?: (value: any) => any;
403
398
  loading?: boolean;
399
+ "onUpdate:modelValue"?: (value: any) => any;
400
+ modelValue?: any;
404
401
  items?: any;
405
- returnObject?: boolean;
406
- clearable?: boolean;
407
402
  itemTitle?: any;
408
403
  itemValue?: any;
404
+ returnObject?: boolean;
405
+ readonly?: boolean;
406
+ toned?: boolean;
407
+ "v-model"?: any;
408
+ clearable?: boolean;
409
409
  searchable?: boolean;
410
410
  }>, "onUpdate:modelValue" | "onClick:button"> & {
411
411
  "onUpdate:modelValue"?: (value: any) => any;
@@ -5,14 +5,13 @@ declare const _default: {
5
5
  $props: {
6
6
  container?: any;
7
7
  blueprint?: any;
8
- colorSchemaType?: any;
9
8
  blueprintType?: any;
9
+ colorSchemaType?: any;
10
10
  colors?: any;
11
11
  readonly label?: string;
12
12
  style?: unknown;
13
13
  class?: String | String[];
14
14
  key?: string | number | symbol;
15
- readonly direction?: "horizontal" | "vertical";
16
15
  ref?: import("vue").VNodeRef;
17
16
  ref_for?: boolean;
18
17
  ref_key?: string;
@@ -54,12 +53,13 @@ declare const _default: {
54
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
55
54
  [key: string]: any;
56
55
  }>) => void)[];
56
+ readonly direction?: "horizontal" | "vertical";
57
57
  readonly variant?: "default" | "prominent";
58
- readonly "v-model"?: any;
59
- readonly modelValue?: any;
60
- "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
61
58
  readonly min?: string;
62
59
  readonly max?: string;
60
+ "onUpdate:modelValue"?: ((value: any) => any) & ((value: any) => any);
61
+ readonly modelValue?: any;
62
+ readonly "v-model"?: any;
63
63
  readonly step?: string;
64
64
  readonly noThumbLabel?: boolean;
65
65
  };
@@ -125,8 +125,8 @@ declare const _default: {
125
125
  }, string, {
126
126
  container?: any;
127
127
  blueprint?: any;
128
- colorSchemaType?: any;
129
128
  blueprintType?: any;
129
+ colorSchemaType?: any;
130
130
  colors?: any;
131
131
  }, {}, string, {}> & {
132
132
  beforeCreate?: (() => void) | (() => void)[];
@@ -245,26 +245,26 @@ declare const _default: {
245
245
  }, string, {
246
246
  container?: any;
247
247
  blueprint?: any;
248
- colorSchemaType?: any;
249
248
  blueprintType?: any;
249
+ colorSchemaType?: any;
250
250
  colors?: any;
251
251
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
252
252
  propsDefinition: Omit<Readonly<{
253
253
  container?: any;
254
254
  blueprint?: any;
255
- colorSchemaType?: any;
256
255
  blueprintType?: any;
256
+ colorSchemaType?: any;
257
257
  colors?: any;
258
258
  } & {
259
259
  label?: string;
260
260
  class?: String | String[];
261
261
  direction?: "horizontal" | "vertical";
262
262
  variant?: "default" | "prominent";
263
- "v-model"?: any;
264
- modelValue?: any;
265
- "onUpdate:modelValue"?: (value: any) => any;
266
263
  min?: string;
267
264
  max?: string;
265
+ "onUpdate:modelValue"?: (value: any) => any;
266
+ modelValue?: any;
267
+ "v-model"?: any;
268
268
  step?: string;
269
269
  noThumbLabel?: boolean;
270
270
  }>, "onUpdate:modelValue"> & {
@@ -5,8 +5,8 @@ declare const _default: {
5
5
  $props: {
6
6
  container?: any;
7
7
  blueprint?: any;
8
- colorSchemaType?: any;
9
8
  blueprintType?: any;
9
+ colorSchemaType?: any;
10
10
  colors?: any;
11
11
  readonly text?: string;
12
12
  style?: unknown;
@@ -53,9 +53,9 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
- readonly "v-model"?: boolean;
57
- readonly modelValue?: boolean;
58
56
  readonly "onUpdate:modelValue"?: (value: boolean) => any;
57
+ readonly modelValue?: boolean;
58
+ readonly "v-model"?: boolean;
59
59
  };
60
60
  $attrs: {
61
61
  [x: string]: unknown;
@@ -97,8 +97,8 @@ declare const _default: {
97
97
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
98
  container?: any;
99
99
  blueprint?: any;
100
- colorSchemaType?: any;
101
100
  blueprintType?: any;
101
+ colorSchemaType?: any;
102
102
  colors?: any;
103
103
  }, {}, string, {}> & {
104
104
  beforeCreate?: (() => void) | (() => void)[];
@@ -175,22 +175,22 @@ declare const _default: {
175
175
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
176
176
  container?: any;
177
177
  blueprint?: any;
178
- colorSchemaType?: any;
179
178
  blueprintType?: any;
179
+ colorSchemaType?: any;
180
180
  colors?: any;
181
181
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
182
182
  propsDefinition: Omit<Readonly<{
183
183
  container?: any;
184
184
  blueprint?: any;
185
- colorSchemaType?: any;
186
185
  blueprintType?: any;
186
+ colorSchemaType?: any;
187
187
  colors?: any;
188
188
  } & {
189
189
  text?: string;
190
190
  class?: String | String[];
191
- "v-model"?: boolean;
192
- modelValue?: boolean;
193
191
  "onUpdate:modelValue"?: (value: boolean) => any;
192
+ modelValue?: boolean;
193
+ "v-model"?: boolean;
194
194
  }>, never>;
195
195
  };
196
196
  export default _default;
@@ -6,7 +6,6 @@ declare const _default: {
6
6
  style?: unknown;
7
7
  class?: unknown;
8
8
  key?: string | number | symbol;
9
- readonly vertical?: boolean;
10
9
  ref?: import("vue").VNodeRef;
11
10
  ref_for?: boolean;
12
11
  ref_key?: string;
@@ -48,9 +47,10 @@ declare const _default: {
48
47
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
48
  [key: string]: any;
50
49
  }>) => void)[];
51
- readonly "v-model"?: number;
52
- readonly modelValue?: number;
50
+ readonly vertical?: boolean;
53
51
  readonly "onUpdate:modelValue"?: (value: number) => any;
52
+ readonly modelValue?: number;
53
+ readonly "v-model"?: number;
54
54
  };
55
55
  $attrs: {
56
56
  [x: string]: unknown;
@@ -69,16 +69,16 @@ declare const _default: {
69
69
  vertical: {
70
70
  type: import("vue").PropType<boolean>;
71
71
  };
72
- "v-model": {
73
- type: import("vue").PropType<number>;
74
- required: false;
72
+ "onUpdate:modelValue": {
73
+ type: import("vue").PropType<(value: number) => any>;
75
74
  };
76
75
  modelValue: {
77
76
  type: import("vue").PropType<number>;
78
77
  required: false;
79
78
  };
80
- "onUpdate:modelValue": {
81
- type: import("vue").PropType<(value: number) => any>;
79
+ "v-model": {
80
+ type: import("vue").PropType<number>;
81
+ required: false;
82
82
  };
83
83
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
84
84
  beforeCreate?: (() => void) | (() => void)[];
@@ -104,16 +104,16 @@ declare const _default: {
104
104
  vertical: {
105
105
  type: import("vue").PropType<boolean>;
106
106
  };
107
- "v-model": {
108
- type: import("vue").PropType<number>;
109
- required: false;
107
+ "onUpdate:modelValue": {
108
+ type: import("vue").PropType<(value: number) => any>;
110
109
  };
111
110
  modelValue: {
112
111
  type: import("vue").PropType<number>;
113
112
  required: false;
114
113
  };
115
- "onUpdate:modelValue": {
116
- type: import("vue").PropType<(value: number) => any>;
114
+ "v-model": {
115
+ type: import("vue").PropType<number>;
116
+ required: false;
117
117
  };
118
118
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
119
119
  __isFragment?: never;
@@ -123,23 +123,23 @@ declare const _default: {
123
123
  vertical: {
124
124
  type: import("vue").PropType<boolean>;
125
125
  };
126
- "v-model": {
127
- type: import("vue").PropType<number>;
128
- required: false;
126
+ "onUpdate:modelValue": {
127
+ type: import("vue").PropType<(value: number) => any>;
129
128
  };
130
129
  modelValue: {
131
130
  type: import("vue").PropType<number>;
132
131
  required: false;
133
132
  };
134
- "onUpdate:modelValue": {
135
- type: import("vue").PropType<(value: number) => any>;
133
+ "v-model": {
134
+ type: import("vue").PropType<number>;
135
+ required: false;
136
136
  };
137
137
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
138
138
  propsDefinition: Omit<Readonly<{} & {
139
139
  vertical?: boolean;
140
- "v-model"?: number;
141
- modelValue?: number;
142
140
  "onUpdate:modelValue"?: (value: number) => any;
141
+ modelValue?: number;
142
+ "v-model"?: number;
143
143
  }>, never>;
144
144
  };
145
145
  export default _default;
@@ -13,7 +13,6 @@ declare const _default: {
13
13
  style?: unknown;
14
14
  class?: unknown;
15
15
  key?: string | number | symbol;
16
- readonly icon?: StepIconModel;
17
16
  ref?: import("vue").VNodeRef;
18
17
  ref_for?: boolean;
19
18
  ref_key?: string;
@@ -55,6 +54,7 @@ declare const _default: {
55
54
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
55
  [key: string]: any;
57
56
  }>) => void)[];
57
+ readonly icon?: StepIconModel;
58
58
  readonly step?: number;
59
59
  readonly complete?: boolean;
60
60
  };
@@ -5,8 +5,8 @@ declare const _default: {
5
5
  $props: {
6
6
  container?: any;
7
7
  blueprint?: any;
8
- colorSchemaType?: any;
9
8
  blueprintType?: any;
9
+ colorSchemaType?: any;
10
10
  colors?: any;
11
11
  readonly label?: string;
12
12
  style?: unknown;
@@ -53,9 +53,9 @@ declare const _default: {
53
53
  }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
54
  [key: string]: any;
55
55
  }>) => void)[];
56
- readonly "v-model"?: boolean;
57
- readonly modelValue?: boolean;
58
56
  "onUpdate:modelValue"?: ((value: boolean) => any) & ((value: any) => any);
57
+ readonly modelValue?: boolean;
58
+ readonly "v-model"?: boolean;
59
59
  };
60
60
  $attrs: {
61
61
  [x: string]: unknown;
@@ -101,8 +101,8 @@ declare const _default: {
101
101
  }, string, {
102
102
  container?: any;
103
103
  blueprint?: any;
104
- colorSchemaType?: any;
105
104
  blueprintType?: any;
105
+ colorSchemaType?: any;
106
106
  colors?: any;
107
107
  }, {}, string, {}> & {
108
108
  beforeCreate?: (() => void) | (() => void)[];
@@ -185,22 +185,22 @@ declare const _default: {
185
185
  }, string, {
186
186
  container?: any;
187
187
  blueprint?: any;
188
- colorSchemaType?: any;
189
188
  blueprintType?: any;
189
+ colorSchemaType?: any;
190
190
  colors?: any;
191
191
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
192
192
  propsDefinition: Omit<Readonly<{
193
193
  container?: any;
194
194
  blueprint?: any;
195
- colorSchemaType?: any;
196
195
  blueprintType?: any;
196
+ colorSchemaType?: any;
197
197
  colors?: any;
198
198
  } & {
199
199
  label?: string;
200
200
  class?: String | String[];
201
- "v-model"?: boolean;
202
- modelValue?: boolean;
203
201
  "onUpdate:modelValue"?: (value: boolean) => any;
202
+ modelValue?: boolean;
203
+ "v-model"?: boolean;
204
204
  }>, "onUpdate:modelValue"> & {
205
205
  "onUpdate:modelValue"?: (value: any) => any;
206
206
  };