@vuetify/nightly 3.10.9-dev.2025-11-05 → 3.10.9-dev.2025-11-06
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 +6 -3
- package/dist/json/attributes.json +3507 -3455
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +14 -1
- package/dist/json/web-types.json +6462 -6338
- package/dist/vuetify-labs.cjs +76 -37
- package/dist/vuetify-labs.css +4631 -4631
- package/dist/vuetify-labs.d.ts +394 -129
- package/dist/vuetify-labs.esm.js +76 -37
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +76 -37
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +76 -37
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3336 -3336
- package/dist/vuetify.d.ts +334 -109
- package/dist/vuetify.esm.js +76 -37
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +76 -37
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -21
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +33 -11
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +25 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +13 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js +3 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +20 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +7 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +33 -11
- package/lib/components/VDialog/VDialog.d.ts +52 -9
- package/lib/components/VMenu/VMenu.d.ts +52 -9
- package/lib/components/VOverlay/VOverlay.d.ts +25 -0
- package/lib/components/VOverlay/locationStrategies.d.ts +12 -0
- package/lib/components/VOverlay/locationStrategies.js +10 -7
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +51 -17
- package/lib/components/VSnackbar/VSnackbar.d.ts +27 -9
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +25 -0
- package/lib/components/VTabs/VTab.d.ts +20 -0
- package/lib/components/VTabs/VTab.js +46 -17
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.d.ts +20 -0
- package/lib/components/VTabs/VTabs.js +9 -7
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.d.ts +52 -9
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +86 -67
- package/lib/framework.js +1 -1
- package/lib/labs/VVideo/VVideo.d.ts +63 -21
- package/lib/labs/VVideo/VVideoControls.d.ts +30 -10
- package/lib/labs/VVideo/VVideoVolume.d.ts +30 -10
- package/package.json +1 -1
|
@@ -213,6 +213,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
213
213
|
location: import("../../util/index.js").Anchor | undefined;
|
|
214
214
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
215
215
|
stickToTarget: boolean;
|
|
216
|
+
viewportMargin: string | number;
|
|
216
217
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
217
218
|
closeDelay: string | number;
|
|
218
219
|
openDelay: string | number;
|
|
@@ -333,6 +334,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
333
334
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
334
335
|
offset?: string | number | number[] | undefined;
|
|
335
336
|
stickToTarget: boolean;
|
|
337
|
+
viewportMargin: string | number;
|
|
336
338
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
337
339
|
height?: string | number | undefined;
|
|
338
340
|
maxHeight?: string | number | undefined;
|
|
@@ -442,7 +444,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
442
444
|
"v-slot:default"?: false | ((arg: {
|
|
443
445
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
444
446
|
}) => import("vue").VNodeChild) | undefined;
|
|
445
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
447
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
446
448
|
sliderProps?: Pick<Partial<{
|
|
447
449
|
style: import("vue").StyleValue;
|
|
448
450
|
focused: boolean;
|
|
@@ -608,6 +610,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
608
610
|
location: import("../../util/index.js").Anchor | undefined;
|
|
609
611
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
610
612
|
stickToTarget: boolean;
|
|
613
|
+
viewportMargin: string | number;
|
|
611
614
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
612
615
|
closeDelay: string | number;
|
|
613
616
|
openDelay: string | number;
|
|
@@ -728,6 +731,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
728
731
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
729
732
|
offset?: string | number | number[] | undefined;
|
|
730
733
|
stickToTarget: boolean;
|
|
734
|
+
viewportMargin: string | number;
|
|
731
735
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
732
736
|
height?: string | number | undefined;
|
|
733
737
|
maxHeight?: string | number | undefined;
|
|
@@ -837,7 +841,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
837
841
|
"v-slot:default"?: false | ((arg: {
|
|
838
842
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
839
843
|
}) => import("vue").VNodeChild) | undefined;
|
|
840
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
844
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
841
845
|
sliderProps?: Pick<Partial<{
|
|
842
846
|
style: import("vue").StyleValue;
|
|
843
847
|
focused: boolean;
|
|
@@ -1002,6 +1006,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1002
1006
|
location: import("../../util/index.js").Anchor | undefined;
|
|
1003
1007
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1004
1008
|
stickToTarget: boolean;
|
|
1009
|
+
viewportMargin: string | number;
|
|
1005
1010
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
1006
1011
|
closeDelay: string | number;
|
|
1007
1012
|
openDelay: string | number;
|
|
@@ -1122,6 +1127,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1122
1127
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1123
1128
|
offset?: string | number | number[] | undefined;
|
|
1124
1129
|
stickToTarget: boolean;
|
|
1130
|
+
viewportMargin: string | number;
|
|
1125
1131
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
1126
1132
|
height?: string | number | undefined;
|
|
1127
1133
|
maxHeight?: string | number | undefined;
|
|
@@ -1231,7 +1237,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1231
1237
|
"v-slot:default"?: false | ((arg: {
|
|
1232
1238
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
1233
1239
|
}) => import("vue").VNodeChild) | undefined;
|
|
1234
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
1240
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
1235
1241
|
sliderProps?: Pick<Partial<{
|
|
1236
1242
|
style: import("vue").StyleValue;
|
|
1237
1243
|
focused: boolean;
|
|
@@ -1397,6 +1403,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1397
1403
|
location: import("../../util/index.js").Anchor | undefined;
|
|
1398
1404
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1399
1405
|
stickToTarget: boolean;
|
|
1406
|
+
viewportMargin: string | number;
|
|
1400
1407
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
1401
1408
|
closeDelay: string | number;
|
|
1402
1409
|
openDelay: string | number;
|
|
@@ -1517,6 +1524,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1517
1524
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1518
1525
|
offset?: string | number | number[] | undefined;
|
|
1519
1526
|
stickToTarget: boolean;
|
|
1527
|
+
viewportMargin: string | number;
|
|
1520
1528
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
1521
1529
|
height?: string | number | undefined;
|
|
1522
1530
|
maxHeight?: string | number | undefined;
|
|
@@ -1626,7 +1634,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1626
1634
|
"v-slot:default"?: false | ((arg: {
|
|
1627
1635
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
1628
1636
|
}) => import("vue").VNodeChild) | undefined;
|
|
1629
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
1637
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
1630
1638
|
sliderProps?: Pick<Partial<{
|
|
1631
1639
|
style: import("vue").StyleValue;
|
|
1632
1640
|
focused: boolean;
|
|
@@ -1791,6 +1799,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1791
1799
|
location: import("../../util/index.js").Anchor | undefined;
|
|
1792
1800
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1793
1801
|
stickToTarget: boolean;
|
|
1802
|
+
viewportMargin: string | number;
|
|
1794
1803
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
1795
1804
|
closeDelay: string | number;
|
|
1796
1805
|
openDelay: string | number;
|
|
@@ -1911,6 +1920,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1911
1920
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1912
1921
|
offset?: string | number | number[] | undefined;
|
|
1913
1922
|
stickToTarget: boolean;
|
|
1923
|
+
viewportMargin: string | number;
|
|
1914
1924
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
1915
1925
|
height?: string | number | undefined;
|
|
1916
1926
|
maxHeight?: string | number | undefined;
|
|
@@ -2020,7 +2030,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2020
2030
|
"v-slot:default"?: false | ((arg: {
|
|
2021
2031
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
2022
2032
|
}) => import("vue").VNodeChild) | undefined;
|
|
2023
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
2033
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
2024
2034
|
sliderProps?: Pick<Partial<{
|
|
2025
2035
|
style: import("vue").StyleValue;
|
|
2026
2036
|
focused: boolean;
|
|
@@ -2318,6 +2328,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2318
2328
|
location: import("../../util/index.js").Anchor | undefined;
|
|
2319
2329
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2320
2330
|
stickToTarget: boolean;
|
|
2331
|
+
viewportMargin: string | number;
|
|
2321
2332
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
2322
2333
|
closeDelay: string | number;
|
|
2323
2334
|
openDelay: string | number;
|
|
@@ -2438,6 +2449,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2438
2449
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2439
2450
|
offset?: string | number | number[] | undefined;
|
|
2440
2451
|
stickToTarget: boolean;
|
|
2452
|
+
viewportMargin: string | number;
|
|
2441
2453
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
2442
2454
|
height?: string | number | undefined;
|
|
2443
2455
|
maxHeight?: string | number | undefined;
|
|
@@ -2547,7 +2559,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2547
2559
|
"v-slot:default"?: false | ((arg: {
|
|
2548
2560
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
2549
2561
|
}) => import("vue").VNodeChild) | undefined;
|
|
2550
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
2562
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
2551
2563
|
sliderProps?: Pick<Partial<{
|
|
2552
2564
|
style: import("vue").StyleValue;
|
|
2553
2565
|
focused: boolean;
|
|
@@ -2769,6 +2781,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2769
2781
|
location: import("../../util/index.js").Anchor | undefined;
|
|
2770
2782
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2771
2783
|
stickToTarget: boolean;
|
|
2784
|
+
viewportMargin: string | number;
|
|
2772
2785
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
2773
2786
|
closeDelay: string | number;
|
|
2774
2787
|
openDelay: string | number;
|
|
@@ -2889,6 +2902,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2889
2902
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2890
2903
|
offset?: string | number | number[] | undefined;
|
|
2891
2904
|
stickToTarget: boolean;
|
|
2905
|
+
viewportMargin: string | number;
|
|
2892
2906
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
2893
2907
|
height?: string | number | undefined;
|
|
2894
2908
|
maxHeight?: string | number | undefined;
|
|
@@ -2998,7 +3012,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2998
3012
|
"v-slot:default"?: false | ((arg: {
|
|
2999
3013
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
3000
3014
|
}) => import("vue").VNodeChild) | undefined;
|
|
3001
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
3015
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
3002
3016
|
sliderProps?: Pick<Partial<{
|
|
3003
3017
|
style: import("vue").StyleValue;
|
|
3004
3018
|
focused: boolean;
|
|
@@ -3220,6 +3234,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3220
3234
|
location: import("../../util/index.js").Anchor | undefined;
|
|
3221
3235
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
3222
3236
|
stickToTarget: boolean;
|
|
3237
|
+
viewportMargin: string | number;
|
|
3223
3238
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
3224
3239
|
closeDelay: string | number;
|
|
3225
3240
|
openDelay: string | number;
|
|
@@ -3340,6 +3355,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3340
3355
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
3341
3356
|
offset?: string | number | number[] | undefined;
|
|
3342
3357
|
stickToTarget: boolean;
|
|
3358
|
+
viewportMargin: string | number;
|
|
3343
3359
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
3344
3360
|
height?: string | number | undefined;
|
|
3345
3361
|
maxHeight?: string | number | undefined;
|
|
@@ -3449,7 +3465,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3449
3465
|
"v-slot:default"?: false | ((arg: {
|
|
3450
3466
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
3451
3467
|
}) => import("vue").VNodeChild) | undefined;
|
|
3452
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
3468
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
3453
3469
|
sliderProps?: Pick<Partial<{
|
|
3454
3470
|
style: import("vue").StyleValue;
|
|
3455
3471
|
focused: boolean;
|
|
@@ -3669,6 +3685,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3669
3685
|
location: import("../../util/index.js").Anchor | undefined;
|
|
3670
3686
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
3671
3687
|
stickToTarget: boolean;
|
|
3688
|
+
viewportMargin: string | number;
|
|
3672
3689
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
3673
3690
|
closeDelay: string | number;
|
|
3674
3691
|
openDelay: string | number;
|
|
@@ -3789,6 +3806,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3789
3806
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
3790
3807
|
offset?: string | number | number[] | undefined;
|
|
3791
3808
|
stickToTarget: boolean;
|
|
3809
|
+
viewportMargin: string | number;
|
|
3792
3810
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
3793
3811
|
height?: string | number | undefined;
|
|
3794
3812
|
maxHeight?: string | number | undefined;
|
|
@@ -3898,7 +3916,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3898
3916
|
"v-slot:default"?: false | ((arg: {
|
|
3899
3917
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
3900
3918
|
}) => import("vue").VNodeChild) | undefined;
|
|
3901
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
3919
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
3902
3920
|
sliderProps?: Pick<Partial<{
|
|
3903
3921
|
style: import("vue").StyleValue;
|
|
3904
3922
|
focused: boolean;
|
|
@@ -4119,6 +4137,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4119
4137
|
location: import("../../util/index.js").Anchor | undefined;
|
|
4120
4138
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
4121
4139
|
stickToTarget: boolean;
|
|
4140
|
+
viewportMargin: string | number;
|
|
4122
4141
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
4123
4142
|
closeDelay: string | number;
|
|
4124
4143
|
openDelay: string | number;
|
|
@@ -4239,6 +4258,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4239
4258
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
4240
4259
|
offset?: string | number | number[] | undefined;
|
|
4241
4260
|
stickToTarget: boolean;
|
|
4261
|
+
viewportMargin: string | number;
|
|
4242
4262
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
4243
4263
|
height?: string | number | undefined;
|
|
4244
4264
|
maxHeight?: string | number | undefined;
|
|
@@ -4348,7 +4368,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4348
4368
|
"v-slot:default"?: false | ((arg: {
|
|
4349
4369
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
4350
4370
|
}) => import("vue").VNodeChild) | undefined;
|
|
4351
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
4371
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
4352
4372
|
sliderProps?: Pick<Partial<{
|
|
4353
4373
|
style: import("vue").StyleValue;
|
|
4354
4374
|
focused: boolean;
|
|
@@ -4568,6 +4588,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4568
4588
|
location: import("../../util/index.js").Anchor | undefined;
|
|
4569
4589
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
4570
4590
|
stickToTarget: boolean;
|
|
4591
|
+
viewportMargin: string | number;
|
|
4571
4592
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
4572
4593
|
closeDelay: string | number;
|
|
4573
4594
|
openDelay: string | number;
|
|
@@ -4688,6 +4709,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4688
4709
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
4689
4710
|
offset?: string | number | number[] | undefined;
|
|
4690
4711
|
stickToTarget: boolean;
|
|
4712
|
+
viewportMargin: string | number;
|
|
4691
4713
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
4692
4714
|
height?: string | number | undefined;
|
|
4693
4715
|
maxHeight?: string | number | undefined;
|
|
@@ -4797,7 +4819,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4797
4819
|
"v-slot:default"?: false | ((arg: {
|
|
4798
4820
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
4799
4821
|
}) => import("vue").VNodeChild) | undefined;
|
|
4800
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
4822
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
4801
4823
|
sliderProps?: Pick<Partial<{
|
|
4802
4824
|
style: import("vue").StyleValue;
|
|
4803
4825
|
focused: boolean;
|
|
@@ -5013,6 +5035,7 @@ export declare const VVideo: {
|
|
|
5013
5035
|
location: import("../../util/index.js").Anchor | undefined;
|
|
5014
5036
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
5015
5037
|
stickToTarget: boolean;
|
|
5038
|
+
viewportMargin: string | number;
|
|
5016
5039
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
5017
5040
|
closeDelay: string | number;
|
|
5018
5041
|
openDelay: string | number;
|
|
@@ -5133,6 +5156,7 @@ export declare const VVideo: {
|
|
|
5133
5156
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
5134
5157
|
offset?: string | number | number[] | undefined;
|
|
5135
5158
|
stickToTarget: boolean;
|
|
5159
|
+
viewportMargin: string | number;
|
|
5136
5160
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
5137
5161
|
height?: string | number | undefined;
|
|
5138
5162
|
maxHeight?: string | number | undefined;
|
|
@@ -5242,7 +5266,7 @@ export declare const VVideo: {
|
|
|
5242
5266
|
"v-slot:default"?: false | ((arg: {
|
|
5243
5267
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
5244
5268
|
}) => import("vue").VNodeChild) | undefined;
|
|
5245
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
5269
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
5246
5270
|
sliderProps?: Pick<Partial<{
|
|
5247
5271
|
style: import("vue").StyleValue;
|
|
5248
5272
|
focused: boolean;
|
|
@@ -5462,6 +5486,7 @@ export declare const VVideo: {
|
|
|
5462
5486
|
location: import("../../util/index.js").Anchor | undefined;
|
|
5463
5487
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
5464
5488
|
stickToTarget: boolean;
|
|
5489
|
+
viewportMargin: string | number;
|
|
5465
5490
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
5466
5491
|
closeDelay: string | number;
|
|
5467
5492
|
openDelay: string | number;
|
|
@@ -5582,6 +5607,7 @@ export declare const VVideo: {
|
|
|
5582
5607
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
5583
5608
|
offset?: string | number | number[] | undefined;
|
|
5584
5609
|
stickToTarget: boolean;
|
|
5610
|
+
viewportMargin: string | number;
|
|
5585
5611
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
5586
5612
|
height?: string | number | undefined;
|
|
5587
5613
|
maxHeight?: string | number | undefined;
|
|
@@ -5691,7 +5717,7 @@ export declare const VVideo: {
|
|
|
5691
5717
|
"v-slot:default"?: false | ((arg: {
|
|
5692
5718
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
5693
5719
|
}) => import("vue").VNodeChild) | undefined;
|
|
5694
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
5720
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
5695
5721
|
sliderProps?: Pick<Partial<{
|
|
5696
5722
|
style: import("vue").StyleValue;
|
|
5697
5723
|
focused: boolean;
|
|
@@ -5995,6 +6021,7 @@ export declare const VVideo: {
|
|
|
5995
6021
|
location: import("../../util/index.js").Anchor | undefined;
|
|
5996
6022
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
5997
6023
|
stickToTarget: boolean;
|
|
6024
|
+
viewportMargin: string | number;
|
|
5998
6025
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
5999
6026
|
closeDelay: string | number;
|
|
6000
6027
|
openDelay: string | number;
|
|
@@ -6115,6 +6142,7 @@ export declare const VVideo: {
|
|
|
6115
6142
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
6116
6143
|
offset?: string | number | number[] | undefined;
|
|
6117
6144
|
stickToTarget: boolean;
|
|
6145
|
+
viewportMargin: string | number;
|
|
6118
6146
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
6119
6147
|
height?: string | number | undefined;
|
|
6120
6148
|
maxHeight?: string | number | undefined;
|
|
@@ -6224,7 +6252,7 @@ export declare const VVideo: {
|
|
|
6224
6252
|
"v-slot:default"?: false | ((arg: {
|
|
6225
6253
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
6226
6254
|
}) => import("vue").VNodeChild) | undefined;
|
|
6227
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
6255
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
6228
6256
|
sliderProps?: Pick<Partial<{
|
|
6229
6257
|
style: import("vue").StyleValue;
|
|
6230
6258
|
focused: boolean;
|
|
@@ -6444,6 +6472,7 @@ export declare const VVideo: {
|
|
|
6444
6472
|
location: import("../../util/index.js").Anchor | undefined;
|
|
6445
6473
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
6446
6474
|
stickToTarget: boolean;
|
|
6475
|
+
viewportMargin: string | number;
|
|
6447
6476
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
6448
6477
|
closeDelay: string | number;
|
|
6449
6478
|
openDelay: string | number;
|
|
@@ -6564,6 +6593,7 @@ export declare const VVideo: {
|
|
|
6564
6593
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
6565
6594
|
offset?: string | number | number[] | undefined;
|
|
6566
6595
|
stickToTarget: boolean;
|
|
6596
|
+
viewportMargin: string | number;
|
|
6567
6597
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
6568
6598
|
height?: string | number | undefined;
|
|
6569
6599
|
maxHeight?: string | number | undefined;
|
|
@@ -6673,7 +6703,7 @@ export declare const VVideo: {
|
|
|
6673
6703
|
"v-slot:default"?: false | ((arg: {
|
|
6674
6704
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
6675
6705
|
}) => import("vue").VNodeChild) | undefined;
|
|
6676
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
6706
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
6677
6707
|
sliderProps?: Pick<Partial<{
|
|
6678
6708
|
style: import("vue").StyleValue;
|
|
6679
6709
|
focused: boolean;
|
|
@@ -6950,6 +6980,7 @@ export declare const VVideo: {
|
|
|
6950
6980
|
location: import("../../util/index.js").Anchor | undefined;
|
|
6951
6981
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
6952
6982
|
stickToTarget: boolean;
|
|
6983
|
+
viewportMargin: string | number;
|
|
6953
6984
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
6954
6985
|
closeDelay: string | number;
|
|
6955
6986
|
openDelay: string | number;
|
|
@@ -7070,6 +7101,7 @@ export declare const VVideo: {
|
|
|
7070
7101
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
7071
7102
|
offset?: string | number | number[] | undefined;
|
|
7072
7103
|
stickToTarget: boolean;
|
|
7104
|
+
viewportMargin: string | number;
|
|
7073
7105
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
7074
7106
|
height?: string | number | undefined;
|
|
7075
7107
|
maxHeight?: string | number | undefined;
|
|
@@ -7179,7 +7211,7 @@ export declare const VVideo: {
|
|
|
7179
7211
|
"v-slot:default"?: false | ((arg: {
|
|
7180
7212
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
7181
7213
|
}) => import("vue").VNodeChild) | undefined;
|
|
7182
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
7214
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
7183
7215
|
sliderProps?: Pick<Partial<{
|
|
7184
7216
|
style: import("vue").StyleValue;
|
|
7185
7217
|
focused: boolean;
|
|
@@ -7399,6 +7431,7 @@ export declare const VVideo: {
|
|
|
7399
7431
|
location: import("../../util/index.js").Anchor | undefined;
|
|
7400
7432
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
7401
7433
|
stickToTarget: boolean;
|
|
7434
|
+
viewportMargin: string | number;
|
|
7402
7435
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
7403
7436
|
closeDelay: string | number;
|
|
7404
7437
|
openDelay: string | number;
|
|
@@ -7519,6 +7552,7 @@ export declare const VVideo: {
|
|
|
7519
7552
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
7520
7553
|
offset?: string | number | number[] | undefined;
|
|
7521
7554
|
stickToTarget: boolean;
|
|
7555
|
+
viewportMargin: string | number;
|
|
7522
7556
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
7523
7557
|
height?: string | number | undefined;
|
|
7524
7558
|
maxHeight?: string | number | undefined;
|
|
@@ -7628,7 +7662,7 @@ export declare const VVideo: {
|
|
|
7628
7662
|
"v-slot:default"?: false | ((arg: {
|
|
7629
7663
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
7630
7664
|
}) => import("vue").VNodeChild) | undefined;
|
|
7631
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
7665
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
7632
7666
|
sliderProps?: Pick<Partial<{
|
|
7633
7667
|
style: import("vue").StyleValue;
|
|
7634
7668
|
focused: boolean;
|
|
@@ -7933,6 +7967,7 @@ export declare const VVideo: {
|
|
|
7933
7967
|
location: import("../../util/index.js").Anchor | undefined;
|
|
7934
7968
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
7935
7969
|
stickToTarget: boolean;
|
|
7970
|
+
viewportMargin: string | number;
|
|
7936
7971
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
7937
7972
|
closeDelay: string | number;
|
|
7938
7973
|
openDelay: string | number;
|
|
@@ -8053,6 +8088,7 @@ export declare const VVideo: {
|
|
|
8053
8088
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
8054
8089
|
offset?: string | number | number[] | undefined;
|
|
8055
8090
|
stickToTarget: boolean;
|
|
8091
|
+
viewportMargin: string | number;
|
|
8056
8092
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
8057
8093
|
height?: string | number | undefined;
|
|
8058
8094
|
maxHeight?: string | number | undefined;
|
|
@@ -8162,7 +8198,7 @@ export declare const VVideo: {
|
|
|
8162
8198
|
"v-slot:default"?: false | ((arg: {
|
|
8163
8199
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
8164
8200
|
}) => import("vue").VNodeChild) | undefined;
|
|
8165
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
8201
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
8166
8202
|
sliderProps?: Pick<Partial<{
|
|
8167
8203
|
style: import("vue").StyleValue;
|
|
8168
8204
|
focused: boolean;
|
|
@@ -8400,6 +8436,7 @@ export declare const VVideo: {
|
|
|
8400
8436
|
location: import("../../util/index.js").Anchor | undefined;
|
|
8401
8437
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
8402
8438
|
stickToTarget: boolean;
|
|
8439
|
+
viewportMargin: string | number;
|
|
8403
8440
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
8404
8441
|
closeDelay: string | number;
|
|
8405
8442
|
openDelay: string | number;
|
|
@@ -8520,6 +8557,7 @@ export declare const VVideo: {
|
|
|
8520
8557
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
8521
8558
|
offset?: string | number | number[] | undefined;
|
|
8522
8559
|
stickToTarget: boolean;
|
|
8560
|
+
viewportMargin: string | number;
|
|
8523
8561
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
8524
8562
|
height?: string | number | undefined;
|
|
8525
8563
|
maxHeight?: string | number | undefined;
|
|
@@ -8629,7 +8667,7 @@ export declare const VVideo: {
|
|
|
8629
8667
|
"v-slot:default"?: false | ((arg: {
|
|
8630
8668
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
8631
8669
|
}) => import("vue").VNodeChild) | undefined;
|
|
8632
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
8670
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
8633
8671
|
sliderProps?: Pick<Partial<{
|
|
8634
8672
|
style: import("vue").StyleValue;
|
|
8635
8673
|
focused: boolean;
|
|
@@ -8848,6 +8886,7 @@ export declare const VVideo: {
|
|
|
8848
8886
|
location: import("../../util/index.js").Anchor | undefined;
|
|
8849
8887
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
8850
8888
|
stickToTarget: boolean;
|
|
8889
|
+
viewportMargin: string | number;
|
|
8851
8890
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
8852
8891
|
closeDelay: string | number;
|
|
8853
8892
|
openDelay: string | number;
|
|
@@ -8968,6 +9007,7 @@ export declare const VVideo: {
|
|
|
8968
9007
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
8969
9008
|
offset?: string | number | number[] | undefined;
|
|
8970
9009
|
stickToTarget: boolean;
|
|
9010
|
+
viewportMargin: string | number;
|
|
8971
9011
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
8972
9012
|
height?: string | number | undefined;
|
|
8973
9013
|
maxHeight?: string | number | undefined;
|
|
@@ -9077,7 +9117,7 @@ export declare const VVideo: {
|
|
|
9077
9117
|
"v-slot:default"?: false | ((arg: {
|
|
9078
9118
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
9079
9119
|
}) => import("vue").VNodeChild) | undefined;
|
|
9080
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
9120
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
9081
9121
|
sliderProps?: Pick<Partial<{
|
|
9082
9122
|
style: import("vue").StyleValue;
|
|
9083
9123
|
focused: boolean;
|
|
@@ -9315,6 +9355,7 @@ export declare const VVideo: {
|
|
|
9315
9355
|
location: import("../../util/index.js").Anchor | undefined;
|
|
9316
9356
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
9317
9357
|
stickToTarget: boolean;
|
|
9358
|
+
viewportMargin: string | number;
|
|
9318
9359
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
9319
9360
|
closeDelay: string | number;
|
|
9320
9361
|
openDelay: string | number;
|
|
@@ -9435,6 +9476,7 @@ export declare const VVideo: {
|
|
|
9435
9476
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
9436
9477
|
offset?: string | number | number[] | undefined;
|
|
9437
9478
|
stickToTarget: boolean;
|
|
9479
|
+
viewportMargin: string | number;
|
|
9438
9480
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
9439
9481
|
height?: string | number | undefined;
|
|
9440
9482
|
maxHeight?: string | number | undefined;
|
|
@@ -9544,7 +9586,7 @@ export declare const VVideo: {
|
|
|
9544
9586
|
"v-slot:default"?: false | ((arg: {
|
|
9545
9587
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
9546
9588
|
}) => import("vue").VNodeChild) | undefined;
|
|
9547
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "zIndex">) | undefined;
|
|
9589
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "activatorProps" | "closeDelay" | "closeOnBack" | "closeOnContentClick" | "contained" | "disableInitialFocus" | "disabled" | "eager" | "location" | "locationStrategy" | "modelValue" | "noClickAnimation" | "openDelay" | "openOnClick" | "openOnFocus" | "openOnHover" | "origin" | "persistent" | "scrim" | "scrollStrategy" | "stickToTarget" | "style" | "submenu" | "transition" | "viewportMargin" | "zIndex">) | undefined;
|
|
9548
9590
|
sliderProps?: Pick<Partial<{
|
|
9549
9591
|
style: import("vue").StyleValue;
|
|
9550
9592
|
focused: boolean;
|