@deephaven/js-plugin-matplotlib 0.4.0 → 0.4.1-deephaven-ui.221

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.
Files changed (2) hide show
  1. package/dist/index.js +273 -314
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -122,11 +122,11 @@ shouldUseNative() ? Object.assign : function(target, source) {
122
122
  * This source code is licensed under the MIT license found in the
123
123
  * LICENSE file in the root directory of this source tree.
124
124
  */
125
- var f$2 = React, g$5 = 60103;
125
+ var f$2 = React, g$4 = 60103;
126
126
  reactJsxRuntime_production_min.Fragment = 60107;
127
127
  if ("function" === typeof Symbol && Symbol.for) {
128
128
  var h$2 = Symbol.for;
129
- g$5 = h$2("react.element");
129
+ g$4 = h$2("react.element");
130
130
  reactJsxRuntime_production_min.Fragment = h$2("react.fragment");
131
131
  }
132
132
  var m$2 = f$2.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, n$2 = Object.prototype.hasOwnProperty, p$2 = { key: true, ref: true, __self: true, __source: true };
@@ -140,7 +140,7 @@ function q$2(c2, a, k2) {
140
140
  if (c2 && c2.defaultProps)
141
141
  for (b2 in a = c2.defaultProps, a)
142
142
  void 0 === d2[b2] && (d2[b2] = a[b2]);
143
- return { $$typeof: g$5, type: c2, key: e2, ref: l2, props: d2, _owner: m$2.current };
143
+ return { $$typeof: g$4, type: c2, key: e2, ref: l2, props: d2, _owner: m$2.current };
144
144
  }
145
145
  reactJsxRuntime_production_min.jsx = q$2;
146
146
  reactJsxRuntime_production_min.jsxs = q$2;
@@ -563,7 +563,77 @@ function isComponent(item) {
563
563
  function isRoot(item) {
564
564
  return item.isRoot;
565
565
  }
566
- const GoldenLayout$1 = "";
566
+ const lm_dragging = "_lm_dragging_1keef_1";
567
+ const lm_goldenlayout = "_lm_goldenlayout_1keef_1";
568
+ const lm_header = "_lm_header_1keef_1";
569
+ const lm_controls = "_lm_controls_1keef_1";
570
+ const lm_tabpreviousbutton = "_lm_tabpreviousbutton_1keef_1";
571
+ const lm_tabnextbutton = "_lm_tabnextbutton_1keef_1";
572
+ const lm_tab = "_lm_tab_1keef_1";
573
+ const lm_active = "_lm_active_1keef_1";
574
+ const lm_close_tab = "_lm_close_tab_1keef_1";
575
+ const lm_content = "_lm_content_1keef_1";
576
+ const lm_dragProxy = "_lm_dragProxy_1keef_1";
577
+ const lm_dropTargetIndicator = "_lm_dropTargetIndicator_1keef_1";
578
+ const march = "_march_1keef_1";
579
+ const lm_inner = "_lm_inner_1keef_1";
580
+ const lm_splitter = "_lm_splitter_1keef_1";
581
+ const lm_selectable = "_lm_selectable_1keef_1";
582
+ const lm_title = "_lm_title_1keef_1";
583
+ const lm_title_before = "_lm_title_before_1keef_1";
584
+ const lm_selected = "_lm_selected_1keef_1";
585
+ const lm_focusin = "_lm_focusin_1keef_1";
586
+ const lm_window_blur = "_lm_window_blur_1keef_1";
587
+ const lm_popout = "_lm_popout_1keef_1";
588
+ const lm_maximise = "_lm_maximise_1keef_1";
589
+ const lm_tabdropdown = "_lm_tabdropdown_1keef_1";
590
+ const lm_close = "_lm_close_1keef_1";
591
+ const lm_tabdropdown_list = "_lm_tabdropdown_list_1keef_1";
592
+ const lm_tabdropdown_search = "_lm_tabdropdown_search_1keef_1";
593
+ const lm_keyboard_active = "_lm_keyboard_active_1keef_1";
594
+ const lm_maximised = "_lm_maximised_1keef_1";
595
+ const lm_items = "_lm_items_1keef_1";
596
+ const lm_tabs = "_lm_tabs_1keef_1";
597
+ const GoldenLayout$1 = {
598
+ "tab-height": "28px",
599
+ "drag-border-width": "5px",
600
+ lm_dragging,
601
+ lm_goldenlayout,
602
+ lm_header,
603
+ lm_controls,
604
+ lm_tabpreviousbutton,
605
+ lm_tabnextbutton,
606
+ lm_tab,
607
+ lm_active,
608
+ lm_close_tab,
609
+ lm_content,
610
+ lm_dragProxy,
611
+ lm_dropTargetIndicator,
612
+ march,
613
+ lm_inner,
614
+ lm_splitter,
615
+ lm_selectable,
616
+ lm_title,
617
+ lm_title_before,
618
+ lm_selected,
619
+ lm_focusin,
620
+ lm_window_blur,
621
+ lm_popout,
622
+ lm_maximise,
623
+ lm_tabdropdown,
624
+ lm_close,
625
+ lm_tabdropdown_list,
626
+ lm_tabdropdown_search,
627
+ lm_keyboard_active,
628
+ lm_maximised,
629
+ lm_items,
630
+ lm_tabs
631
+ };
632
+ const GoldenLayoutThemeExport = Object.freeze({
633
+ tabHeight: parseInt(GoldenLayout$1["tab-height"], 10),
634
+ dragBorderWidth: parseInt(GoldenLayout$1["drag-border-width"], 10)
635
+ });
636
+ const GoldenLayout = "";
567
637
  var toStr$9 = Object.prototype.toString;
568
638
  var isArguments$3 = function isArguments(value) {
569
639
  var str = toStr$9.call(value);
@@ -784,6 +854,13 @@ var hasSymbols$5 = function hasNativeSymbols() {
784
854
  }
785
855
  return hasSymbolSham();
786
856
  };
857
+ var test = {
858
+ foo: {}
859
+ };
860
+ var $Object = Object;
861
+ var hasProto$1 = function hasProto() {
862
+ return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);
863
+ };
787
864
  var ERROR_MESSAGE = "Function.prototype.bind called on incompatible ";
788
865
  var slice = Array.prototype.slice;
789
866
  var toStr$8 = Object.prototype.toString;
@@ -865,16 +942,17 @@ var ThrowTypeError = $gOPD$2 ? function() {
865
942
  }
866
943
  }() : throwTypeError;
867
944
  var hasSymbols$4 = hasSymbols$5();
868
- var getProto$1 = Object.getPrototypeOf || function(x) {
945
+ var hasProto2 = hasProto$1();
946
+ var getProto$1 = Object.getPrototypeOf || (hasProto2 ? function(x) {
869
947
  return x.__proto__;
870
- };
948
+ } : null);
871
949
  var needsEval = {};
