@maltjoy/core-vue 3.23.0-next → 3.23.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/LICENSE +21 -0
- package/dist/App.vue.d.ts +1 -1
- package/dist/components/JoyAvailability/VJoyAvailability.vue.d.ts +1 -1
- package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +1 -1
- package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +1 -1
- package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +1 -1
- package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +1 -1
- package/dist/components/JoyBlockSkeleton/VJoyBlockSkeleton.vue.d.ts +1 -1
- package/dist/components/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +1 -1
- package/dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue.d.ts +6 -9
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +1 -1
- package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +1 -1
- package/dist/components/JoyCollapse/VJoyCollapse.vue.d.ts +109 -76
- package/dist/components/JoyCollapseItem/VJoyCollapseItem.vue.d.ts +2 -5
- package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +1 -1
- package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +1 -1
- package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +1 -1
- package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +6 -9
- package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +1 -1
- package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +1 -1
- package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +6 -9
- package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +1 -1
- package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +1 -1
- package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +1 -1
- package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +1 -1
- package/dist/components/JoyFooter/VJoyFooter.vue.d.ts +2 -5
- package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +1 -1
- package/dist/components/JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue.d.ts +1 -1
- package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +2 -7
- package/dist/components/JoyHeader/VJoyHeader.vue.d.ts +2 -5
- package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +1 -1
- package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +1 -1
- package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +1 -1
- package/dist/components/JoyIndicators/VJoyIndicators.vue.d.ts +3 -5
- package/dist/components/JoyInput/VJoyInput.vue.d.ts +1 -1
- package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +1 -1
- package/dist/components/JoyLink/VJoyLink.vue.d.ts +1 -1
- package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +1 -1
- package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +1 -1
- package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +1 -1
- package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +4 -1
- package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +1 -1
- package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +1 -1
- package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +1 -1
- package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +1 -1
- package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +1 -1
- package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +1 -1
- package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +1 -1
- package/dist/components/JoySelect/VJoySelect.vue.d.ts +2 -7
- package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +1 -1
- package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +1 -1
- package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +1 -1
- package/dist/components/JoySnackbar/VJoySnackbar.vue.d.ts +1 -1
- package/dist/components/JoySpinner/VJoySpinner.vue.d.ts +1 -1
- package/dist/components/JoyStep/VJoyStep.vue.d.ts +1 -1
- package/dist/components/JoyStepper/VJoyStepper.vue.d.ts +108 -73
- package/dist/components/JoyTab/TabButton.vue.d.ts +1 -1
- package/dist/components/JoyTab/VJoyTab.vue.d.ts +2 -11
- package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +80 -50
- package/dist/components/JoyTag/VJoyTag.vue.d.ts +1 -1
- package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +1 -1
- package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +1 -1
- package/dist/components/JoyTemplateShape/VJoyTemplateShape.vue.d.ts +1 -1
- package/dist/components/JoyText/VJoyText.vue.d.ts +1 -1
- package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +1 -1
- package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +1 -1
- package/dist/components/JoyUserCard/VJoyUserCard.vue.d.ts +1 -1
- package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +1 -1
- package/dist/joy-vue.js +434 -424
- package/dist/joy-vue.umd.cjs +4 -4
- package/dist/pages/FunnelMode.vue.d.ts +1 -1
- package/dist/pages/IndexPage.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/tests/helpers/FocusOnFormElement.vue.d.ts +1 -1
- package/package.json +24 -25
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2022 maltcommunity / apps
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/dist/App.vue.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
10
|
* Partial availabilty. Not 5 days/week cases
|
|
11
11
|
*/
|
|
12
12
|
isPartial: BooleanConstructor;
|
|
13
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
13
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
14
|
/** Don't fill it and you'll only have the colored dot */
|
|
15
15
|
label: StringConstructor;
|
|
16
16
|
status: {
|
|
@@ -29,7 +29,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
initials: import("vue").ComputedRef<string>;
|
|
30
30
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
31
|
click: () => void;
|
|
32
|
-
}, string, import("vue").
|
|
32
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
/** 3 different sizes of avatar */
|
|
34
34
|
size: {
|
|
35
35
|
type: PropType<TJoyAvatarSizes>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
/** Renders a compact list of avatars */
|
|
3
3
|
compress: BooleanConstructor;
|
|
4
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
4
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5
5
|
/** Renders a compact list of avatars */
|
|
6
6
|
compress: BooleanConstructor;
|
|
7
7
|
}>>, {
|
|
@@ -21,7 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
21
21
|
type: PropType<"info" | "gray" | "green" | "orange" | "red" | "teal" | "pink" | "dark-blue" | "yellow">;
|
|
22
22
|
validator(variant: "info" | "gray" | "green" | "orange" | "red" | "teal" | "pink" | "dark-blue" | "yellow"): boolean;
|
|
23
23
|
};
|
|
24
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
/**
|
|
26
26
|
* Display the colored bulletpoint on the left
|
|
27
27
|
*/
|
|
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
15
15
|
type: BooleanConstructor;
|
|
16
16
|
default: boolean;
|
|
17
17
|
};
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
/** Badge type. HIGH_POTENTIAL, SUPERMALTER, etc... */
|
|
20
20
|
type: {
|
|
21
21
|
type: PropType<"highpotential" | "high-potential-auto" | "maltlinker" | "new" | "supermalter" | "verified" | "program_high-potential">;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
height: {
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
/** If you want to use it properly you need to set fixed width and height */
|
|
16
16
|
circle: {
|
|
17
17
|
type: BooleanConstructor;
|
|
@@ -38,7 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
38
38
|
moveContainer: typeof moveContainer;
|
|
39
39
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
40
|
"bottom-sheet:close": () => void;
|
|
41
|
-
}, string, import("vue").
|
|
41
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
/** Automatically renders a CTA that closes the bottom-sheet */
|
|
43
43
|
closeLabel: {
|
|
44
44
|
type: StringConstructor;
|
|
@@ -109,7 +109,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
109
109
|
$forceUpdate: () => void;
|
|
110
110
|
$nextTick: typeof import("vue").nextTick;
|
|
111
111
|
$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?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
112
|
-
} &
|
|
112
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
113
113
|
closeLabel: {
|
|
114
114
|
type: StringConstructor;
|
|
115
115
|
default: string;
|
|
@@ -132,7 +132,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
132
132
|
};
|
|
133
133
|
}>> & {
|
|
134
134
|
"onBottom-sheet:close"?: (() => any) | undefined;
|
|
135
|
-
}
|
|
135
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
136
136
|
hide: () => void;
|
|
137
137
|
show: () => void;
|
|
138
138
|
isOpen: import("vue").Ref<boolean>;
|
|
@@ -145,7 +145,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
145
145
|
}) | null | undefined;
|
|
146
146
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
147
147
|
click: () => void;
|
|
148
|
-
}, string, import("vue").
|
|
148
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
149
149
|
/** VJoyBottomSheet ref. */
|
|
150
150
|
bottomSheet: ({
|
|
151
151
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -256,7 +256,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
256
256
|
$forceUpdate: () => void;
|
|
257
257
|
$nextTick: typeof import("vue").nextTick;
|
|
258
258
|
$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?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
259
|
-
} &
|
|
259
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
260
260
|
closeLabel: {
|
|
261
261
|
type: StringConstructor;
|
|
262
262
|
default: string;
|
|
@@ -279,7 +279,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
279
279
|
};
|
|
280
280
|
}>> & {
|
|
281
281
|
"onBottom-sheet:close"?: (() => any) | undefined;
|
|
282
|
-
}
|
|
282
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
283
283
|
hide: () => void;
|
|
284
284
|
show: () => void;
|
|
285
285
|
isOpen: import("vue").Ref<boolean>;
|
|
@@ -295,10 +295,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
295
295
|
}, {}, {}>, Readonly<{
|
|
296
296
|
/** @slot Default slot where you can render anything you need. */
|
|
297
297
|
default: () => any;
|
|
298
|
-
}
|
|
299
|
-
/** @slot Default slot where you can render anything you need. */
|
|
300
|
-
default: () => any;
|
|
301
|
-
}>;
|
|
298
|
+
}>>;
|
|
302
299
|
export default _default;
|
|
303
300
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
304
301
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -43,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
43
43
|
};
|
|
44
44
|
}, {
|
|
45
45
|
randomId: string;
|
|
46
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
46
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
/**
|
|
48
48
|
* If you only need a button with an icon. To keep your component accessible, you can give a text as slot, it will be used as title and aria-label.
|
|
49
49
|
* This property takes effect only if icon property is set
|
|
@@ -54,7 +54,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
54
54
|
"update:checked": (value: boolean) => void;
|
|
55
55
|
focus: () => void;
|
|
56
56
|
blur: () => void;
|
|
57
|
-
}, string, import("vue").
|
|
57
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
58
58
|
/** Can't be used in addition of v-model. See usage : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate_state_checkboxes */
|
|
59
59
|
indeterminate: {
|
|
60
60
|
type: BooleanConstructor;
|
|
@@ -24,74 +24,115 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
24
24
|
isItem: typeof isItem;
|
|
25
25
|
isOpen: typeof isOpen;
|
|
26
26
|
items: import("vue").ComputedRef<({
|
|
27
|
-
new (...args: any[]):
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
default: boolean;
|
|
35
|
-
};
|
|
36
|
-
summaryIcon: {
|
|
37
|
-
type: PropType<import("@maltjoy/icons").JoyIconsId>;
|
|
38
|
-
};
|
|
39
|
-
id: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
};
|
|
42
|
-
mode: {
|
|
43
|
-
type: PropType<"default" | "outline">;
|
|
44
|
-
default: string;
|
|
45
|
-
};
|
|
46
|
-
}>> & {
|
|
47
|
-
"onCollapse-item:open"?: (() => any) | undefined;
|
|
48
|
-
"onCollapse-item:close"?: (() => any) | undefined;
|
|
49
|
-
}, {
|
|
50
|
-
isOpen: import("vue").Ref<boolean>;
|
|
51
|
-
onToggle: () => void;
|
|
52
|
-
props: {
|
|
27
|
+
new (...args: any[]): {
|
|
28
|
+
$: import("vue").ComponentInternalInstance;
|
|
29
|
+
$data: {};
|
|
30
|
+
$props: Partial<{
|
|
31
|
+
open: boolean;
|
|
32
|
+
mode: "default" | "outline";
|
|
33
|
+
}> & Omit<{
|
|
53
34
|
readonly header: string;
|
|
54
35
|
readonly open: boolean;
|
|
55
36
|
readonly mode: "default" | "outline";
|
|
56
37
|
readonly id?: string | undefined;
|
|
57
38
|
readonly summaryIcon?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
39
|
+
"onCollapse-item:open"?: (() => any) | undefined;
|
|
40
|
+
"onCollapse-item:close"?: (() => any) | undefined;
|
|
41
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
+
header: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
open: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
summaryIcon: {
|
|
51
|
+
type: PropType<import("@maltjoy/icons").JoyIconsId>;
|
|
52
|
+
};
|
|
53
|
+
id: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
};
|
|
56
|
+
mode: {
|
|
57
|
+
type: PropType<"default" | "outline">;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
}>> & {
|
|
61
|
+
"onCollapse-item:open"?: (() => any) | undefined;
|
|
62
|
+
"onCollapse-item:close"?: (() => any) | undefined;
|
|
63
|
+
}, "open" | "mode">;
|
|
64
|
+
$attrs: {
|
|
65
|
+
[x: string]: unknown;
|
|
66
|
+
};
|
|
67
|
+
$refs: {
|
|
68
|
+
[x: string]: unknown;
|
|
69
|
+
};
|
|
70
|
+
$slots: Readonly<{
|
|
71
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
72
|
+
}>;
|
|
73
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
74
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
75
|
+
$emit: ((event: "collapse-item:open") => void) & ((event: "collapse-item:close") => void);
|
|
76
|
+
$el: any;
|
|
77
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
78
|
+
header: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
required: true;
|
|
81
|
+
};
|
|
82
|
+
open: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
summaryIcon: {
|
|
87
|
+
type: PropType<import("@maltjoy/icons").JoyIconsId>;
|
|
88
|
+
};
|
|
89
|
+
id: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
};
|
|
92
|
+
mode: {
|
|
93
|
+
type: PropType<"default" | "outline">;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
}>> & {
|
|
97
|
+
"onCollapse-item:open"?: (() => any) | undefined;
|
|
98
|
+
"onCollapse-item:close"?: (() => any) | undefined;
|
|
99
|
+
}, {
|
|
100
|
+
isOpen: import("vue").Ref<boolean>;
|
|
101
|
+
onToggle: () => void;
|
|
102
|
+
props: {
|
|
103
|
+
readonly header: string;
|
|
104
|
+
readonly open: boolean;
|
|
105
|
+
readonly mode: "default" | "outline";
|
|
106
|
+
readonly id?: string | undefined;
|
|
107
|
+
readonly summaryIcon?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
108
|
+
};
|
|
109
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
110
|
+
"collapse-item:open": () => void;
|
|
111
|
+
"collapse-item:close": () => void;
|
|
112
|
+
}, string, {
|
|
113
|
+
open: boolean;
|
|
114
|
+
mode: "default" | "outline";
|
|
115
|
+
}, {}, string, {}> & {
|
|
116
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
117
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
118
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
119
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
120
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
121
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
122
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
123
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
124
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
125
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
126
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
127
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
128
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
129
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
130
|
+
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;
|
|
131
|
+
};
|
|
132
|
+
$forceUpdate: () => void;
|
|
133
|
+
$nextTick: typeof import("vue").nextTick;
|
|
134
|
+
$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?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
135
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
95
136
|
header: {
|
|
96
137
|
type: StringConstructor;
|
|
97
138
|
required: true;
|
|
@@ -113,7 +154,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
113
154
|
}>> & {
|
|
114
155
|
"onCollapse-item:open"?: (() => any) | undefined;
|
|
115
156
|
"onCollapse-item:close"?: (() => any) | undefined;
|
|
116
|
-
}
|
|
157
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
117
158
|
isOpen: import("vue").Ref<boolean>;
|
|
118
159
|
onToggle: () => void;
|
|
119
160
|
props: {
|
|
@@ -123,10 +164,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
123
164
|
readonly id?: string | undefined;
|
|
124
165
|
readonly summaryIcon?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
125
166
|
};
|
|
126
|
-
}
|
|
127
|
-
open: boolean;
|
|
128
|
-
mode: "default" | "outline";
|
|
129
|
-
}>;
|
|
167
|
+
}> & {} & import("vue").ComponentCustomProperties & {};
|
|
130
168
|
__isFragment?: undefined;
|
|
131
169
|
__isTeleport?: undefined;
|
|
132
170
|
__isSuspense?: undefined;
|
|
@@ -172,15 +210,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
172
210
|
$slots: Readonly<{
|
|
173
211
|
default: () => any;
|
|
174
212
|
'collapse-header-right'?: (() => any) | undefined;
|
|
175
|
-
}
|
|
176
|
-
default: () => any;
|
|
177
|
-
'collapse-header-right'?: (() => any) | undefined;
|
|
178
|
-
};
|
|
213
|
+
}>;
|
|
179
214
|
}))[]>;
|
|
180
215
|
openedCollapseItem: import("vue").Ref<string[]>;
|
|
181
216
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
182
217
|
"update:modelValue": (model: string[]) => void;
|
|
183
|
-
}, string, import("vue").
|
|
218
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
184
219
|
accordion: {
|
|
185
220
|
type: BooleanConstructor;
|
|
186
221
|
default: boolean;
|
|
@@ -204,9 +239,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
204
239
|
modelValue: string[];
|
|
205
240
|
}, {}>, Readonly<{
|
|
206
241
|
default: () => any;
|
|
207
|
-
}
|
|
208
|
-
default: () => any;
|
|
209
|
-
}>;
|
|
242
|
+
}>>;
|
|
210
243
|
export default _default;
|
|
211
244
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
212
245
|
new (): {
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
35
35
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
36
|
"collapse-item:open": () => void;
|
|
37
37
|
"collapse-item:close": () => void;
|
|
38
|
-
}, string, import("vue").
|
|
38
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
39
|
header: {
|
|
40
40
|
type: StringConstructor;
|
|
41
41
|
required: true;
|
|
@@ -66,10 +66,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
66
66
|
}, {}>, Readonly<{
|
|
67
67
|
default: () => any;
|
|
68
68
|
'collapse-header-right'?: (() => any) | undefined;
|
|
69
|
-
}
|
|
70
|
-
default: () => any;
|
|
71
|
-
'collapse-header-right'?: (() => any) | undefined;
|
|
72
|
-
}>;
|
|
69
|
+
}>>;
|
|
73
70
|
export default _default;
|
|
74
71
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
75
72
|
new (): {
|
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
type: PropType<TJoyCompanyAvatarSizes>;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
imgSrc: StringConstructor;
|
|
13
13
|
imgAlt: StringConstructor;
|
|
14
14
|
companyName: StringConstructor;
|
|
@@ -87,7 +87,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
87
87
|
};
|
|
88
88
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
89
89
|
"update:modelValue": (value: number) => void;
|
|
90
|
-
}, string, import("vue").
|
|
90
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
91
91
|
autofocus: {
|
|
92
92
|
type: BooleanConstructor;
|
|
93
93
|
default: boolean;
|
|
@@ -83,7 +83,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
83
83
|
"dialog:after-hide": () => void;
|
|
84
84
|
"dialog:before-unmount": () => void;
|
|
85
85
|
"dialog:confirm": () => void;
|
|
86
|
-
}, string, import("vue").
|
|
86
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
87
87
|
id: {
|
|
88
88
|
type: StringConstructor;
|
|
89
89
|
};
|
|
@@ -211,7 +211,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
211
211
|
$forceUpdate: () => void;
|
|
212
212
|
$nextTick: typeof import("vue").nextTick;
|
|
213
213
|
$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?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
214
|
-
} &
|
|
214
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
215
215
|
id: {
|
|
216
216
|
type: StringConstructor;
|
|
217
217
|
};
|
|
@@ -270,7 +270,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
270
270
|
"onDialog:after-hide"?: (() => any) | undefined;
|
|
271
271
|
"onDialog:before-unmount"?: (() => any) | undefined;
|
|
272
272
|
"onDialog:confirm"?: (() => any) | undefined;
|
|
273
|
-
}
|
|
273
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
274
274
|
focusTrapReturn: import("@vueuse/integrations/useFocusTrap").UseFocusTrapReturn;
|
|
275
275
|
hasFooterSlots: import("vue").ComputedRef<boolean>;
|
|
276
276
|
hide: (options?: {
|
|
@@ -290,7 +290,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
290
290
|
}) | null | undefined;
|
|
291
291
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
292
292
|
click: () => void;
|
|
293
|
-
}, string, import("vue").
|
|
293
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
294
294
|
/** VJoyDialog ref. */
|
|
295
295
|
dialog: ({
|
|
296
296
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -503,7 +503,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
503
503
|
$forceUpdate: () => void;
|
|
504
504
|
$nextTick: typeof import("vue").nextTick;
|
|
505
505
|
$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?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
506
|
-
} &
|
|
506
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
507
507
|
id: {
|
|
508
508
|
type: StringConstructor;
|
|
509
509
|
};
|
|
@@ -562,7 +562,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
562
562
|
"onDialog:after-hide"?: (() => any) | undefined;
|
|
563
563
|
"onDialog:before-unmount"?: (() => any) | undefined;
|
|
564
564
|
"onDialog:confirm"?: (() => any) | undefined;
|
|
565
|
-
}
|
|
565
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
566
566
|
focusTrapReturn: import("@vueuse/integrations/useFocusTrap").UseFocusTrapReturn;
|
|
567
567
|
hasFooterSlots: import("vue").ComputedRef<boolean>;
|
|
568
568
|
hide: (options?: {
|
|
@@ -585,10 +585,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
585
585
|
}, {}, {}>, Readonly<{
|
|
586
586
|
/** @slot Default slot where you can render anything you need. */
|
|
587
587
|
default: () => any;
|
|
588
|
-
}
|
|
589
|
-
/** @slot Default slot where you can render anything you need. */
|
|
590
|
-
default: () => any;
|
|
591
|
-
}>;
|
|
588
|
+
}>>;
|
|
592
589
|
export default _default;
|
|
593
590
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
594
591
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
type: BooleanConstructor;
|
|
4
4
|
default: boolean;
|
|
5
5
|
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
disabled: {
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
default: boolean;
|
|
@@ -74,7 +74,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
74
74
|
"drawer:after-hide": () => void;
|
|
75
75
|
"drawer:before-unmount": () => void;
|
|
76
76
|
"drawer:confirm": () => void;
|
|
77
|
-
}, string, import("vue").
|
|
77
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
78
78
|
id: {
|
|
79
79
|
type: StringConstructor;
|
|
80
80
|
};
|
|
@@ -186,7 +186,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
186
186
|
$forceUpdate: () => void;
|
|
187
187
|
$nextTick: typeof import("vue").nextTick;
|
|
188
188
|
$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?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
189
|
-
} &
|
|
189
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
190
190
|
id: {
|
|
191
191
|
type: StringConstructor;
|
|
192
192
|
};
|
|
@@ -235,7 +235,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
235
235
|
"onDrawer:after-hide"?: (() => any) | undefined;
|
|
236
236
|
"onDrawer:before-unmount"?: (() => any) | undefined;
|
|
237
237
|
"onDrawer:confirm"?: (() => any) | undefined;
|
|
238
|
-
}
|
|
238
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
239
239
|
focusTrapReturn: import("@vueuse/integrations/useFocusTrap").UseFocusTrapReturn;
|
|
240
240
|
hasFooterSlots: import("vue").ComputedRef<boolean>;
|
|
241
241
|
hide: (options?: {
|
|
@@ -255,7 +255,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
255
255
|
}) | null | undefined;
|
|
256
256
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
257
257
|
click: () => void;
|
|
258
|
-
}, string, import("vue").
|
|
258
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
259
259
|
/** VJoyDrawer ref. */
|
|
260
260
|
drawer: ({
|
|
261
261
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -443,7 +443,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
443
443
|
$forceUpdate: () => void;
|
|
444
444
|
$nextTick: typeof import("vue").nextTick;
|
|
445
445
|
$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?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
446
|
-
} &
|
|
446
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
447
447
|
id: {
|
|
448
448
|
type: StringConstructor;
|
|
449
449
|
};
|
|
@@ -492,7 +492,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
492
492
|
"onDrawer:after-hide"?: (() => any) | undefined;
|
|
493
493
|
"onDrawer:before-unmount"?: (() => any) | undefined;
|
|
494
494
|
"onDrawer:confirm"?: (() => any) | undefined;
|
|
495
|
-
}
|
|
495
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
496
496
|
focusTrapReturn: import("@vueuse/integrations/useFocusTrap").UseFocusTrapReturn;
|
|
497
497
|
hasFooterSlots: import("vue").ComputedRef<boolean>;
|
|
498
498
|
hide: (options?: {
|
|
@@ -515,10 +515,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
515
515
|
}, {}, {}>, Readonly<{
|
|
516
516
|
/** @slot Default slot where you can render anything you need. */
|
|
517
517
|
default: () => any;
|
|
518
|
-
}
|
|
519
|
-
/** @slot Default slot where you can render anything you need. */
|
|
520
|
-
default: () => any;
|
|
521
|
-
}>;
|
|
518
|
+
}>>;
|
|
522
519
|
export default _default;
|
|
523
520
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
524
521
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -105,7 +105,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
105
105
|
"dropdown:open": () => void;
|
|
106
106
|
"dropdown:hide": () => void;
|
|
107
107
|
"dropdown:reset": () => void;
|
|
108
|
-
}, string, import("vue").
|
|
108
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
109
109
|
/** DOM valid selector to give to Vue3 Teleport "to" property */
|
|
110
110
|
appendTo: {
|
|
111
111
|
type: PropType<string | import("vue").RendererElement | null | undefined>;
|
|
@@ -59,7 +59,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
59
59
|
reset: () => void;
|
|
60
60
|
"update:modelValue": (value: string | undefined) => void;
|
|
61
61
|
"close:dropdownList": () => void;
|
|
62
|
-
}, string, import("vue").
|
|
62
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
63
|
/**
|
|
64
64
|
* You need to pass an unique ID for each option. You can also pass a value if you want to customize the value of the v-model.
|
|
65
65
|
*/
|