@vuetify/nightly 3.6.4-master.2024-05-08 → 3.6.4-master.2024-05-10
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 +12 -2
- package/dist/json/attributes.json +25 -1
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +62 -2
- package/dist/vuetify-labs.css +3447 -3400
- package/dist/vuetify-labs.d.ts +54 -0
- package/dist/vuetify-labs.esm.js +31 -17
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +31 -17
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1209 -1162
- package/dist/vuetify.d.ts +100 -46
- package/dist/vuetify.esm.js +31 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +31 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +6 -2
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +3 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +3 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +54 -0
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs +12 -6
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +47 -0
- package/lib/components/VStepper/VStepperItem.mjs +5 -3
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.sass +18 -0
- package/lib/components/index.d.mts +54 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -24490,6 +24490,8 @@ declare const VDataTable: {
|
|
24490
24490
|
sortDescIcon: IconValue;
|
24491
24491
|
fixedHeader: boolean;
|
24492
24492
|
fixedFooter: boolean;
|
24493
|
+
hideDefaultFooter: boolean;
|
24494
|
+
hideDefaultHeader: boolean;
|
24493
24495
|
} & {
|
24494
24496
|
search?: string | undefined;
|
24495
24497
|
class?: any;
|
@@ -24565,6 +24567,8 @@ declare const VDataTable: {
|
|
24565
24567
|
sortDescIcon: IconValue;
|
24566
24568
|
fixedHeader: boolean;
|
24567
24569
|
fixedFooter: boolean;
|
24570
|
+
hideDefaultFooter: boolean;
|
24571
|
+
hideDefaultHeader: boolean;
|
24568
24572
|
} & {
|
24569
24573
|
search?: string | undefined;
|
24570
24574
|
class?: any;
|
@@ -24631,6 +24635,8 @@ declare const VDataTable: {
|
|
24631
24635
|
sortDescIcon: IconValue;
|
24632
24636
|
fixedHeader: boolean;
|
24633
24637
|
fixedFooter: boolean;
|
24638
|
+
hideDefaultFooter: boolean;
|
24639
|
+
hideDefaultHeader: boolean;
|
24634
24640
|
}, true, {}, vue.SlotsType<Partial<{
|
24635
24641
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
24636
24642
|
[key: string]: any;
|
@@ -24779,6 +24785,8 @@ declare const VDataTable: {
|
|
24779
24785
|
sortDescIcon: IconValue;
|
24780
24786
|
fixedHeader: boolean;
|
24781
24787
|
fixedFooter: boolean;
|
24788
|
+
hideDefaultFooter: boolean;
|
24789
|
+
hideDefaultHeader: boolean;
|
24782
24790
|
} & {
|
24783
24791
|
search?: string | undefined;
|
24784
24792
|
class?: any;
|
@@ -24845,6 +24853,8 @@ declare const VDataTable: {
|
|
24845
24853
|
sortDescIcon: IconValue;
|
24846
24854
|
fixedHeader: boolean;
|
24847
24855
|
fixedFooter: boolean;
|
24856
|
+
hideDefaultFooter: boolean;
|
24857
|
+
hideDefaultHeader: boolean;
|
24848
24858
|
}>;
|
24849
24859
|
__isFragment?: undefined;
|
24850
24860
|
__isTeleport?: undefined;
|
@@ -24893,6 +24903,8 @@ declare const VDataTable: {
|
|
24893
24903
|
sortDescIcon: IconValue;
|
24894
24904
|
fixedHeader: boolean;
|
24895
24905
|
fixedFooter: boolean;
|
24906
|
+
hideDefaultFooter: boolean;
|
24907
|
+
hideDefaultHeader: boolean;
|
24896
24908
|
} & {
|
24897
24909
|
search?: string | undefined;
|
24898
24910
|
class?: any;
|
@@ -24968,6 +24980,8 @@ declare const VDataTable: {
|
|
24968
24980
|
sortDescIcon: IconValue;
|
24969
24981
|
fixedHeader: boolean;
|
24970
24982
|
fixedFooter: boolean;
|
24983
|
+
hideDefaultFooter: boolean;
|
24984
|
+
hideDefaultHeader: boolean;
|
24971
24985
|
}, {}, string, vue.SlotsType<Partial<{
|
24972
24986
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
24973
24987
|
[key: string]: any;
|
@@ -25315,6 +25329,8 @@ declare const VDataTable: {
|
|
25315
25329
|
type: vue.PropType<readonly string[]>;
|
25316
25330
|
default: () => never[];
|
25317
25331
|
};
|
25332
|
+
hideDefaultFooter: BooleanConstructor;
|
25333
|
+
hideDefaultHeader: BooleanConstructor;
|
25318
25334
|
width: (StringConstructor | NumberConstructor)[];
|
25319
25335
|
search: StringConstructor;
|
25320
25336
|
loadingText: {
|
@@ -25522,6 +25538,8 @@ declare const VDataTable: {
|
|
25522
25538
|
type: vue.PropType<readonly string[]>;
|
25523
25539
|
default: () => never[];
|
25524
25540
|
};
|
25541
|
+
hideDefaultFooter: BooleanConstructor;
|
25542
|
+
hideDefaultHeader: BooleanConstructor;
|
25525
25543
|
width: (StringConstructor | NumberConstructor)[];
|
25526
25544
|
search: StringConstructor;
|
25527
25545
|
loadingText: {
|
@@ -25860,6 +25878,8 @@ declare const VDataTableVirtual: {
|
|
25860
25878
|
sortDescIcon: IconValue;
|
25861
25879
|
fixedHeader: boolean;
|
25862
25880
|
fixedFooter: boolean;
|
25881
|
+
hideDefaultFooter: boolean;
|
25882
|
+
hideDefaultHeader: boolean;
|
25863
25883
|
} & {
|
25864
25884
|
search?: string | undefined;
|
25865
25885
|
class?: any;
|
@@ -25958,6 +25978,8 @@ declare const VDataTableVirtual: {
|
|
25958
25978
|
sortDescIcon: IconValue;
|
25959
25979
|
fixedHeader: boolean;
|
25960
25980
|
fixedFooter: boolean;
|
25981
|
+
hideDefaultFooter: boolean;
|
25982
|
+
hideDefaultHeader: boolean;
|
25961
25983
|
} & {
|
25962
25984
|
search?: string | undefined;
|
25963
25985
|
class?: any;
|
@@ -26050,6 +26072,8 @@ declare const VDataTableVirtual: {
|
|
26050
26072
|
sortDescIcon: IconValue;
|
26051
26073
|
fixedHeader: boolean;
|
26052
26074
|
fixedFooter: boolean;
|
26075
|
+
hideDefaultFooter: boolean;
|
26076
|
+
hideDefaultHeader: boolean;
|
26053
26077
|
}, true, {}, vue.SlotsType<Partial<{
|
26054
26078
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
26055
26079
|
[key: string]: any;
|
@@ -26166,6 +26190,8 @@ declare const VDataTableVirtual: {
|
|
26166
26190
|
sortDescIcon: IconValue;
|
26167
26191
|
fixedHeader: boolean;
|
26168
26192
|
fixedFooter: boolean;
|
26193
|
+
hideDefaultFooter: boolean;
|
26194
|
+
hideDefaultHeader: boolean;
|
26169
26195
|
} & {
|
26170
26196
|
search?: string | undefined;
|
26171
26197
|
class?: any;
|
@@ -26258,6 +26284,8 @@ declare const VDataTableVirtual: {
|
|
26258
26284
|
sortDescIcon: IconValue;
|
26259
26285
|
fixedHeader: boolean;
|
26260
26286
|
fixedFooter: boolean;
|
26287
|
+
hideDefaultFooter: boolean;
|
26288
|
+
hideDefaultHeader: boolean;
|
26261
26289
|
}>;
|
26262
26290
|
__isFragment?: undefined;
|
26263
26291
|
__isTeleport?: undefined;
|
@@ -26290,6 +26318,8 @@ declare const VDataTableVirtual: {
|
|
26290
26318
|
sortDescIcon: IconValue;
|
26291
26319
|
fixedHeader: boolean;
|
26292
26320
|
fixedFooter: boolean;
|
26321
|
+
hideDefaultFooter: boolean;
|
26322
|
+
hideDefaultHeader: boolean;
|
26293
26323
|
} & {
|
26294
26324
|
search?: string | undefined;
|
26295
26325
|
class?: any;
|
@@ -26388,6 +26418,8 @@ declare const VDataTableVirtual: {
|
|
26388
26418
|
sortDescIcon: IconValue;
|
26389
26419
|
fixedHeader: boolean;
|
26390
26420
|
fixedFooter: boolean;
|
26421
|
+
hideDefaultFooter: boolean;
|
26422
|
+
hideDefaultHeader: boolean;
|
26391
26423
|
}, {}, string, vue.SlotsType<Partial<{
|
26392
26424
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
26393
26425
|
[key: string]: any;
|
@@ -26626,6 +26658,8 @@ declare const VDataTableVirtual: {
|
|
26626
26658
|
type: vue.PropType<readonly string[]>;
|
26627
26659
|
default: () => never[];
|
26628
26660
|
};
|
26661
|
+
hideDefaultFooter: BooleanConstructor;
|
26662
|
+
hideDefaultHeader: BooleanConstructor;
|
26629
26663
|
width: (StringConstructor | NumberConstructor)[];
|
26630
26664
|
search: StringConstructor;
|
26631
26665
|
loadingText: {
|
@@ -26778,6 +26812,8 @@ declare const VDataTableVirtual: {
|
|
26778
26812
|
type: vue.PropType<readonly string[]>;
|
26779
26813
|
default: () => never[];
|
26780
26814
|
};
|
26815
|
+
hideDefaultFooter: BooleanConstructor;
|
26816
|
+
hideDefaultHeader: BooleanConstructor;
|
26781
26817
|
width: (StringConstructor | NumberConstructor)[];
|
26782
26818
|
search: StringConstructor;
|
26783
26819
|
loadingText: {
|
@@ -26837,6 +26873,8 @@ declare const VDataTableServer: {
|
|
26837
26873
|
sortDescIcon: IconValue;
|
26838
26874
|
fixedHeader: boolean;
|
26839
26875
|
fixedFooter: boolean;
|
26876
|
+
hideDefaultFooter: boolean;
|
26877
|
+
hideDefaultHeader: boolean;
|
26840
26878
|
} & {
|
26841
26879
|
search?: string | undefined;
|
26842
26880
|
class?: any;
|
@@ -26951,6 +26989,8 @@ declare const VDataTableServer: {
|
|
26951
26989
|
sortDescIcon: IconValue;
|
26952
26990
|
fixedHeader: boolean;
|
26953
26991
|
fixedFooter: boolean;
|
26992
|
+
hideDefaultFooter: boolean;
|
26993
|
+
hideDefaultHeader: boolean;
|
26954
26994
|
} & {
|
26955
26995
|
search?: string | undefined;
|
26956
26996
|
class?: any;
|
@@ -27056,6 +27096,8 @@ declare const VDataTableServer: {
|
|
27056
27096
|
sortDescIcon: IconValue;
|
27057
27097
|
fixedHeader: boolean;
|
27058
27098
|
fixedFooter: boolean;
|
27099
|
+
hideDefaultFooter: boolean;
|
27100
|
+
hideDefaultHeader: boolean;
|
27059
27101
|
}, true, {}, vue.SlotsType<Partial<{
|
27060
27102
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
27061
27103
|
[key: string]: any;
|
@@ -27203,6 +27245,8 @@ declare const VDataTableServer: {
|
|
27203
27245
|
sortDescIcon: IconValue;
|
27204
27246
|
fixedHeader: boolean;
|
27205
27247
|
fixedFooter: boolean;
|
27248
|
+
hideDefaultFooter: boolean;
|
27249
|
+
hideDefaultHeader: boolean;
|
27206
27250
|
} & {
|
27207
27251
|
search?: string | undefined;
|
27208
27252
|
class?: any;
|
@@ -27308,6 +27352,8 @@ declare const VDataTableServer: {
|
|
27308
27352
|
sortDescIcon: IconValue;
|
27309
27353
|
fixedHeader: boolean;
|
27310
27354
|
fixedFooter: boolean;
|
27355
|
+
hideDefaultFooter: boolean;
|
27356
|
+
hideDefaultHeader: boolean;
|
27311
27357
|
}>;
|
27312
27358
|
__isFragment?: undefined;
|
27313
27359
|
__isTeleport?: undefined;
|
@@ -27355,6 +27401,8 @@ declare const VDataTableServer: {
|
|
27355
27401
|
sortDescIcon: IconValue;
|
27356
27402
|
fixedHeader: boolean;
|
27357
27403
|
fixedFooter: boolean;
|
27404
|
+
hideDefaultFooter: boolean;
|
27405
|
+
hideDefaultHeader: boolean;
|
27358
27406
|
} & {
|
27359
27407
|
search?: string | undefined;
|
27360
27408
|
class?: any;
|
@@ -27468,6 +27516,8 @@ declare const VDataTableServer: {
|
|
27468
27516
|
sortDescIcon: IconValue;
|
27469
27517
|
fixedHeader: boolean;
|
27470
27518
|
fixedFooter: boolean;
|
27519
|
+
hideDefaultFooter: boolean;
|
27520
|
+
hideDefaultHeader: boolean;
|
27471
27521
|
}, {}, string, vue.SlotsType<Partial<{
|
27472
27522
|
[x: `item.${string}`]: (arg: ItemKeySlot<any>) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
27473
27523
|
[key: string]: any;
|
@@ -27761,6 +27811,8 @@ declare const VDataTableServer: {
|
|
27761
27811
|
type: vue.PropType<readonly string[]>;
|
27762
27812
|
default: () => never[];
|
27763
27813
|
};
|
27814
|
+
hideDefaultFooter: BooleanConstructor;
|
27815
|
+
hideDefaultHeader: BooleanConstructor;
|
27764
27816
|
width: (StringConstructor | NumberConstructor)[];
|
27765
27817
|
search: StringConstructor;
|
27766
27818
|
loadingText: {
|
@@ -27964,6 +28016,8 @@ declare const VDataTableServer: {
|
|
27964
28016
|
type: vue.PropType<readonly string[]>;
|
27965
28017
|
default: () => never[];
|
27966
28018
|
};
|
28019
|
+
hideDefaultFooter: BooleanConstructor;
|
28020
|
+
hideDefaultHeader: BooleanConstructor;
|
27967
28021
|
width: (StringConstructor | NumberConstructor)[];
|
27968
28022
|
search: StringConstructor;
|
27969
28023
|
loadingText: {
|
@@ -73358,42 +73412,49 @@ declare module '@vue/runtime-core' {
|
|
73358
73412
|
}
|
73359
73413
|
|
73360
73414
|
export interface GlobalComponents {
|
73361
|
-
VApp: typeof import('vuetify/components')['VApp']
|
73362
73415
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73363
73416
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73364
73417
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73365
73418
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73366
73419
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73420
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73421
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73367
73422
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73368
73423
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73369
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
73370
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73371
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73372
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73373
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73374
73424
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73375
73425
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73376
73426
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73427
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73377
73428
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73378
|
-
|
73379
|
-
|
73380
|
-
|
73381
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73382
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73383
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73429
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
73430
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73431
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73384
73432
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73385
|
-
|
73433
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73386
73434
|
VCard: typeof import('vuetify/components')['VCard']
|
73387
73435
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73388
73436
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73389
73437
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73390
73438
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73391
73439
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73440
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73441
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73442
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73443
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73444
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73392
73445
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73446
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73393
73447
|
VCode: typeof import('vuetify/components')['VCode']
|
73394
73448
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73395
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73396
73449
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73450
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73451
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73452
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73453
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73454
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73455
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73456
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73457
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73397
73458
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73398
73459
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73399
73460
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73402,13 +73463,6 @@ declare module '@vue/runtime-core' {
|
|
73402
73463
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73403
73464
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73404
73465
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73405
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73406
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73407
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73408
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73409
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73410
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73411
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73412
73466
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73413
73467
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73414
73468
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
@@ -73416,23 +73470,21 @@ declare module '@vue/runtime-core' {
|
|
73416
73470
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73417
73471
|
VField: typeof import('vuetify/components')['VField']
|
73418
73472
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73419
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73420
73473
|
VFab: typeof import('vuetify/components')['VFab']
|
73421
73474
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73422
|
-
|
73475
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73476
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73423
73477
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73424
73478
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73425
73479
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73426
73480
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73427
73481
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73482
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73428
73483
|
VInput: typeof import('vuetify/components')['VInput']
|
73429
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73430
73484
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73431
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
73432
73485
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73433
73486
|
VItem: typeof import('vuetify/components')['VItem']
|
73434
|
-
|
73435
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73487
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73436
73488
|
VList: typeof import('vuetify/components')['VList']
|
73437
73489
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73438
73490
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73442,56 +73494,58 @@ declare module '@vue/runtime-core' {
|
|
73442
73494
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73443
73495
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73444
73496
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73445
|
-
|
73497
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73446
73498
|
VMain: typeof import('vuetify/components')['VMain']
|
73499
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73500
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73447
73501
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73448
73502
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73503
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73449
73504
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73450
73505
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73451
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73452
73506
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73453
73507
|
VRating: typeof import('vuetify/components')['VRating']
|
73454
73508
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73455
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73456
73509
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73510
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73457
73511
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73512
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73513
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73458
73514
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73459
73515
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73460
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73461
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73462
73516
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73463
73517
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73464
73518
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73465
73519
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73466
73520
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73467
73521
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73522
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73523
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73468
73524
|
VTab: typeof import('vuetify/components')['VTab']
|
73469
73525
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73470
73526
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73471
73527
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73472
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73473
73528
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73474
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73475
73529
|
VTable: typeof import('vuetify/components')['VTable']
|
73476
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73477
73530
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73478
|
-
|
73531
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73532
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73533
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73479
73534
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73480
73535
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73481
73536
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73482
|
-
|
73483
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73537
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73484
73538
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73485
73539
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73486
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73487
73540
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73541
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73488
73542
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73489
73543
|
VForm: typeof import('vuetify/components')['VForm']
|
73544
|
+
VHover: typeof import('vuetify/components')['VHover']
|
73490
73545
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73491
73546
|
VCol: typeof import('vuetify/components')['VCol']
|
73492
73547
|
VRow: typeof import('vuetify/components')['VRow']
|
73493
73548
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73494
|
-
VHover: typeof import('vuetify/components')['VHover']
|
73495
73549
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73496
73550
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73497
73551
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -73501,11 +73555,11 @@ declare module '@vue/runtime-core' {
|
|
73501
73555
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73502
73556
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73503
73557
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73504
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73505
73558
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73559
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73506
73560
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73507
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
73508
73561
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73562
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
73509
73563
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73510
73564
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73511
73565
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73522,23 +73576,23 @@ declare module '@vue/runtime-core' {
|
|
73522
73576
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73523
73577
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73524
73578
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73525
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73526
73579
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73527
73580
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73528
73581
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73529
73582
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73530
73583
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73531
73584
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73585
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73586
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73587
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73532
73588
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73533
73589
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73534
73590
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73535
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73536
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73537
73591
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73538
73592
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73539
73593
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73540
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73541
73594
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73595
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73542
73596
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73543
73597
|
}
|
73544
73598
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.4-master.2024-05-
|
2
|
+
* Vuetify v3.6.4-master.2024-05-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -20484,6 +20484,8 @@ function useDataTableItems(props, columns) {
|
|
20484
20484
|
|
20485
20485
|
const makeDataTableProps = propsFactory({
|
20486
20486
|
...makeVDataTableRowsProps(),
|
20487
|
+
hideDefaultFooter: Boolean,
|
20488
|
+
hideDefaultHeader: Boolean,
|
20487
20489
|
width: [String, Number],
|
20488
20490
|
search: String,
|
20489
20491
|
...makeDataTableExpandProps(),
|
@@ -20666,10 +20668,12 @@ const VDataTable = genericComponent()({
|
|
20666
20668
|
"style": props.style
|
20667
20669
|
}, tableProps), {
|
20668
20670
|
top: () => slots.top?.(slotProps.value),
|
20669
|
-
default: () => slots.default ? slots.default(slotProps.value) : createVNode(Fragment, null, [slots.colgroup?.(slotProps.value),
|
20671
|
+
default: () => slots.default ? slots.default(slotProps.value) : createVNode(Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createVNode("thead", {
|
20672
|
+
"key": "thead"
|
20673
|
+
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), createVNode("tbody", null, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : createVNode(VDataTableRows, mergeProps(attrs, dataTableRowsProps, {
|
20670
20674
|
"items": paginatedItems.value
|
20671
20675
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
20672
|
-
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : createVNode(Fragment, null, [createVNode(VDivider, null, null), createVNode(VDataTableFooter, dataTableFooterProps, {
|
20676
|
+
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && createVNode(Fragment, null, [createVNode(VDivider, null, null), createVNode(VDataTableFooter, dataTableFooterProps, {
|
20673
20677
|
prepend: slots['footer.prepend']
|
20674
20678
|
})])
|
20675
20679
|
});
|
@@ -20837,7 +20841,9 @@ const VDataTableVirtual = genericComponent()({
|
|
20837
20841
|
"style": {
|
20838
20842
|
height: convertToUnit(props.height)
|
20839
20843
|
}
|
20840
|
-
}, [createVNode("table", null, [slots.colgroup?.(slotProps.value), createVNode("thead",
|
20844
|
+
}, [createVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createVNode("thead", {
|
20845
|
+
"key": "thead"
|
20846
|
+
}, [createVNode(VDataTableHeaders, mergeProps(dataTableHeadersProps, {
|
20841
20847
|
"sticky": props.fixedHeader
|
20842
20848
|
}), slots)]), createVNode("tbody", null, [createVNode("tr", {
|
20843
20849
|
"ref": markerRef,
|
@@ -21042,7 +21048,8 @@ const VDataTableServer = genericComponent()({
|
|
21042
21048
|
"style": props.style
|
21043
21049
|
}, tableProps), {
|
21044
21050
|
top: () => slots.top?.(slotProps.value),
|
21045
|
-
default: () => slots.default ? slots.default(slotProps.value) : createVNode(Fragment, null, [slots.colgroup?.(slotProps.value), createVNode("thead", {
|
21051
|
+
default: () => slots.default ? slots.default(slotProps.value) : createVNode(Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createVNode("thead", {
|
21052
|
+
"key": "thead",
|
21046
21053
|
"class": "v-data-table__thead",
|
21047
21054
|
"role": "rowgroup"
|
21048
21055
|
}, [createVNode(VDataTableHeaders, mergeProps(dataTableHeadersProps, {
|
@@ -21053,7 +21060,7 @@ const VDataTableServer = genericComponent()({
|
|
21053
21060
|
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : createVNode(VDataTableRows, mergeProps(attrs, dataTableRowsProps, {
|
21054
21061
|
"items": flatItems.value
|
21055
21062
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
21056
|
-
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : createVNode(Fragment, null, [createVNode(VDivider, null, null), createVNode(VDataTableFooter, dataTableFooterProps, {
|
21063
|
+
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && createVNode(Fragment, null, [createVNode(VDivider, null, null), createVNode(VDataTableFooter, dataTableFooterProps, {
|
21057
21064
|
prepend: slots['footer.prepend']
|
21058
21065
|
})])
|
21059
21066
|
});
|
@@ -22918,7 +22925,7 @@ const VFileInput = genericComponent()({
|
|
22918
22925
|
}, fieldProps, {
|
22919
22926
|
"id": id.value,
|
22920
22927
|
"active": isActive.value || isDirty.value,
|
22921
|
-
"dirty": isDirty.value,
|
22928
|
+
"dirty": isDirty.value || props.dirty,
|
22922
22929
|
"disabled": isDisabled.value,
|
22923
22930
|
"focused": isFocused.value,
|
22924
22931
|
"error": isValid.value === false
|
@@ -26063,13 +26070,14 @@ const VStepperItem = genericComponent()({
|
|
26063
26070
|
const group = useGroupItem(props, VStepperSymbol, true);
|
26064
26071
|
const step = computed(() => group?.value.value ?? props.value);
|
26065
26072
|
const isValid = computed(() => props.rules.every(handler => handler() === true));
|
26073
|
+
const isClickable = computed(() => !props.disabled && props.editable);
|
26066
26074
|
const canEdit = computed(() => !props.disabled && props.editable);
|
26067
26075
|
const hasError = computed(() => props.error || !isValid.value);
|
26068
26076
|
const hasCompleted = computed(() => props.complete || props.rules.length > 0 && isValid.value);
|
26069
26077
|
const icon = computed(() => {
|
26070
26078
|
if (hasError.value) return props.errorIcon;
|
26071
26079
|
if (hasCompleted.value) return props.completeIcon;
|
26072
|
-
if (props.editable) return props.editIcon;
|
26080
|
+
if (group.isSelected.value && props.editable) return props.editIcon;
|
26073
26081
|
return props.icon;
|
26074
26082
|
});
|
26075
26083
|
const slotProps = computed(() => ({
|
@@ -26096,7 +26104,7 @@ const VStepperItem = genericComponent()({
|
|
26096
26104
|
}, group?.selectedClass.value],
|
26097
26105
|
"disabled": !props.editable,
|
26098
26106
|
"onClick": onClick
|
26099
|
-
}, [createVNode(VAvatar, {
|
26107
|
+
}, [isClickable.value && genOverlays(true, 'v-stepper-item'), createVNode(VAvatar, {
|
26100
26108
|
"key": "stepper-avatar",
|
26101
26109
|
"class": "v-stepper-item__avatar",
|
26102
26110
|
"color": hasColor ? props.color : undefined,
|
@@ -26292,12 +26300,18 @@ const VStepper = genericComponent()({
|
|
26292
26300
|
default: () => [hasHeader && createVNode(VStepperHeader, {
|
26293
26301
|
"key": "stepper-header"
|
26294
26302
|
}, {
|
26295
|
-
default: () => [items.value.map((
|
26296
|
-
|
26297
|
-
|
26298
|
-
|
26299
|
-
|
26300
|
-
|
26303
|
+
default: () => [items.value.map((_ref2, index) => {
|
26304
|
+
let {
|
26305
|
+
raw,
|
26306
|
+
...item
|
26307
|
+
} = _ref2;
|
26308
|
+
return createVNode(Fragment, null, [!!index && createVNode(VDivider, null, null), createVNode(VStepperItem, item, {
|
26309
|
+
default: slots[`header-item.${item.value}`] ?? slots.header,
|
26310
|
+
icon: slots.icon,
|
26311
|
+
title: slots.title,
|
26312
|
+
subtitle: slots.subtitle
|
26313
|
+
})]);
|
26314
|
+
})]
|
26301
26315
|
}), hasWindow && createVNode(VStepperWindow, {
|
26302
26316
|
"key": "stepper-window"
|
26303
26317
|
}, {
|
@@ -27953,7 +27967,7 @@ function createVuetify$1() {
|
|
27953
27967
|
goTo
|
27954
27968
|
};
|
27955
27969
|
}
|
27956
|
-
const version$1 = "3.6.4-master.2024-05-
|
27970
|
+
const version$1 = "3.6.4-master.2024-05-10";
|
27957
27971
|
createVuetify$1.version = version$1;
|
27958
27972
|
|
27959
27973
|
// Vue's inject() can only be used in setup
|
@@ -27978,7 +27992,7 @@ const createVuetify = function () {
|
|
27978
27992
|
...options
|
27979
27993
|
});
|
27980
27994
|
};
|
27981
|
-
const version = "3.6.4-master.2024-05-
|
27995
|
+
const version = "3.6.4-master.2024-05-10";
|
27982
27996
|
createVuetify.version = version;
|
27983
27997
|
|
27984
27998
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|