vuetify 3.10.1 โ†’ 3.10.2

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 (41) hide show
  1. package/LICENSE.md +21 -0
  2. package/README.md +331 -0
  3. package/dist/json/attributes.json +3758 -3758
  4. package/dist/json/importMap-labs.json +14 -14
  5. package/dist/json/importMap.json +162 -162
  6. package/dist/json/web-types.json +6612 -6612
  7. package/dist/vuetify-labs.cjs +14 -97
  8. package/dist/vuetify-labs.css +4544 -4544
  9. package/dist/vuetify-labs.d.ts +49 -50
  10. package/dist/vuetify-labs.esm.js +14 -97
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +14 -97
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +14 -97
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +6241 -6241
  17. package/dist/vuetify.d.ts +49 -50
  18. package/dist/vuetify.esm.js +14 -97
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +14 -97
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +692 -704
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VBtn/VBtn.js +5 -2
  28. package/lib/components/VBtn/VBtn.js.map +1 -1
  29. package/lib/components/VChip/VChip.js +3 -4
  30. package/lib/components/VChip/VChip.js.map +1 -1
  31. package/lib/components/VCombobox/VCombobox.js +1 -1
  32. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  33. package/lib/components/VSelect/VSelect.js +1 -1
  34. package/lib/components/VSelect/VSelect.js.map +1 -1
  35. package/lib/composables/router.d.ts +0 -1
  36. package/lib/composables/router.js +0 -6
  37. package/lib/composables/router.js.map +1 -1
  38. package/lib/entry-bundler.js +1 -1
  39. package/lib/framework.d.ts +49 -49
  40. package/lib/framework.js +1 -1
  41. package/package.json +1 -1
