@posx/core 5.5.86 → 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 +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
- package/package.publish.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -288,7 +288,7 @@ declare module '@posx/core/service.factory' {
|
|
|
288
288
|
private readonly http;
|
|
289
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>;
|