@comercti/vue-components 0.23.0 → 0.24.0
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 +32 -26
- package/comerc-style-guide.es.js +3114 -2896
- package/comerc-style-guide.umd.js +35 -29
- package/index.d.ts +225 -132
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -36,22 +36,27 @@ rootRef: HTMLDivElement;
|
|
|
36
36
|
}, HTMLDivElement>;
|
|
37
37
|
|
|
38
38
|
declare const __VLS_component_10: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
39
|
+
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
40
|
+
tag: string;
|
|
41
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
|
|
43
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
39
44
|
tag: string;
|
|
40
45
|
noGutters: boolean;
|
|
41
46
|
dense: boolean;
|
|
42
47
|
noCols: boolean;
|
|
43
48
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
44
49
|
|
|
45
|
-
declare const
|
|
50
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
46
51
|
block: boolean;
|
|
47
52
|
tag: string;
|
|
48
53
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
49
54
|
|
|
50
|
-
declare const
|
|
55
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
51
56
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
52
57
|
backToHome: (value: boolean) => any;
|
|
53
58
|
logout: (value: boolean) => any;
|
|
54
|
-
}, string, PublicProps, Readonly<
|
|
59
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
55
60
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
56
61
|
onBackToHome?: (value: boolean) => any;
|
|
57
62
|
onLogout?: (value: boolean) => any;
|
|
@@ -63,7 +68,7 @@ itemsSearch: ItensMenu_2[];
|
|
|
63
68
|
itemsMenuMyService: ItensMenu_2[];
|
|
64
69
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
65
70
|
|
|
66
|
-
declare const
|
|
71
|
+
declare const __VLS_component_14: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
67
72
|
"update:modelValue": (path: string) => any;
|
|
68
73
|
redirect: (path: string) => any;
|
|
69
74
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
@@ -75,7 +80,7 @@ home: string;
|
|
|
75
80
|
divider: "/" | ">";
|
|
76
81
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
77
82
|
|
|
78
|
-
declare const
|
|
83
|
+
declare const __VLS_component_15: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
79
84
|
updateValue: (value: string) => any;
|
|
80
85
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
81
86
|
onUpdateValue?: (value: string) => any;
|
|
@@ -85,9 +90,9 @@ initialTab: string;
|
|
|
85
90
|
inactivate: boolean;
|
|
86
91
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
87
92
|
|
|
88
|
-
declare const
|
|
93
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
89
94
|
|
|
90
|
-
declare const
|
|
95
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
91
96
|
color: number;
|
|
92
97
|
rounded: boolean;
|
|
93
98
|
tag: string;
|
|
@@ -99,17 +104,13 @@ responsive: boolean;
|
|
|
99
104
|
rootRef: unknown;
|
|
100
105
|
}, any>;
|
|
101
106
|
|
|
102
|
-
declare const __VLS_component_17: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
103
|
-
tag: string;
|
|
104
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
105
|
-
|
|
106
107
|
declare const __VLS_component_18: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
|
|
107
108
|
tag: string;
|
|
108
109
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
109
110
|
|
|
110
111
|
declare const __VLS_component_19: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
111
|
-
|
|
112
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
112
|
+
tag: string;
|
|
113
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
113
114
|
|
|
114
115
|
declare const __VLS_component_2: DefineComponent<__VLS_Props_5, {
|
|
115
116
|
/** Focus button */
|
|
@@ -129,27 +130,33 @@ rounded: "small" | "medium" | "large";
|
|
|
129
130
|
buttonRef: unknown;
|
|
130
131
|
}, any>;
|
|
131
132
|
|
|
132
|
-
declare const __VLS_component_20: DefineComponent<
|
|
133
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
134
|
+
type: "inline" | "centralized" | "highlighted";
|
|
135
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
136
|
+
|
|
137
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
133
138
|
openMenu: boolean;
|
|
134
139
|
layout: "default" | "base" | "minimal";
|
|
135
140
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
136
141
|
|
|
137
|
-
declare const
|
|
142
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
138
143
|
"toggle-collapse": (value: ICollapse[]) => any;
|
|
139
|
-
}, string, PublicProps, Readonly<
|
|
144
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
140
145
|
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
141
146
|
}>, {
|
|
147
|
+
invalid: number[];
|
|
148
|
+
disabled: IFields;
|
|
142
149
|
variant: "accordion" | "card" | "minimal" | "compact";
|
|
143
|
-
items: Array<
|
|
150
|
+
items: Array<unknown>;
|
|
144
151
|
openTheFirst: boolean;
|
|
145
152
|
allOpen: boolean;
|
|
146
153
|
direction: "row" | "column";
|
|
147
154
|
closeCollapse: number | null;
|
|
148
155
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
149
156
|
|
|
150
|
-
declare const
|
|
157
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
151
158
|
close: (value: boolean) => any;
|
|
152
|
-
}, string, PublicProps, Readonly<
|
|
159
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
153
160
|
onClose?: (value: boolean) => any;
|
|
154
161
|
}>, {
|
|
155
162
|
background: "white" | "green";
|
|
@@ -159,9 +166,9 @@ isOpen: boolean;
|
|
|
159
166
|
showIcon: boolean;
|
|
160
167
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
161
168
|
|
|
162
|
-
declare const
|
|
169
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
163
170
|
close: (value: boolean) => any;
|
|
164
|
-
}, string, PublicProps, Readonly<
|
|
171
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
165
172
|
onClose?: (value: boolean) => any;
|
|
166
173
|
}>, {
|
|
167
174
|
background: "1" | "2";
|
|
@@ -170,7 +177,7 @@ closeOutside: boolean;
|
|
|
170
177
|
showCloseButton: boolean;
|
|
171
178
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
172
179
|
|
|
173
|
-
declare const
|
|
180
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
174
181
|
focus: boolean;
|
|
175
182
|
location: "top" | "bottom" | "left" | "right";
|
|
176
183
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -178,11 +185,11 @@ activatorRef: HTMLDivElement;
|
|
|
178
185
|
tooltipRef: HTMLDivElement;
|
|
179
186
|
}, any>;
|
|
180
187
|
|
|
181
|
-
declare const
|
|
188
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_33, {
|
|
182
189
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
183
190
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
184
191
|
click: (event: MouseEvent) => any;
|
|
185
|
-
}, string, PublicProps, Readonly<
|
|
192
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
186
193
|
onClick?: (event: MouseEvent) => any;
|
|
187
194
|
}>, {
|
|
188
195
|
size: "small" | "medium" | "large" | number;
|
|
@@ -195,10 +202,10 @@ badgeOffsetBottom: number;
|
|
|
195
202
|
rootRef: HTMLDivElement;
|
|
196
203
|
}, any>;
|
|
197
204
|
|
|
198
|
-
declare const
|
|
205
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
199
206
|
submit: () => any;
|
|
200
207
|
clear: () => any;
|
|
201
|
-
}, string, PublicProps, Readonly<
|
|
208
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
202
209
|
onSubmit?: () => any;
|
|
203
210
|
onClear?: () => any;
|
|
204
211
|
}>, {
|
|
@@ -211,7 +218,7 @@ showClearButton: boolean;
|
|
|
211
218
|
menuRef: HTMLDivElement;
|
|
212
219
|
}, HTMLDivElement>;
|
|
213
220
|
|
|
214
|
-
declare const
|
|
221
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
|
|
215
222
|
size: "sm" | "md" | "lg";
|
|
216
223
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
217
224
|
variant: "solid" | "outline" | "ghost";
|
|
@@ -297,17 +304,23 @@ dropdownRef: HTMLDivElement[];
|
|
|
297
304
|
|
|
298
305
|
declare const __VLS_component_7: DefineComponent<IDropzone, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
299
306
|
"update:modelValue": (file: FileItem | File | FileItem[]) => any;
|
|
307
|
+
delete: (files: FileItem | File | FileItem[]) => any;
|
|
300
308
|
updateFiles: (file: FileItem[]) => any;
|
|
301
309
|
}, string, PublicProps, Readonly<IDropzone> & Readonly<{
|
|
302
310
|
"onUpdate:modelValue"?: (file: FileItem | File | FileItem[]) => any;
|
|
311
|
+
onDelete?: (files: FileItem | File | FileItem[]) => any;
|
|
303
312
|
onUpdateFiles?: (file: FileItem[]) => any;
|
|
304
313
|
}>, {
|
|
314
|
+
invalid: boolean;
|
|
305
315
|
disabled: boolean;
|
|
306
|
-
variant: "primary" | "secondary";
|
|
316
|
+
variant: "primary" | "secondary" | "tertiary";
|
|
317
|
+
reserveSpaceFeedback: boolean;
|
|
307
318
|
file: FileItem | null;
|
|
308
319
|
rounded: "md" | "lg" | "xl";
|
|
309
320
|
compact: boolean;
|
|
310
321
|
clear: boolean;
|
|
322
|
+
errorLabel: string;
|
|
323
|
+
successLabel: string;
|
|
311
324
|
accept: string[];
|
|
312
325
|
multiple: boolean;
|
|
313
326
|
maxFile: number;
|
|
@@ -317,8 +330,9 @@ customMessage: string[];
|
|
|
317
330
|
simulateProgress: boolean;
|
|
318
331
|
showProgressBar: boolean;
|
|
319
332
|
sendRemovedFile: boolean;
|
|
320
|
-
|
|
321
|
-
|
|
333
|
+
tertiaryVariantTitle: string;
|
|
334
|
+
showUploadedFile: boolean;
|
|
335
|
+
showRemoveButton: boolean;
|
|
322
336
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
323
337
|
inputFile: HTMLInputElement;
|
|
324
338
|
}, HTMLDivElement>;
|
|
@@ -353,10 +367,7 @@ inputRef: HTMLDivElement;
|
|
|
353
367
|
searchInputRef: HTMLInputElement;
|
|
354
368
|
}, any>;
|
|
355
369
|
|
|
356
|
-
declare const __VLS_component_9: DefineComponent<
|
|
357
|
-
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
358
|
-
tag: string;
|
|
359
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
370
|
+
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
360
371
|
|
|
361
372
|
declare type __VLS_Props = {
|
|
362
373
|
/** Indica o progresso */
|
|
@@ -417,6 +428,15 @@ declare type __VLS_Props_12 = {
|
|
|
417
428
|
};
|
|
418
429
|
|
|
419
430
|
declare type __VLS_Props_13 = {
|
|
431
|
+
/** Define o total de páginas */
|
|
432
|
+
totalPage: number;
|
|
433
|
+
/** Define a página atual */
|
|
434
|
+
currentPage: number;
|
|
435
|
+
/** Define o valor do v-model */
|
|
436
|
+
modelValue?: number;
|
|
437
|
+
};
|
|
438
|
+
|
|
439
|
+
declare type __VLS_Props_14 = {
|
|
420
440
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
421
441
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
422
442
|
/** Largura de um elemento `sm` (baseado no `cols`) */
|
|
@@ -441,7 +461,7 @@ declare type __VLS_Props_13 = {
|
|
|
441
461
|
tag?: string;
|
|
442
462
|
};
|
|
443
463
|
|
|
444
|
-
declare type
|
|
464
|
+
declare type __VLS_Props_15 = {
|
|
445
465
|
/** Alinhamento dos itens (align-items) */
|
|
446
466
|
align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
447
467
|
/** Alinhamento dos itens `sm` (align-items) */
|
|
@@ -482,14 +502,14 @@ declare type __VLS_Props_14 = {
|
|
|
482
502
|
noCols?: boolean;
|
|
483
503
|
};
|
|
484
504
|
|
|
485
|
-
declare type
|
|
505
|
+
declare type __VLS_Props_16 = {
|
|
486
506
|
/** Define root element do container */
|
|
487
507
|
tag?: string;
|
|
488
508
|
/** Abrange toda a largura de um elemento para o container */
|
|
489
509
|
block?: boolean;
|
|
490
510
|
};
|
|
491
511
|
|
|
492
|
-
declare type
|
|
512
|
+
declare type __VLS_Props_17 = {
|
|
493
513
|
/** Array de opções do menu */
|
|
494
514
|
items: ItensMenu_2[];
|
|
495
515
|
/** Array de opções de pesquisa do menu */
|
|
@@ -504,7 +524,7 @@ declare type __VLS_Props_16 = {
|
|
|
504
524
|
title?: string;
|
|
505
525
|
};
|
|
506
526
|
|
|
507
|
-
declare type
|
|
527
|
+
declare type __VLS_Props_18 = {
|
|
508
528
|
/** Array de opções do menu meu serviços */
|
|
509
529
|
itemsMenuMyService: ItensMenu_2[];
|
|
510
530
|
/** Array de opções do menuSidebar para versão mobile */
|
|
@@ -523,14 +543,23 @@ declare type __VLS_Props_17 = {
|
|
|
523
543
|
rounded?: boolean;
|
|
524
544
|
};
|
|
525
545
|
|
|
526
|
-
declare type
|
|
546
|
+
declare type __VLS_Props_19 = {
|
|
527
547
|
/** Define o valor do model */
|
|
528
548
|
modelValue?: string;
|
|
529
549
|
/** valor padrão do item exibido */
|
|
530
550
|
value: string;
|
|
531
551
|
};
|
|
532
552
|
|
|
533
|
-
declare type
|
|
553
|
+
declare type __VLS_Props_2 = {
|
|
554
|
+
label: string;
|
|
555
|
+
options: number[];
|
|
556
|
+
disabled?: boolean;
|
|
557
|
+
textDirection?: 'left' | 'right';
|
|
558
|
+
modelValue: number;
|
|
559
|
+
position?: 'top' | 'bottom';
|
|
560
|
+
};
|
|
561
|
+
|
|
562
|
+
declare type __VLS_Props_20 = {
|
|
534
563
|
/** Elemento raiz do card */
|
|
535
564
|
tag?: string;
|
|
536
565
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -555,45 +584,36 @@ declare type __VLS_Props_19 = {
|
|
|
555
584
|
responsive?: boolean;
|
|
556
585
|
};
|
|
557
586
|
|
|
558
|
-
declare type
|
|
559
|
-
label: string;
|
|
560
|
-
options: number[];
|
|
561
|
-
disabled?: boolean;
|
|
562
|
-
textDirection?: 'left' | 'right';
|
|
563
|
-
modelValue: number;
|
|
564
|
-
position?: 'top' | 'bottom';
|
|
565
|
-
};
|
|
566
|
-
|
|
567
|
-
declare type __VLS_Props_20 = {
|
|
587
|
+
declare type __VLS_Props_21 = {
|
|
568
588
|
/** Define root element */
|
|
569
589
|
tag?: string;
|
|
570
590
|
};
|
|
571
591
|
|
|
572
|
-
declare type
|
|
592
|
+
declare type __VLS_Props_22 = {
|
|
573
593
|
/** Define root element */
|
|
574
594
|
tag?: string;
|
|
575
595
|
};
|
|
576
596
|
|
|
577
|
-
declare type
|
|
597
|
+
declare type __VLS_Props_23 = {
|
|
578
598
|
/** Define o tipo do Content divider */
|
|
579
599
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
580
600
|
};
|
|
581
601
|
|
|
582
|
-
declare type
|
|
602
|
+
declare type __VLS_Props_24 = {
|
|
583
603
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
584
604
|
background: 'white' | 'green' | 'black';
|
|
585
605
|
items?: ItensMenu[];
|
|
586
606
|
socialMedia?: ISocialMedia[];
|
|
587
607
|
};
|
|
588
608
|
|
|
589
|
-
declare type
|
|
609
|
+
declare type __VLS_Props_25 = {
|
|
590
610
|
/** Indica se o menu abriu */
|
|
591
611
|
openMenu?: boolean;
|
|
592
612
|
/** Defini o tipo de layout a ser usado */
|
|
593
613
|
layout: 'default' | 'base' | 'minimal';
|
|
594
614
|
};
|
|
595
615
|
|
|
596
|
-
declare type
|
|
616
|
+
declare type __VLS_Props_26 = {
|
|
597
617
|
/** Array de mídia social contendo ícone e link */
|
|
598
618
|
socialMedia: {
|
|
599
619
|
icon: string;
|
|
@@ -601,16 +621,18 @@ declare type __VLS_Props_25 = {
|
|
|
601
621
|
}[];
|
|
602
622
|
};
|
|
603
623
|
|
|
604
|
-
declare type
|
|
605
|
-
items: Array<
|
|
624
|
+
declare type __VLS_Props_27 = {
|
|
625
|
+
items: Array<unknown>;
|
|
606
626
|
openTheFirst?: boolean;
|
|
607
627
|
allOpen?: boolean;
|
|
608
628
|
variant: 'accordion' | 'card' | 'minimal' | 'compact';
|
|
609
629
|
direction?: 'row' | 'column';
|
|
610
630
|
closeCollapse?: number | null;
|
|
631
|
+
disabled?: IFields;
|
|
632
|
+
invalid?: number[];
|
|
611
633
|
};
|
|
612
634
|
|
|
613
|
-
declare type
|
|
635
|
+
declare type __VLS_Props_28 = {
|
|
614
636
|
/** Define a posição em que o banner aparece */
|
|
615
637
|
position?: 'top' | 'bottom';
|
|
616
638
|
/** Define se o banner abre ou fecha */
|
|
@@ -623,7 +645,7 @@ declare type __VLS_Props_27 = {
|
|
|
623
645
|
showIcon?: boolean;
|
|
624
646
|
};
|
|
625
647
|
|
|
626
|
-
declare type
|
|
648
|
+
declare type __VLS_Props_29 = {
|
|
627
649
|
/** Define se o modal abre ou fecha */
|
|
628
650
|
isOpen: boolean;
|
|
629
651
|
/** Define a cor do background */
|
|
@@ -634,12 +656,6 @@ declare type __VLS_Props_28 = {
|
|
|
634
656
|
showCloseButton?: boolean;
|
|
635
657
|
};
|
|
636
658
|
|
|
637
|
-
declare type __VLS_Props_29 = {
|
|
638
|
-
text: string;
|
|
639
|
-
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
640
|
-
focus?: boolean;
|
|
641
|
-
};
|
|
642
|
-
|
|
643
659
|
declare type __VLS_Props_3 = {
|
|
644
660
|
/** Array de string com as opções do menu */
|
|
645
661
|
items: string[];
|
|
@@ -652,6 +668,12 @@ declare type __VLS_Props_3 = {
|
|
|
652
668
|
};
|
|
653
669
|
|
|
654
670
|
declare type __VLS_Props_30 = {
|
|
671
|
+
text: string;
|
|
672
|
+
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
673
|
+
focus?: boolean;
|
|
674
|
+
};
|
|
675
|
+
|
|
676
|
+
declare type __VLS_Props_31 = {
|
|
655
677
|
/** Define o tipo de spinner */
|
|
656
678
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
657
679
|
/** Define se o loading deve ser exibido ou não */
|
|
@@ -662,7 +684,7 @@ declare type __VLS_Props_30 = {
|
|
|
662
684
|
blur?: boolean;
|
|
663
685
|
};
|
|
664
686
|
|
|
665
|
-
declare type
|
|
687
|
+
declare type __VLS_Props_32 = {
|
|
666
688
|
/** SVG bruto (como string) */
|
|
667
689
|
name: string;
|
|
668
690
|
/** Tamanho do ícone */
|
|
@@ -673,7 +695,7 @@ declare type __VLS_Props_31 = {
|
|
|
673
695
|
fill?: string;
|
|
674
696
|
};
|
|
675
697
|
|
|
676
|
-
declare type
|
|
698
|
+
declare type __VLS_Props_33 = {
|
|
677
699
|
/** Especifica o caminho para a imagem */
|
|
678
700
|
src?: string;
|
|
679
701
|
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
@@ -692,7 +714,7 @@ declare type __VLS_Props_32 = {
|
|
|
692
714
|
disabled?: boolean;
|
|
693
715
|
};
|
|
694
716
|
|
|
695
|
-
declare type
|
|
717
|
+
declare type __VLS_Props_34 = {
|
|
696
718
|
/** Define o tipo do filtro */
|
|
697
719
|
variant?: 'dropdown' | 'collapse';
|
|
698
720
|
/** Define o título do filtro */
|
|
@@ -707,7 +729,7 @@ declare type __VLS_Props_33 = {
|
|
|
707
729
|
showClearButton?: boolean;
|
|
708
730
|
};
|
|
709
731
|
|
|
710
|
-
declare type
|
|
732
|
+
declare type __VLS_Props_35 = {
|
|
711
733
|
/** Variante de estilo do badge */
|
|
712
734
|
variant?: 'solid' | 'outline' | 'ghost';
|
|
713
735
|
/** Cor do badge */
|
|
@@ -724,7 +746,7 @@ declare type __VLS_Props_4 = {
|
|
|
724
746
|
/** ID única do input */
|
|
725
747
|
id?: string;
|
|
726
748
|
/** Valor do input para two-way binding (v-model) */
|
|
727
|
-
modelValue
|
|
749
|
+
modelValue?: string;
|
|
728
750
|
/** Define a quantidade de dígitos do código */
|
|
729
751
|
length: number;
|
|
730
752
|
/** Define se o input deve ser desabilitado */
|
|
@@ -793,6 +815,8 @@ declare type __VLS_Props_6 = {
|
|
|
793
815
|
indeterminate?: boolean;
|
|
794
816
|
/** Se o checkbox deve reservar espaço para feedback de erro */
|
|
795
817
|
reserveSpaceFeedback?: boolean;
|
|
818
|
+
/** Desabilita o clique no checkbox */
|
|
819
|
+
clickDisabled?: boolean;
|
|
796
820
|
};
|
|
797
821
|
|
|
798
822
|
declare type __VLS_Props_7 = {
|
|
@@ -925,6 +949,23 @@ declare function __VLS_template(): {
|
|
|
925
949
|
};
|
|
926
950
|
|
|
927
951
|
declare function __VLS_template_10(): {
|
|
952
|
+
attrs: Partial<{}>;
|
|
953
|
+
slots: Readonly<{
|
|
954
|
+
/** Adicione conteúdo dentro do col */
|
|
955
|
+
default?: (props: {
|
|
956
|
+
isMobile?: boolean;
|
|
957
|
+
}) => VNode[];
|
|
958
|
+
}> & {
|
|
959
|
+
/** Adicione conteúdo dentro do col */
|
|
960
|
+
default?: (props: {
|
|
961
|
+
isMobile?: boolean;
|
|
962
|
+
}) => VNode[];
|
|
963
|
+
};
|
|
964
|
+
refs: {};
|
|
965
|
+
rootEl: any;
|
|
966
|
+
};
|
|
967
|
+
|
|
968
|
+
declare function __VLS_template_11(): {
|
|
928
969
|
attrs: Partial<{}>;
|
|
929
970
|
slots: Readonly<{
|
|
930
971
|
/** Adicione conteúdo dentro do row */
|
|
@@ -937,7 +978,7 @@ declare function __VLS_template_10(): {
|
|
|
937
978
|
rootEl: any;
|
|
938
979
|
};
|
|
939
980
|
|
|
940
|
-
declare function
|
|
981
|
+
declare function __VLS_template_12(): {
|
|
941
982
|
attrs: Partial<{}>;
|
|
942
983
|
slots: Readonly<{
|
|
943
984
|
/** Adicione conteúdo dentro do container */
|
|
@@ -954,7 +995,7 @@ declare function __VLS_template_11(): {
|
|
|
954
995
|
rootEl: any;
|
|
955
996
|
};
|
|
956
997
|
|
|
957
|
-
declare function
|
|
998
|
+
declare function __VLS_template_13(): {
|
|
958
999
|
attrs: Partial<{}>;
|
|
959
1000
|
slots: Readonly<{
|
|
960
1001
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -975,7 +1016,7 @@ declare function __VLS_template_12(): {
|
|
|
975
1016
|
rootEl: any;
|
|
976
1017
|
};
|
|
977
1018
|
|
|
978
|
-
declare function
|
|
1019
|
+
declare function __VLS_template_14(): {
|
|
979
1020
|
attrs: Partial<{}>;
|
|
980
1021
|
slots: Readonly<{
|
|
981
1022
|
/** Define o slot de ícone */
|
|
@@ -988,7 +1029,7 @@ declare function __VLS_template_13(): {
|
|
|
988
1029
|
rootEl: HTMLDivElement;
|
|
989
1030
|
};
|
|
990
1031
|
|
|
991
|
-
declare function
|
|
1032
|
+
declare function __VLS_template_15(): {
|
|
992
1033
|
attrs: Partial<{}>;
|
|
993
1034
|
slots: {
|
|
994
1035
|
default?(_: {}): any;
|
|
@@ -997,7 +1038,7 @@ declare function __VLS_template_14(): {
|
|
|
997
1038
|
rootEl: any;
|
|
998
1039
|
};
|
|
999
1040
|
|
|
1000
|
-
declare function
|
|
1041
|
+
declare function __VLS_template_16(): {
|
|
1001
1042
|
attrs: Partial<{}>;
|
|
1002
1043
|
slots: {
|
|
1003
1044
|
default?(_: {}): any;
|
|
@@ -1006,7 +1047,7 @@ declare function __VLS_template_15(): {
|
|
|
1006
1047
|
rootEl: any;
|
|
1007
1048
|
};
|
|
1008
1049
|
|
|
1009
|
-
declare function
|
|
1050
|
+
declare function __VLS_template_17(): {
|
|
1010
1051
|
attrs: Partial<{}>;
|
|
1011
1052
|
slots: Readonly<{
|
|
1012
1053
|
/** Conteúdo principal do card */
|
|
@@ -1049,7 +1090,7 @@ declare function __VLS_template_16(): {
|
|
|
1049
1090
|
rootEl: any;
|
|
1050
1091
|
};
|
|
1051
1092
|
|
|
1052
|
-
declare function
|
|
1093
|
+
declare function __VLS_template_18(): {
|
|
1053
1094
|
attrs: Partial<{}>;
|
|
1054
1095
|
slots: Readonly<{
|
|
1055
1096
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1062,7 +1103,7 @@ declare function __VLS_template_17(): {
|
|
|
1062
1103
|
rootEl: any;
|
|
1063
1104
|
};
|
|
1064
1105
|
|
|
1065
|
-
declare function
|
|
1106
|
+
declare function __VLS_template_19(): {
|
|
1066
1107
|
attrs: Partial<{}>;
|
|
1067
1108
|
slots: Readonly<{
|
|
1068
1109
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1075,15 +1116,6 @@ declare function __VLS_template_18(): {
|
|
|
1075
1116
|
rootEl: any;
|
|
1076
1117
|
};
|
|
1077
1118
|
|
|
1078
|
-
declare function __VLS_template_19(): {
|
|
1079
|
-
attrs: Partial<{}>;
|
|
1080
|
-
slots: {
|
|
1081
|
-
default?(_: {}): any;
|
|
1082
|
-
};
|
|
1083
|
-
refs: {};
|
|
1084
|
-
rootEl: HTMLDivElement;
|
|
1085
|
-
};
|
|
1086
|
-
|
|
1087
1119
|
declare function __VLS_template_2(): {
|
|
1088
1120
|
attrs: Partial<{}>;
|
|
1089
1121
|
slots: Readonly<{
|
|
@@ -1100,6 +1132,15 @@ declare function __VLS_template_2(): {
|
|
|
1100
1132
|
};
|
|
1101
1133
|
|
|
1102
1134
|
declare function __VLS_template_20(): {
|
|
1135
|
+
attrs: Partial<{}>;
|
|
1136
|
+
slots: {
|
|
1137
|
+
default?(_: {}): any;
|
|
1138
|
+
};
|
|
1139
|
+
refs: {};
|
|
1140
|
+
rootEl: HTMLDivElement;
|
|
1141
|
+
};
|
|
1142
|
+
|
|
1143
|
+
declare function __VLS_template_21(): {
|
|
1103
1144
|
attrs: Partial<{}>;
|
|
1104
1145
|
slots: Readonly<{
|
|
1105
1146
|
/** Adicione conteúdo no header */
|
|
@@ -1140,7 +1181,7 @@ declare function __VLS_template_20(): {
|
|
|
1140
1181
|
rootEl: any;
|
|
1141
1182
|
};
|
|
1142
1183
|
|
|
1143
|
-
declare function
|
|
1184
|
+
declare function __VLS_template_22(): {
|
|
1144
1185
|
attrs: Partial<{}>;
|
|
1145
1186
|
slots: Readonly<{
|
|
1146
1187
|
[key: string]: (props: {
|
|
@@ -1148,9 +1189,11 @@ declare function __VLS_template_21(): {
|
|
|
1148
1189
|
}) => VNode[];
|
|
1149
1190
|
header?: (props: {
|
|
1150
1191
|
item: Record<string, any>;
|
|
1192
|
+
index: number;
|
|
1151
1193
|
}) => VNode[];
|
|
1152
1194
|
content?: (props: {
|
|
1153
1195
|
item: Record<string, any>;
|
|
1196
|
+
index: number;
|
|
1154
1197
|
}) => VNode[];
|
|
1155
1198
|
}> & {
|
|
1156
1199
|
[key: string]: (props: {
|
|
@@ -1158,16 +1201,18 @@ declare function __VLS_template_21(): {
|
|
|
1158
1201
|
}) => VNode[];
|
|
1159
1202
|
header?: (props: {
|
|
1160
1203
|
item: Record<string, any>;
|
|
1204
|
+
index: number;
|
|
1161
1205
|
}) => VNode[];
|
|
1162
1206
|
content?: (props: {
|
|
1163
1207
|
item: Record<string, any>;
|
|
1208
|
+
index: number;
|
|
1164
1209
|
}) => VNode[];
|
|
1165
1210
|
};
|
|
1166
1211
|
refs: {};
|
|
1167
1212
|
rootEl: HTMLDivElement;
|
|
1168
1213
|
};
|
|
1169
1214
|
|
|
1170
|
-
declare function
|
|
1215
|
+
declare function __VLS_template_23(): {
|
|
1171
1216
|
attrs: Partial<{}>;
|
|
1172
1217
|
slots: Readonly<{
|
|
1173
1218
|
/** Slot para o icone do banner */
|
|
@@ -1184,7 +1229,7 @@ declare function __VLS_template_22(): {
|
|
|
1184
1229
|
rootEl: any;
|
|
1185
1230
|
};
|
|
1186
1231
|
|
|
1187
|
-
declare function
|
|
1232
|
+
declare function __VLS_template_24(): {
|
|
1188
1233
|
attrs: Partial<{}>;
|
|
1189
1234
|
slots: {
|
|
1190
1235
|
default?(_: {}): any;
|
|
@@ -1193,7 +1238,7 @@ declare function __VLS_template_23(): {
|
|
|
1193
1238
|
rootEl: any;
|
|
1194
1239
|
};
|
|
1195
1240
|
|
|
1196
|
-
declare function
|
|
1241
|
+
declare function __VLS_template_25(): {
|
|
1197
1242
|
attrs: Partial<{}>;
|
|
1198
1243
|
slots: {
|
|
1199
1244
|
activator?(_: {}): any;
|
|
@@ -1205,7 +1250,7 @@ declare function __VLS_template_24(): {
|
|
|
1205
1250
|
rootEl: any;
|
|
1206
1251
|
};
|
|
1207
1252
|
|
|
1208
|
-
declare function
|
|
1253
|
+
declare function __VLS_template_26(): {
|
|
1209
1254
|
attrs: Partial<{}>;
|
|
1210
1255
|
slots: Readonly<{
|
|
1211
1256
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -1224,7 +1269,7 @@ declare function __VLS_template_25(): {
|
|
|
1224
1269
|
rootEl: any;
|
|
1225
1270
|
};
|
|
1226
1271
|
|
|
1227
|
-
declare function
|
|
1272
|
+
declare function __VLS_template_27(): {
|
|
1228
1273
|
attrs: Partial<{}>;
|
|
1229
1274
|
slots: Readonly<{
|
|
1230
1275
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1239,7 +1284,7 @@ declare function __VLS_template_26(): {
|
|
|
1239
1284
|
rootEl: HTMLDivElement;
|
|
1240
1285
|
};
|
|
1241
1286
|
|
|
1242
|
-
declare function
|
|
1287
|
+
declare function __VLS_template_28(): {
|
|
1243
1288
|
attrs: Partial<{}>;
|
|
1244
1289
|
slots: Readonly<{
|
|
1245
1290
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1363,6 +1408,8 @@ declare function __VLS_template_8(): {
|
|
|
1363
1408
|
selection?: (props: {
|
|
1364
1409
|
value?: CeSelectFieldProps["modelValue"];
|
|
1365
1410
|
}) => VNode[];
|
|
1411
|
+
/** Slot para customizar a exibição da label do select */
|
|
1412
|
+
'content-label'?: () => VNode[];
|
|
1366
1413
|
}> & {
|
|
1367
1414
|
/** Slot para adicionar conteúdo antes das opções */
|
|
1368
1415
|
'prepend-item'?: () => VNode[];
|
|
@@ -1376,6 +1423,8 @@ declare function __VLS_template_8(): {
|
|
|
1376
1423
|
selection?: (props: {
|
|
1377
1424
|
value?: CeSelectFieldProps["modelValue"];
|
|
1378
1425
|
}) => VNode[];
|
|
1426
|
+
/** Slot para customizar a exibição da label do select */
|
|
1427
|
+
'content-label'?: () => VNode[];
|
|
1379
1428
|
};
|
|
1380
1429
|
refs: {
|
|
1381
1430
|
rootRef: HTMLDivElement;
|
|
@@ -1387,19 +1436,11 @@ declare function __VLS_template_8(): {
|
|
|
1387
1436
|
|
|
1388
1437
|
declare function __VLS_template_9(): {
|
|
1389
1438
|
attrs: Partial<{}>;
|
|
1390
|
-
slots:
|
|
1391
|
-
|
|
1392
|
-
default?: (props: {
|
|
1393
|
-
isMobile?: boolean;
|
|
1394
|
-
}) => VNode[];
|
|
1395
|
-
}> & {
|
|
1396
|
-
/** Adicione conteúdo dentro do col */
|
|
1397
|
-
default?: (props: {
|
|
1398
|
-
isMobile?: boolean;
|
|
1399
|
-
}) => VNode[];
|
|
1439
|
+
slots: {
|
|
1440
|
+
default?(_: {}): any;
|
|
1400
1441
|
};
|
|
1401
1442
|
refs: {};
|
|
1402
|
-
rootEl:
|
|
1443
|
+
rootEl: HTMLDivElement;
|
|
1403
1444
|
};
|
|
1404
1445
|
|
|
1405
1446
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -1442,6 +1483,8 @@ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
|
1442
1483
|
|
|
1443
1484
|
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
1444
1485
|
|
|
1486
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
1487
|
+
|
|
1445
1488
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1446
1489
|
|
|
1447
1490
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1576,6 +1619,12 @@ declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
|
1576
1619
|
};
|
|
1577
1620
|
};
|
|
1578
1621
|
|
|
1622
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
1623
|
+
new (): {
|
|
1624
|
+
$slots: S;
|
|
1625
|
+
};
|
|
1626
|
+
};
|
|
1627
|
+
|
|
1579
1628
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1580
1629
|
new (): {
|
|
1581
1630
|
$slots: S;
|
|
@@ -1637,13 +1686,13 @@ background: "white" | "black";
|
|
|
1637
1686
|
items: string[];
|
|
1638
1687
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1639
1688
|
|
|
1640
|
-
export declare const CeAvatar:
|
|
1689
|
+
export declare const CeAvatar: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1641
1690
|
|
|
1642
|
-
export declare const CeBadge:
|
|
1691
|
+
export declare const CeBadge: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1643
1692
|
|
|
1644
|
-
export declare const CeBanners:
|
|
1693
|
+
export declare const CeBanners: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1645
1694
|
|
|
1646
|
-
export declare const CeBreadcrumbs:
|
|
1695
|
+
export declare const CeBreadcrumbs: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1647
1696
|
|
|
1648
1697
|
export declare const CeButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1649
1698
|
|
|
@@ -1655,11 +1704,24 @@ variant: "text" | "radio";
|
|
|
1655
1704
|
selected: number;
|
|
1656
1705
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1657
1706
|
|
|
1658
|
-
export declare const
|
|
1707
|
+
export declare const CeButtonPagination: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1708
|
+
"update:modelValue": (value: number | CustomEvent<any>) => any;
|
|
1709
|
+
updateCurrentPage: (page: number) => any;
|
|
1710
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1711
|
+
"onUpdate:modelValue"?: (value: number | CustomEvent<any>) => any;
|
|
1712
|
+
onUpdateCurrentPage?: (page: number) => any;
|
|
1713
|
+
}>, {
|
|
1714
|
+
currentPage: number;
|
|
1715
|
+
totalPage: number;
|
|
1716
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1659
1717
|
|
|
1660
|
-
export declare const
|
|
1718
|
+
export declare const CeButtonWrapper: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1661
1719
|
|
|
1662
|
-
export declare const
|
|
1720
|
+
export declare const CeCard: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1721
|
+
|
|
1722
|
+
export declare const CeCardHeader: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1723
|
+
|
|
1724
|
+
export declare const CeCardText: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1663
1725
|
|
|
1664
1726
|
export declare const CeCheckbox: DefineComponent<__VLS_Props_6, {
|
|
1665
1727
|
/** Focus checkbox input */
|
|
@@ -1678,6 +1740,7 @@ falseValue: string | number | boolean;
|
|
|
1678
1740
|
block: boolean;
|
|
1679
1741
|
indeterminate: boolean;
|
|
1680
1742
|
reserveSpaceFeedback: boolean;
|
|
1743
|
+
clickDisabled: boolean;
|
|
1681
1744
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1682
1745
|
inputRef: HTMLInputElement;
|
|
1683
1746
|
}, any>;
|
|
@@ -1686,8 +1749,10 @@ export declare const CeCheckboxGroup: __VLS_WithTemplateSlots_3<typeof __VLS_com
|
|
|
1686
1749
|
|
|
1687
1750
|
export declare const CeCodeInput: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1688
1751
|
"update:modelValue": (valor: string) => any;
|
|
1752
|
+
change: (valor: string) => any;
|
|
1689
1753
|
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
1690
1754
|
"onUpdate:modelValue"?: (valor: string) => any;
|
|
1755
|
+
onChange?: (valor: string) => any;
|
|
1691
1756
|
}>, {
|
|
1692
1757
|
length: number;
|
|
1693
1758
|
size: "small" | "medium" | "large";
|
|
@@ -1702,13 +1767,13 @@ centralized: boolean;
|
|
|
1702
1767
|
codeRef: HTMLDivElement;
|
|
1703
1768
|
}, HTMLDivElement>;
|
|
1704
1769
|
|
|
1705
|
-
export declare const CeCol:
|
|
1770
|
+
export declare const CeCol: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1706
1771
|
|
|
1707
|
-
export declare const CeCollapse:
|
|
1772
|
+
export declare const CeCollapse: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1708
1773
|
|
|
1709
|
-
export declare const CeContainer:
|
|
1774
|
+
export declare const CeContainer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1710
1775
|
|
|
1711
|
-
export declare const CeContentDivider:
|
|
1776
|
+
export declare const CeContentDivider: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1712
1777
|
|
|
1713
1778
|
export declare const CeDataTable: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1714
1779
|
|
|
@@ -1718,11 +1783,11 @@ export declare const CeDropdown: __VLS_WithTemplateSlots_6<typeof __VLS_componen
|
|
|
1718
1783
|
|
|
1719
1784
|
export declare const CeFileUpload: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1720
1785
|
|
|
1721
|
-
export declare const CeFilterGroup:
|
|
1786
|
+
export declare const CeFilterGroup: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1722
1787
|
|
|
1723
|
-
export declare const CeFooter: DefineComponent<
|
|
1788
|
+
export declare const CeFooter: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1724
1789
|
redirect: (valor?: string) => any;
|
|
1725
|
-
}, string, PublicProps, Readonly<
|
|
1790
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
1726
1791
|
onRedirect?: (valor?: string) => any;
|
|
1727
1792
|
}>, {
|
|
1728
1793
|
background: "white" | "green" | "black";
|
|
@@ -1747,21 +1812,21 @@ referenceRef: HTMLButtonElement;
|
|
|
1747
1812
|
dropdownRef: HTMLUListElement;
|
|
1748
1813
|
}, any>;
|
|
1749
1814
|
|
|
1750
|
-
export declare const CeLayout:
|
|
1815
|
+
export declare const CeLayout: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1751
1816
|
|
|
1752
|
-
export declare const CeLoading: DefineComponent<
|
|
1817
|
+
export declare const CeLoading: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
1753
1818
|
type: "spinner" | "semi-circle" | "dots";
|
|
1754
1819
|
blur: boolean;
|
|
1755
1820
|
background: "smoky" | "transparent" | "black";
|
|
1756
1821
|
showLoading: boolean;
|
|
1757
1822
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1758
1823
|
|
|
1759
|
-
export declare const CeMenuHeader:
|
|
1824
|
+
export declare const CeMenuHeader: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1760
1825
|
|
|
1761
|
-
export declare const CeMenuSidebar: DefineComponent<
|
|
1826
|
+
export declare const CeMenuSidebar: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1762
1827
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1763
1828
|
toggleMenu: (clicado: boolean) => any;
|
|
1764
|
-
}, string, PublicProps, Readonly<
|
|
1829
|
+
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
1765
1830
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
1766
1831
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1767
1832
|
}>, {
|
|
@@ -1772,7 +1837,7 @@ isSearch: boolean;
|
|
|
1772
1837
|
isOpen: boolean;
|
|
1773
1838
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1774
1839
|
|
|
1775
|
-
export declare const CeModal:
|
|
1840
|
+
export declare const CeModal: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1776
1841
|
|
|
1777
1842
|
export declare const CePagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1778
1843
|
paginate: (value: number) => any;
|
|
@@ -1784,6 +1849,7 @@ onPaginate?: (value: number) => any;
|
|
|
1784
1849
|
totalPages: number;
|
|
1785
1850
|
currentPage: number;
|
|
1786
1851
|
itemsPerPage: number;
|
|
1852
|
+
paginationPages: number;
|
|
1787
1853
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1788
1854
|
|
|
1789
1855
|
export declare const CeProgressIndicator: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1806,9 +1872,9 @@ block: boolean;
|
|
|
1806
1872
|
row: boolean;
|
|
1807
1873
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1808
1874
|
|
|
1809
|
-
export declare const CeRow:
|
|
1875
|
+
export declare const CeRow: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1810
1876
|
|
|
1811
|
-
export declare const CeSectionFooter: DefineComponent<
|
|
1877
|
+
export declare const CeSectionFooter: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1812
1878
|
|
|
1813
1879
|
export declare const CeSelect: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1814
1880
|
|
|
@@ -1856,15 +1922,15 @@ maxValue: number;
|
|
|
1856
1922
|
showValue: boolean;
|
|
1857
1923
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1858
1924
|
|
|
1859
|
-
export declare const CeSvgIcon: DefineComponent<
|
|
1925
|
+
export declare const CeSvgIcon: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
|
|
1860
1926
|
size: number | string;
|
|
1861
1927
|
color: string;
|
|
1862
1928
|
fill: string;
|
|
1863
1929
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1864
1930
|
|
|
1865
|
-
export declare const CeTab:
|
|
1931
|
+
export declare const CeTab: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1866
1932
|
|
|
1867
|
-
export declare const CeTabItem:
|
|
1933
|
+
export declare const CeTabItem: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1868
1934
|
|
|
1869
1935
|
export declare const CeTextarea: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1870
1936
|
"update:modelValue": (value: string) => any;
|
|
@@ -1904,7 +1970,7 @@ disabled: boolean;
|
|
|
1904
1970
|
contoured: boolean;
|
|
1905
1971
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1906
1972
|
|
|
1907
|
-
export declare const CeTooltip:
|
|
1973
|
+
export declare const CeTooltip: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1908
1974
|
|
|
1909
1975
|
declare interface Coluna {
|
|
1910
1976
|
text: string;
|
|
@@ -1969,6 +2035,9 @@ declare interface FileItem {
|
|
|
1969
2035
|
file: File;
|
|
1970
2036
|
progress: number;
|
|
1971
2037
|
status: 'uploading' | 'success' | 'error';
|
|
2038
|
+
message?: string;
|
|
2039
|
+
errorLabel?: string;
|
|
2040
|
+
successLabel?: string;
|
|
1972
2041
|
}
|
|
1973
2042
|
|
|
1974
2043
|
declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
|
|
@@ -1997,6 +2066,7 @@ declare interface IBreadcrumbsProps {
|
|
|
1997
2066
|
declare interface ICollapse {
|
|
1998
2067
|
index: number;
|
|
1999
2068
|
value: boolean;
|
|
2069
|
+
item: unknown;
|
|
2000
2070
|
}
|
|
2001
2071
|
|
|
2002
2072
|
declare interface IData<T = unknown> {
|
|
@@ -2023,7 +2093,7 @@ declare interface IDropzone {
|
|
|
2023
2093
|
/** limpa a lista de arquivos */
|
|
2024
2094
|
clear?: boolean;
|
|
2025
2095
|
/** Variante do componente */
|
|
2026
|
-
variant?: 'primary' | 'secondary';
|
|
2096
|
+
variant?: 'primary' | 'secondary' | 'tertiary';
|
|
2027
2097
|
/** Simula o progresso do upload */
|
|
2028
2098
|
simulateProgress?: boolean;
|
|
2029
2099
|
/** Exibe ou oculta a barra de progresso */
|
|
@@ -2040,6 +2110,27 @@ declare interface IDropzone {
|
|
|
2040
2110
|
rounded?: 'md' | 'lg' | 'xl';
|
|
2041
2111
|
/** Prop utilizada para atualizar o progresso quando simulateProgress é false */
|
|
2042
2112
|
file?: FileItem | null;
|
|
2113
|
+
/** Título da variante terciária */
|
|
2114
|
+
tertiaryVariantTitle?: string;
|
|
2115
|
+
/** Texto de ajuda */
|
|
2116
|
+
hint?: string;
|
|
2117
|
+
/** Texto para ser um erro */
|
|
2118
|
+
invalidFeedback?: string;
|
|
2119
|
+
/** Aciona manualmente o estado de erro */
|
|
2120
|
+
invalid?: boolean;
|
|
2121
|
+
/** Se o input deve reservar espaço para feedback de erro */
|
|
2122
|
+
reserveSpaceFeedback?: boolean;
|
|
2123
|
+
/** Se deve mostrar o arquivo enviado */
|
|
2124
|
+
showUploadedFile?: boolean;
|
|
2125
|
+
/** Nome do arquivo para ser removido */
|
|
2126
|
+
removableFileName?: string;
|
|
2127
|
+
/** Exibi o botão de remover arquivo */
|
|
2128
|
+
showRemoveButton?: boolean;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
declare interface IFields {
|
|
2132
|
+
field: string;
|
|
2133
|
+
value: string | number | boolean;
|
|
2043
2134
|
}
|
|
2044
2135
|
|
|
2045
2136
|
declare interface IItems {
|
|
@@ -2145,6 +2236,8 @@ declare type PaginationProps = {
|
|
|
2145
2236
|
totalItems?: number;
|
|
2146
2237
|
/** Valor do currentPage para two-way binding (v-model) */
|
|
2147
2238
|
modelValue?: number;
|
|
2239
|
+
/** Número de páginas exibidas na paginação */
|
|
2240
|
+
paginationPages?: number;
|
|
2148
2241
|
};
|
|
2149
2242
|
|
|
2150
2243
|
declare interface Props {
|