@comercti/vue-components 0.23.0 → 0.25.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 +37 -28
- package/comerc-style-guide.es.js +3421 -3101
- package/comerc-style-guide.umd.js +37 -28
- package/index.d.ts +240 -138
- 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,39 +130,46 @@ 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;
|
|
155
|
+
openCollapse: number[] | null;
|
|
148
156
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
149
157
|
|
|
150
|
-
declare const
|
|
158
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
151
159
|
close: (value: boolean) => any;
|
|
152
|
-
}, string, PublicProps, Readonly<
|
|
160
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
153
161
|
onClose?: (value: boolean) => any;
|
|
154
162
|
}>, {
|
|
155
163
|
background: "white" | "green";
|
|
156
|
-
rounded: boolean;
|
|
157
164
|
position: "top" | "bottom";
|
|
165
|
+
rounded: boolean;
|
|
158
166
|
isOpen: boolean;
|
|
159
167
|
showIcon: boolean;
|
|
160
168
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
161
169
|
|
|
162
|
-
declare const
|
|
170
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
163
171
|
close: (value: boolean) => any;
|
|
164
|
-
}, string, PublicProps, Readonly<
|
|
172
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
165
173
|
onClose?: (value: boolean) => any;
|
|
166
174
|
}>, {
|
|
167
175
|
background: "1" | "2";
|
|
@@ -170,7 +178,7 @@ closeOutside: boolean;
|
|
|
170
178
|
showCloseButton: boolean;
|
|
171
179
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
172
180
|
|
|
173
|
-
declare const
|
|
181
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
174
182
|
focus: boolean;
|
|
175
183
|
location: "top" | "bottom" | "left" | "right";
|
|
176
184
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -178,11 +186,11 @@ activatorRef: HTMLDivElement;
|
|
|
178
186
|
tooltipRef: HTMLDivElement;
|
|
179
187
|
}, any>;
|
|
180
188
|
|
|
181
|
-
declare const
|
|
189
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_33, {
|
|
182
190
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
183
191
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
184
192
|
click: (event: MouseEvent) => any;
|
|
185
|
-
}, string, PublicProps, Readonly<
|
|
193
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
186
194
|
onClick?: (event: MouseEvent) => any;
|
|
187
195
|
}>, {
|
|
188
196
|
size: "small" | "medium" | "large" | number;
|
|
@@ -195,10 +203,10 @@ badgeOffsetBottom: number;
|
|
|
195
203
|
rootRef: HTMLDivElement;
|
|
196
204
|
}, any>;
|
|
197
205
|
|
|
198
|
-
declare const
|
|
206
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
199
207
|
submit: () => any;
|
|
200
208
|
clear: () => any;
|
|
201
|
-
}, string, PublicProps, Readonly<
|
|
209
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
202
210
|
onSubmit?: () => any;
|
|
203
211
|
onClear?: () => any;
|
|
204
212
|
}>, {
|
|
@@ -211,7 +219,7 @@ showClearButton: boolean;
|
|
|
211
219
|
menuRef: HTMLDivElement;
|
|
212
220
|
}, HTMLDivElement>;
|
|
213
221
|
|
|
214
|
-
declare const
|
|
222
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
|
|
215
223
|
size: "sm" | "md" | "lg";
|
|
216
224
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
217
225
|
variant: "solid" | "outline" | "ghost";
|
|
@@ -286,7 +294,7 @@ redirect: (item: ItensMenu_2) => any;
|
|
|
286
294
|
onSelected?: (value: Coluna[]) => any;
|
|
287
295
|
onRedirect?: (item: ItensMenu_2) => any;
|
|
288
296
|
}>, {
|
|
289
|
-
type: "menu" | "selection";
|
|
297
|
+
type: "menu" | "selection" | "button";
|
|
290
298
|
background: "white" | "black";
|
|
291
299
|
itemsMenu: ItensMenu_2[];
|
|
292
300
|
itemsSelection: ItemsSelection[];
|
|
@@ -297,17 +305,23 @@ dropdownRef: HTMLDivElement[];
|
|
|
297
305
|
|
|
298
306
|
declare const __VLS_component_7: DefineComponent<IDropzone, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
299
307
|
"update:modelValue": (file: FileItem | File | FileItem[]) => any;
|
|
308
|
+
delete: (files: FileItem | File | FileItem[]) => any;
|
|
300
309
|
updateFiles: (file: FileItem[]) => any;
|
|
301
310
|
}, string, PublicProps, Readonly<IDropzone> & Readonly<{
|
|
302
311
|
"onUpdate:modelValue"?: (file: FileItem | File | FileItem[]) => any;
|
|
312
|
+
onDelete?: (files: FileItem | File | FileItem[]) => any;
|
|
303
313
|
onUpdateFiles?: (file: FileItem[]) => any;
|
|
304
314
|
}>, {
|
|
315
|
+
invalid: boolean;
|
|
305
316
|
disabled: boolean;
|
|
306
|
-
variant: "primary" | "secondary";
|
|
317
|
+
variant: "primary" | "secondary" | "tertiary";
|
|
318
|
+
reserveSpaceFeedback: boolean;
|
|
307
319
|
file: FileItem | null;
|
|
308
320
|
rounded: "md" | "lg" | "xl";
|
|
309
321
|
compact: boolean;
|
|
310
322
|
clear: boolean;
|
|
323
|
+
errorLabel: string;
|
|
324
|
+
successLabel: string;
|
|
311
325
|
accept: string[];
|
|
312
326
|
multiple: boolean;
|
|
313
327
|
maxFile: number;
|
|
@@ -317,8 +331,9 @@ customMessage: string[];
|
|
|
317
331
|
simulateProgress: boolean;
|
|
318
332
|
showProgressBar: boolean;
|
|
319
333
|
sendRemovedFile: boolean;
|
|
320
|
-
|
|
321
|
-
|
|
334
|
+
tertiaryVariantTitle: string;
|
|
335
|
+
showUploadedFile: boolean;
|
|
336
|
+
showRemoveButton: boolean;
|
|
322
337
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
323
338
|
inputFile: HTMLInputElement;
|
|
324
339
|
}, HTMLDivElement>;
|
|
@@ -353,10 +368,7 @@ inputRef: HTMLDivElement;
|
|
|
353
368
|
searchInputRef: HTMLInputElement;
|
|
354
369
|
}, any>;
|
|
355
370
|
|
|
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>;
|
|
371
|
+
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
360
372
|
|
|
361
373
|
declare type __VLS_Props = {
|
|
362
374
|
/** Indica o progresso */
|
|
@@ -417,6 +429,15 @@ declare type __VLS_Props_12 = {
|
|
|
417
429
|
};
|
|
418
430
|
|
|
419
431
|
declare type __VLS_Props_13 = {
|
|
432
|
+
/** Define o total de páginas */
|
|
433
|
+
totalPage: number;
|
|
434
|
+
/** Define a página atual */
|
|
435
|
+
currentPage: number;
|
|
436
|
+
/** Define o valor do v-model */
|
|
437
|
+
modelValue?: number;
|
|
438
|
+
};
|
|
439
|
+
|
|
440
|
+
declare type __VLS_Props_14 = {
|
|
420
441
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
421
442
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
422
443
|
/** Largura de um elemento `sm` (baseado no `cols`) */
|
|
@@ -441,7 +462,7 @@ declare type __VLS_Props_13 = {
|
|
|
441
462
|
tag?: string;
|
|
442
463
|
};
|
|
443
464
|
|
|
444
|
-
declare type
|
|
465
|
+
declare type __VLS_Props_15 = {
|
|
445
466
|
/** Alinhamento dos itens (align-items) */
|
|
446
467
|
align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
447
468
|
/** Alinhamento dos itens `sm` (align-items) */
|
|
@@ -482,14 +503,14 @@ declare type __VLS_Props_14 = {
|
|
|
482
503
|
noCols?: boolean;
|
|
483
504
|
};
|
|
484
505
|
|
|
485
|
-
declare type
|
|
506
|
+
declare type __VLS_Props_16 = {
|
|
486
507
|
/** Define root element do container */
|
|
487
508
|
tag?: string;
|
|
488
509
|
/** Abrange toda a largura de um elemento para o container */
|
|
489
510
|
block?: boolean;
|
|
490
511
|
};
|
|
491
512
|
|
|
492
|
-
declare type
|
|
513
|
+
declare type __VLS_Props_17 = {
|
|
493
514
|
/** Array de opções do menu */
|
|
494
515
|
items: ItensMenu_2[];
|
|
495
516
|
/** Array de opções de pesquisa do menu */
|
|
@@ -504,7 +525,7 @@ declare type __VLS_Props_16 = {
|
|
|
504
525
|
title?: string;
|
|
505
526
|
};
|
|
506
527
|
|
|
507
|
-
declare type
|
|
528
|
+
declare type __VLS_Props_18 = {
|
|
508
529
|
/** Array de opções do menu meu serviços */
|
|
509
530
|
itemsMenuMyService: ItensMenu_2[];
|
|
510
531
|
/** Array de opções do menuSidebar para versão mobile */
|
|
@@ -523,14 +544,23 @@ declare type __VLS_Props_17 = {
|
|
|
523
544
|
rounded?: boolean;
|
|
524
545
|
};
|
|
525
546
|
|
|
526
|
-
declare type
|
|
547
|
+
declare type __VLS_Props_19 = {
|
|
527
548
|
/** Define o valor do model */
|
|
528
549
|
modelValue?: string;
|
|
529
550
|
/** valor padrão do item exibido */
|
|
530
551
|
value: string;
|
|
531
552
|
};
|
|
532
553
|
|
|
533
|
-
declare type
|
|
554
|
+
declare type __VLS_Props_2 = {
|
|
555
|
+
label: string;
|
|
556
|
+
options: number[];
|
|
557
|
+
disabled?: boolean;
|
|
558
|
+
textDirection?: 'left' | 'right';
|
|
559
|
+
modelValue: number;
|
|
560
|
+
position?: 'top' | 'bottom';
|
|
561
|
+
};
|
|
562
|
+
|
|
563
|
+
declare type __VLS_Props_20 = {
|
|
534
564
|
/** Elemento raiz do card */
|
|
535
565
|
tag?: string;
|
|
536
566
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -555,45 +585,36 @@ declare type __VLS_Props_19 = {
|
|
|
555
585
|
responsive?: boolean;
|
|
556
586
|
};
|
|
557
587
|
|
|
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 = {
|
|
588
|
+
declare type __VLS_Props_21 = {
|
|
568
589
|
/** Define root element */
|
|
569
590
|
tag?: string;
|
|
570
591
|
};
|
|
571
592
|
|
|
572
|
-
declare type
|
|
593
|
+
declare type __VLS_Props_22 = {
|
|
573
594
|
/** Define root element */
|
|
574
595
|
tag?: string;
|
|
575
596
|
};
|
|
576
597
|
|
|
577
|
-
declare type
|
|
598
|
+
declare type __VLS_Props_23 = {
|
|
578
599
|
/** Define o tipo do Content divider */
|
|
579
600
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
580
601
|
};
|
|
581
602
|
|
|
582
|
-
declare type
|
|
603
|
+
declare type __VLS_Props_24 = {
|
|
583
604
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
584
605
|
background: 'white' | 'green' | 'black';
|
|
585
606
|
items?: ItensMenu[];
|
|
586
607
|
socialMedia?: ISocialMedia[];
|
|
587
608
|
};
|
|
588
609
|
|
|
589
|
-
declare type
|
|
610
|
+
declare type __VLS_Props_25 = {
|
|
590
611
|
/** Indica se o menu abriu */
|
|
591
612
|
openMenu?: boolean;
|
|
592
613
|
/** Defini o tipo de layout a ser usado */
|
|
593
614
|
layout: 'default' | 'base' | 'minimal';
|
|
594
615
|
};
|
|
595
616
|
|
|
596
|
-
declare type
|
|
617
|
+
declare type __VLS_Props_26 = {
|
|
597
618
|
/** Array de mídia social contendo ícone e link */
|
|
598
619
|
socialMedia: {
|
|
599
620
|
icon: string;
|
|
@@ -601,16 +622,19 @@ declare type __VLS_Props_25 = {
|
|
|
601
622
|
}[];
|
|
602
623
|
};
|
|
603
624
|
|
|
604
|
-
declare type
|
|
605
|
-
items: Array<
|
|
625
|
+
declare type __VLS_Props_27 = {
|
|
626
|
+
items: Array<unknown>;
|
|
606
627
|
openTheFirst?: boolean;
|
|
607
628
|
allOpen?: boolean;
|
|
608
629
|
variant: 'accordion' | 'card' | 'minimal' | 'compact';
|
|
609
630
|
direction?: 'row' | 'column';
|
|
610
631
|
closeCollapse?: number | null;
|
|
632
|
+
disabled?: IFields;
|
|
633
|
+
invalid?: number[];
|
|
634
|
+
openCollapse?: number[] | null;
|
|
611
635
|
};
|
|
612
636
|
|
|
613
|
-
declare type
|
|
637
|
+
declare type __VLS_Props_28 = {
|
|
614
638
|
/** Define a posição em que o banner aparece */
|
|
615
639
|
position?: 'top' | 'bottom';
|
|
616
640
|
/** Define se o banner abre ou fecha */
|
|
@@ -623,7 +647,7 @@ declare type __VLS_Props_27 = {
|
|
|
623
647
|
showIcon?: boolean;
|
|
624
648
|
};
|
|
625
649
|
|
|
626
|
-
declare type
|
|
650
|
+
declare type __VLS_Props_29 = {
|
|
627
651
|
/** Define se o modal abre ou fecha */
|
|
628
652
|
isOpen: boolean;
|
|
629
653
|
/** Define a cor do background */
|
|
@@ -634,12 +658,6 @@ declare type __VLS_Props_28 = {
|
|
|
634
658
|
showCloseButton?: boolean;
|
|
635
659
|
};
|
|
636
660
|
|
|
637
|
-
declare type __VLS_Props_29 = {
|
|
638
|
-
text: string;
|
|
639
|
-
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
640
|
-
focus?: boolean;
|
|
641
|
-
};
|
|
642
|
-
|
|
643
661
|
declare type __VLS_Props_3 = {
|
|
644
662
|
/** Array de string com as opções do menu */
|
|
645
663
|
items: string[];
|
|
@@ -652,6 +670,12 @@ declare type __VLS_Props_3 = {
|
|
|
652
670
|
};
|
|
653
671
|
|
|
654
672
|
declare type __VLS_Props_30 = {
|
|
673
|
+
text: string;
|
|
674
|
+
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
675
|
+
focus?: boolean;
|
|
676
|
+
};
|
|
677
|
+
|
|
678
|
+
declare type __VLS_Props_31 = {
|
|
655
679
|
/** Define o tipo de spinner */
|
|
656
680
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
657
681
|
/** Define se o loading deve ser exibido ou não */
|
|
@@ -662,7 +686,7 @@ declare type __VLS_Props_30 = {
|
|
|
662
686
|
blur?: boolean;
|
|
663
687
|
};
|
|
664
688
|
|
|
665
|
-
declare type
|
|
689
|
+
declare type __VLS_Props_32 = {
|
|
666
690
|
/** SVG bruto (como string) */
|
|
667
691
|
name: string;
|
|
668
692
|
/** Tamanho do ícone */
|
|
@@ -673,7 +697,7 @@ declare type __VLS_Props_31 = {
|
|
|
673
697
|
fill?: string;
|
|
674
698
|
};
|
|
675
699
|
|
|
676
|
-
declare type
|
|
700
|
+
declare type __VLS_Props_33 = {
|
|
677
701
|
/** Especifica o caminho para a imagem */
|
|
678
702
|
src?: string;
|
|
679
703
|
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
@@ -692,7 +716,7 @@ declare type __VLS_Props_32 = {
|
|
|
692
716
|
disabled?: boolean;
|
|
693
717
|
};
|
|
694
718
|
|
|
695
|
-
declare type
|
|
719
|
+
declare type __VLS_Props_34 = {
|
|
696
720
|
/** Define o tipo do filtro */
|
|
697
721
|
variant?: 'dropdown' | 'collapse';
|
|
698
722
|
/** Define o título do filtro */
|
|
@@ -707,7 +731,7 @@ declare type __VLS_Props_33 = {
|
|
|
707
731
|
showClearButton?: boolean;
|
|
708
732
|
};
|
|
709
733
|
|
|
710
|
-
declare type
|
|
734
|
+
declare type __VLS_Props_35 = {
|
|
711
735
|
/** Variante de estilo do badge */
|
|
712
736
|
variant?: 'solid' | 'outline' | 'ghost';
|
|
713
737
|
/** Cor do badge */
|
|
@@ -724,7 +748,7 @@ declare type __VLS_Props_4 = {
|
|
|
724
748
|
/** ID única do input */
|
|
725
749
|
id?: string;
|
|
726
750
|
/** Valor do input para two-way binding (v-model) */
|
|
727
|
-
modelValue
|
|
751
|
+
modelValue?: string;
|
|
728
752
|
/** Define a quantidade de dígitos do código */
|
|
729
753
|
length: number;
|
|
730
754
|
/** Define se o input deve ser desabilitado */
|
|
@@ -793,6 +817,8 @@ declare type __VLS_Props_6 = {
|
|
|
793
817
|
indeterminate?: boolean;
|
|
794
818
|
/** Se o checkbox deve reservar espaço para feedback de erro */
|
|
795
819
|
reserveSpaceFeedback?: boolean;
|
|
820
|
+
/** Desabilita o clique no checkbox */
|
|
821
|
+
clickDisabled?: boolean;
|
|
796
822
|
};
|
|
797
823
|
|
|
798
824
|
declare type __VLS_Props_7 = {
|
|
@@ -925,6 +951,23 @@ declare function __VLS_template(): {
|
|
|
925
951
|
};
|
|
926
952
|
|
|
927
953
|
declare function __VLS_template_10(): {
|
|
954
|
+
attrs: Partial<{}>;
|
|
955
|
+
slots: Readonly<{
|
|
956
|
+
/** Adicione conteúdo dentro do col */
|
|
957
|
+
default?: (props: {
|
|
958
|
+
isMobile?: boolean;
|
|
959
|
+
}) => VNode[];
|
|
960
|
+
}> & {
|
|
961
|
+
/** Adicione conteúdo dentro do col */
|
|
962
|
+
default?: (props: {
|
|
963
|
+
isMobile?: boolean;
|
|
964
|
+
}) => VNode[];
|
|
965
|
+
};
|
|
966
|
+
refs: {};
|
|
967
|
+
rootEl: any;
|
|
968
|
+
};
|
|
969
|
+
|
|
970
|
+
declare function __VLS_template_11(): {
|
|
928
971
|
attrs: Partial<{}>;
|
|
929
972
|
slots: Readonly<{
|
|
930
973
|
/** Adicione conteúdo dentro do row */
|
|
@@ -937,7 +980,7 @@ declare function __VLS_template_10(): {
|
|
|
937
980
|
rootEl: any;
|
|
938
981
|
};
|
|
939
982
|
|
|
940
|
-
declare function
|
|
983
|
+
declare function __VLS_template_12(): {
|
|
941
984
|
attrs: Partial<{}>;
|
|
942
985
|
slots: Readonly<{
|
|
943
986
|
/** Adicione conteúdo dentro do container */
|
|
@@ -954,7 +997,7 @@ declare function __VLS_template_11(): {
|
|
|
954
997
|
rootEl: any;
|
|
955
998
|
};
|
|
956
999
|
|
|
957
|
-
declare function
|
|
1000
|
+
declare function __VLS_template_13(): {
|
|
958
1001
|
attrs: Partial<{}>;
|
|
959
1002
|
slots: Readonly<{
|
|
960
1003
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -975,7 +1018,7 @@ declare function __VLS_template_12(): {
|
|
|
975
1018
|
rootEl: any;
|
|
976
1019
|
};
|
|
977
1020
|
|
|
978
|
-
declare function
|
|
1021
|
+
declare function __VLS_template_14(): {
|
|
979
1022
|
attrs: Partial<{}>;
|
|
980
1023
|
slots: Readonly<{
|
|
981
1024
|
/** Define o slot de ícone */
|
|
@@ -988,7 +1031,7 @@ declare function __VLS_template_13(): {
|
|
|
988
1031
|
rootEl: HTMLDivElement;
|
|
989
1032
|
};
|
|
990
1033
|
|
|
991
|
-
declare function
|
|
1034
|
+
declare function __VLS_template_15(): {
|
|
992
1035
|
attrs: Partial<{}>;
|
|
993
1036
|
slots: {
|
|
994
1037
|
default?(_: {}): any;
|
|
@@ -997,7 +1040,7 @@ declare function __VLS_template_14(): {
|
|
|
997
1040
|
rootEl: any;
|
|
998
1041
|
};
|
|
999
1042
|
|
|
1000
|
-
declare function
|
|
1043
|
+
declare function __VLS_template_16(): {
|
|
1001
1044
|
attrs: Partial<{}>;
|
|
1002
1045
|
slots: {
|
|
1003
1046
|
default?(_: {}): any;
|
|
@@ -1006,7 +1049,7 @@ declare function __VLS_template_15(): {
|
|
|
1006
1049
|
rootEl: any;
|
|
1007
1050
|
};
|
|
1008
1051
|
|
|
1009
|
-
declare function
|
|
1052
|
+
declare function __VLS_template_17(): {
|
|
1010
1053
|
attrs: Partial<{}>;
|
|
1011
1054
|
slots: Readonly<{
|
|
1012
1055
|
/** Conteúdo principal do card */
|
|
@@ -1049,7 +1092,7 @@ declare function __VLS_template_16(): {
|
|
|
1049
1092
|
rootEl: any;
|
|
1050
1093
|
};
|
|
1051
1094
|
|
|
1052
|
-
declare function
|
|
1095
|
+
declare function __VLS_template_18(): {
|
|
1053
1096
|
attrs: Partial<{}>;
|
|
1054
1097
|
slots: Readonly<{
|
|
1055
1098
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1062,7 +1105,7 @@ declare function __VLS_template_17(): {
|
|
|
1062
1105
|
rootEl: any;
|
|
1063
1106
|
};
|
|
1064
1107
|
|
|
1065
|
-
declare function
|
|
1108
|
+
declare function __VLS_template_19(): {
|
|
1066
1109
|
attrs: Partial<{}>;
|
|
1067
1110
|
slots: Readonly<{
|
|
1068
1111
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1075,15 +1118,6 @@ declare function __VLS_template_18(): {
|
|
|
1075
1118
|
rootEl: any;
|
|
1076
1119
|
};
|
|
1077
1120
|
|
|
1078
|
-
declare function __VLS_template_19(): {
|
|
1079
|
-
attrs: Partial<{}>;
|
|
1080
|
-
slots: {
|
|
1081
|
-
default?(_: {}): any;
|
|
1082
|
-
};
|
|
1083
|
-
refs: {};
|
|
1084
|
-
rootEl: HTMLDivElement;
|
|
1085
|
-
};
|
|
1086
|
-
|
|
1087
1121
|
declare function __VLS_template_2(): {
|
|
1088
1122
|
attrs: Partial<{}>;
|
|
1089
1123
|
slots: Readonly<{
|
|
@@ -1100,6 +1134,15 @@ declare function __VLS_template_2(): {
|
|
|
1100
1134
|
};
|
|
1101
1135
|
|
|
1102
1136
|
declare function __VLS_template_20(): {
|
|
1137
|
+
attrs: Partial<{}>;
|
|
1138
|
+
slots: {
|
|
1139
|
+
default?(_: {}): any;
|
|
1140
|
+
};
|
|
1141
|
+
refs: {};
|
|
1142
|
+
rootEl: HTMLDivElement;
|
|
1143
|
+
};
|
|
1144
|
+
|
|
1145
|
+
declare function __VLS_template_21(): {
|
|
1103
1146
|
attrs: Partial<{}>;
|
|
1104
1147
|
slots: Readonly<{
|
|
1105
1148
|
/** Adicione conteúdo no header */
|
|
@@ -1140,7 +1183,7 @@ declare function __VLS_template_20(): {
|
|
|
1140
1183
|
rootEl: any;
|
|
1141
1184
|
};
|
|
1142
1185
|
|
|
1143
|
-
declare function
|
|
1186
|
+
declare function __VLS_template_22(): {
|
|
1144
1187
|
attrs: Partial<{}>;
|
|
1145
1188
|
slots: Readonly<{
|
|
1146
1189
|
[key: string]: (props: {
|
|
@@ -1148,9 +1191,11 @@ declare function __VLS_template_21(): {
|
|
|
1148
1191
|
}) => VNode[];
|
|
1149
1192
|
header?: (props: {
|
|
1150
1193
|
item: Record<string, any>;
|
|
1194
|
+
index: number;
|
|
1151
1195
|
}) => VNode[];
|
|
1152
1196
|
content?: (props: {
|
|
1153
1197
|
item: Record<string, any>;
|
|
1198
|
+
index: number;
|
|
1154
1199
|
}) => VNode[];
|
|
1155
1200
|
}> & {
|
|
1156
1201
|
[key: string]: (props: {
|
|
@@ -1158,16 +1203,18 @@ declare function __VLS_template_21(): {
|
|
|
1158
1203
|
}) => VNode[];
|
|
1159
1204
|
header?: (props: {
|
|
1160
1205
|
item: Record<string, any>;
|
|
1206
|
+
index: number;
|
|
1161
1207
|
}) => VNode[];
|
|
1162
1208
|
content?: (props: {
|
|
1163
1209
|
item: Record<string, any>;
|
|
1210
|
+
index: number;
|
|
1164
1211
|
}) => VNode[];
|
|
1165
1212
|
};
|
|
1166
1213
|
refs: {};
|
|
1167
1214
|
rootEl: HTMLDivElement;
|
|
1168
1215
|
};
|
|
1169
1216
|
|
|
1170
|
-
declare function
|
|
1217
|
+
declare function __VLS_template_23(): {
|
|
1171
1218
|
attrs: Partial<{}>;
|
|
1172
1219
|
slots: Readonly<{
|
|
1173
1220
|
/** Slot para o icone do banner */
|
|
@@ -1184,7 +1231,7 @@ declare function __VLS_template_22(): {
|
|
|
1184
1231
|
rootEl: any;
|
|
1185
1232
|
};
|
|
1186
1233
|
|
|
1187
|
-
declare function
|
|
1234
|
+
declare function __VLS_template_24(): {
|
|
1188
1235
|
attrs: Partial<{}>;
|
|
1189
1236
|
slots: {
|
|
1190
1237
|
default?(_: {}): any;
|
|
@@ -1193,7 +1240,7 @@ declare function __VLS_template_23(): {
|
|
|
1193
1240
|
rootEl: any;
|
|
1194
1241
|
};
|
|
1195
1242
|
|
|
1196
|
-
declare function
|
|
1243
|
+
declare function __VLS_template_25(): {
|
|
1197
1244
|
attrs: Partial<{}>;
|
|
1198
1245
|
slots: {
|
|
1199
1246
|
activator?(_: {}): any;
|
|
@@ -1205,7 +1252,7 @@ declare function __VLS_template_24(): {
|
|
|
1205
1252
|
rootEl: any;
|
|
1206
1253
|
};
|
|
1207
1254
|
|
|
1208
|
-
declare function
|
|
1255
|
+
declare function __VLS_template_26(): {
|
|
1209
1256
|
attrs: Partial<{}>;
|
|
1210
1257
|
slots: Readonly<{
|
|
1211
1258
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -1224,7 +1271,7 @@ declare function __VLS_template_25(): {
|
|
|
1224
1271
|
rootEl: any;
|
|
1225
1272
|
};
|
|
1226
1273
|
|
|
1227
|
-
declare function
|
|
1274
|
+
declare function __VLS_template_27(): {
|
|
1228
1275
|
attrs: Partial<{}>;
|
|
1229
1276
|
slots: Readonly<{
|
|
1230
1277
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1239,7 +1286,7 @@ declare function __VLS_template_26(): {
|
|
|
1239
1286
|
rootEl: HTMLDivElement;
|
|
1240
1287
|
};
|
|
1241
1288
|
|
|
1242
|
-
declare function
|
|
1289
|
+
declare function __VLS_template_28(): {
|
|
1243
1290
|
attrs: Partial<{}>;
|
|
1244
1291
|
slots: Readonly<{
|
|
1245
1292
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1363,6 +1410,8 @@ declare function __VLS_template_8(): {
|
|
|
1363
1410
|
selection?: (props: {
|
|
1364
1411
|
value?: CeSelectFieldProps["modelValue"];
|
|
1365
1412
|
}) => VNode[];
|
|
1413
|
+
/** Slot para customizar a exibição da label do select */
|
|
1414
|
+
'content-label'?: () => VNode[];
|
|
1366
1415
|
}> & {
|
|
1367
1416
|
/** Slot para adicionar conteúdo antes das opções */
|
|
1368
1417
|
'prepend-item'?: () => VNode[];
|
|
@@ -1376,6 +1425,8 @@ declare function __VLS_template_8(): {
|
|
|
1376
1425
|
selection?: (props: {
|
|
1377
1426
|
value?: CeSelectFieldProps["modelValue"];
|
|
1378
1427
|
}) => VNode[];
|
|
1428
|
+
/** Slot para customizar a exibição da label do select */
|
|
1429
|
+
'content-label'?: () => VNode[];
|
|
1379
1430
|
};
|
|
1380
1431
|
refs: {
|
|
1381
1432
|
rootRef: HTMLDivElement;
|
|
@@ -1387,19 +1438,11 @@ declare function __VLS_template_8(): {
|
|
|
1387
1438
|
|
|
1388
1439
|
declare function __VLS_template_9(): {
|
|
1389
1440
|
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[];
|
|
1441
|
+
slots: {
|
|
1442
|
+
default?(_: {}): any;
|
|
1400
1443
|
};
|
|
1401
1444
|
refs: {};
|
|
1402
|
-
rootEl:
|
|
1445
|
+
rootEl: HTMLDivElement;
|
|
1403
1446
|
};
|
|
1404
1447
|
|
|
1405
1448
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -1442,6 +1485,8 @@ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
|
1442
1485
|
|
|
1443
1486
|
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
1444
1487
|
|
|
1488
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
1489
|
+
|
|
1445
1490
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1446
1491
|
|
|
1447
1492
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1576,6 +1621,12 @@ declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
|
1576
1621
|
};
|
|
1577
1622
|
};
|
|
1578
1623
|
|
|
1624
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
1625
|
+
new (): {
|
|
1626
|
+
$slots: S;
|
|
1627
|
+
};
|
|
1628
|
+
};
|
|
1629
|
+
|
|
1579
1630
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1580
1631
|
new (): {
|
|
1581
1632
|
$slots: S;
|
|
@@ -1637,13 +1688,13 @@ background: "white" | "black";
|
|
|
1637
1688
|
items: string[];
|
|
1638
1689
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1639
1690
|
|
|
1640
|
-
export declare const CeAvatar:
|
|
1691
|
+
export declare const CeAvatar: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1641
1692
|
|
|
1642
|
-
export declare const CeBadge:
|
|
1693
|
+
export declare const CeBadge: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1643
1694
|
|
|
1644
|
-
export declare const CeBanners:
|
|
1695
|
+
export declare const CeBanners: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1645
1696
|
|
|
1646
|
-
export declare const CeBreadcrumbs:
|
|
1697
|
+
export declare const CeBreadcrumbs: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1647
1698
|
|
|
1648
1699
|
export declare const CeButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1649
1700
|
|
|
@@ -1655,11 +1706,24 @@ variant: "text" | "radio";
|
|
|
1655
1706
|
selected: number;
|
|
1656
1707
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1657
1708
|
|
|
1658
|
-
export declare const
|
|
1709
|
+
export declare const CeButtonPagination: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1710
|
+
"update:modelValue": (value: number | CustomEvent<any>) => any;
|
|
1711
|
+
updateCurrentPage: (page: number) => any;
|
|
1712
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1713
|
+
"onUpdate:modelValue"?: (value: number | CustomEvent<any>) => any;
|
|
1714
|
+
onUpdateCurrentPage?: (page: number) => any;
|
|
1715
|
+
}>, {
|
|
1716
|
+
currentPage: number;
|
|
1717
|
+
totalPage: number;
|
|
1718
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1719
|
+
|
|
1720
|
+
export declare const CeButtonWrapper: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1721
|
+
|
|
1722
|
+
export declare const CeCard: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1659
1723
|
|
|
1660
|
-
export declare const CeCardHeader:
|
|
1724
|
+
export declare const CeCardHeader: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1661
1725
|
|
|
1662
|
-
export declare const CeCardText:
|
|
1726
|
+
export declare const CeCardText: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1663
1727
|
|
|
1664
1728
|
export declare const CeCheckbox: DefineComponent<__VLS_Props_6, {
|
|
1665
1729
|
/** Focus checkbox input */
|
|
@@ -1678,6 +1742,7 @@ falseValue: string | number | boolean;
|
|
|
1678
1742
|
block: boolean;
|
|
1679
1743
|
indeterminate: boolean;
|
|
1680
1744
|
reserveSpaceFeedback: boolean;
|
|
1745
|
+
clickDisabled: boolean;
|
|
1681
1746
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1682
1747
|
inputRef: HTMLInputElement;
|
|
1683
1748
|
}, any>;
|
|
@@ -1686,8 +1751,10 @@ export declare const CeCheckboxGroup: __VLS_WithTemplateSlots_3<typeof __VLS_com
|
|
|
1686
1751
|
|
|
1687
1752
|
export declare const CeCodeInput: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1688
1753
|
"update:modelValue": (valor: string) => any;
|
|
1754
|
+
change: (valor: string) => any;
|
|
1689
1755
|
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
1690
1756
|
"onUpdate:modelValue"?: (valor: string) => any;
|
|
1757
|
+
onChange?: (valor: string) => any;
|
|
1691
1758
|
}>, {
|
|
1692
1759
|
length: number;
|
|
1693
1760
|
size: "small" | "medium" | "large";
|
|
@@ -1702,13 +1769,13 @@ centralized: boolean;
|
|
|
1702
1769
|
codeRef: HTMLDivElement;
|
|
1703
1770
|
}, HTMLDivElement>;
|
|
1704
1771
|
|
|
1705
|
-
export declare const CeCol:
|
|
1772
|
+
export declare const CeCol: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1706
1773
|
|
|
1707
|
-
export declare const CeCollapse:
|
|
1774
|
+
export declare const CeCollapse: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1708
1775
|
|
|
1709
|
-
export declare const CeContainer:
|
|
1776
|
+
export declare const CeContainer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1710
1777
|
|
|
1711
|
-
export declare const CeContentDivider:
|
|
1778
|
+
export declare const CeContentDivider: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1712
1779
|
|
|
1713
1780
|
export declare const CeDataTable: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1714
1781
|
|
|
@@ -1718,11 +1785,11 @@ export declare const CeDropdown: __VLS_WithTemplateSlots_6<typeof __VLS_componen
|
|
|
1718
1785
|
|
|
1719
1786
|
export declare const CeFileUpload: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1720
1787
|
|
|
1721
|
-
export declare const CeFilterGroup:
|
|
1788
|
+
export declare const CeFilterGroup: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1722
1789
|
|
|
1723
|
-
export declare const CeFooter: DefineComponent<
|
|
1790
|
+
export declare const CeFooter: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1724
1791
|
redirect: (valor?: string) => any;
|
|
1725
|
-
}, string, PublicProps, Readonly<
|
|
1792
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
1726
1793
|
onRedirect?: (valor?: string) => any;
|
|
1727
1794
|
}>, {
|
|
1728
1795
|
background: "white" | "green" | "black";
|
|
@@ -1739,29 +1806,29 @@ updatePerPage: (value: number) => any;
|
|
|
1739
1806
|
onUpdatePerPage?: (value: number) => any;
|
|
1740
1807
|
}>, {
|
|
1741
1808
|
disabled: boolean;
|
|
1742
|
-
textDirection: "left" | "right";
|
|
1743
1809
|
position: "top" | "bottom";
|
|
1810
|
+
textDirection: "left" | "right";
|
|
1744
1811
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1745
1812
|
menuRef: HTMLDivElement;
|
|
1746
1813
|
referenceRef: HTMLButtonElement;
|
|
1747
1814
|
dropdownRef: HTMLUListElement;
|
|
1748
1815
|
}, any>;
|
|
1749
1816
|
|
|
1750
|
-
export declare const CeLayout:
|
|
1817
|
+
export declare const CeLayout: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1751
1818
|
|
|
1752
|
-
export declare const CeLoading: DefineComponent<
|
|
1819
|
+
export declare const CeLoading: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
1753
1820
|
type: "spinner" | "semi-circle" | "dots";
|
|
1754
1821
|
blur: boolean;
|
|
1755
1822
|
background: "smoky" | "transparent" | "black";
|
|
1756
1823
|
showLoading: boolean;
|
|
1757
1824
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1758
1825
|
|
|
1759
|
-
export declare const CeMenuHeader:
|
|
1826
|
+
export declare const CeMenuHeader: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1760
1827
|
|
|
1761
|
-
export declare const CeMenuSidebar: DefineComponent<
|
|
1828
|
+
export declare const CeMenuSidebar: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1762
1829
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1763
1830
|
toggleMenu: (clicado: boolean) => any;
|
|
1764
|
-
}, string, PublicProps, Readonly<
|
|
1831
|
+
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
1765
1832
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
1766
1833
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1767
1834
|
}>, {
|
|
@@ -1772,7 +1839,7 @@ isSearch: boolean;
|
|
|
1772
1839
|
isOpen: boolean;
|
|
1773
1840
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1774
1841
|
|
|
1775
|
-
export declare const CeModal:
|
|
1842
|
+
export declare const CeModal: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1776
1843
|
|
|
1777
1844
|
export declare const CePagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1778
1845
|
paginate: (value: number) => any;
|
|
@@ -1784,11 +1851,15 @@ onPaginate?: (value: number) => any;
|
|
|
1784
1851
|
totalPages: number;
|
|
1785
1852
|
currentPage: number;
|
|
1786
1853
|
itemsPerPage: number;
|
|
1854
|
+
paginationPages: number;
|
|
1787
1855
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1788
1856
|
|
|
1789
1857
|
export declare const CeProgressIndicator: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1790
1858
|
|
|
1791
|
-
export declare const CeProgressSteps: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {
|
|
1859
|
+
export declare const CeProgressSteps: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {
|
|
1860
|
+
position: "horizontal" | "vertical";
|
|
1861
|
+
showInitialStep: boolean;
|
|
1862
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1792
1863
|
|
|
1793
1864
|
export declare const CeRadioGroup: DefineComponent<__VLS_Props_11, {
|
|
1794
1865
|
/** Focus radio input */
|
|
@@ -1806,9 +1877,9 @@ block: boolean;
|
|
|
1806
1877
|
row: boolean;
|
|
1807
1878
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1808
1879
|
|
|
1809
|
-
export declare const CeRow:
|
|
1880
|
+
export declare const CeRow: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1810
1881
|
|
|
1811
|
-
export declare const CeSectionFooter: DefineComponent<
|
|
1882
|
+
export declare const CeSectionFooter: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1812
1883
|
|
|
1813
1884
|
export declare const CeSelect: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1814
1885
|
|
|
@@ -1856,15 +1927,15 @@ maxValue: number;
|
|
|
1856
1927
|
showValue: boolean;
|
|
1857
1928
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1858
1929
|
|
|
1859
|
-
export declare const CeSvgIcon: DefineComponent<
|
|
1930
|
+
export declare const CeSvgIcon: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
|
|
1860
1931
|
size: number | string;
|
|
1861
1932
|
color: string;
|
|
1862
1933
|
fill: string;
|
|
1863
1934
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1864
1935
|
|
|
1865
|
-
export declare const CeTab:
|
|
1936
|
+
export declare const CeTab: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1866
1937
|
|
|
1867
|
-
export declare const CeTabItem:
|
|
1938
|
+
export declare const CeTabItem: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1868
1939
|
|
|
1869
1940
|
export declare const CeTextarea: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1870
1941
|
"update:modelValue": (value: string) => any;
|
|
@@ -1904,7 +1975,7 @@ disabled: boolean;
|
|
|
1904
1975
|
contoured: boolean;
|
|
1905
1976
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1906
1977
|
|
|
1907
|
-
export declare const CeTooltip:
|
|
1978
|
+
export declare const CeTooltip: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1908
1979
|
|
|
1909
1980
|
declare interface Coluna {
|
|
1910
1981
|
text: string;
|
|
@@ -1958,7 +2029,7 @@ declare interface DropdownProps {
|
|
|
1958
2029
|
/** Define os itens do dropdown tipo seleção */
|
|
1959
2030
|
itemsSelection?: ItemsSelection[];
|
|
1960
2031
|
/** Define o tipo do dropdown */
|
|
1961
|
-
type?: 'menu' | 'selection';
|
|
2032
|
+
type?: 'menu' | 'selection' | 'button';
|
|
1962
2033
|
/** Define a cor de fundo */
|
|
1963
2034
|
background?: 'white' | 'black';
|
|
1964
2035
|
/** Permite redirecionamento */
|
|
@@ -1969,6 +2040,9 @@ declare interface FileItem {
|
|
|
1969
2040
|
file: File;
|
|
1970
2041
|
progress: number;
|
|
1971
2042
|
status: 'uploading' | 'success' | 'error';
|
|
2043
|
+
message?: string;
|
|
2044
|
+
errorLabel?: string;
|
|
2045
|
+
successLabel?: string;
|
|
1972
2046
|
}
|
|
1973
2047
|
|
|
1974
2048
|
declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
|
|
@@ -1997,6 +2071,7 @@ declare interface IBreadcrumbsProps {
|
|
|
1997
2071
|
declare interface ICollapse {
|
|
1998
2072
|
index: number;
|
|
1999
2073
|
value: boolean;
|
|
2074
|
+
item: unknown;
|
|
2000
2075
|
}
|
|
2001
2076
|
|
|
2002
2077
|
declare interface IData<T = unknown> {
|
|
@@ -2023,7 +2098,7 @@ declare interface IDropzone {
|
|
|
2023
2098
|
/** limpa a lista de arquivos */
|
|
2024
2099
|
clear?: boolean;
|
|
2025
2100
|
/** Variante do componente */
|
|
2026
|
-
variant?: 'primary' | 'secondary';
|
|
2101
|
+
variant?: 'primary' | 'secondary' | 'tertiary';
|
|
2027
2102
|
/** Simula o progresso do upload */
|
|
2028
2103
|
simulateProgress?: boolean;
|
|
2029
2104
|
/** Exibe ou oculta a barra de progresso */
|
|
@@ -2040,6 +2115,27 @@ declare interface IDropzone {
|
|
|
2040
2115
|
rounded?: 'md' | 'lg' | 'xl';
|
|
2041
2116
|
/** Prop utilizada para atualizar o progresso quando simulateProgress é false */
|
|
2042
2117
|
file?: FileItem | null;
|
|
2118
|
+
/** Título da variante terciária */
|
|
2119
|
+
tertiaryVariantTitle?: string;
|
|
2120
|
+
/** Texto de ajuda */
|
|
2121
|
+
hint?: string;
|
|
2122
|
+
/** Texto para ser um erro */
|
|
2123
|
+
invalidFeedback?: string;
|
|
2124
|
+
/** Aciona manualmente o estado de erro */
|
|
2125
|
+
invalid?: boolean;
|
|
2126
|
+
/** Se o input deve reservar espaço para feedback de erro */
|
|
2127
|
+
reserveSpaceFeedback?: boolean;
|
|
2128
|
+
/** Se deve mostrar o arquivo enviado */
|
|
2129
|
+
showUploadedFile?: boolean;
|
|
2130
|
+
/** Nome do arquivo para ser removido */
|
|
2131
|
+
removableFileName?: string;
|
|
2132
|
+
/** Exibi o botão de remover arquivo */
|
|
2133
|
+
showRemoveButton?: boolean;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
declare interface IFields {
|
|
2137
|
+
field: string;
|
|
2138
|
+
value: string | number | boolean;
|
|
2043
2139
|
}
|
|
2044
2140
|
|
|
2045
2141
|
declare interface IItems {
|
|
@@ -2047,12 +2143,15 @@ declare interface IItems {
|
|
|
2047
2143
|
title: string;
|
|
2048
2144
|
description: string;
|
|
2049
2145
|
status: keyof IStatus;
|
|
2146
|
+
showDescription?: boolean;
|
|
2050
2147
|
}
|
|
2051
2148
|
|
|
2052
2149
|
declare type IProgressStepsProps = {
|
|
2053
2150
|
/** Define os itens que serão exibidos */
|
|
2054
2151
|
items: IItems[];
|
|
2055
|
-
|
|
2152
|
+
position?: 'horizontal' | 'vertical';
|
|
2153
|
+
showInitialStep?: boolean;
|
|
2154
|
+
titleInitialStep?: string;
|
|
2056
2155
|
};
|
|
2057
2156
|
|
|
2058
2157
|
export declare const isMobile: Ref<boolean, boolean>;
|
|
@@ -2145,6 +2244,8 @@ declare type PaginationProps = {
|
|
|
2145
2244
|
totalItems?: number;
|
|
2146
2245
|
/** Valor do currentPage para two-way binding (v-model) */
|
|
2147
2246
|
modelValue?: number;
|
|
2247
|
+
/** Número de páginas exibidas na paginação */
|
|
2248
|
+
paginationPages?: number;
|
|
2148
2249
|
};
|
|
2149
2250
|
|
|
2150
2251
|
declare interface Props {
|
|
@@ -2187,6 +2288,7 @@ declare interface SliderProps {
|
|
|
2187
2288
|
showValue?: boolean;
|
|
2188
2289
|
size?: 'small' | 'large';
|
|
2189
2290
|
modelValue?: number | number[];
|
|
2291
|
+
showPercentage?: boolean;
|
|
2190
2292
|
}
|
|
2191
2293
|
|
|
2192
2294
|
declare interface SubMenu {
|