@ghentcdh/ui 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/alert.model.d.ts +5 -0
- package/alert/alert.vue.d.ts +22 -0
- package/alert/index.d.ts +2 -0
- package/button/Btn.properties.d.ts +45 -0
- package/button/BtnBadge.properties.d.ts +27 -0
- package/button/btn-badge.vue.d.ts +62 -0
- package/button/btn.vue.d.ts +101 -0
- package/button/const.d.ts +9 -0
- package/button/index.d.ts +5 -0
- package/card/card.vue.d.ts +20 -0
- package/collapse/Collapse.properties.d.ts +35 -0
- package/collapse/Collapse.vue.d.ts +75 -0
- package/collapse/CollapseRow.properties.d.ts +17 -0
- package/collapse/CollapseRow.vue.d.ts +49 -0
- package/collapse/index.d.ts +3 -0
- package/composables/index.d.ts +2 -0
- package/composables/useFocusTrap.d.ts +8 -0
- package/const/colors.d.ts +8 -0
- package/const/index.d.ts +2 -0
- package/const/size.d.ts +4 -0
- package/directives/click-outside.directive.d.ts +6 -0
- package/drawer/drawer.properties.d.ts +18 -0
- package/drawer/drawer.vue.d.ts +58 -0
- package/drawer/index.d.ts +1 -0
- package/filter/Filter.properties.d.ts +46 -0
- package/filter/composables/useFilter.d.ts +8 -0
- package/filter/filter.vue.d.ts +84 -0
- package/filter/index.d.ts +3 -0
- package/form/Checkbox.properties.d.ts +83 -0
- package/form/Checkbox.vue.d.ts +216 -0
- package/form/Input.properties.d.ts +87 -0
- package/form/Input.vue.d.ts +225 -0
- package/form/InputNumber.properties.d.ts +87 -0
- package/form/InputNumber.vue.d.ts +225 -0
- package/form/Textarea.properties.d.ts +87 -0
- package/form/Textarea.vue.d.ts +225 -0
- package/form/core/ControlWrapper.properties.d.ts +84 -0
- package/form/core/ControlWrapper.vue.d.ts +221 -0
- package/form/core/emits.d.ts +7 -0
- package/form/core/properties.d.ts +25 -0
- package/form/core/styles.d.ts +36 -0
- package/form/core/utils/style.d.ts +6 -0
- package/form/index.d.ts +12 -0
- package/form/select/AutoComplete.properties.d.ts +139 -0
- package/form/select/AutoComplete.vue.d.ts +328 -0
- package/form/select/ListResults.properties.d.ts +24 -0
- package/form/select/ListResults.vue.d.ts +46 -0
- package/form/select/MultiSelect.vue.d.ts +295 -0
- package/form/select/SelectComponent.vue.d.ts +259 -0
- package/form/select/SelectWrapper.properties.d.ts +222 -0
- package/form/select/SelectWrapper.vue.d.ts +408 -0
- package/form/select/composables/useOptions.d.ts +19 -0
- package/form/select/composables/useSearch.d.ts +6 -0
- package/form/text/Markdown.vue.d.ts +234 -0
- package/form/text/MarkdownComponent.properties.d.ts +101 -0
- package/icons/Icon.properties.d.ts +11 -0
- package/icons/icon-list.d.ts +26 -0
- package/icons/icon.vue.d.ts +16 -0
- package/icons/index.d.ts +3 -0
- package/loading/index.d.ts +1 -0
- package/loading/loading.vue.d.ts +5 -0
- package/menu/dropdown.vue.d.ts +6 -0
- package/menu/index.d.ts +4 -0
- package/menu/menu-item.vue.d.ts +5 -0
- package/menu/menu.type.d.ts +15 -0
- package/menu/menu.vue.d.ts +7 -0
- package/menu/sub-menu.vue.d.ts +7 -0
- package/modal/confirmModal.vue.d.ts +10 -0
- package/modal/index.d.ts +6 -0
- package/modal/modal.model.d.ts +17 -0
- package/modal/modal.properties.d.ts +30 -0
- package/modal/modal.service.d.ts +15 -0
- package/modal/modal.vue.d.ts +82 -0
- package/modal/modalWrapper.vue.d.ts +2 -0
- package/package.json +21 -2
- package/shell/menu.type.d.ts +11 -0
- package/shell/shell.component.vue.d.ts +31 -0
- package/table/cells/boolean.cell.vue.d.ts +26 -0
- package/table/cells/text.cell.properties.d.ts +13 -0
- package/table/cells/text.cell.vue.d.ts +26 -0
- package/table/header/sort.header.properties.d.ts +15 -0
- package/table/header/sort.header.vue.d.ts +24 -0
- package/table/index.d.ts +9 -0
- package/table/pagination-button.component.properties.d.ts +30 -0
- package/table/pagination-button.component.vue.d.ts +47 -0
- package/table/pagination.component.properties.d.ts +15 -0
- package/table/pagination.component.vue.d.ts +32 -0
- package/table/table.component.properties.d.ts +34 -0
- package/table/table.component.vue.d.ts +46 -0
- package/table/table.model.d.ts +10 -0
- package/test-utils/withSetup.d.ts +4 -0
- package/toast/index.d.ts +3 -0
- package/toast/notification-message.d.ts +7 -0
- package/toast/notification-message.vue.d.ts +7 -0
- package/toast/notification.service.d.ts +24 -0
- package/toast/notifications.vue.d.ts +2 -0
- package/tree/TreeItem.vue.d.ts +15 -0
- package/tree/TreeView.vue.d.ts +7 -0
- package/tree/index.d.ts +1 -0
- package/tree/props.d.ts +13 -0
- package/utils/hasCustomEventListener.d.ts +1 -0
- package/utils/index.d.ts +1 -0
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
export declare const InputNumberProperties: {
|
|
2
|
+
steps: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
id: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
placeholder: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
description: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
errors: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
};
|
|
18
|
+
label: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
visible: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
required: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
enabled: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
isFocused: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
isTouched: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
hideLabel: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
styles: {
|
|
46
|
+
type: import('vue').PropType<import('.').MyStyles>;
|
|
47
|
+
default: () => {
|
|
48
|
+
readonly group: {
|
|
49
|
+
readonly root: "group";
|
|
50
|
+
readonly label: "text-primary text-lg font-bold";
|
|
51
|
+
readonly item: "group-item";
|
|
52
|
+
};
|
|
53
|
+
readonly verticalLayout: {
|
|
54
|
+
readonly root: "flex flex-col gap-x-2";
|
|
55
|
+
readonly item: "w-full";
|
|
56
|
+
};
|
|
57
|
+
readonly horizontalLayout: {
|
|
58
|
+
readonly root: "flex flex-row gap-x-2";
|
|
59
|
+
readonly item: "w-full";
|
|
60
|
+
};
|
|
61
|
+
readonly arrayList: {
|
|
62
|
+
readonly root: "fieldset";
|
|
63
|
+
readonly legend: "fieldset-legend text-xl capitalize";
|
|
64
|
+
};
|
|
65
|
+
readonly control: {
|
|
66
|
+
readonly root: "fieldset";
|
|
67
|
+
readonly wrapper: "fieldset";
|
|
68
|
+
readonly label: "fieldset-legend";
|
|
69
|
+
readonly error: "";
|
|
70
|
+
readonly input: "input";
|
|
71
|
+
readonly textarea: "input h-32";
|
|
72
|
+
readonly checkbox: "checkbox";
|
|
73
|
+
readonly select: "input pr-14";
|
|
74
|
+
readonly description: "form-control--description label text-xs text-gray-500";
|
|
75
|
+
};
|
|
76
|
+
readonly fixedArrayList: {
|
|
77
|
+
readonly root: "flex flex-row gap-x-2";
|
|
78
|
+
readonly item: "w-full";
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
width: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
export declare const InputNumberEmits: string[];
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
steps: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
id: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
placeholder: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
description: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
errors: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
};
|
|
18
|
+
label: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
visible: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
required: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
enabled: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
isFocused: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
isTouched: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
hideLabel: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
styles: {
|
|
46
|
+
type: import('vue').PropType<import('.').MyStyles>;
|
|
47
|
+
default: () => {
|
|
48
|
+
readonly group: {
|
|
49
|
+
readonly root: "group";
|
|
50
|
+
readonly label: "text-primary text-lg font-bold";
|
|
51
|
+
readonly item: "group-item";
|
|
52
|
+
};
|
|
53
|
+
readonly verticalLayout: {
|
|
54
|
+
readonly root: "flex flex-col gap-x-2";
|
|
55
|
+
readonly item: "w-full";
|
|
56
|
+
};
|
|
57
|
+
readonly horizontalLayout: {
|
|
58
|
+
readonly root: "flex flex-row gap-x-2";
|
|
59
|
+
readonly item: "w-full";
|
|
60
|
+
};
|
|
61
|
+
readonly arrayList: {
|
|
62
|
+
readonly root: "fieldset";
|
|
63
|
+
readonly legend: "fieldset-legend text-xl capitalize";
|
|
64
|
+
};
|
|
65
|
+
readonly control: {
|
|
66
|
+
readonly root: "fieldset";
|
|
67
|
+
readonly wrapper: "fieldset";
|
|
68
|
+
readonly label: "fieldset-legend";
|
|
69
|
+
readonly error: "";
|
|
70
|
+
readonly input: "input";
|
|
71
|
+
readonly textarea: "input h-32";
|
|
72
|
+
readonly checkbox: "checkbox";
|
|
73
|
+
readonly select: "input pr-14";
|
|
74
|
+
readonly description: "form-control--description label text-xs text-gray-500";
|
|
75
|
+
};
|
|
76
|
+
readonly fixedArrayList: {
|
|
77
|
+
readonly root: "flex flex-row gap-x-2";
|
|
78
|
+
readonly item: "w-full";
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
width: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
modelValue: {
|
|
87
|
+
type: import('vue').PropType<any>;
|
|
88
|
+
};
|
|
89
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
90
|
+
"update:modelValue": (value: any) => void;
|
|
91
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
92
|
+
steps: {
|
|
93
|
+
type: NumberConstructor;
|
|
94
|
+
default: number;
|
|
95
|
+
};
|
|
96
|
+
id: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
};
|
|
99
|
+
placeholder: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
};
|
|
102
|
+
description: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
};
|
|
105
|
+
errors: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
};
|
|
108
|
+
label: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
};
|
|
111
|
+
visible: {
|
|
112
|
+
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
required: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
enabled: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
isFocused: {
|
|
124
|
+
type: BooleanConstructor;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
127
|
+
isTouched: {
|
|
128
|
+
type: BooleanConstructor;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
hideLabel: {
|
|
132
|
+
type: BooleanConstructor;
|
|
133
|
+
default: boolean;
|
|
134
|
+
};
|
|
135
|
+
styles: {
|
|
136
|
+
type: import('vue').PropType<import('.').MyStyles>;
|
|
137
|
+
default: () => {
|
|
138
|
+
readonly group: {
|
|
139
|
+
readonly root: "group";
|
|
140
|
+
readonly label: "text-primary text-lg font-bold";
|
|
141
|
+
readonly item: "group-item";
|
|
142
|
+
};
|
|
143
|
+
readonly verticalLayout: {
|
|
144
|
+
readonly root: "flex flex-col gap-x-2";
|
|
145
|
+
readonly item: "w-full";
|
|
146
|
+
};
|
|
147
|
+
readonly horizontalLayout: {
|
|
148
|
+
readonly root: "flex flex-row gap-x-2";
|
|
149
|
+
readonly item: "w-full";
|
|
150
|
+
};
|
|
151
|
+
readonly arrayList: {
|
|
152
|
+
readonly root: "fieldset";
|
|
153
|
+
readonly legend: "fieldset-legend text-xl capitalize";
|
|
154
|
+
};
|
|
155
|
+
readonly control: {
|
|
156
|
+
readonly root: "fieldset";
|
|
157
|
+
readonly wrapper: "fieldset";
|
|
158
|
+
readonly label: "fieldset-legend";
|
|
159
|
+
readonly error: "";
|
|
160
|
+
readonly input: "input";
|
|
161
|
+
readonly textarea: "input h-32";
|
|
162
|
+
readonly checkbox: "checkbox";
|
|
163
|
+
readonly select: "input pr-14";
|
|
164
|
+
readonly description: "form-control--description label text-xs text-gray-500";
|
|
165
|
+
};
|
|
166
|
+
readonly fixedArrayList: {
|
|
167
|
+
readonly root: "flex flex-row gap-x-2";
|
|
168
|
+
readonly item: "w-full";
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
width: {
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
176
|
+
modelValue: {
|
|
177
|
+
type: import('vue').PropType<any>;
|
|
178
|
+
};
|
|
179
|
+
}>> & Readonly<{
|
|
180
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
181
|
+
}>, {
|
|
182
|
+
required: boolean;
|
|
183
|
+
width: string;
|
|
184
|
+
styles: {
|
|
185
|
+
readonly group: {
|
|
186
|
+
readonly root: "group";
|
|
187
|
+
readonly label: "text-primary text-lg font-bold";
|
|
188
|
+
readonly item: "group-item";
|
|
189
|
+
};
|
|
190
|
+
readonly verticalLayout: {
|
|
191
|
+
readonly root: "flex flex-col gap-x-2";
|
|
192
|
+
readonly item: "w-full";
|
|
193
|
+
};
|
|
194
|
+
readonly horizontalLayout: {
|
|
195
|
+
readonly root: "flex flex-row gap-x-2";
|
|
196
|
+
readonly item: "w-full";
|
|
197
|
+
};
|
|
198
|
+
readonly arrayList: {
|
|
199
|
+
readonly root: "fieldset";
|
|
200
|
+
readonly legend: "fieldset-legend text-xl capitalize";
|
|
201
|
+
};
|
|
202
|
+
readonly control: {
|
|
203
|
+
readonly root: "fieldset";
|
|
204
|
+
readonly wrapper: "fieldset";
|
|
205
|
+
readonly label: "fieldset-legend";
|
|
206
|
+
readonly error: "";
|
|
207
|
+
readonly input: "input";
|
|
208
|
+
readonly textarea: "input h-32";
|
|
209
|
+
readonly checkbox: "checkbox";
|
|
210
|
+
readonly select: "input pr-14";
|
|
211
|
+
readonly description: "form-control--description label text-xs text-gray-500";
|
|
212
|
+
};
|
|
213
|
+
readonly fixedArrayList: {
|
|
214
|
+
readonly root: "flex flex-row gap-x-2";
|
|
215
|
+
readonly item: "w-full";
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
hideLabel: boolean;
|
|
219
|
+
isTouched: boolean;
|
|
220
|
+
visible: boolean;
|
|
221
|
+
enabled: boolean;
|
|
222
|
+
isFocused: boolean;
|
|
223
|
+
steps: number;
|
|
224
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLFieldSetElement>;
|
|
225
|
+
export default _default;
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
export declare const TextareaProperties: {
|
|
2
|
+
rows: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
id: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
placeholder: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
description: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
errors: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
};
|
|
18
|
+
label: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
visible: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
required: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
enabled: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
isFocused: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
isTouched: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
hideLabel: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
styles: {
|
|
46
|
+
type: import('vue').PropType<import('.').MyStyles>;
|
|
47
|
+
default: () => {
|
|
48
|
+
readonly group: {
|
|
49
|
+
readonly root: "group";
|
|
50
|
+
readonly label: "text-primary text-lg font-bold";
|
|
51
|
+
readonly item: "group-item";
|
|
52
|
+
};
|
|
53
|
+
readonly verticalLayout: {
|
|
54
|
+
readonly root: "flex flex-col gap-x-2";
|
|
55
|
+
readonly item: "w-full";
|
|
56
|
+
};
|
|
57
|
+
readonly horizontalLayout: {
|
|
58
|
+
readonly root: "flex flex-row gap-x-2";
|
|
59
|
+
readonly item: "w-full";
|
|
60
|
+
};
|
|
61
|
+
readonly arrayList: {
|
|
62
|
+
readonly root: "fieldset";
|
|
63
|
+
readonly legend: "fieldset-legend text-xl capitalize";
|
|
64
|
+
};
|
|
65
|
+
readonly control: {
|
|
66
|
+
readonly root: "fieldset";
|
|
67
|
+
readonly wrapper: "fieldset";
|
|
68
|
+
readonly label: "fieldset-legend";
|
|
69
|
+
readonly error: "";
|
|
70
|
+
readonly input: "input";
|
|
71
|
+
readonly textarea: "input h-32";
|
|
72
|
+
readonly checkbox: "checkbox";
|
|
73
|
+
readonly select: "input pr-14";
|
|
74
|
+
readonly description: "form-control--description label text-xs text-gray-500";
|
|
75
|
+
};
|
|
76
|
+
readonly fixedArrayList: {
|
|
77
|
+
readonly root: "flex flex-row gap-x-2";
|
|
78
|
+
readonly item: "w-full";
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
width: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
export declare const TextareaEmits: string[];
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
rows: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
id: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
};
|
|
9
|
+
placeholder: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
};
|
|
12
|
+
description: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
errors: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
};
|
|
18
|
+
label: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
visible: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
required: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
enabled: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
isFocused: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
isTouched: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
hideLabel: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
styles: {
|
|
46
|
+
type: import('vue').PropType<import('.').MyStyles>;
|
|
47
|
+
default: () => {
|
|
48
|
+
readonly group: {
|
|
49
|
+
readonly root: "group";
|
|
50
|
+
readonly label: "text-primary text-lg font-bold";
|
|
51
|
+
readonly item: "group-item";
|
|
52
|
+
};
|
|
53
|
+
readonly verticalLayout: {
|
|
54
|
+
readonly root: "flex flex-col gap-x-2";
|
|
55
|
+
readonly item: "w-full";
|
|
56
|
+
};
|
|
57
|
+
readonly horizontalLayout: {
|
|
58
|
+
readonly root: "flex flex-row gap-x-2";
|
|
59
|
+
readonly item: "w-full";
|
|
60
|
+
};
|
|
61
|
+
readonly arrayList: {
|
|
62
|
+
readonly root: "fieldset";
|
|
63
|
+
readonly legend: "fieldset-legend text-xl capitalize";
|
|
64
|
+
};
|
|
65
|
+
readonly control: {
|
|
66
|
+
readonly root: "fieldset";
|
|
67
|
+
readonly wrapper: "fieldset";
|
|
68
|
+
readonly label: "fieldset-legend";
|
|
69
|
+
readonly error: "";
|
|
70
|
+
readonly input: "input";
|
|
71
|
+
readonly textarea: "input h-32";
|
|
72
|
+
readonly checkbox: "checkbox";
|
|
73
|
+
readonly select: "input pr-14";
|
|
74
|
+
readonly description: "form-control--description label text-xs text-gray-500";
|
|
75
|
+
};
|
|
76
|
+
readonly fixedArrayList: {
|
|
77
|
+
readonly root: "flex flex-row gap-x-2";
|
|
78
|
+
readonly item: "w-full";
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
width: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
modelValue: {
|
|
87
|
+
type: import('vue').PropType<string>;
|
|
88
|
+
};
|
|
89
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
90
|
+
"update:modelValue": (value: string) => void;
|
|
91
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
92
|
+
rows: {
|
|
93
|
+
type: NumberConstructor;
|
|
94
|
+
default: number;
|
|
95
|
+
};
|
|
96
|
+
id: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
};
|
|
99
|
+
placeholder: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
};
|
|
102
|
+
description: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
};
|
|
105
|
+
errors: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
};
|
|
108
|
+
label: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
};
|
|
111
|
+
visible: {
|
|
112
|
+
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
required: {
|
|
116
|
+
type: BooleanConstructor;
|
|
117
|
+
default: boolean;
|
|
118
|
+
};
|
|
119
|
+
enabled: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
123
|
+
isFocused: {
|
|
124
|
+
type: BooleanConstructor;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
127
|
+
isTouched: {
|
|
128
|
+
type: BooleanConstructor;
|
|
129
|
+
default: boolean;
|
|
130
|
+
};
|
|
131
|
+
hideLabel: {
|
|
132
|
+
type: BooleanConstructor;
|
|
133
|
+
default: boolean;
|
|
134
|
+
};
|
|
135
|
+
styles: {
|
|
136
|
+
type: import('vue').PropType<import('.').MyStyles>;
|
|
137
|
+
default: () => {
|
|
138
|
+
readonly group: {
|
|
139
|
+
readonly root: "group";
|
|
140
|
+
readonly label: "text-primary text-lg font-bold";
|
|
141
|
+
readonly item: "group-item";
|
|
142
|
+
};
|
|
143
|
+
readonly verticalLayout: {
|
|
144
|
+
readonly root: "flex flex-col gap-x-2";
|
|
145
|
+
readonly item: "w-full";
|
|
146
|
+
};
|
|
147
|
+
readonly horizontalLayout: {
|
|
148
|
+
readonly root: "flex flex-row gap-x-2";
|
|
149
|
+
readonly item: "w-full";
|
|
150
|
+
};
|
|
151
|
+
readonly arrayList: {
|
|
152
|
+
readonly root: "fieldset";
|
|
153
|
+
readonly legend: "fieldset-legend text-xl capitalize";
|
|
154
|
+
};
|
|
155
|
+
readonly control: {
|
|
156
|
+
readonly root: "fieldset";
|
|
157
|
+
readonly wrapper: "fieldset";
|
|
158
|
+
readonly label: "fieldset-legend";
|
|
159
|
+
readonly error: "";
|
|
160
|
+
readonly input: "input";
|
|
161
|
+
readonly textarea: "input h-32";
|
|
162
|
+
readonly checkbox: "checkbox";
|
|
163
|
+
readonly select: "input pr-14";
|
|
164
|
+
readonly description: "form-control--description label text-xs text-gray-500";
|
|
165
|
+
};
|
|
166
|
+
readonly fixedArrayList: {
|
|
167
|
+
readonly root: "flex flex-row gap-x-2";
|
|
168
|
+
readonly item: "w-full";
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
width: {
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
176
|
+
modelValue: {
|
|
177
|
+
type: import('vue').PropType<string>;
|
|
178
|
+
};
|
|
179
|
+
}>> & Readonly<{
|
|
180
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
181
|
+
}>, {
|
|
182
|
+
required: boolean;
|
|
183
|
+
width: string;
|
|
184
|
+
styles: {
|
|
185
|
+
readonly group: {
|
|
186
|
+
readonly root: "group";
|
|
187
|
+
readonly label: "text-primary text-lg font-bold";
|
|
188
|
+
readonly item: "group-item";
|
|
189
|
+
};
|
|
190
|
+
readonly verticalLayout: {
|
|
191
|
+
readonly root: "flex flex-col gap-x-2";
|
|
192
|
+
readonly item: "w-full";
|
|
193
|
+
};
|
|
194
|
+
readonly horizontalLayout: {
|
|
195
|
+
readonly root: "flex flex-row gap-x-2";
|
|
196
|
+
readonly item: "w-full";
|
|
197
|
+
};
|
|
198
|
+
readonly arrayList: {
|
|
199
|
+
readonly root: "fieldset";
|
|
200
|
+
readonly legend: "fieldset-legend text-xl capitalize";
|
|
201
|
+
};
|
|
202
|
+
readonly control: {
|
|
203
|
+
readonly root: "fieldset";
|
|
204
|
+
readonly wrapper: "fieldset";
|
|
205
|
+
readonly label: "fieldset-legend";
|
|
206
|
+
readonly error: "";
|
|
207
|
+
readonly input: "input";
|
|
208
|
+
readonly textarea: "input h-32";
|
|
209
|
+
readonly checkbox: "checkbox";
|
|
210
|
+
readonly select: "input pr-14";
|
|
211
|
+
readonly description: "form-control--description label text-xs text-gray-500";
|
|
212
|
+
};
|
|
213
|
+
readonly fixedArrayList: {
|
|
214
|
+
readonly root: "flex flex-row gap-x-2";
|
|
215
|
+
readonly item: "w-full";
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
hideLabel: boolean;
|
|
219
|
+
isTouched: boolean;
|
|
220
|
+
visible: boolean;
|
|
221
|
+
enabled: boolean;
|
|
222
|
+
isFocused: boolean;
|
|
223
|
+
rows: number;
|
|
224
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLFieldSetElement>;
|
|
225
|
+
export default _default;
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { MyStyles } from '../core/styles';
|
|
3
|
+
export declare const ControlWrapperProperties: {
|
|
4
|
+
id: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
};
|
|
7
|
+
placeholder: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
};
|
|
10
|
+
description: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
};
|
|
13
|
+
errors: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
};
|
|
16
|
+
label: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
};
|
|
19
|
+
visible: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
required: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
enabled: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
isFocused: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
isTouched: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
hideLabel: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
styles: {
|
|
44
|
+
type: PropType<MyStyles>;
|
|
45
|
+
default: () => {
|
|
46
|
+
readonly group: {
|
|
47
|
+
readonly root: "group";
|
|
48
|
+
readonly label: "text-primary text-lg font-bold";
|
|
49
|
+
readonly item: "group-item";
|
|
50
|
+
};
|
|
51
|
+
readonly verticalLayout: {
|
|
52
|
+
readonly root: "flex flex-col gap-x-2";
|
|
53
|
+
readonly item: "w-full";
|
|
54
|
+
};
|
|
55
|
+
readonly horizontalLayout: {
|
|
56
|
+
readonly root: "flex flex-row gap-x-2";
|
|
57
|
+
readonly item: "w-full";
|
|
58
|
+
};
|
|
59
|
+
readonly arrayList: {
|
|
60
|
+
readonly root: "fieldset";
|
|
61
|
+
readonly legend: "fieldset-legend text-xl capitalize";
|
|
62
|
+
};
|
|
63
|
+
readonly control: {
|
|
64
|
+
readonly root: "fieldset";
|
|
65
|
+
readonly wrapper: "fieldset";
|
|
66
|
+
readonly label: "fieldset-legend";
|
|
67
|
+
readonly error: "";
|
|
68
|
+
readonly input: "input";
|
|
69
|
+
readonly textarea: "input h-32";
|
|
70
|
+
readonly checkbox: "checkbox";
|
|
71
|
+
readonly select: "input pr-14";
|
|
72
|
+
readonly description: "form-control--description label text-xs text-gray-500";
|
|
73
|
+
};
|
|
74
|
+
readonly fixedArrayList: {
|
|
75
|
+
readonly root: "flex flex-row gap-x-2";
|
|
76
|
+
readonly item: "w-full";
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
width: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
};
|