react-mutation-mapper 0.8.51 → 0.8.52
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.es.js +11 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +15 -15
- package/dist/util/OncoKbUtils.d.ts +1 -0
- package/package.json +5 -5
package/dist/styles.css
CHANGED
|
@@ -71,6 +71,21 @@
|
|
|
71
71
|
position: absolute;
|
|
72
72
|
top: 0;
|
|
73
73
|
}
|
|
74
|
+
.default-track-tooltip-table .rt-table .rt-tbody .rt-td {
|
|
75
|
+
padding: 4px 5px;
|
|
76
|
+
}
|
|
77
|
+
.default-track-tooltip-table .-pagination {
|
|
78
|
+
font-size: 0.65rem;
|
|
79
|
+
}
|
|
80
|
+
.default-track-tooltip-table .-pagination .-center {
|
|
81
|
+
flex-grow: 6;
|
|
82
|
+
}
|
|
83
|
+
.default-track-tooltip-table .-pagination .-pageSizeOptions {
|
|
84
|
+
display: none;
|
|
85
|
+
}
|
|
86
|
+
.default-track-tooltip-table .-pagination .-pageJump input {
|
|
87
|
+
width: 3rem;
|
|
88
|
+
}
|
|
74
89
|
.civic-card {
|
|
75
90
|
margin: auto;
|
|
76
91
|
width: 500px;
|
|
@@ -143,21 +158,6 @@
|
|
|
143
158
|
font-weight: bold;
|
|
144
159
|
color: #1974b8;
|
|
145
160
|
}
|
|
146
|
-
.default-track-tooltip-table .rt-table .rt-tbody .rt-td {
|
|
147
|
-
padding: 4px 5px;
|
|
148
|
-
}
|
|
149
|
-
.default-track-tooltip-table .-pagination {
|
|
150
|
-
font-size: 0.65rem;
|
|
151
|
-
}
|
|
152
|
-
.default-track-tooltip-table .-pagination .-center {
|
|
153
|
-
flex-grow: 6;
|
|
154
|
-
}
|
|
155
|
-
.default-track-tooltip-table .-pagination .-pageSizeOptions {
|
|
156
|
-
display: none;
|
|
157
|
-
}
|
|
158
|
-
.default-track-tooltip-table .-pagination .-pageJump input {
|
|
159
|
-
width: 3rem;
|
|
160
|
-
}
|
|
161
161
|
.annotation-module_annotation-item-load__1pDN0 {
|
|
162
162
|
color: #aaaaaa;
|
|
163
163
|
height: 18px;
|
|
@@ -29,6 +29,7 @@ export declare function mergeAlterations(alterations: string | string[]): string
|
|
|
29
29
|
*/
|
|
30
30
|
export declare function getPositionalVariant(alteration: string): string | undefined;
|
|
31
31
|
export declare function getTumorTypeName(tumorType?: TumorType): string;
|
|
32
|
+
export declare function getTumorTypeNameWithExclusionInfo(tumorType?: TumorType, excludedTumorTypes?: TumorType[]): string;
|
|
32
33
|
export declare function groupOncoKbIndicatorDataByMutations(mutationsByPosition: {
|
|
33
34
|
[pos: number]: Mutation[];
|
|
34
35
|
}, oncoKbData: IOncoKbData, getTumorType: (mutation: Mutation) => string, getEntrezGeneId: (mutation: Mutation) => number, filter?: (indicator: IndicatorQueryResp) => boolean): {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-mutation-mapper",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.52",
|
|
4
4
|
"description": "Generic Mutation Mapper",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"autobind-decorator": "^2.1.0",
|
|
42
|
-
"cbioportal-frontend-commons": "^0.5.
|
|
43
|
-
"cbioportal-utils": "^0.3.
|
|
42
|
+
"cbioportal-frontend-commons": "^0.5.32",
|
|
43
|
+
"cbioportal-utils": "^0.3.23",
|
|
44
44
|
"classnames": "^2.2.5",
|
|
45
45
|
"genome-nexus-ts-api-client": "^1.1.22",
|
|
46
46
|
"jquery": "^3.2.1",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"memoize-weak-decorator": "^1.0.3",
|
|
49
49
|
"mobxpromise": "github:cbioportal/mobxpromise#303db72588860bff0a6862a4f07a4e8a3578c94f",
|
|
50
50
|
"oncokb-styles": "~1.4.2",
|
|
51
|
-
"oncokb-ts-api-client": "^1.3.
|
|
51
|
+
"oncokb-ts-api-client": "^1.3.2",
|
|
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": "80e61d5d51821539c977a4155bfde4755116af15"
|
|
63
63
|
}
|