@comercti/vue-components-hmg 0.32.2 → 0.32.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 +1 -1
- package/comerc-style-guide.es.js +4 -3
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -174,6 +174,7 @@ close: (value: boolean) => any;
|
|
|
174
174
|
}, string, PublicProps, Readonly<__VLS_Props_29> & Readonly<{
|
|
175
175
|
onClose?: (value: boolean) => any;
|
|
176
176
|
}>, {
|
|
177
|
+
class: string;
|
|
177
178
|
background: "1" | "2";
|
|
178
179
|
isOpen: boolean;
|
|
179
180
|
closeOutside: boolean;
|
|
@@ -658,6 +659,8 @@ declare type __VLS_Props_29 = {
|
|
|
658
659
|
closeOutside?: boolean;
|
|
659
660
|
/** Define se o botão de fechar fica visível */
|
|
660
661
|
showCloseButton?: boolean;
|
|
662
|
+
/** Define a diretivas do modal */
|
|
663
|
+
class?: string;
|
|
661
664
|
};
|
|
662
665
|
|
|
663
666
|
declare type __VLS_Props_3 = {
|