@comercti/react-components-hmg 0.22.6 → 0.22.9
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/comerc-style-guide.cjs.js +29 -29
- package/comerc-style-guide.es.js +2273 -2179
- package/comerc-style-guide.umd.js +29 -29
- package/index.d.ts +258 -204
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -36,23 +36,28 @@ copyable: boolean;
|
|
|
36
36
|
rootRef: HTMLDivElement;
|
|
37
37
|
}, HTMLDivElement>;
|
|
38
38
|
|
|
39
|
-
declare const __VLS_component_10: DefineComponent<
|
|
39
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
40
|
+
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
41
|
+
tag: string;
|
|
42
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
|
|
44
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
40
45
|
tag: string;
|
|
41
46
|
noGutters: boolean;
|
|
42
47
|
dense: boolean;
|
|
43
48
|
noCols: boolean;
|
|
44
49
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
45
50
|
|
|
46
|
-
declare const
|
|
51
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
47
52
|
block: boolean;
|
|
48
53
|
tag: string;
|
|
49
54
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
50
55
|
|
|
51
|
-
declare const
|
|
56
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
52
57
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
53
58
|
backToHome: (value: boolean) => any;
|
|
54
59
|
logout: (value: boolean) => any;
|
|
55
|
-
}, string, PublicProps, Readonly<
|
|
60
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
56
61
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
57
62
|
onBackToHome?: (value: boolean) => any;
|
|
58
63
|
onLogout?: (value: boolean) => any;
|
|
@@ -64,7 +69,7 @@ itemsMenuMyService: ItensMenu_2[];
|
|
|
64
69
|
itemsSearch: ItensMenu_2[];
|
|
65
70
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
66
71
|
|
|
67
|
-
declare const
|
|
72
|
+
declare const __VLS_component_14: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
68
73
|
"update:modelValue": (path: string) => any;
|
|
69
74
|
redirect: (path: string) => any;
|
|
70
75
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
@@ -76,7 +81,7 @@ home: string;
|
|
|
76
81
|
divider: "/" | ">";
|
|
77
82
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
78
83
|
|
|
79
|
-
declare const
|
|
84
|
+
declare const __VLS_component_15: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
80
85
|
updateValue: (value: string) => any;
|
|
81
86
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
82
87
|
onUpdateValue?: (value: string) => any;
|
|
@@ -86,13 +91,13 @@ initialTab: string;
|
|
|
86
91
|
inactivate: boolean;
|
|
87
92
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
88
93
|
|
|
89
|
-
declare const
|
|
94
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
90
95
|
|
|
91
|
-
declare const
|
|
96
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_21, {
|
|
92
97
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
93
98
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
94
99
|
click: (event: MouseEvent) => any;
|
|
95
|
-
}, string, PublicProps, Readonly<
|
|
100
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
96
101
|
onClick?: (event: MouseEvent) => any;
|
|
97
102
|
}>, {
|
|
98
103
|
disabled: boolean;
|
|
@@ -105,10 +110,10 @@ badgeOffsetBottom: number;
|
|
|
105
110
|
rootRef: HTMLDivElement;
|
|
106
111
|
}, any>;
|
|
107
112
|
|
|
108
|
-
declare const
|
|
113
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
109
114
|
submit: () => any;
|
|
110
115
|
clear: () => any;
|
|
111
|
-
}, string, PublicProps, Readonly<
|
|
116
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
112
117
|
onSubmit?: () => any;
|
|
113
118
|
onClear?: () => any;
|
|
114
119
|
}>, {
|
|
@@ -121,7 +126,7 @@ showClearButton: boolean;
|
|
|
121
126
|
menuRef: HTMLDivElement;
|
|
122
127
|
}, HTMLDivElement>;
|
|
123
128
|
|
|
124
|
-
declare const
|
|
129
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
125
130
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
126
131
|
size: "sm" | "md" | "lg";
|
|
127
132
|
rounded: "sm" | "md" | "lg";
|
|
@@ -129,18 +134,6 @@ variant: "solid" | "outline" | "ghost";
|
|
|
129
134
|
status: boolean;
|
|
130
135
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
131
136
|
|
|
132
|
-
declare const __VLS_component_19: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
133
|
-
close: (value: boolean) => any;
|
|
134
|
-
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
135
|
-
onClose?: (value: boolean) => any;
|
|
136
|
-
}>, {
|
|
137
|
-
background: "white" | "green";
|
|
138
|
-
rounded: boolean;
|
|
139
|
-
position: "top" | "bottom";
|
|
140
|
-
isOpen: boolean;
|
|
141
|
-
showIcon: boolean;
|
|
142
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
143
|
-
|
|
144
137
|
declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
|
|
145
138
|
/** Focus button */
|
|
146
139
|
focus: () => void;
|
|
@@ -159,9 +152,21 @@ variant: tipoVariante;
|
|
|
159
152
|
buttonRef: unknown;
|
|
160
153
|
}, any>;
|
|
161
154
|
|
|
162
|
-
declare const __VLS_component_20: DefineComponent<
|
|
155
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
156
|
+
close: (value: boolean) => any;
|
|
157
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
158
|
+
onClose?: (value: boolean) => any;
|
|
159
|
+
}>, {
|
|
160
|
+
background: "white" | "green";
|
|
161
|
+
rounded: boolean;
|
|
162
|
+
position: "top" | "bottom";
|
|
163
|
+
isOpen: boolean;
|
|
164
|
+
showIcon: boolean;
|
|
165
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
166
|
+
|
|
167
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
163
168
|
close: (value: boolean) => any;
|
|
164
|
-
}, string, PublicProps, Readonly<
|
|
169
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
165
170
|
onClose?: (value: boolean) => any;
|
|
166
171
|
}>, {
|
|
167
172
|
background: "1" | "2";
|
|
@@ -170,7 +175,7 @@ closeOutside: boolean;
|
|
|
170
175
|
showCloseButton: boolean;
|
|
171
176
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
172
177
|
|
|
173
|
-
declare const
|
|
178
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
174
179
|
focus: boolean;
|
|
175
180
|
location: "top" | "bottom" | "left" | "right";
|
|
176
181
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -178,7 +183,7 @@ activatorRef: HTMLDivElement;
|
|
|
178
183
|
tooltipRef: HTMLDivElement;
|
|
179
184
|
}, any>;
|
|
180
185
|
|
|
181
|
-
declare const
|
|
186
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
182
187
|
color: number;
|
|
183
188
|
rounded: boolean;
|
|
184
189
|
tag: string;
|
|
@@ -190,26 +195,26 @@ responsive: boolean;
|
|
|
190
195
|
rootRef: unknown;
|
|
191
196
|
}, any>;
|
|
192
197
|
|
|
193
|
-
declare const
|
|
198
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
194
199
|
tag: string;
|
|
195
200
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
196
201
|
|
|
197
|
-
declare const
|
|
202
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
198
203
|
tag: string;
|
|
199
204
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
200
205
|
|
|
201
|
-
declare const
|
|
206
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
202
207
|
type: "inline" | "centralized" | "highlighted";
|
|
203
208
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
204
209
|
|
|
205
|
-
declare const
|
|
210
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
206
211
|
openMenu: boolean;
|
|
207
212
|
layout: "default" | "base" | "minimal";
|
|
208
213
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
209
214
|
|
|
210
|
-
declare const
|
|
215
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
211
216
|
"toggle-collapse": (value: ICollapse[]) => any;
|
|
212
|
-
}, string, PublicProps, Readonly<
|
|
217
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
213
218
|
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
214
219
|
}>, {
|
|
215
220
|
items: Array<Record<string, unknown>>;
|
|
@@ -271,7 +276,34 @@ itemsSelection: ItemsSelection[];
|
|
|
271
276
|
dropdownRef: HTMLButtonElement;
|
|
272
277
|
}, any>;
|
|
273
278
|
|
|
274
|
-
declare const __VLS_component_7: DefineComponent<
|
|
279
|
+
declare const __VLS_component_7: DefineComponent<IDropzone, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
280
|
+
"update:modelValue": (file: FileItem | File | FileItem[]) => any;
|
|
281
|
+
updateFiles: (file: FileItem[]) => any;
|
|
282
|
+
}, string, PublicProps, Readonly<IDropzone> & Readonly<{
|
|
283
|
+
"onUpdate:modelValue"?: (file: FileItem | File | FileItem[]) => any;
|
|
284
|
+
onUpdateFiles?: (file: FileItem[]) => any;
|
|
285
|
+
}>, {
|
|
286
|
+
disabled: boolean;
|
|
287
|
+
rounded: "md" | "lg" | "xl";
|
|
288
|
+
compact: boolean;
|
|
289
|
+
variant: "primary" | "secondary";
|
|
290
|
+
clear: boolean;
|
|
291
|
+
accept: string[];
|
|
292
|
+
multiple: boolean;
|
|
293
|
+
maxFile: number;
|
|
294
|
+
maxFileSize: number;
|
|
295
|
+
selectAll: boolean;
|
|
296
|
+
customMessage: string[];
|
|
297
|
+
simulateProgress: boolean;
|
|
298
|
+
showProgressBar: boolean;
|
|
299
|
+
sendRemovedFile: boolean;
|
|
300
|
+
errorLabel: string;
|
|
301
|
+
successLabel: string;
|
|
302
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
303
|
+
inputFile: HTMLInputElement;
|
|
304
|
+
}, HTMLDivElement>;
|
|
305
|
+
|
|
306
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_10, {
|
|
275
307
|
focus: () => void;
|
|
276
308
|
valorSemMascara: Ref<string | number, string | number>;
|
|
277
309
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -279,7 +311,7 @@ valorSemMascara: Ref<string | number, string | number>;
|
|
|
279
311
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
280
312
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
281
313
|
blur: (value: string | number | CustomEvent<any>) => any;
|
|
282
|
-
}, string, PublicProps, Readonly<
|
|
314
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
283
315
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
284
316
|
onChange?: (value: string | number | CustomEvent<any>) => any;
|
|
285
317
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -297,7 +329,7 @@ rootRef: HTMLDivElement;
|
|
|
297
329
|
inputRef: HTMLInputElement;
|
|
298
330
|
}, any>;
|
|
299
331
|
|
|
300
|
-
declare const
|
|
332
|
+
declare const __VLS_component_9: DefineComponent<CeSelectFieldProps, {
|
|
301
333
|
/** Focus select */
|
|
302
334
|
focus: () => void;
|
|
303
335
|
/** Abre/Fecha dropdown do select */
|
|
@@ -327,11 +359,6 @@ inputRef: HTMLDivElement;
|
|
|
327
359
|
searchInputRef: HTMLInputElement;
|
|
328
360
|
}, any>;
|
|
329
361
|
|
|
330
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
331
|
-
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
332
|
-
tag: string;
|
|
333
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
334
|
-
|
|
335
362
|
declare type __VLS_Props = {
|
|
336
363
|
/** Indica o progresso */
|
|
337
364
|
progress: number;
|
|
@@ -342,27 +369,6 @@ declare type __VLS_Props = {
|
|
|
342
369
|
};
|
|
343
370
|
|
|
344
371
|
declare type __VLS_Props_10 = {
|
|
345
|
-
/** Valor para two-way binding (v-model) */
|
|
346
|
-
modelValue?: FileItem[];
|
|
347
|
-
/** array com os tipos de arquivos permitidos */
|
|
348
|
-
accept: string[];
|
|
349
|
-
/** desabilita o componente */
|
|
350
|
-
disabled?: boolean;
|
|
351
|
-
/** permite o upload de multiplos arquivos */
|
|
352
|
-
multiple?: boolean;
|
|
353
|
-
/** quantidade máxima de arquivos permitidos */
|
|
354
|
-
maxFile?: number;
|
|
355
|
-
/** tamanho máximo do arquivo em KB */
|
|
356
|
-
maxFileSize?: number;
|
|
357
|
-
/** habilita a opção de selecionar múltiplos arquivos */
|
|
358
|
-
selectAll?: boolean;
|
|
359
|
-
/** Mensagem personalizada de tipos de arquivos */
|
|
360
|
-
customMessage?: string[];
|
|
361
|
-
/** limpa a lista de arquivos */
|
|
362
|
-
clear: boolean;
|
|
363
|
-
};
|
|
364
|
-
|
|
365
|
-
declare type __VLS_Props_11 = {
|
|
366
372
|
/** Valor do input para two-way binding (v-model) */
|
|
367
373
|
modelValue?: string | number | null;
|
|
368
374
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -395,7 +401,7 @@ declare type __VLS_Props_11 = {
|
|
|
395
401
|
reserveSpaceFeedback?: boolean;
|
|
396
402
|
};
|
|
397
403
|
|
|
398
|
-
declare type
|
|
404
|
+
declare type __VLS_Props_11 = {
|
|
399
405
|
/** Valor do radio para two-way binding (v-model) */
|
|
400
406
|
modelValue?: ModelValueType_2 | null;
|
|
401
407
|
/** ID única do radio */
|
|
@@ -416,7 +422,7 @@ declare type __VLS_Props_12 = {
|
|
|
416
422
|
row?: boolean;
|
|
417
423
|
};
|
|
418
424
|
|
|
419
|
-
declare type
|
|
425
|
+
declare type __VLS_Props_12 = {
|
|
420
426
|
/** Valor do toggle */
|
|
421
427
|
modelValue?: boolean;
|
|
422
428
|
/** Desabilita o toggle */
|
|
@@ -431,7 +437,7 @@ declare type __VLS_Props_13 = {
|
|
|
431
437
|
label?: string;
|
|
432
438
|
};
|
|
433
439
|
|
|
434
|
-
declare type
|
|
440
|
+
declare type __VLS_Props_13 = {
|
|
435
441
|
/** ID única do input */
|
|
436
442
|
id?: string;
|
|
437
443
|
/** Valor do input para two-way binding (v-model) */
|
|
@@ -458,9 +464,11 @@ declare type __VLS_Props_14 = {
|
|
|
458
464
|
shouldAutoFocus?: boolean;
|
|
459
465
|
/** Se o input deve ser centralizado */
|
|
460
466
|
centralized?: boolean;
|
|
467
|
+
/** Tamanho do input */
|
|
468
|
+
size?: 'small' | 'medium' | 'large';
|
|
461
469
|
};
|
|
462
470
|
|
|
463
|
-
declare type
|
|
471
|
+
declare type __VLS_Props_14 = {
|
|
464
472
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
465
473
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
466
474
|
/** Largura de um elemento `sm` (baseado no `cols`) */
|
|
@@ -485,7 +493,7 @@ declare type __VLS_Props_15 = {
|
|
|
485
493
|
tag?: string;
|
|
486
494
|
};
|
|
487
495
|
|
|
488
|
-
declare type
|
|
496
|
+
declare type __VLS_Props_15 = {
|
|
489
497
|
/** Alinhamento dos itens (align-items) */
|
|
490
498
|
align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
491
499
|
/** Alinhamento dos itens `sm` (align-items) */
|
|
@@ -526,14 +534,14 @@ declare type __VLS_Props_16 = {
|
|
|
526
534
|
noCols?: boolean;
|
|
527
535
|
};
|
|
528
536
|
|
|
529
|
-
declare type
|
|
537
|
+
declare type __VLS_Props_16 = {
|
|
530
538
|
/** Define root element do container */
|
|
531
539
|
tag?: string;
|
|
532
540
|
/** Abrange toda a largura de um elemento para o container */
|
|
533
541
|
block?: boolean;
|
|
534
542
|
};
|
|
535
543
|
|
|
536
|
-
declare type
|
|
544
|
+
declare type __VLS_Props_17 = {
|
|
537
545
|
/** SVG bruto (como string) */
|
|
538
546
|
name: string;
|
|
539
547
|
/** Tamanho do ícone */
|
|
@@ -544,7 +552,7 @@ declare type __VLS_Props_18 = {
|
|
|
544
552
|
fill?: string;
|
|
545
553
|
};
|
|
546
554
|
|
|
547
|
-
declare type
|
|
555
|
+
declare type __VLS_Props_18 = {
|
|
548
556
|
/** Array de opções do menu meu serviços */
|
|
549
557
|
itemsMenuMyService: ItensMenu_2[];
|
|
550
558
|
/** Array de opções do menuSidebar para versão mobile */
|
|
@@ -563,16 +571,7 @@ declare type __VLS_Props_19 = {
|
|
|
563
571
|
rounded?: boolean;
|
|
564
572
|
};
|
|
565
573
|
|
|
566
|
-
declare type
|
|
567
|
-
label: string;
|
|
568
|
-
options: number[];
|
|
569
|
-
disabled?: boolean;
|
|
570
|
-
textDirection?: 'left' | 'right';
|
|
571
|
-
modelValue: number;
|
|
572
|
-
position?: 'top' | 'bottom';
|
|
573
|
-
};
|
|
574
|
-
|
|
575
|
-
declare type __VLS_Props_20 = {
|
|
574
|
+
declare type __VLS_Props_19 = {
|
|
576
575
|
/** Array de opções do menu */
|
|
577
576
|
items: ItensMenu_2[];
|
|
578
577
|
/** Array de opções de pesquisa do menu */
|
|
@@ -587,14 +586,23 @@ declare type __VLS_Props_20 = {
|
|
|
587
586
|
title?: string;
|
|
588
587
|
};
|
|
589
588
|
|
|
590
|
-
declare type
|
|
589
|
+
declare type __VLS_Props_2 = {
|
|
590
|
+
label: string;
|
|
591
|
+
options: number[];
|
|
592
|
+
disabled?: boolean;
|
|
593
|
+
textDirection?: 'left' | 'right';
|
|
594
|
+
modelValue: number;
|
|
595
|
+
position?: 'top' | 'bottom';
|
|
596
|
+
};
|
|
597
|
+
|
|
598
|
+
declare type __VLS_Props_20 = {
|
|
591
599
|
/** Define o valor do model */
|
|
592
600
|
modelValue?: string;
|
|
593
601
|
/** valor padrão do item exibido */
|
|
594
602
|
value: string;
|
|
595
603
|
};
|
|
596
604
|
|
|
597
|
-
declare type
|
|
605
|
+
declare type __VLS_Props_21 = {
|
|
598
606
|
/** Especifica o caminho para a imagem */
|
|
599
607
|
src?: string;
|
|
600
608
|
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
@@ -613,7 +621,7 @@ declare type __VLS_Props_22 = {
|
|
|
613
621
|
disabled?: boolean;
|
|
614
622
|
};
|
|
615
623
|
|
|
616
|
-
declare type
|
|
624
|
+
declare type __VLS_Props_22 = {
|
|
617
625
|
/** Define o tipo do filtro */
|
|
618
626
|
variant?: 'dropdown' | 'collapse';
|
|
619
627
|
/** Define o título do filtro */
|
|
@@ -628,7 +636,7 @@ declare type __VLS_Props_23 = {
|
|
|
628
636
|
showClearButton?: boolean;
|
|
629
637
|
};
|
|
630
638
|
|
|
631
|
-
declare type
|
|
639
|
+
declare type __VLS_Props_23 = {
|
|
632
640
|
/** Variante de estilo do badge */
|
|
633
641
|
variant?: 'solid' | 'outline' | 'ghost';
|
|
634
642
|
/** Cor do badge */
|
|
@@ -641,7 +649,7 @@ declare type __VLS_Props_24 = {
|
|
|
641
649
|
status?: boolean;
|
|
642
650
|
};
|
|
643
651
|
|
|
644
|
-
declare type
|
|
652
|
+
declare type __VLS_Props_24 = {
|
|
645
653
|
/** Define a posição em que o banner aparece */
|
|
646
654
|
position?: 'top' | 'bottom';
|
|
647
655
|
/** Define se o banner abre ou fecha */
|
|
@@ -654,7 +662,7 @@ declare type __VLS_Props_25 = {
|
|
|
654
662
|
showIcon?: boolean;
|
|
655
663
|
};
|
|
656
664
|
|
|
657
|
-
declare type
|
|
665
|
+
declare type __VLS_Props_25 = {
|
|
658
666
|
/** Define se o modal abre ou fecha */
|
|
659
667
|
isOpen: boolean;
|
|
660
668
|
/** Define a cor do background */
|
|
@@ -665,13 +673,13 @@ declare type __VLS_Props_26 = {
|
|
|
665
673
|
showCloseButton?: boolean;
|
|
666
674
|
};
|
|
667
675
|
|
|
668
|
-
declare type
|
|
676
|
+
declare type __VLS_Props_26 = {
|
|
669
677
|
text: string;
|
|
670
678
|
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
671
679
|
focus?: boolean;
|
|
672
680
|
};
|
|
673
681
|
|
|
674
|
-
declare type
|
|
682
|
+
declare type __VLS_Props_27 = {
|
|
675
683
|
/** Define o tipo de spinner */
|
|
676
684
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
677
685
|
/** Define se o loading deve ser exibido ou não */
|
|
@@ -680,7 +688,7 @@ declare type __VLS_Props_28 = {
|
|
|
680
688
|
background?: 'smoky' | 'transparent';
|
|
681
689
|
};
|
|
682
690
|
|
|
683
|
-
declare type
|
|
691
|
+
declare type __VLS_Props_28 = {
|
|
684
692
|
/** Elemento raiz do card */
|
|
685
693
|
tag?: string;
|
|
686
694
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -705,6 +713,11 @@ declare type __VLS_Props_29 = {
|
|
|
705
713
|
responsive?: boolean;
|
|
706
714
|
};
|
|
707
715
|
|
|
716
|
+
declare type __VLS_Props_29 = {
|
|
717
|
+
/** Define root element */
|
|
718
|
+
tag?: string;
|
|
719
|
+
};
|
|
720
|
+
|
|
708
721
|
declare type __VLS_Props_3 = {
|
|
709
722
|
/** Array de string com as opções do menu */
|
|
710
723
|
items: string[];
|
|
@@ -722,30 +735,25 @@ declare type __VLS_Props_30 = {
|
|
|
722
735
|
};
|
|
723
736
|
|
|
724
737
|
declare type __VLS_Props_31 = {
|
|
725
|
-
/** Define root element */
|
|
726
|
-
tag?: string;
|
|
727
|
-
};
|
|
728
|
-
|
|
729
|
-
declare type __VLS_Props_32 = {
|
|
730
738
|
/** Define o tipo do Content divider */
|
|
731
739
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
732
740
|
};
|
|
733
741
|
|
|
734
|
-
declare type
|
|
742
|
+
declare type __VLS_Props_32 = {
|
|
735
743
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
736
744
|
background: 'white' | 'green' | 'black';
|
|
737
745
|
items?: ItensMenu[];
|
|
738
746
|
socialMedia?: ISocialMedia[];
|
|
739
747
|
};
|
|
740
748
|
|
|
741
|
-
declare type
|
|
749
|
+
declare type __VLS_Props_33 = {
|
|
742
750
|
/** Indica se o menu abriu */
|
|
743
751
|
openMenu?: boolean;
|
|
744
752
|
/** Defini o tipo de layout a ser usado */
|
|
745
753
|
layout: 'default' | 'base' | 'minimal';
|
|
746
754
|
};
|
|
747
755
|
|
|
748
|
-
declare type
|
|
756
|
+
declare type __VLS_Props_34 = {
|
|
749
757
|
/** Array de mídia social contendo ícone e link */
|
|
750
758
|
socialMedia: {
|
|
751
759
|
icon: string;
|
|
@@ -753,7 +761,7 @@ declare type __VLS_Props_35 = {
|
|
|
753
761
|
}[];
|
|
754
762
|
};
|
|
755
763
|
|
|
756
|
-
declare type
|
|
764
|
+
declare type __VLS_Props_35 = {
|
|
757
765
|
items: Array<Record<string, unknown>>;
|
|
758
766
|
openTheFirst?: boolean;
|
|
759
767
|
allOpen?: boolean;
|
|
@@ -925,6 +933,23 @@ declare function __VLS_template(): {
|
|
|
925
933
|
};
|
|
926
934
|
|
|
927
935
|
declare function __VLS_template_10(): {
|
|
936
|
+
attrs: Partial<{}>;
|
|
937
|
+
slots: Readonly<{
|
|
938
|
+
/** Adicione conteúdo dentro do col */
|
|
939
|
+
default?: (props: {
|
|
940
|
+
isMobile?: boolean;
|
|
941
|
+
}) => VNode[];
|
|
942
|
+
}> & {
|
|
943
|
+
/** Adicione conteúdo dentro do col */
|
|
944
|
+
default?: (props: {
|
|
945
|
+
isMobile?: boolean;
|
|
946
|
+
}) => VNode[];
|
|
947
|
+
};
|
|
948
|
+
refs: {};
|
|
949
|
+
rootEl: any;
|
|
950
|
+
};
|
|
951
|
+
|
|
952
|
+
declare function __VLS_template_11(): {
|
|
928
953
|
attrs: Partial<{}>;
|
|
929
954
|
slots: Readonly<{
|
|
930
955
|
/** Adicione conteúdo dentro do row */
|
|
@@ -937,7 +962,7 @@ declare function __VLS_template_10(): {
|
|
|
937
962
|
rootEl: any;
|
|
938
963
|
};
|
|
939
964
|
|
|
940
|
-
declare function
|
|
965
|
+
declare function __VLS_template_12(): {
|
|
941
966
|
attrs: Partial<{}>;
|
|
942
967
|
slots: Readonly<{
|
|
943
968
|
/** Adicione conteúdo dentro do container */
|
|
@@ -954,7 +979,7 @@ declare function __VLS_template_11(): {
|
|
|
954
979
|
rootEl: any;
|
|
955
980
|
};
|
|
956
981
|
|
|
957
|
-
declare function
|
|
982
|
+
declare function __VLS_template_13(): {
|
|
958
983
|
attrs: Partial<{}>;
|
|
959
984
|
slots: Readonly<{
|
|
960
985
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -975,7 +1000,7 @@ declare function __VLS_template_12(): {
|
|
|
975
1000
|
rootEl: any;
|
|
976
1001
|
};
|
|
977
1002
|
|
|
978
|
-
declare function
|
|
1003
|
+
declare function __VLS_template_14(): {
|
|
979
1004
|
attrs: Partial<{}>;
|
|
980
1005
|
slots: Readonly<{
|
|
981
1006
|
/** Define o slot de ícone */
|
|
@@ -988,7 +1013,7 @@ declare function __VLS_template_13(): {
|
|
|
988
1013
|
rootEl: HTMLDivElement;
|
|
989
1014
|
};
|
|
990
1015
|
|
|
991
|
-
declare function
|
|
1016
|
+
declare function __VLS_template_15(): {
|
|
992
1017
|
attrs: Partial<{}>;
|
|
993
1018
|
slots: {
|
|
994
1019
|
default?(_: {}): any;
|
|
@@ -997,7 +1022,7 @@ declare function __VLS_template_14(): {
|
|
|
997
1022
|
rootEl: any;
|
|
998
1023
|
};
|
|
999
1024
|
|
|
1000
|
-
declare function
|
|
1025
|
+
declare function __VLS_template_16(): {
|
|
1001
1026
|
attrs: Partial<{}>;
|
|
1002
1027
|
slots: {
|
|
1003
1028
|
default?(_: {}): any;
|
|
@@ -1006,7 +1031,7 @@ declare function __VLS_template_15(): {
|
|
|
1006
1031
|
rootEl: any;
|
|
1007
1032
|
};
|
|
1008
1033
|
|
|
1009
|
-
declare function
|
|
1034
|
+
declare function __VLS_template_17(): {
|
|
1010
1035
|
attrs: Partial<{}>;
|
|
1011
1036
|
slots: Readonly<{
|
|
1012
1037
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -1025,7 +1050,7 @@ declare function __VLS_template_16(): {
|
|
|
1025
1050
|
rootEl: any;
|
|
1026
1051
|
};
|
|
1027
1052
|
|
|
1028
|
-
declare function
|
|
1053
|
+
declare function __VLS_template_18(): {
|
|
1029
1054
|
attrs: Partial<{}>;
|
|
1030
1055
|
slots: Readonly<{
|
|
1031
1056
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1040,7 +1065,7 @@ declare function __VLS_template_17(): {
|
|
|
1040
1065
|
rootEl: HTMLDivElement;
|
|
1041
1066
|
};
|
|
1042
1067
|
|
|
1043
|
-
declare function
|
|
1068
|
+
declare function __VLS_template_19(): {
|
|
1044
1069
|
attrs: Partial<{}>;
|
|
1045
1070
|
slots: Readonly<{
|
|
1046
1071
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1053,23 +1078,6 @@ declare function __VLS_template_18(): {
|
|
|
1053
1078
|
rootEl: any;
|
|
1054
1079
|
};
|
|
1055
1080
|
|
|
1056
|
-
declare function __VLS_template_19(): {
|
|
1057
|
-
attrs: Partial<{}>;
|
|
1058
|
-
slots: Readonly<{
|
|
1059
|
-
/** Slot para o icone do banner */
|
|
1060
|
-
icon: () => VNode[];
|
|
1061
|
-
/** Slot para o conteudo do banner */
|
|
1062
|
-
content: () => VNode[];
|
|
1063
|
-
}> & {
|
|
1064
|
-
/** Slot para o icone do banner */
|
|
1065
|
-
icon: () => VNode[];
|
|
1066
|
-
/** Slot para o conteudo do banner */
|
|
1067
|
-
content: () => VNode[];
|
|
1068
|
-
};
|
|
1069
|
-
refs: {};
|
|
1070
|
-
rootEl: any;
|
|
1071
|
-
};
|
|
1072
|
-
|
|
1073
1081
|
declare function __VLS_template_2(): {
|
|
1074
1082
|
attrs: Partial<{}>;
|
|
1075
1083
|
slots: Readonly<{
|
|
@@ -1086,6 +1094,23 @@ declare function __VLS_template_2(): {
|
|
|
1086
1094
|
};
|
|
1087
1095
|
|
|
1088
1096
|
declare function __VLS_template_20(): {
|
|
1097
|
+
attrs: Partial<{}>;
|
|
1098
|
+
slots: Readonly<{
|
|
1099
|
+
/** Slot para o icone do banner */
|
|
1100
|
+
icon: () => VNode[];
|
|
1101
|
+
/** Slot para o conteudo do banner */
|
|
1102
|
+
content: () => VNode[];
|
|
1103
|
+
}> & {
|
|
1104
|
+
/** Slot para o icone do banner */
|
|
1105
|
+
icon: () => VNode[];
|
|
1106
|
+
/** Slot para o conteudo do banner */
|
|
1107
|
+
content: () => VNode[];
|
|
1108
|
+
};
|
|
1109
|
+
refs: {};
|
|
1110
|
+
rootEl: any;
|
|
1111
|
+
};
|
|
1112
|
+
|
|
1113
|
+
declare function __VLS_template_21(): {
|
|
1089
1114
|
attrs: Partial<{}>;
|
|
1090
1115
|
slots: {
|
|
1091
1116
|
default?(_: {}): any;
|
|
@@ -1094,7 +1119,7 @@ declare function __VLS_template_20(): {
|
|
|
1094
1119
|
rootEl: any;
|
|
1095
1120
|
};
|
|
1096
1121
|
|
|
1097
|
-
declare function
|
|
1122
|
+
declare function __VLS_template_22(): {
|
|
1098
1123
|
attrs: Partial<{}>;
|
|
1099
1124
|
slots: {
|
|
1100
1125
|
activator?(_: {}): any;
|
|
@@ -1106,7 +1131,7 @@ declare function __VLS_template_21(): {
|
|
|
1106
1131
|
rootEl: any;
|
|
1107
1132
|
};
|
|
1108
1133
|
|
|
1109
|
-
declare function
|
|
1134
|
+
declare function __VLS_template_23(): {
|
|
1110
1135
|
attrs: Partial<{}>;
|
|
1111
1136
|
slots: Readonly<{
|
|
1112
1137
|
/** Conteúdo principal do card */
|
|
@@ -1149,7 +1174,7 @@ declare function __VLS_template_22(): {
|
|
|
1149
1174
|
rootEl: any;
|
|
1150
1175
|
};
|
|
1151
1176
|
|
|
1152
|
-
declare function
|
|
1177
|
+
declare function __VLS_template_24(): {
|
|
1153
1178
|
attrs: Partial<{}>;
|
|
1154
1179
|
slots: Readonly<{
|
|
1155
1180
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1162,7 +1187,7 @@ declare function __VLS_template_23(): {
|
|
|
1162
1187
|
rootEl: any;
|
|
1163
1188
|
};
|
|
1164
1189
|
|
|
1165
|
-
declare function
|
|
1190
|
+
declare function __VLS_template_25(): {
|
|
1166
1191
|
attrs: Partial<{}>;
|
|
1167
1192
|
slots: Readonly<{
|
|
1168
1193
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1175,7 +1200,7 @@ declare function __VLS_template_24(): {
|
|
|
1175
1200
|
rootEl: any;
|
|
1176
1201
|
};
|
|
1177
1202
|
|
|
1178
|
-
declare function
|
|
1203
|
+
declare function __VLS_template_26(): {
|
|
1179
1204
|
attrs: Partial<{}>;
|
|
1180
1205
|
slots: {
|
|
1181
1206
|
default?(_: {}): any;
|
|
@@ -1184,7 +1209,7 @@ declare function __VLS_template_25(): {
|
|
|
1184
1209
|
rootEl: HTMLDivElement;
|
|
1185
1210
|
};
|
|
1186
1211
|
|
|
1187
|
-
declare function
|
|
1212
|
+
declare function __VLS_template_27(): {
|
|
1188
1213
|
attrs: Partial<{}>;
|
|
1189
1214
|
slots: Readonly<{
|
|
1190
1215
|
/** Adicione conteúdo no header */
|
|
@@ -1225,7 +1250,7 @@ declare function __VLS_template_26(): {
|
|
|
1225
1250
|
rootEl: any;
|
|
1226
1251
|
};
|
|
1227
1252
|
|
|
1228
|
-
declare function
|
|
1253
|
+
declare function __VLS_template_28(): {
|
|
1229
1254
|
attrs: Partial<{}>;
|
|
1230
1255
|
slots: Readonly<{
|
|
1231
1256
|
[key: string]: (props: {
|
|
@@ -1310,10 +1335,10 @@ declare function __VLS_template_5(): {
|
|
|
1310
1335
|
declare function __VLS_template_6(): {
|
|
1311
1336
|
attrs: Partial<{}>;
|
|
1312
1337
|
slots: Readonly<{
|
|
1313
|
-
/** Slot para o conteúdo do
|
|
1338
|
+
/** Slot para o conteúdo do dropdown */
|
|
1314
1339
|
default: () => VNode[];
|
|
1315
1340
|
}> & {
|
|
1316
|
-
/** Slot para o conteúdo do
|
|
1341
|
+
/** Slot para o conteúdo do dropdown */
|
|
1317
1342
|
default: () => VNode[];
|
|
1318
1343
|
};
|
|
1319
1344
|
refs: {
|
|
@@ -1323,6 +1348,21 @@ declare function __VLS_template_6(): {
|
|
|
1323
1348
|
};
|
|
1324
1349
|
|
|
1325
1350
|
declare function __VLS_template_7(): {
|
|
1351
|
+
attrs: Partial<{}>;
|
|
1352
|
+
slots: Readonly<{
|
|
1353
|
+
/** Slot para o conteúdo do file upload */
|
|
1354
|
+
content: () => VNode[];
|
|
1355
|
+
}> & {
|
|
1356
|
+
/** Slot para o conteúdo do file upload */
|
|
1357
|
+
content: () => VNode[];
|
|
1358
|
+
};
|
|
1359
|
+
refs: {
|
|
1360
|
+
inputFile: HTMLInputElement;
|
|
1361
|
+
};
|
|
1362
|
+
rootEl: HTMLDivElement;
|
|
1363
|
+
};
|
|
1364
|
+
|
|
1365
|
+
declare function __VLS_template_8(): {
|
|
1326
1366
|
attrs: Partial<{}>;
|
|
1327
1367
|
slots: Readonly<{
|
|
1328
1368
|
/** Adicione conteúdo na esquerda do Input */
|
|
@@ -1342,7 +1382,7 @@ declare function __VLS_template_7(): {
|
|
|
1342
1382
|
rootEl: any;
|
|
1343
1383
|
};
|
|
1344
1384
|
|
|
1345
|
-
declare function
|
|
1385
|
+
declare function __VLS_template_9(): {
|
|
1346
1386
|
attrs: Partial<{}>;
|
|
1347
1387
|
slots: Readonly<{
|
|
1348
1388
|
/** Slot para adicionar conteúdo antes das opções */
|
|
@@ -1379,23 +1419,6 @@ declare function __VLS_template_8(): {
|
|
|
1379
1419
|
rootEl: any;
|
|
1380
1420
|
};
|
|
1381
1421
|
|
|
1382
|
-
declare function __VLS_template_9(): {
|
|
1383
|
-
attrs: Partial<{}>;
|
|
1384
|
-
slots: Readonly<{
|
|
1385
|
-
/** Adicione conteúdo dentro do col */
|
|
1386
|
-
default?: (props: {
|
|
1387
|
-
isMobile?: boolean;
|
|
1388
|
-
}) => VNode[];
|
|
1389
|
-
}> & {
|
|
1390
|
-
/** Adicione conteúdo dentro do col */
|
|
1391
|
-
default?: (props: {
|
|
1392
|
-
isMobile?: boolean;
|
|
1393
|
-
}) => VNode[];
|
|
1394
|
-
};
|
|
1395
|
-
refs: {};
|
|
1396
|
-
rootEl: any;
|
|
1397
|
-
};
|
|
1398
|
-
|
|
1399
1422
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1400
1423
|
|
|
1401
1424
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1436,6 +1459,8 @@ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
|
1436
1459
|
|
|
1437
1460
|
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
1438
1461
|
|
|
1462
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
1463
|
+
|
|
1439
1464
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1440
1465
|
|
|
1441
1466
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1570,6 +1595,12 @@ declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
|
1570
1595
|
};
|
|
1571
1596
|
};
|
|
1572
1597
|
|
|
1598
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
1599
|
+
new (): {
|
|
1600
|
+
$slots: S;
|
|
1601
|
+
};
|
|
1602
|
+
};
|
|
1603
|
+
|
|
1573
1604
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1574
1605
|
new (): {
|
|
1575
1606
|
$slots: S;
|
|
@@ -1829,34 +1860,17 @@ declare const _default_14: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, _
|
|
|
1829
1860
|
|
|
1830
1861
|
declare const _default_15: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1831
1862
|
|
|
1832
|
-
declare const _default_16:
|
|
1833
|
-
"update:modelValue": (file: FileItem[]) => any;
|
|
1834
|
-
updateFiles: (file: FileItem[]) => any;
|
|
1835
|
-
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1836
|
-
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1837
|
-
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1838
|
-
}>, {
|
|
1839
|
-
disabled: boolean;
|
|
1840
|
-
clear: boolean;
|
|
1841
|
-
accept: string[];
|
|
1842
|
-
multiple: boolean;
|
|
1843
|
-
maxFile: number;
|
|
1844
|
-
maxFileSize: number;
|
|
1845
|
-
selectAll: boolean;
|
|
1846
|
-
customMessage: string[];
|
|
1847
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1848
|
-
inputFile: HTMLInputElement;
|
|
1849
|
-
}, HTMLDivElement>;
|
|
1863
|
+
declare const _default_16: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1850
1864
|
|
|
1851
|
-
declare const _default_17:
|
|
1865
|
+
declare const _default_17: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1852
1866
|
|
|
1853
|
-
declare const _default_18: DefineComponent<
|
|
1867
|
+
declare const _default_18: DefineComponent<__VLS_Props_11, {
|
|
1854
1868
|
/** Focus radio input */
|
|
1855
1869
|
focus: (id?: string) => void;
|
|
1856
1870
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1857
1871
|
"update:modelValue": (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1858
1872
|
change: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1859
|
-
}, string, PublicProps, Readonly<
|
|
1873
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
1860
1874
|
"onUpdate:modelValue"?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1861
1875
|
onChange?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1862
1876
|
}>, {
|
|
@@ -1866,7 +1880,7 @@ block: boolean;
|
|
|
1866
1880
|
row: boolean;
|
|
1867
1881
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1868
1882
|
|
|
1869
|
-
declare const _default_19:
|
|
1883
|
+
declare const _default_19: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1870
1884
|
|
|
1871
1885
|
declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1872
1886
|
"update:modelValue": (value: number) => any;
|
|
@@ -1895,10 +1909,10 @@ maxValue: number;
|
|
|
1895
1909
|
showValue: boolean;
|
|
1896
1910
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1897
1911
|
|
|
1898
|
-
declare const _default_21: DefineComponent<
|
|
1912
|
+
declare const _default_21: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1899
1913
|
"update:modelValue": (value: boolean) => any;
|
|
1900
1914
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
1901
|
-
}, string, PublicProps, Readonly<
|
|
1915
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
1902
1916
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1903
1917
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1904
1918
|
}>, {
|
|
@@ -1907,9 +1921,9 @@ disabled: boolean;
|
|
|
1907
1921
|
contoured: boolean;
|
|
1908
1922
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1909
1923
|
|
|
1910
|
-
declare const _default_22: DefineComponent<
|
|
1924
|
+
declare const _default_22: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1911
1925
|
"update:modelValue": (valor: string) => any;
|
|
1912
|
-
}, string, PublicProps, Readonly<
|
|
1926
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1913
1927
|
"onUpdate:modelValue"?: (valor: string) => any;
|
|
1914
1928
|
}>, {
|
|
1915
1929
|
invalid: boolean;
|
|
@@ -1917,31 +1931,32 @@ disabled: boolean;
|
|
|
1917
1931
|
reserveSpaceFeedback: boolean;
|
|
1918
1932
|
length: number;
|
|
1919
1933
|
type: "letter-numeric" | "number" | "password";
|
|
1934
|
+
size: "small" | "medium" | "large";
|
|
1920
1935
|
placeholder: string[];
|
|
1921
1936
|
shouldAutoFocus: boolean;
|
|
1922
1937
|
centralized: boolean;
|
|
1923
1938
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1924
|
-
|
|
1939
|
+
codeRef: HTMLDivElement;
|
|
1925
1940
|
}, HTMLDivElement>;
|
|
1926
1941
|
|
|
1927
|
-
declare const _default_23:
|
|
1942
|
+
declare const _default_23: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1928
1943
|
|
|
1929
|
-
declare const _default_24:
|
|
1944
|
+
declare const _default_24: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1930
1945
|
|
|
1931
|
-
declare const _default_25:
|
|
1946
|
+
declare const _default_25: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1932
1947
|
|
|
1933
|
-
declare const _default_26: DefineComponent<
|
|
1948
|
+
declare const _default_26: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1934
1949
|
fill: string;
|
|
1935
1950
|
color: string;
|
|
1936
1951
|
size: number | string;
|
|
1937
1952
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1938
1953
|
|
|
1939
|
-
declare const _default_27:
|
|
1954
|
+
declare const _default_27: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1940
1955
|
|
|
1941
|
-
declare const _default_28: DefineComponent<
|
|
1956
|
+
declare const _default_28: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1942
1957
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1943
1958
|
toggleMenu: (clicado: boolean) => any;
|
|
1944
|
-
}, string, PublicProps, Readonly<
|
|
1959
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1945
1960
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
1946
1961
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1947
1962
|
}>, {
|
|
@@ -1952,19 +1967,19 @@ isSearch: boolean;
|
|
|
1952
1967
|
isOpen: boolean;
|
|
1953
1968
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1954
1969
|
|
|
1955
|
-
declare const _default_29:
|
|
1970
|
+
declare const _default_29: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1956
1971
|
|
|
1957
1972
|
declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1958
1973
|
|
|
1959
|
-
declare const _default_30:
|
|
1974
|
+
declare const _default_30: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1960
1975
|
|
|
1961
|
-
declare const _default_31:
|
|
1976
|
+
declare const _default_31: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1962
1977
|
|
|
1963
|
-
declare const _default_32:
|
|
1978
|
+
declare const _default_32: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1964
1979
|
|
|
1965
|
-
declare const _default_33:
|
|
1980
|
+
declare const _default_33: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1966
1981
|
|
|
1967
|
-
declare const _default_34:
|
|
1982
|
+
declare const _default_34: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1968
1983
|
|
|
1969
1984
|
declare const _default_35: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1970
1985
|
sendData: (data: IData<unknown>) => any;
|
|
@@ -1978,13 +1993,13 @@ showActionButton: boolean;
|
|
|
1978
1993
|
textButton: string;
|
|
1979
1994
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1980
1995
|
|
|
1981
|
-
declare const _default_36:
|
|
1996
|
+
declare const _default_36: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1982
1997
|
|
|
1983
|
-
declare const _default_37:
|
|
1998
|
+
declare const _default_37: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1984
1999
|
|
|
1985
|
-
declare const _default_38:
|
|
2000
|
+
declare const _default_38: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1986
2001
|
|
|
1987
|
-
declare const _default_39: DefineComponent<
|
|
2002
|
+
declare const _default_39: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
1988
2003
|
type: "spinner" | "semi-circle" | "dots";
|
|
1989
2004
|
background: "smoky" | "transparent";
|
|
1990
2005
|
showLoading: boolean;
|
|
@@ -1992,28 +2007,28 @@ showLoading: boolean;
|
|
|
1992
2007
|
|
|
1993
2008
|
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1994
2009
|
|
|
1995
|
-
declare const _default_40:
|
|
2010
|
+
declare const _default_40: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1996
2011
|
|
|
1997
|
-
declare const _default_41:
|
|
2012
|
+
declare const _default_41: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1998
2013
|
|
|
1999
|
-
declare const _default_42:
|
|
2014
|
+
declare const _default_42: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
2000
2015
|
|
|
2001
|
-
declare const _default_43:
|
|
2016
|
+
declare const _default_43: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
2002
2017
|
|
|
2003
|
-
declare const _default_44: DefineComponent<
|
|
2018
|
+
declare const _default_44: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2004
2019
|
redirect: (valor?: string) => any;
|
|
2005
|
-
}, string, PublicProps, Readonly<
|
|
2020
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
2006
2021
|
onRedirect?: (valor?: string) => any;
|
|
2007
2022
|
}>, {
|
|
2008
2023
|
background: "white" | "green" | "black";
|
|
2009
2024
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
2010
2025
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2011
2026
|
|
|
2012
|
-
declare const _default_45:
|
|
2027
|
+
declare const _default_45: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
2013
2028
|
|
|
2014
|
-
declare const _default_46: DefineComponent<
|
|
2029
|
+
declare const _default_46: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2015
2030
|
|
|
2016
|
-
declare const _default_47:
|
|
2031
|
+
declare const _default_47: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
2017
2032
|
|
|
2018
2033
|
declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2019
2034
|
"update:modelValue": (value: number) => any;
|
|
@@ -2121,6 +2136,43 @@ declare interface IData<T = unknown> {
|
|
|
2121
2136
|
[key: string]: T;
|
|
2122
2137
|
}
|
|
2123
2138
|
|
|
2139
|
+
declare interface IDropzone {
|
|
2140
|
+
/** Valor para two-way binding (v-model) */
|
|
2141
|
+
modelValue?: FileItem[] | FileItem;
|
|
2142
|
+
/** array com os tipos de arquivos permitidos */
|
|
2143
|
+
accept: string[];
|
|
2144
|
+
/** desabilita o componente */
|
|
2145
|
+
disabled?: boolean;
|
|
2146
|
+
/** permite o upload de multiplos arquivos */
|
|
2147
|
+
multiple?: boolean;
|
|
2148
|
+
/** quantidade máxima de arquivos permitidos */
|
|
2149
|
+
maxFile?: number;
|
|
2150
|
+
/** tamanho máximo do arquivo em KB */
|
|
2151
|
+
maxFileSize?: number;
|
|
2152
|
+
/** habilita a opção de selecionar múltiplos arquivos */
|
|
2153
|
+
selectAll?: boolean;
|
|
2154
|
+
/** Mensagem personalizada de tipos de arquivos */
|
|
2155
|
+
customMessage?: string[];
|
|
2156
|
+
/** limpa a lista de arquivos */
|
|
2157
|
+
clear?: boolean;
|
|
2158
|
+
/** Variante do componente */
|
|
2159
|
+
variant?: 'primary' | 'secondary';
|
|
2160
|
+
/** Simula o progresso do upload */
|
|
2161
|
+
simulateProgress?: boolean;
|
|
2162
|
+
/** Exibe ou oculta a barra de progresso */
|
|
2163
|
+
showProgressBar?: boolean;
|
|
2164
|
+
/** Se false envia o array de arquivos atualizado, caso contrário envia o arquivo removido */
|
|
2165
|
+
sendRemovedFile?: boolean;
|
|
2166
|
+
/** Rótulo personalizado para erro */
|
|
2167
|
+
errorLabel?: string;
|
|
2168
|
+
/** Rótulo personalizado para sucesso */
|
|
2169
|
+
successLabel?: string;
|
|
2170
|
+
/** Modo compacto */
|
|
2171
|
+
compact?: boolean;
|
|
2172
|
+
/** Define o tamanho dos badges */
|
|
2173
|
+
rounded?: 'md' | 'lg' | 'xl';
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2124
2176
|
declare interface IItems {
|
|
2125
2177
|
id: number;
|
|
2126
2178
|
title: string;
|
|
@@ -2300,6 +2352,8 @@ id: number;
|
|
|
2300
2352
|
data: IData | null;
|
|
2301
2353
|
}[]>;
|
|
2302
2354
|
|
|
2355
|
+
export declare const updateProgress: (file: File, progress: number | "error" | "done", status?: "uploading" | "success" | "error") => void;
|
|
2356
|
+
|
|
2303
2357
|
export { }
|
|
2304
2358
|
|
|
2305
2359
|
|