vuetify 2.6.8 → 2.6.9

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 +21 -7
  2. package/dist/vuetify.css +3 -2
  3. package/dist/vuetify.css.map +1 -1
  4. package/dist/vuetify.js +49 -26
  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/VCalendar.js +3 -0
  9. package/es5/components/VCalendar/VCalendar.js.map +1 -1
  10. package/es5/components/VCalendar/VCalendarWeekly.js +15 -3
  11. package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
  12. package/es5/components/VCalendar/mixins/mouse.js +14 -22
  13. package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
  14. package/es5/components/VCarousel/VCarousel.js +2 -1
  15. package/es5/components/VCarousel/VCarousel.js.map +1 -1
  16. package/es5/components/VPagination/VPagination.js +1 -1
  17. package/es5/components/VPagination/VPagination.js.map +1 -1
  18. package/es5/components/VRadioGroup/VRadio.js +1 -0
  19. package/es5/components/VRadioGroup/VRadio.js.map +1 -1
  20. package/es5/framework.js +1 -1
  21. package/lib/components/VCalendar/VCalendar.js +3 -0
  22. package/lib/components/VCalendar/VCalendar.js.map +1 -1
  23. package/lib/components/VCalendar/VCalendarWeekly.js +15 -3
  24. package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
  25. package/lib/components/VCalendar/mixins/mouse.js +7 -28
  26. package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
  27. package/lib/components/VCarousel/VCarousel.js +2 -1
  28. package/lib/components/VCarousel/VCarousel.js.map +1 -1
  29. package/lib/components/VPagination/VPagination.js +1 -1
  30. package/lib/components/VPagination/VPagination.js.map +1 -1
  31. package/lib/components/VRadioGroup/VRadio.js +1 -0
  32. package/lib/components/VRadioGroup/VRadio.js.map +1 -1
  33. package/lib/framework.js +1 -1
  34. package/package.json +2 -2
  35. package/src/components/VCalendar/VCalendar.ts +3 -0
  36. package/src/components/VCalendar/VCalendarWeekly.ts +12 -0
  37. package/src/components/VCalendar/__tests__/__snapshots__/VCalendar.spec.ts.snap +165 -55
  38. package/src/components/VCalendar/mixins/__tests__/mouse.spec.ts +2 -2
  39. package/src/components/VCalendar/mixins/mouse.ts +8 -9
  40. package/src/components/VCarousel/VCarousel.ts +1 -0
  41. package/src/components/VInput/VInput.sass +1 -1
  42. package/src/components/VPagination/VPagination.ts +1 -1
  43. package/src/components/VRadioGroup/VRadio.ts +1 -0
  44. package/src/components/VSwitch/VSwitch.sass +3 -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.8",
5
+ "version": "2.6.9",
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-07-29",
5143
+ "default": "2022-08-09",
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-07-29",
6772
+ "default": "2022-08-09",
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-07-29",
6990
+ "default": "2022-08-09",
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-07-29",
7208
+ "default": "2022-08-09",
7209
7209
  "value": {
7210
7210
  "kind": "expression",
7211
7211
  "type": [
@@ -13227,7 +13227,7 @@
13227
13227
  },
13228
13228
  {
13229
13229
  "name": "headers",
13230
- "type": "i DataTableHeader[]"
13230
+ "type": "DataTableHeader[]"
13231
13231
  }
13232
13232
  ]
13233
13233
  },
@@ -13413,6 +13413,10 @@
13413
13413
  {
13414
13414
  "name": "value",
13415
13415
  "type": "any"
13416
+ },
13417
+ {
13418
+ "name": "index",
13419
+ "type": "number"
13416
13420
  }
13417
13421
  ]
13418
13422
  },
@@ -27294,7 +27298,17 @@
27294
27298
  {
27295
27299
  "name": "default",
27296
27300
  "description": "The default Vue slot.",
27297
- "doc-url": "https://www.vuetifyjs.com/api/v-slide-item#slots"
27301
+ "doc-url": "https://www.vuetifyjs.com/api/v-slide-item#slots",
27302
+ "vue-properties": [
27303
+ {
27304
+ "name": "active",
27305
+ "type": "boolean"
27306
+ },
27307
+ {
27308
+ "name": "toggle",
27309
+ "type": "Function"
27310
+ }
27311
+ ]
27298
27312
  }
27299
27313
  ],
27300
27314
  "vue-model": {
package/dist/vuetify.css CHANGED
@@ -20732,12 +20732,12 @@ html.overflow-y-hidden {
20732
20732
  }
20733
20733
  .v-input__slot {
20734
20734
  align-items: center;
20735
- color: inherit;
20736
20735
  display: flex;
20737
20736
  margin-bottom: 8px;
20738
20737
  min-height: inherit;
20739
20738
  position: relative;
20740
20739
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
20740
+ transition-property: height, min-height;
20741
20741
  width: 100%;
20742
20742
  }
20743
20743
  .v-input--dense > .v-input__control > .v-input__slot {
@@ -28283,6 +28283,7 @@ html.overflow-y-hidden {
28283
28283
  }
28284
28284
  .v-input--switch .v-input--selection-controls__input {
28285
28285
  width: 38px;
28286
+ transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
28286
28287
  }
28287
28288
  .v-input--switch .v-input--selection-controls__ripple {
28288
28289
  top: calc(50% - 24px);
@@ -28304,7 +28305,7 @@ html.overflow-y-hidden {
28304
28305
  .v-input--switch.v-input--dense .v-input--selection-controls__ripple {
28305
28306
  top: calc(50% - 22px);
28306
28307
  }
28307
- .v-input--switch.v-input--is-dirty.v-input--is-disabled {
28308
+ .v-input--switch.v-input--is-dirty.v-input--is-disabled .v-input--selection-controls__input {
28308
28309
  opacity: 0.6;
28309
28310
  }
28310
28311
  .v-application--is-ltr .v-input--switch .v-input--selection-controls__ripple {