@maltjoy/core-vue 3.35.0 → 3.36.0-next
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/App.vue.d.ts +1 -1
- package/dist/components/JoyAvailability/VJoyAvailability.vue.d.ts +4 -4
- package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +10 -10
- package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +4 -4
- package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +4 -4
- package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +4 -4
- package/dist/components/JoyBlockSkeleton/VJoyBlockSkeleton.vue.d.ts +4 -4
- package/dist/components/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +8 -8
- package/dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue.d.ts +52 -93
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +7 -7
- package/dist/components/JoyButton/useRandomId.d.ts +1 -1
- package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +15 -15
- package/dist/components/JoyCollapse/VJoyCollapse.vue.d.ts +27 -52
- package/dist/components/JoyCollapseItem/VJoyCollapseItem.vue.d.ts +9 -9
- package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +7 -7
- package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +16 -16
- package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +13 -13
- package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +82 -193
- package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +4 -4
- package/dist/components/JoyDot/VJoyDot.vue.d.ts +4 -4
- package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +13 -13
- package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +78 -171
- package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +13 -13
- package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +11 -11
- package/dist/components/JoyDropzone/VJoyDropzone.vue.d.ts +16 -10
- package/dist/components/JoyDropzone/VJoyDropzoneFileItem.vue.d.ts +7 -7
- package/dist/components/JoyDropzone/VJoyDropzoneIcon.vue.d.ts +3 -3
- package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +3 -3
- package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +6 -6
- package/dist/components/JoyFooter/VJoyFooter.vue.d.ts +1 -1
- package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +4 -4
- package/dist/components/JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue.d.ts +5 -5
- package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +6 -6
- package/dist/components/JoyFunnelFooter/VJoyFunnelFooter.vue.d.ts +1 -1
- package/dist/components/JoyHeader/VJoyHeader.vue.d.ts +1 -1
- package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +5 -5
- package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +4 -4
- package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +4 -4
- package/dist/components/JoyIndicators/VJoyIndicators.vue.d.ts +10 -10
- package/dist/components/JoyInput/VJoyInput.vue.d.ts +12 -12
- package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +5 -5
- package/dist/components/JoyLink/VJoyLink.vue.d.ts +4 -4
- package/dist/components/JoyListItem/VJoyListItem.vue.d.ts +6 -15
- package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +8 -8
- package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +6 -6
- package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +6 -6
- package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +6 -6
- package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +4 -4
- package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +1 -1
- package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +115 -137
- package/dist/components/JoyProductTour/JoyProductTour.types.d.ts +1 -0
- package/dist/components/JoyProductTour/JoyProductTourSpotlight/VJoyProductTourSpotlight.vue.d.ts +1 -1
- package/dist/components/JoyProductTour/VJoyProductTour.vue.d.ts +7 -14
- package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +9 -41
- package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +52 -227
- package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +6 -6
- package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +10 -10
- package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +4 -4
- package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +5 -5
- package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +4 -4
- package/dist/components/JoySelect/VJoySelect.vue.d.ts +11 -11
- package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +10 -10
- package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +9 -9
- package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +4 -4
- package/dist/components/JoySnackbar/VJoySnackbar.vue.d.ts +6 -6
- package/dist/components/JoySpinner/VJoySpinner.vue.d.ts +3 -3
- package/dist/components/JoyStep/VJoyStep.vue.d.ts +16 -7
- package/dist/components/JoyStepper/VJoyStepper.vue.d.ts +32 -40
- package/dist/components/JoyTab/TabButton.vue.d.ts +6 -6
- package/dist/components/JoyTab/VJoyTab.vue.d.ts +4 -4
- package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +12 -28
- package/dist/components/JoyTag/VJoyTag.vue.d.ts +9 -44
- package/dist/components/JoyTagsInput/VJoyTagsInput.vue.d.ts +13 -13
- package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +15 -15
- package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +4 -4
- package/dist/components/JoyTemplateShape/VJoyTemplateShape.vue.d.ts +1 -1
- package/dist/components/JoyText/VJoyText.vue.d.ts +7 -7
- package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +10 -10
- package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +7 -7
- package/dist/components/JoyTooltip/VJoyTooltip.vue.d.ts +7 -7
- package/dist/components/JoyUserCard/VJoyUserCard.vue.d.ts +3 -3
- package/dist/components/JoyWalkthrough/VJoyWalkthrough.vue.d.ts +9 -36
- package/dist/components/JoyWalkthroughTrigger/VJoyWalkthroughTrigger.vue.d.ts +1 -10
- package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +5 -5
- package/dist/components.cjs +1 -1
- package/dist/components.js +2 -2
- package/dist/composables/helpers.d.ts +1 -1
- package/dist/joy-core-vue-manifest.json +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.js +2 -2
- package/dist/pages/FunnelAndStepper.vue.d.ts +2 -0
- package/dist/pages/FunnelMode.vue.d.ts +1 -1
- package/dist/pages/IndexPage.vue.d.ts +1 -1
- package/dist/style-Cg6-S4et.cjs +16 -0
- package/dist/{style-Qw6Zqas5.js → style-fNjzeg7Q.js} +2174 -2155
- package/dist/style.css +1 -1
- package/dist/tests/helpers/FocusOnFormElement.vue.d.ts +4 -4
- package/package.json +31 -30
- package/LICENSE +0 -21
- package/dist/style-cjYkNXrS.cjs +0 -16
|
@@ -1,51 +1,21 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
/** VJoyProductTour ref. */
|
|
3
3
|
productTour: ({
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
|
-
$props:
|
|
7
|
-
readonly spotlightSelector: string;
|
|
8
|
-
readonly step?: number | undefined;
|
|
6
|
+
$props: {
|
|
9
7
|
readonly icon?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
10
|
-
readonly open?: boolean | undefined;
|
|
11
8
|
readonly steps?: number | undefined;
|
|
9
|
+
readonly step?: number | undefined;
|
|
12
10
|
readonly position?: "left" | "right" | "bottom" | "top" | undefined;
|
|
11
|
+
readonly open?: boolean | undefined;
|
|
13
12
|
readonly maxWidth?: number | undefined;
|
|
14
13
|
readonly disableOverlay?: boolean | undefined;
|
|
15
14
|
readonly spotlightPadding?: number | undefined;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
};
|
|
21
|
-
steps: {
|
|
22
|
-
type: import("vue").PropType<number>;
|
|
23
|
-
};
|
|
24
|
-
step: {
|
|
25
|
-
type: import("vue").PropType<number>;
|
|
26
|
-
};
|
|
27
|
-
position: {
|
|
28
|
-
type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
|
|
29
|
-
};
|
|
30
|
-
open: {
|
|
31
|
-
type: import("vue").PropType<boolean>;
|
|
32
|
-
};
|
|
33
|
-
maxWidth: {
|
|
34
|
-
type: import("vue").PropType<number>;
|
|
35
|
-
};
|
|
36
|
-
disableOverlay: {
|
|
37
|
-
type: import("vue").PropType<boolean>;
|
|
38
|
-
};
|
|
39
|
-
spotlightPadding: {
|
|
40
|
-
type: import("vue").PropType<number>;
|
|
41
|
-
};
|
|
42
|
-
spotlightSelector: {
|
|
43
|
-
type: import("vue").PropType<string>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
}>> & {
|
|
47
|
-
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
48
|
-
}, never>;
|
|
15
|
+
readonly spotlightSelector: string;
|
|
16
|
+
readonly closeButton?: boolean | undefined;
|
|
17
|
+
readonly "onProduct-tour:hide"?: (() => any) | undefined;
|
|
18
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
49
19
|
$attrs: {
|
|
50
20
|
[x: string]: unknown;
|
|
51
21
|
};
|
|
@@ -55,49 +25,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
55
25
|
$slots: Readonly<{
|
|
56
26
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
57
27
|
}>;
|
|
58
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
59
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
28
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
29
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
30
|
+
$host: Element | null;
|
|
60
31
|
$emit: (event: "product-tour:hide") => void;
|
|
61
32
|
$el: any;
|
|
62
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("
|
|
63
|
-
icon: {
|
|
64
|
-
type: import("vue").PropType<import("@maltjoy/icons").JoyIconsId>;
|
|
65
|
-
};
|
|
66
|
-
steps: {
|
|
67
|
-
type: import("vue").PropType<number>;
|
|
68
|
-
};
|
|
69
|
-
step: {
|
|
70
|
-
type: import("vue").PropType<number>;
|
|
71
|
-
};
|
|
72
|
-
position: {
|
|
73
|
-
type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
|
|
74
|
-
};
|
|
75
|
-
open: {
|
|
76
|
-
type: import("vue").PropType<boolean>;
|
|
77
|
-
};
|
|
78
|
-
maxWidth: {
|
|
79
|
-
type: import("vue").PropType<number>;
|
|
80
|
-
};
|
|
81
|
-
disableOverlay: {
|
|
82
|
-
type: import("vue").PropType<boolean>;
|
|
83
|
-
};
|
|
84
|
-
spotlightPadding: {
|
|
85
|
-
type: import("vue").PropType<number>;
|
|
86
|
-
};
|
|
87
|
-
spotlightSelector: {
|
|
88
|
-
type: import("vue").PropType<string>;
|
|
89
|
-
required: true;
|
|
90
|
-
};
|
|
91
|
-
}>> & {
|
|
33
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("../JoyProductTour/JoyProductTour.types.js").VJoyProductTourProps> & Readonly<{
|
|
92
34
|
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
93
|
-
}
|
|
35
|
+
}>, {
|
|
94
36
|
show: () => void;
|
|
95
37
|
hide: (options?: {
|
|
96
38
|
fireHideEvent: boolean;
|
|
97
39
|
}) => void;
|
|
98
|
-
},
|
|
99
|
-
"product-tour:hide": () =>
|
|
100
|
-
}, string, {
|
|
40
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
|
+
"product-tour:hide": () => any;
|
|
42
|
+
}, string, {
|
|
43
|
+
closeButton: boolean;
|
|
44
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
101
45
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
102
46
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
103
47
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -112,43 +56,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
112
56
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
113
57
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
114
58
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
115
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
59
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
116
60
|
};
|
|
117
61
|
$forceUpdate: () => void;
|
|
118
62
|
$nextTick: typeof import("vue").nextTick;
|
|
119
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (
|
|
120
|
-
} &
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
};
|
|
124
|
-
steps: {
|
|
125
|
-
type: import("vue").PropType<number>;
|
|
126
|
-
};
|
|
127
|
-
step: {
|
|
128
|
-
type: import("vue").PropType<number>;
|
|
129
|
-
};
|
|
130
|
-
position: {
|
|
131
|
-
type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
|
|
132
|
-
};
|
|
133
|
-
open: {
|
|
134
|
-
type: import("vue").PropType<boolean>;
|
|
135
|
-
};
|
|
136
|
-
maxWidth: {
|
|
137
|
-
type: import("vue").PropType<number>;
|
|
138
|
-
};
|
|
139
|
-
disableOverlay: {
|
|
140
|
-
type: import("vue").PropType<boolean>;
|
|
141
|
-
};
|
|
142
|
-
spotlightPadding: {
|
|
143
|
-
type: import("vue").PropType<number>;
|
|
144
|
-
};
|
|
145
|
-
spotlightSelector: {
|
|
146
|
-
type: import("vue").PropType<string>;
|
|
147
|
-
required: true;
|
|
148
|
-
};
|
|
149
|
-
}>> & {
|
|
63
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
64
|
+
} & Readonly<{
|
|
65
|
+
closeButton: boolean;
|
|
66
|
+
}> & Omit<Readonly<import("../JoyProductTour/JoyProductTour.types.js").VJoyProductTourProps> & Readonly<{
|
|
150
67
|
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
151
|
-
}
|
|
68
|
+
}>, "hide" | "show" | "closeButton"> & import("vue").ShallowUnwrapRef<{
|
|
152
69
|
show: () => void;
|
|
153
70
|
hide: (options?: {
|
|
154
71
|
fireHideEvent: boolean;
|
|
@@ -156,56 +73,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
156
73
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
157
74
|
$slots: Readonly<import("../JoyProductTour/JoyProductTour.types.js").VJoyProductTourSlots> & import("../JoyProductTour/JoyProductTour.types.js").VJoyProductTourSlots;
|
|
158
75
|
}) | null | undefined;
|
|
159
|
-
}
|
|
160
|
-
click: () =>
|
|
161
|
-
}, string, import("vue").PublicProps, Readonly<
|
|
76
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
77
|
+
click: () => any;
|
|
78
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
162
79
|
/** VJoyProductTour ref. */
|
|
163
80
|
productTour: ({
|
|
164
81
|
$: import("vue").ComponentInternalInstance;
|
|
165
82
|
$data: {};
|
|
166
|
-
$props:
|
|
167
|
-
readonly spotlightSelector: string;
|
|
168
|
-
readonly step?: number | undefined;
|
|
83
|
+
$props: {
|
|
169
84
|
readonly icon?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
170
|
-
readonly open?: boolean | undefined;
|
|
171
85
|
readonly steps?: number | undefined;
|
|
86
|
+
readonly step?: number | undefined;
|
|
172
87
|
readonly position?: "left" | "right" | "bottom" | "top" | undefined;
|
|
88
|
+
readonly open?: boolean | undefined;
|
|
173
89
|
readonly maxWidth?: number | undefined;
|
|
174
90
|
readonly disableOverlay?: boolean | undefined;
|
|
175
91
|
readonly spotlightPadding?: number | undefined;
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
};
|
|
181
|
-
steps: {
|
|
182
|
-
type: import("vue").PropType<number>;
|
|
183
|
-
};
|
|
184
|
-
step: {
|
|
185
|
-
type: import("vue").PropType<number>;
|
|
186
|
-
};
|
|
187
|
-
position: {
|
|
188
|
-
type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
|
|
189
|
-
};
|
|
190
|
-
open: {
|
|
191
|
-
type: import("vue").PropType<boolean>;
|
|
192
|
-
};
|
|
193
|
-
maxWidth: {
|
|
194
|
-
type: import("vue").PropType<number>;
|
|
195
|
-
};
|
|
196
|
-
disableOverlay: {
|
|
197
|
-
type: import("vue").PropType<boolean>;
|
|
198
|
-
};
|
|
199
|
-
spotlightPadding: {
|
|
200
|
-
type: import("vue").PropType<number>;
|
|
201
|
-
};
|
|
202
|
-
spotlightSelector: {
|
|
203
|
-
type: import("vue").PropType<string>;
|
|
204
|
-
required: true;
|
|
205
|
-
};
|
|
206
|
-
}>> & {
|
|
207
|
-
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
208
|
-
}, never>;
|
|
92
|
+
readonly spotlightSelector: string;
|
|
93
|
+
readonly closeButton?: boolean | undefined;
|
|
94
|
+
readonly "onProduct-tour:hide"?: (() => any) | undefined;
|
|
95
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
209
96
|
$attrs: {
|
|
210
97
|
[x: string]: unknown;
|
|
211
98
|
};
|
|
@@ -215,49 +102,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
215
102
|
$slots: Readonly<{
|
|
216
103
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
217
104
|
}>;
|
|
218
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
219
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
105
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
106
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null;
|
|
107
|
+
$host: Element | null;
|
|
220
108
|
$emit: (event: "product-tour:hide") => void;
|
|
221
109
|
$el: any;
|
|
222
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("
|
|
223
|
-
icon: {
|
|
224
|
-
type: import("vue").PropType<import("@maltjoy/icons").JoyIconsId>;
|
|
225
|
-
};
|
|
226
|
-
steps: {
|
|
227
|
-
type: import("vue").PropType<number>;
|
|
228
|
-
};
|
|
229
|
-
step: {
|
|
230
|
-
type: import("vue").PropType<number>;
|
|
231
|
-
};
|
|
232
|
-
position: {
|
|
233
|
-
type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
|
|
234
|
-
};
|
|
235
|
-
open: {
|
|
236
|
-
type: import("vue").PropType<boolean>;
|
|
237
|
-
};
|
|
238
|
-
maxWidth: {
|
|
239
|
-
type: import("vue").PropType<number>;
|
|
240
|
-
};
|
|
241
|
-
disableOverlay: {
|
|
242
|
-
type: import("vue").PropType<boolean>;
|
|
243
|
-
};
|
|
244
|
-
spotlightPadding: {
|
|
245
|
-
type: import("vue").PropType<number>;
|
|
246
|
-
};
|
|
247
|
-
spotlightSelector: {
|
|
248
|
-
type: import("vue").PropType<string>;
|
|
249
|
-
required: true;
|
|
250
|
-
};
|
|
251
|
-
}>> & {
|
|
110
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("../JoyProductTour/JoyProductTour.types.js").VJoyProductTourProps> & Readonly<{
|
|
252
111
|
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
253
|
-
}
|
|
112
|
+
}>, {
|
|
254
113
|
show: () => void;
|
|
255
114
|
hide: (options?: {
|
|
256
115
|
fireHideEvent: boolean;
|
|
257
116
|
}) => void;
|
|
258
|
-
},
|
|
259
|
-
"product-tour:hide": () =>
|
|
260
|
-
}, string, {
|
|
117
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
118
|
+
"product-tour:hide": () => any;
|
|
119
|
+
}, string, {
|
|
120
|
+
closeButton: boolean;
|
|
121
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
261
122
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
262
123
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
263
124
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -272,43 +133,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
272
133
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
273
134
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
274
135
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
275
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
136
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void)[]) | undefined;
|
|
276
137
|
};
|
|
277
138
|
$forceUpdate: () => void;
|
|
278
139
|
$nextTick: typeof import("vue").nextTick;
|
|
279
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: (
|
|
280
|
-
} &
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
};
|
|
284
|
-
steps: {
|
|
285
|
-
type: import("vue").PropType<number>;
|
|
286
|
-
};
|
|
287
|
-
step: {
|
|
288
|
-
type: import("vue").PropType<number>;
|
|
289
|
-
};
|
|
290
|
-
position: {
|
|
291
|
-
type: import("vue").PropType<"left" | "right" | "bottom" | "top">;
|
|
292
|
-
};
|
|
293
|
-
open: {
|
|
294
|
-
type: import("vue").PropType<boolean>;
|
|
295
|
-
};
|
|
296
|
-
maxWidth: {
|
|
297
|
-
type: import("vue").PropType<number>;
|
|
298
|
-
};
|
|
299
|
-
disableOverlay: {
|
|
300
|
-
type: import("vue").PropType<boolean>;
|
|
301
|
-
};
|
|
302
|
-
spotlightPadding: {
|
|
303
|
-
type: import("vue").PropType<number>;
|
|
304
|
-
};
|
|
305
|
-
spotlightSelector: {
|
|
306
|
-
type: import("vue").PropType<string>;
|
|
307
|
-
required: true;
|
|
308
|
-
};
|
|
309
|
-
}>> & {
|
|
140
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: import("@vue/reactivity").OnCleanup) => any : (args_0: any, args_1: any, args_2: import("@vue/reactivity").OnCleanup) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
141
|
+
} & Readonly<{
|
|
142
|
+
closeButton: boolean;
|
|
143
|
+
}> & Omit<Readonly<import("../JoyProductTour/JoyProductTour.types.js").VJoyProductTourProps> & Readonly<{
|
|
310
144
|
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
311
|
-
}
|
|
145
|
+
}>, "hide" | "show" | "closeButton"> & import("vue").ShallowUnwrapRef<{
|
|
312
146
|
show: () => void;
|
|
313
147
|
hide: (options?: {
|
|
314
148
|
fireHideEvent: boolean;
|
|
@@ -316,9 +150,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
316
150
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
317
151
|
$slots: Readonly<import("../JoyProductTour/JoyProductTour.types.js").VJoyProductTourSlots> & import("../JoyProductTour/JoyProductTour.types.js").VJoyProductTourSlots;
|
|
318
152
|
}) | null | undefined;
|
|
319
|
-
}
|
|
153
|
+
}> & Readonly<{
|
|
320
154
|
onClick?: (() => any) | undefined;
|
|
321
|
-
}, {}, {}>, Readonly<{
|
|
155
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
322
156
|
/** Default slot where you can render anything you need. Most of the time it's a VJoyButton */
|
|
323
157
|
default: () => any;
|
|
324
158
|
}> & {
|
|
@@ -331,12 +165,3 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
331
165
|
$slots: S;
|
|
332
166
|
};
|
|
333
167
|
};
|
|
334
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
335
|
-
type __VLS_TypePropsToOption<T> = {
|
|
336
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
337
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
338
|
-
} : {
|
|
339
|
-
type: import('vue').PropType<T[K]>;
|
|
340
|
-
required: true;
|
|
341
|
-
};
|
|
342
|
-
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { TJoyProgressBarColors } from './JoyProgressBar.types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/** import TJoyProgressBarColors */
|
|
5
5
|
color: {
|
|
6
6
|
type: PropType<TJoyProgressBarColors>;
|
|
@@ -24,10 +24,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
percentage: {
|
|
25
25
|
type: NumberConstructor;
|
|
26
26
|
};
|
|
27
|
-
}
|
|
27
|
+
}>, {
|
|
28
28
|
computeInnerWidth: import("vue").ComputedRef<string>;
|
|
29
|
-
computedPercentage: import("vue").Ref<number>;
|
|
30
|
-
},
|
|
29
|
+
computedPercentage: import("vue").Ref<number, number>;
|
|
30
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
/** import TJoyProgressBarColors */
|
|
32
32
|
color: {
|
|
33
33
|
type: PropType<TJoyProgressBarColors>;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
percentage: {
|
|
52
52
|
type: NumberConstructor;
|
|
53
53
|
};
|
|
54
|
-
}
|
|
54
|
+
}>> & Readonly<{}>, {
|
|
55
55
|
color: TJoyProgressBarColors;
|
|
56
|
-
}, {}>;
|
|
56
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { RadioThemes } from './JoyRadio.types';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
disabled: {
|
|
5
5
|
type: BooleanConstructor;
|
|
6
6
|
default: boolean;
|
|
@@ -31,11 +31,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
31
31
|
type: (StringConstructor | NumberConstructor)[];
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
|
-
}
|
|
34
|
+
}>, {
|
|
35
35
|
checked: import("vue").ComputedRef<boolean>;
|
|
36
|
-
isExpanded: import("vue").Ref<boolean>;
|
|
37
|
-
},
|
|
38
|
-
"update:modelValue": (value: string | number) =>
|
|
36
|
+
isExpanded: import("vue").Ref<boolean, boolean>;
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
38
|
+
"update:modelValue": (value: string | number) => any;
|
|
39
39
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
40
|
disabled: {
|
|
41
41
|
type: BooleanConstructor;
|
|
@@ -67,14 +67,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
67
67
|
type: (StringConstructor | NumberConstructor)[];
|
|
68
68
|
required: true;
|
|
69
69
|
};
|
|
70
|
-
}>> & {
|
|
70
|
+
}>> & Readonly<{
|
|
71
71
|
"onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
|
|
72
|
-
}
|
|
73
|
-
disabled: boolean;
|
|
74
|
-
required: boolean;
|
|
72
|
+
}>, {
|
|
75
73
|
invalid: boolean;
|
|
74
|
+
required: boolean;
|
|
75
|
+
disabled: boolean;
|
|
76
76
|
theme: RadioThemes;
|
|
77
|
-
}, {}>, Readonly<{
|
|
77
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
78
78
|
/** Default label of the radio */
|
|
79
79
|
default(): any;
|
|
80
80
|
/** Sub-content, pre-styled. */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { RadioGroupDirection } from './JoyRadioGroup.types';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* Change the layout
|
|
6
6
|
*/
|
|
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
17
17
|
name: {
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
/**
|
|
22
22
|
* Change the layout
|
|
23
23
|
*/
|
|
@@ -34,9 +34,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
34
34
|
name: {
|
|
35
35
|
type: StringConstructor;
|
|
36
36
|
};
|
|
37
|
-
}
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
38
|
direction: RadioGroupDirection;
|
|
39
|
-
}, {}>, Readonly<{
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
40
40
|
/** Label of the radio group */
|
|
41
41
|
'radio-group-legend': () => any;
|
|
42
42
|
/** Use it to render the VJoyRadio */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { TJoyRatingStarsSizes } from './JoyRatingStars.types';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/** Between 0 and 5 */
|
|
5
5
|
ratingValue: {
|
|
6
6
|
type: NumberConstructor;
|
|
@@ -15,9 +15,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
15
15
|
type: PropType<TJoyRatingStarsSizes>;
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
|
-
}
|
|
18
|
+
}>, {
|
|
19
19
|
setStars: import("vue").ComputedRef<string[]>;
|
|
20
|
-
},
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
/** Between 0 and 5 */
|
|
22
22
|
ratingValue: {
|
|
23
23
|
type: NumberConstructor;
|
|
@@ -32,11 +32,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
32
32
|
type: PropType<TJoyRatingStarsSizes>;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
|
-
}
|
|
35
|
+
}>> & Readonly<{}>, {
|
|
36
36
|
size: TJoyRatingStarsSizes;
|
|
37
37
|
ratingValue: number;
|
|
38
38
|
reviewCount: number;
|
|
39
|
-
}, {}>, Readonly<{
|
|
39
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
40
40
|
/** Use this to inject some basic text */
|
|
41
41
|
'rating-stars-content': () => any;
|
|
42
42
|
}> & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { TJoyScreenLoaderColors } from './VJoyScreenLoader.types';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
/** Light or dark. Changes the spinner and background color */
|
|
5
5
|
color: {
|
|
6
6
|
type: PropType<TJoyScreenLoaderColors>;
|
|
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
/** Light or dark. Changes the spinner and background color */
|
|
16
16
|
color: {
|
|
17
17
|
type: PropType<TJoyScreenLoaderColors>;
|
|
@@ -22,10 +22,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
22
22
|
type: BooleanConstructor;
|
|
23
23
|
default: boolean;
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}>> & Readonly<{}>, {
|
|
26
26
|
color: TJoyScreenLoaderColors;
|
|
27
27
|
overlay: boolean;
|
|
28
|
-
}, {}>, Readonly<{
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
29
29
|
/** Override the spinner */
|
|
30
30
|
spinner?: (() => any) | undefined;
|
|
31
31
|
/** Inject text or whatever you want below the spinner */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType, VNode } from 'vue';
|
|
2
2
|
import { TJoySelectSizes } from './JoySelect.types';
|
|
3
3
|
import { TJoyLabelSizes } from '../JoyLabel/JoyLabel.types';
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
disabled: {
|
|
6
6
|
type: BooleanConstructor;
|
|
7
7
|
default: boolean;
|
|
@@ -38,10 +38,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
38
38
|
type: PropType<TJoySelectSizes>;
|
|
39
39
|
default: string;
|
|
40
40
|
};
|
|
41
|
-
}
|
|
42
|
-
select: import("vue").Ref<HTMLSelectElement | undefined>;
|
|
43
|
-
},
|
|
44
|
-
"update:modelValue": (value: string) =>
|
|
41
|
+
}>, {
|
|
42
|
+
select: import("vue").Ref<HTMLSelectElement | undefined, HTMLSelectElement | undefined>;
|
|
43
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
44
|
+
"update:modelValue": (value: string) => any;
|
|
45
45
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
46
|
disabled: {
|
|
47
47
|
type: BooleanConstructor;
|
|
@@ -79,16 +79,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
79
79
|
type: PropType<TJoySelectSizes>;
|
|
80
80
|
default: string;
|
|
81
81
|
};
|
|
82
|
-
}>> & {
|
|
82
|
+
}>> & Readonly<{
|
|
83
83
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
84
|
-
}
|
|
85
|
-
disabled: boolean;
|
|
86
|
-
required: boolean;
|
|
87
|
-
size: TJoySelectSizes;
|
|
84
|
+
}>, {
|
|
88
85
|
invalid: boolean;
|
|
86
|
+
size: TJoySelectSizes;
|
|
87
|
+
required: boolean;
|
|
88
|
+
disabled: boolean;
|
|
89
89
|
modelValue: string | number | null;
|
|
90
90
|
requiredMark: boolean;
|
|
91
|
-
}, {}>, Readonly<{
|
|
91
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
92
92
|
/** Use native <option> tags here */
|
|
93
93
|
default(): VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
94
94
|
[key: string]: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { TJoySelectableItemVariants } from './VJoySelectableItem.types';
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
disabled: {
|
|
5
5
|
type: BooleanConstructor;
|
|
6
6
|
default: boolean;
|
|
@@ -45,8 +45,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
45
45
|
type: PropType<TJoySelectableItemVariants>;
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
|
-
}
|
|
49
|
-
"update:checked": (value: string | boolean) =>
|
|
48
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
49
|
+
"update:checked": (value: string | boolean) => any;
|
|
50
50
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
51
51
|
disabled: {
|
|
52
52
|
type: BooleanConstructor;
|
|
@@ -92,16 +92,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
92
92
|
type: PropType<TJoySelectableItemVariants>;
|
|
93
93
|
default: string;
|
|
94
94
|
};
|
|
95
|
-
}>> & {
|
|
95
|
+
}>> & Readonly<{
|
|
96
96
|
"onUpdate:checked"?: ((value: string | boolean) => any) | undefined;
|
|
97
|
-
}
|
|
98
|
-
checked: boolean;
|
|
99
|
-
disabled: boolean;
|
|
100
|
-
multiple: boolean;
|
|
101
|
-
required: boolean;
|
|
97
|
+
}>, {
|
|
102
98
|
invalid: boolean;
|
|
99
|
+
required: boolean;
|
|
103
100
|
variant: TJoySelectableItemVariants;
|
|
104
|
-
|
|
101
|
+
disabled: boolean;
|
|
102
|
+
checked: boolean;
|
|
103
|
+
multiple: boolean;
|
|
104
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
105
105
|
default?(_: {}): any;
|
|
106
106
|
default?(_: {}): any;
|
|
107
107
|
"selectable-item-sublabel"?(_: {}): any;
|