@milaboratories/miplots4 1.0.130 → 1.0.132

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.
Files changed (75) hide show
  1. package/dist/heatmap/components/Annotations/Annotation.d.ts.map +1 -1
  2. package/dist/heatmap/components/Annotations/Annotation.js +34 -33
  3. package/dist/heatmap/components/Annotations/Annotation.js.map +1 -1
  4. package/dist/heatmap/components/Chart.d.ts.map +1 -1
  5. package/dist/heatmap/components/Chart.js +90 -85
  6. package/dist/heatmap/components/Chart.js.map +1 -1
  7. package/dist/heatmap/components/types.d.ts +2 -1
  8. package/dist/heatmap/components/types.d.ts.map +1 -1
  9. package/dist/scatterplot/ScatterplotSettingsImpl.d.ts +6 -3
  10. package/dist/scatterplot/ScatterplotSettingsImpl.d.ts.map +1 -1
  11. package/dist/scatterplot/ScatterplotSettingsImpl.js +59 -60
  12. package/dist/scatterplot/ScatterplotSettingsImpl.js.map +1 -1
  13. package/dist/scatterplot/components/ChartTooltip.d.ts.map +1 -1
  14. package/dist/scatterplot/components/ChartTooltip.js +42 -40
  15. package/dist/scatterplot/components/ChartTooltip.js.map +1 -1
  16. package/dist/scatterplot/dots.d.ts +2 -1
  17. package/dist/scatterplot/dots.d.ts.map +1 -1
  18. package/dist/scatterplot/dots.js +26 -27
  19. package/dist/scatterplot/dots.js.map +1 -1
  20. package/dist/scatterplot/getLayersData.d.ts.map +1 -1
  21. package/dist/scatterplot/getLayersData.js +15 -12
  22. package/dist/scatterplot/getLayersData.js.map +1 -1
  23. package/dist/scatterplot/index.d.ts.map +1 -1
  24. package/dist/scatterplot/index.js +66 -72
  25. package/dist/scatterplot/index.js.map +1 -1
  26. package/dist/scatterplot/utils/createLegendInfo.d.ts +3 -3
  27. package/dist/scatterplot/utils/createLegendInfo.d.ts.map +1 -1
  28. package/dist/scatterplot/utils/createLegendInfo.js +44 -39
  29. package/dist/scatterplot/utils/createLegendInfo.js.map +1 -1
  30. package/dist/scatterplot/utils/formatColumnValue.d.ts +5 -0
  31. package/dist/scatterplot/utils/formatColumnValue.d.ts.map +1 -0
  32. package/dist/scatterplot/utils/formatColumnValue.js +11 -0
  33. package/dist/scatterplot/utils/formatColumnValue.js.map +1 -0
  34. package/dist/scatterplot/utils/sortDotsByGrouping.d.ts +8 -0
  35. package/dist/scatterplot/utils/sortDotsByGrouping.d.ts.map +1 -0
  36. package/dist/scatterplot/utils/sortDotsByGrouping.js +18 -0
  37. package/dist/scatterplot/utils/sortDotsByGrouping.js.map +1 -0
  38. package/dist/scatterplot-umap/SettingsImpl.d.ts +6 -3
  39. package/dist/scatterplot-umap/SettingsImpl.d.ts.map +1 -1
  40. package/dist/scatterplot-umap/SettingsImpl.js +54 -55
  41. package/dist/scatterplot-umap/SettingsImpl.js.map +1 -1
  42. package/dist/scatterplot-umap/components/LowerSVG.d.ts.map +1 -1
  43. package/dist/scatterplot-umap/components/LowerSVG.js +88 -86
  44. package/dist/scatterplot-umap/components/LowerSVG.js.map +1 -1
  45. package/dist/scatterplot-umap/index.d.ts.map +1 -1
  46. package/dist/scatterplot-umap/index.js +98 -92
  47. package/dist/scatterplot-umap/index.js.map +1 -1
  48. package/dist/types/bubble.d.ts +44 -12
  49. package/dist/types/bubble.d.ts.map +1 -1
  50. package/dist/types/common.d.ts +18 -0
  51. package/dist/types/common.d.ts.map +1 -1
  52. package/dist/types/common.js +2 -0
  53. package/dist/types/common.js.map +1 -1
  54. package/dist/types/dendro.d.ts +111 -8
  55. package/dist/types/dendro.d.ts.map +1 -1
  56. package/dist/types/discrete.d.ts +105 -28
  57. package/dist/types/discrete.d.ts.map +1 -1
  58. package/dist/types/heatmap.d.ts +187 -28
  59. package/dist/types/heatmap.d.ts.map +1 -1
  60. package/dist/types/histogram.d.ts +42 -20
  61. package/dist/types/histogram.d.ts.map +1 -1
  62. package/dist/types/scatterplot-umap.d.ts +259 -71
  63. package/dist/types/scatterplot-umap.d.ts.map +1 -1
  64. package/dist/types/scatterplot-umap.js +22 -16
  65. package/dist/types/scatterplot-umap.js.map +1 -1
  66. package/dist/types/scatterplot.d.ts +273 -71
  67. package/dist/types/scatterplot.d.ts.map +1 -1
  68. package/dist/types/scatterplot.js +16 -10
  69. package/dist/types/scatterplot.js.map +1 -1
  70. package/dist/utils/arraysAreDifferent.d.ts +2 -0
  71. package/dist/utils/arraysAreDifferent.d.ts.map +1 -0
  72. package/dist/utils/arraysAreDifferent.js +7 -0
  73. package/dist/utils/arraysAreDifferent.js.map +1 -0
  74. package/dist/utils/getChartEdgeSides.d.ts +1 -1
  75. package/package.json +1 -1
