@pisell/materials 6.12.15 → 6.12.16
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/productCard/cartSkuCard/index.d.ts +1 -1
- package/es/components/productCard/cartSkuCard/index.js +2 -2
- package/lib/components/productCard/cartSkuCard/index.d.ts +1 -1
- package/lib/components/productCard/cartSkuCard/index.js +1 -1
- package/package.json +3 -3
- package/es/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
- package/lib/components/PisellSuperTabs/PisellSuperTabs.d.ts +0 -8
|
@@ -11,6 +11,6 @@ interface ISKUCardProps extends Omit<ProductCardTypes, 'dataSource'> {
|
|
|
11
11
|
isShowRelatedProduct?: boolean;
|
|
12
12
|
}
|
|
13
13
|
export declare const PREFIX = "pisell-cart-sku-card";
|
|
14
|
-
export declare const ENABLE_LARGE_WEIGHING_FONT =
|
|
14
|
+
export declare const ENABLE_LARGE_WEIGHING_FONT = true;
|
|
15
15
|
declare const CartSkuCard: (props: ISKUCardProps) => React.JSX.Element | null;
|
|
16
16
|
export default CartSkuCard;
|
|
@@ -36,8 +36,8 @@ import useEngineContext from "../../../hooks/useEngineContext";
|
|
|
36
36
|
import Action from "../components/Action";
|
|
37
37
|
import { defaultValue } from "../status";
|
|
38
38
|
export var PREFIX = 'pisell-cart-sku-card';
|
|
39
|
-
//
|
|
40
|
-
export var ENABLE_LARGE_WEIGHING_FONT =
|
|
39
|
+
// 称重商品卡片启用大字号样式。
|
|
40
|
+
export var ENABLE_LARGE_WEIGHING_FONT = true;
|
|
41
41
|
var CartSkuCard = function CartSkuCard(props) {
|
|
42
42
|
var _context$appHelper$ut;
|
|
43
43
|
var _props$dataSource = props.dataSource,
|
|
@@ -11,6 +11,6 @@ interface ISKUCardProps extends Omit<ProductCardTypes, 'dataSource'> {
|
|
|
11
11
|
isShowRelatedProduct?: boolean;
|
|
12
12
|
}
|
|
13
13
|
export declare const PREFIX = "pisell-cart-sku-card";
|
|
14
|
-
export declare const ENABLE_LARGE_WEIGHING_FONT =
|
|
14
|
+
export declare const ENABLE_LARGE_WEIGHING_FONT = true;
|
|
15
15
|
declare const CartSkuCard: (props: ISKUCardProps) => React.JSX.Element | null;
|
|
16
16
|
export default CartSkuCard;
|
|
@@ -58,7 +58,7 @@ var import_useEngineContext = __toESM(require("../../../hooks/useEngineContext")
|
|
|
58
58
|
var import_Action = __toESM(require("../components/Action"));
|
|
59
59
|
var import_status = require("../status");
|
|
60
60
|
var PREFIX = "pisell-cart-sku-card";
|
|
61
|
-
var ENABLE_LARGE_WEIGHING_FONT =
|
|
61
|
+
var ENABLE_LARGE_WEIGHING_FONT = true;
|
|
62
62
|
var CartSkuCard = (props) => {
|
|
63
63
|
var _a, _b;
|
|
64
64
|
const {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "6.12.
|
|
3
|
+
"version": "6.12.16",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"antd-mobile": "^5.38.1",
|
|
97
97
|
"vod-js-sdk-v6": "^1.4.11",
|
|
98
98
|
"@pisell/date-picker": "3.0.10",
|
|
99
|
-
"@pisell/
|
|
100
|
-
"@pisell/
|
|
99
|
+
"@pisell/utils": "3.0.4",
|
|
100
|
+
"@pisell/icon": "0.0.11"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "^18.0.0",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import './PisellSuperTabs.less';
|
|
3
|
-
import type { PisellSuperTabsProps } from './types';
|
|
4
|
-
interface PisellSuperTabsRef {
|
|
5
|
-
scrollItemByRowKey: (key: string) => void;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: React.ForwardRefExoticComponent<PisellSuperTabsProps<unknown> & React.RefAttributes<PisellSuperTabsRef>>;
|
|
8
|
-
export default _default;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import './PisellSuperTabs.less';
|
|
3
|
-
import type { PisellSuperTabsProps } from './types';
|
|
4
|
-
interface PisellSuperTabsRef {
|
|
5
|
-
scrollItemByRowKey: (key: string) => void;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: React.ForwardRefExoticComponent<PisellSuperTabsProps<unknown> & React.RefAttributes<PisellSuperTabsRef>>;
|
|
8
|
-
export default _default;
|