@posx/core 5.5.85 → 5.5.87

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.
package/build/index.d.ts CHANGED
@@ -286,9 +286,9 @@ declare module '@posx/core/service.factory' {
286
286
  readonly win: any;
287
287
  private mode;
288
288
  private readonly http;
289
- private dataSource;
289
+ dataSource: Dexie;
290
290
  private status;
291
- constructor(options: IServiceOptions, win: any);
291
+ constructor(options: IServiceOptions, win: any, withoutDbInit?: boolean);
292
292
  initializeDatabase(): Promise<Dexie>;
293
293
  dropDatabase(): Promise<void>;
294
294
  clearTableData(tableName: string): import("dexie").PromiseExtended<void>;