flame-types 1.1.10 → 1.1.11

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.
@@ -119,6 +119,9 @@ export interface FrameworkPaletteFieldLibItem {
119
119
  type: Exclude<BasicControlType, 'flmCustom'>;
120
120
  defaultConfig?: Record<string, unknown>;
121
121
  defaultFormItem?: Partial<FormItemSettings>;
122
+ /** 字段库业务编码,拖入设计区后写入控件 field_code */
123
+ field_code?: string;
124
+ paletteKey?: string;
122
125
  disabledConfig?: string[];
123
126
  gridW?: number;
124
127
  gridH?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flame-types",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "main": "./dist/main.js",
5
5
  "types": "./dist/types/index.d.ts",
6
6
  "files": [