@vuetify/nightly 3.2.0-dev-20230309.0 → 3.2.0-dev-20230322.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/dist/json/attributes.json +210 -30
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +47 -2
- package/dist/json/web-types.json +529 -63
- package/dist/vuetify-labs.css +1186 -1146
- package/dist/vuetify-labs.d.ts +56928 -14280
- package/dist/vuetify-labs.esm.js +557 -363
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +557 -363
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +204 -179
- package/dist/vuetify.d.ts +55330 -15866
- package/dist/vuetify.esm.js +400 -306
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +400 -306
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +668 -667
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +6 -9
- package/lib/blueprints/md1.d.ts +6 -9
- package/lib/blueprints/md2.d.ts +6 -9
- package/lib/blueprints/md3.d.ts +6 -9
- package/lib/blueprints/md3.mjs +6 -0
- package/lib/blueprints/md3.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +29 -15
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +510 -82
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.d.ts +158 -20
- package/lib/components/VAppBar/VAppBar.mjs +2 -2
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +616 -110
- package/lib/components/VAutocomplete/VAutocomplete.mjs +13 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +1656 -130
- package/lib/components/VAvatar/index.d.ts +205 -29
- package/lib/components/VBadge/index.d.ts +284 -42
- package/lib/components/VBanner/VBanner.mjs +19 -12
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +478 -84
- package/lib/components/VBottomNavigation/index.d.ts +321 -40
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +325 -45
- package/lib/components/VBtn/VBtn.css +0 -5
- package/lib/components/VBtn/VBtn.mjs +65 -58
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +0 -7
- package/lib/components/VBtn/_variables.scss +0 -2
- package/lib/components/VBtn/index.d.ts +452 -69
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +185 -26
- package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +245 -35
- package/lib/components/VCard/VCard.mjs +10 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +27 -23
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +938 -172
- package/lib/components/VCarousel/index.d.ts +561 -123
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +831 -147
- package/lib/components/VChip/VChip.css +110 -90
- package/lib/components/VChip/VChip.mjs +70 -48
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/_mixins.scss +27 -23
- package/lib/components/VChip/index.d.ts +474 -76
- package/lib/components/VChipGroup/index.d.ts +227 -32
- package/lib/components/VCode/index.d.ts +109 -16
- package/lib/components/VColorPicker/index.d.ts +284 -20
- package/lib/components/VCombobox/VCombobox.mjs +13 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +1668 -130
- package/lib/components/VCounter/index.d.ts +1894 -87
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +133 -21
- package/lib/components/VDialog/VDialog.css +31 -24
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +19 -12
- package/lib/components/VDialog/index.d.ts +2362 -146
- package/lib/components/VDivider/index.d.ts +130 -23
- package/lib/components/VExpansionPanel/index.d.ts +719 -119
- package/lib/components/VField/index.d.ts +163 -21
- package/lib/components/VFileInput/index.d.ts +1038 -104
- package/lib/components/VFooter/VFooter.css +2 -0
- package/lib/components/VFooter/VFooter.sass +2 -0
- package/lib/components/VFooter/_variables.scss +2 -0
- package/lib/components/VFooter/index.d.ts +203 -28
- package/lib/components/VForm/index.d.ts +204 -23
- package/lib/components/VGrid/VCol.mjs +6 -5
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -4
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +733 -76
- package/lib/components/VHover/index.d.ts +182 -35
- package/lib/components/VIcon/index.d.ts +494 -50
- package/lib/components/VImg/VImg.mjs +2 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +275 -46
- package/lib/components/VInput/index.d.ts +315 -53
- package/lib/components/VItemGroup/index.d.ts +308 -52
- package/lib/components/VKbd/VKbd.css +1 -0
- package/lib/components/VKbd/VKbd.sass +1 -0
- package/lib/components/VKbd/_variables.scss +1 -0
- package/lib/components/VKbd/index.d.ts +109 -16
- package/lib/components/VLabel/index.d.ts +113 -20
- package/lib/components/VLayout/index.d.ts +296 -41
- package/lib/components/VLazy/VLazy.mjs +4 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +219 -30
- package/lib/components/VList/VListChildren.mjs +2 -2
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -4
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +23 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +1461 -223
- package/lib/components/VLocaleProvider/index.d.ts +121 -20
- package/lib/components/VMain/index.d.ts +118 -17
- package/lib/components/VMenu/VMenu.css +4 -4
- package/lib/components/VMenu/VMenu.mjs +2 -2
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.d.ts +2368 -142
- package/lib/components/VMessages/index.d.ts +1921 -98
- package/lib/components/VNavigationDrawer/index.d.ts +379 -56
- package/lib/components/VOverlay/VOverlay.css +2 -2
- package/lib/components/VOverlay/VOverlay.mjs +1 -4
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +519 -85
- package/lib/components/VPagination/index.d.ts +502 -68
- package/lib/components/VParallax/VParallax.mjs +3 -3
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +141 -28
- package/lib/components/VProgressCircular/index.d.ts +186 -25
- package/lib/components/VProgressLinear/index.d.ts +319 -48
- package/lib/components/VRadio/index.d.ts +313 -57
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +463 -83
- package/lib/components/VRangeSlider/index.d.ts +528 -80
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +305 -43
- package/lib/components/VResponsive/index.d.ts +142 -27
- package/lib/components/VSelect/VSelect.mjs +13 -7
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +3060 -328
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
- package/lib/components/VSheet/VSheet.mjs +1 -7
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +194 -31
- package/lib/components/VSlideGroup/index.d.ts +475 -83
- package/lib/components/VSlider/VSliderTrack.mjs +1 -0
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +521 -79
- package/lib/components/VSlider/slider.mjs +5 -6
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +2 -7
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -3
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +3 -8
- package/lib/components/VSnackbar/index.d.ts +1219 -81
- package/lib/components/VSwitch/VSwitch.mjs +2 -2
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +498 -92
- package/lib/components/VSystemBar/index.d.ts +184 -27
- package/lib/components/VTable/index.d.ts +190 -35
- package/lib/components/VTabs/VTab.mjs +7 -23
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +623 -71
- package/lib/components/VTextField/VTextField.mjs +8 -5
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +1404 -106
- package/lib/components/VTextarea/VTextarea.mjs +7 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +1014 -102
- package/lib/components/VThemeProvider/index.d.ts +124 -19
- package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +441 -71
- package/lib/components/VToolbar/VToolbar.mjs +10 -9
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +542 -93
- package/lib/components/VTooltip/VTooltip.css +3 -3
- package/lib/components/VTooltip/VTooltip.mjs +2 -2
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -1
- package/lib/components/VTooltip/index.d.ts +1276 -82
- package/lib/components/VValidation/index.d.ts +201 -30
- package/lib/components/VWindow/index.d.ts +527 -95
- package/lib/components/index.d.ts +55255 -15788
- package/lib/components/transitions/index.d.ts +2097 -308
- package/lib/composables/defaults.mjs +2 -0
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/display.mjs +2 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +7 -10
- package/lib/labs/VDataTable/VDataTable.css +15 -0
- package/lib/labs/VDataTable/VDataTable.mjs +41 -17
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +9 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +8 -2
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +39 -17
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +23 -12
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +12 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +0 -12
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +1 -1
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +19 -3
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +4179 -1017
- package/lib/labs/VVirtualScroll/index.d.ts +32 -1
- package/lib/labs/components.d.ts +4214 -1026
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.mjs +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +7 -0
- package/lib/util/animation.mjs +8 -1
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +15 -7
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +4 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +5 -10
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { JSXComponent, PropType,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, ComponentInternalInstance, Ref, ComputedRef, InjectionKey, UnwrapRef } from 'vue';
|
|
3
|
+
|
|
4
|
+
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
|
+
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
6
|
+
}
|
|
3
7
|
|
|
4
8
|
type IconValue = string | JSXComponent;
|
|
5
9
|
declare const IconValue: PropType<IconValue>;
|
|
@@ -43,7 +47,194 @@ interface SlideGroupSlot {
|
|
|
43
47
|
select: GroupProvide['select'];
|
|
44
48
|
isSelected: GroupProvide['isSelected'];
|
|
45
49
|
}
|
|
46
|
-
declare const VSlideGroup:
|
|
50
|
+
declare const VSlideGroup: {
|
|
51
|
+
new (...args: any[]): {
|
|
52
|
+
$: vue.ComponentInternalInstance;
|
|
53
|
+
$data: {};
|
|
54
|
+
$props: Partial<{
|
|
55
|
+
symbol: any;
|
|
56
|
+
direction: string;
|
|
57
|
+
disabled: boolean;
|
|
58
|
+
multiple: boolean;
|
|
59
|
+
tag: string;
|
|
60
|
+
modelValue: any;
|
|
61
|
+
selectedClass: string;
|
|
62
|
+
nextIcon: IconValue;
|
|
63
|
+
prevIcon: IconValue;
|
|
64
|
+
centerActive: boolean;
|
|
65
|
+
}> & Omit<{
|
|
66
|
+
symbol: any;
|
|
67
|
+
direction: string;
|
|
68
|
+
disabled: boolean;
|
|
69
|
+
multiple: boolean;
|
|
70
|
+
tag: string;
|
|
71
|
+
selectedClass: string;
|
|
72
|
+
nextIcon: IconValue;
|
|
73
|
+
prevIcon: IconValue;
|
|
74
|
+
centerActive: boolean;
|
|
75
|
+
} & {
|
|
76
|
+
max?: number | undefined;
|
|
77
|
+
mandatory?: boolean | "force" | undefined;
|
|
78
|
+
modelValue?: any;
|
|
79
|
+
showArrows?: string | boolean | undefined;
|
|
80
|
+
} & {
|
|
81
|
+
$children?: {} | vue.VNodeChild | {
|
|
82
|
+
default?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
83
|
+
prev?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
84
|
+
next?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
85
|
+
};
|
|
86
|
+
$slots?: {
|
|
87
|
+
default?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
88
|
+
prev?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
89
|
+
next?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
90
|
+
} | undefined;
|
|
91
|
+
'v-slots'?: {
|
|
92
|
+
default?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
93
|
+
prev?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
94
|
+
next?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
95
|
+
} | undefined;
|
|
96
|
+
} & {
|
|
97
|
+
"v-slot:default"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
98
|
+
"v-slot:prev"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
99
|
+
"v-slot:next"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
100
|
+
} & {
|
|
101
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
102
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "symbol" | "direction" | "disabled" | "multiple" | "tag" | "modelValue" | "selectedClass" | "nextIcon" | "prevIcon" | "centerActive">;
|
|
103
|
+
$attrs: {
|
|
104
|
+
[x: string]: unknown;
|
|
105
|
+
};
|
|
106
|
+
$refs: {
|
|
107
|
+
[x: string]: unknown;
|
|
108
|
+
};
|
|
109
|
+
$slots: Readonly<{
|
|
110
|
+
[name: string]: vue.Slot | undefined;
|
|
111
|
+
}>;
|
|
112
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
113
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
114
|
+
$emit: (event: "update:modelValue", value: any) => void;
|
|
115
|
+
$el: any;
|
|
116
|
+
$options: vue.ComponentOptionsBase<{
|
|
117
|
+
symbol: any;
|
|
118
|
+
direction: string;
|
|
119
|
+
disabled: boolean;
|
|
120
|
+
multiple: boolean;
|
|
121
|
+
tag: string;
|
|
122
|
+
selectedClass: string;
|
|
123
|
+
nextIcon: IconValue;
|
|
124
|
+
prevIcon: IconValue;
|
|
125
|
+
centerActive: boolean;
|
|
126
|
+
} & {
|
|
127
|
+
max?: number | undefined;
|
|
128
|
+
mandatory?: boolean | "force" | undefined;
|
|
129
|
+
modelValue?: any;
|
|
130
|
+
showArrows?: string | boolean | undefined;
|
|
131
|
+
} & {
|
|
132
|
+
$children?: {} | vue.VNodeChild | {
|
|
133
|
+
default?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
134
|
+
prev?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
135
|
+
next?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
136
|
+
};
|
|
137
|
+
$slots?: {
|
|
138
|
+
default?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
139
|
+
prev?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
140
|
+
next?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
141
|
+
} | undefined;
|
|
142
|
+
'v-slots'?: {
|
|
143
|
+
default?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
144
|
+
prev?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
145
|
+
next?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
146
|
+
} | undefined;
|
|
147
|
+
} & {
|
|
148
|
+
"v-slot:default"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
149
|
+
"v-slot:prev"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
150
|
+
"v-slot:next"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
151
|
+
} & {
|
|
152
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
153
|
+
}, {
|
|
154
|
+
selected: vue.Ref<readonly number[]>;
|
|
155
|
+
scrollTo: (location: 'prev' | 'next') => void;
|
|
156
|
+
scrollOffset: vue.Ref<number>;
|
|
157
|
+
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
|
158
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
159
|
+
'update:modelValue': (value: any) => boolean;
|
|
160
|
+
}, string, {
|
|
161
|
+
symbol: any;
|
|
162
|
+
direction: string;
|
|
163
|
+
disabled: boolean;
|
|
164
|
+
multiple: boolean;
|
|
165
|
+
tag: string;
|
|
166
|
+
modelValue: any;
|
|
167
|
+
selectedClass: string;
|
|
168
|
+
nextIcon: IconValue;
|
|
169
|
+
prevIcon: IconValue;
|
|
170
|
+
centerActive: boolean;
|
|
171
|
+
}, {}, string> & {
|
|
172
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
173
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
174
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
175
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
176
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
177
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
178
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
179
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
180
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
181
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
182
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
183
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
184
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
185
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
186
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
187
|
+
};
|
|
188
|
+
$forceUpdate: () => void;
|
|
189
|
+
$nextTick: typeof vue.nextTick;
|
|
190
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
191
|
+
} & {
|
|
192
|
+
symbol: any;
|
|
193
|
+
direction: string;
|
|
194
|
+
disabled: boolean;
|
|
195
|
+
multiple: boolean;
|
|
196
|
+
tag: string;
|
|
197
|
+
selectedClass: string;
|
|
198
|
+
nextIcon: IconValue;
|
|
199
|
+
prevIcon: IconValue;
|
|
200
|
+
centerActive: boolean;
|
|
201
|
+
} & {
|
|
202
|
+
max?: number | undefined;
|
|
203
|
+
mandatory?: boolean | "force" | undefined;
|
|
204
|
+
modelValue?: any;
|
|
205
|
+
showArrows?: string | boolean | undefined;
|
|
206
|
+
} & {
|
|
207
|
+
$children?: {} | vue.VNodeChild | {
|
|
208
|
+
default?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
209
|
+
prev?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
210
|
+
next?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
211
|
+
};
|
|
212
|
+
$slots?: {
|
|
213
|
+
default?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
214
|
+
prev?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
215
|
+
next?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
216
|
+
} | undefined;
|
|
217
|
+
'v-slots'?: {
|
|
218
|
+
default?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
219
|
+
prev?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
220
|
+
next?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
221
|
+
} | undefined;
|
|
222
|
+
} & {
|
|
223
|
+
"v-slot:default"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
224
|
+
"v-slot:prev"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
225
|
+
"v-slot:next"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
226
|
+
} & {
|
|
227
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
228
|
+
} & vue.ShallowUnwrapRef<{
|
|
229
|
+
selected: vue.Ref<readonly number[]>;
|
|
230
|
+
scrollTo: (location: 'prev' | 'next') => void;
|
|
231
|
+
scrollOffset: vue.Ref<number>;
|
|
232
|
+
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
|
233
|
+
}> & {} & vue.ComponentCustomProperties & {};
|
|
234
|
+
__isFragment?: undefined;
|
|
235
|
+
__isTeleport?: undefined;
|
|
236
|
+
__isSuspense?: undefined;
|
|
237
|
+
} & vue.ComponentOptionsBase<{
|
|
47
238
|
symbol: any;
|
|
48
239
|
direction: string;
|
|
49
240
|
disabled: boolean;
|
|
@@ -78,6 +269,8 @@ declare const VSlideGroup: vue.DefineComponent<{
|
|
|
78
269
|
"v-slot:default"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
79
270
|
"v-slot:prev"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
80
271
|
"v-slot:next"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
272
|
+
} & {
|
|
273
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
81
274
|
}, {
|
|
82
275
|
selected: vue.Ref<readonly number[]>;
|
|
83
276
|
scrollTo: (location: 'prev' | 'next') => void;
|
|
@@ -85,44 +278,7 @@ declare const VSlideGroup: vue.DefineComponent<{
|
|
|
85
278
|
focus: (location?: 'next' | 'prev' | 'first' | 'last') => void;
|
|
86
279
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
87
280
|
'update:modelValue': (value: any) => boolean;
|
|
88
|
-
}, string,
|
|
89
|
-
symbol: any;
|
|
90
|
-
direction: string;
|
|
91
|
-
disabled: boolean;
|
|
92
|
-
multiple: boolean;
|
|
93
|
-
tag: string;
|
|
94
|
-
selectedClass: string;
|
|
95
|
-
nextIcon: IconValue;
|
|
96
|
-
prevIcon: IconValue;
|
|
97
|
-
centerActive: boolean;
|
|
98
|
-
} & {
|
|
99
|
-
max?: number | undefined;
|
|
100
|
-
mandatory?: boolean | "force" | undefined;
|
|
101
|
-
modelValue?: any;
|
|
102
|
-
showArrows?: string | boolean | undefined;
|
|
103
|
-
} & {
|
|
104
|
-
$children?: {} | vue.VNodeChild | {
|
|
105
|
-
default?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
106
|
-
prev?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
107
|
-
next?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
108
|
-
};
|
|
109
|
-
$slots?: {
|
|
110
|
-
default?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
111
|
-
prev?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
112
|
-
next?: ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
113
|
-
} | undefined;
|
|
114
|
-
'v-slots'?: {
|
|
115
|
-
default?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
116
|
-
prev?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
117
|
-
next?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
118
|
-
} | undefined;
|
|
119
|
-
} & {
|
|
120
|
-
"v-slot:default"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
121
|
-
"v-slot:prev"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
122
|
-
"v-slot:next"?: false | ((args_0: SlideGroupSlot) => vue.VNodeChild) | undefined;
|
|
123
|
-
} & {
|
|
124
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
125
|
-
}, {
|
|
281
|
+
}, string, {
|
|
126
282
|
symbol: any;
|
|
127
283
|
direction: string;
|
|
128
284
|
disabled: boolean;
|
|
@@ -133,58 +289,280 @@ declare const VSlideGroup: vue.DefineComponent<{
|
|
|
133
289
|
nextIcon: IconValue;
|
|
134
290
|
prevIcon: IconValue;
|
|
135
291
|
centerActive: boolean;
|
|
136
|
-
}
|
|
292
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
293
|
+
modelValue: {
|
|
294
|
+
type: null;
|
|
295
|
+
default: undefined;
|
|
296
|
+
};
|
|
297
|
+
multiple: BooleanConstructor;
|
|
298
|
+
mandatory: vue.PropType<boolean | "force">;
|
|
299
|
+
max: NumberConstructor;
|
|
300
|
+
selectedClass: {
|
|
301
|
+
type: vue.PropType<string>;
|
|
302
|
+
default: string;
|
|
303
|
+
};
|
|
304
|
+
disabled: BooleanConstructor;
|
|
305
|
+
tag: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
309
|
+
centerActive: BooleanConstructor;
|
|
310
|
+
direction: {
|
|
311
|
+
type: StringConstructor;
|
|
312
|
+
default: string;
|
|
313
|
+
};
|
|
314
|
+
symbol: {
|
|
315
|
+
type: null;
|
|
316
|
+
default: InjectionKey<GroupProvide>;
|
|
317
|
+
};
|
|
318
|
+
nextIcon: {
|
|
319
|
+
type: vue.PropType<IconValue>;
|
|
320
|
+
default: string;
|
|
321
|
+
};
|
|
322
|
+
prevIcon: {
|
|
323
|
+
type: vue.PropType<IconValue>;
|
|
324
|
+
default: string;
|
|
325
|
+
};
|
|
326
|
+
showArrows: {
|
|
327
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
328
|
+
validator: (v: any) => boolean;
|
|
329
|
+
};
|
|
330
|
+
}, vue.ExtractPropTypes<{
|
|
331
|
+
modelValue: {
|
|
332
|
+
type: null;
|
|
333
|
+
default: undefined;
|
|
334
|
+
};
|
|
335
|
+
multiple: BooleanConstructor;
|
|
336
|
+
mandatory: vue.PropType<boolean | "force">;
|
|
337
|
+
max: NumberConstructor;
|
|
338
|
+
selectedClass: {
|
|
339
|
+
type: vue.PropType<string>;
|
|
340
|
+
default: string;
|
|
341
|
+
};
|
|
342
|
+
disabled: BooleanConstructor;
|
|
343
|
+
tag: {
|
|
344
|
+
type: StringConstructor;
|
|
345
|
+
default: string;
|
|
346
|
+
};
|
|
347
|
+
centerActive: BooleanConstructor;
|
|
348
|
+
direction: {
|
|
349
|
+
type: StringConstructor;
|
|
350
|
+
default: string;
|
|
351
|
+
};
|
|
352
|
+
symbol: {
|
|
353
|
+
type: null;
|
|
354
|
+
default: InjectionKey<GroupProvide>;
|
|
355
|
+
};
|
|
356
|
+
nextIcon: {
|
|
357
|
+
type: vue.PropType<IconValue>;
|
|
358
|
+
default: string;
|
|
359
|
+
};
|
|
360
|
+
prevIcon: {
|
|
361
|
+
type: vue.PropType<IconValue>;
|
|
362
|
+
default: string;
|
|
363
|
+
};
|
|
364
|
+
showArrows: {
|
|
365
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
366
|
+
validator: (v: any) => boolean;
|
|
367
|
+
};
|
|
368
|
+
}>>;
|
|
137
369
|
type VSlideGroup = InstanceType<typeof VSlideGroup>;
|
|
138
370
|
|
|
139
|
-
declare const VSlideGroupItem:
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
371
|
+
declare const VSlideGroupItem: {
|
|
372
|
+
new (...args: any[]): {
|
|
373
|
+
$: vue.ComponentInternalInstance;
|
|
374
|
+
$data: {};
|
|
375
|
+
$props: Partial<{
|
|
376
|
+
disabled: boolean;
|
|
377
|
+
}> & Omit<{
|
|
378
|
+
disabled: boolean;
|
|
379
|
+
} & {
|
|
380
|
+
value?: any;
|
|
381
|
+
selectedClass?: string | undefined;
|
|
382
|
+
} & {
|
|
383
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
384
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
385
|
+
select: GroupItemProvide['select'];
|
|
386
|
+
toggle: GroupItemProvide['toggle'];
|
|
387
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
388
|
+
}) => vue.VNodeChild) | {
|
|
389
|
+
default?: ((args_0: {
|
|
390
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
391
|
+
select: GroupItemProvide['select'];
|
|
392
|
+
toggle: GroupItemProvide['toggle'];
|
|
393
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
394
|
+
}) => vue.VNodeChild) | undefined;
|
|
395
|
+
};
|
|
396
|
+
$slots?: {
|
|
397
|
+
default?: ((args_0: {
|
|
398
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
399
|
+
select: GroupItemProvide['select'];
|
|
400
|
+
toggle: GroupItemProvide['toggle'];
|
|
401
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
402
|
+
}) => vue.VNodeChild) | undefined;
|
|
403
|
+
} | undefined;
|
|
404
|
+
'v-slots'?: {
|
|
405
|
+
default?: false | ((args_0: {
|
|
406
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
407
|
+
select: GroupItemProvide['select'];
|
|
408
|
+
toggle: GroupItemProvide['toggle'];
|
|
409
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
410
|
+
}) => vue.VNodeChild) | undefined;
|
|
411
|
+
} | undefined;
|
|
412
|
+
} & {
|
|
413
|
+
"v-slot:default"?: false | ((args_0: {
|
|
414
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
415
|
+
select: GroupItemProvide['select'];
|
|
416
|
+
toggle: GroupItemProvide['toggle'];
|
|
417
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
418
|
+
}) => vue.VNodeChild) | undefined;
|
|
419
|
+
} & {
|
|
420
|
+
"onGroup:selected"?: ((val: {
|
|
421
|
+
value: boolean;
|
|
422
|
+
}) => any) | undefined;
|
|
423
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "disabled">;
|
|
424
|
+
$attrs: {
|
|
425
|
+
[x: string]: unknown;
|
|
426
|
+
};
|
|
427
|
+
$refs: {
|
|
428
|
+
[x: string]: unknown;
|
|
429
|
+
};
|
|
430
|
+
$slots: Readonly<{
|
|
431
|
+
[name: string]: vue.Slot | undefined;
|
|
432
|
+
}>;
|
|
433
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
434
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
435
|
+
$emit: (event: "group:selected", val: {
|
|
436
|
+
value: boolean;
|
|
437
|
+
}) => void;
|
|
438
|
+
$el: any;
|
|
439
|
+
$options: vue.ComponentOptionsBase<{
|
|
440
|
+
disabled: boolean;
|
|
441
|
+
} & {
|
|
442
|
+
value?: any;
|
|
443
|
+
selectedClass?: string | undefined;
|
|
444
|
+
} & {
|
|
445
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
446
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
447
|
+
select: GroupItemProvide['select'];
|
|
448
|
+
toggle: GroupItemProvide['toggle'];
|
|
449
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
450
|
+
}) => vue.VNodeChild) | {
|
|
451
|
+
default?: ((args_0: {
|
|
452
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
453
|
+
select: GroupItemProvide['select'];
|
|
454
|
+
toggle: GroupItemProvide['toggle'];
|
|
455
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
456
|
+
}) => vue.VNodeChild) | undefined;
|
|
457
|
+
};
|
|
458
|
+
$slots?: {
|
|
459
|
+
default?: ((args_0: {
|
|
460
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
461
|
+
select: GroupItemProvide['select'];
|
|
462
|
+
toggle: GroupItemProvide['toggle'];
|
|
463
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
464
|
+
}) => vue.VNodeChild) | undefined;
|
|
465
|
+
} | undefined;
|
|
466
|
+
'v-slots'?: {
|
|
467
|
+
default?: false | ((args_0: {
|
|
468
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
469
|
+
select: GroupItemProvide['select'];
|
|
470
|
+
toggle: GroupItemProvide['toggle'];
|
|
471
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
472
|
+
}) => vue.VNodeChild) | undefined;
|
|
473
|
+
} | undefined;
|
|
474
|
+
} & {
|
|
475
|
+
"v-slot:default"?: false | ((args_0: {
|
|
476
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
477
|
+
select: GroupItemProvide['select'];
|
|
478
|
+
toggle: GroupItemProvide['toggle'];
|
|
479
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
480
|
+
}) => vue.VNodeChild) | undefined;
|
|
481
|
+
} & {
|
|
482
|
+
"onGroup:selected"?: ((val: {
|
|
483
|
+
value: boolean;
|
|
484
|
+
}) => any) | undefined;
|
|
485
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
486
|
+
[key: string]: any;
|
|
487
|
+
}>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
488
|
+
'group:selected': (val: {
|
|
489
|
+
value: boolean;
|
|
490
|
+
}) => true;
|
|
491
|
+
}, string, {
|
|
492
|
+
disabled: boolean;
|
|
493
|
+
}, {}, string> & {
|
|
494
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
495
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
496
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
497
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
498
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
499
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
500
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
501
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
502
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
503
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
504
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
505
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
506
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
507
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
|
508
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
509
|
+
};
|
|
510
|
+
$forceUpdate: () => void;
|
|
511
|
+
$nextTick: typeof vue.nextTick;
|
|
512
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
|
513
|
+
} & {
|
|
514
|
+
disabled: boolean;
|
|
515
|
+
} & {
|
|
516
|
+
value?: any;
|
|
517
|
+
selectedClass?: string | undefined;
|
|
518
|
+
} & {
|
|
519
|
+
$children?: vue.VNodeChild | ((args_0: {
|
|
152
520
|
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
153
521
|
select: GroupItemProvide['select'];
|
|
154
522
|
toggle: GroupItemProvide['toggle'];
|
|
155
523
|
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
156
|
-
}) => vue.VNodeChild) |
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
524
|
+
}) => vue.VNodeChild) | {
|
|
525
|
+
default?: ((args_0: {
|
|
526
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
527
|
+
select: GroupItemProvide['select'];
|
|
528
|
+
toggle: GroupItemProvide['toggle'];
|
|
529
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
530
|
+
}) => vue.VNodeChild) | undefined;
|
|
531
|
+
};
|
|
532
|
+
$slots?: {
|
|
533
|
+
default?: ((args_0: {
|
|
534
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
535
|
+
select: GroupItemProvide['select'];
|
|
536
|
+
toggle: GroupItemProvide['toggle'];
|
|
537
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
538
|
+
}) => vue.VNodeChild) | undefined;
|
|
539
|
+
} | undefined;
|
|
540
|
+
'v-slots'?: {
|
|
541
|
+
default?: false | ((args_0: {
|
|
542
|
+
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
543
|
+
select: GroupItemProvide['select'];
|
|
544
|
+
toggle: GroupItemProvide['toggle'];
|
|
545
|
+
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
546
|
+
}) => vue.VNodeChild) | undefined;
|
|
547
|
+
} | undefined;
|
|
548
|
+
} & {
|
|
549
|
+
"v-slot:default"?: false | ((args_0: {
|
|
160
550
|
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
161
551
|
select: GroupItemProvide['select'];
|
|
162
552
|
toggle: GroupItemProvide['toggle'];
|
|
163
553
|
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
164
554
|
}) => vue.VNodeChild) | undefined;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
isSelected: UnwrapRef<GroupItemProvide['isSelected']>;
|
|
177
|
-
select: GroupItemProvide['select'];
|
|
178
|
-
toggle: GroupItemProvide['toggle'];
|
|
179
|
-
selectedClass: UnwrapRef<GroupItemProvide['selectedClass']>;
|
|
180
|
-
}) => vue.VNodeChild) | undefined;
|
|
181
|
-
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
182
|
-
[key: string]: any;
|
|
183
|
-
}>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
184
|
-
'group:selected': (val: {
|
|
185
|
-
value: boolean;
|
|
186
|
-
}) => true;
|
|
187
|
-
}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
|
555
|
+
} & {
|
|
556
|
+
"onGroup:selected"?: ((val: {
|
|
557
|
+
value: boolean;
|
|
558
|
+
}) => any) | undefined;
|
|
559
|
+
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
560
|
+
[key: string]: any;
|
|
561
|
+
}>[] | undefined> & {} & vue.ComponentCustomProperties & {};
|
|
562
|
+
__isFragment?: undefined;
|
|
563
|
+
__isTeleport?: undefined;
|
|
564
|
+
__isSuspense?: undefined;
|
|
565
|
+
} & vue.ComponentOptionsBase<{
|
|
188
566
|
disabled: boolean;
|
|
189
567
|
} & {
|
|
190
568
|
value?: any;
|
|
@@ -230,9 +608,23 @@ declare const VSlideGroupItem: vue.DefineComponent<{
|
|
|
230
608
|
"onGroup:selected"?: ((val: {
|
|
231
609
|
value: boolean;
|
|
232
610
|
}) => any) | undefined;
|
|
233
|
-
}, {
|
|
611
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
612
|
+
[key: string]: any;
|
|
613
|
+
}>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
614
|
+
'group:selected': (val: {
|
|
615
|
+
value: boolean;
|
|
616
|
+
}) => true;
|
|
617
|
+
}, string, {
|
|
234
618
|
disabled: boolean;
|
|
235
|
-
}
|
|
619
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
620
|
+
value: null;
|
|
621
|
+
disabled: BooleanConstructor;
|
|
622
|
+
selectedClass: StringConstructor;
|
|
623
|
+
}, vue.ExtractPropTypes<{
|
|
624
|
+
value: null;
|
|
625
|
+
disabled: BooleanConstructor;
|
|
626
|
+
selectedClass: StringConstructor;
|
|
627
|
+
}>>;
|
|
236
628
|
type VSlideGroupItem = InstanceType<typeof VSlideGroupItem>;
|
|
237
629
|
|
|
238
630
|
export { VSlideGroup, VSlideGroupItem };
|
|
@@ -68,6 +68,7 @@ export const VSliderTrack = genericComponent()({
|
|
|
68
68
|
};
|
|
69
69
|
});
|
|
70
70
|
const computedTicks = computed(() => {
|
|
71
|
+
if (!showTicks.value) return [];
|
|
71
72
|
const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value;
|
|
72
73
|
return ticks.map((tick, index) => {
|
|
73
74
|
const directionProperty = vertical.value ? 'bottom' : 'margin-inline-start';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VSliderTrack.mjs","names":["VSliderSymbol","useBackgroundColor","useRounded","computed","inject","convertToUnit","genericComponent","useRender","VSliderTrack","name","props","start","type","Number","required","stop","emits","setup","slots","slider","Error","color","horizontalDirection","parsedTicks","rounded","showTicks","tickSize","trackColor","trackFillColor","trackSize","vertical","min","max","roundedClasses","backgroundColorClasses","trackFillColorClasses","backgroundColorStyles","trackFillColorStyles","trackColorClasses","trackColorStyles","startDir","value","endDir","backgroundStyles","trackFillWidth","trackFillStyles","computedTicks","ticks","slice","reverse","map","tick","index","directionProperty","directionValue","position","undefined","label","direction"],"sources":["../../../src/components/VSlider/VSliderTrack.tsx"],"sourcesContent":["// Styles\nimport './VSliderTrack.sass'\n\n// Components\nimport { VSliderSymbol } from './slider'\n\n// Composables\nimport { useBackgroundColor } from '@/composables/color'\nimport { useRounded } from '@/composables/rounded'\n\n// Utilities\nimport { computed, inject } from 'vue'\nimport { convertToUnit, genericComponent, useRender } from '@/util'\n\nexport type VSliderTrackSlots = {\n 'tick-label': []\n}\n\nexport const VSliderTrack = genericComponent<VSliderTrackSlots>()({\n name: 'VSliderTrack',\n\n props: {\n start: {\n type: Number,\n required: true,\n },\n stop: {\n type: Number,\n required: true,\n },\n },\n\n emits: {},\n\n setup (props, { slots }) {\n const slider = inject(VSliderSymbol)\n\n if (!slider) throw new Error('[Vuetify] v-slider-track must be inside v-slider or v-range-slider')\n\n const {\n color,\n horizontalDirection,\n parsedTicks,\n rounded,\n showTicks,\n tickSize,\n trackColor,\n trackFillColor,\n trackSize,\n vertical,\n min,\n max,\n } = slider\n\n const { roundedClasses } = useRounded(rounded)\n\n const {\n backgroundColorClasses: trackFillColorClasses,\n backgroundColorStyles: trackFillColorStyles,\n } = useBackgroundColor(trackFillColor)\n\n const {\n backgroundColorClasses: trackColorClasses,\n backgroundColorStyles: trackColorStyles,\n } = useBackgroundColor(trackColor)\n\n const startDir = computed(() => `inset-${vertical.value ? 'block-end' : 'inline-start'}`)\n const endDir = computed(() => vertical.value ? 'height' : 'width')\n\n const backgroundStyles = computed(() => {\n return {\n [startDir.value]: '0%',\n [endDir.value]: '100%',\n }\n })\n\n const trackFillWidth = computed(() => props.stop - props.start)\n\n const trackFillStyles = computed(() => {\n return {\n [startDir.value]: convertToUnit(props.start, '%'),\n [endDir.value]: convertToUnit(trackFillWidth.value, '%'),\n }\n })\n\n const computedTicks = computed(() => {\n const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value\n\n return ticks.map((tick, index) => {\n const directionProperty = vertical.value ? 'bottom' : 'margin-inline-start'\n const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined\n\n return (\n <div\n key={ tick.value }\n class={[\n 'v-slider-track__tick',\n {\n 'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,\n 'v-slider-track__tick--first': tick.value === min.value,\n 'v-slider-track__tick--last': tick.value === max.value,\n },\n ]}\n style={{ [directionProperty]: directionValue }}\n >\n {\n (tick.label || slots['tick-label']) && (\n <div class=\"v-slider-track__tick-label\">\n { slots['tick-label']?.({ tick, index }) ?? tick.label }\n </div>\n )\n }\n </div>\n )\n })\n })\n\n useRender(() => {\n return (\n <div\n class={[\n 'v-slider-track',\n roundedClasses.value,\n ]}\n style={{\n '--v-slider-track-size': convertToUnit(trackSize.value),\n '--v-slider-tick-size': convertToUnit(tickSize.value),\n direction: !vertical.value ? horizontalDirection.value : undefined,\n }}\n >\n <div\n class={[\n 'v-slider-track__background',\n trackColorClasses.value,\n {\n 'v-slider-track__background--opacity': !!color.value || !trackFillColor.value,\n },\n ]}\n style={{\n ...backgroundStyles.value,\n ...trackColorStyles.value,\n }}\n />\n <div\n class={[\n 'v-slider-track__fill',\n trackFillColorClasses.value,\n ]}\n style={{\n ...trackFillStyles.value,\n ...trackFillColorStyles.value,\n }}\n />\n\n { showTicks.value && (\n <div\n class={[\n 'v-slider-track__ticks',\n {\n 'v-slider-track__ticks--always-show': showTicks.value === 'always',\n },\n ]}\n >\n { computedTicks.value }\n </div>\n )}\n </div>\n )\n })\n\n return {}\n },\n})\n\nexport type VSliderTrack = InstanceType<typeof VSliderTrack>\n"],"mappings":";AAAA;AACA;;AAEA;AAAA,SACSA,aAAa,wBAEtB;AAAA,SACSC,kBAAkB;AAAA,SAClBC,UAAU,yCAEnB;AACA,SAASC,QAAQ,EAAEC,MAAM,QAAQ,KAAK;AAAA,SAC7BC,aAAa,EAAEC,gBAAgB,EAAEC,SAAS;AAMnD,OAAO,MAAMC,YAAY,GAAGF,gBAAgB,EAAqB,CAAC;EAChEG,IAAI,EAAE,cAAc;EAEpBC,KAAK,EAAE;IACLC,KAAK,EAAE;MACLC,IAAI,EAAEC,MAAM;MACZC,QAAQ,EAAE;IACZ,CAAC;IACDC,IAAI,EAAE;MACJH,IAAI,EAAEC,MAAM;MACZC,QAAQ,EAAE;IACZ;EACF,CAAC;EAEDE,KAAK,EAAE,CAAC,CAAC;EAETC,KAAK,CAAEP,KAAK,QAAa;IAAA,IAAX;MAAEQ;IAAM,CAAC;IACrB,MAAMC,MAAM,GAAGf,MAAM,CAACJ,aAAa,CAAC;IAEpC,IAAI,CAACmB,MAAM,EAAE,MAAM,IAAIC,KAAK,CAAC,oEAAoE,CAAC;IAElG,MAAM;MACJC,KAAK;MACLC,mBAAmB;MACnBC,WAAW;MACXC,OAAO;MACPC,SAAS;MACTC,QAAQ;MACRC,UAAU;MACVC,cAAc;MACdC,SAAS;MACTC,QAAQ;MACRC,GAAG;MACHC;IACF,CAAC,GAAGb,MAAM;IAEV,MAAM;MAAEc;IAAe,CAAC,GAAG/B,UAAU,CAACsB,OAAO,CAAC;IAE9C,MAAM;MACJU,sBAAsB,EAAEC,qBAAqB;MAC7CC,qBAAqB,EAAEC;IACzB,CAAC,GAAGpC,kBAAkB,CAAC2B,cAAc,CAAC;IAEtC,MAAM;MACJM,sBAAsB,EAAEI,iBAAiB;MACzCF,qBAAqB,EAAEG;IACzB,CAAC,GAAGtC,kBAAkB,CAAC0B,UAAU,CAAC;IAElC,MAAMa,QAAQ,GAAGrC,QAAQ,CAAC,MAAO,SAAQ2B,QAAQ,CAACW,KAAK,GAAG,WAAW,GAAG,cAAe,EAAC,CAAC;IACzF,MAAMC,MAAM,GAAGvC,QAAQ,CAAC,MAAM2B,QAAQ,CAACW,KAAK,GAAG,QAAQ,GAAG,OAAO,CAAC;IAElE,MAAME,gBAAgB,GAAGxC,QAAQ,CAAC,MAAM;MACtC,OAAO;QACL,CAACqC,QAAQ,CAACC,KAAK,GAAG,IAAI;QACtB,CAACC,MAAM,CAACD,KAAK,GAAG;MAClB,CAAC;IACH,CAAC,CAAC;IAEF,MAAMG,cAAc,GAAGzC,QAAQ,CAAC,MAAMO,KAAK,CAACK,IAAI,GAAGL,KAAK,CAACC,KAAK,CAAC;IAE/D,MAAMkC,eAAe,GAAG1C,QAAQ,CAAC,MAAM;MACrC,OAAO;QACL,CAACqC,QAAQ,CAACC,KAAK,GAAGpC,aAAa,CAACK,KAAK,CAACC,KAAK,EAAE,GAAG,CAAC;QACjD,CAAC+B,MAAM,CAACD,KAAK,GAAGpC,aAAa,CAACuC,cAAc,CAACH,KAAK,EAAE,GAAG;MACzD,CAAC;IACH,CAAC,CAAC;IAEF,MAAMK,aAAa,GAAG3C,QAAQ,CAAC,MAAM;MACnC,
|
|
1
|
+
{"version":3,"file":"VSliderTrack.mjs","names":["VSliderSymbol","useBackgroundColor","useRounded","computed","inject","convertToUnit","genericComponent","useRender","VSliderTrack","name","props","start","type","Number","required","stop","emits","setup","slots","slider","Error","color","horizontalDirection","parsedTicks","rounded","showTicks","tickSize","trackColor","trackFillColor","trackSize","vertical","min","max","roundedClasses","backgroundColorClasses","trackFillColorClasses","backgroundColorStyles","trackFillColorStyles","trackColorClasses","trackColorStyles","startDir","value","endDir","backgroundStyles","trackFillWidth","trackFillStyles","computedTicks","ticks","slice","reverse","map","tick","index","directionProperty","directionValue","position","undefined","label","direction"],"sources":["../../../src/components/VSlider/VSliderTrack.tsx"],"sourcesContent":["// Styles\nimport './VSliderTrack.sass'\n\n// Components\nimport { VSliderSymbol } from './slider'\n\n// Composables\nimport { useBackgroundColor } from '@/composables/color'\nimport { useRounded } from '@/composables/rounded'\n\n// Utilities\nimport { computed, inject } from 'vue'\nimport { convertToUnit, genericComponent, useRender } from '@/util'\n\nexport type VSliderTrackSlots = {\n 'tick-label': []\n}\n\nexport const VSliderTrack = genericComponent<VSliderTrackSlots>()({\n name: 'VSliderTrack',\n\n props: {\n start: {\n type: Number,\n required: true,\n },\n stop: {\n type: Number,\n required: true,\n },\n },\n\n emits: {},\n\n setup (props, { slots }) {\n const slider = inject(VSliderSymbol)\n\n if (!slider) throw new Error('[Vuetify] v-slider-track must be inside v-slider or v-range-slider')\n\n const {\n color,\n horizontalDirection,\n parsedTicks,\n rounded,\n showTicks,\n tickSize,\n trackColor,\n trackFillColor,\n trackSize,\n vertical,\n min,\n max,\n } = slider\n\n const { roundedClasses } = useRounded(rounded)\n\n const {\n backgroundColorClasses: trackFillColorClasses,\n backgroundColorStyles: trackFillColorStyles,\n } = useBackgroundColor(trackFillColor)\n\n const {\n backgroundColorClasses: trackColorClasses,\n backgroundColorStyles: trackColorStyles,\n } = useBackgroundColor(trackColor)\n\n const startDir = computed(() => `inset-${vertical.value ? 'block-end' : 'inline-start'}`)\n const endDir = computed(() => vertical.value ? 'height' : 'width')\n\n const backgroundStyles = computed(() => {\n return {\n [startDir.value]: '0%',\n [endDir.value]: '100%',\n }\n })\n\n const trackFillWidth = computed(() => props.stop - props.start)\n\n const trackFillStyles = computed(() => {\n return {\n [startDir.value]: convertToUnit(props.start, '%'),\n [endDir.value]: convertToUnit(trackFillWidth.value, '%'),\n }\n })\n\n const computedTicks = computed(() => {\n if (!showTicks.value) return []\n\n const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value\n\n return ticks.map((tick, index) => {\n const directionProperty = vertical.value ? 'bottom' : 'margin-inline-start'\n const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined\n\n return (\n <div\n key={ tick.value }\n class={[\n 'v-slider-track__tick',\n {\n 'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,\n 'v-slider-track__tick--first': tick.value === min.value,\n 'v-slider-track__tick--last': tick.value === max.value,\n },\n ]}\n style={{ [directionProperty]: directionValue }}\n >\n {\n (tick.label || slots['tick-label']) && (\n <div class=\"v-slider-track__tick-label\">\n { slots['tick-label']?.({ tick, index }) ?? tick.label }\n </div>\n )\n }\n </div>\n )\n })\n })\n\n useRender(() => {\n return (\n <div\n class={[\n 'v-slider-track',\n roundedClasses.value,\n ]}\n style={{\n '--v-slider-track-size': convertToUnit(trackSize.value),\n '--v-slider-tick-size': convertToUnit(tickSize.value),\n direction: !vertical.value ? horizontalDirection.value : undefined,\n }}\n >\n <div\n class={[\n 'v-slider-track__background',\n trackColorClasses.value,\n {\n 'v-slider-track__background--opacity': !!color.value || !trackFillColor.value,\n },\n ]}\n style={{\n ...backgroundStyles.value,\n ...trackColorStyles.value,\n }}\n />\n <div\n class={[\n 'v-slider-track__fill',\n trackFillColorClasses.value,\n ]}\n style={{\n ...trackFillStyles.value,\n ...trackFillColorStyles.value,\n }}\n />\n\n { showTicks.value && (\n <div\n class={[\n 'v-slider-track__ticks',\n {\n 'v-slider-track__ticks--always-show': showTicks.value === 'always',\n },\n ]}\n >\n { computedTicks.value }\n </div>\n )}\n </div>\n )\n })\n\n return {}\n },\n})\n\nexport type VSliderTrack = InstanceType<typeof VSliderTrack>\n"],"mappings":"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"}
|