872
- var TypedArray = typeof Uint8Array === "undefined" ? undefined$1 : getProto$1(Uint8Array);
950
+ var TypedArray = typeof Uint8Array === "undefined" || !getProto$1 ? undefined$1 : getProto$1(Uint8Array);
873
951
  var INTRINSICS = {
874
952
  "%AggregateError%": typeof AggregateError === "undefined" ? undefined$1 : AggregateError,
875
953
  "%Array%": Array,
876
954
  "%ArrayBuffer%": typeof ArrayBuffer === "undefined" ? undefined$1 : ArrayBuffer,
877
- "%ArrayIteratorPrototype%": hasSymbols$4 ? getProto$1([][Symbol.iterator]()) : undefined$1,
955
+ "%ArrayIteratorPrototype%": hasSymbols$4 && getProto$1 ? getProto$1([][Symbol.iterator]()) : undefined$1,
878
956
  "%AsyncFromSyncIteratorPrototype%": undefined$1,
879
957
  "%AsyncFunction%": needsEval,
880
958
  "%AsyncGenerator%": needsEval,
@@ -905,10 +983,10 @@ var INTRINSICS = {
905
983
  "%Int32Array%": typeof Int32Array === "undefined" ? undefined$1 : Int32Array,
906
984
  "%isFinite%": isFinite,
907
985
  "%isNaN%": isNaN,
908
- "%IteratorPrototype%": hasSymbols$4 ? getProto$1(getProto$1([][Symbol.iterator]())) : undefined$1,
986
+ "%IteratorPrototype%": hasSymbols$4 && getProto$1 ? getProto$1(getProto$1([][Symbol.iterator]())) : undefined$1,
909
987
  "%JSON%": typeof JSON === "object" ? JSON : undefined$1,
910
988
  "%Map%": typeof Map === "undefined" ? undefined$1 : Map,
911
- "%MapIteratorPrototype%": typeof Map === "undefined" || !hasSymbols$4 ? undefined$1 : getProto$1((/* @__PURE__ */ new Map())[Symbol.iterator]()),
989
+ "%MapIteratorPrototype%": typeof Map === "undefined" || !hasSymbols$4 || !getProto$1 ? undefined$1 : getProto$1((/* @__PURE__ */ new Map())[Symbol.iterator]()),
912
990
  "%Math%": Math,
913
991
  "%Number%": Number,
914
992
  "%Object%": Object,
@@ -921,10 +999,10 @@ var INTRINSICS = {
921
999
  "%Reflect%": typeof Reflect === "undefined" ? undefined$1 : Reflect,
922
1000
  "%RegExp%": RegExp,
923
1001
  "%Set%": typeof Set === "undefined" ? undefined$1 : Set,
924
- "%SetIteratorPrototype%": typeof Set === "undefined" || !hasSymbols$4 ? undefined$1 : getProto$1((/* @__PURE__ */ new Set())[Symbol.iterator]()),
1002
+ "%SetIteratorPrototype%": typeof Set === "undefined" || !hasSymbols$4 || !getProto$1 ? undefined$1 : getProto$1((/* @__PURE__ */ new Set())[Symbol.iterator]()),
925
1003
  "%SharedArrayBuffer%": typeof SharedArrayBuffer === "undefined" ? undefined$1 : SharedArrayBuffer,
926
1004
  "%String%": String,
927
- "%StringIteratorPrototype%": hasSymbols$4 ? getProto$1(""[Symbol.iterator]()) : undefined$1,
1005
+ "%StringIteratorPrototype%": hasSymbols$4 && getProto$1 ? getProto$1(""[Symbol.iterator]()) : undefined$1,
928
1006
  "%Symbol%": hasSymbols$4 ? Symbol : undefined$1,
929
1007
  "%SyntaxError%": $SyntaxError$1,
930
1008
  "%ThrowTypeError%": ThrowTypeError,
@@ -939,11 +1017,13 @@ var INTRINSICS = {
939
1017
  "%WeakRef%": typeof WeakRef === "undefined" ? undefined$1 : WeakRef,
940
1018
  "%WeakSet%": typeof WeakSet === "undefined" ? undefined$1 : WeakSet
941
1019
  };
942
- try {
943
- null.error;
944
- } catch (e2) {
945
- var errorProto = getProto$1(getProto$1(e2));
946
- INTRINSICS["%Error.prototype%"] = errorProto;
1020
+ if (getProto$1) {
1021
+ try {
1022
+ null.error;
1023
+ } catch (e2) {
1024
+ var errorProto = getProto$1(getProto$1(e2));
1025
+ INTRINSICS["%Error.prototype%"] = errorProto;
1026
+ }
947
1027
  }
948
1028
  var doEval = function doEval2(name) {
949
1029
  var value;
@@ -960,7 +1040,7 @@ var doEval = function doEval2(name) {
960
1040
  }
961
1041
  } else if (name === "%AsyncIteratorPrototype%") {
962
1042
  var gen = doEval2("%AsyncGenerator%");
963
- if (gen) {
1043
+ if (gen && getProto$1) {
964
1044
  value = getProto$1(gen.prototype);
965
1045
  }
966
1046
  }
@@ -1195,7 +1275,7 @@ var defineProperties$1 = function(object, map) {
1195
1275
  defineProperties$1.supportsDescriptors = !!supportsDescriptors$2;
1196
1276
  var defineProperties_1 = defineProperties$1;
1197
1277
  var callBindExports = {};
1198
- var callBind$5 = {
1278
+ var callBind$6 = {
1199
1279
  get exports() {
1200
1280
  return callBindExports;
1201
1281
  },
@@ -1241,23 +1321,23 @@ var callBind$5 = {
1241
1321
  } else {
1242
1322
  module2.exports.apply = applyBind;
1243
1323
  }
1244
- })(callBind$5);
1324
+ })(callBind$6);
1245
1325
  var GetIntrinsic$7 = getIntrinsic;
1246
- var callBind$4 = callBindExports;
1247
- var $indexOf$1 = callBind$4(GetIntrinsic$7("String.prototype.indexOf"));
1248
- var callBound$d = function callBoundIntrinsic(name, allowMissing) {
1326
+ var callBind$5 = callBindExports;
1327
+ var $indexOf$1 = callBind$5(GetIntrinsic$7("String.prototype.indexOf"));
1328
+ var callBound$c = function callBoundIntrinsic(name, allowMissing) {
1249
1329
  var intrinsic = GetIntrinsic$7(name, !!allowMissing);
1250
1330
  if (typeof intrinsic === "function" && $indexOf$1(name, ".prototype.") > -1) {
1251
- return callBind$4(intrinsic);
1331
+ return callBind$5(intrinsic);
1252
1332
  }
1253
1333
  return intrinsic;
1254
1334
  };
1255
1335
  var objectKeys$1 = objectKeys$2;
1256
1336
  var hasSymbols$2 = shams$1();
1257
- var callBound$c = callBound$d;
1337
+ var callBound$b = callBound$c;
1258
1338
  var toObject = Object;
1259
- var $push = callBound$c("Array.prototype.push");
1260
- var $propIsEnumerable = callBound$c("Object.prototype.propertyIsEnumerable");
1339
+ var $push = callBound$b("Array.prototype.push");
1340
+ var $propIsEnumerable = callBound$b("Object.prototype.propertyIsEnumerable");
1261
1341
  var originalGetSymbols = hasSymbols$2 ? Object.getOwnPropertySymbols : null;
1262
1342
  var implementation$8 = function assign(target, source1) {
1263
1343
  if (target == null) {
@@ -1346,11 +1426,11 @@ var shim$5 = function shimAssign() {
1346
1426
  return polyfill2;
1347
1427
  };
1348
1428
  var defineProperties = defineProperties_1;
1349
- var callBind$3 = callBindExports;
1429
+ var callBind$4 = callBindExports;
1350
1430
  var implementation$6 = implementation$8;
1351
1431
  var getPolyfill$4 = polyfill$4;
1352
1432
  var shim$4 = shim$5;
1353
- var polyfill$3 = callBind$3.apply(getPolyfill$4());
1433
+ var polyfill$3 = callBind$4.apply(getPolyfill$4());
1354
1434
  var bound = function assign2(target, source1) {
1355
1435
  return polyfill$3(Object, arguments);
1356
1436
  };
@@ -1373,19 +1453,19 @@ var functionsHaveNames = function functionsHaveNames2() {
1373
1453
  return typeof function f2() {
1374
1454
  }.name === "string";
1375
1455
  };
1376
- var gOPD$4 = Object.getOwnPropertyDescriptor;
1377
- if (gOPD$4) {
1456
+ var gOPD$3 = Object.getOwnPropertyDescriptor;
1457
+ if (gOPD$3) {
1378
1458
  try {
1379
- gOPD$4([], "length");
1459
+ gOPD$3([], "length");
1380
1460
  } catch (e2) {
1381
- gOPD$4 = null;
1461
+ gOPD$3 = null;
1382
1462
  }
1383
1463
  }
1384
1464
  functionsHaveNames.functionsHaveConfigurableNames = function functionsHaveConfigurableNames() {
1385
- if (!functionsHaveNames() || !gOPD$4) {
1465
+ if (!functionsHaveNames() || !gOPD$3) {
1386
1466
  return false;
1387
1467
  }
1388
- var desc = gOPD$4(function() {
1468
+ var desc = gOPD$3(function() {
1389
1469
  }, "name");
1390
1470
  return !!desc && !!desc.configurable;
1391
1471
  };
@@ -1397,10 +1477,10 @@ functionsHaveNames.boundFunctionsHaveNames = function boundFunctionsHaveNames()
1397
1477
  var functionsHaveNames_1 = functionsHaveNames;
1398
1478
  (function(module2) {
1399
1479
  var functionsHaveConfigurableNames2 = functionsHaveNames_1.functionsHaveConfigurableNames();
1400
- var $Object = Object;
1480
+ var $Object2 = Object;
1401
1481
  var $TypeError2 = TypeError;
1402
1482
  module2.exports = function flags2() {
1403
- if (this != null && this !== $Object(this)) {
1483
+ if (this != null && this !== $Object2(this)) {
1404
1484
  throw new $TypeError2("RegExp.prototype.flags getter called on non-object");
1405
1485
  }
1406
1486
  var result = "";
@@ -1462,7 +1542,7 @@ var polyfill$2 = function getPolyfill2() {
1462
1542
  };
1463
1543
  var supportsDescriptors = defineProperties_1.supportsDescriptors;
1464
1544
  var getPolyfill$3 = polyfill$2;
1465
- var gOPD$3 = Object.getOwnPropertyDescriptor;
1545
+ var gOPD$2 = Object.getOwnPropertyDescriptor;
1466
1546
  var defineProperty = Object.defineProperty;
1467
1547
  var TypeErr = TypeError;
1468
1548
  var getProto = Object.getPrototypeOf;
@@ -1473,7 +1553,7 @@ var shim$3 = function shimFlags() {
1473
1553
  }
1474
1554
  var polyfill2 = getPolyfill$3();
1475
1555
  var proto = getProto(regex);
1476
- var descriptor = gOPD$3(proto, "flags");
1556
+ var descriptor = gOPD$2(proto, "flags");
1477
1557
  if (!descriptor || descriptor.get !== polyfill2) {
1478
1558
  defineProperty(proto, "flags", {
1479
1559
  configurable: true,
@@ -1484,11 +1564,11 @@ var shim$3 = function shimFlags() {
1484
1564
  return polyfill2;
1485
1565
  };
1486
1566
  var define$2 = defineProperties_1;
1487
- var callBind$2 = callBindExports;
1567
+ var callBind$3 = callBindExports;
1488
1568
  var implementation$3 = implementationExports;
1489
1569
  var getPolyfill$2 = polyfill$2;
1490
1570
  var shim$2 = shim$3;
1491
- var flagsBound = callBind$2(getPolyfill$2());
1571
+ var flagsBound = callBind$3(getPolyfill$2());
1492
1572
  define$2(flagsBound, {
1493
1573
  getPolyfill: getPolyfill$2,
1494
1574
  implementation: implementation$3,
@@ -1508,20 +1588,20 @@ var hasSymbols$1 = shams$1;
1508
1588
  var shams = function hasToStringTagShams() {
1509
1589
  return hasSymbols$1() && !!Symbol.toStringTag;
1510
1590
  };
1511
- var hasToStringTag$8 = shams();
1512
- var callBound$b = callBound$d;
1513
- var $toString$4 = callBound$b("Object.prototype.toString");
1591
+ var hasToStringTag$7 = shams();
1592
+ var callBound$a = callBound$c;
1593
+ var $toString$3 = callBound$a("Object.prototype.toString");
1514
1594
  var isStandardArguments = function isArguments2(value) {
1515
- if (hasToStringTag$8 && value && typeof value === "object" && Symbol.toStringTag in value) {
1595
+ if (hasToStringTag$7 && value && typeof value === "object" && Symbol.toStringTag in value) {
1516
1596
  return false;
1517
1597
  }
1518
- return $toString$4(value) === "[object Arguments]";
1598
+ return $toString$3(value) === "[object Arguments]";
1519
1599
  };
1520
1600
  var isLegacyArguments = function isArguments3(value) {
1521
1601
  if (isStandardArguments(value)) {
1522
1602
  return true;
1523
1603
  }
1524
- return value !== null && typeof value === "object" && typeof value.length === "number" && value.length >= 0 && $toString$4(value) !== "[object Array]" && $toString$4(value.callee) === "[object Function]";
1604
+ return value !== null && typeof value === "object" && typeof value.length === "number" && value.length >= 0 && $toString$3(value) !== "[object Array]" && $toString$3(value.callee) === "[object Function]";
1525
1605
  };
1526
1606
  var supportsStandardArguments = function() {
1527
1607
  return isStandardArguments(arguments);
@@ -1552,7 +1632,7 @@ var booleanValueOf = Boolean.prototype.valueOf;
1552
1632
  var objectToString = Object.prototype.toString;
1553
1633
  var functionToString = Function.prototype.toString;
1554
1634
  var $match = String.prototype.match;
1555
- var $slice$2 = String.prototype.slice;
1635
+ var $slice$1 = String.prototype.slice;
1556
1636
  var $replace = String.prototype.replace;
1557
1637
  var $toUpperCase = String.prototype.toUpperCase;
1558
1638
  var $toLowerCase = String.prototype.toLowerCase;
@@ -1579,7 +1659,7 @@ function addNumericSeparator(num, str) {
1579
1659
  var int = num < 0 ? -$floor(-num) : $floor(num);
1580
1660
  if (int !== num) {
1581
1661
  var intStr = String(int);
1582
- var dec = $slice$2.call(str, intStr.length + 1);
1662
+ var dec = $slice$1.call(str, intStr.length + 1);
1583
1663
  return $replace.call(intStr, sepRegex, "$&_") + "." + $replace.call($replace.call(dec, /([0-9]{3})/g, "$&_"), /_$/, "");
1584
1664
  }
1585
1665
  }
@@ -1751,7 +1831,7 @@ var objectInspect = function inspect_(obj, options, depth, seen) {
1751
1831
  var ys = arrObjKeys(obj, inspect2);
1752
1832
  var isPlainObject = gPO$1 ? gPO$1(obj) === Object.prototype : obj instanceof Object || obj.constructor === Object;
1753
1833
  var protoTag = obj instanceof Object ? "" : "null prototype";
1754
- var stringTag = !isPlainObject && toStringTag && Object(obj) === obj && toStringTag in obj ? $slice$2.call(toStr$6(obj), 8, -1) : protoTag ? "Object" : "";
1834
+ var stringTag = !isPlainObject && toStringTag && Object(obj) === obj && toStringTag in obj ? $slice$1.call(toStr$6(obj), 8, -1) : protoTag ? "Object" : "";
1755
1835
  var constructorTag = isPlainObject || typeof obj.constructor !== "function" ? "" : obj.constructor.name ? obj.constructor.name + " " : "";
1756
1836
  var tag = constructorTag + (stringTag || protoTag ? "[" + $join.call($concat.call([], stringTag || [], protoTag || []), ": ") + "] " : "");
1757
1837
  if (ys.length === 0) {
@@ -1938,7 +2018,7 @@ function inspectString(str, opts) {
1938
2018
  if (str.length > opts.maxStringLength) {
1939
2019
  var remaining = str.length - opts.maxStringLength;
1940
2020
  var trailer = "... " + remaining + " more character" + (remaining > 1 ? "s" : "");
1941
- return inspectString($slice$2.call(str, 0, opts.maxStringLength), opts) + trailer;
2021
+ return inspectString($slice$1.call(str, 0, opts.maxStringLength), opts) + trailer;
1942
2022
  }
1943
2023
  var s = $replace.call($replace.call(str, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, lowbyte);
1944
2024
  return wrapQuotes(s, "single", opts);
@@ -2038,17 +2118,17 @@ function arrObjKeys(obj, inspect2) {
2038
2118
  return xs;
2039
2119
  }
2040
2120
  var GetIntrinsic$6 = getIntrinsic;
2041
- var callBound$a = callBound$d;
2121
+ var callBound$9 = callBound$c;
2042
2122
  var inspect = objectInspect;
2043
2123
  var $TypeError$1 = GetIntrinsic$6("%TypeError%");
2044
2124
  var $WeakMap$1 = GetIntrinsic$6("%WeakMap%", true);
2045
2125
  var $Map$3 = GetIntrinsic$6("%Map%", true);
2046
- var $weakMapGet = callBound$a("WeakMap.prototype.get", true);
2047
- var $weakMapSet = callBound$a("WeakMap.prototype.set", true);
2048
- var $weakMapHas = callBound$a("WeakMap.prototype.has", true);
2049
- var $mapGet$1 = callBound$a("Map.prototype.get", true);
2050
- var $mapSet = callBound$a("Map.prototype.set", true);
2051
- var $mapHas$5 = callBound$a("Map.prototype.has", true);
2126
+ var $weakMapGet = callBound$9("WeakMap.prototype.get", true);
2127
+ var $weakMapSet = callBound$9("WeakMap.prototype.set", true);
2128
+ var $weakMapHas = callBound$9("WeakMap.prototype.has", true);
2129
+ var $mapGet$1 = callBound$9("Map.prototype.get", true);
2130
+ var $mapSet = callBound$9("Map.prototype.set", true);
2131
+ var $mapHas$5 = callBound$9("Map.prototype.has", true);
2052
2132
  var listGetNode = function(list, key) {
2053
2133
  for (var prev = list, curr; (curr = prev.next) !== null; prev = curr) {
2054
2134
  if (curr.key === key) {
@@ -2244,7 +2324,7 @@ var tryStringObject = function tryStringObject2(value) {
2244
2324
  };
2245
2325
  var toStr$5 = Object.prototype.toString;
2246
2326
  var strClass = "[object String]";
2247
- var hasToStringTag$7 = shams();
2327
+ var hasToStringTag$6 = shams();
2248
2328
  var isString$2 = function isString(value) {
2249
2329
  if (typeof value === "string") {
2250
2330
  return true;
@@ -2252,7 +2332,7 @@ var isString$2 = function isString(value) {
2252
2332
  if (typeof value !== "object") {
2253
2333
  return false;
2254
2334
  }
2255
- return hasToStringTag$7 ? tryStringObject(value) : toStr$5.call(value) === strClass;
2335
+ return hasToStringTag$6 ? tryStringObject(value) : toStr$5.call(value) === strClass;
2256
2336
  };
2257
2337
  var $Map$2 = typeof Map === "function" && Map.prototype ? Map : null;
2258
2338
  var $Set$3 = typeof Set === "function" && Set.prototype ? Set : null;
@@ -2338,10 +2418,10 @@ if (hasSymbols$5() || shams$1()) {
2338
2418
  var GetIntrinsic$4 = getIntrinsic;
2339
2419
  var $Map = GetIntrinsic$4("%Map%", true);
2340
2420
  var $Set$1 = GetIntrinsic$4("%Set%", true);
2341
- var callBound$9 = callBound$d;
2342
- var $arrayPush = callBound$9("Array.prototype.push");
2343
- var $charCodeAt = callBound$9("String.prototype.charCodeAt");
2344
- var $stringSlice = callBound$9("String.prototype.slice");
2421
+ var callBound$8 = callBound$c;
2422
+ var $arrayPush = callBound$8("Array.prototype.push");
2423
+ var $charCodeAt = callBound$8("String.prototype.charCodeAt");
2424
+ var $stringSlice = callBound$8("String.prototype.slice");
2345
2425
  var advanceStringIndex = function advanceStringIndex2(S, index) {
2346
2426
  var length = S.length;
2347
2427
  if (index + 1 >= length) {
@@ -2405,14 +2485,14 @@ if (hasSymbols$5() || shams$1()) {
2405
2485
  } else {
2406
2486
  var isMap$1 = isMap$2;
2407
2487
  var isSet$1 = isSet$2;
2408
- var $mapForEach = callBound$9("Map.prototype.forEach", true);
2409
- var $setForEach = callBound$9("Set.prototype.forEach", true);
2488
+ var $mapForEach = callBound$8("Map.prototype.forEach", true);
2489
+ var $setForEach = callBound$8("Set.prototype.forEach", true);
2410
2490
  if (typeof process === "undefined" || !process.versions || !process.versions.node) {
2411
- var $mapIterator = callBound$9("Map.prototype.iterator", true);
2412
- var $setIterator = callBound$9("Set.prototype.iterator", true);
2491
+ var $mapIterator = callBound$8("Map.prototype.iterator", true);
2492
+ var $setIterator = callBound$8("Set.prototype.iterator", true);
2413
2493
  }
2414
- var $mapAtAtIterator = callBound$9("Map.prototype.@@iterator", true) || callBound$9("Map.prototype._es6-shim iterator_", true);
2415
- var $setAtAtIterator = callBound$9("Set.prototype.@@iterator", true) || callBound$9("Set.prototype._es6-shim iterator_", true);
2494
+ var $mapAtAtIterator = callBound$8("Map.prototype.@@iterator", true) || callBound$8("Map.prototype._es6-shim iterator_", true);
2495
+ var $setAtAtIterator = callBound$8("Set.prototype.@@iterator", true) || callBound$8("Set.prototype._es6-shim iterator_", true);
2416
2496
  var getCollectionIterator = function getCollectionIterator2(iterable) {
2417
2497
  if (isMap$1(iterable)) {
2418
2498
  if ($mapIterator) {
@@ -2481,11 +2561,11 @@ var shim$1 = function shimObjectIs() {
2481
2561
  return polyfill2;
2482
2562
  };
2483
2563
  var define = defineProperties_1;
2484
- var callBind$1 = callBindExports;
2564
+ var callBind$2 = callBindExports;
2485
2565
  var implementation = implementation$2;
2486
2566
  var getPolyfill4 = polyfill$1;
2487
2567
  var shim = shim$1;
2488
- var polyfill = callBind$1(getPolyfill4(), Object);
2568
+ var polyfill = callBind$2(getPolyfill4(), Object);
2489
2569
  define(polyfill, {
2490
2570
  getPolyfill: getPolyfill4,
2491
2571
  implementation,
@@ -2542,7 +2622,7 @@ var genClass = "[object GeneratorFunction]";
2542
2622
  var ddaClass = "[object HTMLAllCollection]";
2543
2623
  var ddaClass2 = "[object HTML document.all class]";
2544
2624
  var ddaClass3 = "[object HTMLCollection]";
2545
- var hasToStringTag$6 = typeof Symbol === "function" && !!Symbol.toStringTag;
2625
+ var hasToStringTag$5 = typeof Symbol === "function" && !!Symbol.toStringTag;
2546
2626
  var isIE68 = !(0 in [,]);
2547
2627
  var isDDA = function isDocumentDotAll() {
2548
2628
  return false;
@@ -2590,7 +2670,7 @@ var isCallable$1 = reflectApply ? function isCallable(value) {
2590
2670
  if (typeof value !== "function" && typeof value !== "object") {
2591
2671
  return false;
2592
2672
  }
2593
- if (hasToStringTag$6) {
2673
+ if (hasToStringTag$5) {
2594
2674
  return tryFunctionObject(value);
2595
2675
  }
2596
2676
  if (isES6ClassFn(value)) {
@@ -2636,7 +2716,7 @@ var forEachObject = function forEachObject2(object, iterator, receiver) {
2636
2716
  }
2637
2717
  }
2638
2718
  };
2639
- var forEach$2 = function forEach(list, iterator, thisArg) {
2719
+ var forEach$1 = function forEach(list, iterator, thisArg) {
2640
2720
  if (!isCallable3(iterator)) {
2641
2721
  throw new TypeError("iterator must be a function");
2642
2722
  }
@@ -2652,7 +2732,7 @@ var forEach$2 = function forEach(list, iterator, thisArg) {
2652
2732
  forEachObject(list, iterator, receiver);
2653
2733
  }
2654
2734
  };
2655
- var forEach_1 = forEach$2;
2735
+ var forEach_1 = forEach$1;
2656
2736
  var possibleNames = [
2657
2737
  "BigInt64Array",
2658
2738
  "BigUint64Array",
@@ -2666,11 +2746,11 @@ var possibleNames = [
2666
2746
  "Uint8Array",
2667
2747
  "Uint8ClampedArray"
2668
2748
  ];
2669
- var g$4 = typeof globalThis === "undefined" ? commonjsGlobal : globalThis;
2670
- var availableTypedArrays$2 = function availableTypedArrays() {
2749
+ var g$3 = typeof globalThis === "undefined" ? commonjsGlobal : globalThis;
2750
+ var availableTypedArrays$1 = function availableTypedArrays() {
2671
2751
  var out = [];
2672
2752
  for (var i = 0; i < possibleNames.length; i++) {
2673
- if (typeof g$4[possibleNames[i]] === "function") {
2753
+ if (typeof g$3[possibleNames[i]] === "function") {
2674
2754
  out[out.length] = possibleNames[i];
2675
2755
  }
2676
2756
  }
@@ -2686,15 +2766,18 @@ if ($gOPD) {
2686
2766
  }
2687
2767
  }
2688
2768
  var gopd = $gOPD;
2689
- var forEach$1 = forEach_1;
2690
- var availableTypedArrays$1 = availableTypedArrays$2;
2691
- var callBound$8 = callBound$d;
2692
- var $toString$3 = callBound$8("Object.prototype.toString");
2693
- var hasToStringTag$5 = shams();
2694
- var gOPD$2 = gopd;
2695
- var g$3 = typeof globalThis === "undefined" ? commonjsGlobal : globalThis;
2696
- var typedArrays$1 = availableTypedArrays$1();
2697
- var $indexOf = callBound$8("Array.prototype.indexOf", true) || function indexOf2(array, value) {
2769
+ var forEach2 = forEach_1;
2770
+ var availableTypedArrays2 = availableTypedArrays$1;
2771
+ var callBind$1 = callBindExports;
2772
+ var callBound$7 = callBound$c;
2773
+ var gOPD$1 = gopd;
2774
+ var $toString$2 = callBound$7("Object.prototype.toString");
2775
+ var hasToStringTag$4 = shams();
2776
+ var g$2 = typeof globalThis === "undefined" ? commonjsGlobal : globalThis;
2777
+ var typedArrays = availableTypedArrays2();
2778
+ var $slice = callBound$7("String.prototype.slice");
2779
+ var getPrototypeOf = Object.getPrototypeOf;
2780
+ var $indexOf = callBound$7("Array.prototype.indexOf", true) || function indexOf2(array, value) {
2698
2781
  for (var i = 0; i < array.length; i += 1) {
2699
2782
  if (array[i] === value) {
2700
2783
  return i;
@@ -2702,55 +2785,83 @@ var $indexOf = callBound$8("Array.prototype.indexOf", true) || function indexOf2
2702
2785
  }
2703
2786
  return -1;
2704
2787
  };
2705
- var $slice$1 = callBound$8("String.prototype.slice");
2706
- var toStrTags$1 = {};
2707
- var getPrototypeOf$1 = Object.getPrototypeOf;
2708
- if (hasToStringTag$5 && gOPD$2 && getPrototypeOf$1) {
2709
- forEach$1(typedArrays$1, function(typedArray) {
2710
- var arr = new g$3[typedArray]();
2788
+ var cache = { __proto__: null };
2789
+ if (hasToStringTag$4 && gOPD$1 && getPrototypeOf) {
2790
+ forEach2(typedArrays, function(typedArray) {
2791
+ var arr = new g$2[typedArray]();
2711
2792
  if (Symbol.toStringTag in arr) {
2712
- var proto = getPrototypeOf$1(arr);
2713
- var descriptor = gOPD$2(proto, Symbol.toStringTag);
2793
+ var proto = getPrototypeOf(arr);
2794
+ var descriptor = gOPD$1(proto, Symbol.toStringTag);
2714
2795
  if (!descriptor) {
2715
- var superProto = getPrototypeOf$1(proto);
2716
- descriptor = gOPD$2(superProto, Symbol.toStringTag);
2796
+ var superProto = getPrototypeOf(proto);
2797
+ descriptor = gOPD$1(superProto, Symbol.toStringTag);
2717
2798
  }
2718
- toStrTags$1[typedArray] = descriptor.get;
2799
+ cache["$" + typedArray] = callBind$1(descriptor.get);
2719
2800
  }
2720
2801
  });
2802
+ } else {
2803
+ forEach2(typedArrays, function(typedArray) {
2804
+ var arr = new g$2[typedArray]();
2805
+ cache["$" + typedArray] = callBind$1(arr.slice);
2806
+ });
2721
2807
  }
2722
- var tryTypedArrays$1 = function tryAllTypedArrays(value) {
2723
- var anyTrue = false;
2724
- forEach$1(toStrTags$1, function(getter, typedArray) {
2725
- if (!anyTrue) {
2808
+ var tryTypedArrays = function tryAllTypedArrays(value) {
2809
+ var found = false;
2810
+ forEach2(cache, function(getter, typedArray) {
2811
+ if (!found) {
2726
2812
  try {
2727
- anyTrue = getter.call(value) === typedArray;
2813
+ if ("$" + getter(value) === typedArray) {
2814
+ found = $slice(typedArray, 1);
2815
+ }
2728
2816
  } catch (e2) {
2729
2817
  }
2730
2818
  }
2731
2819
  });
2732
- return anyTrue;
2820
+ return found;
2733
2821
  };
2734
- var isTypedArray$2 = function isTypedArray(value) {
2822
+ var trySlices = function tryAllSlices(value) {
2823
+ var found = false;
2824
+ forEach2(cache, function(getter, name) {
2825
+ if (!found) {
2826
+ try {
2827
+ getter(value);
2828
+ found = $slice(name, 1);
2829
+ } catch (e2) {
2830
+ }
2831
+ }
2832
+ });
2833
+ return found;
2834
+ };
2835
+ var whichTypedArray$2 = function whichTypedArray(value) {
2735
2836
  if (!value || typeof value !== "object") {
2736
2837
  return false;
2737
2838
  }
2738
- if (!hasToStringTag$5 || !(Symbol.toStringTag in value)) {
2739
- var tag = $slice$1($toString$3(value), 8, -1);
2740
- return $indexOf(typedArrays$1, tag) > -1;
2839
+ if (!hasToStringTag$4) {
2840
+ var tag = $slice($toString$2(value), 8, -1);
2841
+ if ($indexOf(typedArrays, tag) > -1) {
2842
+ return tag;
2843
+ }
2844
+ if (tag !== "Object") {
2845
+ return false;
2846
+ }
2847
+ return trySlices(value);
2741
2848
  }
2742
- if (!gOPD$2) {
2743
- return false;
2849
+ if (!gOPD$1) {
2850
+ return null;
2744
2851
  }
2745
- return tryTypedArrays$1(value);
2852
+ return tryTypedArrays(value);
2853
+ };
2854
+ var whichTypedArray$1 = whichTypedArray$2;
2855
+ var isTypedArray$1 = function isTypedArray(value) {
2856
+ return !!whichTypedArray$1(value);
2746
2857
  };
2747
2858
  var callBind = callBindExports;
2748
- var callBound$7 = callBound$d;
2859
+ var callBound$6 = callBound$c;
2749
2860
  var GetIntrinsic$2 = getIntrinsic;
2750
- var isTypedArray$1 = isTypedArray$2;
2861
+ var isTypedArray2 = isTypedArray$1;
2751
2862
  var $ArrayBuffer = GetIntrinsic$2("ArrayBuffer", true);
2752
2863
  var $Float32Array = GetIntrinsic$2("Float32Array", true);
2753
- var $byteLength$2 = callBound$7("ArrayBuffer.prototype.byteLength", true);
2864
+ var $byteLength$2 = callBound$6("ArrayBuffer.prototype.byteLength", true);
2754
2865
  var abSlice = $ArrayBuffer && !$byteLength$2 && new $ArrayBuffer().slice;
2755
2866
  var $abSlice = abSlice && callBind(abSlice);
2756
2867
  var isArrayBuffer$2 = $byteLength$2 || $abSlice ? function isArrayBuffer(obj) {
@@ -2769,7 +2880,7 @@ var isArrayBuffer$2 = $byteLength$2 || $abSlice ? function isArrayBuffer(obj) {
2769
2880
  }
2770
2881
  } : $Float32Array ? function IsArrayBuffer(obj) {
2771
2882
  try {
2772
- return new $Float32Array(obj).buffer === obj && !isTypedArray$1(obj);
2883
+ return new $Float32Array(obj).buffer === obj && !isTypedArray2(obj);
2773
2884
  } catch (e2) {
2774
2885
  return typeof obj === "object" && e2.name === "RangeError";
2775
2886
  }
@@ -2787,22 +2898,22 @@ var tryDateObject = function tryDateGetDayCall(value) {
2787
2898
  };
2788
2899
  var toStr$2 = Object.prototype.toString;
2789
2900
  var dateClass = "[object Date]";
2790
- var hasToStringTag$4 = shams();
2901
+ var hasToStringTag$3 = shams();
2791
2902
  var isDateObject = function isDateObject2(value) {
2792
2903
  if (typeof value !== "object" || value === null) {
2793
2904
  return false;
2794
2905
  }
2795
- return hasToStringTag$4 ? tryDateObject(value) : toStr$2.call(value) === dateClass;
2906
+ return hasToStringTag$3 ? tryDateObject(value) : toStr$2.call(value) === dateClass;
2796
2907
  };
2797
- var callBound$6 = callBound$d;
2798
- var hasToStringTag$3 = shams();
2908
+ var callBound$5 = callBound$c;
2909
+ var hasToStringTag$2 = shams();
2799
2910
  var has;
2800
2911
  var $exec;
2801
2912
  var isRegexMarker;
2802
2913
  var badStringifier;
2803
- if (hasToStringTag$3) {
2804
- has = callBound$6("Object.prototype.hasOwnProperty");
2805
- $exec = callBound$6("RegExp.prototype.exec");
2914
+ if (hasToStringTag$2) {
2915
+ has = callBound$5("Object.prototype.hasOwnProperty");
2916
+ $exec = callBound$5("RegExp.prototype.exec");
2806
2917
  isRegexMarker = {};
2807
2918
  var throwRegexMarker = function() {
2808
2919
  throw isRegexMarker;
@@ -2815,14 +2926,14 @@ if (hasToStringTag$3) {
2815
2926
  badStringifier[Symbol.toPrimitive] = throwRegexMarker;
2816
2927
  }
2817
2928
  }
2818
- var $toString$2 = callBound$6("Object.prototype.toString");
2819
- var gOPD$1 = Object.getOwnPropertyDescriptor;
2929
+ var $toString$1 = callBound$5("Object.prototype.toString");
2930
+ var gOPD = Object.getOwnPropertyDescriptor;
2820
2931
  var regexClass = "[object RegExp]";
2821
- var isRegex$1 = hasToStringTag$3 ? function isRegex(value) {
2932
+ var isRegex$1 = hasToStringTag$2 ? function isRegex(value) {
2822
2933
  if (!value || typeof value !== "object") {
2823
2934
  return false;
2824
2935
  }
2825
- var descriptor = gOPD$1(value, "lastIndex");
2936
+ var descriptor = gOPD(value, "lastIndex");
2826
2937
  var hasLastIndexDataProperty = descriptor && has(descriptor, "value");
2827
2938
  if (!hasLastIndexDataProperty) {
2828
2939
  return false;
@@ -2836,10 +2947,10 @@ var isRegex$1 = hasToStringTag$3 ? function isRegex(value) {
2836
2947
  if (!value || typeof value !== "object" && typeof value !== "function") {
2837
2948
  return false;
2838
2949
  }
2839
- return $toString$2(value) === regexClass;
2950
+ return $toString$1(value) === regexClass;
2840
2951
  };
2841
- var callBound$5 = callBound$d;
2842
- var $byteLength$1 = callBound$5("SharedArrayBuffer.prototype.byteLength", true);
2952
+ var callBound$4 = callBound$c;
2953
+ var $byteLength$1 = callBound$4("SharedArrayBuffer.prototype.byteLength", true);
2843
2954
  var isSharedArrayBuffer$1 = $byteLength$1 ? function isSharedArrayBuffer(obj) {
2844
2955
  if (!obj || typeof obj !== "object") {
2845
2956
  return false;
@@ -2864,7 +2975,7 @@ var tryNumberObject = function tryNumberObject2(value) {
2864
2975
  };
2865
2976
  var toStr$1 = Object.prototype.toString;
2866
2977
  var numClass = "[object Number]";
2867
- var hasToStringTag$2 = shams();
2978
+ var hasToStringTag$1 = shams();
2868
2979
  var isNumberObject = function isNumberObject2(value) {
2869
2980
  if (typeof value === "number") {
2870
2981
  return true;
@@ -2872,11 +2983,11 @@ var isNumberObject = function isNumberObject2(value) {
2872
2983
  if (typeof value !== "object") {
2873
2984
  return false;
2874
2985
  }
2875
- return hasToStringTag$2 ? tryNumberObject(value) : toStr$1.call(value) === numClass;
2986
+ return hasToStringTag$1 ? tryNumberObject(value) : toStr$1.call(value) === numClass;
2876
2987
  };
2877
- var callBound$4 = callBound$d;
2878
- var $boolToStr = callBound$4("Boolean.prototype.toString");
2879
- var $toString$1 = callBound$4("Object.prototype.toString");
2988
+ var callBound$3 = callBound$c;
2989
+ var $boolToStr = callBound$3("Boolean.prototype.toString");
2990
+ var $toString = callBound$3("Object.prototype.toString");
2880
2991
  var tryBooleanObject = function booleanBrandCheck(value) {
2881
2992
  try {
2882
2993
  $boolToStr(value);
@@ -2886,7 +2997,7 @@ var tryBooleanObject = function booleanBrandCheck(value) {
2886
2997
  }
2887
2998
  };
2888
2999
  var boolClass = "[object Boolean]";
2889
- var hasToStringTag$1 = shams();
3000
+ var hasToStringTag = shams();
2890
3001
  var isBooleanObject = function isBoolean(value) {
2891
3002
  if (typeof value === "boolean") {
2892
3003
  return true;
@@ -2894,7 +3005,7 @@ var isBooleanObject = function isBoolean(value) {
2894
3005
  if (value === null || typeof value !== "object") {
2895
3006
  return false;
2896
3007
  }
2897
- return hasToStringTag$1 && Symbol.toStringTag in value ? tryBooleanObject(value) : $toString$1(value) === boolClass;
3008
+ return hasToStringTag && Symbol.toStringTag in value ? tryBooleanObject(value) : $toString(value) === boolClass;
2898
3009
  };
2899
3010
  var isSymbolExports = {};
2900
3011
  var isSymbol$1 = {
@@ -3040,11 +3151,11 @@ var isWeakset = {
3040
3151
  }
3041
3152
  };
3042
3153
  var GetIntrinsic$1 = getIntrinsic;
3043
- var callBound$3 = callBound$d;
3154
+ var callBound$2 = callBound$c;
3044
3155
  var $WeakSet = GetIntrinsic$1("%WeakSet%", true);
3045
- var $setHas$1 = callBound$3("WeakSet.prototype.has", true);
3156
+ var $setHas$1 = callBound$2("WeakSet.prototype.has", true);
3046
3157
  if ($setHas$1) {
3047
- var $mapHas$1 = callBound$3("WeakMap.prototype.has", true);
3158
+ var $mapHas$1 = callBound$2("WeakMap.prototype.has", true);
3048
3159
  isWeakset.exports = function isWeakSet2(x) {
3049
3160
  if (!x || typeof x !== "object") {
3050
3161
  return false;
@@ -3089,59 +3200,7 @@ var whichCollection$1 = function whichCollection(value) {
3089
3200
  }
3090
3201
  return false;
3091
3202
  };
3092
- var forEach2 = forEach_1;
3093
- var availableTypedArrays2 = availableTypedArrays$2;
3094
- var callBound$2 = callBound$d;
3095
- var gOPD = gopd;
3096
- var $toString = callBound$2("Object.prototype.toString");
3097
- var hasToStringTag = shams();
3098
- var g$2 = typeof globalThis === "undefined" ? commonjsGlobal : globalThis;
3099
- var typedArrays = availableTypedArrays2();
3100
- var $slice = callBound$2("String.prototype.slice");
3101
- var toStrTags = {};
3102
- var getPrototypeOf = Object.getPrototypeOf;
3103
- if (hasToStringTag && gOPD && getPrototypeOf) {
3104
- forEach2(typedArrays, function(typedArray) {
3105
- if (typeof g$2[typedArray] === "function") {
3106
- var arr = new g$2[typedArray]();
3107
- if (Symbol.toStringTag in arr) {
3108
- var proto = getPrototypeOf(arr);
3109
- var descriptor = gOPD(proto, Symbol.toStringTag);
3110
- if (!descriptor) {
3111
- var superProto = getPrototypeOf(proto);
3112
- descriptor = gOPD(superProto, Symbol.toStringTag);
3113
- }
3114
- toStrTags[typedArray] = descriptor.get;
3115
- }
3116
- }
3117
- });
3118
- }
3119
- var tryTypedArrays = function tryAllTypedArrays2(value) {
3120
- var foundName = false;
3121
- forEach2(toStrTags, function(getter, typedArray) {
3122
- if (!foundName) {
3123
- try {
3124
- var name = getter.call(value);
3125
- if (name === typedArray) {
3126
- foundName = name;
3127
- }
3128
- } catch (e2) {
3129
- }
3130
- }
3131
- });
3132
- return foundName;
3133
- };
3134
- var isTypedArray2 = isTypedArray$2;
3135
- var whichTypedArray$1 = function whichTypedArray(value) {
3136
- if (!isTypedArray2(value)) {
3137
- return false;
3138
- }
3139
- if (!hasToStringTag || !(Symbol.toStringTag in value)) {
3140
- return $slice($toString(value), 8, -1);
3141
- }
3142
- return tryTypedArrays(value);
3143
- };
3144
- var callBound$1 = callBound$d;
3203
+ var callBound$1 = callBound$c;
3145
3204
  var $byteLength = callBound$1("ArrayBuffer.prototype.byteLength", true);
3146
3205
  var isArrayBuffer$1 = isArrayBuffer$2;
3147
3206
  var arrayBufferByteLength = function byteLength(ab) {
@@ -3151,7 +3210,7 @@ var arrayBufferByteLength = function byteLength(ab) {
3151
3210
  return $byteLength ? $byteLength(ab) : ab.byteLength;
3152
3211
  };
3153
3212
  var assign3 = object_assign;
3154
- var callBound = callBound$d;
3213
+ var callBound = callBound$c;
3155
3214
  var flags = regexp_prototype_flags;
3156
3215
  var GetIntrinsic2 = getIntrinsic;
3157
3216
  var getIterator = esGetIteratorExports;
@@ -3166,7 +3225,7 @@ var isSharedArrayBuffer3 = isSharedArrayBuffer$1;
3166
3225
  var objectKeys = objectKeys$2;
3167
3226
  var whichBoxedPrimitive2 = whichBoxedPrimitive$1;
3168
3227
  var whichCollection2 = whichCollection$1;
3169
- var whichTypedArray2 = whichTypedArray$1;
3228
+ var whichTypedArray2 = whichTypedArray$2;
3170
3229
  var byteLength2 = arrayBufferByteLength;
3171
3230
  var sabByteLength = callBound("SharedArrayBuffer.prototype.byteLength", true);
3172
3231
  var $getTime = callBound("Date.prototype.getTime");
@@ -3430,9 +3489,20 @@ function objEquiv(a, b2, opts, channel2) {
3430
3489
  }
3431
3490
  var aWhich = whichTypedArray2(a);
3432
3491
  var bWhich = whichTypedArray2(b2);
3433
- if ((aWhich || bWhich) && aWhich !== bWhich) {
3492
+ if (aWhich !== bWhich) {
3434
3493
  return false;
3435
3494
  }
3495
+ if (aWhich || bWhich) {
3496
+ if (a.length !== b2.length) {
3497
+ return false;
3498
+ }
3499
+ for (i = 0; i < a.length; i++) {
3500
+ if (a[i] !== b2[i]) {
3501
+ return false;
3502
+ }
3503
+ }
3504
+ return true;
3505
+ }
3436
3506
  var aIsBuffer = isBuffer(a);
3437
3507
  var bIsBuffer = isBuffer(b2);
3438
3508
  if (aIsBuffer !== bIsBuffer) {
@@ -3760,16 +3830,16 @@ var lodash_ismatch = {
3760
3830
  return this.__data__.has(key);
3761
3831
  }
3762
3832
  function stackSet(key, value) {
3763
- var cache = this.__data__;
3764
- if (cache instanceof ListCache) {
3765
- var pairs = cache.__data__;
3833
+ var cache2 = this.__data__;
3834
+ if (cache2 instanceof ListCache) {
3835
+ var pairs = cache2.__data__;
3766
3836
  if (!Map2 || pairs.length < LARGE_ARRAY_SIZE - 1) {
3767
3837
  pairs.push([key, value]);
3768
3838
  return this;
3769
3839
  }
3770
- cache = this.__data__ = new MapCache(pairs);
3840
+ cache2 = this.__data__ = new MapCache(pairs);
3771
3841
  }
3772
- cache.set(key, value);
3842
+ cache2.set(key, value);
3773
3843
  return this;
3774
3844
  }
3775
3845
  Stack.prototype.clear = stackClear;
@@ -4128,117 +4198,6 @@ function assertNotNull(value) {
4128
4198
  if (value == null)
4129
4199
  throw new Error("Value is null or undefined");
4130
4200
  }
4131
- const lm_root = "_lm_root_7prkn_3";
4132
- const lm_row = "_lm_row_7prkn_7";
4133
- const lm_item = "_lm_item_7prkn_7";
4134
- const lm_content = "_lm_content_7prkn_11";
4135
- const lm_dragging = "_lm_dragging_7prkn_17";
4136
- const lm_maximised = "_lm_maximised_7prkn_23";
4137
- const lm_maximise_placeholder = "_lm_maximise_placeholder_7prkn_30";
4138
- const lm_splitter = "_lm_splitter_7prkn_34";
4139
- const lm_vertical = "_lm_vertical_7prkn_41";
4140
- const lm_drag_handle = "_lm_drag_handle_7prkn_41";
4141
- const lm_horizontal = "_lm_horizontal_7prkn_46";
4142
- const lm_header = "_lm_header_7prkn_56";
4143
- const lm_dropdown_open = "_lm_dropdown_open_7prkn_63";
4144
- const lm_controls = "_lm_controls_7prkn_69";
4145
- const lm_tabs = "_lm_tabs_7prkn_89";
4146
- const lm_tab = "_lm_tab_7prkn_89";
4147
- const lm_title = "_lm_title_7prkn_104";
4148
- const lm_close_tab = "_lm_close_tab_7prkn_111";
4149
- const lm_stack = "_lm_stack_7prkn_120";
4150
- const lm_left = "_lm_left_7prkn_120";
4151
- const lm_right = "_lm_right_7prkn_121";
4152
- const lm_dragProxy = "_lm_dragProxy_7prkn_125";
4153
- const lm_items = "_lm_items_7prkn_148";
4154
- const lm_tabdropdown_list = "_lm_tabdropdown_list_7prkn_165";
4155
- const lm_bottom = "_lm_bottom_7prkn_192";
4156
- const lm_drop_tab_placeholder = "_lm_drop_tab_placeholder_7prkn_207";
4157
- const lm_tabdropdown = "_lm_tabdropdown_7prkn_165";
4158
- const lm_dropTargetIndicator = "_lm_dropTargetIndicator_7prkn_258";
4159
- const lm_inner = "_lm_inner_7prkn_264";
4160
- const lm_transition_indicator = "_lm_transition_indicator_7prkn_272";
4161
- const lm_popin = "_lm_popin_7prkn_282";
4162
- const lm_bg = "_lm_bg_7prkn_297";
4163
- const lm_icon = "_lm_icon_7prkn_300";
4164
- const lm_goldenlayout = "_lm_goldenlayout_7prkn_304";
4165
- const lm_selectable = "_lm_selectable_7prkn_340";
4166
- const lm_active = "_lm_active_7prkn_370";
4167
- const lm_selected = "_lm_selected_7prkn_388";
4168
- const lm_keyboard_active = "_lm_keyboard_active_7prkn_397";
4169
- const lm_popout = "_lm_popout_7prkn_416";
4170
- const lm_maximise = "_lm_maximise_7prkn_23";
4171
- const lm_close = "_lm_close_7prkn_111";
4172
- const lm_tabnextbutton = "_lm_tabnextbutton_7prkn_425";
4173
- const lm_tabpreviousbutton = "_lm_tabpreviousbutton_7prkn_428";
4174
- const lm_title_before = "_lm_title_before_7prkn_544";
4175
- const lm_focusin = "_lm_focusin_7prkn_568";
4176
- const lm_window_blur = "_lm_window_blur_7prkn_573";
4177
- const lm_tabdropdown_search = "_lm_tabdropdown_search_7prkn_631";
4178
- const march = "_march_7prkn_1";
4179
- const app = "_app_7prkn_712";
4180
- const plotly = "_plotly_7prkn_721";
4181
- const GoldenLayout = {
4182
- "tab-height": "28px",
4183
- "drag-border-width": "5px",
4184
- lm_root,
4185
- lm_row,
4186
- lm_item,
4187
- lm_content,
4188
- lm_dragging,
4189
- lm_maximised,
4190
- lm_maximise_placeholder,
4191
- lm_splitter,
4192
- lm_vertical,
4193
- lm_drag_handle,
4194
- lm_horizontal,
4195
- lm_header,
4196
- lm_dropdown_open,
4197
- lm_controls,
4198
- lm_tabs,
4199
- lm_tab,
4200
- lm_title,
4201
- lm_close_tab,
4202
- lm_stack,
4203
- lm_left,
4204
- lm_right,
4205
- lm_dragProxy,
4206
- lm_items,
4207
- lm_tabdropdown_list,
4208
- lm_bottom,
4209
- lm_drop_tab_placeholder,
4210
- lm_tabdropdown,
4211
- lm_dropTargetIndicator,
4212
- lm_inner,
4213
- lm_transition_indicator,
4214
- lm_popin,
4215
- lm_bg,
4216
- lm_icon,
4217
- lm_goldenlayout,
4218
- lm_selectable,
4219
- lm_active,
4220
- lm_selected,
4221
- lm_keyboard_active,
4222
- lm_popout,
4223
- lm_maximise,
4224
- lm_close,
4225
- lm_tabnextbutton,
4226
- lm_tabpreviousbutton,
4227
- lm_title_before,
4228
- "editor-unsaved-indicator": "_editor-unsaved-indicator_7prkn_548",
4229
- "is-unsaved": "_is-unsaved_7prkn_556",
4230
- lm_focusin,
4231
- lm_window_blur,
4232
- lm_tabdropdown_search,
4233
- march,
4234
- app,
4235
- "js-plotly-plot": "_js-plotly-plot_7prkn_721",
4236
- plotly
4237
- };
4238
- const GoldenLayoutThemeExport = Object.freeze({
4239
- tabHeight: parseInt(GoldenLayout["tab-height"], 10),
4240
- dragBorderWidth: parseInt(GoldenLayout["drag-border-width"], 10)
4241
- });
4242
4201
  function ownKeys$3(object, enumerableOnly) {
4243
4202
  var keys3 = Object.keys(object);
4244
4203
  if (Object.getOwnPropertySymbols) {
@@ -4629,7 +4588,7 @@ class LayoutUtils {
4629
4588
  if (config.id == null) {
4630
4589
  config.id = shortid.generate();
4631
4590
  }
4632
- if (dragEvent) {
4591
+ if (dragEvent !== void 0) {
4633
4592
  root === null || root === void 0 ? void 0 : root.layoutManager.createDragSourceFromEvent(config, dragEvent);
4634
4593
  return;
4635
4594
  }
@@ -4919,7 +4878,7 @@ var PanelPlaceholder = /* @__PURE__ */ React.forwardRef((props, ref) => {
4919
4878
  return /* @__PURE__ */ React.createElement("div", {
4920
4879
  ref,
4921
4880
  className: "panel-placeholder"
4922
- }, 'Component "', component, '" is not registered.');
4881
+ }, /* @__PURE__ */ React.createElement("div", null, 'Component "', component, '" is not registered.'));
4923
4882
  });
4924
4883
  PanelPlaceholder.displayName = "PanelPlaceholder";
4925
4884
  var propTypesExports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/js-plugin-matplotlib",
3
- "version": "0.4.0",
3
+ "version": "0.4.1-deephaven-ui.221+b312bd9",
4
4
  "description": "Deephaven matplotlib plugin",
5
5
  "keywords": [
6
6
  "Deephaven",
@@ -48,5 +48,5 @@
48
48
  "files": [
49
49
  "dist/index.js"
50
50
  ],
51
- "gitHead": "2dcf9e72f08f92b0c27d5bc74ce6da61808451ab"
51
+ "gitHead": "b312bd98a8e04c5406443acd670f51f63bbfbde8"
52
52
  }