@breadstone/mosaik-elements-vue 0.1.50 → 0.1.52

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 (155) hide show
  1. package/Controls/Components/Buttons/Button/ButtonComponent.d.ts +2 -2
  2. package/Controls/Components/Buttons/Button/ButtonGroupComponent.d.ts +2 -2
  3. package/Controls/Components/Buttons/CompoundButton/CompoundButtonComponent.d.ts +2 -2
  4. package/Controls/Components/Buttons/DropDownButton/DropDownButtonComponent.d.ts +2 -2
  5. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonComponent.d.ts +2 -2
  6. package/Controls/Components/Buttons/FloatingActionButton/FloatingActionButtonGroupComponent.d.ts +9 -9
  7. package/Controls/Components/Buttons/PressButton/PressButtonComponent.d.ts +2 -2
  8. package/Controls/Components/Buttons/RepeatButton/RepeatButtonComponent.d.ts +2 -2
  9. package/Controls/Components/Buttons/SplitButton/SplitButtonComponent.d.ts +2 -2
  10. package/Controls/Components/Buttons/Tile/TileComponent.d.ts +4 -4
  11. package/Controls/Components/Buttons/ToggleButton/ToggleButtonComponent.d.ts +2 -2
  12. package/Controls/Components/Buttons/ToggleButton/ToggleButtonGroupComponent.d.ts +2 -2
  13. package/Controls/Components/Charts/ChartComponent.d.ts +6 -6
  14. package/Controls/Components/Grouping/Banner/BannerComponent.d.ts +11 -11
  15. package/Controls/Components/Grouping/BannerGroup/BannerGroupComponent.d.ts +2 -2
  16. package/Controls/Components/Grouping/Card/CardComponent.d.ts +4 -4
  17. package/Controls/Components/Grouping/Expander/ExpanderComponent.d.ts +8 -8
  18. package/Controls/Components/Grouping/Expander/ExpanderGroupComponent.d.ts +2 -2
  19. package/Controls/Components/Grouping/Message/MessageComponent.d.ts +12 -12
  20. package/Controls/Components/Grouping/Toolbar/ToolbarComponent.d.ts +2 -2
  21. package/Controls/Components/Inputs/AutoCompleteBox/AutoCompleteBoxComponent.d.ts +2 -2
  22. package/Controls/Components/Inputs/Calendar/CalendarComponent.d.ts +2 -2
  23. package/Controls/Components/Inputs/Calendar/CalendarItemComponent.d.ts +2 -2
  24. package/Controls/Components/Inputs/CheckBox/CheckBoxComponent.d.ts +2 -2
  25. package/Controls/Components/Inputs/CheckBox/CheckBoxGroupComponent.d.ts +2 -2
  26. package/Controls/Components/Inputs/ChipBox/ChipBoxComponent.d.ts +2 -2
  27. package/Controls/Components/Inputs/Choice/ChoiceComponent.d.ts +2 -2
  28. package/Controls/Components/Inputs/Choice/ChoiceGroupComponent.d.ts +2 -2
  29. package/Controls/Components/Inputs/ColorBox/ColorBoxComponent.d.ts +2 -2
  30. package/Controls/Components/Inputs/DateBox/DateBoxComponent.d.ts +2 -2
  31. package/Controls/Components/Inputs/DateTimeBox/DateTimeBoxComponent.d.ts +2 -2
  32. package/Controls/Components/Inputs/DurationBox/DurationBoxComponent.d.ts +2 -2
  33. package/Controls/Components/Inputs/FileBox/FileBoxComponent.d.ts +2 -2
  34. package/Controls/Components/Inputs/FileUpload/FileUploadComponent.d.ts +2 -2
  35. package/Controls/Components/Inputs/NumberBox/NumberBoxComponent.d.ts +2 -2
  36. package/Controls/Components/Inputs/PasswordBox/PasswordBoxComponent.d.ts +2 -2
  37. package/Controls/Components/Inputs/PinBox/PinBoxComponent.d.ts +2 -2
  38. package/Controls/Components/Inputs/Radio/RadioComponent.d.ts +2 -2
  39. package/Controls/Components/Inputs/Radio/RadioGroupComponent.d.ts +2 -2
  40. package/Controls/Components/Inputs/RichTextBox/RichTextBoxComponent.d.ts +2 -2
  41. package/Controls/Components/Inputs/Scheduler/SchedulerComponent.d.ts +2 -2
  42. package/Controls/Components/Inputs/Scheduler/SchedulerEventComponent.d.ts +2 -2
  43. package/Controls/Components/Inputs/SearchBox/SearchBoxComponent.d.ts +2 -2
  44. package/Controls/Components/Inputs/Select/SelectComponent.d.ts +2 -2
  45. package/Controls/Components/Inputs/Select/SelectComponent.js +1 -1
  46. package/Controls/Components/Inputs/Select/SelectComponent.js.map +1 -1
  47. package/Controls/Components/Inputs/Select/SelectItemComponent.js +1 -1
  48. package/Controls/Components/Inputs/Select/SelectItemComponent.js.map +1 -1
  49. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts +26 -0
  50. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.d.ts.map +1 -0
  51. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js +29 -0
  52. package/Controls/Components/Inputs/Select/SelectItemVisualComponent.js.map +1 -0
  53. package/Controls/Components/Inputs/SignaturePad/SignaturePadComponent.d.ts +6 -6
  54. package/Controls/Components/Inputs/TextBox/TextBoxComponent.d.ts +2 -2
  55. package/Controls/Components/Inputs/TextBox/TextBoxComponent.js +1 -1
  56. package/Controls/Components/Inputs/TextBox/TextBoxComponent.js.map +1 -1
  57. package/Controls/Components/Inputs/TimeBox/TimeBoxComponent.d.ts +2 -2
  58. package/Controls/Components/Inputs/ToggleSwitch/ToggleSwitchComponent.d.ts +2 -2
  59. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnComponent.d.ts +2 -2
  60. package/Controls/Components/Layouts/FlowBoard/FlowBoardColumnItemComponent.d.ts +2 -2
  61. package/Controls/Components/Layouts/TileManager/TileManagerTileComponent.d.ts +2 -2
  62. package/Controls/Components/Media/Audio/AudioComponent.d.ts +4 -4
  63. package/Controls/Components/Media/Avatar/AvatarComponent.d.ts +2 -2
  64. package/Controls/Components/Media/Avatar/AvatarGroupComponent.d.ts +2 -2
  65. package/Controls/Components/Media/Badge/BadgeComponent.d.ts +2 -2
  66. package/Controls/Components/Media/Camera/CameraComponent.d.ts +4 -4
  67. package/Controls/Components/Media/Chat/ChatComponent.d.ts +6 -6
  68. package/Controls/Components/Media/Chat/ChatInputAttachmentListComponent.d.ts +2 -2
  69. package/Controls/Components/Media/Chat/ChatInputComponent.d.ts +2 -2
  70. package/Controls/Components/Media/Chat/ChatMarkerComponent.d.ts +2 -2
  71. package/Controls/Components/Media/Chat/ChatMessageAvatarComponent.d.ts +2 -2
  72. package/Controls/Components/Media/Chat/ChatMessageComponent.d.ts +2 -2
  73. package/Controls/Components/Media/Chip/ChipComponent.d.ts +6 -6
  74. package/Controls/Components/Media/Chip/ChipGroupComponent.d.ts +2 -2
  75. package/Controls/Components/Media/ColorSwatch/ColorSwatchComponent.d.ts +2 -2
  76. package/Controls/Components/Media/ColorSwatch/ColorSwatchGroupComponent.d.ts +2 -2
  77. package/Controls/Components/Media/ColorThumb/ColorThumbComponent.d.ts +2 -2
  78. package/Controls/Components/Media/Icon/IconComponent.d.ts +2 -2
  79. package/Controls/Components/Media/Image/ImageComponent.d.ts +4 -4
  80. package/Controls/Components/Media/Map/MapComponent.d.ts +4 -4
  81. package/Controls/Components/Media/Persona/PersonaComponent.d.ts +2 -2
  82. package/Controls/Components/Media/Timeline/TimelineMarkerComponent.d.ts +2 -2
  83. package/Controls/Components/Media/Video/VideoComponent.d.ts +4 -4
  84. package/Controls/Components/Misc/CookieConsent/CookiesConsentComponent.d.ts +4 -4
  85. package/Controls/Components/Overlays/Dialog/DialogComponent.d.ts +21 -21
  86. package/Controls/Components/Overlays/Drawer/DrawerComponent.d.ts +20 -20
  87. package/Controls/Components/Overlays/Drawer/DrawerComponent.js +1 -1
  88. package/Controls/Components/Overlays/Drawer/DrawerContainerComponent.d.ts +4 -4
  89. package/Controls/Components/Overlays/Drawer/DrawerContentComponent.d.ts +2 -2
  90. package/Controls/Components/Overlays/MessageBox/MessageBoxComponent.d.ts +27 -27
  91. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts +34 -8
  92. package/Controls/Components/Overlays/Sheet/SheetComponent.d.ts.map +1 -1
  93. package/Controls/Components/Overlays/Sheet/SheetComponent.js +7 -3
  94. package/Controls/Components/Overlays/Sheet/SheetComponent.js.map +1 -1
  95. package/Controls/Components/Overlays/Toast/ToastComponent.d.ts +16 -16
  96. package/Controls/Components/Overlays/tour/TourComponent.d.ts +13 -13
  97. package/Controls/Components/Primitives/Backdrop/BackdropComponent.d.ts +4 -4
  98. package/Controls/Components/Primitives/Box/BoxComponent.d.ts +4 -4
  99. package/Controls/Components/Primitives/Checkmark/CheckmarkComponent.d.ts +2 -2
  100. package/Controls/Components/Primitives/Dismiss/DismissComponent.d.ts +2 -2
  101. package/Controls/Components/Primitives/Dot/DotGroupComponent.d.ts +2 -2
  102. package/Controls/Components/Primitives/DropZone/DropZoneComponent.d.ts +2 -2
  103. package/Controls/Components/Primitives/Dropdown/DropdownComponent.d.ts +6 -6
  104. package/Controls/Components/Primitives/Error/ErrorComponent.d.ts +4 -4
  105. package/Controls/Components/Primitives/Expandable/ExpandableComponent.d.ts +6 -6
  106. package/Controls/Components/Primitives/Floating/FloatingComponent.d.ts +10 -10
  107. package/Controls/Components/Primitives/Jumbotron/JumbotronComponent.d.ts +2 -2
  108. package/Controls/Components/Primitives/Paginator/PaginatorComponent.d.ts +2 -2
  109. package/Controls/Components/Primitives/Pip/PipComponent.d.ts +2 -2
  110. package/Controls/Components/Primitives/Popup/PopupComponent.d.ts +16 -16
  111. package/Controls/Components/Primitives/Portal/PortalProjectionComponent.d.ts +8 -8
  112. package/Controls/Components/Primitives/Skeleton/SkeletonComponent.d.ts +4 -4
  113. package/Controls/Components/Primitives/Toggletip/ToggleTipComponent.d.ts +6 -6
  114. package/Controls/Components/Primitives/Tooltip/TooltipComponent.d.ts +9 -9
  115. package/Controls/Components/Primitives/UpDownSpinner/UpDownSpinnerComponent.d.ts +2 -2
  116. package/Controls/Components/Primitives/WheelPicker/WheelPickerComponent.d.ts +2 -2
  117. package/Controls/Components/Primitives/ghost/GhostComponent.d.ts +4 -4
  118. package/Controls/Components/Primitives/listing/ListingComponent.d.ts +2 -2
  119. package/Controls/Components/Primitives/listing/ListingItemComponent.d.ts +2 -2
  120. package/Controls/Components/Primitives/listing/ListingItemMarkerComponent.d.ts +2 -2
  121. package/Controls/Components/Primitives/placeholder/PlaceholderComponent.d.ts +4 -4
  122. package/Controls/Components/Ranges/ScrubSlider/ScrubSliderComponent.d.ts +2 -2
  123. package/Controls/Components/Ranges/Slider/SliderComponent.d.ts +2 -2
  124. package/Controls/Components/Ranges/Slider2/Slider2Component.d.ts +2 -2
  125. package/Controls/Components/Selectors/Carousel/CarouselComponent.d.ts +2 -2
  126. package/Controls/Components/Selectors/Combo/ComboComponent.d.ts +2 -2
  127. package/Controls/Components/Selectors/Combo/ComboComponent.js +2 -2
  128. package/Controls/Components/Selectors/Combo/ComboComponent.js.map +1 -1
  129. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts +26 -0
  130. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.d.ts.map +1 -0
  131. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js +29 -0
  132. package/Controls/Components/Selectors/Combo/ComboItemVisualComponent.js.map +1 -0
  133. package/Controls/Components/Selectors/DataTable/DataTableComponent.d.ts +2 -2
  134. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgChannelComponent.d.ts +2 -2
  135. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgComponent.d.ts +2 -2
  136. package/Controls/Components/Selectors/ElectronicProgramGuide/EpgProgramComponent.d.ts +2 -2
  137. package/Controls/Components/Selectors/Menu/MenuItemComponent.d.ts +2 -2
  138. package/Controls/Components/Selectors/Segment/SegmentComponent.d.ts +2 -2
  139. package/Controls/Components/Selectors/Segment/SegmentItemComponent.d.ts +2 -2
  140. package/Controls/Components/Selectors/Stepper/StepperItemComponent.d.ts +6 -6
  141. package/Controls/Components/Selectors/Tab/TabComponent.d.ts +2 -2
  142. package/Controls/Components/Selectors/Tab/TabItemComponent.d.ts +10 -10
  143. package/Controls/Components/Selectors/Tab/TabPanelComponent.d.ts +2 -2
  144. package/Controls/Components/Selectors/TabStrip/TabStripComponent.d.ts +2 -2
  145. package/Controls/Components/Selectors/Table/TableComponent.d.ts +2 -2
  146. package/Controls/Components/Selectors/Wizard/WizardStepComponent.d.ts +6 -6
  147. package/Controls/Components/Shell/AppComponent.d.ts +6 -6
  148. package/Controls/Components/Shell/AppComponent.js +1 -1
  149. package/Controls/Components/Shell/AppComponent.js.map +1 -1
  150. package/Index.d.ts +2 -0
  151. package/Index.d.ts.map +1 -1
  152. package/Index.js +2 -0
  153. package/Index.js.map +1 -1
  154. package/Theming/Theme2Component.d.ts +2 -2
  155. package/package.json +2 -2
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const ButtonComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  reverse?: any;
@@ -15,6 +14,7 @@ export declare const ButtonComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  size?: any;
19
19
  isFocused?: any;
