@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-labs.d.ts
CHANGED
@@ -32521,9 +32521,6 @@ declare const VExpansionPanels: {
|
|
32521
32521
|
focusable: boolean;
|
32522
32522
|
} & {
|
32523
32523
|
class?: any;
|
32524
|
-
title?: string | undefined;
|
32525
|
-
text?: string | undefined;
|
32526
|
-
value?: any;
|
32527
32524
|
theme?: string | undefined;
|
32528
32525
|
color?: string | undefined;
|
32529
32526
|
modelValue?: any;
|
@@ -32569,9 +32566,6 @@ declare const VExpansionPanels: {
|
|
32569
32566
|
focusable: boolean;
|
32570
32567
|
} & {
|
32571
32568
|
class?: any;
|
32572
|
-
title?: string | undefined;
|
32573
|
-
text?: string | undefined;
|
32574
|
-
value?: any;
|
32575
32569
|
theme?: string | undefined;
|
32576
32570
|
color?: string | undefined;
|
32577
32571
|
modelValue?: any;
|
@@ -32643,9 +32637,6 @@ declare const VExpansionPanels: {
|
|
32643
32637
|
focusable: boolean;
|
32644
32638
|
} & {
|
32645
32639
|
class?: any;
|
32646
|
-
title?: string | undefined;
|
32647
|
-
text?: string | undefined;
|
32648
|
-
value?: any;
|
32649
32640
|
theme?: string | undefined;
|
32650
32641
|
color?: string | undefined;
|
32651
32642
|
modelValue?: any;
|
@@ -32713,9 +32704,6 @@ declare const VExpansionPanels: {
|
|
32713
32704
|
focusable: boolean;
|
32714
32705
|
} & {
|
32715
32706
|
class?: any;
|
32716
|
-
title?: string | undefined;
|
32717
|
-
text?: string | undefined;
|
32718
|
-
value?: any;
|
32719
32707
|
theme?: string | undefined;
|
32720
32708
|
color?: string | undefined;
|
32721
32709
|
modelValue?: any;
|
@@ -32771,51 +32759,46 @@ declare const VExpansionPanels: {
|
|
32771
32759
|
default: string;
|
32772
32760
|
validator: (v: any) => boolean;
|
32773
32761
|
};
|
32774
|
-
|
32775
|
-
|
32762
|
+
tag: {
|
32763
|
+
type: StringConstructor;
|
32764
|
+
default: string;
|
32765
|
+
};
|
32776
32766
|
class: PropType<any>;
|
32777
32767
|
style: {
|
32778
32768
|
type: PropType<vue.StyleValue>;
|
32779
32769
|
default: null;
|
32780
32770
|
};
|
32771
|
+
theme: StringConstructor;
|
32781
32772
|
color: StringConstructor;
|
32782
|
-
expandIcon: {
|
32783
|
-
type: PropType<IconValue>;
|
32784
|
-
default: string;
|
32785
|
-
};
|
32786
|
-
collapseIcon: {
|
32787
|
-
type: PropType<IconValue>;
|
32788
|
-
default: string;
|
32789
|
-
};
|
32790
|
-
hideActions: BooleanConstructor;
|
32791
|
-
focusable: BooleanConstructor;
|
32792
32773
|
static: BooleanConstructor;
|
32793
|
-
ripple: {
|
32794
|
-
type: PropType<boolean | {
|
32795
|
-
class: string;
|
32796
|
-
} | undefined>;
|
32797
|
-
default: boolean;
|
32798
|
-
};
|
32799
32774
|
readonly: BooleanConstructor;
|
32800
|
-
tag: {
|
32801
|
-
type: StringConstructor;
|
32802
|
-
default: string;
|
32803
|
-
};
|
32804
32775
|
rounded: {
|
32805
32776
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
32806
32777
|
default: undefined;
|
32807
32778
|
};
|
32808
32779
|
tile: BooleanConstructor;
|
32809
|
-
|
32810
|
-
disabled: BooleanConstructor;
|
32811
|
-
selectedClass: StringConstructor;
|
32780
|
+
eager: BooleanConstructor;
|
32812
32781
|
elevation: {
|
32813
32782
|
type: (StringConstructor | NumberConstructor)[];
|
32814
32783
|
validator(v: any): boolean;
|
32815
32784
|
};
|
32816
|
-
title: StringConstructor;
|
32817
|
-
text: StringConstructor;
|
32818
32785
|
bgColor: StringConstructor;
|
32786
|
+
ripple: {
|
32787
|
+
type: PropType<boolean | {
|
32788
|
+
class: string;
|
32789
|
+
} | undefined>;
|
32790
|
+
default: boolean;
|
32791
|
+
};
|
32792
|
+
collapseIcon: {
|
32793
|
+
type: PropType<IconValue>;
|
32794
|
+
default: string;
|
32795
|
+
};
|
32796
|
+
expandIcon: {
|
32797
|
+
type: PropType<IconValue>;
|
32798
|
+
default: string;
|
32799
|
+
};
|
32800
|
+
hideActions: BooleanConstructor;
|
32801
|
+
focusable: BooleanConstructor;
|
32819
32802
|
modelValue: {
|
32820
32803
|
type: null;
|
32821
32804
|
default: undefined;
|
@@ -32823,6 +32806,8 @@ declare const VExpansionPanels: {
|
|
32823
32806
|
multiple: BooleanConstructor;
|
32824
32807
|
mandatory: PropType<boolean | "force">;
|
32825
32808
|
max: NumberConstructor;
|
32809
|
+
selectedClass: StringConstructor;
|
32810
|
+
disabled: BooleanConstructor;
|
32826
32811
|
flat: BooleanConstructor;
|
32827
32812
|
}, vue.ExtractPropTypes<{
|
32828
32813
|
variant: {
|
@@ -32830,51 +32815,46 @@ declare const VExpansionPanels: {
|
|
32830
32815
|
default: string;
|
32831
32816
|
validator: (v: any) => boolean;
|
32832
32817
|
};
|
32833
|
-
|
32834
|
-
|
32818
|
+
tag: {
|
32819
|
+
type: StringConstructor;
|
32820
|
+
default: string;
|
32821
|
+
};
|
32835
32822
|
class: PropType<any>;
|
32836
32823
|
style: {
|
32837
32824
|
type: PropType<vue.StyleValue>;
|
32838
32825
|
default: null;
|
32839
32826
|
};
|
32827
|
+
theme: StringConstructor;
|
32840
32828
|
color: StringConstructor;
|
32841
|
-
expandIcon: {
|
32842
|
-
type: PropType<IconValue>;
|
32843
|
-
default: string;
|
32844
|
-
};
|
32845
|
-
collapseIcon: {
|
32846
|
-
type: PropType<IconValue>;
|
32847
|
-
default: string;
|
32848
|
-
};
|
32849
|
-
hideActions: BooleanConstructor;
|
32850
|
-
focusable: BooleanConstructor;
|
32851
32829
|
static: BooleanConstructor;
|
32852
|
-
ripple: {
|
32853
|
-
type: PropType<boolean | {
|
32854
|
-
class: string;
|
32855
|
-
} | undefined>;
|
32856
|
-
default: boolean;
|
32857
|
-
};
|
32858
32830
|
readonly: BooleanConstructor;
|
32859
|
-
tag: {
|
32860
|
-
type: StringConstructor;
|
32861
|
-
default: string;
|
32862
|
-
};
|
32863
32831
|
rounded: {
|
32864
32832
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
32865
32833
|
default: undefined;
|
32866
32834
|
};
|
32867
32835
|
tile: BooleanConstructor;
|
32868
|
-
|
32869
|
-
disabled: BooleanConstructor;
|
32870
|
-
selectedClass: StringConstructor;
|
32836
|
+
eager: BooleanConstructor;
|
32871
32837
|
elevation: {
|
32872
32838
|
type: (StringConstructor | NumberConstructor)[];
|
32873
32839
|
validator(v: any): boolean;
|
32874
32840
|
};
|
32875
|
-
title: StringConstructor;
|
32876
|
-
text: StringConstructor;
|
32877
32841
|
bgColor: StringConstructor;
|
32842
|
+
ripple: {
|
32843
|
+
type: PropType<boolean | {
|
32844
|
+
class: string;
|
32845
|
+
} | undefined>;
|
32846
|
+
default: boolean;
|
32847
|
+
};
|
32848
|
+
collapseIcon: {
|
32849
|
+
type: PropType<IconValue>;
|
32850
|
+
default: string;
|
32851
|
+
};
|
32852
|
+
expandIcon: {
|
32853
|
+
type: PropType<IconValue>;
|
32854
|
+
default: string;
|
32855
|
+
};
|
32856
|
+
hideActions: BooleanConstructor;
|
32857
|
+
focusable: BooleanConstructor;
|
32878
32858
|
modelValue: {
|
32879
32859
|
type: null;
|
32880
32860
|
default: undefined;
|
@@ -32882,6 +32862,8 @@ declare const VExpansionPanels: {
|
|
32882
32862
|
multiple: BooleanConstructor;
|
32883
32863
|
mandatory: PropType<boolean | "force">;
|
32884
32864
|
max: NumberConstructor;
|
32865
|
+
selectedClass: StringConstructor;
|
32866
|
+
disabled: BooleanConstructor;
|
32885
32867
|
flat: BooleanConstructor;
|
32886
32868
|
}>>;
|
32887
32869
|
type VExpansionPanels = InstanceType<typeof VExpansionPanels>;
|
@@ -76613,9 +76595,6 @@ declare const VStepperVertical: {
|
|
76613
76595
|
nonLinear: boolean;
|
76614
76596
|
} & {
|
76615
76597
|
class?: any;
|
76616
|
-
title?: string | undefined;
|
76617
|
-
text?: string | undefined;
|
76618
|
-
value?: any;
|
76619
76598
|
theme?: string | undefined;
|
76620
76599
|
color?: string | undefined;
|
76621
76600
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -76705,9 +76684,6 @@ declare const VStepperVertical: {
|
|
76705
76684
|
nonLinear: boolean;
|
76706
76685
|
} & {
|
76707
76686
|
class?: any;
|
76708
|
-
title?: string | undefined;
|
76709
|
-
text?: string | undefined;
|
76710
|
-
value?: any;
|
76711
76687
|
theme?: string | undefined;
|
76712
76688
|
color?: string | undefined;
|
76713
76689
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -76864,9 +76840,6 @@ declare const VStepperVertical: {
|
|
76864
76840
|
nonLinear: boolean;
|
76865
76841
|
} & {
|
76866
76842
|
class?: any;
|
76867
|
-
title?: string | undefined;
|
76868
|
-
text?: string | undefined;
|
76869
|
-
value?: any;
|
76870
76843
|
theme?: string | undefined;
|
76871
76844
|
color?: string | undefined;
|
76872
76845
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -76987,9 +76960,6 @@ declare const VStepperVertical: {
|
|
76987
76960
|
nonLinear: boolean;
|
76988
76961
|
} & {
|
76989
76962
|
class?: any;
|
76990
|
-
title?: string | undefined;
|
76991
|
-
text?: string | undefined;
|
76992
|
-
value?: any;
|
76993
76963
|
theme?: string | undefined;
|
76994
76964
|
color?: string | undefined;
|
76995
76965
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
@@ -77119,9 +77089,6 @@ declare const VStepperVertical: {
|
|
77119
77089
|
type: vue.PropType<vue.StyleValue>;
|
77120
77090
|
default: null;
|
77121
77091
|
};
|
77122
|
-
title: StringConstructor;
|
77123
|
-
text: StringConstructor;
|
77124
|
-
value: null;
|
77125
77092
|
theme: StringConstructor;
|
77126
77093
|
color: StringConstructor;
|
77127
77094
|
disabled: BooleanConstructor;
|
@@ -77214,9 +77181,6 @@ declare const VStepperVertical: {
|
|
77214
77181
|
type: vue.PropType<vue.StyleValue>;
|
77215
77182
|
default: null;
|
77216
77183
|
};
|
77217
|
-
title: StringConstructor;
|
77218
|
-
text: StringConstructor;
|
77219
|
-
value: null;
|
77220
77184
|
theme: StringConstructor;
|
77221
77185
|
color: StringConstructor;
|
77222
77186
|
disabled: BooleanConstructor;
|
package/dist/vuetify-labs.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
|
*/
|
@@ -22482,8 +22482,10 @@ const allowedVariants = ['default', 'accordion', 'inset', 'popout'];
|
|
22482
22482
|
const makeVExpansionPanelsProps = propsFactory({
|
22483
22483
|
flat: Boolean,
|
22484
22484
|
...makeGroupProps(),
|
22485
|
-
...makeVExpansionPanelProps(),
|
22485
|
+
...pick(makeVExpansionPanelProps(), ['bgColor', 'collapseIcon', 'color', 'eager', 'elevation', 'expandIcon', 'focusable', 'hideActions', 'readonly', 'ripple', 'rounded', 'tile', 'static']),
|
22486
22486
|
...makeThemeProps(),
|
22487
|
+
...makeComponentProps(),
|
22488
|
+
...makeTagProps(),
|
22487
22489
|
variant: {
|
22488
22490
|
type: String,
|
22489
22491
|
default: 'default',
|
@@ -30259,7 +30261,7 @@ function createVuetify$1() {
|
|
30259
30261
|
goTo
|
30260
30262
|
};
|
30261
30263
|
}
|
30262
|
-
const version$1 = "3.6.11-master.2024-07-
|
30264
|
+
const version$1 = "3.6.11-master.2024-07-08";
|
30263
30265
|
createVuetify$1.version = version$1;
|
30264
30266
|
|
30265
30267
|
// Vue's inject() can only be used in setup
|
@@ -30512,7 +30514,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30512
30514
|
|
30513
30515
|
/* eslint-disable local-rules/sort-imports */
|
30514
30516
|
|
30515
|
-
const version = "3.6.11-master.2024-07-
|
30517
|
+
const version = "3.6.11-master.2024-07-08";
|
30516
30518
|
|
30517
30519
|
/* eslint-disable local-rules/sort-imports */
|
30518
30520
|
|