@comercti/vue-components 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/comerc-style-guide.cjs.js +29 -26
- package/comerc-style-guide.es.js +1957 -1851
- package/comerc-style-guide.umd.js +29 -26
- package/index.d.ts +246 -176
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { ComponentOptionsMixin } from 'vue';
|
|
|
2
2
|
import { ComponentProvideOptions } from 'vue';
|
|
3
3
|
import { DefineComponent } from 'vue';
|
|
4
4
|
import { IData } from './toast/interfaces';
|
|
5
|
-
import { ItensMenu
|
|
5
|
+
import { ItensMenu } from '../../../../../../../../../src/components/menu/interfaces';
|
|
6
6
|
import { IVariants as IVariants_2 } from './interfaces';
|
|
7
7
|
import { PublicProps } from 'vue';
|
|
8
8
|
import { Ref } from 'vue';
|
|
@@ -11,11 +11,17 @@ import { VNode } from 'vue';
|
|
|
11
11
|
declare const __VLS_component: DefineComponent<DataTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12
12
|
"update:modelValue": (value: Record<string, any>[]) => any;
|
|
13
13
|
updateSelected: (value: Record<string, any>[]) => any;
|
|
14
|
-
orderBy: (value:
|
|
14
|
+
orderBy: (value: {
|
|
15
|
+
key: string;
|
|
16
|
+
order: "asc" | "desc";
|
|
17
|
+
}) => any;
|
|
15
18
|
}, string, PublicProps, Readonly<DataTableProps> & Readonly<{
|
|
16
19
|
"onUpdate:modelValue"?: (value: Record<string, any>[]) => any;
|
|
17
20
|
onUpdateSelected?: (value: Record<string, any>[]) => any;
|
|
18
|
-
onOrderBy?: (value:
|
|
21
|
+
onOrderBy?: (value: {
|
|
22
|
+
key: string;
|
|
23
|
+
order: "asc" | "desc";
|
|
24
|
+
}) => any;
|
|
19
25
|
}>, {
|
|
20
26
|
search: boolean;
|
|
21
27
|
selectable: boolean;
|
|
@@ -26,20 +32,25 @@ expandLine: boolean;
|
|
|
26
32
|
rootRef: HTMLDivElement;
|
|
27
33
|
}, HTMLDivElement>;
|
|
28
34
|
|
|
29
|
-
declare const __VLS_component_10: DefineComponent<
|
|
30
|
-
|
|
35
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
36
|
+
block: boolean;
|
|
37
|
+
tag: string;
|
|
38
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
39
|
+
|
|
40
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
41
|
+
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
31
42
|
backToHome: (value: boolean) => any;
|
|
32
43
|
logout: (value: boolean) => any;
|
|
33
44
|
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
34
|
-
onRedirect?: (item: SubMenu |
|
|
45
|
+
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
35
46
|
onBackToHome?: (value: boolean) => any;
|
|
36
47
|
onLogout?: (value: boolean) => any;
|
|
37
48
|
}>, {
|
|
38
|
-
|
|
39
|
-
|
|
49
|
+
itemsMenu: ItensMenu_2[];
|
|
50
|
+
itemsMenuMyService: ItensMenu_2[];
|
|
40
51
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
41
52
|
|
|
42
|
-
declare const
|
|
53
|
+
declare const __VLS_component_12: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
43
54
|
"update:modelValue": (path: string) => any;
|
|
44
55
|
redirect: (path: string) => any;
|
|
45
56
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
@@ -51,7 +62,7 @@ home: string;
|
|
|
51
62
|
divider: "/" | ">";
|
|
52
63
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
53
64
|
|
|
54
|
-
declare const
|
|
65
|
+
declare const __VLS_component_13: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
55
66
|
updateValue: (value: string) => any;
|
|
56
67
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
57
68
|
onUpdateValue?: (value: string) => any;
|
|
@@ -61,9 +72,9 @@ initialTab: string;
|
|
|
61
72
|
inactivate: boolean;
|
|
62
73
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
63
74
|
|
|
64
|
-
declare const
|
|
75
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
65
76
|
|
|
66
|
-
declare const
|
|
77
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {
|
|
67
78
|
color: number;
|
|
68
79
|
rounded: boolean;
|
|
69
80
|
tag: string;
|
|
@@ -75,41 +86,29 @@ responsive: boolean;
|
|
|
75
86
|
rootRef: unknown;
|
|
76
87
|
}, any>;
|
|
77
88
|
|
|
78
|
-
declare const
|
|
89
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {
|
|
79
90
|
tag: string;
|
|
80
91
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
81
92
|
|
|
82
|
-
declare const
|
|
93
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
|
|
83
94
|
tag: string;
|
|
84
95
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
85
96
|
|
|
86
|
-
declare const
|
|
97
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
87
98
|
type: "inline" | "centralized" | "highlighted";
|
|
88
99
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
89
100
|
|
|
90
|
-
declare const
|
|
101
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
91
102
|
openMenu: boolean;
|
|
92
103
|
layout: "default" | "base";
|
|
93
104
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
94
105
|
|
|
95
|
-
declare const
|
|
96
|
-
close: (value: boolean) => any;
|
|
97
|
-
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
98
|
-
onClose?: (value: boolean) => any;
|
|
99
|
-
}>, {
|
|
100
|
-
rounded: boolean;
|
|
101
|
-
isOpen: boolean;
|
|
102
|
-
background: "1" | "2";
|
|
103
|
-
position: "top" | "bottom";
|
|
104
|
-
showIcon: boolean;
|
|
105
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
106
|
-
|
|
107
|
-
declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {
|
|
106
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
|
|
108
107
|
/** Focus button */
|
|
109
108
|
focus: () => void;
|
|
110
109
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
111
110
|
click: (event: MouseEvent) => any;
|
|
112
|
-
}, string, PublicProps, Readonly<
|
|
111
|
+
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
113
112
|
onClick?: (event: MouseEvent) => any;
|
|
114
113
|
}>, {
|
|
115
114
|
type: "button" | "submit" | "a";
|
|
@@ -121,7 +120,19 @@ rounded: "small" | "medium" | "large";
|
|
|
121
120
|
buttonRef: unknown;
|
|
122
121
|
}, any>;
|
|
123
122
|
|
|
124
|
-
declare const __VLS_component_20: DefineComponent<
|
|
123
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
124
|
+
close: (value: boolean) => any;
|
|
125
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
126
|
+
onClose?: (value: boolean) => any;
|
|
127
|
+
}>, {
|
|
128
|
+
rounded: boolean;
|
|
129
|
+
isOpen: boolean;
|
|
130
|
+
background: "1" | "2";
|
|
131
|
+
position: "top" | "bottom";
|
|
132
|
+
showIcon: boolean;
|
|
133
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
134
|
+
|
|
135
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
125
136
|
close: (value: boolean) => any;
|
|
126
137
|
}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{
|
|
127
138
|
onClose?: (value: boolean) => any;
|
|
@@ -132,12 +143,12 @@ closeOutside: boolean;
|
|
|
132
143
|
showCloseButton: boolean;
|
|
133
144
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
134
145
|
|
|
135
|
-
declare const
|
|
146
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
136
147
|
focus: boolean;
|
|
137
148
|
location: "left" | "top" | "right" | "bottom";
|
|
138
149
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
139
150
|
|
|
140
|
-
declare const
|
|
151
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_31, {
|
|
141
152
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
142
153
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
143
154
|
click: (event: MouseEvent) => any;
|
|
@@ -154,7 +165,7 @@ badgeOffsetBottom: number;
|
|
|
154
165
|
rootRef: HTMLDivElement;
|
|
155
166
|
}, any>;
|
|
156
167
|
|
|
157
|
-
declare const
|
|
168
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
158
169
|
submit: () => any;
|
|
159
170
|
clear: () => any;
|
|
160
171
|
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
@@ -172,7 +183,7 @@ disabledClear: boolean;
|
|
|
172
183
|
menuRef: HTMLDivElement;
|
|
173
184
|
}, HTMLDivElement>;
|
|
174
185
|
|
|
175
|
-
declare const
|
|
186
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
176
187
|
size: "sm" | "md" | "lg";
|
|
177
188
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
178
189
|
variant: "solid" | "outline" | "ghost";
|
|
@@ -180,10 +191,10 @@ rounded: "sm" | "md" | "lg";
|
|
|
180
191
|
status: boolean;
|
|
181
192
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
182
193
|
|
|
183
|
-
declare const __VLS_component_3: DefineComponent<
|
|
194
|
+
declare const __VLS_component_3: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
184
195
|
"update:modelValue": (value: boolean | CustomEvent<any>) => any;
|
|
185
196
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
186
|
-
}, string, PublicProps, Readonly<
|
|
197
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
187
198
|
"onUpdate:modelValue"?: (value: boolean | CustomEvent<any>) => any;
|
|
188
199
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
189
200
|
}>, {
|
|
@@ -194,11 +205,11 @@ invalid: boolean;
|
|
|
194
205
|
rootRef: HTMLDivElement;
|
|
195
206
|
}, any>;
|
|
196
207
|
|
|
197
|
-
declare const __VLS_component_4: DefineComponent<
|
|
208
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
198
209
|
"update:modelValue": (value: Date | CustomEvent<any>) => any;
|
|
199
210
|
"update:start": (value: Date | CustomEvent<any>) => any;
|
|
200
211
|
"update:end": (value: Date | CustomEvent<any>) => any;
|
|
201
|
-
}, string, PublicProps, Readonly<
|
|
212
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
202
213
|
"onUpdate:modelValue"?: (value: Date | CustomEvent<any>) => any;
|
|
203
214
|
"onUpdate:start"?: (value: Date | CustomEvent<any>) => any;
|
|
204
215
|
"onUpdate:end"?: (value: Date | CustomEvent<any>) => any;
|
|
@@ -213,7 +224,7 @@ modal: boolean;
|
|
|
213
224
|
rootRef: HTMLDivElement;
|
|
214
225
|
}, any>;
|
|
215
226
|
|
|
216
|
-
declare const __VLS_component_5: DefineComponent<
|
|
227
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_8, {
|
|
217
228
|
/** focus input */
|
|
218
229
|
focus: () => void;
|
|
219
230
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -221,7 +232,7 @@ focus: () => void;
|
|
|
221
232
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
222
233
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
223
234
|
blur: (value: Event) => any;
|
|
224
|
-
}, string, PublicProps, Readonly<
|
|
235
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
225
236
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
226
237
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
227
238
|
onChange?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -238,7 +249,22 @@ rootRef: HTMLDivElement;
|
|
|
238
249
|
inputRef: HTMLInputElement;
|
|
239
250
|
}, any>;
|
|
240
251
|
|
|
241
|
-
declare const __VLS_component_6: DefineComponent<
|
|
252
|
+
declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
253
|
+
"update:modelValue": (value: IReturn | Coluna[]) => any;
|
|
254
|
+
selected: (value: Coluna[]) => any;
|
|
255
|
+
redirect: (item: ItensMenu_2) => any;
|
|
256
|
+
}, string, PublicProps, Readonly<DropdownProps> & Readonly<{
|
|
257
|
+
"onUpdate:modelValue"?: (value: IReturn | Coluna[]) => any;
|
|
258
|
+
onSelected?: (value: Coluna[]) => any;
|
|
259
|
+
onRedirect?: (item: ItensMenu_2) => any;
|
|
260
|
+
}>, {
|
|
261
|
+
type: "menu" | "selection";
|
|
262
|
+
variant: "outlined" | "text";
|
|
263
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
264
|
+
dropdownRef: HTMLDivElement;
|
|
265
|
+
}, HTMLDivElement>;
|
|
266
|
+
|
|
267
|
+
declare const __VLS_component_7: DefineComponent<CeSelectFieldProps, {
|
|
242
268
|
/** Focus select */
|
|
243
269
|
focus: () => void;
|
|
244
270
|
/** Abre/Fecha dropdown do select */
|
|
@@ -267,23 +293,18 @@ inputRef: HTMLDivElement;
|
|
|
267
293
|
searchInputRef: HTMLInputElement;
|
|
268
294
|
}, any>;
|
|
269
295
|
|
|
270
|
-
declare const
|
|
296
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {
|
|
271
297
|
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
272
298
|
tag: string;
|
|
273
299
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
274
300
|
|
|
275
|
-
declare const
|
|
301
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
276
302
|
tag: string;
|
|
277
303
|
noGutters: boolean;
|
|
278
304
|
dense: boolean;
|
|
279
305
|
noCols: boolean;
|
|
280
306
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
281
307
|
|
|
282
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
283
|
-
block: boolean;
|
|
284
|
-
tag: string;
|
|
285
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
286
|
-
|
|
287
308
|
declare type __VLS_Props = {
|
|
288
309
|
/** Indica o progresso */
|
|
289
310
|
progress: number;
|
|
@@ -342,6 +363,8 @@ declare type __VLS_Props_12 = {
|
|
|
342
363
|
id: string;
|
|
343
364
|
/** Informa que está invalido */
|
|
344
365
|
invalid?: boolean;
|
|
366
|
+
/** Label do toggle */
|
|
367
|
+
label?: string;
|
|
345
368
|
};
|
|
346
369
|
|
|
347
370
|
declare type __VLS_Props_13 = {
|
|
@@ -419,7 +442,7 @@ declare type __VLS_Props_15 = {
|
|
|
419
442
|
|
|
420
443
|
declare type __VLS_Props_16 = {
|
|
421
444
|
/** Array de opções do menu */
|
|
422
|
-
items:
|
|
445
|
+
items: ItensMenu_2[];
|
|
423
446
|
/** Define se o menu está na home */
|
|
424
447
|
isHome?: boolean;
|
|
425
448
|
/** Define se o input de pesquisa será exibido */
|
|
@@ -430,11 +453,11 @@ declare type __VLS_Props_16 = {
|
|
|
430
453
|
|
|
431
454
|
declare type __VLS_Props_17 = {
|
|
432
455
|
/** Array de opções do menu meu serviços */
|
|
433
|
-
itemsMenuMyService:
|
|
456
|
+
itemsMenuMyService: ItensMenu_2[];
|
|
434
457
|
/** Array de opções do menuSidebar para versão mobile */
|
|
435
|
-
itemsMenu?:
|
|
458
|
+
itemsMenu?: ItensMenu_2[];
|
|
436
459
|
/** Array de módulos */
|
|
437
|
-
itemsModules?:
|
|
460
|
+
itemsModules?: ItensMenu_2[];
|
|
438
461
|
/** Nome do usuário */
|
|
439
462
|
name?: string;
|
|
440
463
|
/** Email do usuário */
|
|
@@ -474,12 +497,14 @@ declare type __VLS_Props_19 = {
|
|
|
474
497
|
};
|
|
475
498
|
|
|
476
499
|
declare type __VLS_Props_2 = {
|
|
477
|
-
/**
|
|
478
|
-
|
|
479
|
-
/**
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
|
|
500
|
+
/** Define o label do componente */
|
|
501
|
+
label: string;
|
|
502
|
+
/** Define os valores exibidos no select */
|
|
503
|
+
options: number[];
|
|
504
|
+
/** Desabilita o componente */
|
|
505
|
+
disabled?: boolean;
|
|
506
|
+
/** Define a direção do texto */
|
|
507
|
+
textDirection?: 'left' | 'right';
|
|
483
508
|
};
|
|
484
509
|
|
|
485
510
|
declare type __VLS_Props_20 = {
|
|
@@ -500,7 +525,7 @@ declare type __VLS_Props_22 = {
|
|
|
500
525
|
declare type __VLS_Props_23 = {
|
|
501
526
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
502
527
|
background: 'white' | 'green';
|
|
503
|
-
items?:
|
|
528
|
+
items?: ItensMenu[];
|
|
504
529
|
socialMedia?: ISocialMedia[];
|
|
505
530
|
};
|
|
506
531
|
|
|
@@ -562,18 +587,12 @@ declare type __VLS_Props_29 = {
|
|
|
562
587
|
};
|
|
563
588
|
|
|
564
589
|
declare type __VLS_Props_3 = {
|
|
565
|
-
/**
|
|
566
|
-
|
|
567
|
-
/**
|
|
568
|
-
|
|
569
|
-
/**
|
|
570
|
-
|
|
571
|
-
/** ID única do button */
|
|
572
|
-
id?: string;
|
|
573
|
-
/** Abrange toda a largura de um elemento para o button */
|
|
574
|
-
block?: boolean;
|
|
575
|
-
/** Desativa o button */
|
|
576
|
-
disabled?: boolean;
|
|
590
|
+
/** Array de string com as opções do menu */
|
|
591
|
+
items: string[];
|
|
592
|
+
/** texto para o placeholder */
|
|
593
|
+
placeholder: string;
|
|
594
|
+
/** Valor para two-way binding (v-model) */
|
|
595
|
+
modelValue?: string;
|
|
577
596
|
};
|
|
578
597
|
|
|
579
598
|
declare type __VLS_Props_30 = {
|
|
@@ -639,6 +658,21 @@ declare type __VLS_Props_33 = {
|
|
|
639
658
|
};
|
|
640
659
|
|
|
641
660
|
declare type __VLS_Props_4 = {
|
|
661
|
+
/** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
|
|
662
|
+
type?: 'button' | 'submit' | 'a';
|
|
663
|
+
/** Variante de cores do button */
|
|
664
|
+
variant?: tipoVariante;
|
|
665
|
+
/** Arredondamento do button */
|
|
666
|
+
rounded?: 'small' | 'medium' | 'large';
|
|
667
|
+
/** ID única do button */
|
|
668
|
+
id?: string;
|
|
669
|
+
/** Abrange toda a largura de um elemento para o button */
|
|
670
|
+
block?: boolean;
|
|
671
|
+
/** Desativa o button */
|
|
672
|
+
disabled?: boolean;
|
|
673
|
+
};
|
|
674
|
+
|
|
675
|
+
declare type __VLS_Props_5 = {
|
|
642
676
|
/** Valor do checkbox para two-way binding (v-model) */
|
|
643
677
|
modelValue?: ModelValueType;
|
|
644
678
|
/** ID única do checkbox */
|
|
@@ -663,7 +697,7 @@ declare type __VLS_Props_4 = {
|
|
|
663
697
|
indeterminate?: boolean;
|
|
664
698
|
};
|
|
665
699
|
|
|
666
|
-
declare type
|
|
700
|
+
declare type __VLS_Props_6 = {
|
|
667
701
|
/** Valor para two-way binding (v-model) */
|
|
668
702
|
modelValue?: boolean;
|
|
669
703
|
/** ID única do input */
|
|
@@ -678,7 +712,7 @@ declare type __VLS_Props_5 = {
|
|
|
678
712
|
disabled?: boolean;
|
|
679
713
|
};
|
|
680
714
|
|
|
681
|
-
declare type
|
|
715
|
+
declare type __VLS_Props_7 = {
|
|
682
716
|
modelValue?: Date | string | null;
|
|
683
717
|
start?: Date | string | null;
|
|
684
718
|
end?: Date | string | null;
|
|
@@ -706,7 +740,7 @@ declare type __VLS_Props_6 = {
|
|
|
706
740
|
noAlertIcon?: boolean;
|
|
707
741
|
};
|
|
708
742
|
|
|
709
|
-
declare type
|
|
743
|
+
declare type __VLS_Props_8 = {
|
|
710
744
|
/** Valor do input para two-way binding (v-model) */
|
|
711
745
|
modelValue?: string | number;
|
|
712
746
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -735,7 +769,7 @@ declare type __VLS_Props_7 = {
|
|
|
735
769
|
readonly?: boolean;
|
|
736
770
|
};
|
|
737
771
|
|
|
738
|
-
declare type
|
|
772
|
+
declare type __VLS_Props_9 = {
|
|
739
773
|
/** Define o id do botão */
|
|
740
774
|
id: string | number;
|
|
741
775
|
/** Define o texto do botão */
|
|
@@ -748,19 +782,6 @@ declare type __VLS_Props_8 = {
|
|
|
748
782
|
disabled?: boolean;
|
|
749
783
|
};
|
|
750
784
|
|
|
751
|
-
declare type __VLS_Props_9 = {
|
|
752
|
-
/** Array de itens para o dropdown */
|
|
753
|
-
items: ItensMenu[];
|
|
754
|
-
/** Define o layout do botão */
|
|
755
|
-
variant?: 'default' | 'outlined' | 'text';
|
|
756
|
-
/** Define a cor do botão */
|
|
757
|
-
color?: string;
|
|
758
|
-
/** Define o texto do botão */
|
|
759
|
-
text: string;
|
|
760
|
-
/** Valor para two-way binding (v-model) */
|
|
761
|
-
modelValue?: boolean;
|
|
762
|
-
};
|
|
763
|
-
|
|
764
785
|
declare function __VLS_template(): {
|
|
765
786
|
attrs: Partial<{}>;
|
|
766
787
|
slots: Readonly<NonNullable<{
|
|
@@ -809,6 +830,23 @@ declare function __VLS_template(): {
|
|
|
809
830
|
};
|
|
810
831
|
|
|
811
832
|
declare function __VLS_template_10(): {
|
|
833
|
+
attrs: Partial<{}>;
|
|
834
|
+
slots: Readonly<{
|
|
835
|
+
/** Adicione conteúdo dentro do container */
|
|
836
|
+
default?: (props: {
|
|
837
|
+
isMobile?: boolean;
|
|
838
|
+
}) => VNode[];
|
|
839
|
+
}> & {
|
|
840
|
+
/** Adicione conteúdo dentro do container */
|
|
841
|
+
default?: (props: {
|
|
842
|
+
isMobile?: boolean;
|
|
843
|
+
}) => VNode[];
|
|
844
|
+
};
|
|
845
|
+
refs: {};
|
|
846
|
+
rootEl: any;
|
|
847
|
+
};
|
|
848
|
+
|
|
849
|
+
declare function __VLS_template_11(): {
|
|
812
850
|
attrs: Partial<{}>;
|
|
813
851
|
slots: Readonly<{
|
|
814
852
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -829,7 +867,7 @@ declare function __VLS_template_10(): {
|
|
|
829
867
|
rootEl: any;
|
|
830
868
|
};
|
|
831
869
|
|
|
832
|
-
declare function
|
|
870
|
+
declare function __VLS_template_12(): {
|
|
833
871
|
attrs: Partial<{}>;
|
|
834
872
|
slots: Readonly<{
|
|
835
873
|
/** Define o slot de ícone */
|
|
@@ -842,7 +880,7 @@ declare function __VLS_template_11(): {
|
|
|
842
880
|
rootEl: HTMLDivElement;
|
|
843
881
|
};
|
|
844
882
|
|
|
845
|
-
declare function
|
|
883
|
+
declare function __VLS_template_13(): {
|
|
846
884
|
attrs: Partial<{}>;
|
|
847
885
|
slots: {
|
|
848
886
|
default?(_: {}): any;
|
|
@@ -851,7 +889,7 @@ declare function __VLS_template_12(): {
|
|
|
851
889
|
rootEl: any;
|
|
852
890
|
};
|
|
853
891
|
|
|
854
|
-
declare function
|
|
892
|
+
declare function __VLS_template_14(): {
|
|
855
893
|
attrs: Partial<{}>;
|
|
856
894
|
slots: {
|
|
857
895
|
default?(_: {}): any;
|
|
@@ -860,7 +898,7 @@ declare function __VLS_template_13(): {
|
|
|
860
898
|
rootEl: any;
|
|
861
899
|
};
|
|
862
900
|
|
|
863
|
-
declare function
|
|
901
|
+
declare function __VLS_template_15(): {
|
|
864
902
|
attrs: Partial<{}>;
|
|
865
903
|
slots: Readonly<{
|
|
866
904
|
/** Conteúdo principal do card */
|
|
@@ -903,7 +941,7 @@ declare function __VLS_template_14(): {
|
|
|
903
941
|
rootEl: any;
|
|
904
942
|
};
|
|
905
943
|
|
|
906
|
-
declare function
|
|
944
|
+
declare function __VLS_template_16(): {
|
|
907
945
|
attrs: Partial<{}>;
|
|
908
946
|
slots: Readonly<{
|
|
909
947
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -916,7 +954,7 @@ declare function __VLS_template_15(): {
|
|
|
916
954
|
rootEl: any;
|
|
917
955
|
};
|
|
918
956
|
|
|
919
|
-
declare function
|
|
957
|
+
declare function __VLS_template_17(): {
|
|
920
958
|
attrs: Partial<{}>;
|
|
921
959
|
slots: Readonly<{
|
|
922
960
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -929,7 +967,7 @@ declare function __VLS_template_16(): {
|
|
|
929
967
|
rootEl: any;
|
|
930
968
|
};
|
|
931
969
|
|
|
932
|
-
declare function
|
|
970
|
+
declare function __VLS_template_18(): {
|
|
933
971
|
attrs: Partial<{}>;
|
|
934
972
|
slots: {
|
|
935
973
|
default?(_: {}): any;
|
|
@@ -938,7 +976,7 @@ declare function __VLS_template_17(): {
|
|
|
938
976
|
rootEl: HTMLDivElement;
|
|
939
977
|
};
|
|
940
978
|
|
|
941
|
-
declare function
|
|
979
|
+
declare function __VLS_template_19(): {
|
|
942
980
|
attrs: Partial<{}>;
|
|
943
981
|
slots: Readonly<{
|
|
944
982
|
/** Adicione conteúdo no header */
|
|
@@ -963,23 +1001,6 @@ declare function __VLS_template_18(): {
|
|
|
963
1001
|
rootEl: any;
|
|
964
1002
|
};
|
|
965
1003
|
|
|
966
|
-
declare function __VLS_template_19(): {
|
|
967
|
-
attrs: Partial<{}>;
|
|
968
|
-
slots: Readonly<{
|
|
969
|
-
/** Slot para o icone do banner */
|
|
970
|
-
icon: () => VNode[];
|
|
971
|
-
/** Slot para o conteudo do banner */
|
|
972
|
-
content: () => VNode[];
|
|
973
|
-
}> & {
|
|
974
|
-
/** Slot para o icone do banner */
|
|
975
|
-
icon: () => VNode[];
|
|
976
|
-
/** Slot para o conteudo do banner */
|
|
977
|
-
content: () => VNode[];
|
|
978
|
-
};
|
|
979
|
-
refs: {};
|
|
980
|
-
rootEl: any;
|
|
981
|
-
};
|
|
982
|
-
|
|
983
1004
|
declare function __VLS_template_2(): {
|
|
984
1005
|
attrs: Partial<{}>;
|
|
985
1006
|
slots: Readonly<{
|
|
@@ -996,6 +1017,23 @@ declare function __VLS_template_2(): {
|
|
|
996
1017
|
};
|
|
997
1018
|
|
|
998
1019
|
declare function __VLS_template_20(): {
|
|
1020
|
+
attrs: Partial<{}>;
|
|
1021
|
+
slots: Readonly<{
|
|
1022
|
+
/** Slot para o icone do banner */
|
|
1023
|
+
icon: () => VNode[];
|
|
1024
|
+
/** Slot para o conteudo do banner */
|
|
1025
|
+
content: () => VNode[];
|
|
1026
|
+
}> & {
|
|
1027
|
+
/** Slot para o icone do banner */
|
|
1028
|
+
icon: () => VNode[];
|
|
1029
|
+
/** Slot para o conteudo do banner */
|
|
1030
|
+
content: () => VNode[];
|
|
1031
|
+
};
|
|
1032
|
+
refs: {};
|
|
1033
|
+
rootEl: any;
|
|
1034
|
+
};
|
|
1035
|
+
|
|
1036
|
+
declare function __VLS_template_21(): {
|
|
999
1037
|
attrs: Partial<{}>;
|
|
1000
1038
|
slots: {
|
|
1001
1039
|
default?(_: {}): any;
|
|
@@ -1004,7 +1042,7 @@ declare function __VLS_template_20(): {
|
|
|
1004
1042
|
rootEl: any;
|
|
1005
1043
|
};
|
|
1006
1044
|
|
|
1007
|
-
declare function
|
|
1045
|
+
declare function __VLS_template_22(): {
|
|
1008
1046
|
attrs: Partial<{}>;
|
|
1009
1047
|
slots: Readonly<{
|
|
1010
1048
|
/** Permite passar qualquer elemento como ativador do tooltip */
|
|
@@ -1017,7 +1055,7 @@ declare function __VLS_template_21(): {
|
|
|
1017
1055
|
rootEl: HTMLDivElement;
|
|
1018
1056
|
};
|
|
1019
1057
|
|
|
1020
|
-
declare function
|
|
1058
|
+
declare function __VLS_template_23(): {
|
|
1021
1059
|
attrs: Partial<{}>;
|
|
1022
1060
|
slots: Readonly<{
|
|
1023
1061
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -1036,7 +1074,7 @@ declare function __VLS_template_22(): {
|
|
|
1036
1074
|
rootEl: any;
|
|
1037
1075
|
};
|
|
1038
1076
|
|
|
1039
|
-
declare function
|
|
1077
|
+
declare function __VLS_template_24(): {
|
|
1040
1078
|
attrs: Partial<{}>;
|
|
1041
1079
|
slots: Readonly<{
|
|
1042
1080
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1051,7 +1089,7 @@ declare function __VLS_template_23(): {
|
|
|
1051
1089
|
rootEl: HTMLDivElement;
|
|
1052
1090
|
};
|
|
1053
1091
|
|
|
1054
|
-
declare function
|
|
1092
|
+
declare function __VLS_template_25(): {
|
|
1055
1093
|
attrs: Partial<{}>;
|
|
1056
1094
|
slots: Readonly<{
|
|
1057
1095
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1131,6 +1169,19 @@ declare function __VLS_template_5(): {
|
|
|
1131
1169
|
};
|
|
1132
1170
|
|
|
1133
1171
|
declare function __VLS_template_6(): {
|
|
1172
|
+
attrs: Partial<{}>;
|
|
1173
|
+
slots: Readonly<{
|
|
1174
|
+
default: () => VNode[];
|
|
1175
|
+
}> & {
|
|
1176
|
+
default: () => VNode[];
|
|
1177
|
+
};
|
|
1178
|
+
refs: {
|
|
1179
|
+
dropdownRef: HTMLDivElement;
|
|
1180
|
+
};
|
|
1181
|
+
rootEl: HTMLDivElement;
|
|
1182
|
+
};
|
|
1183
|
+
|
|
1184
|
+
declare function __VLS_template_7(): {
|
|
1134
1185
|
attrs: Partial<{}>;
|
|
1135
1186
|
slots: Readonly<{
|
|
1136
1187
|
/** Slot para adicionar conteúdo antes das opções */
|
|
@@ -1167,7 +1218,7 @@ declare function __VLS_template_6(): {
|
|
|
1167
1218
|
rootEl: any;
|
|
1168
1219
|
};
|
|
1169
1220
|
|
|
1170
|
-
declare function
|
|
1221
|
+
declare function __VLS_template_8(): {
|
|
1171
1222
|
attrs: Partial<{}>;
|
|
1172
1223
|
slots: Readonly<{
|
|
1173
1224
|
/** Adicione conteúdo dentro do col */
|
|
@@ -1184,7 +1235,7 @@ declare function __VLS_template_7(): {
|
|
|
1184
1235
|
rootEl: any;
|
|
1185
1236
|
};
|
|
1186
1237
|
|
|
1187
|
-
declare function
|
|
1238
|
+
declare function __VLS_template_9(): {
|
|
1188
1239
|
attrs: Partial<{}>;
|
|
1189
1240
|
slots: Readonly<{
|
|
1190
1241
|
/** Adicione conteúdo dentro do row */
|
|
@@ -1197,23 +1248,6 @@ declare function __VLS_template_8(): {
|
|
|
1197
1248
|
rootEl: any;
|
|
1198
1249
|
};
|
|
1199
1250
|
|
|
1200
|
-
declare function __VLS_template_9(): {
|
|
1201
|
-
attrs: Partial<{}>;
|
|
1202
|
-
slots: Readonly<{
|
|
1203
|
-
/** Adicione conteúdo dentro do container */
|
|
1204
|
-
default?: (props: {
|
|
1205
|
-
isMobile?: boolean;
|
|
1206
|
-
}) => VNode[];
|
|
1207
|
-
}> & {
|
|
1208
|
-
/** Adicione conteúdo dentro do container */
|
|
1209
|
-
default?: (props: {
|
|
1210
|
-
isMobile?: boolean;
|
|
1211
|
-
}) => VNode[];
|
|
1212
|
-
};
|
|
1213
|
-
refs: {};
|
|
1214
|
-
rootEl: any;
|
|
1215
|
-
};
|
|
1216
|
-
|
|
1217
1251
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1218
1252
|
|
|
1219
1253
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1248,6 +1282,8 @@ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
|
1248
1282
|
|
|
1249
1283
|
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
1250
1284
|
|
|
1285
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
1286
|
+
|
|
1251
1287
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1252
1288
|
|
|
1253
1289
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1364,6 +1400,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
1364
1400
|
};
|
|
1365
1401
|
};
|
|
1366
1402
|
|
|
1403
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1404
|
+
new (): {
|
|
1405
|
+
$slots: S;
|
|
1406
|
+
};
|
|
1407
|
+
};
|
|
1408
|
+
|
|
1367
1409
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1368
1410
|
new (): {
|
|
1369
1411
|
$slots: S;
|
|
@@ -1410,29 +1452,29 @@ export declare const activateCeLoading: () => void;
|
|
|
1410
1452
|
|
|
1411
1453
|
export declare const addCeToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
|
|
1412
1454
|
|
|
1413
|
-
export declare const CeAutocomplete: DefineComponent<
|
|
1455
|
+
export declare const CeAutocomplete: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1414
1456
|
"update:modelValue": (value: string | CustomEvent<any>) => any;
|
|
1415
1457
|
filterList: (value: string | CustomEvent<any>) => any;
|
|
1416
1458
|
clearFilter: () => any;
|
|
1417
1459
|
"input:focus": () => any;
|
|
1418
|
-
}, string, PublicProps, Readonly<
|
|
1460
|
+
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
1419
1461
|
"onUpdate:modelValue"?: (value: string | CustomEvent<any>) => any;
|
|
1420
1462
|
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
1421
1463
|
onClearFilter?: () => any;
|
|
1422
1464
|
"onInput:focus"?: () => any;
|
|
1423
1465
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1424
1466
|
|
|
1425
|
-
export declare const CeAvatar:
|
|
1467
|
+
export declare const CeAvatar: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1426
1468
|
|
|
1427
|
-
export declare const CeBadge:
|
|
1469
|
+
export declare const CeBadge: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1428
1470
|
|
|
1429
|
-
export declare const CeBanners:
|
|
1471
|
+
export declare const CeBanners: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1430
1472
|
|
|
1431
|
-
export declare const CeBreadcrumbs:
|
|
1473
|
+
export declare const CeBreadcrumbs: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1432
1474
|
|
|
1433
1475
|
export declare const CeButton: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1434
1476
|
|
|
1435
|
-
export declare const CeButtonGroups: DefineComponent<
|
|
1477
|
+
export declare const CeButtonGroups: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {
|
|
1436
1478
|
text: string;
|
|
1437
1479
|
disabled: boolean;
|
|
1438
1480
|
id: string | number;
|
|
@@ -1440,19 +1482,19 @@ variant: "text" | "radio";
|
|
|
1440
1482
|
selected: number;
|
|
1441
1483
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1442
1484
|
|
|
1443
|
-
export declare const CeCard:
|
|
1485
|
+
export declare const CeCard: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1444
1486
|
|
|
1445
|
-
export declare const CeCardHeader:
|
|
1487
|
+
export declare const CeCardHeader: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1446
1488
|
|
|
1447
|
-
export declare const CeCardText:
|
|
1489
|
+
export declare const CeCardText: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1448
1490
|
|
|
1449
|
-
export declare const CeCheckbox: DefineComponent<
|
|
1491
|
+
export declare const CeCheckbox: DefineComponent<__VLS_Props_5, {
|
|
1450
1492
|
/** Focus checkbox input */
|
|
1451
1493
|
focus: () => void;
|
|
1452
1494
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1453
1495
|
"update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
|
|
1454
1496
|
change: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1455
|
-
}, string, PublicProps, Readonly<
|
|
1497
|
+
}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{
|
|
1456
1498
|
"onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1457
1499
|
onChange?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1458
1500
|
}>, {
|
|
@@ -1468,27 +1510,17 @@ inputRef: HTMLInputElement;
|
|
|
1468
1510
|
|
|
1469
1511
|
export declare const CeCheckboxGroup: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1470
1512
|
|
|
1471
|
-
export declare const CeCol:
|
|
1513
|
+
export declare const CeCol: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1472
1514
|
|
|
1473
|
-
export declare const CeContainer:
|
|
1515
|
+
export declare const CeContainer: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1474
1516
|
|
|
1475
|
-
export declare const CeContentDivider:
|
|
1517
|
+
export declare const CeContentDivider: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1476
1518
|
|
|
1477
1519
|
export declare const CeDataTable: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1478
1520
|
|
|
1479
1521
|
export declare const CeDatePicker: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1480
1522
|
|
|
1481
|
-
export declare const CeDropdown:
|
|
1482
|
-
"update:modelValue": (value: IReturn) => any;
|
|
1483
|
-
redirect: (item: ItensMenu) => any;
|
|
1484
|
-
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
1485
|
-
"onUpdate:modelValue"?: (value: IReturn) => any;
|
|
1486
|
-
onRedirect?: (item: ItensMenu) => any;
|
|
1487
|
-
}>, {
|
|
1488
|
-
color: string;
|
|
1489
|
-
variant: "default" | "outlined" | "text";
|
|
1490
|
-
items: ItensMenu[];
|
|
1491
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1523
|
+
export declare const CeDropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1492
1524
|
|
|
1493
1525
|
export declare const CeFileUpload: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1494
1526
|
"update:modelValue": (file: FileItem[]) => any;
|
|
@@ -1506,7 +1538,7 @@ selectAll: boolean;
|
|
|
1506
1538
|
clear: boolean;
|
|
1507
1539
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1508
1540
|
|
|
1509
|
-
export declare const CeFilterGroup:
|
|
1541
|
+
export declare const CeFilterGroup: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1510
1542
|
|
|
1511
1543
|
export declare const CeFooter: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1512
1544
|
redirect: (valor?: string) => any;
|
|
@@ -1519,7 +1551,20 @@ background: "white" | "green";
|
|
|
1519
1551
|
|
|
1520
1552
|
export declare const CeInput: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1521
1553
|
|
|
1522
|
-
export declare const
|
|
1554
|
+
export declare const CeItemsPerPage: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1555
|
+
"update:modelValue": (value: number) => any;
|
|
1556
|
+
updatePerPage: (value: number) => any;
|
|
1557
|
+
}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
|
|
1558
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
|
1559
|
+
onUpdatePerPage?: (value: number) => any;
|
|
1560
|
+
}>, {
|
|
1561
|
+
disabled: boolean;
|
|
1562
|
+
textDirection: "left" | "right";
|
|
1563
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1564
|
+
menuRef: HTMLDivElement;
|
|
1565
|
+
}, HTMLDivElement>;
|
|
1566
|
+
|
|
1567
|
+
export declare const CeLayout: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1523
1568
|
|
|
1524
1569
|
export declare const CeLoading: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
1525
1570
|
type: "spinner" | "semi-circle" | "dots";
|
|
@@ -1527,21 +1572,21 @@ background: "smoky" | "transparent";
|
|
|
1527
1572
|
showLoading: boolean;
|
|
1528
1573
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1529
1574
|
|
|
1530
|
-
export declare const CeMenuHeader:
|
|
1575
|
+
export declare const CeMenuHeader: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1531
1576
|
|
|
1532
1577
|
export declare const CeMenuSidebar: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1533
1578
|
toggleMenu: (clicado: boolean) => any;
|
|
1534
|
-
redirect: (item: SubMenu |
|
|
1579
|
+
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1535
1580
|
}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
|
|
1536
1581
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1537
|
-
onRedirect?: (item: SubMenu |
|
|
1582
|
+
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
1538
1583
|
}>, {
|
|
1539
1584
|
isHome: boolean;
|
|
1540
1585
|
isSearch: boolean;
|
|
1541
1586
|
isOpen: boolean;
|
|
1542
1587
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1543
1588
|
|
|
1544
|
-
export declare const CeModal:
|
|
1589
|
+
export declare const CeModal: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1545
1590
|
|
|
1546
1591
|
export declare const CePagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1547
1592
|
paginate: (value: number) => any;
|
|
@@ -1573,11 +1618,11 @@ invalid: boolean;
|
|
|
1573
1618
|
block: boolean;
|
|
1574
1619
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1575
1620
|
|
|
1576
|
-
export declare const CeRow:
|
|
1621
|
+
export declare const CeRow: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1577
1622
|
|
|
1578
1623
|
export declare const CeSectionFooter: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1579
1624
|
|
|
1580
|
-
export declare const CeSelect:
|
|
1625
|
+
export declare const CeSelect: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1581
1626
|
|
|
1582
1627
|
declare interface CeSelectFieldProps {
|
|
1583
1628
|
/** Valor do select para two-way binding (v-model) */
|
|
@@ -1627,9 +1672,9 @@ size: number | string;
|
|
|
1627
1672
|
color: string;
|
|
1628
1673
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1629
1674
|
|
|
1630
|
-
export declare const CeTab:
|
|
1675
|
+
export declare const CeTab: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1631
1676
|
|
|
1632
|
-
export declare const CeTabItem:
|
|
1677
|
+
export declare const CeTabItem: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1633
1678
|
|
|
1634
1679
|
export declare const CeToast: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1635
1680
|
sendData: (data: IData_2<unknown>) => any;
|
|
@@ -1653,9 +1698,14 @@ onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
|
1653
1698
|
disabled: boolean;
|
|
1654
1699
|
invalid: boolean;
|
|
1655
1700
|
contoured: boolean;
|
|
1656
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1701
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1702
|
+
|
|
1703
|
+
export declare const CeTooltip: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1657
1704
|
|
|
1658
|
-
|
|
1705
|
+
declare interface Coluna {
|
|
1706
|
+
text: string;
|
|
1707
|
+
value: string;
|
|
1708
|
+
}
|
|
1659
1709
|
|
|
1660
1710
|
declare type DataTableProps = {
|
|
1661
1711
|
/** Array utilizado no header da tabela */
|
|
@@ -1676,6 +1726,17 @@ declare type DataTableProps = {
|
|
|
1676
1726
|
|
|
1677
1727
|
export declare const disableCeLoading: () => void;
|
|
1678
1728
|
|
|
1729
|
+
declare interface DropdownProps {
|
|
1730
|
+
/** Define os itens do dropdown tipo menu */
|
|
1731
|
+
itemsMenu?: ItensMenu[];
|
|
1732
|
+
/** Define os itens do dropdown tipo seleção */
|
|
1733
|
+
itemsSelection?: ItemsSelection[];
|
|
1734
|
+
/** Define a variante do dropdown */
|
|
1735
|
+
variant?: 'outlined' | 'text';
|
|
1736
|
+
/** Define o tipo do dropdown */
|
|
1737
|
+
type?: 'menu' | 'selection';
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1679
1740
|
declare interface FileItem {
|
|
1680
1741
|
file: File;
|
|
1681
1742
|
progress: number;
|
|
@@ -1755,7 +1816,15 @@ declare interface ITabsProps {
|
|
|
1755
1816
|
inactivate?: boolean;
|
|
1756
1817
|
}
|
|
1757
1818
|
|
|
1758
|
-
declare interface
|
|
1819
|
+
declare interface ItemsSelection {
|
|
1820
|
+
text: string;
|
|
1821
|
+
value: string;
|
|
1822
|
+
visible: boolean;
|
|
1823
|
+
subtext?: string;
|
|
1824
|
+
icon?: string;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
declare interface ItensMenu_2 {
|
|
1759
1828
|
text: string;
|
|
1760
1829
|
path?: string;
|
|
1761
1830
|
icon?: string;
|
|
@@ -1927,6 +1996,7 @@ declare module 'vue' {
|
|
|
1927
1996
|
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
1928
1997
|
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
1929
1998
|
'ce-data-table': typeof DataTableComponent;
|
|
1999
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
1930
2000
|
}
|
|
1931
2001
|
}
|
|
1932
2002
|
|