@comercti/react-components 0.7.0 → 0.8.0

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -236,11 +236,11 @@ rootRef: HTMLDivElement;
236
236
  }, any>;
237
237
 
238
238
  declare const __VLS_component_6: DefineComponent<DropdownProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
239
- "update:modelValue": (value: IReturn | Coluna[]) => any;
239
+ "update:modelValue": (value: ItensMenu_2 | IReturn | Coluna[]) => any;
240
240
  selected: (value: Coluna[]) => any;
241
241
  redirect: (item: ItensMenu_2) => any;
242
242
  }, string, PublicProps, Readonly<DropdownProps> & Readonly<{
243
- "onUpdate:modelValue"?: (value: IReturn | Coluna[]) => any;
243
+ "onUpdate:modelValue"?: (value: ItensMenu_2 | IReturn | Coluna[]) => any;
244
244
  onSelected?: (value: Coluna[]) => any;
245
245
  onRedirect?: (item: ItensMenu_2) => any;
246
246
  }>, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",