@comercti/vue-components 0.22.0 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/comerc-style-guide.cjs.js +36 -30
- package/comerc-style-guide.es.js +4376 -3826
- package/comerc-style-guide.umd.js +36 -30
- package/index.d.ts +455 -242
- 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,26 +35,40 @@ 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
|
+
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
40
|
+
tag: string;
|
|
41
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
42
|
+
|
|
43
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
44
|
+
tag: string;
|
|
45
|
+
noGutters: boolean;
|
|
46
|
+
dense: boolean;
|
|
47
|
+
noCols: boolean;
|
|
48
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
49
|
+
|
|
50
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
42
51
|
block: boolean;
|
|
43
52
|
tag: string;
|
|
44
53
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
45
54
|
|
|
46
|
-
declare const
|
|
55
|
+
declare const __VLS_component_13: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
47
56
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
48
57
|
backToHome: (value: boolean) => any;
|
|
49
58
|
logout: (value: boolean) => any;
|
|
50
|
-
}, string, PublicProps, Readonly<
|
|
59
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
51
60
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
52
61
|
onBackToHome?: (value: boolean) => any;
|
|
53
62
|
onLogout?: (value: boolean) => any;
|
|
54
63
|
}>, {
|
|
64
|
+
background: "white" | "black";
|
|
65
|
+
rounded: boolean;
|
|
55
66
|
itemsMenu: ItensMenu_2[];
|
|
56
67
|
itemsSearch: ItensMenu_2[];
|
|
57
68
|
itemsMenuMyService: ItensMenu_2[];
|
|
58
69
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
59
70
|
|
|
60
|
-
declare const
|
|
71
|
+
declare const __VLS_component_14: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
61
72
|
"update:modelValue": (path: string) => any;
|
|
62
73
|
redirect: (path: string) => any;
|
|
63
74
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
@@ -69,19 +80,19 @@ home: string;
|
|
|
69
80
|
divider: "/" | ">";
|
|
70
81
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
71
82
|
|
|
72
|
-
declare const
|
|
83
|
+
declare const __VLS_component_15: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
73
84
|
updateValue: (value: string) => any;
|
|
74
85
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
75
86
|
onUpdateValue?: (value: string) => any;
|
|
76
87
|
}>, {
|
|
77
|
-
variant: keyof
|
|
88
|
+
variant: keyof IVariants;
|
|
78
89
|
initialTab: string;
|
|
79
90
|
inactivate: boolean;
|
|
80
91
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
81
92
|
|
|
82
|
-
declare const
|
|
93
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
83
94
|
|
|
84
|
-
declare const
|
|
95
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
85
96
|
color: number;
|
|
86
97
|
rounded: boolean;
|
|
87
98
|
tag: string;
|
|
@@ -93,29 +104,20 @@ responsive: boolean;
|
|
|
93
104
|
rootRef: unknown;
|
|
94
105
|
}, any>;
|
|
95
106
|
|
|
96
|
-
declare const
|
|
107
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
|
|
97
108
|
tag: string;
|
|
98
109
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
99
110
|
|
|
100
|
-
declare const
|
|
111
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
101
112
|
tag: string;
|
|
102
113
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
103
114
|
|
|
104
|
-
declare const
|
|
105
|
-
type: "inline" | "centralized" | "highlighted";
|
|
106
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
107
|
-
|
|
108
|
-
declare const __VLS_component_19: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
109
|
-
openMenu: boolean;
|
|
110
|
-
layout: "default" | "base" | "minimal";
|
|
111
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
112
|
-
|
|
113
|
-
declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
|
|
115
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_5, {
|
|
114
116
|
/** Focus button */
|
|
115
117
|
focus: () => void;
|
|
116
118
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
117
119
|
click: (event: MouseEvent) => any;
|
|
118
|
-
}, string, PublicProps, Readonly<
|
|
120
|
+
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
119
121
|
onClick?: (event: MouseEvent) => any;
|
|
120
122
|
}>, {
|
|
121
123
|
size: "xxs" | "xs" | "sm" | "md" | "lg" | "xl";
|
|
@@ -128,22 +130,33 @@ rounded: "small" | "medium" | "large";
|
|
|
128
130
|
buttonRef: unknown;
|
|
129
131
|
}, any>;
|
|
130
132
|
|
|
131
|
-
declare const __VLS_component_20: DefineComponent<
|
|
133
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
134
|
+
type: "inline" | "centralized" | "highlighted";
|
|
135
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
136
|
+
|
|
137
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
138
|
+
openMenu: boolean;
|
|
139
|
+
layout: "default" | "base" | "minimal";
|
|
140
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
141
|
+
|
|
142
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
132
143
|
"toggle-collapse": (value: ICollapse[]) => any;
|
|
133
|
-
}, string, PublicProps, Readonly<
|
|
144
|
+
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
134
145
|
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
135
146
|
}>, {
|
|
147
|
+
invalid: number[];
|
|
148
|
+
disabled: IFields;
|
|
136
149
|
variant: "accordion" | "card" | "minimal" | "compact";
|
|
137
|
-
items: Array<
|
|
150
|
+
items: Array<unknown>;
|
|
138
151
|
openTheFirst: boolean;
|
|
139
152
|
allOpen: boolean;
|
|
140
153
|
direction: "row" | "column";
|
|
141
154
|
closeCollapse: number | null;
|
|
142
155
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
143
156
|
|
|
144
|
-
declare const
|
|
157
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
145
158
|
close: (value: boolean) => any;
|
|
146
|
-
}, string, PublicProps, Readonly<
|
|
159
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
147
160
|
onClose?: (value: boolean) => any;
|
|
148
161
|
}>, {
|
|
149
162
|
background: "white" | "green";
|
|
@@ -153,9 +166,9 @@ isOpen: boolean;
|
|
|
153
166
|
showIcon: boolean;
|
|
154
167
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
155
168
|
|
|
156
|
-
declare const
|
|
169
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
157
170
|
close: (value: boolean) => any;
|
|
158
|
-
}, string, PublicProps, Readonly<
|
|
171
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
159
172
|
onClose?: (value: boolean) => any;
|
|
160
173
|
}>, {
|
|
161
174
|
background: "1" | "2";
|
|
@@ -164,7 +177,7 @@ closeOutside: boolean;
|
|
|
164
177
|
showCloseButton: boolean;
|
|
165
178
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
166
179
|
|
|
167
|
-
declare const
|
|
180
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
168
181
|
focus: boolean;
|
|
169
182
|
location: "top" | "bottom" | "left" | "right";
|
|
170
183
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -172,11 +185,11 @@ activatorRef: HTMLDivElement;
|
|
|
172
185
|
tooltipRef: HTMLDivElement;
|
|
173
186
|
}, any>;
|
|
174
187
|
|
|
175
|
-
declare const
|
|
188
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_33, {
|
|
176
189
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
177
190
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
178
191
|
click: (event: MouseEvent) => any;
|
|
179
|
-
}, string, PublicProps, Readonly<
|
|
192
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
180
193
|
onClick?: (event: MouseEvent) => any;
|
|
181
194
|
}>, {
|
|
182
195
|
size: "small" | "medium" | "large" | number;
|
|
@@ -189,10 +202,10 @@ badgeOffsetBottom: number;
|
|
|
189
202
|
rootRef: HTMLDivElement;
|
|
190
203
|
}, any>;
|
|
191
204
|
|
|
192
|
-
declare const
|
|
205
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
193
206
|
submit: () => any;
|
|
194
207
|
clear: () => any;
|
|
195
|
-
}, string, PublicProps, Readonly<
|
|
208
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
196
209
|
onSubmit?: () => any;
|
|
197
210
|
onClear?: () => any;
|
|
198
211
|
}>, {
|
|
@@ -205,7 +218,7 @@ showClearButton: boolean;
|
|
|
205
218
|
menuRef: HTMLDivElement;
|
|
206
219
|
}, HTMLDivElement>;
|
|
207
220
|
|
|
208
|
-
declare const
|
|
221
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {
|
|
209
222
|
size: "sm" | "md" | "lg";
|
|
210
223
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
211
224
|
variant: "solid" | "outline" | "ghost";
|
|
@@ -213,10 +226,10 @@ rounded: "sm" | "md" | "lg";
|
|
|
213
226
|
status: boolean;
|
|
214
227
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
215
228
|
|
|
216
|
-
declare const __VLS_component_3: DefineComponent<
|
|
229
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
217
230
|
"update:modelValue": (value: boolean | CustomEvent<any>) => any;
|
|
218
231
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
219
|
-
}, string, PublicProps, Readonly<
|
|
232
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
220
233
|
"onUpdate:modelValue"?: (value: boolean | CustomEvent<any>) => any;
|
|
221
234
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
222
235
|
}>, {
|
|
@@ -227,11 +240,11 @@ disabled: boolean;
|
|
|
227
240
|
rootRef: HTMLDivElement;
|
|
228
241
|
}, any>;
|
|
229
242
|
|
|
230
|
-
declare const __VLS_component_4: DefineComponent<
|
|
243
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
231
244
|
"update:modelValue": (value: string | number | Date | CustomEvent<any>) => any;
|
|
232
245
|
"update:start": (value: string | number | Date | CustomEvent<any>) => any;
|
|
233
246
|
"update:end": (value: string | number | Date | CustomEvent<any>) => any;
|
|
234
|
-
}, string, PublicProps, Readonly<
|
|
247
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
235
248
|
"onUpdate:modelValue"?: (value: string | number | Date | CustomEvent<any>) => any;
|
|
236
249
|
"onUpdate:start"?: (value: string | number | Date | CustomEvent<any>) => any;
|
|
237
250
|
"onUpdate:end"?: (value: string | number | Date | CustomEvent<any>) => any;
|
|
@@ -247,7 +260,7 @@ format: FormatDate;
|
|
|
247
260
|
rootRef: HTMLDivElement;
|
|
248
261
|
}, any>;
|
|
249
262
|
|
|
250
|
-
declare const __VLS_component_5: DefineComponent<
|
|
263
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_9, {
|
|
251
264
|
focus: () => void;
|
|
252
265
|
valorSemMascara: Ref<string | number, string | number>;
|
|
253
266
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -255,7 +268,7 @@ valorSemMascara: Ref<string | number, string | number>;
|
|
|
255
268
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
256
269
|
blur: (value: string | number | CustomEvent<any>) => any;
|
|
257
270
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
258
|
-
}, string, PublicProps, Readonly<
|
|
271
|
+
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
259
272
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
260
273
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
261
274
|
onBlur?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -281,13 +294,50 @@ onSelected?: (value: Coluna[]) => any;
|
|
|
281
294
|
onRedirect?: (item: ItensMenu_2) => any;
|
|
282
295
|
}>, {
|
|
283
296
|
type: "menu" | "selection";
|
|
297
|
+
background: "white" | "black";
|
|
284
298
|
itemsMenu: ItensMenu_2[];
|
|
285
|
-
itemsSelection:
|
|
299
|
+
itemsSelection: ItemsSelection[];
|
|
300
|
+
allowRedirect: boolean;
|
|
286
301
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
287
|
-
dropdownRef:
|
|
302
|
+
dropdownRef: HTMLDivElement[];
|
|
288
303
|
}, any>;
|
|
289
304
|
|
|
290
|
-
declare const __VLS_component_7: DefineComponent<
|
|
305
|
+
declare const __VLS_component_7: DefineComponent<IDropzone, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
306
|
+
"update:modelValue": (file: FileItem | File | FileItem[]) => any;
|
|
307
|
+
delete: (files: FileItem | File | FileItem[]) => any;
|
|
308
|
+
updateFiles: (file: FileItem[]) => any;
|
|
309
|
+
}, string, PublicProps, Readonly<IDropzone> & Readonly<{
|
|
310
|
+
"onUpdate:modelValue"?: (file: FileItem | File | FileItem[]) => any;
|
|
311
|
+
onDelete?: (files: FileItem | File | FileItem[]) => any;
|
|
312
|
+
onUpdateFiles?: (file: FileItem[]) => any;
|
|
313
|
+
}>, {
|
|
314
|
+
invalid: boolean;
|
|
315
|
+
disabled: boolean;
|
|
316
|
+
variant: "primary" | "secondary" | "tertiary";
|
|
317
|
+
reserveSpaceFeedback: boolean;
|
|
318
|
+
file: FileItem | null;
|
|
319
|
+
rounded: "md" | "lg" | "xl";
|
|
320
|
+
compact: boolean;
|
|
321
|
+
clear: boolean;
|
|
322
|
+
errorLabel: string;
|
|
323
|
+
successLabel: string;
|
|
324
|
+
accept: string[];
|
|
325
|
+
multiple: boolean;
|
|
326
|
+
maxFile: number;
|
|
327
|
+
maxFileSize: number;
|
|
328
|
+
selectAll: boolean;
|
|
329
|
+
customMessage: string[];
|
|
330
|
+
simulateProgress: boolean;
|
|
331
|
+
showProgressBar: boolean;
|
|
332
|
+
sendRemovedFile: boolean;
|
|
333
|
+
tertiaryVariantTitle: string;
|
|
334
|
+
showUploadedFile: boolean;
|
|
335
|
+
showRemoveButton: boolean;
|
|
336
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
337
|
+
inputFile: HTMLInputElement;
|
|
338
|
+
}, HTMLDivElement>;
|
|
339
|
+
|
|
340
|
+
declare const __VLS_component_8: DefineComponent<CeSelectFieldProps, {
|
|
291
341
|
/** Focus select */
|
|
292
342
|
focus: () => void;
|
|
293
343
|
/** Abre/Fecha dropdown do select */
|
|
@@ -317,17 +367,7 @@ inputRef: HTMLDivElement;
|
|
|
317
367
|
searchInputRef: HTMLInputElement;
|
|
318
368
|
}, any>;
|
|
319
369
|
|
|
320
|
-
declare const
|
|
321
|
-
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
322
|
-
tag: string;
|
|
323
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
324
|
-
|
|
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>;
|
|
370
|
+
declare const __VLS_component_9: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
331
371
|
|
|
332
372
|
declare type __VLS_Props = {
|
|
333
373
|
/** Indica o progresso */
|
|
@@ -339,24 +379,16 @@ declare type __VLS_Props = {
|
|
|
339
379
|
};
|
|
340
380
|
|
|
341
381
|
declare type __VLS_Props_10 = {
|
|
342
|
-
/**
|
|
343
|
-
|
|
344
|
-
/**
|
|
345
|
-
|
|
346
|
-
/**
|
|
382
|
+
/** Define o id do botão */
|
|
383
|
+
id: string | number;
|
|
384
|
+
/** Define o texto do botão */
|
|
385
|
+
text: string;
|
|
386
|
+
/** Define o botão selecionado */
|
|
387
|
+
selected: number;
|
|
388
|
+
/** Define a variante do botão */
|
|
389
|
+
variant: 'text' | 'radio';
|
|
390
|
+
/** Define se o botão está desabilitado */
|
|
347
391
|
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
392
|
};
|
|
361
393
|
|
|
362
394
|
declare type __VLS_Props_11 = {
|
|
@@ -396,6 +428,15 @@ declare type __VLS_Props_12 = {
|
|
|
396
428
|
};
|
|
397
429
|
|
|
398
430
|
declare type __VLS_Props_13 = {
|
|
431
|
+
/** Define o total de páginas */
|
|
432
|
+
totalPage: number;
|
|
433
|
+
/** Define a página atual */
|
|
434
|
+
currentPage: number;
|
|
435
|
+
/** Define o valor do v-model */
|
|
436
|
+
modelValue?: number;
|
|
437
|
+
};
|
|
438
|
+
|
|
439
|
+
declare type __VLS_Props_14 = {
|
|
399
440
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
400
441
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
401
442
|
/** Largura de um elemento `sm` (baseado no `cols`) */
|
|
@@ -420,7 +461,7 @@ declare type __VLS_Props_13 = {
|
|
|
420
461
|
tag?: string;
|
|
421
462
|
};
|
|
422
463
|
|
|
423
|
-
declare type
|
|
464
|
+
declare type __VLS_Props_15 = {
|
|
424
465
|
/** Alinhamento dos itens (align-items) */
|
|
425
466
|
align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
426
467
|
/** Alinhamento dos itens `sm` (align-items) */
|
|
@@ -461,14 +502,14 @@ declare type __VLS_Props_14 = {
|
|
|
461
502
|
noCols?: boolean;
|
|
462
503
|
};
|
|
463
504
|
|
|
464
|
-
declare type
|
|
505
|
+
declare type __VLS_Props_16 = {
|
|
465
506
|
/** Define root element do container */
|
|
466
507
|
tag?: string;
|
|
467
508
|
/** Abrange toda a largura de um elemento para o container */
|
|
468
509
|
block?: boolean;
|
|
469
510
|
};
|
|
470
511
|
|
|
471
|
-
declare type
|
|
512
|
+
declare type __VLS_Props_17 = {
|
|
472
513
|
/** Array de opções do menu */
|
|
473
514
|
items: ItensMenu_2[];
|
|
474
515
|
/** Array de opções de pesquisa do menu */
|
|
@@ -483,7 +524,7 @@ declare type __VLS_Props_16 = {
|
|
|
483
524
|
title?: string;
|
|
484
525
|
};
|
|
485
526
|
|
|
486
|
-
declare type
|
|
527
|
+
declare type __VLS_Props_18 = {
|
|
487
528
|
/** Array de opções do menu meu serviços */
|
|
488
529
|
itemsMenuMyService: ItensMenu_2[];
|
|
489
530
|
/** Array de opções do menuSidebar para versão mobile */
|
|
@@ -496,16 +537,29 @@ declare type __VLS_Props_17 = {
|
|
|
496
537
|
email?: string;
|
|
497
538
|
/** Array de opções de pesquisa do menu */
|
|
498
539
|
itemsSearch?: ItensMenu_2[];
|
|
540
|
+
/** Define a cor de fundo */
|
|
541
|
+
background?: 'white' | 'black';
|
|
542
|
+
/** Define se o menu terá bordas arredondadas */
|
|
543
|
+
rounded?: boolean;
|
|
499
544
|
};
|
|
500
545
|
|
|
501
|
-
declare type
|
|
546
|
+
declare type __VLS_Props_19 = {
|
|
502
547
|
/** Define o valor do model */
|
|
503
548
|
modelValue?: string;
|
|
504
549
|
/** valor padrão do item exibido */
|
|
505
550
|
value: string;
|
|
506
551
|
};
|
|
507
552
|
|
|
508
|
-
declare type
|
|
553
|
+
declare type __VLS_Props_2 = {
|
|
554
|
+
label: string;
|
|
555
|
+
options: number[];
|
|
556
|
+
disabled?: boolean;
|
|
557
|
+
textDirection?: 'left' | 'right';
|
|
558
|
+
modelValue: number;
|
|
559
|
+
position?: 'top' | 'bottom';
|
|
560
|
+
};
|
|
561
|
+
|
|
562
|
+
declare type __VLS_Props_20 = {
|
|
509
563
|
/** Elemento raiz do card */
|
|
510
564
|
tag?: string;
|
|
511
565
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -530,45 +584,36 @@ declare type __VLS_Props_19 = {
|
|
|
530
584
|
responsive?: boolean;
|
|
531
585
|
};
|
|
532
586
|
|
|
533
|
-
declare type
|
|
534
|
-
label: string;
|
|
535
|
-
options: number[];
|
|
536
|
-
disabled?: boolean;
|
|
537
|
-
textDirection?: 'left' | 'right';
|
|
538
|
-
modelValue: number;
|
|
539
|
-
position?: 'top' | 'bottom';
|
|
540
|
-
};
|
|
541
|
-
|
|
542
|
-
declare type __VLS_Props_20 = {
|
|
587
|
+
declare type __VLS_Props_21 = {
|
|
543
588
|
/** Define root element */
|
|
544
589
|
tag?: string;
|
|
545
590
|
};
|
|
546
591
|
|
|
547
|
-
declare type
|
|
592
|
+
declare type __VLS_Props_22 = {
|
|
548
593
|
/** Define root element */
|
|
549
594
|
tag?: string;
|
|
550
595
|
};
|
|
551
596
|
|
|
552
|
-
declare type
|
|
597
|
+
declare type __VLS_Props_23 = {
|
|
553
598
|
/** Define o tipo do Content divider */
|
|
554
599
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
555
600
|
};
|
|
556
601
|
|
|
557
|
-
declare type
|
|
602
|
+
declare type __VLS_Props_24 = {
|
|
558
603
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
559
|
-
background: 'white' | 'green';
|
|
604
|
+
background: 'white' | 'green' | 'black';
|
|
560
605
|
items?: ItensMenu[];
|
|
561
606
|
socialMedia?: ISocialMedia[];
|
|
562
607
|
};
|
|
563
608
|
|
|
564
|
-
declare type
|
|
609
|
+
declare type __VLS_Props_25 = {
|
|
565
610
|
/** Indica se o menu abriu */
|
|
566
611
|
openMenu?: boolean;
|
|
567
612
|
/** Defini o tipo de layout a ser usado */
|
|
568
613
|
layout: 'default' | 'base' | 'minimal';
|
|
569
614
|
};
|
|
570
615
|
|
|
571
|
-
declare type
|
|
616
|
+
declare type __VLS_Props_26 = {
|
|
572
617
|
/** Array de mídia social contendo ícone e link */
|
|
573
618
|
socialMedia: {
|
|
574
619
|
icon: string;
|
|
@@ -576,16 +621,18 @@ declare type __VLS_Props_25 = {
|
|
|
576
621
|
}[];
|
|
577
622
|
};
|
|
578
623
|
|
|
579
|
-
declare type
|
|
580
|
-
items: Array<
|
|
624
|
+
declare type __VLS_Props_27 = {
|
|
625
|
+
items: Array<unknown>;
|
|
581
626
|
openTheFirst?: boolean;
|
|
582
627
|
allOpen?: boolean;
|
|
583
628
|
variant: 'accordion' | 'card' | 'minimal' | 'compact';
|
|
584
629
|
direction?: 'row' | 'column';
|
|
585
630
|
closeCollapse?: number | null;
|
|
631
|
+
disabled?: IFields;
|
|
632
|
+
invalid?: number[];
|
|
586
633
|
};
|
|
587
634
|
|
|
588
|
-
declare type
|
|
635
|
+
declare type __VLS_Props_28 = {
|
|
589
636
|
/** Define a posição em que o banner aparece */
|
|
590
637
|
position?: 'top' | 'bottom';
|
|
591
638
|
/** Define se o banner abre ou fecha */
|
|
@@ -598,7 +645,7 @@ declare type __VLS_Props_27 = {
|
|
|
598
645
|
showIcon?: boolean;
|
|
599
646
|
};
|
|
600
647
|
|
|
601
|
-
declare type
|
|
648
|
+
declare type __VLS_Props_29 = {
|
|
602
649
|
/** Define se o modal abre ou fecha */
|
|
603
650
|
isOpen: boolean;
|
|
604
651
|
/** Define a cor do background */
|
|
@@ -609,12 +656,6 @@ declare type __VLS_Props_28 = {
|
|
|
609
656
|
showCloseButton?: boolean;
|
|
610
657
|
};
|
|
611
658
|
|
|
612
|
-
declare type __VLS_Props_29 = {
|
|
613
|
-
text: string;
|
|
614
|
-
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
615
|
-
focus?: boolean;
|
|
616
|
-
};
|
|
617
|
-
|
|
618
659
|
declare type __VLS_Props_3 = {
|
|
619
660
|
/** Array de string com as opções do menu */
|
|
620
661
|
items: string[];
|
|
@@ -622,18 +663,28 @@ declare type __VLS_Props_3 = {
|
|
|
622
663
|
placeholder: string;
|
|
623
664
|
/** Valor para two-way binding (v-model) */
|
|
624
665
|
modelValue?: string;
|
|
666
|
+
/** Define a cor de fundo */
|
|
667
|
+
background?: 'white' | 'black';
|
|
625
668
|
};
|
|
626
669
|
|
|
627
670
|
declare type __VLS_Props_30 = {
|
|
671
|
+
text: string;
|
|
672
|
+
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
673
|
+
focus?: boolean;
|
|
674
|
+
};
|
|
675
|
+
|
|
676
|
+
declare type __VLS_Props_31 = {
|
|
628
677
|
/** Define o tipo de spinner */
|
|
629
678
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
630
679
|
/** Define se o loading deve ser exibido ou não */
|
|
631
680
|
showLoading?: boolean;
|
|
632
681
|
/** Define a cor do background */
|
|
633
|
-
background?: 'smoky' | 'transparent';
|
|
682
|
+
background?: 'smoky' | 'transparent' | 'black';
|
|
683
|
+
/** Aplica um efeito de blur no background */
|
|
684
|
+
blur?: boolean;
|
|
634
685
|
};
|
|
635
686
|
|
|
636
|
-
declare type
|
|
687
|
+
declare type __VLS_Props_32 = {
|
|
637
688
|
/** SVG bruto (como string) */
|
|
638
689
|
name: string;
|
|
639
690
|
/** Tamanho do ícone */
|
|
@@ -644,7 +695,7 @@ declare type __VLS_Props_31 = {
|
|
|
644
695
|
fill?: string;
|
|
645
696
|
};
|
|
646
697
|
|
|
647
|
-
declare type
|
|
698
|
+
declare type __VLS_Props_33 = {
|
|
648
699
|
/** Especifica o caminho para a imagem */
|
|
649
700
|
src?: string;
|
|
650
701
|
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
@@ -663,7 +714,7 @@ declare type __VLS_Props_32 = {
|
|
|
663
714
|
disabled?: boolean;
|
|
664
715
|
};
|
|
665
716
|
|
|
666
|
-
declare type
|
|
717
|
+
declare type __VLS_Props_34 = {
|
|
667
718
|
/** Define o tipo do filtro */
|
|
668
719
|
variant?: 'dropdown' | 'collapse';
|
|
669
720
|
/** Define o título do filtro */
|
|
@@ -678,7 +729,7 @@ declare type __VLS_Props_33 = {
|
|
|
678
729
|
showClearButton?: boolean;
|
|
679
730
|
};
|
|
680
731
|
|
|
681
|
-
declare type
|
|
732
|
+
declare type __VLS_Props_35 = {
|
|
682
733
|
/** Variante de estilo do badge */
|
|
683
734
|
variant?: 'solid' | 'outline' | 'ghost';
|
|
684
735
|
/** Cor do badge */
|
|
@@ -692,6 +743,37 @@ declare type __VLS_Props_34 = {
|
|
|
692
743
|
};
|
|
693
744
|
|
|
694
745
|
declare type __VLS_Props_4 = {
|
|
746
|
+
/** ID única do input */
|
|
747
|
+
id?: string;
|
|
748
|
+
/** Valor do input para two-way binding (v-model) */
|
|
749
|
+
modelValue?: string;
|
|
750
|
+
/** Define a quantidade de dígitos do código */
|
|
751
|
+
length: number;
|
|
752
|
+
/** Define se o input deve ser desabilitado */
|
|
753
|
+
disabled?: boolean;
|
|
754
|
+
/** Define o tipo do code input */
|
|
755
|
+
type?: 'letter-numeric' | 'number' | 'password';
|
|
756
|
+
/** Texto do placeholder do input */
|
|
757
|
+
placeholder?: string[];
|
|
758
|
+
/** Texto da label exibida acima do input */
|
|
759
|
+
label?: string;
|
|
760
|
+
/** Texto de ajuda */
|
|
761
|
+
hint?: string;
|
|
762
|
+
/** Texto para ser um erro */
|
|
763
|
+
invalidFeedback?: string;
|
|
764
|
+
/** Aciona manualmente o estado de erro */
|
|
765
|
+
invalid?: boolean;
|
|
766
|
+
/** Se o input deve reservar espaço para feedback de erro */
|
|
767
|
+
reserveSpaceFeedback?: boolean;
|
|
768
|
+
/** Se o input deve receber foco automaticamente */
|
|
769
|
+
shouldAutoFocus?: boolean;
|
|
770
|
+
/** Se o input deve ser centralizado */
|
|
771
|
+
centralized?: boolean;
|
|
772
|
+
/** Tamanho do input */
|
|
773
|
+
size?: 'small' | 'medium' | 'large';
|
|
774
|
+
};
|
|
775
|
+
|
|
776
|
+
declare type __VLS_Props_5 = {
|
|
695
777
|
/** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
|
|
696
778
|
type?: 'button' | 'submit' | 'a';
|
|
697
779
|
/** Tamanho do button */
|
|
@@ -708,7 +790,7 @@ declare type __VLS_Props_4 = {
|
|
|
708
790
|
disabled?: boolean;
|
|
709
791
|
};
|
|
710
792
|
|
|
711
|
-
declare type
|
|
793
|
+
declare type __VLS_Props_6 = {
|
|
712
794
|
/** Valor do checkbox para two-way binding (v-model) */
|
|
713
795
|
modelValue?: ModelValueType | null;
|
|
714
796
|
/** ID única do checkbox */
|
|
@@ -733,9 +815,11 @@ declare type __VLS_Props_5 = {
|
|
|
733
815
|
indeterminate?: boolean;
|
|
734
816
|
/** Se o checkbox deve reservar espaço para feedback de erro */
|
|
735
817
|
reserveSpaceFeedback?: boolean;
|
|
818
|
+
/** Desabilita o clique no checkbox */
|
|
819
|
+
clickDisabled?: boolean;
|
|
736
820
|
};
|
|
737
821
|
|
|
738
|
-
declare type
|
|
822
|
+
declare type __VLS_Props_7 = {
|
|
739
823
|
/** Valor para two-way binding (v-model) */
|
|
740
824
|
modelValue?: boolean;
|
|
741
825
|
/** ID única do input */
|
|
@@ -750,7 +834,7 @@ declare type __VLS_Props_6 = {
|
|
|
750
834
|
disabled?: boolean;
|
|
751
835
|
};
|
|
752
836
|
|
|
753
|
-
declare type
|
|
837
|
+
declare type __VLS_Props_8 = {
|
|
754
838
|
modelValue?: Date | string | null | number;
|
|
755
839
|
start?: Date | string | null;
|
|
756
840
|
end?: Date | string | null;
|
|
@@ -780,7 +864,7 @@ declare type __VLS_Props_7 = {
|
|
|
780
864
|
format?: FormatDate;
|
|
781
865
|
};
|
|
782
866
|
|
|
783
|
-
declare type
|
|
867
|
+
declare type __VLS_Props_9 = {
|
|
784
868
|
/** Valor do input para two-way binding (v-model) */
|
|
785
869
|
modelValue?: string | number | null;
|
|
786
870
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -813,19 +897,6 @@ declare type __VLS_Props_8 = {
|
|
|
813
897
|
reserveSpaceFeedback?: boolean;
|
|
814
898
|
};
|
|
815
899
|
|
|
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
900
|
declare function __VLS_template(): {
|
|
830
901
|
attrs: Partial<{}>;
|
|
831
902
|
slots: Readonly<NonNullable<{
|
|
@@ -878,6 +949,36 @@ declare function __VLS_template(): {
|
|
|
878
949
|
};
|
|
879
950
|
|
|
880
951
|
declare function __VLS_template_10(): {
|
|
952
|
+
attrs: Partial<{}>;
|
|
953
|
+
slots: Readonly<{
|
|
954
|
+
/** Adicione conteúdo dentro do col */
|
|
955
|
+
default?: (props: {
|
|
956
|
+
isMobile?: boolean;
|
|
957
|
+
}) => VNode[];
|
|
958
|
+
}> & {
|
|
959
|
+
/** Adicione conteúdo dentro do col */
|
|
960
|
+
default?: (props: {
|
|
961
|
+
isMobile?: boolean;
|
|
962
|
+
}) => VNode[];
|
|
963
|
+
};
|
|
964
|
+
refs: {};
|
|
965
|
+
rootEl: any;
|
|
966
|
+
};
|
|
967
|
+
|
|
968
|
+
declare function __VLS_template_11(): {
|
|
969
|
+
attrs: Partial<{}>;
|
|
970
|
+
slots: Readonly<{
|
|
971
|
+
/** Adicione conteúdo dentro do row */
|
|
972
|
+
default?: () => VNode[];
|
|
973
|
+
}> & {
|
|
974
|
+
/** Adicione conteúdo dentro do row */
|
|
975
|
+
default?: () => VNode[];
|
|
976
|
+
};
|
|
977
|
+
refs: {};
|
|
978
|
+
rootEl: any;
|
|
979
|
+
};
|
|
980
|
+
|
|
981
|
+
declare function __VLS_template_12(): {
|
|
881
982
|
attrs: Partial<{}>;
|
|
882
983
|
slots: Readonly<{
|
|
883
984
|
/** Adicione conteúdo dentro do container */
|
|
@@ -894,7 +995,7 @@ declare function __VLS_template_10(): {
|
|
|
894
995
|
rootEl: any;
|
|
895
996
|
};
|
|
896
997
|
|
|
897
|
-
declare function
|
|
998
|
+
declare function __VLS_template_13(): {
|
|
898
999
|
attrs: Partial<{}>;
|
|
899
1000
|
slots: Readonly<{
|
|
900
1001
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -915,7 +1016,7 @@ declare function __VLS_template_11(): {
|
|
|
915
1016
|
rootEl: any;
|
|
916
1017
|
};
|
|
917
1018
|
|
|
918
|
-
declare function
|
|
1019
|
+
declare function __VLS_template_14(): {
|
|
919
1020
|
attrs: Partial<{}>;
|
|
920
1021
|
slots: Readonly<{
|
|
921
1022
|
/** Define o slot de ícone */
|
|
@@ -928,7 +1029,7 @@ declare function __VLS_template_12(): {
|
|
|
928
1029
|
rootEl: HTMLDivElement;
|
|
929
1030
|
};
|
|
930
1031
|
|
|
931
|
-
declare function
|
|
1032
|
+
declare function __VLS_template_15(): {
|
|
932
1033
|
attrs: Partial<{}>;
|
|
933
1034
|
slots: {
|
|
934
1035
|
default?(_: {}): any;
|
|
@@ -937,7 +1038,7 @@ declare function __VLS_template_13(): {
|
|
|
937
1038
|
rootEl: any;
|
|
938
1039
|
};
|
|
939
1040
|
|
|
940
|
-
declare function
|
|
1041
|
+
declare function __VLS_template_16(): {
|
|
941
1042
|
attrs: Partial<{}>;
|
|
942
1043
|
slots: {
|
|
943
1044
|
default?(_: {}): any;
|
|
@@ -946,7 +1047,7 @@ declare function __VLS_template_14(): {
|
|
|
946
1047
|
rootEl: any;
|
|
947
1048
|
};
|
|
948
1049
|
|
|
949
|
-
declare function
|
|
1050
|
+
declare function __VLS_template_17(): {
|
|
950
1051
|
attrs: Partial<{}>;
|
|
951
1052
|
slots: Readonly<{
|
|
952
1053
|
/** Conteúdo principal do card */
|
|
@@ -989,7 +1090,7 @@ declare function __VLS_template_15(): {
|
|
|
989
1090
|
rootEl: any;
|
|
990
1091
|
};
|
|
991
1092
|
|
|
992
|
-
declare function
|
|
1093
|
+
declare function __VLS_template_18(): {
|
|
993
1094
|
attrs: Partial<{}>;
|
|
994
1095
|
slots: Readonly<{
|
|
995
1096
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1002,7 +1103,7 @@ declare function __VLS_template_16(): {
|
|
|
1002
1103
|
rootEl: any;
|
|
1003
1104
|
};
|
|
1004
1105
|
|
|
1005
|
-
declare function
|
|
1106
|
+
declare function __VLS_template_19(): {
|
|
1006
1107
|
attrs: Partial<{}>;
|
|
1007
1108
|
slots: Readonly<{
|
|
1008
1109
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1015,7 +1116,22 @@ declare function __VLS_template_17(): {
|
|
|
1015
1116
|
rootEl: any;
|
|
1016
1117
|
};
|
|
1017
1118
|
|
|
1018
|
-
declare function
|
|
1119
|
+
declare function __VLS_template_2(): {
|
|
1120
|
+
attrs: Partial<{}>;
|
|
1121
|
+
slots: Readonly<{
|
|
1122
|
+
/** Adicione conteúdo dentro do button */
|
|
1123
|
+
default?: () => VNode[];
|
|
1124
|
+
}> & {
|
|
1125
|
+
/** Adicione conteúdo dentro do button */
|
|
1126
|
+
default?: () => VNode[];
|
|
1127
|
+
};
|
|
1128
|
+
refs: {
|
|
1129
|
+
buttonRef: unknown;
|
|
1130
|
+
};
|
|
1131
|
+
rootEl: any;
|
|
1132
|
+
};
|
|
1133
|
+
|
|
1134
|
+
declare function __VLS_template_20(): {
|
|
1019
1135
|
attrs: Partial<{}>;
|
|
1020
1136
|
slots: {
|
|
1021
1137
|
default?(_: {}): any;
|
|
@@ -1024,7 +1140,7 @@ declare function __VLS_template_18(): {
|
|
|
1024
1140
|
rootEl: HTMLDivElement;
|
|
1025
1141
|
};
|
|
1026
1142
|
|
|
1027
|
-
declare function
|
|
1143
|
+
declare function __VLS_template_21(): {
|
|
1028
1144
|
attrs: Partial<{}>;
|
|
1029
1145
|
slots: Readonly<{
|
|
1030
1146
|
/** Adicione conteúdo no header */
|
|
@@ -1065,22 +1181,7 @@ declare function __VLS_template_19(): {
|
|
|
1065
1181
|
rootEl: any;
|
|
1066
1182
|
};
|
|
1067
1183
|
|
|
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(): {
|
|
1184
|
+
declare function __VLS_template_22(): {
|
|
1084
1185
|
attrs: Partial<{}>;
|
|
1085
1186
|
slots: Readonly<{
|
|
1086
1187
|
[key: string]: (props: {
|
|
@@ -1088,9 +1189,11 @@ declare function __VLS_template_20(): {
|
|
|
1088
1189
|
}) => VNode[];
|
|
1089
1190
|
header?: (props: {
|
|
1090
1191
|
item: Record<string, any>;
|
|
1192
|
+
index: number;
|
|
1091
1193
|
}) => VNode[];
|
|
1092
1194
|
content?: (props: {
|
|
1093
1195
|
item: Record<string, any>;
|
|
1196
|
+
index: number;
|
|
1094
1197
|
}) => VNode[];
|
|
1095
1198
|
}> & {
|
|
1096
1199
|
[key: string]: (props: {
|
|
@@ -1098,16 +1201,18 @@ declare function __VLS_template_20(): {
|
|
|
1098
1201
|
}) => VNode[];
|
|
1099
1202
|
header?: (props: {
|
|
1100
1203
|
item: Record<string, any>;
|
|
1204
|
+
index: number;
|
|
1101
1205
|
}) => VNode[];
|
|
1102
1206
|
content?: (props: {
|
|
1103
1207
|
item: Record<string, any>;
|
|
1208
|
+
index: number;
|
|
1104
1209
|
}) => VNode[];
|
|
1105
1210
|
};
|
|
1106
1211
|
refs: {};
|
|
1107
1212
|
rootEl: HTMLDivElement;
|
|
1108
1213
|
};
|
|
1109
1214
|
|
|
1110
|
-
declare function
|
|
1215
|
+
declare function __VLS_template_23(): {
|
|
1111
1216
|
attrs: Partial<{}>;
|
|
1112
1217
|
slots: Readonly<{
|
|
1113
1218
|
/** Slot para o icone do banner */
|
|
@@ -1124,7 +1229,7 @@ declare function __VLS_template_21(): {
|
|
|
1124
1229
|
rootEl: any;
|
|
1125
1230
|
};
|
|
1126
1231
|
|
|
1127
|
-
declare function
|
|
1232
|
+
declare function __VLS_template_24(): {
|
|
1128
1233
|
attrs: Partial<{}>;
|
|
1129
1234
|
slots: {
|
|
1130
1235
|
default?(_: {}): any;
|
|
@@ -1133,7 +1238,7 @@ declare function __VLS_template_22(): {
|
|
|
1133
1238
|
rootEl: any;
|
|
1134
1239
|
};
|
|
1135
1240
|
|
|
1136
|
-
declare function
|
|
1241
|
+
declare function __VLS_template_25(): {
|
|
1137
1242
|
attrs: Partial<{}>;
|
|
1138
1243
|
slots: {
|
|
1139
1244
|
activator?(_: {}): any;
|
|
@@ -1145,7 +1250,7 @@ declare function __VLS_template_23(): {
|
|
|
1145
1250
|
rootEl: any;
|
|
1146
1251
|
};
|
|
1147
1252
|
|
|
1148
|
-
declare function
|
|
1253
|
+
declare function __VLS_template_26(): {
|
|
1149
1254
|
attrs: Partial<{}>;
|
|
1150
1255
|
slots: Readonly<{
|
|
1151
1256
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -1164,7 +1269,7 @@ declare function __VLS_template_24(): {
|
|
|
1164
1269
|
rootEl: any;
|
|
1165
1270
|
};
|
|
1166
1271
|
|
|
1167
|
-
declare function
|
|
1272
|
+
declare function __VLS_template_27(): {
|
|
1168
1273
|
attrs: Partial<{}>;
|
|
1169
1274
|
slots: Readonly<{
|
|
1170
1275
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1179,7 +1284,7 @@ declare function __VLS_template_25(): {
|
|
|
1179
1284
|
rootEl: HTMLDivElement;
|
|
1180
1285
|
};
|
|
1181
1286
|
|
|
1182
|
-
declare function
|
|
1287
|
+
declare function __VLS_template_28(): {
|
|
1183
1288
|
attrs: Partial<{}>;
|
|
1184
1289
|
slots: Readonly<{
|
|
1185
1290
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1261,19 +1366,34 @@ declare function __VLS_template_5(): {
|
|
|
1261
1366
|
declare function __VLS_template_6(): {
|
|
1262
1367
|
attrs: Partial<{}>;
|
|
1263
1368
|
slots: Readonly<{
|
|
1264
|
-
/** Slot para o conteúdo do
|
|
1369
|
+
/** Slot para o conteúdo do dropdown */
|
|
1265
1370
|
default: () => VNode[];
|
|
1266
1371
|
}> & {
|
|
1267
|
-
/** Slot para o conteúdo do
|
|
1372
|
+
/** Slot para o conteúdo do dropdown */
|
|
1268
1373
|
default: () => VNode[];
|
|
1269
1374
|
};
|
|
1270
1375
|
refs: {
|
|
1271
|
-
dropdownRef:
|
|
1376
|
+
dropdownRef: HTMLDivElement[];
|
|
1272
1377
|
};
|
|
1273
1378
|
rootEl: any;
|
|
1274
1379
|
};
|
|
1275
1380
|
|
|
1276
1381
|
declare function __VLS_template_7(): {
|
|
1382
|
+
attrs: Partial<{}>;
|
|
1383
|
+
slots: Readonly<{
|
|
1384
|
+
/** Slot para o conteúdo do file upload */
|
|
1385
|
+
content: () => VNode[];
|
|
1386
|
+
}> & {
|
|
1387
|
+
/** Slot para o conteúdo do file upload */
|
|
1388
|
+
content: () => VNode[];
|
|
1389
|
+
};
|
|
1390
|
+
refs: {
|
|
1391
|
+
inputFile: HTMLInputElement;
|
|
1392
|
+
};
|
|
1393
|
+
rootEl: HTMLDivElement;
|
|
1394
|
+
};
|
|
1395
|
+
|
|
1396
|
+
declare function __VLS_template_8(): {
|
|
1277
1397
|
attrs: Partial<{}>;
|
|
1278
1398
|
slots: Readonly<{
|
|
1279
1399
|
/** Slot para adicionar conteúdo antes das opções */
|
|
@@ -1288,6 +1408,8 @@ declare function __VLS_template_7(): {
|
|
|
1288
1408
|
selection?: (props: {
|
|
1289
1409
|
value?: CeSelectFieldProps["modelValue"];
|
|
1290
1410
|
}) => VNode[];
|
|
1411
|
+
/** Slot para customizar a exibição da label do select */
|
|
1412
|
+
'content-label'?: () => VNode[];
|
|
1291
1413
|
}> & {
|
|
1292
1414
|
/** Slot para adicionar conteúdo antes das opções */
|
|
1293
1415
|
'prepend-item'?: () => VNode[];
|
|
@@ -1301,6 +1423,8 @@ declare function __VLS_template_7(): {
|
|
|
1301
1423
|
selection?: (props: {
|
|
1302
1424
|
value?: CeSelectFieldProps["modelValue"];
|
|
1303
1425
|
}) => VNode[];
|
|
1426
|
+
/** Slot para customizar a exibição da label do select */
|
|
1427
|
+
'content-label'?: () => VNode[];
|
|
1304
1428
|
};
|
|
1305
1429
|
refs: {
|
|
1306
1430
|
rootRef: HTMLDivElement;
|
|
@@ -1310,34 +1434,13 @@ declare function __VLS_template_7(): {
|
|
|
1310
1434
|
rootEl: any;
|
|
1311
1435
|
};
|
|
1312
1436
|
|
|
1313
|
-
declare function __VLS_template_8(): {
|
|
1314
|
-
attrs: Partial<{}>;
|
|
1315
|
-
slots: Readonly<{
|
|
1316
|
-
/** Adicione conteúdo dentro do col */
|
|
1317
|
-
default?: (props: {
|
|
1318
|
-
isMobile?: boolean;
|
|
1319
|
-
}) => VNode[];
|
|
1320
|
-
}> & {
|
|
1321
|
-
/** Adicione conteúdo dentro do col */
|
|
1322
|
-
default?: (props: {
|
|
1323
|
-
isMobile?: boolean;
|
|
1324
|
-
}) => VNode[];
|
|
1325
|
-
};
|
|
1326
|
-
refs: {};
|
|
1327
|
-
rootEl: any;
|
|
1328
|
-
};
|
|
1329
|
-
|
|
1330
1437
|
declare function __VLS_template_9(): {
|
|
1331
1438
|
attrs: Partial<{}>;
|
|
1332
|
-
slots:
|
|
1333
|
-
|
|
1334
|
-
default?: () => VNode[];
|
|
1335
|
-
}> & {
|
|
1336
|
-
/** Adicione conteúdo dentro do row */
|
|
1337
|
-
default?: () => VNode[];
|
|
1439
|
+
slots: {
|
|
1440
|
+
default?(_: {}): any;
|
|
1338
1441
|
};
|
|
1339
1442
|
refs: {};
|
|
1340
|
-
rootEl:
|
|
1443
|
+
rootEl: HTMLDivElement;
|
|
1341
1444
|
};
|
|
1342
1445
|
|
|
1343
1446
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -1378,6 +1481,10 @@ declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
|
1378
1481
|
|
|
1379
1482
|
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
1380
1483
|
|
|
1484
|
+
declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
1485
|
+
|
|
1486
|
+
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
1487
|
+
|
|
1381
1488
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1382
1489
|
|
|
1383
1490
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1506,6 +1613,18 @@ declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
|
1506
1613
|
};
|
|
1507
1614
|
};
|
|
1508
1615
|
|
|
1616
|
+
declare type __VLS_WithTemplateSlots_27<T, S> = T & {
|
|
1617
|
+
new (): {
|
|
1618
|
+
$slots: S;
|
|
1619
|
+
};
|
|
1620
|
+
};
|
|
1621
|
+
|
|
1622
|
+
declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
1623
|
+
new (): {
|
|
1624
|
+
$slots: S;
|
|
1625
|
+
};
|
|
1626
|
+
};
|
|
1627
|
+
|
|
1509
1628
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1510
1629
|
new (): {
|
|
1511
1630
|
$slots: S;
|
|
@@ -1562,19 +1681,22 @@ clearFilter: () => any;
|
|
|
1562
1681
|
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
1563
1682
|
onClearFilter?: () => any;
|
|
1564
1683
|
"onInput:focus"?: () => any;
|
|
1565
|
-
}>, {
|
|
1684
|
+
}>, {
|
|
1685
|
+
background: "white" | "black";
|
|
1686
|
+
items: string[];
|
|
1687
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1566
1688
|
|
|
1567
|
-
export declare const CeAvatar:
|
|
1689
|
+
export declare const CeAvatar: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1568
1690
|
|
|
1569
|
-
export declare const CeBadge:
|
|
1691
|
+
export declare const CeBadge: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1570
1692
|
|
|
1571
|
-
export declare const CeBanners:
|
|
1693
|
+
export declare const CeBanners: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1572
1694
|
|
|
1573
|
-
export declare const CeBreadcrumbs:
|
|
1695
|
+
export declare const CeBreadcrumbs: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1574
1696
|
|
|
1575
1697
|
export declare const CeButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1576
1698
|
|
|
1577
|
-
export declare const CeButtonGroups: DefineComponent<
|
|
1699
|
+
export declare const CeButtonGroups: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {
|
|
1578
1700
|
text: string;
|
|
1579
1701
|
disabled: boolean;
|
|
1580
1702
|
id: string | number;
|
|
@@ -1582,19 +1704,32 @@ variant: "text" | "radio";
|
|
|
1582
1704
|
selected: number;
|
|
1583
1705
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1584
1706
|
|
|
1585
|
-
export declare const
|
|
1707
|
+
export declare const CeButtonPagination: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1708
|
+
"update:modelValue": (value: number | CustomEvent<any>) => any;
|
|
1709
|
+
updateCurrentPage: (page: number) => any;
|
|
1710
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1711
|
+
"onUpdate:modelValue"?: (value: number | CustomEvent<any>) => any;
|
|
1712
|
+
onUpdateCurrentPage?: (page: number) => any;
|
|
1713
|
+
}>, {
|
|
1714
|
+
currentPage: number;
|
|
1715
|
+
totalPage: number;
|
|
1716
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1717
|
+
|
|
1718
|
+
export declare const CeButtonWrapper: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1586
1719
|
|
|
1587
|
-
export declare const
|
|
1720
|
+
export declare const CeCard: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1588
1721
|
|
|
1589
|
-
export declare const
|
|
1722
|
+
export declare const CeCardHeader: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1590
1723
|
|
|
1591
|
-
export declare const
|
|
1724
|
+
export declare const CeCardText: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1725
|
+
|
|
1726
|
+
export declare const CeCheckbox: DefineComponent<__VLS_Props_6, {
|
|
1592
1727
|
/** Focus checkbox input */
|
|
1593
1728
|
focus: () => void;
|
|
1594
1729
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1595
1730
|
"update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
|
|
1596
1731
|
change: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1597
|
-
}, string, PublicProps, Readonly<
|
|
1732
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1598
1733
|
"onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1599
1734
|
onChange?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1600
1735
|
}>, {
|
|
@@ -1605,19 +1740,40 @@ falseValue: string | number | boolean;
|
|
|
1605
1740
|
block: boolean;
|
|
1606
1741
|
indeterminate: boolean;
|
|
1607
1742
|
reserveSpaceFeedback: boolean;
|
|
1743
|
+
clickDisabled: boolean;
|
|
1608
1744
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
1609
1745
|
inputRef: HTMLInputElement;
|
|
1610
1746
|
}, any>;
|
|
1611
1747
|
|
|
1612
1748
|
export declare const CeCheckboxGroup: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1613
1749
|
|
|
1614
|
-
export declare const
|
|
1750
|
+
export declare const CeCodeInput: DefineComponent<__VLS_Props_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1751
|
+
"update:modelValue": (valor: string) => any;
|
|
1752
|
+
change: (valor: string) => any;
|
|
1753
|
+
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
1754
|
+
"onUpdate:modelValue"?: (valor: string) => any;
|
|
1755
|
+
onChange?: (valor: string) => any;
|
|
1756
|
+
}>, {
|
|
1757
|
+
length: number;
|
|
1758
|
+
size: "small" | "medium" | "large";
|
|
1759
|
+
type: "letter-numeric" | "number" | "password";
|
|
1760
|
+
invalid: boolean;
|
|
1761
|
+
disabled: boolean;
|
|
1762
|
+
reserveSpaceFeedback: boolean;
|
|
1763
|
+
placeholder: string[];
|
|
1764
|
+
shouldAutoFocus: boolean;
|
|
1765
|
+
centralized: boolean;
|
|
1766
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1767
|
+
codeRef: HTMLDivElement;
|
|
1768
|
+
}, HTMLDivElement>;
|
|
1615
1769
|
|
|
1616
|
-
export declare const
|
|
1770
|
+
export declare const CeCol: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1617
1771
|
|
|
1618
|
-
export declare const
|
|
1772
|
+
export declare const CeCollapse: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1619
1773
|
|
|
1620
|
-
export declare const
|
|
1774
|
+
export declare const CeContainer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1775
|
+
|
|
1776
|
+
export declare const CeContentDivider: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1621
1777
|
|
|
1622
1778
|
export declare const CeDataTable: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1623
1779
|
|
|
@@ -1625,33 +1781,16 @@ export declare const CeDatePicker: __VLS_WithTemplateSlots_4<typeof __VLS_compon
|
|
|
1625
1781
|
|
|
1626
1782
|
export declare const CeDropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1627
1783
|
|
|
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>;
|
|
1784
|
+
export declare const CeFileUpload: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1646
1785
|
|
|
1647
|
-
export declare const CeFilterGroup:
|
|
1786
|
+
export declare const CeFilterGroup: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1648
1787
|
|
|
1649
|
-
export declare const CeFooter: DefineComponent<
|
|
1788
|
+
export declare const CeFooter: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1650
1789
|
redirect: (valor?: string) => any;
|
|
1651
|
-
}, string, PublicProps, Readonly<
|
|
1790
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
1652
1791
|
onRedirect?: (valor?: string) => any;
|
|
1653
1792
|
}>, {
|
|
1654
|
-
background: "white" | "green";
|
|
1793
|
+
background: "white" | "green" | "black";
|
|
1655
1794
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1656
1795
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1657
1796
|
|
|
@@ -1673,20 +1812,21 @@ referenceRef: HTMLButtonElement;
|
|
|
1673
1812
|
dropdownRef: HTMLUListElement;
|
|
1674
1813
|
}, any>;
|
|
1675
1814
|
|
|
1676
|
-
export declare const CeLayout:
|
|
1815
|
+
export declare const CeLayout: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1677
1816
|
|
|
1678
|
-
export declare const CeLoading: DefineComponent<
|
|
1817
|
+
export declare const CeLoading: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
1679
1818
|
type: "spinner" | "semi-circle" | "dots";
|
|
1680
|
-
|
|
1819
|
+
blur: boolean;
|
|
1820
|
+
background: "smoky" | "transparent" | "black";
|
|
1681
1821
|
showLoading: boolean;
|
|
1682
1822
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1683
1823
|
|
|
1684
|
-
export declare const CeMenuHeader:
|
|
1824
|
+
export declare const CeMenuHeader: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1685
1825
|
|
|
1686
|
-
export declare const CeMenuSidebar: DefineComponent<
|
|
1826
|
+
export declare const CeMenuSidebar: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1687
1827
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1688
1828
|
toggleMenu: (clicado: boolean) => any;
|
|
1689
|
-
}, string, PublicProps, Readonly<
|
|
1829
|
+
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
1690
1830
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
1691
1831
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1692
1832
|
}>, {
|
|
@@ -1697,7 +1837,7 @@ isSearch: boolean;
|
|
|
1697
1837
|
isOpen: boolean;
|
|
1698
1838
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1699
1839
|
|
|
1700
|
-
export declare const CeModal:
|
|
1840
|
+
export declare const CeModal: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1701
1841
|
|
|
1702
1842
|
export declare const CePagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1703
1843
|
paginate: (value: number) => any;
|
|
@@ -1709,11 +1849,12 @@ onPaginate?: (value: number) => any;
|
|
|
1709
1849
|
totalPages: number;
|
|
1710
1850
|
currentPage: number;
|
|
1711
1851
|
itemsPerPage: number;
|
|
1852
|
+
paginationPages: number;
|
|
1712
1853
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1713
1854
|
|
|
1714
1855
|
export declare const CeProgressIndicator: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1715
1856
|
|
|
1716
|
-
export declare const CeProgressSteps: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1857
|
+
export declare const CeProgressSteps: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1717
1858
|
|
|
1718
1859
|
export declare const CeRadioGroup: DefineComponent<__VLS_Props_11, {
|
|
1719
1860
|
/** Focus radio input */
|
|
@@ -1731,11 +1872,11 @@ block: boolean;
|
|
|
1731
1872
|
row: boolean;
|
|
1732
1873
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1733
1874
|
|
|
1734
|
-
export declare const CeRow:
|
|
1875
|
+
export declare const CeRow: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1735
1876
|
|
|
1736
|
-
export declare const CeSectionFooter: DefineComponent<
|
|
1877
|
+
export declare const CeSectionFooter: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1737
1878
|
|
|
1738
|
-
export declare const CeSelect:
|
|
1879
|
+
export declare const CeSelect: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1739
1880
|
|
|
1740
1881
|
declare interface CeSelectFieldProps {
|
|
1741
1882
|
/** Valor do select para two-way binding (v-model) */
|
|
@@ -1781,15 +1922,15 @@ maxValue: number;
|
|
|
1781
1922
|
showValue: boolean;
|
|
1782
1923
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1783
1924
|
|
|
1784
|
-
export declare const CeSvgIcon: DefineComponent<
|
|
1925
|
+
export declare const CeSvgIcon: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
|
|
1785
1926
|
size: number | string;
|
|
1786
1927
|
color: string;
|
|
1787
1928
|
fill: string;
|
|
1788
1929
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1789
1930
|
|
|
1790
|
-
export declare const CeTab:
|
|
1931
|
+
export declare const CeTab: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1791
1932
|
|
|
1792
|
-
export declare const CeTabItem:
|
|
1933
|
+
export declare const CeTabItem: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1793
1934
|
|
|
1794
1935
|
export declare const CeTextarea: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1795
1936
|
"update:modelValue": (value: string) => any;
|
|
@@ -1806,9 +1947,9 @@ clearButton: boolean;
|
|
|
1806
1947
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1807
1948
|
|
|
1808
1949
|
export declare const CeToast: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1809
|
-
sendData: (data:
|
|
1950
|
+
sendData: (data: IData<unknown>) => any;
|
|
1810
1951
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1811
|
-
onSendData?: (data:
|
|
1952
|
+
onSendData?: (data: IData<unknown>) => any;
|
|
1812
1953
|
}>, {
|
|
1813
1954
|
position: "left-top" | "right-top" | "left-bottom" | "right-bottom";
|
|
1814
1955
|
pauseOnHover: boolean;
|
|
@@ -1829,7 +1970,7 @@ disabled: boolean;
|
|
|
1829
1970
|
contoured: boolean;
|
|
1830
1971
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1831
1972
|
|
|
1832
|
-
export declare const CeTooltip:
|
|
1973
|
+
export declare const CeTooltip: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1833
1974
|
|
|
1834
1975
|
declare interface Coluna {
|
|
1835
1976
|
text: string;
|
|
@@ -1884,12 +2025,19 @@ declare interface DropdownProps {
|
|
|
1884
2025
|
itemsSelection?: ItemsSelection[];
|
|
1885
2026
|
/** Define o tipo do dropdown */
|
|
1886
2027
|
type?: 'menu' | 'selection';
|
|
2028
|
+
/** Define a cor de fundo */
|
|
2029
|
+
background?: 'white' | 'black';
|
|
2030
|
+
/** Permite redirecionamento */
|
|
2031
|
+
allowRedirect?: boolean;
|
|
1887
2032
|
}
|
|
1888
2033
|
|
|
1889
2034
|
declare interface FileItem {
|
|
1890
2035
|
file: File;
|
|
1891
2036
|
progress: number;
|
|
1892
|
-
status:
|
|
2037
|
+
status: 'uploading' | 'success' | 'error';
|
|
2038
|
+
message?: string;
|
|
2039
|
+
errorLabel?: string;
|
|
2040
|
+
successLabel?: string;
|
|
1893
2041
|
}
|
|
1894
2042
|
|
|
1895
2043
|
declare type FormatDate = 'yyyy-MM-dd' | 'dd/MM/yyyy' | 'timestamp' | 'iso' | 'string';
|
|
@@ -1918,12 +2066,73 @@ declare interface IBreadcrumbsProps {
|
|
|
1918
2066
|
declare interface ICollapse {
|
|
1919
2067
|
index: number;
|
|
1920
2068
|
value: boolean;
|
|
2069
|
+
item: unknown;
|
|
1921
2070
|
}
|
|
1922
2071
|
|
|
1923
|
-
declare interface
|
|
2072
|
+
declare interface IData<T = unknown> {
|
|
1924
2073
|
[key: string]: T;
|
|
1925
2074
|
}
|
|
1926
2075
|
|
|
2076
|
+
declare interface IDropzone {
|
|
2077
|
+
/** Valor para two-way binding (v-model) */
|
|
2078
|
+
modelValue?: FileItem[] | FileItem;
|
|
2079
|
+
/** array com os tipos de arquivos permitidos */
|
|
2080
|
+
accept: string[];
|
|
2081
|
+
/** desabilita o componente */
|
|
2082
|
+
disabled?: boolean;
|
|
2083
|
+
/** permite o upload de multiplos arquivos */
|
|
2084
|
+
multiple?: boolean;
|
|
2085
|
+
/** quantidade máxima de arquivos permitidos */
|
|
2086
|
+
maxFile?: number;
|
|
2087
|
+
/** tamanho máximo do arquivo em KB */
|
|
2088
|
+
maxFileSize?: number;
|
|
2089
|
+
/** habilita a opção de selecionar múltiplos arquivos */
|
|
2090
|
+
selectAll?: boolean;
|
|
2091
|
+
/** Mensagem personalizada de tipos de arquivos */
|
|
2092
|
+
customMessage?: string[];
|
|
2093
|
+
/** limpa a lista de arquivos */
|
|
2094
|
+
clear?: boolean;
|
|
2095
|
+
/** Variante do componente */
|
|
2096
|
+
variant?: 'primary' | 'secondary' | 'tertiary';
|
|
2097
|
+
/** Simula o progresso do upload */
|
|
2098
|
+
simulateProgress?: boolean;
|
|
2099
|
+
/** Exibe ou oculta a barra de progresso */
|
|
2100
|
+
showProgressBar?: boolean;
|
|
2101
|
+
/** Se false envia o array de arquivos atualizado, caso contrário envia o arquivo removido */
|
|
2102
|
+
sendRemovedFile?: boolean;
|
|
2103
|
+
/** Rótulo personalizado para erro */
|
|
2104
|
+
errorLabel?: string;
|
|
2105
|
+
/** Rótulo personalizado para sucesso */
|
|
2106
|
+
successLabel?: string;
|
|
2107
|
+
/** Modo compacto */
|
|
2108
|
+
compact?: boolean;
|
|
2109
|
+
/** Define o tamanho dos badges */
|
|
2110
|
+
rounded?: 'md' | 'lg' | 'xl';
|
|
2111
|
+
/** Prop utilizada para atualizar o progresso quando simulateProgress é false */
|
|
2112
|
+
file?: FileItem | null;
|
|
2113
|
+
/** Título da variante terciária */
|
|
2114
|
+
tertiaryVariantTitle?: string;
|
|
2115
|
+
/** Texto de ajuda */
|
|
2116
|
+
hint?: string;
|
|
2117
|
+
/** Texto para ser um erro */
|
|
2118
|
+
invalidFeedback?: string;
|
|
2119
|
+
/** Aciona manualmente o estado de erro */
|
|
2120
|
+
invalid?: boolean;
|
|
2121
|
+
/** Se o input deve reservar espaço para feedback de erro */
|
|
2122
|
+
reserveSpaceFeedback?: boolean;
|
|
2123
|
+
/** Se deve mostrar o arquivo enviado */
|
|
2124
|
+
showUploadedFile?: boolean;
|
|
2125
|
+
/** Nome do arquivo para ser removido */
|
|
2126
|
+
removableFileName?: string;
|
|
2127
|
+
/** Exibi o botão de remover arquivo */
|
|
2128
|
+
showRemoveButton?: boolean;
|
|
2129
|
+
}
|
|
2130
|
+
|
|
2131
|
+
declare interface IFields {
|
|
2132
|
+
field: string;
|
|
2133
|
+
value: string | number | boolean;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
1927
2136
|
declare interface IItems {
|
|
1928
2137
|
id: number;
|
|
1929
2138
|
title: string;
|
|
@@ -1934,6 +2143,7 @@ declare interface IItems {
|
|
|
1934
2143
|
declare type IProgressStepsProps = {
|
|
1935
2144
|
/** Define os itens que serão exibidos */
|
|
1936
2145
|
items: IItems[];
|
|
2146
|
+
variant?: 'primary' | 'secondary';
|
|
1937
2147
|
};
|
|
1938
2148
|
|
|
1939
2149
|
export declare const isMobile: Ref<boolean, boolean>;
|
|
@@ -2026,6 +2236,8 @@ declare type PaginationProps = {
|
|
|
2026
2236
|
totalItems?: number;
|
|
2027
2237
|
/** Valor do currentPage para two-way binding (v-model) */
|
|
2028
2238
|
modelValue?: number;
|
|
2239
|
+
/** Número de páginas exibidas na paginação */
|
|
2240
|
+
paginationPages?: number;
|
|
2029
2241
|
};
|
|
2030
2242
|
|
|
2031
2243
|
declare interface Props {
|
|
@@ -2134,6 +2346,7 @@ declare module 'vue' {
|
|
|
2134
2346
|
'ce-button-wrapper': typeof ButtonWrapperComponent;
|
|
2135
2347
|
'ce-button-pagination': typeof ButtonPaginationComponent;
|
|
2136
2348
|
'ce-textarea': typeof TextareaComponent;
|
|
2349
|
+
'ce-code-input': typeof CodeInputComponent;
|
|
2137
2350
|
}
|
|
2138
2351
|
}
|
|
2139
2352
|
|