@visactor/vseed 0.4.24 → 0.4.26

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 (145) hide show
  1. package/dist/cjs/index.cjs +2 -2
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/pipeline/advanced/chart/pipes/annotation/annotation.js +2 -1
  4. package/dist/esm/pipeline/advanced/chart/pipes/annotation/annotation.js.map +1 -1
  5. package/dist/esm/pipeline/advanced/chart/pipes/config/column.js +1 -0
  6. package/dist/esm/pipeline/advanced/chart/pipes/config/column.js.map +1 -1
  7. package/dist/esm/pipeline/advanced/chart/pipes/config/line.js +1 -0
  8. package/dist/esm/pipeline/advanced/chart/pipes/config/line.js.map +1 -1
  9. package/dist/esm/pipeline/spec/chart/pipeline/area.js +5 -1
  10. package/dist/esm/pipeline/spec/chart/pipeline/area.js.map +1 -1
  11. package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js +3 -1
  12. package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js.map +1 -1
  13. package/dist/esm/pipeline/spec/chart/pipeline/bar.js +5 -1
  14. package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
  15. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js +5 -1
  16. package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
  17. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js +3 -1
  18. package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js.map +1 -1
  19. package/dist/esm/pipeline/spec/chart/pipeline/column.js +5 -1
  20. package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
  21. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js +5 -1
  22. package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
  23. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js +3 -1
  24. package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
  25. package/dist/esm/pipeline/spec/chart/pipeline/line.js +5 -1
  26. package/dist/esm/pipeline/spec/chart/pipeline/line.js.map +1 -1
  27. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLine.d.ts +2 -0
  28. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLine.js +218 -0
  29. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLine.js.map +1 -0
  30. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLineCommon.d.ts +42 -0
  31. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLineCommon.js +213 -0
  32. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationDifferenceLineCommon.js.map +1 -0
  33. package/dist/esm/pipeline/spec/chart/pipes/annotation/index.d.ts +1 -0
  34. package/dist/esm/pipeline/spec/chart/pipes/annotation/index.js +1 -0
  35. package/dist/esm/pipeline/spec/chart/pipes/region/index.d.ts +1 -0
  36. package/dist/esm/pipeline/spec/chart/pipes/region/index.js +1 -0
  37. package/dist/esm/pipeline/spec/chart/pipes/region/regionPadding.d.ts +2 -0
  38. package/dist/esm/pipeline/spec/chart/pipes/region/regionPadding.js +20 -0
  39. package/dist/esm/pipeline/spec/chart/pipes/region/regionPadding.js.map +1 -0
  40. package/dist/esm/theme/common/annotaion.d.ts +6 -1
  41. package/dist/esm/theme/common/annotaion.js +18 -1
  42. package/dist/esm/theme/common/annotaion.js.map +1 -1
  43. package/dist/esm/theme/dark/area.d.ts +2 -0
  44. package/dist/esm/theme/dark/bar.d.ts +3 -0
  45. package/dist/esm/theme/dark/boxPlot.d.ts +1 -0
  46. package/dist/esm/theme/dark/column.d.ts +3 -0
  47. package/dist/esm/theme/dark/dualAxis.d.ts +1 -0
  48. package/dist/esm/theme/dark/histogram.d.ts +1 -0
  49. package/dist/esm/theme/dark/line.d.ts +1 -0
  50. package/dist/esm/theme/dark/race.d.ts +3 -0
  51. package/dist/esm/theme/dark/raceLine.d.ts +1 -0
  52. package/dist/esm/theme/dark/scatter.d.ts +1 -0
  53. package/dist/esm/theme/light/area.d.ts +2 -0
  54. package/dist/esm/theme/light/bar.d.ts +3 -0
  55. package/dist/esm/theme/light/boxPlot.d.ts +1 -0
  56. package/dist/esm/theme/light/column.d.ts +3 -0
  57. package/dist/esm/theme/light/dualAxis.d.ts +1 -0
  58. package/dist/esm/theme/light/histogram.d.ts +1 -0
  59. package/dist/esm/theme/light/line.d.ts +1 -0
  60. package/dist/esm/theme/light/race.d.ts +3 -0
  61. package/dist/esm/theme/light/raceLine.d.ts +1 -0
  62. package/dist/esm/theme/light/scatter.d.ts +1 -0
  63. package/dist/esm/theme/tokenTheme.js +3 -0
  64. package/dist/esm/theme/tokenTheme.js.map +1 -1
  65. package/dist/esm/types/chartType/area/area.d.ts +11 -1
  66. package/dist/esm/types/chartType/area/zArea.d.ts +309 -0
  67. package/dist/esm/types/chartType/area/zArea.js +3 -1
  68. package/dist/esm/types/chartType/area/zArea.js.map +1 -1
  69. package/dist/esm/types/chartType/areaPercent/areaPercent.d.ts +6 -1
  70. package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +6 -0
  71. package/dist/esm/types/chartType/areaPercent/zAreaPercent.js +2 -1
  72. package/dist/esm/types/chartType/areaPercent/zAreaPercent.js.map +1 -1
  73. package/dist/esm/types/chartType/bar/bar.d.ts +11 -2
  74. package/dist/esm/types/chartType/bar/zBar.d.ts +309 -0
  75. package/dist/esm/types/chartType/bar/zBar.js +3 -1
  76. package/dist/esm/types/chartType/bar/zBar.js.map +1 -1
  77. package/dist/esm/types/chartType/barParallel/barParallel.d.ts +10 -1
  78. package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +309 -0
  79. package/dist/esm/types/chartType/barParallel/zBarParallel.js +3 -1
  80. package/dist/esm/types/chartType/barParallel/zBarParallel.js.map +1 -1
  81. package/dist/esm/types/chartType/barPercent/barPercent.d.ts +6 -1
  82. package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +6 -0
  83. package/dist/esm/types/chartType/barPercent/zBarPercent.js +2 -1
  84. package/dist/esm/types/chartType/barPercent/zBarPercent.js.map +1 -1
  85. package/dist/esm/types/chartType/column/column.d.ts +10 -1
  86. package/dist/esm/types/chartType/column/zColumn.d.ts +309 -0
  87. package/dist/esm/types/chartType/column/zColumn.js +3 -1
  88. package/dist/esm/types/chartType/column/zColumn.js.map +1 -1
  89. package/dist/esm/types/chartType/columnParallel/columnParallel.d.ts +10 -1
  90. package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +309 -0
  91. package/dist/esm/types/chartType/columnParallel/zColumnParallel.js +3 -1
  92. package/dist/esm/types/chartType/columnParallel/zColumnParallel.js.map +1 -1
  93. package/dist/esm/types/chartType/columnPercent/columnPercent.d.ts +6 -1
  94. package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +6 -0
  95. package/dist/esm/types/chartType/columnPercent/zColumnPercent.js +2 -1
  96. package/dist/esm/types/chartType/columnPercent/zColumnPercent.js.map +1 -1
  97. package/dist/esm/types/chartType/line/line.d.ts +11 -1
  98. package/dist/esm/types/chartType/line/zLine.d.ts +309 -0
  99. package/dist/esm/types/chartType/line/zLine.js +3 -1
  100. package/dist/esm/types/chartType/line/zLine.js.map +1 -1
  101. package/dist/esm/types/properties/annotation/annotation.d.ts +303 -0
  102. package/dist/esm/types/properties/annotation/annotation.js +3 -1
  103. package/dist/esm/types/properties/annotation/annotation.js.map +1 -1
  104. package/dist/esm/types/properties/annotation/annotationDifferenceLine.d.ts +51 -0
  105. package/dist/esm/types/properties/annotation/annotationDifferenceLine.js +0 -0
  106. package/dist/esm/types/properties/annotation/index.d.ts +2 -0
  107. package/dist/esm/types/properties/annotation/index.js +1 -0
  108. package/dist/esm/types/properties/annotation/zAnnotationDifferenceLine.d.ts +294 -0
  109. package/dist/esm/types/properties/annotation/zAnnotationDifferenceLine.js +29 -0
  110. package/dist/esm/types/properties/annotation/zAnnotationDifferenceLine.js.map +1 -0
  111. package/dist/esm/types/properties/config/annotation/annotation.d.ts +2 -0
  112. package/dist/esm/types/properties/config/annotation/zAnnotation.d.ts +12 -0
  113. package/dist/esm/types/properties/config/annotation/zAnnotation.js +10 -2
  114. package/dist/esm/types/properties/config/annotation/zAnnotation.js.map +1 -1
  115. package/dist/esm/types/properties/config/area.d.ts +24 -0
  116. package/dist/esm/types/properties/config/area.js +2 -0
  117. package/dist/esm/types/properties/config/area.js.map +1 -1
  118. package/dist/esm/types/properties/config/bar.d.ts +36 -0
  119. package/dist/esm/types/properties/config/bar.js +2 -0
  120. package/dist/esm/types/properties/config/bar.js.map +1 -1
  121. package/dist/esm/types/properties/config/boxplot.d.ts +6 -0
  122. package/dist/esm/types/properties/config/column.d.ts +36 -0
  123. package/dist/esm/types/properties/config/column.js +2 -0
  124. package/dist/esm/types/properties/config/column.js.map +1 -1
  125. package/dist/esm/types/properties/config/config.d.ts +180 -0
  126. package/dist/esm/types/properties/config/dualAxis.d.ts +6 -0
  127. package/dist/esm/types/properties/config/histogram.d.ts +6 -0
  128. package/dist/esm/types/properties/config/line.d.ts +12 -0
  129. package/dist/esm/types/properties/config/line.js +2 -0
  130. package/dist/esm/types/properties/config/line.js.map +1 -1
  131. package/dist/esm/types/properties/config/race.d.ts +48 -0
  132. package/dist/esm/types/properties/config/scatter.d.ts +6 -0
  133. package/dist/esm/types/properties/index.d.ts +1 -0
  134. package/dist/esm/types/properties/index.js +1 -0
  135. package/dist/esm/types/properties/regionPadding/index.d.ts +2 -0
  136. package/dist/esm/types/properties/regionPadding/index.js +1 -0
  137. package/dist/esm/types/properties/regionPadding/regionPadding.d.ts +6 -0
  138. package/dist/esm/types/properties/regionPadding/regionPadding.js +0 -0
  139. package/dist/esm/types/properties/regionPadding/zRegionPadding.d.ts +7 -0
  140. package/dist/esm/types/properties/regionPadding/zRegionPadding.js +11 -0
  141. package/dist/esm/types/properties/regionPadding/zRegionPadding.js.map +1 -0
  142. package/dist/esm/types/properties/theme/customTheme.d.ts +360 -0
  143. package/dist/umd/index.js +560 -6
  144. package/dist/umd/index.js.map +1 -1
  145. package/package.json +1 -1
