File tree Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ import * as MathF from "../logic/mathFunc.ts";
14
14
import { PlotHtmlTable } from "../ui/PlotHtmlTable.tsx" ;
15
15
import generTable1 from "../data/generTable1.ts" ;
16
16
17
+
18
+ import { defaultOrderingTable1 } from "../config/default.ts" ;
19
+
20
+
17
21
type StatePlotMap = Map < string , ( number | boolean ) [ ] > ;
18
22
19
23
//const resultM = signal<ExcelResults>(new Map<string, ExcelNestedN>());
@@ -162,28 +166,7 @@ export function App() {
162
166
//" ",
163
167
[ "=||" , 20 ] ,
164
168
] ) }
165
- defaultValues = { [
166
- "ki" ,
167
- "mi" ,
168
- "li" ,
169
- "i" ,
170
- "hi" ,
171
- "kiA" ,
172
- "kiZ" ,
173
- "=||" ,
174
- "h" ,
175
- "hA" ,
176
- "hZ" ,
177
- "hAZ" ,
178
- "=||" ,
179
- "kjZ" ,
180
- "kjA" ,
181
- "hj" ,
182
- "j" ,
183
- "lj" ,
184
- "wj" ,
185
- "kj" ,
186
- ] }
169
+ defaultValues = { defaultOrderingTable1 }
187
170
values = { plotSet . value }
188
171
titleAvailable = "Dostępne:"
189
172
titleSelected = "Wybrane:"
You can’t perform that action at this time.
0 commit comments