@comercti/vue-components-hmg 0.43.7 → 0.43.9
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 +9 -9
- package/comerc-style-guide.es.js +1284 -1208
- package/comerc-style-guide.umd.js +9 -9
- package/index.d.ts +128 -82
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -108,7 +108,18 @@ inactivate: boolean;
|
|
|
108
108
|
|
|
109
109
|
declare const __VLS_component_16: DefineComponent<__VLS_Props_19, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_19> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
110
110
|
|
|
111
|
-
declare const __VLS_component_17: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}
|
|
111
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_20, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
112
|
+
select: (value: string) => any;
|
|
113
|
+
}, string, PublicProps, Readonly<__VLS_Props_20> & Readonly<{
|
|
114
|
+
onSelect?: (value: string) => any;
|
|
115
|
+
}>, {
|
|
116
|
+
position: "bottom-end" | "bottom-start" | "top-end" | "top-start" | "left" | "right";
|
|
117
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
118
|
+
triggerRef: HTMLDivElement;
|
|
119
|
+
dropdownRef: HTMLDivElement;
|
|
120
|
+
}, any>;
|
|
121
|
+
|
|
122
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
|
|
112
123
|
color: number;
|
|
113
124
|
rounded: boolean;
|
|
114
125
|
tag: string;
|
|
@@ -120,10 +131,6 @@ responsive: boolean;
|
|
|
120
131
|
rootRef: unknown;
|
|
121
132
|
}, any>;
|
|
122
133
|
|
|
123
|
-
declare const __VLS_component_18: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{}>, {
|
|
124
|
-
tag: string;
|
|
125
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
126
|
-
|
|
127
134
|
declare const __VLS_component_19: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{}>, {
|
|
128
135
|
tag: string;
|
|
129
136
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
@@ -147,17 +154,21 @@ buttonRef: unknown;
|
|
|
147
154
|
}, any>;
|
|
148
155
|
|
|
149
156
|
declare const __VLS_component_20: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
157
|
+
tag: string;
|
|
158
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
159
|
+
|
|
160
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{}>, {
|
|
150
161
|
type: "inline" | "centralized" | "highlighted";
|
|
151
162
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
152
163
|
|
|
153
|
-
declare const
|
|
164
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
154
165
|
openMenu: boolean;
|
|
155
166
|
layout: "default" | "base" | "minimal";
|
|
156
167
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
157
168
|
|
|
158
|
-
declare const
|
|
169
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
159
170
|
"toggle-collapse": (value: ICollapse | ICollapse[]) => any;
|
|
160
|
-
}, string, PublicProps, Readonly<
|
|
171
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
161
172
|
"onToggle-collapse"?: (value: ICollapse | ICollapse[]) => any;
|
|
162
173
|
}>, {
|
|
163
174
|
invalid: number[];
|
|
@@ -172,9 +183,9 @@ openCollapse: number[] | null;
|
|
|
172
183
|
onlyOneOpen: boolean;
|
|
173
184
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
174
185
|
|
|
175
|
-
declare const
|
|
186
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
176
187
|
close: (value: boolean) => any;
|
|
177
|
-
}, string, PublicProps, Readonly<
|
|
188
|
+
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
178
189
|
onClose?: (value: boolean) => any;
|
|
179
190
|
}>, {
|
|
180
191
|
background: "white" | "green";
|
|
@@ -184,9 +195,9 @@ isOpen: boolean;
|
|
|
184
195
|
showIcon: boolean;
|
|
185
196
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
186
197
|
|
|
187
|
-
declare const
|
|
198
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
188
199
|
close: (value: boolean) => any;
|
|
189
|
-
}, string, PublicProps, Readonly<
|
|
200
|
+
}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{
|
|
190
201
|
onClose?: (value: boolean) => any;
|
|
191
202
|
}>, {
|
|
192
203
|
class: string;
|
|
@@ -197,7 +208,7 @@ closeOutside: boolean;
|
|
|
197
208
|
showCloseButton: boolean;
|
|
198
209
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
199
210
|
|
|
200
|
-
declare const
|
|
211
|
+
declare const __VLS_component_26: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
201
212
|
focus: boolean;
|
|
202
213
|
location: "top" | "bottom" | "left" | "right";
|
|
203
214
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -205,11 +216,11 @@ activatorRef: HTMLDivElement;
|
|
|
205
216
|
tooltipRef: HTMLDivElement;
|
|
206
217
|
}, any>;
|
|
207
218
|
|
|
208
|
-
declare const
|
|
219
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_34, {
|
|
209
220
|
rootRef: Ref<HTMLElement, HTMLElement>;
|
|
210
221
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
211
222
|
click: (event: MouseEvent) => any;
|
|
212
|
-
}, string, PublicProps, Readonly<
|
|
223
|
+
}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{
|
|
213
224
|
onClick?: (event: MouseEvent) => any;
|
|
214
225
|
}>, {
|
|
215
226
|
size: "small" | "medium" | "large" | number;
|
|
@@ -222,10 +233,10 @@ badgeOffsetBottom: number;
|
|
|
222
233
|
rootRef: HTMLDivElement;
|
|
223
234
|
}, any>;
|
|
224
235
|
|
|
225
|
-
declare const
|
|
236
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_35, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
226
237
|
submit: () => any;
|
|
227
238
|
clear: () => any;
|
|
228
|
-
}, string, PublicProps, Readonly<
|
|
239
|
+
}, string, PublicProps, Readonly<__VLS_Props_35> & Readonly<{
|
|
229
240
|
onSubmit?: () => any;
|
|
230
241
|
onClear?: () => any;
|
|
231
242
|
}>, {
|
|
@@ -238,7 +249,7 @@ showClearButton: boolean;
|
|
|
238
249
|
menuRef: HTMLDivElement;
|
|
239
250
|
}, HTMLDivElement>;
|
|
240
251
|
|
|
241
|
-
declare const
|
|
252
|
+
declare const __VLS_component_29: DefineComponent<__VLS_Props_36, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_36> & Readonly<{}>, {
|
|
242
253
|
size: "sm" | "md" | "lg";
|
|
243
254
|
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
244
255
|
variant: "solid" | "outline" | "ghost";
|
|
@@ -585,6 +596,12 @@ declare type __VLS_Props_2 = {
|
|
|
585
596
|
};
|
|
586
597
|
|
|
587
598
|
declare type __VLS_Props_20 = {
|
|
599
|
+
items: MenuItem[];
|
|
600
|
+
position?: 'bottom-end' | 'bottom-start' | 'top-end' | 'top-start' | 'left' | 'right';
|
|
601
|
+
callbacks: Record<string, () => void>;
|
|
602
|
+
};
|
|
603
|
+
|
|
604
|
+
declare type __VLS_Props_21 = {
|
|
588
605
|
/** Elemento raiz do card */
|
|
589
606
|
tag?: string;
|
|
590
607
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -609,22 +626,22 @@ declare type __VLS_Props_20 = {
|
|
|
609
626
|
responsive?: boolean;
|
|
610
627
|
};
|
|
611
628
|
|
|
612
|
-
declare type
|
|
629
|
+
declare type __VLS_Props_22 = {
|
|
613
630
|
/** Define root element */
|
|
614
631
|
tag?: string;
|
|
615
632
|
};
|
|
616
633
|
|
|
617
|
-
declare type
|
|
634
|
+
declare type __VLS_Props_23 = {
|
|
618
635
|
/** Define root element */
|
|
619
636
|
tag?: string;
|
|
620
637
|
};
|
|
621
638
|
|
|
622
|
-
declare type
|
|
639
|
+
declare type __VLS_Props_24 = {
|
|
623
640
|
/** Define o tipo do Content divider */
|
|
624
641
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
625
642
|
};
|
|
626
643
|
|
|
627
|
-
declare type
|
|
644
|
+
declare type __VLS_Props_25 = {
|
|
628
645
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
629
646
|
background: 'white' | 'green' | 'black';
|
|
630
647
|
items?: ItensMenu[];
|
|
@@ -632,14 +649,14 @@ declare type __VLS_Props_24 = {
|
|
|
632
649
|
hideLogo?: boolean;
|
|
633
650
|
};
|
|
634
651
|
|
|
635
|
-
declare type
|
|
652
|
+
declare type __VLS_Props_26 = {
|
|
636
653
|
/** Indica se o menu abriu */
|
|
637
654
|
openMenu?: boolean;
|
|
638
655
|
/** Defini o tipo de layout a ser usado */
|
|
639
656
|
layout: 'default' | 'base' | 'minimal';
|
|
640
657
|
};
|
|
641
658
|
|
|
642
|
-
declare type
|
|
659
|
+
declare type __VLS_Props_27 = {
|
|
643
660
|
/** Array de mídia social contendo ícone e link */
|
|
644
661
|
socialMedia: {
|
|
645
662
|
icon: string;
|
|
@@ -647,7 +664,7 @@ declare type __VLS_Props_26 = {
|
|
|
647
664
|
}[];
|
|
648
665
|
};
|
|
649
666
|
|
|
650
|
-
declare type
|
|
667
|
+
declare type __VLS_Props_28 = {
|
|
651
668
|
items: Array<unknown>;
|
|
652
669
|
openTheFirst?: boolean;
|
|
653
670
|
allOpen?: boolean;
|
|
@@ -660,7 +677,7 @@ declare type __VLS_Props_27 = {
|
|
|
660
677
|
onlyOneOpen?: boolean;
|
|
661
678
|
};
|
|
662
679
|
|
|
663
|
-
declare type
|
|
680
|
+
declare type __VLS_Props_29 = {
|
|
664
681
|
/** Define a posição em que o banner aparece */
|
|
665
682
|
position?: 'top' | 'bottom';
|
|
666
683
|
/** Define se o banner abre ou fecha */
|
|
@@ -673,7 +690,18 @@ declare type __VLS_Props_28 = {
|
|
|
673
690
|
showIcon?: boolean;
|
|
674
691
|
};
|
|
675
692
|
|
|
676
|
-
declare type
|
|
693
|
+
declare type __VLS_Props_3 = {
|
|
694
|
+
/** Array de string com as opções do menu */
|
|
695
|
+
items: string[];
|
|
696
|
+
/** texto para o placeholder */
|
|
697
|
+
placeholder: string;
|
|
698
|
+
/** Valor para two-way binding (v-model) */
|
|
699
|
+
modelValue?: string;
|
|
700
|
+
/** Define a cor de fundo */
|
|
701
|
+
background?: 'white' | 'black';
|
|
702
|
+
};
|
|
703
|
+
|
|
704
|
+
declare type __VLS_Props_30 = {
|
|
677
705
|
/** Define se o modal abre ou fecha */
|
|
678
706
|
isOpen: boolean;
|
|
679
707
|
/** Define a cor do background */
|
|
@@ -688,24 +716,13 @@ declare type __VLS_Props_29 = {
|
|
|
688
716
|
variant?: 'primary' | 'secondary';
|
|
689
717
|
};
|
|
690
718
|
|
|
691
|
-
declare type
|
|
692
|
-
/** Array de string com as opções do menu */
|
|
693
|
-
items: string[];
|
|
694
|
-
/** texto para o placeholder */
|
|
695
|
-
placeholder: string;
|
|
696
|
-
/** Valor para two-way binding (v-model) */
|
|
697
|
-
modelValue?: string;
|
|
698
|
-
/** Define a cor de fundo */
|
|
699
|
-
background?: 'white' | 'black';
|
|
700
|
-
};
|
|
701
|
-
|
|
702
|
-
declare type __VLS_Props_30 = {
|
|
719
|
+
declare type __VLS_Props_31 = {
|
|
703
720
|
text: string;
|
|
704
721
|
location?: 'top' | 'bottom' | 'left' | 'right';
|
|
705
722
|
focus?: boolean;
|
|
706
723
|
};
|
|
707
724
|
|
|
708
|
-
declare type
|
|
725
|
+
declare type __VLS_Props_32 = {
|
|
709
726
|
/** Define o tipo de spinner */
|
|
710
727
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
711
728
|
/** Define se o loading deve ser exibido ou não */
|
|
@@ -716,7 +733,7 @@ declare type __VLS_Props_31 = {
|
|
|
716
733
|
blur?: boolean;
|
|
717
734
|
};
|
|
718
735
|
|
|
719
|
-
declare type
|
|
736
|
+
declare type __VLS_Props_33 = {
|
|
720
737
|
/** SVG bruto (como string) */
|
|
721
738
|
name: string;
|
|
722
739
|
/** Tamanho do ícone */
|
|
@@ -727,7 +744,7 @@ declare type __VLS_Props_32 = {
|
|
|
727
744
|
fill?: string;
|
|
728
745
|
};
|
|
729
746
|
|
|
730
|
-
declare type
|
|
747
|
+
declare type __VLS_Props_34 = {
|
|
731
748
|
/** Especifica o caminho para a imagem */
|
|
732
749
|
src?: string;
|
|
733
750
|
/** Especifica um texto alternativo para a imagem, se por algum motivo ela não puder ser exibida */
|
|
@@ -746,7 +763,7 @@ declare type __VLS_Props_33 = {
|
|
|
746
763
|
disabled?: boolean;
|
|
747
764
|
};
|
|
748
765
|
|
|
749
|
-
declare type
|
|
766
|
+
declare type __VLS_Props_35 = {
|
|
750
767
|
/** Define o tipo do filtro */
|
|
751
768
|
variant?: 'dropdown' | 'collapse';
|
|
752
769
|
/** Define o título do filtro */
|
|
@@ -761,7 +778,7 @@ declare type __VLS_Props_34 = {
|
|
|
761
778
|
showClearButton?: boolean;
|
|
762
779
|
};
|
|
763
780
|
|
|
764
|
-
declare type
|
|
781
|
+
declare type __VLS_Props_36 = {
|
|
765
782
|
/** Variante de estilo do badge */
|
|
766
783
|
variant?: 'solid' | 'outline' | 'ghost';
|
|
767
784
|
/** Cor do badge */
|
|
@@ -1082,6 +1099,18 @@ declare function __VLS_template_16(): {
|
|
|
1082
1099
|
};
|
|
1083
1100
|
|
|
1084
1101
|
declare function __VLS_template_17(): {
|
|
1102
|
+
attrs: Partial<{}>;
|
|
1103
|
+
slots: {
|
|
1104
|
+
default?(_: {}): any;
|
|
1105
|
+
};
|
|
1106
|
+
refs: {
|
|
1107
|
+
triggerRef: HTMLDivElement;
|
|
1108
|
+
dropdownRef: HTMLDivElement;
|
|
1109
|
+
};
|
|
1110
|
+
rootEl: any;
|
|
1111
|
+
};
|
|
1112
|
+
|
|
1113
|
+
declare function __VLS_template_18(): {
|
|
1085
1114
|
attrs: Partial<{}>;
|
|
1086
1115
|
slots: Readonly<{
|
|
1087
1116
|
/** Conteúdo principal do card */
|
|
@@ -1124,19 +1153,6 @@ declare function __VLS_template_17(): {
|
|
|
1124
1153
|
rootEl: any;
|
|
1125
1154
|
};
|
|
1126
1155
|
|
|
1127
|
-
declare function __VLS_template_18(): {
|
|
1128
|
-
attrs: Partial<{}>;
|
|
1129
|
-
slots: Readonly<{
|
|
1130
|
-
/** Adicione conteúdo dentro do root element */
|
|
1131
|
-
default: () => VNode[];
|
|
1132
|
-
}> & {
|
|
1133
|
-
/** Adicione conteúdo dentro do root element */
|
|
1134
|
-
default: () => VNode[];
|
|
1135
|
-
};
|
|
1136
|
-
refs: {};
|
|
1137
|
-
rootEl: any;
|
|
1138
|
-
};
|
|
1139
|
-
|
|
1140
1156
|
declare function __VLS_template_19(): {
|
|
1141
1157
|
attrs: Partial<{}>;
|
|
1142
1158
|
slots: Readonly<{
|
|
@@ -1166,6 +1182,19 @@ declare function __VLS_template_2(): {
|
|
|
1166
1182
|
};
|
|
1167
1183
|
|
|
1168
1184
|
declare function __VLS_template_20(): {
|
|
1185
|
+
attrs: Partial<{}>;
|
|
1186
|
+
slots: Readonly<{
|
|
1187
|
+
/** Adicione conteúdo dentro do root element */
|
|
1188
|
+
default: () => VNode[];
|
|
1189
|
+
}> & {
|
|
1190
|
+
/** Adicione conteúdo dentro do root element */
|
|
1191
|
+
default: () => VNode[];
|
|
1192
|
+
};
|
|
1193
|
+
refs: {};
|
|
1194
|
+
rootEl: any;
|
|
1195
|
+
};
|
|
1196
|
+
|
|
1197
|
+
declare function __VLS_template_21(): {
|
|
1169
1198
|
attrs: Partial<{}>;
|
|
1170
1199
|
slots: {
|
|
1171
1200
|
default?(_: {}): any;
|
|
@@ -1174,7 +1203,7 @@ declare function __VLS_template_20(): {
|
|
|
1174
1203
|
rootEl: HTMLDivElement;
|
|
1175
1204
|
};
|
|
1176
1205
|
|
|
1177
|
-
declare function
|
|
1206
|
+
declare function __VLS_template_22(): {
|
|
1178
1207
|
attrs: Partial<{}>;
|
|
1179
1208
|
slots: Readonly<{
|
|
1180
1209
|
/** Adicione conteúdo no header */
|
|
@@ -1215,7 +1244,7 @@ declare function __VLS_template_21(): {
|
|
|
1215
1244
|
rootEl: any;
|
|
1216
1245
|
};
|
|
1217
1246
|
|
|
1218
|
-
declare function
|
|
1247
|
+
declare function __VLS_template_23(): {
|
|
1219
1248
|
attrs: Partial<{}>;
|
|
1220
1249
|
slots: Readonly<{
|
|
1221
1250
|
[key: string]: (props: {
|
|
@@ -1246,7 +1275,7 @@ declare function __VLS_template_22(): {
|
|
|
1246
1275
|
rootEl: HTMLDivElement;
|
|
1247
1276
|
};
|
|
1248
1277
|
|
|
1249
|
-
declare function
|
|
1278
|
+
declare function __VLS_template_24(): {
|
|
1250
1279
|
attrs: Partial<{}>;
|
|
1251
1280
|
slots: Readonly<{
|
|
1252
1281
|
/** Slot para o icone do banner */
|
|
@@ -1263,7 +1292,7 @@ declare function __VLS_template_23(): {
|
|
|
1263
1292
|
rootEl: any;
|
|
1264
1293
|
};
|
|
1265
1294
|
|
|
1266
|
-
declare function
|
|
1295
|
+
declare function __VLS_template_25(): {
|
|
1267
1296
|
attrs: Partial<{}>;
|
|
1268
1297
|
slots: {
|
|
1269
1298
|
default?(_: {}): any;
|
|
@@ -1273,7 +1302,7 @@ declare function __VLS_template_24(): {
|
|
|
1273
1302
|
rootEl: any;
|
|
1274
1303
|
};
|
|
1275
1304
|
|
|
1276
|
-
declare function
|
|
1305
|
+
declare function __VLS_template_26(): {
|
|
1277
1306
|
attrs: Partial<{}>;
|
|
1278
1307
|
slots: {
|
|
1279
1308
|
activator?(_: {}): any;
|
|
@@ -1285,7 +1314,7 @@ declare function __VLS_template_25(): {
|
|
|
1285
1314
|
rootEl: any;
|
|
1286
1315
|
};
|
|
1287
1316
|
|
|
1288
|
-
declare function
|
|
1317
|
+
declare function __VLS_template_27(): {
|
|
1289
1318
|
attrs: Partial<{}>;
|
|
1290
1319
|
slots: Readonly<{
|
|
1291
1320
|
/** Adicione conteúdo no slot do Avatar */
|
|
@@ -1304,7 +1333,7 @@ declare function __VLS_template_26(): {
|
|
|
1304
1333
|
rootEl: any;
|
|
1305
1334
|
};
|
|
1306
1335
|
|
|
1307
|
-
declare function
|
|
1336
|
+
declare function __VLS_template_28(): {
|
|
1308
1337
|
attrs: Partial<{}>;
|
|
1309
1338
|
slots: Readonly<{
|
|
1310
1339
|
/** Slot para o conteúdo do filtro */
|
|
@@ -1319,7 +1348,7 @@ declare function __VLS_template_27(): {
|
|
|
1319
1348
|
rootEl: HTMLDivElement;
|
|
1320
1349
|
};
|
|
1321
1350
|
|
|
1322
|
-
declare function
|
|
1351
|
+
declare function __VLS_template_29(): {
|
|
1323
1352
|
attrs: Partial<{}>;
|
|
1324
1353
|
slots: Readonly<{
|
|
1325
1354
|
/** Adicione conteúdo dentro do badge */
|
|
@@ -1528,6 +1557,8 @@ declare type __VLS_TemplateResult_27 = ReturnType<typeof __VLS_template_27>;
|
|
|
1528
1557
|
|
|
1529
1558
|
declare type __VLS_TemplateResult_28 = ReturnType<typeof __VLS_template_28>;
|
|
1530
1559
|
|
|
1560
|
+
declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
|
|
1561
|
+
|
|
1531
1562
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1532
1563
|
|
|
1533
1564
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1668,6 +1699,12 @@ declare type __VLS_WithTemplateSlots_28<T, S> = T & {
|
|
|
1668
1699
|
};
|
|
1669
1700
|
};
|
|
1670
1701
|
|
|
1702
|
+
declare type __VLS_WithTemplateSlots_29<T, S> = T & {
|
|
1703
|
+
new (): {
|
|
1704
|
+
$slots: S;
|
|
1705
|
+
};
|
|
1706
|
+
};
|
|
1707
|
+
|
|
1671
1708
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1672
1709
|
new (): {
|
|
1673
1710
|
$slots: S;
|
|
@@ -1729,11 +1766,11 @@ background: "white" | "black";
|
|
|
1729
1766
|
items: string[];
|
|
1730
1767
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1731
1768
|
|
|
1732
|
-
export declare const CeAvatar:
|
|
1769
|
+
export declare const CeAvatar: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, __VLS_TemplateResult_27["slots"]>;
|
|
1733
1770
|
|
|
1734
|
-
export declare const CeBadge:
|
|
1771
|
+
export declare const CeBadge: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1735
1772
|
|
|
1736
|
-
export declare const CeBanners:
|
|
1773
|
+
export declare const CeBanners: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1737
1774
|
|
|
1738
1775
|
export declare const CeBreadcrumbs: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, __VLS_TemplateResult_14["slots"]>;
|
|
1739
1776
|
|
|
@@ -1760,11 +1797,11 @@ totalPage: number;
|
|
|
1760
1797
|
|
|
1761
1798
|
export declare const CeButtonWrapper: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1762
1799
|
|
|
1763
|
-
export declare const CeCard:
|
|
1800
|
+
export declare const CeCard: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1764
1801
|
|
|
1765
|
-
export declare const CeCardHeader:
|
|
1802
|
+
export declare const CeCardHeader: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1766
1803
|
|
|
1767
|
-
export declare const CeCardText:
|
|
1804
|
+
export declare const CeCardText: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1768
1805
|
|
|
1769
1806
|
export declare const CeCheckbox: DefineComponent<__VLS_Props_6, {
|
|
1770
1807
|
/** Focus checkbox input */
|
|
@@ -1812,11 +1849,13 @@ codeRef: HTMLDivElement;
|
|
|
1812
1849
|
|
|
1813
1850
|
export declare const CeCol: __VLS_WithTemplateSlots_10<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
1814
1851
|
|
|
1815
|
-
export declare const CeCollapse:
|
|
1852
|
+
export declare const CeCollapse: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1816
1853
|
|
|
1817
1854
|
export declare const CeContainer: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, __VLS_TemplateResult_12["slots"]>;
|
|
1818
1855
|
|
|
1819
|
-
export declare const CeContentDivider:
|
|
1856
|
+
export declare const CeContentDivider: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1857
|
+
|
|
1858
|
+
export declare const CeContextMenu: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1820
1859
|
|
|
1821
1860
|
export declare const CeDataTable: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1822
1861
|
|
|
@@ -1826,11 +1865,11 @@ export declare const CeDropdown: __VLS_WithTemplateSlots_6<typeof __VLS_componen
|
|
|
1826
1865
|
|
|
1827
1866
|
export declare const CeFileUpload: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
1828
1867
|
|
|
1829
|
-
export declare const CeFilterGroup:
|
|
1868
|
+
export declare const CeFilterGroup: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1830
1869
|
|
|
1831
|
-
export declare const CeFooter: DefineComponent<
|
|
1870
|
+
export declare const CeFooter: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1832
1871
|
redirect: (valor?: string) => any;
|
|
1833
|
-
}, string, PublicProps, Readonly<
|
|
1872
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
1834
1873
|
onRedirect?: (valor?: string) => any;
|
|
1835
1874
|
}>, {
|
|
1836
1875
|
background: "white" | "green" | "black";
|
|
@@ -1856,9 +1895,9 @@ referenceRef: HTMLButtonElement;
|
|
|
1856
1895
|
dropdownRef: HTMLUListElement;
|
|
1857
1896
|
}, any>;
|
|
1858
1897
|
|
|
1859
|
-
export declare const CeLayout:
|
|
1898
|
+
export declare const CeLayout: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
1860
1899
|
|
|
1861
|
-
export declare const CeLoading: DefineComponent<
|
|
1900
|
+
export declare const CeLoading: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{}>, {
|
|
1862
1901
|
type: "spinner" | "semi-circle" | "dots";
|
|
1863
1902
|
blur: boolean;
|
|
1864
1903
|
background: "smoky" | "transparent" | "black";
|
|
@@ -1882,7 +1921,7 @@ isOpen: boolean;
|
|
|
1882
1921
|
selectedOption: number;
|
|
1883
1922
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1884
1923
|
|
|
1885
|
-
export declare const CeModal:
|
|
1924
|
+
export declare const CeModal: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1886
1925
|
|
|
1887
1926
|
export declare const CePagination: DefineComponent<PaginationProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1888
1927
|
paginate: (value: number) => any;
|
|
@@ -1922,7 +1961,7 @@ row: boolean;
|
|
|
1922
1961
|
|
|
1923
1962
|
export declare const CeRow: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|
|
1924
1963
|
|
|
1925
|
-
export declare const CeSectionFooter: DefineComponent<
|
|
1964
|
+
export declare const CeSectionFooter: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1926
1965
|
|
|
1927
1966
|
export declare const CeSelect: __VLS_WithTemplateSlots_8<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
|
|
1928
1967
|
|
|
@@ -1972,7 +2011,7 @@ maxValue: number;
|
|
|
1972
2011
|
showValue: boolean;
|
|
1973
2012
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1974
2013
|
|
|
1975
|
-
export declare const CeSvgIcon: DefineComponent<
|
|
2014
|
+
export declare const CeSvgIcon: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
1976
2015
|
size: number | string;
|
|
1977
2016
|
color: string;
|
|
1978
2017
|
fill: string;
|
|
@@ -2020,7 +2059,7 @@ disabled: boolean;
|
|
|
2020
2059
|
contoured: boolean;
|
|
2021
2060
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
2022
2061
|
|
|
2023
|
-
export declare const CeTooltip:
|
|
2062
|
+
export declare const CeTooltip: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
2024
2063
|
|
|
2025
2064
|
export declare const CeTruncated: DefineComponent<Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_2> & Readonly<{}>, {
|
|
2026
2065
|
reserveSpaceFeedback: boolean;
|
|
@@ -2310,6 +2349,12 @@ declare interface IVariants {
|
|
|
2310
2349
|
soft: string;
|
|
2311
2350
|
}
|
|
2312
2351
|
|
|
2352
|
+
declare type MenuItem = {
|
|
2353
|
+
label: string;
|
|
2354
|
+
value: string;
|
|
2355
|
+
disabled: boolean;
|
|
2356
|
+
};
|
|
2357
|
+
|
|
2313
2358
|
declare type ModelValueType = string | number | boolean | (string | number | boolean)[];
|
|
2314
2359
|
|
|
2315
2360
|
declare type ModelValueType_2 = string | number | boolean;
|
|
@@ -2477,6 +2522,7 @@ declare module 'vue' {
|
|
|
2477
2522
|
'ce-breadcrumbs': typeof BreadcrumbsComponent;
|
|
2478
2523
|
'ce-tab': typeof TabComponent;
|
|
2479
2524
|
'ce-tab-item': typeof TabItemComponent;
|
|
2525
|
+
'ce-context-menu': typeof ContextMenuComponent;
|
|
2480
2526
|
}
|
|
2481
2527
|
}
|
|
2482
2528
|
|