@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.
Files changed (100) hide show
  1. package/dist/components/Accordion.vue.d.ts +4 -2
  2. package/dist/components/Accordion.vue.d.ts.map +1 -1
  3. package/dist/components/AccordionItem.vue.d.ts +13 -11
  4. package/dist/components/AccordionItem.vue.d.ts.map +1 -1
  5. package/dist/components/Alert.vue.d.ts +1 -1
  6. package/dist/components/Alert.vue.d.ts.map +1 -1
  7. package/dist/components/Avatar.vue.d.ts +8 -8
  8. package/dist/components/Avatar.vue.d.ts.map +1 -1
  9. package/dist/components/Btn.vue.d.ts +39 -37
  10. package/dist/components/Btn.vue.d.ts.map +1 -1
  11. package/dist/components/Card.vue.d.ts +22 -20
  12. package/dist/components/Card.vue.d.ts.map +1 -1
  13. package/dist/components/Carousel.vue.d.ts +14 -12
  14. package/dist/components/Carousel.vue.d.ts.map +1 -1
  15. package/dist/components/DataPreview.vue.d.ts +6 -4
  16. package/dist/components/DataPreview.vue.d.ts.map +1 -1
  17. package/dist/components/ListItem.vue.d.ts +16 -14
  18. package/dist/components/ListItem.vue.d.ts.map +1 -1
  19. package/dist/components/ListView.vue.d.ts +4 -2
  20. package/dist/components/ListView.vue.d.ts.map +1 -1
  21. package/dist/components/MaterialIcon.vue.d.ts +8 -8
  22. package/dist/components/MaterialIcon.vue.d.ts.map +1 -1
  23. package/dist/components/Modal.vue.d.ts +20 -18
  24. package/dist/components/Modal.vue.d.ts.map +1 -1
  25. package/dist/components/ModalForm.vue.d.ts.map +1 -1
  26. package/dist/components/NavBar.vue.d.ts +19 -15
  27. package/dist/components/NavBar.vue.d.ts.map +1 -1
  28. package/dist/components/PageTitle.vue.d.ts +6 -4
  29. package/dist/components/PageTitle.vue.d.ts.map +1 -1
  30. package/dist/components/TableSchema.vue.d.ts +53 -399
  31. package/dist/components/TableSchema.vue.d.ts.map +1 -1
  32. package/dist/components/Title.vue.d.ts +6 -4
  33. package/dist/components/Title.vue.d.ts.map +1 -1
  34. package/dist/components/TopBar.vue.d.ts +4 -2
  35. package/dist/components/TopBar.vue.d.ts.map +1 -1
  36. package/dist/components/form/BglField.vue.d.ts.map +1 -1
  37. package/dist/components/form/BglForm.vue.d.ts +23 -21
  38. package/dist/components/form/BglForm.vue.d.ts.map +1 -1
  39. package/dist/components/form/inputs/CheckInput.vue.d.ts +6 -4
  40. package/dist/components/form/inputs/CheckInput.vue.d.ts.map +1 -1
  41. package/dist/components/form/inputs/Checkbox.vue.d.ts.map +1 -1
  42. package/dist/components/form/inputs/ColorPicker.vue.d.ts +14 -14
  43. package/dist/components/form/inputs/ColorPicker.vue.d.ts.map +1 -1
  44. package/dist/components/form/inputs/DateInput.vue.d.ts +14 -14
  45. package/dist/components/form/inputs/DateInput.vue.d.ts.map +1 -1
  46. package/dist/components/form/inputs/DatePicker.vue.d.ts +14 -14
  47. package/dist/components/form/inputs/DatePicker.vue.d.ts.map +1 -1
  48. package/dist/components/form/inputs/FileUpload.vue.d.ts +39 -161
  49. package/dist/components/form/inputs/FileUpload.vue.d.ts.map +1 -1
  50. package/dist/components/form/inputs/JSONInput.vue.d.ts +10 -10
  51. package/dist/components/form/inputs/JSONInput.vue.d.ts.map +1 -1
  52. package/dist/components/form/inputs/RadioPillsInput.vue.d.ts +6 -6
  53. package/dist/components/form/inputs/RadioPillsInput.vue.d.ts.map +1 -1
  54. package/dist/components/form/inputs/SelectInput.vue.d.ts +26 -24
  55. package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
  56. package/dist/components/form/inputs/SignaturePad.vue.d.ts +18 -18
  57. package/dist/components/form/inputs/SignaturePad.vue.d.ts.map +1 -1
  58. package/dist/components/form/inputs/TableField.vue.d.ts +2 -2
  59. package/dist/components/form/inputs/TableField.vue.d.ts.map +1 -1
  60. package/dist/components/form/inputs/TelInput.vue.d.ts +3 -3
  61. package/dist/components/form/inputs/TelInput.vue.d.ts.map +1 -1
  62. package/dist/components/form/inputs/TextInput.vue.d.ts +46 -46
  63. package/dist/components/form/inputs/TextInput.vue.d.ts.map +1 -1
  64. package/dist/components/form/inputs/ToggleInput.vue.d.ts.map +1 -1
  65. package/dist/components/layout/BottomMenu.vue.d.ts +6 -4
  66. package/dist/components/layout/BottomMenu.vue.d.ts.map +1 -1
  67. package/dist/components/layout/Layout.vue.d.ts +6 -4
  68. package/dist/components/layout/Layout.vue.d.ts.map +1 -1
  69. package/dist/components/layout/SidebarMenu.vue.d.ts +13 -11
  70. package/dist/components/layout/SidebarMenu.vue.d.ts.map +1 -1
  71. package/dist/components/layout/TabbedLayout.vue.d.ts +16 -14
  72. package/dist/components/layout/TabbedLayout.vue.d.ts.map +1 -1
  73. package/dist/components/layout/Tabs.vue.d.ts +6 -4
  74. package/dist/components/layout/Tabs.vue.d.ts.map +1 -1
  75. package/dist/components/layout/TabsBody.vue.d.ts +4 -2
  76. package/dist/components/layout/TabsBody.vue.d.ts.map +1 -1
  77. package/dist/components/layout/TabsNav.vue.d.ts +13 -10
  78. package/dist/components/layout/TabsNav.vue.d.ts.map +1 -1
  79. package/dist/index.cjs +682 -1195
  80. package/dist/index.mjs +682 -1195
  81. package/dist/plugins/bagel.d.ts.map +1 -1
  82. package/dist/style.css +440 -182
  83. package/dist/utils/index.d.ts.map +1 -1
  84. package/dist/utils/lang.d.ts.map +1 -1
  85. package/package.json +4 -4
  86. package/src/components/AccordionItem.vue +3 -2
  87. package/src/components/Btn.vue +3 -2
  88. package/src/components/Card.vue +1 -0
  89. package/src/components/ListItem.vue +1 -1
  90. package/src/components/NavBar.vue +1 -1
  91. package/src/components/TableSchema.vue +1 -1
  92. package/src/components/form/inputs/FileUpload.vue +2 -1
  93. package/src/components/form/inputs/ToggleInput.vue +13 -10
  94. package/src/components/layout/TabsNav.vue +56 -31
  95. package/src/styles/appearance.css +8 -0
  96. package/src/styles/inputs.css +18 -0
  97. package/src/styles/layout.css +93 -0
  98. package/src/styles/mobilLayout.css +94 -0
  99. package/src/styles/text.css +81 -0
  100. package/src/styles/theme.css +1 -1