@@ -279,6 +279,12 @@ export declare const zRaceBarConfig: z.ZodObject<{
279
279
  labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
280
280
  labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
281
281
  }, z.core.$strip>>>;
282
+ regionPadding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
283
+ top: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
284
+ right: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
285
+ bottom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
286
+ left: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
287
+ }, z.core.$strip>]>>>;
282
288
  xAxis: z.ZodOptional<z.ZodNullable<z.ZodObject<{
283
289
  visible: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
284
290
  min: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -595,6 +601,12 @@ export declare const zRaceBarConfig: z.ZodObject<{
595
601
  areaLineDash: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>>;
596
602
  outerPadding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>>;
597
603
  }, z.core.$strip>>>;
604
+ annotationDifferenceLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
605
+ lineColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
606
+ textColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
607
+ textFontSize: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
608
+ textBackgroundColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
609
+ }, z.core.$strip>>>;
598
610
  }, z.core.$strip>>>;
599
611
  dimensionLinkage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
600
612
  enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -916,6 +928,12 @@ export declare const zRaceColumnConfig: z.ZodObject<{
916
928
  labelFontSize: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
917
929
  labelFontWeight: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodString]>>>>;
918
930
  }, z.core.$strip>>>;
931
+ regionPadding: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodNumber, z.ZodObject<{
932
+ top: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
933
+ right: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
934
+ bottom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
935
+ left: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
936
+ }, z.core.$strip>]>>>;
919
937
  xAxis: z.ZodOptional<z.ZodNullable<z.ZodObject<{
920
938
  visible: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
921
939
  labelAutoHide: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
@@ -1234,6 +1252,12 @@ export declare const zRaceColumnConfig: z.ZodObject<{
1234
1252
  areaLineDash: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>>;
1235
1253
  outerPadding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>>;
1236
1254
  }, z.core.$strip>>>;
1255
+ annotationDifferenceLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1256
+ lineColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1257
+ textColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1258
+ textFontSize: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
1259
+ textBackgroundColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
1260
+ }, z.core.$strip>>>;
1237
1261
  }, z.core.$strip>>>;
