@comercti/react-components-hmg 0.3.1 → 0.3.3
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 +28 -25
- package/comerc-style-guide.es.js +1770 -1754
- package/comerc-style-guide.umd.js +26 -23
- package/index.d.ts +217 -184
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { ComponentProvideOptions } from 'vue';
|
|
|
3
3
|
import { default as default_2 } from 'react';
|
|
4
4
|
import { DefineComponent } from 'vue';
|
|
5
5
|
import { IData } from './toast/interfaces';
|
|
6
|
-
import { ItensMenu
|
|
6
|
+
import { ItensMenu } from '../../../../../../../../../src/components/menu/interfaces';
|
|
7
7
|
import { IVariants as IVariants_2 } from './interfaces';
|
|
8
8
|
import { PublicProps } from 'vue';
|
|
9
9
|
import { Ref } from 'vue';
|
|
@@ -27,25 +27,32 @@ expandLine: boolean;
|
|
|
27
27
|
rootRef: HTMLDivElement;
|
|
28
28
|
}, HTMLDivElement>;
|
|
29
29
|
|
|
30
|
-
declare const __VLS_component_10: DefineComponent<
|
|
30
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
31
|
+
tag: string;
|
|
32
|
+
noGutters: boolean;
|
|
33
|
+
dense: boolean;
|
|
34
|
+
noCols: boolean;
|
|
35
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
36
|
+
|
|
37
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
31
38
|
block: boolean;
|
|
32
39
|
tag: string;
|
|
33
40
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
34
41
|
|
|
35
|
-
declare const
|
|
36
|
-
redirect: (item: SubMenu |
|
|
42
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
43
|
+
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
37
44
|
backToHome: (value: boolean) => any;
|
|
38
45
|
logout: (value: boolean) => any;
|
|
39
|
-
}, string, PublicProps, Readonly<
|
|
40
|
-
onRedirect?: (item: SubMenu |
|
|
46
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
47
|
+
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
41
48
|
onBackToHome?: (value: boolean) => any;
|
|
42
49
|
onLogout?: (value: boolean) => any;
|
|
43
50
|
}>, {
|
|
44
|
-
|
|
45
|
-
|
|
51
|
+
itemsMenu: ItensMenu_2[];
|
|
52
|
+
itemsMenuMyService: ItensMenu_2[];
|
|
46
53
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
47
54
|
|
|
48
|
-
declare const
|
|
55
|
+
declare const __VLS_component_13: DefineComponent<IBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
49
56
|
"update:modelValue": (path: string) => any;
|
|
50
57
|
redirect: (path: string) => any;
|
|
51
58
|
}, string, PublicProps, Readonly<IBreadcrumbsProps> & Readonly<{
|
|
@@ -57,7 +64,7 @@ home: string;
|
|
|
57
64
|
divider: "/" | ">";
|
|
58
65
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
59
66
|
|
|
60
|
-
declare const
|
|
67
|
+
declare const __VLS_component_14: DefineComponent<ITabsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
61
68
|
updateValue: (value: string) => any;
|
|
62
69
|
}, string, PublicProps, Readonly<ITabsProps> & Readonly<{
|
|
63
70
|
onUpdateValue?: (value: string) => any;
|
|
@@ -67,13 +74,13 @@ initialTab: string;
|
|
|
67
74
|
inactivate: boolean;
|
|
68
75
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
69
76
|
|
|
70
|
-
declare const
|
|
77
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
71
78
|
|
|
72
|
-
declare const
|
|
79
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_21, {
|
|
73
80
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
74
81
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
75
82
|
click: (event: MouseEvent) => any;
|
|
76
|
-
}, string, PublicProps, Readonly<
|
|
83
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
77
84
|
onClick?: (event: MouseEvent) => any;
|
|
78
85
|
}>, {
|
|
79
86
|
disabled: boolean;
|
|
@@ -86,10 +93,10 @@ badgeOffsetBottom: number;
|
|
|
86
93
|
rootRef: HTMLDivElement;
|
|
87
94
|
}, any>;
|
|
88
95
|
|
|
89
|
-
declare const
|
|
96
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
90
97
|
submit: () => any;
|
|
91
98
|
clear: () => any;
|
|
92
|
-
}, string, PublicProps, Readonly<
|
|
99
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
93
100
|
onSubmit?: () => any;
|
|
94
101
|
onClear?: () => any;
|
|
95
102
|
}>, {
|
|
@@ -104,7 +111,7 @@ disabledClear: boolean;
|
|
|
104
111
|
menuRef: HTMLDivElement;
|
|
105
112
|
}, HTMLDivElement>;
|
|
106
113
|
|
|
107
|
-
declare const
|
|
114
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
108
115
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
109
116
|
size: "sm" | "md" | "lg";
|
|
110
117
|
rounded: "sm" | "md" | "lg";
|
|
@@ -112,9 +119,9 @@ variant: "solid" | "outline" | "ghost";
|
|
|
112
119
|
status: boolean;
|
|
113
120
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
114
121
|
|
|
115
|
-
declare const
|
|
122
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
116
123
|
close: (value: boolean) => any;
|
|
117
|
-
}, string, PublicProps, Readonly<
|
|
124
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
118
125
|
onClose?: (value: boolean) => any;
|
|
119
126
|
}>, {
|
|
120
127
|
rounded: boolean;
|
|
@@ -124,17 +131,6 @@ background: "1" | "2";
|
|
|
124
131
|
showIcon: boolean;
|
|
125
132
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
126
133
|
|
|
127
|
-
declare const __VLS_component_19: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
128
|
-
close: (value: boolean) => any;
|
|
129
|
-
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
130
|
-
onClose?: (value: boolean) => any;
|
|
131
|
-
}>, {
|
|
132
|
-
isOpen: boolean;
|
|
133
|
-
background: "1" | "2";
|
|
134
|
-
closeOutside: boolean;
|
|
135
|
-
showCloseButton: boolean;
|
|
136
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
137
|
-
|
|
138
134
|
declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
|
|
139
135
|
/** Focus button */
|
|
140
136
|
focus: () => void;
|
|
@@ -152,12 +148,23 @@ variant: tipoVariante;
|
|
|
152
148
|
buttonRef: unknown;
|
|
153
149
|
}, any>;
|
|
154
150
|
|
|
155
|
-
declare const __VLS_component_20: DefineComponent<
|
|
151
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
152
|
+
close: (value: boolean) => any;
|
|
153
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
154
|
+
onClose?: (value: boolean) => any;
|
|
155
|
+
}>, {
|
|
156
|
+
isOpen: boolean;
|
|
157
|
+
background: "1" | "2";
|
|
158
|
+
closeOutside: boolean;
|
|
159
|
+
showCloseButton: boolean;
|
|
160
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
161
|
+
|
|
162
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
156
163
|
focus: boolean;
|
|
157
164
|
location: "left" | "top" | "right" | "bottom";
|
|
158
165
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
159
166
|
|
|
160
|
-
declare const
|
|
167
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
161
168
|
color: number;
|
|
162
169
|
rounded: boolean;
|
|
163
170
|
tag: string;
|
|
@@ -169,19 +176,19 @@ responsive: boolean;
|
|
|
169
176
|
rootRef: unknown;
|
|
170
177
|
}, any>;
|
|
171
178
|
|
|
172
|
-
declare const
|
|
179
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
173
180
|
tag: string;
|
|
174
181
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
175
182
|
|
|
176
|
-
declare const
|
|
183
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
177
184
|
tag: string;
|
|
178
185
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
179
186
|
|
|
180
|
-
declare const
|
|
187
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
181
188
|
type: "inline" | "centralized" | "highlighted";
|
|
182
189
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
183
190
|
|
|
184
|
-
declare const
|
|
191
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
185
192
|
openMenu: boolean;
|
|
186
193
|
layout: "default" | "base";
|
|
187
194
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -221,7 +228,20 @@ modal: boolean;
|
|
|
221
228
|
rootRef: HTMLDivElement;
|
|
222
229
|
}, any>;
|
|
223
230
|
|
|
224
|
-
declare const __VLS_component_6: DefineComponent<
|
|
231
|
+
declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
232
|
+
"update:modelValue": (value: IReturn) => any;
|
|
233
|
+
selected: (value: Coluna[]) => any;
|
|
234
|
+
redirect: (item: ItensMenu_2) => any;
|
|
235
|
+
}, string, PublicProps, Readonly<DropdownProps> & Readonly<{
|
|
236
|
+
"onUpdate:modelValue"?: (value: IReturn) => any;
|
|
237
|
+
onSelected?: (value: Coluna[]) => any;
|
|
238
|
+
onRedirect?: (item: ItensMenu_2) => any;
|
|
239
|
+
}>, {
|
|
240
|
+
type: "menu" | "selection";
|
|
241
|
+
variant: "outlined" | "text";
|
|
242
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
243
|
+
|
|
244
|
+
declare const __VLS_component_7: DefineComponent<__VLS_Props_11, {
|
|
225
245
|
/** focus input */
|
|
226
246
|
focus: () => void;
|
|
227
247
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -229,7 +249,7 @@ focus: () => void;
|
|
|
229
249
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
230
250
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
231
251
|
blur: (value: Event) => any;
|
|
232
|
-
}, string, PublicProps, Readonly<
|
|
252
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
233
253
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
234
254
|
onChange?: (value: string | number | CustomEvent<any>) => any;
|
|
235
255
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -246,7 +266,7 @@ rootRef: HTMLDivElement;
|
|
|
246
266
|
inputRef: HTMLInputElement;
|
|
247
267
|
}, any>;
|
|
248
268
|
|
|
249
|
-
declare const
|
|
269
|
+
declare const __VLS_component_8: DefineComponent<CeSelectFieldProps, {
|
|
250
270
|
/** Focus select */
|
|
251
271
|
focus: () => void;
|
|
252
272
|
/** Abre/Fecha dropdown do select */
|
|
@@ -275,18 +295,11 @@ inputRef: HTMLDivElement;
|
|
|
275
295
|
searchInputRef: HTMLInputElement;
|
|
276
296
|
}, any>;
|
|
277
297
|
|
|
278
|
-
declare const
|
|
298
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {
|
|
279
299
|
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
280
300
|
tag: string;
|
|
281
301
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
282
302
|
|
|
283
|
-
declare const __VLS_component_9: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
284
|
-
tag: string;
|
|
285
|
-
noGutters: boolean;
|
|
286
|
-
dense: boolean;
|
|
287
|
-
noCols: boolean;
|
|
288
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
289
|
-
|
|
290
303
|
declare type __VLS_Props = {
|
|
291
304
|
/** Indica o progresso */
|
|
292
305
|
progress: number;
|
|
@@ -297,19 +310,6 @@ declare type __VLS_Props = {
|
|
|
297
310
|
};
|
|
298
311
|
|
|
299
312
|
declare type __VLS_Props_10 = {
|
|
300
|
-
/** Array de itens para o dropdown */
|
|
301
|
-
items: ItensMenu[];
|
|
302
|
-
/** Define o layout do botão */
|
|
303
|
-
variant?: 'default' | 'outlined' | 'text';
|
|
304
|
-
/** Define a cor do botão */
|
|
305
|
-
color?: string;
|
|
306
|
-
/** Define o texto do botão */
|
|
307
|
-
text: string;
|
|
308
|
-
/** Valor para two-way binding (v-model) */
|
|
309
|
-
modelValue?: boolean;
|
|
310
|
-
};
|
|
311
|
-
|
|
312
|
-
declare type __VLS_Props_11 = {
|
|
313
313
|
/** Valor para two-way binding (v-model) */
|
|
314
314
|
modelValue?: FileItem[];
|
|
315
315
|
/** array com os tipos de arquivos permitidos */
|
|
@@ -328,7 +328,7 @@ declare type __VLS_Props_11 = {
|
|
|
328
328
|
clear: boolean;
|
|
329
329
|
};
|
|
330
330
|
|
|
331
|
-
declare type
|
|
331
|
+
declare type __VLS_Props_11 = {
|
|
332
332
|
/** Valor do input para two-way binding (v-model) */
|
|
333
333
|
modelValue?: string | number;
|
|
334
334
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -357,7 +357,7 @@ declare type __VLS_Props_12 = {
|
|
|
357
357
|
readonly?: boolean;
|
|
358
358
|
};
|
|
359
359
|
|
|
360
|
-
declare type
|
|
360
|
+
declare type __VLS_Props_12 = {
|
|
361
361
|
/** Valor do radio para two-way binding (v-model) */
|
|
362
362
|
modelValue?: ModelValueType_2;
|
|
363
363
|
/** ID única do radio */
|
|
@@ -376,7 +376,7 @@ declare type __VLS_Props_13 = {
|
|
|
376
376
|
block?: boolean;
|
|
377
377
|
};
|
|
378
378
|
|
|
379
|
-
declare type
|
|
379
|
+
declare type __VLS_Props_13 = {
|
|
380
380
|
/** Valor do toggle */
|
|
381
381
|
modelValue?: boolean;
|
|
382
382
|
/** Desabilita o toggle */
|
|
@@ -389,7 +389,7 @@ declare type __VLS_Props_14 = {
|
|
|
389
389
|
invalid?: boolean;
|
|
390
390
|
};
|
|
391
391
|
|
|
392
|
-
declare type
|
|
392
|
+
declare type __VLS_Props_14 = {
|
|
393
393
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
394
394
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
395
395
|
/** Largura de um elemento `sm` (baseado no `cols`) */
|
|
@@ -414,7 +414,7 @@ declare type __VLS_Props_15 = {
|
|
|
414
414
|
tag?: string;
|
|
415
415
|
};
|
|
416
416
|
|
|
417
|
-
declare type
|
|
417
|
+
declare type __VLS_Props_15 = {
|
|
418
418
|
/** Alinhamento dos itens (align-items) */
|
|
419
419
|
align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
420
420
|
/** Alinhamento dos itens `sm` (align-items) */
|
|
@@ -455,14 +455,14 @@ declare type __VLS_Props_16 = {
|
|
|
455
455
|
noCols?: boolean;
|
|
456
456
|
};
|
|
457
457
|
|
|
458
|
-
declare type
|
|
458
|
+
declare type __VLS_Props_16 = {
|
|
459
459
|
/** Define root element do container */
|
|
460
460
|
tag?: string;
|
|
461
461
|
/** Abrange toda a largura de um elemento para o container */
|
|
462
462
|
block?: boolean;
|
|
463
463
|
};
|
|
464
464
|
|
|
465
|
-
declare type
|
|
465
|
+
declare type __VLS_Props_17 = {
|
|
466
466
|
/** SVG bruto (como string) */
|
|
467
467
|
name: string;
|
|
468
468
|
/** Tamanho do ícone */
|
|
@@ -473,19 +473,30 @@ declare type __VLS_Props_18 = {
|
|
|
473
473
|
fill?: string;
|
|
474
474
|
};
|
|
475
475
|
|
|
476
|
-
declare type
|
|
476
|
+
declare type __VLS_Props_18 = {
|
|
477
477
|
/** Array de opções do menu meu serviços */
|
|
478
|
-
itemsMenuMyService:
|
|
478
|
+
itemsMenuMyService: ItensMenu_2[];
|
|
479
479
|
/** Array de opções do menuSidebar para versão mobile */
|
|
480
|
-
itemsMenu?:
|
|
480
|
+
itemsMenu?: ItensMenu_2[];
|
|
481
481
|
/** Array de módulos */
|
|
482
|
-
itemsModules?:
|
|
482
|
+
itemsModules?: ItensMenu_2[];
|
|
483
483
|
/** Nome do usuário */
|
|
484
484
|
name?: string;
|
|
485
485
|
/** Email do usuário */
|
|
486
486
|
email?: string;
|
|
487
487
|
};
|
|
488
488
|
|
|
489
|
+
declare type __VLS_Props_19 = {
|
|
490
|
+
/** Array de opções do menu */
|
|
491
|
+
items: ItensMenu_2[];
|
|
492
|
+
/** Define se o menu está na home */
|
|
493
|
+
isHome?: boolean;
|
|
494
|
+
/** Define se o input de pesquisa será exibido */
|
|
495
|
+
isSearch?: boolean;
|
|
496
|
+
/** Se true inicializa o menu aberto */
|
|
497
|
+
isOpen?: boolean;
|
|
498
|
+
};
|
|
499
|
+
|
|
489
500
|
declare type __VLS_Props_2 = {
|
|
490
501
|
/** Define o label do componente */
|
|
491
502
|
label: string;
|
|
@@ -498,24 +509,13 @@ declare type __VLS_Props_2 = {
|
|
|
498
509
|
};
|
|
499
510
|
|
|
500
511
|
declare type __VLS_Props_20 = {
|
|
501
|
-
/** Array de opções do menu */
|
|
502
|
-
items: ItensMenu[];
|
|
503
|
-
/** Define se o menu está na home */
|
|
504
|
-
isHome?: boolean;
|
|
505
|
-
/** Define se o input de pesquisa será exibido */
|
|
506
|
-
isSearch?: boolean;
|
|
507
|
-
/** Se true inicializa o menu aberto */
|
|
508
|
-
isOpen?: boolean;
|
|
509
|
-
};
|
|
510
|
-
|
|
511
|
-
declare type __VLS_Props_21 = {
|
|
512
512
|
/** Define o valor do model */
|
|
513
513
|
modelValue?: string;
|
|
514
514
|
/** valor padrão do item exibido */
|
|
515
515
|
value: string;
|
|
516
516
|
};
|
|
517
517
|
|
|
518
|
-
declare type
|
|
518
|
+
declare type __VLS_Props_21 = {
|
|
519
519
|
/** Especifica o caminho para a imagem */
|
|
520
520
|
src?: string;
|
|
521
521
|
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
@@ -534,7 +534,7 @@ declare type __VLS_Props_22 = {
|
|
|
534
534
|
disabled?: boolean;
|
|
535
535
|
};
|
|
536
536
|
|
|
537
|
-
declare type
|
|
537
|
+
declare type __VLS_Props_22 = {
|
|
538
538
|
/** Define o tipo do filtro */
|
|
539
539
|
variant?: 'dropdown' | 'collapse';
|
|
540
540
|
/** Define a cor do texto e do ícone */
|
|
@@ -553,7 +553,7 @@ declare type __VLS_Props_23 = {
|
|
|
553
553
|
disabledClear?: boolean;
|
|
554
554
|
};
|
|
555
555
|
|
|
556
|
-
declare type
|
|
556
|
+
declare type __VLS_Props_23 = {
|
|
557
557
|
/** Variante de estilo do badge */
|
|
558
558
|
variant?: 'solid' | 'outline' | 'ghost';
|
|
559
559
|
/** Cor do badge */
|
|
@@ -566,7 +566,7 @@ declare type __VLS_Props_24 = {
|
|
|
566
566
|
status?: boolean;
|
|
567
567
|
};
|
|
568
568
|
|
|
569
|
-
declare type
|
|
569
|
+
declare type __VLS_Props_24 = {
|
|
570
570
|
/** Define a posição em que o banner aparece */
|
|
571
571
|
position?: 'top' | 'bottom';
|
|
572
572
|
/** Define se o banner abre ou fecha */
|
|
@@ -579,7 +579,7 @@ declare type __VLS_Props_25 = {
|
|
|
579
579
|
showIcon?: boolean;
|
|
580
580
|
};
|
|
581
581
|
|
|
582
|
-
declare type
|
|
582
|
+
declare type __VLS_Props_25 = {
|
|
583
583
|
/** Define se o modal abre ou fecha */
|
|
584
584
|
isOpen: boolean;
|
|
585
585
|
/** Define a cor do background */
|
|
@@ -590,7 +590,7 @@ declare type __VLS_Props_26 = {
|
|
|
590
590
|
showCloseButton?: boolean;
|
|
591
591
|
};
|
|
592
592
|
|
|
593
|
-
declare type
|
|
593
|
+
declare type __VLS_Props_26 = {
|
|
594
594
|
/** Texto do tooltip */
|
|
595
595
|
text: string;
|
|
596
596
|
/** Localização do tooltip */
|
|
@@ -599,7 +599,7 @@ declare type __VLS_Props_27 = {
|
|
|
599
599
|
focus?: boolean;
|
|
600
600
|
};
|
|
601
601
|
|
|
602
|
-
declare type
|
|
602
|
+
declare type __VLS_Props_27 = {
|
|
603
603
|
/** Define o tipo de spinner */
|
|
604
604
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
605
605
|
/** Define se o loading deve ser exibido ou não */
|
|
@@ -608,7 +608,7 @@ declare type __VLS_Props_28 = {
|
|
|
608
608
|
background?: 'smoky' | 'transparent';
|
|
609
609
|
};
|
|
610
610
|
|
|
611
|
-
declare type
|
|
611
|
+
declare type __VLS_Props_28 = {
|
|
612
612
|
/** Elemento raiz do card */
|
|
613
613
|
tag?: string;
|
|
614
614
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -633,6 +633,11 @@ declare type __VLS_Props_29 = {
|
|
|
633
633
|
responsive?: boolean;
|
|
634
634
|
};
|
|
635
635
|
|
|
636
|
+
declare type __VLS_Props_29 = {
|
|
637
|
+
/** Define root element */
|
|
638
|
+
tag?: string;
|
|
639
|
+
};
|
|
640
|
+
|
|
636
641
|
declare type __VLS_Props_3 = {
|
|
637
642
|
/** Array de string com as opções do menu */
|
|
638
643
|
items: string[];
|
|
@@ -648,30 +653,25 @@ declare type __VLS_Props_30 = {
|
|
|
648
653
|
};
|
|
649
654
|
|
|
650
655
|
declare type __VLS_Props_31 = {
|
|
651
|
-
/** Define root element */
|
|
652
|
-
tag?: string;
|
|
653
|
-
};
|
|
654
|
-
|
|
655
|
-
declare type __VLS_Props_32 = {
|
|
656
656
|
/** Define o tipo do Content divider */
|
|
657
657
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
658
658
|
};
|
|
659
659
|
|
|
660
|
-
declare type
|
|
660
|
+
declare type __VLS_Props_32 = {
|
|
661
661
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
662
662
|
background: 'white' | 'green';
|
|
663
|
-
items?:
|
|
663
|
+
items?: ItensMenu[];
|
|
664
664
|
socialMedia?: ISocialMedia[];
|
|
665
665
|
};
|
|
666
666
|
|
|
667
|
-
declare type
|
|
667
|
+
declare type __VLS_Props_33 = {
|
|
668
668
|
/** Indica se o menu abriu */
|
|
669
669
|
openMenu?: boolean;
|
|
670
670
|
/** Defini o tipo de layout a ser usado */
|
|
671
671
|
layout: 'default' | 'base';
|
|
672
672
|
};
|
|
673
673
|
|
|
674
|
-
declare type
|
|
674
|
+
declare type __VLS_Props_34 = {
|
|
675
675
|
/** Array de mídia social contendo ícone e link */
|
|
676
676
|
socialMedia: {
|
|
677
677
|
icon: string;
|
|
@@ -832,6 +832,19 @@ declare function __VLS_template(): {
|
|
|
832
832
|
};
|
|
833
833
|
|
|
834
834
|
declare function __VLS_template_10(): {
|
|
835
|
+
attrs: Partial<{}>;
|
|
836
|
+
slots: Readonly<{
|
|
837
|
+
/** Adicione conteúdo dentro do row */
|
|
838
|
+
default?: () => VNode[];
|
|
839
|
+
}> & {
|
|
840
|
+
/** Adicione conteúdo dentro do row */
|
|
841
|
+
default?: () => VNode[];
|
|
842
|
+
};
|
|
843
|
+
refs: {};
|
|
844
|
+
rootEl: any;
|
|
845
|
+
};
|
|
846
|
+
|
|
847
|
+
declare function __VLS_template_11(): {
|
|
835
848
|
attrs: Partial<{}>;
|
|
836
849
|
slots: Readonly<{
|
|
837
850
|
/** Adicione conteúdo dentro do container */
|
|
@@ -848,7 +861,7 @@ declare function __VLS_template_10(): {
|
|
|
848
861
|
rootEl: any;
|
|
849
862
|
};
|
|
850
863
|
|
|
851
|
-
declare function
|
|
864
|
+
declare function __VLS_template_12(): {
|
|
852
865
|
attrs: Partial<{}>;
|
|
853
866
|
slots: Readonly<{
|
|
854
867
|
/** Adiciona conteúdo na direta do menu */
|
|
@@ -869,7 +882,7 @@ declare function __VLS_template_11(): {
|
|
|
869
882
|
rootEl: any;
|
|
870
883
|
};
|
|
871
884
|
|
|
872
|
-
declare function
|
|
885
|
+
declare function __VLS_template_13(): {
|
|
873
886
|
attrs: Partial<{}>;
|
|
874
887
|
slots: Readonly<{
|
|
875
888
|
/** Define o slot de ícone */
|
|
@@ -882,7 +895,7 @@ declare function __VLS_template_12(): {
|
|
|
882
895
|
rootEl: HTMLDivElement;
|
|
883
896
|
};
|
|
884
897
|
|
|
885
|
-
declare function
|
|
898
|
+
declare function __VLS_template_14(): {
|
|
886
899
|
attrs: Partial<{}>;
|
|
887
900
|
slots: {
|
|
888
901
|
default?(_: {}): any;
|
|
@@ -891,7 +904,7 @@ declare function __VLS_template_13(): {
|
|
|
891
904
|
rootEl: any;
|
|
892
905
|
};
|
|
893
906
|
|
|
894
|
-
declare function
|
|
907
|
+
declare function __VLS_template_15(): {
|
|
895
908
|
attrs: Partial<{}>;
|
|
896
909
|
slots: {
|
|
897
910
|
default?(_: {}): any;
|
|
@@ -900,7 +913,7 @@ declare function __VLS_template_14(): {
|
|
|
900
913
|
rootEl: any;
|
|
901
914
|
};
|
|
902
915
|
|
|
903
|
-
declare function
|
|
916
|
+
declare function __VLS_template_16(): {
|
|
904
917
|
attrs: Partial<{}>;
|
|
905
918
|
slots: Readonly<{
|
|
906
919
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -919,7 +932,7 @@ declare function __VLS_template_15(): {
|
|
|
919
932
|
rootEl: any;
|
|
920
933
|
};
|
|
921
934
|
|
|
922
|
-
declare function
|
|
935
|
+
declare function __VLS_template_17(): {
|
|
923
936
|
attrs: Partial<{}>;
|
|
924
937
|
slots: Readonly<{
|
|
925
938
|
/** Slot para o conteúdo do filtro */
|
|
@@ -934,7 +947,7 @@ declare function __VLS_template_16(): {
|
|
|
934
947
|
rootEl: HTMLDivElement;
|
|
935
948
|
};
|
|
936
949
|
|
|
937
|
-
declare function
|
|
950
|
+
declare function __VLS_template_18(): {
|
|
938
951
|
attrs: Partial<{}>;
|
|
939
952
|
slots: Readonly<{
|
|
940
953
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -947,7 +960,7 @@ declare function __VLS_template_17(): {
|
|
|
947
960
|
rootEl: any;
|
|
948
961
|
};
|
|
949
962
|
|
|
950
|
-
declare function
|
|
963
|
+
declare function __VLS_template_19(): {
|
|
951
964
|
attrs: Partial<{}>;
|
|
952
965
|
slots: Readonly<{
|
|
953
966
|
/** Slot para o icone do banner */
|
|
@@ -964,15 +977,6 @@ declare function __VLS_template_18(): {
|
|
|
964
977
|
rootEl: any;
|
|
965
978
|
};
|
|
966
979
|
|
|
967
|
-
declare function __VLS_template_19(): {
|
|
968
|
-
attrs: Partial<{}>;
|
|
969
|
-
slots: {
|
|
970
|
-
default?(_: {}): any;
|
|
971
|
-
};
|
|
972
|
-
refs: {};
|
|
973
|
-
rootEl: any;
|
|
974
|
-
};
|
|
975
|
-
|
|
976
980
|
declare function __VLS_template_2(): {
|
|
977
981
|
attrs: Partial<{}>;
|
|
978
982
|
slots: Readonly<{
|
|
@@ -989,6 +993,15 @@ declare function __VLS_template_2(): {
|
|
|
989
993
|
};
|
|
990
994
|
|
|
991
995
|
declare function __VLS_template_20(): {
|
|
996
|
+
attrs: Partial<{}>;
|
|
997
|
+
slots: {
|
|
998
|
+
default?(_: {}): any;
|
|
999
|
+
};
|
|
1000
|
+
refs: {};
|
|
1001
|
+
rootEl: any;
|
|
1002
|
+
};
|
|
1003
|
+
|
|
1004
|
+
declare function __VLS_template_21(): {
|
|
992
1005
|
attrs: Partial<{}>;
|
|
993
1006
|
slots: Readonly<{
|
|
994
1007
|
/** Permite passar qualquer elemento como ativador do tooltip */
|
|
@@ -1001,7 +1014,7 @@ declare function __VLS_template_20(): {
|
|
|
1001
1014
|
rootEl: HTMLDivElement;
|
|
1002
1015
|
};
|
|
1003
1016
|
|
|
1004
|
-
declare function
|
|
1017
|
+
declare function __VLS_template_22(): {
|
|
1005
1018
|
attrs: Partial<{}>;
|
|
1006
1019
|
slots: Readonly<{
|
|
1007
1020
|
/** Conteúdo principal do card */
|
|
@@ -1044,7 +1057,7 @@ declare function __VLS_template_21(): {
|
|
|
1044
1057
|
rootEl: any;
|
|
1045
1058
|
};
|
|
1046
1059
|
|
|
1047
|
-
declare function
|
|
1060
|
+
declare function __VLS_template_23(): {
|
|
1048
1061
|
attrs: Partial<{}>;
|
|
1049
1062
|
slots: Readonly<{
|
|
1050
1063
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1057,7 +1070,7 @@ declare function __VLS_template_22(): {
|
|
|
1057
1070
|
rootEl: any;
|
|
1058
1071
|
};
|
|
1059
1072
|
|
|
1060
|
-
declare function
|
|
1073
|
+
declare function __VLS_template_24(): {
|
|
1061
1074
|
attrs: Partial<{}>;
|
|
1062
1075
|
slots: Readonly<{
|
|
1063
1076
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -1070,7 +1083,7 @@ declare function __VLS_template_23(): {
|
|
|
1070
1083
|
rootEl: any;
|
|
1071
1084
|
};
|
|
1072
1085
|
|
|
1073
|
-
declare function
|
|
1086
|
+
declare function __VLS_template_25(): {
|
|
1074
1087
|
attrs: Partial<{}>;
|
|
1075
1088
|
slots: {
|
|
1076
1089
|
default?(_: {}): any;
|
|
@@ -1079,7 +1092,7 @@ declare function __VLS_template_24(): {
|
|
|
1079
1092
|
rootEl: HTMLDivElement;
|
|
1080
1093
|
};
|
|
1081
1094
|
|
|
1082
|
-
declare function
|
|
1095
|
+
declare function __VLS_template_26(): {
|
|
1083
1096
|
attrs: Partial<{}>;
|
|
1084
1097
|
slots: Readonly<{
|
|
1085
1098
|
/** Adicione conteúdo no header */
|
|
@@ -1160,6 +1173,17 @@ declare function __VLS_template_5(): {
|
|
|
1160
1173
|
};
|
|
1161
1174
|
|
|
1162
1175
|
declare function __VLS_template_6(): {
|
|
1176
|
+
attrs: Partial<{}>;
|
|
1177
|
+
slots: Readonly<{
|
|
1178
|
+
default: () => VNode[];
|
|
1179
|
+
}> & {
|
|
1180
|
+
default: () => VNode[];
|
|
1181
|
+
};
|
|
1182
|
+
refs: {};
|
|
1183
|
+
rootEl: HTMLDivElement;
|
|
1184
|
+
};
|
|
1185
|
+
|
|
1186
|
+
declare function __VLS_template_7(): {
|
|
1163
1187
|
attrs: Partial<{}>;
|
|
1164
1188
|
slots: Readonly<{
|
|
1165
1189
|
/** Adicione conteúdo na esquerda do Input */
|
|
@@ -1179,7 +1203,7 @@ declare function __VLS_template_6(): {
|
|
|
1179
1203
|
rootEl: any;
|
|
1180
1204
|
};
|
|
1181
1205
|
|
|
1182
|
-
declare function
|
|
1206
|
+
declare function __VLS_template_8(): {
|
|
1183
1207
|
attrs: Partial<{}>;
|
|
1184
1208
|
slots: Readonly<{
|
|
1185
1209
|
/** Slot para adicionar conteúdo antes das opções */
|
|
@@ -1216,7 +1240,7 @@ declare function __VLS_template_7(): {
|
|
|
1216
1240
|
rootEl: any;
|
|
1217
1241
|
};
|
|
1218
1242
|
|
|
1219
|
-
declare function
|
|
1243
|
+
declare function __VLS_template_9(): {
|
|
1220
1244
|
attrs: Partial<{}>;
|
|
1221
1245
|
slots: Readonly<{
|
|
1222
1246
|
/** Adicione conteúdo dentro do col */
|
|
@@ -1233,19 +1257,6 @@ declare function __VLS_template_8(): {
|
|
|
1233
1257
|
rootEl: any;
|
|
1234
1258
|
};
|
|
1235
1259
|
|
|
1236
|
-
declare function __VLS_template_9(): {
|
|
1237
|
-
attrs: Partial<{}>;
|
|
1238
|
-
slots: Readonly<{
|
|
1239
|
-
/** Adicione conteúdo dentro do row */
|
|
1240
|
-
default?: () => VNode[];
|
|
1241
|
-
}> & {
|
|
1242
|
-
/** Adicione conteúdo dentro do row */
|
|
1243
|
-
default?: () => VNode[];
|
|
1244
|
-
};
|
|
1245
|
-
refs: {};
|
|
1246
|
-
rootEl: any;
|
|
1247
|
-
};
|
|
1248
|
-
|
|
1249
1260
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
1250
1261
|
|
|
1251
1262
|
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
@@ -1282,6 +1293,8 @@ declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
|
1282
1293
|
|
|
1283
1294
|
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
1284
1295
|
|
|
1296
|
+
declare type __VLS_TemplateResult_26 = ReturnType<typeof __VLS_template_26>;
|
|
1297
|
+
|
|
1285
1298
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1286
1299
|
|
|
1287
1300
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1404,6 +1417,12 @@ declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
|
1404
1417
|
};
|
|
1405
1418
|
};
|
|
1406
1419
|
|
|
1420
|
+
declare type __VLS_WithTemplateSlots_26<T, S> = T & {
|
|
1421
|
+
new (): {
|
|
1422
|
+
$slots: S;
|
|
1423
|
+
};
|
|
1424
|
+
};
|
|
1425
|
+
|
|
1407
1426
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1408
1427
|
new (): {
|
|
1409
1428
|
$slots: S;
|
|
@@ -1502,7 +1521,7 @@ export declare const CeFooter: default_2.ComponentType<typeof _default_42>;
|
|
|
1502
1521
|
|
|
1503
1522
|
export declare const CeInput: default_2.ComponentType<typeof _default_16>;
|
|
1504
1523
|
|
|
1505
|
-
export declare const
|
|
1524
|
+
export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
|
|
1506
1525
|
|
|
1507
1526
|
export declare const CeLayout: default_2.ComponentType<typeof _default_43>;
|
|
1508
1527
|
|
|
@@ -1569,6 +1588,11 @@ export declare const CeToggle: default_2.ComponentType<typeof _default_20>;
|
|
|
1569
1588
|
|
|
1570
1589
|
export declare const CeTooltip: default_2.ComponentType<typeof _default_36>;
|
|
1571
1590
|
|
|
1591
|
+
declare interface Coluna {
|
|
1592
|
+
text: string;
|
|
1593
|
+
value: string;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1572
1596
|
declare type DataTableProps = {
|
|
1573
1597
|
/** Array utilizado no header da tabela */
|
|
1574
1598
|
headers: Header[];
|
|
@@ -1614,22 +1638,12 @@ declare const _default_12: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, _
|
|
|
1614
1638
|
|
|
1615
1639
|
declare const _default_13: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1616
1640
|
|
|
1617
|
-
declare const _default_14:
|
|
1618
|
-
"update:modelValue": (value: IReturn) => any;
|
|
1619
|
-
redirect: (item: ItensMenu) => any;
|
|
1620
|
-
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1621
|
-
"onUpdate:modelValue"?: (value: IReturn) => any;
|
|
1622
|
-
onRedirect?: (item: ItensMenu) => any;
|
|
1623
|
-
}>, {
|
|
1624
|
-
color: string;
|
|
1625
|
-
items: ItensMenu[];
|
|
1626
|
-
variant: "default" | "outlined" | "text";
|
|
1627
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1641
|
+
declare const _default_14: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1628
1642
|
|
|
1629
|
-
declare const _default_15: DefineComponent<
|
|
1643
|
+
declare const _default_15: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1630
1644
|
"update:modelValue": (file: FileItem[]) => any;
|
|
1631
1645
|
updateFiles: (file: FileItem[]) => any;
|
|
1632
|
-
}, string, PublicProps, Readonly<
|
|
1646
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1633
1647
|
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1634
1648
|
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1635
1649
|
}>, {
|
|
@@ -1642,15 +1656,15 @@ selectAll: boolean;
|
|
|
1642
1656
|
clear: boolean;
|
|
1643
1657
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1644
1658
|
|
|
1645
|
-
declare const _default_16:
|
|
1659
|
+
declare const _default_16: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1646
1660
|
|
|
1647
|
-
declare const _default_17: DefineComponent<
|
|
1661
|
+
declare const _default_17: DefineComponent<__VLS_Props_12, {
|
|
1648
1662
|
/** Focus radio input */
|
|
1649
1663
|
focus: (id?: string) => void;
|
|
1650
1664
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1651
1665
|
"update:modelValue": (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1652
1666
|
change: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1653
|
-
}, string, PublicProps, Readonly<
|
|
1667
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
1654
1668
|
"onUpdate:modelValue"?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1655
1669
|
onChange?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1656
1670
|
}>, {
|
|
@@ -1659,7 +1673,7 @@ disabled: boolean;
|
|
|
1659
1673
|
block: boolean;
|
|
1660
1674
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1661
1675
|
|
|
1662
|
-
declare const _default_18:
|
|
1676
|
+
declare const _default_18: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1663
1677
|
|
|
1664
1678
|
declare const _default_19: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1665
1679
|
"update:modelValue": (value: number | number[]) => any;
|
|
@@ -1687,10 +1701,10 @@ totalPages: number;
|
|
|
1687
1701
|
currentPage: number;
|
|
1688
1702
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1689
1703
|
|
|
1690
|
-
declare const _default_20: DefineComponent<
|
|
1704
|
+
declare const _default_20: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1691
1705
|
"update:modelValue": (value: boolean) => any;
|
|
1692
1706
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
1693
|
-
}, string, PublicProps, Readonly<
|
|
1707
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1694
1708
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1695
1709
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1696
1710
|
}>, {
|
|
@@ -1699,45 +1713,45 @@ disabled: boolean;
|
|
|
1699
1713
|
contoured: boolean;
|
|
1700
1714
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1701
1715
|
|
|
1702
|
-
declare const _default_21:
|
|
1716
|
+
declare const _default_21: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1703
1717
|
|
|
1704
|
-
declare const _default_22:
|
|
1718
|
+
declare const _default_22: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1705
1719
|
|
|
1706
|
-
declare const _default_23:
|
|
1720
|
+
declare const _default_23: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1707
1721
|
|
|
1708
|
-
declare const _default_24: DefineComponent<
|
|
1722
|
+
declare const _default_24: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
1709
1723
|
fill: string;
|
|
1710
1724
|
color: string;
|
|
1711
1725
|
size: number | string;
|
|
1712
1726
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1713
1727
|
|
|
1714
|
-
declare const _default_25:
|
|
1728
|
+
declare const _default_25: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1715
1729
|
|
|
1716
|
-
declare const _default_26: DefineComponent<
|
|
1730
|
+
declare const _default_26: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1717
1731
|
toggleMenu: (clicado: boolean) => any;
|
|
1718
|
-
redirect: (item: SubMenu |
|
|
1719
|
-
}, string, PublicProps, Readonly<
|
|
1732
|
+
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1733
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
1720
1734
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1721
|
-
onRedirect?: (item: SubMenu |
|
|
1735
|
+
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
1722
1736
|
}>, {
|
|
1723
1737
|
isHome: boolean;
|
|
1724
1738
|
isSearch: boolean;
|
|
1725
1739
|
isOpen: boolean;
|
|
1726
1740
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1727
1741
|
|
|
1728
|
-
declare const _default_27:
|
|
1742
|
+
declare const _default_27: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1729
1743
|
|
|
1730
|
-
declare const _default_28:
|
|
1744
|
+
declare const _default_28: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1731
1745
|
|
|
1732
|
-
declare const _default_29:
|
|
1746
|
+
declare const _default_29: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1733
1747
|
|
|
1734
1748
|
declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1735
1749
|
|
|
1736
|
-
declare const _default_30:
|
|
1750
|
+
declare const _default_30: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1737
1751
|
|
|
1738
|
-
declare const _default_31:
|
|
1752
|
+
declare const _default_31: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1739
1753
|
|
|
1740
|
-
declare const _default_32:
|
|
1754
|
+
declare const _default_32: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1741
1755
|
|
|
1742
1756
|
declare const _default_33: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1743
1757
|
sendData: (data: IData_2<unknown>) => any;
|
|
@@ -1751,40 +1765,40 @@ showActionButton: boolean;
|
|
|
1751
1765
|
textButton: string;
|
|
1752
1766
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1753
1767
|
|
|
1754
|
-
declare const _default_34:
|
|
1768
|
+
declare const _default_34: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1755
1769
|
|
|
1756
|
-
declare const _default_35:
|
|
1770
|
+
declare const _default_35: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1757
1771
|
|
|
1758
|
-
declare const _default_36:
|
|
1772
|
+
declare const _default_36: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1759
1773
|
|
|
1760
|
-
declare const _default_37: DefineComponent<
|
|
1774
|
+
declare const _default_37: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
1761
1775
|
type: "spinner" | "semi-circle" | "dots";
|
|
1762
1776
|
background: "smoky" | "transparent";
|
|
1763
1777
|
showLoading: boolean;
|
|
1764
1778
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1765
1779
|
|
|
1766
|
-
declare const _default_38:
|
|
1780
|
+
declare const _default_38: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1767
1781
|
|
|
1768
|
-
declare const _default_39:
|
|
1782
|
+
declare const _default_39: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1769
1783
|
|
|
1770
1784
|
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1771
1785
|
|
|
1772
|
-
declare const _default_40:
|
|
1786
|
+
declare const _default_40: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1773
1787
|
|
|
1774
|
-
declare const _default_41:
|
|
1788
|
+
declare const _default_41: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1775
1789
|
|
|
1776
|
-
declare const _default_42: DefineComponent<
|
|
1790
|
+
declare const _default_42: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1777
1791
|
redirect: (valor?: string) => any;
|
|
1778
|
-
}, string, PublicProps, Readonly<
|
|
1792
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1779
1793
|
onRedirect?: (valor?: string) => any;
|
|
1780
1794
|
}>, {
|
|
1781
1795
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1782
1796
|
background: "white" | "green";
|
|
1783
1797
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1784
1798
|
|
|
1785
|
-
declare const _default_43:
|
|
1799
|
+
declare const _default_43: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1786
1800
|
|
|
1787
|
-
declare const _default_44: DefineComponent<
|
|
1801
|
+
declare const _default_44: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1788
1802
|
|
|
1789
1803
|
declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1790
1804
|
"update:modelValue": (value: number) => any;
|
|
@@ -1834,6 +1848,17 @@ totalPage: number;
|
|
|
1834
1848
|
|
|
1835
1849
|
export declare const disableCeLoading: () => void;
|
|
1836
1850
|
|
|
1851
|
+
declare interface DropdownProps {
|
|
1852
|
+
/** Define os itens do dropdown tipo menu */
|
|
1853
|
+
itemsMenu: ItensMenu[];
|
|
1854
|
+
/** Define os itens do dropdown tipo seleção */
|
|
1855
|
+
itemsSelection?: ItemsSelection[];
|
|
1856
|
+
/** Define a variante do dropdown */
|
|
1857
|
+
variant?: 'outlined' | 'text';
|
|
1858
|
+
/** Define o tipo do dropdown */
|
|
1859
|
+
type?: 'menu' | 'selection';
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1837
1862
|
declare interface FileItem {
|
|
1838
1863
|
file: File;
|
|
1839
1864
|
progress: number;
|
|
@@ -1913,7 +1938,15 @@ declare interface ITabsProps {
|
|
|
1913
1938
|
inactivate?: boolean;
|
|
1914
1939
|
}
|
|
1915
1940
|
|
|
1916
|
-
declare interface
|
|
1941
|
+
declare interface ItemsSelection {
|
|
1942
|
+
text: string;
|
|
1943
|
+
value: string;
|
|
1944
|
+
visivel: boolean;
|
|
1945
|
+
subtext?: string;
|
|
1946
|
+
icon?: string;
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
declare interface ItensMenu_2 {
|
|
1917
1950
|
text: string;
|
|
1918
1951
|
path?: string;
|
|
1919
1952
|
icon?: string;
|
|
@@ -2085,7 +2118,7 @@ declare module 'vue' {
|
|
|
2085
2118
|
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
2086
2119
|
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
2087
2120
|
'ce-data-table': typeof DataTableComponent;
|
|
2088
|
-
'ce-
|
|
2121
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
2089
2122
|
}
|
|
2090
2123
|
}
|
|
2091
2124
|
|