@pisell/pisellos 2.2.22 → 2.2.23

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.
@@ -16,7 +16,7 @@ export declare const calculateSubtotal: (items: CartItem[]) => string;
16
16
  * @return {*}
17
17
  * @Author: xiangfeng.xue
18
18
  */
19
- export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) => Decimal | "0.00";
19
+ export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) => "0.00" | Decimal;
20
20
  /**
21
21
  * @title: 计算定金
22
22
  * @param items - 购物车商品数组
@@ -465,6 +465,7 @@ export var ProductsModule = /*#__PURE__*/function (_BaseModule) {
465
465
  // 组合规格
466
466
  'variantGroup.variantItem'],
467
467
  open_deposit: 1,
468
+ is_append_product_description: 1,
468
469
  with_count: ['bundleGroup', 'optionGroup'],
469
470
  with_category_tree: 1,
470
471
  status: 'published',
@@ -16,7 +16,7 @@ export declare const calculateSubtotal: (items: CartItem[]) => string;
16
16
  * @return {*}
17
17
  * @Author: xiangfeng.xue
18
18
  */
19
- export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) => Decimal | "0.00";
19
+ export declare const calculateTaxFee: (shopInfo: any, items: CartItem[]) => "0.00" | Decimal;
20
20
  /**
21
21
  * @title: 计算定金
22
22
  * @param items - 购物车商品数组
@@ -303,6 +303,7 @@ var ProductsModule = class extends import_BaseModule.BaseModule {
303
303
  "variantGroup.variantItem"
304
304
  ],
305
305
  open_deposit: 1,
306
+ is_append_product_description: 1,
306
307
  with_count: ["bundleGroup", "optionGroup"],
307
308
  with_category_tree: 1,
308
309
  status: "published",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "2.2.22",
4
+ "version": "2.2.23",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",