@vitessce/all 3.4.11 → 3.4.14

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,5 +1,5 @@
1
- import { b4, b2, b0, b3, b1, a$, b5 } from "./index-13b03682.js";
2
- import { useCoordination } from "@vitessce/vit-s";
1
+ import { b4, b2, b0, b3, b1, a$, b5 } from "./index-5123f7f4.js";
2
+ import { useComplexCoordination, useComplexCoordinationSecondary, useCoordination, useCoordinationScopes, useCoordinationScopesBy, useGridItemSize, useMultiCoordinationScopesNonNull, useMultiCoordinationScopesSecondaryNonNull } from "@vitessce/vit-s";
3
3
  import "react";
4
4
  import "react-dom";
5
5
  export {
@@ -9,6 +9,13 @@ export {
9
9
  b3 as PluginJointFileType,
10
10
  b1 as PluginViewType,
11
11
  a$ as Vitessce,
12
+ useComplexCoordination,
13
+ useComplexCoordinationSecondary,
12
14
  useCoordination,
15
+ useCoordinationScopes,
16
+ useCoordinationScopesBy,
17
+ useGridItemSize,
18
+ useMultiCoordinationScopesNonNull,
19
+ useMultiCoordinationScopesSecondaryNonNull,
13
20
  b5 as z
14
21
  };
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-13b03682.js";
1
+ import { aP as BaseDecoder } from "./index-5123f7f4.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,5 +1,5 @@
1
1
  import { i as inflate_1 } from "./pako.esm-68f84e2a.js";
2
- import { g as getDefaultExportFromCjs, aP as BaseDecoder, aQ as LercParameters, aR as LercAddCompression } from "./index-13b03682.js";
2
+ import { g as getDefaultExportFromCjs, aP as BaseDecoder, aQ as LercParameters, aR as LercAddCompression } from "./index-5123f7f4.js";
3
3
  import "react";
4
4
  import "@vitessce/vit-s";
5
5
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-13b03682.js";
1
+ import { aP as BaseDecoder } from "./index-5123f7f4.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-13b03682.js";
1
+ import { aP as BaseDecoder } from "./index-5123f7f4.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-13b03682.js";
1
+ import { aP as BaseDecoder } from "./index-5123f7f4.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aB as UniformsUtils, aV as MeshDepthMaterial, aW as RGBADepthPacking, aX as MeshDistanceMaterial, aY as ShaderChunk, T as Texture, Z as LinearFilter, aw as InstancedBufferGeometry, au as Sphere, at as Box3, aH as BackSide, a4 as DoubleSide, aZ as InstancedBufferAttribute, V as Vector2, aD as Vector4, h as Color, aJ as Matrix3, a7 as Mesh, ao as FrontSide, a_ as PlaneGeometry, f as BufferGeometry, ax as Float32BufferAttribute, y as MeshBasicMaterial, k as Matrix4, b as Vector3 } from "./index-13b03682.js";
1
+ import { aB as UniformsUtils, aV as MeshDepthMaterial, aW as RGBADepthPacking, aX as MeshDistanceMaterial, aY as ShaderChunk, T as Texture, Z as LinearFilter, aw as InstancedBufferGeometry, au as Sphere, at as Box3, aH as BackSide, a4 as DoubleSide, aZ as InstancedBufferAttribute, V as Vector2, aD as Vector4, h as Color, aJ as Matrix3, a7 as Mesh, ao as FrontSide, a_ as PlaneGeometry, f as BufferGeometry, ax as Float32BufferAttribute, y as MeshBasicMaterial, k as Matrix4, b as Vector3 } from "./index-5123f7f4.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -1,4 +1,4 @@
1
- import { aP as BaseDecoder } from "./index-13b03682.js";
1
+ import { aP as BaseDecoder } from "./index-5123f7f4.js";
2
2
  import "react";
3
3
  import "@vitessce/vit-s";
4
4
  import "react-dom";
@@ -228,213 +228,158 @@ export declare const baseJointFileTypes: (PluginJointFileType<z.ZodObject<{
228
228
  } | undefined;
229
229
  }>> | PluginJointFileType<z.ZodObject<{
230
230
  image: z.ZodOptional<z.ZodObject<{
231
- coordinateTransformations: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
232
- type: z.ZodLiteral<"identity">;
233
- }, "strip", z.ZodTypeAny, {
234
- type: "identity";
235
- }, {
236
- type: "identity";
237
- }>, z.ZodObject<{
238
- type: z.ZodLiteral<"translation">;
239
- translation: z.ZodArray<z.ZodNumber, "many">;
240
- }, "strip", z.ZodTypeAny, {
241
- type: "translation";
242
- translation: number[];
243
- }, {
244
- type: "translation";
245
- translation: number[];
246
- }>, z.ZodObject<{
247
- type: z.ZodLiteral<"scale">;
248
- scale: z.ZodArray<z.ZodNumber, "many">;
249
- }, "strip", z.ZodTypeAny, {
250
- type: "scale";
251
- scale: number[];
252
- }, {
253
- type: "scale";
254
- scale: number[];
255
- }>]>, "many">>;
256
231
  path: z.ZodString;
232
+ coordinateSystem: z.ZodOptional<z.ZodString>;
257
233
  }, "strip", z.ZodTypeAny, {
258
234
  path: string;
259
- coordinateTransformations?: ({
260
- type: "identity";
261
- } | {
262
- type: "translation";
263
- translation: number[];
264
- } | {
265
- type: "scale";
266
- scale: number[];
267
- })[] | undefined;
235
+ coordinateSystem?: string | undefined;
268
236
  }, {
269
237
  path: string;
270
- coordinateTransformations?: ({
271
- type: "identity";
272
- } | {
273
- type: "translation";
274
- translation: number[];
275
- } | {
276
- type: "scale";
277
- scale: number[];
278
- })[] | undefined;
238
+ coordinateSystem?: string | undefined;
279
239
  }>>;
