@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/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, {}, HTMLDivElement>;
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, {}, HTMLDivElement>;
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",