@bagelink/vue 0.0.483 → 0.0.487
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/components/Accordion.vue.d.ts +4 -2
- package/dist/components/Accordion.vue.d.ts.map +1 -1
- package/dist/components/AccordionItem.vue.d.ts +13 -11
- package/dist/components/AccordionItem.vue.d.ts.map +1 -1
- package/dist/components/Alert.vue.d.ts +1 -1
- package/dist/components/Alert.vue.d.ts.map +1 -1
- package/dist/components/Avatar.vue.d.ts +8 -8
- package/dist/components/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Btn.vue.d.ts +39 -37
- package/dist/components/Btn.vue.d.ts.map +1 -1
- package/dist/components/Card.vue.d.ts +22 -20
- package/dist/components/Card.vue.d.ts.map +1 -1
- package/dist/components/Carousel.vue.d.ts +14 -12
- package/dist/components/Carousel.vue.d.ts.map +1 -1
- package/dist/components/DataPreview.vue.d.ts +6 -4
- package/dist/components/DataPreview.vue.d.ts.map +1 -1
- package/dist/components/ListItem.vue.d.ts +16 -14
- package/dist/components/ListItem.vue.d.ts.map +1 -1
- package/dist/components/ListView.vue.d.ts +4 -2
- package/dist/components/ListView.vue.d.ts.map +1 -1
- package/dist/components/MaterialIcon.vue.d.ts +8 -8
- package/dist/components/MaterialIcon.vue.d.ts.map +1 -1
- package/dist/components/Modal.vue.d.ts +20 -18
- package/dist/components/Modal.vue.d.ts.map +1 -1
- package/dist/components/ModalForm.vue.d.ts.map +1 -1
- package/dist/components/NavBar.vue.d.ts +19 -15
- package/dist/components/NavBar.vue.d.ts.map +1 -1
- package/dist/components/PageTitle.vue.d.ts +6 -4
- package/dist/components/PageTitle.vue.d.ts.map +1 -1
- package/dist/components/TableSchema.vue.d.ts +53 -399
- package/dist/components/TableSchema.vue.d.ts.map +1 -1
- package/dist/components/Title.vue.d.ts +6 -4
- package/dist/components/Title.vue.d.ts.map +1 -1
- package/dist/components/TopBar.vue.d.ts +4 -2
- package/dist/components/TopBar.vue.d.ts.map +1 -1
- package/dist/components/form/BglField.vue.d.ts.map +1 -1
- package/dist/components/form/BglForm.vue.d.ts +23 -21
- package/dist/components/form/BglForm.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/CheckInput.vue.d.ts +6 -4
- package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ColorPicker.vue.d.ts +14 -14
- package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DateInput.vue.d.ts +14 -14
- package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/DatePicker.vue.d.ts +14 -14
- package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/FileUpload.vue.d.ts +39 -161
- package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/JSONInput.vue.d.ts +10 -10
- package/dist/components/form/inputs/JSONInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +6 -6
- package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts +26 -24
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SignaturePad.vue.d.ts +18 -18
- package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TableField.vue.d.ts +2 -2
- package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TelInput.vue.d.ts +3 -3
- package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/TextInput.vue.d.ts +46 -46
- package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
- package/dist/components/layout/BottomMenu.vue.d.ts +6 -4
- package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/Layout.vue.d.ts +6 -4
- package/dist/components/layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/layout/SidebarMenu.vue.d.ts +13 -11
- package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
- package/dist/components/layout/TabbedLayout.vue.d.ts +16 -14
- package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
- package/dist/components/layout/Tabs.vue.d.ts +6 -4
- package/dist/components/layout/Tabs.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsBody.vue.d.ts +4 -2
- package/dist/components/layout/TabsBody.vue.d.ts.map +1 -1
- package/dist/components/layout/TabsNav.vue.d.ts +13 -10
- package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
- package/dist/index.cjs +682 -1195
- package/dist/index.mjs +682 -1195
- package/dist/plugins/bagel.d.ts.map +1 -1
- package/dist/style.css +440 -182
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/lang.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/components/AccordionItem.vue +3 -2
- package/src/components/Btn.vue +3 -2
- package/src/components/Card.vue +1 -0
- package/src/components/ListItem.vue +1 -1
- package/src/components/NavBar.vue +1 -1
- package/src/components/TableSchema.vue +1 -1
- package/src/components/form/inputs/FileUpload.vue +2 -1
- package/src/components/form/inputs/ToggleInput.vue +13 -10
- package/src/components/layout/TabsNav.vue +56 -31
- package/src/styles/appearance.css +8 -0
- package/src/styles/inputs.css +18 -0
- package/src/styles/layout.css +93 -0
- package/src/styles/mobilLayout.css +94 -0
- package/src/styles/text.css +81 -0
- package/src/styles/theme.css +1 -1
|
@@ -1,433 +1,87 @@
|
|
|
1
1
|
import { BglFormSchemaT } from '..';
|
|
2
2
|
|
|
3
|
-
declare
|
|
4
|
-
selecteItems?: string[] | undefined;
|
|
5
|
-
data: any[];
|
|
6
|
-
schema?: BglFormSchemaT | (() => BglFormSchemaT) | undefined;
|
|
7
|
-
showFields?: string[] | undefined;
|
|
8
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
9
|
-
select: (...args: any[]) => void;
|
|
10
|
-
"update:selecteItems": (...args: any[]) => void;
|
|
11
|
-
orderBy: (...args: any[]) => void;
|
|
12
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
13
|
-
selecteItems?: string[] | undefined;
|
|
14
|
-
data: any[];
|
|
15
|
-
schema?: BglFormSchemaT | (() => BglFormSchemaT) | undefined;
|
|
16
|
-
showFields?: string[] | undefined;
|
|
17
|
-
}>>> & {
|
|
18
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
19
|
-
"onUpdate:selecteItems"?: ((...args: any[]) => any) | undefined;
|
|
20
|
-
onOrderBy?: ((...args: any[]) => any) | undefined;
|
|
21
|
-
}, {}, {}>, Partial<Record<string, (_: {
|
|
3
|
+
declare function __VLS_template(): Partial<Record<string, (_: {
|
|
22
4
|
row: Record<string, any>;
|
|
23
5
|
field: {
|
|
24
6
|
transform: undefined;
|
|
25
7
|
$el?: any;
|
|
26
|
-
id?: string
|
|
27
|
-
label?: string
|
|
28
|
-
placeholder?: string
|
|
8
|
+
id?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
placeholder?: string;
|
|
29
11
|
children?: import('..').Field<Record<string, any>>[] | undefined;
|
|
30
12
|
class?: import('..').AttributeValue | import('..').AttributeFn<Record<string, any>>;
|
|
31
13
|
attrs?: import('..').Attributes<Record<string, any>> | undefined;
|
|
32
|
-
required?: boolean
|
|
33
|
-
disabled?: boolean
|
|
34
|
-
helptext?: string
|
|
35
|
-
options?: string | (
|
|
36
|
-
label?: string
|
|
14
|
+
required?: boolean;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
helptext?: string;
|
|
17
|
+
options?: string | ({
|
|
18
|
+
label?: string;
|
|
37
19
|
value: string | number;
|
|
38
|
-
})[] | ((val: any, rowData?: Record<string, any>
|
|
20
|
+
} | string | number | Record<string, any>)[] | ((val: any, rowData?: Record<string, any>) => void);
|
|
39
21
|
defaultValue?: any;
|
|
40
|
-
onUpdate?: (
|
|
22
|
+
onUpdate?: (val: any, rowData?: Record<string, any>) => void;
|
|
41
23
|
'v-if'?: string | boolean | ((val: any, row: Record<string, any>) => boolean) | undefined;
|
|
42
24
|
} | {
|
|
43
25
|
transform: undefined;
|
|
44
|
-
$el: "text" | import('
|
|
45
|
-
code: {
|
|
46
|
-
type: import('vue').PropType<boolean>;
|
|
47
|
-
};
|
|
48
|
-
label: {
|
|
49
|
-
type: import('vue').PropType<string>;
|
|
50
|
-
};
|
|
51
|
-
small: {
|
|
52
|
-
type: import('vue').PropType<boolean>;
|
|
53
|
-
};
|
|
54
|
-
title: {
|
|
55
|
-
type: import('vue').PropType<string>;
|
|
56
|
-
};
|
|
57
|
-
pattern: {
|
|
58
|
-
type: import('vue').PropType<string>;
|
|
59
|
-
};
|
|
60
|
-
type: {
|
|
61
|
-
type: import('vue').PropType<string>;
|
|
62
|
-
default: string;
|
|
63
|
-
};
|
|
64
|
-
modelValue: {
|
|
65
|
-
type: import('vue').PropType<string | number>;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
id: {
|
|
69
|
-
type: import('vue').PropType<string>;
|
|
70
|
-
};
|
|
71
|
-
placeholder: {
|
|
72
|
-
type: import('vue').PropType<string>;
|
|
73
|
-
};
|
|
74
|
-
required: {
|
|
75
|
-
type: import('vue').PropType<boolean>;
|
|
76
|
-
};
|
|
77
|
-
disabled: {
|
|
78
|
-
type: import('vue').PropType<boolean>;
|
|
79
|
-
};
|
|
80
|
-
helptext: {
|
|
81
|
-
type: import('vue').PropType<string>;
|
|
82
|
-
};
|
|
83
|
-
dense: {
|
|
84
|
-
type: import('vue').PropType<boolean>;
|
|
85
|
-
};
|
|
86
|
-
shrink: {
|
|
87
|
-
type: import('vue').PropType<boolean>;
|
|
88
|
-
};
|
|
89
|
-
nativeInputAttrs: {
|
|
90
|
-
type: import('vue').PropType<Record<string, any>>;
|
|
91
|
-
};
|
|
92
|
-
icon: {
|
|
93
|
-
type: import('vue').PropType<import('..').MaterialIcons>;
|
|
94
|
-
};
|
|
95
|
-
iconStart: {
|
|
96
|
-
type: import('vue').PropType<import('..').MaterialIcons>;
|
|
97
|
-
};
|
|
98
|
-
multiline: {
|
|
99
|
-
type: import('vue').PropType<boolean>;
|
|
100
|
-
};
|
|
101
|
-
autoheight: {
|
|
102
|
-
type: import('vue').PropType<boolean>;
|
|
103
|
-
};
|
|
104
|
-
lines: {
|
|
105
|
-
type: import('vue').PropType<number>;
|
|
106
|
-
};
|
|
107
|
-
autocomplete: {
|
|
108
|
-
type: import('vue').PropType<AutoFillField>;
|
|
109
|
-
};
|
|
110
|
-
autofocus: {
|
|
111
|
-
type: import('vue').PropType<boolean>;
|
|
112
|
-
};
|
|
113
|
-
debounceDelay: {
|
|
114
|
-
type: import('vue').PropType<number>;
|
|
115
|
-
default: number;
|
|
116
|
-
};
|
|
117
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
118
|
-
"update:modelValue": (...args: any[]) => void;
|
|
119
|
-
debounce: (...args: any[]) => void;
|
|
120
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
121
|
-
code: {
|
|
122
|
-
type: import('vue').PropType<boolean>;
|
|
123
|
-
};
|
|
124
|
-
label: {
|
|
125
|
-
type: import('vue').PropType<string>;
|
|
126
|
-
};
|
|
127
|
-
small: {
|
|
128
|
-
type: import('vue').PropType<boolean>;
|
|
129
|
-
};
|
|
130
|
-
title: {
|
|
131
|
-
type: import('vue').PropType<string>;
|
|
132
|
-
};
|
|
133
|
-
pattern: {
|
|
134
|
-
type: import('vue').PropType<string>;
|
|
135
|
-
};
|
|
136
|
-
type: {
|
|
137
|
-
type: import('vue').PropType<string>;
|
|
138
|
-
default: string;
|
|
139
|
-
};
|
|
140
|
-
modelValue: {
|
|
141
|
-
type: import('vue').PropType<string | number>;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
id: {
|
|
145
|
-
type: import('vue').PropType<string>;
|
|
146
|
-
};
|
|
147
|
-
placeholder: {
|
|
148
|
-
type: import('vue').PropType<string>;
|
|
149
|
-
};
|
|
150
|
-
required: {
|
|
151
|
-
type: import('vue').PropType<boolean>;
|
|
152
|
-
};
|
|
153
|
-
disabled: {
|
|
154
|
-
type: import('vue').PropType<boolean>;
|
|
155
|
-
};
|
|
156
|
-
helptext: {
|
|
157
|
-
type: import('vue').PropType<string>;
|
|
158
|
-
};
|
|
159
|
-
dense: {
|
|
160
|
-
type: import('vue').PropType<boolean>;
|
|
161
|
-
};
|
|
162
|
-
shrink: {
|
|
163
|
-
type: import('vue').PropType<boolean>;
|
|
164
|
-
};
|
|
165
|
-
nativeInputAttrs: {
|
|
166
|
-
type: import('vue').PropType<Record<string, any>>;
|
|
167
|
-
};
|
|
168
|
-
icon: {
|
|
169
|
-
type: import('vue').PropType<import('..').MaterialIcons>;
|
|
170
|
-
};
|
|
171
|
-
iconStart: {
|
|
172
|
-
type: import('vue').PropType<import('..').MaterialIcons>;
|
|
173
|
-
};
|
|
174
|
-
multiline: {
|
|
175
|
-
type: import('vue').PropType<boolean>;
|
|
176
|
-
};
|
|
177
|
-
autoheight: {
|
|
178
|
-
type: import('vue').PropType<boolean>;
|
|
179
|
-
};
|
|
180
|
-
lines: {
|
|
181
|
-
type: import('vue').PropType<number>;
|
|
182
|
-
};
|
|
183
|
-
autocomplete: {
|
|
184
|
-
type: import('vue').PropType<AutoFillField>;
|
|
185
|
-
};
|
|
186
|
-
autofocus: {
|
|
187
|
-
type: import('vue').PropType<boolean>;
|
|
188
|
-
};
|
|
189
|
-
debounceDelay: {
|
|
190
|
-
type: import('vue').PropType<number>;
|
|
191
|
-
default: number;
|
|
192
|
-
};
|
|
193
|
-
}>> & {
|
|
194
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
195
|
-
onDebounce?: ((...args: any[]) => any) | undefined;
|
|
196
|
-
}, {
|
|
197
|
-
type: string;
|
|
198
|
-
modelValue: string | number;
|
|
199
|
-
debounceDelay: number;
|
|
200
|
-
}, {}>;
|
|
26
|
+
$el: "text" | typeof import('..').TextInput;
|
|
201
27
|
id: string;
|
|
202
|
-
type?: string
|
|
203
|
-
label?: string
|
|
204
|
-
placeholder?: string
|
|
28
|
+
type?: string;
|
|
29
|
+
label?: string;
|
|
30
|
+
placeholder?: string;
|
|
205
31
|
children?: import('..').Field<Record<string, any>>[] | undefined;
|
|
206
32
|
class?: import('..').AttributeValue | import('..').AttributeFn<Record<string, any>>;
|
|
207
33
|
attrs?: import('..').Attributes<Record<string, any>> | undefined;
|
|
208
|
-
required?: boolean
|
|
209
|
-
disabled?: boolean
|
|
210
|
-
helptext?: string
|
|
211
|
-
options?: string | (
|
|
212
|
-
label?: string
|
|
34
|
+
required?: boolean;
|
|
35
|
+
disabled?: boolean;
|
|
36
|
+
helptext?: string;
|
|
37
|
+
options?: string | ({
|
|
38
|
+
label?: string;
|
|
213
39
|
value: string | number;
|
|
214
|
-
})[] | ((val: any, rowData?: Record<string, any>
|
|
40
|
+
} | string | number | Record<string, any>)[] | ((val: any, rowData?: Record<string, any>) => void);
|
|
215
41
|
defaultValue?: any;
|
|
216
|
-
onUpdate?: (
|
|
42
|
+
onUpdate?: (val: any, rowData?: Record<string, any>) => void;
|
|
217
43
|
'v-if'?: string | boolean | ((val: any, row: Record<string, any>) => boolean) | undefined;
|
|
218
44
|
} | {
|
|
219
45
|
transform: undefined;
|
|
220
|
-
$el: "select" | (
|
|
221
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
|
222
|
-
options: {
|
|
223
|
-
type: import('vue').PropType<(string | number | Record<string, any> | {
|
|
224
|
-
label: string;
|
|
225
|
-
value: string | number;
|
|
226
|
-
})[]>;
|
|
227
|
-
required: true;
|
|
228
|
-
};
|
|
229
|
-
placeholder: {
|
|
230
|
-
type: import('vue').PropType<string>;
|
|
231
|
-
};
|
|
232
|
-
disabled: {
|
|
233
|
-
type: import('vue').PropType<boolean>;
|
|
234
|
-
};
|
|
235
|
-
modelValue: {
|
|
236
|
-
type: import('vue').PropType<string | number | Record<string, any> | {
|
|
237
|
-
label: string;
|
|
238
|
-
value: string | number;
|
|
239
|
-
}>;
|
|
240
|
-
};
|
|
241
|
-
searchable: {
|
|
242
|
-
type: import('vue').PropType<boolean>;
|
|
243
|
-
};
|
|
244
|
-
required: {
|
|
245
|
-
type: import('vue').PropType<boolean>;
|
|
246
|
-
};
|
|
247
|
-
label: {
|
|
248
|
-
type: import('vue').PropType<string>;
|
|
249
|
-
};
|
|
250
|
-
fullWidth: {
|
|
251
|
-
type: import('vue').PropType<boolean>;
|
|
252
|
-
};
|
|
253
|
-
multiselect: {
|
|
254
|
-
type: import('vue').PropType<boolean>;
|
|
255
|
-
};
|
|
256
|
-
icon: {
|
|
257
|
-
type: import('vue').PropType<import('..').MaterialIcons>;
|
|
258
|
-
};
|
|
259
|
-
hideLabel: {
|
|
260
|
-
type: import('vue').PropType<boolean>;
|
|
261
|
-
};
|
|
262
|
-
}>> & {
|
|
263
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
264
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
265
|
-
"update:modelValue": (...args: any[]) => void;
|
|
266
|
-
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
267
|
-
options: {
|
|
268
|
-
type: import('vue').PropType<(string | number | Record<string, any> | {
|
|
269
|
-
label: string;
|
|
270
|
-
value: string | number;
|
|
271
|
-
})[]>;
|
|
272
|
-
required: true;
|
|
273
|
-
};
|
|
274
|
-
placeholder: {
|
|
275
|
-
type: import('vue').PropType<string>;
|
|
276
|
-
};
|
|
277
|
-
disabled: {
|
|
278
|
-
type: import('vue').PropType<boolean>;
|
|
279
|
-
};
|
|
280
|
-
modelValue: {
|
|
281
|
-
type: import('vue').PropType<string | number | Record<string, any> | {
|
|
282
|
-
label: string;
|
|
283
|
-
value: string | number;
|
|
284
|
-
}>;
|
|
285
|
-
};
|
|
286
|
-
searchable: {
|
|
287
|
-
type: import('vue').PropType<boolean>;
|
|
288
|
-
};
|
|
289
|
-
required: {
|
|
290
|
-
type: import('vue').PropType<boolean>;
|
|
291
|
-
};
|
|
292
|
-
label: {
|
|
293
|
-
type: import('vue').PropType<string>;
|
|
294
|
-
};
|
|
295
|
-
fullWidth: {
|
|
296
|
-
type: import('vue').PropType<boolean>;
|
|
297
|
-
};
|
|
298
|
-
multiselect: {
|
|
299
|
-
type: import('vue').PropType<boolean>;
|
|
300
|
-
};
|
|
301
|
-
icon: {
|
|
302
|
-
type: import('vue').PropType<import('..').MaterialIcons>;
|
|
303
|
-
};
|
|
304
|
-
hideLabel: {
|
|
305
|
-
type: import('vue').PropType<boolean>;
|
|
306
|
-
};
|
|
307
|
-
}>> & {
|
|
308
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
309
|
-
}, {}, true, {}, {}, {
|
|
310
|
-
P: {};
|
|
311
|
-
B: {};
|
|
312
|
-
D: {};
|
|
313
|
-
C: {};
|
|
314
|
-
M: {};
|
|
315
|
-
Defaults: {};
|
|
316
|
-
}, Readonly<import('vue').ExtractPropTypes<{
|
|
317
|
-
options: {
|
|
318
|
-
type: import('vue').PropType<(string | number | Record<string, any> | {
|
|
319
|
-
label: string;
|
|
320
|
-
value: string | number;
|
|
321
|
-
})[]>;
|
|
322
|
-
required: true;
|
|
323
|
-
};
|
|
324
|
-
placeholder: {
|
|
325
|
-
type: import('vue').PropType<string>;
|
|
326
|
-
};
|
|
327
|
-
disabled: {
|
|
328
|
-
type: import('vue').PropType<boolean>;
|
|
329
|
-
};
|
|
330
|
-
modelValue: {
|
|
331
|
-
type: import('vue').PropType<string | number | Record<string, any> | {
|
|
332
|
-
label: string;
|
|
333
|
-
value: string | number;
|
|
334
|
-
}>;
|
|
335
|
-
};
|
|
336
|
-
searchable: {
|
|
337
|
-
type: import('vue').PropType<boolean>;
|
|
338
|
-
};
|
|
339
|
-
required: {
|
|
340
|
-
type: import('vue').PropType<boolean>;
|
|
341
|
-
};
|
|
342
|
-
label: {
|
|
343
|
-
type: import('vue').PropType<string>;
|
|
344
|
-
};
|
|
345
|
-
fullWidth: {
|
|
346
|
-
type: import('vue').PropType<boolean>;
|
|
347
|
-
};
|
|
348
|
-
multiselect: {
|
|
349
|
-
type: import('vue').PropType<boolean>;
|
|
350
|
-
};
|
|
351
|
-
icon: {
|
|
352
|
-
type: import('vue').PropType<import('..').MaterialIcons>;
|
|
353
|
-
};
|
|
354
|
-
hideLabel: {
|
|
355
|
-
type: import('vue').PropType<boolean>;
|
|
356
|
-
};
|
|
357
|
-
}>> & {
|
|
358
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
359
|
-
}, {}, {}, {}, {}, {}>;
|
|
360
|
-
__isFragment?: undefined;
|
|
361
|
-
__isTeleport?: undefined;
|
|
362
|
-
__isSuspense?: undefined;
|
|
363
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
364
|
-
options: {
|
|
365
|
-
type: import('vue').PropType<(string | number | Record<string, any> | {
|
|
366
|
-
label: string;
|
|
367
|
-
value: string | number;
|
|
368
|
-
})[]>;
|
|
369
|
-
required: true;
|
|
370
|
-
};
|
|
371
|
-
placeholder: {
|
|
372
|
-
type: import('vue').PropType<string>;
|
|
373
|
-
};
|
|
374
|
-
disabled: {
|
|
375
|
-
type: import('vue').PropType<boolean>;
|
|
376
|
-
};
|
|
377
|
-
modelValue: {
|
|
378
|
-
type: import('vue').PropType<string | number | Record<string, any> | {
|
|
379
|
-
label: string;
|
|
380
|
-
value: string | number;
|
|
381
|
-
}>;
|
|
382
|
-
};
|
|
383
|
-
searchable: {
|
|
384
|
-
type: import('vue').PropType<boolean>;
|
|
385
|
-
};
|
|
386
|
-
required: {
|
|
387
|
-
type: import('vue').PropType<boolean>;
|
|
388
|
-
};
|
|
389
|
-
label: {
|
|
390
|
-
type: import('vue').PropType<string>;
|
|
391
|
-
};
|
|
392
|
-
fullWidth: {
|
|
393
|
-
type: import('vue').PropType<boolean>;
|
|
394
|
-
};
|
|
395
|
-
multiselect: {
|
|
396
|
-
type: import('vue').PropType<boolean>;
|
|
397
|
-
};
|
|
398
|
-
icon: {
|
|
399
|
-
type: import('vue').PropType<import('..').MaterialIcons>;
|
|
400
|
-
};
|
|
401
|
-
hideLabel: {
|
|
402
|
-
type: import('vue').PropType<boolean>;
|
|
403
|
-
};
|
|
404
|
-
}>> & {
|
|
405
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
406
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
407
|
-
"update:modelValue": (...args: any[]) => void;
|
|
408
|
-
}, string, {}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
409
|
-
$slots: {
|
|
410
|
-
last?(_: {}): any;
|
|
411
|
-
};
|
|
412
|
-
}));
|
|
46
|
+
$el: "select" | typeof import('..').SelectInput;
|
|
413
47
|
id: string;
|
|
414
|
-
label?: string
|
|
415
|
-
placeholder?: string
|
|
48
|
+
label?: string;
|
|
49
|
+
placeholder?: string;
|
|
416
50
|
children?: import('..').Field<Record<string, any>>[] | undefined;
|
|
417
51
|
class?: import('..').AttributeValue | import('..').AttributeFn<Record<string, any>>;
|
|
418
52
|
attrs?: import('..').Attributes<Record<string, any>> | undefined;
|
|
419
|
-
required?: boolean
|
|
420
|
-
disabled?: boolean
|
|
421
|
-
helptext?: string
|
|
422
|
-
options?: string | (
|
|
423
|
-
label?: string
|
|
53
|
+
required?: boolean;
|
|
54
|
+
disabled?: boolean;
|
|
55
|
+
helptext?: string;
|
|
56
|
+
options?: string | ({
|
|
57
|
+
label?: string;
|
|
424
58
|
value: string | number;
|
|
425
|
-
})[] | ((val: any, rowData?: Record<string, any>
|
|
59
|
+
} | string | number | Record<string, any>)[] | ((val: any, rowData?: Record<string, any>) => void);
|
|
426
60
|
defaultValue?: any;
|
|
427
|
-
onUpdate?: (
|
|
61
|
+
onUpdate?: (val: any, rowData?: Record<string, any>) => void;
|
|
428
62
|
'v-if'?: string | boolean | ((val: any, row: Record<string, any>) => boolean) | undefined;
|
|
429
63
|
};
|
|
430
|
-
}) => any
|
|
64
|
+
}) => any>>;
|
|
65
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
66
|
+
selecteItems?: string[];
|
|
67
|
+
data: any[];
|
|
68
|
+
schema?: BglFormSchemaT | (() => BglFormSchemaT);
|
|
69
|
+
showFields?: string[];
|
|
70
|
+
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
71
|
+
select: (...args: any[]) => void;
|
|
72
|
+
"update:selecteItems": (...args: any[]) => void;
|
|
73
|
+
orderBy: (...args: any[]) => void;
|
|
74
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
75
|
+
selecteItems?: string[];
|
|
76
|
+
data: any[];
|
|
77
|
+
schema?: BglFormSchemaT | (() => BglFormSchemaT);
|
|
78
|
+
showFields?: string[];
|
|
79
|
+
}>>> & {
|
|
80
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
81
|
+
"onUpdate:selecteItems"?: ((...args: any[]) => any) | undefined;
|
|
82
|
+
onOrderBy?: ((...args: any[]) => any) | undefined;
|
|
83
|
+
}, {}, {}>;
|
|
84
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
431
85
|
export default _default;
|
|
432
86
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
433
87
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"AAGA,OAAO,EAEN,KAAK,cAAc,EAGnB,MAAM,eAAe,CAAA
|
|
1
|
+
{"version":3,"file":"TableSchema.vue.d.ts","sourceRoot":"","sources":["../../src/components/TableSchema.vue"],"names":[],"mappings":"AAGA,OAAO,EAEN,KAAK,cAAc,EAGnB,MAAM,eAAe,CAAA;AAoHtB,iBAAS,cAAc;;;;;;;;;;;;;;;iBApGC,CAAC;;0EAOxB,CAAC;;qCAKiB,CAAC;;;;;;;;;;;;;;;;iBAZI,CAAC;;0EAOxB,CAAC;;qCAKiB,CAAC;;;;;;;;;;;;;;;iBAZI,CAAC;;0EAOxB,CAAC;;qCAKiB,CAAC;;;MAwUkE,GAAG,GAIxF;AAyBD,QAAA,MAAM,eAAe;mBAML,MAAM,EAAE;UACjB,GAAG,EAAE;aACF,cAAc,GAAG,CAAC,MAAM,cAAc,CAAC;iBACnC,MAAM,EAAE;;;;;;mBAHN,MAAM,EAAE;UACjB,GAAG,EAAE;aACF,cAAc,GAAG,CAAC,MAAM,cAAc,CAAC;iBACnC,MAAM,EAAE;;;;;UAGpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
2
5
|
value: {
|
|
3
6
|
type: StringConstructor;
|
|
4
7
|
default: string;
|
|
@@ -28,9 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
28
31
|
label: string;
|
|
29
32
|
value: string;
|
|
30
33
|
tag: string;
|
|
31
|
-
}, {}
|
|
32
|
-
|
|
33
|
-
}>;
|
|
34
|
+
}, {}>;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
34
36
|
export default _default;
|
|
35
37
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
38
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Title.vue.d.ts","sourceRoot":"","sources":["../../src/components/Title.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Title.vue.d.ts","sourceRoot":"","sources":["../../src/components/Title.vue"],"names":[],"mappings":"AAsBA,iBAAS,cAAc;qBAoCM,GAAG;EAK/B;AAqBD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
|
-
}
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
4
6
|
export default _default;
|
|
5
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
8
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TopBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/TopBar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TopBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/TopBar.vue"],"names":[],"mappings":"AAOA,iBAAS,cAAc;qBAoCM,GAAG;EAG/B;AAOD,QAAA,MAAM,eAAe,0NAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BglField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglField.vue"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,KAAK,EAOV,MAAM,eAAe,CAAA;;WA6Ib,KAAK;gBACA,
|
|
1
|
+
{"version":3,"file":"BglField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglField.vue"],"names":[],"mappings":"AAEA,OAAO,EAEN,KAAK,KAAK,EAOV,MAAM,eAAe,CAAA;;WA6Ib,KAAK;gBACA,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;WADxB,KAAK;gBACA,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;gBAAnB,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;AAPjC,wBAUG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
|
@@ -3,14 +3,22 @@ import { BglFormSchemaT } from '../..';
|
|
|
3
3
|
type FormStatus = 'idle' | 'loading' | 'success' | 'error';
|
|
4
4
|
declare function runSubmit(): void;
|
|
5
5
|
declare function deleteItem(): void;
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
submit?(_: {
|
|
8
|
+
submit: typeof runSubmit;
|
|
9
|
+
isDirty: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<false> | import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<true>;
|
|
10
|
+
}): any;
|
|
11
|
+
success?(_: {}): any;
|
|
12
|
+
error?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
|
+
label?: string;
|
|
16
|
+
id?: string;
|
|
9
17
|
schema: BglFormSchemaT<any>;
|
|
10
|
-
modelValue?: Record<string, any
|
|
11
|
-
onDelete?: (
|
|
12
|
-
onSubmit?: (
|
|
13
|
-
status?: FormStatus
|
|
18
|
+
modelValue?: Record<string, any>;
|
|
19
|
+
onDelete?: (id: string) => void;
|
|
20
|
+
onSubmit?: (data: any) => void;
|
|
21
|
+
status?: FormStatus;
|
|
14
22
|
}>, {
|
|
15
23
|
modelValue: () => {};
|
|
16
24
|
}>, {
|
|
@@ -23,13 +31,13 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
23
31
|
"update:modelValue": (...args: any[]) => void;
|
|
24
32
|
dirty: (...args: any[]) => void;
|
|
25
33
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
26
|
-
label?: string
|
|
27
|
-
id?: string
|
|
34
|
+
label?: string;
|
|
35
|
+
id?: string;
|
|
28
36
|
schema: BglFormSchemaT<any>;
|
|
29
|
-
modelValue?: Record<string, any
|
|
30
|
-
onDelete?: (
|
|
31
|
-
onSubmit?: (
|
|
32
|
-
status?: FormStatus
|
|
37
|
+
modelValue?: Record<string, any>;
|
|
38
|
+
onDelete?: (id: string) => void;
|
|
39
|
+
onSubmit?: (data: any) => void;
|
|
40
|
+
status?: FormStatus;
|
|
33
41
|
}>, {
|
|
34
42
|
modelValue: () => {};
|
|
35
43
|
}>>> & {
|
|
@@ -38,14 +46,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
38
46
|
onDirty?: ((...args: any[]) => any) | undefined;
|
|
39
47
|
}, {
|
|
40
48
|
modelValue: Record<string, any>;
|
|
41
|
-
}, {}
|
|
42
|
-
|
|
43
|
-
submit: typeof runSubmit;
|
|
44
|
-
isDirty: import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<false> | import('@vue-macros/reactivity-transform/macros.js').ReactiveVariable<true>;
|
|
45
|
-
}): any;
|
|
46
|
-
success?(_: {}): any;
|
|
47
|
-
error?(_: {}): any;
|
|
48
|
-
}>;
|
|
49
|
+
}, {}>;
|
|
50
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
49
51
|
export default _default;
|
|
50
52
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
53
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BglForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglForm.vue"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AA8CnD,KAAK,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AAa1D,iBAAS,SAAS,SAMjB;AAID,iBAAS,UAAU,SAgBlB
|
|
1
|
+
{"version":3,"file":"BglForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/form/BglForm.vue"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AA8CnD,KAAK,UAAU,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAA;AAa1D,iBAAS,SAAS,SAMjB;AAID,iBAAS,UAAU,SAgBlB;AAqBD,iBAAS,cAAc;;;;QAuHM,GAAG;qBACF,GAAG;mBACL,GAAG;EAG9B;AAwBD,QAAA,MAAM,eAAe;YAOX,MAAM;SACT,MAAM;YACH,cAAc,CAAC,GAAG,CAAC;iBACd,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACrB,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI;eACpB,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;aACrB,UAAU;;;;;;;;;;;;;YANX,MAAM;SACT,MAAM;YACH,cAAc,CAAC,GAAG,CAAC;iBACd,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;eACrB,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI;eACpB,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI;aACrB,UAAU;;;;;;;;gBAHN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;MAMhC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
label?(_: {}): any;
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{
|
|
2
5
|
modelValue: import('vue').PropType<boolean>;
|
|
3
6
|
label: {
|
|
4
7
|
type: import('vue').PropType<string>;
|
|
@@ -32,9 +35,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
32
35
|
required: {
|
|
33
36
|
type: import('vue').PropType<boolean>;
|
|
34
37
|
};
|
|
35
|
-
}>>, {}, {}
|
|
36
|
-
|
|
37
|
-
}>;
|
|
38
|
+
}>>, {}, {}>;
|
|
39
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
38
40
|
export default _default;
|
|
39
41
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
42
|
new (): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/CheckInput.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CheckInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/CheckInput.vue"],"names":[],"mappings":"AAoBA,iBAAS,cAAc;mBAgHK,GAAG;EAK9B;AAkBD,QAAA,MAAM,eAAe;gBA7IP,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;;;gBAA/B,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC;;;;;;;;;;;;;;;;YA4J3C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAGxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/Checkbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/inputs/Checkbox.vue"],"names":[],"mappings":";gBAWc,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;gBAA3B,OAAO,KAAK,EAAE,QAAQ,CAAC,GAAG,CAAC;;AAwFzC,wBAMG"}
|