@tachybase/plugin-field-snapshot 0.23.18 → 0.23.22

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,4 +1,3 @@
1
- import React from 'react';
2
1
  export declare const createSnapshotBlockSchema: (options: any) => import("@tachybase/schema").Stringify<{
3
2
  [key: symbol]: any;
4
3
  [key: `x-${string}`]: any;
@@ -56,4 +55,4 @@ export declare const createSnapshotBlockSchema: (options: any) => import("@tachy
56
55
  "x-read-pretty"?: boolean;
57
56
  "x-compile-omitted"?: string[];
58
57
  }>;
59
- export declare const SnapshotBlockInitializersDetailItem: () => React.JSX.Element;
58
+ export declare const SnapshotBlockInitializersDetailItem: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const SnapshotBlockProvider: (props: any) => React.JSX.Element;
1
+ export declare const SnapshotBlockProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  export declare const SnapshotFieldProvider: React.MemoExoticComponent<(props: {
3
3
  children: React.ReactNode;
4
- }) => React.JSX.Element>;
4
+ }) => import("react/jsx-runtime").JSX.Element>;
@@ -2,4 +2,4 @@ import React from 'react';
2
2
  export declare const SnapshotHistoryCollectionProvider: (props: {
3
3
  collectionName: string;
4
4
  children: React.ReactNode;
5
- }) => React.JSX.Element;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const SnapshotRecordPicker: (props: any) => React.JSX.Element;
1
+ export declare const SnapshotRecordPicker: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +1,10 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.18",
4
- "@tachybase/schema": "0.23.18",
3
+ "@tachybase/client": "0.23.22",
4
+ "@tachybase/schema": "0.23.22",
5
5
  "lodash": "4.17.21",
6
- "@tachybase/database": "0.23.18",
7
- "@tachybase/server": "0.23.18",
6
+ "@tachybase/database": "0.23.22",
7
+ "@tachybase/server": "0.23.22",
8
8
  "antd": "5.22.5",
9
9
  "react-i18next": "15.2.0",
10
10
  "@ant-design/icons": "5.3.7"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-field-snapshot",
3
3
  "displayName": "Collection field: Snapshot",
4
- "version": "0.23.18",
4
+ "version": "0.23.22",
5
5
  "description": "When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.",
6
6
  "keywords": [
7
7
  "Collection fields"
@@ -16,14 +16,14 @@
16
16
  "rc-tree-select": "5.25.0",
17
17
  "react": "~18.3.1",
18
18
  "react-i18next": "^15.2.0",
19
- "@tachybase/schema": "0.23.18"
19
+ "@tachybase/schema": "0.23.22"
20
20
  },
21
21
  "peerDependencies": {
22
- "@tachybase/client": "0.23.18",
23
- "@tachybase/utils": "0.23.18",
24
- "@tachybase/test": "0.23.18",
25
- "@tachybase/server": "0.23.18",
26
- "@tachybase/database": "0.23.18"
22
+ "@tachybase/client": "0.23.22",
23
+ "@tachybase/database": "0.23.22",
24
+ "@tachybase/server": "0.23.22",
25
+ "@tachybase/test": "0.23.22",
26
+ "@tachybase/utils": "0.23.22"
27
27
  },
28
28
  "description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
29
29
  "displayName.zh-CN": "数据表字段:关系快照",