@milaboratories/miplots4 1.0.151 → 1.0.152

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 (95) hide show
  1. package/dist/bubble/BubbleSettingsImpl.d.ts +9 -1
  2. package/dist/bubble/BubbleSettingsImpl.d.ts.map +1 -1
  3. package/dist/bubble/BubbleSettingsImpl.js +25 -16
  4. package/dist/bubble/BubbleSettingsImpl.js.map +1 -1
  5. package/dist/bubble/ChartRenderer.d.ts +15 -5
  6. package/dist/bubble/ChartRenderer.d.ts.map +1 -1
  7. package/dist/bubble/ChartRenderer.js +146 -146
  8. package/dist/bubble/ChartRenderer.js.map +1 -1
  9. package/dist/bubble/components/Chart.d.ts +5 -5
  10. package/dist/bubble/components/Chart.d.ts.map +1 -1
  11. package/dist/bubble/components/Chart.js +46 -46
  12. package/dist/bubble/components/Chart.js.map +1 -1
  13. package/dist/bubble/components/ChartsGroup.d.ts +4 -4
  14. package/dist/bubble/components/ChartsGroup.d.ts.map +1 -1
  15. package/dist/bubble/components/ChartsGroup.js.map +1 -1
  16. package/dist/bubble/getCellTooltip.d.ts +2 -2
  17. package/dist/bubble/getCellTooltip.d.ts.map +1 -1
  18. package/dist/bubble/getCellTooltip.js +17 -17
  19. package/dist/bubble/getCellTooltip.js.map +1 -1
  20. package/dist/bubble/getGroupedCellsData.d.ts +7 -29
  21. package/dist/bubble/getGroupedCellsData.d.ts.map +1 -1
  22. package/dist/bubble/getGroupedCellsData.js +49 -83
  23. package/dist/bubble/getGroupedCellsData.js.map +1 -1
  24. package/dist/bubble/index.d.ts +2 -2
  25. package/dist/bubble/index.d.ts.map +1 -1
  26. package/dist/bubble/index.js +54 -37
  27. package/dist/bubble/index.js.map +1 -1
  28. package/dist/bubble/utils/calculateCaptionTails.d.ts +2 -2
  29. package/dist/bubble/utils/calculateCaptionTails.d.ts.map +1 -1
  30. package/dist/bubble/utils/calculateCaptionTails.js.map +1 -1
  31. package/dist/heatmap/ChartRenderer.d.ts +7 -7
  32. package/dist/heatmap/ChartRenderer.d.ts.map +1 -1
  33. package/dist/heatmap/ChartRenderer.js +2 -2
  34. package/dist/heatmap/ChartRenderer.js.map +1 -1
  35. package/dist/heatmap/components/Annotations/Annotation.d.ts +4 -4
  36. package/dist/heatmap/components/Annotations/Annotation.d.ts.map +1 -1
  37. package/dist/heatmap/components/Annotations/Annotation.js.map +1 -1
  38. package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts +2 -2
  39. package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.d.ts.map +1 -1
  40. package/dist/heatmap/components/Annotations/AnnotationCellsCanvas.js.map +1 -1
  41. package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts +2 -2
  42. package/dist/heatmap/components/Annotations/AnnotationCellsSvg.d.ts.map +1 -1
  43. package/dist/heatmap/components/Annotations/AnnotationCellsSvg.js.map +1 -1
  44. package/dist/heatmap/components/Annotations/index.d.ts +5 -5
  45. package/dist/heatmap/components/Annotations/index.d.ts.map +1 -1
  46. package/dist/heatmap/components/Annotations/index.js.map +1 -1
  47. package/dist/heatmap/components/CanvasCells.d.ts +3 -3
  48. package/dist/heatmap/components/CanvasCells.d.ts.map +1 -1
  49. package/dist/heatmap/components/CanvasCells.js +18 -18
  50. package/dist/heatmap/components/CanvasCells.js.map +1 -1
  51. package/dist/heatmap/components/Chart.d.ts +6 -6
  52. package/dist/heatmap/components/Chart.d.ts.map +1 -1
  53. package/dist/heatmap/components/Chart.js +63 -63
  54. package/dist/heatmap/components/Chart.js.map +1 -1
  55. package/dist/heatmap/components/ChartsGroup.d.ts +3 -3
  56. package/dist/heatmap/components/ChartsGroup.d.ts.map +1 -1
  57. package/dist/heatmap/components/ChartsGroup.js.map +1 -1
  58. package/dist/heatmap/components/SvgCells.d.ts +3 -3
  59. package/dist/heatmap/components/SvgCells.d.ts.map +1 -1
  60. package/dist/heatmap/components/SvgCells.js +18 -18
  61. package/dist/heatmap/components/SvgCells.js.map +1 -1
  62. package/dist/heatmap/components/tooltipUtils.d.ts +5 -5
  63. package/dist/heatmap/components/tooltipUtils.d.ts.map +1 -1
  64. package/dist/heatmap/components/tooltipUtils.js +7 -7
  65. package/dist/heatmap/components/tooltipUtils.js.map +1 -1
  66. package/dist/heatmap/fillCellsData.d.ts +45 -0
  67. package/dist/heatmap/fillCellsData.d.ts.map +1 -0
  68. package/dist/heatmap/fillCellsData.js +244 -0
  69. package/dist/heatmap/fillCellsData.js.map +1 -0
  70. package/dist/heatmap/getCells.d.ts +5 -37
  71. package/dist/heatmap/getCells.d.ts.map +1 -1
  72. package/dist/heatmap/getCells.js +28 -214
  73. package/dist/heatmap/getCells.js.map +1 -1
  74. package/dist/heatmap/getDendrograms.d.ts +2 -2
  75. package/dist/heatmap/getDendrograms.d.ts.map +1 -1
  76. package/dist/heatmap/getDendrograms.js +19 -19
  77. package/dist/heatmap/getDendrograms.js.map +1 -1
  78. package/dist/heatmap/index.d.ts +2 -2
  79. package/dist/heatmap/index.d.ts.map +1 -1
  80. package/dist/heatmap/index.js +7 -7
  81. package/dist/heatmap/index.js.map +1 -1
  82. package/dist/heatmap/utils/calculateCaptionTails.d.ts +2 -2
  83. package/dist/heatmap/utils/calculateCaptionTails.d.ts.map +1 -1
  84. package/dist/heatmap/utils/calculateCaptionTails.js.map +1 -1
  85. package/dist/types/bubble.d.ts +92 -0
  86. package/dist/types/bubble.d.ts.map +1 -1
  87. package/dist/types/bubble.js +16 -5
  88. package/dist/types/bubble.js.map +1 -1
  89. package/dist/types/discrete.d.ts +24 -24
  90. package/dist/types/heatmap.d.ts +18 -18
  91. package/dist/utils/getFacetOrGroupKey.d.ts +2 -0
  92. package/dist/utils/getFacetOrGroupKey.d.ts.map +1 -0
  93. package/dist/utils/getFacetOrGroupKey.js +7 -0
  94. package/dist/utils/getFacetOrGroupKey.js.map +1 -0
  95. package/package.json +1 -1
