@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.
@@ -8412,7 +8412,7 @@ const L0 = /* @__PURE__ */ J({
8412
8412
  props: {
8413
8413
  items: {},
8414
8414
  position: { default: "bottom-end" },
8415
- callbacks: {}
8415
+ callbacks: { default: () => ({}) }
8416
8416
  },
8417
8417
  emits: ["select"],
8418
8418
  setup(e, { emit: t }) {