vuetify 3.1.0 → 3.1.1
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 +54 -54
- package/dist/json/web-types.json +65 -1
- package/dist/vuetify-labs.css +25743 -0
- package/dist/vuetify-labs.d.ts +25933 -38
- package/dist/vuetify-labs.esm.js +20101 -0
- package/dist/vuetify-labs.esm.js.map +1 -0
- package/dist/vuetify-labs.js +14980 -4612
- package/dist/vuetify-labs.min.css +12 -0
- package/dist/vuetify.css +96 -96
- package/dist/vuetify.d.ts +15 -14
- package/dist/vuetify.esm.js +77 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +77 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +189 -189
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +4 -4
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +16 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -0
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +16 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1 -0
- package/lib/components/VField/VField.mjs +3 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +1 -0
- package/lib/components/VFileInput/VFileInput.mjs +2 -0
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +1 -0
- package/lib/components/VInput/VInput.mjs +3 -0
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +1 -0
- package/lib/components/VMessages/VMessages.mjs +3 -1
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +18 -9
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +1 -0
- package/lib/components/VSlider/VSlider.mjs +4 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +2 -0
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1 -0
- package/lib/components/VTextarea/index.d.ts +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/transitions/dialog-transition.mjs +3 -9
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +14 -14
- package/lib/labs/allComponents.mjs +3 -0
- package/lib/labs/allComponents.mjs.map +1 -0
- package/lib/labs/entry-bundler.mjs +14 -0
- package/lib/labs/entry-bundler.mjs.map +1 -0
- package/lib/util/defineComponent.mjs +1 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +2 -2
package/dist/json/importMap.json
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VHover": {
|
|
8
|
+
"from": "components/VHover/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
7
11
|
"VForm": {
|
|
8
12
|
"from": "components/VForm/index.mjs",
|
|
9
13
|
"styles": []
|
|
@@ -24,10 +28,6 @@
|
|
|
24
28
|
"from": "components/VGrid/index.mjs",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
|
-
"VHover": {
|
|
28
|
-
"from": "components/VHover/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
31
|
"VLayout": {
|
|
32
32
|
"from": "components/VLayout/index.mjs",
|
|
33
33
|
"styles": []
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"from": "components/VParallax/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"VRadio": {
|
|
56
|
-
"from": "components/VRadio/index.mjs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
55
|
"VRangeSlider": {
|
|
60
56
|
"from": "components/VRangeSlider/index.mjs",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
59
|
+
"VRadio": {
|
|
60
|
+
"from": "components/VRadio/index.mjs",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
63
|
"VResponsive": {
|
|
64
64
|
"from": "components/VResponsive/index.mjs",
|
|
65
65
|
"styles": []
|
|
@@ -68,10 +68,6 @@
|
|
|
68
68
|
"from": "components/VThemeProvider/index.mjs",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
-
"VValidation": {
|
|
72
|
-
"from": "components/VValidation/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
71
|
"VFabTransition": {
|
|
76
72
|
"from": "components/transitions/index.mjs",
|
|
77
73
|
"styles": []
|
|
@@ -140,6 +136,10 @@
|
|
|
140
136
|
"from": "components/VApp/index.mjs",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
139
|
+
"VValidation": {
|
|
140
|
+
"from": "components/VValidation/index.mjs",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
143
143
|
"VAppBar": {
|
|
144
144
|
"from": "components/VAppBar/index.mjs",
|
|
145
145
|
"styles": []
|
|
@@ -152,6 +152,10 @@
|
|
|
152
152
|
"from": "components/VAppBar/index.mjs",
|
|
153
153
|
"styles": []
|
|
154
154
|
},
|
|
155
|
+
"VAutocomplete": {
|
|
156
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
155
159
|
"VAlert": {
|
|
156
160
|
"from": "components/VAlert/index.mjs",
|
|
157
161
|
"styles": []
|
|
@@ -160,10 +164,6 @@
|
|
|
160
164
|
"from": "components/VAlert/index.mjs",
|
|
161
165
|
"styles": []
|
|
162
166
|
},
|
|
163
|
-
"VAutocomplete": {
|
|
164
|
-
"from": "components/VAutocomplete/index.mjs",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
167
|
"VAvatar": {
|
|
168
168
|
"from": "components/VAvatar/index.mjs",
|
|
169
169
|
"styles": []
|
|
@@ -184,10 +184,6 @@
|
|
|
184
184
|
"from": "components/VBanner/index.mjs",
|
|
185
185
|
"styles": []
|
|
186
186
|
},
|
|
187
|
-
"VBottomNavigation": {
|
|
188
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
187
|
"VBreadcrumbs": {
|
|
192
188
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
193
189
|
"styles": []
|
|
@@ -200,6 +196,10 @@
|
|
|
200
196
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
201
197
|
"styles": []
|
|
202
198
|
},
|
|
199
|
+
"VBottomNavigation": {
|
|
200
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
203
|
"VBtn": {
|
|
204
204
|
"from": "components/VBtn/index.mjs",
|
|
205
205
|
"styles": []
|
|
@@ -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,12 +244,8 @@
|
|
|
236
244
|
"from": "components/VCard/index.mjs",
|
|
237
245
|
"styles": []
|
|
238
246
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VCarouselItem": {
|
|
244
|
-
"from": "components/VCarousel/index.mjs",
|
|
247
|
+
"VChip": {
|
|
248
|
+
"from": "components/VChip/index.mjs",
|
|
245
249
|
"styles": []
|
|
246
250
|
},
|
|
247
251
|
"VCheckbox": {
|
|
@@ -252,10 +256,6 @@
|
|
|
252
256
|
"from": "components/VCheckbox/index.mjs",
|
|
253
257
|
"styles": []
|
|
254
258
|
},
|
|
255
|
-
"VChip": {
|
|
256
|
-
"from": "components/VChip/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
259
|
"VChipGroup": {
|
|
260
260
|
"from": "components/VChipGroup/index.mjs",
|
|
261
261
|
"styles": []
|
|
@@ -276,10 +276,6 @@
|
|
|
276
276
|
"from": "components/VCounter/index.mjs",
|
|
277
277
|
"styles": []
|
|
278
278
|
},
|
|
279
|
-
"VDialog": {
|
|
280
|
-
"from": "components/VDialog/index.mjs",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
279
|
"VDivider": {
|
|
284
280
|
"from": "components/VDivider/index.mjs",
|
|
285
281
|
"styles": []
|
|
@@ -300,6 +296,10 @@
|
|
|
300
296
|
"from": "components/VExpansionPanel/index.mjs",
|
|
301
297
|
"styles": []
|
|
302
298
|
},
|
|
299
|
+
"VDialog": {
|
|
300
|
+
"from": "components/VDialog/index.mjs",
|
|
301
|
+
"styles": []
|
|
302
|
+
},
|
|
303
303
|
"VField": {
|
|
304
304
|
"from": "components/VField/index.mjs",
|
|
305
305
|
"styles": []
|
|
@@ -416,14 +416,14 @@
|
|
|
416
416
|
"from": "components/VOverlay/index.mjs",
|
|
417
417
|
"styles": []
|
|
418
418
|
},
|
|
419
|
-
"VPagination": {
|
|
420
|
-
"from": "components/VPagination/index.mjs",
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
419
|
"VProgressCircular": {
|
|
424
420
|
"from": "components/VProgressCircular/index.mjs",
|
|
425
421
|
"styles": []
|
|
426
422
|
},
|
|
423
|
+
"VPagination": {
|
|
424
|
+
"from": "components/VPagination/index.mjs",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
427
|
"VProgressLinear": {
|
|
428
428
|
"from": "components/VProgressLinear/index.mjs",
|
|
429
429
|
"styles": []
|
|
@@ -436,20 +436,16 @@
|
|
|
436
436
|
"from": "components/VRating/index.mjs",
|
|
437
437
|
"styles": []
|
|
438
438
|
},
|
|
439
|
-
"VSelect": {
|
|
440
|
-
"from": "components/VSelect/index.mjs",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
439
|
"VSelectionControl": {
|
|
444
440
|
"from": "components/VSelectionControl/index.mjs",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
443
|
+
"VSelect": {
|
|
444
|
+
"from": "components/VSelect/index.mjs",
|
|
449
445
|
"styles": []
|
|
450
446
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
447
|
+
"VSelectionControlGroup": {
|
|
448
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
453
449
|
"styles": []
|
|
454
450
|
},
|
|
455
451
|
"VSlideGroup": {
|
|
@@ -468,12 +464,12 @@
|
|
|
468
464
|
"from": "components/VSnackbar/index.mjs",
|
|
469
465
|
"styles": []
|
|
470
466
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
467
|
+
"VSheet": {
|
|
468
|
+
"from": "components/VSheet/index.mjs",
|
|
473
469
|
"styles": []
|
|
474
470
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
471
|
+
"VSwitch": {
|
|
472
|
+
"from": "components/VSwitch/index.mjs",
|
|
477
473
|
"styles": []
|
|
478
474
|
},
|
|
479
475
|
"VTabs": {
|
|
@@ -484,6 +480,10 @@
|
|
|
484
480
|
"from": "components/VTabs/index.mjs",
|
|
485
481
|
"styles": []
|
|
486
482
|
},
|
|
483
|
+
"VSystemBar": {
|
|
484
|
+
"from": "components/VSystemBar/index.mjs",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
487
|
"VTable": {
|
|
488
488
|
"from": "components/VTable/index.mjs",
|
|
489
489
|
"styles": []
|
|
@@ -496,6 +496,10 @@
|
|
|
496
496
|
"from": "components/VTextField/index.mjs",
|
|
497
497
|
"styles": []
|
|
498
498
|
},
|
|
499
|
+
"VTooltip": {
|
|
500
|
+
"from": "components/VTooltip/index.mjs",
|
|
501
|
+
"styles": []
|
|
502
|
+
},
|
|
499
503
|
"VTimeline": {
|
|
500
504
|
"from": "components/VTimeline/index.mjs",
|
|
501
505
|
"styles": []
|
|
@@ -516,10 +520,6 @@
|
|
|
516
520
|
"from": "components/VToolbar/index.mjs",
|
|
517
521
|
"styles": []
|
|
518
522
|
},
|
|
519
|
-
"VTooltip": {
|
|
520
|
-
"from": "components/VTooltip/index.mjs",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
523
|
"VWindow": {
|
|
524
524
|
"from": "components/VWindow/index.mjs",
|
|
525
525
|
"styles": []
|
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.1",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1435,6 +1435,10 @@
|
|
|
1435
1435
|
"name": "id",
|
|
1436
1436
|
"type": "ComputedRef<string>"
|
|
1437
1437
|
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "messagesId",
|
|
1440
|
+
"type": "ComputedRef<string>"
|
|
1441
|
+
},
|
|
1438
1442
|
{
|
|
1439
1443
|
"name": "isDirty",
|
|
1440
1444
|
"type": "ComputedRef<boolean>"
|
|
@@ -1482,6 +1486,10 @@
|
|
|
1482
1486
|
"name": "id",
|
|
1483
1487
|
"type": "ComputedRef<string>"
|
|
1484
1488
|
},
|
|
1489
|
+
{
|
|
1490
|
+
"name": "messagesId",
|
|
1491
|
+
"type": "ComputedRef<string>"
|
|
1492
|
+
},
|
|
1485
1493
|
{
|
|
1486
1494
|
"name": "isDirty",
|
|
1487
1495
|
"type": "ComputedRef<boolean>"
|
|
@@ -1529,6 +1537,10 @@
|
|
|
1529
1537
|
"name": "id",
|
|
1530
1538
|
"type": "ComputedRef<string>"
|
|
1531
1539
|
},
|
|
1540
|
+
{
|
|
1541
|
+
"name": "messagesId",
|
|
1542
|
+
"type": "ComputedRef<string>"
|
|
1543
|
+
},
|
|
1532
1544
|
{
|
|
1533
1545
|
"name": "isDirty",
|
|
1534
1546
|
"type": "ComputedRef<boolean>"
|
|
@@ -6260,6 +6272,10 @@
|
|
|
6260
6272
|
"name": "id",
|
|
6261
6273
|
"type": "ComputedRef<string>"
|
|
6262
6274
|
},
|
|
6275
|
+
{
|
|
6276
|
+
"name": "messagesId",
|
|
6277
|
+
"type": "ComputedRef<string>"
|
|
6278
|
+
},
|
|
6263
6279
|
{
|
|
6264
6280
|
"name": "isDirty",
|
|
6265
6281
|
"type": "ComputedRef<boolean>"
|
|
@@ -6307,6 +6323,10 @@
|
|
|
6307
6323
|
"name": "id",
|
|
6308
6324
|
"type": "ComputedRef<string>"
|
|
6309
6325
|
},
|
|
6326
|
+
{
|
|
6327
|
+
"name": "messagesId",
|
|
6328
|
+
"type": "ComputedRef<string>"
|
|
6329
|
+
},
|
|
6310
6330
|
{
|
|
6311
6331
|
"name": "isDirty",
|
|
6312
6332
|
"type": "ComputedRef<boolean>"
|
|
@@ -6354,6 +6374,10 @@
|
|
|
6354
6374
|
"name": "id",
|
|
6355
6375
|
"type": "ComputedRef<string>"
|
|
6356
6376
|
},
|
|
6377
|
+
{
|
|
6378
|
+
"name": "messagesId",
|
|
6379
|
+
"type": "ComputedRef<string>"
|
|
6380
|
+
},
|
|
6357
6381
|
{
|
|
6358
6382
|
"name": "isDirty",
|
|
6359
6383
|
"type": "ComputedRef<boolean>"
|
|
@@ -9586,6 +9610,10 @@
|
|
|
9586
9610
|
"name": "id",
|
|
9587
9611
|
"type": "ComputedRef<string>"
|
|
9588
9612
|
},
|
|
9613
|
+
{
|
|
9614
|
+
"name": "messagesId",
|
|
9615
|
+
"type": "ComputedRef<string>"
|
|
9616
|
+
},
|
|
9589
9617
|
{
|
|
9590
9618
|
"name": "isDirty",
|
|
9591
9619
|
"type": "ComputedRef<boolean>"
|
|
@@ -9633,6 +9661,10 @@
|
|
|
9633
9661
|
"name": "id",
|
|
9634
9662
|
"type": "ComputedRef<string>"
|
|
9635
9663
|
},
|
|
9664
|
+
{
|
|
9665
|
+
"name": "messagesId",
|
|
9666
|
+
"type": "ComputedRef<string>"
|
|
9667
|
+
},
|
|
9636
9668
|
{
|
|
9637
9669
|
"name": "isDirty",
|
|
9638
9670
|
"type": "ComputedRef<boolean>"
|
|
@@ -9680,6 +9712,10 @@
|
|
|
9680
9712
|
"name": "id",
|
|
9681
9713
|
"type": "ComputedRef<string>"
|
|
9682
9714
|
},
|
|
9715
|
+
{
|
|
9716
|
+
"name": "messagesId",
|
|
9717
|
+
"type": "ComputedRef<string>"
|
|
9718
|
+
},
|
|
9683
9719
|
{
|
|
9684
9720
|
"name": "isDirty",
|
|
9685
9721
|
"type": "ComputedRef<boolean>"
|
|
@@ -9727,6 +9763,10 @@
|
|
|
9727
9763
|
"name": "id",
|
|
9728
9764
|
"type": "ComputedRef<string>"
|
|
9729
9765
|
},
|
|
9766
|
+
{
|
|
9767
|
+
"name": "messagesId",
|
|
9768
|
+
"type": "ComputedRef<string>"
|
|
9769
|
+
},
|
|
9730
9770
|
{
|
|
9731
9771
|
"name": "isDirty",
|
|
9732
9772
|
"type": "ComputedRef<boolean>"
|
|
@@ -15495,6 +15535,10 @@
|
|
|
15495
15535
|
"name": "id",
|
|
15496
15536
|
"type": "ComputedRef<string>"
|
|
15497
15537
|
},
|
|
15538
|
+
{
|
|
15539
|
+
"name": "messagesId",
|
|
15540
|
+
"type": "ComputedRef<string>"
|
|
15541
|
+
},
|
|
15498
15542
|
{
|
|
15499
15543
|
"name": "isDirty",
|
|
15500
15544
|
"type": "ComputedRef<boolean>"
|
|
@@ -15542,6 +15586,10 @@
|
|
|
15542
15586
|
"name": "id",
|
|
15543
15587
|
"type": "ComputedRef<string>"
|
|
15544
15588
|
},
|
|
15589
|
+
{
|
|
15590
|
+
"name": "messagesId",
|
|
15591
|
+
"type": "ComputedRef<string>"
|
|
15592
|
+
},
|
|
15545
15593
|
{
|
|
15546
15594
|
"name": "isDirty",
|
|
15547
15595
|
"type": "ComputedRef<boolean>"
|
|
@@ -15589,6 +15637,10 @@
|
|
|
15589
15637
|
"name": "id",
|
|
15590
15638
|
"type": "ComputedRef<string>"
|
|
15591
15639
|
},
|
|
15640
|
+
{
|
|
15641
|
+
"name": "messagesId",
|
|
15642
|
+
"type": "ComputedRef<string>"
|
|
15643
|
+
},
|
|
15592
15644
|
{
|
|
15593
15645
|
"name": "isDirty",
|
|
15594
15646
|
"type": "ComputedRef<boolean>"
|
|
@@ -19608,6 +19660,10 @@
|
|
|
19608
19660
|
"name": "id",
|
|
19609
19661
|
"type": "ComputedRef<string>"
|
|
19610
19662
|
},
|
|
19663
|
+
{
|
|
19664
|
+
"name": "messagesId",
|
|
19665
|
+
"type": "ComputedRef<string>"
|
|
19666
|
+
},
|
|
19611
19667
|
{
|
|
19612
19668
|
"name": "isDirty",
|
|
19613
19669
|
"type": "ComputedRef<boolean>"
|
|
@@ -19655,6 +19711,10 @@
|
|
|
19655
19711
|
"name": "id",
|
|
19656
19712
|
"type": "ComputedRef<string>"
|
|
19657
19713
|
},
|
|
19714
|
+
{
|
|
19715
|
+
"name": "messagesId",
|
|
19716
|
+
"type": "ComputedRef<string>"
|
|
19717
|
+
},
|
|
19658
19718
|
{
|
|
19659
19719
|
"name": "isDirty",
|
|
19660
19720
|
"type": "ComputedRef<boolean>"
|
|
@@ -19702,6 +19762,10 @@
|
|
|
19702
19762
|
"name": "id",
|
|
19703
19763
|
"type": "ComputedRef<string>"
|
|
19704
19764
|
},
|
|
19765
|
+
{
|
|
19766
|
+
"name": "messagesId",
|
|
19767
|
+
"type": "ComputedRef<string>"
|
|
19768
|
+
},
|
|
19705
19769
|
{
|
|
19706
19770
|
"name": "isDirty",
|
|
19707
19771
|
"type": "ComputedRef<boolean>"
|