@comercti/vue-components-hmg 0.43.12 → 0.43.13
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 +1 -1
- package/comerc-style-guide.es.js +1 -1
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
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
|
|
602
|
+
callbacks?: Record<string, () => void>;
|
|
602
603
|
};
|
|
603
604
|
|
|
604
605
|
declare type __VLS_Props_21 = {
|