bxs-tools-ui 3.2.0-4 → 3.2.0

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/es/index.js CHANGED
@@ -10615,9 +10615,7 @@ function setGroupInsurance(prodData) {
10615
10615
  var checkedInsurance = checkedInsurances[0];
10616
10616
  // hasRequiredIns:如果组合险中有一款是必选的,则整个组合险为选中状态
10617
10617
  // 所有险种都不可选,则组合险不可修改且不选中。否则,组合险种可选
10618
- nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : (nGroupInsuranceIdEle.opts || []).some(function (opt) {
10619
- return !opt.isDisabled;
10620
- });
10618
+ nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : oldGroupTitleValue || !!checkedInsurance;
10621
10619
  if (hasRequiredIns) {
10622
10620
  nGroupTitleEle.value = hasRequiredIns;
10623
10621
  }
@@ -48352,7 +48350,7 @@ if (typeof window !== 'undefined' && window.Vue) {
48352
48350
  install(window.Vue);
48353
48351
  }
48354
48352
  const index = {
48355
- version: '3.2.0-4',
48353
+ version: '3.2.0',
48356
48354
  install: install
48357
48355
  };
48358
48356
 
@@ -10353,9 +10353,7 @@ function setGroupInsurance(prodData) {
10353
10353
  var checkedInsurance = checkedInsurances[0];
10354
10354
  // hasRequiredIns:如果组合险中有一款是必选的,则整个组合险为选中状态
10355
10355
  // 所有险种都不可选,则组合险不可修改且不选中。否则,组合险种可选
10356
- nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : (nGroupInsuranceIdEle.opts || []).some(function (opt) {
10357
- return !opt.isDisabled;
10358
- });
10356
+ nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : oldGroupTitleValue || !!checkedInsurance;
10359
10357
  if (hasRequiredIns) {
10360
10358
  nGroupTitleEle.value = hasRequiredIns;
10361
10359
  }
@@ -10327,9 +10327,7 @@ function setGroupInsurance(prodData) {
10327
10327
  var checkedInsurance = checkedInsurances[0];
10328
10328
  // hasRequiredIns:如果组合险中有一款是必选的,则整个组合险为选中状态
10329
10329
  // 所有险种都不可选,则组合险不可修改且不选中。否则,组合险种可选
10330
- nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : (nGroupInsuranceIdEle.opts || []).some(function (opt) {
10331
- return !opt.isDisabled;
10332
- });
10330
+ nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : oldGroupTitleValue || !!checkedInsurance;
10333
10331
  if (hasRequiredIns) {
10334
10332
  nGroupTitleEle.value = hasRequiredIns;
10335
10333
  }
package/es/utils/index.js CHANGED
@@ -10480,9 +10480,7 @@ function setGroupInsurance(prodData) {
10480
10480
  var checkedInsurance = checkedInsurances[0];
10481
10481
  // hasRequiredIns:如果组合险中有一款是必选的,则整个组合险为选中状态
10482
10482
  // 所有险种都不可选,则组合险不可修改且不选中。否则,组合险种可选
10483
- nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : (nGroupInsuranceIdEle.opts || []).some(function (opt) {
10484
- return !opt.isDisabled;
10485
- });
10483
+ nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : oldGroupTitleValue || !!checkedInsurance;
10486
10484
  if (hasRequiredIns) {
10487
10485
  nGroupTitleEle.value = hasRequiredIns;
10488
10486
  }
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vant/lib/dialog/index.css'), require('vant/lib/dialog'), require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('vant/lib/index.css'), require('vant/lib'), require('vue'), require('lodash'), require('qs'), require('vant/lib/icon/index.css'), require('vant/lib/icon')) :
3
- typeof define === 'function' && define.amd ? define(['vant/lib/dialog/index.css', 'vant/lib/dialog', 'vant/lib/toast/index.css', 'vant/lib/toast', 'vant/lib/index.css', 'vant/lib', 'vue', 'lodash', 'qs', 'vant/lib/icon/index.css', 'vant/lib/icon'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT = factory(null, global._Dialog, null, global._Toast, null, global._Vant, global.Vue, global.lodash, global.QS, null, global._Icon));
5
- })(this, (function (index_css, _Dialog, index_css$1, _Toast, index_css$2, _Vant, Vue, lodash, QS, index_css$3, _Icon) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/dialog/index.css'), require('vant/lib/dialog'), require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('vant/lib/index.css'), require('vant/lib'), require('vue'), require('lodash'), require('qs'), require('vant/lib/icon/index.css'), require('vant/lib/icon')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/dialog/index.css', 'vant/lib/dialog', 'vant/lib/toast/index.css', 'vant/lib/toast', 'vant/lib/index.css', 'vant/lib', 'vue', 'lodash', 'qs', 'vant/lib/icon/index.css', 'vant/lib/icon'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Dialog, null, global._Toast, null, global._Vant, global.Vue, global._, global.QS, null, global._Icon));
5
+ })(this, (function (exports, index_css, _Dialog, index_css$1, _Toast, index_css$2, _Vant, Vue, lodash, QS, index_css$3, _Icon) { 'use strict';
6
6
 
7
7
  function _typeof$1(o) {
8
8
  "@babel/helpers - typeof";
@@ -10960,6 +10960,8 @@
10960
10960
  staticRenderFns: __vue_staticRenderFns__
10961
10961
  }, __vue_inject_styles__, __vue_script__);
10962
10962
 
10963
- return __vue_component__;
10963
+ exports.default = __vue_component__;
10964
+
10965
+ Object.defineProperty(exports, '__esModule', { value: true });
10964
10966
 
10965
10967
  }));
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('qs'), require('vue'), require('lodash/cloneDeep'), require('lodash')) :
3
- typeof define === 'function' && define.amd ? define(['vant/lib/toast/index.css', 'vant/lib/toast', 'qs', 'vue', 'lodash/cloneDeep', 'lodash'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT = factory(null, global._Toast, global.QS, global.Vue, global.cloneDeep, global.lodash));
5
- })(this, (function (index_css, _Toast, QS, Vue, cloneDeep, lodash) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('qs'), require('vue'), require('lodash/cloneDeep'), require('lodash')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/toast/index.css', 'vant/lib/toast', 'qs', 'vue', 'lodash/cloneDeep', 'lodash'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Toast, global.QS, global.Vue, global.cloneDeep, global._));
5
+ })(this, (function (exports, index_css, _Toast, QS, Vue, cloneDeep, lodash) { 'use strict';
6
6
 
7
7
  function _initializerDefineProperty(e, i, r, l) {
8
8
  r && Object.defineProperty(e, i, {
@@ -9700,6 +9700,8 @@
9700
9700
  staticRenderFns: __vue_staticRenderFns__
9701
9701
  }, __vue_inject_styles__, __vue_script__);
9702
9702
 
9703
- return __vue_component__;
9703
+ exports.default = __vue_component__;
9704
+
9705
+ Object.defineProperty(exports, '__esModule', { value: true });
9704
9706
 
9705
9707
  }));
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vue')) :
3
- typeof define === 'function' && define.amd ? define(['vue'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT = factory(global.Vue));
5
- })(this, (function (Vue) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.Vue));
5
+ })(this, (function (exports, Vue) { 'use strict';
6
6
 
7
7
  function _initializerDefineProperty(e, i, r, l) {
8
8
  r && Object.defineProperty(e, i, {
@@ -617,6 +617,8 @@
617
617
  staticRenderFns: __vue_staticRenderFns__
618
618
  }, __vue_inject_styles__, __vue_script__);
619
619
 
620
- return __vue_component__;
620
+ exports.default = __vue_component__;
621
+
622
+ Object.defineProperty(exports, '__esModule', { value: true });
621
623
 
622
624
  }));
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vue')) :
3
- typeof define === 'function' && define.amd ? define(['vue'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT = factory(global.Vue));
5
- })(this, (function (Vue) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'vue'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.Vue));
5
+ })(this, (function (exports, Vue) { 'use strict';
6
6
 
7
7
  function _initializerDefineProperty(e, i, r, l) {
8
8
  r && Object.defineProperty(e, i, {
@@ -699,6 +699,8 @@
699
699
  staticRenderFns: __vue_staticRenderFns__
700
700
  }, __vue_inject_styles__, __vue_script__);
701
701
 
702
- return __vue_component__;
702
+ exports.default = __vue_component__;
703
+
704
+ Object.defineProperty(exports, '__esModule', { value: true });
703
705
 
704
706
  }));
package/lib/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/dialog/index.css'), require('vant/lib/dialog'), require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('vant/lib/index.css'), require('vant/lib'), require('vue'), require('lodash'), require('qs'), require('vant/lib/icon/index.css'), require('vant/lib/icon'), require('lodash/cloneDeep'), require('axios'), require('md5'), require('crypto-js'), require('vant/lib/button/index.css'), require('vant/lib/button'), require('vant/lib/radio/index.css'), require('vant/lib/radio'), require('vant/lib/radio-group/index.css'), require('vant/lib/radio-group'), require('vant/lib/popup/index.css'), require('vant/lib/popup')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/dialog/index.css', 'vant/lib/dialog', 'vant/lib/toast/index.css', 'vant/lib/toast', 'vant/lib/index.css', 'vant/lib', 'vue', 'lodash', 'qs', 'vant/lib/icon/index.css', 'vant/lib/icon', 'lodash/cloneDeep', 'axios', 'md5', 'crypto-js', 'vant/lib/button/index.css', 'vant/lib/button', 'vant/lib/radio/index.css', 'vant/lib/radio', 'vant/lib/radio-group/index.css', 'vant/lib/radio-group', 'vant/lib/popup/index.css', 'vant/lib/popup'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Dialog, null, global._Toast, null, global._Vant, global.Vue, global.lodash, global.QS, null, global._Icon, global.cloneDeep, global.axios, global.MD5, global.CryptoJS, null, global._Button, null, global._Radio, null, global._RadioGroup, null, global._Popup));
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Dialog, null, global._Toast, null, global._Vant, global.Vue, global._, global.QS, null, global._Icon, global.cloneDeep, global.axios, global.md5, global.CryptoJS, null, global._Button, null, global._Radio, null, global._RadioGroup, null, global._Popup));
5
5
  })(this, (function (exports, index_css, _Dialog, index_css$1, _Toast, index_css$2, _Vant, Vue, lodash, QS, index_css$3, _Icon, cloneDeep, axios, MD5, CryptoJS, index_css$4, _Button, index_css$5, _Radio, index_css$6, _RadioGroup, index_css$7, _Popup) { 'use strict';
6
6
 
7
7
  function _typeof$2(o) {
@@ -10597,9 +10597,7 @@
10597
10597
  var checkedInsurance = checkedInsurances[0];
10598
10598
  // hasRequiredIns:如果组合险中有一款是必选的,则整个组合险为选中状态
10599
10599
  // 所有险种都不可选,则组合险不可修改且不选中。否则,组合险种可选
10600
- nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : (nGroupInsuranceIdEle.opts || []).some(function (opt) {
10601
- return !opt.isDisabled;
10602
- });
10600
+ nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : oldGroupTitleValue || !!checkedInsurance;
10603
10601
  if (hasRequiredIns) {
10604
10602
  nGroupTitleEle.value = hasRequiredIns;
10605
10603
  }
@@ -48334,7 +48332,7 @@
48334
48332
  install(window.Vue);
48335
48333
  }
48336
48334
  var index = {
48337
- version: '3.2.0-4',
48335
+ version: '3.2.0',
48338
48336
  install: install
48339
48337
  };
48340
48338
 
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('vue'), require('lodash'), require('qs'), require('axios')) :
3
- typeof define === 'function' && define.amd ? define(['vant/lib/toast/index.css', 'vant/lib/toast', 'vue', 'lodash', 'qs', 'axios'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT = factory(null, global._Toast, global.Vue, global.lodash, global.QS, global.axios));
5
- })(this, (function (index_css, _Toast, Vue, lodash, QS, axios) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('vue'), require('lodash'), require('qs'), require('axios')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/toast/index.css', 'vant/lib/toast', 'vue', 'lodash', 'qs', 'axios'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Toast, global.Vue, global._, global.QS, global.axios));
5
+ })(this, (function (exports, index_css, _Toast, Vue, lodash, QS, axios) { 'use strict';
6
6
 
7
7
  function asyncGeneratorStep(n, t, e, r, o, a, c) {
8
8
  try {
@@ -39175,6 +39175,8 @@
39175
39175
  staticRenderFns: __vue_staticRenderFns__
39176
39176
  }, __vue_inject_styles__, __vue_script__);
39177
39177
 
39178
- return __vue_component__;
39178
+ exports.default = __vue_component__;
39179
+
39180
+ Object.defineProperty(exports, '__esModule', { value: true });
39179
39181
 
39180
39182
  }));
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vue'), require('lodash'), require('qs'), require('axios'), require('vant/lib/toast/index.css'), require('vant/lib/toast')) :
3
- typeof define === 'function' && define.amd ? define(['vue', 'lodash', 'qs', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT = factory(global.Vue, global.lodash, global.QS, global.axios, null, global._Toast));
5
- })(this, (function (Vue, lodash, QS, axios, index_css, _Toast) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('lodash'), require('qs'), require('axios'), require('vant/lib/toast/index.css'), require('vant/lib/toast')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'vue', 'lodash', 'qs', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.Vue, global._, global.QS, global.axios, null, global._Toast));
5
+ })(this, (function (exports, Vue, lodash, QS, axios, index_css, _Toast) { 'use strict';
6
6
 
7
7
  function asyncGeneratorStep(n, t, e, r, o, a, c) {
8
8
  try {
@@ -10352,9 +10352,7 @@
10352
10352
  var checkedInsurance = checkedInsurances[0];
10353
10353
  // hasRequiredIns:如果组合险中有一款是必选的,则整个组合险为选中状态
10354
10354
  // 所有险种都不可选,则组合险不可修改且不选中。否则,组合险种可选
10355
- nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : (nGroupInsuranceIdEle.opts || []).some(function (opt) {
10356
- return !opt.isDisabled;
10357
- });
10355
+ nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : oldGroupTitleValue || !!checkedInsurance;
10358
10356
  if (hasRequiredIns) {
10359
10357
  nGroupTitleEle.value = hasRequiredIns;
10360
10358
  }
@@ -12407,6 +12405,8 @@
12407
12405
  staticRenderFns: __vue_staticRenderFns__
12408
12406
  }, __vue_inject_styles__, __vue_script__);
12409
12407
 
12410
- return __vue_component__;
12408
+ exports.default = __vue_component__;
12409
+
12410
+ Object.defineProperty(exports, '__esModule', { value: true });
12411
12411
 
12412
12412
  }));
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vue'), require('lodash'), require('qs'), require('axios'), require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('md5'), require('crypto-js')) :
3
- typeof define === 'function' && define.amd ? define(['vue', 'lodash', 'qs', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast', 'md5', 'crypto-js'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT = factory(global.Vue, global.lodash, global.QS, global.axios, null, global._Toast, global.MD5, global.CryptoJS));
5
- })(this, (function (Vue, lodash, QS, axios, index_css, _Toast, MD5, CryptoJS) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('lodash'), require('qs'), require('axios'), require('vant/lib/toast/index.css'), require('vant/lib/toast'), require('md5'), require('crypto-js')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'vue', 'lodash', 'qs', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast', 'md5', 'crypto-js'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.Vue, global._, global.QS, global.axios, null, global._Toast, global.md5, global.CryptoJS));
5
+ })(this, (function (exports, Vue, lodash, QS, axios, index_css, _Toast, MD5, CryptoJS) { 'use strict';
6
6
 
7
7
  function _typeof$2(o) {
8
8
  "@babel/helpers - typeof";
@@ -10324,9 +10324,7 @@
10324
10324
  var checkedInsurance = checkedInsurances[0];
10325
10325
  // hasRequiredIns:如果组合险中有一款是必选的,则整个组合险为选中状态
10326
10326
  // 所有险种都不可选,则组合险不可修改且不选中。否则,组合险种可选
10327
- nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : (nGroupInsuranceIdEle.opts || []).some(function (opt) {
10328
- return !opt.isDisabled;
10329
- });
10327
+ nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : oldGroupTitleValue || !!checkedInsurance;
10330
10328
  if (hasRequiredIns) {
10331
10329
  nGroupTitleEle.value = hasRequiredIns;
10332
10330
  }
@@ -12811,6 +12809,8 @@
12811
12809
  staticRenderFns: __vue_staticRenderFns__
12812
12810
  }, __vue_inject_styles__, __vue_script__);
12813
12811
 
12814
- return __vue_component__;
12812
+ exports.default = __vue_component__;
12813
+
12814
+ Object.defineProperty(exports, '__esModule', { value: true });
12815
12815
 
12816
12816
  }));
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('vant/lib/button/index.css'), require('vant/lib/button'), require('vant/lib/radio/index.css'), require('vant/lib/radio'), require('vant/lib/radio-group/index.css'), require('vant/lib/radio-group'), require('vant/lib/popup/index.css'), require('vant/lib/popup'), require('lodash'), require('qs')) :
3
- typeof define === 'function' && define.amd ? define(['vant/lib/button/index.css', 'vant/lib/button', 'vant/lib/radio/index.css', 'vant/lib/radio', 'vant/lib/radio-group/index.css', 'vant/lib/radio-group', 'vant/lib/popup/index.css', 'vant/lib/popup', 'lodash', 'qs'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.BXT = factory(null, global._Button, null, global._Radio, null, global._RadioGroup, null, global._Popup, global.lodash, global.QS));
5
- })(this, (function (index_css, _Button, index_css$1, _Radio, index_css$2, _RadioGroup, index_css$3, _Popup, lodash, QS) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vant/lib/button/index.css'), require('vant/lib/button'), require('vant/lib/radio/index.css'), require('vant/lib/radio'), require('vant/lib/radio-group/index.css'), require('vant/lib/radio-group'), require('vant/lib/popup/index.css'), require('vant/lib/popup'), require('lodash'), require('qs')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', 'vant/lib/button/index.css', 'vant/lib/button', 'vant/lib/radio/index.css', 'vant/lib/radio', 'vant/lib/radio-group/index.css', 'vant/lib/radio-group', 'vant/lib/popup/index.css', 'vant/lib/popup', 'lodash', 'qs'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, null, global._Button, null, global._Radio, null, global._RadioGroup, null, global._Popup, global._, global.QS));
5
+ })(this, (function (exports, index_css, _Button, index_css$1, _Radio, index_css$2, _RadioGroup, index_css$3, _Popup, lodash, QS) { 'use strict';
6
6
 
7
7
  function _typeof$1(o) {
8
8
  "@babel/helpers - typeof";
@@ -9002,6 +9002,8 @@
9002
9002
  staticRenderFns: __vue_staticRenderFns__
9003
9003
  }, __vue_inject_styles__, __vue_script__);
9004
9004
 
9005
- return __vue_component__;
9005
+ exports.default = __vue_component__;
9006
+
9007
+ Object.defineProperty(exports, '__esModule', { value: true });
9006
9008
 
9007
9009
  }));
