bxs-tools-ui 1.0.22 → 1.0.26

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.
Files changed (49) hide show
  1. package/README.md +0 -8
  2. package/lib/business-card/index.js +13 -13
  3. package/lib/bxs-utils/index.js +746 -810
  4. package/lib/canvas-poster/index.js +13 -13
  5. package/lib/index.css +166 -11
  6. package/lib/index.js +1062 -1103
  7. package/lib/insure-calculate/index.css +1 -1
  8. package/lib/insure-calculate/index.js +1041 -1206
  9. package/lib/person-info/index.css +144 -7
  10. package/lib/person-info/index.js +1387 -1398
  11. package/lib/product-info/index.css +38 -6
  12. package/lib/product-info/index.js +1024 -1302
  13. package/package.json +5 -15
  14. package/packages/business-card/demo/index.vue +2 -8
  15. package/packages/business-card/index.vue +6 -28
  16. package/packages/bxs-utils/demo/index.vue +0 -8
  17. package/packages/bxs-utils/index.js +0 -8
  18. package/packages/bxs-utils/planbook/common.js +9 -19
  19. package/packages/bxs-utils/planbook/index.js +0 -8
  20. package/packages/bxs-utils/planbook/insurance.js +71 -123
  21. package/packages/bxs-utils/planbook/person.js +215 -297
  22. package/packages/bxs-utils/planbook/product.js +321 -496
  23. package/packages/bxs-utils/trade/insureCalculate.js +11 -43
  24. package/packages/canvas-poster/demo/index.vue +2 -7
  25. package/packages/canvas-poster/index.vue +5 -37
  26. package/packages/components/form-item/age-birthday-item.vue +147 -0
  27. package/packages/components/form-item/select-item.vue +30 -65
  28. package/packages/components/form-item/title-item.vue +18 -9
  29. package/packages/insure-calculate/demo/index.vue +1 -4
  30. package/packages/insure-calculate/index.vue +47 -182
  31. package/packages/person-info/demo/index.vue +42 -88
  32. package/packages/person-info/index.css +26 -0
  33. package/packages/person-info/index.vue +32 -29
  34. package/packages/person-info/readme.md +1 -4
  35. package/packages/planbook-input/components/footer.vue +1 -2
  36. package/packages/planbook-input/components/product-table.css +99 -0
  37. package/packages/planbook-input/components/product-table.vue +10 -114
  38. package/packages/planbook-input/demo/index.vue +0 -8
  39. package/packages/planbook-input/helper.js +20 -84
  40. package/packages/planbook-input/index.css +26 -1
  41. package/packages/planbook-input/index.vue +110 -163
  42. package/packages/product-info/demo/index.vue +53 -543
  43. package/packages/product-info/index.css +35 -3
  44. package/packages/product-info/index.vue +26 -41
  45. package/packages/product-info/readme.md +1 -2
  46. package/src/js/md5Token.js +6 -8
  47. package/src/js/request.js +11 -9
  48. package/src/js/utils.js +2 -70
  49. package/packages/bxs-utils/index.css +0 -3
package/README.md CHANGED
@@ -1,11 +1,3 @@
1
- <!--
2
- * @Description:
3
- * @Author: lizhao
4
- * @Date: 2020-08-13 16:37:02
5
- * @LastEditors: lizhao
6
- * @LastEditTime: 2021-01-13 17:27:14
7
- * @FilePath: /bxs-tools-ui/README.md
8
- -->
9
1
  #### bxs-tools-vue
10
2
  基于 `vue + bxs-ui-vue` 开发的微易业务相关组件库。
11
3
  包含以下模块:
@@ -7,7 +7,7 @@
7
7
  var a = typeof exports === 'object' ? factory(require("vue")) : factory(root["Vue"]);
8
8
  for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
9
  }
