@comercti/react-components 0.21.0 → 0.23.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 +31 -31
- package/comerc-style-guide.es.js +4414 -3905
- package/comerc-style-guide.umd.js +29 -29
- package/index.d.ts +389 -197
- 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';
|
|
@@ -34,23 +31,29 @@ compact: boolean;
|
|
|
34
31
|
loading: boolean;
|
|
35
32
|
loadingType: "spinner" | "semi-circle" | "dots";
|
|
36
33
|
truncated: boolean;
|
|
34
|
+
copyable: boolean;
|
|
37
35
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
38
36
|
rootRef: HTMLDivElement;
|
|
39
37
|
}, HTMLDivElement>;
|
|
40
38
|
|
|
41
|
-
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<{}>, {
|
|
42
45
|
tag: string;
|
|
43
46
|
noGutters: boolean;
|
|
44
47
|
dense: boolean;
|
|
45
48
|
noCols: boolean;
|
|
46
49
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
47
50
|
|
|
48
|
-
declare const
|
|
51
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
49
52
|
block: boolean;
|
|
50
53
|
tag: string;
|
|
51
54
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
52
55
|
|
|
53
|
-
declare const
|
|
56
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
54
57
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
55
58
|
backToHome: (value: boolean) => any;
|
|
56
59
|
logout: (value: boolean) => any;
|
|
@@ -59,12 +62,14 @@ onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
|
59
62
|
onBackToHome?: (value: boolean) => any;
|
|
60
63
|
onLogout?: (value: boolean) => any;
|
|
61
64
|
}>, {
|
|
65
|
+
background: "white" | "black";
|
|
66
|
+
rounded: boolean;
|
|
62
67
|
itemsMenu: ItensMenu_2[];
|
|
63
68
|
itemsMenuMyService: ItensMenu_2[];
|
|
64
69
|
itemsSearch: ItensMenu_2[];
|
|
65
70
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
66
71
|
|
|
67
|
-
declare const
|
|
72
|
+
declare const __VLS_component_14: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
68
73
|
"update:modelValue": (path: string) => any;
|
|
69
74
|
redirect: (path: string) => any;
|
|
70
75
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
@@ -76,19 +81,19 @@ home: string;
|
|
|
76
81
|
divider: "/" | ">";
|
|
77
82
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
78
83
|
|
|
79
|
-
declare const
|
|
84
|
+
declare const __VLS_component_15: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
80
85
|
updateValue: (value: string) => any;
|
|
81
86
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
82
87
|
onUpdateValue?: (value: string) => any;
|
|
83
88
|
}>, {
|
|
84
|
-
variant: keyof
|
|
89
|
+
variant: keyof IVariants;
|
|
85
90
|
initialTab: string;
|
|
86
91
|
inactivate: boolean;
|
|
87
92
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
88
93
|
|
|
89
|
-
declare const
|
|
94
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
90
95
|
|
|
91
|
-
declare const
|
|
96
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_21, {
|
|
92
97
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
93
98
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
94
99
|
click: (event: MouseEvent) => any;
|
|
@@ -105,7 +110,7 @@ badgeOffsetBottom: number;
|
|
|
105
110
|
rootRef: HTMLDivElement;
|
|
106
111
|
}, any>;
|
|
107
112
|
|
|
108
|
-
declare const
|
|
113
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
109
114
|
submit: () => any;
|
|
110
115
|
clear: () => any;
|
|
111
116
|
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
@@ -121,7 +126,7 @@ showClearButton: boolean;
|
|
|
121
126
|
menuRef: HTMLDivElement;
|
|
122
127
|
}, HTMLDivElement>;
|
|
123
128
|
|
|
124
|
-
declare const
|
|
129
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
125
130
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
126
131
|
size: "sm" | "md" | "lg";
|
|
127
132
|
rounded: "sm" | "md" | "lg";
|
|
@@ -129,18 +134,6 @@ variant: "solid" | "outline" | "ghost";
|
|
|
129
134
|
status: boolean;
|
|
130
135
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
131
136
|
|
|
132
|
-
declare const __VLS_component_19: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
133
|
-
close: (value: boolean) => any;
|
|
134
|
-
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
135
|
-
onClose?: (value: boolean) => any;
|
|
136
|
-
}>, {
|
|
137
|
-
background: "white" | "green";
|
|
138
|
-
rounded: boolean;
|
|
139
|
-
position: "top" | "bottom";
|
|
140
|
-
isOpen: boolean;
|
|
141
|
-
showIcon: boolean;
|
|
142
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
143
|
-
|
|
144
137
|
declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
|
|
145
138
|
/** Focus button */
|
|
146
139
|
focus: () => void;
|
|
@@ -159,7 +152,19 @@ variant: tipoVariante;
|
|
|
159
152
|
buttonRef: unknown;
|
|
160
153
|
}, any>;
|
|
161
154
|
|
|
162
|
-
declare const __VLS_component_20: DefineComponent<
|
|
155
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
156
|
+
close: (value: boolean) => any;
|
|
157
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
158
|
+
onClose?: (value: boolean) => any;
|
|
159
|
+
}>, {
|
|
160
|
+
background: "white" | "green";
|
|
161
|
+
rounded: boolean;
|
|
162
|
+
position: "top" | "bottom";
|
|
163
|
+
isOpen: boolean;
|
|
164
|
+
showIcon: boolean;
|
|
165
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
166
|
+
|
|
167
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
163
168
|
close: (value: boolean) => any;
|
|
164
169
|
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
165
170
|
onClose?: (value: boolean) => any;
|
|
@@ -170,7 +175,7 @@ closeOutside: boolean;
|
|
|
170
175
|
showCloseButton: boolean;
|
|
171
176
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
172
177
|
|
|
173
|
-
declare const
|
|
178
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
174
179
|
focus: boolean;
|
|
175
180
|
location: "top" | "bottom" | "left" | "right";
|
|
176
181
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -178,7 +183,7 @@ activatorRef: HTMLDivElement;
|
|
|
178
183
|
tooltipRef: HTMLDivElement;
|
|
179
184
|
}, any>;
|
|
180
185
|
|
|
181
|
-
declare const
|
|
186
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
182
187
|
color: number;
|
|
183
188
|
rounded: boolean;
|
|
184
189
|
tag: string;
|
|
@@ -190,23 +195,36 @@ responsive: boolean;
|
|
|
190
195
|
rootRef: unknown;
|
|
191
196
|
}, any>;
|
|
192
197
|
|
|
193
|
-
declare const
|
|
198
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
194
199
|
tag: string;
|
|
195
200
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
196
201
|
|
|
197
|
-
declare const
|
|
202
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
198
203
|
tag: string;
|
|
199
204
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
200
205
|
|
|
201
|
-
declare const
|
|
206
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
202
207
|
type: "inline" | "centralized" | "highlighted";
|
|
203
208
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
204
209
|
|
|
205
|
-
declare const
|
|
210
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
206
211
|
openMenu: boolean;
|
|
207
212
|
layout: "default" | "base" | "minimal";
|
|
208
213
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
209
214
|
|
|
215
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
216
|
+
"toggle-collapse": (value: ICollapse[]) => any;
|
|
217
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
218
|
+
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
219
|
+
}>, {
|
|
220
|
+
items: Array<Record<string, unknown>>;
|
|
221
|
+
variant: "accordion" | "card" | "minimal" | "compact";
|
|
222
|
+
openTheFirst: boolean;
|
|
223
|
+
allOpen: boolean;
|
|
224
|
+
direction: "row" | "column";
|
|
225
|
+
closeCollapse: number | null;
|
|
226
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
227
|
+
|
|
210
228
|
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
211
229
|
|
|
212
230
|
declare const __VLS_component_4: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -251,13 +269,43 @@ onSelected?: (value: Coluna[]) => any;
|
|
|
251
269
|
onRedirect?: (item: ItensMenu_2) => any;
|
|
252
270
|
}>, {
|
|
253
271
|
type: "menu" | "selection";
|
|
272
|
+
background: "white" | "black";
|
|
254
273
|
itemsMenu: ItensMenu_2[];
|
|
255
|
-
itemsSelection:
|
|
274
|
+
itemsSelection: ItemsSelection[];
|
|
275
|
+
allowRedirect: boolean;
|
|
256
276
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
257
|
-
dropdownRef:
|
|
277
|
+
dropdownRef: HTMLDivElement[];
|
|
258
278
|
}, any>;
|
|
259
279
|
|
|
260
|
-
declare const __VLS_component_7: DefineComponent<
|
|
280
|
+
declare const __VLS_component_7: DefineComponent<IDropzone, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
281
|
+
"update:modelValue": (file: FileItem | File | FileItem[]) => any;
|
|
282
|
+
updateFiles: (file: FileItem[]) => any;
|
|
283
|
+
}, string, PublicProps, Readonly<IDropzone> & Readonly<{
|
|
284
|
+
"onUpdate:modelValue"?: (file: FileItem | File | FileItem[]) => any;
|
|
285
|
+
onUpdateFiles?: (file: FileItem[]) => any;
|
|
286
|
+
}>, {
|
|
287
|
+
disabled: boolean;
|
|
288
|
+
file: FileItem | null;
|
|
289
|
+
rounded: "md" | "lg" | "xl";
|
|
290
|
+
compact: boolean;
|
|
291
|
+
variant: "primary" | "secondary";
|
|
292
|
+
clear: boolean;
|
|
293
|
+
accept: string[];
|
|
294
|
+
multiple: boolean;
|
|
295
|
+
maxFile: number;
|
|
296
|
+
maxFileSize: number;
|
|
297
|
+
selectAll: boolean;
|
|
298
|
+
customMessage: string[];
|
|
299
|
+
simulateProgress: boolean;
|
|
300
|
+
showProgressBar: boolean;
|
|
301
|
+
sendRemovedFile: boolean;
|
|
302
|
+
errorLabel: string;
|
|
303
|
+
successLabel: string;
|
|
304
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
305
|
+
inputFile: HTMLInputElement;
|
|
306
|
+
}, HTMLDivElement>;
|
|
307
|
+
|
|
308
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_10, {
|
|
261
309
|
focus: () => void;
|
|
262
310
|
valorSemMascara: Ref<string | number, string | number>;
|
|
263
311
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -265,7 +313,7 @@ valorSemMascara: Ref<string | number, string | number>;
|
|
|
265
313
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
266
314
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
267
315
|
blur: (value: string | number | CustomEvent<any>) => any;
|
|
268
|
-
}, string, PublicProps, Readonly<
|
|
316
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
269
317
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
270
318
|
onChange?: (value: string | number | CustomEvent<any>) => any;
|
|
271
319
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -283,7 +331,7 @@ rootRef: HTMLDivElement;
|
|
|
283
331
|
inputRef: HTMLInputElement;
|
|
284
332
|
}, any>;
|
|
285
333
|
|
|
286
|
-
declare const
|
|
334
|
+
declare const __VLS_component_9: DefineComponent<CeSelectFieldProps, {
|
|
287
335
|
/** Focus select */
|
|
288
336
|
focus: () => void;
|
|
289
337
|
/** Abre/Fecha dropdown do select */
|
|
@@ -313,11 +361,6 @@ inputRef: HTMLDivElement;
|
|
|
313
361
|
searchInputRef: HTMLInputElement;
|
|
314
362
|
}, any>;
|
|
315
363
|
|
|
316
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
317
|
-
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
318
|
-
tag: string;
|
|
319
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
320
|
-
|
|
321
364
|
declare type __VLS_Props = {
|
|
322
365
|
/** Indica o progresso */
|
|
323
366
|
progress: number;
|
|
@@ -328,27 +371,6 @@ declare type __VLS_Props = {
|
|
|
328
371
|
};
|
|
329
372
|
|
|
330
373
|
declare type __VLS_Props_10 = {
|
|
331
|
-
/** Valor para two-way binding (v-model) */
|
|
332
|
-
modelValue?: FileItem[];
|
|
333
|
-
/** array com os tipos de arquivos permitidos */
|
|
334
|
-
accept: string[];
|
|
335
|
-
/** desabilita o componente */
|
|
336
|
-
disabled?: boolean;
|
|
337
|
-
/** permite o upload de multiplos arquivos */
|
|
338
|
-
multiple?: boolean;
|
|
339
|
-
/** quantidade máxima de arquivos permitidos */
|
|
340
|
-
maxFile?: number;
|
|
341
|
-
/** tamanho máximo do arquivo em KB */
|
|
342
|
-
maxFileSize?: number;
|
|
343
|
-
/** habilita a opção de selecionar múltiplos arquivos */
|
|
344
|
-
selectAll?: boolean;
|
|
345
|
-
/** Mensagem personalizada de tipos de arquivos */
|
|
346
|
-
customMessage?: string[];
|
|
347
|
-
/** limpa a lista de arquivos */
|
|
348
|
-
clear: boolean;
|
|
349
|
-
};
|
|
350
|
-
|
|
351
|
-
declare type __VLS_Props_11 = {
|
|
352
374
|
/** Valor do input para two-way binding (v-model) */
|
|
353
375
|
modelValue?: string | number | null;
|
|
354
376
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -381,7 +403,7 @@ declare type __VLS_Props_11 = {
|
|
|
381
403
|
reserveSpaceFeedback?: boolean;
|
|
382
404
|
};
|
|
383
405
|
|
|
384
|
-
declare type
|
|
406
|
+
declare type __VLS_Props_11 = {
|
|
385
407
|
/** Valor do radio para two-way binding (v-model) */
|
|
386
408
|
modelValue?: ModelValueType_2 | null;
|
|
387
409
|
/** ID única do radio */
|
|
@@ -402,7 +424,7 @@ declare type __VLS_Props_12 = {
|
|
|
402
424
|
row?: boolean;
|
|
403
425
|
};
|
|
404
426
|
|
|
405
|
-
declare type
|
|
427
|
+
declare type __VLS_Props_12 = {
|
|
406
428
|
/** Valor do toggle */
|
|
407
429
|
modelValue?: boolean;
|
|
408
430
|
/** Desabilita o toggle */
|
|
@@ -417,6 +439,37 @@ declare type __VLS_Props_13 = {
|
|
|
417
439
|
label?: string;
|
|
418
440
|
};
|
|
419
441
|
|
|
442
|
+
declare type __VLS_Props_13 = {
|
|
443
|
+
/** ID única do input */
|
|
444
|
+
id?: string;
|
|
445
|
+
/** Valor do input para two-way binding (v-model) */
|
|
446
|
+
modelValue: string;
|
|
447
|
+
/** Define a quantidade de dígitos do código */
|
|
448
|
+
length: number;
|
|
449
|
+
/** Define se o input deve ser desabilitado */
|
|
450
|
+
disabled?: boolean;
|
|
451
|
+
/** Define o tipo do code input */
|
|
452
|
+
type?: 'letter-numeric' | 'number' | 'password';
|
|
453
|
+
/** Texto do placeholder do input */
|
|
454
|
+
placeholder?: string[];
|
|
455
|
+
/** Texto da label exibida acima do input */
|
|
456
|
+
label?: string;
|
|
457
|
+
/** Texto de ajuda */
|
|
458
|
+
hint?: string;
|
|
459
|
+
/** Texto para ser um erro */
|
|
460
|
+
invalidFeedback?: string;
|
|
461
|
+
/** Aciona manualmente o estado de erro */
|
|
462
|
+
invalid?: boolean;
|
|
463
|
+
/** Se o input deve reservar espaço para feedback de erro */
|
|
464
|
+
reserveSpaceFeedback?: boolean;
|
|
465
|
+
/** Se o input deve receber foco automaticamente */
|
|
466
|
+
shouldAutoFocus?: boolean;
|
|
467
|
+
/** Se o input deve ser centralizado */
|
|
468
|
+
centralized?: boolean;
|
|
469
|
+
/** Tamanho do input */
|
|
470
|
+
size?: 'small' | 'medium' | 'large';
|
|
471
|
+
};
|
|
472
|
+
|
|
420
473
|
declare type __VLS_Props_14 = {
|
|
421
474
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
422
475
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
@@ -514,6 +567,10 @@ declare type __VLS_Props_18 = {
|
|
|
514
567
|
email?: string;
|
|
515
568
|
/** Array de opções de pesquisa do menu */
|
|
516
569
|
itemsSearch?: ItensMenu_2[];
|
|
570
|
+
/** Define a cor de fundo */
|
|
571
|
+
background?: 'white' | 'black';
|
|
572
|
+
/** Define se o menu terá bordas arredondadas */
|
|
573
|
+
rounded?: boolean;
|
|
517
574
|
};
|
|
518
575
|
|
|
519
576
|
declare type __VLS_Props_19 = {
|
|
@@ -532,17 +589,11 @@ declare type __VLS_Props_19 = {
|
|
|
532
589
|
};
|
|
533
590
|
|
|
534
591
|
declare type __VLS_Props_2 = {
|
|
535
|
-
/** Define o label do componente */
|
|
536
592
|
label: string;
|
|
537
|
-
/** Define os valores exibidos no select */
|
|
538
593
|
options: number[];
|
|
539
|
-
/** Desabilita o componente */
|
|
540
594
|
disabled?: boolean;
|
|
541
|
-
/** Define a direção do texto */
|
|
542
595
|
textDirection?: 'left' | 'right';
|
|
543
|
-
/** Define o valor selecionado */
|
|
544
596
|
modelValue: number;
|
|
545
|
-
/**Define a posição de abertura das opções */
|
|
546
597
|
position?: 'top' | 'bottom';
|
|
547
598
|
};
|
|
548
599
|
|
|
@@ -636,7 +687,9 @@ declare type __VLS_Props_27 = {
|
|
|
636
687
|
/** Define se o loading deve ser exibido ou não */
|
|
637
688
|
showLoading?: boolean;
|
|
638
689
|
/** Define a cor do background */
|
|
639
|
-
background?: 'smoky' | 'transparent';
|
|
690
|
+
background?: 'smoky' | 'transparent' | 'black';
|
|
691
|
+
/** Aplica um efeito de blur no background */
|
|
692
|
+
blur?: boolean;
|
|
640
693
|
};
|
|
641
694
|
|
|
642
695
|
declare type __VLS_Props_28 = {
|
|
@@ -676,6 +729,8 @@ declare type __VLS_Props_3 = {
|
|
|
676
729
|
placeholder: string;
|
|
677
730
|
/** Valor para two-way binding (v-model) */
|
|
678
731
|
modelValue?: string;
|
|
732
|
+
/** Define a cor de fundo */
|
|
733
|
+
background?: 'white' | 'black';
|
|
679
734
|
};
|
|
680
735
|
|
|
681
736
|
declare type __VLS_Props_30 = {
|
|
@@ -690,7 +745,7 @@ declare type __VLS_Props_31 = {
|
|
|
690
745
|
|
|
691
746
|
declare type __VLS_Props_32 = {
|
|
692
747
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
693
|
-
background: 'white' | 'green';
|
|
748
|
+
background: 'white' | 'green' | 'black';
|
|
694
749
|
items?: ItensMenu[];
|
|
695
750
|
socialMedia?: ISocialMedia[];
|
|
696
751
|
};
|
|
@@ -710,6 +765,15 @@ declare type __VLS_Props_34 = {
|
|
|
710
765
|
}[];
|
|
711
766
|
};
|
|
712
767
|
|
|
768
|
+
declare type __VLS_Props_35 = {
|
|
769
|
+
items: Array<Record<string, unknown>>;
|
|
770
|
+
openTheFirst?: boolean;
|
|
771
|
+
allOpen?: boolean;
|
|
772
|
+
variant: 'accordion' | 'card' | 'minimal' | 'compact';
|
|
773
|
+
direction?: 'row' | 'column';
|
|
774
|
+
closeCollapse?: number | null;
|
|
775
|
+
};
|
|
776
|
+
|
|
713
777
|
declare type __VLS_Props_4 = {
|
|
714
778
|
/** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
|
|
715
779
|
type?: 'button' | 'submit' | 'a';
|
|
@@ -826,6 +890,8 @@ declare function __VLS_template(): {
|
|
|
826
890
|
slots: Readonly<NonNullable<{
|
|
827
891
|
[key: string]: (props: {
|
|
828
892
|
item: Record<string, any>;
|
|
893
|
+
indexItem: number;
|
|
894
|
+
indexHeader: number;
|
|
829
895
|
}) => VNode[];
|
|
830
896
|
} & {
|
|
831
897
|
/**Slot usado para exibir a paginação da tabela */
|
|
@@ -845,6 +911,8 @@ declare function __VLS_template(): {
|
|
|
845
911
|
}>> & {
|
|
846
912
|
[key: string]: (props: {
|
|
847
913
|
item: Record<string, any>;
|
|
914
|
+
indexItem: number;
|
|
915
|
+
indexHeader: number;
|
|
848
916
|
}) => VNode[];
|
|
849
917
|
} & {
|
|
850
918
|
/**Slot usado para exibir a paginação da tabela */
|
|
@@ -869,6 +937,23 @@ declare function __VLS_template(): {
|
|
|
869
937
|
};
|
|
870
938
|
|
|
871
939
|
declare function __VLS_template_10(): {
|
|
940
|
+
attrs: Partial<{}>;
|
|
941
|
+
slots: Readonly<{
|
|
942
|
+
/** Adicione conteúdo dentro do col */
|
|
943
|
+
default?: (props: {
|
|
944
|
+
isMobile?: boolean;
|
|
945
|
+
}) => VNode[];
|
|
946
|
+
}> & {
|
|
947
|
+
/** Adicione conteúdo dentro do col */
|
|
948
|
+
default?: (props: {
|
|
949
|
+
isMobile?: boolean;
|
|
950
|
+
}) => VNode[];
|
|
951
|
+
};
|
|
952
|
+
refs: {};
|
|
953
|
+
rootEl: any;
|
|
954
|
+
};
|
|
955
|
+
|
|
956
|
+
declare function __VLS_template_11(): {
|
|
872
957
|
attrs: Partial<{}>;
|
|
873
958
|
slots: Readonly<{
|
|
874
959
|
/** Adicione conteúdo dentro do row */
|
|
@@ -881,7 +966,7 @@ declare function __VLS_template_10(): {
|
|
|
881
966
|
rootEl: any;
|
|
882
967
|
};
|
|
883
968
|
|
|
884
|
-
declare function
|
|
969
|
+
declare function __VLS_template_12(): {
|
|
885
970
|
attrs: Partial<{}>;
|
|
886
971
|
slots: Readonly<{
|
|
887
972
|
/** Adicione conteúdo dentro do container */
|
|
@@ -898,7 +983,7 @@ declare function __VLS_template_11(): {
|
|
|
898
983
|
rootEl: any;
|
|
899
984
|
};
|
|
900
985
|
|
|
901
|
-
declare function
|
|
986
|
+
declare function __VLS_template_13(): {
|
|
902
987
|
attrs: Partial<{}>;
|
|
903
988
|
slots: Readonly<{
|
|
904
989
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -919,7 +1004,7 @@ declare function __VLS_template_12(): {
|
|
|
919
1004
|
rootEl: any;
|
|
920
1005
|
};
|
|
921
1006
|
|
|
922
|
-
declare function
|
|
1007
|
+
declare function __VLS_template_14(): {
|
|
923
1008
|
attrs: Partial<{}>;
|
|
924
1009
|
slots: Readonly<{
|
|
925
1010
|
/** Define o slot de ícone */
|
|
@@ -932,7 +1017,7 @@ declare function __VLS_template_13(): {
|
|
|
932
1017
|
rootEl: HTMLDivElement;
|
|
933
1018
|
};
|
|
934
1019
|
|
|
935
|
-
declare function
|
|
1020
|
+
declare function __VLS_template_15(): {
|
|
936
1021
|
attrs: Partial<{}>;
|
|
937
1022
|
slots: {
|
|
938
1023
|
default?(_: {}): any;
|
|
@@ -941,7 +1026,7 @@ declare function __VLS_template_14(): {
|
|
|
941
1026
|
rootEl: any;
|
|
942
1027
|
};
|
|
943
1028
|
|
|
944
|
-
declare function
|
|
1029
|
+
declare function __VLS_template_16(): {
|
|
945
1030
|
attrs: Partial<{}>;
|
|
946
1031
|
slots: {
|
|
947
1032
|
default?(_: {}): any;
|
|
@@ -950,7 +1035,7 @@ declare function __VLS_template_15(): {
|
|
|
950
1035
|
rootEl: any;
|
|
951
1036
|
};
|
|
952
1037
|
|
|
953
|
-
declare function
|
|
1038
|
+
declare function __VLS_template_17(): {
|
|
954
1039
|
attrs: Partial<{}>;
|
|
955
1040
|
slots: Readonly<{
|
|
956
1041
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -969,7 +1054,7 @@ declare function __VLS_template_16(): {
|
|
|
969
1054
|
rootEl: any;
|
|
970
1055
|
};
|
|
971
1056
|
|
|
972
|
-
declare function
|
|
1057
|
+
declare function __VLS_template_18(): {
|
|
973
1058
|
attrs: Partial<{}>;
|
|
974
1059
|
slots: Readonly<{
|
|
975
1060
|
/** Slot para o conteúdo do filtro */
|
|
@@ -984,7 +1069,7 @@ declare function __VLS_template_17(): {
|
|
|
984
1069
|
rootEl: HTMLDivElement;
|
|
985
1070
|
};
|
|
986
1071
|
|
|
987
|
-
declare function
|
|
1072
|
+
declare function __VLS_template_19(): {
|
|
988
1073
|
attrs: Partial<{}>;
|
|
989
1074
|
slots: Readonly<{
|
|
990
1075
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -997,23 +1082,6 @@ declare function __VLS_template_18(): {
|
|
|
997
1082
|
rootEl: any;
|
|
998
1083
|
};
|
|
999
1084
|
|
|
1000
|
-
declare function __VLS_template_19(): {
|
|
1001
|
-
attrs: Partial<{}>;
|
|
1002
|
-
slots: Readonly<{
|
|
1003
|
-
/** Slot para o icone do banner */
|
|
1004
|
-
icon: () => VNode[];
|
|
1005
|
-
/** Slot para o conteudo do banner */
|
|
1006
|
-
content: () => VNode[];
|
|
1007
|
-
}> & {
|
|
1008
|
-
/** Slot para o icone do banner */
|
|
1009
|
-
icon: () => VNode[];
|
|
1010
|
-
/** Slot para o conteudo do banner */
|
|
1011
|
-
content: () => VNode[];
|
|
1012
|
-
};
|
|
1013
|
-
refs: {};
|
|
1014
|
-
rootEl: any;
|
|
1015
|
-
};
|
|
1016
|
-
|
|
1017
1085
|
declare function __VLS_template_2(): {
|
|
1018
1086
|
attrs: Partial<{}>;
|
|
1019
1087
|
slots: Readonly<{
|
|
@@ -1030,6 +1098,23 @@ declare function __VLS_template_2(): {
|
|
|
1030
1098
|
};
|
|
1031
1099
|
|
|
1032
1100
|
declare function __VLS_template_20(): {
|
|
1101
|
+
attrs: Partial<{}>;
|
|
1102
|
+
slots: Readonly<{
|
|
1103
|
+
/** Slot para o icone do banner */
|
|
1104
|
+
icon: () => VNode[];
|
|
1105
|
+
/** Slot para o conteudo do banner */
|
|
1106
|
+
content: () => VNode[];
|
|
1107
|
+
}> & {
|
|
1108
|
+
/** Slot para o icone do banner */
|
|
1109
|
+
icon: () => VNode[];
|
|
1110
|
+
/** Slot para o conteudo do banner */
|
|
1111
|
+
content: () => VNode[];
|
|
1112
|
+
};
|
|
1113
|
+
refs: {};
|
|
1114
|
+
rootEl: any;
|
|
1115
|
+
};
|
|
1116
|
+
|
|
1117
|
+
declare function __VLS_template_21(): {
|
|
1033
1118
|
attrs: Partial<{}>;
|
|
1034
1119
|
slots: {
|
|
1035
1120
|
default?(_: {}): any;
|
|
@@ -1038,7 +1123,7 @@ declare function __VLS_template_20(): {
|
|
|
1038
1123
|
rootEl: any;
|
|
1039
1124
|
};
|
|
1040
1125
|
|
|
1041
|
-
declare function
|
|
1126
|
+
declare function __VLS_template_22(): {
|
|
1042
1127
|
attrs: Partial<{}>;
|
|
1043
1128
|
slots: {
|
|
1044
1129
|
activator?(_: {}): any;
|
|
@@ -1050,7 +1135,7 @@ declare function __VLS_template_21(): {
|
|
|
1050
1135
|
rootEl: any;
|
|
1051
1136
|
};
|
|
1052
1137
|
|
|
1053
|
-
declare function
|
|
1138
|
+
declare function __VLS_template_23(): {
|
|
1054
1139
|
attrs: Partial<{}>;
|
|
1055
1140
|
slots: Readonly<{
|
|
1056
1141
|
/** Conteúdo principal do card */
|
|
@@ -1093,7 +1178,7 @@ declare function __VLS_template_22(): {
|
|
|
1093
1178
|
rootEl: any;
|
|
1094
1179
|
};
|
|
1095
1180
|
|
|
1096
|
-
declare function
|
|
1181
|
+
declare function __VLS_template_24(): {
|
|
1097
1182
|
attrs: Partial<{}>;
|
|
1098
1183
|
slots: Readonly<{
|
|
1099
1184
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1106,7 +1191,7 @@ declare function __VLS_template_23(): {
|
|
|
1106
1191
|
rootEl: any;
|
|
1107
1192
|
};
|
|
1108
1193
|
|
|
1109
|
-
declare function
|
|
1194
|
+
declare function __VLS_template_25(): {
|
|
1110
1195
|
attrs: Partial<{}>;
|
|
1111
1196
|
slots: Readonly<{
|
|
1112
1197
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1119,7 +1204,7 @@ declare function __VLS_template_24(): {
|
|
|
1119
1204
|
rootEl: any;
|
|
1120
1205
|
};
|
|
1121
1206
|
|
|
1122
|
-
declare function
|
|
1207
|
+
declare function __VLS_template_26(): {
|
|
1123
1208
|
attrs: Partial<{}>;
|
|
1124
1209
|
slots: {
|
|
1125
1210
|
default?(_: {}): any;
|
|
@@ -1128,7 +1213,7 @@ declare function __VLS_template_25(): {
|
|
|
1128
1213
|
rootEl: HTMLDivElement;
|
|
1129
1214
|
};
|
|
1130
1215
|
|
|
1131
|
-
declare function
|
|
1216
|
+
declare function __VLS_template_27(): {
|
|
1132
1217
|
attrs: Partial<{}>;
|
|
1133
1218
|
slots: Readonly<{
|
|
1134
1219
|
/** Adicione conteúdo no header */
|
|
@@ -1169,6 +1254,33 @@ declare function __VLS_template_26(): {
|
|
|
1169
1254
|
rootEl: any;
|
|
1170
1255
|
};
|
|
1171
1256
|
|
|
1257
|
+
declare function __VLS_template_28(): {
|
|
1258
|
+
attrs: Partial<{}>;
|
|
1259
|
+
slots: Readonly<{
|
|
1260
|
+
[key: string]: (props: {
|
|
1261
|
+
item: Record<string, any>;
|
|
1262
|
+
}) => VNode[];
|
|
1263
|
+
header?: (props: {
|
|
1264
|
+
item: Record<string, any>;
|
|
1265
|
+
}) => VNode[];
|
|
1266
|
+
content?: (props: {
|
|
1267
|
+
item: Record<string, any>;
|
|
1268
|
+
}) => VNode[];
|
|
1269
|
+
}> & {
|
|
1270
|
+
[key: string]: (props: {
|
|
1271
|
+
item: Record<string, any>;
|
|
1272
|
+
}) => VNode[];
|
|
1273
|
+
header?: (props: {
|
|
1274
|
+
item: Record<string, any>;
|
|
1275
|
+
}) => VNode[];
|
|
1276
|
+
content?: (props: {
|
|
1277
|
+
item: Record<string, any>;
|
|
1278
|
+
}) => VNode[];
|
|
1279
|
+
};
|
|
1280
|
+
refs: {};
|
|
1281
|
+
rootEl: HTMLDivElement;
|
|
1282
|
+
};
|
|
1283
|
+
|
|
1172
1284
|
declare function __VLS_template_3(): {
|
|
1173
1285
|
attrs: Partial<{}>;
|
|
1174
1286
|
slots: {
|
|
@@ -1227,19 +1339,34 @@ declare function __VLS_template_5(): {
|
|
|
1227
1339
|
declare function __VLS_template_6(): {
|
|
1228
1340
|
attrs: Partial<{}>;
|
|
1229
1341
|
slots: Readonly<{
|
|
1230
|
-
/** Slot para o conteúdo do
|
|
1342
|
+
/** Slot para o conteúdo do dropdown */
|
|
1231
1343
|
default: () => VNode[];
|
|
1232
1344
|
}> & {
|
|
1233
|
-
/** Slot para o conteúdo do
|
|
1345
|
+
/** Slot para o conteúdo do dropdown */
|
|
1234
1346
|
default: () => VNode[];
|
|
1235
1347
|
};
|
|
1236
1348
|
refs: {
|
|
1237
|
-
dropdownRef:
|
|
1349
|
+
dropdownRef: HTMLDivElement[];
|
|
1238
1350
|
};
|
|
1239
1351
|
rootEl: any;
|
|
1240
1352
|
};
|
|
1241
1353
|
|
|
1242
1354
|
declare function __VLS_template_7(): {
|
|
1355
|
+
attrs: Partial<{}>;
|
|
1356
|
+
slots: Readonly<{
|
|
1357
|
+
/** Slot para o conteúdo do file upload */
|
|
1358
|
+
content: () => VNode[];
|
|
1359
|
+
}> & {
|
|
1360
|
+
/** Slot para o conteúdo do file upload */
|
|
1361
|
+
content: () => VNode[];
|
|
1362
|
+
};
|
|
1363
|
+
refs: {
|
|
1364
|
+
inputFile: HTMLInputElement;
|
|
1365
|
+
};
|
|
1366
|
+
rootEl: HTMLDivElement;
|
|
1367
|
+
};
|
|
1368
|
+
|
|
1369
|
+
declare function __VLS_template_8(): {
|
|
1243
1370
|
attrs: Partial<{}>;
|
|
1244
1371
|
slots: Readonly<{
|
|
1245
1372
|
/** Adicione conteúdo na esquerda do Input */
|
|
@@ -1259,7 +1386,7 @@ declare function __VLS_template_7(): {
|
|
|
1259
1386
|
rootEl: any;
|
|
1260
1387
|
};
|
|
1261
1388
|
|
|
1262
|
-
declare function
|
|
1389
|
+
declare function __VLS_template_9(): {
|
|
1263
1390
|
attrs: Partial<{}>;
|
|
1264
1391
|
slots: Readonly<{
|
|
1265
1392
|
/** Slot para adicionar conteúdo antes das opções */
|
|
@@ -1296,23 +1423,6 @@ declare function __VLS_template_8(): {
|
|
|
1296
1423
|
rootEl: any;
|
|
1297
1424
|
};
|
|
1298
1425
|
|
|
1299
|
-
declare function __VLS_template_9(): {
|
|
1300
|
-
attrs: Partial<{}>;
|
|
1301
|
-
slots: Readonly<{
|
|
1302
|
-
/** Adicione conteúdo dentro do col */
|
|
1303
|
-
default?: (props: {
|
|
1304
|
-
isMobile?: boolean;
|
|
1305
|
-
}) => VNode[];
|
|
1306
|
-
}> & {
|
|
1307
|
-
/** Adicione conteúdo dentro do col */
|
|
1308
|
-
default?: (props: {
|
|
1309
|
-
isMobile?: boolean;
|
|
1310
|
-
}) => VNode[];
|
|
1311
|
-
};
|
|
1312
|
-
refs: {};
|
|
1313
|
-
rootEl: any;
|
|
1314
|
-
};
|
|
1315
|
-
|
|
1316
1426
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1317
1427
|
|
|
1318
1428
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1351,6 +1461,10 @@ declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
|
1351
1461
|
|
|
1352
1462
|
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
1353
1463
|
|
|
1464
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
1465
|
+
|
|
1466
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
1467
|
+
|
|
1354
1468
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1355
1469
|
|
|
1356
1470
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1479,6 +1593,18 @@ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
|
1479
1593
|
};
|
|
1480
1594
|
};
|
|
1481
1595
|
|
|
1596
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
1597
|
+
new (): {
|
|
1598
|
+
$slots: S;
|
|
1599
|
+
};
|
|
1600
|
+
};
|
|
1601
|
+
|
|
1602
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
1603
|
+
new (): {
|
|
1604
|
+
$slots: S;
|
|
1605
|
+
};
|
|
1606
|
+
};
|
|
1607
|
+
|
|
1482
1608
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1483
1609
|
new (): {
|
|
1484
1610
|
$slots: S;
|
|
@@ -1527,13 +1653,13 @@ export declare const addCeToast: (title: string, message: string, type: "success
|
|
|
1527
1653
|
|
|
1528
1654
|
export declare const CeAutocomplete: default_2.ComponentType<typeof _default_7>;
|
|
1529
1655
|
|
|
1530
|
-
export declare const CeAvatar: default_2.ComponentType<typeof
|
|
1656
|
+
export declare const CeAvatar: default_2.ComponentType<typeof _default_32>;
|
|
1531
1657
|
|
|
1532
|
-
export declare const CeBadge: default_2.ComponentType<typeof
|
|
1658
|
+
export declare const CeBadge: default_2.ComponentType<typeof _default_34>;
|
|
1533
1659
|
|
|
1534
|
-
export declare const CeBanners: default_2.ComponentType<typeof
|
|
1660
|
+
export declare const CeBanners: default_2.ComponentType<typeof _default_36>;
|
|
1535
1661
|
|
|
1536
|
-
export declare const CeBreadcrumbs: default_2.ComponentType<typeof
|
|
1662
|
+
export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_29>;
|
|
1537
1663
|
|
|
1538
1664
|
export declare const CeButton: default_2.ComponentType<typeof _default_8>;
|
|
1539
1665
|
|
|
@@ -1543,21 +1669,25 @@ export declare const CeButtonPagination: default_2.ComponentType<typeof _default
|
|
|
1543
1669
|
|
|
1544
1670
|
export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_11>;
|
|
1545
1671
|
|
|
1546
|
-
export declare const CeCard: default_2.ComponentType<typeof
|
|
1672
|
+
export declare const CeCard: default_2.ComponentType<typeof _default_40>;
|
|
1547
1673
|
|
|
1548
|
-
export declare const CeCardHeader: default_2.ComponentType<typeof
|
|
1674
|
+
export declare const CeCardHeader: default_2.ComponentType<typeof _default_41>;
|
|
1549
1675
|
|
|
1550
|
-
export declare const CeCardText: default_2.ComponentType<typeof
|
|
1676
|
+
export declare const CeCardText: default_2.ComponentType<typeof _default_42>;
|
|
1551
1677
|
|
|
1552
1678
|
export declare const CeCheckbox: default_2.ComponentType<typeof _default_12>;
|
|
1553
1679
|
|
|
1554
1680
|
export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_13>;
|
|
1555
1681
|
|
|
1556
|
-
export declare const
|
|
1682
|
+
export declare const CeCodeInput: default_2.ComponentType<typeof _default_22>;
|
|
1683
|
+
|
|
1684
|
+
export declare const CeCol: default_2.ComponentType<typeof _default_23>;
|
|
1557
1685
|
|
|
1558
|
-
export declare const
|
|
1686
|
+
export declare const CeCollapse: default_2.ComponentType<typeof _default_47>;
|
|
1559
1687
|
|
|
1560
|
-
export declare const
|
|
1688
|
+
export declare const CeContainer: default_2.ComponentType<typeof _default_25>;
|
|
1689
|
+
|
|
1690
|
+
export declare const CeContentDivider: default_2.ComponentType<typeof _default_43>;
|
|
1561
1691
|
|
|
1562
1692
|
export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
|
|
1563
1693
|
|
|
@@ -1571,23 +1701,23 @@ export declare const CeDropdown: default_2.ComponentType<typeof _default_15>;
|
|
|
1571
1701
|
|
|
1572
1702
|
export declare const CeFileUpload: default_2.ComponentType<typeof _default_16>;
|
|
1573
1703
|
|
|
1574
|
-
export declare const CeFilterGroup: default_2.ComponentType<typeof
|
|
1704
|
+
export declare const CeFilterGroup: default_2.ComponentType<typeof _default_33>;
|
|
1575
1705
|
|
|
1576
|
-
export declare const CeFooter: default_2.ComponentType<typeof
|
|
1706
|
+
export declare const CeFooter: default_2.ComponentType<typeof _default_44>;
|
|
1577
1707
|
|
|
1578
1708
|
export declare const CeInput: default_2.ComponentType<typeof _default_17>;
|
|
1579
1709
|
|
|
1580
1710
|
export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
|
|
1581
1711
|
|
|
1582
|
-
export declare const CeLayout: default_2.ComponentType<typeof
|
|
1712
|
+
export declare const CeLayout: default_2.ComponentType<typeof _default_45>;
|
|
1583
1713
|
|
|
1584
|
-
export declare const CeLoading: default_2.ComponentType<typeof
|
|
1714
|
+
export declare const CeLoading: default_2.ComponentType<typeof _default_39>;
|
|
1585
1715
|
|
|
1586
|
-
export declare const CeMenuHeader: default_2.ComponentType<typeof
|
|
1716
|
+
export declare const CeMenuHeader: default_2.ComponentType<typeof _default_27>;
|
|
1587
1717
|
|
|
1588
|
-
export declare const CeMenuSidebar: default_2.ComponentType<typeof
|
|
1718
|
+
export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_28>;
|
|
1589
1719
|
|
|
1590
|
-
export declare const CeModal: default_2.ComponentType<typeof
|
|
1720
|
+
export declare const CeModal: default_2.ComponentType<typeof _default_37>;
|
|
1591
1721
|
|
|
1592
1722
|
export declare const CePagination: default_2.ComponentType<typeof _default_2>;
|
|
1593
1723
|
|
|
@@ -1597,9 +1727,9 @@ export declare const CeProgressSteps: default_2.ComponentType<typeof _default_4>
|
|
|
1597
1727
|
|
|
1598
1728
|
export declare const CeRadioGroup: default_2.ComponentType<typeof _default_18>;
|
|
1599
1729
|
|
|
1600
|
-
export declare const CeRow: default_2.ComponentType<typeof
|
|
1730
|
+
export declare const CeRow: default_2.ComponentType<typeof _default_24>;
|
|
1601
1731
|
|
|
1602
|
-
export declare const CeSectionFooter: default_2.ComponentType<typeof
|
|
1732
|
+
export declare const CeSectionFooter: default_2.ComponentType<typeof _default_46>;
|
|
1603
1733
|
|
|
1604
1734
|
export declare const CeSelect: default_2.ComponentType<typeof _default_19>;
|
|
1605
1735
|
|
|
@@ -1634,19 +1764,19 @@ declare interface CeSelectFieldProps {
|
|
|
1634
1764
|
|
|
1635
1765
|
export declare const CeSlider: default_2.ComponentType<typeof _default_20>;
|
|
1636
1766
|
|
|
1637
|
-
export declare const CeSvgIcon: default_2.ComponentType<typeof
|
|
1767
|
+
export declare const CeSvgIcon: default_2.ComponentType<typeof _default_26>;
|
|
1638
1768
|
|
|
1639
|
-
export declare const CeTab: default_2.ComponentType<typeof
|
|
1769
|
+
export declare const CeTab: default_2.ComponentType<typeof _default_30>;
|
|
1640
1770
|
|
|
1641
|
-
export declare const CeTabItem: default_2.ComponentType<typeof
|
|
1771
|
+
export declare const CeTabItem: default_2.ComponentType<typeof _default_31>;
|
|
1642
1772
|
|
|
1643
1773
|
export declare const CeTextarea: default_2.ComponentType<typeof _default_6>;
|
|
1644
1774
|
|
|
1645
|
-
export declare const CeToast: default_2.ComponentType<typeof
|
|
1775
|
+
export declare const CeToast: default_2.ComponentType<typeof _default_35>;
|
|
1646
1776
|
|
|
1647
1777
|
export declare const CeToggle: default_2.ComponentType<typeof _default_21>;
|
|
1648
1778
|
|
|
1649
|
-
export declare const CeTooltip: default_2.ComponentType<typeof
|
|
1779
|
+
export declare const CeTooltip: default_2.ComponentType<typeof _default_38>;
|
|
1650
1780
|
|
|
1651
1781
|
declare interface Coluna {
|
|
1652
1782
|
text: string;
|
|
@@ -1688,6 +1818,8 @@ declare type DataTableProps = {
|
|
|
1688
1818
|
truncated?: boolean;
|
|
1689
1819
|
/** String com as diretivas tailwind a serem aplicadas ao slot pagination */
|
|
1690
1820
|
paginationStyle?: string;
|
|
1821
|
+
/** Habilita a funcionalidade de copiar o conteúdo da célula ao clicar */
|
|
1822
|
+
copyable?: boolean;
|
|
1691
1823
|
};
|
|
1692
1824
|
|
|
1693
1825
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1732,34 +1864,17 @@ declare const _default_14: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, _
|
|
|
1732
1864
|
|
|
1733
1865
|
declare const _default_15: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1734
1866
|
|
|
1735
|
-
declare const _default_16:
|
|
1736
|
-
"update:modelValue": (file: FileItem[]) => any;
|
|
1737
|
-
updateFiles: (file: FileItem[]) => any;
|
|
1738
|
-
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1739
|
-
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1740
|
-
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1741
|
-
}>, {
|
|
1742
|
-
disabled: boolean;
|
|
1743
|
-
clear: boolean;
|
|
1744
|
-
accept: string[];
|
|
1745
|
-
multiple: boolean;
|
|
1746
|
-
maxFile: number;
|
|
1747
|
-
maxFileSize: number;
|
|
1748
|
-
selectAll: boolean;
|
|
1749
|
-
customMessage: string[];
|
|
1750
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1751
|
-
inputFile: HTMLInputElement;
|
|
1752
|
-
}, HTMLDivElement>;
|
|
1867
|
+
declare const _default_16: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1753
1868
|
|
|
1754
|
-
declare const _default_17:
|
|
1869
|
+
declare const _default_17: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1755
1870
|
|
|
1756
|
-
declare const _default_18: DefineComponent<
|
|
1871
|
+
declare const _default_18: DefineComponent<__VLS_Props_11, {
|
|
1757
1872
|
/** Focus radio input */
|
|
1758
1873
|
focus: (id?: string) => void;
|
|
1759
1874
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1760
1875
|
"update:modelValue": (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1761
1876
|
change: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1762
|
-
}, string, PublicProps, Readonly<
|
|
1877
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
1763
1878
|
"onUpdate:modelValue"?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1764
1879
|
onChange?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1765
1880
|
}>, {
|
|
@@ -1769,7 +1884,7 @@ block: boolean;
|
|
|
1769
1884
|
row: boolean;
|
|
1770
1885
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1771
1886
|
|
|
1772
|
-
declare const _default_19:
|
|
1887
|
+
declare const _default_19: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1773
1888
|
|
|
1774
1889
|
declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1775
1890
|
"update:modelValue": (value: number) => any;
|
|
@@ -1798,10 +1913,10 @@ maxValue: number;
|
|
|
1798
1913
|
showValue: boolean;
|
|
1799
1914
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1800
1915
|
|
|
1801
|
-
declare const _default_21: DefineComponent<
|
|
1916
|
+
declare const _default_21: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1802
1917
|
"update:modelValue": (value: boolean) => any;
|
|
1803
1918
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
1804
|
-
}, string, PublicProps, Readonly<
|
|
1919
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
1805
1920
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1806
1921
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1807
1922
|
}>, {
|
|
@@ -1810,21 +1925,39 @@ disabled: boolean;
|
|
|
1810
1925
|
contoured: boolean;
|
|
1811
1926
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1812
1927
|
|
|
1813
|
-
declare const _default_22:
|
|
1928
|
+
declare const _default_22: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1929
|
+
"update:modelValue": (valor: string) => any;
|
|
1930
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1931
|
+
"onUpdate:modelValue"?: (valor: string) => any;
|
|
1932
|
+
}>, {
|
|
1933
|
+
invalid: boolean;
|
|
1934
|
+
disabled: boolean;
|
|
1935
|
+
reserveSpaceFeedback: boolean;
|
|
1936
|
+
length: number;
|
|
1937
|
+
type: "letter-numeric" | "number" | "password";
|
|
1938
|
+
size: "small" | "medium" | "large";
|
|
1939
|
+
placeholder: string[];
|
|
1940
|
+
shouldAutoFocus: boolean;
|
|
1941
|
+
centralized: boolean;
|
|
1942
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1943
|
+
codeRef: HTMLDivElement;
|
|
1944
|
+
}, HTMLDivElement>;
|
|
1814
1945
|
|
|
1815
1946
|
declare const _default_23: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1816
1947
|
|
|
1817
1948
|
declare const _default_24: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1818
1949
|
|
|
1819
|
-
declare const _default_25:
|
|
1950
|
+
declare const _default_25: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1951
|
+
|
|
1952
|
+
declare const _default_26: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1820
1953
|
fill: string;
|
|
1821
1954
|
color: string;
|
|
1822
1955
|
size: number | string;
|
|
1823
1956
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1824
1957
|
|
|
1825
|
-
declare const
|
|
1958
|
+
declare const _default_27: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1826
1959
|
|
|
1827
|
-
declare const
|
|
1960
|
+
declare const _default_28: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1828
1961
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1829
1962
|
toggleMenu: (clicado: boolean) => any;
|
|
1830
1963
|
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
@@ -1838,8 +1971,6 @@ isSearch: boolean;
|
|
|
1838
1971
|
isOpen: boolean;
|
|
1839
1972
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1840
1973
|
|
|
1841
|
-
declare const _default_28: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1842
|
-
|
|
1843
1974
|
declare const _default_29: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1844
1975
|
|
|
1845
1976
|
declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1852,10 +1983,12 @@ declare const _default_32: __VLS_WithTemplateSlots_17<typeof __VLS_component_17,
|
|
|
1852
1983
|
|
|
1853
1984
|
declare const _default_33: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1854
1985
|
|
|
1855
|
-
declare const _default_34:
|
|
1856
|
-
|
|
1986
|
+
declare const _default_34: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1987
|
+
|
|
1988
|
+
declare const _default_35: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1989
|
+
sendData: (data: IData<unknown>) => any;
|
|
1857
1990
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1858
|
-
onSendData?: (data:
|
|
1991
|
+
onSendData?: (data: IData<unknown>) => any;
|
|
1859
1992
|
}>, {
|
|
1860
1993
|
position: "left-top" | "right-top" | "left-bottom" | "right-bottom";
|
|
1861
1994
|
pauseOnHover: boolean;
|
|
@@ -1864,21 +1997,20 @@ showActionButton: boolean;
|
|
|
1864
1997
|
textButton: string;
|
|
1865
1998
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1866
1999
|
|
|
1867
|
-
declare const _default_35: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1868
|
-
|
|
1869
2000
|
declare const _default_36: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1870
2001
|
|
|
1871
2002
|
declare const _default_37: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1872
2003
|
|
|
1873
|
-
declare const _default_38:
|
|
2004
|
+
declare const _default_38: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2005
|
+
|
|
2006
|
+
declare const _default_39: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
1874
2007
|
type: "spinner" | "semi-circle" | "dots";
|
|
1875
|
-
|
|
2008
|
+
blur: boolean;
|
|
2009
|
+
background: "smoky" | "transparent" | "black";
|
|
1876
2010
|
showLoading: boolean;
|
|
1877
2011
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1878
2012
|
|
|
1879
|
-
declare const
|
|
1880
|
-
|
|
1881
|
-
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2013
|
+
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1882
2014
|
|
|
1883
2015
|
declare const _default_40: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1884
2016
|
|
|
@@ -1886,18 +2018,22 @@ declare const _default_41: __VLS_WithTemplateSlots_24<typeof __VLS_component_24,
|
|
|
1886
2018
|
|
|
1887
2019
|
declare const _default_42: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1888
2020
|
|
|
1889
|
-
declare const _default_43:
|
|
2021
|
+
declare const _default_43: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
2022
|
+
|
|
2023
|
+
declare const _default_44: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1890
2024
|
redirect: (valor?: string) => any;
|
|
1891
2025
|
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1892
2026
|
onRedirect?: (valor?: string) => any;
|
|
1893
2027
|
}>, {
|
|
1894
|
-
background: "white" | "green";
|
|
2028
|
+
background: "white" | "green" | "black";
|
|
1895
2029
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1896
2030
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1897
2031
|
|
|
1898
|
-
declare const
|
|
2032
|
+
declare const _default_45: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
2033
|
+
|
|
2034
|
+
declare const _default_46: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1899
2035
|
|
|
1900
|
-
declare const
|
|
2036
|
+
declare const _default_47: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1901
2037
|
|
|
1902
2038
|
declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1903
2039
|
"update:modelValue": (value: number) => any;
|
|
@@ -1911,7 +2047,9 @@ textDirection: "left" | "right";
|
|
|
1911
2047
|
position: "top" | "bottom";
|
|
1912
2048
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1913
2049
|
menuRef: HTMLDivElement;
|
|
1914
|
-
|
|
2050
|
+
referenceRef: HTMLButtonElement;
|
|
2051
|
+
dropdownRef: HTMLUListElement;
|
|
2052
|
+
}, any>;
|
|
1915
2053
|
|
|
1916
2054
|
declare const _default_6: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1917
2055
|
"update:modelValue": (value: string) => any;
|
|
@@ -1937,7 +2075,10 @@ clearFilter: () => any;
|
|
|
1937
2075
|
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
1938
2076
|
onClearFilter?: () => any;
|
|
1939
2077
|
"onInput:focus"?: () => any;
|
|
1940
|
-
}>, {
|
|
2078
|
+
}>, {
|
|
2079
|
+
background: "white" | "black";
|
|
2080
|
+
items: string[];
|
|
2081
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1941
2082
|
|
|
1942
2083
|
declare const _default_8: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1943
2084
|
|
|
@@ -1958,12 +2099,16 @@ declare interface DropdownProps {
|
|
|
1958
2099
|
itemsSelection?: ItemsSelection[];
|
|
1959
2100
|
/** Define o tipo do dropdown */
|
|
1960
2101
|
type?: 'menu' | 'selection';
|
|
2102
|
+
/** Define a cor de fundo */
|
|
2103
|
+
background?: 'white' | 'black';
|
|
2104
|
+
/** Permite redirecionamento */
|
|
2105
|
+
allowRedirect?: boolean;
|
|
1961
2106
|
}
|
|
1962
2107
|
|
|
1963
2108
|
declare interface FileItem {
|
|
1964
2109
|
file: File;
|
|
1965
2110
|
progress: number;
|
|
1966
|
-
status:
|
|
2111
|
+
status: 'uploading' | 'success' | 'error';
|
|
1967
2112
|
}
|
|
1968
2113
|
|
|
1969
2114
|
declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
|
|
@@ -1989,10 +2134,54 @@ declare interface IBreadcrumbsProps {
|
|
|
1989
2134
|
variant?: 'primary' | 'secondary' | 'text';
|
|
1990
2135
|
}
|
|
1991
2136
|
|
|
1992
|
-
declare interface
|
|
2137
|
+
declare interface ICollapse {
|
|
2138
|
+
index: number;
|
|
2139
|
+
value: boolean;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
declare interface IData<T = unknown> {
|
|
1993
2143
|
[key: string]: T;
|
|
1994
2144
|
}
|
|
1995
2145
|
|
|
2146
|
+
declare interface IDropzone {
|
|
2147
|
+
/** Valor para two-way binding (v-model) */
|
|
2148
|
+
modelValue?: FileItem[] | FileItem;
|
|
2149
|
+
/** array com os tipos de arquivos permitidos */
|
|
2150
|
+
accept: string[];
|
|
2151
|
+
/** desabilita o componente */
|
|
2152
|
+
disabled?: boolean;
|
|
2153
|
+
/** permite o upload de multiplos arquivos */
|
|
2154
|
+
multiple?: boolean;
|
|
2155
|
+
/** quantidade máxima de arquivos permitidos */
|
|
2156
|
+
maxFile?: number;
|
|
2157
|
+
/** tamanho máximo do arquivo em KB */
|
|
2158
|
+
maxFileSize?: number;
|
|
2159
|
+
/** habilita a opção de selecionar múltiplos arquivos */
|
|
2160
|
+
selectAll?: boolean;
|
|
2161
|
+
/** Mensagem personalizada de tipos de arquivos */
|
|
2162
|
+
customMessage?: string[];
|
|
2163
|
+
/** limpa a lista de arquivos */
|
|
2164
|
+
clear?: boolean;
|
|
2165
|
+
/** Variante do componente */
|
|
2166
|
+
variant?: 'primary' | 'secondary';
|
|
2167
|
+
/** Simula o progresso do upload */
|
|
2168
|
+
simulateProgress?: boolean;
|
|
2169
|
+
/** Exibe ou oculta a barra de progresso */
|
|
2170
|
+
showProgressBar?: boolean;
|
|
2171
|
+
/** Se false envia o array de arquivos atualizado, caso contrário envia o arquivo removido */
|
|
2172
|
+
sendRemovedFile?: boolean;
|
|
2173
|
+
/** Rótulo personalizado para erro */
|
|
2174
|
+
errorLabel?: string;
|
|
2175
|
+
/** Rótulo personalizado para sucesso */
|
|
2176
|
+
successLabel?: string;
|
|
2177
|
+
/** Modo compacto */
|
|
2178
|
+
compact?: boolean;
|
|
2179
|
+
/** Define o tamanho dos badges */
|
|
2180
|
+
rounded?: 'md' | 'lg' | 'xl';
|
|
2181
|
+
/** Prop utilizada para atualizar o progresso quando simulateProgress é false */
|
|
2182
|
+
file?: FileItem | null;
|
|
2183
|
+
}
|
|
2184
|
+
|
|
1996
2185
|
declare interface IItems {
|
|
1997
2186
|
id: number;
|
|
1998
2187
|
title: string;
|
|
@@ -2003,6 +2192,7 @@ declare interface IItems {
|
|
|
2003
2192
|
declare type IProgressStepsProps = {
|
|
2004
2193
|
/** Define os itens que serão exibidos */
|
|
2005
2194
|
items: IItems[];
|
|
2195
|
+
variant?: 'primary' | 'secondary';
|
|
2006
2196
|
};
|
|
2007
2197
|
|
|
2008
2198
|
export declare const isMobile: Ref<boolean, boolean>;
|
|
@@ -2203,6 +2393,7 @@ declare module 'vue' {
|
|
|
2203
2393
|
'ce-button-wrapper': typeof ButtonWrapperComponent;
|
|
2204
2394
|
'ce-button-pagination': typeof ButtonPaginationComponent;
|
|
2205
2395
|
'ce-textarea': typeof TextareaComponent;
|
|
2396
|
+
'ce-code-input': typeof CodeInputComponent;
|
|
2206
2397
|
}
|
|
2207
2398
|
}
|
|
2208
2399
|
|
|
@@ -2256,5 +2447,6 @@ declare module 'vue' {
|
|
|
2256
2447
|
'ce-footer': typeof FooterComponent;
|
|
2257
2448
|
'ce-layout': typeof LayoutComponent;
|
|
2258
2449
|
'ce-section-footer': typeof SectionFooterComponent;
|
|
2450
|
+
'ce-collapse': typeof CollapseComponent;
|
|
2259
2451
|
}
|
|
2260
2452
|
}
|