@genome-spy/app 0.76.0 → 0.77.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.
Files changed (33) hide show
  1. package/LICENSE +21 -0
  2. package/dist/{agentApi-CzdacisO.js → agentApi-ClsLtELB.js} +7006 -5238
  3. package/dist/agentApi.es.js +3127 -1442
  4. package/dist/agentShared.es.js +20 -20
  5. package/dist/blosc-DL1kZHdE.js +692 -0
  6. package/dist/chunk-INHXZS53-Dx2aFznx.js +13 -0
  7. package/dist/esm-CHVYSGF2.js +1084 -0
  8. package/dist/esm-C_XrKaCY.js +137 -0
  9. package/dist/{esm-Cr7pLUfG.js → esm-CqrZuhTF.js} +1 -1
  10. package/dist/{esm-BWsx1OJ2.js → esm-Cz4iCfzF.js} +1 -1
  11. package/dist/esm-D2-C5ZzN.js +1084 -0
  12. package/dist/{esm-CdIesJ1z.js → esm-Dfo2M18m.js} +1 -1
  13. package/dist/{esm-BH0wx5y-.js → esm-Q6nrd9vJ.js} +1 -1
  14. package/dist/{esm-BLfLaJtE.js → esm-aOLxLL7A.js} +1 -1
  15. package/dist/esm-id9DWBZW.js +137 -0
  16. package/dist/{esm-DHOMWRoL.js → esm-kXhrPIYy.js} +1 -1
  17. package/dist/index.es.js +3768 -4997
  18. package/dist/index.js +420 -357
  19. package/dist/lz4-Csz5aoFA.js +626 -0
  20. package/dist/schema.json +44 -0
  21. package/dist/{viewUtils-C5htqZCm.js → viewUtils-3_xHIxmy.js} +2316 -2171
  22. package/dist/zstd-dJuUp1fl.js +583 -0
  23. package/package.json +4 -4
  24. package/src/agentApi/index.d.ts +24 -0
  25. package/src/sampleView/sampleViewTypes.d.ts +2 -0
  26. package/src/sampleView/state/payloadTypes.d.ts +84 -0
  27. package/src/sampleView/types.d.ts +3 -0
  28. package/src/spec/sampleView.d.ts +58 -0
  29. package/dist/esm-BY4T8YoD.js +0 -142
  30. package/dist/esm-DJUb6vy0.js +0 -1015
  31. package/dist/esm-DRZ5LLNH.js +0 -142
  32. package/dist/esm-PDPkTR1_.js +0 -1015
  33. /package/dist/{parquetRead-BuEN-6yG.js → parquetRead-C33mgLEo.js} +0 -0
package/dist/schema.json CHANGED
@@ -4442,6 +4442,10 @@
4442
4442
  },
4443
4443
  "type": "object"
4444
4444
  },
4445
+ "sampleLayout": {
4446
+ "$ref": "#/definitions/SampleLayoutDef",
4447
+ "description": "Layout settings for sample rows and sample groups."
4448
+ },
4445
4449
  "samples": {
4446
4450
  "$ref": "#/definitions/SampleDef",
4447
4451
  "description": "Sample identity and label configuration.\n\nIf `identity` is omitted, sample identifiers are inferred from the data."
@@ -10658,6 +10662,13 @@
10658
10662
  "$ref": "#/definitions/FontWeight",
10659
10663
  "description": "Font weight for metadata attribute labels.\n\n__Default value:__ `\"regular\"`"
10660
10664
  },
10665
+ "missingValueColor": {
10666
+ "description": "Default color for metadata cells whose value is missing.\n\nIf `null`, missing-value colors are disabled unless overridden by an attribute definition.\n\n__Default value:__ `\"#f0f0f0\"`",
10667
+ "type": [
10668
+ "string",
10669
+ "null"
10670
+ ]
10671
+ },
10661
10672
  "sources": {
10662
10673
  "description": "Metadata source definitions used for startup and on-demand imports.\n\nSource order is significant for startup loading: eager startup imports are applied in declaration order.",
10663
10674
  "items": {
@@ -13373,6 +13384,13 @@
13373
13384
  "description": "User-facing description of the metadata attribute.",
13374
13385
  "type": "string"
13375
13386
  },
13387
+ "missingValueColor": {
13388
+ "description": "Color used for metadata cells whose value is missing.\n\nIf `null`, no background is drawn for missing values in this attribute. If omitted, `metadata.missingValueColor` is used. If both are omitted, the default is `null` when `barScale` is configured and `\"#f0f0f0\"` otherwise.",
13389
+ "type": [
13390
+ "string",
13391
+ "null"
13392
+ ]
13393
+ },
13376
13394
  "scale": {
13377
13395
  "$ref": "#/definitions/Scale",
13378
13396
  "description": "Color scale for metadata cells."
@@ -13480,6 +13498,28 @@
13480
13498
  ],
13481
13499
  "type": "object"
13482
13500
  },
13501
+ "SampleLayoutDef": {
13502
+ "additionalProperties": false,
13503
+ "properties": {
13504
+ "groupSpacing": {
13505
+ "description": "Spacing between sample groups in the fitted layout.\n\n__Default value:__ `5`",
13506
+ "type": "number"
13507
+ },
13508
+ "peekGroupSpacing": {
13509
+ "description": "Spacing between sample groups in the expanded layout.\n\n__Default value:__ `15`",
13510
+ "type": "number"
13511
+ },
13512
+ "sampleHeight": {
13513
+ "description": "Height of one sample row when the view is expanded for (close-up) inspection. In the birdseye overview, sample rows are automatically scaled to fit the available vertical space.\n\n__Default value:__ `35`",
13514
+ "type": "number"
13515
+ },
13516
+ "sampleSpacingFactor": {
13517
+ "description": "Fraction of each sample row reserved as spacing between rendered sample contents.\n\nSpacing is reduced when rows are too short to render cleanly.\n\n__Default value:__ `0.2`",
13518
+ "type": "number"
13519
+ }
13520
+ },
13521
+ "type": "object"
13522
+ },
13483
13523
  "SampleParams": {
13484
13524
  "additionalProperties": false,
13485
13525
  "properties": {
@@ -13766,6 +13806,10 @@
13766
13806
  },
13767
13807
  "type": "object"
13768
13808
  },
13809
+ "sampleLayout": {
13810
+ "$ref": "#/definitions/SampleLayoutDef",
13811
+ "description": "Layout settings for sample rows and sample groups."
13812
+ },
13769
13813
  "samples": {
13770
13814
  "$ref": "#/definitions/SampleDef",
13771
13815
  "description": "Sample identity and label configuration.\n\nIf `identity` is omitted, sample identifiers are inferred from the data."