@comercti/react-components-hmg 0.2.1 → 0.3.1
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 +24 -24
- package/comerc-style-guide.es.js +1442 -1376
- package/comerc-style-guide.umd.js +25 -25
- package/index.d.ts +222 -192
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -27,16 +27,16 @@ 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_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
31
31
|
block: boolean;
|
|
32
32
|
tag: string;
|
|
33
33
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
34
34
|
|
|
35
|
-
declare const __VLS_component_11: DefineComponent<
|
|
35
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
36
36
|
redirect: (item: SubMenu | ItensMenu) => any;
|
|
37
37
|
backToHome: (value: boolean) => any;
|
|
38
38
|
logout: (value: boolean) => any;
|
|
39
|
-
}, string, PublicProps, Readonly<
|
|
39
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
40
40
|
onRedirect?: (item: SubMenu | ItensMenu) => any;
|
|
41
41
|
onBackToHome?: (value: boolean) => any;
|
|
42
42
|
onLogout?: (value: boolean) => any;
|
|
@@ -67,13 +67,13 @@ initialTab: string;
|
|
|
67
67
|
inactivate: boolean;
|
|
68
68
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
69
69
|
|
|
70
|
-
declare const __VLS_component_14: DefineComponent<
|
|
70
|
+
declare const __VLS_component_14: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
71
71
|
|
|
72
|
-
declare const __VLS_component_15: DefineComponent<
|
|
72
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_22, {
|
|
73
73
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
74
74
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
75
75
|
click: (event: MouseEvent) => any;
|
|
76
|
-
}, string, PublicProps, Readonly<
|
|
76
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
77
77
|
onClick?: (event: MouseEvent) => any;
|
|
78
78
|
}>, {
|
|
79
79
|
disabled: boolean;
|
|
@@ -86,10 +86,10 @@ badgeOffsetBottom: number;
|
|
|
86
86
|
rootRef: HTMLDivElement;
|
|
87
87
|
}, any>;
|
|
88
88
|
|
|
89
|
-
declare const __VLS_component_16: DefineComponent<
|
|
89
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
90
90
|
submit: () => any;
|
|
91
91
|
clear: () => any;
|
|
92
|
-
}, string, PublicProps, Readonly<
|
|
92
|
+
}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{
|
|
93
93
|
onSubmit?: () => any;
|
|
94
94
|
onClear?: () => any;
|
|
95
95
|
}>, {
|
|
@@ -104,7 +104,7 @@ disabledClear: boolean;
|
|
|
104
104
|
menuRef: HTMLDivElement;
|
|
105
105
|
}, HTMLDivElement>;
|
|
106
106
|
|
|
107
|
-
declare const __VLS_component_17: DefineComponent<
|
|
107
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
108
108
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
109
109
|
size: "sm" | "md" | "lg";
|
|
110
110
|
rounded: "sm" | "md" | "lg";
|
|
@@ -112,9 +112,9 @@ variant: "solid" | "outline" | "ghost";
|
|
|
112
112
|
status: boolean;
|
|
113
113
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
114
114
|
|
|
115
|
-
declare const __VLS_component_18: DefineComponent<
|
|
115
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
116
116
|
close: (value: boolean) => any;
|
|
117
|
-
}, string, PublicProps, Readonly<
|
|
117
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
118
118
|
onClose?: (value: boolean) => any;
|
|
119
119
|
}>, {
|
|
120
120
|
rounded: boolean;
|
|
@@ -124,9 +124,9 @@ background: "1" | "2";
|
|
|
124
124
|
showIcon: boolean;
|
|
125
125
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
126
126
|
|
|
127
|
-
declare const __VLS_component_19: DefineComponent<
|
|
127
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
128
128
|
close: (value: boolean) => any;
|
|
129
|
-
}, string, PublicProps, Readonly<
|
|
129
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
130
130
|
onClose?: (value: boolean) => any;
|
|
131
131
|
}>, {
|
|
132
132
|
isOpen: boolean;
|
|
@@ -135,12 +135,12 @@ closeOutside: boolean;
|
|
|
135
135
|
showCloseButton: boolean;
|
|
136
136
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
137
137
|
|
|
138
|
-
declare const __VLS_component_2: DefineComponent<
|
|
138
|
+
declare const __VLS_component_2: DefineComponent<__VLS_Props_4, {
|
|
139
139
|
/** Focus button */
|
|
140
140
|
focus: () => void;
|
|
141
141
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
142
142
|
click: (event: MouseEvent) => any;
|
|
143
|
-
}, string, PublicProps, Readonly<
|
|
143
|
+
}, string, PublicProps, Readonly<__VLS_Props_4> & Readonly<{
|
|
144
144
|
onClick?: (event: MouseEvent) => any;
|
|
145
145
|
}>, {
|
|
146
146
|
disabled: boolean;
|
|
@@ -152,12 +152,12 @@ variant: tipoVariante;
|
|
|
152
152
|
buttonRef: unknown;
|
|
153
153
|
}, any>;
|
|
154
154
|
|
|
155
|
-
declare const __VLS_component_20: DefineComponent<
|
|
155
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
156
156
|
focus: boolean;
|
|
157
157
|
location: "left" | "top" | "right" | "bottom";
|
|
158
158
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
159
159
|
|
|
160
|
-
declare const __VLS_component_21: DefineComponent<
|
|
160
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
161
161
|
color: number;
|
|
162
162
|
rounded: boolean;
|
|
163
163
|
tag: string;
|
|
@@ -169,29 +169,29 @@ responsive: boolean;
|
|
|
169
169
|
rootRef: unknown;
|
|
170
170
|
}, any>;
|
|
171
171
|
|
|
172
|
-
declare const __VLS_component_22: DefineComponent<
|
|
172
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
173
173
|
tag: string;
|
|
174
174
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
175
175
|
|
|
176
|
-
declare const __VLS_component_23: DefineComponent<
|
|
176
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
177
177
|
tag: string;
|
|
178
178
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
179
179
|
|
|
180
|
-
declare const __VLS_component_24: DefineComponent<
|
|
180
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
|
|
181
181
|
type: "inline" | "centralized" | "highlighted";
|
|
182
182
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
183
183
|
|
|
184
|
-
declare const __VLS_component_25: DefineComponent<
|
|
184
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {
|
|
185
185
|
openMenu: boolean;
|
|
186
186
|
layout: "default" | "base";
|
|
187
187
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
188
188
|
|
|
189
189
|
declare const __VLS_component_3: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
190
190
|
|
|
191
|
-
declare const __VLS_component_4: DefineComponent<
|
|
191
|
+
declare const __VLS_component_4: DefineComponent<__VLS_Props_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
192
192
|
"update:modelValue": (value: boolean | CustomEvent<any>) => any;
|
|
193
193
|
change: (value: boolean | CustomEvent<any>) => any;
|
|
194
|
-
}, string, PublicProps, Readonly<
|
|
194
|
+
}, string, PublicProps, Readonly<__VLS_Props_8> & Readonly<{
|
|
195
195
|
"onUpdate:modelValue"?: (value: boolean | CustomEvent<any>) => any;
|
|
196
196
|
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
197
197
|
}>, {
|
|
@@ -202,11 +202,11 @@ disabled: boolean;
|
|
|
202
202
|
rootRef: HTMLDivElement;
|
|
203
203
|
}, any>;
|
|
204
204
|
|
|
205
|
-
declare const __VLS_component_5: DefineComponent<
|
|
205
|
+
declare const __VLS_component_5: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
206
206
|
"update:modelValue": (value: CustomEvent<any> | Date) => any;
|
|
207
207
|
"update:start": (value: CustomEvent<any> | Date) => any;
|
|
208
208
|
"update:end": (value: CustomEvent<any> | Date) => any;
|
|
209
|
-
}, string, PublicProps, Readonly<
|
|
209
|
+
}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{
|
|
210
210
|
"onUpdate:modelValue"?: (value: CustomEvent<any> | Date) => any;
|
|
211
211
|
"onUpdate:start"?: (value: CustomEvent<any> | Date) => any;
|
|
212
212
|
"onUpdate:end"?: (value: CustomEvent<any> | Date) => any;
|
|
@@ -221,7 +221,7 @@ modal: boolean;
|
|
|
221
221
|
rootRef: HTMLDivElement;
|
|
222
222
|
}, any>;
|
|
223
223
|
|
|
224
|
-
declare const __VLS_component_6: DefineComponent<
|
|
224
|
+
declare const __VLS_component_6: DefineComponent<__VLS_Props_12, {
|
|
225
225
|
/** focus input */
|
|
226
226
|
focus: () => void;
|
|
227
227
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -229,7 +229,7 @@ focus: () => void;
|
|
|
229
229
|
change: (value: string | number | CustomEvent<any>) => any;
|
|
230
230
|
input: (value: string | number | CustomEvent<any>) => any;
|
|
231
231
|
blur: (value: Event) => any;
|
|
232
|
-
}, string, PublicProps, Readonly<
|
|
232
|
+
}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{
|
|
233
233
|
"onUpdate:modelValue"?: (value: string | number | CustomEvent<any>) => any;
|
|
234
234
|
onChange?: (value: string | number | CustomEvent<any>) => any;
|
|
235
235
|
onInput?: (value: string | number | CustomEvent<any>) => any;
|
|
@@ -275,12 +275,12 @@ inputRef: HTMLDivElement;
|
|
|
275
275
|
searchInputRef: HTMLInputElement;
|
|
276
276
|
}, any>;
|
|
277
277
|
|
|
278
|
-
declare const __VLS_component_8: DefineComponent<
|
|
278
|
+
declare const __VLS_component_8: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
279
279
|
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
280
280
|
tag: string;
|
|
281
281
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
282
282
|
|
|
283
|
-
declare const __VLS_component_9: DefineComponent<
|
|
283
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
284
284
|
tag: string;
|
|
285
285
|
noGutters: boolean;
|
|
286
286
|
dense: boolean;
|
|
@@ -297,6 +297,19 @@ declare type __VLS_Props = {
|
|
|
297
297
|
};
|
|
298
298
|
|
|
299
299
|
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 = {
|
|
300
313
|
/** Valor para two-way binding (v-model) */
|
|
301
314
|
modelValue?: FileItem[];
|
|
302
315
|
/** array com os tipos de arquivos permitidos */
|
|
@@ -315,7 +328,7 @@ declare type __VLS_Props_10 = {
|
|
|
315
328
|
clear: boolean;
|
|
316
329
|
};
|
|
317
330
|
|
|
318
|
-
declare type
|
|
331
|
+
declare type __VLS_Props_12 = {
|
|
319
332
|
/** Valor do input para two-way binding (v-model) */
|
|
320
333
|
modelValue?: string | number;
|
|
321
334
|
/** Tipo do input (text, password, email, etc) */
|
|
@@ -344,7 +357,7 @@ declare type __VLS_Props_11 = {
|
|
|
344
357
|
readonly?: boolean;
|
|
345
358
|
};
|
|
346
359
|
|
|
347
|
-
declare type
|
|
360
|
+
declare type __VLS_Props_13 = {
|
|
348
361
|
/** Valor do radio para two-way binding (v-model) */
|
|
349
362
|
modelValue?: ModelValueType_2;
|
|
350
363
|
/** ID única do radio */
|
|
@@ -363,7 +376,7 @@ declare type __VLS_Props_12 = {
|
|
|
363
376
|
block?: boolean;
|
|
364
377
|
};
|
|
365
378
|
|
|
366
|
-
declare type
|
|
379
|
+
declare type __VLS_Props_14 = {
|
|
367
380
|
/** Valor do toggle */
|
|
368
381
|
modelValue?: boolean;
|
|
369
382
|
/** Desabilita o toggle */
|
|
@@ -376,7 +389,7 @@ declare type __VLS_Props_13 = {
|
|
|
376
389
|
invalid?: boolean;
|
|
377
390
|
};
|
|
378
391
|
|
|
379
|
-
declare type
|
|
392
|
+
declare type __VLS_Props_15 = {
|
|
380
393
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
381
394
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
382
395
|
/** Largura de um elemento `sm` (baseado no `cols`) */
|
|
@@ -401,7 +414,7 @@ declare type __VLS_Props_14 = {
|
|
|
401
414
|
tag?: string;
|
|
402
415
|
};
|
|
403
416
|
|
|
404
|
-
declare type
|
|
417
|
+
declare type __VLS_Props_16 = {
|
|
405
418
|
/** Alinhamento dos itens (align-items) */
|
|
406
419
|
align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
407
420
|
/** Alinhamento dos itens `sm` (align-items) */
|
|
@@ -442,14 +455,14 @@ declare type __VLS_Props_15 = {
|
|
|
442
455
|
noCols?: boolean;
|
|
443
456
|
};
|
|
444
457
|
|
|
445
|
-
declare type
|
|
458
|
+
declare type __VLS_Props_17 = {
|
|
446
459
|
/** Define root element do container */
|
|
447
460
|
tag?: string;
|
|
448
461
|
/** Abrange toda a largura de um elemento para o container */
|
|
449
462
|
block?: boolean;
|
|
450
463
|
};
|
|
451
464
|
|
|
452
|
-
declare type
|
|
465
|
+
declare type __VLS_Props_18 = {
|
|
453
466
|
/** SVG bruto (como string) */
|
|
454
467
|
name: string;
|
|
455
468
|
/** Tamanho do ícone */
|
|
@@ -460,7 +473,7 @@ declare type __VLS_Props_17 = {
|
|
|
460
473
|
fill?: string;
|
|
461
474
|
};
|
|
462
475
|
|
|
463
|
-
declare type
|
|
476
|
+
declare type __VLS_Props_19 = {
|
|
464
477
|
/** Array de opções do menu meu serviços */
|
|
465
478
|
itemsMenuMyService: ItensMenu[];
|
|
466
479
|
/** Array de opções do menuSidebar para versão mobile */
|
|
@@ -473,7 +486,18 @@ declare type __VLS_Props_18 = {
|
|
|
473
486
|
email?: string;
|
|
474
487
|
};
|
|
475
488
|
|
|
476
|
-
declare type
|
|
489
|
+
declare type __VLS_Props_2 = {
|
|
490
|
+
/** Define o label do componente */
|
|
491
|
+
label: string;
|
|
492
|
+
/** Define os valores exibidos no select */
|
|
493
|
+
options: number[];
|
|
494
|
+
/** Desabilita o componente */
|
|
495
|
+
disabled?: boolean;
|
|
496
|
+
/** Define a direção do texto */
|
|
497
|
+
textDirection?: 'left' | 'right';
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
declare type __VLS_Props_20 = {
|
|
477
501
|
/** Array de opções do menu */
|
|
478
502
|
items: ItensMenu[];
|
|
479
503
|
/** Define se o menu está na home */
|
|
@@ -484,23 +508,14 @@ declare type __VLS_Props_19 = {
|
|
|
484
508
|
isOpen?: boolean;
|
|
485
509
|
};
|
|
486
510
|
|
|
487
|
-
declare type
|
|
488
|
-
/** Array de string com as opções do menu */
|
|
489
|
-
items: string[];
|
|
490
|
-
/** texto para o placeholder */
|
|
491
|
-
placeholder: string;
|
|
492
|
-
/** Valor para two-way binding (v-model) */
|
|
493
|
-
modelValue?: string;
|
|
494
|
-
};
|
|
495
|
-
|
|
496
|
-
declare type __VLS_Props_20 = {
|
|
511
|
+
declare type __VLS_Props_21 = {
|
|
497
512
|
/** Define o valor do model */
|
|
498
513
|
modelValue?: string;
|
|
499
514
|
/** valor padrão do item exibido */
|
|
500
515
|
value: string;
|
|
501
516
|
};
|
|
502
517
|
|
|
503
|
-
declare type
|
|
518
|
+
declare type __VLS_Props_22 = {
|
|
504
519
|
/** Especifica o caminho para a imagem */
|
|
505
520
|
src?: string;
|
|
506
521
|
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
@@ -519,7 +534,7 @@ declare type __VLS_Props_21 = {
|
|
|
519
534
|
disabled?: boolean;
|
|
520
535
|
};
|
|
521
536
|
|
|
522
|
-
declare type
|
|
537
|
+
declare type __VLS_Props_23 = {
|
|
523
538
|
/** Define o tipo do filtro */
|
|
524
539
|
variant?: 'dropdown' | 'collapse';
|
|
525
540
|
/** Define a cor do texto e do ícone */
|
|
@@ -538,7 +553,7 @@ declare type __VLS_Props_22 = {
|
|
|
538
553
|
disabledClear?: boolean;
|
|
539
554
|
};
|
|
540
555
|
|
|
541
|
-
declare type
|
|
556
|
+
declare type __VLS_Props_24 = {
|
|
542
557
|
/** Variante de estilo do badge */
|
|
543
558
|
variant?: 'solid' | 'outline' | 'ghost';
|
|
544
559
|
/** Cor do badge */
|
|
@@ -551,7 +566,7 @@ declare type __VLS_Props_23 = {
|
|
|
551
566
|
status?: boolean;
|
|
552
567
|
};
|
|
553
568
|
|
|
554
|
-
declare type
|
|
569
|
+
declare type __VLS_Props_25 = {
|
|
555
570
|
/** Define a posição em que o banner aparece */
|
|
556
571
|
position?: 'top' | 'bottom';
|
|
557
572
|
/** Define se o banner abre ou fecha */
|
|
@@ -564,7 +579,7 @@ declare type __VLS_Props_24 = {
|
|
|
564
579
|
showIcon?: boolean;
|
|
565
580
|
};
|
|
566
581
|
|
|
567
|
-
declare type
|
|
582
|
+
declare type __VLS_Props_26 = {
|
|
568
583
|
/** Define se o modal abre ou fecha */
|
|
569
584
|
isOpen: boolean;
|
|
570
585
|
/** Define a cor do background */
|
|
@@ -575,7 +590,7 @@ declare type __VLS_Props_25 = {
|
|
|
575
590
|
showCloseButton?: boolean;
|
|
576
591
|
};
|
|
577
592
|
|
|
578
|
-
declare type
|
|
593
|
+
declare type __VLS_Props_27 = {
|
|
579
594
|
/** Texto do tooltip */
|
|
580
595
|
text: string;
|
|
581
596
|
/** Localização do tooltip */
|
|
@@ -584,14 +599,16 @@ declare type __VLS_Props_26 = {
|
|
|
584
599
|
focus?: boolean;
|
|
585
600
|
};
|
|
586
601
|
|
|
587
|
-
declare type
|
|
602
|
+
declare type __VLS_Props_28 = {
|
|
588
603
|
/** Define o tipo de spinner */
|
|
589
604
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
590
605
|
/** Define se o loading deve ser exibido ou não */
|
|
591
606
|
showLoading?: boolean;
|
|
607
|
+
/** Define a cor do background */
|
|
608
|
+
background?: 'smoky' | 'transparent';
|
|
592
609
|
};
|
|
593
610
|
|
|
594
|
-
declare type
|
|
611
|
+
declare type __VLS_Props_29 = {
|
|
595
612
|
/** Elemento raiz do card */
|
|
596
613
|
tag?: string;
|
|
597
614
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -616,24 +633,13 @@ declare type __VLS_Props_28 = {
|
|
|
616
633
|
responsive?: boolean;
|
|
617
634
|
};
|
|
618
635
|
|
|
619
|
-
declare type __VLS_Props_29 = {
|
|
620
|
-
/** Define root element */
|
|
621
|
-
tag?: string;
|
|
622
|
-
};
|
|
623
|
-
|
|
624
636
|
declare type __VLS_Props_3 = {
|
|
625
|
-
/**
|
|
626
|
-
|
|
627
|
-
/**
|
|
628
|
-
|
|
629
|
-
/**
|
|
630
|
-
|
|
631
|
-
/** ID única do button */
|
|
632
|
-
id?: string;
|
|
633
|
-
/** Abrange toda a largura de um elemento para o button */
|
|
634
|
-
block?: boolean;
|
|
635
|
-
/** Desativa o button */
|
|
636
|
-
disabled?: boolean;
|
|
637
|
+
/** Array de string com as opções do menu */
|
|
638
|
+
items: string[];
|
|
639
|
+
/** texto para o placeholder */
|
|
640
|
+
placeholder: string;
|
|
641
|
+
/** Valor para two-way binding (v-model) */
|
|
642
|
+
modelValue?: string;
|
|
637
643
|
};
|
|
638
644
|
|
|
639
645
|
declare type __VLS_Props_30 = {
|
|
@@ -642,25 +648,30 @@ declare type __VLS_Props_30 = {
|
|
|
642
648
|
};
|
|
643
649
|
|
|
644
650
|
declare type __VLS_Props_31 = {
|
|
651
|
+
/** Define root element */
|
|
652
|
+
tag?: string;
|
|
653
|
+
};
|
|
654
|
+
|
|
655
|
+
declare type __VLS_Props_32 = {
|
|
645
656
|
/** Define o tipo do Content divider */
|
|
646
657
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
647
658
|
};
|
|
648
659
|
|
|
649
|
-
declare type
|
|
660
|
+
declare type __VLS_Props_33 = {
|
|
650
661
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
651
662
|
background: 'white' | 'green';
|
|
652
663
|
items?: ItensMenu_2[];
|
|
653
664
|
socialMedia?: ISocialMedia[];
|
|
654
665
|
};
|
|
655
666
|
|
|
656
|
-
declare type
|
|
667
|
+
declare type __VLS_Props_34 = {
|
|
657
668
|
/** Indica se o menu abriu */
|
|
658
669
|
openMenu?: boolean;
|
|
659
670
|
/** Defini o tipo de layout a ser usado */
|
|
660
671
|
layout: 'default' | 'base';
|
|
661
672
|
};
|
|
662
673
|
|
|
663
|
-
declare type
|
|
674
|
+
declare type __VLS_Props_35 = {
|
|
664
675
|
/** Array de mídia social contendo ícone e link */
|
|
665
676
|
socialMedia: {
|
|
666
677
|
icon: string;
|
|
@@ -669,6 +680,21 @@ declare type __VLS_Props_34 = {
|
|
|
669
680
|
};
|
|
670
681
|
|
|
671
682
|
declare type __VLS_Props_4 = {
|
|
683
|
+
/** Tipo do button (`attrs:to` ou `attrs:href` podem sobrepor essa regra) */
|
|
684
|
+
type?: 'button' | 'submit' | 'a';
|
|
685
|
+
/** Variante de cores do button */
|
|
686
|
+
variant?: tipoVariante;
|
|
687
|
+
/** Arredondamento do button */
|
|
688
|
+
rounded?: 'small' | 'medium' | 'large';
|
|
689
|
+
/** ID única do button */
|
|
690
|
+
id?: string;
|
|
691
|
+
/** Abrange toda a largura de um elemento para o button */
|
|
692
|
+
block?: boolean;
|
|
693
|
+
/** Desativa o button */
|
|
694
|
+
disabled?: boolean;
|
|
695
|
+
};
|
|
696
|
+
|
|
697
|
+
declare type __VLS_Props_5 = {
|
|
672
698
|
/** Define o id do botão */
|
|
673
699
|
id: string | number;
|
|
674
700
|
/** Define o texto do botão */
|
|
@@ -681,7 +707,7 @@ declare type __VLS_Props_4 = {
|
|
|
681
707
|
disabled?: boolean;
|
|
682
708
|
};
|
|
683
709
|
|
|
684
|
-
declare type
|
|
710
|
+
declare type __VLS_Props_6 = {
|
|
685
711
|
/** Define o total de páginas */
|
|
686
712
|
totalPage: number;
|
|
687
713
|
/** Define a página atual */
|
|
@@ -690,7 +716,7 @@ declare type __VLS_Props_5 = {
|
|
|
690
716
|
modelValue?: number;
|
|
691
717
|
};
|
|
692
718
|
|
|
693
|
-
declare type
|
|
719
|
+
declare type __VLS_Props_7 = {
|
|
694
720
|
/** Valor do checkbox para two-way binding (v-model) */
|
|
695
721
|
modelValue?: ModelValueType;
|
|
696
722
|
/** ID única do checkbox */
|
|
@@ -715,7 +741,7 @@ declare type __VLS_Props_6 = {
|
|
|
715
741
|
indeterminate?: boolean;
|
|
716
742
|
};
|
|
717
743
|
|
|
718
|
-
declare type
|
|
744
|
+
declare type __VLS_Props_8 = {
|
|
719
745
|
/** Valor para two-way binding (v-model) */
|
|
720
746
|
modelValue?: boolean;
|
|
721
747
|
/** ID única do input */
|
|
@@ -730,7 +756,7 @@ declare type __VLS_Props_7 = {
|
|
|
730
756
|
disabled?: boolean;
|
|
731
757
|
};
|
|
732
758
|
|
|
733
|
-
declare type
|
|
759
|
+
declare type __VLS_Props_9 = {
|
|
734
760
|
modelValue?: Date | string | null;
|
|
735
761
|
start?: Date | string | null;
|
|
736
762
|
end?: Date | string | null;
|
|
@@ -758,19 +784,6 @@ declare type __VLS_Props_8 = {
|
|
|
758
784
|
noAlertIcon?: boolean;
|
|
759
785
|
};
|
|
760
786
|
|
|
761
|
-
declare type __VLS_Props_9 = {
|
|
762
|
-
/** Array de itens para o dropdown */
|
|
763
|
-
items: ItensMenu[];
|
|
764
|
-
/** Define o layout do botão */
|
|
765
|
-
variant?: 'default' | 'outlined' | 'text';
|
|
766
|
-
/** Define a cor do botão */
|
|
767
|
-
color?: string;
|
|
768
|
-
/** Define o texto do botão */
|
|
769
|
-
text: string;
|
|
770
|
-
/** Valor para two-way binding (v-model) */
|
|
771
|
-
modelValue?: boolean;
|
|
772
|
-
};
|
|
773
|
-
|
|
774
787
|
declare function __VLS_template(): {
|
|
775
788
|
attrs: Partial<{}>;
|
|
776
789
|
slots: Readonly<NonNullable<{
|
|
@@ -1437,39 +1450,39 @@ export declare const activateCeLoading: () => void;
|
|
|
1437
1450
|
|
|
1438
1451
|
export declare const addCeToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
|
|
1439
1452
|
|
|
1440
|
-
export declare const CeAutocomplete: default_2.ComponentType<typeof
|
|
1453
|
+
export declare const CeAutocomplete: default_2.ComponentType<typeof _default_6>;
|
|
1441
1454
|
|
|
1442
|
-
export declare const CeAvatar: default_2.ComponentType<typeof
|
|
1455
|
+
export declare const CeAvatar: default_2.ComponentType<typeof _default_30>;
|
|
1443
1456
|
|
|
1444
|
-
export declare const CeBadge: default_2.ComponentType<typeof
|
|
1457
|
+
export declare const CeBadge: default_2.ComponentType<typeof _default_32>;
|
|
1445
1458
|
|
|
1446
|
-
export declare const CeBanners: default_2.ComponentType<typeof
|
|
1459
|
+
export declare const CeBanners: default_2.ComponentType<typeof _default_34>;
|
|
1447
1460
|
|
|
1448
|
-
export declare const CeBreadcrumbs: default_2.ComponentType<typeof
|
|
1461
|
+
export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_27>;
|
|
1449
1462
|
|
|
1450
|
-
export declare const CeButton: default_2.ComponentType<typeof
|
|
1463
|
+
export declare const CeButton: default_2.ComponentType<typeof _default_7>;
|
|
1451
1464
|
|
|
1452
|
-
export declare const CeButtonGroup: default_2.ComponentType<typeof
|
|
1465
|
+
export declare const CeButtonGroup: default_2.ComponentType<typeof _default_8>;
|
|
1453
1466
|
|
|
1454
|
-
export declare const CeButtonPagination: default_2.ComponentType<typeof
|
|
1467
|
+
export declare const CeButtonPagination: default_2.ComponentType<typeof _default_9>;
|
|
1455
1468
|
|
|
1456
|
-
export declare const CeButtonWrapper: default_2.ComponentType<typeof
|
|
1469
|
+
export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_10>;
|
|
1457
1470
|
|
|
1458
|
-
export declare const CeCard: default_2.ComponentType<typeof
|
|
1471
|
+
export declare const CeCard: default_2.ComponentType<typeof _default_38>;
|
|
1459
1472
|
|
|
1460
|
-
export declare const CeCardHeader: default_2.ComponentType<typeof
|
|
1473
|
+
export declare const CeCardHeader: default_2.ComponentType<typeof _default_39>;
|
|
1461
1474
|
|
|
1462
|
-
export declare const CeCardText: default_2.ComponentType<typeof
|
|
1475
|
+
export declare const CeCardText: default_2.ComponentType<typeof _default_40>;
|
|
1463
1476
|
|
|
1464
|
-
export declare const CeCheckbox: default_2.ComponentType<typeof
|
|
1477
|
+
export declare const CeCheckbox: default_2.ComponentType<typeof _default_11>;
|
|
1465
1478
|
|
|
1466
|
-
export declare const CeCheckboxGroup: default_2.ComponentType<typeof
|
|
1479
|
+
export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_12>;
|
|
1467
1480
|
|
|
1468
|
-
export declare const CeCol: default_2.ComponentType<typeof
|
|
1481
|
+
export declare const CeCol: default_2.ComponentType<typeof _default_21>;
|
|
1469
1482
|
|
|
1470
|
-
export declare const CeContainer: default_2.ComponentType<typeof
|
|
1483
|
+
export declare const CeContainer: default_2.ComponentType<typeof _default_23>;
|
|
1471
1484
|
|
|
1472
|
-
export declare const CeContentDivider: default_2.ComponentType<typeof
|
|
1485
|
+
export declare const CeContentDivider: default_2.ComponentType<typeof _default_41>;
|
|
1473
1486
|
|
|
1474
1487
|
export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
|
|
1475
1488
|
|
|
@@ -1477,27 +1490,29 @@ declare type CeDataTableVueSlots = {
|
|
|
1477
1490
|
[slotName: string]: ((ctx: any) => default_2.ReactNode) | default_2.ReactNode;
|
|
1478
1491
|
};
|
|
1479
1492
|
|
|
1480
|
-
export declare const CeDatePicker: default_2.ComponentType<typeof
|
|
1493
|
+
export declare const CeDatePicker: default_2.ComponentType<typeof _default_13>;
|
|
1494
|
+
|
|
1495
|
+
export declare const CeDropdown: default_2.ComponentType<typeof _default_14>;
|
|
1481
1496
|
|
|
1482
|
-
export declare const
|
|
1497
|
+
export declare const CeFileUpload: default_2.ComponentType<typeof _default_15>;
|
|
1483
1498
|
|
|
1484
|
-
export declare const
|
|
1499
|
+
export declare const CeFilterGroup: default_2.ComponentType<typeof _default_31>;
|
|
1485
1500
|
|
|
1486
|
-
export declare const
|
|
1501
|
+
export declare const CeFooter: default_2.ComponentType<typeof _default_42>;
|
|
1487
1502
|
|
|
1488
|
-
export declare const
|
|
1503
|
+
export declare const CeInput: default_2.ComponentType<typeof _default_16>;
|
|
1489
1504
|
|
|
1490
|
-
export declare const
|
|
1505
|
+
export declare const CeItensPerPage: default_2.ComponentType<typeof _default_5>;
|
|
1491
1506
|
|
|
1492
|
-
export declare const CeLayout: default_2.ComponentType<typeof
|
|
1507
|
+
export declare const CeLayout: default_2.ComponentType<typeof _default_43>;
|
|
1493
1508
|
|
|
1494
|
-
export declare const CeLoading: default_2.ComponentType<typeof
|
|
1509
|
+
export declare const CeLoading: default_2.ComponentType<typeof _default_37>;
|
|
1495
1510
|
|
|
1496
|
-
export declare const CeMenuHeader: default_2.ComponentType<typeof
|
|
1511
|
+
export declare const CeMenuHeader: default_2.ComponentType<typeof _default_25>;
|
|
1497
1512
|
|
|
1498
|
-
export declare const CeMenuSidebar: default_2.ComponentType<typeof
|
|
1513
|
+
export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_26>;
|
|
1499
1514
|
|
|
1500
|
-
export declare const CeModal: default_2.ComponentType<typeof
|
|
1515
|
+
export declare const CeModal: default_2.ComponentType<typeof _default_35>;
|
|
1501
1516
|
|
|
1502
1517
|
export declare const CePagination: default_2.ComponentType<typeof _default_2>;
|
|
1503
1518
|
|
|
@@ -1505,13 +1520,13 @@ export declare const CeProgressIndicator: default_2.ComponentType<typeof _defaul
|
|
|
1505
1520
|
|
|
1506
1521
|
export declare const CeProgressSteps: default_2.ComponentType<typeof _default_4>;
|
|
1507
1522
|
|
|
1508
|
-
export declare const CeRadioGroup: default_2.ComponentType<typeof
|
|
1523
|
+
export declare const CeRadioGroup: default_2.ComponentType<typeof _default_17>;
|
|
1509
1524
|
|
|
1510
|
-
export declare const CeRow: default_2.ComponentType<typeof
|
|
1525
|
+
export declare const CeRow: default_2.ComponentType<typeof _default_22>;
|
|
1511
1526
|
|
|
1512
|
-
export declare const CeSectionFooter: default_2.ComponentType<typeof
|
|
1527
|
+
export declare const CeSectionFooter: default_2.ComponentType<typeof _default_44>;
|
|
1513
1528
|
|
|
1514
|
-
export declare const CeSelect: default_2.ComponentType<typeof
|
|
1529
|
+
export declare const CeSelect: default_2.ComponentType<typeof _default_18>;
|
|
1515
1530
|
|
|
1516
1531
|
declare interface CeSelectFieldProps {
|
|
1517
1532
|
/** Valor do select para two-way binding (v-model) */
|
|
@@ -1540,19 +1555,19 @@ declare interface CeSelectFieldProps {
|
|
|
1540
1555
|
closeChip?: boolean;
|
|
1541
1556
|
}
|
|
1542
1557
|
|
|
1543
|
-
export declare const CeSlider: default_2.ComponentType<typeof
|
|
1558
|
+
export declare const CeSlider: default_2.ComponentType<typeof _default_19>;
|
|
1544
1559
|
|
|
1545
|
-
export declare const CeSvgIcon: default_2.ComponentType<typeof
|
|
1560
|
+
export declare const CeSvgIcon: default_2.ComponentType<typeof _default_24>;
|
|
1546
1561
|
|
|
1547
|
-
export declare const CeTab: default_2.ComponentType<typeof
|
|
1562
|
+
export declare const CeTab: default_2.ComponentType<typeof _default_28>;
|
|
1548
1563
|
|
|
1549
|
-
export declare const CeTabItem: default_2.ComponentType<typeof
|
|
1564
|
+
export declare const CeTabItem: default_2.ComponentType<typeof _default_29>;
|
|
1550
1565
|
|
|
1551
|
-
export declare const CeToast: default_2.ComponentType<typeof
|
|
1566
|
+
export declare const CeToast: default_2.ComponentType<typeof _default_33>;
|
|
1552
1567
|
|
|
1553
|
-
export declare const CeToggle: default_2.ComponentType<typeof
|
|
1568
|
+
export declare const CeToggle: default_2.ComponentType<typeof _default_20>;
|
|
1554
1569
|
|
|
1555
|
-
export declare const CeTooltip: default_2.ComponentType<typeof
|
|
1570
|
+
export declare const CeTooltip: default_2.ComponentType<typeof _default_36>;
|
|
1556
1571
|
|
|
1557
1572
|
declare type DataTableProps = {
|
|
1558
1573
|
/** Array utilizado no header da tabela */
|
|
@@ -1573,13 +1588,15 @@ declare type DataTableProps = {
|
|
|
1573
1588
|
|
|
1574
1589
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1575
1590
|
|
|
1576
|
-
declare const _default_10:
|
|
1591
|
+
declare const _default_10: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1592
|
+
|
|
1593
|
+
declare const _default_11: DefineComponent<__VLS_Props_7, {
|
|
1577
1594
|
/** Focus checkbox input */
|
|
1578
1595
|
focus: () => void;
|
|
1579
1596
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1580
1597
|
"update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
|
|
1581
1598
|
change: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1582
|
-
}, string, PublicProps, Readonly<
|
|
1599
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
1583
1600
|
"onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1584
1601
|
onChange?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1585
1602
|
}>, {
|
|
@@ -1593,14 +1610,14 @@ indeterminate: boolean;
|
|
|
1593
1610
|
inputRef: HTMLInputElement;
|
|
1594
1611
|
}, any>;
|
|
1595
1612
|
|
|
1596
|
-
declare const
|
|
1613
|
+
declare const _default_12: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1597
1614
|
|
|
1598
|
-
declare const
|
|
1615
|
+
declare const _default_13: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1599
1616
|
|
|
1600
|
-
declare const
|
|
1617
|
+
declare const _default_14: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1601
1618
|
"update:modelValue": (value: IReturn) => any;
|
|
1602
1619
|
redirect: (item: ItensMenu) => any;
|
|
1603
|
-
}, string, PublicProps, Readonly<
|
|
1620
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1604
1621
|
"onUpdate:modelValue"?: (value: IReturn) => any;
|
|
1605
1622
|
onRedirect?: (item: ItensMenu) => any;
|
|
1606
1623
|
}>, {
|
|
@@ -1609,10 +1626,10 @@ items: ItensMenu[];
|
|
|
1609
1626
|
variant: "default" | "outlined" | "text";
|
|
1610
1627
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1611
1628
|
|
|
1612
|
-
declare const
|
|
1629
|
+
declare const _default_15: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1613
1630
|
"update:modelValue": (file: FileItem[]) => any;
|
|
1614
1631
|
updateFiles: (file: FileItem[]) => any;
|
|
1615
|
-
}, string, PublicProps, Readonly<
|
|
1632
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
1616
1633
|
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1617
1634
|
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1618
1635
|
}>, {
|
|
@@ -1625,15 +1642,15 @@ selectAll: boolean;
|
|
|
1625
1642
|
clear: boolean;
|
|
1626
1643
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1627
1644
|
|
|
1628
|
-
declare const
|
|
1645
|
+
declare const _default_16: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1629
1646
|
|
|
1630
|
-
declare const
|
|
1647
|
+
declare const _default_17: DefineComponent<__VLS_Props_13, {
|
|
1631
1648
|
/** Focus radio input */
|
|
1632
1649
|
focus: (id?: string) => void;
|
|
1633
1650
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1634
1651
|
"update:modelValue": (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1635
1652
|
change: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1636
|
-
}, string, PublicProps, Readonly<
|
|
1653
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1637
1654
|
"onUpdate:modelValue"?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1638
1655
|
onChange?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1639
1656
|
}>, {
|
|
@@ -1642,9 +1659,9 @@ disabled: boolean;
|
|
|
1642
1659
|
block: boolean;
|
|
1643
1660
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1644
1661
|
|
|
1645
|
-
declare const
|
|
1662
|
+
declare const _default_18: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1646
1663
|
|
|
1647
|
-
declare const
|
|
1664
|
+
declare const _default_19: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1648
1665
|
"update:modelValue": (value: number | number[]) => any;
|
|
1649
1666
|
sendValue: (value: number | number[]) => any;
|
|
1650
1667
|
}, string, PublicProps, Readonly<SliderProps> & Readonly<{
|
|
@@ -1659,18 +1676,6 @@ maxValue: number;
|
|
|
1659
1676
|
showValue: boolean;
|
|
1660
1677
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1661
1678
|
|
|
1662
|
-
declare const _default_19: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1663
|
-
"update:modelValue": (value: boolean) => any;
|
|
1664
|
-
change: (value: boolean | CustomEvent<any>) => any;
|
|
1665
|
-
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1666
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1667
|
-
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1668
|
-
}>, {
|
|
1669
|
-
invalid: boolean;
|
|
1670
|
-
disabled: boolean;
|
|
1671
|
-
contoured: boolean;
|
|
1672
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1673
|
-
|
|
1674
1679
|
declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1675
1680
|
"update:modelValue": (value: number) => any;
|
|
1676
1681
|
paginate: (value: number) => any;
|
|
@@ -1682,24 +1687,36 @@ totalPages: number;
|
|
|
1682
1687
|
currentPage: number;
|
|
1683
1688
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1684
1689
|
|
|
1685
|
-
declare const _default_20:
|
|
1690
|
+
declare const _default_20: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1691
|
+
"update:modelValue": (value: boolean) => any;
|
|
1692
|
+
change: (value: boolean | CustomEvent<any>) => any;
|
|
1693
|
+
}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
|
|
1694
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1695
|
+
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1696
|
+
}>, {
|
|
1697
|
+
invalid: boolean;
|
|
1698
|
+
disabled: boolean;
|
|
1699
|
+
contoured: boolean;
|
|
1700
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1701
|
+
|
|
1702
|
+
declare const _default_21: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1686
1703
|
|
|
1687
|
-
declare const
|
|
1704
|
+
declare const _default_22: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1688
1705
|
|
|
1689
|
-
declare const
|
|
1706
|
+
declare const _default_23: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1690
1707
|
|
|
1691
|
-
declare const
|
|
1708
|
+
declare const _default_24: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1692
1709
|
fill: string;
|
|
1693
1710
|
color: string;
|
|
1694
1711
|
size: number | string;
|
|
1695
1712
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1696
1713
|
|
|
1697
|
-
declare const
|
|
1714
|
+
declare const _default_25: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1698
1715
|
|
|
1699
|
-
declare const
|
|
1716
|
+
declare const _default_26: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1700
1717
|
toggleMenu: (clicado: boolean) => any;
|
|
1701
1718
|
redirect: (item: SubMenu | ItensMenu) => any;
|
|
1702
|
-
}, string, PublicProps, Readonly<
|
|
1719
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
1703
1720
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1704
1721
|
onRedirect?: (item: SubMenu | ItensMenu) => any;
|
|
1705
1722
|
}>, {
|
|
@@ -1708,21 +1725,21 @@ isSearch: boolean;
|
|
|
1708
1725
|
isOpen: boolean;
|
|
1709
1726
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1710
1727
|
|
|
1711
|
-
declare const
|
|
1712
|
-
|
|
1713
|
-
declare const _default_27: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1728
|
+
declare const _default_27: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1714
1729
|
|
|
1715
|
-
declare const _default_28:
|
|
1730
|
+
declare const _default_28: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1716
1731
|
|
|
1717
|
-
declare const _default_29:
|
|
1732
|
+
declare const _default_29: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1718
1733
|
|
|
1719
1734
|
declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1720
1735
|
|
|
1721
|
-
declare const _default_30:
|
|
1736
|
+
declare const _default_30: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1737
|
+
|
|
1738
|
+
declare const _default_31: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1722
1739
|
|
|
1723
|
-
declare const
|
|
1740
|
+
declare const _default_32: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1724
1741
|
|
|
1725
|
-
declare const
|
|
1742
|
+
declare const _default_33: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1726
1743
|
sendData: (data: IData_2<unknown>) => any;
|
|
1727
1744
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1728
1745
|
onSendData?: (data: IData_2<unknown>) => any;
|
|
@@ -1734,55 +1751,69 @@ showActionButton: boolean;
|
|
|
1734
1751
|
textButton: string;
|
|
1735
1752
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1736
1753
|
|
|
1737
|
-
declare const
|
|
1754
|
+
declare const _default_34: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1738
1755
|
|
|
1739
|
-
declare const
|
|
1756
|
+
declare const _default_35: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1740
1757
|
|
|
1741
|
-
declare const
|
|
1758
|
+
declare const _default_36: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1742
1759
|
|
|
1743
|
-
declare const
|
|
1760
|
+
declare const _default_37: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
1744
1761
|
type: "spinner" | "semi-circle" | "dots";
|
|
1762
|
+
background: "smoky" | "transparent";
|
|
1745
1763
|
showLoading: boolean;
|
|
1746
1764
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1747
1765
|
|
|
1748
|
-
declare const
|
|
1766
|
+
declare const _default_38: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1749
1767
|
|
|
1750
|
-
declare const
|
|
1751
|
-
|
|
1752
|
-
declare const _default_39: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1768
|
+
declare const _default_39: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1753
1769
|
|
|
1754
1770
|
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1755
1771
|
|
|
1756
|
-
declare const _default_40:
|
|
1772
|
+
declare const _default_40: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1773
|
+
|
|
1774
|
+
declare const _default_41: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1757
1775
|
|
|
1758
|
-
declare const
|
|
1776
|
+
declare const _default_42: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1759
1777
|
redirect: (valor?: string) => any;
|
|
1760
|
-
}, string, PublicProps, Readonly<
|
|
1778
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
1761
1779
|
onRedirect?: (valor?: string) => any;
|
|
1762
1780
|
}>, {
|
|
1763
1781
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1764
1782
|
background: "white" | "green";
|
|
1765
1783
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1766
1784
|
|
|
1767
|
-
declare const
|
|
1785
|
+
declare const _default_43: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1768
1786
|
|
|
1769
|
-
declare const
|
|
1787
|
+
declare const _default_44: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1770
1788
|
|
|
1771
1789
|
declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1790
|
+
"update:modelValue": (value: number) => any;
|
|
1791
|
+
updatePerPage: (value: number) => any;
|
|
1792
|
+
}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{
|
|
1793
|
+
"onUpdate:modelValue"?: (value: number) => any;
|
|
1794
|
+
onUpdatePerPage?: (value: number) => any;
|
|
1795
|
+
}>, {
|
|
1796
|
+
disabled: boolean;
|
|
1797
|
+
textDirection: "left" | "right";
|
|
1798
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1799
|
+
menuRef: HTMLDivElement;
|
|
1800
|
+
}, HTMLDivElement>;
|
|
1801
|
+
|
|
1802
|
+
declare const _default_6: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1772
1803
|
"update:modelValue": (value: string | CustomEvent<any>) => any;
|
|
1773
1804
|
filterList: (value: string | CustomEvent<any>) => any;
|
|
1774
1805
|
clearFilter: () => any;
|
|
1775
1806
|
"input:focus": () => any;
|
|
1776
|
-
}, string, PublicProps, Readonly<
|
|
1807
|
+
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
1777
1808
|
"onUpdate:modelValue"?: (value: string | CustomEvent<any>) => any;
|
|
1778
1809
|
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
1779
1810
|
onClearFilter?: () => any;
|
|
1780
1811
|
"onInput:focus"?: () => any;
|
|
1781
1812
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1782
1813
|
|
|
1783
|
-
declare const
|
|
1814
|
+
declare const _default_7: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1784
1815
|
|
|
1785
|
-
declare const
|
|
1816
|
+
declare const _default_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
|
|
1786
1817
|
id: string | number;
|
|
1787
1818
|
disabled: boolean;
|
|
1788
1819
|
text: string;
|
|
@@ -1790,10 +1821,10 @@ variant: "text" | "radio";
|
|
|
1790
1821
|
selected: number;
|
|
1791
1822
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1792
1823
|
|
|
1793
|
-
declare const
|
|
1824
|
+
declare const _default_9: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1794
1825
|
"update:modelValue": (value: number | CustomEvent<any>) => any;
|
|
1795
1826
|
updateCurrentPage: (page: number) => any;
|
|
1796
|
-
}, string, PublicProps, Readonly<
|
|
1827
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1797
1828
|
"onUpdate:modelValue"?: (value: number | CustomEvent<any>) => any;
|
|
1798
1829
|
onUpdateCurrentPage?: (page: number) => any;
|
|
1799
1830
|
}>, {
|
|
@@ -1801,8 +1832,6 @@ currentPage: number;
|
|
|
1801
1832
|
totalPage: number;
|
|
1802
1833
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1803
1834
|
|
|
1804
|
-
declare const _default_9: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1805
|
-
|
|
1806
1835
|
export declare const disableCeLoading: () => void;
|
|
1807
1836
|
|
|
1808
1837
|
declare interface FileItem {
|
|
@@ -2056,6 +2085,7 @@ declare module 'vue' {
|
|
|
2056
2085
|
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
2057
2086
|
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
2058
2087
|
'ce-data-table': typeof DataTableComponent;
|
|
2088
|
+
'ce-itens-per-page': typeof ItensPerPageComponent;
|
|
2059
2089
|
}
|
|
2060
2090
|
}
|
|
2061
2091
|
|