@nocobase/client 1.3.15-beta → 1.3.16-beta

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.
@@ -62,7 +62,7 @@ export declare const useCustomizeRequestActionProps: () => {
62
62
  onClick(): Promise<void>;
63
63
  };
64
64
  export declare const useUpdateActionProps: () => {
65
- onClick(): Promise<void>;
65
+ onClick(e?: any, callBack?: any): Promise<void>;
66
66
  };
67
67
  export declare const useDestroyActionProps: () => {
68
68
  onClick(e?: any, callBack?: any): Promise<void>;
@@ -16,3 +16,7 @@ export interface CollectionDeletedPlaceholderProps {
16
16
  * @internal
17
17
  */
18
18
  export declare const CollectionDeletedPlaceholder: FC<CollectionDeletedPlaceholderProps>;
19
+ /**
20
+ * @internal
21
+ */
22
+ export declare const CollectionNotAllowViewPlaceholder: FC<any>;