szld-libs 0.3.69 → 0.3.70

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 @@ const DynamicForm = forwardRef((props, ref) => {
29
29
  formListItemWidth,
30
30
  formListItemName,
31
31
  isEdit = false,
32
- langId = "10001"
32
+ langId = "10001",
33
+ getTitle
33
34
  } = props;
34
35
  const delFileListRef = useRef([]);
35
36
  const updateDelFileList = (file) => {
@@ -50,7 +51,8 @@ const DynamicForm = forwardRef((props, ref) => {
50
51
  CustomModalComponent,
51
52
  isEdit,
52
53
  formShowType,
53
- langId
54
+ langId,
55
+ getTitle
54
56
  });
55
57
  useImperativeHandle(ref, () => ({
56
58
  getDelFileList: () => {
@@ -30,7 +30,8 @@ const DynamicForm = react.forwardRef((props, ref) => {
30
30
  formListItemWidth,
31
31
  formListItemName,
32
32
  isEdit = false,
33
- langId = "10001"
33
+ langId = "10001",
34
+ getTitle
34
35
  } = props;
35
36
  const delFileListRef = react.useRef([]);
36
37
  const updateDelFileList = (file) => {
@@ -51,7 +52,8 @@ const DynamicForm = react.forwardRef((props, ref) => {
51
52
  CustomModalComponent,
52
53
  isEdit,
53
54
  formShowType,
54
- langId
55
+ langId,
56
+ getTitle
55
57
  });
56
58
  react.useImperativeHandle(ref, () => ({
57
59
  getDelFileList: () => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.3.69",
4
+ "version": "0.3.70",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",