@whitesev/pops 1.6.1 → 1.6.2

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.
@@ -8596,6 +8596,7 @@ var pops = (function () {
8596
8596
  </div>
8597
8597
  `;
8598
8598
  const PopsPanelSelectMultiple = {
8599
+ [Symbol.toStringTag]: "PopsPanelSelectMultiple",
8599
8600
  $el: {
8600
8601
  /** 容器 */
8601
8602
  $container: void 0,
@@ -8895,7 +8896,7 @@ var pops = (function () {
8895
8896
  });
8896
8897
  }
8897
8898
  let { style, ...userConfirmDetails } = formConfig.selectConfirmDialogDetails || {};
8898
- let confirmDetails = Object.assign({
8899
+ let confirmDetails = popsUtils.assign({
8899
8900
  title: {
8900
8901
  text: "请勾选需要选择的选项",
8901
8902
  position: "center",
@@ -8915,6 +8916,7 @@ var pops = (function () {
8915
8916
  callback(details, event) {
8916
8917
  that.$data.selectInfo = [...selectedInfo];
8917
8918
  that.updateSelectTagItem();
8919
+ details.close();
8918
8920
  },
8919
8921
  },
8920
8922
  },
@@ -9075,7 +9077,7 @@ var pops = (function () {
9075
9077
  },
9076
9078
  };
9077
9079
  PopsPanelSelectMultiple.init();
9078
- Reflect.set(liElement, "data-select", PopsPanelSelectMultiple);
9080
+ Reflect.set(liElement, "data-select-multiple", PopsPanelSelectMultiple);
9079
9081
  return liElement;
9080
9082
  },
9081
9083
  /**