@voicenter-team/voicenter-ui-plus 0.4.4 → 0.4.6

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/library/super.mjs CHANGED
@@ -11949,7 +11949,9 @@ const oP = ["data-test"], lP = /* @__PURE__ */ he({
11949
11949
  color: g.color
11950
11950
  }, {
11951
11951
  default: se(() => [
11952
- ue(f.$slots, "checkbox-label", { checkbox: g }, () => [
11952
+ ue(f.$slots, "checkbox-label", {
11953
+ checkbox: g.originalItem
11954
+ }, () => [
11953
11955
  Ze(we(g.label), 1)
11954
11956
  ])
11955
11957
  ]),
@@ -18472,7 +18474,9 @@ const cm = "vc-input--", Zi = /* @__PURE__ */ he({
18472
18474
  onClick: (S) => E(C.originalItem)
18473
18475
  }, {
18474
18476
  default: se(() => [
18475
- ue(b.$slots, "option", { option: C })
18477
+ ue(b.$slots, "option", {
18478
+ option: C.originalItem
18479
+ })
18476
18480
  ]),
18477
18481
  _: 2
18478
18482
  }, 1032, ["icon", "value", "label", "disabled", "icon-style", "selected", "onClick"]))), 128))
@@ -50200,7 +50204,9 @@ const ace = [
50200
50204
  border: o.bordered
50201
50205
  }, {
50202
50206
  default: se(() => [
50203
- ue(o.$slots, "radio-label", { data: u })
50207
+ ue(o.$slots, "radio-label", {
50208
+ data: u.originalItem
50209
+ })
50204
50210
  ]),
50205
50211
  _: 2
50206
50212
  }, 1032, ["value", "label", "disabled", "color", "border"])