@autoafleveren/ui 0.20.2 → 1.0.1
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/config/eslint.cjs +7 -7
- package/dist/icons.cjs +81 -81
- package/dist/icons.css +1 -0
- package/dist/icons.js +8645 -8378
- package/dist/theme.css +205 -0
- package/dist/types/components/AppActionBar/AppActionBar.vue.d.ts +4 -1
- package/dist/types/components/AppActionBar/Components/MultiSelect.vue.d.ts +2 -2
- package/dist/types/components/AppBackButton/AppBackButton.vue.d.ts +18 -12
- package/dist/types/components/AppColor/AppColor.vue.d.ts +6 -5
- package/dist/types/components/AppConfirm/AppConfirm.vue.d.ts +286 -12
- package/dist/types/components/AppContextMenu/AppContextMenu.vue.d.ts +4 -3
- package/dist/types/components/AppDataTable/AppDataTable.vue.d.ts +7 -2
- package/dist/types/components/AppDataTable/AppDataTableFooter.vue.d.ts +37 -12
- package/dist/types/components/AppDefinitionList/AppDefinitionList.vue.d.ts +14 -11
- package/dist/types/components/AppDisclosure/AppDisclosure.vue.d.ts +13 -11
- package/dist/types/components/AppDisclosure/AppDisclosurePanel.vue.d.ts +14 -11
- package/dist/types/components/AppDrawer/AppDrawer.vue.d.ts +68 -0
- package/dist/types/components/AppDropdownButton/AppDropdownItem.vue.d.ts +15 -11
- package/dist/types/components/AppError/AppError.vue.d.ts +49 -12
- package/dist/types/components/AppImageDropzone/AppImageDropzone.vue.d.ts +5 -4
- package/dist/types/components/AppInput/AppInput.vue.d.ts +7 -8
- package/dist/types/components/AppInput/FileInput.vue.d.ts +20 -11
- package/dist/types/components/AppInput/Input.vue.d.ts +1 -1
- package/dist/types/components/AppInput/LocationInput.vue.d.ts +4 -3
- package/dist/types/components/AppInput/choice.d.ts +2 -2
- package/dist/types/components/AppInput/index.d.ts +1 -1
- package/dist/types/components/AppInputLabel/AppInputLabel.vue.d.ts +8 -11
- package/dist/types/components/AppLicensePlate/AppLicensePlate.vue.d.ts +12 -11
- package/dist/types/components/AppMaps/AppMaps.vue.d.ts +4 -3
- package/dist/types/components/AppPagination/AppPaginationItem.vue.d.ts +12 -11
- package/dist/types/components/AppProgressBar/AppProgressBar.vue.d.ts +4 -12
- package/dist/types/components/AppProgressBar/AppProgressBarStep.vue.d.ts +8 -11
- package/dist/types/components/AppRating/AppRating.vue.d.ts +24 -11
- package/dist/types/components/AppRating/VueStarRating/StarRating.vue.d.ts +65 -13
- package/dist/types/components/AppSection/AppSection.vue.d.ts +17 -14
- package/dist/types/components/AppStepper/AppStepper.vue.d.ts +29 -15
- package/dist/types/components/AppTable/AppTable.vue.d.ts +8 -11
- package/dist/types/components/AppTimeline/AppTimeline.vue.d.ts +13 -11
- package/dist/types/components/AppTimeline/AppTimelineItem.vue.d.ts +37 -21
- package/dist/types/components/AppToggle/AppToggle.vue.d.ts +2 -2
- package/dist/types/components/index.d.ts +1 -0
- package/dist/types/composables/index.d.ts +1 -0
- package/dist/types/composables/useComputedPosition/index.d.ts +4 -4
- package/dist/types/composables/useDrawer/index.d.ts +16 -0
- package/dist/types/layouts/Auth/Auth.vue.d.ts +16 -12
- package/dist/types/layouts/Base/Base.vue.d.ts +23 -17
- package/dist/types/layouts/Platform/Platform.vue.d.ts +30 -17
- package/dist/ui-library.css +2 -1
- package/dist/ui-storybook.css +2 -1
- package/dist/ui.cjs +43 -43
- package/dist/ui.css +1 -1
- package/dist/ui.js +16521 -16026
- package/package.json +36 -35
- package/dist/style.css +0 -1
- package/dist/types/components/AppActionBar/AppActionBarItem.vue.d.ts +0 -29
- package/dist/types/components/AppAlert/AppAlert.vue.d.ts +0 -32
- package/dist/types/components/AppBadge/AppBadge.vue.d.ts +0 -26
- package/dist/types/components/AppButton/AppButton.vue.d.ts +0 -29
- package/dist/types/components/AppButton/ButtonIconSlot.vue.d.ts +0 -20
- package/dist/types/components/AppCard/AppCard.vue.d.ts +0 -40
- package/dist/types/components/AppCard/CardIconSlot.vue.d.ts +0 -22
- package/dist/types/components/AppColorCard/AppColorCard.vue.d.ts +0 -31
- package/dist/types/components/AppDefinitionList/AppDefinitionItem.vue.d.ts +0 -34
- package/dist/types/components/AppDisclosure/AppDisclosureButton.vue.d.ts +0 -122
- package/dist/types/components/AppDropdownButton/AppDropdownButton.vue.d.ts +0 -249
- package/dist/types/components/AppInput/InputIconSlot.vue.d.ts +0 -20
- package/dist/types/components/AppMenu/AppMenuItem.vue.d.ts +0 -20
- package/dist/types/components/AppModal/AppModal.vue.d.ts +0 -61
- package/dist/types/components/AppSelect/AppSelect.vue.d.ts +0 -67
- package/dist/types/components/AppToggleCard/AppToggleCard.vue.d.ts +0 -31
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
declare function __VLS_template(): {
|
|
2
|
-
attrs: Partial<{}>;
|
|
3
|
-
slots: {
|
|
4
|
-
default?(_: {}): any;
|
|
5
|
-
icon?(_: {
|
|
6
|
-
open: any;
|
|
7
|
-
}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {
|
|
10
|
-
toggleButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
-
as: {
|
|
12
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
disabled: {
|
|
16
|
-
type: BooleanConstructor[];
|
|
17
|
-
default: boolean;
|
|
18
|
-
};
|
|
19
|
-
id: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: null;
|
|
22
|
-
};
|
|
23
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
|
-
[key: string]: any;
|
|
25
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
|
-
[key: string]: any;
|
|
27
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
28
|
-
id: string;
|
|
29
|
-
as: string | Record<string, any>;
|
|
30
|
-
disabled: boolean;
|
|
31
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
32
|
-
P: {};
|
|
33
|
-
B: {};
|
|
34
|
-
D: {};
|
|
35
|
-
C: {};
|
|
36
|
-
M: {};
|
|
37
|
-
Defaults: {};
|
|
38
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
-
as: {
|
|
40
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
disabled: {
|
|
44
|
-
type: BooleanConstructor[];
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
id: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: null;
|
|
50
|
-
};
|
|
51
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
52
|
-
[key: string]: any;
|
|
53
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
54
|
-
[key: string]: any;
|
|
55
|
-
}>[] | null, {}, {}, {}, {
|
|
56
|
-
id: string;
|
|
57
|
-
as: string | Record<string, any>;
|
|
58
|
-
disabled: boolean;
|
|
59
|
-
}> | null;
|
|
60
|
-
};
|
|
61
|
-
rootEl: any;
|
|
62
|
-
};
|
|
63
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
64
|
-
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
65
|
-
toggleButton: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
-
as: {
|
|
67
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
|
-
disabled: {
|
|
71
|
-
type: BooleanConstructor[];
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
id: {
|
|
75
|
-
type: StringConstructor;
|
|
76
|
-
default: null;
|
|
77
|
-
};
|
|
78
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
79
|
-
[key: string]: any;
|
|
80
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
81
|
-
[key: string]: any;
|
|
82
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
83
|
-
id: string;
|
|
84
|
-
as: string | Record<string, any>;
|
|
85
|
-
disabled: boolean;
|
|
86
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
87
|
-
P: {};
|
|
88
|
-
B: {};
|
|
89
|
-
D: {};
|
|
90
|
-
C: {};
|
|
91
|
-
M: {};
|
|
92
|
-
Defaults: {};
|
|
93
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
94
|
-
as: {
|
|
95
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
96
|
-
default: string;
|
|
97
|
-
};
|
|
98
|
-
disabled: {
|
|
99
|
-
type: BooleanConstructor[];
|
|
100
|
-
default: boolean;
|
|
101
|
-
};
|
|
102
|
-
id: {
|
|
103
|
-
type: StringConstructor;
|
|
104
|
-
default: null;
|
|
105
|
-
};
|
|
106
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
107
|
-
[key: string]: any;
|
|
108
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
109
|
-
[key: string]: any;
|
|
110
|
-
}>[] | null, {}, {}, {}, {
|
|
111
|
-
id: string;
|
|
112
|
-
as: string | Record<string, any>;
|
|
113
|
-
disabled: boolean;
|
|
114
|
-
}> | null;
|
|
115
|
-
}, any>;
|
|
116
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
117
|
-
export default _default;
|
|
118
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
119
|
-
new (): {
|
|
120
|
-
$slots: S;
|
|
121
|
-
};
|
|
122
|
-
};
|
|
@@ -1,249 +0,0 @@
|
|
|
1
|
-
import type { Props } from './index.d';
|
|
2
|
-
declare function __VLS_template(): {
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: Partial<Record<`item-${string}`, (_: {
|
|
5
|
-
item: import("./index.d").DropdownItem;
|
|
6
|
-
}) => any>> & {
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
trailingIcon?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {
|
|
11
|
-
button: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
disabled: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
as: {
|
|
17
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
id: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: null;
|
|
23
|
-
};
|
|
24
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
|
-
[key: string]: any;
|
|
26
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
|
-
[key: string]: any;
|
|
28
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
29
|
-
id: string;
|
|
30
|
-
as: string | Record<string, any>;
|
|
31
|
-
disabled: boolean;
|
|
32
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
33
|
-
P: {};
|
|
34
|
-
B: {};
|
|
35
|
-
D: {};
|
|
36
|
-
C: {};
|
|
37
|
-
M: {};
|
|
38
|
-
Defaults: {};
|
|
39
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
-
disabled: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
44
|
-
as: {
|
|
45
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
id: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: null;
|
|
51
|
-
};
|
|
52
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
53
|
-
[key: string]: any;
|
|
54
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
|
-
[key: string]: any;
|
|
56
|
-
}>[] | null, {}, {}, {}, {
|
|
57
|
-
id: string;
|
|
58
|
-
as: string | Record<string, any>;
|
|
59
|
-
disabled: boolean;
|
|
60
|
-
}> | null;
|
|
61
|
-
dropdown: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
-
as: {
|
|
63
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
64
|
-
default: string;
|
|
65
|
-
};
|
|
66
|
-
static: {
|
|
67
|
-
type: BooleanConstructor;
|
|
68
|
-
default: boolean;
|
|
69
|
-
};
|
|
70
|
-
unmount: {
|
|
71
|
-
type: BooleanConstructor;
|
|
72
|
-
default: boolean;
|
|
73
|
-
};
|
|
74
|
-
id: {
|
|
75
|
-
type: StringConstructor;
|
|
76
|
-
default: null;
|
|
77
|
-
};
|
|
78
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
79
|
-
[key: string]: any;
|
|
80
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
81
|
-
[key: string]: any;
|
|
82
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
83
|
-
id: string;
|
|
84
|
-
as: string | Record<string, any>;
|
|
85
|
-
unmount: boolean;
|
|
86
|
-
static: boolean;
|
|
87
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
88
|
-
P: {};
|
|
89
|
-
B: {};
|
|
90
|
-
D: {};
|
|
91
|
-
C: {};
|
|
92
|
-
M: {};
|
|
93
|
-
Defaults: {};
|
|
94
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
95
|
-
as: {
|
|
96
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
97
|
-
default: string;
|
|
98
|
-
};
|
|
99
|
-
static: {
|
|
100
|
-
type: BooleanConstructor;
|
|
101
|
-
default: boolean;
|
|
102
|
-
};
|
|
103
|
-
unmount: {
|
|
104
|
-
type: BooleanConstructor;
|
|
105
|
-
default: boolean;
|
|
106
|
-
};
|
|
107
|
-
id: {
|
|
108
|
-
type: StringConstructor;
|
|
109
|
-
default: null;
|
|
110
|
-
};
|
|
111
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
112
|
-
[key: string]: any;
|
|
113
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
114
|
-
[key: string]: any;
|
|
115
|
-
}>[] | null, {}, {}, {}, {
|
|
116
|
-
id: string;
|
|
117
|
-
as: string | Record<string, any>;
|
|
118
|
-
unmount: boolean;
|
|
119
|
-
static: boolean;
|
|
120
|
-
}> | null;
|
|
121
|
-
};
|
|
122
|
-
rootEl: HTMLDivElement;
|
|
123
|
-
};
|
|
124
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
125
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
126
|
-
isActive: import("vue").Ref<boolean, boolean>;
|
|
127
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
128
|
-
horizontalAlign: "left" | "right";
|
|
129
|
-
openDirection: "up" | "down";
|
|
130
|
-
teleport: boolean;
|
|
131
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
132
|
-
button: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
133
|
-
disabled: {
|
|
134
|
-
type: BooleanConstructor;
|
|
135
|
-
default: boolean;
|
|
136
|
-
};
|
|
137
|
-
as: {
|
|
138
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
139
|
-
default: string;
|
|
140
|
-
};
|
|
141
|
-
id: {
|
|
142
|
-
type: StringConstructor;
|
|
143
|
-
default: null;
|
|
144
|
-
};
|
|
145
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
146
|
-
[key: string]: any;
|
|
147
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
148
|
-
[key: string]: any;
|
|
149
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
150
|
-
id: string;
|
|
151
|
-
as: string | Record<string, any>;
|
|
152
|
-
disabled: boolean;
|
|
153
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
154
|
-
P: {};
|
|
155
|
-
B: {};
|
|
156
|
-
D: {};
|
|
157
|
-
C: {};
|
|
158
|
-
M: {};
|
|
159
|
-
Defaults: {};
|
|
160
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
161
|
-
disabled: {
|
|
162
|
-
type: BooleanConstructor;
|
|
163
|
-
default: boolean;
|
|
164
|
-
};
|
|
165
|
-
as: {
|
|
166
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
167
|
-
default: string;
|
|
168
|
-
};
|
|
169
|
-
id: {
|
|
170
|
-
type: StringConstructor;
|
|
171
|
-
default: null;
|
|
172
|
-
};
|
|
173
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
174
|
-
[key: string]: any;
|
|
175
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
176
|
-
[key: string]: any;
|
|
177
|
-
}>[] | null, {}, {}, {}, {
|
|
178
|
-
id: string;
|
|
179
|
-
as: string | Record<string, any>;
|
|
180
|
-
disabled: boolean;
|
|
181
|
-
}> | null;
|
|
182
|
-
dropdown: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
183
|
-
as: {
|
|
184
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
185
|
-
default: string;
|
|
186
|
-
};
|
|
187
|
-
static: {
|
|
188
|
-
type: BooleanConstructor;
|
|
189
|
-
default: boolean;
|
|
190
|
-
};
|
|
191
|
-
unmount: {
|
|
192
|
-
type: BooleanConstructor;
|
|
193
|
-
default: boolean;
|
|
194
|
-
};
|
|
195
|
-
id: {
|
|
196
|
-
type: StringConstructor;
|
|
197
|
-
default: null;
|
|
198
|
-
};
|
|
199
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
200
|
-
[key: string]: any;
|
|
201
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
202
|
-
[key: string]: any;
|
|
203
|
-
}>[] | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
204
|
-
id: string;
|
|
205
|
-
as: string | Record<string, any>;
|
|
206
|
-
unmount: boolean;
|
|
207
|
-
static: boolean;
|
|
208
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
209
|
-
P: {};
|
|
210
|
-
B: {};
|
|
211
|
-
D: {};
|
|
212
|
-
C: {};
|
|
213
|
-
M: {};
|
|
214
|
-
Defaults: {};
|
|
215
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
216
|
-
as: {
|
|
217
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
218
|
-
default: string;
|
|
219
|
-
};
|
|
220
|
-
static: {
|
|
221
|
-
type: BooleanConstructor;
|
|
222
|
-
default: boolean;
|
|
223
|
-
};
|
|
224
|
-
unmount: {
|
|
225
|
-
type: BooleanConstructor;
|
|
226
|
-
default: boolean;
|
|
227
|
-
};
|
|
228
|
-
id: {
|
|
229
|
-
type: StringConstructor;
|
|
230
|
-
default: null;
|
|
231
|
-
};
|
|
232
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
233
|
-
[key: string]: any;
|
|
234
|
-
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
235
|
-
[key: string]: any;
|
|
236
|
-
}>[] | null, {}, {}, {}, {
|
|
237
|
-
id: string;
|
|
238
|
-
as: string | Record<string, any>;
|
|
239
|
-
unmount: boolean;
|
|
240
|
-
static: boolean;
|
|
241
|
-
}> | null;
|
|
242
|
-
}, HTMLDivElement>;
|
|
243
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
244
|
-
export default _default;
|
|
245
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
246
|
-
new (): {
|
|
247
|
-
$slots: S;
|
|
248
|
-
};
|
|
249
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
loading?: boolean;
|
|
3
|
-
};
|
|
4
|
-
declare function __VLS_template(): {
|
|
5
|
-
attrs: Partial<{}>;
|
|
6
|
-
slots: {
|
|
7
|
-
default?(_: {}): any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: HTMLSpanElement;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLSpanElement>;
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { MenuItem } from './index.d';
|
|
2
|
-
declare function __VLS_template(): {
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
9
|
-
};
|
|
10
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import("vue").DefineComponent<MenuItem, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MenuItem> & Readonly<{}>, {
|
|
12
|
-
visible: boolean;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import type { Component } from 'vue';
|
|
2
|
-
import type { ModalProps } from './index.d';
|
|
3
|
-
type __VLS_Props = Omit<ModalProps, 'onOpen' | 'onClose' | 'plugins'>;
|
|
4
|
-
declare function open(): Promise<void>;
|
|
5
|
-
declare function close(): Promise<void>;
|
|
6
|
-
declare function submit(): Promise<void>;
|
|
7
|
-
declare function __VLS_template(): {
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
slots: {
|
|
10
|
-
title?(_: {}): any;
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {
|
|
14
|
-
form: HTMLFormElement;
|
|
15
|
-
contentRef: unknown;
|
|
16
|
-
};
|
|
17
|
-
rootEl: any;
|
|
18
|
-
};
|
|
19
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
21
|
-
isOpen: import("vue").Ref<boolean, boolean>;
|
|
22
|
-
open: typeof open;
|
|
23
|
-
close: typeof close;
|
|
24
|
-
submit: typeof submit;
|
|
25
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
26
|
-
submit: (value: FormData) => any;
|
|
27
|
-
cancel: () => any;
|
|
28
|
-
close: (value: {
|
|
29
|
-
animation: () => Promise<void>;
|
|
30
|
-
}) => any;
|
|
31
|
-
open: () => any;
|
|
32
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
33
|
-
onSubmit?: ((value: FormData) => any) | undefined;
|
|
34
|
-
onCancel?: (() => any) | undefined;
|
|
35
|
-
onClose?: ((value: {
|
|
36
|
-
animation: () => Promise<void>;
|
|
37
|
-
}) => any) | undefined;
|
|
38
|
-
onOpen?: (() => any) | undefined;
|
|
39
|
-
}>, {
|
|
40
|
-
title: string;
|
|
41
|
-
contentClasses: string;
|
|
42
|
-
content: string | Component;
|
|
43
|
-
cancelButtonText: string | null;
|
|
44
|
-
withBackdrop: boolean;
|
|
45
|
-
preventBackdropClose: boolean;
|
|
46
|
-
submitButtonText: string | null;
|
|
47
|
-
withFooter: boolean;
|
|
48
|
-
preventBackdropCloseOnLoading: boolean;
|
|
49
|
-
modalClasses: string;
|
|
50
|
-
properties: Record<string, unknown>;
|
|
51
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
|
|
52
|
-
form: HTMLFormElement;
|
|
53
|
-
contentRef: unknown;
|
|
54
|
-
}, any>;
|
|
55
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
56
|
-
export default _default;
|
|
57
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
|
-
new (): {
|
|
59
|
-
$slots: S;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import type { Props } from './index.d';
|
|
2
|
-
declare function __VLS_template(): {
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: Partial<Record<NonNullable<"clear" | "option" | "spinner" | "tag" | "placeholder" | "caret" | "afterlist" | "beforelist" | "multiplelabel" | "singlelabel" | "grouplabel" | "infinite" | "nooptions" | "noresults">, (_: {
|
|
5
|
-
classes: string | undefined;
|
|
6
|
-
clear: () => void;
|
|
7
|
-
} | {
|
|
8
|
-
classes: string | undefined;
|
|
9
|
-
option: any;
|
|
10
|
-
isSelected: (option: any) => boolean;
|
|
11
|
-
isPointed: (option: any) => boolean;
|
|
12
|
-
search: null | string;
|
|
13
|
-
} | {
|
|
14
|
-
classes: string | undefined;
|
|
15
|
-
option: any;
|
|
16
|
-
handleTagRemove: (option: any, e: Event) => void;
|
|
17
|
-
disabled: boolean;
|
|
18
|
-
} | {
|
|
19
|
-
classes: string | undefined;
|
|
20
|
-
handleCaretClick: () => void;
|
|
21
|
-
isOpen: boolean;
|
|
22
|
-
} | {
|
|
23
|
-
classes: string | undefined;
|
|
24
|
-
options: any[];
|
|
25
|
-
} | {
|
|
26
|
-
classes: string | undefined;
|
|
27
|
-
values: any[] | object;
|
|
28
|
-
} | {
|
|
29
|
-
classes: string | undefined;
|
|
30
|
-
value: any;
|
|
31
|
-
} | {
|
|
32
|
-
classes: string | undefined;
|
|
33
|
-
group: any;
|
|
34
|
-
isSelected: (option: any) => boolean;
|
|
35
|
-
isPointed: (option: any) => boolean;
|
|
36
|
-
} | {
|
|
37
|
-
classes: string | undefined;
|
|
38
|
-
}) => any>> & {
|
|
39
|
-
label?(_: {}): any;
|
|
40
|
-
tag?(_: {
|
|
41
|
-
disabled: boolean;
|
|
42
|
-
option: any;
|
|
43
|
-
handleTagRemove: (option: unknown, $event: Event) => void;
|
|
44
|
-
}): any;
|
|
45
|
-
};
|
|
46
|
-
refs: {};
|
|
47
|
-
rootEl: any;
|
|
48
|
-
};
|
|
49
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
50
|
-
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
51
|
-
label: string;
|
|
52
|
-
openDirection: import("./index.d").OpenDirection;
|
|
53
|
-
errorMessage: string;
|
|
54
|
-
wrapperClasses: string;
|
|
55
|
-
labelClasses: string;
|
|
56
|
-
optionLabel: string;
|
|
57
|
-
fetchOnOpen: boolean;
|
|
58
|
-
dropdownClasses: string;
|
|
59
|
-
additionalClasses: Record<string, string>;
|
|
60
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
61
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
62
|
-
export default _default;
|
|
63
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
64
|
-
new (): {
|
|
65
|
-
$slots: S;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
title: string;
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_PublicProps = {
|
|
6
|
-
modelValue?: boolean;
|
|
7
|
-
} & __VLS_Props;
|
|
8
|
-
declare function __VLS_template(): {
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
|
-
slots: {
|
|
11
|
-
title?(_: {
|
|
12
|
-
'data-test-title-slot': boolean;
|
|
13
|
-
}): any;
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {};
|
|
17
|
-
rootEl: HTMLDivElement;
|
|
18
|
-
};
|
|
19
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
"update:modelValue": (value: boolean) => any;
|
|
22
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
23
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
24
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
-
export default _default;
|
|
27
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
-
new (): {
|
|
29
|
-
$slots: S;
|
|
30
|
-
};
|
|
31
|
-
};
|