@@ -648,7 +648,7 @@ declare const BarLayerSchema: z.ZodObject<{
648
648
  type: "primaryGrouping" | "secondaryGrouping";
649
649
  } | undefined;
650
650
  } | undefined;
651
- height?: "mean" | "median" | "min" | "max" | undefined;
651
+ height?: "min" | "max" | "mean" | "median" | undefined;
652
652
  }, {
653
653
  type: "bar";
654
654
  aes?: {
@@ -662,7 +662,7 @@ declare const BarLayerSchema: z.ZodObject<{
662
662
  type: "primaryGrouping" | "secondaryGrouping";
663
663
  } | undefined;
664
664
  } | undefined;
665
- height?: "mean" | "median" | "min" | "max" | undefined;
665
+ height?: "min" | "max" | "mean" | "median" | undefined;
666
666
  }>;
667
667
  export type BarLayer = z.infer<typeof BarLayerSchema>;
668
668
  declare const StackedBarLayerSchema: z.ZodObject<{
@@ -721,7 +721,7 @@ declare const StackedBarLayerSchema: z.ZodObject<{
721
721
  type: "primaryGrouping" | "secondaryGrouping";
722
722
  } | undefined;
723
723
  } | undefined;
724
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
724
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
725
725
  normalize?: boolean | undefined;
726
726
  }, {
727
727
  type: "stackedBar";
@@ -736,7 +736,7 @@ declare const StackedBarLayerSchema: z.ZodObject<{
736
736
  type: "primaryGrouping" | "secondaryGrouping";
737
737
  } | undefined;
738
738
  } | undefined;
739
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
739
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
740
740
  normalize?: boolean | undefined;
741
741
  }>;
742
742
  export type StackedBarLayer = z.infer<typeof StackedBarLayerSchema>;
