@loaders.gl/3d-tiles 4.3.0-alpha.7 → 4.3.0-beta.1

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.
@@ -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: FileProviderInterface, cb?: ((msg: string) => void) | undefined) => Promise<Tiles3DArchive>;
9
+ export declare const parse3DTilesArchive: (fileProvider: FileProviderInterface, cb?: (msg: string) => void) => 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,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"}
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,OAC9B,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,KACzB,OAAO,CAAC,cAAc,CA+BxB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"3d-tiles-archive-loader.d.ts","sourceRoot":"","sources":["../src/3d-tiles-archive-loader.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAC,aAAa,EAAmB,MAAM,0BAA0B,CAAC;AAQ9E,oCAAoC;AACpC,MAAM,MAAM,+BAA+B,GAAG,aAAa,GAAG;IAC5D,kBAAkB,CAAC,EAAE;QACnB,kCAAkC;QAClC,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACH,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;CAW4C,CAAC;AAElF;;;;;GAKG;AACH,iBAAe,mBAAmB,CAChC,IAAI,EAAE,WAAW,EACjB,OAAO,GAAE,+BAAoC,GAC5C,OAAO,CAAC,WAAW,CAAC,CAGtB"}
1
+ {"version":3,"file":"3d-tiles-archive-loader.d.ts","sourceRoot":"","sources":["../src/3d-tiles-archive-loader.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAC,aAAa,EAAmB,MAAM,0BAA0B,CAAC;AAQ9E,oCAAoC;AACpC,MAAM,MAAM,+BAA+B,GAAG,aAAa,GAAG;IAC5D,kBAAkB,CAAC,EAAE;QACnB,kCAAkC;QAClC,IAAI,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACH,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB;cACN,WAAW;eACrB,KAAK;;;;;;;;;CASuD,CAAC;AAElF;;;;;GAKG;AACH,iBAAe,mBAAmB,CAChC,IAAI,EAAE,WAAW,EACjB,OAAO,GAAE,+BAAoC,GAC5C,OAAO,CAAC,WAAW,CAAC,CAGtB"}
@@ -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.6" !== 'undefined' ? "4.3.0-alpha.6" : 'latest';
8
+ const VERSION = typeof "4.3.0-alpha.8" !== 'undefined' ? "4.3.0-alpha.8" : 'latest';
9
9
  /**
10
10
  * Loader for 3tz packages
11
11
  */
@@ -7,7 +7,7 @@ export declare const CesiumIonLoader: {
7
7
  readonly id: "cesium-ion";
8
8
  readonly name: "Cesium Ion";
9
9
  readonly preload: typeof preload;
10
- readonly parse: (data: ArrayBuffer, options?: LoaderOptions | undefined, context?: import("@loaders.gl/loader-utils").LoaderContext | undefined) => Promise<import("@loaders.gl/3d-tiles").Tiles3DTilesetJSONPostprocessed | import("@loaders.gl/3d-tiles").Tiles3DTileContent>;
10
+ readonly parse: (data: ArrayBuffer, options?: LoaderOptions | undefined, context?: import("@loaders.gl/loader-utils").LoaderContext | undefined) => Promise<import("./types").Tiles3DTilesetJSONPostprocessed | import("./types").Tiles3DTileContent>;
11
11
  readonly options: {
12
12
  readonly 'cesium-ion': {
13
13
  readonly accessToken: null;