vuetify 3.5.13 → 3.5.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +160 -160
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +102 -102
- package/dist/json/web-types.json +184 -162
- package/dist/vuetify-labs.css +1883 -1835
- package/dist/vuetify-labs.d.ts +894 -734
- package/dist/vuetify-labs.esm.js +107 -34
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -34
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +877 -834
- package/dist/vuetify.d.ts +703 -571
- package/dist/vuetify.esm.js +92 -22
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +92 -22
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +125 -122
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +2 -0
- package/lib/blueprints/md1.d.mts +2 -0
- package/lib/blueprints/md2.d.mts +2 -0
- package/lib/blueprints/md3.d.mts +2 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +6 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +34 -28
- package/lib/components/VBtn/VBtn.css +4 -0
- package/lib/components/VBtn/VBtn.mjs +2 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VChip/VChip.mjs +1 -0
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +6 -0
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +34 -28
- package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +9 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +3 -1
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +12 -0
- package/lib/components/VField/VField.mjs +29 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +9 -3
- package/lib/components/VFileInput/VFileInput.mjs +2 -2
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +51 -23
- package/lib/components/VList/VListItem.css +3 -0
- package/lib/components/VList/VListItem.sass +4 -0
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -3
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +6 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +34 -28
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +6 -0
- package/lib/components/VSwitch/VSwitch.sass +7 -0
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VTextField/index.d.mts +88 -46
- package/lib/components/VTextarea/index.d.mts +54 -26
- package/lib/components/index.d.mts +867 -741
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +14 -0
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/router.mjs +1 -1
- package/lib/composables/router.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +38 -32
- package/lib/labs/VEmptyState/VEmptyState.css +4 -0
- package/lib/labs/VEmptyState/VEmptyState.mjs +6 -1
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/labs/VEmptyState/VEmptyState.sass +4 -0
- package/lib/labs/VEmptyState/_variables.scss +1 -0
- package/lib/labs/VNumberInput/VNumberInput.css +1 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +0 -4
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +1 -0
- package/lib/labs/VNumberInput/index.d.mts +51 -23
- package/lib/labs/VTimePicker/VTimePicker.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +8 -5
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/components.d.mts +50 -22
- package/lib/locale/lt.mjs +25 -25
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/sl.mjs +30 -30
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/styles/main.css +30 -0
- package/lib/styles/settings/_variables.scss +1 -0
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -38,6 +38,8 @@ interface DateAdapter<T = unknown> {
|
|
|
38
38
|
getWeekdays(): string[];
|
|
39
39
|
getMonth(date: T): number;
|
|
40
40
|
setMonth(date: T, month: number): T;
|
|
41
|
+
getDate(date: T): number;
|
|
42
|
+
setDate(date: T, day: number): T;
|
|
41
43
|
getNextMonth(date: T): T;
|
|
42
44
|
getHours(date: T): number;
|
|
43
45
|
setHours(date: T, hours: number): T;
|
|
@@ -127,6 +129,8 @@ declare function useDate(): {
|
|
|
127
129
|
getWeekdays: () => string[];
|
|
128
130
|
getMonth: (date: unknown) => number;
|
|
129
131
|
setMonth: (date: unknown, month: number) => unknown;
|
|
132
|
+
getDate: (date: unknown) => number;
|
|
133
|
+
setDate: (date: unknown, day: number) => unknown;
|
|
130
134
|
getNextMonth: (date: unknown) => unknown;
|
|
131
135
|
getHours: (date: unknown) => number;
|
|
132
136
|
setHours: (date: unknown, hours: number) => unknown;
|
|
@@ -3113,391 +3117,6 @@ interface LoaderSlotProps {
|
|
|
3113
3117
|
isActive: boolean;
|
|
3114
3118
|
}
|
|
3115
3119
|
|
|
3116
|
-
interface DefaultInputSlot {
|
|
3117
|
-
isActive: Ref<boolean>;
|
|
3118
|
-
isFocused: Ref<boolean>;
|
|
3119
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
3120
|
-
focus: () => void;
|
|
3121
|
-
blur: () => void;
|
|
3122
|
-
}
|
|
3123
|
-
interface VFieldSlot extends DefaultInputSlot {
|
|
3124
|
-
props: Record<string, unknown>;
|
|
3125
|
-
}
|
|
3126
|
-
type VFieldSlots = {
|
|
3127
|
-
clear: never;
|
|
3128
|
-
'prepend-inner': DefaultInputSlot;
|
|
3129
|
-
'append-inner': DefaultInputSlot;
|
|
3130
|
-
label: DefaultInputSlot & {
|
|
3131
|
-
label: string | undefined;
|
|
3132
|
-
props: Record<string, any>;
|
|
3133
|
-
};
|
|
3134
|
-
loader: LoaderSlotProps;
|
|
3135
|
-
default: VFieldSlot;
|
|
3136
|
-
};
|
|
3137
|
-
declare const VField: {
|
|
3138
|
-
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3139
|
-
flat: boolean;
|
|
3140
|
-
reverse: boolean;
|
|
3141
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3142
|
-
error: boolean;
|
|
3143
|
-
active: boolean;
|
|
3144
|
-
style: vue.StyleValue;
|
|
3145
|
-
disabled: boolean;
|
|
3146
|
-
focused: boolean;
|
|
3147
|
-
tile: boolean;
|
|
3148
|
-
clearIcon: IconValue;
|
|
3149
|
-
clearable: boolean;
|
|
3150
|
-
dirty: boolean;
|
|
3151
|
-
persistentClear: boolean;
|
|
3152
|
-
singleLine: boolean;
|
|
3153
|
-
} & {
|
|
3154
|
-
id?: string | undefined;
|
|
3155
|
-
color?: string | undefined;
|
|
3156
|
-
loading?: string | boolean | undefined;
|
|
3157
|
-
label?: string | undefined;
|
|
3158
|
-
class?: any;
|
|
3159
|
-
theme?: string | undefined;
|
|
3160
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3161
|
-
rounded?: string | number | boolean | undefined;
|
|
3162
|
-
bgColor?: string | undefined;
|
|
3163
|
-
baseColor?: string | undefined;
|
|
3164
|
-
appendInnerIcon?: IconValue | undefined;
|
|
3165
|
-
prependInnerIcon?: IconValue | undefined;
|
|
3166
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3167
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3168
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3169
|
-
centerAffix?: boolean | undefined;
|
|
3170
|
-
} & {
|
|
3171
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3172
|
-
}, {
|
|
3173
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
3174
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3175
|
-
'update:focused': (focused: boolean) => true;
|
|
3176
|
-
'update:modelValue': (value: any) => true;
|
|
3177
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3178
|
-
flat: boolean;
|
|
3179
|
-
reverse: boolean;
|
|
3180
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3181
|
-
error: boolean;
|
|
3182
|
-
active: boolean;
|
|
3183
|
-
style: vue.StyleValue;
|
|
3184
|
-
disabled: boolean;
|
|
3185
|
-
focused: boolean;
|
|
3186
|
-
tile: boolean;
|
|
3187
|
-
clearIcon: IconValue;
|
|
3188
|
-
clearable: boolean;
|
|
3189
|
-
dirty: boolean;
|
|
3190
|
-
persistentClear: boolean;
|
|
3191
|
-
singleLine: boolean;
|
|
3192
|
-
} & {
|
|
3193
|
-
id?: string | undefined;
|
|
3194
|
-
color?: string | undefined;
|
|
3195
|
-
loading?: string | boolean | undefined;
|
|
3196
|
-
label?: string | undefined;
|
|
3197
|
-
class?: any;
|
|
3198
|
-
theme?: string | undefined;
|
|
3199
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3200
|
-
rounded?: string | number | boolean | undefined;
|
|
3201
|
-
bgColor?: string | undefined;
|
|
3202
|
-
baseColor?: string | undefined;
|
|
3203
|
-
appendInnerIcon?: IconValue | undefined;
|
|
3204
|
-
prependInnerIcon?: IconValue | undefined;
|
|
3205
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3206
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3207
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3208
|
-
centerAffix?: boolean | undefined;
|
|
3209
|
-
} & {
|
|
3210
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3211
|
-
}, {
|
|
3212
|
-
flat: boolean;
|
|
3213
|
-
reverse: boolean;
|
|
3214
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3215
|
-
error: boolean;
|
|
3216
|
-
active: boolean;
|
|
3217
|
-
style: vue.StyleValue;
|
|
3218
|
-
disabled: boolean;
|
|
3219
|
-
focused: boolean;
|
|
3220
|
-
rounded: string | number | boolean;
|
|
3221
|
-
tile: boolean;
|
|
3222
|
-
clearIcon: IconValue;
|
|
3223
|
-
centerAffix: boolean;
|
|
3224
|
-
clearable: boolean;
|
|
3225
|
-
dirty: boolean;
|
|
3226
|
-
persistentClear: boolean;
|
|
3227
|
-
singleLine: boolean;
|
|
3228
|
-
}, true, {}, vue.SlotsType<Partial<{
|
|
3229
|
-
clear: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3230
|
-
[key: string]: any;
|
|
3231
|
-
}>[];
|
|
3232
|
-
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3233
|
-
[key: string]: any;
|
|
3234
|
-
}>[];
|
|
3235
|
-
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3236
|
-
[key: string]: any;
|
|
3237
|
-
}>[];
|
|
3238
|
-
label: (arg: DefaultInputSlot & {
|
|
3239
|
-
label: string | undefined;
|
|
3240
|
-
props: Record<string, any>;
|
|
3241
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3242
|
-
[key: string]: any;
|
|
3243
|
-
}>[];
|
|
3244
|
-
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3245
|
-
[key: string]: any;
|
|
3246
|
-
}>[];
|
|
3247
|
-
default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3248
|
-
[key: string]: any;
|
|
3249
|
-
}>[];
|
|
3250
|
-
}>>, {
|
|
3251
|
-
P: {};
|
|
3252
|
-
B: {};
|
|
3253
|
-
D: {};
|
|
3254
|
-
C: {};
|
|
3255
|
-
M: {};
|
|
3256
|
-
Defaults: {};
|
|
3257
|
-
}, {
|
|
3258
|
-
flat: boolean;
|
|
3259
|
-
reverse: boolean;
|
|
3260
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3261
|
-
error: boolean;
|
|
3262
|
-
active: boolean;
|
|
3263
|
-
style: vue.StyleValue;
|
|
3264
|
-
disabled: boolean;
|
|
3265
|
-
focused: boolean;
|
|
3266
|
-
tile: boolean;
|
|
3267
|
-
clearIcon: IconValue;
|
|
3268
|
-
clearable: boolean;
|
|
3269
|
-
dirty: boolean;
|
|
3270
|
-
persistentClear: boolean;
|
|
3271
|
-
singleLine: boolean;
|
|
3272
|
-
} & {
|
|
3273
|
-
id?: string | undefined;
|
|
3274
|
-
color?: string | undefined;
|
|
3275
|
-
loading?: string | boolean | undefined;
|
|
3276
|
-
label?: string | undefined;
|
|
3277
|
-
class?: any;
|
|
3278
|
-
theme?: string | undefined;
|
|
3279
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3280
|
-
rounded?: string | number | boolean | undefined;
|
|
3281
|
-
bgColor?: string | undefined;
|
|
3282
|
-
baseColor?: string | undefined;
|
|
3283
|
-
appendInnerIcon?: IconValue | undefined;
|
|
3284
|
-
prependInnerIcon?: IconValue | undefined;
|
|
3285
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3286
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3287
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3288
|
-
centerAffix?: boolean | undefined;
|
|
3289
|
-
} & {
|
|
3290
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3291
|
-
}, {
|
|
3292
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
3293
|
-
}, {}, {}, {}, {
|
|
3294
|
-
flat: boolean;
|
|
3295
|
-
reverse: boolean;
|
|
3296
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3297
|
-
error: boolean;
|
|
3298
|
-
active: boolean;
|
|
3299
|
-
style: vue.StyleValue;
|
|
3300
|
-
disabled: boolean;
|
|
3301
|
-
focused: boolean;
|
|
3302
|
-
rounded: string | number | boolean;
|
|
3303
|
-
tile: boolean;
|
|
3304
|
-
clearIcon: IconValue;
|
|
3305
|
-
centerAffix: boolean;
|
|
3306
|
-
clearable: boolean;
|
|
3307
|
-
dirty: boolean;
|
|
3308
|
-
persistentClear: boolean;
|
|
3309
|
-
singleLine: boolean;
|
|
3310
|
-
}>;
|
|
3311
|
-
__isFragment?: undefined;
|
|
3312
|
-
__isTeleport?: undefined;
|
|
3313
|
-
__isSuspense?: undefined;
|
|
3314
|
-
} & vue.ComponentOptionsBase<{
|
|
3315
|
-
flat: boolean;
|
|
3316
|
-
reverse: boolean;
|
|
3317
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3318
|
-
error: boolean;
|
|
3319
|
-
active: boolean;
|
|
3320
|
-
style: vue.StyleValue;
|
|
3321
|
-
disabled: boolean;
|
|
3322
|
-
focused: boolean;
|
|
3323
|
-
tile: boolean;
|
|
3324
|
-
clearIcon: IconValue;
|
|
3325
|
-
clearable: boolean;
|
|
3326
|
-
dirty: boolean;
|
|
3327
|
-
persistentClear: boolean;
|
|
3328
|
-
singleLine: boolean;
|
|
3329
|
-
} & {
|
|
3330
|
-
id?: string | undefined;
|
|
3331
|
-
color?: string | undefined;
|
|
3332
|
-
loading?: string | boolean | undefined;
|
|
3333
|
-
label?: string | undefined;
|
|
3334
|
-
class?: any;
|
|
3335
|
-
theme?: string | undefined;
|
|
3336
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3337
|
-
rounded?: string | number | boolean | undefined;
|
|
3338
|
-
bgColor?: string | undefined;
|
|
3339
|
-
baseColor?: string | undefined;
|
|
3340
|
-
appendInnerIcon?: IconValue | undefined;
|
|
3341
|
-
prependInnerIcon?: IconValue | undefined;
|
|
3342
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3343
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3344
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3345
|
-
centerAffix?: boolean | undefined;
|
|
3346
|
-
} & {
|
|
3347
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3348
|
-
}, {
|
|
3349
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
3350
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3351
|
-
'update:focused': (focused: boolean) => true;
|
|
3352
|
-
'update:modelValue': (value: any) => true;
|
|
3353
|
-
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
3354
|
-
flat: boolean;
|
|
3355
|
-
reverse: boolean;
|
|
3356
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3357
|
-
error: boolean;
|
|
3358
|
-
active: boolean;
|
|
3359
|
-
style: vue.StyleValue;
|
|
3360
|
-
disabled: boolean;
|
|
3361
|
-
focused: boolean;
|
|
3362
|
-
rounded: string | number | boolean;
|
|
3363
|
-
tile: boolean;
|
|
3364
|
-
clearIcon: IconValue;
|
|
3365
|
-
centerAffix: boolean;
|
|
3366
|
-
clearable: boolean;
|
|
3367
|
-
dirty: boolean;
|
|
3368
|
-
persistentClear: boolean;
|
|
3369
|
-
singleLine: boolean;
|
|
3370
|
-
}, {}, string, vue.SlotsType<Partial<{
|
|
3371
|
-
clear: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3372
|
-
[key: string]: any;
|
|
3373
|
-
}>[];
|
|
3374
|
-
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3375
|
-
[key: string]: any;
|
|
3376
|
-
}>[];
|
|
3377
|
-
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3378
|
-
[key: string]: any;
|
|
3379
|
-
}>[];
|
|
3380
|
-
label: (arg: DefaultInputSlot & {
|
|
3381
|
-
label: string | undefined;
|
|
3382
|
-
props: Record<string, any>;
|
|
3383
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3384
|
-
[key: string]: any;
|
|
3385
|
-
}>[];
|
|
3386
|
-
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3387
|
-
[key: string]: any;
|
|
3388
|
-
}>[];
|
|
3389
|
-
default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3390
|
-
[key: string]: any;
|
|
3391
|
-
}>[];
|
|
3392
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
3393
|
-
modelValue?: T | undefined;
|
|
3394
|
-
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
3395
|
-
}, slots: VFieldSlots) => GenericProps<{
|
|
3396
|
-
modelValue?: T | undefined;
|
|
3397
|
-
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
3398
|
-
}, VFieldSlots>) & FilterPropsOptions<{
|
|
3399
|
-
theme: StringConstructor;
|
|
3400
|
-
rounded: {
|
|
3401
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3402
|
-
default: undefined;
|
|
3403
|
-
};
|
|
3404
|
-
tile: BooleanConstructor;
|
|
3405
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
3406
|
-
class: PropType<any>;
|
|
3407
|
-
style: {
|
|
3408
|
-
type: PropType<vue.StyleValue>;
|
|
3409
|
-
default: null;
|
|
3410
|
-
};
|
|
3411
|
-
appendInnerIcon: PropType<IconValue>;
|
|
3412
|
-
bgColor: StringConstructor;
|
|
3413
|
-
clearable: BooleanConstructor;
|
|
3414
|
-
clearIcon: {
|
|
3415
|
-
type: PropType<IconValue>;
|
|
3416
|
-
default: string;
|
|
3417
|
-
};
|
|
3418
|
-
active: BooleanConstructor;
|
|
3419
|
-
centerAffix: {
|
|
3420
|
-
type: BooleanConstructor;
|
|
3421
|
-
default: undefined;
|
|
3422
|
-
};
|
|
3423
|
-
color: StringConstructor;
|
|
3424
|
-
baseColor: StringConstructor;
|
|
3425
|
-
dirty: BooleanConstructor;
|
|
3426
|
-
disabled: {
|
|
3427
|
-
type: BooleanConstructor;
|
|
3428
|
-
default: null;
|
|
3429
|
-
};
|
|
3430
|
-
error: BooleanConstructor;
|
|
3431
|
-
flat: BooleanConstructor;
|
|
3432
|
-
label: StringConstructor;
|
|
3433
|
-
persistentClear: BooleanConstructor;
|
|
3434
|
-
prependInnerIcon: PropType<IconValue>;
|
|
3435
|
-
reverse: BooleanConstructor;
|
|
3436
|
-
singleLine: BooleanConstructor;
|
|
3437
|
-
variant: {
|
|
3438
|
-
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3439
|
-
default: string;
|
|
3440
|
-
validator: (v: any) => boolean;
|
|
3441
|
-
};
|
|
3442
|
-
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
3443
|
-
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
3444
|
-
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
3445
|
-
focused: BooleanConstructor;
|
|
3446
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3447
|
-
id: StringConstructor;
|
|
3448
|
-
}, vue.ExtractPropTypes<{
|
|
3449
|
-
theme: StringConstructor;
|
|
3450
|
-
rounded: {
|
|
3451
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3452
|
-
default: undefined;
|
|
3453
|
-
};
|
|
3454
|
-
tile: BooleanConstructor;
|
|
3455
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
3456
|
-
class: PropType<any>;
|
|
3457
|
-
style: {
|
|
3458
|
-
type: PropType<vue.StyleValue>;
|
|
3459
|
-
default: null;
|
|
3460
|
-
};
|
|
3461
|
-
appendInnerIcon: PropType<IconValue>;
|
|
3462
|
-
bgColor: StringConstructor;
|
|
3463
|
-
clearable: BooleanConstructor;
|
|
3464
|
-
clearIcon: {
|
|
3465
|
-
type: PropType<IconValue>;
|
|
3466
|
-
default: string;
|
|
3467
|
-
};
|
|
3468
|
-
active: BooleanConstructor;
|
|
3469
|
-
centerAffix: {
|
|
3470
|
-
type: BooleanConstructor;
|
|
3471
|
-
default: undefined;
|
|
3472
|
-
};
|
|
3473
|
-
color: StringConstructor;
|
|
3474
|
-
baseColor: StringConstructor;
|
|
3475
|
-
dirty: BooleanConstructor;
|
|
3476
|
-
disabled: {
|
|
3477
|
-
type: BooleanConstructor;
|
|
3478
|
-
default: null;
|
|
3479
|
-
};
|
|
3480
|
-
error: BooleanConstructor;
|
|
3481
|
-
flat: BooleanConstructor;
|
|
3482
|
-
label: StringConstructor;
|
|
3483
|
-
persistentClear: BooleanConstructor;
|
|
3484
|
-
prependInnerIcon: PropType<IconValue>;
|
|
3485
|
-
reverse: BooleanConstructor;
|
|
3486
|
-
singleLine: BooleanConstructor;
|
|
3487
|
-
variant: {
|
|
3488
|
-
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3489
|
-
default: string;
|
|
3490
|
-
validator: (v: any) => boolean;
|
|
3491
|
-
};
|
|
3492
|
-
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
3493
|
-
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
3494
|
-
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
3495
|
-
focused: BooleanConstructor;
|
|
3496
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3497
|
-
id: StringConstructor;
|
|
3498
|
-
}>>;
|
|
3499
|
-
type VField = InstanceType<typeof VField>;
|
|
3500
|
-
|
|
3501
3120
|
type VMessageSlot = {
|
|
3502
3121
|
message: string;
|
|
3503
3122
|
};
|
|
@@ -4095,6 +3714,397 @@ declare const VInput: {
|
|
|
4095
3714
|
}>>;
|
|
4096
3715
|
type VInput = InstanceType<typeof VInput>;
|
|
4097
3716
|
|
|
3717
|
+
interface DefaultInputSlot {
|
|
3718
|
+
isActive: Ref<boolean>;
|
|
3719
|
+
isFocused: Ref<boolean>;
|
|
3720
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
3721
|
+
focus: () => void;
|
|
3722
|
+
blur: () => void;
|
|
3723
|
+
}
|
|
3724
|
+
interface VFieldSlot extends DefaultInputSlot {
|
|
3725
|
+
props: Record<string, unknown>;
|
|
3726
|
+
}
|
|
3727
|
+
type VFieldSlots = {
|
|
3728
|
+
clear: DefaultInputSlot & {
|
|
3729
|
+
props: Record<string, any>;
|
|
3730
|
+
};
|
|
3731
|
+
'prepend-inner': DefaultInputSlot;
|
|
3732
|
+
'append-inner': DefaultInputSlot;
|
|
3733
|
+
label: DefaultInputSlot & {
|
|
3734
|
+
label: string | undefined;
|
|
3735
|
+
props: Record<string, any>;
|
|
3736
|
+
};
|
|
3737
|
+
loader: LoaderSlotProps;
|
|
3738
|
+
default: VFieldSlot;
|
|
3739
|
+
};
|
|
3740
|
+
declare const VField: {
|
|
3741
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3742
|
+
flat: boolean;
|
|
3743
|
+
reverse: boolean;
|
|
3744
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3745
|
+
error: boolean;
|
|
3746
|
+
active: boolean;
|
|
3747
|
+
style: vue.StyleValue;
|
|
3748
|
+
disabled: boolean;
|
|
3749
|
+
focused: boolean;
|
|
3750
|
+
tile: boolean;
|
|
3751
|
+
clearIcon: IconValue;
|
|
3752
|
+
clearable: boolean;
|
|
3753
|
+
dirty: boolean;
|
|
3754
|
+
persistentClear: boolean;
|
|
3755
|
+
singleLine: boolean;
|
|
3756
|
+
} & {
|
|
3757
|
+
id?: string | undefined;
|
|
3758
|
+
color?: string | undefined;
|
|
3759
|
+
loading?: string | boolean | undefined;
|
|
3760
|
+
label?: string | undefined;
|
|
3761
|
+
class?: any;
|
|
3762
|
+
theme?: string | undefined;
|
|
3763
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3764
|
+
rounded?: string | number | boolean | undefined;
|
|
3765
|
+
bgColor?: string | undefined;
|
|
3766
|
+
baseColor?: string | undefined;
|
|
3767
|
+
appendInnerIcon?: IconValue | undefined;
|
|
3768
|
+
prependInnerIcon?: IconValue | undefined;
|
|
3769
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3770
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3771
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3772
|
+
centerAffix?: boolean | undefined;
|
|
3773
|
+
} & {
|
|
3774
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3775
|
+
}, {
|
|
3776
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
3777
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3778
|
+
'update:focused': (focused: boolean) => true;
|
|
3779
|
+
'update:modelValue': (value: any) => true;
|
|
3780
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
3781
|
+
flat: boolean;
|
|
3782
|
+
reverse: boolean;
|
|
3783
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3784
|
+
error: boolean;
|
|
3785
|
+
active: boolean;
|
|
3786
|
+
style: vue.StyleValue;
|
|
3787
|
+
disabled: boolean;
|
|
3788
|
+
focused: boolean;
|
|
3789
|
+
tile: boolean;
|
|
3790
|
+
clearIcon: IconValue;
|
|
3791
|
+
clearable: boolean;
|
|
3792
|
+
dirty: boolean;
|
|
3793
|
+
persistentClear: boolean;
|
|
3794
|
+
singleLine: boolean;
|
|
3795
|
+
} & {
|
|
3796
|
+
id?: string | undefined;
|
|
3797
|
+
color?: string | undefined;
|
|
3798
|
+
loading?: string | boolean | undefined;
|
|
3799
|
+
label?: string | undefined;
|
|
3800
|
+
class?: any;
|
|
3801
|
+
theme?: string | undefined;
|
|
3802
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3803
|
+
rounded?: string | number | boolean | undefined;
|
|
3804
|
+
bgColor?: string | undefined;
|
|
3805
|
+
baseColor?: string | undefined;
|
|
3806
|
+
appendInnerIcon?: IconValue | undefined;
|
|
3807
|
+
prependInnerIcon?: IconValue | undefined;
|
|
3808
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3809
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3810
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3811
|
+
centerAffix?: boolean | undefined;
|
|
3812
|
+
} & {
|
|
3813
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3814
|
+
}, {
|
|
3815
|
+
flat: boolean;
|
|
3816
|
+
reverse: boolean;
|
|
3817
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3818
|
+
error: boolean;
|
|
3819
|
+
active: boolean;
|
|
3820
|
+
style: vue.StyleValue;
|
|
3821
|
+
disabled: boolean;
|
|
3822
|
+
focused: boolean;
|
|
3823
|
+
rounded: string | number | boolean;
|
|
3824
|
+
tile: boolean;
|
|
3825
|
+
clearIcon: IconValue;
|
|
3826
|
+
centerAffix: boolean;
|
|
3827
|
+
clearable: boolean;
|
|
3828
|
+
dirty: boolean;
|
|
3829
|
+
persistentClear: boolean;
|
|
3830
|
+
singleLine: boolean;
|
|
3831
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
3832
|
+
clear: (arg: DefaultInputSlot & {
|
|
3833
|
+
props: Record<string, any>;
|
|
3834
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3835
|
+
[key: string]: any;
|
|
3836
|
+
}>[];
|
|
3837
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3838
|
+
[key: string]: any;
|
|
3839
|
+
}>[];
|
|
3840
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3841
|
+
[key: string]: any;
|
|
3842
|
+
}>[];
|
|
3843
|
+
label: (arg: DefaultInputSlot & {
|
|
3844
|
+
label: string | undefined;
|
|
3845
|
+
props: Record<string, any>;
|
|
3846
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3847
|
+
[key: string]: any;
|
|
3848
|
+
}>[];
|
|
3849
|
+
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3850
|
+
[key: string]: any;
|
|
3851
|
+
}>[];
|
|
3852
|
+
default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3853
|
+
[key: string]: any;
|
|
3854
|
+
}>[];
|
|
3855
|
+
}>>, {
|
|
3856
|
+
P: {};
|
|
3857
|
+
B: {};
|
|
3858
|
+
D: {};
|
|
3859
|
+
C: {};
|
|
3860
|
+
M: {};
|
|
3861
|
+
Defaults: {};
|
|
3862
|
+
}, {
|
|
3863
|
+
flat: boolean;
|
|
3864
|
+
reverse: boolean;
|
|
3865
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3866
|
+
error: boolean;
|
|
3867
|
+
active: boolean;
|
|
3868
|
+
style: vue.StyleValue;
|
|
3869
|
+
disabled: boolean;
|
|
3870
|
+
focused: boolean;
|
|
3871
|
+
tile: boolean;
|
|
3872
|
+
clearIcon: IconValue;
|
|
3873
|
+
clearable: boolean;
|
|
3874
|
+
dirty: boolean;
|
|
3875
|
+
persistentClear: boolean;
|
|
3876
|
+
singleLine: boolean;
|
|
3877
|
+
} & {
|
|
3878
|
+
id?: string | undefined;
|
|
3879
|
+
color?: string | undefined;
|
|
3880
|
+
loading?: string | boolean | undefined;
|
|
3881
|
+
label?: string | undefined;
|
|
3882
|
+
class?: any;
|
|
3883
|
+
theme?: string | undefined;
|
|
3884
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3885
|
+
rounded?: string | number | boolean | undefined;
|
|
3886
|
+
bgColor?: string | undefined;
|
|
3887
|
+
baseColor?: string | undefined;
|
|
3888
|
+
appendInnerIcon?: IconValue | undefined;
|
|
3889
|
+
prependInnerIcon?: IconValue | undefined;
|
|
3890
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3891
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3892
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3893
|
+
centerAffix?: boolean | undefined;
|
|
3894
|
+
} & {
|
|
3895
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3896
|
+
}, {
|
|
3897
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
3898
|
+
}, {}, {}, {}, {
|
|
3899
|
+
flat: boolean;
|
|
3900
|
+
reverse: boolean;
|
|
3901
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3902
|
+
error: boolean;
|
|
3903
|
+
active: boolean;
|
|
3904
|
+
style: vue.StyleValue;
|
|
3905
|
+
disabled: boolean;
|
|
3906
|
+
focused: boolean;
|
|
3907
|
+
rounded: string | number | boolean;
|
|
3908
|
+
tile: boolean;
|
|
3909
|
+
clearIcon: IconValue;
|
|
3910
|
+
centerAffix: boolean;
|
|
3911
|
+
clearable: boolean;
|
|
3912
|
+
dirty: boolean;
|
|
3913
|
+
persistentClear: boolean;
|
|
3914
|
+
singleLine: boolean;
|
|
3915
|
+
}>;
|
|
3916
|
+
__isFragment?: undefined;
|
|
3917
|
+
__isTeleport?: undefined;
|
|
3918
|
+
__isSuspense?: undefined;
|
|
3919
|
+
} & vue.ComponentOptionsBase<{
|
|
3920
|
+
flat: boolean;
|
|
3921
|
+
reverse: boolean;
|
|
3922
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3923
|
+
error: boolean;
|
|
3924
|
+
active: boolean;
|
|
3925
|
+
style: vue.StyleValue;
|
|
3926
|
+
disabled: boolean;
|
|
3927
|
+
focused: boolean;
|
|
3928
|
+
tile: boolean;
|
|
3929
|
+
clearIcon: IconValue;
|
|
3930
|
+
clearable: boolean;
|
|
3931
|
+
dirty: boolean;
|
|
3932
|
+
persistentClear: boolean;
|
|
3933
|
+
singleLine: boolean;
|
|
3934
|
+
} & {
|
|
3935
|
+
id?: string | undefined;
|
|
3936
|
+
color?: string | undefined;
|
|
3937
|
+
loading?: string | boolean | undefined;
|
|
3938
|
+
label?: string | undefined;
|
|
3939
|
+
class?: any;
|
|
3940
|
+
theme?: string | undefined;
|
|
3941
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3942
|
+
rounded?: string | number | boolean | undefined;
|
|
3943
|
+
bgColor?: string | undefined;
|
|
3944
|
+
baseColor?: string | undefined;
|
|
3945
|
+
appendInnerIcon?: IconValue | undefined;
|
|
3946
|
+
prependInnerIcon?: IconValue | undefined;
|
|
3947
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3948
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3949
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3950
|
+
centerAffix?: boolean | undefined;
|
|
3951
|
+
} & {
|
|
3952
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3953
|
+
}, {
|
|
3954
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
3955
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3956
|
+
'update:focused': (focused: boolean) => true;
|
|
3957
|
+
'update:modelValue': (value: any) => true;
|
|
3958
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
3959
|
+
flat: boolean;
|
|
3960
|
+
reverse: boolean;
|
|
3961
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3962
|
+
error: boolean;
|
|
3963
|
+
active: boolean;
|
|
3964
|
+
style: vue.StyleValue;
|
|
3965
|
+
disabled: boolean;
|
|
3966
|
+
focused: boolean;
|
|
3967
|
+
rounded: string | number | boolean;
|
|
3968
|
+
tile: boolean;
|
|
3969
|
+
clearIcon: IconValue;
|
|
3970
|
+
centerAffix: boolean;
|
|
3971
|
+
clearable: boolean;
|
|
3972
|
+
dirty: boolean;
|
|
3973
|
+
persistentClear: boolean;
|
|
3974
|
+
singleLine: boolean;
|
|
3975
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
3976
|
+
clear: (arg: DefaultInputSlot & {
|
|
3977
|
+
props: Record<string, any>;
|
|
3978
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3979
|
+
[key: string]: any;
|
|
3980
|
+
}>[];
|
|
3981
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3982
|
+
[key: string]: any;
|
|
3983
|
+
}>[];
|
|
3984
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3985
|
+
[key: string]: any;
|
|
3986
|
+
}>[];
|
|
3987
|
+
label: (arg: DefaultInputSlot & {
|
|
3988
|
+
label: string | undefined;
|
|
3989
|
+
props: Record<string, any>;
|
|
3990
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3991
|
+
[key: string]: any;
|
|
3992
|
+
}>[];
|
|
3993
|
+
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3994
|
+
[key: string]: any;
|
|
3995
|
+
}>[];
|
|
3996
|
+
default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3997
|
+
[key: string]: any;
|
|
3998
|
+
}>[];
|
|
3999
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
4000
|
+
modelValue?: T | undefined;
|
|
4001
|
+
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
4002
|
+
}, slots: VFieldSlots) => GenericProps<{
|
|
4003
|
+
modelValue?: T | undefined;
|
|
4004
|
+
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
4005
|
+
}, VFieldSlots>) & FilterPropsOptions<{
|
|
4006
|
+
theme: StringConstructor;
|
|
4007
|
+
rounded: {
|
|
4008
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4009
|
+
default: undefined;
|
|
4010
|
+
};
|
|
4011
|
+
tile: BooleanConstructor;
|
|
4012
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
4013
|
+
class: PropType<any>;
|
|
4014
|
+
style: {
|
|
4015
|
+
type: PropType<vue.StyleValue>;
|
|
4016
|
+
default: null;
|
|
4017
|
+
};
|
|
4018
|
+
appendInnerIcon: PropType<IconValue>;
|
|
4019
|
+
bgColor: StringConstructor;
|
|
4020
|
+
clearable: BooleanConstructor;
|
|
4021
|
+
clearIcon: {
|
|
4022
|
+
type: PropType<IconValue>;
|
|
4023
|
+
default: string;
|
|
4024
|
+
};
|
|
4025
|
+
active: BooleanConstructor;
|
|
4026
|
+
centerAffix: {
|
|
4027
|
+
type: BooleanConstructor;
|
|
4028
|
+
default: undefined;
|
|
4029
|
+
};
|
|
4030
|
+
color: StringConstructor;
|
|
4031
|
+
baseColor: StringConstructor;
|
|
4032
|
+
dirty: BooleanConstructor;
|
|
4033
|
+
disabled: {
|
|
4034
|
+
type: BooleanConstructor;
|
|
4035
|
+
default: null;
|
|
4036
|
+
};
|
|
4037
|
+
error: BooleanConstructor;
|
|
4038
|
+
flat: BooleanConstructor;
|
|
4039
|
+
label: StringConstructor;
|
|
4040
|
+
persistentClear: BooleanConstructor;
|
|
4041
|
+
prependInnerIcon: PropType<IconValue>;
|
|
4042
|
+
reverse: BooleanConstructor;
|
|
4043
|
+
singleLine: BooleanConstructor;
|
|
4044
|
+
variant: {
|
|
4045
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
4046
|
+
default: string;
|
|
4047
|
+
validator: (v: any) => boolean;
|
|
4048
|
+
};
|
|
4049
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
4050
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
4051
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
4052
|
+
focused: BooleanConstructor;
|
|
4053
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
4054
|
+
id: StringConstructor;
|
|
4055
|
+
}, vue.ExtractPropTypes<{
|
|
4056
|
+
theme: StringConstructor;
|
|
4057
|
+
rounded: {
|
|
4058
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4059
|
+
default: undefined;
|
|
4060
|
+
};
|
|
4061
|
+
tile: BooleanConstructor;
|
|
4062
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
4063
|
+
class: PropType<any>;
|
|
4064
|
+
style: {
|
|
4065
|
+
type: PropType<vue.StyleValue>;
|
|
4066
|
+
default: null;
|
|
4067
|
+
};
|
|
4068
|
+
appendInnerIcon: PropType<IconValue>;
|
|
4069
|
+
bgColor: StringConstructor;
|
|
4070
|
+
clearable: BooleanConstructor;
|
|
4071
|
+
clearIcon: {
|
|
4072
|
+
type: PropType<IconValue>;
|
|
4073
|
+
default: string;
|
|
4074
|
+
};
|
|
4075
|
+
active: BooleanConstructor;
|
|
4076
|
+
centerAffix: {
|
|
4077
|
+
type: BooleanConstructor;
|
|
4078
|
+
default: undefined;
|
|
4079
|
+
};
|
|
4080
|
+
color: StringConstructor;
|
|
4081
|
+
baseColor: StringConstructor;
|
|
4082
|
+
dirty: BooleanConstructor;
|
|
4083
|
+
disabled: {
|
|
4084
|
+
type: BooleanConstructor;
|
|
4085
|
+
default: null;
|
|
4086
|
+
};
|
|
4087
|
+
error: BooleanConstructor;
|
|
4088
|
+
flat: BooleanConstructor;
|
|
4089
|
+
label: StringConstructor;
|
|
4090
|
+
persistentClear: BooleanConstructor;
|
|
4091
|
+
prependInnerIcon: PropType<IconValue>;
|
|
4092
|
+
reverse: BooleanConstructor;
|
|
4093
|
+
singleLine: BooleanConstructor;
|
|
4094
|
+
variant: {
|
|
4095
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
4096
|
+
default: string;
|
|
4097
|
+
validator: (v: any) => boolean;
|
|
4098
|
+
};
|
|
4099
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
4100
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
4101
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
4102
|
+
focused: BooleanConstructor;
|
|
4103
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
4104
|
+
id: StringConstructor;
|
|
4105
|
+
}>>;
|
|
4106
|
+
type VField = InstanceType<typeof VField>;
|
|
4107
|
+
|
|
4098
4108
|
/**
|
|
4099
4109
|
* - match without highlight
|
|
4100
4110
|
* - single match (index), length already known
|
|
@@ -5970,7 +5980,9 @@ declare const VAutocomplete: {
|
|
|
5970
5980
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5971
5981
|
[key: string]: any;
|
|
5972
5982
|
}>[];
|
|
5973
|
-
clear: (
|
|
5983
|
+
clear: (arg: DefaultInputSlot & {
|
|
5984
|
+
props: Record<string, any>;
|
|
5985
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5974
5986
|
[key: string]: any;
|
|
5975
5987
|
}>[];
|
|
5976
5988
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -7278,7 +7290,9 @@ declare const VAutocomplete: {
|
|
|
7278
7290
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
7279
7291
|
[key: string]: any;
|
|
7280
7292
|
}>[];
|
|
7281
|
-
clear: (
|
|
7293
|
+
clear: (arg: DefaultInputSlot & {
|
|
7294
|
+
props: Record<string, any>;
|
|
7295
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
7282
7296
|
[key: string]: any;
|
|
7283
7297
|
}>[];
|
|
7284
7298
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -19653,7 +19667,9 @@ declare const VCombobox: {
|
|
|
19653
19667
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
19654
19668
|
[key: string]: any;
|
|
19655
19669
|
}>[];
|
|
19656
|
-
clear: (
|
|
19670
|
+
clear: (arg: DefaultInputSlot & {
|
|
19671
|
+
props: Record<string, any>;
|
|
19672
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
19657
19673
|
[key: string]: any;
|
|
19658
19674
|
}>[];
|
|
19659
19675
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -20961,7 +20977,9 @@ declare const VCombobox: {
|
|
|
20961
20977
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
20962
20978
|
[key: string]: any;
|
|
20963
20979
|
}>[];
|
|
20964
|
-
clear: (
|
|
20980
|
+
clear: (arg: DefaultInputSlot & {
|
|
20981
|
+
props: Record<string, any>;
|
|
20982
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
20965
20983
|
[key: string]: any;
|
|
20966
20984
|
}>[];
|
|
20967
20985
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -29613,7 +29631,9 @@ declare const VDialog: {
|
|
|
29613
29631
|
props: Record<string, any>;
|
|
29614
29632
|
}) => vue.VNodeChild) | undefined;
|
|
29615
29633
|
} & {
|
|
29634
|
+
onAfterLeave?: (() => any) | undefined;
|
|
29616
29635
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29636
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29617
29637
|
}, Omit<Omit<{
|
|
29618
29638
|
$: vue.ComponentInternalInstance;
|
|
29619
29639
|
$data: {};
|
|
@@ -30048,97 +30068,101 @@ declare const VDialog: {
|
|
|
30048
30068
|
onAfterLeave?: (() => any) | undefined;
|
|
30049
30069
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30050
30070
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30051
|
-
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
30052
|
-
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30053
|
-
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
30054
|
-
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
30055
|
-
animateClick: () => void;
|
|
30056
|
-
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
30057
|
-
globalTop: Readonly<vue.Ref<boolean>>;
|
|
30058
|
-
localTop: vue.ComputedRef<boolean>;
|
|
30059
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
30060
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
30061
|
-
'
|
|
30062
|
-
|
|
30063
|
-
|
|
30064
|
-
|
|
30065
|
-
|
|
30066
|
-
|
|
30067
|
-
|
|
30068
|
-
|
|
30069
|
-
component
|
|
30070
|
-
}
|
|
30071
|
-
|
|
30072
|
-
|
|
30073
|
-
|
|
30074
|
-
|
|
30075
|
-
|
|
30076
|
-
|
|
30077
|
-
|
|
30078
|
-
|
|
30079
|
-
|
|
30080
|
-
|
|
30081
|
-
|
|
30082
|
-
|
|
30083
|
-
|
|
30084
|
-
|
|
30085
|
-
|
|
30086
|
-
|
|
30087
|
-
|
|
30088
|
-
|
|
30089
|
-
|
|
30090
|
-
|
|
30091
|
-
|
|
30092
|
-
|
|
30093
|
-
|
|
30094
|
-
|
|
30095
|
-
|
|
30096
|
-
|
|
30097
|
-
|
|
30098
|
-
|
|
30099
|
-
|
|
30100
|
-
|
|
30101
|
-
|
|
30102
|
-
|
|
30103
|
-
|
|
30104
|
-
|
|
30105
|
-
|
|
30106
|
-
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
|
|
30110
|
-
|
|
30111
|
-
|
|
30112
|
-
|
|
30113
|
-
|
|
30114
|
-
|
|
30115
|
-
|
|
30116
|
-
|
|
30117
|
-
|
|
30118
|
-
|
|
30119
|
-
|
|
30120
|
-
|
|
30121
|
-
|
|
30122
|
-
}
|
|
30123
|
-
|
|
30124
|
-
|
|
30125
|
-
|
|
30126
|
-
|
|
30127
|
-
|
|
30128
|
-
|
|
30129
|
-
|
|
30130
|
-
|
|
30131
|
-
|
|
30132
|
-
|
|
30133
|
-
|
|
30134
|
-
|
|
30135
|
-
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
|
|
30139
|
-
|
|
30140
|
-
|
|
30141
|
-
|
|
30071
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
30072
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
30073
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
30074
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
30075
|
+
animateClick: () => void;
|
|
30076
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
30077
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
30078
|
+
localTop: vue.ComputedRef<boolean>;
|
|
30079
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
30080
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
30081
|
+
'click:outside': (e: MouseEvent) => boolean;
|
|
30082
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
30083
|
+
afterLeave: () => boolean;
|
|
30084
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
30085
|
+
absolute: boolean;
|
|
30086
|
+
location: Anchor;
|
|
30087
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
|
30088
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
30089
|
+
component?: Component | undefined;
|
|
30090
|
+
})> | {
|
|
30091
|
+
component: Component;
|
|
30092
|
+
};
|
|
30093
|
+
zIndex: NonNullable<string | number>;
|
|
30094
|
+
style: vue.StyleValue;
|
|
30095
|
+
eager: boolean;
|
|
30096
|
+
disabled: boolean;
|
|
30097
|
+
modelValue: boolean;
|
|
30098
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
30099
|
+
updateLocation: (e: Event) => void;
|
|
30100
|
+
} | undefined);
|
|
30101
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
30102
|
+
activatorProps: Record<string, any>;
|
|
30103
|
+
openOnHover: boolean;
|
|
30104
|
+
closeOnContentClick: boolean;
|
|
30105
|
+
closeOnBack: boolean;
|
|
30106
|
+
contained: boolean;
|
|
30107
|
+
noClickAnimation: boolean;
|
|
30108
|
+
persistent: boolean;
|
|
30109
|
+
scrim: string | boolean;
|
|
30110
|
+
fullscreen: boolean;
|
|
30111
|
+
retainFocus: boolean;
|
|
30112
|
+
scrollable: boolean;
|
|
30113
|
+
} & {
|
|
30114
|
+
offset?: string | number | number[] | undefined;
|
|
30115
|
+
height?: string | number | undefined;
|
|
30116
|
+
width?: string | number | undefined;
|
|
30117
|
+
maxHeight?: string | number | undefined;
|
|
30118
|
+
maxWidth?: string | number | undefined;
|
|
30119
|
+
minHeight?: string | number | undefined;
|
|
30120
|
+
minWidth?: string | number | undefined;
|
|
30121
|
+
opacity?: string | number | undefined;
|
|
30122
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
30123
|
+
class?: any;
|
|
30124
|
+
theme?: string | undefined;
|
|
30125
|
+
contentClass?: any;
|
|
30126
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
30127
|
+
closeDelay?: string | number | undefined;
|
|
30128
|
+
openDelay?: string | number | undefined;
|
|
30129
|
+
openOnClick?: boolean | undefined;
|
|
30130
|
+
openOnFocus?: boolean | undefined;
|
|
30131
|
+
contentProps?: any;
|
|
30132
|
+
attach?: string | boolean | Element | undefined;
|
|
30133
|
+
} & {
|
|
30134
|
+
$children?: vue.VNodeChild | {
|
|
30135
|
+
default?: ((arg: {
|
|
30136
|
+
isActive: vue.Ref<boolean>;
|
|
30137
|
+
}) => vue.VNodeChild) | undefined;
|
|
30138
|
+
activator?: ((arg: {
|
|
30139
|
+
isActive: boolean;
|
|
30140
|
+
props: Record<string, any>;
|
|
30141
|
+
}) => vue.VNodeChild) | undefined;
|
|
30142
|
+
} | ((arg: {
|
|
30143
|
+
isActive: vue.Ref<boolean>;
|
|
30144
|
+
}) => vue.VNodeChild);
|
|
30145
|
+
'v-slots'?: {
|
|
30146
|
+
default?: false | ((arg: {
|
|
30147
|
+
isActive: vue.Ref<boolean>;
|
|
30148
|
+
}) => vue.VNodeChild) | undefined;
|
|
30149
|
+
activator?: false | ((arg: {
|
|
30150
|
+
isActive: boolean;
|
|
30151
|
+
props: Record<string, any>;
|
|
30152
|
+
}) => vue.VNodeChild) | undefined;
|
|
30153
|
+
} | undefined;
|
|
30154
|
+
} & {
|
|
30155
|
+
"v-slot:default"?: false | ((arg: {
|
|
30156
|
+
isActive: vue.Ref<boolean>;
|
|
30157
|
+
}) => vue.VNodeChild) | undefined;
|
|
30158
|
+
"v-slot:activator"?: false | ((arg: {
|
|
30159
|
+
isActive: boolean;
|
|
30160
|
+
props: Record<string, any>;
|
|
30161
|
+
}) => vue.VNodeChild) | undefined;
|
|
30162
|
+
} & {
|
|
30163
|
+
onAfterLeave?: (() => any) | undefined;
|
|
30164
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30165
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30142
30166
|
}, {
|
|
30143
30167
|
absolute: boolean;
|
|
30144
30168
|
location: Anchor;
|
|
@@ -30268,7 +30292,9 @@ declare const VDialog: {
|
|
|
30268
30292
|
props: Record<string, any>;
|
|
30269
30293
|
}) => vue.VNodeChild) | undefined;
|
|
30270
30294
|
} & {
|
|
30295
|
+
onAfterLeave?: (() => any) | undefined;
|
|
30271
30296
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30297
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30272
30298
|
}, Omit<Omit<{
|
|
30273
30299
|
$: vue.ComponentInternalInstance;
|
|
30274
30300
|
$data: {};
|
|
@@ -30826,7 +30852,9 @@ declare const VDialog: {
|
|
|
30826
30852
|
props: Record<string, any>;
|
|
30827
30853
|
}) => vue.VNodeChild) | undefined;
|
|
30828
30854
|
} & {
|
|
30855
|
+
onAfterLeave?: (() => any) | undefined;
|
|
30829
30856
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30857
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30830
30858
|
}, Omit<Omit<{
|
|
30831
30859
|
$: vue.ComponentInternalInstance;
|
|
30832
30860
|
$data: {};
|
|
@@ -31271,7 +31299,9 @@ declare const VDialog: {
|
|
|
31271
31299
|
localTop: vue.ComputedRef<boolean>;
|
|
31272
31300
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
31273
31301
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
31302
|
+
'click:outside': (e: MouseEvent) => boolean;
|
|
31274
31303
|
'update:modelValue': (value: boolean) => boolean;
|
|
31304
|
+
afterLeave: () => boolean;
|
|
31275
31305
|
}, string, {
|
|
31276
31306
|
absolute: boolean;
|
|
31277
31307
|
location: Anchor;
|
|
@@ -32716,7 +32746,7 @@ declare const VFileInput: {
|
|
|
32716
32746
|
errorMessages: string | readonly string[] | null;
|
|
32717
32747
|
maxErrors: string | number;
|
|
32718
32748
|
rules: readonly ValidationRule$1[];
|
|
32719
|
-
modelValue: File[];
|
|
32749
|
+
modelValue: File | File[];
|
|
32720
32750
|
tile: boolean;
|
|
32721
32751
|
density: Density;
|
|
32722
32752
|
prependIcon: NonNullable<IconValue>;
|
|
@@ -32763,7 +32793,9 @@ declare const VFileInput: {
|
|
|
32763
32793
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32764
32794
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32765
32795
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
32766
|
-
clear?: ((
|
|
32796
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
32797
|
+
props: Record<string, any>;
|
|
32798
|
+
}) => vue.VNodeChild) | undefined;
|
|
32767
32799
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32768
32800
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32769
32801
|
label?: ((arg: DefaultInputSlot & {
|
|
@@ -32784,7 +32816,9 @@ declare const VFileInput: {
|
|
|
32784
32816
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32785
32817
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32786
32818
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
32787
|
-
clear?: false | ((
|
|
32819
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
32820
|
+
props: Record<string, any>;
|
|
32821
|
+
}) => vue.VNodeChild) | undefined;
|
|
32788
32822
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32789
32823
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32790
32824
|
label?: false | ((arg: DefaultInputSlot & {
|
|
@@ -32805,7 +32839,9 @@ declare const VFileInput: {
|
|
|
32805
32839
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32806
32840
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32807
32841
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
32808
|
-
"v-slot:clear"?: false | ((
|
|
32842
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
32843
|
+
props: Record<string, any>;
|
|
32844
|
+
}) => vue.VNodeChild) | undefined;
|
|
32809
32845
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32810
32846
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32811
32847
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33075,7 +33111,7 @@ declare const VFileInput: {
|
|
|
33075
33111
|
errorMessages: string | readonly string[] | null;
|
|
33076
33112
|
maxErrors: string | number;
|
|
33077
33113
|
rules: readonly ValidationRule$1[];
|
|
33078
|
-
modelValue: File[];
|
|
33114
|
+
modelValue: File | File[];
|
|
33079
33115
|
tile: boolean;
|
|
33080
33116
|
density: Density;
|
|
33081
33117
|
prependIcon: NonNullable<IconValue>;
|
|
@@ -33122,7 +33158,9 @@ declare const VFileInput: {
|
|
|
33122
33158
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33123
33159
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33124
33160
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33125
|
-
clear?: ((
|
|
33161
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
33162
|
+
props: Record<string, any>;
|
|
33163
|
+
}) => vue.VNodeChild) | undefined;
|
|
33126
33164
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33127
33165
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33128
33166
|
label?: ((arg: DefaultInputSlot & {
|
|
@@ -33143,7 +33181,9 @@ declare const VFileInput: {
|
|
|
33143
33181
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33144
33182
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33145
33183
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33146
|
-
clear?: false | ((
|
|
33184
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
33185
|
+
props: Record<string, any>;
|
|
33186
|
+
}) => vue.VNodeChild) | undefined;
|
|
33147
33187
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33148
33188
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33149
33189
|
label?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33164,7 +33204,9 @@ declare const VFileInput: {
|
|
|
33164
33204
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33165
33205
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33166
33206
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33167
|
-
"v-slot:clear"?: false | ((
|
|
33207
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
33208
|
+
props: Record<string, any>;
|
|
33209
|
+
}) => vue.VNodeChild) | undefined;
|
|
33168
33210
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33169
33211
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33170
33212
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33200,7 +33242,7 @@ declare const VFileInput: {
|
|
|
33200
33242
|
errorMessages: string | readonly string[] | null;
|
|
33201
33243
|
maxErrors: string | number;
|
|
33202
33244
|
rules: readonly ValidationRule$1[];
|
|
33203
|
-
modelValue: File[];
|
|
33245
|
+
modelValue: File | File[];
|
|
33204
33246
|
rounded: string | number | boolean;
|
|
33205
33247
|
tile: boolean;
|
|
33206
33248
|
density: Density;
|
|
@@ -33233,7 +33275,9 @@ declare const VFileInput: {
|
|
|
33233
33275
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
33234
33276
|
[key: string]: any;
|
|
33235
33277
|
}>[];
|
|
33236
|
-
clear: (
|
|
33278
|
+
clear: (arg: DefaultInputSlot & {
|
|
33279
|
+
props: Record<string, any>;
|
|
33280
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
33237
33281
|
[key: string]: any;
|
|
33238
33282
|
}>[];
|
|
33239
33283
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -33285,7 +33329,7 @@ declare const VFileInput: {
|
|
|
33285
33329
|
errorMessages: string | readonly string[] | null;
|
|
33286
33330
|
maxErrors: string | number;
|
|
33287
33331
|
rules: readonly ValidationRule$1[];
|
|
33288
|
-
modelValue: File[];
|
|
33332
|
+
modelValue: File | File[];
|
|
33289
33333
|
tile: boolean;
|
|
33290
33334
|
density: Density;
|
|
33291
33335
|
prependIcon: NonNullable<IconValue>;
|
|
@@ -33332,7 +33376,9 @@ declare const VFileInput: {
|
|
|
33332
33376
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33333
33377
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33334
33378
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33335
|
-
clear?: ((
|
|
33379
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
33380
|
+
props: Record<string, any>;
|
|
33381
|
+
}) => vue.VNodeChild) | undefined;
|
|
33336
33382
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33337
33383
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33338
33384
|
label?: ((arg: DefaultInputSlot & {
|
|
@@ -33353,7 +33399,9 @@ declare const VFileInput: {
|
|
|
33353
33399
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33354
33400
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33355
33401
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33356
|
-
clear?: false | ((
|
|
33402
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
33403
|
+
props: Record<string, any>;
|
|
33404
|
+
}) => vue.VNodeChild) | undefined;
|
|
33357
33405
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33358
33406
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33359
33407
|
label?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33374,7 +33422,9 @@ declare const VFileInput: {
|
|
|
33374
33422
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33375
33423
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33376
33424
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33377
|
-
"v-slot:clear"?: false | ((
|
|
33425
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
33426
|
+
props: Record<string, any>;
|
|
33427
|
+
}) => vue.VNodeChild) | undefined;
|
|
33378
33428
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33379
33429
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33380
33430
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33639,7 +33689,7 @@ declare const VFileInput: {
|
|
|
33639
33689
|
errorMessages: string | readonly string[] | null;
|
|
33640
33690
|
maxErrors: string | number;
|
|
33641
33691
|
rules: readonly ValidationRule$1[];
|
|
33642
|
-
modelValue: File[];
|
|
33692
|
+
modelValue: File | File[];
|
|
33643
33693
|
rounded: string | number | boolean;
|
|
33644
33694
|
tile: boolean;
|
|
33645
33695
|
density: Density;
|
|
@@ -33677,7 +33727,7 @@ declare const VFileInput: {
|
|
|
33677
33727
|
errorMessages: string | readonly string[] | null;
|
|
33678
33728
|
maxErrors: string | number;
|
|
33679
33729
|
rules: readonly ValidationRule$1[];
|
|
33680
|
-
modelValue: File[];
|
|
33730
|
+
modelValue: File | File[];
|
|
33681
33731
|
tile: boolean;
|
|
33682
33732
|
density: Density;
|
|
33683
33733
|
prependIcon: NonNullable<IconValue>;
|
|
@@ -33724,7 +33774,9 @@ declare const VFileInput: {
|
|
|
33724
33774
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33725
33775
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33726
33776
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33727
|
-
clear?: ((
|
|
33777
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
33778
|
+
props: Record<string, any>;
|
|
33779
|
+
}) => vue.VNodeChild) | undefined;
|
|
33728
33780
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33729
33781
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33730
33782
|
label?: ((arg: DefaultInputSlot & {
|
|
@@ -33745,7 +33797,9 @@ declare const VFileInput: {
|
|
|
33745
33797
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33746
33798
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33747
33799
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33748
|
-
clear?: false | ((
|
|
33800
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
33801
|
+
props: Record<string, any>;
|
|
33802
|
+
}) => vue.VNodeChild) | undefined;
|
|
33749
33803
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33750
33804
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33751
33805
|
label?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33766,7 +33820,9 @@ declare const VFileInput: {
|
|
|
33766
33820
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33767
33821
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33768
33822
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33769
|
-
"v-slot:clear"?: false | ((
|
|
33823
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
33824
|
+
props: Record<string, any>;
|
|
33825
|
+
}) => vue.VNodeChild) | undefined;
|
|
33770
33826
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33771
33827
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33772
33828
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
@@ -34036,7 +34092,7 @@ declare const VFileInput: {
|
|
|
34036
34092
|
errorMessages: string | readonly string[] | null;
|
|
34037
34093
|
maxErrors: string | number;
|
|
34038
34094
|
rules: readonly ValidationRule$1[];
|
|
34039
|
-
modelValue: File[];
|
|
34095
|
+
modelValue: File | File[];
|
|
34040
34096
|
rounded: string | number | boolean;
|
|
34041
34097
|
tile: boolean;
|
|
34042
34098
|
density: Density;
|
|
@@ -34069,7 +34125,9 @@ declare const VFileInput: {
|
|
|
34069
34125
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
34070
34126
|
[key: string]: any;
|
|
34071
34127
|
}>[];
|
|
34072
|
-
clear: (
|
|
34128
|
+
clear: (arg: DefaultInputSlot & {
|
|
34129
|
+
props: Record<string, any>;
|
|
34130
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
34073
34131
|
[key: string]: any;
|
|
34074
34132
|
}>[];
|
|
34075
34133
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -34148,7 +34206,7 @@ declare const VFileInput: {
|
|
|
34148
34206
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
34149
34207
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
34150
34208
|
modelValue: {
|
|
34151
|
-
type: PropType<File[]>;
|
|
34209
|
+
type: PropType<File | File[]>;
|
|
34152
34210
|
default: () => never[];
|
|
34153
34211
|
validator: (val: any) => boolean;
|
|
34154
34212
|
};
|
|
@@ -34266,7 +34324,7 @@ declare const VFileInput: {
|
|
|
34266
34324
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
34267
34325
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
34268
34326
|
modelValue: {
|
|
34269
|
-
type: PropType<File[]>;
|
|
34327
|
+
type: PropType<File | File[]>;
|
|
34270
34328
|
default: () => never[];
|
|
34271
34329
|
validator: (val: any) => boolean;
|
|
34272
34330
|
};
|
|
@@ -48294,7 +48352,9 @@ declare const VSelect: {
|
|
|
48294
48352
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
48295
48353
|
[key: string]: any;
|
|
48296
48354
|
}>[];
|
|
48297
|
-
clear: (
|
|
48355
|
+
clear: (arg: DefaultInputSlot & {
|
|
48356
|
+
props: Record<string, any>;
|
|
48357
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
48298
48358
|
[key: string]: any;
|
|
48299
48359
|
}>[];
|
|
48300
48360
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -49583,7 +49643,9 @@ declare const VSelect: {
|
|
|
49583
49643
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
49584
49644
|
[key: string]: any;
|
|
49585
49645
|
}>[];
|
|
49586
|
-
clear: (
|
|
49646
|
+
clear: (arg: DefaultInputSlot & {
|
|
49647
|
+
props: Record<string, any>;
|
|
49648
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
49587
49649
|
[key: string]: any;
|
|
49588
49650
|
}>[];
|
|
49589
49651
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -59445,7 +59507,9 @@ declare const VTextarea: {
|
|
|
59445
59507
|
} & {
|
|
59446
59508
|
$children?: {} | vue.VNodeChild | {
|
|
59447
59509
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59448
|
-
clear?: ((
|
|
59510
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
59511
|
+
props: Record<string, any>;
|
|
59512
|
+
}) => vue.VNodeChild) | undefined;
|
|
59449
59513
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59450
59514
|
label?: ((arg: DefaultInputSlot & {
|
|
59451
59515
|
label: string | undefined;
|
|
@@ -59460,7 +59524,9 @@ declare const VTextarea: {
|
|
|
59460
59524
|
};
|
|
59461
59525
|
'v-slots'?: {
|
|
59462
59526
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59463
|
-
clear?: false | ((
|
|
59527
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
59528
|
+
props: Record<string, any>;
|
|
59529
|
+
}) => vue.VNodeChild) | undefined;
|
|
59464
59530
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59465
59531
|
label?: false | ((arg: DefaultInputSlot & {
|
|
59466
59532
|
label: string | undefined;
|
|
@@ -59475,7 +59541,9 @@ declare const VTextarea: {
|
|
|
59475
59541
|
} | undefined;
|
|
59476
59542
|
} & {
|
|
59477
59543
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59478
|
-
"v-slot:clear"?: false | ((
|
|
59544
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
59545
|
+
props: Record<string, any>;
|
|
59546
|
+
}) => vue.VNodeChild) | undefined;
|
|
59479
59547
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59480
59548
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
59481
59549
|
label: string | undefined;
|
|
@@ -59793,194 +59861,204 @@ declare const VTextarea: {
|
|
|
59793
59861
|
} & {
|
|
59794
59862
|
$children?: {} | vue.VNodeChild | {
|
|
59795
59863
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59796
|
-
clear?: ((
|
|
59797
|
-
|
|
59798
|
-
|
|
59799
|
-
|
|
59800
|
-
|
|
59801
|
-
|
|
59802
|
-
|
|
59803
|
-
|
|
59804
|
-
|
|
59805
|
-
|
|
59806
|
-
|
|
59807
|
-
|
|
59808
|
-
|
|
59809
|
-
|
|
59810
|
-
|
|
59811
|
-
|
|
59812
|
-
|
|
59813
|
-
|
|
59814
|
-
|
|
59864
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
59865
|
+
props: Record<string, any>;
|
|
59866
|
+
}) => vue.VNodeChild) | undefined;
|
|
59867
|
+
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59868
|
+
label?: ((arg: DefaultInputSlot & {
|
|
59869
|
+
label: string | undefined;
|
|
59870
|
+
props: Record<string, any>;
|
|
59871
|
+
}) => vue.VNodeChild) | undefined;
|
|
59872
|
+
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59873
|
+
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59874
|
+
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
59875
|
+
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59876
|
+
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59877
|
+
counter?: ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
59878
|
+
};
|
|
59879
|
+
'v-slots'?: {
|
|
59880
|
+
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59881
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
59882
|
+
props: Record<string, any>;
|
|
59883
|
+
}) => vue.VNodeChild) | undefined;
|
|
59884
|
+
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59885
|
+
label?: false | ((arg: DefaultInputSlot & {
|
|
59886
|
+
label: string | undefined;
|
|
59887
|
+
props: Record<string, any>;
|
|
59888
|
+
}) => vue.VNodeChild) | undefined;
|
|
59889
|
+
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59890
|
+
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59891
|
+
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
59892
|
+
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59893
|
+
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59894
|
+
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
59895
|
+
} | undefined;
|
|
59896
|
+
} & {
|
|
59897
|
+
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59898
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
59899
|
+
props: Record<string, any>;
|
|
59900
|
+
}) => vue.VNodeChild) | undefined;
|
|
59901
|
+
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59902
|
+
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
59903
|
+
label: string | undefined;
|
|
59904
|
+
props: Record<string, any>;
|
|
59905
|
+
}) => vue.VNodeChild) | undefined;
|
|
59906
|
+
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59907
|
+
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59908
|
+
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
59909
|
+
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59910
|
+
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59911
|
+
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
59912
|
+
} & {
|
|
59913
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
59914
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
59915
|
+
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
59916
|
+
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
59917
|
+
}, {
|
|
59918
|
+
flat: boolean;
|
|
59919
|
+
reverse: boolean;
|
|
59920
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
59921
|
+
error: boolean;
|
|
59922
|
+
active: boolean;
|
|
59923
|
+
direction: "horizontal" | "vertical";
|
|
59924
|
+
style: vue.StyleValue;
|
|
59925
|
+
autofocus: boolean;
|
|
59926
|
+
disabled: boolean;
|
|
59927
|
+
readonly: boolean | null;
|
|
59928
|
+
messages: string | readonly string[];
|
|
59929
|
+
focused: boolean;
|
|
59930
|
+
errorMessages: string | readonly string[] | null;
|
|
59931
|
+
maxErrors: string | number;
|
|
59932
|
+
rules: readonly ValidationRule$1[];
|
|
59933
|
+
rounded: string | number | boolean;
|
|
59934
|
+
tile: boolean;
|
|
59935
|
+
density: Density;
|
|
59936
|
+
clearIcon: IconValue;
|
|
59937
|
+
centerAffix: boolean;
|
|
59938
|
+
hideSpinButtons: boolean;
|
|
59939
|
+
persistentHint: boolean;
|
|
59940
|
+
clearable: boolean;
|
|
59941
|
+
dirty: boolean;
|
|
59942
|
+
persistentClear: boolean;
|
|
59943
|
+
singleLine: boolean;
|
|
59944
|
+
persistentPlaceholder: boolean;
|
|
59945
|
+
persistentCounter: boolean;
|
|
59946
|
+
autoGrow: boolean;
|
|
59947
|
+
noResize: boolean;
|
|
59948
|
+
rows: string | number;
|
|
59949
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
59950
|
+
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59951
|
+
[key: string]: any;
|
|
59952
|
+
}>[];
|
|
59953
|
+
clear: (arg: DefaultInputSlot & {
|
|
59954
|
+
props: Record<string, any>;
|
|
59955
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59956
|
+
[key: string]: any;
|
|
59957
|
+
}>[];
|
|
59958
|
+
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59959
|
+
[key: string]: any;
|
|
59960
|
+
}>[];
|
|
59961
|
+
label: (arg: DefaultInputSlot & {
|
|
59962
|
+
label: string | undefined;
|
|
59963
|
+
props: Record<string, any>;
|
|
59964
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59965
|
+
[key: string]: any;
|
|
59966
|
+
}>[];
|
|
59967
|
+
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59968
|
+
[key: string]: any;
|
|
59969
|
+
}>[];
|
|
59970
|
+
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59971
|
+
[key: string]: any;
|
|
59972
|
+
}>[];
|
|
59973
|
+
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59974
|
+
[key: string]: any;
|
|
59975
|
+
}>[];
|
|
59976
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59977
|
+
[key: string]: any;
|
|
59978
|
+
}>[];
|
|
59979
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59980
|
+
[key: string]: any;
|
|
59981
|
+
}>[];
|
|
59982
|
+
counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59983
|
+
[key: string]: any;
|
|
59984
|
+
}>[];
|
|
59985
|
+
}>>, {
|
|
59986
|
+
P: {};
|
|
59987
|
+
B: {};
|
|
59988
|
+
D: {};
|
|
59989
|
+
C: {};
|
|
59990
|
+
M: {};
|
|
59991
|
+
Defaults: {};
|
|
59992
|
+
}, {
|
|
59993
|
+
flat: boolean;
|
|
59994
|
+
reverse: boolean;
|
|
59995
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
59996
|
+
error: boolean;
|
|
59997
|
+
active: boolean;
|
|
59998
|
+
direction: "horizontal" | "vertical";
|
|
59999
|
+
style: vue.StyleValue;
|
|
60000
|
+
autofocus: boolean;
|
|
60001
|
+
disabled: boolean;
|
|
60002
|
+
readonly: boolean | null;
|
|
60003
|
+
messages: string | readonly string[];
|
|
60004
|
+
focused: boolean;
|
|
60005
|
+
errorMessages: string | readonly string[] | null;
|
|
60006
|
+
maxErrors: string | number;
|
|
60007
|
+
rules: readonly ValidationRule$1[];
|
|
60008
|
+
tile: boolean;
|
|
60009
|
+
density: Density;
|
|
60010
|
+
clearIcon: IconValue;
|
|
60011
|
+
hideSpinButtons: boolean;
|
|
60012
|
+
persistentHint: boolean;
|
|
60013
|
+
clearable: boolean;
|
|
60014
|
+
dirty: boolean;
|
|
60015
|
+
persistentClear: boolean;
|
|
60016
|
+
singleLine: boolean;
|
|
60017
|
+
persistentPlaceholder: boolean;
|
|
60018
|
+
persistentCounter: boolean;
|
|
60019
|
+
autoGrow: boolean;
|
|
60020
|
+
noResize: boolean;
|
|
60021
|
+
rows: string | number;
|
|
60022
|
+
} & {
|
|
60023
|
+
id?: string | undefined;
|
|
60024
|
+
name?: string | undefined;
|
|
60025
|
+
color?: string | undefined;
|
|
60026
|
+
loading?: string | boolean | undefined;
|
|
60027
|
+
label?: string | undefined;
|
|
60028
|
+
prefix?: string | undefined;
|
|
60029
|
+
class?: any;
|
|
60030
|
+
placeholder?: string | undefined;
|
|
60031
|
+
theme?: string | undefined;
|
|
60032
|
+
counter?: string | number | true | undefined;
|
|
60033
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
60034
|
+
modelValue?: any;
|
|
60035
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
60036
|
+
validationValue?: any;
|
|
60037
|
+
rounded?: string | number | boolean | undefined;
|
|
60038
|
+
bgColor?: string | undefined;
|
|
60039
|
+
prependIcon?: IconValue | undefined;
|
|
60040
|
+
appendIcon?: IconValue | undefined;
|
|
60041
|
+
baseColor?: string | undefined;
|
|
60042
|
+
appendInnerIcon?: IconValue | undefined;
|
|
60043
|
+
prependInnerIcon?: IconValue | undefined;
|
|
60044
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
60045
|
+
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
60046
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
60047
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
60048
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
60049
|
+
centerAffix?: boolean | undefined;
|
|
60050
|
+
hint?: string | undefined;
|
|
60051
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
60052
|
+
suffix?: string | undefined;
|
|
60053
|
+
counterValue?: ((value: any) => number) | undefined;
|
|
60054
|
+
modelModifiers?: Record<string, boolean> | undefined;
|
|
60055
|
+
maxRows?: string | number | undefined;
|
|
60056
|
+
} & {
|
|
60057
|
+
$children?: {} | vue.VNodeChild | {
|
|
60058
|
+
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60059
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
59815
60060
|
props: Record<string, any>;
|
|
59816
60061
|
}) => vue.VNodeChild) | undefined;
|
|
59817
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59818
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59819
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
59820
|
-
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59821
|
-
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59822
|
-
counter?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
59823
|
-
} | undefined;
|
|
59824
|
-
} & {
|
|
59825
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59826
|
-
"v-slot:clear"?: false | (() => vue.VNodeChild) | undefined;
|
|
59827
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59828
|
-
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
59829
|
-
label: string | undefined;
|
|
59830
|
-
props: Record<string, any>;
|
|
59831
|
-
}) => vue.VNodeChild) | undefined;
|
|
59832
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59833
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59834
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
59835
|
-
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59836
|
-
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
59837
|
-
"v-slot:counter"?: false | ((arg: VCounterSlot) => vue.VNodeChild) | undefined;
|
|
59838
|
-
} & {
|
|
59839
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
59840
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
59841
|
-
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
59842
|
-
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
59843
|
-
}, {
|
|
59844
|
-
flat: boolean;
|
|
59845
|
-
reverse: boolean;
|
|
59846
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
59847
|
-
error: boolean;
|
|
59848
|
-
active: boolean;
|
|
59849
|
-
direction: "horizontal" | "vertical";
|
|
59850
|
-
style: vue.StyleValue;
|
|
59851
|
-
autofocus: boolean;
|
|
59852
|
-
disabled: boolean;
|
|
59853
|
-
readonly: boolean | null;
|
|
59854
|
-
messages: string | readonly string[];
|
|
59855
|
-
focused: boolean;
|
|
59856
|
-
errorMessages: string | readonly string[] | null;
|
|
59857
|
-
maxErrors: string | number;
|
|
59858
|
-
rules: readonly ValidationRule$1[];
|
|
59859
|
-
rounded: string | number | boolean;
|
|
59860
|
-
tile: boolean;
|
|
59861
|
-
density: Density;
|
|
59862
|
-
clearIcon: IconValue;
|
|
59863
|
-
centerAffix: boolean;
|
|
59864
|
-
hideSpinButtons: boolean;
|
|
59865
|
-
persistentHint: boolean;
|
|
59866
|
-
clearable: boolean;
|
|
59867
|
-
dirty: boolean;
|
|
59868
|
-
persistentClear: boolean;
|
|
59869
|
-
singleLine: boolean;
|
|
59870
|
-
persistentPlaceholder: boolean;
|
|
59871
|
-
persistentCounter: boolean;
|
|
59872
|
-
autoGrow: boolean;
|
|
59873
|
-
noResize: boolean;
|
|
59874
|
-
rows: string | number;
|
|
59875
|
-
}, true, {}, vue.SlotsType<Partial<{
|
|
59876
|
-
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59877
|
-
[key: string]: any;
|
|
59878
|
-
}>[];
|
|
59879
|
-
clear: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59880
|
-
[key: string]: any;
|
|
59881
|
-
}>[];
|
|
59882
|
-
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59883
|
-
[key: string]: any;
|
|
59884
|
-
}>[];
|
|
59885
|
-
label: (arg: DefaultInputSlot & {
|
|
59886
|
-
label: string | undefined;
|
|
59887
|
-
props: Record<string, any>;
|
|
59888
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59889
|
-
[key: string]: any;
|
|
59890
|
-
}>[];
|
|
59891
|
-
append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59892
|
-
[key: string]: any;
|
|
59893
|
-
}>[];
|
|
59894
|
-
prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59895
|
-
[key: string]: any;
|
|
59896
|
-
}>[];
|
|
59897
|
-
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59898
|
-
[key: string]: any;
|
|
59899
|
-
}>[];
|
|
59900
|
-
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59901
|
-
[key: string]: any;
|
|
59902
|
-
}>[];
|
|
59903
|
-
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59904
|
-
[key: string]: any;
|
|
59905
|
-
}>[];
|
|
59906
|
-
counter: (arg: VCounterSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59907
|
-
[key: string]: any;
|
|
59908
|
-
}>[];
|
|
59909
|
-
}>>, {
|
|
59910
|
-
P: {};
|
|
59911
|
-
B: {};
|
|
59912
|
-
D: {};
|
|
59913
|
-
C: {};
|
|
59914
|
-
M: {};
|
|
59915
|
-
Defaults: {};
|
|
59916
|
-
}, {
|
|
59917
|
-
flat: boolean;
|
|
59918
|
-
reverse: boolean;
|
|
59919
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
59920
|
-
error: boolean;
|
|
59921
|
-
active: boolean;
|
|
59922
|
-
direction: "horizontal" | "vertical";
|
|
59923
|
-
style: vue.StyleValue;
|
|
59924
|
-
autofocus: boolean;
|
|
59925
|
-
disabled: boolean;
|
|
59926
|
-
readonly: boolean | null;
|
|
59927
|
-
messages: string | readonly string[];
|
|
59928
|
-
focused: boolean;
|
|
59929
|
-
errorMessages: string | readonly string[] | null;
|
|
59930
|
-
maxErrors: string | number;
|
|
59931
|
-
rules: readonly ValidationRule$1[];
|
|
59932
|
-
tile: boolean;
|
|
59933
|
-
density: Density;
|
|
59934
|
-
clearIcon: IconValue;
|
|
59935
|
-
hideSpinButtons: boolean;
|
|
59936
|
-
persistentHint: boolean;
|
|
59937
|
-
clearable: boolean;
|
|
59938
|
-
dirty: boolean;
|
|
59939
|
-
persistentClear: boolean;
|
|
59940
|
-
singleLine: boolean;
|
|
59941
|
-
persistentPlaceholder: boolean;
|
|
59942
|
-
persistentCounter: boolean;
|
|
59943
|
-
autoGrow: boolean;
|
|
59944
|
-
noResize: boolean;
|
|
59945
|
-
rows: string | number;
|
|
59946
|
-
} & {
|
|
59947
|
-
id?: string | undefined;
|
|
59948
|
-
name?: string | undefined;
|
|
59949
|
-
color?: string | undefined;
|
|
59950
|
-
loading?: string | boolean | undefined;
|
|
59951
|
-
label?: string | undefined;
|
|
59952
|
-
prefix?: string | undefined;
|
|
59953
|
-
class?: any;
|
|
59954
|
-
placeholder?: string | undefined;
|
|
59955
|
-
theme?: string | undefined;
|
|
59956
|
-
counter?: string | number | true | undefined;
|
|
59957
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
59958
|
-
modelValue?: any;
|
|
59959
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
59960
|
-
validationValue?: any;
|
|
59961
|
-
rounded?: string | number | boolean | undefined;
|
|
59962
|
-
bgColor?: string | undefined;
|
|
59963
|
-
prependIcon?: IconValue | undefined;
|
|
59964
|
-
appendIcon?: IconValue | undefined;
|
|
59965
|
-
baseColor?: string | undefined;
|
|
59966
|
-
appendInnerIcon?: IconValue | undefined;
|
|
59967
|
-
prependInnerIcon?: IconValue | undefined;
|
|
59968
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
59969
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
59970
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
59971
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
59972
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
59973
|
-
centerAffix?: boolean | undefined;
|
|
59974
|
-
hint?: string | undefined;
|
|
59975
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
59976
|
-
suffix?: string | undefined;
|
|
59977
|
-
counterValue?: ((value: any) => number) | undefined;
|
|
59978
|
-
modelModifiers?: Record<string, boolean> | undefined;
|
|
59979
|
-
maxRows?: string | number | undefined;
|
|
59980
|
-
} & {
|
|
59981
|
-
$children?: {} | vue.VNodeChild | {
|
|
59982
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59983
|
-
clear?: (() => vue.VNodeChild) | undefined;
|
|
59984
60062
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59985
60063
|
label?: ((arg: DefaultInputSlot & {
|
|
59986
60064
|
label: string | undefined;
|
|
@@ -59995,7 +60073,9 @@ declare const VTextarea: {
|
|
|
59995
60073
|
};
|
|
59996
60074
|
'v-slots'?: {
|
|
59997
60075
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59998
|
-
clear?: false | ((
|
|
60076
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
60077
|
+
props: Record<string, any>;
|
|
60078
|
+
}) => vue.VNodeChild) | undefined;
|
|
59999
60079
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60000
60080
|
label?: false | ((arg: DefaultInputSlot & {
|
|
60001
60081
|
label: string | undefined;
|
|
@@ -60010,7 +60090,9 @@ declare const VTextarea: {
|
|
|
60010
60090
|
} | undefined;
|
|
60011
60091
|
} & {
|
|
60012
60092
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60013
|
-
"v-slot:clear"?: false | ((
|
|
60093
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
60094
|
+
props: Record<string, any>;
|
|
60095
|
+
}) => vue.VNodeChild) | undefined;
|
|
60014
60096
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60015
60097
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
60016
60098
|
label: string | undefined;
|
|
@@ -60359,7 +60441,9 @@ declare const VTextarea: {
|
|
|
60359
60441
|
} & {
|
|
60360
60442
|
$children?: {} | vue.VNodeChild | {
|
|
60361
60443
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60362
|
-
clear?: ((
|
|
60444
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
60445
|
+
props: Record<string, any>;
|
|
60446
|
+
}) => vue.VNodeChild) | undefined;
|
|
60363
60447
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60364
60448
|
label?: ((arg: DefaultInputSlot & {
|
|
60365
60449
|
label: string | undefined;
|
|
@@ -60374,7 +60458,9 @@ declare const VTextarea: {
|
|
|
60374
60458
|
};
|
|
60375
60459
|
'v-slots'?: {
|
|
60376
60460
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60377
|
-
clear?: false | ((
|
|
60461
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
60462
|
+
props: Record<string, any>;
|
|
60463
|
+
}) => vue.VNodeChild) | undefined;
|
|
60378
60464
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60379
60465
|
label?: false | ((arg: DefaultInputSlot & {
|
|
60380
60466
|
label: string | undefined;
|
|
@@ -60389,7 +60475,9 @@ declare const VTextarea: {
|
|
|
60389
60475
|
} | undefined;
|
|
60390
60476
|
} & {
|
|
60391
60477
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60392
|
-
"v-slot:clear"?: false | ((
|
|
60478
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
60479
|
+
props: Record<string, any>;
|
|
60480
|
+
}) => vue.VNodeChild) | undefined;
|
|
60393
60481
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60394
60482
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
60395
60483
|
label: string | undefined;
|
|
@@ -60676,7 +60764,9 @@ declare const VTextarea: {
|
|
|
60676
60764
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60677
60765
|
[key: string]: any;
|
|
60678
60766
|
}>[];
|
|
60679
|
-
clear: (
|
|
60767
|
+
clear: (arg: DefaultInputSlot & {
|
|
60768
|
+
props: Record<string, any>;
|
|
60769
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60680
60770
|
[key: string]: any;
|
|
60681
60771
|
}>[];
|
|
60682
60772
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -60999,7 +61089,9 @@ declare const VTextField: {
|
|
|
60999
61089
|
} & {
|
|
61000
61090
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
61001
61091
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61002
|
-
clear?: ((
|
|
61092
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
61093
|
+
props: Record<string, any>;
|
|
61094
|
+
}) => vue.VNodeChild) | undefined;
|
|
61003
61095
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61004
61096
|
label?: ((arg: DefaultInputSlot & {
|
|
61005
61097
|
label: string | undefined;
|
|
@@ -61015,7 +61107,9 @@ declare const VTextField: {
|
|
|
61015
61107
|
};
|
|
61016
61108
|
'v-slots'?: {
|
|
61017
61109
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61018
|
-
clear?: false | ((
|
|
61110
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
61111
|
+
props: Record<string, any>;
|
|
61112
|
+
}) => vue.VNodeChild) | undefined;
|
|
61019
61113
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61020
61114
|
label?: false | ((arg: DefaultInputSlot & {
|
|
61021
61115
|
label: string | undefined;
|
|
@@ -61031,7 +61125,9 @@ declare const VTextField: {
|
|
|
61031
61125
|
} | undefined;
|
|
61032
61126
|
} & {
|
|
61033
61127
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61034
|
-
"v-slot:clear"?: false | ((
|
|
61128
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
61129
|
+
props: Record<string, any>;
|
|
61130
|
+
}) => vue.VNodeChild) | undefined;
|
|
61035
61131
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61036
61132
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
61037
61133
|
label: string | undefined;
|
|
@@ -61371,7 +61467,9 @@ declare const VTextField: {
|
|
|
61371
61467
|
[x: string]: unknown;
|
|
61372
61468
|
};
|
|
61373
61469
|
$slots: Readonly<{
|
|
61374
|
-
clear?: ((
|
|
61470
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
61471
|
+
props: Record<string, any>;
|
|
61472
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61375
61473
|
[key: string]: any;
|
|
61376
61474
|
}>[]) | undefined;
|
|
61377
61475
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -61454,7 +61552,9 @@ declare const VTextField: {
|
|
|
61454
61552
|
persistentClear: boolean;
|
|
61455
61553
|
singleLine: boolean;
|
|
61456
61554
|
}, {}, string, vue.SlotsType<Partial<{
|
|
61457
|
-
clear: (
|
|
61555
|
+
clear: (arg: DefaultInputSlot & {
|
|
61556
|
+
props: Record<string, any>;
|
|
61557
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61458
61558
|
[key: string]: any;
|
|
61459
61559
|
}>[];
|
|
61460
61560
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -61604,7 +61704,9 @@ declare const VTextField: {
|
|
|
61604
61704
|
} & {
|
|
61605
61705
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
61606
61706
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61607
|
-
clear?: ((
|
|
61707
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
61708
|
+
props: Record<string, any>;
|
|
61709
|
+
}) => vue.VNodeChild) | undefined;
|
|
61608
61710
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61609
61711
|
label?: ((arg: DefaultInputSlot & {
|
|
61610
61712
|
label: string | undefined;
|
|
@@ -61620,7 +61722,9 @@ declare const VTextField: {
|
|
|
61620
61722
|
};
|
|
61621
61723
|
'v-slots'?: {
|
|
61622
61724
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61623
|
-
clear?: false | ((
|
|
61725
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
61726
|
+
props: Record<string, any>;
|
|
61727
|
+
}) => vue.VNodeChild) | undefined;
|
|
61624
61728
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61625
61729
|
label?: false | ((arg: DefaultInputSlot & {
|
|
61626
61730
|
label: string | undefined;
|
|
@@ -61636,7 +61740,9 @@ declare const VTextField: {
|
|
|
61636
61740
|
} | undefined;
|
|
61637
61741
|
} & {
|
|
61638
61742
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61639
|
-
"v-slot:clear"?: false | ((
|
|
61743
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
61744
|
+
props: Record<string, any>;
|
|
61745
|
+
}) => vue.VNodeChild) | undefined;
|
|
61640
61746
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61641
61747
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
61642
61748
|
label: string | undefined;
|
|
@@ -61688,7 +61794,9 @@ declare const VTextField: {
|
|
|
61688
61794
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61689
61795
|
[key: string]: any;
|
|
61690
61796
|
}>[];
|
|
61691
|
-
clear: (
|
|
61797
|
+
clear: (arg: DefaultInputSlot & {
|
|
61798
|
+
props: Record<string, any>;
|
|
61799
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61692
61800
|
[key: string]: any;
|
|
61693
61801
|
}>[];
|
|
61694
61802
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -61793,7 +61901,9 @@ declare const VTextField: {
|
|
|
61793
61901
|
} & {
|
|
61794
61902
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
61795
61903
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61796
|
-
clear?: ((
|
|
61904
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
61905
|
+
props: Record<string, any>;
|
|
61906
|
+
}) => vue.VNodeChild) | undefined;
|
|
61797
61907
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61798
61908
|
label?: ((arg: DefaultInputSlot & {
|
|
61799
61909
|
label: string | undefined;
|
|
@@ -61809,7 +61919,9 @@ declare const VTextField: {
|
|
|
61809
61919
|
};
|
|
61810
61920
|
'v-slots'?: {
|
|
61811
61921
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61812
|
-
clear?: false | ((
|
|
61922
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
61923
|
+
props: Record<string, any>;
|
|
61924
|
+
}) => vue.VNodeChild) | undefined;
|
|
61813
61925
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61814
61926
|
label?: false | ((arg: DefaultInputSlot & {
|
|
61815
61927
|
label: string | undefined;
|
|
@@ -61825,7 +61937,9 @@ declare const VTextField: {
|
|
|
61825
61937
|
} | undefined;
|
|
61826
61938
|
} & {
|
|
61827
61939
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61828
|
-
"v-slot:clear"?: false | ((
|
|
61940
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
61941
|
+
props: Record<string, any>;
|
|
61942
|
+
}) => vue.VNodeChild) | undefined;
|
|
61829
61943
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61830
61944
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
61831
61945
|
label: string | undefined;
|
|
@@ -62165,7 +62279,9 @@ declare const VTextField: {
|
|
|
62165
62279
|
[x: string]: unknown;
|
|
62166
62280
|
};
|
|
62167
62281
|
$slots: Readonly<{
|
|
62168
|
-
clear?: ((
|
|
62282
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
62283
|
+
props: Record<string, any>;
|
|
62284
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62169
62285
|
[key: string]: any;
|
|
62170
62286
|
}>[]) | undefined;
|
|
62171
62287
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -62248,7 +62364,9 @@ declare const VTextField: {
|
|
|
62248
62364
|
persistentClear: boolean;
|
|
62249
62365
|
singleLine: boolean;
|
|
62250
62366
|
}, {}, string, vue.SlotsType<Partial<{
|
|
62251
|
-
clear: (
|
|
62367
|
+
clear: (arg: DefaultInputSlot & {
|
|
62368
|
+
props: Record<string, any>;
|
|
62369
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62252
62370
|
[key: string]: any;
|
|
62253
62371
|
}>[];
|
|
62254
62372
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -62427,7 +62545,9 @@ declare const VTextField: {
|
|
|
62427
62545
|
} & {
|
|
62428
62546
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
62429
62547
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
62430
|
-
clear?: ((
|
|
62548
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
62549
|
+
props: Record<string, any>;
|
|
62550
|
+
}) => vue.VNodeChild) | undefined;
|
|
62431
62551
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
62432
62552
|
label?: ((arg: DefaultInputSlot & {
|
|
62433
62553
|
label: string | undefined;
|
|
@@ -62443,7 +62563,9 @@ declare const VTextField: {
|
|
|
62443
62563
|
};
|
|
62444
62564
|
'v-slots'?: {
|
|
62445
62565
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
62446
|
-
clear?: false | ((
|
|
62566
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
62567
|
+
props: Record<string, any>;
|
|
62568
|
+
}) => vue.VNodeChild) | undefined;
|
|
62447
62569
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
62448
62570
|
label?: false | ((arg: DefaultInputSlot & {
|
|
62449
62571
|
label: string | undefined;
|
|
@@ -62459,7 +62581,9 @@ declare const VTextField: {
|
|
|
62459
62581
|
} | undefined;
|
|
62460
62582
|
} & {
|
|
62461
62583
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
62462
|
-
"v-slot:clear"?: false | ((
|
|
62584
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
62585
|
+
props: Record<string, any>;
|
|
62586
|
+
}) => vue.VNodeChild) | undefined;
|
|
62463
62587
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
62464
62588
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
62465
62589
|
label: string | undefined;
|
|
@@ -62799,7 +62923,9 @@ declare const VTextField: {
|
|
|
62799
62923
|
[x: string]: unknown;
|
|
62800
62924
|
};
|
|
62801
62925
|
$slots: Readonly<{
|
|
62802
|
-
clear?: ((
|
|
62926
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
62927
|
+
props: Record<string, any>;
|
|
62928
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62803
62929
|
[key: string]: any;
|
|
62804
62930
|
}>[]) | undefined;
|
|
62805
62931
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -62882,7 +63008,9 @@ declare const VTextField: {
|
|
|
62882
63008
|
persistentClear: boolean;
|
|
62883
63009
|
singleLine: boolean;
|
|
62884
63010
|
}, {}, string, vue.SlotsType<Partial<{
|
|
62885
|
-
clear: (
|
|
63011
|
+
clear: (arg: DefaultInputSlot & {
|
|
63012
|
+
props: Record<string, any>;
|
|
63013
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62886
63014
|
[key: string]: any;
|
|
62887
63015
|
}>[];
|
|
62888
63016
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -63001,7 +63129,9 @@ declare const VTextField: {
|
|
|
63001
63129
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63002
63130
|
[key: string]: any;
|
|
63003
63131
|
}>[];
|
|
63004
|
-
clear: (
|
|
63132
|
+
clear: (arg: DefaultInputSlot & {
|
|
63133
|
+
props: Record<string, any>;
|
|
63134
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
63005
63135
|
[key: string]: any;
|
|
63006
63136
|
}>[];
|
|
63007
63137
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -71507,7 +71637,9 @@ declare const VNumberInput: {
|
|
|
71507
71637
|
} & {
|
|
71508
71638
|
$children?: {} | vue.VNodeChild | {
|
|
71509
71639
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71510
|
-
clear?: ((
|
|
71640
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
71641
|
+
props: Record<string, any>;
|
|
71642
|
+
}) => vue.VNodeChild) | undefined;
|
|
71511
71643
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71512
71644
|
label?: ((arg: DefaultInputSlot & {
|
|
71513
71645
|
label: string | undefined;
|
|
@@ -71523,7 +71655,9 @@ declare const VNumberInput: {
|
|
|
71523
71655
|
};
|
|
71524
71656
|
'v-slots'?: {
|
|
71525
71657
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71526
|
-
clear?: false | ((
|
|
71658
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
71659
|
+
props: Record<string, any>;
|
|
71660
|
+
}) => vue.VNodeChild) | undefined;
|
|
71527
71661
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71528
71662
|
label?: false | ((arg: DefaultInputSlot & {
|
|
71529
71663
|
label: string | undefined;
|
|
@@ -71539,7 +71673,9 @@ declare const VNumberInput: {
|
|
|
71539
71673
|
} | undefined;
|
|
71540
71674
|
} & {
|
|
71541
71675
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71542
|
-
"v-slot:clear"?: false | ((
|
|
71676
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
71677
|
+
props: Record<string, any>;
|
|
71678
|
+
}) => vue.VNodeChild) | undefined;
|
|
71543
71679
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71544
71680
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
71545
71681
|
label: string | undefined;
|
|
@@ -71588,7 +71724,9 @@ declare const VNumberInput: {
|
|
|
71588
71724
|
} & {
|
|
71589
71725
|
$children?: {} | vue.VNodeChild | {
|
|
71590
71726
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71591
|
-
clear?: ((
|
|
71727
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
71728
|
+
props: Record<string, any>;
|
|
71729
|
+
}) => vue.VNodeChild) | undefined;
|
|
71592
71730
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71593
71731
|
label?: ((arg: DefaultInputSlot & {
|
|
71594
71732
|
label: string | undefined;
|
|
@@ -71604,7 +71742,9 @@ declare const VNumberInput: {
|
|
|
71604
71742
|
};
|
|
71605
71743
|
'v-slots'?: {
|
|
71606
71744
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71607
|
-
clear?: false | ((
|
|
71745
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
71746
|
+
props: Record<string, any>;
|
|
71747
|
+
}) => vue.VNodeChild) | undefined;
|
|
71608
71748
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71609
71749
|
label?: false | ((arg: DefaultInputSlot & {
|
|
71610
71750
|
label: string | undefined;
|
|
@@ -71620,7 +71760,9 @@ declare const VNumberInput: {
|
|
|
71620
71760
|
} | undefined;
|
|
71621
71761
|
} & {
|
|
71622
71762
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71623
|
-
"v-slot:clear"?: false | ((
|
|
71763
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
71764
|
+
props: Record<string, any>;
|
|
71765
|
+
}) => vue.VNodeChild) | undefined;
|
|
71624
71766
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71625
71767
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
71626
71768
|
label: string | undefined;
|
|
@@ -71654,7 +71796,9 @@ declare const VNumberInput: {
|
|
|
71654
71796
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71655
71797
|
[key: string]: any;
|
|
71656
71798
|
}>[];
|
|
71657
|
-
clear: (
|
|
71799
|
+
clear: (arg: DefaultInputSlot & {
|
|
71800
|
+
props: Record<string, any>;
|
|
71801
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71658
71802
|
[key: string]: any;
|
|
71659
71803
|
}>[];
|
|
71660
71804
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -71726,7 +71870,9 @@ declare const VNumberInput: {
|
|
|
71726
71870
|
} & {
|
|
71727
71871
|
$children?: {} | vue.VNodeChild | {
|
|
71728
71872
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71729
|
-
clear?: ((
|
|
71873
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
71874
|
+
props: Record<string, any>;
|
|
71875
|
+
}) => vue.VNodeChild) | undefined;
|
|
71730
71876
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71731
71877
|
label?: ((arg: DefaultInputSlot & {
|
|
71732
71878
|
label: string | undefined;
|
|
@@ -71742,7 +71888,9 @@ declare const VNumberInput: {
|
|
|
71742
71888
|
};
|
|
71743
71889
|
'v-slots'?: {
|
|
71744
71890
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71745
|
-
clear?: false | ((
|
|
71891
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
71892
|
+
props: Record<string, any>;
|
|
71893
|
+
}) => vue.VNodeChild) | undefined;
|
|
71746
71894
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71747
71895
|
label?: false | ((arg: DefaultInputSlot & {
|
|
71748
71896
|
label: string | undefined;
|
|
@@ -71758,7 +71906,9 @@ declare const VNumberInput: {
|
|
|
71758
71906
|
} | undefined;
|
|
71759
71907
|
} & {
|
|
71760
71908
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71761
|
-
"v-slot:clear"?: false | ((
|
|
71909
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
71910
|
+
props: Record<string, any>;
|
|
71911
|
+
}) => vue.VNodeChild) | undefined;
|
|
71762
71912
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71763
71913
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
71764
71914
|
label: string | undefined;
|
|
@@ -71824,7 +71974,9 @@ declare const VNumberInput: {
|
|
|
71824
71974
|
} & {
|
|
71825
71975
|
$children?: {} | vue.VNodeChild | {
|
|
71826
71976
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71827
|
-
clear?: ((
|
|
71977
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
71978
|
+
props: Record<string, any>;
|
|
71979
|
+
}) => vue.VNodeChild) | undefined;
|
|
71828
71980
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71829
71981
|
label?: ((arg: DefaultInputSlot & {
|
|
71830
71982
|
label: string | undefined;
|
|
@@ -71840,7 +71992,9 @@ declare const VNumberInput: {
|
|
|
71840
71992
|
};
|
|
71841
71993
|
'v-slots'?: {
|
|
71842
71994
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71843
|
-
clear?: false | ((
|
|
71995
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
71996
|
+
props: Record<string, any>;
|
|
71997
|
+
}) => vue.VNodeChild) | undefined;
|
|
71844
71998
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71845
71999
|
label?: false | ((arg: DefaultInputSlot & {
|
|
71846
72000
|
label: string | undefined;
|
|
@@ -71856,7 +72010,9 @@ declare const VNumberInput: {
|
|
|
71856
72010
|
} | undefined;
|
|
71857
72011
|
} & {
|
|
71858
72012
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
71859
|
-
"v-slot:clear"?: false | ((
|
|
72013
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
72014
|
+
props: Record<string, any>;
|
|
72015
|
+
}) => vue.VNodeChild) | undefined;
|
|
71860
72016
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
71861
72017
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
71862
72018
|
label: string | undefined;
|
|
@@ -71892,7 +72048,9 @@ declare const VNumberInput: {
|
|
|
71892
72048
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71893
72049
|
[key: string]: any;
|
|
71894
72050
|
}>[];
|
|
71895
|
-
clear: (
|
|
72051
|
+
clear: (arg: DefaultInputSlot & {
|
|
72052
|
+
props: Record<string, any>;
|
|
72053
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
71896
72054
|
[key: string]: any;
|
|
71897
72055
|
}>[];
|
|
71898
72056
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -76239,6 +76397,8 @@ declare const createVuetify: (options?: VuetifyOptions) => {
|
|
|
76239
76397
|
getWeekdays: () => string[];
|
|
76240
76398
|
getMonth: (date: unknown) => number;
|
|
76241
76399
|
setMonth: (date: unknown, month: number) => unknown;
|
|
76400
|
+
getDate: (date: unknown) => number;
|
|
76401
|
+
setDate: (date: unknown, day: number) => unknown;
|
|
76242
76402
|
getNextMonth: (date: unknown) => unknown;
|
|
76243
76403
|
getHours: (date: unknown) => number;
|
|
76244
76404
|
setHours: (date: unknown, hours: number) => unknown;
|