@comercti/react-components 0.22.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 +30 -30
- package/comerc-style-guide.es.js +4246 -3912
- package/comerc-style-guide.umd.js +28 -28
- package/index.d.ts +316 -194
- 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,24 +195,24 @@ 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;
|
|
@@ -265,13 +269,43 @@ onSelected?: (value: Coluna[]) => any;
|
|
|
265
269
|
onRedirect?: (item: ItensMenu_2) => any;
|
|
266
270
|
}>, {
|
|
267
271
|
type: "menu" | "selection";
|
|
272
|
+
background: "white" | "black";
|
|
268
273
|
itemsMenu: ItensMenu_2[];
|
|
269
|
-
itemsSelection:
|
|
274
|
+
itemsSelection: ItemsSelection[];
|
|
275
|
+
allowRedirect: boolean;
|
|
270
276
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
271
|
-
dropdownRef:
|
|
277
|
+
dropdownRef: HTMLDivElement[];
|
|
272
278
|
}, any>;
|
|
273
279
|
|
|
274
|
-
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, {
|
|
275
309
|
focus: () => void;
|
|
276
310
|
valorSemMascara: Ref<string | number, string | number>;
|
|
277
311
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -279,7 +313,7 @@ valorSemMascara: Ref<string | number, string | number>;
|
|
|
279
313
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
280
314
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
281
315
|
blur: (value: string | number | CustomEvent<any>) => any;
|
|
282
|
-
}, string, PublicProps, Readonly<
|
|
316
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
283
317
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
284
318
|
onChange?: (value: string | number | CustomEvent<any>) => any;
|
|
285
319
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -297,7 +331,7 @@ rootRef: HTMLDivElement;
|
|
|
297
331
|
inputRef: HTMLInputElement;
|
|
298
332
|
}, any>;
|
|
299
333
|
|
|
300
|
-
declare const
|
|
334
|
+
declare const __VLS_component_9: DefineComponent<CeSelectFieldProps, {
|
|
301
335
|
/** Focus select */
|
|
302
336
|
focus: () => void;
|
|
303
337
|
/** Abre/Fecha dropdown do select */
|
|
@@ -327,11 +361,6 @@ inputRef: HTMLDivElement;
|
|
|
327
361
|
searchInputRef: HTMLInputElement;
|
|
328
362
|
}, any>;
|
|
329
363
|
|
|
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
364
|
declare type __VLS_Props = {
|
|
336
365
|
/** Indica o progresso */
|
|
337
366
|
progress: number;
|
|
@@ -342,27 +371,6 @@ declare type __VLS_Props = {
|
|
|
342
371
|
};
|
|
343
372
|
|
|
344
373
|
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
374
|
/** Valor do input para two-way binding (v-model) */
|
|
367
375
|
modelValue?: string | number | null;
|
|
368
376
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -395,7 +403,7 @@ declare type __VLS_Props_11 = {
|
|
|
395
403
|
reserveSpaceFeedback?: boolean;
|
|
396
404
|
};
|
|
397
405
|
|
|
398
|
-
declare type
|
|
406
|
+
declare type __VLS_Props_11 = {
|
|
399
407
|
/** Valor do radio para two-way binding (v-model) */
|
|
400
408
|
modelValue?: ModelValueType_2 | null;
|
|
401
409
|
/** ID única do radio */
|
|
@@ -416,7 +424,7 @@ declare type __VLS_Props_12 = {
|
|
|
416
424
|
row?: boolean;
|
|
417
425
|
};
|
|
418
426
|
|
|
419
|
-
declare type
|
|
427
|
+
declare type __VLS_Props_12 = {
|
|
420
428
|
/** Valor do toggle */
|
|
421
429
|
modelValue?: boolean;
|
|
422
430
|
/** Desabilita o toggle */
|
|
@@ -431,6 +439,37 @@ declare type __VLS_Props_13 = {
|
|
|
431
439
|
label?: string;
|
|
432
440
|
};
|
|
433
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
|
+
|
|
434
473
|
declare type __VLS_Props_14 = {
|
|
435
474
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
436
475
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
@@ -528,6 +567,10 @@ declare type __VLS_Props_18 = {
|
|
|
528
567
|
email?: string;
|
|
529
568
|
/** Array de opções de pesquisa do menu */
|
|
530
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;
|
|
531
574
|
};
|
|
532
575
|
|
|
533
576
|
declare type __VLS_Props_19 = {
|
|
@@ -644,7 +687,9 @@ declare type __VLS_Props_27 = {
|
|
|
644
687
|
/** Define se o loading deve ser exibido ou não */
|
|
645
688
|
showLoading?: boolean;
|
|
646
689
|
/** Define a cor do background */
|
|
647
|
-
background?: 'smoky' | 'transparent';
|
|
690
|
+
background?: 'smoky' | 'transparent' | 'black';
|
|
691
|
+
/** Aplica um efeito de blur no background */
|
|
692
|
+
blur?: boolean;
|
|
648
693
|
};
|
|
649
694
|
|
|
650
695
|
declare type __VLS_Props_28 = {
|
|
@@ -684,6 +729,8 @@ declare type __VLS_Props_3 = {
|
|
|
684
729
|
placeholder: string;
|
|
685
730
|
/** Valor para two-way binding (v-model) */
|
|
686
731
|
modelValue?: string;
|
|
732
|
+
/** Define a cor de fundo */
|
|
733
|
+
background?: 'white' | 'black';
|
|
687
734
|
};
|
|
688
735
|
|
|
689
736
|
declare type __VLS_Props_30 = {
|
|
@@ -698,7 +745,7 @@ declare type __VLS_Props_31 = {
|
|
|
698
745
|
|
|
699
746
|
declare type __VLS_Props_32 = {
|
|
700
747
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
701
|
-
background: 'white' | 'green';
|
|
748
|
+
background: 'white' | 'green' | 'black';
|
|
702
749
|
items?: ItensMenu[];
|
|
703
750
|
socialMedia?: ISocialMedia[];
|
|
704
751
|
};
|
|
@@ -890,6 +937,23 @@ declare function __VLS_template(): {
|
|
|
890
937
|
};
|
|
891
938
|
|
|
892
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(): {
|
|
893
957
|
attrs: Partial<{}>;
|
|
894
958
|
slots: Readonly<{
|
|
895
959
|
/** Adicione conteúdo dentro do row */
|
|
@@ -902,7 +966,7 @@ declare function __VLS_template_10(): {
|
|
|
902
966
|
rootEl: any;
|
|
903
967
|
};
|
|
904
968
|
|
|
905
|
-
declare function
|
|
969
|
+
declare function __VLS_template_12(): {
|
|
906
970
|
attrs: Partial<{}>;
|
|
907
971
|
slots: Readonly<{
|
|
908
972
|
/** Adicione conteúdo dentro do container */
|
|
@@ -919,7 +983,7 @@ declare function __VLS_template_11(): {
|
|
|
919
983
|
rootEl: any;
|
|
920
984
|
};
|
|
921
985
|
|
|
922
|
-
declare function
|
|
986
|
+
declare function __VLS_template_13(): {
|
|
923
987
|
attrs: Partial<{}>;
|
|
924
988
|
slots: Readonly<{
|
|
925
989
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -940,7 +1004,7 @@ declare function __VLS_template_12(): {
|
|
|
940
1004
|
rootEl: any;
|
|
941
1005
|
};
|
|
942
1006
|
|
|
943
|
-
declare function
|
|
1007
|
+
declare function __VLS_template_14(): {
|
|
944
1008
|
attrs: Partial<{}>;
|
|
945
1009
|
slots: Readonly<{
|
|
946
1010
|
/** Define o slot de ícone */
|
|
@@ -953,7 +1017,7 @@ declare function __VLS_template_13(): {
|
|
|
953
1017
|
rootEl: HTMLDivElement;
|
|
954
1018
|
};
|
|
955
1019
|
|
|
956
|
-
declare function
|
|
1020
|
+
declare function __VLS_template_15(): {
|
|
957
1021
|
attrs: Partial<{}>;
|
|
958
1022
|
slots: {
|
|
959
1023
|
default?(_: {}): any;
|
|
@@ -962,7 +1026,7 @@ declare function __VLS_template_14(): {
|
|
|
962
1026
|
rootEl: any;
|
|
963
1027
|
};
|
|
964
1028
|
|
|
965
|
-
declare function
|
|
1029
|
+
declare function __VLS_template_16(): {
|
|
966
1030
|
attrs: Partial<{}>;
|
|
967
1031
|
slots: {
|
|
968
1032
|
default?(_: {}): any;
|
|
@@ -971,7 +1035,7 @@ declare function __VLS_template_15(): {
|
|
|
971
1035
|
rootEl: any;
|
|
972
1036
|
};
|
|
973
1037
|
|
|
974
|
-
declare function
|
|
1038
|
+
declare function __VLS_template_17(): {
|
|
975
1039
|
attrs: Partial<{}>;
|
|
976
1040
|
slots: Readonly<{
|
|
977
1041
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -990,7 +1054,7 @@ declare function __VLS_template_16(): {
|
|
|
990
1054
|
rootEl: any;
|
|
991
1055
|
};
|
|
992
1056
|
|
|
993
|
-
declare function
|
|
1057
|
+
declare function __VLS_template_18(): {
|
|
994
1058
|
attrs: Partial<{}>;
|
|
995
1059
|
slots: Readonly<{
|
|
996
1060
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1005,7 +1069,7 @@ declare function __VLS_template_17(): {
|
|
|
1005
1069
|
rootEl: HTMLDivElement;
|
|
1006
1070
|
};
|
|
1007
1071
|
|
|
1008
|
-
declare function
|
|
1072
|
+
declare function __VLS_template_19(): {
|
|
1009
1073
|
attrs: Partial<{}>;
|
|
1010
1074
|
slots: Readonly<{
|
|
1011
1075
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1018,23 +1082,6 @@ declare function __VLS_template_18(): {
|
|
|
1018
1082
|
rootEl: any;
|
|
1019
1083
|
};
|
|
1020
1084
|
|
|
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
1085
|
declare function __VLS_template_2(): {
|
|
1039
1086
|
attrs: Partial<{}>;
|
|
1040
1087
|
slots: Readonly<{
|
|
@@ -1051,6 +1098,23 @@ declare function __VLS_template_2(): {
|
|
|
1051
1098
|
};
|
|
1052
1099
|
|
|
1053
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(): {
|
|
1054
1118
|
attrs: Partial<{}>;
|
|
1055
1119
|
slots: {
|
|
1056
1120
|
default?(_: {}): any;
|
|
@@ -1059,7 +1123,7 @@ declare function __VLS_template_20(): {
|
|
|
1059
1123
|
rootEl: any;
|
|
1060
1124
|
};
|
|
1061
1125
|
|
|
1062
|
-
declare function
|
|
1126
|
+
declare function __VLS_template_22(): {
|
|
1063
1127
|
attrs: Partial<{}>;
|
|
1064
1128
|
slots: {
|
|
1065
1129
|
activator?(_: {}): any;
|
|
@@ -1071,7 +1135,7 @@ declare function __VLS_template_21(): {
|
|
|
1071
1135
|
rootEl: any;
|
|
1072
1136
|
};
|
|
1073
1137
|
|
|
1074
|
-
declare function
|
|
1138
|
+
declare function __VLS_template_23(): {
|
|
1075
1139
|
attrs: Partial<{}>;
|
|
1076
1140
|
slots: Readonly<{
|
|
1077
1141
|
/** Conteúdo principal do card */
|
|
@@ -1114,7 +1178,7 @@ declare function __VLS_template_22(): {
|
|
|
1114
1178
|
rootEl: any;
|
|
1115
1179
|
};
|
|
1116
1180
|
|
|
1117
|
-
declare function
|
|
1181
|
+
declare function __VLS_template_24(): {
|
|
1118
1182
|
attrs: Partial<{}>;
|
|
1119
1183
|
slots: Readonly<{
|
|
1120
1184
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1127,7 +1191,7 @@ declare function __VLS_template_23(): {
|
|
|
1127
1191
|
rootEl: any;
|
|
1128
1192
|
};
|
|
1129
1193
|
|
|
1130
|
-
declare function
|
|
1194
|
+
declare function __VLS_template_25(): {
|
|
1131
1195
|
attrs: Partial<{}>;
|
|
1132
1196
|
slots: Readonly<{
|
|
1133
1197
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1140,7 +1204,7 @@ declare function __VLS_template_24(): {
|
|
|
1140
1204
|
rootEl: any;
|
|
1141
1205
|
};
|
|
1142
1206
|
|
|
1143
|
-
declare function
|
|
1207
|
+
declare function __VLS_template_26(): {
|
|
1144
1208
|
attrs: Partial<{}>;
|
|
1145
1209
|
slots: {
|
|
1146
1210
|
default?(_: {}): any;
|
|
@@ -1149,7 +1213,7 @@ declare function __VLS_template_25(): {
|
|
|
1149
1213
|
rootEl: HTMLDivElement;
|
|
1150
1214
|
};
|
|
1151
1215
|
|
|
1152
|
-
declare function
|
|
1216
|
+
declare function __VLS_template_27(): {
|
|
1153
1217
|
attrs: Partial<{}>;
|
|
1154
1218
|
slots: Readonly<{
|
|
1155
1219
|
/** Adicione conteúdo no header */
|
|
@@ -1190,7 +1254,7 @@ declare function __VLS_template_26(): {
|
|
|
1190
1254
|
rootEl: any;
|
|
1191
1255
|
};
|
|
1192
1256
|
|
|
1193
|
-
declare function
|
|
1257
|
+
declare function __VLS_template_28(): {
|
|
1194
1258
|
attrs: Partial<{}>;
|
|
1195
1259
|
slots: Readonly<{
|
|
1196
1260
|
[key: string]: (props: {
|
|
@@ -1275,19 +1339,34 @@ declare function __VLS_template_5(): {
|
|
|
1275
1339
|
declare function __VLS_template_6(): {
|
|
1276
1340
|
attrs: Partial<{}>;
|
|
1277
1341
|
slots: Readonly<{
|
|
1278
|
-
/** Slot para o conteúdo do
|
|
1342
|
+
/** Slot para o conteúdo do dropdown */
|
|
1279
1343
|
default: () => VNode[];
|
|
1280
1344
|
}> & {
|
|
1281
|
-
/** Slot para o conteúdo do
|
|
1345
|
+
/** Slot para o conteúdo do dropdown */
|
|
1282
1346
|
default: () => VNode[];
|
|
1283
1347
|
};
|
|
1284
1348
|
refs: {
|
|
1285
|
-
dropdownRef:
|
|
1349
|
+
dropdownRef: HTMLDivElement[];
|
|
1286
1350
|
};
|
|
1287
1351
|
rootEl: any;
|
|
1288
1352
|
};
|
|
1289
1353
|
|
|
1290
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(): {
|
|
1291
1370
|
attrs: Partial<{}>;
|
|
1292
1371
|
slots: Readonly<{
|
|
1293
1372
|
/** Adicione conteúdo na esquerda do Input */
|
|
@@ -1307,7 +1386,7 @@ declare function __VLS_template_7(): {
|
|
|
1307
1386
|
rootEl: any;
|
|
1308
1387
|
};
|
|
1309
1388
|
|
|
1310
|
-
declare function
|
|
1389
|
+
declare function __VLS_template_9(): {
|
|
1311
1390
|
attrs: Partial<{}>;
|
|
1312
1391
|
slots: Readonly<{
|
|
1313
1392
|
/** Slot para adicionar conteúdo antes das opções */
|
|
@@ -1344,23 +1423,6 @@ declare function __VLS_template_8(): {
|
|
|
1344
1423
|
rootEl: any;
|
|
1345
1424
|
};
|
|
1346
1425
|
|
|
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
1426
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1365
1427
|
|
|
1366
1428
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1401,6 +1463,8 @@ declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
|
1401
1463
|
|
|
1402
1464
|
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
1403
1465
|
|
|
1466
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
1467
|
+
|
|
1404
1468
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1405
1469
|
|
|
1406
1470
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1535,6 +1599,12 @@ declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
|
1535
1599
|
};
|
|
1536
1600
|
};
|
|
1537
1601
|
|
|
1602
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
1603
|
+
new (): {
|
|
1604
|
+
$slots: S;
|
|
1605
|
+
};
|
|
1606
|
+
};
|
|
1607
|
+
|
|
1538
1608
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1539
1609
|
new (): {
|
|
1540
1610
|
$slots: S;
|
|
@@ -1583,13 +1653,13 @@ export declare const addCeToast: (title: string, message: string, type: "success
|
|
|
1583
1653
|
|
|
1584
1654
|
export declare const CeAutocomplete: default_2.ComponentType<typeof _default_7>;
|
|
1585
1655
|
|
|
1586
|
-
export declare const CeAvatar: default_2.ComponentType<typeof
|
|
1656
|
+
export declare const CeAvatar: default_2.ComponentType<typeof _default_32>;
|
|
1587
1657
|
|
|
1588
|
-
export declare const CeBadge: default_2.ComponentType<typeof
|
|
1658
|
+
export declare const CeBadge: default_2.ComponentType<typeof _default_34>;
|
|
1589
1659
|
|
|
1590
|
-
export declare const CeBanners: default_2.ComponentType<typeof
|
|
1660
|
+
export declare const CeBanners: default_2.ComponentType<typeof _default_36>;
|
|
1591
1661
|
|
|
1592
|
-
export declare const CeBreadcrumbs: default_2.ComponentType<typeof
|
|
1662
|
+
export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_29>;
|
|
1593
1663
|
|
|
1594
1664
|
export declare const CeButton: default_2.ComponentType<typeof _default_8>;
|
|
1595
1665
|
|
|
@@ -1599,23 +1669,25 @@ export declare const CeButtonPagination: default_2.ComponentType<typeof _default
|
|
|
1599
1669
|
|
|
1600
1670
|
export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_11>;
|
|
1601
1671
|
|
|
1602
|
-
export declare const CeCard: default_2.ComponentType<typeof
|
|
1672
|
+
export declare const CeCard: default_2.ComponentType<typeof _default_40>;
|
|
1603
1673
|
|
|
1604
|
-
export declare const CeCardHeader: default_2.ComponentType<typeof
|
|
1674
|
+
export declare const CeCardHeader: default_2.ComponentType<typeof _default_41>;
|
|
1605
1675
|
|
|
1606
|
-
export declare const CeCardText: default_2.ComponentType<typeof
|
|
1676
|
+
export declare const CeCardText: default_2.ComponentType<typeof _default_42>;
|
|
1607
1677
|
|
|
1608
1678
|
export declare const CeCheckbox: default_2.ComponentType<typeof _default_12>;
|
|
1609
1679
|
|
|
1610
1680
|
export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_13>;
|
|
1611
1681
|
|
|
1612
|
-
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>;
|
|
1613
1685
|
|
|
1614
|
-
export declare const CeCollapse: default_2.ComponentType<typeof
|
|
1686
|
+
export declare const CeCollapse: default_2.ComponentType<typeof _default_47>;
|
|
1615
1687
|
|
|
1616
|
-
export declare const CeContainer: default_2.ComponentType<typeof
|
|
1688
|
+
export declare const CeContainer: default_2.ComponentType<typeof _default_25>;
|
|
1617
1689
|
|
|
1618
|
-
export declare const CeContentDivider: default_2.ComponentType<typeof
|
|
1690
|
+
export declare const CeContentDivider: default_2.ComponentType<typeof _default_43>;
|
|
1619
1691
|
|
|
1620
1692
|
export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
|
|
1621
1693
|
|
|
@@ -1629,23 +1701,23 @@ export declare const CeDropdown: default_2.ComponentType<typeof _default_15>;
|
|
|
1629
1701
|
|
|
1630
1702
|
export declare const CeFileUpload: default_2.ComponentType<typeof _default_16>;
|
|
1631
1703
|
|
|
1632
|
-
export declare const CeFilterGroup: default_2.ComponentType<typeof
|
|
1704
|
+
export declare const CeFilterGroup: default_2.ComponentType<typeof _default_33>;
|
|
1633
1705
|
|
|
1634
|
-
export declare const CeFooter: default_2.ComponentType<typeof
|
|
1706
|
+
export declare const CeFooter: default_2.ComponentType<typeof _default_44>;
|
|
1635
1707
|
|
|
1636
1708
|
export declare const CeInput: default_2.ComponentType<typeof _default_17>;
|
|
1637
1709
|
|
|
1638
1710
|
export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
|
|
1639
1711
|
|
|
1640
|
-
export declare const CeLayout: default_2.ComponentType<typeof
|
|
1712
|
+
export declare const CeLayout: default_2.ComponentType<typeof _default_45>;
|
|
1641
1713
|
|
|
1642
|
-
export declare const CeLoading: default_2.ComponentType<typeof
|
|
1714
|
+
export declare const CeLoading: default_2.ComponentType<typeof _default_39>;
|
|
1643
1715
|
|
|
1644
|
-
export declare const CeMenuHeader: default_2.ComponentType<typeof
|
|
1716
|
+
export declare const CeMenuHeader: default_2.ComponentType<typeof _default_27>;
|
|
1645
1717
|
|
|
1646
|
-
export declare const CeMenuSidebar: default_2.ComponentType<typeof
|
|
1718
|
+
export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_28>;
|
|
1647
1719
|
|
|
1648
|
-
export declare const CeModal: default_2.ComponentType<typeof
|
|
1720
|
+
export declare const CeModal: default_2.ComponentType<typeof _default_37>;
|
|
1649
1721
|
|
|
1650
1722
|
export declare const CePagination: default_2.ComponentType<typeof _default_2>;
|
|
1651
1723
|
|
|
@@ -1655,9 +1727,9 @@ export declare const CeProgressSteps: default_2.ComponentType<typeof _default_4>
|
|
|
1655
1727
|
|
|
1656
1728
|
export declare const CeRadioGroup: default_2.ComponentType<typeof _default_18>;
|
|
1657
1729
|
|
|
1658
|
-
export declare const CeRow: default_2.ComponentType<typeof
|
|
1730
|
+
export declare const CeRow: default_2.ComponentType<typeof _default_24>;
|
|
1659
1731
|
|
|
1660
|
-
export declare const CeSectionFooter: default_2.ComponentType<typeof
|
|
1732
|
+
export declare const CeSectionFooter: default_2.ComponentType<typeof _default_46>;
|
|
1661
1733
|
|
|
1662
1734
|
export declare const CeSelect: default_2.ComponentType<typeof _default_19>;
|
|
1663
1735
|
|
|
@@ -1692,19 +1764,19 @@ declare interface CeSelectFieldProps {
|
|
|
1692
1764
|
|
|
1693
1765
|
export declare const CeSlider: default_2.ComponentType<typeof _default_20>;
|
|
1694
1766
|
|
|
1695
|
-
export declare const CeSvgIcon: default_2.ComponentType<typeof
|
|
1767
|
+
export declare const CeSvgIcon: default_2.ComponentType<typeof _default_26>;
|
|
1696
1768
|
|
|
1697
|
-
export declare const CeTab: default_2.ComponentType<typeof
|
|
1769
|
+
export declare const CeTab: default_2.ComponentType<typeof _default_30>;
|
|
1698
1770
|
|
|
1699
|
-
export declare const CeTabItem: default_2.ComponentType<typeof
|
|
1771
|
+
export declare const CeTabItem: default_2.ComponentType<typeof _default_31>;
|
|
1700
1772
|
|
|
1701
1773
|
export declare const CeTextarea: default_2.ComponentType<typeof _default_6>;
|
|
1702
1774
|
|
|
1703
|
-
export declare const CeToast: default_2.ComponentType<typeof
|
|
1775
|
+
export declare const CeToast: default_2.ComponentType<typeof _default_35>;
|
|
1704
1776
|
|
|
1705
1777
|
export declare const CeToggle: default_2.ComponentType<typeof _default_21>;
|
|
1706
1778
|
|
|
1707
|
-
export declare const CeTooltip: default_2.ComponentType<typeof
|
|
1779
|
+
export declare const CeTooltip: default_2.ComponentType<typeof _default_38>;
|
|
1708
1780
|
|
|
1709
1781
|
declare interface Coluna {
|
|
1710
1782
|
text: string;
|
|
@@ -1792,34 +1864,17 @@ declare const _default_14: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, _
|
|
|
1792
1864
|
|
|
1793
1865
|
declare const _default_15: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1794
1866
|
|
|
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>;
|
|
1867
|
+
declare const _default_16: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1813
1868
|
|
|
1814
|
-
declare const _default_17:
|
|
1869
|
+
declare const _default_17: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1815
1870
|
|
|
1816
|
-
declare const _default_18: DefineComponent<
|
|
1871
|
+
declare const _default_18: DefineComponent<__VLS_Props_11, {
|
|
1817
1872
|
/** Focus radio input */
|
|
1818
1873
|
focus: (id?: string) => void;
|
|
1819
1874
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1820
1875
|
"update:modelValue": (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1821
1876
|
change: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1822
|
-
}, string, PublicProps, Readonly<
|
|
1877
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
1823
1878
|
"onUpdate:modelValue"?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1824
1879
|
onChange?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1825
1880
|
}>, {
|
|
@@ -1829,7 +1884,7 @@ block: boolean;
|
|
|
1829
1884
|
row: boolean;
|
|
1830
1885
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1831
1886
|
|
|
1832
|
-
declare const _default_19:
|
|
1887
|
+
declare const _default_19: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1833
1888
|
|
|
1834
1889
|
declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1835
1890
|
"update:modelValue": (value: number) => any;
|
|
@@ -1858,10 +1913,10 @@ maxValue: number;
|
|
|
1858
1913
|
showValue: boolean;
|
|
1859
1914
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1860
1915
|
|
|
1861
|
-
declare const _default_21: DefineComponent<
|
|
1916
|
+
declare const _default_21: DefineComponent<__VLS_Props_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1862
1917
|
"update:modelValue": (value: boolean) => any;
|
|
1863
1918
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
1864
|
-
}, string, PublicProps, Readonly<
|
|
1919
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
1865
1920
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1866
1921
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1867
1922
|
}>, {
|
|
@@ -1870,21 +1925,39 @@ disabled: boolean;
|
|
|
1870
1925
|
contoured: boolean;
|
|
1871
1926
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1872
1927
|
|
|
1873
|
-
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>;
|
|
1874
1945
|
|
|
1875
1946
|
declare const _default_23: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1876
1947
|
|
|
1877
1948
|
declare const _default_24: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1878
1949
|
|
|
1879
|
-
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<{}>, {
|
|
1880
1953
|
fill: string;
|
|
1881
1954
|
color: string;
|
|
1882
1955
|
size: number | string;
|
|
1883
1956
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1884
1957
|
|
|
1885
|
-
declare const
|
|
1958
|
+
declare const _default_27: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1886
1959
|
|
|
1887
|
-
declare const
|
|
1960
|
+
declare const _default_28: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1888
1961
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1889
1962
|
toggleMenu: (clicado: boolean) => any;
|
|
1890
1963
|
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
@@ -1898,8 +1971,6 @@ isSearch: boolean;
|
|
|
1898
1971
|
isOpen: boolean;
|
|
1899
1972
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1900
1973
|
|
|
1901
|
-
declare const _default_28: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1902
|
-
|
|
1903
1974
|
declare const _default_29: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1904
1975
|
|
|
1905
1976
|
declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -1912,10 +1983,12 @@ declare const _default_32: __VLS_WithTemplateSlots_17<typeof __VLS_component_17,
|
|
|
1912
1983
|
|
|
1913
1984
|
declare const _default_33: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1914
1985
|
|
|
1915
|
-
declare const _default_34:
|
|
1916
|
-
|
|
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;
|
|
1917
1990
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1918
|
-
onSendData?: (data:
|
|
1991
|
+
onSendData?: (data: IData<unknown>) => any;
|
|
1919
1992
|
}>, {
|
|
1920
1993
|
position: "left-top" | "right-top" | "left-bottom" | "right-bottom";
|
|
1921
1994
|
pauseOnHover: boolean;
|
|
@@ -1924,21 +1997,20 @@ showActionButton: boolean;
|
|
|
1924
1997
|
textButton: string;
|
|
1925
1998
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1926
1999
|
|
|
1927
|
-
declare const _default_35: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1928
|
-
|
|
1929
2000
|
declare const _default_36: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1930
2001
|
|
|
1931
2002
|
declare const _default_37: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1932
2003
|
|
|
1933
|
-
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<{}>, {
|
|
1934
2007
|
type: "spinner" | "semi-circle" | "dots";
|
|
1935
|
-
|
|
2008
|
+
blur: boolean;
|
|
2009
|
+
background: "smoky" | "transparent" | "black";
|
|
1936
2010
|
showLoading: boolean;
|
|
1937
2011
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1938
2012
|
|
|
1939
|
-
declare const
|
|
1940
|
-
|
|
1941
|
-
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>;
|
|
1942
2014
|
|
|
1943
2015
|
declare const _default_40: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1944
2016
|
|
|
@@ -1946,20 +2018,22 @@ declare const _default_41: __VLS_WithTemplateSlots_24<typeof __VLS_component_24,
|
|
|
1946
2018
|
|
|
1947
2019
|
declare const _default_42: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1948
2020
|
|
|
1949
|
-
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, {} & {
|
|
1950
2024
|
redirect: (valor?: string) => any;
|
|
1951
2025
|
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1952
2026
|
onRedirect?: (valor?: string) => any;
|
|
1953
2027
|
}>, {
|
|
1954
|
-
background: "white" | "green";
|
|
2028
|
+
background: "white" | "green" | "black";
|
|
1955
2029
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1956
2030
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1957
2031
|
|
|
1958
|
-
declare const
|
|
2032
|
+
declare const _default_45: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1959
2033
|
|
|
1960
|
-
declare const
|
|
2034
|
+
declare const _default_46: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1961
2035
|
|
|
1962
|
-
declare const
|
|
2036
|
+
declare const _default_47: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1963
2037
|
|
|
1964
2038
|
declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1965
2039
|
"update:modelValue": (value: number) => any;
|
|
@@ -2001,7 +2075,10 @@ clearFilter: () => any;
|
|
|
2001
2075
|
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
2002
2076
|
onClearFilter?: () => any;
|
|
2003
2077
|
"onInput:focus"?: () => any;
|
|
2004
|
-
}>, {
|
|
2078
|
+
}>, {
|
|
2079
|
+
background: "white" | "black";
|
|
2080
|
+
items: string[];
|
|
2081
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2005
2082
|
|
|
2006
2083
|
declare const _default_8: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
2007
2084
|
|
|
@@ -2022,12 +2099,16 @@ declare interface DropdownProps {
|
|
|
2022
2099
|
itemsSelection?: ItemsSelection[];
|
|
2023
2100
|
/** Define o tipo do dropdown */
|
|
2024
2101
|
type?: 'menu' | 'selection';
|
|
2102
|
+
/** Define a cor de fundo */
|
|
2103
|
+
background?: 'white' | 'black';
|
|
2104
|
+
/** Permite redirecionamento */
|
|
2105
|
+
allowRedirect?: boolean;
|
|
2025
2106
|
}
|
|
2026
2107
|
|
|
2027
2108
|
declare interface FileItem {
|
|
2028
2109
|
file: File;
|
|
2029
2110
|
progress: number;
|
|
2030
|
-
status:
|
|
2111
|
+
status: 'uploading' | 'success' | 'error';
|
|
2031
2112
|
}
|
|
2032
2113
|
|
|
2033
2114
|
declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
|
|
@@ -2058,10 +2139,49 @@ declare interface ICollapse {
|
|
|
2058
2139
|
value: boolean;
|
|
2059
2140
|
}
|
|
2060
2141
|
|
|
2061
|
-
declare interface
|
|
2142
|
+
declare interface IData<T = unknown> {
|
|
2062
2143
|
[key: string]: T;
|
|
2063
2144
|
}
|
|
2064
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
|
+
|
|
2065
2185
|
declare interface IItems {
|
|
2066
2186
|
id: number;
|
|
2067
2187
|
title: string;
|
|
@@ -2072,6 +2192,7 @@ declare interface IItems {
|
|
|
2072
2192
|
declare type IProgressStepsProps = {
|
|
2073
2193
|
/** Define os itens que serão exibidos */
|
|
2074
2194
|
items: IItems[];
|
|
2195
|
+
variant?: 'primary' | 'secondary';
|
|
2075
2196
|
};
|
|
2076
2197
|
|
|
2077
2198
|
export declare const isMobile: Ref<boolean, boolean>;
|
|
@@ -2272,6 +2393,7 @@ declare module 'vue' {
|
|
|
2272
2393
|
'ce-button-wrapper': typeof ButtonWrapperComponent;
|
|
2273
2394
|
'ce-button-pagination': typeof ButtonPaginationComponent;
|
|
2274
2395
|
'ce-textarea': typeof TextareaComponent;
|
|
2396
|
+
'ce-code-input': typeof CodeInputComponent;
|
|
2275
2397
|
}
|
|
2276
2398
|
}
|
|
2277
2399
|
|