vuetify 2.4.3 → 2.4.4
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.
- package/dist/json/attributes.json +3 -3
- package/dist/json/web-types.json +8 -8
- package/dist/vuetify.css +2 -2
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +87 -61
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VDatePicker/VDatePicker.js +12 -38
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js +9 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/es5/components/VDatePicker/util/index.js +8 -0
- package/es5/components/VDatePicker/util/index.js.map +1 -1
- package/es5/components/VDatePicker/util/sanitizeDateString.js +37 -0
- package/es5/components/VDatePicker/util/sanitizeDateString.js.map +1 -0
- package/es5/components/VPagination/VPagination.js +1 -0
- package/es5/components/VPagination/VPagination.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +1 -12
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.js +12 -2
- package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/lib/components/VDatePicker/util/index.js +2 -1
- package/lib/components/VDatePicker/util/index.js.map +1 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.js +12 -0
- package/lib/components/VDatePicker/util/sanitizeDateString.js.map +1 -0
- package/lib/components/VPagination/VPagination.js +1 -0
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +2 -2
- package/src/components/VDatePicker/VDatePicker.ts +1 -7
- package/src/components/VDatePicker/__tests__/VDatePickerDateTable.spec.ts +32 -0
- package/src/components/VDatePicker/__tests__/VDatePickerMonthTable.spec.ts +32 -0
- package/src/components/VDatePicker/mixins/date-picker-table.ts +10 -2
- package/src/components/VDatePicker/util/__tests__/sanitizeDateString.spec.ts +10 -0
- package/src/components/VDatePicker/util/index.ts +2 -0
- package/src/components/VDatePicker/util/sanitizeDateString.ts +8 -0
- package/src/components/VPagination/VPagination.ts +1 -0
- package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +6 -3
- package/src/components/VTextField/VTextField.sass +2 -2
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
},
|
|
378
378
|
"v-autocomplete/filter": {
|
|
379
379
|
"type": "function",
|
|
380
|
-
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#
|
|
380
|
+
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L40)"
|
|
381
381
|
},
|
|
382
382
|
"v-autocomplete/flat": {
|
|
383
383
|
"type": "boolean",
|
|
@@ -2597,7 +2597,7 @@
|
|
|
2597
2597
|
},
|
|
2598
2598
|
"v-combobox/filter": {
|
|
2599
2599
|
"type": "function",
|
|
2600
|
-
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#
|
|
2600
|
+
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L40)"
|
|
2601
2601
|
},
|
|
2602
2602
|
"v-combobox/flat": {
|
|
2603
2603
|
"type": "boolean",
|
|
@@ -5317,7 +5317,7 @@
|
|
|
5317
5317
|
},
|
|
5318
5318
|
"v-overflow-btn/filter": {
|
|
5319
5319
|
"type": "function",
|
|
5320
|
-
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#
|
|
5320
|
+
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L40)"
|
|
5321
5321
|
},
|
|
5322
5322
|
"v-overflow-btn/flat": {
|
|
5323
5323
|
"type": "boolean",
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "2.4.
|
|
5
|
+
"version": "2.4.4",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1242,7 +1242,7 @@
|
|
|
1242
1242
|
},
|
|
1243
1243
|
{
|
|
1244
1244
|
"name": "filter",
|
|
1245
|
-
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#
|
|
1245
|
+
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L40)",
|
|
1246
1246
|
"doc-url": "https://www.vuetifyjs.com/api/v-autocomplete#props",
|
|
1247
1247
|
"default": "(item, queryText, itemText) => {}",
|
|
1248
1248
|
"value": {
|
|
@@ -5059,7 +5059,7 @@
|
|
|
5059
5059
|
"name": "start",
|
|
5060
5060
|
"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.",
|
|
5061
5061
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
|
|
5062
|
-
"default": "2021-
|
|
5062
|
+
"default": "2021-02-09",
|
|
5063
5063
|
"value": {
|
|
5064
5064
|
"kind": "expression",
|
|
5065
5065
|
"type": [
|
|
@@ -6688,7 +6688,7 @@
|
|
|
6688
6688
|
"name": "start",
|
|
6689
6689
|
"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.",
|
|
6690
6690
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
|
|
6691
|
-
"default": "2021-
|
|
6691
|
+
"default": "2021-02-09",
|
|
6692
6692
|
"value": {
|
|
6693
6693
|
"kind": "expression",
|
|
6694
6694
|
"type": [
|
|
@@ -6906,7 +6906,7 @@
|
|
|
6906
6906
|
"name": "start",
|
|
6907
6907
|
"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.",
|
|
6908
6908
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
|
|
6909
|
-
"default": "2021-
|
|
6909
|
+
"default": "2021-02-09",
|
|
6910
6910
|
"value": {
|
|
6911
6911
|
"kind": "expression",
|
|
6912
6912
|
"type": [
|
|
@@ -7124,7 +7124,7 @@
|
|
|
7124
7124
|
"name": "start",
|
|
7125
7125
|
"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.",
|
|
7126
7126
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
|
|
7127
|
-
"default": "2021-
|
|
7127
|
+
"default": "2021-02-09",
|
|
7128
7128
|
"value": {
|
|
7129
7129
|
"kind": "expression",
|
|
7130
7130
|
"type": [
|
|
@@ -10064,7 +10064,7 @@
|
|
|
10064
10064
|
},
|
|
10065
10065
|
{
|
|
10066
10066
|
"name": "filter",
|
|
10067
|
-
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#
|
|
10067
|
+
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L40)",
|
|
10068
10068
|
"doc-url": "https://www.vuetifyjs.com/api/v-combobox#props",
|
|
10069
10069
|
"default": "(item, queryText, itemText) => {}",
|
|
10070
10070
|
"value": {
|
|
@@ -20834,7 +20834,7 @@
|
|
|
20834
20834
|
},
|
|
20835
20835
|
{
|
|
20836
20836
|
"name": "filter",
|
|
20837
|
-
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#
|
|
20837
|
+
"description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L40)",
|
|
20838
20838
|
"doc-url": "https://www.vuetifyjs.com/api/v-overflow-btn#props",
|
|
20839
20839
|
"default": "(item, queryText, itemText) => {}",
|
|
20840
20840
|
"value": {
|
package/dist/vuetify.css
CHANGED
|
@@ -19313,10 +19313,10 @@ html.overflow-y-hidden {
|
|
|
19313
19313
|
text-align: right;
|
|
19314
19314
|
}
|
|
19315
19315
|
.v-application--is-ltr .v-text-field--outlined.v-text-field--reverse legend {
|
|
19316
|
-
|
|
19316
|
+
margin-left: auto;
|
|
19317
19317
|
}
|
|
19318
19318
|
.v-application--is-rtl .v-text-field--outlined.v-text-field--reverse legend {
|
|
19319
|
-
|
|
19319
|
+
margin-right: auto;
|
|
19320
19320
|
}
|
|
19321
19321
|
.v-application--is-ltr .v-text-field--outlined.v-text-field--rounded legend {
|
|
19322
19322
|
margin-left: 12px;
|