@vitessce/constants-internal 3.9.2 → 3.9.3
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 +15 -3
- package/dist-tsc/constants.d.ts +1 -0
- package/dist-tsc/constants.d.ts.map +1 -1
- package/dist-tsc/constants.js +1 -0
- package/dist-tsc/coordination.d.ts.map +1 -1
- package/dist-tsc/coordination.js +11 -0
- package/dist-tsc/version.json +3 -3
- package/package.json +1 -1
- package/src/constants.ts +1 -0
- package/src/coordination.ts +11 -0
- package/src/version.json +3 -3
package/dist/index.js
CHANGED
|
@@ -21,6 +21,7 @@ const ViewType = {
|
|
|
21
21
|
OBS_SET_COMPOSITION_BAR_PLOT: "obsSetCompositionBarPlot",
|
|
22
22
|
FEATURE_SET_ENRICHMENT_BAR_PLOT: "featureSetEnrichmentBarPlot",
|
|
23
23
|
BIOMARKER_SELECT: "biomarkerSelect",
|
|
24
|
+
BIOMARKER_SELECT_ALT: "biomarkerSelectAlt",
|
|
24
25
|
COMPARATIVE_HEADING: "comparativeHeading",
|
|
25
26
|
LINK_CONTROLLER: "linkController",
|
|
26
27
|
NEUROGLANCER: "neuroglancer",
|
|
@@ -1270,6 +1271,17 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1270
1271
|
CoordinationType.OBS_SET_FILTER
|
|
1271
1272
|
// TODO: create coordination types for internal state of the biomarker selection view?
|
|
1272
1273
|
],
|
|
1274
|
+
[ViewType.BIOMARKER_SELECT_ALT]: [
|
|
1275
|
+
CoordinationType.DATASET,
|
|
1276
|
+
CoordinationType.OBS_TYPE,
|
|
1277
|
+
CoordinationType.SAMPLE_TYPE,
|
|
1278
|
+
CoordinationType.FEATURE_SELECTION,
|
|
1279
|
+
CoordinationType.SAMPLE_SET_SELECTION,
|
|
1280
|
+
CoordinationType.SAMPLE_SET_FILTER,
|
|
1281
|
+
CoordinationType.OBS_SET_SELECTION,
|
|
1282
|
+
CoordinationType.OBS_SET_FILTER
|
|
1283
|
+
// TODO: create coordination types for internal state of the biomarker selection view?
|
|
1284
|
+
],
|
|
1273
1285
|
[ViewType.COMPARATIVE_HEADING]: [
|
|
1274
1286
|
CoordinationType.DATASET,
|
|
1275
1287
|
CoordinationType.OBS_TYPE,
|
|
@@ -1316,10 +1328,10 @@ const COMPONENT_COORDINATION_TYPES = {
|
|
|
1316
1328
|
]
|
|
1317
1329
|
};
|
|
1318
1330
|
const note = "This file is autogenerated by .changeset/post-changelog.mjs.";
|
|
1319
|
-
const version = "3.9.
|
|
1320
|
-
const date = "2026-02-
|
|
1331
|
+
const version = "3.9.3";
|
|
1332
|
+
const date = "2026-02-11";
|
|
1321
1333
|
const branch = "changeset-release/main";
|
|
1322
|
-
const hash = "
|
|
1334
|
+
const hash = "960ce7be";
|
|
1323
1335
|
const version$1 = {
|
|
1324
1336
|
note,
|
|
1325
1337
|
version,
|
package/dist-tsc/constants.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export declare const ViewType: {
|
|
|
25
25
|
OBS_SET_COMPOSITION_BAR_PLOT: string;
|
|
26
26
|
FEATURE_SET_ENRICHMENT_BAR_PLOT: string;
|
|
27
27
|
BIOMARKER_SELECT: string;
|
|
28
|
+
BIOMARKER_SELECT_ALT: string;
|
|
28
29
|
COMPARATIVE_HEADING: string;
|
|
29
30
|
LINK_CONTROLLER: string;
|
|
30
31
|
NEUROGLANCER: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;CAmBpB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;CAc7B,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2JpB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+I5B,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
|
@@ -26,6 +26,7 @@ export const ViewType = {
|
|
|
26
26
|
OBS_SET_COMPOSITION_BAR_PLOT: 'obsSetCompositionBarPlot',
|
|
27
27
|
FEATURE_SET_ENRICHMENT_BAR_PLOT: 'featureSetEnrichmentBarPlot',
|
|
28
28
|
BIOMARKER_SELECT: 'biomarkerSelect',
|
|
29
|
+
BIOMARKER_SELECT_ALT: 'biomarkerSelectAlt',
|
|
29
30
|
COMPARATIVE_HEADING: 'comparativeHeading',
|
|
30
31
|
LINK_CONTROLLER: 'linkController',
|
|
31
32
|
NEUROGLANCER: 'neuroglancer',
|
|
@@ -1 +1 @@
|
|
|
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;;;
|
|
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;;;CAqpBxC,CAAC"}
|
package/dist-tsc/coordination.js
CHANGED
|
@@ -646,6 +646,17 @@ export const COMPONENT_COORDINATION_TYPES = {
|
|
|
646
646
|
CoordinationType.OBS_SET_FILTER,
|
|
647
647
|
// TODO: create coordination types for internal state of the biomarker selection view?
|
|
648
648
|
],
|
|
649
|
+
[ViewType.BIOMARKER_SELECT_ALT]: [
|
|
650
|
+
CoordinationType.DATASET,
|
|
651
|
+
CoordinationType.OBS_TYPE,
|
|
652
|
+
CoordinationType.SAMPLE_TYPE,
|
|
653
|
+
CoordinationType.FEATURE_SELECTION,
|
|
654
|
+
CoordinationType.SAMPLE_SET_SELECTION,
|
|
655
|
+
CoordinationType.SAMPLE_SET_FILTER,
|
|
656
|
+
CoordinationType.OBS_SET_SELECTION,
|
|
657
|
+
CoordinationType.OBS_SET_FILTER,
|
|
658
|
+
// TODO: create coordination types for internal state of the biomarker selection view?
|
|
659
|
+
],
|
|
649
660
|
[ViewType.COMPARATIVE_HEADING]: [
|
|
650
661
|
CoordinationType.DATASET,
|
|
651
662
|
CoordinationType.OBS_TYPE,
|
package/dist-tsc/version.json
CHANGED
package/package.json
CHANGED
package/src/constants.ts
CHANGED
|
@@ -26,6 +26,7 @@ export const ViewType = {
|
|
|
26
26
|
OBS_SET_COMPOSITION_BAR_PLOT: 'obsSetCompositionBarPlot',
|
|
27
27
|
FEATURE_SET_ENRICHMENT_BAR_PLOT: 'featureSetEnrichmentBarPlot',
|
|
28
28
|
BIOMARKER_SELECT: 'biomarkerSelect',
|
|
29
|
+
BIOMARKER_SELECT_ALT: 'biomarkerSelectAlt',
|
|
29
30
|
COMPARATIVE_HEADING: 'comparativeHeading',
|
|
30
31
|
LINK_CONTROLLER: 'linkController',
|
|
31
32
|
NEUROGLANCER: 'neuroglancer',
|
package/src/coordination.ts
CHANGED
|
@@ -649,6 +649,17 @@ export const COMPONENT_COORDINATION_TYPES = {
|
|
|
649
649
|
CoordinationType.OBS_SET_FILTER,
|
|
650
650
|
// TODO: create coordination types for internal state of the biomarker selection view?
|
|
651
651
|
],
|
|
652
|
+
[ViewType.BIOMARKER_SELECT_ALT]: [
|
|
653
|
+
CoordinationType.DATASET,
|
|
654
|
+
CoordinationType.OBS_TYPE,
|
|
655
|
+
CoordinationType.SAMPLE_TYPE,
|
|
656
|
+
CoordinationType.FEATURE_SELECTION,
|
|
657
|
+
CoordinationType.SAMPLE_SET_SELECTION,
|
|
658
|
+
CoordinationType.SAMPLE_SET_FILTER,
|
|
659
|
+
CoordinationType.OBS_SET_SELECTION,
|
|
660
|
+
CoordinationType.OBS_SET_FILTER,
|
|
661
|
+
// TODO: create coordination types for internal state of the biomarker selection view?
|
|
662
|
+
],
|
|
652
663
|
[ViewType.COMPARATIVE_HEADING]: [
|
|
653
664
|
CoordinationType.DATASET,
|
|
654
665
|
CoordinationType.OBS_TYPE,
|
package/src/version.json
CHANGED