@vitessce/all 3.5.1 → 3.5.2

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,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
2
- import { aP as BaseDecoder } from "./index-195bc2aa.js";
2
+ import { aP as BaseDecoder } from "./index-c30aae4a.js";
3
3
  import "react";
4
4
  import "@vitessce/vit-s";
5
5
  import "react-dom";
@@ -1,6 +1,6 @@
1
1
  import React__default, { createElement, isValidElement, PureComponent, Component } from "react";
2
2
  import ReactDOM__default, { findDOMNode as findDOMNode$1 } from "react-dom";
3
- import { aS as commonjsGlobal$1, aT as objectAssign, g as getDefaultExportFromCjs$1, aU as earcut } from "./index-195bc2aa.js";
3
+ import { aS as commonjsGlobal$1, aT as objectAssign, g as getDefaultExportFromCjs$1, aU as earcut } from "./index-c30aae4a.js";
4
4
  import "@vitessce/vit-s";
5
5
  var promise = {};
6
6
  (function(exports2) {
@@ -16625,7 +16625,7 @@ function getStylesCreator(stylesOrCreator) {
16625
16625
  }
16626
16626
  }
16627
16627
  return {
16628
- create: function create5(theme, name2) {
16628
+ create: function create6(theme, name2) {
16629
16629
  var styles50;
16630
16630
  try {
16631
16631
  styles50 = themingEnabled ? stylesOrCreator(theme) : stylesOrCreator;
@@ -27691,7 +27691,7 @@ var classCallCheck$1 = function(instance2, Constructor) {
27691
27691
  }
27692
27692
  };
27693
27693
  var createClass$1 = function() {
27694
- function defineProperties3(target2, props) {
27694
+ function defineProperties4(target2, props) {
27695
27695
  for (var i2 = 0; i2 < props.length; i2++) {
27696
27696
  var descriptor2 = props[i2];
27697
27697
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -27703,9 +27703,9 @@ var createClass$1 = function() {
27703
27703
  }
27704
27704
  return function(Constructor, protoProps, staticProps) {
27705
27705
  if (protoProps)
27706
- defineProperties3(Constructor.prototype, protoProps);
27706
+ defineProperties4(Constructor.prototype, protoProps);
27707
27707
  if (staticProps)
27708
- defineProperties3(Constructor, staticProps);
27708
+ defineProperties4(Constructor, staticProps);
27709
27709
  return Constructor;
27710
27710
  };
27711
27711
  }();
@@ -35698,14 +35698,14 @@ function toJsxRuntime(tree2, options) {
35698
35698
  throw new TypeError("Expected `Fragment` in options");
35699
35699
  }
35700
35700
  const filePath = options.filePath || void 0;
35701
- let create5;
35701
+ let create6;
35702
35702
  if (options.development) {
35703
35703
  if (typeof options.jsxDEV !== "function") {
35704
35704
  throw new TypeError(
35705
35705
  "Expected `jsxDEV` in options when `development: true`"
35706
35706
  );
35707
35707
  }
35708
- create5 = developmentCreate(filePath, options.jsxDEV);
35708
+ create6 = developmentCreate(filePath, options.jsxDEV);
35709
35709
  } else {
35710
35710
  if (typeof options.jsx !== "function") {
35711
35711
  throw new TypeError("Expected `jsx` in production options");
@@ -35713,13 +35713,13 @@ function toJsxRuntime(tree2, options) {
35713
35713
  if (typeof options.jsxs !== "function") {
35714
35714
  throw new TypeError("Expected `jsxs` in production options");
35715
35715
  }
35716
- create5 = productionCreate(filePath, options.jsx, options.jsxs);
35716
+ create6 = productionCreate(filePath, options.jsx, options.jsxs);
35717
35717
  }
35718
35718
  const state = {
35719
35719
  Fragment: options.Fragment,
35720
35720
  ancestors: [],
35721
35721
  components: options.components || {},
35722
- create: create5,
35722
+ create: create6,
35723
35723
  elementAttributeNameCase: options.elementAttributeNameCase || "react",
35724
35724
  evaluater: options.createEvaluater ? options.createEvaluater() : void 0,
35725
35725
  filePath,
@@ -35843,16 +35843,16 @@ function addChildren(props, children2) {
35843
35843
  }
35844
35844
  }
35845
35845
  function productionCreate(_2, jsx, jsxs) {
35846
- return create5;
35847
- function create5(_3, type2, props, key2) {
35846
+ return create6;
35847
+ function create6(_3, type2, props, key2) {
35848
35848
  const isStaticChildren = Array.isArray(props.children);
35849
35849
  const fn2 = isStaticChildren ? jsxs : jsx;
35850
35850
  return key2 ? fn2(type2, props, key2) : fn2(type2, props);
35851
35851
  }
35852
35852
  }
35853
35853
  function developmentCreate(filePath, jsxDEV) {
35854
- return create5;
35855
- function create5(node2, type2, props, key2) {
35854
+ return create6;
35855
+ function create6(node2, type2, props, key2) {
35856
35856
  const isStaticChildren = Array.isArray(props.children);
35857
35857
  const point2 = pointStart(node2);
35858
35858
  return jsxDEV(
@@ -39995,14 +39995,14 @@ function parse$e(options) {
39995
39995
  defined: [],
39996
39996
  lazy: {},
39997
39997
  constructs: constructs2,
39998
- content: create5(content$2),
39999
- document: create5(document$2),
40000
- flow: create5(flow$1),
40001
- string: create5(string$4),
40002
- text: create5(text$5)
39998
+ content: create6(content$2),
39999
+ document: create6(document$2),
40000
+ flow: create6(flow$1),
40001
+ string: create6(string$4),
40002
+ text: create6(text$5)
40003
40003
  };
40004
40004
  return parser2;
40005
- function create5(initial) {
40005
+ function create6(initial) {
40006
40006
  return creator2;
40007
40007
  function creator2(from) {
40008
40008
  return createTokenizer(parser2, initial, from);
@@ -40370,10 +40370,10 @@ function compiler(options) {
40370
40370
  events2[start][1]._spread = listSpread;
40371
40371
  return length2;
40372
40372
  }
40373
- function opener(create5, and) {
40373
+ function opener(create6, and) {
40374
40374
  return open2;
40375
40375
  function open2(token) {
40376
- enter.call(this, create5(token), token);
40376
+ enter.call(this, create6(token), token);
40377
40377
  if (and)
40378
40378
  and.call(this, token);
40379
40379
  }
@@ -53172,10 +53172,10 @@ var _propertyDesc = function(bitmap, value2) {
53172
53172
  value: value2
53173
53173
  };
53174
53174
  };
53175
- var dP$1 = require_objectDp();
53175
+ var dP$2 = require_objectDp();
53176
53176
  var createDesc$2 = _propertyDesc;
53177
53177
  var _hide = require_descriptors() ? function(object2, key2, value2) {
53178
- return dP$1.f(object2, key2, createDesc$2(1, value2));
53178
+ return dP$2.f(object2, key2, createDesc$2(1, value2));
53179
53179
  } : function(object2, key2, value2) {
53180
53180
  object2[key2] = value2;
53181
53181
  return object2;
@@ -53189,7 +53189,7 @@ var core$3 = _coreExports;
53189
53189
  var ctx = _ctx;
53190
53190
  var hide$2 = _hide;
53191
53191
  var has$a = _has$1;
53192
- var PROTOTYPE$1 = "prototype";
53192
+ var PROTOTYPE$2 = "prototype";
53193
53193
  var $export$6 = function(type2, name2, source2) {
53194
53194
  var IS_FORCED = type2 & $export$6.F;
53195
53195
  var IS_GLOBAL = type2 & $export$6.G;
@@ -53198,8 +53198,8 @@ var $export$6 = function(type2, name2, source2) {
53198
53198
  var IS_BIND = type2 & $export$6.B;
53199
53199
  var IS_WRAP = type2 & $export$6.W;
53200
53200
  var exports2 = IS_GLOBAL ? core$3 : core$3[name2] || (core$3[name2] = {});
53201
- var expProto = exports2[PROTOTYPE$1];
53202
- var target2 = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$1];
53201
+ var expProto = exports2[PROTOTYPE$2];
53202
+ var target2 = IS_GLOBAL ? global$5 : IS_STATIC ? global$5[name2] : (global$5[name2] || {})[PROTOTYPE$2];
53203
53203
  var key2, own2, out;
53204
53204
  if (IS_GLOBAL)
53205
53205
  source2 = name2;
@@ -53223,7 +53223,7 @@ var $export$6 = function(type2, name2, source2) {
53223
53223
  }
53224
53224
  return C3.apply(this, arguments);
53225
53225
  };
53226
- F[PROTOTYPE$1] = C3[PROTOTYPE$1];
53226
+ F[PROTOTYPE$2] = C3[PROTOTYPE$2];
53227
53227
  return F;
53228
53228
  }(out) : IS_PROTO && typeof out == "function" ? ctx(Function.call, out) : out;
53229
53229
  if (IS_PROTO) {
@@ -53328,30 +53328,22 @@ var px$2 = Math.random();
53328
53328
  var _uid = function(key2) {
53329
53329
  return "Symbol(".concat(key2 === void 0 ? "" : key2, ")_", (++id$4 + px$2).toString(36));
53330
53330
  };
53331
- var _sharedKey;
53332
- var hasRequired_sharedKey;
53333
- function require_sharedKey() {
53334
- if (hasRequired_sharedKey)
53335
- return _sharedKey;
53336
- hasRequired_sharedKey = 1;
53337
- var shared2 = _sharedExports("keys");
53338
- var uid2 = _uid;
53339
- _sharedKey = function(key2) {
53340
- return shared2[key2] || (shared2[key2] = uid2(key2));
53341
- };
53342
- return _sharedKey;
53343
- }
53331
+ var shared$1 = _sharedExports("keys");
53332
+ var uid$3 = _uid;
53333
+ var _sharedKey = function(key2) {
53334
+ return shared$1[key2] || (shared$1[key2] = uid$3(key2));
53335
+ };
53344
53336
  var has$9 = _has$1;
53345
53337
  var toIObject$4 = _toIobject;
53346
53338
  var arrayIndexOf = _arrayIncludes(false);
53347
- var IE_PROTO$1 = require_sharedKey()("IE_PROTO");
53339
+ var IE_PROTO$2 = _sharedKey("IE_PROTO");
53348
53340
  var _objectKeysInternal = function(object2, names) {
53349
53341
  var O = toIObject$4(object2);
53350
53342
  var i2 = 0;
53351
53343
  var result = [];
53352
53344
  var key2;
53353
53345
  for (key2 in O)
53354
- if (key2 != IE_PROTO$1)
53346
+ if (key2 != IE_PROTO$2)
53355
53347
  has$9(O, key2) && result.push(key2);
53356
53348
  while (names.length > i2)
53357
53349
  if (has$9(O, key2 = names[i2++])) {
@@ -53361,9 +53353,9 @@ var _objectKeysInternal = function(object2, names) {
53361
53353
  };
53362
53354
  var _enumBugKeys = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",");
53363
53355
  var $keys$2 = _objectKeysInternal;
53364
- var enumBugKeys = _enumBugKeys;
53356
+ var enumBugKeys$1 = _enumBugKeys;
53365
53357
  var _objectKeys$1 = Object.keys || function keys(O) {
53366
- return $keys$2(O, enumBugKeys);
53358
+ return $keys$2(O, enumBugKeys$1);
53367
53359
  };
53368
53360
  var _objectGops = {};
53369
53361
  _objectGops.f = Object.getOwnPropertySymbols;
@@ -53481,7 +53473,7 @@ function _interopRequireDefault$o(obj) {
53481
53473
  return obj && obj.__esModule ? obj : { default: obj };
53482
53474
  }
53483
53475
  var _default$5 = function() {
53484
- function defineProperties3(target2, props) {
53476
+ function defineProperties4(target2, props) {
53485
53477
  for (var i2 = 0; i2 < props.length; i2++) {
53486
53478
  var descriptor2 = props[i2];
53487
53479
  descriptor2.enumerable = descriptor2.enumerable || false;
@@ -53493,9 +53485,9 @@ var _default$5 = function() {
53493
53485
  }
53494
53486
  return function(Constructor, protoProps, staticProps) {
53495
53487
  if (protoProps)
53496
- defineProperties3(Constructor.prototype, protoProps);
53488
+ defineProperties4(Constructor.prototype, protoProps);
53497
53489
  if (staticProps)
53498
- defineProperties3(Constructor, staticProps);
53490
+ defineProperties4(Constructor, staticProps);
53499
53491
  return Constructor;
53500
53492
  };
53501
53493
  }();
@@ -53516,27 +53508,19 @@ var _stringAt = function(TO_STRING) {
53516
53508
  };
53517
53509
  var _redefine = _hide;
53518
53510
  var _iterators = {};
53519
- var _objectDps;
53520
- var hasRequired_objectDps;
53521
- function require_objectDps() {
53522
- if (hasRequired_objectDps)
53523
- return _objectDps;
53524
- hasRequired_objectDps = 1;
53525
- var dP2 = require_objectDp();
53526
- var anObject2 = _anObject;
53527
- var getKeys2 = _objectKeys$1;
53528
- _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties3(O, Properties) {
53529
- anObject2(O);
53530
- var keys4 = getKeys2(Properties);
53531
- var length2 = keys4.length;
53532
- var i2 = 0;
53533
- var P2;
53534
- while (length2 > i2)
53535
- dP2.f(O, P2 = keys4[i2++], Properties[P2]);
53536
- return O;
53537
- };
53538
- return _objectDps;
53539
- }
53511
+ var dP$1 = require_objectDp();
53512
+ var anObject$2 = _anObject;
53513
+ var getKeys$1 = _objectKeys$1;
53514
+ var _objectDps = require_descriptors() ? Object.defineProperties : function defineProperties(O, Properties) {
53515
+ anObject$2(O);
53516
+ var keys4 = getKeys$1(Properties);
53517
+ var length2 = keys4.length;
53518
+ var i2 = 0;
53519
+ var P2;
53520
+ while (length2 > i2)
53521
+ dP$1.f(O, P2 = keys4[i2++], Properties[P2]);
53522
+ return O;
53523
+ };
53540
53524
  var _html;
53541
53525
  var hasRequired_html;
53542
53526
  function require_html() {
@@ -53547,50 +53531,42 @@ function require_html() {
53547
53531
  _html = document2 && document2.documentElement;
53548
53532
  return _html;
53549
53533
  }
53550
- var _objectCreate;
53551
- var hasRequired_objectCreate;
53552
- function require_objectCreate() {
53553
- if (hasRequired_objectCreate)
53554
- return _objectCreate;
53555
- hasRequired_objectCreate = 1;
53556
- var anObject2 = _anObject;
53557
- var dPs = require_objectDps();
53558
- var enumBugKeys2 = _enumBugKeys;
53559
- var IE_PROTO2 = require_sharedKey()("IE_PROTO");
53560
- var Empty2 = function() {
53561
- };
53562
- var PROTOTYPE2 = "prototype";
53563
- var createDict = function() {
53564
- var iframe = require_domCreate()("iframe");
53565
- var i2 = enumBugKeys2.length;
53566
- var lt2 = "<";
53567
- var gt2 = ">";
53568
- var iframeDocument;
53569
- iframe.style.display = "none";
53570
- require_html().appendChild(iframe);
53571
- iframe.src = "javascript:";
53572
- iframeDocument = iframe.contentWindow.document;
53573
- iframeDocument.open();
53574
- iframeDocument.write(lt2 + "script" + gt2 + "document.F=Object" + lt2 + "/script" + gt2);
53575
- iframeDocument.close();
53576
- createDict = iframeDocument.F;
53577
- while (i2--)
53578
- delete createDict[PROTOTYPE2][enumBugKeys2[i2]];
53579
- return createDict();
53580
- };
53581
- _objectCreate = Object.create || function create5(O, Properties) {
53582
- var result;
53583
- if (O !== null) {
53584
- Empty2[PROTOTYPE2] = anObject2(O);
53585
- result = new Empty2();
53586
- Empty2[PROTOTYPE2] = null;
53587
- result[IE_PROTO2] = O;
53588
- } else
53589
- result = createDict();
53590
- return Properties === void 0 ? result : dPs(result, Properties);
53591
- };
53592
- return _objectCreate;
53593
- }
53534
+ var anObject$1 = _anObject;
53535
+ var dPs = _objectDps;
53536
+ var enumBugKeys = _enumBugKeys;
53537
+ var IE_PROTO$1 = _sharedKey("IE_PROTO");
53538
+ var Empty$2 = function() {
53539
+ };
53540
+ var PROTOTYPE$1 = "prototype";
53541
+ var createDict = function() {
53542
+ var iframe = require_domCreate()("iframe");
53543
+ var i2 = enumBugKeys.length;
53544
+ var lt2 = "<";
53545
+ var gt2 = ">";
53546
+ var iframeDocument;
53547
+ iframe.style.display = "none";
53548
+ require_html().appendChild(iframe);
53549
+ iframe.src = "javascript:";
53550
+ iframeDocument = iframe.contentWindow.document;
53551
+ iframeDocument.open();
53552
+ iframeDocument.write(lt2 + "script" + gt2 + "document.F=Object" + lt2 + "/script" + gt2);
53553
+ iframeDocument.close();
53554
+ createDict = iframeDocument.F;
53555
+ while (i2--)
53556
+ delete createDict[PROTOTYPE$1][enumBugKeys[i2]];
53557
+ return createDict();
53558
+ };
53559
+ var _objectCreate = Object.create || function create2(O, Properties) {
53560
+ var result;
53561
+ if (O !== null) {
53562
+ Empty$2[PROTOTYPE$1] = anObject$1(O);
53563
+ result = new Empty$2();
53564
+ Empty$2[PROTOTYPE$1] = null;
53565
+ result[IE_PROTO$1] = O;
53566
+ } else
53567
+ result = createDict();
53568
+ return Properties === void 0 ? result : dPs(result, Properties);
53569
+ };
53594
53570
  var _wks = { exports: {} };
53595
53571
  var store = _sharedExports("wks");
53596
53572
  var uid$2 = _uid;
@@ -53608,7 +53584,7 @@ var _setToStringTag = function(it2, tag2, stat) {
53608
53584
  if (it2 && !has$8(it2 = stat ? it2 : it2.prototype, TAG))
53609
53585
  def$1(it2, TAG, { configurable: true, value: tag2 });
53610
53586
  };
53611
- var create$c = require_objectCreate();
53587
+ var create$c = _objectCreate;
53612
53588
  var descriptor = _propertyDesc;
53613
53589
  var setToStringTag$2 = _setToStringTag;
53614
53590
  var IteratorPrototype$2 = {};
@@ -53621,7 +53597,7 @@ var _iterCreate = function(Constructor, NAME2, next3) {
53621
53597
  };
53622
53598
  var has$7 = _has$1;
53623
53599
  var toObject$2 = _toObject;
53624
- var IE_PROTO = require_sharedKey()("IE_PROTO");
53600
+ var IE_PROTO = _sharedKey("IE_PROTO");
53625
53601
  var ObjectProto$1 = Object.prototype;
53626
53602
  var _objectGpo = Object.getPrototypeOf || function(O) {
53627
53603
  O = toObject$2(O);
@@ -53784,23 +53760,23 @@ var setMeta = function(it2) {
53784
53760
  // weak collections IDs
53785
53761
  } });
53786
53762
  };
53787
- var fastKey = function(it2, create5) {
53763
+ var fastKey = function(it2, create6) {
53788
53764
  if (!isObject$h(it2))
53789
53765
  return typeof it2 == "symbol" ? it2 : (typeof it2 == "string" ? "S" : "P") + it2;
53790
53766
  if (!has$6(it2, META$1)) {
53791
53767
  if (!isExtensible(it2))
53792
53768
  return "F";
53793
- if (!create5)
53769
+ if (!create6)
53794
53770
  return "E";
53795
53771
  setMeta(it2);
53796
53772
  }
53797
53773
  return it2[META$1].i;
53798
53774
  };
53799
- var getWeak = function(it2, create5) {
53775
+ var getWeak = function(it2, create6) {
53800
53776
  if (!has$6(it2, META$1)) {
53801
53777
  if (!isExtensible(it2))
53802
53778
  return true;
53803
- if (!create5)
53779
+ if (!create6)
53804
53780
  return false;
53805
53781
  setMeta(it2);
53806
53782
  }
@@ -53909,7 +53885,7 @@ var toObject$1 = _toObject;
53909
53885
  var toIObject = _toIobject;
53910
53886
  var toPrimitive = _toPrimitive;
53911
53887
  var createDesc = _propertyDesc;
53912
- var _create$1 = require_objectCreate();
53888
+ var _create$1 = _objectCreate;
53913
53889
  var gOPNExt = _objectGopnExt;
53914
53890
  var $GOPD = _objectGopd;
53915
53891
  var $GOPS = _objectGops;
@@ -53976,7 +53952,7 @@ var $defineProperty$4 = function defineProperty2(it2, key2, D2) {
53976
53952
  }
53977
53953
  return dP(it2, key2, D2);
53978
53954
  };
53979
- var $defineProperties = function defineProperties(it2, P2) {
53955
+ var $defineProperties = function defineProperties2(it2, P2) {
53980
53956
  anObject(it2);
53981
53957
  var keys4 = enumKeys(P2 = toIObject(P2));
53982
53958
  var i2 = 0;
@@ -53986,7 +53962,7 @@ var $defineProperties = function defineProperties(it2, P2) {
53986
53962
  $defineProperty$4(it2, key2 = keys4[i2++], P2[key2]);
53987
53963
  return it2;
53988
53964
  };
53989
- var $create = function create2(it2, P2) {
53965
+ var $create = function create3(it2, P2) {
53990
53966
  return P2 === void 0 ? _create$1(it2) : $defineProperties(_create$1(it2), P2);
53991
53967
  };
53992
53968
  var $propertyIsEnumerable = function propertyIsEnumerable(key2) {
@@ -54213,9 +54189,9 @@ $export$1($export$1.S, "Object", { setPrototypeOf: require_setProto().set });
54213
54189
  var setPrototypeOf$2 = _coreExports.Object.setPrototypeOf;
54214
54190
  var setPrototypeOf$1 = { "default": setPrototypeOf$2, __esModule: true };
54215
54191
  var $export = _export;
54216
- $export($export.S, "Object", { create: require_objectCreate() });
54192
+ $export($export.S, "Object", { create: _objectCreate });
54217
54193
  var $Object$2 = _coreExports.Object;
54218
- var create$b = function create3(P2, D2) {
54194
+ var create$b = function create4(P2, D2) {
54219
54195
  return $Object$2.create(P2, D2);
54220
54196
  };
54221
54197
  var create$a = { "default": create$b, __esModule: true };
@@ -110007,11 +109983,11 @@ class Tileset2D {
110007
109983
  this._dirty = false;
110008
109984
  }
110009
109985
  }
110010
- _getTile(index2, create5) {
109986
+ _getTile(index2, create6) {
110011
109987
  const id2 = this.getTileId(index2);
110012
109988
  let tile = this._cache.get(id2);
110013
109989
  let needsReload = false;
110014
- if (!tile && create5) {
109990
+ if (!tile && create6) {
110015
109991
  tile = new Tile2DHeader(index2);
110016
109992
  Object.assign(tile, this.getTileMetadata(tile.index));
110017
109993
  Object.assign(tile, {
@@ -138411,7 +138387,7 @@ var defineProperty$2 = function(object2, name2, value2, predicate) {
138411
138387
  defineDataProperty2(object2, name2, value2);
138412
138388
  }
138413
138389
  };
138414
- var defineProperties2 = function(object2, map2) {
138390
+ var defineProperties3 = function(object2, map2) {
138415
138391
  var predicates = arguments.length > 2 ? arguments[2] : {};
138416
138392
  var props = keys$4(map2);
138417
138393
  if (hasSymbols2) {
@@ -138421,8 +138397,8 @@ var defineProperties2 = function(object2, map2) {
138421
138397
  defineProperty$2(object2, props[i2], map2[props[i2]], predicates[props[i2]]);
138422
138398
  }
138423
138399
  };
138424
- defineProperties2.supportsDescriptors = !!supportsDescriptors$2;
138425
- var defineProperties_1 = defineProperties2;
138400
+ defineProperties3.supportsDescriptors = !!supportsDescriptors$2;
138401
+ var defineProperties_1 = defineProperties3;
138426
138402
  var numberIsNaN = function(value2) {
138427
138403
  return value2 !== value2;
138428
138404
  };
@@ -172675,16 +172651,16 @@ async function getDecoder(fileDirectory) {
172675
172651
  const Decoder = await importFn();
172676
172652
  return new Decoder(fileDirectory);
172677
172653
  }
172678
- addDecoder([void 0, 1], () => import("./raw-bb9d619e.js").then((m2) => m2.default));
172679
- addDecoder(5, () => import("./lzw-5013a0fa.js").then((m2) => m2.default));
172654
+ addDecoder([void 0, 1], () => import("./raw-6ff50230.js").then((m2) => m2.default));
172655
+ addDecoder(5, () => import("./lzw-c0a4890e.js").then((m2) => m2.default));
172680
172656
  addDecoder(6, () => {
172681
172657
  throw new Error("old style JPEG compression is not supported.");
172682
172658
  });
172683
- addDecoder(7, () => import("./jpeg-5fe084a0.js").then((m2) => m2.default));
172684
- addDecoder([8, 32946], () => import("./deflate-bd057fd5.js").then((m2) => m2.default));
172685
- addDecoder(32773, () => import("./packbits-8141bdd6.js").then((m2) => m2.default));
172686
- addDecoder(34887, () => import("./lerc-d322fa2d.js").then((m2) => m2.default));
172687
- addDecoder(50001, () => import("./webimage-dcad2a16.js").then((m2) => m2.default));
172659
+ addDecoder(7, () => import("./jpeg-b2b6c7ce.js").then((m2) => m2.default));
172660
+ addDecoder([8, 32946], () => import("./deflate-c7c1c871.js").then((m2) => m2.default));
172661
+ addDecoder(32773, () => import("./packbits-ed55cab4.js").then((m2) => m2.default));
172662
+ addDecoder(34887, () => import("./lerc-2de15a45.js").then((m2) => m2.default));
172663
+ addDecoder(50001, () => import("./webimage-16c00be5.js").then((m2) => m2.default));
172688
172664
  function copyNewSize(array2, width2, height2, samplesPerPixel = 1) {
172689
172665
  return new (Object.getPrototypeOf(array2)).constructor(width2 * height2 * samplesPerPixel);
172690
172666
  }
@@ -188316,18 +188292,18 @@ function selection_lower() {
188316
188292
  return this.each(lower);
188317
188293
  }
188318
188294
  function selection_append(name2) {
188319
- var create5 = typeof name2 === "function" ? name2 : creator(name2);
188295
+ var create6 = typeof name2 === "function" ? name2 : creator(name2);
188320
188296
  return this.select(function() {
188321
- return this.appendChild(create5.apply(this, arguments));
188297
+ return this.appendChild(create6.apply(this, arguments));
188322
188298
  });
188323
188299
  }
188324
188300
  function constantNull() {
188325
188301
  return null;
188326
188302
  }
188327
188303
  function selection_insert(name2, before) {
188328
- var create5 = typeof name2 === "function" ? name2 : creator(name2), select2 = before == null ? constantNull : typeof before === "function" ? before : selector(before);
188304
+ var create6 = typeof name2 === "function" ? name2 : creator(name2), select2 = before == null ? constantNull : typeof before === "function" ? before : selector(before);
188329
188305
  return this.select(function() {
188330
- return this.insertBefore(create5.apply(this, arguments), select2.apply(this, arguments) || null);
188306
+ return this.insertBefore(create6.apply(this, arguments), select2.apply(this, arguments) || null);
188331
188307
  });
188332
188308
  }
188333
188309
  function remove$1() {
@@ -193623,7 +193599,7 @@ var typedFunction$1 = { exports: {} };
193623
193599
  function undef() {
193624
193600
  return void 0;
193625
193601
  }
193626
- function create5() {
193602
+ function create6() {
193627
193603
  var _types = [
193628
193604
  { name: "number", test: function(x2) {
193629
193605
  return typeof x2 === "number";
@@ -194375,7 +194351,7 @@ var typedFunction$1 = { exports: {} };
194375
194351
  return createTypedFunction(name2, extractSignatures(fns));
194376
194352
  }
194377
194353
  });
194378
- typed2.create = create5;
194354
+ typed2.create = create6;
194379
194355
  typed2.types = _types;
194380
194356
  typed2.conversions = _conversions;
194381
194357
  typed2.ignore = _ignore;
@@ -194406,7 +194382,7 @@ var typedFunction$1 = { exports: {} };
194406
194382
  };
194407
194383
  return typed2;
194408
194384
  }
194409
- return create5();
194385
+ return create6();
194410
194386
  });
194411
194387
  })(typedFunction$1);
194412
194388
  var typedFunctionExports = typedFunction$1.exports;
@@ -195118,11 +195094,11 @@ function getArrayDataType(array2, typeOf2) {
195118
195094
  }
195119
195095
  return type2;
195120
195096
  }
195121
- function factory(name2, dependencies2, create5, meta2) {
195097
+ function factory(name2, dependencies2, create6, meta2) {
195122
195098
  function assertAndCreate(scope) {
195123
195099
  var deps = pickShallow(scope, dependencies2.map(stripOptionalNotation));
195124
195100
  assertDependencies(name2, dependencies2, scope);
195125
- return create5(deps);
195101
+ return create6(deps);
195126
195102
  }
195127
195103
  assertAndCreate.isFactory = true;
195128
195104
  assertAndCreate.fn = name2;
@@ -211815,6 +211791,7 @@ let Spatial$1 = class Spatial extends AbstractSpatialOrScatterplot {
211815
211791
  cellSelection,
211816
211792
  setCellHighlight,
211817
211793
  setComponentHover,
211794
+ setHoverInfo,
211818
211795
  getCellIsSelected = makeDefaultGetCellIsSelected(obsIndex.length === cellSelection.length ? null : cellSelection),
211819
211796
  cellColors,
211820
211797
  getCellColor = makeDefaultGetCellColors$1(cellColors, obsIndex, theme),
@@ -211832,6 +211809,12 @@ let Spatial$1 = class Spatial extends AbstractSpatialOrScatterplot {
211832
211809
  const r3 = radius2;
211833
211810
  return [[x2, y2 + r3], [x2 + r3, y2], [x2, y2 - r3], [x2 - r3, y2]];
211834
211811
  };
211812
+ const onHoverCallback = (info2) => {
211813
+ const standardOnHoverCallback = getOnHoverCallback(obsIndex, setCellHighlight, setComponentHover);
211814
+ const obsId = obsIndex[info2.index];
211815
+ setHoverInfo([obsId], [info2.x, info2.y]);
211816
+ standardOnHoverCallback(info2);
211817
+ };
211835
211818
  return new PolygonLayer({
211836
211819
  id: CELLS_LAYER_ID,
211837
211820
  data: this.obsSegmentationsData,
@@ -211866,7 +211849,7 @@ let Spatial$1 = class Spatial extends AbstractSpatialOrScatterplot {
211866
211849
  onCellClick(info2);
211867
211850
  }
211868
211851
  },
211869
- onHover: getOnHoverCallback(obsIndex, setCellHighlight, setComponentHover),
211852
+ onHover: onHoverCallback,
211870
211853
  visible,
211871
211854
  getLineWidth: stroked ? 1 : 0,
211872
211855
  lineWidthScale,
@@ -212379,7 +212362,7 @@ function SpatialTooltipSubscriber$1(props) {
212379
212362
  if (obsId) {
212380
212363
  [cellInfo, x2, y2] = [
212381
212364
  getObsInfo2(obsId),
212382
- ...viewInfo && viewInfo.project ? viewInfo.project(hoverCoord) : [null, null]
212365
+ ...hoverCoord
212383
212366
  ];
212384
212367
  }
212385
212368
  } else if (!useHoverInfoForTooltip && getObsInfo2 && obsHighlight) {
@@ -214070,7 +214053,7 @@ class ErrorBoundary extends React__default.Component {
214070
214053
  }
214071
214054
  }
214072
214055
  const LazySpatialThree = React__default.lazy(async () => {
214073
- const { SpatialWrapper: SpatialWrapper2 } = await import("./index-908956f5.js");
214056
+ const { SpatialWrapper: SpatialWrapper2 } = await import("./index-eac4b203.js");
214074
214057
  return { default: SpatialWrapper2 };
214075
214058
  });
214076
214059
  const SpatialThreeAdapter = React__default.forwardRef((props, ref2) => jsxRuntimeExports.jsx("div", { ref: ref2, style: { width: "100%", height: "100%" }, children: jsxRuntimeExports.jsx(ErrorBoundary, { children: jsxRuntimeExports.jsx(Suspense, { fallback: jsxRuntimeExports.jsx("div", { children: "Loading..." }), children: jsxRuntimeExports.jsx(LazySpatialThree, { ...props }) }) }) }));
@@ -224635,7 +224618,7 @@ const useStyles$3 = makeStyles((theme) => ({
224635
224618
  }));
224636
224619
  register({ dataFetcher: ZarrMultivecDataFetcher_default, config: ZarrMultivecDataFetcher_default.config }, { pluginType: "dataFetcher" });
224637
224620
  const LazyHiGlassComponent = React__default.lazy(async () => {
224638
- const { HiGlassComponent } = await import("./higlass-49ce7d9f.js");
224621
+ const { HiGlassComponent } = await import("./higlass-96872ddd.js");
224639
224622
  return { default: HiGlassComponent };
224640
224623
  });
224641
224624
  const HG_SIZE = 800;
@@ -255295,8 +255278,8 @@ function bind3(view, el2, binding) {
255295
255278
  bind4.update = debounce(param2.debounce, bind4.update);
255296
255279
  }
255297
255280
  }
255298
- const create5 = param2.input == null && param2.element ? target : generate$1;
255299
- create5(bind4, el2, param2, view);
255281
+ const create6 = param2.input == null && param2.element ? target : generate$1;
255282
+ create6(bind4, el2, param2, view);
255300
255283
  if (!bind4.active) {
255301
255284
  view.on(view._signals[param2.signal], null, () => {
255302
255285
  bind4.source ? bind4.source = false : bind4.set(view.signal(param2.signal));
@@ -293715,7 +293698,7 @@ function createStyleFunction(obj) {
293715
293698
  }
293716
293699
  const Feature$1 = Feature;
293717
293700
  new Array(6);
293718
- function create4() {
293701
+ function create5() {
293719
293702
  return [1, 0, 0, 1, 0, 0];
293720
293703
  }
293721
293704
  function compose(transform4, dx1, dy1, sx, sy, angle2, dx2, dy2) {
@@ -294384,7 +294367,7 @@ function translate(flatCoordinates, offset6, end, stride, deltaX, deltaY, dest)
294384
294367
  }
294385
294368
  return dest;
294386
294369
  }
294387
- const tmpTransform = create4();
294370
+ const tmpTransform = create5();
294388
294371
  class Geometry2 extends BaseObject$1 {
294389
294372
  constructor() {
294390
294373
  super();
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs, R as Raycaster, O as OrthographicCamera, P as PerspectiveCamera, S as Scene, a as PCFSoftShadowMap, N as NoToneMapping, A as ACESFilmicToneMapping, V as Vector2, b as Vector3, L as Layers, T as Texture, c as RGBAFormat, U as UnsignedByteType, W as WebGLRenderer, C as Camera, B as BasicShadowMap, d as PCFShadowMap, e as VSMShadowMap, f as BufferGeometry, M as Material, h as Color, i as Clock, _ as _extends, j as THREE, G as Group, k as Matrix4, l as TrianglesDrawMode, m as TriangleFanDrawMode, n as TriangleStripDrawMode, o as REVISION, p as Ray$1, q as Plane, E as EventDispatcher, r as MOUSE, s as TOUCH, Q as Quaternion, t as Spherical, u as Loader, v as LoaderUtils, F as FileLoader, w as SpotLight, x as PointLight, D as DirectionalLight, y as MeshBasicMaterial, z as MeshPhysicalMaterial, I as InstancedMesh, H as Object3D, J as TextureLoader, K as ImageBitmapLoader, X as BufferAttribute, Y as InterleavedBuffer, Z as LinearFilter, $ as LinearMipmapLinearFilter, a0 as RepeatWrapping, a1 as PointsMaterial, a2 as LineBasicMaterial, a3 as MeshStandardMaterial, a4 as DoubleSide, a5 as PropertyBinding, a6 as SkinnedMesh, a7 as Mesh, a8 as LineSegments, a9 as Line$1, aa as LineLoop, ab as Points, ac as MathUtils, ad as Skeleton, ae as InterpolateLinear, af as AnimationClip, ag as Bone, ah as NearestFilter, ai as NearestMipmapNearestFilter, aj as LinearMipmapNearestFilter, ak as NearestMipmapLinearFilter, al as ClampToEdgeWrapping, am as MirroredRepeatWrapping, an as InterpolateDiscrete, ao as FrontSide, ap as InterleavedBufferAttribute, aq as VectorKeyframeTrack, ar as QuaternionKeyframeTrack, as as NumberKeyframeTrack, at as Box3, au as Sphere, av as Interpolant, aw as InstancedBufferGeometry, ax as Float32BufferAttribute, ay as InstancedInterleavedBuffer, az as WireframeGeometry, aA as ShaderMaterial, aB as UniformsUtils, aC as UniformsLib, aD as Vector4, aE as Line3, aF as SphereGeometry, aG as Triangle, aH as BackSide, aI as jsxRuntimeExports, aJ as Matrix3, aK as CoordinationType, aL as Data3DTexture, aM as RedFormat, aN as FloatType, aO as getImageSize } from "./index-195bc2aa.js";
1
+ import { g as getDefaultExportFromCjs, R as Raycaster, O as OrthographicCamera, P as PerspectiveCamera, S as Scene, a as PCFSoftShadowMap, N as NoToneMapping, A as ACESFilmicToneMapping, V as Vector2, b as Vector3, L as Layers, T as Texture, c as RGBAFormat, U as UnsignedByteType, W as WebGLRenderer, C as Camera, B as BasicShadowMap, d as PCFShadowMap, e as VSMShadowMap, f as BufferGeometry, M as Material, h as Color, i as Clock, _ as _extends, j as THREE, G as Group, k as Matrix4, l as TrianglesDrawMode, m as TriangleFanDrawMode, n as TriangleStripDrawMode, o as REVISION, p as Ray$1, q as Plane, E as EventDispatcher, r as MOUSE, s as TOUCH, Q as Quaternion, t as Spherical, u as Loader, v as LoaderUtils, F as FileLoader, w as SpotLight, x as PointLight, D as DirectionalLight, y as MeshBasicMaterial, z as MeshPhysicalMaterial, I as InstancedMesh, H as Object3D, J as TextureLoader, K as ImageBitmapLoader, X as BufferAttribute, Y as InterleavedBuffer, Z as LinearFilter, $ as LinearMipmapLinearFilter, a0 as RepeatWrapping, a1 as PointsMaterial, a2 as LineBasicMaterial, a3 as MeshStandardMaterial, a4 as DoubleSide, a5 as PropertyBinding, a6 as SkinnedMesh, a7 as Mesh, a8 as LineSegments, a9 as Line$1, aa as LineLoop, ab as Points, ac as MathUtils, ad as Skeleton, ae as InterpolateLinear, af as AnimationClip, ag as Bone, ah as NearestFilter, ai as NearestMipmapNearestFilter, aj as LinearMipmapNearestFilter, ak as NearestMipmapLinearFilter, al as ClampToEdgeWrapping, am as MirroredRepeatWrapping, an as InterpolateDiscrete, ao as FrontSide, ap as InterleavedBufferAttribute, aq as VectorKeyframeTrack, ar as QuaternionKeyframeTrack, as as NumberKeyframeTrack, at as Box3, au as Sphere, av as Interpolant, aw as InstancedBufferGeometry, ax as Float32BufferAttribute, ay as InstancedInterleavedBuffer, az as WireframeGeometry, aA as ShaderMaterial, aB as UniformsUtils, aC as UniformsLib, aD as Vector4, aE as Line3, aF as SphereGeometry, aG as Triangle, aH as BackSide, aI as jsxRuntimeExports, aJ as Matrix3, aK as CoordinationType, aL as Data3DTexture, aM as RedFormat, aN as FloatType, aO as getImageSize } from "./index-c30aae4a.js";
2
2
  import * as React from "react";
3
3
  import React__default, { useReducer, useRef, useDebugValue, useEffect, useLayoutEffect, useState, useMemo, forwardRef } from "react";
4
4
  import "@vitessce/vit-s";
@@ -23800,7 +23800,7 @@ const Text = /* @__PURE__ */ React.forwardRef(({
23800
23800
  const {
23801
23801
  Text: TextMeshImpl,
23802
23802
  preloadFont
23803
- } = suspend(async () => import("./troika-three-text.esm-d11f4b55.js"), []);
23803
+ } = suspend(async () => import("./troika-three-text.esm-8c340833.js"), []);
23804
23804
  const invalidate2 = useThree(({
23805
23805
  invalidate: invalidate3
23806
23806
  }) => invalidate3);
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b4, b2, b0, b3, b1, a$, b5 } from "./index-195bc2aa.js";
1
+ import { b4, b2, b0, b3, b1, a$, b5 } from "./index-c30aae4a.js";
2
2
  import { useComplexCoordination, useComplexCoordinationSecondary, useCoordination, useCoordinationScopes, useCoordinationScopesBy, useGridItemSize, useMultiCoordinationScopesNonNull, useMultiCoordinationScopesSecondaryNonNull, usePageModeView } from "@vitessce/vit-s";
3
3
  import "react";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-195bc2aa.js";
1
+ import { aP as BaseDecoder } from "./index-c30aae4a.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
2
- import { g as getDefaultExportFromCjs, aP as BaseDecoder, aQ as LercParameters, aR as LercAddCompression } from "./index-195bc2aa.js";
2
+ import { g as getDefaultExportFromCjs, aP as BaseDecoder, aQ as LercParameters, aR as LercAddCompression } from "./index-c30aae4a.js";
3
3
  import "react";
4
4
  import "@vitessce/vit-s";
5
5
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-195bc2aa.js";
1
+ import { aP as BaseDecoder } from "./index-c30aae4a.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-195bc2aa.js";
1
+ import { aP as BaseDecoder } from "./index-c30aae4a.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-195bc2aa.js";
1
+ import { aP as BaseDecoder } from "./index-c30aae4a.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aB as UniformsUtils, aV as MeshDepthMaterial, aW as RGBADepthPacking, aX as MeshDistanceMaterial, aY as ShaderChunk, T as Texture, Z as LinearFilter, aw as InstancedBufferGeometry, au as Sphere, at as Box3, aH as BackSide, a4 as DoubleSide, aZ as InstancedBufferAttribute, V as Vector2, aD as Vector4, h as Color, aJ as Matrix3, a7 as Mesh, ao as FrontSide, a_ as PlaneGeometry, f as BufferGeometry, ax as Float32BufferAttribute, y as MeshBasicMaterial, k as Matrix4, b as Vector3 } from "./index-195bc2aa.js";
1
+ import { aB as UniformsUtils, aV as MeshDepthMaterial, aW as RGBADepthPacking, aX as MeshDistanceMaterial, aY as ShaderChunk, T as Texture, Z as LinearFilter, aw as InstancedBufferGeometry, au as Sphere, at as Box3, aH as BackSide, a4 as DoubleSide, aZ as InstancedBufferAttribute, V as Vector2, aD as Vector4, h as Color, aJ as Matrix3, a7 as Mesh, ao as FrontSide, a_ as PlaneGeometry, f as BufferGeometry, ax as Float32BufferAttribute, y as MeshBasicMaterial, k as Matrix4, b as Vector3 } from "./index-c30aae4a.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-195bc2aa.js";
1
+ import { aP as BaseDecoder } from "./index-c30aae4a.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/all",
3
- "version": "3.5.1",
3
+ "version": "3.5.2",
4
4
  "author": "HIDIVE Lab at HMS",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -18,30 +18,30 @@
18
18
  "dependencies": {
19
19
  "@material-ui/core": "~4.12.3",
20
20
  "zod": "^3.21.4",
21
- "@vitessce/constants-internal": "3.5.1",
22
- "@vitessce/csv": "3.5.1",
23
- "@vitessce/description": "3.5.1",
24
- "@vitessce/feature-list": "3.5.1",
25
- "@vitessce/genomic-profiles": "3.5.1",
26
- "@vitessce/heatmap": "3.5.1",
27
- "@vitessce/glb": "3.5.1",
28
- "@vitessce/json": "3.5.1",
29
- "@vitessce/layer-controller": "3.5.1",
30
- "@vitessce/layer-controller-beta": "3.5.1",
31
- "@vitessce/obs-sets-manager": "3.5.1",
32
- "@vitessce/ome-tiff": "3.5.1",
33
- "@vitessce/plugins": "3.5.1",
34
- "@vitessce/scatterplot-embedding": "3.5.1",
35
- "@vitessce/scatterplot-gating": "3.5.1",
36
- "@vitessce/schemas": "3.5.1",
37
- "@vitessce/spatial": "3.5.1",
38
- "@vitessce/spatial-beta": "3.5.1",
39
- "@vitessce/statistical-plots": "3.5.1",
40
- "@vitessce/status": "3.5.1",
41
- "@vitessce/vit-s": "3.5.1",
42
- "@vitessce/zarr": "3.5.1",
43
- "@vitessce/spatial-three": "3.5.1",
44
- "@vitessce/biomarker-select": "3.5.1"
21
+ "@vitessce/constants-internal": "3.5.2",
22
+ "@vitessce/csv": "3.5.2",
23
+ "@vitessce/description": "3.5.2",
24
+ "@vitessce/feature-list": "3.5.2",
25
+ "@vitessce/genomic-profiles": "3.5.2",
26
+ "@vitessce/heatmap": "3.5.2",
27
+ "@vitessce/glb": "3.5.2",
28
+ "@vitessce/json": "3.5.2",
29
+ "@vitessce/layer-controller": "3.5.2",
30
+ "@vitessce/layer-controller-beta": "3.5.2",
31
+ "@vitessce/obs-sets-manager": "3.5.2",
32
+ "@vitessce/ome-tiff": "3.5.2",
33
+ "@vitessce/plugins": "3.5.2",
34
+ "@vitessce/scatterplot-embedding": "3.5.2",
35
+ "@vitessce/scatterplot-gating": "3.5.2",
36
+ "@vitessce/schemas": "3.5.2",
37
+ "@vitessce/spatial": "3.5.2",
38
+ "@vitessce/spatial-beta": "3.5.2",
39
+ "@vitessce/statistical-plots": "3.5.2",
40
+ "@vitessce/status": "3.5.2",
41
+ "@vitessce/vit-s": "3.5.2",
42
+ "@vitessce/zarr": "3.5.2",
43
+ "@vitessce/spatial-three": "3.5.2",
44
+ "@vitessce/biomarker-select": "3.5.2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/react": "^18.0.28",