@comercti/web-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.
@@ -6934,7 +6934,7 @@ const Sd = ["onClick"], Ld = {
6934
6934
  props: {
6935
6935
  items: {},
6936
6936
  position: { default: "bottom-end" },
6937
- callbacks: {}
6937
+ callbacks: { default: () => ({}) }
6938
6938
  },
6939
6939
  emits: ["select"],
6940
6940
  setup(e, { emit: t }) {