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