vuetify 2.6.4 → 2.6.5

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/dist/json/web-types.json +5 -5
  2. package/dist/vuetify.css +6 -6
  3. package/dist/vuetify.css.map +1 -1
  4. package/dist/vuetify.js +25 -17
  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/VImg/VImg.js +6 -2
  9. package/es5/components/VImg/VImg.js.map +1 -1
  10. package/es5/components/VResponsive/VResponsive.js +3 -1
  11. package/es5/components/VResponsive/VResponsive.js.map +1 -1
  12. package/es5/components/VTreeview/VTreeview.js +1 -1
  13. package/es5/components/VTreeview/VTreeview.js.map +1 -1
  14. package/es5/framework.js +1 -1
  15. package/es5/locale/es.js +3 -3
  16. package/es5/locale/es.js.map +1 -1
  17. package/es5/locale/fi.js +5 -5
  18. package/es5/locale/fi.js.map +1 -1
  19. package/es5/mixins/selectable/index.js +6 -4
  20. package/es5/mixins/selectable/index.js.map +1 -1
  21. package/lib/components/VImg/VImg.js +5 -2
  22. package/lib/components/VImg/VImg.js.map +1 -1
  23. package/lib/components/VResponsive/VResponsive.js +2 -1
  24. package/lib/components/VResponsive/VResponsive.js.map +1 -1
  25. package/lib/components/VTreeview/VTreeview.js +1 -1
  26. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  27. package/lib/framework.js +1 -1
  28. package/lib/locale/es.js +3 -3
  29. package/lib/locale/es.js.map +1 -1
  30. package/lib/locale/fi.js +5 -5
  31. package/lib/locale/fi.js.map +1 -1
  32. package/lib/mixins/selectable/index.js +7 -5
  33. package/lib/mixins/selectable/index.js.map +1 -1
  34. package/package.json +2 -2
  35. package/src/components/VCalendar/VCalendarCategory.sass +6 -7
  36. package/src/components/VImg/VImg.ts +4 -2
  37. package/src/components/VResponsive/VResponsive.ts +2 -1
  38. package/src/components/VTreeview/VTreeview.ts +6 -1
  39. package/src/locale/es.ts +3 -3
  40. package/src/locale/fi.ts +5 -5
  41. package/src/mixins/selectable/index.ts +6 -4
@@ -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.4",
5
+ "version": "2.6.5",
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-03-07",
5143
+ "default": "2022-05-02",
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-03-07",
6772
+ "default": "2022-05-02",
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-03-07",
6990
+ "default": "2022-05-02",
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-03-07",
7208
+ "default": "2022-05-02",
7209
7209
  "value": {
7210
7210
  "kind": "expression",
7211
7211
  "type": [
package/dist/vuetify.css CHANGED
@@ -22437,13 +22437,13 @@ html.overflow-y-hidden {
22437
22437
  .theme--light.v-calendar-category .v-calendar-category__column-header {
22438
22438
  border-right: #e0e0e0 1px solid;
22439
22439
  }
22440
- .theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__head {
22440
+ .theme--light.v-calendar-category .v-calendar-daily__head {
22441
22441
  background: #FFFFFF;
22442
22442
  }
22443
- .theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head {
22443
+ .theme--light.v-calendar-category .v-calendar-daily__intervals-head {
22444
22444
  background: #FFFFFF;
22445
22445
  }
22446
- .theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body {
22446
+ .theme--light.v-calendar-category .v-calendar-daily__intervals-body {
22447
22447
  background: #FFFFFF;
22448
22448
  }
22449
22449
 
@@ -22451,13 +22451,13 @@ html.overflow-y-hidden {
22451
22451
  .theme--dark.v-calendar-category .v-calendar-category__column-header {
22452
22452
  border-right: #9e9e9e 1px solid;
22453
22453
  }
22454
- .theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__head {
22454
+ .theme--dark.v-calendar-category .v-calendar-daily__head {
22455
22455
  background: #303030;
22456
22456
  }
22457
- .theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head {
22457
+ .theme--dark.v-calendar-category .v-calendar-daily__intervals-head {
22458
22458
  background: #303030;
22459
22459
  }
22460
- .theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body {
22460
+ .theme--dark.v-calendar-category .v-calendar-daily__intervals-body {
22461
22461
  background: #303030;
22462
22462
  }
22463
22463