@comercti/react-components-hmg 0.21.16 → 0.22.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 +3 -3
- package/comerc-style-guide.es.js +1495 -1416
- package/comerc-style-guide.umd.js +7 -7
- package/index.d.ts +296 -109
- package/package.json +4 -2
package/index.d.ts
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import { ComponentOptionsMixin } from 'vue';
|
|
2
2
|
import { ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
3
4
|
import { default as default_2 } from 'react';
|
|
4
5
|
import { DefineComponent } from 'vue';
|
|
6
|
+
import { ExtractPropTypes } from 'vue';
|
|
7
|
+
import { GlobalComponents } from 'vue';
|
|
8
|
+
import { GlobalDirectives } from 'vue';
|
|
5
9
|
import { IData } from './toast/interfaces';
|
|
6
10
|
import { ItemsSelection as ItemsSelection_2 } from './interfaces';
|
|
7
11
|
import { ItensMenu } from '../../../../../../../../../src/components/menu/interfaces';
|
|
8
12
|
import { IVariants as IVariants_2 } from './interfaces';
|
|
13
|
+
import { PropType } from 'vue';
|
|
9
14
|
import { PublicProps } from 'vue';
|
|
10
15
|
import { Ref } from 'vue';
|
|
11
16
|
import { VNode } from 'vue';
|
|
@@ -39,23 +44,23 @@ copyable: boolean;
|
|
|
39
44
|
rootRef: HTMLDivElement;
|
|
40
45
|
}, HTMLDivElement>;
|
|
41
46
|
|
|
42
|
-
declare const __VLS_component_10: DefineComponent<
|
|
47
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{}>, {
|
|
43
48
|
tag: string;
|
|
44
49
|
noGutters: boolean;
|
|
45
50
|
dense: boolean;
|
|
46
51
|
noCols: boolean;
|
|
47
52
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
48
53
|
|
|
49
|
-
declare const __VLS_component_11: DefineComponent<
|
|
54
|
+
declare const __VLS_component_11: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{}>, {
|
|
50
55
|
block: boolean;
|
|
51
56
|
tag: string;
|
|
52
57
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
53
58
|
|
|
54
|
-
declare const __VLS_component_12: DefineComponent<
|
|
59
|
+
declare const __VLS_component_12: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
55
60
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
56
61
|
backToHome: (value: boolean) => any;
|
|
57
62
|
logout: (value: boolean) => any;
|
|
58
|
-
}, string, PublicProps, Readonly<
|
|
63
|
+
}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{
|
|
59
64
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
60
65
|
onBackToHome?: (value: boolean) => any;
|
|
61
66
|
onLogout?: (value: boolean) => any;
|
|
@@ -87,13 +92,13 @@ initialTab: string;
|
|
|
87
92
|
inactivate: boolean;
|
|
88
93
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
89
94
|
|
|
90
|
-
declare const __VLS_component_15: DefineComponent<
|
|
95
|
+
declare const __VLS_component_15: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
91
96
|
|
|
92
|
-
declare const __VLS_component_16: DefineComponent<
|
|
97
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_22, {
|
|
93
98
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
94
99
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
95
100
|
click: (event: MouseEvent) => any;
|
|
96
|
-
}, string, PublicProps, Readonly<
|
|
101
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
97
102
|
onClick?: (event: MouseEvent) => any;
|
|
98
103
|
}>, {
|
|
99
104
|
disabled: boolean;
|
|
@@ -106,10 +111,10 @@ badgeOffsetBottom: number;
|
|
|
106
111
|
rootRef: HTMLDivElement;
|
|
107
112
|
}, any>;
|
|
108
113
|
|
|
109
|
-
declare const __VLS_component_17: DefineComponent<
|
|
114
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
110
115
|
submit: () => any;
|
|
111
116
|
clear: () => any;
|
|
112
|
-
}, string, PublicProps, Readonly<
|
|
117
|
+
}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{
|
|
113
118
|
onSubmit?: () => any;
|
|
114
119
|
onClear?: () => any;
|
|
115
120
|
}>, {
|
|
@@ -122,7 +127,7 @@ showClearButton: boolean;
|
|
|
122
127
|
menuRef: HTMLDivElement;
|
|
123
128
|
}, HTMLDivElement>;
|
|
124
129
|
|
|
125
|
-
declare const __VLS_component_18: DefineComponent<
|
|
130
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
126
131
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
127
132
|
size: "sm" | "md" | "lg";
|
|
128
133
|
rounded: "sm" | "md" | "lg";
|
|
@@ -130,9 +135,9 @@ variant: "solid" | "outline" | "ghost";
|
|
|
130
135
|
status: boolean;
|
|
131
136
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
132
137
|
|
|
133
|
-
declare const __VLS_component_19: DefineComponent<
|
|
138
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
134
139
|
close: (value: boolean) => any;
|
|
135
|
-
}, string, PublicProps, Readonly<
|
|
140
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
136
141
|
onClose?: (value: boolean) => any;
|
|
137
142
|
}>, {
|
|
138
143
|
background: "white" | "green";
|
|
@@ -160,9 +165,9 @@ variant: tipoVariante;
|
|
|
160
165
|
buttonRef: unknown;
|
|
161
166
|
}, any>;
|
|
162
167
|
|
|
163
|
-
declare const __VLS_component_20: DefineComponent<
|
|
168
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
164
169
|
close: (value: boolean) => any;
|
|
165
|
-
}, string, PublicProps, Readonly<
|
|
170
|
+
}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{
|
|
166
171
|
onClose?: (value: boolean) => any;
|
|
167
172
|
}>, {
|
|
168
173
|
background: "1" | "2";
|
|
@@ -171,7 +176,7 @@ closeOutside: boolean;
|
|
|
171
176
|
showCloseButton: boolean;
|
|
172
177
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
173
178
|
|
|
174
|
-
declare const __VLS_component_21: DefineComponent<
|
|
179
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
175
180
|
focus: boolean;
|
|
176
181
|
location: "top" | "bottom" | "left" | "right";
|
|
177
182
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -179,7 +184,7 @@ activatorRef: HTMLDivElement;
|
|
|
179
184
|
tooltipRef: HTMLDivElement;
|
|
180
185
|
}, any>;
|
|
181
186
|
|
|
182
|
-
declare const __VLS_component_22: DefineComponent<
|
|
187
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
183
188
|
color: number;
|
|
184
189
|
rounded: boolean;
|
|
185
190
|
tag: string;
|
|
@@ -191,26 +196,26 @@ responsive: boolean;
|
|
|
191
196
|
rootRef: unknown;
|
|
192
197
|
}, any>;
|
|
193
198
|
|
|
194
|
-
declare const __VLS_component_23: DefineComponent<
|
|
199
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
195
200
|
tag: string;
|
|
196
201
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
197
202
|
|
|
198
|
-
declare const __VLS_component_24: DefineComponent<
|
|
203
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
199
204
|
tag: string;
|
|
200
205
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
201
206
|
|
|
202
|
-
declare const __VLS_component_25: DefineComponent<
|
|
207
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
|
|
203
208
|
type: "inline" | "centralized" | "highlighted";
|
|
204
209
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
205
210
|
|
|
206
|
-
declare const __VLS_component_26: DefineComponent<
|
|
211
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {
|
|
207
212
|
openMenu: boolean;
|
|
208
213
|
layout: "default" | "base" | "minimal";
|
|
209
214
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
210
215
|
|
|
211
|
-
declare const __VLS_component_27: DefineComponent<
|
|
216
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
212
217
|
"toggle-collapse": (value: ICollapse[]) => any;
|
|
213
|
-
}, string, PublicProps, Readonly<
|
|
218
|
+
}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{
|
|
214
219
|
"onToggle-collapse"?: (value: ICollapse[]) => any;
|
|
215
220
|
}>, {
|
|
216
221
|
items: Array<Record<string, unknown>>;
|
|
@@ -327,7 +332,7 @@ inputRef: HTMLDivElement;
|
|
|
327
332
|
searchInputRef: HTMLInputElement;
|
|
328
333
|
}, any>;
|
|
329
334
|
|
|
330
|
-
declare const __VLS_component_9: DefineComponent<
|
|
335
|
+
declare const __VLS_component_9: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {
|
|
331
336
|
cols: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "auto";
|
|
332
337
|
tag: string;
|
|
333
338
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -432,6 +437,35 @@ declare type __VLS_Props_13 = {
|
|
|
432
437
|
};
|
|
433
438
|
|
|
434
439
|
declare type __VLS_Props_14 = {
|
|
440
|
+
/** ID única do input */
|
|
441
|
+
id?: string;
|
|
442
|
+
/** Valor do input para two-way binding (v-model) */
|
|
443
|
+
modelValue: string;
|
|
444
|
+
/** Define a quantidade de dígitos do código */
|
|
445
|
+
length: number;
|
|
446
|
+
/** Define se o input deve ser desabilitado */
|
|
447
|
+
disabled?: boolean;
|
|
448
|
+
/** Define o tipo do code input */
|
|
449
|
+
type?: 'letter-numeric' | 'number' | 'password';
|
|
450
|
+
/** Texto do placeholder do input */
|
|
451
|
+
placeholder?: string[];
|
|
452
|
+
/** Texto da label exibida acima do input */
|
|
453
|
+
label?: string;
|
|
454
|
+
/** Texto de ajuda */
|
|
455
|
+
hint?: string;
|
|
456
|
+
/** Texto para ser um erro */
|
|
457
|
+
invalidFeedback?: string;
|
|
458
|
+
/** Aciona manualmente o estado de erro */
|
|
459
|
+
invalid?: boolean;
|
|
460
|
+
/** Se o input deve reservar espaço para feedback de erro */
|
|
461
|
+
reserveSpaceFeedback?: boolean;
|
|
462
|
+
/** Se o input deve receber foco automaticamente */
|
|
463
|
+
shouldAutoFocus?: boolean;
|
|
464
|
+
/** Se o input deve ser centralizado */
|
|
465
|
+
centralized?: boolean;
|
|
466
|
+
};
|
|
467
|
+
|
|
468
|
+
declare type __VLS_Props_15 = {
|
|
435
469
|
/** Largura de um elemento de "1" a "12" ou "auto" */
|
|
436
470
|
cols?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | 'auto';
|
|
437
471
|
/** Largura de um elemento `sm` (baseado no `cols`) */
|
|
@@ -456,7 +490,7 @@ declare type __VLS_Props_14 = {
|
|
|
456
490
|
tag?: string;
|
|
457
491
|
};
|
|
458
492
|
|
|
459
|
-
declare type
|
|
493
|
+
declare type __VLS_Props_16 = {
|
|
460
494
|
/** Alinhamento dos itens (align-items) */
|
|
461
495
|
align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
|
|
462
496
|
/** Alinhamento dos itens `sm` (align-items) */
|
|
@@ -497,14 +531,14 @@ declare type __VLS_Props_15 = {
|
|
|
497
531
|
noCols?: boolean;
|
|
498
532
|
};
|
|
499
533
|
|
|
500
|
-
declare type
|
|
534
|
+
declare type __VLS_Props_17 = {
|
|
501
535
|
/** Define root element do container */
|
|
502
536
|
tag?: string;
|
|
503
537
|
/** Abrange toda a largura de um elemento para o container */
|
|
504
538
|
block?: boolean;
|
|
505
539
|
};
|
|
506
540
|
|
|
507
|
-
declare type
|
|
541
|
+
declare type __VLS_Props_18 = {
|
|
508
542
|
/** SVG bruto (como string) */
|
|
509
543
|
name: string;
|
|
510
544
|
/** Tamanho do ícone */
|
|
@@ -515,7 +549,7 @@ declare type __VLS_Props_17 = {
|
|
|
515
549
|
fill?: string;
|
|
516
550
|
};
|
|
517
551
|
|
|
518
|
-
declare type
|
|
552
|
+
declare type __VLS_Props_19 = {
|
|
519
553
|
/** Array de opções do menu meu serviços */
|
|
520
554
|
itemsMenuMyService: ItensMenu_2[];
|
|
521
555
|
/** Array de opções do menuSidebar para versão mobile */
|
|
@@ -530,7 +564,16 @@ declare type __VLS_Props_18 = {
|
|
|
530
564
|
itemsSearch?: ItensMenu_2[];
|
|
531
565
|
};
|
|
532
566
|
|
|
533
|
-
declare type
|
|
567
|
+
declare type __VLS_Props_2 = {
|
|
568
|
+
label: string;
|
|
569
|
+
options: number[];
|
|
570
|
+
disabled?: boolean;
|
|
571
|
+
textDirection?: 'left' | 'right';
|
|
572
|
+
modelValue: number;
|
|
573
|
+
position?: 'top' | 'bottom';
|
|
574
|
+
};
|
|
575
|
+
|
|
576
|
+
declare type __VLS_Props_20 = {
|
|
534
577
|
/** Array de opções do menu */
|
|
535
578
|
items: ItensMenu_2[];
|
|
536
579
|
/** Array de opções de pesquisa do menu */
|
|
@@ -545,23 +588,14 @@ declare type __VLS_Props_19 = {
|
|
|
545
588
|
title?: string;
|
|
546
589
|
};
|
|
547
590
|
|
|
548
|
-
declare type
|
|
549
|
-
label: string;
|
|
550
|
-
options: number[];
|
|
551
|
-
disabled?: boolean;
|
|
552
|
-
textDirection?: 'left' | 'right';
|
|
553
|
-
modelValue: number;
|
|
554
|
-
position?: 'top' | 'bottom';
|
|
555
|
-
};
|
|
556
|
-
|
|
557
|
-
declare type __VLS_Props_20 = {
|
|
591
|
+
declare type __VLS_Props_21 = {
|
|
558
592
|
/** Define o valor do model */
|
|
559
593
|
modelValue?: string;
|
|
560
594
|
/** valor padrão do item exibido */
|
|
561
595
|
value: string;
|
|
562
596
|
};
|
|
563
597
|
|
|
564
|
-
declare type
|
|
598
|
+
declare type __VLS_Props_22 = {
|
|
565
599
|
/** Especifica o caminho para a imagem */
|
|
566
600
|
src?: string;
|
|
567
601
|
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
@@ -580,7 +614,7 @@ declare type __VLS_Props_21 = {
|
|
|
580
614
|
disabled?: boolean;
|
|
581
615
|
};
|
|
582
616
|
|
|
583
|
-
declare type
|
|
617
|
+
declare type __VLS_Props_23 = {
|
|
584
618
|
/** Define o tipo do filtro */
|
|
585
619
|
variant?: 'dropdown' | 'collapse';
|
|
586
620
|
/** Define o título do filtro */
|
|
@@ -595,7 +629,7 @@ declare type __VLS_Props_22 = {
|
|
|
595
629
|
showClearButton?: boolean;
|
|
596
630
|
};
|
|
597
631
|
|
|
598
|
-
declare type
|
|
632
|
+
declare type __VLS_Props_24 = {
|
|
599
633
|
/** Variante de estilo do badge */
|
|
600
634
|
variant?: 'solid' | 'outline' | 'ghost';
|
|
601
635
|
/** Cor do badge */
|
|
@@ -608,7 +642,7 @@ declare type __VLS_Props_23 = {
|
|
|
608
642
|
status?: boolean;
|
|
609
643
|
};
|
|
610
644
|
|
|
611
|
-
declare type
|
|
645
|
+
declare type __VLS_Props_25 = {
|
|
612
646
|
/** Define a posição em que o banner aparece */
|
|
613
647
|
position?: 'top' | 'bottom';
|
|
614
648
|
/** Define se o banner abre ou fecha */
|
|
@@ -621,7 +655,7 @@ declare type __VLS_Props_24 = {
|
|
|
621
655
|
showIcon?: boolean;
|
|
622
656
|
};
|
|
623
657
|
|
|
624
|
-
declare type
|
|
658
|
+
declare type __VLS_Props_26 = {
|
|
625
659
|
/** Define se o modal abre ou fecha */
|
|
626
660
|
isOpen: boolean;
|
|
627
661
|
/** Define a cor do background */
|
|
@@ -632,13 +666,13 @@ declare type __VLS_Props_25 = {
|
|
|
632
666
|
showCloseButton?: boolean;
|
|
633
667
|
};
|
|
634
668
|
|
|
635
|
-
declare type
|
|
669
|
+
declare type __VLS_Props_27 = {
|
|
636
670
|
text: string;
|
|
637
671
|
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
638
672
|
focus?: boolean;
|
|
639
673
|
};
|
|
640
674
|
|
|
641
|
-
declare type
|
|
675
|
+
declare type __VLS_Props_28 = {
|
|
642
676
|
/** Define o tipo de spinner */
|
|
643
677
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
644
678
|
/** Define se o loading deve ser exibido ou não */
|
|
@@ -647,7 +681,7 @@ declare type __VLS_Props_27 = {
|
|
|
647
681
|
background?: 'smoky' | 'transparent';
|
|
648
682
|
};
|
|
649
683
|
|
|
650
|
-
declare type
|
|
684
|
+
declare type __VLS_Props_29 = {
|
|
651
685
|
/** Elemento raiz do card */
|
|
652
686
|
tag?: string;
|
|
653
687
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -672,11 +706,6 @@ declare type __VLS_Props_28 = {
|
|
|
672
706
|
responsive?: boolean;
|
|
673
707
|
};
|
|
674
708
|
|
|
675
|
-
declare type __VLS_Props_29 = {
|
|
676
|
-
/** Define root element */
|
|
677
|
-
tag?: string;
|
|
678
|
-
};
|
|
679
|
-
|
|
680
709
|
declare type __VLS_Props_3 = {
|
|
681
710
|
/** Array de string com as opções do menu */
|
|
682
711
|
items: string[];
|
|
@@ -692,25 +721,30 @@ declare type __VLS_Props_30 = {
|
|
|
692
721
|
};
|
|
693
722
|
|
|
694
723
|
declare type __VLS_Props_31 = {
|
|
724
|
+
/** Define root element */
|
|
725
|
+
tag?: string;
|
|
726
|
+
};
|
|
727
|
+
|
|
728
|
+
declare type __VLS_Props_32 = {
|
|
695
729
|
/** Define o tipo do Content divider */
|
|
696
730
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
697
731
|
};
|
|
698
732
|
|
|
699
|
-
declare type
|
|
733
|
+
declare type __VLS_Props_33 = {
|
|
700
734
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
701
735
|
background: 'white' | 'green';
|
|
702
736
|
items?: ItensMenu[];
|
|
703
737
|
socialMedia?: ISocialMedia[];
|
|
704
738
|
};
|
|
705
739
|
|
|
706
|
-
declare type
|
|
740
|
+
declare type __VLS_Props_34 = {
|
|
707
741
|
/** Indica se o menu abriu */
|
|
708
742
|
openMenu?: boolean;
|
|
709
743
|
/** Defini o tipo de layout a ser usado */
|
|
710
744
|
layout: 'default' | 'base' | 'minimal';
|
|
711
745
|
};
|
|
712
746
|
|
|
713
|
-
declare type
|
|
747
|
+
declare type __VLS_Props_35 = {
|
|
714
748
|
/** Array de mídia social contendo ícone e link */
|
|
715
749
|
socialMedia: {
|
|
716
750
|
icon: string;
|
|
@@ -718,7 +752,7 @@ declare type __VLS_Props_34 = {
|
|
|
718
752
|
}[];
|
|
719
753
|
};
|
|
720
754
|
|
|
721
|
-
declare type
|
|
755
|
+
declare type __VLS_Props_36 = {
|
|
722
756
|
items: Array<Record<string, unknown>>;
|
|
723
757
|
openTheFirst?: boolean;
|
|
724
758
|
allOpen?: boolean;
|
|
@@ -1583,13 +1617,13 @@ export declare const addCeToast: (title: string, message: string, type: "success
|
|
|
1583
1617
|
|
|
1584
1618
|
export declare const CeAutocomplete: default_2.ComponentType<typeof _default_7>;
|
|
1585
1619
|
|
|
1586
|
-
export declare const CeAvatar: default_2.ComponentType<typeof
|
|
1620
|
+
export declare const CeAvatar: default_2.ComponentType<typeof _default_32>;
|
|
1587
1621
|
|
|
1588
|
-
export declare const CeBadge: default_2.ComponentType<typeof
|
|
1622
|
+
export declare const CeBadge: default_2.ComponentType<typeof _default_34>;
|
|
1589
1623
|
|
|
1590
|
-
export declare const CeBanners: default_2.ComponentType<typeof
|
|
1624
|
+
export declare const CeBanners: default_2.ComponentType<typeof _default_36>;
|
|
1591
1625
|
|
|
1592
|
-
export declare const CeBreadcrumbs: default_2.ComponentType<typeof
|
|
1626
|
+
export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_29>;
|
|
1593
1627
|
|
|
1594
1628
|
export declare const CeButton: default_2.ComponentType<typeof _default_8>;
|
|
1595
1629
|
|
|
@@ -1599,23 +1633,25 @@ export declare const CeButtonPagination: default_2.ComponentType<typeof _default
|
|
|
1599
1633
|
|
|
1600
1634
|
export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_11>;
|
|
1601
1635
|
|
|
1602
|
-
export declare const CeCard: default_2.ComponentType<typeof
|
|
1636
|
+
export declare const CeCard: default_2.ComponentType<typeof _default_40>;
|
|
1603
1637
|
|
|
1604
|
-
export declare const CeCardHeader: default_2.ComponentType<typeof
|
|
1638
|
+
export declare const CeCardHeader: default_2.ComponentType<typeof _default_41>;
|
|
1605
1639
|
|
|
1606
|
-
export declare const CeCardText: default_2.ComponentType<typeof
|
|
1640
|
+
export declare const CeCardText: default_2.ComponentType<typeof _default_42>;
|
|
1607
1641
|
|
|
1608
1642
|
export declare const CeCheckbox: default_2.ComponentType<typeof _default_12>;
|
|
1609
1643
|
|
|
1610
1644
|
export declare const CeCheckboxGroup: default_2.ComponentType<typeof _default_13>;
|
|
1611
1645
|
|
|
1612
|
-
export declare const
|
|
1646
|
+
export declare const CeCodeInput: default_2.ComponentType<typeof _default_22>;
|
|
1647
|
+
|
|
1648
|
+
export declare const CeCol: default_2.ComponentType<typeof _default_23>;
|
|
1613
1649
|
|
|
1614
|
-
export declare const CeCollapse: default_2.ComponentType<typeof
|
|
1650
|
+
export declare const CeCollapse: default_2.ComponentType<typeof _default_47>;
|
|
1615
1651
|
|
|
1616
|
-
export declare const CeContainer: default_2.ComponentType<typeof
|
|
1652
|
+
export declare const CeContainer: default_2.ComponentType<typeof _default_25>;
|
|
1617
1653
|
|
|
1618
|
-
export declare const CeContentDivider: default_2.ComponentType<typeof
|
|
1654
|
+
export declare const CeContentDivider: default_2.ComponentType<typeof _default_43>;
|
|
1619
1655
|
|
|
1620
1656
|
export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
|
|
1621
1657
|
|
|
@@ -1629,23 +1665,23 @@ export declare const CeDropdown: default_2.ComponentType<typeof _default_15>;
|
|
|
1629
1665
|
|
|
1630
1666
|
export declare const CeFileUpload: default_2.ComponentType<typeof _default_16>;
|
|
1631
1667
|
|
|
1632
|
-
export declare const CeFilterGroup: default_2.ComponentType<typeof
|
|
1668
|
+
export declare const CeFilterGroup: default_2.ComponentType<typeof _default_33>;
|
|
1633
1669
|
|
|
1634
|
-
export declare const CeFooter: default_2.ComponentType<typeof
|
|
1670
|
+
export declare const CeFooter: default_2.ComponentType<typeof _default_44>;
|
|
1635
1671
|
|
|
1636
1672
|
export declare const CeInput: default_2.ComponentType<typeof _default_17>;
|
|
1637
1673
|
|
|
1638
1674
|
export declare const CeItemsPerPage: default_2.ComponentType<typeof _default_5>;
|
|
1639
1675
|
|
|
1640
|
-
export declare const CeLayout: default_2.ComponentType<typeof
|
|
1676
|
+
export declare const CeLayout: default_2.ComponentType<typeof _default_45>;
|
|
1641
1677
|
|
|
1642
|
-
export declare const CeLoading: default_2.ComponentType<typeof
|
|
1678
|
+
export declare const CeLoading: default_2.ComponentType<typeof _default_39>;
|
|
1643
1679
|
|
|
1644
|
-
export declare const CeMenuHeader: default_2.ComponentType<typeof
|
|
1680
|
+
export declare const CeMenuHeader: default_2.ComponentType<typeof _default_27>;
|
|
1645
1681
|
|
|
1646
|
-
export declare const CeMenuSidebar: default_2.ComponentType<typeof
|
|
1682
|
+
export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_28>;
|
|
1647
1683
|
|
|
1648
|
-
export declare const CeModal: default_2.ComponentType<typeof
|
|
1684
|
+
export declare const CeModal: default_2.ComponentType<typeof _default_37>;
|
|
1649
1685
|
|
|
1650
1686
|
export declare const CePagination: default_2.ComponentType<typeof _default_2>;
|
|
1651
1687
|
|
|
@@ -1655,9 +1691,9 @@ export declare const CeProgressSteps: default_2.ComponentType<typeof _default_4>
|
|
|
1655
1691
|
|
|
1656
1692
|
export declare const CeRadioGroup: default_2.ComponentType<typeof _default_18>;
|
|
1657
1693
|
|
|
1658
|
-
export declare const CeRow: default_2.ComponentType<typeof
|
|
1694
|
+
export declare const CeRow: default_2.ComponentType<typeof _default_24>;
|
|
1659
1695
|
|
|
1660
|
-
export declare const CeSectionFooter: default_2.ComponentType<typeof
|
|
1696
|
+
export declare const CeSectionFooter: default_2.ComponentType<typeof _default_46>;
|
|
1661
1697
|
|
|
1662
1698
|
export declare const CeSelect: default_2.ComponentType<typeof _default_19>;
|
|
1663
1699
|
|
|
@@ -1692,19 +1728,19 @@ declare interface CeSelectFieldProps {
|
|
|
1692
1728
|
|
|
1693
1729
|
export declare const CeSlider: default_2.ComponentType<typeof _default_20>;
|
|
1694
1730
|
|
|
1695
|
-
export declare const CeSvgIcon: default_2.ComponentType<typeof
|
|
1731
|
+
export declare const CeSvgIcon: default_2.ComponentType<typeof _default_26>;
|
|
1696
1732
|
|
|
1697
|
-
export declare const CeTab: default_2.ComponentType<typeof
|
|
1733
|
+
export declare const CeTab: default_2.ComponentType<typeof _default_30>;
|
|
1698
1734
|
|
|
1699
|
-
export declare const CeTabItem: default_2.ComponentType<typeof
|
|
1735
|
+
export declare const CeTabItem: default_2.ComponentType<typeof _default_31>;
|
|
1700
1736
|
|
|
1701
1737
|
export declare const CeTextarea: default_2.ComponentType<typeof _default_6>;
|
|
1702
1738
|
|
|
1703
|
-
export declare const CeToast: default_2.ComponentType<typeof
|
|
1739
|
+
export declare const CeToast: default_2.ComponentType<typeof _default_35>;
|
|
1704
1740
|
|
|
1705
1741
|
export declare const CeToggle: default_2.ComponentType<typeof _default_21>;
|
|
1706
1742
|
|
|
1707
|
-
export declare const CeTooltip: default_2.ComponentType<typeof
|
|
1743
|
+
export declare const CeTooltip: default_2.ComponentType<typeof _default_38>;
|
|
1708
1744
|
|
|
1709
1745
|
declare interface Coluna {
|
|
1710
1746
|
text: string;
|
|
@@ -1870,24 +1906,174 @@ disabled: boolean;
|
|
|
1870
1906
|
contoured: boolean;
|
|
1871
1907
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1872
1908
|
|
|
1873
|
-
declare const _default_22:
|
|
1909
|
+
declare const _default_22: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1910
|
+
"update:modelValue": (value: string) => any;
|
|
1911
|
+
}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{
|
|
1912
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
1913
|
+
}>, {
|
|
1914
|
+
invalid: boolean;
|
|
1915
|
+
disabled: boolean;
|
|
1916
|
+
reserveSpaceFeedback: boolean;
|
|
1917
|
+
length: number;
|
|
1918
|
+
type: "letter-numeric" | "number" | "password";
|
|
1919
|
+
placeholder: string[];
|
|
1920
|
+
shouldAutoFocus: boolean;
|
|
1921
|
+
centralized: boolean;
|
|
1922
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1923
|
+
otpRef: CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
1924
|
+
value: {
|
|
1925
|
+
type: PropType<string>;
|
|
1926
|
+
required: true;
|
|
1927
|
+
default: string;
|
|
1928
|
+
};
|
|
1929
|
+
placeholder: {
|
|
1930
|
+
type: PropType<string[]>;
|
|
1931
|
+
default: () => never[];
|
|
1932
|
+
};
|
|
1933
|
+
shouldAutoFocus: {
|
|
1934
|
+
type: PropType<boolean>;
|
|
1935
|
+
default: boolean;
|
|
1936
|
+
};
|
|
1937
|
+
numInputs: {
|
|
1938
|
+
type: PropType<number>;
|
|
1939
|
+
default: number;
|
|
1940
|
+
};
|
|
1941
|
+
separator: {
|
|
1942
|
+
type: PropType<string>;
|
|
1943
|
+
default: string;
|
|
1944
|
+
};
|
|
1945
|
+
inputClasses: {
|
|
1946
|
+
type: PropType<string | string[]>;
|
|
1947
|
+
default: string;
|
|
1948
|
+
};
|
|
1949
|
+
conditionalClass: {
|
|
1950
|
+
type: PropType<string[]>;
|
|
1951
|
+
default: () => never[];
|
|
1952
|
+
};
|
|
1953
|
+
inputType: {
|
|
1954
|
+
type: PropType<"number" | "password" | "tel" | "letter-numeric">;
|
|
1955
|
+
};
|
|
1956
|
+
inputmode: {
|
|
1957
|
+
type: PropType<"search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
1958
|
+
default: string;
|
|
1959
|
+
};
|
|
1960
|
+
isDisabled: {
|
|
1961
|
+
type: PropType<boolean>;
|
|
1962
|
+
default: boolean;
|
|
1963
|
+
};
|
|
1964
|
+
shouldFocusOrder: {
|
|
1965
|
+
type: PropType<boolean>;
|
|
1966
|
+
};
|
|
1967
|
+
}>> & Readonly<{
|
|
1968
|
+
"onOn-change"?: ((value: string) => any) | undefined;
|
|
1969
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
1970
|
+
"onOn-complete"?: ((value: string) => any) | undefined;
|
|
1971
|
+
}>, {
|
|
1972
|
+
clearInput: () => void;
|
|
1973
|
+
fillInput: (value: string) => void;
|
|
1974
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1975
|
+
"update:value": (value: string) => void;
|
|
1976
|
+
"on-change": (value: string) => void;
|
|
1977
|
+
"on-complete": (value: string) => void;
|
|
1978
|
+
}, PublicProps, {
|
|
1979
|
+
inputmode: "tel" | "none" | "text" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
1980
|
+
value: string;
|
|
1981
|
+
separator: string;
|
|
1982
|
+
inputClasses: string | string[];
|
|
1983
|
+
conditionalClass: string[];
|
|
1984
|
+
shouldAutoFocus: boolean;
|
|
1985
|
+
placeholder: string[];
|
|
1986
|
+
isDisabled: boolean;
|
|
1987
|
+
numInputs: number;
|
|
1988
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
1989
|
+
P: {};
|
|
1990
|
+
B: {};
|
|
1991
|
+
D: {};
|
|
1992
|
+
C: {};
|
|
1993
|
+
M: {};
|
|
1994
|
+
Defaults: {};
|
|
1995
|
+
}, Readonly<ExtractPropTypes< {
|
|
1996
|
+
value: {
|
|
1997
|
+
type: PropType<string>;
|
|
1998
|
+
required: true;
|
|
1999
|
+
default: string;
|
|
2000
|
+
};
|
|
2001
|
+
placeholder: {
|
|
2002
|
+
type: PropType<string[]>;
|
|
2003
|
+
default: () => never[];
|
|
2004
|
+
};
|
|
2005
|
+
shouldAutoFocus: {
|
|
2006
|
+
type: PropType<boolean>;
|
|
2007
|
+
default: boolean;
|
|
2008
|
+
};
|
|
2009
|
+
numInputs: {
|
|
2010
|
+
type: PropType<number>;
|
|
2011
|
+
default: number;
|
|
2012
|
+
};
|
|
2013
|
+
separator: {
|
|
2014
|
+
type: PropType<string>;
|
|
2015
|
+
default: string;
|
|
2016
|
+
};
|
|
2017
|
+
inputClasses: {
|
|
2018
|
+
type: PropType<string | string[]>;
|
|
2019
|
+
default: string;
|
|
2020
|
+
};
|
|
2021
|
+
conditionalClass: {
|
|
2022
|
+
type: PropType<string[]>;
|
|
2023
|
+
default: () => never[];
|
|
2024
|
+
};
|
|
2025
|
+
inputType: {
|
|
2026
|
+
type: PropType<"number" | "password" | "tel" | "letter-numeric">;
|
|
2027
|
+
};
|
|
2028
|
+
inputmode: {
|
|
2029
|
+
type: PropType<"search" | "text" | "email" | "tel" | "url" | "none" | "numeric" | "decimal">;
|
|
2030
|
+
default: string;
|
|
2031
|
+
};
|
|
2032
|
+
isDisabled: {
|
|
2033
|
+
type: PropType<boolean>;
|
|
2034
|
+
default: boolean;
|
|
2035
|
+
};
|
|
2036
|
+
shouldFocusOrder: {
|
|
2037
|
+
type: PropType<boolean>;
|
|
2038
|
+
};
|
|
2039
|
+
}>> & Readonly<{
|
|
2040
|
+
"onOn-change"?: ((value: string) => any) | undefined;
|
|
2041
|
+
"onUpdate:value"?: ((value: string) => any) | undefined;
|
|
2042
|
+
"onOn-complete"?: ((value: string) => any) | undefined;
|
|
2043
|
+
}>, {
|
|
2044
|
+
clearInput: () => void;
|
|
2045
|
+
fillInput: (value: string) => void;
|
|
2046
|
+
}, {}, {}, {}, {
|
|
2047
|
+
inputmode: "tel" | "none" | "text" | "url" | "email" | "numeric" | "decimal" | "search";
|
|
2048
|
+
value: string;
|
|
2049
|
+
separator: string;
|
|
2050
|
+
inputClasses: string | string[];
|
|
2051
|
+
conditionalClass: string[];
|
|
2052
|
+
shouldAutoFocus: boolean;
|
|
2053
|
+
placeholder: string[];
|
|
2054
|
+
isDisabled: boolean;
|
|
2055
|
+
numInputs: number;
|
|
2056
|
+
}>;
|
|
2057
|
+
}, HTMLDivElement>;
|
|
2058
|
+
|
|
2059
|
+
declare const _default_23: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1874
2060
|
|
|
1875
|
-
declare const
|
|
2061
|
+
declare const _default_24: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1876
2062
|
|
|
1877
|
-
declare const
|
|
2063
|
+
declare const _default_25: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1878
2064
|
|
|
1879
|
-
declare const
|
|
2065
|
+
declare const _default_26: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{}>, {
|
|
1880
2066
|
fill: string;
|
|
1881
2067
|
color: string;
|
|
1882
2068
|
size: number | string;
|
|
1883
2069
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1884
2070
|
|
|
1885
|
-
declare const
|
|
2071
|
+
declare const _default_27: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1886
2072
|
|
|
1887
|
-
declare const
|
|
2073
|
+
declare const _default_28: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1888
2074
|
redirect: (item: SubMenu | ItensMenu_2) => any;
|
|
1889
2075
|
toggleMenu: (clicado: boolean) => any;
|
|
1890
|
-
}, string, PublicProps, Readonly<
|
|
2076
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
1891
2077
|
onRedirect?: (item: SubMenu | ItensMenu_2) => any;
|
|
1892
2078
|
onToggleMenu?: (clicado: boolean) => any;
|
|
1893
2079
|
}>, {
|
|
@@ -1898,21 +2084,21 @@ isSearch: boolean;
|
|
|
1898
2084
|
isOpen: boolean;
|
|
1899
2085
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1900
2086
|
|
|
1901
|
-
declare const
|
|
1902
|
-
|
|
1903
|
-
declare const _default_29: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
2087
|
+
declare const _default_29: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, __VLS_TemplateResult_13["slots"]>;
|
|
1904
2088
|
|
|
1905
2089
|
declare const _default_3: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1906
2090
|
|
|
1907
|
-
declare const _default_30:
|
|
2091
|
+
declare const _default_30: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1908
2092
|
|
|
1909
|
-
declare const _default_31:
|
|
2093
|
+
declare const _default_31: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1910
2094
|
|
|
1911
|
-
declare const _default_32:
|
|
2095
|
+
declare const _default_32: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1912
2096
|
|
|
1913
|
-
declare const _default_33:
|
|
2097
|
+
declare const _default_33: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1914
2098
|
|
|
1915
|
-
declare const _default_34:
|
|
2099
|
+
declare const _default_34: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
2100
|
+
|
|
2101
|
+
declare const _default_35: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1916
2102
|
sendData: (data: IData_2<unknown>) => any;
|
|
1917
2103
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1918
2104
|
onSendData?: (data: IData_2<unknown>) => any;
|
|
@@ -1924,42 +2110,42 @@ showActionButton: boolean;
|
|
|
1924
2110
|
textButton: string;
|
|
1925
2111
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
1926
2112
|
|
|
1927
|
-
declare const
|
|
2113
|
+
declare const _default_36: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1928
2114
|
|
|
1929
|
-
declare const
|
|
2115
|
+
declare const _default_37: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1930
2116
|
|
|
1931
|
-
declare const
|
|
2117
|
+
declare const _default_38: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1932
2118
|
|
|
1933
|
-
declare const
|
|
2119
|
+
declare const _default_39: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
1934
2120
|
type: "spinner" | "semi-circle" | "dots";
|
|
1935
2121
|
background: "smoky" | "transparent";
|
|
1936
2122
|
showLoading: boolean;
|
|
1937
2123
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1938
2124
|
|
|
1939
|
-
declare const _default_39: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1940
|
-
|
|
1941
2125
|
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1942
2126
|
|
|
1943
|
-
declare const _default_40:
|
|
2127
|
+
declare const _default_40: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
2128
|
+
|
|
2129
|
+
declare const _default_41: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1944
2130
|
|
|
1945
|
-
declare const
|
|
2131
|
+
declare const _default_42: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1946
2132
|
|
|
1947
|
-
declare const
|
|
2133
|
+
declare const _default_43: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1948
2134
|
|
|
1949
|
-
declare const
|
|
2135
|
+
declare const _default_44: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1950
2136
|
redirect: (valor?: string) => any;
|
|
1951
|
-
}, string, PublicProps, Readonly<
|
|
2137
|
+
}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{
|
|
1952
2138
|
onRedirect?: (valor?: string) => any;
|
|
1953
2139
|
}>, {
|
|
1954
2140
|
background: "white" | "green";
|
|
1955
2141
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1956
2142
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1957
2143
|
|
|
1958
|
-
declare const
|
|
2144
|
+
declare const _default_45: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
1959
2145
|
|
|
1960
|
-
declare const
|
|
2146
|
+
declare const _default_46: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1961
2147
|
|
|
1962
|
-
declare const
|
|
2148
|
+
declare const _default_47: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1963
2149
|
|
|
1964
2150
|
declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1965
2151
|
"update:modelValue": (value: number) => any;
|
|
@@ -2272,6 +2458,7 @@ declare module 'vue' {
|
|
|
2272
2458
|
'ce-button-wrapper': typeof ButtonWrapperComponent;
|
|
2273
2459
|
'ce-button-pagination': typeof ButtonPaginationComponent;
|
|
2274
2460
|
'ce-textarea': typeof TextareaComponent;
|
|
2461
|
+
'ce-code-input': typeof CodeInputComponent;
|
|
2275
2462
|
}
|
|
2276
2463
|
}
|
|
2277
2464
|
|