@vitessce/constants-internal 3.6.0 → 3.6.1
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 +38 -4
- package/dist-tsc/coordination.d.ts.map +1 -1
- package/dist-tsc/coordination.js +34 -0
- package/dist-tsc/version.json +3 -3
- package/package.json +1 -1
- package/src/coordination.ts +35 -0
- package/src/version.json +3 -3
package/dist/index.js
CHANGED
|
@@ -602,11 +602,45 @@ const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
602
602
|
CoordinationType.EMBEDDING_OBS_SET_LABEL_SIZE,
|
|
603
603
|
CoordinationType.EMBEDDING_OBS_RADIUS,
|
|
604
604
|
CoordinationType.EMBEDDING_OBS_OPACITY,
|
|
605
|
+
CoordinationType.SPATIAL_ZOOM,
|
|
606
|
+
CoordinationType.SPATIAL_ROTATION,
|
|
607
|
+
CoordinationType.SPATIAL_ROTATION_X,
|
|
608
|
+
CoordinationType.SPATIAL_ROTATION_Y,
|
|
609
|
+
CoordinationType.SPATIAL_ROTATION_Z,
|
|
610
|
+
CoordinationType.SPATIAL_ROTATION_ORBIT,
|
|
611
|
+
CoordinationType.SPATIAL_TARGET_X,
|
|
612
|
+
CoordinationType.SPATIAL_TARGET_Y,
|
|
613
|
+
CoordinationType.SPATIAL_TARGET_Z,
|
|
614
|
+
CoordinationType.SPATIAL_AXIS_FIXED,
|
|
615
|
+
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
605
616
|
CoordinationType.FEATURE_AGGREGATION_STRATEGY
|
|
606
617
|
];
|
|
607
618
|
const COMPONENT_COORDINATION_TYPES = {
|
|
608
619
|
[ViewType.NEUROGLANCER]: [
|
|
609
|
-
CoordinationType.DATASET
|
|
620
|
+
CoordinationType.DATASET,
|
|
621
|
+
CoordinationType.SPATIAL_TARGET_X,
|
|
622
|
+
CoordinationType.SPATIAL_TARGET_Y,
|
|
623
|
+
CoordinationType.SPATIAL_TARGET_Z,
|
|
624
|
+
CoordinationType.SPATIAL_ROTATION_X,
|
|
625
|
+
CoordinationType.SPATIAL_ROTATION_Y,
|
|
626
|
+
CoordinationType.SPATIAL_ROTATION_Z,
|
|
627
|
+
CoordinationType.SPATIAL_AXIS_FIXED,
|
|
628
|
+
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
629
|
+
CoordinationType.SPATIAL_ZOOM,
|
|
630
|
+
CoordinationType.OBS_FILTER,
|
|
631
|
+
CoordinationType.OBS_HIGHLIGHT,
|
|
632
|
+
CoordinationType.OBS_SET_SELECTION,
|
|
633
|
+
CoordinationType.OBS_SET_FILTER,
|
|
634
|
+
CoordinationType.OBS_SET_HIGHLIGHT,
|
|
635
|
+
CoordinationType.OBS_SET_COLOR,
|
|
636
|
+
CoordinationType.OBS_TYPE,
|
|
637
|
+
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
638
|
+
CoordinationType.OBS_SET_COLOR,
|
|
639
|
+
CoordinationType.OBS_COLOR_ENCODING,
|
|
640
|
+
CoordinationType.OBS_SET_SELECTION,
|
|
641
|
+
CoordinationType.EMBEDDING_TYPE,
|
|
642
|
+
CoordinationType.OBS_COLOR_ENCODING,
|
|
643
|
+
CoordinationType.TOOLTIPS_VISIBLE
|
|
610
644
|
],
|
|
611
645
|
[ViewType.SCATTERPLOT]: [
|
|
612
646
|
CoordinationType.DATASET,
|
|
@@ -1227,10 +1261,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1227
1261
|
]
|
|
1228
1262
|
};
|
|
1229
1263
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1230
|
-
const version = "3.6.
|
|
1231
|
-
const date = "2025-06-
|
|
1264
|
+
const version = "3.6.1";
|
|
1265
|
+
const date = "2025-06-03";
|
|
1232
1266
|
const branch = "changeset-release/main";
|
|
1233
|
-
const hash = "
|
|
1267
|
+
const hash = "d41fc579";
|
|
1234
1268
|
const version$1 = {
|
|
1235
1269
|
note,
|
|
1236
1270
|
version,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../src/coordination.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mCAAmC,
|
|
1
|
+
{"version":3,"file":"coordination.d.ts","sourceRoot":"","sources":["../src/coordination.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,mCAAmC,UA0B/C,CAAC;AAEF;;;;;;;KAOK;AACL,eAAO,MAAM,4BAA4B;;;CAqoBxC,CAAC"}
|
package/dist-tsc/coordination.js
CHANGED
|
@@ -20,6 +20,17 @@ export const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
20
20
|
CoordinationType.EMBEDDING_OBS_SET_LABEL_SIZE,
|
|
21
21
|
CoordinationType.EMBEDDING_OBS_RADIUS,
|
|
22
22
|
CoordinationType.EMBEDDING_OBS_OPACITY,
|
|
23
|
+
CoordinationType.SPATIAL_ZOOM,
|
|
24
|
+
CoordinationType.SPATIAL_ROTATION,
|
|
25
|
+
CoordinationType.SPATIAL_ROTATION_X,
|
|
26
|
+
CoordinationType.SPATIAL_ROTATION_Y,
|
|
27
|
+
CoordinationType.SPATIAL_ROTATION_Z,
|
|
28
|
+
CoordinationType.SPATIAL_ROTATION_ORBIT,
|
|
29
|
+
CoordinationType.SPATIAL_TARGET_X,
|
|
30
|
+
CoordinationType.SPATIAL_TARGET_Y,
|
|
31
|
+
CoordinationType.SPATIAL_TARGET_Z,
|
|
32
|
+
CoordinationType.SPATIAL_AXIS_FIXED,
|
|
33
|
+
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
23
34
|
CoordinationType.FEATURE_AGGREGATION_STRATEGY,
|
|
24
35
|
];
|
|
25
36
|
/**
|
|
@@ -33,6 +44,29 @@ export const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
33
44
|
export const COMPONENT_COORDINATION_TYPES = {
|
|
34
45
|
[ViewType.NEUROGLANCER]: [
|
|
35
46
|
CoordinationType.DATASET,
|
|
47
|
+
CoordinationType.SPATIAL_TARGET_X,
|
|
48
|
+
CoordinationType.SPATIAL_TARGET_Y,
|
|
49
|
+
CoordinationType.SPATIAL_TARGET_Z,
|
|
50
|
+
CoordinationType.SPATIAL_ROTATION_X,
|
|
51
|
+
CoordinationType.SPATIAL_ROTATION_Y,
|
|
52
|
+
CoordinationType.SPATIAL_ROTATION_Z,
|
|
53
|
+
CoordinationType.SPATIAL_AXIS_FIXED,
|
|
54
|
+
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
55
|
+
CoordinationType.SPATIAL_ZOOM,
|
|
56
|
+
CoordinationType.OBS_FILTER,
|
|
57
|
+
CoordinationType.OBS_HIGHLIGHT,
|
|
58
|
+
CoordinationType.OBS_SET_SELECTION,
|
|
59
|
+
CoordinationType.OBS_SET_FILTER,
|
|
60
|
+
CoordinationType.OBS_SET_HIGHLIGHT,
|
|
61
|
+
CoordinationType.OBS_SET_COLOR,
|
|
62
|
+
CoordinationType.OBS_TYPE,
|
|
63
|
+
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
64
|
+
CoordinationType.OBS_SET_COLOR,
|
|
65
|
+
CoordinationType.OBS_COLOR_ENCODING,
|
|
66
|
+
CoordinationType.OBS_SET_SELECTION,
|
|
67
|
+
CoordinationType.EMBEDDING_TYPE,
|
|
68
|
+
CoordinationType.OBS_COLOR_ENCODING,
|
|
69
|
+
CoordinationType.TOOLTIPS_VISIBLE,
|
|
36
70
|
],
|
|
37
71
|
[ViewType.SCATTERPLOT]: [
|
|
38
72
|
CoordinationType.DATASET,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/coordination.ts
CHANGED
|
@@ -21,6 +21,17 @@ export const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
21
21
|
CoordinationType.EMBEDDING_OBS_SET_LABEL_SIZE,
|
|
22
22
|
CoordinationType.EMBEDDING_OBS_RADIUS,
|
|
23
23
|
CoordinationType.EMBEDDING_OBS_OPACITY,
|
|
24
|
+
CoordinationType.SPATIAL_ZOOM,
|
|
25
|
+
CoordinationType.SPATIAL_ROTATION,
|
|
26
|
+
CoordinationType.SPATIAL_ROTATION_X,
|
|
27
|
+
CoordinationType.SPATIAL_ROTATION_Y,
|
|
28
|
+
CoordinationType.SPATIAL_ROTATION_Z,
|
|
29
|
+
CoordinationType.SPATIAL_ROTATION_ORBIT,
|
|
30
|
+
CoordinationType.SPATIAL_TARGET_X,
|
|
31
|
+
CoordinationType.SPATIAL_TARGET_Y,
|
|
32
|
+
CoordinationType.SPATIAL_TARGET_Z,
|
|
33
|
+
CoordinationType.SPATIAL_AXIS_FIXED,
|
|
34
|
+
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
24
35
|
CoordinationType.FEATURE_AGGREGATION_STRATEGY,
|
|
25
36
|
];
|
|
26
37
|
|
|
@@ -35,6 +46,30 @@ export const AUTO_INDEPENDENT_COORDINATION_TYPES = [
|
|
|
35
46
|
export const COMPONENT_COORDINATION_TYPES = {
|
|
36
47
|
[ViewType.NEUROGLANCER]: [
|
|
37
48
|
CoordinationType.DATASET,
|
|
49
|
+
CoordinationType.SPATIAL_TARGET_X,
|
|
50
|
+
CoordinationType.SPATIAL_TARGET_Y,
|
|
51
|
+
CoordinationType.SPATIAL_TARGET_Z,
|
|
52
|
+
CoordinationType.SPATIAL_ROTATION_X,
|
|
53
|
+
CoordinationType.SPATIAL_ROTATION_Y,
|
|
54
|
+
CoordinationType.SPATIAL_ROTATION_Z,
|
|
55
|
+
CoordinationType.SPATIAL_AXIS_FIXED,
|
|
56
|
+
CoordinationType.SPATIAL_ORBIT_AXIS,
|
|
57
|
+
CoordinationType.SPATIAL_ZOOM,
|
|
58
|
+
CoordinationType.OBS_FILTER,
|
|
59
|
+
CoordinationType.OBS_HIGHLIGHT,
|
|
60
|
+
CoordinationType.OBS_SET_SELECTION,
|
|
61
|
+
CoordinationType.OBS_SET_FILTER,
|
|
62
|
+
CoordinationType.OBS_SET_HIGHLIGHT,
|
|
63
|
+
CoordinationType.OBS_SET_COLOR,
|
|
64
|
+
CoordinationType.OBS_TYPE,
|
|
65
|
+
CoordinationType.ADDITIONAL_OBS_SETS,
|
|
66
|
+
CoordinationType.OBS_SET_COLOR,
|
|
67
|
+
CoordinationType.OBS_COLOR_ENCODING,
|
|
68
|
+
CoordinationType.OBS_SET_SELECTION,
|
|
69
|
+
CoordinationType.EMBEDDING_TYPE,
|
|
70
|
+
CoordinationType.OBS_COLOR_ENCODING,
|
|
71
|
+
CoordinationType.TOOLTIPS_VISIBLE,
|
|
72
|
+
|
|
38
73
|
],
|
|
39
74
|
[ViewType.SCATTERPLOT]: [
|
|
40
75
|
CoordinationType.DATASET,
|
package/src/version.json
CHANGED