@nocobase/client-v2 2.1.19 → 2.1.20

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.
@@ -141,6 +141,7 @@ export declare abstract class BaseApplication<TOptions extends BaseApplicationOp
141
141
  setMaintaining(maintaining: boolean): void;
142
142
  getOptions(): TOptions;
143
143
  getName(): string;
144
+ getCdnUrl(): any;
144
145
  getPublicPath(): string;
145
146
  getApiUrl(pathname?: string): string;
146
147
  getRouteUrl(pathname: string): string;
@@ -18,7 +18,6 @@ export declare class QuickEditFormModel extends FlowModel {
18
18
  fieldPath: string;
19
19
  resource: SingleRecordResource;
20
20
  collection: Collection;
21
- now: number;
22
21
  viewContainer: any;
23
22
  __onSubmitSuccess: any;
24
23
  _fieldProps: any;