@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.
package/dist/index.esm.js CHANGED
@@ -8593,6 +8593,7 @@ const PanelHandleContentDetails = {
8593
8593
  </div>
8594
8594
  `;
8595
8595
  const PopsPanelSelectMultiple = {
8596
+ [Symbol.toStringTag]: "PopsPanelSelectMultiple",
8596
8597
  $el: {
8597
8598
  /** 容器 */
8598
8599
  $container: void 0,
@@ -8892,7 +8893,7 @@ const PanelHandleContentDetails = {
8892
8893
  });
8893
8894
  }
8894
8895
  let { style, ...userConfirmDetails } = formConfig.selectConfirmDialogDetails || {};
8895
- let confirmDetails = Object.assign({
8896
+ let confirmDetails = popsUtils.assign({
8896
8897
  title: {
8897
8898
  text: "请勾选需要选择的选项",
8898
8899
  position: "center",
@@ -8912,6 +8913,7 @@ const PanelHandleContentDetails = {
8912
8913
  callback(details, event) {
8913
8914
  that.$data.selectInfo = [...selectedInfo];
8914
8915
  that.updateSelectTagItem();
8916
+ details.close();
8915
8917
  },
8916
8918
  },
8917
8919
  },
@@ -9072,7 +9074,7 @@ const PanelHandleContentDetails = {
9072
9074
  },
9073
9075
  };
9074
9076
  PopsPanelSelectMultiple.init();
9075
- Reflect.set(liElement, "data-select", PopsPanelSelectMultiple);
9077
+ Reflect.set(liElement, "data-select-multiple", PopsPanelSelectMultiple);
9076
9078
  return liElement;
9077
9079
  },
9078
9080
  /**