flame-types 1.1.11 → 1.1.12

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.
@@ -53,6 +53,7 @@ export interface FormChildItem {
53
53
  paletteKey?: string;
54
54
  disabledConfig?: string[];
55
55
  field_code?: string;
56
+ fieldLibItemSnapshot?: Record<string, unknown>;
56
57
  }
57
58
  export interface LayoutItem {
58
59
  i: string;
@@ -119,12 +120,12 @@ export interface FrameworkPaletteFieldLibItem {
119
120
  type: Exclude<BasicControlType, 'flmCustom'>;
120
121
  defaultConfig?: Record<string, unknown>;
121
122
  defaultFormItem?: Partial<FormItemSettings>;
122
- /** 字段库业务编码,拖入设计区后写入控件 field_code */
123
123
  field_code?: string;
124
124
  paletteKey?: string;
125
125
  disabledConfig?: string[];
126
126
  gridW?: number;
127
127
  gridH?: number;
128
+ fieldLibItemSnapshot?: Record<string, unknown>;
128
129
  }
129
130
  export type FrameworkPaletteItem = FrameworkPaletteBasicItem | FrameworkPaletteCustomItem | FrameworkPaletteComponentBundleItem | FrameworkPaletteFieldLibItem;
130
131
  export type FrameworkComponentGroupPanelRole = 'preset' | 'customComponent' | 'customFieldLib';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flame-types",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "main": "./dist/main.js",
5
5
  "types": "./dist/types/index.d.ts",
6
6
  "files": [