react-mutation-mapper 0.8.121 → 0.9.2
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/component/clinvar/ClinvarSummary.d.ts +1 -1
- package/dist/component/column/Annotation.d.ts +2 -2
- package/dist/component/column/ClinvarInterpretation.d.ts +1 -1
- package/dist/component/column/ColumnHeader.d.ts +1 -1
- package/dist/component/column/Hgvsc.d.ts +1 -1
- package/dist/component/column/Hgvsg.d.ts +1 -1
- package/dist/component/column/MutationStatus.d.ts +1 -1
- package/dist/component/column/MutationType.d.ts +2 -2
- package/dist/component/column/MyVariantInfoHelper.d.ts +1 -1
- package/dist/component/column/ProteinChange.d.ts +1 -1
- package/dist/component/column/Signal.d.ts +2 -2
- package/dist/component/dataTable/ColumnSelector.d.ts +2 -2
- package/dist/component/dataTable/DataTable.d.ts +4 -4
- package/dist/component/dataTable/DataTableToolbar.d.ts +1 -1
- package/dist/component/dbsnp/DbsnpId.d.ts +1 -1
- package/dist/component/filter/BadgeLabel.d.ts +1 -1
- package/dist/component/filter/BadgeSelector.d.ts +2 -2
- package/dist/component/filter/DropdownSelector.d.ts +1 -1
- package/dist/component/filter/MutationStatusBadgeSelector.d.ts +1 -1
- package/dist/component/filter/ProteinImpactTypeBadgeSelector.d.ts +1 -1
- package/dist/component/filter/ProteinImpactTypeDropdownSelector.d.ts +1 -1
- package/dist/component/gnomad/GnomadFrequency.d.ts +1 -1
- package/dist/component/hotspot/HotspotInfo.d.ts +1 -1
- package/dist/component/lollipopMutationPlot/DefaultLollipopPlotLegend.d.ts +1 -1
- package/dist/component/lollipopMutationPlot/LollipopMutationPlot.d.ts +1 -1
- package/dist/component/lollipopMutationPlot/LollipopMutationPlotControls.d.ts +1 -1
- package/dist/component/lollipopPlot/Domain.d.ts +1 -1
- package/dist/component/lollipopPlot/Lollipop.d.ts +1 -1
- package/dist/component/lollipopPlot/LollipopPlot.d.ts +1 -1
- package/dist/component/lollipopPlot/LollipopPlotNoTooltip.d.ts +1 -1
- package/dist/component/lollipopPlot/Sequence.d.ts +1 -1
- package/dist/component/mutationMapper/DefaultMutationRateSummary.d.ts +2 -2
- package/dist/component/mutationMapper/FilterResetPanel.d.ts +1 -1
- package/dist/component/mutationMapper/GeneSummary.d.ts +1 -1
- package/dist/component/mutationMapper/MutationMapper.d.ts +1 -1
- package/dist/component/mutationMapper/TranscriptDropdown.d.ts +1 -1
- package/dist/component/mutationTable/DefaultMutationTable.d.ts +2 -2
- package/dist/component/ptm/PtmAnnotationTable.d.ts +1 -1
- package/dist/component/ptm/PtmReferenceList.d.ts +1 -1
- package/dist/component/track/ExonTrack.d.ts +1 -1
- package/dist/component/track/HotspotTrack.d.ts +1 -1
- package/dist/component/track/OncoKbTrack.d.ts +1 -1
- package/dist/component/track/OncoKbTrackTooltip.d.ts +1 -1
- package/dist/component/track/PtmTrack.d.ts +1 -1
- package/dist/component/track/Track.d.ts +1 -1
- package/dist/component/track/TrackCircle.d.ts +2 -2
- package/dist/component/track/TrackItem.d.ts +2 -2
- package/dist/component/track/TrackPanel.d.ts +1 -1
- package/dist/component/track/TrackRect.d.ts +2 -2
- package/dist/component/track/TrackSelector.d.ts +3 -3
- package/dist/component/track/UniprotTopologyTrack.d.ts +1 -1
- package/dist/filter/CancerTypeFilter.d.ts +1 -1
- package/dist/filter/CategoricalFilter.d.ts +2 -2
- package/dist/filter/HotspotFilter.d.ts +1 -1
- package/dist/filter/MutationFilter.d.ts +2 -2
- package/dist/filter/MutationStatusFilter.d.ts +1 -1
- package/dist/filter/NumericalFilter.d.ts +2 -2
- package/dist/filter/OncoKbFilter.d.ts +1 -1
- package/dist/filter/PositionFilter.d.ts +1 -1
- package/dist/filter/ProteinChangeFilter.d.ts +1 -1
- package/dist/filter/ProteinImpactTypeFilter.d.ts +1 -1
- package/dist/index.es.js +97 -79
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +95 -77
- package/dist/index.js.map +1 -1
- package/dist/model/DataFilter.d.ts +1 -1
- package/dist/model/DomainSpec.d.ts +1 -1
- package/dist/model/FilterApplier.d.ts +1 -1
- package/dist/model/GnomadSummary.d.ts +1 -1
- package/dist/model/LollipopSpec.d.ts +2 -2
- package/dist/model/SequenceSpec.d.ts +1 -1
- package/dist/store/DefaultMutationMapperDataStore.d.ts +1 -1
- package/package.json +9 -9
|
@@ -2,7 +2,7 @@ export declare enum LollipopPlacement {
|
|
|
2
2
|
TOP = 0,
|
|
3
3
|
BOTTOM = 1
|
|
4
4
|
}
|
|
5
|
-
export
|
|
5
|
+
export type LollipopSpec = {
|
|
6
6
|
codon: number;
|
|
7
7
|
count: number;
|
|
8
8
|
group?: string;
|
|
@@ -11,7 +11,7 @@ export declare type LollipopSpec = {
|
|
|
11
11
|
color?: string;
|
|
12
12
|
tooltip?: JSX.Element;
|
|
13
13
|
};
|
|
14
|
-
export
|
|
14
|
+
export type LollipopLabel = {
|
|
15
15
|
text: string;
|
|
16
16
|
textAnchor?: string;
|
|
17
17
|
fontSize?: number;
|
|
@@ -3,7 +3,7 @@ import { Mutation } from 'cbioportal-utils';
|
|
|
3
3
|
import { DataFilter } from '../model/DataFilter';
|
|
4
4
|
import DataStore from '../model/DataStore';
|
|
5
5
|
import { FilterApplier } from '../model/FilterApplier';
|
|
6
|
-
|
|
6
|
+
type GroupedData = Array<{
|
|
7
7
|
group: string;
|
|
8
8
|
data: Array<Mutation | Mutation[]>;
|
|
9
9
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-mutation-mapper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "Generic Mutation Mapper",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"typings": "dist/index.d.ts",
|
|
9
9
|
"styles": "dist/styles.css",
|
|
10
10
|
"engines": {
|
|
11
|
-
"node": "
|
|
12
|
-
"yarn": "1.22.
|
|
11
|
+
"node": "22.18.0",
|
|
12
|
+
"yarn": "1.22.22"
|
|
13
13
|
},
|
|
14
14
|
"files": [
|
|
15
15
|
"dist"
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"autobind-decorator": "^2.1.0",
|
|
42
|
-
"cbioportal-frontend-commons": "^0.
|
|
43
|
-
"cbioportal-utils": "^0.
|
|
42
|
+
"cbioportal-frontend-commons": "^0.6.2",
|
|
43
|
+
"cbioportal-utils": "^0.4.2",
|
|
44
44
|
"classnames": "^2.2.5",
|
|
45
|
-
"genome-nexus-ts-api-client": "^1.1.
|
|
45
|
+
"genome-nexus-ts-api-client": "^1.1.37",
|
|
46
46
|
"jquery": "^3.2.1",
|
|
47
47
|
"lodash": "^4.17.21",
|
|
48
48
|
"memoize-weak-decorator": "^1.0.3",
|
|
49
|
-
"oncokb-frontend-commons": "^0.
|
|
49
|
+
"oncokb-frontend-commons": "^0.1.2",
|
|
50
50
|
"oncokb-styles": "~1.4.2",
|
|
51
|
-
"oncokb-ts-api-client": "^1.3.
|
|
51
|
+
"oncokb-ts-api-client": "^1.3.10",
|
|
52
52
|
"react-collapse": "^4.0.3",
|
|
53
53
|
"react-if": "^2.1.0",
|
|
54
54
|
"react-motion": "^0.5.2",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"superagent": "^3.8.3",
|
|
60
60
|
"typescript": "4.0.3"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "3d9f8407e64a30c5edb570fe841d41968f87acd7"
|
|
63
63
|
}
|