280
240
  labels: z.ZodOptional<z.ZodObject<{
281
241
  path: z.ZodString;
242
+ tablePath: z.ZodOptional<z.ZodString>;
243
+ coordinateSystem: z.ZodOptional<z.ZodString>;
282
244
  }, "strip", z.ZodTypeAny, {
283
245
  path: string;
246
+ tablePath?: string | undefined;
247
+ coordinateSystem?: string | undefined;
284
248
  }, {
285
249
  path: string;
250
+ tablePath?: string | undefined;
251
+ coordinateSystem?: string | undefined;
286
252
  }>>;
287
253
  obsFeatureMatrix: z.ZodOptional<z.ZodObject<{
288
254
  path: z.ZodString;
289
255
  featureFilterPath: z.ZodOptional<z.ZodString>;
290
256
  initialFeatureFilterPath: z.ZodOptional<z.ZodString>;
291
257
  region: z.ZodOptional<z.ZodString>;
258
+ coordinateSystem: z.ZodOptional<z.ZodString>;
292
259
  }, "strip", z.ZodTypeAny, {
293
260
  path: string;
294
261
  featureFilterPath?: string | undefined;
295
262
  initialFeatureFilterPath?: string | undefined;
296
263
  region?: string | undefined;
264
+ coordinateSystem?: string | undefined;
297
265
  }, {
298
266
  path: string;
299
267
  featureFilterPath?: string | undefined;
300
268
  initialFeatureFilterPath?: string | undefined;
301
269
  region?: string | undefined;
270
+ coordinateSystem?: string | undefined;
302
271
  }>>;
