@tachybase/plugin-action-bulk-edit 0.23.17 → 0.23.20

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.
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const BulkEditActionInitializer: () => React.JSX.Element;
1
+ export declare const BulkEditActionInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const BulkEditSubmitActionInitializer: (props: any) => React.JSX.Element;
1
+ export declare const BulkEditSubmitActionInitializer: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const CreateFormBulkEditBlockInitializer: () => React.JSX.Element;
1
+ export declare const CreateFormBulkEditBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +1,8 @@
1
- import React from 'react';
2
- export declare const DeletedField: () => React.JSX.Element;
1
+ export declare const DeletedField: () => import("react/jsx-runtime").JSX.Element;
3
2
  export declare enum BulkEditFormItemValueType {
4
3
  RemainsTheSame = 1,
5
4
  ChangedTo = 2,
6
5
  Clear = 3,
7
6
  AddAttach = 4
8
7
  }
9
- export declare const BulkEditField: (props: any) => React.JSX.Element;
8
+ export declare const BulkEditField: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,14 +1,14 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.17",
4
- "@tachybase/schema": "0.23.17",
3
+ "@tachybase/client": "0.23.20",
4
+ "@tachybase/schema": "0.23.20",
5
5
  "antd": "5.22.5",
6
6
  "react-i18next": "15.2.0",
7
7
  "@ant-design/icons": "5.5.2",
8
- "@tachybase/components": "0.23.17",
8
+ "@tachybase/components": "0.23.20",
9
9
  "lodash": "4.17.21",
10
- "@tachybase/utils": "0.23.17",
10
+ "@tachybase/utils": "0.23.20",
11
11
  "react-router-dom": "6.28.1",
12
- "@tachybase/server": "0.23.17",
13
- "@tachybase/test": "0.23.17"
12
+ "@tachybase/server": "0.23.20",
13
+ "@tachybase/test": "0.23.20"
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-action-bulk-edit",
3
3
  "displayName": "Action: Batch edit",
4
- "version": "0.23.17",
4
+ "version": "0.23.20",
5
5
  "description": "Batch edit all records or selected records.",
6
6
  "keywords": [
7
7
  "Actions"
@@ -15,14 +15,14 @@
15
15
  "lodash": "4.17.21",
16
16
  "react-i18next": "^15.2.0",
17
17
  "react-router-dom": "6.28.1",
18
- "@tachybase/components": "0.23.17",
19
- "@tachybase/schema": "0.23.17"
18
+ "@tachybase/components": "0.23.20",
19
+ "@tachybase/schema": "0.23.20"
20
20
  },
21
21
  "peerDependencies": {
22
- "@tachybase/client": "0.23.17",
23
- "@tachybase/server": "0.23.17",
24
- "@tachybase/test": "0.23.17",
25
- "@tachybase/utils": "0.23.17"
22
+ "@tachybase/client": "0.23.20",
23
+ "@tachybase/server": "0.23.20",
24
+ "@tachybase/test": "0.23.20",
25
+ "@tachybase/utils": "0.23.20"
26
26
  },
27
27
  "description.zh-CN": "对全部数据或选中的数据进行批量编辑。",
28
28
  "displayName.zh-CN": "操作:批量编辑",