@pisell/private-materials 6.8.6 → 6.8.7
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/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +0 -3
- package/es/plus/productSelect/index.js +1 -4
- package/lib/plus/productSelect/ProductCard/SkuCard/components/CardWrapper/index.js +0 -3
- package/lib/plus/productSelect/index.js +1 -2
- package/package.json +3 -3
|
@@ -50,9 +50,6 @@ var CardWrapper = function CardWrapper(props) {
|
|
|
50
50
|
e.preventDefault();
|
|
51
51
|
e.stopPropagation();
|
|
52
52
|
onCardClick === null || onCardClick === void 0 || onCardClick(dataSource);
|
|
53
|
-
},
|
|
54
|
-
onClick: function onClick(e) {
|
|
55
|
-
e.stopPropagation();
|
|
56
53
|
}
|
|
57
54
|
}, /*#__PURE__*/React.createElement(CardPro, {
|
|
58
55
|
isMedia: false,
|
|
@@ -234,10 +234,7 @@ var index = function index(_ref) {
|
|
|
234
234
|
className: classNames(PREFIX, CONTAINER_CLASS, {
|
|
235
235
|
disabled: disabled
|
|
236
236
|
}),
|
|
237
|
-
style: mergedStyle
|
|
238
|
-
onClick: function onClick(e) {
|
|
239
|
-
return e.stopPropagation();
|
|
240
|
-
}
|
|
237
|
+
style: mergedStyle
|
|
241
238
|
}, showSearch ? /*#__PURE__*/React.createElement("div", {
|
|
242
239
|
className: "".concat(PREFIX, "__search-wrapper")
|
|
243
240
|
}, /*#__PURE__*/React.createElement(Input, {
|
|
@@ -98,9 +98,6 @@ var CardWrapper = (props) => {
|
|
|
98
98
|
e.preventDefault();
|
|
99
99
|
e.stopPropagation();
|
|
100
100
|
onCardClick == null ? void 0 : onCardClick(dataSource);
|
|
101
|
-
},
|
|
102
|
-
onClick: (e) => {
|
|
103
|
-
e.stopPropagation();
|
|
104
101
|
}
|
|
105
102
|
},
|
|
106
103
|
/* @__PURE__ */ import_react.default.createElement(
|
|
@@ -233,8 +233,7 @@ var index = ({
|
|
|
233
233
|
className: (0, import_classnames.default)(PREFIX, CONTAINER_CLASS, {
|
|
234
234
|
disabled
|
|
235
235
|
}),
|
|
236
|
-
style: mergedStyle
|
|
237
|
-
onClick: (e) => e.stopPropagation()
|
|
236
|
+
style: mergedStyle
|
|
238
237
|
},
|
|
239
238
|
showSearch ? /* @__PURE__ */ import_react.default.createElement("div", { className: `${PREFIX}__search-wrapper` }, /* @__PURE__ */ import_react.default.createElement(
|
|
240
239
|
import_materials.Input,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/private-materials",
|
|
3
|
-
"version": "6.8.
|
|
3
|
+
"version": "6.8.7",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"styled-components": "^6.0.0-rc.3",
|
|
62
62
|
"@react-spring/web": "^9.6.1",
|
|
63
63
|
"@use-gesture/react": "^10.3.1",
|
|
64
|
-
"@pisell/icon": "0.0.11",
|
|
65
64
|
"@pisell/materials": "6.8.3",
|
|
65
|
+
"@pisell/utils": "3.0.2",
|
|
66
66
|
"@pisell/date-picker": "3.0.7",
|
|
67
|
-
"@pisell/
|
|
67
|
+
"@pisell/icon": "0.0.11"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"react": "^18.0.0",
|