vuetify 3.1.10 → 3.1.11

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 (200) hide show
  1. package/dist/json/attributes.json +203 -27
  2. package/dist/json/importMap.json +98 -98
  3. package/dist/json/tags.json +46 -2
  4. package/dist/json/web-types.json +481 -49
  5. package/dist/vuetify-labs.css +224 -204
  6. package/dist/vuetify-labs.d.ts +56923 -14294
  7. package/dist/vuetify-labs.esm.js +121 -129
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +121 -129
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +47 -39
  12. package/dist/vuetify.d.ts +55374 -15927
  13. package/dist/vuetify.esm.js +118 -129
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +118 -129
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +640 -642
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +509 -83
  27. package/lib/components/VApp/VApp.css +1 -0
  28. package/lib/components/VApp/VApp.sass +1 -0
  29. package/lib/components/VApp/index.d.ts +158 -20
  30. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  31. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  32. package/lib/components/VAppBar/index.d.ts +616 -110
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAutocomplete/index.d.ts +1656 -130
  36. package/lib/components/VAvatar/index.d.ts +205 -29
  37. package/lib/components/VBadge/index.d.ts +284 -42
  38. package/lib/components/VBanner/index.d.ts +478 -84
  39. package/lib/components/VBottomNavigation/index.d.ts +321 -40
  40. package/lib/components/VBreadcrumbs/index.d.ts +325 -45
  41. package/lib/components/VBtn/VBtn.css +0 -5
  42. package/lib/components/VBtn/VBtn.mjs +40 -39
  43. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  44. package/lib/components/VBtn/VBtn.sass +0 -7
  45. package/lib/components/VBtn/_variables.scss +0 -2
  46. package/lib/components/VBtn/index.d.ts +452 -69
  47. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  48. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  49. package/lib/components/VBtnGroup/index.d.ts +185 -26
  50. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  51. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  52. package/lib/components/VBtnToggle/index.d.ts +245 -35
  53. package/lib/components/VCard/index.d.ts +938 -172
  54. package/lib/components/VCarousel/index.d.ts +561 -123
  55. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  56. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  57. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  59. package/lib/components/VCheckbox/index.d.ts +831 -147
  60. package/lib/components/VChip/index.d.ts +473 -75
  61. package/lib/components/VChipGroup/index.d.ts +227 -32
  62. package/lib/components/VCode/index.d.ts +109 -16
  63. package/lib/components/VColorPicker/index.d.ts +284 -20
  64. package/lib/components/VCombobox/VCombobox.mjs +2 -2
  65. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  66. package/lib/components/VCombobox/index.d.ts +1668 -130
  67. package/lib/components/VCounter/index.d.ts +1894 -87
  68. package/lib/components/VDefaultsProvider/index.d.ts +131 -22
  69. package/lib/components/VDialog/VDialog.css +31 -24
  70. package/lib/components/VDialog/VDialog.mjs +2 -2
  71. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  72. package/lib/components/VDialog/VDialog.sass +19 -12
  73. package/lib/components/VDialog/index.d.ts +2362 -146
  74. package/lib/components/VDivider/index.d.ts +130 -23
  75. package/lib/components/VExpansionPanel/index.d.ts +719 -119
  76. package/lib/components/VField/index.d.ts +163 -21
  77. package/lib/components/VFileInput/index.d.ts +1038 -104
  78. package/lib/components/VFooter/index.d.ts +203 -28
  79. package/lib/components/VForm/index.d.ts +204 -23
  80. package/lib/components/VGrid/VCol.mjs +6 -5
  81. package/lib/components/VGrid/VCol.mjs.map +1 -1
  82. package/lib/components/VGrid/VRow.mjs +4 -4
  83. package/lib/components/VGrid/VRow.mjs.map +1 -1
  84. package/lib/components/VGrid/index.d.ts +733 -76
  85. package/lib/components/VHover/index.d.ts +182 -35
  86. package/lib/components/VIcon/index.d.ts +494 -50
  87. package/lib/components/VImg/index.d.ts +275 -46
  88. package/lib/components/VInput/index.d.ts +315 -53
  89. package/lib/components/VItemGroup/index.d.ts +308 -52
  90. package/lib/components/VKbd/VKbd.css +1 -0
  91. package/lib/components/VKbd/VKbd.sass +1 -0
  92. package/lib/components/VKbd/_variables.scss +1 -0
  93. package/lib/components/VKbd/index.d.ts +109 -16
  94. package/lib/components/VLabel/index.d.ts +113 -20
  95. package/lib/components/VLayout/index.d.ts +296 -41
  96. package/lib/components/VLazy/VLazy.mjs +4 -1
  97. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  98. package/lib/components/VLazy/index.d.ts +219 -30
  99. package/lib/components/VList/VListChildren.mjs +2 -2
  100. package/lib/components/VList/VListChildren.mjs.map +1 -1
  101. package/lib/components/VList/VListGroup.mjs +1 -4
  102. package/lib/components/VList/VListGroup.mjs.map +1 -1
  103. package/lib/components/VList/index.d.ts +1461 -223
  104. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  105. package/lib/components/VMain/index.d.ts +118 -17
  106. package/lib/components/VMenu/VMenu.css +4 -4
  107. package/lib/components/VMenu/VMenu.mjs +2 -2
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/VMenu.sass +1 -1
  110. package/lib/components/VMenu/index.d.ts +2368 -142
  111. package/lib/components/VMessages/index.d.ts +1921 -98
  112. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  113. package/lib/components/VOverlay/VOverlay.css +2 -2
  114. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  115. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  116. package/lib/components/VOverlay/VOverlay.sass +1 -1
  117. package/lib/components/VOverlay/_variables.scss +1 -1
  118. package/lib/components/VOverlay/index.d.ts +519 -85
  119. package/lib/components/VPagination/index.d.ts +502 -68
  120. package/lib/components/VParallax/VParallax.mjs +3 -3
  121. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  122. package/lib/components/VParallax/index.d.ts +141 -28
  123. package/lib/components/VProgressCircular/index.d.ts +186 -25
  124. package/lib/components/VProgressLinear/index.d.ts +319 -48
  125. package/lib/components/VRadio/index.d.ts +313 -57
  126. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  127. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  128. package/lib/components/VRadioGroup/index.d.ts +463 -83
  129. package/lib/components/VRangeSlider/index.d.ts +528 -80
  130. package/lib/components/VRating/index.d.ts +305 -43
  131. package/lib/components/VResponsive/index.d.ts +142 -27
  132. package/lib/components/VSelect/VSelect.mjs +2 -2
  133. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  134. package/lib/components/VSelect/index.d.ts +3060 -328
  135. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  136. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  137. package/lib/components/VSelectionControl/index.d.ts +76 -4
  138. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  139. package/lib/components/VSheet/VSheet.mjs +1 -7
  140. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  141. package/lib/components/VSheet/index.d.ts +194 -31
  142. package/lib/components/VSlideGroup/index.d.ts +475 -83
  143. package/lib/components/VSlider/index.d.ts +521 -79
  144. package/lib/components/VSlider/slider.mjs +2 -5
  145. package/lib/components/VSlider/slider.mjs.map +1 -1
  146. package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
  147. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  148. package/lib/components/VSnackbar/index.d.ts +1219 -81
  149. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  150. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  151. package/lib/components/VSwitch/index.d.ts +498 -92
  152. package/lib/components/VSystemBar/index.d.ts +184 -27
  153. package/lib/components/VTable/index.d.ts +190 -35
  154. package/lib/components/VTabs/VTab.mjs +7 -23
  155. package/lib/components/VTabs/VTab.mjs.map +1 -1
  156. package/lib/components/VTabs/index.d.ts +623 -71
  157. package/lib/components/VTextField/VTextField.mjs +8 -5
  158. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  159. package/lib/components/VTextField/index.d.ts +1404 -106
  160. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  161. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  162. package/lib/components/VTextarea/index.d.ts +1014 -102
  163. package/lib/components/VThemeProvider/index.d.ts +124 -19
  164. package/lib/components/VTimeline/index.d.ts +441 -71
  165. package/lib/components/VToolbar/VToolbar.mjs +1 -4
  166. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  167. package/lib/components/VToolbar/index.d.ts +542 -93
  168. package/lib/components/VTooltip/VTooltip.css +3 -3
  169. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  170. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  171. package/lib/components/VTooltip/VTooltip.sass +1 -1
  172. package/lib/components/VTooltip/index.d.ts +1263 -81
  173. package/lib/components/VValidation/index.d.ts +201 -30
  174. package/lib/components/VWindow/index.d.ts +527 -95
  175. package/lib/components/index.d.ts +55131 -15681
  176. package/lib/components/transitions/index.d.ts +2097 -308
  177. package/lib/composables/display.mjs +2 -0
  178. package/lib/composables/display.mjs.map +1 -1
  179. package/lib/composables/form.mjs.map +1 -1
  180. package/lib/entry-bundler.mjs +1 -1
  181. package/lib/framework.mjs +1 -1
  182. package/lib/index.d.ts +32 -35
  183. package/lib/labs/VDataTable/VDataTable.css +12 -0
  184. package/lib/labs/VDataTable/VDataTable.sass +6 -0
  185. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
  186. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  187. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
  188. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  189. package/lib/labs/VDataTable/index.d.ts +4176 -1016
  190. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  191. package/lib/labs/components.d.ts +4212 -1026
  192. package/lib/styles/main.css +4 -0
  193. package/lib/styles/settings/_utilities.scss +7 -0
  194. package/lib/util/animation.mjs +8 -1
  195. package/lib/util/animation.mjs.map +1 -1
  196. package/lib/util/defineComponent.mjs +12 -5
  197. package/lib/util/defineComponent.mjs.map +1 -1
  198. package/lib/util/helpers.mjs +4 -0
  199. package/lib/util/helpers.mjs.map +1 -1
  200. package/package.json +3 -2
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { JSXComponent, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType } from 'vue';
3
3
 
