@comercti/react-components-hmg 0.2.2 → 0.3.2
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 +1612 -1550
- package/comerc-style-guide.umd.js +25 -25
- package/index.d.ts +219 -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,7 +599,7 @@ 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 */
|
|
@@ -593,7 +608,7 @@ declare type __VLS_Props_27 = {
|
|
|
593
608
|
background?: 'smoky' | 'transparent';
|
|
594
609
|
};
|
|
595
610
|
|
|
596
|
-
declare type
|
|
611
|
+
declare type __VLS_Props_29 = {
|
|
597
612
|
/** Elemento raiz do card */
|
|
598
613
|
tag?: string;
|
|
599
614
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -618,24 +633,13 @@ declare type __VLS_Props_28 = {
|
|
|
618
633
|
responsive?: boolean;
|
|
619
634
|
};
|
|
620
635
|
|
|
621
|
-
declare type __VLS_Props_29 = {
|
|
622
|
-
/** Define root element */
|
|
623
|
-
tag?: string;
|
|
624
|
-
};
|
|
625
|
-
|
|
626
636
|
declare type __VLS_Props_3 = {
|
|
627
|
-
/**
|
|
628
|
-
|
|
629
|
-
/**
|
|
630
|
-
|
|
631
|
-
/**
|
|
632
|
-
|
|
633
|
-
/** ID única do button */
|
|
634
|
-
id?: string;
|
|
635
|
-
/** Abrange toda a largura de um elemento para o button */
|
|
636
|
-
block?: boolean;
|
|
637
|
-
/** Desativa o button */
|
|
638
|
-
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;
|
|
639
643
|
};
|
|
640
644
|
|
|
641
645
|
declare type __VLS_Props_30 = {
|
|
@@ -644,25 +648,30 @@ declare type __VLS_Props_30 = {
|
|
|
644
648
|
};
|
|
645
649
|
|
|
646
650
|
declare type __VLS_Props_31 = {
|
|
651
|
+
/** Define root element */
|
|
652
|
+
tag?: string;
|
|
653
|
+
};
|
|
654
|
+
|
|
655
|
+
declare type __VLS_Props_32 = {
|
|
647
656
|
/** Define o tipo do Content divider */
|
|
648
657
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
649
658
|
};
|
|
650
659
|
|
|
651
|
-
declare type
|
|
660
|
+
declare type __VLS_Props_33 = {
|
|
652
661
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
653
662
|
background: 'white' | 'green';
|
|
654
663
|
items?: ItensMenu_2[];
|
|
655
664
|
socialMedia?: ISocialMedia[];
|
|
656
665
|
};
|
|
657
666
|
|
|
658
|
-
declare type
|
|
667
|
+
declare type __VLS_Props_34 = {
|
|
659
668
|
/** Indica se o menu abriu */
|
|
660
669
|
openMenu?: boolean;
|
|
661
670
|
/** Defini o tipo de layout a ser usado */
|
|
662
671
|
layout: 'default' | 'base';
|
|
663
672
|
};
|
|
664
673
|
|
|
665
|
-
declare type
|
|
674
|
+
declare type __VLS_Props_35 = {
|
|
666
675
|
/** Array de mídia social contendo ícone e link */
|
|
667
676
|
socialMedia: {
|
|
668
677
|
icon: string;
|
|
@@ -671,6 +680,21 @@ declare type __VLS_Props_34 = {
|
|
|
671
680
|
};
|
|
672
681
|
|
|
673
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 = {
|
|
674
698
|
/** Define o id do botão */
|
|
675
699
|
id: string | number;
|
|
676
700
|
/** Define o texto do botão */
|
|
@@ -683,7 +707,7 @@ declare type __VLS_Props_4 = {
|
|
|
683
707
|
disabled?: boolean;
|
|
684
708
|
};
|
|
685
709
|
|
|
686
|
-
declare type
|
|
710
|
+
declare type __VLS_Props_6 = {
|
|
687
711
|
/** Define o total de páginas */
|
|
688
712
|
totalPage: number;
|
|
689
713
|
/** Define a página atual */
|
|
@@ -692,7 +716,7 @@ declare type __VLS_Props_5 = {
|
|
|
692
716
|
modelValue?: number;
|
|
693
717
|
};
|
|
694
718
|
|
|
695
|
-
declare type
|
|
719
|
+
declare type __VLS_Props_7 = {
|
|
696
720
|
/** Valor do checkbox para two-way binding (v-model) */
|
|
697
721
|
modelValue?: ModelValueType;
|
|
698
722
|
/** ID única do checkbox */
|
|
@@ -717,7 +741,7 @@ declare type __VLS_Props_6 = {
|
|
|
717
741
|
indeterminate?: boolean;
|
|
718
742
|
};
|
|
719
743
|
|
|
720
|
-
declare type
|
|
744
|
+
declare type __VLS_Props_8 = {
|
|
721
745
|
/** Valor para two-way binding (v-model) */
|
|
722
746
|
modelValue?: boolean;
|
|
723
747
|
/** ID única do input */
|
|
@@ -732,7 +756,7 @@ declare type __VLS_Props_7 = {
|
|
|
732
756
|
disabled?: boolean;
|
|
733
757
|
};
|
|
734
758
|
|
|
735
|
-
declare type
|
|
759
|
+
declare type __VLS_Props_9 = {
|
|
736
760
|
modelValue?: Date | string | null;
|
|
737
761
|
start?: Date | string | null;
|
|
738
762
|
end?: Date | string | null;
|
|
@@ -760,19 +784,6 @@ declare type __VLS_Props_8 = {
|
|
|
760
784
|
noAlertIcon?: boolean;
|
|
761
785
|
};
|
|
762
786
|
|
|
763
|
-
declare type __VLS_Props_9 = {
|
|
764
|
-
/** Array de itens para o dropdown */
|
|
765
|
-
items: ItensMenu[];
|
|
766
|
-
/** Define o layout do botão */
|
|
767
|
-
variant?: 'default' | 'outlined' | 'text';
|
|
768
|
-
/** Define a cor do botão */
|
|
769
|
-
color?: string;
|
|
770
|
-
/** Define o texto do botão */
|
|
771
|
-
text: string;
|
|
772
|
-
/** Valor para two-way binding (v-model) */
|
|
773
|
-
modelValue?: boolean;
|
|
774
|
-
};
|
|
775
|
-
|
|
776
787
|
declare function __VLS_template(): {
|
|
777
788
|
attrs: Partial<{}>;
|
|
778
789
|
slots: Readonly<NonNullable<{
|
|
@@ -1439,39 +1450,39 @@ export declare const activateCeLoading: () => void;
|
|
|
1439
1450
|
|
|
1440
1451
|
export declare const addCeToast: (title: string, message: string, type: "success" | "error" | "warn" | "info", duration?: number, data?: IData | null) => void;
|
|
1441
1452
|
|
|
1442
|
-
export declare const CeAutocomplete: default_2.ComponentType<typeof
|
|
1453
|
+
export declare const CeAutocomplete: default_2.ComponentType<typeof _default_6>;
|
|
1443
1454
|
|
|
1444
|
-
export declare const CeAvatar: default_2.ComponentType<typeof
|
|
1455
|
+
export declare const CeAvatar: default_2.ComponentType<typeof _default_30>;
|
|
1445
1456
|
|
|
1446
|
-
export declare const CeBadge: default_2.ComponentType<typeof
|
|
1457
|
+
export declare const CeBadge: default_2.ComponentType<typeof _default_32>;
|
|
1447
1458
|
|
|
1448
|
-
export declare const CeBanners: default_2.ComponentType<typeof
|
|
1459
|
+
export declare const CeBanners: default_2.ComponentType<typeof _default_34>;
|
|
1449
1460
|
|
|
1450
|
-
export declare const CeBreadcrumbs: default_2.ComponentType<typeof
|
|
1461
|
+
export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_27>;
|
|
1451
1462
|
|
|
1452
|
-
export declare const CeButton: default_2.ComponentType<typeof
|
|
1463
|
+
export declare const CeButton: default_2.ComponentType<typeof _default_7>;
|
|
1453
1464
|
|
|
1454
|
-
export declare const CeButtonGroup: default_2.ComponentType<typeof
|
|
1465
|
+
export declare const CeButtonGroup: default_2.ComponentType<typeof _default_8>;
|
|
1455
1466
|
|
|
1456
|
-
export declare const CeButtonPagination: default_2.ComponentType<typeof
|
|
1467
|
+
export declare const CeButtonPagination: default_2.ComponentType<typeof _default_9>;
|
|
1457
1468
|
|
|
1458
|
-
export declare const CeButtonWrapper: default_2.ComponentType<typeof
|
|
1469
|
+
export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_10>;
|
|
1459
1470
|
|
|
1460
|
-
export declare const CeCard: default_2.ComponentType<typeof
|
|
1471
|
+
export declare const CeCard: default_2.ComponentType<typeof _default_38>;
|
|
1461
1472
|
|
|
1462
|
-
export declare const CeCardHeader: default_2.ComponentType<typeof
|
|
1473
|
+
export declare const CeCardHeader: default_2.ComponentType<typeof _default_39>;
|
|
1463
1474
|
|
|
1464
|
-
export declare const CeCardText: default_2.ComponentType<typeof
|
|
1475
|
+
export declare const CeCardText: default_2.ComponentType<typeof _default_40>;
|
|
1465
1476
|
|
|
1466
|
-
export declare const CeCheckbox: default_2.ComponentType<typeof
|
|
1477
|
+
export declare const CeCheckbox: default_2.ComponentType<typeof _default_11>;
|
|
1467
1478
|
|
|
1468
|
-
export declare const CeCheckboxGroup: default_2.ComponentType<typeof
|
|
1479
|
+
export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_12>;
|
|
1469
1480
|
|
|
1470
|
-
export declare const CeCol: default_2.ComponentType<typeof
|
|
1481
|
+
export declare const CeCol: default_2.ComponentType<typeof _default_21>;
|
|
1471
1482
|
|
|
1472
|
-
export declare const CeContainer: default_2.ComponentType<typeof
|
|
1483
|
+
export declare const CeContainer: default_2.ComponentType<typeof _default_23>;
|
|
1473
1484
|
|
|
1474
|
-
export declare const CeContentDivider: default_2.ComponentType<typeof
|
|
1485
|
+
export declare const CeContentDivider: default_2.ComponentType<typeof _default_41>;
|
|
1475
1486
|
|
|
1476
1487
|
export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
|
|
1477
1488
|
|
|
@@ -1479,27 +1490,29 @@ declare type CeDataTableVueSlots = {
|
|
|
1479
1490
|
[slotName: string]: ((ctx: any) => default_2.ReactNode) | default_2.ReactNode;
|
|
1480
1491
|
};
|
|
1481
1492
|
|
|
1482
|
-
export declare const CeDatePicker: default_2.ComponentType<typeof
|
|
1493
|
+
export declare const CeDatePicker: default_2.ComponentType<typeof _default_13>;
|
|
1483
1494
|
|
|
1484
|
-
export declare const CeDropdown: default_2.ComponentType<typeof
|
|
1495
|
+
export declare const CeDropdown: default_2.ComponentType<typeof _default_14>;
|
|
1485
1496
|
|
|
1486
|
-
export declare const CeFileUpload: default_2.ComponentType<typeof
|
|
1497
|
+
export declare const CeFileUpload: default_2.ComponentType<typeof _default_15>;
|
|
1487
1498
|
|
|
1488
|
-
export declare const CeFilterGroup: default_2.ComponentType<typeof
|
|
1499
|
+
export declare const CeFilterGroup: default_2.ComponentType<typeof _default_31>;
|
|
1489
1500
|
|
|
1490
|
-
export declare const CeFooter: default_2.ComponentType<typeof
|
|
1501
|
+
export declare const CeFooter: default_2.ComponentType<typeof _default_42>;
|
|
1491
1502
|
|
|
1492
|
-
export declare const CeInput: default_2.ComponentType<typeof
|
|
1503
|
+
export declare const CeInput: default_2.ComponentType<typeof _default_16>;
|
|
1493
1504
|
|
|
1494
|
-
export declare const
|
|
1505
|
+
export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
|
|
1495
1506
|
|
|
1496
|
-
export declare const
|
|
1507
|
+
export declare const CeLayout: default_2.ComponentType<typeof _default_43>;
|
|
1497
1508
|
|
|
1498
|
-
export declare const
|
|
1509
|
+
export declare const CeLoading: default_2.ComponentType<typeof _default_37>;
|
|
1499
1510
|
|
|
1500
|
-
export declare const
|
|
1511
|
+
export declare const CeMenuHeader: default_2.ComponentType<typeof _default_25>;
|
|
1501
1512
|
|
|
1502
|
-
export declare const
|
|
1513
|
+
export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_26>;
|
|
1514
|
+
|
|
1515
|
+
export declare const CeModal: default_2.ComponentType<typeof _default_35>;
|
|
1503
1516
|
|
|
1504
1517
|
export declare const CePagination: default_2.ComponentType<typeof _default_2>;
|
|
1505
1518
|
|
|
@@ -1507,13 +1520,13 @@ export declare const CeProgressIndicator: default_2.ComponentType<typeof _defaul
|
|
|
1507
1520
|
|
|
1508
1521
|
export declare const CeProgressSteps: default_2.ComponentType<typeof _default_4>;
|
|
1509
1522
|
|
|
1510
|
-
export declare const CeRadioGroup: default_2.ComponentType<typeof
|
|
1523
|
+
export declare const CeRadioGroup: default_2.ComponentType<typeof _default_17>;
|
|
1511
1524
|
|
|
1512
|
-
export declare const CeRow: default_2.ComponentType<typeof
|
|
1525
|
+
export declare const CeRow: default_2.ComponentType<typeof _default_22>;
|
|
1513
1526
|
|
|
1514
|
-
export declare const CeSectionFooter: default_2.ComponentType<typeof
|
|
1527
|
+
export declare const CeSectionFooter: default_2.ComponentType<typeof _default_44>;
|
|
1515
1528
|
|
|
1516
|
-
export declare const CeSelect: default_2.ComponentType<typeof
|
|
1529
|
+
export declare const CeSelect: default_2.ComponentType<typeof _default_18>;
|
|
1517
1530
|
|
|
1518
1531
|
declare interface CeSelectFieldProps {
|
|
1519
1532
|
/** Valor do select para two-way binding (v-model) */
|
|
@@ -1542,19 +1555,19 @@ declare interface CeSelectFieldProps {
|
|
|
1542
1555
|
closeChip?: boolean;
|
|
1543
1556
|
}
|
|
1544
1557
|
|
|
1545
|
-
export declare const CeSlider: default_2.ComponentType<typeof
|
|
1558
|
+
export declare const CeSlider: default_2.ComponentType<typeof _default_19>;
|
|
1546
1559
|
|
|
1547
|
-
export declare const CeSvgIcon: default_2.ComponentType<typeof
|
|
1560
|
+
export declare const CeSvgIcon: default_2.ComponentType<typeof _default_24>;
|
|
1548
1561
|
|
|
1549
|
-
export declare const CeTab: default_2.ComponentType<typeof
|
|
1562
|
+
export declare const CeTab: default_2.ComponentType<typeof _default_28>;
|
|
1550
1563
|
|
|
1551
|
-
export declare const CeTabItem: default_2.ComponentType<typeof
|
|
1564
|
+
export declare const CeTabItem: default_2.ComponentType<typeof _default_29>;
|
|
1552
1565
|
|
|
1553
|
-
export declare const CeToast: default_2.ComponentType<typeof
|
|
1566
|
+
export declare const CeToast: default_2.ComponentType<typeof _default_33>;
|
|
1554
1567
|
|
|
1555
|
-
export declare const CeToggle: default_2.ComponentType<typeof
|
|
1568
|
+
export declare const CeToggle: default_2.ComponentType<typeof _default_20>;
|
|
1556
1569
|
|
|
1557
|
-
export declare const CeTooltip: default_2.ComponentType<typeof
|
|
1570
|
+
export declare const CeTooltip: default_2.ComponentType<typeof _default_36>;
|
|
1558
1571
|
|
|
1559
1572
|
declare type DataTableProps = {
|
|
1560
1573
|
/** Array utilizado no header da tabela */
|
|
@@ -1575,13 +1588,15 @@ declare type DataTableProps = {
|
|
|
1575
1588
|
|
|
1576
1589
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1577
1590
|
|
|
1578
|
-
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, {
|
|
1579
1594
|
/** Focus checkbox input */
|
|
1580
1595
|
focus: () => void;
|
|
1581
1596
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1582
1597
|
"update:modelValue": (value: ModelValueType | CustomEvent<any>) => any;
|
|
1583
1598
|
change: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1584
|
-
}, string, PublicProps, Readonly<
|
|
1599
|
+
}, string, PublicProps, Readonly<__VLS_Props_7> & Readonly<{
|
|
1585
1600
|
"onUpdate:modelValue"?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1586
1601
|
onChange?: (value: ModelValueType | CustomEvent<any>) => any;
|
|
1587
1602
|
}>, {
|
|
@@ -1595,14 +1610,14 @@ indeterminate: boolean;
|
|
|
1595
1610
|
inputRef: HTMLInputElement;
|
|
1596
1611
|
}, any>;
|
|
1597
1612
|
|
|
1598
|
-
declare const
|
|
1613
|
+
declare const _default_12: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1599
1614
|
|
|
1600
|
-
declare const
|
|
1615
|
+
declare const _default_13: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1601
1616
|
|
|
1602
|
-
declare const
|
|
1617
|
+
declare const _default_14: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1603
1618
|
"update:modelValue": (value: IReturn) => any;
|
|
1604
1619
|
redirect: (item: ItensMenu) => any;
|
|
1605
|
-
}, string, PublicProps, Readonly<
|
|
1620
|
+
}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{
|
|
1606
1621
|
"onUpdate:modelValue"?: (value: IReturn) => any;
|
|
1607
1622
|
onRedirect?: (item: ItensMenu) => any;
|
|
1608
1623
|
}>, {
|
|
@@ -1611,10 +1626,10 @@ items: ItensMenu[];
|
|
|
1611
1626
|
variant: "default" | "outlined" | "text";
|
|
1612
1627
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1613
1628
|
|
|
1614
|
-
declare const
|
|
1629
|
+
declare const _default_15: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1615
1630
|
"update:modelValue": (file: FileItem[]) => any;
|
|
1616
1631
|
updateFiles: (file: FileItem[]) => any;
|
|
1617
|
-
}, string, PublicProps, Readonly<
|
|
1632
|
+
}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{
|
|
1618
1633
|
"onUpdate:modelValue"?: (file: FileItem[]) => any;
|
|
1619
1634
|
onUpdateFiles?: (file: FileItem[]) => any;
|
|
1620
1635
|
}>, {
|
|
@@ -1627,15 +1642,15 @@ selectAll: boolean;
|
|
|
1627
1642
|
clear: boolean;
|
|
1628
1643
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1629
1644
|
|
|
1630
|
-
declare const
|
|
1645
|
+
declare const _default_16: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
1631
1646
|
|
|
1632
|
-
declare const
|
|
1647
|
+
declare const _default_17: DefineComponent<__VLS_Props_13, {
|
|
1633
1648
|
/** Focus radio input */
|
|
1634
1649
|
focus: (id?: string) => void;
|
|
1635
1650
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1636
1651
|
"update:modelValue": (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1637
1652
|
change: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1638
|
-
}, string, PublicProps, Readonly<
|
|
1653
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1639
1654
|
"onUpdate:modelValue"?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1640
1655
|
onChange?: (value: CustomEvent<any> | ModelValueType_2) => any;
|
|
1641
1656
|
}>, {
|
|
@@ -1644,9 +1659,9 @@ disabled: boolean;
|
|
|
1644
1659
|
block: boolean;
|
|
1645
1660
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1646
1661
|
|
|
1647
|
-
declare const
|
|
1662
|
+
declare const _default_18: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1648
1663
|
|
|
1649
|
-
declare const
|
|
1664
|
+
declare const _default_19: DefineComponent<SliderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1650
1665
|
"update:modelValue": (value: number | number[]) => any;
|
|
1651
1666
|
sendValue: (value: number | number[]) => any;
|
|
1652
1667
|
}, string, PublicProps, Readonly<SliderProps> & Readonly<{
|
|
@@ -1661,18 +1676,6 @@ maxValue: number;
|
|
|
1661
1676
|
showValue: boolean;
|
|
1662
1677
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1663
1678
|
|
|
1664
|
-
declare const _default_19: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1665
|
-
"update:modelValue": (value: boolean) => any;
|
|
1666
|
-
change: (value: boolean | CustomEvent<any>) => any;
|
|
1667
|
-
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
1668
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
1669
|
-
onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
1670
|
-
}>, {
|
|
1671
|
-
invalid: boolean;
|
|
1672
|
-
disabled: boolean;
|
|
1673
|
-
contoured: boolean;
|
|
1674
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1675
|
-
|
|
1676
1679
|
declare const _default_2: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1677
1680
|
"update:modelValue": (value: number) => any;
|
|
1678
1681
|
paginate: (value: number) => any;
|
|
@@ -1684,24 +1687,36 @@ totalPages: number;
|
|
|
1684
1687
|
currentPage: number;
|
|
1685
1688
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1686
1689
|
|
|
1687
|
-
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"]>;
|
|
1688
1703
|
|
|
1689
|
-
declare const
|
|
1704
|
+
declare const _default_22: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1690
1705
|
|
|
1691
|
-
declare const
|
|
1706
|
+
declare const _default_23: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1692
1707
|
|
|
1693
|
-
declare const
|
|
1708
|
+
declare const _default_24: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1694
1709
|
fill: string;
|
|
1695
1710
|
color: string;
|
|
1696
1711
|
size: number | string;
|
|
1697
1712
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1698
1713
|
|
|
1699
|
-
declare const
|
|
1714
|
+
declare const _default_25: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1700
1715
|
|
|
1701
|
-
declare const
|
|
1716
|
+
declare const _default_26: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1702
1717
|
toggleMenu: (clicado: boolean) => any;
|
|
1703
1718
|
redirect: (item: SubMenu | ItensMenu) => any;
|
|
1704
|
-
}, string, PublicProps, Readonly<
|
|
1719
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
1705
1720
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1706
1721
|
onRedirect?: (item: SubMenu | ItensMenu) => any;
|
|
1707
1722
|
}>, {
|
|
@@ -1710,21 +1725,21 @@ isSearch: boolean;
|
|
|
1710
1725
|
isOpen: boolean;
|
|
1711
1726
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1712
1727
|
|
|
1713
|
-
declare const
|
|
1714
|
-
|
|
1715
|
-
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"]>;
|
|
1716
1729
|
|
|
1717
|
-
declare const _default_28:
|
|
1730
|
+
declare const _default_28: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1718
1731
|
|
|
1719
|
-
declare const _default_29:
|
|
1732
|
+
declare const _default_29: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1720
1733
|
|
|
1721
1734
|
declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1722
1735
|
|
|
1723
|
-
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"]>;
|
|
1724
1739
|
|
|
1725
|
-
declare const
|
|
1740
|
+
declare const _default_32: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1726
1741
|
|
|
1727
|
-
declare const
|
|
1742
|
+
declare const _default_33: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1728
1743
|
sendData: (data: IData_2<unknown>) => any;
|
|
1729
1744
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1730
1745
|
onSendData?: (data: IData_2<unknown>) => any;
|
|
@@ -1736,56 +1751,69 @@ showActionButton: boolean;
|
|
|
1736
1751
|
textButton: string;
|
|
1737
1752
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1738
1753
|
|
|
1739
|
-
declare const
|
|
1754
|
+
declare const _default_34: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1740
1755
|
|
|
1741
|
-
declare const
|
|
1756
|
+
declare const _default_35: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1742
1757
|
|
|
1743
|
-
declare const
|
|
1758
|
+
declare const _default_36: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1744
1759
|
|
|
1745
|
-
declare const
|
|
1760
|
+
declare const _default_37: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
1746
1761
|
type: "spinner" | "semi-circle" | "dots";
|
|
1747
1762
|
background: "smoky" | "transparent";
|
|
1748
1763
|
showLoading: boolean;
|
|
1749
1764
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1750
1765
|
|
|
1751
|
-
declare const
|
|
1766
|
+
declare const _default_38: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1752
1767
|
|
|
1753
|
-
declare const
|
|
1754
|
-
|
|
1755
|
-
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"]>;
|
|
1756
1769
|
|
|
1757
1770
|
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1758
1771
|
|
|
1759
|
-
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"]>;
|
|
1760
1775
|
|
|
1761
|
-
declare const
|
|
1776
|
+
declare const _default_42: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1762
1777
|
redirect: (valor?: string) => any;
|
|
1763
|
-
}, string, PublicProps, Readonly<
|
|
1778
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
1764
1779
|
onRedirect?: (valor?: string) => any;
|
|
1765
1780
|
}>, {
|
|
1766
1781
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1767
1782
|
background: "white" | "green";
|
|
1768
1783
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1769
1784
|
|
|
1770
|
-
declare const
|
|
1785
|
+
declare const _default_43: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1771
1786
|
|
|
1772
|
-
declare const
|
|
1787
|
+
declare const _default_44: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1773
1788
|
|
|
1774
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, {} & {
|
|
1775
1803
|
"update:modelValue": (value: string | CustomEvent<any>) => any;
|
|
1776
1804
|
filterList: (value: string | CustomEvent<any>) => any;
|
|
1777
1805
|
clearFilter: () => any;
|
|
1778
1806
|
"input:focus": () => any;
|
|
1779
|
-
}, string, PublicProps, Readonly<
|
|
1807
|
+
}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{
|
|
1780
1808
|
"onUpdate:modelValue"?: (value: string | CustomEvent<any>) => any;
|
|
1781
1809
|
onFilterList?: (value: string | CustomEvent<any>) => any;
|
|
1782
1810
|
onClearFilter?: () => any;
|
|
1783
1811
|
"onInput:focus"?: () => any;
|
|
1784
1812
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1785
1813
|
|
|
1786
|
-
declare const
|
|
1814
|
+
declare const _default_7: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1787
1815
|
|
|
1788
|
-
declare const
|
|
1816
|
+
declare const _default_8: DefineComponent<__VLS_Props_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_5> & Readonly<{}>, {
|
|
1789
1817
|
id: string | number;
|
|
1790
1818
|
disabled: boolean;
|
|
1791
1819
|
text: string;
|
|
@@ -1793,10 +1821,10 @@ variant: "text" | "radio";
|
|
|
1793
1821
|
selected: number;
|
|
1794
1822
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
1795
1823
|
|
|
1796
|
-
declare const
|
|
1824
|
+
declare const _default_9: DefineComponent<__VLS_Props_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1797
1825
|
"update:modelValue": (value: number | CustomEvent<any>) => any;
|
|
1798
1826
|
updateCurrentPage: (page: number) => any;
|
|
1799
|
-
}, string, PublicProps, Readonly<
|
|
1827
|
+
}, string, PublicProps, Readonly<__VLS_Props_6> & Readonly<{
|
|
1800
1828
|
"onUpdate:modelValue"?: (value: number | CustomEvent<any>) => any;
|
|
1801
1829
|
onUpdateCurrentPage?: (page: number) => any;
|
|
1802
1830
|
}>, {
|
|
@@ -1804,8 +1832,6 @@ currentPage: number;
|
|
|
1804
1832
|
totalPage: number;
|
|
1805
1833
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1806
1834
|
|
|
1807
|
-
declare const _default_9: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1808
|
-
|
|
1809
1835
|
export declare const disableCeLoading: () => void;
|
|
1810
1836
|
|
|
1811
1837
|
declare interface FileItem {
|
|
@@ -2059,6 +2085,7 @@ declare module 'vue' {
|
|
|
2059
2085
|
'ce-progress-indicator': typeof ProgressIndicatorComponent;
|
|
2060
2086
|
'ce-progress-steps': typeof ProgressStepsComponent;
|
|
2061
2087
|
'ce-data-table': typeof DataTableComponent;
|
|
2088
|
+
'ce-items-per-page': typeof ItemsPerPageComponent;
|
|
2062
2089
|
}
|
|
2063
2090
|
}
|
|
2064
2091
|
|