@vitessce/vit-s 3.3.9 → 3.3.10

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 (37) hide show
  1. package/dist/index.js +38 -17
  2. package/dist-tsc/Warning.d.ts +1 -1
  3. package/dist-tsc/Warning.d.ts.map +1 -1
  4. package/dist-tsc/classNames.d.ts +4 -4
  5. package/dist-tsc/classNames.d.ts.map +1 -1
  6. package/dist-tsc/data/AbstractLoader.d.ts +20 -14
  7. package/dist-tsc/data/AbstractLoader.d.ts.map +1 -1
  8. package/dist-tsc/data/AbstractLoader.js +13 -2
  9. package/dist-tsc/data/AbstractTwoStepLoader.d.ts +14 -4
  10. package/dist-tsc/data/AbstractTwoStepLoader.d.ts.map +1 -1
  11. package/dist-tsc/data/AbstractTwoStepLoader.js +10 -0
  12. package/dist-tsc/data/LoaderResult.d.ts +9 -6
  13. package/dist-tsc/data/LoaderResult.d.ts.map +1 -1
  14. package/dist-tsc/data/LoaderResult.js +6 -2
  15. package/dist-tsc/data-hook-utils.d.ts +1 -1
  16. package/dist-tsc/data-hook-utils.d.ts.map +1 -1
  17. package/dist-tsc/errors/DataSourceFetchError.d.ts +1 -1
  18. package/dist-tsc/errors/DataSourceFetchError.d.ts.map +1 -1
  19. package/dist-tsc/errors/DatasetNotFoundError.d.ts +1 -1
  20. package/dist-tsc/errors/DatasetNotFoundError.d.ts.map +1 -1
  21. package/dist-tsc/errors/LoaderNotFoundError.d.ts +1 -1
  22. package/dist-tsc/errors/LoaderNotFoundError.d.ts.map +1 -1
  23. package/dist-tsc/errors/LoaderValidationError.d.ts +1 -1
  24. package/dist-tsc/errors/LoaderValidationError.d.ts.map +1 -1
  25. package/dist-tsc/plugins.test.fixtures.d.ts +12 -12
  26. package/dist-tsc/shared-mui/styles.d.ts +3 -3
  27. package/dist-tsc/shared-mui/styles.js +6 -6
  28. package/dist-tsc/state/hooks.d.ts +8 -8
  29. package/dist-tsc/state/hooks.d.ts.map +1 -1
  30. package/dist-tsc/state/hooks.js +2 -2
  31. package/dist-tsc/view-config-utils.test.fixtures.d.ts +135 -135
  32. package/dist-tsc/view-config-utils.test.js +1 -1
  33. package/dist-tsc/vitessce-grid-layout/VitessceGridLayout.d.ts +2 -2
  34. package/package.json +8 -7
  35. package/src/data/AbstractLoader.js +23 -5
  36. package/src/data/AbstractTwoStepLoader.js +11 -0
  37. package/src/data/LoaderResult.js +6 -2
