@kingteza/crud-component 1.7.2 → 1.7.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.
@@ -1,6 +1,6 @@
1
1
  import { InitialCrudField } from './CrudComponent';
2
2
  import { FormInstance } from 'antd/lib';
3
- import { Copyable } from '.';
3
+ import { Copyable } from '../util/CopyUtilComponent';
4
4
  interface InitialTextAreaProps<T> extends InitialCrudField<T> {
5
5
  type: "textarea";
6
6
  onChange?: (value: string, form: FormInstance<T>) => void;
@@ -22,5 +22,4 @@ export { default as CrudActions } from './actions';
22
22
  export type { CrudActionsProps } from './actions';
23
23
  export { default as CrudModal } from './modal';
24
24
  export type { CrudModalProps, CrudModalRef } from './modal';
25
- export type * from 'src/util';
26
25
  export * from './view';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kingteza/crud-component",
3
3
  "private": false,
4
- "version": "1.7.2",
4
+ "version": "1.7.3",
5
5
  "description": "React CRUD component library with Ant Design",
6
6
  "keywords": [
7
7
  "react",