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
|
@@ -1382,7 +1382,7 @@ var canvas_postervue_type_script_lang_ts_CanvasPoster = (function (_super) {
|
|
|
1382
1382
|
var canvas_postervue_type_style_index_0_id_1d397ebe_prod_lang_css = __webpack_require__(247);
|
|
1383
1383
|
|
|
1384
1384
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1385
|
-
var componentNormalizer = __webpack_require__(
|
|
1385
|
+
var componentNormalizer = __webpack_require__(8);
|
|
1386
1386
|
|
|
1387
1387
|
// CONCATENATED MODULE: ./packages/canvas-poster/index.vue
|
|
1388
1388
|
|
|
@@ -1415,7 +1415,7 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5__;
|
|
|
1415
1415
|
|
|
1416
1416
|
/***/ }),
|
|
1417
1417
|
|
|
1418
|
-
/***/
|
|
1418
|
+
/***/ 8:
|
|
1419
1419
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1420
1420
|
|
|
1421
1421
|
"use strict";
|