@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/index.js CHANGED
@@ -1,14 +1,12 @@
1
- import { bM, bK, bI, bL, bJ, bH, bN } from "./index-b2384476.js";
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
- bM as PluginAsyncFunction,
7
- bK as PluginCoordinationType,
8
- bI as PluginFileType,
9
- bL as PluginJointFileType,
10
- bJ as PluginViewType,
11
- bH as Vitessce,
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
- bN as z
19
+ bM as z
22
20
  };
@@ -1,7 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-b2384476.js";
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 = {