4
4
  declare const block: readonly ["top", "bottom"];
5
5
  declare const inline: readonly ["start", "end", "left", "right"];
@@ -7,75 +7,274 @@ type Tblock = typeof block[number];
7
7
  type Tinline = typeof inline[number];
8
8
  type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
9
9
 
10
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
11
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
12
+ }
13
+
10
14
  type Density = null | 'default' | 'comfortable' | 'compact';
11
15
 
12
16
  type IconValue = string | JSXComponent;
13
17
  declare const IconValue: PropType<IconValue>;
14
18
 
15
- declare const VAlert: vue.DefineComponent<{
16
- tag: string;
17
- icon: false | IconValue;
18
- prominent: boolean;
19
- density: Density;
20
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
21
- modelValue: boolean;
22
- closable: boolean;
23
- closeIcon: IconValue;
24
- closeLabel: string;
25
- } & {
26
- type?: "error" | "success" | "warning" | "info" | undefined;
27
- location?: Anchor | undefined;
28
- height?: string | number | undefined;
29
- width?: string | number | undefined;
30
- border?: boolean | "end" | "start" | "top" | "bottom" | undefined;
31
- borderColor?: string | undefined;
32
- color?: string | undefined;
33
- maxHeight?: string | number | undefined;
34
- maxWidth?: string | number | undefined;
35
- minHeight?: string | number | undefined;
36
- minWidth?: string | number | undefined;
37
- position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
38
- title?: string | undefined;
39
- text?: string | undefined;
40
- elevation?: string | number | undefined;
41
- theme?: string | undefined;
42
- rounded?: string | number | boolean | undefined;
43
- } & {
44
- $children?: {} | vue.VNodeChild | {
45
- default?: (() => vue.VNodeChild) | undefined;
46
- prepend?: (() => vue.VNodeChild) | undefined;
47
- title?: (() => vue.VNodeChild) | undefined;
48
- text?: (() => vue.VNodeChild) | undefined;
49
- append?: (() => vue.VNodeChild) | undefined;
50
- close?: (() => vue.VNodeChild) | undefined;
51
- };
52
- $slots?: {
53
- default?: (() => vue.VNodeChild) | undefined;
54
- prepend?: (() => vue.VNodeChild) | undefined;
55
- title?: (() => vue.VNodeChild) | undefined;
56
- text?: (() => vue.VNodeChild) | undefined;
57
- append?: (() => vue.VNodeChild) | undefined;
58
- close?: (() => vue.VNodeChild) | undefined;
59
- } | undefined;
60
- 'v-slots'?: {
61
- default?: false | (() => vue.VNodeChild) | undefined;
62
- prepend?: false | (() => vue.VNodeChild) | undefined;
63
- title?: false | (() => vue.VNodeChild) | undefined;
64
- text?: false | (() => vue.VNodeChild) | undefined;
65
- append?: false | (() => vue.VNodeChild) | undefined;
66
- close?: false | (() => vue.VNodeChild) | undefined;
67
- } | undefined;
68
- } & {
69
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
70
- "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
71
- "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
72
- "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
73
- "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
74
- "v-slot:close"?: false | (() => vue.VNodeChild) | undefined;
75
- }, () => false | JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
76
- 'click:close': (e: MouseEvent) => true;
77
- 'update:modelValue': (value: boolean) => true;
78
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
19
+ declare const allowedTypes: readonly ["success", "info", "warning", "error"];
20
+ type ContextualType = typeof allowedTypes[number];
21
+ declare const VAlert: {
22
+ new (...args: any[]): {
23
+ $: vue.ComponentInternalInstance;
24
+ $data: {};
25
+ $props: Partial<{
26
+ tag: string;
27
+ icon: false | IconValue;
28
+ rounded: string | number | boolean;
29
+ prominent: boolean;
30
+ density: Density;
31
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
32
+ modelValue: boolean;
33
+ closable: boolean;
34
+ closeIcon: IconValue;
35
+ closeLabel: string;
36
+ }> & Omit<{
37
+ tag: string;
38
+ icon: false | IconValue;
39
+ prominent: boolean;
40
+ density: Density;
41
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
42
+ modelValue: boolean;
43
+ closable: boolean;
44
+ closeIcon: IconValue;
45
+ closeLabel: string;
46
+ } & {
47
+ type?: "error" | "success" | "warning" | "info" | undefined;
48
+ location?: Anchor | undefined;
49
+ height?: string | number | undefined;
50
+ width?: string | number | undefined;
51
+ border?: boolean | "end" | "start" | "top" | "bottom" | undefined;
52
+ borderColor?: string | undefined;
53
+ color?: string | undefined;
54
+ maxHeight?: string | number | undefined;
55
+ maxWidth?: string | number | undefined;
56
+ minHeight?: string | number | undefined;
57
+ minWidth?: string | number | undefined;
58
+ position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
59
+ title?: string | undefined;
60
+ text?: string | undefined;
61
+ elevation?: string | number | undefined;
62
+ theme?: string | undefined;
63
+ rounded?: string | number | boolean | undefined;
64
+ } & {
65
+ $children?: {} | vue.VNodeChild | {
66
+ default?: (() => vue.VNodeChild) | undefined;
67
+ prepend?: (() => vue.VNodeChild) | undefined;
68
+ title?: (() => vue.VNodeChild) | undefined;
69
+ text?: (() => vue.VNodeChild) | undefined;
70
+ append?: (() => vue.VNodeChild) | undefined;
71
+ close?: (() => vue.VNodeChild) | undefined;
72
+ };
73
+ $slots?: {
74
+ default?: (() => vue.VNodeChild) | undefined;
75
+ prepend?: (() => vue.VNodeChild) | undefined;
76
+ title?: (() => vue.VNodeChild) | undefined;
77
+ text?: (() => vue.VNodeChild) | undefined;
78
+ append?: (() => vue.VNodeChild) | undefined;
79
+ close?: (() => vue.VNodeChild) | undefined;
80
+ } | undefined;
81
+ 'v-slots'?: {
82
+ default?: false | (() => vue.VNodeChild) | undefined;
83
+ prepend?: false | (() => vue.VNodeChild) | undefined;
84
+ title?: false | (() => vue.VNodeChild) | undefined;
85
+ text?: false | (() => vue.VNodeChild) | undefined;
86
+ append?: false | (() => vue.VNodeChild) | undefined;
87
+ close?: false | (() => vue.VNodeChild) | undefined;
88
+ } | undefined;
89
+ } & {
90
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
91
+ "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
92
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
93
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
94
+ "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
95
+ "v-slot:close"?: false | (() => vue.VNodeChild) | undefined;
96
+ } & {
97
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
98
+ "onClick:close"?: ((e: MouseEvent) => any) | undefined;
99
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag" | "icon" | "rounded" | "prominent" | "density" | "variant" | "modelValue" | "closable" | "closeIcon" | "closeLabel">;
100
+ $attrs: {
101
+ [x: string]: unknown;
102
+ };
103
+ $refs: {
104
+ [x: string]: unknown;
105
+ };
106
+ $slots: Readonly<{
107
+ [name: string]: vue.Slot | undefined;
108
+ }>;
109
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
110
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
111
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:close", e: MouseEvent) => void);
112
+ $el: any;
113
+ $options: vue.ComponentOptionsBase<{
114
+ tag: string;
115
+ icon: false | IconValue;
116
+ prominent: boolean;
117
+ density: Density;
118
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
119
+ modelValue: boolean;
120
+ closable: boolean;
121
+ closeIcon: IconValue;
122
+ closeLabel: string;
123
+ } & {
124
+ type?: "error" | "success" | "warning" | "info" | undefined;
125
+ location?: Anchor | undefined;
126
+ height?: string | number | undefined;
127
+ width?: string | number | undefined;
128
+ border?: boolean | "end" | "start" | "top" | "bottom" | undefined;
129
+ borderColor?: string | undefined;
130
+ color?: string | undefined;
131
+ maxHeight?: string | number | undefined;
132
+ maxWidth?: string | number | undefined;
133
+ minHeight?: string | number | undefined;
134
+ minWidth?: string | number | undefined;
135
+ position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
136
+ title?: string | undefined;
137
+ text?: string | undefined;
138
+ elevation?: string | number | undefined;
139
+ theme?: string | undefined;
140
+ rounded?: string | number | boolean | undefined;
141
+ } & {
142
+ $children?: {} | vue.VNodeChild | {
143
+ default?: (() => vue.VNodeChild) | undefined;
144
+ prepend?: (() => vue.VNodeChild) | undefined;
145
+ title?: (() => vue.VNodeChild) | undefined;
146
+ text?: (() => vue.VNodeChild) | undefined;
147
+ append?: (() => vue.VNodeChild) | undefined;
148
+ close?: (() => vue.VNodeChild) | undefined;
149
+ };
150
+ $slots?: {
151
+ default?: (() => vue.VNodeChild) | undefined;
152
+ prepend?: (() => vue.VNodeChild) | undefined;
153
+ title?: (() => vue.VNodeChild) | undefined;
154
+ text?: (() => vue.VNodeChild) | undefined;
155
+ append?: (() => vue.VNodeChild) | undefined;
156
+ close?: (() => vue.VNodeChild) | undefined;
157
+ } | undefined;
158
+ 'v-slots'?: {
159
+ default?: false | (() => vue.VNodeChild) | undefined;
160
+ prepend?: false | (() => vue.VNodeChild) | undefined;
161
+ title?: false | (() => vue.VNodeChild) | undefined;
162
+ text?: false | (() => vue.VNodeChild) | undefined;
163
+ append?: false | (() => vue.VNodeChild) | undefined;
164
+ close?: false | (() => vue.VNodeChild) | undefined;
165
+ } | undefined;
166
+ } & {
167
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
168
+ "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
169
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
170
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
171
+ "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
172
+ "v-slot:close"?: false | (() => vue.VNodeChild) | undefined;
173
+ } & {
174
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
175
+ "onClick:close"?: ((e: MouseEvent) => any) | undefined;
176
+ }, () => false | JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
177
+ 'click:close': (e: MouseEvent) => true;
178
+ 'update:modelValue': (value: boolean) => true;
179
+ }, string, {
180
+ tag: string;
181
+ icon: false | IconValue;
182
+ rounded: string | number | boolean;
183
+ prominent: boolean;
184
+ density: Density;
185
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
186
+ modelValue: boolean;
187
+ closable: boolean;
188
+ closeIcon: IconValue;
189
+ closeLabel: string;
190
+ }, {}, string> & {
191
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
192
+ created?: ((() => void) | (() => void)[]) | undefined;
193
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
194
+ mounted?: ((() => void) | (() => void)[]) | undefined;
195
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
196
+ updated?: ((() => void) | (() => void)[]) | undefined;
197
+ activated?: ((() => void) | (() => void)[]) | undefined;
198
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
199
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
200
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
201
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
202
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
203
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
204
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
205
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
206
+ };
207
+ $forceUpdate: () => void;
208
+ $nextTick: typeof vue.nextTick;
209
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
210
+ } & {
211
+ tag: string;
212
+ icon: false | IconValue;
213
+ prominent: boolean;
214
+ density: Density;
215
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
216
+ modelValue: boolean;
217
+ closable: boolean;
218
+ closeIcon: IconValue;
219
+ closeLabel: string;
220
+ } & {
221
+ type?: "error" | "success" | "warning" | "info" | undefined;
222
+ location?: Anchor | undefined;
223
+ height?: string | number | undefined;
224
+ width?: string | number | undefined;
225
+ border?: boolean | "end" | "start" | "top" | "bottom" | undefined;
226
+ borderColor?: string | undefined;
227
+ color?: string | undefined;
228
+ maxHeight?: string | number | undefined;
229
+ maxWidth?: string | number | undefined;
230
+ minHeight?: string | number | undefined;
231
+ minWidth?: string | number | undefined;
232
+ position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
233
+ title?: string | undefined;
234
+ text?: string | undefined;
235
+ elevation?: string | number | undefined;
236
+ theme?: string | undefined;
237
+ rounded?: string | number | boolean | undefined;
238
+ } & {
239
+ $children?: {} | vue.VNodeChild | {
240
+ default?: (() => vue.VNodeChild) | undefined;
241
+ prepend?: (() => vue.VNodeChild) | undefined;
242
+ title?: (() => vue.VNodeChild) | undefined;
243
+ text?: (() => vue.VNodeChild) | undefined;
244
+ append?: (() => vue.VNodeChild) | undefined;
245
+ close?: (() => vue.VNodeChild) | undefined;
246
+ };
247
+ $slots?: {
248
+ default?: (() => vue.VNodeChild) | undefined;
249
+ prepend?: (() => vue.VNodeChild) | undefined;
250
+ title?: (() => vue.VNodeChild) | undefined;
251
+ text?: (() => vue.VNodeChild) | undefined;
252
+ append?: (() => vue.VNodeChild) | undefined;
253
+ close?: (() => vue.VNodeChild) | undefined;
254
+ } | undefined;
255
+ 'v-slots'?: {
256
+ default?: false | (() => vue.VNodeChild) | undefined;
257
+ prepend?: false | (() => vue.VNodeChild) | undefined;
258
+ title?: false | (() => vue.VNodeChild) | undefined;
259
+ text?: false | (() => vue.VNodeChild) | undefined;
260
+ append?: false | (() => vue.VNodeChild) | undefined;
261
+ close?: false | (() => vue.VNodeChild) | undefined;
262
+ } | undefined;
263
+ } & {
264
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
265
+ "v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
266
+ "v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
267
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
268
+ "v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
269
+ "v-slot:close"?: false | (() => vue.VNodeChild) | undefined;
270
+ } & {
271
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
272
+ "onClick:close"?: ((e: MouseEvent) => any) | undefined;
273
+ } & vue.ShallowUnwrapRef<() => false | JSX.Element> & {} & vue.ComponentCustomProperties & {};
274
+ __isFragment?: undefined;
275
+ __isTeleport?: undefined;
276
+ __isSuspense?: undefined;
277
+ } & vue.ComponentOptionsBase<{
79
278
  tag: string;
80
279
  icon: false | IconValue;
81
280
  prominent: boolean;
@@ -138,7 +337,10 @@ declare const VAlert: vue.DefineComponent<{
138
337
  } & {
139
338
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
140
339
  "onClick:close"?: ((e: MouseEvent) => any) | undefined;
141
- }, {
340
+ }, () => false | JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
341
+ 'click:close': (e: MouseEvent) => true;
342
+ 'update:modelValue': (value: boolean) => true;
343
+ }, string, {
142
344
  tag: string;
143
345
  icon: false | IconValue;
144
346
  rounded: string | number | boolean;
@@ -149,10 +351,238 @@ declare const VAlert: vue.DefineComponent<{
149
351
  closable: boolean;
150
352
  closeIcon: IconValue;
151
353
  closeLabel: string;
152
- }>;
354
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
355
+ color: StringConstructor;
356
+ variant: Omit<{
357
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
358
+ default: string;
359
+ validator: (v: any) => boolean;
360
+ }, "type" | "default"> & {
361
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
362
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
363
+ };
364
+ theme: StringConstructor;
365
+ tag: {
366
+ type: StringConstructor;
367
+ default: string;
368
+ };
369
+ rounded: {
370
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
371
+ default: undefined;
372
+ };
373
+ position: {
374
+ type: PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
375
+ validator: (v: any) => boolean;
376
+ };
377
+ location: PropType<Anchor>;
378
+ elevation: {
379
+ type: (StringConstructor | NumberConstructor)[];
380
+ validator(v: any): boolean;
381
+ };
382
+ height: (StringConstructor | NumberConstructor)[];
383
+ maxHeight: (StringConstructor | NumberConstructor)[];
384
+ maxWidth: (StringConstructor | NumberConstructor)[];
385
+ minHeight: (StringConstructor | NumberConstructor)[];
386
+ minWidth: (StringConstructor | NumberConstructor)[];
387
+ width: (StringConstructor | NumberConstructor)[];
388
+ density: {
389
+ type: PropType<Density>;
390
+ default: string;
391
+ validator: (v: any) => boolean;
392
+ };
393
+ border: {
394
+ type: PropType<boolean | "end" | "start" | "top" | "bottom">;
395
+ validator: (val: boolean | string) => boolean;
396
+ };
397
+ borderColor: StringConstructor;
398
+ closable: BooleanConstructor;
399
+ closeIcon: {
400
+ type: PropType<IconValue>;
401
+ default: string;
402
+ };
403
+ closeLabel: {
404
+ type: StringConstructor;
405
+ default: string;
406
+ };
407
+ icon: {
408
+ type: PropType<false | IconValue>;
409
+ default: null;
410
+ };
411
+ modelValue: {
412
+ type: BooleanConstructor;
413
+ default: boolean;
414
+ };
415
+ prominent: BooleanConstructor;
416
+ title: StringConstructor;
417
+ text: StringConstructor;
418
+ type: {
419
+ type: PropType<"error" | "success" | "warning" | "info">;
420
+ validator: (val: ContextualType) => boolean;
421
+ };
422
+ }, vue.ExtractPropTypes<{
423
+ color: StringConstructor;
424
+ variant: Omit<{
425
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
426
+ default: string;
427
+ validator: (v: any) => boolean;
428
+ }, "type" | "default"> & {
429
+ type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
430
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
431
+ };
432
+ theme: StringConstructor;
433
+ tag: {
434
+ type: StringConstructor;
435
+ default: string;
436
+ };
437
+ rounded: {
438
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
439
+ default: undefined;
440
+ };
441
+ position: {
442
+ type: PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
443
+ validator: (v: any) => boolean;
444
+ };
445
+ location: PropType<Anchor>;
446
+ elevation: {
447
+ type: (StringConstructor | NumberConstructor)[];
448
+ validator(v: any): boolean;
449
+ };
450
+ height: (StringConstructor | NumberConstructor)[];
451
+ maxHeight: (StringConstructor | NumberConstructor)[];
452
+ maxWidth: (StringConstructor | NumberConstructor)[];
453
+ minHeight: (StringConstructor | NumberConstructor)[];
454
+ minWidth: (StringConstructor | NumberConstructor)[];
455
+ width: (StringConstructor | NumberConstructor)[];
456
+ density: {
457
+ type: PropType<Density>;
458
+ default: string;
459
+ validator: (v: any) => boolean;
460
+ };
461
+ border: {
462
+ type: PropType<boolean | "end" | "start" | "top" | "bottom">;
463
+ validator: (val: boolean | string) => boolean;
464
+ };
465
+ borderColor: StringConstructor;
466
+ closable: BooleanConstructor;
467
+ closeIcon: {
468
+ type: PropType<IconValue>;
469
+ default: string;
470
+ };
471
+ closeLabel: {
472
+ type: StringConstructor;
473
+ default: string;
474
+ };
475
+ icon: {
476
+ type: PropType<false | IconValue>;
477
+ default: null;
478
+ };
479
+ modelValue: {
480
+ type: BooleanConstructor;
481
+ default: boolean;
482
+ };
483
+ prominent: BooleanConstructor;
484
+ title: StringConstructor;
485
+ text: StringConstructor;
486
+ type: {
487
+ type: PropType<"error" | "success" | "warning" | "info">;
488
+ validator: (val: ContextualType) => boolean;
489
+ };
490
+ }>>;
153
491
  type VAlert = InstanceType<typeof VAlert>;
