@vitessce/all 3.5.11 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{blosc-537fd004.js → blosc-B8fjEpk7.js} +2 -5
- package/dist/{browser-122c4c35.js → browser-CwsEWr7C.js} +4 -6
- package/dist/deflate-DGQmLV1M.js +10 -0
- package/dist/{gzip-6a24f0fe.js → gzip-BcpOCWcu.js} +2 -5
- package/dist/{higlass-5022c0ac.js → higlass-CGZsUecg.js} +1492 -1960
- package/dist/{index-b2384476.js → index-Bhk2pxIQ.js} +232497 -204015
- package/dist/{index-9fa0b8f0.js → index-Cd_6CW6r.js} +6808 -6871
- package/dist/{index-1de95a31.js → index-Mspmyvat.js} +14018 -14281
- package/dist/index.js +8 -10
- package/dist/{jpeg-8687eb38.js → jpeg-dJOgo5O4.js} +20 -4
- package/dist/lerc-GDpFLh9n.js +2013 -0
- package/dist/{lz4-bbd18009.js → lz4-C9lm_i9S.js} +2 -5
- package/dist/{lzw-ffd426d3.js → lzw-Dny2Bc0l.js} +1 -4
- package/dist/{packbits-3388263e.js → packbits-CxuQnKHa.js} +1 -4
- package/dist/{pako.esm-68f84e2a.js → pako.esm-SxljTded.js} +33 -1839
- package/dist/{raw-7ad8e084.js → raw-CphAtlVX.js} +1 -4
- package/dist/{troika-three-text.esm-1b1516c6.js → troika-three-text.esm-D9oTslue.js} +278 -519
- package/dist/{webimage-60247a11.js → webimage-BLxZhJWS.js} +1 -4
- package/dist/{zlib-175cd38d.js → zlib-ZTk3sZPP.js} +2 -5
- package/dist/{zstd-561fda0e.js → zstd-y75FARxZ.js} +2 -5
- package/package.json +33 -33
- package/dist/deflate-916bb37d.js +0 -13
- package/dist/lerc-42867a4a.js +0 -2006
- /package/dist/{chunk-INHXZS53-bee20a28.js → chunk-INHXZS53-DHVJiuU3.js} +0 -0
package/dist/index.js
CHANGED
@@ -1,14 +1,12 @@
|
|
1
|
-
import {
|
1
|
+
import { bL, bJ, bH, bK, bI, bG, bM } from "./index-Bhk2pxIQ.js";
|
2
2
|
import { useComplexCoordination, useComplexCoordinationSecondary, useCoordination, useCoordinationScopes, useCoordinationScopesBy, useGridItemSize, useMultiCoordinationScopesNonNull, useMultiCoordinationScopesSecondaryNonNull, usePageModeView } from "@vitessce/vit-s";
|
3
|
-
import "react";
|
4
|
-
import "react-dom";
|
5
3
|
export {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
4
|
+
bL as PluginAsyncFunction,
|
5
|
+
bJ as PluginCoordinationType,
|
6
|
+
bH as PluginFileType,
|
7
|
+
bK as PluginJointFileType,
|
8
|
+
bI as PluginViewType,
|
9
|
+
bG as Vitessce,
|
12
10
|
useComplexCoordination,
|
13
11
|
useComplexCoordinationSecondary,
|
14
12
|
useCoordination,
|
@@ -18,5 +16,5 @@ export {
|
|
18
16
|
useMultiCoordinationScopesNonNull,
|
19
17
|
useMultiCoordinationScopesSecondaryNonNull,
|
20
18
|
usePageModeView,
|
21
|
-
|
19
|
+
bM as z
|
22
20
|
};
|
@@ -1,7 +1,4 @@
|
|
1
|
-
import { aP as BaseDecoder } from "./index-
|
2
|
-
import "react";
|
3
|
-
import "@vitessce/vit-s";
|
4
|
-
import "react-dom";
|
1
|
+
import { aP as BaseDecoder } from "./index-Bhk2pxIQ.js";
|
5
2
|
const dctZigZag = new Int32Array([
|
6
3
|
0,
|
7
4
|
1,
|
@@ -255,6 +252,7 @@ function decodeScan(data, initialOffset, frame, components, resetInterval, spect
|
|
255
252
|
continue;
|
256
253
|
}
|
257
254
|
case 1:
|
255
|
+
// skipping r zero items
|
258
256
|
case 2:
|
259
257
|
if (zz[z]) {
|
260
258
|
zz[z] += (readBit() << successive) * direction;
|
@@ -606,21 +604,37 @@ class JpegStreamReader {
|
|
606
604
|
case 65280:
|
607
605
|
break;
|
608
606
|
case 65504:
|
607
|
+
// APP0 (Application Specific)
|
609
608
|
case 65505:
|
609
|
+
// APP1
|
610
610
|
case 65506:
|
611
|
+
// APP2
|
611
612
|
case 65507:
|
613
|
+
// APP3
|
612
614
|
case 65508:
|
615
|
+
// APP4
|
613
616
|
case 65509:
|
617
|
+
// APP5
|
614
618
|
case 65510:
|
619
|
+
// APP6
|
615
620
|
case 65511:
|
621
|
+
// APP7
|
616
622
|
case 65512:
|
623
|
+
// APP8
|
617
624
|
case 65513:
|
625
|
+
// APP9
|
618
626
|
case 65514:
|
627
|
+
// APP10
|
619
628
|
case 65515:
|
629
|
+
// APP11
|
620
630
|
case 65516:
|
631
|
+
// APP12
|
621
632
|
case 65517:
|
633
|
+
// APP13
|
622
634
|
case 65518:
|
635
|
+
// APP14
|
623
636
|
case 65519:
|
637
|
+
// APP15
|
624
638
|
case 65534: {
|
625
639
|
const appData = readDataBlock();
|
626
640
|
if (fileMarker === 65504) {
|
@@ -672,7 +686,9 @@ class JpegStreamReader {
|
|
672
686
|
break;
|
673
687
|
}
|
674
688
|
case 65472:
|
689
|
+
// SOF0 (Start of Frame, Baseline DCT)
|
675
690
|
case 65473:
|
691
|
+
// SOF1 (Start of Frame, Extended DCT)
|
676
692
|
case 65474: {
|
677
693
|
readUint16();
|
678
694
|
const frame = {
|