vuetify 2.6.15 → 2.6.16
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 +4 -4
- package/dist/json/web-types.json +9 -9
- package/dist/vuetify.css +11 -2
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +15 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VDataTable/VDataTable.js +2 -1
- package/es5/components/VDataTable/VDataTable.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +10 -5
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/mixins/overlayable/index.js +1 -1
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/services/icons/presets/fa.js +1 -1
- package/es5/services/icons/presets/fa.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +2 -1
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +10 -5
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/overlayable/index.js +1 -1
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/services/icons/presets/fa.js +1 -1
- package/lib/services/icons/presets/fa.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VDataTable/VDataTable.ts +1 -0
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +2 -2
- package/src/components/VSelect/VSelect.ts +9 -3
- package/src/components/VSystemBar/VSystemBar.sass +4 -0
- package/src/components/VTextField/VTextField.sass +1 -1
- package/src/components/VTextarea/VTextarea.sass +9 -0
- package/src/mixins/overlayable/index.ts +1 -1
- package/src/services/icons/presets/fa.ts +1 -1
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
},
|
|
398
398
|
"v-autocomplete/hide-selected": {
|
|
399
399
|
"type": "boolean",
|
|
400
|
-
"description": "Do not display in the select menu items that are already selected"
|
|
400
|
+
"description": "Do not display in the select menu items that are already selected. Also removes checkboxes from the list when multiple"
|
|
401
401
|
},
|
|
402
402
|
"v-autocomplete/hint": {
|
|
403
403
|
"type": "string",
|
|
@@ -2669,7 +2669,7 @@
|
|
|
2669
2669
|
},
|
|
2670
2670
|
"v-combobox/hide-selected": {
|
|
2671
2671
|
"type": "boolean",
|
|
2672
|
-
"description": "Do not display in the select menu items that are already selected"
|
|
2672
|
+
"description": "Do not display in the select menu items that are already selected. Also removes checkboxes from the list when multiple"
|
|
2673
2673
|
},
|
|
2674
2674
|
"v-combobox/hint": {
|
|
2675
2675
|
"type": "string",
|
|
@@ -5469,7 +5469,7 @@
|
|
|
5469
5469
|
},
|
|
5470
5470
|
"v-overflow-btn/hide-selected": {
|
|
5471
5471
|
"type": "boolean",
|
|
5472
|
-
"description": "Do not display in the select menu items that are already selected"
|
|
5472
|
+
"description": "Do not display in the select menu items that are already selected. Also removes checkboxes from the list when multiple"
|
|
5473
5473
|
},
|
|
5474
5474
|
"v-overflow-btn/hint": {
|
|
5475
5475
|
"type": "string",
|
|
@@ -6469,7 +6469,7 @@
|
|
|
6469
6469
|
},
|
|
6470
6470
|
"v-select/hide-selected": {
|
|
6471
6471
|
"type": "boolean",
|
|
6472
|
-
"description": "Do not display in the select menu items that are already selected"
|
|
6472
|
+
"description": "Do not display in the select menu items that are already selected. Also removes checkboxes from the list when multiple"
|
|
6473
6473
|
},
|
|
6474
6474
|
"v-select/hint": {
|
|
6475
6475
|
"type": "string",
|
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.6.
|
|
5
|
+
"version": "2.6.16",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
},
|
|
1301
1301
|
{
|
|
1302
1302
|
"name": "hide-selected",
|
|
1303
|
-
"description": "Do not display in the select menu items that are already selected",
|
|
1303
|
+
"description": "Do not display in the select menu items that are already selected. Also removes checkboxes from the list when multiple",
|
|
1304
1304
|
"doc-url": "https://www.vuetifyjs.com/api/v-autocomplete#props",
|
|
1305
1305
|
"default": "false",
|
|
1306
1306
|
"value": {
|
|
@@ -5097,7 +5097,7 @@
|
|
|
5097
5097
|
"name": "start",
|
|
5098
5098
|
"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.",
|
|
5099
5099
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
|
|
5100
|
-
"default": "2023-
|
|
5100
|
+
"default": "2023-07-05",
|
|
5101
5101
|
"value": {
|
|
5102
5102
|
"kind": "expression",
|
|
5103
5103
|
"type": [
|
|
@@ -6726,7 +6726,7 @@
|
|
|
6726
6726
|
"name": "start",
|
|
6727
6727
|
"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.",
|
|
6728
6728
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
|
|
6729
|
-
"default": "2023-
|
|
6729
|
+
"default": "2023-07-05",
|
|
6730
6730
|
"value": {
|
|
6731
6731
|
"kind": "expression",
|
|
6732
6732
|
"type": [
|
|
@@ -6944,7 +6944,7 @@
|
|
|
6944
6944
|
"name": "start",
|
|
6945
6945
|
"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.",
|
|
6946
6946
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
|
|
6947
|
-
"default": "2023-
|
|
6947
|
+
"default": "2023-07-05",
|
|
6948
6948
|
"value": {
|
|
6949
6949
|
"kind": "expression",
|
|
6950
6950
|
"type": [
|
|
@@ -7162,7 +7162,7 @@
|
|
|
7162
7162
|
"name": "start",
|
|
7163
7163
|
"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.",
|
|
7164
7164
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
|
|
7165
|
-
"default": "2023-
|
|
7165
|
+
"default": "2023-07-05",
|
|
7166
7166
|
"value": {
|
|
7167
7167
|
"kind": "expression",
|
|
7168
7168
|
"type": [
|
|
@@ -10257,7 +10257,7 @@
|
|
|
10257
10257
|
},
|
|
10258
10258
|
{
|
|
10259
10259
|
"name": "hide-selected",
|
|
10260
|
-
"description": "Do not display in the select menu items that are already selected",
|
|
10260
|
+
"description": "Do not display in the select menu items that are already selected. Also removes checkboxes from the list when multiple",
|
|
10261
10261
|
"doc-url": "https://www.vuetifyjs.com/api/v-combobox#props",
|
|
10262
10262
|
"default": "false",
|
|
10263
10263
|
"value": {
|
|
@@ -21454,7 +21454,7 @@
|
|
|
21454
21454
|
},
|
|
21455
21455
|
{
|
|
21456
21456
|
"name": "hide-selected",
|
|
21457
|
-
"description": "Do not display in the select menu items that are already selected",
|
|
21457
|
+
"description": "Do not display in the select menu items that are already selected. Also removes checkboxes from the list when multiple",
|
|
21458
21458
|
"doc-url": "https://www.vuetifyjs.com/api/v-overflow-btn#props",
|
|
21459
21459
|
"default": "false",
|
|
21460
21460
|
"value": {
|
|
@@ -25275,7 +25275,7 @@
|
|
|
25275
25275
|
},
|
|
25276
25276
|
{
|
|
25277
25277
|
"name": "hide-selected",
|
|
25278
|
-
"description": "Do not display in the select menu items that are already selected",
|
|
25278
|
+
"description": "Do not display in the select menu items that are already selected. Also removes checkboxes from the list when multiple",
|
|
25279
25279
|
"doc-url": "https://www.vuetifyjs.com/api/v-select#props",
|
|
25280
25280
|
"default": "false",
|
|
25281
25281
|
"value": {
|
package/dist/vuetify.css
CHANGED
|
@@ -19337,10 +19337,10 @@ html.overflow-y-hidden {
|
|
|
19337
19337
|
padding-top: 0px;
|
|
19338
19338
|
margin-bottom: 8px;
|
|
19339
19339
|
}
|
|
19340
|
-
.v-application--is-ltr .v-text-field--reverse input {
|
|
19340
|
+
.v-application--is-ltr .v-text-field--reverse input, .v-application--is-ltr .v-text-field--reverse textarea {
|
|
19341
19341
|
text-align: right;
|
|
19342
19342
|
}
|
|
19343
|
-
.v-application--is-rtl .v-text-field--reverse input {
|
|
19343
|
+
.v-application--is-rtl .v-text-field--reverse input, .v-application--is-rtl .v-text-field--reverse textarea {
|
|
19344
19344
|
text-align: left;
|
|
19345
19345
|
}
|
|
19346
19346
|
.v-application--is-ltr .v-text-field--reverse .v-label {
|
|
@@ -28398,6 +28398,9 @@ html.overflow-y-hidden {
|
|
|
28398
28398
|
font-size: 1rem;
|
|
28399
28399
|
margin-right: 4px;
|
|
28400
28400
|
}
|
|
28401
|
+
.v-system-bar .v-btn .v-icon {
|
|
28402
|
+
margin-right: 0;
|
|
28403
|
+
}
|
|
28401
28404
|
.v-system-bar--fixed, .v-system-bar--absolute {
|
|
28402
28405
|
left: 0;
|
|
28403
28406
|
top: 0;
|
|
@@ -28798,6 +28801,12 @@ html.overflow-y-hidden {
|
|
|
28798
28801
|
.v-application--is-rtl .v-textarea.v-text-field--enclosed .v-text-field__slot textarea {
|
|
28799
28802
|
padding-left: 12px;
|
|
28800
28803
|
}
|
|
28804
|
+
.v-application--is-ltr .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label {
|
|
28805
|
+
margin-right: 12px;
|
|
28806
|
+
}
|
|
28807
|
+
.v-application--is-rtl .v-textarea.v-text-field--enclosed.v-text-field--reverse .v-text-field__slot .v-label {
|
|
28808
|
+
margin-left: 12px;
|
|
28809
|
+
}
|
|
28801
28810
|
/**
|
|
28802
28811
|
* * .v-timeline::before - center divider
|
|
28803
28812
|
* * .v-card::before - arrow shadow (conflicts with active link overlay)
|