@comercti/vue-components 0.21.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/comerc-style-guide.cjs.js +30 -30
- package/comerc-style-guide.es.js +4296 -3791
- package/comerc-style-guide.umd.js +30 -30
- package/index.d.ts +382 -194
- 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';
|
|
@@ -33,16 +30,24 @@ compact: boolean;
|
|
|
33
30
|
loading: boolean;
|
|
34
31
|
loadingType: "spinner" | "semi-circle" | "dots";
|
|
35
32
|
truncated: boolean;
|
|
33
|
+
copyable: boolean;
|
|
36
34
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
37
35
|
rootRef: HTMLDivElement;
|
|
38
36
|
}, HTMLDivElement>;
|
|
39
37
|
|
|
40
|
-
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<{}>, {
|
|
41
46
|
block: boolean;
|
|
42
47
|
tag: string;
|
|
43
48
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
44
49
|
|
|
45
|
-
declare const
|
|
50
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
46
51
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
47
52
|
backToHome: (value: boolean) => any;
|
|
48
53
|
logout: (value: boolean) => any;
|
|
@@ -51,12 +56,14 @@ onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
|
51
56
|
onBackToHome?: (value: boolean) => any;
|
|
52
57
|
onLogout?: (value: boolean) => any;
|
|
53
58
|
}>, {
|
|
59
|
+
background: "white" | "black";
|
|
60
|
+
rounded: boolean;
|
|
54
61
|
itemsMenu: ItensMenu_2[];
|
|
55
62
|
itemsSearch: ItensMenu_2[];
|
|
56
63
|
itemsMenuMyService: ItensMenu_2[];
|
|
57
64
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
58
65
|
|
|
59
|
-
declare const
|
|
66
|
+
declare const __VLS_component_13: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
60
67
|
"update:modelValue": (path: string) => any;
|
|
61
68
|
redirect: (path: string) => any;
|
|
62
69
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
@@ -68,19 +75,19 @@ home: string;
|
|
|
68
75
|
divider: "/" | ">";
|
|
69
76
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
70
77
|
|
|
71
|
-
declare const
|
|
78
|
+
declare const __VLS_component_14: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
72
79
|
updateValue: (value: string) => any;
|
|
73
80
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
74
81
|
onUpdateValue?: (value: string) => any;
|
|
75
82
|
}>, {
|
|
76
|
-
variant: keyof
|
|
83
|
+
variant: keyof IVariants;
|
|
77
84
|
initialTab: string;
|
|
78
85
|
inactivate: boolean;
|
|
79
86
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
80
87
|
|
|
81
|
-
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>;
|
|
82
89
|
|
|
83
|
-
declare const
|
|
90
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
|
|
84
91
|
color: number;
|
|
85
92
|
rounded: boolean;
|
|
86
93
|
tag: string;
|
|
@@ -92,29 +99,24 @@ responsive: boolean;
|
|
|
92
99
|
rootRef: unknown;
|
|
93
100
|
}, any>;
|
|
94
101
|
|
|
95
|
-
declare const
|
|
102
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
96
103
|
tag: string;
|
|
97
104
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
98
105
|
|
|
99
|
-
declare const
|
|
106
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
|
|
100
107
|
tag: string;
|
|
101
108
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
102
109
|
|
|
103
|
-
declare const
|
|
110
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
104
111
|
type: "inline" | "centralized" | "highlighted";
|
|
105
112
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
106
113
|
|
|
107
|
-
declare const
|
|
108
|
-
openMenu: boolean;
|
|
109
|
-
layout: "default" | "base" | "minimal";
|
|
110
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
111
|
-
|
|
112
|
-
declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
|
|
114
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_5, {
|
|
113
115
|
/** Focus button */
|
|
114
116
|
focus: () => void;
|
|
115
117
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
116
118
|
click: (event: MouseEvent) => any;
|
|
117
|
-
}, string, PublicProps, Readonly<
|
|
119
|
+
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
118
120
|
onClick?: (event: MouseEvent) => any;
|
|
119
121
|
}>, {
|
|
120
122
|
size: "xxs" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
@@ -127,9 +129,27 @@ rounded: "small" | "medium" | "large";
|
|
|
127
129
|
buttonRef: unknown;
|
|
128
130
|
}, any>;
|
|
129
131
|
|
|
130
|
-
declare const __VLS_component_20: DefineComponent<
|
|
131
|
-
|
|
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, {} & {
|
|
138
|
+
"toggle-collapse": (value: ICollapse[]) => any;
|
|
132
139
|
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
140
|
+
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
141
|
+
}>, {
|
|
142
|
+
variant: "accordion" | "card" | "minimal" | "compact";
|
|
143
|
+
items: Array<Record<string, unknown>>;
|
|
144
|
+
openTheFirst: boolean;
|
|
145
|
+
allOpen: boolean;
|
|
146
|
+
direction: "row" | "column";
|
|
147
|
+
closeCollapse: number | null;
|
|
148
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
149
|
+
|
|
150
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
151
|
+
close: (value: boolean) => any;
|
|
152
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
133
153
|
onClose?: (value: boolean) => any;
|
|
134
154
|
}>, {
|
|
135
155
|
background: "white" | "green";
|
|
@@ -139,9 +159,9 @@ isOpen: boolean;
|
|
|
139
159
|
showIcon: boolean;
|
|
140
160
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
141
161
|
|
|
142
|
-
declare const
|
|
162
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
143
163
|
close: (value: boolean) => any;
|
|
144
|
-
}, string, PublicProps, Readonly<
|
|
164
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
145
165
|
onClose?: (value: boolean) => any;
|
|
146
166
|
}>, {
|
|
147
167
|
background: "1" | "2";
|
|
@@ -150,7 +170,7 @@ closeOutside: boolean;
|
|
|
150
170
|
showCloseButton: boolean;
|
|
151
171
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
152
172
|
|
|
153
|
-
declare const
|
|
173
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
154
174
|
focus: boolean;
|
|
155
175
|
location: "top" | "bottom" | "left" | "right";
|
|
156
176
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -158,11 +178,11 @@ activatorRef: HTMLDivElement;
|
|
|
158
178
|
tooltipRef: HTMLDivElement;
|
|
159
179
|
}, any>;
|
|
160
180
|
|
|
161
|
-
declare const
|
|
181
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_32, {
|
|
162
182
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
163
183
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
164
184
|
click: (event: MouseEvent) => any;
|
|
165
|
-
}, string, PublicProps, Readonly<
|
|
185
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
166
186
|
onClick?: (event: MouseEvent) => any;
|
|
167
187
|
}>, {
|
|
168
188
|
size: "small" | "medium" | "large" | number;
|
|
@@ -175,10 +195,10 @@ badgeOffsetBottom: number;
|
|
|
175
195
|
rootRef: HTMLDivElement;
|
|
176
196
|
}, any>;
|
|
177
197
|
|
|
178
|
-
declare const
|
|
198
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
179
199
|
submit: () => any;
|
|
180
200
|
clear: () => any;
|
|
181
|
-
}, string, PublicProps, Readonly<
|
|
201
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
182
202
|
onSubmit?: () => any;
|
|
183
203
|
onClear?: () => any;
|
|
184
204
|
}>, {
|
|
@@ -191,7 +211,7 @@ showClearButton: boolean;
|
|
|
191
211
|
menuRef: HTMLDivElement;
|
|
192
212
|
}, HTMLDivElement>;
|
|
193
213
|
|
|
194
|
-
declare const
|
|
214
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {
|
|
195
215
|
size: "sm" | "md" | "lg";
|
|
196
216
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
197
217
|
variant: "solid" | "outline" | "ghost";
|
|
@@ -199,10 +219,10 @@ rounded: "sm" | "md" | "lg";
|
|
|
199
219
|
status: boolean;
|
|
200
220
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
201
221
|
|
|
202
|
-
declare const __VLS_component_3: DefineComponent<
|
|
222
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
203
223
|
"update:modelValue": (value: boolean | CustomEvent<any>) => any;
|
|
204
224
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
205
|
-
}, string, PublicProps, Readonly<
|
|
225
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
206
226
|
"onUpdate:modelValue"?: (value: boolean | CustomEvent<any>) => any;
|
|
207
227
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
208
228
|
}>, {
|
|
@@ -213,11 +233,11 @@ disabled: boolean;
|
|
|
213
233
|
rootRef: HTMLDivElement;
|
|
214
234
|
}, any>;
|
|
215
235
|
|
|
216
|
-
declare const __VLS_component_4: DefineComponent<
|
|
236
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
217
237
|
"update:modelValue": (value: string | number | Date | CustomEvent<any>) => any;
|
|
218
238
|
"update:start": (value: string | number | Date | CustomEvent<any>) => any;
|
|
219
239
|
"update:end": (value: string | number | Date | CustomEvent<any>) => any;
|
|
220
|
-
}, string, PublicProps, Readonly<
|
|
240
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
221
241
|
"onUpdate:modelValue"?: (value: string | number | Date | CustomEvent<any>) => any;
|
|
222
242
|
"onUpdate:start"?: (value: string | number | Date | CustomEvent<any>) => any;
|
|
223
243
|
"onUpdate:end"?: (value: string | number | Date | CustomEvent<any>) => any;
|
|
@@ -233,7 +253,7 @@ format: FormatDate;
|
|
|
233
253
|
rootRef: HTMLDivElement;
|
|
234
254
|
}, any>;
|
|
235
255
|
|
|
236
|
-
declare const __VLS_component_5: DefineComponent<
|
|
256
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_9, {
|
|
237
257
|
focus: () => void;
|
|
238
258
|
valorSemMascara: Ref<string | number, string | number>;
|
|
239
259
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -241,7 +261,7 @@ valorSemMascara: Ref<string | number, string | number>;
|
|
|
241
261
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
242
262
|
blur: (value: string | number | CustomEvent<any>) => any;
|
|
243
263
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
244
|
-
}, string, PublicProps, Readonly<
|
|
264
|
+
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
245
265
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
246
266
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
247
267
|
onBlur?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -267,13 +287,43 @@ onSelected?: (value: Coluna[]) => any;
|
|
|
267
287
|
onRedirect?: (item: ItensMenu_2) => any;
|
|
268
288
|
}>, {
|
|
269
289
|
type: "menu" | "selection";
|
|
290
|
+
background: "white" | "black";
|
|
270
291
|
itemsMenu: ItensMenu_2[];
|
|
271
|
-
itemsSelection:
|
|
292
|
+
itemsSelection: ItemsSelection[];
|
|
293
|
+
allowRedirect: boolean;
|
|
272
294
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
273
|
-
dropdownRef:
|
|
295
|
+
dropdownRef: HTMLDivElement[];
|
|
274
296
|
}, any>;
|
|
275
297
|
|
|
276
|
-
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, {
|
|
277
327
|
/** Focus select */
|
|
278
328
|
focus: () => void;
|
|
279
329
|
/** Abre/Fecha dropdown do select */
|
|
@@ -303,18 +353,11 @@ inputRef: HTMLDivElement;
|
|
|
303
353
|
searchInputRef: HTMLInputElement;
|
|
304
354
|
}, any>;
|
|
305
355
|
|
|
306
|
-
declare const
|
|
356
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
|
|
307
357
|
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
308
358
|
tag: string;
|
|
309
359
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
310
360
|
|
|
311
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
312
|
-
tag: string;
|
|
313
|
-
noGutters: boolean;
|
|
314
|
-
dense: boolean;
|
|
315
|
-
noCols: boolean;
|
|
316
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
317
|
-
|
|
318
361
|
declare type __VLS_Props = {
|
|
319
362
|
/** Indica o progresso */
|
|
320
363
|
progress: number;
|
|
@@ -325,24 +368,16 @@ declare type __VLS_Props = {
|
|
|
325
368
|
};
|
|
326
369
|
|
|
327
370
|
declare type __VLS_Props_10 = {
|
|
328
|
-
/**
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
|
|
332
|
-
/**
|
|
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 */
|
|
333
380
|
disabled?: boolean;
|
|
334
|
-
/** permite o upload de multiplos arquivos */
|
|
335
|
-
multiple?: boolean;
|
|
336
|
-
/** quantidade máxima de arquivos permitidos */
|
|
337
|
-
maxFile?: number;
|
|
338
|
-
/** tamanho máximo do arquivo em KB */
|
|
339
|
-
maxFileSize?: number;
|
|
340
|
-
/** habilita a opção de selecionar múltiplos arquivos */
|
|
341
|
-
selectAll?: boolean;
|
|
342
|
-
/** Mensagem personalizada de tipos de arquivos */
|
|
343
|
-
customMessage?: string[];
|
|
344
|
-
/** limpa a lista de arquivos */
|
|
345
|
-
clear: boolean;
|
|
346
381
|
};
|
|
347
382
|
|
|
348
383
|
declare type __VLS_Props_11 = {
|
|
@@ -482,6 +517,10 @@ declare type __VLS_Props_17 = {
|
|
|
482
517
|
email?: string;
|
|
483
518
|
/** Array de opções de pesquisa do menu */
|
|
484
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;
|
|
485
524
|
};
|
|
486
525
|
|
|
487
526
|
declare type __VLS_Props_18 = {
|
|
@@ -517,17 +556,11 @@ declare type __VLS_Props_19 = {
|
|
|
517
556
|
};
|
|
518
557
|
|
|
519
558
|
declare type __VLS_Props_2 = {
|
|
520
|
-
/** Define o label do componente */
|
|
521
559
|
label: string;
|
|
522
|
-
/** Define os valores exibidos no select */
|
|
523
560
|
options: number[];
|
|
524
|
-
/** Desabilita o componente */
|
|
525
561
|
disabled?: boolean;
|
|
526
|
-
/** Define a direção do texto */
|
|
527
562
|
textDirection?: 'left' | 'right';
|
|
528
|
-
/** Define o valor selecionado */
|
|
529
563
|
modelValue: number;
|
|
530
|
-
/**Define a posição de abertura das opções */
|
|
531
564
|
position?: 'top' | 'bottom';
|
|
532
565
|
};
|
|
533
566
|
|
|
@@ -548,7 +581,7 @@ declare type __VLS_Props_22 = {
|
|
|
548
581
|
|
|
549
582
|
declare type __VLS_Props_23 = {
|
|
550
583
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
551
|
-
background: 'white' | 'green';
|
|
584
|
+
background: 'white' | 'green' | 'black';
|
|
552
585
|
items?: ItensMenu[];
|
|
553
586
|
socialMedia?: ISocialMedia[];
|
|
554
587
|
};
|
|
@@ -569,6 +602,15 @@ declare type __VLS_Props_25 = {
|
|
|
569
602
|
};
|
|
570
603
|
|
|
571
604
|
declare type __VLS_Props_26 = {
|
|
605
|
+
items: Array<Record<string, unknown>>;
|
|
606
|
+
openTheFirst?: boolean;
|
|
607
|
+
allOpen?: boolean;
|
|
608
|
+
variant: 'accordion' | 'card' | 'minimal' | 'compact';
|
|
609
|
+
direction?: 'row' | 'column';
|
|
610
|
+
closeCollapse?: number | null;
|
|
611
|
+
};
|
|
612
|
+
|
|
613
|
+
declare type __VLS_Props_27 = {
|
|
572
614
|
/** Define a posição em que o banner aparece */
|
|
573
615
|
position?: 'top' | 'bottom';
|
|
574
616
|
/** Define se o banner abre ou fecha */
|
|
@@ -581,7 +623,7 @@ declare type __VLS_Props_26 = {
|
|
|
581
623
|
showIcon?: boolean;
|
|
582
624
|
};
|
|
583
625
|
|
|
584
|
-
declare type
|
|
626
|
+
declare type __VLS_Props_28 = {
|
|
585
627
|
/** Define se o modal abre ou fecha */
|
|
586
628
|
isOpen: boolean;
|
|
587
629
|
/** Define a cor do background */
|
|
@@ -592,21 +634,12 @@ declare type __VLS_Props_27 = {
|
|
|
592
634
|
showCloseButton?: boolean;
|
|
593
635
|
};
|
|
594
636
|
|
|
595
|
-
declare type
|
|
637
|
+
declare type __VLS_Props_29 = {
|
|
596
638
|
text: string;
|
|
597
639
|
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
598
640
|
focus?: boolean;
|
|
599
641
|
};
|
|
600
642
|
|
|
601
|
-
declare type __VLS_Props_29 = {
|
|
602
|
-
/** Define o tipo de spinner */
|
|
603
|
-
type: 'spinner' | 'semi-circle' | 'dots';
|
|
604
|
-
/** Define se o loading deve ser exibido ou não */
|
|
605
|
-
showLoading?: boolean;
|
|
606
|
-
/** Define a cor do background */
|
|
607
|
-
background?: 'smoky' | 'transparent';
|
|
608
|
-
};
|
|
609
|
-
|
|
610
643
|
declare type __VLS_Props_3 = {
|
|
611
644
|
/** Array de string com as opções do menu */
|
|
612
645
|
items: string[];
|
|
@@ -614,9 +647,22 @@ declare type __VLS_Props_3 = {
|
|
|
614
647
|
placeholder: string;
|
|
615
648
|
/** Valor para two-way binding (v-model) */
|
|
616
649
|
modelValue?: string;
|
|
650
|
+
/** Define a cor de fundo */
|
|
651
|
+
background?: 'white' | 'black';
|
|
617
652
|
};
|
|
618
653
|
|
|
619
654
|
declare type __VLS_Props_30 = {
|
|
655
|
+
/** Define o tipo de spinner */
|
|
656
|
+
type: 'spinner' | 'semi-circle' | 'dots';
|
|
657
|
+
/** Define se o loading deve ser exibido ou não */
|
|
658
|
+
showLoading?: boolean;
|
|
659
|
+
/** Define a cor do background */
|
|
660
|
+
background?: 'smoky' | 'transparent' | 'black';
|
|
661
|
+
/** Aplica um efeito de blur no background */
|
|
662
|
+
blur?: boolean;
|
|
663
|
+
};
|
|
664
|
+
|
|
665
|
+
declare type __VLS_Props_31 = {
|
|
620
666
|
/** SVG bruto (como string) */
|
|
621
667
|
name: string;
|
|
622
668
|
/** Tamanho do ícone */
|
|
@@ -627,7 +673,7 @@ declare type __VLS_Props_30 = {
|
|
|
627
673
|
fill?: string;
|
|
628
674
|
};
|
|
629
675
|
|
|
630
|
-
declare type
|
|
676
|
+
declare type __VLS_Props_32 = {
|
|
631
677
|
/** Especifica o caminho para a imagem */
|
|
632
678
|
src?: string;
|
|
633
679
|
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
@@ -646,7 +692,7 @@ declare type __VLS_Props_31 = {
|
|
|
646
692
|
disabled?: boolean;
|
|
647
693
|
};
|
|
648
694
|
|
|
649
|
-
declare type
|
|
695
|
+
declare type __VLS_Props_33 = {
|
|
650
696
|
/** Define o tipo do filtro */
|
|
651
697
|
variant?: 'dropdown' | 'collapse';
|
|
652
698
|
/** Define o título do filtro */
|
|
@@ -661,7 +707,7 @@ declare type __VLS_Props_32 = {
|
|
|
661
707
|
showClearButton?: boolean;
|
|
662
708
|
};
|
|
663
709
|
|
|
664
|
-
declare type
|
|
710
|
+
declare type __VLS_Props_34 = {
|
|
665
711
|
/** Variante de estilo do badge */
|
|
666
712
|
variant?: 'solid' | 'outline' | 'ghost';
|
|
667
713
|
/** Cor do badge */
|
|
@@ -675,6 +721,37 @@ declare type __VLS_Props_33 = {
|
|
|
675
721
|
};
|
|
676
722
|
|
|
677
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 = {
|
|
678
755
|
/** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
|
|
679
756
|
type?: 'button' | 'submit' | 'a';
|
|
680
757
|
/** Tamanho do button */
|
|
@@ -691,7 +768,7 @@ declare type __VLS_Props_4 = {
|
|
|
691
768
|
disabled?: boolean;
|
|
692
769
|
};
|
|
693
770
|
|
|
694
|
-
declare type
|
|
771
|
+
declare type __VLS_Props_6 = {
|
|
695
772
|
/** Valor do checkbox para two-way binding (v-model) */
|
|
696
773
|
modelValue?: ModelValueType | null;
|
|
697
774
|
/** ID única do checkbox */
|
|
@@ -718,7 +795,7 @@ declare type __VLS_Props_5 = {
|
|
|
718
795
|
reserveSpaceFeedback?: boolean;
|
|
719
796
|
};
|
|
720
797
|
|
|
721
|
-
declare type
|
|
798
|
+
declare type __VLS_Props_7 = {
|
|
722
799
|
/** Valor para two-way binding (v-model) */
|
|
723
800
|
modelValue?: boolean;
|
|
724
801
|
/** ID única do input */
|
|
@@ -733,7 +810,7 @@ declare type __VLS_Props_6 = {
|
|
|
733
810
|
disabled?: boolean;
|
|
734
811
|
};
|
|
735
812
|
|
|
736
|
-
declare type
|
|
813
|
+
declare type __VLS_Props_8 = {
|
|
737
814
|
modelValue?: Date | string | null | number;
|
|
738
815
|
start?: Date | string | null;
|
|
739
816
|
end?: Date | string | null;
|
|
@@ -763,7 +840,7 @@ declare type __VLS_Props_7 = {
|
|
|
763
840
|
format?: FormatDate;
|
|
764
841
|
};
|
|
765
842
|
|
|
766
|
-
declare type
|
|
843
|
+
declare type __VLS_Props_9 = {
|
|
767
844
|
/** Valor do input para two-way binding (v-model) */
|
|
768
845
|
modelValue?: string | number | null;
|
|
769
846
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -796,24 +873,13 @@ declare type __VLS_Props_8 = {
|
|
|
796
873
|
reserveSpaceFeedback?: boolean;
|
|
797
874
|
};
|
|
798
875
|
|
|
799
|
-
declare type __VLS_Props_9 = {
|
|
800
|
-
/** Define o id do botão */
|
|
801
|
-
id: string | number;
|
|
802
|
-
/** Define o texto do botão */
|
|
803
|
-
text: string;
|
|
804
|
-
/** Define o botão selecionado */
|
|
805
|
-
selected: number;
|
|
806
|
-
/** Define a variante do botão */
|
|
807
|
-
variant: 'text' | 'radio';
|
|
808
|
-
/** Define se o botão está desabilitado */
|
|
809
|
-
disabled?: boolean;
|
|
810
|
-
};
|
|
811
|
-
|
|
812
876
|
declare function __VLS_template(): {
|
|
813
877
|
attrs: Partial<{}>;
|
|
814
878
|
slots: Readonly<NonNullable<{
|
|
815
879
|
[key: string]: (props: {
|
|
816
880
|
item: Record<string, any>;
|
|
881
|
+
indexItem: number;
|
|
882
|
+
indexHeader: number;
|
|
817
883
|
}) => VNode[];
|
|
818
884
|
} & {
|
|
819
885
|
/**Slot usado para exibir a paginação da tabela */
|
|
@@ -833,6 +899,8 @@ declare function __VLS_template(): {
|
|
|
833
899
|
}>> & {
|
|
834
900
|
[key: string]: (props: {
|
|
835
901
|
item: Record<string, any>;
|
|
902
|
+
indexItem: number;
|
|
903
|
+
indexHeader: number;
|
|
836
904
|
}) => VNode[];
|
|
837
905
|
} & {
|
|
838
906
|
/**Slot usado para exibir a paginação da tabela */
|
|
@@ -857,6 +925,19 @@ declare function __VLS_template(): {
|
|
|
857
925
|
};
|
|
858
926
|
|
|
859
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(): {
|
|
860
941
|
attrs: Partial<{}>;
|
|
861
942
|
slots: Readonly<{
|
|
862
943
|
/** Adicione conteúdo dentro do container */
|
|
@@ -873,7 +954,7 @@ declare function __VLS_template_10(): {
|
|
|
873
954
|
rootEl: any;
|
|
874
955
|
};
|
|
875
956
|
|
|
876
|
-
declare function
|
|
957
|
+
declare function __VLS_template_12(): {
|
|
877
958
|
attrs: Partial<{}>;
|
|
878
959
|
slots: Readonly<{
|
|
879
960
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -894,7 +975,7 @@ declare function __VLS_template_11(): {
|
|
|
894
975
|
rootEl: any;
|
|
895
976
|
};
|
|
896
977
|
|
|
897
|
-
declare function
|
|
978
|
+
declare function __VLS_template_13(): {
|
|
898
979
|
attrs: Partial<{}>;
|
|
899
980
|
slots: Readonly<{
|
|
900
981
|
/** Define o slot de ícone */
|
|
@@ -907,7 +988,7 @@ declare function __VLS_template_12(): {
|
|
|
907
988
|
rootEl: HTMLDivElement;
|
|
908
989
|
};
|
|
909
990
|
|
|
910
|
-
declare function
|
|
991
|
+
declare function __VLS_template_14(): {
|
|
911
992
|
attrs: Partial<{}>;
|
|
912
993
|
slots: {
|
|
913
994
|
default?(_: {}): any;
|
|
@@ -916,7 +997,7 @@ declare function __VLS_template_13(): {
|
|
|
916
997
|
rootEl: any;
|
|
917
998
|
};
|
|
918
999
|
|
|
919
|
-
declare function
|
|
1000
|
+
declare function __VLS_template_15(): {
|
|
920
1001
|
attrs: Partial<{}>;
|
|
921
1002
|
slots: {
|
|
922
1003
|
default?(_: {}): any;
|
|
@@ -925,7 +1006,7 @@ declare function __VLS_template_14(): {
|
|
|
925
1006
|
rootEl: any;
|
|
926
1007
|
};
|
|
927
1008
|
|
|
928
|
-
declare function
|
|
1009
|
+
declare function __VLS_template_16(): {
|
|
929
1010
|
attrs: Partial<{}>;
|
|
930
1011
|
slots: Readonly<{
|
|
931
1012
|
/** Conteúdo principal do card */
|
|
@@ -968,7 +1049,7 @@ declare function __VLS_template_15(): {
|
|
|
968
1049
|
rootEl: any;
|
|
969
1050
|
};
|
|
970
1051
|
|
|
971
|
-
declare function
|
|
1052
|
+
declare function __VLS_template_17(): {
|
|
972
1053
|
attrs: Partial<{}>;
|
|
973
1054
|
slots: Readonly<{
|
|
974
1055
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -981,7 +1062,7 @@ declare function __VLS_template_16(): {
|
|
|
981
1062
|
rootEl: any;
|
|
982
1063
|
};
|
|
983
1064
|
|
|
984
|
-
declare function
|
|
1065
|
+
declare function __VLS_template_18(): {
|
|
985
1066
|
attrs: Partial<{}>;
|
|
986
1067
|
slots: Readonly<{
|
|
987
1068
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -994,7 +1075,7 @@ declare function __VLS_template_17(): {
|
|
|
994
1075
|
rootEl: any;
|
|
995
1076
|
};
|
|
996
1077
|
|
|
997
|
-
declare function
|
|
1078
|
+
declare function __VLS_template_19(): {
|
|
998
1079
|
attrs: Partial<{}>;
|
|
999
1080
|
slots: {
|
|
1000
1081
|
default?(_: {}): any;
|
|
@@ -1003,7 +1084,22 @@ declare function __VLS_template_18(): {
|
|
|
1003
1084
|
rootEl: HTMLDivElement;
|
|
1004
1085
|
};
|
|
1005
1086
|
|
|
1006
|
-
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(): {
|
|
1007
1103
|
attrs: Partial<{}>;
|
|
1008
1104
|
slots: Readonly<{
|
|
1009
1105
|
/** Adicione conteúdo no header */
|
|
@@ -1044,22 +1140,34 @@ declare function __VLS_template_19(): {
|
|
|
1044
1140
|
rootEl: any;
|
|
1045
1141
|
};
|
|
1046
1142
|
|
|
1047
|
-
declare function
|
|
1143
|
+
declare function __VLS_template_21(): {
|
|
1048
1144
|
attrs: Partial<{}>;
|
|
1049
1145
|
slots: Readonly<{
|
|
1050
|
-
|
|
1051
|
-
|
|
1146
|
+
[key: string]: (props: {
|
|
1147
|
+
item: Record<string, any>;
|
|
1148
|
+
}) => VNode[];
|
|
1149
|
+
header?: (props: {
|
|
1150
|
+
item: Record<string, any>;
|
|
1151
|
+
}) => VNode[];
|
|
1152
|
+
content?: (props: {
|
|
1153
|
+
item: Record<string, any>;
|
|
1154
|
+
}) => VNode[];
|
|
1052
1155
|
}> & {
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1156
|
+
[key: string]: (props: {
|
|
1157
|
+
item: Record<string, any>;
|
|
1158
|
+
}) => VNode[];
|
|
1159
|
+
header?: (props: {
|
|
1160
|
+
item: Record<string, any>;
|
|
1161
|
+
}) => VNode[];
|
|
1162
|
+
content?: (props: {
|
|
1163
|
+
item: Record<string, any>;
|
|
1164
|
+
}) => VNode[];
|
|
1058
1165
|
};
|
|
1059
|
-
|
|
1166
|
+
refs: {};
|
|
1167
|
+
rootEl: HTMLDivElement;
|
|
1060
1168
|
};
|
|
1061
1169
|
|
|
1062
|
-
declare function
|
|
1170
|
+
declare function __VLS_template_22(): {
|
|
1063
1171
|
attrs: Partial<{}>;
|
|
1064
1172
|
slots: Readonly<{
|
|
1065
1173
|
/** Slot para o icone do banner */
|
|
@@ -1076,7 +1184,7 @@ declare function __VLS_template_20(): {
|
|
|
1076
1184
|
rootEl: any;
|
|
1077
1185
|
};
|
|
1078
1186
|
|
|
1079
|
-
declare function
|
|
1187
|
+
declare function __VLS_template_23(): {
|
|
1080
1188
|
attrs: Partial<{}>;
|
|
1081
1189
|
slots: {
|
|
1082
1190
|
default?(_: {}): any;
|
|
@@ -1085,7 +1193,7 @@ declare function __VLS_template_21(): {
|
|
|
1085
1193
|
rootEl: any;
|
|
1086
1194
|
};
|
|
1087
1195
|
|
|
1088
|
-
declare function
|
|
1196
|
+
declare function __VLS_template_24(): {
|
|
1089
1197
|
attrs: Partial<{}>;
|
|
1090
1198
|
slots: {
|
|
1091
1199
|
activator?(_: {}): any;
|
|
@@ -1097,7 +1205,7 @@ declare function __VLS_template_22(): {
|
|
|
1097
1205
|
rootEl: any;
|
|
1098
1206
|
};
|
|
1099
1207
|
|
|
1100
|
-
declare function
|
|
1208
|
+
declare function __VLS_template_25(): {
|
|
1101
1209
|
attrs: Partial<{}>;
|
|
1102
1210
|
slots: Readonly<{
|
|
1103
1211
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -1116,7 +1224,7 @@ declare function __VLS_template_23(): {
|
|
|
1116
1224
|
rootEl: any;
|
|
1117
1225
|
};
|
|
1118
1226
|
|
|
1119
|
-
declare function
|
|
1227
|
+
declare function __VLS_template_26(): {
|
|
1120
1228
|
attrs: Partial<{}>;
|
|
1121
1229
|
slots: Readonly<{
|
|
1122
1230
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1131,7 +1239,7 @@ declare function __VLS_template_24(): {
|
|
|
1131
1239
|
rootEl: HTMLDivElement;
|
|
1132
1240
|
};
|
|
1133
1241
|
|
|
1134
|
-
declare function
|
|
1242
|
+
declare function __VLS_template_27(): {
|
|
1135
1243
|
attrs: Partial<{}>;
|
|
1136
1244
|
slots: Readonly<{
|
|
1137
1245
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1213,19 +1321,34 @@ declare function __VLS_template_5(): {
|
|
|
1213
1321
|
declare function __VLS_template_6(): {
|
|
1214
1322
|
attrs: Partial<{}>;
|
|
1215
1323
|
slots: Readonly<{
|
|
1216
|
-
/** Slot para o conteúdo do
|
|
1324
|
+
/** Slot para o conteúdo do dropdown */
|
|
1217
1325
|
default: () => VNode[];
|
|
1218
1326
|
}> & {
|
|
1219
|
-
/** Slot para o conteúdo do
|
|
1327
|
+
/** Slot para o conteúdo do dropdown */
|
|
1220
1328
|
default: () => VNode[];
|
|
1221
1329
|
};
|
|
1222
1330
|
refs: {
|
|
1223
|
-
dropdownRef:
|
|
1331
|
+
dropdownRef: HTMLDivElement[];
|
|
1224
1332
|
};
|
|
1225
1333
|
rootEl: any;
|
|
1226
1334
|
};
|
|
1227
1335
|
|
|
1228
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(): {
|
|
1229
1352
|
attrs: Partial<{}>;
|
|
1230
1353
|
slots: Readonly<{
|
|
1231
1354
|
/** Slot para adicionar conteúdo antes das opções */
|
|
@@ -1262,7 +1385,7 @@ declare function __VLS_template_7(): {
|
|
|
1262
1385
|
rootEl: any;
|
|
1263
1386
|
};
|
|
1264
1387
|
|
|
1265
|
-
declare function
|
|
1388
|
+
declare function __VLS_template_9(): {
|
|
1266
1389
|
attrs: Partial<{}>;
|
|
1267
1390
|
slots: Readonly<{
|
|
1268
1391
|
/** Adicione conteúdo dentro do col */
|
|
@@ -1279,19 +1402,6 @@ declare function __VLS_template_8(): {
|
|
|
1279
1402
|
rootEl: any;
|
|
1280
1403
|
};
|
|
1281
1404
|
|
|
1282
|
-
declare function __VLS_template_9(): {
|
|
1283
|
-
attrs: Partial<{}>;
|
|
1284
|
-
slots: Readonly<{
|
|
1285
|
-
/** Adicione conteúdo dentro do row */
|
|
1286
|
-
default?: () => VNode[];
|
|
1287
|
-
}> & {
|
|
1288
|
-
/** Adicione conteúdo dentro do row */
|
|
1289
|
-
default?: () => VNode[];
|
|
1290
|
-
};
|
|
1291
|
-
refs: {};
|
|
1292
|
-
rootEl: any;
|
|
1293
|
-
};
|
|
1294
|
-
|
|
1295
1405
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1296
1406
|
|
|
1297
1407
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1328,6 +1438,10 @@ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
|
1328
1438
|
|
|
1329
1439
|
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
1330
1440
|
|
|
1441
|
+
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
1442
|
+
|
|
1443
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
1444
|
+
|
|
1331
1445
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1332
1446
|
|
|
1333
1447
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1450,6 +1564,18 @@ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
|
1450
1564
|
};
|
|
1451
1565
|
};
|
|
1452
1566
|
|
|
1567
|
+
declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
1568
|
+
new (): {
|
|
1569
|
+
$slots: S;
|
|
1570
|
+
};
|
|
1571
|
+
};
|
|
1572
|
+
|
|
1573
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
1574
|
+
new (): {
|
|
1575
|
+
$slots: S;
|
|
1576
|
+
};
|
|
1577
|
+
};
|
|
1578
|
+
|
|
1453
1579
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1454
1580
|
new (): {
|
|
1455
1581
|
$slots: S;
|
|
@@ -1506,19 +1632,22 @@ clearFilter: () => any;
|
|
|
1506
1632
|
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
1507
1633
|
onClearFilter?: () => any;
|
|
1508
1634
|
"onInput:focus"?: () => any;
|
|
1509
|
-
}>, {
|
|
1635
|
+
}>, {
|
|
1636
|
+
background: "white" | "black";
|
|
1637
|
+
items: string[];
|
|
1638
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1510
1639
|
|
|
1511
|
-
export declare const CeAvatar:
|
|
1640
|
+
export declare const CeAvatar: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1512
1641
|
|
|
1513
|
-
export declare const CeBadge:
|
|
1642
|
+
export declare const CeBadge: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1514
1643
|
|
|
1515
|
-
export declare const CeBanners:
|
|
1644
|
+
export declare const CeBanners: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1516
1645
|
|
|
1517
|
-
export declare const CeBreadcrumbs:
|
|
1646
|
+
export declare const CeBreadcrumbs: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1518
1647
|
|
|
1519
1648
|
export declare const CeButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1520
1649
|
|
|
1521
|
-
export declare const CeButtonGroups: DefineComponent<
|
|
1650
|
+
export declare const CeButtonGroups: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
|
|
1522
1651
|
text: string;
|
|
1523
1652
|
disabled: boolean;
|
|
1524
1653
|
id: string | number;
|
|
@@ -1526,19 +1655,19 @@ variant: "text" | "radio";
|
|
|
1526
1655
|
selected: number;
|
|
1527
1656
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1528
1657
|
|
|
1529
|
-
export declare const CeCard:
|
|
1658
|
+
export declare const CeCard: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1530
1659
|
|
|
1531
|
-
export declare const CeCardHeader:
|
|
1660
|
+
export declare const CeCardHeader: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1532
1661
|
|
|
1533
|
-
export declare const CeCardText:
|
|
1662
|
+
export declare const CeCardText: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1534
1663
|
|
|
1535
|
-
export declare const CeCheckbox: DefineComponent<
|
|
1664
|
+
export declare const CeCheckbox: DefineComponent<__VLS_Props_6, {
|
|
1536
1665
|
/** Focus checkbox input */
|
|
1537
1666
|
focus: () => void;
|
|
1538
1667
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1539
1668
|
"update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
|
|
1540
1669
|
change: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1541
|
-
}, string, PublicProps, Readonly<
|
|
1670
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1542
1671
|
"onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1543
1672
|
onChange?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1544
1673
|
}>, {
|
|
@@ -1555,11 +1684,31 @@ inputRef: HTMLInputElement;
|
|
|
1555
1684
|
|
|
1556
1685
|
export declare const CeCheckboxGroup: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1557
1686
|
|
|
1558
|
-
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"]>;
|
|
1706
|
+
|
|
1707
|
+
export declare const CeCollapse: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1559
1708
|
|
|
1560
|
-
export declare const CeContainer:
|
|
1709
|
+
export declare const CeContainer: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1561
1710
|
|
|
1562
|
-
export declare const CeContentDivider:
|
|
1711
|
+
export declare const CeContentDivider: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1563
1712
|
|
|
1564
1713
|
export declare const CeDataTable: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1565
1714
|
|
|
@@ -1567,33 +1716,16 @@ export declare const CeDatePicker: __VLS_WithTemplateSlots_4<typeof __VLS_compon
|
|
|
1567
1716
|
|
|
1568
1717
|
export declare const CeDropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1569
1718
|
|
|
1570
|
-
export declare const CeFileUpload:
|
|
1571
|
-
"update:modelValue": (file: FileItem[]) => any;
|
|
1572
|
-
updateFiles: (file: FileItem[]) => any;
|
|
1573
|
-
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1574
|
-
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1575
|
-
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1576
|
-
}>, {
|
|
1577
|
-
disabled: boolean;
|
|
1578
|
-
clear: boolean;
|
|
1579
|
-
accept: string[];
|
|
1580
|
-
multiple: boolean;
|
|
1581
|
-
maxFile: number;
|
|
1582
|
-
maxFileSize: number;
|
|
1583
|
-
selectAll: boolean;
|
|
1584
|
-
customMessage: string[];
|
|
1585
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1586
|
-
inputFile: HTMLInputElement;
|
|
1587
|
-
}, HTMLDivElement>;
|
|
1719
|
+
export declare const CeFileUpload: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1588
1720
|
|
|
1589
|
-
export declare const CeFilterGroup:
|
|
1721
|
+
export declare const CeFilterGroup: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1590
1722
|
|
|
1591
1723
|
export declare const CeFooter: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1592
1724
|
redirect: (valor?: string) => any;
|
|
1593
1725
|
}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{
|
|
1594
1726
|
onRedirect?: (valor?: string) => any;
|
|
1595
1727
|
}>, {
|
|
1596
|
-
background: "white" | "green";
|
|
1728
|
+
background: "white" | "green" | "black";
|
|
1597
1729
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1598
1730
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1599
1731
|
|
|
@@ -1611,17 +1743,20 @@ textDirection: "left" | "right";
|
|
|
1611
1743
|
position: "top" | "bottom";
|
|
1612
1744
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1613
1745
|
menuRef: HTMLDivElement;
|
|
1614
|
-
|
|
1746
|
+
referenceRef: HTMLButtonElement;
|
|
1747
|
+
dropdownRef: HTMLUListElement;
|
|
1748
|
+
}, any>;
|
|
1615
1749
|
|
|
1616
|
-
export declare const CeLayout:
|
|
1750
|
+
export declare const CeLayout: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1617
1751
|
|
|
1618
|
-
export declare const CeLoading: DefineComponent<
|
|
1752
|
+
export declare const CeLoading: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
1619
1753
|
type: "spinner" | "semi-circle" | "dots";
|
|
1620
|
-
|
|
1754
|
+
blur: boolean;
|
|
1755
|
+
background: "smoky" | "transparent" | "black";
|
|
1621
1756
|
showLoading: boolean;
|
|
1622
1757
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1623
1758
|
|
|
1624
|
-
export declare const CeMenuHeader:
|
|
1759
|
+
export declare const CeMenuHeader: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1625
1760
|
|
|
1626
1761
|
export declare const CeMenuSidebar: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1627
1762
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
@@ -1637,7 +1772,7 @@ isSearch: boolean;
|
|
|
1637
1772
|
isOpen: boolean;
|
|
1638
1773
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1639
1774
|
|
|
1640
|
-
export declare const CeModal:
|
|
1775
|
+
export declare const CeModal: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1641
1776
|
|
|
1642
1777
|
export declare const CePagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1643
1778
|
paginate: (value: number) => any;
|
|
@@ -1653,7 +1788,7 @@ itemsPerPage: number;
|
|
|
1653
1788
|
|
|
1654
1789
|
export declare const CeProgressIndicator: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1655
1790
|
|
|
1656
|
-
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>;
|
|
1657
1792
|
|
|
1658
1793
|
export declare const CeRadioGroup: DefineComponent<__VLS_Props_11, {
|
|
1659
1794
|
/** Focus radio input */
|
|
@@ -1671,11 +1806,11 @@ block: boolean;
|
|
|
1671
1806
|
row: boolean;
|
|
1672
1807
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1673
1808
|
|
|
1674
|
-
export declare const CeRow:
|
|
1809
|
+
export declare const CeRow: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1675
1810
|
|
|
1676
1811
|
export declare const CeSectionFooter: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1677
1812
|
|
|
1678
|
-
export declare const CeSelect:
|
|
1813
|
+
export declare const CeSelect: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1679
1814
|
|
|
1680
1815
|
declare interface CeSelectFieldProps {
|
|
1681
1816
|
/** Valor do select para two-way binding (v-model) */
|
|
@@ -1721,15 +1856,15 @@ maxValue: number;
|
|
|
1721
1856
|
showValue: boolean;
|
|
1722
1857
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1723
1858
|
|
|
1724
|
-
export declare const CeSvgIcon: DefineComponent<
|
|
1859
|
+
export declare const CeSvgIcon: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
1725
1860
|
size: number | string;
|
|
1726
1861
|
color: string;
|
|
1727
1862
|
fill: string;
|
|
1728
1863
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1729
1864
|
|
|
1730
|
-
export declare const CeTab:
|
|
1865
|
+
export declare const CeTab: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1731
1866
|
|
|
1732
|
-
export declare const CeTabItem:
|
|
1867
|
+
export declare const CeTabItem: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1733
1868
|
|
|
1734
1869
|
export declare const CeTextarea: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1735
1870
|
"update:modelValue": (value: string) => any;
|
|
@@ -1746,9 +1881,9 @@ clearButton: boolean;
|
|
|
1746
1881
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1747
1882
|
|
|
1748
1883
|
export declare const CeToast: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1749
|
-
sendData: (data:
|
|
1884
|
+
sendData: (data: IData<unknown>) => any;
|
|
1750
1885
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1751
|
-
onSendData?: (data:
|
|
1886
|
+
onSendData?: (data: IData<unknown>) => any;
|
|
1752
1887
|
}>, {
|
|
1753
1888
|
position: "left-top" | "right-top" | "left-bottom" | "right-bottom";
|
|
1754
1889
|
pauseOnHover: boolean;
|
|
@@ -1769,7 +1904,7 @@ disabled: boolean;
|
|
|
1769
1904
|
contoured: boolean;
|
|
1770
1905
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1771
1906
|
|
|
1772
|
-
export declare const CeTooltip:
|
|
1907
|
+
export declare const CeTooltip: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1773
1908
|
|
|
1774
1909
|
declare interface Coluna {
|
|
1775
1910
|
text: string;
|
|
@@ -1811,6 +1946,8 @@ declare type DataTableProps = {
|
|
|
1811
1946
|
truncated?: boolean;
|
|
1812
1947
|
/** String com as diretivas tailwind a serem aplicadas ao slot pagination */
|
|
1813
1948
|
paginationStyle?: string;
|
|
1949
|
+
/** Habilita a funcionalidade de copiar o conteúdo da célula ao clicar */
|
|
1950
|
+
copyable?: boolean;
|
|
1814
1951
|
};
|
|
1815
1952
|
|
|
1816
1953
|
export declare const disableCeLoading: () => void;
|
|
@@ -1822,12 +1959,16 @@ declare interface DropdownProps {
|
|
|
1822
1959
|
itemsSelection?: ItemsSelection[];
|
|
1823
1960
|
/** Define o tipo do dropdown */
|
|
1824
1961
|
type?: 'menu' | 'selection';
|
|
1962
|
+
/** Define a cor de fundo */
|
|
1963
|
+
background?: 'white' | 'black';
|
|
1964
|
+
/** Permite redirecionamento */
|
|
1965
|
+
allowRedirect?: boolean;
|
|
1825
1966
|
}
|
|
1826
1967
|
|
|
1827
1968
|
declare interface FileItem {
|
|
1828
1969
|
file: File;
|
|
1829
1970
|
progress: number;
|
|
1830
|
-
status:
|
|
1971
|
+
status: 'uploading' | 'success' | 'error';
|
|
1831
1972
|
}
|
|
1832
1973
|
|
|
1833
1974
|
declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
|
|
@@ -1853,10 +1994,54 @@ declare interface IBreadcrumbsProps {
|
|
|
1853
1994
|
variant?: 'primary' | 'secondary' | 'text';
|
|
1854
1995
|
}
|
|
1855
1996
|
|
|
1856
|
-
declare interface
|
|
1997
|
+
declare interface ICollapse {
|
|
1998
|
+
index: number;
|
|
1999
|
+
value: boolean;
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
declare interface IData<T = unknown> {
|
|
1857
2003
|
[key: string]: T;
|
|
1858
2004
|
}
|
|
1859
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
|
+
|
|
1860
2045
|
declare interface IItems {
|
|
1861
2046
|
id: number;
|
|
1862
2047
|
title: string;
|
|
@@ -1867,6 +2052,7 @@ declare interface IItems {
|
|
|
1867
2052
|
declare type IProgressStepsProps = {
|
|
1868
2053
|
/** Define os itens que serão exibidos */
|
|
1869
2054
|
items: IItems[];
|
|
2055
|
+
variant?: 'primary' | 'secondary';
|
|
1870
2056
|
};
|
|
1871
2057
|
|
|
1872
2058
|
export declare const isMobile: Ref<boolean, boolean>;
|
|
@@ -2067,6 +2253,7 @@ declare module 'vue' {
|
|
|
2067
2253
|
'ce-button-wrapper': typeof ButtonWrapperComponent;
|
|
2068
2254
|
'ce-button-pagination': typeof ButtonPaginationComponent;
|
|
2069
2255
|
'ce-textarea': typeof TextareaComponent;
|
|
2256
|
+
'ce-code-input': typeof CodeInputComponent;
|
|
2070
2257
|
}
|
|
2071
2258
|
}
|
|
2072
2259
|
|
|
@@ -2120,5 +2307,6 @@ declare module 'vue' {
|
|
|
2120
2307
|
'ce-footer': typeof FooterComponent;
|
|
2121
2308
|
'ce-layout': typeof LayoutComponent;
|
|
2122
2309
|
'ce-section-footer': typeof SectionFooterComponent;
|
|
2310
|
+
'ce-collapse': typeof CollapseComponent;
|
|
2123
2311
|
}
|
|
2124
2312
|
}
|