hcui-package 1.2.8 → 1.2.9

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.
@@ -23627,9 +23627,10 @@ const jx = {
23627
23627
  d.value = Yx(R, o.childrenField, o.codeField, o.labelField, o.disableNodeCheck);
23628
23628
  }, S = (H) => {
23629
23629
  const R = H || o.value;
23630
- typeof R == "string" ? h.value = R ? R.split(",") : [] : h.value = R;
23631
- const T = Zx(d.value, h.value, o.keyField, o.childrenField);
23632
- v.value = T, p.value = v.value.map((_) => _[o.labelField]).join(",");
23630
+ let T = [];
23631
+ typeof R == "string" ? T = R ? R.split(",") : [] : T = R;
23632
+ const _ = Zx(d.value, T, o.keyField, o.childrenField);
23633
+ v.value = _, h.value = _.map((E) => E[o.keyField]), p.value = v.value.map((E) => E[o.labelField]).join(",");
23633
23634
  }, P = (H) => lt("div", {
23634
23635
  class: "dealLabelDIV",
23635
23636
  title: H.option.name