@zhubangyun/lowcode-core 5.12.90 → 5.12.91

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.
@@ -14,18 +14,18 @@ export interface DataView {
14
14
  labelField?: string;
15
15
  secondaryLabelFields?: string[];
16
16
  fieldWidth?: Record<string, number>;
17
- filterRules: FilterRule[];
18
- hiddenFields: string[];
19
- searchFields: FilterRule[];
20
- orderRules: OrderRule[];
17
+ filterRules?: FilterRule[];
18
+ hiddenFields?: string[];
19
+ searchFields?: FilterRule[];
20
+ orderRules?: OrderRule[];
21
+ showFields?: {
22
+ key: string;
23
+ fixed?: boolean;
24
+ }[];
21
25
  fillRules?: {
22
26
  mainRules: FillRule[];
23
27
  tableRules: FillRule[];
24
28
  };
25
- showFields: {
26
- key: string;
27
- fixed?: boolean;
28
- }[];
29
29
  onSearch?: (params: any, form?: FormInstance) => void;
30
30
  onLoadData?: (data: any[], form?: FormInstance) => void;
31
31
  callbacks?: {
@@ -14,18 +14,18 @@ export interface DataView {
14
14
  labelField?: string;
15
15
  secondaryLabelFields?: string[];
16
16
  fieldWidth?: Record<string, number>;
17
- filterRules: FilterRule[];
18
- hiddenFields: string[];
19
- searchFields: FilterRule[];
20
- orderRules: OrderRule[];
17
+ filterRules?: FilterRule[];
18
+ hiddenFields?: string[];
19
+ searchFields?: FilterRule[];
20
+ orderRules?: OrderRule[];
21
+ showFields?: {
22
+ key: string;
23
+ fixed?: boolean;
24
+ }[];
21
25
  fillRules?: {
22
26
  mainRules: FillRule[];
23
27
  tableRules: FillRule[];
24
28
  };
25
- showFields: {
26
- key: string;
27
- fixed?: boolean;
28
- }[];
29
29
  onSearch?: (params: any, form?: FormInstance) => void;
30
30
  onLoadData?: (data: any[], form?: FormInstance) => void;
31
31
  callbacks?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhubangyun/lowcode-core",
3
- "version": "5.12.090",
3
+ "version": "5.12.091",
4
4
  "description": "低代码核心",
5
5
  "files": [
6
6
  "lib",