@@ -1144,7 +1144,7 @@ declare const StackedAreaLayerSchema: z.ZodObject<{
1144
1144
  barsOpacity?: number | undefined;
1145
1145
  areaOpacity?: number | undefined;
1146
1146
  } | undefined;
1147
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
1147
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
1148
1148
  normalize?: boolean | undefined;
1149
1149
  showBars?: boolean | undefined;
1150
1150
  }, {
@@ -1161,7 +1161,7 @@ declare const StackedAreaLayerSchema: z.ZodObject<{
1161
1161
  barsOpacity?: number | undefined;
1162
1162
  areaOpacity?: number | undefined;
1163
1163
  } | undefined;
1164
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
1164
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
1165
1165
  normalize?: boolean | undefined;
1166
1166
  showBars?: boolean | undefined;
1167
1167
  }>;
@@ -1867,7 +1867,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
1867
1867
  type: "primaryGrouping" | "secondaryGrouping";
1868
1868
  } | undefined;
1869
1869
  } | undefined;
1870
- height?: "mean" | "median" | "min" | "max" | undefined;
1870
+ height?: "min" | "max" | "mean" | "median" | undefined;
1871
1871
  }, {
1872
1872
  type: "bar";
1873
1873
  aes?: {
@@ -1881,7 +1881,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
1881
1881
  type: "primaryGrouping" | "secondaryGrouping";
1882
1882
  } | undefined;
1883
1883
  } | undefined;
1884
- height?: "mean" | "median" | "min" | "max" | undefined;
1884
+ height?: "min" | "max" | "mean" | "median" | undefined;
1885
1885
  }>, z.ZodObject<{
1886
1886
  type: z.ZodLiteral<"stackedBar">;
1887
1887
  normalize: z.ZodOptional<z.ZodBoolean>;
@@ -1938,7 +1938,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
1938
1938
  type: "primaryGrouping" | "secondaryGrouping";
1939
1939
  } | undefined;
1940
1940
  } | undefined;
1941
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
1941
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
1942
1942
  normalize?: boolean | undefined;
1943
1943
  }, {
1944
1944
  type: "stackedBar";
@@ -1953,7 +1953,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
1953
1953
  type: "primaryGrouping" | "secondaryGrouping";
1954
1954
  } | undefined;
1955
1955
  } | undefined;
1956
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
1956
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
1957
1957
  normalize?: boolean | undefined;
1958
1958
  }>, z.ZodObject<{
1959
1959
  type: z.ZodLiteral<"binnedDots">;
@@ -2351,7 +2351,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
2351
2351
  barsOpacity?: number | undefined;
2352
2352
  areaOpacity?: number | undefined;
2353
2353
  } | undefined;
2354
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
2354
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
2355
2355
  normalize?: boolean | undefined;
2356
2356
  showBars?: boolean | undefined;
2357
2357
  }, {
@@ -2368,7 +2368,7 @@ declare const DiscreteLayerSchema: z.ZodUnion<[z.ZodObject<{
2368
2368
  barsOpacity?: number | undefined;
2369
2369
  areaOpacity?: number | undefined;
2370
2370
  } | undefined;
2371
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
2371
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
2372
2372
  normalize?: boolean | undefined;
2373
2373
  showBars?: boolean | undefined;
2374
2374
  }>, z.ZodObject<{
@@ -3615,7 +3615,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
3615
3615
  type: "primaryGrouping" | "secondaryGrouping";
3616
3616
  } | undefined;
3617
3617
  } | undefined;
3618
- height?: "mean" | "median" | "min" | "max" | undefined;
3618
+ height?: "min" | "max" | "mean" | "median" | undefined;
3619
3619
  }, {
3620
3620
  type: "bar";
3621
3621
  aes?: {
@@ -3629,7 +3629,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
3629
3629
  type: "primaryGrouping" | "secondaryGrouping";
3630
3630
  } | undefined;
3631
3631
  } | undefined;
3632
- height?: "mean" | "median" | "min" | "max" | undefined;
3632
+ height?: "min" | "max" | "mean" | "median" | undefined;
3633
3633
  }>, z.ZodObject<{
3634
3634
  type: z.ZodLiteral<"stackedBar">;
3635
3635
  normalize: z.ZodOptional<z.ZodBoolean>;
@@ -3686,7 +3686,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
3686
3686
  type: "primaryGrouping" | "secondaryGrouping";
3687
3687
  } | undefined;
3688
3688
  } | undefined;
