@steedos-widgets/amis-lib 6.3.17-beta.1 → 6.3.17-beta.3

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.
@@ -166,7 +166,6 @@ export function getObjectListHeaderFirstLine(objectSchema: any, listViewName: an
166
166
  visibleOn: any;
167
167
  className: string;
168
168
  }[];
169
- visibleOn: string;
170
169
  }[];
171
170
  md: string;
172
171
  valign: string;
@@ -592,7 +591,6 @@ export function getObjectListHeader(objectSchema: any, listViewName: any, ctx: a
592
591
  visibleOn: any;
593
592
  className: string;
594
593
  }[];
595
- visibleOn: string;
596
594
  }[];
597
595
  md: string;
598
596
  valign: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.3.17-beta.1",
4
+ "version": "6.3.17-beta.3",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "d675d569921b373a7da4de6c209314f5e03fdba4"
64
+ "gitHead": "7842db816e8557ed69a5f8136fca3795b8257d7a"
65
65
  }