@vuetify/nightly 3.6.11-master.2024-07-07 → 3.6.11-master.2024-07-08
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 -2
- package/dist/json/attributes.json +1 -25
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +112 -112
- package/dist/json/tags.json +0 -6
- package/dist/json/web-types.json +2 -56
- package/dist/vuetify-labs.css +1717 -1717
- package/dist/vuetify-labs.d.ts +48 -84
- package/dist/vuetify-labs.esm.js +6 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4251 -4251
- package/dist/vuetify.d.ts +84 -102
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +48 -66
- package/lib/components/index.d.mts +48 -66
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +36 -36
- package/lib/labs/VStepperVertical/index.d.mts +0 -18
- package/lib/labs/components.d.mts +0 -18
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -32237,9 +32237,6 @@ declare const VExpansionPanels: {
|
|
32237
32237
|
focusable: boolean;
|
32238
32238
|
} & {
|
32239
32239
|
class?: any;
|
32240
|
-
title?: string | undefined;
|
32241
|
-
text?: string | undefined;
|
32242
|
-
value?: any;
|
32243
32240
|
theme?: string | undefined;
|
32244
32241
|
color?: string | undefined;
|
32245
32242
|
modelValue?: any;
|
@@ -32285,9 +32282,6 @@ declare const VExpansionPanels: {
|
|
32285
32282
|
focusable: boolean;
|
32286
32283
|
} & {
|
32287
32284
|
class?: any;
|
32288
|
-
title?: string | undefined;
|
32289
|
-
text?: string | undefined;
|
32290
|
-
value?: any;
|
32291
32285
|
theme?: string | undefined;
|
32292
32286
|
color?: string | undefined;
|
32293
32287
|
modelValue?: any;
|
@@ -32359,9 +32353,6 @@ declare const VExpansionPanels: {
|
|
32359
32353
|
focusable: boolean;
|
32360
32354
|
} & {
|
32361
32355
|
class?: any;
|
32362
|
-
title?: string | undefined;
|
32363
|
-
text?: string | undefined;
|
32364
|
-
value?: any;
|
32365
32356
|
theme?: string | undefined;
|
32366
32357
|
color?: string | undefined;
|
32367
32358
|
modelValue?: any;
|
@@ -32429,9 +32420,6 @@ declare const VExpansionPanels: {
|
|
32429
32420
|
focusable: boolean;
|
32430
32421
|
} & {
|
32431
32422
|
class?: any;
|
32432
|
-
title?: string | undefined;
|
32433
|
-
text?: string | undefined;
|
32434
|
-
value?: any;
|
32435
32423
|
theme?: string | undefined;
|
32436
32424
|
color?: string | undefined;
|
32437
32425
|
modelValue?: any;
|
@@ -32487,51 +32475,46 @@ declare const VExpansionPanels: {
|
|
32487
32475
|
default: string;
|
32488
32476
|
validator: (v: any) => boolean;
|
32489
32477
|
};
|
32490
|
-
|
32491
|
-
|
32478
|
+
tag: {
|
32479
|
+
type: StringConstructor;
|
32480
|
+
default: string;
|
32481
|
+
};
|
32492
32482
|
class: PropType<any>;
|
32493
32483
|
style: {
|
32494
32484
|
type: PropType<vue.StyleValue>;
|
32495
32485
|
default: null;
|
32496
32486
|
};
|
32487
|
+
theme: StringConstructor;
|
32497
32488
|
color: StringConstructor;
|
32498
|
-
expandIcon: {
|
32499
|
-
type: PropType<IconValue>;
|
32500
|
-
default: string;
|
32501
|
-
};
|
32502
|
-
collapseIcon: {
|
32503
|
-
type: PropType<IconValue>;
|
32504
|
-
default: string;
|
32505
|
-
};
|
32506
|
-
hideActions: BooleanConstructor;
|
32507
|
-
focusable: BooleanConstructor;
|
32508
32489
|
static: BooleanConstructor;
|
32509
|
-
ripple: {
|
32510
|
-
type: PropType<boolean | {
|
32511
|
-
class: string;
|
32512
|
-
} | undefined>;
|
32513
|
-
default: boolean;
|
32514
|
-
};
|
32515
32490
|
readonly: BooleanConstructor;
|
32516
|
-
tag: {
|
32517
|
-
type: StringConstructor;
|
32518
|
-
default: string;
|
32519
|
-
};
|
32520
32491
|
rounded: {
|
32521
32492
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
32522
32493
|
default: undefined;
|
32523
32494
|
};
|
32524
32495
|
tile: BooleanConstructor;
|
32525
|
-
|
32526
|
-
disabled: BooleanConstructor;
|
32527
|
-
selectedClass: StringConstructor;
|
32496
|
+
eager: BooleanConstructor;
|
32528
32497
|
elevation: {
|
32529
32498
|
type: (StringConstructor | NumberConstructor)[];
|
32530
32499
|
validator(v: any): boolean;
|
32531
32500
|
};
|
32532
|
-
title: StringConstructor;
|
32533
|
-
text: StringConstructor;
|
32534
32501
|
bgColor: StringConstructor;
|
32502
|
+
ripple: {
|
32503
|
+
type: PropType<boolean | {
|
32504
|
+
class: string;
|
32505
|
+
} | undefined>;
|
32506
|
+
default: boolean;
|
32507
|
+
};
|
32508
|
+
collapseIcon: {
|
32509
|
+
type: PropType<IconValue>;
|
32510
|
+
default: string;
|
32511
|
+
};
|
32512
|
+
expandIcon: {
|
32513
|
+
type: PropType<IconValue>;
|
32514
|
+
default: string;
|
32515
|
+
};
|
32516
|
+
hideActions: BooleanConstructor;
|
32517
|
+
focusable: BooleanConstructor;
|
32535
32518
|
modelValue: {
|
32536
32519
|
type: null;
|
32537
32520
|
default: undefined;
|
@@ -32539,6 +32522,8 @@ declare const VExpansionPanels: {
|
|
32539
32522
|
multiple: BooleanConstructor;
|
32540
32523
|
mandatory: PropType<boolean | "force">;
|
32541
32524
|
max: NumberConstructor;
|
32525
|
+
selectedClass: StringConstructor;
|
32526
|
+
disabled: BooleanConstructor;
|
32542
32527
|
flat: BooleanConstructor;
|
32543
32528
|
}, vue.ExtractPropTypes<{
|
32544
32529
|
variant: {
|
@@ -32546,51 +32531,46 @@ declare const VExpansionPanels: {
|
|
32546
32531
|
default: string;
|
32547
32532
|
validator: (v: any) => boolean;
|
32548
32533
|
};
|
32549
|
-
|
32550
|
-
|
32534
|
+
tag: {
|
32535
|
+
type: StringConstructor;
|
32536
|
+
default: string;
|
32537
|
+
};
|
32551
32538
|
class: PropType<any>;
|
32552
32539
|
style: {
|
32553
32540
|
type: PropType<vue.StyleValue>;
|
32554
32541
|
default: null;
|
32555
32542
|
};
|
32543
|
+
theme: StringConstructor;
|
32556
32544
|
color: StringConstructor;
|
32557
|
-
expandIcon: {
|
32558
|
-
type: PropType<IconValue>;
|
32559
|
-
default: string;
|
32560
|
-
};
|
32561
|
-
collapseIcon: {
|
32562
|
-
type: PropType<IconValue>;
|
32563
|
-
default: string;
|
32564
|
-
};
|
32565
|
-
hideActions: BooleanConstructor;
|
32566
|
-
focusable: BooleanConstructor;
|
32567
32545
|
static: BooleanConstructor;
|
32568
|
-
ripple: {
|
32569
|
-
type: PropType<boolean | {
|
32570
|
-
class: string;
|
32571
|
-
} | undefined>;
|
32572
|
-
default: boolean;
|
32573
|
-
};
|
32574
32546
|
readonly: BooleanConstructor;
|
32575
|
-
tag: {
|
32576
|
-
type: StringConstructor;
|
32577
|
-
default: string;
|
32578
|
-
};
|
32579
32547
|
rounded: {
|
32580
32548
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
32581
32549
|
default: undefined;
|
32582
32550
|
};
|
32583
32551
|
tile: BooleanConstructor;
|
32584
|
-
|
32585
|
-
disabled: BooleanConstructor;
|
32586
|
-
selectedClass: StringConstructor;
|
32552
|
+
eager: BooleanConstructor;
|
32587
32553
|
elevation: {
|
32588
32554
|
type: (StringConstructor | NumberConstructor)[];
|
32589
32555
|
validator(v: any): boolean;
|
32590
32556
|
};
|
32591
|
-
title: StringConstructor;
|
32592
|
-
text: StringConstructor;
|
32593
32557
|
bgColor: StringConstructor;
|
32558
|
+
ripple: {
|
32559
|
+
type: PropType<boolean | {
|
32560
|
+
class: string;
|
32561
|
+
} | undefined>;
|
32562
|
+
default: boolean;
|
32563
|
+
};
|
32564
|
+
collapseIcon: {
|
32565
|
+
type: PropType<IconValue>;
|
32566
|
+
default: string;
|
32567
|
+
};
|
32568
|
+
expandIcon: {
|
32569
|
+
type: PropType<IconValue>;
|
32570
|
+
default: string;
|
32571
|
+
};
|
32572
|
+
hideActions: BooleanConstructor;
|
32573
|
+
focusable: BooleanConstructor;
|
32594
32574
|
modelValue: {
|
32595
32575
|
type: null;
|
32596
32576
|
default: undefined;
|
@@ -32598,6 +32578,8 @@ declare const VExpansionPanels: {
|
|
32598
32578
|
multiple: BooleanConstructor;
|
32599
32579
|
mandatory: PropType<boolean | "force">;
|
32600
32580
|
max: NumberConstructor;
|
32581
|
+
selectedClass: StringConstructor;
|
32582
|
+
disabled: BooleanConstructor;
|
32601
32583
|
flat: BooleanConstructor;
|
32602
32584
|
}>>;
|
32603
32585
|
type VExpansionPanels = InstanceType<typeof VExpansionPanels>;
|
@@ -72847,41 +72829,42 @@ declare module '@vue/runtime-core' {
|
|
72847
72829
|
}
|
72848
72830
|
|
72849
72831
|
export interface GlobalComponents {
|
72850
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
72851
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72852
72832
|
VApp: typeof import('vuetify/components')['VApp']
|
72853
72833
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
72854
72834
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
72855
72835
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
72836
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
72837
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
72856
72838
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
72857
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
72858
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72859
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72860
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72861
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
72862
72839
|
VBanner: typeof import('vuetify/components')['VBanner']
|
72863
72840
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
72864
72841
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
72865
|
-
|
72842
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
72843
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
72844
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
72866
72845
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
72867
72846
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
72868
72847
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
72869
|
-
|
72870
|
-
|
72848
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
72849
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
72871
72850
|
VCard: typeof import('vuetify/components')['VCard']
|
72872
72851
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
72873
72852
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
72874
72853
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
72875
72854
|
VCardText: typeof import('vuetify/components')['VCardText']
|
72876
72855
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
72877
|
-
|
72856
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
72878
72857
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
72879
72858
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
72859
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
72860
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
72861
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
72862
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
72880
72863
|
VChip: typeof import('vuetify/components')['VChip']
|
72881
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72882
72864
|
VCode: typeof import('vuetify/components')['VCode']
|
72883
|
-
|
72865
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
72884
72866
|
VCounter: typeof import('vuetify/components')['VCounter']
|
72867
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
72885
72868
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
72886
72869
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
72887
72870
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -72889,16 +72872,15 @@ declare module '@vue/runtime-core' {
|
|
72889
72872
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
72890
72873
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
72891
72874
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
72892
|
-
|
72875
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
72893
72876
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
72894
72877
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
72895
72878
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
72896
72879
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
72897
72880
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
72898
72881
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
72899
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
72900
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
72901
72882
|
VFab: typeof import('vuetify/components')['VFab']
|
72883
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
72902
72884
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
72903
72885
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
72904
72886
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
@@ -72906,20 +72888,21 @@ declare module '@vue/runtime-core' {
|
|
72906
72888
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
72907
72889
|
VField: typeof import('vuetify/components')['VField']
|
72908
72890
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
72909
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
72910
72891
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
72911
|
-
|
72892
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
72912
72893
|
VIcon: typeof import('vuetify/components')['VIcon']
|
72913
72894
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
72914
72895
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
72915
72896
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
72916
72897
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
72898
|
+
VInput: typeof import('vuetify/components')['VInput']
|
72917
72899
|
VImg: typeof import('vuetify/components')['VImg']
|
72918
|
-
|
72900
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
72919
72901
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
72920
72902
|
VItem: typeof import('vuetify/components')['VItem']
|
72921
72903
|
VKbd: typeof import('vuetify/components')['VKbd']
|
72922
|
-
|
72904
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
72905
|
+
VMain: typeof import('vuetify/components')['VMain']
|
72923
72906
|
VList: typeof import('vuetify/components')['VList']
|
72924
72907
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
72925
72908
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -72929,27 +72912,25 @@ declare module '@vue/runtime-core' {
|
|
72929
72912
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
72930
72913
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
72931
72914
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
72932
|
-
VMain: typeof import('vuetify/components')['VMain']
|
72933
72915
|
VMenu: typeof import('vuetify/components')['VMenu']
|
72934
|
-
|
72935
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72916
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72936
72917
|
VMessages: typeof import('vuetify/components')['VMessages']
|
72918
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
72919
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
72937
72920
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
72938
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
72939
72921
|
VPagination: typeof import('vuetify/components')['VPagination']
|
72940
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72941
72922
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
72923
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
72942
72924
|
VRating: typeof import('vuetify/components')['VRating']
|
72943
72925
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
72944
72926
|
VSelect: typeof import('vuetify/components')['VSelect']
|
72945
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72946
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72947
72927
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
72948
72928
|
VSheet: typeof import('vuetify/components')['VSheet']
|
72949
72929
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
72930
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
72931
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
72950
72932
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
72951
72933
|
VSlider: typeof import('vuetify/components')['VSlider']
|
72952
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72953
72934
|
VStepper: typeof import('vuetify/components')['VStepper']
|
72954
72935
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
72955
72936
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -72957,19 +72938,20 @@ declare module '@vue/runtime-core' {
|
|
72957
72938
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
72958
72939
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
72959
72940
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
72960
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72961
72941
|
VTab: typeof import('vuetify/components')['VTab']
|
72962
72942
|
VTabs: typeof import('vuetify/components')['VTabs']
|
72963
72943
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
72964
72944
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
72965
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72966
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72967
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72968
72945
|
VTable: typeof import('vuetify/components')['VTable']
|
72946
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
72947
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
72969
72948
|
VTextField: typeof import('vuetify/components')['VTextField']
|
72970
72949
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
72971
72950
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
72972
72951
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
72952
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
72953
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
72954
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
72973
72955
|
VWindow: typeof import('vuetify/components')['VWindow']
|
72974
72956
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
72975
72957
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
@@ -72981,20 +72963,20 @@ declare module '@vue/runtime-core' {
|
|
72981
72963
|
VRow: typeof import('vuetify/components')['VRow']
|
72982
72964
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
72983
72965
|
VHover: typeof import('vuetify/components')['VHover']
|
72984
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
72985
72966
|
VLayout: typeof import('vuetify/components')['VLayout']
|
72986
72967
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
72968
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
72987
72969
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
72988
72970
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
72989
72971
|
VParallax: typeof import('vuetify/components')['VParallax']
|
72990
72972
|
VRadio: typeof import('vuetify/components')['VRadio']
|
72991
72973
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
72992
72974
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
72993
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72994
72975
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
72976
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
72995
72977
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
72996
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
72997
72978
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
72979
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
72998
72980
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
72999
72981
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73000
72982
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73030,7 +73012,7 @@ declare module '@vue/runtime-core' {
|
|
73030
73012
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73031
73013
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73032
73014
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73033
|
-
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73034
73015
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73016
|
+
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
73035
73017
|
}
|
73036
73018
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.6.11-master.2024-07-
|
2
|
+
* Vuetify v3.6.11-master.2024-07-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -22715,8 +22715,10 @@ const allowedVariants = ['default', 'accordion', 'inset', 'popout'];
|
|
22715
22715
|
const makeVExpansionPanelsProps = propsFactory({
|
22716
22716
|
flat: Boolean,
|
22717
22717
|
...makeGroupProps(),
|
22718
|
-
...makeVExpansionPanelProps(),
|
22718
|
+
...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
|
22719
22719
|
...makeThemeProps(),
|
22720
|
+
...makeComponentProps(),
|
22721
|
+
...makeTagProps(),
|
22720
22722
|
variant: {
|
22721
22723
|
type: String,
|
22722
22724
|
default: 'default',
|
@@ -28097,7 +28099,7 @@ function createVuetify$1() {
|
|
28097
28099
|
goTo
|
28098
28100
|
};
|
28099
28101
|
}
|
28100
|
-
const version$1 = "3.6.11-master.2024-07-
|
28102
|
+
const version$1 = "3.6.11-master.2024-07-08";
|
28101
28103
|
createVuetify$1.version = version$1;
|
28102
28104
|
|
28103
28105
|
// Vue's inject() can only be used in setup
|
@@ -28122,7 +28124,7 @@ const createVuetify = function () {
|
|
28122
28124
|
...options
|
28123
28125
|
});
|
28124
28126
|
};
|
28125
|
-
const version = "3.6.11-master.2024-07-
|
28127
|
+
const version = "3.6.11-master.2024-07-08";
|
28126
28128
|
createVuetify.version = version;
|
28127
28129
|
|
28128
28130
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|