@vuetify/nightly 3.4.0-alpha.1-dev.2023-11-03 → 3.4.0-beta.0-dev.2023-11-04
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 -73
- package/dist/_component-variables-labs.sass +0 -2
- package/dist/_component-variables.sass +2 -0
- package/dist/json/attributes.json +83 -31
- package/dist/json/importMap-labs.json +0 -48
- package/dist/json/importMap.json +48 -0
- package/dist/json/tags.json +14 -1
- package/dist/json/web-types.json +1002 -385
- package/dist/vuetify-labs.css +2480 -2480
- package/dist/vuetify-labs.d.ts +44119 -43989
- package/dist/vuetify-labs.esm.js +6793 -6726
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6792 -6725
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +427 -1
- package/dist/vuetify.d.ts +10617 -136
- package/dist/vuetify.esm.js +2943 -571
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +2942 -570
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +997 -841
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +7 -3
- package/lib/blueprints/md1.d.mts +7 -3
- package/lib/blueprints/md2.d.mts +7 -3
- package/lib/blueprints/md3.d.mts +7 -3
- package/lib/components/VAutocomplete/index.d.mts +1 -1
- package/lib/components/VCarousel/index.d.mts +7 -0
- package/lib/components/VCombobox/index.d.mts +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs +8 -8
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/composables/items.mjs.map +1 -1
- package/lib/components/VDataIterator/index.d.mts +64 -47
- package/lib/{labs → components}/VDataTable/VDataTable.mjs +9 -6
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/VDataTableColumn.mjs +4 -5
- package/lib/components/VDataTable/VDataTableColumn.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/VDataTableFooter.mjs +2 -2
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/VDataTableGroupHeaderRow.mjs +2 -2
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/VDataTableHeaders.mjs +5 -5
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -0
- package/lib/components/VDataTable/VDataTableRow.mjs +102 -0
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/VDataTableRows.mjs +10 -3
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/VDataTableServer.mjs +3 -3
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/VDataTableVirtual.mjs +10 -7
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -0
- package/lib/components/VDataTable/composables/expand.mjs.map +1 -0
- package/lib/components/VDataTable/composables/group.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/composables/headers.mjs +30 -10
- package/lib/components/VDataTable/composables/headers.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/composables/items.mjs +2 -0
- package/lib/components/VDataTable/composables/items.mjs.map +1 -0
- package/lib/components/VDataTable/composables/options.mjs.map +1 -0
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -0
- package/lib/components/VDataTable/composables/select.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/composables/sort.mjs +5 -2
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -0
- package/lib/{labs → components}/VDataTable/index.d.mts +863 -622
- package/lib/components/VDataTable/index.mjs.map +1 -0
- package/lib/components/VDataTable/types.mjs.map +1 -0
- package/lib/{labs → components}/VDatePicker/VDatePicker.mjs +12 -8
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -0
- package/lib/{labs → components}/VDatePicker/VDatePickerControls.mjs +2 -2
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -0
- package/lib/{labs → components}/VDatePicker/VDatePickerHeader.mjs +2 -2
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -0
- package/lib/{labs → components}/VDatePicker/VDatePickerMonth.mjs +14 -17
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -0
- package/lib/{labs → components}/VDatePicker/VDatePickerMonths.mjs +2 -2
- package/lib/components/VDatePicker/VDatePickerMonths.mjs.map +1 -0
- package/lib/{labs → components}/VDatePicker/VDatePickerTitle.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -0
- package/lib/{labs → components}/VDatePicker/VDatePickerYears.mjs +7 -14
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -0
- package/lib/{labs → components}/VDatePicker/index.d.mts +149 -260
- package/lib/components/VDatePicker/index.mjs.map +1 -0
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -0
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -0
- package/lib/components/VDatePicker/util/index.mjs.map +1 -0
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -0
- package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -0
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -0
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -0
- package/lib/components/VDatePicker/utils.mjs.map +1 -0
- package/lib/components/VImg/VImg.mjs +7 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +7 -0
- package/lib/components/VList/index.d.mts +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +8 -4
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs +1 -1
- package/lib/components/index.d.mts +10502 -49
- package/lib/components/index.mjs +3 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +0 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +10 -23
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/date/index.mjs +1 -1
- package/lib/composables/date/index.mjs.map +1 -1
- package/lib/composables/filter.mjs +4 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +2 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +54 -50
- package/lib/labs/VPicker/VPicker.mjs +3 -1
- package/lib/labs/VPicker/VPicker.mjs.map +1 -1
- package/lib/labs/VPicker/index.d.mts +11 -1
- package/lib/labs/components.d.mts +277 -10768
- package/lib/labs/components.mjs +0 -2
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +42 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/util/colors.d.mts +598 -0
- package/lib/util/colors.mjs +42 -42
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -1
- package/lib/labs/VDataTable/VDataTable.mjs.map +0 -1
- package/lib/labs/VDataTable/VDataTableColumn.mjs.map +0 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +0 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +0 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +0 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +0 -82
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +0 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +0 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +0 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +0 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +0 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +0 -1
- package/lib/labs/VDataTable/composables/headers.mjs.map +0 -1
- package/lib/labs/VDataTable/composables/items.mjs.map +0 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +0 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +0 -1
- package/lib/labs/VDataTable/composables/select.mjs.map +0 -1
- package/lib/labs/VDataTable/composables/sort.mjs.map +0 -1
- package/lib/labs/VDataTable/index.mjs.map +0 -1
- package/lib/labs/VDataTable/types.mjs.map +0 -1
- package/lib/labs/VDatePicker/VDatePicker.mjs.map +0 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +0 -1
- package/lib/labs/VDatePicker/VDatePickerHeader.mjs.map +0 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +0 -1
- package/lib/labs/VDatePicker/VDatePickerMonths.mjs.map +0 -1
- package/lib/labs/VDatePicker/VDatePickerTitle.mjs.map +0 -1
- package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +0 -1
- package/lib/labs/VDatePicker/index.mjs.map +0 -1
- package/lib/labs/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/labs/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/labs/VDatePicker/util/index.mjs.map +0 -1
- package/lib/labs/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/labs/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/labs/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/labs/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/labs/VDatePicker/utils.mjs.map +0 -1
- /package/lib/{labs → components}/VDataTable/VDataTable.css +0 -0
- /package/lib/{labs → components}/VDataTable/VDataTable.sass +0 -0
- /package/lib/{labs → components}/VDataTable/VDataTableFooter.css +0 -0
- /package/lib/{labs → components}/VDataTable/VDataTableFooter.sass +0 -0
- /package/lib/{labs → components}/VDataTable/_variables.scss +0 -0
- /package/lib/{labs → components}/VDataTable/composables/expand.mjs +0 -0
- /package/lib/{labs → components}/VDataTable/composables/group.mjs +0 -0
- /package/lib/{labs → components}/VDataTable/composables/options.mjs +0 -0
- /package/lib/{labs → components}/VDataTable/composables/paginate.mjs +0 -0
- /package/lib/{labs → components}/VDataTable/composables/select.mjs +0 -0
- /package/lib/{labs → components}/VDataTable/index.mjs +0 -0
- /package/lib/{labs → components}/VDataTable/types.mjs +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePicker.css +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePicker.sass +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerControls.css +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerControls.sass +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerHeader.css +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerHeader.sass +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerMonth.css +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerMonth.sass +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerMonths.css +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerMonths.sass +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerTitle.sass +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerYears.css +0 -0
- /package/lib/{labs → components}/VDatePicker/VDatePickerYears.sass +0 -0
- /package/lib/{labs → components}/VDatePicker/_variables.scss +0 -0
- /package/lib/{labs → components}/VDatePicker/index.mjs +0 -0
- /package/lib/{labs → components}/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -0
- /package/lib/{labs → components}/VDatePicker/util/eventHelpers.mjs +0 -0
- /package/lib/{labs → components}/VDatePicker/util/index.mjs +0 -0
- /package/lib/{labs → components}/VDatePicker/util/isDateAllowed.mjs +0 -0
- /package/lib/{labs → components}/VDatePicker/util/monthChange.mjs +0 -0
- /package/lib/{labs → components}/VDatePicker/util/pad.mjs +0 -0
- /package/lib/{labs → components}/VDatePicker/util/sanitizeDateString.mjs +0 -0
- /package/lib/{labs → components}/VDatePicker/utils.mjs +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,83 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-beta.0-dev.2023-11-04...v) (2023-11-04)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.4.0-
|
|
5
|
+
# [3.4.0-beta.0-dev.2023-11-04](https://github.com/vuetifyjs/vuetify/compare/v3.4.0-beta.0...v3.4.0-beta.0-dev.2023-11-04) (2023-11-04)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **VDataTable:** only emit options once on search change ([ac46a9a](https://github.com/vuetifyjs/vuetify/commit/ac46a9a1d1896f127a3465fafb60684937f391d5))
|
|
12
|
-
* **VDataTable:** use theme surface color for group header rows ([#18544](https://github.com/vuetifyjs/vuetify/issues/18544)) ([aeabb45](https://github.com/vuetifyjs/vuetify/commit/aeabb45cb34a372c64165ca33eb2f5c5cf5129ac)), closes [#18543](https://github.com/vuetifyjs/vuetify/issues/18543)
|
|
13
|
-
* **VDatePicker:** use adapter to setYear on date ([99d42b0](https://github.com/vuetifyjs/vuetify/commit/99d42b04cb41dfb78a20585288ffbe4947ffd5b4))
|
|
14
|
-
* **VDatePicker:** viewMode button active state rotation ([cb1f6ab](https://github.com/vuetifyjs/vuetify/commit/cb1f6ab0eeac18318ba30e70aa4fd113f2bdb985))
|
|
15
|
-
* **VField:** correct height for compact/comfortable densities ([#18025](https://github.com/vuetifyjs/vuetify/issues/18025)) ([7a24848](https://github.com/vuetifyjs/vuetify/commit/7a248489c6eb46e754c22b982ae047a4ca1bbd98)), closes [#17898](https://github.com/vuetifyjs/vuetify/issues/17898) [#17837](https://github.com/vuetifyjs/vuetify/issues/17837)
|
|
16
|
-
* **VImg:** update size before emitting load event ([f885881](https://github.com/vuetifyjs/vuetify/commit/f88588187736c1e538d65b03b8823d77f6f0e6fe))
|
|
17
|
-
* **VOtpInput:** Display numeric keyboard when type is number ([#18560](https://github.com/vuetifyjs/vuetify/issues/18560)) ([3ffe9c5](https://github.com/vuetifyjs/vuetify/commit/3ffe9c59cd59ecb1e803c4a7a3324cee57961834)), closes [#18000](https://github.com/vuetifyjs/vuetify/issues/18000)
|
|
18
|
-
* **VOtpInput:** infinite loop when pressing multiple keys at once ([a13b554](https://github.com/vuetifyjs/vuetify/commit/a13b554b99ba1e7fa6257ad940bffc2b9e78ef89)), closes [#18548](https://github.com/vuetifyjs/vuetify/issues/18548)
|
|
19
|
-
* **VOtpInput:** maintain focus after input completion ([ecaea86](https://github.com/vuetifyjs/vuetify/commit/ecaea869cfebdd01fa9b8a5a57b7027d54222fef)), closes [#18016](https://github.com/vuetifyjs/vuetify/issues/18016)
|
|
20
|
-
* **VOtpInput:** modify onInput value after focusIndex check ([e8abb2f](https://github.com/vuetifyjs/vuetify/commit/e8abb2f04a859dc0fb1e01fe20816021c4d4359d))
|
|
21
|
-
* **VPicker:** import sass variables ([f8237ce](https://github.com/vuetifyjs/vuetify/commit/f8237cee1747a6d32a4f878c266ed1c156bfe7ac))
|
|
22
|
-
* **VVirtualScroll:** use a dynamic window size, cache offsets ([#18392](https://github.com/vuetifyjs/vuetify/issues/18392)) ([8a71a7d](https://github.com/vuetifyjs/vuetify/commit/8a71a7dda3d28d647e45b082bb9ea58fb6e25c58)), closes [#18198](https://github.com/vuetifyjs/vuetify/issues/18198) [#17801](https://github.com/vuetifyjs/vuetify/issues/17801)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Features
|
|
26
|
-
|
|
27
|
-
* **date:** add ability to pass custom formats ([#18375](https://github.com/vuetifyjs/vuetify/issues/18375)) ([3c75ca0](https://github.com/vuetifyjs/vuetify/commit/3c75ca0c11ed76060d48ce4d999e9a4603ceb812))
|
|
28
|
-
* **date:** promote from labs ([a5c857e](https://github.com/vuetifyjs/vuetify/commit/a5c857e35d6d085116faa832ef9426b41b383778))
|
|
29
|
-
* **VBanner:** add `bg-color` prop ([#18094](https://github.com/vuetifyjs/vuetify/issues/18094)) ([511c9aa](https://github.com/vuetifyjs/vuetify/commit/511c9aa4a80ad3ba48cebf729c1de6d257a096e5)), closes [#17124](https://github.com/vuetifyjs/vuetify/issues/17124)
|
|
30
|
-
* **VBottomSheet:** promote from labs ([707c058](https://github.com/vuetifyjs/vuetify/commit/707c058a4ffe9b661d436e890ad1611a33b07598))
|
|
31
|
-
* **VBtn|VListItem:** add new prop named slim ([#17562](https://github.com/vuetifyjs/vuetify/issues/17562)) ([788a583](https://github.com/vuetifyjs/vuetify/commit/788a5839beed07b901feac2ea8417d0c6b7d011c))
|
|
32
|
-
* **VDataIterator:** promote from labs ([1f9ea81](https://github.com/vuetifyjs/vuetify/commit/1f9ea81cd0bc9d8449cb93b6553778d08e7216f8))
|
|
33
|
-
* **VDataTable:** add generic '*:row' events ([6bb8b38](https://github.com/vuetifyjs/vuetify/commit/6bb8b38174b461683ff6fb748ad11e71f8b908b3)), closes [#18197](https://github.com/vuetifyjs/vuetify/issues/18197)
|
|
34
|
-
* **VDataTable:** nested headers object structure ([#18512](https://github.com/vuetifyjs/vuetify/issues/18512)) ([fc84e78](https://github.com/vuetifyjs/vuetify/commit/fc84e78648800902cbb41bb20910409273411c2e)), closes [#18484](https://github.com/vuetifyjs/vuetify/issues/18484)
|
|
35
|
-
* **VDatePicker:** extract ok/cancel into separate component ([#18575](https://github.com/vuetifyjs/vuetify/issues/18575)) ([ec69622](https://github.com/vuetifyjs/vuetify/commit/ec696220397b658a5213e8250407bad5942209ed)), closes [#2945](https://github.com/vuetifyjs/vuetify/issues/2945)
|
|
36
|
-
* **VDatePicker:** refactor structure ([#18558](https://github.com/vuetifyjs/vuetify/issues/18558)) ([5c1b302](https://github.com/vuetifyjs/vuetify/commit/5c1b30208729d08041c97efeafcea805a2a7502e))
|
|
37
|
-
* **VExpansionPanels:** add new prop named static ([#18014](https://github.com/vuetifyjs/vuetify/issues/18014)) ([51f3c14](https://github.com/vuetifyjs/vuetify/commit/51f3c143647737ed07388993ebec7985c1d79a10))
|
|
38
|
-
* **VInfiniteScroll:** promote from labs ([08e1fb9](https://github.com/vuetifyjs/vuetify/commit/08e1fb98c68b432bbe07919f65e2b85225b89476))
|
|
39
|
-
* **VInput:** add hide-spin-buttons prop ([#17936](https://github.com/vuetifyjs/vuetify/issues/17936)) ([ea92424](https://github.com/vuetifyjs/vuetify/commit/ea9242492a3b329b059a45d63f8cacf0b0f79e52))
|
|
40
|
-
* **VInput:** expose isValid and errorMessages ([32968db](https://github.com/vuetifyjs/vuetify/commit/32968dba9523338bf01eed0cfbb9e1b705f72639)), closes [#17502](https://github.com/vuetifyjs/vuetify/issues/17502)
|
|
41
|
-
* **VOtpInput:** promote from labs ([6ac63d3](https://github.com/vuetifyjs/vuetify/commit/6ac63d3218a443bc26b94c14db8fb5cebffb56d2)), closes [#16458](https://github.com/vuetifyjs/vuetify/issues/16458)
|
|
42
|
-
* **VSkeletonLoader:** promote from labs ([a1867e8](https://github.com/vuetifyjs/vuetify/commit/a1867e8facb4026eeb6b63c54d38bb9a659c1d6a))
|
|
43
|
-
* **VSnackbar:** add text prop ([44ee8ed](https://github.com/vuetifyjs/vuetify/commit/44ee8ed726d11431eeef24849e6936e2a7cc01ab))
|
|
44
|
-
* **VStepper:** promote from labs ([fd76fd3](https://github.com/vuetifyjs/vuetify/commit/fd76fd30f34252aca92a772fe3bac61cc56a3df9))
|
|
45
|
-
* update browser support ([7f3c472](https://github.com/vuetifyjs/vuetify/commit/7f3c472fb02360e029574acbec885c3eb7819f30))
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
### BREAKING CHANGES
|
|
49
|
-
|
|
50
|
-
* Dropped Safari 13 and 14
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
# [3.4.0-alpha.1](https://github.com/vuetifyjs/vuetify/compare/v3.3.15...v3.4.0-alpha.1) (2023-08-30)
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
### Features
|
|
58
|
-
|
|
59
|
-
* **VSnackbar:** add timer prop ([#18013](https://github.com/vuetifyjs/vuetify/issues/18013)) ([ad6ee62](https://github.com/vuetifyjs/vuetify/commit/ad6ee6282cc7ea045172a68e50a9a9f74ad86310)), closes [#8451](https://github.com/vuetifyjs/vuetify/issues/8451)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
# [3.4.0-alpha.0](https://github.com/vuetifyjs/vuetify/compare/v3.3.13...v3.4.0-alpha.0) (2023-08-18)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Features
|
|
67
|
-
|
|
68
|
-
* **directiveComponent:** create new composable ([#17395](https://github.com/vuetifyjs/vuetify/issues/17395)) ([6c9eb7a](https://github.com/vuetifyjs/vuetify/commit/6c9eb7a653c6f30d1e0d32568e824fdbf6956ff4))
|
|
69
|
-
* **display:** add local mobile-breakpoint support ([#18010](https://github.com/vuetifyjs/vuetify/issues/18010)) ([f1ff554](https://github.com/vuetifyjs/vuetify/commit/f1ff554767cb63587893bf33c3866dcb2d9d2e57)), closes [#15381](https://github.com/vuetifyjs/vuetify/issues/15381)
|
|
70
|
-
* **theme:** change default theme colors ([#17999](https://github.com/vuetifyjs/vuetify/issues/17999)) ([3d70698](https://github.com/vuetifyjs/vuetify/commit/3d70698225b9f152194ad4ad7c54aba2084b1d1c))
|
|
71
|
-
* **VAvatar:** add text prop ([68b2ab4](https://github.com/vuetifyjs/vuetify/commit/68b2ab46aa6ec2e6f5b84fcbf6e442611037854d))
|
|
72
|
-
* **VBreadcrumbs:** add item slot ([#15743](https://github.com/vuetifyjs/vuetify/issues/15743)) ([5fce8d1](https://github.com/vuetifyjs/vuetify/commit/5fce8d19865c460ba7be75cd8e9ebdab0fa4f516)), closes [#15742](https://github.com/vuetifyjs/vuetify/issues/15742)
|
|
73
|
-
* **VColorPicker:** add eyedropper button when supported ([#17952](https://github.com/vuetifyjs/vuetify/issues/17952)) ([3559698](https://github.com/vuetifyjs/vuetify/commit/3559698e0536dedfee78fee6e1699ef37e04d93a)), closes [#14790](https://github.com/vuetifyjs/vuetify/issues/14790)
|
|
74
|
-
* **VImg:** Add prop to set crossorigin attr on v-img ([#17927](https://github.com/vuetifyjs/vuetify/issues/17927)) ([a959159](https://github.com/vuetifyjs/vuetify/commit/a959159c549895b9912918307ba243cc9082f2f6)), closes [#17848](https://github.com/vuetifyjs/vuetify/issues/17848)
|
|
75
|
-
* **VImg:** support draggable attribute ([#17976](https://github.com/vuetifyjs/vuetify/issues/17976)) ([afeb6c0](https://github.com/vuetifyjs/vuetify/commit/afeb6c0b8538810198aee0250d0cd5e1ab3ce096)), closes [#17973](https://github.com/vuetifyjs/vuetify/issues/17973)
|
|
76
|
-
* **VImg:** support referrerpolicy attribute ([d923ed8](https://github.com/vuetifyjs/vuetify/commit/d923ed8058b82c6cfa38dd67fc5b20295aaba4be)), closes [#15396](https://github.com/vuetifyjs/vuetify/issues/15396)
|
|
77
|
-
* **VOverlay:** add target prop ([#16425](https://github.com/vuetifyjs/vuetify/issues/16425)) ([569c69e](https://github.com/vuetifyjs/vuetify/commit/569c69ee4105ccfd7f713c417f0fd1dd34178b15)), closes [#15658](https://github.com/vuetifyjs/vuetify/issues/15658)
|
|
78
|
-
* **VSelectionControl:** add base-color support ([5657a1e](https://github.com/vuetifyjs/vuetify/commit/5657a1e4520af572023f3013604bc7d92db6a25a)), closes [#7284](https://github.com/vuetifyjs/vuetify/issues/7284)
|
|
79
|
-
* add gap utility classes ([#17715](https://github.com/vuetifyjs/vuetify/issues/17715)) ([5290bfc](https://github.com/vuetifyjs/vuetify/commit/5290bfc7515585b0836e59935d756ddc389f0e20)), closes [#15282](https://github.com/vuetifyjs/vuetify/issues/15282)
|
|
80
|
-
* **VSlider:** add missing ripple prop ([a906691](https://github.com/vuetifyjs/vuetify/commit/a9066910862b59b99010dd116c9c45869473b2c6)), closes [#17766](https://github.com/vuetifyjs/vuetify/issues/17766)
|
|
10
|
+
* **VDataTable:** apply pointer cursor with contextmenu or dblclick ([05d7bda](https://github.com/vuetifyjs/vuetify/commit/05d7bda0bc4f0dab6e9168bda6519cfc0606e6dc)), closes [#18592](https://github.com/vuetifyjs/vuetify/issues/18592)
|
|
81
11
|
|
|
82
12
|
|
|
83
13
|
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
@forward '../lib/components/VColorPicker/_variables.scss'
|
|
21
21
|
@forward '../lib/components/VCombobox/_variables.scss'
|
|
22
22
|
@forward '../lib/components/VCounter/_variables.scss'
|
|
23
|
+
@forward '../lib/components/VDataTable/_variables.scss'
|
|
24
|
+
@forward '../lib/components/VDatePicker/_variables.scss'
|
|
23
25
|
@forward '../lib/components/VDialog/_variables.scss'
|
|
24
26
|
@forward '../lib/components/VDivider/_variables.scss'
|
|
25
27
|
@forward '../lib/components/VExpansionPanel/_variables.scss'
|
|
@@ -1755,6 +1755,10 @@
|
|
|
1755
1755
|
"type": "string | number\n",
|
|
1756
1756
|
"description": "Sets the width for the component."
|
|
1757
1757
|
},
|
|
1758
|
+
"v-carousel-item/position": {
|
|
1759
|
+
"type": "string\n",
|
|
1760
|
+
"description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
|
|
1761
|
+
},
|
|
1758
1762
|
"v-carousel-item/value": {
|
|
1759
1763
|
"type": "any\n",
|
|
1760
1764
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
@@ -1777,7 +1781,7 @@
|
|
|
1777
1781
|
},
|
|
1778
1782
|
"v-carousel-item/transition": {
|
|
1779
1783
|
"type": "string | boolean\n",
|
|
1780
|
-
"description": "The transition
|
|
1784
|
+
"description": "The transition to use when switching from `lazy-src` to `src`. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
1781
1785
|
},
|
|
1782
1786
|
"v-carousel-item/options": {
|
|
1783
1787
|
"type": "{ root: any; rootMargin: any; threshold: any }\n",
|
|
@@ -1821,7 +1825,7 @@
|
|
|
1821
1825
|
},
|
|
1822
1826
|
"v-carousel-item/aspect-ratio": {
|
|
1823
1827
|
"type": "string | number\n",
|
|
1824
|
-
"description": "
|
|
1828
|
+
"description": "Calculated as `width/height`, so for a 1920x1080px image this will be `1.7778`. Will be calculated automatically if omitted."
|
|
1825
1829
|
},
|
|
1826
1830
|
"v-carousel-item/crossorigin": {
|
|
1827
1831
|
"type": "'' | 'anonymous' | 'use-credentials'\n",
|
|
@@ -2864,7 +2868,7 @@
|
|
|
2864
2868
|
"description": "The current displayed page number (1-indexed)."
|
|
2865
2869
|
},
|
|
2866
2870
|
"v-data-iterator/sort-by": {
|
|
2867
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
2871
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
2868
2872
|
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
|
|
2869
2873
|
},
|
|
2870
2874
|
"v-data-iterator/multi-sort": {
|
|
@@ -2896,7 +2900,7 @@
|
|
|
2896
2900
|
"description": "Array of expanded items. Can be used with `.sync` modifier."
|
|
2897
2901
|
},
|
|
2898
2902
|
"v-data-iterator/group-by": {
|
|
2899
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
2903
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
2900
2904
|
"description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
|
|
2901
2905
|
},
|
|
2902
2906
|
"v-data-table/model-value": {
|
|
@@ -3012,7 +3016,7 @@
|
|
|
3012
3016
|
"description": "The current displayed page number (1-indexed)."
|
|
3013
3017
|
},
|
|
3014
3018
|
"v-data-table/sort-by": {
|
|
3015
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
3019
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3016
3020
|
"description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier."
|
|
3017
3021
|
},
|
|
3018
3022
|
"v-data-table/multi-sort": {
|
|
@@ -3044,11 +3048,15 @@
|
|
|
3044
3048
|
"description": "Whether the item is expanded or not."
|
|
3045
3049
|
},
|
|
3046
3050
|
"v-data-table/group-by": {
|
|
3047
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
3051
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3048
3052
|
"description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
|
|
3049
3053
|
},
|
|
3054
|
+
"v-data-table/cell-props": {
|
|
3055
|
+
"type": "unknown\n",
|
|
3056
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3057
|
+
},
|
|
3050
3058
|
"v-data-table/headers": {
|
|
3051
|
-
"type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value
|
|
3059
|
+
"type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?: SelectItemKey\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly headerProps?: { readonly [x: string]: any }\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly filter?: FilterFunction\n readonly children?: readonly any[]\n}[]\n",
|
|
3052
3060
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
|
|
3053
3061
|
},
|
|
3054
3062
|
"v-data-table/loading-text": {
|
|
@@ -3059,6 +3067,10 @@
|
|
|
3059
3067
|
"type": "number\n",
|
|
3060
3068
|
"description": "Height of each row in pixels."
|
|
3061
3069
|
},
|
|
3070
|
+
"v-data-table/row-props": {
|
|
3071
|
+
"type": "unknown\n",
|
|
3072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3073
|
+
},
|
|
3062
3074
|
"v-data-table/sort-asc-icon": {
|
|
3063
3075
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
3064
3076
|
"description": "Icon used for ascending sort button."
|
|
@@ -3116,15 +3128,19 @@
|
|
|
3116
3128
|
"description": "Show current page number between prev/next icons."
|
|
3117
3129
|
},
|
|
3118
3130
|
"v-data-table-row/item": {
|
|
3119
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
3131
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a>\n",
|
|
3120
3132
|
"description": "Data (key, index and column values) of the displayed item."
|
|
3121
3133
|
},
|
|
3134
|
+
"v-data-table-row/cell-props": {
|
|
3135
|
+
"type": "unknown\n",
|
|
3136
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRow.json))"
|
|
3137
|
+
},
|
|
3122
3138
|
"v-data-table-row/index": {
|
|
3123
3139
|
"type": "number\n",
|
|
3124
3140
|
"description": "Row index."
|
|
3125
3141
|
},
|
|
3126
3142
|
"v-data-table-rows/items": {
|
|
3127
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
3143
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L43-L49\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
|
|
3128
3144
|
"description": "An array of strings or objects used for automatically generating children components."
|
|
3129
3145
|
},
|
|
3130
3146
|
"v-data-table-rows/loading": {
|
|
@@ -3139,6 +3155,10 @@
|
|
|
3139
3155
|
"type": "string\n",
|
|
3140
3156
|
"description": "Text shown when no items are provided to the component."
|
|
3141
3157
|
},
|
|
3158
|
+
"v-data-table-rows/cell-props": {
|
|
3159
|
+
"type": "unknown\n",
|
|
3160
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
3161
|
+
},
|
|
3142
3162
|
"v-data-table-rows/loading-text": {
|
|
3143
3163
|
"type": "string\n",
|
|
3144
3164
|
"description": "Text shown when the data is loading."
|
|
@@ -3147,6 +3167,10 @@
|
|
|
3147
3167
|
"type": "number\n",
|
|
3148
3168
|
"description": "Height of each row in pixels."
|
|
3149
3169
|
},
|
|
3170
|
+
"v-data-table-rows/row-props": {
|
|
3171
|
+
"type": "unknown\n",
|
|
3172
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableRows.json))"
|
|
3173
|
+
},
|
|
3150
3174
|
"v-data-table-server/model-value": {
|
|
3151
3175
|
"type": "any[]\n",
|
|
3152
3176
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
@@ -3240,7 +3264,7 @@
|
|
|
3240
3264
|
"description": "The current displayed page number (1-indexed)."
|
|
3241
3265
|
},
|
|
3242
3266
|
"v-data-table-server/sort-by": {
|
|
3243
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
3267
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3244
3268
|
"description": "Array of column keys and sort orders that determines the sort order of the table."
|
|
3245
3269
|
},
|
|
3246
3270
|
"v-data-table-server/multi-sort": {
|
|
@@ -3272,15 +3296,19 @@
|
|
|
3272
3296
|
"description": "Whether the item is expanded or not."
|
|
3273
3297
|
},
|
|
3274
3298
|
"v-data-table-server/group-by": {
|
|
3275
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
3299
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3276
3300
|
"description": "Defines the grouping of the table items."
|
|
3277
3301
|
},
|
|
3302
|
+
"v-data-table-server/cell-props": {
|
|
3303
|
+
"type": "unknown\n",
|
|
3304
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3305
|
+
},
|
|
3278
3306
|
"v-data-table-server/items-length": {
|
|
3279
3307
|
"type": "string | number\n",
|
|
3280
3308
|
"description": "Number of all items."
|
|
3281
3309
|
},
|
|
3282
3310
|
"v-data-table-server/headers": {
|
|
3283
|
-
"type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value
|
|
3311
|
+
"type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?: SelectItemKey\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly headerProps?: { readonly [x: string]: any }\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly filter?: FilterFunction\n readonly children?: readonly any[]\n}[]\n",
|
|
3284
3312
|
"description": "An array of objects that each describe a header column."
|
|
3285
3313
|
},
|
|
3286
3314
|
"v-data-table-server/loading-text": {
|
|
@@ -3291,6 +3319,10 @@
|
|
|
3291
3319
|
"type": "number\n",
|
|
3292
3320
|
"description": "Height of each row in pixels."
|
|
3293
3321
|
},
|
|
3322
|
+
"v-data-table-server/row-props": {
|
|
3323
|
+
"type": "unknown\n",
|
|
3324
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3325
|
+
},
|
|
3294
3326
|
"v-data-table-server/sort-asc-icon": {
|
|
3295
3327
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
3296
3328
|
"description": "Icon used for ascending sort button."
|
|
@@ -3448,7 +3480,7 @@
|
|
|
3448
3480
|
"description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
|
|
3449
3481
|
},
|
|
3450
3482
|
"v-data-table-virtual/sort-by": {
|
|
3451
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
3483
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3452
3484
|
"description": "Array of column keys and sort orders that determines the sort order of the table."
|
|
3453
3485
|
},
|
|
3454
3486
|
"v-data-table-virtual/multi-sort": {
|
|
@@ -3476,11 +3508,15 @@
|
|
|
3476
3508
|
"description": "Whether the item is expanded or not."
|
|
3477
3509
|
},
|
|
3478
3510
|
"v-data-table-virtual/group-by": {
|
|
3479
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/
|
|
3511
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L29-L29\" target=\"_blank\">SortItem</a>[]\n",
|
|
3480
3512
|
"description": "Defines the grouping of the table items."
|
|
3481
3513
|
},
|
|
3514
|
+
"v-data-table-virtual/cell-props": {
|
|
3515
|
+
"type": "unknown\n",
|
|
3516
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3517
|
+
},
|
|
3482
3518
|
"v-data-table-virtual/headers": {
|
|
3483
|
-
"type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value
|
|
3519
|
+
"type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n readonly value?: SelectItemKey\n readonly title?: string\n readonly fixed?: boolean\n readonly align?: 'end' | 'start' | 'center'\n readonly width?: string | number\n readonly minWidth?: string\n readonly maxWidth?: string\n readonly headerProps?: { readonly [x: string]: any }\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n readonly sortable?: boolean\n readonly sort?: DataTableCompareFunction<any>\n readonly filter?: FilterFunction\n readonly children?: readonly any[]\n}[]\n",
|
|
3484
3520
|
"description": "An array of objects that each describe a header column."
|
|
3485
3521
|
},
|
|
3486
3522
|
"v-data-table-virtual/loading-text": {
|
|
@@ -3491,6 +3527,10 @@
|
|
|
3491
3527
|
"type": "number\n",
|
|
3492
3528
|
"description": "Height of each row in pixels."
|
|
3493
3529
|
},
|
|
3530
|
+
"v-data-table-virtual/row-props": {
|
|
3531
|
+
"type": "unknown\n",
|
|
3532
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable-items.json))"
|
|
3533
|
+
},
|
|
3494
3534
|
"v-data-table-virtual/sort-asc-icon": {
|
|
3495
3535
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
|
3496
3536
|
"description": "Icon used for ascending sort button."
|
|
@@ -3524,7 +3564,7 @@
|
|
|
3524
3564
|
"description": "Applies border styles to component."
|
|
3525
3565
|
},
|
|
3526
3566
|
"v-date-picker/model-value": {
|
|
3527
|
-
"type": "
|
|
3567
|
+
"type": "unknown\n",
|
|
3528
3568
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3529
3569
|
},
|
|
3530
3570
|
"v-date-picker/height": {
|
|
@@ -3600,7 +3640,7 @@
|
|
|
3600
3640
|
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (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)."
|
|
3601
3641
|
},
|
|
3602
3642
|
"v-date-picker/max": {
|
|
3603
|
-
"type": "
|
|
3643
|
+
"type": "unknown\n",
|
|
3604
3644
|
"description": "Maximum allowed date/month (ISO 8601 format)."
|
|
3605
3645
|
},
|
|
3606
3646
|
"v-date-picker/next-icon": {
|
|
@@ -3655,10 +3695,6 @@
|
|
|
3655
3695
|
"type": "boolean\n",
|
|
3656
3696
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3657
3697
|
},
|
|
3658
|
-
"v-date-picker/min": {
|
|
3659
|
-
"type": "string | number | Date\n",
|
|
3660
|
-
"description": "Minimum allowed date/month (ISO 8601 format)."
|
|
3661
|
-
},
|
|
3662
3698
|
"v-date-picker/show-adjacent-months": {
|
|
3663
3699
|
"type": "boolean\n",
|
|
3664
3700
|
"description": "Toggles visibility of days from previous and next months."
|
|
@@ -3667,10 +3703,18 @@
|
|
|
3667
3703
|
"type": "boolean\n",
|
|
3668
3704
|
"description": "Toggles visibility of the week numbers in the body of the calendar."
|
|
3669
3705
|
},
|
|
3706
|
+
"v-date-picker/min": {
|
|
3707
|
+
"type": "unknown\n",
|
|
3708
|
+
"description": "Minimum allowed date/month (ISO 8601 format)."
|
|
3709
|
+
},
|
|
3670
3710
|
"v-date-picker/landscape": {
|
|
3671
3711
|
"type": "boolean\n",
|
|
3672
3712
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))"
|
|
3673
3713
|
},
|
|
3714
|
+
"v-date-picker/hide-header": {
|
|
3715
|
+
"type": "boolean\n",
|
|
3716
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))"
|
|
3717
|
+
},
|
|
3674
3718
|
"v-date-picker-controls/text": {
|
|
3675
3719
|
"type": "string\n",
|
|
3676
3720
|
"description": "Specify content text for the component."
|
|
@@ -3716,7 +3760,7 @@
|
|
|
3716
3760
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerHeader.json))"
|
|
3717
3761
|
},
|
|
3718
3762
|
"v-date-picker-month/model-value": {
|
|
3719
|
-
"type": "
|
|
3763
|
+
"type": "unknown[]\n",
|
|
3720
3764
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3721
3765
|
},
|
|
3722
3766
|
"v-date-picker-month/color": {
|
|
@@ -3728,7 +3772,7 @@
|
|
|
3728
3772
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3729
3773
|
},
|
|
3730
3774
|
"v-date-picker-month/max": {
|
|
3731
|
-
"type": "
|
|
3775
|
+
"type": "unknown\n",
|
|
3732
3776
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3733
3777
|
},
|
|
3734
3778
|
"v-date-picker-month/month": {
|
|
@@ -3747,10 +3791,6 @@
|
|
|
3747
3791
|
"type": "boolean\n",
|
|
3748
3792
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3749
3793
|
},
|
|
3750
|
-
"v-date-picker-month/min": {
|
|
3751
|
-
"type": "string | number | Date\n",
|
|
3752
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3753
|
-
},
|
|
3754
3794
|
"v-date-picker-month/show-adjacent-months": {
|
|
3755
3795
|
"type": "boolean\n",
|
|
3756
3796
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
@@ -3759,8 +3799,12 @@
|
|
|
3759
3799
|
"type": "boolean\n",
|
|
3760
3800
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3761
3801
|
},
|
|
3802
|
+
"v-date-picker-month/min": {
|
|
3803
|
+
"type": "unknown\n",
|
|
3804
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonth.json))"
|
|
3805
|
+
},
|
|
3762
3806
|
"v-date-picker-months/model-value": {
|
|
3763
|
-
"type": "
|
|
3807
|
+
"type": "number\n",
|
|
3764
3808
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3765
3809
|
},
|
|
3766
3810
|
"v-date-picker-months/height": {
|
|
@@ -3772,7 +3816,7 @@
|
|
|
3772
3816
|
"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)."
|
|
3773
3817
|
},
|
|
3774
3818
|
"v-date-picker-years/model-value": {
|
|
3775
|
-
"type": "
|
|
3819
|
+
"type": "number\n",
|
|
3776
3820
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
3777
3821
|
},
|
|
3778
3822
|
"v-date-picker-years/height": {
|
|
@@ -3784,11 +3828,11 @@
|
|
|
3784
3828
|
"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)."
|
|
3785
3829
|
},
|
|
3786
3830
|
"v-date-picker-years/max": {
|
|
3787
|
-
"type": "
|
|
3831
|
+
"type": "unknown\n",
|
|
3788
3832
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
|
3789
3833
|
},
|
|
3790
3834
|
"v-date-picker-years/min": {
|
|
3791
|
-
"type": "
|
|
3835
|
+
"type": "unknown\n",
|
|
3792
3836
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerYears.json))"
|
|
3793
3837
|
},
|
|
3794
3838
|
"v-defaults-provider/disabled": {
|
|
@@ -4667,6 +4711,10 @@
|
|
|
4667
4711
|
"type": "string | number\n",
|
|
4668
4712
|
"description": "Sets the width for the component."
|
|
4669
4713
|
},
|
|
4714
|
+
"v-img/position": {
|
|
4715
|
+
"type": "string\n",
|
|
4716
|
+
"description": "Applies [object-position](https://developer.mozilla.org/en-US/docs/Web/CSS/object-position) styles to the image and placeholder elements."
|
|
4717
|
+
},
|
|
4670
4718
|
"v-img/eager": {
|
|
4671
4719
|
"type": "boolean\n",
|
|
4672
4720
|
"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."
|
|
@@ -6103,6 +6151,10 @@
|
|
|
6103
6151
|
"type": "boolean\n",
|
|
6104
6152
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))"
|
|
6105
6153
|
},
|
|
6154
|
+
"v-picker/hide-header": {
|
|
6155
|
+
"type": "boolean\n",
|
|
6156
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPicker.json))"
|
|
6157
|
+
},
|
|
6106
6158
|
"v-picker-title/tag": {
|
|
6107
6159
|
"type": "string\n",
|
|
6108
6160
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -1,53 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VDataTable": {
|
|
4
|
-
"from": "labs/VDataTable/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VDataTableFooter": {
|
|
8
|
-
"from": "labs/VDataTable/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VDataTableRows": {
|
|
12
|
-
"from": "labs/VDataTable/index.mjs",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VDataTableRow": {
|
|
16
|
-
"from": "labs/VDataTable/index.mjs",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VDataTableVirtual": {
|
|
20
|
-
"from": "labs/VDataTable/index.mjs",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VDataTableServer": {
|
|
24
|
-
"from": "labs/VDataTable/index.mjs",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
|
-
"VDatePicker": {
|
|
28
|
-
"from": "labs/VDatePicker/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VDatePickerControls": {
|
|
32
|
-
"from": "labs/VDatePicker/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VDatePickerHeader": {
|
|
36
|
-
"from": "labs/VDatePicker/index.mjs",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VDatePickerMonth": {
|
|
40
|
-
"from": "labs/VDatePicker/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VDatePickerMonths": {
|
|
44
|
-
"from": "labs/VDatePicker/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VDatePickerYears": {
|
|
48
|
-
"from": "labs/VDatePicker/index.mjs",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
3
|
"VPicker": {
|
|
52
4
|
"from": "labs/VPicker/index.mjs",
|
|
53
5
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -144,6 +144,54 @@
|
|
|
144
144
|
"from": "components/VCounter/index.mjs",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
|
+
"VDataTable": {
|
|
148
|
+
"from": "components/VDataTable/index.mjs",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
151
|
+
"VDataTableFooter": {
|
|
152
|
+
"from": "components/VDataTable/index.mjs",
|
|
153
|
+
"styles": []
|
|
154
|
+
},
|
|
155
|
+
"VDataTableRows": {
|
|
156
|
+
"from": "components/VDataTable/index.mjs",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VDataTableRow": {
|
|
160
|
+
"from": "components/VDataTable/index.mjs",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VDataTableVirtual": {
|
|
164
|
+
"from": "components/VDataTable/index.mjs",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VDataTableServer": {
|
|
168
|
+
"from": "components/VDataTable/index.mjs",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDatePicker": {
|
|
172
|
+
"from": "components/VDatePicker/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
|
+
"VDatePickerControls": {
|
|
176
|
+
"from": "components/VDatePicker/index.mjs",
|
|
177
|
+
"styles": []
|
|
178
|
+
},
|
|
179
|
+
"VDatePickerHeader": {
|
|
180
|
+
"from": "components/VDatePicker/index.mjs",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDatePickerMonth": {
|
|
184
|
+
"from": "components/VDatePicker/index.mjs",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePickerMonths": {
|
|
188
|
+
"from": "components/VDatePicker/index.mjs",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDatePickerYears": {
|
|
192
|
+
"from": "components/VDatePicker/index.mjs",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
147
195
|
"VDialog": {
|
|
148
196
|
"from": "components/VDialog/index.mjs",
|
|
149
197
|
"styles": []
|