154
492
 
155
- declare const VAlertTitle: vue.DefineComponent<{
493
+ declare const VAlertTitle: {
494
+ new (...args: any[]): {
495
+ $: vue.ComponentInternalInstance;
496
+ $data: {};
497
+ $props: Partial<{
498
+ tag: string;
499
+ }> & Omit<{
500
+ tag: string;
501
+ } & {} & {
502
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
503
+ default?: (() => vue.VNodeChild) | undefined;
504
+ };
505
+ $slots?: {
506
+ default?: (() => vue.VNodeChild) | undefined;
507
+ } | undefined;
508
+ 'v-slots'?: {
509
+ default?: false | (() => vue.VNodeChild) | undefined;
510
+ } | undefined;
511
+ } & {
512
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
513
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag">;
514
+ $attrs: {
515
+ [x: string]: unknown;
516
+ };
517
+ $refs: {
518
+ [x: string]: unknown;
519
+ };
520
+ $slots: Readonly<{
521
+ [name: string]: vue.Slot | undefined;
522
+ }>;
523
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
524
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
525
+ $emit: (event: string, ...args: any[]) => void;
526
+ $el: any;
527
+ $options: vue.ComponentOptionsBase<{
528
+ tag: string;
529
+ } & {} & {
530
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
531
+ default?: (() => vue.VNodeChild) | undefined;
532
+ };
533
+ $slots?: {
534
+ default?: (() => vue.VNodeChild) | undefined;
535
+ } | undefined;
536
+ 'v-slots'?: {
537
+ default?: false | (() => vue.VNodeChild) | undefined;
538
+ } | undefined;
539
+ } & {
540
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
541
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
542
+ [key: string]: any;
543
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
544
+ tag: string;
545
+ }, {}, string> & {
546
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
547
+ created?: ((() => void) | (() => void)[]) | undefined;
548
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
549
+ mounted?: ((() => void) | (() => void)[]) | undefined;
550
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
551
+ updated?: ((() => void) | (() => void)[]) | undefined;
552
+ activated?: ((() => void) | (() => void)[]) | undefined;
553
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
554
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
555
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
556
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
557
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
558
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
559
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
560
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
561
+ };
562
+ $forceUpdate: () => void;
563
+ $nextTick: typeof vue.nextTick;
564
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
565
+ } & {
566
+ tag: string;
567
+ } & {} & {
568
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
569
+ default?: (() => vue.VNodeChild) | undefined;
570
+ };
571
+ $slots?: {
572
+ default?: (() => vue.VNodeChild) | undefined;
573
+ } | undefined;
574
+ 'v-slots'?: {
575
+ default?: false | (() => vue.VNodeChild) | undefined;
576
+ } | undefined;
577
+ } & {
578
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
579
+ } & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
580
+ [key: string]: any;
581
+ }>> & {} & vue.ComponentCustomProperties & {};
582
+ __isFragment?: undefined;
583
+ __isTeleport?: undefined;
584
+ __isSuspense?: undefined;
585
+ } & vue.ComponentOptionsBase<{
156
586
  tag: string;
157
587
  } & {} & {
158
588
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
@@ -168,23 +598,19 @@ declare const VAlertTitle: vue.DefineComponent<{
168
598
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
169
599
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
170
600
  [key: string]: any;
171
- }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
601
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
172
602
  tag: string;
173
- } & {} & {
174
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
175
- default?: (() => vue.VNodeChild) | undefined;
603
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
604
+ tag: {
605
+ type: StringConstructor;
606
+ default: string;
176
607
  };
177
- $slots?: {
178
- default?: (() => vue.VNodeChild) | undefined;
179
- } | undefined;
180
- 'v-slots'?: {
181
- default?: false | (() => vue.VNodeChild) | undefined;
182
- } | undefined;
183
- } & {
184
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
185
- }, {
186
- tag: string;
187
- }>;
608
+ }, vue.ExtractPropTypes<{
609
+ tag: {
610
+ type: StringConstructor;
611
+ default: string;
612
+ };
613
+ }>>;
188
614
  type VAlertTitle = InstanceType<typeof VAlertTitle>;
189
615
 
190
616
  export { VAlert, VAlertTitle };
@@ -11,5 +11,6 @@
11
11
  flex: 1 1 auto;
12
12
  max-width: 100%;
13
13
  min-height: 100vh;
14
+ min-height: 100dvh;
14
15
  position: relative;
15
16
  }
@@ -12,4 +12,5 @@
12
12
  flex: 1 1 auto
13
13
  max-width: 100%
14
14
  min-height: 100vh
15
+ min-height: 100dvh
15
16
  position: relative