3689
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
3689
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
3690
3690
  normalize?: boolean | undefined;
3691
3691
  }, {
3692
3692
  type: "stackedBar";
@@ -3701,7 +3701,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
3701
3701
  type: "primaryGrouping" | "secondaryGrouping";
3702
3702
  } | undefined;
3703
3703
  } | undefined;
3704
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
3704
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
3705
3705
  normalize?: boolean | undefined;
3706
3706
  }>, z.ZodObject<{
3707
3707
  type: z.ZodLiteral<"binnedDots">;
@@ -4099,7 +4099,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
4099
4099
  barsOpacity?: number | undefined;
4100
4100
  areaOpacity?: number | undefined;
4101
4101
  } | undefined;
4102
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
4102
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
4103
4103
  normalize?: boolean | undefined;
4104
4104
  showBars?: boolean | undefined;
4105
4105
  }, {
@@ -4116,7 +4116,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
4116
4116
  barsOpacity?: number | undefined;
4117
4117
  areaOpacity?: number | undefined;
4118
4118
  } | undefined;
4119
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
4119
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
4120
4120
  normalize?: boolean | undefined;
4121
4121
  showBars?: boolean | undefined;
4122
4122
  }>, z.ZodObject<{
@@ -4307,7 +4307,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
4307
4307
  type: "primaryGrouping" | "secondaryGrouping";
4308
4308
  } | undefined;
4309
4309
  } | undefined;
4310
- height?: "mean" | "median" | "min" | "max" | undefined;
4310
+ height?: "min" | "max" | "mean" | "median" | undefined;
4311
4311
  } | {
4312
4312
  type: "stackedBar";
4313
4313
  aes?: {
@@ -4321,7 +4321,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
4321
4321
  type: "primaryGrouping" | "secondaryGrouping";
4322
4322
  } | undefined;
4323
4323
  } | undefined;
4324
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
4324
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
4325
4325
  normalize?: boolean | undefined;
4326
4326
  } | {
4327
4327
  type: "binnedDots";
@@ -4406,7 +4406,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
4406
4406
  barsOpacity?: number | undefined;
4407
4407
  areaOpacity?: number | undefined;
4408
4408
  } | undefined;
4409
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
4409
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
4410
4410
  normalize?: boolean | undefined;
4411
4411
  showBars?: boolean | undefined;
4412
4412
  } | {
@@ -4704,7 +4704,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
4704
4704
  type: "primaryGrouping" | "secondaryGrouping";
4705
4705
  } | undefined;
4706
4706
  } | undefined;
4707
- height?: "mean" | "median" | "min" | "max" | undefined;
4707
+ height?: "min" | "max" | "mean" | "median" | undefined;
4708
4708
  } | {
4709
4709
  type: "stackedBar";
4710
4710
  aes?: {
@@ -4718,7 +4718,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
4718
4718
  type: "primaryGrouping" | "secondaryGrouping";
4719
4719
  } | undefined;
4720
4720
  } | undefined;
4721
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
4721
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
4722
4722
  normalize?: boolean | undefined;
4723
4723
  } | {
4724
4724
  type: "binnedDots";
@@ -4803,7 +4803,7 @@ export declare const DiscreteSettingsSchema: z.ZodObject<{
4803
4803
  barsOpacity?: number | undefined;
4804
4804
  areaOpacity?: number | undefined;
4805
4805
  } | undefined;
4806
- height?: "mean" | "median" | "min" | "max" | "sum" | undefined;
4806
+ height?: "min" | "max" | "mean" | "median" | "sum" | undefined;
4807
4807
  normalize?: boolean | undefined;
4808
4808
  showBars?: boolean | undefined;
4809
4809
  } | {
@@ -318,11 +318,11 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
318
318
  }, "strip", z.ZodTypeAny, {
319
319
  x?: boolean | undefined;
320
320
  y?: boolean | undefined;
321
- method?: "mean" | "median" | "min" | "max" | undefined;
321
+ method?: "min" | "max" | "mean" | "median" | undefined;
322
322
  }, {
323
323
  x?: boolean | undefined;
324
324
  y?: boolean | undefined;
325
- method?: "mean" | "median" | "min" | "max" | undefined;
325
+ method?: "min" | "max" | "mean" | "median" | undefined;
326
326
  }>>;
327
327
  annotations: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
328
328
  valueColumn: z.ZodObject<{
@@ -1228,13 +1228,6 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1228
1228
  label?: string | undefined;
1229
1229
  valueLabels?: string | undefined;
1230
1230
  }[] | undefined;
