@breadstone/mosaik-elements-vue 0.1.57 → 0.1.59

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 (225) hide show
  1. package/Controls/Components/Buttons/Anchor/AnchorComponent.d.ts +6 -6
  2. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +16 -16
  3. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +10 -10
  4. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +20 -20
  5. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +6 -6
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +4 -4
  7. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +8 -8
  8. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +12 -12
  9. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +20 -20
  10. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +2 -2
  11. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +10 -10
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
  13. package/Controls/Components/Cells/CellComponent.d.ts +2 -2
  14. package/Controls/Components/Charts/ChartComponent.d.ts +10 -10
  15. package/Controls/Components/Effects/Perspective/PerspectiveComponent.d.ts +2 -2
  16. package/Controls/Components/Effects/Scale/ScaleComponent.d.ts +2 -2
  17. package/Controls/Components/Forms/FormFieldComponent.d.ts +2 -2
  18. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +10 -10
  19. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +6 -6
  20. package/Controls/Components/Grouping/Breadcrumb/BreadcrumbItemComponent.d.ts +8 -8
  21. package/Controls/Components/Grouping/Card/CardComponent.d.ts +8 -8
  22. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +10 -10
  23. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
  24. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
  25. package/Controls/Components/Grouping/Message/MessageContentComponent.d.ts +4 -4
  26. package/Controls/Components/Grouping/actionbar/ActionbarComponent.d.ts +2 -2
  27. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +44 -44
  28. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +22 -22
  29. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +8 -8
  30. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +8 -8
  31. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +4 -4
  32. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +16 -16
  33. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +10 -10
  34. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +4 -4
  35. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +28 -28
  36. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +36 -36
  37. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +36 -36
  38. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +14 -14
  39. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +20 -20
  40. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +12 -12
  41. package/Controls/Components/Inputs/FileUpload/FileUploadItemComponent.d.ts +2 -2
  42. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +20 -20
  43. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +16 -16
  44. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +14 -14
  45. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +8 -8
  46. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +4 -4
  47. package/Controls/Components/Inputs/Rating/RatingComponent.d.ts +2 -2
  48. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +20 -20
  49. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +18 -18
  50. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +6 -6
  51. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +18 -18
  52. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +18 -18
  53. package/Controls/Components/Inputs/Select/SelectItemComponent.d.ts +10 -10
  54. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +12 -12
  55. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +24 -24
  56. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +34 -34
  57. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +8 -8
  58. package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts +72 -0
  59. package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.d.ts.map +1 -0
  60. package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js +31 -0
  61. package/Controls/Components/Inputs/prompt-box/PromptBoxComponent.js.map +1 -0
  62. package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts +37 -0
  63. package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.d.ts.map +1 -0
  64. package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js +30 -0
  65. package/Controls/Components/Inputs/prompt-box/attachments/PromptBoxAttachmentListComponent.js.map +1 -0
  66. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts +46 -0
  67. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.d.ts.map +1 -0
  68. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js +31 -0
  69. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxAttachmentToolComponent.js.map +1 -0
  70. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts +57 -0
  71. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.d.ts.map +1 -0
  72. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js +34 -0
  73. package/Controls/Components/Inputs/prompt-box/tools/PromptBoxVoiceRecorderToolComponent.js.map +1 -0
  74. package/Controls/Components/Layouts/Designer/Canvas/DesignerCanvasComponent.d.ts +2 -2
  75. package/Controls/Components/Layouts/Dock/DockPanelComponent.d.ts +2 -2
  76. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +4 -4
  77. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +6 -6
  78. package/Controls/Components/Layouts/FlowBoard/FlowBoardComponent.d.ts +2 -2
  79. package/Controls/Components/Layouts/Grid/GridComponent.d.ts +4 -4
  80. package/Controls/Components/Layouts/Grid/GridItemComponent.d.ts +4 -4
  81. package/Controls/Components/Layouts/Masonry/MasonryComponent.d.ts +2 -2
  82. package/Controls/Components/Layouts/Page/PageHeaderComponent.d.ts +2 -2
  83. package/Controls/Components/Layouts/Resize/ResizeComponent.d.ts +2 -2
  84. package/Controls/Components/Layouts/Split/SplitComponent.d.ts +4 -4
  85. package/Controls/Components/Layouts/Stack/StackComponent.d.ts +2 -2
  86. package/Controls/Components/Layouts/TileList/TileListItemComponent.d.ts +8 -8
  87. package/Controls/Components/Layouts/TileManager/TileManagerComponent.d.ts +4 -4
  88. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +12 -12
  89. package/Controls/Components/Layouts/Wrap/WrapComponent.d.ts +2 -2
  90. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +4 -4
  91. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +4 -4
  92. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  93. package/Controls/Components/Media/Chat/ChatComponent.d.ts +4 -2
  94. package/Controls/Components/Media/Chat/ChatComponent.d.ts.map +1 -1
  95. package/Controls/Components/Media/Chat/ChatComponent.js +2 -2
  96. package/Controls/Components/Media/Chat/ChatComponent.js.map +1 -1
  97. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +4 -4
  98. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  99. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +8 -8
  100. package/Controls/Components/Media/Chat/ChatMessageDividerComponent.d.ts +2 -2
  101. package/Controls/Components/Media/Chat/ChatMessageReactionComponent.d.ts +2 -2
  102. package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts +37 -0
  103. package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.d.ts.map +1 -0
  104. package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js +30 -0
  105. package/Controls/Components/Media/Chat/ChatPromptBoxAttachmentListComponent.js.map +1 -0
  106. package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts +70 -0
  107. package/Controls/Components/Media/Chat/ChatPromptBoxComponent.d.ts.map +1 -0
  108. package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js +31 -0
  109. package/Controls/Components/Media/Chat/ChatPromptBoxComponent.js.map +1 -0
  110. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts +4 -2
  111. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.d.ts.map +1 -1
  112. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js +4 -4
  113. package/Controls/Components/Media/Chat/Tools/AttachmentChatToolComponent.js.map +1 -1
  114. package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts +2 -0
  115. package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.d.ts.map +1 -1
  116. package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js +2 -2
  117. package/Controls/Components/Media/Chat/Tools/ReactionChatToolComponent.js.map +1 -1
  118. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts +10 -8
  119. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.d.ts.map +1 -1
  120. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js +4 -4
  121. package/Controls/Components/Media/Chat/Tools/VoiceRecorderChatToolComponent.js.map +1 -1
  122. package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
  123. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +6 -6
  124. package/Controls/Components/Media/ColorEditor/ColorEditorAlphaSliderComponent.d.ts +2 -2
  125. package/Controls/Components/Media/ColorEditor/ColorEditorComponent.d.ts +12 -12
  126. package/Controls/Components/Media/ColorEditor/ColorEditorInputsComponent.d.ts +2 -2
  127. package/Controls/Components/Media/ColorEditor/ColorEditorPaletteComponent.d.ts +2 -2
  128. package/Controls/Components/Media/ColorPicker/ColorPickerComponent.d.ts +6 -6
  129. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
  130. package/Controls/Components/Media/Comment/CommentComponent.d.ts +2 -2
  131. package/Controls/Components/Media/Icon/IconComponent.d.ts +4 -4
  132. package/Controls/Components/Media/Image/ImageComponent.d.ts +2 -2
  133. package/Controls/Components/Media/Map/MapComponent.d.ts +2 -2
  134. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +10 -10
  135. package/Controls/Components/Media/QRCode/QRCodeComponent.d.ts +2 -2
  136. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +4 -4
  137. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  138. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +2 -2
  139. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +16 -16
  140. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +12 -12
  141. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +2 -2
  142. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +28 -28
  143. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +4 -4
  144. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +18 -18
  145. package/Controls/Components/Overlays/tour/TourComponent.d.ts +14 -14
  146. package/Controls/Components/Overlays/tour/TourStepComponent.d.ts +2 -2
  147. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +2 -2
  148. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +2 -2
  149. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  150. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +22 -22
  151. package/Controls/Components/Primitives/Elevation/ElevationComponent.d.ts +2 -2
  152. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +2 -2
  153. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +26 -26
  154. package/Controls/Components/Primitives/FocusRing/FocusRingComponent.d.ts +2 -2
  155. package/Controls/Components/Primitives/Footer/FooterComponent.d.ts +2 -2
  156. package/Controls/Components/Primitives/Hint/HintComponent.d.ts +2 -2
  157. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +4 -4
  158. package/Controls/Components/Primitives/Kbd/KbdComponent.d.ts +2 -2
  159. package/Controls/Components/Primitives/Number/NumberCounterComponent.d.ts +2 -2
  160. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +6 -6
  161. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
  162. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +28 -28
  163. package/Controls/Components/Primitives/Portal/PortalComponent.d.ts +2 -2
  164. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +2 -2
  165. package/Controls/Components/Primitives/ResizeThumb/ResizeThumbComponent.d.ts +8 -8
  166. package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts +2 -1
  167. package/Controls/Components/Primitives/Scroll/ScrollComponent.d.ts.map +1 -1
  168. package/Controls/Components/Primitives/Scroll/ScrollComponent.js +3 -2
  169. package/Controls/Components/Primitives/Scroll/ScrollComponent.js.map +1 -1
  170. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +2 -2
  171. package/Controls/Components/Primitives/Text/TextComponent.d.ts +8 -8
  172. package/Controls/Components/Primitives/TickBar/TickBarComponent.d.ts +4 -4
  173. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +8 -8
  174. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +24 -24
  175. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +6 -6
  176. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
  177. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +4 -4
  178. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
  179. package/Controls/Components/Ranges/MeterBar/MeterBarComponent.d.ts +8 -8
  180. package/Controls/Components/Ranges/MeterRing/MeterRingComponent.d.ts +10 -10
  181. package/Controls/Components/Ranges/ProgressBar/ProgressBarComponent.d.ts +6 -6
  182. package/Controls/Components/Ranges/ProgressRing/ProgressRingComponent.d.ts +4 -4
  183. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +4 -4
  184. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +4 -4
  185. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +6 -6
  186. package/Controls/Components/Ranges/Slider2/Slider2ThumbComponent.d.ts +2 -2
  187. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +6 -6
  188. package/Controls/Components/Selectors/Carousel/CarouselItemComponent.d.ts +4 -4
  189. package/Controls/Components/Selectors/Carousel2/CarouselItem2Component.d.ts +4 -4
  190. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +14 -14
  191. package/Controls/Components/Selectors/Combo/ComboItemComponent.d.ts +12 -12
  192. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +20 -20
  193. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +4 -4
  194. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +8 -8
  195. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +8 -8
  196. package/Controls/Components/Selectors/List/ListComponent.d.ts +8 -8
  197. package/Controls/Components/Selectors/List/ListItemComponent.d.ts +10 -10
  198. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +14 -14
  199. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +6 -6
  200. package/Controls/Components/Selectors/Stepper/StepperComponent.d.ts +2 -2
  201. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +14 -14
  202. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +4 -4
  203. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +8 -8
  204. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +4 -4
  205. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +4 -4
  206. package/Controls/Components/Selectors/TabStrip/TabStripItemComponent.d.ts +8 -8
  207. package/Controls/Components/Selectors/Table/TableBodyCellComponent.d.ts +6 -6
  208. package/Controls/Components/Selectors/Table/TableBodyRowComponent.d.ts +2 -2
  209. package/Controls/Components/Selectors/Table/TableComponent.d.ts +10 -10
  210. package/Controls/Components/Selectors/Table/TableFooterCellComponent.d.ts +2 -2
  211. package/Controls/Components/Selectors/Table/TableHeaderCellComponent.d.ts +20 -20
  212. package/Controls/Components/Selectors/Table/editor/TableColumnEditorComponent.d.ts +2 -2
  213. package/Controls/Components/Selectors/Tree/TreeItemComponent.d.ts +16 -16
  214. package/Controls/Components/Selectors/Wizard/WizardComponent.d.ts +2 -2
  215. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +8 -8
  216. package/Controls/Components/Shell/AppHeaderComponent.d.ts +2 -2
  217. package/Controls/Components/States/Busy/BusyStateComponent.d.ts +2 -2
  218. package/Controls/Components/States/Empty/EmptyStateComponent.d.ts +2 -2
  219. package/Controls/Components/States/Error/ErrorStateComponent.d.ts +2 -2
  220. package/Controls/Components/States/Success/SuccessStateComponent.d.ts +2 -2
  221. package/Index.d.ts +6 -2
  222. package/Index.d.ts.map +1 -1
  223. package/Index.js +6 -2
  224. package/Index.js.map +1 -1
  225. package/package.json +2 -2
