@comercti/vue-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 +29 -29
- package/comerc-style-guide.es.js +4093 -3761
- package/comerc-style-guide.umd.js +29 -29
- package/index.d.ts +297 -177
- package/package.json +2 -1
package/index.d.ts
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { ComponentOptionsMixin } from 'vue';
|
|
2
2
|
import { ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { DefineComponent } from 'vue';
|
|
4
|
-
import { IData } from './toast/interfaces';
|
|
5
|
-
import { ItemsSelection as ItemsSelection_2 } from './interfaces';
|
|
6
4
|
import { ItensMenu } from '../../../../../../../../../src/components/menu/interfaces';
|
|
7
|
-
import { IVariants as IVariants_2 } from './interfaces';
|
|
8
5
|
import { PublicProps } from 'vue';
|
|
9
6
|
import { Ref } from 'vue';
|
|
10
7
|
import { VNode } from 'vue';
|
|
@@ -38,12 +35,19 @@ copyable: boolean;
|
|
|
38
35
|
rootRef: HTMLDivElement;
|
|
39
36
|
}, HTMLDivElement>;
|
|
40
37
|
|
|
41
|
-
declare const __VLS_component_10: DefineComponent<
|
|
38
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
39
|
+
tag: string;
|
|
40
|
+
noGutters: boolean;
|
|
41
|
+
dense: boolean;
|
|
42
|
+
noCols: boolean;
|
|
43
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
44
|
+
|
|
45
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
42
46
|
block: boolean;
|
|
43
47
|
tag: string;
|
|
44
48
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
45
49
|
|
|
46
|
-
declare const
|
|
50
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
47
51
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
48
52
|
backToHome: (value: boolean) => any;
|
|
49
53
|
logout: (value: boolean) => any;
|
|
@@ -52,12 +56,14 @@ onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
|
52
56
|
onBackToHome?: (value: boolean) => any;
|
|
53
57
|
onLogout?: (value: boolean) => any;
|
|
54
58
|
}>, {
|
|
59
|
+
background: "white" | "black";
|
|
60
|
+
rounded: boolean;
|
|
55
61
|
itemsMenu: ItensMenu_2[];
|
|
56
62
|
itemsSearch: ItensMenu_2[];
|
|
57
63
|
itemsMenuMyService: ItensMenu_2[];
|
|
58
64
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
59
65
|
|
|
60
|
-
declare const
|
|
66
|
+
declare const __VLS_component_13: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
61
67
|
"update:modelValue": (path: string) => any;
|
|
62
68
|
redirect: (path: string) => any;
|
|
63
69
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
@@ -69,19 +75,19 @@ home: string;
|
|
|
69
75
|
divider: "/" | ">";
|
|
70
76
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
71
77
|
|
|
72
|
-
declare const
|
|
78
|
+
declare const __VLS_component_14: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
73
79
|
updateValue: (value: string) => any;
|
|
74
80
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
75
81
|
onUpdateValue?: (value: string) => any;
|
|
76
82
|
}>, {
|
|
77
|
-
variant: keyof
|
|
83
|
+
variant: keyof IVariants;
|
|
78
84
|
initialTab: string;
|
|
79
85
|
inactivate: boolean;
|
|
80
86
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
81
87
|
|
|
82
|
-
declare const
|
|
88
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
83
89
|
|
|
84
|
-
declare const
|
|
90
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
|
|
85
91
|
color: number;
|
|
86
92
|
rounded: boolean;
|
|
87
93
|
tag: string;
|
|
@@ -93,29 +99,24 @@ responsive: boolean;
|
|
|
93
99
|
rootRef: unknown;
|
|
94
100
|
}, any>;
|
|
95
101
|
|
|
96
|
-
declare const
|
|
102
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
97
103
|
tag: string;
|
|
98
104
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
99
105
|
|
|
100
|
-
declare const
|
|
106
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
|
|
101
107
|
tag: string;
|
|
102
108
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
103
109
|
|
|
104
|
-
declare const
|
|
110
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
105
111
|
type: "inline" | "centralized" | "highlighted";
|
|
106
112
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
107
113
|
|
|
108
|
-
declare const
|
|
109
|
-
openMenu: boolean;
|
|
110
|
-
layout: "default" | "base" | "minimal";
|
|
111
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
112
|
-
|
|
113
|
-
declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
|
|
114
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_5, {
|
|
114
115
|
/** Focus button */
|
|
115
116
|
focus: () => void;
|
|
116
117
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
117
118
|
click: (event: MouseEvent) => any;
|
|
118
|
-
}, string, PublicProps, Readonly<
|
|
119
|
+
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
119
120
|
onClick?: (event: MouseEvent) => any;
|
|
120
121
|
}>, {
|
|
121
122
|
size: "xxs" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
@@ -128,7 +129,12 @@ rounded: "small" | "medium" | "large";
|
|
|
128
129
|
buttonRef: unknown;
|
|
129
130
|
}, any>;
|
|
130
131
|
|
|
131
|
-
declare const __VLS_component_20: DefineComponent<
|
|
132
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
133
|
+
openMenu: boolean;
|
|
134
|
+
layout: "default" | "base" | "minimal";
|
|
135
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
136
|
+
|
|
137
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
132
138
|
"toggle-collapse": (value: ICollapse[]) => any;
|
|
133
139
|
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
134
140
|
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
@@ -141,7 +147,7 @@ direction: "row" | "column";
|
|
|
141
147
|
closeCollapse: number | null;
|
|
142
148
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
143
149
|
|
|
144
|
-
declare const
|
|
150
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
145
151
|
close: (value: boolean) => any;
|
|
146
152
|
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
147
153
|
onClose?: (value: boolean) => any;
|
|
@@ -153,7 +159,7 @@ isOpen: boolean;
|
|
|
153
159
|
showIcon: boolean;
|
|
154
160
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
155
161
|
|
|
156
|
-
declare const
|
|
162
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
157
163
|
close: (value: boolean) => any;
|
|
158
164
|
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
159
165
|
onClose?: (value: boolean) => any;
|
|
@@ -164,7 +170,7 @@ closeOutside: boolean;
|
|
|
164
170
|
showCloseButton: boolean;
|
|
165
171
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
166
172
|
|
|
167
|
-
declare const
|
|
173
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
168
174
|
focus: boolean;
|
|
169
175
|
location: "top" | "bottom" | "left" | "right";
|
|
170
176
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -172,7 +178,7 @@ activatorRef: HTMLDivElement;
|
|
|
172
178
|
tooltipRef: HTMLDivElement;
|
|
173
179
|
}, any>;
|
|
174
180
|
|
|
175
|
-
declare const
|
|
181
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_32, {
|
|
176
182
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
177
183
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
178
184
|
click: (event: MouseEvent) => any;
|
|
@@ -189,7 +195,7 @@ badgeOffsetBottom: number;
|
|
|
189
195
|
rootRef: HTMLDivElement;
|
|
190
196
|
}, any>;
|
|
191
197
|
|
|
192
|
-
declare const
|
|
198
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
193
199
|
submit: () => any;
|
|
194
200
|
clear: () => any;
|
|
195
201
|
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
@@ -205,7 +211,7 @@ showClearButton: boolean;
|
|
|
205
211
|
menuRef: HTMLDivElement;
|
|
206
212
|
}, HTMLDivElement>;
|
|
207
213
|
|
|
208
|
-
declare const
|
|
214
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {
|
|
209
215
|
size: "sm" | "md" | "lg";
|
|
210
216
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
211
217
|
variant: "solid" | "outline" | "ghost";
|
|
@@ -213,10 +219,10 @@ rounded: "sm" | "md" | "lg";
|
|
|
213
219
|
status: boolean;
|
|
214
220
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
215
221
|
|
|
216
|
-
declare const __VLS_component_3: DefineComponent<
|
|
222
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
217
223
|
"update:modelValue": (value: boolean | CustomEvent<any>) => any;
|
|
218
224
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
219
|
-
}, string, PublicProps, Readonly<
|
|
225
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
220
226
|
"onUpdate:modelValue"?: (value: boolean | CustomEvent<any>) => any;
|
|
221
227
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
222
228
|
}>, {
|
|
@@ -227,11 +233,11 @@ disabled: boolean;
|
|
|
227
233
|
rootRef: HTMLDivElement;
|
|
228
234
|
}, any>;
|
|
229
235
|
|
|
230
|
-
declare const __VLS_component_4: DefineComponent<
|
|
236
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
231
237
|
"update:modelValue": (value: string | number | Date | CustomEvent<any>) => any;
|
|
232
238
|
"update:start": (value: string | number | Date | CustomEvent<any>) => any;
|
|
233
239
|
"update:end": (value: string | number | Date | CustomEvent<any>) => any;
|
|
234
|
-
}, string, PublicProps, Readonly<
|
|
240
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
235
241
|
"onUpdate:modelValue"?: (value: string | number | Date | CustomEvent<any>) => any;
|
|
236
242
|
"onUpdate:start"?: (value: string | number | Date | CustomEvent<any>) => any;
|
|
237
243
|
"onUpdate:end"?: (value: string | number | Date | CustomEvent<any>) => any;
|
|
@@ -247,7 +253,7 @@ format: FormatDate;
|
|
|
247
253
|
rootRef: HTMLDivElement;
|
|
248
254
|
}, any>;
|
|
249
255
|
|
|
250
|
-
declare const __VLS_component_5: DefineComponent<
|
|
256
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_9, {
|
|
251
257
|
focus: () => void;
|
|
252
258
|
valorSemMascara: Ref<string | number, string | number>;
|
|
253
259
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -255,7 +261,7 @@ valorSemMascara: Ref<string | number, string | number>;
|
|
|
255
261
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
256
262
|
blur: (value: string | number | CustomEvent<any>) => any;
|
|
257
263
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
258
|
-
}, string, PublicProps, Readonly<
|
|
264
|
+
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
259
265
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
260
266
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
261
267
|
onBlur?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -281,13 +287,43 @@ onSelected?: (value: Coluna[]) => any;
|
|
|
281
287
|
onRedirect?: (item: ItensMenu_2) => any;
|
|
282
288
|
}>, {
|
|
283
289
|
type: "menu" | "selection";
|
|
290
|
+
background: "white" | "black";
|
|
284
291
|
itemsMenu: ItensMenu_2[];
|
|
285
|
-
itemsSelection:
|
|
292
|
+
itemsSelection: ItemsSelection[];
|
|
293
|
+
allowRedirect: boolean;
|
|
286
294
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
287
|
-
dropdownRef:
|
|
295
|
+
dropdownRef: HTMLDivElement[];
|
|
288
296
|
}, any>;
|
|
289
297
|
|
|
290
|
-
declare const __VLS_component_7: DefineComponent<
|
|
298
|
+
declare const __VLS_component_7: DefineComponent<IDropzone, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
299
|
+
"update:modelValue": (file: FileItem | File | FileItem[]) => any;
|
|
300
|
+
updateFiles: (file: FileItem[]) => any;
|
|
301
|
+
}, string, PublicProps, Readonly<IDropzone> & Readonly<{
|
|
302
|
+
"onUpdate:modelValue"?: (file: FileItem | File | FileItem[]) => any;
|
|
303
|
+
onUpdateFiles?: (file: FileItem[]) => any;
|
|
304
|
+
}>, {
|
|
305
|
+
disabled: boolean;
|
|
306
|
+
variant: "primary" | "secondary";
|
|
307
|
+
file: FileItem | null;
|
|
308
|
+
rounded: "md" | "lg" | "xl";
|
|
309
|
+
compact: boolean;
|
|
310
|
+
clear: boolean;
|
|
311
|
+
accept: string[];
|
|
312
|
+
multiple: boolean;
|
|
313
|
+
maxFile: number;
|
|
314
|
+
maxFileSize: number;
|
|
315
|
+
selectAll: boolean;
|
|
316
|
+
customMessage: string[];
|
|
317
|
+
simulateProgress: boolean;
|
|
318
|
+
showProgressBar: boolean;
|
|
319
|
+
sendRemovedFile: boolean;
|
|
320
|
+
errorLabel: string;
|
|
321
|
+
successLabel: string;
|
|
322
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
323
|
+
inputFile: HTMLInputElement;
|
|
324
|
+
}, HTMLDivElement>;
|
|
325
|
+
|
|
326
|
+
declare const __VLS_component_8: DefineComponent<CeSelectFieldProps, {
|
|
291
327
|
/** Focus select */
|
|
292
328
|
focus: () => void;
|
|
293
329
|
/** Abre/Fecha dropdown do select */
|
|
@@ -317,18 +353,11 @@ inputRef: HTMLDivElement;
|
|
|
317
353
|
searchInputRef: HTMLInputElement;
|
|
318
354
|
}, any>;
|
|
319
355
|
|
|
320
|
-
declare const
|
|
356
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
|
|
321
357
|
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
322
358
|
tag: string;
|
|
323
359
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
324
360
|
|
|
325
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
326
|
-
tag: string;
|
|
327
|
-
noGutters: boolean;
|
|
328
|
-
dense: boolean;
|
|
329
|
-
noCols: boolean;
|
|
330
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
331
|
-
|
|
332
361
|
declare type __VLS_Props = {
|
|
333
362
|
/** Indica o progresso */
|
|
334
363
|
progress: number;
|
|
@@ -339,24 +368,16 @@ declare type __VLS_Props = {
|
|
|
339
368
|
};
|
|
340
369
|
|
|
341
370
|
declare type __VLS_Props_10 = {
|
|
342
|
-
/**
|
|
343
|
-
|
|
344
|
-
/**
|
|
345
|
-
|
|
346
|
-
/**
|
|
371
|
+
/** Define o id do botão */
|
|
372
|
+
id: string | number;
|
|
373
|
+
/** Define o texto do botão */
|
|
374
|
+
text: string;
|
|
375
|
+
/** Define o botão selecionado */
|
|
376
|
+
selected: number;
|
|
377
|
+
/** Define a variante do botão */
|
|
378
|
+
variant: 'text' | 'radio';
|
|
379
|
+
/** Define se o botão está desabilitado */
|
|
347
380
|
disabled?: boolean;
|
|
348
|
-
/** permite o upload de multiplos arquivos */
|
|
349
|
-
multiple?: boolean;
|
|
350
|
-
/** quantidade máxima de arquivos permitidos */
|
|
351
|
-
maxFile?: number;
|
|
352
|
-
/** tamanho máximo do arquivo em KB */
|
|
353
|
-
maxFileSize?: number;
|
|
354
|
-
/** habilita a opção de selecionar múltiplos arquivos */
|
|
355
|
-
selectAll?: boolean;
|
|
356
|
-
/** Mensagem personalizada de tipos de arquivos */
|
|
357
|
-
customMessage?: string[];
|
|
358
|
-
/** limpa a lista de arquivos */
|
|
359
|
-
clear: boolean;
|
|
360
381
|
};
|
|
361
382
|
|
|
362
383
|
declare type __VLS_Props_11 = {
|
|
@@ -496,6 +517,10 @@ declare type __VLS_Props_17 = {
|
|
|
496
517
|
email?: string;
|
|
497
518
|
/** Array de opções de pesquisa do menu */
|
|
498
519
|
itemsSearch?: ItensMenu_2[];
|
|
520
|
+
/** Define a cor de fundo */
|
|
521
|
+
background?: 'white' | 'black';
|
|
522
|
+
/** Define se o menu terá bordas arredondadas */
|
|
523
|
+
rounded?: boolean;
|
|
499
524
|
};
|
|
500
525
|
|
|
501
526
|
declare type __VLS_Props_18 = {
|
|
@@ -556,7 +581,7 @@ declare type __VLS_Props_22 = {
|
|
|
556
581
|
|
|
557
582
|
declare type __VLS_Props_23 = {
|
|
558
583
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
559
|
-
background: 'white' | 'green';
|
|
584
|
+
background: 'white' | 'green' | 'black';
|
|
560
585
|
items?: ItensMenu[];
|
|
561
586
|
socialMedia?: ISocialMedia[];
|
|
562
587
|
};
|
|
@@ -622,6 +647,8 @@ declare type __VLS_Props_3 = {
|
|
|
622
647
|
placeholder: string;
|
|
623
648
|
/** Valor para two-way binding (v-model) */
|
|
624
649
|
modelValue?: string;
|
|
650
|
+
/** Define a cor de fundo */
|
|
651
|
+
background?: 'white' | 'black';
|
|
625
652
|
};
|
|
626
653
|
|
|
627
654
|
declare type __VLS_Props_30 = {
|
|
@@ -630,7 +657,9 @@ declare type __VLS_Props_30 = {
|
|
|
630
657
|
/** Define se o loading deve ser exibido ou não */
|
|
631
658
|
showLoading?: boolean;
|
|
632
659
|
/** Define a cor do background */
|
|
633
|
-
background?: 'smoky' | 'transparent';
|
|
660
|
+
background?: 'smoky' | 'transparent' | 'black';
|
|
661
|
+
/** Aplica um efeito de blur no background */
|
|
662
|
+
blur?: boolean;
|
|
634
663
|
};
|
|
635
664
|
|
|
636
665
|
declare type __VLS_Props_31 = {
|
|
@@ -692,6 +721,37 @@ declare type __VLS_Props_34 = {
|
|
|
692
721
|
};
|
|
693
722
|
|
|
694
723
|
declare type __VLS_Props_4 = {
|
|
724
|
+
/** ID única do input */
|
|
725
|
+
id?: string;
|
|
726
|
+
/** Valor do input para two-way binding (v-model) */
|
|
727
|
+
modelValue: string;
|
|
728
|
+
/** Define a quantidade de dígitos do código */
|
|
729
|
+
length: number;
|
|
730
|
+
/** Define se o input deve ser desabilitado */
|
|
731
|
+
disabled?: boolean;
|
|
732
|
+
/** Define o tipo do code input */
|
|
733
|
+
type?: 'letter-numeric' | 'number' | 'password';
|
|
734
|
+
/** Texto do placeholder do input */
|
|
735
|
+
placeholder?: string[];
|
|
736
|
+
/** Texto da label exibida acima do input */
|
|
737
|
+
label?: string;
|
|
738
|
+
/** Texto de ajuda */
|
|
739
|
+
hint?: string;
|
|
740
|
+
/** Texto para ser um erro */
|
|
741
|
+
invalidFeedback?: string;
|
|
742
|
+
/** Aciona manualmente o estado de erro */
|
|
743
|
+
invalid?: boolean;
|
|
744
|
+
/** Se o input deve reservar espaço para feedback de erro */
|
|
745
|
+
reserveSpaceFeedback?: boolean;
|
|
746
|
+
/** Se o input deve receber foco automaticamente */
|
|
747
|
+
shouldAutoFocus?: boolean;
|
|
748
|
+
/** Se o input deve ser centralizado */
|
|
749
|
+
centralized?: boolean;
|
|
750
|
+
/** Tamanho do input */
|
|
751
|
+
size?: 'small' | 'medium' | 'large';
|
|
752
|
+
};
|
|
753
|
+
|
|
754
|
+
declare type __VLS_Props_5 = {
|
|
695
755
|
/** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
|
|
696
756
|
type?: 'button' | 'submit' | 'a';
|
|
697
757
|
/** Tamanho do button */
|
|
@@ -708,7 +768,7 @@ declare type __VLS_Props_4 = {
|
|
|
708
768
|
disabled?: boolean;
|
|
709
769
|
};
|
|
710
770
|
|
|
711
|
-
declare type
|
|
771
|
+
declare type __VLS_Props_6 = {
|
|
712
772
|
/** Valor do checkbox para two-way binding (v-model) */
|
|
713
773
|
modelValue?: ModelValueType | null;
|
|
714
774
|
/** ID única do checkbox */
|
|
@@ -735,7 +795,7 @@ declare type __VLS_Props_5 = {
|
|
|
735
795
|
reserveSpaceFeedback?: boolean;
|
|
736
796
|
};
|
|
737
797
|
|
|
738
|
-
declare type
|
|
798
|
+
declare type __VLS_Props_7 = {
|
|
739
799
|
/** Valor para two-way binding (v-model) */
|
|
740
800
|
modelValue?: boolean;
|
|
741
801
|
/** ID única do input */
|
|
@@ -750,7 +810,7 @@ declare type __VLS_Props_6 = {
|
|
|
750
810
|
disabled?: boolean;
|
|
751
811
|
};
|
|
752
812
|
|
|
753
|
-
declare type
|
|
813
|
+
declare type __VLS_Props_8 = {
|
|
754
814
|
modelValue?: Date | string | null | number;
|
|
755
815
|
start?: Date | string | null;
|
|
756
816
|
end?: Date | string | null;
|
|
@@ -780,7 +840,7 @@ declare type __VLS_Props_7 = {
|
|
|
780
840
|
format?: FormatDate;
|
|
781
841
|
};
|
|
782
842
|
|
|
783
|
-
declare type
|
|
843
|
+
declare type __VLS_Props_9 = {
|
|
784
844
|
/** Valor do input para two-way binding (v-model) */
|
|
785
845
|
modelValue?: string | number | null;
|
|
786
846
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -813,19 +873,6 @@ declare type __VLS_Props_8 = {
|
|
|
813
873
|
reserveSpaceFeedback?: boolean;
|
|
814
874
|
};
|
|
815
875
|
|
|
816
|
-
declare type __VLS_Props_9 = {
|
|
817
|
-
/** Define o id do botão */
|
|
818
|
-
id: string | number;
|
|
819
|
-
/** Define o texto do botão */
|
|
820
|
-
text: string;
|
|
821
|
-
/** Define o botão selecionado */
|
|
822
|
-
selected: number;
|
|
823
|
-
/** Define a variante do botão */
|
|
824
|
-
variant: 'text' | 'radio';
|
|
825
|
-
/** Define se o botão está desabilitado */
|
|
826
|
-
disabled?: boolean;
|
|
827
|
-
};
|
|
828
|
-
|
|
829
876
|
declare function __VLS_template(): {
|
|
830
877
|
attrs: Partial<{}>;
|
|
831
878
|
slots: Readonly<NonNullable<{
|
|
@@ -878,6 +925,19 @@ declare function __VLS_template(): {
|
|
|
878
925
|
};
|
|
879
926
|
|
|
880
927
|
declare function __VLS_template_10(): {
|
|
928
|
+
attrs: Partial<{}>;
|
|
929
|
+
slots: Readonly<{
|
|
930
|
+
/** Adicione conteúdo dentro do row */
|
|
931
|
+
default?: () => VNode[];
|
|
932
|
+
}> & {
|
|
933
|
+
/** Adicione conteúdo dentro do row */
|
|
934
|
+
default?: () => VNode[];
|
|
935
|
+
};
|
|
936
|
+
refs: {};
|
|
937
|
+
rootEl: any;
|
|
938
|
+
};
|
|
939
|
+
|
|
940
|
+
declare function __VLS_template_11(): {
|
|
881
941
|
attrs: Partial<{}>;
|
|
882
942
|
slots: Readonly<{
|
|
883
943
|
/** Adicione conteúdo dentro do container */
|
|
@@ -894,7 +954,7 @@ declare function __VLS_template_10(): {
|
|
|
894
954
|
rootEl: any;
|
|
895
955
|
};
|
|
896
956
|
|
|
897
|
-
declare function
|
|
957
|
+
declare function __VLS_template_12(): {
|
|
898
958
|
attrs: Partial<{}>;
|
|
899
959
|
slots: Readonly<{
|
|
900
960
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -915,7 +975,7 @@ declare function __VLS_template_11(): {
|
|
|
915
975
|
rootEl: any;
|
|
916
976
|
};
|
|
917
977
|
|
|
918
|
-
declare function
|
|
978
|
+
declare function __VLS_template_13(): {
|
|
919
979
|
attrs: Partial<{}>;
|
|
920
980
|
slots: Readonly<{
|
|
921
981
|
/** Define o slot de ícone */
|
|
@@ -928,7 +988,7 @@ declare function __VLS_template_12(): {
|
|
|
928
988
|
rootEl: HTMLDivElement;
|
|
929
989
|
};
|
|
930
990
|
|
|
931
|
-
declare function
|
|
991
|
+
declare function __VLS_template_14(): {
|
|
932
992
|
attrs: Partial<{}>;
|
|
933
993
|
slots: {
|
|
934
994
|
default?(_: {}): any;
|
|
@@ -937,7 +997,7 @@ declare function __VLS_template_13(): {
|
|
|
937
997
|
rootEl: any;
|
|
938
998
|
};
|
|
939
999
|
|
|
940
|
-
declare function
|
|
1000
|
+
declare function __VLS_template_15(): {
|
|
941
1001
|
attrs: Partial<{}>;
|
|
942
1002
|
slots: {
|
|
943
1003
|
default?(_: {}): any;
|
|
@@ -946,7 +1006,7 @@ declare function __VLS_template_14(): {
|
|
|
946
1006
|
rootEl: any;
|
|
947
1007
|
};
|
|
948
1008
|
|
|
949
|
-
declare function
|
|
1009
|
+
declare function __VLS_template_16(): {
|
|
950
1010
|
attrs: Partial<{}>;
|
|
951
1011
|
slots: Readonly<{
|
|
952
1012
|
/** Conteúdo principal do card */
|
|
@@ -989,7 +1049,7 @@ declare function __VLS_template_15(): {
|
|
|
989
1049
|
rootEl: any;
|
|
990
1050
|
};
|
|
991
1051
|
|
|
992
|
-
declare function
|
|
1052
|
+
declare function __VLS_template_17(): {
|
|
993
1053
|
attrs: Partial<{}>;
|
|
994
1054
|
slots: Readonly<{
|
|
995
1055
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1002,7 +1062,7 @@ declare function __VLS_template_16(): {
|
|
|
1002
1062
|
rootEl: any;
|
|
1003
1063
|
};
|
|
1004
1064
|
|
|
1005
|
-
declare function
|
|
1065
|
+
declare function __VLS_template_18(): {
|
|
1006
1066
|
attrs: Partial<{}>;
|
|
1007
1067
|
slots: Readonly<{
|
|
1008
1068
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1015,7 +1075,7 @@ declare function __VLS_template_17(): {
|
|
|
1015
1075
|
rootEl: any;
|
|
1016
1076
|
};
|
|
1017
1077
|
|
|
1018
|
-
declare function
|
|
1078
|
+
declare function __VLS_template_19(): {
|
|
1019
1079
|
attrs: Partial<{}>;
|
|
1020
1080
|
slots: {
|
|
1021
1081
|
default?(_: {}): any;
|
|
@@ -1024,7 +1084,22 @@ declare function __VLS_template_18(): {
|
|
|
1024
1084
|
rootEl: HTMLDivElement;
|
|
1025
1085
|
};
|
|
1026
1086
|
|
|
1027
|
-
declare function
|
|
1087
|
+
declare function __VLS_template_2(): {
|
|
1088
|
+
attrs: Partial<{}>;
|
|
1089
|
+
slots: Readonly<{
|
|
1090
|
+
/** Adicione conteúdo dentro do button */
|
|
1091
|
+
default?: () => VNode[];
|
|
1092
|
+
}> & {
|
|
1093
|
+
/** Adicione conteúdo dentro do button */
|
|
1094
|
+
default?: () => VNode[];
|
|
1095
|
+
};
|
|
1096
|
+
refs: {
|
|
1097
|
+
buttonRef: unknown;
|
|
1098
|
+
};
|
|
1099
|
+
rootEl: any;
|
|
1100
|
+
};
|
|
1101
|
+
|
|
1102
|
+
declare function __VLS_template_20(): {
|
|
1028
1103
|
attrs: Partial<{}>;
|
|
1029
1104
|
slots: Readonly<{
|
|
1030
1105
|
/** Adicione conteúdo no header */
|
|
@@ -1065,22 +1140,7 @@ declare function __VLS_template_19(): {
|
|
|
1065
1140
|
rootEl: any;
|
|
1066
1141
|
};
|
|
1067
1142
|
|
|
1068
|
-
declare function
|
|
1069
|
-
attrs: Partial<{}>;
|
|
1070
|
-
slots: Readonly<{
|
|
1071
|
-
/** Adicione conteúdo dentro do button */
|
|
1072
|
-
default?: () => VNode[];
|
|
1073
|
-
}> & {
|
|
1074
|
-
/** Adicione conteúdo dentro do button */
|
|
1075
|
-
default?: () => VNode[];
|
|
1076
|
-
};
|
|
1077
|
-
refs: {
|
|
1078
|
-
buttonRef: unknown;
|
|
1079
|
-
};
|
|
1080
|
-
rootEl: any;
|
|
1081
|
-
};
|
|
1082
|
-
|
|
1083
|
-
declare function __VLS_template_20(): {
|
|
1143
|
+
declare function __VLS_template_21(): {
|
|
1084
1144
|
attrs: Partial<{}>;
|
|
1085
1145
|
slots: Readonly<{
|
|
1086
1146
|
[key: string]: (props: {
|
|
@@ -1107,7 +1167,7 @@ declare function __VLS_template_20(): {
|
|
|
1107
1167
|
rootEl: HTMLDivElement;
|
|
1108
1168
|
};
|
|
1109
1169
|
|
|
1110
|
-
declare function
|
|
1170
|
+
declare function __VLS_template_22(): {
|
|
1111
1171
|
attrs: Partial<{}>;
|
|
1112
1172
|
slots: Readonly<{
|
|
1113
1173
|
/** Slot para o icone do banner */
|
|
@@ -1124,7 +1184,7 @@ declare function __VLS_template_21(): {
|
|
|
1124
1184
|
rootEl: any;
|
|
1125
1185
|
};
|
|
1126
1186
|
|
|
1127
|
-
declare function
|
|
1187
|
+
declare function __VLS_template_23(): {
|
|
1128
1188
|
attrs: Partial<{}>;
|
|
1129
1189
|
slots: {
|
|
1130
1190
|
default?(_: {}): any;
|
|
@@ -1133,7 +1193,7 @@ declare function __VLS_template_22(): {
|
|
|
1133
1193
|
rootEl: any;
|
|
1134
1194
|
};
|
|
1135
1195
|
|
|
1136
|
-
declare function
|
|
1196
|
+
declare function __VLS_template_24(): {
|
|
1137
1197
|
attrs: Partial<{}>;
|
|
1138
1198
|
slots: {
|
|
1139
1199
|
activator?(_: {}): any;
|
|
@@ -1145,7 +1205,7 @@ declare function __VLS_template_23(): {
|
|
|
1145
1205
|
rootEl: any;
|
|
1146
1206
|
};
|
|
1147
1207
|
|
|
1148
|
-
declare function
|
|
1208
|
+
declare function __VLS_template_25(): {
|
|
1149
1209
|
attrs: Partial<{}>;
|
|
1150
1210
|
slots: Readonly<{
|
|
1151
1211
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -1164,7 +1224,7 @@ declare function __VLS_template_24(): {
|
|
|
1164
1224
|
rootEl: any;
|
|
1165
1225
|
};
|
|
1166
1226
|
|
|
1167
|
-
declare function
|
|
1227
|
+
declare function __VLS_template_26(): {
|
|
1168
1228
|
attrs: Partial<{}>;
|
|
1169
1229
|
slots: Readonly<{
|
|
1170
1230
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1179,7 +1239,7 @@ declare function __VLS_template_25(): {
|
|
|
1179
1239
|
rootEl: HTMLDivElement;
|
|
1180
1240
|
};
|
|
1181
1241
|
|
|
1182
|
-
declare function
|
|
1242
|
+
declare function __VLS_template_27(): {
|
|
1183
1243
|
attrs: Partial<{}>;
|
|
1184
1244
|
slots: Readonly<{
|
|
1185
1245
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1261,19 +1321,34 @@ declare function __VLS_template_5(): {
|
|
|
1261
1321
|
declare function __VLS_template_6(): {
|
|
1262
1322
|
attrs: Partial<{}>;
|
|
1263
1323
|
slots: Readonly<{
|
|
1264
|
-
/** Slot para o conteúdo do
|
|
1324
|
+
/** Slot para o conteúdo do dropdown */
|
|
1265
1325
|
default: () => VNode[];
|
|
1266
1326
|
}> & {
|
|
1267
|
-
/** Slot para o conteúdo do
|
|
1327
|
+
/** Slot para o conteúdo do dropdown */
|
|
1268
1328
|
default: () => VNode[];
|
|
1269
1329
|
};
|
|
1270
1330
|
refs: {
|
|
1271
|
-
dropdownRef:
|
|
1331
|
+
dropdownRef: HTMLDivElement[];
|
|
1272
1332
|
};
|
|
1273
1333
|
rootEl: any;
|
|
1274
1334
|
};
|
|
1275
1335
|
|
|
1276
1336
|
declare function __VLS_template_7(): {
|
|
1337
|
+
attrs: Partial<{}>;
|
|
1338
|
+
slots: Readonly<{
|
|
1339
|
+
/** Slot para o conteúdo do file upload */
|
|
1340
|
+
content: () => VNode[];
|
|
1341
|
+
}> & {
|
|
1342
|
+
/** Slot para o conteúdo do file upload */
|
|
1343
|
+
content: () => VNode[];
|
|
1344
|
+
};
|
|
1345
|
+
refs: {
|
|
1346
|
+
inputFile: HTMLInputElement;
|
|
1347
|
+
};
|
|
1348
|
+
rootEl: HTMLDivElement;
|
|
1349
|
+
};
|
|
1350
|
+
|
|
1351
|
+
declare function __VLS_template_8(): {
|
|
1277
1352
|
attrs: Partial<{}>;
|
|
1278
1353
|
slots: Readonly<{
|
|
1279
1354
|
/** Slot para adicionar conteúdo antes das opções */
|
|
@@ -1310,7 +1385,7 @@ declare function __VLS_template_7(): {
|
|
|
1310
1385
|
rootEl: any;
|
|
1311
1386
|
};
|
|
1312
1387
|
|
|
1313
|
-
declare function
|
|
1388
|
+
declare function __VLS_template_9(): {
|
|
1314
1389
|
attrs: Partial<{}>;
|
|
1315
1390
|
slots: Readonly<{
|
|
1316
1391
|
/** Adicione conteúdo dentro do col */
|
|
@@ -1327,19 +1402,6 @@ declare function __VLS_template_8(): {
|
|
|
1327
1402
|
rootEl: any;
|
|
1328
1403
|
};
|
|
1329
1404
|
|
|
1330
|
-
declare function __VLS_template_9(): {
|
|
1331
|
-
attrs: Partial<{}>;
|
|
1332
|
-
slots: Readonly<{
|
|
1333
|
-
/** Adicione conteúdo dentro do row */
|
|
1334
|
-
default?: () => VNode[];
|
|
1335
|
-
}> & {
|
|
1336
|
-
/** Adicione conteúdo dentro do row */
|
|
1337
|
-
default?: () => VNode[];
|
|
1338
|
-
};
|
|
1339
|
-
refs: {};
|
|
1340
|
-
rootEl: any;
|
|
1341
|
-
};
|
|
1342
|
-
|
|
1343
1405
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1344
1406
|
|
|
1345
1407
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1378,6 +1440,8 @@ declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
|
1378
1440
|
|
|
1379
1441
|
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
1380
1442
|
|
|
1443
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
1444
|
+
|
|
1381
1445
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1382
1446
|
|
|
1383
1447
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1506,6 +1570,12 @@ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
|
1506
1570
|
};
|
|
1507
1571
|
};
|
|
1508
1572
|
|
|
1573
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
1574
|
+
new (): {
|
|
1575
|
+
$slots: S;
|
|
1576
|
+
};
|
|
1577
|
+
};
|
|
1578
|
+
|
|
1509
1579
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1510
1580
|
new (): {
|
|
1511
1581
|
$slots: S;
|
|
@@ -1562,19 +1632,22 @@ clearFilter: () => any;
|
|
|
1562
1632
|
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
1563
1633
|
onClearFilter?: () => any;
|
|
1564
1634
|
"onInput:focus"?: () => any;
|
|
1565
|
-
}>, {
|
|
1635
|
+
}>, {
|
|
1636
|
+
background: "white" | "black";
|
|
1637
|
+
items: string[];
|
|
1638
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1566
1639
|
|
|
1567
|
-
export declare const CeAvatar:
|
|
1640
|
+
export declare const CeAvatar: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1568
1641
|
|
|
1569
|
-
export declare const CeBadge:
|
|
1642
|
+
export declare const CeBadge: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1570
1643
|
|
|
1571
|
-
export declare const CeBanners:
|
|
1644
|
+
export declare const CeBanners: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1572
1645
|
|
|
1573
|
-
export declare const CeBreadcrumbs:
|
|
1646
|
+
export declare const CeBreadcrumbs: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1574
1647
|
|
|
1575
1648
|
export declare const CeButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1576
1649
|
|
|
1577
|
-
export declare const CeButtonGroups: DefineComponent<
|
|
1650
|
+
export declare const CeButtonGroups: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
|
|
1578
1651
|
text: string;
|
|
1579
1652
|
disabled: boolean;
|
|
1580
1653
|
id: string | number;
|
|
@@ -1582,19 +1655,19 @@ variant: "text" | "radio";
|
|
|
1582
1655
|
selected: number;
|
|
1583
1656
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1584
1657
|
|
|
1585
|
-
export declare const CeCard:
|
|
1658
|
+
export declare const CeCard: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1586
1659
|
|
|
1587
|
-
export declare const CeCardHeader:
|
|
1660
|
+
export declare const CeCardHeader: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1588
1661
|
|
|
1589
|
-
export declare const CeCardText:
|
|
1662
|
+
export declare const CeCardText: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1590
1663
|
|
|
1591
|
-
export declare const CeCheckbox: DefineComponent<
|
|
1664
|
+
export declare const CeCheckbox: DefineComponent<__VLS_Props_6, {
|
|
1592
1665
|
/** Focus checkbox input */
|
|
1593
1666
|
focus: () => void;
|
|
1594
1667
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1595
1668
|
"update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
|
|
1596
1669
|
change: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1597
|
-
}, string, PublicProps, Readonly<
|
|
1670
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1598
1671
|
"onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1599
1672
|
onChange?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1600
1673
|
}>, {
|
|
@@ -1611,13 +1684,31 @@ inputRef: HTMLInputElement;
|
|
|
1611
1684
|
|
|
1612
1685
|
export declare const CeCheckboxGroup: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1613
1686
|
|
|
1614
|
-
export declare const
|
|
1687
|
+
export declare const CeCodeInput: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1688
|
+
"update:modelValue": (valor: string) => any;
|
|
1689
|
+
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
1690
|
+
"onUpdate:modelValue"?: (valor: string) => any;
|
|
1691
|
+
}>, {
|
|
1692
|
+
length: number;
|
|
1693
|
+
size: "small" | "medium" | "large";
|
|
1694
|
+
type: "letter-numeric" | "number" | "password";
|
|
1695
|
+
invalid: boolean;
|
|
1696
|
+
disabled: boolean;
|
|
1697
|
+
reserveSpaceFeedback: boolean;
|
|
1698
|
+
placeholder: string[];
|
|
1699
|
+
shouldAutoFocus: boolean;
|
|
1700
|
+
centralized: boolean;
|
|
1701
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1702
|
+
codeRef: HTMLDivElement;
|
|
1703
|
+
}, HTMLDivElement>;
|
|
1704
|
+
|
|
1705
|
+
export declare const CeCol: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1615
1706
|
|
|
1616
|
-
export declare const CeCollapse:
|
|
1707
|
+
export declare const CeCollapse: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1617
1708
|
|
|
1618
|
-
export declare const CeContainer:
|
|
1709
|
+
export declare const CeContainer: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1619
1710
|
|
|
1620
|
-
export declare const CeContentDivider:
|
|
1711
|
+
export declare const CeContentDivider: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1621
1712
|
|
|
1622
1713
|
export declare const CeDataTable: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1623
1714
|
|
|
@@ -1625,33 +1716,16 @@ export declare const CeDatePicker: __VLS_WithTemplateSlots_4<typeof __VLS_compon
|
|
|
1625
1716
|
|
|
1626
1717
|
export declare const CeDropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1627
1718
|
|
|
1628
|
-
export declare const CeFileUpload:
|
|
1629
|
-
"update:modelValue": (file: FileItem[]) => any;
|
|
1630
|
-
updateFiles: (file: FileItem[]) => any;
|
|
1631
|
-
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1632
|
-
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1633
|
-
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1634
|
-
}>, {
|
|
1635
|
-
disabled: boolean;
|
|
1636
|
-
clear: boolean;
|
|
1637
|
-
accept: string[];
|
|
1638
|
-
multiple: boolean;
|
|
1639
|
-
maxFile: number;
|
|
1640
|
-
maxFileSize: number;
|
|
1641
|
-
selectAll: boolean;
|
|
1642
|
-
customMessage: string[];
|
|
1643
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1644
|
-
inputFile: HTMLInputElement;
|
|
1645
|
-
}, HTMLDivElement>;
|
|
1719
|
+
export declare const CeFileUpload: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1646
1720
|
|
|
1647
|
-
export declare const CeFilterGroup:
|
|
1721
|
+
export declare const CeFilterGroup: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1648
1722
|
|
|
1649
1723
|
export declare const CeFooter: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1650
1724
|
redirect: (valor?: string) => any;
|
|
1651
1725
|
}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{
|
|
1652
1726
|
onRedirect?: (valor?: string) => any;
|
|
1653
1727
|
}>, {
|
|
1654
|
-
background: "white" | "green";
|
|
1728
|
+
background: "white" | "green" | "black";
|
|
1655
1729
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1656
1730
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1657
1731
|
|
|
@@ -1673,15 +1747,16 @@ referenceRef: HTMLButtonElement;
|
|
|
1673
1747
|
dropdownRef: HTMLUListElement;
|
|
1674
1748
|
}, any>;
|
|
1675
1749
|
|
|
1676
|
-
export declare const CeLayout:
|
|
1750
|
+
export declare const CeLayout: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1677
1751
|
|
|
1678
1752
|
export declare const CeLoading: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
1679
1753
|
type: "spinner" | "semi-circle" | "dots";
|
|
1680
|
-
|
|
1754
|
+
blur: boolean;
|
|
1755
|
+
background: "smoky" | "transparent" | "black";
|
|
1681
1756
|
showLoading: boolean;
|
|
1682
1757
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1683
1758
|
|
|
1684
|
-
export declare const CeMenuHeader:
|
|
1759
|
+
export declare const CeMenuHeader: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1685
1760
|
|
|
1686
1761
|
export declare const CeMenuSidebar: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1687
1762
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
@@ -1697,7 +1772,7 @@ isSearch: boolean;
|
|
|
1697
1772
|
isOpen: boolean;
|
|
1698
1773
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1699
1774
|
|
|
1700
|
-
export declare const CeModal:
|
|
1775
|
+
export declare const CeModal: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1701
1776
|
|
|
1702
1777
|
export declare const CePagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1703
1778
|
paginate: (value: number) => any;
|
|
@@ -1713,7 +1788,7 @@ itemsPerPage: number;
|
|
|
1713
1788
|
|
|
1714
1789
|
export declare const CeProgressIndicator: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1715
1790
|
|
|
1716
|
-
export declare const CeProgressSteps: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1791
|
+
export declare const CeProgressSteps: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1717
1792
|
|
|
1718
1793
|
export declare const CeRadioGroup: DefineComponent<__VLS_Props_11, {
|
|
1719
1794
|
/** Focus radio input */
|
|
@@ -1731,11 +1806,11 @@ block: boolean;
|
|
|
1731
1806
|
row: boolean;
|
|
1732
1807
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1733
1808
|
|
|
1734
|
-
export declare const CeRow:
|
|
1809
|
+
export declare const CeRow: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1735
1810
|
|
|
1736
1811
|
export declare const CeSectionFooter: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1737
1812
|
|
|
1738
|
-
export declare const CeSelect:
|
|
1813
|
+
export declare const CeSelect: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1739
1814
|
|
|
1740
1815
|
declare interface CeSelectFieldProps {
|
|
1741
1816
|
/** Valor do select para two-way binding (v-model) */
|
|
@@ -1787,9 +1862,9 @@ color: string;
|
|
|
1787
1862
|
fill: string;
|
|
1788
1863
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1789
1864
|
|
|
1790
|
-
export declare const CeTab:
|
|
1865
|
+
export declare const CeTab: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1791
1866
|
|
|
1792
|
-
export declare const CeTabItem:
|
|
1867
|
+
export declare const CeTabItem: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1793
1868
|
|
|
1794
1869
|
export declare const CeTextarea: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1795
1870
|
"update:modelValue": (value: string) => any;
|
|
@@ -1806,9 +1881,9 @@ clearButton: boolean;
|
|
|
1806
1881
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1807
1882
|
|
|
1808
1883
|
export declare const CeToast: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1809
|
-
sendData: (data:
|
|
1884
|
+
sendData: (data: IData<unknown>) => any;
|
|
1810
1885
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1811
|
-
onSendData?: (data:
|
|
1886
|
+
onSendData?: (data: IData<unknown>) => any;
|
|
1812
1887
|
}>, {
|
|
1813
1888
|
position: "left-top" | "right-top" | "left-bottom" | "right-bottom";
|
|
1814
1889
|
pauseOnHover: boolean;
|
|
@@ -1829,7 +1904,7 @@ disabled: boolean;
|
|
|
1829
1904
|
contoured: boolean;
|
|
1830
1905
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1831
1906
|
|
|
1832
|
-
export declare const CeTooltip:
|
|
1907
|
+
export declare const CeTooltip: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1833
1908
|
|
|
1834
1909
|
declare interface Coluna {
|
|
1835
1910
|
text: string;
|
|
@@ -1884,12 +1959,16 @@ declare interface DropdownProps {
|
|
|
1884
1959
|
itemsSelection?: ItemsSelection[];
|
|
1885
1960
|
/** Define o tipo do dropdown */
|
|
1886
1961
|
type?: 'menu' | 'selection';
|
|
1962
|
+
/** Define a cor de fundo */
|
|
1963
|
+
background?: 'white' | 'black';
|
|
1964
|
+
/** Permite redirecionamento */
|
|
1965
|
+
allowRedirect?: boolean;
|
|
1887
1966
|
}
|
|
1888
1967
|
|
|
1889
1968
|
declare interface FileItem {
|
|
1890
1969
|
file: File;
|
|
1891
1970
|
progress: number;
|
|
1892
|
-
status:
|
|
1971
|
+
status: 'uploading' | 'success' | 'error';
|
|
1893
1972
|
}
|
|
1894
1973
|
|
|
1895
1974
|
declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
|
|
@@ -1920,10 +1999,49 @@ declare interface ICollapse {
|
|
|
1920
1999
|
value: boolean;
|
|
1921
2000
|
}
|
|
1922
2001
|
|
|
1923
|
-
declare interface
|
|
2002
|
+
declare interface IData<T = unknown> {
|
|
1924
2003
|
[key: string]: T;
|
|
1925
2004
|
}
|
|
1926
2005
|
|
|
2006
|
+
declare interface IDropzone {
|
|
2007
|
+
/** Valor para two-way binding (v-model) */
|
|
2008
|
+
modelValue?: FileItem[] | FileItem;
|
|
2009
|
+
/** array com os tipos de arquivos permitidos */
|
|
2010
|
+
accept: string[];
|
|
2011
|
+
/** desabilita o componente */
|
|
2012
|
+
disabled?: boolean;
|
|
2013
|
+
/** permite o upload de multiplos arquivos */
|
|
2014
|
+
multiple?: boolean;
|
|
2015
|
+
/** quantidade máxima de arquivos permitidos */
|
|
2016
|
+
maxFile?: number;
|
|
2017
|
+
/** tamanho máximo do arquivo em KB */
|
|
2018
|
+
maxFileSize?: number;
|
|
2019
|
+
/** habilita a opção de selecionar múltiplos arquivos */
|
|
2020
|
+
selectAll?: boolean;
|
|
2021
|
+
/** Mensagem personalizada de tipos de arquivos */
|
|
2022
|
+
customMessage?: string[];
|
|
2023
|
+
/** limpa a lista de arquivos */
|
|
2024
|
+
clear?: boolean;
|
|
2025
|
+
/** Variante do componente */
|
|
2026
|
+
variant?: 'primary' | 'secondary';
|
|
2027
|
+
/** Simula o progresso do upload */
|
|
2028
|
+
simulateProgress?: boolean;
|
|
2029
|
+
/** Exibe ou oculta a barra de progresso */
|
|
2030
|
+
showProgressBar?: boolean;
|
|
2031
|
+
/** Se false envia o array de arquivos atualizado, caso contrário envia o arquivo removido */
|
|
2032
|
+
sendRemovedFile?: boolean;
|
|
2033
|
+
/** Rótulo personalizado para erro */
|
|
2034
|
+
errorLabel?: string;
|
|
2035
|
+
/** Rótulo personalizado para sucesso */
|
|
2036
|
+
successLabel?: string;
|
|
2037
|
+
/** Modo compacto */
|
|
2038
|
+
compact?: boolean;
|
|
2039
|
+
/** Define o tamanho dos badges */
|
|
2040
|
+
rounded?: 'md' | 'lg' | 'xl';
|
|
2041
|
+
/** Prop utilizada para atualizar o progresso quando simulateProgress é false */
|
|
2042
|
+
file?: FileItem | null;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
1927
2045
|
declare interface IItems {
|
|
1928
2046
|
id: number;
|
|
1929
2047
|
title: string;
|
|
@@ -1934,6 +2052,7 @@ declare interface IItems {
|
|
|
1934
2052
|
declare type IProgressStepsProps = {
|
|
1935
2053
|
/** Define os itens que serão exibidos */
|
|
1936
2054
|
items: IItems[];
|
|
2055
|
+
variant?: 'primary' | 'secondary';
|
|
1937
2056
|
};
|
|
1938
2057
|
|
|
1939
2058
|
export declare const isMobile: Ref<boolean, boolean>;
|
|
@@ -2134,6 +2253,7 @@ declare module 'vue' {
|
|
|
2134
2253
|
'ce-button-wrapper': typeof ButtonWrapperComponent;
|
|
2135
2254
|
'ce-button-pagination': typeof ButtonPaginationComponent;
|
|
2136
2255
|
'ce-textarea': typeof TextareaComponent;
|
|
2256
|
+
'ce-code-input': typeof CodeInputComponent;
|
|
2137
2257
|
}
|
|
2138
2258
|
}
|
|
2139
2259
|
|