@vitessce/gl 3.8.13 → 3.9.0
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/dist/{deflate-DOtZ5zRz.js → deflate-BzNt60-G.js} +1 -1
- package/dist/{index-PjbBCu4D.js → index-C33IR6k6.js} +9 -8
- package/dist/index.js +2 -2
- package/dist/{jpeg-DSA7QV1f.js → jpeg-Bvo6erNt.js} +1 -1
- package/dist/{lerc-DqlV4mq6.js → lerc-BY6Ai0wA.js} +1 -1
- package/dist/{lzw-CbB1fX6w.js → lzw-BdRYmnt7.js} +1 -1
- package/dist/{packbits-ZKT7aLa5.js → packbits-tiWR1-ar.js} +1 -1
- package/dist/{raw-IyVgw_n6.js → raw-k81vUIHQ.js} +1 -1
- package/dist/{webimage-BWX8MQDR.js → webimage-DI0vEoWm.js} +1 -1
- package/dist-tsc/deck.js +1 -0
- package/package.json +3 -3
- package/src/deck.js +1 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
|
2
|
-
import { B as BaseDecoder } from "./index-
|
|
2
|
+
import { B as BaseDecoder } from "./index-C33IR6k6.js";
|
|
3
3
|
class DeflateDecoder extends BaseDecoder {
|
|
4
4
|
decodeBlock(buffer) {
|
|
5
5
|
return inflate_1(new Uint8Array(buffer)).buffer;
|
|
@@ -105568,22 +105568,22 @@ async function getDecoder(fileDirectory) {
|
|
|
105568
105568
|
const Decoder = await importFn();
|
|
105569
105569
|
return new Decoder(fileDirectory);
|
|
105570
105570
|
}
|
|
105571
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
105572
|
-
addDecoder(5, () => import("./lzw-
|
|
105571
|
+
addDecoder([void 0, 1], () => import("./raw-k81vUIHQ.js").then((m) => m.default));
|
|
105572
|
+
addDecoder(5, () => import("./lzw-BdRYmnt7.js").then((m) => m.default));
|
|
105573
105573
|
addDecoder(6, () => {
|
|
105574
105574
|
throw new Error("old style JPEG compression is not supported.");
|
|
105575
105575
|
});
|
|
105576
|
-
addDecoder(7, () => import("./jpeg-
|
|
105577
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
105578
|
-
addDecoder(32773, () => import("./packbits-
|
|
105576
|
+
addDecoder(7, () => import("./jpeg-Bvo6erNt.js").then((m) => m.default));
|
|
105577
|
+
addDecoder([8, 32946], () => import("./deflate-BzNt60-G.js").then((m) => m.default));
|
|
105578
|
+
addDecoder(32773, () => import("./packbits-tiWR1-ar.js").then((m) => m.default));
|
|
105579
105579
|
addDecoder(
|
|
105580
105580
|
34887,
|
|
105581
|
-
() => import("./lerc-
|
|
105581
|
+
() => import("./lerc-BY6Ai0wA.js").then(async (m) => {
|
|
105582
105582
|
await m.zstd.init();
|
|
105583
105583
|
return m;
|
|
105584
105584
|
}).then((m) => m.default)
|
|
105585
105585
|
);
|
|
105586
|
-
addDecoder(50001, () => import("./webimage-
|
|
105586
|
+
addDecoder(50001, () => import("./webimage-DI0vEoWm.js").then((m) => m.default));
|
|
105587
105587
|
function copyNewSize(array, width, height, samplesPerPixel = 1) {
|
|
105588
105588
|
return new (Object.getPrototypeOf(array)).constructor(width * height * samplesPerPixel);
|
|
105589
105589
|
}
|
|
@@ -126488,7 +126488,8 @@ const deck = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty
|
|
|
126488
126488
|
OrthographicView,
|
|
126489
126489
|
PolygonLayer,
|
|
126490
126490
|
ScatterplotLayer,
|
|
126491
|
-
TextLayer
|
|
126491
|
+
TextLayer,
|
|
126492
|
+
TileLayer
|
|
126492
126493
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
126493
126494
|
const math = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
126494
126495
|
__proto__: null,
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as distEs6Exports } from "./index-
|
|
2
|
-
import { p, o, A, s, r, q, i, j, l, C, m, D, G, e, H, c, M, k, n, d, P, S, h, T, u, b, t, w, v } from "./index-
|
|
1
|
+
import { f as distEs6Exports } from "./index-C33IR6k6.js";
|
|
2
|
+
import { p, o, A, s, r, q, i, j, l, C, m, D, G, e, H, c, M, k, n, d, P, S, h, T, u, b, t, w, v } from "./index-C33IR6k6.js";
|
|
3
3
|
const SELECTION_TYPE = distEs6Exports.SELECTION_TYPE;
|
|
4
4
|
export {
|
|
5
5
|
p as AXIS_FONT_FAMILY,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-SxljTded.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder, L as LercParameters, a as LercAddCompression } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder, L as LercParameters, a as LercAddCompression } from "./index-C33IR6k6.js";
|
|
3
3
|
var LercDecode = { exports: {} };
|
|
4
4
|
var hasRequiredLercDecode;
|
|
5
5
|
function requireLercDecode() {
|
package/dist-tsc/deck.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as DeckGL } from 'deck.gl';
|
|
2
2
|
export { COORDINATE_SYSTEM } from '@deck.gl/core';
|
|
3
3
|
export { PolygonLayer, TextLayer, ScatterplotLayer, LineLayer, } from '@deck.gl/layers';
|
|
4
|
+
export { TileLayer } from '@deck.gl/geo-layers';
|
|
4
5
|
export { OrthographicView, OrbitView } from '@deck.gl/core';
|
|
5
6
|
export { ContourLayer } from '@deck.gl/aggregation-layers';
|
|
6
7
|
export { DataFilterExtension } from '@deck.gl/extensions';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/gl",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"math.gl": "^3.5.6",
|
|
57
57
|
"mathjs": "^9.2.0",
|
|
58
58
|
"nebula.gl": "0.23.8",
|
|
59
|
-
"@vitessce/utils": "3.
|
|
60
|
-
"@vitessce/globals": "3.
|
|
59
|
+
"@vitessce/utils": "3.9.0",
|
|
60
|
+
"@vitessce/globals": "3.9.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"glsl-colormap": "^1.0.1",
|
package/src/deck.js
CHANGED
|
@@ -6,6 +6,7 @@ export {
|
|
|
6
6
|
ScatterplotLayer,
|
|
7
7
|
LineLayer,
|
|
8
8
|
} from '@deck.gl/layers';
|
|
9
|
+
export { TileLayer } from '@deck.gl/geo-layers';
|
|
9
10
|
export { OrthographicView, OrbitView } from '@deck.gl/core';
|
|
10
11
|
export { ContourLayer } from '@deck.gl/aggregation-layers';
|
|
11
12
|
export { DataFilterExtension } from '@deck.gl/extensions';
|