@tachybase/plugin-form-design 1.3.22 → 1.3.24

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.
@@ -9,6 +9,7 @@ interface EditableFieldInfo {
9
9
  schemaOptions: ISchemaFieldReactFactoryOptions | null;
10
10
  form: Form | null;
11
11
  formBlockValue: any;
12
+ highLightField: any;
12
13
  setEditableField: (info: EditableFieldInfoPartial) => void;
13
14
  }
14
15
  type EditableFieldInfoPartial = Partial<Omit<EditableFieldInfo, 'setEditableField'>>;
@@ -57,5 +57,18 @@ export declare const useStyles: (props?: unknown) => import("antd-style").Return
57
57
  };
58
58
  };
59
59
  titleCss: import("antd-style").SerializedStyles;
60
+ currentbar: {
61
+ position: "absolute";
62
+ zIndex: number;
63
+ top: number;
64
+ left: number;
65
+ right: number;
66
+ bottom: number;
67
+ background: string;
68
+ pointerEvents: "none";
69
+ '.ant-space-item .anticon': {
70
+ margin: number;
71
+ };
72
+ };
60
73
  overrideAntdCSS: import("antd-style").SerializedStyles;
61
74
  }>;
@@ -1,13 +1,13 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.23",
3
- "@tego/server": "1.3.43",
2
+ "@tachybase/client": "1.3.25",
3
+ "@tego/server": "1.3.52",
4
4
  "react": "18.3.1",
5
- "@tachybase/schema": "1.3.43",
5
+ "@tachybase/schema": "1.3.52",
6
6
  "@ant-design/icons": "5.6.1",
7
7
  "lodash": "4.17.21",
8
8
  "react-dom": "18.3.1",
9
9
  "antd-style": "3.7.1",
10
10
  "antd": "5.22.5",
11
- "@tego/client": "1.3.43",
11
+ "@tego/client": "1.3.52",
12
12
  "@dnd-kit/core": "6.3.1"
13
13
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-form-design",
3
3
  "displayName": "Form Design",
4
- "version": "1.3.22",
4
+ "version": "1.3.24",
5
5
  "description": "WYSIWYG Form Design Plugin",
6
6
  "keywords": [
7
7
  "Collections",
@@ -12,14 +12,14 @@
12
12
  "@ant-design/icons": "^5.6.1",
13
13
  "@ctrl/tinycolor": "^3.6.1",
14
14
  "@dnd-kit/core": "^6.3.1",
15
- "@tachybase/schema": "^1.3.43",
16
- "@tachybase/test": "^1.3.43",
17
- "@tego/client": "^1.3.43",
18
- "@tego/server": "^1.3.43",
15
+ "@tachybase/schema": "*",
16
+ "@tachybase/test": "*",
17
+ "@tego/client": "*",
18
+ "@tego/server": "*",
19
19
  "antd": "5.22.5",
20
20
  "antd-style": "3.7.1",
21
21
  "lodash": "^4.17.21",
22
- "@tachybase/client": "1.3.23"
22
+ "@tachybase/client": "1.3.25"
23
23
  },
24
24
  "description.zh-CN": "所见即所得的表单设计插件"
25
25
  }