@@ -1,16 +1,16 @@
1
1
  export namespace legacyViewConfig0_1_0 {
2
- export const version: string;
3
- const _public: boolean;
2
+ export let version: string;
3
+ let _public: boolean;
4
4
  export { _public as public };
5
- export const name: string;
6
- export const description: string;
7
- export const layers: {
5
+ export let name: string;
6
+ export let description: string;
7
+ export let layers: {
8
8
  name: string;
9
9
  type: string;
10
10
  fileType: string;
11
11
  url: string;
12
12
  }[];
13
- export const staticLayout: ({
13
+ export let staticLayout: ({
14
14
  component: string;
15
15
  props: {
16
16
  description: string;
@@ -55,44 +55,44 @@ export namespace legacyViewConfig0_1_0 {
55
55
  })[];
56
56
  }
57
57
  export namespace upgradedLegacyViewConfig0_1_0 {
58
- const version_1: string;
58
+ let version_1: string;
59
59
  export { version_1 as version };
60
- const _public_1: boolean;
60
+ let _public_1: boolean;
61
61
  export { _public_1 as public };
62
- const name_1: string;
62
+ let name_1: string;
63
63
  export { name_1 as name };
64
- const description_1: string;
64
+ let description_1: string;
65
65
  export { description_1 as description };
66
- export const initStrategy: string;
66
+ export let initStrategy: string;
67
67
  export namespace coordinationSpace {
68
68
  namespace embeddingTargetX {
69
- const A: number;
69
+ let A: number;
70
70
  }
71
71
  namespace embeddingTargetY {
72
- const A_1: number;
72
+ let A_1: number;
73
73
  export { A_1 as A };
74
74
  }
75
- const embeddingType: {
75
+ let embeddingType: {
76
76
  't-SNE': string;
77
77
  };
78
78
  namespace embeddingZoom {
79
- const A_2: number;
79
+ let A_2: number;
80
80
  export { A_2 as A };
81
81
  }
82
82
  namespace spatialTargetX {
83
- const A_3: number;
83
+ let A_3: number;
84
84
  export { A_3 as A };
85
85
  }
86
86
  namespace spatialTargetY {
87
- const A_4: number;
87
+ let A_4: number;
88
88
  export { A_4 as A };
89
89
  }
90
90
  namespace spatialZoom {
91
- const A_5: number;
91
+ let A_5: number;
92
92
  export { A_5 as A };
93
93
  }
94
94
  }
95
- export const datasets: {
95
+ export let datasets: {
96
96
  files: {
97
97
  fileType: string;
98
98
  type: string;
@@ -101,7 +101,7 @@ export namespace upgradedLegacyViewConfig0_1_0 {
101
101
  name: string;
102
102
  uid: string;
103
103
  }[];
104
- export const layout: ({
104
+ export let layout: ({
105
105
  component: string;
106
106
  coordinationScopes: {
107
107
  embeddingTargetX?: undefined;
@@ -173,23 +173,23 @@ export namespace upgradedLegacyViewConfig0_1_0 {
173
173
  })[];
174
174
  }
175
175
  export namespace legacyViewConfig1_0_0 {
176
- const version_2: string;
176
+ let version_2: string;
177
177
  export { version_2 as version };
178
- const _public_2: boolean;
178
+ let _public_2: boolean;
179
179
  export { _public_2 as public };
180
- const name_2: string;
180
+ let name_2: string;
181
181
  export { name_2 as name };
182
- const description_2: string;
182
+ let description_2: string;
183
183
  export { description_2 as description };
184
- const initStrategy_1: string;
184
+ let initStrategy_1: string;
185
185
  export { initStrategy_1 as initStrategy };
186
186
  export namespace coordinationSpace_1 {
187
187
  namespace dataset {
188
- const A_6: string;
188
+ let A_6: string;
189
189
  export { A_6 as A };
190
190
  }
191
191
  namespace spatialLayers {
192
- const A_7: ({
192
+ let A_7: ({
193
193
  type: string;
194
194
  radius: number;
195
195
  visible: boolean;
@@ -209,13 +209,13 @@ export namespace legacyViewConfig1_0_0 {
209
209
  }
210
210
  }
211
211
  export { coordinationSpace_1 as coordinationSpace };
212
- const datasets_1: {
212
+ let datasets_1: {
213
213
  files: never[];
214
214
  name: string;
215
215
  uid: string;
216
216
  }[];
217
217
  export { datasets_1 as datasets };
218
- const layout_1: ({
218
+ let layout_1: ({
219
219
  component: string;
220
220
  coordinationScopes: {
221
221
  dataset: string;
@@ -252,55 +252,55 @@ export namespace legacyViewConfig1_0_0 {
252
252
  export { layout_1 as layout };
253
253
  }
254
254
  export namespace upgradedLegacyViewConfig1_0_0 {
255
- const version_3: string;
255
+ let version_3: string;
256
256
  export { version_3 as version };
257
- const _public_3: boolean;
257
+ let _public_3: boolean;
258
258
  export { _public_3 as public };
259
- const name_3: string;
259
+ let name_3: string;
260
260
  export { name_3 as name };
261
- const description_3: string;
261
+ let description_3: string;
262
262
  export { description_3 as description };
263
- const initStrategy_2: string;
263
+ let initStrategy_2: string;
264
264
  export { initStrategy_2 as initStrategy };
265
265
  export namespace coordinationSpace_2 {
266
266
  export namespace dataset_1 {
267
- const A_8: string;
267
+ let A_8: string;
268
268
  export { A_8 as A };
269
269
  }
270
270
  export { dataset_1 as dataset };
271
271
  export namespace spatialRasterLayers {
272
- const A_9: {
272
+ let A_9: {
273
273
  index: number;
274
274
  }[];
275
275
  export { A_9 as A };
276
276
  }
277
277
  export namespace spatialCellsLayer {
278
278
  export namespace A_10 {
279
- const radius: number;
280
- const visible: boolean;
279
+ let radius: number;
280
+ let visible: boolean;
281
281
  }
282
282
  export { A_10 as A };
283
283
  }
284
284
  export namespace spatialMoleculesLayer {
285
285
  export namespace A_11 {
286
- const visible_1: boolean;
286
+ let visible_1: boolean;
287
287
  export { visible_1 as visible };
288
288
  }
289
289
  export { A_11 as A };
290
290
  }
291
291
  export namespace spatialNeighborhoodsLayer {
292
- const A_12: null;
292
+ let A_12: null;
293
293
  export { A_12 as A };
294
294
  }
295
295
  }
296
296
  export { coordinationSpace_2 as coordinationSpace };
297
- const datasets_2: {
297
+ let datasets_2: {
298
298
  files: never[];
299
299
  name: string;
300
300
  uid: string;
301
301
  }[];
302
302
  export { datasets_2 as datasets };
303
- const layout_2: ({
303
+ let layout_2: ({
304
304
  component: string;
305
305
  coordinationScopes: {
306
306
  dataset: string;
@@ -343,29 +343,29 @@ export namespace upgradedLegacyViewConfig1_0_0 {
343
343
  export { layout_2 as layout };
344
344
  }
345
345
  export namespace missingViewUids {
346
- const version_4: string;
346
+ let version_4: string;
347
347
  export { version_4 as version };
348
- const name_4: string;
348
+ let name_4: string;
349
349
  export { name_4 as name };
350
- const description_4: string;
350
+ let description_4: string;
351
351
  export { description_4 as description };
352
- const initStrategy_3: string;
352
+ let initStrategy_3: string;
353
353
  export { initStrategy_3 as initStrategy };
354
354
  export namespace coordinationSpace_3 {
355
355
  export namespace dataset_2 {
356
- const A_13: string;
356
+ let A_13: string;
357
357
  export { A_13 as A };
358
358
  }
359
359
  export { dataset_2 as dataset };
360
360
  }
361
361
  export { coordinationSpace_3 as coordinationSpace };
362
- const datasets_3: {
362
+ let datasets_3: {
363
363
  files: never[];
364
364
  name: string;
365
365
  uid: string;
366
366
  }[];
367
367
  export { datasets_3 as datasets };
368
- const layout_3: ({
368
+ let layout_3: ({
369
369
  component: string;
370
370
  coordinationScopes: {
371
371
  dataset: string;
@@ -389,52 +389,52 @@ export namespace missingViewUids {
389
389
  export { layout_3 as layout };
390
390
  }
391
391
  export namespace viewConfig1_0_10 {
392
- const version_5: string;
392
+ let version_5: string;
393
393
  export { version_5 as version };
394
- const name_5: string;
394
+ let name_5: string;
395
395
  export { name_5 as name };
396
- const description_5: string;
396
+ let description_5: string;
397
397
  export { description_5 as description };
398
- const initStrategy_4: string;
398
+ let initStrategy_4: string;
399
399
  export { initStrategy_4 as initStrategy };
400
400
  export namespace coordinationSpace_4 {
401
401
  export namespace embeddingTargetX_1 {
402
- const A_14: number;
402
+ let A_14: number;
403
403
  export { A_14 as A };
404
404
  }
405
405
  export { embeddingTargetX_1 as embeddingTargetX };
406
406
  export namespace embeddingTargetY_1 {
407
- const A_15: number;
407
+ let A_15: number;
408
408
  export { A_15 as A };
409
409
  }
410
410
  export { embeddingTargetY_1 as embeddingTargetY };
411
- const embeddingType_1: {
411
+ let embeddingType_1: {
412
412
  't-SNE': string;
413
413
  };
414
414
  export { embeddingType_1 as embeddingType };
415
415
  export namespace embeddingZoom_1 {
416
- const A_16: number;
416
+ let A_16: number;
417
417
  export { A_16 as A };
418
418
  }
419
419
  export { embeddingZoom_1 as embeddingZoom };
420
420
  export namespace spatialTargetX_1 {
421
- const A_17: number;
421
+ let A_17: number;
422
422
  export { A_17 as A };
423
423
  }
424
424
  export { spatialTargetX_1 as spatialTargetX };
425
425
  export namespace spatialTargetY_1 {
426
- const A_18: number;
426
+ let A_18: number;
427
427
  export { A_18 as A };
428
428
  }
429
429
  export { spatialTargetY_1 as spatialTargetY };
430
430
  export namespace spatialZoom_1 {
431
- const A_19: number;
431
+ let A_19: number;
432
432
  export { A_19 as A };
433
433
  }
434
434
  export { spatialZoom_1 as spatialZoom };
435
435
  }
436
436
  export { coordinationSpace_4 as coordinationSpace };
437
- const datasets_4: {
437
+ let datasets_4: {
438
438
  files: {
439
439
  fileType: string;
440
440
  type: string;
@@ -444,7 +444,7 @@ export namespace viewConfig1_0_10 {
444
444
  uid: string;
445
445
  }[];
446
446
  export { datasets_4 as datasets };
447
- const layout_4: ({
447
+ let layout_4: ({
448
448
  component: string;
449
449
  coordinationScopes: {
450
450
  embeddingTargetX?: undefined;
@@ -517,205 +517,205 @@ export namespace viewConfig1_0_10 {
517
517
  export { layout_4 as layout };
518
518
  }
519
519
  export namespace initializedViewConfig {
520
- const version_6: string;
520
+ let version_6: string;
521
521
  export { version_6 as version };
522
- const name_6: string;
522
+ let name_6: string;
523
523
  export { name_6 as name };
524
- const description_6: string;
524
+ let description_6: string;
525
525
  export { description_6 as description };
526
- const initStrategy_5: string;
526
+ let initStrategy_5: string;
527
527
  export { initStrategy_5 as initStrategy };
528
528
  export namespace coordinationSpace_5 {
529
529
  export namespace obsType {
530
- const A_20: string;
530
+ let A_20: string;
531
531
  export { A_20 as A };
532
532
  }
533
533
  export namespace featureType {
534
- const A_21: string;
534
+ let A_21: string;
535
535
  export { A_21 as A };
536
536
  }
537
537
  export namespace featureValueType {
538
- const A_22: string;
538
+ let A_22: string;
539
539
  export { A_22 as A };
540
540
  }
541
541
  export namespace obsColorEncoding {
542
- const A_23: string;
542
+ let A_23: string;
543
543
  export { A_23 as A };
544
544
  }
545
545
  export namespace obsFilter {
546
- const A_24: null;
546
+ let A_24: null;
547
547
  export { A_24 as A };
548
548
  }
549
549
  export namespace obsHighlight {
550
- const A_25: null;
550
+ let A_25: null;
551
551
  export { A_25 as A };
552
552
  }
553
553
  export namespace obsSetHighlight {
554
- const A_26: null;
554
+ let A_26: null;
555
555
  export { A_26 as A };
556
556
  }
557
557
  export namespace obsSetSelection {
558
- const A_27: null;
558
+ let A_27: null;
559
559
  export { A_27 as A };
560
560
  }
561
561
  export namespace dataset_3 {
562
- const A_28: string;
562
+ let A_28: string;
563
563
  export { A_28 as A };
564
564
  }
565
565
  export { dataset_3 as dataset };
566
566
  export namespace embeddingObsOpacity {
567
- const A_29: number;
567
+ let A_29: number;
568
568
  export { A_29 as A };
569
569
  }
570
570
  export namespace embeddingObsOpacityMode {
571
- const A_30: string;
571
+ let A_30: string;
572
572
  export { A_30 as A };
573
573
  }
574
574
  export namespace embeddingObsRadius {
575
- const A_31: number;
575
+ let A_31: number;
576
576
  export { A_31 as A };
577
577
  }
578
578
  export namespace embeddingObsRadiusMode {
579
- const A_32: string;
579
+ let A_32: string;
580
580
  export { A_32 as A };
581
581
  }
582
582
  export namespace embeddingRotation {
583
- const A_33: number;
583
+ let A_33: number;
584
584
  export { A_33 as A };
585
585
  }
586
586
  export namespace embeddingTargetX_2 {
587
- const A_34: number;
587
+ let A_34: number;
588
588
  export { A_34 as A };
589
589
  }
590
590
  export { embeddingTargetX_2 as embeddingTargetX };
591
591
  export namespace embeddingTargetY_2 {
592
- const A_35: number;
592
+ let A_35: number;
593
593
  export { A_35 as A };
594
594
  }
595
595
  export { embeddingTargetY_2 as embeddingTargetY };
596
596
  export namespace embeddingTargetZ {
597
- const A_36: number;
597
+ let A_36: number;
598
598
  export { A_36 as A };
599
599
  }
600
- const embeddingType_2: {
600
+ let embeddingType_2: {
601
601
  't-SNE': string;
602
602
  };
603
603
  export { embeddingType_2 as embeddingType };
604
604
  export namespace embeddingZoom_2 {
605
- const A_37: number;
605
+ let A_37: number;
606
606
  export { A_37 as A };
607
607
  }
608
608
  export { embeddingZoom_2 as embeddingZoom };
609
609
  export namespace embeddingObsSetLabelSize {
610
- const A_38: number;
610
+ let A_38: number;
611
611
  export { A_38 as A };
612
612
  }
613
613
  export namespace embeddingObsSetLabelsVisible {
614
- const A_39: boolean;
614
+ let A_39: boolean;
615
615
  export { A_39 as A };
616
616
  }
617
617
  export namespace embeddingObsSetPolygonsVisible {
618
- const A_40: boolean;
618
+ let A_40: boolean;
619
619
  export { A_40 as A };
620
620
  }
621
621
  export namespace featureValueColormap {
622
- const A_41: string;
622
+ let A_41: string;
623
623
  export { A_41 as A };
624
624
  }
625
625
  export namespace featureValueColormapRange {
626
- const A_42: number[];
626
+ let A_42: number[];
627
627
  export { A_42 as A };
628
628
  }
629
629
  export namespace featureHighlight {
630
- const A_43: null;
630
+ let A_43: null;
631
631
  export { A_43 as A };
632
632
  }
633
633
  export namespace featureSelection {
634
- const A_44: null;
634
+ let A_44: null;
635
635
  export { A_44 as A };
636
636
  }
637
637
  export namespace spatialImageLayer {
638
- const A_45: null;
638
+ let A_45: null;
639
639
  export { A_45 as A };
640
640
  }
641
641
  export namespace spatialSegmentationLayer {
642
- const A_46: null;
642
+ let A_46: null;
643
643
  export { A_46 as A };
644
644
  }
645
645
  export namespace spatialPointLayer {
646
- const A_47: null;
646
+ let A_47: null;
647
647
  export { A_47 as A };
648
648
  }
649
649
  export namespace spatialNeighborhoodLayer {
650
- const A_48: null;
650
+ let A_48: null;
651
651
  export { A_48 as A };
652
652
  }
653
653
  export namespace spatialRotation {
654
- const A_49: number;
654
+ let A_49: number;
655
655
  export { A_49 as A };
656
656
  }
657
657
  export namespace spatialRotationOrbit {
658
- const A_50: number;
658
+ let A_50: number;
659
659
  export { A_50 as A };
660
660
  }
661
661
  export namespace spatialOrbitAxis {
662
- const A_51: string;
662
+ let A_51: string;
663
663
  export { A_51 as A };
664
664
  }
665
665
  export namespace spatialRotationX {
666
- const A_52: null;
666
+ let A_52: null;
667
667
  export { A_52 as A };
668
668
  }
669
669
  export namespace spatialRotationY {
670
- const A_53: null;
670
+ let A_53: null;
671
671
  export { A_53 as A };
672
672
  }
673
673
  export namespace spatialRotationZ {
674
- const A_54: null;
674
+ let A_54: null;
675
675
  export { A_54 as A };
676
676
  }
677
677
  export namespace spatialTargetX_2 {
678
- const A_55: number;
678
+ let A_55: number;
679
679
  export { A_55 as A };
680
680
  }
681
681
  export { spatialTargetX_2 as spatialTargetX };
682
682
  export namespace spatialTargetY_2 {
683
- const A_56: number;
683
+ let A_56: number;
684
684
  export { A_56 as A };
685
685
  }
686
686
  export { spatialTargetY_2 as spatialTargetY };
687
687
  export namespace spatialTargetZ {
688
- const A_57: null;
688
+ let A_57: null;
689
689
  export { A_57 as A };
690
690
  }
691
691
  export namespace spatialZoom_2 {
692
- const A_58: number;
692
+ let A_58: number;
693
693
  export { A_58 as A };
694
694
  }
695
695
  export { spatialZoom_2 as spatialZoom };
696
696
  export namespace spatialAxisFixed {
697
- const A_59: boolean;
697
+ let A_59: boolean;
698
698
  export { A_59 as A };
699
699
  }
700
700
  export namespace additionalObsSets {
701
- const A_60: null;
701
+ let A_60: null;
702
702
  export { A_60 as A };
703
703
  }
704
704
  export namespace obsSetColor {
705
- const A_61: null;
705
+ let A_61: null;
706
706
  export { A_61 as A };
707
707
  }
708
708
  export namespace obsLabelsType {
709
- const A_62: null;
709
+ let A_62: null;
710
710
  export { A_62 as A };
711
711
  }
712
712
  export namespace moleculeHighlight {
713
- const A_63: null;
713
+ let A_63: null;
714
714
  export { A_63 as A };
715
715
  }
716
716
  }
717
717
  export { coordinationSpace_5 as coordinationSpace };
718
- const datasets_5: {
718
+ let datasets_5: {
719
719
  files: {
720
720
  fileType: string;
721
721
  url: string;
@@ -727,7 +727,7 @@ export namespace initializedViewConfig {
727
727
  uid: string;
728
728
  }[];
729
729
  export { datasets_5 as datasets };
730
- const layout_5: ({
730
+ let layout_5: ({
731
731
  component: string;
732
732
  coordinationScopes: {
733
733
  dataset: string;
@@ -917,37 +917,37 @@ export namespace initializedViewConfig {
917
917
  export { layout_5 as layout };
918
918
  }
919
919
  export namespace implicitPerDatasetCoordinations {
920
- const version_7: string;
920
+ let version_7: string;
921
921
  export { version_7 as version };
922
- const name_7: string;
922
+ let name_7: string;
923
923
  export { name_7 as name };
924
- const description_7: string;
924
+ let description_7: string;
925
925
  export { description_7 as description };
926
- const initStrategy_6: string;
926
+ let initStrategy_6: string;
927
927
  export { initStrategy_6 as initStrategy };
928
928
  export namespace coordinationSpace_6 {
929
929
  export namespace dataset_4 {
930
- const A_64: string;
930
+ let A_64: string;
931
931
  export { A_64 as A };
932
- export const B: string;
932
+ export let B: string;
933
933
  }
934
934
  export { dataset_4 as dataset };
935
935
  export namespace embeddingCellRadius {
936
- const small: number;
937
- const big: number;
936
+ let small: number;
937
+ let big: number;
938
938
  }
939
939
  export namespace embeddingCellRadiusMode {
940
- const all: string;
940
+ let all: string;
941
941
  }
942
942
  }
943
943
  export { coordinationSpace_6 as coordinationSpace };
944
- const datasets_6: {
944
+ let datasets_6: {
945
945
  files: never[];
946
946
  name: string;
947
947
  uid: string;
948
948
  }[];
949
949
  export { datasets_6 as datasets };
950
- const layout_6: ({
950
+ let layout_6: ({
951
951
  component: string;
952
952
  coordinationScopes: {
953
953
  dataset: string[];
@@ -976,43 +976,43 @@ export namespace implicitPerDatasetCoordinations {
976
976
  export { layout_6 as layout };
977
977
  }
978
978
  export namespace explicitPerDatasetCoordinations {
979
- const version_8: string;
979
+ let version_8: string;
980
980
  export { version_8 as version };
981
- const name_8: string;
981
+ let name_8: string;
982
982
  export { name_8 as name };
983
- const description_8: string;
983
+ let description_8: string;
984
984
  export { description_8 as description };
985
- const initStrategy_7: string;
985
+ let initStrategy_7: string;
986
986
  export { initStrategy_7 as initStrategy };
987
987
  export namespace coordinationSpace_7 {
988
988
  export namespace dataset_5 {
989
- const A_65: string;
989
+ let A_65: string;
990
990
  export { A_65 as A };
991
- const B_1: string;
991
+ let B_1: string;
992
992
  export { B_1 as B };
993
993
  }
994
994
  export { dataset_5 as dataset };
995
995
  export namespace embeddingCellRadius_1 {
996
- const small_1: number;
996
+ let small_1: number;
997
997
  export { small_1 as small };
998
- const big_1: number;
998
+ let big_1: number;
999
999
  export { big_1 as big };
1000
1000
  }
1001
1001
  export { embeddingCellRadius_1 as embeddingCellRadius };
1002
1002
  export namespace embeddingCellRadiusMode_1 {
1003
- const all_1: string;
1003
+ let all_1: string;
1004
1004
  export { all_1 as all };
1005
1005
  }
1006
1006
  export { embeddingCellRadiusMode_1 as embeddingCellRadiusMode };
1007
1007
  }
1008
1008
  export { coordinationSpace_7 as coordinationSpace };
1009
- const datasets_7: {
1009
+ let datasets_7: {
1010
1010
  files: never[];
1011
1011
  name: string;
1012
1012
  uid: string;
1013
1013
  }[];
1014
1014
  export { datasets_7 as datasets };
1015
- const layout_7: ({
1015
+ let layout_7: ({
1016
1016
  component: string;
1017
1017
  coordinationScopes: {
1018
1018
  dataset: string[];
@@ -162,7 +162,7 @@ describe('src/app/view-config-utils.js', () => {
162
162
  version: '1.0.16',
163
163
  name: 'My config name',
164
164
  description: 'My config description',
165
- initStrategy: 'none',
165
+ initStrategy: 'none', // initStrategy is none
166
166
  coordinationSpace: {
167
167
  embeddingTargetX: {
168
168
  A: 0,