@vuetify/nightly 4.0.0-dev-20230421.0 → 4.0.0-dev-20230426.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -2
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +56 -4
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +40 -40
- package/dist/json/tags.json +18 -0
- package/dist/json/web-types.json +237 -10
- package/dist/vuetify-labs.css +1500 -1475
- package/dist/vuetify-labs.d.ts +343 -0
- package/dist/vuetify-labs.esm.js +221 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +221 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +9 -9
- package/dist/vuetify.d.ts +10 -10
- package/dist/vuetify.esm.js +15 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +719 -719
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VSlider/slider.mjs +2 -5
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +10 -10
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.css +26 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +215 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.sass +25 -0
- package/lib/labs/VInfiniteScroll/_variables.scss +3 -0
- package/lib/labs/VInfiniteScroll/index.d.ts +349 -0
- package/lib/labs/VInfiniteScroll/index.mjs +2 -0
- package/lib/labs/VInfiniteScroll/index.mjs.map +1 -0
- package/lib/labs/components.d.ts +343 -2
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +5 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +5 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +5 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +5 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +5 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +5 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +5 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +5 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +5 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +5 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +5 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +5 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +5 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +5 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +5 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +5 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +5 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +5 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.ts +168 -0
- package/lib/locale/it.mjs +5 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +5 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +5 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +5 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +5 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +5 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +5 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +5 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +5 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +5 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +5 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +5 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +5 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +5 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +5 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +5 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +5 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +5 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +5 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-20230426.0...v) (2023-04-26)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
# [4.0.0-dev-
|
5
|
+
# [4.0.0-dev-20230426.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.15...v4.0.0-dev-20230426.0) (2023-04-26)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
@@ -19,6 +19,7 @@
|
|
19
19
|
* **VBtn:** resize height of button when override $spacer ([#17097](https://github.com/vuetifyjs/vuetify/issues/17097)) ([6169fc8](https://github.com/vuetifyjs/vuetify/commit/6169fc8d92f6a41ed8e83543f4e61c2c8f3b4d66))
|
20
20
|
* **VBtn/VTab:** add text property ([753d444](https://github.com/vuetifyjs/vuetify/commit/753d444ebb1884b46479da6daf27be9b50de4f64))
|
21
21
|
* **VField:** add solo-inverted variant ([#16794](https://github.com/vuetifyjs/vuetify/issues/16794)) ([d0b41e4](https://github.com/vuetifyjs/vuetify/commit/d0b41e409139567ce69b334c52df3e6bc45b0715))
|
22
|
+
* **VInfiniteScroll:** initial implementation ([#15590](https://github.com/vuetifyjs/vuetify/issues/15590)) ([229a440](https://github.com/vuetifyjs/vuetify/commit/229a440e3d5b778c3ad9cba0a575b9835970c7d7)), closes [#3538](https://github.com/vuetifyjs/vuetify/issues/3538)
|
22
23
|
* **VSlider:** add start and end events ([#16514](https://github.com/vuetifyjs/vuetify/issues/16514)) ([be71818](https://github.com/vuetifyjs/vuetify/commit/be71818a01f5f8f35d6e665320f2d0bfae9642d1))
|
23
24
|
* **VTooltip:** add eager prop support ([#16752](https://github.com/vuetifyjs/vuetify/issues/16752)) ([d0761be](https://github.com/vuetifyjs/vuetify/commit/d0761be12dc9f1ce4833613ff5a7e37bca37662d))
|
24
25
|
* **VVirtualScroll:** promote from labs ([f8c5746](https://github.com/vuetifyjs/vuetify/commit/f8c57464d35c14fc31c81143936c37457e406c76))
|
@@ -3539,6 +3539,58 @@
|
|
3539
3539
|
"type": "string | { src: string; srcset: string; lazySrc: string; aspect: number }",
|
3540
3540
|
"description": "The image URL. This prop is mandatory."
|
3541
3541
|
},
|
3542
|
+
"v-infinite-scroll/height": {
|
3543
|
+
"type": "string | number",
|
3544
|
+
"description": "Sets the height for the component."
|
3545
|
+
},
|
3546
|
+
"v-infinite-scroll/max-height": {
|
3547
|
+
"type": "string | number",
|
3548
|
+
"description": "Sets the maximum height for the component."
|
3549
|
+
},
|
3550
|
+
"v-infinite-scroll/max-width": {
|
3551
|
+
"type": "string | number",
|
3552
|
+
"description": "Sets the maximum width for the component."
|
3553
|
+
},
|
3554
|
+
"v-infinite-scroll/min-height": {
|
3555
|
+
"type": "string | number",
|
3556
|
+
"description": "Sets the minimum height for the component."
|
3557
|
+
},
|
3558
|
+
"v-infinite-scroll/min-width": {
|
3559
|
+
"type": "string | number",
|
3560
|
+
"description": "Sets the minimum width for the component."
|
3561
|
+
},
|
3562
|
+
"v-infinite-scroll/width": {
|
3563
|
+
"type": "string | number",
|
3564
|
+
"description": "Sets the width for the component."
|
3565
|
+
},
|
3566
|
+
"v-infinite-scroll/color": {
|
3567
|
+
"type": "string",
|
3568
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
3569
|
+
},
|
3570
|
+
"v-infinite-scroll/direction": {
|
3571
|
+
"type": "\"horizontal\" | \"vertical\"",
|
3572
|
+
"description": "Specifies if scroller is **vertical** or **horizontal**."
|
3573
|
+
},
|
3574
|
+
"v-infinite-scroll/mode": {
|
3575
|
+
"type": "\"intersect\" | \"manual\"",
|
3576
|
+
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**)."
|
3577
|
+
},
|
3578
|
+
"v-infinite-scroll/side": {
|
3579
|
+
"type": "\"end\" | \"start\" | \"both\"",
|
3580
|
+
"description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides."
|
3581
|
+
},
|
3582
|
+
"v-infinite-scroll/margin": {
|
3583
|
+
"type": "string | number",
|
3584
|
+
"description": "Value sent to the intersection observer. Will make the observer trigger earlier, by the margin (px) value supplied."
|
3585
|
+
},
|
3586
|
+
"v-infinite-scroll/load-more-text": {
|
3587
|
+
"type": "string",
|
3588
|
+
"description": "Text shown in default load more button, when in manual mode."
|
3589
|
+
},
|
3590
|
+
"v-infinite-scroll/empty-text": {
|
3591
|
+
"type": "string",
|
3592
|
+
"description": "Text shown when there is no more content to load."
|
3593
|
+
},
|
3542
3594
|
"v-input/model-value": {
|
3543
3595
|
"type": "any",
|
3544
3596
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
@@ -7263,6 +7315,10 @@
|
|
7263
7315
|
"type": "\"horizontal\" | \"vertical\"",
|
7264
7316
|
"description": "Display timeline in a **vertical** or **horizontal** direction"
|
7265
7317
|
},
|
7318
|
+
"v-timeline/side": {
|
7319
|
+
"type": "\"end\" | \"start\"",
|
7320
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
7321
|
+
},
|
7266
7322
|
"v-timeline/align": {
|
7267
7323
|
"type": "\"start\" | \"center\"",
|
7268
7324
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
@@ -7283,10 +7339,6 @@
|
|
7283
7339
|
"type": "string | number",
|
7284
7340
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
7285
7341
|
},
|
7286
|
-
"v-timeline/side": {
|
7287
|
-
"type": "\"end\" | \"start\"",
|
7288
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))"
|
7289
|
-
},
|
7290
7342
|
"v-timeline/truncate-line": {
|
7291
7343
|
"type": "\"end\" | \"start\" | \"both\"",
|
7292
7344
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
|
package/dist/json/importMap.json
CHANGED
@@ -68,6 +68,10 @@
|
|
68
68
|
"from": "components/VBtn/index.mjs",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
+
"VBtnToggle": {
|
72
|
+
"from": "components/VBtnToggle/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
71
75
|
"VBtnGroup": {
|
72
76
|
"from": "components/VBtnGroup/index.mjs",
|
73
77
|
"styles": []
|
@@ -96,10 +100,6 @@
|
|
96
100
|
"from": "components/VCard/index.mjs",
|
97
101
|
"styles": []
|
98
102
|
},
|
99
|
-
"VBtnToggle": {
|
100
|
-
"from": "components/VBtnToggle/index.mjs",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
103
|
"VCarousel": {
|
104
104
|
"from": "components/VCarousel/index.mjs",
|
105
105
|
"styles": []
|
@@ -120,6 +120,10 @@
|
|
120
120
|
"from": "components/VChip/index.mjs",
|
121
121
|
"styles": []
|
122
122
|
},
|
123
|
+
"VChipGroup": {
|
124
|
+
"from": "components/VChipGroup/index.mjs",
|
125
|
+
"styles": []
|
126
|
+
},
|
123
127
|
"VCode": {
|
124
128
|
"from": "components/VCode/index.mjs",
|
125
129
|
"styles": []
|
@@ -128,22 +132,18 @@
|
|
128
132
|
"from": "components/VColorPicker/index.mjs",
|
129
133
|
"styles": []
|
130
134
|
},
|
131
|
-
"VChipGroup": {
|
132
|
-
"from": "components/VChipGroup/index.mjs",
|
133
|
-
"styles": []
|
134
|
-
},
|
135
135
|
"VCombobox": {
|
136
136
|
"from": "components/VCombobox/index.mjs",
|
137
137
|
"styles": []
|
138
138
|
},
|
139
|
-
"VDialog": {
|
140
|
-
"from": "components/VDialog/index.mjs",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
139
|
"VCounter": {
|
144
140
|
"from": "components/VCounter/index.mjs",
|
145
141
|
"styles": []
|
146
142
|
},
|
143
|
+
"VDialog": {
|
144
|
+
"from": "components/VDialog/index.mjs",
|
145
|
+
"styles": []
|
146
|
+
},
|
147
147
|
"VDivider": {
|
148
148
|
"from": "components/VDivider/index.mjs",
|
149
149
|
"styles": []
|
@@ -164,10 +164,6 @@
|
|
164
164
|
"from": "components/VExpansionPanel/index.mjs",
|
165
165
|
"styles": []
|
166
166
|
},
|
167
|
-
"VFileInput": {
|
168
|
-
"from": "components/VFileInput/index.mjs",
|
169
|
-
"styles": []
|
170
|
-
},
|
171
167
|
"VField": {
|
172
168
|
"from": "components/VField/index.mjs",
|
173
169
|
"styles": []
|
@@ -176,6 +172,10 @@
|
|
176
172
|
"from": "components/VField/index.mjs",
|
177
173
|
"styles": []
|
178
174
|
},
|
175
|
+
"VFileInput": {
|
176
|
+
"from": "components/VFileInput/index.mjs",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
179
|
"VFooter": {
|
180
180
|
"from": "components/VFooter/index.mjs",
|
181
181
|
"styles": []
|
@@ -268,14 +268,14 @@
|
|
268
268
|
"from": "components/VMenu/index.mjs",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
-
"VNavigationDrawer": {
|
272
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
271
|
"VMessages": {
|
276
272
|
"from": "components/VMessages/index.mjs",
|
277
273
|
"styles": []
|
278
274
|
},
|
275
|
+
"VNavigationDrawer": {
|
276
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
277
|
+
"styles": []
|
278
|
+
},
|
279
279
|
"VOverlay": {
|
280
280
|
"from": "components/VOverlay/index.mjs",
|
281
281
|
"styles": []
|
@@ -316,14 +316,6 @@
|
|
316
316
|
"from": "components/VSheet/index.mjs",
|
317
317
|
"styles": []
|
318
318
|
},
|
319
|
-
"VSlideGroup": {
|
320
|
-
"from": "components/VSlideGroup/index.mjs",
|
321
|
-
"styles": []
|
322
|
-
},
|
323
|
-
"VSlideGroupItem": {
|
324
|
-
"from": "components/VSlideGroup/index.mjs",
|
325
|
-
"styles": []
|
326
|
-
},
|
327
319
|
"VSlider": {
|
328
320
|
"from": "components/VSlider/index.mjs",
|
329
321
|
"styles": []
|
@@ -396,6 +388,10 @@
|
|
396
388
|
"from": "components/VDefaultsProvider/index.mjs",
|
397
389
|
"styles": []
|
398
390
|
},
|
391
|
+
"VForm": {
|
392
|
+
"from": "components/VForm/index.mjs",
|
393
|
+
"styles": []
|
394
|
+
},
|
399
395
|
"VContainer": {
|
400
396
|
"from": "components/VGrid/index.mjs",
|
401
397
|
"styles": []
|
@@ -416,10 +412,6 @@
|
|
416
412
|
"from": "components/VHover/index.mjs",
|
417
413
|
"styles": []
|
418
414
|
},
|
419
|
-
"VForm": {
|
420
|
-
"from": "components/VForm/index.mjs",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
415
|
"VLayout": {
|
424
416
|
"from": "components/VLayout/index.mjs",
|
425
417
|
"styles": []
|
@@ -428,26 +420,26 @@
|
|
428
420
|
"from": "components/VLayout/index.mjs",
|
429
421
|
"styles": []
|
430
422
|
},
|
431
|
-
"VLocaleProvider": {
|
432
|
-
"from": "components/VLocaleProvider/index.mjs",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
423
|
"VLazy": {
|
436
424
|
"from": "components/VLazy/index.mjs",
|
437
425
|
"styles": []
|
438
426
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
427
|
+
"VLocaleProvider": {
|
428
|
+
"from": "components/VLocaleProvider/index.mjs",
|
441
429
|
"styles": []
|
442
430
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
431
|
+
"VNoSsr": {
|
432
|
+
"from": "components/VNoSsr/index.mjs",
|
445
433
|
"styles": []
|
446
434
|
},
|
447
435
|
"VParallax": {
|
448
436
|
"from": "components/VParallax/index.mjs",
|
449
437
|
"styles": []
|
450
438
|
},
|
439
|
+
"VRadio": {
|
440
|
+
"from": "components/VRadio/index.mjs",
|
441
|
+
"styles": []
|
442
|
+
},
|
451
443
|
"VRangeSlider": {
|
452
444
|
"from": "components/VRangeSlider/index.mjs",
|
453
445
|
"styles": []
|
@@ -531,6 +523,14 @@
|
|
531
523
|
"VDialogTransition": {
|
532
524
|
"from": "components/transitions/index.mjs",
|
533
525
|
"styles": []
|
526
|
+
},
|
527
|
+
"VSlideGroup": {
|
528
|
+
"from": "components/VSlideGroup/index.mjs",
|
529
|
+
"styles": []
|
530
|
+
},
|
531
|
+
"VSlideGroupItem": {
|
532
|
+
"from": "components/VSlideGroup/index.mjs",
|
533
|
+
"styles": []
|
534
534
|
}
|
535
535
|
},
|
536
536
|
"directives": [
|
package/dist/json/tags.json
CHANGED
@@ -1216,6 +1216,24 @@
|
|
1216
1216
|
],
|
1217
1217
|
"description": ""
|
1218
1218
|
},
|
1219
|
+
"v-infinite-scroll": {
|
1220
|
+
"attributes": [
|
1221
|
+
"color",
|
1222
|
+
"direction",
|
1223
|
+
"empty-text",
|
1224
|
+
"height",
|
1225
|
+
"load-more-text",
|
1226
|
+
"margin",
|
1227
|
+
"max-height",
|
1228
|
+
"max-width",
|
1229
|
+
"min-height",
|
1230
|
+
"min-width",
|
1231
|
+
"mode",
|
1232
|
+
"side",
|
1233
|
+
"width"
|
1234
|
+
],
|
1235
|
+
"description": ""
|
1236
|
+
},
|
1219
1237
|
"v-input": {
|
1220
1238
|
"attributes": [
|
1221
1239
|
"append-icon",
|
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": "4.0.0-dev-
|
5
|
+
"version": "4.0.0-dev-20230426.0",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -13710,6 +13710,233 @@
|
|
13710
13710
|
"event": "update:modelValue"
|
13711
13711
|
}
|
13712
13712
|
},
|
13713
|
+
{
|
13714
|
+
"name": "v-infinite-scroll",
|
13715
|
+
"source": {
|
13716
|
+
"module": "./src/components/index.ts",
|
13717
|
+
"symbol": "v-infinite-scroll"
|
13718
|
+
},
|
13719
|
+
"description": "",
|
13720
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll",
|
13721
|
+
"attributes": [
|
13722
|
+
{
|
13723
|
+
"name": "height",
|
13724
|
+
"description": "Sets the height for the component.",
|
13725
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13726
|
+
"value": {
|
13727
|
+
"kind": "expression",
|
13728
|
+
"type": "string | number"
|
13729
|
+
}
|
13730
|
+
},
|
13731
|
+
{
|
13732
|
+
"name": "maxHeight",
|
13733
|
+
"description": "Sets the maximum height for the component.",
|
13734
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13735
|
+
"value": {
|
13736
|
+
"kind": "expression",
|
13737
|
+
"type": "string | number"
|
13738
|
+
}
|
13739
|
+
},
|
13740
|
+
{
|
13741
|
+
"name": "maxWidth",
|
13742
|
+
"description": "Sets the maximum width for the component.",
|
13743
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13744
|
+
"value": {
|
13745
|
+
"kind": "expression",
|
13746
|
+
"type": "string | number"
|
13747
|
+
}
|
13748
|
+
},
|
13749
|
+
{
|
13750
|
+
"name": "minHeight",
|
13751
|
+
"description": "Sets the minimum height for the component.",
|
13752
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13753
|
+
"value": {
|
13754
|
+
"kind": "expression",
|
13755
|
+
"type": "string | number"
|
13756
|
+
}
|
13757
|
+
},
|
13758
|
+
{
|
13759
|
+
"name": "minWidth",
|
13760
|
+
"description": "Sets the minimum width for the component.",
|
13761
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13762
|
+
"value": {
|
13763
|
+
"kind": "expression",
|
13764
|
+
"type": "string | number"
|
13765
|
+
}
|
13766
|
+
},
|
13767
|
+
{
|
13768
|
+
"name": "width",
|
13769
|
+
"description": "Sets the width for the component.",
|
13770
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13771
|
+
"value": {
|
13772
|
+
"kind": "expression",
|
13773
|
+
"type": "string | number"
|
13774
|
+
}
|
13775
|
+
},
|
13776
|
+
{
|
13777
|
+
"name": "color",
|
13778
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)",
|
13779
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13780
|
+
"value": {
|
13781
|
+
"kind": "expression",
|
13782
|
+
"type": "string"
|
13783
|
+
}
|
13784
|
+
},
|
13785
|
+
{
|
13786
|
+
"name": "direction",
|
13787
|
+
"description": "Specifies if scroller is **vertical** or **horizontal**.",
|
13788
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13789
|
+
"default": "'vertical'",
|
13790
|
+
"value": {
|
13791
|
+
"kind": "expression",
|
13792
|
+
"type": "\"horizontal\" | \"vertical\""
|
13793
|
+
}
|
13794
|
+
},
|
13795
|
+
{
|
13796
|
+
"name": "mode",
|
13797
|
+
"description": "Specifies if content should load automatically when scrolling (**intersect**) or manually (**manual**).",
|
13798
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13799
|
+
"default": "'intersect'",
|
13800
|
+
"value": {
|
13801
|
+
"kind": "expression",
|
13802
|
+
"type": "\"intersect\" | \"manual\""
|
13803
|
+
}
|
13804
|
+
},
|
13805
|
+
{
|
13806
|
+
"name": "side",
|
13807
|
+
"description": "Specifies the side where new content should appear. Either the **start**, **end**, or **both** sides.",
|
13808
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13809
|
+
"default": "'end'",
|
13810
|
+
"value": {
|
13811
|
+
"kind": "expression",
|
13812
|
+
"type": "\"end\" | \"start\" | \"both\""
|
13813
|
+
}
|
13814
|
+
},
|
13815
|
+
{
|
13816
|
+
"name": "margin",
|
13817
|
+
"description": "Value sent to the intersection observer. Will make the observer trigger earlier, by the margin (px) value supplied.",
|
13818
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13819
|
+
"value": {
|
13820
|
+
"kind": "expression",
|
13821
|
+
"type": "string | number"
|
13822
|
+
}
|
13823
|
+
},
|
13824
|
+
{
|
13825
|
+
"name": "loadMoreText",
|
13826
|
+
"description": "Text shown in default load more button, when in manual mode.",
|
13827
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13828
|
+
"default": "'$vuetify.infiniteScroll.loadMore'",
|
13829
|
+
"value": {
|
13830
|
+
"kind": "expression",
|
13831
|
+
"type": "string"
|
13832
|
+
}
|
13833
|
+
},
|
13834
|
+
{
|
13835
|
+
"name": "emptyText",
|
13836
|
+
"description": "Text shown when there is no more content to load.",
|
13837
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#props",
|
13838
|
+
"default": "'$vuetify.infiniteScroll.empty'",
|
13839
|
+
"value": {
|
13840
|
+
"kind": "expression",
|
13841
|
+
"type": "string"
|
13842
|
+
}
|
13843
|
+
}
|
13844
|
+
],
|
13845
|
+
"events": [
|
13846
|
+
{
|
13847
|
+
"name": "load",
|
13848
|
+
"description": "Emitted when reaching the start / end threshold, or if triggered when using manual mode.",
|
13849
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#events",
|
13850
|
+
"arguments": [
|
13851
|
+
{
|
13852
|
+
"name": "argument",
|
13853
|
+
"type": "[{ side: \"end\" | \"start\" | \"both\"; done: (status: \"error\" | \"loading\" | \"empty\" | \"ok\") => void }]"
|
13854
|
+
}
|
13855
|
+
]
|
13856
|
+
}
|
13857
|
+
],
|
13858
|
+
"slots": [
|
13859
|
+
{
|
13860
|
+
"name": "default",
|
13861
|
+
"description": "The default Vue slot.",
|
13862
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
|
13863
|
+
"vue-properties": [
|
13864
|
+
{
|
13865
|
+
"name": "side",
|
13866
|
+
"type": "\"end\" | \"start\" | \"both\""
|
13867
|
+
},
|
13868
|
+
{
|
13869
|
+
"name": "props",
|
13870
|
+
"type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
|
13871
|
+
}
|
13872
|
+
]
|
13873
|
+
},
|
13874
|
+
{
|
13875
|
+
"name": "loading",
|
13876
|
+
"description": "Shown when content is loading.",
|
13877
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
|
13878
|
+
"vue-properties": [
|
13879
|
+
{
|
13880
|
+
"name": "side",
|
13881
|
+
"type": "\"end\" | \"start\" | \"both\""
|
13882
|
+
},
|
13883
|
+
{
|
13884
|
+
"name": "props",
|
13885
|
+
"type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
|
13886
|
+
}
|
13887
|
+
]
|
13888
|
+
},
|
13889
|
+
{
|
13890
|
+
"name": "error",
|
13891
|
+
"description": "Shown when load returned status 'error'",
|
13892
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
|
13893
|
+
"vue-properties": [
|
13894
|
+
{
|
13895
|
+
"name": "side",
|
13896
|
+
"type": "\"end\" | \"start\" | \"both\""
|
13897
|
+
},
|
13898
|
+
{
|
13899
|
+
"name": "props",
|
13900
|
+
"type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
|
13901
|
+
}
|
13902
|
+
]
|
13903
|
+
},
|
13904
|
+
{
|
13905
|
+
"name": "empty",
|
13906
|
+
"description": "Shown when load returned status 'empty'",
|
13907
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
|
13908
|
+
"vue-properties": [
|
13909
|
+
{
|
13910
|
+
"name": "side",
|
13911
|
+
"type": "\"end\" | \"start\" | \"both\""
|
13912
|
+
},
|
13913
|
+
{
|
13914
|
+
"name": "props",
|
13915
|
+
"type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
|
13916
|
+
}
|
13917
|
+
]
|
13918
|
+
},
|
13919
|
+
{
|
13920
|
+
"name": "load-more",
|
13921
|
+
"description": "Shown when scrolled to either side of the content, in manual mode.",
|
13922
|
+
"doc-url": "https://vuetifyjs.com/api/v-infinite-scroll#slots",
|
13923
|
+
"vue-properties": [
|
13924
|
+
{
|
13925
|
+
"name": "side",
|
13926
|
+
"type": "\"end\" | \"start\" | \"both\""
|
13927
|
+
},
|
13928
|
+
{
|
13929
|
+
"name": "props",
|
13930
|
+
"type": "{ onClick: () => (side: \"end\" | \"start\" | \"both\") => void; color: string }"
|
13931
|
+
}
|
13932
|
+
]
|
13933
|
+
}
|
13934
|
+
],
|
13935
|
+
"vue-model": {
|
13936
|
+
"prop": "modelValue",
|
13937
|
+
"event": "update:modelValue"
|
13938
|
+
}
|
13939
|
+
},
|
13713
13940
|
{
|
13714
13941
|
"name": "v-input",
|
13715
13942
|
"source": {
|
@@ -27420,6 +27647,15 @@
|
|
27420
27647
|
"type": "\"horizontal\" | \"vertical\""
|
27421
27648
|
}
|
27422
27649
|
},
|
27650
|
+
{
|
27651
|
+
"name": "side",
|
27652
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
|
27653
|
+
"doc-url": "https://vuetifyjs.com/api/v-timeline#props",
|
27654
|
+
"value": {
|
27655
|
+
"kind": "expression",
|
27656
|
+
"type": "\"end\" | \"start\""
|
27657
|
+
}
|
27658
|
+
},
|
27423
27659
|
{
|
27424
27660
|
"name": "align",
|
27425
27661
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
|
@@ -27469,15 +27705,6 @@
|
|
27469
27705
|
"type": "string | number"
|
27470
27706
|
}
|
27471
27707
|
},
|
27472
|
-
{
|
27473
|
-
"name": "side",
|
27474
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-timeline.json))",
|
27475
|
-
"doc-url": "https://vuetifyjs.com/api/v-timeline#props",
|
27476
|
-
"value": {
|
27477
|
-
"kind": "expression",
|
27478
|
-
"type": "\"end\" | \"start\""
|
27479
|
-
}
|
27480
|
-
},
|
27481
27708
|
{
|
27482
27709
|
"name": "truncateLine",
|
27483
27710
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends",
|