vuetify 3.10.2 → 3.10.3
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 +1022 -1022
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +1827 -1813
- package/dist/vuetify-labs.cjs +36 -50
- package/dist/vuetify-labs.css +5911 -5911
- package/dist/vuetify-labs.d.ts +1488 -1486
- package/dist/vuetify-labs.esm.js +36 -50
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +36 -50
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +36 -49
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6147 -6147
- package/dist/vuetify.d.ts +1112 -1110
- package/dist/vuetify.esm.js +36 -49
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -49
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1421 -1419
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +3 -3
- package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
- package/lib/components/VApp/VApp.d.ts +3 -3
- package/lib/components/VAppBar/VAppBar.d.ts +3 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.d.ts +3 -3
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +3 -3
- package/lib/components/VBanner/VBannerActions.d.ts +3 -3
- package/lib/components/VBanner/VBannerText.d.ts +3 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtn/VBtn.js +4 -4
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCard/VCard.js +2 -2
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCard/VCardActions.d.ts +3 -3
- package/lib/components/VCard/VCardItem.d.ts +3 -3
- package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
- package/lib/components/VCard/VCardText.d.ts +3 -3
- package/lib/components/VCard/VCardTitle.d.ts +3 -3
- package/lib/components/VCarousel/VCarousel.d.ts +3 -3
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChip/VChip.js +2 -2
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
- package/lib/components/VCode/index.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +116 -116
- package/lib/components/VCombobox/VCombobox.js +6 -25
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.d.ts +3 -3
- package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
- package/lib/components/VDataTable/VDataTable.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
- package/lib/components/VDataTable/composables/expand.js +8 -8
- package/lib/components/VDataTable/composables/expand.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
- package/lib/components/VDialog/VDialog.d.ts +12 -12
- package/lib/components/VDivider/VDivider.d.ts +3 -3
- package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
- package/lib/components/VFab/VFab.d.ts +6 -6
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VField/VFieldLabel.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +12 -12
- package/lib/components/VFooter/VFooter.d.ts +3 -3
- package/lib/components/VForm/VForm.d.ts +6 -6
- package/lib/components/VGrid/VCol.d.ts +3 -3
- package/lib/components/VGrid/VContainer.d.ts +3 -3
- package/lib/components/VGrid/VRow.d.ts +3 -3
- package/lib/components/VGrid/VSpacer.d.ts +3 -3
- package/lib/components/VIcon/VIcon.d.ts +3 -3
- package/lib/components/VImg/VImg.d.ts +3 -3
- package/lib/components/VInput/VInput.d.ts +3 -3
- package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
- package/lib/components/VKbd/VKbd.d.ts +3 -3
- package/lib/components/VLabel/VLabel.d.ts +3 -3
- package/lib/components/VLayout/VLayout.d.ts +3 -3
- package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
- package/lib/components/VLazy/VLazy.d.ts +3 -3
- package/lib/components/VList/VList.d.ts +11 -11
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +3 -3
- package/lib/components/VList/VListImg.d.ts +3 -3
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VList/VListItem.js +2 -2
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItemAction.d.ts +3 -3
- package/lib/components/VList/VListItemMedia.d.ts +3 -3
- package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
- package/lib/components/VList/VListItemTitle.d.ts +3 -3
- package/lib/components/VList/VListSubheader.d.ts +3 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
- package/lib/components/VMain/VMain.d.ts +3 -3
- package/lib/components/VMenu/VMenu.d.ts +15 -15
- package/lib/components/VMessages/VMessages.d.ts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
- package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
- package/lib/components/VNumberInput/VNumberInput.js +1 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.d.ts +3 -3
- package/lib/components/VPagination/VPagination.d.ts +3 -3
- package/lib/components/VParallax/VParallax.d.ts +3 -3
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
- package/lib/components/VRating/VRating.d.ts +3 -3
- package/lib/components/VResponsive/VResponsive.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +140 -140
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSheet/VSheet.d.ts +3 -3
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
- package/lib/components/VSlider/VSlider.d.ts +12 -12
- package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
- package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
- package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
- package/lib/components/VStepper/VStepper.d.ts +3 -3
- package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
- package/lib/components/VStepper/VStepperItem.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +15 -15
- package/lib/components/VSwitch/VSwitch.js +2 -2
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
- package/lib/components/VTable/VTable.d.ts +3 -3
- package/lib/components/VTabs/VTab.d.ts +24 -24
- package/lib/components/VTabs/VTabs.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +21 -21
- package/lib/components/VTextarea/VTextarea.d.ts +12 -12
- package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
- package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
- package/lib/components/VTimeline/VTimeline.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
- package/lib/components/VTooltip/VTooltip.d.ts +15 -15
- package/lib/components/VTreeview/VTreeview.d.ts +26 -26
- package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
- package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
- package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
- package/lib/components/VWindow/VWindow.d.ts +3 -3
- package/lib/components/VWindow/VWindowItem.d.ts +3 -3
- package/lib/components/transitions/createTransition.d.ts +6 -6
- package/lib/components/transitions/index.d.ts +78 -78
- package/lib/composables/goto.js +2 -2
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/router.d.ts +2 -0
- package/lib/composables/router.js +6 -1
- package/lib/composables/router.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +0 -1
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
- package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
- package/lib/labs/VPicker/VPicker.d.ts +3 -3
- package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
- package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
- package/lib/labs/VVideo/VVideo.d.ts +87 -87
- package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
- package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
- package/lib/util/createSimpleFunctional.d.ts +3 -3
- package/lib/util/events.js +2 -2
- package/lib/util/events.js.map +1 -1
- package/package.json +9 -9
|
@@ -194,7 +194,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
194
194
|
modelValue: number;
|
|
195
195
|
}> & Omit<{
|
|
196
196
|
class?: any;
|
|
197
|
-
style: import("vue").StyleValue;
|
|
197
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
198
198
|
$children?: {
|
|
199
199
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
200
200
|
} | {
|
|
@@ -303,7 +303,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
303
303
|
}> & Omit<{
|
|
304
304
|
theme?: string | undefined;
|
|
305
305
|
class?: any;
|
|
306
|
-
style: import("vue").StyleValue;
|
|
306
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
307
307
|
$children?: {
|
|
308
308
|
default?: ((arg: {
|
|
309
309
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -329,7 +329,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
329
329
|
}) => import("vue").VNodeChild) | undefined;
|
|
330
330
|
} | undefined;
|
|
331
331
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
332
|
-
location: import("../../util/index.js").Anchor
|
|
332
|
+
location: import("../../util/index.js").Anchor;
|
|
333
333
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
334
334
|
offset?: string | number | number[] | undefined;
|
|
335
335
|
stickToTarget: boolean;
|
|
@@ -477,7 +477,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
477
477
|
}> & Omit<{
|
|
478
478
|
theme?: string | undefined;
|
|
479
479
|
class?: any;
|
|
480
|
-
style: import("vue").StyleValue;
|
|
480
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
481
481
|
$children?: {
|
|
482
482
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
483
483
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -589,7 +589,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
589
589
|
modelValue: number;
|
|
590
590
|
}> & Omit<{
|
|
591
591
|
class?: any;
|
|
592
|
-
style: import("vue").StyleValue;
|
|
592
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
593
593
|
$children?: {
|
|
594
594
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
595
595
|
} | {
|
|
@@ -698,7 +698,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
698
698
|
}> & Omit<{
|
|
699
699
|
theme?: string | undefined;
|
|
700
700
|
class?: any;
|
|
701
|
-
style: import("vue").StyleValue;
|
|
701
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
702
702
|
$children?: {
|
|
703
703
|
default?: ((arg: {
|
|
704
704
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -724,7 +724,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
724
724
|
}) => import("vue").VNodeChild) | undefined;
|
|
725
725
|
} | undefined;
|
|
726
726
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
727
|
-
location: import("../../util/index.js").Anchor
|
|
727
|
+
location: import("../../util/index.js").Anchor;
|
|
728
728
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
729
729
|
offset?: string | number | number[] | undefined;
|
|
730
730
|
stickToTarget: boolean;
|
|
@@ -872,7 +872,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
872
872
|
}> & Omit<{
|
|
873
873
|
theme?: string | undefined;
|
|
874
874
|
class?: any;
|
|
875
|
-
style: import("vue").StyleValue;
|
|
875
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
876
876
|
$children?: {
|
|
877
877
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
878
878
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -983,7 +983,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
983
983
|
modelValue: number;
|
|
984
984
|
}> & Omit<{
|
|
985
985
|
class?: any;
|
|
986
|
-
style: import("vue").StyleValue;
|
|
986
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
987
987
|
$children?: {
|
|
988
988
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
989
989
|
} | {
|
|
@@ -1092,7 +1092,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1092
1092
|
}> & Omit<{
|
|
1093
1093
|
theme?: string | undefined;
|
|
1094
1094
|
class?: any;
|
|
1095
|
-
style: import("vue").StyleValue;
|
|
1095
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1096
1096
|
$children?: {
|
|
1097
1097
|
default?: ((arg: {
|
|
1098
1098
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -1118,7 +1118,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1118
1118
|
}) => import("vue").VNodeChild) | undefined;
|
|
1119
1119
|
} | undefined;
|
|
1120
1120
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
1121
|
-
location: import("../../util/index.js").Anchor
|
|
1121
|
+
location: import("../../util/index.js").Anchor;
|
|
1122
1122
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1123
1123
|
offset?: string | number | number[] | undefined;
|
|
1124
1124
|
stickToTarget: boolean;
|
|
@@ -1266,7 +1266,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1266
1266
|
}> & Omit<{
|
|
1267
1267
|
theme?: string | undefined;
|
|
1268
1268
|
class?: any;
|
|
1269
|
-
style: import("vue").StyleValue;
|
|
1269
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1270
1270
|
$children?: {
|
|
1271
1271
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
1272
1272
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -1378,7 +1378,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1378
1378
|
modelValue: number;
|
|
1379
1379
|
}> & Omit<{
|
|
1380
1380
|
class?: any;
|
|
1381
|
-
style: import("vue").StyleValue;
|
|
1381
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1382
1382
|
$children?: {
|
|
1383
1383
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
1384
1384
|
} | {
|
|
@@ -1487,7 +1487,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1487
1487
|
}> & Omit<{
|
|
1488
1488
|
theme?: string | undefined;
|
|
1489
1489
|
class?: any;
|
|
1490
|
-
style: import("vue").StyleValue;
|
|
1490
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1491
1491
|
$children?: {
|
|
1492
1492
|
default?: ((arg: {
|
|
1493
1493
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -1513,7 +1513,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1513
1513
|
}) => import("vue").VNodeChild) | undefined;
|
|
1514
1514
|
} | undefined;
|
|
1515
1515
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
1516
|
-
location: import("../../util/index.js").Anchor
|
|
1516
|
+
location: import("../../util/index.js").Anchor;
|
|
1517
1517
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1518
1518
|
offset?: string | number | number[] | undefined;
|
|
1519
1519
|
stickToTarget: boolean;
|
|
@@ -1661,7 +1661,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1661
1661
|
}> & Omit<{
|
|
1662
1662
|
theme?: string | undefined;
|
|
1663
1663
|
class?: any;
|
|
1664
|
-
style: import("vue").StyleValue;
|
|
1664
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1665
1665
|
$children?: {
|
|
1666
1666
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
1667
1667
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -1772,7 +1772,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1772
1772
|
modelValue: number;
|
|
1773
1773
|
}> & Omit<{
|
|
1774
1774
|
class?: any;
|
|
1775
|
-
style: import("vue").StyleValue;
|
|
1775
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1776
1776
|
$children?: {
|
|
1777
1777
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
1778
1778
|
} | {
|
|
@@ -1881,7 +1881,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1881
1881
|
}> & Omit<{
|
|
1882
1882
|
theme?: string | undefined;
|
|
1883
1883
|
class?: any;
|
|
1884
|
-
style: import("vue").StyleValue;
|
|
1884
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1885
1885
|
$children?: {
|
|
1886
1886
|
default?: ((arg: {
|
|
1887
1887
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -1907,7 +1907,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
1907
1907
|
}) => import("vue").VNodeChild) | undefined;
|
|
1908
1908
|
} | undefined;
|
|
1909
1909
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
1910
|
-
location: import("../../util/index.js").Anchor
|
|
1910
|
+
location: import("../../util/index.js").Anchor;
|
|
1911
1911
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1912
1912
|
offset?: string | number | number[] | undefined;
|
|
1913
1913
|
stickToTarget: boolean;
|
|
@@ -2055,7 +2055,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2055
2055
|
}> & Omit<{
|
|
2056
2056
|
theme?: string | undefined;
|
|
2057
2057
|
class?: any;
|
|
2058
|
-
style: import("vue").StyleValue;
|
|
2058
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2059
2059
|
$children?: {
|
|
2060
2060
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
2061
2061
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -2299,7 +2299,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2299
2299
|
modelValue: number;
|
|
2300
2300
|
}> & Omit<{
|
|
2301
2301
|
class?: any;
|
|
2302
|
-
style: import("vue").StyleValue;
|
|
2302
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2303
2303
|
$children?: {
|
|
2304
2304
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
2305
2305
|
} | {
|
|
@@ -2408,7 +2408,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2408
2408
|
}> & Omit<{
|
|
2409
2409
|
theme?: string | undefined;
|
|
2410
2410
|
class?: any;
|
|
2411
|
-
style: import("vue").StyleValue;
|
|
2411
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2412
2412
|
$children?: {
|
|
2413
2413
|
default?: ((arg: {
|
|
2414
2414
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -2434,7 +2434,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2434
2434
|
}) => import("vue").VNodeChild) | undefined;
|
|
2435
2435
|
} | undefined;
|
|
2436
2436
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2437
|
-
location: import("../../util/index.js").Anchor
|
|
2437
|
+
location: import("../../util/index.js").Anchor;
|
|
2438
2438
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2439
2439
|
offset?: string | number | number[] | undefined;
|
|
2440
2440
|
stickToTarget: boolean;
|
|
@@ -2582,7 +2582,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2582
2582
|
}> & Omit<{
|
|
2583
2583
|
theme?: string | undefined;
|
|
2584
2584
|
class?: any;
|
|
2585
|
-
style: import("vue").StyleValue;
|
|
2585
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2586
2586
|
$children?: {
|
|
2587
2587
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
2588
2588
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -2750,7 +2750,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2750
2750
|
modelValue: number;
|
|
2751
2751
|
}> & Omit<{
|
|
2752
2752
|
class?: any;
|
|
2753
|
-
style: import("vue").StyleValue;
|
|
2753
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2754
2754
|
$children?: {
|
|
2755
2755
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
2756
2756
|
} | {
|
|
@@ -2859,7 +2859,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2859
2859
|
}> & Omit<{
|
|
2860
2860
|
theme?: string | undefined;
|
|
2861
2861
|
class?: any;
|
|
2862
|
-
style: import("vue").StyleValue;
|
|
2862
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2863
2863
|
$children?: {
|
|
2864
2864
|
default?: ((arg: {
|
|
2865
2865
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -2885,7 +2885,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
2885
2885
|
}) => import("vue").VNodeChild) | undefined;
|
|
2886
2886
|
} | undefined;
|
|
2887
2887
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2888
|
-
location: import("../../util/index.js").Anchor
|
|
2888
|
+
location: import("../../util/index.js").Anchor;
|
|
2889
2889
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2890
2890
|
offset?: string | number | number[] | undefined;
|
|
2891
2891
|
stickToTarget: boolean;
|
|
@@ -3033,7 +3033,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3033
3033
|
}> & Omit<{
|
|
3034
3034
|
theme?: string | undefined;
|
|
3035
3035
|
class?: any;
|
|
3036
|
-
style: import("vue").StyleValue;
|
|
3036
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3037
3037
|
$children?: {
|
|
3038
3038
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
3039
3039
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -3201,7 +3201,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3201
3201
|
modelValue: number;
|
|
3202
3202
|
}> & Omit<{
|
|
3203
3203
|
class?: any;
|
|
3204
|
-
style: import("vue").StyleValue;
|
|
3204
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3205
3205
|
$children?: {
|
|
3206
3206
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
3207
3207
|
} | {
|
|
@@ -3310,7 +3310,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3310
3310
|
}> & Omit<{
|
|
3311
3311
|
theme?: string | undefined;
|
|
3312
3312
|
class?: any;
|
|
3313
|
-
style: import("vue").StyleValue;
|
|
3313
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3314
3314
|
$children?: {
|
|
3315
3315
|
default?: ((arg: {
|
|
3316
3316
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -3336,7 +3336,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3336
3336
|
}) => import("vue").VNodeChild) | undefined;
|
|
3337
3337
|
} | undefined;
|
|
3338
3338
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
3339
|
-
location: import("../../util/index.js").Anchor
|
|
3339
|
+
location: import("../../util/index.js").Anchor;
|
|
3340
3340
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
3341
3341
|
offset?: string | number | number[] | undefined;
|
|
3342
3342
|
stickToTarget: boolean;
|
|
@@ -3484,7 +3484,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3484
3484
|
}> & Omit<{
|
|
3485
3485
|
theme?: string | undefined;
|
|
3486
3486
|
class?: any;
|
|
3487
|
-
style: import("vue").StyleValue;
|
|
3487
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3488
3488
|
$children?: {
|
|
3489
3489
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
3490
3490
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -3650,7 +3650,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3650
3650
|
modelValue: number;
|
|
3651
3651
|
}> & Omit<{
|
|
3652
3652
|
class?: any;
|
|
3653
|
-
style: import("vue").StyleValue;
|
|
3653
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3654
3654
|
$children?: {
|
|
3655
3655
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
3656
3656
|
} | {
|
|
@@ -3759,7 +3759,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3759
3759
|
}> & Omit<{
|
|
3760
3760
|
theme?: string | undefined;
|
|
3761
3761
|
class?: any;
|
|
3762
|
-
style: import("vue").StyleValue;
|
|
3762
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3763
3763
|
$children?: {
|
|
3764
3764
|
default?: ((arg: {
|
|
3765
3765
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -3785,7 +3785,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3785
3785
|
}) => import("vue").VNodeChild) | undefined;
|
|
3786
3786
|
} | undefined;
|
|
3787
3787
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
3788
|
-
location: import("../../util/index.js").Anchor
|
|
3788
|
+
location: import("../../util/index.js").Anchor;
|
|
3789
3789
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
3790
3790
|
offset?: string | number | number[] | undefined;
|
|
3791
3791
|
stickToTarget: boolean;
|
|
@@ -3933,7 +3933,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
3933
3933
|
}> & Omit<{
|
|
3934
3934
|
theme?: string | undefined;
|
|
3935
3935
|
class?: any;
|
|
3936
|
-
style: import("vue").StyleValue;
|
|
3936
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
3937
3937
|
$children?: {
|
|
3938
3938
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
3939
3939
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -4100,7 +4100,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4100
4100
|
modelValue: number;
|
|
4101
4101
|
}> & Omit<{
|
|
4102
4102
|
class?: any;
|
|
4103
|
-
style: import("vue").StyleValue;
|
|
4103
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4104
4104
|
$children?: {
|
|
4105
4105
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
4106
4106
|
} | {
|
|
@@ -4209,7 +4209,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4209
4209
|
}> & Omit<{
|
|
4210
4210
|
theme?: string | undefined;
|
|
4211
4211
|
class?: any;
|
|
4212
|
-
style: import("vue").StyleValue;
|
|
4212
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4213
4213
|
$children?: {
|
|
4214
4214
|
default?: ((arg: {
|
|
4215
4215
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -4235,7 +4235,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4235
4235
|
}) => import("vue").VNodeChild) | undefined;
|
|
4236
4236
|
} | undefined;
|
|
4237
4237
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
4238
|
-
location: import("../../util/index.js").Anchor
|
|
4238
|
+
location: import("../../util/index.js").Anchor;
|
|
4239
4239
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
4240
4240
|
offset?: string | number | number[] | undefined;
|
|
4241
4241
|
stickToTarget: boolean;
|
|
@@ -4383,7 +4383,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4383
4383
|
}> & Omit<{
|
|
4384
4384
|
theme?: string | undefined;
|
|
4385
4385
|
class?: any;
|
|
4386
|
-
style: import("vue").StyleValue;
|
|
4386
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4387
4387
|
$children?: {
|
|
4388
4388
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
4389
4389
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -4549,7 +4549,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4549
4549
|
modelValue: number;
|
|
4550
4550
|
}> & Omit<{
|
|
4551
4551
|
class?: any;
|
|
4552
|
-
style: import("vue").StyleValue;
|
|
4552
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4553
4553
|
$children?: {
|
|
4554
4554
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
4555
4555
|
} | {
|
|
@@ -4658,7 +4658,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4658
4658
|
}> & Omit<{
|
|
4659
4659
|
theme?: string | undefined;
|
|
4660
4660
|
class?: any;
|
|
4661
|
-
style: import("vue").StyleValue;
|
|
4661
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4662
4662
|
$children?: {
|
|
4663
4663
|
default?: ((arg: {
|
|
4664
4664
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -4684,7 +4684,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4684
4684
|
}) => import("vue").VNodeChild) | undefined;
|
|
4685
4685
|
} | undefined;
|
|
4686
4686
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
4687
|
-
location: import("../../util/index.js").Anchor
|
|
4687
|
+
location: import("../../util/index.js").Anchor;
|
|
4688
4688
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
4689
4689
|
offset?: string | number | number[] | undefined;
|
|
4690
4690
|
stickToTarget: boolean;
|
|
@@ -4832,7 +4832,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4832
4832
|
}> & Omit<{
|
|
4833
4833
|
theme?: string | undefined;
|
|
4834
4834
|
class?: any;
|
|
4835
|
-
style: import("vue").StyleValue;
|
|
4835
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4836
4836
|
$children?: {
|
|
4837
4837
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
4838
4838
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -4954,7 +4954,7 @@ export declare const makeVVideoProps: <Defaults extends {
|
|
|
4954
4954
|
};
|
|
4955
4955
|
export declare const VVideo: {
|
|
4956
4956
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
4957
|
-
style: import("vue").StyleValue;
|
|
4957
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4958
4958
|
density: import("../../composables/density.js").Density;
|
|
4959
4959
|
playing: boolean;
|
|
4960
4960
|
hidePlay: boolean;
|
|
@@ -4994,7 +4994,7 @@ export declare const VVideo: {
|
|
|
4994
4994
|
modelValue: number;
|
|
4995
4995
|
}> & Omit<{
|
|
4996
4996
|
class?: any;
|
|
4997
|
-
style: import("vue").StyleValue;
|
|
4997
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4998
4998
|
$children?: {
|
|
4999
4999
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
5000
5000
|
} | {
|
|
@@ -5103,7 +5103,7 @@ export declare const VVideo: {
|
|
|
5103
5103
|
}> & Omit<{
|
|
5104
5104
|
theme?: string | undefined;
|
|
5105
5105
|
class?: any;
|
|
5106
|
-
style: import("vue").StyleValue;
|
|
5106
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5107
5107
|
$children?: {
|
|
5108
5108
|
default?: ((arg: {
|
|
5109
5109
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -5129,7 +5129,7 @@ export declare const VVideo: {
|
|
|
5129
5129
|
}) => import("vue").VNodeChild) | undefined;
|
|
5130
5130
|
} | undefined;
|
|
5131
5131
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
5132
|
-
location: import("../../util/index.js").Anchor
|
|
5132
|
+
location: import("../../util/index.js").Anchor;
|
|
5133
5133
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
5134
5134
|
offset?: string | number | number[] | undefined;
|
|
5135
5135
|
stickToTarget: boolean;
|
|
@@ -5277,7 +5277,7 @@ export declare const VVideo: {
|
|
|
5277
5277
|
}> & Omit<{
|
|
5278
5278
|
theme?: string | undefined;
|
|
5279
5279
|
class?: any;
|
|
5280
|
-
style: import("vue").StyleValue;
|
|
5280
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5281
5281
|
$children?: {
|
|
5282
5282
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
5283
5283
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -5443,7 +5443,7 @@ export declare const VVideo: {
|
|
|
5443
5443
|
modelValue: number;
|
|
5444
5444
|
}> & Omit<{
|
|
5445
5445
|
class?: any;
|
|
5446
|
-
style: import("vue").StyleValue;
|
|
5446
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5447
5447
|
$children?: {
|
|
5448
5448
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
5449
5449
|
} | {
|
|
@@ -5552,7 +5552,7 @@ export declare const VVideo: {
|
|
|
5552
5552
|
}> & Omit<{
|
|
5553
5553
|
theme?: string | undefined;
|
|
5554
5554
|
class?: any;
|
|
5555
|
-
style: import("vue").StyleValue;
|
|
5555
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5556
5556
|
$children?: {
|
|
5557
5557
|
default?: ((arg: {
|
|
5558
5558
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -5578,7 +5578,7 @@ export declare const VVideo: {
|
|
|
5578
5578
|
}) => import("vue").VNodeChild) | undefined;
|
|
5579
5579
|
} | undefined;
|
|
5580
5580
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
5581
|
-
location: import("../../util/index.js").Anchor
|
|
5581
|
+
location: import("../../util/index.js").Anchor;
|
|
5582
5582
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
5583
5583
|
offset?: string | number | number[] | undefined;
|
|
5584
5584
|
stickToTarget: boolean;
|
|
@@ -5726,7 +5726,7 @@ export declare const VVideo: {
|
|
|
5726
5726
|
}> & Omit<{
|
|
5727
5727
|
theme?: string | undefined;
|
|
5728
5728
|
class?: any;
|
|
5729
|
-
style: import("vue").StyleValue;
|
|
5729
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5730
5730
|
$children?: {
|
|
5731
5731
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
5732
5732
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -5936,7 +5936,7 @@ export declare const VVideo: {
|
|
|
5936
5936
|
M: {};
|
|
5937
5937
|
Defaults: {};
|
|
5938
5938
|
}, {
|
|
5939
|
-
style: import("vue").StyleValue;
|
|
5939
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5940
5940
|
density: import("../../composables/density.js").Density;
|
|
5941
5941
|
playing: boolean;
|
|
5942
5942
|
hidePlay: boolean;
|
|
@@ -5976,7 +5976,7 @@ export declare const VVideo: {
|
|
|
5976
5976
|
modelValue: number;
|
|
5977
5977
|
}> & Omit<{
|
|
5978
5978
|
class?: any;
|
|
5979
|
-
style: import("vue").StyleValue;
|
|
5979
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
5980
5980
|
$children?: {
|
|
5981
5981
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
5982
5982
|
} | {
|
|
@@ -6085,7 +6085,7 @@ export declare const VVideo: {
|
|
|
6085
6085
|
}> & Omit<{
|
|
6086
6086
|
theme?: string | undefined;
|
|
6087
6087
|
class?: any;
|
|
6088
|
-
style: import("vue").StyleValue;
|
|
6088
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6089
6089
|
$children?: {
|
|
6090
6090
|
default?: ((arg: {
|
|
6091
6091
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -6111,7 +6111,7 @@ export declare const VVideo: {
|
|
|
6111
6111
|
}) => import("vue").VNodeChild) | undefined;
|
|
6112
6112
|
} | undefined;
|
|
6113
6113
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
6114
|
-
location: import("../../util/index.js").Anchor
|
|
6114
|
+
location: import("../../util/index.js").Anchor;
|
|
6115
6115
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
6116
6116
|
offset?: string | number | number[] | undefined;
|
|
6117
6117
|
stickToTarget: boolean;
|
|
@@ -6259,7 +6259,7 @@ export declare const VVideo: {
|
|
|
6259
6259
|
}> & Omit<{
|
|
6260
6260
|
theme?: string | undefined;
|
|
6261
6261
|
class?: any;
|
|
6262
|
-
style: import("vue").StyleValue;
|
|
6262
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6263
6263
|
$children?: {
|
|
6264
6264
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
6265
6265
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -6425,7 +6425,7 @@ export declare const VVideo: {
|
|
|
6425
6425
|
modelValue: number;
|
|
6426
6426
|
}> & Omit<{
|
|
6427
6427
|
class?: any;
|
|
6428
|
-
style: import("vue").StyleValue;
|
|
6428
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6429
6429
|
$children?: {
|
|
6430
6430
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
6431
6431
|
} | {
|
|
@@ -6534,7 +6534,7 @@ export declare const VVideo: {
|
|
|
6534
6534
|
}> & Omit<{
|
|
6535
6535
|
theme?: string | undefined;
|
|
6536
6536
|
class?: any;
|
|
6537
|
-
style: import("vue").StyleValue;
|
|
6537
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6538
6538
|
$children?: {
|
|
6539
6539
|
default?: ((arg: {
|
|
6540
6540
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -6560,7 +6560,7 @@ export declare const VVideo: {
|
|
|
6560
6560
|
}) => import("vue").VNodeChild) | undefined;
|
|
6561
6561
|
} | undefined;
|
|
6562
6562
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
6563
|
-
location: import("../../util/index.js").Anchor
|
|
6563
|
+
location: import("../../util/index.js").Anchor;
|
|
6564
6564
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
6565
6565
|
offset?: string | number | number[] | undefined;
|
|
6566
6566
|
stickToTarget: boolean;
|
|
@@ -6708,7 +6708,7 @@ export declare const VVideo: {
|
|
|
6708
6708
|
}> & Omit<{
|
|
6709
6709
|
theme?: string | undefined;
|
|
6710
6710
|
class?: any;
|
|
6711
|
-
style: import("vue").StyleValue;
|
|
6711
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6712
6712
|
$children?: {
|
|
6713
6713
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
6714
6714
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -6891,7 +6891,7 @@ export declare const VVideo: {
|
|
|
6891
6891
|
__isTeleport?: undefined;
|
|
6892
6892
|
__isSuspense?: undefined;
|
|
6893
6893
|
} & import("vue").ComponentOptionsBase<{
|
|
6894
|
-
style: import("vue").StyleValue;
|
|
6894
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6895
6895
|
density: import("../../composables/density.js").Density;
|
|
6896
6896
|
playing: boolean;
|
|
6897
6897
|
hidePlay: boolean;
|
|
@@ -6931,7 +6931,7 @@ export declare const VVideo: {
|
|
|
6931
6931
|
modelValue: number;
|
|
6932
6932
|
}> & Omit<{
|
|
6933
6933
|
class?: any;
|
|
6934
|
-
style: import("vue").StyleValue;
|
|
6934
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
6935
6935
|
$children?: {
|
|
6936
6936
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
6937
6937
|
} | {
|
|
@@ -7040,7 +7040,7 @@ export declare const VVideo: {
|
|
|
7040
7040
|
}> & Omit<{
|
|
7041
7041
|
theme?: string | undefined;
|
|
7042
7042
|
class?: any;
|
|
7043
|
-
style: import("vue").StyleValue;
|
|
7043
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7044
7044
|
$children?: {
|
|
7045
7045
|
default?: ((arg: {
|
|
7046
7046
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -7066,7 +7066,7 @@ export declare const VVideo: {
|
|
|
7066
7066
|
}) => import("vue").VNodeChild) | undefined;
|
|
7067
7067
|
} | undefined;
|
|
7068
7068
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
7069
|
-
location: import("../../util/index.js").Anchor
|
|
7069
|
+
location: import("../../util/index.js").Anchor;
|
|
7070
7070
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
7071
7071
|
offset?: string | number | number[] | undefined;
|
|
7072
7072
|
stickToTarget: boolean;
|
|
@@ -7214,7 +7214,7 @@ export declare const VVideo: {
|
|
|
7214
7214
|
}> & Omit<{
|
|
7215
7215
|
theme?: string | undefined;
|
|
7216
7216
|
class?: any;
|
|
7217
|
-
style: import("vue").StyleValue;
|
|
7217
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7218
7218
|
$children?: {
|
|
7219
7219
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
7220
7220
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -7380,7 +7380,7 @@ export declare const VVideo: {
|
|
|
7380
7380
|
modelValue: number;
|
|
7381
7381
|
}> & Omit<{
|
|
7382
7382
|
class?: any;
|
|
7383
|
-
style: import("vue").StyleValue;
|
|
7383
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7384
7384
|
$children?: {
|
|
7385
7385
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
7386
7386
|
} | {
|
|
@@ -7489,7 +7489,7 @@ export declare const VVideo: {
|
|
|
7489
7489
|
}> & Omit<{
|
|
7490
7490
|
theme?: string | undefined;
|
|
7491
7491
|
class?: any;
|
|
7492
|
-
style: import("vue").StyleValue;
|
|
7492
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7493
7493
|
$children?: {
|
|
7494
7494
|
default?: ((arg: {
|
|
7495
7495
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -7515,7 +7515,7 @@ export declare const VVideo: {
|
|
|
7515
7515
|
}) => import("vue").VNodeChild) | undefined;
|
|
7516
7516
|
} | undefined;
|
|
7517
7517
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
7518
|
-
location: import("../../util/index.js").Anchor
|
|
7518
|
+
location: import("../../util/index.js").Anchor;
|
|
7519
7519
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
7520
7520
|
offset?: string | number | number[] | undefined;
|
|
7521
7521
|
stickToTarget: boolean;
|
|
@@ -7663,7 +7663,7 @@ export declare const VVideo: {
|
|
|
7663
7663
|
}> & Omit<{
|
|
7664
7664
|
theme?: string | undefined;
|
|
7665
7665
|
class?: any;
|
|
7666
|
-
style: import("vue").StyleValue;
|
|
7666
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7667
7667
|
$children?: {
|
|
7668
7668
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
7669
7669
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -7914,7 +7914,7 @@ export declare const VVideo: {
|
|
|
7914
7914
|
modelValue: number;
|
|
7915
7915
|
}> & Omit<{
|
|
7916
7916
|
class?: any;
|
|
7917
|
-
style: import("vue").StyleValue;
|
|
7917
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
7918
7918
|
$children?: {
|
|
7919
7919
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
7920
7920
|
} | {
|
|
@@ -8023,7 +8023,7 @@ export declare const VVideo: {
|
|
|
8023
8023
|
}> & Omit<{
|
|
8024
8024
|
theme?: string | undefined;
|
|
8025
8025
|
class?: any;
|
|
8026
|
-
style: import("vue").StyleValue;
|
|
8026
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8027
8027
|
$children?: {
|
|
8028
8028
|
default?: ((arg: {
|
|
8029
8029
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -8049,7 +8049,7 @@ export declare const VVideo: {
|
|
|
8049
8049
|
}) => import("vue").VNodeChild) | undefined;
|
|
8050
8050
|
} | undefined;
|
|
8051
8051
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
8052
|
-
location: import("../../util/index.js").Anchor
|
|
8052
|
+
location: import("../../util/index.js").Anchor;
|
|
8053
8053
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
8054
8054
|
offset?: string | number | number[] | undefined;
|
|
8055
8055
|
stickToTarget: boolean;
|
|
@@ -8197,7 +8197,7 @@ export declare const VVideo: {
|
|
|
8197
8197
|
}> & Omit<{
|
|
8198
8198
|
theme?: string | undefined;
|
|
8199
8199
|
class?: any;
|
|
8200
|
-
style: import("vue").StyleValue;
|
|
8200
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8201
8201
|
$children?: {
|
|
8202
8202
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
8203
8203
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -8381,7 +8381,7 @@ export declare const VVideo: {
|
|
|
8381
8381
|
modelValue: number;
|
|
8382
8382
|
}> & Omit<{
|
|
8383
8383
|
class?: any;
|
|
8384
|
-
style: import("vue").StyleValue;
|
|
8384
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8385
8385
|
$children?: {
|
|
8386
8386
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
8387
8387
|
} | {
|
|
@@ -8490,7 +8490,7 @@ export declare const VVideo: {
|
|
|
8490
8490
|
}> & Omit<{
|
|
8491
8491
|
theme?: string | undefined;
|
|
8492
8492
|
class?: any;
|
|
8493
|
-
style: import("vue").StyleValue;
|
|
8493
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8494
8494
|
$children?: {
|
|
8495
8495
|
default?: ((arg: {
|
|
8496
8496
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -8516,7 +8516,7 @@ export declare const VVideo: {
|
|
|
8516
8516
|
}) => import("vue").VNodeChild) | undefined;
|
|
8517
8517
|
} | undefined;
|
|
8518
8518
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
8519
|
-
location: import("../../util/index.js").Anchor
|
|
8519
|
+
location: import("../../util/index.js").Anchor;
|
|
8520
8520
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
8521
8521
|
offset?: string | number | number[] | undefined;
|
|
8522
8522
|
stickToTarget: boolean;
|
|
@@ -8664,7 +8664,7 @@ export declare const VVideo: {
|
|
|
8664
8664
|
}> & Omit<{
|
|
8665
8665
|
theme?: string | undefined;
|
|
8666
8666
|
class?: any;
|
|
8667
|
-
style: import("vue").StyleValue;
|
|
8667
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8668
8668
|
$children?: {
|
|
8669
8669
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
8670
8670
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -8829,7 +8829,7 @@ export declare const VVideo: {
|
|
|
8829
8829
|
modelValue: number;
|
|
8830
8830
|
}> & Omit<{
|
|
8831
8831
|
class?: any;
|
|
8832
|
-
style: import("vue").StyleValue;
|
|
8832
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8833
8833
|
$children?: {
|
|
8834
8834
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
8835
8835
|
} | {
|
|
@@ -8938,7 +8938,7 @@ export declare const VVideo: {
|
|
|
8938
8938
|
}> & Omit<{
|
|
8939
8939
|
theme?: string | undefined;
|
|
8940
8940
|
class?: any;
|
|
8941
|
-
style: import("vue").StyleValue;
|
|
8941
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
8942
8942
|
$children?: {
|
|
8943
8943
|
default?: ((arg: {
|
|
8944
8944
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -8964,7 +8964,7 @@ export declare const VVideo: {
|
|
|
8964
8964
|
}) => import("vue").VNodeChild) | undefined;
|
|
8965
8965
|
} | undefined;
|
|
8966
8966
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
8967
|
-
location: import("../../util/index.js").Anchor
|
|
8967
|
+
location: import("../../util/index.js").Anchor;
|
|
8968
8968
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
8969
8969
|
offset?: string | number | number[] | undefined;
|
|
8970
8970
|
stickToTarget: boolean;
|
|
@@ -9112,7 +9112,7 @@ export declare const VVideo: {
|
|
|
9112
9112
|
}> & Omit<{
|
|
9113
9113
|
theme?: string | undefined;
|
|
9114
9114
|
class?: any;
|
|
9115
|
-
style: import("vue").StyleValue;
|
|
9115
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9116
9116
|
$children?: {
|
|
9117
9117
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
9118
9118
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
@@ -9296,7 +9296,7 @@ export declare const VVideo: {
|
|
|
9296
9296
|
modelValue: number;
|
|
9297
9297
|
}> & Omit<{
|
|
9298
9298
|
class?: any;
|
|
9299
|
-
style: import("vue").StyleValue;
|
|
9299
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9300
9300
|
$children?: {
|
|
9301
9301
|
default?: (() => import("vue").VNodeChild) | undefined;
|
|
9302
9302
|
} | {
|
|
@@ -9405,7 +9405,7 @@ export declare const VVideo: {
|
|
|
9405
9405
|
}> & Omit<{
|
|
9406
9406
|
theme?: string | undefined;
|
|
9407
9407
|
class?: any;
|
|
9408
|
-
style: import("vue").StyleValue;
|
|
9408
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9409
9409
|
$children?: {
|
|
9410
9410
|
default?: ((arg: {
|
|
9411
9411
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -9431,7 +9431,7 @@ export declare const VVideo: {
|
|
|
9431
9431
|
}) => import("vue").VNodeChild) | undefined;
|
|
9432
9432
|
} | undefined;
|
|
9433
9433
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
9434
|
-
location: import("../../util/index.js").Anchor
|
|
9434
|
+
location: import("../../util/index.js").Anchor;
|
|
9435
9435
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
9436
9436
|
offset?: string | number | number[] | undefined;
|
|
9437
9437
|
stickToTarget: boolean;
|
|
@@ -9579,7 +9579,7 @@ export declare const VVideo: {
|
|
|
9579
9579
|
}> & Omit<{
|
|
9580
9580
|
theme?: string | undefined;
|
|
9581
9581
|
class?: any;
|
|
9582
|
-
style: import("vue").StyleValue;
|
|
9582
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
9583
9583
|
$children?: {
|
|
9584
9584
|
default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|
|
9585
9585
|
prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
|