@@ -1,7 +1,7 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('qs'), require('lodash'), require('axios'), require('vant/lib/toast/index.css'), require('vant/lib/toast')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', 'qs', 'lodash', 'axios', 'vant/lib/toast/index.css', 'vant/lib/toast'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.QS, global.lodash, global.axios, null, global._Toast));
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.BXT = {}, global.QS, global._, global.axios, null, global._Toast));
5
5
  })(this, (function (exports, QS, lodash, axios, index_css, _Toast) { 'use strict';
6
6
 
7
7
  function _typeof$1(o) {
@@ -10480,9 +10480,7 @@
10480
10480
  var checkedInsurance = checkedInsurances[0];
10481
10481
  // hasRequiredIns:如果组合险中有一款是必选的,则整个组合险为选中状态
10482
10482
  // 所有险种都不可选,则组合险不可修改且不选中。否则,组合险种可选
10483
- nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : (nGroupInsuranceIdEle.opts || []).some(function (opt) {
10484
- return !opt.isDisabled;
10485
- });
10483
+ nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : oldGroupTitleValue || !!checkedInsurance;
10486
10484
  if (hasRequiredIns) {
10487
10485
  nGroupTitleEle.value = hasRequiredIns;
10488
10486
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bxs-tools-ui",
3
- "version": "3.2.0-4",
3
+ "version": "3.2.0",
4
4
  "description": "微易前端业务组件",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -562,7 +562,7 @@ export function setGroupInsurance(prodData : IPbProduct) : IPbProduct {
562
562
  const checkedInsurance = checkedInsurances[0]
563
563
  // hasRequiredIns:如果组合险中有一款是必选的,则整个组合险为选中状态
564
564
  // 所有险种都不可选,则组合险不可修改且不选中。否则,组合险种可选
565
- nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : (nGroupInsuranceIdEle.opts || []).some(opt => !opt.isDisabled)
565
+ nGroupTitleEle.value = oldGroupTitleValue === false ? oldGroupTitleValue : oldGroupTitleValue || !!checkedInsurance
566
566
  if (hasRequiredIns) {
567
567
  nGroupTitleEle.value = hasRequiredIns
568
568
  }
package/packages/index.ts CHANGED
@@ -50,6 +50,6 @@ export {
50
50
  }
51
51
 
52
52
  export default {
53
- version: '3.2.0-4',
53
+ version: '3.2.0',
54
54
  install
55
55
  }