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
|
@@ -111,6 +111,7 @@ declare const VSnackbar: {
|
|
|
111
111
|
timeout: string | number;
|
|
112
112
|
vertical: boolean;
|
|
113
113
|
modelValue: boolean;
|
|
114
|
+
tile: boolean;
|
|
114
115
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
115
116
|
updateLocation: (e?: Event) => void;
|
|
116
117
|
});
|
|
@@ -119,7 +120,6 @@ declare const VSnackbar: {
|
|
|
119
120
|
closeOnContentClick: boolean;
|
|
120
121
|
closeOnBack: boolean;
|
|
121
122
|
contained: boolean;
|
|
122
|
-
tile: boolean;
|
|
123
123
|
multiLine: boolean;
|
|
124
124
|
} & {
|
|
125
125
|
offset?: string | number | number[] | undefined;
|
|
@@ -139,9 +139,9 @@ declare const VSnackbar: {
|
|
|
139
139
|
timer?: string | boolean | undefined;
|
|
140
140
|
rounded?: string | number | boolean | undefined;
|
|
141
141
|
contentClass?: any;
|
|
142
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
142
143
|
closeDelay?: string | number | undefined;
|
|
143
144
|
openDelay?: string | number | undefined;
|
|
144
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
145
145
|
openOnClick?: boolean | undefined;
|
|
146
146
|
openOnFocus?: boolean | undefined;
|
|
147
147
|
contentProps?: any;
|
|
@@ -248,9 +248,9 @@ declare const VSnackbar: {
|
|
|
248
248
|
class?: any;
|
|
249
249
|
theme?: string | undefined;
|
|
250
250
|
contentClass?: any;
|
|
251
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
251
252
|
closeDelay?: string | number | undefined;
|
|
252
253
|
openDelay?: string | number | undefined;
|
|
253
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
254
254
|
openOnClick?: boolean | undefined;
|
|
255
255
|
openOnFocus?: boolean | undefined;
|
|
256
256
|
contentProps?: any;
|
|
@@ -327,9 +327,9 @@ declare const VSnackbar: {
|
|
|
327
327
|
class?: any;
|
|
328
328
|
theme?: string | undefined;
|
|
329
329
|
contentClass?: any;
|
|
330
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
330
331
|
closeDelay?: string | number | undefined;
|
|
331
332
|
openDelay?: string | number | undefined;
|
|
332
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
333
333
|
openOnClick?: boolean | undefined;
|
|
334
334
|
openOnFocus?: boolean | undefined;
|
|
335
335
|
contentProps?: any;
|
|
@@ -390,7 +390,7 @@ declare const VSnackbar: {
|
|
|
390
390
|
}>;
|
|
391
391
|
$root: vue.ComponentPublicInstance | null;
|
|
392
392
|
$parent: vue.ComponentPublicInstance | null;
|
|
393
|
-
$emit: ((event: "
|
|
393
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
394
394
|
$el: any;
|
|
395
395
|
$options: vue.ComponentOptionsBase<{
|
|
396
396
|
absolute: boolean;
|
|
@@ -430,9 +430,9 @@ declare const VSnackbar: {
|
|
|
430
430
|
class?: any;
|
|
431
431
|
theme?: string | undefined;
|
|
432
432
|
contentClass?: any;
|
|
433
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
433
434
|
closeDelay?: string | number | undefined;
|
|
434
435
|
openDelay?: string | number | undefined;
|
|
435
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
436
436
|
openOnClick?: boolean | undefined;
|
|
437
437
|
openOnFocus?: boolean | undefined;
|
|
438
438
|
contentProps?: any;
|
|
@@ -582,9 +582,9 @@ declare const VSnackbar: {
|
|
|
582
582
|
class?: any;
|
|
583
583
|
theme?: string | undefined;
|
|
584
584
|
contentClass?: any;
|
|
585
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
585
586
|
closeDelay?: string | number | undefined;
|
|
586
587
|
openDelay?: string | number | undefined;
|
|
587
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
588
588
|
openOnClick?: boolean | undefined;
|
|
589
589
|
openOnFocus?: boolean | undefined;
|
|
590
590
|
contentProps?: any;
|
|
@@ -635,7 +635,7 @@ declare const VSnackbar: {
|
|
|
635
635
|
globalTop: Readonly<Ref<boolean>>;
|
|
636
636
|
localTop: vue.ComputedRef<boolean>;
|
|
637
637
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
638
|
-
}> & {} & 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" | "
|
|
638
|
+
}> & {} & 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}`> & {
|
|
639
639
|
_allExposed: {
|
|
640
640
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
641
641
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -663,6 +663,7 @@ declare const VSnackbar: {
|
|
|
663
663
|
timeout: string | number;
|
|
664
664
|
vertical: boolean;
|
|
665
665
|
modelValue: boolean;
|
|
666
|
+
tile: boolean;
|
|
666
667
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
667
668
|
updateLocation: (e?: Event) => void;
|
|
668
669
|
});
|
|
@@ -671,7 +672,6 @@ declare const VSnackbar: {
|
|
|
671
672
|
closeOnContentClick: boolean;
|
|
672
673
|
closeOnBack: boolean;
|
|
673
674
|
contained: boolean;
|
|
674
|
-
tile: boolean;
|
|
675
675
|
multiLine: boolean;
|
|
676
676
|
} & {
|
|
677
677
|
offset?: string | number | number[] | undefined;
|
|
@@ -691,9 +691,9 @@ declare const VSnackbar: {
|
|
|
691
691
|
timer?: string | boolean | undefined;
|
|
692
692
|
rounded?: string | number | boolean | undefined;
|
|
693
693
|
contentClass?: any;
|
|
694
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
694
695
|
closeDelay?: string | number | undefined;
|
|
695
696
|
openDelay?: string | number | undefined;
|
|
696
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
697
697
|
openOnClick?: boolean | undefined;
|
|
698
698
|
openOnFocus?: boolean | undefined;
|
|
699
699
|
contentProps?: any;
|
|
@@ -749,6 +749,7 @@ declare const VSnackbar: {
|
|
|
749
749
|
vertical: boolean;
|
|
750
750
|
modelValue: boolean;
|
|
751
751
|
rounded: string | number | boolean;
|
|
752
|
+
tile: boolean;
|
|
752
753
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
753
754
|
updateLocation: (e?: Event) => void;
|
|
754
755
|
});
|
|
@@ -759,7 +760,6 @@ declare const VSnackbar: {
|
|
|
759
760
|
closeOnContentClick: boolean;
|
|
760
761
|
closeOnBack: boolean;
|
|
761
762
|
contained: boolean;
|
|
762
|
-
tile: boolean;
|
|
763
763
|
multiLine: boolean;
|
|
764
764
|
}, true, {}, vue.SlotsType<Partial<{
|
|
765
765
|
activator: (arg: {
|
|
@@ -793,6 +793,7 @@ declare const VSnackbar: {
|
|
|
793
793
|
timeout: string | number;
|
|
794
794
|
vertical: boolean;
|
|
795
795
|
modelValue: boolean;
|
|
796
|
+
tile: boolean;
|
|
796
797
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
797
798
|
updateLocation: (e?: Event) => void;
|
|
798
799
|
});
|
|
@@ -801,7 +802,6 @@ declare const VSnackbar: {
|
|
|
801
802
|
closeOnContentClick: boolean;
|
|
802
803
|
closeOnBack: boolean;
|
|
803
804
|
contained: boolean;
|
|
804
|
-
tile: boolean;
|
|
805
805
|
multiLine: boolean;
|
|
806
806
|
} & {
|
|
807
807
|
offset?: string | number | number[] | undefined;
|
|
@@ -821,9 +821,9 @@ declare const VSnackbar: {
|
|
|
821
821
|
timer?: string | boolean | undefined;
|
|
822
822
|
rounded?: string | number | boolean | undefined;
|
|
823
823
|
contentClass?: any;
|
|
824
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
824
825
|
closeDelay?: string | number | undefined;
|
|
825
826
|
openDelay?: string | number | undefined;
|
|
826
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
827
827
|
openOnClick?: boolean | undefined;
|
|
828
828
|
openOnFocus?: boolean | undefined;
|
|
829
829
|
contentProps?: any;
|
|
@@ -930,9 +930,9 @@ declare const VSnackbar: {
|
|
|
930
930
|
class?: any;
|
|
931
931
|
theme?: string | undefined;
|
|
932
932
|
contentClass?: any;
|
|
933
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
933
934
|
closeDelay?: string | number | undefined;
|
|
934
935
|
openDelay?: string | number | undefined;
|
|
935
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
936
936
|
openOnClick?: boolean | undefined;
|
|
937
937
|
openOnFocus?: boolean | undefined;
|
|
938
938
|
contentProps?: any;
|
|
@@ -1009,9 +1009,9 @@ declare const VSnackbar: {
|
|
|
1009
1009
|
class?: any;
|
|
1010
1010
|
theme?: string | undefined;
|
|
1011
1011
|
contentClass?: any;
|
|
1012
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1012
1013
|
closeDelay?: string | number | undefined;
|
|
1013
1014
|
openDelay?: string | number | undefined;
|
|
1014
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1015
1015
|
openOnClick?: boolean | undefined;
|
|
1016
1016
|
openOnFocus?: boolean | undefined;
|
|
1017
1017
|
contentProps?: any;
|
|
@@ -1072,7 +1072,7 @@ declare const VSnackbar: {
|
|
|
1072
1072
|
}>;
|
|
1073
1073
|
$root: vue.ComponentPublicInstance | null;
|
|
1074
1074
|
$parent: vue.ComponentPublicInstance | null;
|
|
1075
|
-
$emit: ((event: "
|
|
1075
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1076
1076
|
$el: any;
|
|
1077
1077
|
$options: vue.ComponentOptionsBase<{
|
|
1078
1078
|
absolute: boolean;
|
|
@@ -1112,9 +1112,9 @@ declare const VSnackbar: {
|
|
|
1112
1112
|
class?: any;
|
|
1113
1113
|
theme?: string | undefined;
|
|
1114
1114
|
contentClass?: any;
|
|
1115
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1115
1116
|
closeDelay?: string | number | undefined;
|
|
1116
1117
|
openDelay?: string | number | undefined;
|
|
1117
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1118
1118
|
openOnClick?: boolean | undefined;
|
|
1119
1119
|
openOnFocus?: boolean | undefined;
|
|
1120
1120
|
contentProps?: any;
|
|
@@ -1264,9 +1264,9 @@ declare const VSnackbar: {
|
|
|
1264
1264
|
class?: any;
|
|
1265
1265
|
theme?: string | undefined;
|
|
1266
1266
|
contentClass?: any;
|
|
1267
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1267
1268
|
closeDelay?: string | number | undefined;
|
|
1268
1269
|
openDelay?: string | number | undefined;
|
|
1269
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1270
1270
|
openOnClick?: boolean | undefined;
|
|
1271
1271
|
openOnFocus?: boolean | undefined;
|
|
1272
1272
|
contentProps?: any;
|
|
@@ -1317,7 +1317,7 @@ declare const VSnackbar: {
|
|
|
1317
1317
|
globalTop: Readonly<Ref<boolean>>;
|
|
1318
1318
|
localTop: vue.ComputedRef<boolean>;
|
|
1319
1319
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1320
|
-
}> & {} & 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" | "
|
|
1320
|
+
}> & {} & 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}`> & {
|
|
1321
1321
|
_allExposed: {
|
|
1322
1322
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
1323
1323
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -1344,6 +1344,7 @@ declare const VSnackbar: {
|
|
|
1344
1344
|
vertical: boolean;
|
|
1345
1345
|
modelValue: boolean;
|
|
1346
1346
|
rounded: string | number | boolean;
|
|
1347
|
+
tile: boolean;
|
|
1347
1348
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1348
1349
|
updateLocation: (e?: Event) => void;
|
|
1349
1350
|
});
|
|
@@ -1354,7 +1355,6 @@ declare const VSnackbar: {
|
|
|
1354
1355
|
closeOnContentClick: boolean;
|
|
1355
1356
|
closeOnBack: boolean;
|
|
1356
1357
|
contained: boolean;
|
|
1357
|
-
tile: boolean;
|
|
1358
1358
|
multiLine: boolean;
|
|
1359
1359
|
}>;
|
|
1360
1360
|
__isFragment?: never;
|
|
@@ -1375,6 +1375,7 @@ declare const VSnackbar: {
|
|
|
1375
1375
|
timeout: string | number;
|
|
1376
1376
|
vertical: boolean;
|
|
1377
1377
|
modelValue: boolean;
|
|
1378
|
+
tile: boolean;
|
|
1378
1379
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1379
1380
|
updateLocation: (e?: Event) => void;
|
|
1380
1381
|
});
|
|
@@ -1383,7 +1384,6 @@ declare const VSnackbar: {
|
|
|
1383
1384
|
closeOnContentClick: boolean;
|
|
1384
1385
|
closeOnBack: boolean;
|
|
1385
1386
|
contained: boolean;
|
|
1386
|
-
tile: boolean;
|
|
1387
1387
|
multiLine: boolean;
|
|
1388
1388
|
} & {
|
|
1389
1389
|
offset?: string | number | number[] | undefined;
|
|
@@ -1403,9 +1403,9 @@ declare const VSnackbar: {
|
|
|
1403
1403
|
timer?: string | boolean | undefined;
|
|
1404
1404
|
rounded?: string | number | boolean | undefined;
|
|
1405
1405
|
contentClass?: any;
|
|
1406
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1406
1407
|
closeDelay?: string | number | undefined;
|
|
1407
1408
|
openDelay?: string | number | undefined;
|
|
1408
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1409
1409
|
openOnClick?: boolean | undefined;
|
|
1410
1410
|
openOnFocus?: boolean | undefined;
|
|
1411
1411
|
contentProps?: any;
|
|
@@ -1512,9 +1512,9 @@ declare const VSnackbar: {
|
|
|
1512
1512
|
class?: any;
|
|
1513
1513
|
theme?: string | undefined;
|
|
1514
1514
|
contentClass?: any;
|
|
1515
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1515
1516
|
closeDelay?: string | number | undefined;
|
|
1516
1517
|
openDelay?: string | number | undefined;
|
|
1517
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1518
1518
|
openOnClick?: boolean | undefined;
|
|
1519
1519
|
openOnFocus?: boolean | undefined;
|
|
1520
1520
|
contentProps?: any;
|
|
@@ -1591,9 +1591,9 @@ declare const VSnackbar: {
|
|
|
1591
1591
|
class?: any;
|
|
1592
1592
|
theme?: string | undefined;
|
|
1593
1593
|
contentClass?: any;
|
|
1594
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1594
1595
|
closeDelay?: string | number | undefined;
|
|
1595
1596
|
openDelay?: string | number | undefined;
|
|
1596
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1597
1597
|
openOnClick?: boolean | undefined;
|
|
1598
1598
|
openOnFocus?: boolean | undefined;
|
|
1599
1599
|
contentProps?: any;
|
|
@@ -1654,7 +1654,7 @@ declare const VSnackbar: {
|
|
|
1654
1654
|
}>;
|
|
1655
1655
|
$root: vue.ComponentPublicInstance | null;
|
|
1656
1656
|
$parent: vue.ComponentPublicInstance | null;
|
|
1657
|
-
$emit: ((event: "
|
|
1657
|
+
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1658
1658
|
$el: any;
|
|
1659
1659
|
$options: vue.ComponentOptionsBase<{
|
|
1660
1660
|
absolute: boolean;
|
|
@@ -1694,9 +1694,9 @@ declare const VSnackbar: {
|
|
|
1694
1694
|
class?: any;
|
|
1695
1695
|
theme?: string | undefined;
|
|
1696
1696
|
contentClass?: any;
|
|
1697
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1697
1698
|
closeDelay?: string | number | undefined;
|
|
1698
1699
|
openDelay?: string | number | undefined;
|
|
1699
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1700
1700
|
openOnClick?: boolean | undefined;
|
|
1701
1701
|
openOnFocus?: boolean | undefined;
|
|
1702
1702
|
contentProps?: any;
|
|
@@ -1846,9 +1846,9 @@ declare const VSnackbar: {
|
|
|
1846
1846
|
class?: any;
|
|
1847
1847
|
theme?: string | undefined;
|
|
1848
1848
|
contentClass?: any;
|
|
1849
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1849
1850
|
closeDelay?: string | number | undefined;
|
|
1850
1851
|
openDelay?: string | number | undefined;
|
|
1851
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1852
1852
|
openOnClick?: boolean | undefined;
|
|
1853
1853
|
openOnFocus?: boolean | undefined;
|
|
1854
1854
|
contentProps?: any;
|
|
@@ -1899,7 +1899,7 @@ declare const VSnackbar: {
|
|
|
1899
1899
|
globalTop: Readonly<Ref<boolean>>;
|
|
1900
1900
|
localTop: vue.ComputedRef<boolean>;
|
|
1901
1901
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1902
|
-
}> & {} & 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" | "
|
|
1902
|
+
}> & {} & 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}`> & {
|
|
1903
1903
|
_allExposed: {
|
|
1904
1904
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
1905
1905
|
scrimEl: Ref<HTMLElement | undefined>;
|
|
@@ -1928,6 +1928,7 @@ declare const VSnackbar: {
|
|
|
1928
1928
|
vertical: boolean;
|
|
1929
1929
|
modelValue: boolean;
|
|
1930
1930
|
rounded: string | number | boolean;
|
|
1931
|
+
tile: boolean;
|
|
1931
1932
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1932
1933
|
updateLocation: (e?: Event) => void;
|
|
1933
1934
|
});
|
|
@@ -1938,7 +1939,6 @@ declare const VSnackbar: {
|
|
|
1938
1939
|
closeOnContentClick: boolean;
|
|
1939
1940
|
closeOnBack: boolean;
|
|
1940
1941
|
contained: boolean;
|
|
1941
|
-
tile: boolean;
|
|
1942
1942
|
multiLine: boolean;
|
|
1943
1943
|
}, {}, string, vue.SlotsType<Partial<{
|
|
1944
1944
|
activator: (arg: {
|
|
@@ -1997,6 +1997,7 @@ declare const VSnackbar: {
|
|
|
1997
1997
|
theme: StringConstructor;
|
|
1998
1998
|
modelValue: BooleanConstructor;
|
|
1999
1999
|
contentClass: null;
|
|
2000
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2000
2001
|
locationStrategy: {
|
|
2001
2002
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2002
2003
|
default: string;
|
|
@@ -2004,7 +2005,6 @@ declare const VSnackbar: {
|
|
|
2004
2005
|
};
|
|
2005
2006
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
2006
2007
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
2007
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2008
2008
|
activatorProps: {
|
|
2009
2009
|
type: vue.PropType<Record<string, any>>;
|
|
2010
2010
|
default: () => {};
|
|
@@ -2096,6 +2096,7 @@ declare const VSnackbar: {
|
|
|
2096
2096
|
theme: StringConstructor;
|
|
2097
2097
|
modelValue: BooleanConstructor;
|
|
2098
2098
|
contentClass: null;
|
|
2099
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2099
2100
|
locationStrategy: {
|
|
2100
2101
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2101
2102
|
default: string;
|
|
@@ -2103,7 +2104,6 @@ declare const VSnackbar: {
|
|
|
2103
2104
|
};
|
|
2104
2105
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
2105
2106
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
2106
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2107
2107
|
activatorProps: {
|
|
2108
2108
|
type: vue.PropType<Record<string, any>>;
|
|
2109
2109
|
default: () => {};
|
|
@@ -620,6 +620,7 @@ declare const VSpeedDial: {
|
|
|
620
620
|
persistent: BooleanConstructor;
|
|
621
621
|
modelValue: BooleanConstructor;
|
|
622
622
|
contentClass: null;
|
|
623
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
623
624
|
locationStrategy: Omit<{
|
|
624
625
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
625
626
|
default: string;
|
|
@@ -654,7 +655,6 @@ declare const VSpeedDial: {
|
|
|
654
655
|
type: vue.PropType<string | number>;
|
|
655
656
|
default: NonNullable<string | number>;
|
|
656
657
|
};
|
|
657
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
658
658
|
activatorProps: {
|
|
659
659
|
type: vue.PropType<Record<string, any>>;
|
|
660
660
|
default: () => {};
|
|
@@ -763,6 +763,7 @@ declare const VSpeedDial: {
|
|
|
763
763
|
persistent: BooleanConstructor;
|
|
764
764
|
modelValue: BooleanConstructor;
|
|
765
765
|
contentClass: null;
|
|
766
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
766
767
|
locationStrategy: Omit<{
|
|
767
768
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
768
769
|
default: string;
|
|
@@ -797,7 +798,6 @@ declare const VSpeedDial: {
|
|
|
797
798
|
type: vue.PropType<string | number>;
|
|
798
799
|
default: NonNullable<string | number>;
|
|
799
800
|
};
|
|
800
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
801
801
|
activatorProps: {
|
|
802
802
|
type: vue.PropType<Record<string, any>>;
|
|
803
803
|
default: () => {};
|
|
@@ -203,7 +203,7 @@ declare const VSwitch: {
|
|
|
203
203
|
'update:focused': (focused: boolean) => true;
|
|
204
204
|
'update:modelValue': (value: any) => true;
|
|
205
205
|
'update:indeterminate': (value: boolean) => true;
|
|
206
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
206
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
207
207
|
flat: boolean;
|
|
208
208
|
inline: boolean;
|
|
209
209
|
error: boolean;
|
|
@@ -453,7 +453,7 @@ declare const VSwitch: {
|
|
|
453
453
|
'update:focused': (focused: boolean) => true;
|
|
454
454
|
'update:modelValue': (value: any) => true;
|
|
455
455
|
'update:indeterminate': (value: boolean) => true;
|
|
456
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
456
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
|
|
457
457
|
flat: boolean;
|
|
458
458
|
inline: boolean;
|
|
459
459
|
error: boolean;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
.v-tab:last-child
|
|
48
48
|
margin-inline-end: 0
|
|
49
49
|
|
|
50
|
-
@media #{map
|
|
50
|
+
@media #{map.get(settings.$display-breakpoints, 'md-and-down')}
|
|
51
51
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes)
|
|
52
52
|
.v-tab:first-child
|
|
53
53
|
margin-inline-start: 52px
|
|
@@ -390,7 +390,7 @@ declare const VTextField: {
|
|
|
390
390
|
errorMessages: vue.ComputedRef<string[]>;
|
|
391
391
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
392
392
|
'update:modelValue': (value: any) => true;
|
|
393
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
393
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
394
394
|
error: boolean;
|
|
395
395
|
direction: "horizontal" | "vertical";
|
|
396
396
|
style: vue.StyleValue;
|
|
@@ -1168,7 +1168,7 @@ declare const VTextField: {
|
|
|
1168
1168
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1169
1169
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1170
1170
|
'update:modelValue': (value: any) => true;
|
|
1171
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
1171
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1172
1172
|
error: boolean;
|
|
1173
1173
|
direction: "horizontal" | "vertical";
|
|
1174
1174
|
style: vue.StyleValue;
|
|
@@ -1797,7 +1797,7 @@ declare const VTextField: {
|
|
|
1797
1797
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1798
1798
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1799
1799
|
'update:modelValue': (value: any) => true;
|
|
1800
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
1800
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1801
1801
|
error: boolean;
|
|
1802
1802
|
direction: "horizontal" | "vertical";
|
|
1803
1803
|
style: vue.StyleValue;
|
|
@@ -373,7 +373,7 @@ declare const VTextarea: {
|
|
|
373
373
|
errorMessages: vue.ComputedRef<string[]>;
|
|
374
374
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
375
375
|
'update:modelValue': (value: any) => true;
|
|
376
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
376
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
377
377
|
error: boolean;
|
|
378
378
|
direction: "horizontal" | "vertical";
|
|
379
379
|
style: vue.StyleValue;
|
|
@@ -912,7 +912,7 @@ declare const VTextarea: {
|
|
|
912
912
|
errorMessages: vue.ComputedRef<string[]>;
|
|
913
913
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
914
914
|
'update:modelValue': (value: any) => true;
|
|
915
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
915
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
916
916
|
error: boolean;
|
|
917
917
|
direction: "horizontal" | "vertical";
|
|
918
918
|
style: vue.StyleValue;
|
|
@@ -1304,7 +1304,7 @@ declare const VTextarea: {
|
|
|
1304
1304
|
errorMessages: vue.ComputedRef<string[]>;
|
|
1305
1305
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
1306
1306
|
'update:modelValue': (value: any) => true;
|
|
1307
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
1307
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:message" | "v-slot:details">, string, {
|
|
1308
1308
|
error: boolean;
|
|
1309
1309
|
direction: "horizontal" | "vertical";
|
|
1310
1310
|
style: vue.StyleValue;
|