bxs-tools-ui 2.0.4 → 2.0.6
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/lib/add-and-take/index.js +1301 -1231
- package/lib/adjust-baoe/index.js +1297 -1269
- package/lib/business-card/index.js +2 -2
- package/lib/bxs-utils/index.js +1292 -1253
- package/lib/canvas-poster/index.js +2 -2
- package/lib/index.js +1603 -1569
- package/lib/insure-calculate/index.js +1303 -1262
- package/lib/person-info/index.js +1298 -1259
- package/lib/product-info/index.js +694 -651
- package/package.json +1 -1
- package/packages/add-and-take/api.ts +2 -3
- package/packages/adjust-baoe/demo/index.vue +4 -14
- package/packages/adjust-baoe/index.vue +6 -30
- package/packages/bxs-utils/planbook/product.ts +12 -2
- package/packages/bxs-utils/trade/insureCalculate.js +3 -16
- package/packages/insure-calculate/demo/index.vue +1 -1
- package/packages/insure-calculate/index.vue +11 -40
- package/packages/person-info/demo/index.vue +3 -7
- package/packages/planbook-input/api.js +2 -1
- package/packages/planbook-input/components/product-table.vue +0 -1
- package/packages/planbook-input/helper.js +5 -11
- package/packages/planbook-input/index.vue +16 -20
- package/packages/product-info/demo/index.vue +4 -10
- package/packages/product-info/index.vue +2 -2
- package/src/js/variables.js +34 -8
|
@@ -1326,7 +1326,7 @@ var business_cardvue_type_script_lang_ts_BusinessCard = (function (_super) {
|
|
|
1326
1326
|
var business_cardvue_type_style_index_0_id_4ce95de4_prod_lang_css = __webpack_require__(246);
|
|
1327
1327
|
|
|
1328
1328
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1329
|
-
var componentNormalizer = __webpack_require__(
|
|
1329
|
+
var componentNormalizer = __webpack_require__(8);
|
|
1330
1330
|
|
|
1331
1331
|
// CONCATENATED MODULE: ./packages/business-card/index.vue
|
|
1332
1332
|
|
|
@@ -1359,7 +1359,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5__;
|
|
|
1359
1359
|
|
|
1360
1360
|
/***/ }),
|
|
1361
1361
|
|
|
1362
|
-
/***/
|
|
1362
|
+
/***/ 8:
|
|
1363
1363
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1364
1364
|
|
|
1365
1365
|
"use strict";
|