@comercti/react-components-hmg 0.0.35 → 0.0.36
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 +1092 -1012
- package/comerc-style-guide.umd.js +5 -5
- package/favicon.svg +9 -0
- package/index.d.ts +113 -66
- package/package.json +1 -1
package/favicon.svg
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M27.7653 17.0821C27.6373 17.0821 27.5235 17.1573 27.4702 17.2728C26.7875 18.7123 25.3084 19.7128 23.5911 19.7128C23.2462 19.7128 22.9137 19.6866 22.5849 19.6201C21.0506 19.307 19.6569 18.1071 17.9946 14.5948C16.2542 10.9198 13.952 7 8.63821 7C4.54044 7 1.09866 9.82313 0.218666 13.596C0.0764443 14.2083 0 14.8449 0 15.4991C0 18.4185 1.52178 21.1436 3.99466 22.6986C4.16355 22.8053 4.3911 22.7389 4.46933 22.5569L5.95199 19.1041C6.00532 18.9799 5.9751 18.833 5.87021 18.7455C4.92088 17.9479 4.35555 16.762 4.35555 15.5009C4.35555 15.1371 4.40177 14.7855 4.49066 14.4479C4.9671 12.6323 6.64532 11.2872 8.63821 11.2872C10.6311 11.2872 11.9964 12.0795 14.0462 16.4069C15.4684 19.412 17.5591 22.7931 21.3902 23.7411C22.0675 23.909 22.8 24 23.5911 24C27.6622 24 31.0826 21.2136 31.9911 17.4792C32.0391 17.278 31.8879 17.0839 31.6782 17.0839H27.7653V17.0821Z" fill="url(#paint0_linear_12563_21373)"/>
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="paint0_linear_12563_21373" x1="4.87999" y1="12.3174" x2="21.7735" y2="22.4825" gradientUnits="userSpaceOnUse">
|
|
5
|
+
<stop offset="0.35" stop-color="#AECC56"/>
|
|
6
|
+
<stop offset="0.66" stop-color="#60AB56"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
</svg>
|
package/index.d.ts
CHANGED
|
@@ -99,9 +99,17 @@ disabledClear: boolean;
|
|
|
99
99
|
menuRef: HTMLDivElement;
|
|
100
100
|
}, HTMLDivElement>;
|
|
101
101
|
|
|
102
|
-
declare const __VLS_component_17: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
102
|
+
declare const __VLS_component_17: DefineComponent<__VLS_Props_23, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_23> & Readonly<{}>, {
|
|
103
|
+
color: "primary" | "secondary" | "success" | "danger" | "warning";
|
|
104
|
+
size: "sm" | "md" | "lg";
|
|
105
|
+
rounded: "sm" | "md" | "lg";
|
|
106
|
+
variant: "solid" | "outline" | "ghost";
|
|
107
|
+
status: boolean;
|
|
108
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
109
|
+
|
|
110
|
+
declare const __VLS_component_18: DefineComponent<__VLS_Props_24, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
103
111
|
close: (value: boolean) => any;
|
|
104
|
-
}, string, PublicProps, Readonly<
|
|
112
|
+
}, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
|
|
105
113
|
onClose?: ((value: boolean) => any) | undefined;
|
|
106
114
|
}>, {
|
|
107
115
|
rounded: boolean;
|
|
@@ -111,9 +119,9 @@ background: "1" | "2";
|
|
|
111
119
|
showIcon: boolean;
|
|
112
120
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
113
121
|
|
|
114
|
-
declare const
|
|
122
|
+
declare const __VLS_component_19: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
115
123
|
close: (value: boolean) => any;
|
|
116
|
-
}, string, PublicProps, Readonly<
|
|
124
|
+
}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{
|
|
117
125
|
onClose?: ((value: boolean) => any) | undefined;
|
|
118
126
|
}>, {
|
|
119
127
|
isOpen: boolean;
|
|
@@ -122,11 +130,6 @@ closeOutside: boolean;
|
|
|
122
130
|
showCloseButton: boolean;
|
|
123
131
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
124
132
|
|
|
125
|
-
declare const __VLS_component_19: DefineComponent<__VLS_Props_25, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_25> & Readonly<{}>, {
|
|
126
|
-
focus: boolean;
|
|
127
|
-
location: "left" | "top" | "right" | "bottom";
|
|
128
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
129
|
-
|
|
130
133
|
declare const __VLS_component_2: DefineComponent<__VLS_Props_3, {
|
|
131
134
|
/** Focus button */
|
|
132
135
|
focus: () => void;
|
|
@@ -145,7 +148,12 @@ variant: tipoVariante;
|
|
|
145
148
|
buttonRef: unknown;
|
|
146
149
|
}, any>;
|
|
147
150
|
|
|
148
|
-
declare const __VLS_component_20: DefineComponent<
|
|
151
|
+
declare const __VLS_component_20: DefineComponent<__VLS_Props_26, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_26> & Readonly<{}>, {
|
|
152
|
+
focus: boolean;
|
|
153
|
+
location: "left" | "top" | "right" | "bottom";
|
|
154
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
155
|
+
|
|
156
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {
|
|
149
157
|
color: number;
|
|
150
158
|
rounded: boolean;
|
|
151
159
|
tag: string;
|
|
@@ -155,19 +163,19 @@ mediaOrientation: "vertical" | "horizontal";
|
|
|
155
163
|
responsive: boolean;
|
|
156
164
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
157
165
|
|
|
158
|
-
declare const
|
|
166
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{}>, {
|
|
159
167
|
tag: string;
|
|
160
168
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
161
169
|
|
|
162
|
-
declare const
|
|
170
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_30> & Readonly<{}>, {
|
|
163
171
|
tag: string;
|
|
164
172
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
165
173
|
|
|
166
|
-
declare const
|
|
174
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_31, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_31> & Readonly<{}>, {
|
|
167
175
|
type: "inline" | "centralized" | "highlighted";
|
|
168
176
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
169
177
|
|
|
170
|
-
declare const
|
|
178
|
+
declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {
|
|
171
179
|
openMenu: boolean;
|
|
172
180
|
layout: "default" | "base";
|
|
173
181
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -509,6 +517,19 @@ declare type __VLS_Props_22 = {
|
|
|
509
517
|
};
|
|
510
518
|
|
|
511
519
|
declare type __VLS_Props_23 = {
|
|
520
|
+
/** Variante de estilo do badge */
|
|
521
|
+
variant?: 'solid' | 'outline' | 'ghost';
|
|
522
|
+
/** Cor do badge */
|
|
523
|
+
color?: 'primary' | 'secondary' | 'success' | 'danger' | 'warning';
|
|
524
|
+
/** Tamanho do badge */
|
|
525
|
+
size?: 'sm' | 'md' | 'lg';
|
|
526
|
+
/** Arredondamento do badge */
|
|
527
|
+
rounded?: 'sm' | 'md' | 'lg';
|
|
528
|
+
/** Mostra/ou não os status do badge */
|
|
529
|
+
status?: boolean;
|
|
530
|
+
};
|
|
531
|
+
|
|
532
|
+
declare type __VLS_Props_24 = {
|
|
512
533
|
/** Define a posição em que o banner aparece */
|
|
513
534
|
position?: 'top' | 'bottom';
|
|
514
535
|
/** Define se o banner abre ou fecha */
|
|
@@ -521,7 +542,7 @@ declare type __VLS_Props_23 = {
|
|
|
521
542
|
showIcon?: boolean;
|
|
522
543
|
};
|
|
523
544
|
|
|
524
|
-
declare type
|
|
545
|
+
declare type __VLS_Props_25 = {
|
|
525
546
|
/** Define se o modal abre ou fecha */
|
|
526
547
|
isOpen: boolean;
|
|
527
548
|
/** Define a cor do background */
|
|
@@ -532,7 +553,7 @@ declare type __VLS_Props_24 = {
|
|
|
532
553
|
showCloseButton?: boolean;
|
|
533
554
|
};
|
|
534
555
|
|
|
535
|
-
declare type
|
|
556
|
+
declare type __VLS_Props_26 = {
|
|
536
557
|
/** Texto do tooltip */
|
|
537
558
|
text: string;
|
|
538
559
|
/** Localização do tooltip */
|
|
@@ -541,14 +562,14 @@ declare type __VLS_Props_25 = {
|
|
|
541
562
|
focus?: boolean;
|
|
542
563
|
};
|
|
543
564
|
|
|
544
|
-
declare type
|
|
565
|
+
declare type __VLS_Props_27 = {
|
|
545
566
|
/** Define o tipo de spinner */
|
|
546
567
|
type: 'spinner' | 'semi-circle' | 'dots';
|
|
547
568
|
/** Define se o spinner deve ser exibido ou não */
|
|
548
569
|
showLoading: boolean;
|
|
549
570
|
};
|
|
550
571
|
|
|
551
|
-
declare type
|
|
572
|
+
declare type __VLS_Props_28 = {
|
|
552
573
|
/** Elemento raiz do card */
|
|
553
574
|
tag?: string;
|
|
554
575
|
/** Nível de elevação (sombra) de 0 a 5 */
|
|
@@ -573,11 +594,6 @@ declare type __VLS_Props_27 = {
|
|
|
573
594
|
responsive?: boolean;
|
|
574
595
|
};
|
|
575
596
|
|
|
576
|
-
declare type __VLS_Props_28 = {
|
|
577
|
-
/** Define root element */
|
|
578
|
-
tag?: string;
|
|
579
|
-
};
|
|
580
|
-
|
|
581
597
|
declare type __VLS_Props_29 = {
|
|
582
598
|
/** Define root element */
|
|
583
599
|
tag?: string;
|
|
@@ -601,25 +617,30 @@ declare type __VLS_Props_3 = {
|
|
|
601
617
|
};
|
|
602
618
|
|
|
603
619
|
declare type __VLS_Props_30 = {
|
|
620
|
+
/** Define root element */
|
|
621
|
+
tag?: string;
|
|
622
|
+
};
|
|
623
|
+
|
|
624
|
+
declare type __VLS_Props_31 = {
|
|
604
625
|
/** Define o tipo do Content divider */
|
|
605
626
|
type?: 'inline' | 'centralized' | 'highlighted';
|
|
606
627
|
};
|
|
607
628
|
|
|
608
|
-
declare type
|
|
629
|
+
declare type __VLS_Props_32 = {
|
|
609
630
|
variant: '1' | '2' | '3' | '4' | '5';
|
|
610
631
|
background: 'white' | 'green';
|
|
611
632
|
items?: ItensMenu_2[];
|
|
612
633
|
socialMedia?: ISocialMedia[];
|
|
613
634
|
};
|
|
614
635
|
|
|
615
|
-
declare type
|
|
636
|
+
declare type __VLS_Props_33 = {
|
|
616
637
|
/** Indica se o menu abriu */
|
|
617
638
|
openMenu?: boolean;
|
|
618
639
|
/** Defini o tipo de layout a ser usado */
|
|
619
640
|
layout: 'default' | 'base';
|
|
620
641
|
};
|
|
621
642
|
|
|
622
|
-
declare type
|
|
643
|
+
declare type __VLS_Props_34 = {
|
|
623
644
|
/** Array de mídia social contendo ícone e link */
|
|
624
645
|
socialMedia: {
|
|
625
646
|
icon: string;
|
|
@@ -864,6 +885,19 @@ declare function __VLS_template_16(): {
|
|
|
864
885
|
};
|
|
865
886
|
|
|
866
887
|
declare function __VLS_template_17(): {
|
|
888
|
+
attrs: Partial<{}>;
|
|
889
|
+
slots: Readonly<{
|
|
890
|
+
/** Adicione conteúdo dentro do badge */
|
|
891
|
+
default?: () => VNode[];
|
|
892
|
+
}> & {
|
|
893
|
+
/** Adicione conteúdo dentro do badge */
|
|
894
|
+
default?: () => VNode[];
|
|
895
|
+
};
|
|
896
|
+
refs: {};
|
|
897
|
+
rootEl: any;
|
|
898
|
+
};
|
|
899
|
+
|
|
900
|
+
declare function __VLS_template_18(): {
|
|
867
901
|
attrs: Partial<{}>;
|
|
868
902
|
slots: Readonly<{
|
|
869
903
|
/** Slot para o icone do banner */
|
|
@@ -880,7 +914,7 @@ declare function __VLS_template_17(): {
|
|
|
880
914
|
rootEl: any;
|
|
881
915
|
};
|
|
882
916
|
|
|
883
|
-
declare function
|
|
917
|
+
declare function __VLS_template_19(): {
|
|
884
918
|
attrs: Partial<{}>;
|
|
885
919
|
slots: {
|
|
886
920
|
default?(_: {}): any;
|
|
@@ -889,19 +923,6 @@ declare function __VLS_template_18(): {
|
|
|
889
923
|
rootEl: any;
|
|
890
924
|
};
|
|
891
925
|
|
|
892
|
-
declare function __VLS_template_19(): {
|
|
893
|
-
attrs: Partial<{}>;
|
|
894
|
-
slots: Readonly<{
|
|
895
|
-
/** Permite passar qualquer elemento como ativador do tooltip */
|
|
896
|
-
activator: () => VNode[];
|
|
897
|
-
}> & {
|
|
898
|
-
/** Permite passar qualquer elemento como ativador do tooltip */
|
|
899
|
-
activator: () => VNode[];
|
|
900
|
-
};
|
|
901
|
-
refs: {};
|
|
902
|
-
rootEl: HTMLDivElement;
|
|
903
|
-
};
|
|
904
|
-
|
|
905
926
|
declare function __VLS_template_2(): {
|
|
906
927
|
attrs: Partial<{}>;
|
|
907
928
|
slots: Readonly<{
|
|
@@ -918,6 +939,19 @@ declare function __VLS_template_2(): {
|
|
|
918
939
|
};
|
|
919
940
|
|
|
920
941
|
declare function __VLS_template_20(): {
|
|
942
|
+
attrs: Partial<{}>;
|
|
943
|
+
slots: Readonly<{
|
|
944
|
+
/** Permite passar qualquer elemento como ativador do tooltip */
|
|
945
|
+
activator: () => VNode[];
|
|
946
|
+
}> & {
|
|
947
|
+
/** Permite passar qualquer elemento como ativador do tooltip */
|
|
948
|
+
activator: () => VNode[];
|
|
949
|
+
};
|
|
950
|
+
refs: {};
|
|
951
|
+
rootEl: HTMLDivElement;
|
|
952
|
+
};
|
|
953
|
+
|
|
954
|
+
declare function __VLS_template_21(): {
|
|
921
955
|
attrs: Partial<{}>;
|
|
922
956
|
slots: Readonly<{
|
|
923
957
|
/** Conteúdo principal do card */
|
|
@@ -942,7 +976,7 @@ declare function __VLS_template_20(): {
|
|
|
942
976
|
rootEl: any;
|
|
943
977
|
};
|
|
944
978
|
|
|
945
|
-
declare function
|
|
979
|
+
declare function __VLS_template_22(): {
|
|
946
980
|
attrs: Partial<{}>;
|
|
947
981
|
slots: Readonly<{
|
|
948
982
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -955,7 +989,7 @@ declare function __VLS_template_21(): {
|
|
|
955
989
|
rootEl: any;
|
|
956
990
|
};
|
|
957
991
|
|
|
958
|
-
declare function
|
|
992
|
+
declare function __VLS_template_23(): {
|
|
959
993
|
attrs: Partial<{}>;
|
|
960
994
|
slots: Readonly<{
|
|
961
995
|
/** Adicione conteúdo dentro do root element */
|
|
@@ -968,7 +1002,7 @@ declare function __VLS_template_22(): {
|
|
|
968
1002
|
rootEl: any;
|
|
969
1003
|
};
|
|
970
1004
|
|
|
971
|
-
declare function
|
|
1005
|
+
declare function __VLS_template_24(): {
|
|
972
1006
|
attrs: Partial<{}>;
|
|
973
1007
|
slots: {
|
|
974
1008
|
default?(_: {}): any;
|
|
@@ -977,7 +1011,7 @@ declare function __VLS_template_23(): {
|
|
|
977
1011
|
rootEl: HTMLDivElement;
|
|
978
1012
|
};
|
|
979
1013
|
|
|
980
|
-
declare function
|
|
1014
|
+
declare function __VLS_template_25(): {
|
|
981
1015
|
attrs: Partial<{}>;
|
|
982
1016
|
slots: Readonly<{
|
|
983
1017
|
/** Adicione conteúdo no header */
|
|
@@ -1165,6 +1199,8 @@ declare type __VLS_TemplateResult_23 = ReturnType<typeof __VLS_template_23>;
|
|
|
1165
1199
|
|
|
1166
1200
|
declare type __VLS_TemplateResult_24 = ReturnType<typeof __VLS_template_24>;
|
|
1167
1201
|
|
|
1202
|
+
declare type __VLS_TemplateResult_25 = ReturnType<typeof __VLS_template_25>;
|
|
1203
|
+
|
|
1168
1204
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
1169
1205
|
|
|
1170
1206
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
@@ -1281,6 +1317,12 @@ declare type __VLS_WithTemplateSlots_24<T, S> = T & {
|
|
|
1281
1317
|
};
|
|
1282
1318
|
};
|
|
1283
1319
|
|
|
1320
|
+
declare type __VLS_WithTemplateSlots_25<T, S> = T & {
|
|
1321
|
+
new (): {
|
|
1322
|
+
$slots: S;
|
|
1323
|
+
};
|
|
1324
|
+
};
|
|
1325
|
+
|
|
1284
1326
|
declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
1285
1327
|
new (): {
|
|
1286
1328
|
$slots: S;
|
|
@@ -1329,7 +1371,9 @@ export declare const CeAutocomplete: default_2.ComponentType<typeof _default_5>;
|
|
|
1329
1371
|
|
|
1330
1372
|
export declare const CeAvatar: default_2.ComponentType<typeof _default_29>;
|
|
1331
1373
|
|
|
1332
|
-
export declare const
|
|
1374
|
+
export declare const CeBadge: default_2.ComponentType<typeof _default_31>;
|
|
1375
|
+
|
|
1376
|
+
export declare const CeBanners: default_2.ComponentType<typeof _default_33>;
|
|
1333
1377
|
|
|
1334
1378
|
export declare const CeBreadcrumbs: default_2.ComponentType<typeof _default_26>;
|
|
1335
1379
|
|
|
@@ -1341,11 +1385,11 @@ export declare const CeButtonPagination: default_2.ComponentType<typeof _default
|
|
|
1341
1385
|
|
|
1342
1386
|
export declare const CeButtonWrapper: default_2.ComponentType<typeof _default_9>;
|
|
1343
1387
|
|
|
1344
|
-
export declare const CeCard: default_2.ComponentType<typeof
|
|
1388
|
+
export declare const CeCard: default_2.ComponentType<typeof _default_37>;
|
|
1345
1389
|
|
|
1346
|
-
export declare const CeCardHeader: default_2.ComponentType<typeof
|
|
1390
|
+
export declare const CeCardHeader: default_2.ComponentType<typeof _default_38>;
|
|
1347
1391
|
|
|
1348
|
-
export declare const CeCardText: default_2.ComponentType<typeof
|
|
1392
|
+
export declare const CeCardText: default_2.ComponentType<typeof _default_39>;
|
|
1349
1393
|
|
|
1350
1394
|
export declare const CeCheckbox: default_2.ComponentType<typeof _default_10>;
|
|
1351
1395
|
|
|
@@ -1355,7 +1399,7 @@ export declare const CeCol: default_2.ComponentType<typeof _default_20>;
|
|
|
1355
1399
|
|
|
1356
1400
|
export declare const CeContainer: default_2.ComponentType<typeof _default_22>;
|
|
1357
1401
|
|
|
1358
|
-
export declare const CeContentDivider: default_2.ComponentType<typeof
|
|
1402
|
+
export declare const CeContentDivider: default_2.ComponentType<typeof _default_40>;
|
|
1359
1403
|
|
|
1360
1404
|
export declare const CeDataTable: default_2.ComponentType<typeof _default & CeDataTableVueSlots>;
|
|
1361
1405
|
|
|
@@ -1371,19 +1415,19 @@ export declare const CeFileUpload: default_2.ComponentType<typeof _default_14>;
|
|
|
1371
1415
|
|
|
1372
1416
|
export declare const CeFilterGroup: default_2.ComponentType<typeof _default_30>;
|
|
1373
1417
|
|
|
1374
|
-
export declare const CeFooter: default_2.ComponentType<typeof
|
|
1418
|
+
export declare const CeFooter: default_2.ComponentType<typeof _default_41>;
|
|
1375
1419
|
|
|
1376
1420
|
export declare const CeInput: default_2.ComponentType<typeof _default_15>;
|
|
1377
1421
|
|
|
1378
|
-
export declare const CeLayout: default_2.ComponentType<typeof
|
|
1422
|
+
export declare const CeLayout: default_2.ComponentType<typeof _default_42>;
|
|
1379
1423
|
|
|
1380
|
-
export declare const CeLoading: default_2.ComponentType<typeof
|
|
1424
|
+
export declare const CeLoading: default_2.ComponentType<typeof _default_36>;
|
|
1381
1425
|
|
|
1382
1426
|
export declare const CeMenuHeader: default_2.ComponentType<typeof _default_24>;
|
|
1383
1427
|
|
|
1384
1428
|
export declare const CeMenuSidebar: default_2.ComponentType<typeof _default_25>;
|
|
1385
1429
|
|
|
1386
|
-
export declare const CeModal: default_2.ComponentType<typeof
|
|
1430
|
+
export declare const CeModal: default_2.ComponentType<typeof _default_34>;
|
|
1387
1431
|
|
|
1388
1432
|
export declare const CePagination: default_2.ComponentType<typeof _default_2>;
|
|
1389
1433
|
|
|
@@ -1395,7 +1439,7 @@ export declare const CeRadioGroup: default_2.ComponentType<typeof _default_16>;
|
|
|
1395
1439
|
|
|
1396
1440
|
export declare const CeRow: default_2.ComponentType<typeof _default_21>;
|
|
1397
1441
|
|
|
1398
|
-
export declare const CeSectionFooter: default_2.ComponentType<typeof
|
|
1442
|
+
export declare const CeSectionFooter: default_2.ComponentType<typeof _default_43>;
|
|
1399
1443
|
|
|
1400
1444
|
export declare const CeSelect: default_2.ComponentType<typeof _default_17>;
|
|
1401
1445
|
|
|
@@ -1434,11 +1478,11 @@ export declare const CeTab: default_2.ComponentType<typeof _default_27>;
|
|
|
1434
1478
|
|
|
1435
1479
|
export declare const CeTabItem: default_2.ComponentType<typeof _default_28>;
|
|
1436
1480
|
|
|
1437
|
-
export declare const CeToast: default_2.ComponentType<typeof
|
|
1481
|
+
export declare const CeToast: default_2.ComponentType<typeof _default_32>;
|
|
1438
1482
|
|
|
1439
1483
|
export declare const CeToggle: default_2.ComponentType<typeof _default_19>;
|
|
1440
1484
|
|
|
1441
|
-
export declare const CeTooltip: default_2.ComponentType<typeof
|
|
1485
|
+
export declare const CeTooltip: default_2.ComponentType<typeof _default_35>;
|
|
1442
1486
|
|
|
1443
1487
|
declare interface DataTableDefault extends DataTableProps {
|
|
1444
1488
|
/** Ativa a opção de colorir linha sim linha não na tabela */
|
|
@@ -1612,7 +1656,9 @@ onProgress?: ((value: number) => any) | undefined;
|
|
|
1612
1656
|
|
|
1613
1657
|
declare const _default_30: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, __VLS_TemplateResult_16["slots"]>;
|
|
1614
1658
|
|
|
1615
|
-
declare const _default_31:
|
|
1659
|
+
declare const _default_31: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1660
|
+
|
|
1661
|
+
declare const _default_32: DefineComponent<IToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1616
1662
|
sendData: (data: IData_2<unknown> | null) => any;
|
|
1617
1663
|
}, string, PublicProps, Readonly<IToastProps> & Readonly<{
|
|
1618
1664
|
onSendData?: ((data: IData_2<unknown> | null) => any) | undefined;
|
|
@@ -1624,19 +1670,17 @@ showActionButton: boolean;
|
|
|
1624
1670
|
textButton: string;
|
|
1625
1671
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1626
1672
|
|
|
1627
|
-
declare const _default_32: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, __VLS_TemplateResult_17["slots"]>;
|
|
1628
|
-
|
|
1629
1673
|
declare const _default_33: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
1630
1674
|
|
|
1631
1675
|
declare const _default_34: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, __VLS_TemplateResult_19["slots"]>;
|
|
1632
1676
|
|
|
1633
|
-
declare const _default_35:
|
|
1677
|
+
declare const _default_35: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1678
|
+
|
|
1679
|
+
declare const _default_36: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
|
|
1634
1680
|
type: "spinner" | "semi-circle" | "dots";
|
|
1635
1681
|
showLoading: boolean;
|
|
1636
1682
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1637
1683
|
|
|
1638
|
-
declare const _default_36: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;
|
|
1639
|
-
|
|
1640
1684
|
declare const _default_37: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, __VLS_TemplateResult_21["slots"]>;
|
|
1641
1685
|
|
|
1642
1686
|
declare const _default_38: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
|
|
@@ -1645,18 +1689,20 @@ declare const _default_39: __VLS_WithTemplateSlots_23<typeof __VLS_component_23,
|
|
|
1645
1689
|
|
|
1646
1690
|
declare const _default_4: DefineComponent<IProgressStepsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IProgressStepsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1647
1691
|
|
|
1648
|
-
declare const _default_40:
|
|
1692
|
+
declare const _default_40: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1693
|
+
|
|
1694
|
+
declare const _default_41: DefineComponent<__VLS_Props_32, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1649
1695
|
redirect: (valor?: string | undefined) => any;
|
|
1650
|
-
}, string, PublicProps, Readonly<
|
|
1696
|
+
}, string, PublicProps, Readonly<__VLS_Props_32> & Readonly<{
|
|
1651
1697
|
onRedirect?: ((valor?: string | undefined) => any) | undefined;
|
|
1652
1698
|
}>, {
|
|
1653
1699
|
variant: "1" | "2" | "3" | "4" | "5";
|
|
1654
1700
|
background: "white" | "green";
|
|
1655
1701
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1656
1702
|
|
|
1657
|
-
declare const
|
|
1703
|
+
declare const _default_42: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, __VLS_TemplateResult_25["slots"]>;
|
|
1658
1704
|
|
|
1659
|
-
declare const
|
|
1705
|
+
declare const _default_43: DefineComponent<__VLS_Props_34, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_34> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1660
1706
|
|
|
1661
1707
|
declare const _default_5: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1662
1708
|
"update:modelValue": (value: string | CustomEvent<any>) => any;
|
|
@@ -1952,5 +1998,6 @@ declare module 'vue' {
|
|
|
1952
1998
|
interface GlobalComponents {
|
|
1953
1999
|
'ce-avatar': typeof AvatarComponent;
|
|
1954
2000
|
'ce-filter-group': typeof FilterGroupComponent;
|
|
2001
|
+
'ce-badge': typeof BadgeComponent;
|
|
1955
2002
|
}
|
|
1956
2003
|
}
|