@vitessce/constants-internal 3.6.3 → 3.6.5
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 +34 -3
- package/dist-tsc/constant-relationships.d.ts.map +1 -1
- package/dist-tsc/constant-relationships.js +22 -0
- package/dist-tsc/constants.d.ts +8 -0
- package/dist-tsc/constants.d.ts.map +1 -1
- package/dist-tsc/constants.js +9 -0
- package/dist-tsc/version.json +3 -3
- package/package.json +1 -1
- package/src/constant-relationships.ts +23 -0
- package/src/constants.ts +10 -0
- package/src/version.json +3 -3
package/dist/index.js
CHANGED
|
@@ -76,6 +76,7 @@ const FileType = {
|
|
|
76
76
|
ANNDATA_ZARR_ZIP: "anndata.zarr.zip",
|
|
77
77
|
ANNDATA_H5AD: "anndata.h5ad",
|
|
78
78
|
SPATIALDATA_ZARR: "spatialdata.zarr",
|
|
79
|
+
SPATIALDATA_ZARR_ZIP: "spatialdata.zarr.zip",
|
|
79
80
|
// Atomic file types
|
|
80
81
|
OBS_EMBEDDING_CSV: "obsEmbedding.csv",
|
|
81
82
|
OBS_SPOTS_CSV: "obsSpots.csv",
|
|
@@ -156,6 +157,14 @@ const FileType = {
|
|
|
156
157
|
// TODO:
|
|
157
158
|
// OBS_POINTS_SPATIALDATA_ZARR: 'obsPoints.spatialdata.zarr',
|
|
158
159
|
// OBS_LOCATIONS_SPATIALDATA_ZARR: 'obsLocations.spatialdata.zarr',
|
|
160
|
+
// SpatialData - zipped
|
|
161
|
+
IMAGE_SPATIALDATA_ZARR_ZIP: "image.spatialdata.zarr.zip",
|
|
162
|
+
LABELS_SPATIALDATA_ZARR_ZIP: "labels.spatialdata.zarr.zip",
|
|
163
|
+
SHAPES_SPATIALDATA_ZARR_ZIP: "shapes.spatialdata.zarr.zip",
|
|
164
|
+
OBS_FEATURE_MATRIX_SPATIALDATA_ZARR_ZIP: "obsFeatureMatrix.spatialdata.zarr.zip",
|
|
165
|
+
OBS_SETS_SPATIALDATA_ZARR_ZIP: "obsSets.spatialdata.zarr.zip",
|
|
166
|
+
OBS_SPOTS_SPATIALDATA_ZARR_ZIP: "obsSpots.spatialdata.zarr.zip",
|
|
167
|
+
FEATURE_LABELS_SPATIALDATA_ZARR_ZIP: "featureLabels.spatialdata.zarr.zip",
|
|
159
168
|
// MuData
|
|
160
169
|
OBS_FEATURE_MATRIX_MUDATA_ZARR: "obsFeatureMatrix.mudata.zarr",
|
|
161
170
|
OBS_SETS_MUDATA_ZARR: "obsSets.mudata.zarr",
|
|
@@ -586,6 +595,28 @@ const ALT_ZARR_STORE_TYPES = {
|
|
|
586
595
|
},
|
|
587
596
|
[FileType.OBS_SEGMENTATIONS_OME_ZARR]: {
|
|
588
597
|
zip: FileType.OBS_SEGMENTATIONS_OME_ZARR_ZIP
|
|
598
|
+
},
|
|
599
|
+
// For SpatialData:
|
|
600
|
+
[FileType.IMAGE_SPATIALDATA_ZARR]: {
|
|
601
|
+
zip: FileType.IMAGE_SPATIALDATA_ZARR_ZIP
|
|
602
|
+
},
|
|
603
|
+
[FileType.LABELS_SPATIALDATA_ZARR]: {
|
|
604
|
+
zip: FileType.LABELS_SPATIALDATA_ZARR_ZIP
|
|
605
|
+
},
|
|
606
|
+
[FileType.SHAPES_SPATIALDATA_ZARR]: {
|
|
607
|
+
zip: FileType.SHAPES_SPATIALDATA_ZARR_ZIP
|
|
608
|
+
},
|
|
609
|
+
[FileType.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR]: {
|
|
610
|
+
zip: FileType.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR_ZIP
|
|
611
|
+
},
|
|
612
|
+
[FileType.OBS_SETS_SPATIALDATA_ZARR]: {
|
|
613
|
+
zip: FileType.OBS_SETS_SPATIALDATA_ZARR_ZIP
|
|
614
|
+
},
|
|
615
|
+
[FileType.OBS_SPOTS_SPATIALDATA_ZARR]: {
|
|
616
|
+
zip: FileType.OBS_SPOTS_SPATIALDATA_ZARR_ZIP
|
|
617
|
+
},
|
|
618
|
+
[FileType.FEATURE_LABELS_SPATIALDATA_ZARR]: {
|
|
619
|
+
zip: FileType.FEATURE_LABELS_SPATIALDATA_ZARR_ZIP
|
|
589
620
|
}
|
|
590
621
|
};
|
|
591
622
|
const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
@@ -1261,10 +1292,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1261
1292
|
]
|
|
1262
1293
|
};
|
|
1263
1294
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1264
|
-
const version = "3.6.
|
|
1265
|
-
const date = "2025-
|
|
1295
|
+
const version = "3.6.5";
|
|
1296
|
+
const date = "2025-07-08";
|
|
1266
1297
|
const branch = "changeset-release/main";
|
|
1267
|
-
const hash = "
|
|
1298
|
+
const hash = "6a6bd2bd";
|
|
1268
1299
|
const version$1 = {
|
|
1269
1300
|
note,
|
|
1270
1301
|
version,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constant-relationships.d.ts","sourceRoot":"","sources":["../src/constant-relationships.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;CAoEvC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC;;CA6D9C,CAAC;AAKF,eAAO,MAAM,oBAAoB;;;;;;;;
|
|
1
|
+
{"version":3,"file":"constant-relationships.d.ts","sourceRoot":"","sources":["../src/constant-relationships.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,eAAO,MAAM,2BAA2B;;CAoEvC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kCAAkC;;CA6D9C,CAAC;AAKF,eAAO,MAAM,oBAAoB;;;;;;;;CAiGhC,CAAC"}
|
|
@@ -214,4 +214,26 @@ export const ALT_ZARR_STORE_TYPES = {
|
|
|
214
214
|
[FileType.OBS_SEGMENTATIONS_OME_ZARR]: {
|
|
215
215
|
zip: FileType.OBS_SEGMENTATIONS_OME_ZARR_ZIP,
|
|
216
216
|
},
|
|
217
|
+
// For SpatialData:
|
|
218
|
+
[FileType.IMAGE_SPATIALDATA_ZARR]: {
|
|
219
|
+
zip: FileType.IMAGE_SPATIALDATA_ZARR_ZIP,
|
|
220
|
+
},
|
|
221
|
+
[FileType.LABELS_SPATIALDATA_ZARR]: {
|
|
222
|
+
zip: FileType.LABELS_SPATIALDATA_ZARR_ZIP,
|
|
223
|
+
},
|
|
224
|
+
[FileType.SHAPES_SPATIALDATA_ZARR]: {
|
|
225
|
+
zip: FileType.SHAPES_SPATIALDATA_ZARR_ZIP,
|
|
226
|
+
},
|
|
227
|
+
[FileType.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR]: {
|
|
228
|
+
zip: FileType.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR_ZIP,
|
|
229
|
+
},
|
|
230
|
+
[FileType.OBS_SETS_SPATIALDATA_ZARR]: {
|
|
231
|
+
zip: FileType.OBS_SETS_SPATIALDATA_ZARR_ZIP,
|
|
232
|
+
},
|
|
233
|
+
[FileType.OBS_SPOTS_SPATIALDATA_ZARR]: {
|
|
234
|
+
zip: FileType.OBS_SPOTS_SPATIALDATA_ZARR_ZIP,
|
|
235
|
+
},
|
|
236
|
+
[FileType.FEATURE_LABELS_SPATIALDATA_ZARR]: {
|
|
237
|
+
zip: FileType.FEATURE_LABELS_SPATIALDATA_ZARR_ZIP,
|
|
238
|
+
},
|
|
217
239
|
};
|
package/dist-tsc/constants.d.ts
CHANGED
|
@@ -69,6 +69,7 @@ export declare const FileType: {
|
|
|
69
69
|
ANNDATA_ZARR_ZIP: string;
|
|
70
70
|
ANNDATA_H5AD: string;
|
|
71
71
|
SPATIALDATA_ZARR: string;
|
|
72
|
+
SPATIALDATA_ZARR_ZIP: string;
|
|
72
73
|
OBS_EMBEDDING_CSV: string;
|
|
73
74
|
OBS_SPOTS_CSV: string;
|
|
74
75
|
OBS_POINTS_CSV: string;
|
|
@@ -139,6 +140,13 @@ export declare const FileType: {
|
|
|
139
140
|
OBS_SETS_SPATIALDATA_ZARR: string;
|
|
140
141
|
OBS_SPOTS_SPATIALDATA_ZARR: string;
|
|
141
142
|
FEATURE_LABELS_SPATIALDATA_ZARR: string;
|
|
143
|
+
IMAGE_SPATIALDATA_ZARR_ZIP: string;
|
|
144
|
+
LABELS_SPATIALDATA_ZARR_ZIP: string;
|
|
145
|
+
SHAPES_SPATIALDATA_ZARR_ZIP: string;
|
|
146
|
+
OBS_FEATURE_MATRIX_SPATIALDATA_ZARR_ZIP: string;
|
|
147
|
+
OBS_SETS_SPATIALDATA_ZARR_ZIP: string;
|
|
148
|
+
OBS_SPOTS_SPATIALDATA_ZARR_ZIP: string;
|
|
149
|
+
FEATURE_LABELS_SPATIALDATA_ZARR_ZIP: string;
|
|
142
150
|
OBS_FEATURE_MATRIX_MUDATA_ZARR: string;
|
|
143
151
|
OBS_SETS_MUDATA_ZARR: string;
|
|
144
152
|
OBS_EMBEDDING_MUDATA_ZARR: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;CAmBpB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;CAc7B,CAAC;AAEF,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;CAmBpB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;CAc7B,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsJpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4I5B,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,eAAe;;;CAG3B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;CAuB3B,CAAC"}
|
package/dist-tsc/constants.js
CHANGED
|
@@ -72,6 +72,7 @@ export const FileType = {
|
|
|
72
72
|
ANNDATA_ZARR_ZIP: 'anndata.zarr.zip',
|
|
73
73
|
ANNDATA_H5AD: 'anndata.h5ad',
|
|
74
74
|
SPATIALDATA_ZARR: 'spatialdata.zarr',
|
|
75
|
+
SPATIALDATA_ZARR_ZIP: 'spatialdata.zarr.zip',
|
|
75
76
|
// Atomic file types
|
|
76
77
|
OBS_EMBEDDING_CSV: 'obsEmbedding.csv',
|
|
77
78
|
OBS_SPOTS_CSV: 'obsSpots.csv',
|
|
@@ -152,6 +153,14 @@ export const FileType = {
|
|
|
152
153
|
// TODO:
|
|
153
154
|
// OBS_POINTS_SPATIALDATA_ZARR: 'obsPoints.spatialdata.zarr',
|
|
154
155
|
// OBS_LOCATIONS_SPATIALDATA_ZARR: 'obsLocations.spatialdata.zarr',
|
|
156
|
+
// SpatialData - zipped
|
|
157
|
+
IMAGE_SPATIALDATA_ZARR_ZIP: 'image.spatialdata.zarr.zip',
|
|
158
|
+
LABELS_SPATIALDATA_ZARR_ZIP: 'labels.spatialdata.zarr.zip',
|
|
159
|
+
SHAPES_SPATIALDATA_ZARR_ZIP: 'shapes.spatialdata.zarr.zip',
|
|
160
|
+
OBS_FEATURE_MATRIX_SPATIALDATA_ZARR_ZIP: 'obsFeatureMatrix.spatialdata.zarr.zip',
|
|
161
|
+
OBS_SETS_SPATIALDATA_ZARR_ZIP: 'obsSets.spatialdata.zarr.zip',
|
|
162
|
+
OBS_SPOTS_SPATIALDATA_ZARR_ZIP: 'obsSpots.spatialdata.zarr.zip',
|
|
163
|
+
FEATURE_LABELS_SPATIALDATA_ZARR_ZIP: 'featureLabels.spatialdata.zarr.zip',
|
|
155
164
|
// MuData
|
|
156
165
|
OBS_FEATURE_MATRIX_MUDATA_ZARR: 'obsFeatureMatrix.mudata.zarr',
|
|
157
166
|
OBS_SETS_MUDATA_ZARR: 'obsSets.mudata.zarr',
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
|
@@ -220,4 +220,27 @@ export const ALT_ZARR_STORE_TYPES = {
|
|
|
220
220
|
[FileType.OBS_SEGMENTATIONS_OME_ZARR]: {
|
|
221
221
|
zip: FileType.OBS_SEGMENTATIONS_OME_ZARR_ZIP,
|
|
222
222
|
},
|
|
223
|
+
|
|
224
|
+
// For SpatialData:
|
|
225
|
+
[FileType.IMAGE_SPATIALDATA_ZARR]: {
|
|
226
|
+
zip: FileType.IMAGE_SPATIALDATA_ZARR_ZIP,
|
|
227
|
+
},
|
|
228
|
+
[FileType.LABELS_SPATIALDATA_ZARR]: {
|
|
229
|
+
zip: FileType.LABELS_SPATIALDATA_ZARR_ZIP,
|
|
230
|
+
},
|
|
231
|
+
[FileType.SHAPES_SPATIALDATA_ZARR]: {
|
|
232
|
+
zip: FileType.SHAPES_SPATIALDATA_ZARR_ZIP,
|
|
233
|
+
},
|
|
234
|
+
[FileType.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR]: {
|
|
235
|
+
zip: FileType.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR_ZIP,
|
|
236
|
+
},
|
|
237
|
+
[FileType.OBS_SETS_SPATIALDATA_ZARR]: {
|
|
238
|
+
zip: FileType.OBS_SETS_SPATIALDATA_ZARR_ZIP,
|
|
239
|
+
},
|
|
240
|
+
[FileType.OBS_SPOTS_SPATIALDATA_ZARR]: {
|
|
241
|
+
zip: FileType.OBS_SPOTS_SPATIALDATA_ZARR_ZIP,
|
|
242
|
+
},
|
|
243
|
+
[FileType.FEATURE_LABELS_SPATIALDATA_ZARR]: {
|
|
244
|
+
zip: FileType.FEATURE_LABELS_SPATIALDATA_ZARR_ZIP,
|
|
245
|
+
},
|
|
223
246
|
};
|
package/src/constants.ts
CHANGED
|
@@ -77,6 +77,7 @@ export const FileType = {
|
|
|
77
77
|
ANNDATA_ZARR_ZIP: 'anndata.zarr.zip',
|
|
78
78
|
ANNDATA_H5AD: 'anndata.h5ad',
|
|
79
79
|
SPATIALDATA_ZARR: 'spatialdata.zarr',
|
|
80
|
+
SPATIALDATA_ZARR_ZIP: 'spatialdata.zarr.zip',
|
|
80
81
|
// Atomic file types
|
|
81
82
|
OBS_EMBEDDING_CSV: 'obsEmbedding.csv',
|
|
82
83
|
OBS_SPOTS_CSV: 'obsSpots.csv',
|
|
@@ -162,6 +163,15 @@ export const FileType = {
|
|
|
162
163
|
// TODO:
|
|
163
164
|
// OBS_POINTS_SPATIALDATA_ZARR: 'obsPoints.spatialdata.zarr',
|
|
164
165
|
// OBS_LOCATIONS_SPATIALDATA_ZARR: 'obsLocations.spatialdata.zarr',
|
|
166
|
+
|
|
167
|
+
// SpatialData - zipped
|
|
168
|
+
IMAGE_SPATIALDATA_ZARR_ZIP: 'image.spatialdata.zarr.zip',
|
|
169
|
+
LABELS_SPATIALDATA_ZARR_ZIP: 'labels.spatialdata.zarr.zip',
|
|
170
|
+
SHAPES_SPATIALDATA_ZARR_ZIP: 'shapes.spatialdata.zarr.zip',
|
|
171
|
+
OBS_FEATURE_MATRIX_SPATIALDATA_ZARR_ZIP: 'obsFeatureMatrix.spatialdata.zarr.zip',
|
|
172
|
+
OBS_SETS_SPATIALDATA_ZARR_ZIP: 'obsSets.spatialdata.zarr.zip',
|
|
173
|
+
OBS_SPOTS_SPATIALDATA_ZARR_ZIP: 'obsSpots.spatialdata.zarr.zip',
|
|
174
|
+
FEATURE_LABELS_SPATIALDATA_ZARR_ZIP: 'featureLabels.spatialdata.zarr.zip',
|
|
165
175
|
// MuData
|
|
166
176
|
OBS_FEATURE_MATRIX_MUDATA_ZARR: 'obsFeatureMatrix.mudata.zarr',
|
|
167
177
|
OBS_SETS_MUDATA_ZARR: 'obsSets.mudata.zarr',
|
package/src/version.json
CHANGED