@@ -1,433 +1,87 @@
1
1
  import { BglFormSchemaT } from '..';
2
2
 
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
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 | undefined;
27
- label?: string | undefined;
28
- placeholder?: string | undefined;
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 | undefined;
33
- disabled?: boolean | undefined;
34
- helptext?: string | undefined;
35
- options?: string | (string | number | Record<string, any> | {
36
- label?: string | undefined;
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> | undefined) => void) | undefined;
20
+ } | string | number | Record<string, any>)[] | ((val: any, rowData?: Record<string, any>) => void);
39
21
  defaultValue?: any;
40
- onUpdate?: ((val: any, rowData?: Record<string, any> | undefined) => void) | undefined;
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('vue').DefineComponent<{
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 | undefined;
203
- label?: string | undefined;
204
- placeholder?: string | undefined;
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 | undefined;
209
- disabled?: boolean | undefined;
210
- helptext?: string | undefined;
211
- options?: string | (string | number | Record<string, any> | {
212
- label?: string | undefined;
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> | undefined) => void) | undefined;
40
+ } | string | number | Record<string, any>)[] | ((val: any, rowData?: Record<string, any>) => void);
215
41
  defaultValue?: any;
216
- onUpdate?: ((val: any, rowData?: Record<string, any> | undefined) => void) | undefined;
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 | undefined;
415
- placeholder?: string | undefined;
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 | undefined;
420
- disabled?: boolean | undefined;
421
- helptext?: string | undefined;
422
- options?: string | (string | number | Record<string, any> | {
423
- label?: string | undefined;
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> | undefined) => void) | undefined;
59
+ } | string | number | Record<string, any>)[] | ((val: any, rowData?: Record<string, any>) => void);
426
60
  defaultValue?: any;
427
- onUpdate?: ((val: any, rowData?: Record<string, any> | undefined) => void) | undefined;
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8YtB,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
+ {"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 const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
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
- default?(_: {}): any;
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwGA,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
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 const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, {
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":";;;AA2DA,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
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,OAAO,MAAM,EAAE,GAAG,CAAC;;;;;;WADxB,KAAK;gBACA,OAAO,MAAM,EAAE,GAAG,CAAC;;;;;;gBAAnB,OAAO,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"}
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 const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
- label?: string | undefined;
8
- id?: string | undefined;
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> | undefined;
11
- onDelete?: ((id: string) => void) | undefined;
12
- onSubmit?: ((data: any) => void) | undefined;
13
- status?: FormStatus | undefined;
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 | undefined;
27
- id?: string | undefined;
34
+ label?: string;
35
+ id?: string;
28
36
  schema: BglFormSchemaT<any>;
29
- modelValue?: Record<string, any> | undefined;
30
- onDelete?: ((id: string) => void) | undefined;
31
- onSubmit?: ((data: any) => void) | undefined;
32
- status?: FormStatus | undefined;
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
- submit?(_: {
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0LD,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
+ {"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 const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
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
- label?(_: {}): any;
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2KA,wBAAwG;AAGxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
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":";;;;;AAmGA,wBAMG"}
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"}