vuetify 3.7.2 → 3.7.4

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 (104) hide show
  1. package/dist/json/attributes.json +5843 -5795
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +150 -150
  4. package/dist/json/tags.json +14 -1
  5. package/dist/json/web-types.json +10397 -10309
  6. package/dist/vuetify-labs.css +2362 -2362
  7. package/dist/vuetify-labs.d.ts +196 -195
  8. package/dist/vuetify-labs.esm.js +68 -45
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +68 -45
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2822 -2822
  13. package/dist/vuetify.d.ts +212 -211
  14. package/dist/vuetify.esm.js +38 -17
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +38 -17
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +28 -28
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +22 -22
  22. package/lib/components/VBottomSheet/VBottomSheet.sass +2 -1
  23. package/lib/components/VBottomSheet/index.d.mts +4 -4
  24. package/lib/components/VBtn/VBtn.css +2 -2
  25. package/lib/components/VBtn/VBtn.sass +7 -8
  26. package/lib/components/VBtnToggle/VBtnToggle.css +3 -0
  27. package/lib/components/VBtnToggle/VBtnToggle.sass +3 -0
  28. package/lib/components/VCarousel/index.d.mts +2 -2
  29. package/lib/components/VCheckbox/index.d.mts +2 -2
  30. package/lib/components/VChip/VChip.mjs +2 -1
  31. package/lib/components/VChip/VChip.mjs.map +1 -1
  32. package/lib/components/VCode/index.mjs +1 -1
  33. package/lib/components/VCode/index.mjs.map +1 -1
  34. package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
  35. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  36. package/lib/components/VCombobox/index.d.mts +22 -22
  37. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
  38. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
  39. package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
  40. package/lib/components/VDataTable/composables/paginate.mjs +4 -2
  41. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  42. package/lib/components/VDataTable/index.d.mts +7 -6
  43. package/lib/components/VDatePicker/index.d.mts +2 -2
  44. package/lib/components/VDialog/VDialog.css +3 -7
  45. package/lib/components/VDialog/VDialog.mjs +8 -1
  46. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  47. package/lib/components/VDialog/VDialog.sass +6 -7
  48. package/lib/components/VDialog/index.d.mts +22 -22
  49. package/lib/components/VField/_variables.scss +2 -1
  50. package/lib/components/VFileInput/__tests__/text.txt +1 -0
  51. package/lib/components/VFileInput/index.d.mts +3 -3
  52. package/lib/components/VInput/index.d.mts +2 -2
  53. package/lib/components/VKbd/index.mjs +1 -1
  54. package/lib/components/VKbd/index.mjs.map +1 -1
  55. package/lib/components/VList/VListItem.css +8 -7
  56. package/lib/components/VList/VListItem.mjs +1 -0
  57. package/lib/components/VList/VListItem.mjs.map +1 -1
  58. package/lib/components/VList/VListItem.sass +16 -10
  59. package/lib/components/VList/_variables.scss +0 -11
  60. package/lib/components/VMenu/VMenu.mjs +15 -6
  61. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  62. package/lib/components/VMenu/index.d.mts +20 -20
  63. package/lib/components/VMessages/index.d.mts +8 -8
  64. package/lib/components/VNavigationDrawer/index.d.mts +7 -7
  65. package/lib/components/VOverflowBtn/VOverflowBtn.sass +6 -5
  66. package/lib/components/VOverlay/index.d.mts +4 -4
  67. package/lib/components/VProgressLinear/_variables.scss +2 -1
  68. package/lib/components/VRadioGroup/index.d.mts +2 -2
  69. package/lib/components/VSelect/index.d.mts +22 -22
  70. package/lib/components/VSnackbar/index.d.mts +31 -31
  71. package/lib/components/VSpeedDial/index.d.mts +2 -2
  72. package/lib/components/VSwitch/index.d.mts +2 -2
  73. package/lib/components/VTable/_mixins.scss +2 -2
  74. package/lib/components/VTabs/VTabs.sass +1 -1
  75. package/lib/components/VTextField/index.d.mts +3 -3
  76. package/lib/components/VTextarea/index.d.mts +3 -3
  77. package/lib/components/VTooltip/index.d.mts +24 -24
  78. package/lib/components/VWindow/index.d.mts +2 -2
  79. package/lib/components/index.d.mts +158 -157
  80. package/lib/composables/directiveComponent.mjs +4 -3
  81. package/lib/composables/directiveComponent.mjs.map +1 -1
  82. package/lib/composables/nested/nested.mjs +2 -2
  83. package/lib/composables/nested/nested.mjs.map +1 -1
  84. package/lib/directives/ripple/index.mjs.map +1 -1
  85. package/lib/entry-bundler.mjs +1 -1
  86. package/lib/framework.mjs +1 -1
  87. package/lib/index.d.mts +53 -53
  88. package/lib/labs/VNumberInput/index.d.mts +9 -9
  89. package/lib/labs/VSnackbarQueue/index.d.mts +52 -52
  90. package/lib/labs/VTreeview/VTreeview.mjs +2 -1
  91. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  92. package/lib/labs/VTreeview/VTreeviewChildren.mjs +29 -28
  93. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  94. package/lib/labs/VTreeview/index.d.mts +7 -7
  95. package/lib/labs/components.d.mts +68 -68
  96. package/lib/locale/el.mjs +0 -0
  97. package/lib/locale/index.mjs +0 -0
  98. package/lib/styles/settings/_colors.scss +257 -256
  99. package/lib/styles/utilities/_display.sass +2 -1
  100. package/lib/styles/utilities/_elevation.scss +2 -1
  101. package/lib/styles/utilities/_screenreaders.sass +2 -1
  102. package/package.json +23 -16
  103. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
  104. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
