@vuetify/nightly 4.0.0-dev-20230516.0 → 4.0.0-dev-20230517.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.
Files changed (59) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/dist/_component-variables-labs.sass +1 -0
  3. package/dist/json/attributes.json +156 -4
  4. package/dist/json/importMap-labs.json +4 -0
  5. package/dist/json/tags.json +43 -0
  6. package/dist/json/web-types.json +452 -12
  7. package/dist/vuetify-labs.css +94 -62
  8. package/dist/vuetify-labs.d.ts +1496 -596
  9. package/dist/vuetify-labs.esm.js +52 -8
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +52 -8
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +94 -94
  14. package/dist/vuetify.d.ts +153 -38
  15. package/dist/vuetify.esm.js +17 -8
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +17 -8
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +6 -6
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.mts +16 -4
  23. package/lib/components/VCombobox/index.d.mts +16 -4
  24. package/lib/components/VField/VField.mjs +4 -1
  25. package/lib/components/VField/VField.mjs.map +1 -1
  26. package/lib/components/VField/index.d.mts +8 -2
  27. package/lib/components/VFileInput/index.d.mts +16 -4
  28. package/lib/components/VInput/index.d.mts +16 -4
  29. package/lib/components/VSelect/index.d.mts +16 -4
  30. package/lib/components/VSlider/index.d.mts +16 -4
  31. package/lib/components/VTextField/index.d.mts +16 -4
  32. package/lib/components/VTextarea/index.d.mts +16 -4
  33. package/lib/components/VValidation/index.d.mts +16 -4
  34. package/lib/components/index.d.mts +152 -38
  35. package/lib/components/index.mjs +1 -1
  36. package/lib/components/index.mjs.map +1 -1
  37. package/lib/composables/validation.mjs +10 -4
  38. package/lib/composables/validation.mjs.map +1 -1
  39. package/lib/entry-bundler.mjs +1 -1
  40. package/lib/framework.mjs +1 -1
  41. package/lib/index.d.mts +1 -0
  42. package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
  43. package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
  44. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
  45. package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
  46. package/lib/labs/VBottomSheet/_variables.scss +5 -0
  47. package/lib/labs/VBottomSheet/index.d.mts +871 -0
  48. package/lib/labs/VBottomSheet/index.mjs +2 -0
  49. package/lib/labs/VBottomSheet/index.mjs.map +1 -0
  50. package/lib/labs/components.d.mts +865 -2
  51. package/lib/labs/components.mjs +1 -0
  52. package/lib/labs/components.mjs.map +1 -1
  53. package/package.json +1 -1
  54. package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
  55. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
  56. package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
  57. package/lib/components/VBottomSheet/_variables.scss +0 -3
  58. package/lib/components/VBottomSheet/index.mjs +0 -4
  59. package/lib/components/VBottomSheet/index.mjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-20230516.0...v) (2023-05-16)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-20230517.0...v) (2023-05-17)
2
2
 
3
3
 
4
4
 
5
- # [4.0.0-dev-20230516.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.5...v4.0.0-dev-20230516.0) (2023-05-16)
5
+ # [4.0.0-dev-20230517.0](https://github.com/vuetifyjs/vuetify/compare/v3.2.5...v4.0.0-dev-20230517.0) (2023-05-17)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -18,8 +18,10 @@
18
18
 
19
19
  ### Features
20
20
 