1238
1262
  dimensionLinkage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1239
1263
  enable: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
@@ -2078,6 +2102,12 @@ export declare const zRaceScatterConfig: z.ZodObject<{
2078
2102
  areaLineDash: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>>;
2079
2103
  outerPadding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>>;
2080
2104
  }, z.core.$strip>>>;
2105
+ annotationDifferenceLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2106
+ lineColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
2107
+ textColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
2108
+ textFontSize: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
2109
+ textBackgroundColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
2110
+ }, z.core.$strip>>>;
2081
2111
  }, z.core.$strip>>>;
2082
2112
  regressionLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2083
2113
  ecdfRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
@@ -2922,6 +2952,12 @@ export declare const zRaceLineConfig: z.ZodObject<{
2922
2952
  areaLineDash: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>>;
2923
2953
  outerPadding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>>;
2924
2954
  }, z.core.$strip>>>;
2955
+ annotationDifferenceLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2956
+ lineColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
2957
+ textColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
2958
+ textFontSize: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
2959
+ textBackgroundColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
2960
+ }, z.core.$strip>>>;
2925
2961
  }, z.core.$strip>>>;
2926
2962
  regressionLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2927
2963
  ecdfRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
@@ -3766,6 +3802,12 @@ export declare const zRacePieConfig: z.ZodObject<{
3766
3802
  areaLineDash: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>>;
3767
3803
  outerPadding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>>;
3768
3804
  }, z.core.$strip>>>;
