vuetify 3.3.18 → 3.3.19
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/dist/json/importMap.json +12 -12
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +6313 -6313
- package/dist/vuetify-labs.esm.js +14 -16
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -16
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5631 -5631
- package/dist/vuetify.d.ts +3 -3
- package/dist/vuetify.esm.js +12 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +12 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VListChildren.mjs +9 -11
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +3 -3
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/package.json +2 -2
package/dist/json/importMap.json
CHANGED
|
@@ -124,14 +124,14 @@
|
|
|
124
124
|
"from": "components/VChipGroup/index.mjs",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
|
-
"VColorPicker": {
|
|
128
|
-
"from": "components/VColorPicker/index.mjs",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
127
|
"VCode": {
|
|
132
128
|
"from": "components/VCode/index.mjs",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
131
|
+
"VColorPicker": {
|
|
132
|
+
"from": "components/VColorPicker/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
135
|
"VCombobox": {
|
|
136
136
|
"from": "components/VCombobox/index.mjs",
|
|
137
137
|
"styles": []
|
|
@@ -144,6 +144,10 @@
|
|
|
144
144
|
"from": "components/VDialog/index.mjs",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
|
+
"VDivider": {
|
|
148
|
+
"from": "components/VDivider/index.mjs",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
147
151
|
"VExpansionPanels": {
|
|
148
152
|
"from": "components/VExpansionPanel/index.mjs",
|
|
149
153
|
"styles": []
|
|
@@ -160,10 +164,6 @@
|
|
|
160
164
|
"from": "components/VExpansionPanel/index.mjs",
|
|
161
165
|
"styles": []
|
|
162
166
|
},
|
|
163
|
-
"VDivider": {
|
|
164
|
-
"from": "components/VDivider/index.mjs",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
167
|
"VField": {
|
|
168
168
|
"from": "components/VField/index.mjs",
|
|
169
169
|
"styles": []
|
|
@@ -276,14 +276,14 @@
|
|
|
276
276
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
277
277
|
"styles": []
|
|
278
278
|
},
|
|
279
|
-
"VOverlay": {
|
|
280
|
-
"from": "components/VOverlay/index.mjs",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
279
|
"VPagination": {
|
|
284
280
|
"from": "components/VPagination/index.mjs",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
283
|
+
"VOverlay": {
|
|
284
|
+
"from": "components/VOverlay/index.mjs",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
287
|
"VProgressCircular": {
|
|
288
288
|
"from": "components/VProgressCircular/index.mjs",
|
|
289
289
|
"styles": []
|