@vuetify/nightly 3.1.8 → 3.1.9-master-20230310.0
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 -12
- package/dist/json/importMap.json +78 -78
- package/dist/json/web-types.json +14 -2
- package/dist/vuetify-labs.css +37 -34
- package/dist/vuetify-labs.d.ts +2 -0
- package/dist/vuetify-labs.esm.js +10 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +48 -48
- package/dist/vuetify.d.ts +25 -25
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- 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.ts +25 -25
- package/lib/labs/VDataTable/VDataTable.css +3 -0
- package/lib/labs/VDataTable/VDataTable.sass +3 -0
- package/lib/labs/VDataTable/VDataTableRow.mjs +6 -2
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +2 -0
- package/lib/labs/components.d.ts +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.9-master-20230310.0...v) (2023-03-10)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.1.
|
|
5
|
+
## [3.1.9-master-20230310.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.8...v3.1.9-master-20230310.0) (2023-03-10)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **display:** compare width vs breakpoint always ([ba11898](https://github.com/vuetifyjs/vuetify/commit/ba11898723a8c23ff22e75f7f94b0b8a68e64b6c))
|
|
12
|
-
* **inputs:** apply disabled prop to internal VField ([#16827](https://github.com/vuetifyjs/vuetify/issues/16827)) ([39ad535](https://github.com/vuetifyjs/vuetify/commit/39ad53570ccb503bb0089618e1fdcf20fb5d54b2)), closes [#16778](https://github.com/vuetifyjs/vuetify/issues/16778)
|
|
13
|
-
* **locale:** set "fa" as an rtl language ([#16844](https://github.com/vuetifyjs/vuetify/issues/16844)) ([f5a768a](https://github.com/vuetifyjs/vuetify/commit/f5a768a8cfa28c3c167ac73802e4af8af93cab07))
|
|
14
|
-
* **theme:** set defaultTheme variables on :root ([32f35d7](https://github.com/vuetifyjs/vuetify/commit/32f35d77a932b210e61cfd38c2c135c6113cc0e9)), closes [#16751](https://github.com/vuetifyjs/vuetify/issues/16751) [#16853](https://github.com/vuetifyjs/vuetify/issues/16853)
|
|
15
|
-
* **transitions:** add !important, explicit transition-property ([#16805](https://github.com/vuetifyjs/vuetify/issues/16805)) ([4c3e25a](https://github.com/vuetifyjs/vuetify/commit/4c3e25a12bd55f1f92d39012bc891689c97563c2)), closes [#16137](https://github.com/vuetifyjs/vuetify/issues/16137) [#14440](https://github.com/vuetifyjs/vuetify/issues/14440)
|
|
16
|
-
* **utilities:** make $utilities effect sr/disp/elev styles ([#16670](https://github.com/vuetifyjs/vuetify/issues/16670)) ([e790898](https://github.com/vuetifyjs/vuetify/commit/e7908981f0d0892f08e6f0c74c6324d7b26eb48e))
|
|
17
|
-
* **VAlert:** reduce default close button margin ([#16851](https://github.com/vuetifyjs/vuetify/issues/16851)) ([79eb58a](https://github.com/vuetifyjs/vuetify/commit/79eb58a29f0a3e85892ddf8fd0adb16a9b12e486))
|
|
18
|
-
* add sass and style package exports ([c8b3827](https://github.com/vuetifyjs/vuetify/commit/c8b3827c28ddc71bfe94a5eba9fb40b1fd8f5e11)), closes [#16593](https://github.com/vuetifyjs/vuetify/issues/16593)
|
|
19
|
-
* **VDataTable:** reset page when searching ([6cc6070](https://github.com/vuetifyjs/vuetify/commit/6cc6070c4f1b75ab77c6b8ae930a191bad4c7ea6)), closes [#16806](https://github.com/vuetifyjs/vuetify/issues/16806)
|
|
10
|
+
* **VDataTable:** expand-on-click not working ([a01a352](https://github.com/vuetifyjs/vuetify/commit/a01a352b9c9bf3d3e38c8120bbf0037d29cdce53))
|
|
20
11
|
|
|
21
12
|
|
|
22
13
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VForm": {
|
|
4
|
+
"from": "components/VForm/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
3
7
|
"VContainer": {
|
|
4
8
|
"from": "components/VGrid/index.mjs",
|
|
5
9
|
"styles": []
|
|
@@ -24,8 +28,12 @@
|
|
|
24
28
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
31
|
+
"VLayout": {
|
|
32
|
+
"from": "components/VLayout/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VLayoutItem": {
|
|
36
|
+
"from": "components/VLayout/index.mjs",
|
|
29
37
|
"styles": []
|
|
30
38
|
},
|
|
31
39
|
"VLazy": {
|
|
@@ -36,38 +44,26 @@
|
|
|
36
44
|
"from": "components/VLocaleProvider/index.mjs",
|
|
37
45
|
"styles": []
|
|
38
46
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VLayoutItem": {
|
|
44
|
-
"from": "components/VLayout/index.mjs",
|
|
47
|
+
"VNoSsr": {
|
|
48
|
+
"from": "components/VNoSsr/index.mjs",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
51
|
"VParallax": {
|
|
48
52
|
"from": "components/VParallax/index.mjs",
|
|
49
53
|
"styles": []
|
|
50
54
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
55
|
+
"VRangeSlider": {
|
|
56
|
+
"from": "components/VRangeSlider/index.mjs",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
59
|
"VRadio": {
|
|
56
60
|
"from": "components/VRadio/index.mjs",
|
|
57
61
|
"styles": []
|
|
58
62
|
},
|
|
59
|
-
"VRangeSlider": {
|
|
60
|
-
"from": "components/VRangeSlider/index.mjs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
63
|
"VResponsive": {
|
|
64
64
|
"from": "components/VResponsive/index.mjs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"VThemeProvider": {
|
|
68
|
-
"from": "components/VThemeProvider/index.mjs",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
67
|
"VValidation": {
|
|
72
68
|
"from": "components/VValidation/index.mjs",
|
|
73
69
|
"styles": []
|
|
@@ -136,20 +132,16 @@
|
|
|
136
132
|
"from": "components/transitions/index.mjs",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VAlert": {
|
|
144
|
-
"from": "components/VAlert/index.mjs",
|
|
135
|
+
"VThemeProvider": {
|
|
136
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
145
137
|
"styles": []
|
|
146
138
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
139
|
+
"VApp": {
|
|
140
|
+
"from": "components/VApp/index.mjs",
|
|
149
141
|
"styles": []
|
|
150
142
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
143
|
+
"VAutocomplete": {
|
|
144
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
153
145
|
"styles": []
|
|
154
146
|
},
|
|
155
147
|
"VAppBar": {
|
|
@@ -164,8 +156,16 @@
|
|
|
164
156
|
"from": "components/VAppBar/index.mjs",
|
|
165
157
|
"styles": []
|
|
166
158
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
159
|
+
"VAlert": {
|
|
160
|
+
"from": "components/VAlert/index.mjs",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VAlertTitle": {
|
|
164
|
+
"from": "components/VAlert/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VAvatar": {
|
|
168
|
+
"from": "components/VAvatar/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
171
|
"VBadge": {
|
|
@@ -212,6 +212,14 @@
|
|
|
212
212
|
"from": "components/VBtnToggle/index.mjs",
|
|
213
213
|
"styles": []
|
|
214
214
|
},
|
|
215
|
+
"VCarousel": {
|
|
216
|
+
"from": "components/VCarousel/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VCarouselItem": {
|
|
220
|
+
"from": "components/VCarousel/index.mjs",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
215
223
|
"VCard": {
|
|
216
224
|
"from": "components/VCard/index.mjs",
|
|
217
225
|
"styles": []
|
|
@@ -236,14 +244,6 @@
|
|
|
236
244
|
"from": "components/VCard/index.mjs",
|
|
237
245
|
"styles": []
|
|
238
246
|
},
|
|
239
|
-
"VChip": {
|
|
240
|
-
"from": "components/VChip/index.mjs",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VChipGroup": {
|
|
244
|
-
"from": "components/VChipGroup/index.mjs",
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
247
|
"VCheckbox": {
|
|
248
248
|
"from": "components/VCheckbox/index.mjs",
|
|
249
249
|
"styles": []
|
|
@@ -252,36 +252,32 @@
|
|
|
252
252
|
"from": "components/VCheckbox/index.mjs",
|
|
253
253
|
"styles": []
|
|
254
254
|
},
|
|
255
|
-
"VCarousel": {
|
|
256
|
-
"from": "components/VCarousel/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
|
-
"VCarouselItem": {
|
|
260
|
-
"from": "components/VCarousel/index.mjs",
|
|
261
|
-
"styles": []
|
|
262
|
-
},
|
|
263
255
|
"VCode": {
|
|
264
256
|
"from": "components/VCode/index.mjs",
|
|
265
257
|
"styles": []
|
|
266
258
|
},
|
|
267
|
-
"VCounter": {
|
|
268
|
-
"from": "components/VCounter/index.mjs",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
259
|
"VColorPicker": {
|
|
272
260
|
"from": "components/VColorPicker/index.mjs",
|
|
273
261
|
"styles": []
|
|
274
262
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
263
|
+
"VChip": {
|
|
264
|
+
"from": "components/VChip/index.mjs",
|
|
277
265
|
"styles": []
|
|
278
266
|
},
|
|
279
267
|
"VCombobox": {
|
|
280
268
|
"from": "components/VCombobox/index.mjs",
|
|
281
269
|
"styles": []
|
|
282
270
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
271
|
+
"VChipGroup": {
|
|
272
|
+
"from": "components/VChipGroup/index.mjs",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VCounter": {
|
|
276
|
+
"from": "components/VCounter/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VDialog": {
|
|
280
|
+
"from": "components/VDialog/index.mjs",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
287
283
|
"VExpansionPanels": {
|
|
@@ -308,6 +304,10 @@
|
|
|
308
304
|
"from": "components/VField/index.mjs",
|
|
309
305
|
"styles": []
|
|
310
306
|
},
|
|
307
|
+
"VDivider": {
|
|
308
|
+
"from": "components/VDivider/index.mjs",
|
|
309
|
+
"styles": []
|
|
310
|
+
},
|
|
311
311
|
"VFileInput": {
|
|
312
312
|
"from": "components/VFileInput/index.mjs",
|
|
313
313
|
"styles": []
|
|
@@ -340,6 +340,14 @@
|
|
|
340
340
|
"from": "components/VImg/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
+
"VItemGroup": {
|
|
344
|
+
"from": "components/VItemGroup/index.mjs",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
347
|
+
"VItem": {
|
|
348
|
+
"from": "components/VItemGroup/index.mjs",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
343
351
|
"VInput": {
|
|
344
352
|
"from": "components/VInput/index.mjs",
|
|
345
353
|
"styles": []
|
|
@@ -348,12 +356,8 @@
|
|
|
348
356
|
"from": "components/VKbd/index.mjs",
|
|
349
357
|
"styles": []
|
|
350
358
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
|
-
"VItem": {
|
|
356
|
-
"from": "components/VItemGroup/index.mjs",
|
|
359
|
+
"VLabel": {
|
|
360
|
+
"from": "components/VLabel/index.mjs",
|
|
357
361
|
"styles": []
|
|
358
362
|
},
|
|
359
363
|
"VList": {
|
|
@@ -392,10 +396,6 @@
|
|
|
392
396
|
"from": "components/VList/index.mjs",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
395
|
-
"VLabel": {
|
|
396
|
-
"from": "components/VLabel/index.mjs",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
399
|
"VMain": {
|
|
400
400
|
"from": "components/VMain/index.mjs",
|
|
401
401
|
"styles": []
|
|
@@ -408,14 +408,14 @@
|
|
|
408
408
|
"from": "components/VMessages/index.mjs",
|
|
409
409
|
"styles": []
|
|
410
410
|
},
|
|
411
|
-
"VOverlay": {
|
|
412
|
-
"from": "components/VOverlay/index.mjs",
|
|
413
|
-
"styles": []
|
|
414
|
-
},
|
|
415
411
|
"VNavigationDrawer": {
|
|
416
412
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
417
413
|
"styles": []
|
|
418
414
|
},
|
|
415
|
+
"VOverlay": {
|
|
416
|
+
"from": "components/VOverlay/index.mjs",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
419
|
"VPagination": {
|
|
420
420
|
"from": "components/VPagination/index.mjs",
|
|
421
421
|
"styles": []
|
|
@@ -444,12 +444,16 @@
|
|
|
444
444
|
"from": "components/VSelectionControl/index.mjs",
|
|
445
445
|
"styles": []
|
|
446
446
|
},
|
|
447
|
+
"VSelectionControlGroup": {
|
|
448
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
447
451
|
"VSheet": {
|
|
448
452
|
"from": "components/VSheet/index.mjs",
|
|
449
453
|
"styles": []
|
|
450
454
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
455
|
+
"VSlider": {
|
|
456
|
+
"from": "components/VSlider/index.mjs",
|
|
453
457
|
"styles": []
|
|
454
458
|
},
|
|
455
459
|
"VSlideGroup": {
|
|
@@ -460,10 +464,6 @@
|
|
|
460
464
|
"from": "components/VSlideGroup/index.mjs",
|
|
461
465
|
"styles": []
|
|
462
466
|
},
|
|
463
|
-
"VSlider": {
|
|
464
|
-
"from": "components/VSlider/index.mjs",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
467
|
"VSnackbar": {
|
|
468
468
|
"from": "components/VSnackbar/index.mjs",
|
|
469
469
|
"styles": []
|
|
@@ -472,8 +472,8 @@
|
|
|
472
472
|
"from": "components/VSwitch/index.mjs",
|
|
473
473
|
"styles": []
|
|
474
474
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
475
|
+
"VSystemBar": {
|
|
476
|
+
"from": "components/VSystemBar/index.mjs",
|
|
477
477
|
"styles": []
|
|
478
478
|
},
|
|
479
479
|
"VTabs": {
|
|
@@ -484,8 +484,8 @@
|
|
|
484
484
|
"from": "components/VTabs/index.mjs",
|
|
485
485
|
"styles": []
|
|
486
486
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
487
|
+
"VTable": {
|
|
488
|
+
"from": "components/VTable/index.mjs",
|
|
489
489
|
"styles": []
|
|
490
490
|
},
|
|
491
491
|
"VTextarea": {
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.1.
|
|
5
|
+
"version": "3.1.9-master-20230310.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -25975,7 +25975,19 @@
|
|
|
25975
25975
|
}
|
|
25976
25976
|
}
|
|
25977
25977
|
],
|
|
25978
|
-
"events": [
|
|
25978
|
+
"events": [
|
|
25979
|
+
{
|
|
25980
|
+
"name": "click",
|
|
25981
|
+
"description": "Event that is emitted when the component is clicked",
|
|
25982
|
+
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
|
25983
|
+
"arguments": [
|
|
25984
|
+
{
|
|
25985
|
+
"name": "argument",
|
|
25986
|
+
"type": "[MouseEvent]"
|
|
25987
|
+
}
|
|
25988
|
+
]
|
|
25989
|
+
}
|
|
25990
|
+
],
|
|
25979
25991
|
"slots": [],
|
|
25980
25992
|
"vue-model": {
|
|
25981
25993
|
"prop": "modelValue",
|
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.9-master-20230310.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -15810,6 +15810,9 @@ html.overflow-y-hidden {
|
|
|
15810
15810
|
.v-data-table__tr--focus {
|
|
15811
15811
|
border: 1px dotted black;
|
|
15812
15812
|
}
|
|
15813
|
+
.v-data-table__tr--clickable {
|
|
15814
|
+
cursor: pointer;
|
|
15815
|
+
}
|
|
15813
15816
|
|
|
15814
15817
|
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
|
15815
15818
|
.v-data-table .v-table__wrapper > table > thead > tr th,
|
|
@@ -19695,6 +19698,39 @@ textarea.v-field__input::placeholder {
|
|
|
19695
19698
|
}
|
|
19696
19699
|
.v-footer--rounded {
|
|
19697
19700
|
border-radius: 4px;
|
|
19701
|
+
}.v-img {
|
|
19702
|
+
--v-theme-overlay-multiplier: 3;
|
|
19703
|
+
z-index: 0;
|
|
19704
|
+
}
|
|
19705
|
+
.v-img--booting .v-responsive__sizer {
|
|
19706
|
+
transition: none;
|
|
19707
|
+
}
|
|
19708
|
+
|
|
19709
|
+
.v-img__img,
|
|
19710
|
+
.v-img__picture,
|
|
19711
|
+
.v-img__gradient,
|
|
19712
|
+
.v-img__placeholder,
|
|
19713
|
+
.v-img__error {
|
|
19714
|
+
z-index: -1;
|
|
19715
|
+
position: absolute;
|
|
19716
|
+
top: 0;
|
|
19717
|
+
left: 0;
|
|
19718
|
+
width: 100%;
|
|
19719
|
+
height: 100%;
|
|
19720
|
+
}
|
|
19721
|
+
|
|
19722
|
+
.v-img__img--preload {
|
|
19723
|
+
filter: blur(4px);
|
|
19724
|
+
}
|
|
19725
|
+
.v-img__img--contain {
|
|
19726
|
+
object-fit: contain;
|
|
19727
|
+
}
|
|
19728
|
+
.v-img__img--cover {
|
|
19729
|
+
object-fit: cover;
|
|
19730
|
+
}
|
|
19731
|
+
|
|
19732
|
+
.v-img__gradient {
|
|
19733
|
+
background-repeat: no-repeat;
|
|
19698
19734
|
}.v-icon {
|
|
19699
19735
|
--v-icon-size-multiplier: 1;
|
|
19700
19736
|
align-items: center;
|
|
@@ -19742,39 +19778,6 @@ textarea.v-field__input::placeholder {
|
|
|
19742
19778
|
|
|
19743
19779
|
.v-icon--end {
|
|
19744
19780
|
margin-inline-start: 8px;
|
|
19745
|
-
}.v-img {
|
|
19746
|
-
--v-theme-overlay-multiplier: 3;
|
|
19747
|
-
z-index: 0;
|
|
19748
|
-
}
|
|
19749
|
-
.v-img--booting .v-responsive__sizer {
|
|
19750
|
-
transition: none;
|
|
19751
|
-
}
|
|
19752
|
-
|
|
19753
|
-
.v-img__img,
|
|
19754
|
-
.v-img__picture,
|
|
19755
|
-
.v-img__gradient,
|
|
19756
|
-
.v-img__placeholder,
|
|
19757
|
-
.v-img__error {
|
|
19758
|
-
z-index: -1;
|
|
19759
|
-
position: absolute;
|
|
19760
|
-
top: 0;
|
|
19761
|
-
left: 0;
|
|
19762
|
-
width: 100%;
|
|
19763
|
-
height: 100%;
|
|
19764
|
-
}
|
|
19765
|
-
|
|
19766
|
-
.v-img__img--preload {
|
|
19767
|
-
filter: blur(4px);
|
|
19768
|
-
}
|
|
19769
|
-
.v-img__img--contain {
|
|
19770
|
-
object-fit: contain;
|
|
19771
|
-
}
|
|
19772
|
-
.v-img__img--cover {
|
|
19773
|
-
object-fit: cover;
|
|
19774
|
-
}
|
|
19775
|
-
|
|
19776
|
-
.v-img__gradient {
|
|
19777
|
-
background-repeat: no-repeat;
|
|
19778
19781
|
}.v-input {
|
|
19779
19782
|
display: grid;
|
|
19780
19783
|
flex: 1 1 auto;
|
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -20442,8 +20442,10 @@ type VDataTable = InstanceType<typeof VDataTable>;
|
|
|
20442
20442
|
|
|
20443
20443
|
declare const VDataTableRow: vue.DefineComponent<{
|
|
20444
20444
|
item: PropType<DataTableItem>;
|
|
20445
|
+
onClick: PropType<(e: MouseEvent) => void>;
|
|
20445
20446
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
|
|
20446
20447
|
item: PropType<DataTableItem>;
|
|
20448
|
+
onClick: PropType<(e: MouseEvent) => void>;
|
|
20447
20449
|
}>>, {}>;
|
|
20448
20450
|
type VDataTableRow = InstanceType<typeof VDataTableRow>;
|
|
20449
20451
|
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.9-master-20230310.0
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -18625,7 +18625,8 @@ function useExpanded() {
|
|
|
18625
18625
|
const VDataTableRow = defineComponent({
|
|
18626
18626
|
name: 'VDataTableRow',
|
|
18627
18627
|
props: {
|
|
18628
|
-
item: Object
|
|
18628
|
+
item: Object,
|
|
18629
|
+
onClick: Function
|
|
18629
18630
|
},
|
|
18630
18631
|
setup(props, _ref) {
|
|
18631
18632
|
let {
|
|
@@ -18643,7 +18644,10 @@ const VDataTableRow = defineComponent({
|
|
|
18643
18644
|
columns
|
|
18644
18645
|
} = useHeaders();
|
|
18645
18646
|
useRender(() => createVNode("tr", {
|
|
18646
|
-
"class": ['v-data-table__tr'
|
|
18647
|
+
"class": ['v-data-table__tr', {
|
|
18648
|
+
'v-data-table__tr--clickable': !!props.onClick
|
|
18649
|
+
}],
|
|
18650
|
+
"onClick": props.onClick
|
|
18647
18651
|
}, [!columns.value.length && createVNode(VDataTableColumn, {
|
|
18648
18652
|
"key": "no-data"
|
|
18649
18653
|
}, slots), props.item && columns.value.map((column, i) => createVNode(VDataTableColumn, {
|
|
@@ -18774,7 +18778,7 @@ const VDataTableRows = genericComponent()({
|
|
|
18774
18778
|
"key": `item_${item.value}`,
|
|
18775
18779
|
"onClick": event => {
|
|
18776
18780
|
if (expandOnClick.value) {
|
|
18777
|
-
toggleExpand(item
|
|
18781
|
+
toggleExpand(item);
|
|
18778
18782
|
}
|
|
18779
18783
|
emit('click:row', event, {
|
|
18780
18784
|
item
|
|
@@ -20028,7 +20032,7 @@ function createVuetify$1() {
|
|
|
20028
20032
|
locale
|
|
20029
20033
|
};
|
|
20030
20034
|
}
|
|
20031
|
-
const version$1 = "3.1.
|
|
20035
|
+
const version$1 = "3.1.9-master-20230310.0";
|
|
20032
20036
|
createVuetify$1.version = version$1;
|
|
20033
20037
|
|
|
20034
20038
|
// Vue's inject() can only be used in setup
|
|
@@ -20040,7 +20044,7 @@ function inject(key) {
|
|
|
20040
20044
|
}
|
|
20041
20045
|
}
|
|
20042
20046
|
|
|
20043
|
-
const version = "3.1.
|
|
20047
|
+
const version = "3.1.9-master-20230310.0";
|
|
20044
20048
|
|
|
20045
20049
|
const createVuetify = function () {
|
|
20046
20050
|
let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|