3805
+ annotationDifferenceLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3806
+ lineColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
3807
+ textColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
3808
+ textFontSize: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
3809
+ textBackgroundColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
3810
+ }, z.core.$strip>>>;
3769
3811
  }, z.core.$strip>>>;
3770
3812
  regressionLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
3771
3813
  ecdfRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
@@ -4610,6 +4652,12 @@ export declare const zRaceDonutConfig: z.ZodObject<{
4610
4652
  areaLineDash: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>>;
4611
4653
  outerPadding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>>;
4612
4654
  }, z.core.$strip>>>;
4655
+ annotationDifferenceLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4656
+ lineColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
4657
+ textColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
4658
+ textFontSize: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
4659
+ textBackgroundColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
4660
+ }, z.core.$strip>>>;
4613
4661
  }, z.core.$strip>>>;
4614
4662
  regressionLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
4615
4663
  ecdfRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
@@ -628,6 +628,12 @@ export declare const zScatterConfig: z.ZodObject<{
628
628
  areaLineDash: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>>;
629
629
  outerPadding: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>>;
630
630
  }, z.core.$strip>>>;
631
+ annotationDifferenceLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
632
+ lineColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
633
+ textColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
634
+ textFontSize: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
635
+ textBackgroundColor: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
636
+ }, z.core.$strip>>>;
631
637
  }, z.core.$strip>>>;
