vuetify 3.3.13 → 3.4.0-alpha.0
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 +107 -11
- package/dist/json/importMap.json +16 -16
- package/dist/json/tags.json +24 -0
- package/dist/json/web-types.json +305 -38
- package/dist/vuetify-labs.css +1483 -408
- package/dist/vuetify-labs.d.ts +711 -241
- package/dist/vuetify-labs.esm.js +279 -134
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +278 -133
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1370 -295
- package/dist/vuetify.d.ts +699 -235
- package/dist/vuetify.esm.js +279 -134
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +278 -133
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +912 -897
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +20 -14
- package/lib/components/VAvatar/VAvatar.mjs +2 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBanner/VBanner.mjs +5 -3
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.mts +10 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +28 -2
- package/lib/components/VCarousel/index.d.mts +26 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +12 -0
- package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
- package/lib/components/VColorPicker/VColorPickerPreview.css +16 -6
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +28 -2
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/index.d.mts +20 -14
- package/lib/components/VDialog/index.d.mts +41 -20
- package/lib/components/VField/VField.css +10 -6
- package/lib/components/VField/index.d.mts +4 -4
- package/lib/components/VFileInput/index.d.mts +4 -4
- package/lib/components/VGrid/VGrid.css +153 -142
- package/lib/components/VImg/VImg.mjs +13 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.mts +26 -0
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VMenu/index.d.mts +41 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +10 -0
- package/lib/components/VOverlay/VOverlay.mjs +9 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +17 -8
- package/lib/components/VOverlay/locationStrategies.mjs +9 -9
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +50 -21
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
- package/lib/components/VRadio/index.d.mts +6 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.mts +128 -33
- package/lib/components/VSelect/index.d.mts +20 -14
- package/lib/components/VSelectionControl/VSelectionControl.mjs +5 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +6 -0
- package/lib/components/VSlideGroup/VSlideGroup.mjs +5 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +10 -0
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +8 -4
- package/lib/components/VSlider/VSliderTrack.css +22 -12
- package/lib/components/VSlider/index.d.mts +128 -33
- package/lib/components/VSlider/slider.mjs +5 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +41 -20
- package/lib/components/VSwitch/VSwitch.mjs +9 -9
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +6 -0
- package/lib/components/VTabs/index.d.mts +10 -0
- package/lib/components/VTextField/index.d.mts +16 -16
- package/lib/components/VTextarea/index.d.mts +4 -4
- package/lib/components/VTimeline/VTimeline.css +15 -10
- package/lib/components/VToolbar/VToolbar.css +4 -2
- package/lib/components/VTooltip/index.d.mts +41 -20
- package/lib/components/index.d.mts +667 -230
- package/lib/components/transitions/dialog-transition.mjs +4 -3
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +6 -6
- package/lib/composables/defaults.mjs +9 -9
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +69 -0
- package/lib/composables/directiveComponent.mjs.map +1 -0
- package/lib/composables/display.mjs +23 -3
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/theme.mjs +7 -7
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +36 -5
- package/lib/labs/VBottomSheet/index.d.mts +14 -8
- package/lib/labs/VDateInput/index.d.mts +4 -4
- package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
- package/lib/labs/VOtpInput/index.d.mts +4 -4
- package/lib/labs/components.d.mts +18 -12
- package/lib/styles/main.css +1026 -0
- package/lib/styles/settings/_utilities.scss +20 -0
- package/lib/styles/tools/_rtl.sass +4 -2
- package/lib/util/box.mjs +12 -0
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -0
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +19 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +2 -1
- package/lib/util/injectSelf.mjs.map +1 -1
- package/package.json +2 -2
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.
|
|
5
|
+
"version": "3.4.0-alpha.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -2288,6 +2288,15 @@
|
|
|
2288
2288
|
"description": "",
|
|
2289
2289
|
"doc-url": "https://vuetifyjs.com/api/v-avatar",
|
|
2290
2290
|
"attributes": [
|
|
2291
|
+
{
|
|
2292
|
+
"name": "text",
|
|
2293
|
+
"description": "Specify content text for the component.",
|
|
2294
|
+
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
2295
|
+
"value": {
|
|
2296
|
+
"kind": "expression",
|
|
2297
|
+
"type": "string\n"
|
|
2298
|
+
}
|
|
2299
|
+
},
|
|
2291
2300
|
{
|
|
2292
2301
|
"name": "end",
|
|
2293
2302
|
"description": "Applies margin at the start of the component.",
|
|
@@ -2803,6 +2812,15 @@
|
|
|
2803
2812
|
"type": "string\n"
|
|
2804
2813
|
}
|
|
2805
2814
|
},
|
|
2815
|
+
{
|
|
2816
|
+
"name": "mobileBreakpoint",
|
|
2817
|
+
"description": "MISSING DESCRIPTION",
|
|
2818
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
2819
|
+
"value": {
|
|
2820
|
+
"kind": "expression",
|
|
2821
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n"
|
|
2822
|
+
}
|
|
2823
|
+
},
|
|
2806
2824
|
{
|
|
2807
2825
|
"name": "lines",
|
|
2808
2826
|
"description": "The amount of visible lines of text before it truncates.",
|
|
@@ -3292,7 +3310,7 @@
|
|
|
3292
3310
|
"doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
|
|
3293
3311
|
"value": {
|
|
3294
3312
|
"kind": "expression",
|
|
3295
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
3313
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
3296
3314
|
}
|
|
3297
3315
|
},
|
|
3298
3316
|
{
|
|
@@ -3364,6 +3382,15 @@
|
|
|
3364
3382
|
"type": "string | boolean\n"
|
|
3365
3383
|
}
|
|
3366
3384
|
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "target",
|
|
3387
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
|
|
3388
|
+
"doc-url": "https://vuetifyjs.com/api/v-bottom-sheet#props",
|
|
3389
|
+
"value": {
|
|
3390
|
+
"kind": "expression",
|
|
3391
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3367
3394
|
{
|
|
3368
3395
|
"name": "activatorProps",
|
|
3369
3396
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -3730,6 +3757,21 @@
|
|
|
3730
3757
|
}
|
|
3731
3758
|
]
|
|
3732
3759
|
},
|
|
3760
|
+
{
|
|
3761
|
+
"name": "item",
|
|
3762
|
+
"description": "Define a custom item appearance",
|
|
3763
|
+
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#slots",
|
|
3764
|
+
"vue-properties": [
|
|
3765
|
+
{
|
|
3766
|
+
"name": "item",
|
|
3767
|
+
"type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"name": "index",
|
|
3771
|
+
"type": "number"
|
|
3772
|
+
}
|
|
3773
|
+
]
|
|
3774
|
+
},
|
|
3733
3775
|
{
|
|
3734
3776
|
"name": "default",
|
|
3735
3777
|
"description": "The default Vue slot.",
|
|
@@ -5682,6 +5724,16 @@
|
|
|
5682
5724
|
"type": "boolean\n"
|
|
5683
5725
|
}
|
|
5684
5726
|
},
|
|
5727
|
+
{
|
|
5728
|
+
"name": "draggable",
|
|
5729
|
+
"description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
|
|
5730
|
+
"doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
|
|
5731
|
+
"default": "false",
|
|
5732
|
+
"value": {
|
|
5733
|
+
"kind": "expression",
|
|
5734
|
+
"type": "boolean | 'true' | 'false'\n"
|
|
5735
|
+
}
|
|
5736
|
+
},
|
|
5685
5737
|
{
|
|
5686
5738
|
"name": "gradient",
|
|
5687
5739
|
"description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient).",
|
|
@@ -5737,6 +5789,24 @@
|
|
|
5737
5789
|
"type": "string | number\n"
|
|
5738
5790
|
}
|
|
5739
5791
|
},
|
|
5792
|
+
{
|
|
5793
|
+
"name": "crossorigin",
|
|
5794
|
+
"description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)",
|
|
5795
|
+
"doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
|
|
5796
|
+
"value": {
|
|
5797
|
+
"kind": "expression",
|
|
5798
|
+
"type": "'' | 'anonymous' | 'use-credentials'\n"
|
|
5799
|
+
}
|
|
5800
|
+
},
|
|
5801
|
+
{
|
|
5802
|
+
"name": "referrerpolicy",
|
|
5803
|
+
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)",
|
|
5804
|
+
"doc-url": "https://vuetifyjs.com/api/v-carousel-item#props",
|
|
5805
|
+
"value": {
|
|
5806
|
+
"kind": "expression",
|
|
5807
|
+
"type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n"
|
|
5808
|
+
}
|
|
5809
|
+
},
|
|
5740
5810
|
{
|
|
5741
5811
|
"name": "reverseTransition",
|
|
5742
5812
|
"description": "Sets the reverse transition",
|
|
@@ -6061,6 +6131,15 @@
|
|
|
6061
6131
|
"type": "boolean | 'auto'\n"
|
|
6062
6132
|
}
|
|
6063
6133
|
},
|
|
6134
|
+
{
|
|
6135
|
+
"name": "baseColor",
|
|
6136
|
+
"description": "MISSING DESCRIPTION",
|
|
6137
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
6138
|
+
"value": {
|
|
6139
|
+
"kind": "expression",
|
|
6140
|
+
"type": "string\n"
|
|
6141
|
+
}
|
|
6142
|
+
},
|
|
6064
6143
|
{
|
|
6065
6144
|
"name": "indeterminate",
|
|
6066
6145
|
"description": "Sets an indeterminate state for the checkbox",
|
|
@@ -6547,6 +6626,15 @@
|
|
|
6547
6626
|
"type": "boolean\n"
|
|
6548
6627
|
}
|
|
6549
6628
|
},
|
|
6629
|
+
{
|
|
6630
|
+
"name": "baseColor",
|
|
6631
|
+
"description": "MISSING DESCRIPTION",
|
|
6632
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
6633
|
+
"value": {
|
|
6634
|
+
"kind": "expression",
|
|
6635
|
+
"type": "string\n"
|
|
6636
|
+
}
|
|
6637
|
+
},
|
|
6550
6638
|
{
|
|
6551
6639
|
"name": "inline",
|
|
6552
6640
|
"description": "MISSING DESCRIPTION",
|
|
@@ -7443,16 +7531,6 @@
|
|
|
7443
7531
|
"type": "string | number\n"
|
|
7444
7532
|
}
|
|
7445
7533
|
},
|
|
7446
|
-
{
|
|
7447
|
-
"name": "cols",
|
|
7448
|
-
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**.",
|
|
7449
|
-
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
7450
|
-
"default": "false",
|
|
7451
|
-
"value": {
|
|
7452
|
-
"kind": "expression",
|
|
7453
|
-
"type": "string | number | boolean\n"
|
|
7454
|
-
}
|
|
7455
|
-
},
|
|
7456
7534
|
{
|
|
7457
7535
|
"name": "sm",
|
|
7458
7536
|
"description": "Changes the number of columns on small and greater breakpoints.",
|
|
@@ -7503,6 +7581,16 @@
|
|
|
7503
7581
|
"type": "string | number | boolean\n"
|
|
7504
7582
|
}
|
|
7505
7583
|
},
|
|
7584
|
+
{
|
|
7585
|
+
"name": "cols",
|
|
7586
|
+
"description": "Sets the default number of columns the component extends. Available options are: **1 -> 12** and **auto**.",
|
|
7587
|
+
"doc-url": "https://vuetifyjs.com/api/v-col#props",
|
|
7588
|
+
"default": "false",
|
|
7589
|
+
"value": {
|
|
7590
|
+
"kind": "expression",
|
|
7591
|
+
"type": "string | number | boolean\n"
|
|
7592
|
+
}
|
|
7593
|
+
},
|
|
7506
7594
|
{
|
|
7507
7595
|
"name": "offsetSm",
|
|
7508
7596
|
"description": "Changes the offset of the component on small and greater breakpoints.",
|
|
@@ -16201,7 +16289,7 @@
|
|
|
16201
16289
|
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
16202
16290
|
"value": {
|
|
16203
16291
|
"kind": "expression",
|
|
16204
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
16292
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
16205
16293
|
}
|
|
16206
16294
|
},
|
|
16207
16295
|
{
|
|
@@ -16272,6 +16360,15 @@
|
|
|
16272
16360
|
"type": "string | boolean\n"
|
|
16273
16361
|
}
|
|
16274
16362
|
},
|
|
16363
|
+
{
|
|
16364
|
+
"name": "target",
|
|
16365
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
|
|
16366
|
+
"doc-url": "https://vuetifyjs.com/api/v-dialog#props",
|
|
16367
|
+
"value": {
|
|
16368
|
+
"kind": "expression",
|
|
16369
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
16370
|
+
}
|
|
16371
|
+
},
|
|
16275
16372
|
{
|
|
16276
16373
|
"name": "activatorProps",
|
|
16277
16374
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -16653,7 +16750,7 @@
|
|
|
16653
16750
|
"doc-url": "https://vuetifyjs.com/api/v-dialog-transition#props",
|
|
16654
16751
|
"value": {
|
|
16655
16752
|
"kind": "expression",
|
|
16656
|
-
"type": "HTMLElement\n"
|
|
16753
|
+
"type": "HTMLElement | [number, number]\n"
|
|
16657
16754
|
}
|
|
16658
16755
|
}
|
|
16659
16756
|
],
|
|
@@ -19343,6 +19440,16 @@
|
|
|
19343
19440
|
"type": "boolean\n"
|
|
19344
19441
|
}
|
|
19345
19442
|
},
|
|
19443
|
+
{
|
|
19444
|
+
"name": "draggable",
|
|
19445
|
+
"description": "Controls the `draggable` behavior of the image. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable).",
|
|
19446
|
+
"doc-url": "https://vuetifyjs.com/api/v-img#props",
|
|
19447
|
+
"default": "false",
|
|
19448
|
+
"value": {
|
|
19449
|
+
"kind": "expression",
|
|
19450
|
+
"type": "boolean | 'true' | 'false'\n"
|
|
19451
|
+
}
|
|
19452
|
+
},
|
|
19346
19453
|
{
|
|
19347
19454
|
"name": "gradient",
|
|
19348
19455
|
"description": "The gradient to apply to the image. This can be any valid CSS gradient declaration. You can find more information on the [MDN documentation for gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient).",
|
|
@@ -19397,6 +19504,24 @@
|
|
|
19397
19504
|
"kind": "expression",
|
|
19398
19505
|
"type": "string | number\n"
|
|
19399
19506
|
}
|
|
19507
|
+
},
|
|
19508
|
+
{
|
|
19509
|
+
"name": "crossorigin",
|
|
19510
|
+
"description": "Specify that images should be fetched with CORS enabled [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#crossorigin)",
|
|
19511
|
+
"doc-url": "https://vuetifyjs.com/api/v-img#props",
|
|
19512
|
+
"value": {
|
|
19513
|
+
"kind": "expression",
|
|
19514
|
+
"type": "'' | 'anonymous' | 'use-credentials'\n"
|
|
19515
|
+
}
|
|
19516
|
+
},
|
|
19517
|
+
{
|
|
19518
|
+
"name": "referrerpolicy",
|
|
19519
|
+
"description": "Define which referrer is sent when fetching the resource [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#referrerpolicy)",
|
|
19520
|
+
"doc-url": "https://vuetifyjs.com/api/v-img#props",
|
|
19521
|
+
"value": {
|
|
19522
|
+
"kind": "expression",
|
|
19523
|
+
"type": " | 'origin'\n | 'no-referrer'\n | 'no-referrer-when-downgrade'\n | 'origin-when-cross-origin'\n | 'same-origin'\n | 'strict-origin'\n | 'strict-origin-when-cross-origin'\n | 'unsafe-url'\n"
|
|
19524
|
+
}
|
|
19400
19525
|
}
|
|
19401
19526
|
],
|
|
19402
19527
|
"events": [
|
|
@@ -22338,7 +22463,7 @@
|
|
|
22338
22463
|
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
22339
22464
|
"value": {
|
|
22340
22465
|
"kind": "expression",
|
|
22341
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
22466
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
22342
22467
|
}
|
|
22343
22468
|
},
|
|
22344
22469
|
{
|
|
@@ -22409,6 +22534,15 @@
|
|
|
22409
22534
|
"type": "string | boolean\n"
|
|
22410
22535
|
}
|
|
22411
22536
|
},
|
|
22537
|
+
{
|
|
22538
|
+
"name": "target",
|
|
22539
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
|
|
22540
|
+
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
22541
|
+
"value": {
|
|
22542
|
+
"kind": "expression",
|
|
22543
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
22544
|
+
}
|
|
22545
|
+
},
|
|
22412
22546
|
{
|
|
22413
22547
|
"name": "activatorProps",
|
|
22414
22548
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -22817,6 +22951,15 @@
|
|
|
22817
22951
|
"type": "string | boolean\n"
|
|
22818
22952
|
}
|
|
22819
22953
|
},
|
|
22954
|
+
{
|
|
22955
|
+
"name": "mobileBreakpoint",
|
|
22956
|
+
"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.",
|
|
22957
|
+
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
|
22958
|
+
"value": {
|
|
22959
|
+
"kind": "expression",
|
|
22960
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n"
|
|
22961
|
+
}
|
|
22962
|
+
},
|
|
22820
22963
|
{
|
|
22821
22964
|
"name": "disableResizeWatcher",
|
|
22822
22965
|
"description": "Will automatically open/close drawer when resized depending if mobile or desktop.",
|
|
@@ -23398,7 +23541,7 @@
|
|
|
23398
23541
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
23399
23542
|
"value": {
|
|
23400
23543
|
"kind": "expression",
|
|
23401
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
23544
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
23402
23545
|
}
|
|
23403
23546
|
},
|
|
23404
23547
|
{
|
|
@@ -23469,6 +23612,15 @@
|
|
|
23469
23612
|
"type": "string | boolean\n"
|
|
23470
23613
|
}
|
|
23471
23614
|
},
|
|
23615
|
+
{
|
|
23616
|
+
"name": "target",
|
|
23617
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
|
|
23618
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
23619
|
+
"value": {
|
|
23620
|
+
"kind": "expression",
|
|
23621
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
23622
|
+
}
|
|
23623
|
+
},
|
|
23472
23624
|
{
|
|
23473
23625
|
"name": "activatorProps",
|
|
23474
23626
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -24899,6 +25051,15 @@
|
|
|
24899
25051
|
"type": "boolean\n"
|
|
24900
25052
|
}
|
|
24901
25053
|
},
|
|
25054
|
+
{
|
|
25055
|
+
"name": "baseColor",
|
|
25056
|
+
"description": "MISSING DESCRIPTION",
|
|
25057
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
|
25058
|
+
"value": {
|
|
25059
|
+
"kind": "expression",
|
|
25060
|
+
"type": "string\n"
|
|
25061
|
+
}
|
|
25062
|
+
},
|
|
24902
25063
|
{
|
|
24903
25064
|
"name": "inline",
|
|
24904
25065
|
"description": "MISSING DESCRIPTION",
|
|
@@ -25715,6 +25876,16 @@
|
|
|
25715
25876
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
|
|
25716
25877
|
}
|
|
25717
25878
|
},
|
|
25879
|
+
{
|
|
25880
|
+
"name": "ripple",
|
|
25881
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
|
25882
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
25883
|
+
"default": "true",
|
|
25884
|
+
"value": {
|
|
25885
|
+
"kind": "expression",
|
|
25886
|
+
"type": "boolean\n"
|
|
25887
|
+
}
|
|
25888
|
+
},
|
|
25718
25889
|
{
|
|
25719
25890
|
"name": "disabled",
|
|
25720
25891
|
"description": "Removes the ability to click or target the component",
|
|
@@ -26272,6 +26443,32 @@
|
|
|
26272
26443
|
}
|
|
26273
26444
|
]
|
|
26274
26445
|
},
|
|
26446
|
+
{
|
|
26447
|
+
"name": "thumb-label",
|
|
26448
|
+
"description": "MISSING DESCRIPTION",
|
|
26449
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#slots",
|
|
26450
|
+
"vue-properties": [
|
|
26451
|
+
{
|
|
26452
|
+
"name": "modelValue",
|
|
26453
|
+
"type": "number"
|
|
26454
|
+
}
|
|
26455
|
+
]
|
|
26456
|
+
},
|
|
26457
|
+
{
|
|
26458
|
+
"name": "tick-label",
|
|
26459
|
+
"description": "MISSING DESCRIPTION",
|
|
26460
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#slots",
|
|
26461
|
+
"vue-properties": [
|
|
26462
|
+
{
|
|
26463
|
+
"name": "tick",
|
|
26464
|
+
"type": "{ value: number; position: number; label: string }"
|
|
26465
|
+
},
|
|
26466
|
+
{
|
|
26467
|
+
"name": "index",
|
|
26468
|
+
"type": "number"
|
|
26469
|
+
}
|
|
26470
|
+
]
|
|
26471
|
+
},
|
|
26275
26472
|
{
|
|
26276
26473
|
"name": "label",
|
|
26277
26474
|
"description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component",
|
|
@@ -26322,16 +26519,6 @@
|
|
|
26322
26519
|
"type": "() => void"
|
|
26323
26520
|
}
|
|
26324
26521
|
]
|
|
26325
|
-
},
|
|
26326
|
-
{
|
|
26327
|
-
"name": "tick-label",
|
|
26328
|
-
"description": "MISSING DESCRIPTION",
|
|
26329
|
-
"doc-url": "https://vuetifyjs.com/api/v-range-slider#slots"
|
|
26330
|
-
},
|
|
26331
|
-
{
|
|
26332
|
-
"name": "thumb-label",
|
|
26333
|
-
"description": "MISSING DESCRIPTION",
|
|
26334
|
-
"doc-url": "https://vuetifyjs.com/api/v-range-slider#slots"
|
|
26335
26522
|
}
|
|
26336
26523
|
],
|
|
26337
26524
|
"vue-model": {
|
|
@@ -28608,6 +28795,15 @@
|
|
|
28608
28795
|
"type": "boolean\n"
|
|
28609
28796
|
}
|
|
28610
28797
|
},
|
|
28798
|
+
{
|
|
28799
|
+
"name": "baseColor",
|
|
28800
|
+
"description": "MISSING DESCRIPTION",
|
|
28801
|
+
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
|
28802
|
+
"value": {
|
|
28803
|
+
"kind": "expression",
|
|
28804
|
+
"type": "string\n"
|
|
28805
|
+
}
|
|
28806
|
+
},
|
|
28611
28807
|
{
|
|
28612
28808
|
"name": "inline",
|
|
28613
28809
|
"description": "MISSING DESCRIPTION",
|
|
@@ -29313,6 +29509,15 @@
|
|
|
29313
29509
|
"type": "number\n"
|
|
29314
29510
|
}
|
|
29315
29511
|
},
|
|
29512
|
+
{
|
|
29513
|
+
"name": "mobileBreakpoint",
|
|
29514
|
+
"description": "Sets the designated mobile breakpoint for the component.",
|
|
29515
|
+
"doc-url": "https://vuetifyjs.com/api/v-slide-group#props",
|
|
29516
|
+
"value": {
|
|
29517
|
+
"kind": "expression",
|
|
29518
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n"
|
|
29519
|
+
}
|
|
29520
|
+
},
|
|
29316
29521
|
{
|
|
29317
29522
|
"name": "mandatory",
|
|
29318
29523
|
"description": "Forces at least one item to always be selected (if available).",
|
|
@@ -29972,6 +30177,16 @@
|
|
|
29972
30177
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n"
|
|
29973
30178
|
}
|
|
29974
30179
|
},
|
|
30180
|
+
{
|
|
30181
|
+
"name": "ripple",
|
|
30182
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
|
30183
|
+
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
30184
|
+
"default": "true",
|
|
30185
|
+
"value": {
|
|
30186
|
+
"kind": "expression",
|
|
30187
|
+
"type": "boolean\n"
|
|
30188
|
+
}
|
|
30189
|
+
},
|
|
29975
30190
|
{
|
|
29976
30191
|
"name": "disabled",
|
|
29977
30192
|
"description": "Removes the ability to click or target the component",
|
|
@@ -30519,6 +30734,32 @@
|
|
|
30519
30734
|
}
|
|
30520
30735
|
]
|
|
30521
30736
|
},
|
|
30737
|
+
{
|
|
30738
|
+
"name": "thumb-label",
|
|
30739
|
+
"description": "Replaces the content inside the thumb label",
|
|
30740
|
+
"doc-url": "https://vuetifyjs.com/api/v-slider#slots",
|
|
30741
|
+
"vue-properties": [
|
|
30742
|
+
{
|
|
30743
|
+
"name": "modelValue",
|
|
30744
|
+
"type": "number"
|
|
30745
|
+
}
|
|
30746
|
+
]
|
|
30747
|
+
},
|
|
30748
|
+
{
|
|
30749
|
+
"name": "tick-label",
|
|
30750
|
+
"description": "MISSING DESCRIPTION",
|
|
30751
|
+
"doc-url": "https://vuetifyjs.com/api/v-slider#slots",
|
|
30752
|
+
"vue-properties": [
|
|
30753
|
+
{
|
|
30754
|
+
"name": "tick",
|
|
30755
|
+
"type": "{ value: number; position: number; label: string }"
|
|
30756
|
+
},
|
|
30757
|
+
{
|
|
30758
|
+
"name": "index",
|
|
30759
|
+
"type": "number"
|
|
30760
|
+
}
|
|
30761
|
+
]
|
|
30762
|
+
},
|
|
30522
30763
|
{
|
|
30523
30764
|
"name": "label",
|
|
30524
30765
|
"description": "The default slot of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component",
|
|
@@ -30569,16 +30810,6 @@
|
|
|
30569
30810
|
"type": "() => void"
|
|
30570
30811
|
}
|
|
30571
30812
|
]
|
|
30572
|
-
},
|
|
30573
|
-
{
|
|
30574
|
-
"name": "tick-label",
|
|
30575
|
-
"description": "MISSING DESCRIPTION",
|
|
30576
|
-
"doc-url": "https://vuetifyjs.com/api/v-slider#slots"
|
|
30577
|
-
},
|
|
30578
|
-
{
|
|
30579
|
-
"name": "thumb-label",
|
|
30580
|
-
"description": "Replaces the content inside the thumb label",
|
|
30581
|
-
"doc-url": "https://vuetifyjs.com/api/v-slider#slots"
|
|
30582
30813
|
}
|
|
30583
30814
|
],
|
|
30584
30815
|
"vue-model": {
|
|
@@ -30762,7 +30993,7 @@
|
|
|
30762
30993
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
30763
30994
|
"value": {
|
|
30764
30995
|
"kind": "expression",
|
|
30765
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
30996
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
30766
30997
|
}
|
|
30767
30998
|
},
|
|
30768
30999
|
{
|
|
@@ -30803,6 +31034,15 @@
|
|
|
30803
31034
|
"type": "any\n"
|
|
30804
31035
|
}
|
|
30805
31036
|
},
|
|
31037
|
+
{
|
|
31038
|
+
"name": "target",
|
|
31039
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
|
|
31040
|
+
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
31041
|
+
"value": {
|
|
31042
|
+
"kind": "expression",
|
|
31043
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
31044
|
+
}
|
|
31045
|
+
},
|
|
30806
31046
|
{
|
|
30807
31047
|
"name": "activatorProps",
|
|
30808
31048
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|
|
@@ -31712,6 +31952,15 @@
|
|
|
31712
31952
|
"type": "boolean | 'auto'\n"
|
|
31713
31953
|
}
|
|
31714
31954
|
},
|
|
31955
|
+
{
|
|
31956
|
+
"name": "baseColor",
|
|
31957
|
+
"description": "MISSING DESCRIPTION",
|
|
31958
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
31959
|
+
"value": {
|
|
31960
|
+
"kind": "expression",
|
|
31961
|
+
"type": "string\n"
|
|
31962
|
+
}
|
|
31963
|
+
},
|
|
31715
31964
|
{
|
|
31716
31965
|
"name": "inline",
|
|
31717
31966
|
"description": "MISSING DESCRIPTION",
|
|
@@ -32786,6 +33035,15 @@
|
|
|
32786
33035
|
"type": "number\n"
|
|
32787
33036
|
}
|
|
32788
33037
|
},
|
|
33038
|
+
{
|
|
33039
|
+
"name": "mobileBreakpoint",
|
|
33040
|
+
"description": "Sets the designated mobile breakpoint for the component.",
|
|
33041
|
+
"doc-url": "https://vuetifyjs.com/api/v-tabs#props",
|
|
33042
|
+
"value": {
|
|
33043
|
+
"kind": "expression",
|
|
33044
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n"
|
|
33045
|
+
}
|
|
33046
|
+
},
|
|
32789
33047
|
{
|
|
32790
33048
|
"name": "grow",
|
|
32791
33049
|
"description": "Force `v-tab`'s to take up all available space",
|
|
@@ -35475,7 +35733,7 @@
|
|
|
35475
35733
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
35476
35734
|
"value": {
|
|
35477
35735
|
"kind": "expression",
|
|
35478
|
-
"type": "string | Element | ComponentPublicInstance\n"
|
|
35736
|
+
"type": "(string & {}) | Element | 'parent' | ComponentPublicInstance\n"
|
|
35479
35737
|
}
|
|
35480
35738
|
},
|
|
35481
35739
|
{
|
|
@@ -35536,6 +35794,15 @@
|
|
|
35536
35794
|
"type": "string | boolean\n"
|
|
35537
35795
|
}
|
|
35538
35796
|
},
|
|
35797
|
+
{
|
|
35798
|
+
"name": "target",
|
|
35799
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default.",
|
|
35800
|
+
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
35801
|
+
"value": {
|
|
35802
|
+
"kind": "expression",
|
|
35803
|
+
"type": " | (string & {})\n | Element\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n"
|
|
35804
|
+
}
|
|
35805
|
+
},
|
|
35539
35806
|
{
|
|
35540
35807
|
"name": "activatorProps",
|
|
35541
35808
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-activator.json))",
|