@breadstone/mosaik-elements-vue 0.0.248 → 0.0.250

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