@comercti/react-components 0.22.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 +34 -31
- package/comerc-style-guide.es.js +4451 -3962
- package/comerc-style-guide.umd.js +30 -27
- package/index.d.ts +370 -196
- package/package.json +2 -1
package/index.d.ts
CHANGED
|
@@ -2,10 +2,7 @@ import { ComponentOptionsMixin } from 'vue';
|
|
|
2
2
|
import { ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { default as default_2 } from 'react';
|
|
4
4
|
import { DefineComponent } from 'vue';
|
|
5
|
-
import { IData } from './toast/interfaces';
|
|
6
|
-
import { ItemsSelection as ItemsSelection_2 } from './interfaces';
|
|
7
5
|
import { ItensMenu } from '../../../../../../../../../src/components/menu/interfaces';
|
|
8
|
-
import { IVariants as IVariants_2 } from './interfaces';
|
|
9
6
|
import { PublicProps } from 'vue';
|
|
10
7
|
import { Ref } from 'vue';
|
|
11
8
|
import { VNode } from 'vue';
|
|
@@ -39,19 +36,24 @@ copyable: boolean;
|
|
|
39
36
|
rootRef: HTMLDivElement;
|
|
40
37
|
}, HTMLDivElement>;
|
|
41
38
|
|
|
42
|
-
declare const __VLS_component_10: DefineComponent<
|
|
39
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
40
|
+
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
41
|
+
tag: string;
|
|
42
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
|
|
44
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
43
45
|
tag: string;
|
|
44
46
|
noGutters: boolean;
|
|
45
47
|
dense: boolean;
|
|
46
48
|
noCols: boolean;
|
|
47
49
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
48
50
|
|
|
49
|
-
declare const
|
|
51
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
50
52
|
block: boolean;
|
|
51
53
|
tag: string;
|
|
52
54
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
53
55
|
|
|
54
|
-
declare const
|
|
56
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
55
57
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
56
58
|
backToHome: (value: boolean) => any;
|
|
57
59
|
logout: (value: boolean) => any;
|
|
@@ -60,12 +62,14 @@ onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
|
60
62
|
onBackToHome?: (value: boolean) => any;
|
|
61
63
|
onLogout?: (value: boolean) => any;
|
|
62
64
|
}>, {
|
|
65
|
+
background: "white" | "black";
|
|
66
|
+
rounded: boolean;
|
|
63
67
|
itemsMenu: ItensMenu_2[];
|
|
64
68
|
itemsMenuMyService: ItensMenu_2[];
|
|
65
69
|
itemsSearch: ItensMenu_2[];
|
|
66
70
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
67
71
|
|
|
68
|
-
declare const
|
|
72
|
+
declare const __VLS_component_14: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
69
73
|
"update:modelValue": (path: string) => any;
|
|
70
74
|
redirect: (path: string) => any;
|
|
71
75
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
@@ -77,19 +81,19 @@ home: string;
|
|
|
77
81
|
divider: "/" | ">";
|
|
78
82
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
79
83
|
|
|
80
|
-
declare const
|
|
84
|
+
declare const __VLS_component_15: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
81
85
|
updateValue: (value: string) => any;
|
|
82
86
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
83
87
|
onUpdateValue?: (value: string) => any;
|
|
84
88
|
}>, {
|
|
85
|
-
variant: keyof
|
|
89
|
+
variant: keyof IVariants;
|
|
86
90
|
initialTab: string;
|
|
87
91
|
inactivate: boolean;
|
|
88
92
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
89
93
|
|
|
90
|
-
declare const
|
|
94
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
91
95
|
|
|
92
|
-
declare const
|
|
96
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_21, {
|
|
93
97
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
94
98
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
95
99
|
click: (event: MouseEvent) => any;
|
|
@@ -106,7 +110,7 @@ badgeOffsetBottom: number;
|
|
|
106
110
|
rootRef: HTMLDivElement;
|
|
107
111
|
}, any>;
|
|
108
112
|
|
|
109
|
-
declare const
|
|
113
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
110
114
|
submit: () => any;
|
|
111
115
|
clear: () => any;
|
|
112
116
|
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
@@ -122,7 +126,7 @@ showClearButton: boolean;
|
|
|
122
126
|
menuRef: HTMLDivElement;
|
|
123
127
|
}, HTMLDivElement>;
|
|
124
128
|
|
|
125
|
-
declare const
|
|
129
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
126
130
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
127
131
|
size: "sm" | "md" | "lg";
|
|
128
132
|
rounded: "sm" | "md" | "lg";
|
|
@@ -130,18 +134,6 @@ variant: "solid" | "outline" | "ghost";
|
|
|
130
134
|
status: boolean;
|
|
131
135
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
132
136
|
|
|
133
|
-
declare const __VLS_component_19: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
134
|
-
close: (value: boolean) => any;
|
|
135
|
-
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
136
|
-
onClose?: (value: boolean) => any;
|
|
137
|
-
}>, {
|
|
138
|
-
background: "white" | "green";
|
|
139
|
-
rounded: boolean;
|
|
140
|
-
position: "top" | "bottom";
|
|
141
|
-
isOpen: boolean;
|
|
142
|
-
showIcon: boolean;
|
|
143
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
144
|
-
|
|
145
137
|
declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
|
|
146
138
|
/** Focus button */
|
|
147
139
|
focus: () => void;
|
|
@@ -160,7 +152,19 @@ variant: tipoVariante;
|
|
|
160
152
|
buttonRef: unknown;
|
|
161
153
|
}, any>;
|
|
162
154
|
|
|
163
|
-
declare const __VLS_component_20: DefineComponent<
|
|
155
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
156
|
+
close: (value: boolean) => any;
|
|
157
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
158
|
+
onClose?: (value: boolean) => any;
|
|
159
|
+
}>, {
|
|
160
|
+
background: "white" | "green";
|
|
161
|
+
rounded: boolean;
|
|
162
|
+
position: "top" | "bottom";
|
|
163
|
+
isOpen: boolean;
|
|
164
|
+
showIcon: boolean;
|
|
165
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
166
|
+
|
|
167
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
164
168
|
close: (value: boolean) => any;
|
|
165
169
|
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
166
170
|
onClose?: (value: boolean) => any;
|
|
@@ -171,7 +175,7 @@ closeOutside: boolean;
|
|
|
171
175
|
showCloseButton: boolean;
|
|
172
176
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
173
177
|
|
|
174
|
-
declare const
|
|
178
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
175
179
|
focus: boolean;
|
|
176
180
|
location: "top" | "bottom" | "left" | "right";
|
|
177
181
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -179,7 +183,7 @@ activatorRef: HTMLDivElement;
|
|
|
179
183
|
tooltipRef: HTMLDivElement;
|
|
180
184
|
}, any>;
|
|
181
185
|
|
|
182
|
-
declare const
|
|
186
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
183
187
|
color: number;
|
|
184
188
|
rounded: boolean;
|
|
185
189
|
tag: string;
|
|
@@ -191,29 +195,31 @@ responsive: boolean;
|
|
|
191
195
|
rootRef: unknown;
|
|
192
196
|
}, any>;
|
|
193
197
|
|
|
194
|
-
declare const
|
|
198
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
195
199
|
tag: string;
|
|
196
200
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
197
201
|
|
|
198
|
-
declare const
|
|
202
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
199
203
|
tag: string;
|
|
200
204
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
201
205
|
|
|
202
|
-
declare const
|
|
206
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
203
207
|
type: "inline" | "centralized" | "highlighted";
|
|
204
208
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
205
209
|
|
|
206
|
-
declare const
|
|
210
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
207
211
|
openMenu: boolean;
|
|
208
212
|
layout: "default" | "base" | "minimal";
|
|
209
213
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
210
214
|
|
|
211
|
-
declare const
|
|
215
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
212
216
|
"toggle-collapse": (value: ICollapse[]) => any;
|
|
213
217
|
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
214
218
|
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
215
219
|
}>, {
|
|
216
|
-
|
|
220
|
+
invalid: number[];
|
|
221
|
+
disabled: IFields;
|
|
222
|
+
items: Array<unknown>;
|
|
217
223
|
variant: "accordion" | "card" | "minimal" | "compact";
|
|
218
224
|
openTheFirst: boolean;
|
|
219
225
|
allOpen: boolean;
|
|
@@ -265,13 +271,50 @@ onSelected?: (value: Coluna[]) => any;
|
|
|
265
271
|
onRedirect?: (item: ItensMenu_2) => any;
|
|
266
272
|
}>, {
|
|
267
273
|
type: "menu" | "selection";
|
|
274
|
+
background: "white" | "black";
|
|
268
275
|
itemsMenu: ItensMenu_2[];
|
|
269
|
-
itemsSelection:
|
|
276
|
+
itemsSelection: ItemsSelection[];
|
|
277
|
+
allowRedirect: boolean;
|
|
270
278
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
271
|
-
dropdownRef:
|
|
279
|
+
dropdownRef: HTMLDivElement[];
|
|
272
280
|
}, any>;
|
|
273
281
|
|
|
274
|
-
declare const __VLS_component_7: DefineComponent<
|
|
282
|
+
declare const __VLS_component_7: DefineComponent<IDropzone, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
283
|
+
"update:modelValue": (file: FileItem | File | FileItem[]) => any;
|
|
284
|
+
delete: (files: FileItem | File | FileItem[]) => any;
|
|
285
|
+
updateFiles: (file: FileItem[]) => any;
|
|
286
|
+
}, string, PublicProps, Readonly<IDropzone> & Readonly<{
|
|
287
|
+
"onUpdate:modelValue"?: (file: FileItem | File | FileItem[]) => any;
|
|
288
|
+
onDelete?: (files: FileItem | File | FileItem[]) => any;
|
|
289
|
+
onUpdateFiles?: (file: FileItem[]) => any;
|
|
290
|
+
}>, {
|
|
291
|
+
invalid: boolean;
|
|
292
|
+
disabled: boolean;
|
|
293
|
+
reserveSpaceFeedback: boolean;
|
|
294
|
+
file: FileItem | null;
|
|
295
|
+
rounded: "md" | "lg" | "xl";
|
|
296
|
+
compact: boolean;
|
|
297
|
+
variant: "primary" | "secondary" | "tertiary";
|
|
298
|
+
clear: boolean;
|
|
299
|
+
errorLabel: string;
|
|
300
|
+
successLabel: string;
|
|
301
|
+
accept: string[];
|
|
302
|
+
multiple: boolean;
|
|
303
|
+
maxFile: number;
|
|
304
|
+
maxFileSize: number;
|
|
305
|
+
selectAll: boolean;
|
|
306
|
+
customMessage: string[];
|
|
307
|
+
simulateProgress: boolean;
|
|
308
|
+
showProgressBar: boolean;
|
|
309
|
+
sendRemovedFile: boolean;
|
|
310
|
+
tertiaryVariantTitle: string;
|
|
311
|
+
showUploadedFile: boolean;
|
|
312
|
+
showRemoveButton: boolean;
|
|
313
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
314
|
+
inputFile: HTMLInputElement;
|
|
315
|
+
}, HTMLDivElement>;
|
|
316
|
+
|
|
317
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_10, {
|
|
275
318
|
focus: () => void;
|
|
276
319
|
valorSemMascara: Ref<string | number, string | number>;
|
|
277
320
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -279,7 +322,7 @@ valorSemMascara: Ref<string | number, string | number>;
|
|
|
279
322
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
280
323
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
281
324
|
blur: (value: string | number | CustomEvent<any>) => any;
|
|
282
|
-
}, string, PublicProps, Readonly<
|
|
325
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
283
326
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
284
327
|
onChange?: (value: string | number | CustomEvent<any>) => any;
|
|
285
328
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -297,7 +340,7 @@ rootRef: HTMLDivElement;
|
|
|
297
340
|
inputRef: HTMLInputElement;
|
|
298
341
|
}, any>;
|
|
299
342
|
|
|
300
|
-
declare const
|
|
343
|
+
declare const __VLS_component_9: DefineComponent<CeSelectFieldProps, {
|
|
301
344
|
/** Focus select */
|
|
302
345
|
focus: () => void;
|
|
303
346
|
/** Abre/Fecha dropdown do select */
|
|
@@ -327,11 +370,6 @@ inputRef: HTMLDivElement;
|
|
|
327
370
|
searchInputRef: HTMLInputElement;
|
|
328
371
|
}, any>;
|
|
329
372
|
|
|
330
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
331
|
-
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
332
|
-
tag: string;
|
|
333
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
334
|
-
|
|
335
373
|
declare type __VLS_Props = {
|
|
336
374
|
/** Indica o progresso */
|
|
337
375
|
progress: number;
|
|
@@ -342,27 +380,6 @@ declare type __VLS_Props = {
|
|
|
342
380
|
};
|
|
343
381
|
|
|
344
382
|
declare type __VLS_Props_10 = {
|
|
345
|
-
/** Valor para two-way binding (v-model) */
|
|
346
|
-
modelValue?: FileItem[];
|
|
347
|
-
/** array com os tipos de arquivos permitidos */
|
|
348
|
-
accept: string[];
|
|
349
|
-
/** desabilita o componente */
|
|
350
|
-
disabled?: boolean;
|
|
351
|
-
/** permite o upload de multiplos arquivos */
|
|
352
|
-
multiple?: boolean;
|
|
353
|
-
/** quantidade máxima de arquivos permitidos */
|
|
354
|
-
maxFile?: number;
|
|
355
|
-
/** tamanho máximo do arquivo em KB */
|
|
356
|
-
maxFileSize?: number;
|
|
357
|
-
/** habilita a opção de selecionar múltiplos arquivos */
|
|
358
|
-
selectAll?: boolean;
|
|
359
|
-
/** Mensagem personalizada de tipos de arquivos */
|
|
360
|
-
customMessage?: string[];
|
|
361
|
-
/** limpa a lista de arquivos */
|
|
362
|
-
clear: boolean;
|
|
363
|
-
};
|
|
364
|
-
|
|
365
|
-
declare type __VLS_Props_11 = {
|
|
366
383
|
/** Valor do input para two-way binding (v-model) */
|
|
367
384
|
modelValue?: string | number | null;
|
|
368
385
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -395,7 +412,7 @@ declare type __VLS_Props_11 = {
|
|
|
395
412
|
reserveSpaceFeedback?: boolean;
|
|
396
413
|
};
|
|
397
414
|
|
|
398
|
-
declare type
|
|
415
|
+
declare type __VLS_Props_11 = {
|
|
399
416
|
/** Valor do radio para two-way binding (v-model) */
|
|
400
417
|
modelValue?: ModelValueType_2 | null;
|
|
401
418
|
/** ID única do radio */
|
|
@@ -416,7 +433,7 @@ declare type __VLS_Props_12 = {
|
|
|
416
433
|
row?: boolean;
|
|
417
434
|
};
|
|
418
435
|
|
|
419
|
-
declare type
|
|
436
|
+
declare type __VLS_Props_12 = {
|
|
420
437
|
/** Valor do toggle */
|
|
421
438
|
modelValue?: boolean;
|
|
422
439
|
/** Desabilita o toggle */
|
|
@@ -431,6 +448,37 @@ declare type __VLS_Props_13 = {
|
|
|
431
448
|
label?: string;
|
|
432
449
|
};
|
|
433
450
|
|
|
451
|
+
declare type __VLS_Props_13 = {
|
|
452
|
+
/** ID única do input */
|
|
453
|
+
id?: string;
|
|
454
|
+
/** Valor do input para two-way binding (v-model) */
|
|
455
|
+
modelValue?: string;
|
|
456
|
+
/** Define a quantidade de dígitos do código */
|
|
457
|
+
length: number;
|
|
458
|
+
/** Define se o input deve ser desabilitado */
|
|
459
|
+
disabled?: boolean;
|
|
460
|
+
/** Define o tipo do code input */
|
|
461
|
+
type?: 'letter-numeric' | 'number' | 'password';
|
|
462
|
+
/** Texto do placeholder do input */
|
|
463
|
+
placeholder?: string[];
|
|
464
|
+
/** Texto da label exibida acima do input */
|
|
465
|
+
label?: string;
|
|
466
|
+
/** Texto de ajuda */
|
|
467
|
+
hint?: string;
|
|
468
|
+
/** Texto para ser um erro */
|
|
469
|
+
invalidFeedback?: string;
|
|
470
|
+
/** Aciona manualmente o estado de erro */
|
|
471
|
+
invalid?: boolean;
|
|
472
|
+
/** Se o input deve reservar espaço para feedback de erro */
|
|
473
|
+
reserveSpaceFeedback?: boolean;
|
|
474
|
+
/** Se o input deve receber foco automaticamente */
|
|
475
|
+
shouldAutoFocus?: boolean;
|
|
476
|
+
/** Se o input deve ser centralizado */
|
|
477
|
+
centralized?: boolean;
|
|
478
|
+
/** Tamanho do input */
|
|
479
|
+
size?: 'small' | 'medium' | 'large';
|
|
480
|
+
};
|
|
481
|
+
|
|
434
482
|
declare type __VLS_Props_14 = {
|
|
435
483
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
436
484
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
@@ -528,6 +576,10 @@ declare type __VLS_Props_18 = {
|
|
|
528
576
|
email?: string;
|
|
529
577
|
/** Array de opções de pesquisa do menu */
|
|
530
578
|
itemsSearch?: ItensMenu_2[];
|
|
579
|
+
/** Define a cor de fundo */
|
|
580
|
+
background?: 'white' | 'black';
|
|
581
|
+
/** Define se o menu terá bordas arredondadas */
|
|
582
|
+
rounded?: boolean;
|
|
531
583
|
};
|
|
532
584
|
|
|
533
585
|
declare type __VLS_Props_19 = {
|
|
@@ -644,7 +696,9 @@ declare type __VLS_Props_27 = {
|
|
|
644
696
|
/** Define se o loading deve ser exibido ou não */
|
|
645
697
|
showLoading?: boolean;
|
|
646
698
|
/** Define a cor do background */
|
|
647
|
-
background?: 'smoky' | 'transparent';
|
|
699
|
+
background?: 'smoky' | 'transparent' | 'black';
|
|
700
|
+
/** Aplica um efeito de blur no background */
|
|
701
|
+
blur?: boolean;
|
|
648
702
|
};
|
|
649
703
|
|
|
650
704
|
declare type __VLS_Props_28 = {
|
|
@@ -684,6 +738,8 @@ declare type __VLS_Props_3 = {
|
|
|
684
738
|
placeholder: string;
|
|
685
739
|
/** Valor para two-way binding (v-model) */
|
|
686
740
|
modelValue?: string;
|
|
741
|
+
/** Define a cor de fundo */
|
|
742
|
+
background?: 'white' | 'black';
|
|
687
743
|
};
|
|
688
744
|
|
|
689
745
|
declare type __VLS_Props_30 = {
|
|
@@ -698,7 +754,7 @@ declare type __VLS_Props_31 = {
|
|
|
698
754
|
|
|
699
755
|
declare type __VLS_Props_32 = {
|
|
700
756
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
701
|
-
background: 'white' | 'green';
|
|
757
|
+
background: 'white' | 'green' | 'black';
|
|
702
758
|
items?: ItensMenu[];
|
|
703
759
|
socialMedia?: ISocialMedia[];
|
|
704
760
|
};
|
|
@@ -719,12 +775,14 @@ declare type __VLS_Props_34 = {
|
|
|
719
775
|
};
|
|
720
776
|
|
|
721
777
|
declare type __VLS_Props_35 = {
|
|
722
|
-
items: Array<
|
|
778
|
+
items: Array<unknown>;
|
|
723
779
|
openTheFirst?: boolean;
|
|
724
780
|
allOpen?: boolean;
|
|
725
781
|
variant: 'accordion' | 'card' | 'minimal' | 'compact';
|
|
726
782
|
direction?: 'row' | 'column';
|
|
727
783
|
closeCollapse?: number | null;
|
|
784
|
+
disabled?: IFields;
|
|
785
|
+
invalid?: number[];
|
|
728
786
|
};
|
|
729
787
|
|
|
730
788
|
declare type __VLS_Props_4 = {
|
|
@@ -791,6 +849,8 @@ declare type __VLS_Props_7 = {
|
|
|
791
849
|
indeterminate?: boolean;
|
|
792
850
|
/** Se o checkbox deve reservar espaço para feedback de erro */
|
|
793
851
|
reserveSpaceFeedback?: boolean;
|
|
852
|
+
/** Desabilita o clique no checkbox */
|
|
853
|
+
clickDisabled?: boolean;
|
|
794
854
|
};
|
|
795
855
|
|
|
796
856
|
declare type __VLS_Props_8 = {
|
|
@@ -890,6 +950,23 @@ declare function __VLS_template(): {
|
|
|
890
950
|
};
|
|
891
951
|
|
|
892
952
|
declare function __VLS_template_10(): {
|
|
953
|
+
attrs: Partial<{}>;
|
|
954
|
+
slots: Readonly<{
|
|
955
|
+
/** Adicione conteúdo dentro do col */
|
|
956
|
+
default?: (props: {
|
|
957
|
+
isMobile?: boolean;
|
|
958
|
+
}) => VNode[];
|
|
959
|
+
}> & {
|
|
960
|
+
/** Adicione conteúdo dentro do col */
|
|
961
|
+
default?: (props: {
|
|
962
|
+
isMobile?: boolean;
|
|
963
|
+
}) => VNode[];
|
|
964
|
+
};
|
|
965
|
+
refs: {};
|
|
966
|
+
rootEl: any;
|
|
967
|
+
};
|
|
968
|
+
|
|
969
|
+
declare function __VLS_template_11(): {
|
|
893
970
|
attrs: Partial<{}>;
|
|
894
971
|
slots: Readonly<{
|
|
895
972
|
/** Adicione conteúdo dentro do row */
|
|
@@ -902,7 +979,7 @@ declare function __VLS_template_10(): {
|
|
|
902
979
|
rootEl: any;
|
|
903
980
|
};
|
|
904
981
|
|
|
905
|
-
declare function
|
|
982
|
+
declare function __VLS_template_12(): {
|
|
906
983
|
attrs: Partial<{}>;
|
|
907
984
|
slots: Readonly<{
|
|
908
985
|
/** Adicione conteúdo dentro do container */
|
|
@@ -919,7 +996,7 @@ declare function __VLS_template_11(): {
|
|
|
919
996
|
rootEl: any;
|
|
920
997
|
};
|
|
921
998
|
|
|
922
|
-
declare function
|
|
999
|
+
declare function __VLS_template_13(): {
|
|
923
1000
|
attrs: Partial<{}>;
|
|
924
1001
|
slots: Readonly<{
|
|
925
1002
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -940,7 +1017,7 @@ declare function __VLS_template_12(): {
|
|
|
940
1017
|
rootEl: any;
|
|
941
1018
|
};
|
|
942
1019
|
|
|
943
|
-
declare function
|
|
1020
|
+
declare function __VLS_template_14(): {
|
|
944
1021
|
attrs: Partial<{}>;
|
|
945
1022
|
slots: Readonly<{
|
|
946
1023
|
/** Define o slot de ícone */
|
|
@@ -953,7 +1030,7 @@ declare function __VLS_template_13(): {
|
|
|
953
1030
|
rootEl: HTMLDivElement;
|
|
954
1031
|
};
|
|
955
1032
|
|
|
956
|
-
declare function
|
|
1033
|
+
declare function __VLS_template_15(): {
|
|
957
1034
|
attrs: Partial<{}>;
|
|
958
1035
|
slots: {
|
|
959
1036
|
default?(_: {}): any;
|
|
@@ -962,7 +1039,7 @@ declare function __VLS_template_14(): {
|
|
|
962
1039
|
rootEl: any;
|
|
963
1040
|
};
|
|
964
1041
|
|
|
965
|
-
declare function
|
|
1042
|
+
declare function __VLS_template_16(): {
|
|
966
1043
|
attrs: Partial<{}>;
|
|
967
1044
|
slots: {
|
|
968
1045
|
default?(_: {}): any;
|
|
@@ -971,7 +1048,7 @@ declare function __VLS_template_15(): {
|
|
|
971
1048
|
rootEl: any;
|
|
972
1049
|
};
|
|
973
1050
|
|
|
974
|
-
declare function
|
|
1051
|
+
declare function __VLS_template_17(): {
|
|
975
1052
|
attrs: Partial<{}>;
|
|
976
1053
|
slots: Readonly<{
|
|
977
1054
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -990,7 +1067,7 @@ declare function __VLS_template_16(): {
|
|
|
990
1067
|
rootEl: any;
|
|
991
1068
|
};
|
|
992
1069
|
|
|
993
|
-
declare function
|
|
1070
|
+
declare function __VLS_template_18(): {
|
|
994
1071
|
attrs: Partial<{}>;
|
|
995
1072
|
slots: Readonly<{
|
|
996
1073
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1005,7 +1082,7 @@ declare function __VLS_template_17(): {
|
|
|
1005
1082
|
rootEl: HTMLDivElement;
|
|
1006
1083
|
};
|
|
1007
1084
|
|
|
1008
|
-
declare function
|
|
1085
|
+
declare function __VLS_template_19(): {
|
|
1009
1086
|
attrs: Partial<{}>;
|
|
1010
1087
|
slots: Readonly<{
|
|
1011
1088
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1018,23 +1095,6 @@ declare function __VLS_template_18(): {
|
|
|
1018
1095
|
rootEl: any;
|
|
1019
1096
|
};
|
|
1020
1097
|
|
|
1021
|
-
declare function __VLS_template_19(): {
|
|
1022
|
-
attrs: Partial<{}>;
|
|
1023
|
-
slots: Readonly<{
|
|
1024
|
-
/** Slot para o icone do banner */
|
|
1025
|
-
icon: () => VNode[];
|
|
1026
|
-
/** Slot para o conteudo do banner */
|
|
1027
|
-
content: () => VNode[];
|
|
1028
|
-
}> & {
|
|
1029
|
-
/** Slot para o icone do banner */
|
|
1030
|
-
icon: () => VNode[];
|
|
1031
|
-
/** Slot para o conteudo do banner */
|
|
1032
|
-
content: () => VNode[];
|
|
1033
|
-
};
|
|
1034
|
-
refs: {};
|
|
1035
|
-
rootEl: any;
|
|
1036
|
-
};
|
|
1037
|
-
|
|
1038
1098
|
declare function __VLS_template_2(): {
|
|
1039
1099
|
attrs: Partial<{}>;
|
|
1040
1100
|
slots: Readonly<{
|
|
@@ -1051,6 +1111,23 @@ declare function __VLS_template_2(): {
|
|
|
1051
1111
|
};
|
|
1052
1112
|
|
|
1053
1113
|
declare function __VLS_template_20(): {
|
|
1114
|
+
attrs: Partial<{}>;
|
|
1115
|
+
slots: Readonly<{
|
|
1116
|
+
/** Slot para o icone do banner */
|
|
1117
|
+
icon: () => VNode[];
|
|
1118
|
+
/** Slot para o conteudo do banner */
|
|
1119
|
+
content: () => VNode[];
|
|
1120
|
+
}> & {
|
|
1121
|
+
/** Slot para o icone do banner */
|
|
1122
|
+
icon: () => VNode[];
|
|
1123
|
+
/** Slot para o conteudo do banner */
|
|
1124
|
+
content: () => VNode[];
|
|
1125
|
+
};
|
|
1126
|
+
refs: {};
|
|
1127
|
+
rootEl: any;
|
|
1128
|
+
};
|
|
1129
|
+
|
|
1130
|
+
declare function __VLS_template_21(): {
|
|
1054
1131
|
attrs: Partial<{}>;
|
|
1055
1132
|
slots: {
|
|
1056
1133
|
default?(_: {}): any;
|
|
@@ -1059,7 +1136,7 @@ declare function __VLS_template_20(): {
|
|
|
1059
1136
|
rootEl: any;
|
|
1060
1137
|
};
|
|
1061
1138
|
|
|
1062
|
-
declare function
|
|
1139
|
+
declare function __VLS_template_22(): {
|
|
1063
1140
|
attrs: Partial<{}>;
|
|
1064
1141
|
slots: {
|
|
1065
1142
|
activator?(_: {}): any;
|
|
@@ -1071,7 +1148,7 @@ declare function __VLS_template_21(): {
|
|
|
1071
1148
|
rootEl: any;
|
|
1072
1149
|
};
|
|
1073
1150
|
|
|
1074
|
-
declare function
|
|
1151
|
+
declare function __VLS_template_23(): {
|
|
1075
1152
|
attrs: Partial<{}>;
|
|
1076
1153
|
slots: Readonly<{
|
|
1077
1154
|
/** Conteúdo principal do card */
|
|
@@ -1114,7 +1191,7 @@ declare function __VLS_template_22(): {
|
|
|
1114
1191
|
rootEl: any;
|
|
1115
1192
|
};
|
|
1116
1193
|
|
|
1117
|
-
declare function
|
|
1194
|
+
declare function __VLS_template_24(): {
|
|
1118
1195
|
attrs: Partial<{}>;
|
|
1119
1196
|
slots: Readonly<{
|
|
1120
1197
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1127,7 +1204,7 @@ declare function __VLS_template_23(): {
|
|
|
1127
1204
|
rootEl: any;
|
|
1128
1205
|
};
|
|
1129
1206
|
|
|
1130
|
-
declare function
|
|
1207
|
+
declare function __VLS_template_25(): {
|
|
1131
1208
|
attrs: Partial<{}>;
|
|
1132
1209
|
slots: Readonly<{
|
|
1133
1210
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1140,7 +1217,7 @@ declare function __VLS_template_24(): {
|
|
|
1140
1217
|
rootEl: any;
|
|
1141
1218
|
};
|
|
1142
1219
|
|
|
1143
|
-
declare function
|
|
1220
|
+
declare function __VLS_template_26(): {
|
|
1144
1221
|
attrs: Partial<{}>;
|
|
1145
1222
|
slots: {
|
|
1146
1223
|
default?(_: {}): any;
|
|
@@ -1149,7 +1226,7 @@ declare function __VLS_template_25(): {
|
|
|
1149
1226
|
rootEl: HTMLDivElement;
|
|
1150
1227
|
};
|
|
1151
1228
|
|
|
1152
|
-
declare function
|
|
1229
|
+
declare function __VLS_template_27(): {
|
|
1153
1230
|
attrs: Partial<{}>;
|
|
1154
1231
|
slots: Readonly<{
|
|
1155
1232
|
/** Adicione conteúdo no header */
|
|
@@ -1190,7 +1267,7 @@ declare function __VLS_template_26(): {
|
|
|
1190
1267
|
rootEl: any;
|
|
1191
1268
|
};
|
|
1192
1269
|
|
|
1193
|
-
declare function
|
|
1270
|
+
declare function __VLS_template_28(): {
|
|
1194
1271
|
attrs: Partial<{}>;
|
|
1195
1272
|
slots: Readonly<{
|
|
1196
1273
|
[key: string]: (props: {
|
|
@@ -1198,9 +1275,11 @@ declare function __VLS_template_27(): {
|
|
|
1198
1275
|
}) => VNode[];
|
|
1199
1276
|
header?: (props: {
|
|
1200
1277
|
item: Record<string, any>;
|
|
1278
|
+
index: number;
|
|
1201
1279
|
}) => VNode[];
|
|
1202
1280
|
content?: (props: {
|
|
1203
1281
|
item: Record<string, any>;
|
|
1282
|
+
index: number;
|
|
1204
1283
|
}) => VNode[];
|
|
1205
1284
|
}> & {
|
|
1206
1285
|
[key: string]: (props: {
|
|
@@ -1208,9 +1287,11 @@ declare function __VLS_template_27(): {
|
|
|
1208
1287
|
}) => VNode[];
|
|
1209
1288
|
header?: (props: {
|
|
1210
1289
|
item: Record<string, any>;
|
|
1290
|
+
index: number;
|
|
1211
1291
|
}) => VNode[];
|
|
1212
1292
|
content?: (props: {
|
|
1213
1293
|
item: Record<string, any>;
|
|
1294
|
+
index: number;
|
|
1214
1295
|
}) => VNode[];
|
|
1215
1296
|
};
|
|
1216
1297
|
refs: {};
|
|
@@ -1275,19 +1356,34 @@ declare function __VLS_template_5(): {
|
|
|
1275
1356
|
declare function __VLS_template_6(): {
|
|
1276
1357
|
attrs: Partial<{}>;
|
|
1277
1358
|
slots: Readonly<{
|
|
1278
|
-
/** Slot para o conteúdo do
|
|
1359
|
+
/** Slot para o conteúdo do dropdown */
|
|
1279
1360
|
default: () => VNode[];
|
|
1280
1361
|
}> & {
|
|
1281
|
-
/** Slot para o conteúdo do
|
|
1362
|
+
/** Slot para o conteúdo do dropdown */
|
|
1282
1363
|
default: () => VNode[];
|
|
1283
1364
|
};
|
|
1284
1365
|
refs: {
|
|
1285
|
-
dropdownRef:
|
|
1366
|
+
dropdownRef: HTMLDivElement[];
|
|
1286
1367
|
};
|
|
1287
1368
|
rootEl: any;
|
|
1288
1369
|
};
|
|
1289
1370
|
|
|
1290
1371
|
declare function __VLS_template_7(): {
|
|
1372
|
+
attrs: Partial<{}>;
|
|
1373
|
+
slots: Readonly<{
|
|
1374
|
+
/** Slot para o conteúdo do file upload */
|
|
1375
|
+
content: () => VNode[];
|
|
1376
|
+
}> & {
|
|
1377
|
+
/** Slot para o conteúdo do file upload */
|
|
1378
|
+
content: () => VNode[];
|
|
1379
|
+
};
|
|
1380
|
+
refs: {
|
|
1381
|
+
inputFile: HTMLInputElement;
|
|
1382
|
+
};
|
|
1383
|
+
rootEl: HTMLDivElement;
|
|
1384
|
+
};
|
|
1385
|
+
|
|
1386
|
+
declare function __VLS_template_8(): {
|
|
1291
1387
|
attrs: Partial<{}>;
|
|
1292
1388
|
slots: Readonly<{
|
|
1293
1389
|
/** Adicione conteúdo na esquerda do Input */
|
|
@@ -1307,7 +1403,7 @@ declare function __VLS_template_7(): {
|
|
|
1307
1403
|
rootEl: any;
|
|
1308
1404
|
};
|
|
1309
1405
|
|
|
1310
|
-
declare function
|
|
1406
|
+
declare function __VLS_template_9(): {
|
|
1311
1407
|
attrs: Partial<{}>;
|
|
1312
1408
|
slots: Readonly<{
|
|
1313
1409
|
/** Slot para adicionar conteúdo antes das opções */
|
|
@@ -1322,6 +1418,8 @@ declare function __VLS_template_8(): {
|
|
|
1322
1418
|
selection?: (props: {
|
|
1323
1419
|
value?: CeSelectFieldProps["modelValue"];
|
|
1324
1420
|
}) => VNode[];
|
|
1421
|
+
/** Slot para customizar a exibição da label do select */
|
|
1422
|
+
'content-label'?: () => VNode[];
|
|
1325
1423
|
}> & {
|
|
1326
1424
|
/** Slot para adicionar conteúdo antes das opções */
|
|
1327
1425
|
'prepend-item'?: () => VNode[];
|
|
@@ -1335,6 +1433,8 @@ declare function __VLS_template_8(): {
|
|
|
1335
1433
|
selection?: (props: {
|
|
1336
1434
|
value?: CeSelectFieldProps["modelValue"];
|
|
1337
1435
|
}) => VNode[];
|
|
1436
|
+
/** Slot para customizar a exibição da label do select */
|
|
1437
|
+
'content-label'?: () => VNode[];
|
|
1338
1438
|
};
|
|
1339
1439
|
refs: {
|
|
1340
1440
|
rootRef: HTMLDivElement;
|
|
@@ -1344,23 +1444,6 @@ declare function __VLS_template_8(): {
|
|
|
1344
1444
|
rootEl: any;
|
|
1345
1445
|
};
|
|
1346
1446
|
|
|
1347
|
-
declare function __VLS_template_9(): {
|
|
1348
|
-
attrs: Partial<{}>;
|
|
1349
|
-
slots: Readonly<{
|
|
1350
|
-
/** Adicione conteúdo dentro do col */
|
|
1351
|
-
default?: (props: {
|
|
1352
|
-
isMobile?: boolean;
|
|
1353
|
-
}) => VNode[];
|
|
1354
|
-
}> & {
|
|
1355
|
-
/** Adicione conteúdo dentro do col */
|
|
1356
|
-
default?: (props: {
|
|
1357
|
-
isMobile?: boolean;
|
|
1358
|
-
}) => VNode[];
|
|
1359
|
-
};
|
|
1360
|
-
refs: {};
|
|
1361
|
-
rootEl: any;
|
|
1362
|
-
};
|
|
1363
|
-
|
|
1364
1447
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1365
1448
|
|
|
1366
1449
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1401,6 +1484,8 @@ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
|
1401
1484
|
|
|
1402
1485
|
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
1403
1486
|
|
|
1487
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
1488
|
+
|
|
1404
1489
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1405
1490
|
|
|
1406
1491
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1535,6 +1620,12 @@ declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
|
1535
1620
|
};
|
|
1536
1621
|
};
|
|
1537
1622
|
|
|
1623
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
1624
|
+
new (): {
|
|
1625
|
+
$slots: S;
|
|
1626
|
+
};
|
|
1627
|
+
};
|
|
1628
|
+
|
|
1538
1629
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1539
1630
|
new (): {
|
|
1540
1631
|
$slots: S;
|
|
@@ -1583,13 +1674,13 @@ export declare const addCeToast: (title: string, message: string, type: "success
|
|
|
1583
1674
|
|
|
1584
1675
|
export declare const CeAutocomplete: default_2.ComponentType<typeof _default_7>;
|
|
1585
1676
|
|
|
1586
|
-
export declare const CeAvatar: default_2.ComponentType<typeof
|
|
1677
|
+
export declare const CeAvatar: default_2.ComponentType<typeof _default_32>;
|
|
1587
1678
|
|
|
1588
|
-
export declare const CeBadge: default_2.ComponentType<typeof
|
|
1679
|
+
export declare const CeBadge: default_2.ComponentType<typeof _default_34>;
|
|
1589
1680
|
|
|
1590
|
-
export declare const CeBanners: default_2.ComponentType<typeof
|
|
1681
|
+
export declare const CeBanners: default_2.ComponentType<typeof _default_36>;
|
|
1591
1682
|
|
|
1592
|
-
export declare const CeBreadcrumbs: default_2.ComponentType<typeof
|
|
1683
|
+
export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_29>;
|
|
1593
1684
|
|
|
1594
1685
|
export declare const CeButton: default_2.ComponentType<typeof _default_8>;
|
|
1595
1686
|
|
|
@@ -1599,23 +1690,25 @@ export declare const CeButtonPagination: default_2.ComponentType<typeof _default
|
|
|
1599
1690
|
|
|
1600
1691
|
export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_11>;
|
|
1601
1692
|
|
|
1602
|
-
export declare const CeCard: default_2.ComponentType<typeof
|
|
1693
|
+
export declare const CeCard: default_2.ComponentType<typeof _default_40>;
|
|
1603
1694
|
|
|
1604
|
-
export declare const CeCardHeader: default_2.ComponentType<typeof
|
|
1695
|
+
export declare const CeCardHeader: default_2.ComponentType<typeof _default_41>;
|
|
1605
1696
|
|
|
1606
|
-
export declare const CeCardText: default_2.ComponentType<typeof
|
|
1697
|
+
export declare const CeCardText: default_2.ComponentType<typeof _default_42>;
|
|
1607
1698
|
|
|
1608
1699
|
export declare const CeCheckbox: default_2.ComponentType<typeof _default_12>;
|
|
1609
1700
|
|
|
1610
1701
|
export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_13>;
|
|
1611
1702
|
|
|
1612
|
-
export declare const
|
|
1703
|
+
export declare const CeCodeInput: default_2.ComponentType<typeof _default_22>;
|
|
1613
1704
|
|
|
1614
|
-
export declare const
|
|
1705
|
+
export declare const CeCol: default_2.ComponentType<typeof _default_23>;
|
|
1615
1706
|
|
|
1616
|
-
export declare const
|
|
1707
|
+
export declare const CeCollapse: default_2.ComponentType<typeof _default_47>;
|
|
1617
1708
|
|
|
1618
|
-
export declare const
|
|
1709
|
+
export declare const CeContainer: default_2.ComponentType<typeof _default_25>;
|
|
1710
|
+
|
|
1711
|
+
export declare const CeContentDivider: default_2.ComponentType<typeof _default_43>;
|
|
1619
1712
|
|
|
1620
1713
|
export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
|
|
1621
1714
|
|
|
@@ -1629,23 +1722,23 @@ export declare const CeDropdown: default_2.ComponentType<typeof _default_15>;
|
|
|
1629
1722
|
|
|
1630
1723
|
export declare const CeFileUpload: default_2.ComponentType<typeof _default_16>;
|
|
1631
1724
|
|
|
1632
|
-
export declare const CeFilterGroup: default_2.ComponentType<typeof
|
|
1725
|
+
export declare const CeFilterGroup: default_2.ComponentType<typeof _default_33>;
|
|
1633
1726
|
|
|
1634
|
-
export declare const CeFooter: default_2.ComponentType<typeof
|
|
1727
|
+
export declare const CeFooter: default_2.ComponentType<typeof _default_44>;
|
|
1635
1728
|
|
|
1636
1729
|
export declare const CeInput: default_2.ComponentType<typeof _default_17>;
|
|
1637
1730
|
|
|
1638
1731
|
export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
|
|
1639
1732
|
|
|
1640
|
-
export declare const CeLayout: default_2.ComponentType<typeof
|
|
1733
|
+
export declare const CeLayout: default_2.ComponentType<typeof _default_45>;
|
|
1641
1734
|
|
|
1642
|
-
export declare const CeLoading: default_2.ComponentType<typeof
|
|
1735
|
+
export declare const CeLoading: default_2.ComponentType<typeof _default_39>;
|
|
1643
1736
|
|
|
1644
|
-
export declare const CeMenuHeader: default_2.ComponentType<typeof
|
|
1737
|
+
export declare const CeMenuHeader: default_2.ComponentType<typeof _default_27>;
|
|
1645
1738
|
|
|
1646
|
-
export declare const CeMenuSidebar: default_2.ComponentType<typeof
|
|
1739
|
+
export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_28>;
|
|
1647
1740
|
|
|
1648
|
-
export declare const CeModal: default_2.ComponentType<typeof
|
|
1741
|
+
export declare const CeModal: default_2.ComponentType<typeof _default_37>;
|
|
1649
1742
|
|
|
1650
1743
|
export declare const CePagination: default_2.ComponentType<typeof _default_2>;
|
|
1651
1744
|
|
|
@@ -1655,9 +1748,9 @@ export declare const CeProgressSteps: default_2.ComponentType<typeof _default_4>
|
|
|
1655
1748
|
|
|
1656
1749
|
export declare const CeRadioGroup: default_2.ComponentType<typeof _default_18>;
|
|
1657
1750
|
|
|
1658
|
-
export declare const CeRow: default_2.ComponentType<typeof
|
|
1751
|
+
export declare const CeRow: default_2.ComponentType<typeof _default_24>;
|
|
1659
1752
|
|
|
1660
|
-
export declare const CeSectionFooter: default_2.ComponentType<typeof
|
|
1753
|
+
export declare const CeSectionFooter: default_2.ComponentType<typeof _default_46>;
|
|
1661
1754
|
|
|
1662
1755
|
export declare const CeSelect: default_2.ComponentType<typeof _default_19>;
|
|
1663
1756
|
|
|
@@ -1692,19 +1785,19 @@ declare interface CeSelectFieldProps {
|
|
|
1692
1785
|
|
|
1693
1786
|
export declare const CeSlider: default_2.ComponentType<typeof _default_20>;
|
|
1694
1787
|
|
|
1695
|
-
export declare const CeSvgIcon: default_2.ComponentType<typeof
|
|
1788
|
+
export declare const CeSvgIcon: default_2.ComponentType<typeof _default_26>;
|
|
1696
1789
|
|
|
1697
|
-
export declare const CeTab: default_2.ComponentType<typeof
|
|
1790
|
+
export declare const CeTab: default_2.ComponentType<typeof _default_30>;
|
|
1698
1791
|
|
|
1699
|
-
export declare const CeTabItem: default_2.ComponentType<typeof
|
|
1792
|
+
export declare const CeTabItem: default_2.ComponentType<typeof _default_31>;
|
|
1700
1793
|
|
|
1701
1794
|
export declare const CeTextarea: default_2.ComponentType<typeof _default_6>;
|
|
1702
1795
|
|
|
1703
|
-
export declare const CeToast: default_2.ComponentType<typeof
|
|
1796
|
+
export declare const CeToast: default_2.ComponentType<typeof _default_35>;
|
|
1704
1797
|
|
|
1705
1798
|
export declare const CeToggle: default_2.ComponentType<typeof _default_21>;
|
|
1706
1799
|
|
|
1707
|
-
export declare const CeTooltip: default_2.ComponentType<typeof
|
|
1800
|
+
export declare const CeTooltip: default_2.ComponentType<typeof _default_38>;
|
|
1708
1801
|
|
|
1709
1802
|
declare interface Coluna {
|
|
1710
1803
|
text: string;
|
|
@@ -1782,6 +1875,7 @@ disabled: boolean;
|
|
|
1782
1875
|
block: boolean;
|
|
1783
1876
|
indeterminate: boolean;
|
|
1784
1877
|
reserveSpaceFeedback: boolean;
|
|
1878
|
+
clickDisabled: boolean;
|
|
1785
1879
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1786
1880
|
inputRef: HTMLInputElement;
|
|
1787
1881
|
}, any>;
|
|
@@ -1792,34 +1886,17 @@ declare const _default_14: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, _
|
|
|
1792
1886
|
|
|
1793
1887
|
declare const _default_15: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1794
1888
|
|
|
1795
|
-
declare const _default_16:
|
|
1796
|
-
"update:modelValue": (file: FileItem[]) => any;
|
|
1797
|
-
updateFiles: (file: FileItem[]) => any;
|
|
1798
|
-
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1799
|
-
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1800
|
-
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1801
|
-
}>, {
|
|
1802
|
-
disabled: boolean;
|
|
1803
|
-
clear: boolean;
|
|
1804
|
-
accept: string[];
|
|
1805
|
-
multiple: boolean;
|
|
1806
|
-
maxFile: number;
|
|
1807
|
-
maxFileSize: number;
|
|
1808
|
-
selectAll: boolean;
|
|
1809
|
-
customMessage: string[];
|
|
1810
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1811
|
-
inputFile: HTMLInputElement;
|
|
1812
|
-
}, HTMLDivElement>;
|
|
1889
|
+
declare const _default_16: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1813
1890
|
|
|
1814
|
-
declare const _default_17:
|
|
1891
|
+
declare const _default_17: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1815
1892
|
|
|
1816
|
-
declare const _default_18: DefineComponent<
|
|
1893
|
+
declare const _default_18: DefineComponent<__VLS_Props_11, {
|
|
1817
1894
|
/** Focus radio input */
|
|
1818
1895
|
focus: (id?: string) => void;
|
|
1819
1896
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1820
1897
|
"update:modelValue": (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1821
1898
|
change: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1822
|
-
}, string, PublicProps, Readonly<
|
|
1899
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
1823
1900
|
"onUpdate:modelValue"?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1824
1901
|
onChange?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1825
1902
|
}>, {
|
|
@@ -1829,7 +1906,7 @@ block: boolean;
|
|
|
1829
1906
|
row: boolean;
|
|
1830
1907
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1831
1908
|
|
|
1832
|
-
declare const _default_19:
|
|
1909
|
+
declare const _default_19: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1833
1910
|
|
|
1834
1911
|
declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1835
1912
|
"update:modelValue": (value: number) => any;
|
|
@@ -1841,6 +1918,7 @@ onPaginate?: (value: number) => any;
|
|
|
1841
1918
|
totalPages: number;
|
|
1842
1919
|
currentPage: number;
|
|
1843
1920
|
itemsPerPage: number;
|
|
1921
|
+
paginationPages: number;
|
|
1844
1922
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1845
1923
|
|
|
1846
1924
|
declare const _default_20: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -1858,10 +1936,10 @@ maxValue: number;
|
|
|
1858
1936
|
showValue: boolean;
|
|
1859
1937
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1860
1938
|
|
|
1861
|
-
declare const _default_21: DefineComponent<
|
|
1939
|
+
declare const _default_21: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1862
1940
|
"update:modelValue": (value: boolean) => any;
|
|
1863
1941
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
1864
|
-
}, string, PublicProps, Readonly<
|
|
1942
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
1865
1943
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1866
1944
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1867
1945
|
}>, {
|
|
@@ -1870,21 +1948,41 @@ disabled: boolean;
|
|
|
1870
1948
|
contoured: boolean;
|
|
1871
1949
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1872
1950
|
|
|
1873
|
-
declare const _default_22:
|
|
1951
|
+
declare const _default_22: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1952
|
+
"update:modelValue": (valor: string) => any;
|
|
1953
|
+
change: (valor: string) => any;
|
|
1954
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1955
|
+
"onUpdate:modelValue"?: (valor: string) => any;
|
|
1956
|
+
onChange?: (valor: string) => any;
|
|
1957
|
+
}>, {
|
|
1958
|
+
invalid: boolean;
|
|
1959
|
+
disabled: boolean;
|
|
1960
|
+
reserveSpaceFeedback: boolean;
|
|
1961
|
+
length: number;
|
|
1962
|
+
type: "letter-numeric" | "number" | "password";
|
|
1963
|
+
size: "small" | "medium" | "large";
|
|
1964
|
+
placeholder: string[];
|
|
1965
|
+
shouldAutoFocus: boolean;
|
|
1966
|
+
centralized: boolean;
|
|
1967
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1968
|
+
codeRef: HTMLDivElement;
|
|
1969
|
+
}, HTMLDivElement>;
|
|
1874
1970
|
|
|
1875
1971
|
declare const _default_23: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1876
1972
|
|
|
1877
1973
|
declare const _default_24: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1878
1974
|
|
|
1879
|
-
declare const _default_25:
|
|
1975
|
+
declare const _default_25: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1976
|
+
|
|
1977
|
+
declare const _default_26: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1880
1978
|
fill: string;
|
|
1881
1979
|
color: string;
|
|
1882
1980
|
size: number | string;
|
|
1883
1981
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1884
1982
|
|
|
1885
|
-
declare const
|
|
1983
|
+
declare const _default_27: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1886
1984
|
|
|
1887
|
-
declare const
|
|
1985
|
+
declare const _default_28: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1888
1986
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1889
1987
|
toggleMenu: (clicado: boolean) => any;
|
|
1890
1988
|
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
@@ -1898,8 +1996,6 @@ isSearch: boolean;
|
|
|
1898
1996
|
isOpen: boolean;
|
|
1899
1997
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1900
1998
|
|
|
1901
|
-
declare const _default_28: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1902
|
-
|
|
1903
1999
|
declare const _default_29: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1904
2000
|
|
|
1905
2001
|
declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1912,10 +2008,12 @@ declare const _default_32: __VLS_WithTemplateSlots_17<typeof __VLS_component_17,
|
|
|
1912
2008
|
|
|
1913
2009
|
declare const _default_33: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1914
2010
|
|
|
1915
|
-
declare const _default_34:
|
|
1916
|
-
|
|
2011
|
+
declare const _default_34: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
2012
|
+
|
|
2013
|
+
declare const _default_35: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
2014
|
+
sendData: (data: IData<unknown>) => any;
|
|
1917
2015
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1918
|
-
onSendData?: (data:
|
|
2016
|
+
onSendData?: (data: IData<unknown>) => any;
|
|
1919
2017
|
}>, {
|
|
1920
2018
|
position: "left-top" | "right-top" | "left-bottom" | "right-bottom";
|
|
1921
2019
|
pauseOnHover: boolean;
|
|
@@ -1924,21 +2022,20 @@ showActionButton: boolean;
|
|
|
1924
2022
|
textButton: string;
|
|
1925
2023
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1926
2024
|
|
|
1927
|
-
declare const _default_35: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1928
|
-
|
|
1929
2025
|
declare const _default_36: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1930
2026
|
|
|
1931
2027
|
declare const _default_37: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1932
2028
|
|
|
1933
|
-
declare const _default_38:
|
|
2029
|
+
declare const _default_38: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2030
|
+
|
|
2031
|
+
declare const _default_39: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
1934
2032
|
type: "spinner" | "semi-circle" | "dots";
|
|
1935
|
-
|
|
2033
|
+
blur: boolean;
|
|
2034
|
+
background: "smoky" | "transparent" | "black";
|
|
1936
2035
|
showLoading: boolean;
|
|
1937
2036
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1938
2037
|
|
|
1939
|
-
declare const
|
|
1940
|
-
|
|
1941
|
-
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2038
|
+
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1942
2039
|
|
|
1943
2040
|
declare const _default_40: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1944
2041
|
|
|
@@ -1946,20 +2043,22 @@ declare const _default_41: __VLS_WithTemplateSlots_24<typeof __VLS_component_24,
|
|
|
1946
2043
|
|
|
1947
2044
|
declare const _default_42: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1948
2045
|
|
|
1949
|
-
declare const _default_43:
|
|
2046
|
+
declare const _default_43: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
2047
|
+
|
|
2048
|
+
declare const _default_44: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1950
2049
|
redirect: (valor?: string) => any;
|
|
1951
2050
|
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1952
2051
|
onRedirect?: (valor?: string) => any;
|
|
1953
2052
|
}>, {
|
|
1954
|
-
background: "white" | "green";
|
|
2053
|
+
background: "white" | "green" | "black";
|
|
1955
2054
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1956
2055
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1957
2056
|
|
|
1958
|
-
declare const
|
|
2057
|
+
declare const _default_45: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1959
2058
|
|
|
1960
|
-
declare const
|
|
2059
|
+
declare const _default_46: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1961
2060
|
|
|
1962
|
-
declare const
|
|
2061
|
+
declare const _default_47: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1963
2062
|
|
|
1964
2063
|
declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1965
2064
|
"update:modelValue": (value: number) => any;
|
|
@@ -2001,7 +2100,10 @@ clearFilter: () => any;
|
|
|
2001
2100
|
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
2002
2101
|
onClearFilter?: () => any;
|
|
2003
2102
|
"onInput:focus"?: () => any;
|
|
2004
|
-
}>, {
|
|
2103
|
+
}>, {
|
|
2104
|
+
background: "white" | "black";
|
|
2105
|
+
items: string[];
|
|
2106
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2005
2107
|
|
|
2006
2108
|
declare const _default_8: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
2007
2109
|
|
|
@@ -2022,12 +2124,19 @@ declare interface DropdownProps {
|
|
|
2022
2124
|
itemsSelection?: ItemsSelection[];
|
|
2023
2125
|
/** Define o tipo do dropdown */
|
|
2024
2126
|
type?: 'menu' | 'selection';
|
|
2127
|
+
/** Define a cor de fundo */
|
|
2128
|
+
background?: 'white' | 'black';
|
|
2129
|
+
/** Permite redirecionamento */
|
|
2130
|
+
allowRedirect?: boolean;
|
|
2025
2131
|
}
|
|
2026
2132
|
|
|
2027
2133
|
declare interface FileItem {
|
|
2028
2134
|
file: File;
|
|
2029
2135
|
progress: number;
|
|
2030
|
-
status:
|
|
2136
|
+
status: 'uploading' | 'success' | 'error';
|
|
2137
|
+
message?: string;
|
|
2138
|
+
errorLabel?: string;
|
|
2139
|
+
successLabel?: string;
|
|
2031
2140
|
}
|
|
2032
2141
|
|
|
2033
2142
|
declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
|
|
@@ -2056,12 +2165,73 @@ declare interface IBreadcrumbsProps {
|
|
|
2056
2165
|
declare interface ICollapse {
|
|
2057
2166
|
index: number;
|
|
2058
2167
|
value: boolean;
|
|
2168
|
+
item: unknown;
|
|
2059
2169
|
}
|
|
2060
2170
|
|
|
2061
|
-
declare interface
|
|
2171
|
+
declare interface IData<T = unknown> {
|
|
2062
2172
|
[key: string]: T;
|
|
2063
2173
|
}
|
|
2064
2174
|
|
|
2175
|
+
declare interface IDropzone {
|
|
2176
|
+
/** Valor para two-way binding (v-model) */
|
|
2177
|
+
modelValue?: FileItem[] | FileItem;
|
|
2178
|
+
/** array com os tipos de arquivos permitidos */
|
|
2179
|
+
accept: string[];
|
|
2180
|
+
/** desabilita o componente */
|
|
2181
|
+
disabled?: boolean;
|
|
2182
|
+
/** permite o upload de multiplos arquivos */
|
|
2183
|
+
multiple?: boolean;
|
|
2184
|
+
/** quantidade máxima de arquivos permitidos */
|
|
2185
|
+
maxFile?: number;
|
|
2186
|
+
/** tamanho máximo do arquivo em KB */
|
|
2187
|
+
maxFileSize?: number;
|
|
2188
|
+
/** habilita a opção de selecionar múltiplos arquivos */
|
|
2189
|
+
selectAll?: boolean;
|
|
2190
|
+
/** Mensagem personalizada de tipos de arquivos */
|
|
2191
|
+
customMessage?: string[];
|
|
2192
|
+
/** limpa a lista de arquivos */
|
|
2193
|
+
clear?: boolean;
|
|
2194
|
+
/** Variante do componente */
|
|
2195
|
+
variant?: 'primary' | 'secondary' | 'tertiary';
|
|
2196
|
+
/** Simula o progresso do upload */
|
|
2197
|
+
simulateProgress?: boolean;
|
|
2198
|
+
/** Exibe ou oculta a barra de progresso */
|
|
2199
|
+
showProgressBar?: boolean;
|
|
2200
|
+
/** Se false envia o array de arquivos atualizado, caso contrário envia o arquivo removido */
|
|
2201
|
+
sendRemovedFile?: boolean;
|
|
2202
|
+
/** Rótulo personalizado para erro */
|
|
2203
|
+
errorLabel?: string;
|
|
2204
|
+
/** Rótulo personalizado para sucesso */
|
|
2205
|
+
successLabel?: string;
|
|
2206
|
+
/** Modo compacto */
|
|
2207
|
+
compact?: boolean;
|
|
2208
|
+
/** Define o tamanho dos badges */
|
|
2209
|
+
rounded?: 'md' | 'lg' | 'xl';
|
|
2210
|
+
/** Prop utilizada para atualizar o progresso quando simulateProgress é false */
|
|
2211
|
+
file?: FileItem | null;
|
|
2212
|
+
/** Título da variante terciária */
|
|
2213
|
+
tertiaryVariantTitle?: string;
|
|
2214
|
+
/** Texto de ajuda */
|
|
2215
|
+
hint?: string;
|
|
2216
|
+
/** Texto para ser um erro */
|
|
2217
|
+
invalidFeedback?: string;
|
|
2218
|
+
/** Aciona manualmente o estado de erro */
|
|
2219
|
+
invalid?: boolean;
|
|
2220
|
+
/** Se o input deve reservar espaço para feedback de erro */
|
|
2221
|
+
reserveSpaceFeedback?: boolean;
|
|
2222
|
+
/** Se deve mostrar o arquivo enviado */
|
|
2223
|
+
showUploadedFile?: boolean;
|
|
2224
|
+
/** Nome do arquivo para ser removido */
|
|
2225
|
+
removableFileName?: string;
|
|
2226
|
+
/** Exibi o botão de remover arquivo */
|
|
2227
|
+
showRemoveButton?: boolean;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
declare interface IFields {
|
|
2231
|
+
field: string;
|
|
2232
|
+
value: string | number | boolean;
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2065
2235
|
declare interface IItems {
|
|
2066
2236
|
id: number;
|
|
2067
2237
|
title: string;
|
|
@@ -2072,6 +2242,7 @@ declare interface IItems {
|
|
|
2072
2242
|
declare type IProgressStepsProps = {
|
|
2073
2243
|
/** Define os itens que serão exibidos */
|
|
2074
2244
|
items: IItems[];
|
|
2245
|
+
variant?: 'primary' | 'secondary';
|
|
2075
2246
|
};
|
|
2076
2247
|
|
|
2077
2248
|
export declare const isMobile: Ref<boolean, boolean>;
|
|
@@ -2164,6 +2335,8 @@ declare type PaginationProps = {
|
|
|
2164
2335
|
totalItems?: number;
|
|
2165
2336
|
/** Valor do currentPage para two-way binding (v-model) */
|
|
2166
2337
|
modelValue?: number;
|
|
2338
|
+
/** Número de páginas exibidas na paginação */
|
|
2339
|
+
paginationPages?: number;
|
|
2167
2340
|
};
|
|
2168
2341
|
|
|
2169
2342
|
declare interface Props {
|
|
@@ -2272,6 +2445,7 @@ declare module 'vue' {
|
|
|
2272
2445
|
'ce-button-wrapper': typeof ButtonWrapperComponent;
|
|
2273
2446
|
'ce-button-pagination': typeof ButtonPaginationComponent;
|
|
2274
2447
|
'ce-textarea': typeof TextareaComponent;
|
|
2448
|
+
'ce-code-input': typeof CodeInputComponent;
|
|
2275
2449
|
}
|
|
2276
2450
|
}
|
|
2277
2451
|
|