@vuetify/nightly 3.6.10-master.2024-06-21 → 3.6.11-dev.2024-07-03
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 +13 -2
- package/dist/json/attributes.json +291 -119
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +106 -106
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +601 -211
- package/dist/vuetify-labs.css +2575 -2559
- package/dist/vuetify-labs.d.ts +802 -519
- package/dist/vuetify-labs.esm.js +86 -71
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +86 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +627 -611
- package/dist/vuetify.d.ts +716 -505
- package/dist/vuetify.esm.js +36 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +24 -24
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +675 -464
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- 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 +41 -41
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +90 -18
- package/lib/labs/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +160 -88
- package/package.json +1 -1
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.6.
|
5
|
+
"version": "3.6.11-dev.2024-07-03",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -752,6 +752,15 @@
|
|
752
752
|
"type": "boolean"
|
753
753
|
}
|
754
754
|
},
|
755
|
+
{
|
756
|
+
"name": "activeColor",
|
757
|
+
"description": "The applied color when the component is in an active state.",
|
758
|
+
"doc-url": "https://vuetifyjs.com/api/VAppBarNavIcon#props",
|
759
|
+
"value": {
|
760
|
+
"kind": "expression",
|
761
|
+
"type": "string"
|
762
|
+
}
|
763
|
+
},
|
755
764
|
{
|
756
765
|
"name": "baseColor",
|
757
766
|
"description": "Sets the color of component when not focused.",
|
@@ -1868,7 +1877,7 @@
|
|
1868
1877
|
"doc-url": "https://vuetifyjs.com/api/VAutocomplete#props",
|
1869
1878
|
"value": {
|
1870
1879
|
"kind": "expression",
|
1871
|
-
"type": "| 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'"
|
1880
|
+
"type": "| 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'"
|
1872
1881
|
}
|
1873
1882
|
},
|
1874
1883
|
{
|
@@ -2454,6 +2463,16 @@
|
|
2454
2463
|
"type": "string"
|
2455
2464
|
}
|
2456
2465
|
},
|
2466
|
+
{
|
2467
|
+
"name": "border",
|
2468
|
+
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**.",
|
2469
|
+
"doc-url": "https://vuetifyjs.com/api/VAvatar#props",
|
2470
|
+
"default": "false",
|
2471
|
+
"value": {
|
2472
|
+
"kind": "expression",
|
2473
|
+
"type": "string | number | boolean"
|
2474
|
+
}
|
2475
|
+
},
|
2457
2476
|
{
|
2458
2477
|
"name": "density",
|
2459
2478
|
"description": "Adjusts the vertical height used by the component.",
|
@@ -3343,7 +3362,7 @@
|
|
3343
3362
|
},
|
3344
3363
|
{
|
3345
3364
|
"name": "update:active",
|
3346
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3365
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VBottomNavigation.json))",
|
3347
3366
|
"doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#events",
|
3348
3367
|
"arguments": [
|
3349
3368
|
{
|
@@ -4191,6 +4210,15 @@
|
|
4191
4210
|
"type": "boolean"
|
4192
4211
|
}
|
4193
4212
|
},
|
4213
|
+
{
|
4214
|
+
"name": "activeColor",
|
4215
|
+
"description": "The applied color when the component is in an active state.",
|
4216
|
+
"doc-url": "https://vuetifyjs.com/api/VBtn#props",
|
4217
|
+
"value": {
|
4218
|
+
"kind": "expression",
|
4219
|
+
"type": "string"
|
4220
|
+
}
|
4221
|
+
},
|
4194
4222
|
{
|
4195
4223
|
"name": "baseColor",
|
4196
4224
|
"description": "Sets the color of component when not focused.",
|
@@ -5248,7 +5276,7 @@
|
|
5248
5276
|
},
|
5249
5277
|
{
|
5250
5278
|
"name": "event",
|
5251
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5279
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendar.tsx#L28-L28.json))",
|
5252
5280
|
"doc-url": "https://vuetifyjs.com/api/v-calendar#slots",
|
5253
5281
|
"vue-properties": [
|
5254
5282
|
{
|
@@ -5777,7 +5805,7 @@
|
|
5777
5805
|
},
|
5778
5806
|
{
|
5779
5807
|
"name": "event",
|
5780
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
5808
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VCalendar/VCalendarMonthDay.tsx#L15-L15.json))",
|
5781
5809
|
"doc-url": "https://vuetifyjs.com/api/v-calendar-month-day#slots",
|
5782
5810
|
"vue-properties": [
|
5783
5811
|
{
|
@@ -6765,6 +6793,16 @@
|
|
6765
6793
|
"description": "",
|
6766
6794
|
"doc-url": "https://vuetifyjs.com/api/v-carousel-item",
|
6767
6795
|
"attributes": [
|
6796
|
+
{
|
6797
|
+
"name": "absolute",
|
6798
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))",
|
6799
|
+
"doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
|
6800
|
+
"default": "false",
|
6801
|
+
"value": {
|
6802
|
+
"kind": "expression",
|
6803
|
+
"type": "boolean"
|
6804
|
+
}
|
6805
|
+
},
|
6768
6806
|
{
|
6769
6807
|
"name": "alt",
|
6770
6808
|
"description": "Alternate text for screen readers. Leave empty for decorative images.",
|
@@ -6814,7 +6852,7 @@
|
|
6814
6852
|
},
|
6815
6853
|
{
|
6816
6854
|
"name": "gradient",
|
6817
|
-
"description": "The gradient to apply to the image.
|
6855
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes.",
|
6818
6856
|
"doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
|
6819
6857
|
"value": {
|
6820
6858
|
"kind": "expression",
|
@@ -7314,7 +7352,7 @@
|
|
7314
7352
|
"doc-url": "https://vuetifyjs.com/api/VCheckbox#props",
|
7315
7353
|
"value": {
|
7316
7354
|
"kind": "expression",
|
7317
|
-
"type": "| 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'"
|
7355
|
+
"type": "| 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
7318
7356
|
}
|
7319
7357
|
},
|
7320
7358
|
{
|
@@ -8442,7 +8480,7 @@
|
|
8442
8480
|
},
|
8443
8481
|
{
|
8444
8482
|
"name": "clickOnce",
|
8445
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
8483
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VChip.json))",
|
8446
8484
|
"doc-url": "https://vuetifyjs.com/api/v-chip#events",
|
8447
8485
|
"arguments": [
|
8448
8486
|
{
|
@@ -10033,7 +10071,7 @@
|
|
10033
10071
|
"doc-url": "https://vuetifyjs.com/api/VCombobox#props",
|
10034
10072
|
"value": {
|
10035
10073
|
"kind": "expression",
|
10036
|
-
"type": "| 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'"
|
10074
|
+
"type": "| 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'"
|
10037
10075
|
}
|
10038
10076
|
},
|
10039
10077
|
{
|
@@ -10675,7 +10713,7 @@
|
|
10675
10713
|
},
|
10676
10714
|
{
|
10677
10715
|
"name": "save",
|
10678
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10716
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VConfirmEdit.json))",
|
10679
10717
|
"doc-url": "https://vuetifyjs.com/api/v-confirm-edit#events",
|
10680
10718
|
"arguments": [
|
10681
10719
|
{
|
@@ -10749,6 +10787,60 @@
|
|
10749
10787
|
"type": "boolean"
|
10750
10788
|
}
|
10751
10789
|
},
|
10790
|
+
{
|
10791
|
+
"name": "height",
|
10792
|
+
"description": "Sets the height for the component.",
|
10793
|
+
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10794
|
+
"value": {
|
10795
|
+
"kind": "expression",
|
10796
|
+
"type": "string | number"
|
10797
|
+
}
|
10798
|
+
},
|
10799
|
+
{
|
10800
|
+
"name": "maxHeight",
|
10801
|
+
"description": "Sets the maximum height for the component.",
|
10802
|
+
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10803
|
+
"value": {
|
10804
|
+
"kind": "expression",
|
10805
|
+
"type": "string | number"
|
10806
|
+
}
|
10807
|
+
},
|
10808
|
+
{
|
10809
|
+
"name": "maxWidth",
|
10810
|
+
"description": "Sets the maximum width for the component.",
|
10811
|
+
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10812
|
+
"value": {
|
10813
|
+
"kind": "expression",
|
10814
|
+
"type": "string | number"
|
10815
|
+
}
|
10816
|
+
},
|
10817
|
+
{
|
10818
|
+
"name": "minHeight",
|
10819
|
+
"description": "Sets the minimum height for the component.",
|
10820
|
+
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10821
|
+
"value": {
|
10822
|
+
"kind": "expression",
|
10823
|
+
"type": "string | number"
|
10824
|
+
}
|
10825
|
+
},
|
10826
|
+
{
|
10827
|
+
"name": "minWidth",
|
10828
|
+
"description": "Sets the minimum width for the component.",
|
10829
|
+
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10830
|
+
"value": {
|
10831
|
+
"kind": "expression",
|
10832
|
+
"type": "string | number"
|
10833
|
+
}
|
10834
|
+
},
|
10835
|
+
{
|
10836
|
+
"name": "width",
|
10837
|
+
"description": "Sets the width for the component.",
|
10838
|
+
"doc-url": "https://vuetifyjs.com/api/VContainer#props",
|
10839
|
+
"value": {
|
10840
|
+
"kind": "expression",
|
10841
|
+
"type": "string | number"
|
10842
|
+
}
|
10843
|
+
},
|
10752
10844
|
{
|
10753
10845
|
"name": "tag",
|
10754
10846
|
"description": "Specify a custom tag used on the root element.",
|
@@ -11213,7 +11305,7 @@
|
|
11213
11305
|
},
|
11214
11306
|
{
|
11215
11307
|
"name": "update:currentItems",
|
11216
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11308
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataIterator.json))",
|
11217
11309
|
"doc-url": "https://vuetifyjs.com/api/v-data-iterator#events",
|
11218
11310
|
"arguments": [
|
11219
11311
|
{
|
@@ -12194,7 +12286,7 @@
|
|
12194
12286
|
},
|
12195
12287
|
{
|
12196
12288
|
"name": "update:currentItems",
|
12197
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12289
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTable.json))",
|
12198
12290
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#events",
|
12199
12291
|
"arguments": [
|
12200
12292
|
{
|
@@ -12286,7 +12378,7 @@
|
|
12286
12378
|
},
|
12287
12379
|
{
|
12288
12380
|
"name": "header.data-table-expand",
|
12289
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12381
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
12290
12382
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12291
12383
|
"vue-properties": [
|
12292
12384
|
{
|
@@ -12388,7 +12480,7 @@
|
|
12388
12480
|
},
|
12389
12481
|
{
|
12390
12482
|
"name": "headers",
|
12391
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12483
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
|
12392
12484
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12393
12485
|
"vue-properties": [
|
12394
12486
|
{
|
@@ -12810,7 +12902,7 @@
|
|
12810
12902
|
},
|
12811
12903
|
{
|
12812
12904
|
"name": "tbody",
|
12813
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12905
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
12814
12906
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12815
12907
|
"vue-properties": [
|
12816
12908
|
{
|
@@ -12901,7 +12993,7 @@
|
|
12901
12993
|
},
|
12902
12994
|
{
|
12903
12995
|
"name": "thead",
|
12904
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12996
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
12905
12997
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12906
12998
|
"vue-properties": [
|
12907
12999
|
{
|
@@ -12992,7 +13084,7 @@
|
|
12992
13084
|
},
|
12993
13085
|
{
|
12994
13086
|
"name": "tfoot",
|
12995
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13087
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
12996
13088
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
12997
13089
|
"vue-properties": [
|
12998
13090
|
{
|
@@ -13366,7 +13458,7 @@
|
|
13366
13458
|
},
|
13367
13459
|
{
|
13368
13460
|
"name": "[`header.${string}`]",
|
13369
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13461
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13370
13462
|
"doc-url": "https://vuetifyjs.com/api/v-data-table#slots",
|
13371
13463
|
"vue-properties": [
|
13372
13464
|
{
|
@@ -13422,7 +13514,7 @@
|
|
13422
13514
|
"slots": [
|
13423
13515
|
{
|
13424
13516
|
"name": "[string]",
|
13425
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13517
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableFooter.json))",
|
13426
13518
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-footer#slots"
|
13427
13519
|
}
|
13428
13520
|
],
|
@@ -13471,7 +13563,7 @@
|
|
13471
13563
|
},
|
13472
13564
|
{
|
13473
13565
|
"name": "multiSort",
|
13474
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13566
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
13475
13567
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
13476
13568
|
"default": "false",
|
13477
13569
|
"value": {
|
@@ -13501,7 +13593,7 @@
|
|
13501
13593
|
},
|
13502
13594
|
{
|
13503
13595
|
"name": "headerProps",
|
13504
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13596
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
13505
13597
|
"doc-url": "https://vuetifyjs.com/api/VDataTableHeaders#props",
|
13506
13598
|
"value": {
|
13507
13599
|
"kind": "expression",
|
@@ -13542,7 +13634,7 @@
|
|
13542
13634
|
"slots": [
|
13543
13635
|
{
|
13544
13636
|
"name": "headers",
|
13545
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13637
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L30-L40.json))",
|
13546
13638
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13547
13639
|
"vue-properties": [
|
13548
13640
|
{
|
@@ -13600,7 +13692,7 @@
|
|
13600
13692
|
},
|
13601
13693
|
{
|
13602
13694
|
"name": "header.data-table-select",
|
13603
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13695
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13604
13696
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13605
13697
|
"vue-properties": [
|
13606
13698
|
{
|
@@ -13639,7 +13731,7 @@
|
|
13639
13731
|
},
|
13640
13732
|
{
|
13641
13733
|
"name": "header.data-table-expand",
|
13642
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13734
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13643
13735
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13644
13736
|
"vue-properties": [
|
13645
13737
|
{
|
@@ -13678,7 +13770,7 @@
|
|
13678
13770
|
},
|
13679
13771
|
{
|
13680
13772
|
"name": "[`header.${string}`]",
|
13681
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13773
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13682
13774
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-headers#slots",
|
13683
13775
|
"vue-properties": [
|
13684
13776
|
{
|
@@ -13732,7 +13824,7 @@
|
|
13732
13824
|
"attributes": [
|
13733
13825
|
{
|
13734
13826
|
"name": "cellProps",
|
13735
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13827
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
13736
13828
|
"doc-url": "https://vuetifyjs.com/api/VDataTableRow#props",
|
13737
13829
|
"value": {
|
13738
13830
|
"kind": "expression",
|
@@ -13791,7 +13883,7 @@
|
|
13791
13883
|
},
|
13792
13884
|
{
|
13793
13885
|
"name": "contextmenu",
|
13794
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13886
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
13795
13887
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
13796
13888
|
"arguments": [
|
13797
13889
|
{
|
@@ -13802,7 +13894,7 @@
|
|
13802
13894
|
},
|
13803
13895
|
{
|
13804
13896
|
"name": "dblclick",
|
13805
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13897
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))",
|
13806
13898
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#events",
|
13807
13899
|
"arguments": [
|
13808
13900
|
{
|
@@ -13815,17 +13907,17 @@
|
|
13815
13907
|
"slots": [
|
13816
13908
|
{
|
13817
13909
|
"name": "item.data-table-select",
|
13818
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13910
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
|
13819
13911
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
13820
13912
|
},
|
13821
13913
|
{
|
13822
13914
|
"name": "item.data-table-expand",
|
13823
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13915
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/typescript/lib/lib.es5.d.ts#L6-L6.json))",
|
13824
13916
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
13825
13917
|
},
|
13826
13918
|
{
|
13827
13919
|
"name": "header.data-table-select",
|
13828
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13920
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13829
13921
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
13830
13922
|
"vue-properties": [
|
13831
13923
|
{
|
@@ -13864,7 +13956,7 @@
|
|
13864
13956
|
},
|
13865
13957
|
{
|
13866
13958
|
"name": "header.data-table-expand",
|
13867
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13959
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13868
13960
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
13869
13961
|
"vue-properties": [
|
13870
13962
|
{
|
@@ -13903,12 +13995,12 @@
|
|
13903
13995
|
},
|
13904
13996
|
{
|
13905
13997
|
"name": "[`item.${string}`]",
|
13906
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13998
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
|
13907
13999
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots"
|
13908
14000
|
},
|
13909
14001
|
{
|
13910
14002
|
"name": "[`header.${string}`]",
|
13911
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14003
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
13912
14004
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-row#slots",
|
13913
14005
|
"vue-properties": [
|
13914
14006
|
{
|
@@ -14092,7 +14184,7 @@
|
|
14092
14184
|
},
|
14093
14185
|
{
|
14094
14186
|
"name": "header.data-table-select",
|
14095
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14187
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14096
14188
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
14097
14189
|
"vue-properties": [
|
14098
14190
|
{
|
@@ -14131,7 +14223,7 @@
|
|
14131
14223
|
},
|
14132
14224
|
{
|
14133
14225
|
"name": "header.data-table-expand",
|
14134
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14226
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14135
14227
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
14136
14228
|
"vue-properties": [
|
14137
14229
|
{
|
@@ -14233,12 +14325,12 @@
|
|
14233
14325
|
},
|
14234
14326
|
{
|
14235
14327
|
"name": "[`item.${string}`]",
|
14236
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14328
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/types.ts#L82-L85.json))",
|
14237
14329
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots"
|
14238
14330
|
},
|
14239
14331
|
{
|
14240
14332
|
"name": "[`header.${string}`]",
|
14241
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14333
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14242
14334
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-rows#slots",
|
14243
14335
|
"vue-properties": [
|
14244
14336
|
{
|
@@ -14301,7 +14393,7 @@
|
|
14301
14393
|
},
|
14302
14394
|
{
|
14303
14395
|
"name": "headerProps",
|
14304
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14396
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
14305
14397
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
14306
14398
|
"value": {
|
14307
14399
|
"kind": "expression",
|
@@ -14435,7 +14527,7 @@
|
|
14435
14527
|
},
|
14436
14528
|
{
|
14437
14529
|
"name": "hideDefaultBody",
|
14438
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14530
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
|
14439
14531
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
14440
14532
|
"default": "false",
|
14441
14533
|
"value": {
|
@@ -14445,7 +14537,7 @@
|
|
14445
14537
|
},
|
14446
14538
|
{
|
14447
14539
|
"name": "hideDefaultFooter",
|
14448
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14540
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
|
14449
14541
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
14450
14542
|
"default": "false",
|
14451
14543
|
"value": {
|
@@ -14455,7 +14547,7 @@
|
|
14455
14547
|
},
|
14456
14548
|
{
|
14457
14549
|
"name": "hideDefaultHeader",
|
14458
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
14550
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
|
14459
14551
|
"doc-url": "https://vuetifyjs.com/api/VDataTableServer#props",
|
14460
14552
|
"default": "false",
|
14461
14553
|
"value": {
|
@@ -14980,7 +15072,7 @@
|
|
14980
15072
|
},
|
14981
15073
|
{
|
14982
15074
|
"name": "header.data-table-select",
|
14983
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
15075
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
14984
15076
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
14985
15077
|
"vue-properties": [
|
14986
15078
|
{
|
@@ -15019,7 +15111,7 @@
|
|
15019
15111
|
},
|
15020
15112
|
{
|
15021
15113
|
"name": "header.data-table-expand",
|
15022
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
15114
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
15023
15115
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
15024
15116
|
"vue-properties": [
|
15025
15117
|
{
|
@@ -15907,7 +15999,7 @@
|
|
15907
15999
|
},
|
15908
16000
|
{
|
15909
16001
|
"name": "body.prepend",
|
15910
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16002
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
15911
16003
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
15912
16004
|
"vue-properties": [
|
15913
16005
|
{
|
@@ -15998,7 +16090,7 @@
|
|
15998
16090
|
},
|
15999
16091
|
{
|
16000
16092
|
"name": "body.append",
|
16001
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16093
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTable.tsx#L35-L57.json))",
|
16002
16094
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
16003
16095
|
"vue-properties": [
|
16004
16096
|
{
|
@@ -16099,7 +16191,7 @@
|
|
16099
16191
|
},
|
16100
16192
|
{
|
16101
16193
|
"name": "[`header.${string}`]",
|
16102
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16194
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
16103
16195
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-server#slots",
|
16104
16196
|
"vue-properties": [
|
16105
16197
|
{
|
@@ -16162,7 +16254,7 @@
|
|
16162
16254
|
},
|
16163
16255
|
{
|
16164
16256
|
"name": "headerProps",
|
16165
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16257
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))",
|
16166
16258
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
16167
16259
|
"value": {
|
16168
16260
|
"kind": "expression",
|
@@ -16267,7 +16359,7 @@
|
|
16267
16359
|
},
|
16268
16360
|
{
|
16269
16361
|
"name": "hideDefaultBody",
|
16270
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16362
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
|
16271
16363
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
16272
16364
|
"default": "false",
|
16273
16365
|
"value": {
|
@@ -16277,7 +16369,7 @@
|
|
16277
16369
|
},
|
16278
16370
|
{
|
16279
16371
|
"name": "hideDefaultFooter",
|
16280
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16372
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
|
16281
16373
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
16282
16374
|
"default": "false",
|
16283
16375
|
"value": {
|
@@ -16287,7 +16379,7 @@
|
|
16287
16379
|
},
|
16288
16380
|
{
|
16289
16381
|
"name": "hideDefaultHeader",
|
16290
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16382
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))",
|
16291
16383
|
"doc-url": "https://vuetifyjs.com/api/VDataTableVirtual#props",
|
16292
16384
|
"default": "false",
|
16293
16385
|
"value": {
|
@@ -16727,7 +16819,7 @@
|
|
16727
16819
|
},
|
16728
16820
|
{
|
16729
16821
|
"name": "header.data-table-select",
|
16730
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16822
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
16731
16823
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
16732
16824
|
"vue-properties": [
|
16733
16825
|
{
|
@@ -16766,7 +16858,7 @@
|
|
16766
16858
|
},
|
16767
16859
|
{
|
16768
16860
|
"name": "header.data-table-expand",
|
16769
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
16861
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
16770
16862
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
16771
16863
|
"vue-properties": [
|
16772
16864
|
{
|
@@ -17151,7 +17243,7 @@
|
|
17151
17243
|
},
|
17152
17244
|
{
|
17153
17245
|
"name": "body.prepend",
|
17154
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17246
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
|
17155
17247
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
17156
17248
|
"vue-properties": [
|
17157
17249
|
{
|
@@ -17226,7 +17318,7 @@
|
|
17226
17318
|
},
|
17227
17319
|
{
|
17228
17320
|
"name": "body.append",
|
17229
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17321
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableVirtual.tsx#L32-L38.json))",
|
17230
17322
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
17231
17323
|
"vue-properties": [
|
17232
17324
|
{
|
@@ -17306,7 +17398,7 @@
|
|
17306
17398
|
},
|
17307
17399
|
{
|
17308
17400
|
"name": "[`header.${string}`]",
|
17309
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17401
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDataTable/VDataTableHeaders.tsx#L42-L51.json))",
|
17310
17402
|
"doc-url": "https://vuetifyjs.com/api/v-data-table-virtual#slots",
|
17311
17403
|
"vue-properties": [
|
17312
17404
|
{
|
@@ -17370,7 +17462,7 @@
|
|
17370
17462
|
},
|
17371
17463
|
{
|
17372
17464
|
"name": "hideActions",
|
17373
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
17465
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))",
|
17374
17466
|
"doc-url": "https://vuetifyjs.com/api/VDateInput#props",
|
17375
17467
|
"default": "false",
|
17376
17468
|
"value": {
|
@@ -17775,7 +17867,7 @@
|
|
17775
17867
|
"doc-url": "https://vuetifyjs.com/api/VDateInput#props",
|
17776
17868
|
"value": {
|
17777
17869
|
"kind": "expression",
|
17778
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
17870
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
17779
17871
|
}
|
17780
17872
|
},
|
17781
17873
|
{
|
@@ -18725,7 +18817,7 @@
|
|
18725
18817
|
},
|
18726
18818
|
{
|
18727
18819
|
"name": "update:month",
|
18728
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18820
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18729
18821
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
18730
18822
|
"arguments": [
|
18731
18823
|
{
|
@@ -18736,7 +18828,7 @@
|
|
18736
18828
|
},
|
18737
18829
|
{
|
18738
18830
|
"name": "update:year",
|
18739
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18831
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18740
18832
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
18741
18833
|
"arguments": [
|
18742
18834
|
{
|
@@ -18747,7 +18839,7 @@
|
|
18747
18839
|
},
|
18748
18840
|
{
|
18749
18841
|
"name": "update:viewMode",
|
18750
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18842
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18751
18843
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#events",
|
18752
18844
|
"arguments": [
|
18753
18845
|
{
|
@@ -18765,7 +18857,7 @@
|
|
18765
18857
|
},
|
18766
18858
|
{
|
18767
18859
|
"name": "actions",
|
18768
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18860
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePicker.json))",
|
18769
18861
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#slots"
|
18770
18862
|
},
|
18771
18863
|
{
|
@@ -18775,7 +18867,7 @@
|
|
18775
18867
|
},
|
18776
18868
|
{
|
18777
18869
|
"name": "header",
|
18778
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18870
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePicker.tsx#L29-L32.json))",
|
18779
18871
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker#slots",
|
18780
18872
|
"vue-properties": [
|
18781
18873
|
{
|
@@ -18824,7 +18916,7 @@
|
|
18824
18916
|
},
|
18825
18917
|
{
|
18826
18918
|
"name": "nextIcon",
|
18827
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18919
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18828
18920
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18829
18921
|
"default": "'$next'",
|
18830
18922
|
"value": {
|
@@ -18834,7 +18926,7 @@
|
|
18834
18926
|
},
|
18835
18927
|
{
|
18836
18928
|
"name": "prevIcon",
|
18837
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18929
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18838
18930
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18839
18931
|
"default": "'$prev'",
|
18840
18932
|
"value": {
|
@@ -18844,7 +18936,7 @@
|
|
18844
18936
|
},
|
18845
18937
|
{
|
18846
18938
|
"name": "modeIcon",
|
18847
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18939
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18848
18940
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18849
18941
|
"default": "'$subgroup'",
|
18850
18942
|
"value": {
|
@@ -18863,7 +18955,7 @@
|
|
18863
18955
|
},
|
18864
18956
|
{
|
18865
18957
|
"name": "viewMode",
|
18866
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18958
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18867
18959
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerControls#props",
|
18868
18960
|
"default": "'month'",
|
18869
18961
|
"value": {
|
@@ -18875,7 +18967,7 @@
|
|
18875
18967
|
"events": [
|
18876
18968
|
{
|
18877
18969
|
"name": "click:year",
|
18878
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18970
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18879
18971
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18880
18972
|
"arguments": [
|
18881
18973
|
{
|
@@ -18886,7 +18978,7 @@
|
|
18886
18978
|
},
|
18887
18979
|
{
|
18888
18980
|
"name": "click:month",
|
18889
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18981
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18890
18982
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18891
18983
|
"arguments": [
|
18892
18984
|
{
|
@@ -18897,7 +18989,7 @@
|
|
18897
18989
|
},
|
18898
18990
|
{
|
18899
18991
|
"name": "click:prev",
|
18900
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
18992
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18901
18993
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18902
18994
|
"arguments": [
|
18903
18995
|
{
|
@@ -18908,7 +19000,7 @@
|
|
18908
19000
|
},
|
18909
19001
|
{
|
18910
19002
|
"name": "click:next",
|
18911
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19003
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18912
19004
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18913
19005
|
"arguments": [
|
18914
19006
|
{
|
@@ -18919,7 +19011,7 @@
|
|
18919
19011
|
},
|
18920
19012
|
{
|
18921
19013
|
"name": "click:text",
|
18922
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19014
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerControls.json))",
|
18923
19015
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#events",
|
18924
19016
|
"arguments": [
|
18925
19017
|
{
|
@@ -18970,7 +19062,7 @@
|
|
18970
19062
|
},
|
18971
19063
|
{
|
18972
19064
|
"name": "header",
|
18973
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19065
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
|
18974
19066
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
|
18975
19067
|
"value": {
|
18976
19068
|
"kind": "expression",
|
@@ -18979,7 +19071,7 @@
|
|
18979
19071
|
},
|
18980
19072
|
{
|
18981
19073
|
"name": "transition",
|
18982
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19074
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))",
|
18983
19075
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerHeader#props",
|
18984
19076
|
"value": {
|
18985
19077
|
"kind": "expression",
|
@@ -19063,7 +19155,7 @@
|
|
19063
19155
|
},
|
19064
19156
|
{
|
19065
19157
|
"name": "showWeek",
|
19066
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19158
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19067
19159
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19068
19160
|
"default": "false",
|
19069
19161
|
"value": {
|
@@ -19112,7 +19204,7 @@
|
|
19112
19204
|
},
|
19113
19205
|
{
|
19114
19206
|
"name": "showAdjacentMonths",
|
19115
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19207
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
19116
19208
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19117
19209
|
"default": "false",
|
19118
19210
|
"value": {
|
@@ -19151,7 +19243,7 @@
|
|
19151
19243
|
},
|
19152
19244
|
{
|
19153
19245
|
"name": "allowedDates",
|
19154
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19246
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
19155
19247
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19156
19248
|
"value": {
|
19157
19249
|
"kind": "expression",
|
@@ -19178,7 +19270,7 @@
|
|
19178
19270
|
},
|
19179
19271
|
{
|
19180
19272
|
"name": "max",
|
19181
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19273
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
19182
19274
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19183
19275
|
"value": {
|
19184
19276
|
"kind": "expression",
|
@@ -19187,7 +19279,7 @@
|
|
19187
19279
|
},
|
19188
19280
|
{
|
19189
19281
|
"name": "min",
|
19190
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19282
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))",
|
19191
19283
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19192
19284
|
"value": {
|
19193
19285
|
"kind": "expression",
|
@@ -19196,7 +19288,7 @@
|
|
19196
19288
|
},
|
19197
19289
|
{
|
19198
19290
|
"name": "multiple",
|
19199
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19291
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19200
19292
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonth#props",
|
19201
19293
|
"default": "false",
|
19202
19294
|
"value": {
|
@@ -19219,7 +19311,7 @@
|
|
19219
19311
|
},
|
19220
19312
|
{
|
19221
19313
|
"name": "update:month",
|
19222
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19314
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19223
19315
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
|
19224
19316
|
"arguments": [
|
19225
19317
|
{
|
@@ -19230,7 +19322,7 @@
|
|
19230
19322
|
},
|
19231
19323
|
{
|
19232
19324
|
"name": "update:year",
|
19233
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19325
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))",
|
19234
19326
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#events",
|
19235
19327
|
"arguments": [
|
19236
19328
|
{
|
@@ -19243,7 +19335,7 @@
|
|
19243
19335
|
"slots": [
|
19244
19336
|
{
|
19245
19337
|
"name": "day",
|
19246
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19338
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonth.tsx#L21-L27.json))",
|
19247
19339
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#slots",
|
19248
19340
|
"vue-properties": [
|
19249
19341
|
{
|
@@ -19304,7 +19396,7 @@
|
|
19304
19396
|
},
|
19305
19397
|
{
|
19306
19398
|
"name": "year",
|
19307
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19399
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
|
19308
19400
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
|
19309
19401
|
"value": {
|
19310
19402
|
"kind": "expression",
|
@@ -19313,7 +19405,7 @@
|
|
19313
19405
|
},
|
19314
19406
|
{
|
19315
19407
|
"name": "min",
|
19316
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19408
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
|
19317
19409
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
|
19318
19410
|
"value": {
|
19319
19411
|
"kind": "expression",
|
@@ -19322,7 +19414,7 @@
|
|
19322
19414
|
},
|
19323
19415
|
{
|
19324
19416
|
"name": "max",
|
19325
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19417
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))",
|
19326
19418
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerMonths#props",
|
19327
19419
|
"value": {
|
19328
19420
|
"kind": "expression",
|
@@ -19346,7 +19438,7 @@
|
|
19346
19438
|
"slots": [
|
19347
19439
|
{
|
19348
19440
|
"name": "month",
|
19349
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19441
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerMonths.tsx#L19-L28.json))",
|
19350
19442
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-months#slots",
|
19351
19443
|
"vue-properties": [
|
19352
19444
|
{
|
@@ -19407,7 +19499,7 @@
|
|
19407
19499
|
},
|
19408
19500
|
{
|
19409
19501
|
"name": "min",
|
19410
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19502
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
|
19411
19503
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
|
19412
19504
|
"value": {
|
19413
19505
|
"kind": "expression",
|
@@ -19416,7 +19508,7 @@
|
|
19416
19508
|
},
|
19417
19509
|
{
|
19418
19510
|
"name": "max",
|
19419
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19511
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))",
|
19420
19512
|
"doc-url": "https://vuetifyjs.com/api/VDatePickerYears#props",
|
19421
19513
|
"value": {
|
19422
19514
|
"kind": "expression",
|
@@ -19440,7 +19532,7 @@
|
|
19440
19532
|
"slots": [
|
19441
19533
|
{
|
19442
19534
|
"name": "year",
|
19443
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
19535
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VDatePicker/VDatePickerYears.tsx#L20-L34.json))",
|
19444
19536
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-years#slots",
|
19445
19537
|
"vue-properties": [
|
19446
19538
|
{
|
@@ -20151,7 +20243,7 @@
|
|
20151
20243
|
"attributes": [
|
20152
20244
|
{
|
20153
20245
|
"name": "target",
|
20154
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20246
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/v-dialog-transition.json))",
|
20155
20247
|
"doc-url": "https://vuetifyjs.com/api/VDialogTransition#props",
|
20156
20248
|
"value": {
|
20157
20249
|
"kind": "expression",
|
@@ -20757,7 +20849,7 @@
|
|
20757
20849
|
},
|
20758
20850
|
{
|
20759
20851
|
"name": "focusable",
|
20760
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
20852
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
20761
20853
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20762
20854
|
"default": "false",
|
20763
20855
|
"value": {
|
@@ -20795,6 +20887,60 @@
|
|
20795
20887
|
"type": "boolean"
|
20796
20888
|
}
|
20797
20889
|
},
|
20890
|
+
{
|
20891
|
+
"name": "height",
|
20892
|
+
"description": "Sets the height for the component.",
|
20893
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20894
|
+
"value": {
|
20895
|
+
"kind": "expression",
|
20896
|
+
"type": "string | number"
|
20897
|
+
}
|
20898
|
+
},
|
20899
|
+
{
|
20900
|
+
"name": "maxHeight",
|
20901
|
+
"description": "Sets the maximum height for the component.",
|
20902
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20903
|
+
"value": {
|
20904
|
+
"kind": "expression",
|
20905
|
+
"type": "string | number"
|
20906
|
+
}
|
20907
|
+
},
|
20908
|
+
{
|
20909
|
+
"name": "maxWidth",
|
20910
|
+
"description": "Sets the maximum width for the component.",
|
20911
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20912
|
+
"value": {
|
20913
|
+
"kind": "expression",
|
20914
|
+
"type": "string | number"
|
20915
|
+
}
|
20916
|
+
},
|
20917
|
+
{
|
20918
|
+
"name": "minHeight",
|
20919
|
+
"description": "Sets the minimum height for the component.",
|
20920
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20921
|
+
"value": {
|
20922
|
+
"kind": "expression",
|
20923
|
+
"type": "string | number"
|
20924
|
+
}
|
20925
|
+
},
|
20926
|
+
{
|
20927
|
+
"name": "minWidth",
|
20928
|
+
"description": "Sets the minimum width for the component.",
|
20929
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20930
|
+
"value": {
|
20931
|
+
"kind": "expression",
|
20932
|
+
"type": "string | number"
|
20933
|
+
}
|
20934
|
+
},
|
20935
|
+
{
|
20936
|
+
"name": "width",
|
20937
|
+
"description": "Sets the width for the component.",
|
20938
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanel#props",
|
20939
|
+
"value": {
|
20940
|
+
"kind": "expression",
|
20941
|
+
"type": "string | number"
|
20942
|
+
}
|
20943
|
+
},
|
20798
20944
|
{
|
20799
20945
|
"name": "eager",
|
20800
20946
|
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
@@ -20924,7 +21070,7 @@
|
|
20924
21070
|
},
|
20925
21071
|
{
|
20926
21072
|
"name": "focusable",
|
20927
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
21073
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
20928
21074
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
20929
21075
|
"default": "false",
|
20930
21076
|
"value": {
|
@@ -20954,13 +21100,67 @@
|
|
20954
21100
|
},
|
20955
21101
|
{
|
20956
21102
|
"name": "readonly",
|
20957
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
21103
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
20958
21104
|
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
20959
21105
|
"default": "false",
|
20960
21106
|
"value": {
|
20961
21107
|
"kind": "expression",
|
20962
21108
|
"type": "boolean"
|
20963
21109
|
}
|
21110
|
+
},
|
21111
|
+
{
|
21112
|
+
"name": "height",
|
21113
|
+
"description": "Sets the height for the component.",
|
21114
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21115
|
+
"value": {
|
21116
|
+
"kind": "expression",
|
21117
|
+
"type": "string | number"
|
21118
|
+
}
|
21119
|
+
},
|
21120
|
+
{
|
21121
|
+
"name": "maxHeight",
|
21122
|
+
"description": "Sets the maximum height for the component.",
|
21123
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21124
|
+
"value": {
|
21125
|
+
"kind": "expression",
|
21126
|
+
"type": "string | number"
|
21127
|
+
}
|
21128
|
+
},
|
21129
|
+
{
|
21130
|
+
"name": "maxWidth",
|
21131
|
+
"description": "Sets the maximum width for the component.",
|
21132
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21133
|
+
"value": {
|
21134
|
+
"kind": "expression",
|
21135
|
+
"type": "string | number"
|
21136
|
+
}
|
21137
|
+
},
|
21138
|
+
{
|
21139
|
+
"name": "minHeight",
|
21140
|
+
"description": "Sets the minimum height for the component.",
|
21141
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21142
|
+
"value": {
|
21143
|
+
"kind": "expression",
|
21144
|
+
"type": "string | number"
|
21145
|
+
}
|
21146
|
+
},
|
21147
|
+
{
|
21148
|
+
"name": "minWidth",
|
21149
|
+
"description": "Sets the minimum width for the component.",
|
21150
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21151
|
+
"value": {
|
21152
|
+
"kind": "expression",
|
21153
|
+
"type": "string | number"
|
21154
|
+
}
|
21155
|
+
},
|
21156
|
+
{
|
21157
|
+
"name": "width",
|
21158
|
+
"description": "Sets the width for the component.",
|
21159
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanelTitle#props",
|
21160
|
+
"value": {
|
21161
|
+
"kind": "expression",
|
21162
|
+
"type": "string | number"
|
21163
|
+
}
|
20964
21164
|
}
|
20965
21165
|
],
|
20966
21166
|
"events": [],
|
@@ -20994,7 +21194,7 @@
|
|
20994
21194
|
},
|
20995
21195
|
{
|
20996
21196
|
"name": "actions",
|
20997
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
21197
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L23-L29.json))",
|
20998
21198
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
|
20999
21199
|
"vue-properties": [
|
21000
21200
|
{
|
@@ -21254,6 +21454,60 @@
|
|
21254
21454
|
"type": "boolean"
|
21255
21455
|
}
|
21256
21456
|
},
|
21457
|
+
{
|
21458
|
+
"name": "height",
|
21459
|
+
"description": "Sets the height for the component.",
|
21460
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21461
|
+
"value": {
|
21462
|
+
"kind": "expression",
|
21463
|
+
"type": "string | number"
|
21464
|
+
}
|
21465
|
+
},
|
21466
|
+
{
|
21467
|
+
"name": "maxHeight",
|
21468
|
+
"description": "Sets the maximum height for the component.",
|
21469
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21470
|
+
"value": {
|
21471
|
+
"kind": "expression",
|
21472
|
+
"type": "string | number"
|
21473
|
+
}
|
21474
|
+
},
|
21475
|
+
{
|
21476
|
+
"name": "maxWidth",
|
21477
|
+
"description": "Sets the maximum width for the component.",
|
21478
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21479
|
+
"value": {
|
21480
|
+
"kind": "expression",
|
21481
|
+
"type": "string | number"
|
21482
|
+
}
|
21483
|
+
},
|
21484
|
+
{
|
21485
|
+
"name": "minHeight",
|
21486
|
+
"description": "Sets the minimum height for the component.",
|
21487
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21488
|
+
"value": {
|
21489
|
+
"kind": "expression",
|
21490
|
+
"type": "string | number"
|
21491
|
+
}
|
21492
|
+
},
|
21493
|
+
{
|
21494
|
+
"name": "minWidth",
|
21495
|
+
"description": "Sets the minimum width for the component.",
|
21496
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21497
|
+
"value": {
|
21498
|
+
"kind": "expression",
|
21499
|
+
"type": "string | number"
|
21500
|
+
}
|
21501
|
+
},
|
21502
|
+
{
|
21503
|
+
"name": "width",
|
21504
|
+
"description": "Sets the width for the component.",
|
21505
|
+
"doc-url": "https://vuetifyjs.com/api/VExpansionPanels#props",
|
21506
|
+
"value": {
|
21507
|
+
"kind": "expression",
|
21508
|
+
"type": "string | number"
|
21509
|
+
}
|
21510
|
+
},
|
21257
21511
|
{
|
21258
21512
|
"name": "eager",
|
21259
21513
|
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
@@ -21417,6 +21671,15 @@
|
|
21417
21671
|
"type": "boolean"
|
21418
21672
|
}
|
21419
21673
|
},
|
21674
|
+
{
|
21675
|
+
"name": "activeColor",
|
21676
|
+
"description": "The applied color when the component is in an active state.",
|
21677
|
+
"doc-url": "https://vuetifyjs.com/api/VFab#props",
|
21678
|
+
"value": {
|
21679
|
+
"kind": "expression",
|
21680
|
+
"type": "string"
|
21681
|
+
}
|
21682
|
+
},
|
21420
21683
|
{
|
21421
21684
|
"name": "baseColor",
|
21422
21685
|
"description": "Sets the color of component when not focused.",
|
@@ -22767,7 +23030,7 @@
|
|
22767
23030
|
"doc-url": "https://vuetifyjs.com/api/VFileInput#props",
|
22768
23031
|
"value": {
|
22769
23032
|
"kind": "expression",
|
22770
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
23033
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
22771
23034
|
}
|
22772
23035
|
},
|
22773
23036
|
{
|
@@ -23518,7 +23781,7 @@
|
|
23518
23781
|
"default": "'input'",
|
23519
23782
|
"value": {
|
23520
23783
|
"kind": "expression",
|
23521
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
23784
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
23522
23785
|
}
|
23523
23786
|
}
|
23524
23787
|
],
|
@@ -23788,6 +24051,16 @@
|
|
23788
24051
|
"description": "",
|
23789
24052
|
"doc-url": "https://vuetifyjs.com/api/v-img",
|
23790
24053
|
"attributes": [
|
24054
|
+
{
|
24055
|
+
"name": "absolute",
|
24056
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))",
|
24057
|
+
"doc-url": "https://vuetifyjs.com/api/VImg#props",
|
24058
|
+
"default": "false",
|
24059
|
+
"value": {
|
24060
|
+
"kind": "expression",
|
24061
|
+
"type": "boolean"
|
24062
|
+
}
|
24063
|
+
},
|
23791
24064
|
{
|
23792
24065
|
"name": "alt",
|
23793
24066
|
"description": "Alternate text for screen readers. Leave empty for decorative images.",
|
@@ -23837,7 +24110,7 @@
|
|
23837
24110
|
},
|
23838
24111
|
{
|
23839
24112
|
"name": "gradient",
|
23840
|
-
"description": "The gradient to apply to the image.
|
24113
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes.",
|
23841
24114
|
"doc-url": "https://vuetifyjs.com/api/VImg#props",
|
23842
24115
|
"value": {
|
23843
24116
|
"kind": "expression",
|
@@ -24553,7 +24826,7 @@
|
|
24553
24826
|
"doc-url": "https://vuetifyjs.com/api/VInput#props",
|
24554
24827
|
"value": {
|
24555
24828
|
"kind": "expression",
|
24556
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
24829
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
24557
24830
|
}
|
24558
24831
|
},
|
24559
24832
|
{
|
@@ -25271,7 +25544,7 @@
|
|
25271
25544
|
"attributes": [
|
25272
25545
|
{
|
25273
25546
|
"name": "position",
|
25274
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25547
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLayoutItem.json))",
|
25275
25548
|
"doc-url": "https://vuetifyjs.com/api/VLayoutItem#props",
|
25276
25549
|
"value": {
|
25277
25550
|
"kind": "expression",
|
@@ -25562,7 +25835,7 @@
|
|
25562
25835
|
},
|
25563
25836
|
{
|
25564
25837
|
"name": "expandIcon",
|
25565
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25838
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25566
25839
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25567
25840
|
"value": {
|
25568
25841
|
"kind": "expression",
|
@@ -25571,7 +25844,7 @@
|
|
25571
25844
|
},
|
25572
25845
|
{
|
25573
25846
|
"name": "collapseIcon",
|
25574
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25847
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25575
25848
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25576
25849
|
"value": {
|
25577
25850
|
"kind": "expression",
|
@@ -25610,7 +25883,7 @@
|
|
25610
25883
|
},
|
25611
25884
|
{
|
25612
25885
|
"name": "activatable",
|
25613
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25886
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
|
25614
25887
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25615
25888
|
"default": "false",
|
25616
25889
|
"value": {
|
@@ -25620,7 +25893,7 @@
|
|
25620
25893
|
},
|
25621
25894
|
{
|
25622
25895
|
"name": "selectable",
|
25623
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
25896
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/nested.json))",
|
25624
25897
|
"doc-url": "https://vuetifyjs.com/api/VList#props",
|
25625
25898
|
"default": "false",
|
25626
25899
|
"value": {
|
@@ -25917,7 +26190,7 @@
|
|
25917
26190
|
"events": [
|
25918
26191
|
{
|
25919
26192
|
"name": "click:open",
|
25920
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26193
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25921
26194
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25922
26195
|
"arguments": [
|
25923
26196
|
{
|
@@ -25928,7 +26201,7 @@
|
|
25928
26201
|
},
|
25929
26202
|
{
|
25930
26203
|
"name": "click:select",
|
25931
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26204
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25932
26205
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25933
26206
|
"arguments": [
|
25934
26207
|
{
|
@@ -25939,7 +26212,7 @@
|
|
25939
26212
|
},
|
25940
26213
|
{
|
25941
26214
|
"name": "update:opened",
|
25942
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26215
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25943
26216
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25944
26217
|
"arguments": [
|
25945
26218
|
{
|
@@ -25950,7 +26223,7 @@
|
|
25950
26223
|
},
|
25951
26224
|
{
|
25952
26225
|
"name": "update:selected",
|
25953
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26226
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25954
26227
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25955
26228
|
"arguments": [
|
25956
26229
|
{
|
@@ -25961,7 +26234,7 @@
|
|
25961
26234
|
},
|
25962
26235
|
{
|
25963
26236
|
"name": "update:activated",
|
25964
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26237
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25965
26238
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25966
26239
|
"arguments": [
|
25967
26240
|
{
|
@@ -25972,7 +26245,7 @@
|
|
25972
26245
|
},
|
25973
26246
|
{
|
25974
26247
|
"name": "click:activate",
|
25975
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26248
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
25976
26249
|
"doc-url": "https://vuetifyjs.com/api/v-list#events",
|
25977
26250
|
"arguments": [
|
25978
26251
|
{
|
@@ -26021,7 +26294,7 @@
|
|
26021
26294
|
},
|
26022
26295
|
{
|
26023
26296
|
"name": "divider",
|
26024
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26297
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L22-L22.json))",
|
26025
26298
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
26026
26299
|
"vue-properties": [
|
26027
26300
|
{
|
@@ -26032,7 +26305,7 @@
|
|
26032
26305
|
},
|
26033
26306
|
{
|
26034
26307
|
"name": "subheader",
|
26035
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26308
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L23-L23.json))",
|
26036
26309
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
26037
26310
|
"vue-properties": [
|
26038
26311
|
{
|
@@ -26043,7 +26316,7 @@
|
|
26043
26316
|
},
|
26044
26317
|
{
|
26045
26318
|
"name": "header",
|
26046
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26319
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VList/VListChildren.tsx#L24-L24.json))",
|
26047
26320
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
26048
26321
|
"vue-properties": [
|
26049
26322
|
{
|
@@ -26134,7 +26407,7 @@
|
|
26134
26407
|
},
|
26135
26408
|
{
|
26136
26409
|
"name": "fluid",
|
26137
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26410
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
|
26138
26411
|
"doc-url": "https://vuetifyjs.com/api/VListGroup#props",
|
26139
26412
|
"default": "false",
|
26140
26413
|
"value": {
|
@@ -26344,7 +26617,7 @@
|
|
26344
26617
|
},
|
26345
26618
|
{
|
26346
26619
|
"name": "nav",
|
26347
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26620
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
26348
26621
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26349
26622
|
"default": "false",
|
26350
26623
|
"value": {
|
@@ -26391,7 +26664,7 @@
|
|
26391
26664
|
},
|
26392
26665
|
{
|
26393
26666
|
"name": "slim",
|
26394
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26667
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
26395
26668
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26396
26669
|
"default": "false",
|
26397
26670
|
"value": {
|
@@ -26579,7 +26852,7 @@
|
|
26579
26852
|
},
|
26580
26853
|
{
|
26581
26854
|
"name": "lines",
|
26582
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26855
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
26583
26856
|
"doc-url": "https://vuetifyjs.com/api/VListItem#props",
|
26584
26857
|
"default": "false",
|
26585
26858
|
"value": {
|
@@ -26602,7 +26875,7 @@
|
|
26602
26875
|
},
|
26603
26876
|
{
|
26604
26877
|
"name": "clickOnce",
|
26605
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
26878
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
26606
26879
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#events",
|
26607
26880
|
"arguments": [
|
26608
26881
|
{
|
@@ -26911,7 +27184,7 @@
|
|
26911
27184
|
},
|
26912
27185
|
{
|
26913
27186
|
"name": "inset",
|
26914
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27187
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
|
26915
27188
|
"doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
|
26916
27189
|
"default": "false",
|
26917
27190
|
"value": {
|
@@ -26921,7 +27194,7 @@
|
|
26921
27194
|
},
|
26922
27195
|
{
|
26923
27196
|
"name": "sticky",
|
26924
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27197
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListSubheader.json))",
|
26925
27198
|
"doc-url": "https://vuetifyjs.com/api/VListSubheader#props",
|
26926
27199
|
"default": "false",
|
26927
27200
|
"value": {
|
@@ -26973,7 +27246,7 @@
|
|
26973
27246
|
"attributes": [
|
26974
27247
|
{
|
26975
27248
|
"name": "locale",
|
26976
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27249
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
26977
27250
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
26978
27251
|
"value": {
|
26979
27252
|
"kind": "expression",
|
@@ -26982,7 +27255,7 @@
|
|
26982
27255
|
},
|
26983
27256
|
{
|
26984
27257
|
"name": "fallbackLocale",
|
26985
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27258
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
26986
27259
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
26987
27260
|
"value": {
|
26988
27261
|
"kind": "expression",
|
@@ -27000,7 +27273,7 @@
|
|
27000
27273
|
},
|
27001
27274
|
{
|
27002
27275
|
"name": "rtl",
|
27003
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27276
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VLocaleProvider.json))",
|
27004
27277
|
"doc-url": "https://vuetifyjs.com/api/VLocaleProvider#props",
|
27005
27278
|
"value": {
|
27006
27279
|
"kind": "expression",
|
@@ -27032,7 +27305,7 @@
|
|
27032
27305
|
"attributes": [
|
27033
27306
|
{
|
27034
27307
|
"name": "scrollable",
|
27035
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
27308
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))",
|
27036
27309
|
"doc-url": "https://vuetifyjs.com/api/VMain#props",
|
27037
27310
|
"default": "false",
|
27038
27311
|
"value": {
|
@@ -27759,7 +28032,7 @@
|
|
27759
28032
|
},
|
27760
28033
|
{
|
27761
28034
|
"name": "sticky",
|
27762
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28035
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNavigationDrawer.json))",
|
27763
28036
|
"doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
|
27764
28037
|
"default": "false",
|
27765
28038
|
"value": {
|
@@ -28004,7 +28277,7 @@
|
|
28004
28277
|
},
|
28005
28278
|
{
|
28006
28279
|
"name": "controlVariant",
|
28007
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28280
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28008
28281
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28009
28282
|
"default": "'default'",
|
28010
28283
|
"value": {
|
@@ -28014,7 +28287,7 @@
|
|
28014
28287
|
},
|
28015
28288
|
{
|
28016
28289
|
"name": "inset",
|
28017
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28290
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28018
28291
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28019
28292
|
"default": "false",
|
28020
28293
|
"value": {
|
@@ -28024,7 +28297,7 @@
|
|
28024
28297
|
},
|
28025
28298
|
{
|
28026
28299
|
"name": "hideInput",
|
28027
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28300
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28028
28301
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28029
28302
|
"default": "false",
|
28030
28303
|
"value": {
|
@@ -28034,7 +28307,7 @@
|
|
28034
28307
|
},
|
28035
28308
|
{
|
28036
28309
|
"name": "min",
|
28037
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28310
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28038
28311
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28039
28312
|
"default": "null",
|
28040
28313
|
"value": {
|
@@ -28054,7 +28327,7 @@
|
|
28054
28327
|
},
|
28055
28328
|
{
|
28056
28329
|
"name": "max",
|
28057
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28330
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28058
28331
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28059
28332
|
"default": "null",
|
28060
28333
|
"value": {
|
@@ -28064,7 +28337,7 @@
|
|
28064
28337
|
},
|
28065
28338
|
{
|
28066
28339
|
"name": "step",
|
28067
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
28340
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VNumberInput.json))",
|
28068
28341
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28069
28342
|
"default": "1",
|
28070
28343
|
"value": {
|
@@ -28363,7 +28636,7 @@
|
|
28363
28636
|
"doc-url": "https://vuetifyjs.com/api/VNumberInput#props",
|
28364
28637
|
"value": {
|
28365
28638
|
"kind": "expression",
|
28366
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
28639
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
28367
28640
|
}
|
28368
28641
|
},
|
28369
28642
|
{
|
@@ -28884,7 +29157,7 @@
|
|
28884
29157
|
},
|
28885
29158
|
{
|
28886
29159
|
"name": "increment",
|
28887
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29160
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
|
28888
29161
|
"doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
|
28889
29162
|
"vue-properties": [
|
28890
29163
|
{
|
@@ -28895,7 +29168,7 @@
|
|
28895
29168
|
},
|
28896
29169
|
{
|
28897
29170
|
"name": "decrement",
|
28898
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29171
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VNumberInput/VNumberInput.tsx#L22-L24.json))",
|
28899
29172
|
"doc-url": "https://vuetifyjs.com/api/v-number-input#slots",
|
28900
29173
|
"vue-properties": [
|
28901
29174
|
{
|
@@ -29576,7 +29849,7 @@
|
|
29576
29849
|
},
|
29577
29850
|
{
|
29578
29851
|
"name": "afterEnter",
|
29579
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
29852
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VOverlay.json))",
|
29580
29853
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#events",
|
29581
29854
|
"arguments": [
|
29582
29855
|
{
|
@@ -30133,7 +30406,7 @@
|
|
30133
30406
|
"attributes": [
|
30134
30407
|
{
|
30135
30408
|
"name": "scale",
|
30136
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30409
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
30137
30410
|
"doc-url": "https://vuetifyjs.com/api/VParallax#props",
|
30138
30411
|
"default": "0.5",
|
30139
30412
|
"value": {
|
@@ -30151,17 +30424,17 @@
|
|
30151
30424
|
},
|
30152
30425
|
{
|
30153
30426
|
"name": "placeholder",
|
30154
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30427
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
30155
30428
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
30156
30429
|
},
|
30157
30430
|
{
|
30158
30431
|
"name": "error",
|
30159
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30432
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
30160
30433
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
30161
30434
|
},
|
30162
30435
|
{
|
30163
30436
|
"name": "sources",
|
30164
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30437
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VParallax.json))",
|
30165
30438
|
"doc-url": "https://vuetifyjs.com/api/v-parallax#slots"
|
30166
30439
|
}
|
30167
30440
|
],
|
@@ -30360,7 +30633,7 @@
|
|
30360
30633
|
"slots": [
|
30361
30634
|
{
|
30362
30635
|
"name": "header",
|
30363
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
30364
30637
|
"doc-url": "https://vuetifyjs.com/api/v-picker#slots"
|
30365
30638
|
},
|
30366
30639
|
{
|
@@ -30370,7 +30643,7 @@
|
|
30370
30643
|
},
|
30371
30644
|
{
|
30372
30645
|
"name": "actions",
|
30373
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
30646
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))",
|
30374
30647
|
"doc-url": "https://vuetifyjs.com/api/v-picker#slots"
|
30375
30648
|
},
|
30376
30649
|
{
|
@@ -30811,7 +31084,7 @@
|
|
30811
31084
|
"attributes": [
|
30812
31085
|
{
|
30813
31086
|
"name": "pullDownThreshold",
|
30814
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
31087
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
|
30815
31088
|
"doc-url": "https://vuetifyjs.com/api/VPullToRefresh#props",
|
30816
31089
|
"default": "64",
|
30817
31090
|
"value": {
|
@@ -30823,7 +31096,7 @@
|
|
30823
31096
|
"events": [
|
30824
31097
|
{
|
30825
31098
|
"name": "load",
|
30826
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
31099
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))",
|
30827
31100
|
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#events",
|
30828
31101
|
"arguments": [
|
30829
31102
|
{
|
@@ -30841,7 +31114,7 @@
|
|
30841
31114
|
},
|
30842
31115
|
{
|
30843
31116
|
"name": "pullDownPanel",
|
30844
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
31117
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/labs/VPullToRefresh/VPullToRefresh.tsx#L14-L18.json))",
|
30845
31118
|
"doc-url": "https://vuetifyjs.com/api/v-pull-to-refresh#slots",
|
30846
31119
|
"vue-properties": [
|
30847
31120
|
{
|
@@ -31412,7 +31685,7 @@
|
|
31412
31685
|
"doc-url": "https://vuetifyjs.com/api/VRadioGroup#props",
|
31413
31686
|
"value": {
|
31414
31687
|
"kind": "expression",
|
31415
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
31688
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
31416
31689
|
}
|
31417
31690
|
},
|
31418
31691
|
{
|
@@ -32004,7 +32277,7 @@
|
|
32004
32277
|
"doc-url": "https://vuetifyjs.com/api/VRangeSlider#props",
|
32005
32278
|
"value": {
|
32006
32279
|
"kind": "expression",
|
32007
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
32280
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
32008
32281
|
}
|
32009
32282
|
},
|
32010
32283
|
{
|
@@ -32597,7 +32870,7 @@
|
|
32597
32870
|
},
|
32598
32871
|
{
|
32599
32872
|
"name": "itemAriaLabel",
|
32600
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
32873
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VRating.json))",
|
32601
32874
|
"doc-url": "https://vuetifyjs.com/api/VRating#props",
|
32602
32875
|
"default": "'$vuetify.rating.ariaLabel.item'",
|
32603
32876
|
"value": {
|
@@ -32951,7 +33224,7 @@
|
|
32951
33224
|
},
|
32952
33225
|
{
|
32953
33226
|
"name": "additional",
|
32954
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
33227
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VResponsive.json))",
|
32955
33228
|
"doc-url": "https://vuetifyjs.com/api/v-responsive#slots"
|
32956
33229
|
}
|
32957
33230
|
],
|
@@ -34221,7 +34494,7 @@
|
|
34221
34494
|
"doc-url": "https://vuetifyjs.com/api/VSelect#props",
|
34222
34495
|
"value": {
|
34223
34496
|
"kind": "expression",
|
34224
|
-
"type": "| 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'"
|
34497
|
+
"type": "| 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'"
|
34225
34498
|
}
|
34226
34499
|
},
|
34227
34500
|
{
|
@@ -35441,7 +35714,7 @@
|
|
35441
35714
|
},
|
35442
35715
|
{
|
35443
35716
|
"name": "loadingText",
|
35444
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
35717
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VSkeletonLoader.json))",
|
35445
35718
|
"doc-url": "https://vuetifyjs.com/api/VSkeletonLoader#props",
|
35446
35719
|
"default": "'$vuetify.loading'",
|
35447
35720
|
"value": {
|
@@ -36613,7 +36886,7 @@
|
|
36613
36886
|
"doc-url": "https://vuetifyjs.com/api/VSlider#props",
|
36614
36887
|
"value": {
|
36615
36888
|
"kind": "expression",
|
36616
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
36889
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
36617
36890
|
}
|
36618
36891
|
},
|
36619
36892
|
{
|
@@ -38116,7 +38389,7 @@
|
|
38116
38389
|
},
|
38117
38390
|
{
|
38118
38391
|
"name": "id",
|
38119
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38392
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
38120
38393
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
38121
38394
|
"value": {
|
38122
38395
|
"kind": "expression",
|
@@ -38125,7 +38398,7 @@
|
|
38125
38398
|
},
|
38126
38399
|
{
|
38127
38400
|
"name": "itemValue",
|
38128
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38401
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
38129
38402
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
38130
38403
|
"default": "'value'",
|
38131
38404
|
"value": {
|
@@ -38145,7 +38418,7 @@
|
|
38145
38418
|
},
|
38146
38419
|
{
|
38147
38420
|
"name": "min",
|
38148
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38421
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
38149
38422
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
38150
38423
|
"value": {
|
38151
38424
|
"kind": "expression",
|
@@ -38154,7 +38427,7 @@
|
|
38154
38427
|
},
|
38155
38428
|
{
|
38156
38429
|
"name": "max",
|
38157
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38430
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Line.json))",
|
38158
38431
|
"doc-url": "https://vuetifyjs.com/api/VSparkline#props",
|
38159
38432
|
"value": {
|
38160
38433
|
"kind": "expression",
|
@@ -38686,7 +38959,7 @@
|
|
38686
38959
|
},
|
38687
38960
|
{
|
38688
38961
|
"name": "completeIcon",
|
38689
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38962
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
|
38690
38963
|
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38691
38964
|
"value": {
|
38692
38965
|
"kind": "expression",
|
@@ -38695,7 +38968,7 @@
|
|
38695
38968
|
},
|
38696
38969
|
{
|
38697
38970
|
"name": "editIcon",
|
38698
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38971
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
|
38699
38972
|
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38700
38973
|
"value": {
|
38701
38974
|
"kind": "expression",
|
@@ -38714,7 +38987,7 @@
|
|
38714
38987
|
},
|
38715
38988
|
{
|
38716
38989
|
"name": "errorIcon",
|
38717
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
38990
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
|
38718
38991
|
"doc-url": "https://vuetifyjs.com/api/VStepper#props",
|
38719
38992
|
"value": {
|
38720
38993
|
"kind": "expression",
|
@@ -39739,7 +40012,7 @@
|
|
39739
40012
|
},
|
39740
40013
|
{
|
39741
40014
|
"name": "completeIcon",
|
39742
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40015
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
|
39743
40016
|
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39744
40017
|
"value": {
|
39745
40018
|
"kind": "expression",
|
@@ -39748,7 +40021,7 @@
|
|
39748
40021
|
},
|
39749
40022
|
{
|
39750
40023
|
"name": "editIcon",
|
39751
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40024
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
|
39752
40025
|
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39753
40026
|
"value": {
|
39754
40027
|
"kind": "expression",
|
@@ -39767,7 +40040,7 @@
|
|
39767
40040
|
},
|
39768
40041
|
{
|
39769
40042
|
"name": "errorIcon",
|
39770
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40043
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))",
|
39771
40044
|
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
39772
40045
|
"value": {
|
39773
40046
|
"kind": "expression",
|
@@ -40015,6 +40288,60 @@
|
|
40015
40288
|
"type": "boolean"
|
40016
40289
|
}
|
40017
40290
|
},
|
40291
|
+
{
|
40292
|
+
"name": "height",
|
40293
|
+
"description": "Sets the height for the component.",
|
40294
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
40295
|
+
"value": {
|
40296
|
+
"kind": "expression",
|
40297
|
+
"type": "string | number"
|
40298
|
+
}
|
40299
|
+
},
|
40300
|
+
{
|
40301
|
+
"name": "maxHeight",
|
40302
|
+
"description": "Sets the maximum height for the component.",
|
40303
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
40304
|
+
"value": {
|
40305
|
+
"kind": "expression",
|
40306
|
+
"type": "string | number"
|
40307
|
+
}
|
40308
|
+
},
|
40309
|
+
{
|
40310
|
+
"name": "maxWidth",
|
40311
|
+
"description": "Sets the maximum width for the component.",
|
40312
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
40313
|
+
"value": {
|
40314
|
+
"kind": "expression",
|
40315
|
+
"type": "string | number"
|
40316
|
+
}
|
40317
|
+
},
|
40318
|
+
{
|
40319
|
+
"name": "minHeight",
|
40320
|
+
"description": "Sets the minimum height for the component.",
|
40321
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
40322
|
+
"value": {
|
40323
|
+
"kind": "expression",
|
40324
|
+
"type": "string | number"
|
40325
|
+
}
|
40326
|
+
},
|
40327
|
+
{
|
40328
|
+
"name": "minWidth",
|
40329
|
+
"description": "Sets the minimum width for the component.",
|
40330
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
40331
|
+
"value": {
|
40332
|
+
"kind": "expression",
|
40333
|
+
"type": "string | number"
|
40334
|
+
}
|
40335
|
+
},
|
40336
|
+
{
|
40337
|
+
"name": "width",
|
40338
|
+
"description": "Sets the width for the component.",
|
40339
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVertical#props",
|
40340
|
+
"value": {
|
40341
|
+
"kind": "expression",
|
40342
|
+
"type": "string | number"
|
40343
|
+
}
|
40344
|
+
},
|
40018
40345
|
{
|
40019
40346
|
"name": "eager",
|
40020
40347
|
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
@@ -40640,7 +40967,7 @@
|
|
40640
40967
|
},
|
40641
40968
|
{
|
40642
40969
|
"name": "focusable",
|
40643
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
40970
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VExpansionPanelTitle.json))",
|
40644
40971
|
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
40645
40972
|
"default": "false",
|
40646
40973
|
"value": {
|
@@ -40668,6 +40995,60 @@
|
|
40668
40995
|
"type": "boolean"
|
40669
40996
|
}
|
40670
40997
|
},
|
40998
|
+
{
|
40999
|
+
"name": "height",
|
41000
|
+
"description": "Sets the height for the component.",
|
41001
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
41002
|
+
"value": {
|
41003
|
+
"kind": "expression",
|
41004
|
+
"type": "string | number"
|
41005
|
+
}
|
41006
|
+
},
|
41007
|
+
{
|
41008
|
+
"name": "maxHeight",
|
41009
|
+
"description": "Sets the maximum height for the component.",
|
41010
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
41011
|
+
"value": {
|
41012
|
+
"kind": "expression",
|
41013
|
+
"type": "string | number"
|
41014
|
+
}
|
41015
|
+
},
|
41016
|
+
{
|
41017
|
+
"name": "maxWidth",
|
41018
|
+
"description": "Sets the maximum width for the component.",
|
41019
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
41020
|
+
"value": {
|
41021
|
+
"kind": "expression",
|
41022
|
+
"type": "string | number"
|
41023
|
+
}
|
41024
|
+
},
|
41025
|
+
{
|
41026
|
+
"name": "minHeight",
|
41027
|
+
"description": "Sets the minimum height for the component.",
|
41028
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
41029
|
+
"value": {
|
41030
|
+
"kind": "expression",
|
41031
|
+
"type": "string | number"
|
41032
|
+
}
|
41033
|
+
},
|
41034
|
+
{
|
41035
|
+
"name": "minWidth",
|
41036
|
+
"description": "Sets the minimum width for the component.",
|
41037
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
41038
|
+
"value": {
|
41039
|
+
"kind": "expression",
|
41040
|
+
"type": "string | number"
|
41041
|
+
}
|
41042
|
+
},
|
41043
|
+
{
|
41044
|
+
"name": "width",
|
41045
|
+
"description": "Sets the width for the component.",
|
41046
|
+
"doc-url": "https://vuetifyjs.com/api/VStepperVerticalItem#props",
|
41047
|
+
"value": {
|
41048
|
+
"kind": "expression",
|
41049
|
+
"type": "string | number"
|
41050
|
+
}
|
41051
|
+
},
|
40671
41052
|
{
|
40672
41053
|
"name": "eager",
|
40673
41054
|
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO.",
|
@@ -40693,7 +41074,7 @@
|
|
40693
41074
|
},
|
40694
41075
|
{
|
40695
41076
|
"name": "click:prev",
|
40696
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
41077
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
|
40697
41078
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#events",
|
40698
41079
|
"arguments": [
|
40699
41080
|
{
|
@@ -40748,7 +41129,7 @@
|
|
40748
41129
|
},
|
40749
41130
|
{
|
40750
41131
|
"name": "icon",
|
40751
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
41132
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
|
40752
41133
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
40753
41134
|
"vue-properties": [
|
40754
41135
|
{
|
@@ -40872,7 +41253,7 @@
|
|
40872
41253
|
},
|
40873
41254
|
{
|
40874
41255
|
"name": "prev",
|
40875
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
41256
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
|
40876
41257
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
40877
41258
|
"vue-properties": [
|
40878
41259
|
{
|
@@ -40903,7 +41284,7 @@
|
|
40903
41284
|
},
|
40904
41285
|
{
|
40905
41286
|
"name": "next",
|
40906
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
41287
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VStepper/VStepperItem.tsx#L26-L33.json))",
|
40907
41288
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots",
|
40908
41289
|
"vue-properties": [
|
40909
41290
|
{
|
@@ -40934,7 +41315,7 @@
|
|
40934
41315
|
},
|
40935
41316
|
{
|
40936
41317
|
"name": "actions",
|
40937
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
41318
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VStepperVerticalItem.json))",
|
40938
41319
|
"doc-url": "https://vuetifyjs.com/api/v-stepper-vertical-item#slots"
|
40939
41320
|
}
|
40940
41321
|
],
|
@@ -41443,7 +41824,7 @@
|
|
41443
41824
|
"doc-url": "https://vuetifyjs.com/api/VSwitch#props",
|
41444
41825
|
"value": {
|
41445
41826
|
"kind": "expression",
|
41446
|
-
"type": "| 'input'\n | 'blur'\n | 'submit'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy'"
|
41827
|
+
"type": "| 'input'\n | 'blur'\n | 'submit'\n | 'invalid-input'\n | 'input lazy'\n | 'blur lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'input eager'\n | 'blur eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy input'\n | 'lazy blur'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager input'\n | 'eager blur'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
41447
41828
|
}
|
41448
41829
|
},
|
41449
41830
|
{
|
@@ -42099,6 +42480,15 @@
|
|
42099
42480
|
"type": "'horizontal' | 'vertical'"
|
42100
42481
|
}
|
42101
42482
|
},
|
42483
|
+
{
|
42484
|
+
"name": "activeColor",
|
42485
|
+
"description": "The applied color when the component is in an active state.",
|
42486
|
+
"doc-url": "https://vuetifyjs.com/api/VTab#props",
|
42487
|
+
"value": {
|
42488
|
+
"kind": "expression",
|
42489
|
+
"type": "string"
|
42490
|
+
}
|
42491
|
+
},
|
42102
42492
|
{
|
42103
42493
|
"name": "baseColor",
|
42104
42494
|
"description": "Sets the color of component when not focused.",
|
@@ -42830,7 +43220,7 @@
|
|
42830
43220
|
},
|
42831
43221
|
{
|
42832
43222
|
"name": "tab",
|
42833
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43223
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
42834
43224
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
42835
43225
|
"vue-properties": [
|
42836
43226
|
{
|
@@ -42852,12 +43242,12 @@
|
|
42852
43242
|
},
|
42853
43243
|
{
|
42854
43244
|
"name": "window",
|
42855
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43245
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTabs.json))",
|
42856
43246
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots"
|
42857
43247
|
},
|
42858
43248
|
{
|
42859
43249
|
"name": "[`tab.${string}`]",
|
42860
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43250
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
42861
43251
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
42862
43252
|
"vue-properties": [
|
42863
43253
|
{
|
@@ -42868,7 +43258,7 @@
|
|
42868
43258
|
},
|
42869
43259
|
{
|
42870
43260
|
"name": "[`item.${string}`]",
|
42871
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
43261
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
42872
43262
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
42873
43263
|
"vue-properties": [
|
42874
43264
|
{
|
@@ -43404,7 +43794,7 @@
|
|
43404
43794
|
"doc-url": "https://vuetifyjs.com/api/VTextField#props",
|
43405
43795
|
"value": {
|
43406
43796
|
"kind": "expression",
|
43407
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
43797
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
43408
43798
|
}
|
43409
43799
|
},
|
43410
43800
|
{
|
@@ -44024,7 +44414,7 @@
|
|
44024
44414
|
},
|
44025
44415
|
{
|
44026
44416
|
"name": "autofocus",
|
44027
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
44417
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTextarea.json))",
|
44028
44418
|
"doc-url": "https://vuetifyjs.com/api/VTextarea#props",
|
44029
44419
|
"default": "false",
|
44030
44420
|
"value": {
|
@@ -44333,7 +44723,7 @@
|
|
44333
44723
|
"doc-url": "https://vuetifyjs.com/api/VTextarea#props",
|
44334
44724
|
"value": {
|
44335
44725
|
"kind": "expression",
|
44336
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
44726
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
44337
44727
|
}
|
44338
44728
|
},
|
44339
44729
|
{
|
@@ -44909,7 +45299,7 @@
|
|
44909
45299
|
"attributes": [
|
44910
45300
|
{
|
44911
45301
|
"name": "withBackground",
|
44912
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45302
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VThemeProvider.json))",
|
44913
45303
|
"doc-url": "https://vuetifyjs.com/api/VThemeProvider#props",
|
44914
45304
|
"default": "false",
|
44915
45305
|
"value": {
|
@@ -45039,7 +45429,7 @@
|
|
45039
45429
|
},
|
45040
45430
|
{
|
45041
45431
|
"name": "useSeconds",
|
45042
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45432
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
|
45043
45433
|
"doc-url": "https://vuetifyjs.com/api/VTimePicker#props",
|
45044
45434
|
"default": "false",
|
45045
45435
|
"value": {
|
@@ -45306,7 +45696,7 @@
|
|
45306
45696
|
},
|
45307
45697
|
{
|
45308
45698
|
"name": "actions",
|
45309
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45699
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))",
|
45310
45700
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker#slots"
|
45311
45701
|
},
|
45312
45702
|
{
|
@@ -45331,7 +45721,7 @@
|
|
45331
45721
|
"attributes": [
|
45332
45722
|
{
|
45333
45723
|
"name": "ampm",
|
45334
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45724
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45335
45725
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45336
45726
|
"default": "false",
|
45337
45727
|
"value": {
|
@@ -45360,7 +45750,7 @@
|
|
45360
45750
|
},
|
45361
45751
|
{
|
45362
45752
|
"name": "displayedValue",
|
45363
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45753
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45364
45754
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45365
45755
|
"value": {
|
45366
45756
|
"kind": "expression",
|
@@ -45369,7 +45759,7 @@
|
|
45369
45759
|
},
|
45370
45760
|
{
|
45371
45761
|
"name": "double",
|
45372
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45762
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45373
45763
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45374
45764
|
"default": "false",
|
45375
45765
|
"value": {
|
@@ -45379,7 +45769,7 @@
|
|
45379
45769
|
},
|
45380
45770
|
{
|
45381
45771
|
"name": "format",
|
45382
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45772
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45383
45773
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45384
45774
|
"value": {
|
45385
45775
|
"kind": "expression",
|
@@ -45388,7 +45778,7 @@
|
|
45388
45778
|
},
|
45389
45779
|
{
|
45390
45780
|
"name": "max",
|
45391
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45781
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45392
45782
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45393
45783
|
"value": {
|
45394
45784
|
"kind": "expression",
|
@@ -45397,7 +45787,7 @@
|
|
45397
45787
|
},
|
45398
45788
|
{
|
45399
45789
|
"name": "min",
|
45400
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45790
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45401
45791
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45402
45792
|
"value": {
|
45403
45793
|
"kind": "expression",
|
@@ -45406,7 +45796,7 @@
|
|
45406
45796
|
},
|
45407
45797
|
{
|
45408
45798
|
"name": "scrollable",
|
45409
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45799
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45410
45800
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45411
45801
|
"default": "false",
|
45412
45802
|
"value": {
|
@@ -45416,7 +45806,7 @@
|
|
45416
45806
|
},
|
45417
45807
|
{
|
45418
45808
|
"name": "readonly",
|
45419
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45809
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45420
45810
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45421
45811
|
"default": "false",
|
45422
45812
|
"value": {
|
@@ -45426,7 +45816,7 @@
|
|
45426
45816
|
},
|
45427
45817
|
{
|
45428
45818
|
"name": "rotate",
|
45429
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45819
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45430
45820
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45431
45821
|
"default": "0",
|
45432
45822
|
"value": {
|
@@ -45436,7 +45826,7 @@
|
|
45436
45826
|
},
|
45437
45827
|
{
|
45438
45828
|
"name": "step",
|
45439
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45829
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45440
45830
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45441
45831
|
"default": "1",
|
45442
45832
|
"value": {
|
@@ -45455,7 +45845,7 @@
|
|
45455
45845
|
},
|
45456
45846
|
{
|
45457
45847
|
"name": "allowedValues",
|
45458
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45848
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45459
45849
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerClock#props",
|
45460
45850
|
"value": {
|
45461
45851
|
"kind": "expression",
|
@@ -45466,7 +45856,7 @@
|
|
45466
45856
|
"events": [
|
45467
45857
|
{
|
45468
45858
|
"name": "change",
|
45469
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45859
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))",
|
45470
45860
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-clock#events",
|
45471
45861
|
"arguments": [
|
45472
45862
|
{
|
@@ -45510,7 +45900,7 @@
|
|
45510
45900
|
"attributes": [
|
45511
45901
|
{
|
45512
45902
|
"name": "ampm",
|
45513
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45903
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45514
45904
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45515
45905
|
"default": "false",
|
45516
45906
|
"value": {
|
@@ -45520,7 +45910,7 @@
|
|
45520
45910
|
},
|
45521
45911
|
{
|
45522
45912
|
"name": "ampmReadonly",
|
45523
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45913
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45524
45914
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45525
45915
|
"default": "false",
|
45526
45916
|
"value": {
|
@@ -45549,7 +45939,7 @@
|
|
45549
45939
|
},
|
45550
45940
|
{
|
45551
45941
|
"name": "hour",
|
45552
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45942
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45553
45943
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45554
45944
|
"value": {
|
45555
45945
|
"kind": "expression",
|
@@ -45558,7 +45948,7 @@
|
|
45558
45948
|
},
|
45559
45949
|
{
|
45560
45950
|
"name": "minute",
|
45561
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45951
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45562
45952
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45563
45953
|
"value": {
|
45564
45954
|
"kind": "expression",
|
@@ -45567,7 +45957,7 @@
|
|
45567
45957
|
},
|
45568
45958
|
{
|
45569
45959
|
"name": "second",
|
45570
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45960
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45571
45961
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45572
45962
|
"value": {
|
45573
45963
|
"kind": "expression",
|
@@ -45576,7 +45966,7 @@
|
|
45576
45966
|
},
|
45577
45967
|
{
|
45578
45968
|
"name": "period",
|
45579
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45969
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45580
45970
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45581
45971
|
"value": {
|
45582
45972
|
"kind": "expression",
|
@@ -45585,7 +45975,7 @@
|
|
45585
45975
|
},
|
45586
45976
|
{
|
45587
45977
|
"name": "readonly",
|
45588
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45978
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45589
45979
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45590
45980
|
"default": "false",
|
45591
45981
|
"value": {
|
@@ -45595,7 +45985,7 @@
|
|
45595
45985
|
},
|
45596
45986
|
{
|
45597
45987
|
"name": "useSeconds",
|
45598
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45988
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45599
45989
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45600
45990
|
"default": "false",
|
45601
45991
|
"value": {
|
@@ -45605,7 +45995,7 @@
|
|
45605
45995
|
},
|
45606
45996
|
{
|
45607
45997
|
"name": "selecting",
|
45608
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
45998
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45609
45999
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45610
46000
|
"value": {
|
45611
46001
|
"kind": "expression",
|
@@ -45614,7 +46004,7 @@
|
|
45614
46004
|
},
|
45615
46005
|
{
|
45616
46006
|
"name": "value",
|
45617
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
46007
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45618
46008
|
"doc-url": "https://vuetifyjs.com/api/VTimePickerControls#props",
|
45619
46009
|
"value": {
|
45620
46010
|
"kind": "expression",
|
@@ -45625,7 +46015,7 @@
|
|
45625
46015
|
"events": [
|
45626
46016
|
{
|
45627
46017
|
"name": "update:period",
|
45628
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
46018
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45629
46019
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
|
45630
46020
|
"arguments": [
|
45631
46021
|
{
|
@@ -45636,7 +46026,7 @@
|
|
45636
46026
|
},
|
45637
46027
|
{
|
45638
46028
|
"name": "update:selecting",
|
45639
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
46029
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))",
|
45640
46030
|
"doc-url": "https://vuetifyjs.com/api/v-time-picker-controls#events",
|
45641
46031
|
"arguments": [
|
45642
46032
|
{
|
@@ -46931,7 +47321,7 @@
|
|
46931
47321
|
},
|
46932
47322
|
{
|
46933
47323
|
"name": "collapseIcon",
|
46934
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
47324
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VList.json))",
|
46935
47325
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
46936
47326
|
"default": "'$treeviewCollapse'",
|
46937
47327
|
"value": {
|
@@ -47444,7 +47834,7 @@
|
|
47444
47834
|
},
|
47445
47835
|
{
|
47446
47836
|
"name": "fluid",
|
47447
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
47837
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListGroup.json))",
|
47448
47838
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewGroup#props",
|
47449
47839
|
"default": "false",
|
47450
47840
|
"value": {
|
@@ -47538,7 +47928,7 @@
|
|
47538
47928
|
},
|
47539
47929
|
{
|
47540
47930
|
"name": "loading",
|
47541
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
47931
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
47542
47932
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47543
47933
|
"default": "false",
|
47544
47934
|
"value": {
|
@@ -47548,7 +47938,7 @@
|
|
47548
47938
|
},
|
47549
47939
|
{
|
47550
47940
|
"name": "toggleIcon",
|
47551
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
47941
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
47552
47942
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47553
47943
|
"value": {
|
47554
47944
|
"kind": "expression",
|
@@ -47630,7 +48020,7 @@
|
|
47630
48020
|
},
|
47631
48021
|
{
|
47632
48022
|
"name": "nav",
|
47633
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
48023
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
47634
48024
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47635
48025
|
"default": "false",
|
47636
48026
|
"value": {
|
@@ -47677,7 +48067,7 @@
|
|
47677
48067
|
},
|
47678
48068
|
{
|
47679
48069
|
"name": "slim",
|
47680
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
48070
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
47681
48071
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47682
48072
|
"default": "true",
|
47683
48073
|
"value": {
|
@@ -47865,7 +48255,7 @@
|
|
47865
48255
|
},
|
47866
48256
|
{
|
47867
48257
|
"name": "lines",
|
47868
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
48258
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VListItem.json))",
|
47869
48259
|
"doc-url": "https://vuetifyjs.com/api/VTreeviewItem#props",
|
47870
48260
|
"default": "false",
|
47871
48261
|
"value": {
|
@@ -47888,7 +48278,7 @@
|
|
47888
48278
|
},
|
47889
48279
|
{
|
47890
48280
|
"name": "clickOnce",
|
47891
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
48281
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewItem.json))",
|
47892
48282
|
"doc-url": "https://vuetifyjs.com/api/v-treeview-item#events",
|
47893
48283
|
"arguments": [
|
47894
48284
|
{
|
@@ -48098,7 +48488,7 @@
|
|
48098
48488
|
"doc-url": "https://vuetifyjs.com/api/VValidation#props",
|
48099
48489
|
"value": {
|
48100
48490
|
"kind": "expression",
|
48101
|
-
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'"
|
48491
|
+
"type": "| 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n | 'lazy'\n | 'eager'"
|
48102
48492
|
}
|
48103
48493
|
},
|
48104
48494
|
{
|