@comercti/vue-components-hmg 0.40.10 → 0.41.4
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 +5 -5
- package/comerc-style-guide.es.js +1572 -1494
- package/comerc-style-guide.umd.js +5 -5
- package/index.d.ts +6 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -675,6 +675,8 @@ declare type __VLS_Props_29 = {
|
|
|
675
675
|
showCloseButton?: boolean;
|
|
676
676
|
/** Define a diretivas do modal */
|
|
677
677
|
class?: string;
|
|
678
|
+
/** Define a variante do modal */
|
|
679
|
+
variant?: 'primary' | 'secondary';
|
|
678
680
|
};
|
|
679
681
|
|
|
680
682
|
declare type __VLS_Props_3 = {
|
|
@@ -1054,6 +1056,7 @@ declare function __VLS_template_15(): {
|
|
|
1054
1056
|
attrs: Partial<{}>;
|
|
1055
1057
|
slots: {
|
|
1056
1058
|
default?(_: {}): any;
|
|
1059
|
+
default?(_: {}): any;
|
|
1057
1060
|
};
|
|
1058
1061
|
refs: {};
|
|
1059
1062
|
rootEl: any;
|
|
@@ -1254,6 +1257,7 @@ declare function __VLS_template_24(): {
|
|
|
1254
1257
|
attrs: Partial<{}>;
|
|
1255
1258
|
slots: {
|
|
1256
1259
|
default?(_: {}): any;
|
|
1260
|
+
default?(_: {}): any;
|
|
1257
1261
|
};
|
|
1258
1262
|
refs: {};
|
|
1259
1263
|
rootEl: any;
|
|
@@ -2111,6 +2115,7 @@ declare type Header = {
|
|
|
2111
2115
|
type?: InputType | 'boolean';
|
|
2112
2116
|
mask?: string | string[];
|
|
2113
2117
|
editableField?: boolean;
|
|
2118
|
+
tooltipText?: string;
|
|
2114
2119
|
};
|
|
2115
2120
|
|
|
2116
2121
|
declare type HexColor = `#${string}`;
|
|
@@ -2282,6 +2287,7 @@ declare interface IToastProps {
|
|
|
2282
2287
|
declare interface IVariants {
|
|
2283
2288
|
primary: string;
|
|
2284
2289
|
secondary: string;
|
|
2290
|
+
tertiary: string;
|
|
2285
2291
|
'line-primary': string;
|
|
2286
2292
|
'line-text': string;
|
|
2287
2293
|
soft: string;
|