@@ -9,12 +9,12 @@ export declare const AnchorComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  label?: any;
11
11
  disabled?: any;
12
- underline?: any;
12
+ variant?: any;
13
+ target?: any;
13
14
  download?: any;
14
15
  href?: any;
15
16
  rel?: any;
16
- target?: any;
17
- variant?: any;
17
+ underline?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -23,12 +23,12 @@ export declare const AnchorComponent: import("vue").DefineComponent<{
23
23
  lang?: any;
24
24
  label?: any;
25
25
  disabled?: any;
26
- underline?: any;
26
+ variant?: any;
27
+ target?: any;
27
28
  download?: any;
28
29
  href?: any;
29
30
  rel?: any;
30
- target?: any;
31
- variant?: any;
31
+ underline?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -13,22 +13,22 @@ export declare const ButtonComponent: import("vue").DefineComponent<{
13
13
  size?: any;
14
14
  orientation?: any;
15
15
  disabled?: any;
16
- download?: any;
17
- href?: any;
18
- rel?: any;
19
- target?: any;
16
+ value?: any;
20
17
  variant?: any;
21
- isBusy?: any;
22
18
  appearance?: any;
23
- value?: any;
24
19
  isFocused?: any;
25
- icon?: any;
26
- iconSize?: any;
20
+ isBusy?: any;
27
21
  horizontalContentAlignment?: any;
28
22
  verticalContentAlignment?: any;
23
+ icon?: any;
29
24
  iconPosition?: any;
25
+ iconSize?: any;
30
26
  type?: any;
31
27
  ripple?: any;
28
+ target?: any;
29
+ download?: any;
30
+ href?: any;
31
+ rel?: any;
32
32
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
33
  [key: string]: any;
34
34
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -41,22 +41,22 @@ export declare const ButtonComponent: import("vue").DefineComponent<{
41
41
  size?: any;
42
42
  orientation?: any;
43
43
  disabled?: any;
44
- download?: any;
45
- href?: any;
46
- rel?: any;
47
- target?: any;
44
+ value?: any;
48
45
  variant?: any;
49
- isBusy?: any;
50
46
  appearance?: any;
51
- value?: any;
52
47
  isFocused?: any;
53
- icon?: any;
54
- iconSize?: any;
48
+ isBusy?: any;
55
49
  horizontalContentAlignment?: any;
56
50
  verticalContentAlignment?: any;
51
+ icon?: any;
57
52
  iconPosition?: any;
53
+ iconSize?: any;
58
54
  type?: any;
59
55
  ripple?: any;
56
+ target?: any;
57
+ download?: any;
58
+ href?: any;
59
+ rel?: any;
60
60
  }> & Readonly<{
61
61
  onConnected?: ((...args: any[]) => any) | undefined;
62
62
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -13,20 +13,20 @@ export declare const CompoundButtonComponent: import("vue").DefineComponent<{
13
13
  size?: any;
14
14
  orientation?: any;
15
15
  disabled?: any;
16
+ value?: any;
16
17
  variant?: any;
17
- isBusy?: any;
18
18
  appearance?: any;
19
- value?: any;
20
19
  isFocused?: any;
21
- icon?: any;
22
- iconSize?: any;
20
+ isBusy?: any;
23
21
  horizontalContentAlignment?: any;
24
22
  verticalContentAlignment?: any;
23
+ icon?: any;
25
24
  iconPosition?: any;
25
+ iconSize?: any;
26
26
  type?: any;
27
27
  ripple?: any;
28
- isNavigation?: any;
29
28
  subLabel?: any;
29
+ isNavigation?: any;
30
30
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
31
  [key: string]: any;
32
32
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -39,20 +39,20 @@ export declare const CompoundButtonComponent: import("vue").DefineComponent<{
39
39
  size?: any;
40
40
  orientation?: any;
41
41
  disabled?: any;
42
+ value?: any;
42
43
  variant?: any;
43
- isBusy?: any;
44
44
  appearance?: any;
45
- value?: any;
46
45
  isFocused?: any;
47
- icon?: any;
48
- iconSize?: any;
46
+ isBusy?: any;
49
47
  horizontalContentAlignment?: any;
50
48
  verticalContentAlignment?: any;
49
+ icon?: any;
51
50
  iconPosition?: any;
51
+ iconSize?: any;
52
52
  type?: any;
53
53
  ripple?: any;
54
- isNavigation?: any;
55
54
  subLabel?: any;
55
+ isNavigation?: any;
56
56
  }> & Readonly<{
57
57
  onConnected?: ((...args: any[]) => any) | undefined;
58
58
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -13,8 +13,18 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
13
13
  size?: any;
14
14
  orientation?: any;
15
15
  disabled?: any;
16
+ value?: any;
16
17
  variant?: any;
18
+ appearance?: any;
19
+ isFocused?: any;
17
20
  isBusy?: any;
21
+ horizontalContentAlignment?: any;
22
+ verticalContentAlignment?: any;
23
+ icon?: any;
24
+ iconPosition?: any;
25
+ iconSize?: any;
26
+ type?: any;
27
+ ripple?: any;
18
28
  dropDownPlacement?: any;
19
29
  dropDownStrategy?: any;
20
30
  dropDownDistance?: any;
@@ -25,16 +35,6 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
25
35
  dropDownWidth?: any;
26
36
  dropDownMaxWidth?: any;
27
37
  isDropDownOpen?: any;
28
- appearance?: any;
29
- value?: any;
30
- isFocused?: any;
31
- icon?: any;
32
- iconSize?: any;
33
- horizontalContentAlignment?: any;
34
- verticalContentAlignment?: any;
35
- iconPosition?: any;
36
- type?: any;
37
- ripple?: any;
38
38
  caretVisible?: any;
39
39
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
40
40
  [key: string]: any;
@@ -48,8 +48,18 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
48
48
  size?: any;
49
49
  orientation?: any;
50
50
  disabled?: any;
51
+ value?: any;
51
52
  variant?: any;
53
+ appearance?: any;
54
+ isFocused?: any;
52
55
  isBusy?: any;
56
+ horizontalContentAlignment?: any;
57
+ verticalContentAlignment?: any;
58
+ icon?: any;
59
+ iconPosition?: any;
60
+ iconSize?: any;
61
+ type?: any;
62
+ ripple?: any;
53
63
  dropDownPlacement?: any;
54
64
  dropDownStrategy?: any;
55
65
  dropDownDistance?: any;
@@ -60,16 +70,6 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
60
70
  dropDownWidth?: any;
61
71
  dropDownMaxWidth?: any;
62
72
  isDropDownOpen?: any;
63
- appearance?: any;
64
- value?: any;
65
- isFocused?: any;
66
- icon?: any;
67
- iconSize?: any;
68
- horizontalContentAlignment?: any;
69
- verticalContentAlignment?: any;
70
- iconPosition?: any;
71
- type?: any;
72
- ripple?: any;
73
73
  caretVisible?: any;
74
74
  }> & Readonly<{
75
75
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -10,14 +10,14 @@ export declare const FabComponent: import("vue").DefineComponent<{
10
10
  label?: any;
11
11
  size?: any;
12
12
  disabled?: any;
13
+ value?: any;
13
14
  variant?: any;
14
- isBusy?: any;
15
15
  appearance?: any;
16
- value?: any;
17
16
  isFocused?: any;
17
+ isBusy?: any;
18
18
  icon?: any;
19
- iconSize?: any;
20
19
  iconPosition?: any;
20
+ iconSize?: any;
21
21
  type?: any;
22
22
  ripple?: any;
23
23
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -29,14 +29,14 @@ export declare const FabComponent: import("vue").DefineComponent<{
29
29
  label?: any;
30
30
  size?: any;
31
31
  disabled?: any;
32
+ value?: any;
32
33
  variant?: any;
33
- isBusy?: any;
34
34
  appearance?: any;
35
- value?: any;
36
35
  isFocused?: any;
36
+ isBusy?: any;
37
37
  icon?: any;
38
- iconSize?: any;
39
38
  iconPosition?: any;
39
+ iconSize?: any;
40
40
  type?: any;
41
41
  ripple?: any;
42
42
  }> & Readonly<{
@@ -11,11 +11,11 @@ export declare const FabGroupComponent: import("vue").DefineComponent<{
11
11
  disabled?: any;
12
12
  variant?: any;
13
13
  appearance?: any;
14
- icon?: any;
15
- iconSize?: any;
16
14
  isOpen?: any;
17
15
  closeable?: any;
16
+ icon?: any;
18
17
  iconPosition?: any;
18
+ iconSize?: any;
19
19
  direction?: any;
20
20
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
21
  [key: string]: any;
@@ -27,11 +27,11 @@ export declare const FabGroupComponent: import("vue").DefineComponent<{
27
27
  disabled?: any;
28
28
  variant?: any;
29
29
  appearance?: any;
30
- icon?: any;
31
- iconSize?: any;
32
30
  isOpen?: any;
33
31
  closeable?: any;
32
+ icon?: any;
34
33
  iconPosition?: any;
34
+ iconSize?: any;
35
35
  direction?: any;
36
36
  }> & Readonly<{
37
37
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -13,16 +13,16 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
13
13
  size?: any;
14
14
  orientation?: any;
15
15
  disabled?: any;
16
+ value?: any;
16
17
  variant?: any;
17
- isBusy?: any;
18
18
  appearance?: any;
19
- value?: any;
20
19
  isFocused?: any;
21
- icon?: any;
22
- iconSize?: any;
20
+ isBusy?: any;
23
21
  horizontalContentAlignment?: any;
24
22
  verticalContentAlignment?: any;
23
+ icon?: any;
25
24
  iconPosition?: any;
25
+ iconSize?: any;
26
26
  type?: any;
27
27
  ripple?: any;
28
28
  duration?: any;
@@ -39,16 +39,16 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
39
39
  size?: any;
40
40
  orientation?: any;
41
41
  disabled?: any;
42
+ value?: any;
42
43
  variant?: any;
43
- isBusy?: any;
44
44
  appearance?: any;
45
- value?: any;
46
45
  isFocused?: any;
47
- icon?: any;
48
- iconSize?: any;
46
+ isBusy?: any;
49
47
  horizontalContentAlignment?: any;
50
48
  verticalContentAlignment?: any;
49
+ icon?: any;
51
50
  iconPosition?: any;
51
+ iconSize?: any;
52
52
  type?: any;
53
53
  ripple?: any;
54
54
  duration?: any;
@@ -13,21 +13,21 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
13
13
  size?: any;
14
14
  orientation?: any;
15
15
  disabled?: any;
16
+ value?: any;
16
17
  variant?: any;
17
- isBusy?: any;
18
18
  appearance?: any;
19
- value?: any;
19
+ delay?: any;
20
+ interval?: any;
20
21
  isFocused?: any;
21
- icon?: any;
22
- iconSize?: any;
22
+ isBusy?: any;
23
23
  horizontalContentAlignment?: any;
24
24
  verticalContentAlignment?: any;
25
+ icon?: any;
25
26
  iconPosition?: any;
27
+ iconSize?: any;
26
28
  type?: any;
27
29
  ripple?: any;
28
30
  isRepeating?: any;
29
- delay?: any;
30
- interval?: any;
31
31
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
32
  [key: string]: any;
33
33
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "repeated")[], "connected" | "disconnected" | "changed" | "repeated", import("vue").PublicProps, Readonly<{
@@ -40,21 +40,21 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
40
40
  size?: any;
41
41
  orientation?: any;
42
42
  disabled?: any;
43
+ value?: any;
43
44
  variant?: any;
44
- isBusy?: any;
45
45
  appearance?: any;
46
- value?: any;
46
+ delay?: any;
47
+ interval?: any;
47
48
  isFocused?: any;
48
- icon?: any;
49
- iconSize?: any;
49
+ isBusy?: any;
50
50
  horizontalContentAlignment?: any;
51
51
  verticalContentAlignment?: any;
52
+ icon?: any;
52
53
  iconPosition?: any;
54
+ iconSize?: any;
53
55
  type?: any;
54
56
  ripple?: any;
55
57
  isRepeating?: any;
56
- delay?: any;
57
- interval?: any;
58
58
  }> & Readonly<{
59
59
  onConnected?: ((...args: any[]) => any) | undefined;
60
60
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -13,8 +13,18 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
13
13
  size?: any;
14
14
  orientation?: any;
15
15
  disabled?: any;
16
+ value?: any;
16
17
  variant?: any;
18
+ appearance?: any;
19
+ isFocused?: any;
17
20
  isBusy?: any;
21
+ horizontalContentAlignment?: any;
22
+ verticalContentAlignment?: any;
23
+ icon?: any;
24
+ iconPosition?: any;
25
+ iconSize?: any;
26
+ type?: any;
27
+ ripple?: any;
18
28
  dropDownPlacement?: any;
19
29
  dropDownStrategy?: any;
20
30
  dropDownDistance?: any;
@@ -25,16 +35,6 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
25
35
  dropDownWidth?: any;
26
36
  dropDownMaxWidth?: any;
27
37
  isDropDownOpen?: any;
28
- appearance?: any;
29
- value?: any;
30
- isFocused?: any;
31
- icon?: any;
32
- iconSize?: any;
33
- horizontalContentAlignment?: any;
34
- verticalContentAlignment?: any;
35
- iconPosition?: any;
36
- type?: any;
37
- ripple?: any;
38
38
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
39
  [key: string]: any;
40
40
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -47,8 +47,18 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
47
47
  size?: any;
48
48
  orientation?: any;
49
49
  disabled?: any;
50
+ value?: any;
50
51
  variant?: any;
52
+ appearance?: any;
53
+ isFocused?: any;
51
54
  isBusy?: any;
55
+ horizontalContentAlignment?: any;
56
+ verticalContentAlignment?: any;
57
+ icon?: any;
58
+ iconPosition?: any;
59
+ iconSize?: any;
60
+ type?: any;
61
+ ripple?: any;
52
62
  dropDownPlacement?: any;
53
63
  dropDownStrategy?: any;
54
64
  dropDownDistance?: any;
@@ -59,16 +69,6 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
59
69
  dropDownWidth?: any;
60
70
  dropDownMaxWidth?: any;
61
71
  isDropDownOpen?: any;
62
- appearance?: any;
63
- value?: any;
64
- isFocused?: any;
65
- icon?: any;
66
- iconSize?: any;
67
- horizontalContentAlignment?: any;
68
- verticalContentAlignment?: any;
69
- iconPosition?: any;
70
- type?: any;
71
- ripple?: any;
72
72
  }> & Readonly<{
73
73
  onConnected?: ((...args: any[]) => any) | undefined;
74
74
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -12,9 +12,9 @@ export declare const TileComponent: import("vue").DefineComponent<{
12
12
  variant?: any;
13
13
  appearance?: any;
14
14
  isFocused?: any;
15
- elevation?: any;
16
15
  type?: any;
17
16
  ripple?: any;
17
+ elevation?: any;
18
18
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
19
  [key: string]: any;
20
20
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -26,9 +26,9 @@ export declare const TileComponent: import("vue").DefineComponent<{
26
26
  variant?: any;
27
27
  appearance?: any;
28
28
  isFocused?: any;
29
- elevation?: any;
30
29
  type?: any;
31
30
  ripple?: any;
31
+ elevation?: any;
32
32
  }> & Readonly<{
33
33
  onConnected?: ((...args: any[]) => any) | undefined;
34
34
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -13,19 +13,19 @@ export declare const ToggleButtonComponent: import("vue").DefineComponent<{
13
13
  size?: any;
14
14
  orientation?: any;
15
15
  disabled?: any;
16
+ value?: any;
16
17
  variant?: any;
17
- isBusy?: any;
18
18
  appearance?: any;
19
- value?: any;
19
+ isChecked?: any;
20
20
  isFocused?: any;
21
- icon?: any;
22
- iconSize?: any;
21
+ isBusy?: any;
23
22
  horizontalContentAlignment?: any;
24
23
  verticalContentAlignment?: any;
24
+ icon?: any;
25
25
  iconPosition?: any;
26
+ iconSize?: any;
26
27
  type?: any;
27
28
  ripple?: any;
28
- isChecked?: any;
29
29
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
30
  [key: string]: any;
31
31
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled")[], "connected" | "disconnected" | "changed" | "checked" | "unchecked" | "toggled", import("vue").PublicProps, Readonly<{
@@ -38,19 +38,19 @@ export declare const ToggleButtonComponent: import("vue").DefineComponent<{
38
38
  size?: any;
39
39
  orientation?: any;
40
40
  disabled?: any;
41
+ value?: any;
41
42
  variant?: any;
42
- isBusy?: any;
43
43
  appearance?: any;
44
- value?: any;
44
+ isChecked?: any;
45
45
  isFocused?: any;
46
- icon?: any;
47
- iconSize?: any;
46
+ isBusy?: any;
48
47
  horizontalContentAlignment?: any;
49
48
  verticalContentAlignment?: any;
49
+ icon?: any;
50
50
  iconPosition?: any;
51
+ iconSize?: any;
51
52
  type?: any;
52
53
  ripple?: any;
53
- isChecked?: any;
54
54
  }> & Readonly<{
55
55
  onConnected?: ((...args: any[]) => any) | undefined;
56
56
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,9 +10,9 @@ export declare const ToggleButtonGroupComponent: import("vue").DefineComponent<{
10
10
  invalid?: any;
11
11
  orientation?: any;
12
12
  disabled?: any;
13
+ value?: any;
13
14
  variant?: any;
14
15
  appearance?: any;
15
- value?: any;
16
16
  toggleChanged?: any;
17
17
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
18
  [key: string]: any;
@@ -23,9 +23,9 @@ export declare const ToggleButtonGroupComponent: import("vue").DefineComponent<{
23
23
  invalid?: any;
24
24
  orientation?: any;
25
25
  disabled?: any;
26
+ value?: any;
26
27
  variant?: any;
27
28
  appearance?: any;
28
- value?: any;
29
29
  toggleChanged?: any;
30
30
  }> & Readonly<{
31
31
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -9,8 +9,8 @@ export declare const CellComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  label?: any;
11
11
  disabled?: any;
12
- isNavigation?: any;
13
12
  subLabel?: any;
13
+ isNavigation?: any;
14
14
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
15
  [key: string]: any;
16
16
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -19,8 +19,8 @@ export declare const CellComponent: import("vue").DefineComponent<{
19
19
  lang?: any;
20
20
  label?: any;
21
21
  disabled?: any;
22
- isNavigation?: any;
23
22
  subLabel?: any;
23
+ isNavigation?: any;
24
24
  }> & Readonly<{
25
25
  onConnected?: ((...args: any[]) => any) | undefined;
26
26
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -11,27 +11,27 @@ export declare const ChartComponent: import("vue").DefineComponent<{
11
11
  header?: any;
12
12
  legend?: any;
13
13
  fit?: any;
14
+ subHeader?: any;
14
15
  variant?: any;
15
- theme?: any;
16
16
  legendPosition?: any;
17
17
  width?: any;
18
18
  height?: any;
19
- subHeader?: any;
20
- markers?: any;
19
+ theme?: any;
20
+ grid?: any;
21
+ labels?: any;
21
22
  chart?: any;
22
23
  annotations?: any;
23
24
  colors?: any;
24
25
  dataLabels?: any;
25
26
  series?: any;
26
27
  stroke?: any;
27
- labels?: any;
28
+ markers?: any;
28
29
  noData?: any;
29
30
  tooltip?: any;
30
31
  plotOptions?: any;
31
32
  responsive?: any;
32
33
  xAxis?: any;
33
34
  yAxis?: any;
34
- grid?: any;
35
35
  states?: any;
36
36
  display?: any;
37
37
  stacked?: any;
@@ -49,27 +49,27 @@ export declare const ChartComponent: import("vue").DefineComponent<{
49
49
  header?: any;
50
50
  legend?: any;
51
51
  fit?: any;
52
+ subHeader?: any;
52
53
  variant?: any;
53
- theme?: any;
54
54
  legendPosition?: any;
55
55
  width?: any;
56
56
  height?: any;
57
- subHeader?: any;
58
- markers?: any;
57
+ theme?: any;
58
+ grid?: any;
59
+ labels?: any;
59
60
  chart?: any;
60
61
  annotations?: any;
61
62
  colors?: any;
62
63
  dataLabels?: any;
63
64
  series?: any;
64
65
  stroke?: any;
65
- labels?: any;
66
+ markers?: any;
66
67
  noData?: any;
67
68
  tooltip?: any;
68
69
  plotOptions?: any;
69
70
  responsive?: any;
70
71
  xAxis?: any;
71
72
  yAxis?: any;
72
- grid?: any;
73
73
  states?: any;
74
74
  display?: any;
75
75
  stacked?: any;
@@ -9,8 +9,8 @@ export declare const PerspectiveComponent: import("vue").DefineComponent<{
9
9
  lang?: any;
10
10
  disabled?: any;
11
11
  for?: any;
12
- duration?: any;
13
12
  factor?: any;
13
+ duration?: any;
14
14
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
15
  [key: string]: any;
16
16
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -19,8 +19,8 @@ export declare const PerspectiveComponent: import("vue").DefineComponent<{
19
19
  lang?: any;
20
20
  disabled?: any;
21
21
  for?: any;
22
- duration?: any;
23
22
  factor?: any;
23
+ duration?: any;
24
24
  }> & Readonly<{
25
25
  onConnected?: ((...args: any[]) => any) | undefined;
26
26
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -10,8 +10,8 @@ export declare const ScaleComponent: import("vue").DefineComponent<{
10
10
  mode?: any;
11
11
  disabled?: any;
12
12
  for?: any;
13
- duration?: any;
14
13
  factor?: any;
14
+ duration?: any;
15
15
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
16
  [key: string]: any;
17
17
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
@@ -21,8 +21,8 @@ export declare const ScaleComponent: import("vue").DefineComponent<{
21
21
  mode?: any;
22
22
  disabled?: any;
23
23
  for?: any;
24
- duration?: any;
25
24
  factor?: any;
25
+ duration?: any;
26
26
  }> & Readonly<{
27
27
  onConnected?: ((...args: any[]) => any) | undefined;
28
28
  onDisconnected?: ((...args: any[]) => any) | undefined;