10
- })(window, function(__WEBPACK_EXTERNAL_MODULE__4__) {
10
+ })(window, function(__WEBPACK_EXTERNAL_MODULE__3__) {
11
11
  return /******/ (function(modules) { // webpackBootstrap
12
12
  /******/ // The module cache
13
13
  /******/ var installedModules = {};
@@ -91,7 +91,7 @@ return /******/ (function(modules) { // webpackBootstrap
91
91
  /******/
92
92
  /******/
93
93
  /******/ // Load entry module and return exports
94
- /******/ return __webpack_require__(__webpack_require__.s = 67);
94
+ /******/ return __webpack_require__(__webpack_require__.s = 70);
95
95
  /******/ })
96
96
  /************************************************************************/
97
97
  /******/ ({
@@ -360,7 +360,7 @@ __webpack_require__.d(__webpack_exports__, "e", function() { return /* binding *
360
360
  // UNUSED EXPORTS: Mixins, Inject, InjectReactive, Provide, ProvideReactive, PropSync, Emit, Ref
361
361
 
362
362
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
363
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(4);
363
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(3);
364
364
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
365
365
 
366
366
  // CONCATENATED MODULE: ./node_modules/vue-class-component/dist/vue-class-component.esm.js
@@ -964,10 +964,10 @@ function isPromise(obj) {
964
964
 
965
965
  /***/ }),
966
966
 
967
- /***/ 4:
967
+ /***/ 3:
968
968
  /***/ (function(module, exports) {
969
969
 
970
- module.exports = __WEBPACK_EXTERNAL_MODULE__4__;
970
+ module.exports = __WEBPACK_EXTERNAL_MODULE__3__;
971
971
 
972
972
  /***/ }),
973
973
 
@@ -978,7 +978,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4__;
978
978
 
979
979
  /***/ }),
980
980
 
981
- /***/ 61:
981
+ /***/ 62:
982
982
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
983
983
 
984
984
  "use strict";
@@ -989,25 +989,25 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4__;
989
989
 
990
990
  /***/ }),
991
991
 
992
- /***/ 67:
992
+ /***/ 70:
993
993
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
994
994
 
995
995
  "use strict";
996
996
  // ESM COMPAT FLAG
997
997
  __webpack_require__.r(__webpack_exports__);
998
998
 
999
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/business-card/index.vue?vue&type=template&id=4bedd174&
999
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/business-card/index.vue?vue&type=template&id=4ce95de4&
1000
1000
  var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"bxt-business-card"},[_c('ul',{staticClass:"bxt-business-card-ul"},[_c('li',{staticClass:"bxt-business-card-li",on:{"click":_vm.avatarHandler}},[_c('img',{staticClass:"bxt-business-card-avatar",attrs:{"src":_vm.cardData.avatar,"alt":"头像"}})]),_c('li',{staticClass:"bxt-business-card-li",on:{"click":_vm.avatarHandler}},[_c('div',{staticClass:"bxt-business-card-container"},[_c('span',{staticClass:"bxt-business-card-name"},[_vm._v("\n "+_vm._s(_vm.cardData.name)+"\n "),(_vm.cardData.rankIcon)?_c('img',{staticClass:"bxt-business-card-diamond",attrs:{"src":_vm.cardData.rankIcon}}):_vm._e()]),(_vm.cardData.rank)?_c('span',{staticClass:"bxt-business-card-rank",style:(_vm.rankStyle)},[_vm._v("\n "+_vm._s(_vm.cardData.rank)+"\n ")]):_vm._e()])]),_c('li',{staticClass:"bxt-business-card-li"},[(_vm.cardData.mobile)?_c('a',{staticClass:"bxt-business-card-mobile",attrs:{"href":("tel:" + (_vm.cardData.mobile))}},[_vm._v("\n "+_vm._s(_vm.cardData.mobile)+"\n ")]):_vm._e()]),(_vm.buttonData && _vm.buttonData.tx)?_c('li',{staticClass:"bxt-business-card-li",on:{"click":_vm.buttonHandler}},[_c('span',{staticClass:"bxt-business-card-button",style:(_vm.buttonStyle)},[_vm._v(_vm._s(_vm.buttonData.tx))])]):_vm._e()])])}
1001
1001
  var staticRenderFns = []
1002
1002
 
1003
1003
 
1004
- // CONCATENATED MODULE: ./packages/business-card/index.vue?vue&type=template&id=4bedd174&
1004
+ // CONCATENATED MODULE: ./packages/business-card/index.vue?vue&type=template&id=4ce95de4&
1005
1005
 
1006
1006
  // EXTERNAL MODULE: ./node_modules/tslib/tslib.es6.js
1007
1007
  var tslib_es6 = __webpack_require__(0);
1008
1008
 
1009
1009
  // EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
1010
- var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(4);
1010
+ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(3);
1011
1011
  var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
1012
1012
 
1013
1013
  // EXTERNAL MODULE: ./node_modules/vue-property-decorator/lib/vue-property-decorator.js + 1 modules
@@ -1086,10 +1086,10 @@ var business_cardvue_type_script_lang_ts_BusinessCard = (function (_super) {
1086
1086
  // CONCATENATED MODULE: ./packages/business-card/index.vue?vue&type=script&lang=ts&
1087
1087
  /* harmony default export */ var packages_business_cardvue_type_script_lang_ts_ = (business_cardvue_type_script_lang_ts_);
1088
1088
  // EXTERNAL MODULE: ./packages/business-card/index.vue?vue&type=style&index=0&lang=css&
1089
- var business_cardvue_type_style_index_0_lang_css_ = __webpack_require__(61);
1089
+ var business_cardvue_type_style_index_0_lang_css_ = __webpack_require__(62);
1090
1090
 
1091
1091
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
1092
- var componentNormalizer = __webpack_require__(9);
1092
+ var componentNormalizer = __webpack_require__(8);
1093
1093
 
1094
1094
  // CONCATENATED MODULE: ./packages/business-card/index.vue
1095
1095
 
@@ -1115,7 +1115,7 @@ var component = Object(componentNormalizer["a" /* default */])(
1115
1115
 
1116
1116
  /***/ }),
1117
1117
 
1118
- /***/ 9:
1118
+ /***/ 8:
1119
1119
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1120
1120
 
1121
1121
  "use strict";