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
package/dist/vuetify.d.ts
CHANGED
|
@@ -101,6 +101,9 @@ type DisplayBreakpoint = 'xs' | Breakpoint;
|
|
|
101
101
|
type DisplayThresholds = {
|
|
102
102
|
[key in DisplayBreakpoint]: number;
|
|
103
103
|
};
|
|
104
|
+
interface DisplayProps {
|
|
105
|
+
mobileBreakpoint?: number | DisplayBreakpoint;
|
|
106
|
+
}
|
|
104
107
|
interface DisplayOptions {
|
|
105
108
|
mobileBreakpoint?: number | DisplayBreakpoint;
|
|
106
109
|
thresholds?: Partial<DisplayThresholds>;
|
|
@@ -148,7 +151,35 @@ interface DisplayInstance {
|
|
|
148
151
|
thresholds: Ref<DisplayThresholds>;
|
|
149
152
|
update(): void;
|
|
150
153
|
}
|
|
151
|
-
declare function useDisplay():
|
|
154
|
+
declare function useDisplay(props?: DisplayProps, name?: string): {
|
|
155
|
+
displayClasses: vue.ComputedRef<{
|
|
156
|
+
[x: string]: boolean;
|
|
157
|
+
}>;
|
|
158
|
+
mobile: vue.ComputedRef<boolean>;
|
|
159
|
+
xs: Ref<boolean>;
|
|
160
|
+
sm: Ref<boolean>;
|
|
161
|
+
md: Ref<boolean>;
|
|
162
|
+
lg: Ref<boolean>;
|
|
163
|
+
xl: Ref<boolean>;
|
|
164
|
+
xxl: Ref<boolean>;
|
|
165
|
+
smAndUp: Ref<boolean>;
|
|
166
|
+
mdAndUp: Ref<boolean>;
|
|
167
|
+
lgAndUp: Ref<boolean>;
|
|
168
|
+
xlAndUp: Ref<boolean>;
|
|
169
|
+
smAndDown: Ref<boolean>;
|
|
170
|
+
mdAndDown: Ref<boolean>;
|
|
171
|
+
lgAndDown: Ref<boolean>;
|
|
172
|
+
xlAndDown: Ref<boolean>;
|
|
173
|
+
name: Ref<DisplayBreakpoint>;
|
|
174
|
+
height: Ref<number>;
|
|
175
|
+
width: Ref<number>;
|
|
176
|
+
mobileBreakpoint: Ref<number | DisplayBreakpoint>;
|
|
177
|
+
platform: Ref<DisplayPlatform>;
|
|
178
|
+
thresholds: Ref<DisplayThresholds>;
|
|
179
|
+
/** @internal */
|
|
180
|
+
ssr: boolean;
|
|
181
|
+
update(): void;
|
|
182
|
+
};
|
|
152
183
|
|
|
153
184
|
declare const block: readonly ["top", "bottom"];
|
|
154
185
|
declare const inline: readonly ["start", "end", "left", "right"];
|
|
@@ -1627,7 +1658,7 @@ declare const VAppBar: {
|
|
|
1627
1658
|
name?: string | undefined;
|
|
1628
1659
|
border?: string | number | boolean | undefined;
|
|
1629
1660
|
color?: string | undefined;
|
|
1630
|
-
scrollBehavior?:
|
|
1661
|
+
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1631
1662
|
title?: string | undefined;
|
|
1632
1663
|
image?: string | undefined;
|
|
1633
1664
|
class?: any;
|
|
@@ -1748,7 +1779,7 @@ declare const VAppBar: {
|
|
|
1748
1779
|
name?: string | undefined;
|
|
1749
1780
|
border?: string | number | boolean | undefined;
|
|
1750
1781
|
color?: string | undefined;
|
|
1751
|
-
scrollBehavior?:
|
|
1782
|
+
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1752
1783
|
title?: string | undefined;
|
|
1753
1784
|
image?: string | undefined;
|
|
1754
1785
|
class?: any;
|
|
@@ -1858,7 +1889,7 @@ declare const VAppBar: {
|
|
|
1858
1889
|
name?: string | undefined;
|
|
1859
1890
|
border?: string | number | boolean | undefined;
|
|
1860
1891
|
color?: string | undefined;
|
|
1861
|
-
scrollBehavior?:
|
|
1892
|
+
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1862
1893
|
title?: string | undefined;
|
|
1863
1894
|
image?: string | undefined;
|
|
1864
1895
|
class?: any;
|
|
@@ -1915,7 +1946,7 @@ declare const VAppBar: {
|
|
|
1915
1946
|
name?: string | undefined;
|
|
1916
1947
|
border?: string | number | boolean | undefined;
|
|
1917
1948
|
color?: string | undefined;
|
|
1918
|
-
scrollBehavior?:
|
|
1949
|
+
scrollBehavior?: "hide" | "collapse" | "inverted" | "elevate" | "fade-image" | undefined;
|
|
1919
1950
|
title?: string | undefined;
|
|
1920
1951
|
image?: string | undefined;
|
|
1921
1952
|
class?: any;
|
|
@@ -2044,7 +2075,7 @@ declare const VAppBar: {
|
|
|
2044
2075
|
floating: BooleanConstructor;
|
|
2045
2076
|
image: StringConstructor;
|
|
2046
2077
|
title: StringConstructor;
|
|
2047
|
-
scrollBehavior:
|
|
2078
|
+
scrollBehavior: PropType<"hide" | "collapse" | "inverted" | "elevate" | "fade-image">;
|
|
2048
2079
|
modelValue: {
|
|
2049
2080
|
type: BooleanConstructor;
|
|
2050
2081
|
default: boolean;
|
|
@@ -2112,7 +2143,7 @@ declare const VAppBar: {
|
|
|
2112
2143
|
floating: BooleanConstructor;
|
|
2113
2144
|
image: StringConstructor;
|
|
2114
2145
|
title: StringConstructor;
|
|
2115
|
-
scrollBehavior:
|
|
2146
|
+
scrollBehavior: PropType<"hide" | "collapse" | "inverted" | "elevate" | "fade-image">;
|
|
2116
2147
|
modelValue: {
|
|
2117
2148
|
type: BooleanConstructor;
|
|
2118
2149
|
default: boolean;
|
|
@@ -3784,13 +3815,13 @@ declare const VField: {
|
|
|
3784
3815
|
}>) => void)[] | undefined;
|
|
3785
3816
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
3786
3817
|
bgColor?: string | undefined;
|
|
3818
|
+
baseColor?: string | undefined;
|
|
3787
3819
|
appendInnerIcon?: IconValue | undefined;
|
|
3788
3820
|
prependInnerIcon?: IconValue | undefined;
|
|
3789
3821
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3790
3822
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3791
3823
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3792
3824
|
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
3793
|
-
baseColor?: string | undefined;
|
|
3794
3825
|
};
|
|
3795
3826
|
$attrs: {
|
|
3796
3827
|
[x: string]: unknown;
|
|
@@ -3848,6 +3879,7 @@ declare const VField: {
|
|
|
3848
3879
|
theme?: string | undefined;
|
|
3849
3880
|
rounded?: string | number | boolean | undefined;
|
|
3850
3881
|
bgColor?: string | undefined;
|
|
3882
|
+
baseColor?: string | undefined;
|
|
3851
3883
|
appendInnerIcon?: IconValue | undefined;
|
|
3852
3884
|
prependInnerIcon?: IconValue | undefined;
|
|
3853
3885
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -3855,7 +3887,6 @@ declare const VField: {
|
|
|
3855
3887
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3856
3888
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
3857
3889
|
centerAffix?: boolean | undefined;
|
|
3858
|
-
baseColor?: string | undefined;
|
|
3859
3890
|
} & {
|
|
3860
3891
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
3861
3892
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -3945,6 +3976,7 @@ declare const VField: {
|
|
|
3945
3976
|
theme?: string | undefined;
|
|
3946
3977
|
rounded?: string | number | boolean | undefined;
|
|
3947
3978
|
bgColor?: string | undefined;
|
|
3979
|
+
baseColor?: string | undefined;
|
|
3948
3980
|
appendInnerIcon?: IconValue | undefined;
|
|
3949
3981
|
prependInnerIcon?: IconValue | undefined;
|
|
3950
3982
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -3952,7 +3984,6 @@ declare const VField: {
|
|
|
3952
3984
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3953
3985
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
3954
3986
|
centerAffix?: boolean | undefined;
|
|
3955
|
-
baseColor?: string | undefined;
|
|
3956
3987
|
} & {
|
|
3957
3988
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
3958
3989
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -3985,6 +4016,7 @@ declare const VField: {
|
|
|
3985
4016
|
theme?: string | undefined;
|
|
3986
4017
|
rounded?: string | number | boolean | undefined;
|
|
3987
4018
|
bgColor?: string | undefined;
|
|
4019
|
+
baseColor?: string | undefined;
|
|
3988
4020
|
appendInnerIcon?: IconValue | undefined;
|
|
3989
4021
|
prependInnerIcon?: IconValue | undefined;
|
|
3990
4022
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -3992,7 +4024,6 @@ declare const VField: {
|
|
|
3992
4024
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
3993
4025
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
3994
4026
|
centerAffix?: boolean | undefined;
|
|
3995
|
-
baseColor?: string | undefined;
|
|
3996
4027
|
} & {
|
|
3997
4028
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
3998
4029
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -4961,7 +4992,7 @@ type FilterMode = 'some' | 'every' | 'union' | 'intersection';
|
|
|
4961
4992
|
interface ScrollStrategyData {
|
|
4962
4993
|
root: Ref<HTMLElement | undefined>;
|
|
4963
4994
|
contentEl: Ref<HTMLElement | undefined>;
|
|
4964
|
-
|
|
4995
|
+
targetEl: Ref<HTMLElement | undefined>;
|
|
4965
4996
|
isActive: Ref<boolean>;
|
|
4966
4997
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
4967
4998
|
}
|
|
@@ -4982,7 +5013,7 @@ declare function repositionScrollStrategy(data: ScrollStrategyData, props: Strat
|
|
|
4982
5013
|
|
|
4983
5014
|
interface LocationStrategyData {
|
|
4984
5015
|
contentEl: Ref<HTMLElement | undefined>;
|
|
4985
|
-
|
|
5016
|
+
target: Ref<HTMLElement | [x: number, y: number] | undefined>;
|
|
4986
5017
|
isActive: Ref<boolean>;
|
|
4987
5018
|
isRtl: Ref<boolean>;
|
|
4988
5019
|
}
|
|
@@ -5045,6 +5076,7 @@ declare const VAutocomplete: {
|
|
|
5045
5076
|
})> | undefined;
|
|
5046
5077
|
menu?: boolean | undefined;
|
|
5047
5078
|
style?: vue.StyleValue | undefined;
|
|
5079
|
+
role?: string | undefined;
|
|
5048
5080
|
autofocus?: boolean | undefined;
|
|
5049
5081
|
eager?: boolean | undefined;
|
|
5050
5082
|
disabled?: boolean | undefined;
|
|
@@ -5073,6 +5105,8 @@ declare const VAutocomplete: {
|
|
|
5073
5105
|
persistentCounter?: boolean | undefined;
|
|
5074
5106
|
chips?: boolean | undefined;
|
|
5075
5107
|
closableChips?: boolean | undefined;
|
|
5108
|
+
closeText?: string | undefined;
|
|
5109
|
+
openText?: string | undefined;
|
|
5076
5110
|
hideNoData?: boolean | undefined;
|
|
5077
5111
|
hideSelected?: boolean | undefined;
|
|
5078
5112
|
menuIcon?: IconValue | undefined;
|
|
@@ -5137,6 +5171,7 @@ declare const VAutocomplete: {
|
|
|
5137
5171
|
bgColor?: string | undefined;
|
|
5138
5172
|
prependIcon?: IconValue | undefined;
|
|
5139
5173
|
appendIcon?: IconValue | undefined;
|
|
5174
|
+
baseColor?: string | undefined;
|
|
5140
5175
|
prependInnerIcon?: IconValue | undefined;
|
|
5141
5176
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
5142
5177
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -5147,7 +5182,6 @@ declare const VAutocomplete: {
|
|
|
5147
5182
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
5148
5183
|
hint?: string | undefined;
|
|
5149
5184
|
hideDetails?: boolean | "auto" | undefined;
|
|
5150
|
-
baseColor?: string | undefined;
|
|
5151
5185
|
suffix?: string | undefined;
|
|
5152
5186
|
counterValue?: ((value: any) => number) | undefined;
|
|
5153
5187
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -5189,6 +5223,7 @@ declare const VAutocomplete: {
|
|
|
5189
5223
|
maxWidth?: string | number | undefined;
|
|
5190
5224
|
minHeight?: string | number | undefined;
|
|
5191
5225
|
minWidth?: string | number | undefined;
|
|
5226
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
5192
5227
|
class?: any;
|
|
5193
5228
|
$children?: vue.VNodeChild | {
|
|
5194
5229
|
default?: ((arg: {
|
|
@@ -5257,7 +5292,7 @@ declare const VAutocomplete: {
|
|
|
5257
5292
|
[key: string]: any;
|
|
5258
5293
|
}>) => void)[] | undefined;
|
|
5259
5294
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5260
|
-
activator?:
|
|
5295
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
5261
5296
|
"v-slot:activator"?: false | ((arg: {
|
|
5262
5297
|
isActive: boolean;
|
|
5263
5298
|
props: Record<string, any>;
|
|
@@ -5355,6 +5390,7 @@ declare const VAutocomplete: {
|
|
|
5355
5390
|
})>;
|
|
5356
5391
|
menu: boolean;
|
|
5357
5392
|
style: vue.StyleValue;
|
|
5393
|
+
role: string;
|
|
5358
5394
|
autofocus: boolean;
|
|
5359
5395
|
eager: boolean;
|
|
5360
5396
|
disabled: boolean;
|
|
@@ -5381,6 +5417,8 @@ declare const VAutocomplete: {
|
|
|
5381
5417
|
persistentCounter: boolean;
|
|
5382
5418
|
chips: boolean;
|
|
5383
5419
|
closableChips: boolean;
|
|
5420
|
+
closeText: string;
|
|
5421
|
+
openText: string;
|
|
5384
5422
|
hideNoData: boolean;
|
|
5385
5423
|
hideSelected: boolean;
|
|
5386
5424
|
menuIcon: IconValue;
|
|
@@ -5404,6 +5442,7 @@ declare const VAutocomplete: {
|
|
|
5404
5442
|
bgColor?: string | undefined;
|
|
5405
5443
|
prependIcon?: IconValue | undefined;
|
|
5406
5444
|
appendIcon?: IconValue | undefined;
|
|
5445
|
+
baseColor?: string | undefined;
|
|
5407
5446
|
prependInnerIcon?: IconValue | undefined;
|
|
5408
5447
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
5409
5448
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -5415,7 +5454,6 @@ declare const VAutocomplete: {
|
|
|
5415
5454
|
centerAffix?: boolean | undefined;
|
|
5416
5455
|
hint?: string | undefined;
|
|
5417
5456
|
hideDetails?: boolean | "auto" | undefined;
|
|
5418
|
-
baseColor?: string | undefined;
|
|
5419
5457
|
suffix?: string | undefined;
|
|
5420
5458
|
counterValue?: ((value: any) => number) | undefined;
|
|
5421
5459
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -5457,6 +5495,7 @@ declare const VAutocomplete: {
|
|
|
5457
5495
|
maxWidth?: string | number | undefined;
|
|
5458
5496
|
minHeight?: string | number | undefined;
|
|
5459
5497
|
minWidth?: string | number | undefined;
|
|
5498
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
5460
5499
|
class?: any;
|
|
5461
5500
|
$children?: vue.VNodeChild | {
|
|
5462
5501
|
default?: ((arg: {
|
|
@@ -5525,7 +5564,7 @@ declare const VAutocomplete: {
|
|
|
5525
5564
|
[key: string]: any;
|
|
5526
5565
|
}>) => void)[] | undefined;
|
|
5527
5566
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5528
|
-
activator?:
|
|
5567
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
5529
5568
|
"v-slot:activator"?: false | ((arg: {
|
|
5530
5569
|
isActive: boolean;
|
|
5531
5570
|
props: Record<string, any>;
|
|
@@ -5559,6 +5598,7 @@ declare const VAutocomplete: {
|
|
|
5559
5598
|
})>;
|
|
5560
5599
|
menu: boolean;
|
|
5561
5600
|
style: vue.StyleValue;
|
|
5601
|
+
role: string;
|
|
5562
5602
|
autofocus: boolean;
|
|
5563
5603
|
eager: boolean;
|
|
5564
5604
|
disabled: boolean;
|
|
@@ -5587,6 +5627,8 @@ declare const VAutocomplete: {
|
|
|
5587
5627
|
persistentCounter: boolean;
|
|
5588
5628
|
chips: boolean;
|
|
5589
5629
|
closableChips: boolean;
|
|
5630
|
+
closeText: string;
|
|
5631
|
+
openText: string;
|
|
5590
5632
|
hideNoData: boolean;
|
|
5591
5633
|
hideSelected: boolean;
|
|
5592
5634
|
menuIcon: IconValue;
|
|
@@ -5686,6 +5728,7 @@ declare const VAutocomplete: {
|
|
|
5686
5728
|
})>;
|
|
5687
5729
|
menu: boolean;
|
|
5688
5730
|
style: vue.StyleValue;
|
|
5731
|
+
role: string;
|
|
5689
5732
|
autofocus: boolean;
|
|
5690
5733
|
eager: boolean;
|
|
5691
5734
|
disabled: boolean;
|
|
@@ -5712,6 +5755,8 @@ declare const VAutocomplete: {
|
|
|
5712
5755
|
persistentCounter: boolean;
|
|
5713
5756
|
chips: boolean;
|
|
5714
5757
|
closableChips: boolean;
|
|
5758
|
+
closeText: string;
|
|
5759
|
+
openText: string;
|
|
5715
5760
|
hideNoData: boolean;
|
|
5716
5761
|
hideSelected: boolean;
|
|
5717
5762
|
menuIcon: IconValue;
|
|
@@ -5735,6 +5780,7 @@ declare const VAutocomplete: {
|
|
|
5735
5780
|
bgColor?: string | undefined;
|
|
5736
5781
|
prependIcon?: IconValue | undefined;
|
|
5737
5782
|
appendIcon?: IconValue | undefined;
|
|
5783
|
+
baseColor?: string | undefined;
|
|
5738
5784
|
prependInnerIcon?: IconValue | undefined;
|
|
5739
5785
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
5740
5786
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -5746,7 +5792,6 @@ declare const VAutocomplete: {
|
|
|
5746
5792
|
centerAffix?: boolean | undefined;
|
|
5747
5793
|
hint?: string | undefined;
|
|
5748
5794
|
hideDetails?: boolean | "auto" | undefined;
|
|
5749
|
-
baseColor?: string | undefined;
|
|
5750
5795
|
suffix?: string | undefined;
|
|
5751
5796
|
counterValue?: ((value: any) => number) | undefined;
|
|
5752
5797
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -5788,6 +5833,7 @@ declare const VAutocomplete: {
|
|
|
5788
5833
|
maxWidth?: string | number | undefined;
|
|
5789
5834
|
minHeight?: string | number | undefined;
|
|
5790
5835
|
minWidth?: string | number | undefined;
|
|
5836
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
5791
5837
|
class?: any;
|
|
5792
5838
|
$children?: vue.VNodeChild | {
|
|
5793
5839
|
default?: ((arg: {
|
|
@@ -5856,7 +5902,7 @@ declare const VAutocomplete: {
|
|
|
5856
5902
|
[key: string]: any;
|
|
5857
5903
|
}>) => void)[] | undefined;
|
|
5858
5904
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5859
|
-
activator?:
|
|
5905
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
5860
5906
|
"v-slot:activator"?: false | ((arg: {
|
|
5861
5907
|
isActive: boolean;
|
|
5862
5908
|
props: Record<string, any>;
|
|
@@ -5889,6 +5935,7 @@ declare const VAutocomplete: {
|
|
|
5889
5935
|
})>;
|
|
5890
5936
|
menu: boolean;
|
|
5891
5937
|
style: vue.StyleValue;
|
|
5938
|
+
role: string;
|
|
5892
5939
|
autofocus: boolean;
|
|
5893
5940
|
eager: boolean;
|
|
5894
5941
|
disabled: boolean;
|
|
@@ -5915,6 +5962,8 @@ declare const VAutocomplete: {
|
|
|
5915
5962
|
persistentCounter: boolean;
|
|
5916
5963
|
chips: boolean;
|
|
5917
5964
|
closableChips: boolean;
|
|
5965
|
+
closeText: string;
|
|
5966
|
+
openText: string;
|
|
5918
5967
|
hideNoData: boolean;
|
|
5919
5968
|
hideSelected: boolean;
|
|
5920
5969
|
menuIcon: IconValue;
|
|
@@ -5938,6 +5987,7 @@ declare const VAutocomplete: {
|
|
|
5938
5987
|
bgColor?: string | undefined;
|
|
5939
5988
|
prependIcon?: IconValue | undefined;
|
|
5940
5989
|
appendIcon?: IconValue | undefined;
|
|
5990
|
+
baseColor?: string | undefined;
|
|
5941
5991
|
prependInnerIcon?: IconValue | undefined;
|
|
5942
5992
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
5943
5993
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -5949,7 +5999,6 @@ declare const VAutocomplete: {
|
|
|
5949
5999
|
centerAffix?: boolean | undefined;
|
|
5950
6000
|
hint?: string | undefined;
|
|
5951
6001
|
hideDetails?: boolean | "auto" | undefined;
|
|
5952
|
-
baseColor?: string | undefined;
|
|
5953
6002
|
suffix?: string | undefined;
|
|
5954
6003
|
counterValue?: ((value: any) => number) | undefined;
|
|
5955
6004
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -5991,6 +6040,7 @@ declare const VAutocomplete: {
|
|
|
5991
6040
|
maxWidth?: string | number | undefined;
|
|
5992
6041
|
minHeight?: string | number | undefined;
|
|
5993
6042
|
minWidth?: string | number | undefined;
|
|
6043
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
5994
6044
|
class?: any;
|
|
5995
6045
|
$children?: vue.VNodeChild | {
|
|
5996
6046
|
default?: ((arg: {
|
|
@@ -6059,7 +6109,7 @@ declare const VAutocomplete: {
|
|
|
6059
6109
|
[key: string]: any;
|
|
6060
6110
|
}>) => void)[] | undefined;
|
|
6061
6111
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6062
|
-
activator?:
|
|
6112
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6063
6113
|
"v-slot:activator"?: false | ((arg: {
|
|
6064
6114
|
isActive: boolean;
|
|
6065
6115
|
props: Record<string, any>;
|
|
@@ -6093,6 +6143,7 @@ declare const VAutocomplete: {
|
|
|
6093
6143
|
})>;
|
|
6094
6144
|
menu: boolean;
|
|
6095
6145
|
style: vue.StyleValue;
|
|
6146
|
+
role: string;
|
|
6096
6147
|
autofocus: boolean;
|
|
6097
6148
|
eager: boolean;
|
|
6098
6149
|
disabled: boolean;
|
|
@@ -6121,6 +6172,8 @@ declare const VAutocomplete: {
|
|
|
6121
6172
|
persistentCounter: boolean;
|
|
6122
6173
|
chips: boolean;
|
|
6123
6174
|
closableChips: boolean;
|
|
6175
|
+
closeText: string;
|
|
6176
|
+
openText: string;
|
|
6124
6177
|
hideNoData: boolean;
|
|
6125
6178
|
hideSelected: boolean;
|
|
6126
6179
|
menuIcon: IconValue;
|
|
@@ -6274,6 +6327,10 @@ declare const VAutocomplete: {
|
|
|
6274
6327
|
default: null;
|
|
6275
6328
|
};
|
|
6276
6329
|
prefix: StringConstructor;
|
|
6330
|
+
role: {
|
|
6331
|
+
type: PropType<string>;
|
|
6332
|
+
default: string;
|
|
6333
|
+
};
|
|
6277
6334
|
autofocus: BooleanConstructor;
|
|
6278
6335
|
disabled: {
|
|
6279
6336
|
type: BooleanConstructor;
|
|
@@ -6312,6 +6369,7 @@ declare const VAutocomplete: {
|
|
|
6312
6369
|
bgColor: StringConstructor;
|
|
6313
6370
|
prependIcon: PropType<IconValue>;
|
|
6314
6371
|
appendIcon: PropType<IconValue>;
|
|
6372
|
+
baseColor: StringConstructor;
|
|
6315
6373
|
clearIcon: {
|
|
6316
6374
|
type: PropType<IconValue>;
|
|
6317
6375
|
default: string;
|
|
@@ -6344,7 +6402,6 @@ declare const VAutocomplete: {
|
|
|
6344
6402
|
hint: StringConstructor;
|
|
6345
6403
|
persistentHint: BooleanConstructor;
|
|
6346
6404
|
hideDetails: PropType<boolean | "auto">;
|
|
6347
|
-
baseColor: StringConstructor;
|
|
6348
6405
|
clearable: BooleanConstructor;
|
|
6349
6406
|
persistentClear: BooleanConstructor;
|
|
6350
6407
|
singleLine: BooleanConstructor;
|
|
@@ -6379,6 +6436,14 @@ declare const VAutocomplete: {
|
|
|
6379
6436
|
returnObject: BooleanConstructor;
|
|
6380
6437
|
chips: BooleanConstructor;
|
|
6381
6438
|
closableChips: BooleanConstructor;
|
|
6439
|
+
closeText: {
|
|
6440
|
+
type: StringConstructor;
|
|
6441
|
+
default: string;
|
|
6442
|
+
};
|
|
6443
|
+
openText: {
|
|
6444
|
+
type: StringConstructor;
|
|
6445
|
+
default: string;
|
|
6446
|
+
};
|
|
6382
6447
|
eager: BooleanConstructor;
|
|
6383
6448
|
hideNoData: BooleanConstructor;
|
|
6384
6449
|
hideSelected: BooleanConstructor;
|
|
@@ -6426,6 +6491,7 @@ declare const VAutocomplete: {
|
|
|
6426
6491
|
maxWidth?: string | number | undefined;
|
|
6427
6492
|
minHeight?: string | number | undefined;
|
|
6428
6493
|
minWidth?: string | number | undefined;
|
|
6494
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
6429
6495
|
class?: any;
|
|
6430
6496
|
$children?: vue.VNodeChild | {
|
|
6431
6497
|
default?: ((arg: {
|
|
@@ -6494,7 +6560,7 @@ declare const VAutocomplete: {
|
|
|
6494
6560
|
[key: string]: any;
|
|
6495
6561
|
}>) => void)[] | undefined;
|
|
6496
6562
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6497
|
-
activator?:
|
|
6563
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6498
6564
|
"v-slot:activator"?: false | ((arg: {
|
|
6499
6565
|
isActive: boolean;
|
|
6500
6566
|
props: Record<string, any>;
|
|
@@ -6567,6 +6633,10 @@ declare const VAutocomplete: {
|
|
|
6567
6633
|
default: null;
|
|
6568
6634
|
};
|
|
6569
6635
|
prefix: StringConstructor;
|
|
6636
|
+
role: {
|
|
6637
|
+
type: PropType<string>;
|
|
6638
|
+
default: string;
|
|
6639
|
+
};
|
|
6570
6640
|
autofocus: BooleanConstructor;
|
|
6571
6641
|
disabled: {
|
|
6572
6642
|
type: BooleanConstructor;
|
|
@@ -6605,6 +6675,7 @@ declare const VAutocomplete: {
|
|
|
6605
6675
|
bgColor: StringConstructor;
|
|
6606
6676
|
prependIcon: PropType<IconValue>;
|
|
6607
6677
|
appendIcon: PropType<IconValue>;
|
|
6678
|
+
baseColor: StringConstructor;
|
|
6608
6679
|
clearIcon: {
|
|
6609
6680
|
type: PropType<IconValue>;
|
|
6610
6681
|
default: string;
|
|
@@ -6637,7 +6708,6 @@ declare const VAutocomplete: {
|
|
|
6637
6708
|
hint: StringConstructor;
|
|
6638
6709
|
persistentHint: BooleanConstructor;
|
|
6639
6710
|
hideDetails: PropType<boolean | "auto">;
|
|
6640
|
-
baseColor: StringConstructor;
|
|
6641
6711
|
clearable: BooleanConstructor;
|
|
6642
6712
|
persistentClear: BooleanConstructor;
|
|
6643
6713
|
singleLine: BooleanConstructor;
|
|
@@ -6672,6 +6742,14 @@ declare const VAutocomplete: {
|
|
|
6672
6742
|
returnObject: BooleanConstructor;
|
|
6673
6743
|
chips: BooleanConstructor;
|
|
6674
6744
|
closableChips: BooleanConstructor;
|
|
6745
|
+
closeText: {
|
|
6746
|
+
type: StringConstructor;
|
|
6747
|
+
default: string;
|
|
6748
|
+
};
|
|
6749
|
+
openText: {
|
|
6750
|
+
type: StringConstructor;
|
|
6751
|
+
default: string;
|
|
6752
|
+
};
|
|
6675
6753
|
eager: BooleanConstructor;
|
|
6676
6754
|
hideNoData: BooleanConstructor;
|
|
6677
6755
|
hideSelected: BooleanConstructor;
|
|
@@ -6719,6 +6797,7 @@ declare const VAutocomplete: {
|
|
|
6719
6797
|
maxWidth?: string | number | undefined;
|
|
6720
6798
|
minHeight?: string | number | undefined;
|
|
6721
6799
|
minWidth?: string | number | undefined;
|
|
6800
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
6722
6801
|
class?: any;
|
|
6723
6802
|
$children?: vue.VNodeChild | {
|
|
6724
6803
|
default?: ((arg: {
|
|
@@ -6787,7 +6866,7 @@ declare const VAutocomplete: {
|
|
|
6787
6866
|
[key: string]: any;
|
|
6788
6867
|
}>) => void)[] | undefined;
|
|
6789
6868
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
6790
|
-
activator?:
|
|
6869
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
6791
6870
|
"v-slot:activator"?: false | ((arg: {
|
|
6792
6871
|
isActive: boolean;
|
|
6793
6872
|
props: Record<string, any>;
|
|
@@ -6841,6 +6920,7 @@ declare const VAvatar: {
|
|
|
6841
6920
|
key?: string | number | symbol | undefined;
|
|
6842
6921
|
color?: string | undefined;
|
|
6843
6922
|
image?: string | undefined;
|
|
6923
|
+
text?: string | undefined;
|
|
6844
6924
|
class?: any;
|
|
6845
6925
|
icon?: IconValue | undefined;
|
|
6846
6926
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -6919,6 +6999,7 @@ declare const VAvatar: {
|
|
|
6919
6999
|
} & {
|
|
6920
7000
|
color?: string | undefined;
|
|
6921
7001
|
image?: string | undefined;
|
|
7002
|
+
text?: string | undefined;
|
|
6922
7003
|
class?: any;
|
|
6923
7004
|
icon?: IconValue | undefined;
|
|
6924
7005
|
theme?: string | undefined;
|
|
@@ -6976,6 +7057,7 @@ declare const VAvatar: {
|
|
|
6976
7057
|
} & {
|
|
6977
7058
|
color?: string | undefined;
|
|
6978
7059
|
image?: string | undefined;
|
|
7060
|
+
text?: string | undefined;
|
|
6979
7061
|
class?: any;
|
|
6980
7062
|
icon?: IconValue | undefined;
|
|
6981
7063
|
theme?: string | undefined;
|
|
@@ -7004,6 +7086,7 @@ declare const VAvatar: {
|
|
|
7004
7086
|
} & {
|
|
7005
7087
|
color?: string | undefined;
|
|
7006
7088
|
image?: string | undefined;
|
|
7089
|
+
text?: string | undefined;
|
|
7007
7090
|
class?: any;
|
|
7008
7091
|
icon?: IconValue | undefined;
|
|
7009
7092
|
theme?: string | undefined;
|
|
@@ -7067,6 +7150,7 @@ declare const VAvatar: {
|
|
|
7067
7150
|
end: BooleanConstructor;
|
|
7068
7151
|
icon: vue.PropType<IconValue>;
|
|
7069
7152
|
image: StringConstructor;
|
|
7153
|
+
text: StringConstructor;
|
|
7070
7154
|
}, vue.ExtractPropTypes<{
|
|
7071
7155
|
color: StringConstructor;
|
|
7072
7156
|
variant: Omit<{
|
|
@@ -7104,6 +7188,7 @@ declare const VAvatar: {
|
|
|
7104
7188
|
end: BooleanConstructor;
|
|
7105
7189
|
icon: vue.PropType<IconValue>;
|
|
7106
7190
|
image: StringConstructor;
|
|
7191
|
+
text: StringConstructor;
|
|
7107
7192
|
}>>;
|
|
7108
7193
|
type VAvatar = InstanceType<typeof VAvatar>;
|
|
7109
7194
|
|
|
@@ -7570,6 +7655,7 @@ declare const VBanner: {
|
|
|
7570
7655
|
}>) => void)[] | undefined;
|
|
7571
7656
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
7572
7657
|
lines?: "one" | "two" | "three" | undefined;
|
|
7658
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
7573
7659
|
avatar?: string | undefined;
|
|
7574
7660
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
|
7575
7661
|
};
|
|
@@ -7621,6 +7707,7 @@ declare const VBanner: {
|
|
|
7621
7707
|
theme?: string | undefined;
|
|
7622
7708
|
rounded?: string | number | boolean | undefined;
|
|
7623
7709
|
lines?: "one" | "two" | "three" | undefined;
|
|
7710
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
7624
7711
|
avatar?: string | undefined;
|
|
7625
7712
|
} & {
|
|
7626
7713
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -7704,6 +7791,7 @@ declare const VBanner: {
|
|
|
7704
7791
|
theme?: string | undefined;
|
|
7705
7792
|
rounded?: string | number | boolean | undefined;
|
|
7706
7793
|
lines?: "one" | "two" | "three" | undefined;
|
|
7794
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
7707
7795
|
avatar?: string | undefined;
|
|
7708
7796
|
} & {
|
|
7709
7797
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -7751,6 +7839,7 @@ declare const VBanner: {
|
|
|
7751
7839
|
theme?: string | undefined;
|
|
7752
7840
|
rounded?: string | number | boolean | undefined;
|
|
7753
7841
|
lines?: "one" | "two" | "three" | undefined;
|
|
7842
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
7754
7843
|
avatar?: string | undefined;
|
|
7755
7844
|
} & {
|
|
7756
7845
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -7809,6 +7898,7 @@ declare const VBanner: {
|
|
|
7809
7898
|
type: (StringConstructor | NumberConstructor)[];
|
|
7810
7899
|
validator(v: any): boolean;
|
|
7811
7900
|
};
|
|
7901
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
7812
7902
|
height: (StringConstructor | NumberConstructor)[];
|
|
7813
7903
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
7814
7904
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -7852,6 +7942,7 @@ declare const VBanner: {
|
|
|
7852
7942
|
type: (StringConstructor | NumberConstructor)[];
|
|
7853
7943
|
validator(v: any): boolean;
|
|
7854
7944
|
};
|
|
7945
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
7855
7946
|
height: (StringConstructor | NumberConstructor)[];
|
|
7856
7947
|
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
7857
7948
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
@@ -8737,6 +8828,12 @@ declare const VBreadcrumbs: {
|
|
|
8737
8828
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8738
8829
|
[key: string]: any;
|
|
8739
8830
|
}>[]) | undefined;
|
|
8831
|
+
item?: ((arg: {
|
|
8832
|
+
item: BreadcrumbItem;
|
|
8833
|
+
index: number;
|
|
8834
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8835
|
+
[key: string]: any;
|
|
8836
|
+
}>[]) | undefined;
|
|
8740
8837
|
default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8741
8838
|
[key: string]: any;
|
|
8742
8839
|
}>[]) | undefined;
|
|
@@ -8759,7 +8856,7 @@ declare const VBreadcrumbs: {
|
|
|
8759
8856
|
bgColor?: string | undefined;
|
|
8760
8857
|
activeClass?: string | undefined;
|
|
8761
8858
|
activeColor?: string | undefined;
|
|
8762
|
-
}, {}, 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, {
|
|
8859
|
+
}, {}, 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, {
|
|
8763
8860
|
style: vue.StyleValue;
|
|
8764
8861
|
disabled: boolean;
|
|
8765
8862
|
tag: string;
|
|
@@ -8782,6 +8879,12 @@ declare const VBreadcrumbs: {
|
|
|
8782
8879
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8783
8880
|
[key: string]: any;
|
|
8784
8881
|
}>[];
|
|
8882
|
+
item: (arg: {
|
|
8883
|
+
item: BreadcrumbItem;
|
|
8884
|
+
index: number;
|
|
8885
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8886
|
+
[key: string]: any;
|
|
8887
|
+
}>[];
|
|
8785
8888
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8786
8889
|
[key: string]: any;
|
|
8787
8890
|
}>[];
|
|
@@ -8837,7 +8940,7 @@ declare const VBreadcrumbs: {
|
|
|
8837
8940
|
bgColor?: string | undefined;
|
|
8838
8941
|
activeClass?: string | undefined;
|
|
8839
8942
|
activeColor?: string | undefined;
|
|
8840
|
-
}, {}, 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, {
|
|
8943
|
+
}, {}, 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, {
|
|
8841
8944
|
style: vue.StyleValue;
|
|
8842
8945
|
disabled: boolean;
|
|
8843
8946
|
tag: string;
|
|
@@ -8860,6 +8963,12 @@ declare const VBreadcrumbs: {
|
|
|
8860
8963
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8861
8964
|
[key: string]: any;
|
|
8862
8965
|
}>[];
|
|
8966
|
+
item: (arg: {
|
|
8967
|
+
item: BreadcrumbItem;
|
|
8968
|
+
index: number;
|
|
8969
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8970
|
+
[key: string]: any;
|
|
8971
|
+
}>[];
|
|
8863
8972
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
8864
8973
|
[key: string]: any;
|
|
8865
8974
|
}>[];
|
|
@@ -8875,6 +8984,10 @@ declare const VBreadcrumbs: {
|
|
|
8875
8984
|
item: T_1;
|
|
8876
8985
|
index: number;
|
|
8877
8986
|
};
|
|
8987
|
+
item: {
|
|
8988
|
+
item: T_1;
|
|
8989
|
+
index: number;
|
|
8990
|
+
};
|
|
8878
8991
|
default: never;
|
|
8879
8992
|
}) => GenericProps<{
|
|
8880
8993
|
items?: T_1[] | undefined;
|
|
@@ -8888,6 +9001,10 @@ declare const VBreadcrumbs: {
|
|
|
8888
9001
|
item: T_1;
|
|
8889
9002
|
index: number;
|
|
8890
9003
|
};
|
|
9004
|
+
item: {
|
|
9005
|
+
item: T_1;
|
|
9006
|
+
index: number;
|
|
9007
|
+
};
|
|
8891
9008
|
default: never;
|
|
8892
9009
|
}>) & FilterPropsOptions<{
|
|
8893
9010
|
tag: Omit<{
|
|
@@ -13160,6 +13277,7 @@ declare const VImg: {
|
|
|
13160
13277
|
component?: vue.Component | undefined;
|
|
13161
13278
|
}) | undefined;
|
|
13162
13279
|
style?: vue.StyleValue | undefined;
|
|
13280
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13163
13281
|
eager?: boolean | undefined;
|
|
13164
13282
|
options?: IntersectionObserverInit | undefined;
|
|
13165
13283
|
cover?: boolean | undefined;
|
|
@@ -13182,7 +13300,9 @@ declare const VImg: {
|
|
|
13182
13300
|
error?: (() => vue.VNodeChild) | undefined;
|
|
13183
13301
|
sources?: (() => vue.VNodeChild) | undefined;
|
|
13184
13302
|
};
|
|
13303
|
+
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
13304
|
alt?: string | undefined;
|
|
13305
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13186
13306
|
sizes?: string | undefined;
|
|
13187
13307
|
srcset?: string | undefined;
|
|
13188
13308
|
ref?: vue.VNodeRef | undefined;
|
|
@@ -13282,8 +13402,11 @@ declare const VImg: {
|
|
|
13282
13402
|
maxWidth?: string | number | undefined;
|
|
13283
13403
|
minHeight?: string | number | undefined;
|
|
13284
13404
|
minWidth?: string | number | undefined;
|
|
13405
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13285
13406
|
class?: any;
|
|
13407
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13286
13408
|
alt?: string | undefined;
|
|
13409
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13287
13410
|
sizes?: string | undefined;
|
|
13288
13411
|
srcset?: string | undefined;
|
|
13289
13412
|
contentClass?: string | undefined;
|
|
@@ -13327,6 +13450,7 @@ declare const VImg: {
|
|
|
13327
13450
|
component?: vue.Component | undefined;
|
|
13328
13451
|
});
|
|
13329
13452
|
style: vue.StyleValue;
|
|
13453
|
+
draggable: boolean | "false" | "true";
|
|
13330
13454
|
eager: boolean;
|
|
13331
13455
|
options: IntersectionObserverInit;
|
|
13332
13456
|
cover: boolean;
|
|
@@ -13382,8 +13506,11 @@ declare const VImg: {
|
|
|
13382
13506
|
maxWidth?: string | number | undefined;
|
|
13383
13507
|
minHeight?: string | number | undefined;
|
|
13384
13508
|
minWidth?: string | number | undefined;
|
|
13509
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13385
13510
|
class?: any;
|
|
13511
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13386
13512
|
alt?: string | undefined;
|
|
13513
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13387
13514
|
sizes?: string | undefined;
|
|
13388
13515
|
srcset?: string | undefined;
|
|
13389
13516
|
contentClass?: string | undefined;
|
|
@@ -13439,8 +13566,11 @@ declare const VImg: {
|
|
|
13439
13566
|
maxWidth?: string | number | undefined;
|
|
13440
13567
|
minHeight?: string | number | undefined;
|
|
13441
13568
|
minWidth?: string | number | undefined;
|
|
13569
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13442
13570
|
class?: any;
|
|
13571
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13443
13572
|
alt?: string | undefined;
|
|
13573
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13444
13574
|
sizes?: string | undefined;
|
|
13445
13575
|
srcset?: string | undefined;
|
|
13446
13576
|
contentClass?: string | undefined;
|
|
@@ -13484,6 +13614,7 @@ declare const VImg: {
|
|
|
13484
13614
|
component?: vue.Component | undefined;
|
|
13485
13615
|
});
|
|
13486
13616
|
style: vue.StyleValue;
|
|
13617
|
+
draggable: boolean | "false" | "true";
|
|
13487
13618
|
eager: boolean;
|
|
13488
13619
|
options: IntersectionObserverInit;
|
|
13489
13620
|
cover: boolean;
|
|
@@ -13525,6 +13656,10 @@ declare const VImg: {
|
|
|
13525
13656
|
inline: BooleanConstructor;
|
|
13526
13657
|
alt: StringConstructor;
|
|
13527
13658
|
cover: BooleanConstructor;
|
|
13659
|
+
draggable: {
|
|
13660
|
+
type: PropType<boolean | "false" | "true">;
|
|
13661
|
+
default: undefined;
|
|
13662
|
+
};
|
|
13528
13663
|
eager: BooleanConstructor;
|
|
13529
13664
|
gradient: StringConstructor;
|
|
13530
13665
|
lazySrc: StringConstructor;
|
|
@@ -13541,6 +13676,8 @@ declare const VImg: {
|
|
|
13541
13676
|
type: PropType<string | srcObject>;
|
|
13542
13677
|
default: string;
|
|
13543
13678
|
};
|
|
13679
|
+
crossorigin: PropType<"" | "anonymous" | "use-credentials">;
|
|
13680
|
+
referrerpolicy: PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
13544
13681
|
srcset: StringConstructor;
|
|
13545
13682
|
}, vue.ExtractPropTypes<{
|
|
13546
13683
|
transition: {
|
|
@@ -13566,6 +13703,10 @@ declare const VImg: {
|
|
|
13566
13703
|
inline: BooleanConstructor;
|
|
13567
13704
|
alt: StringConstructor;
|
|
13568
13705
|
cover: BooleanConstructor;
|
|
13706
|
+
draggable: {
|
|
13707
|
+
type: PropType<boolean | "false" | "true">;
|
|
13708
|
+
default: undefined;
|
|
13709
|
+
};
|
|
13569
13710
|
eager: BooleanConstructor;
|
|
13570
13711
|
gradient: StringConstructor;
|
|
13571
13712
|
lazySrc: StringConstructor;
|
|
@@ -13582,6 +13723,8 @@ declare const VImg: {
|
|
|
13582
13723
|
type: PropType<string | srcObject>;
|
|
13583
13724
|
default: string;
|
|
13584
13725
|
};
|
|
13726
|
+
crossorigin: PropType<"" | "anonymous" | "use-credentials">;
|
|
13727
|
+
referrerpolicy: PropType<"origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url">;
|
|
13585
13728
|
srcset: StringConstructor;
|
|
13586
13729
|
}>>;
|
|
13587
13730
|
type VImg = InstanceType<typeof VImg>;
|
|
@@ -13594,6 +13737,7 @@ declare const VCarouselItem: {
|
|
|
13594
13737
|
inline?: boolean | undefined;
|
|
13595
13738
|
transition?: string | boolean | undefined;
|
|
13596
13739
|
style?: vue.StyleValue | undefined;
|
|
13740
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13597
13741
|
eager?: boolean | undefined;
|
|
13598
13742
|
disabled?: boolean | undefined;
|
|
13599
13743
|
options?: IntersectionObserverInit | undefined;
|
|
@@ -13616,7 +13760,9 @@ declare const VCarouselItem: {
|
|
|
13616
13760
|
error?: (() => vue.VNodeChild) | undefined;
|
|
13617
13761
|
sources?: (() => vue.VNodeChild) | undefined;
|
|
13618
13762
|
};
|
|
13763
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13619
13764
|
alt?: string | undefined;
|
|
13765
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13620
13766
|
sizes?: string | undefined;
|
|
13621
13767
|
srcset?: string | undefined;
|
|
13622
13768
|
ref?: vue.VNodeRef | undefined;
|
|
@@ -13717,8 +13863,11 @@ declare const VCarouselItem: {
|
|
|
13717
13863
|
minWidth?: string | number | undefined;
|
|
13718
13864
|
transition?: string | boolean | undefined;
|
|
13719
13865
|
value?: any;
|
|
13866
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13720
13867
|
class?: any;
|
|
13868
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13721
13869
|
alt?: string | undefined;
|
|
13870
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13722
13871
|
sizes?: string | undefined;
|
|
13723
13872
|
srcset?: string | undefined;
|
|
13724
13873
|
contentClass?: string | undefined;
|
|
@@ -13748,6 +13897,7 @@ declare const VCarouselItem: {
|
|
|
13748
13897
|
inline: boolean;
|
|
13749
13898
|
transition: string | boolean;
|
|
13750
13899
|
style: vue.StyleValue;
|
|
13900
|
+
draggable: boolean | "false" | "true";
|
|
13751
13901
|
eager: boolean;
|
|
13752
13902
|
disabled: boolean;
|
|
13753
13903
|
options: IntersectionObserverInit;
|
|
@@ -13805,8 +13955,11 @@ declare const VCarouselItem: {
|
|
|
13805
13955
|
minWidth?: string | number | undefined;
|
|
13806
13956
|
transition?: string | boolean | undefined;
|
|
13807
13957
|
value?: any;
|
|
13958
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13808
13959
|
class?: any;
|
|
13960
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13809
13961
|
alt?: string | undefined;
|
|
13962
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13810
13963
|
sizes?: string | undefined;
|
|
13811
13964
|
srcset?: string | undefined;
|
|
13812
13965
|
contentClass?: string | undefined;
|
|
@@ -13854,8 +14007,11 @@ declare const VCarouselItem: {
|
|
|
13854
14007
|
minWidth?: string | number | undefined;
|
|
13855
14008
|
transition?: string | boolean | undefined;
|
|
13856
14009
|
value?: any;
|
|
14010
|
+
draggable?: boolean | "false" | "true" | undefined;
|
|
13857
14011
|
class?: any;
|
|
14012
|
+
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
|
13858
14013
|
alt?: string | undefined;
|
|
14014
|
+
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
13859
14015
|
sizes?: string | undefined;
|
|
13860
14016
|
srcset?: string | undefined;
|
|
13861
14017
|
contentClass?: string | undefined;
|
|
@@ -13885,6 +14041,7 @@ declare const VCarouselItem: {
|
|
|
13885
14041
|
inline: boolean;
|
|
13886
14042
|
transition: string | boolean;
|
|
13887
14043
|
style: vue.StyleValue;
|
|
14044
|
+
draggable: boolean | "false" | "true";
|
|
13888
14045
|
eager: boolean;
|
|
13889
14046
|
disabled: boolean;
|
|
13890
14047
|
options: IntersectionObserverInit;
|
|
@@ -13933,6 +14090,10 @@ declare const VCarouselItem: {
|
|
|
13933
14090
|
inline: BooleanConstructor;
|
|
13934
14091
|
alt: StringConstructor;
|
|
13935
14092
|
cover: BooleanConstructor;
|
|
14093
|
+
draggable: {
|
|
14094
|
+
type: vue.PropType<boolean | "false" | "true">;
|
|
14095
|
+
default: undefined;
|
|
14096
|
+
};
|
|
13936
14097
|
gradient: StringConstructor;
|
|
13937
14098
|
lazySrc: StringConstructor;
|
|
13938
14099
|
options: {
|
|
@@ -13948,6 +14109,8 @@ declare const VCarouselItem: {
|
|
|
13948
14109
|
type: vue.PropType<string | srcObject>;
|
|
13949
14110
|
default: string;
|
|
13950
14111
|
};
|
|
14112
|
+
crossorigin: vue.PropType<"" | "anonymous" | "use-credentials">;
|
|
14113
|
+
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">;
|
|
13951
14114
|
srcset: StringConstructor;
|
|
13952
14115
|
}, vue.ExtractPropTypes<{
|
|
13953
14116
|
eager: BooleanConstructor;
|
|
@@ -13978,6 +14141,10 @@ declare const VCarouselItem: {
|
|
|
13978
14141
|
inline: BooleanConstructor;
|
|
13979
14142
|
alt: StringConstructor;
|
|
13980
14143
|
cover: BooleanConstructor;
|
|
14144
|
+
draggable: {
|
|
14145
|
+
type: vue.PropType<boolean | "false" | "true">;
|
|
14146
|
+
default: undefined;
|
|
14147
|
+
};
|
|
13981
14148
|
gradient: StringConstructor;
|
|
13982
14149
|
lazySrc: StringConstructor;
|
|
13983
14150
|
options: {
|
|
@@ -13993,6 +14160,8 @@ declare const VCarouselItem: {
|
|
|
13993
14160
|
type: vue.PropType<string | srcObject>;
|
|
13994
14161
|
default: string;
|
|
13995
14162
|
};
|
|
14163
|
+
crossorigin: vue.PropType<"" | "anonymous" | "use-credentials">;
|
|
14164
|
+
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">;
|
|
13996
14165
|
srcset: StringConstructor;
|
|
13997
14166
|
}>>;
|
|
13998
14167
|
type VCarouselItem = InstanceType<typeof VCarouselItem>;
|
|
@@ -14332,6 +14501,8 @@ type SelectionControlSlot = {
|
|
|
14332
14501
|
model: WritableComputedRef<any>;
|
|
14333
14502
|
textColorClasses: Ref<string[]>;
|
|
14334
14503
|
textColorStyles: Ref<CSSProperties>;
|
|
14504
|
+
inputNode: VNode;
|
|
14505
|
+
icon: IconValue | undefined;
|
|
14335
14506
|
props: {
|
|
14336
14507
|
onBlur: (e: Event) => void;
|
|
14337
14508
|
onFocus: (e: FocusEvent) => void;
|
|
@@ -14372,48 +14543,49 @@ declare const VSelectionControl: {
|
|
|
14372
14543
|
ref_for?: boolean | undefined;
|
|
14373
14544
|
ref_key?: string | undefined;
|
|
14374
14545
|
theme?: string | undefined;
|
|
14375
|
-
onVnodeBeforeMount?: ((vnode:
|
|
14546
|
+
onVnodeBeforeMount?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14376
14547
|
[key: string]: any;
|
|
14377
|
-
}>) => void) | ((vnode:
|
|
14548
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14378
14549
|
[key: string]: any;
|
|
14379
14550
|
}>) => void)[] | undefined;
|
|
14380
|
-
onVnodeMounted?: ((vnode:
|
|
14551
|
+
onVnodeMounted?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14381
14552
|
[key: string]: any;
|
|
14382
|
-
}>) => void) | ((vnode:
|
|
14553
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14383
14554
|
[key: string]: any;
|
|
14384
14555
|
}>) => void)[] | undefined;
|
|
14385
|
-
onVnodeBeforeUpdate?: ((vnode:
|
|
14556
|
+
onVnodeBeforeUpdate?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14386
14557
|
[key: string]: any;
|
|
14387
|
-
}>, oldVNode:
|
|
14558
|
+
}>, oldVNode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14388
14559
|
[key: string]: any;
|
|
14389
|
-
}>) => void) | ((vnode:
|
|
14560
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14390
14561
|
[key: string]: any;
|
|
14391
|
-
}>, oldVNode:
|
|
14562
|
+
}>, oldVNode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14392
14563
|
[key: string]: any;
|
|
14393
14564
|
}>) => void)[] | undefined;
|
|
14394
|
-
onVnodeUpdated?: ((vnode:
|
|
14565
|
+
onVnodeUpdated?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14395
14566
|
[key: string]: any;
|
|
14396
|
-
}>, oldVNode:
|
|
14567
|
+
}>, oldVNode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14397
14568
|
[key: string]: any;
|
|
14398
|
-
}>) => void) | ((vnode:
|
|
14569
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14399
14570
|
[key: string]: any;
|
|
14400
|
-
}>, oldVNode:
|
|
14571
|
+
}>, oldVNode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14401
14572
|
[key: string]: any;
|
|
14402
14573
|
}>) => void)[] | undefined;
|
|
14403
|
-
onVnodeBeforeUnmount?: ((vnode:
|
|
14574
|
+
onVnodeBeforeUnmount?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14404
14575
|
[key: string]: any;
|
|
14405
|
-
}>) => void) | ((vnode:
|
|
14576
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14406
14577
|
[key: string]: any;
|
|
14407
14578
|
}>) => void)[] | undefined;
|
|
14408
|
-
onVnodeUnmounted?: ((vnode:
|
|
14579
|
+
onVnodeUnmounted?: ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14409
14580
|
[key: string]: any;
|
|
14410
|
-
}>) => void) | ((vnode:
|
|
14581
|
+
}>) => void) | ((vnode: VNode<vue.RendererNode, vue.RendererElement, {
|
|
14411
14582
|
[key: string]: any;
|
|
14412
14583
|
}>) => void)[] | undefined;
|
|
14413
14584
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
14414
14585
|
defaultsTarget?: string | undefined;
|
|
14415
14586
|
falseIcon?: IconValue | undefined;
|
|
14416
14587
|
trueIcon?: IconValue | undefined;
|
|
14588
|
+
baseColor?: string | undefined;
|
|
14417
14589
|
trueValue?: any;
|
|
14418
14590
|
falseValue?: any;
|
|
14419
14591
|
};
|
|
@@ -14424,16 +14596,16 @@ declare const VSelectionControl: {
|
|
|
14424
14596
|
[x: string]: unknown;
|
|
14425
14597
|
};
|
|
14426
14598
|
$slots: Readonly<{
|
|
14427
|
-
default?: (() =>
|
|
14599
|
+
default?: (() => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14428
14600
|
[key: string]: any;
|
|
14429
14601
|
}>[]) | undefined;
|
|
14430
14602
|
label?: ((arg: {
|
|
14431
14603
|
label: string | undefined;
|
|
14432
14604
|
props: Record<string, unknown>;
|
|
14433
|
-
}) =>
|
|
14605
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14434
14606
|
[key: string]: any;
|
|
14435
14607
|
}>[]) | undefined;
|
|
14436
|
-
input?: ((arg: SelectionControlSlot) =>
|
|
14608
|
+
input?: ((arg: SelectionControlSlot) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14437
14609
|
[key: string]: any;
|
|
14438
14610
|
}>[]) | undefined;
|
|
14439
14611
|
}>;
|
|
@@ -14463,6 +14635,7 @@ declare const VSelectionControl: {
|
|
|
14463
14635
|
defaultsTarget?: string | undefined;
|
|
14464
14636
|
falseIcon?: IconValue | undefined;
|
|
14465
14637
|
trueIcon?: IconValue | undefined;
|
|
14638
|
+
baseColor?: string | undefined;
|
|
14466
14639
|
trueValue?: any;
|
|
14467
14640
|
falseValue?: any;
|
|
14468
14641
|
} & {
|
|
@@ -14483,16 +14656,16 @@ declare const VSelectionControl: {
|
|
|
14483
14656
|
ripple: boolean;
|
|
14484
14657
|
valueComparator: typeof deepEqual;
|
|
14485
14658
|
}, {}, string, vue.SlotsType<Partial<{
|
|
14486
|
-
default: () =>
|
|
14659
|
+
default: () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14487
14660
|
[key: string]: any;
|
|
14488
14661
|
}>[];
|
|
14489
14662
|
label: (arg: {
|
|
14490
14663
|
label: string | undefined;
|
|
14491
14664
|
props: Record<string, unknown>;
|
|
14492
|
-
}) =>
|
|
14665
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14493
14666
|
[key: string]: any;
|
|
14494
14667
|
}>[];
|
|
14495
|
-
input: (arg: SelectionControlSlot) =>
|
|
14668
|
+
input: (arg: SelectionControlSlot) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14496
14669
|
[key: string]: any;
|
|
14497
14670
|
}>[];
|
|
14498
14671
|
}>>> & {
|
|
@@ -14537,6 +14710,7 @@ declare const VSelectionControl: {
|
|
|
14537
14710
|
defaultsTarget?: string | undefined;
|
|
14538
14711
|
falseIcon?: IconValue | undefined;
|
|
14539
14712
|
trueIcon?: IconValue | undefined;
|
|
14713
|
+
baseColor?: string | undefined;
|
|
14540
14714
|
trueValue?: any;
|
|
14541
14715
|
falseValue?: any;
|
|
14542
14716
|
} & {
|
|
@@ -14570,6 +14744,7 @@ declare const VSelectionControl: {
|
|
|
14570
14744
|
defaultsTarget?: string | undefined;
|
|
14571
14745
|
falseIcon?: IconValue | undefined;
|
|
14572
14746
|
trueIcon?: IconValue | undefined;
|
|
14747
|
+
baseColor?: string | undefined;
|
|
14573
14748
|
trueValue?: any;
|
|
14574
14749
|
falseValue?: any;
|
|
14575
14750
|
} & {
|
|
@@ -14590,16 +14765,16 @@ declare const VSelectionControl: {
|
|
|
14590
14765
|
ripple: boolean;
|
|
14591
14766
|
valueComparator: typeof deepEqual;
|
|
14592
14767
|
}, {}, string, vue.SlotsType<Partial<{
|
|
14593
|
-
default: () =>
|
|
14768
|
+
default: () => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14594
14769
|
[key: string]: any;
|
|
14595
14770
|
}>[];
|
|
14596
14771
|
label: (arg: {
|
|
14597
14772
|
label: string | undefined;
|
|
14598
14773
|
props: Record<string, unknown>;
|
|
14599
|
-
}) =>
|
|
14774
|
+
}) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14600
14775
|
[key: string]: any;
|
|
14601
14776
|
}>[];
|
|
14602
|
-
input: (arg: SelectionControlSlot) =>
|
|
14777
|
+
input: (arg: SelectionControlSlot) => VNode<vue.RendererNode, vue.RendererElement, {
|
|
14603
14778
|
[key: string]: any;
|
|
14604
14779
|
}>[];
|
|
14605
14780
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(props: {
|
|
@@ -14648,6 +14823,7 @@ declare const VSelectionControl: {
|
|
|
14648
14823
|
default: typeof deepEqual;
|
|
14649
14824
|
};
|
|
14650
14825
|
label: StringConstructor;
|
|
14826
|
+
baseColor: StringConstructor;
|
|
14651
14827
|
trueValue: null;
|
|
14652
14828
|
falseValue: null;
|
|
14653
14829
|
value: null;
|
|
@@ -14691,6 +14867,7 @@ declare const VSelectionControl: {
|
|
|
14691
14867
|
default: typeof deepEqual;
|
|
14692
14868
|
};
|
|
14693
14869
|
label: StringConstructor;
|
|
14870
|
+
baseColor: StringConstructor;
|
|
14694
14871
|
trueValue: null;
|
|
14695
14872
|
falseValue: null;
|
|
14696
14873
|
value: null;
|
|
@@ -14804,6 +14981,7 @@ declare const VCheckbox: {
|
|
|
14804
14981
|
prependIcon?: IconValue | undefined;
|
|
14805
14982
|
appendIcon?: IconValue | undefined;
|
|
14806
14983
|
defaultsTarget?: string | undefined;
|
|
14984
|
+
baseColor?: string | undefined;
|
|
14807
14985
|
trueValue?: any;
|
|
14808
14986
|
falseValue?: any;
|
|
14809
14987
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
@@ -14891,6 +15069,7 @@ declare const VCheckbox: {
|
|
|
14891
15069
|
prependIcon?: IconValue | undefined;
|
|
14892
15070
|
appendIcon?: IconValue | undefined;
|
|
14893
15071
|
defaultsTarget?: string | undefined;
|
|
15072
|
+
baseColor?: string | undefined;
|
|
14894
15073
|
trueValue?: any;
|
|
14895
15074
|
falseValue?: any;
|
|
14896
15075
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -15042,6 +15221,7 @@ declare const VCheckbox: {
|
|
|
15042
15221
|
prependIcon?: IconValue | undefined;
|
|
15043
15222
|
appendIcon?: IconValue | undefined;
|
|
15044
15223
|
defaultsTarget?: string | undefined;
|
|
15224
|
+
baseColor?: string | undefined;
|
|
15045
15225
|
trueValue?: any;
|
|
15046
15226
|
falseValue?: any;
|
|
15047
15227
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -15128,6 +15308,7 @@ declare const VCheckbox: {
|
|
|
15128
15308
|
prependIcon?: IconValue | undefined;
|
|
15129
15309
|
appendIcon?: IconValue | undefined;
|
|
15130
15310
|
defaultsTarget?: string | undefined;
|
|
15311
|
+
baseColor?: string | undefined;
|
|
15131
15312
|
trueValue?: any;
|
|
15132
15313
|
falseValue?: any;
|
|
15133
15314
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -15272,6 +15453,7 @@ declare const VCheckbox: {
|
|
|
15272
15453
|
type: vue.PropType<typeof deepEqual>;
|
|
15273
15454
|
default: typeof deepEqual;
|
|
15274
15455
|
};
|
|
15456
|
+
baseColor: StringConstructor;
|
|
15275
15457
|
trueValue: null;
|
|
15276
15458
|
falseValue: null;
|
|
15277
15459
|
indeterminateIcon: {
|
|
@@ -15361,6 +15543,7 @@ declare const VCheckbox: {
|
|
|
15361
15543
|
type: vue.PropType<typeof deepEqual>;
|
|
15362
15544
|
default: typeof deepEqual;
|
|
15363
15545
|
};
|
|
15546
|
+
baseColor: StringConstructor;
|
|
15364
15547
|
trueValue: null;
|
|
15365
15548
|
falseValue: null;
|
|
15366
15549
|
indeterminateIcon: {
|
|
@@ -15494,6 +15677,7 @@ declare const VCheckboxBtn: {
|
|
|
15494
15677
|
modelValue?: any;
|
|
15495
15678
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
15496
15679
|
defaultsTarget?: string | undefined;
|
|
15680
|
+
baseColor?: string | undefined;
|
|
15497
15681
|
trueValue?: any;
|
|
15498
15682
|
falseValue?: any;
|
|
15499
15683
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
@@ -15552,6 +15736,7 @@ declare const VCheckboxBtn: {
|
|
|
15552
15736
|
theme?: string | undefined;
|
|
15553
15737
|
modelValue?: any;
|
|
15554
15738
|
defaultsTarget?: string | undefined;
|
|
15739
|
+
baseColor?: string | undefined;
|
|
15555
15740
|
trueValue?: any;
|
|
15556
15741
|
falseValue?: any;
|
|
15557
15742
|
} & {
|
|
@@ -15656,6 +15841,7 @@ declare const VCheckboxBtn: {
|
|
|
15656
15841
|
theme?: string | undefined;
|
|
15657
15842
|
modelValue?: any;
|
|
15658
15843
|
defaultsTarget?: string | undefined;
|
|
15844
|
+
baseColor?: string | undefined;
|
|
15659
15845
|
trueValue?: any;
|
|
15660
15846
|
falseValue?: any;
|
|
15661
15847
|
} & {
|
|
@@ -15714,6 +15900,7 @@ declare const VCheckboxBtn: {
|
|
|
15714
15900
|
theme?: string | undefined;
|
|
15715
15901
|
modelValue?: any;
|
|
15716
15902
|
defaultsTarget?: string | undefined;
|
|
15903
|
+
baseColor?: string | undefined;
|
|
15717
15904
|
trueValue?: any;
|
|
15718
15905
|
falseValue?: any;
|
|
15719
15906
|
} & {
|
|
@@ -15819,6 +16006,7 @@ declare const VCheckboxBtn: {
|
|
|
15819
16006
|
default: typeof deepEqual;
|
|
15820
16007
|
};
|
|
15821
16008
|
label: StringConstructor;
|
|
16009
|
+
baseColor: StringConstructor;
|
|
15822
16010
|
trueValue: null;
|
|
15823
16011
|
falseValue: null;
|
|
15824
16012
|
value: null;
|
|
@@ -15873,6 +16061,7 @@ declare const VCheckboxBtn: {
|
|
|
15873
16061
|
default: typeof deepEqual;
|
|
15874
16062
|
};
|
|
15875
16063
|
label: StringConstructor;
|
|
16064
|
+
baseColor: StringConstructor;
|
|
15876
16065
|
trueValue: null;
|
|
15877
16066
|
falseValue: null;
|
|
15878
16067
|
value: null;
|
|
@@ -17893,6 +18082,7 @@ declare const VCombobox: {
|
|
|
17893
18082
|
})> | undefined;
|
|
17894
18083
|
menu?: boolean | undefined;
|
|
17895
18084
|
style?: vue.StyleValue | undefined;
|
|
18085
|
+
role?: string | undefined;
|
|
17896
18086
|
autofocus?: boolean | undefined;
|
|
17897
18087
|
eager?: boolean | undefined;
|
|
17898
18088
|
disabled?: boolean | undefined;
|
|
@@ -17921,6 +18111,8 @@ declare const VCombobox: {
|
|
|
17921
18111
|
persistentCounter?: boolean | undefined;
|
|
17922
18112
|
chips?: boolean | undefined;
|
|
17923
18113
|
closableChips?: boolean | undefined;
|
|
18114
|
+
closeText?: string | undefined;
|
|
18115
|
+
openText?: string | undefined;
|
|
17924
18116
|
hideNoData?: boolean | undefined;
|
|
17925
18117
|
hideSelected?: boolean | undefined;
|
|
17926
18118
|
menuIcon?: IconValue | undefined;
|
|
@@ -17985,6 +18177,7 @@ declare const VCombobox: {
|
|
|
17985
18177
|
bgColor?: string | undefined;
|
|
17986
18178
|
prependIcon?: IconValue | undefined;
|
|
17987
18179
|
appendIcon?: IconValue | undefined;
|
|
18180
|
+
baseColor?: string | undefined;
|
|
17988
18181
|
prependInnerIcon?: IconValue | undefined;
|
|
17989
18182
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
17990
18183
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -17995,7 +18188,6 @@ declare const VCombobox: {
|
|
|
17995
18188
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
17996
18189
|
hint?: string | undefined;
|
|
17997
18190
|
hideDetails?: boolean | "auto" | undefined;
|
|
17998
|
-
baseColor?: string | undefined;
|
|
17999
18191
|
suffix?: string | undefined;
|
|
18000
18192
|
counterValue?: ((value: any) => number) | undefined;
|
|
18001
18193
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -18037,6 +18229,7 @@ declare const VCombobox: {
|
|
|
18037
18229
|
maxWidth?: string | number | undefined;
|
|
18038
18230
|
minHeight?: string | number | undefined;
|
|
18039
18231
|
minWidth?: string | number | undefined;
|
|
18232
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
18040
18233
|
class?: any;
|
|
18041
18234
|
$children?: vue.VNodeChild | {
|
|
18042
18235
|
default?: ((arg: {
|
|
@@ -18105,7 +18298,7 @@ declare const VCombobox: {
|
|
|
18105
18298
|
[key: string]: any;
|
|
18106
18299
|
}>) => void)[] | undefined;
|
|
18107
18300
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18108
|
-
activator?:
|
|
18301
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
18109
18302
|
"v-slot:activator"?: false | ((arg: {
|
|
18110
18303
|
isActive: boolean;
|
|
18111
18304
|
props: Record<string, any>;
|
|
@@ -18203,6 +18396,7 @@ declare const VCombobox: {
|
|
|
18203
18396
|
})>;
|
|
18204
18397
|
menu: boolean;
|
|
18205
18398
|
style: vue.StyleValue;
|
|
18399
|
+
role: string;
|
|
18206
18400
|
autofocus: boolean;
|
|
18207
18401
|
eager: boolean;
|
|
18208
18402
|
disabled: boolean;
|
|
@@ -18229,6 +18423,8 @@ declare const VCombobox: {
|
|
|
18229
18423
|
persistentCounter: boolean;
|
|
18230
18424
|
chips: boolean;
|
|
18231
18425
|
closableChips: boolean;
|
|
18426
|
+
closeText: string;
|
|
18427
|
+
openText: string;
|
|
18232
18428
|
hideNoData: boolean;
|
|
18233
18429
|
hideSelected: boolean;
|
|
18234
18430
|
menuIcon: IconValue;
|
|
@@ -18252,6 +18448,7 @@ declare const VCombobox: {
|
|
|
18252
18448
|
bgColor?: string | undefined;
|
|
18253
18449
|
prependIcon?: IconValue | undefined;
|
|
18254
18450
|
appendIcon?: IconValue | undefined;
|
|
18451
|
+
baseColor?: string | undefined;
|
|
18255
18452
|
prependInnerIcon?: IconValue | undefined;
|
|
18256
18453
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
18257
18454
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -18263,7 +18460,6 @@ declare const VCombobox: {
|
|
|
18263
18460
|
centerAffix?: boolean | undefined;
|
|
18264
18461
|
hint?: string | undefined;
|
|
18265
18462
|
hideDetails?: boolean | "auto" | undefined;
|
|
18266
|
-
baseColor?: string | undefined;
|
|
18267
18463
|
suffix?: string | undefined;
|
|
18268
18464
|
counterValue?: ((value: any) => number) | undefined;
|
|
18269
18465
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -18305,6 +18501,7 @@ declare const VCombobox: {
|
|
|
18305
18501
|
maxWidth?: string | number | undefined;
|
|
18306
18502
|
minHeight?: string | number | undefined;
|
|
18307
18503
|
minWidth?: string | number | undefined;
|
|
18504
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
18308
18505
|
class?: any;
|
|
18309
18506
|
$children?: vue.VNodeChild | {
|
|
18310
18507
|
default?: ((arg: {
|
|
@@ -18373,7 +18570,7 @@ declare const VCombobox: {
|
|
|
18373
18570
|
[key: string]: any;
|
|
18374
18571
|
}>) => void)[] | undefined;
|
|
18375
18572
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18376
|
-
activator?:
|
|
18573
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
18377
18574
|
"v-slot:activator"?: false | ((arg: {
|
|
18378
18575
|
isActive: boolean;
|
|
18379
18576
|
props: Record<string, any>;
|
|
@@ -18407,6 +18604,7 @@ declare const VCombobox: {
|
|
|
18407
18604
|
})>;
|
|
18408
18605
|
menu: boolean;
|
|
18409
18606
|
style: vue.StyleValue;
|
|
18607
|
+
role: string;
|
|
18410
18608
|
autofocus: boolean;
|
|
18411
18609
|
eager: boolean;
|
|
18412
18610
|
disabled: boolean;
|
|
@@ -18435,6 +18633,8 @@ declare const VCombobox: {
|
|
|
18435
18633
|
persistentCounter: boolean;
|
|
18436
18634
|
chips: boolean;
|
|
18437
18635
|
closableChips: boolean;
|
|
18636
|
+
closeText: string;
|
|
18637
|
+
openText: string;
|
|
18438
18638
|
hideNoData: boolean;
|
|
18439
18639
|
hideSelected: boolean;
|
|
18440
18640
|
menuIcon: IconValue;
|
|
@@ -18534,6 +18734,7 @@ declare const VCombobox: {
|
|
|
18534
18734
|
})>;
|
|
18535
18735
|
menu: boolean;
|
|
18536
18736
|
style: vue.StyleValue;
|
|
18737
|
+
role: string;
|
|
18537
18738
|
autofocus: boolean;
|
|
18538
18739
|
eager: boolean;
|
|
18539
18740
|
disabled: boolean;
|
|
@@ -18560,6 +18761,8 @@ declare const VCombobox: {
|
|
|
18560
18761
|
persistentCounter: boolean;
|
|
18561
18762
|
chips: boolean;
|
|
18562
18763
|
closableChips: boolean;
|
|
18764
|
+
closeText: string;
|
|
18765
|
+
openText: string;
|
|
18563
18766
|
hideNoData: boolean;
|
|
18564
18767
|
hideSelected: boolean;
|
|
18565
18768
|
menuIcon: IconValue;
|
|
@@ -18583,6 +18786,7 @@ declare const VCombobox: {
|
|
|
18583
18786
|
bgColor?: string | undefined;
|
|
18584
18787
|
prependIcon?: IconValue | undefined;
|
|
18585
18788
|
appendIcon?: IconValue | undefined;
|
|
18789
|
+
baseColor?: string | undefined;
|
|
18586
18790
|
prependInnerIcon?: IconValue | undefined;
|
|
18587
18791
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
18588
18792
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -18594,7 +18798,6 @@ declare const VCombobox: {
|
|
|
18594
18798
|
centerAffix?: boolean | undefined;
|
|
18595
18799
|
hint?: string | undefined;
|
|
18596
18800
|
hideDetails?: boolean | "auto" | undefined;
|
|
18597
|
-
baseColor?: string | undefined;
|
|
18598
18801
|
suffix?: string | undefined;
|
|
18599
18802
|
counterValue?: ((value: any) => number) | undefined;
|
|
18600
18803
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -18636,6 +18839,7 @@ declare const VCombobox: {
|
|
|
18636
18839
|
maxWidth?: string | number | undefined;
|
|
18637
18840
|
minHeight?: string | number | undefined;
|
|
18638
18841
|
minWidth?: string | number | undefined;
|
|
18842
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
18639
18843
|
class?: any;
|
|
18640
18844
|
$children?: vue.VNodeChild | {
|
|
18641
18845
|
default?: ((arg: {
|
|
@@ -18704,7 +18908,7 @@ declare const VCombobox: {
|
|
|
18704
18908
|
[key: string]: any;
|
|
18705
18909
|
}>) => void)[] | undefined;
|
|
18706
18910
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18707
|
-
activator?:
|
|
18911
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
18708
18912
|
"v-slot:activator"?: false | ((arg: {
|
|
18709
18913
|
isActive: boolean;
|
|
18710
18914
|
props: Record<string, any>;
|
|
@@ -18737,6 +18941,7 @@ declare const VCombobox: {
|
|
|
18737
18941
|
})>;
|
|
18738
18942
|
menu: boolean;
|
|
18739
18943
|
style: vue.StyleValue;
|
|
18944
|
+
role: string;
|
|
18740
18945
|
autofocus: boolean;
|
|
18741
18946
|
eager: boolean;
|
|
18742
18947
|
disabled: boolean;
|
|
@@ -18763,6 +18968,8 @@ declare const VCombobox: {
|
|
|
18763
18968
|
persistentCounter: boolean;
|
|
18764
18969
|
chips: boolean;
|
|
18765
18970
|
closableChips: boolean;
|
|
18971
|
+
closeText: string;
|
|
18972
|
+
openText: string;
|
|
18766
18973
|
hideNoData: boolean;
|
|
18767
18974
|
hideSelected: boolean;
|
|
18768
18975
|
menuIcon: IconValue;
|
|
@@ -18786,6 +18993,7 @@ declare const VCombobox: {
|
|
|
18786
18993
|
bgColor?: string | undefined;
|
|
18787
18994
|
prependIcon?: IconValue | undefined;
|
|
18788
18995
|
appendIcon?: IconValue | undefined;
|
|
18996
|
+
baseColor?: string | undefined;
|
|
18789
18997
|
prependInnerIcon?: IconValue | undefined;
|
|
18790
18998
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
18791
18999
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -18797,7 +19005,6 @@ declare const VCombobox: {
|
|
|
18797
19005
|
centerAffix?: boolean | undefined;
|
|
18798
19006
|
hint?: string | undefined;
|
|
18799
19007
|
hideDetails?: boolean | "auto" | undefined;
|
|
18800
|
-
baseColor?: string | undefined;
|
|
18801
19008
|
suffix?: string | undefined;
|
|
18802
19009
|
counterValue?: ((value: any) => number) | undefined;
|
|
18803
19010
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -18839,6 +19046,7 @@ declare const VCombobox: {
|
|
|
18839
19046
|
maxWidth?: string | number | undefined;
|
|
18840
19047
|
minHeight?: string | number | undefined;
|
|
18841
19048
|
minWidth?: string | number | undefined;
|
|
19049
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
18842
19050
|
class?: any;
|
|
18843
19051
|
$children?: vue.VNodeChild | {
|
|
18844
19052
|
default?: ((arg: {
|
|
@@ -18907,7 +19115,7 @@ declare const VCombobox: {
|
|
|
18907
19115
|
[key: string]: any;
|
|
18908
19116
|
}>) => void)[] | undefined;
|
|
18909
19117
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
18910
|
-
activator?:
|
|
19118
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
18911
19119
|
"v-slot:activator"?: false | ((arg: {
|
|
18912
19120
|
isActive: boolean;
|
|
18913
19121
|
props: Record<string, any>;
|
|
@@ -18941,6 +19149,7 @@ declare const VCombobox: {
|
|
|
18941
19149
|
})>;
|
|
18942
19150
|
menu: boolean;
|
|
18943
19151
|
style: vue.StyleValue;
|
|
19152
|
+
role: string;
|
|
18944
19153
|
autofocus: boolean;
|
|
18945
19154
|
eager: boolean;
|
|
18946
19155
|
disabled: boolean;
|
|
@@ -18969,6 +19178,8 @@ declare const VCombobox: {
|
|
|
18969
19178
|
persistentCounter: boolean;
|
|
18970
19179
|
chips: boolean;
|
|
18971
19180
|
closableChips: boolean;
|
|
19181
|
+
closeText: string;
|
|
19182
|
+
openText: string;
|
|
18972
19183
|
hideNoData: boolean;
|
|
18973
19184
|
hideSelected: boolean;
|
|
18974
19185
|
menuIcon: IconValue;
|
|
@@ -19122,6 +19333,10 @@ declare const VCombobox: {
|
|
|
19122
19333
|
default: null;
|
|
19123
19334
|
};
|
|
19124
19335
|
prefix: StringConstructor;
|
|
19336
|
+
role: {
|
|
19337
|
+
type: PropType<string>;
|
|
19338
|
+
default: string;
|
|
19339
|
+
};
|
|
19125
19340
|
autofocus: BooleanConstructor;
|
|
19126
19341
|
disabled: {
|
|
19127
19342
|
type: BooleanConstructor;
|
|
@@ -19160,6 +19375,7 @@ declare const VCombobox: {
|
|
|
19160
19375
|
bgColor: StringConstructor;
|
|
19161
19376
|
prependIcon: PropType<IconValue>;
|
|
19162
19377
|
appendIcon: PropType<IconValue>;
|
|
19378
|
+
baseColor: StringConstructor;
|
|
19163
19379
|
clearIcon: {
|
|
19164
19380
|
type: PropType<IconValue>;
|
|
19165
19381
|
default: string;
|
|
@@ -19192,7 +19408,6 @@ declare const VCombobox: {
|
|
|
19192
19408
|
hint: StringConstructor;
|
|
19193
19409
|
persistentHint: BooleanConstructor;
|
|
19194
19410
|
hideDetails: PropType<boolean | "auto">;
|
|
19195
|
-
baseColor: StringConstructor;
|
|
19196
19411
|
clearable: BooleanConstructor;
|
|
19197
19412
|
persistentClear: BooleanConstructor;
|
|
19198
19413
|
singleLine: BooleanConstructor;
|
|
@@ -19230,6 +19445,14 @@ declare const VCombobox: {
|
|
|
19230
19445
|
};
|
|
19231
19446
|
chips: BooleanConstructor;
|
|
19232
19447
|
closableChips: BooleanConstructor;
|
|
19448
|
+
closeText: {
|
|
19449
|
+
type: StringConstructor;
|
|
19450
|
+
default: string;
|
|
19451
|
+
};
|
|
19452
|
+
openText: {
|
|
19453
|
+
type: StringConstructor;
|
|
19454
|
+
default: string;
|
|
19455
|
+
};
|
|
19233
19456
|
eager: BooleanConstructor;
|
|
19234
19457
|
hideNoData: {
|
|
19235
19458
|
type: PropType<boolean>;
|
|
@@ -19280,6 +19503,7 @@ declare const VCombobox: {
|
|
|
19280
19503
|
maxWidth?: string | number | undefined;
|
|
19281
19504
|
minHeight?: string | number | undefined;
|
|
19282
19505
|
minWidth?: string | number | undefined;
|
|
19506
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
19283
19507
|
class?: any;
|
|
19284
19508
|
$children?: vue.VNodeChild | {
|
|
19285
19509
|
default?: ((arg: {
|
|
@@ -19348,7 +19572,7 @@ declare const VCombobox: {
|
|
|
19348
19572
|
[key: string]: any;
|
|
19349
19573
|
}>) => void)[] | undefined;
|
|
19350
19574
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19351
|
-
activator?:
|
|
19575
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
19352
19576
|
"v-slot:activator"?: false | ((arg: {
|
|
19353
19577
|
isActive: boolean;
|
|
19354
19578
|
props: Record<string, any>;
|
|
@@ -19421,6 +19645,10 @@ declare const VCombobox: {
|
|
|
19421
19645
|
default: null;
|
|
19422
19646
|
};
|
|
19423
19647
|
prefix: StringConstructor;
|
|
19648
|
+
role: {
|
|
19649
|
+
type: PropType<string>;
|
|
19650
|
+
default: string;
|
|
19651
|
+
};
|
|
19424
19652
|
autofocus: BooleanConstructor;
|
|
19425
19653
|
disabled: {
|
|
19426
19654
|
type: BooleanConstructor;
|
|
@@ -19459,6 +19687,7 @@ declare const VCombobox: {
|
|
|
19459
19687
|
bgColor: StringConstructor;
|
|
19460
19688
|
prependIcon: PropType<IconValue>;
|
|
19461
19689
|
appendIcon: PropType<IconValue>;
|
|
19690
|
+
baseColor: StringConstructor;
|
|
19462
19691
|
clearIcon: {
|
|
19463
19692
|
type: PropType<IconValue>;
|
|
19464
19693
|
default: string;
|
|
@@ -19491,7 +19720,6 @@ declare const VCombobox: {
|
|
|
19491
19720
|
hint: StringConstructor;
|
|
19492
19721
|
persistentHint: BooleanConstructor;
|
|
19493
19722
|
hideDetails: PropType<boolean | "auto">;
|
|
19494
|
-
baseColor: StringConstructor;
|
|
19495
19723
|
clearable: BooleanConstructor;
|
|
19496
19724
|
persistentClear: BooleanConstructor;
|
|
19497
19725
|
singleLine: BooleanConstructor;
|
|
@@ -19529,6 +19757,14 @@ declare const VCombobox: {
|
|
|
19529
19757
|
};
|
|
19530
19758
|
chips: BooleanConstructor;
|
|
19531
19759
|
closableChips: BooleanConstructor;
|
|
19760
|
+
closeText: {
|
|
19761
|
+
type: StringConstructor;
|
|
19762
|
+
default: string;
|
|
19763
|
+
};
|
|
19764
|
+
openText: {
|
|
19765
|
+
type: StringConstructor;
|
|
19766
|
+
default: string;
|
|
19767
|
+
};
|
|
19532
19768
|
eager: BooleanConstructor;
|
|
19533
19769
|
hideNoData: {
|
|
19534
19770
|
type: PropType<boolean>;
|
|
@@ -19579,6 +19815,7 @@ declare const VCombobox: {
|
|
|
19579
19815
|
maxWidth?: string | number | undefined;
|
|
19580
19816
|
minHeight?: string | number | undefined;
|
|
19581
19817
|
minWidth?: string | number | undefined;
|
|
19818
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
19582
19819
|
class?: any;
|
|
19583
19820
|
$children?: vue.VNodeChild | {
|
|
19584
19821
|
default?: ((arg: {
|
|
@@ -19647,7 +19884,7 @@ declare const VCombobox: {
|
|
|
19647
19884
|
[key: string]: any;
|
|
19648
19885
|
}>) => void)[] | undefined;
|
|
19649
19886
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
19650
|
-
activator?:
|
|
19887
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
19651
19888
|
"v-slot:activator"?: false | ((arg: {
|
|
19652
19889
|
isActive: boolean;
|
|
19653
19890
|
props: Record<string, any>;
|
|
@@ -20173,6 +20410,7 @@ declare const VDialog: {
|
|
|
20173
20410
|
maxWidth?: string | number | undefined;
|
|
20174
20411
|
minHeight?: string | number | undefined;
|
|
20175
20412
|
minWidth?: string | number | undefined;
|
|
20413
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20176
20414
|
class?: any;
|
|
20177
20415
|
$children?: vue.VNodeChild | {
|
|
20178
20416
|
default?: ((arg: {
|
|
@@ -20241,7 +20479,7 @@ declare const VDialog: {
|
|
|
20241
20479
|
[key: string]: any;
|
|
20242
20480
|
}>) => void)[] | undefined;
|
|
20243
20481
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20244
|
-
activator?:
|
|
20482
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20245
20483
|
"v-slot:activator"?: false | ((arg: {
|
|
20246
20484
|
isActive: boolean;
|
|
20247
20485
|
props: Record<string, any>;
|
|
@@ -20311,10 +20549,11 @@ declare const VDialog: {
|
|
|
20311
20549
|
maxWidth?: string | number | undefined;
|
|
20312
20550
|
minHeight?: string | number | undefined;
|
|
20313
20551
|
minWidth?: string | number | undefined;
|
|
20552
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20314
20553
|
class?: any;
|
|
20315
20554
|
theme?: string | undefined;
|
|
20316
20555
|
contentClass?: any;
|
|
20317
|
-
activator?:
|
|
20556
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20318
20557
|
closeDelay?: string | number | undefined;
|
|
20319
20558
|
openDelay?: string | number | undefined;
|
|
20320
20559
|
openOnClick?: boolean | undefined;
|
|
@@ -20390,6 +20629,7 @@ declare const VDialog: {
|
|
|
20390
20629
|
maxWidth?: string | number | undefined;
|
|
20391
20630
|
minHeight?: string | number | undefined;
|
|
20392
20631
|
minWidth?: string | number | undefined;
|
|
20632
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20393
20633
|
class?: any;
|
|
20394
20634
|
onAfterLeave?: (() => any) | undefined;
|
|
20395
20635
|
$children?: vue.VNodeChild | {
|
|
@@ -20459,7 +20699,7 @@ declare const VDialog: {
|
|
|
20459
20699
|
[key: string]: any;
|
|
20460
20700
|
}>) => void)[] | undefined;
|
|
20461
20701
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20462
|
-
activator?:
|
|
20702
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20463
20703
|
"v-slot:activator"?: false | ((arg: {
|
|
20464
20704
|
isActive: boolean;
|
|
20465
20705
|
props: Record<string, any>;
|
|
@@ -20526,10 +20766,11 @@ declare const VDialog: {
|
|
|
20526
20766
|
maxWidth?: string | number | undefined;
|
|
20527
20767
|
minHeight?: string | number | undefined;
|
|
20528
20768
|
minWidth?: string | number | undefined;
|
|
20769
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20529
20770
|
class?: any;
|
|
20530
20771
|
theme?: string | undefined;
|
|
20531
20772
|
contentClass?: any;
|
|
20532
|
-
activator?:
|
|
20773
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20533
20774
|
closeDelay?: string | number | undefined;
|
|
20534
20775
|
openDelay?: string | number | undefined;
|
|
20535
20776
|
openOnClick?: boolean | undefined;
|
|
@@ -20571,6 +20812,7 @@ declare const VDialog: {
|
|
|
20571
20812
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
20572
20813
|
}, {
|
|
20573
20814
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
20815
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
20574
20816
|
animateClick: () => void;
|
|
20575
20817
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
20576
20818
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -20672,10 +20914,11 @@ declare const VDialog: {
|
|
|
20672
20914
|
maxWidth?: string | number | undefined;
|
|
20673
20915
|
minHeight?: string | number | undefined;
|
|
20674
20916
|
minWidth?: string | number | undefined;
|
|
20917
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20675
20918
|
class?: any;
|
|
20676
20919
|
theme?: string | undefined;
|
|
20677
20920
|
contentClass?: any;
|
|
20678
|
-
activator?:
|
|
20921
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20679
20922
|
closeDelay?: string | number | undefined;
|
|
20680
20923
|
openDelay?: string | number | undefined;
|
|
20681
20924
|
openOnClick?: boolean | undefined;
|
|
@@ -20717,12 +20960,13 @@ declare const VDialog: {
|
|
|
20717
20960
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
20718
20961
|
} & vue.ShallowUnwrapRef<{
|
|
20719
20962
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
20963
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
20720
20964
|
animateClick: () => void;
|
|
20721
20965
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
20722
20966
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
20723
20967
|
localTop: vue.ComputedRef<boolean>;
|
|
20724
20968
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
20725
|
-
}> & {} & 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, {
|
|
20969
|
+
}> & {} & 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, {
|
|
20726
20970
|
'update:modelValue': (value: boolean) => boolean;
|
|
20727
20971
|
}, string, {
|
|
20728
20972
|
absolute: boolean;
|
|
@@ -20824,10 +21068,11 @@ declare const VDialog: {
|
|
|
20824
21068
|
maxWidth?: string | number | undefined;
|
|
20825
21069
|
minHeight?: string | number | undefined;
|
|
20826
21070
|
minWidth?: string | number | undefined;
|
|
21071
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20827
21072
|
class?: any;
|
|
20828
21073
|
theme?: string | undefined;
|
|
20829
21074
|
contentClass?: any;
|
|
20830
|
-
activator?:
|
|
21075
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20831
21076
|
closeDelay?: string | number | undefined;
|
|
20832
21077
|
openDelay?: string | number | undefined;
|
|
20833
21078
|
openOnClick?: boolean | undefined;
|
|
@@ -20903,6 +21148,7 @@ declare const VDialog: {
|
|
|
20903
21148
|
maxWidth?: string | number | undefined;
|
|
20904
21149
|
minHeight?: string | number | undefined;
|
|
20905
21150
|
minWidth?: string | number | undefined;
|
|
21151
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
20906
21152
|
class?: any;
|
|
20907
21153
|
onAfterLeave?: (() => any) | undefined;
|
|
20908
21154
|
$children?: vue.VNodeChild | {
|
|
@@ -20972,7 +21218,7 @@ declare const VDialog: {
|
|
|
20972
21218
|
[key: string]: any;
|
|
20973
21219
|
}>) => void)[] | undefined;
|
|
20974
21220
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
20975
|
-
activator?:
|
|
21221
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
20976
21222
|
"v-slot:activator"?: false | ((arg: {
|
|
20977
21223
|
isActive: boolean;
|
|
20978
21224
|
props: Record<string, any>;
|
|
@@ -21039,10 +21285,11 @@ declare const VDialog: {
|
|
|
21039
21285
|
maxWidth?: string | number | undefined;
|
|
21040
21286
|
minHeight?: string | number | undefined;
|
|
21041
21287
|
minWidth?: string | number | undefined;
|
|
21288
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21042
21289
|
class?: any;
|
|
21043
21290
|
theme?: string | undefined;
|
|
21044
21291
|
contentClass?: any;
|
|
21045
|
-
activator?:
|
|
21292
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21046
21293
|
closeDelay?: string | number | undefined;
|
|
21047
21294
|
openDelay?: string | number | undefined;
|
|
21048
21295
|
openOnClick?: boolean | undefined;
|
|
@@ -21084,6 +21331,7 @@ declare const VDialog: {
|
|
|
21084
21331
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
21085
21332
|
}, {
|
|
21086
21333
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
21334
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
21087
21335
|
animateClick: () => void;
|
|
21088
21336
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
21089
21337
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -21185,10 +21433,11 @@ declare const VDialog: {
|
|
|
21185
21433
|
maxWidth?: string | number | undefined;
|
|
21186
21434
|
minHeight?: string | number | undefined;
|
|
21187
21435
|
minWidth?: string | number | undefined;
|
|
21436
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21188
21437
|
class?: any;
|
|
21189
21438
|
theme?: string | undefined;
|
|
21190
21439
|
contentClass?: any;
|
|
21191
|
-
activator?:
|
|
21440
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21192
21441
|
closeDelay?: string | number | undefined;
|
|
21193
21442
|
openDelay?: string | number | undefined;
|
|
21194
21443
|
openOnClick?: boolean | undefined;
|
|
@@ -21230,12 +21479,13 @@ declare const VDialog: {
|
|
|
21230
21479
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
21231
21480
|
} & vue.ShallowUnwrapRef<{
|
|
21232
21481
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
21482
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
21233
21483
|
animateClick: () => void;
|
|
21234
21484
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
21235
21485
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
21236
21486
|
localTop: vue.ComputedRef<boolean>;
|
|
21237
21487
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
21238
|
-
}> & {} & 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 & {};
|
|
21488
|
+
}> & {} & 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 & {};
|
|
21239
21489
|
__isFragment?: undefined;
|
|
21240
21490
|
__isTeleport?: undefined;
|
|
21241
21491
|
__isSuspense?: undefined;
|
|
@@ -21276,10 +21526,11 @@ declare const VDialog: {
|
|
|
21276
21526
|
maxWidth?: string | number | undefined;
|
|
21277
21527
|
minHeight?: string | number | undefined;
|
|
21278
21528
|
minWidth?: string | number | undefined;
|
|
21529
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21279
21530
|
class?: any;
|
|
21280
21531
|
theme?: string | undefined;
|
|
21281
21532
|
contentClass?: any;
|
|
21282
|
-
activator?:
|
|
21533
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21283
21534
|
closeDelay?: string | number | undefined;
|
|
21284
21535
|
openDelay?: string | number | undefined;
|
|
21285
21536
|
openOnClick?: boolean | undefined;
|
|
@@ -21355,6 +21606,7 @@ declare const VDialog: {
|
|
|
21355
21606
|
maxWidth?: string | number | undefined;
|
|
21356
21607
|
minHeight?: string | number | undefined;
|
|
21357
21608
|
minWidth?: string | number | undefined;
|
|
21609
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21358
21610
|
class?: any;
|
|
21359
21611
|
onAfterLeave?: (() => any) | undefined;
|
|
21360
21612
|
$children?: vue.VNodeChild | {
|
|
@@ -21424,7 +21676,7 @@ declare const VDialog: {
|
|
|
21424
21676
|
[key: string]: any;
|
|
21425
21677
|
}>) => void)[] | undefined;
|
|
21426
21678
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
21427
|
-
activator?:
|
|
21679
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21428
21680
|
"v-slot:activator"?: false | ((arg: {
|
|
21429
21681
|
isActive: boolean;
|
|
21430
21682
|
props: Record<string, any>;
|
|
@@ -21491,10 +21743,11 @@ declare const VDialog: {
|
|
|
21491
21743
|
maxWidth?: string | number | undefined;
|
|
21492
21744
|
minHeight?: string | number | undefined;
|
|
21493
21745
|
minWidth?: string | number | undefined;
|
|
21746
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21494
21747
|
class?: any;
|
|
21495
21748
|
theme?: string | undefined;
|
|
21496
21749
|
contentClass?: any;
|
|
21497
|
-
activator?:
|
|
21750
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21498
21751
|
closeDelay?: string | number | undefined;
|
|
21499
21752
|
openDelay?: string | number | undefined;
|
|
21500
21753
|
openOnClick?: boolean | undefined;
|
|
@@ -21536,6 +21789,7 @@ declare const VDialog: {
|
|
|
21536
21789
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
21537
21790
|
}, {
|
|
21538
21791
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
21792
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
21539
21793
|
animateClick: () => void;
|
|
21540
21794
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
21541
21795
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -21637,10 +21891,11 @@ declare const VDialog: {
|
|
|
21637
21891
|
maxWidth?: string | number | undefined;
|
|
21638
21892
|
minHeight?: string | number | undefined;
|
|
21639
21893
|
minWidth?: string | number | undefined;
|
|
21894
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
21640
21895
|
class?: any;
|
|
21641
21896
|
theme?: string | undefined;
|
|
21642
21897
|
contentClass?: any;
|
|
21643
|
-
activator?:
|
|
21898
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
21644
21899
|
closeDelay?: string | number | undefined;
|
|
21645
21900
|
openDelay?: string | number | undefined;
|
|
21646
21901
|
openOnClick?: boolean | undefined;
|
|
@@ -21682,12 +21937,13 @@ declare const VDialog: {
|
|
|
21682
21937
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
21683
21938
|
} & vue.ShallowUnwrapRef<{
|
|
21684
21939
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
21940
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
21685
21941
|
animateClick: () => void;
|
|
21686
21942
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
21687
21943
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
21688
21944
|
localTop: vue.ComputedRef<boolean>;
|
|
21689
21945
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
21690
|
-
}> & {} & 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, {
|
|
21946
|
+
}> & {} & 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, {
|
|
21691
21947
|
'update:modelValue': (value: boolean) => boolean;
|
|
21692
21948
|
}, string, {
|
|
21693
21949
|
absolute: boolean;
|
|
@@ -21793,7 +22049,8 @@ declare const VDialog: {
|
|
|
21793
22049
|
};
|
|
21794
22050
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
21795
22051
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
21796
|
-
|
|
22052
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
22053
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
21797
22054
|
activatorProps: {
|
|
21798
22055
|
type: vue.PropType<Record<string, any>>;
|
|
21799
22056
|
default: () => {};
|
|
@@ -21899,7 +22156,8 @@ declare const VDialog: {
|
|
|
21899
22156
|
};
|
|
21900
22157
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
21901
22158
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
21902
|
-
|
|
22159
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
22160
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
21903
22161
|
activatorProps: {
|
|
21904
22162
|
type: vue.PropType<Record<string, any>>;
|
|
21905
22163
|
default: () => {};
|
|
@@ -23559,6 +23817,7 @@ declare const VFileInput: {
|
|
|
23559
23817
|
bgColor?: string | undefined;
|
|
23560
23818
|
appendIcon?: IconValue | undefined;
|
|
23561
23819
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
23820
|
+
baseColor?: string | undefined;
|
|
23562
23821
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
23563
23822
|
label: string | undefined;
|
|
23564
23823
|
props: Record<string, any>;
|
|
@@ -23577,7 +23836,6 @@ declare const VFileInput: {
|
|
|
23577
23836
|
hint?: string | undefined;
|
|
23578
23837
|
hideDetails?: boolean | "auto" | undefined;
|
|
23579
23838
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
23580
|
-
baseColor?: string | undefined;
|
|
23581
23839
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
23582
23840
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
23583
23841
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -23686,6 +23944,7 @@ declare const VFileInput: {
|
|
|
23686
23944
|
rounded?: string | number | boolean | undefined;
|
|
23687
23945
|
bgColor?: string | undefined;
|
|
23688
23946
|
appendIcon?: IconValue | undefined;
|
|
23947
|
+
baseColor?: string | undefined;
|
|
23689
23948
|
appendInnerIcon?: IconValue | undefined;
|
|
23690
23949
|
prependInnerIcon?: IconValue | undefined;
|
|
23691
23950
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -23699,7 +23958,6 @@ declare const VFileInput: {
|
|
|
23699
23958
|
centerAffix?: boolean | undefined;
|
|
23700
23959
|
hint?: string | undefined;
|
|
23701
23960
|
hideDetails?: boolean | "auto" | undefined;
|
|
23702
|
-
baseColor?: string | undefined;
|
|
23703
23961
|
} & {
|
|
23704
23962
|
$children?: vue.VNodeChild | {
|
|
23705
23963
|
default?: ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
@@ -24195,6 +24453,7 @@ declare const VFileInput: {
|
|
|
24195
24453
|
rounded?: string | number | boolean | undefined;
|
|
24196
24454
|
bgColor?: string | undefined;
|
|
24197
24455
|
appendIcon?: IconValue | undefined;
|
|
24456
|
+
baseColor?: string | undefined;
|
|
24198
24457
|
appendInnerIcon?: IconValue | undefined;
|
|
24199
24458
|
prependInnerIcon?: IconValue | undefined;
|
|
24200
24459
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -24208,7 +24467,6 @@ declare const VFileInput: {
|
|
|
24208
24467
|
centerAffix?: boolean | undefined;
|
|
24209
24468
|
hint?: string | undefined;
|
|
24210
24469
|
hideDetails?: boolean | "auto" | undefined;
|
|
24211
|
-
baseColor?: string | undefined;
|
|
24212
24470
|
} & {
|
|
24213
24471
|
$children?: vue.VNodeChild | {
|
|
24214
24472
|
default?: ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
@@ -24607,6 +24865,7 @@ declare const VFileInput: {
|
|
|
24607
24865
|
rounded?: string | number | boolean | undefined;
|
|
24608
24866
|
bgColor?: string | undefined;
|
|
24609
24867
|
appendIcon?: IconValue | undefined;
|
|
24868
|
+
baseColor?: string | undefined;
|
|
24610
24869
|
appendInnerIcon?: IconValue | undefined;
|
|
24611
24870
|
prependInnerIcon?: IconValue | undefined;
|
|
24612
24871
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -24620,7 +24879,6 @@ declare const VFileInput: {
|
|
|
24620
24879
|
centerAffix?: boolean | undefined;
|
|
24621
24880
|
hint?: string | undefined;
|
|
24622
24881
|
hideDetails?: boolean | "auto" | undefined;
|
|
24623
|
-
baseColor?: string | undefined;
|
|
24624
24882
|
} & {
|
|
24625
24883
|
$children?: vue.VNodeChild | {
|
|
24626
24884
|
default?: ((arg: VInputSlot & VFieldSlot) => vue.VNodeChild) | undefined;
|
|
@@ -29869,11 +30127,11 @@ declare const VListItem: {
|
|
|
29869
30127
|
"v-slot:prepend"?: false | ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
|
29870
30128
|
prependIcon?: IconValue | undefined;
|
|
29871
30129
|
appendIcon?: IconValue | undefined;
|
|
30130
|
+
baseColor?: string | undefined;
|
|
29872
30131
|
activeClass?: string | undefined;
|
|
29873
30132
|
appendAvatar?: string | undefined;
|
|
29874
30133
|
prependAvatar?: string | undefined;
|
|
29875
30134
|
activeColor?: string | undefined;
|
|
29876
|
-
baseColor?: string | undefined;
|
|
29877
30135
|
subtitle?: string | number | boolean | undefined;
|
|
29878
30136
|
lines?: "one" | "two" | "three" | undefined;
|
|
29879
30137
|
"v-slot:subtitle"?: false | ((arg: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
|
@@ -29940,11 +30198,11 @@ declare const VListItem: {
|
|
|
29940
30198
|
rounded?: string | number | boolean | undefined;
|
|
29941
30199
|
prependIcon?: IconValue | undefined;
|
|
29942
30200
|
appendIcon?: IconValue | undefined;
|
|
30201
|
+
baseColor?: string | undefined;
|
|
29943
30202
|
activeClass?: string | undefined;
|
|
29944
30203
|
appendAvatar?: string | undefined;
|
|
29945
30204
|
prependAvatar?: string | undefined;
|
|
29946
30205
|
activeColor?: string | undefined;
|
|
29947
|
-
baseColor?: string | undefined;
|
|
29948
30206
|
subtitle?: string | number | boolean | undefined;
|
|
29949
30207
|
lines?: "one" | "two" | "three" | undefined;
|
|
29950
30208
|
} & {
|
|
@@ -30058,11 +30316,11 @@ declare const VListItem: {
|
|
|
30058
30316
|
rounded?: string | number | boolean | undefined;
|
|
30059
30317
|
prependIcon?: IconValue | undefined;
|
|
30060
30318
|
appendIcon?: IconValue | undefined;
|
|
30319
|
+
baseColor?: string | undefined;
|
|
30061
30320
|
activeClass?: string | undefined;
|
|
30062
30321
|
appendAvatar?: string | undefined;
|
|
30063
30322
|
prependAvatar?: string | undefined;
|
|
30064
30323
|
activeColor?: string | undefined;
|
|
30065
|
-
baseColor?: string | undefined;
|
|
30066
30324
|
subtitle?: string | number | boolean | undefined;
|
|
30067
30325
|
lines?: "one" | "two" | "three" | undefined;
|
|
30068
30326
|
} & {
|
|
@@ -30127,11 +30385,11 @@ declare const VListItem: {
|
|
|
30127
30385
|
rounded?: string | number | boolean | undefined;
|
|
30128
30386
|
prependIcon?: IconValue | undefined;
|
|
30129
30387
|
appendIcon?: IconValue | undefined;
|
|
30388
|
+
baseColor?: string | undefined;
|
|
30130
30389
|
activeClass?: string | undefined;
|
|
30131
30390
|
appendAvatar?: string | undefined;
|
|
30132
30391
|
prependAvatar?: string | undefined;
|
|
30133
30392
|
activeColor?: string | undefined;
|
|
30134
|
-
baseColor?: string | undefined;
|
|
30135
30393
|
subtitle?: string | number | boolean | undefined;
|
|
30136
30394
|
lines?: "one" | "two" | "three" | undefined;
|
|
30137
30395
|
} & {
|
|
@@ -30473,12 +30731,12 @@ declare const VList: {
|
|
|
30473
30731
|
[key: string]: any;
|
|
30474
30732
|
}>) => void)[] | undefined;
|
|
30475
30733
|
bgColor?: string | undefined;
|
|
30734
|
+
baseColor?: string | undefined;
|
|
30476
30735
|
activeClass?: string | undefined;
|
|
30477
30736
|
opened?: readonly unknown[] | undefined;
|
|
30478
30737
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
30479
30738
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
30480
30739
|
activeColor?: string | undefined;
|
|
30481
|
-
baseColor?: string | undefined;
|
|
30482
30740
|
"onClick:open"?: ((value: {
|
|
30483
30741
|
id: unknown;
|
|
30484
30742
|
value: boolean;
|
|
@@ -30611,10 +30869,10 @@ declare const VList: {
|
|
|
30611
30869
|
theme?: string | undefined;
|
|
30612
30870
|
rounded?: string | number | boolean | undefined;
|
|
30613
30871
|
bgColor?: string | undefined;
|
|
30872
|
+
baseColor?: string | undefined;
|
|
30614
30873
|
activeClass?: string | undefined;
|
|
30615
30874
|
opened?: readonly unknown[] | undefined;
|
|
30616
30875
|
activeColor?: string | undefined;
|
|
30617
|
-
baseColor?: string | undefined;
|
|
30618
30876
|
} & {
|
|
30619
30877
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
30620
30878
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
@@ -30785,10 +31043,10 @@ declare const VList: {
|
|
|
30785
31043
|
theme?: string | undefined;
|
|
30786
31044
|
rounded?: string | number | boolean | undefined;
|
|
30787
31045
|
bgColor?: string | undefined;
|
|
31046
|
+
baseColor?: string | undefined;
|
|
30788
31047
|
activeClass?: string | undefined;
|
|
30789
31048
|
opened?: readonly unknown[] | undefined;
|
|
30790
31049
|
activeColor?: string | undefined;
|
|
30791
|
-
baseColor?: string | undefined;
|
|
30792
31050
|
} & {
|
|
30793
31051
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
30794
31052
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
@@ -30842,10 +31100,10 @@ declare const VList: {
|
|
|
30842
31100
|
theme?: string | undefined;
|
|
30843
31101
|
rounded?: string | number | boolean | undefined;
|
|
30844
31102
|
bgColor?: string | undefined;
|
|
31103
|
+
baseColor?: string | undefined;
|
|
30845
31104
|
activeClass?: string | undefined;
|
|
30846
31105
|
opened?: readonly unknown[] | undefined;
|
|
30847
31106
|
activeColor?: string | undefined;
|
|
30848
|
-
baseColor?: string | undefined;
|
|
30849
31107
|
} & {
|
|
30850
31108
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
|
30851
31109
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
|
@@ -31217,8 +31475,8 @@ declare const VListGroup: {
|
|
|
31217
31475
|
}>) => void)[] | undefined;
|
|
31218
31476
|
prependIcon?: IconValue | undefined;
|
|
31219
31477
|
appendIcon?: IconValue | undefined;
|
|
31220
|
-
activeColor?: string | undefined;
|
|
31221
31478
|
baseColor?: string | undefined;
|
|
31479
|
+
activeColor?: string | undefined;
|
|
31222
31480
|
"v-slot:activator"?: false | ((arg: {
|
|
31223
31481
|
isOpen: boolean;
|
|
31224
31482
|
props: Record<string, unknown>;
|
|
@@ -31259,8 +31517,8 @@ declare const VListGroup: {
|
|
|
31259
31517
|
class?: any;
|
|
31260
31518
|
prependIcon?: IconValue | undefined;
|
|
31261
31519
|
appendIcon?: IconValue | undefined;
|
|
31262
|
-
activeColor?: string | undefined;
|
|
31263
31520
|
baseColor?: string | undefined;
|
|
31521
|
+
activeColor?: string | undefined;
|
|
31264
31522
|
} & {
|
|
31265
31523
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
31266
31524
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -31333,8 +31591,8 @@ declare const VListGroup: {
|
|
|
31333
31591
|
class?: any;
|
|
31334
31592
|
prependIcon?: IconValue | undefined;
|
|
31335
31593
|
appendIcon?: IconValue | undefined;
|
|
31336
|
-
activeColor?: string | undefined;
|
|
31337
31594
|
baseColor?: string | undefined;
|
|
31595
|
+
activeColor?: string | undefined;
|
|
31338
31596
|
} & {
|
|
31339
31597
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
31340
31598
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -31374,8 +31632,8 @@ declare const VListGroup: {
|
|
|
31374
31632
|
class?: any;
|
|
31375
31633
|
prependIcon?: IconValue | undefined;
|
|
31376
31634
|
appendIcon?: IconValue | undefined;
|
|
31377
|
-
activeColor?: string | undefined;
|
|
31378
31635
|
baseColor?: string | undefined;
|
|
31636
|
+
activeColor?: string | undefined;
|
|
31379
31637
|
} & {
|
|
31380
31638
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
31381
31639
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -33031,6 +33289,7 @@ declare const VMenu: {
|
|
|
33031
33289
|
maxWidth?: string | number | undefined;
|
|
33032
33290
|
minHeight?: string | number | undefined;
|
|
33033
33291
|
minWidth?: string | number | undefined;
|
|
33292
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33034
33293
|
class?: any;
|
|
33035
33294
|
$children?: vue.VNodeChild | {
|
|
33036
33295
|
default?: ((arg: {
|
|
@@ -33099,7 +33358,7 @@ declare const VMenu: {
|
|
|
33099
33358
|
[key: string]: any;
|
|
33100
33359
|
}>) => void)[] | undefined;
|
|
33101
33360
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33102
|
-
activator?:
|
|
33361
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33103
33362
|
"v-slot:activator"?: false | ((arg: {
|
|
33104
33363
|
isActive: boolean;
|
|
33105
33364
|
props: Record<string, any>;
|
|
@@ -33166,10 +33425,11 @@ declare const VMenu: {
|
|
|
33166
33425
|
maxWidth?: string | number | undefined;
|
|
33167
33426
|
minHeight?: string | number | undefined;
|
|
33168
33427
|
minWidth?: string | number | undefined;
|
|
33428
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33169
33429
|
class?: any;
|
|
33170
33430
|
theme?: string | undefined;
|
|
33171
33431
|
contentClass?: any;
|
|
33172
|
-
activator?:
|
|
33432
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33173
33433
|
openOnClick?: boolean | undefined;
|
|
33174
33434
|
openOnFocus?: boolean | undefined;
|
|
33175
33435
|
contentProps?: any;
|
|
@@ -33246,6 +33506,7 @@ declare const VMenu: {
|
|
|
33246
33506
|
maxWidth?: string | number | undefined;
|
|
33247
33507
|
minHeight?: string | number | undefined;
|
|
33248
33508
|
minWidth?: string | number | undefined;
|
|
33509
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33249
33510
|
class?: any;
|
|
33250
33511
|
onAfterLeave?: (() => any) | undefined;
|
|
33251
33512
|
$children?: vue.VNodeChild | {
|
|
@@ -33315,7 +33576,7 @@ declare const VMenu: {
|
|
|
33315
33576
|
[key: string]: any;
|
|
33316
33577
|
}>) => void)[] | undefined;
|
|
33317
33578
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33318
|
-
activator?:
|
|
33579
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33319
33580
|
"v-slot:activator"?: false | ((arg: {
|
|
33320
33581
|
isActive: boolean;
|
|
33321
33582
|
props: Record<string, any>;
|
|
@@ -33382,10 +33643,11 @@ declare const VMenu: {
|
|
|
33382
33643
|
maxWidth?: string | number | undefined;
|
|
33383
33644
|
minHeight?: string | number | undefined;
|
|
33384
33645
|
minWidth?: string | number | undefined;
|
|
33646
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33385
33647
|
class?: any;
|
|
33386
33648
|
theme?: string | undefined;
|
|
33387
33649
|
contentClass?: any;
|
|
33388
|
-
activator?:
|
|
33650
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33389
33651
|
closeDelay?: string | number | undefined;
|
|
33390
33652
|
openDelay?: string | number | undefined;
|
|
33391
33653
|
openOnClick?: boolean | undefined;
|
|
@@ -33427,6 +33689,7 @@ declare const VMenu: {
|
|
|
33427
33689
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
33428
33690
|
}, {
|
|
33429
33691
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
33692
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
33430
33693
|
animateClick: () => void;
|
|
33431
33694
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
33432
33695
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -33493,7 +33756,7 @@ declare const VMenu: {
|
|
|
33493
33756
|
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;
|
|
33494
33757
|
};
|
|
33495
33758
|
$forceUpdate: () => void;
|
|
33496
|
-
$nextTick: typeof
|
|
33759
|
+
$nextTick: typeof nextTick;
|
|
33497
33760
|
$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;
|
|
33498
33761
|
} & {
|
|
33499
33762
|
absolute: boolean;
|
|
@@ -33528,10 +33791,11 @@ declare const VMenu: {
|
|
|
33528
33791
|
maxWidth?: string | number | undefined;
|
|
33529
33792
|
minHeight?: string | number | undefined;
|
|
33530
33793
|
minWidth?: string | number | undefined;
|
|
33794
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33531
33795
|
class?: any;
|
|
33532
33796
|
theme?: string | undefined;
|
|
33533
33797
|
contentClass?: any;
|
|
33534
|
-
activator?:
|
|
33798
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33535
33799
|
closeDelay?: string | number | undefined;
|
|
33536
33800
|
openDelay?: string | number | undefined;
|
|
33537
33801
|
openOnClick?: boolean | undefined;
|
|
@@ -33573,12 +33837,13 @@ declare const VMenu: {
|
|
|
33573
33837
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
33574
33838
|
} & vue.ShallowUnwrapRef<{
|
|
33575
33839
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
33840
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
33576
33841
|
animateClick: () => void;
|
|
33577
33842
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
33578
33843
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
33579
33844
|
localTop: vue.ComputedRef<boolean>;
|
|
33580
33845
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
33581
|
-
}> & {} & 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, {
|
|
33846
|
+
}> & {} & 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, {
|
|
33582
33847
|
'update:modelValue': (value: boolean) => boolean;
|
|
33583
33848
|
}, string, {
|
|
33584
33849
|
location: Anchor;
|
|
@@ -33639,7 +33904,7 @@ declare const VMenu: {
|
|
|
33639
33904
|
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;
|
|
33640
33905
|
};
|
|
33641
33906
|
$forceUpdate: () => void;
|
|
33642
|
-
$nextTick: typeof
|
|
33907
|
+
$nextTick: typeof nextTick;
|
|
33643
33908
|
$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;
|
|
33644
33909
|
} & {
|
|
33645
33910
|
location: Anchor;
|
|
@@ -33677,10 +33942,11 @@ declare const VMenu: {
|
|
|
33677
33942
|
maxWidth?: string | number | undefined;
|
|
33678
33943
|
minHeight?: string | number | undefined;
|
|
33679
33944
|
minWidth?: string | number | undefined;
|
|
33945
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33680
33946
|
class?: any;
|
|
33681
33947
|
theme?: string | undefined;
|
|
33682
33948
|
contentClass?: any;
|
|
33683
|
-
activator?:
|
|
33949
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33684
33950
|
openOnClick?: boolean | undefined;
|
|
33685
33951
|
openOnFocus?: boolean | undefined;
|
|
33686
33952
|
contentProps?: any;
|
|
@@ -33757,6 +34023,7 @@ declare const VMenu: {
|
|
|
33757
34023
|
maxWidth?: string | number | undefined;
|
|
33758
34024
|
minHeight?: string | number | undefined;
|
|
33759
34025
|
minWidth?: string | number | undefined;
|
|
34026
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33760
34027
|
class?: any;
|
|
33761
34028
|
onAfterLeave?: (() => any) | undefined;
|
|
33762
34029
|
$children?: vue.VNodeChild | {
|
|
@@ -33826,7 +34093,7 @@ declare const VMenu: {
|
|
|
33826
34093
|
[key: string]: any;
|
|
33827
34094
|
}>) => void)[] | undefined;
|
|
33828
34095
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
33829
|
-
activator?:
|
|
34096
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33830
34097
|
"v-slot:activator"?: false | ((arg: {
|
|
33831
34098
|
isActive: boolean;
|
|
33832
34099
|
props: Record<string, any>;
|
|
@@ -33893,10 +34160,11 @@ declare const VMenu: {
|
|
|
33893
34160
|
maxWidth?: string | number | undefined;
|
|
33894
34161
|
minHeight?: string | number | undefined;
|
|
33895
34162
|
minWidth?: string | number | undefined;
|
|
34163
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
33896
34164
|
class?: any;
|
|
33897
34165
|
theme?: string | undefined;
|
|
33898
34166
|
contentClass?: any;
|
|
33899
|
-
activator?:
|
|
34167
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
33900
34168
|
closeDelay?: string | number | undefined;
|
|
33901
34169
|
openDelay?: string | number | undefined;
|
|
33902
34170
|
openOnClick?: boolean | undefined;
|
|
@@ -33938,6 +34206,7 @@ declare const VMenu: {
|
|
|
33938
34206
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
33939
34207
|
}, {
|
|
33940
34208
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
34209
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
33941
34210
|
animateClick: () => void;
|
|
33942
34211
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
33943
34212
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -34004,7 +34273,7 @@ declare const VMenu: {
|
|
|
34004
34273
|
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;
|
|
34005
34274
|
};
|
|
34006
34275
|
$forceUpdate: () => void;
|
|
34007
|
-
$nextTick: typeof
|
|
34276
|
+
$nextTick: typeof nextTick;
|
|
34008
34277
|
$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;
|
|
34009
34278
|
} & {
|
|
34010
34279
|
absolute: boolean;
|
|
@@ -34039,10 +34308,11 @@ declare const VMenu: {
|
|
|
34039
34308
|
maxWidth?: string | number | undefined;
|
|
34040
34309
|
minHeight?: string | number | undefined;
|
|
34041
34310
|
minWidth?: string | number | undefined;
|
|
34311
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
34042
34312
|
class?: any;
|
|
34043
34313
|
theme?: string | undefined;
|
|
34044
34314
|
contentClass?: any;
|
|
34045
|
-
activator?:
|
|
34315
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
34046
34316
|
closeDelay?: string | number | undefined;
|
|
34047
34317
|
openDelay?: string | number | undefined;
|
|
34048
34318
|
openOnClick?: boolean | undefined;
|
|
@@ -34084,12 +34354,13 @@ declare const VMenu: {
|
|
|
34084
34354
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
34085
34355
|
} & vue.ShallowUnwrapRef<{
|
|
34086
34356
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
34357
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
34087
34358
|
animateClick: () => void;
|
|
34088
34359
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
34089
34360
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
34090
34361
|
localTop: vue.ComputedRef<boolean>;
|
|
34091
34362
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
34092
|
-
}> & {} & 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 & {};
|
|
34363
|
+
}> & {} & 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 & {};
|
|
34093
34364
|
__isFragment?: undefined;
|
|
34094
34365
|
__isTeleport?: undefined;
|
|
34095
34366
|
__isSuspense?: undefined;
|
|
@@ -34129,10 +34400,11 @@ declare const VMenu: {
|
|
|
34129
34400
|
maxWidth?: string | number | undefined;
|
|
34130
34401
|
minHeight?: string | number | undefined;
|
|
34131
34402
|
minWidth?: string | number | undefined;
|
|
34403
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
34132
34404
|
class?: any;
|
|
34133
34405
|
theme?: string | undefined;
|
|
34134
34406
|
contentClass?: any;
|
|
34135
|
-
activator?:
|
|
34407
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
34136
34408
|
openOnClick?: boolean | undefined;
|
|
34137
34409
|
openOnFocus?: boolean | undefined;
|
|
34138
34410
|
contentProps?: any;
|
|
@@ -34209,6 +34481,7 @@ declare const VMenu: {
|
|
|
34209
34481
|
maxWidth?: string | number | undefined;
|
|
34210
34482
|
minHeight?: string | number | undefined;
|
|
34211
34483
|
minWidth?: string | number | undefined;
|
|
34484
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
34212
34485
|
class?: any;
|
|
34213
34486
|
onAfterLeave?: (() => any) | undefined;
|
|
34214
34487
|
$children?: vue.VNodeChild | {
|
|
@@ -34278,7 +34551,7 @@ declare const VMenu: {
|
|
|
34278
34551
|
[key: string]: any;
|
|
34279
34552
|
}>) => void)[] | undefined;
|
|
34280
34553
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
34281
|
-
activator?:
|
|
34554
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
34282
34555
|
"v-slot:activator"?: false | ((arg: {
|
|
34283
34556
|
isActive: boolean;
|
|
34284
34557
|
props: Record<string, any>;
|
|
@@ -34345,10 +34618,11 @@ declare const VMenu: {
|
|
|
34345
34618
|
maxWidth?: string | number | undefined;
|
|
34346
34619
|
minHeight?: string | number | undefined;
|
|
34347
34620
|
minWidth?: string | number | undefined;
|
|
34621
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
34348
34622
|
class?: any;
|
|
34349
34623
|
theme?: string | undefined;
|
|
34350
34624
|
contentClass?: any;
|
|
34351
|
-
activator?:
|
|
34625
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
34352
34626
|
closeDelay?: string | number | undefined;
|
|
34353
34627
|
openDelay?: string | number | undefined;
|
|
34354
34628
|
openOnClick?: boolean | undefined;
|
|
@@ -34390,6 +34664,7 @@ declare const VMenu: {
|
|
|
34390
34664
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
34391
34665
|
}, {
|
|
34392
34666
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
34667
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
34393
34668
|
animateClick: () => void;
|
|
34394
34669
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
34395
34670
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -34456,7 +34731,7 @@ declare const VMenu: {
|
|
|
34456
34731
|
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;
|
|
34457
34732
|
};
|
|
34458
34733
|
$forceUpdate: () => void;
|
|
34459
|
-
$nextTick: typeof
|
|
34734
|
+
$nextTick: typeof nextTick;
|
|
34460
34735
|
$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;
|
|
34461
34736
|
} & {
|
|
34462
34737
|
absolute: boolean;
|
|
@@ -34491,10 +34766,11 @@ declare const VMenu: {
|
|
|
34491
34766
|
maxWidth?: string | number | undefined;
|
|
34492
34767
|
minHeight?: string | number | undefined;
|
|
34493
34768
|
minWidth?: string | number | undefined;
|
|
34769
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
34494
34770
|
class?: any;
|
|
34495
34771
|
theme?: string | undefined;
|
|
34496
34772
|
contentClass?: any;
|
|
34497
|
-
activator?:
|
|
34773
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
34498
34774
|
closeDelay?: string | number | undefined;
|
|
34499
34775
|
openDelay?: string | number | undefined;
|
|
34500
34776
|
openOnClick?: boolean | undefined;
|
|
@@ -34536,12 +34812,13 @@ declare const VMenu: {
|
|
|
34536
34812
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
34537
34813
|
} & vue.ShallowUnwrapRef<{
|
|
34538
34814
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
34815
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
34539
34816
|
animateClick: () => void;
|
|
34540
34817
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
34541
34818
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
34542
34819
|
localTop: vue.ComputedRef<boolean>;
|
|
34543
34820
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
34544
|
-
}> & {} & 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, {
|
|
34821
|
+
}> & {} & 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, {
|
|
34545
34822
|
'update:modelValue': (value: boolean) => boolean;
|
|
34546
34823
|
}, string, {
|
|
34547
34824
|
location: Anchor;
|
|
@@ -34626,13 +34903,14 @@ declare const VMenu: {
|
|
|
34626
34903
|
type: vue.PropType<vue.StyleValue>;
|
|
34627
34904
|
default: null;
|
|
34628
34905
|
};
|
|
34906
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
34629
34907
|
eager: BooleanConstructor;
|
|
34630
34908
|
disabled: BooleanConstructor;
|
|
34631
34909
|
class: vue.PropType<any>;
|
|
34632
34910
|
theme: StringConstructor;
|
|
34633
34911
|
contentClass: null;
|
|
34634
34912
|
modelValue: BooleanConstructor;
|
|
34635
|
-
activator: vue.PropType<
|
|
34913
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
34636
34914
|
locationStrategy: Omit<{
|
|
34637
34915
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
34638
34916
|
updateLocation: (e: Event) => void;
|
|
@@ -34739,13 +35017,14 @@ declare const VMenu: {
|
|
|
34739
35017
|
type: vue.PropType<vue.StyleValue>;
|
|
34740
35018
|
default: null;
|
|
34741
35019
|
};
|
|
35020
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
34742
35021
|
eager: BooleanConstructor;
|
|
34743
35022
|
disabled: BooleanConstructor;
|
|
34744
35023
|
class: vue.PropType<any>;
|
|
34745
35024
|
theme: StringConstructor;
|
|
34746
35025
|
contentClass: null;
|
|
34747
35026
|
modelValue: BooleanConstructor;
|
|
34748
|
-
activator: vue.PropType<
|
|
35027
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
34749
35028
|
locationStrategy: Omit<{
|
|
34750
35029
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
34751
35030
|
updateLocation: (e: Event) => void;
|
|
@@ -34906,6 +35185,7 @@ declare const VNavigationDrawer: {
|
|
|
34906
35185
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
|
34907
35186
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
|
34908
35187
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
|
35188
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
34909
35189
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
|
34910
35190
|
};
|
|
34911
35191
|
$attrs: {
|
|
@@ -34960,6 +35240,7 @@ declare const VNavigationDrawer: {
|
|
|
34960
35240
|
elevation?: string | number | undefined;
|
|
34961
35241
|
theme?: string | undefined;
|
|
34962
35242
|
rounded?: string | number | boolean | undefined;
|
|
35243
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
34963
35244
|
} & {
|
|
34964
35245
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
34965
35246
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -35067,6 +35348,7 @@ declare const VNavigationDrawer: {
|
|
|
35067
35348
|
elevation?: string | number | undefined;
|
|
35068
35349
|
theme?: string | undefined;
|
|
35069
35350
|
rounded?: string | number | boolean | undefined;
|
|
35351
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
35070
35352
|
} & {
|
|
35071
35353
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
35072
35354
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -35122,6 +35404,7 @@ declare const VNavigationDrawer: {
|
|
|
35122
35404
|
elevation?: string | number | undefined;
|
|
35123
35405
|
theme?: string | undefined;
|
|
35124
35406
|
rounded?: string | number | boolean | undefined;
|
|
35407
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
35125
35408
|
} & {
|
|
35126
35409
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
35127
35410
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -35206,6 +35489,7 @@ declare const VNavigationDrawer: {
|
|
|
35206
35489
|
type: (StringConstructor | NumberConstructor)[];
|
|
35207
35490
|
validator(v: any): boolean;
|
|
35208
35491
|
};
|
|
35492
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
35209
35493
|
class: PropType<any>;
|
|
35210
35494
|
style: {
|
|
35211
35495
|
type: PropType<vue.StyleValue>;
|
|
@@ -35272,6 +35556,7 @@ declare const VNavigationDrawer: {
|
|
|
35272
35556
|
type: (StringConstructor | NumberConstructor)[];
|
|
35273
35557
|
validator(v: any): boolean;
|
|
35274
35558
|
};
|
|
35559
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
35275
35560
|
class: PropType<any>;
|
|
35276
35561
|
style: {
|
|
35277
35562
|
type: PropType<vue.StyleValue>;
|
|
@@ -35360,6 +35645,7 @@ declare const VOverlay: {
|
|
|
35360
35645
|
maxWidth?: string | number | undefined;
|
|
35361
35646
|
minHeight?: string | number | undefined;
|
|
35362
35647
|
minWidth?: string | number | undefined;
|
|
35648
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
35363
35649
|
class?: any;
|
|
35364
35650
|
onAfterLeave?: (() => any) | undefined;
|
|
35365
35651
|
$children?: vue.VNodeChild | {
|
|
@@ -35429,7 +35715,7 @@ declare const VOverlay: {
|
|
|
35429
35715
|
[key: string]: any;
|
|
35430
35716
|
}>) => void)[] | undefined;
|
|
35431
35717
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
35432
|
-
activator?:
|
|
35718
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
35433
35719
|
"v-slot:activator"?: false | ((arg: {
|
|
35434
35720
|
isActive: boolean;
|
|
35435
35721
|
props: Record<string, any>;
|
|
@@ -35496,10 +35782,11 @@ declare const VOverlay: {
|
|
|
35496
35782
|
maxWidth?: string | number | undefined;
|
|
35497
35783
|
minHeight?: string | number | undefined;
|
|
35498
35784
|
minWidth?: string | number | undefined;
|
|
35785
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
35499
35786
|
class?: any;
|
|
35500
35787
|
theme?: string | undefined;
|
|
35501
35788
|
contentClass?: any;
|
|
35502
|
-
activator?:
|
|
35789
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
35503
35790
|
closeDelay?: string | number | undefined;
|
|
35504
35791
|
openDelay?: string | number | undefined;
|
|
35505
35792
|
openOnClick?: boolean | undefined;
|
|
@@ -35541,6 +35828,7 @@ declare const VOverlay: {
|
|
|
35541
35828
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
35542
35829
|
}, {
|
|
35543
35830
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
35831
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
35544
35832
|
animateClick: () => void;
|
|
35545
35833
|
contentEl: Ref<HTMLElement | undefined>;
|
|
35546
35834
|
globalTop: Readonly<Ref<boolean>>;
|
|
@@ -35642,10 +35930,11 @@ declare const VOverlay: {
|
|
|
35642
35930
|
maxWidth?: string | number | undefined;
|
|
35643
35931
|
minHeight?: string | number | undefined;
|
|
35644
35932
|
minWidth?: string | number | undefined;
|
|
35933
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
35645
35934
|
class?: any;
|
|
35646
35935
|
theme?: string | undefined;
|
|
35647
35936
|
contentClass?: any;
|
|
35648
|
-
activator?:
|
|
35937
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
35649
35938
|
closeDelay?: string | number | undefined;
|
|
35650
35939
|
openDelay?: string | number | undefined;
|
|
35651
35940
|
openOnClick?: boolean | undefined;
|
|
@@ -35687,6 +35976,7 @@ declare const VOverlay: {
|
|
|
35687
35976
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
35688
35977
|
} & vue.ShallowUnwrapRef<{
|
|
35689
35978
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
35979
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
35690
35980
|
animateClick: () => void;
|
|
35691
35981
|
contentEl: Ref<HTMLElement | undefined>;
|
|
35692
35982
|
globalTop: Readonly<Ref<boolean>>;
|
|
@@ -35729,10 +36019,11 @@ declare const VOverlay: {
|
|
|
35729
36019
|
maxWidth?: string | number | undefined;
|
|
35730
36020
|
minHeight?: string | number | undefined;
|
|
35731
36021
|
minWidth?: string | number | undefined;
|
|
36022
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
35732
36023
|
class?: any;
|
|
35733
36024
|
theme?: string | undefined;
|
|
35734
36025
|
contentClass?: any;
|
|
35735
|
-
activator?:
|
|
36026
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
35736
36027
|
closeDelay?: string | number | undefined;
|
|
35737
36028
|
openDelay?: string | number | undefined;
|
|
35738
36029
|
openOnClick?: boolean | undefined;
|
|
@@ -35774,6 +36065,7 @@ declare const VOverlay: {
|
|
|
35774
36065
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
35775
36066
|
}, {
|
|
35776
36067
|
activatorEl: Ref<HTMLElement | undefined>;
|
|
36068
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
35777
36069
|
animateClick: () => void;
|
|
35778
36070
|
contentEl: Ref<HTMLElement | undefined>;
|
|
35779
36071
|
globalTop: Readonly<Ref<boolean>>;
|
|
@@ -35866,7 +36158,8 @@ declare const VOverlay: {
|
|
|
35866
36158
|
};
|
|
35867
36159
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
35868
36160
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
35869
|
-
|
|
36161
|
+
target: PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
36162
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
35870
36163
|
activatorProps: {
|
|
35871
36164
|
type: PropType<Record<string, any>>;
|
|
35872
36165
|
default: () => {};
|
|
@@ -35947,7 +36240,8 @@ declare const VOverlay: {
|
|
|
35947
36240
|
};
|
|
35948
36241
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
35949
36242
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
35950
|
-
|
|
36243
|
+
target: PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
36244
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
35951
36245
|
activatorProps: {
|
|
35952
36246
|
type: PropType<Record<string, any>>;
|
|
35953
36247
|
default: () => {};
|
|
@@ -37683,6 +37977,7 @@ declare const VRadio: {
|
|
|
37683
37977
|
}>) => void)[] | undefined;
|
|
37684
37978
|
modelValue?: any;
|
|
37685
37979
|
defaultsTarget?: string | undefined;
|
|
37980
|
+
baseColor?: string | undefined;
|
|
37686
37981
|
trueValue?: any;
|
|
37687
37982
|
falseValue?: any;
|
|
37688
37983
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
@@ -37738,6 +38033,7 @@ declare const VRadio: {
|
|
|
37738
38033
|
theme?: string | undefined;
|
|
37739
38034
|
modelValue?: any;
|
|
37740
38035
|
defaultsTarget?: string | undefined;
|
|
38036
|
+
baseColor?: string | undefined;
|
|
37741
38037
|
trueValue?: any;
|
|
37742
38038
|
falseValue?: any;
|
|
37743
38039
|
} & {
|
|
@@ -37832,6 +38128,7 @@ declare const VRadio: {
|
|
|
37832
38128
|
theme?: string | undefined;
|
|
37833
38129
|
modelValue?: any;
|
|
37834
38130
|
defaultsTarget?: string | undefined;
|
|
38131
|
+
baseColor?: string | undefined;
|
|
37835
38132
|
trueValue?: any;
|
|
37836
38133
|
falseValue?: any;
|
|
37837
38134
|
} & {
|
|
@@ -37885,6 +38182,7 @@ declare const VRadio: {
|
|
|
37885
38182
|
theme?: string | undefined;
|
|
37886
38183
|
modelValue?: any;
|
|
37887
38184
|
defaultsTarget?: string | undefined;
|
|
38185
|
+
baseColor?: string | undefined;
|
|
37888
38186
|
trueValue?: any;
|
|
37889
38187
|
falseValue?: any;
|
|
37890
38188
|
} & {
|
|
@@ -37982,6 +38280,7 @@ declare const VRadio: {
|
|
|
37982
38280
|
default: typeof deepEqual;
|
|
37983
38281
|
};
|
|
37984
38282
|
label: StringConstructor;
|
|
38283
|
+
baseColor: StringConstructor;
|
|
37985
38284
|
trueValue: null;
|
|
37986
38285
|
falseValue: null;
|
|
37987
38286
|
value: null;
|
|
@@ -38031,6 +38330,7 @@ declare const VRadio: {
|
|
|
38031
38330
|
default: typeof deepEqual;
|
|
38032
38331
|
};
|
|
38033
38332
|
label: StringConstructor;
|
|
38333
|
+
baseColor: StringConstructor;
|
|
38034
38334
|
trueValue: null;
|
|
38035
38335
|
falseValue: null;
|
|
38036
38336
|
value: null;
|
|
@@ -38717,6 +39017,12 @@ declare const VRadioGroup: {
|
|
|
38717
39017
|
}>>;
|
|
38718
39018
|
type VRadioGroup = InstanceType<typeof VRadioGroup>;
|
|
38719
39019
|
|
|
39020
|
+
type Tick = {
|
|
39021
|
+
value: number;
|
|
39022
|
+
position: number;
|
|
39023
|
+
label?: string;
|
|
39024
|
+
};
|
|
39025
|
+
|
|
38720
39026
|
declare const VRangeSlider: {
|
|
38721
39027
|
new (...args: any[]): {
|
|
38722
39028
|
$: vue.ComponentInternalInstance;
|
|
@@ -38737,6 +39043,7 @@ declare const VRangeSlider: {
|
|
|
38737
39043
|
rounded?: string | number | boolean | undefined;
|
|
38738
39044
|
density?: Density | undefined;
|
|
38739
39045
|
modelValue?: readonly (string | number)[] | undefined;
|
|
39046
|
+
ripple?: boolean | undefined;
|
|
38740
39047
|
focused?: boolean | undefined;
|
|
38741
39048
|
errorMessages?: string | readonly string[] | undefined;
|
|
38742
39049
|
maxErrors?: string | number | undefined;
|
|
@@ -38760,9 +39067,14 @@ declare const VRangeSlider: {
|
|
|
38760
39067
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38761
39068
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38762
39069
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39070
|
+
'thumb-label'?: ((arg: {
|
|
39071
|
+
modelValue: number;
|
|
39072
|
+
}) => vue.VNodeChild) | undefined;
|
|
39073
|
+
'tick-label'?: ((arg: {
|
|
39074
|
+
tick: Tick;
|
|
39075
|
+
index: number;
|
|
39076
|
+
}) => vue.VNodeChild) | undefined;
|
|
38763
39077
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38764
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
38765
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
38766
39078
|
};
|
|
38767
39079
|
ref?: vue.VNodeRef | undefined;
|
|
38768
39080
|
ref_for?: boolean | undefined;
|
|
@@ -38774,9 +39086,14 @@ declare const VRangeSlider: {
|
|
|
38774
39086
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38775
39087
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38776
39088
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39089
|
+
'thumb-label'?: false | ((arg: {
|
|
39090
|
+
modelValue: number;
|
|
39091
|
+
}) => vue.VNodeChild) | undefined;
|
|
39092
|
+
'tick-label'?: false | ((arg: {
|
|
39093
|
+
tick: Tick;
|
|
39094
|
+
index: number;
|
|
39095
|
+
}) => vue.VNodeChild) | undefined;
|
|
38777
39096
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38778
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38779
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38780
39097
|
} | undefined;
|
|
38781
39098
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38782
39099
|
[key: string]: any;
|
|
@@ -38831,12 +39148,17 @@ declare const VRangeSlider: {
|
|
|
38831
39148
|
hint?: string | undefined;
|
|
38832
39149
|
hideDetails?: boolean | "auto" | undefined;
|
|
38833
39150
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38834
|
-
"v-slot:tick-label"?: false | ((
|
|
39151
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39152
|
+
tick: Tick;
|
|
39153
|
+
index: number;
|
|
39154
|
+
}) => vue.VNodeChild) | undefined;
|
|
38835
39155
|
trackColor?: string | undefined;
|
|
38836
39156
|
trackFillColor?: string | undefined;
|
|
38837
39157
|
thumbColor?: string | undefined;
|
|
38838
39158
|
ticks?: readonly number[] | Record<number, string> | undefined;
|
|
38839
|
-
"v-slot:thumb-label"?: false | ((
|
|
39159
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39160
|
+
modelValue: number;
|
|
39161
|
+
}) => vue.VNodeChild) | undefined;
|
|
38840
39162
|
onEnd?: ((value: [number, number]) => any) | undefined;
|
|
38841
39163
|
onStart?: ((value: [number, number]) => any) | undefined;
|
|
38842
39164
|
};
|
|
@@ -38862,13 +39184,18 @@ declare const VRangeSlider: {
|
|
|
38862
39184
|
message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38863
39185
|
[key: string]: any;
|
|
38864
39186
|
}>[]) | undefined;
|
|
38865
|
-
label?: ((arg:
|
|
39187
|
+
'thumb-label'?: ((arg: {
|
|
39188
|
+
modelValue: number;
|
|
39189
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38866
39190
|
[key: string]: any;
|
|
38867
39191
|
}>[]) | undefined;
|
|
38868
|
-
'tick-label'?: ((
|
|
39192
|
+
'tick-label'?: ((arg: {
|
|
39193
|
+
tick: Tick;
|
|
39194
|
+
index: number;
|
|
39195
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38869
39196
|
[key: string]: any;
|
|
38870
39197
|
}>[]) | undefined;
|
|
38871
|
-
|
|
39198
|
+
label?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
38872
39199
|
[key: string]: any;
|
|
38873
39200
|
}>[]) | undefined;
|
|
38874
39201
|
}>;
|
|
@@ -38891,6 +39218,7 @@ declare const VRangeSlider: {
|
|
|
38891
39218
|
messages: string | readonly string[];
|
|
38892
39219
|
density: Density;
|
|
38893
39220
|
modelValue: readonly (string | number)[];
|
|
39221
|
+
ripple: boolean;
|
|
38894
39222
|
focused: boolean;
|
|
38895
39223
|
errorMessages: string | readonly string[];
|
|
38896
39224
|
maxErrors: string | number;
|
|
@@ -38929,9 +39257,14 @@ declare const VRangeSlider: {
|
|
|
38929
39257
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38930
39258
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38931
39259
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39260
|
+
'thumb-label'?: ((arg: {
|
|
39261
|
+
modelValue: number;
|
|
39262
|
+
}) => vue.VNodeChild) | undefined;
|
|
39263
|
+
'tick-label'?: ((arg: {
|
|
39264
|
+
tick: Tick;
|
|
39265
|
+
index: number;
|
|
39266
|
+
}) => vue.VNodeChild) | undefined;
|
|
38932
39267
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38933
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
38934
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
38935
39268
|
};
|
|
38936
39269
|
'v-slots'?: {
|
|
38937
39270
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -38939,9 +39272,14 @@ declare const VRangeSlider: {
|
|
|
38939
39272
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38940
39273
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38941
39274
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39275
|
+
'thumb-label'?: false | ((arg: {
|
|
39276
|
+
modelValue: number;
|
|
39277
|
+
}) => vue.VNodeChild) | undefined;
|
|
39278
|
+
'tick-label'?: false | ((arg: {
|
|
39279
|
+
tick: Tick;
|
|
39280
|
+
index: number;
|
|
39281
|
+
}) => vue.VNodeChild) | undefined;
|
|
38942
39282
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38943
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38944
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
38945
39283
|
} | undefined;
|
|
38946
39284
|
} & {
|
|
38947
39285
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -38949,9 +39287,14 @@ declare const VRangeSlider: {
|
|
|
38949
39287
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38950
39288
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38951
39289
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39290
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39291
|
+
modelValue: number;
|
|
39292
|
+
}) => vue.VNodeChild) | undefined;
|
|
39293
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39294
|
+
tick: Tick;
|
|
39295
|
+
index: number;
|
|
39296
|
+
}) => vue.VNodeChild) | undefined;
|
|
38952
39297
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
38953
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
38954
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
38955
39298
|
} & {
|
|
38956
39299
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
38957
39300
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -38978,6 +39321,7 @@ declare const VRangeSlider: {
|
|
|
38978
39321
|
rounded: string | number | boolean;
|
|
38979
39322
|
density: Density;
|
|
38980
39323
|
modelValue: readonly (string | number)[];
|
|
39324
|
+
ripple: boolean;
|
|
38981
39325
|
focused: boolean;
|
|
38982
39326
|
errorMessages: string | readonly string[];
|
|
38983
39327
|
maxErrors: string | number;
|
|
@@ -39005,13 +39349,18 @@ declare const VRangeSlider: {
|
|
|
39005
39349
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39006
39350
|
[key: string]: any;
|
|
39007
39351
|
}>[];
|
|
39008
|
-
label: (arg:
|
|
39352
|
+
'thumb-label': (arg: {
|
|
39353
|
+
modelValue: number;
|
|
39354
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39009
39355
|
[key: string]: any;
|
|
39010
39356
|
}>[];
|
|
39011
|
-
'tick-label': (
|
|
39357
|
+
'tick-label': (arg: {
|
|
39358
|
+
tick: Tick;
|
|
39359
|
+
index: number;
|
|
39360
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39012
39361
|
[key: string]: any;
|
|
39013
39362
|
}>[];
|
|
39014
|
-
|
|
39363
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39015
39364
|
[key: string]: any;
|
|
39016
39365
|
}>[];
|
|
39017
39366
|
}>>> & {
|
|
@@ -39049,6 +39398,7 @@ declare const VRangeSlider: {
|
|
|
39049
39398
|
messages: string | readonly string[];
|
|
39050
39399
|
density: Density;
|
|
39051
39400
|
modelValue: readonly (string | number)[];
|
|
39401
|
+
ripple: boolean;
|
|
39052
39402
|
focused: boolean;
|
|
39053
39403
|
errorMessages: string | readonly string[];
|
|
39054
39404
|
maxErrors: string | number;
|
|
@@ -39087,9 +39437,14 @@ declare const VRangeSlider: {
|
|
|
39087
39437
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39088
39438
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39089
39439
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39440
|
+
'thumb-label'?: ((arg: {
|
|
39441
|
+
modelValue: number;
|
|
39442
|
+
}) => vue.VNodeChild) | undefined;
|
|
39443
|
+
'tick-label'?: ((arg: {
|
|
39444
|
+
tick: Tick;
|
|
39445
|
+
index: number;
|
|
39446
|
+
}) => vue.VNodeChild) | undefined;
|
|
39090
39447
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39091
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
39092
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
39093
39448
|
};
|
|
39094
39449
|
'v-slots'?: {
|
|
39095
39450
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39097,9 +39452,14 @@ declare const VRangeSlider: {
|
|
|
39097
39452
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39098
39453
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39099
39454
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39455
|
+
'thumb-label'?: false | ((arg: {
|
|
39456
|
+
modelValue: number;
|
|
39457
|
+
}) => vue.VNodeChild) | undefined;
|
|
39458
|
+
'tick-label'?: false | ((arg: {
|
|
39459
|
+
tick: Tick;
|
|
39460
|
+
index: number;
|
|
39461
|
+
}) => vue.VNodeChild) | undefined;
|
|
39100
39462
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39101
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39102
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39103
39463
|
} | undefined;
|
|
39104
39464
|
} & {
|
|
39105
39465
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39107,9 +39467,14 @@ declare const VRangeSlider: {
|
|
|
39107
39467
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39108
39468
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39109
39469
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39470
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39471
|
+
modelValue: number;
|
|
39472
|
+
}) => vue.VNodeChild) | undefined;
|
|
39473
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39474
|
+
tick: Tick;
|
|
39475
|
+
index: number;
|
|
39476
|
+
}) => vue.VNodeChild) | undefined;
|
|
39110
39477
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39111
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39112
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39113
39478
|
} & {
|
|
39114
39479
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
39115
39480
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -39134,6 +39499,7 @@ declare const VRangeSlider: {
|
|
|
39134
39499
|
messages: string | readonly string[];
|
|
39135
39500
|
density: Density;
|
|
39136
39501
|
modelValue: readonly (string | number)[];
|
|
39502
|
+
ripple: boolean;
|
|
39137
39503
|
focused: boolean;
|
|
39138
39504
|
errorMessages: string | readonly string[];
|
|
39139
39505
|
maxErrors: string | number;
|
|
@@ -39172,9 +39538,14 @@ declare const VRangeSlider: {
|
|
|
39172
39538
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39173
39539
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39174
39540
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39541
|
+
'thumb-label'?: ((arg: {
|
|
39542
|
+
modelValue: number;
|
|
39543
|
+
}) => vue.VNodeChild) | undefined;
|
|
39544
|
+
'tick-label'?: ((arg: {
|
|
39545
|
+
tick: Tick;
|
|
39546
|
+
index: number;
|
|
39547
|
+
}) => vue.VNodeChild) | undefined;
|
|
39175
39548
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39176
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
39177
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
39178
39549
|
};
|
|
39179
39550
|
'v-slots'?: {
|
|
39180
39551
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39182,9 +39553,14 @@ declare const VRangeSlider: {
|
|
|
39182
39553
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39183
39554
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39184
39555
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39556
|
+
'thumb-label'?: false | ((arg: {
|
|
39557
|
+
modelValue: number;
|
|
39558
|
+
}) => vue.VNodeChild) | undefined;
|
|
39559
|
+
'tick-label'?: false | ((arg: {
|
|
39560
|
+
tick: Tick;
|
|
39561
|
+
index: number;
|
|
39562
|
+
}) => vue.VNodeChild) | undefined;
|
|
39185
39563
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39186
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39187
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
39188
39564
|
} | undefined;
|
|
39189
39565
|
} & {
|
|
39190
39566
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -39192,9 +39568,14 @@ declare const VRangeSlider: {
|
|
|
39192
39568
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39193
39569
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39194
39570
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
39571
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
39572
|
+
modelValue: number;
|
|
39573
|
+
}) => vue.VNodeChild) | undefined;
|
|
39574
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
39575
|
+
tick: Tick;
|
|
39576
|
+
index: number;
|
|
39577
|
+
}) => vue.VNodeChild) | undefined;
|
|
39195
39578
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
39196
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39197
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
39198
39579
|
} & {
|
|
39199
39580
|
"onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
|
|
39200
39581
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -39221,6 +39602,7 @@ declare const VRangeSlider: {
|
|
|
39221
39602
|
rounded: string | number | boolean;
|
|
39222
39603
|
density: Density;
|
|
39223
39604
|
modelValue: readonly (string | number)[];
|
|
39605
|
+
ripple: boolean;
|
|
39224
39606
|
focused: boolean;
|
|
39225
39607
|
errorMessages: string | readonly string[];
|
|
39226
39608
|
maxErrors: string | number;
|
|
@@ -39248,13 +39630,18 @@ declare const VRangeSlider: {
|
|
|
39248
39630
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39249
39631
|
[key: string]: any;
|
|
39250
39632
|
}>[];
|
|
39251
|
-
label: (arg:
|
|
39633
|
+
'thumb-label': (arg: {
|
|
39634
|
+
modelValue: number;
|
|
39635
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39252
39636
|
[key: string]: any;
|
|
39253
39637
|
}>[];
|
|
39254
|
-
'tick-label': (
|
|
39638
|
+
'tick-label': (arg: {
|
|
39639
|
+
tick: Tick;
|
|
39640
|
+
index: number;
|
|
39641
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39255
39642
|
[key: string]: any;
|
|
39256
39643
|
}>[];
|
|
39257
|
-
|
|
39644
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
39258
39645
|
[key: string]: any;
|
|
39259
39646
|
}>[];
|
|
39260
39647
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -39263,6 +39650,10 @@ declare const VRangeSlider: {
|
|
|
39263
39650
|
type: PropType<readonly (string | number)[]>;
|
|
39264
39651
|
default: () => number[];
|
|
39265
39652
|
};
|
|
39653
|
+
ripple: {
|
|
39654
|
+
type: BooleanConstructor;
|
|
39655
|
+
default: boolean;
|
|
39656
|
+
};
|
|
39266
39657
|
elevation: Omit<{
|
|
39267
39658
|
type: (StringConstructor | NumberConstructor)[];
|
|
39268
39659
|
validator(v: any): boolean;
|
|
@@ -39380,6 +39771,10 @@ declare const VRangeSlider: {
|
|
|
39380
39771
|
type: PropType<readonly (string | number)[]>;
|
|
39381
39772
|
default: () => number[];
|
|
39382
39773
|
};
|
|
39774
|
+
ripple: {
|
|
39775
|
+
type: BooleanConstructor;
|
|
39776
|
+
default: boolean;
|
|
39777
|
+
};
|
|
39383
39778
|
elevation: Omit<{
|
|
39384
39779
|
type: (StringConstructor | NumberConstructor)[];
|
|
39385
39780
|
validator(v: any): boolean;
|
|
@@ -40171,6 +40566,7 @@ declare const VSelect: {
|
|
|
40171
40566
|
} | undefined;
|
|
40172
40567
|
menu?: boolean | undefined;
|
|
40173
40568
|
style?: vue.StyleValue | undefined;
|
|
40569
|
+
role?: string | undefined;
|
|
40174
40570
|
autofocus?: boolean | undefined;
|
|
40175
40571
|
eager?: boolean | undefined;
|
|
40176
40572
|
disabled?: boolean | undefined;
|
|
@@ -40199,6 +40595,8 @@ declare const VSelect: {
|
|
|
40199
40595
|
persistentCounter?: boolean | undefined;
|
|
40200
40596
|
chips?: boolean | undefined;
|
|
40201
40597
|
closableChips?: boolean | undefined;
|
|
40598
|
+
closeText?: string | undefined;
|
|
40599
|
+
openText?: string | undefined;
|
|
40202
40600
|
hideNoData?: boolean | undefined;
|
|
40203
40601
|
hideSelected?: boolean | undefined;
|
|
40204
40602
|
menuIcon?: IconValue | undefined;
|
|
@@ -40259,6 +40657,7 @@ declare const VSelect: {
|
|
|
40259
40657
|
bgColor?: string | undefined;
|
|
40260
40658
|
prependIcon?: IconValue | undefined;
|
|
40261
40659
|
appendIcon?: IconValue | undefined;
|
|
40660
|
+
baseColor?: string | undefined;
|
|
40262
40661
|
prependInnerIcon?: IconValue | undefined;
|
|
40263
40662
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
40264
40663
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -40269,7 +40668,6 @@ declare const VSelect: {
|
|
|
40269
40668
|
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
40270
40669
|
hint?: string | undefined;
|
|
40271
40670
|
hideDetails?: boolean | "auto" | undefined;
|
|
40272
|
-
baseColor?: string | undefined;
|
|
40273
40671
|
suffix?: string | undefined;
|
|
40274
40672
|
counterValue?: ((value: any) => number) | undefined;
|
|
40275
40673
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -40311,6 +40709,7 @@ declare const VSelect: {
|
|
|
40311
40709
|
maxWidth?: string | number | undefined;
|
|
40312
40710
|
minHeight?: string | number | undefined;
|
|
40313
40711
|
minWidth?: string | number | undefined;
|
|
40712
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
40314
40713
|
class?: any;
|
|
40315
40714
|
$children?: vue.VNodeChild | {
|
|
40316
40715
|
default?: ((arg: {
|
|
@@ -40379,7 +40778,7 @@ declare const VSelect: {
|
|
|
40379
40778
|
[key: string]: any;
|
|
40380
40779
|
}>) => void)[] | undefined;
|
|
40381
40780
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40382
|
-
activator?:
|
|
40781
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
40383
40782
|
"v-slot:activator"?: false | ((arg: {
|
|
40384
40783
|
isActive: boolean;
|
|
40385
40784
|
props: Record<string, any>;
|
|
@@ -40475,6 +40874,7 @@ declare const VSelect: {
|
|
|
40475
40874
|
};
|
|
40476
40875
|
menu: boolean;
|
|
40477
40876
|
style: vue.StyleValue;
|
|
40877
|
+
role: string;
|
|
40478
40878
|
autofocus: boolean;
|
|
40479
40879
|
eager: boolean;
|
|
40480
40880
|
disabled: boolean;
|
|
@@ -40501,6 +40901,8 @@ declare const VSelect: {
|
|
|
40501
40901
|
persistentCounter: boolean;
|
|
40502
40902
|
chips: boolean;
|
|
40503
40903
|
closableChips: boolean;
|
|
40904
|
+
closeText: string;
|
|
40905
|
+
openText: string;
|
|
40504
40906
|
hideNoData: boolean;
|
|
40505
40907
|
hideSelected: boolean;
|
|
40506
40908
|
menuIcon: IconValue;
|
|
@@ -40520,6 +40922,7 @@ declare const VSelect: {
|
|
|
40520
40922
|
bgColor?: string | undefined;
|
|
40521
40923
|
prependIcon?: IconValue | undefined;
|
|
40522
40924
|
appendIcon?: IconValue | undefined;
|
|
40925
|
+
baseColor?: string | undefined;
|
|
40523
40926
|
prependInnerIcon?: IconValue | undefined;
|
|
40524
40927
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
40525
40928
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -40531,7 +40934,6 @@ declare const VSelect: {
|
|
|
40531
40934
|
centerAffix?: boolean | undefined;
|
|
40532
40935
|
hint?: string | undefined;
|
|
40533
40936
|
hideDetails?: boolean | "auto" | undefined;
|
|
40534
|
-
baseColor?: string | undefined;
|
|
40535
40937
|
suffix?: string | undefined;
|
|
40536
40938
|
counterValue?: ((value: any) => number) | undefined;
|
|
40537
40939
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -40573,6 +40975,7 @@ declare const VSelect: {
|
|
|
40573
40975
|
maxWidth?: string | number | undefined;
|
|
40574
40976
|
minHeight?: string | number | undefined;
|
|
40575
40977
|
minWidth?: string | number | undefined;
|
|
40978
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
40576
40979
|
class?: any;
|
|
40577
40980
|
$children?: vue.VNodeChild | {
|
|
40578
40981
|
default?: ((arg: {
|
|
@@ -40641,7 +41044,7 @@ declare const VSelect: {
|
|
|
40641
41044
|
[key: string]: any;
|
|
40642
41045
|
}>) => void)[] | undefined;
|
|
40643
41046
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40644
|
-
activator?:
|
|
41047
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
40645
41048
|
"v-slot:activator"?: false | ((arg: {
|
|
40646
41049
|
isActive: boolean;
|
|
40647
41050
|
props: Record<string, any>;
|
|
@@ -40672,6 +41075,7 @@ declare const VSelect: {
|
|
|
40672
41075
|
};
|
|
40673
41076
|
menu: boolean;
|
|
40674
41077
|
style: vue.StyleValue;
|
|
41078
|
+
role: string;
|
|
40675
41079
|
autofocus: boolean;
|
|
40676
41080
|
eager: boolean;
|
|
40677
41081
|
disabled: boolean;
|
|
@@ -40700,6 +41104,8 @@ declare const VSelect: {
|
|
|
40700
41104
|
persistentCounter: boolean;
|
|
40701
41105
|
chips: boolean;
|
|
40702
41106
|
closableChips: boolean;
|
|
41107
|
+
closeText: string;
|
|
41108
|
+
openText: string;
|
|
40703
41109
|
hideNoData: boolean;
|
|
40704
41110
|
hideSelected: boolean;
|
|
40705
41111
|
menuIcon: IconValue;
|
|
@@ -40798,6 +41204,7 @@ declare const VSelect: {
|
|
|
40798
41204
|
};
|
|
40799
41205
|
menu: boolean;
|
|
40800
41206
|
style: vue.StyleValue;
|
|
41207
|
+
role: string;
|
|
40801
41208
|
autofocus: boolean;
|
|
40802
41209
|
eager: boolean;
|
|
40803
41210
|
disabled: boolean;
|
|
@@ -40824,6 +41231,8 @@ declare const VSelect: {
|
|
|
40824
41231
|
persistentCounter: boolean;
|
|
40825
41232
|
chips: boolean;
|
|
40826
41233
|
closableChips: boolean;
|
|
41234
|
+
closeText: string;
|
|
41235
|
+
openText: string;
|
|
40827
41236
|
hideNoData: boolean;
|
|
40828
41237
|
hideSelected: boolean;
|
|
40829
41238
|
menuIcon: IconValue;
|
|
@@ -40843,6 +41252,7 @@ declare const VSelect: {
|
|
|
40843
41252
|
bgColor?: string | undefined;
|
|
40844
41253
|
prependIcon?: IconValue | undefined;
|
|
40845
41254
|
appendIcon?: IconValue | undefined;
|
|
41255
|
+
baseColor?: string | undefined;
|
|
40846
41256
|
prependInnerIcon?: IconValue | undefined;
|
|
40847
41257
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
40848
41258
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -40854,7 +41264,6 @@ declare const VSelect: {
|
|
|
40854
41264
|
centerAffix?: boolean | undefined;
|
|
40855
41265
|
hint?: string | undefined;
|
|
40856
41266
|
hideDetails?: boolean | "auto" | undefined;
|
|
40857
|
-
baseColor?: string | undefined;
|
|
40858
41267
|
suffix?: string | undefined;
|
|
40859
41268
|
counterValue?: ((value: any) => number) | undefined;
|
|
40860
41269
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -40896,6 +41305,7 @@ declare const VSelect: {
|
|
|
40896
41305
|
maxWidth?: string | number | undefined;
|
|
40897
41306
|
minHeight?: string | number | undefined;
|
|
40898
41307
|
minWidth?: string | number | undefined;
|
|
41308
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
40899
41309
|
class?: any;
|
|
40900
41310
|
$children?: vue.VNodeChild | {
|
|
40901
41311
|
default?: ((arg: {
|
|
@@ -40964,7 +41374,7 @@ declare const VSelect: {
|
|
|
40964
41374
|
[key: string]: any;
|
|
40965
41375
|
}>) => void)[] | undefined;
|
|
40966
41376
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
40967
|
-
activator?:
|
|
41377
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
40968
41378
|
"v-slot:activator"?: false | ((arg: {
|
|
40969
41379
|
isActive: boolean;
|
|
40970
41380
|
props: Record<string, any>;
|
|
@@ -40995,6 +41405,7 @@ declare const VSelect: {
|
|
|
40995
41405
|
};
|
|
40996
41406
|
menu: boolean;
|
|
40997
41407
|
style: vue.StyleValue;
|
|
41408
|
+
role: string;
|
|
40998
41409
|
autofocus: boolean;
|
|
40999
41410
|
eager: boolean;
|
|
41000
41411
|
disabled: boolean;
|
|
@@ -41021,6 +41432,8 @@ declare const VSelect: {
|
|
|
41021
41432
|
persistentCounter: boolean;
|
|
41022
41433
|
chips: boolean;
|
|
41023
41434
|
closableChips: boolean;
|
|
41435
|
+
closeText: string;
|
|
41436
|
+
openText: string;
|
|
41024
41437
|
hideNoData: boolean;
|
|
41025
41438
|
hideSelected: boolean;
|
|
41026
41439
|
menuIcon: IconValue;
|
|
@@ -41040,6 +41453,7 @@ declare const VSelect: {
|
|
|
41040
41453
|
bgColor?: string | undefined;
|
|
41041
41454
|
prependIcon?: IconValue | undefined;
|
|
41042
41455
|
appendIcon?: IconValue | undefined;
|
|
41456
|
+
baseColor?: string | undefined;
|
|
41043
41457
|
prependInnerIcon?: IconValue | undefined;
|
|
41044
41458
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
41045
41459
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -41051,7 +41465,6 @@ declare const VSelect: {
|
|
|
41051
41465
|
centerAffix?: boolean | undefined;
|
|
41052
41466
|
hint?: string | undefined;
|
|
41053
41467
|
hideDetails?: boolean | "auto" | undefined;
|
|
41054
|
-
baseColor?: string | undefined;
|
|
41055
41468
|
suffix?: string | undefined;
|
|
41056
41469
|
counterValue?: ((value: any) => number) | undefined;
|
|
41057
41470
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -41093,6 +41506,7 @@ declare const VSelect: {
|
|
|
41093
41506
|
maxWidth?: string | number | undefined;
|
|
41094
41507
|
minHeight?: string | number | undefined;
|
|
41095
41508
|
minWidth?: string | number | undefined;
|
|
41509
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
41096
41510
|
class?: any;
|
|
41097
41511
|
$children?: vue.VNodeChild | {
|
|
41098
41512
|
default?: ((arg: {
|
|
@@ -41161,7 +41575,7 @@ declare const VSelect: {
|
|
|
41161
41575
|
[key: string]: any;
|
|
41162
41576
|
}>) => void)[] | undefined;
|
|
41163
41577
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
41164
|
-
activator?:
|
|
41578
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41165
41579
|
"v-slot:activator"?: false | ((arg: {
|
|
41166
41580
|
isActive: boolean;
|
|
41167
41581
|
props: Record<string, any>;
|
|
@@ -41192,6 +41606,7 @@ declare const VSelect: {
|
|
|
41192
41606
|
};
|
|
41193
41607
|
menu: boolean;
|
|
41194
41608
|
style: vue.StyleValue;
|
|
41609
|
+
role: string;
|
|
41195
41610
|
autofocus: boolean;
|
|
41196
41611
|
eager: boolean;
|
|
41197
41612
|
disabled: boolean;
|
|
@@ -41220,6 +41635,8 @@ declare const VSelect: {
|
|
|
41220
41635
|
persistentCounter: boolean;
|
|
41221
41636
|
chips: boolean;
|
|
41222
41637
|
closableChips: boolean;
|
|
41638
|
+
closeText: string;
|
|
41639
|
+
openText: string;
|
|
41223
41640
|
hideNoData: boolean;
|
|
41224
41641
|
hideSelected: boolean;
|
|
41225
41642
|
menuIcon: IconValue;
|
|
@@ -41374,6 +41791,10 @@ declare const VSelect: {
|
|
|
41374
41791
|
default: null;
|
|
41375
41792
|
};
|
|
41376
41793
|
prefix: StringConstructor;
|
|
41794
|
+
role: {
|
|
41795
|
+
type: PropType<string>;
|
|
41796
|
+
default: string;
|
|
41797
|
+
};
|
|
41377
41798
|
autofocus: BooleanConstructor;
|
|
41378
41799
|
disabled: {
|
|
41379
41800
|
type: BooleanConstructor;
|
|
@@ -41412,6 +41833,7 @@ declare const VSelect: {
|
|
|
41412
41833
|
bgColor: StringConstructor;
|
|
41413
41834
|
prependIcon: PropType<IconValue>;
|
|
41414
41835
|
appendIcon: PropType<IconValue>;
|
|
41836
|
+
baseColor: StringConstructor;
|
|
41415
41837
|
clearIcon: {
|
|
41416
41838
|
type: PropType<IconValue>;
|
|
41417
41839
|
default: string;
|
|
@@ -41444,7 +41866,6 @@ declare const VSelect: {
|
|
|
41444
41866
|
hint: StringConstructor;
|
|
41445
41867
|
persistentHint: BooleanConstructor;
|
|
41446
41868
|
hideDetails: PropType<boolean | "auto">;
|
|
41447
|
-
baseColor: StringConstructor;
|
|
41448
41869
|
clearable: BooleanConstructor;
|
|
41449
41870
|
persistentClear: BooleanConstructor;
|
|
41450
41871
|
singleLine: BooleanConstructor;
|
|
@@ -41479,6 +41900,14 @@ declare const VSelect: {
|
|
|
41479
41900
|
returnObject: BooleanConstructor;
|
|
41480
41901
|
chips: BooleanConstructor;
|
|
41481
41902
|
closableChips: BooleanConstructor;
|
|
41903
|
+
closeText: {
|
|
41904
|
+
type: StringConstructor;
|
|
41905
|
+
default: string;
|
|
41906
|
+
};
|
|
41907
|
+
openText: {
|
|
41908
|
+
type: StringConstructor;
|
|
41909
|
+
default: string;
|
|
41910
|
+
};
|
|
41482
41911
|
eager: BooleanConstructor;
|
|
41483
41912
|
hideNoData: BooleanConstructor;
|
|
41484
41913
|
hideSelected: BooleanConstructor;
|
|
@@ -41526,6 +41955,7 @@ declare const VSelect: {
|
|
|
41526
41955
|
maxWidth?: string | number | undefined;
|
|
41527
41956
|
minHeight?: string | number | undefined;
|
|
41528
41957
|
minWidth?: string | number | undefined;
|
|
41958
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
41529
41959
|
class?: any;
|
|
41530
41960
|
$children?: vue.VNodeChild | {
|
|
41531
41961
|
default?: ((arg: {
|
|
@@ -41594,7 +42024,7 @@ declare const VSelect: {
|
|
|
41594
42024
|
[key: string]: any;
|
|
41595
42025
|
}>) => void)[] | undefined;
|
|
41596
42026
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
41597
|
-
activator?:
|
|
42027
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41598
42028
|
"v-slot:activator"?: false | ((arg: {
|
|
41599
42029
|
isActive: boolean;
|
|
41600
42030
|
props: Record<string, any>;
|
|
@@ -41656,6 +42086,10 @@ declare const VSelect: {
|
|
|
41656
42086
|
default: null;
|
|
41657
42087
|
};
|
|
41658
42088
|
prefix: StringConstructor;
|
|
42089
|
+
role: {
|
|
42090
|
+
type: PropType<string>;
|
|
42091
|
+
default: string;
|
|
42092
|
+
};
|
|
41659
42093
|
autofocus: BooleanConstructor;
|
|
41660
42094
|
disabled: {
|
|
41661
42095
|
type: BooleanConstructor;
|
|
@@ -41694,6 +42128,7 @@ declare const VSelect: {
|
|
|
41694
42128
|
bgColor: StringConstructor;
|
|
41695
42129
|
prependIcon: PropType<IconValue>;
|
|
41696
42130
|
appendIcon: PropType<IconValue>;
|
|
42131
|
+
baseColor: StringConstructor;
|
|
41697
42132
|
clearIcon: {
|
|
41698
42133
|
type: PropType<IconValue>;
|
|
41699
42134
|
default: string;
|
|
@@ -41726,7 +42161,6 @@ declare const VSelect: {
|
|
|
41726
42161
|
hint: StringConstructor;
|
|
41727
42162
|
persistentHint: BooleanConstructor;
|
|
41728
42163
|
hideDetails: PropType<boolean | "auto">;
|
|
41729
|
-
baseColor: StringConstructor;
|
|
41730
42164
|
clearable: BooleanConstructor;
|
|
41731
42165
|
persistentClear: BooleanConstructor;
|
|
41732
42166
|
singleLine: BooleanConstructor;
|
|
@@ -41761,6 +42195,14 @@ declare const VSelect: {
|
|
|
41761
42195
|
returnObject: BooleanConstructor;
|
|
41762
42196
|
chips: BooleanConstructor;
|
|
41763
42197
|
closableChips: BooleanConstructor;
|
|
42198
|
+
closeText: {
|
|
42199
|
+
type: StringConstructor;
|
|
42200
|
+
default: string;
|
|
42201
|
+
};
|
|
42202
|
+
openText: {
|
|
42203
|
+
type: StringConstructor;
|
|
42204
|
+
default: string;
|
|
42205
|
+
};
|
|
41764
42206
|
eager: BooleanConstructor;
|
|
41765
42207
|
hideNoData: BooleanConstructor;
|
|
41766
42208
|
hideSelected: BooleanConstructor;
|
|
@@ -41808,6 +42250,7 @@ declare const VSelect: {
|
|
|
41808
42250
|
maxWidth?: string | number | undefined;
|
|
41809
42251
|
minHeight?: string | number | undefined;
|
|
41810
42252
|
minWidth?: string | number | undefined;
|
|
42253
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
41811
42254
|
class?: any;
|
|
41812
42255
|
$children?: vue.VNodeChild | {
|
|
41813
42256
|
default?: ((arg: {
|
|
@@ -41876,7 +42319,7 @@ declare const VSelect: {
|
|
|
41876
42319
|
[key: string]: any;
|
|
41877
42320
|
}>) => void)[] | undefined;
|
|
41878
42321
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
41879
|
-
activator?:
|
|
42322
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
41880
42323
|
"v-slot:activator"?: false | ((arg: {
|
|
41881
42324
|
isActive: boolean;
|
|
41882
42325
|
props: Record<string, any>;
|
|
@@ -42252,6 +42695,7 @@ declare const VSlideGroup: {
|
|
|
42252
42695
|
[key: string]: any;
|
|
42253
42696
|
}>) => void)[] | undefined;
|
|
42254
42697
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
42698
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
42255
42699
|
showArrows?: string | boolean | undefined;
|
|
42256
42700
|
"v-slot:next"?: false | ((arg: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
42257
42701
|
"v-slot:prev"?: false | ((arg: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
@@ -42293,6 +42737,7 @@ declare const VSlideGroup: {
|
|
|
42293
42737
|
class?: any;
|
|
42294
42738
|
mandatory?: boolean | "force" | undefined;
|
|
42295
42739
|
modelValue?: any;
|
|
42740
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
42296
42741
|
showArrows?: string | boolean | undefined;
|
|
42297
42742
|
} & {
|
|
42298
42743
|
$children?: vue.VNodeChild | {
|
|
@@ -42376,6 +42821,7 @@ declare const VSlideGroup: {
|
|
|
42376
42821
|
class?: any;
|
|
42377
42822
|
mandatory?: boolean | "force" | undefined;
|
|
42378
42823
|
modelValue?: any;
|
|
42824
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
42379
42825
|
showArrows?: string | boolean | undefined;
|
|
42380
42826
|
} & {
|
|
42381
42827
|
$children?: vue.VNodeChild | {
|
|
@@ -42419,6 +42865,7 @@ declare const VSlideGroup: {
|
|
|
42419
42865
|
class?: any;
|
|
42420
42866
|
mandatory?: boolean | "force" | undefined;
|
|
42421
42867
|
modelValue?: any;
|
|
42868
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
42422
42869
|
showArrows?: string | boolean | undefined;
|
|
42423
42870
|
} & {
|
|
42424
42871
|
$children?: vue.VNodeChild | {
|
|
@@ -42483,6 +42930,7 @@ declare const VSlideGroup: {
|
|
|
42483
42930
|
type: StringConstructor;
|
|
42484
42931
|
default: string;
|
|
42485
42932
|
};
|
|
42933
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
42486
42934
|
class: PropType<any>;
|
|
42487
42935
|
style: {
|
|
42488
42936
|
type: PropType<vue.StyleValue>;
|
|
@@ -42526,6 +42974,7 @@ declare const VSlideGroup: {
|
|
|
42526
42974
|
type: StringConstructor;
|
|
42527
42975
|
default: string;
|
|
42528
42976
|
};
|
|
42977
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
42529
42978
|
class: PropType<any>;
|
|
42530
42979
|
style: {
|
|
42531
42980
|
type: PropType<vue.StyleValue>;
|
|
@@ -42864,6 +43313,7 @@ declare const VSlider: {
|
|
|
42864
43313
|
rounded?: string | number | boolean | undefined;
|
|
42865
43314
|
density?: Density | undefined;
|
|
42866
43315
|
modelValue?: string | number | undefined;
|
|
43316
|
+
ripple?: boolean | undefined;
|
|
42867
43317
|
focused?: boolean | undefined;
|
|
42868
43318
|
errorMessages?: string | readonly string[] | undefined;
|
|
42869
43319
|
maxErrors?: string | number | undefined;
|
|
@@ -42887,9 +43337,14 @@ declare const VSlider: {
|
|
|
42887
43337
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42888
43338
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42889
43339
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43340
|
+
'thumb-label'?: ((arg: {
|
|
43341
|
+
modelValue: number;
|
|
43342
|
+
}) => vue.VNodeChild) | undefined;
|
|
43343
|
+
'tick-label'?: ((arg: {
|
|
43344
|
+
tick: Tick;
|
|
43345
|
+
index: number;
|
|
43346
|
+
}) => vue.VNodeChild) | undefined;
|
|
42890
43347
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42891
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
42892
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
42893
43348
|
};
|
|
42894
43349
|
ref?: vue.VNodeRef | undefined;
|
|
42895
43350
|
ref_for?: boolean | undefined;
|
|
@@ -42901,9 +43356,14 @@ declare const VSlider: {
|
|
|
42901
43356
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42902
43357
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42903
43358
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43359
|
+
'thumb-label'?: false | ((arg: {
|
|
43360
|
+
modelValue: number;
|
|
43361
|
+
}) => vue.VNodeChild) | undefined;
|
|
43362
|
+
'tick-label'?: false | ((arg: {
|
|
43363
|
+
tick: Tick;
|
|
43364
|
+
index: number;
|
|
43365
|
+
}) => vue.VNodeChild) | undefined;
|
|
42904
43366
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42905
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
42906
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
42907
43367
|
} | undefined;
|
|
42908
43368
|
onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42909
43369
|
[key: string]: any;
|
|
@@ -42958,12 +43418,17 @@ declare const VSlider: {
|
|
|
42958
43418
|
hint?: string | undefined;
|
|
42959
43419
|
hideDetails?: boolean | "auto" | undefined;
|
|
42960
43420
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
42961
|
-
"v-slot:tick-label"?: false | ((
|
|
43421
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43422
|
+
tick: Tick;
|
|
43423
|
+
index: number;
|
|
43424
|
+
}) => vue.VNodeChild) | undefined;
|
|
42962
43425
|
trackColor?: string | undefined;
|
|
42963
43426
|
trackFillColor?: string | undefined;
|
|
42964
43427
|
thumbColor?: string | undefined;
|
|
42965
43428
|
ticks?: readonly number[] | Record<number, string> | undefined;
|
|
42966
|
-
"v-slot:thumb-label"?: false | ((
|
|
43429
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43430
|
+
modelValue: number;
|
|
43431
|
+
}) => vue.VNodeChild) | undefined;
|
|
42967
43432
|
onEnd?: ((value: number) => any) | undefined;
|
|
42968
43433
|
onStart?: ((value: number) => any) | undefined;
|
|
42969
43434
|
};
|
|
@@ -42989,13 +43454,18 @@ declare const VSlider: {
|
|
|
42989
43454
|
message?: ((arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42990
43455
|
[key: string]: any;
|
|
42991
43456
|
}>[]) | undefined;
|
|
42992
|
-
label?: ((arg:
|
|
43457
|
+
'thumb-label'?: ((arg: {
|
|
43458
|
+
modelValue: number;
|
|
43459
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42993
43460
|
[key: string]: any;
|
|
42994
43461
|
}>[]) | undefined;
|
|
42995
|
-
'tick-label'?: ((
|
|
43462
|
+
'tick-label'?: ((arg: {
|
|
43463
|
+
tick: Tick;
|
|
43464
|
+
index: number;
|
|
43465
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42996
43466
|
[key: string]: any;
|
|
42997
43467
|
}>[]) | undefined;
|
|
42998
|
-
|
|
43468
|
+
label?: ((arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
42999
43469
|
[key: string]: any;
|
|
43000
43470
|
}>[]) | undefined;
|
|
43001
43471
|
}>;
|
|
@@ -43017,6 +43487,7 @@ declare const VSlider: {
|
|
|
43017
43487
|
messages: string | readonly string[];
|
|
43018
43488
|
density: Density;
|
|
43019
43489
|
modelValue: string | number;
|
|
43490
|
+
ripple: boolean;
|
|
43020
43491
|
focused: boolean;
|
|
43021
43492
|
errorMessages: string | readonly string[];
|
|
43022
43493
|
maxErrors: string | number;
|
|
@@ -43055,9 +43526,14 @@ declare const VSlider: {
|
|
|
43055
43526
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43056
43527
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43057
43528
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43529
|
+
'thumb-label'?: ((arg: {
|
|
43530
|
+
modelValue: number;
|
|
43531
|
+
}) => vue.VNodeChild) | undefined;
|
|
43532
|
+
'tick-label'?: ((arg: {
|
|
43533
|
+
tick: Tick;
|
|
43534
|
+
index: number;
|
|
43535
|
+
}) => vue.VNodeChild) | undefined;
|
|
43058
43536
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43059
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
43060
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
43061
43537
|
};
|
|
43062
43538
|
'v-slots'?: {
|
|
43063
43539
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43065,9 +43541,14 @@ declare const VSlider: {
|
|
|
43065
43541
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43066
43542
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43067
43543
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43544
|
+
'thumb-label'?: false | ((arg: {
|
|
43545
|
+
modelValue: number;
|
|
43546
|
+
}) => vue.VNodeChild) | undefined;
|
|
43547
|
+
'tick-label'?: false | ((arg: {
|
|
43548
|
+
tick: Tick;
|
|
43549
|
+
index: number;
|
|
43550
|
+
}) => vue.VNodeChild) | undefined;
|
|
43068
43551
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43069
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43070
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43071
43552
|
} | undefined;
|
|
43072
43553
|
} & {
|
|
43073
43554
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43075,9 +43556,14 @@ declare const VSlider: {
|
|
|
43075
43556
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43076
43557
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43077
43558
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43559
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43560
|
+
modelValue: number;
|
|
43561
|
+
}) => vue.VNodeChild) | undefined;
|
|
43562
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43563
|
+
tick: Tick;
|
|
43564
|
+
index: number;
|
|
43565
|
+
}) => vue.VNodeChild) | undefined;
|
|
43078
43566
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43079
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43080
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43081
43567
|
} & {
|
|
43082
43568
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
43083
43569
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -43103,6 +43589,7 @@ declare const VSlider: {
|
|
|
43103
43589
|
rounded: string | number | boolean;
|
|
43104
43590
|
density: Density;
|
|
43105
43591
|
modelValue: string | number;
|
|
43592
|
+
ripple: boolean;
|
|
43106
43593
|
focused: boolean;
|
|
43107
43594
|
errorMessages: string | readonly string[];
|
|
43108
43595
|
maxErrors: string | number;
|
|
@@ -43130,13 +43617,18 @@ declare const VSlider: {
|
|
|
43130
43617
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43131
43618
|
[key: string]: any;
|
|
43132
43619
|
}>[];
|
|
43133
|
-
label: (arg:
|
|
43620
|
+
'thumb-label': (arg: {
|
|
43621
|
+
modelValue: number;
|
|
43622
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43134
43623
|
[key: string]: any;
|
|
43135
43624
|
}>[];
|
|
43136
|
-
'tick-label': (
|
|
43625
|
+
'tick-label': (arg: {
|
|
43626
|
+
tick: Tick;
|
|
43627
|
+
index: number;
|
|
43628
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43137
43629
|
[key: string]: any;
|
|
43138
43630
|
}>[];
|
|
43139
|
-
|
|
43631
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43140
43632
|
[key: string]: any;
|
|
43141
43633
|
}>[];
|
|
43142
43634
|
}>>> & {
|
|
@@ -43173,6 +43665,7 @@ declare const VSlider: {
|
|
|
43173
43665
|
messages: string | readonly string[];
|
|
43174
43666
|
density: Density;
|
|
43175
43667
|
modelValue: string | number;
|
|
43668
|
+
ripple: boolean;
|
|
43176
43669
|
focused: boolean;
|
|
43177
43670
|
errorMessages: string | readonly string[];
|
|
43178
43671
|
maxErrors: string | number;
|
|
@@ -43211,9 +43704,14 @@ declare const VSlider: {
|
|
|
43211
43704
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43212
43705
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43213
43706
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43707
|
+
'thumb-label'?: ((arg: {
|
|
43708
|
+
modelValue: number;
|
|
43709
|
+
}) => vue.VNodeChild) | undefined;
|
|
43710
|
+
'tick-label'?: ((arg: {
|
|
43711
|
+
tick: Tick;
|
|
43712
|
+
index: number;
|
|
43713
|
+
}) => vue.VNodeChild) | undefined;
|
|
43214
43714
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43215
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
43216
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
43217
43715
|
};
|
|
43218
43716
|
'v-slots'?: {
|
|
43219
43717
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43221,9 +43719,14 @@ declare const VSlider: {
|
|
|
43221
43719
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43222
43720
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43223
43721
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43722
|
+
'thumb-label'?: false | ((arg: {
|
|
43723
|
+
modelValue: number;
|
|
43724
|
+
}) => vue.VNodeChild) | undefined;
|
|
43725
|
+
'tick-label'?: false | ((arg: {
|
|
43726
|
+
tick: Tick;
|
|
43727
|
+
index: number;
|
|
43728
|
+
}) => vue.VNodeChild) | undefined;
|
|
43224
43729
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43225
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43226
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43227
43730
|
} | undefined;
|
|
43228
43731
|
} & {
|
|
43229
43732
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43231,9 +43734,14 @@ declare const VSlider: {
|
|
|
43231
43734
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43232
43735
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43233
43736
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43737
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43738
|
+
modelValue: number;
|
|
43739
|
+
}) => vue.VNodeChild) | undefined;
|
|
43740
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43741
|
+
tick: Tick;
|
|
43742
|
+
index: number;
|
|
43743
|
+
}) => vue.VNodeChild) | undefined;
|
|
43234
43744
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43235
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43236
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43237
43745
|
} & {
|
|
43238
43746
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
43239
43747
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -43257,6 +43765,7 @@ declare const VSlider: {
|
|
|
43257
43765
|
messages: string | readonly string[];
|
|
43258
43766
|
density: Density;
|
|
43259
43767
|
modelValue: string | number;
|
|
43768
|
+
ripple: boolean;
|
|
43260
43769
|
focused: boolean;
|
|
43261
43770
|
errorMessages: string | readonly string[];
|
|
43262
43771
|
maxErrors: string | number;
|
|
@@ -43295,9 +43804,14 @@ declare const VSlider: {
|
|
|
43295
43804
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43296
43805
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43297
43806
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43807
|
+
'thumb-label'?: ((arg: {
|
|
43808
|
+
modelValue: number;
|
|
43809
|
+
}) => vue.VNodeChild) | undefined;
|
|
43810
|
+
'tick-label'?: ((arg: {
|
|
43811
|
+
tick: Tick;
|
|
43812
|
+
index: number;
|
|
43813
|
+
}) => vue.VNodeChild) | undefined;
|
|
43298
43814
|
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43299
|
-
'tick-label'?: (() => vue.VNodeChild) | undefined;
|
|
43300
|
-
'thumb-label'?: (() => vue.VNodeChild) | undefined;
|
|
43301
43815
|
};
|
|
43302
43816
|
'v-slots'?: {
|
|
43303
43817
|
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43305,9 +43819,14 @@ declare const VSlider: {
|
|
|
43305
43819
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43306
43820
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43307
43821
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43822
|
+
'thumb-label'?: false | ((arg: {
|
|
43823
|
+
modelValue: number;
|
|
43824
|
+
}) => vue.VNodeChild) | undefined;
|
|
43825
|
+
'tick-label'?: false | ((arg: {
|
|
43826
|
+
tick: Tick;
|
|
43827
|
+
index: number;
|
|
43828
|
+
}) => vue.VNodeChild) | undefined;
|
|
43308
43829
|
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43309
|
-
'tick-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43310
|
-
'thumb-label'?: false | (() => vue.VNodeChild) | undefined;
|
|
43311
43830
|
} | undefined;
|
|
43312
43831
|
} & {
|
|
43313
43832
|
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -43315,9 +43834,14 @@ declare const VSlider: {
|
|
|
43315
43834
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43316
43835
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43317
43836
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
43837
|
+
"v-slot:thumb-label"?: false | ((arg: {
|
|
43838
|
+
modelValue: number;
|
|
43839
|
+
}) => vue.VNodeChild) | undefined;
|
|
43840
|
+
"v-slot:tick-label"?: false | ((arg: {
|
|
43841
|
+
tick: Tick;
|
|
43842
|
+
index: number;
|
|
43843
|
+
}) => vue.VNodeChild) | undefined;
|
|
43318
43844
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
43319
|
-
"v-slot:tick-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43320
|
-
"v-slot:thumb-label"?: false | (() => vue.VNodeChild) | undefined;
|
|
43321
43845
|
} & {
|
|
43322
43846
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
43323
43847
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
@@ -43343,6 +43867,7 @@ declare const VSlider: {
|
|
|
43343
43867
|
rounded: string | number | boolean;
|
|
43344
43868
|
density: Density;
|
|
43345
43869
|
modelValue: string | number;
|
|
43870
|
+
ripple: boolean;
|
|
43346
43871
|
focused: boolean;
|
|
43347
43872
|
errorMessages: string | readonly string[];
|
|
43348
43873
|
maxErrors: string | number;
|
|
@@ -43370,13 +43895,18 @@ declare const VSlider: {
|
|
|
43370
43895
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43371
43896
|
[key: string]: any;
|
|
43372
43897
|
}>[];
|
|
43373
|
-
label: (arg:
|
|
43898
|
+
'thumb-label': (arg: {
|
|
43899
|
+
modelValue: number;
|
|
43900
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43374
43901
|
[key: string]: any;
|
|
43375
43902
|
}>[];
|
|
43376
|
-
'tick-label': (
|
|
43903
|
+
'tick-label': (arg: {
|
|
43904
|
+
tick: Tick;
|
|
43905
|
+
index: number;
|
|
43906
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43377
43907
|
[key: string]: any;
|
|
43378
43908
|
}>[];
|
|
43379
|
-
|
|
43909
|
+
label: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
43380
43910
|
[key: string]: any;
|
|
43381
43911
|
}>[];
|
|
43382
43912
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
@@ -43442,6 +43972,10 @@ declare const VSlider: {
|
|
|
43442
43972
|
};
|
|
43443
43973
|
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43444
43974
|
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43975
|
+
ripple: {
|
|
43976
|
+
type: BooleanConstructor;
|
|
43977
|
+
default: boolean;
|
|
43978
|
+
};
|
|
43445
43979
|
elevation: Omit<{
|
|
43446
43980
|
type: (StringConstructor | NumberConstructor)[];
|
|
43447
43981
|
validator(v: any): boolean;
|
|
@@ -43558,6 +44092,10 @@ declare const VSlider: {
|
|
|
43558
44092
|
};
|
|
43559
44093
|
'onClick:prepend': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
43560
44094
|
'onClick:append': vue.PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
44095
|
+
ripple: {
|
|
44096
|
+
type: BooleanConstructor;
|
|
44097
|
+
default: boolean;
|
|
44098
|
+
};
|
|
43561
44099
|
elevation: Omit<{
|
|
43562
44100
|
type: (StringConstructor | NumberConstructor)[];
|
|
43563
44101
|
validator(v: any): boolean;
|
|
@@ -43655,6 +44193,7 @@ declare const VSnackbar: {
|
|
|
43655
44193
|
minHeight?: string | number | undefined;
|
|
43656
44194
|
minWidth?: string | number | undefined;
|
|
43657
44195
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
44196
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
43658
44197
|
class?: any;
|
|
43659
44198
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
43660
44199
|
activator?: ((arg: {
|
|
@@ -43717,7 +44256,7 @@ declare const VSnackbar: {
|
|
|
43717
44256
|
[key: string]: any;
|
|
43718
44257
|
}>) => void)[] | undefined;
|
|
43719
44258
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
43720
|
-
activator?:
|
|
44259
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
43721
44260
|
"v-slot:activator"?: false | ((arg: {
|
|
43722
44261
|
isActive: boolean;
|
|
43723
44262
|
props: Record<string, any>;
|
|
@@ -43786,11 +44325,12 @@ declare const VSnackbar: {
|
|
|
43786
44325
|
minHeight?: string | number | undefined;
|
|
43787
44326
|
minWidth?: string | number | undefined;
|
|
43788
44327
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
44328
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
43789
44329
|
class?: any;
|
|
43790
44330
|
theme?: string | undefined;
|
|
43791
44331
|
contentClass?: any;
|
|
43792
44332
|
rounded?: string | number | boolean | undefined;
|
|
43793
|
-
activator?:
|
|
44333
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
43794
44334
|
closeDelay?: string | number | undefined;
|
|
43795
44335
|
openDelay?: string | number | undefined;
|
|
43796
44336
|
openOnClick?: boolean | undefined;
|
|
@@ -43861,6 +44401,7 @@ declare const VSnackbar: {
|
|
|
43861
44401
|
maxWidth?: string | number | undefined;
|
|
43862
44402
|
minHeight?: string | number | undefined;
|
|
43863
44403
|
minWidth?: string | number | undefined;
|
|
44404
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
43864
44405
|
class?: any;
|
|
43865
44406
|
onAfterLeave?: (() => any) | undefined;
|
|
43866
44407
|
$children?: vue.VNodeChild | {
|
|
@@ -43930,7 +44471,7 @@ declare const VSnackbar: {
|
|
|
43930
44471
|
[key: string]: any;
|
|
43931
44472
|
}>) => void)[] | undefined;
|
|
43932
44473
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
43933
|
-
activator?:
|
|
44474
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
43934
44475
|
"v-slot:activator"?: false | ((arg: {
|
|
43935
44476
|
isActive: boolean;
|
|
43936
44477
|
props: Record<string, any>;
|
|
@@ -43997,10 +44538,11 @@ declare const VSnackbar: {
|
|
|
43997
44538
|
maxWidth?: string | number | undefined;
|
|
43998
44539
|
minHeight?: string | number | undefined;
|
|
43999
44540
|
minWidth?: string | number | undefined;
|
|
44541
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44000
44542
|
class?: any;
|
|
44001
44543
|
theme?: string | undefined;
|
|
44002
44544
|
contentClass?: any;
|
|
44003
|
-
activator?:
|
|
44545
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44004
44546
|
closeDelay?: string | number | undefined;
|
|
44005
44547
|
openDelay?: string | number | undefined;
|
|
44006
44548
|
openOnClick?: boolean | undefined;
|
|
@@ -44042,6 +44584,7 @@ declare const VSnackbar: {
|
|
|
44042
44584
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
44043
44585
|
}, {
|
|
44044
44586
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
44587
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
44045
44588
|
animateClick: () => void;
|
|
44046
44589
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
44047
44590
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -44143,10 +44686,11 @@ declare const VSnackbar: {
|
|
|
44143
44686
|
maxWidth?: string | number | undefined;
|
|
44144
44687
|
minHeight?: string | number | undefined;
|
|
44145
44688
|
minWidth?: string | number | undefined;
|
|
44689
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44146
44690
|
class?: any;
|
|
44147
44691
|
theme?: string | undefined;
|
|
44148
44692
|
contentClass?: any;
|
|
44149
|
-
activator?:
|
|
44693
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44150
44694
|
closeDelay?: string | number | undefined;
|
|
44151
44695
|
openDelay?: string | number | undefined;
|
|
44152
44696
|
openOnClick?: boolean | undefined;
|
|
@@ -44188,12 +44732,13 @@ declare const VSnackbar: {
|
|
|
44188
44732
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
44189
44733
|
} & vue.ShallowUnwrapRef<{
|
|
44190
44734
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
44735
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
44191
44736
|
animateClick: () => void;
|
|
44192
44737
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
44193
44738
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
44194
44739
|
localTop: vue.ComputedRef<boolean>;
|
|
44195
44740
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
44196
|
-
}> & {} & 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, {
|
|
44741
|
+
}> & {} & 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, {
|
|
44197
44742
|
'update:modelValue': (v: boolean) => boolean;
|
|
44198
44743
|
}, string, {
|
|
44199
44744
|
absolute: boolean;
|
|
@@ -44289,11 +44834,12 @@ declare const VSnackbar: {
|
|
|
44289
44834
|
minHeight?: string | number | undefined;
|
|
44290
44835
|
minWidth?: string | number | undefined;
|
|
44291
44836
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
44837
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44292
44838
|
class?: any;
|
|
44293
44839
|
theme?: string | undefined;
|
|
44294
44840
|
contentClass?: any;
|
|
44295
44841
|
rounded?: string | number | boolean | undefined;
|
|
44296
|
-
activator?:
|
|
44842
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44297
44843
|
closeDelay?: string | number | undefined;
|
|
44298
44844
|
openDelay?: string | number | undefined;
|
|
44299
44845
|
openOnClick?: boolean | undefined;
|
|
@@ -44364,6 +44910,7 @@ declare const VSnackbar: {
|
|
|
44364
44910
|
maxWidth?: string | number | undefined;
|
|
44365
44911
|
minHeight?: string | number | undefined;
|
|
44366
44912
|
minWidth?: string | number | undefined;
|
|
44913
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44367
44914
|
class?: any;
|
|
44368
44915
|
onAfterLeave?: (() => any) | undefined;
|
|
44369
44916
|
$children?: vue.VNodeChild | {
|
|
@@ -44433,7 +44980,7 @@ declare const VSnackbar: {
|
|
|
44433
44980
|
[key: string]: any;
|
|
44434
44981
|
}>) => void)[] | undefined;
|
|
44435
44982
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44436
|
-
activator?:
|
|
44983
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44437
44984
|
"v-slot:activator"?: false | ((arg: {
|
|
44438
44985
|
isActive: boolean;
|
|
44439
44986
|
props: Record<string, any>;
|
|
@@ -44500,10 +45047,11 @@ declare const VSnackbar: {
|
|
|
44500
45047
|
maxWidth?: string | number | undefined;
|
|
44501
45048
|
minHeight?: string | number | undefined;
|
|
44502
45049
|
minWidth?: string | number | undefined;
|
|
45050
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44503
45051
|
class?: any;
|
|
44504
45052
|
theme?: string | undefined;
|
|
44505
45053
|
contentClass?: any;
|
|
44506
|
-
activator?:
|
|
45054
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44507
45055
|
closeDelay?: string | number | undefined;
|
|
44508
45056
|
openDelay?: string | number | undefined;
|
|
44509
45057
|
openOnClick?: boolean | undefined;
|
|
@@ -44545,6 +45093,7 @@ declare const VSnackbar: {
|
|
|
44545
45093
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
44546
45094
|
}, {
|
|
44547
45095
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
45096
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
44548
45097
|
animateClick: () => void;
|
|
44549
45098
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
44550
45099
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -44646,10 +45195,11 @@ declare const VSnackbar: {
|
|
|
44646
45195
|
maxWidth?: string | number | undefined;
|
|
44647
45196
|
minHeight?: string | number | undefined;
|
|
44648
45197
|
minWidth?: string | number | undefined;
|
|
45198
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44649
45199
|
class?: any;
|
|
44650
45200
|
theme?: string | undefined;
|
|
44651
45201
|
contentClass?: any;
|
|
44652
|
-
activator?:
|
|
45202
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44653
45203
|
closeDelay?: string | number | undefined;
|
|
44654
45204
|
openDelay?: string | number | undefined;
|
|
44655
45205
|
openOnClick?: boolean | undefined;
|
|
@@ -44691,12 +45241,13 @@ declare const VSnackbar: {
|
|
|
44691
45241
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
44692
45242
|
} & vue.ShallowUnwrapRef<{
|
|
44693
45243
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
45244
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
44694
45245
|
animateClick: () => void;
|
|
44695
45246
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
44696
45247
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
44697
45248
|
localTop: vue.ComputedRef<boolean>;
|
|
44698
45249
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
44699
|
-
}> & {} & 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 & {};
|
|
45250
|
+
}> & {} & 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 & {};
|
|
44700
45251
|
__isFragment?: undefined;
|
|
44701
45252
|
__isTeleport?: undefined;
|
|
44702
45253
|
__isSuspense?: undefined;
|
|
@@ -44734,11 +45285,12 @@ declare const VSnackbar: {
|
|
|
44734
45285
|
minHeight?: string | number | undefined;
|
|
44735
45286
|
minWidth?: string | number | undefined;
|
|
44736
45287
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
45288
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44737
45289
|
class?: any;
|
|
44738
45290
|
theme?: string | undefined;
|
|
44739
45291
|
contentClass?: any;
|
|
44740
45292
|
rounded?: string | number | boolean | undefined;
|
|
44741
|
-
activator?:
|
|
45293
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44742
45294
|
closeDelay?: string | number | undefined;
|
|
44743
45295
|
openDelay?: string | number | undefined;
|
|
44744
45296
|
openOnClick?: boolean | undefined;
|
|
@@ -44809,6 +45361,7 @@ declare const VSnackbar: {
|
|
|
44809
45361
|
maxWidth?: string | number | undefined;
|
|
44810
45362
|
minHeight?: string | number | undefined;
|
|
44811
45363
|
minWidth?: string | number | undefined;
|
|
45364
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44812
45365
|
class?: any;
|
|
44813
45366
|
onAfterLeave?: (() => any) | undefined;
|
|
44814
45367
|
$children?: vue.VNodeChild | {
|
|
@@ -44878,7 +45431,7 @@ declare const VSnackbar: {
|
|
|
44878
45431
|
[key: string]: any;
|
|
44879
45432
|
}>) => void)[] | undefined;
|
|
44880
45433
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
44881
|
-
activator?:
|
|
45434
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44882
45435
|
"v-slot:activator"?: false | ((arg: {
|
|
44883
45436
|
isActive: boolean;
|
|
44884
45437
|
props: Record<string, any>;
|
|
@@ -44945,10 +45498,11 @@ declare const VSnackbar: {
|
|
|
44945
45498
|
maxWidth?: string | number | undefined;
|
|
44946
45499
|
minHeight?: string | number | undefined;
|
|
44947
45500
|
minWidth?: string | number | undefined;
|
|
45501
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
44948
45502
|
class?: any;
|
|
44949
45503
|
theme?: string | undefined;
|
|
44950
45504
|
contentClass?: any;
|
|
44951
|
-
activator?:
|
|
45505
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
44952
45506
|
closeDelay?: string | number | undefined;
|
|
44953
45507
|
openDelay?: string | number | undefined;
|
|
44954
45508
|
openOnClick?: boolean | undefined;
|
|
@@ -44990,6 +45544,7 @@ declare const VSnackbar: {
|
|
|
44990
45544
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
44991
45545
|
}, {
|
|
44992
45546
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
45547
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
44993
45548
|
animateClick: () => void;
|
|
44994
45549
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
44995
45550
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -45091,10 +45646,11 @@ declare const VSnackbar: {
|
|
|
45091
45646
|
maxWidth?: string | number | undefined;
|
|
45092
45647
|
minHeight?: string | number | undefined;
|
|
45093
45648
|
minWidth?: string | number | undefined;
|
|
45649
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
45094
45650
|
class?: any;
|
|
45095
45651
|
theme?: string | undefined;
|
|
45096
45652
|
contentClass?: any;
|
|
45097
|
-
activator?:
|
|
45653
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
45098
45654
|
closeDelay?: string | number | undefined;
|
|
45099
45655
|
openDelay?: string | number | undefined;
|
|
45100
45656
|
openOnClick?: boolean | undefined;
|
|
@@ -45136,12 +45692,13 @@ declare const VSnackbar: {
|
|
|
45136
45692
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
45137
45693
|
} & vue.ShallowUnwrapRef<{
|
|
45138
45694
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
45695
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
45139
45696
|
animateClick: () => void;
|
|
45140
45697
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
45141
45698
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
45142
45699
|
localTop: vue.ComputedRef<boolean>;
|
|
45143
45700
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
45144
|
-
}> & {} & 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, {
|
|
45701
|
+
}> & {} & 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, {
|
|
45145
45702
|
'update:modelValue': (v: boolean) => boolean;
|
|
45146
45703
|
}, string, {
|
|
45147
45704
|
absolute: boolean;
|
|
@@ -45222,13 +45779,14 @@ declare const VSnackbar: {
|
|
|
45222
45779
|
type: vue.PropType<vue.StyleValue>;
|
|
45223
45780
|
default: null;
|
|
45224
45781
|
};
|
|
45782
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
45225
45783
|
eager: BooleanConstructor;
|
|
45226
45784
|
disabled: BooleanConstructor;
|
|
45227
45785
|
class: vue.PropType<any>;
|
|
45228
45786
|
theme: StringConstructor;
|
|
45229
45787
|
contentClass: null;
|
|
45230
45788
|
modelValue: BooleanConstructor;
|
|
45231
|
-
activator: vue.PropType<
|
|
45789
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
45232
45790
|
locationStrategy: {
|
|
45233
45791
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
45234
45792
|
updateLocation: (e: Event) => void;
|
|
@@ -45318,13 +45876,14 @@ declare const VSnackbar: {
|
|
|
45318
45876
|
type: vue.PropType<vue.StyleValue>;
|
|
45319
45877
|
default: null;
|
|
45320
45878
|
};
|
|
45879
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
45321
45880
|
eager: BooleanConstructor;
|
|
45322
45881
|
disabled: BooleanConstructor;
|
|
45323
45882
|
class: vue.PropType<any>;
|
|
45324
45883
|
theme: StringConstructor;
|
|
45325
45884
|
contentClass: null;
|
|
45326
45885
|
modelValue: BooleanConstructor;
|
|
45327
|
-
activator: vue.PropType<
|
|
45886
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
45328
45887
|
locationStrategy: {
|
|
45329
45888
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
45330
45889
|
updateLocation: (e: Event) => void;
|
|
@@ -45491,6 +46050,7 @@ declare const VSwitch: {
|
|
|
45491
46050
|
defaultsTarget?: string | undefined;
|
|
45492
46051
|
falseIcon?: IconValue | undefined;
|
|
45493
46052
|
trueIcon?: IconValue | undefined;
|
|
46053
|
+
baseColor?: string | undefined;
|
|
45494
46054
|
trueValue?: any;
|
|
45495
46055
|
falseValue?: any;
|
|
45496
46056
|
"v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
|
|
@@ -45585,6 +46145,7 @@ declare const VSwitch: {
|
|
|
45585
46145
|
defaultsTarget?: string | undefined;
|
|
45586
46146
|
falseIcon?: IconValue | undefined;
|
|
45587
46147
|
trueIcon?: IconValue | undefined;
|
|
46148
|
+
baseColor?: string | undefined;
|
|
45588
46149
|
trueValue?: any;
|
|
45589
46150
|
falseValue?: any;
|
|
45590
46151
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -45748,6 +46309,7 @@ declare const VSwitch: {
|
|
|
45748
46309
|
defaultsTarget?: string | undefined;
|
|
45749
46310
|
falseIcon?: IconValue | undefined;
|
|
45750
46311
|
trueIcon?: IconValue | undefined;
|
|
46312
|
+
baseColor?: string | undefined;
|
|
45751
46313
|
trueValue?: any;
|
|
45752
46314
|
falseValue?: any;
|
|
45753
46315
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -45841,6 +46403,7 @@ declare const VSwitch: {
|
|
|
45841
46403
|
defaultsTarget?: string | undefined;
|
|
45842
46404
|
falseIcon?: IconValue | undefined;
|
|
45843
46405
|
trueIcon?: IconValue | undefined;
|
|
46406
|
+
baseColor?: string | undefined;
|
|
45844
46407
|
trueValue?: any;
|
|
45845
46408
|
falseValue?: any;
|
|
45846
46409
|
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -45987,6 +46550,7 @@ declare const VSwitch: {
|
|
|
45987
46550
|
default: typeof deepEqual;
|
|
45988
46551
|
};
|
|
45989
46552
|
label: StringConstructor;
|
|
46553
|
+
baseColor: StringConstructor;
|
|
45990
46554
|
trueValue: null;
|
|
45991
46555
|
falseValue: null;
|
|
45992
46556
|
value: null;
|
|
@@ -46073,6 +46637,7 @@ declare const VSwitch: {
|
|
|
46073
46637
|
default: typeof deepEqual;
|
|
46074
46638
|
};
|
|
46075
46639
|
label: StringConstructor;
|
|
46640
|
+
baseColor: StringConstructor;
|
|
46076
46641
|
trueValue: null;
|
|
46077
46642
|
falseValue: null;
|
|
46078
46643
|
value: null;
|
|
@@ -46462,6 +47027,7 @@ declare const VTabs: {
|
|
|
46462
47027
|
}>) => void)[] | undefined;
|
|
46463
47028
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
46464
47029
|
bgColor?: string | undefined;
|
|
47030
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
46465
47031
|
showArrows?: string | boolean | undefined;
|
|
46466
47032
|
sliderColor?: string | undefined;
|
|
46467
47033
|
};
|
|
@@ -46506,6 +47072,7 @@ declare const VTabs: {
|
|
|
46506
47072
|
class?: any;
|
|
46507
47073
|
modelValue?: any;
|
|
46508
47074
|
bgColor?: string | undefined;
|
|
47075
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
46509
47076
|
showArrows?: string | boolean | undefined;
|
|
46510
47077
|
sliderColor?: string | undefined;
|
|
46511
47078
|
} & {
|
|
@@ -46592,6 +47159,7 @@ declare const VTabs: {
|
|
|
46592
47159
|
class?: any;
|
|
46593
47160
|
modelValue?: any;
|
|
46594
47161
|
bgColor?: string | undefined;
|
|
47162
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
46595
47163
|
showArrows?: string | boolean | undefined;
|
|
46596
47164
|
sliderColor?: string | undefined;
|
|
46597
47165
|
} & {
|
|
@@ -46635,6 +47203,7 @@ declare const VTabs: {
|
|
|
46635
47203
|
class?: any;
|
|
46636
47204
|
modelValue?: any;
|
|
46637
47205
|
bgColor?: string | undefined;
|
|
47206
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
46638
47207
|
showArrows?: string | boolean | undefined;
|
|
46639
47208
|
sliderColor?: string | undefined;
|
|
46640
47209
|
} & {
|
|
@@ -46700,6 +47269,7 @@ declare const VTabs: {
|
|
|
46700
47269
|
default: string;
|
|
46701
47270
|
};
|
|
46702
47271
|
disabled: BooleanConstructor;
|
|
47272
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
46703
47273
|
class: PropType<any>;
|
|
46704
47274
|
style: {
|
|
46705
47275
|
type: PropType<vue.StyleValue>;
|
|
@@ -46770,6 +47340,7 @@ declare const VTabs: {
|
|
|
46770
47340
|
default: string;
|
|
46771
47341
|
};
|
|
46772
47342
|
disabled: BooleanConstructor;
|
|
47343
|
+
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
46773
47344
|
class: PropType<any>;
|
|
46774
47345
|
style: {
|
|
46775
47346
|
type: PropType<vue.StyleValue>;
|
|
@@ -47713,6 +48284,7 @@ declare const VTextarea: {
|
|
|
47713
48284
|
prependIcon?: IconValue | undefined;
|
|
47714
48285
|
appendIcon?: IconValue | undefined;
|
|
47715
48286
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
48287
|
+
baseColor?: string | undefined;
|
|
47716
48288
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
47717
48289
|
label: string | undefined;
|
|
47718
48290
|
props: Record<string, any>;
|
|
@@ -47731,7 +48303,6 @@ declare const VTextarea: {
|
|
|
47731
48303
|
hint?: string | undefined;
|
|
47732
48304
|
hideDetails?: boolean | "auto" | undefined;
|
|
47733
48305
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
47734
|
-
baseColor?: string | undefined;
|
|
47735
48306
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
47736
48307
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
47737
48308
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -47832,6 +48403,7 @@ declare const VTextarea: {
|
|
|
47832
48403
|
bgColor?: string | undefined;
|
|
47833
48404
|
prependIcon?: IconValue | undefined;
|
|
47834
48405
|
appendIcon?: IconValue | undefined;
|
|
48406
|
+
baseColor?: string | undefined;
|
|
47835
48407
|
appendInnerIcon?: IconValue | undefined;
|
|
47836
48408
|
prependInnerIcon?: IconValue | undefined;
|
|
47837
48409
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -47845,7 +48417,6 @@ declare const VTextarea: {
|
|
|
47845
48417
|
centerAffix?: boolean | undefined;
|
|
47846
48418
|
hint?: string | undefined;
|
|
47847
48419
|
hideDetails?: boolean | "auto" | undefined;
|
|
47848
|
-
baseColor?: string | undefined;
|
|
47849
48420
|
suffix?: string | undefined;
|
|
47850
48421
|
counterValue?: ((value: any) => number) | undefined;
|
|
47851
48422
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -48318,6 +48889,7 @@ declare const VTextarea: {
|
|
|
48318
48889
|
bgColor?: string | undefined;
|
|
48319
48890
|
prependIcon?: IconValue | undefined;
|
|
48320
48891
|
appendIcon?: IconValue | undefined;
|
|
48892
|
+
baseColor?: string | undefined;
|
|
48321
48893
|
appendInnerIcon?: IconValue | undefined;
|
|
48322
48894
|
prependInnerIcon?: IconValue | undefined;
|
|
48323
48895
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -48331,7 +48903,6 @@ declare const VTextarea: {
|
|
|
48331
48903
|
centerAffix?: boolean | undefined;
|
|
48332
48904
|
hint?: string | undefined;
|
|
48333
48905
|
hideDetails?: boolean | "auto" | undefined;
|
|
48334
|
-
baseColor?: string | undefined;
|
|
48335
48906
|
suffix?: string | undefined;
|
|
48336
48907
|
counterValue?: ((value: any) => number) | undefined;
|
|
48337
48908
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -48719,6 +49290,7 @@ declare const VTextarea: {
|
|
|
48719
49290
|
bgColor?: string | undefined;
|
|
48720
49291
|
prependIcon?: IconValue | undefined;
|
|
48721
49292
|
appendIcon?: IconValue | undefined;
|
|
49293
|
+
baseColor?: string | undefined;
|
|
48722
49294
|
appendInnerIcon?: IconValue | undefined;
|
|
48723
49295
|
prependInnerIcon?: IconValue | undefined;
|
|
48724
49296
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -48732,7 +49304,6 @@ declare const VTextarea: {
|
|
|
48732
49304
|
centerAffix?: boolean | undefined;
|
|
48733
49305
|
hint?: string | undefined;
|
|
48734
49306
|
hideDetails?: boolean | "auto" | undefined;
|
|
48735
|
-
baseColor?: string | undefined;
|
|
48736
49307
|
suffix?: string | undefined;
|
|
48737
49308
|
counterValue?: ((value: any) => number) | undefined;
|
|
48738
49309
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -49403,6 +49974,7 @@ declare const VTextField: {
|
|
|
49403
49974
|
loading?: string | boolean | undefined;
|
|
49404
49975
|
label?: string | undefined;
|
|
49405
49976
|
prefix?: string | undefined;
|
|
49977
|
+
role?: string | undefined;
|
|
49406
49978
|
class?: any;
|
|
49407
49979
|
placeholder?: string | undefined;
|
|
49408
49980
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -49489,6 +50061,7 @@ declare const VTextField: {
|
|
|
49489
50061
|
prependIcon?: IconValue | undefined;
|
|
49490
50062
|
appendIcon?: IconValue | undefined;
|
|
49491
50063
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
50064
|
+
baseColor?: string | undefined;
|
|
49492
50065
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
49493
50066
|
label: string | undefined;
|
|
49494
50067
|
props: Record<string, any>;
|
|
@@ -49507,7 +50080,6 @@ declare const VTextField: {
|
|
|
49507
50080
|
hint?: string | undefined;
|
|
49508
50081
|
hideDetails?: boolean | "auto" | undefined;
|
|
49509
50082
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
49510
|
-
baseColor?: string | undefined;
|
|
49511
50083
|
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
49512
50084
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
49513
50085
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -49599,6 +50171,7 @@ declare const VTextField: {
|
|
|
49599
50171
|
loading?: string | boolean | undefined;
|
|
49600
50172
|
label?: string | undefined;
|
|
49601
50173
|
prefix?: string | undefined;
|
|
50174
|
+
role?: string | undefined;
|
|
49602
50175
|
class?: any;
|
|
49603
50176
|
placeholder?: string | undefined;
|
|
49604
50177
|
theme?: string | undefined;
|
|
@@ -49608,6 +50181,7 @@ declare const VTextField: {
|
|
|
49608
50181
|
bgColor?: string | undefined;
|
|
49609
50182
|
prependIcon?: IconValue | undefined;
|
|
49610
50183
|
appendIcon?: IconValue | undefined;
|
|
50184
|
+
baseColor?: string | undefined;
|
|
49611
50185
|
appendInnerIcon?: IconValue | undefined;
|
|
49612
50186
|
prependInnerIcon?: IconValue | undefined;
|
|
49613
50187
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -49621,7 +50195,6 @@ declare const VTextField: {
|
|
|
49621
50195
|
centerAffix?: boolean | undefined;
|
|
49622
50196
|
hint?: string | undefined;
|
|
49623
50197
|
hideDetails?: boolean | "auto" | undefined;
|
|
49624
|
-
baseColor?: string | undefined;
|
|
49625
50198
|
suffix?: string | undefined;
|
|
49626
50199
|
counterValue?: ((value: any) => number) | undefined;
|
|
49627
50200
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -50032,13 +50605,13 @@ declare const VTextField: {
|
|
|
50032
50605
|
}>) => void)[] | undefined;
|
|
50033
50606
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
50034
50607
|
bgColor?: string | undefined;
|
|
50608
|
+
baseColor?: string | undefined;
|
|
50035
50609
|
appendInnerIcon?: IconValue | undefined;
|
|
50036
50610
|
prependInnerIcon?: IconValue | undefined;
|
|
50037
50611
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50038
50612
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50039
50613
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50040
50614
|
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
50041
|
-
baseColor?: string | undefined;
|
|
50042
50615
|
};
|
|
50043
50616
|
$attrs: {
|
|
50044
50617
|
[x: string]: unknown;
|
|
@@ -50096,6 +50669,7 @@ declare const VTextField: {
|
|
|
50096
50669
|
theme?: string | undefined;
|
|
50097
50670
|
rounded?: string | number | boolean | undefined;
|
|
50098
50671
|
bgColor?: string | undefined;
|
|
50672
|
+
baseColor?: string | undefined;
|
|
50099
50673
|
appendInnerIcon?: IconValue | undefined;
|
|
50100
50674
|
prependInnerIcon?: IconValue | undefined;
|
|
50101
50675
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -50103,7 +50677,6 @@ declare const VTextField: {
|
|
|
50103
50677
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50104
50678
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
50105
50679
|
centerAffix?: boolean | undefined;
|
|
50106
|
-
baseColor?: string | undefined;
|
|
50107
50680
|
} & {
|
|
50108
50681
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
50109
50682
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -50193,6 +50766,7 @@ declare const VTextField: {
|
|
|
50193
50766
|
theme?: string | undefined;
|
|
50194
50767
|
rounded?: string | number | boolean | undefined;
|
|
50195
50768
|
bgColor?: string | undefined;
|
|
50769
|
+
baseColor?: string | undefined;
|
|
50196
50770
|
appendInnerIcon?: IconValue | undefined;
|
|
50197
50771
|
prependInnerIcon?: IconValue | undefined;
|
|
50198
50772
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -50200,7 +50774,6 @@ declare const VTextField: {
|
|
|
50200
50774
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50201
50775
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
50202
50776
|
centerAffix?: boolean | undefined;
|
|
50203
|
-
baseColor?: string | undefined;
|
|
50204
50777
|
} & {
|
|
50205
50778
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
50206
50779
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -50209,7 +50782,7 @@ declare const VTextField: {
|
|
|
50209
50782
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
50210
50783
|
modelValue?: unknown;
|
|
50211
50784
|
'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
|
|
50212
|
-
}, 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" | "
|
|
50785
|
+
}, 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, {
|
|
50213
50786
|
'click:control': (e: MouseEvent) => true;
|
|
50214
50787
|
'mousedown:control': (e: MouseEvent) => true;
|
|
50215
50788
|
'update:focused': (focused: boolean) => true;
|
|
@@ -50332,6 +50905,7 @@ declare const VTextField: {
|
|
|
50332
50905
|
loading?: string | boolean | undefined;
|
|
50333
50906
|
label?: string | undefined;
|
|
50334
50907
|
prefix?: string | undefined;
|
|
50908
|
+
role?: string | undefined;
|
|
50335
50909
|
class?: any;
|
|
50336
50910
|
placeholder?: string | undefined;
|
|
50337
50911
|
theme?: string | undefined;
|
|
@@ -50341,6 +50915,7 @@ declare const VTextField: {
|
|
|
50341
50915
|
bgColor?: string | undefined;
|
|
50342
50916
|
prependIcon?: IconValue | undefined;
|
|
50343
50917
|
appendIcon?: IconValue | undefined;
|
|
50918
|
+
baseColor?: string | undefined;
|
|
50344
50919
|
appendInnerIcon?: IconValue | undefined;
|
|
50345
50920
|
prependInnerIcon?: IconValue | undefined;
|
|
50346
50921
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -50354,7 +50929,6 @@ declare const VTextField: {
|
|
|
50354
50929
|
centerAffix?: boolean | undefined;
|
|
50355
50930
|
hint?: string | undefined;
|
|
50356
50931
|
hideDetails?: boolean | "auto" | undefined;
|
|
50357
|
-
baseColor?: string | undefined;
|
|
50358
50932
|
suffix?: string | undefined;
|
|
50359
50933
|
counterValue?: ((value: any) => number) | undefined;
|
|
50360
50934
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -50765,13 +51339,13 @@ declare const VTextField: {
|
|
|
50765
51339
|
}>) => void)[] | undefined;
|
|
50766
51340
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
50767
51341
|
bgColor?: string | undefined;
|
|
51342
|
+
baseColor?: string | undefined;
|
|
50768
51343
|
appendInnerIcon?: IconValue | undefined;
|
|
50769
51344
|
prependInnerIcon?: IconValue | undefined;
|
|
50770
51345
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50771
51346
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50772
51347
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50773
51348
|
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
50774
|
-
baseColor?: string | undefined;
|
|
50775
51349
|
};
|
|
50776
51350
|
$attrs: {
|
|
50777
51351
|
[x: string]: unknown;
|
|
@@ -50829,6 +51403,7 @@ declare const VTextField: {
|
|
|
50829
51403
|
theme?: string | undefined;
|
|
50830
51404
|
rounded?: string | number | boolean | undefined;
|
|
50831
51405
|
bgColor?: string | undefined;
|
|
51406
|
+
baseColor?: string | undefined;
|
|
50832
51407
|
appendInnerIcon?: IconValue | undefined;
|
|
50833
51408
|
prependInnerIcon?: IconValue | undefined;
|
|
50834
51409
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -50836,7 +51411,6 @@ declare const VTextField: {
|
|
|
50836
51411
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50837
51412
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
50838
51413
|
centerAffix?: boolean | undefined;
|
|
50839
|
-
baseColor?: string | undefined;
|
|
50840
51414
|
} & {
|
|
50841
51415
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
50842
51416
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -50926,6 +51500,7 @@ declare const VTextField: {
|
|
|
50926
51500
|
theme?: string | undefined;
|
|
50927
51501
|
rounded?: string | number | boolean | undefined;
|
|
50928
51502
|
bgColor?: string | undefined;
|
|
51503
|
+
baseColor?: string | undefined;
|
|
50929
51504
|
appendInnerIcon?: IconValue | undefined;
|
|
50930
51505
|
prependInnerIcon?: IconValue | undefined;
|
|
50931
51506
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -50933,7 +51508,6 @@ declare const VTextField: {
|
|
|
50933
51508
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
50934
51509
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
50935
51510
|
centerAffix?: boolean | undefined;
|
|
50936
|
-
baseColor?: string | undefined;
|
|
50937
51511
|
} & {
|
|
50938
51512
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
50939
51513
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -50942,7 +51516,7 @@ declare const VTextField: {
|
|
|
50942
51516
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
50943
51517
|
modelValue?: unknown;
|
|
50944
51518
|
'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
|
|
50945
|
-
}, 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" | "
|
|
51519
|
+
}, 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 & {};
|
|
50946
51520
|
__isFragment?: undefined;
|
|
50947
51521
|
__isTeleport?: undefined;
|
|
50948
51522
|
__isSuspense?: undefined;
|
|
@@ -50979,6 +51553,7 @@ declare const VTextField: {
|
|
|
50979
51553
|
loading?: string | boolean | undefined;
|
|
50980
51554
|
label?: string | undefined;
|
|
50981
51555
|
prefix?: string | undefined;
|
|
51556
|
+
role?: string | undefined;
|
|
50982
51557
|
class?: any;
|
|
50983
51558
|
placeholder?: string | undefined;
|
|
50984
51559
|
theme?: string | undefined;
|
|
@@ -50988,6 +51563,7 @@ declare const VTextField: {
|
|
|
50988
51563
|
bgColor?: string | undefined;
|
|
50989
51564
|
prependIcon?: IconValue | undefined;
|
|
50990
51565
|
appendIcon?: IconValue | undefined;
|
|
51566
|
+
baseColor?: string | undefined;
|
|
50991
51567
|
appendInnerIcon?: IconValue | undefined;
|
|
50992
51568
|
prependInnerIcon?: IconValue | undefined;
|
|
50993
51569
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -51001,7 +51577,6 @@ declare const VTextField: {
|
|
|
51001
51577
|
centerAffix?: boolean | undefined;
|
|
51002
51578
|
hint?: string | undefined;
|
|
51003
51579
|
hideDetails?: boolean | "auto" | undefined;
|
|
51004
|
-
baseColor?: string | undefined;
|
|
51005
51580
|
suffix?: string | undefined;
|
|
51006
51581
|
counterValue?: ((value: any) => number) | undefined;
|
|
51007
51582
|
modelModifiers?: Record<string, boolean> | undefined;
|
|
@@ -51412,13 +51987,13 @@ declare const VTextField: {
|
|
|
51412
51987
|
}>) => void)[] | undefined;
|
|
51413
51988
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
51414
51989
|
bgColor?: string | undefined;
|
|
51990
|
+
baseColor?: string | undefined;
|
|
51415
51991
|
appendInnerIcon?: IconValue | undefined;
|
|
51416
51992
|
prependInnerIcon?: IconValue | undefined;
|
|
51417
51993
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51418
51994
|
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51419
51995
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51420
51996
|
'onUpdate:focused'?: (EventProp<[boolean], (args_0: boolean) => any> & ((focused: boolean) => any)) | undefined;
|
|
51421
|
-
baseColor?: string | undefined;
|
|
51422
51997
|
};
|
|
51423
51998
|
$attrs: {
|
|
51424
51999
|
[x: string]: unknown;
|
|
@@ -51476,6 +52051,7 @@ declare const VTextField: {
|
|
|
51476
52051
|
theme?: string | undefined;
|
|
51477
52052
|
rounded?: string | number | boolean | undefined;
|
|
51478
52053
|
bgColor?: string | undefined;
|
|
52054
|
+
baseColor?: string | undefined;
|
|
51479
52055
|
appendInnerIcon?: IconValue | undefined;
|
|
51480
52056
|
prependInnerIcon?: IconValue | undefined;
|
|
51481
52057
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -51483,7 +52059,6 @@ declare const VTextField: {
|
|
|
51483
52059
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51484
52060
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
51485
52061
|
centerAffix?: boolean | undefined;
|
|
51486
|
-
baseColor?: string | undefined;
|
|
51487
52062
|
} & {
|
|
51488
52063
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
51489
52064
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -51573,6 +52148,7 @@ declare const VTextField: {
|
|
|
51573
52148
|
theme?: string | undefined;
|
|
51574
52149
|
rounded?: string | number | boolean | undefined;
|
|
51575
52150
|
bgColor?: string | undefined;
|
|
52151
|
+
baseColor?: string | undefined;
|
|
51576
52152
|
appendInnerIcon?: IconValue | undefined;
|
|
51577
52153
|
prependInnerIcon?: IconValue | undefined;
|
|
51578
52154
|
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
@@ -51580,7 +52156,6 @@ declare const VTextField: {
|
|
|
51580
52156
|
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
51581
52157
|
'onUpdate:focused'?: EventProp<[boolean], (args_0: boolean) => any> | undefined;
|
|
51582
52158
|
centerAffix?: boolean | undefined;
|
|
51583
|
-
baseColor?: string | undefined;
|
|
51584
52159
|
} & {
|
|
51585
52160
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
51586
52161
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
@@ -51589,7 +52164,7 @@ declare const VTextField: {
|
|
|
51589
52164
|
}> & {} & vue.ComponentCustomProperties & {} & GenericProps<{
|
|
51590
52165
|
modelValue?: unknown;
|
|
51591
52166
|
'onUpdate:modelValue'?: ((val: unknown) => any) | undefined;
|
|
51592
|
-
}, 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" | "
|
|
52167
|
+
}, 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, {
|
|
51593
52168
|
'click:control': (e: MouseEvent) => true;
|
|
51594
52169
|
'mousedown:control': (e: MouseEvent) => true;
|
|
51595
52170
|
'update:focused': (focused: boolean) => true;
|
|
@@ -51757,6 +52332,7 @@ declare const VTextField: {
|
|
|
51757
52332
|
persistentPlaceholder: BooleanConstructor;
|
|
51758
52333
|
persistentCounter: BooleanConstructor;
|
|
51759
52334
|
suffix: StringConstructor;
|
|
52335
|
+
role: StringConstructor;
|
|
51760
52336
|
type: {
|
|
51761
52337
|
type: StringConstructor;
|
|
51762
52338
|
default: string;
|
|
@@ -51860,6 +52436,7 @@ declare const VTextField: {
|
|
|
51860
52436
|
persistentPlaceholder: BooleanConstructor;
|
|
51861
52437
|
persistentCounter: BooleanConstructor;
|
|
51862
52438
|
suffix: StringConstructor;
|
|
52439
|
+
role: StringConstructor;
|
|
51863
52440
|
type: {
|
|
51864
52441
|
type: StringConstructor;
|
|
51865
52442
|
default: string;
|
|
@@ -53125,6 +53702,7 @@ declare const VTooltip: {
|
|
|
53125
53702
|
maxWidth?: string | number | undefined;
|
|
53126
53703
|
minHeight?: string | number | undefined;
|
|
53127
53704
|
text?: string | undefined;
|
|
53705
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53128
53706
|
class?: any;
|
|
53129
53707
|
$children?: vue.VNodeChild | {
|
|
53130
53708
|
default?: ((arg: {
|
|
@@ -53193,7 +53771,7 @@ declare const VTooltip: {
|
|
|
53193
53771
|
[key: string]: any;
|
|
53194
53772
|
}>) => void)[] | undefined;
|
|
53195
53773
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53196
|
-
activator?:
|
|
53774
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53197
53775
|
"v-slot:activator"?: false | ((arg: {
|
|
53198
53776
|
isActive: boolean;
|
|
53199
53777
|
props: Record<string, any>;
|
|
@@ -53259,10 +53837,11 @@ declare const VTooltip: {
|
|
|
53259
53837
|
maxWidth?: string | number | undefined;
|
|
53260
53838
|
minHeight?: string | number | undefined;
|
|
53261
53839
|
text?: string | undefined;
|
|
53840
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53262
53841
|
class?: any;
|
|
53263
53842
|
theme?: string | undefined;
|
|
53264
53843
|
contentClass?: any;
|
|
53265
|
-
activator?:
|
|
53844
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53266
53845
|
closeDelay?: string | number | undefined;
|
|
53267
53846
|
openDelay?: string | number | undefined;
|
|
53268
53847
|
openOnFocus?: boolean | undefined;
|
|
@@ -53337,6 +53916,7 @@ declare const VTooltip: {
|
|
|
53337
53916
|
maxWidth?: string | number | undefined;
|
|
53338
53917
|
minHeight?: string | number | undefined;
|
|
53339
53918
|
minWidth?: string | number | undefined;
|
|
53919
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53340
53920
|
class?: any;
|
|
53341
53921
|
onAfterLeave?: (() => any) | undefined;
|
|
53342
53922
|
$children?: vue.VNodeChild | {
|
|
@@ -53406,7 +53986,7 @@ declare const VTooltip: {
|
|
|
53406
53986
|
[key: string]: any;
|
|
53407
53987
|
}>) => void)[] | undefined;
|
|
53408
53988
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53409
|
-
activator?:
|
|
53989
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53410
53990
|
"v-slot:activator"?: false | ((arg: {
|
|
53411
53991
|
isActive: boolean;
|
|
53412
53992
|
props: Record<string, any>;
|
|
@@ -53473,10 +54053,11 @@ declare const VTooltip: {
|
|
|
53473
54053
|
maxWidth?: string | number | undefined;
|
|
53474
54054
|
minHeight?: string | number | undefined;
|
|
53475
54055
|
minWidth?: string | number | undefined;
|
|
54056
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53476
54057
|
class?: any;
|
|
53477
54058
|
theme?: string | undefined;
|
|
53478
54059
|
contentClass?: any;
|
|
53479
|
-
activator?:
|
|
54060
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53480
54061
|
closeDelay?: string | number | undefined;
|
|
53481
54062
|
openDelay?: string | number | undefined;
|
|
53482
54063
|
openOnClick?: boolean | undefined;
|
|
@@ -53518,6 +54099,7 @@ declare const VTooltip: {
|
|
|
53518
54099
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
53519
54100
|
}, {
|
|
53520
54101
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
54102
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
53521
54103
|
animateClick: () => void;
|
|
53522
54104
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
53523
54105
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -53619,10 +54201,11 @@ declare const VTooltip: {
|
|
|
53619
54201
|
maxWidth?: string | number | undefined;
|
|
53620
54202
|
minHeight?: string | number | undefined;
|
|
53621
54203
|
minWidth?: string | number | undefined;
|
|
54204
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53622
54205
|
class?: any;
|
|
53623
54206
|
theme?: string | undefined;
|
|
53624
54207
|
contentClass?: any;
|
|
53625
|
-
activator?:
|
|
54208
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53626
54209
|
closeDelay?: string | number | undefined;
|
|
53627
54210
|
openDelay?: string | number | undefined;
|
|
53628
54211
|
openOnClick?: boolean | undefined;
|
|
@@ -53664,12 +54247,13 @@ declare const VTooltip: {
|
|
|
53664
54247
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
53665
54248
|
} & vue.ShallowUnwrapRef<{
|
|
53666
54249
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
54250
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
53667
54251
|
animateClick: () => void;
|
|
53668
54252
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
53669
54253
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
53670
54254
|
localTop: vue.ComputedRef<boolean>;
|
|
53671
54255
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
53672
|
-
}> & {} & 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, {
|
|
54256
|
+
}> & {} & 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, {
|
|
53673
54257
|
'update:modelValue': (value: boolean) => boolean;
|
|
53674
54258
|
}, string, {
|
|
53675
54259
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -53762,10 +54346,11 @@ declare const VTooltip: {
|
|
|
53762
54346
|
maxWidth?: string | number | undefined;
|
|
53763
54347
|
minHeight?: string | number | undefined;
|
|
53764
54348
|
text?: string | undefined;
|
|
54349
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53765
54350
|
class?: any;
|
|
53766
54351
|
theme?: string | undefined;
|
|
53767
54352
|
contentClass?: any;
|
|
53768
|
-
activator?:
|
|
54353
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53769
54354
|
closeDelay?: string | number | undefined;
|
|
53770
54355
|
openDelay?: string | number | undefined;
|
|
53771
54356
|
openOnFocus?: boolean | undefined;
|
|
@@ -53840,6 +54425,7 @@ declare const VTooltip: {
|
|
|
53840
54425
|
maxWidth?: string | number | undefined;
|
|
53841
54426
|
minHeight?: string | number | undefined;
|
|
53842
54427
|
minWidth?: string | number | undefined;
|
|
54428
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53843
54429
|
class?: any;
|
|
53844
54430
|
onAfterLeave?: (() => any) | undefined;
|
|
53845
54431
|
$children?: vue.VNodeChild | {
|
|
@@ -53909,7 +54495,7 @@ declare const VTooltip: {
|
|
|
53909
54495
|
[key: string]: any;
|
|
53910
54496
|
}>) => void)[] | undefined;
|
|
53911
54497
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
53912
|
-
activator?:
|
|
54498
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53913
54499
|
"v-slot:activator"?: false | ((arg: {
|
|
53914
54500
|
isActive: boolean;
|
|
53915
54501
|
props: Record<string, any>;
|
|
@@ -53976,10 +54562,11 @@ declare const VTooltip: {
|
|
|
53976
54562
|
maxWidth?: string | number | undefined;
|
|
53977
54563
|
minHeight?: string | number | undefined;
|
|
53978
54564
|
minWidth?: string | number | undefined;
|
|
54565
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
53979
54566
|
class?: any;
|
|
53980
54567
|
theme?: string | undefined;
|
|
53981
54568
|
contentClass?: any;
|
|
53982
|
-
activator?:
|
|
54569
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
53983
54570
|
closeDelay?: string | number | undefined;
|
|
53984
54571
|
openDelay?: string | number | undefined;
|
|
53985
54572
|
openOnClick?: boolean | undefined;
|
|
@@ -54021,6 +54608,7 @@ declare const VTooltip: {
|
|
|
54021
54608
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
54022
54609
|
}, {
|
|
54023
54610
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
54611
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
54024
54612
|
animateClick: () => void;
|
|
54025
54613
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
54026
54614
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -54122,10 +54710,11 @@ declare const VTooltip: {
|
|
|
54122
54710
|
maxWidth?: string | number | undefined;
|
|
54123
54711
|
minHeight?: string | number | undefined;
|
|
54124
54712
|
minWidth?: string | number | undefined;
|
|
54713
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
54125
54714
|
class?: any;
|
|
54126
54715
|
theme?: string | undefined;
|
|
54127
54716
|
contentClass?: any;
|
|
54128
|
-
activator?:
|
|
54717
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
54129
54718
|
closeDelay?: string | number | undefined;
|
|
54130
54719
|
openDelay?: string | number | undefined;
|
|
54131
54720
|
openOnClick?: boolean | undefined;
|
|
@@ -54167,12 +54756,13 @@ declare const VTooltip: {
|
|
|
54167
54756
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
54168
54757
|
} & vue.ShallowUnwrapRef<{
|
|
54169
54758
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
54759
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
54170
54760
|
animateClick: () => void;
|
|
54171
54761
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
54172
54762
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
54173
54763
|
localTop: vue.ComputedRef<boolean>;
|
|
54174
54764
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
54175
|
-
}> & {} & 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 & {};
|
|
54765
|
+
}> & {} & 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 & {};
|
|
54176
54766
|
__isFragment?: undefined;
|
|
54177
54767
|
__isTeleport?: undefined;
|
|
54178
54768
|
__isSuspense?: undefined;
|
|
@@ -54209,10 +54799,11 @@ declare const VTooltip: {
|
|
|
54209
54799
|
maxWidth?: string | number | undefined;
|
|
54210
54800
|
minHeight?: string | number | undefined;
|
|
54211
54801
|
text?: string | undefined;
|
|
54802
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
54212
54803
|
class?: any;
|
|
54213
54804
|
theme?: string | undefined;
|
|
54214
54805
|
contentClass?: any;
|
|
54215
|
-
activator?:
|
|
54806
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
54216
54807
|
closeDelay?: string | number | undefined;
|
|
54217
54808
|
openDelay?: string | number | undefined;
|
|
54218
54809
|
openOnFocus?: boolean | undefined;
|
|
@@ -54287,6 +54878,7 @@ declare const VTooltip: {
|
|
|
54287
54878
|
maxWidth?: string | number | undefined;
|
|
54288
54879
|
minHeight?: string | number | undefined;
|
|
54289
54880
|
minWidth?: string | number | undefined;
|
|
54881
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
54290
54882
|
class?: any;
|
|
54291
54883
|
onAfterLeave?: (() => any) | undefined;
|
|
54292
54884
|
$children?: vue.VNodeChild | {
|
|
@@ -54356,7 +54948,7 @@ declare const VTooltip: {
|
|
|
54356
54948
|
[key: string]: any;
|
|
54357
54949
|
}>) => void)[] | undefined;
|
|
54358
54950
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
54359
|
-
activator?:
|
|
54951
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
54360
54952
|
"v-slot:activator"?: false | ((arg: {
|
|
54361
54953
|
isActive: boolean;
|
|
54362
54954
|
props: Record<string, any>;
|
|
@@ -54423,10 +55015,11 @@ declare const VTooltip: {
|
|
|
54423
55015
|
maxWidth?: string | number | undefined;
|
|
54424
55016
|
minHeight?: string | number | undefined;
|
|
54425
55017
|
minWidth?: string | number | undefined;
|
|
55018
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
54426
55019
|
class?: any;
|
|
54427
55020
|
theme?: string | undefined;
|
|
54428
55021
|
contentClass?: any;
|
|
54429
|
-
activator?:
|
|
55022
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
54430
55023
|
closeDelay?: string | number | undefined;
|
|
54431
55024
|
openDelay?: string | number | undefined;
|
|
54432
55025
|
openOnClick?: boolean | undefined;
|
|
@@ -54468,6 +55061,7 @@ declare const VTooltip: {
|
|
|
54468
55061
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
54469
55062
|
}, {
|
|
54470
55063
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
55064
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
54471
55065
|
animateClick: () => void;
|
|
54472
55066
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
54473
55067
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
@@ -54569,10 +55163,11 @@ declare const VTooltip: {
|
|
|
54569
55163
|
maxWidth?: string | number | undefined;
|
|
54570
55164
|
minHeight?: string | number | undefined;
|
|
54571
55165
|
minWidth?: string | number | undefined;
|
|
55166
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
54572
55167
|
class?: any;
|
|
54573
55168
|
theme?: string | undefined;
|
|
54574
55169
|
contentClass?: any;
|
|
54575
|
-
activator?:
|
|
55170
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
54576
55171
|
closeDelay?: string | number | undefined;
|
|
54577
55172
|
openDelay?: string | number | undefined;
|
|
54578
55173
|
openOnClick?: boolean | undefined;
|
|
@@ -54614,12 +55209,13 @@ declare const VTooltip: {
|
|
|
54614
55209
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
54615
55210
|
} & vue.ShallowUnwrapRef<{
|
|
54616
55211
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
55212
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
54617
55213
|
animateClick: () => void;
|
|
54618
55214
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
54619
55215
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
54620
55216
|
localTop: vue.ComputedRef<boolean>;
|
|
54621
55217
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
54622
|
-
}> & {} & 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, {
|
|
55218
|
+
}> & {} & 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, {
|
|
54623
55219
|
'update:modelValue': (value: boolean) => boolean;
|
|
54624
55220
|
}, string, {
|
|
54625
55221
|
offset: NonNullable<string | number | number[] | undefined>;
|
|
@@ -54709,6 +55305,7 @@ declare const VTooltip: {
|
|
|
54709
55305
|
type: vue.PropType<vue.StyleValue>;
|
|
54710
55306
|
default: null;
|
|
54711
55307
|
};
|
|
55308
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
54712
55309
|
eager: {
|
|
54713
55310
|
type: vue.PropType<boolean>;
|
|
54714
55311
|
default: boolean;
|
|
@@ -54718,7 +55315,7 @@ declare const VTooltip: {
|
|
|
54718
55315
|
theme: StringConstructor;
|
|
54719
55316
|
contentClass: null;
|
|
54720
55317
|
modelValue: BooleanConstructor;
|
|
54721
|
-
activator: vue.PropType<
|
|
55318
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
54722
55319
|
locationStrategy: Omit<{
|
|
54723
55320
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
54724
55321
|
updateLocation: (e: Event) => void;
|
|
@@ -54833,6 +55430,7 @@ declare const VTooltip: {
|
|
|
54833
55430
|
type: vue.PropType<vue.StyleValue>;
|
|
54834
55431
|
default: null;
|
|
54835
55432
|
};
|
|
55433
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
|
54836
55434
|
eager: {
|
|
54837
55435
|
type: vue.PropType<boolean>;
|
|
54838
55436
|
default: boolean;
|
|
@@ -54842,7 +55440,7 @@ declare const VTooltip: {
|
|
|
54842
55440
|
theme: StringConstructor;
|
|
54843
55441
|
contentClass: null;
|
|
54844
55442
|
modelValue: BooleanConstructor;
|
|
54845
|
-
activator: vue.PropType<
|
|
55443
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
54846
55444
|
locationStrategy: Omit<{
|
|
54847
55445
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
54848
55446
|
updateLocation: (e: Event) => void;
|
|
@@ -56455,7 +57053,7 @@ declare const VDialogTransition: {
|
|
|
56455
57053
|
$props: {
|
|
56456
57054
|
key?: string | number | symbol | undefined;
|
|
56457
57055
|
style?: unknown;
|
|
56458
|
-
target?: HTMLElement | undefined;
|
|
57056
|
+
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
56459
57057
|
class?: unknown;
|
|
56460
57058
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
56461
57059
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -56522,7 +57120,7 @@ declare const VDialogTransition: {
|
|
|
56522
57120
|
$emit: (event: string, ...args: any[]) => void;
|
|
56523
57121
|
$el: any;
|
|
56524
57122
|
$options: vue.ComponentOptionsBase<{} & {
|
|
56525
|
-
target?: HTMLElement | undefined;
|
|
57123
|
+
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
56526
57124
|
} & {
|
|
56527
57125
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
56528
57126
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -56557,7 +57155,7 @@ declare const VDialogTransition: {
|
|
|
56557
57155
|
$nextTick: typeof vue.nextTick;
|
|
56558
57156
|
$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;
|
|
56559
57157
|
} & {} & {
|
|
56560
|
-
target?: HTMLElement | undefined;
|
|
57158
|
+
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
56561
57159
|
} & {
|
|
56562
57160
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
56563
57161
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -56572,7 +57170,7 @@ declare const VDialogTransition: {
|
|
|
56572
57170
|
__isTeleport?: undefined;
|
|
56573
57171
|
__isSuspense?: undefined;
|
|
56574
57172
|
} & vue.ComponentOptionsBase<{} & {
|
|
56575
|
-
target?: HTMLElement | undefined;
|
|
57173
|
+
target?: HTMLElement | [x: number, y: number] | undefined;
|
|
56576
57174
|
} & {
|
|
56577
57175
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
56578
57176
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -56587,9 +57185,9 @@ declare const VDialogTransition: {
|
|
|
56587
57185
|
[key: string]: any;
|
|
56588
57186
|
}>[];
|
|
56589
57187
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
56590
|
-
target: PropType<HTMLElement>;
|
|
57188
|
+
target: PropType<HTMLElement | [x: number, y: number]>;
|
|
56591
57189
|
}, vue.ExtractPropTypes<{
|
|
56592
|
-
target: PropType<HTMLElement>;
|
|
57190
|
+
target: PropType<HTMLElement | [x: number, y: number]>;
|
|
56593
57191
|
}>>;
|
|
56594
57192
|
type VDialogTransition = InstanceType<typeof VDialogTransition>;
|
|
56595
57193
|
|
|
@@ -60148,8 +60746,8 @@ declare module '@vue/runtime-core' {
|
|
|
60148
60746
|
VMain: typeof import('vuetify/components')['VMain']
|
|
60149
60747
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
60150
60748
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
60151
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
60152
60749
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
60750
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
60153
60751
|
VPagination: typeof import('vuetify/components')['VPagination']
|
|
60154
60752
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
60155
60753
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|