@vitessce/scatterplot 3.4.7 → 3.4.9
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-a9048cdd.js → deflate-aef135d7.js} +1 -1
- package/dist/{index-eee2d28f.js → index-6d3a4538.js} +26 -18
- package/dist/index.js +1 -1
- package/dist/{jpeg-7c226d63.js → jpeg-abd2cf50.js} +1 -1
- package/dist/{lerc-0384b6ad.js → lerc-578540f5.js} +1 -1
- package/dist/{lzw-d2cff9a8.js → lzw-edb4ee5c.js} +1 -1
- package/dist/{packbits-43302cb2.js → packbits-0d27f844.js} +1 -1
- package/dist/{raw-3ece8be3.js → raw-0e091ae7.js} +1 -1
- package/dist/{webimage-4065dcff.js → webimage-a655586a.js} +1 -1
- package/package.json +7 -7
|
@@ -74206,16 +74206,24 @@ var getIntrinsic = function GetIntrinsic(name2, allowMissing) {
|
|
|
74206
74206
|
return value;
|
|
74207
74207
|
};
|
|
74208
74208
|
var callBind$3 = { exports: {} };
|
|
74209
|
-
var
|
|
74210
|
-
var
|
|
74211
|
-
|
|
74212
|
-
|
|
74213
|
-
|
|
74214
|
-
|
|
74215
|
-
|
|
74209
|
+
var esDefineProperty;
|
|
74210
|
+
var hasRequiredEsDefineProperty;
|
|
74211
|
+
function requireEsDefineProperty() {
|
|
74212
|
+
if (hasRequiredEsDefineProperty)
|
|
74213
|
+
return esDefineProperty;
|
|
74214
|
+
hasRequiredEsDefineProperty = 1;
|
|
74215
|
+
var GetIntrinsic3 = getIntrinsic;
|
|
74216
|
+
var $defineProperty2 = GetIntrinsic3("%Object.defineProperty%", true) || false;
|
|
74217
|
+
if ($defineProperty2) {
|
|
74218
|
+
try {
|
|
74219
|
+
$defineProperty2({}, "a", { value: 1 });
|
|
74220
|
+
} catch (e2) {
|
|
74221
|
+
$defineProperty2 = false;
|
|
74222
|
+
}
|
|
74216
74223
|
}
|
|
74224
|
+
esDefineProperty = $defineProperty2;
|
|
74225
|
+
return esDefineProperty;
|
|
74217
74226
|
}
|
|
74218
|
-
var esDefineProperty = $defineProperty$3;
|
|
74219
74227
|
var GetIntrinsic$3 = getIntrinsic;
|
|
74220
74228
|
var $gOPD$1 = GetIntrinsic$3("%Object.getOwnPropertyDescriptor%", true);
|
|
74221
74229
|
if ($gOPD$1) {
|
|
@@ -74226,7 +74234,7 @@ if ($gOPD$1) {
|
|
|
74226
74234
|
}
|
|
74227
74235
|
}
|
|
74228
74236
|
var gopd$1 = $gOPD$1;
|
|
74229
|
-
var $defineProperty$2 =
|
|
74237
|
+
var $defineProperty$2 = requireEsDefineProperty();
|
|
74230
74238
|
var $SyntaxError = syntax;
|
|
74231
74239
|
var $TypeError$3 = type;
|
|
74232
74240
|
var gopd = gopd$1;
|
|
@@ -74267,7 +74275,7 @@ var defineDataProperty$1 = function defineDataProperty(obj, property, value) {
|
|
|
74267
74275
|
throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
|
|
74268
74276
|
}
|
|
74269
74277
|
};
|
|
74270
|
-
var $defineProperty$1 =
|
|
74278
|
+
var $defineProperty$1 = requireEsDefineProperty();
|
|
74271
74279
|
var hasPropertyDescriptors$1 = function hasPropertyDescriptors() {
|
|
74272
74280
|
return !!$defineProperty$1;
|
|
74273
74281
|
};
|
|
@@ -74336,7 +74344,7 @@ var setFunctionLength = function setFunctionLength2(fn, length2) {
|
|
|
74336
74344
|
var $apply = GetIntrinsic3("%Function.prototype.apply%");
|
|
74337
74345
|
var $call = GetIntrinsic3("%Function.prototype.call%");
|
|
74338
74346
|
var $reflectApply = GetIntrinsic3("%Reflect.apply%", true) || bind4.call($call, $apply);
|
|
74339
|
-
var $defineProperty2 =
|
|
74347
|
+
var $defineProperty2 = requireEsDefineProperty();
|
|
74340
74348
|
var $max = GetIntrinsic3("%Math.max%");
|
|
74341
74349
|
module2.exports = function callBind2(originalFunction) {
|
|
74342
74350
|
if (typeof originalFunction !== "function") {
|
|
@@ -108022,16 +108030,16 @@ function addDecoder(cases, importFn) {
|
|
|
108022
108030
|
}
|
|
108023
108031
|
cases.forEach((c2) => registry$1.set(c2, importFn));
|
|
108024
108032
|
}
|
|
108025
|
-
addDecoder([void 0, 1], () => import("./raw-
|
|
108026
|
-
addDecoder(5, () => import("./lzw-
|
|
108033
|
+
addDecoder([void 0, 1], () => import("./raw-0e091ae7.js").then((m2) => m2.default));
|
|
108034
|
+
addDecoder(5, () => import("./lzw-edb4ee5c.js").then((m2) => m2.default));
|
|
108027
108035
|
addDecoder(6, () => {
|
|
108028
108036
|
throw new Error("old style JPEG compression is not supported.");
|
|
108029
108037
|
});
|
|
108030
|
-
addDecoder(7, () => import("./jpeg-
|
|
108031
|
-
addDecoder([8, 32946], () => import("./deflate-
|
|
108032
|
-
addDecoder(32773, () => import("./packbits-
|
|
108033
|
-
addDecoder(34887, () => import("./lerc-
|
|
108034
|
-
addDecoder(50001, () => import("./webimage-
|
|
108038
|
+
addDecoder(7, () => import("./jpeg-abd2cf50.js").then((m2) => m2.default));
|
|
108039
|
+
addDecoder([8, 32946], () => import("./deflate-aef135d7.js").then((m2) => m2.default));
|
|
108040
|
+
addDecoder(32773, () => import("./packbits-0d27f844.js").then((m2) => m2.default));
|
|
108041
|
+
addDecoder(34887, () => import("./lerc-578540f5.js").then((m2) => m2.default));
|
|
108042
|
+
addDecoder(50001, () => import("./webimage-a655586a.js").then((m2) => m2.default));
|
|
108035
108043
|
function decodeRowAcc(row, stride) {
|
|
108036
108044
|
let length2 = row.length - stride;
|
|
108037
108045
|
let offset5 = 0;
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
|
|
2
|
-
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-
|
|
2
|
+
import { g as getDefaultExportFromCjs, B as BaseDecoder } from "./index-6d3a4538.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@vitessce/vit-s";
|
|
5
5
|
import "react-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/scatterplot",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.9",
|
|
4
4
|
"author": "Gehlenborg Lab",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"d3-quadtree": "^1.0.7",
|
|
24
24
|
"lodash-es": "^4.17.21",
|
|
25
25
|
"react-aria": "^3.28.0",
|
|
26
|
-
"@vitessce/constants-internal": "3.4.
|
|
27
|
-
"@vitessce/gl": "3.4.
|
|
28
|
-
"@vitessce/icons": "3.4.
|
|
29
|
-
"@vitessce/tooltip": "3.4.
|
|
30
|
-
"@vitessce/utils": "3.4.
|
|
31
|
-
"@vitessce/vit-s": "3.4.
|
|
26
|
+
"@vitessce/constants-internal": "3.4.9",
|
|
27
|
+
"@vitessce/gl": "3.4.9",
|
|
28
|
+
"@vitessce/icons": "3.4.9",
|
|
29
|
+
"@vitessce/tooltip": "3.4.9",
|
|
30
|
+
"@vitessce/utils": "3.4.9",
|
|
31
|
+
"@vitessce/vit-s": "3.4.9"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@testing-library/jest-dom": "^5.16.4",
|