303
272
  obsSpots: z.ZodOptional<z.ZodObject<{
304
273
  path: z.ZodString;
305
274
  tablePath: z.ZodOptional<z.ZodString>;
275
+ coordinateSystem: z.ZodOptional<z.ZodString>;
306
276
  }, "strip", z.ZodTypeAny, {
307
277
  path: string;
308
278
  tablePath?: string | undefined;
279
+ coordinateSystem?: string | undefined;
309
280
  }, {
310
281
  path: string;
311
282
  tablePath?: string | undefined;
283
+ coordinateSystem?: string | undefined;
312
284
  }>>;
313
285
  obsSets: z.ZodOptional<z.ZodObject<{
314
286
  region: z.ZodOptional<z.ZodString>;
315
287
  tablePath: z.ZodOptional<z.ZodString>;
316
- obsSets: z.ZodObject<{
317
- obsSets: z.ZodArray<z.ZodObject<{
318
- name: z.ZodString;
319
- path: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
320
- scorePath: z.ZodOptional<z.ZodString>;
321
- }, "strip", z.ZodTypeAny, {
322
- path: (string | string[]) & (string | string[] | undefined);
323
- name: string;
324
- scorePath?: string | undefined;
325
- }, {
326
- path: (string | string[]) & (string | string[] | undefined);
327
- name: string;
328
- scorePath?: string | undefined;
329
- }>, "many">;
288
+ obsSets: z.ZodArray<z.ZodObject<{
289
+ name: z.ZodString;
290
+ path: z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>;
291
+ scorePath: z.ZodOptional<z.ZodString>;
330
292
  }, "strip", z.ZodTypeAny, {
331
- obsSets: {
332
- path: (string | string[]) & (string | string[] | undefined);
333
- name: string;
334
- scorePath?: string | undefined;
335
- }[];
293
+ path: (string | string[]) & (string | string[] | undefined);
294
+ name: string;
295
+ scorePath?: string | undefined;
336
296
  }, {
337
- obsSets: {
338
- path: (string | string[]) & (string | string[] | undefined);
339
- name: string;
340
- scorePath?: string | undefined;
341
- }[];
342
- }>;
297
+ path: (string | string[]) & (string | string[] | undefined);
298
+ name: string;
299
+ scorePath?: string | undefined;
300
+ }>, "many">;
343
301
  }, "strip", z.ZodTypeAny, {
344
302
  obsSets: {
345
- obsSets: {
346
- path: (string | string[]) & (string | string[] | undefined);
347
- name: string;
348
- scorePath?: string | undefined;
349
- }[];
350
- };
303
+ path: (string | string[]) & (string | string[] | undefined);
304
+ name: string;
305
+ scorePath?: string | undefined;
306
+ }[];
351
307
  region?: string | undefined;
352
308
  tablePath?: string | undefined;
353
309
  }, {
354
310
  obsSets: {
355
- obsSets: {
356
- path: (string | string[]) & (string | string[] | undefined);
357
- name: string;
358
- scorePath?: string | undefined;
359
- }[];
360
- };
311
+ path: (string | string[]) & (string | string[] | undefined);
312
+ name: string;
313
+ scorePath?: string | undefined;
314
+ }[];
361
315
  region?: string | undefined;
362
316
  tablePath?: string | undefined;
363
317
  }>>;
318
+ coordinateSystem: z.ZodOptional<z.ZodOptional<z.ZodString>>;
364
319
  }, "strip", z.ZodTypeAny, {
365
320
  image?: {
366
321
  path: string;
367
- coordinateTransformations?: ({
368
- type: "identity";
369
- } | {
370
- type: "translation";
371
- translation: number[];
372
- } | {
373
- type: "scale";
374
- scale: number[];
375
- })[] | undefined;
322
+ coordinateSystem?: string | undefined;
376
323
  } | undefined;
377
324
  labels?: {
378
325
  path: string;
326
+ tablePath?: string | undefined;
327
+ coordinateSystem?: string | undefined;
379
328
  } | undefined;
380
329
  obsFeatureMatrix?: {
381
330
  path: string;
382
331
  featureFilterPath?: string | undefined;
383
332
  initialFeatureFilterPath?: string | undefined;
384
333
  region?: string | undefined;
334
+ coordinateSystem?: string | undefined;
385
335
  } | undefined;
386
336
  obsSpots?: {
387
337
  path: string;
388
338
  tablePath?: string | undefined;
339
+ coordinateSystem?: string | undefined;
389
340
  } | undefined;
390
341
  obsSets?: {
391
342
  obsSets: {
392
- obsSets: {
393
- path: (string | string[]) & (string | string[] | undefined);
394
- name: string;
395
- scorePath?: string | undefined;
396
- }[];
397
- };
343
+ path: (string | string[]) & (string | string[] | undefined);
344
+ name: string;
345
+ scorePath?: string | undefined;
346
+ }[];
398
347
  region?: string | undefined;
399
348
  tablePath?: string | undefined;
400
349
  } | undefined;
