@loaders.gl/3d-tiles 4.3.0-alpha.2 → 4.3.0-alpha.4

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.
@@ -1,4 +1,4 @@
1
- import { FileProvider } from '@loaders.gl/loader-utils';
1
+ import { FileProviderInterface } from '@loaders.gl/loader-utils';
2
2
  import { IndexedArchive } from '@loaders.gl/zip';
3
3
  /**
4
4
  * Class for handling information about 3tz file
@@ -11,7 +11,7 @@ export declare class Tiles3DArchive extends IndexedArchive {
11
11
  * @param fileProvider - FileProvider with the whole file
12
12
  * @param hashTable - hash info
13
13
  */
14
- constructor(fileProvider: FileProvider, hashTable?: Record<string, bigint>, fileName?: string);
14
+ constructor(fileProvider: FileProviderInterface, hashTable?: Record<string, bigint>, fileName?: string);
15
15
  /**
16
16
  * Returns file with the given path from 3tz archive
17
17
  * @param path - path inside the 3tz
@@ -1 +1 @@
1
- {"version":3,"file":"3d-tiles-archive-archive.d.ts","sourceRoot":"","sources":["../../src/3d-tiles-archive/3d-tiles-archive-archive.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,YAAY,EAAC,MAAM,0BAA0B,CAAC;AAGtD,OAAO,EAAC,cAAc,EAA0B,MAAM,iBAAiB,CAAC;AAcxE;;GAEG;AACH,qBAAa,cAAe,SAAQ,cAAc;IAChD,gBAAgB;IAChB,OAAO,CAAC,SAAS,CAAC,CAAyB;IAE3C;;;;OAIG;gBACS,YAAY,EAAE,YAAY,EAAE,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,QAAQ,CAAC,EAAE,MAAM;IAK7F;;;;OAIG;IACG,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;IAcjD;;;;OAIG;YACW,YAAY;CAgC3B"}
1
+ {"version":3,"file":"3d-tiles-archive-archive.d.ts","sourceRoot":"","sources":["../../src/3d-tiles-archive/3d-tiles-archive-archive.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,qBAAqB,EAAC,MAAM,0BAA0B,CAAC;AAG/D,OAAO,EAAC,cAAc,EAA0B,MAAM,iBAAiB,CAAC;AAcxE;;GAEG;AACH,qBAAa,cAAe,SAAQ,cAAc;IAChD,gBAAgB;IAChB,OAAO,CAAC,SAAS,CAAC,CAAyB;IAE3C;;;;OAIG;gBAED,YAAY,EAAE,qBAAqB,EACnC,SAAS,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAClC,QAAQ,CAAC,EAAE,MAAM;IAMnB;;;;OAIG;IACG,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;IAcjD;;;;OAIG;YACW,YAAY;CAgC3B"}
@@ -1,4 +1,4 @@
1
- import { FileProvider } from '@loaders.gl/loader-utils';
1
+ import { FileProviderInterface } from '@loaders.gl/loader-utils';
2
2
  import { Tiles3DArchive } from "./3d-tiles-archive-archive.js";
3
3
  /**
4
4
  * Creates 3tz file handler from raw file
@@ -6,5 +6,5 @@ import { Tiles3DArchive } from "./3d-tiles-archive-archive.js";
6
6
  * @param cb is called with information message during parsing
7
7
  * @returns 3tz file handler
8
8
  */
9
- export declare const parse3DTilesArchive: (fileProvider: FileProvider, cb?: ((msg: string) => void) | undefined) => Promise<Tiles3DArchive>;
9
+ export declare const parse3DTilesArchive: (fileProvider: FileProviderInterface, cb?: ((msg: string) => void) | undefined) => Promise<Tiles3DArchive>;
10
10
  //# sourceMappingURL=3d-tiles-archive-parser.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"3d-tiles-archive-parser.d.ts","sourceRoot":"","sources":["../../src/3d-tiles-archive/3d-tiles-archive-parser.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,YAAY,EAAC,MAAM,0BAA0B,CAAC;AAStD,OAAO,EAAC,cAAc,EAAC,sCAAmC;AAE1D;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,iBAChB,YAAY,cACf,MAAM,KAAK,IAAI,kBACzB,QAAQ,cAAc,CA+BxB,CAAC"}
1
+ {"version":3,"file":"3d-tiles-archive-parser.d.ts","sourceRoot":"","sources":["../../src/3d-tiles-archive/3d-tiles-archive-parser.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,qBAAqB,EAAC,MAAM,0BAA0B,CAAC;AAS/D,OAAO,EAAC,cAAc,EAAC,sCAAmC;AAE1D;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB,iBAChB,qBAAqB,cACxB,MAAM,KAAK,IAAI,kBACzB,QAAQ,cAAc,CA+BxB,CAAC"}
@@ -5,7 +5,7 @@ import { DataViewFile } from '@loaders.gl/loader-utils';
5
5
  import { parse3DTilesArchive as parse3DTilesArchiveFromProvider } from "./3d-tiles-archive/3d-tiles-archive-parser.js";
6
6
  // __VERSION__ is injected by babel-plugin-version-inline
7
7
  // @ts-ignore TS2304: Cannot find name '__VERSION__'.
8
- const VERSION = typeof "4.3.0-alpha.1" !== 'undefined' ? "4.3.0-alpha.1" : 'latest';
8
+ const VERSION = typeof "4.3.0-alpha.3" !== 'undefined' ? "4.3.0-alpha.3" : 'latest';
9
9
  /**
10
10
  * Loader for 3tz packages
11
11
  */