632
638
  regressionLine: z.ZodOptional<z.ZodNullable<z.ZodObject<{
633
639
  ecdfRegressionLine: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodObject<{
@@ -14,6 +14,7 @@ export * from './regressionLine';
14
14
  export * from './cellStyle';
15
15
  export * from './brush';
16
16
  export * from './page';
17
+ export * from './regionPadding';
17
18
  export * from './config/player';
18
19
  export * from './totals';
19
20
  export * from './aggregation';
@@ -14,6 +14,7 @@ export * from "./regressionLine/index.js";
14
14
  export * from "./cellStyle/index.js";
15
15
  export * from "./brush/index.js";
16
16
  export * from "./page/index.js";
17
+ export * from "./regionPadding/index.js";
17
18
  export * from "./config/player/index.js";
18
19
  export * from "./totals/index.js";
19
20
  export * from "./aggregation/index.js";
@@ -0,0 +1,2 @@
1
+ export type * from './regionPadding';
2
+ export * from './zRegionPadding';
@@ -0,0 +1 @@
1
+ export * from "./zRegionPadding.js";
@@ -0,0 +1,6 @@
1
+ export type RegionPadding = number | {
2
+ top?: number;
3
+ right?: number;
4
+ bottom?: number;
5
+ left?: number;
6
+ };
@@ -0,0 +1,7 @@
1
+ import { z } from 'zod';
2
+ export declare const zRegionPadding: z.ZodUnion<[z.ZodNumber, z.ZodObject<{
3
+ top: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
4
+ right: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
5
+ bottom: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
6
+ left: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodNumber>>>;
7
+ }, z.core.$strip>]>;
@@ -0,0 +1,11 @@
1
+ import { z } from "zod";
2
+ const zRegionPaddingObject = z.object({
3
+ top: z.number().nonnegative().nullish(),
4
+ right: z.number().nonnegative().nullish(),
5
+ bottom: z.number().nonnegative().nullish(),
6
+ left: z.number().nonnegative().nullish()
7
+ }).partial();
8
+ const zRegionPadding = z.number().nonnegative().or(zRegionPaddingObject);
9
+ export { zRegionPadding };
10
+
11
+ //# sourceMappingURL=zRegionPadding.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types/properties/regionPadding/zRegionPadding.js","sources":["../../../../../src/types/properties/regionPadding/zRegionPadding.ts"],"sourcesContent":["import { z } from 'zod'\n\nconst zRegionPaddingObject = z\n .object({\n top: z.number().nonnegative().nullish(),\n right: z.number().nonnegative().nullish(),\n bottom: z.number().nonnegative().nullish(),\n left: z.number().nonnegative().nullish(),\n })\n .partial()\n\nexport const zRegionPadding = z.number().nonnegative().or(zRegionPaddingObject)\n"],"names":["zRegionPaddingObject","z","zRegionPadding"],"mappings":";AAEA,MAAMA,uBAAuBC,EAAAA,MACpB,CAAC;IACN,KAAKA,EAAE,MAAM,GAAG,WAAW,GAAG,OAAO;IACrC,OAAOA,EAAE,MAAM,GAAG,WAAW,GAAG,OAAO;IACvC,QAAQA,EAAE,MAAM,GAAG,WAAW,GAAG,OAAO;IACxC,MAAMA,EAAE,MAAM,GAAG,WAAW,GAAG,OAAO;AACxC,GACC,OAAO;AAEH,MAAMC,iBAAiBD,EAAE,MAAM,GAAG,WAAW,GAAG,EAAE,CAACD"}