vuetify 3.3.5 → 3.3.6
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 -8
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +7 -17
- package/dist/vuetify-labs.css +41 -18
- package/dist/vuetify-labs.d.ts +38 -54
- package/dist/vuetify-labs.esm.js +67 -39
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +67 -39
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +36 -13
- package/dist/vuetify.d.ts +3 -3
- package/dist/vuetify.esm.js +36 -29
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -29
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +20 -21
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +12 -9
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +12 -4
- package/lib/components/VAutocomplete/VAutocomplete.sass +17 -9
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +4 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +4 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +8 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +1 -1
- package/lib/components/VBtn/VBtn.sass +1 -1
- package/lib/components/VCombobox/VCombobox.css +12 -4
- package/lib/components/VCombobox/VCombobox.sass +17 -9
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VFooter/VFooter.mjs +4 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +4 -3
- package/lib/components/VSelect/VSelect.sass +10 -12
- package/lib/components/VSlider/VSliderThumb.mjs +6 -2
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.css +2 -0
- package/lib/components/VTextField/VTextField.mjs +2 -4
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +3 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa.mjs +2 -2
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -2
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/index.d.mts +3 -3
- package/lib/labs/VDataTable/composables/sort.mjs +4 -1
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs +1 -1
- package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs +0 -5
- package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/labs/VDatePicker/index.d.mts +38 -54
- package/lib/labs/VDateRangePicker/index.d.mts +34 -44
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +24 -4
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/labs/components.d.mts +38 -54
- package/lib/util/helpers.mjs +3 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +1 -0
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3448,7 +3448,7 @@
|
|
|
3448
3448
|
"description": "MISSING DESCRIPTION"
|
|
3449
3449
|
},
|
|
3450
3450
|
"v-date-card/range": {
|
|
3451
|
-
"type": "
|
|
3451
|
+
"type": "string | boolean\n",
|
|
3452
3452
|
"description": "MISSING DESCRIPTION"
|
|
3453
3453
|
},
|
|
3454
3454
|
"v-date-card/display-date": {
|
|
@@ -3596,7 +3596,7 @@
|
|
|
3596
3596
|
"description": "MISSING DESCRIPTION"
|
|
3597
3597
|
},
|
|
3598
3598
|
"v-date-picker/range": {
|
|
3599
|
-
"type": "
|
|
3599
|
+
"type": "string | boolean\n",
|
|
3600
3600
|
"description": "Allow the selection of date range"
|
|
3601
3601
|
},
|
|
3602
3602
|
"v-date-picker/display-date": {
|
|
@@ -3711,10 +3711,6 @@
|
|
|
3711
3711
|
"type": "boolean\n",
|
|
3712
3712
|
"description": "MISSING DESCRIPTION"
|
|
3713
3713
|
},
|
|
3714
|
-
"v-date-picker-month/range": {
|
|
3715
|
-
"type": "boolean | 'end' | 'start'\n",
|
|
3716
|
-
"description": "MISSING DESCRIPTION"
|
|
3717
|
-
},
|
|
3718
3714
|
"v-date-picker-month/display-date": {
|
|
3719
3715
|
"type": "any\n",
|
|
3720
3716
|
"description": "MISSING DESCRIPTION"
|
|
@@ -5361,7 +5357,7 @@
|
|
|
5361
5357
|
},
|
|
5362
5358
|
"v-menu/max-height": {
|
|
5363
5359
|
"type": "string | number\n",
|
|
5364
|
-
"description": "Sets the
|
|
5360
|
+
"description": "Sets the maximum height for the component."
|
|
5365
5361
|
},
|
|
5366
5362
|
"v-menu/max-width": {
|
|
5367
5363
|
"type": "string | number\n",
|
|
@@ -5373,7 +5369,7 @@
|
|
|
5373
5369
|
},
|
|
5374
5370
|
"v-menu/min-width": {
|
|
5375
5371
|
"type": "string | number\n",
|
|
5376
|
-
"description": "Sets the minimum width for the component."
|
|
5372
|
+
"description": "Sets the minimum width for the component. Use `auto` to use the activator width"
|
|
5377
5373
|
},
|
|
5378
5374
|
"v-menu/width": {
|
|
5379
5375
|
"type": "string | number\n",
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,6 +4,18 @@
|
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VAppBar": {
|
|
8
|
+
"from": "components/VAppBar/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAppBarNavIcon": {
|
|
12
|
+
"from": "components/VAppBar/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VAppBarTitle": {
|
|
16
|
+
"from": "components/VAppBar/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
7
19
|
"VAlert": {
|
|
8
20
|
"from": "components/VAlert/index.mjs",
|
|
9
21
|
"styles": []
|
|
@@ -380,18 +392,6 @@
|
|
|
380
392
|
"from": "components/VWindow/index.mjs",
|
|
381
393
|
"styles": []
|
|
382
394
|
},
|
|
383
|
-
"VAppBar": {
|
|
384
|
-
"from": "components/VAppBar/index.mjs",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
|
-
"VAppBarNavIcon": {
|
|
388
|
-
"from": "components/VAppBar/index.mjs",
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
|
-
"VAppBarTitle": {
|
|
392
|
-
"from": "components/VAppBar/index.mjs",
|
|
393
|
-
"styles": []
|
|
394
|
-
},
|
|
395
395
|
"VDefaultsProvider": {
|
|
396
396
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
397
397
|
"styles": []
|
package/dist/json/tags.json
CHANGED
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": "3.3.
|
|
5
|
+
"version": "3.3.6",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -14682,7 +14682,7 @@
|
|
|
14682
14682
|
"default": "false",
|
|
14683
14683
|
"value": {
|
|
14684
14684
|
"kind": "expression",
|
|
14685
|
-
"type": "
|
|
14685
|
+
"type": "string | boolean\n"
|
|
14686
14686
|
}
|
|
14687
14687
|
},
|
|
14688
14688
|
{
|
|
@@ -15180,7 +15180,7 @@
|
|
|
15180
15180
|
"default": "false",
|
|
15181
15181
|
"value": {
|
|
15182
15182
|
"kind": "expression",
|
|
15183
|
-
"type": "
|
|
15183
|
+
"type": "string | boolean\n"
|
|
15184
15184
|
}
|
|
15185
15185
|
},
|
|
15186
15186
|
{
|
|
@@ -15477,7 +15477,7 @@
|
|
|
15477
15477
|
"name": "displayDate",
|
|
15478
15478
|
"description": "MISSING DESCRIPTION",
|
|
15479
15479
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-controls#props",
|
|
15480
|
-
"default": "new Date('2023-06-
|
|
15480
|
+
"default": "new Date('2023-06-27T21:00:42.317Z')",
|
|
15481
15481
|
"value": {
|
|
15482
15482
|
"kind": "expression",
|
|
15483
15483
|
"type": "any\n"
|
|
@@ -15670,21 +15670,11 @@
|
|
|
15670
15670
|
"type": "boolean\n"
|
|
15671
15671
|
}
|
|
15672
15672
|
},
|
|
15673
|
-
{
|
|
15674
|
-
"name": "range",
|
|
15675
|
-
"description": "MISSING DESCRIPTION",
|
|
15676
|
-
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15677
|
-
"default": "false",
|
|
15678
|
-
"value": {
|
|
15679
|
-
"kind": "expression",
|
|
15680
|
-
"type": "boolean | 'end' | 'start'\n"
|
|
15681
|
-
}
|
|
15682
|
-
},
|
|
15683
15673
|
{
|
|
15684
15674
|
"name": "displayDate",
|
|
15685
15675
|
"description": "MISSING DESCRIPTION",
|
|
15686
15676
|
"doc-url": "https://vuetifyjs.com/api/v-date-picker-month#props",
|
|
15687
|
-
"default": "new Date('2023-06-
|
|
15677
|
+
"default": "new Date('2023-06-27T21:00:42.317Z')",
|
|
15688
15678
|
"value": {
|
|
15689
15679
|
"kind": "expression",
|
|
15690
15680
|
"type": "any\n"
|
|
@@ -22136,7 +22126,7 @@
|
|
|
22136
22126
|
},
|
|
22137
22127
|
{
|
|
22138
22128
|
"name": "maxHeight",
|
|
22139
|
-
"description": "Sets the
|
|
22129
|
+
"description": "Sets the maximum height for the component.",
|
|
22140
22130
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
22141
22131
|
"value": {
|
|
22142
22132
|
"kind": "expression",
|
|
@@ -22163,7 +22153,7 @@
|
|
|
22163
22153
|
},
|
|
22164
22154
|
{
|
|
22165
22155
|
"name": "minWidth",
|
|
22166
|
-
"description": "Sets the minimum width for the component.",
|
|
22156
|
+
"description": "Sets the minimum width for the component. Use `auto` to use the activator width",
|
|
22167
22157
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
22168
22158
|
"value": {
|
|
22169
22159
|
"kind": "expression",
|
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.6
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16901,13 +16901,16 @@ html.overflow-y-hidden {
|
|
|
16901
16901
|
align-self: flex-start;
|
|
16902
16902
|
flex: 1 1;
|
|
16903
16903
|
}
|
|
16904
|
+
.v-autocomplete .v-field input {
|
|
16905
|
+
min-width: 64px;
|
|
16906
|
+
}
|
|
16904
16907
|
.v-autocomplete .v-field:not(.v-field--focused) input {
|
|
16905
16908
|
min-width: 0;
|
|
16906
16909
|
}
|
|
16907
16910
|
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
|
16908
16911
|
margin-inline-end: 2px;
|
|
16909
16912
|
}
|
|
16910
|
-
.v-autocomplete .v-
|
|
16913
|
+
.v-autocomplete .v-autocomplete__selection-text {
|
|
16911
16914
|
overflow: hidden;
|
|
16912
16915
|
text-overflow: ellipsis;
|
|
16913
16916
|
white-space: nowrap;
|
|
@@ -16923,15 +16926,16 @@ html.overflow-y-hidden {
|
|
|
16923
16926
|
}
|
|
16924
16927
|
.v-autocomplete__selection {
|
|
16925
16928
|
display: inline-flex;
|
|
16929
|
+
align-items: center;
|
|
16926
16930
|
letter-spacing: inherit;
|
|
16927
16931
|
line-height: inherit;
|
|
16928
|
-
max-width:
|
|
16932
|
+
max-width: 90%;
|
|
16929
16933
|
}
|
|
16930
|
-
.v-
|
|
16934
|
+
.v-autocomplete__selection {
|
|
16931
16935
|
margin-top: var(--v-input-chips-margin-top);
|
|
16932
16936
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
16933
16937
|
}
|
|
16934
|
-
.v-
|
|
16938
|
+
.v-autocomplete__selection:first-child {
|
|
16935
16939
|
margin-inline-start: 0;
|
|
16936
16940
|
}
|
|
16937
16941
|
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
@@ -16952,6 +16956,10 @@ html.overflow-y-hidden {
|
|
|
16952
16956
|
padding-inline-start: inherit;
|
|
16953
16957
|
padding-inline-end: inherit;
|
|
16954
16958
|
}
|
|
16959
|
+
.v-autocomplete--single .v-field--variant-outlined input {
|
|
16960
|
+
top: calc(50% - var(--v-input-chips-margin-top));
|
|
16961
|
+
transform: translateY(-50%);
|
|
16962
|
+
}
|
|
16955
16963
|
.v-autocomplete--single .v-field--active input {
|
|
16956
16964
|
transition: none;
|
|
16957
16965
|
}
|
|
@@ -17377,6 +17385,10 @@ html.overflow-y-hidden {
|
|
|
17377
17385
|
opacity: var(--v-disabled-opacity);
|
|
17378
17386
|
pointer-events: none;
|
|
17379
17387
|
}
|
|
17388
|
+
.v-breadcrumbs-item--link {
|
|
17389
|
+
color: inherit;
|
|
17390
|
+
text-decoration: none;
|
|
17391
|
+
}
|
|
17380
17392
|
.v-breadcrumbs-item--link:hover {
|
|
17381
17393
|
text-decoration: underline;
|
|
17382
17394
|
}
|
|
@@ -17778,7 +17790,7 @@ html.overflow-y-hidden {
|
|
|
17778
17790
|
.v-card-actions .v-btn {
|
|
17779
17791
|
padding: 0 8px;
|
|
17780
17792
|
}
|
|
17781
|
-
.v-card-actions .v-btn ~ .v-btn {
|
|
17793
|
+
.v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
|
|
17782
17794
|
margin-inline-start: 0.5rem;
|
|
17783
17795
|
}
|
|
17784
17796
|
|
|
@@ -18666,13 +18678,16 @@ html.overflow-y-hidden {
|
|
|
18666
18678
|
align-self: flex-start;
|
|
18667
18679
|
flex: 1 1;
|
|
18668
18680
|
}
|
|
18681
|
+
.v-combobox .v-field input {
|
|
18682
|
+
min-width: 64px;
|
|
18683
|
+
}
|
|
18669
18684
|
.v-combobox .v-field:not(.v-field--focused) input {
|
|
18670
18685
|
min-width: 0;
|
|
18671
18686
|
}
|
|
18672
18687
|
.v-combobox .v-field--dirty .v-combobox__selection {
|
|
18673
18688
|
margin-inline-end: 2px;
|
|
18674
18689
|
}
|
|
18675
|
-
.v-combobox .v-
|
|
18690
|
+
.v-combobox .v-combobox__selection-text {
|
|
18676
18691
|
overflow: hidden;
|
|
18677
18692
|
text-overflow: ellipsis;
|
|
18678
18693
|
white-space: nowrap;
|
|
@@ -18688,15 +18703,16 @@ html.overflow-y-hidden {
|
|
|
18688
18703
|
}
|
|
18689
18704
|
.v-combobox__selection {
|
|
18690
18705
|
display: inline-flex;
|
|
18706
|
+
align-items: center;
|
|
18691
18707
|
letter-spacing: inherit;
|
|
18692
18708
|
line-height: inherit;
|
|
18693
|
-
max-width:
|
|
18709
|
+
max-width: 90%;
|
|
18694
18710
|
}
|
|
18695
|
-
.v-
|
|
18711
|
+
.v-combobox__selection {
|
|
18696
18712
|
margin-top: var(--v-input-chips-margin-top);
|
|
18697
18713
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
18698
18714
|
}
|
|
18699
|
-
.v-
|
|
18715
|
+
.v-combobox__selection:first-child {
|
|
18700
18716
|
margin-inline-start: 0;
|
|
18701
18717
|
}
|
|
18702
18718
|
.v-combobox--selecting-index .v-combobox__selection {
|
|
@@ -18717,6 +18733,10 @@ html.overflow-y-hidden {
|
|
|
18717
18733
|
padding-inline-start: inherit;
|
|
18718
18734
|
padding-inline-end: inherit;
|
|
18719
18735
|
}
|
|
18736
|
+
.v-combobox--single .v-field--variant-outlined input {
|
|
18737
|
+
top: calc(50% - var(--v-input-chips-margin-top));
|
|
18738
|
+
transform: translateY(-50%);
|
|
18739
|
+
}
|
|
18720
18740
|
.v-combobox--single .v-field--active input {
|
|
18721
18741
|
transition: none;
|
|
18722
18742
|
}
|
|
@@ -20614,11 +20634,6 @@ textarea.v-field__input::placeholder {
|
|
|
20614
20634
|
|
|
20615
20635
|
.v-img__gradient {
|
|
20616
20636
|
background-repeat: no-repeat;
|
|
20617
|
-
}.v-item-group {
|
|
20618
|
-
flex: 0 1 auto;
|
|
20619
|
-
max-width: 100%;
|
|
20620
|
-
position: relative;
|
|
20621
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20622
20637
|
}.v-input {
|
|
20623
20638
|
display: grid;
|
|
20624
20639
|
flex: 1 1 auto;
|
|
@@ -20750,6 +20765,11 @@ textarea.v-field__input::placeholder {
|
|
|
20750
20765
|
.v-input__control {
|
|
20751
20766
|
display: flex;
|
|
20752
20767
|
grid-area: control;
|
|
20768
|
+
}.v-item-group {
|
|
20769
|
+
flex: 0 1 auto;
|
|
20770
|
+
max-width: 100%;
|
|
20771
|
+
position: relative;
|
|
20772
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20753
20773
|
}.v-label {
|
|
20754
20774
|
align-items: center;
|
|
20755
20775
|
display: inline-flex;
|
|
@@ -22004,7 +22024,7 @@ html.v-overlay-scroll-blocked {
|
|
|
22004
22024
|
.v-select .v-field--dirty .v-select__selection {
|
|
22005
22025
|
margin-inline-end: 2px;
|
|
22006
22026
|
}
|
|
22007
|
-
.v-select .v-
|
|
22027
|
+
.v-select .v-select__selection-text {
|
|
22008
22028
|
overflow: hidden;
|
|
22009
22029
|
text-overflow: ellipsis;
|
|
22010
22030
|
white-space: nowrap;
|
|
@@ -22016,15 +22036,16 @@ html.v-overlay-scroll-blocked {
|
|
|
22016
22036
|
}
|
|
22017
22037
|
.v-select__selection {
|
|
22018
22038
|
display: inline-flex;
|
|
22039
|
+
align-items: center;
|
|
22019
22040
|
letter-spacing: inherit;
|
|
22020
22041
|
line-height: inherit;
|
|
22021
22042
|
max-width: 100%;
|
|
22022
22043
|
}
|
|
22023
|
-
.v-select
|
|
22044
|
+
.v-select .v-select__selection {
|
|
22024
22045
|
margin-top: var(--v-input-chips-margin-top);
|
|
22025
22046
|
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22026
22047
|
}
|
|
22027
|
-
.v-select
|
|
22048
|
+
.v-select .v-select__selection:first-child {
|
|
22028
22049
|
margin-inline-start: 0;
|
|
22029
22050
|
}
|
|
22030
22051
|
.v-select--selected .v-field .v-field__input > input {
|
|
@@ -22714,6 +22735,8 @@ html.v-overlay-scroll-blocked {
|
|
|
22714
22735
|
flex: 1;
|
|
22715
22736
|
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
22716
22737
|
min-width: 0;
|
|
22738
|
+
margin-top: var(--v-input-chips-margin-top);
|
|
22739
|
+
margin-bottom: var(--v-input-chips-margin-bottom);
|
|
22717
22740
|
}
|
|
22718
22741
|
.v-text-field input:focus, .v-text-field input:active {
|
|
22719
22742
|
outline: none;
|
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -69504,7 +69504,7 @@ declare const VDateCard: {
|
|
|
69504
69504
|
} | undefined;
|
|
69505
69505
|
inputMode?: "calendar" | "keyboard" | undefined;
|
|
69506
69506
|
multiple?: boolean | undefined;
|
|
69507
|
-
range?:
|
|
69507
|
+
range?: string | boolean | undefined;
|
|
69508
69508
|
modelValue?: any[] | undefined;
|
|
69509
69509
|
collapseIcon?: string | undefined;
|
|
69510
69510
|
expandIcon?: string | undefined;
|
|
@@ -69865,7 +69865,7 @@ declare const VDateCard: {
|
|
|
69865
69865
|
};
|
|
69866
69866
|
inputMode: "calendar" | "keyboard";
|
|
69867
69867
|
multiple: boolean;
|
|
69868
|
-
range:
|
|
69868
|
+
range: string | boolean;
|
|
69869
69869
|
modelValue: any[];
|
|
69870
69870
|
collapseIcon: string;
|
|
69871
69871
|
expandIcon: string;
|
|
@@ -70150,7 +70150,7 @@ declare const VDateCard: {
|
|
|
70150
70150
|
};
|
|
70151
70151
|
inputMode: "calendar" | "keyboard";
|
|
70152
70152
|
multiple: boolean;
|
|
70153
|
-
range:
|
|
70153
|
+
range: string | boolean;
|
|
70154
70154
|
modelValue: any[];
|
|
70155
70155
|
collapseIcon: string;
|
|
70156
70156
|
expandIcon: string;
|
|
@@ -70427,7 +70427,7 @@ declare const VDateCard: {
|
|
|
70427
70427
|
};
|
|
70428
70428
|
inputMode: "calendar" | "keyboard";
|
|
70429
70429
|
multiple: boolean;
|
|
70430
|
-
range:
|
|
70430
|
+
range: string | boolean;
|
|
70431
70431
|
modelValue: any[];
|
|
70432
70432
|
collapseIcon: string;
|
|
70433
70433
|
expandIcon: string;
|
|
@@ -70709,7 +70709,7 @@ declare const VDateCard: {
|
|
|
70709
70709
|
};
|
|
70710
70710
|
inputMode: "calendar" | "keyboard";
|
|
70711
70711
|
multiple: boolean;
|
|
70712
|
-
range:
|
|
70712
|
+
range: string | boolean;
|
|
70713
70713
|
modelValue: any[];
|
|
70714
70714
|
collapseIcon: string;
|
|
70715
70715
|
expandIcon: string;
|
|
@@ -70994,7 +70994,7 @@ declare const VDateCard: {
|
|
|
70994
70994
|
};
|
|
70995
70995
|
inputMode: "calendar" | "keyboard";
|
|
70996
70996
|
multiple: boolean;
|
|
70997
|
-
range:
|
|
70997
|
+
range: string | boolean;
|
|
70998
70998
|
modelValue: any[];
|
|
70999
70999
|
collapseIcon: string;
|
|
71000
71000
|
expandIcon: string;
|
|
@@ -71480,11 +71480,6 @@ declare const VDateCard: {
|
|
|
71480
71480
|
showAdjacentMonths: BooleanConstructor;
|
|
71481
71481
|
hideWeekdays: BooleanConstructor;
|
|
71482
71482
|
showWeek: BooleanConstructor;
|
|
71483
|
-
range: {
|
|
71484
|
-
default: boolean;
|
|
71485
|
-
type: PropType<boolean | "end" | "start">;
|
|
71486
|
-
validator: (v: any) => boolean;
|
|
71487
|
-
};
|
|
71488
71483
|
hoverDate: null;
|
|
71489
71484
|
multiple: BooleanConstructor;
|
|
71490
71485
|
side: {
|
|
@@ -71510,6 +71505,11 @@ declare const VDateCard: {
|
|
|
71510
71505
|
type: StringConstructor[];
|
|
71511
71506
|
default: string;
|
|
71512
71507
|
};
|
|
71508
|
+
range: {
|
|
71509
|
+
default: boolean;
|
|
71510
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
71511
|
+
validator: (v: any) => boolean;
|
|
71512
|
+
};
|
|
71513
71513
|
cancelText: {
|
|
71514
71514
|
type: StringConstructor;
|
|
71515
71515
|
default: string;
|
|
@@ -71965,11 +71965,6 @@ declare const VDateCard: {
|
|
|
71965
71965
|
showAdjacentMonths: BooleanConstructor;
|
|
71966
71966
|
hideWeekdays: BooleanConstructor;
|
|
71967
71967
|
showWeek: BooleanConstructor;
|
|
71968
|
-
range: {
|
|
71969
|
-
default: boolean;
|
|
71970
|
-
type: PropType<boolean | "end" | "start">;
|
|
71971
|
-
validator: (v: any) => boolean;
|
|
71972
|
-
};
|
|
71973
71968
|
hoverDate: null;
|
|
71974
71969
|
multiple: BooleanConstructor;
|
|
71975
71970
|
side: {
|
|
@@ -71995,6 +71990,11 @@ declare const VDateCard: {
|
|
|
71995
71990
|
type: StringConstructor[];
|
|
71996
71991
|
default: string;
|
|
71997
71992
|
};
|
|
71993
|
+
range: {
|
|
71994
|
+
default: boolean;
|
|
71995
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
71996
|
+
validator: (v: any) => boolean;
|
|
71997
|
+
};
|
|
71998
71998
|
cancelText: {
|
|
71999
71999
|
type: StringConstructor;
|
|
72000
72000
|
default: string;
|
|
@@ -72022,7 +72022,7 @@ declare const VDatePicker: {
|
|
|
72022
72022
|
inputMode?: "calendar" | "keyboard" | undefined;
|
|
72023
72023
|
multiple?: boolean | undefined;
|
|
72024
72024
|
landscape?: boolean | undefined;
|
|
72025
|
-
range?:
|
|
72025
|
+
range?: string | boolean | undefined;
|
|
72026
72026
|
tag?: string | undefined;
|
|
72027
72027
|
rounded?: string | number | boolean | undefined;
|
|
72028
72028
|
modelValue?: any[] | undefined;
|
|
@@ -72154,7 +72154,7 @@ declare const VDatePicker: {
|
|
|
72154
72154
|
inputMode: "calendar" | "keyboard";
|
|
72155
72155
|
multiple: boolean;
|
|
72156
72156
|
landscape: boolean;
|
|
72157
|
-
range:
|
|
72157
|
+
range: string | boolean;
|
|
72158
72158
|
tag: string;
|
|
72159
72159
|
modelValue: any[];
|
|
72160
72160
|
collapseIcon: string;
|
|
@@ -72236,7 +72236,7 @@ declare const VDatePicker: {
|
|
|
72236
72236
|
inputMode: "calendar" | "keyboard";
|
|
72237
72237
|
multiple: boolean;
|
|
72238
72238
|
landscape: boolean;
|
|
72239
|
-
range:
|
|
72239
|
+
range: string | boolean;
|
|
72240
72240
|
tag: string;
|
|
72241
72241
|
rounded: string | number | boolean;
|
|
72242
72242
|
modelValue: any[];
|
|
@@ -72289,7 +72289,7 @@ declare const VDatePicker: {
|
|
|
72289
72289
|
inputMode: "calendar" | "keyboard";
|
|
72290
72290
|
multiple: boolean;
|
|
72291
72291
|
landscape: boolean;
|
|
72292
|
-
range:
|
|
72292
|
+
range: string | boolean;
|
|
72293
72293
|
tag: string;
|
|
72294
72294
|
modelValue: any[];
|
|
72295
72295
|
collapseIcon: string;
|
|
@@ -72367,7 +72367,7 @@ declare const VDatePicker: {
|
|
|
72367
72367
|
inputMode: "calendar" | "keyboard";
|
|
72368
72368
|
multiple: boolean;
|
|
72369
72369
|
landscape: boolean;
|
|
72370
|
-
range:
|
|
72370
|
+
range: string | boolean;
|
|
72371
72371
|
tag: string;
|
|
72372
72372
|
modelValue: any[];
|
|
72373
72373
|
collapseIcon: string;
|
|
@@ -72449,7 +72449,7 @@ declare const VDatePicker: {
|
|
|
72449
72449
|
inputMode: "calendar" | "keyboard";
|
|
72450
72450
|
multiple: boolean;
|
|
72451
72451
|
landscape: boolean;
|
|
72452
|
-
range:
|
|
72452
|
+
range: string | boolean;
|
|
72453
72453
|
tag: string;
|
|
72454
72454
|
rounded: string | number | boolean;
|
|
72455
72455
|
modelValue: any[];
|
|
@@ -72523,11 +72523,6 @@ declare const VDatePicker: {
|
|
|
72523
72523
|
showAdjacentMonths: BooleanConstructor;
|
|
72524
72524
|
hideWeekdays: BooleanConstructor;
|
|
72525
72525
|
showWeek: BooleanConstructor;
|
|
72526
|
-
range: {
|
|
72527
|
-
default: boolean;
|
|
72528
|
-
type: vue.PropType<boolean | "end" | "start">;
|
|
72529
|
-
validator: (v: any) => boolean;
|
|
72530
|
-
};
|
|
72531
72526
|
hoverDate: null;
|
|
72532
72527
|
multiple: BooleanConstructor;
|
|
72533
72528
|
side: {
|
|
@@ -72553,6 +72548,11 @@ declare const VDatePicker: {
|
|
|
72553
72548
|
type: StringConstructor[];
|
|
72554
72549
|
default: string;
|
|
72555
72550
|
};
|
|
72551
|
+
range: {
|
|
72552
|
+
default: boolean;
|
|
72553
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
72554
|
+
validator: (v: any) => boolean;
|
|
72555
|
+
};
|
|
72556
72556
|
inputMode: {
|
|
72557
72557
|
type: vue.PropType<"calendar" | "keyboard">;
|
|
72558
72558
|
default: string;
|
|
@@ -72630,11 +72630,6 @@ declare const VDatePicker: {
|
|
|
72630
72630
|
showAdjacentMonths: BooleanConstructor;
|
|
72631
72631
|
hideWeekdays: BooleanConstructor;
|
|
72632
72632
|
showWeek: BooleanConstructor;
|
|
72633
|
-
range: {
|
|
72634
|
-
default: boolean;
|
|
72635
|
-
type: vue.PropType<boolean | "end" | "start">;
|
|
72636
|
-
validator: (v: any) => boolean;
|
|
72637
|
-
};
|
|
72638
72633
|
hoverDate: null;
|
|
72639
72634
|
multiple: BooleanConstructor;
|
|
72640
72635
|
side: {
|
|
@@ -72660,6 +72655,11 @@ declare const VDatePicker: {
|
|
|
72660
72655
|
type: StringConstructor[];
|
|
72661
72656
|
default: string;
|
|
72662
72657
|
};
|
|
72658
|
+
range: {
|
|
72659
|
+
default: boolean;
|
|
72660
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
72661
|
+
validator: (v: any) => boolean;
|
|
72662
|
+
};
|
|
72663
72663
|
inputMode: {
|
|
72664
72664
|
type: vue.PropType<"calendar" | "keyboard">;
|
|
72665
72665
|
default: string;
|
|
@@ -73188,7 +73188,6 @@ declare const VDatePickerMonth: {
|
|
|
73188
73188
|
$props: {
|
|
73189
73189
|
color?: string | undefined;
|
|
73190
73190
|
multiple?: boolean | undefined;
|
|
73191
|
-
range?: boolean | "end" | "start" | undefined;
|
|
73192
73191
|
modelValue?: any[] | undefined;
|
|
73193
73192
|
displayDate?: any;
|
|
73194
73193
|
showAdjacentMonths?: boolean | undefined;
|
|
@@ -73271,7 +73270,6 @@ declare const VDatePickerMonth: {
|
|
|
73271
73270
|
$options: vue.ComponentOptionsBase<{
|
|
73272
73271
|
color: string;
|
|
73273
73272
|
multiple: boolean;
|
|
73274
|
-
range: boolean | "end" | "start";
|
|
73275
73273
|
modelValue: any[];
|
|
73276
73274
|
displayDate: any;
|
|
73277
73275
|
showAdjacentMonths: boolean;
|
|
@@ -73303,7 +73301,6 @@ declare const VDatePickerMonth: {
|
|
|
73303
73301
|
}, string, {
|
|
73304
73302
|
color: string;
|
|
73305
73303
|
multiple: boolean;
|
|
73306
|
-
range: boolean | "end" | "start";
|
|
73307
73304
|
modelValue: any[];
|
|
73308
73305
|
displayDate: any;
|
|
73309
73306
|
showAdjacentMonths: boolean;
|
|
@@ -73336,7 +73333,6 @@ declare const VDatePickerMonth: {
|
|
|
73336
73333
|
} & {
|
|
73337
73334
|
color: string;
|
|
73338
73335
|
multiple: boolean;
|
|
73339
|
-
range: boolean | "end" | "start";
|
|
73340
73336
|
modelValue: any[];
|
|
73341
73337
|
displayDate: any;
|
|
73342
73338
|
showAdjacentMonths: boolean;
|
|
@@ -73367,7 +73363,6 @@ declare const VDatePickerMonth: {
|
|
|
73367
73363
|
} & vue.ComponentOptionsBase<{
|
|
73368
73364
|
color: string;
|
|
73369
73365
|
multiple: boolean;
|
|
73370
|
-
range: boolean | "end" | "start";
|
|
73371
73366
|
modelValue: any[];
|
|
73372
73367
|
displayDate: any;
|
|
73373
73368
|
showAdjacentMonths: boolean;
|
|
@@ -73399,7 +73394,6 @@ declare const VDatePickerMonth: {
|
|
|
73399
73394
|
}, string, {
|
|
73400
73395
|
color: string;
|
|
73401
73396
|
multiple: boolean;
|
|
73402
|
-
range: boolean | "end" | "start";
|
|
73403
73397
|
modelValue: any[];
|
|
73404
73398
|
displayDate: any;
|
|
73405
73399
|
showAdjacentMonths: boolean;
|
|
@@ -73412,25 +73406,20 @@ declare const VDatePickerMonth: {
|
|
|
73412
73406
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
73413
73407
|
format: StringConstructor;
|
|
73414
73408
|
modelValue: {
|
|
73415
|
-
type: PropType<any[]>;
|
|
73409
|
+
type: vue.PropType<any[]>;
|
|
73416
73410
|
default: () => never[];
|
|
73417
73411
|
};
|
|
73418
73412
|
displayDate: {
|
|
73419
|
-
type: PropType<any>;
|
|
73413
|
+
type: vue.PropType<any>;
|
|
73420
73414
|
default: Date;
|
|
73421
73415
|
};
|
|
73422
73416
|
color: {
|
|
73423
|
-
type: PropType<string>;
|
|
73417
|
+
type: vue.PropType<string>;
|
|
73424
73418
|
default: string;
|
|
73425
73419
|
};
|
|
73426
73420
|
showAdjacentMonths: BooleanConstructor;
|
|
73427
73421
|
hideWeekdays: BooleanConstructor;
|
|
73428
73422
|
showWeek: BooleanConstructor;
|
|
73429
|
-
range: {
|
|
73430
|
-
default: boolean;
|
|
73431
|
-
type: PropType<boolean | "end" | "start">;
|
|
73432
|
-
validator: (v: any) => boolean;
|
|
73433
|
-
};
|
|
73434
73423
|
hoverDate: null;
|
|
73435
73424
|
multiple: BooleanConstructor;
|
|
73436
73425
|
side: {
|
|
@@ -73439,25 +73428,20 @@ declare const VDatePickerMonth: {
|
|
|
73439
73428
|
}, vue.ExtractPropTypes<{
|
|
73440
73429
|
format: StringConstructor;
|
|
73441
73430
|
modelValue: {
|
|
73442
|
-
type: PropType<any[]>;
|
|
73431
|
+
type: vue.PropType<any[]>;
|
|
73443
73432
|
default: () => never[];
|
|
73444
73433
|
};
|
|
73445
73434
|
displayDate: {
|
|
73446
|
-
type: PropType<any>;
|
|
73435
|
+
type: vue.PropType<any>;
|
|
73447
73436
|
default: Date;
|
|
73448
73437
|
};
|
|
73449
73438
|
color: {
|
|
73450
|
-
type: PropType<string>;
|
|
73439
|
+
type: vue.PropType<string>;
|
|
73451
73440
|
default: string;
|
|
73452
73441
|
};
|
|
73453
73442
|
showAdjacentMonths: BooleanConstructor;
|
|
73454
73443
|
hideWeekdays: BooleanConstructor;
|
|
73455
73444
|
showWeek: BooleanConstructor;
|
|
73456
|
-
range: {
|
|
73457
|
-
default: boolean;
|
|
73458
|
-
type: PropType<boolean | "end" | "start">;
|
|
73459
|
-
validator: (v: any) => boolean;
|
|
73460
|
-
};
|
|
73461
73445
|
hoverDate: null;
|
|
73462
73446
|
multiple: BooleanConstructor;
|
|
73463
73447
|
side: {
|