@comercti/vue-components-hmg 0.43.12 → 0.43.14

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
@@ -114,6 +114,7 @@ select: (value: string) => any;
114
114
  onSelect?: (value: string) => any;
115
115
  }>, {
116
116
  position: "bottom-end" | "bottom-start" | "top-end" | "top-start" | "left" | "right";
117
+ callbacks: Record<string, () => void>;
117
118
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
118
119
  triggerRef: HTMLDivElement;
119
120
  dropdownRef: HTMLDivElement;
@@ -598,7 +599,7 @@ declare type __VLS_Props_2 = {
598
599
  declare type __VLS_Props_20 = {
599
600
  items: MenuItem[];
600
601
  position?: 'bottom-end' | 'bottom-start' | 'top-end' | 'top-start' | 'left' | 'right';
601
- callbacks: Record<string, () => void>;
602
+ callbacks?: Record<string, () => void>;
602
603
  };
603
604
 
604
605
  declare type __VLS_Props_21 = {
@@ -2354,6 +2355,8 @@ declare type MenuItem = {
2354
2355
  value: string;
2355
2356
  disabled?: boolean;
2356
2357
  icon?: string;
2358
+ iconColor?: string;
2359
+ iconSize?: string;
2357
2360
  color?: string;
2358
2361
  };
2359
2362
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/vue-components-hmg",
3
- "version": "0.43.12",
3
+ "version": "0.43.14",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",