@comercti/react-components-hmg 0.3.9 → 0.3.10
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 +2 -2
- package/comerc-style-guide.es.js +879 -863
- package/comerc-style-guide.umd.js +2 -2
- package/index.d.ts +9 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -239,7 +239,9 @@ onRedirect?: (item: ItensMenu_2) => any;
|
|
|
239
239
|
}>, {
|
|
240
240
|
type: "menu" | "selection";
|
|
241
241
|
variant: "outlined" | "text";
|
|
242
|
-
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
242
|
+
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
243
|
+
dropdownRef: HTMLDivElement;
|
|
244
|
+
}, HTMLDivElement>;
|
|
243
245
|
|
|
244
246
|
declare const __VLS_component_7: DefineComponent<__VLS_Props_11, {
|
|
245
247
|
/** focus input */
|
|
@@ -387,6 +389,8 @@ declare type __VLS_Props_13 = {
|
|
|
387
389
|
id: string;
|
|
388
390
|
/** Informa que está invalido */
|
|
389
391
|
invalid?: boolean;
|
|
392
|
+
/** Label do toggle */
|
|
393
|
+
label?: string;
|
|
390
394
|
};
|
|
391
395
|
|
|
392
396
|
declare type __VLS_Props_14 = {
|
|
@@ -1179,7 +1183,9 @@ declare function __VLS_template_6(): {
|
|
|
1179
1183
|
}> & {
|
|
1180
1184
|
default: () => VNode[];
|
|
1181
1185
|
};
|
|
1182
|
-
refs: {
|
|
1186
|
+
refs: {
|
|
1187
|
+
dropdownRef: HTMLDivElement;
|
|
1188
|
+
};
|
|
1183
1189
|
rootEl: HTMLDivElement;
|
|
1184
1190
|
};
|
|
1185
1191
|
|
|
@@ -1711,7 +1717,7 @@ onChange?: (value: boolean | CustomEvent<any>) => any;
|
|
|
1711
1717
|
invalid: boolean;
|
|
1712
1718
|
disabled: boolean;
|
|
1713
1719
|
contoured: boolean;
|
|
1714
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
1720
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1715
1721
|
|
|
1716
1722
|
declare const _default_21: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1717
1723
|
|