vuetify 3.6.13 → 3.6.14

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 (210) hide show
  1. package/dist/json/attributes.json +5 -5
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +14 -13
  5. package/dist/vuetify-labs.css +3711 -2990
  6. package/dist/vuetify-labs.d.ts +12315 -12306
  7. package/dist/vuetify-labs.esm.js +94 -65
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -65
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1486 -765
  12. package/dist/vuetify.d.ts +11148 -11148
  13. package/dist/vuetify.esm.js +35 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +998 -998
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +5 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +169 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/index.d.mts +621 -621
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +30 -30
  29. package/lib/components/VBadge/VBadge.css +2 -0
  30. package/lib/components/VBadge/index.d.mts +58 -58
  31. package/lib/components/VBanner/VBanner.css +12 -4
  32. package/lib/components/VBanner/index.d.mts +59 -59
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  36. package/lib/components/VBottomSheet/index.d.mts +125 -125
  37. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  41. package/lib/components/VBtn/VBtn.sass +4 -4
  42. package/lib/components/VBtn/index.d.mts +107 -107
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VBtnGroup/index.d.mts +23 -23
  45. package/lib/components/VBtnToggle/index.d.mts +40 -40
  46. package/lib/components/VCard/VCard.css +9 -1
  47. package/lib/components/VCard/index.d.mts +93 -93
  48. package/lib/components/VCarousel/VCarousel.css +2 -0
  49. package/lib/components/VCarousel/index.d.mts +121 -121
  50. package/lib/components/VCheckbox/index.d.mts +166 -166
  51. package/lib/components/VChip/VChip.css +15 -9
  52. package/lib/components/VChip/VChip.sass +1 -1
  53. package/lib/components/VChip/index.d.mts +86 -86
  54. package/lib/components/VChipGroup/index.d.mts +46 -46
  55. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  56. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  57. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  58. package/lib/components/VColorPicker/index.d.mts +96 -96
  59. package/lib/components/VCombobox/VCombobox.css +4 -0
  60. package/lib/components/VCombobox/index.d.mts +621 -621
  61. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  62. package/lib/components/VCounter/index.d.mts +27 -27
  63. package/lib/components/VDataIterator/index.d.mts +50 -50
  64. package/lib/components/VDataTable/index.d.mts +253 -253
  65. package/lib/components/VDatePicker/index.d.mts +134 -134
  66. package/lib/components/VDialog/VDialog.css +5 -0
  67. package/lib/components/VDialog/index.d.mts +378 -378
  68. package/lib/components/VDivider/VDivider.css +2 -0
  69. package/lib/components/VDivider/index.d.mts +15 -15
  70. package/lib/components/VEmptyState/index.d.mts +47 -47
  71. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  72. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  73. package/lib/components/VExpansionPanel/index.d.mts +124 -124
  74. package/lib/components/VFab/index.d.mts +227 -227
  75. package/lib/components/VField/VField.css +13 -1
  76. package/lib/components/VField/VField.sass +5 -8
  77. package/lib/components/VField/index.d.mts +46 -46
  78. package/lib/components/VFileInput/index.d.mts +243 -243
  79. package/lib/components/VFooter/VFooter.css +12 -4
  80. package/lib/components/VFooter/VFooter.mjs +20 -14
  81. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  82. package/lib/components/VFooter/index.d.mts +53 -53
  83. package/lib/components/VForm/index.d.mts +9 -9
  84. package/lib/components/VGrid/VGrid.sass +1 -1
  85. package/lib/components/VGrid/_mixins.sass +4 -4
  86. package/lib/components/VGrid/index.d.mts +142 -142
  87. package/lib/components/VIcon/index.d.mts +24 -24
  88. package/lib/components/VImg/VImg.css +6 -0
  89. package/lib/components/VImg/index.d.mts +92 -92
  90. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  91. package/lib/components/VInput/index.d.mts +53 -53
  92. package/lib/components/VItemGroup/index.d.mts +17 -17
  93. package/lib/components/VKbd/VKbd.css +2 -0
  94. package/lib/components/VLabel/index.d.mts +8 -8
  95. package/lib/components/VLayout/index.d.mts +36 -36
  96. package/lib/components/VLazy/index.d.mts +31 -31
  97. package/lib/components/VList/VList.css +12 -4
  98. package/lib/components/VList/VListItem.css +21 -11
  99. package/lib/components/VList/VListItem.sass +1 -1
  100. package/lib/components/VList/index.d.mts +176 -176
  101. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  102. package/lib/components/VMain/VMain.css +2 -0
  103. package/lib/components/VMain/index.d.mts +10 -10
  104. package/lib/components/VMenu/VMenu.css +6 -0
  105. package/lib/components/VMenu/VMenu.mjs +1 -1
  106. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  107. package/lib/components/VMenu/index.d.mts +420 -420
  108. package/lib/components/VMessages/index.d.mts +20 -20
  109. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  110. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  111. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  112. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  113. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  114. package/lib/components/VOtpInput/index.d.mts +88 -88
  115. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  116. package/lib/components/VOverlay/index.d.mts +104 -104
  117. package/lib/components/VPagination/index.d.mts +55 -55
  118. package/lib/components/VParallax/index.d.mts +7 -7
  119. package/lib/components/VProgressCircular/index.d.mts +24 -24
  120. package/lib/components/VProgressLinear/index.d.mts +52 -52
  121. package/lib/components/VRadio/index.d.mts +41 -41
  122. package/lib/components/VRadioGroup/index.d.mts +97 -97
  123. package/lib/components/VRangeSlider/index.d.mts +94 -94
  124. package/lib/components/VRating/index.d.mts +22 -22
  125. package/lib/components/VResponsive/index.d.mts +23 -23
  126. package/lib/components/VSelect/VSelect.css +4 -0
  127. package/lib/components/VSelect/index.d.mts +621 -621
  128. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  129. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  130. package/lib/components/VSelectionControl/index.d.mts +43 -43
  131. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  132. package/lib/components/VSheet/VSheet.css +12 -4
  133. package/lib/components/VSheet/index.d.mts +34 -34
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  135. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  136. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  137. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  138. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  139. package/lib/components/VSlideGroup/index.d.mts +33 -33
  140. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  141. package/lib/components/VSlider/index.d.mts +87 -87
  142. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  143. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  144. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  145. package/lib/components/VSnackbar/index.d.mts +436 -436
  146. package/lib/components/VSparkline/index.d.mts +38 -38
  147. package/lib/components/VSpeedDial/index.d.mts +185 -185
  148. package/lib/components/VStepper/VStepper.css +8 -2
  149. package/lib/components/VStepper/VStepper.sass +2 -4
  150. package/lib/components/VStepper/VStepperItem.css +4 -1
  151. package/lib/components/VStepper/VStepperItem.sass +1 -1
  152. package/lib/components/VStepper/index.d.mts +119 -119
  153. package/lib/components/VSwitch/VSwitch.css +2 -0
  154. package/lib/components/VSwitch/VSwitch.sass +10 -10
  155. package/lib/components/VSwitch/index.d.mts +100 -100
  156. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  157. package/lib/components/VSystemBar/index.d.mts +39 -39
  158. package/lib/components/VTable/VTable.css +8 -4
  159. package/lib/components/VTable/VTable.sass +2 -3
  160. package/lib/components/VTable/index.d.mts +4 -4
  161. package/lib/components/VTabs/index.d.mts +512 -512
  162. package/lib/components/VTextField/index.d.mts +397 -397
  163. package/lib/components/VTextarea/index.d.mts +274 -274
  164. package/lib/components/VTimeline/VTimeline.css +2 -0
  165. package/lib/components/VTimeline/index.d.mts +26 -26
  166. package/lib/components/VToolbar/VToolbar.css +21 -7
  167. package/lib/components/VToolbar/VToolbar.sass +1 -2
  168. package/lib/components/VToolbar/index.d.mts +53 -53
  169. package/lib/components/VTooltip/index.d.mts +451 -451
  170. package/lib/components/VTreeview/VTreeview.sass +9 -9
  171. package/lib/components/VValidation/index.d.mts +19 -19
  172. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  173. package/lib/components/VWindow/index.d.mts +31 -31
  174. package/lib/components/index.d.mts +11170 -11170
  175. package/lib/components/transitions/index.d.mts +200 -200
  176. package/lib/composables/nested/nested.mjs +0 -1
  177. package/lib/composables/nested/nested.mjs.map +1 -1
  178. package/lib/entry-bundler.mjs +1 -1
  179. package/lib/framework.mjs +1 -1
  180. package/lib/index.d.mts +46 -46
  181. package/lib/labs/VCalendar/index.d.mts +52 -52
  182. package/lib/labs/VDateInput/index.d.mts +244 -244
  183. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  184. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/index.d.mts +252 -243
  186. package/lib/labs/VPicker/VPicker.css +6 -2
  187. package/lib/labs/VPicker/VPicker.sass +2 -3
  188. package/lib/labs/VPicker/index.d.mts +45 -45
  189. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  190. package/lib/labs/VStepperVertical/index.d.mts +188 -188
  191. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  192. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  193. package/lib/labs/VTimePicker/index.d.mts +115 -115
  194. package/lib/labs/VTreeview/index.d.mts +197 -197
  195. package/lib/labs/components.d.mts +1738 -1729
  196. package/lib/styles/generic/_colors.scss +9 -3
  197. package/lib/styles/main.css +520 -0
  198. package/lib/styles/tools/_absolute.sass +8 -7
  199. package/lib/styles/tools/_border.sass +4 -3
  200. package/lib/styles/tools/_display.sass +8 -7
  201. package/lib/styles/tools/_elevation.sass +4 -2
  202. package/lib/styles/tools/_index.sass +0 -1
  203. package/lib/styles/tools/_radius.sass +6 -5
  204. package/lib/styles/tools/_rounded.sass +2 -1
  205. package/lib/styles/tools/_theme.sass +3 -2
  206. package/lib/styles/tools/_typography.sass +6 -5
  207. package/lib/styles/tools/_utilities.sass +5 -5
  208. package/lib/styles/utilities/_index.sass +7 -7
  209. package/package.json +10 -5
  210. package/lib/styles/tools/_sheet.sass +0 -14