350
+ coordinateSystem?: string | undefined;
401
351
  }, {
402
352
  image?: {
403
353
  path: string;
404
- coordinateTransformations?: ({
405
- type: "identity";
406
- } | {
407
- type: "translation";
408
- translation: number[];
409
- } | {
410
- type: "scale";
411
- scale: number[];
412
- })[] | undefined;
354
+ coordinateSystem?: string | undefined;
413
355
  } | undefined;
414
356
  labels?: {
415
357
  path: string;
358
+ tablePath?: string | undefined;
359
+ coordinateSystem?: string | undefined;
416
360
  } | undefined;
417
361
  obsFeatureMatrix?: {
418
362
  path: string;
419
363
  featureFilterPath?: string | undefined;
420
364
  initialFeatureFilterPath?: string | undefined;
421
365
  region?: string | undefined;
366
+ coordinateSystem?: string | undefined;
422
367
  } | undefined;
423
368
  obsSpots?: {
424
369
  path: string;
425
370
  tablePath?: string | undefined;
371
+ coordinateSystem?: string | undefined;
426
372
  } | undefined;
427
373
  obsSets?: {
428
374
  obsSets: {
429
- obsSets: {
430
- path: (string | string[]) & (string | string[] | undefined);
431
- name: string;
432
- scorePath?: string | undefined;
433
- }[];
434
- };
375
+ path: (string | string[]) & (string | string[] | undefined);
376
+ name: string;
377
+ scorePath?: string | undefined;
378
+ }[];
435
379
  region?: string | undefined;
436
380
  tablePath?: string | undefined;
437
381
  } | undefined;
