@vitessce/constants-internal 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 +9 -6
- package/dist-tsc/coordination.d.ts.map +1 -1
- package/dist-tsc/coordination.js +3 -0
- package/dist-tsc/version.json +3 -3
- package/package.json +3 -3
- package/src/coordination.ts +3 -0
- package/src/version.json +3 -3
package/dist/index.js
CHANGED
|
@@ -765,7 +765,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
765
765
|
CoordinationType.OBS_COLOR_ENCODING,
|
|
766
766
|
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
767
767
|
CoordinationType.MOLECULE_HIGHLIGHT,
|
|
768
|
-
CoordinationType.TOOLTIPS_VISIBLE
|
|
768
|
+
CoordinationType.TOOLTIPS_VISIBLE,
|
|
769
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION
|
|
769
770
|
],
|
|
770
771
|
[ViewType.SPATIAL_BETA]: [
|
|
771
772
|
CoordinationType.META_COORDINATION_SCOPES,
|
|
@@ -838,7 +839,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
838
839
|
CoordinationType.LEGEND_VISIBLE,
|
|
839
840
|
CoordinationType.SPATIAL_CHANNEL_LABELS_VISIBLE,
|
|
840
841
|
CoordinationType.SPATIAL_CHANNEL_LABELS_ORIENTATION,
|
|
841
|
-
CoordinationType.SPATIAL_CHANNEL_LABEL_SIZE
|
|
842
|
+
CoordinationType.SPATIAL_CHANNEL_LABEL_SIZE,
|
|
843
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION
|
|
842
844
|
],
|
|
843
845
|
[ViewType.HEATMAP]: [
|
|
844
846
|
CoordinationType.DATASET,
|
|
@@ -953,7 +955,8 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
953
955
|
CoordinationType.SPATIAL_ROTATION_Y,
|
|
954
956
|
CoordinationType.SPATIAL_ROTATION_Z,
|
|
955
957
|
CoordinationType.SPATIAL_ROTATION_ORBIT,
|
|
956
|
-
CoordinationType.SPATIAL_ORBIT_AXIS
|
|
958
|
+
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
959
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION
|
|
957
960
|
],
|
|
958
961
|
[ViewType.LAYER_CONTROLLER_BETA]: [
|
|
959
962
|
CoordinationType.META_COORDINATION_SCOPES,
|
|
@@ -1224,10 +1227,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1224
1227
|
]
|
|
1225
1228
|
};
|
|
1226
1229
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1227
|
-
const version = "3.
|
|
1228
|
-
const date = "2025-
|
|
1230
|
+
const version = "3.6.0";
|
|
1231
|
+
const date = "2025-06-02";
|
|
1229
1232
|
const branch = "changeset-release/main";
|
|
1230
|
-
const hash = "
|
|
1233
|
+
const hash = "e59decf5";
|
|
1231
1234
|
const version$1 = {
|
|
1232
1235
|
note,
|
|
1233
1236
|
version,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../src/coordination.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mCAAmC,UAe/C,CAAC;AAEF;;;;;;;KAOK;AACL,eAAO,MAAM,4BAA4B;;;
|
|
1
|
+
{"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../src/coordination.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mCAAmC,UAe/C,CAAC;AAEF;;;;;;;KAOK;AACL,eAAO,MAAM,4BAA4B;;;CA6mBxC,CAAC"}
|
package/dist-tsc/coordination.js
CHANGED
|
@@ -192,6 +192,7 @@ export const COMPONENT_COORDINATION_TYPES = {
|
|
|
192
192
|
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
193
193
|
CoordinationType.MOLECULE_HIGHLIGHT,
|
|
194
194
|
CoordinationType.TOOLTIPS_VISIBLE,
|
|
195
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION,
|
|
195
196
|
],
|
|
196
197
|
[ViewType.SPATIAL_BETA]: [
|
|
197
198
|
CoordinationType.META_COORDINATION_SCOPES,
|
|
@@ -265,6 +266,7 @@ export const COMPONENT_COORDINATION_TYPES = {
|
|
|
265
266
|
CoordinationType.SPATIAL_CHANNEL_LABELS_VISIBLE,
|
|
266
267
|
CoordinationType.SPATIAL_CHANNEL_LABELS_ORIENTATION,
|
|
267
268
|
CoordinationType.SPATIAL_CHANNEL_LABEL_SIZE,
|
|
269
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION,
|
|
268
270
|
],
|
|
269
271
|
[ViewType.HEATMAP]: [
|
|
270
272
|
CoordinationType.DATASET,
|
|
@@ -380,6 +382,7 @@ export const COMPONENT_COORDINATION_TYPES = {
|
|
|
380
382
|
CoordinationType.SPATIAL_ROTATION_Z,
|
|
381
383
|
CoordinationType.SPATIAL_ROTATION_ORBIT,
|
|
382
384
|
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
385
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION,
|
|
383
386
|
],
|
|
384
387
|
[ViewType.LAYER_CONTROLLER_BETA]: [
|
|
385
388
|
CoordinationType.META_COORDINATION_SCOPES,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitessce/constants-internal",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"author": "HIDIVE Lab at HMS",
|
|
5
5
|
"homepage": "http://vitessce.io",
|
|
6
6
|
"repository": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dist-tsc"
|
|
17
17
|
],
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"vite": "^
|
|
20
|
-
"vitest": "^
|
|
19
|
+
"vite": "^6.3.5",
|
|
20
|
+
"vitest": "^3.1.4"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"bundle": "pnpm exec vite build -c ../../scripts/vite.config.js",
|
package/src/coordination.ts
CHANGED
|
@@ -194,6 +194,7 @@ export const COMPONENT_COORDINATION_TYPES = {
|
|
|
194
194
|
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
195
195
|
CoordinationType.MOLECULE_HIGHLIGHT,
|
|
196
196
|
CoordinationType.TOOLTIPS_VISIBLE,
|
|
197
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION,
|
|
197
198
|
],
|
|
198
199
|
[ViewType.SPATIAL_BETA]: [
|
|
199
200
|
CoordinationType.META_COORDINATION_SCOPES,
|
|
@@ -267,6 +268,7 @@ export const COMPONENT_COORDINATION_TYPES = {
|
|
|
267
268
|
CoordinationType.SPATIAL_CHANNEL_LABELS_VISIBLE,
|
|
268
269
|
CoordinationType.SPATIAL_CHANNEL_LABELS_ORIENTATION,
|
|
269
270
|
CoordinationType.SPATIAL_CHANNEL_LABEL_SIZE,
|
|
271
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION,
|
|
270
272
|
],
|
|
271
273
|
[ViewType.HEATMAP]: [
|
|
272
274
|
CoordinationType.DATASET,
|
|
@@ -382,6 +384,7 @@ export const COMPONENT_COORDINATION_TYPES = {
|
|
|
382
384
|
CoordinationType.SPATIAL_ROTATION_Z,
|
|
383
385
|
CoordinationType.SPATIAL_ROTATION_ORBIT,
|
|
384
386
|
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
387
|
+
CoordinationType.PHOTOMETRIC_INTERPRETATION,
|
|
385
388
|
],
|
|
386
389
|
[ViewType.LAYER_CONTROLLER_BETA]: [
|
|
387
390
|
CoordinationType.META_COORDINATION_SCOPES,
|
package/src/version.json
CHANGED