climb-onyx-gui 0.12.9 → 0.12.11
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/climb-onyx-gui.js +46766 -48686
- package/dist/components/ExportModal.d.ts +12 -0
- package/dist/components/Filter.d.ts +5 -11
- package/dist/components/ResultsPanel.d.ts +0 -3
- package/dist/components/Table.d.ts +8 -17
- package/dist/interfaces.d.ts +10 -2
- package/dist/style.css +2 -2
- package/dist/types.d.ts +7 -0
- package/dist/utils/graphStyles.d.ts +0 -121
- package/package.json +6 -5
package/dist/types.d.ts
CHANGED
|
@@ -25,4 +25,11 @@ type ResultData = {
|
|
|
25
25
|
data?: ResultType[];
|
|
26
26
|
messages?: ErrorType;
|
|
27
27
|
};
|
|
28
|
+
declare enum ExportStatus {
|
|
29
|
+
READY = 0,
|
|
30
|
+
RUNNING = 1,
|
|
31
|
+
FINISHED = 2,
|
|
32
|
+
CANCELLED = 3
|
|
33
|
+
}
|
|
28
34
|
export type { ProjectField, FilterField, OptionType, ResultType, ErrorType, ResultData, };
|
|
35
|
+
export { ExportStatus };
|
|
@@ -1,138 +1,17 @@
|
|
|
1
1
|
declare const graphStyles: {
|
|
2
2
|
layout: {
|
|
3
|
-
annotationdefaults: {
|
|
4
|
-
arrowcolor: string;
|
|
5
|
-
arrowhead: number;
|
|
6
|
-
arrowwidth: number;
|
|
7
|
-
};
|
|
8
|
-
autotypenumbers: string;
|
|
9
|
-
coloraxis: {
|
|
10
|
-
colorbar: {
|
|
11
|
-
outlinewidth: number;
|
|
12
|
-
ticks: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
colorscale: {
|
|
16
|
-
diverging: (string | number)[][];
|
|
17
|
-
sequential: (string | number)[][];
|
|
18
|
-
sequentialminus: (string | number)[][];
|
|
19
|
-
};
|
|
20
3
|
font: {
|
|
21
4
|
color: string;
|
|
22
5
|
};
|
|
23
|
-
geo: {
|
|
24
|
-
bgcolor: string;
|
|
25
|
-
lakecolor: string;
|
|
26
|
-
landcolor: string;
|
|
27
|
-
showlakes: boolean;
|
|
28
|
-
showland: boolean;
|
|
29
|
-
subunitcolor: string;
|
|
30
|
-
};
|
|
31
|
-
hoverlabel: {
|
|
32
|
-
align: string;
|
|
33
|
-
};
|
|
34
|
-
hovermode: string;
|
|
35
|
-
mapbox: {
|
|
36
|
-
style: string;
|
|
37
|
-
};
|
|
38
6
|
paper_bgcolor: string;
|
|
39
7
|
plot_bgcolor: string;
|
|
40
|
-
polar: {
|
|
41
|
-
angularaxis: {
|
|
42
|
-
gridcolor: string;
|
|
43
|
-
linecolor: string;
|
|
44
|
-
ticks: string;
|
|
45
|
-
};
|
|
46
|
-
bgcolor: string;
|
|
47
|
-
radialaxis: {
|
|
48
|
-
gridcolor: string;
|
|
49
|
-
linecolor: string;
|
|
50
|
-
ticks: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
scene: {
|
|
54
|
-
xaxis: {
|
|
55
|
-
backgroundcolor: string;
|
|
56
|
-
gridcolor: string;
|
|
57
|
-
gridwidth: number;
|
|
58
|
-
linecolor: string;
|
|
59
|
-
showbackground: boolean;
|
|
60
|
-
ticks: string;
|
|
61
|
-
zerolinecolor: string;
|
|
62
|
-
};
|
|
63
|
-
yaxis: {
|
|
64
|
-
backgroundcolor: string;
|
|
65
|
-
gridcolor: string;
|
|
66
|
-
gridwidth: number;
|
|
67
|
-
linecolor: string;
|
|
68
|
-
showbackground: boolean;
|
|
69
|
-
ticks: string;
|
|
70
|
-
zerolinecolor: string;
|
|
71
|
-
};
|
|
72
|
-
zaxis: {
|
|
73
|
-
backgroundcolor: string;
|
|
74
|
-
gridcolor: string;
|
|
75
|
-
gridwidth: number;
|
|
76
|
-
linecolor: string;
|
|
77
|
-
showbackground: boolean;
|
|
78
|
-
ticks: string;
|
|
79
|
-
zerolinecolor: string;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
-
shapedefaults: {
|
|
83
|
-
line: {
|
|
84
|
-
color: string;
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
sliderdefaults: {
|
|
88
|
-
bgcolor: string;
|
|
89
|
-
bordercolor: string;
|
|
90
|
-
borderwidth: number;
|
|
91
|
-
tickwidth: number;
|
|
92
|
-
};
|
|
93
|
-
ternary: {
|
|
94
|
-
aaxis: {
|
|
95
|
-
gridcolor: string;
|
|
96
|
-
linecolor: string;
|
|
97
|
-
ticks: string;
|
|
98
|
-
};
|
|
99
|
-
baxis: {
|
|
100
|
-
gridcolor: string;
|
|
101
|
-
linecolor: string;
|
|
102
|
-
ticks: string;
|
|
103
|
-
};
|
|
104
|
-
bgcolor: string;
|
|
105
|
-
caxis: {
|
|
106
|
-
gridcolor: string;
|
|
107
|
-
linecolor: string;
|
|
108
|
-
ticks: string;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
|
-
updatemenudefaults: {
|
|
112
|
-
bgcolor: string;
|
|
113
|
-
borderwidth: number;
|
|
114
|
-
};
|
|
115
8
|
xaxis: {
|
|
116
|
-
automargin: boolean;
|
|
117
9
|
gridcolor: string;
|
|
118
|
-
linecolor: string;
|
|
119
|
-
ticks: string;
|
|
120
|
-
title: {
|
|
121
|
-
standoff: number;
|
|
122
|
-
};
|
|
123
10
|
zerolinecolor: string;
|
|
124
|
-
zerolinewidth: number;
|
|
125
11
|
};
|
|
126
12
|
yaxis: {
|
|
127
|
-
automargin: boolean;
|
|
128
13
|
gridcolor: string;
|
|
129
|
-
linecolor: string;
|
|
130
|
-
ticks: string;
|
|
131
|
-
title: {
|
|
132
|
-
standoff: number;
|
|
133
|
-
};
|
|
134
14
|
zerolinecolor: string;
|
|
135
|
-
zerolinewidth: number;
|
|
136
15
|
};
|
|
137
16
|
};
|
|
138
17
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "climb-onyx-gui",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/climb-onyx-gui.js",
|
|
6
6
|
"types": "dist/main.d.ts",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@ag-grid-community/client-side-row-model": "^32.2.0",
|
|
22
22
|
"@ag-grid-community/core": "^32.2.0",
|
|
23
|
+
"@ag-grid-community/csv-export": "^32.2.0",
|
|
23
24
|
"@ag-grid-community/react": "^32.2.0",
|
|
24
25
|
"@ag-grid-community/styles": "^32.2.0",
|
|
25
26
|
"@tanstack/react-query": "^4.36.1",
|
|
@@ -36,8 +37,8 @@
|
|
|
36
37
|
"devDependencies": {
|
|
37
38
|
"@types/node": "^20.12.12",
|
|
38
39
|
"@types/plotly.js-basic-dist": "^1.54.4",
|
|
39
|
-
"@types/react": "^
|
|
40
|
-
"@types/react-dom": "^
|
|
40
|
+
"@types/react": "^17.0.83",
|
|
41
|
+
"@types/react-dom": "^17.0.25",
|
|
41
42
|
"@types/react-plotly.js": "^2.6.3",
|
|
42
43
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
43
44
|
"@typescript-eslint/parser": "^7.2.0",
|
|
@@ -45,8 +46,8 @@
|
|
|
45
46
|
"eslint": "^8.57.0",
|
|
46
47
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
47
48
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
48
|
-
"react": "^
|
|
49
|
-
"react-dom": "^
|
|
49
|
+
"react": "^17.0.2",
|
|
50
|
+
"react-dom": "^17.0.2",
|
|
50
51
|
"typescript": "^5.2.2",
|
|
51
52
|
"vite": "^5.2.0",
|
|
52
53
|
"vite-plugin-dts": "^3.9.1"
|