@kingteza/crud-component 1.8.1 → 1.9.0

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.
@@ -109,7 +109,6 @@ export interface SelectCrudField<T, ItemType extends SelectFieldItem = SelectFie
109
109
  export interface EnumCrudField<T> extends InitialCrudField<T>, Copyable<false> {
110
110
  type: "enum";
111
111
  placeholder?: string;
112
- name: keyof T;
113
112
  enum: object | object[];
114
113
  radio?: boolean;
115
114
  translation?: object;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kingteza/crud-component",
3
3
  "private": false,
4
- "version": "1.8.1",
4
+ "version": "1.9.0",
5
5
  "description": "React CRUD component library with Ant Design",
6
6
  "keywords": [
7
7
  "react",