@comercti/react-components-hmg 0.8.9 → 0.8.11
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 +10 -10
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -111,10 +111,10 @@ title: string;
|
|
|
111
111
|
color: string;
|
|
112
112
|
variant: "dropdown" | "collapse";
|
|
113
113
|
backgroundColor: string;
|
|
114
|
-
isOpen: boolean;
|
|
115
114
|
titleColor: string;
|
|
116
115
|
disabledSubmit: boolean;
|
|
117
116
|
disabledClear: boolean;
|
|
117
|
+
showClearButton: boolean;
|
|
118
118
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
119
119
|
menuRef: HTMLDivElement;
|
|
120
120
|
}, HTMLDivElement>;
|
|
@@ -564,8 +564,8 @@ declare type __VLS_Props_22 = {
|
|
|
564
564
|
disabledSubmit?: boolean;
|
|
565
565
|
/**Desabilita o botão de limpar */
|
|
566
566
|
disabledClear?: boolean;
|
|
567
|
-
/** Define se o
|
|
568
|
-
|
|
567
|
+
/** Define se o botão de limpar será exibido */
|
|
568
|
+
showClearButton?: boolean;
|
|
569
569
|
};
|
|
570
570
|
|
|
571
571
|
declare type __VLS_Props_23 = {
|