1231
- normalization?: {
1232
- direction: "column" | "row";
1233
- method: "standardScaling" | "meanNormalization";
1234
- colorRange?: number[] | undefined;
1235
- } | undefined;
1236
- NAValueAs?: number | null | undefined;
1237
- valueType?: "continuous" | "discrete" | undefined;
1238
1231
  xGroupBy?: {
1239
1232
  type: "column";
1240
1233
  value: string;
@@ -1250,11 +1243,18 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1250
1243
  valueLabels?: string | undefined;
1251
1244
  }[] | undefined;
1252
1245
  keysOrder?: Record<string, string[]> | undefined;
1246
+ normalization?: {
1247
+ direction: "column" | "row";
1248
+ method: "standardScaling" | "meanNormalization";
1249
+ colorRange?: number[] | undefined;
1250
+ } | undefined;
1253
1251
  aggregation?: {
1254
1252
  x?: boolean | undefined;
1255
1253
  y?: boolean | undefined;
1256
- method?: "mean" | "median" | "min" | "max" | undefined;
1254
+ method?: "min" | "max" | "mean" | "median" | undefined;
1257
1255
  } | undefined;
1256
+ NAValueAs?: number | null | undefined;
1257
+ valueType?: "continuous" | "discrete" | undefined;
1258
1258
  annotations?: ({
1259
1259
  type: "continuous" | "discrete";
1260
1260
  valueColumn: {
@@ -1502,13 +1502,6 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1502
1502
  label?: string | undefined;
1503
1503
  valueLabels?: string | undefined;
1504
1504
  }[] | undefined;
1505
- normalization?: {
1506
- direction: "column" | "row";
1507
- method: "standardScaling" | "meanNormalization";
1508
- colorRange?: number[] | undefined;
1509
- } | undefined;
1510
- NAValueAs?: number | null | undefined;
1511
- valueType?: "continuous" | "discrete" | undefined;
1512
1505
  xGroupBy?: {
1513
1506
  type: "column";
1514
1507
  value: string;
@@ -1524,11 +1517,18 @@ export declare const HeatmapSettingsSchema: z.ZodObject<{
1524
1517
  valueLabels?: string | undefined;
1525
1518
  }[] | undefined;
1526
1519
  keysOrder?: Record<string, string[]> | undefined;
1520
+ normalization?: {
1521
+ direction: "column" | "row";
1522
+ method: "standardScaling" | "meanNormalization";
1523
+ colorRange?: number[] | undefined;
1524
+ } | undefined;
1527
1525
  aggregation?: {
1528
1526
  x?: boolean | undefined;
1529
1527
  y?: boolean | undefined;
1530
- method?: "mean" | "median" | "min" | "max" | undefined;
1528
+ method?: "min" | "max" | "mean" | "median" | undefined;
1531
1529
  } | undefined;
1530
+ NAValueAs?: number | null | undefined;
1531
+ valueType?: "continuous" | "discrete" | undefined;
1532
1532
  annotations?: ({
1533
1533
  type: "continuous" | "discrete";
1534
1534
  valueColumn: {
@@ -0,0 +1,2 @@
1
+ export declare function getFacetOrGroupKey(values: unknown[]): string;
2
+ //# sourceMappingURL=getFacetOrGroupKey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFacetOrGroupKey.d.ts","sourceRoot":"","sources":["../../src/utils/getFacetOrGroupKey.ts"],"names":[],"mappings":"AAAA,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,CAK5D"}
@@ -0,0 +1,7 @@
1
+ function r(n) {
2
+ return n.length ? n.join("_") : "null";
3
+ }
4
+ export {
5
+ r as getFacetOrGroupKey
6
+ };
7
+ //# sourceMappingURL=getFacetOrGroupKey.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFacetOrGroupKey.js","sources":["../../src/utils/getFacetOrGroupKey.ts"],"sourcesContent":["export function getFacetOrGroupKey(values: unknown[]): string {\n if (!values.length) {\n return 'null';\n }\n return values.join('_');\n}"],"names":["getFacetOrGroupKey","values"],"mappings":"AAAO,SAASA,EAAmBC,GAA2B;AAC1D,SAAKA,EAAO,SAGLA,EAAO,KAAK,GAAG,IAFX;AAGf;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/miplots4",
3
- "version": "1.0.151",
3
+ "version": "1.0.152",
4
4
  "description": "Data visualization library",
5
5
  "author": "erohinaelena",
6
6
  "license": "ISC",