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.
- package/README.md +0 -8
- package/lib/business-card/index.js +13 -13
- package/lib/bxs-utils/index.js +746 -810
- package/lib/canvas-poster/index.js +13 -13
- package/lib/index.css +166 -11
- package/lib/index.js +1062 -1103
- package/lib/insure-calculate/index.css +1 -1
- package/lib/insure-calculate/index.js +1041 -1206
- package/lib/person-info/index.css +144 -7
- package/lib/person-info/index.js +1387 -1398
- package/lib/product-info/index.css +38 -6
- package/lib/product-info/index.js +1024 -1302
- package/package.json +5 -15
- package/packages/business-card/demo/index.vue +2 -8
- package/packages/business-card/index.vue +6 -28
- package/packages/bxs-utils/demo/index.vue +0 -8
- package/packages/bxs-utils/index.js +0 -8
- package/packages/bxs-utils/planbook/common.js +9 -19
- package/packages/bxs-utils/planbook/index.js +0 -8
- package/packages/bxs-utils/planbook/insurance.js +71 -123
- package/packages/bxs-utils/planbook/person.js +215 -297
- package/packages/bxs-utils/planbook/product.js +321 -496
- package/packages/bxs-utils/trade/insureCalculate.js +11 -43
- package/packages/canvas-poster/demo/index.vue +2 -7
- package/packages/canvas-poster/index.vue +5 -37
- package/packages/components/form-item/age-birthday-item.vue +147 -0
- package/packages/components/form-item/select-item.vue +30 -65
- package/packages/components/form-item/title-item.vue +18 -9
- package/packages/insure-calculate/demo/index.vue +1 -4
- package/packages/insure-calculate/index.vue +47 -182
- package/packages/person-info/demo/index.vue +42 -88
- package/packages/person-info/index.css +26 -0
- package/packages/person-info/index.vue +32 -29
- package/packages/person-info/readme.md +1 -4
- package/packages/planbook-input/components/footer.vue +1 -2
- package/packages/planbook-input/components/product-table.css +99 -0
- package/packages/planbook-input/components/product-table.vue +10 -114
- package/packages/planbook-input/demo/index.vue +0 -8
- package/packages/planbook-input/helper.js +20 -84
- package/packages/planbook-input/index.css +26 -1
- package/packages/planbook-input/index.vue +110 -163
- package/packages/product-info/demo/index.vue +53 -543
- package/packages/product-info/index.css +35 -3
- package/packages/product-info/index.vue +26 -41
- package/packages/product-info/readme.md +1 -2
- package/src/js/md5Token.js +6 -8
- package/src/js/request.js +11 -9
- package/src/js/utils.js +2 -70
- package/packages/bxs-utils/index.css +0 -3
package/README.md
CHANGED
|
@@ -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(
|
|
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 =
|
|
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__(
|
|
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
|
-
/***/
|
|
967
|
+
/***/ 3:
|
|
968
968
|
/***/ (function(module, exports) {
|
|
969
969
|
|
|
970
|
-
module.exports =
|
|
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
|
-
/***/
|
|
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
|
-
/***/
|
|
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=
|
|
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=
|
|
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__(
|
|
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__(
|
|
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__(
|
|
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
|
-
/***/
|
|
1118
|
+
/***/ 8:
|
|
1119
1119
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1120
1120
|
|
|
1121
1121
|
"use strict";
|