@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-26 → 3.6.0-alpha.2-dev.2024-04-27
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/CHANGELOG.md +4 -2
- package/dist/json/attributes.json +398 -22
- package/dist/json/importMap-labs.json +20 -16
- package/dist/json/importMap.json +106 -106
- package/dist/json/tags.json +99 -0
- package/dist/json/web-types.json +1027 -23
- package/dist/vuetify-labs.css +2027 -2027
- package/dist/vuetify-labs.d.ts +1124 -1
- package/dist/vuetify-labs.esm.js +128 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +128 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1418 -1418
- package/dist/vuetify.d.ts +115 -38
- package/dist/vuetify.esm.js +8 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBanner/index.d.mts +15 -0
- package/lib/components/VChipGroup/index.d.mts +15 -0
- package/lib/components/VNavigationDrawer/index.d.mts +15 -0
- package/lib/components/VSlideGroup/index.d.mts +15 -0
- package/lib/components/VTabs/index.d.mts +15 -0
- package/lib/components/index.d.mts +75 -0
- package/lib/composables/display.mjs +5 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -38
- package/lib/labs/VDateInput/VDateInput.mjs +129 -0
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
- package/lib/labs/VDateInput/index.d.mts +1068 -0
- package/lib/labs/VDateInput/index.mjs +2 -0
- package/lib/labs/VDateInput/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1052 -3
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-27...v) (2024-04-27)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.6.0-alpha.2-dev.2024-04-
|
|
5
|
+
# [3.6.0-alpha.2-dev.2024-04-27](https://github.com/vuetifyjs/vuetify/compare/v3.5.17...v3.6.0-alpha.2-dev.2024-04-27) (2024-04-27)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -15,8 +15,10 @@
|
|
|
15
15
|
|
|
16
16
|
### Features
|
|
17
17
|
|
|
18
|
+
* **display:** add explicit prop that overrides mobile state ([fafc39f](https://github.com/vuetifyjs/vuetify/commit/fafc39f5d27cf0d6c5870bd18b43d84622ed6d11))
|
|
18
19
|
* support css cascade layers ([#19641](https://github.com/vuetifyjs/vuetify/issues/19641)) ([4820347](https://github.com/vuetifyjs/vuetify/commit/4820347463f5ea139bea08a712dd4573c3f492b4))
|
|
19
20
|
* **VBtn:** add new readonly prop ([72f33dc](https://github.com/vuetifyjs/vuetify/commit/72f33dcd84ef3a3799ec1312a5eaa42e320b3e92))
|
|
21
|
+
* **VDateInput:** create new component ([#19680](https://github.com/vuetifyjs/vuetify/issues/19680)) ([e9d132f](https://github.com/vuetifyjs/vuetify/commit/e9d132ffe6050e4acac3bf455083b3a1a03957fc))
|
|
20
22
|
* **VNavigationDrawer:** add new persistent prop ([#19552](https://github.com/vuetifyjs/vuetify/issues/19552)) ([74cc2bf](https://github.com/vuetifyjs/vuetify/commit/74cc2bf338cf3b785ddc7d69636ae5cb05d89e1e))
|
|
21
23
|
|
|
22
24
|
|
|
@@ -903,6 +903,10 @@
|
|
|
903
903
|
"type": "string | number\n",
|
|
904
904
|
"description": "Sets the width for the component."
|
|
905
905
|
},
|
|
906
|
+
"VBanner/mobile": {
|
|
907
|
+
"type": "boolean\n",
|
|
908
|
+
"description": "Applies the mobile banner styles."
|
|
909
|
+
},
|
|
906
910
|
"VBanner/mobile-breakpoint": {
|
|
907
911
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
908
912
|
"description": "Sets the designated mobile breakpoint for the component."
|
|
@@ -1597,7 +1601,7 @@
|
|
|
1597
1601
|
},
|
|
1598
1602
|
"VCalendar/weeks-in-month": {
|
|
1599
1603
|
"type": "'dynamic' | 'static'\n",
|
|
1600
|
-
"description": "
|
|
1604
|
+
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
|
1601
1605
|
},
|
|
1602
1606
|
"VCalendar/allowed-dates": {
|
|
1603
1607
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
@@ -2651,6 +2655,10 @@
|
|
|
2651
2655
|
"type": "string | boolean\n",
|
|
2652
2656
|
"description": "Force the display of the pagination arrows."
|
|
2653
2657
|
},
|
|
2658
|
+
"VChipGroup/mobile": {
|
|
2659
|
+
"type": "boolean\n",
|
|
2660
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/display.json))"
|
|
2661
|
+
},
|
|
2654
2662
|
"VChipGroup/mobile-breakpoint": {
|
|
2655
2663
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
2656
2664
|
"description": "Sets the designated mobile breakpoint for the component."
|
|
@@ -4035,6 +4043,362 @@
|
|
|
4035
4043
|
"type": "string | string[]\n",
|
|
4036
4044
|
"description": "Array of specific keys to filter on the item."
|
|
4037
4045
|
},
|
|
4046
|
+
"VDateInput/flat": {
|
|
4047
|
+
"type": "boolean\n",
|
|
4048
|
+
"description": "Removes box shadow when using a variant with elevation."
|
|
4049
|
+
},
|
|
4050
|
+
"VDateInput/hide-actions": {
|
|
4051
|
+
"type": "boolean\n",
|
|
4052
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))"
|
|
4053
|
+
},
|
|
4054
|
+
"VDateInput/focused": {
|
|
4055
|
+
"type": "boolean\n",
|
|
4056
|
+
"description": "Forces a focused state styling on the component."
|
|
4057
|
+
},
|
|
4058
|
+
"VDateInput/reverse": {
|
|
4059
|
+
"type": "boolean\n",
|
|
4060
|
+
"description": "Reverses the orientation."
|
|
4061
|
+
},
|
|
4062
|
+
"VDateInput/model-value": {
|
|
4063
|
+
"type": "any\n",
|
|
4064
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
4065
|
+
},
|
|
4066
|
+
"VDateInput/color": {
|
|
4067
|
+
"type": "string\n",
|
|
4068
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4069
|
+
},
|
|
4070
|
+
"VDateInput/cancel-text": {
|
|
4071
|
+
"type": "string\n",
|
|
4072
|
+
"description": "Text for the cancel button"
|
|
4073
|
+
},
|
|
4074
|
+
"VDateInput/type": {
|
|
4075
|
+
"type": "string\n",
|
|
4076
|
+
"description": "Determines the type of the picker - `date` for date picker, `month` for month picker."
|
|
4077
|
+
},
|
|
4078
|
+
"VDateInput/ok-text": {
|
|
4079
|
+
"type": "string\n",
|
|
4080
|
+
"description": "Text for the ok button"
|
|
4081
|
+
},
|
|
4082
|
+
"VDateInput/autofocus": {
|
|
4083
|
+
"type": "boolean\n",
|
|
4084
|
+
"description": "Enables autofocus."
|
|
4085
|
+
},
|
|
4086
|
+
"VDateInput/counter": {
|
|
4087
|
+
"type": "string | number | boolean\n",
|
|
4088
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
4089
|
+
},
|
|
4090
|
+
"VDateInput/prefix": {
|
|
4091
|
+
"type": "string\n",
|
|
4092
|
+
"description": "Displays prefix text."
|
|
4093
|
+
},
|
|
4094
|
+
"VDateInput/placeholder": {
|
|
4095
|
+
"type": "string\n",
|
|
4096
|
+
"description": "Sets the input’s placeholder text."
|
|
4097
|
+
},
|
|
4098
|
+
"VDateInput/persistent-placeholder": {
|
|
4099
|
+
"type": "boolean\n",
|
|
4100
|
+
"description": "Forces placeholder to always be visible."
|
|
4101
|
+
},
|
|
4102
|
+
"VDateInput/persistent-counter": {
|
|
4103
|
+
"type": "boolean\n",
|
|
4104
|
+
"description": "Forces counter to always be visible."
|
|
4105
|
+
},
|
|
4106
|
+
"VDateInput/suffix": {
|
|
4107
|
+
"type": "string\n",
|
|
4108
|
+
"description": "Displays suffix text."
|
|
4109
|
+
},
|
|
4110
|
+
"VDateInput/role": {
|
|
4111
|
+
"type": "string\n",
|
|
4112
|
+
"description": "The role attribute applied to the input."
|
|
4113
|
+
},
|
|
4114
|
+
"VDateInput/text": {
|
|
4115
|
+
"type": "string\n",
|
|
4116
|
+
"description": "Specify content text for the component."
|
|
4117
|
+
},
|
|
4118
|
+
"VDateInput/id": {
|
|
4119
|
+
"type": "string\n",
|
|
4120
|
+
"description": "Sets the DOM id on the component."
|
|
4121
|
+
},
|
|
4122
|
+
"VDateInput/append-icon": {
|
|
4123
|
+
"type": "any\n",
|
|
4124
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
4125
|
+
},
|
|
4126
|
+
"VDateInput/center-affix": {
|
|
4127
|
+
"type": "boolean\n",
|
|
4128
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
4129
|
+
},
|
|
4130
|
+
"VDateInput/prepend-icon": {
|
|
4131
|
+
"type": "any\n",
|
|
4132
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
|
|
4133
|
+
},
|
|
4134
|
+
"VDateInput/hide-spin-buttons": {
|
|
4135
|
+
"type": "boolean\n",
|
|
4136
|
+
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
4137
|
+
},
|
|
4138
|
+
"VDateInput/hint": {
|
|
4139
|
+
"type": "string\n",
|
|
4140
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
|
|
4141
|
+
},
|
|
4142
|
+
"VDateInput/persistent-hint": {
|
|
4143
|
+
"type": "boolean\n",
|
|
4144
|
+
"description": "Forces [hint](#props-hint) to always be visible."
|
|
4145
|
+
},
|
|
4146
|
+
"VDateInput/messages": {
|
|
4147
|
+
"type": "string | string[]\n",
|
|
4148
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
4149
|
+
},
|
|
4150
|
+
"VDateInput/direction": {
|
|
4151
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
4152
|
+
"description": "Changes the direction of the input."
|
|
4153
|
+
},
|
|
4154
|
+
"VDateInput/density": {
|
|
4155
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
4156
|
+
"description": "Adjusts the vertical height used by the component."
|
|
4157
|
+
},
|
|
4158
|
+
"VDateInput/height": {
|
|
4159
|
+
"type": "string | number\n",
|
|
4160
|
+
"description": "Sets the height of the input."
|
|
4161
|
+
},
|
|
4162
|
+
"VDateInput/max-height": {
|
|
4163
|
+
"type": "string | number\n",
|
|
4164
|
+
"description": "Sets the maximum height for the component."
|
|
4165
|
+
},
|
|
4166
|
+
"VDateInput/max-width": {
|
|
4167
|
+
"type": "string | number\n",
|
|
4168
|
+
"description": "Sets the maximum width for the component."
|
|
4169
|
+
},
|
|
4170
|
+
"VDateInput/min-height": {
|
|
4171
|
+
"type": "string | number\n",
|
|
4172
|
+
"description": "Sets the minimum height for the component."
|
|
4173
|
+
},
|
|
4174
|
+
"VDateInput/min-width": {
|
|
4175
|
+
"type": "string | number\n",
|
|
4176
|
+
"description": "Sets the minimum width for the component."
|
|
4177
|
+
},
|
|
4178
|
+
"VDateInput/width": {
|
|
4179
|
+
"type": "string | number\n",
|
|
4180
|
+
"description": "Width of the picker."
|
|
4181
|
+
},
|
|
4182
|
+
"VDateInput/theme": {
|
|
4183
|
+
"type": "string\n",
|
|
4184
|
+
"description": "Specify a theme for this component and all of its children."
|
|
4185
|
+
},
|
|
4186
|
+
"VDateInput/disabled": {
|
|
4187
|
+
"type": "boolean\n",
|
|
4188
|
+
"description": "Removes the ability to click or target the input."
|
|
4189
|
+
},
|
|
4190
|
+
"VDateInput/error": {
|
|
4191
|
+
"type": "boolean\n",
|
|
4192
|
+
"description": "Puts the input in a manual error state."
|
|
4193
|
+
},
|
|
4194
|
+
"VDateInput/error-messages": {
|
|
4195
|
+
"type": "string | string[]\n",
|
|
4196
|
+
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
4197
|
+
},
|
|
4198
|
+
"VDateInput/max-errors": {
|
|
4199
|
+
"type": "string | number\n",
|
|
4200
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
4201
|
+
},
|
|
4202
|
+
"VDateInput/name": {
|
|
4203
|
+
"type": "string\n",
|
|
4204
|
+
"description": "Sets the component's name attribute."
|
|
4205
|
+
},
|
|
4206
|
+
"VDateInput/label": {
|
|
4207
|
+
"type": "string\n",
|
|
4208
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
4209
|
+
},
|
|
4210
|
+
"VDateInput/readonly": {
|
|
4211
|
+
"type": "boolean\n",
|
|
4212
|
+
"description": "Makes the picker readonly (doesn't allow to select new date)."
|
|
4213
|
+
},
|
|
4214
|
+
"VDateInput/rules": {
|
|
4215
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
|
|
4216
|
+
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
|
4217
|
+
},
|
|
4218
|
+
"VDateInput/validate-on": {
|
|
4219
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
|
|
4220
|
+
"description": "Change what type of event triggers validation to run."
|
|
4221
|
+
},
|
|
4222
|
+
"VDateInput/validation-value": {
|
|
4223
|
+
"type": "any\n",
|
|
4224
|
+
"description": "The value used when applying validation rules."
|
|
4225
|
+
},
|
|
4226
|
+
"VDateInput/hide-details": {
|
|
4227
|
+
"type": "boolean | 'auto'\n",
|
|
4228
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display."
|
|
4229
|
+
},
|
|
4230
|
+
"VDateInput/append-inner-icon": {
|
|
4231
|
+
"type": "any\n",
|
|
4232
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
4233
|
+
},
|
|
4234
|
+
"VDateInput/bg-color": {
|
|
4235
|
+
"type": "string\n",
|
|
4236
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4237
|
+
},
|
|
4238
|
+
"VDateInput/clearable": {
|
|
4239
|
+
"type": "boolean\n",
|
|
4240
|
+
"description": "Allows for the component to be cleared."
|
|
4241
|
+
},
|
|
4242
|
+
"VDateInput/clear-icon": {
|
|
4243
|
+
"type": "any\n",
|
|
4244
|
+
"description": "The icon used when the **clearable** prop is set to true."
|
|
4245
|
+
},
|
|
4246
|
+
"VDateInput/active": {
|
|
4247
|
+
"type": "boolean\n",
|
|
4248
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
4249
|
+
},
|
|
4250
|
+
"VDateInput/base-color": {
|
|
4251
|
+
"type": "string\n",
|
|
4252
|
+
"description": "Sets the color of the input when it is not focused."
|
|
4253
|
+
},
|
|
4254
|
+
"VDateInput/dirty": {
|
|
4255
|
+
"type": "boolean\n",
|
|
4256
|
+
"description": "Manually apply the dirty state styling."
|
|
4257
|
+
},
|
|
4258
|
+
"VDateInput/persistent-clear": {
|
|
4259
|
+
"type": "boolean\n",
|
|
4260
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
4261
|
+
},
|
|
4262
|
+
"VDateInput/prepend-inner-icon": {
|
|
4263
|
+
"type": "any\n",
|
|
4264
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
|
4265
|
+
},
|
|
4266
|
+
"VDateInput/single-line": {
|
|
4267
|
+
"type": "boolean\n",
|
|
4268
|
+
"description": "Label does not move on focus/dirty."
|
|
4269
|
+
},
|
|
4270
|
+
"VDateInput/variant": {
|
|
4271
|
+
"type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
|
|
4272
|
+
"description": "Applies a distinct style to the component."
|
|
4273
|
+
},
|
|
4274
|
+
"VDateInput/loading": {
|
|
4275
|
+
"type": "string | boolean\n",
|
|
4276
|
+
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color."
|
|
4277
|
+
},
|
|
4278
|
+
"VDateInput/rounded": {
|
|
4279
|
+
"type": "string | number | boolean\n",
|
|
4280
|
+
"description": "Adds a border radius to the input."
|
|
4281
|
+
},
|
|
4282
|
+
"VDateInput/tile": {
|
|
4283
|
+
"type": "boolean\n",
|
|
4284
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
4285
|
+
},
|
|
4286
|
+
"VDateInput/counter-value": {
|
|
4287
|
+
"type": "number | ((value: any) => number)\n",
|
|
4288
|
+
"description": "Function returns the counter display text."
|
|
4289
|
+
},
|
|
4290
|
+
"VDateInput/model-modifiers": {
|
|
4291
|
+
"type": "unknown\n",
|
|
4292
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
|
4293
|
+
},
|
|
4294
|
+
"VDateInput/header": {
|
|
4295
|
+
"type": "string\n",
|
|
4296
|
+
"description": "Text shown when no **display-date** is set."
|
|
4297
|
+
},
|
|
4298
|
+
"VDateInput/next-icon": {
|
|
4299
|
+
"type": "string\n",
|
|
4300
|
+
"description": "Sets the icon for next month/year button."
|
|
4301
|
+
},
|
|
4302
|
+
"VDateInput/prev-icon": {
|
|
4303
|
+
"type": "string\n",
|
|
4304
|
+
"description": "Sets the icon for previous month/year button."
|
|
4305
|
+
},
|
|
4306
|
+
"VDateInput/mode-icon": {
|
|
4307
|
+
"type": "string\n",
|
|
4308
|
+
"description": "Icon displayed next to the current month and year, toggles year selection when clicked."
|
|
4309
|
+
},
|
|
4310
|
+
"VDateInput/view-mode": {
|
|
4311
|
+
"type": "'month' | 'months' | 'year'\n",
|
|
4312
|
+
"description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
|
|
4313
|
+
},
|
|
4314
|
+
"VDateInput/month": {
|
|
4315
|
+
"type": "string | number\n",
|
|
4316
|
+
"description": "The current month number to show"
|
|
4317
|
+
},
|
|
4318
|
+
"VDateInput/year": {
|
|
4319
|
+
"type": "string | number\n",
|
|
4320
|
+
"description": "The current year number to show"
|
|
4321
|
+
},
|
|
4322
|
+
"VDateInput/hide-weekdays": {
|
|
4323
|
+
"type": "boolean\n",
|
|
4324
|
+
"description": "Hide the days of the week letters."
|
|
4325
|
+
},
|
|
4326
|
+
"VDateInput/show-week": {
|
|
4327
|
+
"type": "boolean\n",
|
|
4328
|
+
"description": "Toggles visibility of the week numbers in the body of the calendar."
|
|
4329
|
+
},
|
|
4330
|
+
"VDateInput/transition": {
|
|
4331
|
+
"type": "string\n",
|
|
4332
|
+
"description": "The transition used when changing months into the future"
|
|
4333
|
+
},
|
|
4334
|
+
"VDateInput/reverse-transition": {
|
|
4335
|
+
"type": "string\n",
|
|
4336
|
+
"description": "The transition used when changing months into the past"
|
|
4337
|
+
},
|
|
4338
|
+
"VDateInput/show-adjacent-months": {
|
|
4339
|
+
"type": "boolean\n",
|
|
4340
|
+
"description": "Toggles visibility of days from previous and next months."
|
|
4341
|
+
},
|
|
4342
|
+
"VDateInput/weekdays": {
|
|
4343
|
+
"type": "number[]\n",
|
|
4344
|
+
"description": "An array of weekdays to display."
|
|
4345
|
+
},
|
|
4346
|
+
"VDateInput/weeks-in-month": {
|
|
4347
|
+
"type": "'dynamic' | 'static'\n",
|
|
4348
|
+
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
|
4349
|
+
},
|
|
4350
|
+
"VDateInput/allowed-dates": {
|
|
4351
|
+
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
4352
|
+
"description": "Restricts which dates can be selected."
|
|
4353
|
+
},
|
|
4354
|
+
"VDateInput/display-value": {
|
|
4355
|
+
"type": "unknown\n",
|
|
4356
|
+
"description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
|
|
4357
|
+
},
|
|
4358
|
+
"VDateInput/max": {
|
|
4359
|
+
"type": "unknown\n",
|
|
4360
|
+
"description": "Maximum allowed date/month (ISO 8601 format)."
|
|
4361
|
+
},
|
|
4362
|
+
"VDateInput/min": {
|
|
4363
|
+
"type": "unknown\n",
|
|
4364
|
+
"description": "Minimum allowed date/month (ISO 8601 format)."
|
|
4365
|
+
},
|
|
4366
|
+
"VDateInput/multiple": {
|
|
4367
|
+
"type": "number | boolean | (string & {}) | 'range'\n",
|
|
4368
|
+
"description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
|
|
4369
|
+
},
|
|
4370
|
+
"VDateInput/landscape": {
|
|
4371
|
+
"type": "boolean\n",
|
|
4372
|
+
"description": "Puts the picker into landscape mode."
|
|
4373
|
+
},
|
|
4374
|
+
"VDateInput/title": {
|
|
4375
|
+
"type": "string\n",
|
|
4376
|
+
"description": "Specify a title text for the component."
|
|
4377
|
+
},
|
|
4378
|
+
"VDateInput/hide-header": {
|
|
4379
|
+
"type": "boolean\n",
|
|
4380
|
+
"description": "Hide the picker header."
|
|
4381
|
+
},
|
|
4382
|
+
"VDateInput/border": {
|
|
4383
|
+
"type": "string | number | boolean\n",
|
|
4384
|
+
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
|
4385
|
+
},
|
|
4386
|
+
"VDateInput/elevation": {
|
|
4387
|
+
"type": "string | number\n",
|
|
4388
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
4389
|
+
},
|
|
4390
|
+
"VDateInput/location": {
|
|
4391
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
4392
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
4393
|
+
},
|
|
4394
|
+
"VDateInput/position": {
|
|
4395
|
+
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
4396
|
+
"description": "Sets the position for the component."
|
|
4397
|
+
},
|
|
4398
|
+
"VDateInput/tag": {
|
|
4399
|
+
"type": "string\n",
|
|
4400
|
+
"description": "Specify a custom tag used on the root element."
|
|
4401
|
+
},
|
|
4038
4402
|
"VDatePicker/header": {
|
|
4039
4403
|
"type": "string\n",
|
|
4040
4404
|
"description": "Text shown when no **display-date** is set."
|
|
@@ -4073,11 +4437,11 @@
|
|
|
4073
4437
|
},
|
|
4074
4438
|
"VDatePicker/month": {
|
|
4075
4439
|
"type": "string | number\n",
|
|
4076
|
-
"description": "
|
|
4440
|
+
"description": "The current month number to show"
|
|
4077
4441
|
},
|
|
4078
4442
|
"VDatePicker/year": {
|
|
4079
4443
|
"type": "string | number\n",
|
|
4080
|
-
"description": "
|
|
4444
|
+
"description": "The current year number to show"
|
|
4081
4445
|
},
|
|
4082
4446
|
"VDatePicker/color": {
|
|
4083
4447
|
"type": "string\n",
|
|
@@ -4085,7 +4449,7 @@
|
|
|
4085
4449
|
},
|
|
4086
4450
|
"VDatePicker/hide-weekdays": {
|
|
4087
4451
|
"type": "boolean\n",
|
|
4088
|
-
"description": "
|
|
4452
|
+
"description": "Hide the days of the week letters."
|
|
4089
4453
|
},
|
|
4090
4454
|
"VDatePicker/show-week": {
|
|
4091
4455
|
"type": "boolean\n",
|
|
@@ -4093,11 +4457,11 @@
|
|
|
4093
4457
|
},
|
|
4094
4458
|
"VDatePicker/transition": {
|
|
4095
4459
|
"type": "string\n",
|
|
4096
|
-
"description": "
|
|
4460
|
+
"description": "The transition used when changing months into the future"
|
|
4097
4461
|
},
|
|
4098
4462
|
"VDatePicker/reverse-transition": {
|
|
4099
4463
|
"type": "string\n",
|
|
4100
|
-
"description": "
|
|
4464
|
+
"description": "The transition used when changing months into the past"
|
|
4101
4465
|
},
|
|
4102
4466
|
"VDatePicker/show-adjacent-months": {
|
|
4103
4467
|
"type": "boolean\n",
|
|
@@ -4105,11 +4469,11 @@
|
|
|
4105
4469
|
},
|
|
4106
4470
|
"VDatePicker/weekdays": {
|
|
4107
4471
|
"type": "number[]\n",
|
|
4108
|
-
"description": "
|
|
4472
|
+
"description": "An array of weekdays to display."
|
|
4109
4473
|
},
|
|
4110
4474
|
"VDatePicker/weeks-in-month": {
|
|
4111
4475
|
"type": "'dynamic' | 'static'\n",
|
|
4112
|
-
"description": "
|
|
4476
|
+
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
|
4113
4477
|
},
|
|
4114
4478
|
"VDatePicker/allowed-dates": {
|
|
4115
4479
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
@@ -4117,7 +4481,7 @@
|
|
|
4117
4481
|
},
|
|
4118
4482
|
"VDatePicker/display-value": {
|
|
4119
4483
|
"type": "unknown\n",
|
|
4120
|
-
"description": "
|
|
4484
|
+
"description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
|
|
4121
4485
|
},
|
|
4122
4486
|
"VDatePicker/model-value": {
|
|
4123
4487
|
"type": "unknown\n",
|
|
@@ -4145,11 +4509,11 @@
|
|
|
4145
4509
|
},
|
|
4146
4510
|
"VDatePicker/landscape": {
|
|
4147
4511
|
"type": "boolean\n",
|
|
4148
|
-
"description": "
|
|
4512
|
+
"description": "Puts the picker into landscape mode."
|
|
4149
4513
|
},
|
|
4150
4514
|
"VDatePicker/hide-header": {
|
|
4151
4515
|
"type": "boolean\n",
|
|
4152
|
-
"description": "
|
|
4516
|
+
"description": "Hide the picker header."
|
|
4153
4517
|
},
|
|
4154
4518
|
"VDatePicker/border": {
|
|
4155
4519
|
"type": "string | number | boolean\n",
|
|
@@ -4253,7 +4617,7 @@
|
|
|
4253
4617
|
},
|
|
4254
4618
|
"VDatePickerMonth/hide-weekdays": {
|
|
4255
4619
|
"type": "boolean\n",
|
|
4256
|
-
"description": "
|
|
4620
|
+
"description": "Hide the days of the week letters."
|
|
4257
4621
|
},
|
|
4258
4622
|
"VDatePickerMonth/show-week": {
|
|
4259
4623
|
"type": "boolean\n",
|
|
@@ -4261,11 +4625,11 @@
|
|
|
4261
4625
|
},
|
|
4262
4626
|
"VDatePickerMonth/transition": {
|
|
4263
4627
|
"type": "string\n",
|
|
4264
|
-
"description": "
|
|
4628
|
+
"description": "The transition used when changing months into the future"
|
|
4265
4629
|
},
|
|
4266
4630
|
"VDatePickerMonth/reverse-transition": {
|
|
4267
4631
|
"type": "string\n",
|
|
4268
|
-
"description": "
|
|
4632
|
+
"description": "The transition used when changing months into the past"
|
|
4269
4633
|
},
|
|
4270
4634
|
"VDatePickerMonth/disabled": {
|
|
4271
4635
|
"type": "boolean\n",
|
|
@@ -4273,7 +4637,7 @@
|
|
|
4273
4637
|
},
|
|
4274
4638
|
"VDatePickerMonth/month": {
|
|
4275
4639
|
"type": "string | number\n",
|
|
4276
|
-
"description": "
|
|
4640
|
+
"description": "The current month number to show"
|
|
4277
4641
|
},
|
|
4278
4642
|
"VDatePickerMonth/show-adjacent-months": {
|
|
4279
4643
|
"type": "boolean\n",
|
|
@@ -4281,15 +4645,15 @@
|
|
|
4281
4645
|
},
|
|
4282
4646
|
"VDatePickerMonth/year": {
|
|
4283
4647
|
"type": "string | number\n",
|
|
4284
|
-
"description": "
|
|
4648
|
+
"description": "The current year number to show"
|
|
4285
4649
|
},
|
|
4286
4650
|
"VDatePickerMonth/weekdays": {
|
|
4287
4651
|
"type": "number[]\n",
|
|
4288
|
-
"description": "
|
|
4652
|
+
"description": "An array of weekdays to display."
|
|
4289
4653
|
},
|
|
4290
4654
|
"VDatePickerMonth/weeks-in-month": {
|
|
4291
4655
|
"type": "'dynamic' | 'static'\n",
|
|
4292
|
-
"description": "
|
|
4656
|
+
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
|
4293
4657
|
},
|
|
4294
4658
|
"VDatePickerMonth/allowed-dates": {
|
|
4295
4659
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
@@ -4297,7 +4661,7 @@
|
|
|
4297
4661
|
},
|
|
4298
4662
|
"VDatePickerMonth/display-value": {
|
|
4299
4663
|
"type": "unknown\n",
|
|
4300
|
-
"description": "
|
|
4664
|
+
"description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
|
|
4301
4665
|
},
|
|
4302
4666
|
"VDatePickerMonth/model-value": {
|
|
4303
4667
|
"type": "unknown[]\n",
|
|
@@ -6703,6 +7067,10 @@
|
|
|
6703
7067
|
"type": "string | number\n",
|
|
6704
7068
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
6705
7069
|
},
|
|
7070
|
+
"VNavigationDrawer/mobile": {
|
|
7071
|
+
"type": "boolean\n",
|
|
7072
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/display.json))"
|
|
7073
|
+
},
|
|
6706
7074
|
"VNavigationDrawer/mobile-breakpoint": {
|
|
6707
7075
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
6708
7076
|
"description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
|
|
@@ -7205,11 +7573,11 @@
|
|
|
7205
7573
|
},
|
|
7206
7574
|
"VPicker/landscape": {
|
|
7207
7575
|
"type": "boolean\n",
|
|
7208
|
-
"description": "
|
|
7576
|
+
"description": "Puts the picker into landscape mode."
|
|
7209
7577
|
},
|
|
7210
7578
|
"VPicker/hide-header": {
|
|
7211
7579
|
"type": "boolean\n",
|
|
7212
|
-
"description": "
|
|
7580
|
+
"description": "Hide the picker header."
|
|
7213
7581
|
},
|
|
7214
7582
|
"VPicker/color": {
|
|
7215
7583
|
"type": "string\n",
|
|
@@ -8731,6 +9099,10 @@
|
|
|
8731
9099
|
"type": "string | boolean\n",
|
|
8732
9100
|
"description": "Change when the overflow arrow indicators are shown. By **default**, arrows *always* display on Desktop when the container is overflowing. When the container overflows on mobile, arrows are not shown by default. A **show-arrows** value of `true` allows these arrows to show on Mobile if the container overflowing. A value of `desktop` *always* displays arrows on Desktop while a value of `mobile` always displays arrows on Mobile. A value of `always` always displays arrows on Desktop *and* Mobile. Find more information on how to customize breakpoint thresholds on the [breakpoints page](/customizing/breakpoints)."
|
|
8733
9101
|
},
|
|
9102
|
+
"VSlideGroup/mobile": {
|
|
9103
|
+
"type": "boolean\n",
|
|
9104
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/display.json))"
|
|
9105
|
+
},
|
|
8734
9106
|
"VSlideGroup/mobile-breakpoint": {
|
|
8735
9107
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
8736
9108
|
"description": "Sets the designated mobile breakpoint for the component."
|
|
@@ -10363,6 +10735,10 @@
|
|
|
10363
10735
|
"type": "string | boolean\n",
|
|
10364
10736
|
"description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
|
|
10365
10737
|
},
|
|
10738
|
+
"VTabs/mobile": {
|
|
10739
|
+
"type": "boolean\n",
|
|
10740
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/display.json))"
|
|
10741
|
+
},
|
|
10366
10742
|
"VTabs/mobile-breakpoint": {
|
|
10367
10743
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
10368
10744
|
"description": "Sets the designated mobile breakpoint for the component."
|
|
@@ -10953,7 +11329,7 @@
|
|
|
10953
11329
|
},
|
|
10954
11330
|
"VTimePicker/hide-header": {
|
|
10955
11331
|
"type": "boolean\n",
|
|
10956
|
-
"description": "
|
|
11332
|
+
"description": "Hide the picker header."
|
|
10957
11333
|
},
|
|
10958
11334
|
"VTimePicker/color": {
|
|
10959
11335
|
"type": "string\n",
|