vuetify 2.6.9 → 2.6.10

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 (44) hide show
  1. package/dist/json/web-types.json +33 -5
  2. package/dist/vuetify.css +7 -0
  3. package/dist/vuetify.css.map +1 -1
  4. package/dist/vuetify.js +48 -61
  5. package/dist/vuetify.js.map +1 -1
  6. package/dist/vuetify.min.css +2 -2
  7. package/dist/vuetify.min.js +2 -2
  8. package/es5/components/VCalendar/mixins/calendar-with-events.js +10 -13
  9. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  10. package/es5/components/VDialog/VDialog.js +2 -2
  11. package/es5/components/VDialog/VDialog.js.map +1 -1
  12. package/es5/components/VInput/VInput.js +2 -1
  13. package/es5/components/VInput/VInput.js.map +1 -1
  14. package/es5/components/VSelect/VSelectList.js +6 -9
  15. package/es5/components/VSelect/VSelectList.js.map +1 -1
  16. package/es5/framework.js +1 -1
  17. package/es5/mixins/menuable/index.js +5 -1
  18. package/es5/mixins/menuable/index.js.map +1 -1
  19. package/es5/util/helpers.js +0 -13
  20. package/es5/util/helpers.js.map +1 -1
  21. package/lib/components/VCalendar/mixins/calendar-with-events.js +11 -14
  22. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  23. package/lib/components/VDialog/VDialog.js +2 -2
  24. package/lib/components/VDialog/VDialog.js.map +1 -1
  25. package/lib/components/VInput/VInput.js +2 -1
  26. package/lib/components/VInput/VInput.js.map +1 -1
  27. package/lib/components/VSelect/VSelectList.js +7 -10
  28. package/lib/components/VSelect/VSelectList.js.map +1 -1
  29. package/lib/framework.js +1 -1
  30. package/lib/mixins/menuable/index.js +5 -1
  31. package/lib/mixins/menuable/index.js.map +1 -1
  32. package/lib/util/helpers.js +0 -8
  33. package/lib/util/helpers.js.map +1 -1
  34. package/package.json +2 -2
  35. package/src/components/VCalendar/mixins/calendar-with-events.ts +14 -13
  36. package/src/components/VDialog/VDialog.ts +2 -2
  37. package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +7 -0
  38. package/src/components/VInput/VInput.ts +1 -0
  39. package/src/components/VSelect/VSelectList.ts +10 -15
  40. package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +2 -0
  41. package/src/components/VTextField/VTextField.sass +9 -0
  42. package/src/mixins/menuable/index.ts +4 -1
  43. package/src/util/helpers.ts +0 -10
  44. package/types/index.d.ts +2 -2
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "2.6.9",
5
+ "version": "2.6.10",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -5140,7 +5140,7 @@
5140
5140
  "name": "start",
5141
5141
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
5142
5142
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
5143
- "default": "2022-08-09",
5143
+ "default": "2022-09-12",
5144
5144
  "value": {
5145
5145
  "kind": "expression",
5146
5146
  "type": [
@@ -6769,7 +6769,7 @@
6769
6769
  "name": "start",
6770
6770
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6771
6771
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
6772
- "default": "2022-08-09",
6772
+ "default": "2022-09-12",
6773
6773
  "value": {
6774
6774
  "kind": "expression",
6775
6775
  "type": [
@@ -6987,7 +6987,7 @@
6987
6987
  "name": "start",
6988
6988
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6989
6989
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
6990
- "default": "2022-08-09",
6990
+ "default": "2022-09-12",
6991
6991
  "value": {
6992
6992
  "kind": "expression",
6993
6993
  "type": [
@@ -7205,7 +7205,7 @@
7205
7205
  "name": "start",
7206
7206
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
7207
7207
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
7208
- "default": "2022-08-09",
7208
+ "default": "2022-09-12",
7209
7209
  "value": {
7210
7210
  "kind": "expression",
7211
7211
  "type": [
@@ -13326,6 +13326,20 @@
13326
13326
  },
13327
13327
  {
13328
13328
  "name": "header.<name>",
13329
+ "pattern": {
13330
+ "items": "header-columns",
13331
+ "template": [
13332
+ "header.",
13333
+ "#item:header column"
13334
+ ]
13335
+ },
13336
+ "header-columns": {
13337
+ "name": "Header column",
13338
+ "pattern": {
13339
+ "regex": ".+"
13340
+ },
13341
+ "doc-hide-pattern": true
13342
+ },
13329
13343
  "description": "Slot to customize a specific header column",
13330
13344
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#slots",
13331
13345
  "vue-properties": [
@@ -13395,6 +13409,20 @@
13395
13409
  },
13396
13410
  {
13397
13411
  "name": "item.<name>",
13412
+ "pattern": {
13413
+ "items": "columns",
13414
+ "template": [
13415
+ "item.",
13416
+ "#item:column"
13417
+ ]
13418
+ },
13419
+ "columns": {
13420
+ "name": "Column",
13421
+ "pattern": {
13422
+ "regex": ".+"
13423
+ },
13424
+ "doc-hide-pattern": true
13425
+ },
13398
13426
  "description": "Slot to customize a specific column",
13399
13427
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#slots",
13400
13428
  "vue-properties": [
package/dist/vuetify.css CHANGED
@@ -19483,6 +19483,13 @@ html.overflow-y-hidden {
19483
19483
  .v-text-field.v-input--has-state > .v-input__control > .v-input__slot:before {
19484
19484
  border-color: currentColor;
19485
19485
  }
19486
+ .v-text-field .v-input__icon--clear {
19487
+ opacity: 0;
19488
+ transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
19489
+ }
19490
+ .v-text-field.v-input--is-focused .v-input__icon--clear, .v-text-field.v-input--is-dirty:hover .v-input__icon--clear {
19491
+ opacity: 1;
19492
+ }
19486
19493
  .theme--light.v-select .v-select__selections {
19487
19494
  color: rgba(0, 0, 0, 0.87);
19488
19495
  }