@vuetify/nightly 3.6.3-master.2024-05-06 → 3.6.4-master.2024-05-08
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/CHANGELOG.md +2 -11
- package/dist/json/attributes.json +178 -38
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +96 -96
- package/dist/json/tags.json +36 -1
- package/dist/json/web-types.json +495 -85
- package/dist/vuetify-labs.css +5373 -5349
- package/dist/vuetify-labs.d.ts +1626 -1283
- package/dist/vuetify-labs.esm.js +150 -147
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +149 -146
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2102 -2082
- package/dist/vuetify.d.ts +1195 -1208
- package/dist/vuetify.esm.js +97 -72
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +96 -71
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +981 -977
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +187 -158
- package/lib/components/VBottomSheet/index.d.mts +42 -42
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +187 -158
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.css +1 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs +2 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +10 -5
- package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +126 -126
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +9 -9
- package/lib/components/VImg/index.d.mts +6 -6
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +76 -52
- package/lib/components/VMenu/index.d.mts +126 -126
- package/lib/components/VOverlay/VOverlay.mjs +2 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +42 -42
- package/lib/components/VOverlay/useActivator.mjs +5 -5
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +187 -158
- package/lib/components/VSheet/VSheet.css +1 -1
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +5 -0
- package/lib/components/VSlider/VSliderThumb.sass +3 -0
- package/lib/components/VSlider/VSliderTrack.css +15 -0
- package/lib/components/VSlider/VSliderTrack.sass +9 -0
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +126 -126
- package/lib/components/VSpeedDial/index.d.mts +42 -42
- package/lib/components/VStepper/VStepperWindow.mjs +2 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +2 -1
- package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +126 -126
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/index.d.mts +1162 -1175
- package/lib/composables/component.mjs +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +16 -10
- package/lib/composables/nested/activeStrategies.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +7 -5
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +5 -5
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +33 -33
- package/lib/labs/VCalendar/VCalendar.css +5 -1
- package/lib/labs/VCalendar/VCalendar.sass +3 -2
- package/lib/labs/VCalendar/_variables.scss +8 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +402 -34
- package/lib/labs/VSnackbarQueue/index.d.mts +138 -138
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +88 -64
- package/lib/labs/components.d.mts +620 -235
- package/lib/util/helpers.mjs +16 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, JSXComponent, ComputedRef, Ref, EffectScope, nextTick } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, PropType, JSXComponent, ComputedRef, Ref, EffectScope, nextTick } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
|
@@ -57,6 +57,11 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
57
57
|
|
58
58
|
declare function deepEqual(a: any, b: any): boolean;
|
59
59
|
type SelectItemKey<T = Record<string, any>> = boolean | null | undefined | string | readonly (string | number)[] | ((item: T, fallback?: any) => any);
|
60
|
+
type TemplateRef = {
|
61
|
+
(target: Element | ComponentPublicInstance | null): void;
|
62
|
+
value: HTMLElement | ComponentPublicInstance | null | undefined;
|
63
|
+
readonly el: HTMLElement | undefined;
|
64
|
+
};
|
60
65
|
|
61
66
|
declare const VCalendar: {
|
62
67
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
@@ -2868,6 +2873,12 @@ type VMessageSlot = {
|
|
2868
2873
|
message: string;
|
2869
2874
|
};
|
2870
2875
|
|
2876
|
+
type VCounterSlot = {
|
2877
|
+
counter: string;
|
2878
|
+
max: string | number | undefined;
|
2879
|
+
value: string | number | undefined;
|
2880
|
+
};
|
2881
|
+
|
2871
2882
|
interface VInputSlot {
|
2872
2883
|
id: ComputedRef<string>;
|
2873
2884
|
messagesId: ComputedRef<string>;
|
@@ -2897,33 +2908,73 @@ type ControlVariant = 'default' | 'stacked' | 'split';
|
|
2897
2908
|
declare const VNumberInput: {
|
2898
2909
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
2899
2910
|
reverse: boolean;
|
2911
|
+
flat: boolean;
|
2900
2912
|
style: vue.StyleValue;
|
2913
|
+
type: string;
|
2914
|
+
active: boolean;
|
2901
2915
|
error: boolean;
|
2902
2916
|
disabled: boolean;
|
2917
|
+
messages: string | readonly string[];
|
2903
2918
|
focused: boolean;
|
2919
|
+
errorMessages: string | readonly string[] | null;
|
2920
|
+
maxErrors: string | number;
|
2904
2921
|
readonly: boolean | null;
|
2922
|
+
rules: readonly ValidationRule[];
|
2905
2923
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2906
2924
|
inset: boolean;
|
2925
|
+
tile: boolean;
|
2907
2926
|
density: Density;
|
2927
|
+
direction: "horizontal" | "vertical";
|
2908
2928
|
max: number;
|
2929
|
+
clearIcon: IconValue;
|
2930
|
+
hideSpinButtons: boolean;
|
2909
2931
|
persistentHint: boolean;
|
2932
|
+
autofocus: boolean;
|
2933
|
+
clearable: boolean;
|
2934
|
+
dirty: boolean;
|
2935
|
+
persistentClear: boolean;
|
2936
|
+
singleLine: boolean;
|
2937
|
+
persistentPlaceholder: boolean;
|
2938
|
+
persistentCounter: boolean;
|
2910
2939
|
min: number;
|
2911
2940
|
step: number;
|
2912
2941
|
hideInput: boolean;
|
2913
2942
|
controlVariant: ControlVariant;
|
2914
2943
|
} & {
|
2915
2944
|
class?: any;
|
2945
|
+
id?: string | undefined;
|
2916
2946
|
label?: string | undefined;
|
2947
|
+
width?: string | number | undefined;
|
2917
2948
|
theme?: string | undefined;
|
2918
2949
|
color?: string | undefined;
|
2950
|
+
name?: string | undefined;
|
2951
|
+
prefix?: string | undefined;
|
2919
2952
|
loading?: string | boolean | undefined;
|
2953
|
+
placeholder?: string | undefined;
|
2954
|
+
counter?: string | number | boolean | undefined;
|
2920
2955
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2921
|
-
modelValue?:
|
2956
|
+
modelValue?: any;
|
2957
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
2958
|
+
validationValue?: any;
|
2922
2959
|
rounded?: string | number | boolean | undefined;
|
2960
|
+
maxWidth?: string | number | undefined;
|
2961
|
+
minWidth?: string | number | undefined;
|
2962
|
+
role?: string | undefined;
|
2923
2963
|
baseColor?: string | undefined;
|
2924
2964
|
bgColor?: string | undefined;
|
2965
|
+
prependIcon?: IconValue | undefined;
|
2966
|
+
appendIcon?: IconValue | undefined;
|
2967
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
2968
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
2969
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
2970
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2971
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
2972
|
+
centerAffix?: boolean | undefined;
|
2925
2973
|
hint?: string | undefined;
|
2926
2974
|
hideDetails?: boolean | "auto" | undefined;
|
2975
|
+
suffix?: string | undefined;
|
2976
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
2977
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
2927
2978
|
} & {
|
2928
2979
|
$children?: {} | vue.VNodeChild | {
|
2929
2980
|
clear?: ((arg: DefaultInputSlot & {
|
@@ -2934,6 +2985,7 @@ declare const VNumberInput: {
|
|
2934
2985
|
label: string | undefined;
|
2935
2986
|
props: Record<string, any>;
|
2936
2987
|
}) => vue.VNodeChild) | undefined;
|
2988
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
2937
2989
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
2938
2990
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2939
2991
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -2952,6 +3004,7 @@ declare const VNumberInput: {
|
|
2952
3004
|
label: string | undefined;
|
2953
3005
|
props: Record<string, any>;
|
2954
3006
|
}) => vue.VNodeChild) | undefined;
|
3007
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
2955
3008
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
2956
3009
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2957
3010
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -2970,6 +3023,7 @@ declare const VNumberInput: {
|
|
2970
3023
|
label: string | undefined;
|
2971
3024
|
props: Record<string, any>;
|
2972
3025
|
}) => vue.VNodeChild) | undefined;
|
3026
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
2973
3027
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
2974
3028
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
2975
3029
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -2984,33 +3038,73 @@ declare const VNumberInput: {
|
|
2984
3038
|
'update:modelValue': (val: number) => true;
|
2985
3039
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2986
3040
|
reverse: boolean;
|
3041
|
+
flat: boolean;
|
2987
3042
|
style: vue.StyleValue;
|
3043
|
+
type: string;
|
3044
|
+
active: boolean;
|
2988
3045
|
error: boolean;
|
2989
3046
|
disabled: boolean;
|
3047
|
+
messages: string | readonly string[];
|
2990
3048
|
focused: boolean;
|
3049
|
+
errorMessages: string | readonly string[] | null;
|
3050
|
+
maxErrors: string | number;
|
2991
3051
|
readonly: boolean | null;
|
3052
|
+
rules: readonly ValidationRule[];
|
2992
3053
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
2993
3054
|
inset: boolean;
|
3055
|
+
tile: boolean;
|
2994
3056
|
density: Density;
|
3057
|
+
direction: "horizontal" | "vertical";
|
2995
3058
|
max: number;
|
3059
|
+
clearIcon: IconValue;
|
3060
|
+
hideSpinButtons: boolean;
|
2996
3061
|
persistentHint: boolean;
|
3062
|
+
autofocus: boolean;
|
3063
|
+
clearable: boolean;
|
3064
|
+
dirty: boolean;
|
3065
|
+
persistentClear: boolean;
|
3066
|
+
singleLine: boolean;
|
3067
|
+
persistentPlaceholder: boolean;
|
3068
|
+
persistentCounter: boolean;
|
2997
3069
|
min: number;
|
2998
3070
|
step: number;
|
2999
3071
|
hideInput: boolean;
|
3000
3072
|
controlVariant: ControlVariant;
|
3001
3073
|
} & {
|
3002
3074
|
class?: any;
|
3075
|
+
id?: string | undefined;
|
3003
3076
|
label?: string | undefined;
|
3077
|
+
width?: string | number | undefined;
|
3004
3078
|
theme?: string | undefined;
|
3005
3079
|
color?: string | undefined;
|
3080
|
+
name?: string | undefined;
|
3081
|
+
prefix?: string | undefined;
|
3006
3082
|
loading?: string | boolean | undefined;
|
3083
|
+
placeholder?: string | undefined;
|
3084
|
+
counter?: string | number | boolean | undefined;
|
3007
3085
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3008
|
-
modelValue?:
|
3086
|
+
modelValue?: any;
|
3087
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
3088
|
+
validationValue?: any;
|
3009
3089
|
rounded?: string | number | boolean | undefined;
|
3090
|
+
maxWidth?: string | number | undefined;
|
3091
|
+
minWidth?: string | number | undefined;
|
3092
|
+
role?: string | undefined;
|
3010
3093
|
baseColor?: string | undefined;
|
3011
3094
|
bgColor?: string | undefined;
|
3095
|
+
prependIcon?: IconValue | undefined;
|
3096
|
+
appendIcon?: IconValue | undefined;
|
3097
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3098
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3099
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3100
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3101
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3102
|
+
centerAffix?: boolean | undefined;
|
3012
3103
|
hint?: string | undefined;
|
3013
3104
|
hideDetails?: boolean | "auto" | undefined;
|
3105
|
+
suffix?: string | undefined;
|
3106
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
3107
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
3014
3108
|
} & {
|
3015
3109
|
$children?: {} | vue.VNodeChild | {
|
3016
3110
|
clear?: ((arg: DefaultInputSlot & {
|
@@ -3021,6 +3115,7 @@ declare const VNumberInput: {
|
|
3021
3115
|
label: string | undefined;
|
3022
3116
|
props: Record<string, any>;
|
3023
3117
|
}) => vue.VNodeChild) | undefined;
|
3118
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
3024
3119
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
3025
3120
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
3026
3121
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -3039,6 +3134,7 @@ declare const VNumberInput: {
|
|
3039
3134
|
label: string | undefined;
|
3040
3135
|
props: Record<string, any>;
|
3041
3136
|
}) => vue.VNodeChild) | undefined;
|
3137
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
3042
3138
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
3043
3139
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
3044
3140
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -3057,6 +3153,7 @@ declare const VNumberInput: {
|
|
3057
3153
|
label: string | undefined;
|
3058
3154
|
props: Record<string, any>;
|
3059
3155
|
}) => vue.VNodeChild) | undefined;
|
3156
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
3060
3157
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
3061
3158
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
3062
3159
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -3069,18 +3166,36 @@ declare const VNumberInput: {
|
|
3069
3166
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
3070
3167
|
}, {
|
3071
3168
|
reverse: boolean;
|
3169
|
+
flat: boolean;
|
3072
3170
|
style: vue.StyleValue;
|
3171
|
+
type: string;
|
3172
|
+
active: boolean;
|
3073
3173
|
error: boolean;
|
3074
3174
|
disabled: boolean;
|
3175
|
+
messages: string | readonly string[];
|
3075
3176
|
focused: boolean;
|
3177
|
+
errorMessages: string | readonly string[] | null;
|
3178
|
+
maxErrors: string | number;
|
3076
3179
|
readonly: boolean | null;
|
3077
|
-
|
3180
|
+
rules: readonly ValidationRule[];
|
3078
3181
|
rounded: string | number | boolean;
|
3079
3182
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3080
3183
|
inset: boolean;
|
3184
|
+
tile: boolean;
|
3081
3185
|
density: Density;
|
3186
|
+
direction: "horizontal" | "vertical";
|
3082
3187
|
max: number;
|
3188
|
+
clearIcon: IconValue;
|
3189
|
+
centerAffix: boolean;
|
3190
|
+
hideSpinButtons: boolean;
|
3083
3191
|
persistentHint: boolean;
|
3192
|
+
autofocus: boolean;
|
3193
|
+
clearable: boolean;
|
3194
|
+
dirty: boolean;
|
3195
|
+
persistentClear: boolean;
|
3196
|
+
singleLine: boolean;
|
3197
|
+
persistentPlaceholder: boolean;
|
3198
|
+
persistentCounter: boolean;
|
3084
3199
|
min: number;
|
3085
3200
|
step: number;
|
3086
3201
|
hideInput: boolean;
|
@@ -3100,6 +3215,9 @@ declare const VNumberInput: {
|
|
3100
3215
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3101
3216
|
[key: string]: any;
|
3102
3217
|
}>[];
|
3218
|
+
counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3219
|
+
[key: string]: any;
|
3220
|
+
}>[];
|
3103
3221
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3104
3222
|
[key: string]: any;
|
3105
3223
|
}>[];
|
@@ -3133,33 +3251,73 @@ declare const VNumberInput: {
|
|
3133
3251
|
Defaults: {};
|
3134
3252
|
}, {
|
3135
3253
|
reverse: boolean;
|
3254
|
+
flat: boolean;
|
3136
3255
|
style: vue.StyleValue;
|
3256
|
+
type: string;
|
3257
|
+
active: boolean;
|
3137
3258
|
error: boolean;
|
3138
3259
|
disabled: boolean;
|
3260
|
+
messages: string | readonly string[];
|
3139
3261
|
focused: boolean;
|
3262
|
+
errorMessages: string | readonly string[] | null;
|
3263
|
+
maxErrors: string | number;
|
3140
3264
|
readonly: boolean | null;
|
3265
|
+
rules: readonly ValidationRule[];
|
3141
3266
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3142
3267
|
inset: boolean;
|
3268
|
+
tile: boolean;
|
3143
3269
|
density: Density;
|
3270
|
+
direction: "horizontal" | "vertical";
|
3144
3271
|
max: number;
|
3272
|
+
clearIcon: IconValue;
|
3273
|
+
hideSpinButtons: boolean;
|
3145
3274
|
persistentHint: boolean;
|
3275
|
+
autofocus: boolean;
|
3276
|
+
clearable: boolean;
|
3277
|
+
dirty: boolean;
|
3278
|
+
persistentClear: boolean;
|
3279
|
+
singleLine: boolean;
|
3280
|
+
persistentPlaceholder: boolean;
|
3281
|
+
persistentCounter: boolean;
|
3146
3282
|
min: number;
|
3147
3283
|
step: number;
|
3148
3284
|
hideInput: boolean;
|
3149
3285
|
controlVariant: ControlVariant;
|
3150
3286
|
} & {
|
3151
3287
|
class?: any;
|
3288
|
+
id?: string | undefined;
|
3152
3289
|
label?: string | undefined;
|
3290
|
+
width?: string | number | undefined;
|
3153
3291
|
theme?: string | undefined;
|
3154
3292
|
color?: string | undefined;
|
3293
|
+
name?: string | undefined;
|
3294
|
+
prefix?: string | undefined;
|
3155
3295
|
loading?: string | boolean | undefined;
|
3296
|
+
placeholder?: string | undefined;
|
3297
|
+
counter?: string | number | boolean | undefined;
|
3156
3298
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3157
|
-
modelValue?:
|
3299
|
+
modelValue?: any;
|
3300
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
3301
|
+
validationValue?: any;
|
3158
3302
|
rounded?: string | number | boolean | undefined;
|
3303
|
+
maxWidth?: string | number | undefined;
|
3304
|
+
minWidth?: string | number | undefined;
|
3305
|
+
role?: string | undefined;
|
3159
3306
|
baseColor?: string | undefined;
|
3160
3307
|
bgColor?: string | undefined;
|
3308
|
+
prependIcon?: IconValue | undefined;
|
3309
|
+
appendIcon?: IconValue | undefined;
|
3310
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3311
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3312
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3313
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3314
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3315
|
+
centerAffix?: boolean | undefined;
|
3161
3316
|
hint?: string | undefined;
|
3162
3317
|
hideDetails?: boolean | "auto" | undefined;
|
3318
|
+
suffix?: string | undefined;
|
3319
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
3320
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
3163
3321
|
} & {
|
3164
3322
|
$children?: {} | vue.VNodeChild | {
|
3165
3323
|
clear?: ((arg: DefaultInputSlot & {
|
@@ -3170,6 +3328,7 @@ declare const VNumberInput: {
|
|
3170
3328
|
label: string | undefined;
|
3171
3329
|
props: Record<string, any>;
|
3172
3330
|
}) => vue.VNodeChild) | undefined;
|
3331
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
3173
3332
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
3174
3333
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
3175
3334
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -3188,6 +3347,7 @@ declare const VNumberInput: {
|
|
3188
3347
|
label: string | undefined;
|
3189
3348
|
props: Record<string, any>;
|
3190
3349
|
}) => vue.VNodeChild) | undefined;
|
3350
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
3191
3351
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
3192
3352
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
3193
3353
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -3206,6 +3366,7 @@ declare const VNumberInput: {
|
|
3206
3366
|
label: string | undefined;
|
3207
3367
|
props: Record<string, any>;
|
3208
3368
|
}) => vue.VNodeChild) | undefined;
|
3369
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
3209
3370
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
3210
3371
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
3211
3372
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -3218,18 +3379,36 @@ declare const VNumberInput: {
|
|
3218
3379
|
"onUpdate:modelValue"?: ((val: number) => any) | undefined;
|
3219
3380
|
}, {}, {}, {}, {}, {
|
3220
3381
|
reverse: boolean;
|
3382
|
+
flat: boolean;
|
3221
3383
|
style: vue.StyleValue;
|
3384
|
+
type: string;
|
3385
|
+
active: boolean;
|
3222
3386
|
error: boolean;
|
3223
3387
|
disabled: boolean;
|
3388
|
+
messages: string | readonly string[];
|
3224
3389
|
focused: boolean;
|
3390
|
+
errorMessages: string | readonly string[] | null;
|
3391
|
+
maxErrors: string | number;
|
3225
3392
|
readonly: boolean | null;
|
3226
|
-
|
3393
|
+
rules: readonly ValidationRule[];
|
3227
3394
|
rounded: string | number | boolean;
|
3228
3395
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3229
3396
|
inset: boolean;
|
3397
|
+
tile: boolean;
|
3230
3398
|
density: Density;
|
3399
|
+
direction: "horizontal" | "vertical";
|
3231
3400
|
max: number;
|
3401
|
+
clearIcon: IconValue;
|
3402
|
+
centerAffix: boolean;
|
3403
|
+
hideSpinButtons: boolean;
|
3232
3404
|
persistentHint: boolean;
|
3405
|
+
autofocus: boolean;
|
3406
|
+
clearable: boolean;
|
3407
|
+
dirty: boolean;
|
3408
|
+
persistentClear: boolean;
|
3409
|
+
singleLine: boolean;
|
3410
|
+
persistentPlaceholder: boolean;
|
3411
|
+
persistentCounter: boolean;
|
3233
3412
|
min: number;
|
3234
3413
|
step: number;
|
3235
3414
|
hideInput: boolean;
|
@@ -3240,33 +3419,73 @@ declare const VNumberInput: {
|
|
3240
3419
|
__isSuspense?: undefined;
|
3241
3420
|
} & vue.ComponentOptionsBase<{
|
3242
3421
|
reverse: boolean;
|
3422
|
+
flat: boolean;
|
3243
3423
|
style: vue.StyleValue;
|
3424
|
+
type: string;
|
3425
|
+
active: boolean;
|
3244
3426
|
error: boolean;
|
3245
3427
|
disabled: boolean;
|
3428
|
+
messages: string | readonly string[];
|
3246
3429
|
focused: boolean;
|
3430
|
+
errorMessages: string | readonly string[] | null;
|
3431
|
+
maxErrors: string | number;
|
3247
3432
|
readonly: boolean | null;
|
3433
|
+
rules: readonly ValidationRule[];
|
3248
3434
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3249
3435
|
inset: boolean;
|
3436
|
+
tile: boolean;
|
3250
3437
|
density: Density;
|
3438
|
+
direction: "horizontal" | "vertical";
|
3251
3439
|
max: number;
|
3440
|
+
clearIcon: IconValue;
|
3441
|
+
hideSpinButtons: boolean;
|
3252
3442
|
persistentHint: boolean;
|
3443
|
+
autofocus: boolean;
|
3444
|
+
clearable: boolean;
|
3445
|
+
dirty: boolean;
|
3446
|
+
persistentClear: boolean;
|
3447
|
+
singleLine: boolean;
|
3448
|
+
persistentPlaceholder: boolean;
|
3449
|
+
persistentCounter: boolean;
|
3253
3450
|
min: number;
|
3254
3451
|
step: number;
|
3255
3452
|
hideInput: boolean;
|
3256
3453
|
controlVariant: ControlVariant;
|
3257
3454
|
} & {
|
3258
3455
|
class?: any;
|
3456
|
+
id?: string | undefined;
|
3259
3457
|
label?: string | undefined;
|
3458
|
+
width?: string | number | undefined;
|
3260
3459
|
theme?: string | undefined;
|
3261
3460
|
color?: string | undefined;
|
3461
|
+
name?: string | undefined;
|
3462
|
+
prefix?: string | undefined;
|
3262
3463
|
loading?: string | boolean | undefined;
|
3464
|
+
placeholder?: string | undefined;
|
3465
|
+
counter?: string | number | boolean | undefined;
|
3263
3466
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3264
|
-
modelValue?:
|
3467
|
+
modelValue?: any;
|
3468
|
+
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
3469
|
+
validationValue?: any;
|
3265
3470
|
rounded?: string | number | boolean | undefined;
|
3471
|
+
maxWidth?: string | number | undefined;
|
3472
|
+
minWidth?: string | number | undefined;
|
3473
|
+
role?: string | undefined;
|
3266
3474
|
baseColor?: string | undefined;
|
3267
3475
|
bgColor?: string | undefined;
|
3476
|
+
prependIcon?: IconValue | undefined;
|
3477
|
+
appendIcon?: IconValue | undefined;
|
3478
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
3479
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
3480
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
3481
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3482
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
3483
|
+
centerAffix?: boolean | undefined;
|
3268
3484
|
hint?: string | undefined;
|
3269
3485
|
hideDetails?: boolean | "auto" | undefined;
|
3486
|
+
suffix?: string | undefined;
|
3487
|
+
counterValue?: number | ((value: any) => number) | undefined;
|
3488
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
3270
3489
|
} & {
|
3271
3490
|
$children?: {} | vue.VNodeChild | {
|
3272
3491
|
clear?: ((arg: DefaultInputSlot & {
|
@@ -3277,6 +3496,7 @@ declare const VNumberInput: {
|
|
3277
3496
|
label: string | undefined;
|
3278
3497
|
props: Record<string, any>;
|
3279
3498
|
}) => vue.VNodeChild) | undefined;
|
3499
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
3280
3500
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
3281
3501
|
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
3282
3502
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -3295,6 +3515,7 @@ declare const VNumberInput: {
|
|
3295
3515
|
label: string | undefined;
|
3296
3516
|
props: Record<string, any>;
|
3297
3517
|
}) => vue.VNodeChild) | undefined;
|
3518
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
3298
3519
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
3299
3520
|
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
3300
3521
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -3313,6 +3534,7 @@ declare const VNumberInput: {
|
|
3313
3534
|
label: string | undefined;
|
3314
3535
|
props: Record<string, any>;
|
3315
3536
|
}) => vue.VNodeChild) | undefined;
|
3537
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
3316
3538
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
3317
3539
|
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
3318
3540
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
@@ -3327,18 +3549,36 @@ declare const VNumberInput: {
|
|
3327
3549
|
'update:modelValue': (val: number) => true;
|
3328
3550
|
}, string, {
|
3329
3551
|
reverse: boolean;
|
3552
|
+
flat: boolean;
|
3330
3553
|
style: vue.StyleValue;
|
3554
|
+
type: string;
|
3555
|
+
active: boolean;
|
3331
3556
|
error: boolean;
|
3332
3557
|
disabled: boolean;
|
3558
|
+
messages: string | readonly string[];
|
3333
3559
|
focused: boolean;
|
3560
|
+
errorMessages: string | readonly string[] | null;
|
3561
|
+
maxErrors: string | number;
|
3334
3562
|
readonly: boolean | null;
|
3335
|
-
|
3563
|
+
rules: readonly ValidationRule[];
|
3336
3564
|
rounded: string | number | boolean;
|
3337
3565
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
3338
3566
|
inset: boolean;
|
3567
|
+
tile: boolean;
|
3339
3568
|
density: Density;
|
3569
|
+
direction: "horizontal" | "vertical";
|
3340
3570
|
max: number;
|
3571
|
+
clearIcon: IconValue;
|
3572
|
+
centerAffix: boolean;
|
3573
|
+
hideSpinButtons: boolean;
|
3341
3574
|
persistentHint: boolean;
|
3575
|
+
autofocus: boolean;
|
3576
|
+
clearable: boolean;
|
3577
|
+
dirty: boolean;
|
3578
|
+
persistentClear: boolean;
|
3579
|
+
singleLine: boolean;
|
3580
|
+
persistentPlaceholder: boolean;
|
3581
|
+
persistentCounter: boolean;
|
3342
3582
|
min: number;
|
3343
3583
|
step: number;
|
3344
3584
|
hideInput: boolean;
|
@@ -3358,6 +3598,9 @@ declare const VNumberInput: {
|
|
3358
3598
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3359
3599
|
[key: string]: any;
|
3360
3600
|
}>[];
|
3601
|
+
counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3602
|
+
[key: string]: any;
|
3603
|
+
}>[];
|
3361
3604
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
3362
3605
|
[key: string]: any;
|
3363
3606
|
}>[];
|
@@ -3383,26 +3626,58 @@ declare const VNumberInput: {
|
|
3383
3626
|
[key: string]: any;
|
3384
3627
|
}>[];
|
3385
3628
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
3386
|
-
modelValue: {
|
3387
|
-
type: NumberConstructor;
|
3388
|
-
default: undefined;
|
3389
|
-
};
|
3390
|
-
focused: BooleanConstructor;
|
3391
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
3392
3629
|
reverse: BooleanConstructor;
|
3630
|
+
flat: BooleanConstructor;
|
3393
3631
|
class: PropType<any>;
|
3394
3632
|
style: {
|
3395
3633
|
type: PropType<vue.StyleValue>;
|
3396
3634
|
default: null;
|
3397
3635
|
};
|
3636
|
+
id: StringConstructor;
|
3637
|
+
label: StringConstructor;
|
3638
|
+
type: {
|
3639
|
+
type: StringConstructor;
|
3640
|
+
default: string;
|
3641
|
+
};
|
3642
|
+
width: (StringConstructor | NumberConstructor)[];
|
3643
|
+
active: BooleanConstructor;
|
3398
3644
|
error: BooleanConstructor;
|
3399
3645
|
theme: StringConstructor;
|
3400
3646
|
color: StringConstructor;
|
3647
|
+
name: StringConstructor;
|
3648
|
+
prefix: StringConstructor;
|
3401
3649
|
disabled: {
|
3402
3650
|
type: BooleanConstructor;
|
3403
3651
|
default: null;
|
3404
3652
|
};
|
3405
3653
|
loading: (StringConstructor | BooleanConstructor)[];
|
3654
|
+
messages: {
|
3655
|
+
type: PropType<string | readonly string[]>;
|
3656
|
+
default: () => never[];
|
3657
|
+
};
|
3658
|
+
placeholder: StringConstructor;
|
3659
|
+
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
3660
|
+
focused: BooleanConstructor;
|
3661
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
3662
|
+
errorMessages: {
|
3663
|
+
type: PropType<string | readonly string[] | null>;
|
3664
|
+
default: () => never[];
|
3665
|
+
};
|
3666
|
+
maxErrors: {
|
3667
|
+
type: (StringConstructor | NumberConstructor)[];
|
3668
|
+
default: number;
|
3669
|
+
};
|
3670
|
+
readonly: {
|
3671
|
+
type: PropType<boolean | null>;
|
3672
|
+
default: null;
|
3673
|
+
};
|
3674
|
+
rules: {
|
3675
|
+
type: PropType<readonly ValidationRule[]>;
|
3676
|
+
default: () => never[];
|
3677
|
+
};
|
3678
|
+
modelValue: null;
|
3679
|
+
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
3680
|
+
validationValue: null;
|
3406
3681
|
rounded: {
|
3407
3682
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
3408
3683
|
default: undefined;
|
@@ -3412,21 +3687,51 @@ declare const VNumberInput: {
|
|
3412
3687
|
default: string;
|
3413
3688
|
validator: (v: any) => boolean;
|
3414
3689
|
};
|
3415
|
-
|
3416
|
-
|
3417
|
-
|
3418
|
-
|
3419
|
-
type: PropType<boolean | null>;
|
3420
|
-
default: null;
|
3421
|
-
};
|
3690
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
3691
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
3692
|
+
tile: BooleanConstructor;
|
3693
|
+
role: StringConstructor;
|
3422
3694
|
density: {
|
3423
3695
|
type: PropType<Density>;
|
3424
3696
|
default: string;
|
3425
3697
|
validator: (v: any) => boolean;
|
3426
3698
|
};
|
3699
|
+
direction: {
|
3700
|
+
type: PropType<"horizontal" | "vertical">;
|
3701
|
+
default: string;
|
3702
|
+
validator: (v: any) => boolean;
|
3703
|
+
};
|
3704
|
+
baseColor: StringConstructor;
|
3705
|
+
bgColor: StringConstructor;
|
3706
|
+
prependIcon: PropType<IconValue>;
|
3707
|
+
appendIcon: PropType<IconValue>;
|
3708
|
+
clearIcon: {
|
3709
|
+
type: PropType<IconValue>;
|
3710
|
+
default: string;
|
3711
|
+
};
|
3712
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
3713
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
3714
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
3715
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
3716
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
3717
|
+
centerAffix: {
|
3718
|
+
type: BooleanConstructor;
|
3719
|
+
default: undefined;
|
3720
|
+
};
|
3721
|
+
hideSpinButtons: BooleanConstructor;
|
3427
3722
|
hint: StringConstructor;
|
3428
3723
|
persistentHint: BooleanConstructor;
|
3429
3724
|
hideDetails: PropType<boolean | "auto">;
|
3725
|
+
autofocus: BooleanConstructor;
|
3726
|
+
clearable: BooleanConstructor;
|
3727
|
+
dirty: BooleanConstructor;
|
3728
|
+
persistentClear: BooleanConstructor;
|
3729
|
+
singleLine: BooleanConstructor;
|
3730
|
+
persistentPlaceholder: BooleanConstructor;
|
3731
|
+
persistentCounter: BooleanConstructor;
|
3732
|
+
suffix: StringConstructor;
|
3733
|
+
counterValue: PropType<number | ((value: any) => number)>;
|
3734
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
3430
3735
|
controlVariant: {
|
3431
3736
|
type: PropType<ControlVariant>;
|
3432
3737
|
default: string;
|
@@ -3446,26 +3751,58 @@ declare const VNumberInput: {
|
|
3446
3751
|
default: number;
|
3447
3752
|
};
|
3448
3753
|
}, vue.ExtractPropTypes<{
|
3449
|
-
modelValue: {
|
3450
|
-
type: NumberConstructor;
|
3451
|
-
default: undefined;
|
3452
|
-
};
|
3453
|
-
focused: BooleanConstructor;
|
3454
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
3455
3754
|
reverse: BooleanConstructor;
|
3755
|
+
flat: BooleanConstructor;
|
3456
3756
|
class: PropType<any>;
|
3457
3757
|
style: {
|
3458
3758
|
type: PropType<vue.StyleValue>;
|
3459
3759
|
default: null;
|
3460
3760
|
};
|
3761
|
+
id: StringConstructor;
|
3762
|
+
label: StringConstructor;
|
3763
|
+
type: {
|
3764
|
+
type: StringConstructor;
|
3765
|
+
default: string;
|
3766
|
+
};
|
3767
|
+
width: (StringConstructor | NumberConstructor)[];
|
3768
|
+
active: BooleanConstructor;
|
3461
3769
|
error: BooleanConstructor;
|
3462
3770
|
theme: StringConstructor;
|
3463
3771
|
color: StringConstructor;
|
3772
|
+
name: StringConstructor;
|
3773
|
+
prefix: StringConstructor;
|
3464
3774
|
disabled: {
|
3465
3775
|
type: BooleanConstructor;
|
3466
3776
|
default: null;
|
3467
3777
|
};
|
3468
3778
|
loading: (StringConstructor | BooleanConstructor)[];
|
3779
|
+
messages: {
|
3780
|
+
type: PropType<string | readonly string[]>;
|
3781
|
+
default: () => never[];
|
3782
|
+
};
|
3783
|
+
placeholder: StringConstructor;
|
3784
|
+
counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
3785
|
+
focused: BooleanConstructor;
|
3786
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
3787
|
+
errorMessages: {
|
3788
|
+
type: PropType<string | readonly string[] | null>;
|
3789
|
+
default: () => never[];
|
3790
|
+
};
|
3791
|
+
maxErrors: {
|
3792
|
+
type: (StringConstructor | NumberConstructor)[];
|
3793
|
+
default: number;
|
3794
|
+
};
|
3795
|
+
readonly: {
|
3796
|
+
type: PropType<boolean | null>;
|
3797
|
+
default: null;
|
3798
|
+
};
|
3799
|
+
rules: {
|
3800
|
+
type: PropType<readonly ValidationRule[]>;
|
3801
|
+
default: () => never[];
|
3802
|
+
};
|
3803
|
+
modelValue: null;
|
3804
|
+
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
3805
|
+
validationValue: null;
|
3469
3806
|
rounded: {
|
3470
3807
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
3471
3808
|
default: undefined;
|
@@ -3475,21 +3812,51 @@ declare const VNumberInput: {
|
|
3475
3812
|
default: string;
|
3476
3813
|
validator: (v: any) => boolean;
|
3477
3814
|
};
|
3478
|
-
|
3479
|
-
|
3480
|
-
|
3481
|
-
|
3482
|
-
type: PropType<boolean | null>;
|
3483
|
-
default: null;
|
3484
|
-
};
|
3815
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
3816
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
3817
|
+
tile: BooleanConstructor;
|
3818
|
+
role: StringConstructor;
|
3485
3819
|
density: {
|
3486
3820
|
type: PropType<Density>;
|
3487
3821
|
default: string;
|
3488
3822
|
validator: (v: any) => boolean;
|
3489
3823
|
};
|
3824
|
+
direction: {
|
3825
|
+
type: PropType<"horizontal" | "vertical">;
|
3826
|
+
default: string;
|
3827
|
+
validator: (v: any) => boolean;
|
3828
|
+
};
|
3829
|
+
baseColor: StringConstructor;
|
3830
|
+
bgColor: StringConstructor;
|
3831
|
+
prependIcon: PropType<IconValue>;
|
3832
|
+
appendIcon: PropType<IconValue>;
|
3833
|
+
clearIcon: {
|
3834
|
+
type: PropType<IconValue>;
|
3835
|
+
default: string;
|
3836
|
+
};
|
3837
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
3838
|
+
'onClick:prepend': PropType<(args_0: MouseEvent) => void>;
|
3839
|
+
'onClick:append': PropType<(args_0: MouseEvent) => void>;
|
3840
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
3841
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
3842
|
+
centerAffix: {
|
3843
|
+
type: BooleanConstructor;
|
3844
|
+
default: undefined;
|
3845
|
+
};
|
3846
|
+
hideSpinButtons: BooleanConstructor;
|
3490
3847
|
hint: StringConstructor;
|
3491
3848
|
persistentHint: BooleanConstructor;
|
3492
3849
|
hideDetails: PropType<boolean | "auto">;
|
3850
|
+
autofocus: BooleanConstructor;
|
3851
|
+
clearable: BooleanConstructor;
|
3852
|
+
dirty: BooleanConstructor;
|
3853
|
+
persistentClear: BooleanConstructor;
|
3854
|
+
singleLine: BooleanConstructor;
|
3855
|
+
persistentPlaceholder: BooleanConstructor;
|
3856
|
+
persistentCounter: BooleanConstructor;
|
3857
|
+
suffix: StringConstructor;
|
3858
|
+
counterValue: PropType<number | ((value: any) => number)>;
|
3859
|
+
modelModifiers: PropType<Record<string, boolean>>;
|
3493
3860
|
controlVariant: {
|
3494
3861
|
type: PropType<ControlVariant>;
|
3495
3862
|
default: string;
|
@@ -4171,7 +4538,7 @@ declare const VSnackbar: {
|
|
4171
4538
|
component?: vue.Component | undefined;
|
4172
4539
|
})>;
|
4173
4540
|
zIndex: string | number;
|
4174
|
-
modelValue: boolean
|
4541
|
+
modelValue: boolean;
|
4175
4542
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
4176
4543
|
origin: Anchor | "auto" | "overlap";
|
4177
4544
|
vertical: boolean;
|
@@ -4194,7 +4561,7 @@ declare const VSnackbar: {
|
|
4194
4561
|
width?: string | number | undefined;
|
4195
4562
|
height?: string | number | undefined;
|
4196
4563
|
theme?: string | undefined;
|
4197
|
-
target?: Element | (string & {}) |
|
4564
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4198
4565
|
color?: string | undefined;
|
4199
4566
|
offset?: string | number | number[] | undefined;
|
4200
4567
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -4205,7 +4572,7 @@ declare const VSnackbar: {
|
|
4205
4572
|
maxWidth?: string | number | undefined;
|
4206
4573
|
minHeight?: string | number | undefined;
|
4207
4574
|
minWidth?: string | number | undefined;
|
4208
|
-
activator?: Element | (string & {}) |
|
4575
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4209
4576
|
closeDelay?: string | number | undefined;
|
4210
4577
|
openDelay?: string | number | undefined;
|
4211
4578
|
openOnClick?: boolean | undefined;
|
@@ -4221,7 +4588,7 @@ declare const VSnackbar: {
|
|
4221
4588
|
}) => vue.VNodeChild) | undefined;
|
4222
4589
|
default?: (() => vue.VNodeChild) | undefined;
|
4223
4590
|
actions?: ((arg: {
|
4224
|
-
isActive: Ref<boolean
|
4591
|
+
isActive: Ref<boolean>;
|
4225
4592
|
}) => vue.VNodeChild) | undefined;
|
4226
4593
|
text?: (() => vue.VNodeChild) | undefined;
|
4227
4594
|
};
|
@@ -4232,7 +4599,7 @@ declare const VSnackbar: {
|
|
4232
4599
|
}) => vue.VNodeChild) | undefined;
|
4233
4600
|
default?: false | (() => vue.VNodeChild) | undefined;
|
4234
4601
|
actions?: false | ((arg: {
|
4235
|
-
isActive: Ref<boolean
|
4602
|
+
isActive: Ref<boolean>;
|
4236
4603
|
}) => vue.VNodeChild) | undefined;
|
4237
4604
|
text?: false | (() => vue.VNodeChild) | undefined;
|
4238
4605
|
} | undefined;
|
@@ -4243,7 +4610,7 @@ declare const VSnackbar: {
|
|
4243
4610
|
}) => vue.VNodeChild) | undefined;
|
4244
4611
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
4245
4612
|
"v-slot:actions"?: false | ((arg: {
|
4246
|
-
isActive: Ref<boolean
|
4613
|
+
isActive: Ref<boolean>;
|
4247
4614
|
}) => vue.VNodeChild) | undefined;
|
4248
4615
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
4249
4616
|
} & {
|
@@ -4259,7 +4626,7 @@ declare const VSnackbar: {
|
|
4259
4626
|
component?: vue.Component | undefined;
|
4260
4627
|
});
|
4261
4628
|
zIndex: string | number;
|
4262
|
-
modelValue: boolean
|
4629
|
+
modelValue: boolean;
|
4263
4630
|
origin: Anchor | "auto" | "overlap";
|
4264
4631
|
eager: boolean;
|
4265
4632
|
location: Anchor;
|
@@ -4286,7 +4653,7 @@ declare const VSnackbar: {
|
|
4286
4653
|
component?: vue.Component | undefined;
|
4287
4654
|
});
|
4288
4655
|
zIndex: string | number;
|
4289
|
-
modelValue: boolean
|
4656
|
+
modelValue: boolean;
|
4290
4657
|
origin: Anchor | "auto" | "overlap";
|
4291
4658
|
eager: boolean;
|
4292
4659
|
location: Anchor;
|
@@ -4307,7 +4674,7 @@ declare const VSnackbar: {
|
|
4307
4674
|
width?: string | number | undefined;
|
4308
4675
|
height?: string | number | undefined;
|
4309
4676
|
theme?: string | undefined;
|
4310
|
-
target?: Element | (string & {}) |
|
4677
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4311
4678
|
offset?: string | number | number[] | undefined;
|
4312
4679
|
contentClass?: any;
|
4313
4680
|
opacity?: string | number | undefined;
|
@@ -4315,7 +4682,7 @@ declare const VSnackbar: {
|
|
4315
4682
|
maxWidth?: string | number | undefined;
|
4316
4683
|
minHeight?: string | number | undefined;
|
4317
4684
|
minWidth?: string | number | undefined;
|
4318
|
-
activator?: Element | (string & {}) |
|
4685
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4319
4686
|
closeDelay?: string | number | undefined;
|
4320
4687
|
openDelay?: string | number | undefined;
|
4321
4688
|
openOnClick?: boolean | undefined;
|
@@ -4329,7 +4696,7 @@ declare const VSnackbar: {
|
|
4329
4696
|
activator?: ((arg: {
|
4330
4697
|
isActive: boolean;
|
4331
4698
|
props: Record<string, any>;
|
4332
|
-
targetRef:
|
4699
|
+
targetRef: TemplateRef;
|
4333
4700
|
}) => vue.VNodeChild) | undefined;
|
4334
4701
|
} | ((arg: {
|
4335
4702
|
isActive: Ref<boolean>;
|
@@ -4341,7 +4708,7 @@ declare const VSnackbar: {
|
|
4341
4708
|
activator?: false | ((arg: {
|
4342
4709
|
isActive: boolean;
|
4343
4710
|
props: Record<string, any>;
|
4344
|
-
targetRef:
|
4711
|
+
targetRef: TemplateRef;
|
4345
4712
|
}) => vue.VNodeChild) | undefined;
|
4346
4713
|
} | undefined;
|
4347
4714
|
"v-slot:default"?: false | ((arg: {
|
@@ -4350,7 +4717,7 @@ declare const VSnackbar: {
|
|
4350
4717
|
"v-slot:activator"?: false | ((arg: {
|
4351
4718
|
isActive: boolean;
|
4352
4719
|
props: Record<string, any>;
|
4353
|
-
targetRef:
|
4720
|
+
targetRef: TemplateRef;
|
4354
4721
|
}) => vue.VNodeChild) | undefined;
|
4355
4722
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4356
4723
|
onAfterEnter?: (() => any) | undefined;
|
@@ -4364,7 +4731,7 @@ declare const VSnackbar: {
|
|
4364
4731
|
component?: vue.Component | undefined;
|
4365
4732
|
});
|
4366
4733
|
zIndex: string | number;
|
4367
|
-
modelValue: boolean
|
4734
|
+
modelValue: boolean;
|
4368
4735
|
origin: Anchor | "auto" | "overlap";
|
4369
4736
|
eager: boolean;
|
4370
4737
|
location: Anchor;
|
@@ -4386,7 +4753,7 @@ declare const VSnackbar: {
|
|
4386
4753
|
width?: string | number | undefined;
|
4387
4754
|
height?: string | number | undefined;
|
4388
4755
|
theme?: string | undefined;
|
4389
|
-
target?: Element | (string & {}) |
|
4756
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4390
4757
|
offset?: string | number | number[] | undefined;
|
4391
4758
|
contentClass?: any;
|
4392
4759
|
opacity?: string | number | undefined;
|
@@ -4394,7 +4761,7 @@ declare const VSnackbar: {
|
|
4394
4761
|
maxWidth?: string | number | undefined;
|
4395
4762
|
minHeight?: string | number | undefined;
|
4396
4763
|
minWidth?: string | number | undefined;
|
4397
|
-
activator?: Element | (string & {}) |
|
4764
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4398
4765
|
closeDelay?: string | number | undefined;
|
4399
4766
|
openDelay?: string | number | undefined;
|
4400
4767
|
openOnClick?: boolean | undefined;
|
@@ -4409,7 +4776,7 @@ declare const VSnackbar: {
|
|
4409
4776
|
activator?: ((arg: {
|
4410
4777
|
isActive: boolean;
|
4411
4778
|
props: Record<string, any>;
|
4412
|
-
targetRef:
|
4779
|
+
targetRef: TemplateRef;
|
4413
4780
|
}) => vue.VNodeChild) | undefined;
|
4414
4781
|
} | ((arg: {
|
4415
4782
|
isActive: Ref<boolean>;
|
@@ -4421,7 +4788,7 @@ declare const VSnackbar: {
|
|
4421
4788
|
activator?: false | ((arg: {
|
4422
4789
|
isActive: boolean;
|
4423
4790
|
props: Record<string, any>;
|
4424
|
-
targetRef:
|
4791
|
+
targetRef: TemplateRef;
|
4425
4792
|
}) => vue.VNodeChild) | undefined;
|
4426
4793
|
} | undefined;
|
4427
4794
|
} & {
|
@@ -4431,7 +4798,7 @@ declare const VSnackbar: {
|
|
4431
4798
|
"v-slot:activator"?: false | ((arg: {
|
4432
4799
|
isActive: boolean;
|
4433
4800
|
props: Record<string, any>;
|
4434
|
-
targetRef:
|
4801
|
+
targetRef: TemplateRef;
|
4435
4802
|
}) => vue.VNodeChild) | undefined;
|
4436
4803
|
} & {
|
4437
4804
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -4454,7 +4821,7 @@ declare const VSnackbar: {
|
|
4454
4821
|
activator?: ((arg: {
|
4455
4822
|
isActive: boolean;
|
4456
4823
|
props: Record<string, any>;
|
4457
|
-
targetRef:
|
4824
|
+
targetRef: TemplateRef;
|
4458
4825
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
4459
4826
|
[key: string]: any;
|
4460
4827
|
}>[]) | undefined;
|
@@ -4471,7 +4838,7 @@ declare const VSnackbar: {
|
|
4471
4838
|
component?: vue.Component | undefined;
|
4472
4839
|
});
|
4473
4840
|
zIndex: string | number;
|
4474
|
-
modelValue: boolean
|
4841
|
+
modelValue: boolean;
|
4475
4842
|
origin: Anchor | "auto" | "overlap";
|
4476
4843
|
eager: boolean;
|
4477
4844
|
location: Anchor;
|
@@ -4493,7 +4860,7 @@ declare const VSnackbar: {
|
|
4493
4860
|
width?: string | number | undefined;
|
4494
4861
|
height?: string | number | undefined;
|
4495
4862
|
theme?: string | undefined;
|
4496
|
-
target?: Element | (string & {}) |
|
4863
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4497
4864
|
offset?: string | number | number[] | undefined;
|
4498
4865
|
contentClass?: any;
|
4499
4866
|
opacity?: string | number | undefined;
|
@@ -4501,7 +4868,7 @@ declare const VSnackbar: {
|
|
4501
4868
|
maxWidth?: string | number | undefined;
|
4502
4869
|
minHeight?: string | number | undefined;
|
4503
4870
|
minWidth?: string | number | undefined;
|
4504
|
-
activator?: Element | (string & {}) |
|
4871
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4505
4872
|
closeDelay?: string | number | undefined;
|
4506
4873
|
openDelay?: string | number | undefined;
|
4507
4874
|
openOnClick?: boolean | undefined;
|
@@ -4516,7 +4883,7 @@ declare const VSnackbar: {
|
|
4516
4883
|
activator?: ((arg: {
|
4517
4884
|
isActive: boolean;
|
4518
4885
|
props: Record<string, any>;
|
4519
|
-
targetRef:
|
4886
|
+
targetRef: TemplateRef;
|
4520
4887
|
}) => vue.VNodeChild) | undefined;
|
4521
4888
|
} | ((arg: {
|
4522
4889
|
isActive: Ref<boolean>;
|
@@ -4528,7 +4895,7 @@ declare const VSnackbar: {
|
|
4528
4895
|
activator?: false | ((arg: {
|
4529
4896
|
isActive: boolean;
|
4530
4897
|
props: Record<string, any>;
|
4531
|
-
targetRef:
|
4898
|
+
targetRef: TemplateRef;
|
4532
4899
|
}) => vue.VNodeChild) | undefined;
|
4533
4900
|
} | undefined;
|
4534
4901
|
} & {
|
@@ -4538,7 +4905,7 @@ declare const VSnackbar: {
|
|
4538
4905
|
"v-slot:activator"?: false | ((arg: {
|
4539
4906
|
isActive: boolean;
|
4540
4907
|
props: Record<string, any>;
|
4541
|
-
targetRef:
|
4908
|
+
targetRef: TemplateRef;
|
4542
4909
|
}) => vue.VNodeChild) | undefined;
|
4543
4910
|
} & {
|
4544
4911
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -4567,7 +4934,7 @@ declare const VSnackbar: {
|
|
4567
4934
|
component?: vue.Component | undefined;
|
4568
4935
|
});
|
4569
4936
|
zIndex: string | number;
|
4570
|
-
modelValue: boolean
|
4937
|
+
modelValue: boolean;
|
4571
4938
|
origin: Anchor | "auto" | "overlap";
|
4572
4939
|
eager: boolean;
|
4573
4940
|
location: Anchor;
|
@@ -4595,7 +4962,7 @@ declare const VSnackbar: {
|
|
4595
4962
|
activator: (arg: {
|
4596
4963
|
isActive: boolean;
|
4597
4964
|
props: Record<string, any>;
|
4598
|
-
targetRef:
|
4965
|
+
targetRef: TemplateRef;
|
4599
4966
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
4600
4967
|
[key: string]: any;
|
4601
4968
|
}>[];
|
@@ -4627,7 +4994,7 @@ declare const VSnackbar: {
|
|
4627
4994
|
component?: vue.Component | undefined;
|
4628
4995
|
});
|
4629
4996
|
zIndex: string | number;
|
4630
|
-
modelValue: boolean
|
4997
|
+
modelValue: boolean;
|
4631
4998
|
origin: Anchor | "auto" | "overlap";
|
4632
4999
|
eager: boolean;
|
4633
5000
|
location: Anchor;
|
@@ -4649,7 +5016,7 @@ declare const VSnackbar: {
|
|
4649
5016
|
width?: string | number | undefined;
|
4650
5017
|
height?: string | number | undefined;
|
4651
5018
|
theme?: string | undefined;
|
4652
|
-
target?: Element | (string & {}) |
|
5019
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4653
5020
|
offset?: string | number | number[] | undefined;
|
4654
5021
|
contentClass?: any;
|
4655
5022
|
opacity?: string | number | undefined;
|
@@ -4657,7 +5024,7 @@ declare const VSnackbar: {
|
|
4657
5024
|
maxWidth?: string | number | undefined;
|
4658
5025
|
minHeight?: string | number | undefined;
|
4659
5026
|
minWidth?: string | number | undefined;
|
4660
|
-
activator?: Element | (string & {}) |
|
5027
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4661
5028
|
closeDelay?: string | number | undefined;
|
4662
5029
|
openDelay?: string | number | undefined;
|
4663
5030
|
openOnClick?: boolean | undefined;
|
@@ -4672,7 +5039,7 @@ declare const VSnackbar: {
|
|
4672
5039
|
activator?: ((arg: {
|
4673
5040
|
isActive: boolean;
|
4674
5041
|
props: Record<string, any>;
|
4675
|
-
targetRef:
|
5042
|
+
targetRef: TemplateRef;
|
4676
5043
|
}) => vue.VNodeChild) | undefined;
|
4677
5044
|
} | ((arg: {
|
4678
5045
|
isActive: Ref<boolean>;
|
@@ -4684,7 +5051,7 @@ declare const VSnackbar: {
|
|
4684
5051
|
activator?: false | ((arg: {
|
4685
5052
|
isActive: boolean;
|
4686
5053
|
props: Record<string, any>;
|
4687
|
-
targetRef:
|
5054
|
+
targetRef: TemplateRef;
|
4688
5055
|
}) => vue.VNodeChild) | undefined;
|
4689
5056
|
} | undefined;
|
4690
5057
|
} & {
|
@@ -4694,7 +5061,7 @@ declare const VSnackbar: {
|
|
4694
5061
|
"v-slot:activator"?: false | ((arg: {
|
4695
5062
|
isActive: boolean;
|
4696
5063
|
props: Record<string, any>;
|
4697
|
-
targetRef:
|
5064
|
+
targetRef: TemplateRef;
|
4698
5065
|
}) => vue.VNodeChild) | undefined;
|
4699
5066
|
} & {
|
4700
5067
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -4720,7 +5087,7 @@ declare const VSnackbar: {
|
|
4720
5087
|
component?: vue.Component | undefined;
|
4721
5088
|
})>;
|
4722
5089
|
zIndex: string | number;
|
4723
|
-
modelValue: boolean
|
5090
|
+
modelValue: boolean;
|
4724
5091
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
4725
5092
|
origin: Anchor | "auto" | "overlap";
|
4726
5093
|
vertical: boolean;
|
@@ -4743,7 +5110,7 @@ declare const VSnackbar: {
|
|
4743
5110
|
width?: string | number | undefined;
|
4744
5111
|
height?: string | number | undefined;
|
4745
5112
|
theme?: string | undefined;
|
4746
|
-
target?: Element | (string & {}) |
|
5113
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4747
5114
|
color?: string | undefined;
|
4748
5115
|
offset?: string | number | number[] | undefined;
|
4749
5116
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -4754,7 +5121,7 @@ declare const VSnackbar: {
|
|
4754
5121
|
maxWidth?: string | number | undefined;
|
4755
5122
|
minHeight?: string | number | undefined;
|
4756
5123
|
minWidth?: string | number | undefined;
|
4757
|
-
activator?: Element | (string & {}) |
|
5124
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4758
5125
|
closeDelay?: string | number | undefined;
|
4759
5126
|
openDelay?: string | number | undefined;
|
4760
5127
|
openOnClick?: boolean | undefined;
|
@@ -4770,7 +5137,7 @@ declare const VSnackbar: {
|
|
4770
5137
|
}) => vue.VNodeChild) | undefined;
|
4771
5138
|
default?: (() => vue.VNodeChild) | undefined;
|
4772
5139
|
actions?: ((arg: {
|
4773
|
-
isActive: Ref<boolean
|
5140
|
+
isActive: Ref<boolean>;
|
4774
5141
|
}) => vue.VNodeChild) | undefined;
|
4775
5142
|
text?: (() => vue.VNodeChild) | undefined;
|
4776
5143
|
};
|
@@ -4781,7 +5148,7 @@ declare const VSnackbar: {
|
|
4781
5148
|
}) => vue.VNodeChild) | undefined;
|
4782
5149
|
default?: false | (() => vue.VNodeChild) | undefined;
|
4783
5150
|
actions?: false | ((arg: {
|
4784
|
-
isActive: Ref<boolean
|
5151
|
+
isActive: Ref<boolean>;
|
4785
5152
|
}) => vue.VNodeChild) | undefined;
|
4786
5153
|
text?: false | (() => vue.VNodeChild) | undefined;
|
4787
5154
|
} | undefined;
|
@@ -4792,7 +5159,7 @@ declare const VSnackbar: {
|
|
4792
5159
|
}) => vue.VNodeChild) | undefined;
|
4793
5160
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
4794
5161
|
"v-slot:actions"?: false | ((arg: {
|
4795
|
-
isActive: Ref<boolean
|
5162
|
+
isActive: Ref<boolean>;
|
4796
5163
|
}) => vue.VNodeChild) | undefined;
|
4797
5164
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
4798
5165
|
} & {
|
@@ -4805,7 +5172,7 @@ declare const VSnackbar: {
|
|
4805
5172
|
component?: vue.Component | undefined;
|
4806
5173
|
})>;
|
4807
5174
|
zIndex: string | number;
|
4808
|
-
modelValue: boolean
|
5175
|
+
modelValue: boolean;
|
4809
5176
|
rounded: string | number | boolean;
|
4810
5177
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
4811
5178
|
origin: Anchor | "auto" | "overlap";
|
@@ -4836,7 +5203,7 @@ declare const VSnackbar: {
|
|
4836
5203
|
[key: string]: any;
|
4837
5204
|
}>[];
|
4838
5205
|
actions: (arg: {
|
4839
|
-
isActive: Ref<boolean
|
5206
|
+
isActive: Ref<boolean>;
|
4840
5207
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
4841
5208
|
[key: string]: any;
|
4842
5209
|
}>[];
|
@@ -4858,7 +5225,7 @@ declare const VSnackbar: {
|
|
4858
5225
|
component?: vue.Component | undefined;
|
4859
5226
|
})>;
|
4860
5227
|
zIndex: string | number;
|
4861
|
-
modelValue: boolean
|
5228
|
+
modelValue: boolean;
|
4862
5229
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
4863
5230
|
origin: Anchor | "auto" | "overlap";
|
4864
5231
|
vertical: boolean;
|
@@ -4881,7 +5248,7 @@ declare const VSnackbar: {
|
|
4881
5248
|
width?: string | number | undefined;
|
4882
5249
|
height?: string | number | undefined;
|
4883
5250
|
theme?: string | undefined;
|
4884
|
-
target?: Element | (string & {}) |
|
5251
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4885
5252
|
color?: string | undefined;
|
4886
5253
|
offset?: string | number | number[] | undefined;
|
4887
5254
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -4892,7 +5259,7 @@ declare const VSnackbar: {
|
|
4892
5259
|
maxWidth?: string | number | undefined;
|
4893
5260
|
minHeight?: string | number | undefined;
|
4894
5261
|
minWidth?: string | number | undefined;
|
4895
|
-
activator?: Element | (string & {}) |
|
5262
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
4896
5263
|
closeDelay?: string | number | undefined;
|
4897
5264
|
openDelay?: string | number | undefined;
|
4898
5265
|
openOnClick?: boolean | undefined;
|
@@ -4908,7 +5275,7 @@ declare const VSnackbar: {
|
|
4908
5275
|
}) => vue.VNodeChild) | undefined;
|
4909
5276
|
default?: (() => vue.VNodeChild) | undefined;
|
4910
5277
|
actions?: ((arg: {
|
4911
|
-
isActive: Ref<boolean
|
5278
|
+
isActive: Ref<boolean>;
|
4912
5279
|
}) => vue.VNodeChild) | undefined;
|
4913
5280
|
text?: (() => vue.VNodeChild) | undefined;
|
4914
5281
|
};
|
@@ -4919,7 +5286,7 @@ declare const VSnackbar: {
|
|
4919
5286
|
}) => vue.VNodeChild) | undefined;
|
4920
5287
|
default?: false | (() => vue.VNodeChild) | undefined;
|
4921
5288
|
actions?: false | ((arg: {
|
4922
|
-
isActive: Ref<boolean
|
5289
|
+
isActive: Ref<boolean>;
|
4923
5290
|
}) => vue.VNodeChild) | undefined;
|
4924
5291
|
text?: false | (() => vue.VNodeChild) | undefined;
|
4925
5292
|
} | undefined;
|
@@ -4930,7 +5297,7 @@ declare const VSnackbar: {
|
|
4930
5297
|
}) => vue.VNodeChild) | undefined;
|
4931
5298
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
4932
5299
|
"v-slot:actions"?: false | ((arg: {
|
4933
|
-
isActive: Ref<boolean
|
5300
|
+
isActive: Ref<boolean>;
|
4934
5301
|
}) => vue.VNodeChild) | undefined;
|
4935
5302
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
4936
5303
|
} & {
|
@@ -4946,7 +5313,7 @@ declare const VSnackbar: {
|
|
4946
5313
|
component?: vue.Component | undefined;
|
4947
5314
|
});
|
4948
5315
|
zIndex: string | number;
|
4949
|
-
modelValue: boolean
|
5316
|
+
modelValue: boolean;
|
4950
5317
|
origin: Anchor | "auto" | "overlap";
|
4951
5318
|
eager: boolean;
|
4952
5319
|
location: Anchor;
|
@@ -4973,7 +5340,7 @@ declare const VSnackbar: {
|
|
4973
5340
|
component?: vue.Component | undefined;
|
4974
5341
|
});
|
4975
5342
|
zIndex: string | number;
|
4976
|
-
modelValue: boolean
|
5343
|
+
modelValue: boolean;
|
4977
5344
|
origin: Anchor | "auto" | "overlap";
|
4978
5345
|
eager: boolean;
|
4979
5346
|
location: Anchor;
|
@@ -4994,7 +5361,7 @@ declare const VSnackbar: {
|
|
4994
5361
|
width?: string | number | undefined;
|
4995
5362
|
height?: string | number | undefined;
|
4996
5363
|
theme?: string | undefined;
|
4997
|
-
target?: Element | (string & {}) |
|
5364
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
4998
5365
|
offset?: string | number | number[] | undefined;
|
4999
5366
|
contentClass?: any;
|
5000
5367
|
opacity?: string | number | undefined;
|
@@ -5002,7 +5369,7 @@ declare const VSnackbar: {
|
|
5002
5369
|
maxWidth?: string | number | undefined;
|
5003
5370
|
minHeight?: string | number | undefined;
|
5004
5371
|
minWidth?: string | number | undefined;
|
5005
|
-
activator?: Element | (string & {}) |
|
5372
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
5006
5373
|
closeDelay?: string | number | undefined;
|
5007
5374
|
openDelay?: string | number | undefined;
|
5008
5375
|
openOnClick?: boolean | undefined;
|
@@ -5016,7 +5383,7 @@ declare const VSnackbar: {
|
|
5016
5383
|
activator?: ((arg: {
|
5017
5384
|
isActive: boolean;
|
5018
5385
|
props: Record<string, any>;
|
5019
|
-
targetRef:
|
5386
|
+
targetRef: TemplateRef;
|
5020
5387
|
}) => vue.VNodeChild) | undefined;
|
5021
5388
|
} | ((arg: {
|
5022
5389
|
isActive: Ref<boolean>;
|
@@ -5028,7 +5395,7 @@ declare const VSnackbar: {
|
|
5028
5395
|
activator?: false | ((arg: {
|
5029
5396
|
isActive: boolean;
|
5030
5397
|
props: Record<string, any>;
|
5031
|
-
targetRef:
|
5398
|
+
targetRef: TemplateRef;
|
5032
5399
|
}) => vue.VNodeChild) | undefined;
|
5033
5400
|
} | undefined;
|
5034
5401
|
"v-slot:default"?: false | ((arg: {
|
@@ -5037,7 +5404,7 @@ declare const VSnackbar: {
|
|
5037
5404
|
"v-slot:activator"?: false | ((arg: {
|
5038
5405
|
isActive: boolean;
|
5039
5406
|
props: Record<string, any>;
|
5040
|
-
targetRef:
|
5407
|
+
targetRef: TemplateRef;
|
5041
5408
|
}) => vue.VNodeChild) | undefined;
|
5042
5409
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5043
5410
|
onAfterEnter?: (() => any) | undefined;
|
@@ -5051,7 +5418,7 @@ declare const VSnackbar: {
|
|
5051
5418
|
component?: vue.Component | undefined;
|
5052
5419
|
});
|
5053
5420
|
zIndex: string | number;
|
5054
|
-
modelValue: boolean
|
5421
|
+
modelValue: boolean;
|
5055
5422
|
origin: Anchor | "auto" | "overlap";
|
5056
5423
|
eager: boolean;
|
5057
5424
|
location: Anchor;
|
@@ -5073,7 +5440,7 @@ declare const VSnackbar: {
|
|
5073
5440
|
width?: string | number | undefined;
|
5074
5441
|
height?: string | number | undefined;
|
5075
5442
|
theme?: string | undefined;
|
5076
|
-
target?: Element | (string & {}) |
|
5443
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
5077
5444
|
offset?: string | number | number[] | undefined;
|
5078
5445
|
contentClass?: any;
|
5079
5446
|
opacity?: string | number | undefined;
|
@@ -5081,7 +5448,7 @@ declare const VSnackbar: {
|
|
5081
5448
|
maxWidth?: string | number | undefined;
|
5082
5449
|
minHeight?: string | number | undefined;
|
5083
5450
|
minWidth?: string | number | undefined;
|
5084
|
-
activator?: Element | (string & {}) |
|
5451
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
5085
5452
|
closeDelay?: string | number | undefined;
|
5086
5453
|
openDelay?: string | number | undefined;
|
5087
5454
|
openOnClick?: boolean | undefined;
|
@@ -5096,7 +5463,7 @@ declare const VSnackbar: {
|
|
5096
5463
|
activator?: ((arg: {
|
5097
5464
|
isActive: boolean;
|
5098
5465
|
props: Record<string, any>;
|
5099
|
-
targetRef:
|
5466
|
+
targetRef: TemplateRef;
|
5100
5467
|
}) => vue.VNodeChild) | undefined;
|
5101
5468
|
} | ((arg: {
|
5102
5469
|
isActive: Ref<boolean>;
|
@@ -5108,7 +5475,7 @@ declare const VSnackbar: {
|
|
5108
5475
|
activator?: false | ((arg: {
|
5109
5476
|
isActive: boolean;
|
5110
5477
|
props: Record<string, any>;
|
5111
|
-
targetRef:
|
5478
|
+
targetRef: TemplateRef;
|
5112
5479
|
}) => vue.VNodeChild) | undefined;
|
5113
5480
|
} | undefined;
|
5114
5481
|
} & {
|
@@ -5118,7 +5485,7 @@ declare const VSnackbar: {
|
|
5118
5485
|
"v-slot:activator"?: false | ((arg: {
|
5119
5486
|
isActive: boolean;
|
5120
5487
|
props: Record<string, any>;
|
5121
|
-
targetRef:
|
5488
|
+
targetRef: TemplateRef;
|
5122
5489
|
}) => vue.VNodeChild) | undefined;
|
5123
5490
|
} & {
|
5124
5491
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -5141,7 +5508,7 @@ declare const VSnackbar: {
|
|
5141
5508
|
activator?: ((arg: {
|
5142
5509
|
isActive: boolean;
|
5143
5510
|
props: Record<string, any>;
|
5144
|
-
targetRef:
|
5511
|
+
targetRef: TemplateRef;
|
5145
5512
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
5146
5513
|
[key: string]: any;
|
5147
5514
|
}>[]) | undefined;
|
@@ -5158,7 +5525,7 @@ declare const VSnackbar: {
|
|
5158
5525
|
component?: vue.Component | undefined;
|
5159
5526
|
});
|
5160
5527
|
zIndex: string | number;
|
5161
|
-
modelValue: boolean
|
5528
|
+
modelValue: boolean;
|
5162
5529
|
origin: Anchor | "auto" | "overlap";
|
5163
5530
|
eager: boolean;
|
5164
5531
|
location: Anchor;
|
@@ -5180,7 +5547,7 @@ declare const VSnackbar: {
|
|
5180
5547
|
width?: string | number | undefined;
|
5181
5548
|
height?: string | number | undefined;
|
5182
5549
|
theme?: string | undefined;
|
5183
|
-
target?: Element | (string & {}) |
|
5550
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
5184
5551
|
offset?: string | number | number[] | undefined;
|
5185
5552
|
contentClass?: any;
|
5186
5553
|
opacity?: string | number | undefined;
|
@@ -5188,7 +5555,7 @@ declare const VSnackbar: {
|
|
5188
5555
|
maxWidth?: string | number | undefined;
|
5189
5556
|
minHeight?: string | number | undefined;
|
5190
5557
|
minWidth?: string | number | undefined;
|
5191
|
-
activator?: Element | (string & {}) |
|
5558
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
5192
5559
|
closeDelay?: string | number | undefined;
|
5193
5560
|
openDelay?: string | number | undefined;
|
5194
5561
|
openOnClick?: boolean | undefined;
|
@@ -5203,7 +5570,7 @@ declare const VSnackbar: {
|
|
5203
5570
|
activator?: ((arg: {
|
5204
5571
|
isActive: boolean;
|
5205
5572
|
props: Record<string, any>;
|
5206
|
-
targetRef:
|
5573
|
+
targetRef: TemplateRef;
|
5207
5574
|
}) => vue.VNodeChild) | undefined;
|
5208
5575
|
} | ((arg: {
|
5209
5576
|
isActive: Ref<boolean>;
|
@@ -5215,7 +5582,7 @@ declare const VSnackbar: {
|
|
5215
5582
|
activator?: false | ((arg: {
|
5216
5583
|
isActive: boolean;
|
5217
5584
|
props: Record<string, any>;
|
5218
|
-
targetRef:
|
5585
|
+
targetRef: TemplateRef;
|
5219
5586
|
}) => vue.VNodeChild) | undefined;
|
5220
5587
|
} | undefined;
|
5221
5588
|
} & {
|
@@ -5225,7 +5592,7 @@ declare const VSnackbar: {
|
|
5225
5592
|
"v-slot:activator"?: false | ((arg: {
|
5226
5593
|
isActive: boolean;
|
5227
5594
|
props: Record<string, any>;
|
5228
|
-
targetRef:
|
5595
|
+
targetRef: TemplateRef;
|
5229
5596
|
}) => vue.VNodeChild) | undefined;
|
5230
5597
|
} & {
|
5231
5598
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -5254,7 +5621,7 @@ declare const VSnackbar: {
|
|
5254
5621
|
component?: vue.Component | undefined;
|
5255
5622
|
});
|
5256
5623
|
zIndex: string | number;
|
5257
|
-
modelValue: boolean
|
5624
|
+
modelValue: boolean;
|
5258
5625
|
origin: Anchor | "auto" | "overlap";
|
5259
5626
|
eager: boolean;
|
5260
5627
|
location: Anchor;
|
@@ -5282,7 +5649,7 @@ declare const VSnackbar: {
|
|
5282
5649
|
activator: (arg: {
|
5283
5650
|
isActive: boolean;
|
5284
5651
|
props: Record<string, any>;
|
5285
|
-
targetRef:
|
5652
|
+
targetRef: TemplateRef;
|
5286
5653
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
5287
5654
|
[key: string]: any;
|
5288
5655
|
}>[];
|
@@ -5314,7 +5681,7 @@ declare const VSnackbar: {
|
|
5314
5681
|
component?: vue.Component | undefined;
|
5315
5682
|
});
|
5316
5683
|
zIndex: string | number;
|
5317
|
-
modelValue: boolean
|
5684
|
+
modelValue: boolean;
|
5318
5685
|
origin: Anchor | "auto" | "overlap";
|
5319
5686
|
eager: boolean;
|
5320
5687
|
location: Anchor;
|
@@ -5336,7 +5703,7 @@ declare const VSnackbar: {
|
|
5336
5703
|
width?: string | number | undefined;
|
5337
5704
|
height?: string | number | undefined;
|
5338
5705
|
theme?: string | undefined;
|
5339
|
-
target?: Element | (string & {}) |
|
5706
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
5340
5707
|
offset?: string | number | number[] | undefined;
|
5341
5708
|
contentClass?: any;
|
5342
5709
|
opacity?: string | number | undefined;
|
@@ -5344,7 +5711,7 @@ declare const VSnackbar: {
|
|
5344
5711
|
maxWidth?: string | number | undefined;
|
5345
5712
|
minHeight?: string | number | undefined;
|
5346
5713
|
minWidth?: string | number | undefined;
|
5347
|
-
activator?: Element | (string & {}) |
|
5714
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
5348
5715
|
closeDelay?: string | number | undefined;
|
5349
5716
|
openDelay?: string | number | undefined;
|
5350
5717
|
openOnClick?: boolean | undefined;
|
@@ -5359,7 +5726,7 @@ declare const VSnackbar: {
|
|
5359
5726
|
activator?: ((arg: {
|
5360
5727
|
isActive: boolean;
|
5361
5728
|
props: Record<string, any>;
|
5362
|
-
targetRef:
|
5729
|
+
targetRef: TemplateRef;
|
5363
5730
|
}) => vue.VNodeChild) | undefined;
|
5364
5731
|
} | ((arg: {
|
5365
5732
|
isActive: Ref<boolean>;
|
@@ -5371,7 +5738,7 @@ declare const VSnackbar: {
|
|
5371
5738
|
activator?: false | ((arg: {
|
5372
5739
|
isActive: boolean;
|
5373
5740
|
props: Record<string, any>;
|
5374
|
-
targetRef:
|
5741
|
+
targetRef: TemplateRef;
|
5375
5742
|
}) => vue.VNodeChild) | undefined;
|
5376
5743
|
} | undefined;
|
5377
5744
|
} & {
|
@@ -5381,7 +5748,7 @@ declare const VSnackbar: {
|
|
5381
5748
|
"v-slot:activator"?: false | ((arg: {
|
5382
5749
|
isActive: boolean;
|
5383
5750
|
props: Record<string, any>;
|
5384
|
-
targetRef:
|
5751
|
+
targetRef: TemplateRef;
|
5385
5752
|
}) => vue.VNodeChild) | undefined;
|
5386
5753
|
} & {
|
5387
5754
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -5405,7 +5772,7 @@ declare const VSnackbar: {
|
|
5405
5772
|
component?: vue.Component | undefined;
|
5406
5773
|
})>;
|
5407
5774
|
zIndex: string | number;
|
5408
|
-
modelValue: boolean
|
5775
|
+
modelValue: boolean;
|
5409
5776
|
rounded: string | number | boolean;
|
5410
5777
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5411
5778
|
origin: Anchor | "auto" | "overlap";
|
@@ -5437,7 +5804,7 @@ declare const VSnackbar: {
|
|
5437
5804
|
component?: vue.Component | undefined;
|
5438
5805
|
})>;
|
5439
5806
|
zIndex: string | number;
|
5440
|
-
modelValue: boolean
|
5807
|
+
modelValue: boolean;
|
5441
5808
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5442
5809
|
origin: Anchor | "auto" | "overlap";
|
5443
5810
|
vertical: boolean;
|
@@ -5460,7 +5827,7 @@ declare const VSnackbar: {
|
|
5460
5827
|
width?: string | number | undefined;
|
5461
5828
|
height?: string | number | undefined;
|
5462
5829
|
theme?: string | undefined;
|
5463
|
-
target?: Element | (string & {}) |
|
5830
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
5464
5831
|
color?: string | undefined;
|
5465
5832
|
offset?: string | number | number[] | undefined;
|
5466
5833
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -5471,7 +5838,7 @@ declare const VSnackbar: {
|
|
5471
5838
|
maxWidth?: string | number | undefined;
|
5472
5839
|
minHeight?: string | number | undefined;
|
5473
5840
|
minWidth?: string | number | undefined;
|
5474
|
-
activator?: Element | (string & {}) |
|
5841
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
5475
5842
|
closeDelay?: string | number | undefined;
|
5476
5843
|
openDelay?: string | number | undefined;
|
5477
5844
|
openOnClick?: boolean | undefined;
|
@@ -5487,7 +5854,7 @@ declare const VSnackbar: {
|
|
5487
5854
|
}) => vue.VNodeChild) | undefined;
|
5488
5855
|
default?: (() => vue.VNodeChild) | undefined;
|
5489
5856
|
actions?: ((arg: {
|
5490
|
-
isActive: Ref<boolean
|
5857
|
+
isActive: Ref<boolean>;
|
5491
5858
|
}) => vue.VNodeChild) | undefined;
|
5492
5859
|
text?: (() => vue.VNodeChild) | undefined;
|
5493
5860
|
};
|
@@ -5498,7 +5865,7 @@ declare const VSnackbar: {
|
|
5498
5865
|
}) => vue.VNodeChild) | undefined;
|
5499
5866
|
default?: false | (() => vue.VNodeChild) | undefined;
|
5500
5867
|
actions?: false | ((arg: {
|
5501
|
-
isActive: Ref<boolean
|
5868
|
+
isActive: Ref<boolean>;
|
5502
5869
|
}) => vue.VNodeChild) | undefined;
|
5503
5870
|
text?: false | (() => vue.VNodeChild) | undefined;
|
5504
5871
|
} | undefined;
|
@@ -5509,7 +5876,7 @@ declare const VSnackbar: {
|
|
5509
5876
|
}) => vue.VNodeChild) | undefined;
|
5510
5877
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
5511
5878
|
"v-slot:actions"?: false | ((arg: {
|
5512
|
-
isActive: Ref<boolean
|
5879
|
+
isActive: Ref<boolean>;
|
5513
5880
|
}) => vue.VNodeChild) | undefined;
|
5514
5881
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
5515
5882
|
} & {
|
@@ -5525,7 +5892,7 @@ declare const VSnackbar: {
|
|
5525
5892
|
component?: vue.Component | undefined;
|
5526
5893
|
});
|
5527
5894
|
zIndex: string | number;
|
5528
|
-
modelValue: boolean
|
5895
|
+
modelValue: boolean;
|
5529
5896
|
origin: Anchor | "auto" | "overlap";
|
5530
5897
|
eager: boolean;
|
5531
5898
|
location: Anchor;
|
@@ -5552,7 +5919,7 @@ declare const VSnackbar: {
|
|
5552
5919
|
component?: vue.Component | undefined;
|
5553
5920
|
});
|
5554
5921
|
zIndex: string | number;
|
5555
|
-
modelValue: boolean
|
5922
|
+
modelValue: boolean;
|
5556
5923
|
origin: Anchor | "auto" | "overlap";
|
5557
5924
|
eager: boolean;
|
5558
5925
|
location: Anchor;
|
@@ -5573,7 +5940,7 @@ declare const VSnackbar: {
|
|
5573
5940
|
width?: string | number | undefined;
|
5574
5941
|
height?: string | number | undefined;
|
5575
5942
|
theme?: string | undefined;
|
5576
|
-
target?: Element | (string & {}) |
|
5943
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
5577
5944
|
offset?: string | number | number[] | undefined;
|
5578
5945
|
contentClass?: any;
|
5579
5946
|
opacity?: string | number | undefined;
|
@@ -5581,7 +5948,7 @@ declare const VSnackbar: {
|
|
5581
5948
|
maxWidth?: string | number | undefined;
|
5582
5949
|
minHeight?: string | number | undefined;
|
5583
5950
|
minWidth?: string | number | undefined;
|
5584
|
-
activator?: Element | (string & {}) |
|
5951
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
5585
5952
|
closeDelay?: string | number | undefined;
|
5586
5953
|
openDelay?: string | number | undefined;
|
5587
5954
|
openOnClick?: boolean | undefined;
|
@@ -5595,7 +5962,7 @@ declare const VSnackbar: {
|
|
5595
5962
|
activator?: ((arg: {
|
5596
5963
|
isActive: boolean;
|
5597
5964
|
props: Record<string, any>;
|
5598
|
-
targetRef:
|
5965
|
+
targetRef: TemplateRef;
|
5599
5966
|
}) => vue.VNodeChild) | undefined;
|
5600
5967
|
} | ((arg: {
|
5601
5968
|
isActive: Ref<boolean>;
|
@@ -5607,7 +5974,7 @@ declare const VSnackbar: {
|
|
5607
5974
|
activator?: false | ((arg: {
|
5608
5975
|
isActive: boolean;
|
5609
5976
|
props: Record<string, any>;
|
5610
|
-
targetRef:
|
5977
|
+
targetRef: TemplateRef;
|
5611
5978
|
}) => vue.VNodeChild) | undefined;
|
5612
5979
|
} | undefined;
|
5613
5980
|
"v-slot:default"?: false | ((arg: {
|
@@ -5616,7 +5983,7 @@ declare const VSnackbar: {
|
|
5616
5983
|
"v-slot:activator"?: false | ((arg: {
|
5617
5984
|
isActive: boolean;
|
5618
5985
|
props: Record<string, any>;
|
5619
|
-
targetRef:
|
5986
|
+
targetRef: TemplateRef;
|
5620
5987
|
}) => vue.VNodeChild) | undefined;
|
5621
5988
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5622
5989
|
onAfterEnter?: (() => any) | undefined;
|
@@ -5630,7 +5997,7 @@ declare const VSnackbar: {
|
|
5630
5997
|
component?: vue.Component | undefined;
|
5631
5998
|
});
|
5632
5999
|
zIndex: string | number;
|
5633
|
-
modelValue: boolean
|
6000
|
+
modelValue: boolean;
|
5634
6001
|
origin: Anchor | "auto" | "overlap";
|
5635
6002
|
eager: boolean;
|
5636
6003
|
location: Anchor;
|
@@ -5652,7 +6019,7 @@ declare const VSnackbar: {
|
|
5652
6019
|
width?: string | number | undefined;
|
5653
6020
|
height?: string | number | undefined;
|
5654
6021
|
theme?: string | undefined;
|
5655
|
-
target?: Element | (string & {}) |
|
6022
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
5656
6023
|
offset?: string | number | number[] | undefined;
|
5657
6024
|
contentClass?: any;
|
5658
6025
|
opacity?: string | number | undefined;
|
@@ -5660,7 +6027,7 @@ declare const VSnackbar: {
|
|
5660
6027
|
maxWidth?: string | number | undefined;
|
5661
6028
|
minHeight?: string | number | undefined;
|
5662
6029
|
minWidth?: string | number | undefined;
|
5663
|
-
activator?: Element | (string & {}) |
|
6030
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
5664
6031
|
closeDelay?: string | number | undefined;
|
5665
6032
|
openDelay?: string | number | undefined;
|
5666
6033
|
openOnClick?: boolean | undefined;
|
@@ -5675,7 +6042,7 @@ declare const VSnackbar: {
|
|
5675
6042
|
activator?: ((arg: {
|
5676
6043
|
isActive: boolean;
|
5677
6044
|
props: Record<string, any>;
|
5678
|
-
targetRef:
|
6045
|
+
targetRef: TemplateRef;
|
5679
6046
|
}) => vue.VNodeChild) | undefined;
|
5680
6047
|
} | ((arg: {
|
5681
6048
|
isActive: Ref<boolean>;
|
@@ -5687,7 +6054,7 @@ declare const VSnackbar: {
|
|
5687
6054
|
activator?: false | ((arg: {
|
5688
6055
|
isActive: boolean;
|
5689
6056
|
props: Record<string, any>;
|
5690
|
-
targetRef:
|
6057
|
+
targetRef: TemplateRef;
|
5691
6058
|
}) => vue.VNodeChild) | undefined;
|
5692
6059
|
} | undefined;
|
5693
6060
|
} & {
|
@@ -5697,7 +6064,7 @@ declare const VSnackbar: {
|
|
5697
6064
|
"v-slot:activator"?: false | ((arg: {
|
5698
6065
|
isActive: boolean;
|
5699
6066
|
props: Record<string, any>;
|
5700
|
-
targetRef:
|
6067
|
+
targetRef: TemplateRef;
|
5701
6068
|
}) => vue.VNodeChild) | undefined;
|
5702
6069
|
} & {
|
5703
6070
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -5720,7 +6087,7 @@ declare const VSnackbar: {
|
|
5720
6087
|
activator?: ((arg: {
|
5721
6088
|
isActive: boolean;
|
5722
6089
|
props: Record<string, any>;
|
5723
|
-
targetRef:
|
6090
|
+
targetRef: TemplateRef;
|
5724
6091
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
5725
6092
|
[key: string]: any;
|
5726
6093
|
}>[]) | undefined;
|
@@ -5737,7 +6104,7 @@ declare const VSnackbar: {
|
|
5737
6104
|
component?: vue.Component | undefined;
|
5738
6105
|
});
|
5739
6106
|
zIndex: string | number;
|
5740
|
-
modelValue: boolean
|
6107
|
+
modelValue: boolean;
|
5741
6108
|
origin: Anchor | "auto" | "overlap";
|
5742
6109
|
eager: boolean;
|
5743
6110
|
location: Anchor;
|
@@ -5759,7 +6126,7 @@ declare const VSnackbar: {
|
|
5759
6126
|
width?: string | number | undefined;
|
5760
6127
|
height?: string | number | undefined;
|
5761
6128
|
theme?: string | undefined;
|
5762
|
-
target?: Element | (string & {}) |
|
6129
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
5763
6130
|
offset?: string | number | number[] | undefined;
|
5764
6131
|
contentClass?: any;
|
5765
6132
|
opacity?: string | number | undefined;
|
@@ -5767,7 +6134,7 @@ declare const VSnackbar: {
|
|
5767
6134
|
maxWidth?: string | number | undefined;
|
5768
6135
|
minHeight?: string | number | undefined;
|
5769
6136
|
minWidth?: string | number | undefined;
|
5770
|
-
activator?: Element | (string & {}) |
|
6137
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
5771
6138
|
closeDelay?: string | number | undefined;
|
5772
6139
|
openDelay?: string | number | undefined;
|
5773
6140
|
openOnClick?: boolean | undefined;
|
@@ -5782,7 +6149,7 @@ declare const VSnackbar: {
|
|
5782
6149
|
activator?: ((arg: {
|
5783
6150
|
isActive: boolean;
|
5784
6151
|
props: Record<string, any>;
|
5785
|
-
targetRef:
|
6152
|
+
targetRef: TemplateRef;
|
5786
6153
|
}) => vue.VNodeChild) | undefined;
|
5787
6154
|
} | ((arg: {
|
5788
6155
|
isActive: Ref<boolean>;
|
@@ -5794,7 +6161,7 @@ declare const VSnackbar: {
|
|
5794
6161
|
activator?: false | ((arg: {
|
5795
6162
|
isActive: boolean;
|
5796
6163
|
props: Record<string, any>;
|
5797
|
-
targetRef:
|
6164
|
+
targetRef: TemplateRef;
|
5798
6165
|
}) => vue.VNodeChild) | undefined;
|
5799
6166
|
} | undefined;
|
5800
6167
|
} & {
|
@@ -5804,7 +6171,7 @@ declare const VSnackbar: {
|
|
5804
6171
|
"v-slot:activator"?: false | ((arg: {
|
5805
6172
|
isActive: boolean;
|
5806
6173
|
props: Record<string, any>;
|
5807
|
-
targetRef:
|
6174
|
+
targetRef: TemplateRef;
|
5808
6175
|
}) => vue.VNodeChild) | undefined;
|
5809
6176
|
} & {
|
5810
6177
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -5833,7 +6200,7 @@ declare const VSnackbar: {
|
|
5833
6200
|
component?: vue.Component | undefined;
|
5834
6201
|
});
|
5835
6202
|
zIndex: string | number;
|
5836
|
-
modelValue: boolean
|
6203
|
+
modelValue: boolean;
|
5837
6204
|
origin: Anchor | "auto" | "overlap";
|
5838
6205
|
eager: boolean;
|
5839
6206
|
location: Anchor;
|
@@ -5861,7 +6228,7 @@ declare const VSnackbar: {
|
|
5861
6228
|
activator: (arg: {
|
5862
6229
|
isActive: boolean;
|
5863
6230
|
props: Record<string, any>;
|
5864
|
-
targetRef:
|
6231
|
+
targetRef: TemplateRef;
|
5865
6232
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
5866
6233
|
[key: string]: any;
|
5867
6234
|
}>[];
|
@@ -5893,7 +6260,7 @@ declare const VSnackbar: {
|
|
5893
6260
|
component?: vue.Component | undefined;
|
5894
6261
|
});
|
5895
6262
|
zIndex: string | number;
|
5896
|
-
modelValue: boolean
|
6263
|
+
modelValue: boolean;
|
5897
6264
|
origin: Anchor | "auto" | "overlap";
|
5898
6265
|
eager: boolean;
|
5899
6266
|
location: Anchor;
|
@@ -5915,7 +6282,7 @@ declare const VSnackbar: {
|
|
5915
6282
|
width?: string | number | undefined;
|
5916
6283
|
height?: string | number | undefined;
|
5917
6284
|
theme?: string | undefined;
|
5918
|
-
target?: Element | (string & {}) |
|
6285
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
5919
6286
|
offset?: string | number | number[] | undefined;
|
5920
6287
|
contentClass?: any;
|
5921
6288
|
opacity?: string | number | undefined;
|
@@ -5923,7 +6290,7 @@ declare const VSnackbar: {
|
|
5923
6290
|
maxWidth?: string | number | undefined;
|
5924
6291
|
minHeight?: string | number | undefined;
|
5925
6292
|
minWidth?: string | number | undefined;
|
5926
|
-
activator?: Element | (string & {}) |
|
6293
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
5927
6294
|
closeDelay?: string | number | undefined;
|
5928
6295
|
openDelay?: string | number | undefined;
|
5929
6296
|
openOnClick?: boolean | undefined;
|
@@ -5938,7 +6305,7 @@ declare const VSnackbar: {
|
|
5938
6305
|
activator?: ((arg: {
|
5939
6306
|
isActive: boolean;
|
5940
6307
|
props: Record<string, any>;
|
5941
|
-
targetRef:
|
6308
|
+
targetRef: TemplateRef;
|
5942
6309
|
}) => vue.VNodeChild) | undefined;
|
5943
6310
|
} | ((arg: {
|
5944
6311
|
isActive: Ref<boolean>;
|
@@ -5950,7 +6317,7 @@ declare const VSnackbar: {
|
|
5950
6317
|
activator?: false | ((arg: {
|
5951
6318
|
isActive: boolean;
|
5952
6319
|
props: Record<string, any>;
|
5953
|
-
targetRef:
|
6320
|
+
targetRef: TemplateRef;
|
5954
6321
|
}) => vue.VNodeChild) | undefined;
|
5955
6322
|
} | undefined;
|
5956
6323
|
} & {
|
@@ -5960,7 +6327,7 @@ declare const VSnackbar: {
|
|
5960
6327
|
"v-slot:activator"?: false | ((arg: {
|
5961
6328
|
isActive: boolean;
|
5962
6329
|
props: Record<string, any>;
|
5963
|
-
targetRef:
|
6330
|
+
targetRef: TemplateRef;
|
5964
6331
|
}) => vue.VNodeChild) | undefined;
|
5965
6332
|
} & {
|
5966
6333
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -5986,7 +6353,7 @@ declare const VSnackbar: {
|
|
5986
6353
|
component?: vue.Component | undefined;
|
5987
6354
|
})>;
|
5988
6355
|
zIndex: string | number;
|
5989
|
-
modelValue: boolean
|
6356
|
+
modelValue: boolean;
|
5990
6357
|
rounded: string | number | boolean;
|
5991
6358
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5992
6359
|
origin: Anchor | "auto" | "overlap";
|
@@ -6017,7 +6384,7 @@ declare const VSnackbar: {
|
|
6017
6384
|
[key: string]: any;
|
6018
6385
|
}>[];
|
6019
6386
|
actions: (arg: {
|
6020
|
-
isActive: Ref<boolean
|
6387
|
+
isActive: Ref<boolean>;
|
6021
6388
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
6022
6389
|
[key: string]: any;
|
6023
6390
|
}>[];
|
@@ -6033,7 +6400,7 @@ declare const VSnackbar: {
|
|
6033
6400
|
width: (StringConstructor | NumberConstructor)[];
|
6034
6401
|
height: (StringConstructor | NumberConstructor)[];
|
6035
6402
|
theme: StringConstructor;
|
6036
|
-
target: vue.PropType<Element | (string & {}) |
|
6403
|
+
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
6037
6404
|
disabled: BooleanConstructor;
|
6038
6405
|
offset: vue.PropType<string | number | number[] | undefined>;
|
6039
6406
|
absolute: BooleanConstructor;
|
@@ -6055,10 +6422,7 @@ declare const VSnackbar: {
|
|
6055
6422
|
type: (StringConstructor | NumberConstructor)[];
|
6056
6423
|
default: number;
|
6057
6424
|
};
|
6058
|
-
modelValue:
|
6059
|
-
type: vue.PropType<boolean | null>;
|
6060
|
-
default: null;
|
6061
|
-
};
|
6425
|
+
modelValue: BooleanConstructor;
|
6062
6426
|
contentClass: null;
|
6063
6427
|
origin: {
|
6064
6428
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -6074,7 +6438,7 @@ declare const VSnackbar: {
|
|
6074
6438
|
type: vue.PropType<Anchor>;
|
6075
6439
|
default: string;
|
6076
6440
|
};
|
6077
|
-
activator: vue.PropType<Element | (string & {}) |
|
6441
|
+
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
6078
6442
|
locationStrategy: {
|
6079
6443
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
6080
6444
|
updateLocation: (e: Event) => void;
|
@@ -6137,7 +6501,7 @@ declare const VSnackbar: {
|
|
6137
6501
|
width: (StringConstructor | NumberConstructor)[];
|
6138
6502
|
height: (StringConstructor | NumberConstructor)[];
|
6139
6503
|
theme: StringConstructor;
|
6140
|
-
target: vue.PropType<Element | (string & {}) |
|
6504
|
+
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
6141
6505
|
disabled: BooleanConstructor;
|
6142
6506
|
offset: vue.PropType<string | number | number[] | undefined>;
|
6143
6507
|
absolute: BooleanConstructor;
|
@@ -6159,10 +6523,7 @@ declare const VSnackbar: {
|
|
6159
6523
|
type: (StringConstructor | NumberConstructor)[];
|
6160
6524
|
default: number;
|
6161
6525
|
};
|
6162
|
-
modelValue:
|
6163
|
-
type: vue.PropType<boolean | null>;
|
6164
|
-
default: null;
|
6165
|
-
};
|
6526
|
+
modelValue: BooleanConstructor;
|
6166
6527
|
contentClass: null;
|
6167
6528
|
origin: {
|
6168
6529
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -6178,7 +6539,7 @@ declare const VSnackbar: {
|
|
6178
6539
|
type: vue.PropType<Anchor>;
|
6179
6540
|
default: string;
|
6180
6541
|
};
|
6181
|
-
activator: vue.PropType<Element | (string & {}) |
|
6542
|
+
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
6182
6543
|
locationStrategy: {
|
6183
6544
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
6184
6545
|
updateLocation: (e: Event) => void;
|
@@ -6282,7 +6643,7 @@ declare const VSnackbarQueue: {
|
|
6282
6643
|
width?: string | number | undefined;
|
6283
6644
|
height?: string | number | undefined;
|
6284
6645
|
theme?: string | undefined;
|
6285
|
-
target?: Element | (string & {}) |
|
6646
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
6286
6647
|
color?: string | undefined;
|
6287
6648
|
offset?: string | number | number[] | undefined;
|
6288
6649
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -6294,7 +6655,7 @@ declare const VSnackbarQueue: {
|
|
6294
6655
|
minHeight?: string | number | undefined;
|
6295
6656
|
minWidth?: string | number | undefined;
|
6296
6657
|
closable?: string | boolean | undefined;
|
6297
|
-
activator?: Element | (string & {}) |
|
6658
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
6298
6659
|
closeDelay?: string | number | undefined;
|
6299
6660
|
openDelay?: string | number | undefined;
|
6300
6661
|
openOnClick?: boolean | undefined;
|
@@ -6335,7 +6696,7 @@ declare const VSnackbarQueue: {
|
|
6335
6696
|
width?: string | number | undefined;
|
6336
6697
|
height?: string | number | undefined;
|
6337
6698
|
theme?: string | undefined;
|
6338
|
-
target?: Element | (string & {}) |
|
6699
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
6339
6700
|
color?: string | undefined;
|
6340
6701
|
offset?: string | number | number[] | undefined;
|
6341
6702
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -6347,7 +6708,7 @@ declare const VSnackbarQueue: {
|
|
6347
6708
|
minHeight?: string | number | undefined;
|
6348
6709
|
minWidth?: string | number | undefined;
|
6349
6710
|
closable?: string | boolean | undefined;
|
6350
|
-
activator?: Element | (string & {}) |
|
6711
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
6351
6712
|
closeDelay?: string | number | undefined;
|
6352
6713
|
openDelay?: string | number | undefined;
|
6353
6714
|
openOnClick?: boolean | undefined;
|
@@ -6440,7 +6801,7 @@ declare const VSnackbarQueue: {
|
|
6440
6801
|
width?: string | number | undefined;
|
6441
6802
|
height?: string | number | undefined;
|
6442
6803
|
theme?: string | undefined;
|
6443
|
-
target?: Element | (string & {}) |
|
6804
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
6444
6805
|
color?: string | undefined;
|
6445
6806
|
offset?: string | number | number[] | undefined;
|
6446
6807
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -6452,7 +6813,7 @@ declare const VSnackbarQueue: {
|
|
6452
6813
|
minHeight?: string | number | undefined;
|
6453
6814
|
minWidth?: string | number | undefined;
|
6454
6815
|
closable?: string | boolean | undefined;
|
6455
|
-
activator?: Element | (string & {}) |
|
6816
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
6456
6817
|
closeDelay?: string | number | undefined;
|
6457
6818
|
openDelay?: string | number | undefined;
|
6458
6819
|
openOnClick?: boolean | undefined;
|
@@ -6523,7 +6884,7 @@ declare const VSnackbarQueue: {
|
|
6523
6884
|
width?: string | number | undefined;
|
6524
6885
|
height?: string | number | undefined;
|
6525
6886
|
theme?: string | undefined;
|
6526
|
-
target?: Element | (string & {}) |
|
6887
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
6527
6888
|
color?: string | undefined;
|
6528
6889
|
offset?: string | number | number[] | undefined;
|
6529
6890
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -6535,7 +6896,7 @@ declare const VSnackbarQueue: {
|
|
6535
6896
|
minHeight?: string | number | undefined;
|
6536
6897
|
minWidth?: string | number | undefined;
|
6537
6898
|
closable?: string | boolean | undefined;
|
6538
|
-
activator?: Element | (string & {}) |
|
6899
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
6539
6900
|
closeDelay?: string | number | undefined;
|
6540
6901
|
openDelay?: string | number | undefined;
|
6541
6902
|
openOnClick?: boolean | undefined;
|
@@ -6608,7 +6969,7 @@ declare const VSnackbarQueue: {
|
|
6608
6969
|
width: (StringConstructor | NumberConstructor)[];
|
6609
6970
|
height: (StringConstructor | NumberConstructor)[];
|
6610
6971
|
theme: StringConstructor;
|
6611
|
-
target: PropType<Element | (string & {}) |
|
6972
|
+
target: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
6612
6973
|
color: StringConstructor;
|
6613
6974
|
disabled: BooleanConstructor;
|
6614
6975
|
offset: PropType<string | number | number[] | undefined>;
|
@@ -6661,7 +7022,7 @@ declare const VSnackbarQueue: {
|
|
6661
7022
|
type: PropType<Anchor>;
|
6662
7023
|
default: string;
|
6663
7024
|
};
|
6664
|
-
activator: PropType<Element | (string & {}) |
|
7025
|
+
activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
6665
7026
|
locationStrategy: {
|
6666
7027
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
6667
7028
|
updateLocation: (e: Event) => void;
|
@@ -6717,7 +7078,7 @@ declare const VSnackbarQueue: {
|
|
6717
7078
|
width: (StringConstructor | NumberConstructor)[];
|
6718
7079
|
height: (StringConstructor | NumberConstructor)[];
|
6719
7080
|
theme: StringConstructor;
|
6720
|
-
target: PropType<Element | (string & {}) |
|
7081
|
+
target: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
6721
7082
|
color: StringConstructor;
|
6722
7083
|
disabled: BooleanConstructor;
|
6723
7084
|
offset: PropType<string | number | number[] | undefined>;
|
@@ -6770,7 +7131,7 @@ declare const VSnackbarQueue: {
|
|
6770
7131
|
type: PropType<Anchor>;
|
6771
7132
|
default: string;
|
6772
7133
|
};
|
6773
|
-
activator: PropType<Element | (string & {}) |
|
7134
|
+
activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
6774
7135
|
locationStrategy: {
|
6775
7136
|
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
6776
7137
|
updateLocation: (e: Event) => void;
|
@@ -7682,6 +8043,22 @@ interface InternalItem<T = any> {
|
|
7682
8043
|
raw: T;
|
7683
8044
|
}
|
7684
8045
|
|
8046
|
+
type ActiveStrategyFn = (data: {
|
8047
|
+
id: unknown;
|
8048
|
+
value: boolean;
|
8049
|
+
activated: Set<unknown>;
|
8050
|
+
children: Map<unknown, unknown[]>;
|
8051
|
+
parents: Map<unknown, unknown>;
|
8052
|
+
event?: Event;
|
8053
|
+
}) => Set<unknown>;
|
8054
|
+
type ActiveStrategyTransformInFn = (v: unknown | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Set<unknown>;
|
8055
|
+
type ActiveStrategyTransformOutFn = (v: Set<unknown>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown;
|
8056
|
+
type ActiveStrategy = {
|
8057
|
+
activate: ActiveStrategyFn;
|
8058
|
+
in: ActiveStrategyTransformInFn;
|
8059
|
+
out: ActiveStrategyTransformOutFn;
|
8060
|
+
};
|
8061
|
+
|
7685
8062
|
type OpenStrategyFn = (data: {
|
7686
8063
|
id: unknown;
|
7687
8064
|
value: boolean;
|
@@ -7712,8 +8089,16 @@ type SelectStrategyFn = (data: {
|
|
7712
8089
|
parents: Map<unknown, unknown>;
|
7713
8090
|
event?: Event;
|
7714
8091
|
}) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
8092
|
+
type SelectStrategyTransformInFn = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
8093
|
+
type SelectStrategyTransformOutFn = (v: Map<unknown, 'on' | 'off' | 'indeterminate'>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown[];
|
8094
|
+
type SelectStrategy = {
|
8095
|
+
select: SelectStrategyFn;
|
8096
|
+
in: SelectStrategyTransformInFn;
|
8097
|
+
out: SelectStrategyTransformOutFn;
|
8098
|
+
};
|
7715
8099
|
|
7716
|
-
type
|
8100
|
+
type ActiveStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | ActiveStrategy | ((mandatory: boolean) => ActiveStrategy);
|
8101
|
+
type SelectStrategyProp = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategy | ((mandatory: boolean) => SelectStrategy);
|
7717
8102
|
type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
7718
8103
|
|
7719
8104
|
interface ListItem<T = any> extends InternalItem<T> {
|
@@ -7763,7 +8148,7 @@ declare const VTreeview: {
|
|
7763
8148
|
valueComparator: typeof deepEqual;
|
7764
8149
|
activatable: boolean;
|
7765
8150
|
selectable: boolean;
|
7766
|
-
selectStrategy: NonNullable<NonNullable<
|
8151
|
+
selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
|
7767
8152
|
openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
|
7768
8153
|
collapseIcon: string;
|
7769
8154
|
expandIcon: string;
|
@@ -7786,7 +8171,7 @@ declare const VTreeview: {
|
|
7786
8171
|
height?: string | number | undefined;
|
7787
8172
|
theme?: string | undefined;
|
7788
8173
|
color?: string | undefined;
|
7789
|
-
activated?:
|
8174
|
+
activated?: any;
|
7790
8175
|
border?: string | number | boolean | undefined;
|
7791
8176
|
rounded?: string | number | boolean | undefined;
|
7792
8177
|
maxHeight?: string | number | undefined;
|
@@ -7795,19 +8180,19 @@ declare const VTreeview: {
|
|
7795
8180
|
minWidth?: string | number | undefined;
|
7796
8181
|
elevation?: string | number | undefined;
|
7797
8182
|
baseColor?: string | undefined;
|
7798
|
-
selected?:
|
8183
|
+
selected?: any;
|
7799
8184
|
bgColor?: string | undefined;
|
7800
8185
|
activeClass?: string | undefined;
|
7801
|
-
opened?:
|
7802
|
-
activeStrategy?:
|
8186
|
+
opened?: any;
|
8187
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
7803
8188
|
activeColor?: string | undefined;
|
7804
8189
|
customFilter?: FilterFunction | undefined;
|
7805
8190
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
7806
8191
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
7807
8192
|
} & {
|
7808
|
-
"onUpdate:activated"?: ((val: unknown
|
7809
|
-
"onUpdate:selected"?: ((val: unknown
|
7810
|
-
"onUpdate:opened"?: ((val: unknown
|
8193
|
+
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
8194
|
+
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
8195
|
+
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
7811
8196
|
"onClick:open"?: ((value: {
|
7812
8197
|
id: unknown;
|
7813
8198
|
value: boolean;
|
@@ -7821,9 +8206,9 @@ declare const VTreeview: {
|
|
7821
8206
|
}, {
|
7822
8207
|
open: typeof open;
|
7823
8208
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
7824
|
-
'update:opened': (val: unknown
|
7825
|
-
'update:activated': (val: unknown
|
7826
|
-
'update:selected': (val: unknown
|
8209
|
+
'update:opened': (val: unknown) => boolean;
|
8210
|
+
'update:activated': (val: unknown) => boolean;
|
8211
|
+
'update:selected': (val: unknown) => boolean;
|
7827
8212
|
'click:open': (value: {
|
7828
8213
|
id: unknown;
|
7829
8214
|
value: boolean;
|
@@ -7846,7 +8231,7 @@ declare const VTreeview: {
|
|
7846
8231
|
valueComparator: typeof deepEqual;
|
7847
8232
|
activatable: boolean;
|
7848
8233
|
selectable: boolean;
|
7849
|
-
selectStrategy: NonNullable<NonNullable<
|
8234
|
+
selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
|
7850
8235
|
openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
|
7851
8236
|
collapseIcon: string;
|
7852
8237
|
expandIcon: string;
|
@@ -7869,7 +8254,7 @@ declare const VTreeview: {
|
|
7869
8254
|
height?: string | number | undefined;
|
7870
8255
|
theme?: string | undefined;
|
7871
8256
|
color?: string | undefined;
|
7872
|
-
activated?:
|
8257
|
+
activated?: any;
|
7873
8258
|
border?: string | number | boolean | undefined;
|
7874
8259
|
rounded?: string | number | boolean | undefined;
|
7875
8260
|
maxHeight?: string | number | undefined;
|
@@ -7878,19 +8263,19 @@ declare const VTreeview: {
|
|
7878
8263
|
minWidth?: string | number | undefined;
|
7879
8264
|
elevation?: string | number | undefined;
|
7880
8265
|
baseColor?: string | undefined;
|
7881
|
-
selected?:
|
8266
|
+
selected?: any;
|
7882
8267
|
bgColor?: string | undefined;
|
7883
8268
|
activeClass?: string | undefined;
|
7884
|
-
opened?:
|
7885
|
-
activeStrategy?:
|
8269
|
+
opened?: any;
|
8270
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
7886
8271
|
activeColor?: string | undefined;
|
7887
8272
|
customFilter?: FilterFunction | undefined;
|
7888
8273
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
7889
8274
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
7890
8275
|
} & {
|
7891
|
-
"onUpdate:activated"?: ((val: unknown
|
7892
|
-
"onUpdate:selected"?: ((val: unknown
|
7893
|
-
"onUpdate:opened"?: ((val: unknown
|
8276
|
+
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
8277
|
+
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
8278
|
+
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
7894
8279
|
"onClick:open"?: ((value: {
|
7895
8280
|
id: unknown;
|
7896
8281
|
value: boolean;
|
@@ -7914,7 +8299,7 @@ declare const VTreeview: {
|
|
7914
8299
|
valueComparator: typeof deepEqual;
|
7915
8300
|
activatable: boolean;
|
7916
8301
|
selectable: boolean;
|
7917
|
-
selectStrategy: NonNullable<NonNullable<
|
8302
|
+
selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
|
7918
8303
|
openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
|
7919
8304
|
collapseIcon: string;
|
7920
8305
|
expandIcon: string;
|
@@ -8019,7 +8404,7 @@ declare const VTreeview: {
|
|
8019
8404
|
valueComparator: typeof deepEqual;
|
8020
8405
|
activatable: boolean;
|
8021
8406
|
selectable: boolean;
|
8022
|
-
selectStrategy: NonNullable<NonNullable<
|
8407
|
+
selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
|
8023
8408
|
openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
|
8024
8409
|
collapseIcon: string;
|
8025
8410
|
expandIcon: string;
|
@@ -8042,7 +8427,7 @@ declare const VTreeview: {
|
|
8042
8427
|
height?: string | number | undefined;
|
8043
8428
|
theme?: string | undefined;
|
8044
8429
|
color?: string | undefined;
|
8045
|
-
activated?:
|
8430
|
+
activated?: any;
|
8046
8431
|
border?: string | number | boolean | undefined;
|
8047
8432
|
rounded?: string | number | boolean | undefined;
|
8048
8433
|
maxHeight?: string | number | undefined;
|
@@ -8051,19 +8436,19 @@ declare const VTreeview: {
|
|
8051
8436
|
minWidth?: string | number | undefined;
|
8052
8437
|
elevation?: string | number | undefined;
|
8053
8438
|
baseColor?: string | undefined;
|
8054
|
-
selected?:
|
8439
|
+
selected?: any;
|
8055
8440
|
bgColor?: string | undefined;
|
8056
8441
|
activeClass?: string | undefined;
|
8057
|
-
opened?:
|
8058
|
-
activeStrategy?:
|
8442
|
+
opened?: any;
|
8443
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
8059
8444
|
activeColor?: string | undefined;
|
8060
8445
|
customFilter?: FilterFunction | undefined;
|
8061
8446
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
8062
8447
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
8063
8448
|
} & {
|
8064
|
-
"onUpdate:activated"?: ((val: unknown
|
8065
|
-
"onUpdate:selected"?: ((val: unknown
|
8066
|
-
"onUpdate:opened"?: ((val: unknown
|
8449
|
+
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
8450
|
+
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
8451
|
+
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
8067
8452
|
"onClick:open"?: ((value: {
|
8068
8453
|
id: unknown;
|
8069
8454
|
value: boolean;
|
@@ -8089,7 +8474,7 @@ declare const VTreeview: {
|
|
8089
8474
|
valueComparator: typeof deepEqual;
|
8090
8475
|
activatable: boolean;
|
8091
8476
|
selectable: boolean;
|
8092
|
-
selectStrategy: NonNullable<NonNullable<
|
8477
|
+
selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
|
8093
8478
|
openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
|
8094
8479
|
collapseIcon: string;
|
8095
8480
|
expandIcon: string;
|
@@ -8121,7 +8506,7 @@ declare const VTreeview: {
|
|
8121
8506
|
valueComparator: typeof deepEqual;
|
8122
8507
|
activatable: boolean;
|
8123
8508
|
selectable: boolean;
|
8124
|
-
selectStrategy: NonNullable<NonNullable<
|
8509
|
+
selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
|
8125
8510
|
openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
|
8126
8511
|
collapseIcon: string;
|
8127
8512
|
expandIcon: string;
|
@@ -8144,7 +8529,7 @@ declare const VTreeview: {
|
|
8144
8529
|
height?: string | number | undefined;
|
8145
8530
|
theme?: string | undefined;
|
8146
8531
|
color?: string | undefined;
|
8147
|
-
activated?:
|
8532
|
+
activated?: any;
|
8148
8533
|
border?: string | number | boolean | undefined;
|
8149
8534
|
rounded?: string | number | boolean | undefined;
|
8150
8535
|
maxHeight?: string | number | undefined;
|
@@ -8153,19 +8538,19 @@ declare const VTreeview: {
|
|
8153
8538
|
minWidth?: string | number | undefined;
|
8154
8539
|
elevation?: string | number | undefined;
|
8155
8540
|
baseColor?: string | undefined;
|
8156
|
-
selected?:
|
8541
|
+
selected?: any;
|
8157
8542
|
bgColor?: string | undefined;
|
8158
8543
|
activeClass?: string | undefined;
|
8159
|
-
opened?:
|
8160
|
-
activeStrategy?:
|
8544
|
+
opened?: any;
|
8545
|
+
activeStrategy?: ActiveStrategyProp | undefined;
|
8161
8546
|
activeColor?: string | undefined;
|
8162
8547
|
customFilter?: FilterFunction | undefined;
|
8163
8548
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
8164
8549
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
8165
8550
|
} & {
|
8166
|
-
"onUpdate:activated"?: ((val: unknown
|
8167
|
-
"onUpdate:selected"?: ((val: unknown
|
8168
|
-
"onUpdate:opened"?: ((val: unknown
|
8551
|
+
"onUpdate:activated"?: ((val: unknown) => any) | undefined;
|
8552
|
+
"onUpdate:selected"?: ((val: unknown) => any) | undefined;
|
8553
|
+
"onUpdate:opened"?: ((val: unknown) => any) | undefined;
|
8169
8554
|
"onClick:open"?: ((value: {
|
8170
8555
|
id: unknown;
|
8171
8556
|
value: boolean;
|
@@ -8179,9 +8564,9 @@ declare const VTreeview: {
|
|
8179
8564
|
}, {
|
8180
8565
|
open: typeof open;
|
8181
8566
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
8182
|
-
'update:opened': (val: unknown
|
8183
|
-
'update:activated': (val: unknown
|
8184
|
-
'update:selected': (val: unknown
|
8567
|
+
'update:opened': (val: unknown) => boolean;
|
8568
|
+
'update:activated': (val: unknown) => boolean;
|
8569
|
+
'update:selected': (val: unknown) => boolean;
|
8185
8570
|
'click:open': (value: {
|
8186
8571
|
id: unknown;
|
8187
8572
|
value: boolean;
|
@@ -8205,7 +8590,7 @@ declare const VTreeview: {
|
|
8205
8590
|
valueComparator: typeof deepEqual;
|
8206
8591
|
activatable: boolean;
|
8207
8592
|
selectable: boolean;
|
8208
|
-
selectStrategy: NonNullable<NonNullable<
|
8593
|
+
selectStrategy: NonNullable<NonNullable<SelectStrategyProp>>;
|
8209
8594
|
openStrategy: NonNullable<NonNullable<OpenStrategyProp>>;
|
8210
8595
|
collapseIcon: string;
|
8211
8596
|
expandIcon: string;
|
@@ -8306,7 +8691,7 @@ declare const VTreeview: {
|
|
8306
8691
|
theme: StringConstructor;
|
8307
8692
|
color: StringConstructor;
|
8308
8693
|
disabled: BooleanConstructor;
|
8309
|
-
activated:
|
8694
|
+
activated: null;
|
8310
8695
|
tag: {
|
8311
8696
|
type: StringConstructor;
|
8312
8697
|
default: string;
|
@@ -8344,7 +8729,7 @@ declare const VTreeview: {
|
|
8344
8729
|
validator: (v: any) => boolean;
|
8345
8730
|
};
|
8346
8731
|
baseColor: StringConstructor;
|
8347
|
-
selected:
|
8732
|
+
selected: null;
|
8348
8733
|
bgColor: StringConstructor;
|
8349
8734
|
slim: {
|
8350
8735
|
type: vue.PropType<boolean>;
|
@@ -8355,16 +8740,16 @@ declare const VTreeview: {
|
|
8355
8740
|
default: typeof deepEqual;
|
8356
8741
|
};
|
8357
8742
|
activeClass: StringConstructor;
|
8358
|
-
opened:
|
8743
|
+
opened: null;
|
8359
8744
|
activatable: BooleanConstructor;
|
8360
8745
|
selectable: BooleanConstructor;
|
8361
|
-
activeStrategy: vue.PropType<
|
8746
|
+
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
8362
8747
|
selectStrategy: Omit<{
|
8363
|
-
type: vue.PropType<NonNullable<
|
8364
|
-
default: NonNullable<
|
8748
|
+
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
8749
|
+
default: NonNullable<SelectStrategyProp>;
|
8365
8750
|
}, "default" | "type"> & {
|
8366
|
-
type: vue.PropType<NonNullable<NonNullable<
|
8367
|
-
default: NonNullable<NonNullable<
|
8751
|
+
type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
|
8752
|
+
default: NonNullable<NonNullable<SelectStrategyProp>>;
|
8368
8753
|
};
|
8369
8754
|
openStrategy: Omit<{
|
8370
8755
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
@@ -8436,7 +8821,7 @@ declare const VTreeview: {
|
|
8436
8821
|
theme: StringConstructor;
|
8437
8822
|
color: StringConstructor;
|
8438
8823
|
disabled: BooleanConstructor;
|
8439
|
-
activated:
|
8824
|
+
activated: null;
|
8440
8825
|
tag: {
|
8441
8826
|
type: StringConstructor;
|
8442
8827
|
default: string;
|
@@ -8474,7 +8859,7 @@ declare const VTreeview: {
|
|
8474
8859
|
validator: (v: any) => boolean;
|
8475
8860
|
};
|
8476
8861
|
baseColor: StringConstructor;
|
8477
|
-
selected:
|
8862
|
+
selected: null;
|
8478
8863
|
bgColor: StringConstructor;
|
8479
8864
|
slim: {
|
8480
8865
|
type: vue.PropType<boolean>;
|
@@ -8485,16 +8870,16 @@ declare const VTreeview: {
|
|
8485
8870
|
default: typeof deepEqual;
|
8486
8871
|
};
|
8487
8872
|
activeClass: StringConstructor;
|
8488
|
-
opened:
|
8873
|
+
opened: null;
|
8489
8874
|
activatable: BooleanConstructor;
|
8490
8875
|
selectable: BooleanConstructor;
|
8491
|
-
activeStrategy: vue.PropType<
|
8876
|
+
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
8492
8877
|
selectStrategy: Omit<{
|
8493
|
-
type: vue.PropType<NonNullable<
|
8494
|
-
default: NonNullable<
|
8878
|
+
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
8879
|
+
default: NonNullable<SelectStrategyProp>;
|
8495
8880
|
}, "default" | "type"> & {
|
8496
|
-
type: vue.PropType<NonNullable<NonNullable<
|
8497
|
-
default: NonNullable<NonNullable<
|
8881
|
+
type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
|
8882
|
+
default: NonNullable<NonNullable<SelectStrategyProp>>;
|
8498
8883
|
};
|
8499
8884
|
openStrategy: Omit<{
|
8500
8885
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
@@ -8603,7 +8988,7 @@ declare const VTreeviewItem: {
|
|
8603
8988
|
prependAvatar?: string | undefined;
|
8604
8989
|
activeColor?: string | undefined;
|
8605
8990
|
subtitle?: string | number | undefined;
|
8606
|
-
lines?: "one" | "two" | "three" | undefined;
|
8991
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
8607
8992
|
toggleIcon?: IconValue | undefined;
|
8608
8993
|
} & {
|
8609
8994
|
$children?: vue.VNodeChild | {
|
@@ -8720,7 +9105,7 @@ declare const VTreeviewItem: {
|
|
8720
9105
|
prependAvatar?: string | undefined;
|
8721
9106
|
activeColor?: string | undefined;
|
8722
9107
|
subtitle?: string | number | undefined;
|
8723
|
-
lines?: "one" | "two" | "three" | undefined;
|
9108
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
8724
9109
|
toggleIcon?: IconValue | undefined;
|
8725
9110
|
} & {
|
8726
9111
|
$children?: vue.VNodeChild | {
|
@@ -8893,7 +9278,7 @@ declare const VTreeviewItem: {
|
|
8893
9278
|
prependAvatar?: string | undefined;
|
8894
9279
|
activeColor?: string | undefined;
|
8895
9280
|
subtitle?: string | number | undefined;
|
8896
|
-
lines?: "one" | "two" | "three" | undefined;
|
9281
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
8897
9282
|
toggleIcon?: IconValue | undefined;
|
8898
9283
|
} & {
|
8899
9284
|
$children?: vue.VNodeChild | {
|
@@ -9032,7 +9417,7 @@ declare const VTreeviewItem: {
|
|
9032
9417
|
prependAvatar?: string | undefined;
|
9033
9418
|
activeColor?: string | undefined;
|
9034
9419
|
subtitle?: string | number | undefined;
|
9035
|
-
lines?: "one" | "two" | "three" | undefined;
|
9420
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
9036
9421
|
toggleIcon?: IconValue | undefined;
|
9037
9422
|
} & {
|
9038
9423
|
$children?: vue.VNodeChild | {
|
@@ -9209,7 +9594,7 @@ declare const VTreeviewItem: {
|
|
9209
9594
|
appendIcon: vue.PropType<IconValue>;
|
9210
9595
|
baseColor: StringConstructor;
|
9211
9596
|
disabled: BooleanConstructor;
|
9212
|
-
lines: vue.PropType<"one" | "two" | "three">;
|
9597
|
+
lines: vue.PropType<false | "one" | "two" | "three">;
|
9213
9598
|
link: {
|
9214
9599
|
type: BooleanConstructor;
|
9215
9600
|
default: undefined;
|
@@ -9289,7 +9674,7 @@ declare const VTreeviewItem: {
|
|
9289
9674
|
appendIcon: vue.PropType<IconValue>;
|
9290
9675
|
baseColor: StringConstructor;
|
9291
9676
|
disabled: BooleanConstructor;
|
9292
|
-
lines: vue.PropType<"one" | "two" | "three">;
|
9677
|
+
lines: vue.PropType<false | "one" | "two" | "three">;
|
9293
9678
|
link: {
|
9294
9679
|
type: BooleanConstructor;
|
9295
9680
|
default: undefined;
|