@vuetify/nightly 3.6.6-master.2024-05-21 → 3.6.7-master.2024-05-23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -11
- package/dist/json/attributes.json +42 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +134 -134
- package/dist/json/tags.json +11 -1
- package/dist/json/web-types.json +103 -6
- package/dist/vuetify-labs.css +2449 -2444
- package/dist/vuetify-labs.d.ts +93 -12
- package/dist/vuetify-labs.esm.js +109 -83
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +108 -82
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2268 -2263
- package/dist/vuetify.d.ts +130 -49
- package/dist/vuetify.esm.js +107 -81
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +106 -80
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +365 -363
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +4 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +4 -0
- package/lib/components/VDataTable/VDataTable.mjs +2 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.sass +4 -0
- package/lib/components/VDataTable/VDataTableHeaders.mjs +4 -3
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +1 -1
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +63 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +10 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -6
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +36 -36
- package/lib/components/VExpansionPanel/shared.mjs +4 -0
- package/lib/components/VExpansionPanel/shared.mjs.map +1 -0
- package/lib/components/VList/VListChildren.mjs +2 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +2 -2
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/shared.mjs +4 -0
- package/lib/components/VStepper/shared.mjs.map +1 -0
- package/lib/components/index.d.mts +87 -6
- package/lib/composables/defaults.mjs +4 -2
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/dimensions.mjs +16 -8
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VCalendar/VCalendar.mjs +2 -2
- package/lib/labs/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -2
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/components.d.mts +6 -6
- package/lib/locale/fa.mjs +10 -10
- package/lib/locale/fa.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -23829,6 +23829,7 @@ declare const VDataTableHeaders: {
|
|
23829
23829
|
mobile: boolean | null;
|
23830
23830
|
sticky: boolean;
|
23831
23831
|
multiSort: boolean;
|
23832
|
+
disableSort: boolean;
|
23832
23833
|
sortAscIcon: IconValue;
|
23833
23834
|
sortDescIcon: IconValue;
|
23834
23835
|
} & {
|
@@ -23861,6 +23862,7 @@ declare const VDataTableHeaders: {
|
|
23861
23862
|
mobile: boolean | null;
|
23862
23863
|
sticky: boolean;
|
23863
23864
|
multiSort: boolean;
|
23865
|
+
disableSort: boolean;
|
23864
23866
|
sortAscIcon: IconValue;
|
23865
23867
|
sortDescIcon: IconValue;
|
23866
23868
|
} & {
|
@@ -23893,6 +23895,7 @@ declare const VDataTableHeaders: {
|
|
23893
23895
|
mobile: boolean | null;
|
23894
23896
|
sticky: boolean;
|
23895
23897
|
multiSort: boolean;
|
23898
|
+
disableSort: boolean;
|
23896
23899
|
sortAscIcon: IconValue;
|
23897
23900
|
sortDescIcon: IconValue;
|
23898
23901
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -23922,6 +23925,7 @@ declare const VDataTableHeaders: {
|
|
23922
23925
|
mobile: boolean | null;
|
23923
23926
|
sticky: boolean;
|
23924
23927
|
multiSort: boolean;
|
23928
|
+
disableSort: boolean;
|
23925
23929
|
sortAscIcon: IconValue;
|
23926
23930
|
sortDescIcon: IconValue;
|
23927
23931
|
} & {
|
@@ -23954,6 +23958,7 @@ declare const VDataTableHeaders: {
|
|
23954
23958
|
mobile: boolean | null;
|
23955
23959
|
sticky: boolean;
|
23956
23960
|
multiSort: boolean;
|
23961
|
+
disableSort: boolean;
|
23957
23962
|
sortAscIcon: IconValue;
|
23958
23963
|
sortDescIcon: IconValue;
|
23959
23964
|
}>;
|
@@ -23964,6 +23969,7 @@ declare const VDataTableHeaders: {
|
|
23964
23969
|
mobile: boolean | null;
|
23965
23970
|
sticky: boolean;
|
23966
23971
|
multiSort: boolean;
|
23972
|
+
disableSort: boolean;
|
23967
23973
|
sortAscIcon: IconValue;
|
23968
23974
|
sortDescIcon: IconValue;
|
23969
23975
|
} & {
|
@@ -23996,6 +24002,7 @@ declare const VDataTableHeaders: {
|
|
23996
24002
|
mobile: boolean | null;
|
23997
24003
|
sticky: boolean;
|
23998
24004
|
multiSort: boolean;
|
24005
|
+
disableSort: boolean;
|
23999
24006
|
sortAscIcon: IconValue;
|
24000
24007
|
sortDescIcon: IconValue;
|
24001
24008
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -24023,6 +24030,7 @@ declare const VDataTableHeaders: {
|
|
24023
24030
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
24024
24031
|
color: StringConstructor;
|
24025
24032
|
sticky: BooleanConstructor;
|
24033
|
+
disableSort: BooleanConstructor;
|
24026
24034
|
multiSort: BooleanConstructor;
|
24027
24035
|
sortAscIcon: {
|
24028
24036
|
type: PropType<IconValue>;
|
@@ -24044,6 +24052,7 @@ declare const VDataTableHeaders: {
|
|
24044
24052
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
24045
24053
|
color: StringConstructor;
|
24046
24054
|
sticky: BooleanConstructor;
|
24055
|
+
disableSort: BooleanConstructor;
|
24047
24056
|
multiSort: BooleanConstructor;
|
24048
24057
|
sortAscIcon: {
|
24049
24058
|
type: PropType<IconValue>;
|
@@ -24521,10 +24530,12 @@ declare const VDataTable: {
|
|
24521
24530
|
value: number;
|
24522
24531
|
})[];
|
24523
24532
|
showCurrentPage: boolean;
|
24533
|
+
disableSort: boolean;
|
24524
24534
|
sortAscIcon: IconValue;
|
24525
24535
|
sortDescIcon: IconValue;
|
24526
24536
|
fixedHeader: boolean;
|
24527
24537
|
fixedFooter: boolean;
|
24538
|
+
hideDefaultBody: boolean;
|
24528
24539
|
hideDefaultFooter: boolean;
|
24529
24540
|
hideDefaultHeader: boolean;
|
24530
24541
|
} & {
|
@@ -24598,10 +24609,12 @@ declare const VDataTable: {
|
|
24598
24609
|
value: number;
|
24599
24610
|
})[];
|
24600
24611
|
showCurrentPage: boolean;
|
24612
|
+
disableSort: boolean;
|
24601
24613
|
sortAscIcon: IconValue;
|
24602
24614
|
sortDescIcon: IconValue;
|
24603
24615
|
fixedHeader: boolean;
|
24604
24616
|
fixedFooter: boolean;
|
24617
|
+
hideDefaultBody: boolean;
|
24605
24618
|
hideDefaultFooter: boolean;
|
24606
24619
|
hideDefaultHeader: boolean;
|
24607
24620
|
} & {
|
@@ -24666,10 +24679,12 @@ declare const VDataTable: {
|
|
24666
24679
|
value: number;
|
24667
24680
|
})[];
|
24668
24681
|
showCurrentPage: boolean;
|
24682
|
+
disableSort: boolean;
|
24669
24683
|
sortAscIcon: IconValue;
|
24670
24684
|
sortDescIcon: IconValue;
|
24671
24685
|
fixedHeader: boolean;
|
24672
24686
|
fixedFooter: boolean;
|
24687
|
+
hideDefaultBody: boolean;
|
24673
24688
|
hideDefaultFooter: boolean;
|
24674
24689
|
hideDefaultHeader: boolean;
|
24675
24690
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -24816,10 +24831,12 @@ declare const VDataTable: {
|
|
24816
24831
|
value: number;
|
24817
24832
|
})[];
|
24818
24833
|
showCurrentPage: boolean;
|
24834
|
+
disableSort: boolean;
|
24819
24835
|
sortAscIcon: IconValue;
|
24820
24836
|
sortDescIcon: IconValue;
|
24821
24837
|
fixedHeader: boolean;
|
24822
24838
|
fixedFooter: boolean;
|
24839
|
+
hideDefaultBody: boolean;
|
24823
24840
|
hideDefaultFooter: boolean;
|
24824
24841
|
hideDefaultHeader: boolean;
|
24825
24842
|
} & {
|
@@ -24884,10 +24901,12 @@ declare const VDataTable: {
|
|
24884
24901
|
value: number;
|
24885
24902
|
})[];
|
24886
24903
|
showCurrentPage: boolean;
|
24904
|
+
disableSort: boolean;
|
24887
24905
|
sortAscIcon: IconValue;
|
24888
24906
|
sortDescIcon: IconValue;
|
24889
24907
|
fixedHeader: boolean;
|
24890
24908
|
fixedFooter: boolean;
|
24909
|
+
hideDefaultBody: boolean;
|
24891
24910
|
hideDefaultFooter: boolean;
|
24892
24911
|
hideDefaultHeader: boolean;
|
24893
24912
|
}>;
|
@@ -24934,10 +24953,12 @@ declare const VDataTable: {
|
|
24934
24953
|
value: number;
|
24935
24954
|
})[];
|
24936
24955
|
showCurrentPage: boolean;
|
24956
|
+
disableSort: boolean;
|
24937
24957
|
sortAscIcon: IconValue;
|
24938
24958
|
sortDescIcon: IconValue;
|
24939
24959
|
fixedHeader: boolean;
|
24940
24960
|
fixedFooter: boolean;
|
24961
|
+
hideDefaultBody: boolean;
|
24941
24962
|
hideDefaultFooter: boolean;
|
24942
24963
|
hideDefaultHeader: boolean;
|
24943
24964
|
} & {
|
@@ -25011,10 +25032,12 @@ declare const VDataTable: {
|
|
25011
25032
|
value: number;
|
25012
25033
|
})[];
|
25013
25034
|
showCurrentPage: boolean;
|
25035
|
+
disableSort: boolean;
|
25014
25036
|
sortAscIcon: IconValue;
|
25015
25037
|
sortDescIcon: IconValue;
|
25016
25038
|
fixedHeader: boolean;
|
25017
25039
|
fixedFooter: boolean;
|
25040
|
+
hideDefaultBody: boolean;
|
25018
25041
|
hideDefaultFooter: boolean;
|
25019
25042
|
hideDefaultHeader: boolean;
|
25020
25043
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -25263,6 +25286,7 @@ declare const VDataTable: {
|
|
25263
25286
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
25264
25287
|
color: StringConstructor;
|
25265
25288
|
sticky: BooleanConstructor;
|
25289
|
+
disableSort: BooleanConstructor;
|
25266
25290
|
multiSort: BooleanConstructor;
|
25267
25291
|
sortAscIcon: {
|
25268
25292
|
type: vue.PropType<IconValue>;
|
@@ -25364,6 +25388,7 @@ declare const VDataTable: {
|
|
25364
25388
|
type: vue.PropType<readonly string[]>;
|
25365
25389
|
default: () => never[];
|
25366
25390
|
};
|
25391
|
+
hideDefaultBody: BooleanConstructor;
|
25367
25392
|
hideDefaultFooter: BooleanConstructor;
|
25368
25393
|
hideDefaultHeader: BooleanConstructor;
|
25369
25394
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -25472,6 +25497,7 @@ declare const VDataTable: {
|
|
25472
25497
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
25473
25498
|
color: StringConstructor;
|
25474
25499
|
sticky: BooleanConstructor;
|
25500
|
+
disableSort: BooleanConstructor;
|
25475
25501
|
multiSort: BooleanConstructor;
|
25476
25502
|
sortAscIcon: {
|
25477
25503
|
type: vue.PropType<IconValue>;
|
@@ -25573,6 +25599,7 @@ declare const VDataTable: {
|
|
25573
25599
|
type: vue.PropType<readonly string[]>;
|
25574
25600
|
default: () => never[];
|
25575
25601
|
};
|
25602
|
+
hideDefaultBody: BooleanConstructor;
|
25576
25603
|
hideDefaultFooter: BooleanConstructor;
|
25577
25604
|
hideDefaultHeader: BooleanConstructor;
|
25578
25605
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -25909,10 +25936,12 @@ declare const VDataTableVirtual: {
|
|
25909
25936
|
showSelect: boolean;
|
25910
25937
|
expandOnClick: boolean;
|
25911
25938
|
showExpand: boolean;
|
25939
|
+
disableSort: boolean;
|
25912
25940
|
sortAscIcon: IconValue;
|
25913
25941
|
sortDescIcon: IconValue;
|
25914
25942
|
fixedHeader: boolean;
|
25915
25943
|
fixedFooter: boolean;
|
25944
|
+
hideDefaultBody: boolean;
|
25916
25945
|
hideDefaultFooter: boolean;
|
25917
25946
|
hideDefaultHeader: boolean;
|
25918
25947
|
} & {
|
@@ -26009,10 +26038,12 @@ declare const VDataTableVirtual: {
|
|
26009
26038
|
showSelect: boolean;
|
26010
26039
|
expandOnClick: boolean;
|
26011
26040
|
showExpand: boolean;
|
26041
|
+
disableSort: boolean;
|
26012
26042
|
sortAscIcon: IconValue;
|
26013
26043
|
sortDescIcon: IconValue;
|
26014
26044
|
fixedHeader: boolean;
|
26015
26045
|
fixedFooter: boolean;
|
26046
|
+
hideDefaultBody: boolean;
|
26016
26047
|
hideDefaultFooter: boolean;
|
26017
26048
|
hideDefaultHeader: boolean;
|
26018
26049
|
} & {
|
@@ -26103,10 +26134,12 @@ declare const VDataTableVirtual: {
|
|
26103
26134
|
showSelect: boolean;
|
26104
26135
|
expandOnClick: boolean;
|
26105
26136
|
showExpand: boolean;
|
26137
|
+
disableSort: boolean;
|
26106
26138
|
sortAscIcon: IconValue;
|
26107
26139
|
sortDescIcon: IconValue;
|
26108
26140
|
fixedHeader: boolean;
|
26109
26141
|
fixedFooter: boolean;
|
26142
|
+
hideDefaultBody: boolean;
|
26110
26143
|
hideDefaultFooter: boolean;
|
26111
26144
|
hideDefaultHeader: boolean;
|
26112
26145
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -26221,10 +26254,12 @@ declare const VDataTableVirtual: {
|
|
26221
26254
|
showSelect: boolean;
|
26222
26255
|
expandOnClick: boolean;
|
26223
26256
|
showExpand: boolean;
|
26257
|
+
disableSort: boolean;
|
26224
26258
|
sortAscIcon: IconValue;
|
26225
26259
|
sortDescIcon: IconValue;
|
26226
26260
|
fixedHeader: boolean;
|
26227
26261
|
fixedFooter: boolean;
|
26262
|
+
hideDefaultBody: boolean;
|
26228
26263
|
hideDefaultFooter: boolean;
|
26229
26264
|
hideDefaultHeader: boolean;
|
26230
26265
|
} & {
|
@@ -26315,10 +26350,12 @@ declare const VDataTableVirtual: {
|
|
26315
26350
|
showSelect: boolean;
|
26316
26351
|
expandOnClick: boolean;
|
26317
26352
|
showExpand: boolean;
|
26353
|
+
disableSort: boolean;
|
26318
26354
|
sortAscIcon: IconValue;
|
26319
26355
|
sortDescIcon: IconValue;
|
26320
26356
|
fixedHeader: boolean;
|
26321
26357
|
fixedFooter: boolean;
|
26358
|
+
hideDefaultBody: boolean;
|
26322
26359
|
hideDefaultFooter: boolean;
|
26323
26360
|
hideDefaultHeader: boolean;
|
26324
26361
|
}>;
|
@@ -26349,10 +26386,12 @@ declare const VDataTableVirtual: {
|
|
26349
26386
|
showSelect: boolean;
|
26350
26387
|
expandOnClick: boolean;
|
26351
26388
|
showExpand: boolean;
|
26389
|
+
disableSort: boolean;
|
26352
26390
|
sortAscIcon: IconValue;
|
26353
26391
|
sortDescIcon: IconValue;
|
26354
26392
|
fixedHeader: boolean;
|
26355
26393
|
fixedFooter: boolean;
|
26394
|
+
hideDefaultBody: boolean;
|
26356
26395
|
hideDefaultFooter: boolean;
|
26357
26396
|
hideDefaultHeader: boolean;
|
26358
26397
|
} & {
|
@@ -26449,10 +26488,12 @@ declare const VDataTableVirtual: {
|
|
26449
26488
|
showSelect: boolean;
|
26450
26489
|
expandOnClick: boolean;
|
26451
26490
|
showExpand: boolean;
|
26491
|
+
disableSort: boolean;
|
26452
26492
|
sortAscIcon: IconValue;
|
26453
26493
|
sortDescIcon: IconValue;
|
26454
26494
|
fixedHeader: boolean;
|
26455
26495
|
fixedFooter: boolean;
|
26496
|
+
hideDefaultBody: boolean;
|
26456
26497
|
hideDefaultFooter: boolean;
|
26457
26498
|
hideDefaultHeader: boolean;
|
26458
26499
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -26596,6 +26637,7 @@ declare const VDataTableVirtual: {
|
|
26596
26637
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
26597
26638
|
color: StringConstructor;
|
26598
26639
|
sticky: BooleanConstructor;
|
26640
|
+
disableSort: BooleanConstructor;
|
26599
26641
|
multiSort: BooleanConstructor;
|
26600
26642
|
sortAscIcon: {
|
26601
26643
|
type: vue.PropType<IconValue>;
|
@@ -26693,6 +26735,7 @@ declare const VDataTableVirtual: {
|
|
26693
26735
|
type: vue.PropType<readonly string[]>;
|
26694
26736
|
default: () => never[];
|
26695
26737
|
};
|
26738
|
+
hideDefaultBody: BooleanConstructor;
|
26696
26739
|
hideDefaultFooter: BooleanConstructor;
|
26697
26740
|
hideDefaultHeader: BooleanConstructor;
|
26698
26741
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -26750,6 +26793,7 @@ declare const VDataTableVirtual: {
|
|
26750
26793
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
26751
26794
|
color: StringConstructor;
|
26752
26795
|
sticky: BooleanConstructor;
|
26796
|
+
disableSort: BooleanConstructor;
|
26753
26797
|
multiSort: BooleanConstructor;
|
26754
26798
|
sortAscIcon: {
|
26755
26799
|
type: vue.PropType<IconValue>;
|
@@ -26847,6 +26891,7 @@ declare const VDataTableVirtual: {
|
|
26847
26891
|
type: vue.PropType<readonly string[]>;
|
26848
26892
|
default: () => never[];
|
26849
26893
|
};
|
26894
|
+
hideDefaultBody: BooleanConstructor;
|
26850
26895
|
hideDefaultFooter: BooleanConstructor;
|
26851
26896
|
hideDefaultHeader: BooleanConstructor;
|
26852
26897
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -26904,10 +26949,12 @@ declare const VDataTableServer: {
|
|
26904
26949
|
value: number;
|
26905
26950
|
})[];
|
26906
26951
|
showCurrentPage: boolean;
|
26952
|
+
disableSort: boolean;
|
26907
26953
|
sortAscIcon: IconValue;
|
26908
26954
|
sortDescIcon: IconValue;
|
26909
26955
|
fixedHeader: boolean;
|
26910
26956
|
fixedFooter: boolean;
|
26957
|
+
hideDefaultBody: boolean;
|
26911
26958
|
hideDefaultFooter: boolean;
|
26912
26959
|
hideDefaultHeader: boolean;
|
26913
26960
|
} & {
|
@@ -27020,10 +27067,12 @@ declare const VDataTableServer: {
|
|
27020
27067
|
value: number;
|
27021
27068
|
})[];
|
27022
27069
|
showCurrentPage: boolean;
|
27070
|
+
disableSort: boolean;
|
27023
27071
|
sortAscIcon: IconValue;
|
27024
27072
|
sortDescIcon: IconValue;
|
27025
27073
|
fixedHeader: boolean;
|
27026
27074
|
fixedFooter: boolean;
|
27075
|
+
hideDefaultBody: boolean;
|
27027
27076
|
hideDefaultFooter: boolean;
|
27028
27077
|
hideDefaultHeader: boolean;
|
27029
27078
|
} & {
|
@@ -27127,10 +27176,12 @@ declare const VDataTableServer: {
|
|
27127
27176
|
value: number;
|
27128
27177
|
})[];
|
27129
27178
|
showCurrentPage: boolean;
|
27179
|
+
disableSort: boolean;
|
27130
27180
|
sortAscIcon: IconValue;
|
27131
27181
|
sortDescIcon: IconValue;
|
27132
27182
|
fixedHeader: boolean;
|
27133
27183
|
fixedFooter: boolean;
|
27184
|
+
hideDefaultBody: boolean;
|
27134
27185
|
hideDefaultFooter: boolean;
|
27135
27186
|
hideDefaultHeader: boolean;
|
27136
27187
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -27276,10 +27327,12 @@ declare const VDataTableServer: {
|
|
27276
27327
|
value: number;
|
27277
27328
|
})[];
|
27278
27329
|
showCurrentPage: boolean;
|
27330
|
+
disableSort: boolean;
|
27279
27331
|
sortAscIcon: IconValue;
|
27280
27332
|
sortDescIcon: IconValue;
|
27281
27333
|
fixedHeader: boolean;
|
27282
27334
|
fixedFooter: boolean;
|
27335
|
+
hideDefaultBody: boolean;
|
27283
27336
|
hideDefaultFooter: boolean;
|
27284
27337
|
hideDefaultHeader: boolean;
|
27285
27338
|
} & {
|
@@ -27383,10 +27436,12 @@ declare const VDataTableServer: {
|
|
27383
27436
|
value: number;
|
27384
27437
|
})[];
|
27385
27438
|
showCurrentPage: boolean;
|
27439
|
+
disableSort: boolean;
|
27386
27440
|
sortAscIcon: IconValue;
|
27387
27441
|
sortDescIcon: IconValue;
|
27388
27442
|
fixedHeader: boolean;
|
27389
27443
|
fixedFooter: boolean;
|
27444
|
+
hideDefaultBody: boolean;
|
27390
27445
|
hideDefaultFooter: boolean;
|
27391
27446
|
hideDefaultHeader: boolean;
|
27392
27447
|
}>;
|
@@ -27432,10 +27487,12 @@ declare const VDataTableServer: {
|
|
27432
27487
|
value: number;
|
27433
27488
|
})[];
|
27434
27489
|
showCurrentPage: boolean;
|
27490
|
+
disableSort: boolean;
|
27435
27491
|
sortAscIcon: IconValue;
|
27436
27492
|
sortDescIcon: IconValue;
|
27437
27493
|
fixedHeader: boolean;
|
27438
27494
|
fixedFooter: boolean;
|
27495
|
+
hideDefaultBody: boolean;
|
27439
27496
|
hideDefaultFooter: boolean;
|
27440
27497
|
hideDefaultHeader: boolean;
|
27441
27498
|
} & {
|
@@ -27547,10 +27604,12 @@ declare const VDataTableServer: {
|
|
27547
27604
|
value: number;
|
27548
27605
|
})[];
|
27549
27606
|
showCurrentPage: boolean;
|
27607
|
+
disableSort: boolean;
|
27550
27608
|
sortAscIcon: IconValue;
|
27551
27609
|
sortDescIcon: IconValue;
|
27552
27610
|
fixedHeader: boolean;
|
27553
27611
|
fixedFooter: boolean;
|
27612
|
+
hideDefaultBody: boolean;
|
27554
27613
|
hideDefaultFooter: boolean;
|
27555
27614
|
hideDefaultHeader: boolean;
|
27556
27615
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -27745,6 +27804,7 @@ declare const VDataTableServer: {
|
|
27745
27804
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
27746
27805
|
color: StringConstructor;
|
27747
27806
|
sticky: BooleanConstructor;
|
27807
|
+
disableSort: BooleanConstructor;
|
27748
27808
|
multiSort: BooleanConstructor;
|
27749
27809
|
sortAscIcon: {
|
27750
27810
|
type: vue.PropType<IconValue>;
|
@@ -27846,6 +27906,7 @@ declare const VDataTableServer: {
|
|
27846
27906
|
type: vue.PropType<readonly string[]>;
|
27847
27907
|
default: () => never[];
|
27848
27908
|
};
|
27909
|
+
hideDefaultBody: BooleanConstructor;
|
27849
27910
|
hideDefaultFooter: BooleanConstructor;
|
27850
27911
|
hideDefaultHeader: BooleanConstructor;
|
27851
27912
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -27950,6 +28011,7 @@ declare const VDataTableServer: {
|
|
27950
28011
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
27951
28012
|
color: StringConstructor;
|
27952
28013
|
sticky: BooleanConstructor;
|
28014
|
+
disableSort: BooleanConstructor;
|
27953
28015
|
multiSort: BooleanConstructor;
|
27954
28016
|
sortAscIcon: {
|
27955
28017
|
type: vue.PropType<IconValue>;
|
@@ -28051,6 +28113,7 @@ declare const VDataTableServer: {
|
|
28051
28113
|
type: vue.PropType<readonly string[]>;
|
28052
28114
|
default: () => never[];
|
28053
28115
|
};
|
28116
|
+
hideDefaultBody: BooleanConstructor;
|
28054
28117
|
hideDefaultFooter: BooleanConstructor;
|
28055
28118
|
hideDefaultHeader: BooleanConstructor;
|
28056
28119
|
width: (StringConstructor | NumberConstructor)[];
|
@@ -28122,7 +28185,7 @@ declare const VDatePicker: {
|
|
28122
28185
|
theme?: string | undefined;
|
28123
28186
|
color?: string | undefined;
|
28124
28187
|
month?: string | number | undefined;
|
28125
|
-
year?:
|
28188
|
+
year?: number | undefined;
|
28126
28189
|
border?: string | number | boolean | undefined;
|
28127
28190
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
28128
28191
|
rounded?: string | number | boolean | undefined;
|
@@ -28175,7 +28238,7 @@ declare const VDatePicker: {
|
|
28175
28238
|
theme?: string | undefined;
|
28176
28239
|
color?: string | undefined;
|
28177
28240
|
month?: string | number | undefined;
|
28178
|
-
year?:
|
28241
|
+
year?: number | undefined;
|
28179
28242
|
border?: string | number | boolean | undefined;
|
28180
28243
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
28181
28244
|
rounded?: string | number | boolean | undefined;
|
@@ -28268,7 +28331,7 @@ declare const VDatePicker: {
|
|
28268
28331
|
theme?: string | undefined;
|
28269
28332
|
color?: string | undefined;
|
28270
28333
|
month?: string | number | undefined;
|
28271
|
-
year?:
|
28334
|
+
year?: number | undefined;
|
28272
28335
|
border?: string | number | boolean | undefined;
|
28273
28336
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
28274
28337
|
rounded?: string | number | boolean | undefined;
|
@@ -28342,7 +28405,7 @@ declare const VDatePicker: {
|
|
28342
28405
|
theme?: string | undefined;
|
28343
28406
|
color?: string | undefined;
|
28344
28407
|
month?: string | number | undefined;
|
28345
|
-
year?:
|
28408
|
+
year?: number | undefined;
|
28346
28409
|
border?: string | number | boolean | undefined;
|
28347
28410
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
28348
28411
|
rounded?: string | number | boolean | undefined;
|
@@ -28455,12 +28518,12 @@ declare const VDatePicker: {
|
|
28455
28518
|
hideHeader: BooleanConstructor;
|
28456
28519
|
max: vue.PropType<unknown>;
|
28457
28520
|
min: vue.PropType<unknown>;
|
28521
|
+
year: NumberConstructor;
|
28458
28522
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
28459
28523
|
disabled: BooleanConstructor;
|
28460
28524
|
displayValue: vue.PropType<unknown>;
|
28461
28525
|
month: (StringConstructor | NumberConstructor)[];
|
28462
28526
|
showAdjacentMonths: BooleanConstructor;
|
28463
|
-
year: (StringConstructor | NumberConstructor)[];
|
28464
28527
|
weekdays: {
|
28465
28528
|
type: {
|
28466
28529
|
(arrayLength: number): number[];
|
@@ -28564,12 +28627,12 @@ declare const VDatePicker: {
|
|
28564
28627
|
hideHeader: BooleanConstructor;
|
28565
28628
|
max: vue.PropType<unknown>;
|
28566
28629
|
min: vue.PropType<unknown>;
|
28630
|
+
year: NumberConstructor;
|
28567
28631
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
28568
28632
|
disabled: BooleanConstructor;
|
28569
28633
|
displayValue: vue.PropType<unknown>;
|
28570
28634
|
month: (StringConstructor | NumberConstructor)[];
|
28571
28635
|
showAdjacentMonths: BooleanConstructor;
|
28572
|
-
year: (StringConstructor | NumberConstructor)[];
|
28573
28636
|
weekdays: {
|
28574
28637
|
type: {
|
28575
28638
|
(arrayLength: number): number[];
|
@@ -29346,7 +29409,10 @@ declare const VDatePickerMonths: {
|
|
29346
29409
|
new (...args: any[]): vue.CreateComponentPublicInstance<{} & {
|
29347
29410
|
height?: string | number | undefined;
|
29348
29411
|
color?: string | undefined;
|
29412
|
+
year?: number | undefined;
|
29349
29413
|
modelValue?: number | undefined;
|
29414
|
+
max?: unknown;
|
29415
|
+
min?: unknown;
|
29350
29416
|
} & {
|
29351
29417
|
$children?: {} | vue.VNodeChild | {
|
29352
29418
|
month?: ((arg: {
|
@@ -29390,7 +29456,10 @@ declare const VDatePickerMonths: {
|
|
29390
29456
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {} & {
|
29391
29457
|
height?: string | number | undefined;
|
29392
29458
|
color?: string | undefined;
|
29459
|
+
year?: number | undefined;
|
29393
29460
|
modelValue?: number | undefined;
|
29461
|
+
max?: unknown;
|
29462
|
+
min?: unknown;
|
29394
29463
|
} & {
|
29395
29464
|
$children?: {} | vue.VNodeChild | {
|
29396
29465
|
month?: ((arg: {
|
@@ -29452,7 +29521,10 @@ declare const VDatePickerMonths: {
|
|
29452
29521
|
}, {} & {
|
29453
29522
|
height?: string | number | undefined;
|
29454
29523
|
color?: string | undefined;
|
29524
|
+
year?: number | undefined;
|
29455
29525
|
modelValue?: number | undefined;
|
29526
|
+
max?: unknown;
|
29527
|
+
min?: unknown;
|
29456
29528
|
} & {
|
29457
29529
|
$children?: {} | vue.VNodeChild | {
|
29458
29530
|
month?: ((arg: {
|
@@ -29498,7 +29570,10 @@ declare const VDatePickerMonths: {
|
|
29498
29570
|
} & vue.ComponentOptionsBase<{} & {
|
29499
29571
|
height?: string | number | undefined;
|
29500
29572
|
color?: string | undefined;
|
29573
|
+
year?: number | undefined;
|
29501
29574
|
modelValue?: number | undefined;
|
29575
|
+
max?: unknown;
|
29576
|
+
min?: unknown;
|
29502
29577
|
} & {
|
29503
29578
|
$children?: {} | vue.VNodeChild | {
|
29504
29579
|
month?: ((arg: {
|
@@ -29555,11 +29630,17 @@ declare const VDatePickerMonths: {
|
|
29555
29630
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
29556
29631
|
color: StringConstructor;
|
29557
29632
|
height: (StringConstructor | NumberConstructor)[];
|
29633
|
+
min: PropType<unknown>;
|
29634
|
+
max: PropType<unknown>;
|
29558
29635
|
modelValue: NumberConstructor;
|
29636
|
+
year: NumberConstructor;
|
29559
29637
|
}, vue.ExtractPropTypes<{
|
29560
29638
|
color: StringConstructor;
|
29561
29639
|
height: (StringConstructor | NumberConstructor)[];
|
29640
|
+
min: PropType<unknown>;
|
29641
|
+
max: PropType<unknown>;
|
29562
29642
|
modelValue: NumberConstructor;
|
29643
|
+
year: NumberConstructor;
|
29563
29644
|
}>>;
|
29564
29645
|
type VDatePickerMonths = InstanceType<typeof VDatePickerMonths>;
|
29565
29646
|
|
@@ -73478,42 +73559,42 @@ declare module '@vue/runtime-core' {
|
|
73478
73559
|
}
|
73479
73560
|
|
73480
73561
|
export interface GlobalComponents {
|
73481
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
73482
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73483
73562
|
VApp: typeof import('vuetify/components')['VApp']
|
73484
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73485
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73486
73563
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73487
73564
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73488
73565
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73566
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73567
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73568
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
73569
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73570
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73571
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73572
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73489
73573
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73490
73574
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73491
73575
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73492
73576
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73493
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73494
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73495
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73496
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73497
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73498
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73499
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73500
73577
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73501
73578
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73502
73579
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73503
|
-
|
73504
|
-
|
73505
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73506
|
-
VCode: typeof import('vuetify/components')['VCode']
|
73580
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73581
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73507
73582
|
VCard: typeof import('vuetify/components')['VCard']
|
73508
73583
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73509
73584
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73510
73585
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73511
73586
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73512
73587
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73588
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73589
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73590
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73591
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73592
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73593
|
+
VCode: typeof import('vuetify/components')['VCode']
|
73513
73594
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73514
73595
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73515
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73516
73596
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73597
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73517
73598
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73518
73599
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73519
73600
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73521,7 +73602,6 @@ declare module '@vue/runtime-core' {
|
|
73521
73602
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73522
73603
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73523
73604
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73524
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
73525
73605
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73526
73606
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73527
73607
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -73529,28 +73609,29 @@ declare module '@vue/runtime-core' {
|
|
73529
73609
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73530
73610
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73531
73611
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73532
|
-
VField: typeof import('vuetify/components')['VField']
|
73533
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73534
73612
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73613
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73614
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73535
73615
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73536
73616
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73537
73617
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73538
73618
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73539
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73540
73619
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73541
|
-
|
73620
|
+
VField: typeof import('vuetify/components')['VField']
|
73621
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73542
73622
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73543
73623
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73544
73624
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73545
73625
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73546
73626
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73547
73627
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73548
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73549
73628
|
VImg: typeof import('vuetify/components')['VImg']
|
73550
|
-
|
73629
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73551
73630
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73552
73631
|
VItem: typeof import('vuetify/components')['VItem']
|
73553
73632
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73633
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73634
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73554
73635
|
VMain: typeof import('vuetify/components')['VMain']
|
73555
73636
|
VList: typeof import('vuetify/components')['VList']
|
73556
73637
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -73561,68 +73642,68 @@ declare module '@vue/runtime-core' {
|
|
73561
73642
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73562
73643
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73563
73644
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73564
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
73565
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73566
73645
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73646
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73567
73647
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73568
73648
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73649
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73569
73650
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73570
73651
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73571
|
-
VRating: typeof import('vuetify/components')['VRating']
|
73572
73652
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73573
73653
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73654
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73574
73655
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73575
73656
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73657
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73576
73658
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73577
73659
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73660
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73578
73661
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73579
73662
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73580
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73581
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73582
73663
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73583
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73584
73664
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73585
73665
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73586
73666
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73587
73667
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73588
73668
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73589
73669
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73590
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73591
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73592
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73593
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73594
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73595
73670
|
VTab: typeof import('vuetify/components')['VTab']
|
73596
73671
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73597
73672
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73598
73673
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73674
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73675
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73676
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73677
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73599
73678
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73600
73679
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73601
73680
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73602
73681
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73603
73682
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73683
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73684
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73604
73685
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73605
73686
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73606
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73607
73687
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73688
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73608
73689
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73690
|
+
VForm: typeof import('vuetify/components')['VForm']
|
73691
|
+
VHover: typeof import('vuetify/components')['VHover']
|
73609
73692
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73610
73693
|
VCol: typeof import('vuetify/components')['VCol']
|
73611
73694
|
VRow: typeof import('vuetify/components')['VRow']
|
73612
73695
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73613
|
-
VForm: typeof import('vuetify/components')['VForm']
|
73614
|
-
VHover: typeof import('vuetify/components')['VHover']
|
73615
73696
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73616
73697
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73617
73698
|
VLazy: typeof import('vuetify/components')['VLazy']
|
73618
73699
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73619
73700
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73620
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
73621
73701
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73702
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
73622
73703
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73623
73704
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73624
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73625
73705
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73706
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73626
73707
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73627
73708
|
VValidation: typeof import('vuetify/components')['VValidation']
|
73628
73709
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -73642,6 +73723,7 @@ declare module '@vue/runtime-core' {
|
|
73642
73723
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73643
73724
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73644
73725
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73726
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73645
73727
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73646
73728
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73647
73729
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
@@ -73651,15 +73733,14 @@ declare module '@vue/runtime-core' {
|
|
73651
73733
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73652
73734
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73653
73735
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73654
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73655
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73656
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73657
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73658
73736
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73659
73737
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73660
73738
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73661
73739
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73662
73740
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73741
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73742
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73743
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73663
73744
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73664
73745
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73665
73746
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|