vuetify 3.3.12 → 3.4.0-alpha.0
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 +152 -16
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +34 -0
- package/dist/json/web-types.json +462 -48
- package/dist/vuetify-labs.css +1718 -606
- package/dist/vuetify-labs.d.ts +880 -276
- package/dist/vuetify-labs.esm.js +373 -189
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +372 -188
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1591 -479
- package/dist/vuetify.d.ts +865 -267
- package/dist/vuetify.esm.js +373 -189
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +372 -188
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +920 -905
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +62 -14
- package/lib/components/VAvatar/VAvatar.mjs +2 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBanner/VBanner.mjs +5 -3
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +10 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +28 -2
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VCarousel/index.d.mts +26 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +15 -1
- package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
- package/lib/components/VColorPicker/VColorPickerPreview.css +16 -6
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +28 -2
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +6 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +62 -14
- package/lib/components/VDialog/index.d.mts +41 -20
- package/lib/components/VField/VField.css +11 -6
- package/lib/components/VField/VField.mjs +5 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +1 -0
- package/lib/components/VField/index.d.mts +4 -4
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.sass +5 -1
- package/lib/components/VFileInput/_variables.scss +2 -1
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VGrid/VGrid.css +153 -142
- package/lib/components/VImg/VImg.mjs +13 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +26 -0
- package/lib/components/VList/VList.css +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +15 -10
- package/lib/components/VList/VListItem.mjs +6 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +17 -10
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VMenu/VMenu.mjs +4 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +46 -25
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +0 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/_variables.scss +0 -1
- package/lib/components/VNavigationDrawer/index.d.mts +10 -0
- package/lib/components/VOverlay/VOverlay.mjs +9 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +17 -8
- package/lib/components/VOverlay/locationStrategies.mjs +9 -9
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +50 -21
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
- package/lib/components/VRadio/index.d.mts +9 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +6 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -0
- package/lib/components/VRadioGroup/_variables.scss +3 -1
- package/lib/components/VRadioGroup/index.d.mts +3 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +128 -33
- package/lib/components/VSelect/VSelect.mjs +14 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +62 -14
- package/lib/components/VSelectionControl/VSelectionControl.mjs +27 -21
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +33 -25
- package/lib/components/VSlideGroup/VSlideGroup.mjs +5 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +10 -0
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +8 -4
- package/lib/components/VSlider/VSliderTrack.css +22 -12
- package/lib/components/VSlider/index.d.mts +128 -33
- package/lib/components/VSlider/slider.mjs +5 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +41 -20
- package/lib/components/VSwitch/VSwitch.css +24 -17
- package/lib/components/VSwitch/VSwitch.mjs +37 -28
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +20 -11
- package/lib/components/VSwitch/_variables.scss +18 -6
- package/lib/components/VSwitch/index.d.mts +9 -1
- package/lib/components/VTabs/index.d.mts +10 -0
- package/lib/components/VTextField/VTextField.css +9 -2
- package/lib/components/VTextField/VTextField.mjs +6 -3
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +10 -3
- package/lib/components/VTextField/index.d.mts +22 -16
- package/lib/components/VTextarea/VTextarea.mjs +1 -2
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.css +21 -11
- package/lib/components/VTimeline/VTimeline.sass +6 -1
- package/lib/components/VToolbar/VToolbar.css +4 -2
- package/lib/components/VTooltip/index.d.mts +41 -20
- package/lib/components/index.d.mts +836 -265
- package/lib/components/transitions/dialog-transition.mjs +4 -3
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +6 -6
- package/lib/composables/defaults.mjs +9 -9
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +69 -0
- package/lib/composables/directiveComponent.mjs.map +1 -0
- package/lib/composables/display.mjs +23 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/theme.mjs +7 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +33 -2
- package/lib/labs/VBottomSheet/index.d.mts +14 -8
- package/lib/labs/VDateInput/index.d.mts +10 -4
- package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
- package/lib/labs/VOtpInput/index.d.mts +4 -4
- package/lib/labs/components.d.mts +18 -12
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/main.css +1026 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/lib/styles/tools/_rtl.sass +4 -2
- package/lib/util/box.mjs +12 -0
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -0
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +19 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -820,7 +820,7 @@ declare const VAppBar: {
|
|
|
820
820
|
name?: string | undefined;
|
|
821
821
|
border?: string | number | boolean | undefined;
|
|
822
822
|
color?: string | undefined;
|
|
823
|
-
scrollBehavior?:
|
|
823
|
+
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
824
824
|
title?: string | undefined;
|
|
825
825
|
image?: string | undefined;
|
|
826
826
|
class?: any;
|
|
@@ -941,7 +941,7 @@ declare const VAppBar: {
|
|
|
941
941
|
name?: string | undefined;
|
|
942
942
|
border?: string | number | boolean | undefined;
|
|
943
943
|
color?: string | undefined;
|
|
944
|
-
scrollBehavior?:
|
|
944
|
+
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
945
945
|
title?: string | undefined;
|
|
946
946
|
image?: string | undefined;
|
|
947
947
|
class?: any;
|
|
@@ -1051,7 +1051,7 @@ declare const VAppBar: {
|
|
|
1051
1051
|
name?: string | undefined;
|
|
1052
1052
|
border?: string | number | boolean | undefined;
|
|
1053
1053
|
color?: string | undefined;
|
|
1054
|
-
scrollBehavior?:
|
|
1054
|
+
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1055
1055
|
title?: string | undefined;
|
|
1056
1056
|
image?: string | undefined;
|
|
1057
1057
|
class?: any;
|
|
@@ -1108,7 +1108,7 @@ declare const VAppBar: {
|
|
|
1108
1108
|
name?: string | undefined;
|
|
1109
1109
|
border?: string | number | boolean | undefined;
|
|
1110
1110
|
color?: string | undefined;
|
|
1111
|
-
scrollBehavior?:
|
|
1111
|
+
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1112
1112
|
title?: string | undefined;
|
|
1113
1113
|
image?: string | undefined;
|
|
1114
1114
|
class?: any;
|
|
@@ -1237,7 +1237,7 @@ declare const VAppBar: {
|
|
|
1237
1237
|
floating: BooleanConstructor;
|
|
1238
1238
|
image: StringConstructor;
|
|
1239
1239
|
title: StringConstructor;
|
|
1240
|
-
scrollBehavior:
|
|
1240
|
+
scrollBehavior: PropType<"hide" | "collapse" | "inverted" | "elevate" | "fade-image">;
|
|
1241
1241
|
modelValue: {
|
|
1242
1242
|
type: BooleanConstructor;
|
|
1243
1243
|
default: boolean;
|
|
@@ -1305,7 +1305,7 @@ declare const VAppBar: {
|
|
|
1305
1305
|
floating: BooleanConstructor;
|
|
1306
1306
|
image: StringConstructor;
|
|
1307
1307
|
title: StringConstructor;
|
|
1308
|
-
scrollBehavior:
|
|
1308
|
+
scrollBehavior: PropType<"hide" | "collapse" | "inverted" | "elevate" | "fade-image">;
|
|
1309
1309
|
modelValue: {
|
|
1310
1310
|
type: BooleanConstructor;
|
|
1311
1311
|
default: boolean;
|
|
@@ -3536,13 +3536,13 @@ declare const VField: {
|
|
|
3536
3536
|
}>) => void)[] | undefined;
|
|
3537
3537
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
3538
3538
|
bgColor?: string | undefined;
|
|
3539
|
+
baseColor?: string | undefined;
|
|
3539
3540
|
appendInnerIcon?: IconValue | undefined;
|
|
3540
3541
|
prependInnerIcon?: IconValue | undefined;
|
|
3541
3542
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3542
3543
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3543
3544
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3544
3545
|
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
3545
|
-
baseColor?: string | undefined;
|
|
3546
3546
|
};
|
|
3547
3547
|
$attrs: {
|
|
3548
3548
|
[x: string]: unknown;
|
|
@@ -3600,6 +3600,7 @@ declare const VField: {
|
|
|
3600
3600
|
theme?: string | undefined;
|
|
3601
3601
|
rounded?: string | number | boolean | undefined;
|
|
3602
3602
|
bgColor?: string | undefined;
|
|
3603
|
+
baseColor?: string | undefined;
|
|
3603
3604
|
appendInnerIcon?: IconValue | undefined;
|
|
3604
3605
|
prependInnerIcon?: IconValue | undefined;
|
|
3605
3606
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -3607,7 +3608,6 @@ declare const VField: {
|
|
|
3607
3608
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3608
3609
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
3609
3610
|
centerAffix?: boolean | undefined;
|
|
3610
|
-
baseColor?: string | undefined;
|
|
3611
3611
|
} & {
|
|
3612
3612
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
3613
3613
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -3697,6 +3697,7 @@ declare const VField: {
|
|
|
3697
3697
|
theme?: string | undefined;
|
|
3698
3698
|
rounded?: string | number | boolean | undefined;
|
|
3699
3699
|
bgColor?: string | undefined;
|
|
3700
|
+
baseColor?: string | undefined;
|
|
3700
3701
|
appendInnerIcon?: IconValue | undefined;
|
|
3701
3702
|
prependInnerIcon?: IconValue | undefined;
|
|
3702
3703
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -3704,7 +3705,6 @@ declare const VField: {
|
|
|
3704
3705
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3705
3706
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
3706
3707
|
centerAffix?: boolean | undefined;
|
|
3707
|
-
baseColor?: string | undefined;
|
|
3708
3708
|
} & {
|
|
3709
3709
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
3710
3710
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -3737,6 +3737,7 @@ declare const VField: {
|
|
|
3737
3737
|
theme?: string | undefined;
|
|
3738
3738
|
rounded?: string | number | boolean | undefined;
|
|
3739
3739
|
bgColor?: string | undefined;
|
|
3740
|
+
baseColor?: string | undefined;
|
|
3740
3741
|
appendInnerIcon?: IconValue | undefined;
|
|
3741
3742
|
prependInnerIcon?: IconValue | undefined;
|
|
3742
3743
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -3744,7 +3745,6 @@ declare const VField: {
|
|
|
3744
3745
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3745
3746
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
3746
3747
|
centerAffix?: boolean | undefined;
|
|
3747
|
-
baseColor?: string | undefined;
|
|
3748
3748
|
} & {
|
|
3749
3749
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
3750
3750
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -4716,7 +4716,7 @@ type FilterMode = 'some' | 'every' | 'union' | 'intersection';
|
|
|
4716
4716
|
interface ScrollStrategyData {
|
|
4717
4717
|
root: Ref<HTMLElement | undefined>;
|
|
4718
4718
|
contentEl: Ref<HTMLElement | undefined>;
|
|
4719
|
-
|
|
4719
|
+
targetEl: Ref<HTMLElement | undefined>;
|
|
4720
4720
|
isActive: Ref<boolean>;
|
|
4721
4721
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
4722
4722
|
}
|
|
@@ -4737,7 +4737,7 @@ declare function repositionScrollStrategy(data: ScrollStrategyData, props: Strat
|
|
|
4737
4737
|
|
|
4738
4738
|
interface LocationStrategyData {
|
|
4739
4739
|
contentEl: Ref<HTMLElement | undefined>;
|
|
4740
|
-
|
|
4740
|
+
target: Ref<HTMLElement | [x: number, y: number] | undefined>;
|
|
4741
4741
|
isActive: Ref<boolean>;
|
|
4742
4742
|
isRtl: Ref<boolean>;
|
|
4743
4743
|
}
|
|
@@ -4800,6 +4800,7 @@ declare const VAutocomplete: {
|
|
|
4800
4800
|
})> | undefined;
|
|
4801
4801
|
menu?: boolean | undefined;
|
|
4802
4802
|
style?: vue.StyleValue | undefined;
|
|
4803
|
+
role?: string | undefined;
|
|
4803
4804
|
autofocus?: boolean | undefined;
|
|
4804
4805
|
eager?: boolean | undefined;
|
|
4805
4806
|
disabled?: boolean | undefined;
|
|
@@ -4828,6 +4829,8 @@ declare const VAutocomplete: {
|
|
|
4828
4829
|
persistentCounter?: boolean | undefined;
|
|
4829
4830
|
chips?: boolean | undefined;
|
|
4830
4831
|
closableChips?: boolean | undefined;
|
|
4832
|
+
closeText?: string | undefined;
|
|
4833
|
+
openText?: string | undefined;
|
|
4831
4834
|
hideNoData?: boolean | undefined;
|
|
4832
4835
|
hideSelected?: boolean | undefined;
|
|
4833
4836
|
menuIcon?: IconValue | undefined;
|
|
@@ -4892,6 +4895,7 @@ declare const VAutocomplete: {
|
|
|
4892
4895
|
bgColor?: string | undefined;
|
|
4893
4896
|
prependIcon?: IconValue | undefined;
|
|
4894
4897
|
appendIcon?: IconValue | undefined;
|
|
4898
|
+
baseColor?: string | undefined;
|
|
4895
4899
|
prependInnerIcon?: IconValue | undefined;
|
|
4896
4900
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
4897
4901
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -4902,7 +4906,6 @@ declare const VAutocomplete: {
|
|
|
4902
4906
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
4903
4907
|
hint?: string | undefined;
|
|
4904
4908
|
hideDetails?: boolean | "auto" | undefined;
|
|
4905
|
-
baseColor?: string | undefined;
|
|
4906
4909
|
suffix?: string | undefined;
|
|
4907
4910
|
counterValue?: ((value: any) => number) | undefined;
|
|
4908
4911
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -4944,6 +4947,7 @@ declare const VAutocomplete: {
|
|
|
4944
4947
|
maxWidth?: string | number | undefined;
|
|
4945
4948
|
minHeight?: string | number | undefined;
|
|
4946
4949
|
minWidth?: string | number | undefined;
|
|
4950
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
4947
4951
|
class?: any;
|
|
4948
4952
|
$children?: vue.VNodeChild | {
|
|
4949
4953
|
default?: ((arg: {
|
|
@@ -5012,7 +5016,7 @@ declare const VAutocomplete: {
|
|
|
5012
5016
|
[key: string]: any;
|
|
5013
5017
|
}>) => void)[] | undefined;
|
|
5014
5018
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5015
|
-
activator?:
|
|
5019
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
5016
5020
|
"v-slot:activator"?: false | ((arg: {
|
|
5017
5021
|
isActive: boolean;
|
|
5018
5022
|
props: Record<string, any>;
|
|
@@ -5110,6 +5114,7 @@ declare const VAutocomplete: {
|
|
|
5110
5114
|
})>;
|
|
5111
5115
|
menu: boolean;
|
|
5112
5116
|
style: vue.StyleValue;
|
|
5117
|
+
role: string;
|
|
5113
5118
|
autofocus: boolean;
|
|
5114
5119
|
eager: boolean;
|
|
5115
5120
|
disabled: boolean;
|
|
@@ -5136,6 +5141,8 @@ declare const VAutocomplete: {
|
|
|
5136
5141
|
persistentCounter: boolean;
|
|
5137
5142
|
chips: boolean;
|
|
5138
5143
|
closableChips: boolean;
|
|
5144
|
+
closeText: string;
|
|
5145
|
+
openText: string;
|
|
5139
5146
|
hideNoData: boolean;
|
|
5140
5147
|
hideSelected: boolean;
|
|
5141
5148
|
menuIcon: IconValue;
|
|
@@ -5159,6 +5166,7 @@ declare const VAutocomplete: {
|
|
|
5159
5166
|
bgColor?: string | undefined;
|
|
5160
5167
|
prependIcon?: IconValue | undefined;
|
|
5161
5168
|
appendIcon?: IconValue | undefined;
|
|
5169
|
+
baseColor?: string | undefined;
|
|
5162
5170
|
prependInnerIcon?: IconValue | undefined;
|
|
5163
5171
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
5164
5172
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -5170,7 +5178,6 @@ declare const VAutocomplete: {
|
|
|
5170
5178
|
centerAffix?: boolean | undefined;
|
|
5171
5179
|
hint?: string | undefined;
|
|
5172
5180
|
hideDetails?: boolean | "auto" | undefined;
|
|
5173
|
-
baseColor?: string | undefined;
|
|
5174
5181
|
suffix?: string | undefined;
|
|
5175
5182
|
counterValue?: ((value: any) => number) | undefined;
|
|
5176
5183
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -5212,6 +5219,7 @@ declare const VAutocomplete: {
|
|
|
5212
5219
|
maxWidth?: string | number | undefined;
|
|
5213
5220
|
minHeight?: string | number | undefined;
|
|
5214
5221
|
minWidth?: string | number | undefined;
|
|
5222
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
5215
5223
|
class?: any;
|
|
5216
5224
|
$children?: vue.VNodeChild | {
|
|
5217
5225
|
default?: ((arg: {
|
|
@@ -5280,7 +5288,7 @@ declare const VAutocomplete: {
|
|
|
5280
5288
|
[key: string]: any;
|
|
5281
5289
|
}>) => void)[] | undefined;
|
|
5282
5290
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5283
|
-
activator?:
|
|
5291
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
5284
5292
|
"v-slot:activator"?: false | ((arg: {
|
|
5285
5293
|
isActive: boolean;
|
|
5286
5294
|
props: Record<string, any>;
|
|
@@ -5314,6 +5322,7 @@ declare const VAutocomplete: {
|
|
|
5314
5322
|
})>;
|
|
5315
5323
|
menu: boolean;
|
|
5316
5324
|
style: vue.StyleValue;
|
|
5325
|
+
role: string;
|
|
5317
5326
|
autofocus: boolean;
|
|
5318
5327
|
eager: boolean;
|
|
5319
5328
|
disabled: boolean;
|
|
@@ -5342,6 +5351,8 @@ declare const VAutocomplete: {
|
|
|
5342
5351
|
persistentCounter: boolean;
|
|
5343
5352
|
chips: boolean;
|
|
5344
5353
|
closableChips: boolean;
|
|
5354
|
+
closeText: string;
|
|
5355
|
+
openText: string;
|
|
5345
5356
|
hideNoData: boolean;
|
|
5346
5357
|
hideSelected: boolean;
|
|
5347
5358
|
menuIcon: IconValue;
|
|
@@ -5441,6 +5452,7 @@ declare const VAutocomplete: {
|
|
|
5441
5452
|
})>;
|
|
5442
5453
|
menu: boolean;
|
|
5443
5454
|
style: vue.StyleValue;
|
|
5455
|
+
role: string;
|
|
5444
5456
|
autofocus: boolean;
|
|
5445
5457
|
eager: boolean;
|
|
5446
5458
|
disabled: boolean;
|
|
@@ -5467,6 +5479,8 @@ declare const VAutocomplete: {
|
|
|
5467
5479
|
persistentCounter: boolean;
|
|
5468
5480
|
chips: boolean;
|
|
5469
5481
|
closableChips: boolean;
|
|
5482
|
+
closeText: string;
|
|
5483
|
+
openText: string;
|
|
5470
5484
|
hideNoData: boolean;
|
|
5471
5485
|
hideSelected: boolean;
|
|
5472
5486
|
menuIcon: IconValue;
|
|
@@ -5490,6 +5504,7 @@ declare const VAutocomplete: {
|
|
|
5490
5504
|
bgColor?: string | undefined;
|
|
5491
5505
|
prependIcon?: IconValue | undefined;
|
|
5492
5506
|
appendIcon?: IconValue | undefined;
|
|
5507
|
+
baseColor?: string | undefined;
|
|
5493
5508
|
prependInnerIcon?: IconValue | undefined;
|
|
5494
5509
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
5495
5510
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -5501,7 +5516,6 @@ declare const VAutocomplete: {
|
|
|
5501
5516
|
centerAffix?: boolean | undefined;
|
|
5502
5517
|
hint?: string | undefined;
|
|
5503
5518
|
hideDetails?: boolean | "auto" | undefined;
|
|
5504
|
-
baseColor?: string | undefined;
|
|
5505
5519
|
suffix?: string | undefined;
|
|
5506
5520
|
counterValue?: ((value: any) => number) | undefined;
|
|
5507
5521
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -5543,6 +5557,7 @@ declare const VAutocomplete: {
|
|
|
5543
5557
|
maxWidth?: string | number | undefined;
|
|
5544
5558
|
minHeight?: string | number | undefined;
|
|
5545
5559
|
minWidth?: string | number | undefined;
|
|
5560
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
5546
5561
|
class?: any;
|
|
5547
5562
|
$children?: vue.VNodeChild | {
|
|
5548
5563
|
default?: ((arg: {
|
|
@@ -5611,7 +5626,7 @@ declare const VAutocomplete: {
|
|
|
5611
5626
|
[key: string]: any;
|
|
5612
5627
|
}>) => void)[] | undefined;
|
|
5613
5628
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5614
|
-
activator?:
|
|
5629
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
5615
5630
|
"v-slot:activator"?: false | ((arg: {
|
|
5616
5631
|
isActive: boolean;
|
|
5617
5632
|
props: Record<string, any>;
|
|
@@ -5644,6 +5659,7 @@ declare const VAutocomplete: {
|
|
|
5644
5659
|
})>;
|
|
5645
5660
|
menu: boolean;
|
|
5646
5661
|
style: vue.StyleValue;
|
|
5662
|
+
role: string;
|
|
5647
5663
|
autofocus: boolean;
|
|
5648
5664
|
eager: boolean;
|
|
5649
5665
|
disabled: boolean;
|
|
@@ -5670,6 +5686,8 @@ declare const VAutocomplete: {
|
|
|
5670
5686
|
persistentCounter: boolean;
|
|
5671
5687
|
chips: boolean;
|
|
5672
5688
|
closableChips: boolean;
|
|
5689
|
+
closeText: string;
|
|
5690
|
+
openText: string;
|
|
5673
5691
|
hideNoData: boolean;
|
|
5674
5692
|
hideSelected: boolean;
|
|
5675
5693
|
menuIcon: IconValue;
|
|
@@ -5693,6 +5711,7 @@ declare const VAutocomplete: {
|
|
|
5693
5711
|
bgColor?: string | undefined;
|
|
5694
5712
|
prependIcon?: IconValue | undefined;
|
|
5695
5713
|
appendIcon?: IconValue | undefined;
|
|
5714
|
+
baseColor?: string | undefined;
|
|
5696
5715
|
prependInnerIcon?: IconValue | undefined;
|
|
5697
5716
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
5698
5717
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -5704,7 +5723,6 @@ declare const VAutocomplete: {
|
|
|
5704
5723
|
centerAffix?: boolean | undefined;
|
|
5705
5724
|
hint?: string | undefined;
|
|
5706
5725
|
hideDetails?: boolean | "auto" | undefined;
|
|
5707
|
-
baseColor?: string | undefined;
|
|
5708
5726
|
suffix?: string | undefined;
|
|
5709
5727
|
counterValue?: ((value: any) => number) | undefined;
|
|
5710
5728
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -5746,6 +5764,7 @@ declare const VAutocomplete: {
|
|
|
5746
5764
|
maxWidth?: string | number | undefined;
|
|
5747
5765
|
minHeight?: string | number | undefined;
|
|
5748
5766
|
minWidth?: string | number | undefined;
|
|
5767
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
5749
5768
|
class?: any;
|
|
5750
5769
|
$children?: vue.VNodeChild | {
|
|
5751
5770
|
default?: ((arg: {
|
|
@@ -5814,7 +5833,7 @@ declare const VAutocomplete: {
|
|
|
5814
5833
|
[key: string]: any;
|
|
5815
5834
|
}>) => void)[] | undefined;
|
|
5816
5835
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5817
|
-
activator?:
|
|
5836
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
5818
5837
|
"v-slot:activator"?: false | ((arg: {
|
|
5819
5838
|
isActive: boolean;
|
|
5820
5839
|
props: Record<string, any>;
|
|
@@ -5848,6 +5867,7 @@ declare const VAutocomplete: {
|
|
|
5848
5867
|
})>;
|
|
5849
5868
|
menu: boolean;
|
|
5850
5869
|
style: vue.StyleValue;
|
|
5870
|
+
role: string;
|
|
5851
5871
|
autofocus: boolean;
|
|
5852
5872
|
eager: boolean;
|
|
5853
5873
|
disabled: boolean;
|
|
@@ -5876,6 +5896,8 @@ declare const VAutocomplete: {
|
|
|
5876
5896
|
persistentCounter: boolean;
|
|
5877
5897
|
chips: boolean;
|
|
5878
5898
|
closableChips: boolean;
|
|
5899
|
+
closeText: string;
|
|
5900
|
+
openText: string;
|
|
5879
5901
|
hideNoData: boolean;
|
|
5880
5902
|
hideSelected: boolean;
|
|
5881
5903
|
menuIcon: IconValue;
|
|
@@ -6029,6 +6051,10 @@ declare const VAutocomplete: {
|
|
|
6029
6051
|
default: null;
|
|
6030
6052
|
};
|
|
6031
6053
|
prefix: StringConstructor;
|
|
6054
|
+
role: {
|
|
6055
|
+
type: PropType<string>;
|
|
6056
|
+
default: string;
|
|
6057
|
+
};
|
|
6032
6058
|
autofocus: BooleanConstructor;
|
|
6033
6059
|
disabled: {
|
|
6034
6060
|
type: BooleanConstructor;
|
|
@@ -6067,6 +6093,7 @@ declare const VAutocomplete: {
|
|
|
6067
6093
|
bgColor: StringConstructor;
|
|
6068
6094
|
prependIcon: PropType<IconValue>;
|
|
6069
6095
|
appendIcon: PropType<IconValue>;
|
|
6096
|
+
baseColor: StringConstructor;
|
|
6070
6097
|
clearIcon: {
|
|
6071
6098
|
type: PropType<IconValue>;
|
|
6072
6099
|
default: string;
|
|
@@ -6099,7 +6126,6 @@ declare const VAutocomplete: {
|
|
|
6099
6126
|
hint: StringConstructor;
|
|
6100
6127
|
persistentHint: BooleanConstructor;
|
|
6101
6128
|
hideDetails: PropType<boolean | "auto">;
|
|
6102
|
-
baseColor: StringConstructor;
|
|
6103
6129
|
clearable: BooleanConstructor;
|
|
6104
6130
|
persistentClear: BooleanConstructor;
|
|
6105
6131
|
singleLine: BooleanConstructor;
|
|
@@ -6134,6 +6160,14 @@ declare const VAutocomplete: {
|
|
|
6134
6160
|
returnObject: BooleanConstructor;
|
|
6135
6161
|
chips: BooleanConstructor;
|
|
6136
6162
|
closableChips: BooleanConstructor;
|
|
6163
|
+
closeText: {
|
|
6164
|
+
type: StringConstructor;
|
|
6165
|
+
default: string;
|
|
6166
|
+
};
|
|
6167
|
+
openText: {
|
|
6168
|
+
type: StringConstructor;
|
|
6169
|
+
default: string;
|
|
6170
|
+
};
|
|
6137
6171
|
eager: BooleanConstructor;
|
|
6138
6172
|
hideNoData: BooleanConstructor;
|
|
6139
6173
|
hideSelected: BooleanConstructor;
|
|
@@ -6181,6 +6215,7 @@ declare const VAutocomplete: {
|
|
|
6181
6215
|
maxWidth?: string | number | undefined;
|
|
6182
6216
|
minHeight?: string | number | undefined;
|
|
6183
6217
|
minWidth?: string | number | undefined;
|
|
6218
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
6184
6219
|
class?: any;
|
|
6185
6220
|
$children?: vue.VNodeChild | {
|
|
6186
6221
|
default?: ((arg: {
|
|
@@ -6249,7 +6284,7 @@ declare const VAutocomplete: {
|
|
|
6249
6284
|
[key: string]: any;
|
|
6250
6285
|
}>) => void)[] | undefined;
|
|
6251
6286
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6252
|
-
activator?:
|
|
6287
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6253
6288
|
"v-slot:activator"?: false | ((arg: {
|
|
6254
6289
|
isActive: boolean;
|
|
6255
6290
|
props: Record<string, any>;
|
|
@@ -6322,6 +6357,10 @@ declare const VAutocomplete: {
|
|
|
6322
6357
|
default: null;
|
|
6323
6358
|
};
|
|
6324
6359
|
prefix: StringConstructor;
|
|
6360
|
+
role: {
|
|
6361
|
+
type: PropType<string>;
|
|
6362
|
+
default: string;
|
|
6363
|
+
};
|
|
6325
6364
|
autofocus: BooleanConstructor;
|
|
6326
6365
|
disabled: {
|
|
6327
6366
|
type: BooleanConstructor;
|
|
@@ -6360,6 +6399,7 @@ declare const VAutocomplete: {
|
|
|
6360
6399
|
bgColor: StringConstructor;
|
|
6361
6400
|
prependIcon: PropType<IconValue>;
|
|
6362
6401
|
appendIcon: PropType<IconValue>;
|
|
6402
|
+
baseColor: StringConstructor;
|
|
6363
6403
|
clearIcon: {
|
|
6364
6404
|
type: PropType<IconValue>;
|
|
6365
6405
|
default: string;
|
|
@@ -6392,7 +6432,6 @@ declare const VAutocomplete: {
|
|
|
6392
6432
|
hint: StringConstructor;
|
|
6393
6433
|
persistentHint: BooleanConstructor;
|
|
6394
6434
|
hideDetails: PropType<boolean | "auto">;
|
|
6395
|
-
baseColor: StringConstructor;
|
|
6396
6435
|
clearable: BooleanConstructor;
|
|
6397
6436
|
persistentClear: BooleanConstructor;
|
|
6398
6437
|
singleLine: BooleanConstructor;
|
|
@@ -6427,6 +6466,14 @@ declare const VAutocomplete: {
|
|
|
6427
6466
|
returnObject: BooleanConstructor;
|
|
6428
6467
|
chips: BooleanConstructor;
|
|
6429
6468
|
closableChips: BooleanConstructor;
|
|
6469
|
+
closeText: {
|
|
6470
|
+
type: StringConstructor;
|
|
6471
|
+
default: string;
|
|
6472
|
+
};
|
|
6473
|
+
openText: {
|
|
6474
|
+
type: StringConstructor;
|
|
6475
|
+
default: string;
|
|
6476
|
+
};
|
|
6430
6477
|
eager: BooleanConstructor;
|
|
6431
6478
|
hideNoData: BooleanConstructor;
|
|
6432
6479
|
hideSelected: BooleanConstructor;
|
|
@@ -6474,6 +6521,7 @@ declare const VAutocomplete: {
|
|
|
6474
6521
|
maxWidth?: string | number | undefined;
|
|
6475
6522
|
minHeight?: string | number | undefined;
|
|
6476
6523
|
minWidth?: string | number | undefined;
|
|
6524
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
6477
6525
|
class?: any;
|
|
6478
6526
|
$children?: vue.VNodeChild | {
|
|
6479
6527
|
default?: ((arg: {
|
|
@@ -6542,7 +6590,7 @@ declare const VAutocomplete: {
|
|
|
6542
6590
|
[key: string]: any;
|
|
6543
6591
|
}>) => void)[] | undefined;
|
|
6544
6592
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6545
|
-
activator?:
|
|
6593
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6546
6594
|
"v-slot:activator"?: false | ((arg: {
|
|
6547
6595
|
isActive: boolean;
|
|
6548
6596
|
props: Record<string, any>;
|
|
@@ -6596,6 +6644,7 @@ declare const VAvatar: {
|
|
|
6596
6644
|
key?: string | number | symbol | undefined;
|
|
6597
6645
|
color?: string | undefined;
|
|
6598
6646
|
image?: string | undefined;
|
|
6647
|
+
text?: string | undefined;
|
|
6599
6648
|
class?: any;
|
|
6600
6649
|
icon?: IconValue | undefined;
|
|
6601
6650
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -6674,6 +6723,7 @@ declare const VAvatar: {
|
|
|
6674
6723
|
} & {
|
|
6675
6724
|
color?: string | undefined;
|
|
6676
6725
|
image?: string | undefined;
|
|
6726
|
+
text?: string | undefined;
|
|
6677
6727
|
class?: any;
|
|
6678
6728
|
icon?: IconValue | undefined;
|
|
6679
6729
|
theme?: string | undefined;
|
|
@@ -6731,6 +6781,7 @@ declare const VAvatar: {
|
|
|
6731
6781
|
} & {
|
|
6732
6782
|
color?: string | undefined;
|
|
6733
6783
|
image?: string | undefined;
|
|
6784
|
+
text?: string | undefined;
|
|
6734
6785
|
class?: any;
|
|
6735
6786
|
icon?: IconValue | undefined;
|
|
6736
6787
|
theme?: string | undefined;
|
|
@@ -6759,6 +6810,7 @@ declare const VAvatar: {
|
|
|
6759
6810
|
} & {
|
|
6760
6811
|
color?: string | undefined;
|
|
6761
6812
|
image?: string | undefined;
|
|
6813
|
+
text?: string | undefined;
|
|
6762
6814
|
class?: any;
|
|
6763
6815
|
icon?: IconValue | undefined;
|
|
6764
6816
|
theme?: string | undefined;
|
|
@@ -6822,6 +6874,7 @@ declare const VAvatar: {
|
|
|
6822
6874
|
end: BooleanConstructor;
|
|
6823
6875
|
icon: vue.PropType<IconValue>;
|
|
6824
6876
|
image: StringConstructor;
|
|
6877
|
+
text: StringConstructor;
|
|
6825
6878
|
}, vue.ExtractPropTypes<{
|
|
6826
6879
|
color: StringConstructor;
|
|
6827
6880
|
variant: Omit<{
|
|
@@ -6859,6 +6912,7 @@ declare const VAvatar: {
|
|
|
6859
6912
|
end: BooleanConstructor;
|
|
6860
6913
|
icon: vue.PropType<IconValue>;
|
|
6861
6914
|
image: StringConstructor;
|
|
6915
|
+
text: StringConstructor;
|
|
6862
6916
|
}>>;
|
|
6863
6917
|
type VAvatar = InstanceType<typeof VAvatar>;
|
|
6864
6918
|
|
|
@@ -7241,6 +7295,10 @@ declare const VBadge: {
|
|
|
7241
7295
|
}>>;
|
|
7242
7296
|
type VBadge = InstanceType<typeof VBadge>;
|
|
7243
7297
|
|
|
7298
|
+
declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
7299
|
+
type Breakpoint = typeof breakpoints[number];
|
|
7300
|
+
type DisplayBreakpoint = 'xs' | Breakpoint;
|
|
7301
|
+
|
|
7244
7302
|
declare const VBanner: {
|
|
7245
7303
|
new (...args: any[]): {
|
|
7246
7304
|
$: vue.ComponentInternalInstance;
|
|
@@ -7325,6 +7383,7 @@ declare const VBanner: {
|
|
|
7325
7383
|
}>) => void)[] | undefined;
|
|
7326
7384
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
7327
7385
|
lines?: "one" | "two" | "three" | undefined;
|
|
7386
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
7328
7387
|
avatar?: string | undefined;
|
|
7329
7388
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
7330
7389
|
};
|
|
@@ -7376,6 +7435,7 @@ declare const VBanner: {
|
|
|
7376
7435
|
theme?: string | undefined;
|
|
7377
7436
|
rounded?: string | number | boolean | undefined;
|
|
7378
7437
|
lines?: "one" | "two" | "three" | undefined;
|
|
7438
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
7379
7439
|
avatar?: string | undefined;
|
|
7380
7440
|
} & {
|
|
7381
7441
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -7459,6 +7519,7 @@ declare const VBanner: {
|
|
|
7459
7519
|
theme?: string | undefined;
|
|
7460
7520
|
rounded?: string | number | boolean | undefined;
|
|
7461
7521
|
lines?: "one" | "two" | "three" | undefined;
|
|
7522
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
7462
7523
|
avatar?: string | undefined;
|
|
7463
7524
|
} & {
|
|
7464
7525
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -7506,6 +7567,7 @@ declare const VBanner: {
|
|
|
7506
7567
|
theme?: string | undefined;
|
|
7507
7568
|
rounded?: string | number | boolean | undefined;
|
|
7508
7569
|
lines?: "one" | "two" | "three" | undefined;
|
|
7570
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
7509
7571
|
avatar?: string | undefined;
|
|
7510
7572
|
} & {
|
|
7511
7573
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -7564,6 +7626,7 @@ declare const VBanner: {
|
|
|
7564
7626
|
type: (StringConstructor | NumberConstructor)[];
|
|
7565
7627
|
validator(v: any): boolean;
|
|
7566
7628
|
};
|
|
7629
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
7567
7630
|
height: (StringConstructor | NumberConstructor)[];
|
|
7568
7631
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
7569
7632
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -7607,6 +7670,7 @@ declare const VBanner: {
|
|
|
7607
7670
|
type: (StringConstructor | NumberConstructor)[];
|
|
7608
7671
|
validator(v: any): boolean;
|
|
7609
7672
|
};
|
|
7673
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
7610
7674
|
height: (StringConstructor | NumberConstructor)[];
|
|
7611
7675
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
7612
7676
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -8492,6 +8556,12 @@ declare const VBreadcrumbs: {
|
|
|
8492
8556
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8493
8557
|
[key: string]: any;
|
|
8494
8558
|
}>[]) | undefined;
|
|
8559
|
+
item?: ((arg: {
|
|
8560
|
+
item: BreadcrumbItem;
|
|
8561
|
+
index: number;
|
|
8562
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8563
|
+
[key: string]: any;
|
|
8564
|
+
}>[]) | undefined;
|
|
8495
8565
|
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8496
8566
|
[key: string]: any;
|
|
8497
8567
|
}>[]) | undefined;
|
|
@@ -8514,7 +8584,7 @@ declare const VBreadcrumbs: {
|
|
|
8514
8584
|
bgColor?: string | undefined;
|
|
8515
8585
|
activeClass?: string | undefined;
|
|
8516
8586
|
activeColor?: string | undefined;
|
|
8517
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider">, string, {
|
|
8587
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, string, {
|
|
8518
8588
|
style: vue.StyleValue;
|
|
8519
8589
|
disabled: boolean;
|
|
8520
8590
|
tag: string;
|
|
@@ -8537,6 +8607,12 @@ declare const VBreadcrumbs: {
|
|
|
8537
8607
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8538
8608
|
[key: string]: any;
|
|
8539
8609
|
}>[];
|
|
8610
|
+
item: (arg: {
|
|
8611
|
+
item: BreadcrumbItem;
|
|
8612
|
+
index: number;
|
|
8613
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8614
|
+
[key: string]: any;
|
|
8615
|
+
}>[];
|
|
8540
8616
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8541
8617
|
[key: string]: any;
|
|
8542
8618
|
}>[];
|
|
@@ -8592,7 +8668,7 @@ declare const VBreadcrumbs: {
|
|
|
8592
8668
|
bgColor?: string | undefined;
|
|
8593
8669
|
activeClass?: string | undefined;
|
|
8594
8670
|
activeColor?: string | undefined;
|
|
8595
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:divider">, string, {
|
|
8671
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:prepend" | "v-slot:item" | "v-slot:divider">, string, {
|
|
8596
8672
|
style: vue.StyleValue;
|
|
8597
8673
|
disabled: boolean;
|
|
8598
8674
|
tag: string;
|
|
@@ -8615,6 +8691,12 @@ declare const VBreadcrumbs: {
|
|
|
8615
8691
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8616
8692
|
[key: string]: any;
|
|
8617
8693
|
}>[];
|
|
8694
|
+
item: (arg: {
|
|
8695
|
+
item: BreadcrumbItem;
|
|
8696
|
+
index: number;
|
|
8697
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8698
|
+
[key: string]: any;
|
|
8699
|
+
}>[];
|
|
8618
8700
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8619
8701
|
[key: string]: any;
|
|
8620
8702
|
}>[];
|
|
@@ -8630,6 +8712,10 @@ declare const VBreadcrumbs: {
|
|
|
8630
8712
|
item: T_1;
|
|
8631
8713
|
index: number;
|
|
8632
8714
|
};
|
|
8715
|
+
item: {
|
|
8716
|
+
item: T_1;
|
|
8717
|
+
index: number;
|
|
8718
|
+
};
|
|
8633
8719
|
default: never;
|
|
8634
8720
|
}) => GenericProps<{
|
|
8635
8721
|
items?: T_1[] | undefined;
|
|
@@ -8643,6 +8729,10 @@ declare const VBreadcrumbs: {
|
|
|
8643
8729
|
item: T_1;
|
|
8644
8730
|
index: number;
|
|
8645
8731
|
};
|
|
8732
|
+
item: {
|
|
8733
|
+
item: T_1;
|
|
8734
|
+
index: number;
|
|
8735
|
+
};
|
|
8646
8736
|
default: never;
|
|
8647
8737
|
}>) & FilterPropsOptions<{
|
|
8648
8738
|
tag: Omit<{
|
|
@@ -12902,6 +12992,7 @@ declare const VImg: {
|
|
|
12902
12992
|
component?: vue.Component | undefined;
|
|
12903
12993
|
}) | undefined;
|
|
12904
12994
|
style?: vue.StyleValue | undefined;
|
|
12995
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
12905
12996
|
eager?: boolean | undefined;
|
|
12906
12997
|
options?: IntersectionObserverInit | undefined;
|
|
12907
12998
|
cover?: boolean | undefined;
|
|
@@ -12924,7 +13015,9 @@ declare const VImg: {
|
|
|
12924
13015
|
error?: (() => vue.VNodeChild) | undefined;
|
|
12925
13016
|
sources?: (() => vue.VNodeChild) | undefined;
|
|
12926
13017
|
};
|
|
13018
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
12927
13019
|
alt?: string | undefined;
|
|
13020
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
12928
13021
|
sizes?: string | undefined;
|
|
12929
13022
|
srcset?: string | undefined;
|
|
12930
13023
|
ref?: vue.VNodeRef | undefined;
|
|
@@ -13024,8 +13117,11 @@ declare const VImg: {
|
|
|
13024
13117
|
maxWidth?: string | number | undefined;
|
|
13025
13118
|
minHeight?: string | number | undefined;
|
|
13026
13119
|
minWidth?: string | number | undefined;
|
|
13120
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13027
13121
|
class?: any;
|
|
13122
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13028
13123
|
alt?: string | undefined;
|
|
13124
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13029
13125
|
sizes?: string | undefined;
|
|
13030
13126
|
srcset?: string | undefined;
|
|
13031
13127
|
contentClass?: string | undefined;
|
|
@@ -13069,6 +13165,7 @@ declare const VImg: {
|
|
|
13069
13165
|
component?: vue.Component | undefined;
|
|
13070
13166
|
});
|
|
13071
13167
|
style: vue.StyleValue;
|
|
13168
|
+
draggable: boolean | "false" | "true";
|
|
13072
13169
|
eager: boolean;
|
|
13073
13170
|
options: IntersectionObserverInit;
|
|
13074
13171
|
cover: boolean;
|
|
@@ -13124,8 +13221,11 @@ declare const VImg: {
|
|
|
13124
13221
|
maxWidth?: string | number | undefined;
|
|
13125
13222
|
minHeight?: string | number | undefined;
|
|
13126
13223
|
minWidth?: string | number | undefined;
|
|
13224
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13127
13225
|
class?: any;
|
|
13226
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13128
13227
|
alt?: string | undefined;
|
|
13228
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13129
13229
|
sizes?: string | undefined;
|
|
13130
13230
|
srcset?: string | undefined;
|
|
13131
13231
|
contentClass?: string | undefined;
|
|
@@ -13181,8 +13281,11 @@ declare const VImg: {
|
|
|
13181
13281
|
maxWidth?: string | number | undefined;
|
|
13182
13282
|
minHeight?: string | number | undefined;
|
|
13183
13283
|
minWidth?: string | number | undefined;
|
|
13284
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13184
13285
|
class?: any;
|
|
13286
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13185
13287
|
alt?: string | undefined;
|
|
13288
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13186
13289
|
sizes?: string | undefined;
|
|
13187
13290
|
srcset?: string | undefined;
|
|
13188
13291
|
contentClass?: string | undefined;
|
|
@@ -13226,6 +13329,7 @@ declare const VImg: {
|
|
|
13226
13329
|
component?: vue.Component | undefined;
|
|
13227
13330
|
});
|
|
13228
13331
|
style: vue.StyleValue;
|
|
13332
|
+
draggable: boolean | "false" | "true";
|
|
13229
13333
|
eager: boolean;
|
|
13230
13334
|
options: IntersectionObserverInit;
|
|
13231
13335
|
cover: boolean;
|
|
@@ -13267,6 +13371,10 @@ declare const VImg: {
|
|
|
13267
13371
|
inline: BooleanConstructor;
|
|
13268
13372
|
alt: StringConstructor;
|
|
13269
13373
|
cover: BooleanConstructor;
|
|
13374
|
+
draggable: {
|
|
13375
|
+
type: PropType<boolean | "false" | "true">;
|
|
13376
|
+
default: undefined;
|
|
13377
|
+
};
|
|
13270
13378
|
eager: BooleanConstructor;
|
|
13271
13379
|
gradient: StringConstructor;
|
|
13272
13380
|
lazySrc: StringConstructor;
|
|
@@ -13283,6 +13391,8 @@ declare const VImg: {
|
|
|
13283
13391
|
type: PropType<string | srcObject>;
|
|
13284
13392
|
default: string;
|
|
13285
13393
|
};
|
|
13394
|
+
crossorigin: PropType<"" | "anonymous" | "use-credentials">;
|
|
13395
|
+
referrerpolicy: PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
13286
13396
|
srcset: StringConstructor;
|
|
13287
13397
|
}, vue.ExtractPropTypes<{
|
|
13288
13398
|
transition: {
|
|
@@ -13308,6 +13418,10 @@ declare const VImg: {
|
|
|
13308
13418
|
inline: BooleanConstructor;
|
|
13309
13419
|
alt: StringConstructor;
|
|
13310
13420
|
cover: BooleanConstructor;
|
|
13421
|
+
draggable: {
|
|
13422
|
+
type: PropType<boolean | "false" | "true">;
|
|
13423
|
+
default: undefined;
|
|
13424
|
+
};
|
|
13311
13425
|
eager: BooleanConstructor;
|
|
13312
13426
|
gradient: StringConstructor;
|
|
13313
13427
|
lazySrc: StringConstructor;
|
|
@@ -13324,6 +13438,8 @@ declare const VImg: {
|
|
|
13324
13438
|
type: PropType<string | srcObject>;
|
|
13325
13439
|
default: string;
|
|
13326
13440
|
};
|
|
13441
|
+
crossorigin: PropType<"" | "anonymous" | "use-credentials">;
|
|
13442
|
+
referrerpolicy: PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
13327
13443
|
srcset: StringConstructor;
|
|
13328
13444
|
}>>;
|
|
13329
13445
|
type VImg = InstanceType<typeof VImg>;
|
|
@@ -13336,6 +13452,7 @@ declare const VCarouselItem: {
|
|
|
13336
13452
|
inline?: boolean | undefined;
|
|
13337
13453
|
transition?: string | boolean | undefined;
|
|
13338
13454
|
style?: vue.StyleValue | undefined;
|
|
13455
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13339
13456
|
eager?: boolean | undefined;
|
|
13340
13457
|
disabled?: boolean | undefined;
|
|
13341
13458
|
options?: IntersectionObserverInit | undefined;
|
|
@@ -13358,7 +13475,9 @@ declare const VCarouselItem: {
|
|
|
13358
13475
|
error?: (() => vue.VNodeChild) | undefined;
|
|
13359
13476
|
sources?: (() => vue.VNodeChild) | undefined;
|
|
13360
13477
|
};
|
|
13478
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13361
13479
|
alt?: string | undefined;
|
|
13480
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13362
13481
|
sizes?: string | undefined;
|
|
13363
13482
|
srcset?: string | undefined;
|
|
13364
13483
|
ref?: vue.VNodeRef | undefined;
|
|
@@ -13459,8 +13578,11 @@ declare const VCarouselItem: {
|
|
|
13459
13578
|
minWidth?: string | number | undefined;
|
|
13460
13579
|
transition?: string | boolean | undefined;
|
|
13461
13580
|
value?: any;
|
|
13581
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13462
13582
|
class?: any;
|
|
13583
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13463
13584
|
alt?: string | undefined;
|
|
13585
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13464
13586
|
sizes?: string | undefined;
|
|
13465
13587
|
srcset?: string | undefined;
|
|
13466
13588
|
contentClass?: string | undefined;
|
|
@@ -13490,6 +13612,7 @@ declare const VCarouselItem: {
|
|
|
13490
13612
|
inline: boolean;
|
|
13491
13613
|
transition: string | boolean;
|
|
13492
13614
|
style: vue.StyleValue;
|
|
13615
|
+
draggable: boolean | "false" | "true";
|
|
13493
13616
|
eager: boolean;
|
|
13494
13617
|
disabled: boolean;
|
|
13495
13618
|
options: IntersectionObserverInit;
|
|
@@ -13547,8 +13670,11 @@ declare const VCarouselItem: {
|
|
|
13547
13670
|
minWidth?: string | number | undefined;
|
|
13548
13671
|
transition?: string | boolean | undefined;
|
|
13549
13672
|
value?: any;
|
|
13673
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13550
13674
|
class?: any;
|
|
13675
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13551
13676
|
alt?: string | undefined;
|
|
13677
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13552
13678
|
sizes?: string | undefined;
|
|
13553
13679
|
srcset?: string | undefined;
|
|
13554
13680
|
contentClass?: string | undefined;
|
|
@@ -13596,8 +13722,11 @@ declare const VCarouselItem: {
|
|
|
13596
13722
|
minWidth?: string | number | undefined;
|
|
13597
13723
|
transition?: string | boolean | undefined;
|
|
13598
13724
|
value?: any;
|
|
13725
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13599
13726
|
class?: any;
|
|
13727
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13600
13728
|
alt?: string | undefined;
|
|
13729
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13601
13730
|
sizes?: string | undefined;
|
|
13602
13731
|
srcset?: string | undefined;
|
|
13603
13732
|
contentClass?: string | undefined;
|
|
@@ -13627,6 +13756,7 @@ declare const VCarouselItem: {
|
|
|
13627
13756
|
inline: boolean;
|
|
13628
13757
|
transition: string | boolean;
|
|
13629
13758
|
style: vue.StyleValue;
|
|
13759
|
+
draggable: boolean | "false" | "true";
|
|
13630
13760
|
eager: boolean;
|
|
13631
13761
|
disabled: boolean;
|
|
13632
13762
|
options: IntersectionObserverInit;
|
|
@@ -13675,6 +13805,10 @@ declare const VCarouselItem: {
|
|
|
13675
13805
|
inline: BooleanConstructor;
|
|
13676
13806
|
alt: StringConstructor;
|
|
13677
13807
|
cover: BooleanConstructor;
|
|
13808
|
+
draggable: {
|
|
13809
|
+
type: vue.PropType<boolean | "false" | "true">;
|
|
13810
|
+
default: undefined;
|
|
13811
|
+
};
|
|
13678
13812
|
gradient: StringConstructor;
|
|
13679
13813
|
lazySrc: StringConstructor;
|
|
13680
13814
|
options: {
|
|
@@ -13690,6 +13824,8 @@ declare const VCarouselItem: {
|
|
|
13690
13824
|
type: vue.PropType<string | srcObject>;
|
|
13691
13825
|
default: string;
|
|
13692
13826
|
};
|
|
13827
|
+
crossorigin: vue.PropType<"" | "anonymous" | "use-credentials">;
|
|
13828
|
+
referrerpolicy: vue.PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
13693
13829
|
srcset: StringConstructor;
|
|
13694
13830
|
}, vue.ExtractPropTypes<{
|
|
13695
13831
|
eager: BooleanConstructor;
|
|
@@ -13720,6 +13856,10 @@ declare const VCarouselItem: {
|
|
|
13720
13856
|
inline: BooleanConstructor;
|
|
13721
13857
|
alt: StringConstructor;
|
|
13722
13858
|
cover: BooleanConstructor;
|
|
13859
|
+
draggable: {
|
|
13860
|
+
type: vue.PropType<boolean | "false" | "true">;
|
|
13861
|
+
default: undefined;
|
|
13862
|
+
};
|
|
13723
13863
|
gradient: StringConstructor;
|
|
13724
13864
|
lazySrc: StringConstructor;
|
|
13725
13865
|
options: {
|
|
@@ -13735,6 +13875,8 @@ declare const VCarouselItem: {
|
|
|
13735
13875
|
type: vue.PropType<string | srcObject>;
|
|
13736
13876
|
default: string;
|
|
13737
13877
|
};
|
|
13878
|
+
crossorigin: vue.PropType<"" | "anonymous" | "use-credentials">;
|
|
13879
|
+
referrerpolicy: vue.PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
13738
13880
|
srcset: StringConstructor;
|
|
13739
13881
|
}>>;
|
|
13740
13882
|
type VCarouselItem = InstanceType<typeof VCarouselItem>;
|
|
@@ -14074,6 +14216,8 @@ type SelectionControlSlot = {
|
|
|
14074
14216
|
model: WritableComputedRef<any>;
|
|
14075
14217
|
textColorClasses: Ref<string[]>;
|
|
14076
14218
|
textColorStyles: Ref<CSSProperties>;
|
|
14219
|
+
inputNode: VNode;
|
|
14220
|
+
icon: IconValue | undefined;
|
|
14077
14221
|
props: {
|
|
14078
14222
|
onBlur: (e: Event) => void;
|
|
14079
14223
|
onFocus: (e: FocusEvent) => void;
|
|
@@ -14114,48 +14258,49 @@ declare const VSelectionControl: {
|
|
|
14114
14258
|
ref_for?: boolean | undefined;
|
|
14115
14259
|
ref_key?: string | undefined;
|
|
14116
14260
|
theme?: string | undefined;
|
|
14117
|
-
onVnodeBeforeMount?: ((vnode:
|
|
14261
|
+
onVnodeBeforeMount?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14118
14262
|
[key: string]: any;
|
|
14119
|
-
}>) => void) | ((vnode:
|
|
14263
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14120
14264
|
[key: string]: any;
|
|
14121
14265
|
}>) => void)[] | undefined;
|
|
14122
|
-
onVnodeMounted?: ((vnode:
|
|
14266
|
+
onVnodeMounted?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14123
14267
|
[key: string]: any;
|
|
14124
|
-
}>) => void) | ((vnode:
|
|
14268
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14125
14269
|
[key: string]: any;
|
|
14126
14270
|
}>) => void)[] | undefined;
|
|
14127
|
-
onVnodeBeforeUpdate?: ((vnode:
|
|
14271
|
+
onVnodeBeforeUpdate?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14128
14272
|
[key: string]: any;
|
|
14129
|
-
}>, oldVNode:
|
|
14273
|
+
}>, oldVNode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14130
14274
|
[key: string]: any;
|
|
14131
|
-
}>) => void) | ((vnode:
|
|
14275
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14132
14276
|
[key: string]: any;
|
|
14133
|
-
}>, oldVNode:
|
|
14277
|
+
}>, oldVNode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14134
14278
|
[key: string]: any;
|
|
14135
14279
|
}>) => void)[] | undefined;
|
|
14136
|
-
onVnodeUpdated?: ((vnode:
|
|
14280
|
+
onVnodeUpdated?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14137
14281
|
[key: string]: any;
|
|
14138
|
-
}>, oldVNode:
|
|
14282
|
+
}>, oldVNode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14139
14283
|
[key: string]: any;
|
|
14140
|
-
}>) => void) | ((vnode:
|
|
14284
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14141
14285
|
[key: string]: any;
|
|
14142
|
-
}>, oldVNode:
|
|
14286
|
+
}>, oldVNode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14143
14287
|
[key: string]: any;
|
|
14144
14288
|
}>) => void)[] | undefined;
|
|
14145
|
-
onVnodeBeforeUnmount?: ((vnode:
|
|
14289
|
+
onVnodeBeforeUnmount?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14146
14290
|
[key: string]: any;
|
|
14147
|
-
}>) => void) | ((vnode:
|
|
14291
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14148
14292
|
[key: string]: any;
|
|
14149
14293
|
}>) => void)[] | undefined;
|
|
14150
|
-
onVnodeUnmounted?: ((vnode:
|
|
14294
|
+
onVnodeUnmounted?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14151
14295
|
[key: string]: any;
|
|
14152
|
-
}>) => void) | ((vnode:
|
|
14296
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14153
14297
|
[key: string]: any;
|
|
14154
14298
|
}>) => void)[] | undefined;
|
|
14155
14299
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
14156
14300
|
defaultsTarget?: string | undefined;
|
|
14157
14301
|
falseIcon?: IconValue | undefined;
|
|
14158
14302
|
trueIcon?: IconValue | undefined;
|
|
14303
|
+
baseColor?: string | undefined;
|
|
14159
14304
|
trueValue?: any;
|
|
14160
14305
|
falseValue?: any;
|
|
14161
14306
|
};
|
|
@@ -14166,16 +14311,16 @@ declare const VSelectionControl: {
|
|
|
14166
14311
|
[x: string]: unknown;
|
|
14167
14312
|
};
|
|
14168
14313
|
$slots: Readonly<{
|
|
14169
|
-
default?: (() =>
|
|
14314
|
+
default?: (() => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14170
14315
|
[key: string]: any;
|
|
14171
14316
|
}>[]) | undefined;
|
|
14172
14317
|
label?: ((arg: {
|
|
14173
14318
|
label: string | undefined;
|
|
14174
14319
|
props: Record<string, unknown>;
|
|
14175
|
-
}) =>
|
|
14320
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14176
14321
|
[key: string]: any;
|
|
14177
14322
|
}>[]) | undefined;
|
|
14178
|
-
input?: ((arg: SelectionControlSlot) =>
|
|
14323
|
+
input?: ((arg: SelectionControlSlot) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14179
14324
|
[key: string]: any;
|
|
14180
14325
|
}>[]) | undefined;
|
|
14181
14326
|
}>;
|
|
@@ -14205,6 +14350,7 @@ declare const VSelectionControl: {
|
|
|
14205
14350
|
defaultsTarget?: string | undefined;
|
|
14206
14351
|
falseIcon?: IconValue | undefined;
|
|
14207
14352
|
trueIcon?: IconValue | undefined;
|
|
14353
|
+
baseColor?: string | undefined;
|
|
14208
14354
|
trueValue?: any;
|
|
14209
14355
|
falseValue?: any;
|
|
14210
14356
|
} & {
|
|
@@ -14225,16 +14371,16 @@ declare const VSelectionControl: {
|
|
|
14225
14371
|
ripple: boolean;
|
|
14226
14372
|
valueComparator: typeof deepEqual;
|
|
14227
14373
|
}, {}, string, vue.SlotsType<Partial<{
|
|
14228
|
-
default: () =>
|
|
14374
|
+
default: () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14229
14375
|
[key: string]: any;
|
|
14230
14376
|
}>[];
|
|
14231
14377
|
label: (arg: {
|
|
14232
14378
|
label: string | undefined;
|
|
14233
14379
|
props: Record<string, unknown>;
|
|
14234
|
-
}) =>
|
|
14380
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14235
14381
|
[key: string]: any;
|
|
14236
14382
|
}>[];
|
|
14237
|
-
input: (arg: SelectionControlSlot) =>
|
|
14383
|
+
input: (arg: SelectionControlSlot) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14238
14384
|
[key: string]: any;
|
|
14239
14385
|
}>[];
|
|
14240
14386
|
}>>> & {
|
|
@@ -14279,6 +14425,7 @@ declare const VSelectionControl: {
|
|
|
14279
14425
|
defaultsTarget?: string | undefined;
|
|
14280
14426
|
falseIcon?: IconValue | undefined;
|
|
14281
14427
|
trueIcon?: IconValue | undefined;
|
|
14428
|
+
baseColor?: string | undefined;
|
|
14282
14429
|
trueValue?: any;
|
|
14283
14430
|
falseValue?: any;
|
|
14284
14431
|
} & {
|
|
@@ -14312,6 +14459,7 @@ declare const VSelectionControl: {
|
|
|
14312
14459
|
defaultsTarget?: string | undefined;
|
|
14313
14460
|
falseIcon?: IconValue | undefined;
|
|
14314
14461
|
trueIcon?: IconValue | undefined;
|
|
14462
|
+
baseColor?: string | undefined;
|
|
14315
14463
|
trueValue?: any;
|
|
14316
14464
|
falseValue?: any;
|
|
14317
14465
|
} & {
|
|
@@ -14332,16 +14480,16 @@ declare const VSelectionControl: {
|
|
|
14332
14480
|
ripple: boolean;
|
|
14333
14481
|
valueComparator: typeof deepEqual;
|
|
14334
14482
|
}, {}, string, vue.SlotsType<Partial<{
|
|
14335
|
-
default: () =>
|
|
14483
|
+
default: () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14336
14484
|
[key: string]: any;
|
|
14337
14485
|
}>[];
|
|
14338
14486
|
label: (arg: {
|
|
14339
14487
|
label: string | undefined;
|
|
14340
14488
|
props: Record<string, unknown>;
|
|
14341
|
-
}) =>
|
|
14489
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14342
14490
|
[key: string]: any;
|
|
14343
14491
|
}>[];
|
|
14344
|
-
input: (arg: SelectionControlSlot) =>
|
|
14492
|
+
input: (arg: SelectionControlSlot) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14345
14493
|
[key: string]: any;
|
|
14346
14494
|
}>[];
|
|
14347
14495
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(props: {
|
|
@@ -14390,6 +14538,7 @@ declare const VSelectionControl: {
|
|
|
14390
14538
|
default: typeof deepEqual;
|
|
14391
14539
|
};
|
|
14392
14540
|
label: StringConstructor;
|
|
14541
|
+
baseColor: StringConstructor;
|
|
14393
14542
|
trueValue: null;
|
|
14394
14543
|
falseValue: null;
|
|
14395
14544
|
value: null;
|
|
@@ -14433,6 +14582,7 @@ declare const VSelectionControl: {
|
|
|
14433
14582
|
default: typeof deepEqual;
|
|
14434
14583
|
};
|
|
14435
14584
|
label: StringConstructor;
|
|
14585
|
+
baseColor: StringConstructor;
|
|
14436
14586
|
trueValue: null;
|
|
14437
14587
|
falseValue: null;
|
|
14438
14588
|
value: null;
|
|
@@ -14546,6 +14696,7 @@ declare const VCheckbox: {
|
|
|
14546
14696
|
prependIcon?: IconValue | undefined;
|
|
14547
14697
|
appendIcon?: IconValue | undefined;
|
|
14548
14698
|
defaultsTarget?: string | undefined;
|
|
14699
|
+
baseColor?: string | undefined;
|
|
14549
14700
|
trueValue?: any;
|
|
14550
14701
|
falseValue?: any;
|
|
14551
14702
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
@@ -14633,6 +14784,7 @@ declare const VCheckbox: {
|
|
|
14633
14784
|
prependIcon?: IconValue | undefined;
|
|
14634
14785
|
appendIcon?: IconValue | undefined;
|
|
14635
14786
|
defaultsTarget?: string | undefined;
|
|
14787
|
+
baseColor?: string | undefined;
|
|
14636
14788
|
trueValue?: any;
|
|
14637
14789
|
falseValue?: any;
|
|
14638
14790
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -14784,6 +14936,7 @@ declare const VCheckbox: {
|
|
|
14784
14936
|
prependIcon?: IconValue | undefined;
|
|
14785
14937
|
appendIcon?: IconValue | undefined;
|
|
14786
14938
|
defaultsTarget?: string | undefined;
|
|
14939
|
+
baseColor?: string | undefined;
|
|
14787
14940
|
trueValue?: any;
|
|
14788
14941
|
falseValue?: any;
|
|
14789
14942
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -14870,6 +15023,7 @@ declare const VCheckbox: {
|
|
|
14870
15023
|
prependIcon?: IconValue | undefined;
|
|
14871
15024
|
appendIcon?: IconValue | undefined;
|
|
14872
15025
|
defaultsTarget?: string | undefined;
|
|
15026
|
+
baseColor?: string | undefined;
|
|
14873
15027
|
trueValue?: any;
|
|
14874
15028
|
falseValue?: any;
|
|
14875
15029
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -15014,6 +15168,7 @@ declare const VCheckbox: {
|
|
|
15014
15168
|
type: vue.PropType<typeof deepEqual>;
|
|
15015
15169
|
default: typeof deepEqual;
|
|
15016
15170
|
};
|
|
15171
|
+
baseColor: StringConstructor;
|
|
15017
15172
|
trueValue: null;
|
|
15018
15173
|
falseValue: null;
|
|
15019
15174
|
indeterminateIcon: {
|
|
@@ -15103,6 +15258,7 @@ declare const VCheckbox: {
|
|
|
15103
15258
|
type: vue.PropType<typeof deepEqual>;
|
|
15104
15259
|
default: typeof deepEqual;
|
|
15105
15260
|
};
|
|
15261
|
+
baseColor: StringConstructor;
|
|
15106
15262
|
trueValue: null;
|
|
15107
15263
|
falseValue: null;
|
|
15108
15264
|
indeterminateIcon: {
|
|
@@ -15236,6 +15392,7 @@ declare const VCheckboxBtn: {
|
|
|
15236
15392
|
modelValue?: any;
|
|
15237
15393
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
15238
15394
|
defaultsTarget?: string | undefined;
|
|
15395
|
+
baseColor?: string | undefined;
|
|
15239
15396
|
trueValue?: any;
|
|
15240
15397
|
falseValue?: any;
|
|
15241
15398
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
@@ -15294,6 +15451,7 @@ declare const VCheckboxBtn: {
|
|
|
15294
15451
|
theme?: string | undefined;
|
|
15295
15452
|
modelValue?: any;
|
|
15296
15453
|
defaultsTarget?: string | undefined;
|
|
15454
|
+
baseColor?: string | undefined;
|
|
15297
15455
|
trueValue?: any;
|
|
15298
15456
|
falseValue?: any;
|
|
15299
15457
|
} & {
|
|
@@ -15398,6 +15556,7 @@ declare const VCheckboxBtn: {
|
|
|
15398
15556
|
theme?: string | undefined;
|
|
15399
15557
|
modelValue?: any;
|
|
15400
15558
|
defaultsTarget?: string | undefined;
|
|
15559
|
+
baseColor?: string | undefined;
|
|
15401
15560
|
trueValue?: any;
|
|
15402
15561
|
falseValue?: any;
|
|
15403
15562
|
} & {
|
|
@@ -15456,6 +15615,7 @@ declare const VCheckboxBtn: {
|
|
|
15456
15615
|
theme?: string | undefined;
|
|
15457
15616
|
modelValue?: any;
|
|
15458
15617
|
defaultsTarget?: string | undefined;
|
|
15618
|
+
baseColor?: string | undefined;
|
|
15459
15619
|
trueValue?: any;
|
|
15460
15620
|
falseValue?: any;
|
|
15461
15621
|
} & {
|
|
@@ -15561,6 +15721,7 @@ declare const VCheckboxBtn: {
|
|
|
15561
15721
|
default: typeof deepEqual;
|
|
15562
15722
|
};
|
|
15563
15723
|
label: StringConstructor;
|
|
15724
|
+
baseColor: StringConstructor;
|
|
15564
15725
|
trueValue: null;
|
|
15565
15726
|
falseValue: null;
|
|
15566
15727
|
value: null;
|
|
@@ -15615,6 +15776,7 @@ declare const VCheckboxBtn: {
|
|
|
15615
15776
|
default: typeof deepEqual;
|
|
15616
15777
|
};
|
|
15617
15778
|
label: StringConstructor;
|
|
15779
|
+
baseColor: StringConstructor;
|
|
15618
15780
|
trueValue: null;
|
|
15619
15781
|
falseValue: null;
|
|
15620
15782
|
value: null;
|
|
@@ -17635,6 +17797,7 @@ declare const VCombobox: {
|
|
|
17635
17797
|
})> | undefined;
|
|
17636
17798
|
menu?: boolean | undefined;
|
|
17637
17799
|
style?: vue.StyleValue | undefined;
|
|
17800
|
+
role?: string | undefined;
|
|
17638
17801
|
autofocus?: boolean | undefined;
|
|
17639
17802
|
eager?: boolean | undefined;
|
|
17640
17803
|
disabled?: boolean | undefined;
|
|
@@ -17663,6 +17826,8 @@ declare const VCombobox: {
|
|
|
17663
17826
|
persistentCounter?: boolean | undefined;
|
|
17664
17827
|
chips?: boolean | undefined;
|
|
17665
17828
|
closableChips?: boolean | undefined;
|
|
17829
|
+
closeText?: string | undefined;
|
|
17830
|
+
openText?: string | undefined;
|
|
17666
17831
|
hideNoData?: boolean | undefined;
|
|
17667
17832
|
hideSelected?: boolean | undefined;
|
|
17668
17833
|
menuIcon?: IconValue | undefined;
|
|
@@ -17727,6 +17892,7 @@ declare const VCombobox: {
|
|
|
17727
17892
|
bgColor?: string | undefined;
|
|
17728
17893
|
prependIcon?: IconValue | undefined;
|
|
17729
17894
|
appendIcon?: IconValue | undefined;
|
|
17895
|
+
baseColor?: string | undefined;
|
|
17730
17896
|
prependInnerIcon?: IconValue | undefined;
|
|
17731
17897
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
17732
17898
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -17737,7 +17903,6 @@ declare const VCombobox: {
|
|
|
17737
17903
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17738
17904
|
hint?: string | undefined;
|
|
17739
17905
|
hideDetails?: boolean | "auto" | undefined;
|
|
17740
|
-
baseColor?: string | undefined;
|
|
17741
17906
|
suffix?: string | undefined;
|
|
17742
17907
|
counterValue?: ((value: any) => number) | undefined;
|
|
17743
17908
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -17779,6 +17944,7 @@ declare const VCombobox: {
|
|
|
17779
17944
|
maxWidth?: string | number | undefined;
|
|
17780
17945
|
minHeight?: string | number | undefined;
|
|
17781
17946
|
minWidth?: string | number | undefined;
|
|
17947
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
17782
17948
|
class?: any;
|
|
17783
17949
|
$children?: vue.VNodeChild | {
|
|
17784
17950
|
default?: ((arg: {
|
|
@@ -17847,7 +18013,7 @@ declare const VCombobox: {
|
|
|
17847
18013
|
[key: string]: any;
|
|
17848
18014
|
}>) => void)[] | undefined;
|
|
17849
18015
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17850
|
-
activator?:
|
|
18016
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
17851
18017
|
"v-slot:activator"?: false | ((arg: {
|
|
17852
18018
|
isActive: boolean;
|
|
17853
18019
|
props: Record<string, any>;
|
|
@@ -17945,6 +18111,7 @@ declare const VCombobox: {
|
|
|
17945
18111
|
})>;
|
|
17946
18112
|
menu: boolean;
|
|
17947
18113
|
style: vue.StyleValue;
|
|
18114
|
+
role: string;
|
|
17948
18115
|
autofocus: boolean;
|
|
17949
18116
|
eager: boolean;
|
|
17950
18117
|
disabled: boolean;
|
|
@@ -17971,6 +18138,8 @@ declare const VCombobox: {
|
|
|
17971
18138
|
persistentCounter: boolean;
|
|
17972
18139
|
chips: boolean;
|
|
17973
18140
|
closableChips: boolean;
|
|
18141
|
+
closeText: string;
|
|
18142
|
+
openText: string;
|
|
17974
18143
|
hideNoData: boolean;
|
|
17975
18144
|
hideSelected: boolean;
|
|
17976
18145
|
menuIcon: IconValue;
|
|
@@ -17994,6 +18163,7 @@ declare const VCombobox: {
|
|
|
17994
18163
|
bgColor?: string | undefined;
|
|
17995
18164
|
prependIcon?: IconValue | undefined;
|
|
17996
18165
|
appendIcon?: IconValue | undefined;
|
|
18166
|
+
baseColor?: string | undefined;
|
|
17997
18167
|
prependInnerIcon?: IconValue | undefined;
|
|
17998
18168
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
17999
18169
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -18005,7 +18175,6 @@ declare const VCombobox: {
|
|
|
18005
18175
|
centerAffix?: boolean | undefined;
|
|
18006
18176
|
hint?: string | undefined;
|
|
18007
18177
|
hideDetails?: boolean | "auto" | undefined;
|
|
18008
|
-
baseColor?: string | undefined;
|
|
18009
18178
|
suffix?: string | undefined;
|
|
18010
18179
|
counterValue?: ((value: any) => number) | undefined;
|
|
18011
18180
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -18047,6 +18216,7 @@ declare const VCombobox: {
|
|
|
18047
18216
|
maxWidth?: string | number | undefined;
|
|
18048
18217
|
minHeight?: string | number | undefined;
|
|
18049
18218
|
minWidth?: string | number | undefined;
|
|
18219
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
18050
18220
|
class?: any;
|
|
18051
18221
|
$children?: vue.VNodeChild | {
|
|
18052
18222
|
default?: ((arg: {
|
|
@@ -18115,7 +18285,7 @@ declare const VCombobox: {
|
|
|
18115
18285
|
[key: string]: any;
|
|
18116
18286
|
}>) => void)[] | undefined;
|
|
18117
18287
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18118
|
-
activator?:
|
|
18288
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
18119
18289
|
"v-slot:activator"?: false | ((arg: {
|
|
18120
18290
|
isActive: boolean;
|
|
18121
18291
|
props: Record<string, any>;
|
|
@@ -18149,6 +18319,7 @@ declare const VCombobox: {
|
|
|
18149
18319
|
})>;
|
|
18150
18320
|
menu: boolean;
|
|
18151
18321
|
style: vue.StyleValue;
|
|
18322
|
+
role: string;
|
|
18152
18323
|
autofocus: boolean;
|
|
18153
18324
|
eager: boolean;
|
|
18154
18325
|
disabled: boolean;
|
|
@@ -18177,6 +18348,8 @@ declare const VCombobox: {
|
|
|
18177
18348
|
persistentCounter: boolean;
|
|
18178
18349
|
chips: boolean;
|
|
18179
18350
|
closableChips: boolean;
|
|
18351
|
+
closeText: string;
|
|
18352
|
+
openText: string;
|
|
18180
18353
|
hideNoData: boolean;
|
|
18181
18354
|
hideSelected: boolean;
|
|
18182
18355
|
menuIcon: IconValue;
|
|
@@ -18276,6 +18449,7 @@ declare const VCombobox: {
|
|
|
18276
18449
|
})>;
|
|
18277
18450
|
menu: boolean;
|
|
18278
18451
|
style: vue.StyleValue;
|
|
18452
|
+
role: string;
|
|
18279
18453
|
autofocus: boolean;
|
|
18280
18454
|
eager: boolean;
|
|
18281
18455
|
disabled: boolean;
|
|
@@ -18302,6 +18476,8 @@ declare const VCombobox: {
|
|
|
18302
18476
|
persistentCounter: boolean;
|
|
18303
18477
|
chips: boolean;
|
|
18304
18478
|
closableChips: boolean;
|
|
18479
|
+
closeText: string;
|
|
18480
|
+
openText: string;
|
|
18305
18481
|
hideNoData: boolean;
|
|
18306
18482
|
hideSelected: boolean;
|
|
18307
18483
|
menuIcon: IconValue;
|
|
@@ -18325,6 +18501,7 @@ declare const VCombobox: {
|
|
|
18325
18501
|
bgColor?: string | undefined;
|
|
18326
18502
|
prependIcon?: IconValue | undefined;
|
|
18327
18503
|
appendIcon?: IconValue | undefined;
|
|
18504
|
+
baseColor?: string | undefined;
|
|
18328
18505
|
prependInnerIcon?: IconValue | undefined;
|
|
18329
18506
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
18330
18507
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -18336,7 +18513,6 @@ declare const VCombobox: {
|
|
|
18336
18513
|
centerAffix?: boolean | undefined;
|
|
18337
18514
|
hint?: string | undefined;
|
|
18338
18515
|
hideDetails?: boolean | "auto" | undefined;
|
|
18339
|
-
baseColor?: string | undefined;
|
|
18340
18516
|
suffix?: string | undefined;
|
|
18341
18517
|
counterValue?: ((value: any) => number) | undefined;
|
|
18342
18518
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -18378,6 +18554,7 @@ declare const VCombobox: {
|
|
|
18378
18554
|
maxWidth?: string | number | undefined;
|
|
18379
18555
|
minHeight?: string | number | undefined;
|
|
18380
18556
|
minWidth?: string | number | undefined;
|
|
18557
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
18381
18558
|
class?: any;
|
|
18382
18559
|
$children?: vue.VNodeChild | {
|
|
18383
18560
|
default?: ((arg: {
|
|
@@ -18446,7 +18623,7 @@ declare const VCombobox: {
|
|
|
18446
18623
|
[key: string]: any;
|
|
18447
18624
|
}>) => void)[] | undefined;
|
|
18448
18625
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18449
|
-
activator?:
|
|
18626
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
18450
18627
|
"v-slot:activator"?: false | ((arg: {
|
|
18451
18628
|
isActive: boolean;
|
|
18452
18629
|
props: Record<string, any>;
|
|
@@ -18479,6 +18656,7 @@ declare const VCombobox: {
|
|
|
18479
18656
|
})>;
|
|
18480
18657
|
menu: boolean;
|
|
18481
18658
|
style: vue.StyleValue;
|
|
18659
|
+
role: string;
|
|
18482
18660
|
autofocus: boolean;
|
|
18483
18661
|
eager: boolean;
|
|
18484
18662
|
disabled: boolean;
|
|
@@ -18505,6 +18683,8 @@ declare const VCombobox: {
|
|
|
18505
18683
|
persistentCounter: boolean;
|
|
18506
18684
|
chips: boolean;
|
|
18507
18685
|
closableChips: boolean;
|
|
18686
|
+
closeText: string;
|
|
18687
|
+
openText: string;
|
|
18508
18688
|
hideNoData: boolean;
|
|
18509
18689
|
hideSelected: boolean;
|
|
18510
18690
|
menuIcon: IconValue;
|
|
@@ -18528,6 +18708,7 @@ declare const VCombobox: {
|
|
|
18528
18708
|
bgColor?: string | undefined;
|
|
18529
18709
|
prependIcon?: IconValue | undefined;
|
|
18530
18710
|
appendIcon?: IconValue | undefined;
|
|
18711
|
+
baseColor?: string | undefined;
|
|
18531
18712
|
prependInnerIcon?: IconValue | undefined;
|
|
18532
18713
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
18533
18714
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -18539,7 +18720,6 @@ declare const VCombobox: {
|
|
|
18539
18720
|
centerAffix?: boolean | undefined;
|
|
18540
18721
|
hint?: string | undefined;
|
|
18541
18722
|
hideDetails?: boolean | "auto" | undefined;
|
|
18542
|
-
baseColor?: string | undefined;
|
|
18543
18723
|
suffix?: string | undefined;
|
|
18544
18724
|
counterValue?: ((value: any) => number) | undefined;
|
|
18545
18725
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -18581,6 +18761,7 @@ declare const VCombobox: {
|
|
|
18581
18761
|
maxWidth?: string | number | undefined;
|
|
18582
18762
|
minHeight?: string | number | undefined;
|
|
18583
18763
|
minWidth?: string | number | undefined;
|
|
18764
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
18584
18765
|
class?: any;
|
|
18585
18766
|
$children?: vue.VNodeChild | {
|
|
18586
18767
|
default?: ((arg: {
|
|
@@ -18649,7 +18830,7 @@ declare const VCombobox: {
|
|
|
18649
18830
|
[key: string]: any;
|
|
18650
18831
|
}>) => void)[] | undefined;
|
|
18651
18832
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18652
|
-
activator?:
|
|
18833
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
18653
18834
|
"v-slot:activator"?: false | ((arg: {
|
|
18654
18835
|
isActive: boolean;
|
|
18655
18836
|
props: Record<string, any>;
|
|
@@ -18683,6 +18864,7 @@ declare const VCombobox: {
|
|
|
18683
18864
|
})>;
|
|
18684
18865
|
menu: boolean;
|
|
18685
18866
|
style: vue.StyleValue;
|
|
18867
|
+
role: string;
|
|
18686
18868
|
autofocus: boolean;
|
|
18687
18869
|
eager: boolean;
|
|
18688
18870
|
disabled: boolean;
|
|
@@ -18711,6 +18893,8 @@ declare const VCombobox: {
|
|
|
18711
18893
|
persistentCounter: boolean;
|
|
18712
18894
|
chips: boolean;
|
|
18713
18895
|
closableChips: boolean;
|
|
18896
|
+
closeText: string;
|
|
18897
|
+
openText: string;
|
|
18714
18898
|
hideNoData: boolean;
|
|
18715
18899
|
hideSelected: boolean;
|
|
18716
18900
|
menuIcon: IconValue;
|
|
@@ -18864,6 +19048,10 @@ declare const VCombobox: {
|
|
|
18864
19048
|
default: null;
|
|
18865
19049
|
};
|
|
18866
19050
|
prefix: StringConstructor;
|
|
19051
|
+
role: {
|
|
19052
|
+
type: PropType<string>;
|
|
19053
|
+
default: string;
|
|
19054
|
+
};
|
|
18867
19055
|
autofocus: BooleanConstructor;
|
|
18868
19056
|
disabled: {
|
|
18869
19057
|
type: BooleanConstructor;
|
|
@@ -18902,6 +19090,7 @@ declare const VCombobox: {
|
|
|
18902
19090
|
bgColor: StringConstructor;
|
|
18903
19091
|
prependIcon: PropType<IconValue>;
|
|
18904
19092
|
appendIcon: PropType<IconValue>;
|
|
19093
|
+
baseColor: StringConstructor;
|
|
18905
19094
|
clearIcon: {
|
|
18906
19095
|
type: PropType<IconValue>;
|
|
18907
19096
|
default: string;
|
|
@@ -18934,7 +19123,6 @@ declare const VCombobox: {
|
|
|
18934
19123
|
hint: StringConstructor;
|
|
18935
19124
|
persistentHint: BooleanConstructor;
|
|
18936
19125
|
hideDetails: PropType<boolean | "auto">;
|
|
18937
|
-
baseColor: StringConstructor;
|
|
18938
19126
|
clearable: BooleanConstructor;
|
|
18939
19127
|
persistentClear: BooleanConstructor;
|
|
18940
19128
|
singleLine: BooleanConstructor;
|
|
@@ -18972,6 +19160,14 @@ declare const VCombobox: {
|
|
|
18972
19160
|
};
|
|
18973
19161
|
chips: BooleanConstructor;
|
|
18974
19162
|
closableChips: BooleanConstructor;
|
|
19163
|
+
closeText: {
|
|
19164
|
+
type: StringConstructor;
|
|
19165
|
+
default: string;
|
|
19166
|
+
};
|
|
19167
|
+
openText: {
|
|
19168
|
+
type: StringConstructor;
|
|
19169
|
+
default: string;
|
|
19170
|
+
};
|
|
18975
19171
|
eager: BooleanConstructor;
|
|
18976
19172
|
hideNoData: {
|
|
18977
19173
|
type: PropType<boolean>;
|
|
@@ -19022,6 +19218,7 @@ declare const VCombobox: {
|
|
|
19022
19218
|
maxWidth?: string | number | undefined;
|
|
19023
19219
|
minHeight?: string | number | undefined;
|
|
19024
19220
|
minWidth?: string | number | undefined;
|
|
19221
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
19025
19222
|
class?: any;
|
|
19026
19223
|
$children?: vue.VNodeChild | {
|
|
19027
19224
|
default?: ((arg: {
|
|
@@ -19090,7 +19287,7 @@ declare const VCombobox: {
|
|
|
19090
19287
|
[key: string]: any;
|
|
19091
19288
|
}>) => void)[] | undefined;
|
|
19092
19289
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19093
|
-
activator?:
|
|
19290
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
19094
19291
|
"v-slot:activator"?: false | ((arg: {
|
|
19095
19292
|
isActive: boolean;
|
|
19096
19293
|
props: Record<string, any>;
|
|
@@ -19163,6 +19360,10 @@ declare const VCombobox: {
|
|
|
19163
19360
|
default: null;
|
|
19164
19361
|
};
|
|
19165
19362
|
prefix: StringConstructor;
|
|
19363
|
+
role: {
|
|
19364
|
+
type: PropType<string>;
|
|
19365
|
+
default: string;
|
|
19366
|
+
};
|
|
19166
19367
|
autofocus: BooleanConstructor;
|
|
19167
19368
|
disabled: {
|
|
19168
19369
|
type: BooleanConstructor;
|
|
@@ -19201,6 +19402,7 @@ declare const VCombobox: {
|
|
|
19201
19402
|
bgColor: StringConstructor;
|
|
19202
19403
|
prependIcon: PropType<IconValue>;
|
|
19203
19404
|
appendIcon: PropType<IconValue>;
|
|
19405
|
+
baseColor: StringConstructor;
|
|
19204
19406
|
clearIcon: {
|
|
19205
19407
|
type: PropType<IconValue>;
|
|
19206
19408
|
default: string;
|
|
@@ -19233,7 +19435,6 @@ declare const VCombobox: {
|
|
|
19233
19435
|
hint: StringConstructor;
|
|
19234
19436
|
persistentHint: BooleanConstructor;
|
|
19235
19437
|
hideDetails: PropType<boolean | "auto">;
|
|
19236
|
-
baseColor: StringConstructor;
|
|
19237
19438
|
clearable: BooleanConstructor;
|
|
19238
19439
|
persistentClear: BooleanConstructor;
|
|
19239
19440
|
singleLine: BooleanConstructor;
|
|
@@ -19271,6 +19472,14 @@ declare const VCombobox: {
|
|
|
19271
19472
|
};
|
|
19272
19473
|
chips: BooleanConstructor;
|
|
19273
19474
|
closableChips: BooleanConstructor;
|
|
19475
|
+
closeText: {
|
|
19476
|
+
type: StringConstructor;
|
|
19477
|
+
default: string;
|
|
19478
|
+
};
|
|
19479
|
+
openText: {
|
|
19480
|
+
type: StringConstructor;
|
|
19481
|
+
default: string;
|
|
19482
|
+
};
|
|
19274
19483
|
eager: BooleanConstructor;
|
|
19275
19484
|
hideNoData: {
|
|
19276
19485
|
type: PropType<boolean>;
|
|
@@ -19321,6 +19530,7 @@ declare const VCombobox: {
|
|
|
19321
19530
|
maxWidth?: string | number | undefined;
|
|
19322
19531
|
minHeight?: string | number | undefined;
|
|
19323
19532
|
minWidth?: string | number | undefined;
|
|
19533
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
19324
19534
|
class?: any;
|
|
19325
19535
|
$children?: vue.VNodeChild | {
|
|
19326
19536
|
default?: ((arg: {
|
|
@@ -19389,7 +19599,7 @@ declare const VCombobox: {
|
|
|
19389
19599
|
[key: string]: any;
|
|
19390
19600
|
}>) => void)[] | undefined;
|
|
19391
19601
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19392
|
-
activator?:
|
|
19602
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
19393
19603
|
"v-slot:activator"?: false | ((arg: {
|
|
19394
19604
|
isActive: boolean;
|
|
19395
19605
|
props: Record<string, any>;
|
|
@@ -19921,6 +20131,7 @@ declare const VDialog: {
|
|
|
19921
20131
|
maxWidth?: string | number | undefined;
|
|
19922
20132
|
minHeight?: string | number | undefined;
|
|
19923
20133
|
minWidth?: string | number | undefined;
|
|
20134
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
19924
20135
|
class?: any;
|
|
19925
20136
|
$children?: vue.VNodeChild | {
|
|
19926
20137
|
default?: ((arg: {
|
|
@@ -19989,7 +20200,7 @@ declare const VDialog: {
|
|
|
19989
20200
|
[key: string]: any;
|
|
19990
20201
|
}>) => void)[] | undefined;
|
|
19991
20202
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19992
|
-
activator?:
|
|
20203
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
19993
20204
|
"v-slot:activator"?: false | ((arg: {
|
|
19994
20205
|
isActive: boolean;
|
|
19995
20206
|
props: Record<string, any>;
|
|
@@ -20059,10 +20270,11 @@ declare const VDialog: {
|
|
|
20059
20270
|
maxWidth?: string | number | undefined;
|
|
20060
20271
|
minHeight?: string | number | undefined;
|
|
20061
20272
|
minWidth?: string | number | undefined;
|
|
20273
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20062
20274
|
class?: any;
|
|
20063
20275
|
theme?: string | undefined;
|
|
20064
20276
|
contentClass?: any;
|
|
20065
|
-
activator?:
|
|
20277
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20066
20278
|
closeDelay?: string | number | undefined;
|
|
20067
20279
|
openDelay?: string | number | undefined;
|
|
20068
20280
|
openOnClick?: boolean | undefined;
|
|
@@ -20138,6 +20350,7 @@ declare const VDialog: {
|
|
|
20138
20350
|
maxWidth?: string | number | undefined;
|
|
20139
20351
|
minHeight?: string | number | undefined;
|
|
20140
20352
|
minWidth?: string | number | undefined;
|
|
20353
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20141
20354
|
class?: any;
|
|
20142
20355
|
onAfterLeave?: (() => any) | undefined;
|
|
20143
20356
|
$children?: vue.VNodeChild | {
|
|
@@ -20207,7 +20420,7 @@ declare const VDialog: {
|
|
|
20207
20420
|
[key: string]: any;
|
|
20208
20421
|
}>) => void)[] | undefined;
|
|
20209
20422
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20210
|
-
activator?:
|
|
20423
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20211
20424
|
"v-slot:activator"?: false | ((arg: {
|
|
20212
20425
|
isActive: boolean;
|
|
20213
20426
|
props: Record<string, any>;
|
|
@@ -20274,10 +20487,11 @@ declare const VDialog: {
|
|
|
20274
20487
|
maxWidth?: string | number | undefined;
|
|
20275
20488
|
minHeight?: string | number | undefined;
|
|
20276
20489
|
minWidth?: string | number | undefined;
|
|
20490
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20277
20491
|
class?: any;
|
|
20278
20492
|
theme?: string | undefined;
|
|
20279
20493
|
contentClass?: any;
|
|
20280
|
-
activator?:
|
|
20494
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20281
20495
|
closeDelay?: string | number | undefined;
|
|
20282
20496
|
openDelay?: string | number | undefined;
|
|
20283
20497
|
openOnClick?: boolean | undefined;
|
|
@@ -20319,6 +20533,7 @@ declare const VDialog: {
|
|
|
20319
20533
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
20320
20534
|
}, {
|
|
20321
20535
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
20536
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
20322
20537
|
animateClick: () => void;
|
|
20323
20538
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
20324
20539
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -20420,10 +20635,11 @@ declare const VDialog: {
|
|
|
20420
20635
|
maxWidth?: string | number | undefined;
|
|
20421
20636
|
minHeight?: string | number | undefined;
|
|
20422
20637
|
minWidth?: string | number | undefined;
|
|
20638
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20423
20639
|
class?: any;
|
|
20424
20640
|
theme?: string | undefined;
|
|
20425
20641
|
contentClass?: any;
|
|
20426
|
-
activator?:
|
|
20642
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20427
20643
|
closeDelay?: string | number | undefined;
|
|
20428
20644
|
openDelay?: string | number | undefined;
|
|
20429
20645
|
openOnClick?: boolean | undefined;
|
|
@@ -20465,12 +20681,13 @@ declare const VDialog: {
|
|
|
20465
20681
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
20466
20682
|
} & vue.ShallowUnwrapRef<{
|
|
20467
20683
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
20684
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
20468
20685
|
animateClick: () => void;
|
|
20469
20686
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
20470
20687
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
20471
20688
|
localTop: vue.ComputedRef<boolean>;
|
|
20472
20689
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
20473
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20690
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20474
20691
|
'update:modelValue': (value: boolean) => boolean;
|
|
20475
20692
|
}, string, {
|
|
20476
20693
|
absolute: boolean;
|
|
@@ -20572,10 +20789,11 @@ declare const VDialog: {
|
|
|
20572
20789
|
maxWidth?: string | number | undefined;
|
|
20573
20790
|
minHeight?: string | number | undefined;
|
|
20574
20791
|
minWidth?: string | number | undefined;
|
|
20792
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20575
20793
|
class?: any;
|
|
20576
20794
|
theme?: string | undefined;
|
|
20577
20795
|
contentClass?: any;
|
|
20578
|
-
activator?:
|
|
20796
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20579
20797
|
closeDelay?: string | number | undefined;
|
|
20580
20798
|
openDelay?: string | number | undefined;
|
|
20581
20799
|
openOnClick?: boolean | undefined;
|
|
@@ -20651,6 +20869,7 @@ declare const VDialog: {
|
|
|
20651
20869
|
maxWidth?: string | number | undefined;
|
|
20652
20870
|
minHeight?: string | number | undefined;
|
|
20653
20871
|
minWidth?: string | number | undefined;
|
|
20872
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20654
20873
|
class?: any;
|
|
20655
20874
|
onAfterLeave?: (() => any) | undefined;
|
|
20656
20875
|
$children?: vue.VNodeChild | {
|
|
@@ -20720,7 +20939,7 @@ declare const VDialog: {
|
|
|
20720
20939
|
[key: string]: any;
|
|
20721
20940
|
}>) => void)[] | undefined;
|
|
20722
20941
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20723
|
-
activator?:
|
|
20942
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20724
20943
|
"v-slot:activator"?: false | ((arg: {
|
|
20725
20944
|
isActive: boolean;
|
|
20726
20945
|
props: Record<string, any>;
|
|
@@ -20787,10 +21006,11 @@ declare const VDialog: {
|
|
|
20787
21006
|
maxWidth?: string | number | undefined;
|
|
20788
21007
|
minHeight?: string | number | undefined;
|
|
20789
21008
|
minWidth?: string | number | undefined;
|
|
21009
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20790
21010
|
class?: any;
|
|
20791
21011
|
theme?: string | undefined;
|
|
20792
21012
|
contentClass?: any;
|
|
20793
|
-
activator?:
|
|
21013
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20794
21014
|
closeDelay?: string | number | undefined;
|
|
20795
21015
|
openDelay?: string | number | undefined;
|
|
20796
21016
|
openOnClick?: boolean | undefined;
|
|
@@ -20832,6 +21052,7 @@ declare const VDialog: {
|
|
|
20832
21052
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
20833
21053
|
}, {
|
|
20834
21054
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
21055
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
20835
21056
|
animateClick: () => void;
|
|
20836
21057
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
20837
21058
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -20933,10 +21154,11 @@ declare const VDialog: {
|
|
|
20933
21154
|
maxWidth?: string | number | undefined;
|
|
20934
21155
|
minHeight?: string | number | undefined;
|
|
20935
21156
|
minWidth?: string | number | undefined;
|
|
21157
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20936
21158
|
class?: any;
|
|
20937
21159
|
theme?: string | undefined;
|
|
20938
21160
|
contentClass?: any;
|
|
20939
|
-
activator?:
|
|
21161
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20940
21162
|
closeDelay?: string | number | undefined;
|
|
20941
21163
|
openDelay?: string | number | undefined;
|
|
20942
21164
|
openOnClick?: boolean | undefined;
|
|
@@ -20978,12 +21200,13 @@ declare const VDialog: {
|
|
|
20978
21200
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
20979
21201
|
} & vue.ShallowUnwrapRef<{
|
|
20980
21202
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
21203
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
20981
21204
|
animateClick: () => void;
|
|
20982
21205
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
20983
21206
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
20984
21207
|
localTop: vue.ComputedRef<boolean>;
|
|
20985
21208
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
20986
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
21209
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
20987
21210
|
__isFragment?: undefined;
|
|
20988
21211
|
__isTeleport?: undefined;
|
|
20989
21212
|
__isSuspense?: undefined;
|
|
@@ -21024,10 +21247,11 @@ declare const VDialog: {
|
|
|
21024
21247
|
maxWidth?: string | number | undefined;
|
|
21025
21248
|
minHeight?: string | number | undefined;
|
|
21026
21249
|
minWidth?: string | number | undefined;
|
|
21250
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21027
21251
|
class?: any;
|
|
21028
21252
|
theme?: string | undefined;
|
|
21029
21253
|
contentClass?: any;
|
|
21030
|
-
activator?:
|
|
21254
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21031
21255
|
closeDelay?: string | number | undefined;
|
|
21032
21256
|
openDelay?: string | number | undefined;
|
|
21033
21257
|
openOnClick?: boolean | undefined;
|
|
@@ -21103,6 +21327,7 @@ declare const VDialog: {
|
|
|
21103
21327
|
maxWidth?: string | number | undefined;
|
|
21104
21328
|
minHeight?: string | number | undefined;
|
|
21105
21329
|
minWidth?: string | number | undefined;
|
|
21330
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21106
21331
|
class?: any;
|
|
21107
21332
|
onAfterLeave?: (() => any) | undefined;
|
|
21108
21333
|
$children?: vue.VNodeChild | {
|
|
@@ -21172,7 +21397,7 @@ declare const VDialog: {
|
|
|
21172
21397
|
[key: string]: any;
|
|
21173
21398
|
}>) => void)[] | undefined;
|
|
21174
21399
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21175
|
-
activator?:
|
|
21400
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21176
21401
|
"v-slot:activator"?: false | ((arg: {
|
|
21177
21402
|
isActive: boolean;
|
|
21178
21403
|
props: Record<string, any>;
|
|
@@ -21239,10 +21464,11 @@ declare const VDialog: {
|
|
|
21239
21464
|
maxWidth?: string | number | undefined;
|
|
21240
21465
|
minHeight?: string | number | undefined;
|
|
21241
21466
|
minWidth?: string | number | undefined;
|
|
21467
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21242
21468
|
class?: any;
|
|
21243
21469
|
theme?: string | undefined;
|
|
21244
21470
|
contentClass?: any;
|
|
21245
|
-
activator?:
|
|
21471
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21246
21472
|
closeDelay?: string | number | undefined;
|
|
21247
21473
|
openDelay?: string | number | undefined;
|
|
21248
21474
|
openOnClick?: boolean | undefined;
|
|
@@ -21284,6 +21510,7 @@ declare const VDialog: {
|
|
|
21284
21510
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
21285
21511
|
}, {
|
|
21286
21512
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
21513
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
21287
21514
|
animateClick: () => void;
|
|
21288
21515
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
21289
21516
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -21385,10 +21612,11 @@ declare const VDialog: {
|
|
|
21385
21612
|
maxWidth?: string | number | undefined;
|
|
21386
21613
|
minHeight?: string | number | undefined;
|
|
21387
21614
|
minWidth?: string | number | undefined;
|
|
21615
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21388
21616
|
class?: any;
|
|
21389
21617
|
theme?: string | undefined;
|
|
21390
21618
|
contentClass?: any;
|
|
21391
|
-
activator?:
|
|
21619
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21392
21620
|
closeDelay?: string | number | undefined;
|
|
21393
21621
|
openDelay?: string | number | undefined;
|
|
21394
21622
|
openOnClick?: boolean | undefined;
|
|
@@ -21430,12 +21658,13 @@ declare const VDialog: {
|
|
|
21430
21658
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
21431
21659
|
} & vue.ShallowUnwrapRef<{
|
|
21432
21660
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
21661
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
21433
21662
|
animateClick: () => void;
|
|
21434
21663
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
21435
21664
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
21436
21665
|
localTop: vue.ComputedRef<boolean>;
|
|
21437
21666
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
21438
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
21667
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
21439
21668
|
'update:modelValue': (value: boolean) => boolean;
|
|
21440
21669
|
}, string, {
|
|
21441
21670
|
absolute: boolean;
|
|
@@ -21541,7 +21770,8 @@ declare const VDialog: {
|
|
|
21541
21770
|
};
|
|
21542
21771
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
21543
21772
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
21544
|
-
|
|
21773
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
21774
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
21545
21775
|
activatorProps: {
|
|
21546
21776
|
type: vue.PropType<Record<string, any>>;
|
|
21547
21777
|
default: () => {};
|
|
@@ -21647,7 +21877,8 @@ declare const VDialog: {
|
|
|
21647
21877
|
};
|
|
21648
21878
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
21649
21879
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
21650
|
-
|
|
21880
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
21881
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
21651
21882
|
activatorProps: {
|
|
21652
21883
|
type: vue.PropType<Record<string, any>>;
|
|
21653
21884
|
default: () => {};
|
|
@@ -23307,6 +23538,7 @@ declare const VFileInput: {
|
|
|
23307
23538
|
bgColor?: string | undefined;
|
|
23308
23539
|
appendIcon?: IconValue | undefined;
|
|
23309
23540
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
23541
|
+
baseColor?: string | undefined;
|
|
23310
23542
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
23311
23543
|
label: string | undefined;
|
|
23312
23544
|
props: Record<string, any>;
|
|
@@ -23325,7 +23557,6 @@ declare const VFileInput: {
|
|
|
23325
23557
|
hint?: string | undefined;
|
|
23326
23558
|
hideDetails?: boolean | "auto" | undefined;
|
|
23327
23559
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
23328
|
-
baseColor?: string | undefined;
|
|
23329
23560
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
23330
23561
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
23331
23562
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -23434,6 +23665,7 @@ declare const VFileInput: {
|
|
|
23434
23665
|
rounded?: string | number | boolean | undefined;
|
|
23435
23666
|
bgColor?: string | undefined;
|
|
23436
23667
|
appendIcon?: IconValue | undefined;
|
|
23668
|
+
baseColor?: string | undefined;
|
|
23437
23669
|
appendInnerIcon?: IconValue | undefined;
|
|
23438
23670
|
prependInnerIcon?: IconValue | undefined;
|
|
23439
23671
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -23447,7 +23679,6 @@ declare const VFileInput: {
|
|
|
23447
23679
|
centerAffix?: boolean | undefined;
|
|
23448
23680
|
hint?: string | undefined;
|
|
23449
23681
|
hideDetails?: boolean | "auto" | undefined;
|
|
23450
|
-
baseColor?: string | undefined;
|
|
23451
23682
|
} & {
|
|
23452
23683
|
$children?: vue.VNodeChild | {
|
|
23453
23684
|
default?: ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
@@ -23943,6 +24174,7 @@ declare const VFileInput: {
|
|
|
23943
24174
|
rounded?: string | number | boolean | undefined;
|
|
23944
24175
|
bgColor?: string | undefined;
|
|
23945
24176
|
appendIcon?: IconValue | undefined;
|
|
24177
|
+
baseColor?: string | undefined;
|
|
23946
24178
|
appendInnerIcon?: IconValue | undefined;
|
|
23947
24179
|
prependInnerIcon?: IconValue | undefined;
|
|
23948
24180
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -23956,7 +24188,6 @@ declare const VFileInput: {
|
|
|
23956
24188
|
centerAffix?: boolean | undefined;
|
|
23957
24189
|
hint?: string | undefined;
|
|
23958
24190
|
hideDetails?: boolean | "auto" | undefined;
|
|
23959
|
-
baseColor?: string | undefined;
|
|
23960
24191
|
} & {
|
|
23961
24192
|
$children?: vue.VNodeChild | {
|
|
23962
24193
|
default?: ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
@@ -24355,6 +24586,7 @@ declare const VFileInput: {
|
|
|
24355
24586
|
rounded?: string | number | boolean | undefined;
|
|
24356
24587
|
bgColor?: string | undefined;
|
|
24357
24588
|
appendIcon?: IconValue | undefined;
|
|
24589
|
+
baseColor?: string | undefined;
|
|
24358
24590
|
appendInnerIcon?: IconValue | undefined;
|
|
24359
24591
|
prependInnerIcon?: IconValue | undefined;
|
|
24360
24592
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -24368,7 +24600,6 @@ declare const VFileInput: {
|
|
|
24368
24600
|
centerAffix?: boolean | undefined;
|
|
24369
24601
|
hint?: string | undefined;
|
|
24370
24602
|
hideDetails?: boolean | "auto" | undefined;
|
|
24371
|
-
baseColor?: string | undefined;
|
|
24372
24603
|
} & {
|
|
24373
24604
|
$children?: vue.VNodeChild | {
|
|
24374
24605
|
default?: ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
@@ -29628,11 +29859,11 @@ declare const VListItem: {
|
|
|
29628
29859
|
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
29629
29860
|
prependIcon?: IconValue | undefined;
|
|
29630
29861
|
appendIcon?: IconValue | undefined;
|
|
29862
|
+
baseColor?: string | undefined;
|
|
29631
29863
|
activeClass?: string | undefined;
|
|
29632
29864
|
appendAvatar?: string | undefined;
|
|
29633
29865
|
prependAvatar?: string | undefined;
|
|
29634
29866
|
activeColor?: string | undefined;
|
|
29635
|
-
baseColor?: string | undefined;
|
|
29636
29867
|
subtitle?: string | number | boolean | undefined;
|
|
29637
29868
|
lines?: "one" | "two" | "three" | undefined;
|
|
29638
29869
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
@@ -29699,11 +29930,11 @@ declare const VListItem: {
|
|
|
29699
29930
|
rounded?: string | number | boolean | undefined;
|
|
29700
29931
|
prependIcon?: IconValue | undefined;
|
|
29701
29932
|
appendIcon?: IconValue | undefined;
|
|
29933
|
+
baseColor?: string | undefined;
|
|
29702
29934
|
activeClass?: string | undefined;
|
|
29703
29935
|
appendAvatar?: string | undefined;
|
|
29704
29936
|
prependAvatar?: string | undefined;
|
|
29705
29937
|
activeColor?: string | undefined;
|
|
29706
|
-
baseColor?: string | undefined;
|
|
29707
29938
|
subtitle?: string | number | boolean | undefined;
|
|
29708
29939
|
lines?: "one" | "two" | "three" | undefined;
|
|
29709
29940
|
} & {
|
|
@@ -29817,11 +30048,11 @@ declare const VListItem: {
|
|
|
29817
30048
|
rounded?: string | number | boolean | undefined;
|
|
29818
30049
|
prependIcon?: IconValue | undefined;
|
|
29819
30050
|
appendIcon?: IconValue | undefined;
|
|
30051
|
+
baseColor?: string | undefined;
|
|
29820
30052
|
activeClass?: string | undefined;
|
|
29821
30053
|
appendAvatar?: string | undefined;
|
|
29822
30054
|
prependAvatar?: string | undefined;
|
|
29823
30055
|
activeColor?: string | undefined;
|
|
29824
|
-
baseColor?: string | undefined;
|
|
29825
30056
|
subtitle?: string | number | boolean | undefined;
|
|
29826
30057
|
lines?: "one" | "two" | "three" | undefined;
|
|
29827
30058
|
} & {
|
|
@@ -29886,11 +30117,11 @@ declare const VListItem: {
|
|
|
29886
30117
|
rounded?: string | number | boolean | undefined;
|
|
29887
30118
|
prependIcon?: IconValue | undefined;
|
|
29888
30119
|
appendIcon?: IconValue | undefined;
|
|
30120
|
+
baseColor?: string | undefined;
|
|
29889
30121
|
activeClass?: string | undefined;
|
|
29890
30122
|
appendAvatar?: string | undefined;
|
|
29891
30123
|
prependAvatar?: string | undefined;
|
|
29892
30124
|
activeColor?: string | undefined;
|
|
29893
|
-
baseColor?: string | undefined;
|
|
29894
30125
|
subtitle?: string | number | boolean | undefined;
|
|
29895
30126
|
lines?: "one" | "two" | "three" | undefined;
|
|
29896
30127
|
} & {
|
|
@@ -30232,12 +30463,12 @@ declare const VList: {
|
|
|
30232
30463
|
[key: string]: any;
|
|
30233
30464
|
}>) => void)[] | undefined;
|
|
30234
30465
|
bgColor?: string | undefined;
|
|
30466
|
+
baseColor?: string | undefined;
|
|
30235
30467
|
activeClass?: string | undefined;
|
|
30236
30468
|
opened?: readonly unknown[] | undefined;
|
|
30237
30469
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
30238
30470
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
30239
30471
|
activeColor?: string | undefined;
|
|
30240
|
-
baseColor?: string | undefined;
|
|
30241
30472
|
"onClick:open"?: ((value: {
|
|
30242
30473
|
id: unknown;
|
|
30243
30474
|
value: boolean;
|
|
@@ -30370,10 +30601,10 @@ declare const VList: {
|
|
|
30370
30601
|
theme?: string | undefined;
|
|
30371
30602
|
rounded?: string | number | boolean | undefined;
|
|
30372
30603
|
bgColor?: string | undefined;
|
|
30604
|
+
baseColor?: string | undefined;
|
|
30373
30605
|
activeClass?: string | undefined;
|
|
30374
30606
|
opened?: readonly unknown[] | undefined;
|
|
30375
30607
|
activeColor?: string | undefined;
|
|
30376
|
-
baseColor?: string | undefined;
|
|
30377
30608
|
} & {
|
|
30378
30609
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
30379
30610
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
@@ -30544,10 +30775,10 @@ declare const VList: {
|
|
|
30544
30775
|
theme?: string | undefined;
|
|
30545
30776
|
rounded?: string | number | boolean | undefined;
|
|
30546
30777
|
bgColor?: string | undefined;
|
|
30778
|
+
baseColor?: string | undefined;
|
|
30547
30779
|
activeClass?: string | undefined;
|
|
30548
30780
|
opened?: readonly unknown[] | undefined;
|
|
30549
30781
|
activeColor?: string | undefined;
|
|
30550
|
-
baseColor?: string | undefined;
|
|
30551
30782
|
} & {
|
|
30552
30783
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
30553
30784
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
@@ -30601,10 +30832,10 @@ declare const VList: {
|
|
|
30601
30832
|
theme?: string | undefined;
|
|
30602
30833
|
rounded?: string | number | boolean | undefined;
|
|
30603
30834
|
bgColor?: string | undefined;
|
|
30835
|
+
baseColor?: string | undefined;
|
|
30604
30836
|
activeClass?: string | undefined;
|
|
30605
30837
|
opened?: readonly unknown[] | undefined;
|
|
30606
30838
|
activeColor?: string | undefined;
|
|
30607
|
-
baseColor?: string | undefined;
|
|
30608
30839
|
} & {
|
|
30609
30840
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
30610
30841
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
@@ -30976,8 +31207,8 @@ declare const VListGroup: {
|
|
|
30976
31207
|
}>) => void)[] | undefined;
|
|
30977
31208
|
prependIcon?: IconValue | undefined;
|
|
30978
31209
|
appendIcon?: IconValue | undefined;
|
|
30979
|
-
activeColor?: string | undefined;
|
|
30980
31210
|
baseColor?: string | undefined;
|
|
31211
|
+
activeColor?: string | undefined;
|
|
30981
31212
|
"v-slot:activator"?: false | ((arg: {
|
|
30982
31213
|
isOpen: boolean;
|
|
30983
31214
|
props: Record<string, unknown>;
|
|
@@ -31018,8 +31249,8 @@ declare const VListGroup: {
|
|
|
31018
31249
|
class?: any;
|
|
31019
31250
|
prependIcon?: IconValue | undefined;
|
|
31020
31251
|
appendIcon?: IconValue | undefined;
|
|
31021
|
-
activeColor?: string | undefined;
|
|
31022
31252
|
baseColor?: string | undefined;
|
|
31253
|
+
activeColor?: string | undefined;
|
|
31023
31254
|
} & {
|
|
31024
31255
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
31025
31256
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -31092,8 +31323,8 @@ declare const VListGroup: {
|
|
|
31092
31323
|
class?: any;
|
|
31093
31324
|
prependIcon?: IconValue | undefined;
|
|
31094
31325
|
appendIcon?: IconValue | undefined;
|
|
31095
|
-
activeColor?: string | undefined;
|
|
31096
31326
|
baseColor?: string | undefined;
|
|
31327
|
+
activeColor?: string | undefined;
|
|
31097
31328
|
} & {
|
|
31098
31329
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
31099
31330
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -31133,8 +31364,8 @@ declare const VListGroup: {
|
|
|
31133
31364
|
class?: any;
|
|
31134
31365
|
prependIcon?: IconValue | undefined;
|
|
31135
31366
|
appendIcon?: IconValue | undefined;
|
|
31136
|
-
activeColor?: string | undefined;
|
|
31137
31367
|
baseColor?: string | undefined;
|
|
31368
|
+
activeColor?: string | undefined;
|
|
31138
31369
|
} & {
|
|
31139
31370
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
31140
31371
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -32790,6 +33021,7 @@ declare const VMenu: {
|
|
|
32790
33021
|
maxWidth?: string | number | undefined;
|
|
32791
33022
|
minHeight?: string | number | undefined;
|
|
32792
33023
|
minWidth?: string | number | undefined;
|
|
33024
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
32793
33025
|
class?: any;
|
|
32794
33026
|
$children?: vue.VNodeChild | {
|
|
32795
33027
|
default?: ((arg: {
|
|
@@ -32858,7 +33090,7 @@ declare const VMenu: {
|
|
|
32858
33090
|
[key: string]: any;
|
|
32859
33091
|
}>) => void)[] | undefined;
|
|
32860
33092
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
32861
|
-
activator?:
|
|
33093
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
32862
33094
|
"v-slot:activator"?: false | ((arg: {
|
|
32863
33095
|
isActive: boolean;
|
|
32864
33096
|
props: Record<string, any>;
|
|
@@ -32925,10 +33157,11 @@ declare const VMenu: {
|
|
|
32925
33157
|
maxWidth?: string | number | undefined;
|
|
32926
33158
|
minHeight?: string | number | undefined;
|
|
32927
33159
|
minWidth?: string | number | undefined;
|
|
33160
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
32928
33161
|
class?: any;
|
|
32929
33162
|
theme?: string | undefined;
|
|
32930
33163
|
contentClass?: any;
|
|
32931
|
-
activator?:
|
|
33164
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
32932
33165
|
openOnClick?: boolean | undefined;
|
|
32933
33166
|
openOnFocus?: boolean | undefined;
|
|
32934
33167
|
contentProps?: any;
|
|
@@ -33005,6 +33238,7 @@ declare const VMenu: {
|
|
|
33005
33238
|
maxWidth?: string | number | undefined;
|
|
33006
33239
|
minHeight?: string | number | undefined;
|
|
33007
33240
|
minWidth?: string | number | undefined;
|
|
33241
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33008
33242
|
class?: any;
|
|
33009
33243
|
onAfterLeave?: (() => any) | undefined;
|
|
33010
33244
|
$children?: vue.VNodeChild | {
|
|
@@ -33074,7 +33308,7 @@ declare const VMenu: {
|
|
|
33074
33308
|
[key: string]: any;
|
|
33075
33309
|
}>) => void)[] | undefined;
|
|
33076
33310
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33077
|
-
activator?:
|
|
33311
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33078
33312
|
"v-slot:activator"?: false | ((arg: {
|
|
33079
33313
|
isActive: boolean;
|
|
33080
33314
|
props: Record<string, any>;
|
|
@@ -33141,10 +33375,11 @@ declare const VMenu: {
|
|
|
33141
33375
|
maxWidth?: string | number | undefined;
|
|
33142
33376
|
minHeight?: string | number | undefined;
|
|
33143
33377
|
minWidth?: string | number | undefined;
|
|
33378
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33144
33379
|
class?: any;
|
|
33145
33380
|
theme?: string | undefined;
|
|
33146
33381
|
contentClass?: any;
|
|
33147
|
-
activator?:
|
|
33382
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33148
33383
|
closeDelay?: string | number | undefined;
|
|
33149
33384
|
openDelay?: string | number | undefined;
|
|
33150
33385
|
openOnClick?: boolean | undefined;
|
|
@@ -33186,6 +33421,7 @@ declare const VMenu: {
|
|
|
33186
33421
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
33187
33422
|
}, {
|
|
33188
33423
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
33424
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
33189
33425
|
animateClick: () => void;
|
|
33190
33426
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
33191
33427
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -33252,7 +33488,7 @@ declare const VMenu: {
|
|
|
33252
33488
|
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;
|
|
33253
33489
|
};
|
|
33254
33490
|
$forceUpdate: () => void;
|
|
33255
|
-
$nextTick: typeof
|
|
33491
|
+
$nextTick: typeof nextTick;
|
|
33256
33492
|
$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;
|
|
33257
33493
|
} & {
|
|
33258
33494
|
absolute: boolean;
|
|
@@ -33287,10 +33523,11 @@ declare const VMenu: {
|
|
|
33287
33523
|
maxWidth?: string | number | undefined;
|
|
33288
33524
|
minHeight?: string | number | undefined;
|
|
33289
33525
|
minWidth?: string | number | undefined;
|
|
33526
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33290
33527
|
class?: any;
|
|
33291
33528
|
theme?: string | undefined;
|
|
33292
33529
|
contentClass?: any;
|
|
33293
|
-
activator?:
|
|
33530
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33294
33531
|
closeDelay?: string | number | undefined;
|
|
33295
33532
|
openDelay?: string | number | undefined;
|
|
33296
33533
|
openOnClick?: boolean | undefined;
|
|
@@ -33332,12 +33569,13 @@ declare const VMenu: {
|
|
|
33332
33569
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
33333
33570
|
} & vue.ShallowUnwrapRef<{
|
|
33334
33571
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
33572
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
33335
33573
|
animateClick: () => void;
|
|
33336
33574
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
33337
33575
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
33338
33576
|
localTop: vue.ComputedRef<boolean>;
|
|
33339
33577
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
33340
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
33578
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
33341
33579
|
'update:modelValue': (value: boolean) => boolean;
|
|
33342
33580
|
}, string, {
|
|
33343
33581
|
location: Anchor;
|
|
@@ -33398,7 +33636,7 @@ declare const VMenu: {
|
|
|
33398
33636
|
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;
|
|
33399
33637
|
};
|
|
33400
33638
|
$forceUpdate: () => void;
|
|
33401
|
-
$nextTick: typeof
|
|
33639
|
+
$nextTick: typeof nextTick;
|
|
33402
33640
|
$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;
|
|
33403
33641
|
} & {
|
|
33404
33642
|
location: Anchor;
|
|
@@ -33436,10 +33674,11 @@ declare const VMenu: {
|
|
|
33436
33674
|
maxWidth?: string | number | undefined;
|
|
33437
33675
|
minHeight?: string | number | undefined;
|
|
33438
33676
|
minWidth?: string | number | undefined;
|
|
33677
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33439
33678
|
class?: any;
|
|
33440
33679
|
theme?: string | undefined;
|
|
33441
33680
|
contentClass?: any;
|
|
33442
|
-
activator?:
|
|
33681
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33443
33682
|
openOnClick?: boolean | undefined;
|
|
33444
33683
|
openOnFocus?: boolean | undefined;
|
|
33445
33684
|
contentProps?: any;
|
|
@@ -33516,6 +33755,7 @@ declare const VMenu: {
|
|
|
33516
33755
|
maxWidth?: string | number | undefined;
|
|
33517
33756
|
minHeight?: string | number | undefined;
|
|
33518
33757
|
minWidth?: string | number | undefined;
|
|
33758
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33519
33759
|
class?: any;
|
|
33520
33760
|
onAfterLeave?: (() => any) | undefined;
|
|
33521
33761
|
$children?: vue.VNodeChild | {
|
|
@@ -33585,7 +33825,7 @@ declare const VMenu: {
|
|
|
33585
33825
|
[key: string]: any;
|
|
33586
33826
|
}>) => void)[] | undefined;
|
|
33587
33827
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33588
|
-
activator?:
|
|
33828
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33589
33829
|
"v-slot:activator"?: false | ((arg: {
|
|
33590
33830
|
isActive: boolean;
|
|
33591
33831
|
props: Record<string, any>;
|
|
@@ -33652,10 +33892,11 @@ declare const VMenu: {
|
|
|
33652
33892
|
maxWidth?: string | number | undefined;
|
|
33653
33893
|
minHeight?: string | number | undefined;
|
|
33654
33894
|
minWidth?: string | number | undefined;
|
|
33895
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33655
33896
|
class?: any;
|
|
33656
33897
|
theme?: string | undefined;
|
|
33657
33898
|
contentClass?: any;
|
|
33658
|
-
activator?:
|
|
33899
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33659
33900
|
closeDelay?: string | number | undefined;
|
|
33660
33901
|
openDelay?: string | number | undefined;
|
|
33661
33902
|
openOnClick?: boolean | undefined;
|
|
@@ -33697,6 +33938,7 @@ declare const VMenu: {
|
|
|
33697
33938
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
33698
33939
|
}, {
|
|
33699
33940
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
33941
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
33700
33942
|
animateClick: () => void;
|
|
33701
33943
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
33702
33944
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -33763,7 +34005,7 @@ declare const VMenu: {
|
|
|
33763
34005
|
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;
|
|
33764
34006
|
};
|
|
33765
34007
|
$forceUpdate: () => void;
|
|
33766
|
-
$nextTick: typeof
|
|
34008
|
+
$nextTick: typeof nextTick;
|
|
33767
34009
|
$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;
|
|
33768
34010
|
} & {
|
|
33769
34011
|
absolute: boolean;
|
|
@@ -33798,10 +34040,11 @@ declare const VMenu: {
|
|
|
33798
34040
|
maxWidth?: string | number | undefined;
|
|
33799
34041
|
minHeight?: string | number | undefined;
|
|
33800
34042
|
minWidth?: string | number | undefined;
|
|
34043
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33801
34044
|
class?: any;
|
|
33802
34045
|
theme?: string | undefined;
|
|
33803
34046
|
contentClass?: any;
|
|
33804
|
-
activator?:
|
|
34047
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33805
34048
|
closeDelay?: string | number | undefined;
|
|
33806
34049
|
openDelay?: string | number | undefined;
|
|
33807
34050
|
openOnClick?: boolean | undefined;
|
|
@@ -33843,12 +34086,13 @@ declare const VMenu: {
|
|
|
33843
34086
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
33844
34087
|
} & vue.ShallowUnwrapRef<{
|
|
33845
34088
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
34089
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
33846
34090
|
animateClick: () => void;
|
|
33847
34091
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
33848
34092
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
33849
34093
|
localTop: vue.ComputedRef<boolean>;
|
|
33850
34094
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
33851
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
34095
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
33852
34096
|
__isFragment?: undefined;
|
|
33853
34097
|
__isTeleport?: undefined;
|
|
33854
34098
|
__isSuspense?: undefined;
|
|
@@ -33888,10 +34132,11 @@ declare const VMenu: {
|
|
|
33888
34132
|
maxWidth?: string | number | undefined;
|
|
33889
34133
|
minHeight?: string | number | undefined;
|
|
33890
34134
|
minWidth?: string | number | undefined;
|
|
34135
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33891
34136
|
class?: any;
|
|
33892
34137
|
theme?: string | undefined;
|
|
33893
34138
|
contentClass?: any;
|
|
33894
|
-
activator?:
|
|
34139
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33895
34140
|
openOnClick?: boolean | undefined;
|
|
33896
34141
|
openOnFocus?: boolean | undefined;
|
|
33897
34142
|
contentProps?: any;
|
|
@@ -33968,6 +34213,7 @@ declare const VMenu: {
|
|
|
33968
34213
|
maxWidth?: string | number | undefined;
|
|
33969
34214
|
minHeight?: string | number | undefined;
|
|
33970
34215
|
minWidth?: string | number | undefined;
|
|
34216
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33971
34217
|
class?: any;
|
|
33972
34218
|
onAfterLeave?: (() => any) | undefined;
|
|
33973
34219
|
$children?: vue.VNodeChild | {
|
|
@@ -34037,7 +34283,7 @@ declare const VMenu: {
|
|
|
34037
34283
|
[key: string]: any;
|
|
34038
34284
|
}>) => void)[] | undefined;
|
|
34039
34285
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
34040
|
-
activator?:
|
|
34286
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
34041
34287
|
"v-slot:activator"?: false | ((arg: {
|
|
34042
34288
|
isActive: boolean;
|
|
34043
34289
|
props: Record<string, any>;
|
|
@@ -34104,10 +34350,11 @@ declare const VMenu: {
|
|
|
34104
34350
|
maxWidth?: string | number | undefined;
|
|
34105
34351
|
minHeight?: string | number | undefined;
|
|
34106
34352
|
minWidth?: string | number | undefined;
|
|
34353
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
34107
34354
|
class?: any;
|
|
34108
34355
|
theme?: string | undefined;
|
|
34109
34356
|
contentClass?: any;
|
|
34110
|
-
activator?:
|
|
34357
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
34111
34358
|
closeDelay?: string | number | undefined;
|
|
34112
34359
|
openDelay?: string | number | undefined;
|
|
34113
34360
|
openOnClick?: boolean | undefined;
|
|
@@ -34149,6 +34396,7 @@ declare const VMenu: {
|
|
|
34149
34396
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
34150
34397
|
}, {
|
|
34151
34398
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
34399
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
34152
34400
|
animateClick: () => void;
|
|
34153
34401
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
34154
34402
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -34215,7 +34463,7 @@ declare const VMenu: {
|
|
|
34215
34463
|
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;
|
|
34216
34464
|
};
|
|
34217
34465
|
$forceUpdate: () => void;
|
|
34218
|
-
$nextTick: typeof
|
|
34466
|
+
$nextTick: typeof nextTick;
|
|
34219
34467
|
$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;
|
|
34220
34468
|
} & {
|
|
34221
34469
|
absolute: boolean;
|
|
@@ -34250,10 +34498,11 @@ declare const VMenu: {
|
|
|
34250
34498
|
maxWidth?: string | number | undefined;
|
|
34251
34499
|
minHeight?: string | number | undefined;
|
|
34252
34500
|
minWidth?: string | number | undefined;
|
|
34501
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
34253
34502
|
class?: any;
|
|
34254
34503
|
theme?: string | undefined;
|
|
34255
34504
|
contentClass?: any;
|
|
34256
|
-
activator?:
|
|
34505
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
34257
34506
|
closeDelay?: string | number | undefined;
|
|
34258
34507
|
openDelay?: string | number | undefined;
|
|
34259
34508
|
openOnClick?: boolean | undefined;
|
|
@@ -34295,12 +34544,13 @@ declare const VMenu: {
|
|
|
34295
34544
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
34296
34545
|
} & vue.ShallowUnwrapRef<{
|
|
34297
34546
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
34547
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
34298
34548
|
animateClick: () => void;
|
|
34299
34549
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
34300
34550
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
34301
34551
|
localTop: vue.ComputedRef<boolean>;
|
|
34302
34552
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
34303
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
34553
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
34304
34554
|
'update:modelValue': (value: boolean) => boolean;
|
|
34305
34555
|
}, string, {
|
|
34306
34556
|
location: Anchor;
|
|
@@ -34385,13 +34635,14 @@ declare const VMenu: {
|
|
|
34385
34635
|
type: vue.PropType<vue.StyleValue>;
|
|
34386
34636
|
default: null;
|
|
34387
34637
|
};
|
|
34638
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
34388
34639
|
eager: BooleanConstructor;
|
|
34389
34640
|
disabled: BooleanConstructor;
|
|
34390
34641
|
class: vue.PropType<any>;
|
|
34391
34642
|
theme: StringConstructor;
|
|
34392
34643
|
contentClass: null;
|
|
34393
34644
|
modelValue: BooleanConstructor;
|
|
34394
|
-
activator: vue.PropType<
|
|
34645
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
34395
34646
|
locationStrategy: Omit<{
|
|
34396
34647
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
34397
34648
|
updateLocation: (e: Event) => void;
|
|
@@ -34498,13 +34749,14 @@ declare const VMenu: {
|
|
|
34498
34749
|
type: vue.PropType<vue.StyleValue>;
|
|
34499
34750
|
default: null;
|
|
34500
34751
|
};
|
|
34752
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
34501
34753
|
eager: BooleanConstructor;
|
|
34502
34754
|
disabled: BooleanConstructor;
|
|
34503
34755
|
class: vue.PropType<any>;
|
|
34504
34756
|
theme: StringConstructor;
|
|
34505
34757
|
contentClass: null;
|
|
34506
34758
|
modelValue: BooleanConstructor;
|
|
34507
|
-
activator: vue.PropType<
|
|
34759
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
34508
34760
|
locationStrategy: Omit<{
|
|
34509
34761
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
34510
34762
|
updateLocation: (e: Event) => void;
|
|
@@ -34665,6 +34917,7 @@ declare const VNavigationDrawer: {
|
|
|
34665
34917
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
34666
34918
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
34667
34919
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
34920
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
34668
34921
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
|
34669
34922
|
};
|
|
34670
34923
|
$attrs: {
|
|
@@ -34719,6 +34972,7 @@ declare const VNavigationDrawer: {
|
|
|
34719
34972
|
elevation?: string | number | undefined;
|
|
34720
34973
|
theme?: string | undefined;
|
|
34721
34974
|
rounded?: string | number | boolean | undefined;
|
|
34975
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
34722
34976
|
} & {
|
|
34723
34977
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
34724
34978
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -34826,6 +35080,7 @@ declare const VNavigationDrawer: {
|
|
|
34826
35080
|
elevation?: string | number | undefined;
|
|
34827
35081
|
theme?: string | undefined;
|
|
34828
35082
|
rounded?: string | number | boolean | undefined;
|
|
35083
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
34829
35084
|
} & {
|
|
34830
35085
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
34831
35086
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -34881,6 +35136,7 @@ declare const VNavigationDrawer: {
|
|
|
34881
35136
|
elevation?: string | number | undefined;
|
|
34882
35137
|
theme?: string | undefined;
|
|
34883
35138
|
rounded?: string | number | boolean | undefined;
|
|
35139
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
34884
35140
|
} & {
|
|
34885
35141
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
34886
35142
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -34965,6 +35221,7 @@ declare const VNavigationDrawer: {
|
|
|
34965
35221
|
type: (StringConstructor | NumberConstructor)[];
|
|
34966
35222
|
validator(v: any): boolean;
|
|
34967
35223
|
};
|
|
35224
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
34968
35225
|
class: PropType<any>;
|
|
34969
35226
|
style: {
|
|
34970
35227
|
type: PropType<vue.StyleValue>;
|
|
@@ -35031,6 +35288,7 @@ declare const VNavigationDrawer: {
|
|
|
35031
35288
|
type: (StringConstructor | NumberConstructor)[];
|
|
35032
35289
|
validator(v: any): boolean;
|
|
35033
35290
|
};
|
|
35291
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
35034
35292
|
class: PropType<any>;
|
|
35035
35293
|
style: {
|
|
35036
35294
|
type: PropType<vue.StyleValue>;
|
|
@@ -35119,6 +35377,7 @@ declare const VOverlay: {
|
|
|
35119
35377
|
maxWidth?: string | number | undefined;
|
|
35120
35378
|
minHeight?: string | number | undefined;
|
|
35121
35379
|
minWidth?: string | number | undefined;
|
|
35380
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
35122
35381
|
class?: any;
|
|
35123
35382
|
onAfterLeave?: (() => any) | undefined;
|
|
35124
35383
|
$children?: vue.VNodeChild | {
|
|
@@ -35188,7 +35447,7 @@ declare const VOverlay: {
|
|
|
35188
35447
|
[key: string]: any;
|
|
35189
35448
|
}>) => void)[] | undefined;
|
|
35190
35449
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
35191
|
-
activator?:
|
|
35450
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
35192
35451
|
"v-slot:activator"?: false | ((arg: {
|
|
35193
35452
|
isActive: boolean;
|
|
35194
35453
|
props: Record<string, any>;
|
|
@@ -35255,10 +35514,11 @@ declare const VOverlay: {
|
|
|
35255
35514
|
maxWidth?: string | number | undefined;
|
|
35256
35515
|
minHeight?: string | number | undefined;
|
|
35257
35516
|
minWidth?: string | number | undefined;
|
|
35517
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
35258
35518
|
class?: any;
|
|
35259
35519
|
theme?: string | undefined;
|
|
35260
35520
|
contentClass?: any;
|
|
35261
|
-
activator?:
|
|
35521
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
35262
35522
|
closeDelay?: string | number | undefined;
|
|
35263
35523
|
openDelay?: string | number | undefined;
|
|
35264
35524
|
openOnClick?: boolean | undefined;
|
|
@@ -35300,6 +35560,7 @@ declare const VOverlay: {
|
|
|
35300
35560
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
35301
35561
|
}, {
|
|
35302
35562
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
35563
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
35303
35564
|
animateClick: () => void;
|
|
35304
35565
|
contentEl: Ref<HTMLElement | undefined>;
|
|
35305
35566
|
globalTop: Readonly<Ref<boolean>>;
|
|
@@ -35401,10 +35662,11 @@ declare const VOverlay: {
|
|
|
35401
35662
|
maxWidth?: string | number | undefined;
|
|
35402
35663
|
minHeight?: string | number | undefined;
|
|
35403
35664
|
minWidth?: string | number | undefined;
|
|
35665
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
35404
35666
|
class?: any;
|
|
35405
35667
|
theme?: string | undefined;
|
|
35406
35668
|
contentClass?: any;
|
|
35407
|
-
activator?:
|
|
35669
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
35408
35670
|
closeDelay?: string | number | undefined;
|
|
35409
35671
|
openDelay?: string | number | undefined;
|
|
35410
35672
|
openOnClick?: boolean | undefined;
|
|
@@ -35446,6 +35708,7 @@ declare const VOverlay: {
|
|
|
35446
35708
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
35447
35709
|
} & vue.ShallowUnwrapRef<{
|
|
35448
35710
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
35711
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
35449
35712
|
animateClick: () => void;
|
|
35450
35713
|
contentEl: Ref<HTMLElement | undefined>;
|
|
35451
35714
|
globalTop: Readonly<Ref<boolean>>;
|
|
@@ -35488,10 +35751,11 @@ declare const VOverlay: {
|
|
|
35488
35751
|
maxWidth?: string | number | undefined;
|
|
35489
35752
|
minHeight?: string | number | undefined;
|
|
35490
35753
|
minWidth?: string | number | undefined;
|
|
35754
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
35491
35755
|
class?: any;
|
|
35492
35756
|
theme?: string | undefined;
|
|
35493
35757
|
contentClass?: any;
|
|
35494
|
-
activator?:
|
|
35758
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
35495
35759
|
closeDelay?: string | number | undefined;
|
|
35496
35760
|
openDelay?: string | number | undefined;
|
|
35497
35761
|
openOnClick?: boolean | undefined;
|
|
@@ -35533,6 +35797,7 @@ declare const VOverlay: {
|
|
|
35533
35797
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
35534
35798
|
}, {
|
|
35535
35799
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
35800
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
35536
35801
|
animateClick: () => void;
|
|
35537
35802
|
contentEl: Ref<HTMLElement | undefined>;
|
|
35538
35803
|
globalTop: Readonly<Ref<boolean>>;
|
|
@@ -35625,7 +35890,8 @@ declare const VOverlay: {
|
|
|
35625
35890
|
};
|
|
35626
35891
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
35627
35892
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
35628
|
-
|
|
35893
|
+
target: PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
35894
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
35629
35895
|
activatorProps: {
|
|
35630
35896
|
type: PropType<Record<string, any>>;
|
|
35631
35897
|
default: () => {};
|
|
@@ -35706,7 +35972,8 @@ declare const VOverlay: {
|
|
|
35706
35972
|
};
|
|
35707
35973
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
35708
35974
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
35709
|
-
|
|
35975
|
+
target: PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
35976
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
35710
35977
|
activatorProps: {
|
|
35711
35978
|
type: PropType<Record<string, any>>;
|
|
35712
35979
|
default: () => {};
|
|
@@ -37442,6 +37709,7 @@ declare const VRadio: {
|
|
|
37442
37709
|
}>) => void)[] | undefined;
|
|
37443
37710
|
modelValue?: any;
|
|
37444
37711
|
defaultsTarget?: string | undefined;
|
|
37712
|
+
baseColor?: string | undefined;
|
|
37445
37713
|
trueValue?: any;
|
|
37446
37714
|
falseValue?: any;
|
|
37447
37715
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
@@ -37497,6 +37765,7 @@ declare const VRadio: {
|
|
|
37497
37765
|
theme?: string | undefined;
|
|
37498
37766
|
modelValue?: any;
|
|
37499
37767
|
defaultsTarget?: string | undefined;
|
|
37768
|
+
baseColor?: string | undefined;
|
|
37500
37769
|
trueValue?: any;
|
|
37501
37770
|
falseValue?: any;
|
|
37502
37771
|
} & {
|
|
@@ -37591,6 +37860,7 @@ declare const VRadio: {
|
|
|
37591
37860
|
theme?: string | undefined;
|
|
37592
37861
|
modelValue?: any;
|
|
37593
37862
|
defaultsTarget?: string | undefined;
|
|
37863
|
+
baseColor?: string | undefined;
|
|
37594
37864
|
trueValue?: any;
|
|
37595
37865
|
falseValue?: any;
|
|
37596
37866
|
} & {
|
|
@@ -37644,6 +37914,7 @@ declare const VRadio: {
|
|
|
37644
37914
|
theme?: string | undefined;
|
|
37645
37915
|
modelValue?: any;
|
|
37646
37916
|
defaultsTarget?: string | undefined;
|
|
37917
|
+
baseColor?: string | undefined;
|
|
37647
37918
|
trueValue?: any;
|
|
37648
37919
|
falseValue?: any;
|
|
37649
37920
|
} & {
|
|
@@ -37741,6 +38012,7 @@ declare const VRadio: {
|
|
|
37741
38012
|
default: typeof deepEqual;
|
|
37742
38013
|
};
|
|
37743
38014
|
label: StringConstructor;
|
|
38015
|
+
baseColor: StringConstructor;
|
|
37744
38016
|
trueValue: null;
|
|
37745
38017
|
falseValue: null;
|
|
37746
38018
|
value: null;
|
|
@@ -37790,6 +38062,7 @@ declare const VRadio: {
|
|
|
37790
38062
|
default: typeof deepEqual;
|
|
37791
38063
|
};
|
|
37792
38064
|
label: StringConstructor;
|
|
38065
|
+
baseColor: StringConstructor;
|
|
37793
38066
|
trueValue: null;
|
|
37794
38067
|
falseValue: null;
|
|
37795
38068
|
value: null;
|
|
@@ -38476,6 +38749,12 @@ declare const VRadioGroup: {
|
|
|
38476
38749
|
}>>;
|
|
38477
38750
|
type VRadioGroup = InstanceType<typeof VRadioGroup>;
|
|
38478
38751
|
|
|
38752
|
+
type Tick = {
|
|
38753
|
+
value: number;
|
|
38754
|
+
position: number;
|
|
38755
|
+
label?: string;
|
|
38756
|
+
};
|
|
38757
|
+
|
|
38479
38758
|
declare const VRangeSlider: {
|
|
38480
38759
|
new (...args: any[]): {
|
|
38481
38760
|
$: vue.ComponentInternalInstance;
|
|
@@ -38496,6 +38775,7 @@ declare const VRangeSlider: {
|
|
|
38496
38775
|
rounded?: string | number | boolean | undefined;
|
|
38497
38776
|
density?: Density | undefined;
|
|
38498
38777
|
modelValue?: readonly (string | number)[] | undefined;
|
|
38778
|
+
ripple?: boolean | undefined;
|
|
38499
38779
|
focused?: boolean | undefined;
|
|
38500
38780
|
errorMessages?: string | readonly string[] | undefined;
|
|
38501
38781
|
maxErrors?: string | number | undefined;
|
|
@@ -38519,9 +38799,14 @@ declare const VRangeSlider: {
|
|
|
38519
38799
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38520
38800
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38521
38801
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38802
|
+
'thumb-label'?: ((arg: {
|
|
38803
|
+
modelValue: number;
|
|
38804
|
+
}) => vue.VNodeChild) | undefined;
|
|
38805
|
+
'tick-label'?: ((arg: {
|
|
38806
|
+
tick: Tick;
|
|
38807
|
+
index: number;
|
|
38808
|
+
}) => vue.VNodeChild) | undefined;
|
|
38522
38809
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38523
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
38524
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
38525
38810
|
};
|
|
38526
38811
|
ref?: vue.VNodeRef | undefined;
|
|
38527
38812
|
ref_for?: boolean | undefined;
|
|
@@ -38533,9 +38818,14 @@ declare const VRangeSlider: {
|
|
|
38533
38818
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38534
38819
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38535
38820
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38821
|
+
'thumb-label'?: false | ((arg: {
|
|
38822
|
+
modelValue: number;
|
|
38823
|
+
}) => vue.VNodeChild) | undefined;
|
|
38824
|
+
'tick-label'?: false | ((arg: {
|
|
38825
|
+
tick: Tick;
|
|
38826
|
+
index: number;
|
|
38827
|
+
}) => vue.VNodeChild) | undefined;
|
|
38536
38828
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38537
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38538
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38539
38829
|
} | undefined;
|
|
38540
38830
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38541
38831
|
[key: string]: any;
|
|
@@ -38590,12 +38880,17 @@ declare const VRangeSlider: {
|
|
|
38590
38880
|
hint?: string | undefined;
|
|
38591
38881
|
hideDetails?: boolean | "auto" | undefined;
|
|
38592
38882
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38593
|
-
"v-slot:tick-label"?: false | ((
|
|
38883
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
38884
|
+
tick: Tick;
|
|
38885
|
+
index: number;
|
|
38886
|
+
}) => vue.VNodeChild) | undefined;
|
|
38594
38887
|
trackColor?: string | undefined;
|
|
38595
38888
|
trackFillColor?: string | undefined;
|
|
38596
38889
|
thumbColor?: string | undefined;
|
|
38597
38890
|
ticks?: readonly number[] | Record<number, string> | undefined;
|
|
38598
|
-
"v-slot:thumb-label"?: false | ((
|
|
38891
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
38892
|
+
modelValue: number;
|
|
38893
|
+
}) => vue.VNodeChild) | undefined;
|
|
38599
38894
|
onEnd?: ((value: [number, number]) => any) | undefined;
|
|
38600
38895
|
onStart?: ((value: [number, number]) => any) | undefined;
|
|
38601
38896
|
};
|
|
@@ -38621,13 +38916,18 @@ declare const VRangeSlider: {
|
|
|
38621
38916
|
message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38622
38917
|
[key: string]: any;
|
|
38623
38918
|
}>[]) | undefined;
|
|
38624
|
-
label?: ((arg:
|
|
38919
|
+
'thumb-label'?: ((arg: {
|
|
38920
|
+
modelValue: number;
|
|
38921
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38625
38922
|
[key: string]: any;
|
|
38626
38923
|
}>[]) | undefined;
|
|
38627
|
-
'tick-label'?: ((
|
|
38924
|
+
'tick-label'?: ((arg: {
|
|
38925
|
+
tick: Tick;
|
|
38926
|
+
index: number;
|
|
38927
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38628
38928
|
[key: string]: any;
|
|
38629
38929
|
}>[]) | undefined;
|
|
38630
|
-
|
|
38930
|
+
label?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38631
38931
|
[key: string]: any;
|
|
38632
38932
|
}>[]) | undefined;
|
|
38633
38933
|
}>;
|
|
@@ -38650,6 +38950,7 @@ declare const VRangeSlider: {
|
|
|
38650
38950
|
messages: string | readonly string[];
|
|
38651
38951
|
density: Density;
|
|
38652
38952
|
modelValue: readonly (string | number)[];
|
|
38953
|
+
ripple: boolean;
|
|
38653
38954
|
focused: boolean;
|
|
38654
38955
|
errorMessages: string | readonly string[];
|
|
38655
38956
|
maxErrors: string | number;
|
|
@@ -38688,9 +38989,14 @@ declare const VRangeSlider: {
|
|
|
38688
38989
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38689
38990
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38690
38991
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
38992
|
+
'thumb-label'?: ((arg: {
|
|
38993
|
+
modelValue: number;
|
|
38994
|
+
}) => vue.VNodeChild) | undefined;
|
|
38995
|
+
'tick-label'?: ((arg: {
|
|
38996
|
+
tick: Tick;
|
|
38997
|
+
index: number;
|
|
38998
|
+
}) => vue.VNodeChild) | undefined;
|
|
38691
38999
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38692
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
38693
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
38694
39000
|
};
|
|
38695
39001
|
'v-slots'?: {
|
|
38696
39002
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -38698,9 +39004,14 @@ declare const VRangeSlider: {
|
|
|
38698
39004
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38699
39005
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38700
39006
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39007
|
+
'thumb-label'?: false | ((arg: {
|
|
39008
|
+
modelValue: number;
|
|
39009
|
+
}) => vue.VNodeChild) | undefined;
|
|
39010
|
+
'tick-label'?: false | ((arg: {
|
|
39011
|
+
tick: Tick;
|
|
39012
|
+
index: number;
|
|
39013
|
+
}) => vue.VNodeChild) | undefined;
|
|
38701
39014
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38702
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38703
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38704
39015
|
} | undefined;
|
|
38705
39016
|
} & {
|
|
38706
39017
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -38708,9 +39019,14 @@ declare const VRangeSlider: {
|
|
|
38708
39019
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38709
39020
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38710
39021
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39022
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39023
|
+
modelValue: number;
|
|
39024
|
+
}) => vue.VNodeChild) | undefined;
|
|
39025
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39026
|
+
tick: Tick;
|
|
39027
|
+
index: number;
|
|
39028
|
+
}) => vue.VNodeChild) | undefined;
|
|
38711
39029
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38712
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
38713
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
38714
39030
|
} & {
|
|
38715
39031
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
38716
39032
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -38737,6 +39053,7 @@ declare const VRangeSlider: {
|
|
|
38737
39053
|
rounded: string | number | boolean;
|
|
38738
39054
|
density: Density;
|
|
38739
39055
|
modelValue: readonly (string | number)[];
|
|
39056
|
+
ripple: boolean;
|
|
38740
39057
|
focused: boolean;
|
|
38741
39058
|
errorMessages: string | readonly string[];
|
|
38742
39059
|
maxErrors: string | number;
|
|
@@ -38764,13 +39081,18 @@ declare const VRangeSlider: {
|
|
|
38764
39081
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38765
39082
|
[key: string]: any;
|
|
38766
39083
|
}>[];
|
|
38767
|
-
label: (arg:
|
|
39084
|
+
'thumb-label': (arg: {
|
|
39085
|
+
modelValue: number;
|
|
39086
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38768
39087
|
[key: string]: any;
|
|
38769
39088
|
}>[];
|
|
38770
|
-
'tick-label': (
|
|
39089
|
+
'tick-label': (arg: {
|
|
39090
|
+
tick: Tick;
|
|
39091
|
+
index: number;
|
|
39092
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38771
39093
|
[key: string]: any;
|
|
38772
39094
|
}>[];
|
|
38773
|
-
|
|
39095
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38774
39096
|
[key: string]: any;
|
|
38775
39097
|
}>[];
|
|
38776
39098
|
}>>> & {
|
|
@@ -38808,6 +39130,7 @@ declare const VRangeSlider: {
|
|
|
38808
39130
|
messages: string | readonly string[];
|
|
38809
39131
|
density: Density;
|
|
38810
39132
|
modelValue: readonly (string | number)[];
|
|
39133
|
+
ripple: boolean;
|
|
38811
39134
|
focused: boolean;
|
|
38812
39135
|
errorMessages: string | readonly string[];
|
|
38813
39136
|
maxErrors: string | number;
|
|
@@ -38846,9 +39169,14 @@ declare const VRangeSlider: {
|
|
|
38846
39169
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38847
39170
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38848
39171
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39172
|
+
'thumb-label'?: ((arg: {
|
|
39173
|
+
modelValue: number;
|
|
39174
|
+
}) => vue.VNodeChild) | undefined;
|
|
39175
|
+
'tick-label'?: ((arg: {
|
|
39176
|
+
tick: Tick;
|
|
39177
|
+
index: number;
|
|
39178
|
+
}) => vue.VNodeChild) | undefined;
|
|
38849
39179
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38850
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
38851
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
38852
39180
|
};
|
|
38853
39181
|
'v-slots'?: {
|
|
38854
39182
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -38856,9 +39184,14 @@ declare const VRangeSlider: {
|
|
|
38856
39184
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38857
39185
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38858
39186
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39187
|
+
'thumb-label'?: false | ((arg: {
|
|
39188
|
+
modelValue: number;
|
|
39189
|
+
}) => vue.VNodeChild) | undefined;
|
|
39190
|
+
'tick-label'?: false | ((arg: {
|
|
39191
|
+
tick: Tick;
|
|
39192
|
+
index: number;
|
|
39193
|
+
}) => vue.VNodeChild) | undefined;
|
|
38859
39194
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38860
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38861
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38862
39195
|
} | undefined;
|
|
38863
39196
|
} & {
|
|
38864
39197
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -38866,9 +39199,14 @@ declare const VRangeSlider: {
|
|
|
38866
39199
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38867
39200
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38868
39201
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39202
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39203
|
+
modelValue: number;
|
|
39204
|
+
}) => vue.VNodeChild) | undefined;
|
|
39205
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39206
|
+
tick: Tick;
|
|
39207
|
+
index: number;
|
|
39208
|
+
}) => vue.VNodeChild) | undefined;
|
|
38869
39209
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38870
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
38871
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
38872
39210
|
} & {
|
|
38873
39211
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
38874
39212
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -38893,6 +39231,7 @@ declare const VRangeSlider: {
|
|
|
38893
39231
|
messages: string | readonly string[];
|
|
38894
39232
|
density: Density;
|
|
38895
39233
|
modelValue: readonly (string | number)[];
|
|
39234
|
+
ripple: boolean;
|
|
38896
39235
|
focused: boolean;
|
|
38897
39236
|
errorMessages: string | readonly string[];
|
|
38898
39237
|
maxErrors: string | number;
|
|
@@ -38931,9 +39270,14 @@ declare const VRangeSlider: {
|
|
|
38931
39270
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38932
39271
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38933
39272
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39273
|
+
'thumb-label'?: ((arg: {
|
|
39274
|
+
modelValue: number;
|
|
39275
|
+
}) => vue.VNodeChild) | undefined;
|
|
39276
|
+
'tick-label'?: ((arg: {
|
|
39277
|
+
tick: Tick;
|
|
39278
|
+
index: number;
|
|
39279
|
+
}) => vue.VNodeChild) | undefined;
|
|
38934
39280
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38935
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
38936
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
38937
39281
|
};
|
|
38938
39282
|
'v-slots'?: {
|
|
38939
39283
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -38941,9 +39285,14 @@ declare const VRangeSlider: {
|
|
|
38941
39285
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38942
39286
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38943
39287
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39288
|
+
'thumb-label'?: false | ((arg: {
|
|
39289
|
+
modelValue: number;
|
|
39290
|
+
}) => vue.VNodeChild) | undefined;
|
|
39291
|
+
'tick-label'?: false | ((arg: {
|
|
39292
|
+
tick: Tick;
|
|
39293
|
+
index: number;
|
|
39294
|
+
}) => vue.VNodeChild) | undefined;
|
|
38944
39295
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38945
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38946
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38947
39296
|
} | undefined;
|
|
38948
39297
|
} & {
|
|
38949
39298
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -38951,9 +39300,14 @@ declare const VRangeSlider: {
|
|
|
38951
39300
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38952
39301
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38953
39302
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39303
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39304
|
+
modelValue: number;
|
|
39305
|
+
}) => vue.VNodeChild) | undefined;
|
|
39306
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39307
|
+
tick: Tick;
|
|
39308
|
+
index: number;
|
|
39309
|
+
}) => vue.VNodeChild) | undefined;
|
|
38954
39310
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38955
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
38956
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
38957
39311
|
} & {
|
|
38958
39312
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
38959
39313
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -38980,6 +39334,7 @@ declare const VRangeSlider: {
|
|
|
38980
39334
|
rounded: string | number | boolean;
|
|
38981
39335
|
density: Density;
|
|
38982
39336
|
modelValue: readonly (string | number)[];
|
|
39337
|
+
ripple: boolean;
|
|
38983
39338
|
focused: boolean;
|
|
38984
39339
|
errorMessages: string | readonly string[];
|
|
38985
39340
|
maxErrors: string | number;
|
|
@@ -39007,13 +39362,18 @@ declare const VRangeSlider: {
|
|
|
39007
39362
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39008
39363
|
[key: string]: any;
|
|
39009
39364
|
}>[];
|
|
39010
|
-
label: (arg:
|
|
39365
|
+
'thumb-label': (arg: {
|
|
39366
|
+
modelValue: number;
|
|
39367
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39011
39368
|
[key: string]: any;
|
|
39012
39369
|
}>[];
|
|
39013
|
-
'tick-label': (
|
|
39370
|
+
'tick-label': (arg: {
|
|
39371
|
+
tick: Tick;
|
|
39372
|
+
index: number;
|
|
39373
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39014
39374
|
[key: string]: any;
|
|
39015
39375
|
}>[];
|
|
39016
|
-
|
|
39376
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39017
39377
|
[key: string]: any;
|
|
39018
39378
|
}>[];
|
|
39019
39379
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -39022,6 +39382,10 @@ declare const VRangeSlider: {
|
|
|
39022
39382
|
type: PropType<readonly (string | number)[]>;
|
|
39023
39383
|
default: () => number[];
|
|
39024
39384
|
};
|
|
39385
|
+
ripple: {
|
|
39386
|
+
type: BooleanConstructor;
|
|
39387
|
+
default: boolean;
|
|
39388
|
+
};
|
|
39025
39389
|
elevation: Omit<{
|
|
39026
39390
|
type: (StringConstructor | NumberConstructor)[];
|
|
39027
39391
|
validator(v: any): boolean;
|
|
@@ -39139,6 +39503,10 @@ declare const VRangeSlider: {
|
|
|
39139
39503
|
type: PropType<readonly (string | number)[]>;
|
|
39140
39504
|
default: () => number[];
|
|
39141
39505
|
};
|
|
39506
|
+
ripple: {
|
|
39507
|
+
type: BooleanConstructor;
|
|
39508
|
+
default: boolean;
|
|
39509
|
+
};
|
|
39142
39510
|
elevation: Omit<{
|
|
39143
39511
|
type: (StringConstructor | NumberConstructor)[];
|
|
39144
39512
|
validator(v: any): boolean;
|
|
@@ -39930,6 +40298,7 @@ declare const VSelect: {
|
|
|
39930
40298
|
} | undefined;
|
|
39931
40299
|
menu?: boolean | undefined;
|
|
39932
40300
|
style?: vue.StyleValue | undefined;
|
|
40301
|
+
role?: string | undefined;
|
|
39933
40302
|
autofocus?: boolean | undefined;
|
|
39934
40303
|
eager?: boolean | undefined;
|
|
39935
40304
|
disabled?: boolean | undefined;
|
|
@@ -39958,6 +40327,8 @@ declare const VSelect: {
|
|
|
39958
40327
|
persistentCounter?: boolean | undefined;
|
|
39959
40328
|
chips?: boolean | undefined;
|
|
39960
40329
|
closableChips?: boolean | undefined;
|
|
40330
|
+
closeText?: string | undefined;
|
|
40331
|
+
openText?: string | undefined;
|
|
39961
40332
|
hideNoData?: boolean | undefined;
|
|
39962
40333
|
hideSelected?: boolean | undefined;
|
|
39963
40334
|
menuIcon?: IconValue | undefined;
|
|
@@ -40018,6 +40389,7 @@ declare const VSelect: {
|
|
|
40018
40389
|
bgColor?: string | undefined;
|
|
40019
40390
|
prependIcon?: IconValue | undefined;
|
|
40020
40391
|
appendIcon?: IconValue | undefined;
|
|
40392
|
+
baseColor?: string | undefined;
|
|
40021
40393
|
prependInnerIcon?: IconValue | undefined;
|
|
40022
40394
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
40023
40395
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -40028,7 +40400,6 @@ declare const VSelect: {
|
|
|
40028
40400
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
40029
40401
|
hint?: string | undefined;
|
|
40030
40402
|
hideDetails?: boolean | "auto" | undefined;
|
|
40031
|
-
baseColor?: string | undefined;
|
|
40032
40403
|
suffix?: string | undefined;
|
|
40033
40404
|
counterValue?: ((value: any) => number) | undefined;
|
|
40034
40405
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -40070,6 +40441,7 @@ declare const VSelect: {
|
|
|
40070
40441
|
maxWidth?: string | number | undefined;
|
|
40071
40442
|
minHeight?: string | number | undefined;
|
|
40072
40443
|
minWidth?: string | number | undefined;
|
|
40444
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
40073
40445
|
class?: any;
|
|
40074
40446
|
$children?: vue.VNodeChild | {
|
|
40075
40447
|
default?: ((arg: {
|
|
@@ -40138,7 +40510,7 @@ declare const VSelect: {
|
|
|
40138
40510
|
[key: string]: any;
|
|
40139
40511
|
}>) => void)[] | undefined;
|
|
40140
40512
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40141
|
-
activator?:
|
|
40513
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
40142
40514
|
"v-slot:activator"?: false | ((arg: {
|
|
40143
40515
|
isActive: boolean;
|
|
40144
40516
|
props: Record<string, any>;
|
|
@@ -40234,6 +40606,7 @@ declare const VSelect: {
|
|
|
40234
40606
|
};
|
|
40235
40607
|
menu: boolean;
|
|
40236
40608
|
style: vue.StyleValue;
|
|
40609
|
+
role: string;
|
|
40237
40610
|
autofocus: boolean;
|
|
40238
40611
|
eager: boolean;
|
|
40239
40612
|
disabled: boolean;
|
|
@@ -40260,6 +40633,8 @@ declare const VSelect: {
|
|
|
40260
40633
|
persistentCounter: boolean;
|
|
40261
40634
|
chips: boolean;
|
|
40262
40635
|
closableChips: boolean;
|
|
40636
|
+
closeText: string;
|
|
40637
|
+
openText: string;
|
|
40263
40638
|
hideNoData: boolean;
|
|
40264
40639
|
hideSelected: boolean;
|
|
40265
40640
|
menuIcon: IconValue;
|
|
@@ -40279,6 +40654,7 @@ declare const VSelect: {
|
|
|
40279
40654
|
bgColor?: string | undefined;
|
|
40280
40655
|
prependIcon?: IconValue | undefined;
|
|
40281
40656
|
appendIcon?: IconValue | undefined;
|
|
40657
|
+
baseColor?: string | undefined;
|
|
40282
40658
|
prependInnerIcon?: IconValue | undefined;
|
|
40283
40659
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
40284
40660
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -40290,7 +40666,6 @@ declare const VSelect: {
|
|
|
40290
40666
|
centerAffix?: boolean | undefined;
|
|
40291
40667
|
hint?: string | undefined;
|
|
40292
40668
|
hideDetails?: boolean | "auto" | undefined;
|
|
40293
|
-
baseColor?: string | undefined;
|
|
40294
40669
|
suffix?: string | undefined;
|
|
40295
40670
|
counterValue?: ((value: any) => number) | undefined;
|
|
40296
40671
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -40332,6 +40707,7 @@ declare const VSelect: {
|
|
|
40332
40707
|
maxWidth?: string | number | undefined;
|
|
40333
40708
|
minHeight?: string | number | undefined;
|
|
40334
40709
|
minWidth?: string | number | undefined;
|
|
40710
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
40335
40711
|
class?: any;
|
|
40336
40712
|
$children?: vue.VNodeChild | {
|
|
40337
40713
|
default?: ((arg: {
|
|
@@ -40400,7 +40776,7 @@ declare const VSelect: {
|
|
|
40400
40776
|
[key: string]: any;
|
|
40401
40777
|
}>) => void)[] | undefined;
|
|
40402
40778
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40403
|
-
activator?:
|
|
40779
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
40404
40780
|
"v-slot:activator"?: false | ((arg: {
|
|
40405
40781
|
isActive: boolean;
|
|
40406
40782
|
props: Record<string, any>;
|
|
@@ -40431,6 +40807,7 @@ declare const VSelect: {
|
|
|
40431
40807
|
};
|
|
40432
40808
|
menu: boolean;
|
|
40433
40809
|
style: vue.StyleValue;
|
|
40810
|
+
role: string;
|
|
40434
40811
|
autofocus: boolean;
|
|
40435
40812
|
eager: boolean;
|
|
40436
40813
|
disabled: boolean;
|
|
@@ -40459,6 +40836,8 @@ declare const VSelect: {
|
|
|
40459
40836
|
persistentCounter: boolean;
|
|
40460
40837
|
chips: boolean;
|
|
40461
40838
|
closableChips: boolean;
|
|
40839
|
+
closeText: string;
|
|
40840
|
+
openText: string;
|
|
40462
40841
|
hideNoData: boolean;
|
|
40463
40842
|
hideSelected: boolean;
|
|
40464
40843
|
menuIcon: IconValue;
|
|
@@ -40557,6 +40936,7 @@ declare const VSelect: {
|
|
|
40557
40936
|
};
|
|
40558
40937
|
menu: boolean;
|
|
40559
40938
|
style: vue.StyleValue;
|
|
40939
|
+
role: string;
|
|
40560
40940
|
autofocus: boolean;
|
|
40561
40941
|
eager: boolean;
|
|
40562
40942
|
disabled: boolean;
|
|
@@ -40583,6 +40963,8 @@ declare const VSelect: {
|
|
|
40583
40963
|
persistentCounter: boolean;
|
|
40584
40964
|
chips: boolean;
|
|
40585
40965
|
closableChips: boolean;
|
|
40966
|
+
closeText: string;
|
|
40967
|
+
openText: string;
|
|
40586
40968
|
hideNoData: boolean;
|
|
40587
40969
|
hideSelected: boolean;
|
|
40588
40970
|
menuIcon: IconValue;
|
|
@@ -40602,6 +40984,7 @@ declare const VSelect: {
|
|
|
40602
40984
|
bgColor?: string | undefined;
|
|
40603
40985
|
prependIcon?: IconValue | undefined;
|
|
40604
40986
|
appendIcon?: IconValue | undefined;
|
|
40987
|
+
baseColor?: string | undefined;
|
|
40605
40988
|
prependInnerIcon?: IconValue | undefined;
|
|
40606
40989
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
40607
40990
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -40613,7 +40996,6 @@ declare const VSelect: {
|
|
|
40613
40996
|
centerAffix?: boolean | undefined;
|
|
40614
40997
|
hint?: string | undefined;
|
|
40615
40998
|
hideDetails?: boolean | "auto" | undefined;
|
|
40616
|
-
baseColor?: string | undefined;
|
|
40617
40999
|
suffix?: string | undefined;
|
|
40618
41000
|
counterValue?: ((value: any) => number) | undefined;
|
|
40619
41001
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -40655,6 +41037,7 @@ declare const VSelect: {
|
|
|
40655
41037
|
maxWidth?: string | number | undefined;
|
|
40656
41038
|
minHeight?: string | number | undefined;
|
|
40657
41039
|
minWidth?: string | number | undefined;
|
|
41040
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
40658
41041
|
class?: any;
|
|
40659
41042
|
$children?: vue.VNodeChild | {
|
|
40660
41043
|
default?: ((arg: {
|
|
@@ -40723,7 +41106,7 @@ declare const VSelect: {
|
|
|
40723
41106
|
[key: string]: any;
|
|
40724
41107
|
}>) => void)[] | undefined;
|
|
40725
41108
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40726
|
-
activator?:
|
|
41109
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
40727
41110
|
"v-slot:activator"?: false | ((arg: {
|
|
40728
41111
|
isActive: boolean;
|
|
40729
41112
|
props: Record<string, any>;
|
|
@@ -40754,6 +41137,7 @@ declare const VSelect: {
|
|
|
40754
41137
|
};
|
|
40755
41138
|
menu: boolean;
|
|
40756
41139
|
style: vue.StyleValue;
|
|
41140
|
+
role: string;
|
|
40757
41141
|
autofocus: boolean;
|
|
40758
41142
|
eager: boolean;
|
|
40759
41143
|
disabled: boolean;
|
|
@@ -40780,6 +41164,8 @@ declare const VSelect: {
|
|
|
40780
41164
|
persistentCounter: boolean;
|
|
40781
41165
|
chips: boolean;
|
|
40782
41166
|
closableChips: boolean;
|
|
41167
|
+
closeText: string;
|
|
41168
|
+
openText: string;
|
|
40783
41169
|
hideNoData: boolean;
|
|
40784
41170
|
hideSelected: boolean;
|
|
40785
41171
|
menuIcon: IconValue;
|
|
@@ -40799,6 +41185,7 @@ declare const VSelect: {
|
|
|
40799
41185
|
bgColor?: string | undefined;
|
|
40800
41186
|
prependIcon?: IconValue | undefined;
|
|
40801
41187
|
appendIcon?: IconValue | undefined;
|
|
41188
|
+
baseColor?: string | undefined;
|
|
40802
41189
|
prependInnerIcon?: IconValue | undefined;
|
|
40803
41190
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
40804
41191
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -40810,7 +41197,6 @@ declare const VSelect: {
|
|
|
40810
41197
|
centerAffix?: boolean | undefined;
|
|
40811
41198
|
hint?: string | undefined;
|
|
40812
41199
|
hideDetails?: boolean | "auto" | undefined;
|
|
40813
|
-
baseColor?: string | undefined;
|
|
40814
41200
|
suffix?: string | undefined;
|
|
40815
41201
|
counterValue?: ((value: any) => number) | undefined;
|
|
40816
41202
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -40852,6 +41238,7 @@ declare const VSelect: {
|
|
|
40852
41238
|
maxWidth?: string | number | undefined;
|
|
40853
41239
|
minHeight?: string | number | undefined;
|
|
40854
41240
|
minWidth?: string | number | undefined;
|
|
41241
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
40855
41242
|
class?: any;
|
|
40856
41243
|
$children?: vue.VNodeChild | {
|
|
40857
41244
|
default?: ((arg: {
|
|
@@ -40920,7 +41307,7 @@ declare const VSelect: {
|
|
|
40920
41307
|
[key: string]: any;
|
|
40921
41308
|
}>) => void)[] | undefined;
|
|
40922
41309
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40923
|
-
activator?:
|
|
41310
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
40924
41311
|
"v-slot:activator"?: false | ((arg: {
|
|
40925
41312
|
isActive: boolean;
|
|
40926
41313
|
props: Record<string, any>;
|
|
@@ -40951,6 +41338,7 @@ declare const VSelect: {
|
|
|
40951
41338
|
};
|
|
40952
41339
|
menu: boolean;
|
|
40953
41340
|
style: vue.StyleValue;
|
|
41341
|
+
role: string;
|
|
40954
41342
|
autofocus: boolean;
|
|
40955
41343
|
eager: boolean;
|
|
40956
41344
|
disabled: boolean;
|
|
@@ -40979,6 +41367,8 @@ declare const VSelect: {
|
|
|
40979
41367
|
persistentCounter: boolean;
|
|
40980
41368
|
chips: boolean;
|
|
40981
41369
|
closableChips: boolean;
|
|
41370
|
+
closeText: string;
|
|
41371
|
+
openText: string;
|
|
40982
41372
|
hideNoData: boolean;
|
|
40983
41373
|
hideSelected: boolean;
|
|
40984
41374
|
menuIcon: IconValue;
|
|
@@ -41133,6 +41523,10 @@ declare const VSelect: {
|
|
|
41133
41523
|
default: null;
|
|
41134
41524
|
};
|
|
41135
41525
|
prefix: StringConstructor;
|
|
41526
|
+
role: {
|
|
41527
|
+
type: PropType<string>;
|
|
41528
|
+
default: string;
|
|
41529
|
+
};
|
|
41136
41530
|
autofocus: BooleanConstructor;
|
|
41137
41531
|
disabled: {
|
|
41138
41532
|
type: BooleanConstructor;
|
|
@@ -41171,6 +41565,7 @@ declare const VSelect: {
|
|
|
41171
41565
|
bgColor: StringConstructor;
|
|
41172
41566
|
prependIcon: PropType<IconValue>;
|
|
41173
41567
|
appendIcon: PropType<IconValue>;
|
|
41568
|
+
baseColor: StringConstructor;
|
|
41174
41569
|
clearIcon: {
|
|
41175
41570
|
type: PropType<IconValue>;
|
|
41176
41571
|
default: string;
|
|
@@ -41203,7 +41598,6 @@ declare const VSelect: {
|
|
|
41203
41598
|
hint: StringConstructor;
|
|
41204
41599
|
persistentHint: BooleanConstructor;
|
|
41205
41600
|
hideDetails: PropType<boolean | "auto">;
|
|
41206
|
-
baseColor: StringConstructor;
|
|
41207
41601
|
clearable: BooleanConstructor;
|
|
41208
41602
|
persistentClear: BooleanConstructor;
|
|
41209
41603
|
singleLine: BooleanConstructor;
|
|
@@ -41238,6 +41632,14 @@ declare const VSelect: {
|
|
|
41238
41632
|
returnObject: BooleanConstructor;
|
|
41239
41633
|
chips: BooleanConstructor;
|
|
41240
41634
|
closableChips: BooleanConstructor;
|
|
41635
|
+
closeText: {
|
|
41636
|
+
type: StringConstructor;
|
|
41637
|
+
default: string;
|
|
41638
|
+
};
|
|
41639
|
+
openText: {
|
|
41640
|
+
type: StringConstructor;
|
|
41641
|
+
default: string;
|
|
41642
|
+
};
|
|
41241
41643
|
eager: BooleanConstructor;
|
|
41242
41644
|
hideNoData: BooleanConstructor;
|
|
41243
41645
|
hideSelected: BooleanConstructor;
|
|
@@ -41285,6 +41687,7 @@ declare const VSelect: {
|
|
|
41285
41687
|
maxWidth?: string | number | undefined;
|
|
41286
41688
|
minHeight?: string | number | undefined;
|
|
41287
41689
|
minWidth?: string | number | undefined;
|
|
41690
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
41288
41691
|
class?: any;
|
|
41289
41692
|
$children?: vue.VNodeChild | {
|
|
41290
41693
|
default?: ((arg: {
|
|
@@ -41353,7 +41756,7 @@ declare const VSelect: {
|
|
|
41353
41756
|
[key: string]: any;
|
|
41354
41757
|
}>) => void)[] | undefined;
|
|
41355
41758
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
41356
|
-
activator?:
|
|
41759
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41357
41760
|
"v-slot:activator"?: false | ((arg: {
|
|
41358
41761
|
isActive: boolean;
|
|
41359
41762
|
props: Record<string, any>;
|
|
@@ -41415,6 +41818,10 @@ declare const VSelect: {
|
|
|
41415
41818
|
default: null;
|
|
41416
41819
|
};
|
|
41417
41820
|
prefix: StringConstructor;
|
|
41821
|
+
role: {
|
|
41822
|
+
type: PropType<string>;
|
|
41823
|
+
default: string;
|
|
41824
|
+
};
|
|
41418
41825
|
autofocus: BooleanConstructor;
|
|
41419
41826
|
disabled: {
|
|
41420
41827
|
type: BooleanConstructor;
|
|
@@ -41453,6 +41860,7 @@ declare const VSelect: {
|
|
|
41453
41860
|
bgColor: StringConstructor;
|
|
41454
41861
|
prependIcon: PropType<IconValue>;
|
|
41455
41862
|
appendIcon: PropType<IconValue>;
|
|
41863
|
+
baseColor: StringConstructor;
|
|
41456
41864
|
clearIcon: {
|
|
41457
41865
|
type: PropType<IconValue>;
|
|
41458
41866
|
default: string;
|
|
@@ -41485,7 +41893,6 @@ declare const VSelect: {
|
|
|
41485
41893
|
hint: StringConstructor;
|
|
41486
41894
|
persistentHint: BooleanConstructor;
|
|
41487
41895
|
hideDetails: PropType<boolean | "auto">;
|
|
41488
|
-
baseColor: StringConstructor;
|
|
41489
41896
|
clearable: BooleanConstructor;
|
|
41490
41897
|
persistentClear: BooleanConstructor;
|
|
41491
41898
|
singleLine: BooleanConstructor;
|
|
@@ -41520,6 +41927,14 @@ declare const VSelect: {
|
|
|
41520
41927
|
returnObject: BooleanConstructor;
|
|
41521
41928
|
chips: BooleanConstructor;
|
|
41522
41929
|
closableChips: BooleanConstructor;
|
|
41930
|
+
closeText: {
|
|
41931
|
+
type: StringConstructor;
|
|
41932
|
+
default: string;
|
|
41933
|
+
};
|
|
41934
|
+
openText: {
|
|
41935
|
+
type: StringConstructor;
|
|
41936
|
+
default: string;
|
|
41937
|
+
};
|
|
41523
41938
|
eager: BooleanConstructor;
|
|
41524
41939
|
hideNoData: BooleanConstructor;
|
|
41525
41940
|
hideSelected: BooleanConstructor;
|
|
@@ -41567,6 +41982,7 @@ declare const VSelect: {
|
|
|
41567
41982
|
maxWidth?: string | number | undefined;
|
|
41568
41983
|
minHeight?: string | number | undefined;
|
|
41569
41984
|
minWidth?: string | number | undefined;
|
|
41985
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
41570
41986
|
class?: any;
|
|
41571
41987
|
$children?: vue.VNodeChild | {
|
|
41572
41988
|
default?: ((arg: {
|
|
@@ -41635,7 +42051,7 @@ declare const VSelect: {
|
|
|
41635
42051
|
[key: string]: any;
|
|
41636
42052
|
}>) => void)[] | undefined;
|
|
41637
42053
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
41638
|
-
activator?:
|
|
42054
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41639
42055
|
"v-slot:activator"?: false | ((arg: {
|
|
41640
42056
|
isActive: boolean;
|
|
41641
42057
|
props: Record<string, any>;
|
|
@@ -42011,6 +42427,7 @@ declare const VSlideGroup: {
|
|
|
42011
42427
|
[key: string]: any;
|
|
42012
42428
|
}>) => void)[] | undefined;
|
|
42013
42429
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
42430
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
42014
42431
|
showArrows?: string | boolean | undefined;
|
|
42015
42432
|
"v-slot:next"?: false | ((arg: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
42016
42433
|
"v-slot:prev"?: false | ((arg: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
@@ -42052,6 +42469,7 @@ declare const VSlideGroup: {
|
|
|
42052
42469
|
class?: any;
|
|
42053
42470
|
mandatory?: boolean | "force" | undefined;
|
|
42054
42471
|
modelValue?: any;
|
|
42472
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
42055
42473
|
showArrows?: string | boolean | undefined;
|
|
42056
42474
|
} & {
|
|
42057
42475
|
$children?: vue.VNodeChild | {
|
|
@@ -42135,6 +42553,7 @@ declare const VSlideGroup: {
|
|
|
42135
42553
|
class?: any;
|
|
42136
42554
|
mandatory?: boolean | "force" | undefined;
|
|
42137
42555
|
modelValue?: any;
|
|
42556
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
42138
42557
|
showArrows?: string | boolean | undefined;
|
|
42139
42558
|
} & {
|
|
42140
42559
|
$children?: vue.VNodeChild | {
|
|
@@ -42178,6 +42597,7 @@ declare const VSlideGroup: {
|
|
|
42178
42597
|
class?: any;
|
|
42179
42598
|
mandatory?: boolean | "force" | undefined;
|
|
42180
42599
|
modelValue?: any;
|
|
42600
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
42181
42601
|
showArrows?: string | boolean | undefined;
|
|
42182
42602
|
} & {
|
|
42183
42603
|
$children?: vue.VNodeChild | {
|
|
@@ -42242,6 +42662,7 @@ declare const VSlideGroup: {
|
|
|
42242
42662
|
type: StringConstructor;
|
|
42243
42663
|
default: string;
|
|
42244
42664
|
};
|
|
42665
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
42245
42666
|
class: PropType<any>;
|
|
42246
42667
|
style: {
|
|
42247
42668
|
type: PropType<vue.StyleValue>;
|
|
@@ -42285,6 +42706,7 @@ declare const VSlideGroup: {
|
|
|
42285
42706
|
type: StringConstructor;
|
|
42286
42707
|
default: string;
|
|
42287
42708
|
};
|
|
42709
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
42288
42710
|
class: PropType<any>;
|
|
42289
42711
|
style: {
|
|
42290
42712
|
type: PropType<vue.StyleValue>;
|
|
@@ -42623,6 +43045,7 @@ declare const VSlider: {
|
|
|
42623
43045
|
rounded?: string | number | boolean | undefined;
|
|
42624
43046
|
density?: Density | undefined;
|
|
42625
43047
|
modelValue?: string | number | undefined;
|
|
43048
|
+
ripple?: boolean | undefined;
|
|
42626
43049
|
focused?: boolean | undefined;
|
|
42627
43050
|
errorMessages?: string | readonly string[] | undefined;
|
|
42628
43051
|
maxErrors?: string | number | undefined;
|
|
@@ -42646,9 +43069,14 @@ declare const VSlider: {
|
|
|
42646
43069
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42647
43070
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42648
43071
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43072
|
+
'thumb-label'?: ((arg: {
|
|
43073
|
+
modelValue: number;
|
|
43074
|
+
}) => vue.VNodeChild) | undefined;
|
|
43075
|
+
'tick-label'?: ((arg: {
|
|
43076
|
+
tick: Tick;
|
|
43077
|
+
index: number;
|
|
43078
|
+
}) => vue.VNodeChild) | undefined;
|
|
42649
43079
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42650
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
42651
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
42652
43080
|
};
|
|
42653
43081
|
ref?: vue.VNodeRef | undefined;
|
|
42654
43082
|
ref_for?: boolean | undefined;
|
|
@@ -42660,9 +43088,14 @@ declare const VSlider: {
|
|
|
42660
43088
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42661
43089
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42662
43090
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43091
|
+
'thumb-label'?: false | ((arg: {
|
|
43092
|
+
modelValue: number;
|
|
43093
|
+
}) => vue.VNodeChild) | undefined;
|
|
43094
|
+
'tick-label'?: false | ((arg: {
|
|
43095
|
+
tick: Tick;
|
|
43096
|
+
index: number;
|
|
43097
|
+
}) => vue.VNodeChild) | undefined;
|
|
42663
43098
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42664
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
42665
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
42666
43099
|
} | undefined;
|
|
42667
43100
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42668
43101
|
[key: string]: any;
|
|
@@ -42717,12 +43150,17 @@ declare const VSlider: {
|
|
|
42717
43150
|
hint?: string | undefined;
|
|
42718
43151
|
hideDetails?: boolean | "auto" | undefined;
|
|
42719
43152
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42720
|
-
"v-slot:tick-label"?: false | ((
|
|
43153
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43154
|
+
tick: Tick;
|
|
43155
|
+
index: number;
|
|
43156
|
+
}) => vue.VNodeChild) | undefined;
|
|
42721
43157
|
trackColor?: string | undefined;
|
|
42722
43158
|
trackFillColor?: string | undefined;
|
|
42723
43159
|
thumbColor?: string | undefined;
|
|
42724
43160
|
ticks?: readonly number[] | Record<number, string> | undefined;
|
|
42725
|
-
"v-slot:thumb-label"?: false | ((
|
|
43161
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43162
|
+
modelValue: number;
|
|
43163
|
+
}) => vue.VNodeChild) | undefined;
|
|
42726
43164
|
onEnd?: ((value: number) => any) | undefined;
|
|
42727
43165
|
onStart?: ((value: number) => any) | undefined;
|
|
42728
43166
|
};
|
|
@@ -42748,13 +43186,18 @@ declare const VSlider: {
|
|
|
42748
43186
|
message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42749
43187
|
[key: string]: any;
|
|
42750
43188
|
}>[]) | undefined;
|
|
42751
|
-
label?: ((arg:
|
|
43189
|
+
'thumb-label'?: ((arg: {
|
|
43190
|
+
modelValue: number;
|
|
43191
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42752
43192
|
[key: string]: any;
|
|
42753
43193
|
}>[]) | undefined;
|
|
42754
|
-
'tick-label'?: ((
|
|
43194
|
+
'tick-label'?: ((arg: {
|
|
43195
|
+
tick: Tick;
|
|
43196
|
+
index: number;
|
|
43197
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42755
43198
|
[key: string]: any;
|
|
42756
43199
|
}>[]) | undefined;
|
|
42757
|
-
|
|
43200
|
+
label?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42758
43201
|
[key: string]: any;
|
|
42759
43202
|
}>[]) | undefined;
|
|
42760
43203
|
}>;
|
|
@@ -42776,6 +43219,7 @@ declare const VSlider: {
|
|
|
42776
43219
|
messages: string | readonly string[];
|
|
42777
43220
|
density: Density;
|
|
42778
43221
|
modelValue: string | number;
|
|
43222
|
+
ripple: boolean;
|
|
42779
43223
|
focused: boolean;
|
|
42780
43224
|
errorMessages: string | readonly string[];
|
|
42781
43225
|
maxErrors: string | number;
|
|
@@ -42814,9 +43258,14 @@ declare const VSlider: {
|
|
|
42814
43258
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42815
43259
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42816
43260
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43261
|
+
'thumb-label'?: ((arg: {
|
|
43262
|
+
modelValue: number;
|
|
43263
|
+
}) => vue.VNodeChild) | undefined;
|
|
43264
|
+
'tick-label'?: ((arg: {
|
|
43265
|
+
tick: Tick;
|
|
43266
|
+
index: number;
|
|
43267
|
+
}) => vue.VNodeChild) | undefined;
|
|
42817
43268
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42818
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
42819
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
42820
43269
|
};
|
|
42821
43270
|
'v-slots'?: {
|
|
42822
43271
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -42824,9 +43273,14 @@ declare const VSlider: {
|
|
|
42824
43273
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42825
43274
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42826
43275
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43276
|
+
'thumb-label'?: false | ((arg: {
|
|
43277
|
+
modelValue: number;
|
|
43278
|
+
}) => vue.VNodeChild) | undefined;
|
|
43279
|
+
'tick-label'?: false | ((arg: {
|
|
43280
|
+
tick: Tick;
|
|
43281
|
+
index: number;
|
|
43282
|
+
}) => vue.VNodeChild) | undefined;
|
|
42827
43283
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42828
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
42829
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
42830
43284
|
} | undefined;
|
|
42831
43285
|
} & {
|
|
42832
43286
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -42834,9 +43288,14 @@ declare const VSlider: {
|
|
|
42834
43288
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42835
43289
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42836
43290
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43291
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43292
|
+
modelValue: number;
|
|
43293
|
+
}) => vue.VNodeChild) | undefined;
|
|
43294
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43295
|
+
tick: Tick;
|
|
43296
|
+
index: number;
|
|
43297
|
+
}) => vue.VNodeChild) | undefined;
|
|
42837
43298
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42838
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
42839
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
42840
43299
|
} & {
|
|
42841
43300
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
42842
43301
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -42862,6 +43321,7 @@ declare const VSlider: {
|
|
|
42862
43321
|
rounded: string | number | boolean;
|
|
42863
43322
|
density: Density;
|
|
42864
43323
|
modelValue: string | number;
|
|
43324
|
+
ripple: boolean;
|
|
42865
43325
|
focused: boolean;
|
|
42866
43326
|
errorMessages: string | readonly string[];
|
|
42867
43327
|
maxErrors: string | number;
|
|
@@ -42889,13 +43349,18 @@ declare const VSlider: {
|
|
|
42889
43349
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42890
43350
|
[key: string]: any;
|
|
42891
43351
|
}>[];
|
|
42892
|
-
label: (arg:
|
|
43352
|
+
'thumb-label': (arg: {
|
|
43353
|
+
modelValue: number;
|
|
43354
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42893
43355
|
[key: string]: any;
|
|
42894
43356
|
}>[];
|
|
42895
|
-
'tick-label': (
|
|
43357
|
+
'tick-label': (arg: {
|
|
43358
|
+
tick: Tick;
|
|
43359
|
+
index: number;
|
|
43360
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42896
43361
|
[key: string]: any;
|
|
42897
43362
|
}>[];
|
|
42898
|
-
|
|
43363
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42899
43364
|
[key: string]: any;
|
|
42900
43365
|
}>[];
|
|
42901
43366
|
}>>> & {
|
|
@@ -42932,6 +43397,7 @@ declare const VSlider: {
|
|
|
42932
43397
|
messages: string | readonly string[];
|
|
42933
43398
|
density: Density;
|
|
42934
43399
|
modelValue: string | number;
|
|
43400
|
+
ripple: boolean;
|
|
42935
43401
|
focused: boolean;
|
|
42936
43402
|
errorMessages: string | readonly string[];
|
|
42937
43403
|
maxErrors: string | number;
|
|
@@ -42970,9 +43436,14 @@ declare const VSlider: {
|
|
|
42970
43436
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42971
43437
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42972
43438
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43439
|
+
'thumb-label'?: ((arg: {
|
|
43440
|
+
modelValue: number;
|
|
43441
|
+
}) => vue.VNodeChild) | undefined;
|
|
43442
|
+
'tick-label'?: ((arg: {
|
|
43443
|
+
tick: Tick;
|
|
43444
|
+
index: number;
|
|
43445
|
+
}) => vue.VNodeChild) | undefined;
|
|
42973
43446
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42974
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
42975
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
42976
43447
|
};
|
|
42977
43448
|
'v-slots'?: {
|
|
42978
43449
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -42980,9 +43451,14 @@ declare const VSlider: {
|
|
|
42980
43451
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42981
43452
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42982
43453
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43454
|
+
'thumb-label'?: false | ((arg: {
|
|
43455
|
+
modelValue: number;
|
|
43456
|
+
}) => vue.VNodeChild) | undefined;
|
|
43457
|
+
'tick-label'?: false | ((arg: {
|
|
43458
|
+
tick: Tick;
|
|
43459
|
+
index: number;
|
|
43460
|
+
}) => vue.VNodeChild) | undefined;
|
|
42983
43461
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42984
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
42985
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
42986
43462
|
} | undefined;
|
|
42987
43463
|
} & {
|
|
42988
43464
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -42990,9 +43466,14 @@ declare const VSlider: {
|
|
|
42990
43466
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42991
43467
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42992
43468
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43469
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43470
|
+
modelValue: number;
|
|
43471
|
+
}) => vue.VNodeChild) | undefined;
|
|
43472
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43473
|
+
tick: Tick;
|
|
43474
|
+
index: number;
|
|
43475
|
+
}) => vue.VNodeChild) | undefined;
|
|
42993
43476
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42994
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
42995
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
42996
43477
|
} & {
|
|
42997
43478
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
42998
43479
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -43016,6 +43497,7 @@ declare const VSlider: {
|
|
|
43016
43497
|
messages: string | readonly string[];
|
|
43017
43498
|
density: Density;
|
|
43018
43499
|
modelValue: string | number;
|
|
43500
|
+
ripple: boolean;
|
|
43019
43501
|
focused: boolean;
|
|
43020
43502
|
errorMessages: string | readonly string[];
|
|
43021
43503
|
maxErrors: string | number;
|
|
@@ -43054,9 +43536,14 @@ declare const VSlider: {
|
|
|
43054
43536
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43055
43537
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43056
43538
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43539
|
+
'thumb-label'?: ((arg: {
|
|
43540
|
+
modelValue: number;
|
|
43541
|
+
}) => vue.VNodeChild) | undefined;
|
|
43542
|
+
'tick-label'?: ((arg: {
|
|
43543
|
+
tick: Tick;
|
|
43544
|
+
index: number;
|
|
43545
|
+
}) => vue.VNodeChild) | undefined;
|
|
43057
43546
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43058
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
43059
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
43060
43547
|
};
|
|
43061
43548
|
'v-slots'?: {
|
|
43062
43549
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43064,9 +43551,14 @@ declare const VSlider: {
|
|
|
43064
43551
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43065
43552
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43066
43553
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43554
|
+
'thumb-label'?: false | ((arg: {
|
|
43555
|
+
modelValue: number;
|
|
43556
|
+
}) => vue.VNodeChild) | undefined;
|
|
43557
|
+
'tick-label'?: false | ((arg: {
|
|
43558
|
+
tick: Tick;
|
|
43559
|
+
index: number;
|
|
43560
|
+
}) => vue.VNodeChild) | undefined;
|
|
43067
43561
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43068
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43069
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43070
43562
|
} | undefined;
|
|
43071
43563
|
} & {
|
|
43072
43564
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43074,9 +43566,14 @@ declare const VSlider: {
|
|
|
43074
43566
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43075
43567
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43076
43568
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43569
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43570
|
+
modelValue: number;
|
|
43571
|
+
}) => vue.VNodeChild) | undefined;
|
|
43572
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43573
|
+
tick: Tick;
|
|
43574
|
+
index: number;
|
|
43575
|
+
}) => vue.VNodeChild) | undefined;
|
|
43077
43576
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43078
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43079
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43080
43577
|
} & {
|
|
43081
43578
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
43082
43579
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -43102,6 +43599,7 @@ declare const VSlider: {
|
|
|
43102
43599
|
rounded: string | number | boolean;
|
|
43103
43600
|
density: Density;
|
|
43104
43601
|
modelValue: string | number;
|
|
43602
|
+
ripple: boolean;
|
|
43105
43603
|
focused: boolean;
|
|
43106
43604
|
errorMessages: string | readonly string[];
|
|
43107
43605
|
maxErrors: string | number;
|
|
@@ -43129,13 +43627,18 @@ declare const VSlider: {
|
|
|
43129
43627
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43130
43628
|
[key: string]: any;
|
|
43131
43629
|
}>[];
|
|
43132
|
-
label: (arg:
|
|
43630
|
+
'thumb-label': (arg: {
|
|
43631
|
+
modelValue: number;
|
|
43632
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43133
43633
|
[key: string]: any;
|
|
43134
43634
|
}>[];
|
|
43135
|
-
'tick-label': (
|
|
43635
|
+
'tick-label': (arg: {
|
|
43636
|
+
tick: Tick;
|
|
43637
|
+
index: number;
|
|
43638
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43136
43639
|
[key: string]: any;
|
|
43137
43640
|
}>[];
|
|
43138
|
-
|
|
43641
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43139
43642
|
[key: string]: any;
|
|
43140
43643
|
}>[];
|
|
43141
43644
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -43201,6 +43704,10 @@ declare const VSlider: {
|
|
|
43201
43704
|
};
|
|
43202
43705
|
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43203
43706
|
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43707
|
+
ripple: {
|
|
43708
|
+
type: BooleanConstructor;
|
|
43709
|
+
default: boolean;
|
|
43710
|
+
};
|
|
43204
43711
|
elevation: Omit<{
|
|
43205
43712
|
type: (StringConstructor | NumberConstructor)[];
|
|
43206
43713
|
validator(v: any): boolean;
|
|
@@ -43317,6 +43824,10 @@ declare const VSlider: {
|
|
|
43317
43824
|
};
|
|
43318
43825
|
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43319
43826
|
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43827
|
+
ripple: {
|
|
43828
|
+
type: BooleanConstructor;
|
|
43829
|
+
default: boolean;
|
|
43830
|
+
};
|
|
43320
43831
|
elevation: Omit<{
|
|
43321
43832
|
type: (StringConstructor | NumberConstructor)[];
|
|
43322
43833
|
validator(v: any): boolean;
|
|
@@ -43414,6 +43925,7 @@ declare const VSnackbar: {
|
|
|
43414
43925
|
minHeight?: string | number | undefined;
|
|
43415
43926
|
minWidth?: string | number | undefined;
|
|
43416
43927
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
43928
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
43417
43929
|
class?: any;
|
|
43418
43930
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
43419
43931
|
activator?: ((arg: {
|
|
@@ -43476,7 +43988,7 @@ declare const VSnackbar: {
|
|
|
43476
43988
|
[key: string]: any;
|
|
43477
43989
|
}>) => void)[] | undefined;
|
|
43478
43990
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
43479
|
-
activator?:
|
|
43991
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
43480
43992
|
"v-slot:activator"?: false | ((arg: {
|
|
43481
43993
|
isActive: boolean;
|
|
43482
43994
|
props: Record<string, any>;
|
|
@@ -43545,11 +44057,12 @@ declare const VSnackbar: {
|
|
|
43545
44057
|
minHeight?: string | number | undefined;
|
|
43546
44058
|
minWidth?: string | number | undefined;
|
|
43547
44059
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
44060
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
43548
44061
|
class?: any;
|
|
43549
44062
|
theme?: string | undefined;
|
|
43550
44063
|
contentClass?: any;
|
|
43551
44064
|
rounded?: string | number | boolean | undefined;
|
|
43552
|
-
activator?:
|
|
44065
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
43553
44066
|
closeDelay?: string | number | undefined;
|
|
43554
44067
|
openDelay?: string | number | undefined;
|
|
43555
44068
|
openOnClick?: boolean | undefined;
|
|
@@ -43620,6 +44133,7 @@ declare const VSnackbar: {
|
|
|
43620
44133
|
maxWidth?: string | number | undefined;
|
|
43621
44134
|
minHeight?: string | number | undefined;
|
|
43622
44135
|
minWidth?: string | number | undefined;
|
|
44136
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
43623
44137
|
class?: any;
|
|
43624
44138
|
onAfterLeave?: (() => any) | undefined;
|
|
43625
44139
|
$children?: vue.VNodeChild | {
|
|
@@ -43689,7 +44203,7 @@ declare const VSnackbar: {
|
|
|
43689
44203
|
[key: string]: any;
|
|
43690
44204
|
}>) => void)[] | undefined;
|
|
43691
44205
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
43692
|
-
activator?:
|
|
44206
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
43693
44207
|
"v-slot:activator"?: false | ((arg: {
|
|
43694
44208
|
isActive: boolean;
|
|
43695
44209
|
props: Record<string, any>;
|
|
@@ -43756,10 +44270,11 @@ declare const VSnackbar: {
|
|
|
43756
44270
|
maxWidth?: string | number | undefined;
|
|
43757
44271
|
minHeight?: string | number | undefined;
|
|
43758
44272
|
minWidth?: string | number | undefined;
|
|
44273
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
43759
44274
|
class?: any;
|
|
43760
44275
|
theme?: string | undefined;
|
|
43761
44276
|
contentClass?: any;
|
|
43762
|
-
activator?:
|
|
44277
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
43763
44278
|
closeDelay?: string | number | undefined;
|
|
43764
44279
|
openDelay?: string | number | undefined;
|
|
43765
44280
|
openOnClick?: boolean | undefined;
|
|
@@ -43801,6 +44316,7 @@ declare const VSnackbar: {
|
|
|
43801
44316
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
43802
44317
|
}, {
|
|
43803
44318
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
44319
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
43804
44320
|
animateClick: () => void;
|
|
43805
44321
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
43806
44322
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -43902,10 +44418,11 @@ declare const VSnackbar: {
|
|
|
43902
44418
|
maxWidth?: string | number | undefined;
|
|
43903
44419
|
minHeight?: string | number | undefined;
|
|
43904
44420
|
minWidth?: string | number | undefined;
|
|
44421
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
43905
44422
|
class?: any;
|
|
43906
44423
|
theme?: string | undefined;
|
|
43907
44424
|
contentClass?: any;
|
|
43908
|
-
activator?:
|
|
44425
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
43909
44426
|
closeDelay?: string | number | undefined;
|
|
43910
44427
|
openDelay?: string | number | undefined;
|
|
43911
44428
|
openOnClick?: boolean | undefined;
|
|
@@ -43947,12 +44464,13 @@ declare const VSnackbar: {
|
|
|
43947
44464
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
43948
44465
|
} & vue.ShallowUnwrapRef<{
|
|
43949
44466
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
44467
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
43950
44468
|
animateClick: () => void;
|
|
43951
44469
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
43952
44470
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
43953
44471
|
localTop: vue.ComputedRef<boolean>;
|
|
43954
44472
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
43955
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
44473
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
43956
44474
|
'update:modelValue': (v: boolean) => boolean;
|
|
43957
44475
|
}, string, {
|
|
43958
44476
|
absolute: boolean;
|
|
@@ -44048,11 +44566,12 @@ declare const VSnackbar: {
|
|
|
44048
44566
|
minHeight?: string | number | undefined;
|
|
44049
44567
|
minWidth?: string | number | undefined;
|
|
44050
44568
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
44569
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44051
44570
|
class?: any;
|
|
44052
44571
|
theme?: string | undefined;
|
|
44053
44572
|
contentClass?: any;
|
|
44054
44573
|
rounded?: string | number | boolean | undefined;
|
|
44055
|
-
activator?:
|
|
44574
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44056
44575
|
closeDelay?: string | number | undefined;
|
|
44057
44576
|
openDelay?: string | number | undefined;
|
|
44058
44577
|
openOnClick?: boolean | undefined;
|
|
@@ -44123,6 +44642,7 @@ declare const VSnackbar: {
|
|
|
44123
44642
|
maxWidth?: string | number | undefined;
|
|
44124
44643
|
minHeight?: string | number | undefined;
|
|
44125
44644
|
minWidth?: string | number | undefined;
|
|
44645
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44126
44646
|
class?: any;
|
|
44127
44647
|
onAfterLeave?: (() => any) | undefined;
|
|
44128
44648
|
$children?: vue.VNodeChild | {
|
|
@@ -44192,7 +44712,7 @@ declare const VSnackbar: {
|
|
|
44192
44712
|
[key: string]: any;
|
|
44193
44713
|
}>) => void)[] | undefined;
|
|
44194
44714
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44195
|
-
activator?:
|
|
44715
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44196
44716
|
"v-slot:activator"?: false | ((arg: {
|
|
44197
44717
|
isActive: boolean;
|
|
44198
44718
|
props: Record<string, any>;
|
|
@@ -44259,10 +44779,11 @@ declare const VSnackbar: {
|
|
|
44259
44779
|
maxWidth?: string | number | undefined;
|
|
44260
44780
|
minHeight?: string | number | undefined;
|
|
44261
44781
|
minWidth?: string | number | undefined;
|
|
44782
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44262
44783
|
class?: any;
|
|
44263
44784
|
theme?: string | undefined;
|
|
44264
44785
|
contentClass?: any;
|
|
44265
|
-
activator?:
|
|
44786
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44266
44787
|
closeDelay?: string | number | undefined;
|
|
44267
44788
|
openDelay?: string | number | undefined;
|
|
44268
44789
|
openOnClick?: boolean | undefined;
|
|
@@ -44304,6 +44825,7 @@ declare const VSnackbar: {
|
|
|
44304
44825
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
44305
44826
|
}, {
|
|
44306
44827
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
44828
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
44307
44829
|
animateClick: () => void;
|
|
44308
44830
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
44309
44831
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -44405,10 +44927,11 @@ declare const VSnackbar: {
|
|
|
44405
44927
|
maxWidth?: string | number | undefined;
|
|
44406
44928
|
minHeight?: string | number | undefined;
|
|
44407
44929
|
minWidth?: string | number | undefined;
|
|
44930
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44408
44931
|
class?: any;
|
|
44409
44932
|
theme?: string | undefined;
|
|
44410
44933
|
contentClass?: any;
|
|
44411
|
-
activator?:
|
|
44934
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44412
44935
|
closeDelay?: string | number | undefined;
|
|
44413
44936
|
openDelay?: string | number | undefined;
|
|
44414
44937
|
openOnClick?: boolean | undefined;
|
|
@@ -44450,12 +44973,13 @@ declare const VSnackbar: {
|
|
|
44450
44973
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
44451
44974
|
} & vue.ShallowUnwrapRef<{
|
|
44452
44975
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
44976
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
44453
44977
|
animateClick: () => void;
|
|
44454
44978
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
44455
44979
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
44456
44980
|
localTop: vue.ComputedRef<boolean>;
|
|
44457
44981
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
44458
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
44982
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
44459
44983
|
__isFragment?: undefined;
|
|
44460
44984
|
__isTeleport?: undefined;
|
|
44461
44985
|
__isSuspense?: undefined;
|
|
@@ -44493,11 +45017,12 @@ declare const VSnackbar: {
|
|
|
44493
45017
|
minHeight?: string | number | undefined;
|
|
44494
45018
|
minWidth?: string | number | undefined;
|
|
44495
45019
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
45020
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44496
45021
|
class?: any;
|
|
44497
45022
|
theme?: string | undefined;
|
|
44498
45023
|
contentClass?: any;
|
|
44499
45024
|
rounded?: string | number | boolean | undefined;
|
|
44500
|
-
activator?:
|
|
45025
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44501
45026
|
closeDelay?: string | number | undefined;
|
|
44502
45027
|
openDelay?: string | number | undefined;
|
|
44503
45028
|
openOnClick?: boolean | undefined;
|
|
@@ -44568,6 +45093,7 @@ declare const VSnackbar: {
|
|
|
44568
45093
|
maxWidth?: string | number | undefined;
|
|
44569
45094
|
minHeight?: string | number | undefined;
|
|
44570
45095
|
minWidth?: string | number | undefined;
|
|
45096
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44571
45097
|
class?: any;
|
|
44572
45098
|
onAfterLeave?: (() => any) | undefined;
|
|
44573
45099
|
$children?: vue.VNodeChild | {
|
|
@@ -44637,7 +45163,7 @@ declare const VSnackbar: {
|
|
|
44637
45163
|
[key: string]: any;
|
|
44638
45164
|
}>) => void)[] | undefined;
|
|
44639
45165
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44640
|
-
activator?:
|
|
45166
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44641
45167
|
"v-slot:activator"?: false | ((arg: {
|
|
44642
45168
|
isActive: boolean;
|
|
44643
45169
|
props: Record<string, any>;
|
|
@@ -44704,10 +45230,11 @@ declare const VSnackbar: {
|
|
|
44704
45230
|
maxWidth?: string | number | undefined;
|
|
44705
45231
|
minHeight?: string | number | undefined;
|
|
44706
45232
|
minWidth?: string | number | undefined;
|
|
45233
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44707
45234
|
class?: any;
|
|
44708
45235
|
theme?: string | undefined;
|
|
44709
45236
|
contentClass?: any;
|
|
44710
|
-
activator?:
|
|
45237
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44711
45238
|
closeDelay?: string | number | undefined;
|
|
44712
45239
|
openDelay?: string | number | undefined;
|
|
44713
45240
|
openOnClick?: boolean | undefined;
|
|
@@ -44749,6 +45276,7 @@ declare const VSnackbar: {
|
|
|
44749
45276
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
44750
45277
|
}, {
|
|
44751
45278
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
45279
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
44752
45280
|
animateClick: () => void;
|
|
44753
45281
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
44754
45282
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -44850,10 +45378,11 @@ declare const VSnackbar: {
|
|
|
44850
45378
|
maxWidth?: string | number | undefined;
|
|
44851
45379
|
minHeight?: string | number | undefined;
|
|
44852
45380
|
minWidth?: string | number | undefined;
|
|
45381
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44853
45382
|
class?: any;
|
|
44854
45383
|
theme?: string | undefined;
|
|
44855
45384
|
contentClass?: any;
|
|
44856
|
-
activator?:
|
|
45385
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44857
45386
|
closeDelay?: string | number | undefined;
|
|
44858
45387
|
openDelay?: string | number | undefined;
|
|
44859
45388
|
openOnClick?: boolean | undefined;
|
|
@@ -44895,12 +45424,13 @@ declare const VSnackbar: {
|
|
|
44895
45424
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
44896
45425
|
} & vue.ShallowUnwrapRef<{
|
|
44897
45426
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
45427
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
44898
45428
|
animateClick: () => void;
|
|
44899
45429
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
44900
45430
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
44901
45431
|
localTop: vue.ComputedRef<boolean>;
|
|
44902
45432
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
44903
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
45433
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
44904
45434
|
'update:modelValue': (v: boolean) => boolean;
|
|
44905
45435
|
}, string, {
|
|
44906
45436
|
absolute: boolean;
|
|
@@ -44981,13 +45511,14 @@ declare const VSnackbar: {
|
|
|
44981
45511
|
type: vue.PropType<vue.StyleValue>;
|
|
44982
45512
|
default: null;
|
|
44983
45513
|
};
|
|
45514
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
44984
45515
|
eager: BooleanConstructor;
|
|
44985
45516
|
disabled: BooleanConstructor;
|
|
44986
45517
|
class: vue.PropType<any>;
|
|
44987
45518
|
theme: StringConstructor;
|
|
44988
45519
|
contentClass: null;
|
|
44989
45520
|
modelValue: BooleanConstructor;
|
|
44990
|
-
activator: vue.PropType<
|
|
45521
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
44991
45522
|
locationStrategy: {
|
|
44992
45523
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
44993
45524
|
updateLocation: (e: Event) => void;
|
|
@@ -45077,13 +45608,14 @@ declare const VSnackbar: {
|
|
|
45077
45608
|
type: vue.PropType<vue.StyleValue>;
|
|
45078
45609
|
default: null;
|
|
45079
45610
|
};
|
|
45611
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
45080
45612
|
eager: BooleanConstructor;
|
|
45081
45613
|
disabled: BooleanConstructor;
|
|
45082
45614
|
class: vue.PropType<any>;
|
|
45083
45615
|
theme: StringConstructor;
|
|
45084
45616
|
contentClass: null;
|
|
45085
45617
|
modelValue: BooleanConstructor;
|
|
45086
|
-
activator: vue.PropType<
|
|
45618
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
45087
45619
|
locationStrategy: {
|
|
45088
45620
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
45089
45621
|
updateLocation: (e: Event) => void;
|
|
@@ -45250,6 +45782,7 @@ declare const VSwitch: {
|
|
|
45250
45782
|
defaultsTarget?: string | undefined;
|
|
45251
45783
|
falseIcon?: IconValue | undefined;
|
|
45252
45784
|
trueIcon?: IconValue | undefined;
|
|
45785
|
+
baseColor?: string | undefined;
|
|
45253
45786
|
trueValue?: any;
|
|
45254
45787
|
falseValue?: any;
|
|
45255
45788
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45344,6 +45877,7 @@ declare const VSwitch: {
|
|
|
45344
45877
|
defaultsTarget?: string | undefined;
|
|
45345
45878
|
falseIcon?: IconValue | undefined;
|
|
45346
45879
|
trueIcon?: IconValue | undefined;
|
|
45880
|
+
baseColor?: string | undefined;
|
|
45347
45881
|
trueValue?: any;
|
|
45348
45882
|
falseValue?: any;
|
|
45349
45883
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -45507,6 +46041,7 @@ declare const VSwitch: {
|
|
|
45507
46041
|
defaultsTarget?: string | undefined;
|
|
45508
46042
|
falseIcon?: IconValue | undefined;
|
|
45509
46043
|
trueIcon?: IconValue | undefined;
|
|
46044
|
+
baseColor?: string | undefined;
|
|
45510
46045
|
trueValue?: any;
|
|
45511
46046
|
falseValue?: any;
|
|
45512
46047
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -45600,6 +46135,7 @@ declare const VSwitch: {
|
|
|
45600
46135
|
defaultsTarget?: string | undefined;
|
|
45601
46136
|
falseIcon?: IconValue | undefined;
|
|
45602
46137
|
trueIcon?: IconValue | undefined;
|
|
46138
|
+
baseColor?: string | undefined;
|
|
45603
46139
|
trueValue?: any;
|
|
45604
46140
|
falseValue?: any;
|
|
45605
46141
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -45746,6 +46282,7 @@ declare const VSwitch: {
|
|
|
45746
46282
|
default: typeof deepEqual;
|
|
45747
46283
|
};
|
|
45748
46284
|
label: StringConstructor;
|
|
46285
|
+
baseColor: StringConstructor;
|
|
45749
46286
|
trueValue: null;
|
|
45750
46287
|
falseValue: null;
|
|
45751
46288
|
value: null;
|
|
@@ -45832,6 +46369,7 @@ declare const VSwitch: {
|
|
|
45832
46369
|
default: typeof deepEqual;
|
|
45833
46370
|
};
|
|
45834
46371
|
label: StringConstructor;
|
|
46372
|
+
baseColor: StringConstructor;
|
|
45835
46373
|
trueValue: null;
|
|
45836
46374
|
falseValue: null;
|
|
45837
46375
|
value: null;
|
|
@@ -46221,6 +46759,7 @@ declare const VTabs: {
|
|
|
46221
46759
|
}>) => void)[] | undefined;
|
|
46222
46760
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
46223
46761
|
bgColor?: string | undefined;
|
|
46762
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
46224
46763
|
showArrows?: string | boolean | undefined;
|
|
46225
46764
|
sliderColor?: string | undefined;
|
|
46226
46765
|
};
|
|
@@ -46265,6 +46804,7 @@ declare const VTabs: {
|
|
|
46265
46804
|
class?: any;
|
|
46266
46805
|
modelValue?: any;
|
|
46267
46806
|
bgColor?: string | undefined;
|
|
46807
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
46268
46808
|
showArrows?: string | boolean | undefined;
|
|
46269
46809
|
sliderColor?: string | undefined;
|
|
46270
46810
|
} & {
|
|
@@ -46351,6 +46891,7 @@ declare const VTabs: {
|
|
|
46351
46891
|
class?: any;
|
|
46352
46892
|
modelValue?: any;
|
|
46353
46893
|
bgColor?: string | undefined;
|
|
46894
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
46354
46895
|
showArrows?: string | boolean | undefined;
|
|
46355
46896
|
sliderColor?: string | undefined;
|
|
46356
46897
|
} & {
|
|
@@ -46394,6 +46935,7 @@ declare const VTabs: {
|
|
|
46394
46935
|
class?: any;
|
|
46395
46936
|
modelValue?: any;
|
|
46396
46937
|
bgColor?: string | undefined;
|
|
46938
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
46397
46939
|
showArrows?: string | boolean | undefined;
|
|
46398
46940
|
sliderColor?: string | undefined;
|
|
46399
46941
|
} & {
|
|
@@ -46459,6 +47001,7 @@ declare const VTabs: {
|
|
|
46459
47001
|
default: string;
|
|
46460
47002
|
};
|
|
46461
47003
|
disabled: BooleanConstructor;
|
|
47004
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
46462
47005
|
class: PropType<any>;
|
|
46463
47006
|
style: {
|
|
46464
47007
|
type: PropType<vue.StyleValue>;
|
|
@@ -46529,6 +47072,7 @@ declare const VTabs: {
|
|
|
46529
47072
|
default: string;
|
|
46530
47073
|
};
|
|
46531
47074
|
disabled: BooleanConstructor;
|
|
47075
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
46532
47076
|
class: PropType<any>;
|
|
46533
47077
|
style: {
|
|
46534
47078
|
type: PropType<vue.StyleValue>;
|
|
@@ -47472,6 +48016,7 @@ declare const VTextarea: {
|
|
|
47472
48016
|
prependIcon?: IconValue | undefined;
|
|
47473
48017
|
appendIcon?: IconValue | undefined;
|
|
47474
48018
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
48019
|
+
baseColor?: string | undefined;
|
|
47475
48020
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
47476
48021
|
label: string | undefined;
|
|
47477
48022
|
props: Record<string, any>;
|
|
@@ -47490,7 +48035,6 @@ declare const VTextarea: {
|
|
|
47490
48035
|
hint?: string | undefined;
|
|
47491
48036
|
hideDetails?: boolean | "auto" | undefined;
|
|
47492
48037
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
47493
|
-
baseColor?: string | undefined;
|
|
47494
48038
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
47495
48039
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
47496
48040
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -47591,6 +48135,7 @@ declare const VTextarea: {
|
|
|
47591
48135
|
bgColor?: string | undefined;
|
|
47592
48136
|
prependIcon?: IconValue | undefined;
|
|
47593
48137
|
appendIcon?: IconValue | undefined;
|
|
48138
|
+
baseColor?: string | undefined;
|
|
47594
48139
|
appendInnerIcon?: IconValue | undefined;
|
|
47595
48140
|
prependInnerIcon?: IconValue | undefined;
|
|
47596
48141
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -47604,7 +48149,6 @@ declare const VTextarea: {
|
|
|
47604
48149
|
centerAffix?: boolean | undefined;
|
|
47605
48150
|
hint?: string | undefined;
|
|
47606
48151
|
hideDetails?: boolean | "auto" | undefined;
|
|
47607
|
-
baseColor?: string | undefined;
|
|
47608
48152
|
suffix?: string | undefined;
|
|
47609
48153
|
counterValue?: ((value: any) => number) | undefined;
|
|
47610
48154
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -48077,6 +48621,7 @@ declare const VTextarea: {
|
|
|
48077
48621
|
bgColor?: string | undefined;
|
|
48078
48622
|
prependIcon?: IconValue | undefined;
|
|
48079
48623
|
appendIcon?: IconValue | undefined;
|
|
48624
|
+
baseColor?: string | undefined;
|
|
48080
48625
|
appendInnerIcon?: IconValue | undefined;
|
|
48081
48626
|
prependInnerIcon?: IconValue | undefined;
|
|
48082
48627
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -48090,7 +48635,6 @@ declare const VTextarea: {
|
|
|
48090
48635
|
centerAffix?: boolean | undefined;
|
|
48091
48636
|
hint?: string | undefined;
|
|
48092
48637
|
hideDetails?: boolean | "auto" | undefined;
|
|
48093
|
-
baseColor?: string | undefined;
|
|
48094
48638
|
suffix?: string | undefined;
|
|
48095
48639
|
counterValue?: ((value: any) => number) | undefined;
|
|
48096
48640
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -48478,6 +49022,7 @@ declare const VTextarea: {
|
|
|
48478
49022
|
bgColor?: string | undefined;
|
|
48479
49023
|
prependIcon?: IconValue | undefined;
|
|
48480
49024
|
appendIcon?: IconValue | undefined;
|
|
49025
|
+
baseColor?: string | undefined;
|
|
48481
49026
|
appendInnerIcon?: IconValue | undefined;
|
|
48482
49027
|
prependInnerIcon?: IconValue | undefined;
|
|
48483
49028
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -48491,7 +49036,6 @@ declare const VTextarea: {
|
|
|
48491
49036
|
centerAffix?: boolean | undefined;
|
|
48492
49037
|
hint?: string | undefined;
|
|
48493
49038
|
hideDetails?: boolean | "auto" | undefined;
|
|
48494
|
-
baseColor?: string | undefined;
|
|
48495
49039
|
suffix?: string | undefined;
|
|
48496
49040
|
counterValue?: ((value: any) => number) | undefined;
|
|
48497
49041
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -49162,6 +49706,7 @@ declare const VTextField: {
|
|
|
49162
49706
|
loading?: string | boolean | undefined;
|
|
49163
49707
|
label?: string | undefined;
|
|
49164
49708
|
prefix?: string | undefined;
|
|
49709
|
+
role?: string | undefined;
|
|
49165
49710
|
class?: any;
|
|
49166
49711
|
placeholder?: string | undefined;
|
|
49167
49712
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -49248,6 +49793,7 @@ declare const VTextField: {
|
|
|
49248
49793
|
prependIcon?: IconValue | undefined;
|
|
49249
49794
|
appendIcon?: IconValue | undefined;
|
|
49250
49795
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
49796
|
+
baseColor?: string | undefined;
|
|
49251
49797
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
49252
49798
|
label: string | undefined;
|
|
49253
49799
|
props: Record<string, any>;
|
|
@@ -49266,7 +49812,6 @@ declare const VTextField: {
|
|
|
49266
49812
|
hint?: string | undefined;
|
|
49267
49813
|
hideDetails?: boolean | "auto" | undefined;
|
|
49268
49814
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
49269
|
-
baseColor?: string | undefined;
|
|
49270
49815
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
49271
49816
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
49272
49817
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -49358,6 +49903,7 @@ declare const VTextField: {
|
|
|
49358
49903
|
loading?: string | boolean | undefined;
|
|
49359
49904
|
label?: string | undefined;
|
|
49360
49905
|
prefix?: string | undefined;
|
|
49906
|
+
role?: string | undefined;
|
|
49361
49907
|
class?: any;
|
|
49362
49908
|
placeholder?: string | undefined;
|
|
49363
49909
|
theme?: string | undefined;
|
|
@@ -49367,6 +49913,7 @@ declare const VTextField: {
|
|
|
49367
49913
|
bgColor?: string | undefined;
|
|
49368
49914
|
prependIcon?: IconValue | undefined;
|
|
49369
49915
|
appendIcon?: IconValue | undefined;
|
|
49916
|
+
baseColor?: string | undefined;
|
|
49370
49917
|
appendInnerIcon?: IconValue | undefined;
|
|
49371
49918
|
prependInnerIcon?: IconValue | undefined;
|
|
49372
49919
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -49380,7 +49927,6 @@ declare const VTextField: {
|
|
|
49380
49927
|
centerAffix?: boolean | undefined;
|
|
49381
49928
|
hint?: string | undefined;
|
|
49382
49929
|
hideDetails?: boolean | "auto" | undefined;
|
|
49383
|
-
baseColor?: string | undefined;
|
|
49384
49930
|
suffix?: string | undefined;
|
|
49385
49931
|
counterValue?: ((value: any) => number) | undefined;
|
|
49386
49932
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -49791,13 +50337,13 @@ declare const VTextField: {
|
|
|
49791
50337
|
}>) => void)[] | undefined;
|
|
49792
50338
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
49793
50339
|
bgColor?: string | undefined;
|
|
50340
|
+
baseColor?: string | undefined;
|
|
49794
50341
|
appendInnerIcon?: IconValue | undefined;
|
|
49795
50342
|
prependInnerIcon?: IconValue | undefined;
|
|
49796
50343
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
49797
50344
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
49798
50345
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
49799
50346
|
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
49800
|
-
baseColor?: string | undefined;
|
|
49801
50347
|
};
|
|
49802
50348
|
$attrs: {
|
|
49803
50349
|
[x: string]: unknown;
|
|
@@ -49855,6 +50401,7 @@ declare const VTextField: {
|
|
|
49855
50401
|
theme?: string | undefined;
|
|
49856
50402
|
rounded?: string | number | boolean | undefined;
|
|
49857
50403
|
bgColor?: string | undefined;
|
|
50404
|
+
baseColor?: string | undefined;
|
|
49858
50405
|
appendInnerIcon?: IconValue | undefined;
|
|
49859
50406
|
prependInnerIcon?: IconValue | undefined;
|
|
49860
50407
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -49862,7 +50409,6 @@ declare const VTextField: {
|
|
|
49862
50409
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
49863
50410
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
49864
50411
|
centerAffix?: boolean | undefined;
|
|
49865
|
-
baseColor?: string | undefined;
|
|
49866
50412
|
} & {
|
|
49867
50413
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
49868
50414
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -49952,6 +50498,7 @@ declare const VTextField: {
|
|
|
49952
50498
|
theme?: string | undefined;
|
|
49953
50499
|
rounded?: string | number | boolean | undefined;
|
|
49954
50500
|
bgColor?: string | undefined;
|
|
50501
|
+
baseColor?: string | undefined;
|
|
49955
50502
|
appendInnerIcon?: IconValue | undefined;
|
|
49956
50503
|
prependInnerIcon?: IconValue | undefined;
|
|
49957
50504
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -49959,7 +50506,6 @@ declare const VTextField: {
|
|
|
49959
50506
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
49960
50507
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
49961
50508
|
centerAffix?: boolean | undefined;
|
|
49962
|
-
baseColor?: string | undefined;
|
|
49963
50509
|
} & {
|
|
49964
50510
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
49965
50511
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -49968,7 +50514,7 @@ declare const VTextField: {
|
|
|
49968
50514
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
49969
50515
|
modelValue?: unknown;
|
|
49970
50516
|
'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
|
|
49971
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "
|
|
50517
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
49972
50518
|
'click:control': (e: MouseEvent) => true;
|
|
49973
50519
|
'mousedown:control': (e: MouseEvent) => true;
|
|
49974
50520
|
'update:focused': (focused: boolean) => true;
|
|
@@ -50091,6 +50637,7 @@ declare const VTextField: {
|
|
|
50091
50637
|
loading?: string | boolean | undefined;
|
|
50092
50638
|
label?: string | undefined;
|
|
50093
50639
|
prefix?: string | undefined;
|
|
50640
|
+
role?: string | undefined;
|
|
50094
50641
|
class?: any;
|
|
50095
50642
|
placeholder?: string | undefined;
|
|
50096
50643
|
theme?: string | undefined;
|
|
@@ -50100,6 +50647,7 @@ declare const VTextField: {
|
|
|
50100
50647
|
bgColor?: string | undefined;
|
|
50101
50648
|
prependIcon?: IconValue | undefined;
|
|
50102
50649
|
appendIcon?: IconValue | undefined;
|
|
50650
|
+
baseColor?: string | undefined;
|
|
50103
50651
|
appendInnerIcon?: IconValue | undefined;
|
|
50104
50652
|
prependInnerIcon?: IconValue | undefined;
|
|
50105
50653
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -50113,7 +50661,6 @@ declare const VTextField: {
|
|
|
50113
50661
|
centerAffix?: boolean | undefined;
|
|
50114
50662
|
hint?: string | undefined;
|
|
50115
50663
|
hideDetails?: boolean | "auto" | undefined;
|
|
50116
|
-
baseColor?: string | undefined;
|
|
50117
50664
|
suffix?: string | undefined;
|
|
50118
50665
|
counterValue?: ((value: any) => number) | undefined;
|
|
50119
50666
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -50524,13 +51071,13 @@ declare const VTextField: {
|
|
|
50524
51071
|
}>) => void)[] | undefined;
|
|
50525
51072
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
50526
51073
|
bgColor?: string | undefined;
|
|
51074
|
+
baseColor?: string | undefined;
|
|
50527
51075
|
appendInnerIcon?: IconValue | undefined;
|
|
50528
51076
|
prependInnerIcon?: IconValue | undefined;
|
|
50529
51077
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50530
51078
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50531
51079
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50532
51080
|
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
50533
|
-
baseColor?: string | undefined;
|
|
50534
51081
|
};
|
|
50535
51082
|
$attrs: {
|
|
50536
51083
|
[x: string]: unknown;
|
|
@@ -50588,6 +51135,7 @@ declare const VTextField: {
|
|
|
50588
51135
|
theme?: string | undefined;
|
|
50589
51136
|
rounded?: string | number | boolean | undefined;
|
|
50590
51137
|
bgColor?: string | undefined;
|
|
51138
|
+
baseColor?: string | undefined;
|
|
50591
51139
|
appendInnerIcon?: IconValue | undefined;
|
|
50592
51140
|
prependInnerIcon?: IconValue | undefined;
|
|
50593
51141
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -50595,7 +51143,6 @@ declare const VTextField: {
|
|
|
50595
51143
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50596
51144
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
50597
51145
|
centerAffix?: boolean | undefined;
|
|
50598
|
-
baseColor?: string | undefined;
|
|
50599
51146
|
} & {
|
|
50600
51147
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
50601
51148
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -50685,6 +51232,7 @@ declare const VTextField: {
|
|
|
50685
51232
|
theme?: string | undefined;
|
|
50686
51233
|
rounded?: string | number | boolean | undefined;
|
|
50687
51234
|
bgColor?: string | undefined;
|
|
51235
|
+
baseColor?: string | undefined;
|
|
50688
51236
|
appendInnerIcon?: IconValue | undefined;
|
|
50689
51237
|
prependInnerIcon?: IconValue | undefined;
|
|
50690
51238
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -50692,7 +51240,6 @@ declare const VTextField: {
|
|
|
50692
51240
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50693
51241
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
50694
51242
|
centerAffix?: boolean | undefined;
|
|
50695
|
-
baseColor?: string | undefined;
|
|
50696
51243
|
} & {
|
|
50697
51244
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
50698
51245
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -50701,7 +51248,7 @@ declare const VTextField: {
|
|
|
50701
51248
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
50702
51249
|
modelValue?: unknown;
|
|
50703
51250
|
'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
|
|
50704
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "
|
|
51251
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
50705
51252
|
__isFragment?: undefined;
|
|
50706
51253
|
__isTeleport?: undefined;
|
|
50707
51254
|
__isSuspense?: undefined;
|
|
@@ -50738,6 +51285,7 @@ declare const VTextField: {
|
|
|
50738
51285
|
loading?: string | boolean | undefined;
|
|
50739
51286
|
label?: string | undefined;
|
|
50740
51287
|
prefix?: string | undefined;
|
|
51288
|
+
role?: string | undefined;
|
|
50741
51289
|
class?: any;
|
|
50742
51290
|
placeholder?: string | undefined;
|
|
50743
51291
|
theme?: string | undefined;
|
|
@@ -50747,6 +51295,7 @@ declare const VTextField: {
|
|
|
50747
51295
|
bgColor?: string | undefined;
|
|
50748
51296
|
prependIcon?: IconValue | undefined;
|
|
50749
51297
|
appendIcon?: IconValue | undefined;
|
|
51298
|
+
baseColor?: string | undefined;
|
|
50750
51299
|
appendInnerIcon?: IconValue | undefined;
|
|
50751
51300
|
prependInnerIcon?: IconValue | undefined;
|
|
50752
51301
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -50760,7 +51309,6 @@ declare const VTextField: {
|
|
|
50760
51309
|
centerAffix?: boolean | undefined;
|
|
50761
51310
|
hint?: string | undefined;
|
|
50762
51311
|
hideDetails?: boolean | "auto" | undefined;
|
|
50763
|
-
baseColor?: string | undefined;
|
|
50764
51312
|
suffix?: string | undefined;
|
|
50765
51313
|
counterValue?: ((value: any) => number) | undefined;
|
|
50766
51314
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -51171,13 +51719,13 @@ declare const VTextField: {
|
|
|
51171
51719
|
}>) => void)[] | undefined;
|
|
51172
51720
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
51173
51721
|
bgColor?: string | undefined;
|
|
51722
|
+
baseColor?: string | undefined;
|
|
51174
51723
|
appendInnerIcon?: IconValue | undefined;
|
|
51175
51724
|
prependInnerIcon?: IconValue | undefined;
|
|
51176
51725
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51177
51726
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51178
51727
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51179
51728
|
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
51180
|
-
baseColor?: string | undefined;
|
|
51181
51729
|
};
|
|
51182
51730
|
$attrs: {
|
|
51183
51731
|
[x: string]: unknown;
|
|
@@ -51235,6 +51783,7 @@ declare const VTextField: {
|
|
|
51235
51783
|
theme?: string | undefined;
|
|
51236
51784
|
rounded?: string | number | boolean | undefined;
|
|
51237
51785
|
bgColor?: string | undefined;
|
|
51786
|
+
baseColor?: string | undefined;
|
|
51238
51787
|
appendInnerIcon?: IconValue | undefined;
|
|
51239
51788
|
prependInnerIcon?: IconValue | undefined;
|
|
51240
51789
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -51242,7 +51791,6 @@ declare const VTextField: {
|
|
|
51242
51791
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51243
51792
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
51244
51793
|
centerAffix?: boolean | undefined;
|
|
51245
|
-
baseColor?: string | undefined;
|
|
51246
51794
|
} & {
|
|
51247
51795
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
51248
51796
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -51332,6 +51880,7 @@ declare const VTextField: {
|
|
|
51332
51880
|
theme?: string | undefined;
|
|
51333
51881
|
rounded?: string | number | boolean | undefined;
|
|
51334
51882
|
bgColor?: string | undefined;
|
|
51883
|
+
baseColor?: string | undefined;
|
|
51335
51884
|
appendInnerIcon?: IconValue | undefined;
|
|
51336
51885
|
prependInnerIcon?: IconValue | undefined;
|
|
51337
51886
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -51339,7 +51888,6 @@ declare const VTextField: {
|
|
|
51339
51888
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51340
51889
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
51341
51890
|
centerAffix?: boolean | undefined;
|
|
51342
|
-
baseColor?: string | undefined;
|
|
51343
51891
|
} & {
|
|
51344
51892
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
51345
51893
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -51348,7 +51896,7 @@ declare const VTextField: {
|
|
|
51348
51896
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
51349
51897
|
modelValue?: unknown;
|
|
51350
51898
|
'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
|
|
51351
|
-
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "
|
|
51899
|
+
}, VFieldSlots>, "key" | "id" | "color" | "loading" | "label" | "class" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "v-slot:loader" | "baseColor" | "v-slot:label" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | ("flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
51352
51900
|
'click:control': (e: MouseEvent) => true;
|
|
51353
51901
|
'mousedown:control': (e: MouseEvent) => true;
|
|
51354
51902
|
'update:focused': (focused: boolean) => true;
|
|
@@ -51516,6 +52064,7 @@ declare const VTextField: {
|
|
|
51516
52064
|
persistentPlaceholder: BooleanConstructor;
|
|
51517
52065
|
persistentCounter: BooleanConstructor;
|
|
51518
52066
|
suffix: StringConstructor;
|
|
52067
|
+
role: StringConstructor;
|
|
51519
52068
|
type: {
|
|
51520
52069
|
type: StringConstructor;
|
|
51521
52070
|
default: string;
|
|
@@ -51619,6 +52168,7 @@ declare const VTextField: {
|
|
|
51619
52168
|
persistentPlaceholder: BooleanConstructor;
|
|
51620
52169
|
persistentCounter: BooleanConstructor;
|
|
51621
52170
|
suffix: StringConstructor;
|
|
52171
|
+
role: StringConstructor;
|
|
51622
52172
|
type: {
|
|
51623
52173
|
type: StringConstructor;
|
|
51624
52174
|
default: string;
|
|
@@ -52884,6 +53434,7 @@ declare const VTooltip: {
|
|
|
52884
53434
|
maxWidth?: string | number | undefined;
|
|
52885
53435
|
minHeight?: string | number | undefined;
|
|
52886
53436
|
text?: string | undefined;
|
|
53437
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
52887
53438
|
class?: any;
|
|
52888
53439
|
$children?: vue.VNodeChild | {
|
|
52889
53440
|
default?: ((arg: {
|
|
@@ -52952,7 +53503,7 @@ declare const VTooltip: {
|
|
|
52952
53503
|
[key: string]: any;
|
|
52953
53504
|
}>) => void)[] | undefined;
|
|
52954
53505
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
52955
|
-
activator?:
|
|
53506
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
52956
53507
|
"v-slot:activator"?: false | ((arg: {
|
|
52957
53508
|
isActive: boolean;
|
|
52958
53509
|
props: Record<string, any>;
|
|
@@ -53018,10 +53569,11 @@ declare const VTooltip: {
|
|
|
53018
53569
|
maxWidth?: string | number | undefined;
|
|
53019
53570
|
minHeight?: string | number | undefined;
|
|
53020
53571
|
text?: string | undefined;
|
|
53572
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53021
53573
|
class?: any;
|
|
53022
53574
|
theme?: string | undefined;
|
|
53023
53575
|
contentClass?: any;
|
|
53024
|
-
activator?:
|
|
53576
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53025
53577
|
closeDelay?: string | number | undefined;
|
|
53026
53578
|
openDelay?: string | number | undefined;
|
|
53027
53579
|
openOnFocus?: boolean | undefined;
|
|
@@ -53096,6 +53648,7 @@ declare const VTooltip: {
|
|
|
53096
53648
|
maxWidth?: string | number | undefined;
|
|
53097
53649
|
minHeight?: string | number | undefined;
|
|
53098
53650
|
minWidth?: string | number | undefined;
|
|
53651
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53099
53652
|
class?: any;
|
|
53100
53653
|
onAfterLeave?: (() => any) | undefined;
|
|
53101
53654
|
$children?: vue.VNodeChild | {
|
|
@@ -53165,7 +53718,7 @@ declare const VTooltip: {
|
|
|
53165
53718
|
[key: string]: any;
|
|
53166
53719
|
}>) => void)[] | undefined;
|
|
53167
53720
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53168
|
-
activator?:
|
|
53721
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53169
53722
|
"v-slot:activator"?: false | ((arg: {
|
|
53170
53723
|
isActive: boolean;
|
|
53171
53724
|
props: Record<string, any>;
|
|
@@ -53232,10 +53785,11 @@ declare const VTooltip: {
|
|
|
53232
53785
|
maxWidth?: string | number | undefined;
|
|
53233
53786
|
minHeight?: string | number | undefined;
|
|
53234
53787
|
minWidth?: string | number | undefined;
|
|
53788
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53235
53789
|
class?: any;
|
|
53236
53790
|
theme?: string | undefined;
|
|
53237
53791
|
contentClass?: any;
|
|
53238
|
-
activator?:
|
|
53792
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53239
53793
|
closeDelay?: string | number | undefined;
|
|
53240
53794
|
openDelay?: string | number | undefined;
|
|
53241
53795
|
openOnClick?: boolean | undefined;
|
|
@@ -53277,6 +53831,7 @@ declare const VTooltip: {
|
|
|
53277
53831
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
53278
53832
|
}, {
|
|
53279
53833
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
53834
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
53280
53835
|
animateClick: () => void;
|
|
53281
53836
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
53282
53837
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -53378,10 +53933,11 @@ declare const VTooltip: {
|
|
|
53378
53933
|
maxWidth?: string | number | undefined;
|
|
53379
53934
|
minHeight?: string | number | undefined;
|
|
53380
53935
|
minWidth?: string | number | undefined;
|
|
53936
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53381
53937
|
class?: any;
|
|
53382
53938
|
theme?: string | undefined;
|
|
53383
53939
|
contentClass?: any;
|
|
53384
|
-
activator?:
|
|
53940
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53385
53941
|
closeDelay?: string | number | undefined;
|
|
53386
53942
|
openDelay?: string | number | undefined;
|
|
53387
53943
|
openOnClick?: boolean | undefined;
|
|
@@ -53423,12 +53979,13 @@ declare const VTooltip: {
|
|
|
53423
53979
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
53424
53980
|
} & vue.ShallowUnwrapRef<{
|
|
53425
53981
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
53982
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
53426
53983
|
animateClick: () => void;
|
|
53427
53984
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
53428
53985
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
53429
53986
|
localTop: vue.ComputedRef<boolean>;
|
|
53430
53987
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
53431
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
53988
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
53432
53989
|
'update:modelValue': (value: boolean) => boolean;
|
|
53433
53990
|
}, string, {
|
|
53434
53991
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -53521,10 +54078,11 @@ declare const VTooltip: {
|
|
|
53521
54078
|
maxWidth?: string | number | undefined;
|
|
53522
54079
|
minHeight?: string | number | undefined;
|
|
53523
54080
|
text?: string | undefined;
|
|
54081
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53524
54082
|
class?: any;
|
|
53525
54083
|
theme?: string | undefined;
|
|
53526
54084
|
contentClass?: any;
|
|
53527
|
-
activator?:
|
|
54085
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53528
54086
|
closeDelay?: string | number | undefined;
|
|
53529
54087
|
openDelay?: string | number | undefined;
|
|
53530
54088
|
openOnFocus?: boolean | undefined;
|
|
@@ -53599,6 +54157,7 @@ declare const VTooltip: {
|
|
|
53599
54157
|
maxWidth?: string | number | undefined;
|
|
53600
54158
|
minHeight?: string | number | undefined;
|
|
53601
54159
|
minWidth?: string | number | undefined;
|
|
54160
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53602
54161
|
class?: any;
|
|
53603
54162
|
onAfterLeave?: (() => any) | undefined;
|
|
53604
54163
|
$children?: vue.VNodeChild | {
|
|
@@ -53668,7 +54227,7 @@ declare const VTooltip: {
|
|
|
53668
54227
|
[key: string]: any;
|
|
53669
54228
|
}>) => void)[] | undefined;
|
|
53670
54229
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53671
|
-
activator?:
|
|
54230
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53672
54231
|
"v-slot:activator"?: false | ((arg: {
|
|
53673
54232
|
isActive: boolean;
|
|
53674
54233
|
props: Record<string, any>;
|
|
@@ -53735,10 +54294,11 @@ declare const VTooltip: {
|
|
|
53735
54294
|
maxWidth?: string | number | undefined;
|
|
53736
54295
|
minHeight?: string | number | undefined;
|
|
53737
54296
|
minWidth?: string | number | undefined;
|
|
54297
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53738
54298
|
class?: any;
|
|
53739
54299
|
theme?: string | undefined;
|
|
53740
54300
|
contentClass?: any;
|
|
53741
|
-
activator?:
|
|
54301
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53742
54302
|
closeDelay?: string | number | undefined;
|
|
53743
54303
|
openDelay?: string | number | undefined;
|
|
53744
54304
|
openOnClick?: boolean | undefined;
|
|
@@ -53780,6 +54340,7 @@ declare const VTooltip: {
|
|
|
53780
54340
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
53781
54341
|
}, {
|
|
53782
54342
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
54343
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
53783
54344
|
animateClick: () => void;
|
|
53784
54345
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
53785
54346
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -53881,10 +54442,11 @@ declare const VTooltip: {
|
|
|
53881
54442
|
maxWidth?: string | number | undefined;
|
|
53882
54443
|
minHeight?: string | number | undefined;
|
|
53883
54444
|
minWidth?: string | number | undefined;
|
|
54445
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53884
54446
|
class?: any;
|
|
53885
54447
|
theme?: string | undefined;
|
|
53886
54448
|
contentClass?: any;
|
|
53887
|
-
activator?:
|
|
54449
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53888
54450
|
closeDelay?: string | number | undefined;
|
|
53889
54451
|
openDelay?: string | number | undefined;
|
|
53890
54452
|
openOnClick?: boolean | undefined;
|
|
@@ -53926,12 +54488,13 @@ declare const VTooltip: {
|
|
|
53926
54488
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
53927
54489
|
} & vue.ShallowUnwrapRef<{
|
|
53928
54490
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
54491
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
53929
54492
|
animateClick: () => void;
|
|
53930
54493
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
53931
54494
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
53932
54495
|
localTop: vue.ComputedRef<boolean>;
|
|
53933
54496
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
53934
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
54497
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
53935
54498
|
__isFragment?: undefined;
|
|
53936
54499
|
__isTeleport?: undefined;
|
|
53937
54500
|
__isSuspense?: undefined;
|
|
@@ -53968,10 +54531,11 @@ declare const VTooltip: {
|
|
|
53968
54531
|
maxWidth?: string | number | undefined;
|
|
53969
54532
|
minHeight?: string | number | undefined;
|
|
53970
54533
|
text?: string | undefined;
|
|
54534
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53971
54535
|
class?: any;
|
|
53972
54536
|
theme?: string | undefined;
|
|
53973
54537
|
contentClass?: any;
|
|
53974
|
-
activator?:
|
|
54538
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53975
54539
|
closeDelay?: string | number | undefined;
|
|
53976
54540
|
openDelay?: string | number | undefined;
|
|
53977
54541
|
openOnFocus?: boolean | undefined;
|
|
@@ -54046,6 +54610,7 @@ declare const VTooltip: {
|
|
|
54046
54610
|
maxWidth?: string | number | undefined;
|
|
54047
54611
|
minHeight?: string | number | undefined;
|
|
54048
54612
|
minWidth?: string | number | undefined;
|
|
54613
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
54049
54614
|
class?: any;
|
|
54050
54615
|
onAfterLeave?: (() => any) | undefined;
|
|
54051
54616
|
$children?: vue.VNodeChild | {
|
|
@@ -54115,7 +54680,7 @@ declare const VTooltip: {
|
|
|
54115
54680
|
[key: string]: any;
|
|
54116
54681
|
}>) => void)[] | undefined;
|
|
54117
54682
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
54118
|
-
activator?:
|
|
54683
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
54119
54684
|
"v-slot:activator"?: false | ((arg: {
|
|
54120
54685
|
isActive: boolean;
|
|
54121
54686
|
props: Record<string, any>;
|
|
@@ -54182,10 +54747,11 @@ declare const VTooltip: {
|
|
|
54182
54747
|
maxWidth?: string | number | undefined;
|
|
54183
54748
|
minHeight?: string | number | undefined;
|
|
54184
54749
|
minWidth?: string | number | undefined;
|
|
54750
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
54185
54751
|
class?: any;
|
|
54186
54752
|
theme?: string | undefined;
|
|
54187
54753
|
contentClass?: any;
|
|
54188
|
-
activator?:
|
|
54754
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
54189
54755
|
closeDelay?: string | number | undefined;
|
|
54190
54756
|
openDelay?: string | number | undefined;
|
|
54191
54757
|
openOnClick?: boolean | undefined;
|
|
@@ -54227,6 +54793,7 @@ declare const VTooltip: {
|
|
|
54227
54793
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
54228
54794
|
}, {
|
|
54229
54795
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
54796
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
54230
54797
|
animateClick: () => void;
|
|
54231
54798
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
54232
54799
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -54328,10 +54895,11 @@ declare const VTooltip: {
|
|
|
54328
54895
|
maxWidth?: string | number | undefined;
|
|
54329
54896
|
minHeight?: string | number | undefined;
|
|
54330
54897
|
minWidth?: string | number | undefined;
|
|
54898
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
54331
54899
|
class?: any;
|
|
54332
54900
|
theme?: string | undefined;
|
|
54333
54901
|
contentClass?: any;
|
|
54334
|
-
activator?:
|
|
54902
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
54335
54903
|
closeDelay?: string | number | undefined;
|
|
54336
54904
|
openDelay?: string | number | undefined;
|
|
54337
54905
|
openOnClick?: boolean | undefined;
|
|
@@ -54373,12 +54941,13 @@ declare const VTooltip: {
|
|
|
54373
54941
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
54374
54942
|
} & vue.ShallowUnwrapRef<{
|
|
54375
54943
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
54944
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
54376
54945
|
animateClick: () => void;
|
|
54377
54946
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
54378
54947
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
54379
54948
|
localTop: vue.ComputedRef<boolean>;
|
|
54380
54949
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
54381
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
54950
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "target" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
54382
54951
|
'update:modelValue': (value: boolean) => boolean;
|
|
54383
54952
|
}, string, {
|
|
54384
54953
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -54468,6 +55037,7 @@ declare const VTooltip: {
|
|
|
54468
55037
|
type: vue.PropType<vue.StyleValue>;
|
|
54469
55038
|
default: null;
|
|
54470
55039
|
};
|
|
55040
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
54471
55041
|
eager: {
|
|
54472
55042
|
type: vue.PropType<boolean>;
|
|
54473
55043
|
default: boolean;
|
|
@@ -54477,7 +55047,7 @@ declare const VTooltip: {
|
|
|
54477
55047
|
theme: StringConstructor;
|
|
54478
55048
|
contentClass: null;
|
|
54479
55049
|
modelValue: BooleanConstructor;
|
|
54480
|
-
activator: vue.PropType<
|
|
55050
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
54481
55051
|
locationStrategy: Omit<{
|
|
54482
55052
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
54483
55053
|
updateLocation: (e: Event) => void;
|
|
@@ -54592,6 +55162,7 @@ declare const VTooltip: {
|
|
|
54592
55162
|
type: vue.PropType<vue.StyleValue>;
|
|
54593
55163
|
default: null;
|
|
54594
55164
|
};
|
|
55165
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
54595
55166
|
eager: {
|
|
54596
55167
|
type: vue.PropType<boolean>;
|
|
54597
55168
|
default: boolean;
|
|
@@ -54601,7 +55172,7 @@ declare const VTooltip: {
|
|
|
54601
55172
|
theme: StringConstructor;
|
|
54602
55173
|
contentClass: null;
|
|
54603
55174
|
modelValue: BooleanConstructor;
|
|
54604
|
-
activator: vue.PropType<
|
|
55175
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
54605
55176
|
locationStrategy: Omit<{
|
|
54606
55177
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
54607
55178
|
updateLocation: (e: Event) => void;
|
|
@@ -56214,7 +56785,7 @@ declare const VDialogTransition: {
|
|
|
56214
56785
|
$props: {
|
|
56215
56786
|
key?: string | number | symbol | undefined;
|
|
56216
56787
|
style?: unknown;
|
|
56217
|
-
target?: HTMLElement | undefined;
|
|
56788
|
+
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
56218
56789
|
class?: unknown;
|
|
56219
56790
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
56220
56791
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -56281,7 +56852,7 @@ declare const VDialogTransition: {
|
|
|
56281
56852
|
$emit: (event: string, ...args: any[]) => void;
|
|
56282
56853
|
$el: any;
|
|
56283
56854
|
$options: vue.ComponentOptionsBase<{} & {
|
|
56284
|
-
target?: HTMLElement | undefined;
|
|
56855
|
+
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
56285
56856
|
} & {
|
|
56286
56857
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
56287
56858
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -56316,7 +56887,7 @@ declare const VDialogTransition: {
|
|
|
56316
56887
|
$nextTick: typeof vue.nextTick;
|
|
56317
56888
|
$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;
|
|
56318
56889
|
} & {} & {
|
|
56319
|
-
target?: HTMLElement | undefined;
|
|
56890
|
+
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
56320
56891
|
} & {
|
|
56321
56892
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
56322
56893
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -56331,7 +56902,7 @@ declare const VDialogTransition: {
|
|
|
56331
56902
|
__isTeleport?: undefined;
|
|
56332
56903
|
__isSuspense?: undefined;
|
|
56333
56904
|
} & vue.ComponentOptionsBase<{} & {
|
|
56334
|
-
target?: HTMLElement | undefined;
|
|
56905
|
+
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
56335
56906
|
} & {
|
|
56336
56907
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
56337
56908
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -56346,9 +56917,9 @@ declare const VDialogTransition: {
|
|
|
56346
56917
|
[key: string]: any;
|
|
56347
56918
|
}>[];
|
|
56348
56919
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
56349
|
-
target: PropType<HTMLElement>;
|
|
56920
|
+
target: PropType<HTMLElement | [x: number, y: number]>;
|
|
56350
56921
|
}, vue.ExtractPropTypes<{
|
|
56351
|
-
target: PropType<HTMLElement>;
|
|
56922
|
+
target: PropType<HTMLElement | [x: number, y: number]>;
|
|
56352
56923
|
}>>;
|
|
56353
56924
|
type VDialogTransition = InstanceType<typeof VDialogTransition>;
|
|
56354
56925
|
|