@@ -1,7 +1,8 @@
1
+ @use 'sass:list'
1
2
  @use '../settings'
2
3
  @use '../tools'
3
4
 
4
- @if (settings.$utilities != false and length(settings.$utilities) > 0)
5
+ @if (settings.$utilities != false and list.length(settings.$utilities) > 0)
5
6
  @include tools.layer('utilities')
6
7
  @each $size, $media_query in settings.$display-breakpoints
7
8
  .hidden
@@ -1,7 +1,8 @@
1
+ @use 'sass:list';
1
2
  @use '../tools';
2
3
  @use '../settings';
3
4
 
4
- @if (settings.$utilities != false and length(settings.$utilities) > 0) {
5
+ @if (settings.$utilities != false and list.length(settings.$utilities) > 0) {
5
6
  @include tools.layer('utilities') {
6
7
  $z: 24;
7
8
  @while $z >= 0 {
@@ -1,8 +1,9 @@
1
1
  // Source: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss
2
+ @use 'sass:list'
2
3
  @use '../settings'
3
4
  @use '../tools'
4
5
 
5
- @if (settings.$utilities != false and length(settings.$utilities) > 0)
6
+ @if (settings.$utilities != false and list.length(settings.$utilities) > 0)
6
7
  @include tools.layer('utilities')
7
8
  .d-sr-only,
8
9
  .d-sr-only-focusable:not(:focus)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vuetify",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.7.2",
4
+ "version": "3.7.4",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"
@@ -109,11 +109,14 @@
109
109
  "build:types": "rimraf types-temp && tsc --pretty --emitDeclarationOnly -p tsconfig.dist.json && rollup --config build/rollup.types.config.mjs && rimraf types-temp",
110
110
  "tsc": "tsc",
111
111
  "test": "vitest",
112
+ "test:unit": "vitest --project unit",
113
+ "test:browser": "vitest --project browser",
114
+ "test:open": "TEST_BAIL=1 vitest --project browser -w",
112
115
  "test:coverage": "pnpm run test --coverage",
116
+ "test:percy": "percy exec -- vitest --project browser",
117
+ "test:all": "concurrently -gr 'vitest --project unit' 'vitest --project browser --shard=1/5' 'vitest --project browser --shard=2/5' 'vitest --project browser --shard=3/5' 'vitest --project browser --shard=4/5' 'vitest --project browser --shard=5/5'",
113
118
  "lint": "concurrently -n \"tsc,eslint\" --kill-others-on-fail \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint src -f codeframe --max-warnings 0\"",
114
- "lint:fix": "concurrently -n \"tsc,eslint\" \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint --fix src\"",
115
- "cy:open": "cypress open --component -b electron",
116
- "cy:run": "percy exec -- cypress run --component"
119
+ "lint:fix": "concurrently -n \"tsc,eslint\" \"tsc -p tsconfig.checks.json --noEmit --pretty\" \"eslint --fix src\""
117
120
  },
118
121
  "devDependencies": {
119
122
  "@date-io/core": "3.0.0",
@@ -123,17 +126,22 @@
123
126
  "@fortawesome/fontawesome-svg-core": "^6.5.2",
124
127
  "@fortawesome/free-solid-svg-icons": "^6.5.2",
125
128
  "@fortawesome/vue-fontawesome": "^3.0.6",
126
- "@percy/cli": "^1.28.2",
127
- "@percy/cypress": "^3.1.2",
129
+ "@percy/cli": "^1.29.3",
130
+ "@percy/sdk-utils": "^1.29.3",
128
131
  "@rollup/plugin-alias": "^5.1.0",
129
132
  "@rollup/plugin-babel": "^6.0.4",
130
133
  "@rollup/plugin-node-resolve": "^15.2.3",
131
134
  "@rollup/plugin-typescript": "^11.1.6",
132
- "@types/node": "^20.12.7",
135
+ "@testing-library/dom": "npm:@vuetify/testing-library-dom@1.0.2",
136
+ "@testing-library/user-event": "^14.5.2",
137
+ "@testing-library/vue": "^8.1.0",
138
+ "@types/node": "^22.5.4",
133
139
  "@types/resize-observer-browser": "^0.1.11",
134
140
  "@vitejs/plugin-vue": "^5.0.4",
135
141
  "@vitejs/plugin-vue-jsx": "^3.1.0",
136
- "@vitest/coverage-v8": "^2.0.5",
142
+ "@vitest/browser": "^2.1.1",
143
+ "@vitest/coverage-v8": "^2.1.1",
144
+ "@vitest/ui": "^2.1.1",
137
145
  "@vue/babel-plugin-jsx": "^1.2.2",
138
146
  "@vue/shared": "^3.4.27",
139
147
  "@vue/test-utils": "2.4.6",
@@ -147,19 +155,17 @@
147
155
  "cssnano": "^6.1.2",
148
156
  "csstype": "^3.1.3",
149
157
  "cy-mobile-commands": "^0.3.0",
150
- "cypress": "^13.7.2",
151
- "cypress-file-upload": "^5.0.8",
152
- "cypress-real-events": "^1.12.0",
153
158
  "date-fns": "^3.6.0",
154
159
  "dotenv": "^16.4.5",
155
- "eslint-plugin-cypress": "^2.15.1",
156
160
  "eslint-plugin-jest": "^28.7.0",
161
+ "eslint-plugin-vitest": "0.4.1",
157
162
  "expect": "^28.1.3",
158
163
  "fast-glob": "^3.3.2",
159
164
  "identity-obj-proxy": "^3.0.0",
160
165
  "jsdom": "^25.0.0",
161
166
  "micromatch": "^4.0.5",
162
167
  "postcss": "^8.4.38",
168
+ "roboto-fontface": "^0.10.0",
163
169
  "rollup": "^3.20.7",
164
170
  "rollup-plugin-dts": "^6.1.0",
165
171
  "rollup-plugin-sass": "^1.12.21",
@@ -169,11 +175,12 @@
169
175
  "unplugin-auto-import": "0.17.5",
170
176
  "unplugin-vue-components": "^0.27.4",
171
177
  "upath": "^2.0.1",
172
- "vite": "^5.4.0",
178
+ "vite": "^5.4.3",
173
179
  "vite-ssr": "^0.17.1",
174
- "vitest": "^2.0.5",
180
+ "vitest": "^2.1.1",
175
181
  "vue-i18n": "^9.7.1",
176
- "vue-router": "^4.3.0"
182
+ "vue-router": "^4.3.0",
183
+ "webdriverio": "^8.40.5"
177
184
  },
178
185
  "peerDependencies": {
179
186
  "typescript": ">=4.7",
@@ -200,5 +207,5 @@
200
207
  "attributes": "dist/json/attributes.json"
201
208
  },
202
209
  "web-types": "dist/json/web-types.json",
203
- "gitHead": "5511c5c381e5dbd72b5e453ad87b3e4eea6b6a99"
210
+ "gitHead": "6f610aa3bbc3dbc06b974946fde3ac855963afe3"
204
211
  }
@@ -1,74 +0,0 @@
1
- import { createTextVNode as _createTextVNode, Fragment as _Fragment, createVNode as _createVNode } from "vue";
2
- /// <reference types="../../../../types/cypress" />
3
- import { VConfirmEdit } from "../index.mjs"; // Utilities
4
- import { ref } from 'vue';
5
-
6
- // Tests
7
- describe('VConfirmEdit', () => {
8
- it('mirrors external updates', () => {
9
- const externalModel = ref('foo');
10
- cy.mount(() => _createVNode(VConfirmEdit, {
11
- "modelValue": externalModel.value
12
- }, {
13
- default: _ref => {
14
- let {
15
- model
16
- } = _ref;
17
- return _createVNode("p", null, [model.value]);
18
- }
19
- })).get('p').should('have.text', 'foo').then(() => {
20
- externalModel.value = 'bar';
21
- }).get('p').should('have.text', 'bar');
22
- });
23
- it(`doesn't mutate the original value`, () => {
24
- const externalModel = ref(['foo']);
25
- cy.mount(_createVNode(VConfirmEdit, {
26
- "modelValue": externalModel.value,
27
- "onUpdate:modelValue": $event => externalModel.value = $event
28
- }, {
29
- default: _ref2 => {
30
- let {
31
- model
32
- } = _ref2;
33
- return _createVNode(_Fragment, null, [_createVNode("p", null, [model.value.join(',')]), _createVNode("button", {
34
- "data-test": "push",
35
- "onClick": () => model.value.push('bar')
36
- }, [_createTextVNode("Push")])]);
37
- }
38
- })).get('p').should('have.text', 'foo').get('[data-test="push"]').click().get('p').should('have.text', 'foo,bar').then(() => {
39
- expect(externalModel.value).to.deep.equal(['foo']);
40
- });
41
- cy.contains('.v-btn', 'OK').click();
42
- cy.get('p').should('have.text', 'foo,bar').then(() => {
43
- expect(externalModel.value).to.deep.equal(['foo', 'bar']);
44
- });
45
- });
46
- it('hides actions if used from the slot', () => {
47
- cy.mount(_createVNode(VConfirmEdit, null, null)).get('.v-btn').should('have.length', 2);
48
- cy.mount(_createVNode(VConfirmEdit, null, {
49
- default: _ref3 => {
50
- let {
51
- model
52
- } = _ref3;
53
- void model;
54
- }
55
- })).get('.v-btn').should('have.length', 2);
56
- cy.mount(_createVNode(VConfirmEdit, null, {
57
- default: _ref4 => {
58
- let {
59
- actions
60
- } = _ref4;
61
- void actions;
62
- }
63
- })).get('.v-btn').should('have.length', 0);
64
- cy.mount(_createVNode(VConfirmEdit, null, {
65
- default: _ref5 => {
66
- let {
67
- actions
68
- } = _ref5;
69
- return actions;
70
- }
71
- })).get('.v-btn').should('have.length', 2);
72
- });
73
- });
74
- //# sourceMappingURL=VConfirmEdit.spec.cy.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VConfirmEdit.spec.cy.mjs","names":["VConfirmEdit","ref","describe","it","externalModel","cy","mount","_createVNode","value","default","_ref","model","get","should","then","$event","_ref2","_Fragment","join","onClick","push","_createTextVNode","click","expect","to","deep","equal","contains","_ref3","_ref4","actions","_ref5"],"sources":["../../../../src/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.tsx"],"sourcesContent":["/// <reference types=\"../../../../types/cypress\" />\n\nimport { VConfirmEdit } from '..'\n\n// Utilities\nimport { ref } from 'vue'\n\n// Tests\ndescribe('VConfirmEdit', () => {\n it('mirrors external updates', () => {\n const externalModel = ref('foo')\n\n cy.mount(() => (\n <VConfirmEdit modelValue={ externalModel.value }>\n { ({ model }) => (\n <p>{ model.value }</p>\n )}\n </VConfirmEdit>\n )).get('p')\n .should('have.text', 'foo')\n .then(() => {\n externalModel.value = 'bar'\n })\n .get('p')\n .should('have.text', 'bar')\n })\n\n it(`doesn't mutate the original value`, () => {\n const externalModel = ref(['foo'])\n\n cy.mount(\n <VConfirmEdit v-model={ externalModel.value } modelValue={ externalModel.value }>\n { ({ model }) => (\n <>\n <p>{ model.value.join(',') }</p>\n <button data-test=\"push\" onClick={ () => model.value.push('bar') }>Push</button>\n </>\n )}\n </VConfirmEdit>\n ).get('p')\n .should('have.text', 'foo')\n .get('[data-test=\"push\"]').click()\n .get('p')\n .should('have.text', 'foo,bar')\n .then(() => {\n expect(externalModel.value).to.deep.equal(['foo'])\n })\n cy.contains('.v-btn', 'OK').click()\n cy.get('p')\n .should('have.text', 'foo,bar')\n .then(() => {\n expect(externalModel.value).to.deep.equal(['foo', 'bar'])\n })\n })\n\n it('hides actions if used from the slot', () => {\n cy.mount(\n <VConfirmEdit></VConfirmEdit>\n ).get('.v-btn').should('have.length', 2)\n\n cy.mount(\n <VConfirmEdit>\n { ({ model }) => {\n void model\n }}\n </VConfirmEdit>\n ).get('.v-btn').should('have.length', 2)\n\n cy.mount(\n <VConfirmEdit>\n { ({ actions }) => {\n void actions\n }}\n </VConfirmEdit>\n ).get('.v-btn').should('have.length', 0)\n\n cy.mount(\n <VConfirmEdit>\n { ({ actions }) => actions }\n </VConfirmEdit>\n ).get('.v-btn').should('have.length', 2)\n })\n})\n"],"mappings":"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","ignoreList":[]}