vuetify 3.7.2 → 3.7.4
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.
- package/dist/json/attributes.json +5843 -5795
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +150 -150
- package/dist/json/tags.json +14 -1
- package/dist/json/web-types.json +10397 -10309
- package/dist/vuetify-labs.css +2362 -2362
- package/dist/vuetify-labs.d.ts +196 -195
- package/dist/vuetify-labs.esm.js +68 -45
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +68 -45
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2822 -2822
- package/dist/vuetify.d.ts +212 -211
- package/dist/vuetify.esm.js +38 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +28 -28
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +22 -22
- package/lib/components/VBottomSheet/VBottomSheet.sass +2 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -4
- package/lib/components/VBtn/VBtn.css +2 -2
- package/lib/components/VBtn/VBtn.sass +7 -8
- package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
- package/lib/components/VBtnToggle/VBtnToggle.sass +3 -0
- package/lib/components/VCarousel/index.d.mts +2 -2
- package/lib/components/VCheckbox/index.d.mts +2 -2
- package/lib/components/VChip/VChip.mjs +2 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VCode/index.mjs +1 -1
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +22 -22
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs +4 -2
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +7 -6
- package/lib/components/VDatePicker/index.d.mts +2 -2
- package/lib/components/VDialog/VDialog.css +3 -7
- package/lib/components/VDialog/VDialog.mjs +8 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +6 -7
- package/lib/components/VDialog/index.d.mts +22 -22
- package/lib/components/VField/_variables.scss +2 -1
- package/lib/components/VFileInput/__tests__/text.txt +1 -0
- package/lib/components/VFileInput/index.d.mts +3 -3
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VKbd/index.mjs +1 -1
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +8 -7
- package/lib/components/VList/VListItem.mjs +1 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +16 -10
- package/lib/components/VList/_variables.scss +0 -11
- package/lib/components/VMenu/VMenu.mjs +15 -6
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +20 -20
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +7 -7
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +6 -5
- package/lib/components/VOverlay/index.d.mts +4 -4
- package/lib/components/VProgressLinear/_variables.scss +2 -1
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VSelect/index.d.mts +22 -22
- package/lib/components/VSnackbar/index.d.mts +31 -31
- package/lib/components/VSpeedDial/index.d.mts +2 -2
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VTable/_mixins.scss +2 -2
- package/lib/components/VTabs/VTabs.sass +1 -1
- package/lib/components/VTextField/index.d.mts +3 -3
- package/lib/components/VTextarea/index.d.mts +3 -3
- package/lib/components/VTooltip/index.d.mts +24 -24
- package/lib/components/VWindow/index.d.mts +2 -2
- package/lib/components/index.d.mts +158 -157
- package/lib/composables/directiveComponent.mjs +4 -3
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +53 -53
- package/lib/labs/VNumberInput/index.d.mts +9 -9
- package/lib/labs/VSnackbarQueue/index.d.mts +52 -52
- package/lib/labs/VTreeview/VTreeview.mjs +2 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +29 -28
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +7 -7
- package/lib/labs/components.d.mts +68 -68
- package/lib/locale/el.mjs +0 -0
- package/lib/locale/index.mjs +0 -0
- package/lib/styles/settings/_colors.scss +257 -256
- package/lib/styles/utilities/_display.sass +2 -1
- package/lib/styles/utilities/_elevation.scss +2 -1
- package/lib/styles/utilities/_screenreaders.sass +2 -1
- package/package.json +23 -16
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
|
@@ -28,9 +28,9 @@ declare const VNavigationDrawer: {
|
|
|
28
28
|
tag: string;
|
|
29
29
|
sticky: boolean;
|
|
30
30
|
modelValue: boolean | null;
|
|
31
|
-
scrim: string | boolean;
|
|
32
31
|
tile: boolean;
|
|
33
32
|
floating: boolean;
|
|
33
|
+
scrim: string | boolean;
|
|
34
34
|
touchless: boolean;
|
|
35
35
|
disableResizeWatcher: boolean;
|
|
36
36
|
disableRouteWatcher: boolean;
|
|
@@ -88,9 +88,9 @@ declare const VNavigationDrawer: {
|
|
|
88
88
|
tag: string;
|
|
89
89
|
sticky: boolean;
|
|
90
90
|
modelValue: boolean | null;
|
|
91
|
-
scrim: string | boolean;
|
|
92
91
|
tile: boolean;
|
|
93
92
|
floating: boolean;
|
|
93
|
+
scrim: string | boolean;
|
|
94
94
|
touchless: boolean;
|
|
95
95
|
disableResizeWatcher: boolean;
|
|
96
96
|
disableRouteWatcher: boolean;
|
|
@@ -144,9 +144,9 @@ declare const VNavigationDrawer: {
|
|
|
144
144
|
sticky: boolean;
|
|
145
145
|
modelValue: boolean | null;
|
|
146
146
|
rounded: string | number | boolean;
|
|
147
|
-
scrim: string | boolean;
|
|
148
147
|
tile: boolean;
|
|
149
148
|
floating: boolean;
|
|
149
|
+
scrim: string | boolean;
|
|
150
150
|
touchless: boolean;
|
|
151
151
|
disableResizeWatcher: boolean;
|
|
152
152
|
disableRouteWatcher: boolean;
|
|
@@ -178,9 +178,9 @@ declare const VNavigationDrawer: {
|
|
|
178
178
|
tag: string;
|
|
179
179
|
sticky: boolean;
|
|
180
180
|
modelValue: boolean | null;
|
|
181
|
-
scrim: string | boolean;
|
|
182
181
|
tile: boolean;
|
|
183
182
|
floating: boolean;
|
|
183
|
+
scrim: string | boolean;
|
|
184
184
|
touchless: boolean;
|
|
185
185
|
disableResizeWatcher: boolean;
|
|
186
186
|
disableRouteWatcher: boolean;
|
|
@@ -236,9 +236,9 @@ declare const VNavigationDrawer: {
|
|
|
236
236
|
sticky: boolean;
|
|
237
237
|
modelValue: boolean | null;
|
|
238
238
|
rounded: string | number | boolean;
|
|
239
|
-
scrim: string | boolean;
|
|
240
239
|
tile: boolean;
|
|
241
240
|
floating: boolean;
|
|
241
|
+
scrim: string | boolean;
|
|
242
242
|
touchless: boolean;
|
|
243
243
|
disableResizeWatcher: boolean;
|
|
244
244
|
disableRouteWatcher: boolean;
|
|
@@ -262,9 +262,9 @@ declare const VNavigationDrawer: {
|
|
|
262
262
|
tag: string;
|
|
263
263
|
sticky: boolean;
|
|
264
264
|
modelValue: boolean | null;
|
|
265
|
-
scrim: string | boolean;
|
|
266
265
|
tile: boolean;
|
|
267
266
|
floating: boolean;
|
|
267
|
+
scrim: string | boolean;
|
|
268
268
|
touchless: boolean;
|
|
269
269
|
disableResizeWatcher: boolean;
|
|
270
270
|
disableRouteWatcher: boolean;
|
|
@@ -323,9 +323,9 @@ declare const VNavigationDrawer: {
|
|
|
323
323
|
sticky: boolean;
|
|
324
324
|
modelValue: boolean | null;
|
|
325
325
|
rounded: string | number | boolean;
|
|
326
|
-
scrim: string | boolean;
|
|
327
326
|
tile: boolean;
|
|
328
327
|
floating: boolean;
|
|
328
|
+
scrim: string | boolean;
|
|
329
329
|
touchless: boolean;
|
|
330
330
|
disableResizeWatcher: boolean;
|
|
331
331
|
disableRouteWatcher: boolean;
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'sass:map'
|
|
2
|
+
@use './variables' as *
|
|
2
3
|
|
|
3
4
|
// Theme
|
|
4
5
|
@include theme(v-overflow-btn) using ($material)
|
|
5
6
|
&#{&} > .v-input__control > .v-input__slot
|
|
6
|
-
border-color: map
|
|
7
|
+
border-color: map.get($material, 'dividers')
|
|
7
8
|
|
|
8
9
|
&:not(.v-input--is-focused):not(.v-input--has-state)
|
|
9
10
|
> .v-input__control > .v-input__slot:hover
|
|
10
|
-
background: map
|
|
11
|
+
background: map.get($material, 'cards')
|
|
11
12
|
|
|
12
13
|
&.v-overflow-btn--segmented
|
|
13
14
|
.v-input__append-inner
|
|
14
|
-
border-left: thin solid map
|
|
15
|
+
border-left: thin solid map.get($material, 'dividers')
|
|
15
16
|
|
|
16
17
|
|
|
17
18
|
.v-autocomplete__content.v-menu__content
|
|
@@ -49,7 +50,7 @@
|
|
|
49
50
|
margin-inline-start: $overflow-selection-comma-margin-x
|
|
50
51
|
|
|
51
52
|
.v-input__slot
|
|
52
|
-
transition: .3s map
|
|
53
|
+
transition: .3s map.get($transition, 'swing')
|
|
53
54
|
|
|
54
55
|
&::before,
|
|
55
56
|
&::after
|
|
@@ -131,9 +131,9 @@ declare const VOverlay: {
|
|
|
131
131
|
class?: any;
|
|
132
132
|
theme?: string | undefined;
|
|
133
133
|
contentClass?: any;
|
|
134
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
134
135
|
closeDelay?: string | number | undefined;
|
|
135
136
|
openDelay?: string | number | undefined;
|
|
136
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
137
137
|
openOnClick?: boolean | undefined;
|
|
138
138
|
openOnFocus?: boolean | undefined;
|
|
139
139
|
contentProps?: any;
|
|
@@ -227,9 +227,9 @@ declare const VOverlay: {
|
|
|
227
227
|
class?: any;
|
|
228
228
|
theme?: string | undefined;
|
|
229
229
|
contentClass?: any;
|
|
230
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
230
231
|
closeDelay?: string | number | undefined;
|
|
231
232
|
openDelay?: string | number | undefined;
|
|
232
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
233
233
|
openOnClick?: boolean | undefined;
|
|
234
234
|
openOnFocus?: boolean | undefined;
|
|
235
235
|
contentProps?: any;
|
|
@@ -352,9 +352,9 @@ declare const VOverlay: {
|
|
|
352
352
|
class?: any;
|
|
353
353
|
theme?: string | undefined;
|
|
354
354
|
contentClass?: any;
|
|
355
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
355
356
|
closeDelay?: string | number | undefined;
|
|
356
357
|
openDelay?: string | number | undefined;
|
|
357
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
358
358
|
openOnClick?: boolean | undefined;
|
|
359
359
|
openOnFocus?: boolean | undefined;
|
|
360
360
|
contentProps?: any;
|
|
@@ -474,9 +474,9 @@ declare const VOverlay: {
|
|
|
474
474
|
class?: any;
|
|
475
475
|
theme?: string | undefined;
|
|
476
476
|
contentClass?: any;
|
|
477
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
477
478
|
closeDelay?: string | number | undefined;
|
|
478
479
|
openDelay?: string | number | undefined;
|
|
479
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
480
480
|
openOnClick?: boolean | undefined;
|
|
481
481
|
openOnFocus?: boolean | undefined;
|
|
482
482
|
contentProps?: any;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
@use 'sass:map';
|
|
1
2
|
@use '../../styles/settings';
|
|
2
3
|
|
|
3
4
|
// VProgressLinear
|
|
4
5
|
$progress-linear-background: currentColor !default;
|
|
5
6
|
$progress-linear-background-background: $progress-linear-background !default;
|
|
6
7
|
$progress-linear-background-opacity: var(--v-border-opacity) !default;
|
|
7
|
-
$progress-linear-border-radius: map
|
|
8
|
+
$progress-linear-border-radius: map.get(settings.$rounded, 'pill') !default;
|
|
8
9
|
$progress-linear-stream-opacity: 0.3 !default;
|
|
9
10
|
$progress-linear-stripe-background-size: 40px 40px !default;
|
|
10
11
|
$progress-linear-stream-border-width: 4px !default;
|
|
@@ -154,7 +154,7 @@ declare const VRadioGroup: {
|
|
|
154
154
|
hideDetails?: boolean | "auto" | undefined;
|
|
155
155
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
156
156
|
'update:modelValue': (value: any) => true;
|
|
157
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
157
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
158
158
|
type: string;
|
|
159
159
|
inline: boolean;
|
|
160
160
|
error: boolean;
|
|
@@ -357,7 +357,7 @@ declare const VRadioGroup: {
|
|
|
357
357
|
hideDetails?: boolean | "auto" | undefined;
|
|
358
358
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
359
359
|
'update:modelValue': (value: any) => true;
|
|
360
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
360
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
|
361
361
|
type: string;
|
|
362
362
|
inline: boolean;
|
|
363
363
|
error: boolean;
|
|
@@ -1090,9 +1090,9 @@ declare const VMenu: {
|
|
|
1090
1090
|
class?: any;
|
|
1091
1091
|
theme?: string | undefined;
|
|
1092
1092
|
contentClass?: any;
|
|
1093
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1093
1094
|
closeDelay?: string | number | undefined;
|
|
1094
1095
|
openDelay?: string | number | undefined;
|
|
1095
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1096
1096
|
openOnClick?: boolean | undefined;
|
|
1097
1097
|
openOnFocus?: boolean | undefined;
|
|
1098
1098
|
contentProps?: any;
|
|
@@ -1169,9 +1169,9 @@ declare const VMenu: {
|
|
|
1169
1169
|
class?: any;
|
|
1170
1170
|
theme?: string | undefined;
|
|
1171
1171
|
contentClass?: any;
|
|
1172
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1172
1173
|
closeDelay?: string | number | undefined;
|
|
1173
1174
|
openDelay?: string | number | undefined;
|
|
1174
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1175
1175
|
openOnClick?: boolean | undefined;
|
|
1176
1176
|
openOnFocus?: boolean | undefined;
|
|
1177
1177
|
contentProps?: any;
|
|
@@ -1232,7 +1232,7 @@ declare const VMenu: {
|
|
|
1232
1232
|
}>;
|
|
1233
1233
|
$root: vue.ComponentPublicInstance | null;
|
|
1234
1234
|
$parent: vue.ComponentPublicInstance | null;
|
|
1235
|
-
$emit: ((event: "
|
|
1235
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1236
1236
|
$el: any;
|
|
1237
1237
|
$options: vue.ComponentOptionsBase<{
|
|
1238
1238
|
absolute: boolean;
|
|
@@ -1272,9 +1272,9 @@ declare const VMenu: {
|
|
|
1272
1272
|
class?: any;
|
|
1273
1273
|
theme?: string | undefined;
|
|
1274
1274
|
contentClass?: any;
|
|
1275
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1275
1276
|
closeDelay?: string | number | undefined;
|
|
1276
1277
|
openDelay?: string | number | undefined;
|
|
1277
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1278
1278
|
openOnClick?: boolean | undefined;
|
|
1279
1279
|
openOnFocus?: boolean | undefined;
|
|
1280
1280
|
contentProps?: any;
|
|
@@ -1424,9 +1424,9 @@ declare const VMenu: {
|
|
|
1424
1424
|
class?: any;
|
|
1425
1425
|
theme?: string | undefined;
|
|
1426
1426
|
contentClass?: any;
|
|
1427
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1427
1428
|
closeDelay?: string | number | undefined;
|
|
1428
1429
|
openDelay?: string | number | undefined;
|
|
1429
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1430
1430
|
openOnClick?: boolean | undefined;
|
|
1431
1431
|
openOnFocus?: boolean | undefined;
|
|
1432
1432
|
contentProps?: any;
|
|
@@ -1477,7 +1477,7 @@ declare const VMenu: {
|
|
|
1477
1477
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1478
1478
|
localTop: vue.ComputedRef<boolean>;
|
|
1479
1479
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1480
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
|
1480
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
1481
1481
|
_allExposed: {
|
|
1482
1482
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1483
1483
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -1771,9 +1771,9 @@ declare const VMenu: {
|
|
|
1771
1771
|
class?: any;
|
|
1772
1772
|
theme?: string | undefined;
|
|
1773
1773
|
contentClass?: any;
|
|
1774
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1774
1775
|
closeDelay?: string | number | undefined;
|
|
1775
1776
|
openDelay?: string | number | undefined;
|
|
1776
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1777
1777
|
openOnClick?: boolean | undefined;
|
|
1778
1778
|
openOnFocus?: boolean | undefined;
|
|
1779
1779
|
contentProps?: any;
|
|
@@ -1850,9 +1850,9 @@ declare const VMenu: {
|
|
|
1850
1850
|
class?: any;
|
|
1851
1851
|
theme?: string | undefined;
|
|
1852
1852
|
contentClass?: any;
|
|
1853
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1853
1854
|
closeDelay?: string | number | undefined;
|
|
1854
1855
|
openDelay?: string | number | undefined;
|
|
1855
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1856
1856
|
openOnClick?: boolean | undefined;
|
|
1857
1857
|
openOnFocus?: boolean | undefined;
|
|
1858
1858
|
contentProps?: any;
|
|
@@ -1913,7 +1913,7 @@ declare const VMenu: {
|
|
|
1913
1913
|
}>;
|
|
1914
1914
|
$root: vue.ComponentPublicInstance | null;
|
|
1915
1915
|
$parent: vue.ComponentPublicInstance | null;
|
|
1916
|
-
$emit: ((event: "
|
|
1916
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1917
1917
|
$el: any;
|
|
1918
1918
|
$options: vue.ComponentOptionsBase<{
|
|
1919
1919
|
absolute: boolean;
|
|
@@ -1953,9 +1953,9 @@ declare const VMenu: {
|
|
|
1953
1953
|
class?: any;
|
|
1954
1954
|
theme?: string | undefined;
|
|
1955
1955
|
contentClass?: any;
|
|
1956
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1956
1957
|
closeDelay?: string | number | undefined;
|
|
1957
1958
|
openDelay?: string | number | undefined;
|
|
1958
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1959
1959
|
openOnClick?: boolean | undefined;
|
|
1960
1960
|
openOnFocus?: boolean | undefined;
|
|
1961
1961
|
contentProps?: any;
|
|
@@ -2105,9 +2105,9 @@ declare const VMenu: {
|
|
|
2105
2105
|
class?: any;
|
|
2106
2106
|
theme?: string | undefined;
|
|
2107
2107
|
contentClass?: any;
|
|
2108
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2108
2109
|
closeDelay?: string | number | undefined;
|
|
2109
2110
|
openDelay?: string | number | undefined;
|
|
2110
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2111
2111
|
openOnClick?: boolean | undefined;
|
|
2112
2112
|
openOnFocus?: boolean | undefined;
|
|
2113
2113
|
contentProps?: any;
|
|
@@ -2158,7 +2158,7 @@ declare const VMenu: {
|
|
|
2158
2158
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2159
2159
|
localTop: vue.ComputedRef<boolean>;
|
|
2160
2160
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2161
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
|
2161
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
2162
2162
|
_allExposed: {
|
|
2163
2163
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
2164
2164
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -2357,9 +2357,9 @@ declare const VMenu: {
|
|
|
2357
2357
|
class?: any;
|
|
2358
2358
|
theme?: string | undefined;
|
|
2359
2359
|
contentClass?: any;
|
|
2360
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2360
2361
|
closeDelay?: string | number | undefined;
|
|
2361
2362
|
openDelay?: string | number | undefined;
|
|
2362
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2363
2363
|
openOnClick?: boolean | undefined;
|
|
2364
2364
|
openOnFocus?: boolean | undefined;
|
|
2365
2365
|
contentProps?: any;
|
|
@@ -2436,9 +2436,9 @@ declare const VMenu: {
|
|
|
2436
2436
|
class?: any;
|
|
2437
2437
|
theme?: string | undefined;
|
|
2438
2438
|
contentClass?: any;
|
|
2439
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2439
2440
|
closeDelay?: string | number | undefined;
|
|
2440
2441
|
openDelay?: string | number | undefined;
|
|
2441
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2442
2442
|
openOnClick?: boolean | undefined;
|
|
2443
2443
|
openOnFocus?: boolean | undefined;
|
|
2444
2444
|
contentProps?: any;
|
|
@@ -2499,7 +2499,7 @@ declare const VMenu: {
|
|
|
2499
2499
|
}>;
|
|
2500
2500
|
$root: vue.ComponentPublicInstance | null;
|
|
2501
2501
|
$parent: vue.ComponentPublicInstance | null;
|
|
2502
|
-
$emit: ((event: "
|
|
2502
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
2503
2503
|
$el: any;
|
|
2504
2504
|
$options: vue.ComponentOptionsBase<{
|
|
2505
2505
|
absolute: boolean;
|
|
@@ -2539,9 +2539,9 @@ declare const VMenu: {
|
|
|
2539
2539
|
class?: any;
|
|
2540
2540
|
theme?: string | undefined;
|
|
2541
2541
|
contentClass?: any;
|
|
2542
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2542
2543
|
closeDelay?: string | number | undefined;
|
|
2543
2544
|
openDelay?: string | number | undefined;
|
|
2544
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2545
2545
|
openOnClick?: boolean | undefined;
|
|
2546
2546
|
openOnFocus?: boolean | undefined;
|
|
2547
2547
|
contentProps?: any;
|
|
@@ -2691,9 +2691,9 @@ declare const VMenu: {
|
|
|
2691
2691
|
class?: any;
|
|
2692
2692
|
theme?: string | undefined;
|
|
2693
2693
|
contentClass?: any;
|
|
2694
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2694
2695
|
closeDelay?: string | number | undefined;
|
|
2695
2696
|
openDelay?: string | number | undefined;
|
|
2696
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2697
2697
|
openOnClick?: boolean | undefined;
|
|
2698
2698
|
openOnFocus?: boolean | undefined;
|
|
2699
2699
|
contentProps?: any;
|
|
@@ -2744,7 +2744,7 @@ declare const VMenu: {
|
|
|
2744
2744
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
2745
2745
|
localTop: vue.ComputedRef<boolean>;
|
|
2746
2746
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
2747
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "
|
|
2747
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
|
|
2748
2748
|
_allExposed: {
|
|
2749
2749
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
2750
2750
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -2853,6 +2853,7 @@ declare const VMenu: {
|
|
|
2853
2853
|
persistent: BooleanConstructor;
|
|
2854
2854
|
modelValue: BooleanConstructor;
|
|
2855
2855
|
contentClass: null;
|
|
2856
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2856
2857
|
locationStrategy: Omit<{
|
|
2857
2858
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2858
2859
|
default: string;
|
|
@@ -2881,7 +2882,6 @@ declare const VMenu: {
|
|
|
2881
2882
|
type: vue.PropType<string | number>;
|
|
2882
2883
|
default: NonNullable<string | number>;
|
|
2883
2884
|
};
|
|
2884
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2885
2885
|
activatorProps: {
|
|
2886
2886
|
type: vue.PropType<Record<string, any>>;
|
|
2887
2887
|
default: () => {};
|
|
@@ -2970,6 +2970,7 @@ declare const VMenu: {
|
|
|
2970
2970
|
persistent: BooleanConstructor;
|
|
2971
2971
|
modelValue: BooleanConstructor;
|
|
2972
2972
|
contentClass: null;
|
|
2973
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2973
2974
|
locationStrategy: Omit<{
|
|
2974
2975
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2975
2976
|
default: string;
|
|
@@ -2998,7 +2999,6 @@ declare const VMenu: {
|
|
|
2998
2999
|
type: vue.PropType<string | number>;
|
|
2999
3000
|
default: NonNullable<string | number>;
|
|
3000
3001
|
};
|
|
3001
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
3002
3002
|
activatorProps: {
|
|
3003
3003
|
type: vue.PropType<Record<string, any>>;
|
|
3004
3004
|
default: () => {};
|
|
@@ -3528,7 +3528,7 @@ declare const VSelect: {
|
|
|
3528
3528
|
'update:focused': (focused: boolean) => true;
|
|
3529
3529
|
'update:modelValue': (value: any) => true;
|
|
3530
3530
|
'update:menu': (ue: boolean) => true;
|
|
3531
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
|
3531
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3532
3532
|
flat: boolean;
|
|
3533
3533
|
reverse: boolean;
|
|
3534
3534
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
@@ -5120,7 +5120,7 @@ declare const VSelect: {
|
|
|
5120
5120
|
'update:focused': (focused: boolean) => true;
|
|
5121
5121
|
'update:modelValue': (value: any) => true;
|
|
5122
5122
|
'update:menu': (ue: boolean) => true;
|
|
5123
|
-
}, "multiple" | "$children" | "v-slots" | "modelValue" | "
|
|
5123
|
+
}, "multiple" | "$children" | "v-slots" | "modelValue" | "items" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "returnObject" | "v-slot:item" | "itemTitle" | "itemValue" | "itemProps" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
5124
5124
|
flat: boolean;
|
|
5125
5125
|
reverse: boolean;
|
|
5126
5126
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|