@partex/one-core 1.1.24 → 1.1.26

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.
@@ -85,7 +85,7 @@ export declare function fnPageNaive2Model(value: {
85
85
  }): ObjectKey;
86
86
  export declare const fnFormatTime: (value: string | number | Date | null | undefined, fmt?: string) => string;
87
87
  export declare const fnRenderAction: (buttons: IActionButton[]) => VNodeChild;
88
- export declare const fnEncodeCursor: (data: string) => string;
88
+ export declare const fnEncodeCursor: (data: any) => string;
89
89
  export declare const fnDecodeCursor: (data: string) => ObjectKey | string;
90
90
  export declare const fnThrottle: (fn: Fn, wait?: number) => Fn;
91
91
  export declare function fnFullScreen(element: any, callback?: Fn): void;