@vitessce/vit-s 2.0.3-beta.0 → 3.0.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 +41348 -18
- package/dist-tsc/CallbackPublisher.d.ts +18 -0
- package/dist-tsc/CallbackPublisher.d.ts.map +1 -0
- package/{dist → dist-tsc}/CallbackPublisher.js +6 -12
- package/dist-tsc/LoadingIndicator.d.ts +2 -0
- package/dist-tsc/LoadingIndicator.d.ts.map +1 -0
- package/{dist → dist-tsc}/LoadingIndicator.js +1 -2
- package/dist-tsc/TitleInfo.d.ts +2 -0
- package/dist-tsc/TitleInfo.d.ts.map +1 -0
- package/{dist → dist-tsc}/TitleInfo.js +6 -83
- package/dist-tsc/VitS.d.ts +45 -0
- package/dist-tsc/VitS.d.ts.map +1 -0
- package/dist-tsc/VitS.js +119 -0
- package/dist-tsc/VitessceGrid.d.ts +23 -0
- package/dist-tsc/VitessceGrid.d.ts.map +1 -0
- package/{dist → dist-tsc}/VitessceGrid.js +14 -13
- package/dist-tsc/VitessceGrid.test.d.ts +2 -0
- package/dist-tsc/VitessceGrid.test.d.ts.map +1 -0
- package/{dist → dist-tsc}/VitessceGrid.test.js +8 -4
- package/dist-tsc/Warning.d.ts +2 -0
- package/dist-tsc/Warning.d.ts.map +1 -0
- package/{dist → dist-tsc}/Warning.js +2 -2
- package/dist-tsc/classNames.d.ts +8 -0
- package/dist-tsc/classNames.d.ts.map +1 -0
- package/dist-tsc/data/AbstractLoader.d.ts +22 -0
- package/dist-tsc/data/AbstractLoader.d.ts.map +1 -0
- package/dist-tsc/data/AbstractLoader.js +18 -0
- package/dist-tsc/data/AbstractTwoStepLoader.d.ts +6 -0
- package/dist-tsc/data/AbstractTwoStepLoader.d.ts.map +1 -0
- package/{dist → dist-tsc}/data/AbstractTwoStepLoader.js +1 -1
- package/dist-tsc/data/LoaderResult.d.ts +7 -0
- package/dist-tsc/data/LoaderResult.d.ts.map +1 -0
- package/dist-tsc/data/index.d.ts +4 -0
- package/dist-tsc/data/index.d.ts.map +1 -0
- package/dist-tsc/data/index.js +3 -0
- package/dist-tsc/data/loader-registry.d.ts +9 -0
- package/dist-tsc/data/loader-registry.d.ts.map +1 -0
- package/dist-tsc/data/loader-registry.js +27 -0
- package/dist-tsc/data-hook-utils.d.ts +69 -0
- package/dist-tsc/data-hook-utils.d.ts.map +1 -0
- package/{dist → dist-tsc}/data-hook-utils.js +4 -6
- package/dist-tsc/data-hooks.d.ts +77 -0
- package/dist-tsc/data-hooks.d.ts.map +1 -0
- package/{dist → dist-tsc}/data-hooks.js +4 -4
- package/dist-tsc/errors/AbstractLoaderError.d.ts +10 -0
- package/dist-tsc/errors/AbstractLoaderError.d.ts.map +1 -0
- package/dist-tsc/errors/DataSourceFetchError.d.ts +8 -0
- package/dist-tsc/errors/DataSourceFetchError.d.ts.map +1 -0
- package/{dist → dist-tsc}/errors/DataSourceFetchError.js +1 -1
- package/dist-tsc/errors/DatasetNotFoundError.d.ts +6 -0
- package/dist-tsc/errors/DatasetNotFoundError.d.ts.map +1 -0
- package/{dist → dist-tsc}/errors/DatasetNotFoundError.js +1 -1
- package/dist-tsc/errors/LoaderNotFoundError.d.ts +10 -0
- package/dist-tsc/errors/LoaderNotFoundError.d.ts.map +1 -0
- package/{dist → dist-tsc}/errors/LoaderNotFoundError.js +1 -1
- package/dist-tsc/errors/LoaderValidationError.d.ts +10 -0
- package/dist-tsc/errors/LoaderValidationError.d.ts.map +1 -0
- package/{dist → dist-tsc}/errors/LoaderValidationError.js +1 -1
- package/dist-tsc/errors/index.d.ts +6 -0
- package/dist-tsc/errors/index.d.ts.map +1 -0
- package/{dist → dist-tsc}/errors/index.js +5 -6
- package/dist-tsc/hooks.d.ts +80 -0
- package/dist-tsc/hooks.d.ts.map +1 -0
- package/{dist → dist-tsc}/hooks.js +60 -4
- package/dist-tsc/index.d.ts +11 -0
- package/dist-tsc/index.d.ts.map +1 -0
- package/dist-tsc/index.js +11 -0
- package/dist-tsc/plugins.test.fixtures.d.ts +61 -0
- package/dist-tsc/plugins.test.fixtures.d.ts.map +1 -0
- package/{dist → dist-tsc}/schemas/config-1.0.16.schema.json +21 -41
- package/dist-tsc/schemas/obsSets.schema.d.ts +179 -0
- package/dist-tsc/schemas/obsSets.schema.d.ts.map +1 -0
- package/dist-tsc/schemas/obsSetsTabular.schema.d.ts +57 -0
- package/dist-tsc/schemas/obsSetsTabular.schema.d.ts.map +1 -0
- package/dist-tsc/schemas/raster.schema.d.ts +239 -0
- package/dist-tsc/schemas/raster.schema.d.ts.map +1 -0
- package/dist-tsc/shared-mui/components.d.ts +2 -0
- package/dist-tsc/shared-mui/components.d.ts.map +1 -0
- package/{dist → dist-tsc}/shared-mui/components.js +2 -8
- package/dist-tsc/shared-mui/container.d.ts +2 -0
- package/dist-tsc/shared-mui/container.d.ts.map +1 -0
- package/{dist → dist-tsc}/shared-mui/container.js +1 -1
- package/dist-tsc/shared-mui/styles.d.ts +5 -0
- package/dist-tsc/shared-mui/styles.d.ts.map +1 -0
- package/{dist → dist-tsc}/shared-mui/styles.js +4 -2
- package/dist-tsc/shared-plot-options/CellColorEncodingOption.d.ts +2 -0
- package/dist-tsc/shared-plot-options/CellColorEncodingOption.d.ts.map +1 -0
- package/{dist → dist-tsc}/shared-plot-options/CellColorEncodingOption.js +3 -4
- package/dist-tsc/shared-plot-options/OptionSelect.d.ts +2 -0
- package/dist-tsc/shared-plot-options/OptionSelect.d.ts.map +1 -0
- package/{dist → dist-tsc}/shared-plot-options/OptionSelect.js +2 -2
- package/dist-tsc/shared-plot-options/OptionsContainer.d.ts +2 -0
- package/dist-tsc/shared-plot-options/OptionsContainer.d.ts.map +1 -0
- package/{dist → dist-tsc}/shared-plot-options/OptionsContainer.js +2 -5
- package/dist-tsc/shared-plot-options/index.d.ts +5 -0
- package/dist-tsc/shared-plot-options/index.d.ts.map +1 -0
- package/dist-tsc/shared-plot-options/index.js +4 -0
- package/dist-tsc/shared-plot-options/styles.d.ts +2 -0
- package/dist-tsc/shared-plot-options/styles.d.ts.map +1 -0
- package/{dist → dist-tsc}/shared-plot-options/styles.js +1 -1
- package/dist-tsc/state/hooks.d.ts +216 -0
- package/dist-tsc/state/hooks.d.ts.map +1 -0
- package/{dist → dist-tsc}/state/hooks.js +47 -21
- package/dist-tsc/title-styles.d.ts +2 -0
- package/dist-tsc/title-styles.d.ts.map +1 -0
- package/dist-tsc/title-styles.js +72 -0
- package/dist-tsc/view-config-utils.d.ts +30 -0
- package/dist-tsc/view-config-utils.d.ts.map +1 -0
- package/{dist → dist-tsc}/view-config-utils.js +32 -84
- package/dist-tsc/view-config-utils.test.d.ts +2 -0
- package/dist-tsc/view-config-utils.test.d.ts.map +1 -0
- package/dist-tsc/view-config-utils.test.fixtures.d.ts +1049 -0
- package/dist-tsc/view-config-utils.test.fixtures.d.ts.map +1 -0
- package/{dist → dist-tsc}/view-config-utils.test.fixtures.js +118 -0
- package/dist-tsc/view-config-utils.test.js +209 -0
- package/dist-tsc/vitessce-grid-layout/VitessceGridLayout.d.ts +8 -0
- package/dist-tsc/vitessce-grid-layout/VitessceGridLayout.d.ts.map +1 -0
- package/{dist → dist-tsc}/vitessce-grid-layout/VitessceGridLayout.js +47 -28
- package/dist-tsc/vitessce-grid-layout/VitessceGridLayout.test.d.ts +2 -0
- package/dist-tsc/vitessce-grid-layout/VitessceGridLayout.test.d.ts.map +1 -0
- package/{dist → dist-tsc}/vitessce-grid-layout/VitessceGridLayout.test.js +13 -5
- package/dist-tsc/vitessce-grid-layout/index.d.ts +2 -0
- package/dist-tsc/vitessce-grid-layout/index.d.ts.map +1 -0
- package/dist-tsc/vitessce-grid-layout/index.js +1 -0
- package/dist-tsc/vitessce-grid-layout/layout-utils.d.ts +15 -0
- package/dist-tsc/vitessce-grid-layout/layout-utils.d.ts.map +1 -0
- package/{dist → dist-tsc}/vitessce-grid-layout/layout-utils.js +2 -1
- package/dist-tsc/vitessce-grid-layout/layout-utils.test.d.ts +2 -0
- package/dist-tsc/vitessce-grid-layout/layout-utils.test.d.ts.map +1 -0
- package/{dist → dist-tsc}/vitessce-grid-layout/layout-utils.test.js +3 -1
- package/dist-tsc/vitessce-grid-utils.d.ts +13 -0
- package/dist-tsc/vitessce-grid-utils.d.ts.map +1 -0
- package/{dist → dist-tsc}/vitessce-grid-utils.js +15 -14
- package/package.json +24 -11
- package/src/CallbackPublisher.js +77 -0
- package/src/LoadingIndicator.js +33 -0
- package/src/TitleInfo.js +167 -0
- package/src/VitS.js +202 -0
- package/src/VitessceGrid.js +118 -0
- package/src/VitessceGrid.test.jsx +57 -0
- package/src/Warning.js +62 -0
- package/src/classNames.js +8 -0
- package/src/data/AbstractLoader.js +23 -0
- package/src/data/AbstractTwoStepLoader.js +8 -0
- package/src/data/LoaderResult.js +8 -0
- package/src/data/index.js +3 -0
- package/src/data/loader-registry.js +28 -0
- package/src/data-hook-utils.js +195 -0
- package/src/data-hooks.js +354 -0
- package/src/errors/AbstractLoaderError.js +14 -0
- package/src/errors/DataSourceFetchError.js +15 -0
- package/src/errors/DatasetNotFoundError.js +23 -0
- package/src/errors/LoaderNotFoundError.js +24 -0
- package/src/errors/LoaderValidationError.js +23 -0
- package/src/errors/index.js +5 -0
- package/src/hooks.js +317 -0
- package/src/index.js +76 -0
- package/src/plugins.test.fixtures.js +78 -0
- package/src/schemas/config-0.1.0.schema.json +85 -0
- package/src/schemas/config-1.0.0.schema.json +733 -0
- package/src/schemas/config-1.0.1.schema.json +909 -0
- package/src/schemas/config-1.0.10.schema.json +969 -0
- package/src/schemas/config-1.0.11.schema.json +990 -0
- package/src/schemas/config-1.0.12.schema.json +997 -0
- package/src/schemas/config-1.0.13.schema.json +1013 -0
- package/src/schemas/config-1.0.14.schema.json +1048 -0
- package/src/schemas/config-1.0.15.schema.json +1048 -0
- package/src/schemas/config-1.0.16.schema.json +1089 -0
- package/src/schemas/config-1.0.2.schema.json +911 -0
- package/src/schemas/config-1.0.3.schema.json +911 -0
- package/src/schemas/config-1.0.4.schema.json +949 -0
- package/src/schemas/config-1.0.5.schema.json +949 -0
- package/src/schemas/config-1.0.6.schema.json +950 -0
- package/src/schemas/config-1.0.7.schema.json +950 -0
- package/src/schemas/config-1.0.8.schema.json +966 -0
- package/src/schemas/config-1.0.9.schema.json +965 -0
- package/src/schemas/fixtures/cellSets.good.json +16 -0
- package/src/schemas/fixtures/config-1.0.1.bad.json +1 -0
- package/src/schemas/fixtures/config-1.0.1.bad.message.json +11 -0
- package/src/schemas/fixtures/config-1.0.1.good.json +37 -0
- package/src/schemas/fixtures/config-1.0.2.bad.json +1 -0
- package/src/schemas/fixtures/config-1.0.2.bad.message.json +11 -0
- package/src/schemas/fixtures/config-1.0.2.good.json +38 -0
- package/src/schemas/fixtures/config-1.0.3.bad.json +1 -0
- package/src/schemas/fixtures/config-1.0.3.bad.message.json +11 -0
- package/src/schemas/fixtures/config-1.0.3.good.json +38 -0
- package/src/schemas/fixtures/obsSets.bad.json +1 -0
- package/src/schemas/fixtures/obsSets.bad.message.json +11 -0
- package/src/schemas/fixtures/obsSets.good.json +16 -0
- package/src/schemas/fixtures/obsSetsTabular.bad.json +1 -0
- package/src/schemas/fixtures/obsSetsTabular.bad.message.json +11 -0
- package/src/schemas/fixtures/obsSetsTabular.good.json +26 -0
- package/src/schemas/fixtures/raster.bad.json +1 -0
- package/src/schemas/fixtures/raster.bad.message.json +11 -0
- package/src/schemas/fixtures/raster.good.json +39 -0
- package/src/schemas/obsSets.schema.js +195 -0
- package/src/schemas/obsSetsTabular.schema.js +39 -0
- package/src/schemas/raster.schema.js +121 -0
- package/src/schemas/schema-schema.sh +34 -0
- package/src/shared-mui/components.js +81 -0
- package/src/shared-mui/container.js +212 -0
- package/src/shared-mui/styles.js +113 -0
- package/src/shared-plot-options/CellColorEncodingOption.js +42 -0
- package/src/shared-plot-options/OptionSelect.js +19 -0
- package/src/shared-plot-options/OptionsContainer.js +23 -0
- package/src/shared-plot-options/index.js +4 -0
- package/src/shared-plot-options/styles.js +49 -0
- package/src/state/hooks.js +640 -0
- package/src/title-styles.js +73 -0
- package/src/view-config-utils.js +263 -0
- package/src/view-config-utils.test.fixtures.js +893 -0
- package/src/view-config-utils.test.jsx +222 -0
- package/src/vitessce-grid-layout/VitessceGridLayout.js +179 -0
- package/src/vitessce-grid-layout/VitessceGridLayout.test.jsx +64 -0
- package/src/vitessce-grid-layout/index.js +1 -0
- package/src/vitessce-grid-layout/layout-utils.js +76 -0
- package/src/vitessce-grid-layout/layout-utils.test.js +167 -0
- package/src/vitessce-grid-utils.js +172 -0
- package/dist/VitS.js +0 -117
- package/dist/Vitessce.integration.test.js +0 -36
- package/dist/Vitessce.js +0 -101
- package/dist/component-registry.js +0 -16
- package/dist/data/AbstractLoader.js +0 -35
- package/dist/data/index.js +0 -3
- package/dist/data/loader-registry.js +0 -15
- package/dist/errors/OptionsValidationError.js +0 -15
- package/dist/export-utils.js +0 -70
- package/dist/export-utils.test.js +0 -66
- package/dist/file-options-schemas-legacy.js +0 -136
- package/dist/file-options-schemas-legacy.test.js +0 -126
- package/dist/file-options-schemas.js +0 -322
- package/dist/file-options-schemas.test.js +0 -23
- package/dist/joint-file-types-legacy.js +0 -278
- package/dist/joint-file-types-legacy.test.js +0 -400
- package/dist/joint-file-types.js +0 -148
- package/dist/joint-file-types.test.js +0 -139
- package/dist/loader-registry.js +0 -98
- package/dist/plugins.js +0 -154
- package/dist/plugins.test.js +0 -30
- package/dist/schemas/PrettyJsonSchema.js +0 -34
- package/dist/schemas/config-1.0.15.schema.test.js +0 -22
- package/dist/schemas/config-1.0.16.schema.test.js +0 -22
- package/dist/schemas/obs-sets-tabular.schema.js +0 -37
- package/dist/schemas/obs-sets.schema.js +0 -194
- package/dist/schemas/schema.test-old.js +0 -50
- package/dist/schemas/schema.test.js +0 -46
- package/dist/schemas-extra.js +0 -3
- package/dist/schemas.js +0 -4
- package/dist/shared-plot-options/index.js +0 -4
- package/dist/view-config-upgraders.js +0 -525
- package/dist/view-config-utils.test.js +0 -66
- package/dist/view-config-versions.js +0 -47
- package/dist/vitessce-grid-layout/index.js +0 -1
- /package/{dist → dist-tsc}/classNames.js +0 -0
- /package/{dist → dist-tsc}/data/LoaderResult.js +0 -0
- /package/{dist → dist-tsc}/errors/AbstractLoaderError.js +0 -0
- /package/{dist → dist-tsc}/plugins.test.fixtures.js +0 -0
- /package/{dist → dist-tsc}/schemas/config-0.1.0.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.0.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.1.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.10.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.11.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.12.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.13.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.14.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.15.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.2.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.3.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.4.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.5.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.6.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.7.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.8.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/config-1.0.9.schema.json +0 -0
- /package/{dist → dist-tsc}/schemas/obsSets.schema.js +0 -0
- /package/{dist → dist-tsc}/schemas/obsSetsTabular.schema.js +0 -0
- /package/{dist → dist-tsc}/schemas/raster.schema.js +0 -0
|
@@ -46,8 +46,6 @@
|
|
|
46
46
|
"spatialTargetX": { "$ref": "#/definitions/stringOrStringArray" },
|
|
47
47
|
"spatialTargetY": { "$ref": "#/definitions/stringOrStringArray" },
|
|
48
48
|
"spatialTargetZ": { "$ref": "#/definitions/stringOrStringArray" },
|
|
49
|
-
"spatialTargetT": { "$ref": "#/definitions/stringOrStringArray" },
|
|
50
|
-
"spatialTargetC": { "$ref": "#/definitions/stringOrStringArray" },
|
|
51
49
|
"spatialRotationX": { "$ref": "#/definitions/stringOrStringArray" },
|
|
52
50
|
"spatialRotationY": { "$ref": "#/definitions/stringOrStringArray" },
|
|
53
51
|
"spatialRotationZ": { "$ref": "#/definitions/stringOrStringArray" },
|
|
@@ -61,6 +59,7 @@
|
|
|
61
59
|
"obsFilter": { "$ref": "#/definitions/stringOrStringArray" },
|
|
62
60
|
"obsHighlight": { "$ref": "#/definitions/stringOrStringArray" },
|
|
63
61
|
"obsSetSelection": { "$ref": "#/definitions/stringOrStringArray" },
|
|
62
|
+
"obsSetExpansion": { "$ref": "#/definitions/stringOrStringArray" },
|
|
64
63
|
"obsSetHighlight": { "$ref": "#/definitions/stringOrStringArray" },
|
|
65
64
|
"obsSetColor": { "$ref": "#/definitions/stringOrStringArray" },
|
|
66
65
|
"featureFilter": { "$ref": "#/definitions/stringOrStringArray" },
|
|
@@ -82,7 +81,8 @@
|
|
|
82
81
|
"additionalObsSets": { "$ref": "#/definitions/stringOrStringArray" },
|
|
83
82
|
"moleculeHighlight": { "$ref": "#/definitions/stringOrStringArray" },
|
|
84
83
|
"gatingFeatureSelectionX": { "$ref": "#/definitions/stringOrStringArray" },
|
|
85
|
-
"gatingFeatureSelectionY": { "$ref": "#/definitions/stringOrStringArray" }
|
|
84
|
+
"gatingFeatureSelectionY": { "$ref": "#/definitions/stringOrStringArray" },
|
|
85
|
+
"tooltipsVisible": { "type": "boolean" }
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
"componentCoordinationScopesBy": {
|
|
@@ -432,18 +432,6 @@
|
|
|
432
432
|
"additionalProperties": true,
|
|
433
433
|
"required": [],
|
|
434
434
|
"properties": {
|
|
435
|
-
"metaCoordinationScopes": {
|
|
436
|
-
"type": "object",
|
|
437
|
-
"patternProperties": {
|
|
438
|
-
".": {
|
|
439
|
-
"type": "object",
|
|
440
|
-
"properties": {
|
|
441
|
-
"coordinationScopes": { "$ref": "#/definitions/componentCoordinationScopes" },
|
|
442
|
-
"coordinationScopesBy": { "$ref": "#/definitions/componentCoordinationScopesBy" }
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
},
|
|
447
435
|
"dataset": {
|
|
448
436
|
"type": "object",
|
|
449
437
|
"patternProperties": {
|
|
@@ -648,32 +636,6 @@
|
|
|
648
636
|
}
|
|
649
637
|
}
|
|
650
638
|
},
|
|
651
|
-
"spatialTargetT": {
|
|
652
|
-
"type": "object",
|
|
653
|
-
"patternProperties": {
|
|
654
|
-
".": { "oneOf": [
|
|
655
|
-
{
|
|
656
|
-
"type": "null",
|
|
657
|
-
"description": "If null is provided, value will be automatically set."
|
|
658
|
-
},
|
|
659
|
-
{ "type": "number" }
|
|
660
|
-
]
|
|
661
|
-
}
|
|
662
|
-
}
|
|
663
|
-
},
|
|
664
|
-
"spatialTargetC": {
|
|
665
|
-
"type": "object",
|
|
666
|
-
"patternProperties": {
|
|
667
|
-
".": { "oneOf": [
|
|
668
|
-
{
|
|
669
|
-
"type": "null",
|
|
670
|
-
"description": "If null is provided, value will be automatically set."
|
|
671
|
-
},
|
|
672
|
-
{ "type": "number" }
|
|
673
|
-
]
|
|
674
|
-
}
|
|
675
|
-
}
|
|
676
|
-
},
|
|
677
639
|
"spatialRotationX": {
|
|
678
640
|
"type": "object",
|
|
679
641
|
"patternProperties": {
|
|
@@ -885,6 +847,20 @@
|
|
|
885
847
|
}
|
|
886
848
|
}
|
|
887
849
|
},
|
|
850
|
+
"obsSetExpansion": {
|
|
851
|
+
"type": "object",
|
|
852
|
+
"patternProperties": {
|
|
853
|
+
".": {
|
|
854
|
+
"oneOf": [
|
|
855
|
+
{
|
|
856
|
+
"type": "null",
|
|
857
|
+
"description": "If null is provided and auto cell set initialization is enabled, cell set expansions will be automatically initialized."
|
|
858
|
+
},
|
|
859
|
+
{ "type": "array" }
|
|
860
|
+
]
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
},
|
|
888
864
|
"obsSetHighlight": {
|
|
889
865
|
"type": "object",
|
|
890
866
|
"patternProperties": {
|
|
@@ -1091,6 +1067,10 @@
|
|
|
1091
1067
|
]
|
|
1092
1068
|
}
|
|
1093
1069
|
}
|
|
1070
|
+
},
|
|
1071
|
+
"tooltipsVisible": {
|
|
1072
|
+
"type": "boolean",
|
|
1073
|
+
"default": true
|
|
1094
1074
|
}
|
|
1095
1075
|
}
|
|
1096
1076
|
},
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
export default schema;
|
|
2
|
+
declare namespace schema {
|
|
3
|
+
const $schema: string;
|
|
4
|
+
const $id: string;
|
|
5
|
+
const title: string;
|
|
6
|
+
const type: string;
|
|
7
|
+
const definitions: {
|
|
8
|
+
stringArray: {
|
|
9
|
+
type: string;
|
|
10
|
+
items: {
|
|
11
|
+
type: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
stringProbabilityTupleArray: {
|
|
15
|
+
type: string;
|
|
16
|
+
items: {
|
|
17
|
+
type: string;
|
|
18
|
+
additionalItems: boolean;
|
|
19
|
+
items: ({
|
|
20
|
+
type: string;
|
|
21
|
+
oneOf?: undefined;
|
|
22
|
+
} | {
|
|
23
|
+
oneOf: ({
|
|
24
|
+
type: string;
|
|
25
|
+
minimum: number;
|
|
26
|
+
maximum: number;
|
|
27
|
+
} | {
|
|
28
|
+
type: string;
|
|
29
|
+
minimum?: undefined;
|
|
30
|
+
maximum?: undefined;
|
|
31
|
+
})[];
|
|
32
|
+
type?: undefined;
|
|
33
|
+
})[];
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
colorArray: {
|
|
37
|
+
type: string;
|
|
38
|
+
items: {
|
|
39
|
+
type: string;
|
|
40
|
+
minimum: number;
|
|
41
|
+
maximum: number;
|
|
42
|
+
};
|
|
43
|
+
minItems: number;
|
|
44
|
+
maxItems: number;
|
|
45
|
+
};
|
|
46
|
+
treeNodeLeaf: {
|
|
47
|
+
type: string;
|
|
48
|
+
additionalProperties: boolean;
|
|
49
|
+
required: string[];
|
|
50
|
+
properties: {
|
|
51
|
+
name: {
|
|
52
|
+
type: string;
|
|
53
|
+
};
|
|
54
|
+
color: {
|
|
55
|
+
$ref: string;
|
|
56
|
+
};
|
|
57
|
+
set: {
|
|
58
|
+
$ref: string;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
treeNodeNonLeaf: {
|
|
63
|
+
type: string;
|
|
64
|
+
additionalProperties: boolean;
|
|
65
|
+
required: string[];
|
|
66
|
+
properties: {
|
|
67
|
+
name: {
|
|
68
|
+
type: string;
|
|
69
|
+
};
|
|
70
|
+
color: {
|
|
71
|
+
$ref: string;
|
|
72
|
+
};
|
|
73
|
+
children: {
|
|
74
|
+
type: string;
|
|
75
|
+
items: {
|
|
76
|
+
$ref: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
treeNode: {
|
|
82
|
+
oneOf: {
|
|
83
|
+
$ref: string;
|
|
84
|
+
}[];
|
|
85
|
+
};
|
|
86
|
+
'version0.1.2': {
|
|
87
|
+
type: string;
|
|
88
|
+
additionalProperties: boolean;
|
|
89
|
+
required: string[];
|
|
90
|
+
properties: {
|
|
91
|
+
dataset: {
|
|
92
|
+
type: string;
|
|
93
|
+
};
|
|
94
|
+
version: {
|
|
95
|
+
type: string;
|
|
96
|
+
enum: string[];
|
|
97
|
+
};
|
|
98
|
+
datatype: {
|
|
99
|
+
type: string;
|
|
100
|
+
enum: string[];
|
|
101
|
+
};
|
|
102
|
+
tree: {
|
|
103
|
+
type: string;
|
|
104
|
+
items: {
|
|
105
|
+
$ref: string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
treeNodeLeafProbabilistic: {
|
|
111
|
+
type: string;
|
|
112
|
+
additionalProperties: boolean;
|
|
113
|
+
required: string[];
|
|
114
|
+
properties: {
|
|
115
|
+
name: {
|
|
116
|
+
type: string;
|
|
117
|
+
};
|
|
118
|
+
color: {
|
|
119
|
+
$ref: string;
|
|
120
|
+
};
|
|
121
|
+
set: {
|
|
122
|
+
$ref: string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
treeNodeNonLeafProbabilistic: {
|
|
127
|
+
type: string;
|
|
128
|
+
additionalProperties: boolean;
|
|
129
|
+
required: string[];
|
|
130
|
+
properties: {
|
|
131
|
+
name: {
|
|
132
|
+
type: string;
|
|
133
|
+
};
|
|
134
|
+
color: {
|
|
135
|
+
$ref: string;
|
|
136
|
+
};
|
|
137
|
+
children: {
|
|
138
|
+
type: string;
|
|
139
|
+
items: {
|
|
140
|
+
$ref: string;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
treeNodeProbabilistic: {
|
|
146
|
+
oneOf: {
|
|
147
|
+
$ref: string;
|
|
148
|
+
}[];
|
|
149
|
+
};
|
|
150
|
+
'version0.1.3': {
|
|
151
|
+
type: string;
|
|
152
|
+
additionalProperties: boolean;
|
|
153
|
+
required: string[];
|
|
154
|
+
properties: {
|
|
155
|
+
dataset: {
|
|
156
|
+
type: string;
|
|
157
|
+
};
|
|
158
|
+
version: {
|
|
159
|
+
type: string;
|
|
160
|
+
enum: string[];
|
|
161
|
+
};
|
|
162
|
+
datatype: {
|
|
163
|
+
type: string;
|
|
164
|
+
enum: string[];
|
|
165
|
+
};
|
|
166
|
+
tree: {
|
|
167
|
+
type: string;
|
|
168
|
+
items: {
|
|
169
|
+
$ref: string;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
const oneOf: {
|
|
176
|
+
$ref: string;
|
|
177
|
+
}[];
|
|
178
|
+
}
|
|
179
|
+
//# sourceMappingURL=obsSets.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"obsSets.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/obsSets.schema.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export default schema;
|
|
2
|
+
declare namespace schema {
|
|
3
|
+
export const $schema: string;
|
|
4
|
+
export const $id: string;
|
|
5
|
+
export const title: string;
|
|
6
|
+
export namespace definitions {
|
|
7
|
+
namespace colorArray {
|
|
8
|
+
const type: string;
|
|
9
|
+
namespace items {
|
|
10
|
+
const type_1: string;
|
|
11
|
+
export { type_1 as type };
|
|
12
|
+
export const minimum: number;
|
|
13
|
+
export const maximum: number;
|
|
14
|
+
}
|
|
15
|
+
const minItems: number;
|
|
16
|
+
const maxItems: number;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
const type_2: string;
|
|
20
|
+
export { type_2 as type };
|
|
21
|
+
export namespace items_1 {
|
|
22
|
+
const type_3: string;
|
|
23
|
+
export { type_3 as type };
|
|
24
|
+
export const additionalProperties: boolean;
|
|
25
|
+
export const required: string[];
|
|
26
|
+
export namespace properties {
|
|
27
|
+
namespace groupName {
|
|
28
|
+
const type_4: string;
|
|
29
|
+
export { type_4 as type };
|
|
30
|
+
}
|
|
31
|
+
namespace setName {
|
|
32
|
+
const type_5: string;
|
|
33
|
+
export { type_5 as type };
|
|
34
|
+
}
|
|
35
|
+
namespace setColor {
|
|
36
|
+
const $ref: string;
|
|
37
|
+
}
|
|
38
|
+
namespace obsId {
|
|
39
|
+
const type_6: string;
|
|
40
|
+
export { type_6 as type };
|
|
41
|
+
}
|
|
42
|
+
namespace predictionScore {
|
|
43
|
+
const oneOf: ({
|
|
44
|
+
type: string;
|
|
45
|
+
minimum: number;
|
|
46
|
+
maximum: number;
|
|
47
|
+
} | {
|
|
48
|
+
type: string;
|
|
49
|
+
minimum?: undefined;
|
|
50
|
+
maximum?: undefined;
|
|
51
|
+
})[];
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
export { items_1 as items };
|
|
56
|
+
}
|
|
57
|
+
//# sourceMappingURL=obsSetsTabular.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"obsSetsTabular.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/obsSetsTabular.schema.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
export default schema;
|
|
2
|
+
declare namespace schema {
|
|
3
|
+
export const $schema: string;
|
|
4
|
+
export const $id: string;
|
|
5
|
+
export const title: string;
|
|
6
|
+
export const type: string;
|
|
7
|
+
export namespace definitions {
|
|
8
|
+
namespace transform {
|
|
9
|
+
const type_1: string;
|
|
10
|
+
export { type_1 as type };
|
|
11
|
+
export const additionalProperties: boolean;
|
|
12
|
+
export const oneOf: {
|
|
13
|
+
required: string[];
|
|
14
|
+
}[];
|
|
15
|
+
export namespace properties {
|
|
16
|
+
namespace scale {
|
|
17
|
+
const type_2: string;
|
|
18
|
+
export { type_2 as type };
|
|
19
|
+
}
|
|
20
|
+
namespace translate {
|
|
21
|
+
const type_3: string;
|
|
22
|
+
export { type_3 as type };
|
|
23
|
+
const additionalProperties_1: boolean;
|
|
24
|
+
export { additionalProperties_1 as additionalProperties };
|
|
25
|
+
export const required: string[];
|
|
26
|
+
export namespace properties_1 {
|
|
27
|
+
namespace y {
|
|
28
|
+
const type_4: string;
|
|
29
|
+
export { type_4 as type };
|
|
30
|
+
}
|
|
31
|
+
namespace x {
|
|
32
|
+
const type_5: string;
|
|
33
|
+
export { type_5 as type };
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
export { properties_1 as properties };
|
|
37
|
+
}
|
|
38
|
+
namespace matrix {
|
|
39
|
+
const type_6: string;
|
|
40
|
+
export { type_6 as type };
|
|
41
|
+
export namespace items {
|
|
42
|
+
const type_7: string;
|
|
43
|
+
export { type_7 as type };
|
|
44
|
+
}
|
|
45
|
+
export const minItems: number;
|
|
46
|
+
export const maxItems: number;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
namespace dimensions {
|
|
51
|
+
const type_8: string;
|
|
52
|
+
export { type_8 as type };
|
|
53
|
+
export namespace items_1 {
|
|
54
|
+
const type_9: string;
|
|
55
|
+
export { type_9 as type };
|
|
56
|
+
const additionalProperties_2: boolean;
|
|
57
|
+
export { additionalProperties_2 as additionalProperties };
|
|
58
|
+
const required_1: string[];
|
|
59
|
+
export { required_1 as required };
|
|
60
|
+
export namespace properties_2 {
|
|
61
|
+
export namespace field {
|
|
62
|
+
const type_10: string;
|
|
63
|
+
export { type_10 as type };
|
|
64
|
+
}
|
|
65
|
+
export namespace type_11 {
|
|
66
|
+
const type_12: string;
|
|
67
|
+
export { type_12 as type };
|
|
68
|
+
const _enum: string[];
|
|
69
|
+
export { _enum as enum };
|
|
70
|
+
}
|
|
71
|
+
export { type_11 as type };
|
|
72
|
+
export namespace values {
|
|
73
|
+
const type_13: string[];
|
|
74
|
+
export { type_13 as type };
|
|
75
|
+
export namespace items_2 {
|
|
76
|
+
const type_14: string;
|
|
77
|
+
export { type_14 as type };
|
|
78
|
+
}
|
|
79
|
+
export { items_2 as items };
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
export { properties_2 as properties };
|
|
83
|
+
}
|
|
84
|
+
export { items_1 as items };
|
|
85
|
+
}
|
|
86
|
+
namespace metadata {
|
|
87
|
+
const type_15: string;
|
|
88
|
+
export { type_15 as type };
|
|
89
|
+
const additionalProperties_3: boolean;
|
|
90
|
+
export { additionalProperties_3 as additionalProperties };
|
|
91
|
+
export const anyOf: {
|
|
92
|
+
required: string[];
|
|
93
|
+
}[];
|
|
94
|
+
export namespace properties_3 {
|
|
95
|
+
export namespace dimensions_1 {
|
|
96
|
+
const $ref: string;
|
|
97
|
+
}
|
|
98
|
+
export { dimensions_1 as dimensions };
|
|
99
|
+
export namespace isPyramid {
|
|
100
|
+
const type_16: string;
|
|
101
|
+
export { type_16 as type };
|
|
102
|
+
}
|
|
103
|
+
export namespace transform_1 {
|
|
104
|
+
const $ref_1: string;
|
|
105
|
+
export { $ref_1 as $ref };
|
|
106
|
+
}
|
|
107
|
+
export { transform_1 as transform };
|
|
108
|
+
export namespace isBitmask {
|
|
109
|
+
const type_17: string;
|
|
110
|
+
export { type_17 as type };
|
|
111
|
+
}
|
|
112
|
+
export namespace omeTiffOffsetsUrl {
|
|
113
|
+
const type_18: string;
|
|
114
|
+
export { type_18 as type };
|
|
115
|
+
export const format: string;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
export { properties_3 as properties };
|
|
119
|
+
}
|
|
120
|
+
namespace requestInit {
|
|
121
|
+
const type_19: string;
|
|
122
|
+
export { type_19 as type };
|
|
123
|
+
const additionalProperties_4: boolean;
|
|
124
|
+
export { additionalProperties_4 as additionalProperties };
|
|
125
|
+
const required_2: never[];
|
|
126
|
+
export { required_2 as required };
|
|
127
|
+
export namespace properties_4 {
|
|
128
|
+
namespace method {
|
|
129
|
+
const type_20: string;
|
|
130
|
+
export { type_20 as type };
|
|
131
|
+
}
|
|
132
|
+
namespace headers {
|
|
133
|
+
const type_21: string;
|
|
134
|
+
export { type_21 as type };
|
|
135
|
+
}
|
|
136
|
+
namespace body {
|
|
137
|
+
const type_22: string;
|
|
138
|
+
export { type_22 as type };
|
|
139
|
+
}
|
|
140
|
+
namespace mode {
|
|
141
|
+
const type_23: string;
|
|
142
|
+
export { type_23 as type };
|
|
143
|
+
}
|
|
144
|
+
namespace credentials {
|
|
145
|
+
const type_24: string;
|
|
146
|
+
export { type_24 as type };
|
|
147
|
+
}
|
|
148
|
+
namespace cache {
|
|
149
|
+
const type_25: string;
|
|
150
|
+
export { type_25 as type };
|
|
151
|
+
}
|
|
152
|
+
namespace redirect {
|
|
153
|
+
const type_26: string;
|
|
154
|
+
export { type_26 as type };
|
|
155
|
+
}
|
|
156
|
+
namespace referrer {
|
|
157
|
+
const type_27: string;
|
|
158
|
+
export { type_27 as type };
|
|
159
|
+
}
|
|
160
|
+
namespace integrity {
|
|
161
|
+
const type_28: string;
|
|
162
|
+
export { type_28 as type };
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
export { properties_4 as properties };
|
|
166
|
+
}
|
|
167
|
+
namespace image {
|
|
168
|
+
const type_29: string;
|
|
169
|
+
export { type_29 as type };
|
|
170
|
+
const additionalProperties_5: boolean;
|
|
171
|
+
export { additionalProperties_5 as additionalProperties };
|
|
172
|
+
const required_3: string[];
|
|
173
|
+
export { required_3 as required };
|
|
174
|
+
export namespace properties_5 {
|
|
175
|
+
export namespace name {
|
|
176
|
+
const type_30: string;
|
|
177
|
+
export { type_30 as type };
|
|
178
|
+
}
|
|
179
|
+
export namespace url {
|
|
180
|
+
const type_31: string;
|
|
181
|
+
export { type_31 as type };
|
|
182
|
+
const format_1: string;
|
|
183
|
+
export { format_1 as format };
|
|
184
|
+
}
|
|
185
|
+
export namespace type_32 {
|
|
186
|
+
const type_33: string;
|
|
187
|
+
export { type_33 as type };
|
|
188
|
+
}
|
|
189
|
+
export { type_32 as type };
|
|
190
|
+
export namespace metadata_1 {
|
|
191
|
+
const $ref_2: string;
|
|
192
|
+
export { $ref_2 as $ref };
|
|
193
|
+
}
|
|
194
|
+
export { metadata_1 as metadata };
|
|
195
|
+
export namespace requestInit_1 {
|
|
196
|
+
const $ref_3: string;
|
|
197
|
+
export { $ref_3 as $ref };
|
|
198
|
+
}
|
|
199
|
+
export { requestInit_1 as requestInit };
|
|
200
|
+
}
|
|
201
|
+
export { properties_5 as properties };
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
const additionalProperties_6: boolean;
|
|
205
|
+
export { additionalProperties_6 as additionalProperties };
|
|
206
|
+
const required_4: string[];
|
|
207
|
+
export { required_4 as required };
|
|
208
|
+
export namespace properties_6 {
|
|
209
|
+
namespace schemaVersion {
|
|
210
|
+
const type_34: string;
|
|
211
|
+
export { type_34 as type };
|
|
212
|
+
}
|
|
213
|
+
namespace usePhysicalSizeScaling {
|
|
214
|
+
const type_35: string;
|
|
215
|
+
export { type_35 as type };
|
|
216
|
+
export const description: string;
|
|
217
|
+
}
|
|
218
|
+
namespace renderLayers {
|
|
219
|
+
const type_36: string;
|
|
220
|
+
export { type_36 as type };
|
|
221
|
+
export namespace items_3 {
|
|
222
|
+
const type_37: string;
|
|
223
|
+
export { type_37 as type };
|
|
224
|
+
}
|
|
225
|
+
export { items_3 as items };
|
|
226
|
+
}
|
|
227
|
+
namespace images {
|
|
228
|
+
const type_38: string;
|
|
229
|
+
export { type_38 as type };
|
|
230
|
+
export namespace items_4 {
|
|
231
|
+
const $ref_4: string;
|
|
232
|
+
export { $ref_4 as $ref };
|
|
233
|
+
}
|
|
234
|
+
export { items_4 as items };
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
export { properties_6 as properties };
|
|
238
|
+
}
|
|
239
|
+
//# sourceMappingURL=raster.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"raster.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/raster.schema.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/shared-mui/components.js"],"names":[],"mappings":"AAwBA,oDAwDC"}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import React, { useRef } from 'react';
|
|
3
|
-
import { makeStyles } from '@material-ui/core
|
|
4
|
-
import
|
|
5
|
-
import Popper from '@material-ui/core/Popper';
|
|
6
|
-
import IconButton from '@material-ui/core/IconButton';
|
|
7
|
-
import MenuList from '@material-ui/core/MenuList';
|
|
8
|
-
import ClickAwayListener from '@material-ui/core/ClickAwayListener';
|
|
9
|
-
import Fade from '@material-ui/core/Fade';
|
|
10
|
-
import { useVitessceContainer } from '../hooks';
|
|
3
|
+
import { makeStyles, Paper, Popper, IconButton, MenuList, ClickAwayListener, Fade, } from '@material-ui/core';
|
|
4
|
+
import { useVitessceContainer } from '../hooks.js';
|
|
11
5
|
const useStyles = makeStyles(() => ({
|
|
12
6
|
paper: {
|
|
13
7
|
maxHeight: 200,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../src/shared-mui/container.js"],"names":[],"mappings":"AAEA,0IAiNI"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/shared-mui/styles.js"],"names":[],"mappings":""}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { createTheme } from '@material-ui/core
|
|
2
|
-
|
|
1
|
+
import { createTheme, colors } from '@material-ui/core';
|
|
2
|
+
const { grey } = colors;
|
|
3
3
|
const globalColors = {
|
|
4
4
|
white: '#FFFFFF',
|
|
5
5
|
grayLight: '#D3D3D3',
|
|
@@ -75,6 +75,7 @@ export const muiTheme = {
|
|
|
75
75
|
secondaryForeground: '#D3D3D3',
|
|
76
76
|
gridLayoutBackground: '#333333',
|
|
77
77
|
cardBorder: 'rgba(0, 0, 0, 0.125)',
|
|
78
|
+
tooltipText: '#FFFFFF',
|
|
78
79
|
...globalColors,
|
|
79
80
|
},
|
|
80
81
|
...sharedThemeOptions,
|
|
@@ -100,6 +101,7 @@ export const muiTheme = {
|
|
|
100
101
|
secondaryForeground: '#222222',
|
|
101
102
|
gridLayoutBackground: '#FFFFFF',
|
|
102
103
|
cardBorder: 'rgba(241, 241, 241, 0.125)',
|
|
104
|
+
tooltipText: 'rgba(0, 0, 0, 0.87)',
|
|
103
105
|
...globalColors,
|
|
104
106
|
},
|
|
105
107
|
...sharedThemeOptions,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CellColorEncodingOption.d.ts","sourceRoot":"","sources":["../../src/shared-plot-options/CellColorEncodingOption.js"],"names":[],"mappings":"AAMA,yEAmCC"}
|