@comercti/react-components-hmg 0.3.7 → 0.3.9

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
@@ -229,11 +229,11 @@ rootRef: HTMLDivElement;
229
229
  }, any>;
230
230
 
231
231
  declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
232
- "update:modelValue": (value: IReturn) => any;
232
+ "update:modelValue": (value: IReturn | Coluna[]) => any;
233
233
  selected: (value: Coluna[]) => any;
234
234
  redirect: (item: ItensMenu_2) => any;
235
235
  }, string, PublicProps, Readonly<DropdownProps> & Readonly<{
236
- "onUpdate:modelValue"?: (value: IReturn) => any;
236
+ "onUpdate:modelValue"?: (value: IReturn | Coluna[]) => any;
237
237
  onSelected?: (value: Coluna[]) => any;
238
238
  onRedirect?: (item: ItensMenu_2) => any;
239
239
  }>, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components-hmg",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",