vuetify 2.6.9 → 2.6.11

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 (49) hide show
  1. package/dist/json/web-types.json +33 -10
  2. package/dist/vuetify.css +7 -0
  3. package/dist/vuetify.css.map +1 -1
  4. package/dist/vuetify.js +50 -63
  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/directives/click-outside/index.js +2 -2
  17. package/es5/directives/click-outside/index.js.map +1 -1
  18. package/es5/framework.js +1 -1
  19. package/es5/mixins/menuable/index.js +5 -1
  20. package/es5/mixins/menuable/index.js.map +1 -1
  21. package/es5/util/helpers.js +0 -13
  22. package/es5/util/helpers.js.map +1 -1
  23. package/lib/components/VCalendar/mixins/calendar-with-events.js +11 -14
  24. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  25. package/lib/components/VDialog/VDialog.js +2 -2
  26. package/lib/components/VDialog/VDialog.js.map +1 -1
  27. package/lib/components/VInput/VInput.js +2 -1
  28. package/lib/components/VInput/VInput.js.map +1 -1
  29. package/lib/components/VSelect/VSelectList.js +7 -10
  30. package/lib/components/VSelect/VSelectList.js.map +1 -1
  31. package/lib/directives/click-outside/index.js +2 -2
  32. package/lib/directives/click-outside/index.js.map +1 -1
  33. package/lib/framework.js +1 -1
  34. package/lib/mixins/menuable/index.js +5 -1
  35. package/lib/mixins/menuable/index.js.map +1 -1
  36. package/lib/util/helpers.js +0 -8
  37. package/lib/util/helpers.js.map +1 -1
  38. package/package.json +2 -2
  39. package/src/components/VCalendar/mixins/calendar-with-events.ts +14 -13
  40. package/src/components/VDialog/VDialog.ts +2 -2
  41. package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +7 -0
  42. package/src/components/VInput/VInput.ts +1 -0
  43. package/src/components/VSelect/VSelectList.ts +10 -15
  44. package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +2 -0
  45. package/src/components/VTextField/VTextField.sass +9 -0
  46. package/src/directives/click-outside/index.ts +2 -2
  47. package/src/mixins/menuable/index.ts +4 -1
  48. package/src/util/helpers.ts +0 -10
  49. 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.11",
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-10-04",
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-10-04",
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-10-04",
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-10-04",
7209
7209
  "value": {
7210
7210
  "kind": "expression",
7211
7211
  "type": [
@@ -11694,11 +11694,6 @@
11694
11694
  }
11695
11695
  ],
11696
11696
  "slots": [
11697
- {
11698
- "name": "default",
11699
- "description": "The default slot. Use this to render your items",
11700
- "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#slots"
11701
- },
11702
11697
  {
11703
11698
  "name": "default",
11704
11699
  "description": "The default slot. Use this to render your items",
@@ -13326,6 +13321,20 @@
13326
13321
  },
13327
13322
  {
13328
13323
  "name": "header.<name>",
13324
+ "pattern": {
13325
+ "items": "header-columns",
13326
+ "template": [
13327
+ "header.",
13328
+ "#item:header column"
13329
+ ]
13330
+ },
13331
+ "header-columns": {
13332
+ "name": "Header column",
13333
+ "pattern": {
13334
+ "regex": ".+"
13335
+ },
13336
+ "doc-hide-pattern": true
13337
+ },
13329
13338
  "description": "Slot to customize a specific header column",
13330
13339
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#slots",
13331
13340
  "vue-properties": [
@@ -13395,6 +13404,20 @@
13395
13404
  },
13396
13405
  {
13397
13406
  "name": "item.<name>",
13407
+ "pattern": {
13408
+ "items": "columns",
13409
+ "template": [
13410
+ "item.",
13411
+ "#item:column"
13412
+ ]
13413
+ },
13414
+ "columns": {
13415
+ "name": "Column",
13416
+ "pattern": {
13417
+ "regex": ".+"
13418
+ },
13419
+ "doc-hide-pattern": true
13420
+ },
13398
13421
  "description": "Slot to customize a specific column",
13399
13422
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#slots",
13400
13423
  "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
  }