@@ -9,11 +9,11 @@ export declare const DendroSettingsSchema: z.ZodObject<{
9
9
  }, "strip", z.ZodTypeAny, {
10
10
  name: string;
11
11
  show?: boolean | undefined;
12
- position?: "right" | "left" | "center" | undefined;
12
+ position?: "left" | "center" | "right" | undefined;
13
13
  }, {
14
14
  name: string;
15
15
  show?: boolean | undefined;
16
- position?: "right" | "left" | "center" | undefined;
16
+ position?: "left" | "center" | "right" | undefined;
17
17
  }>;
18
18
  size: z.ZodOptional<z.ZodObject<{
19
19
  width: z.ZodOptional<z.ZodNumber>;
@@ -47,10 +47,10 @@ export declare const DendroSettingsSchema: z.ZodObject<{
47
47
  position: z.ZodOptional<z.ZodEnum<["inside", "right", "top", "bottom"]>>;
48
48
  }, "strip", z.ZodTypeAny, {
49
49
  show?: boolean | undefined;
50
- position?: "right" | "top" | "bottom" | "inside" | undefined;
50
+ position?: "right" | "inside" | "top" | "bottom" | undefined;
51
51
  }, {
52
52
  show?: boolean | undefined;
53
- position?: "right" | "top" | "bottom" | "inside" | undefined;
53
+ position?: "right" | "inside" | "top" | "bottom" | undefined;
54
54
  }>>;
55
55
  facetSettings: z.ZodOptional<z.ZodObject<{
56
56
  nRows: z.ZodOptional<z.ZodNumber>;
@@ -65,128 +65,152 @@ export declare const DendroSettingsSchema: z.ZodObject<{
65
65
  id: z.ZodObject<{
66
66
  type: z.ZodLiteral<"column">;
67
67
  value: z.ZodString;
68
+ format: z.ZodOptional<z.ZodString>;
68
69
  label: z.ZodOptional<z.ZodString>;
69
70
  valueLabels: z.ZodOptional<z.ZodString>;
70
71
  }, "strip", z.ZodTypeAny, {
71
72
  type: "column";
72
73
  value: string;
74
+ format?: string | undefined;
73
75
  label?: string | undefined;
74
76
  valueLabels?: string | undefined;
75
77
  }, {
76
78
  type: "column";
77
79
  value: string;
80
+ format?: string | undefined;
78
81
  label?: string | undefined;
79
82
  valueLabels?: string | undefined;
80
83
  }>;
81
84
  parentId: z.ZodObject<{
82
85
  type: z.ZodLiteral<"column">;
83
86
  value: z.ZodString;
87
+ format: z.ZodOptional<z.ZodString>;
84
88
  label: z.ZodOptional<z.ZodString>;
85
89
  valueLabels: z.ZodOptional<z.ZodString>;
86
90
  }, "strip", z.ZodTypeAny, {
87
91
  type: "column";
88
92
  value: string;
93
+ format?: string | undefined;
89
94
  label?: string | undefined;
90
95
  valueLabels?: string | undefined;
91
96
  }, {
92
97
  type: "column";
93
98
  value: string;
99
+ format?: string | undefined;
94
100
  label?: string | undefined;
95
101
  valueLabels?: string | undefined;
96
102
  }>;
97
103
  height: z.ZodOptional<z.ZodObject<{
98
104
  type: z.ZodLiteral<"column">;
99
105
  value: z.ZodString;
106
+ format: z.ZodOptional<z.ZodString>;
100
107
  label: z.ZodOptional<z.ZodString>;
101
108
  valueLabels: z.ZodOptional<z.ZodString>;
102
109
  }, "strip", z.ZodTypeAny, {
103
110
  type: "column";
104
111
  value: string;
112
+ format?: string | undefined;
105
113
  label?: string | undefined;
106
114
  valueLabels?: string | undefined;
107
115
  }, {
108
116
  type: "column";
109
117
  value: string;
118
+ format?: string | undefined;
110
119
  label?: string | undefined;
111
120
  valueLabels?: string | undefined;
112
121
  }>>;
113
122
  labels: z.ZodOptional<z.ZodObject<{
114
123
  type: z.ZodLiteral<"column">;
115
124
  value: z.ZodString;
125
+ format: z.ZodOptional<z.ZodString>;
116
126
  label: z.ZodOptional<z.ZodString>;
117
127
  valueLabels: z.ZodOptional<z.ZodString>;
118
128
  }, "strip", z.ZodTypeAny, {
119
129
  type: "column";
120
130
  value: string;
131
+ format?: string | undefined;
121
132
  label?: string | undefined;
122
133
  valueLabels?: string | undefined;
123
134
  }, {
124
135
  type: "column";
125
136
  value: string;
137
+ format?: string | undefined;
126
138
  label?: string | undefined;
127
139
  valueLabels?: string | undefined;
128
140
  }>>;
129
141
  facetBy: z.ZodOptional<z.ZodArray<z.ZodObject<{
130
142
  type: z.ZodLiteral<"column">;
131
143
  value: z.ZodString;
144
+ format: z.ZodOptional<z.ZodString>;
132
145
  label: z.ZodOptional<z.ZodString>;
133
146
  valueLabels: z.ZodOptional<z.ZodString>;
134
147
  }, "strip", z.ZodTypeAny, {
135
148
  type: "column";
136
149
  value: string;
150
+ format?: string | undefined;
137
151
  label?: string | undefined;
138
152
  valueLabels?: string | undefined;
139
153
  }, {
140
154
  type: "column";
141
155
  value: string;
156
+ format?: string | undefined;
142
157
  label?: string | undefined;
143
158
  valueLabels?: string | undefined;
144
159
  }>, "many">>;
145
160
  heatmapAnnotation: z.ZodOptional<z.ZodObject<{
146
161
  type: z.ZodLiteral<"column">;
147
162
  value: z.ZodString;
163
+ format: z.ZodOptional<z.ZodString>;
148
164
  label: z.ZodOptional<z.ZodString>;
149
165
  valueLabels: z.ZodOptional<z.ZodString>;
150
166
  }, "strip", z.ZodTypeAny, {
151
167
  type: "column";
152
168
  value: string;
169
+ format?: string | undefined;
153
170
  label?: string | undefined;
154
171
  valueLabels?: string | undefined;
155
172
  }, {
156
173
  type: "column";
157
174
  value: string;
175
+ format?: string | undefined;
158
176
  label?: string | undefined;
159
177
  valueLabels?: string | undefined;
160
178
  }>>;
161
179
  heatmapAxis: z.ZodOptional<z.ZodObject<{
162
180
  type: z.ZodLiteral<"column">;
163
181
  value: z.ZodString;
182
+ format: z.ZodOptional<z.ZodString>;
164
183
  label: z.ZodOptional<z.ZodString>;
165
184
  valueLabels: z.ZodOptional<z.ZodString>;
166
185
  }, "strip", z.ZodTypeAny, {
167
186
  type: "column";
168
187
  value: string;
188
+ format?: string | undefined;
169
189
  label?: string | undefined;
170
190
  valueLabels?: string | undefined;
171
191
  }, {
172
192
  type: "column";
173
193
  value: string;
194
+ format?: string | undefined;
174
195
  label?: string | undefined;
175
196
  valueLabels?: string | undefined;
176
197
  }>>;
177
198
  heatmapGroup: z.ZodOptional<z.ZodArray<z.ZodObject<{
178
199
  type: z.ZodLiteral<"column">;
179
200
  value: z.ZodString;
201
+ format: z.ZodOptional<z.ZodString>;
180
202
  label: z.ZodOptional<z.ZodString>;
181
203
  valueLabels: z.ZodOptional<z.ZodString>;
182
204
  }, "strip", z.ZodTypeAny, {
183
205
  type: "column";
184
206
  value: string;
207
+ format?: string | undefined;
185
208
  label?: string | undefined;
186
209
  valueLabels?: string | undefined;
187
210
  }, {
188
211
  type: "column";
189
212
  value: string;
213
+ format?: string | undefined;
190
214
  label?: string | undefined;
191
215
  valueLabels?: string | undefined;
192
216
  }>, "many">>;
@@ -227,16 +251,19 @@ export declare const DendroSettingsSchema: z.ZodObject<{
227
251
  columnName: z.ZodObject<{
228
252
  type: z.ZodLiteral<"column">;
229
253
  value: z.ZodString;
254
+ format: z.ZodOptional<z.ZodString>;
230
255
  label: z.ZodOptional<z.ZodString>;
231
256
  valueLabels: z.ZodOptional<z.ZodString>;
232
257
  }, "strip", z.ZodTypeAny, {
233
258
  type: "column";
234
259
  value: string;
260
+ format?: string | undefined;
235
261
  label?: string | undefined;
236
262
  valueLabels?: string | undefined;
237
263
  }, {
238
264
  type: "column";
239
265
  value: string;
266
+ format?: string | undefined;
240
267
  label?: string | undefined;
241
268
  valueLabels?: string | undefined;
242
269
  }>;
@@ -245,6 +272,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
245
272
  columnName: {
246
273
  type: "column";
247
274
  value: string;
275
+ format?: string | undefined;
248
276
  label?: string | undefined;
249
277
  valueLabels?: string | undefined;
250
278
  };
@@ -253,6 +281,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
253
281
  columnName: {
254
282
  type: "column";
255
283
  value: string;
284
+ format?: string | undefined;
256
285
  label?: string | undefined;
257
286
  valueLabels?: string | undefined;
258
287
  };
@@ -262,16 +291,19 @@ export declare const DendroSettingsSchema: z.ZodObject<{
262
291
  columnName: z.ZodObject<{
263
292
  type: z.ZodLiteral<"column">;
264
293
  value: z.ZodString;
294
+ format: z.ZodOptional<z.ZodString>;
265
295
  label: z.ZodOptional<z.ZodString>;
266
296
  valueLabels: z.ZodOptional<z.ZodString>;
267
297
  }, "strip", z.ZodTypeAny, {
268
298
  type: "column";
269
299
  value: string;
300
+ format?: string | undefined;
270
301
  label?: string | undefined;
271
302
  valueLabels?: string | undefined;
272
303
  }, {
273
304
  type: "column";
274
305
  value: string;
306
+ format?: string | undefined;
275
307
  label?: string | undefined;
276
308
  valueLabels?: string | undefined;
277
309
  }>;
@@ -280,6 +312,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
280
312
  columnName: {
281
313
  type: "column";
282
314
  value: string;
315
+ format?: string | undefined;
283
316
  label?: string | undefined;
284
317
  valueLabels?: string | undefined;
285
318
  };
@@ -288,6 +321,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
288
321
  columnName: {
289
322
  type: "column";
290
323
  value: string;
324
+ format?: string | undefined;
291
325
  label?: string | undefined;
292
326
  valueLabels?: string | undefined;
293
327
  };
@@ -296,16 +330,19 @@ export declare const DendroSettingsSchema: z.ZodObject<{
296
330
  columnName: z.ZodObject<{
297
331
  type: z.ZodLiteral<"column">;
298
332
  value: z.ZodString;
333
+ format: z.ZodOptional<z.ZodString>;
299
334
  label: z.ZodOptional<z.ZodString>;
300
335
  valueLabels: z.ZodOptional<z.ZodString>;
301
336
  }, "strip", z.ZodTypeAny, {
302
337
  type: "column";
303
338
  value: string;
339
+ format?: string | undefined;
304
340
  label?: string | undefined;
305
341
  valueLabels?: string | undefined;
306
342
  }, {
307
343
  type: "column";
308
344
  value: string;
345
+ format?: string | undefined;
309
346
  label?: string | undefined;
310
347
  valueLabels?: string | undefined;
311
348
  }>;
@@ -316,6 +353,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
316
353
  columnName: {
317
354
  type: "column";
318
355
  value: string;
356
+ format?: string | undefined;
319
357
  label?: string | undefined;
320
358
  valueLabels?: string | undefined;
321
359
  };
@@ -326,6 +364,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
326
364
  columnName: {
327
365
  type: "column";
328
366
  value: string;
367
+ format?: string | undefined;
329
368
  label?: string | undefined;
330
369
  valueLabels?: string | undefined;
331
370
  };
@@ -337,16 +376,19 @@ export declare const DendroSettingsSchema: z.ZodObject<{
337
376
  columnName: z.ZodObject<{
338
377
  type: z.ZodLiteral<"column">;
339
378
  value: z.ZodString;
379
+ format: z.ZodOptional<z.ZodString>;
340
380
  label: z.ZodOptional<z.ZodString>;
341
381
  valueLabels: z.ZodOptional<z.ZodString>;
342
382
  }, "strip", z.ZodTypeAny, {
343
383
  type: "column";
344
384
  value: string;
385
+ format?: string | undefined;
345
386
  label?: string | undefined;
346
387
  valueLabels?: string | undefined;
347
388
  }, {
348
389
  type: "column";
349
390
  value: string;
391
+ format?: string | undefined;
350
392
  label?: string | undefined;
351
393
  valueLabels?: string | undefined;
352
394
  }>;
@@ -355,6 +397,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
355
397
  columnName: {
356
398
  type: "column";
357
399
  value: string;
400
+ format?: string | undefined;
358
401
  label?: string | undefined;
359
402
  valueLabels?: string | undefined;
360
403
  };
@@ -363,6 +406,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
363
406
  columnName: {
364
407
  type: "column";
365
408
  value: string;
409
+ format?: string | undefined;
366
410
  label?: string | undefined;
367
411
  valueLabels?: string | undefined;
368
412
  };
@@ -371,16 +415,19 @@ export declare const DendroSettingsSchema: z.ZodObject<{
371
415
  columnName: z.ZodObject<{
372
416
  type: z.ZodLiteral<"column">;
373
417
  value: z.ZodString;
418
+ format: z.ZodOptional<z.ZodString>;
374
419
  label: z.ZodOptional<z.ZodString>;
375
420
  valueLabels: z.ZodOptional<z.ZodString>;
376
421
  }, "strip", z.ZodTypeAny, {
377
422
  type: "column";
378
423
  value: string;
424
+ format?: string | undefined;
379
425
  label?: string | undefined;
380
426
  valueLabels?: string | undefined;
381
427
  }, {
382
428
  type: "column";
383
429
  value: string;
430
+ format?: string | undefined;
384
431
  label?: string | undefined;
385
432
  valueLabels?: string | undefined;
386
433
  }>;
@@ -391,6 +438,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
391
438
  columnName: {
392
439
  type: "column";
393
440
  value: string;
441
+ format?: string | undefined;
394
442
  label?: string | undefined;
395
443
  valueLabels?: string | undefined;
396
444
  };
@@ -401,6 +449,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
401
449
  columnName: {
402
450
  type: "column";
403
451
  value: string;
452
+ format?: string | undefined;
404
453
  label?: string | undefined;
405
454
  valueLabels?: string | undefined;
406
455
  };
@@ -413,16 +462,19 @@ export declare const DendroSettingsSchema: z.ZodObject<{
413
462
  columnName: z.ZodObject<{
414
463
  type: z.ZodLiteral<"column">;
415
464
  value: z.ZodString;
465
+ format: z.ZodOptional<z.ZodString>;
416
466
  label: z.ZodOptional<z.ZodString>;
417
467
  valueLabels: z.ZodOptional<z.ZodString>;
418
468
  }, "strip", z.ZodTypeAny, {
419
469
  type: "column";
420
470
  value: string;
471
+ format?: string | undefined;
421
472
  label?: string | undefined;
422
473
  valueLabels?: string | undefined;
423
474
  }, {
424
475
  type: "column";
425
476
  value: string;
477
+ format?: string | undefined;
426
478
  label?: string | undefined;
427
479
  valueLabels?: string | undefined;
428
480
  }>;
@@ -431,6 +483,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
431
483
  columnName: {
432
484
  type: "column";
433
485
  value: string;
486
+ format?: string | undefined;
434
487
  label?: string | undefined;
435
488
  valueLabels?: string | undefined;
436
489
  };
@@ -439,6 +492,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
439
492
  columnName: {
440
493
  type: "column";
441
494
  value: string;
495
+ format?: string | undefined;
442
496
  label?: string | undefined;
443
497
  valueLabels?: string | undefined;
444
498
  };
@@ -447,16 +501,19 @@ export declare const DendroSettingsSchema: z.ZodObject<{
447
501
  columnName: z.ZodObject<{
448
502
  type: z.ZodLiteral<"column">;
449
503
  value: z.ZodString;
504
+ format: z.ZodOptional<z.ZodString>;
450
505
  label: z.ZodOptional<z.ZodString>;
451
506
  valueLabels: z.ZodOptional<z.ZodString>;
452
507
  }, "strip", z.ZodTypeAny, {
453
508
  type: "column";
454
509
  value: string;
510
+ format?: string | undefined;
455
511
  label?: string | undefined;
456
512
  valueLabels?: string | undefined;
457
513
  }, {
458
514
  type: "column";
459
515
  value: string;
516
+ format?: string | undefined;
460
517
  label?: string | undefined;
461
518
  valueLabels?: string | undefined;
462
519
  }>;
@@ -467,6 +524,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
467
524
  columnName: {
468
525
  type: "column";
469
526
  value: string;
527
+ format?: string | undefined;
470
528
  label?: string | undefined;
471
529
  valueLabels?: string | undefined;
472
530
  };
@@ -477,6 +535,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
477
535
  columnName: {
478
536
  type: "column";
479
537
  value: string;
538
+ format?: string | undefined;
480
539
  label?: string | undefined;
481
540
  valueLabels?: string | undefined;
482
541
  };
@@ -490,6 +549,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
490
549
  columnName: {
491
550
  type: "column";
492
551
  value: string;
552
+ format?: string | undefined;
493
553
  label?: string | undefined;
494
554
  valueLabels?: string | undefined;
495
555
  };
@@ -500,6 +560,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
500
560
  columnName: {
501
561
  type: "column";
502
562
  value: string;
563
+ format?: string | undefined;
503
564
  label?: string | undefined;
504
565
  valueLabels?: string | undefined;
505
566
  };
@@ -509,6 +570,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
509
570
  columnName: {
510
571
  type: "column";
511
572
  value: string;
573
+ format?: string | undefined;
512
574
  label?: string | undefined;
513
575
  valueLabels?: string | undefined;
514
576
  };
@@ -518,6 +580,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
518
580
  columnName: {
519
581
  type: "column";
520
582
  value: string;
583
+ format?: string | undefined;
521
584
  label?: string | undefined;
522
585
  valueLabels?: string | undefined;
523
586
  };
@@ -528,6 +591,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
528
591
  columnName: {
529
592
  type: "column";
530
593
  value: string;
594
+ format?: string | undefined;
531
595
  label?: string | undefined;
532
596
  valueLabels?: string | undefined;
533
597
  };
@@ -537,6 +601,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
537
601
  columnName: {
538
602
  type: "column";
539
603
  value: string;
604
+ format?: string | undefined;
540
605
  label?: string | undefined;
541
606
  valueLabels?: string | undefined;
542
607
  };
@@ -547,6 +612,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
547
612
  columnName: {
548
613
  type: "column";
549
614
  value: string;
615
+ format?: string | undefined;
550
616
  label?: string | undefined;
551
617
  valueLabels?: string | undefined;
552
618
  };
@@ -558,6 +624,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
558
624
  columnName: {
559
625
  type: "column";
560
626
  value: string;
627
+ format?: string | undefined;
561
628
  label?: string | undefined;
562
629
  valueLabels?: string | undefined;
563
630
  };
@@ -568,6 +635,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
568
635
  columnName: {
569
636
  type: "column";
570
637
  value: string;
638
+ format?: string | undefined;
571
639
  label?: string | undefined;
572
640
  valueLabels?: string | undefined;
573
641
  };
@@ -577,6 +645,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
577
645
  columnName: {
578
646
  type: "column";
579
647
  value: string;
648
+ format?: string | undefined;
580
649
  label?: string | undefined;
581
650
  valueLabels?: string | undefined;
582
651
  };
@@ -586,6 +655,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
586
655
  columnName: {
587
656
  type: "column";
588
657
  value: string;
658
+ format?: string | undefined;
589
659
  label?: string | undefined;
590
660
  valueLabels?: string | undefined;
591
661
  };
@@ -596,6 +666,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
596
666
  columnName: {
597
667
  type: "column";
598
668
  value: string;
669
+ format?: string | undefined;
599
670
  label?: string | undefined;
600
671
  valueLabels?: string | undefined;
601
672
  };
@@ -605,6 +676,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
605
676
  columnName: {
606
677
  type: "column";
607
678
  value: string;
679
+ format?: string | undefined;
608
680
  label?: string | undefined;
609
681
  valueLabels?: string | undefined;
610
682
  };
@@ -615,6 +687,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
615
687
  columnName: {
616
688
  type: "column";
617
689
  value: string;
690
+ format?: string | undefined;
618
691
  label?: string | undefined;
619
692
  valueLabels?: string | undefined;
620
693
  };
@@ -626,17 +699,19 @@ export declare const DendroSettingsSchema: z.ZodObject<{
626
699
  title: {
627
700
  name: string;
628
701
  show?: boolean | undefined;
629
- position?: "right" | "left" | "center" | undefined;
702
+ position?: "left" | "center" | "right" | undefined;
630
703
  };
631
704
  id: {
632
705
  type: "column";
633
706
  value: string;
707
+ format?: string | undefined;
634
708
  label?: string | undefined;
635
709
  valueLabels?: string | undefined;
636
710
  };
637
711
  parentId: {
638
712
  type: "column";
639
713
  value: string;
714
+ format?: string | undefined;
640
715
  label?: string | undefined;
641
716
  valueLabels?: string | undefined;
642
717
  };
@@ -655,6 +730,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
655
730
  columnName: {
656
731
  type: "column";
657
732
  value: string;
733
+ format?: string | undefined;
658
734
  label?: string | undefined;
659
735
  valueLabels?: string | undefined;
660
736
  };
@@ -665,6 +741,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
665
741
  columnName: {
666
742
  type: "column";
667
743
  value: string;
744
+ format?: string | undefined;
668
745
  label?: string | undefined;
669
746
  valueLabels?: string | undefined;
670
747
  };
@@ -674,6 +751,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
674
751
  columnName: {
675
752
  type: "column";
676
753
  value: string;
754
+ format?: string | undefined;
677
755
  label?: string | undefined;
678
756
  valueLabels?: string | undefined;
679
757
  };
@@ -683,6 +761,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
683
761
  columnName: {
684
762
  type: "column";
685
763
  value: string;
764
+ format?: string | undefined;
686
765
  label?: string | undefined;
687
766
  valueLabels?: string | undefined;
688
767
  };
@@ -693,6 +772,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
693
772
  columnName: {
694
773
  type: "column";
695
774
  value: string;
775
+ format?: string | undefined;
696
776
  label?: string | undefined;
697
777
  valueLabels?: string | undefined;
698
778
  };
@@ -702,6 +782,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
702
782
  columnName: {
703
783
  type: "column";
704
784
  value: string;
785
+ format?: string | undefined;
705
786
  label?: string | undefined;
706
787
  valueLabels?: string | undefined;
707
788
  };
@@ -712,6 +793,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
712
793
  columnName: {
713
794
  type: "column";
714
795
  value: string;
796
+ format?: string | undefined;
715
797
  label?: string | undefined;
716
798
  valueLabels?: string | undefined;
717
799
  };
@@ -721,12 +803,13 @@ export declare const DendroSettingsSchema: z.ZodObject<{
721
803
  height?: {
722
804
  type: "column";
723
805
  value: string;
806
+ format?: string | undefined;
724
807
  label?: string | undefined;
725
808
  valueLabels?: string | undefined;
726
809
  } | undefined;
727
810
  legend?: {
728
811
  show?: boolean | undefined;
729
- position?: "right" | "top" | "bottom" | "inside" | undefined;
812
+ position?: "right" | "inside" | "top" | "bottom" | undefined;
730
813
  } | undefined;
731
814
  facetSettings?: {
732
815
  nRows?: number | undefined;
@@ -735,6 +818,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
735
818
  facetBy?: {
736
819
  type: "column";
737
820
  value: string;
821
+ format?: string | undefined;
738
822
  label?: string | undefined;
739
823
  valueLabels?: string | undefined;
740
824
  }[] | undefined;
@@ -745,24 +829,28 @@ export declare const DendroSettingsSchema: z.ZodObject<{
745
829
  labels?: {
746
830
  type: "column";
747
831
  value: string;
832
+ format?: string | undefined;
748
833
  label?: string | undefined;
749
834
  valueLabels?: string | undefined;
750
835
  } | undefined;
751
836
  heatmapAnnotation?: {
752
837
  type: "column";
753
838
  value: string;
839
+ format?: string | undefined;
754
840
  label?: string | undefined;
755
841
  valueLabels?: string | undefined;
756
842
  } | undefined;
757
843
  heatmapAxis?: {
758
844
  type: "column";
759
845
  value: string;
846
+ format?: string | undefined;
760
847
  label?: string | undefined;
761
848
  valueLabels?: string | undefined;
762
849
  } | undefined;
763
850
  heatmapGroup?: {
764
851
  type: "column";
765
852
  value: string;
853
+ format?: string | undefined;
766
854
  label?: string | undefined;
767
855
  valueLabels?: string | undefined;
768
856
  }[] | undefined;
@@ -783,17 +871,19 @@ export declare const DendroSettingsSchema: z.ZodObject<{
783
871
  title: {
784
872
  name: string;
785
873
  show?: boolean | undefined;
786
- position?: "right" | "left" | "center" | undefined;
874
+ position?: "left" | "center" | "right" | undefined;
787
875
  };
788
876
  id: {
789
877
  type: "column";
790
878
  value: string;
879
+ format?: string | undefined;
791
880
  label?: string | undefined;
792
881
  valueLabels?: string | undefined;
793
882
  };
794
883
  parentId: {
795
884
  type: "column";
796
885
  value: string;
886
+ format?: string | undefined;
797
887
  label?: string | undefined;
798
888
  valueLabels?: string | undefined;
799
889
  };
@@ -812,6 +902,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
812
902
  columnName: {
813
903
  type: "column";
814
904
  value: string;
905
+ format?: string | undefined;
815
906
  label?: string | undefined;
816
907
  valueLabels?: string | undefined;
817
908
  };
@@ -822,6 +913,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
822
913
  columnName: {
823
914
  type: "column";
824
915
  value: string;
916
+ format?: string | undefined;
825
917
  label?: string | undefined;
826
918
  valueLabels?: string | undefined;
827
919
  };
@@ -831,6 +923,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
831
923
  columnName: {
832
924
  type: "column";
833
925
  value: string;
926
+ format?: string | undefined;
834
927
  label?: string | undefined;
835
928
  valueLabels?: string | undefined;
836
929
  };
@@ -840,6 +933,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
840
933
  columnName: {
841
934
  type: "column";
842
935
  value: string;
936
+ format?: string | undefined;
843
937
  label?: string | undefined;
844
938
  valueLabels?: string | undefined;
845
939
  };
@@ -850,6 +944,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
850
944
  columnName: {
851
945
  type: "column";
852
946
  value: string;
947
+ format?: string | undefined;
853
948
  label?: string | undefined;
854
949
  valueLabels?: string | undefined;
855
950
  };
@@ -859,6 +954,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
859
954
  columnName: {
860
955
  type: "column";
861
956
  value: string;
957
+ format?: string | undefined;
862
958
  label?: string | undefined;
863
959
  valueLabels?: string | undefined;
864
960
  };
@@ -869,6 +965,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
869
965
  columnName: {
870
966
  type: "column";
871
967
  value: string;
968
+ format?: string | undefined;
872
969
  label?: string | undefined;
873
970
  valueLabels?: string | undefined;
874
971
  };
@@ -878,12 +975,13 @@ export declare const DendroSettingsSchema: z.ZodObject<{
878
975
  height?: {
879
976
  type: "column";
880
977
  value: string;
978
+ format?: string | undefined;
881
979
  label?: string | undefined;
882
980
  valueLabels?: string | undefined;
883
981
  } | undefined;
884
982
  legend?: {
885
983
  show?: boolean | undefined;
886
- position?: "right" | "top" | "bottom" | "inside" | undefined;
984
+ position?: "right" | "inside" | "top" | "bottom" | undefined;
887
985
  } | undefined;
888
986
  facetSettings?: {
889
987
  nRows?: number | undefined;
@@ -892,6 +990,7 @@ export declare const DendroSettingsSchema: z.ZodObject<{
892
990
  facetBy?: {
893
991
  type: "column";
894
992
  value: string;
993
+ format?: string | undefined;
895
994
  label?: string | undefined;
896
995
  valueLabels?: string | undefined;
897
996
  }[] | undefined;
@@ -902,24 +1001,28 @@ export declare const DendroSettingsSchema: z.ZodObject<{
902
1001
  labels?: {
903
1002
  type: "column";
904
1003
  value: string;
1004
+ format?: string | undefined;
905
1005
  label?: string | undefined;
906
1006
  valueLabels?: string | undefined;
907
1007
  } | undefined;
908
1008
  heatmapAnnotation?: {
909
1009
  type: "column";
910
1010
  value: string;
1011
+ format?: string | undefined;
911
1012
  label?: string | undefined;
912
1013
  valueLabels?: string | undefined;
913
1014
  } | undefined;
914
1015
  heatmapAxis?: {
915
1016
  type: "column";
916
1017
  value: string;
1018
+ format?: string | undefined;
917
1019
  label?: string | undefined;
918
1020
  valueLabels?: string | undefined;
919
1021
  } | undefined;
920
1022
  heatmapGroup?: {
921
1023
  type: "column";
922
1024
  value: string;
1025
+ format?: string | undefined;
923
1026
  label?: string | undefined;
924
1027
  valueLabels?: string | undefined;
925
1028
  }[] | undefined;