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.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;
|
|
@@ -3128,391 +3132,6 @@ interface LoaderSlotProps {
|
|
|
3128
3132
|
isActive: boolean;
|
|
3129
3133
|
}
|
|
3130
3134
|
|
|
3131
|
-
interface DefaultInputSlot {
|
|
3132
|
-
isActive: Ref<boolean>;
|
|
3133
|
-
isFocused: Ref<boolean>;
|
|
3134
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
3135
|
-
focus: () => void;
|
|
3136
|
-
blur: () => void;
|
|
3137
|
-
}
|
|
3138
|
-
interface VFieldSlot extends DefaultInputSlot {
|
|
3139
|
-
props: Record<string, unknown>;
|
|
3140
|
-
}
|
|
3141
|
-
type VFieldSlots = {
|
|
3142
|
-
clear: never;
|
|
3143
|
-
'prepend-inner': DefaultInputSlot;
|
|
3144
|
-
'append-inner': DefaultInputSlot;
|
|
3145
|
-
label: DefaultInputSlot & {
|
|
3146
|
-
label: string | undefined;
|
|
3147
|
-
props: Record<string, any>;
|
|
3148
|
-
};
|
|
3149
|
-
loader: LoaderSlotProps;
|
|
3150
|
-
default: VFieldSlot;
|
|
3151
|
-
};
|
|
3152
|
-
declare const VField: {
|
|
3153
|
-
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3154
|
-
flat: boolean;
|
|
3155
|
-
reverse: boolean;
|
|
3156
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3157
|
-
error: boolean;
|
|
3158
|
-
active: boolean;
|
|
3159
|
-
style: vue.StyleValue;
|
|
3160
|
-
disabled: boolean;
|
|
3161
|
-
focused: boolean;
|
|
3162
|
-
tile: boolean;
|
|
3163
|
-
clearIcon: IconValue;
|
|
3164
|
-
clearable: boolean;
|
|
3165
|
-
dirty: boolean;
|
|
3166
|
-
persistentClear: boolean;
|
|
3167
|
-
singleLine: boolean;
|
|
3168
|
-
} & {
|
|
3169
|
-
id?: string | undefined;
|
|
3170
|
-
color?: string | undefined;
|
|
3171
|
-
loading?: string | boolean | undefined;
|
|
3172
|
-
label?: string | undefined;
|
|
3173
|
-
class?: any;
|
|
3174
|
-
theme?: string | undefined;
|
|
3175
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3176
|
-
rounded?: string | number | boolean | undefined;
|
|
3177
|
-
bgColor?: string | undefined;
|
|
3178
|
-
baseColor?: string | undefined;
|
|
3179
|
-
appendInnerIcon?: IconValue | undefined;
|
|
3180
|
-
prependInnerIcon?: IconValue | undefined;
|
|
3181
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3182
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3183
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3184
|
-
centerAffix?: boolean | undefined;
|
|
3185
|
-
} & {
|
|
3186
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3187
|
-
}, {
|
|
3188
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
3189
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3190
|
-
'update:focused': (focused: boolean) => true;
|
|
3191
|
-
'update:modelValue': (value: any) => true;
|
|
3192
|
-
}, "$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 & {
|
|
3193
|
-
flat: boolean;
|
|
3194
|
-
reverse: boolean;
|
|
3195
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3196
|
-
error: boolean;
|
|
3197
|
-
active: boolean;
|
|
3198
|
-
style: vue.StyleValue;
|
|
3199
|
-
disabled: boolean;
|
|
3200
|
-
focused: boolean;
|
|
3201
|
-
tile: boolean;
|
|
3202
|
-
clearIcon: IconValue;
|
|
3203
|
-
clearable: boolean;
|
|
3204
|
-
dirty: boolean;
|
|
3205
|
-
persistentClear: boolean;
|
|
3206
|
-
singleLine: boolean;
|
|
3207
|
-
} & {
|
|
3208
|
-
id?: string | undefined;
|
|
3209
|
-
color?: string | undefined;
|
|
3210
|
-
loading?: string | boolean | undefined;
|
|
3211
|
-
label?: string | undefined;
|
|
3212
|
-
class?: any;
|
|
3213
|
-
theme?: string | undefined;
|
|
3214
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3215
|
-
rounded?: string | number | boolean | undefined;
|
|
3216
|
-
bgColor?: string | undefined;
|
|
3217
|
-
baseColor?: string | undefined;
|
|
3218
|
-
appendInnerIcon?: IconValue | undefined;
|
|
3219
|
-
prependInnerIcon?: IconValue | undefined;
|
|
3220
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3221
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3222
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3223
|
-
centerAffix?: boolean | undefined;
|
|
3224
|
-
} & {
|
|
3225
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3226
|
-
}, {
|
|
3227
|
-
flat: boolean;
|
|
3228
|
-
reverse: boolean;
|
|
3229
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3230
|
-
error: boolean;
|
|
3231
|
-
active: boolean;
|
|
3232
|
-
style: vue.StyleValue;
|
|
3233
|
-
disabled: boolean;
|
|
3234
|
-
focused: boolean;
|
|
3235
|
-
rounded: string | number | boolean;
|
|
3236
|
-
tile: boolean;
|
|
3237
|
-
clearIcon: IconValue;
|
|
3238
|
-
centerAffix: boolean;
|
|
3239
|
-
clearable: boolean;
|
|
3240
|
-
dirty: boolean;
|
|
3241
|
-
persistentClear: boolean;
|
|
3242
|
-
singleLine: boolean;
|
|
3243
|
-
}, true, {}, vue.SlotsType<Partial<{
|
|
3244
|
-
clear: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3245
|
-
[key: string]: any;
|
|
3246
|
-
}>[];
|
|
3247
|
-
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3248
|
-
[key: string]: any;
|
|
3249
|
-
}>[];
|
|
3250
|
-
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3251
|
-
[key: string]: any;
|
|
3252
|
-
}>[];
|
|
3253
|
-
label: (arg: DefaultInputSlot & {
|
|
3254
|
-
label: string | undefined;
|
|
3255
|
-
props: Record<string, any>;
|
|
3256
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3257
|
-
[key: string]: any;
|
|
3258
|
-
}>[];
|
|
3259
|
-
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3260
|
-
[key: string]: any;
|
|
3261
|
-
}>[];
|
|
3262
|
-
default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3263
|
-
[key: string]: any;
|
|
3264
|
-
}>[];
|
|
3265
|
-
}>>, {
|
|
3266
|
-
P: {};
|
|
3267
|
-
B: {};
|
|
3268
|
-
D: {};
|
|
3269
|
-
C: {};
|
|
3270
|
-
M: {};
|
|
3271
|
-
Defaults: {};
|
|
3272
|
-
}, {
|
|
3273
|
-
flat: boolean;
|
|
3274
|
-
reverse: boolean;
|
|
3275
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3276
|
-
error: boolean;
|
|
3277
|
-
active: boolean;
|
|
3278
|
-
style: vue.StyleValue;
|
|
3279
|
-
disabled: boolean;
|
|
3280
|
-
focused: boolean;
|
|
3281
|
-
tile: boolean;
|
|
3282
|
-
clearIcon: IconValue;
|
|
3283
|
-
clearable: boolean;
|
|
3284
|
-
dirty: boolean;
|
|
3285
|
-
persistentClear: boolean;
|
|
3286
|
-
singleLine: boolean;
|
|
3287
|
-
} & {
|
|
3288
|
-
id?: string | undefined;
|
|
3289
|
-
color?: string | undefined;
|
|
3290
|
-
loading?: string | boolean | undefined;
|
|
3291
|
-
label?: string | undefined;
|
|
3292
|
-
class?: any;
|
|
3293
|
-
theme?: string | undefined;
|
|
3294
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3295
|
-
rounded?: string | number | boolean | undefined;
|
|
3296
|
-
bgColor?: string | undefined;
|
|
3297
|
-
baseColor?: string | undefined;
|
|
3298
|
-
appendInnerIcon?: IconValue | undefined;
|
|
3299
|
-
prependInnerIcon?: IconValue | undefined;
|
|
3300
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3301
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3302
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3303
|
-
centerAffix?: boolean | undefined;
|
|
3304
|
-
} & {
|
|
3305
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3306
|
-
}, {
|
|
3307
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
3308
|
-
}, {}, {}, {}, {
|
|
3309
|
-
flat: boolean;
|
|
3310
|
-
reverse: boolean;
|
|
3311
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3312
|
-
error: boolean;
|
|
3313
|
-
active: boolean;
|
|
3314
|
-
style: vue.StyleValue;
|
|
3315
|
-
disabled: boolean;
|
|
3316
|
-
focused: boolean;
|
|
3317
|
-
rounded: string | number | boolean;
|
|
3318
|
-
tile: boolean;
|
|
3319
|
-
clearIcon: IconValue;
|
|
3320
|
-
centerAffix: boolean;
|
|
3321
|
-
clearable: boolean;
|
|
3322
|
-
dirty: boolean;
|
|
3323
|
-
persistentClear: boolean;
|
|
3324
|
-
singleLine: boolean;
|
|
3325
|
-
}>;
|
|
3326
|
-
__isFragment?: undefined;
|
|
3327
|
-
__isTeleport?: undefined;
|
|
3328
|
-
__isSuspense?: undefined;
|
|
3329
|
-
} & vue.ComponentOptionsBase<{
|
|
3330
|
-
flat: boolean;
|
|
3331
|
-
reverse: boolean;
|
|
3332
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3333
|
-
error: boolean;
|
|
3334
|
-
active: boolean;
|
|
3335
|
-
style: vue.StyleValue;
|
|
3336
|
-
disabled: boolean;
|
|
3337
|
-
focused: boolean;
|
|
3338
|
-
tile: boolean;
|
|
3339
|
-
clearIcon: IconValue;
|
|
3340
|
-
clearable: boolean;
|
|
3341
|
-
dirty: boolean;
|
|
3342
|
-
persistentClear: boolean;
|
|
3343
|
-
singleLine: boolean;
|
|
3344
|
-
} & {
|
|
3345
|
-
id?: string | undefined;
|
|
3346
|
-
color?: string | undefined;
|
|
3347
|
-
loading?: string | boolean | undefined;
|
|
3348
|
-
label?: string | undefined;
|
|
3349
|
-
class?: any;
|
|
3350
|
-
theme?: string | undefined;
|
|
3351
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3352
|
-
rounded?: string | number | boolean | undefined;
|
|
3353
|
-
bgColor?: string | undefined;
|
|
3354
|
-
baseColor?: string | undefined;
|
|
3355
|
-
appendInnerIcon?: IconValue | undefined;
|
|
3356
|
-
prependInnerIcon?: IconValue | undefined;
|
|
3357
|
-
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3358
|
-
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3359
|
-
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3360
|
-
centerAffix?: boolean | undefined;
|
|
3361
|
-
} & {
|
|
3362
|
-
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3363
|
-
}, {
|
|
3364
|
-
controlRef: Ref<HTMLElement | undefined>;
|
|
3365
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3366
|
-
'update:focused': (focused: boolean) => true;
|
|
3367
|
-
'update:modelValue': (value: any) => true;
|
|
3368
|
-
}, "$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, {
|
|
3369
|
-
flat: boolean;
|
|
3370
|
-
reverse: boolean;
|
|
3371
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3372
|
-
error: boolean;
|
|
3373
|
-
active: boolean;
|
|
3374
|
-
style: vue.StyleValue;
|
|
3375
|
-
disabled: boolean;
|
|
3376
|
-
focused: boolean;
|
|
3377
|
-
rounded: string | number | boolean;
|
|
3378
|
-
tile: boolean;
|
|
3379
|
-
clearIcon: IconValue;
|
|
3380
|
-
centerAffix: boolean;
|
|
3381
|
-
clearable: boolean;
|
|
3382
|
-
dirty: boolean;
|
|
3383
|
-
persistentClear: boolean;
|
|
3384
|
-
singleLine: boolean;
|
|
3385
|
-
}, {}, string, vue.SlotsType<Partial<{
|
|
3386
|
-
clear: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3387
|
-
[key: string]: any;
|
|
3388
|
-
}>[];
|
|
3389
|
-
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3390
|
-
[key: string]: any;
|
|
3391
|
-
}>[];
|
|
3392
|
-
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3393
|
-
[key: string]: any;
|
|
3394
|
-
}>[];
|
|
3395
|
-
label: (arg: DefaultInputSlot & {
|
|
3396
|
-
label: string | undefined;
|
|
3397
|
-
props: Record<string, any>;
|
|
3398
|
-
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3399
|
-
[key: string]: any;
|
|
3400
|
-
}>[];
|
|
3401
|
-
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3402
|
-
[key: string]: any;
|
|
3403
|
-
}>[];
|
|
3404
|
-
default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3405
|
-
[key: string]: any;
|
|
3406
|
-
}>[];
|
|
3407
|
-
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
3408
|
-
modelValue?: T | undefined;
|
|
3409
|
-
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
3410
|
-
}, slots: VFieldSlots) => GenericProps<{
|
|
3411
|
-
modelValue?: T | undefined;
|
|
3412
|
-
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
3413
|
-
}, VFieldSlots>) & FilterPropsOptions<{
|
|
3414
|
-
theme: StringConstructor;
|
|
3415
|
-
rounded: {
|
|
3416
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3417
|
-
default: undefined;
|
|
3418
|
-
};
|
|
3419
|
-
tile: BooleanConstructor;
|
|
3420
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
3421
|
-
class: PropType<any>;
|
|
3422
|
-
style: {
|
|
3423
|
-
type: PropType<vue.StyleValue>;
|
|
3424
|
-
default: null;
|
|
3425
|
-
};
|
|
3426
|
-
appendInnerIcon: PropType<IconValue>;
|
|
3427
|
-
bgColor: StringConstructor;
|
|
3428
|
-
clearable: BooleanConstructor;
|
|
3429
|
-
clearIcon: {
|
|
3430
|
-
type: PropType<IconValue>;
|
|
3431
|
-
default: string;
|
|
3432
|
-
};
|
|
3433
|
-
active: BooleanConstructor;
|
|
3434
|
-
centerAffix: {
|
|
3435
|
-
type: BooleanConstructor;
|
|
3436
|
-
default: undefined;
|
|
3437
|
-
};
|
|
3438
|
-
color: StringConstructor;
|
|
3439
|
-
baseColor: StringConstructor;
|
|
3440
|
-
dirty: BooleanConstructor;
|
|
3441
|
-
disabled: {
|
|
3442
|
-
type: BooleanConstructor;
|
|
3443
|
-
default: null;
|
|
3444
|
-
};
|
|
3445
|
-
error: BooleanConstructor;
|
|
3446
|
-
flat: BooleanConstructor;
|
|
3447
|
-
label: StringConstructor;
|
|
3448
|
-
persistentClear: BooleanConstructor;
|
|
3449
|
-
prependInnerIcon: PropType<IconValue>;
|
|
3450
|
-
reverse: BooleanConstructor;
|
|
3451
|
-
singleLine: BooleanConstructor;
|
|
3452
|
-
variant: {
|
|
3453
|
-
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3454
|
-
default: string;
|
|
3455
|
-
validator: (v: any) => boolean;
|
|
3456
|
-
};
|
|
3457
|
-
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
3458
|
-
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
3459
|
-
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
3460
|
-
focused: BooleanConstructor;
|
|
3461
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3462
|
-
id: StringConstructor;
|
|
3463
|
-
}, vue.ExtractPropTypes<{
|
|
3464
|
-
theme: StringConstructor;
|
|
3465
|
-
rounded: {
|
|
3466
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
3467
|
-
default: undefined;
|
|
3468
|
-
};
|
|
3469
|
-
tile: BooleanConstructor;
|
|
3470
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
3471
|
-
class: PropType<any>;
|
|
3472
|
-
style: {
|
|
3473
|
-
type: PropType<vue.StyleValue>;
|
|
3474
|
-
default: null;
|
|
3475
|
-
};
|
|
3476
|
-
appendInnerIcon: PropType<IconValue>;
|
|
3477
|
-
bgColor: StringConstructor;
|
|
3478
|
-
clearable: BooleanConstructor;
|
|
3479
|
-
clearIcon: {
|
|
3480
|
-
type: PropType<IconValue>;
|
|
3481
|
-
default: string;
|
|
3482
|
-
};
|
|
3483
|
-
active: BooleanConstructor;
|
|
3484
|
-
centerAffix: {
|
|
3485
|
-
type: BooleanConstructor;
|
|
3486
|
-
default: undefined;
|
|
3487
|
-
};
|
|
3488
|
-
color: StringConstructor;
|
|
3489
|
-
baseColor: StringConstructor;
|
|
3490
|
-
dirty: BooleanConstructor;
|
|
3491
|
-
disabled: {
|
|
3492
|
-
type: BooleanConstructor;
|
|
3493
|
-
default: null;
|
|
3494
|
-
};
|
|
3495
|
-
error: BooleanConstructor;
|
|
3496
|
-
flat: BooleanConstructor;
|
|
3497
|
-
label: StringConstructor;
|
|
3498
|
-
persistentClear: BooleanConstructor;
|
|
3499
|
-
prependInnerIcon: PropType<IconValue>;
|
|
3500
|
-
reverse: BooleanConstructor;
|
|
3501
|
-
singleLine: BooleanConstructor;
|
|
3502
|
-
variant: {
|
|
3503
|
-
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
3504
|
-
default: string;
|
|
3505
|
-
validator: (v: any) => boolean;
|
|
3506
|
-
};
|
|
3507
|
-
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
3508
|
-
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
3509
|
-
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
3510
|
-
focused: BooleanConstructor;
|
|
3511
|
-
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
3512
|
-
id: StringConstructor;
|
|
3513
|
-
}>>;
|
|
3514
|
-
type VField = InstanceType<typeof VField>;
|
|
3515
|
-
|
|
3516
3135
|
type VMessageSlot = {
|
|
3517
3136
|
message: string;
|
|
3518
3137
|
};
|
|
@@ -4110,6 +3729,397 @@ declare const VInput: {
|
|
|
4110
3729
|
}>>;
|
|
4111
3730
|
type VInput = InstanceType<typeof VInput>;
|
|
4112
3731
|
|
|
3732
|
+
interface DefaultInputSlot {
|
|
3733
|
+
isActive: Ref<boolean>;
|
|
3734
|
+
isFocused: Ref<boolean>;
|
|
3735
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
3736
|
+
focus: () => void;
|
|
3737
|
+
blur: () => void;
|
|
3738
|
+
}
|
|
3739
|
+
interface VFieldSlot extends DefaultInputSlot {
|
|
3740
|
+
props: Record<string, unknown>;
|
|
3741
|
+
}
|
|
3742
|
+
type VFieldSlots = {
|
|
3743
|
+
clear: DefaultInputSlot & {
|
|
3744
|
+
props: Record<string, any>;
|
|
3745
|
+
};
|
|
3746
|
+
'prepend-inner': DefaultInputSlot;
|
|
3747
|
+
'append-inner': DefaultInputSlot;
|
|
3748
|
+
label: DefaultInputSlot & {
|
|
3749
|
+
label: string | undefined;
|
|
3750
|
+
props: Record<string, any>;
|
|
3751
|
+
};
|
|
3752
|
+
loader: LoaderSlotProps;
|
|
3753
|
+
default: VFieldSlot;
|
|
3754
|
+
};
|
|
3755
|
+
declare const VField: {
|
|
3756
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
3757
|
+
flat: boolean;
|
|
3758
|
+
reverse: boolean;
|
|
3759
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3760
|
+
error: boolean;
|
|
3761
|
+
active: boolean;
|
|
3762
|
+
style: vue.StyleValue;
|
|
3763
|
+
disabled: boolean;
|
|
3764
|
+
focused: boolean;
|
|
3765
|
+
tile: boolean;
|
|
3766
|
+
clearIcon: IconValue;
|
|
3767
|
+
clearable: boolean;
|
|
3768
|
+
dirty: boolean;
|
|
3769
|
+
persistentClear: boolean;
|
|
3770
|
+
singleLine: boolean;
|
|
3771
|
+
} & {
|
|
3772
|
+
id?: string | undefined;
|
|
3773
|
+
color?: string | undefined;
|
|
3774
|
+
loading?: string | boolean | undefined;
|
|
3775
|
+
label?: string | undefined;
|
|
3776
|
+
class?: any;
|
|
3777
|
+
theme?: string | undefined;
|
|
3778
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3779
|
+
rounded?: string | number | boolean | undefined;
|
|
3780
|
+
bgColor?: string | undefined;
|
|
3781
|
+
baseColor?: string | undefined;
|
|
3782
|
+
appendInnerIcon?: IconValue | undefined;
|
|
3783
|
+
prependInnerIcon?: IconValue | undefined;
|
|
3784
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3785
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3786
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3787
|
+
centerAffix?: boolean | undefined;
|
|
3788
|
+
} & {
|
|
3789
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3790
|
+
}, {
|
|
3791
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
3792
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3793
|
+
'update:focused': (focused: boolean) => true;
|
|
3794
|
+
'update:modelValue': (value: any) => true;
|
|
3795
|
+
}, "$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 & {
|
|
3796
|
+
flat: boolean;
|
|
3797
|
+
reverse: boolean;
|
|
3798
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3799
|
+
error: boolean;
|
|
3800
|
+
active: boolean;
|
|
3801
|
+
style: vue.StyleValue;
|
|
3802
|
+
disabled: boolean;
|
|
3803
|
+
focused: boolean;
|
|
3804
|
+
tile: boolean;
|
|
3805
|
+
clearIcon: IconValue;
|
|
3806
|
+
clearable: boolean;
|
|
3807
|
+
dirty: boolean;
|
|
3808
|
+
persistentClear: boolean;
|
|
3809
|
+
singleLine: boolean;
|
|
3810
|
+
} & {
|
|
3811
|
+
id?: string | undefined;
|
|
3812
|
+
color?: string | undefined;
|
|
3813
|
+
loading?: string | boolean | undefined;
|
|
3814
|
+
label?: string | undefined;
|
|
3815
|
+
class?: any;
|
|
3816
|
+
theme?: string | undefined;
|
|
3817
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3818
|
+
rounded?: string | number | boolean | undefined;
|
|
3819
|
+
bgColor?: string | undefined;
|
|
3820
|
+
baseColor?: string | undefined;
|
|
3821
|
+
appendInnerIcon?: IconValue | undefined;
|
|
3822
|
+
prependInnerIcon?: IconValue | undefined;
|
|
3823
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3824
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3825
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3826
|
+
centerAffix?: boolean | undefined;
|
|
3827
|
+
} & {
|
|
3828
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3829
|
+
}, {
|
|
3830
|
+
flat: boolean;
|
|
3831
|
+
reverse: boolean;
|
|
3832
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3833
|
+
error: boolean;
|
|
3834
|
+
active: boolean;
|
|
3835
|
+
style: vue.StyleValue;
|
|
3836
|
+
disabled: boolean;
|
|
3837
|
+
focused: boolean;
|
|
3838
|
+
rounded: string | number | boolean;
|
|
3839
|
+
tile: boolean;
|
|
3840
|
+
clearIcon: IconValue;
|
|
3841
|
+
centerAffix: boolean;
|
|
3842
|
+
clearable: boolean;
|
|
3843
|
+
dirty: boolean;
|
|
3844
|
+
persistentClear: boolean;
|
|
3845
|
+
singleLine: boolean;
|
|
3846
|
+
}, true, {}, vue.SlotsType<Partial<{
|
|
3847
|
+
clear: (arg: DefaultInputSlot & {
|
|
3848
|
+
props: Record<string, any>;
|
|
3849
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3850
|
+
[key: string]: any;
|
|
3851
|
+
}>[];
|
|
3852
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3853
|
+
[key: string]: any;
|
|
3854
|
+
}>[];
|
|
3855
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3856
|
+
[key: string]: any;
|
|
3857
|
+
}>[];
|
|
3858
|
+
label: (arg: DefaultInputSlot & {
|
|
3859
|
+
label: string | undefined;
|
|
3860
|
+
props: Record<string, any>;
|
|
3861
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3862
|
+
[key: string]: any;
|
|
3863
|
+
}>[];
|
|
3864
|
+
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3865
|
+
[key: string]: any;
|
|
3866
|
+
}>[];
|
|
3867
|
+
default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3868
|
+
[key: string]: any;
|
|
3869
|
+
}>[];
|
|
3870
|
+
}>>, {
|
|
3871
|
+
P: {};
|
|
3872
|
+
B: {};
|
|
3873
|
+
D: {};
|
|
3874
|
+
C: {};
|
|
3875
|
+
M: {};
|
|
3876
|
+
Defaults: {};
|
|
3877
|
+
}, {
|
|
3878
|
+
flat: boolean;
|
|
3879
|
+
reverse: boolean;
|
|
3880
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3881
|
+
error: boolean;
|
|
3882
|
+
active: boolean;
|
|
3883
|
+
style: vue.StyleValue;
|
|
3884
|
+
disabled: boolean;
|
|
3885
|
+
focused: boolean;
|
|
3886
|
+
tile: boolean;
|
|
3887
|
+
clearIcon: IconValue;
|
|
3888
|
+
clearable: boolean;
|
|
3889
|
+
dirty: boolean;
|
|
3890
|
+
persistentClear: boolean;
|
|
3891
|
+
singleLine: boolean;
|
|
3892
|
+
} & {
|
|
3893
|
+
id?: string | undefined;
|
|
3894
|
+
color?: string | undefined;
|
|
3895
|
+
loading?: string | boolean | undefined;
|
|
3896
|
+
label?: string | undefined;
|
|
3897
|
+
class?: any;
|
|
3898
|
+
theme?: string | undefined;
|
|
3899
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3900
|
+
rounded?: string | number | boolean | undefined;
|
|
3901
|
+
bgColor?: string | undefined;
|
|
3902
|
+
baseColor?: string | undefined;
|
|
3903
|
+
appendInnerIcon?: IconValue | undefined;
|
|
3904
|
+
prependInnerIcon?: IconValue | undefined;
|
|
3905
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3906
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3907
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3908
|
+
centerAffix?: boolean | undefined;
|
|
3909
|
+
} & {
|
|
3910
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3911
|
+
}, {
|
|
3912
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
3913
|
+
}, {}, {}, {}, {
|
|
3914
|
+
flat: boolean;
|
|
3915
|
+
reverse: boolean;
|
|
3916
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3917
|
+
error: boolean;
|
|
3918
|
+
active: boolean;
|
|
3919
|
+
style: vue.StyleValue;
|
|
3920
|
+
disabled: boolean;
|
|
3921
|
+
focused: boolean;
|
|
3922
|
+
rounded: string | number | boolean;
|
|
3923
|
+
tile: boolean;
|
|
3924
|
+
clearIcon: IconValue;
|
|
3925
|
+
centerAffix: boolean;
|
|
3926
|
+
clearable: boolean;
|
|
3927
|
+
dirty: boolean;
|
|
3928
|
+
persistentClear: boolean;
|
|
3929
|
+
singleLine: boolean;
|
|
3930
|
+
}>;
|
|
3931
|
+
__isFragment?: undefined;
|
|
3932
|
+
__isTeleport?: undefined;
|
|
3933
|
+
__isSuspense?: undefined;
|
|
3934
|
+
} & vue.ComponentOptionsBase<{
|
|
3935
|
+
flat: boolean;
|
|
3936
|
+
reverse: boolean;
|
|
3937
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3938
|
+
error: boolean;
|
|
3939
|
+
active: boolean;
|
|
3940
|
+
style: vue.StyleValue;
|
|
3941
|
+
disabled: boolean;
|
|
3942
|
+
focused: boolean;
|
|
3943
|
+
tile: boolean;
|
|
3944
|
+
clearIcon: IconValue;
|
|
3945
|
+
clearable: boolean;
|
|
3946
|
+
dirty: boolean;
|
|
3947
|
+
persistentClear: boolean;
|
|
3948
|
+
singleLine: boolean;
|
|
3949
|
+
} & {
|
|
3950
|
+
id?: string | undefined;
|
|
3951
|
+
color?: string | undefined;
|
|
3952
|
+
loading?: string | boolean | undefined;
|
|
3953
|
+
label?: string | undefined;
|
|
3954
|
+
class?: any;
|
|
3955
|
+
theme?: string | undefined;
|
|
3956
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
3957
|
+
rounded?: string | number | boolean | undefined;
|
|
3958
|
+
bgColor?: string | undefined;
|
|
3959
|
+
baseColor?: string | undefined;
|
|
3960
|
+
appendInnerIcon?: IconValue | undefined;
|
|
3961
|
+
prependInnerIcon?: IconValue | undefined;
|
|
3962
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3963
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3964
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
3965
|
+
centerAffix?: boolean | undefined;
|
|
3966
|
+
} & {
|
|
3967
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
3968
|
+
}, {
|
|
3969
|
+
controlRef: Ref<HTMLElement | undefined>;
|
|
3970
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
3971
|
+
'update:focused': (focused: boolean) => true;
|
|
3972
|
+
'update:modelValue': (value: any) => true;
|
|
3973
|
+
}, "$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, {
|
|
3974
|
+
flat: boolean;
|
|
3975
|
+
reverse: boolean;
|
|
3976
|
+
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
|
3977
|
+
error: boolean;
|
|
3978
|
+
active: boolean;
|
|
3979
|
+
style: vue.StyleValue;
|
|
3980
|
+
disabled: boolean;
|
|
3981
|
+
focused: boolean;
|
|
3982
|
+
rounded: string | number | boolean;
|
|
3983
|
+
tile: boolean;
|
|
3984
|
+
clearIcon: IconValue;
|
|
3985
|
+
centerAffix: boolean;
|
|
3986
|
+
clearable: boolean;
|
|
3987
|
+
dirty: boolean;
|
|
3988
|
+
persistentClear: boolean;
|
|
3989
|
+
singleLine: boolean;
|
|
3990
|
+
}, {}, string, vue.SlotsType<Partial<{
|
|
3991
|
+
clear: (arg: DefaultInputSlot & {
|
|
3992
|
+
props: Record<string, any>;
|
|
3993
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3994
|
+
[key: string]: any;
|
|
3995
|
+
}>[];
|
|
3996
|
+
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
3997
|
+
[key: string]: any;
|
|
3998
|
+
}>[];
|
|
3999
|
+
'append-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4000
|
+
[key: string]: any;
|
|
4001
|
+
}>[];
|
|
4002
|
+
label: (arg: DefaultInputSlot & {
|
|
4003
|
+
label: string | undefined;
|
|
4004
|
+
props: Record<string, any>;
|
|
4005
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4006
|
+
[key: string]: any;
|
|
4007
|
+
}>[];
|
|
4008
|
+
loader: (arg: LoaderSlotProps) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4009
|
+
[key: string]: any;
|
|
4010
|
+
}>[];
|
|
4011
|
+
default: (arg: VFieldSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
4012
|
+
[key: string]: any;
|
|
4013
|
+
}>[];
|
|
4014
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
|
4015
|
+
modelValue?: T | undefined;
|
|
4016
|
+
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
4017
|
+
}, slots: VFieldSlots) => GenericProps<{
|
|
4018
|
+
modelValue?: T | undefined;
|
|
4019
|
+
'onUpdate:modelValue'?: ((value: T) => void) | undefined;
|
|
4020
|
+
}, VFieldSlots>) & FilterPropsOptions<{
|
|
4021
|
+
theme: StringConstructor;
|
|
4022
|
+
rounded: {
|
|
4023
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4024
|
+
default: undefined;
|
|
4025
|
+
};
|
|
4026
|
+
tile: BooleanConstructor;
|
|
4027
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
4028
|
+
class: PropType<any>;
|
|
4029
|
+
style: {
|
|
4030
|
+
type: PropType<vue.StyleValue>;
|
|
4031
|
+
default: null;
|
|
4032
|
+
};
|
|
4033
|
+
appendInnerIcon: PropType<IconValue>;
|
|
4034
|
+
bgColor: StringConstructor;
|
|
4035
|
+
clearable: BooleanConstructor;
|
|
4036
|
+
clearIcon: {
|
|
4037
|
+
type: PropType<IconValue>;
|
|
4038
|
+
default: string;
|
|
4039
|
+
};
|
|
4040
|
+
active: BooleanConstructor;
|
|
4041
|
+
centerAffix: {
|
|
4042
|
+
type: BooleanConstructor;
|
|
4043
|
+
default: undefined;
|
|
4044
|
+
};
|
|
4045
|
+
color: StringConstructor;
|
|
4046
|
+
baseColor: StringConstructor;
|
|
4047
|
+
dirty: BooleanConstructor;
|
|
4048
|
+
disabled: {
|
|
4049
|
+
type: BooleanConstructor;
|
|
4050
|
+
default: null;
|
|
4051
|
+
};
|
|
4052
|
+
error: BooleanConstructor;
|
|
4053
|
+
flat: BooleanConstructor;
|
|
4054
|
+
label: StringConstructor;
|
|
4055
|
+
persistentClear: BooleanConstructor;
|
|
4056
|
+
prependInnerIcon: PropType<IconValue>;
|
|
4057
|
+
reverse: BooleanConstructor;
|
|
4058
|
+
singleLine: BooleanConstructor;
|
|
4059
|
+
variant: {
|
|
4060
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
4061
|
+
default: string;
|
|
4062
|
+
validator: (v: any) => boolean;
|
|
4063
|
+
};
|
|
4064
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
4065
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
4066
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
4067
|
+
focused: BooleanConstructor;
|
|
4068
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
4069
|
+
id: StringConstructor;
|
|
4070
|
+
}, vue.ExtractPropTypes<{
|
|
4071
|
+
theme: StringConstructor;
|
|
4072
|
+
rounded: {
|
|
4073
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
4074
|
+
default: undefined;
|
|
4075
|
+
};
|
|
4076
|
+
tile: BooleanConstructor;
|
|
4077
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
4078
|
+
class: PropType<any>;
|
|
4079
|
+
style: {
|
|
4080
|
+
type: PropType<vue.StyleValue>;
|
|
4081
|
+
default: null;
|
|
4082
|
+
};
|
|
4083
|
+
appendInnerIcon: PropType<IconValue>;
|
|
4084
|
+
bgColor: StringConstructor;
|
|
4085
|
+
clearable: BooleanConstructor;
|
|
4086
|
+
clearIcon: {
|
|
4087
|
+
type: PropType<IconValue>;
|
|
4088
|
+
default: string;
|
|
4089
|
+
};
|
|
4090
|
+
active: BooleanConstructor;
|
|
4091
|
+
centerAffix: {
|
|
4092
|
+
type: BooleanConstructor;
|
|
4093
|
+
default: undefined;
|
|
4094
|
+
};
|
|
4095
|
+
color: StringConstructor;
|
|
4096
|
+
baseColor: StringConstructor;
|
|
4097
|
+
dirty: BooleanConstructor;
|
|
4098
|
+
disabled: {
|
|
4099
|
+
type: BooleanConstructor;
|
|
4100
|
+
default: null;
|
|
4101
|
+
};
|
|
4102
|
+
error: BooleanConstructor;
|
|
4103
|
+
flat: BooleanConstructor;
|
|
4104
|
+
label: StringConstructor;
|
|
4105
|
+
persistentClear: BooleanConstructor;
|
|
4106
|
+
prependInnerIcon: PropType<IconValue>;
|
|
4107
|
+
reverse: BooleanConstructor;
|
|
4108
|
+
singleLine: BooleanConstructor;
|
|
4109
|
+
variant: {
|
|
4110
|
+
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
|
4111
|
+
default: string;
|
|
4112
|
+
validator: (v: any) => boolean;
|
|
4113
|
+
};
|
|
4114
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
4115
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
4116
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
4117
|
+
focused: BooleanConstructor;
|
|
4118
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
4119
|
+
id: StringConstructor;
|
|
4120
|
+
}>>;
|
|
4121
|
+
type VField = InstanceType<typeof VField>;
|
|
4122
|
+
|
|
4113
4123
|
/**
|
|
4114
4124
|
* - match without highlight
|
|
4115
4125
|
* - single match (index), length already known
|
|
@@ -5985,7 +5995,9 @@ declare const VAutocomplete: {
|
|
|
5985
5995
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5986
5996
|
[key: string]: any;
|
|
5987
5997
|
}>[];
|
|
5988
|
-
clear: (
|
|
5998
|
+
clear: (arg: DefaultInputSlot & {
|
|
5999
|
+
props: Record<string, any>;
|
|
6000
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
5989
6001
|
[key: string]: any;
|
|
5990
6002
|
}>[];
|
|
5991
6003
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -7293,7 +7305,9 @@ declare const VAutocomplete: {
|
|
|
7293
7305
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
7294
7306
|
[key: string]: any;
|
|
7295
7307
|
}>[];
|
|
7296
|
-
clear: (
|
|
7308
|
+
clear: (arg: DefaultInputSlot & {
|
|
7309
|
+
props: Record<string, any>;
|
|
7310
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
7297
7311
|
[key: string]: any;
|
|
7298
7312
|
}>[];
|
|
7299
7313
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -19668,7 +19682,9 @@ declare const VCombobox: {
|
|
|
19668
19682
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
19669
19683
|
[key: string]: any;
|
|
19670
19684
|
}>[];
|
|
19671
|
-
clear: (
|
|
19685
|
+
clear: (arg: DefaultInputSlot & {
|
|
19686
|
+
props: Record<string, any>;
|
|
19687
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
19672
19688
|
[key: string]: any;
|
|
19673
19689
|
}>[];
|
|
19674
19690
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -20976,7 +20992,9 @@ declare const VCombobox: {
|
|
|
20976
20992
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
20977
20993
|
[key: string]: any;
|
|
20978
20994
|
}>[];
|
|
20979
|
-
clear: (
|
|
20995
|
+
clear: (arg: DefaultInputSlot & {
|
|
20996
|
+
props: Record<string, any>;
|
|
20997
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
20980
20998
|
[key: string]: any;
|
|
20981
20999
|
}>[];
|
|
20982
21000
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -29329,7 +29347,9 @@ declare const VDialog: {
|
|
|
29329
29347
|
props: Record<string, any>;
|
|
29330
29348
|
}) => vue.VNodeChild) | undefined;
|
|
29331
29349
|
} & {
|
|
29350
|
+
onAfterLeave?: (() => any) | undefined;
|
|
29332
29351
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29352
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29333
29353
|
}, Omit<Omit<{
|
|
29334
29354
|
$: vue.ComponentInternalInstance;
|
|
29335
29355
|
$data: {};
|
|
@@ -29764,97 +29784,101 @@ declare const VDialog: {
|
|
|
29764
29784
|
onAfterLeave?: (() => any) | undefined;
|
|
29765
29785
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29766
29786
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29767
|
-
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
29768
|
-
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
29769
|
-
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
29770
|
-
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
29771
|
-
animateClick: () => void;
|
|
29772
|
-
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
29773
|
-
globalTop: Readonly<vue.Ref<boolean>>;
|
|
29774
|
-
localTop: vue.ComputedRef<boolean>;
|
|
29775
|
-
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
29776
|
-
}> & {} & 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, {
|
|
29777
|
-
'
|
|
29778
|
-
|
|
29779
|
-
|
|
29780
|
-
|
|
29781
|
-
|
|
29782
|
-
|
|
29783
|
-
|
|
29784
|
-
|
|
29785
|
-
component
|
|
29786
|
-
}
|
|
29787
|
-
|
|
29788
|
-
|
|
29789
|
-
|
|
29790
|
-
|
|
29791
|
-
|
|
29792
|
-
|
|
29793
|
-
|
|
29794
|
-
|
|
29795
|
-
|
|
29796
|
-
|
|
29797
|
-
|
|
29798
|
-
|
|
29799
|
-
|
|
29800
|
-
|
|
29801
|
-
|
|
29802
|
-
|
|
29803
|
-
|
|
29804
|
-
|
|
29805
|
-
|
|
29806
|
-
|
|
29807
|
-
|
|
29808
|
-
|
|
29809
|
-
|
|
29810
|
-
|
|
29811
|
-
|
|
29812
|
-
|
|
29813
|
-
|
|
29814
|
-
|
|
29815
|
-
|
|
29816
|
-
|
|
29817
|
-
|
|
29818
|
-
|
|
29819
|
-
|
|
29820
|
-
|
|
29821
|
-
|
|
29822
|
-
|
|
29823
|
-
|
|
29824
|
-
|
|
29825
|
-
|
|
29826
|
-
|
|
29827
|
-
|
|
29828
|
-
|
|
29829
|
-
|
|
29830
|
-
|
|
29831
|
-
|
|
29832
|
-
|
|
29833
|
-
|
|
29834
|
-
|
|
29835
|
-
|
|
29836
|
-
|
|
29837
|
-
|
|
29838
|
-
}
|
|
29839
|
-
|
|
29840
|
-
|
|
29841
|
-
|
|
29842
|
-
|
|
29843
|
-
|
|
29844
|
-
|
|
29845
|
-
|
|
29846
|
-
|
|
29847
|
-
|
|
29848
|
-
|
|
29849
|
-
|
|
29850
|
-
|
|
29851
|
-
|
|
29852
|
-
|
|
29853
|
-
|
|
29854
|
-
|
|
29855
|
-
|
|
29856
|
-
|
|
29857
|
-
|
|
29787
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
29788
|
+
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
29789
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
29790
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
29791
|
+
animateClick: () => void;
|
|
29792
|
+
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
29793
|
+
globalTop: Readonly<vue.Ref<boolean>>;
|
|
29794
|
+
localTop: vue.ComputedRef<boolean>;
|
|
29795
|
+
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
29796
|
+
}> & {} & 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, {
|
|
29797
|
+
'click:outside': (e: MouseEvent) => boolean;
|
|
29798
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
29799
|
+
afterLeave: () => boolean;
|
|
29800
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
29801
|
+
absolute: boolean;
|
|
29802
|
+
location: Anchor;
|
|
29803
|
+
origin: NonNullable<"auto" | Anchor | "overlap">;
|
|
29804
|
+
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
29805
|
+
component?: Component | undefined;
|
|
29806
|
+
})> | {
|
|
29807
|
+
component: Component;
|
|
29808
|
+
};
|
|
29809
|
+
zIndex: NonNullable<string | number>;
|
|
29810
|
+
style: vue.StyleValue;
|
|
29811
|
+
eager: boolean;
|
|
29812
|
+
disabled: boolean;
|
|
29813
|
+
modelValue: boolean;
|
|
29814
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
29815
|
+
updateLocation: (e: Event) => void;
|
|
29816
|
+
} | undefined);
|
|
29817
|
+
scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
|
|
29818
|
+
activatorProps: Record<string, any>;
|
|
29819
|
+
openOnHover: boolean;
|
|
29820
|
+
closeOnContentClick: boolean;
|
|
29821
|
+
closeOnBack: boolean;
|
|
29822
|
+
contained: boolean;
|
|
29823
|
+
noClickAnimation: boolean;
|
|
29824
|
+
persistent: boolean;
|
|
29825
|
+
scrim: string | boolean;
|
|
29826
|
+
fullscreen: boolean;
|
|
29827
|
+
retainFocus: boolean;
|
|
29828
|
+
scrollable: boolean;
|
|
29829
|
+
} & {
|
|
29830
|
+
offset?: string | number | number[] | undefined;
|
|
29831
|
+
height?: string | number | undefined;
|
|
29832
|
+
width?: string | number | undefined;
|
|
29833
|
+
maxHeight?: string | number | undefined;
|
|
29834
|
+
maxWidth?: string | number | undefined;
|
|
29835
|
+
minHeight?: string | number | undefined;
|
|
29836
|
+
minWidth?: string | number | undefined;
|
|
29837
|
+
opacity?: string | number | undefined;
|
|
29838
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
29839
|
+
class?: any;
|
|
29840
|
+
theme?: string | undefined;
|
|
29841
|
+
contentClass?: any;
|
|
29842
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
29843
|
+
closeDelay?: string | number | undefined;
|
|
29844
|
+
openDelay?: string | number | undefined;
|
|
29845
|
+
openOnClick?: boolean | undefined;
|
|
29846
|
+
openOnFocus?: boolean | undefined;
|
|
29847
|
+
contentProps?: any;
|
|
29848
|
+
attach?: string | boolean | Element | undefined;
|
|
29849
|
+
} & {
|
|
29850
|
+
$children?: vue.VNodeChild | {
|
|
29851
|
+
default?: ((arg: {
|
|
29852
|
+
isActive: vue.Ref<boolean>;
|
|
29853
|
+
}) => vue.VNodeChild) | undefined;
|
|
29854
|
+
activator?: ((arg: {
|
|
29855
|
+
isActive: boolean;
|
|
29856
|
+
props: Record<string, any>;
|
|
29857
|
+
}) => vue.VNodeChild) | undefined;
|
|
29858
|
+
} | ((arg: {
|
|
29859
|
+
isActive: vue.Ref<boolean>;
|
|
29860
|
+
}) => vue.VNodeChild);
|
|
29861
|
+
'v-slots'?: {
|
|
29862
|
+
default?: false | ((arg: {
|
|
29863
|
+
isActive: vue.Ref<boolean>;
|
|
29864
|
+
}) => vue.VNodeChild) | undefined;
|
|
29865
|
+
activator?: false | ((arg: {
|
|
29866
|
+
isActive: boolean;
|
|
29867
|
+
props: Record<string, any>;
|
|
29868
|
+
}) => vue.VNodeChild) | undefined;
|
|
29869
|
+
} | undefined;
|
|
29870
|
+
} & {
|
|
29871
|
+
"v-slot:default"?: false | ((arg: {
|
|
29872
|
+
isActive: vue.Ref<boolean>;
|
|
29873
|
+
}) => vue.VNodeChild) | undefined;
|
|
29874
|
+
"v-slot:activator"?: false | ((arg: {
|
|
29875
|
+
isActive: boolean;
|
|
29876
|
+
props: Record<string, any>;
|
|
29877
|
+
}) => vue.VNodeChild) | undefined;
|
|
29878
|
+
} & {
|
|
29879
|
+
onAfterLeave?: (() => any) | undefined;
|
|
29880
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29881
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29858
29882
|
}, {
|
|
29859
29883
|
absolute: boolean;
|
|
29860
29884
|
location: Anchor;
|
|
@@ -29984,7 +30008,9 @@ declare const VDialog: {
|
|
|
29984
30008
|
props: Record<string, any>;
|
|
29985
30009
|
}) => vue.VNodeChild) | undefined;
|
|
29986
30010
|
} & {
|
|
30011
|
+
onAfterLeave?: (() => any) | undefined;
|
|
29987
30012
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30013
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
29988
30014
|
}, Omit<Omit<{
|
|
29989
30015
|
$: vue.ComponentInternalInstance;
|
|
29990
30016
|
$data: {};
|
|
@@ -30542,7 +30568,9 @@ declare const VDialog: {
|
|
|
30542
30568
|
props: Record<string, any>;
|
|
30543
30569
|
}) => vue.VNodeChild) | undefined;
|
|
30544
30570
|
} & {
|
|
30571
|
+
onAfterLeave?: (() => any) | undefined;
|
|
30545
30572
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
30573
|
+
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
30546
30574
|
}, Omit<Omit<{
|
|
30547
30575
|
$: vue.ComponentInternalInstance;
|
|
30548
30576
|
$data: {};
|
|
@@ -30987,7 +31015,9 @@ declare const VDialog: {
|
|
|
30987
31015
|
localTop: vue.ComputedRef<boolean>;
|
|
30988
31016
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
30989
31017
|
}> & {} & 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, {
|
|
31018
|
+
'click:outside': (e: MouseEvent) => boolean;
|
|
30990
31019
|
'update:modelValue': (value: boolean) => boolean;
|
|
31020
|
+
afterLeave: () => boolean;
|
|
30991
31021
|
}, string, {
|
|
30992
31022
|
absolute: boolean;
|
|
30993
31023
|
location: Anchor;
|
|
@@ -32432,7 +32462,7 @@ declare const VFileInput: {
|
|
|
32432
32462
|
errorMessages: string | readonly string[] | null;
|
|
32433
32463
|
maxErrors: string | number;
|
|
32434
32464
|
rules: readonly ValidationRule$1[];
|
|
32435
|
-
modelValue: File[];
|
|
32465
|
+
modelValue: File | File[];
|
|
32436
32466
|
tile: boolean;
|
|
32437
32467
|
density: Density;
|
|
32438
32468
|
prependIcon: NonNullable<IconValue>;
|
|
@@ -32479,7 +32509,9 @@ declare const VFileInput: {
|
|
|
32479
32509
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32480
32510
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32481
32511
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
32482
|
-
clear?: ((
|
|
32512
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
32513
|
+
props: Record<string, any>;
|
|
32514
|
+
}) => vue.VNodeChild) | undefined;
|
|
32483
32515
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32484
32516
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32485
32517
|
label?: ((arg: DefaultInputSlot & {
|
|
@@ -32500,7 +32532,9 @@ declare const VFileInput: {
|
|
|
32500
32532
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32501
32533
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32502
32534
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
32503
|
-
clear?: false | ((
|
|
32535
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
32536
|
+
props: Record<string, any>;
|
|
32537
|
+
}) => vue.VNodeChild) | undefined;
|
|
32504
32538
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32505
32539
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32506
32540
|
label?: false | ((arg: DefaultInputSlot & {
|
|
@@ -32521,7 +32555,9 @@ declare const VFileInput: {
|
|
|
32521
32555
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32522
32556
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32523
32557
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
32524
|
-
"v-slot:clear"?: false | ((
|
|
32558
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
32559
|
+
props: Record<string, any>;
|
|
32560
|
+
}) => vue.VNodeChild) | undefined;
|
|
32525
32561
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32526
32562
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32527
32563
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
@@ -32791,7 +32827,7 @@ declare const VFileInput: {
|
|
|
32791
32827
|
errorMessages: string | readonly string[] | null;
|
|
32792
32828
|
maxErrors: string | number;
|
|
32793
32829
|
rules: readonly ValidationRule$1[];
|
|
32794
|
-
modelValue: File[];
|
|
32830
|
+
modelValue: File | File[];
|
|
32795
32831
|
tile: boolean;
|
|
32796
32832
|
density: Density;
|
|
32797
32833
|
prependIcon: NonNullable<IconValue>;
|
|
@@ -32838,7 +32874,9 @@ declare const VFileInput: {
|
|
|
32838
32874
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32839
32875
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32840
32876
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
32841
|
-
clear?: ((
|
|
32877
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
32878
|
+
props: Record<string, any>;
|
|
32879
|
+
}) => vue.VNodeChild) | undefined;
|
|
32842
32880
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32843
32881
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32844
32882
|
label?: ((arg: DefaultInputSlot & {
|
|
@@ -32859,7 +32897,9 @@ declare const VFileInput: {
|
|
|
32859
32897
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32860
32898
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32861
32899
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
32862
|
-
clear?: false | ((
|
|
32900
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
32901
|
+
props: Record<string, any>;
|
|
32902
|
+
}) => vue.VNodeChild) | undefined;
|
|
32863
32903
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32864
32904
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32865
32905
|
label?: false | ((arg: DefaultInputSlot & {
|
|
@@ -32880,7 +32920,9 @@ declare const VFileInput: {
|
|
|
32880
32920
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32881
32921
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
32882
32922
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
32883
|
-
"v-slot:clear"?: false | ((
|
|
32923
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
32924
|
+
props: Record<string, any>;
|
|
32925
|
+
}) => vue.VNodeChild) | undefined;
|
|
32884
32926
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32885
32927
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
32886
32928
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
@@ -32916,7 +32958,7 @@ declare const VFileInput: {
|
|
|
32916
32958
|
errorMessages: string | readonly string[] | null;
|
|
32917
32959
|
maxErrors: string | number;
|
|
32918
32960
|
rules: readonly ValidationRule$1[];
|
|
32919
|
-
modelValue: File[];
|
|
32961
|
+
modelValue: File | File[];
|
|
32920
32962
|
rounded: string | number | boolean;
|
|
32921
32963
|
tile: boolean;
|
|
32922
32964
|
density: Density;
|
|
@@ -32949,7 +32991,9 @@ declare const VFileInput: {
|
|
|
32949
32991
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32950
32992
|
[key: string]: any;
|
|
32951
32993
|
}>[];
|
|
32952
|
-
clear: (
|
|
32994
|
+
clear: (arg: DefaultInputSlot & {
|
|
32995
|
+
props: Record<string, any>;
|
|
32996
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
32953
32997
|
[key: string]: any;
|
|
32954
32998
|
}>[];
|
|
32955
32999
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -33001,7 +33045,7 @@ declare const VFileInput: {
|
|
|
33001
33045
|
errorMessages: string | readonly string[] | null;
|
|
33002
33046
|
maxErrors: string | number;
|
|
33003
33047
|
rules: readonly ValidationRule$1[];
|
|
33004
|
-
modelValue: File[];
|
|
33048
|
+
modelValue: File | File[];
|
|
33005
33049
|
tile: boolean;
|
|
33006
33050
|
density: Density;
|
|
33007
33051
|
prependIcon: NonNullable<IconValue>;
|
|
@@ -33048,7 +33092,9 @@ declare const VFileInput: {
|
|
|
33048
33092
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33049
33093
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33050
33094
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33051
|
-
clear?: ((
|
|
33095
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
33096
|
+
props: Record<string, any>;
|
|
33097
|
+
}) => vue.VNodeChild) | undefined;
|
|
33052
33098
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33053
33099
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33054
33100
|
label?: ((arg: DefaultInputSlot & {
|
|
@@ -33069,7 +33115,9 @@ declare const VFileInput: {
|
|
|
33069
33115
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33070
33116
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33071
33117
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33072
|
-
clear?: false | ((
|
|
33118
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
33119
|
+
props: Record<string, any>;
|
|
33120
|
+
}) => vue.VNodeChild) | undefined;
|
|
33073
33121
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33074
33122
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33075
33123
|
label?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33090,7 +33138,9 @@ declare const VFileInput: {
|
|
|
33090
33138
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33091
33139
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33092
33140
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33093
|
-
"v-slot:clear"?: false | ((
|
|
33141
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
33142
|
+
props: Record<string, any>;
|
|
33143
|
+
}) => vue.VNodeChild) | undefined;
|
|
33094
33144
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33095
33145
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33096
33146
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33355,7 +33405,7 @@ declare const VFileInput: {
|
|
|
33355
33405
|
errorMessages: string | readonly string[] | null;
|
|
33356
33406
|
maxErrors: string | number;
|
|
33357
33407
|
rules: readonly ValidationRule$1[];
|
|
33358
|
-
modelValue: File[];
|
|
33408
|
+
modelValue: File | File[];
|
|
33359
33409
|
rounded: string | number | boolean;
|
|
33360
33410
|
tile: boolean;
|
|
33361
33411
|
density: Density;
|
|
@@ -33393,7 +33443,7 @@ declare const VFileInput: {
|
|
|
33393
33443
|
errorMessages: string | readonly string[] | null;
|
|
33394
33444
|
maxErrors: string | number;
|
|
33395
33445
|
rules: readonly ValidationRule$1[];
|
|
33396
|
-
modelValue: File[];
|
|
33446
|
+
modelValue: File | File[];
|
|
33397
33447
|
tile: boolean;
|
|
33398
33448
|
density: Density;
|
|
33399
33449
|
prependIcon: NonNullable<IconValue>;
|
|
@@ -33440,7 +33490,9 @@ declare const VFileInput: {
|
|
|
33440
33490
|
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33441
33491
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33442
33492
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33443
|
-
clear?: ((
|
|
33493
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
33494
|
+
props: Record<string, any>;
|
|
33495
|
+
}) => vue.VNodeChild) | undefined;
|
|
33444
33496
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33445
33497
|
'append-inner'?: ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33446
33498
|
label?: ((arg: DefaultInputSlot & {
|
|
@@ -33461,7 +33513,9 @@ declare const VFileInput: {
|
|
|
33461
33513
|
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33462
33514
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33463
33515
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33464
|
-
clear?: false | ((
|
|
33516
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
33517
|
+
props: Record<string, any>;
|
|
33518
|
+
}) => vue.VNodeChild) | undefined;
|
|
33465
33519
|
'prepend-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33466
33520
|
'append-inner'?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33467
33521
|
label?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33482,7 +33536,9 @@ declare const VFileInput: {
|
|
|
33482
33536
|
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33483
33537
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
33484
33538
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
33485
|
-
"v-slot:clear"?: false | ((
|
|
33539
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
33540
|
+
props: Record<string, any>;
|
|
33541
|
+
}) => vue.VNodeChild) | undefined;
|
|
33486
33542
|
"v-slot:prepend-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33487
33543
|
"v-slot:append-inner"?: false | ((arg: DefaultInputSlot) => vue.VNodeChild) | undefined;
|
|
33488
33544
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
@@ -33752,7 +33808,7 @@ declare const VFileInput: {
|
|
|
33752
33808
|
errorMessages: string | readonly string[] | null;
|
|
33753
33809
|
maxErrors: string | number;
|
|
33754
33810
|
rules: readonly ValidationRule$1[];
|
|
33755
|
-
modelValue: File[];
|
|
33811
|
+
modelValue: File | File[];
|
|
33756
33812
|
rounded: string | number | boolean;
|
|
33757
33813
|
tile: boolean;
|
|
33758
33814
|
density: Density;
|
|
@@ -33785,7 +33841,9 @@ declare const VFileInput: {
|
|
|
33785
33841
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
33786
33842
|
[key: string]: any;
|
|
33787
33843
|
}>[];
|
|
33788
|
-
clear: (
|
|
33844
|
+
clear: (arg: DefaultInputSlot & {
|
|
33845
|
+
props: Record<string, any>;
|
|
33846
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
33789
33847
|
[key: string]: any;
|
|
33790
33848
|
}>[];
|
|
33791
33849
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -33864,7 +33922,7 @@ declare const VFileInput: {
|
|
|
33864
33922
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
33865
33923
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
33866
33924
|
modelValue: {
|
|
33867
|
-
type: PropType<File[]>;
|
|
33925
|
+
type: PropType<File | File[]>;
|
|
33868
33926
|
default: () => never[];
|
|
33869
33927
|
validator: (val: any) => boolean;
|
|
33870
33928
|
};
|
|
@@ -33982,7 +34040,7 @@ declare const VFileInput: {
|
|
|
33982
34040
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
33983
34041
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
33984
34042
|
modelValue: {
|
|
33985
|
-
type: PropType<File[]>;
|
|
34043
|
+
type: PropType<File | File[]>;
|
|
33986
34044
|
default: () => never[];
|
|
33987
34045
|
validator: (val: any) => boolean;
|
|
33988
34046
|
};
|
|
@@ -48010,7 +48068,9 @@ declare const VSelect: {
|
|
|
48010
48068
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
48011
48069
|
[key: string]: any;
|
|
48012
48070
|
}>[];
|
|
48013
|
-
clear: (
|
|
48071
|
+
clear: (arg: DefaultInputSlot & {
|
|
48072
|
+
props: Record<string, any>;
|
|
48073
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
48014
48074
|
[key: string]: any;
|
|
48015
48075
|
}>[];
|
|
48016
48076
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -49299,7 +49359,9 @@ declare const VSelect: {
|
|
|
49299
49359
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
49300
49360
|
[key: string]: any;
|
|
49301
49361
|
}>[];
|
|
49302
|
-
clear: (
|
|
49362
|
+
clear: (arg: DefaultInputSlot & {
|
|
49363
|
+
props: Record<string, any>;
|
|
49364
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
49303
49365
|
[key: string]: any;
|
|
49304
49366
|
}>[];
|
|
49305
49367
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -59161,7 +59223,9 @@ declare const VTextarea: {
|
|
|
59161
59223
|
} & {
|
|
59162
59224
|
$children?: {} | vue.VNodeChild | {
|
|
59163
59225
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59164
|
-
clear?: ((
|
|
59226
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
59227
|
+
props: Record<string, any>;
|
|
59228
|
+
}) => vue.VNodeChild) | undefined;
|
|
59165
59229
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59166
59230
|
label?: ((arg: DefaultInputSlot & {
|
|
59167
59231
|
label: string | undefined;
|
|
@@ -59176,7 +59240,9 @@ declare const VTextarea: {
|
|
|
59176
59240
|
};
|
|
59177
59241
|
'v-slots'?: {
|
|
59178
59242
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59179
|
-
clear?: false | ((
|
|
59243
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
59244
|
+
props: Record<string, any>;
|
|
59245
|
+
}) => vue.VNodeChild) | undefined;
|
|
59180
59246
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59181
59247
|
label?: false | ((arg: DefaultInputSlot & {
|
|
59182
59248
|
label: string | undefined;
|
|
@@ -59191,7 +59257,9 @@ declare const VTextarea: {
|
|
|
59191
59257
|
} | undefined;
|
|
59192
59258
|
} & {
|
|
59193
59259
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59194
|
-
"v-slot:clear"?: false | ((
|
|
59260
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
59261
|
+
props: Record<string, any>;
|
|
59262
|
+
}) => vue.VNodeChild) | undefined;
|
|
59195
59263
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59196
59264
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
59197
59265
|
label: string | undefined;
|
|
@@ -59509,7 +59577,9 @@ declare const VTextarea: {
|
|
|
59509
59577
|
} & {
|
|
59510
59578
|
$children?: {} | vue.VNodeChild | {
|
|
59511
59579
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59512
|
-
clear?: ((
|
|
59580
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
59581
|
+
props: Record<string, any>;
|
|
59582
|
+
}) => vue.VNodeChild) | undefined;
|
|
59513
59583
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59514
59584
|
label?: ((arg: DefaultInputSlot & {
|
|
59515
59585
|
label: string | undefined;
|
|
@@ -59524,7 +59594,9 @@ declare const VTextarea: {
|
|
|
59524
59594
|
};
|
|
59525
59595
|
'v-slots'?: {
|
|
59526
59596
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59527
|
-
clear?: false | ((
|
|
59597
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
59598
|
+
props: Record<string, any>;
|
|
59599
|
+
}) => vue.VNodeChild) | undefined;
|
|
59528
59600
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59529
59601
|
label?: false | ((arg: DefaultInputSlot & {
|
|
59530
59602
|
label: string | undefined;
|
|
@@ -59539,7 +59611,9 @@ declare const VTextarea: {
|
|
|
59539
59611
|
} | undefined;
|
|
59540
59612
|
} & {
|
|
59541
59613
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59542
|
-
"v-slot:clear"?: false | ((
|
|
59614
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
59615
|
+
props: Record<string, any>;
|
|
59616
|
+
}) => vue.VNodeChild) | undefined;
|
|
59543
59617
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59544
59618
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
59545
59619
|
label: string | undefined;
|
|
@@ -59592,7 +59666,9 @@ declare const VTextarea: {
|
|
|
59592
59666
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59593
59667
|
[key: string]: any;
|
|
59594
59668
|
}>[];
|
|
59595
|
-
clear: (
|
|
59669
|
+
clear: (arg: DefaultInputSlot & {
|
|
59670
|
+
props: Record<string, any>;
|
|
59671
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
59596
59672
|
[key: string]: any;
|
|
59597
59673
|
}>[];
|
|
59598
59674
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -59696,7 +59772,9 @@ declare const VTextarea: {
|
|
|
59696
59772
|
} & {
|
|
59697
59773
|
$children?: {} | vue.VNodeChild | {
|
|
59698
59774
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59699
|
-
clear?: ((
|
|
59775
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
59776
|
+
props: Record<string, any>;
|
|
59777
|
+
}) => vue.VNodeChild) | undefined;
|
|
59700
59778
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59701
59779
|
label?: ((arg: DefaultInputSlot & {
|
|
59702
59780
|
label: string | undefined;
|
|
@@ -59711,7 +59789,9 @@ declare const VTextarea: {
|
|
|
59711
59789
|
};
|
|
59712
59790
|
'v-slots'?: {
|
|
59713
59791
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59714
|
-
clear?: false | ((
|
|
59792
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
59793
|
+
props: Record<string, any>;
|
|
59794
|
+
}) => vue.VNodeChild) | undefined;
|
|
59715
59795
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59716
59796
|
label?: false | ((arg: DefaultInputSlot & {
|
|
59717
59797
|
label: string | undefined;
|
|
@@ -59726,7 +59806,9 @@ declare const VTextarea: {
|
|
|
59726
59806
|
} | undefined;
|
|
59727
59807
|
} & {
|
|
59728
59808
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
59729
|
-
"v-slot:clear"?: false | ((
|
|
59809
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
59810
|
+
props: Record<string, any>;
|
|
59811
|
+
}) => vue.VNodeChild) | undefined;
|
|
59730
59812
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
59731
59813
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
59732
59814
|
label: string | undefined;
|
|
@@ -60075,7 +60157,9 @@ declare const VTextarea: {
|
|
|
60075
60157
|
} & {
|
|
60076
60158
|
$children?: {} | vue.VNodeChild | {
|
|
60077
60159
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60078
|
-
clear?: ((
|
|
60160
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
60161
|
+
props: Record<string, any>;
|
|
60162
|
+
}) => vue.VNodeChild) | undefined;
|
|
60079
60163
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60080
60164
|
label?: ((arg: DefaultInputSlot & {
|
|
60081
60165
|
label: string | undefined;
|
|
@@ -60090,7 +60174,9 @@ declare const VTextarea: {
|
|
|
60090
60174
|
};
|
|
60091
60175
|
'v-slots'?: {
|
|
60092
60176
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60093
|
-
clear?: false | ((
|
|
60177
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
60178
|
+
props: Record<string, any>;
|
|
60179
|
+
}) => vue.VNodeChild) | undefined;
|
|
60094
60180
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60095
60181
|
label?: false | ((arg: DefaultInputSlot & {
|
|
60096
60182
|
label: string | undefined;
|
|
@@ -60105,7 +60191,9 @@ declare const VTextarea: {
|
|
|
60105
60191
|
} | undefined;
|
|
60106
60192
|
} & {
|
|
60107
60193
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60108
|
-
"v-slot:clear"?: false | ((
|
|
60194
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
60195
|
+
props: Record<string, any>;
|
|
60196
|
+
}) => vue.VNodeChild) | undefined;
|
|
60109
60197
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60110
60198
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
60111
60199
|
label: string | undefined;
|
|
@@ -60392,7 +60480,9 @@ declare const VTextarea: {
|
|
|
60392
60480
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60393
60481
|
[key: string]: any;
|
|
60394
60482
|
}>[];
|
|
60395
|
-
clear: (
|
|
60483
|
+
clear: (arg: DefaultInputSlot & {
|
|
60484
|
+
props: Record<string, any>;
|
|
60485
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
60396
60486
|
[key: string]: any;
|
|
60397
60487
|
}>[];
|
|
60398
60488
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -60715,7 +60805,9 @@ declare const VTextField: {
|
|
|
60715
60805
|
} & {
|
|
60716
60806
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
60717
60807
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60718
|
-
clear?: ((
|
|
60808
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
60809
|
+
props: Record<string, any>;
|
|
60810
|
+
}) => vue.VNodeChild) | undefined;
|
|
60719
60811
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60720
60812
|
label?: ((arg: DefaultInputSlot & {
|
|
60721
60813
|
label: string | undefined;
|
|
@@ -60731,7 +60823,9 @@ declare const VTextField: {
|
|
|
60731
60823
|
};
|
|
60732
60824
|
'v-slots'?: {
|
|
60733
60825
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60734
|
-
clear?: false | ((
|
|
60826
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
60827
|
+
props: Record<string, any>;
|
|
60828
|
+
}) => vue.VNodeChild) | undefined;
|
|
60735
60829
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60736
60830
|
label?: false | ((arg: DefaultInputSlot & {
|
|
60737
60831
|
label: string | undefined;
|
|
@@ -60747,7 +60841,9 @@ declare const VTextField: {
|
|
|
60747
60841
|
} | undefined;
|
|
60748
60842
|
} & {
|
|
60749
60843
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
60750
|
-
"v-slot:clear"?: false | ((
|
|
60844
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
60845
|
+
props: Record<string, any>;
|
|
60846
|
+
}) => vue.VNodeChild) | undefined;
|
|
60751
60847
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
60752
60848
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
60753
60849
|
label: string | undefined;
|
|
@@ -61087,7 +61183,9 @@ declare const VTextField: {
|
|
|
61087
61183
|
[x: string]: unknown;
|
|
61088
61184
|
};
|
|
61089
61185
|
$slots: Readonly<{
|
|
61090
|
-
clear?: ((
|
|
61186
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
61187
|
+
props: Record<string, any>;
|
|
61188
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61091
61189
|
[key: string]: any;
|
|
61092
61190
|
}>[]) | undefined;
|
|
61093
61191
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -61170,7 +61268,9 @@ declare const VTextField: {
|
|
|
61170
61268
|
persistentClear: boolean;
|
|
61171
61269
|
singleLine: boolean;
|
|
61172
61270
|
}, {}, string, vue.SlotsType<Partial<{
|
|
61173
|
-
clear: (
|
|
61271
|
+
clear: (arg: DefaultInputSlot & {
|
|
61272
|
+
props: Record<string, any>;
|
|
61273
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61174
61274
|
[key: string]: any;
|
|
61175
61275
|
}>[];
|
|
61176
61276
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -61320,7 +61420,9 @@ declare const VTextField: {
|
|
|
61320
61420
|
} & {
|
|
61321
61421
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
61322
61422
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61323
|
-
clear?: ((
|
|
61423
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
61424
|
+
props: Record<string, any>;
|
|
61425
|
+
}) => vue.VNodeChild) | undefined;
|
|
61324
61426
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61325
61427
|
label?: ((arg: DefaultInputSlot & {
|
|
61326
61428
|
label: string | undefined;
|
|
@@ -61336,7 +61438,9 @@ declare const VTextField: {
|
|
|
61336
61438
|
};
|
|
61337
61439
|
'v-slots'?: {
|
|
61338
61440
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61339
|
-
clear?: false | ((
|
|
61441
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
61442
|
+
props: Record<string, any>;
|
|
61443
|
+
}) => vue.VNodeChild) | undefined;
|
|
61340
61444
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61341
61445
|
label?: false | ((arg: DefaultInputSlot & {
|
|
61342
61446
|
label: string | undefined;
|
|
@@ -61352,7 +61456,9 @@ declare const VTextField: {
|
|
|
61352
61456
|
} | undefined;
|
|
61353
61457
|
} & {
|
|
61354
61458
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61355
|
-
"v-slot:clear"?: false | ((
|
|
61459
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
61460
|
+
props: Record<string, any>;
|
|
61461
|
+
}) => vue.VNodeChild) | undefined;
|
|
61356
61462
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61357
61463
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
61358
61464
|
label: string | undefined;
|
|
@@ -61404,7 +61510,9 @@ declare const VTextField: {
|
|
|
61404
61510
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61405
61511
|
[key: string]: any;
|
|
61406
61512
|
}>[];
|
|
61407
|
-
clear: (
|
|
61513
|
+
clear: (arg: DefaultInputSlot & {
|
|
61514
|
+
props: Record<string, any>;
|
|
61515
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61408
61516
|
[key: string]: any;
|
|
61409
61517
|
}>[];
|
|
61410
61518
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -61509,7 +61617,9 @@ declare const VTextField: {
|
|
|
61509
61617
|
} & {
|
|
61510
61618
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
61511
61619
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61512
|
-
clear?: ((
|
|
61620
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
61621
|
+
props: Record<string, any>;
|
|
61622
|
+
}) => vue.VNodeChild) | undefined;
|
|
61513
61623
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61514
61624
|
label?: ((arg: DefaultInputSlot & {
|
|
61515
61625
|
label: string | undefined;
|
|
@@ -61525,7 +61635,9 @@ declare const VTextField: {
|
|
|
61525
61635
|
};
|
|
61526
61636
|
'v-slots'?: {
|
|
61527
61637
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61528
|
-
clear?: false | ((
|
|
61638
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
61639
|
+
props: Record<string, any>;
|
|
61640
|
+
}) => vue.VNodeChild) | undefined;
|
|
61529
61641
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61530
61642
|
label?: false | ((arg: DefaultInputSlot & {
|
|
61531
61643
|
label: string | undefined;
|
|
@@ -61541,7 +61653,9 @@ declare const VTextField: {
|
|
|
61541
61653
|
} | undefined;
|
|
61542
61654
|
} & {
|
|
61543
61655
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
61544
|
-
"v-slot:clear"?: false | ((
|
|
61656
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
61657
|
+
props: Record<string, any>;
|
|
61658
|
+
}) => vue.VNodeChild) | undefined;
|
|
61545
61659
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
61546
61660
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
61547
61661
|
label: string | undefined;
|
|
@@ -61881,7 +61995,9 @@ declare const VTextField: {
|
|
|
61881
61995
|
[x: string]: unknown;
|
|
61882
61996
|
};
|
|
61883
61997
|
$slots: Readonly<{
|
|
61884
|
-
clear?: ((
|
|
61998
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
61999
|
+
props: Record<string, any>;
|
|
62000
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61885
62001
|
[key: string]: any;
|
|
61886
62002
|
}>[]) | undefined;
|
|
61887
62003
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -61964,7 +62080,9 @@ declare const VTextField: {
|
|
|
61964
62080
|
persistentClear: boolean;
|
|
61965
62081
|
singleLine: boolean;
|
|
61966
62082
|
}, {}, string, vue.SlotsType<Partial<{
|
|
61967
|
-
clear: (
|
|
62083
|
+
clear: (arg: DefaultInputSlot & {
|
|
62084
|
+
props: Record<string, any>;
|
|
62085
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
61968
62086
|
[key: string]: any;
|
|
61969
62087
|
}>[];
|
|
61970
62088
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -62143,7 +62261,9 @@ declare const VTextField: {
|
|
|
62143
62261
|
} & {
|
|
62144
62262
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
62145
62263
|
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
62146
|
-
clear?: ((
|
|
62264
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
62265
|
+
props: Record<string, any>;
|
|
62266
|
+
}) => vue.VNodeChild) | undefined;
|
|
62147
62267
|
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
62148
62268
|
label?: ((arg: DefaultInputSlot & {
|
|
62149
62269
|
label: string | undefined;
|
|
@@ -62159,7 +62279,9 @@ declare const VTextField: {
|
|
|
62159
62279
|
};
|
|
62160
62280
|
'v-slots'?: {
|
|
62161
62281
|
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
62162
|
-
clear?: false | ((
|
|
62282
|
+
clear?: false | ((arg: DefaultInputSlot & {
|
|
62283
|
+
props: Record<string, any>;
|
|
62284
|
+
}) => vue.VNodeChild) | undefined;
|
|
62163
62285
|
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
62164
62286
|
label?: false | ((arg: DefaultInputSlot & {
|
|
62165
62287
|
label: string | undefined;
|
|
@@ -62175,7 +62297,9 @@ declare const VTextField: {
|
|
|
62175
62297
|
} | undefined;
|
|
62176
62298
|
} & {
|
|
62177
62299
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
|
62178
|
-
"v-slot:clear"?: false | ((
|
|
62300
|
+
"v-slot:clear"?: false | ((arg: DefaultInputSlot & {
|
|
62301
|
+
props: Record<string, any>;
|
|
62302
|
+
}) => vue.VNodeChild) | undefined;
|
|
62179
62303
|
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
62180
62304
|
"v-slot:label"?: false | ((arg: DefaultInputSlot & {
|
|
62181
62305
|
label: string | undefined;
|
|
@@ -62515,7 +62639,9 @@ declare const VTextField: {
|
|
|
62515
62639
|
[x: string]: unknown;
|
|
62516
62640
|
};
|
|
62517
62641
|
$slots: Readonly<{
|
|
62518
|
-
clear?: ((
|
|
62642
|
+
clear?: ((arg: DefaultInputSlot & {
|
|
62643
|
+
props: Record<string, any>;
|
|
62644
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62519
62645
|
[key: string]: any;
|
|
62520
62646
|
}>[]) | undefined;
|
|
62521
62647
|
'prepend-inner'?: ((arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -62598,7 +62724,9 @@ declare const VTextField: {
|
|
|
62598
62724
|
persistentClear: boolean;
|
|
62599
62725
|
singleLine: boolean;
|
|
62600
62726
|
}, {}, string, vue.SlotsType<Partial<{
|
|
62601
|
-
clear: (
|
|
62727
|
+
clear: (arg: DefaultInputSlot & {
|
|
62728
|
+
props: Record<string, any>;
|
|
62729
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62602
62730
|
[key: string]: any;
|
|
62603
62731
|
}>[];
|
|
62604
62732
|
'prepend-inner': (arg: DefaultInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -62717,7 +62845,9 @@ declare const VTextField: {
|
|
|
62717
62845
|
message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62718
62846
|
[key: string]: any;
|
|
62719
62847
|
}>[];
|
|
62720
|
-
clear: (
|
|
62848
|
+
clear: (arg: DefaultInputSlot & {
|
|
62849
|
+
props: Record<string, any>;
|
|
62850
|
+
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
62721
62851
|
[key: string]: any;
|
|
62722
62852
|
}>[];
|
|
62723
62853
|
details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -68806,6 +68936,8 @@ declare const createVuetify: {
|
|
|
68806
68936
|
getWeekdays: () => string[];
|
|
68807
68937
|
getMonth: (date: unknown) => number;
|
|
68808
68938
|
setMonth: (date: unknown, month: number) => unknown;
|
|
68939
|
+
getDate: (date: unknown) => number;
|
|
68940
|
+
setDate: (date: unknown, day: number) => unknown;
|
|
68809
68941
|
getNextMonth: (date: unknown) => unknown;
|
|
68810
68942
|
getHours: (date: unknown) => number;
|
|
68811
68943
|
setHours: (date: unknown, hours: number) => unknown;
|
|
@@ -68867,24 +68999,24 @@ declare module '@vue/runtime-core' {
|
|
|
68867
68999
|
}
|
|
68868
69000
|
|
|
68869
69001
|
export interface GlobalComponents {
|
|
69002
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
69003
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
69004
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
68870
69005
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
68871
69006
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
68872
69007
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
68873
|
-
|
|
69008
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
68874
69009
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
68875
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
|
68876
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
68877
69010
|
VBadge: typeof import('vuetify/components')['VBadge']
|
|
68878
|
-
|
|
69011
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
69012
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
68879
69013
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
68880
69014
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
68881
69015
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
68882
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
68883
69016
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
68884
69017
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
68885
69018
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
68886
69019
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
68887
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
68888
69020
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
68889
69021
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
68890
69022
|
VCard: typeof import('vuetify/components')['VCard']
|
|
@@ -68893,14 +69025,15 @@ declare module '@vue/runtime-core' {
|
|
|
68893
69025
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
68894
69026
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
68895
69027
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
68896
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
68897
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
68898
69028
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
68899
69029
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
69030
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
69031
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
68900
69032
|
VChip: typeof import('vuetify/components')['VChip']
|
|
69033
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
68901
69034
|
VCode: typeof import('vuetify/components')['VCode']
|
|
69035
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
68902
69036
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
68903
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
68904
69037
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
68905
69038
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
68906
69039
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
@@ -68909,7 +69042,7 @@ declare module '@vue/runtime-core' {
|
|
|
68909
69042
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
68910
69043
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
68911
69044
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
68912
|
-
|
|
69045
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
68913
69046
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
68914
69047
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
68915
69048
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
@@ -68921,21 +69054,20 @@ declare module '@vue/runtime-core' {
|
|
|
68921
69054
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
68922
69055
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
68923
69056
|
VDialog: typeof import('vuetify/components')['VDialog']
|
|
68924
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
68925
69057
|
VField: typeof import('vuetify/components')['VField']
|
|
68926
69058
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
69059
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
68927
69060
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
68928
69061
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
68929
69062
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
68930
69063
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
68931
69064
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
68932
69065
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
68933
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
68934
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
68935
69066
|
VInput: typeof import('vuetify/components')['VInput']
|
|
68936
|
-
VImg: typeof import('vuetify/components')['VImg']
|
|
68937
69067
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
68938
69068
|
VItem: typeof import('vuetify/components')['VItem']
|
|
69069
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
69070
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
68939
69071
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
68940
69072
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
68941
69073
|
VList: typeof import('vuetify/components')['VList']
|
|
@@ -68949,53 +69081,53 @@ declare module '@vue/runtime-core' {
|
|
|
68949
69081
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
68950
69082
|
VMain: typeof import('vuetify/components')['VMain']
|
|
68951
69083
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
68952
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
|
68953
69084
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
68954
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
68955
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
|
68956
69085
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
69086
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
|
68957
69087
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
68958
|
-
|
|
69088
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
69089
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
68959
69090
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
69091
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
68960
69092
|
VRating: typeof import('vuetify/components')['VRating']
|
|
68961
69093
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
68962
69094
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
68963
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
68964
69095
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
69096
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
69097
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
68965
69098
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
68966
69099
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
68967
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
68968
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
68969
69100
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
68970
69101
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
68971
69102
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
68972
69103
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
68973
69104
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
68974
69105
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
69106
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
69107
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
68975
69108
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
68976
69109
|
VTab: typeof import('vuetify/components')['VTab']
|
|
68977
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
68978
69110
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
68979
69111
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
68980
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
68981
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
68982
69112
|
VTable: typeof import('vuetify/components')['VTable']
|
|
68983
|
-
|
|
68984
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
69113
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
68985
69114
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
68986
69115
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
68987
69116
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
68988
69117
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
68989
69118
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
69119
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
68990
69120
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
69121
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
|
69122
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
68991
69123
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
68992
69124
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
68993
|
-
VForm: typeof import('vuetify/components')['VForm']
|
|
68994
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
68995
69125
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
68996
69126
|
VCol: typeof import('vuetify/components')['VCol']
|
|
68997
69127
|
VRow: typeof import('vuetify/components')['VRow']
|
|
68998
69128
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
69129
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
69130
|
+
VForm: typeof import('vuetify/components')['VForm']
|
|
68999
69131
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
69000
69132
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
69001
69133
|
VLazy: typeof import('vuetify/components')['VLazy']
|
|
@@ -69007,6 +69139,7 @@ declare module '@vue/runtime-core' {
|
|
|
69007
69139
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
69008
69140
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
69009
69141
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
69142
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
69010
69143
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
69011
69144
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
69012
69145
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -69023,26 +69156,25 @@ declare module '@vue/runtime-core' {
|
|
|
69023
69156
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
69024
69157
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
69025
69158
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
69026
|
-
|
|
69159
|
+
VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
|
|
69027
69160
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
69028
69161
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
|
69029
69162
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
|
69030
69163
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
|
69031
69164
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
|
69032
69165
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
|
69033
|
-
VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
|
|
69034
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
69035
69166
|
VFab: typeof import('vuetify/labs/components')['VFab']
|
|
69036
69167
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
69037
69168
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
69169
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
|
69038
69170
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
|
69039
69171
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
|
69040
69172
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
|
69041
69173
|
VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
|
|
69042
69174
|
VSpeedDial: typeof import('vuetify/labs/components')['VSpeedDial']
|
|
69043
|
-
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
69044
69175
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
|
69045
69176
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
|
69046
69177
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
|
69178
|
+
VSparkline: typeof import('vuetify/labs/components')['VSparkline']
|
|
69047
69179
|
}
|
|
69048
69180
|
}
|