21
- * support vue 3.3 ([#17282](https://github.com/vuetifyjs/vuetify/issues/17282)) ([ca10d14](https://github.com/vuetifyjs/vuetify/commit/ca10d145d51a0f6e1851b02bbc98dc740cbda9bc))
22
21
  * **ssr:** add server-side clientWidth/height options ([178b013](https://github.com/vuetifyjs/vuetify/commit/178b013b3e5eb97090a0571e3e9a66c9ee079b74)), closes [#17252](https://github.com/vuetifyjs/vuetify/issues/17252)
22
+ * **VBottomSheet:** port to v3 ([#17010](https://github.com/vuetifyjs/vuetify/issues/17010)) ([d6487bf](https://github.com/vuetifyjs/vuetify/commit/d6487bff88a71b0db005cec6f59b9a38c9153620)), closes [#13466](https://github.com/vuetifyjs/vuetify/issues/13466)
23
+ * **VForm:** allow individual inputs to be enabled in disabled form ([d768946](https://github.com/vuetifyjs/vuetify/commit/d768946b7d138cd45f3b8249bcbd7401a23cb439)), closes [#17391](https://github.com/vuetifyjs/vuetify/issues/17391)
24
+ * support vue 3.3 ([#17282](https://github.com/vuetifyjs/vuetify/issues/17282)) ([ca10d14](https://github.com/vuetifyjs/vuetify/commit/ca10d145d51a0f6e1851b02bbc98dc740cbda9bc))
23
25
  * **types:** emit declarations as .d.mts ([5e08832](https://github.com/vuetifyjs/vuetify/commit/5e08832fabe80ddc839907d13c7279a091ddfee5)), closes [#15885](https://github.com/vuetifyjs/vuetify/issues/15885)
24
26
  * **VColorPicker:** accept rgb)(/hsl()/hsv() swatches ([42f7cbd](https://github.com/vuetifyjs/vuetify/commit/42f7cbd4e568bca7bd9076b8f869b3deb412facc)), closes [#8833](https://github.com/vuetifyjs/vuetify/issues/8833)
25
27
  * **VImg:** use intrinsic size ([#17090](https://github.com/vuetifyjs/vuetify/issues/17090)) ([d7d111b](https://github.com/vuetifyjs/vuetify/commit/d7d111b89342d680954a605505895c15a301e3a2)), closes [#17031](https://github.com/vuetifyjs/vuetify/issues/17031) [#5757](https://github.com/vuetifyjs/vuetify/issues/5757)
@@ -1,3 +1,4 @@
1
+ @forward '../lib/labs/VBottomSheet/_variables.scss'
1
2
  @forward '../lib/labs/VDataTable/_variables.scss'
2
3
  @forward '../lib/labs/VInfiniteScroll/_variables.scss'
3
4
  @forward '../lib/labs/VSkeletonLoader/_variables.scss'
@@ -935,6 +935,158 @@
935
935
  "type": "boolean | \"force\"",
936
936
  "description": "Forces at least one item to always be selected (if available)."
937
937
  },
938
+ "v-bottom-sheet/model-value": {
939
+ "type": "boolean",
940
+ "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
941
+ },
942
+ "v-bottom-sheet/height": {
943
+ "type": "string | number",
944
+ "description": "Sets the height for the component."
945
+ },
946
+ "v-bottom-sheet/max-height": {
947
+ "type": "string | number",
948
+ "description": "Sets the maximum height for the component."
949
+ },
950
+ "v-bottom-sheet/max-width": {
951
+ "type": "string | number",
952
+ "description": "Sets the maximum width for the component."
953
+ },
954
+ "v-bottom-sheet/min-height": {
955
+ "type": "string | number",
956
+ "description": "Sets the minimum height for the component."
957
+ },
958
+ "v-bottom-sheet/min-width": {
959
+ "type": "string | number",
960
+ "description": "Sets the minimum width for the component."
961
+ },
962
+ "v-bottom-sheet/width": {
963
+ "type": "string | number",
964
+ "description": "Sets the width for the component."
965
+ },
966
+ "v-bottom-sheet/location": {
967
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
968
+ "description": "MISSING DESCRIPTION"
969
+ },
970
+ "v-bottom-sheet/absolute": {
971
+ "type": "boolean",
972
+ "description": "Applies **position: absolute** to the content element."
973
+ },
974
+ "v-bottom-sheet/theme": {
975
+ "type": "string",
976
+ "description": "Specify a theme for this component and all of its children"
977
+ },
978
+ "v-bottom-sheet/z-index": {
979
+ "type": "string | number",
980
+ "description": "The z-index used for the component"
981
+ },
982
+ "v-bottom-sheet/disabled": {
983
+ "type": "boolean",
984
+ "description": "Removes the ability to click or target the component"
985
+ },
986
+ "v-bottom-sheet/eager": {
987
+ "type": "boolean",
988
+ "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."
989
+ },
990
+ "v-bottom-sheet/activator": {
991
+ "type": "string | Element | ComponentPublicInstance",
992
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
993
+ },
994
+ "v-bottom-sheet/close-on-back": {
995
+ "type": "boolean",
996
+ "description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
997
+ },
998
+ "v-bottom-sheet/contained": {
999
+ "type": "boolean",
1000
+ "description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
1001
+ },
1002
+ "v-bottom-sheet/content-class": {
1003
+ "type": "any",
1004
+ "description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
1005
+ },
1006
+ "v-bottom-sheet/content-props": {
1007
+ "type": "any",
1008
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay.json))"
1009
+ },
1010
+ "v-bottom-sheet/no-click-animation": {
1011
+ "type": "boolean",
1012
+ "description": "Disables the bounce effect when clicking outside of the content element when using the persistent prop."
1013
+ },
1014
+ "v-bottom-sheet/persistent": {
1015
+ "type": "boolean",
1016
+ "description": "Clicking outside of the element or pressing esc key will not deactivate it."
1017
+ },
1018
+ "v-bottom-sheet/scrim": {
1019
+ "type": "string | boolean",
1020
+ "description": "Accepts true/false to enable background, and string to define color."
1021
+ },
1022
+ "v-bottom-sheet/activator-props": {
1023
+ "type": "{ }",
1024
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
1025
+ },
1026
+ "v-bottom-sheet/open-on-click": {
1027
+ "type": "boolean",
1028
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
1029
+ },
1030
+ "v-bottom-sheet/open-on-hover": {
1031
+ "type": "boolean",
1032
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
1033
+ },
1034
+ "v-bottom-sheet/open-on-focus": {
1035
+ "type": "boolean",
1036
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))"
1037
+ },
1038
+ "v-bottom-sheet/close-on-content-click": {
1039
+ "type": "boolean",
1040
+ "description": "Closes component when you click on its content"
1041
+ },
1042
+ "v-bottom-sheet/close-delay": {
1043
+ "type": "string | number",
1044
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
1045
+ },
1046
+ "v-bottom-sheet/open-delay": {
1047
+ "type": "string | number",
1048
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
1049
+ },
1050
+ "v-bottom-sheet/location-strategy": {
1051
+ "type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
1052
+ "description": "A function used to specifies how the component should position relative to its activator"
1053
+ },
1054
+ "v-bottom-sheet/origin": {
1055
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
1056
+ "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
1057
+ },
1058
+ "v-bottom-sheet/offset": {
1059
+ "type": "string | number | number[]",
1060
+ "description": "A single value that offsets content away from the target based upon what side it is on"
1061
+ },
1062
+ "v-bottom-sheet/scroll-strategy": {
1063
+ "type": "\"close\" | \"block\" | \"none\" | \"reposition\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>",
1064
+ "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
1065
+ },
1066
+ "v-bottom-sheet/transition": {
1067
+ "type": "string | { component: Component }",
1068
+ "description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
1069
+ },
1070
+ "v-bottom-sheet/attach": {
1071
+ "type": "string | boolean | Element",
1072
+ "description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
1073
+ },
1074
+ "v-bottom-sheet/inset": {
1075
+ "type": "boolean",
1076
+ "description": "Reduces the sheet content maximum width to 70%."
1077
+ },
1078
+ "v-bottom-sheet/fullscreen": {
1079
+ "type": "boolean",
1080
+ "description": "Changes layout for fullscreen display."
1081
+ },
1082
+ "v-bottom-sheet/retain-focus": {
1083
+ "type": "boolean",
1084
+ "description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
1085
+ },
1086
+ "v-bottom-sheet/scrollable": {
1087
+ "type": "boolean",
1088
+ "description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
1089
+ },
938
1090
  "v-breadcrumbs/icon": {
939
1091
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
940
1092
  "description": "Apply a specific icon using the [v-icon](/components/icons/) component."
@@ -7099,6 +7251,10 @@
7099
7251
  "type": "boolean",
7100
7252
  "description": "MISSING DESCRIPTION"
7101
7253
  },
7254
+ "v-switch/inset": {
7255
+ "type": "boolean",
7256
+ "description": "Enlarge the `v-switch` track to encompass the thumb"
7257
+ },
7102
7258
  "v-switch/indeterminate": {
7103
7259
  "type": "boolean",
7104
7260
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-switch.json))"
@@ -7123,10 +7279,6 @@
7123
7279
  "type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
7124
7280
  "description": "MISSING DESCRIPTION"
7125
7281
  },
7126
- "v-switch/inset": {
7127
- "type": "boolean",
7128
- "description": "Enlarge the `v-switch` track to encompass the thumb"
7129
- },
7130
7282
  "v-system-bar/height": {
7131
7283
  "type": "string | number",
7132
7284
  "description": "Sets the height for the component."
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VBottomSheet": {
4
+ "from": "labs/VBottomSheet/index.mjs",
5
+ "styles": []
6
+ },
3
7
  "VDataTable": {
4
8
  "from": "labs/VDataTable/index.mjs",
5
9
  "styles": []
@@ -298,6 +298,49 @@
298
298
  ],
299
299
  "description": ""
300
300
  },
301
+ "v-bottom-sheet": {
302
+ "attributes": [
303
+ "absolute",
304
+ "activator",
305
+ "activator-props",
306
+ "attach",
307
+ "close-delay",
308
+ "close-on-back",
309
+ "close-on-content-click",
310
+ "contained",
311
+ "content-class",
312
+ "content-props",
313
+ "disabled",
314
+ "eager",
315
+ "fullscreen",
316
+ "height",
317
+ "inset",
318
+ "location",
319
+ "location-strategy",
320
+ "max-height",
321
+ "max-width",
322
+ "min-height",
323
+ "min-width",
324
+ "model-value",
325
+ "no-click-animation",
326
+ "offset",
327
+ "open-delay",
328
+ "open-on-click",
329
+ "open-on-focus",
330
+ "open-on-hover",
331
+ "origin",
332
+ "persistent",
333
+ "retain-focus",
334
+ "scrim",
335
+ "scroll-strategy",
336
+ "scrollable",
337
+ "theme",
338
+ "transition",
339
+ "width",
340
+ "z-index"
341
+ ],
342
+ "description": ""
343
+ },
301
344
  "v-breadcrumbs": {
302
345
  "attributes": [
303
346
  "active-class",