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