vuetify 3.10.4 → 3.10.6
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/README.md +0 -6
- package/dist/json/attributes.json +1910 -1922
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +182 -182
- package/dist/json/tags.json +6 -9
- package/dist/json/web-types.json +3674 -3697
- package/dist/vuetify-labs.cjs +211 -107
- package/dist/vuetify-labs.css +5703 -5642
- package/dist/vuetify-labs.d.ts +168 -175
- package/dist/vuetify-labs.esm.js +211 -107
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +211 -107
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +192 -97
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5916 -5877
- package/dist/vuetify.d.ts +168 -140
- package/dist/vuetify.esm.js +192 -97
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +192 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +124 -114
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +0 -61
- package/lib/components/VAutocomplete/VAutocomplete.js +13 -11
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.css +10 -0
- package/lib/components/VBadge/VBadge.sass +9 -0
- package/lib/components/VChipGroup/VChipGroup.d.ts +37 -0
- package/lib/components/VChipGroup/VChipGroup.js +3 -1
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +6 -67
- package/lib/components/VCombobox/VCombobox.js +26 -28
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +1 -0
- package/lib/components/VCounter/VCounter.sass +1 -0
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +4 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +3 -0
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableRow.js +3 -0
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableRows.js +4 -3
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +1 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDivider/VDivider.css +1 -0
- package/lib/components/VDivider/VDivider.sass +1 -0
- package/lib/components/VKbd/_variables.scss +3 -1
- package/lib/components/VList/VListItem.css +14 -12
- package/lib/components/VList/VListItem.js +5 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItem.sass +20 -18
- package/lib/components/VMenu/VMenu.js +22 -4
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.css +8 -0
- package/lib/components/VNumberInput/VNumberInput.js +5 -2
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.sass +10 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +17 -0
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +3 -3
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +7 -0
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +25 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VTable/VTable.js +20 -32
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTabs/VTabs.d.ts +25 -0
- package/lib/components/VTextField/VTextField.js +0 -3
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +2 -2
- package/lib/components/VTextarea/VTextarea.js +20 -1
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VWindow/VWindow.js +43 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/composables/date/date.js +1 -1
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/group.js +1 -1
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/nested/nested.js +12 -2
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/virtual.js +2 -2
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +66 -66
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
- package/lib/labs/VColorInput/VColorInput.js +2 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +0 -30
- package/lib/labs/VDateInput/VDateInput.js +16 -7
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.css +22 -0
- package/lib/labs/VIconBtn/VIconBtn.scss +32 -0
- package/lib/labs/VMaskInput/VMaskInput.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/lib/labs/rules/rules.js +4 -4
- package/lib/labs/rules/rules.js.map +1 -1
- package/lib/util/helpers.js +4 -2
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -7763,9 +7763,6 @@ declare const VAutocomplete: {
|
|
|
7763
7763
|
rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
7764
7764
|
density: Density;
|
|
7765
7765
|
tile: boolean;
|
|
7766
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
7767
|
-
component?: vue.Component | undefined;
|
|
7768
|
-
}) | null;
|
|
7769
7766
|
hideSpinButtons: boolean;
|
|
7770
7767
|
persistentHint: boolean;
|
|
7771
7768
|
messages: string | readonly string[];
|
|
@@ -10482,9 +10479,6 @@ declare const VAutocomplete: {
|
|
|
10482
10479
|
density: Density;
|
|
10483
10480
|
rounded: string | number | boolean;
|
|
10484
10481
|
tile: boolean;
|
|
10485
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
10486
|
-
component?: vue.Component | undefined;
|
|
10487
|
-
}) | null;
|
|
10488
10482
|
hideSpinButtons: boolean;
|
|
10489
10483
|
persistentHint: boolean;
|
|
10490
10484
|
messages: string | readonly string[];
|
|
@@ -10615,9 +10609,6 @@ declare const VAutocomplete: {
|
|
|
10615
10609
|
rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
10616
10610
|
density: Density;
|
|
10617
10611
|
tile: boolean;
|
|
10618
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
10619
|
-
component?: vue.Component | undefined;
|
|
10620
|
-
}) | null;
|
|
10621
10612
|
hideSpinButtons: boolean;
|
|
10622
10613
|
persistentHint: boolean;
|
|
10623
10614
|
messages: string | readonly string[];
|
|
@@ -13329,9 +13320,6 @@ declare const VAutocomplete: {
|
|
|
13329
13320
|
density: Density;
|
|
13330
13321
|
rounded: string | number | boolean;
|
|
13331
13322
|
tile: boolean;
|
|
13332
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
13333
|
-
component?: vue.Component | undefined;
|
|
13334
|
-
}) | null;
|
|
13335
13323
|
hideSpinButtons: boolean;
|
|
13336
13324
|
persistentHint: boolean;
|
|
13337
13325
|
messages: string | readonly string[];
|
|
@@ -13385,9 +13373,6 @@ declare const VAutocomplete: {
|
|
|
13385
13373
|
rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
13386
13374
|
density: Density;
|
|
13387
13375
|
tile: boolean;
|
|
13388
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
13389
|
-
component?: vue.Component | undefined;
|
|
13390
|
-
}) | null;
|
|
13391
13376
|
hideSpinButtons: boolean;
|
|
13392
13377
|
persistentHint: boolean;
|
|
13393
13378
|
messages: string | readonly string[];
|
|
@@ -16104,9 +16089,6 @@ declare const VAutocomplete: {
|
|
|
16104
16089
|
density: Density;
|
|
16105
16090
|
rounded: string | number | boolean;
|
|
16106
16091
|
tile: boolean;
|
|
16107
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
16108
|
-
component?: vue.Component | undefined;
|
|
16109
|
-
}) | null;
|
|
16110
16092
|
hideSpinButtons: boolean;
|
|
16111
16093
|
persistentHint: boolean;
|
|
16112
16094
|
messages: string | readonly string[];
|
|
@@ -16344,14 +16326,6 @@ declare const VAutocomplete: {
|
|
|
16344
16326
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
16345
16327
|
width: (NumberConstructor | StringConstructor)[];
|
|
16346
16328
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
16347
|
-
transition: {
|
|
16348
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
16349
|
-
component?: vue.Component | undefined;
|
|
16350
|
-
}) | null>;
|
|
16351
|
-
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
16352
|
-
component?: vue.Component | undefined;
|
|
16353
|
-
}) | null>;
|
|
16354
|
-
};
|
|
16355
16329
|
id: StringConstructor;
|
|
16356
16330
|
appendIcon: PropType<IconValue>;
|
|
16357
16331
|
prependIcon: PropType<IconValue>;
|
|
@@ -16995,14 +16969,6 @@ declare const VAutocomplete: {
|
|
|
16995
16969
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
16996
16970
|
width: (NumberConstructor | StringConstructor)[];
|
|
16997
16971
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
16998
|
-
transition: {
|
|
16999
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
17000
|
-
component?: vue.Component | undefined;
|
|
17001
|
-
}) | null>;
|
|
17002
|
-
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
17003
|
-
component?: vue.Component | undefined;
|
|
17004
|
-
}) | null>;
|
|
17005
|
-
};
|
|
17006
16972
|
id: StringConstructor;
|
|
17007
16973
|
appendIcon: PropType<IconValue>;
|
|
17008
16974
|
prependIcon: PropType<IconValue>;
|
|
@@ -27430,6 +27396,7 @@ declare const VChipGroup: {
|
|
|
27430
27396
|
selectedClass: string;
|
|
27431
27397
|
disabled: boolean;
|
|
27432
27398
|
centerActive: boolean;
|
|
27399
|
+
scrollToActive: boolean;
|
|
27433
27400
|
direction: "horizontal" | "vertical";
|
|
27434
27401
|
symbol: any;
|
|
27435
27402
|
nextIcon: IconValue;
|
|
@@ -27458,6 +27425,7 @@ declare const VChipGroup: {
|
|
|
27458
27425
|
selectedClass: string;
|
|
27459
27426
|
disabled: boolean;
|
|
27460
27427
|
centerActive: boolean;
|
|
27428
|
+
scrollToActive: boolean;
|
|
27461
27429
|
direction: "horizontal" | "vertical";
|
|
27462
27430
|
symbol: any;
|
|
27463
27431
|
nextIcon: IconValue;
|
|
@@ -27491,6 +27459,7 @@ declare const VChipGroup: {
|
|
|
27491
27459
|
selectedClass: string;
|
|
27492
27460
|
disabled: boolean;
|
|
27493
27461
|
centerActive: boolean;
|
|
27462
|
+
scrollToActive: boolean;
|
|
27494
27463
|
direction: "horizontal" | "vertical";
|
|
27495
27464
|
symbol: any;
|
|
27496
27465
|
nextIcon: IconValue;
|
|
@@ -27517,6 +27486,7 @@ declare const VChipGroup: {
|
|
|
27517
27486
|
selectedClass: string;
|
|
27518
27487
|
disabled: boolean;
|
|
27519
27488
|
centerActive: boolean;
|
|
27489
|
+
scrollToActive: boolean;
|
|
27520
27490
|
direction: "horizontal" | "vertical";
|
|
27521
27491
|
symbol: any;
|
|
27522
27492
|
nextIcon: IconValue;
|
|
@@ -27537,6 +27507,7 @@ declare const VChipGroup: {
|
|
|
27537
27507
|
selectedClass: string;
|
|
27538
27508
|
disabled: boolean;
|
|
27539
27509
|
centerActive: boolean;
|
|
27510
|
+
scrollToActive: boolean;
|
|
27540
27511
|
direction: "horizontal" | "vertical";
|
|
27541
27512
|
symbol: any;
|
|
27542
27513
|
nextIcon: IconValue;
|
|
@@ -27565,6 +27536,7 @@ declare const VChipGroup: {
|
|
|
27565
27536
|
selectedClass: string;
|
|
27566
27537
|
disabled: boolean;
|
|
27567
27538
|
centerActive: boolean;
|
|
27539
|
+
scrollToActive: boolean;
|
|
27568
27540
|
direction: "horizontal" | "vertical";
|
|
27569
27541
|
symbol: any;
|
|
27570
27542
|
nextIcon: IconValue;
|
|
@@ -27629,6 +27601,13 @@ declare const VChipGroup: {
|
|
|
27629
27601
|
};
|
|
27630
27602
|
disabled: BooleanConstructor;
|
|
27631
27603
|
centerActive: BooleanConstructor;
|
|
27604
|
+
scrollToActive: Omit<{
|
|
27605
|
+
type: BooleanConstructor;
|
|
27606
|
+
default: boolean;
|
|
27607
|
+
}, "default" | "type"> & {
|
|
27608
|
+
type: PropType<boolean>;
|
|
27609
|
+
default: boolean;
|
|
27610
|
+
};
|
|
27632
27611
|
contentClass: null;
|
|
27633
27612
|
direction: {
|
|
27634
27613
|
type: PropType<"horizontal" | "vertical">;
|
|
@@ -27698,6 +27677,13 @@ declare const VChipGroup: {
|
|
|
27698
27677
|
};
|
|
27699
27678
|
disabled: BooleanConstructor;
|
|
27700
27679
|
centerActive: BooleanConstructor;
|
|
27680
|
+
scrollToActive: Omit<{
|
|
27681
|
+
type: BooleanConstructor;
|
|
27682
|
+
default: boolean;
|
|
27683
|
+
}, "default" | "type"> & {
|
|
27684
|
+
type: PropType<boolean>;
|
|
27685
|
+
default: boolean;
|
|
27686
|
+
};
|
|
27701
27687
|
contentClass: null;
|
|
27702
27688
|
direction: {
|
|
27703
27689
|
type: PropType<"horizontal" | "vertical">;
|
|
@@ -28412,9 +28398,6 @@ declare const VCombobox: {
|
|
|
28412
28398
|
rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
28413
28399
|
density: Density;
|
|
28414
28400
|
tile: boolean;
|
|
28415
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
28416
|
-
component?: vue.Component | undefined;
|
|
28417
|
-
}) | null;
|
|
28418
28401
|
hideSpinButtons: boolean;
|
|
28419
28402
|
persistentHint: boolean;
|
|
28420
28403
|
messages: string | readonly string[];
|
|
@@ -28956,7 +28939,7 @@ declare const VCombobox: {
|
|
|
28956
28939
|
search: vue.WritableComputedRef<string, string>;
|
|
28957
28940
|
selectionIndex: vue.ShallowRef<number, number>;
|
|
28958
28941
|
filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
|
|
28959
|
-
select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
|
|
28942
|
+
select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
|
|
28960
28943
|
} & Omit<Omit<{
|
|
28961
28944
|
$: vue.ComponentInternalInstance;
|
|
28962
28945
|
$data: {};
|
|
@@ -30595,7 +30578,7 @@ declare const VCombobox: {
|
|
|
30595
30578
|
search: vue.WritableComputedRef<string, string>;
|
|
30596
30579
|
selectionIndex: vue.ShallowRef<number, number>;
|
|
30597
30580
|
filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
|
|
30598
|
-
select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
|
|
30581
|
+
select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
|
|
30599
30582
|
} | (HTMLInputElement & Omit<Omit<{
|
|
30600
30583
|
$: vue.ComponentInternalInstance;
|
|
30601
30584
|
$data: {};
|
|
@@ -31130,9 +31113,6 @@ declare const VCombobox: {
|
|
|
31130
31113
|
density: Density;
|
|
31131
31114
|
rounded: string | number | boolean;
|
|
31132
31115
|
tile: boolean;
|
|
31133
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
31134
|
-
component?: vue.Component | undefined;
|
|
31135
|
-
}) | null;
|
|
31136
31116
|
hideSpinButtons: boolean;
|
|
31137
31117
|
persistentHint: boolean;
|
|
31138
31118
|
messages: string | readonly string[];
|
|
@@ -31264,9 +31244,6 @@ declare const VCombobox: {
|
|
|
31264
31244
|
rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
31265
31245
|
density: Density;
|
|
31266
31246
|
tile: boolean;
|
|
31267
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
31268
|
-
component?: vue.Component | undefined;
|
|
31269
|
-
}) | null;
|
|
31270
31247
|
hideSpinButtons: boolean;
|
|
31271
31248
|
persistentHint: boolean;
|
|
31272
31249
|
messages: string | readonly string[];
|
|
@@ -31808,7 +31785,7 @@ declare const VCombobox: {
|
|
|
31808
31785
|
search: vue.WritableComputedRef<string, string>;
|
|
31809
31786
|
selectionIndex: vue.ShallowRef<number, number>;
|
|
31810
31787
|
filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
|
|
31811
|
-
select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
|
|
31788
|
+
select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
|
|
31812
31789
|
} & Omit<Omit<{
|
|
31813
31790
|
$: vue.ComponentInternalInstance;
|
|
31814
31791
|
$data: {};
|
|
@@ -33447,7 +33424,7 @@ declare const VCombobox: {
|
|
|
33447
33424
|
search: vue.WritableComputedRef<string, string>;
|
|
33448
33425
|
selectionIndex: vue.ShallowRef<number, number>;
|
|
33449
33426
|
filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
|
|
33450
|
-
select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
|
|
33427
|
+
select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
|
|
33451
33428
|
} | (HTMLInputElement & Omit<Omit<{
|
|
33452
33429
|
$: vue.ComponentInternalInstance;
|
|
33453
33430
|
$data: {};
|
|
@@ -33977,9 +33954,6 @@ declare const VCombobox: {
|
|
|
33977
33954
|
density: Density;
|
|
33978
33955
|
rounded: string | number | boolean;
|
|
33979
33956
|
tile: boolean;
|
|
33980
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
33981
|
-
component?: vue.Component | undefined;
|
|
33982
|
-
}) | null;
|
|
33983
33957
|
hideSpinButtons: boolean;
|
|
33984
33958
|
persistentHint: boolean;
|
|
33985
33959
|
messages: string | readonly string[];
|
|
@@ -34034,9 +34008,6 @@ declare const VCombobox: {
|
|
|
34034
34008
|
rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
|
|
34035
34009
|
density: Density;
|
|
34036
34010
|
tile: boolean;
|
|
34037
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
34038
|
-
component?: vue.Component | undefined;
|
|
34039
|
-
}) | null;
|
|
34040
34011
|
hideSpinButtons: boolean;
|
|
34041
34012
|
persistentHint: boolean;
|
|
34042
34013
|
messages: string | readonly string[];
|
|
@@ -34578,7 +34549,7 @@ declare const VCombobox: {
|
|
|
34578
34549
|
search: vue.WritableComputedRef<string, string>;
|
|
34579
34550
|
selectionIndex: vue.ShallowRef<number, number>;
|
|
34580
34551
|
filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
|
|
34581
|
-
select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
|
|
34552
|
+
select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
|
|
34582
34553
|
} & Omit<Omit<{
|
|
34583
34554
|
$: vue.ComponentInternalInstance;
|
|
34584
34555
|
$data: {};
|
|
@@ -36217,7 +36188,7 @@ declare const VCombobox: {
|
|
|
36217
36188
|
search: vue.WritableComputedRef<string, string>;
|
|
36218
36189
|
selectionIndex: vue.ShallowRef<number, number>;
|
|
36219
36190
|
filteredItems: vue.ShallowRef<ListItem<any>[], ListItem<any>[]>;
|
|
36220
|
-
select: (item: ListItem<any> | undefined, set?: boolean | null) => void;
|
|
36191
|
+
select: (item: ListItem<any> | undefined, set?: boolean | null, keepMenu?: boolean) => void;
|
|
36221
36192
|
} | (HTMLInputElement & Omit<Omit<{
|
|
36222
36193
|
$: vue.ComponentInternalInstance;
|
|
36223
36194
|
$data: {};
|
|
@@ -36752,9 +36723,6 @@ declare const VCombobox: {
|
|
|
36752
36723
|
density: Density;
|
|
36753
36724
|
rounded: string | number | boolean;
|
|
36754
36725
|
tile: boolean;
|
|
36755
|
-
transition: string | boolean | (vue.TransitionProps & {
|
|
36756
|
-
component?: vue.Component | undefined;
|
|
36757
|
-
}) | null;
|
|
36758
36726
|
hideSpinButtons: boolean;
|
|
36759
36727
|
persistentHint: boolean;
|
|
36760
36728
|
messages: string | readonly string[];
|
|
@@ -36993,14 +36961,6 @@ declare const VCombobox: {
|
|
|
36993
36961
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
36994
36962
|
width: (NumberConstructor | StringConstructor)[];
|
|
36995
36963
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
36996
|
-
transition: {
|
|
36997
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
36998
|
-
component?: vue.Component | undefined;
|
|
36999
|
-
}) | null>;
|
|
37000
|
-
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
37001
|
-
component?: vue.Component | undefined;
|
|
37002
|
-
}) | null>;
|
|
37003
|
-
};
|
|
37004
36964
|
id: StringConstructor;
|
|
37005
36965
|
appendIcon: PropType<IconValue>;
|
|
37006
36966
|
prependIcon: PropType<IconValue>;
|
|
@@ -37654,14 +37614,6 @@ declare const VCombobox: {
|
|
|
37654
37614
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
37655
37615
|
width: (NumberConstructor | StringConstructor)[];
|
|
37656
37616
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
37657
|
-
transition: {
|
|
37658
|
-
type: PropType<string | boolean | (vue.TransitionProps & {
|
|
37659
|
-
component?: vue.Component | undefined;
|
|
37660
|
-
}) | null>;
|
|
37661
|
-
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
|
37662
|
-
component?: vue.Component | undefined;
|
|
37663
|
-
}) | null>;
|
|
37664
|
-
};
|
|
37665
37617
|
id: StringConstructor;
|
|
37666
37618
|
appendIcon: PropType<IconValue>;
|
|
37667
37619
|
prependIcon: PropType<IconValue>;
|
|
@@ -38955,6 +38907,7 @@ type VDataTableHeadersSlots = {
|
|
|
38955
38907
|
declare const VDataTableHeaders: {
|
|
38956
38908
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
38957
38909
|
mobile: boolean | null;
|
|
38910
|
+
density: Density;
|
|
38958
38911
|
disableSort: boolean;
|
|
38959
38912
|
fixedHeader: boolean;
|
|
38960
38913
|
multiSort: boolean;
|
|
@@ -38991,6 +38944,7 @@ declare const VDataTableHeaders: {
|
|
|
38991
38944
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
38992
38945
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
38993
38946
|
mobile: boolean | null;
|
|
38947
|
+
density: Density;
|
|
38994
38948
|
disableSort: boolean;
|
|
38995
38949
|
fixedHeader: boolean;
|
|
38996
38950
|
multiSort: boolean;
|
|
@@ -39022,6 +38976,7 @@ declare const VDataTableHeaders: {
|
|
|
39022
38976
|
Defaults: {};
|
|
39023
38977
|
}, {
|
|
39024
38978
|
mobile: boolean | null;
|
|
38979
|
+
density: Density;
|
|
39025
38980
|
disableSort: boolean;
|
|
39026
38981
|
fixedHeader: boolean;
|
|
39027
38982
|
multiSort: boolean;
|
|
@@ -39058,6 +39013,7 @@ declare const VDataTableHeaders: {
|
|
|
39058
39013
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
39059
39014
|
}, {}, {}, {}, {}, {
|
|
39060
39015
|
mobile: boolean | null;
|
|
39016
|
+
density: Density;
|
|
39061
39017
|
disableSort: boolean;
|
|
39062
39018
|
fixedHeader: boolean;
|
|
39063
39019
|
multiSort: boolean;
|
|
@@ -39070,6 +39026,7 @@ declare const VDataTableHeaders: {
|
|
|
39070
39026
|
__isSuspense?: undefined;
|
|
39071
39027
|
} & vue.ComponentOptionsBase<{
|
|
39072
39028
|
mobile: boolean | null;
|
|
39029
|
+
density: Density;
|
|
39073
39030
|
disableSort: boolean;
|
|
39074
39031
|
fixedHeader: boolean;
|
|
39075
39032
|
multiSort: boolean;
|
|
@@ -39106,6 +39063,7 @@ declare const VDataTableHeaders: {
|
|
|
39106
39063
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
39107
39064
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
39108
39065
|
mobile: boolean | null;
|
|
39066
|
+
density: Density;
|
|
39109
39067
|
disableSort: boolean;
|
|
39110
39068
|
fixedHeader: boolean;
|
|
39111
39069
|
multiSort: boolean;
|
|
@@ -39134,6 +39092,11 @@ declare const VDataTableHeaders: {
|
|
|
39134
39092
|
default: boolean;
|
|
39135
39093
|
};
|
|
39136
39094
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
39095
|
+
density: {
|
|
39096
|
+
type: PropType<Density>;
|
|
39097
|
+
default: string;
|
|
39098
|
+
validator: (v: any) => boolean;
|
|
39099
|
+
};
|
|
39137
39100
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
39138
39101
|
color: StringConstructor;
|
|
39139
39102
|
disableSort: BooleanConstructor;
|
|
@@ -39157,6 +39120,11 @@ declare const VDataTableHeaders: {
|
|
|
39157
39120
|
default: boolean;
|
|
39158
39121
|
};
|
|
39159
39122
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
39123
|
+
density: {
|
|
39124
|
+
type: PropType<Density>;
|
|
39125
|
+
default: string;
|
|
39126
|
+
validator: (v: any) => boolean;
|
|
39127
|
+
};
|
|
39160
39128
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
39161
39129
|
color: StringConstructor;
|
|
39162
39130
|
disableSort: BooleanConstructor;
|
|
@@ -39192,6 +39160,7 @@ type VDataTableRowSlots<T> = {
|
|
|
39192
39160
|
declare const VDataTableRow: {
|
|
39193
39161
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
39194
39162
|
mobile: boolean | null;
|
|
39163
|
+
density: Density;
|
|
39195
39164
|
collapseIcon: IconValue;
|
|
39196
39165
|
expandIcon: IconValue;
|
|
39197
39166
|
} & {
|
|
@@ -39202,6 +39171,7 @@ declare const VDataTableRow: {
|
|
|
39202
39171
|
onDblclick?: ((args_0: MouseEvent) => void) | undefined;
|
|
39203
39172
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "cellProps" | "item" | "v-slots" | `v-slot:header.${string}` | `v-slot:item.${string}`>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
39204
39173
|
mobile: boolean | null;
|
|
39174
|
+
density: Density;
|
|
39205
39175
|
collapseIcon: IconValue;
|
|
39206
39176
|
expandIcon: IconValue;
|
|
39207
39177
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -39232,6 +39202,7 @@ declare const VDataTableRow: {
|
|
|
39232
39202
|
Defaults: {};
|
|
39233
39203
|
}, {
|
|
39234
39204
|
mobile: boolean | null;
|
|
39205
|
+
density: Density;
|
|
39235
39206
|
collapseIcon: IconValue;
|
|
39236
39207
|
expandIcon: IconValue;
|
|
39237
39208
|
} & {
|
|
@@ -39242,6 +39213,7 @@ declare const VDataTableRow: {
|
|
|
39242
39213
|
onDblclick?: ((args_0: MouseEvent) => void) | undefined;
|
|
39243
39214
|
}, {}, {}, {}, {}, {
|
|
39244
39215
|
mobile: boolean | null;
|
|
39216
|
+
density: Density;
|
|
39245
39217
|
collapseIcon: IconValue;
|
|
39246
39218
|
expandIcon: IconValue;
|
|
39247
39219
|
}>;
|
|
@@ -39250,6 +39222,7 @@ declare const VDataTableRow: {
|
|
|
39250
39222
|
__isSuspense?: undefined;
|
|
39251
39223
|
} & vue.ComponentOptionsBase<{
|
|
39252
39224
|
mobile: boolean | null;
|
|
39225
|
+
density: Density;
|
|
39253
39226
|
collapseIcon: IconValue;
|
|
39254
39227
|
expandIcon: IconValue;
|
|
39255
39228
|
} & {
|
|
@@ -39260,6 +39233,7 @@ declare const VDataTableRow: {
|
|
|
39260
39233
|
onDblclick?: ((args_0: MouseEvent) => void) | undefined;
|
|
39261
39234
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "cellProps" | "item" | "v-slots" | `v-slot:header.${string}` | `v-slot:item.${string}`>, string, {
|
|
39262
39235
|
mobile: boolean | null;
|
|
39236
|
+
density: Density;
|
|
39263
39237
|
collapseIcon: IconValue;
|
|
39264
39238
|
expandIcon: IconValue;
|
|
39265
39239
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -39293,6 +39267,11 @@ declare const VDataTableRow: {
|
|
|
39293
39267
|
default: boolean;
|
|
39294
39268
|
};
|
|
39295
39269
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
39270
|
+
density: {
|
|
39271
|
+
type: PropType<Density>;
|
|
39272
|
+
default: string;
|
|
39273
|
+
validator: (v: any) => boolean;
|
|
39274
|
+
};
|
|
39296
39275
|
index: NumberConstructor;
|
|
39297
39276
|
item: PropType<DataTableItem<any>>;
|
|
39298
39277
|
cellProps: PropType<CellProps<any>>;
|
|
@@ -39313,6 +39292,11 @@ declare const VDataTableRow: {
|
|
|
39313
39292
|
default: boolean;
|
|
39314
39293
|
};
|
|
39315
39294
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
39295
|
+
density: {
|
|
39296
|
+
type: PropType<Density>;
|
|
39297
|
+
default: string;
|
|
39298
|
+
validator: (v: any) => boolean;
|
|
39299
|
+
};
|
|
39316
39300
|
index: NumberConstructor;
|
|
39317
39301
|
item: PropType<DataTableItem<any>>;
|
|
39318
39302
|
cellProps: PropType<CellProps<any>>;
|
|
@@ -39566,6 +39550,7 @@ type VDataTableRowsSlots<T> = VDataTableGroupHeaderRowSlots & VDataTableRowSlots
|
|
|
39566
39550
|
declare const VDataTableRows: {
|
|
39567
39551
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
|
39568
39552
|
mobile: boolean | null;
|
|
39553
|
+
density: Density;
|
|
39569
39554
|
groupCollapseIcon: IconValue;
|
|
39570
39555
|
groupExpandIcon: IconValue;
|
|
39571
39556
|
collapseIcon: IconValue;
|
|
@@ -39580,6 +39565,7 @@ declare const VDataTableRows: {
|
|
|
39580
39565
|
cellProps?: CellProps<any> | undefined;
|
|
39581
39566
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "items" | "v-slot:data-table-group" | "v-slot:data-table-select" | "v-slot:expanded-row" | "v-slot:group-header" | "v-slot:group-summary" | "v-slot:item" | "v-slot:loading" | "v-slot:no-data" | "v-slots" | `v-slot:header.${string}` | `v-slot:item.${string}`>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
39582
39567
|
mobile: boolean | null;
|
|
39568
|
+
density: Density;
|
|
39583
39569
|
groupCollapseIcon: IconValue;
|
|
39584
39570
|
groupExpandIcon: IconValue;
|
|
39585
39571
|
collapseIcon: IconValue;
|
|
@@ -39657,6 +39643,7 @@ declare const VDataTableRows: {
|
|
|
39657
39643
|
Defaults: {};
|
|
39658
39644
|
}, {
|
|
39659
39645
|
mobile: boolean | null;
|
|
39646
|
+
density: Density;
|
|
39660
39647
|
groupCollapseIcon: IconValue;
|
|
39661
39648
|
groupExpandIcon: IconValue;
|
|
39662
39649
|
collapseIcon: IconValue;
|
|
@@ -39671,6 +39658,7 @@ declare const VDataTableRows: {
|
|
|
39671
39658
|
cellProps?: CellProps<any> | undefined;
|
|
39672
39659
|
}, {}, {}, {}, {}, {
|
|
39673
39660
|
mobile: boolean | null;
|
|
39661
|
+
density: Density;
|
|
39674
39662
|
groupCollapseIcon: IconValue;
|
|
39675
39663
|
groupExpandIcon: IconValue;
|
|
39676
39664
|
collapseIcon: IconValue;
|
|
@@ -39684,6 +39672,7 @@ declare const VDataTableRows: {
|
|
|
39684
39672
|
__isSuspense?: undefined;
|
|
39685
39673
|
} & vue.ComponentOptionsBase<{
|
|
39686
39674
|
mobile: boolean | null;
|
|
39675
|
+
density: Density;
|
|
39687
39676
|
groupCollapseIcon: IconValue;
|
|
39688
39677
|
groupExpandIcon: IconValue;
|
|
39689
39678
|
collapseIcon: IconValue;
|
|
@@ -39698,6 +39687,7 @@ declare const VDataTableRows: {
|
|
|
39698
39687
|
cellProps?: CellProps<any> | undefined;
|
|
39699
39688
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "items" | "v-slot:data-table-group" | "v-slot:data-table-select" | "v-slot:expanded-row" | "v-slot:group-header" | "v-slot:group-summary" | "v-slot:item" | "v-slot:loading" | "v-slot:no-data" | "v-slots" | `v-slot:header.${string}` | `v-slot:item.${string}`>, string, {
|
|
39700
39689
|
mobile: boolean | null;
|
|
39690
|
+
density: Density;
|
|
39701
39691
|
groupCollapseIcon: IconValue;
|
|
39702
39692
|
groupExpandIcon: IconValue;
|
|
39703
39693
|
collapseIcon: IconValue;
|
|
@@ -39776,6 +39766,11 @@ declare const VDataTableRows: {
|
|
|
39776
39766
|
default: boolean;
|
|
39777
39767
|
};
|
|
39778
39768
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
39769
|
+
density: {
|
|
39770
|
+
type: PropType<Density>;
|
|
39771
|
+
default: string;
|
|
39772
|
+
validator: (v: any) => boolean;
|
|
39773
|
+
};
|
|
39779
39774
|
groupCollapseIcon: {
|
|
39780
39775
|
type: PropType<IconValue>;
|
|
39781
39776
|
default: string;
|
|
@@ -39814,6 +39809,11 @@ declare const VDataTableRows: {
|
|
|
39814
39809
|
default: boolean;
|
|
39815
39810
|
};
|
|
39816
39811
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
|
39812
|
+
density: {
|
|
39813
|
+
type: PropType<Density>;
|
|
39814
|
+
default: string;
|
|
39815
|
+
validator: (v: any) => boolean;
|
|
39816
|
+
};
|
|
39817
39817
|
groupCollapseIcon: {
|
|
39818
39818
|
type: PropType<IconValue>;
|
|
39819
39819
|
default: string;
|
|
@@ -83713,6 +83713,7 @@ declare const VSlideGroup: {
|
|
|
83713
83713
|
selectedClass: string;
|
|
83714
83714
|
disabled: boolean;
|
|
83715
83715
|
centerActive: boolean;
|
|
83716
|
+
scrollToActive: boolean;
|
|
83716
83717
|
direction: "horizontal" | "vertical";
|
|
83717
83718
|
symbol: any;
|
|
83718
83719
|
nextIcon: IconValue;
|
|
@@ -83741,6 +83742,7 @@ declare const VSlideGroup: {
|
|
|
83741
83742
|
selectedClass: string;
|
|
83742
83743
|
disabled: boolean;
|
|
83743
83744
|
centerActive: boolean;
|
|
83745
|
+
scrollToActive: boolean;
|
|
83744
83746
|
direction: "horizontal" | "vertical";
|
|
83745
83747
|
symbol: any;
|
|
83746
83748
|
nextIcon: IconValue;
|
|
@@ -83770,6 +83772,7 @@ declare const VSlideGroup: {
|
|
|
83770
83772
|
selectedClass: string;
|
|
83771
83773
|
disabled: boolean;
|
|
83772
83774
|
centerActive: boolean;
|
|
83775
|
+
scrollToActive: boolean;
|
|
83773
83776
|
direction: "horizontal" | "vertical";
|
|
83774
83777
|
symbol: any;
|
|
83775
83778
|
nextIcon: IconValue;
|
|
@@ -83796,6 +83799,7 @@ declare const VSlideGroup: {
|
|
|
83796
83799
|
selectedClass: string;
|
|
83797
83800
|
disabled: boolean;
|
|
83798
83801
|
centerActive: boolean;
|
|
83802
|
+
scrollToActive: boolean;
|
|
83799
83803
|
direction: "horizontal" | "vertical";
|
|
83800
83804
|
symbol: any;
|
|
83801
83805
|
nextIcon: IconValue;
|
|
@@ -83812,6 +83816,7 @@ declare const VSlideGroup: {
|
|
|
83812
83816
|
selectedClass: string;
|
|
83813
83817
|
disabled: boolean;
|
|
83814
83818
|
centerActive: boolean;
|
|
83819
|
+
scrollToActive: boolean;
|
|
83815
83820
|
direction: "horizontal" | "vertical";
|
|
83816
83821
|
symbol: any;
|
|
83817
83822
|
nextIcon: IconValue;
|
|
@@ -83840,6 +83845,7 @@ declare const VSlideGroup: {
|
|
|
83840
83845
|
selectedClass: string;
|
|
83841
83846
|
disabled: boolean;
|
|
83842
83847
|
centerActive: boolean;
|
|
83848
|
+
scrollToActive: boolean;
|
|
83843
83849
|
direction: "horizontal" | "vertical";
|
|
83844
83850
|
symbol: any;
|
|
83845
83851
|
nextIcon: IconValue;
|
|
@@ -83891,6 +83897,10 @@ declare const VSlideGroup: {
|
|
|
83891
83897
|
};
|
|
83892
83898
|
disabled: BooleanConstructor;
|
|
83893
83899
|
centerActive: BooleanConstructor;
|
|
83900
|
+
scrollToActive: {
|
|
83901
|
+
type: BooleanConstructor;
|
|
83902
|
+
default: boolean;
|
|
83903
|
+
};
|
|
83894
83904
|
contentClass: null;
|
|
83895
83905
|
direction: {
|
|
83896
83906
|
type: PropType<"horizontal" | "vertical">;
|
|
@@ -83943,6 +83953,10 @@ declare const VSlideGroup: {
|
|
|
83943
83953
|
};
|
|
83944
83954
|
disabled: BooleanConstructor;
|
|
83945
83955
|
centerActive: BooleanConstructor;
|
|
83956
|
+
scrollToActive: {
|
|
83957
|
+
type: BooleanConstructor;
|
|
83958
|
+
default: boolean;
|
|
83959
|
+
};
|
|
83946
83960
|
contentClass: null;
|
|
83947
83961
|
direction: {
|
|
83948
83962
|
type: PropType<"horizontal" | "vertical">;
|
|
@@ -92221,6 +92235,7 @@ declare const VTabs: {
|
|
|
92221
92235
|
selectedClass: string;
|
|
92222
92236
|
disabled: boolean;
|
|
92223
92237
|
centerActive: boolean;
|
|
92238
|
+
scrollToActive: boolean;
|
|
92224
92239
|
direction: "horizontal" | "vertical";
|
|
92225
92240
|
symbol: any;
|
|
92226
92241
|
nextIcon: IconValue;
|
|
@@ -92257,6 +92272,7 @@ declare const VTabs: {
|
|
|
92257
92272
|
selectedClass: string;
|
|
92258
92273
|
disabled: boolean;
|
|
92259
92274
|
centerActive: boolean;
|
|
92275
|
+
scrollToActive: boolean;
|
|
92260
92276
|
direction: "horizontal" | "vertical";
|
|
92261
92277
|
symbol: any;
|
|
92262
92278
|
nextIcon: IconValue;
|
|
@@ -92303,6 +92319,7 @@ declare const VTabs: {
|
|
|
92303
92319
|
selectedClass: string;
|
|
92304
92320
|
disabled: boolean;
|
|
92305
92321
|
centerActive: boolean;
|
|
92322
|
+
scrollToActive: boolean;
|
|
92306
92323
|
direction: "horizontal" | "vertical";
|
|
92307
92324
|
symbol: any;
|
|
92308
92325
|
nextIcon: IconValue;
|
|
@@ -92337,6 +92354,7 @@ declare const VTabs: {
|
|
|
92337
92354
|
selectedClass: string;
|
|
92338
92355
|
disabled: boolean;
|
|
92339
92356
|
centerActive: boolean;
|
|
92357
|
+
scrollToActive: boolean;
|
|
92340
92358
|
direction: "horizontal" | "vertical";
|
|
92341
92359
|
symbol: any;
|
|
92342
92360
|
nextIcon: IconValue;
|
|
@@ -92361,6 +92379,7 @@ declare const VTabs: {
|
|
|
92361
92379
|
selectedClass: string;
|
|
92362
92380
|
disabled: boolean;
|
|
92363
92381
|
centerActive: boolean;
|
|
92382
|
+
scrollToActive: boolean;
|
|
92364
92383
|
direction: "horizontal" | "vertical";
|
|
92365
92384
|
symbol: any;
|
|
92366
92385
|
nextIcon: IconValue;
|
|
@@ -92397,6 +92416,7 @@ declare const VTabs: {
|
|
|
92397
92416
|
selectedClass: string;
|
|
92398
92417
|
disabled: boolean;
|
|
92399
92418
|
centerActive: boolean;
|
|
92419
|
+
scrollToActive: boolean;
|
|
92400
92420
|
direction: "horizontal" | "vertical";
|
|
92401
92421
|
symbol: any;
|
|
92402
92422
|
nextIcon: IconValue;
|
|
@@ -92473,6 +92493,10 @@ declare const VTabs: {
|
|
|
92473
92493
|
disabled: BooleanConstructor;
|
|
92474
92494
|
spaced: PropType<"both" | "end" | "start">;
|
|
92475
92495
|
centerActive: BooleanConstructor;
|
|
92496
|
+
scrollToActive: {
|
|
92497
|
+
type: BooleanConstructor;
|
|
92498
|
+
default: boolean;
|
|
92499
|
+
};
|
|
92476
92500
|
contentClass: null;
|
|
92477
92501
|
direction: {
|
|
92478
92502
|
type: PropType<"horizontal" | "vertical">;
|
|
@@ -92556,6 +92580,10 @@ declare const VTabs: {
|
|
|
92556
92580
|
disabled: BooleanConstructor;
|
|
92557
92581
|
spaced: PropType<"both" | "end" | "start">;
|
|
92558
92582
|
centerActive: BooleanConstructor;
|
|
92583
|
+
scrollToActive: {
|
|
92584
|
+
type: BooleanConstructor;
|
|
92585
|
+
default: boolean;
|
|
92586
|
+
};
|
|
92559
92587
|
contentClass: null;
|
|
92560
92588
|
direction: {
|
|
92561
92589
|
type: PropType<"horizontal" | "vertical">;
|
|
@@ -112825,13 +112853,9 @@ declare const VColorInput: {
|
|
|
112825
112853
|
border?: string | number | boolean | undefined;
|
|
112826
112854
|
elevation?: string | number | undefined;
|
|
112827
112855
|
rounded?: string | number | boolean | undefined;
|
|
112828
|
-
height?: string | number | undefined;
|
|
112829
|
-
maxHeight?: string | number | undefined;
|
|
112830
112856
|
maxWidth?: string | number | undefined;
|
|
112831
|
-
minHeight?: string | number | undefined;
|
|
112832
112857
|
minWidth?: string | number | undefined;
|
|
112833
112858
|
width?: string | number | undefined;
|
|
112834
|
-
location?: Anchor | null | undefined;
|
|
112835
112859
|
loading?: string | boolean | undefined;
|
|
112836
112860
|
position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
112837
112861
|
id?: string | undefined;
|
|
@@ -113110,13 +113134,9 @@ declare const VColorInput: {
|
|
|
113110
113134
|
border?: string | number | boolean | undefined;
|
|
113111
113135
|
elevation?: string | number | undefined;
|
|
113112
113136
|
rounded?: string | number | boolean | undefined;
|
|
113113
|
-
height?: string | number | undefined;
|
|
113114
|
-
maxHeight?: string | number | undefined;
|
|
113115
113137
|
maxWidth?: string | number | undefined;
|
|
113116
|
-
minHeight?: string | number | undefined;
|
|
113117
113138
|
minWidth?: string | number | undefined;
|
|
113118
113139
|
width?: string | number | undefined;
|
|
113119
|
-
location?: Anchor | null | undefined;
|
|
113120
113140
|
loading?: string | boolean | undefined;
|
|
113121
113141
|
position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
113122
113142
|
id?: string | undefined;
|
|
@@ -113348,13 +113368,9 @@ declare const VColorInput: {
|
|
|
113348
113368
|
border?: string | number | boolean | undefined;
|
|
113349
113369
|
elevation?: string | number | undefined;
|
|
113350
113370
|
rounded?: string | number | boolean | undefined;
|
|
113351
|
-
height?: string | number | undefined;
|
|
113352
|
-
maxHeight?: string | number | undefined;
|
|
113353
113371
|
maxWidth?: string | number | undefined;
|
|
113354
|
-
minHeight?: string | number | undefined;
|
|
113355
113372
|
minWidth?: string | number | undefined;
|
|
113356
113373
|
width?: string | number | undefined;
|
|
113357
|
-
location?: Anchor | null | undefined;
|
|
113358
113374
|
loading?: string | boolean | undefined;
|
|
113359
113375
|
position?: "absolute" | "fixed" | "relative" | "static" | "sticky" | undefined;
|
|
113360
113376
|
id?: string | undefined;
|
|
@@ -113609,13 +113625,9 @@ declare const VColorInput: {
|
|
|
113609
113625
|
type: PropType<string | JSXComponent>;
|
|
113610
113626
|
default: string;
|
|
113611
113627
|
};
|
|
113612
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
113613
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
113614
113628
|
maxWidth: (NumberConstructor | StringConstructor)[];
|
|
113615
|
-
minHeight: (NumberConstructor | StringConstructor)[];
|
|
113616
113629
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
113617
113630
|
width: (NumberConstructor | StringConstructor)[];
|
|
113618
|
-
location: PropType<Anchor | null>;
|
|
113619
113631
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
113620
113632
|
position: {
|
|
113621
113633
|
type: PropType<"absolute" | "fixed" | "relative" | "static" | "sticky">;
|
|
@@ -113817,13 +113829,9 @@ declare const VColorInput: {
|
|
|
113817
113829
|
type: PropType<string | JSXComponent>;
|
|
113818
113830
|
default: string;
|
|
113819
113831
|
};
|
|
113820
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
113821
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
113822
113832
|
maxWidth: (NumberConstructor | StringConstructor)[];
|
|
113823
|
-
minHeight: (NumberConstructor | StringConstructor)[];
|
|
113824
113833
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
113825
113834
|
width: (NumberConstructor | StringConstructor)[];
|
|
113826
|
-
location: PropType<Anchor | null>;
|
|
113827
113835
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
113828
113836
|
position: {
|
|
113829
113837
|
type: PropType<"absolute" | "fixed" | "relative" | "static" | "sticky">;
|
|
@@ -114059,10 +114067,7 @@ declare const VDateInput: {
|
|
|
114059
114067
|
border?: string | number | boolean | undefined;
|
|
114060
114068
|
elevation?: string | number | undefined;
|
|
114061
114069
|
rounded?: string | number | boolean | undefined;
|
|
114062
|
-
height?: string | number | undefined;
|
|
114063
|
-
maxHeight?: string | number | undefined;
|
|
114064
114070
|
maxWidth?: string | number | undefined;
|
|
114065
|
-
minHeight?: string | number | undefined;
|
|
114066
114071
|
minWidth?: string | number | undefined;
|
|
114067
114072
|
width?: string | number | undefined;
|
|
114068
114073
|
loading?: string | boolean | undefined;
|
|
@@ -116488,10 +116493,7 @@ declare const VDateInput: {
|
|
|
116488
116493
|
border?: string | number | boolean | undefined;
|
|
116489
116494
|
elevation?: string | number | undefined;
|
|
116490
116495
|
rounded?: string | number | boolean | undefined;
|
|
116491
|
-
height?: string | number | undefined;
|
|
116492
|
-
maxHeight?: string | number | undefined;
|
|
116493
116496
|
maxWidth?: string | number | undefined;
|
|
116494
|
-
minHeight?: string | number | undefined;
|
|
116495
116497
|
minWidth?: string | number | undefined;
|
|
116496
116498
|
width?: string | number | undefined;
|
|
116497
116499
|
loading?: string | boolean | undefined;
|
|
@@ -118819,10 +118821,7 @@ declare const VDateInput: {
|
|
|
118819
118821
|
border?: string | number | boolean | undefined;
|
|
118820
118822
|
elevation?: string | number | undefined;
|
|
118821
118823
|
rounded?: string | number | boolean | undefined;
|
|
118822
|
-
height?: string | number | undefined;
|
|
118823
|
-
maxHeight?: string | number | undefined;
|
|
118824
118824
|
maxWidth?: string | number | undefined;
|
|
118825
|
-
minHeight?: string | number | undefined;
|
|
118826
118825
|
minWidth?: string | number | undefined;
|
|
118827
118826
|
width?: string | number | undefined;
|
|
118828
118827
|
loading?: string | boolean | undefined;
|
|
@@ -121239,10 +121238,7 @@ declare const VDateInput: {
|
|
|
121239
121238
|
type: PropType<string | JSXComponent>;
|
|
121240
121239
|
default: string;
|
|
121241
121240
|
};
|
|
121242
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
121243
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
121244
121241
|
maxWidth: (NumberConstructor | StringConstructor)[];
|
|
121245
|
-
minHeight: (NumberConstructor | StringConstructor)[];
|
|
121246
121242
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
121247
121243
|
width: (NumberConstructor | StringConstructor)[];
|
|
121248
121244
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
@@ -121484,10 +121480,7 @@ declare const VDateInput: {
|
|
|
121484
121480
|
type: PropType<string | JSXComponent>;
|
|
121485
121481
|
default: string;
|
|
121486
121482
|
};
|
|
121487
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
121488
|
-
maxHeight: (NumberConstructor | StringConstructor)[];
|
|
121489
121483
|
maxWidth: (NumberConstructor | StringConstructor)[];
|
|
121490
|
-
minHeight: (NumberConstructor | StringConstructor)[];
|
|
121491
121484
|
minWidth: (NumberConstructor | StringConstructor)[];
|
|
121492
121485
|
width: (NumberConstructor | StringConstructor)[];
|
|
121493
121486
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
@@ -142630,43 +142623,50 @@ declare module 'vue' {
|
|
|
142630
142623
|
$children?: VNodeChild
|
|
142631
142624
|
}
|
|
142632
142625
|
export interface GlobalComponents {
|
|
142626
|
+
VApp: VApp
|
|
142633
142627
|
VAlert: VAlert
|
|
142634
142628
|
VAlertTitle: VAlertTitle
|
|
142635
142629
|
VAppBar: VAppBar
|
|
142636
142630
|
VAppBarNavIcon: VAppBarNavIcon
|
|
142637
142631
|
VAppBarTitle: VAppBarTitle
|
|
142638
|
-
|
|
142639
|
-
VAvatar: VAvatar
|
|
142632
|
+
VAutocomplete: VAutocomplete
|
|
142640
142633
|
VBanner: VBanner
|
|
142641
142634
|
VBannerActions: VBannerActions
|
|
142642
142635
|
VBannerText: VBannerText
|
|
142643
|
-
VAutocomplete: VAutocomplete
|
|
142644
|
-
VBottomNavigation: VBottomNavigation
|
|
142645
|
-
VBreadcrumbs: VBreadcrumbs
|
|
142646
|
-
VBreadcrumbsItem: VBreadcrumbsItem
|
|
142647
|
-
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
142648
142636
|
VBadge: VBadge
|
|
142637
|
+
VBottomNavigation: VBottomNavigation
|
|
142649
142638
|
VBottomSheet: VBottomSheet
|
|
142639
|
+
VAvatar: VAvatar
|
|
142650
142640
|
VBtnGroup: VBtnGroup
|
|
142651
142641
|
VBtn: VBtn
|
|
142642
|
+
VBreadcrumbs: VBreadcrumbs
|
|
142643
|
+
VBreadcrumbsItem: VBreadcrumbsItem
|
|
142644
|
+
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
142645
|
+
VCarousel: VCarousel
|
|
142646
|
+
VCarouselItem: VCarouselItem
|
|
142647
|
+
VBtnToggle: VBtnToggle
|
|
142648
|
+
VCheckbox: VCheckbox
|
|
142649
|
+
VCheckboxBtn: VCheckboxBtn
|
|
142650
|
+
VChip: VChip
|
|
142652
142651
|
VCard: VCard
|
|
142653
142652
|
VCardActions: VCardActions
|
|
142654
142653
|
VCardItem: VCardItem
|
|
142655
142654
|
VCardSubtitle: VCardSubtitle
|
|
142656
142655
|
VCardText: VCardText
|
|
142657
142656
|
VCardTitle: VCardTitle
|
|
142658
|
-
|
|
142659
|
-
VCheckboxBtn: VCheckboxBtn
|
|
142660
|
-
VBtnToggle: VBtnToggle
|
|
142661
|
-
VCode: VCode
|
|
142662
|
-
VChip: VChip
|
|
142663
|
-
VColorPicker: VColorPicker
|
|
142657
|
+
VCounter: VCounter
|
|
142664
142658
|
VChipGroup: VChipGroup
|
|
142665
|
-
|
|
142666
|
-
VCarouselItem: VCarouselItem
|
|
142659
|
+
VCode: VCode
|
|
142667
142660
|
VCombobox: VCombobox
|
|
142668
|
-
|
|
142669
|
-
|
|
142661
|
+
VColorPicker: VColorPicker
|
|
142662
|
+
VField: VField
|
|
142663
|
+
VFieldLabel: VFieldLabel
|
|
142664
|
+
VDatePicker: VDatePicker
|
|
142665
|
+
VDatePickerControls: VDatePickerControls
|
|
142666
|
+
VDatePickerHeader: VDatePickerHeader
|
|
142667
|
+
VDatePickerMonth: VDatePickerMonth
|
|
142668
|
+
VDatePickerMonths: VDatePickerMonths
|
|
142669
|
+
VDatePickerYears: VDatePickerYears
|
|
142670
142670
|
VDataTable: VDataTable
|
|
142671
142671
|
VDataTableHeaders: VDataTableHeaders
|
|
142672
142672
|
VDataTableFooter: VDataTableFooter
|
|
@@ -142674,35 +142674,26 @@ declare module 'vue' {
|
|
|
142674
142674
|
VDataTableRow: VDataTableRow
|
|
142675
142675
|
VDataTableVirtual: VDataTableVirtual
|
|
142676
142676
|
VDataTableServer: VDataTableServer
|
|
142677
|
+
VDivider: VDivider
|
|
142678
|
+
VDialog: VDialog
|
|
142679
|
+
VEmptyState: VEmptyState
|
|
142677
142680
|
VExpansionPanels: VExpansionPanels
|
|
142678
142681
|
VExpansionPanel: VExpansionPanel
|
|
142679
142682
|
VExpansionPanelText: VExpansionPanelText
|
|
142680
142683
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
142681
|
-
VDatePicker: VDatePicker
|
|
142682
|
-
VDatePickerControls: VDatePickerControls
|
|
142683
|
-
VDatePickerHeader: VDatePickerHeader
|
|
142684
|
-
VDatePickerMonth: VDatePickerMonth
|
|
142685
|
-
VDatePickerMonths: VDatePickerMonths
|
|
142686
|
-
VDatePickerYears: VDatePickerYears
|
|
142687
|
-
VEmptyState: VEmptyState
|
|
142688
142684
|
VFooter: VFooter
|
|
142689
|
-
|
|
142685
|
+
VFileInput: VFileInput
|
|
142690
142686
|
VFab: VFab
|
|
142687
|
+
VImg: VImg
|
|
142688
|
+
VInfiniteScroll: VInfiniteScroll
|
|
142689
|
+
VInput: VInput
|
|
142690
|
+
VKbd: VKbd
|
|
142691
142691
|
VIcon: VIcon
|
|
142692
142692
|
VComponentIcon: VComponentIcon
|
|
142693
142693
|
VSvgIcon: VSvgIcon
|
|
142694
142694
|
VLigatureIcon: VLigatureIcon
|
|
142695
142695
|
VClassIcon: VClassIcon
|
|
142696
|
-
VField: VField
|
|
142697
|
-
VFieldLabel: VFieldLabel
|
|
142698
|
-
VFileInput: VFileInput
|
|
142699
|
-
VImg: VImg
|
|
142700
|
-
VInfiniteScroll: VInfiniteScroll
|
|
142701
|
-
VInput: VInput
|
|
142702
142696
|
VLabel: VLabel
|
|
142703
|
-
VItemGroup: VItemGroup
|
|
142704
|
-
VItem: VItem
|
|
142705
|
-
VKbd: VKbd
|
|
142706
142697
|
VList: VList
|
|
142707
142698
|
VListGroup: VListGroup
|
|
142708
142699
|
VListImg: VListImg
|
|
@@ -142712,77 +142703,79 @@ declare module 'vue' {
|
|
|
142712
142703
|
VListItemSubtitle: VListItemSubtitle
|
|
142713
142704
|
VListItemTitle: VListItemTitle
|
|
142714
142705
|
VListSubheader: VListSubheader
|
|
142715
|
-
|
|
142716
|
-
|
|
142717
|
-
VMenu: VMenu
|
|
142706
|
+
VItemGroup: VItemGroup
|
|
142707
|
+
VItem: VItem
|
|
142718
142708
|
VMessages: VMessages
|
|
142719
|
-
|
|
142709
|
+
VMenu: VMenu
|
|
142710
|
+
VMain: VMain
|
|
142720
142711
|
VPagination: VPagination
|
|
142712
|
+
VNavigationDrawer: VNavigationDrawer
|
|
142721
142713
|
VOverlay: VOverlay
|
|
142722
142714
|
VOtpInput: VOtpInput
|
|
142715
|
+
VNumberInput: VNumberInput
|
|
142723
142716
|
VProgressCircular: VProgressCircular
|
|
142717
|
+
VProgressLinear: VProgressLinear
|
|
142718
|
+
VRadioGroup: VRadioGroup
|
|
142724
142719
|
VRating: VRating
|
|
142725
142720
|
VSelect: VSelect
|
|
142726
|
-
|
|
142727
|
-
VProgressLinear: VProgressLinear
|
|
142721
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
142728
142722
|
VSheet: VSheet
|
|
142729
142723
|
VSelectionControl: VSelectionControl
|
|
142730
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
142731
|
-
VSnackbar: VSnackbar
|
|
142732
142724
|
VSlideGroup: VSlideGroup
|
|
142733
142725
|
VSlideGroupItem: VSlideGroupItem
|
|
142734
|
-
VSlider: VSlider
|
|
142735
142726
|
VSkeletonLoader: VSkeletonLoader
|
|
142727
|
+
VSnackbar: VSnackbar
|
|
142728
|
+
VSlider: VSlider
|
|
142729
|
+
VSwitch: VSwitch
|
|
142730
|
+
VTab: VTab
|
|
142731
|
+
VTabs: VTabs
|
|
142732
|
+
VTabsWindow: VTabsWindow
|
|
142733
|
+
VTabsWindowItem: VTabsWindowItem
|
|
142736
142734
|
VStepper: VStepper
|
|
142737
142735
|
VStepperActions: VStepperActions
|
|
142738
142736
|
VStepperHeader: VStepperHeader
|
|
142739
142737
|
VStepperItem: VStepperItem
|
|
142740
142738
|
VStepperWindow: VStepperWindow
|
|
142741
142739
|
VStepperWindowItem: VStepperWindowItem
|
|
142742
|
-
VSwitch: VSwitch
|
|
142743
|
-
VTable: VTable
|
|
142744
142740
|
VTextarea: VTextarea
|
|
142745
|
-
|
|
142746
|
-
VTab: VTab
|
|
142747
|
-
VTabs: VTabs
|
|
142748
|
-
VTabsWindow: VTabsWindow
|
|
142749
|
-
VTabsWindowItem: VTabsWindowItem
|
|
142750
|
-
VTextField: VTextField
|
|
142751
|
-
VTooltip: VTooltip
|
|
142741
|
+
VTable: VTable
|
|
142752
142742
|
VTimePicker: VTimePicker
|
|
142753
142743
|
VTimePickerClock: VTimePickerClock
|
|
142754
142744
|
VTimePickerControls: VTimePickerControls
|
|
142745
|
+
VSystemBar: VSystemBar
|
|
142746
|
+
VTextField: VTextField
|
|
142747
|
+
VTooltip: VTooltip
|
|
142755
142748
|
VTimeline: VTimeline
|
|
142756
142749
|
VTimelineItem: VTimelineItem
|
|
142757
|
-
VToolbar: VToolbar
|
|
142758
|
-
VToolbarTitle: VToolbarTitle
|
|
142759
|
-
VToolbarItems: VToolbarItems
|
|
142760
142750
|
VTreeview: VTreeview
|
|
142761
142751
|
VTreeviewItem: VTreeviewItem
|
|
142762
142752
|
VTreeviewGroup: VTreeviewGroup
|
|
142753
|
+
VToolbar: VToolbar
|
|
142754
|
+
VToolbarTitle: VToolbarTitle
|
|
142755
|
+
VToolbarItems: VToolbarItems
|
|
142763
142756
|
VWindow: VWindow
|
|
142764
142757
|
VWindowItem: VWindowItem
|
|
142765
142758
|
VConfirmEdit: VConfirmEdit
|
|
142766
142759
|
VDataIterator: VDataIterator
|
|
142767
142760
|
VDefaultsProvider: VDefaultsProvider
|
|
142761
|
+
VHover: VHover
|
|
142762
|
+
VForm: VForm
|
|
142768
142763
|
VContainer: VContainer
|
|
142769
142764
|
VCol: VCol
|
|
142770
142765
|
VRow: VRow
|
|
142771
142766
|
VSpacer: VSpacer
|
|
142772
|
-
|
|
142773
|
-
VHover: VHover
|
|
142767
|
+
VLazy: VLazy
|
|
142774
142768
|
VLayout: VLayout
|
|
142775
142769
|
VLayoutItem: VLayoutItem
|
|
142776
142770
|
VLocaleProvider: VLocaleProvider
|
|
142777
|
-
VLazy: VLazy
|
|
142778
142771
|
VNoSsr: VNoSsr
|
|
142779
142772
|
VParallax: VParallax
|
|
142780
142773
|
VRadio: VRadio
|
|
142781
|
-
VResponsive: VResponsive
|
|
142782
142774
|
VRangeSlider: VRangeSlider
|
|
142775
|
+
VResponsive: VResponsive
|
|
142776
|
+
VSpeedDial: VSpeedDial
|
|
142783
142777
|
VSnackbarQueue: VSnackbarQueue
|
|
142784
142778
|
VSparkline: VSparkline
|
|
142785
|
-
VSpeedDial: VSpeedDial
|
|
142786
142779
|
VThemeProvider: VThemeProvider
|
|
142787
142780
|
VValidation: VValidation
|
|
142788
142781
|
VVirtualScroll: VVirtualScroll
|
|
@@ -142802,26 +142795,26 @@ declare module 'vue' {
|
|
|
142802
142795
|
VExpandTransition: VExpandTransition
|
|
142803
142796
|
VExpandXTransition: VExpandXTransition
|
|
142804
142797
|
VDialogTransition: VDialogTransition
|
|
142805
|
-
VCalendar: VCalendar
|
|
142806
142798
|
VColorInput: VColorInput
|
|
142807
|
-
|
|
142808
|
-
|
|
142799
|
+
VCalendar: VCalendar
|
|
142800
|
+
VIconBtn: VIconBtn
|
|
142809
142801
|
VVideo: VVideo
|
|
142810
142802
|
VVideoControls: VVideoControls
|
|
142811
142803
|
VVideoVolume: VVideoVolume
|
|
142804
|
+
VFileUpload: VFileUpload
|
|
142805
|
+
VFileUploadItem: VFileUploadItem
|
|
142812
142806
|
VPie: VPie
|
|
142813
142807
|
VPieSegment: VPieSegment
|
|
142814
142808
|
VPieTooltip: VPieTooltip
|
|
142815
|
-
VHotkey: VHotkey
|
|
142816
|
-
VIconBtn: VIconBtn
|
|
142817
142809
|
VStepperVertical: VStepperVertical
|
|
142818
142810
|
VStepperVerticalItem: VStepperVerticalItem
|
|
142819
142811
|
VStepperVerticalActions: VStepperVerticalActions
|
|
142812
|
+
VHotkey: VHotkey
|
|
142820
142813
|
VPicker: VPicker
|
|
142821
142814
|
VPickerTitle: VPickerTitle
|
|
142822
142815
|
VDateInput: VDateInput
|
|
142823
|
-
VPullToRefresh: VPullToRefresh
|
|
142824
142816
|
VMaskInput: VMaskInput
|
|
142817
|
+
VPullToRefresh: VPullToRefresh
|
|
142825
142818
|
}
|
|
142826
142819
|
export interface GlobalDirectives {
|
|
142827
142820
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|