20
20
  isBusy?: any;
@@ -33,7 +33,6 @@ export declare const ButtonComponent: import("vue").DefineComponent<{
33
33
  [key: string]: any;
34
34
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
35
35
  themeName?: any;
36
- appearance?: any;
37
36
  dir?: any;
38
37
  lang?: any;
39
38
  reverse?: any;
@@ -43,6 +42,7 @@ export declare const ButtonComponent: import("vue").DefineComponent<{
43
42
  disabled?: any;
44
43
  value?: any;
45
44
  variant?: any;
45
+ appearance?: any;
46
46
  size?: any;
47
47
  isFocused?: any;
48
48
  isBusy?: any;
@@ -5,22 +5,22 @@
5
5
  */
6
6
  export declare const ButtonGroupComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  orientation?: any;
12
11
  disabled?: any;
13
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
17
  themeName?: any;
18
- appearance?: any;
19
18
  dir?: any;
20
19
  lang?: any;
21
20
  orientation?: any;
22
21
  disabled?: any;
23
22
  variant?: any;
23
+ appearance?: any;
24
24
  }> & Readonly<{
25
25
  onConnected?: ((...args: any[]) => any) | undefined;
26
26
  onDisconnected?: ((...args: any[]) => any) | undefined;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const CompoundButtonComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  reverse?: any;
@@ -15,6 +14,7 @@ export declare const CompoundButtonComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  size?: any;
19
19
  isFocused?: any;
20
20
  isBusy?: any;
@@ -31,7 +31,6 @@ export declare const CompoundButtonComponent: import("vue").DefineComponent<{
31
31
  [key: string]: any;
32
32
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
33
33
  themeName?: any;
34
- appearance?: any;
35
34
  dir?: any;
36
35
  lang?: any;
37
36
  reverse?: any;
@@ -41,6 +40,7 @@ export declare const CompoundButtonComponent: import("vue").DefineComponent<{
41
40
  disabled?: any;
42
41
  value?: any;
43
42
  variant?: any;
43
+ appearance?: any;
44
44
  size?: any;
45
45
  isFocused?: any;
46
46
  isBusy?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const DropdownButtonComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  reverse?: any;
@@ -15,6 +14,7 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  size?: any;
19
19
  isFocused?: any;
20
20
  isBusy?: any;
@@ -40,7 +40,6 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
40
40
  [key: string]: any;
41
41
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
42
42
  themeName?: any;
43
- appearance?: any;
44
43
  dir?: any;
45
44
  lang?: any;
46
45
  reverse?: any;
@@ -50,6 +49,7 @@ export declare const DropdownButtonComponent: import("vue").DefineComponent<{
50
49
  disabled?: any;
51
50
  value?: any;
52
51
  variant?: any;
52
+ appearance?: any;
53
53
  size?: any;
54
54
  isFocused?: any;
55
55
  isBusy?: any;
@@ -5,13 +5,13 @@
5
5
  */
6
6
  export declare const FabComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  label?: any;
12
11
  disabled?: any;
13
12
  value?: any;
14
13
  variant?: any;
14
+ appearance?: any;
15
15
  size?: any;
16
16
  isFocused?: any;
17
17
  isBusy?: any;
@@ -24,13 +24,13 @@ export declare const FabComponent: import("vue").DefineComponent<{
24
24
  [key: string]: any;
25
25
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
26
26
  themeName?: any;
27
- appearance?: any;
28
27
  dir?: any;
29
28
  lang?: any;
30
29
  label?: any;
31
30
  disabled?: any;
32
31
  value?: any;
33
32
  variant?: any;
33
+ appearance?: any;
34
34
  size?: any;
35
35
  isFocused?: any;
36
36
  isBusy?: any;
@@ -5,40 +5,40 @@
5
5
  */
6
6
  export declare const FabGroupComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
- isOpen?: any;
10
- closeable?: any;
11
8
  dir?: any;
12
9
  lang?: any;
13
10
  label?: any;
14
11
  disabled?: any;
15
12
  variant?: any;
13
+ appearance?: any;
14
+ isOpen?: any;
15
+ closeable?: any;
16
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, ("opened" | "closed" | "connected" | "disconnected" | "changed")[], "opened" | "closed" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
22
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
23
23
  themeName?: any;
24
- appearance?: any;
25
- isOpen?: any;
26
- closeable?: any;
27
24
  dir?: any;
28
25
  lang?: any;
29
26
  label?: any;
30
27
  disabled?: any;
31
28
  variant?: any;
29
+ appearance?: any;
30
+ isOpen?: any;
31
+ closeable?: any;
32
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;
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 {
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const PressButtonComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  reverse?: any;
@@ -15,6 +14,7 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  size?: any;
19
19
  isFocused?: any;
20
20
  isBusy?: any;
@@ -31,7 +31,6 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
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
33
  themeName?: any;
34
- appearance?: any;
35
34
  dir?: any;
36
35
  lang?: any;
37
36
  reverse?: any;
@@ -41,6 +40,7 @@ export declare const PressButtonComponent: import("vue").DefineComponent<{
41
40
  disabled?: any;
42
41
  value?: any;
43
42
  variant?: any;
43
+ appearance?: any;
44
44
  size?: any;
45
45
  isFocused?: any;
46
46
  isBusy?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const RepeatButtonComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  reverse?: any;
@@ -15,6 +14,7 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  delay?: any;
19
19
  interval?: any;
20
20
  size?: any;
@@ -32,7 +32,6 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
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
34
  themeName?: any;
35
- appearance?: any;
36
35
  dir?: any;
37
36
  lang?: any;
38
37
  reverse?: any;
@@ -42,6 +41,7 @@ export declare const RepeatButtonComponent: import("vue").DefineComponent<{
42
41
  disabled?: any;
43
42
  value?: any;
44
43
  variant?: any;
44
+ appearance?: any;
45
45
  delay?: any;
46
46
  interval?: any;
47
47
  size?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const SplitButtonComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  reverse?: any;
@@ -15,6 +14,7 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  size?: any;
19
19
  isFocused?: any;
20
20
  isBusy?: any;
@@ -39,7 +39,6 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
39
39
  [key: string]: any;
40
40
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
41
41
  themeName?: any;
42
- appearance?: any;
43
42
  dir?: any;
44
43
  lang?: any;
45
44
  reverse?: any;
@@ -49,6 +48,7 @@ export declare const SplitButtonComponent: import("vue").DefineComponent<{
49
48
  disabled?: any;
50
49
  value?: any;
51
50
  variant?: any;
51
+ appearance?: any;
52
52
  size?: any;
53
53
  isFocused?: any;
54
54
  isBusy?: any;
@@ -5,30 +5,30 @@
5
5
  */
6
6
  export declare const TileComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- elevation?: any;
9
- appearance?: any;
10
8
  dir?: any;
11
9
  lang?: any;
12
10
  fit?: any;
13
11
  disabled?: any;
14
12
  variant?: any;
13
+ appearance?: any;
15
14
  isFocused?: 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<{
21
21
  themeName?: any;
22
- elevation?: any;
23
- appearance?: any;
24
22
  dir?: any;
25
23
  lang?: any;
26
24
  fit?: any;
27
25
  disabled?: any;
28
26
  variant?: any;
27
+ appearance?: any;
29
28
  isFocused?: 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;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const ToggleButtonComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  reverse?: any;
@@ -15,6 +14,7 @@ export declare const ToggleButtonComponent: import("vue").DefineComponent<{
15
14
  disabled?: any;
16
15
  value?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  size?: any;
19
19
  isChecked?: any;
20
20
  isFocused?: any;
@@ -30,7 +30,6 @@ export declare const ToggleButtonComponent: import("vue").DefineComponent<{
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
32
  themeName?: any;
33
- appearance?: any;
34
33
  dir?: any;
35
34
  lang?: any;
36
35
  reverse?: any;
@@ -40,6 +39,7 @@ export declare const ToggleButtonComponent: import("vue").DefineComponent<{
40
39
  disabled?: any;
41
40
  value?: any;
42
41
  variant?: any;
42
+ appearance?: any;
43
43
  size?: any;
44
44
  isChecked?: any;
45
45
  isFocused?: any;
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const ToggleButtonGroupComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  invalid?: any;
@@ -13,12 +12,12 @@ export declare const ToggleButtonGroupComponent: import("vue").DefineComponent<{
13
12
  disabled?: any;
14
13
  value?: any;
15
14
  variant?: any;
15
+ appearance?: any;
16
16
  toggleChanged?: any;
17
17
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
18
  [key: string]: any;
19
19
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "groupChanged")[], "connected" | "disconnected" | "changed" | "groupChanged", import("vue").PublicProps, Readonly<{
20
20
  themeName?: any;
21
- appearance?: any;
22
21
  dir?: any;
23
22
  lang?: any;
24
23
  invalid?: any;
@@ -26,6 +25,7 @@ export declare const ToggleButtonGroupComponent: import("vue").DefineComponent<{
26
25
  disabled?: any;
27
26
  value?: any;
28
27
  variant?: any;
28
+ appearance?: any;
29
29
  toggleChanged?: any;
30
30
  }> & Readonly<{
31
31
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -4,9 +4,8 @@
4
4
  * @public
5
5
  */
6
6
  export declare const ChartComponent: import("vue").DefineComponent<{
7
+ theme?: any;
7
8
  themeName?: any;
8
- width?: any;
9
- height?: any;
10
9
  dir?: any;
11
10
  lang?: any;
12
11
  fill?: any;
@@ -16,7 +15,8 @@ export declare const ChartComponent: import("vue").DefineComponent<{
16
15
  subHeader?: any;
17
16
  variant?: any;
18
17
  legendPosition?: any;
19
- theme?: any;
18
+ width?: any;
19
+ height?: any;
20
20
  grid?: any;
21
21
  labels?: any;
22
22
  chart?: any;
@@ -42,9 +42,8 @@ export declare const ChartComponent: import("vue").DefineComponent<{
42
42
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
43
  [key: string]: any;
44
44
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed")[], "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
45
+ theme?: any;
45
46
  themeName?: any;
46
- width?: any;
47
- height?: any;
48
47
  dir?: any;
49
48
  lang?: any;
50
49
  fill?: any;
@@ -54,7 +53,8 @@ export declare const ChartComponent: import("vue").DefineComponent<{
54
53
  subHeader?: any;
55
54
  variant?: any;
56
55
  legendPosition?: any;
57
- theme?: any;
56
+ width?: any;
57
+ height?: any;
58
58
  grid?: any;
59
59
  labels?: any;
60
60
  chart?: any;
@@ -5,10 +5,6 @@
5
5
  */
6
6
  export declare const BannerComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- elevation?: any;
9
- appearance?: any;
10
- isOpen?: any;
11
- closeable?: any;
12
8
  dir?: any;
13
9
  lang?: any;
14
10
  header?: any;
@@ -17,19 +13,19 @@ export declare const BannerComponent: import("vue").DefineComponent<{
17
13
  disabled?: any;
18
14
  subHeader?: any;
19
15
  variant?: any;
16
+ appearance?: any;
17
+ isOpen?: any;
18
+ closeable?: any;
20
19
  formatter?: any;
21
20
  horizontalContentAlignment?: any;
22
21
  verticalContentAlignment?: any;
23
22
  icon?: any;
24
23
  iconSize?: any;
24
+ elevation?: any;
25
25
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
26
  [key: string]: any;
27
- }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("opened" | "closed" | "connected" | "disconnected" | "changed")[], "opened" | "closed" | "connected" | "disconnected" | "changed", import("vue").PublicProps, Readonly<{
27
+ }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "opened" | "closed")[], "connected" | "disconnected" | "changed" | "opened" | "closed", import("vue").PublicProps, Readonly<{
28
28
  themeName?: any;
29
- elevation?: any;
30
- appearance?: any;
31
- isOpen?: any;
32
- closeable?: any;
33
29
  dir?: any;
34
30
  lang?: any;
35
31
  header?: any;
@@ -38,17 +34,21 @@ export declare const BannerComponent: import("vue").DefineComponent<{
38
34
  disabled?: any;
39
35
  subHeader?: any;
40
36
  variant?: any;
37
+ appearance?: any;
38
+ isOpen?: any;
39
+ closeable?: any;
41
40
  formatter?: any;
42
41
  horizontalContentAlignment?: any;
43
42
  verticalContentAlignment?: any;
44
43
  icon?: any;
45
44
  iconSize?: any;
45
+ elevation?: any;
46
46
  }> & Readonly<{
47
- onOpened?: ((...args: any[]) => any) | undefined;
48
- onClosed?: ((...args: any[]) => any) | undefined;
49
47
  onConnected?: ((...args: any[]) => any) | undefined;
50
48
  onDisconnected?: ((...args: any[]) => any) | undefined;
51
49
  onChanged?: ((...args: any[]) => any) | undefined;
50
+ onOpened?: ((...args: any[]) => any) | undefined;
51
+ onClosed?: ((...args: any[]) => any) | undefined;
52
52
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
53
  declare module 'vue' {
54
54
  interface GlobalComponents {
@@ -5,7 +5,6 @@
5
5
  */
6
6
  export declare const BannerGroupComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  length?: any;
@@ -14,6 +13,7 @@ export declare const BannerGroupComponent: import("vue").DefineComponent<{
14
13
  disabled?: any;
15
14
  index?: any;
16
15
  variant?: any;
16
+ appearance?: any;
17
17
  loop?: any;
18
18
  maxLength?: any;
19
19
  stacking?: any;
@@ -24,7 +24,6 @@ export declare const BannerGroupComponent: import("vue").DefineComponent<{
24
24
  [key: string]: any;
25
25
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "change")[], "connected" | "disconnected" | "changed" | "change", import("vue").PublicProps, Readonly<{
26
26
  themeName?: any;
27
- appearance?: any;
28
27
  dir?: any;
29
28
  lang?: any;
30
29
  length?: any;
@@ -33,6 +32,7 @@ export declare const BannerGroupComponent: import("vue").DefineComponent<{
33
32
  disabled?: any;
34
33
  index?: any;
35
34
  variant?: any;
35
+ appearance?: any;
36
36
  loop?: any;
37
37
  maxLength?: any;
38
38
  stacking?: any;
@@ -5,8 +5,6 @@
5
5
  */
6
6
  export declare const CardComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- elevation?: any;
9
- appearance?: any;
10
8
  dir?: any;
11
9
  lang?: any;
12
10
  header?: any;
@@ -16,15 +14,15 @@ export declare const CardComponent: import("vue").DefineComponent<{
16
14
  subHeader?: any;
17
15
  inset?: any;
18
16
  isSelected?: any;
17
+ appearance?: any;
19
18
  content?: any;
20
19
  formatter?: any;
20
+ elevation?: any;
21
21
  inlineMedia?: any;
22
22
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
23
  [key: string]: any;
24
24
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "selected" | "deselected")[], "connected" | "disconnected" | "changed" | "selected" | "deselected", import("vue").PublicProps, Readonly<{
25
25
  themeName?: any;
26
- elevation?: any;
27
- appearance?: any;
28
26
  dir?: any;
29
27
  lang?: any;
30
28
  header?: any;
@@ -34,8 +32,10 @@ export declare const CardComponent: import("vue").DefineComponent<{
34
32
  subHeader?: any;
35
33
  inset?: any;
36
34
  isSelected?: any;
35
+ appearance?: any;
37
36
  content?: any;
38
37
  formatter?: any;
38
+ elevation?: any;
39
39
  inlineMedia?: any;
40
40
  }> & Readonly<{
41
41
  onConnected?: ((...args: any[]) => any) | undefined;
@@ -5,16 +5,16 @@
5
5
  */
6
6
  export declare const ExpanderComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- animationTarget?: any;
9
- enter?: any;
10
- exit?: any;
11
- appearance?: any;
12
8
  dir?: any;
13
9
  lang?: any;
14
10
  header?: any;
15
11
  disabled?: any;
16
12
  subHeader?: any;
13
+ animationTarget?: any;
14
+ enter?: any;
15
+ exit?: any;
17
16
  variant?: any;
17
+ appearance?: any;
18
18
  isExpanded?: any;
19
19
  icon?: any;
20
20
  ripple?: any;
@@ -24,16 +24,16 @@ export declare const ExpanderComponent: import("vue").DefineComponent<{
24
24
  [key: string]: any;
25
25
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "toggled" | "expanded" | "collapsed")[], "connected" | "disconnected" | "changed" | "toggled" | "expanded" | "collapsed", import("vue").PublicProps, Readonly<{
26
26
  themeName?: any;
27
- animationTarget?: any;
28
- enter?: any;
29
- exit?: any;
30
- appearance?: any;
31
27
  dir?: any;
32
28
  lang?: any;
33
29
  header?: any;
34
30
  disabled?: any;
35
31
  subHeader?: any;
32
+ animationTarget?: any;
33
+ enter?: any;
34
+ exit?: any;
36
35
  variant?: any;
36
+ appearance?: any;
37
37
  isExpanded?: any;
38
38
  icon?: any;
39
39
  ripple?: any;
@@ -5,24 +5,24 @@
5
5
  */
6
6
  export declare const ExpanderGroupComponent: import("vue").DefineComponent<{
7
7
  themeName?: any;
8
- appearance?: any;
9
8
  dir?: any;
10
9
  lang?: any;
11
10
  mode?: any;
12
11
  disabled?: any;
13
12
  variant?: any;
13
+ appearance?: any;
14
14
  direction?: any;
15
15
  stacking?: any;
16
16
  }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
17
17
  [key: string]: any;
18
18
  }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("connected" | "disconnected" | "changed" | "toggled")[], "connected" | "disconnected" | "changed" | "toggled", import("vue").PublicProps, Readonly<{
19
19
  themeName?: any;
20
- appearance?: any;
21
20
  dir?: any;
22
21
  lang?: any;
23
22
  mode?: any;
24
23
  disabled?: any;
25
24
  variant?: any;
25
+ appearance?: any;
26
26
  direction?: any;
27
27
  stacking?: any;
28
28
  }> & Readonly<{