382
+ coordinateSystem?: string | undefined;
438
383
  }>> | PluginJointFileType<z.ZodObject<{
439
384
  xy: z.ZodOptional<z.ZodString>;
440
385
  poly: z.ZodOptional<z.ZodString>;
@@ -1 +1 @@
1
- {"version":3,"file":"base-plugins.d.ts","sourceRoot":"","sources":["../src/base-plugins.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"base-plugins.d.ts","sourceRoot":"","sources":["../src/base-plugins.ts"],"names":[],"mappings":"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"}
@@ -117,9 +117,9 @@ export const baseFileTypes = [
117
117
  makeFileType(FileType.OBS_SEGMENTATIONS_MUDATA_ZARR, DataType.OBS_SEGMENTATIONS, ObsSegmentationsAnndataLoader, MuDataSource, obsSegmentationsAnndataSchema),
118
118
  makeFileType(FileType.FEATURE_LABELS_MUDATA_ZARR, DataType.FEATURE_LABELS, FeatureLabelsAnndataLoader, MuDataSource, featureLabelsAnndataSchema),
119
119
  // All OME file types
120
- makeFileType(FileType.IMAGE_OME_ZARR, DataType.IMAGE, OmeZarrLoader, ZarrDataSource, imageOmeZarrSchema),
120
+ ...makeZarrFileTypes(FileType.IMAGE_OME_ZARR, DataType.IMAGE, OmeZarrLoader, ZarrDataSource, imageOmeZarrSchema),
121
121
  makeFileType(FileType.IMAGE_OME_TIFF, DataType.IMAGE, OmeTiffLoader, OmeTiffSource, imageOmeTiffSchema),
122
- makeFileType(FileType.OBS_SEGMENTATIONS_OME_ZARR, DataType.OBS_SEGMENTATIONS, OmeZarrAsObsSegmentationsLoader, ZarrDataSource, obsSegmentationsOmeZarrSchema),
122
+ ...makeZarrFileTypes(FileType.OBS_SEGMENTATIONS_OME_ZARR, DataType.OBS_SEGMENTATIONS, OmeZarrAsObsSegmentationsLoader, ZarrDataSource, obsSegmentationsOmeZarrSchema),
123
123
  makeFileType(FileType.OBS_SEGMENTATIONS_OME_TIFF, DataType.OBS_SEGMENTATIONS, OmeTiffAsObsSegmentationsLoader, OmeTiffSource, obsSegmentationsOmeTiffSchema),
124
124
  // SpatialData file types
125
125
  makeFileType(FileType.IMAGE_SPATIALDATA_ZARR, DataType.IMAGE, SpatialDataImageLoader, ZarrDataSource, imageSpatialdataSchema),
@@ -177,6 +177,7 @@ export const baseCoordinationTypes = [
177
177
  new PluginCoordinationType(CoordinationType.FEATURE_TYPE, 'gene', z.string()),
178
178
  new PluginCoordinationType(CoordinationType.FEATURE_VALUE_TYPE, 'expression', z.string()),
179
179
  new PluginCoordinationType(CoordinationType.OBS_LABELS_TYPE, null, z.string().nullable()),
180
+ new PluginCoordinationType(CoordinationType.FEATURE_LABELS_TYPE, null, z.string().nullable()),
180
181
  new PluginCoordinationType(CoordinationType.EMBEDDING_ZOOM, null, z.number().nullable()),
181
182
  new PluginCoordinationType(CoordinationType.EMBEDDING_ROTATION, 0, z.number().nullable()),
182
183
  new PluginCoordinationType(CoordinationType.EMBEDDING_TARGET_X, null, z.number().nullable()),
@@ -1,5 +1,5 @@
1
1
  export { Vitessce } from './Vitessce.js';
2
2
  export { PluginFileType, PluginViewType, PluginCoordinationType, PluginJointFileType, PluginAsyncFunction, } from '@vitessce/plugins';
3
3
  export { z } from '@vitessce/schemas';
4
- export { useCoordination } from '@vitessce/vit-s';
4
+ export { useCoordination, useGridItemSize, useComplexCoordination, useMultiCoordinationScopesNonNull, useMultiCoordinationScopesSecondaryNonNull, useComplexCoordinationSecondary, useCoordinationScopes, useCoordinationScopesBy, } from '@vitessce/vit-s';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,cAAc,EACd,cAAc,EACd,sBAAsB,EACtB,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,CAAC,EAAE,MAAM,mBAAmB,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,cAAc,EACd,cAAc,EACd,sBAAsB,EACtB,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,CAAC,EAAE,MAAM,mBAAmB,CAAC;AACtC,OAAO,EACL,eAAe,EACf,eAAe,EAIf,sBAAsB,EACtB,iCAAiC,EACjC,0CAA0C,EAC1C,+BAA+B,EAC/B,qBAAqB,EACrB,uBAAuB,GACxB,MAAM,iBAAiB,CAAC"}
package/dist-tsc/index.js CHANGED
@@ -1,4 +1,8 @@
1
1
  export { Vitessce } from './Vitessce.js';
2
2
  export { PluginFileType, PluginViewType, PluginCoordinationType, PluginJointFileType, PluginAsyncFunction, } from '@vitessce/plugins';
3
3
  export { z } from '@vitessce/schemas';
4
- export { useCoordination } from '@vitessce/vit-s';
4
+ export { useCoordination, useGridItemSize,
5
+ // TODO: names and function signatures are subject to change
6
+ // for the following functions
7
+ // Reference: https://github.com/keller-mark/use-coordination/issues/37#issuecomment-1946226827
8
+ useComplexCoordination, useMultiCoordinationScopesNonNull, useMultiCoordinationScopesSecondaryNonNull, useComplexCoordinationSecondary, useCoordinationScopes, useCoordinationScopesBy, } from '@vitessce/vit-s';
@@ -1 +1 @@
1
- {"version":3,"file":"joint-file-types.d.ts","sourceRoot":"","sources":["../src/joint-file-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AA6B7D,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,SAqN7E;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC;;;;;;;;UAhP1E,MAAM;kBACE,GAAG;;;;;;;UADX,MAAM;kBACE,GAAG;;;;;;;UADX,MAAM;kBACE,GAAG;KA2TlB"}
1
+ {"version":3,"file":"joint-file-types.d.ts","sourceRoot":"","sources":["../src/joint-file-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AA6B7D,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,SAqN7E;AAED,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC;;;;;;;;UAhP1E,MAAM;kBACE,GAAG;;;;;;;UADX,MAAM;kBACE,GAAG;;;;;;;UADX,MAAM;kBACE,GAAG;KA6UlB"}
@@ -242,8 +242,10 @@ export function expandSpatialdataZarr(fileDef) {
242
242
  }
243
243
  });
244
244
  const { options = {} } = fileDef;
245
+ const defaultCoordinateSystem = options.coordinateSystem;
245
246
  return [
246
247
  // obsFeatureMatrix
248
+ // TODO: handle multiple obsFeatureMatrix?
247
249
  ...(options.obsFeatureMatrix ? [{
248
250
  ...baseFileDef,
249
251
  fileType: FileType.OBS_FEATURE_MATRIX_SPATIALDATA_ZARR,
@@ -256,6 +258,7 @@ export function expandSpatialdataZarr(fileDef) {
256
258
  },
257
259
  }] : []),
258
260
  // obsSets
261
+ // TODO: handle multiple obsSets?
259
262
  ...(options.obsSets ? [{
260
263
  ...baseFileDef,
261
264
  fileType: FileType.OBS_SETS_SPATIALDATA_ZARR,
@@ -266,10 +269,14 @@ export function expandSpatialdataZarr(fileDef) {
266
269
  },
267
270
  }] : []),
268
271
  // obsSpots
272
+ // TODO: handle multiple obsSpots?
269
273
  ...(options.obsSpots ? [{
270
274
  ...baseFileDef,
271
275
  fileType: FileType.OBS_SPOTS_SPATIALDATA_ZARR,
272
- options: options.obsSpots,
276
+ options: {
277
+ coordinateSystem: defaultCoordinateSystem,
278
+ ...options.obsSpots,
279
+ },
273
280
  coordinationValues: {
274
281
  ...extraCoordinationValues,
275
282
  obsType: baseFileDef.coordinationValues.obsType,
@@ -277,11 +284,18 @@ export function expandSpatialdataZarr(fileDef) {
277
284
  }] : []),
278
285
  // TODO: obsPoints?
279
286
  // TODO: obsLocations?
287
+ // TODO: obsLabels
288
+ // TODO: featureLabels
289
+ // TODO: obsEmbedding
280
290
  // image
291
+ // TODO: handle multiple images
281
292
  ...(options.image ? [{
282
293
  ...baseFileDef,
283
294
  fileType: FileType.IMAGE_SPATIALDATA_ZARR,
284
- options: options.image,
295
+ options: {
296
+ coordinateSystem: defaultCoordinateSystem,
297
+ ...options.image,
298
+ },
285
299
  coordinationValues: {
286
300
  ...extraCoordinationValues,
287
301
  featureType: baseFileDef.coordinationValues.featureType,
@@ -289,10 +303,14 @@ export function expandSpatialdataZarr(fileDef) {
289
303
  },
290
304
  }] : []),
291
305
  // labels
306
+ // TODO: handle multiple labels?
292
307
  ...(options.labels ? [{
293
308
  ...baseFileDef,
294
309
  fileType: FileType.LABELS_SPATIALDATA_ZARR,
295
- options: options.labels,
310
+ options: {
311
+ coordinateSystem: defaultCoordinateSystem,
312
+ ...options.labels,
313
+ },
296
314
  coordinationValues: {
297
315
  ...extraCoordinationValues,
298
316
  obsType: baseFileDef.coordinationValues.obsType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitessce/all",
3
- "version": "3.4.11",
3
+ "version": "3.4.14",
4
4
  "author": "Gehlenborg Lab",
5
5
  "homepage": "http://vitessce.io",
6
6
  "repository": {
@@ -18,29 +18,29 @@
18
18
  "dependencies": {
19
19
  "@material-ui/core": "~4.12.3",
20
20
  "zod": "^3.21.4",
21
- "@vitessce/constants-internal": "3.4.11",
22
- "@vitessce/csv": "3.4.11",
23
- "@vitessce/description": "3.4.11",
24
- "@vitessce/feature-list": "3.4.11",
25
- "@vitessce/genomic-profiles": "3.4.11",
26
- "@vitessce/heatmap": "3.4.11",
27
- "@vitessce/glb": "3.4.11",
28
- "@vitessce/json": "3.4.11",
29
- "@vitessce/layer-controller": "3.4.11",
30
- "@vitessce/layer-controller-beta": "3.4.11",
31
- "@vitessce/obs-sets-manager": "3.4.11",
32
- "@vitessce/ome-tiff": "3.4.11",
33
- "@vitessce/plugins": "3.4.11",
34
- "@vitessce/scatterplot-embedding": "3.4.11",
35
- "@vitessce/scatterplot-gating": "3.4.11",
36
- "@vitessce/schemas": "3.4.11",
37
- "@vitessce/spatial": "3.4.11",
38
- "@vitessce/spatial-beta": "3.4.11",
39
- "@vitessce/statistical-plots": "3.4.11",
40
- "@vitessce/status": "3.4.11",
41
- "@vitessce/vit-s": "3.4.11",
42
- "@vitessce/zarr": "3.4.11",
43
- "@vitessce/spatial-three": "3.4.11"
21
+ "@vitessce/constants-internal": "3.4.14",
22
+ "@vitessce/csv": "3.4.14",
23
+ "@vitessce/description": "3.4.14",
24
+ "@vitessce/feature-list": "3.4.14",
25
+ "@vitessce/genomic-profiles": "3.4.14",
26
+ "@vitessce/heatmap": "3.4.14",
27
+ "@vitessce/glb": "3.4.14",
28
+ "@vitessce/json": "3.4.14",
29
+ "@vitessce/layer-controller": "3.4.14",
30
+ "@vitessce/layer-controller-beta": "3.4.14",
31
+ "@vitessce/obs-sets-manager": "3.4.14",
32
+ "@vitessce/ome-tiff": "3.4.14",
33
+ "@vitessce/plugins": "3.4.14",
34
+ "@vitessce/scatterplot-embedding": "3.4.14",
35
+ "@vitessce/scatterplot-gating": "3.4.14",
36
+ "@vitessce/schemas": "3.4.14",
37
+ "@vitessce/spatial": "3.4.14",
38
+ "@vitessce/spatial-beta": "3.4.14",
39
+ "@vitessce/statistical-plots": "3.4.14",
40
+ "@vitessce/status": "3.4.14",
41
+ "@vitessce/vit-s": "3.4.14",
42
+ "@vitessce/zarr": "3.4.14",
43
+ "@vitessce/spatial-three": "3.4.14"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/react": "^18.0.28",
@@ -259,9 +259,9 @@ export const baseFileTypes = [
259
259
  makeFileType(FileType.OBS_SEGMENTATIONS_MUDATA_ZARR, DataType.OBS_SEGMENTATIONS, ObsSegmentationsAnndataLoader, MuDataSource, obsSegmentationsAnndataSchema),
260
260
  makeFileType(FileType.FEATURE_LABELS_MUDATA_ZARR, DataType.FEATURE_LABELS, FeatureLabelsAnndataLoader, MuDataSource, featureLabelsAnndataSchema),
261
261
  // All OME file types
262
- makeFileType(FileType.IMAGE_OME_ZARR, DataType.IMAGE, OmeZarrLoader, ZarrDataSource, imageOmeZarrSchema),
262
+ ...makeZarrFileTypes(FileType.IMAGE_OME_ZARR, DataType.IMAGE, OmeZarrLoader, ZarrDataSource, imageOmeZarrSchema),
263
263
  makeFileType(FileType.IMAGE_OME_TIFF, DataType.IMAGE, OmeTiffLoader, OmeTiffSource, imageOmeTiffSchema),
264
- makeFileType(FileType.OBS_SEGMENTATIONS_OME_ZARR, DataType.OBS_SEGMENTATIONS, OmeZarrAsObsSegmentationsLoader, ZarrDataSource, obsSegmentationsOmeZarrSchema),
264
+ ...makeZarrFileTypes(FileType.OBS_SEGMENTATIONS_OME_ZARR, DataType.OBS_SEGMENTATIONS, OmeZarrAsObsSegmentationsLoader, ZarrDataSource, obsSegmentationsOmeZarrSchema),
265
265
  makeFileType(FileType.OBS_SEGMENTATIONS_OME_TIFF, DataType.OBS_SEGMENTATIONS, OmeTiffAsObsSegmentationsLoader, OmeTiffSource, obsSegmentationsOmeTiffSchema),
266
266
  // SpatialData file types
267
267
  makeFileType(FileType.IMAGE_SPATIALDATA_ZARR, DataType.IMAGE, SpatialDataImageLoader, ZarrDataSource, imageSpatialdataSchema),
@@ -330,6 +330,7 @@ export const baseCoordinationTypes = [
330
330
  new PluginCoordinationType(CoordinationType.FEATURE_TYPE, 'gene', z.string()),
331
331
  new PluginCoordinationType(CoordinationType.FEATURE_VALUE_TYPE, 'expression', z.string()),
332
332
  new PluginCoordinationType(CoordinationType.OBS_LABELS_TYPE, null, z.string().nullable()),
333
+ new PluginCoordinationType(CoordinationType.FEATURE_LABELS_TYPE, null, z.string().nullable()),
333
334
  new PluginCoordinationType(CoordinationType.EMBEDDING_ZOOM, null, z.number().nullable()),
334
335
  new PluginCoordinationType(CoordinationType.EMBEDDING_ROTATION, 0, z.number().nullable()),
335
336
  new PluginCoordinationType(CoordinationType.EMBEDDING_TARGET_X, null, z.number().nullable()),
package/src/index.ts CHANGED
@@ -7,4 +7,16 @@ export {
7
7
  PluginAsyncFunction,
8
8
  } from '@vitessce/plugins';
9
9
  export { z } from '@vitessce/schemas';
10
- export { useCoordination } from '@vitessce/vit-s';
10
+ export {
11
+ useCoordination,
12
+ useGridItemSize,
13
+ // TODO: names and function signatures are subject to change
14
+ // for the following functions
15
+ // Reference: https://github.com/keller-mark/use-coordination/issues/37#issuecomment-1946226827
16
+ useComplexCoordination,
17
+ useMultiCoordinationScopesNonNull,
18
+ useMultiCoordinationScopesSecondaryNonNull,
19
+ useComplexCoordinationSecondary,
20
+ useCoordinationScopes,
21
+ useCoordinationScopesBy,
22
+ } from '@vitessce/vit-s';