package/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016-now Vuetify, LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,331 @@
1
+ <p align="center">
2
+ <a href="https://vuetifyjs.com" target="_blank">
3
+ <img alt="Vuetify Logo" width="100" src="https://cdn.vuetifyjs.com/images/logos/logo.svg">
4
+ </a>
5
+ </p>
6
+
7
+ <p align="center">
8
+ <a href="https://www.npmjs.com/package/vuetify">
9
+ <img src="https://img.shields.io/npm/dt/vuetify.svg" alt="Downloads">
10
+ </a>
11
+ <a href="https://www.npmjs.com/package/vuetify">
12
+ <img src="https://img.shields.io/npm/dm/vuetify.svg" alt="Downloads">
13
+ </a>
14
+ <br>
15
+ <a href="https://github.com/vuetifyjs/vuetify/blob/master/LICENSE.md">
16
+ <img src="https://img.shields.io/npm/l/vuetify.svg" alt="License">
17
+ </a>
18
+ <a href="https://community.vuetifyjs.com">
19
+ <img src="https://discordapp.com/api/guilds/340160225338195969/widget.png" alt="Chat">
20
+ </a>
21
+ <br>
22
+ <a href="https://www.npmjs.com/package/vuetify">
23
+ <img src="https://img.shields.io/npm/v/vuetify.svg" alt="Version">
24
+ </a>
25
+ <a href="https://cdnjs.com/libraries/vuetify">
26
+ <img src="https://img.shields.io/cdnjs/v/vuetify.svg" alt="CDN">
27
+ </a>
28
+ </p>
29
+
30
+ ### ๐Ÿ–ฅ๏ธ Documentation
31
+
32
+ To check out the documentation, visit [vuetifyjs.com](https://vuetifyjs.com).
33
+
34
+ ![Crowdin Uploads](https://github.com/vuetifyjs/vuetify/workflows/Crowdin%20Uploads/badge.svg?branch=master)
35
+
36
+ ### โšก Quick Start
37
+
38
+ Getting started with Vuetify is easy. To create a new project, choose your package manager and run one of the following commands:
39
+
40
+ Using [pnpm](https://pnpm.io/)
41
+
42
+ ```bash
43
+ pnpm create vuetify
44
+ ```
45
+
46
+ Using [yarn](https://yarnpkg.com/)
47
+
48
+ ```bash
49
+ yarn create vuetify
50
+ ```
51
+
52
+ Using [npm](https://npmjs.com/)
53
+
54
+ ```bash
55
+ npm create vuetify@latest
56
+ ```
57
+
58
+ Using [bun](https://bun.sh/)
59
+
60
+ ```bash
61
+ bun create vuetify
62
+ ```
63
+
64
+ For more information on how to get started, such as using Nuxt or Laravel, check out the official [Installation guide](https://vuetifyjs.com/getting-started/installation/).
65
+
66
+ ### ๐Ÿ’– Supporting Vuetify
67
+
68
+ Vuetify is a [MIT licensed](http://opensource.org/licenses/MIT) project that is developed and maintained by the [Core Team](https://vuetifyjs.com/about/meet-the-team/). Sponsor Vuetify and receive some **awesome perks** and support Open Source Software at the same time! ๐ŸŽ‰
69
+
70
+ <ul>
71
+ <li>
72
+ <a href="https://github.com/users/johnleider/sponsorship">Become a backer or sponsor on GitHub</a>
73
+ </li>
74
+ <li>
75
+ <a href="https://opencollective.com/vuetify">Become a backer or sponsor on Open Collective</a>
76
+ <strong><small>(supports the Core team)</small></strong>
77
+ </li>
78
+ <li>
79
+ <a href="https://tidelift.com/subscription/request-a-demo?utm_source=npm-vuetify&utm_medium=referral&utm_campaign=enterprise">Become a subscriber on Tidelift</a>
80
+ </li>
81
+ <li>
82
+ <a href="https://paypal.me/vuetify">Make a one-time payment with Paypal</a>
83
+ </li>
84
+ </ul>
85
+
86
+ ### What's the difference between GitHub Sponsors and OpenCollective?
87
+
88
+ Funds donated through GitHub Sponsors directly support [John Leider](https://github.com/sponsors/johnleider) and the ongoing development and maintenance of Vuetify. Funds donated via Open Collective are managed with transparent expenses and will be used for compensating work and expenses for Core team members. Your name/logo will receive proper recognition and exposure by donating on either platform.
89
+
90
+ <h3><b>Special Sponsor</b></h3>
91
+
92
+ <table>
93
+ <tbody>
94
+ <tr>
95
+ <td>
96
+ <a href="https://www.deepcloud.swiss/" target="_blank">
97
+ <img height="65px" src="https://cdn.cosmicjs.com/20504e40-6cbc-11ef-b5ae-a594bb4a8e67-deepcloud-light.svg">
98
+ </a>
99
+ </td>
100
+ </tr>
101
+ </tbody>
102
+ </table>
103
+
104
+ <h3><b>Diamond Sponsors</b></h3>
105
+
106
+ <table>
107
+ <tbody>
108
+ <tr>
109
+ <td>
110
+ <a href="https://route4me.com/">
111
+ <img height="40px" src="https://cdn.cosmicjs.com/3b7a95b0-5360-11ef-b1ea-f56c65dfade9-route-4-me-light.png">
112
+ </a>
113
+ </td>
114
+ <td>
115
+ <a href="https://www.abacus.ch/">
116
+ <img height="40px" src="https://cdn.cosmicjs.com/0b978be0-6cbb-11ef-b5ae-a594bb4a8e67-abacus-light.svg">
117
+ </a>
118
+ </td>
119
+ <td>
120
+ <a href="https://www.hoop.swiss/">
121
+ <img height="40px" src="https://cdn.cosmicjs.com/94012850-6cbc-11ef-b5ae-a594bb4a8e67-hoop-light.svg">
122
+ </a>
123
+ </td>
124
+ </tr>
125
+ </tbody>
126
+ </table>
127
+
128
+ <h3><b>Platinum Sponsors</b></h3>
129
+
130
+ <table>
131
+ <tbody>
132
+ <tr>
133
+ <td style="text-align: center;">
134
+ <a href="https://www.muenchen.de/">
135
+ <img height="30px" src="https://imgix.cosmicjs.com/af2ce530-eaa2-11ed-ba82-019c4666da06-itm-logo.png">
136
+ </a>
137
+ </td>
138
+ <td>
139
+ <a href="http://vuemastery.com/?ref=vuetify-github">
140
+ <img height="30px" src="https://cdn.vuetifyjs.com/images/backers/vuemastery.svg">
141
+ </a>
142
+ </td>
143
+ <td>
144
+ <a href="https://views4you.com/buy-instagram-followers/">
145
+ <img height="30px" src="https://cdn.cosmicjs.com/861b0ce0-50e4-11ef-b1ea-f56c65dfade9-views-4-you-light.png">
146
+ </a>
147
+ </td>
148
+ <td>
149
+ <a href="https://word.tips/">
150
+ <img height="30px" src="https://cdn.cosmicjs.com/5b16bd20-afab-11ef-bee4-3bb1d3c55332-wordtips-light.svg">
151
+ </a>
152
+ </td>
153
+ </tr>
154
+ <tr></tr>
155
+ <tr>
156
+ <td>
157
+ <a href="https://www.vso.org.uk/">
158
+ <img height="30px" src="https://cdn.cosmicjs.com/64287760-e7c2-11ef-b333-e101bec29f3d-horizontal_logo.svg">
159
+ </a>
160
+ </td>
161
+ </td>
162
+ <td style="text-align: center;">
163
+ <a href="https://haircenterofturkey.com/">
164
+ <img height="30px" src="https://cdn.cosmicjs.com/ba1af160-1a27-11f0-a229-dfe84053cfeb-hcof-logo-light-1.png">
165
+ </a>
166
+ </td>
167
+ <td></td>
168
+ <td></td>
169
+ </tr>
170
+ </tbody>
171
+ </table>
172
+
173
+ ---
174
+
175
+ ### ๐Ÿš€ Introduction
176
+
177
+ Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components. No design skills required โ€” everything you need to create amazing applications is at your fingertips. Vuetify has a massive API that supports any use-case. Some highlights include:
178
+
179
+ - **Customizable:** Extensive customization options with [SASS/SCSS](https://vuetifyjs.com/features/sass-variables/) and [Default configuration](https://vuetifyjs.com/features/presets/) and [Blueprints](https://vuetifyjs.com/features/blueprints/)
180
+ - **Responsive Layout:** The default configuration of Vuetify components is responsive, allowing your application to adapt to different screen sizes.
181
+ - **Theme System:** A powerful color system that makes it easy to style your application with a consistent color palette.
182
+ - **Vite Support:** _Smaller_ bundle sizes with **automatic** tree-shaking
183
+ - **6 months** Long-term support for [Major releases](https://vuetifyjs.com/introduction/long-term-support/)
184
+ - **Internationalization:** 42+ supported languages
185
+
186
+ #### Browser Support
187
+
188
+ Vuetify supports all **modern browsers**, including Safari 13+ (using [polyfills](https://vuetifyjs.com/getting-started/browser-support)). Components are designed for a minimum width of _320px_.
189
+
190
+ ### ๐ŸŒŽ Vuetify Ecosystem
191
+
192
+ #### Resources
193
+
194
+ <table>
195
+ <thead>
196
+ <tr>
197
+ <th>Name</th>
198
+ <th>Description</th>
199
+ </tr>
200
+ </thead>
201
+ <tbody>
202
+ <tr>
203
+ <td>
204
+ <a href="https://github.com/vuetifyjs/awesome/">
205
+ ๐Ÿ•ถ๏ธ&nbsp;Vuetify&nbsp;Awesome
206
+ </a>
207
+ </td>
208
+ <td>Awesome stuff built with Vuetify.</td>
209
+ </tr>
210
+ <tr>
211
+ <td>
212
+ <a href="https://bin.vuetifyjs.com/">
213
+ ๐Ÿ—‘๏ธ&nbsp;Vuetify&nbsp;Bin
214
+ </a>
215
+ </td>
216
+ <td>A pastebin for saving code snippets.</td>
217
+ </tr>
218
+ <tr>
219
+ <td>
220
+ <a href="https://bin.vuetifyjs.com/">
221
+ ๐Ÿซง&nbsp;Vuetify&nbsp;Create
222
+ </a>
223
+ </td>
224
+ <td>Scaffolding tools for creating new Vuetify projects.</td>
225
+ </tr>
226
+ <tr>
227
+ <td>
228
+ <a href="https://community.vuetifyjs.com/">
229
+ ๐Ÿ’ญ&nbsp;Vuetify&nbsp;Discord
230
+ </a>
231
+ </td>
232
+ <td>Our massive and inclusive Discord server where you can ask questions, share feedback, and connect with other Vuetify developers.</td>
233
+ </tr>
234
+ <tr>
235
+ <td>
236
+ <a href="https://github.com/vuetifyjs/eslint-config-vuetify">
237
+ ๐Ÿงน&nbsp;Vuetify&nbsp;ESLint
238
+ </a>
239
+ </td>
240
+ <td>An opinionated [ESLint config](https://github.com/vuetifyjs/eslint-config-vuetify) for styling and an [ESLint plugin](https://github.com/vuetifyjs/eslint-plugin-vuetify) for upgrading Vuetify version.</td>
241
+ </tr>
242
+ <tr>
243
+ <td>
244
+ <a href="https://issues.vuetifyjs.com/">
245
+ ๐Ÿ›&nbsp;Vuetify&nbsp;Issues
246
+ </a>
247
+ </td>
248
+ <td>A web application for reporting bugs and issues with Vuetify, Documentation, or one of our other packages.</td>
249
+ </tr>
250
+ <tr>
251
+ <td>
252
+ <a href="https://github.com/vuetifyjs/vuetify-loader">
253
+ ๐Ÿ“ฆ&nbsp;Vuetify&nbsp;Loader
254
+ </a>
255
+ </td>
256
+ <td>A monorepo of compiler plugins for autoloading Vuetify components and configuring styles.</td>
257
+ </tr>
258
+ <tr>
259
+ <td>
260
+ <a href="https://github.com/vuetifyjs/mcp/">
261
+ ๐Ÿง &nbsp;Vuetify&nbsp;MCP
262
+ </a>
263
+ </td>
264
+ <td>A Model Context Protocol server for developing with Vuetify and Agents.</td>
265
+ </tr>
266
+ <tr>
267
+ <td>
268
+ <a href="https://play.vuetifyjs.com/">
269
+ ๐ŸŽฎ&nbsp;Vuetify&nbsp;Playground
270
+ </a>
271
+ </td>
272
+ <td>A Vuetify 3 playground built using <a href="https://github.com/vuejs/repl">vuejs/repl</a> where you can play with our components.</td>
273
+ </tr>
274
+ <tr>
275
+ <td>
276
+ <a href="https://snips.vuetifyjs.com">
277
+ โœ‚๏ธ&nbsp;Vuetify&nbsp;Snips
278
+ </a>
279
+ </td>
280
+ <td>Pre-built code snippets for Vuetify components that you can use in your projects</td>
281
+ </tr>
282
+ <tr>
283
+ <td>
284
+ <a href="https://store.vuetifyjs.com/">
285
+ ๐Ÿ›’&nbsp;Vuetify&nbsp;Store
286
+ </a>
287
+ </td>
288
+ <td>The official Vuetify Store where you can download free digital products, purchase pre-made themes, and more.</td>
289
+ </tr>
290
+ </tbody>
291
+ </table>
292
+
293
+ ### ๐Ÿ™‹โ€โ™‚๏ธ Questions
294
+
295
+ For help and support questions, please use our [Discord community](https://community.vuetifyjs.com). This issue list of this repo is **exclusively** for bug reports and feature requests.
296
+
297
+ ### ๐Ÿ› Issues
298
+
299
+ Use our [Issue generator](https://issues.vuetifyjs.com) to report bugs and request new features.
300
+
301
+ Please make sure to read the [Important Information](https://github.com/vuetifyjs/vuetify/blob/master/.github/CONTRIBUTING.md#important-information) before opening an issue. Issues not confirming to the guidelines may be closed immediately.
302
+
303
+ 2๏ธโƒฃ Vuetify 2 Support
304
+ Vuetify 2 is now End Of Life (EOL) and is no longer supported, even for security issues. Commercial support for this version is available from our partner, [HeroDevs](https://www.herodevs.com/support/vuetify-nes?utm_source=partnership&utm_medium=partnership&utm_campaign=partnership&utm_id=vuetify2).
305
+
306
+ ### ๐Ÿ“ Changelog
307
+
308
+ Detailed changes for each release are documented in the [release notes](https://vuetifyjs.com/getting-started/release-notes/).
309
+
310
+ ### ๐Ÿ’โ€โ™‚๏ธ Contributing
311
+
312
+ Developers interested in contributing should read the [Code of Conduct](./CODE_OF_CONDUCT.md) and the [Contribution Guide](https://vuetifyjs.com/getting-started/contributing/).
313
+
314
+ > Please do **not** ask general questions in an issue. Issues are only to report bugs, suggest
315
+ enhancements, or request new features. For general questions and discussions, ask in the [community chat](https://community.vuetifyjs.com/).
316
+
317
+ To help you get you familiar with our contribution process, we have a list of [good first issues](https://github.com/vuetifyjs/vuetify/labels/good%20first%20issue) that contain bugs which have a relatively limited scope. This is a great place to get started. If you have any questions, please join us on the [community chat](https://community.vuetifyjs.com).
318
+
319
+ We also have a list of [help wanted](https://github.com/vuetifyjs/vuetify/labels/help%20wanted) issues that you might want to check.
320
+
321
+ ### ๐Ÿ“‘ License
322
+
323
+ Vuetify is available under the [MIT](http://opensource.org/licenses/MIT) software license.
324
+
325
+ Copyright (c) 2016-present Vuetify, LLC
326
+
327
+ ---
328
+
329
+ This project exists thanks to all the people who contribute ๐Ÿ˜!
330
+
331
+ <a href="https://github.com/vuetifyjs/vuetify/graphs/contributors"><img src="https://opencollective.com/vuetify/contributors.svg?width=890&button=false" /></a>