@breadstone/mosaik-elements-vue 0.0.254 → 0.0.255

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