@vuetify/nightly 3.7.7-master.2025-01-21 → 3.7.7-master.2025-01-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 +9 -3
- package/dist/json/attributes.json +3507 -3503
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6353 -6343
- package/dist/vuetify-labs.css +3832 -3832
- package/dist/vuetify-labs.d.ts +38 -29
- package/dist/vuetify-labs.esm.js +22 -18
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +22 -18
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5176 -5176
- package/dist/vuetify.d.ts +99 -90
- package/dist/vuetify.esm.js +21 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +21 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +3 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +6 -4
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +5 -5
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +5 -5
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +38 -29
- package/lib/components/VSlider/slider.mjs +2 -2
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/index.d.mts +38 -29
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +61 -61
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/package.json +1 -1
@@ -23831,6 +23831,7 @@ declare const VDataTableHeaders: {
|
|
23831
23831
|
sticky: boolean;
|
23832
23832
|
multiSort: boolean;
|
23833
23833
|
disableSort: boolean;
|
23834
|
+
fixedHeader: boolean;
|
23834
23835
|
sortAscIcon: IconValue;
|
23835
23836
|
sortDescIcon: IconValue;
|
23836
23837
|
} & {
|
@@ -23864,6 +23865,7 @@ declare const VDataTableHeaders: {
|
|
23864
23865
|
sticky: boolean;
|
23865
23866
|
multiSort: boolean;
|
23866
23867
|
disableSort: boolean;
|
23868
|
+
fixedHeader: boolean;
|
23867
23869
|
sortAscIcon: IconValue;
|
23868
23870
|
sortDescIcon: IconValue;
|
23869
23871
|
} & {
|
@@ -23897,6 +23899,7 @@ declare const VDataTableHeaders: {
|
|
23897
23899
|
sticky: boolean;
|
23898
23900
|
multiSort: boolean;
|
23899
23901
|
disableSort: boolean;
|
23902
|
+
fixedHeader: boolean;
|
23900
23903
|
sortAscIcon: IconValue;
|
23901
23904
|
sortDescIcon: IconValue;
|
23902
23905
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -23917,6 +23920,7 @@ declare const VDataTableHeaders: {
|
|
23917
23920
|
sticky: boolean;
|
23918
23921
|
multiSort: boolean;
|
23919
23922
|
disableSort: boolean;
|
23923
|
+
fixedHeader: boolean;
|
23920
23924
|
sortAscIcon: IconValue;
|
23921
23925
|
sortDescIcon: IconValue;
|
23922
23926
|
} & {
|
@@ -23950,6 +23954,7 @@ declare const VDataTableHeaders: {
|
|
23950
23954
|
sticky: boolean;
|
23951
23955
|
multiSort: boolean;
|
23952
23956
|
disableSort: boolean;
|
23957
|
+
fixedHeader: boolean;
|
23953
23958
|
sortAscIcon: IconValue;
|
23954
23959
|
sortDescIcon: IconValue;
|
23955
23960
|
}>;
|
@@ -23961,6 +23966,7 @@ declare const VDataTableHeaders: {
|
|
23961
23966
|
sticky: boolean;
|
23962
23967
|
multiSort: boolean;
|
23963
23968
|
disableSort: boolean;
|
23969
|
+
fixedHeader: boolean;
|
23964
23970
|
sortAscIcon: IconValue;
|
23965
23971
|
sortDescIcon: IconValue;
|
23966
23972
|
} & {
|
@@ -23994,6 +24000,7 @@ declare const VDataTableHeaders: {
|
|
23994
24000
|
sticky: boolean;
|
23995
24001
|
multiSort: boolean;
|
23996
24002
|
disableSort: boolean;
|
24003
|
+
fixedHeader: boolean;
|
23997
24004
|
sortAscIcon: IconValue;
|
23998
24005
|
sortDescIcon: IconValue;
|
23999
24006
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -24010,8 +24017,8 @@ declare const VDataTableHeaders: {
|
|
24010
24017
|
};
|
24011
24018
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
24012
24019
|
color: StringConstructor;
|
24013
|
-
sticky: BooleanConstructor;
|
24014
24020
|
disableSort: BooleanConstructor;
|
24021
|
+
fixedHeader: BooleanConstructor;
|
24015
24022
|
multiSort: BooleanConstructor;
|
24016
24023
|
sortAscIcon: {
|
24017
24024
|
type: PropType<IconValue>;
|
@@ -24024,6 +24031,7 @@ declare const VDataTableHeaders: {
|
|
24024
24031
|
headerProps: {
|
24025
24032
|
type: PropType<Record<string, any>>;
|
24026
24033
|
};
|
24034
|
+
sticky: BooleanConstructor;
|
24027
24035
|
}, vue.ExtractPropTypes<{
|
24028
24036
|
loading: (StringConstructor | BooleanConstructor)[];
|
24029
24037
|
mobile: {
|
@@ -24032,8 +24040,8 @@ declare const VDataTableHeaders: {
|
|
24032
24040
|
};
|
24033
24041
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
24034
24042
|
color: StringConstructor;
|
24035
|
-
sticky: BooleanConstructor;
|
24036
24043
|
disableSort: BooleanConstructor;
|
24044
|
+
fixedHeader: BooleanConstructor;
|
24037
24045
|
multiSort: BooleanConstructor;
|
24038
24046
|
sortAscIcon: {
|
24039
24047
|
type: PropType<IconValue>;
|
@@ -24046,6 +24054,7 @@ declare const VDataTableHeaders: {
|
|
24046
24054
|
headerProps: {
|
24047
24055
|
type: PropType<Record<string, any>>;
|
24048
24056
|
};
|
24057
|
+
sticky: BooleanConstructor;
|
24049
24058
|
}>>;
|
24050
24059
|
type VDataTableHeaders = InstanceType<typeof VDataTableHeaders>;
|
24051
24060
|
|
@@ -24431,9 +24440,9 @@ declare const VDataTable: {
|
|
24431
24440
|
value: number;
|
24432
24441
|
})[];
|
24433
24442
|
showCurrentPage: boolean;
|
24443
|
+
fixedHeader: boolean;
|
24434
24444
|
sortAscIcon: IconValue;
|
24435
24445
|
sortDescIcon: IconValue;
|
24436
|
-
fixedHeader: boolean;
|
24437
24446
|
fixedFooter: boolean;
|
24438
24447
|
hideDefaultBody: boolean;
|
24439
24448
|
hideDefaultFooter: boolean;
|
@@ -24510,9 +24519,9 @@ declare const VDataTable: {
|
|
24510
24519
|
value: number;
|
24511
24520
|
})[];
|
24512
24521
|
showCurrentPage: boolean;
|
24522
|
+
fixedHeader: boolean;
|
24513
24523
|
sortAscIcon: IconValue;
|
24514
24524
|
sortDescIcon: IconValue;
|
24515
|
-
fixedHeader: boolean;
|
24516
24525
|
fixedFooter: boolean;
|
24517
24526
|
hideDefaultBody: boolean;
|
24518
24527
|
hideDefaultFooter: boolean;
|
@@ -24580,9 +24589,9 @@ declare const VDataTable: {
|
|
24580
24589
|
value: number;
|
24581
24590
|
})[];
|
24582
24591
|
showCurrentPage: boolean;
|
24592
|
+
fixedHeader: boolean;
|
24583
24593
|
sortAscIcon: IconValue;
|
24584
24594
|
sortDescIcon: IconValue;
|
24585
|
-
fixedHeader: boolean;
|
24586
24595
|
fixedFooter: boolean;
|
24587
24596
|
hideDefaultBody: boolean;
|
24588
24597
|
hideDefaultFooter: boolean;
|
@@ -24680,9 +24689,9 @@ declare const VDataTable: {
|
|
24680
24689
|
value: number;
|
24681
24690
|
})[];
|
24682
24691
|
showCurrentPage: boolean;
|
24692
|
+
fixedHeader: boolean;
|
24683
24693
|
sortAscIcon: IconValue;
|
24684
24694
|
sortDescIcon: IconValue;
|
24685
|
-
fixedHeader: boolean;
|
24686
24695
|
fixedFooter: boolean;
|
24687
24696
|
hideDefaultBody: boolean;
|
24688
24697
|
hideDefaultFooter: boolean;
|
@@ -24750,9 +24759,9 @@ declare const VDataTable: {
|
|
24750
24759
|
value: number;
|
24751
24760
|
})[];
|
24752
24761
|
showCurrentPage: boolean;
|
24762
|
+
fixedHeader: boolean;
|
24753
24763
|
sortAscIcon: IconValue;
|
24754
24764
|
sortDescIcon: IconValue;
|
24755
|
-
fixedHeader: boolean;
|
24756
24765
|
fixedFooter: boolean;
|
24757
24766
|
hideDefaultBody: boolean;
|
24758
24767
|
hideDefaultFooter: boolean;
|
@@ -24802,9 +24811,9 @@ declare const VDataTable: {
|
|
24802
24811
|
value: number;
|
24803
24812
|
})[];
|
24804
24813
|
showCurrentPage: boolean;
|
24814
|
+
fixedHeader: boolean;
|
24805
24815
|
sortAscIcon: IconValue;
|
24806
24816
|
sortDescIcon: IconValue;
|
24807
|
-
fixedHeader: boolean;
|
24808
24817
|
fixedFooter: boolean;
|
24809
24818
|
hideDefaultBody: boolean;
|
24810
24819
|
hideDefaultFooter: boolean;
|
@@ -24881,9 +24890,9 @@ declare const VDataTable: {
|
|
24881
24890
|
value: number;
|
24882
24891
|
})[];
|
24883
24892
|
showCurrentPage: boolean;
|
24893
|
+
fixedHeader: boolean;
|
24884
24894
|
sortAscIcon: IconValue;
|
24885
24895
|
sortDescIcon: IconValue;
|
24886
|
-
fixedHeader: boolean;
|
24887
24896
|
fixedFooter: boolean;
|
24888
24897
|
hideDefaultBody: boolean;
|
24889
24898
|
hideDefaultFooter: boolean;
|
@@ -25028,7 +25037,6 @@ declare const VDataTable: {
|
|
25028
25037
|
};
|
25029
25038
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
25030
25039
|
color: StringConstructor;
|
25031
|
-
sticky: BooleanConstructor;
|
25032
25040
|
disableSort: BooleanConstructor;
|
25033
25041
|
multiSort: BooleanConstructor;
|
25034
25042
|
sortAscIcon: {
|
@@ -25042,6 +25050,7 @@ declare const VDataTable: {
|
|
25042
25050
|
headerProps: {
|
25043
25051
|
type: vue.PropType<Record<string, any>>;
|
25044
25052
|
};
|
25053
|
+
sticky: BooleanConstructor;
|
25045
25054
|
sortBy: {
|
25046
25055
|
type: vue.PropType<readonly SortItem[]>;
|
25047
25056
|
default: () => never[];
|
@@ -25195,7 +25204,6 @@ declare const VDataTable: {
|
|
25195
25204
|
};
|
25196
25205
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
25197
25206
|
color: StringConstructor;
|
25198
|
-
sticky: BooleanConstructor;
|
25199
25207
|
disableSort: BooleanConstructor;
|
25200
25208
|
multiSort: BooleanConstructor;
|
25201
25209
|
sortAscIcon: {
|
@@ -25209,6 +25217,7 @@ declare const VDataTable: {
|
|
25209
25217
|
headerProps: {
|
25210
25218
|
type: vue.PropType<Record<string, any>>;
|
25211
25219
|
};
|
25220
|
+
sticky: BooleanConstructor;
|
25212
25221
|
sortBy: {
|
25213
25222
|
type: vue.PropType<readonly SortItem[]>;
|
25214
25223
|
default: () => never[];
|
@@ -25589,9 +25598,9 @@ declare const VDataTableVirtual: {
|
|
25589
25598
|
showSelect: boolean;
|
25590
25599
|
expandOnClick: boolean;
|
25591
25600
|
showExpand: boolean;
|
25601
|
+
fixedHeader: boolean;
|
25592
25602
|
sortAscIcon: IconValue;
|
25593
25603
|
sortDescIcon: IconValue;
|
25594
|
-
fixedHeader: boolean;
|
25595
25604
|
fixedFooter: boolean;
|
25596
25605
|
hideDefaultBody: boolean;
|
25597
25606
|
hideDefaultFooter: boolean;
|
@@ -25691,9 +25700,9 @@ declare const VDataTableVirtual: {
|
|
25691
25700
|
showSelect: boolean;
|
25692
25701
|
expandOnClick: boolean;
|
25693
25702
|
showExpand: boolean;
|
25703
|
+
fixedHeader: boolean;
|
25694
25704
|
sortAscIcon: IconValue;
|
25695
25705
|
sortDescIcon: IconValue;
|
25696
|
-
fixedHeader: boolean;
|
25697
25706
|
fixedFooter: boolean;
|
25698
25707
|
hideDefaultBody: boolean;
|
25699
25708
|
hideDefaultFooter: boolean;
|
@@ -25787,9 +25796,9 @@ declare const VDataTableVirtual: {
|
|
25787
25796
|
showSelect: boolean;
|
25788
25797
|
expandOnClick: boolean;
|
25789
25798
|
showExpand: boolean;
|
25799
|
+
fixedHeader: boolean;
|
25790
25800
|
sortAscIcon: IconValue;
|
25791
25801
|
sortDescIcon: IconValue;
|
25792
|
-
fixedHeader: boolean;
|
25793
25802
|
fixedFooter: boolean;
|
25794
25803
|
hideDefaultBody: boolean;
|
25795
25804
|
hideDefaultFooter: boolean;
|
@@ -25867,9 +25876,9 @@ declare const VDataTableVirtual: {
|
|
25867
25876
|
showSelect: boolean;
|
25868
25877
|
expandOnClick: boolean;
|
25869
25878
|
showExpand: boolean;
|
25879
|
+
fixedHeader: boolean;
|
25870
25880
|
sortAscIcon: IconValue;
|
25871
25881
|
sortDescIcon: IconValue;
|
25872
|
-
fixedHeader: boolean;
|
25873
25882
|
fixedFooter: boolean;
|
25874
25883
|
hideDefaultBody: boolean;
|
25875
25884
|
hideDefaultFooter: boolean;
|
@@ -25963,9 +25972,9 @@ declare const VDataTableVirtual: {
|
|
25963
25972
|
showSelect: boolean;
|
25964
25973
|
expandOnClick: boolean;
|
25965
25974
|
showExpand: boolean;
|
25975
|
+
fixedHeader: boolean;
|
25966
25976
|
sortAscIcon: IconValue;
|
25967
25977
|
sortDescIcon: IconValue;
|
25968
|
-
fixedHeader: boolean;
|
25969
25978
|
fixedFooter: boolean;
|
25970
25979
|
hideDefaultBody: boolean;
|
25971
25980
|
hideDefaultFooter: boolean;
|
@@ -25999,9 +26008,9 @@ declare const VDataTableVirtual: {
|
|
25999
26008
|
showSelect: boolean;
|
26000
26009
|
expandOnClick: boolean;
|
26001
26010
|
showExpand: boolean;
|
26011
|
+
fixedHeader: boolean;
|
26002
26012
|
sortAscIcon: IconValue;
|
26003
26013
|
sortDescIcon: IconValue;
|
26004
|
-
fixedHeader: boolean;
|
26005
26014
|
fixedFooter: boolean;
|
26006
26015
|
hideDefaultBody: boolean;
|
26007
26016
|
hideDefaultFooter: boolean;
|
@@ -26101,9 +26110,9 @@ declare const VDataTableVirtual: {
|
|
26101
26110
|
showSelect: boolean;
|
26102
26111
|
expandOnClick: boolean;
|
26103
26112
|
showExpand: boolean;
|
26113
|
+
fixedHeader: boolean;
|
26104
26114
|
sortAscIcon: IconValue;
|
26105
26115
|
sortDescIcon: IconValue;
|
26106
|
-
fixedHeader: boolean;
|
26107
26116
|
fixedFooter: boolean;
|
26108
26117
|
hideDefaultBody: boolean;
|
26109
26118
|
hideDefaultFooter: boolean;
|
@@ -26200,7 +26209,6 @@ declare const VDataTableVirtual: {
|
|
26200
26209
|
};
|
26201
26210
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
26202
26211
|
color: StringConstructor;
|
26203
|
-
sticky: BooleanConstructor;
|
26204
26212
|
disableSort: BooleanConstructor;
|
26205
26213
|
multiSort: BooleanConstructor;
|
26206
26214
|
sortAscIcon: {
|
@@ -26214,6 +26222,7 @@ declare const VDataTableVirtual: {
|
|
26214
26222
|
headerProps: {
|
26215
26223
|
type: vue.PropType<Record<string, any>>;
|
26216
26224
|
};
|
26225
|
+
sticky: BooleanConstructor;
|
26217
26226
|
sortBy: {
|
26218
26227
|
type: vue.PropType<readonly SortItem[]>;
|
26219
26228
|
default: () => never[];
|
@@ -26312,7 +26321,6 @@ declare const VDataTableVirtual: {
|
|
26312
26321
|
};
|
26313
26322
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
26314
26323
|
color: StringConstructor;
|
26315
|
-
sticky: BooleanConstructor;
|
26316
26324
|
disableSort: BooleanConstructor;
|
26317
26325
|
multiSort: BooleanConstructor;
|
26318
26326
|
sortAscIcon: {
|
@@ -26326,6 +26334,7 @@ declare const VDataTableVirtual: {
|
|
26326
26334
|
headerProps: {
|
26327
26335
|
type: vue.PropType<Record<string, any>>;
|
26328
26336
|
};
|
26337
|
+
sticky: BooleanConstructor;
|
26329
26338
|
sortBy: {
|
26330
26339
|
type: vue.PropType<readonly SortItem[]>;
|
26331
26340
|
default: () => never[];
|
@@ -26426,9 +26435,9 @@ declare const VDataTableServer: {
|
|
26426
26435
|
value: number;
|
26427
26436
|
})[];
|
26428
26437
|
showCurrentPage: boolean;
|
26438
|
+
fixedHeader: boolean;
|
26429
26439
|
sortAscIcon: IconValue;
|
26430
26440
|
sortDescIcon: IconValue;
|
26431
|
-
fixedHeader: boolean;
|
26432
26441
|
fixedFooter: boolean;
|
26433
26442
|
hideDefaultBody: boolean;
|
26434
26443
|
hideDefaultFooter: boolean;
|
@@ -26544,9 +26553,9 @@ declare const VDataTableServer: {
|
|
26544
26553
|
value: number;
|
26545
26554
|
})[];
|
26546
26555
|
showCurrentPage: boolean;
|
26556
|
+
fixedHeader: boolean;
|
26547
26557
|
sortAscIcon: IconValue;
|
26548
26558
|
sortDescIcon: IconValue;
|
26549
|
-
fixedHeader: boolean;
|
26550
26559
|
fixedFooter: boolean;
|
26551
26560
|
hideDefaultBody: boolean;
|
26552
26561
|
hideDefaultFooter: boolean;
|
@@ -26653,9 +26662,9 @@ declare const VDataTableServer: {
|
|
26653
26662
|
value: number;
|
26654
26663
|
})[];
|
26655
26664
|
showCurrentPage: boolean;
|
26665
|
+
fixedHeader: boolean;
|
26656
26666
|
sortAscIcon: IconValue;
|
26657
26667
|
sortDescIcon: IconValue;
|
26658
|
-
fixedHeader: boolean;
|
26659
26668
|
fixedFooter: boolean;
|
26660
26669
|
hideDefaultBody: boolean;
|
26661
26670
|
hideDefaultFooter: boolean;
|
@@ -26752,9 +26761,9 @@ declare const VDataTableServer: {
|
|
26752
26761
|
value: number;
|
26753
26762
|
})[];
|
26754
26763
|
showCurrentPage: boolean;
|
26764
|
+
fixedHeader: boolean;
|
26755
26765
|
sortAscIcon: IconValue;
|
26756
26766
|
sortDescIcon: IconValue;
|
26757
|
-
fixedHeader: boolean;
|
26758
26767
|
fixedFooter: boolean;
|
26759
26768
|
hideDefaultBody: boolean;
|
26760
26769
|
hideDefaultFooter: boolean;
|
@@ -26861,9 +26870,9 @@ declare const VDataTableServer: {
|
|
26861
26870
|
value: number;
|
26862
26871
|
})[];
|
26863
26872
|
showCurrentPage: boolean;
|
26873
|
+
fixedHeader: boolean;
|
26864
26874
|
sortAscIcon: IconValue;
|
26865
26875
|
sortDescIcon: IconValue;
|
26866
|
-
fixedHeader: boolean;
|
26867
26876
|
fixedFooter: boolean;
|
26868
26877
|
hideDefaultBody: boolean;
|
26869
26878
|
hideDefaultFooter: boolean;
|
@@ -26912,9 +26921,9 @@ declare const VDataTableServer: {
|
|
26912
26921
|
value: number;
|
26913
26922
|
})[];
|
26914
26923
|
showCurrentPage: boolean;
|
26924
|
+
fixedHeader: boolean;
|
26915
26925
|
sortAscIcon: IconValue;
|
26916
26926
|
sortDescIcon: IconValue;
|
26917
|
-
fixedHeader: boolean;
|
26918
26927
|
fixedFooter: boolean;
|
26919
26928
|
hideDefaultBody: boolean;
|
26920
26929
|
hideDefaultFooter: boolean;
|
@@ -27029,9 +27038,9 @@ declare const VDataTableServer: {
|
|
27029
27038
|
value: number;
|
27030
27039
|
})[];
|
27031
27040
|
showCurrentPage: boolean;
|
27041
|
+
fixedHeader: boolean;
|
27032
27042
|
sortAscIcon: IconValue;
|
27033
27043
|
sortDescIcon: IconValue;
|
27034
|
-
fixedHeader: boolean;
|
27035
27044
|
fixedFooter: boolean;
|
27036
27045
|
hideDefaultBody: boolean;
|
27037
27046
|
hideDefaultFooter: boolean;
|
@@ -27167,7 +27176,6 @@ declare const VDataTableServer: {
|
|
27167
27176
|
};
|
27168
27177
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
27169
27178
|
color: StringConstructor;
|
27170
|
-
sticky: BooleanConstructor;
|
27171
27179
|
disableSort: BooleanConstructor;
|
27172
27180
|
multiSort: BooleanConstructor;
|
27173
27181
|
sortAscIcon: {
|
@@ -27181,6 +27189,7 @@ declare const VDataTableServer: {
|
|
27181
27189
|
headerProps: {
|
27182
27190
|
type: vue.PropType<Record<string, any>>;
|
27183
27191
|
};
|
27192
|
+
sticky: BooleanConstructor;
|
27184
27193
|
sortBy: {
|
27185
27194
|
type: vue.PropType<readonly SortItem[]>;
|
27186
27195
|
default: () => never[];
|
@@ -27330,7 +27339,6 @@ declare const VDataTableServer: {
|
|
27330
27339
|
};
|
27331
27340
|
mobileBreakpoint: vue.PropType<number | DisplayBreakpoint>;
|
27332
27341
|
color: StringConstructor;
|
27333
|
-
sticky: BooleanConstructor;
|
27334
27342
|
disableSort: BooleanConstructor;
|
27335
27343
|
multiSort: BooleanConstructor;
|
27336
27344
|
sortAscIcon: {
|
@@ -27344,6 +27352,7 @@ declare const VDataTableServer: {
|
|
27344
27352
|
headerProps: {
|
27345
27353
|
type: vue.PropType<Record<string, any>>;
|
27346
27354
|
};
|
27355
|
+
sticky: BooleanConstructor;
|
27347
27356
|
sortBy: {
|
27348
27357
|
type: vue.PropType<readonly SortItem[]>;
|
27349
27358
|
default: () => never[];
|
package/lib/entry-bundler.mjs
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.7.7-master.2025-01-
|
19
|
+
export const version = "3.7.7-master.2025-01-23";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.mjs";
|
package/lib/framework.mjs
CHANGED
package/lib/index.d.mts
CHANGED
@@ -486,22 +486,25 @@ declare module 'vue' {
|
|
486
486
|
$children?: VNodeChild
|
487
487
|
}
|
488
488
|
export interface GlobalComponents {
|
489
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
490
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
489
491
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
490
492
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
491
493
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
492
494
|
VApp: typeof import('vuetify/components')['VApp']
|
493
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
494
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
495
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
496
495
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
496
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
497
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
498
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
497
499
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
500
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
501
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
502
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
503
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
498
504
|
VBanner: typeof import('vuetify/components')['VBanner']
|
499
505
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
500
506
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
501
|
-
|
502
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
503
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
504
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
507
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
505
508
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
506
509
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
507
510
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
@@ -511,15 +514,19 @@ declare module 'vue' {
|
|
511
514
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
512
515
|
VCardText: typeof import('vuetify/components')['VCardText']
|
513
516
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
514
|
-
|
517
|
+
VChip: typeof import('vuetify/components')['VChip']
|
518
|
+
VCode: typeof import('vuetify/components')['VCode']
|
515
519
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
516
520
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
517
|
-
|
521
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
518
522
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
519
|
-
|
520
|
-
|
523
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
524
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
525
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
526
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
527
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
528
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
521
529
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
522
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
523
530
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
524
531
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
525
532
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -527,90 +534,83 @@ declare module 'vue' {
|
|
527
534
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
528
535
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
529
536
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
530
|
-
VCode: typeof import('vuetify/components')['VCode']
|
531
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
532
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
533
537
|
VDialog: typeof import('vuetify/components')['VDialog']
|
534
|
-
|
535
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
536
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
537
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
538
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
539
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
540
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
538
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
541
539
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
542
540
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
543
541
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
544
542
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
545
|
-
|
543
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
546
544
|
VFab: typeof import('vuetify/components')['VFab']
|
545
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
547
546
|
VField: typeof import('vuetify/components')['VField']
|
548
547
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
549
|
-
|
548
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
550
549
|
VIcon: typeof import('vuetify/components')['VIcon']
|
551
550
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
552
551
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
553
552
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
554
553
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
554
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
555
555
|
VImg: typeof import('vuetify/components')['VImg']
|
556
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
557
556
|
VInput: typeof import('vuetify/components')['VInput']
|
558
|
-
|
557
|
+
VMain: typeof import('vuetify/components')['VMain']
|
558
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
559
559
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
560
560
|
VItem: typeof import('vuetify/components')['VItem']
|
561
|
-
|
561
|
+
VList: typeof import('vuetify/components')['VList']
|
562
|
+
VListGroup: typeof import('vuetify/components')['VListGroup']
|
563
|
+
VListImg: typeof import('vuetify/components')['VListImg']
|
564
|
+
VListItem: typeof import('vuetify/components')['VListItem']
|
565
|
+
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
566
|
+
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
567
|
+
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
568
|
+
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
569
|
+
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
562
570
|
VLabel: typeof import('vuetify/components')['VLabel']
|
563
|
-
|
571
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
564
572
|
VMessages: typeof import('vuetify/components')['VMessages']
|
565
|
-
|
573
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
566
574
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
567
575
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
568
576
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
577
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
569
578
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
570
579
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
571
580
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
572
581
|
VRating: typeof import('vuetify/components')['VRating']
|
573
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
574
582
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
575
|
-
|
576
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
583
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
577
584
|
VSlider: typeof import('vuetify/components')['VSlider']
|
578
585
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
586
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
579
587
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
580
588
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
589
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
581
590
|
VStepper: typeof import('vuetify/components')['VStepper']
|
582
591
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
583
592
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
584
593
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
585
594
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
586
595
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
587
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
588
596
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
589
|
-
|
590
|
-
VList: typeof import('vuetify/components')['VList']
|
591
|
-
VListGroup: typeof import('vuetify/components')['VListGroup']
|
592
|
-
VListImg: typeof import('vuetify/components')['VListImg']
|
593
|
-
VListItem: typeof import('vuetify/components')['VListItem']
|
594
|
-
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
595
|
-
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
596
|
-
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
597
|
-
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
598
|
-
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
599
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
597
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
600
598
|
VTab: typeof import('vuetify/components')['VTab']
|
601
599
|
VTabs: typeof import('vuetify/components')['VTabs']
|
602
600
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
603
601
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
604
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
605
602
|
VTable: typeof import('vuetify/components')['VTable']
|
603
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
606
604
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
607
605
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
608
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
609
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
610
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
611
606
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
612
607
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
613
608
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
609
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
610
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
611
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
612
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
613
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
614
614
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
615
615
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
616
616
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
@@ -620,20 +620,20 @@ declare module 'vue' {
|
|
620
620
|
VRow: typeof import('vuetify/components')['VRow']
|
621
621
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
622
622
|
VHover: typeof import('vuetify/components')['VHover']
|
623
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
623
624
|
VLayout: typeof import('vuetify/components')['VLayout']
|
624
625
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
625
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
626
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
627
626
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
628
|
-
|
627
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
629
628
|
VRadio: typeof import('vuetify/components')['VRadio']
|
630
|
-
|
629
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
631
630
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
631
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
632
632
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
633
633
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
634
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
635
634
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
636
635
|
VValidation: typeof import('vuetify/components')['VValidation']
|
636
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
637
637
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
638
638
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
639
639
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -656,22 +656,22 @@ declare module 'vue' {
|
|
656
656
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
657
657
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
658
658
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
659
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
660
659
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
661
660
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
662
|
-
|
663
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
661
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
664
662
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
665
663
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
666
664
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
667
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
668
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
669
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
670
665
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
671
666
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
672
667
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
673
|
-
|
674
|
-
|
668
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
669
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
670
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
671
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
672
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
675
673
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
674
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
675
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
676
676
|
}
|
677
677
|
}
|