@pisell/private-materials 6.8.37 → 6.8.38

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.
@@ -29,7 +29,8 @@ var EditNormalService = /*#__PURE__*/forwardRef(function (props, ref) {
29
29
  modalRef.current.open({
30
30
  id: payload.productId,
31
31
  date: payload.date,
32
- is_eject: payload.isEject
32
+ is_eject: payload.isEject,
33
+ productData: payload.productData
33
34
  });
34
35
  return;
35
36
  }
@@ -50,7 +50,8 @@ var EditNormalService = (0, import_react.forwardRef)((props, ref) => {
50
50
  modalRef.current.open({
51
51
  id: payload.productId,
52
52
  date: payload.date,
53
- is_eject: payload.isEject
53
+ is_eject: payload.isEject,
54
+ productData: payload.productData
54
55
  });
55
56
  return;
56
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/private-materials",
3
- "version": "6.8.37",
3
+ "version": "6.8.38",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -76,10 +76,10 @@
76
76
  "react-infinite-scroll-component": "^6.1.0",
77
77
  "react-resizable": "^3.0.5",
78
78
  "styled-components": "^6.0.0-rc.3",
79
+ "@pisell/icon": "0.0.11",
79
80
  "@pisell/date-picker": "3.0.7",
80
- "@pisell/materials": "6.8.7",
81
81
  "@pisell/utils": "3.0.2",
82
- "@pisell/icon": "0.0.11"
82
+ "@pisell/materials": "6.8.7"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "react": "^18.0.0",
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { SkuDetailModalProps, SkuDetailModalRef } from './types';
3
- import './index.less';
4
- declare const _default: React.ForwardRefExoticComponent<SkuDetailModalProps & React.RefAttributes<SkuDetailModalRef>>;
5
- export default _default;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { SkuDetailModalProps, SkuDetailModalRef } from './types';
3
- import './index.less';
4
- declare const _default: React.ForwardRefExoticComponent<SkuDetailModalProps & React.RefAttributes<SkuDetailModalRef>>;
5
- export default _default;