vuetify 2.6.10 → 2.6.12

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 (32) hide show
  1. package/dist/json/web-types.json +5 -10
  2. package/dist/vuetify.css +2 -2
  3. package/dist/vuetify.css.map +1 -1
  4. package/dist/vuetify.js +13 -7
  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 +3 -1
  9. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  10. package/es5/components/VCombobox/VCombobox.js +1 -0
  11. package/es5/components/VCombobox/VCombobox.js.map +1 -1
  12. package/es5/components/VFileInput/VFileInput.js +6 -3
  13. package/es5/components/VFileInput/VFileInput.js.map +1 -1
  14. package/es5/directives/click-outside/index.js +2 -2
  15. package/es5/directives/click-outside/index.js.map +1 -1
  16. package/es5/framework.js +1 -1
  17. package/lib/components/VCalendar/mixins/calendar-with-events.js +3 -1
  18. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  19. package/lib/components/VCombobox/VCombobox.js +1 -0
  20. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  21. package/lib/components/VFileInput/VFileInput.js +6 -2
  22. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  23. package/lib/directives/click-outside/index.js +2 -2
  24. package/lib/directives/click-outside/index.js.map +1 -1
  25. package/lib/framework.js +1 -1
  26. package/package.json +2 -2
  27. package/src/components/VCalendar/mixins/calendar-with-events.ts +1 -1
  28. package/src/components/VCombobox/VCombobox.ts +1 -0
  29. package/src/components/VDialog/__tests__/VDialog.spec.ts +1 -1
  30. package/src/components/VFileInput/VFileInput.ts +7 -2
  31. package/src/components/VStepper/VStepper.sass +2 -2
  32. package/src/directives/click-outside/index.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.10",
5
+ "version": "2.6.12",
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-09-12",
5143
+ "default": "2022-10-18",
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-09-12",
6772
+ "default": "2022-10-18",
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-09-12",
6990
+ "default": "2022-10-18",
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-09-12",
7208
+ "default": "2022-10-18",
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",
package/dist/vuetify.css CHANGED
@@ -28134,12 +28134,12 @@ html.overflow-y-hidden {
28134
28134
  font-size: 1.5rem;
28135
28135
  color: inherit;
28136
28136
  }
28137
- .v-stepper__step.v-stepper__step--error .v-stepper__label {
28137
+ .v-stepper .v-stepper__step.v-stepper__step--error .v-stepper__label {
28138
28138
  color: inherit;
28139
28139
  text-shadow: none;
28140
28140
  font-weight: 500;
28141
28141
  }
28142
- .v-stepper__step.v-stepper__step--error .v-stepper__label small {
28142
+ .v-stepper .v-stepper__step.v-stepper__step--error .v-stepper__label small {
28143
28143
  color: inherit;
28144
28144
  }
28145
28145
  .v-stepper__label {