vuetify 3.0.2 → 3.0.4
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 +902 -902
- package/dist/json/importMap.json +66 -66
- package/dist/json/web-types.json +1178 -1136
- package/dist/vuetify.css +124 -126
- package/dist/vuetify.d.ts +389 -196
- package/dist/vuetify.esm.js +175 -144
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +175 -144
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +696 -692
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.ts +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +275 -62
- package/lib/components/VAutocomplete/index.d.ts +22 -22
- package/lib/components/VCheckbox/VCheckbox.css +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +1 -1
- package/lib/components/VChip/VChip.mjs +14 -6
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +3 -1
- package/lib/components/VChipGroup/index.d.ts +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs +24 -14
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +22 -22
- package/lib/components/VExpansionPanel/index.d.ts +1 -1
- package/lib/components/VField/index.d.ts +6 -6
- package/lib/components/VFileInput/index.d.ts +2 -2
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.css +2 -2
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VLazy/VLazy.mjs +2 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +2 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +2 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +3 -1
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +1 -1
- package/lib/components/VProgressLinear/_variables.scss +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +22 -22
- package/lib/components/VSelectionControl/VSelectionControl.css +4 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +4 -0
- package/lib/components/VSelectionControl/index.d.ts +6 -6
- package/lib/components/VSnackbar/index.d.ts +4 -4
- package/lib/components/VSwitch/VSwitch.css +1 -1
- package/lib/components/VSwitch/VSwitch.sass +1 -1
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VSystemBar/_variables.scss +1 -1
- package/lib/components/VTabs/VTab.css +1 -3
- package/lib/components/VTabs/VTab.sass +1 -4
- package/lib/components/VTabs/VTabs.css +0 -4
- package/lib/components/VTabs/VTabs.sass +0 -5
- package/lib/components/VTextField/index.d.ts +18 -18
- package/lib/components/VTextarea/index.d.ts +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +32 -22
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +9 -8
- package/lib/components/index.d.ts +370 -177
- package/lib/components/transitions/dialog-transition.mjs +2 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/composables/theme.mjs +7 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +19 -19
- package/lib/util/color/APCA.mjs +6 -6
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs +15 -7
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +64 -81
- package/lib/util/colorUtils.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -113,6 +113,14 @@ declare type EventProp<T = (...args: any[]) => any> = T | T[];
|
|
|
113
113
|
declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
|
|
114
114
|
|
|
115
115
|
declare type Density$1 = null | 'prominent' | 'default' | 'comfortable' | 'compact';
|
|
116
|
+
declare type VToolbarSlots = MakeSlots<{
|
|
117
|
+
default: [];
|
|
118
|
+
image: [];
|
|
119
|
+
prepend: [];
|
|
120
|
+
append: [];
|
|
121
|
+
title: [];
|
|
122
|
+
extension: [];
|
|
123
|
+
}>;
|
|
116
124
|
declare const VToolbar: {
|
|
117
125
|
new (...args: any[]): {
|
|
118
126
|
$: vue.ComponentInternalInstance;
|
|
@@ -354,75 +362,254 @@ declare const VToolbar: {
|
|
|
354
362
|
extensionHeight: string | number;
|
|
355
363
|
floating: boolean;
|
|
356
364
|
}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
|
|
357
|
-
$props: SlotsToProps<
|
|
358
|
-
default: [];
|
|
359
|
-
image: [];
|
|
360
|
-
prepend: [];
|
|
361
|
-
append: [];
|
|
362
|
-
title: [];
|
|
363
|
-
extension: [];
|
|
364
|
-
}>;
|
|
365
|
+
$props: SlotsToProps<VToolbarSlots>;
|
|
365
366
|
});
|
|
366
367
|
declare type VToolbar = InstanceType<typeof VToolbar>;
|
|
367
368
|
|
|
368
|
-
declare const VAppBar:
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
369
|
+
declare const VAppBar: {
|
|
370
|
+
new (...args: any[]): {
|
|
371
|
+
$: vue.ComponentInternalInstance;
|
|
372
|
+
$data: {};
|
|
373
|
+
$props: Partial<{
|
|
374
|
+
flat: boolean;
|
|
375
|
+
absolute: boolean;
|
|
376
|
+
location: "top" | "bottom";
|
|
377
|
+
height: string | number;
|
|
378
|
+
order: string | number;
|
|
379
|
+
tag: string;
|
|
380
|
+
collapse: boolean;
|
|
381
|
+
rounded: string | number | boolean;
|
|
382
|
+
density: Density$1;
|
|
383
|
+
extended: boolean;
|
|
384
|
+
extensionHeight: string | number;
|
|
385
|
+
floating: boolean;
|
|
386
|
+
modelValue: boolean;
|
|
387
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
|
388
|
+
height: {
|
|
389
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
390
|
+
default: number;
|
|
391
|
+
};
|
|
392
|
+
name: {
|
|
393
|
+
type: StringConstructor;
|
|
394
|
+
};
|
|
395
|
+
order: {
|
|
396
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
397
|
+
default: number;
|
|
398
|
+
};
|
|
399
|
+
absolute: BooleanConstructor;
|
|
400
|
+
theme: StringConstructor;
|
|
401
|
+
tag: Omit<{
|
|
402
|
+
type: StringConstructor;
|
|
403
|
+
default: string;
|
|
404
|
+
}, "type" | "default"> & {
|
|
405
|
+
type: PropType<string>;
|
|
406
|
+
default: string;
|
|
407
|
+
};
|
|
408
|
+
rounded: {
|
|
409
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
410
|
+
default: undefined;
|
|
411
|
+
};
|
|
412
|
+
elevation: {
|
|
413
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
414
|
+
validator(v: any): boolean;
|
|
415
|
+
};
|
|
416
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
417
|
+
collapse: BooleanConstructor;
|
|
418
|
+
color: StringConstructor;
|
|
419
|
+
density: {
|
|
420
|
+
type: PropType<Density$1>;
|
|
421
|
+
default: string;
|
|
422
|
+
validator: (v: any) => boolean;
|
|
423
|
+
};
|
|
424
|
+
extended: BooleanConstructor;
|
|
425
|
+
extensionHeight: {
|
|
426
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
427
|
+
default: number;
|
|
428
|
+
};
|
|
429
|
+
flat: BooleanConstructor;
|
|
430
|
+
floating: BooleanConstructor;
|
|
431
|
+
image: StringConstructor;
|
|
432
|
+
title: StringConstructor;
|
|
433
|
+
modelValue: {
|
|
434
|
+
type: BooleanConstructor;
|
|
435
|
+
default: boolean;
|
|
436
|
+
};
|
|
437
|
+
location: {
|
|
438
|
+
type: PropType<"top" | "bottom">;
|
|
439
|
+
default: string;
|
|
440
|
+
validator: (value: any) => boolean;
|
|
441
|
+
};
|
|
442
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">>> & {
|
|
443
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
444
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "flat" | "absolute" | "location" | "height" | "order" | "tag" | "collapse" | "rounded" | "density" | "extended" | "extensionHeight" | "floating" | "modelValue">;
|
|
445
|
+
$attrs: {
|
|
446
|
+
[x: string]: unknown;
|
|
447
|
+
};
|
|
448
|
+
$refs: {
|
|
449
|
+
[x: string]: unknown;
|
|
450
|
+
};
|
|
451
|
+
$slots: Readonly<{
|
|
452
|
+
[name: string]: vue.Slot | undefined;
|
|
453
|
+
}>;
|
|
454
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
455
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
456
|
+
$emit: (event: "update:modelValue", value: boolean) => void;
|
|
457
|
+
$el: any;
|
|
458
|
+
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
459
|
+
height: {
|
|
460
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
461
|
+
default: number;
|
|
462
|
+
};
|
|
463
|
+
name: {
|
|
464
|
+
type: StringConstructor;
|
|
465
|
+
};
|
|
466
|
+
order: {
|
|
467
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
468
|
+
default: number;
|
|
469
|
+
};
|
|
470
|
+
absolute: BooleanConstructor;
|
|
471
|
+
theme: StringConstructor;
|
|
472
|
+
tag: Omit<{
|
|
473
|
+
type: StringConstructor;
|
|
474
|
+
default: string;
|
|
475
|
+
}, "type" | "default"> & {
|
|
476
|
+
type: PropType<string>;
|
|
477
|
+
default: string;
|
|
478
|
+
};
|
|
479
|
+
rounded: {
|
|
480
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
481
|
+
default: undefined;
|
|
482
|
+
};
|
|
483
|
+
elevation: {
|
|
484
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
485
|
+
validator(v: any): boolean;
|
|
486
|
+
};
|
|
487
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
488
|
+
collapse: BooleanConstructor;
|
|
489
|
+
color: StringConstructor;
|
|
490
|
+
density: {
|
|
491
|
+
type: PropType<Density$1>;
|
|
492
|
+
default: string;
|
|
493
|
+
validator: (v: any) => boolean;
|
|
494
|
+
};
|
|
495
|
+
extended: BooleanConstructor;
|
|
496
|
+
extensionHeight: {
|
|
497
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
498
|
+
default: number;
|
|
499
|
+
};
|
|
500
|
+
flat: BooleanConstructor;
|
|
501
|
+
floating: BooleanConstructor;
|
|
502
|
+
image: StringConstructor;
|
|
503
|
+
title: StringConstructor;
|
|
504
|
+
modelValue: {
|
|
505
|
+
type: BooleanConstructor;
|
|
506
|
+
default: boolean;
|
|
507
|
+
};
|
|
508
|
+
location: {
|
|
509
|
+
type: PropType<"top" | "bottom">;
|
|
510
|
+
default: string;
|
|
511
|
+
validator: (value: any) => boolean;
|
|
512
|
+
};
|
|
513
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">>> & {
|
|
514
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
515
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
516
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
517
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">, string, {
|
|
518
|
+
flat: boolean;
|
|
519
|
+
absolute: boolean;
|
|
520
|
+
location: "top" | "bottom";
|
|
521
|
+
height: string | number;
|
|
522
|
+
order: string | number;
|
|
523
|
+
tag: string;
|
|
524
|
+
collapse: boolean;
|
|
525
|
+
rounded: string | number | boolean;
|
|
526
|
+
density: Density$1;
|
|
527
|
+
extended: boolean;
|
|
528
|
+
extensionHeight: string | number;
|
|
529
|
+
floating: boolean;
|
|
530
|
+
modelValue: boolean;
|
|
531
|
+
}> & {
|
|
532
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
533
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
534
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
535
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
536
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
537
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
538
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
539
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
540
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
541
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
542
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
543
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
544
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
545
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
546
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
547
|
+
};
|
|
548
|
+
$forceUpdate: () => void;
|
|
549
|
+
$nextTick: typeof vue.nextTick;
|
|
550
|
+
$watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
551
|
+
} & Readonly<vue.ExtractPropTypes<Omit<{
|
|
552
|
+
height: {
|
|
553
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
554
|
+
default: number;
|
|
555
|
+
};
|
|
556
|
+
name: {
|
|
557
|
+
type: StringConstructor;
|
|
558
|
+
};
|
|
559
|
+
order: {
|
|
560
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
561
|
+
default: number;
|
|
562
|
+
};
|
|
563
|
+
absolute: BooleanConstructor;
|
|
564
|
+
theme: StringConstructor;
|
|
565
|
+
tag: Omit<{
|
|
566
|
+
type: StringConstructor;
|
|
567
|
+
default: string;
|
|
568
|
+
}, "type" | "default"> & {
|
|
569
|
+
type: PropType<string>;
|
|
570
|
+
default: string;
|
|
571
|
+
};
|
|
572
|
+
rounded: {
|
|
573
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
574
|
+
default: undefined;
|
|
575
|
+
};
|
|
576
|
+
elevation: {
|
|
577
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
578
|
+
validator(v: any): boolean;
|
|
579
|
+
};
|
|
580
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
581
|
+
collapse: BooleanConstructor;
|
|
582
|
+
color: StringConstructor;
|
|
583
|
+
density: {
|
|
584
|
+
type: PropType<Density$1>;
|
|
585
|
+
default: string;
|
|
586
|
+
validator: (v: any) => boolean;
|
|
587
|
+
};
|
|
588
|
+
extended: BooleanConstructor;
|
|
589
|
+
extensionHeight: {
|
|
590
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
591
|
+
default: number;
|
|
592
|
+
};
|
|
593
|
+
flat: BooleanConstructor;
|
|
594
|
+
floating: BooleanConstructor;
|
|
595
|
+
image: StringConstructor;
|
|
596
|
+
title: StringConstructor;
|
|
597
|
+
modelValue: {
|
|
598
|
+
type: BooleanConstructor;
|
|
599
|
+
default: boolean;
|
|
600
|
+
};
|
|
601
|
+
location: {
|
|
602
|
+
type: PropType<"top" | "bottom">;
|
|
603
|
+
default: string;
|
|
604
|
+
validator: (value: any) => boolean;
|
|
605
|
+
};
|
|
606
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">>> & {
|
|
607
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
608
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties;
|
|
609
|
+
__isFragment?: undefined;
|
|
610
|
+
__isTeleport?: undefined;
|
|
611
|
+
__isSuspense?: undefined;
|
|
612
|
+
} & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
|
426
613
|
height: {
|
|
427
614
|
type: (StringConstructor | NumberConstructor)[];
|
|
428
615
|
default: number;
|
|
@@ -477,9 +664,11 @@ declare const VAppBar: vue.DefineComponent<{
|
|
|
477
664
|
default: string;
|
|
478
665
|
validator: (value: any) => boolean;
|
|
479
666
|
};
|
|
480
|
-
}
|
|
667
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">>> & {
|
|
481
668
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
482
|
-
}, {
|
|
669
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
670
|
+
'update:modelValue': (value: boolean) => boolean;
|
|
671
|
+
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:image" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:extension">, string, {
|
|
483
672
|
flat: boolean;
|
|
484
673
|
absolute: boolean;
|
|
485
674
|
location: "top" | "bottom";
|
|
@@ -493,7 +682,9 @@ declare const VAppBar: vue.DefineComponent<{
|
|
|
493
682
|
extensionHeight: string | number;
|
|
494
683
|
floating: boolean;
|
|
495
684
|
modelValue: boolean;
|
|
496
|
-
}
|
|
685
|
+
}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
|
|
686
|
+
$props: SlotsToProps<VToolbarSlots>;
|
|
687
|
+
});
|
|
497
688
|
declare type VAppBar = InstanceType<typeof VAppBar>;
|
|
498
689
|
|
|
499
690
|
declare type IconValue = string | JSXComponent;
|
|
@@ -745,8 +936,8 @@ declare const VAlert: vue.DefineComponent<{
|
|
|
745
936
|
rounded: string | number | boolean;
|
|
746
937
|
prominent: boolean;
|
|
747
938
|
density: Density;
|
|
748
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
749
939
|
modelValue: boolean;
|
|
940
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
750
941
|
closable: boolean;
|
|
751
942
|
closeIcon: IconValue;
|
|
752
943
|
closeLabel: string;
|
|
@@ -1132,7 +1323,7 @@ declare const VField: {
|
|
|
1132
1323
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
1133
1324
|
focused: BooleanConstructor;
|
|
1134
1325
|
id: StringConstructor;
|
|
1135
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
1326
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
1136
1327
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1137
1328
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1138
1329
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
@@ -1179,7 +1370,7 @@ declare const VField: {
|
|
|
1179
1370
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
1180
1371
|
focused: BooleanConstructor;
|
|
1181
1372
|
id: StringConstructor;
|
|
1182
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
1373
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
1183
1374
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1184
1375
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1185
1376
|
}, {
|
|
@@ -1188,7 +1379,7 @@ declare const VField: {
|
|
|
1188
1379
|
'click:control': (e: MouseEvent) => boolean;
|
|
1189
1380
|
'update:focused': (focused: boolean) => boolean;
|
|
1190
1381
|
'update:modelValue': (val: any) => boolean;
|
|
1191
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
1382
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
|
|
1192
1383
|
reverse: boolean;
|
|
1193
1384
|
error: boolean;
|
|
1194
1385
|
active: boolean;
|
|
@@ -1251,7 +1442,7 @@ declare const VField: {
|
|
|
1251
1442
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
1252
1443
|
focused: BooleanConstructor;
|
|
1253
1444
|
id: StringConstructor;
|
|
1254
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
1445
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
1255
1446
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1256
1447
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1257
1448
|
} & vue.ShallowUnwrapRef<{
|
|
@@ -1290,7 +1481,7 @@ declare const VField: {
|
|
|
1290
1481
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
1291
1482
|
focused: BooleanConstructor;
|
|
1292
1483
|
id: StringConstructor;
|
|
1293
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
1484
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
1294
1485
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
1295
1486
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
1296
1487
|
}, {
|
|
@@ -1299,7 +1490,7 @@ declare const VField: {
|
|
|
1299
1490
|
'click:control': (e: MouseEvent) => boolean;
|
|
1300
1491
|
'update:focused': (focused: boolean) => boolean;
|
|
1301
1492
|
'update:modelValue': (val: any) => boolean;
|
|
1302
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
1493
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
|
|
1303
1494
|
reverse: boolean;
|
|
1304
1495
|
error: boolean;
|
|
1305
1496
|
active: boolean;
|
|
@@ -1516,15 +1707,15 @@ declare const VAutocomplete: {
|
|
|
1516
1707
|
default: string;
|
|
1517
1708
|
validator: (v: any) => boolean;
|
|
1518
1709
|
};
|
|
1710
|
+
modelValue: {
|
|
1711
|
+
type: vue.PropType<any>;
|
|
1712
|
+
default: any;
|
|
1713
|
+
};
|
|
1519
1714
|
variant: {
|
|
1520
1715
|
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
1521
1716
|
default: string;
|
|
1522
1717
|
validator: (v: any) => boolean;
|
|
1523
1718
|
};
|
|
1524
|
-
modelValue: {
|
|
1525
|
-
type: vue.PropType<any>;
|
|
1526
|
-
default: any;
|
|
1527
|
-
};
|
|
1528
1719
|
bgColor: StringConstructor;
|
|
1529
1720
|
prependIcon: vue.PropType<IconValue>;
|
|
1530
1721
|
appendIcon: vue.PropType<IconValue>;
|
|
@@ -1794,7 +1985,7 @@ declare const VAutocomplete: {
|
|
|
1794
1985
|
};
|
|
1795
1986
|
noFilter: BooleanConstructor;
|
|
1796
1987
|
search: StringConstructor;
|
|
1797
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
1988
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
1798
1989
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
1799
1990
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
1800
1991
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "loading" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
|
|
@@ -1859,15 +2050,15 @@ declare const VAutocomplete: {
|
|
|
1859
2050
|
default: string;
|
|
1860
2051
|
validator: (v: any) => boolean;
|
|
1861
2052
|
};
|
|
2053
|
+
modelValue: {
|
|
2054
|
+
type: vue.PropType<any>;
|
|
2055
|
+
default: any;
|
|
2056
|
+
};
|
|
1862
2057
|
variant: {
|
|
1863
2058
|
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
1864
2059
|
default: string;
|
|
1865
2060
|
validator: (v: any) => boolean;
|
|
1866
2061
|
};
|
|
1867
|
-
modelValue: {
|
|
1868
|
-
type: vue.PropType<any>;
|
|
1869
|
-
default: any;
|
|
1870
|
-
};
|
|
1871
2062
|
bgColor: StringConstructor;
|
|
1872
2063
|
prependIcon: vue.PropType<IconValue>;
|
|
1873
2064
|
appendIcon: vue.PropType<IconValue>;
|
|
@@ -2137,7 +2328,7 @@ declare const VAutocomplete: {
|
|
|
2137
2328
|
};
|
|
2138
2329
|
noFilter: BooleanConstructor;
|
|
2139
2330
|
search: StringConstructor;
|
|
2140
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
2331
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
2141
2332
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
2142
2333
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
2143
2334
|
}, {
|
|
@@ -2158,7 +2349,7 @@ declare const VAutocomplete: {
|
|
|
2158
2349
|
'update:search': (val: any) => boolean;
|
|
2159
2350
|
'update:modelValue': (val: any) => boolean;
|
|
2160
2351
|
'update:menu': (val: boolean) => boolean;
|
|
2161
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
2352
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
2162
2353
|
reverse: boolean;
|
|
2163
2354
|
type: string;
|
|
2164
2355
|
error: boolean;
|
|
@@ -2269,15 +2460,15 @@ declare const VAutocomplete: {
|
|
|
2269
2460
|
default: string;
|
|
2270
2461
|
validator: (v: any) => boolean;
|
|
2271
2462
|
};
|
|
2463
|
+
modelValue: {
|
|
2464
|
+
type: vue.PropType<any>;
|
|
2465
|
+
default: any;
|
|
2466
|
+
};
|
|
2272
2467
|
variant: {
|
|
2273
2468
|
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
2274
2469
|
default: string;
|
|
2275
2470
|
validator: (v: any) => boolean;
|
|
2276
2471
|
};
|
|
2277
|
-
modelValue: {
|
|
2278
|
-
type: vue.PropType<any>;
|
|
2279
|
-
default: any;
|
|
2280
|
-
};
|
|
2281
2472
|
bgColor: StringConstructor;
|
|
2282
2473
|
prependIcon: vue.PropType<IconValue>;
|
|
2283
2474
|
appendIcon: vue.PropType<IconValue>;
|
|
@@ -2547,7 +2738,7 @@ declare const VAutocomplete: {
|
|
|
2547
2738
|
};
|
|
2548
2739
|
noFilter: BooleanConstructor;
|
|
2549
2740
|
search: StringConstructor;
|
|
2550
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
2741
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
2551
2742
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
2552
2743
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
2553
2744
|
} & vue.ShallowUnwrapRef<{
|
|
@@ -2616,15 +2807,15 @@ declare const VAutocomplete: {
|
|
|
2616
2807
|
default: string;
|
|
2617
2808
|
validator: (v: any) => boolean;
|
|
2618
2809
|
};
|
|
2810
|
+
modelValue: {
|
|
2811
|
+
type: vue.PropType<any>;
|
|
2812
|
+
default: any;
|
|
2813
|
+
};
|
|
2619
2814
|
variant: {
|
|
2620
2815
|
type: vue.PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
2621
2816
|
default: string;
|
|
2622
2817
|
validator: (v: any) => boolean;
|
|
2623
2818
|
};
|
|
2624
|
-
modelValue: {
|
|
2625
|
-
type: vue.PropType<any>;
|
|
2626
|
-
default: any;
|
|
2627
|
-
};
|
|
2628
2819
|
bgColor: StringConstructor;
|
|
2629
2820
|
prependIcon: vue.PropType<IconValue>;
|
|
2630
2821
|
appendIcon: vue.PropType<IconValue>;
|
|
@@ -2894,7 +3085,7 @@ declare const VAutocomplete: {
|
|
|
2894
3085
|
};
|
|
2895
3086
|
noFilter: BooleanConstructor;
|
|
2896
3087
|
search: StringConstructor;
|
|
2897
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
3088
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
2898
3089
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
2899
3090
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
2900
3091
|
}, {
|
|
@@ -2915,7 +3106,7 @@ declare const VAutocomplete: {
|
|
|
2915
3106
|
'update:search': (val: any) => boolean;
|
|
2916
3107
|
'update:modelValue': (val: any) => boolean;
|
|
2917
3108
|
'update:menu': (val: boolean) => boolean;
|
|
2918
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
3109
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
2919
3110
|
reverse: boolean;
|
|
2920
3111
|
type: string;
|
|
2921
3112
|
error: boolean;
|
|
@@ -4843,6 +5034,7 @@ declare const VChip: vue.DefineComponent<{
|
|
|
4843
5034
|
'group:selected': (val: {
|
|
4844
5035
|
value: boolean;
|
|
4845
5036
|
}) => true;
|
|
5037
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
|
4846
5038
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
4847
5039
|
color: StringConstructor;
|
|
4848
5040
|
variant: Omit<{
|
|
@@ -4919,6 +5111,7 @@ declare const VChip: vue.DefineComponent<{
|
|
|
4919
5111
|
default: boolean;
|
|
4920
5112
|
};
|
|
4921
5113
|
}>> & {
|
|
5114
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
|
4922
5115
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
4923
5116
|
"onGroup:selected"?: ((val: {
|
|
4924
5117
|
value: boolean;
|
|
@@ -4936,8 +5129,8 @@ declare const VChip: vue.DefineComponent<{
|
|
|
4936
5129
|
tag: string;
|
|
4937
5130
|
rounded: string | number | boolean;
|
|
4938
5131
|
density: Density;
|
|
4939
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
4940
5132
|
modelValue: boolean;
|
|
5133
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
4941
5134
|
ripple: boolean;
|
|
4942
5135
|
closable: boolean;
|
|
4943
5136
|
closeIcon: IconValue;
|
|
@@ -5023,8 +5216,8 @@ declare const VChipGroup: vue.DefineComponent<{
|
|
|
5023
5216
|
multiple: boolean;
|
|
5024
5217
|
tag: string;
|
|
5025
5218
|
column: boolean;
|
|
5026
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
5027
5219
|
modelValue: any;
|
|
5220
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
5028
5221
|
selectedClass: string;
|
|
5029
5222
|
valueComparator: typeof deepEqual;
|
|
5030
5223
|
}>;
|
|
@@ -5257,15 +5450,15 @@ declare const VCombobox: {
|
|
|
5257
5450
|
default: string;
|
|
5258
5451
|
validator: (v: any) => boolean;
|
|
5259
5452
|
};
|
|
5453
|
+
modelValue: {
|
|
5454
|
+
type: PropType<any>;
|
|
5455
|
+
default: any;
|
|
5456
|
+
};
|
|
5260
5457
|
variant: {
|
|
5261
5458
|
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
5262
5459
|
default: string;
|
|
5263
5460
|
validator: (v: any) => boolean;
|
|
5264
5461
|
};
|
|
5265
|
-
modelValue: {
|
|
5266
|
-
type: PropType<any>;
|
|
5267
|
-
default: any;
|
|
5268
|
-
};
|
|
5269
5462
|
bgColor: StringConstructor;
|
|
5270
5463
|
prependIcon: PropType<IconValue>;
|
|
5271
5464
|
appendIcon: PropType<IconValue>;
|
|
@@ -5541,7 +5734,7 @@ declare const VCombobox: {
|
|
|
5541
5734
|
};
|
|
5542
5735
|
noFilter: BooleanConstructor;
|
|
5543
5736
|
delimiters: PropType<string[]>;
|
|
5544
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
5737
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
5545
5738
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
5546
5739
|
"onUpdate:search"?: ((val: string) => any) | undefined;
|
|
5547
5740
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "loading" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
|
|
@@ -5606,15 +5799,15 @@ declare const VCombobox: {
|
|
|
5606
5799
|
default: string;
|
|
5607
5800
|
validator: (v: any) => boolean;
|
|
5608
5801
|
};
|
|
5802
|
+
modelValue: {
|
|
5803
|
+
type: PropType<any>;
|
|
5804
|
+
default: any;
|
|
5805
|
+
};
|
|
5609
5806
|
variant: {
|
|
5610
5807
|
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
5611
5808
|
default: string;
|
|
5612
5809
|
validator: (v: any) => boolean;
|
|
5613
5810
|
};
|
|
5614
|
-
modelValue: {
|
|
5615
|
-
type: PropType<any>;
|
|
5616
|
-
default: any;
|
|
5617
|
-
};
|
|
5618
5811
|
bgColor: StringConstructor;
|
|
5619
5812
|
prependIcon: PropType<IconValue>;
|
|
5620
5813
|
appendIcon: PropType<IconValue>;
|
|
@@ -5890,7 +6083,7 @@ declare const VCombobox: {
|
|
|
5890
6083
|
};
|
|
5891
6084
|
noFilter: BooleanConstructor;
|
|
5892
6085
|
delimiters: PropType<string[]>;
|
|
5893
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
6086
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
5894
6087
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
5895
6088
|
"onUpdate:search"?: ((val: string) => any) | undefined;
|
|
5896
6089
|
}, {
|
|
@@ -5910,7 +6103,7 @@ declare const VCombobox: {
|
|
|
5910
6103
|
'update:modelValue': (val: any) => boolean;
|
|
5911
6104
|
'update:search': (val: string) => boolean;
|
|
5912
6105
|
'update:menu': (val: boolean) => boolean;
|
|
5913
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
6106
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
5914
6107
|
reverse: boolean;
|
|
5915
6108
|
type: string;
|
|
5916
6109
|
error: boolean;
|
|
@@ -6021,15 +6214,15 @@ declare const VCombobox: {
|
|
|
6021
6214
|
default: string;
|
|
6022
6215
|
validator: (v: any) => boolean;
|
|
6023
6216
|
};
|
|
6217
|
+
modelValue: {
|
|
6218
|
+
type: PropType<any>;
|
|
6219
|
+
default: any;
|
|
6220
|
+
};
|
|
6024
6221
|
variant: {
|
|
6025
6222
|
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
6026
6223
|
default: string;
|
|
6027
6224
|
validator: (v: any) => boolean;
|
|
6028
6225
|
};
|
|
6029
|
-
modelValue: {
|
|
6030
|
-
type: PropType<any>;
|
|
6031
|
-
default: any;
|
|
6032
|
-
};
|
|
6033
6226
|
bgColor: StringConstructor;
|
|
6034
6227
|
prependIcon: PropType<IconValue>;
|
|
6035
6228
|
appendIcon: PropType<IconValue>;
|
|
@@ -6305,7 +6498,7 @@ declare const VCombobox: {
|
|
|
6305
6498
|
};
|
|
6306
6499
|
noFilter: BooleanConstructor;
|
|
6307
6500
|
delimiters: PropType<string[]>;
|
|
6308
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
6501
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
6309
6502
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
6310
6503
|
"onUpdate:search"?: ((val: string) => any) | undefined;
|
|
6311
6504
|
} & vue.ShallowUnwrapRef<{
|
|
@@ -6373,15 +6566,15 @@ declare const VCombobox: {
|
|
|
6373
6566
|
default: string;
|
|
6374
6567
|
validator: (v: any) => boolean;
|
|
6375
6568
|
};
|
|
6569
|
+
modelValue: {
|
|
6570
|
+
type: PropType<any>;
|
|
6571
|
+
default: any;
|
|
6572
|
+
};
|
|
6376
6573
|
variant: {
|
|
6377
6574
|
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
6378
6575
|
default: string;
|
|
6379
6576
|
validator: (v: any) => boolean;
|
|
6380
6577
|
};
|
|
6381
|
-
modelValue: {
|
|
6382
|
-
type: PropType<any>;
|
|
6383
|
-
default: any;
|
|
6384
|
-
};
|
|
6385
6578
|
bgColor: StringConstructor;
|
|
6386
6579
|
prependIcon: PropType<IconValue>;
|
|
6387
6580
|
appendIcon: PropType<IconValue>;
|
|
@@ -6657,7 +6850,7 @@ declare const VCombobox: {
|
|
|
6657
6850
|
};
|
|
6658
6851
|
noFilter: BooleanConstructor;
|
|
6659
6852
|
delimiters: PropType<string[]>;
|
|
6660
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
6853
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
6661
6854
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
6662
6855
|
"onUpdate:search"?: ((val: string) => any) | undefined;
|
|
6663
6856
|
}, {
|
|
@@ -6677,7 +6870,7 @@ declare const VCombobox: {
|
|
|
6677
6870
|
'update:modelValue': (val: any) => boolean;
|
|
6678
6871
|
'update:search': (val: string) => boolean;
|
|
6679
6872
|
'update:menu': (val: boolean) => boolean;
|
|
6680
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
6873
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
6681
6874
|
reverse: boolean;
|
|
6682
6875
|
type: string;
|
|
6683
6876
|
error: boolean;
|
|
@@ -9315,8 +9508,8 @@ declare const VExpansionPanels: vue.DefineComponent<{
|
|
|
9315
9508
|
multiple: boolean;
|
|
9316
9509
|
readonly: boolean;
|
|
9317
9510
|
tag: string;
|
|
9318
|
-
variant: "default" | "inset" | "accordion" | "popout";
|
|
9319
9511
|
modelValue: any;
|
|
9512
|
+
variant: "default" | "inset" | "accordion" | "popout";
|
|
9320
9513
|
}>;
|
|
9321
9514
|
declare type VExpansionPanels = InstanceType<typeof VExpansionPanels>;
|
|
9322
9515
|
|
|
@@ -9786,7 +9979,7 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
9786
9979
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
9787
9980
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
9788
9981
|
};
|
|
9789
|
-
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "
|
|
9982
|
+
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
9790
9983
|
'click:control': (e: MouseEvent) => true;
|
|
9791
9984
|
'update:modelValue': (files: File[]) => true;
|
|
9792
9985
|
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
@@ -9899,8 +10092,8 @@ declare const VFileInput: vue.DefineComponent<{
|
|
|
9899
10092
|
messages: string | string[];
|
|
9900
10093
|
counter: boolean;
|
|
9901
10094
|
density: Density;
|
|
9902
|
-
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
9903
10095
|
modelValue: File[];
|
|
10096
|
+
variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
|
|
9904
10097
|
prependIcon: (string & {}) | IconValue;
|
|
9905
10098
|
clearIcon: IconValue;
|
|
9906
10099
|
focused: boolean;
|
|
@@ -14318,8 +14511,8 @@ declare const VPagination: vue.DefineComponent<{
|
|
|
14318
14511
|
ellipsis: string;
|
|
14319
14512
|
rounded: string | number | boolean;
|
|
14320
14513
|
density: Density;
|
|
14321
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
14322
14514
|
modelValue: number;
|
|
14515
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
14323
14516
|
nextIcon: IconValue;
|
|
14324
14517
|
prevIcon: IconValue;
|
|
14325
14518
|
firstIcon: IconValue;
|
|
@@ -15459,15 +15652,15 @@ declare const VSelect: {
|
|
|
15459
15652
|
default: string;
|
|
15460
15653
|
validator: (v: any) => boolean;
|
|
15461
15654
|
};
|
|
15655
|
+
modelValue: {
|
|
15656
|
+
type: PropType<any>;
|
|
15657
|
+
default: any;
|
|
15658
|
+
};
|
|
15462
15659
|
variant: {
|
|
15463
15660
|
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
15464
15661
|
default: string;
|
|
15465
15662
|
validator: (v: any) => boolean;
|
|
15466
15663
|
};
|
|
15467
|
-
modelValue: {
|
|
15468
|
-
type: PropType<any>;
|
|
15469
|
-
default: any;
|
|
15470
|
-
};
|
|
15471
15664
|
bgColor: StringConstructor;
|
|
15472
15665
|
prependIcon: PropType<IconValue>;
|
|
15473
15666
|
appendIcon: PropType<IconValue>;
|
|
@@ -15725,7 +15918,7 @@ declare const VSelect: {
|
|
|
15725
15918
|
default: string;
|
|
15726
15919
|
};
|
|
15727
15920
|
openOnClear: BooleanConstructor;
|
|
15728
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
15921
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
15729
15922
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
15730
15923
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "loading" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear">;
|
|
15731
15924
|
$attrs: {
|
|
@@ -15801,15 +15994,15 @@ declare const VSelect: {
|
|
|
15801
15994
|
default: string;
|
|
15802
15995
|
validator: (v: any) => boolean;
|
|
15803
15996
|
};
|
|
15997
|
+
modelValue: {
|
|
15998
|
+
type: PropType<any>;
|
|
15999
|
+
default: any;
|
|
16000
|
+
};
|
|
15804
16001
|
variant: {
|
|
15805
16002
|
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
15806
16003
|
default: string;
|
|
15807
16004
|
validator: (v: any) => boolean;
|
|
15808
16005
|
};
|
|
15809
|
-
modelValue: {
|
|
15810
|
-
type: PropType<any>;
|
|
15811
|
-
default: any;
|
|
15812
|
-
};
|
|
15813
16006
|
bgColor: StringConstructor;
|
|
15814
16007
|
prependIcon: PropType<IconValue>;
|
|
15815
16008
|
appendIcon: PropType<IconValue>;
|
|
@@ -16067,7 +16260,7 @@ declare const VSelect: {
|
|
|
16067
16260
|
default: string;
|
|
16068
16261
|
};
|
|
16069
16262
|
openOnClear: BooleanConstructor;
|
|
16070
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
16263
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
16071
16264
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
16072
16265
|
}, {
|
|
16073
16266
|
menu: vue.Ref<boolean> & {
|
|
@@ -16077,7 +16270,7 @@ declare const VSelect: {
|
|
|
16077
16270
|
} & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
16078
16271
|
'update:modelValue': (val: any) => boolean;
|
|
16079
16272
|
'update:menu': (val: boolean) => boolean;
|
|
16080
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
16273
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
16081
16274
|
reverse: boolean;
|
|
16082
16275
|
type: string;
|
|
16083
16276
|
error: boolean;
|
|
@@ -16203,15 +16396,15 @@ declare const VSelect: {
|
|
|
16203
16396
|
default: string;
|
|
16204
16397
|
validator: (v: any) => boolean;
|
|
16205
16398
|
};
|
|
16399
|
+
modelValue: {
|
|
16400
|
+
type: PropType<any>;
|
|
16401
|
+
default: any;
|
|
16402
|
+
};
|
|
16206
16403
|
variant: {
|
|
16207
16404
|
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
16208
16405
|
default: string;
|
|
16209
16406
|
validator: (v: any) => boolean;
|
|
16210
16407
|
};
|
|
16211
|
-
modelValue: {
|
|
16212
|
-
type: PropType<any>;
|
|
16213
|
-
default: any;
|
|
16214
|
-
};
|
|
16215
16408
|
bgColor: StringConstructor;
|
|
16216
16409
|
prependIcon: PropType<IconValue>;
|
|
16217
16410
|
appendIcon: PropType<IconValue>;
|
|
@@ -16469,7 +16662,7 @@ declare const VSelect: {
|
|
|
16469
16662
|
default: string;
|
|
16470
16663
|
};
|
|
16471
16664
|
openOnClear: BooleanConstructor;
|
|
16472
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
16665
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
16473
16666
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
16474
16667
|
} & vue.ShallowUnwrapRef<{
|
|
16475
16668
|
menu: vue.Ref<boolean> & {
|
|
@@ -16540,15 +16733,15 @@ declare const VSelect: {
|
|
|
16540
16733
|
default: string;
|
|
16541
16734
|
validator: (v: any) => boolean;
|
|
16542
16735
|
};
|
|
16736
|
+
modelValue: {
|
|
16737
|
+
type: PropType<any>;
|
|
16738
|
+
default: any;
|
|
16739
|
+
};
|
|
16543
16740
|
variant: {
|
|
16544
16741
|
type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
|
|
16545
16742
|
default: string;
|
|
16546
16743
|
validator: (v: any) => boolean;
|
|
16547
16744
|
};
|
|
16548
|
-
modelValue: {
|
|
16549
|
-
type: PropType<any>;
|
|
16550
|
-
default: any;
|
|
16551
|
-
};
|
|
16552
16745
|
bgColor: StringConstructor;
|
|
16553
16746
|
prependIcon: PropType<IconValue>;
|
|
16554
16747
|
appendIcon: PropType<IconValue>;
|
|
@@ -16806,7 +16999,7 @@ declare const VSelect: {
|
|
|
16806
16999
|
default: string;
|
|
16807
17000
|
};
|
|
16808
17001
|
openOnClear: BooleanConstructor;
|
|
16809
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
17002
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
16810
17003
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
16811
17004
|
}, {
|
|
16812
17005
|
menu: vue.Ref<boolean> & {
|
|
@@ -16816,7 +17009,7 @@ declare const VSelect: {
|
|
|
16816
17009
|
} & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
16817
17010
|
'update:modelValue': (val: any) => boolean;
|
|
16818
17011
|
'update:menu': (val: boolean) => boolean;
|
|
16819
|
-
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "
|
|
17012
|
+
}, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
16820
17013
|
reverse: boolean;
|
|
16821
17014
|
type: string;
|
|
16822
17015
|
error: boolean;
|
|
@@ -17096,7 +17289,7 @@ declare const VSelectionControl: {
|
|
|
17096
17289
|
trueValue: null;
|
|
17097
17290
|
falseValue: null;
|
|
17098
17291
|
value: null;
|
|
17099
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
17292
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:input">>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inline" | "error" | "disabled" | "multiple" | "readonly" | "density" | "ripple" | "valueComparator">;
|
|
17100
17293
|
$attrs: {
|
|
17101
17294
|
[x: string]: unknown;
|
|
17102
17295
|
};
|
|
@@ -17144,12 +17337,12 @@ declare const VSelectionControl: {
|
|
|
17144
17337
|
trueValue: null;
|
|
17145
17338
|
falseValue: null;
|
|
17146
17339
|
value: null;
|
|
17147
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
17340
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:input">>>, {
|
|
17148
17341
|
isFocused: Ref<boolean>;
|
|
17149
17342
|
input: Ref<HTMLInputElement | undefined>;
|
|
17150
17343
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
17151
17344
|
'update:modelValue': (val: any) => boolean;
|
|
17152
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
17345
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:input">, string, {
|
|
17153
17346
|
inline: boolean;
|
|
17154
17347
|
error: boolean;
|
|
17155
17348
|
disabled: boolean;
|
|
@@ -17212,7 +17405,7 @@ declare const VSelectionControl: {
|
|
|
17212
17405
|
trueValue: null;
|
|
17213
17406
|
falseValue: null;
|
|
17214
17407
|
value: null;
|
|
17215
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
17408
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:input">>> & vue.ShallowUnwrapRef<{
|
|
17216
17409
|
isFocused: Ref<boolean>;
|
|
17217
17410
|
input: Ref<HTMLInputElement | undefined>;
|
|
17218
17411
|
}> & {} & vue.ComponentCustomProperties;
|
|
@@ -17253,12 +17446,12 @@ declare const VSelectionControl: {
|
|
|
17253
17446
|
trueValue: null;
|
|
17254
17447
|
falseValue: null;
|
|
17255
17448
|
value: null;
|
|
17256
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
17449
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:input">>>, {
|
|
17257
17450
|
isFocused: Ref<boolean>;
|
|
17258
17451
|
input: Ref<HTMLInputElement | undefined>;
|
|
17259
17452
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
17260
17453
|
'update:modelValue': (val: any) => boolean;
|
|
17261
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
17454
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:input">, string, {
|
|
17262
17455
|
inline: boolean;
|
|
17263
17456
|
error: boolean;
|
|
17264
17457
|
disabled: boolean;
|
|
@@ -17971,8 +18164,8 @@ declare const VSnackbar: {
|
|
|
17971
18164
|
timeout: string | number;
|
|
17972
18165
|
vertical: boolean;
|
|
17973
18166
|
rounded: string | number | boolean;
|
|
17974
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
17975
18167
|
modelValue: boolean;
|
|
18168
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
17976
18169
|
activatorProps: Record<string, any>;
|
|
17977
18170
|
openOnClick: boolean;
|
|
17978
18171
|
openOnHover: boolean;
|
|
@@ -18077,7 +18270,7 @@ declare const VSnackbar: {
|
|
|
18077
18270
|
vertical: BooleanConstructor;
|
|
18078
18271
|
}, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">>> & {
|
|
18079
18272
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
|
18080
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "
|
|
18273
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "modelValue" | "variant" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "closeOnBack" | "contained" | "multiLine">;
|
|
18081
18274
|
$attrs: {
|
|
18082
18275
|
[x: string]: unknown;
|
|
18083
18276
|
};
|
|
@@ -18570,8 +18763,8 @@ declare const VSnackbar: {
|
|
|
18570
18763
|
timeout: string | number;
|
|
18571
18764
|
vertical: boolean;
|
|
18572
18765
|
rounded: string | number | boolean;
|
|
18573
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
18574
18766
|
modelValue: boolean;
|
|
18767
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
18575
18768
|
activatorProps: Record<string, any>;
|
|
18576
18769
|
openOnClick: boolean;
|
|
18577
18770
|
openOnHover: boolean;
|
|
@@ -19550,8 +19743,8 @@ declare const VSnackbar: {
|
|
|
19550
19743
|
timeout: string | number;
|
|
19551
19744
|
vertical: boolean;
|
|
19552
19745
|
rounded: string | number | boolean;
|
|
19553
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
19554
19746
|
modelValue: boolean;
|
|
19747
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
19555
19748
|
activatorProps: Record<string, any>;
|
|
19556
19749
|
openOnClick: boolean;
|
|
19557
19750
|
openOnHover: boolean;
|
|
@@ -20327,7 +20520,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
20327
20520
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
20328
20521
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
20329
20522
|
};
|
|
20330
|
-
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "
|
|
20523
|
+
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
20331
20524
|
'click:control': (e: MouseEvent) => true;
|
|
20332
20525
|
'update:focused': (focused: boolean) => true;
|
|
20333
20526
|
'update:modelValue': (val: string) => true;
|
|
@@ -20886,7 +21079,7 @@ declare const VTextField: {
|
|
|
20886
21079
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
20887
21080
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
20888
21081
|
};
|
|
20889
|
-
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "
|
|
21082
|
+
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
|
|
20890
21083
|
$: vue.ComponentInternalInstance;
|
|
20891
21084
|
$data: {};
|
|
20892
21085
|
$props: Partial<{
|
|
@@ -20932,7 +21125,7 @@ declare const VTextField: {
|
|
|
20932
21125
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
20933
21126
|
focused: BooleanConstructor;
|
|
20934
21127
|
id: StringConstructor;
|
|
20935
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
21128
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
20936
21129
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
20937
21130
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
20938
21131
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
@@ -20979,7 +21172,7 @@ declare const VTextField: {
|
|
|
20979
21172
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
20980
21173
|
focused: BooleanConstructor;
|
|
20981
21174
|
id: StringConstructor;
|
|
20982
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
21175
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
20983
21176
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
20984
21177
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
20985
21178
|
}, {
|
|
@@ -20988,7 +21181,7 @@ declare const VTextField: {
|
|
|
20988
21181
|
'click:control': (e: MouseEvent) => boolean;
|
|
20989
21182
|
'update:focused': (focused: boolean) => boolean;
|
|
20990
21183
|
'update:modelValue': (val: any) => boolean;
|
|
20991
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
21184
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
|
|
20992
21185
|
reverse: boolean;
|
|
20993
21186
|
error: boolean;
|
|
20994
21187
|
active: boolean;
|
|
@@ -21051,7 +21244,7 @@ declare const VTextField: {
|
|
|
21051
21244
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
21052
21245
|
focused: BooleanConstructor;
|
|
21053
21246
|
id: StringConstructor;
|
|
21054
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
21247
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
21055
21248
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
21056
21249
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
21057
21250
|
} & vue.ShallowUnwrapRef<{
|
|
@@ -21085,7 +21278,7 @@ declare const VTextField: {
|
|
|
21085
21278
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
21086
21279
|
"v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
21087
21280
|
};
|
|
21088
|
-
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "
|
|
21281
|
+
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
21089
21282
|
'click:control': (e: MouseEvent) => boolean;
|
|
21090
21283
|
'click:input': (e: MouseEvent) => boolean;
|
|
21091
21284
|
'update:focused': (focused: boolean) => boolean;
|
|
@@ -21441,7 +21634,7 @@ declare const VTextField: {
|
|
|
21441
21634
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
21442
21635
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
21443
21636
|
};
|
|
21444
|
-
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "
|
|
21637
|
+
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
|
|
21445
21638
|
$: vue.ComponentInternalInstance;
|
|
21446
21639
|
$data: {};
|
|
21447
21640
|
$props: Partial<{
|
|
@@ -21487,7 +21680,7 @@ declare const VTextField: {
|
|
|
21487
21680
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
21488
21681
|
focused: BooleanConstructor;
|
|
21489
21682
|
id: StringConstructor;
|
|
21490
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
21683
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
21491
21684
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
21492
21685
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
21493
21686
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
@@ -21534,7 +21727,7 @@ declare const VTextField: {
|
|
|
21534
21727
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
21535
21728
|
focused: BooleanConstructor;
|
|
21536
21729
|
id: StringConstructor;
|
|
21537
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
21730
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
21538
21731
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
21539
21732
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
21540
21733
|
}, {
|
|
@@ -21543,7 +21736,7 @@ declare const VTextField: {
|
|
|
21543
21736
|
'click:control': (e: MouseEvent) => boolean;
|
|
21544
21737
|
'update:focused': (focused: boolean) => boolean;
|
|
21545
21738
|
'update:modelValue': (val: any) => boolean;
|
|
21546
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
21739
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
|
|
21547
21740
|
reverse: boolean;
|
|
21548
21741
|
error: boolean;
|
|
21549
21742
|
active: boolean;
|
|
@@ -21606,7 +21799,7 @@ declare const VTextField: {
|
|
|
21606
21799
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
21607
21800
|
focused: BooleanConstructor;
|
|
21608
21801
|
id: StringConstructor;
|
|
21609
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
21802
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
21610
21803
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
21611
21804
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
21612
21805
|
} & vue.ShallowUnwrapRef<{
|
|
@@ -21640,7 +21833,7 @@ declare const VTextField: {
|
|
|
21640
21833
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
21641
21834
|
"v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
21642
21835
|
};
|
|
21643
|
-
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "
|
|
21836
|
+
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
|
|
21644
21837
|
__isFragment?: undefined;
|
|
21645
21838
|
__isTeleport?: undefined;
|
|
21646
21839
|
__isSuspense?: undefined;
|
|
@@ -21950,7 +22143,7 @@ declare const VTextField: {
|
|
|
21950
22143
|
"v-slot:append"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
21951
22144
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
21952
22145
|
};
|
|
21953
|
-
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "
|
|
22146
|
+
}, "id" | "name" | "label" | "$children" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules")>, `$${any}`> & Omit<Omit<{
|
|
21954
22147
|
$: vue.ComponentInternalInstance;
|
|
21955
22148
|
$data: {};
|
|
21956
22149
|
$props: Partial<{
|
|
@@ -21996,7 +22189,7 @@ declare const VTextField: {
|
|
|
21996
22189
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
21997
22190
|
focused: BooleanConstructor;
|
|
21998
22191
|
id: StringConstructor;
|
|
21999
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
22192
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
22000
22193
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
22001
22194
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
22002
22195
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
@@ -22043,7 +22236,7 @@ declare const VTextField: {
|
|
|
22043
22236
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
22044
22237
|
focused: BooleanConstructor;
|
|
22045
22238
|
id: StringConstructor;
|
|
22046
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
22239
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
22047
22240
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
22048
22241
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
22049
22242
|
}, {
|
|
@@ -22052,7 +22245,7 @@ declare const VTextField: {
|
|
|
22052
22245
|
'click:control': (e: MouseEvent) => boolean;
|
|
22053
22246
|
'update:focused': (focused: boolean) => boolean;
|
|
22054
22247
|
'update:modelValue': (val: any) => boolean;
|
|
22055
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
22248
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">, string, {
|
|
22056
22249
|
reverse: boolean;
|
|
22057
22250
|
error: boolean;
|
|
22058
22251
|
active: boolean;
|
|
@@ -22115,7 +22308,7 @@ declare const VTextField: {
|
|
|
22115
22308
|
'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
|
|
22116
22309
|
focused: BooleanConstructor;
|
|
22117
22310
|
id: StringConstructor;
|
|
22118
|
-
}, "$children" | "v-slots" | "v-slot:default" | "
|
|
22311
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader">>> & {
|
|
22119
22312
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
22120
22313
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
22121
22314
|
} & vue.ShallowUnwrapRef<{
|
|
@@ -22149,7 +22342,7 @@ declare const VTextField: {
|
|
|
22149
22342
|
"v-slot:loader"?: false | ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
22150
22343
|
"v-slot:default"?: false | ((args_0: VFieldSlot) => vue.VNodeChild) | undefined;
|
|
22151
22344
|
};
|
|
22152
|
-
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "
|
|
22345
|
+
}, "id" | "color" | "label" | "$children" | "theme" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "modelValue" | "onUpdate:modelValue" | "bgColor" | "appendInnerIcon" | "prependInnerIcon" | "onClick:clear" | "onClick:appendInner" | "onClick:prependInner" | "onUpdate:focused" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "onClick:control" | ("reverse" | "error" | "active" | "loading" | "disabled" | "variant" | "clearIcon" | "focused" | "clearable" | "dirty" | "persistentClear" | "singleLine")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
22153
22346
|
'click:control': (e: MouseEvent) => boolean;
|
|
22154
22347
|
'click:input': (e: MouseEvent) => boolean;
|
|
22155
22348
|
'update:focused': (focused: boolean) => boolean;
|