@@ -5,6 +5,8 @@
5
5
  max-height: 0px;
6
6
  opacity: var(--v-border-opacity);
7
7
  transition: inherit;
8
+ }
9
+ .v-divider {
8
10
  border-style: solid;
9
11
  border-width: thin 0 0 0;
10
12
  }
@@ -7,15 +7,15 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
7
7
 
8
8
  declare const VDivider: {
9
9
  new (...args: any[]): vue.CreateComponentPublicInstance<{
10
- style: vue.StyleValue;
11
10
  inset: boolean;
11
+ style: vue.StyleValue;
12
12
  vertical: boolean;
13
13
  } & {
14
14
  length?: string | number | undefined;
15
- class?: any;
16
- theme?: string | undefined;
17
15
  color?: string | undefined;
18
16
  opacity?: string | number | undefined;
17
+ class?: any;
18
+ theme?: string | undefined;
19
19
  thickness?: string | number | undefined;
20
20
  } & {
21
21
  $children?: vue.VNodeChild | {
@@ -27,15 +27,15 @@ declare const VDivider: {
27
27
  } & {
28
28
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
29
29
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
30
- style: vue.StyleValue;
31
30
  inset: boolean;
31
+ style: vue.StyleValue;
32
32
  vertical: boolean;
33
33
  } & {
34
34
  length?: string | number | undefined;
35
- class?: any;
36
- theme?: string | undefined;
37
35
  color?: string | undefined;
38
36
  opacity?: string | number | undefined;
37
+ class?: any;
38
+ theme?: string | undefined;
39
39
  thickness?: string | number | undefined;
40
40
  } & {
41
41
  $children?: vue.VNodeChild | {
@@ -47,8 +47,8 @@ declare const VDivider: {
47
47
  } & {
48
48
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
49
49
  }, {
50
- style: vue.StyleValue;
51
50
  inset: boolean;
51
+ style: vue.StyleValue;
52
52
  vertical: boolean;
53
53
  }, true, {}, vue.SlotsType<Partial<{
54
54
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -62,15 +62,15 @@ declare const VDivider: {
62
62
  M: {};
63
63
  Defaults: {};
64
64
  }, {
65
- style: vue.StyleValue;
66
65
  inset: boolean;
66
+ style: vue.StyleValue;
67
67
  vertical: boolean;
68
68
  } & {
69
69
  length?: string | number | undefined;
70
- class?: any;
71
- theme?: string | undefined;
72
70
  color?: string | undefined;
73
71
  opacity?: string | number | undefined;
72
+ class?: any;
73
+ theme?: string | undefined;
74
74
  thickness?: string | number | undefined;
75
75
  } & {
76
76
  $children?: vue.VNodeChild | {
@@ -82,23 +82,23 @@ declare const VDivider: {
82
82
  } & {
83
83
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
84
84
  }, {}, {}, {}, {}, {
85
- style: vue.StyleValue;
86
85
  inset: boolean;
86
+ style: vue.StyleValue;
87
87
  vertical: boolean;
88
88
  }>;
89
89
  __isFragment?: undefined;
90
90
  __isTeleport?: undefined;
91
91
  __isSuspense?: undefined;
92
92
  } & vue.ComponentOptionsBase<{
93
- style: vue.StyleValue;
94
93
  inset: boolean;
94
+ style: vue.StyleValue;
95
95
  vertical: boolean;
96
96
  } & {
97
97
  length?: string | number | undefined;
98
- class?: any;
99
- theme?: string | undefined;
100
98
  color?: string | undefined;
101
99
  opacity?: string | number | undefined;
100
+ class?: any;
101
+ theme?: string | undefined;
102
102
  thickness?: string | number | undefined;
103
103
  } & {
104
104
  $children?: vue.VNodeChild | {
@@ -110,8 +110,8 @@ declare const VDivider: {
110
110
  } & {
111
111
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
112
112
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
113
- style: vue.StyleValue;
114
113
  inset: boolean;
114
+ style: vue.StyleValue;
115
115
  vertical: boolean;
116
116
  }, {}, string, vue.SlotsType<Partial<{
117
117
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -12,24 +12,24 @@ declare const VEmptyState: {
12
12
  new (...args: any[]): vue.CreateComponentPublicInstance<{
13
13
  style: vue.StyleValue;
14
14
  size: NonNullable<string | number> | undefined;
15
- justify: "end" | "center" | "start";
15
+ justify: "center" | "end" | "start";
16
16
  textWidth: string | number;
17
17
  } & {
18
- class?: any;
19
- title?: string | undefined;
20
- image?: string | undefined;
21
- text?: string | undefined;
22
- width?: string | number | undefined;
23
18
  height?: string | number | undefined;
24
- theme?: string | undefined;
25
- href?: string | undefined;
19
+ width?: string | number | undefined;
26
20
  color?: string | undefined;
27
- icon?: IconValue | undefined;
28
- to?: string | undefined;
29
21
  maxHeight?: string | number | undefined;
30
22
  maxWidth?: string | number | undefined;
31
23
  minHeight?: string | number | undefined;
32
24
  minWidth?: string | number | undefined;
25
+ title?: string | undefined;
26
+ image?: string | undefined;
27
+ text?: string | undefined;
28
+ class?: any;
29
+ icon?: IconValue | undefined;
30
+ href?: string | undefined;
31
+ to?: string | undefined;
32
+ theme?: string | undefined;
33
33
  bgColor?: string | undefined;
34
34
  actionText?: string | undefined;
35
35
  headline?: string | undefined;
@@ -76,24 +76,24 @@ declare const VEmptyState: {
76
76
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
77
77
  style: vue.StyleValue;
78
78
  size: NonNullable<string | number> | undefined;
79
- justify: "end" | "center" | "start";
79
+ justify: "center" | "end" | "start";
80
80
  textWidth: string | number;
81
81
  } & {
82
- class?: any;
83
- title?: string | undefined;
84
- image?: string | undefined;
85
- text?: string | undefined;
86
- width?: string | number | undefined;
87
82
  height?: string | number | undefined;
88
- theme?: string | undefined;
89
- href?: string | undefined;
83
+ width?: string | number | undefined;
90
84
  color?: string | undefined;
91
- icon?: IconValue | undefined;
92
- to?: string | undefined;
93
85
  maxHeight?: string | number | undefined;
94
86
  maxWidth?: string | number | undefined;
95
87
  minHeight?: string | number | undefined;
96
88
  minWidth?: string | number | undefined;
89
+ title?: string | undefined;
90
+ image?: string | undefined;
91
+ text?: string | undefined;
92
+ class?: any;
93
+ icon?: IconValue | undefined;
94
+ href?: string | undefined;
95
+ to?: string | undefined;
96
+ theme?: string | undefined;
97
97
  bgColor?: string | undefined;
98
98
  actionText?: string | undefined;
99
99
  headline?: string | undefined;
@@ -138,7 +138,7 @@ declare const VEmptyState: {
138
138
  }, {
139
139
  style: vue.StyleValue;
140
140
  size: NonNullable<string | number> | undefined;
141
- justify: "end" | "center" | "start";
141
+ justify: "center" | "end" | "start";
142
142
  textWidth: string | number;
143
143
  }, true, {}, vue.SlotsType<Partial<{
144
144
  actions: (arg: {
@@ -173,24 +173,24 @@ declare const VEmptyState: {
173
173
  }, {
174
174
  style: vue.StyleValue;
175
175
  size: NonNullable<string | number> | undefined;
176
- justify: "end" | "center" | "start";
176
+ justify: "center" | "end" | "start";
177
177
  textWidth: string | number;
178
178
  } & {
179
- class?: any;
180
- title?: string | undefined;
181
- image?: string | undefined;
182
- text?: string | undefined;
183
- width?: string | number | undefined;
184
179
  height?: string | number | undefined;
185
- theme?: string | undefined;
186
- href?: string | undefined;
180
+ width?: string | number | undefined;
187
181
  color?: string | undefined;
188
- icon?: IconValue | undefined;
189
- to?: string | undefined;
190
182
  maxHeight?: string | number | undefined;
191
183
  maxWidth?: string | number | undefined;
192
184
  minHeight?: string | number | undefined;
193
185
  minWidth?: string | number | undefined;
186
+ title?: string | undefined;
187
+ image?: string | undefined;
188
+ text?: string | undefined;
189
+ class?: any;
190
+ icon?: IconValue | undefined;
191
+ href?: string | undefined;
192
+ to?: string | undefined;
193
+ theme?: string | undefined;
194
194
  bgColor?: string | undefined;
195
195
  actionText?: string | undefined;
196
196
  headline?: string | undefined;
@@ -235,7 +235,7 @@ declare const VEmptyState: {
235
235
  }, {}, {}, {}, {}, {
236
236
  style: vue.StyleValue;
237
237
  size: NonNullable<string | number> | undefined;
238
- justify: "end" | "center" | "start";
238
+ justify: "center" | "end" | "start";
239
239
  textWidth: string | number;
240
240
  }>;
241
241
  __isFragment?: undefined;
@@ -244,24 +244,24 @@ declare const VEmptyState: {
244
244
  } & vue.ComponentOptionsBase<{
245
245
  style: vue.StyleValue;
246
246
  size: NonNullable<string | number> | undefined;
247
- justify: "end" | "center" | "start";
247
+ justify: "center" | "end" | "start";
248
248
  textWidth: string | number;
249
249
  } & {
250
- class?: any;
251
- title?: string | undefined;
252
- image?: string | undefined;
253
- text?: string | undefined;
254
- width?: string | number | undefined;
255
250
  height?: string | number | undefined;
256
- theme?: string | undefined;
257
- href?: string | undefined;
251
+ width?: string | number | undefined;
258
252
  color?: string | undefined;
259
- icon?: IconValue | undefined;
260
- to?: string | undefined;
261
253
  maxHeight?: string | number | undefined;
262
254
  maxWidth?: string | number | undefined;
263
255
  minHeight?: string | number | undefined;
264
256
  minWidth?: string | number | undefined;
257
+ title?: string | undefined;
258
+ image?: string | undefined;
259
+ text?: string | undefined;
260
+ class?: any;
261
+ icon?: IconValue | undefined;
262
+ href?: string | undefined;
263
+ to?: string | undefined;
264
+ theme?: string | undefined;
265
265
  bgColor?: string | undefined;
266
266
  actionText?: string | undefined;
267
267
  headline?: string | undefined;
@@ -308,7 +308,7 @@ declare const VEmptyState: {
308
308
  }, string, {
309
309
  style: vue.StyleValue;
310
310
  size: NonNullable<string | number> | undefined;
311
- justify: "end" | "center" | "start";
311
+ justify: "center" | "end" | "start";
312
312
  textWidth: string | number;
313
313
  }, {}, string, vue.SlotsType<Partial<{
314
314
  actions: (arg: {
@@ -338,7 +338,7 @@ declare const VEmptyState: {
338
338
  size: Omit<{
339
339
  type: (StringConstructor | NumberConstructor)[];
340
340
  default: string;
341
- }, "default" | "type"> & {
341
+ }, "type" | "default"> & {
342
342
  type: PropType<NonNullable<string | number> | undefined>;
343
343
  default: NonNullable<string | number> | undefined;
344
344
  };
@@ -359,7 +359,7 @@ declare const VEmptyState: {
359
359
  icon: PropType<IconValue>;
360
360
  image: StringConstructor;
361
361
  justify: {
362
- type: PropType<"end" | "center" | "start">;
362
+ type: PropType<"center" | "end" | "start">;
363
363
  default: string;
364
364
  };
365
365
  headline: StringConstructor;
@@ -376,7 +376,7 @@ declare const VEmptyState: {
376
376
  size: Omit<{
377
377
  type: (StringConstructor | NumberConstructor)[];
378
378
  default: string;
379
- }, "default" | "type"> & {
379
+ }, "type" | "default"> & {
380
380
  type: PropType<NonNullable<string | number> | undefined>;
381
381
  default: NonNullable<string | number> | undefined;
382
382
  };
@@ -397,7 +397,7 @@ declare const VEmptyState: {
397
397
  icon: PropType<IconValue>;
398
398
  image: StringConstructor;
399
399
  justify: {
400
- type: PropType<"end" | "center" | "start">;
400
+ type: PropType<"center" | "end" | "start">;
401
401
  default: string;
402
402
  };
403
403
  headline: StringConstructor;
@@ -94,15 +94,19 @@
94
94
  min-height: 64px;
95
95
  }
96
96
 
97
+ .v-expansion-panel__shadow {
98
+ border-radius: inherit;
99
+ z-index: -1;
100
+ }
97
101
  .v-expansion-panel__shadow {
98
102
  position: absolute;
99
103
  top: 0;
100
104
  left: 0;
101
105
  width: 100%;
102
106
  height: 100%;
107
+ }
108
+ .v-expansion-panel__shadow {
103
109
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
104
- border-radius: inherit;
105
- z-index: -1;
106
110
  }
107
111
 
108
112
  .v-expansion-panel-title {
@@ -146,15 +150,17 @@
146
150
  }
147
151
  }
148
152
 
153
+ .v-expansion-panel-title__overlay {
154
+ background-color: currentColor;
155
+ border-radius: inherit;
156
+ opacity: 0;
157
+ }
149
158
  .v-expansion-panel-title__overlay {
150
159
  position: absolute;
151
160
  top: 0;
152
161
  left: 0;
153
162
  width: 100%;
154
163
  height: 100%;
155
- background-color: currentColor;
156
- border-radius: inherit;
157
- opacity: 0;
158
164
  }
159
165
 
160
166
  .v-expansion-panel-title__icon {
@@ -108,10 +108,10 @@
108
108
  min-height: $expansion-panel-active-title-min-height
109
109
 
110
110
  .v-expansion-panel__shadow
111
- @include tools.absolute()
112
- @include tools.elevation(2)
113
111
  border-radius: inherit
114
112
  z-index: -1
113
+ @include tools.absolute()
114
+ @include tools.elevation(2)
115
115
 
116
116
  .v-expansion-panel-title
117
117
  align-items: center
@@ -134,10 +134,10 @@
134
134
  @include tools.active-states('.v-expansion-panel-title__overlay')
135
135
 
136
136
  .v-expansion-panel-title__overlay
137
- @include tools.absolute()
138
137
  background-color: currentColor
139
138
  border-radius: inherit
140
139
  opacity: 0
140
+ @include tools.absolute()
141
141
 
142
142
  .v-expansion-panel-title__icon
143
143
  display: inline-flex