@vuetify/nightly 3.4.0-beta.1-dev.2023-11-08 → 3.4.0-dev.2023-11-09
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 +2 -2
- package/dist/json/attributes.json +275 -299
- package/dist/json/importMap.json +44 -44
- package/dist/json/tags.json +1 -7
- package/dist/json/web-types.json +577 -735
- package/dist/vuetify-labs.css +245 -247
- package/dist/vuetify-labs.d.ts +41 -134
- package/dist/vuetify-labs.esm.js +18 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +18 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +137 -139
- package/dist/vuetify.d.ts +52 -145
- package/dist/vuetify.esm.js +18 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +18 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +12 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +0 -1
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +2 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -2
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +24 -24
- package/lib/components/VGrid/VSpacer.mjs +3 -0
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +8 -6
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +3 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VStepper/index.d.mts +18 -140
- package/lib/components/index.d.mts +41 -134
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +11 -11
- package/package.json +2 -2
package/dist/json/importMap.json
CHANGED
|
@@ -4,6 +4,14 @@
|
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VAlert": {
|
|
8
|
+
"from": "components/VAlert/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAlertTitle": {
|
|
12
|
+
"from": "components/VAlert/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
7
15
|
"VAppBar": {
|
|
8
16
|
"from": "components/VAppBar/index.mjs",
|
|
9
17
|
"styles": []
|
|
@@ -16,14 +24,6 @@
|
|
|
16
24
|
"from": "components/VAppBar/index.mjs",
|
|
17
25
|
"styles": []
|
|
18
26
|
},
|
|
19
|
-
"VAlert": {
|
|
20
|
-
"from": "components/VAlert/index.mjs",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VAlertTitle": {
|
|
24
|
-
"from": "components/VAlert/index.mjs",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
27
|
"VAutocomplete": {
|
|
28
28
|
"from": "components/VAutocomplete/index.mjs",
|
|
29
29
|
"styles": []
|
|
@@ -36,18 +36,6 @@
|
|
|
36
36
|
"from": "components/VBadge/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"VBanner": {
|
|
40
|
-
"from": "components/VBanner/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VBannerActions": {
|
|
44
|
-
"from": "components/VBanner/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VBannerText": {
|
|
48
|
-
"from": "components/VBanner/index.mjs",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
39
|
"VBottomNavigation": {
|
|
52
40
|
"from": "components/VBottomNavigation/index.mjs",
|
|
53
41
|
"styles": []
|
|
@@ -68,6 +56,18 @@
|
|
|
68
56
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
59
|
+
"VBanner": {
|
|
60
|
+
"from": "components/VBanner/index.mjs",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VBannerActions": {
|
|
64
|
+
"from": "components/VBanner/index.mjs",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VBannerText": {
|
|
68
|
+
"from": "components/VBanner/index.mjs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
71
|
"VBtn": {
|
|
72
72
|
"from": "components/VBtn/index.mjs",
|
|
73
73
|
"styles": []
|
|
@@ -168,30 +168,6 @@
|
|
|
168
168
|
"from": "components/VDataTable/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
|
-
"VDatePicker": {
|
|
172
|
-
"from": "components/VDatePicker/index.mjs",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDatePickerControls": {
|
|
176
|
-
"from": "components/VDatePicker/index.mjs",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDatePickerHeader": {
|
|
180
|
-
"from": "components/VDatePicker/index.mjs",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VDatePickerMonth": {
|
|
184
|
-
"from": "components/VDatePicker/index.mjs",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VDatePickerMonths": {
|
|
188
|
-
"from": "components/VDatePicker/index.mjs",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VDatePickerYears": {
|
|
192
|
-
"from": "components/VDatePicker/index.mjs",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
171
|
"VDialog": {
|
|
196
172
|
"from": "components/VDialog/index.mjs",
|
|
197
173
|
"styles": []
|
|
@@ -623,6 +599,30 @@
|
|
|
623
599
|
"VDialogTransition": {
|
|
624
600
|
"from": "components/transitions/index.mjs",
|
|
625
601
|
"styles": []
|
|
602
|
+
},
|
|
603
|
+
"VDatePicker": {
|
|
604
|
+
"from": "components/VDatePicker/index.mjs",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
607
|
+
"VDatePickerControls": {
|
|
608
|
+
"from": "components/VDatePicker/index.mjs",
|
|
609
|
+
"styles": []
|
|
610
|
+
},
|
|
611
|
+
"VDatePickerHeader": {
|
|
612
|
+
"from": "components/VDatePicker/index.mjs",
|
|
613
|
+
"styles": []
|
|
614
|
+
},
|
|
615
|
+
"VDatePickerMonth": {
|
|
616
|
+
"from": "components/VDatePicker/index.mjs",
|
|
617
|
+
"styles": []
|
|
618
|
+
},
|
|
619
|
+
"VDatePickerMonths": {
|
|
620
|
+
"from": "components/VDatePicker/index.mjs",
|
|
621
|
+
"styles": []
|
|
622
|
+
},
|
|
623
|
+
"VDatePickerYears": {
|
|
624
|
+
"from": "components/VDatePicker/index.mjs",
|
|
625
|
+
"styles": []
|
|
626
626
|
}
|
|
627
627
|
},
|
|
628
628
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -2742,19 +2742,13 @@
|
|
|
2742
2742
|
},
|
|
2743
2743
|
"v-stepper-window": {
|
|
2744
2744
|
"attributes": [
|
|
2745
|
-
"continuous",
|
|
2746
2745
|
"direction",
|
|
2747
2746
|
"disabled",
|
|
2748
|
-
"mandatory",
|
|
2749
2747
|
"model-value",
|
|
2750
|
-
"next-icon",
|
|
2751
|
-
"prev-icon",
|
|
2752
2748
|
"reverse",
|
|
2753
2749
|
"selected-class",
|
|
2754
|
-
"show-arrows",
|
|
2755
2750
|
"tag",
|
|
2756
|
-
"theme"
|
|
2757
|
-
"touch"
|
|
2751
|
+
"theme"
|
|
2758
2752
|
],
|
|
2759
2753
|
"description": ""
|
|
2760
2754
|
},
|