@visactor/vseed 0.1.29 → 0.1.31

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 (41) hide show
  1. package/dist/cjs/index.cjs +2 -2
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/esm/builder/builder/builder.d.ts +864 -0
  4. package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasureName.js +6 -4
  5. package/dist/esm/pipeline/advanced/table/pipes/default/defaultMeasureName.js.map +1 -1
  6. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js +18 -13
  7. package/dist/esm/pipeline/spec/chart/pipes/annotation/annotationPoint.js.map +1 -1
  8. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.js +1 -0
  9. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotColumnDimensions.js.map +1 -1
  10. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js +9 -7
  11. package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
  12. package/dist/esm/pipeline/spec/table/pipeline/pivotTable.js +2 -1
  13. package/dist/esm/pipeline/spec/table/pipeline/pivotTable.js.map +1 -1
  14. package/dist/esm/pipeline/spec/table/pipes/corner/index.d.ts +1 -0
  15. package/dist/esm/pipeline/spec/table/pipes/corner/index.js +2 -0
  16. package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.d.ts +2 -0
  17. package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.js +12 -0
  18. package/dist/esm/pipeline/spec/table/pipes/corner/titleOnDimension.js.map +1 -0
  19. package/dist/esm/pipeline/spec/table/pipes/index.d.ts +1 -0
  20. package/dist/esm/pipeline/spec/table/pipes/index.js +1 -0
  21. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.js +5 -3
  22. package/dist/esm/pipeline/spec/table/pipes/indicators/pivotIndicators.js.map +1 -1
  23. package/dist/esm/pipeline/spec/table/pipes/rows/pivotRows.js.map +1 -1
  24. package/dist/esm/pipeline/utils/chatType.d.ts +1 -0
  25. package/dist/esm/pipeline/utils/chatType.js +2 -1
  26. package/dist/esm/pipeline/utils/chatType.js.map +1 -1
  27. package/dist/esm/theme/common/table.d.ts +3 -1
  28. package/dist/esm/theme/common/table.js +11 -1
  29. package/dist/esm/theme/common/table.js.map +1 -1
  30. package/dist/esm/theme/dark/dark.js +37 -19
  31. package/dist/esm/theme/dark/dark.js.map +1 -1
  32. package/dist/esm/theme/light/light.js +37 -19
  33. package/dist/esm/theme/light/light.js.map +1 -1
  34. package/dist/esm/types/advancedVSeed.d.ts +288 -0
  35. package/dist/esm/types/properties/config/config.d.ts +297 -0
  36. package/dist/esm/types/properties/config/config.js +25 -9
  37. package/dist/esm/types/properties/config/config.js.map +1 -1
  38. package/dist/esm/types/properties/theme/customTheme.d.ts +288 -0
  39. package/dist/umd/index.js +157 -72
  40. package/dist/umd/index.js.map +1 -1
  41. package/package.json +1 -1
@@ -321,6 +321,14 @@ export declare class Builder implements VSeedBuilder {
321
321
  labelVisible?: boolean | null | undefined;
322
322
  labelBackgroundColor?: string | null | undefined;
323
323
  } | null | undefined;
324
+ pivotGrid?: {
325
+ borderColor?: string | null | undefined;
326
+ bodyFontColor?: string | null | undefined;
327
+ headerFontColor?: string | null | undefined;
328
+ headerBackgroundColor?: string | null | undefined;
329
+ hoverHeaderBackgroundColor?: string | null | undefined;
330
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
331
+ } | null | undefined;
324
332
  } | null | undefined;
325
333
  column?: {
326
334
  backgroundColor?: string | null | undefined;
@@ -468,6 +476,14 @@ export declare class Builder implements VSeedBuilder {
468
476
  labelBackgroundColor?: string | null | undefined;
469
477
  } | null | undefined;
470
478
  stackCornerRadius?: number | number[] | null | undefined;
479
+ pivotGrid?: {
480
+ borderColor?: string | null | undefined;
481
+ bodyFontColor?: string | null | undefined;
482
+ headerFontColor?: string | null | undefined;
483
+ headerBackgroundColor?: string | null | undefined;
484
+ hoverHeaderBackgroundColor?: string | null | undefined;
485
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
486
+ } | null | undefined;
471
487
  } | null | undefined;
472
488
  columnParallel?: {
473
489
  backgroundColor?: string | null | undefined;
@@ -615,6 +631,14 @@ export declare class Builder implements VSeedBuilder {
615
631
  labelBackgroundColor?: string | null | undefined;
616
632
  } | null | undefined;
617
633
  stackCornerRadius?: number | number[] | null | undefined;
634
+ pivotGrid?: {
635
+ borderColor?: string | null | undefined;
636
+ bodyFontColor?: string | null | undefined;
637
+ headerFontColor?: string | null | undefined;
638
+ headerBackgroundColor?: string | null | undefined;
639
+ hoverHeaderBackgroundColor?: string | null | undefined;
640
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
641
+ } | null | undefined;
618
642
  } | null | undefined;
619
643
  columnPercent?: {
620
644
  backgroundColor?: string | null | undefined;
@@ -762,6 +786,14 @@ export declare class Builder implements VSeedBuilder {
762
786
  labelBackgroundColor?: string | null | undefined;
763
787
  } | null | undefined;
764
788
  stackCornerRadius?: number | number[] | null | undefined;
789
+ pivotGrid?: {
790
+ borderColor?: string | null | undefined;
791
+ bodyFontColor?: string | null | undefined;
792
+ headerFontColor?: string | null | undefined;
793
+ headerBackgroundColor?: string | null | undefined;
794
+ hoverHeaderBackgroundColor?: string | null | undefined;
795
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
796
+ } | null | undefined;
765
797
  } | null | undefined;
766
798
  bar?: {
767
799
  backgroundColor?: string | null | undefined;
@@ -909,6 +941,14 @@ export declare class Builder implements VSeedBuilder {
909
941
  labelBackgroundColor?: string | null | undefined;
910
942
  } | null | undefined;
911
943
  stackCornerRadius?: number | number[] | null | undefined;
944
+ pivotGrid?: {
945
+ borderColor?: string | null | undefined;
946
+ bodyFontColor?: string | null | undefined;
947
+ headerFontColor?: string | null | undefined;
948
+ headerBackgroundColor?: string | null | undefined;
949
+ hoverHeaderBackgroundColor?: string | null | undefined;
950
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
951
+ } | null | undefined;
912
952
  } | null | undefined;
913
953
  barParallel?: {
914
954
  backgroundColor?: string | null | undefined;
@@ -1056,6 +1096,14 @@ export declare class Builder implements VSeedBuilder {
1056
1096
  labelBackgroundColor?: string | null | undefined;
1057
1097
  } | null | undefined;
1058
1098
  stackCornerRadius?: number | number[] | null | undefined;
1099
+ pivotGrid?: {
1100
+ borderColor?: string | null | undefined;
1101
+ bodyFontColor?: string | null | undefined;
1102
+ headerFontColor?: string | null | undefined;
1103
+ headerBackgroundColor?: string | null | undefined;
1104
+ hoverHeaderBackgroundColor?: string | null | undefined;
1105
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
1106
+ } | null | undefined;
1059
1107
  } | null | undefined;
1060
1108
  barPercent?: {
1061
1109
  backgroundColor?: string | null | undefined;
@@ -1203,6 +1251,14 @@ export declare class Builder implements VSeedBuilder {
1203
1251
  labelBackgroundColor?: string | null | undefined;
1204
1252
  } | null | undefined;
1205
1253
  stackCornerRadius?: number | number[] | null | undefined;
1254
+ pivotGrid?: {
1255
+ borderColor?: string | null | undefined;
1256
+ bodyFontColor?: string | null | undefined;
1257
+ headerFontColor?: string | null | undefined;
1258
+ headerBackgroundColor?: string | null | undefined;
1259
+ hoverHeaderBackgroundColor?: string | null | undefined;
1260
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
1261
+ } | null | undefined;
1206
1262
  } | null | undefined;
1207
1263
  area?: {
1208
1264
  backgroundColor?: string | null | undefined;
@@ -1349,6 +1405,14 @@ export declare class Builder implements VSeedBuilder {
1349
1405
  labelVisible?: boolean | null | undefined;
1350
1406
  labelBackgroundColor?: string | null | undefined;
1351
1407
  } | null | undefined;
1408
+ pivotGrid?: {
1409
+ borderColor?: string | null | undefined;
1410
+ bodyFontColor?: string | null | undefined;
1411
+ headerFontColor?: string | null | undefined;
1412
+ headerBackgroundColor?: string | null | undefined;
1413
+ hoverHeaderBackgroundColor?: string | null | undefined;
1414
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
1415
+ } | null | undefined;
1352
1416
  } | null | undefined;
1353
1417
  areaPercent?: {
1354
1418
  backgroundColor?: string | null | undefined;
@@ -1495,6 +1559,14 @@ export declare class Builder implements VSeedBuilder {
1495
1559
  labelVisible?: boolean | null | undefined;
1496
1560
  labelBackgroundColor?: string | null | undefined;
1497
1561
  } | null | undefined;
1562
+ pivotGrid?: {
1563
+ borderColor?: string | null | undefined;
1564
+ bodyFontColor?: string | null | undefined;
1565
+ headerFontColor?: string | null | undefined;
1566
+ headerBackgroundColor?: string | null | undefined;
1567
+ hoverHeaderBackgroundColor?: string | null | undefined;
1568
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
1569
+ } | null | undefined;
1498
1570
  } | null | undefined;
1499
1571
  scatter?: {
1500
1572
  backgroundColor?: string | null | undefined;
@@ -1656,6 +1728,14 @@ export declare class Builder implements VSeedBuilder {
1656
1728
  } | null | undefined;
1657
1729
  size?: number | number[] | null | undefined;
1658
1730
  sizeRange?: number | number[] | null | undefined;
1731
+ pivotGrid?: {
1732
+ borderColor?: string | null | undefined;
1733
+ bodyFontColor?: string | null | undefined;
1734
+ headerFontColor?: string | null | undefined;
1735
+ headerBackgroundColor?: string | null | undefined;
1736
+ hoverHeaderBackgroundColor?: string | null | undefined;
1737
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
1738
+ } | null | undefined;
1659
1739
  } | null | undefined;
1660
1740
  dualAxis?: {
1661
1741
  backgroundColor?: string | null | undefined;
@@ -1964,6 +2044,14 @@ export declare class Builder implements VSeedBuilder {
1964
2044
  labelVisible?: boolean | null | undefined;
1965
2045
  labelBackgroundColor?: string | null | undefined;
1966
2046
  } | null | undefined;
2047
+ pivotGrid?: {
2048
+ borderColor?: string | null | undefined;
2049
+ bodyFontColor?: string | null | undefined;
2050
+ headerFontColor?: string | null | undefined;
2051
+ headerBackgroundColor?: string | null | undefined;
2052
+ hoverHeaderBackgroundColor?: string | null | undefined;
2053
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
2054
+ } | null | undefined;
1967
2055
  } | null | undefined;
1968
2056
  rose?: {
1969
2057
  backgroundColor?: string | null | undefined;
@@ -2013,6 +2101,14 @@ export declare class Builder implements VSeedBuilder {
2013
2101
  labelFontSize?: number | null | undefined;
2014
2102
  labelFontWeight?: string | number | null | undefined;
2015
2103
  } | null | undefined;
2104
+ pivotGrid?: {
2105
+ borderColor?: string | null | undefined;
2106
+ bodyFontColor?: string | null | undefined;
2107
+ headerFontColor?: string | null | undefined;
2108
+ headerBackgroundColor?: string | null | undefined;
2109
+ hoverHeaderBackgroundColor?: string | null | undefined;
2110
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
2111
+ } | null | undefined;
2016
2112
  } | null | undefined;
2017
2113
  roseParallel?: {
2018
2114
  backgroundColor?: string | null | undefined;
@@ -2062,6 +2158,14 @@ export declare class Builder implements VSeedBuilder {
2062
2158
  labelFontSize?: number | null | undefined;
2063
2159
  labelFontWeight?: string | number | null | undefined;
2064
2160
  } | null | undefined;
2161
+ pivotGrid?: {
2162
+ borderColor?: string | null | undefined;
2163
+ bodyFontColor?: string | null | undefined;
2164
+ headerFontColor?: string | null | undefined;
2165
+ headerBackgroundColor?: string | null | undefined;
2166
+ hoverHeaderBackgroundColor?: string | null | undefined;
2167
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
2168
+ } | null | undefined;
2065
2169
  } | null | undefined;
2066
2170
  pie?: {
2067
2171
  backgroundColor?: string | null | undefined;
@@ -2111,6 +2215,14 @@ export declare class Builder implements VSeedBuilder {
2111
2215
  labelFontSize?: number | null | undefined;
2112
2216
  labelFontWeight?: string | number | null | undefined;
2113
2217
  } | null | undefined;
2218
+ pivotGrid?: {
2219
+ borderColor?: string | null | undefined;
2220
+ bodyFontColor?: string | null | undefined;
2221
+ headerFontColor?: string | null | undefined;
2222
+ headerBackgroundColor?: string | null | undefined;
2223
+ hoverHeaderBackgroundColor?: string | null | undefined;
2224
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
2225
+ } | null | undefined;
2114
2226
  } | null | undefined;
2115
2227
  donut?: {
2116
2228
  backgroundColor?: string | null | undefined;
@@ -2160,6 +2272,14 @@ export declare class Builder implements VSeedBuilder {
2160
2272
  labelFontSize?: number | null | undefined;
2161
2273
  labelFontWeight?: string | number | null | undefined;
2162
2274
  } | null | undefined;
2275
+ pivotGrid?: {
2276
+ borderColor?: string | null | undefined;
2277
+ bodyFontColor?: string | null | undefined;
2278
+ headerFontColor?: string | null | undefined;
2279
+ headerBackgroundColor?: string | null | undefined;
2280
+ hoverHeaderBackgroundColor?: string | null | undefined;
2281
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
2282
+ } | null | undefined;
2163
2283
  } | null | undefined;
2164
2284
  radar?: {
2165
2285
  backgroundColor?: string | null | undefined;
@@ -2209,6 +2329,14 @@ export declare class Builder implements VSeedBuilder {
2209
2329
  labelFontSize?: number | null | undefined;
2210
2330
  labelFontWeight?: string | number | null | undefined;
2211
2331
  } | null | undefined;
2332
+ pivotGrid?: {
2333
+ borderColor?: string | null | undefined;
2334
+ bodyFontColor?: string | null | undefined;
2335
+ headerFontColor?: string | null | undefined;
2336
+ headerBackgroundColor?: string | null | undefined;
2337
+ hoverHeaderBackgroundColor?: string | null | undefined;
2338
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
2339
+ } | null | undefined;
2212
2340
  } | null | undefined;
2213
2341
  funnel?: {
2214
2342
  backgroundColor?: string | null | undefined;
@@ -2355,6 +2483,14 @@ export declare class Builder implements VSeedBuilder {
2355
2483
  labelVisible?: boolean | null | undefined;
2356
2484
  labelBackgroundColor?: string | null | undefined;
2357
2485
  } | null | undefined;
2486
+ pivotGrid?: {
2487
+ borderColor?: string | null | undefined;
2488
+ bodyFontColor?: string | null | undefined;
2489
+ headerFontColor?: string | null | undefined;
2490
+ headerBackgroundColor?: string | null | undefined;
2491
+ hoverHeaderBackgroundColor?: string | null | undefined;
2492
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
2493
+ } | null | undefined;
2358
2494
  } | null | undefined;
2359
2495
  heatmap?: {
2360
2496
  backgroundColor?: string | null | undefined;
@@ -2501,6 +2637,14 @@ export declare class Builder implements VSeedBuilder {
2501
2637
  labelVisible?: boolean | null | undefined;
2502
2638
  labelBackgroundColor?: string | null | undefined;
2503
2639
  } | null | undefined;
2640
+ pivotGrid?: {
2641
+ borderColor?: string | null | undefined;
2642
+ bodyFontColor?: string | null | undefined;
2643
+ headerFontColor?: string | null | undefined;
2644
+ headerBackgroundColor?: string | null | undefined;
2645
+ hoverHeaderBackgroundColor?: string | null | undefined;
2646
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
2647
+ } | null | undefined;
2504
2648
  } | null | undefined;
2505
2649
  };
2506
2650
  analysis: {
@@ -2914,6 +3058,14 @@ export declare class Builder implements VSeedBuilder {
2914
3058
  labelVisible?: boolean | null | undefined;
2915
3059
  labelBackgroundColor?: string | null | undefined;
2916
3060
  } | null | undefined;
3061
+ pivotGrid?: {
3062
+ borderColor?: string | null | undefined;
3063
+ bodyFontColor?: string | null | undefined;
3064
+ headerFontColor?: string | null | undefined;
3065
+ headerBackgroundColor?: string | null | undefined;
3066
+ hoverHeaderBackgroundColor?: string | null | undefined;
3067
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
3068
+ } | null | undefined;
2917
3069
  } | null | undefined;
2918
3070
  column?: {
2919
3071
  backgroundColor?: string | null | undefined;
@@ -3061,6 +3213,14 @@ export declare class Builder implements VSeedBuilder {
3061
3213
  labelBackgroundColor?: string | null | undefined;
3062
3214
  } | null | undefined;
3063
3215
  stackCornerRadius?: number | number[] | null | undefined;
3216
+ pivotGrid?: {
3217
+ borderColor?: string | null | undefined;
3218
+ bodyFontColor?: string | null | undefined;
3219
+ headerFontColor?: string | null | undefined;
3220
+ headerBackgroundColor?: string | null | undefined;
3221
+ hoverHeaderBackgroundColor?: string | null | undefined;
3222
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
3223
+ } | null | undefined;
3064
3224
  } | null | undefined;
3065
3225
  columnParallel?: {
3066
3226
  backgroundColor?: string | null | undefined;
@@ -3208,6 +3368,14 @@ export declare class Builder implements VSeedBuilder {
3208
3368
  labelBackgroundColor?: string | null | undefined;
3209
3369
  } | null | undefined;
3210
3370
  stackCornerRadius?: number | number[] | null | undefined;
3371
+ pivotGrid?: {
3372
+ borderColor?: string | null | undefined;
3373
+ bodyFontColor?: string | null | undefined;
3374
+ headerFontColor?: string | null | undefined;
3375
+ headerBackgroundColor?: string | null | undefined;
3376
+ hoverHeaderBackgroundColor?: string | null | undefined;
3377
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
3378
+ } | null | undefined;
3211
3379
  } | null | undefined;
3212
3380
  columnPercent?: {
3213
3381
  backgroundColor?: string | null | undefined;
@@ -3355,6 +3523,14 @@ export declare class Builder implements VSeedBuilder {
3355
3523
  labelBackgroundColor?: string | null | undefined;
3356
3524
  } | null | undefined;
3357
3525
  stackCornerRadius?: number | number[] | null | undefined;
3526
+ pivotGrid?: {
3527
+ borderColor?: string | null | undefined;
3528
+ bodyFontColor?: string | null | undefined;
3529
+ headerFontColor?: string | null | undefined;
3530
+ headerBackgroundColor?: string | null | undefined;
3531
+ hoverHeaderBackgroundColor?: string | null | undefined;
3532
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
3533
+ } | null | undefined;
3358
3534
  } | null | undefined;
3359
3535
  bar?: {
3360
3536
  backgroundColor?: string | null | undefined;
@@ -3502,6 +3678,14 @@ export declare class Builder implements VSeedBuilder {
3502
3678
  labelBackgroundColor?: string | null | undefined;
3503
3679
  } | null | undefined;
3504
3680
  stackCornerRadius?: number | number[] | null | undefined;
3681
+ pivotGrid?: {
3682
+ borderColor?: string | null | undefined;
3683
+ bodyFontColor?: string | null | undefined;
3684
+ headerFontColor?: string | null | undefined;
3685
+ headerBackgroundColor?: string | null | undefined;
3686
+ hoverHeaderBackgroundColor?: string | null | undefined;
3687
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
3688
+ } | null | undefined;
3505
3689
  } | null | undefined;
3506
3690
  barParallel?: {
3507
3691
  backgroundColor?: string | null | undefined;
@@ -3649,6 +3833,14 @@ export declare class Builder implements VSeedBuilder {
3649
3833
  labelBackgroundColor?: string | null | undefined;
3650
3834
  } | null | undefined;
3651
3835
  stackCornerRadius?: number | number[] | null | undefined;
3836
+ pivotGrid?: {
3837
+ borderColor?: string | null | undefined;
3838
+ bodyFontColor?: string | null | undefined;
3839
+ headerFontColor?: string | null | undefined;
3840
+ headerBackgroundColor?: string | null | undefined;
3841
+ hoverHeaderBackgroundColor?: string | null | undefined;
3842
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
3843
+ } | null | undefined;
3652
3844
  } | null | undefined;
3653
3845
  barPercent?: {
3654
3846
  backgroundColor?: string | null | undefined;
@@ -3796,6 +3988,14 @@ export declare class Builder implements VSeedBuilder {
3796
3988
  labelBackgroundColor?: string | null | undefined;
3797
3989
  } | null | undefined;
3798
3990
  stackCornerRadius?: number | number[] | null | undefined;
3991
+ pivotGrid?: {
3992
+ borderColor?: string | null | undefined;
3993
+ bodyFontColor?: string | null | undefined;
3994
+ headerFontColor?: string | null | undefined;
3995
+ headerBackgroundColor?: string | null | undefined;
3996
+ hoverHeaderBackgroundColor?: string | null | undefined;
3997
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
3998
+ } | null | undefined;
3799
3999
  } | null | undefined;
3800
4000
  area?: {
3801
4001
  backgroundColor?: string | null | undefined;
@@ -3942,6 +4142,14 @@ export declare class Builder implements VSeedBuilder {
3942
4142
  labelVisible?: boolean | null | undefined;
3943
4143
  labelBackgroundColor?: string | null | undefined;
3944
4144
  } | null | undefined;
4145
+ pivotGrid?: {
4146
+ borderColor?: string | null | undefined;
4147
+ bodyFontColor?: string | null | undefined;
4148
+ headerFontColor?: string | null | undefined;
4149
+ headerBackgroundColor?: string | null | undefined;
4150
+ hoverHeaderBackgroundColor?: string | null | undefined;
4151
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
4152
+ } | null | undefined;
3945
4153
  } | null | undefined;
3946
4154
  areaPercent?: {
3947
4155
  backgroundColor?: string | null | undefined;
@@ -4088,6 +4296,14 @@ export declare class Builder implements VSeedBuilder {
4088
4296
  labelVisible?: boolean | null | undefined;
4089
4297
  labelBackgroundColor?: string | null | undefined;
4090
4298
  } | null | undefined;
4299
+ pivotGrid?: {
4300
+ borderColor?: string | null | undefined;
4301
+ bodyFontColor?: string | null | undefined;
4302
+ headerFontColor?: string | null | undefined;
4303
+ headerBackgroundColor?: string | null | undefined;
4304
+ hoverHeaderBackgroundColor?: string | null | undefined;
4305
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
4306
+ } | null | undefined;
4091
4307
  } | null | undefined;
4092
4308
  scatter?: {
4093
4309
  backgroundColor?: string | null | undefined;
@@ -4249,6 +4465,14 @@ export declare class Builder implements VSeedBuilder {
4249
4465
  } | null | undefined;
4250
4466
  size?: number | number[] | null | undefined;
4251
4467
  sizeRange?: number | number[] | null | undefined;
4468
+ pivotGrid?: {
4469
+ borderColor?: string | null | undefined;
4470
+ bodyFontColor?: string | null | undefined;
4471
+ headerFontColor?: string | null | undefined;
4472
+ headerBackgroundColor?: string | null | undefined;
4473
+ hoverHeaderBackgroundColor?: string | null | undefined;
4474
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
4475
+ } | null | undefined;
4252
4476
  } | null | undefined;
4253
4477
  dualAxis?: {
4254
4478
  backgroundColor?: string | null | undefined;
@@ -4557,6 +4781,14 @@ export declare class Builder implements VSeedBuilder {
4557
4781
  labelVisible?: boolean | null | undefined;
4558
4782
  labelBackgroundColor?: string | null | undefined;
4559
4783
  } | null | undefined;
4784
+ pivotGrid?: {
4785
+ borderColor?: string | null | undefined;
4786
+ bodyFontColor?: string | null | undefined;
4787
+ headerFontColor?: string | null | undefined;
4788
+ headerBackgroundColor?: string | null | undefined;
4789
+ hoverHeaderBackgroundColor?: string | null | undefined;
4790
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
4791
+ } | null | undefined;
4560
4792
  } | null | undefined;
4561
4793
  rose?: {
4562
4794
  backgroundColor?: string | null | undefined;
@@ -4606,6 +4838,14 @@ export declare class Builder implements VSeedBuilder {
4606
4838
  labelFontSize?: number | null | undefined;
4607
4839
  labelFontWeight?: string | number | null | undefined;
4608
4840
  } | null | undefined;
4841
+ pivotGrid?: {
4842
+ borderColor?: string | null | undefined;
4843
+ bodyFontColor?: string | null | undefined;
4844
+ headerFontColor?: string | null | undefined;
4845
+ headerBackgroundColor?: string | null | undefined;
4846
+ hoverHeaderBackgroundColor?: string | null | undefined;
4847
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
4848
+ } | null | undefined;
4609
4849
  } | null | undefined;
4610
4850
  roseParallel?: {
4611
4851
  backgroundColor?: string | null | undefined;
@@ -4655,6 +4895,14 @@ export declare class Builder implements VSeedBuilder {
4655
4895
  labelFontSize?: number | null | undefined;
4656
4896
  labelFontWeight?: string | number | null | undefined;
4657
4897
  } | null | undefined;
4898
+ pivotGrid?: {
4899
+ borderColor?: string | null | undefined;
4900
+ bodyFontColor?: string | null | undefined;
4901
+ headerFontColor?: string | null | undefined;
4902
+ headerBackgroundColor?: string | null | undefined;
4903
+ hoverHeaderBackgroundColor?: string | null | undefined;
4904
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
4905
+ } | null | undefined;
4658
4906
  } | null | undefined;
4659
4907
  pie?: {
4660
4908
  backgroundColor?: string | null | undefined;
@@ -4704,6 +4952,14 @@ export declare class Builder implements VSeedBuilder {
4704
4952
  labelFontSize?: number | null | undefined;
4705
4953
  labelFontWeight?: string | number | null | undefined;
4706
4954
  } | null | undefined;
4955
+ pivotGrid?: {
4956
+ borderColor?: string | null | undefined;
4957
+ bodyFontColor?: string | null | undefined;
4958
+ headerFontColor?: string | null | undefined;
4959
+ headerBackgroundColor?: string | null | undefined;
4960
+ hoverHeaderBackgroundColor?: string | null | undefined;
4961
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
4962
+ } | null | undefined;
4707
4963
  } | null | undefined;
4708
4964
  donut?: {
4709
4965
  backgroundColor?: string | null | undefined;
@@ -4753,6 +5009,14 @@ export declare class Builder implements VSeedBuilder {
4753
5009
  labelFontSize?: number | null | undefined;
4754
5010
  labelFontWeight?: string | number | null | undefined;
4755
5011
  } | null | undefined;
5012
+ pivotGrid?: {
5013
+ borderColor?: string | null | undefined;
5014
+ bodyFontColor?: string | null | undefined;
5015
+ headerFontColor?: string | null | undefined;
5016
+ headerBackgroundColor?: string | null | undefined;
5017
+ hoverHeaderBackgroundColor?: string | null | undefined;
5018
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
5019
+ } | null | undefined;
4756
5020
  } | null | undefined;
4757
5021
  radar?: {
4758
5022
  backgroundColor?: string | null | undefined;
@@ -4802,6 +5066,14 @@ export declare class Builder implements VSeedBuilder {
4802
5066
  labelFontSize?: number | null | undefined;
4803
5067
  labelFontWeight?: string | number | null | undefined;
4804
5068
  } | null | undefined;
5069
+ pivotGrid?: {
5070
+ borderColor?: string | null | undefined;
5071
+ bodyFontColor?: string | null | undefined;
5072
+ headerFontColor?: string | null | undefined;
5073
+ headerBackgroundColor?: string | null | undefined;
5074
+ hoverHeaderBackgroundColor?: string | null | undefined;
5075
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
5076
+ } | null | undefined;
4805
5077
  } | null | undefined;
4806
5078
  funnel?: {
4807
5079
  backgroundColor?: string | null | undefined;
@@ -4948,6 +5220,14 @@ export declare class Builder implements VSeedBuilder {
4948
5220
  labelVisible?: boolean | null | undefined;
4949
5221
  labelBackgroundColor?: string | null | undefined;
4950
5222
  } | null | undefined;
5223
+ pivotGrid?: {
5224
+ borderColor?: string | null | undefined;
5225
+ bodyFontColor?: string | null | undefined;
5226
+ headerFontColor?: string | null | undefined;
5227
+ headerBackgroundColor?: string | null | undefined;
5228
+ hoverHeaderBackgroundColor?: string | null | undefined;
5229
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
5230
+ } | null | undefined;
4951
5231
  } | null | undefined;
4952
5232
  heatmap?: {
4953
5233
  backgroundColor?: string | null | undefined;
@@ -5094,6 +5374,14 @@ export declare class Builder implements VSeedBuilder {
5094
5374
  labelVisible?: boolean | null | undefined;
5095
5375
  labelBackgroundColor?: string | null | undefined;
5096
5376
  } | null | undefined;
5377
+ pivotGrid?: {
5378
+ borderColor?: string | null | undefined;
5379
+ bodyFontColor?: string | null | undefined;
5380
+ headerFontColor?: string | null | undefined;
5381
+ headerBackgroundColor?: string | null | undefined;
5382
+ hoverHeaderBackgroundColor?: string | null | undefined;
5383
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
5384
+ } | null | undefined;
5097
5385
  } | null | undefined;
5098
5386
  } | null | undefined;
5099
5387
  };
@@ -5697,6 +5985,14 @@ export declare class Builder implements VSeedBuilder {
5697
5985
  labelVisible?: boolean | null | undefined;
5698
5986
  labelBackgroundColor?: string | null | undefined;
5699
5987
  } | null | undefined;
5988
+ pivotGrid?: {
5989
+ borderColor?: string | null | undefined;
5990
+ bodyFontColor?: string | null | undefined;
5991
+ headerFontColor?: string | null | undefined;
5992
+ headerBackgroundColor?: string | null | undefined;
5993
+ hoverHeaderBackgroundColor?: string | null | undefined;
5994
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
5995
+ } | null | undefined;
5700
5996
  } | null | undefined;
5701
5997
  column?: {
5702
5998
  backgroundColor?: string | null | undefined;
@@ -5844,6 +6140,14 @@ export declare class Builder implements VSeedBuilder {
5844
6140
  labelBackgroundColor?: string | null | undefined;
5845
6141
  } | null | undefined;
5846
6142
  stackCornerRadius?: number | number[] | null | undefined;
6143
+ pivotGrid?: {
6144
+ borderColor?: string | null | undefined;
6145
+ bodyFontColor?: string | null | undefined;
6146
+ headerFontColor?: string | null | undefined;
6147
+ headerBackgroundColor?: string | null | undefined;
6148
+ hoverHeaderBackgroundColor?: string | null | undefined;
6149
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
6150
+ } | null | undefined;
5847
6151
  } | null | undefined;
5848
6152
  columnParallel?: {
5849
6153
  backgroundColor?: string | null | undefined;
@@ -5991,6 +6295,14 @@ export declare class Builder implements VSeedBuilder {
5991
6295
  labelBackgroundColor?: string | null | undefined;
5992
6296
  } | null | undefined;
5993
6297
  stackCornerRadius?: number | number[] | null | undefined;
6298
+ pivotGrid?: {
6299
+ borderColor?: string | null | undefined;
6300
+ bodyFontColor?: string | null | undefined;
6301
+ headerFontColor?: string | null | undefined;
6302
+ headerBackgroundColor?: string | null | undefined;
6303
+ hoverHeaderBackgroundColor?: string | null | undefined;
6304
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
6305
+ } | null | undefined;
5994
6306
  } | null | undefined;
5995
6307
  columnPercent?: {
5996
6308
  backgroundColor?: string | null | undefined;
@@ -6138,6 +6450,14 @@ export declare class Builder implements VSeedBuilder {
6138
6450
  labelBackgroundColor?: string | null | undefined;
6139
6451
  } | null | undefined;
6140
6452
  stackCornerRadius?: number | number[] | null | undefined;
6453
+ pivotGrid?: {
6454
+ borderColor?: string | null | undefined;
6455
+ bodyFontColor?: string | null | undefined;
6456
+ headerFontColor?: string | null | undefined;
6457
+ headerBackgroundColor?: string | null | undefined;
6458
+ hoverHeaderBackgroundColor?: string | null | undefined;
6459
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
6460
+ } | null | undefined;
6141
6461
  } | null | undefined;
6142
6462
  bar?: {
6143
6463
  backgroundColor?: string | null | undefined;
@@ -6285,6 +6605,14 @@ export declare class Builder implements VSeedBuilder {
6285
6605
  labelBackgroundColor?: string | null | undefined;
6286
6606
  } | null | undefined;
6287
6607
  stackCornerRadius?: number | number[] | null | undefined;
6608
+ pivotGrid?: {
6609
+ borderColor?: string | null | undefined;
6610
+ bodyFontColor?: string | null | undefined;
6611
+ headerFontColor?: string | null | undefined;
6612
+ headerBackgroundColor?: string | null | undefined;
6613
+ hoverHeaderBackgroundColor?: string | null | undefined;
6614
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
6615
+ } | null | undefined;
6288
6616
  } | null | undefined;
6289
6617
  barParallel?: {
6290
6618
  backgroundColor?: string | null | undefined;
@@ -6432,6 +6760,14 @@ export declare class Builder implements VSeedBuilder {
6432
6760
  labelBackgroundColor?: string | null | undefined;
6433
6761
  } | null | undefined;
6434
6762
  stackCornerRadius?: number | number[] | null | undefined;
6763
+ pivotGrid?: {
6764
+ borderColor?: string | null | undefined;
6765
+ bodyFontColor?: string | null | undefined;
6766
+ headerFontColor?: string | null | undefined;
6767
+ headerBackgroundColor?: string | null | undefined;
6768
+ hoverHeaderBackgroundColor?: string | null | undefined;
6769
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
6770
+ } | null | undefined;
6435
6771
  } | null | undefined;
6436
6772
  barPercent?: {
6437
6773
  backgroundColor?: string | null | undefined;
@@ -6579,6 +6915,14 @@ export declare class Builder implements VSeedBuilder {
6579
6915
  labelBackgroundColor?: string | null | undefined;
6580
6916
  } | null | undefined;
6581
6917
  stackCornerRadius?: number | number[] | null | undefined;
6918
+ pivotGrid?: {
6919
+ borderColor?: string | null | undefined;
6920
+ bodyFontColor?: string | null | undefined;
6921
+ headerFontColor?: string | null | undefined;
6922
+ headerBackgroundColor?: string | null | undefined;
6923
+ hoverHeaderBackgroundColor?: string | null | undefined;
6924
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
6925
+ } | null | undefined;
6582
6926
  } | null | undefined;
6583
6927
  area?: {
6584
6928
  backgroundColor?: string | null | undefined;
@@ -6725,6 +7069,14 @@ export declare class Builder implements VSeedBuilder {
6725
7069
  labelVisible?: boolean | null | undefined;
6726
7070
  labelBackgroundColor?: string | null | undefined;
6727
7071
  } | null | undefined;
7072
+ pivotGrid?: {
7073
+ borderColor?: string | null | undefined;
7074
+ bodyFontColor?: string | null | undefined;
7075
+ headerFontColor?: string | null | undefined;
7076
+ headerBackgroundColor?: string | null | undefined;
7077
+ hoverHeaderBackgroundColor?: string | null | undefined;
7078
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
7079
+ } | null | undefined;
6728
7080
  } | null | undefined;
6729
7081
  areaPercent?: {
6730
7082
  backgroundColor?: string | null | undefined;
@@ -6871,6 +7223,14 @@ export declare class Builder implements VSeedBuilder {
6871
7223
  labelVisible?: boolean | null | undefined;
6872
7224
  labelBackgroundColor?: string | null | undefined;
6873
7225
  } | null | undefined;
7226
+ pivotGrid?: {
7227
+ borderColor?: string | null | undefined;
7228
+ bodyFontColor?: string | null | undefined;
7229
+ headerFontColor?: string | null | undefined;
7230
+ headerBackgroundColor?: string | null | undefined;
7231
+ hoverHeaderBackgroundColor?: string | null | undefined;
7232
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
7233
+ } | null | undefined;
6874
7234
  } | null | undefined;
6875
7235
  scatter?: {
6876
7236
  backgroundColor?: string | null | undefined;
@@ -7032,6 +7392,14 @@ export declare class Builder implements VSeedBuilder {
7032
7392
  } | null | undefined;
7033
7393
  size?: number | number[] | null | undefined;
7034
7394
  sizeRange?: number | number[] | null | undefined;
7395
+ pivotGrid?: {
7396
+ borderColor?: string | null | undefined;
7397
+ bodyFontColor?: string | null | undefined;
7398
+ headerFontColor?: string | null | undefined;
7399
+ headerBackgroundColor?: string | null | undefined;
7400
+ hoverHeaderBackgroundColor?: string | null | undefined;
7401
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
7402
+ } | null | undefined;
7035
7403
  } | null | undefined;
7036
7404
  dualAxis?: {
7037
7405
  backgroundColor?: string | null | undefined;
@@ -7340,6 +7708,14 @@ export declare class Builder implements VSeedBuilder {
7340
7708
  labelVisible?: boolean | null | undefined;
7341
7709
  labelBackgroundColor?: string | null | undefined;
7342
7710
  } | null | undefined;
7711
+ pivotGrid?: {
7712
+ borderColor?: string | null | undefined;
7713
+ bodyFontColor?: string | null | undefined;
7714
+ headerFontColor?: string | null | undefined;
7715
+ headerBackgroundColor?: string | null | undefined;
7716
+ hoverHeaderBackgroundColor?: string | null | undefined;
7717
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
7718
+ } | null | undefined;
7343
7719
  } | null | undefined;
7344
7720
  rose?: {
7345
7721
  backgroundColor?: string | null | undefined;
@@ -7389,6 +7765,14 @@ export declare class Builder implements VSeedBuilder {
7389
7765
  labelFontSize?: number | null | undefined;
7390
7766
  labelFontWeight?: string | number | null | undefined;
7391
7767
  } | null | undefined;
7768
+ pivotGrid?: {
7769
+ borderColor?: string | null | undefined;
7770
+ bodyFontColor?: string | null | undefined;
7771
+ headerFontColor?: string | null | undefined;
7772
+ headerBackgroundColor?: string | null | undefined;
7773
+ hoverHeaderBackgroundColor?: string | null | undefined;
7774
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
7775
+ } | null | undefined;
7392
7776
  } | null | undefined;
7393
7777
  roseParallel?: {
7394
7778
  backgroundColor?: string | null | undefined;
@@ -7438,6 +7822,14 @@ export declare class Builder implements VSeedBuilder {
7438
7822
  labelFontSize?: number | null | undefined;
7439
7823
  labelFontWeight?: string | number | null | undefined;
7440
7824
  } | null | undefined;
7825
+ pivotGrid?: {
7826
+ borderColor?: string | null | undefined;
7827
+ bodyFontColor?: string | null | undefined;
7828
+ headerFontColor?: string | null | undefined;
7829
+ headerBackgroundColor?: string | null | undefined;
7830
+ hoverHeaderBackgroundColor?: string | null | undefined;
7831
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
7832
+ } | null | undefined;
7441
7833
  } | null | undefined;
7442
7834
  pie?: {
7443
7835
  backgroundColor?: string | null | undefined;
@@ -7487,6 +7879,14 @@ export declare class Builder implements VSeedBuilder {
7487
7879
  labelFontSize?: number | null | undefined;
7488
7880
  labelFontWeight?: string | number | null | undefined;
7489
7881
  } | null | undefined;
7882
+ pivotGrid?: {
7883
+ borderColor?: string | null | undefined;
7884
+ bodyFontColor?: string | null | undefined;
7885
+ headerFontColor?: string | null | undefined;
7886
+ headerBackgroundColor?: string | null | undefined;
7887
+ hoverHeaderBackgroundColor?: string | null | undefined;
7888
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
7889
+ } | null | undefined;
7490
7890
  } | null | undefined;
7491
7891
  donut?: {
7492
7892
  backgroundColor?: string | null | undefined;
@@ -7536,6 +7936,14 @@ export declare class Builder implements VSeedBuilder {
7536
7936
  labelFontSize?: number | null | undefined;
7537
7937
  labelFontWeight?: string | number | null | undefined;
7538
7938
  } | null | undefined;
7939
+ pivotGrid?: {
7940
+ borderColor?: string | null | undefined;
7941
+ bodyFontColor?: string | null | undefined;
7942
+ headerFontColor?: string | null | undefined;
7943
+ headerBackgroundColor?: string | null | undefined;
7944
+ hoverHeaderBackgroundColor?: string | null | undefined;
7945
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
7946
+ } | null | undefined;
7539
7947
  } | null | undefined;
7540
7948
  radar?: {
7541
7949
  backgroundColor?: string | null | undefined;
@@ -7585,6 +7993,14 @@ export declare class Builder implements VSeedBuilder {
7585
7993
  labelFontSize?: number | null | undefined;
7586
7994
  labelFontWeight?: string | number | null | undefined;
7587
7995
  } | null | undefined;
7996
+ pivotGrid?: {
7997
+ borderColor?: string | null | undefined;
7998
+ bodyFontColor?: string | null | undefined;
7999
+ headerFontColor?: string | null | undefined;
8000
+ headerBackgroundColor?: string | null | undefined;
8001
+ hoverHeaderBackgroundColor?: string | null | undefined;
8002
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
8003
+ } | null | undefined;
7588
8004
  } | null | undefined;
7589
8005
  funnel?: {
7590
8006
  backgroundColor?: string | null | undefined;
@@ -7731,6 +8147,14 @@ export declare class Builder implements VSeedBuilder {
7731
8147
  labelVisible?: boolean | null | undefined;
7732
8148
  labelBackgroundColor?: string | null | undefined;
7733
8149
  } | null | undefined;
8150
+ pivotGrid?: {
8151
+ borderColor?: string | null | undefined;
8152
+ bodyFontColor?: string | null | undefined;
8153
+ headerFontColor?: string | null | undefined;
8154
+ headerBackgroundColor?: string | null | undefined;
8155
+ hoverHeaderBackgroundColor?: string | null | undefined;
8156
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
8157
+ } | null | undefined;
7734
8158
  } | null | undefined;
7735
8159
  heatmap?: {
7736
8160
  backgroundColor?: string | null | undefined;
@@ -7877,6 +8301,14 @@ export declare class Builder implements VSeedBuilder {
7877
8301
  labelVisible?: boolean | null | undefined;
7878
8302
  labelBackgroundColor?: string | null | undefined;
7879
8303
  } | null | undefined;
8304
+ pivotGrid?: {
8305
+ borderColor?: string | null | undefined;
8306
+ bodyFontColor?: string | null | undefined;
8307
+ headerFontColor?: string | null | undefined;
8308
+ headerBackgroundColor?: string | null | undefined;
8309
+ hoverHeaderBackgroundColor?: string | null | undefined;
8310
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
8311
+ } | null | undefined;
7880
8312
  } | null | undefined;
7881
8313
  };
7882
8314
  analysis: {
@@ -8290,6 +8722,14 @@ export declare class Builder implements VSeedBuilder {
8290
8722
  labelVisible?: boolean | null | undefined;
8291
8723
  labelBackgroundColor?: string | null | undefined;
8292
8724
  } | null | undefined;
8725
+ pivotGrid?: {
8726
+ borderColor?: string | null | undefined;
8727
+ bodyFontColor?: string | null | undefined;
8728
+ headerFontColor?: string | null | undefined;
8729
+ headerBackgroundColor?: string | null | undefined;
8730
+ hoverHeaderBackgroundColor?: string | null | undefined;
8731
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
8732
+ } | null | undefined;
8293
8733
  } | null | undefined;
8294
8734
  column?: {
8295
8735
  backgroundColor?: string | null | undefined;
@@ -8437,6 +8877,14 @@ export declare class Builder implements VSeedBuilder {
8437
8877
  labelBackgroundColor?: string | null | undefined;
8438
8878
  } | null | undefined;
8439
8879
  stackCornerRadius?: number | number[] | null | undefined;
8880
+ pivotGrid?: {
8881
+ borderColor?: string | null | undefined;
8882
+ bodyFontColor?: string | null | undefined;
8883
+ headerFontColor?: string | null | undefined;
8884
+ headerBackgroundColor?: string | null | undefined;
8885
+ hoverHeaderBackgroundColor?: string | null | undefined;
8886
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
8887
+ } | null | undefined;
8440
8888
  } | null | undefined;
8441
8889
  columnParallel?: {
8442
8890
  backgroundColor?: string | null | undefined;
@@ -8584,6 +9032,14 @@ export declare class Builder implements VSeedBuilder {
8584
9032
  labelBackgroundColor?: string | null | undefined;
8585
9033
  } | null | undefined;
8586
9034
  stackCornerRadius?: number | number[] | null | undefined;
9035
+ pivotGrid?: {
9036
+ borderColor?: string | null | undefined;
9037
+ bodyFontColor?: string | null | undefined;
9038
+ headerFontColor?: string | null | undefined;
9039
+ headerBackgroundColor?: string | null | undefined;
9040
+ hoverHeaderBackgroundColor?: string | null | undefined;
9041
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
9042
+ } | null | undefined;
8587
9043
  } | null | undefined;
8588
9044
  columnPercent?: {
8589
9045
  backgroundColor?: string | null | undefined;
@@ -8731,6 +9187,14 @@ export declare class Builder implements VSeedBuilder {
8731
9187
  labelBackgroundColor?: string | null | undefined;
8732
9188
  } | null | undefined;
8733
9189
  stackCornerRadius?: number | number[] | null | undefined;
9190
+ pivotGrid?: {
9191
+ borderColor?: string | null | undefined;
9192
+ bodyFontColor?: string | null | undefined;
9193
+ headerFontColor?: string | null | undefined;
9194
+ headerBackgroundColor?: string | null | undefined;
9195
+ hoverHeaderBackgroundColor?: string | null | undefined;
9196
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
9197
+ } | null | undefined;
8734
9198
  } | null | undefined;
8735
9199
  bar?: {
8736
9200
  backgroundColor?: string | null | undefined;
@@ -8878,6 +9342,14 @@ export declare class Builder implements VSeedBuilder {
8878
9342
  labelBackgroundColor?: string | null | undefined;
8879
9343
  } | null | undefined;
8880
9344
  stackCornerRadius?: number | number[] | null | undefined;
9345
+ pivotGrid?: {
9346
+ borderColor?: string | null | undefined;
9347
+ bodyFontColor?: string | null | undefined;
9348
+ headerFontColor?: string | null | undefined;
9349
+ headerBackgroundColor?: string | null | undefined;
9350
+ hoverHeaderBackgroundColor?: string | null | undefined;
9351
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
9352
+ } | null | undefined;
8881
9353
  } | null | undefined;
8882
9354
  barParallel?: {
8883
9355
  backgroundColor?: string | null | undefined;
@@ -9025,6 +9497,14 @@ export declare class Builder implements VSeedBuilder {
9025
9497
  labelBackgroundColor?: string | null | undefined;
9026
9498
  } | null | undefined;
9027
9499
  stackCornerRadius?: number | number[] | null | undefined;
9500
+ pivotGrid?: {
9501
+ borderColor?: string | null | undefined;
9502
+ bodyFontColor?: string | null | undefined;
9503
+ headerFontColor?: string | null | undefined;
9504
+ headerBackgroundColor?: string | null | undefined;
9505
+ hoverHeaderBackgroundColor?: string | null | undefined;
9506
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
9507
+ } | null | undefined;
9028
9508
  } | null | undefined;
9029
9509
  barPercent?: {
9030
9510
  backgroundColor?: string | null | undefined;
@@ -9172,6 +9652,14 @@ export declare class Builder implements VSeedBuilder {
9172
9652
  labelBackgroundColor?: string | null | undefined;
9173
9653
  } | null | undefined;
9174
9654
  stackCornerRadius?: number | number[] | null | undefined;
9655
+ pivotGrid?: {
9656
+ borderColor?: string | null | undefined;
9657
+ bodyFontColor?: string | null | undefined;
9658
+ headerFontColor?: string | null | undefined;
9659
+ headerBackgroundColor?: string | null | undefined;
9660
+ hoverHeaderBackgroundColor?: string | null | undefined;
9661
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
9662
+ } | null | undefined;
9175
9663
  } | null | undefined;
9176
9664
  area?: {
9177
9665
  backgroundColor?: string | null | undefined;
@@ -9318,6 +9806,14 @@ export declare class Builder implements VSeedBuilder {
9318
9806
  labelVisible?: boolean | null | undefined;
9319
9807
  labelBackgroundColor?: string | null | undefined;
9320
9808
  } | null | undefined;
9809
+ pivotGrid?: {
9810
+ borderColor?: string | null | undefined;
9811
+ bodyFontColor?: string | null | undefined;
9812
+ headerFontColor?: string | null | undefined;
9813
+ headerBackgroundColor?: string | null | undefined;
9814
+ hoverHeaderBackgroundColor?: string | null | undefined;
9815
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
9816
+ } | null | undefined;
9321
9817
  } | null | undefined;
9322
9818
  areaPercent?: {
9323
9819
  backgroundColor?: string | null | undefined;
@@ -9464,6 +9960,14 @@ export declare class Builder implements VSeedBuilder {
9464
9960
  labelVisible?: boolean | null | undefined;
9465
9961
  labelBackgroundColor?: string | null | undefined;
9466
9962
  } | null | undefined;
9963
+ pivotGrid?: {
9964
+ borderColor?: string | null | undefined;
9965
+ bodyFontColor?: string | null | undefined;
9966
+ headerFontColor?: string | null | undefined;
9967
+ headerBackgroundColor?: string | null | undefined;
9968
+ hoverHeaderBackgroundColor?: string | null | undefined;
9969
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
9970
+ } | null | undefined;
9467
9971
  } | null | undefined;
9468
9972
  scatter?: {
9469
9973
  backgroundColor?: string | null | undefined;
@@ -9625,6 +10129,14 @@ export declare class Builder implements VSeedBuilder {
9625
10129
  } | null | undefined;
9626
10130
  size?: number | number[] | null | undefined;
9627
10131
  sizeRange?: number | number[] | null | undefined;
10132
+ pivotGrid?: {
10133
+ borderColor?: string | null | undefined;
10134
+ bodyFontColor?: string | null | undefined;
10135
+ headerFontColor?: string | null | undefined;
10136
+ headerBackgroundColor?: string | null | undefined;
10137
+ hoverHeaderBackgroundColor?: string | null | undefined;
10138
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
10139
+ } | null | undefined;
9628
10140
  } | null | undefined;
9629
10141
  dualAxis?: {
9630
10142
  backgroundColor?: string | null | undefined;
@@ -9933,6 +10445,14 @@ export declare class Builder implements VSeedBuilder {
9933
10445
  labelVisible?: boolean | null | undefined;
9934
10446
  labelBackgroundColor?: string | null | undefined;
9935
10447
  } | null | undefined;
10448
+ pivotGrid?: {
10449
+ borderColor?: string | null | undefined;
10450
+ bodyFontColor?: string | null | undefined;
10451
+ headerFontColor?: string | null | undefined;
10452
+ headerBackgroundColor?: string | null | undefined;
10453
+ hoverHeaderBackgroundColor?: string | null | undefined;
10454
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
10455
+ } | null | undefined;
9936
10456
  } | null | undefined;
9937
10457
  rose?: {
9938
10458
  backgroundColor?: string | null | undefined;
@@ -9982,6 +10502,14 @@ export declare class Builder implements VSeedBuilder {
9982
10502
  labelFontSize?: number | null | undefined;
9983
10503
  labelFontWeight?: string | number | null | undefined;
9984
10504
  } | null | undefined;
10505
+ pivotGrid?: {
10506
+ borderColor?: string | null | undefined;
10507
+ bodyFontColor?: string | null | undefined;
10508
+ headerFontColor?: string | null | undefined;
10509
+ headerBackgroundColor?: string | null | undefined;
10510
+ hoverHeaderBackgroundColor?: string | null | undefined;
10511
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
10512
+ } | null | undefined;
9985
10513
  } | null | undefined;
9986
10514
  roseParallel?: {
9987
10515
  backgroundColor?: string | null | undefined;
@@ -10031,6 +10559,14 @@ export declare class Builder implements VSeedBuilder {
10031
10559
  labelFontSize?: number | null | undefined;
10032
10560
  labelFontWeight?: string | number | null | undefined;
10033
10561
  } | null | undefined;
10562
+ pivotGrid?: {
10563
+ borderColor?: string | null | undefined;
10564
+ bodyFontColor?: string | null | undefined;
10565
+ headerFontColor?: string | null | undefined;
10566
+ headerBackgroundColor?: string | null | undefined;
10567
+ hoverHeaderBackgroundColor?: string | null | undefined;
10568
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
10569
+ } | null | undefined;
10034
10570
  } | null | undefined;
10035
10571
  pie?: {
10036
10572
  backgroundColor?: string | null | undefined;
@@ -10080,6 +10616,14 @@ export declare class Builder implements VSeedBuilder {
10080
10616
  labelFontSize?: number | null | undefined;
10081
10617
  labelFontWeight?: string | number | null | undefined;
10082
10618
  } | null | undefined;
10619
+ pivotGrid?: {
10620
+ borderColor?: string | null | undefined;
10621
+ bodyFontColor?: string | null | undefined;
10622
+ headerFontColor?: string | null | undefined;
10623
+ headerBackgroundColor?: string | null | undefined;
10624
+ hoverHeaderBackgroundColor?: string | null | undefined;
10625
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
10626
+ } | null | undefined;
10083
10627
  } | null | undefined;
10084
10628
  donut?: {
10085
10629
  backgroundColor?: string | null | undefined;
@@ -10129,6 +10673,14 @@ export declare class Builder implements VSeedBuilder {
10129
10673
  labelFontSize?: number | null | undefined;
10130
10674
  labelFontWeight?: string | number | null | undefined;
10131
10675
  } | null | undefined;
10676
+ pivotGrid?: {
10677
+ borderColor?: string | null | undefined;
10678
+ bodyFontColor?: string | null | undefined;
10679
+ headerFontColor?: string | null | undefined;
10680
+ headerBackgroundColor?: string | null | undefined;
10681
+ hoverHeaderBackgroundColor?: string | null | undefined;
10682
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
10683
+ } | null | undefined;
10132
10684
  } | null | undefined;
10133
10685
  radar?: {
10134
10686
  backgroundColor?: string | null | undefined;
@@ -10178,6 +10730,14 @@ export declare class Builder implements VSeedBuilder {
10178
10730
  labelFontSize?: number | null | undefined;
10179
10731
  labelFontWeight?: string | number | null | undefined;
10180
10732
  } | null | undefined;
10733
+ pivotGrid?: {
10734
+ borderColor?: string | null | undefined;
10735
+ bodyFontColor?: string | null | undefined;
10736
+ headerFontColor?: string | null | undefined;
10737
+ headerBackgroundColor?: string | null | undefined;
10738
+ hoverHeaderBackgroundColor?: string | null | undefined;
10739
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
10740
+ } | null | undefined;
10181
10741
  } | null | undefined;
10182
10742
  funnel?: {
10183
10743
  backgroundColor?: string | null | undefined;
@@ -10324,6 +10884,14 @@ export declare class Builder implements VSeedBuilder {
10324
10884
  labelVisible?: boolean | null | undefined;
10325
10885
  labelBackgroundColor?: string | null | undefined;
10326
10886
  } | null | undefined;
10887
+ pivotGrid?: {
10888
+ borderColor?: string | null | undefined;
10889
+ bodyFontColor?: string | null | undefined;
10890
+ headerFontColor?: string | null | undefined;
10891
+ headerBackgroundColor?: string | null | undefined;
10892
+ hoverHeaderBackgroundColor?: string | null | undefined;
10893
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
10894
+ } | null | undefined;
10327
10895
  } | null | undefined;
10328
10896
  heatmap?: {
10329
10897
  backgroundColor?: string | null | undefined;
@@ -10470,6 +11038,14 @@ export declare class Builder implements VSeedBuilder {
10470
11038
  labelVisible?: boolean | null | undefined;
10471
11039
  labelBackgroundColor?: string | null | undefined;
10472
11040
  } | null | undefined;
11041
+ pivotGrid?: {
11042
+ borderColor?: string | null | undefined;
11043
+ bodyFontColor?: string | null | undefined;
11044
+ headerFontColor?: string | null | undefined;
11045
+ headerBackgroundColor?: string | null | undefined;
11046
+ hoverHeaderBackgroundColor?: string | null | undefined;
11047
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
11048
+ } | null | undefined;
10473
11049
  } | null | undefined;
10474
11050
  } | null | undefined;
10475
11051
  };
@@ -11012,6 +11588,14 @@ export declare class Builder implements VSeedBuilder {
11012
11588
  labelVisible?: boolean | null | undefined;
11013
11589
  labelBackgroundColor?: string | null | undefined;
11014
11590
  } | null | undefined;
11591
+ pivotGrid?: {
11592
+ borderColor?: string | null | undefined;
11593
+ bodyFontColor?: string | null | undefined;
11594
+ headerFontColor?: string | null | undefined;
11595
+ headerBackgroundColor?: string | null | undefined;
11596
+ hoverHeaderBackgroundColor?: string | null | undefined;
11597
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
11598
+ } | null | undefined;
11015
11599
  } | null | undefined;
11016
11600
  column?: {
11017
11601
  backgroundColor?: string | null | undefined;
@@ -11159,6 +11743,14 @@ export declare class Builder implements VSeedBuilder {
11159
11743
  labelBackgroundColor?: string | null | undefined;
11160
11744
  } | null | undefined;
11161
11745
  stackCornerRadius?: number | number[] | null | undefined;
11746
+ pivotGrid?: {
11747
+ borderColor?: string | null | undefined;
11748
+ bodyFontColor?: string | null | undefined;
11749
+ headerFontColor?: string | null | undefined;
11750
+ headerBackgroundColor?: string | null | undefined;
11751
+ hoverHeaderBackgroundColor?: string | null | undefined;
11752
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
11753
+ } | null | undefined;
11162
11754
  } | null | undefined;
11163
11755
  columnParallel?: {
11164
11756
  backgroundColor?: string | null | undefined;
@@ -11306,6 +11898,14 @@ export declare class Builder implements VSeedBuilder {
11306
11898
  labelBackgroundColor?: string | null | undefined;
11307
11899
  } | null | undefined;
11308
11900
  stackCornerRadius?: number | number[] | null | undefined;
11901
+ pivotGrid?: {
11902
+ borderColor?: string | null | undefined;
11903
+ bodyFontColor?: string | null | undefined;
11904
+ headerFontColor?: string | null | undefined;
11905
+ headerBackgroundColor?: string | null | undefined;
11906
+ hoverHeaderBackgroundColor?: string | null | undefined;
11907
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
11908
+ } | null | undefined;
11309
11909
  } | null | undefined;
11310
11910
  columnPercent?: {
11311
11911
  backgroundColor?: string | null | undefined;
@@ -11453,6 +12053,14 @@ export declare class Builder implements VSeedBuilder {
11453
12053
  labelBackgroundColor?: string | null | undefined;
11454
12054
  } | null | undefined;
11455
12055
  stackCornerRadius?: number | number[] | null | undefined;
12056
+ pivotGrid?: {
12057
+ borderColor?: string | null | undefined;
12058
+ bodyFontColor?: string | null | undefined;
12059
+ headerFontColor?: string | null | undefined;
12060
+ headerBackgroundColor?: string | null | undefined;
12061
+ hoverHeaderBackgroundColor?: string | null | undefined;
12062
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
12063
+ } | null | undefined;
11456
12064
  } | null | undefined;
11457
12065
  bar?: {
11458
12066
  backgroundColor?: string | null | undefined;
@@ -11600,6 +12208,14 @@ export declare class Builder implements VSeedBuilder {
11600
12208
  labelBackgroundColor?: string | null | undefined;
11601
12209
  } | null | undefined;
11602
12210
  stackCornerRadius?: number | number[] | null | undefined;
12211
+ pivotGrid?: {
12212
+ borderColor?: string | null | undefined;
12213
+ bodyFontColor?: string | null | undefined;
12214
+ headerFontColor?: string | null | undefined;
12215
+ headerBackgroundColor?: string | null | undefined;
12216
+ hoverHeaderBackgroundColor?: string | null | undefined;
12217
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
12218
+ } | null | undefined;
11603
12219
  } | null | undefined;
11604
12220
  barParallel?: {
11605
12221
  backgroundColor?: string | null | undefined;
@@ -11747,6 +12363,14 @@ export declare class Builder implements VSeedBuilder {
11747
12363
  labelBackgroundColor?: string | null | undefined;
11748
12364
  } | null | undefined;
11749
12365
  stackCornerRadius?: number | number[] | null | undefined;
12366
+ pivotGrid?: {
12367
+ borderColor?: string | null | undefined;
12368
+ bodyFontColor?: string | null | undefined;
12369
+ headerFontColor?: string | null | undefined;
12370
+ headerBackgroundColor?: string | null | undefined;
12371
+ hoverHeaderBackgroundColor?: string | null | undefined;
12372
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
12373
+ } | null | undefined;
11750
12374
  } | null | undefined;
11751
12375
  barPercent?: {
11752
12376
  backgroundColor?: string | null | undefined;
@@ -11894,6 +12518,14 @@ export declare class Builder implements VSeedBuilder {
11894
12518
  labelBackgroundColor?: string | null | undefined;
11895
12519
  } | null | undefined;
11896
12520
  stackCornerRadius?: number | number[] | null | undefined;
12521
+ pivotGrid?: {
12522
+ borderColor?: string | null | undefined;
12523
+ bodyFontColor?: string | null | undefined;
12524
+ headerFontColor?: string | null | undefined;
12525
+ headerBackgroundColor?: string | null | undefined;
12526
+ hoverHeaderBackgroundColor?: string | null | undefined;
12527
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
12528
+ } | null | undefined;
11897
12529
  } | null | undefined;
11898
12530
  area?: {
11899
12531
  backgroundColor?: string | null | undefined;
@@ -12040,6 +12672,14 @@ export declare class Builder implements VSeedBuilder {
12040
12672
  labelVisible?: boolean | null | undefined;
12041
12673
  labelBackgroundColor?: string | null | undefined;
12042
12674
  } | null | undefined;
12675
+ pivotGrid?: {
12676
+ borderColor?: string | null | undefined;
12677
+ bodyFontColor?: string | null | undefined;
12678
+ headerFontColor?: string | null | undefined;
12679
+ headerBackgroundColor?: string | null | undefined;
12680
+ hoverHeaderBackgroundColor?: string | null | undefined;
12681
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
12682
+ } | null | undefined;
12043
12683
  } | null | undefined;
12044
12684
  areaPercent?: {
12045
12685
  backgroundColor?: string | null | undefined;
@@ -12186,6 +12826,14 @@ export declare class Builder implements VSeedBuilder {
12186
12826
  labelVisible?: boolean | null | undefined;
12187
12827
  labelBackgroundColor?: string | null | undefined;
12188
12828
  } | null | undefined;
12829
+ pivotGrid?: {
12830
+ borderColor?: string | null | undefined;
12831
+ bodyFontColor?: string | null | undefined;
12832
+ headerFontColor?: string | null | undefined;
12833
+ headerBackgroundColor?: string | null | undefined;
12834
+ hoverHeaderBackgroundColor?: string | null | undefined;
12835
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
12836
+ } | null | undefined;
12189
12837
  } | null | undefined;
12190
12838
  scatter?: {
12191
12839
  backgroundColor?: string | null | undefined;
@@ -12347,6 +12995,14 @@ export declare class Builder implements VSeedBuilder {
12347
12995
  } | null | undefined;
12348
12996
  size?: number | number[] | null | undefined;
12349
12997
  sizeRange?: number | number[] | null | undefined;
12998
+ pivotGrid?: {
12999
+ borderColor?: string | null | undefined;
13000
+ bodyFontColor?: string | null | undefined;
13001
+ headerFontColor?: string | null | undefined;
13002
+ headerBackgroundColor?: string | null | undefined;
13003
+ hoverHeaderBackgroundColor?: string | null | undefined;
13004
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
13005
+ } | null | undefined;
12350
13006
  } | null | undefined;
12351
13007
  dualAxis?: {
12352
13008
  backgroundColor?: string | null | undefined;
@@ -12655,6 +13311,14 @@ export declare class Builder implements VSeedBuilder {
12655
13311
  labelVisible?: boolean | null | undefined;
12656
13312
  labelBackgroundColor?: string | null | undefined;
12657
13313
  } | null | undefined;
13314
+ pivotGrid?: {
13315
+ borderColor?: string | null | undefined;
13316
+ bodyFontColor?: string | null | undefined;
13317
+ headerFontColor?: string | null | undefined;
13318
+ headerBackgroundColor?: string | null | undefined;
13319
+ hoverHeaderBackgroundColor?: string | null | undefined;
13320
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
13321
+ } | null | undefined;
12658
13322
  } | null | undefined;
12659
13323
  rose?: {
12660
13324
  backgroundColor?: string | null | undefined;
@@ -12704,6 +13368,14 @@ export declare class Builder implements VSeedBuilder {
12704
13368
  labelFontSize?: number | null | undefined;
12705
13369
  labelFontWeight?: string | number | null | undefined;
12706
13370
  } | null | undefined;
13371
+ pivotGrid?: {
13372
+ borderColor?: string | null | undefined;
13373
+ bodyFontColor?: string | null | undefined;
13374
+ headerFontColor?: string | null | undefined;
13375
+ headerBackgroundColor?: string | null | undefined;
13376
+ hoverHeaderBackgroundColor?: string | null | undefined;
13377
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
13378
+ } | null | undefined;
12707
13379
  } | null | undefined;
12708
13380
  roseParallel?: {
12709
13381
  backgroundColor?: string | null | undefined;
@@ -12753,6 +13425,14 @@ export declare class Builder implements VSeedBuilder {
12753
13425
  labelFontSize?: number | null | undefined;
12754
13426
  labelFontWeight?: string | number | null | undefined;
12755
13427
  } | null | undefined;
13428
+ pivotGrid?: {
13429
+ borderColor?: string | null | undefined;
13430
+ bodyFontColor?: string | null | undefined;
13431
+ headerFontColor?: string | null | undefined;
13432
+ headerBackgroundColor?: string | null | undefined;
13433
+ hoverHeaderBackgroundColor?: string | null | undefined;
13434
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
13435
+ } | null | undefined;
12756
13436
  } | null | undefined;
12757
13437
  pie?: {
12758
13438
  backgroundColor?: string | null | undefined;
@@ -12802,6 +13482,14 @@ export declare class Builder implements VSeedBuilder {
12802
13482
  labelFontSize?: number | null | undefined;
12803
13483
  labelFontWeight?: string | number | null | undefined;
12804
13484
  } | null | undefined;
13485
+ pivotGrid?: {
13486
+ borderColor?: string | null | undefined;
13487
+ bodyFontColor?: string | null | undefined;
13488
+ headerFontColor?: string | null | undefined;
13489
+ headerBackgroundColor?: string | null | undefined;
13490
+ hoverHeaderBackgroundColor?: string | null | undefined;
13491
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
13492
+ } | null | undefined;
12805
13493
  } | null | undefined;
12806
13494
  donut?: {
12807
13495
  backgroundColor?: string | null | undefined;
@@ -12851,6 +13539,14 @@ export declare class Builder implements VSeedBuilder {
12851
13539
  labelFontSize?: number | null | undefined;
12852
13540
  labelFontWeight?: string | number | null | undefined;
12853
13541
  } | null | undefined;
13542
+ pivotGrid?: {
13543
+ borderColor?: string | null | undefined;
13544
+ bodyFontColor?: string | null | undefined;
13545
+ headerFontColor?: string | null | undefined;
13546
+ headerBackgroundColor?: string | null | undefined;
13547
+ hoverHeaderBackgroundColor?: string | null | undefined;
13548
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
13549
+ } | null | undefined;
12854
13550
  } | null | undefined;
12855
13551
  radar?: {
12856
13552
  backgroundColor?: string | null | undefined;
@@ -12900,6 +13596,14 @@ export declare class Builder implements VSeedBuilder {
12900
13596
  labelFontSize?: number | null | undefined;
12901
13597
  labelFontWeight?: string | number | null | undefined;
12902
13598
  } | null | undefined;
13599
+ pivotGrid?: {
13600
+ borderColor?: string | null | undefined;
13601
+ bodyFontColor?: string | null | undefined;
13602
+ headerFontColor?: string | null | undefined;
13603
+ headerBackgroundColor?: string | null | undefined;
13604
+ hoverHeaderBackgroundColor?: string | null | undefined;
13605
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
13606
+ } | null | undefined;
12903
13607
  } | null | undefined;
12904
13608
  funnel?: {
12905
13609
  backgroundColor?: string | null | undefined;
@@ -13046,6 +13750,14 @@ export declare class Builder implements VSeedBuilder {
13046
13750
  labelVisible?: boolean | null | undefined;
13047
13751
  labelBackgroundColor?: string | null | undefined;
13048
13752
  } | null | undefined;
13753
+ pivotGrid?: {
13754
+ borderColor?: string | null | undefined;
13755
+ bodyFontColor?: string | null | undefined;
13756
+ headerFontColor?: string | null | undefined;
13757
+ headerBackgroundColor?: string | null | undefined;
13758
+ hoverHeaderBackgroundColor?: string | null | undefined;
13759
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
13760
+ } | null | undefined;
13049
13761
  } | null | undefined;
13050
13762
  heatmap?: {
13051
13763
  backgroundColor?: string | null | undefined;
@@ -13192,6 +13904,14 @@ export declare class Builder implements VSeedBuilder {
13192
13904
  labelVisible?: boolean | null | undefined;
13193
13905
  labelBackgroundColor?: string | null | undefined;
13194
13906
  } | null | undefined;
13907
+ pivotGrid?: {
13908
+ borderColor?: string | null | undefined;
13909
+ bodyFontColor?: string | null | undefined;
13910
+ headerFontColor?: string | null | undefined;
13911
+ headerBackgroundColor?: string | null | undefined;
13912
+ hoverHeaderBackgroundColor?: string | null | undefined;
13913
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
13914
+ } | null | undefined;
13195
13915
  } | null | undefined;
13196
13916
  } | null | undefined;
13197
13917
  };
@@ -13379,6 +14099,14 @@ export declare class Builder implements VSeedBuilder {
13379
14099
  labelVisible?: boolean | null | undefined;
13380
14100
  labelBackgroundColor?: string | null | undefined;
13381
14101
  } | null | undefined;
14102
+ pivotGrid?: {
14103
+ borderColor?: string | null | undefined;
14104
+ bodyFontColor?: string | null | undefined;
14105
+ headerFontColor?: string | null | undefined;
14106
+ headerBackgroundColor?: string | null | undefined;
14107
+ hoverHeaderBackgroundColor?: string | null | undefined;
14108
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
14109
+ } | null | undefined;
13382
14110
  } | null | undefined;
13383
14111
  column?: {
13384
14112
  backgroundColor?: string | null | undefined;
@@ -13526,6 +14254,14 @@ export declare class Builder implements VSeedBuilder {
13526
14254
  labelBackgroundColor?: string | null | undefined;
13527
14255
  } | null | undefined;
13528
14256
  stackCornerRadius?: number | number[] | null | undefined;
14257
+ pivotGrid?: {
14258
+ borderColor?: string | null | undefined;
14259
+ bodyFontColor?: string | null | undefined;
14260
+ headerFontColor?: string | null | undefined;
14261
+ headerBackgroundColor?: string | null | undefined;
14262
+ hoverHeaderBackgroundColor?: string | null | undefined;
14263
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
14264
+ } | null | undefined;
13529
14265
  } | null | undefined;
13530
14266
  columnParallel?: {
13531
14267
  backgroundColor?: string | null | undefined;
@@ -13673,6 +14409,14 @@ export declare class Builder implements VSeedBuilder {
13673
14409
  labelBackgroundColor?: string | null | undefined;
13674
14410
  } | null | undefined;
13675
14411
  stackCornerRadius?: number | number[] | null | undefined;
14412
+ pivotGrid?: {
14413
+ borderColor?: string | null | undefined;
14414
+ bodyFontColor?: string | null | undefined;
14415
+ headerFontColor?: string | null | undefined;
14416
+ headerBackgroundColor?: string | null | undefined;
14417
+ hoverHeaderBackgroundColor?: string | null | undefined;
14418
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
14419
+ } | null | undefined;
13676
14420
  } | null | undefined;
13677
14421
  columnPercent?: {
13678
14422
  backgroundColor?: string | null | undefined;
@@ -13820,6 +14564,14 @@ export declare class Builder implements VSeedBuilder {
13820
14564
  labelBackgroundColor?: string | null | undefined;
13821
14565
  } | null | undefined;
13822
14566
  stackCornerRadius?: number | number[] | null | undefined;
14567
+ pivotGrid?: {
14568
+ borderColor?: string | null | undefined;
14569
+ bodyFontColor?: string | null | undefined;
14570
+ headerFontColor?: string | null | undefined;
14571
+ headerBackgroundColor?: string | null | undefined;
14572
+ hoverHeaderBackgroundColor?: string | null | undefined;
14573
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
14574
+ } | null | undefined;
13823
14575
  } | null | undefined;
13824
14576
  bar?: {
13825
14577
  backgroundColor?: string | null | undefined;
@@ -13967,6 +14719,14 @@ export declare class Builder implements VSeedBuilder {
13967
14719
  labelBackgroundColor?: string | null | undefined;
13968
14720
  } | null | undefined;
13969
14721
  stackCornerRadius?: number | number[] | null | undefined;
14722
+ pivotGrid?: {
14723
+ borderColor?: string | null | undefined;
14724
+ bodyFontColor?: string | null | undefined;
14725
+ headerFontColor?: string | null | undefined;
14726
+ headerBackgroundColor?: string | null | undefined;
14727
+ hoverHeaderBackgroundColor?: string | null | undefined;
14728
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
14729
+ } | null | undefined;
13970
14730
  } | null | undefined;
13971
14731
  barParallel?: {
13972
14732
  backgroundColor?: string | null | undefined;
@@ -14114,6 +14874,14 @@ export declare class Builder implements VSeedBuilder {
14114
14874
  labelBackgroundColor?: string | null | undefined;
14115
14875
  } | null | undefined;
14116
14876
  stackCornerRadius?: number | number[] | null | undefined;
14877
+ pivotGrid?: {
14878
+ borderColor?: string | null | undefined;
14879
+ bodyFontColor?: string | null | undefined;
14880
+ headerFontColor?: string | null | undefined;
14881
+ headerBackgroundColor?: string | null | undefined;
14882
+ hoverHeaderBackgroundColor?: string | null | undefined;
14883
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
14884
+ } | null | undefined;
14117
14885
  } | null | undefined;
14118
14886
  barPercent?: {
14119
14887
  backgroundColor?: string | null | undefined;
@@ -14261,6 +15029,14 @@ export declare class Builder implements VSeedBuilder {
14261
15029
  labelBackgroundColor?: string | null | undefined;
14262
15030
  } | null | undefined;
14263
15031
  stackCornerRadius?: number | number[] | null | undefined;
15032
+ pivotGrid?: {
15033
+ borderColor?: string | null | undefined;
15034
+ bodyFontColor?: string | null | undefined;
15035
+ headerFontColor?: string | null | undefined;
15036
+ headerBackgroundColor?: string | null | undefined;
15037
+ hoverHeaderBackgroundColor?: string | null | undefined;
15038
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
15039
+ } | null | undefined;
14264
15040
  } | null | undefined;
14265
15041
  area?: {
14266
15042
  backgroundColor?: string | null | undefined;
@@ -14407,6 +15183,14 @@ export declare class Builder implements VSeedBuilder {
14407
15183
  labelVisible?: boolean | null | undefined;
14408
15184
  labelBackgroundColor?: string | null | undefined;
14409
15185
  } | null | undefined;
15186
+ pivotGrid?: {
15187
+ borderColor?: string | null | undefined;
15188
+ bodyFontColor?: string | null | undefined;
15189
+ headerFontColor?: string | null | undefined;
15190
+ headerBackgroundColor?: string | null | undefined;
15191
+ hoverHeaderBackgroundColor?: string | null | undefined;
15192
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
15193
+ } | null | undefined;
14410
15194
  } | null | undefined;
14411
15195
  areaPercent?: {
14412
15196
  backgroundColor?: string | null | undefined;
@@ -14553,6 +15337,14 @@ export declare class Builder implements VSeedBuilder {
14553
15337
  labelVisible?: boolean | null | undefined;
14554
15338
  labelBackgroundColor?: string | null | undefined;
14555
15339
  } | null | undefined;
15340
+ pivotGrid?: {
15341
+ borderColor?: string | null | undefined;
15342
+ bodyFontColor?: string | null | undefined;
15343
+ headerFontColor?: string | null | undefined;
15344
+ headerBackgroundColor?: string | null | undefined;
15345
+ hoverHeaderBackgroundColor?: string | null | undefined;
15346
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
15347
+ } | null | undefined;
14556
15348
  } | null | undefined;
14557
15349
  scatter?: {
14558
15350
  backgroundColor?: string | null | undefined;
@@ -14714,6 +15506,14 @@ export declare class Builder implements VSeedBuilder {
14714
15506
  } | null | undefined;
14715
15507
  size?: number | number[] | null | undefined;
14716
15508
  sizeRange?: number | number[] | null | undefined;
15509
+ pivotGrid?: {
15510
+ borderColor?: string | null | undefined;
15511
+ bodyFontColor?: string | null | undefined;
15512
+ headerFontColor?: string | null | undefined;
15513
+ headerBackgroundColor?: string | null | undefined;
15514
+ hoverHeaderBackgroundColor?: string | null | undefined;
15515
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
15516
+ } | null | undefined;
14717
15517
  } | null | undefined;
14718
15518
  dualAxis?: {
14719
15519
  backgroundColor?: string | null | undefined;
@@ -15022,6 +15822,14 @@ export declare class Builder implements VSeedBuilder {
15022
15822
  labelVisible?: boolean | null | undefined;
15023
15823
  labelBackgroundColor?: string | null | undefined;
15024
15824
  } | null | undefined;
15825
+ pivotGrid?: {
15826
+ borderColor?: string | null | undefined;
15827
+ bodyFontColor?: string | null | undefined;
15828
+ headerFontColor?: string | null | undefined;
15829
+ headerBackgroundColor?: string | null | undefined;
15830
+ hoverHeaderBackgroundColor?: string | null | undefined;
15831
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
15832
+ } | null | undefined;
15025
15833
  } | null | undefined;
15026
15834
  rose?: {
15027
15835
  backgroundColor?: string | null | undefined;
@@ -15071,6 +15879,14 @@ export declare class Builder implements VSeedBuilder {
15071
15879
  labelFontSize?: number | null | undefined;
15072
15880
  labelFontWeight?: string | number | null | undefined;
15073
15881
  } | null | undefined;
15882
+ pivotGrid?: {
15883
+ borderColor?: string | null | undefined;
15884
+ bodyFontColor?: string | null | undefined;
15885
+ headerFontColor?: string | null | undefined;
15886
+ headerBackgroundColor?: string | null | undefined;
15887
+ hoverHeaderBackgroundColor?: string | null | undefined;
15888
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
15889
+ } | null | undefined;
15074
15890
  } | null | undefined;
15075
15891
  roseParallel?: {
15076
15892
  backgroundColor?: string | null | undefined;
@@ -15120,6 +15936,14 @@ export declare class Builder implements VSeedBuilder {
15120
15936
  labelFontSize?: number | null | undefined;
15121
15937
  labelFontWeight?: string | number | null | undefined;
15122
15938
  } | null | undefined;
15939
+ pivotGrid?: {
15940
+ borderColor?: string | null | undefined;
15941
+ bodyFontColor?: string | null | undefined;
15942
+ headerFontColor?: string | null | undefined;
15943
+ headerBackgroundColor?: string | null | undefined;
15944
+ hoverHeaderBackgroundColor?: string | null | undefined;
15945
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
15946
+ } | null | undefined;
15123
15947
  } | null | undefined;
15124
15948
  pie?: {
15125
15949
  backgroundColor?: string | null | undefined;
@@ -15169,6 +15993,14 @@ export declare class Builder implements VSeedBuilder {
15169
15993
  labelFontSize?: number | null | undefined;
15170
15994
  labelFontWeight?: string | number | null | undefined;
15171
15995
  } | null | undefined;
15996
+ pivotGrid?: {
15997
+ borderColor?: string | null | undefined;
15998
+ bodyFontColor?: string | null | undefined;
15999
+ headerFontColor?: string | null | undefined;
16000
+ headerBackgroundColor?: string | null | undefined;
16001
+ hoverHeaderBackgroundColor?: string | null | undefined;
16002
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
16003
+ } | null | undefined;
15172
16004
  } | null | undefined;
15173
16005
  donut?: {
15174
16006
  backgroundColor?: string | null | undefined;
@@ -15218,6 +16050,14 @@ export declare class Builder implements VSeedBuilder {
15218
16050
  labelFontSize?: number | null | undefined;
15219
16051
  labelFontWeight?: string | number | null | undefined;
15220
16052
  } | null | undefined;
16053
+ pivotGrid?: {
16054
+ borderColor?: string | null | undefined;
16055
+ bodyFontColor?: string | null | undefined;
16056
+ headerFontColor?: string | null | undefined;
16057
+ headerBackgroundColor?: string | null | undefined;
16058
+ hoverHeaderBackgroundColor?: string | null | undefined;
16059
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
16060
+ } | null | undefined;
15221
16061
  } | null | undefined;
15222
16062
  radar?: {
15223
16063
  backgroundColor?: string | null | undefined;
@@ -15267,6 +16107,14 @@ export declare class Builder implements VSeedBuilder {
15267
16107
  labelFontSize?: number | null | undefined;
15268
16108
  labelFontWeight?: string | number | null | undefined;
15269
16109
  } | null | undefined;
16110
+ pivotGrid?: {
16111
+ borderColor?: string | null | undefined;
16112
+ bodyFontColor?: string | null | undefined;
16113
+ headerFontColor?: string | null | undefined;
16114
+ headerBackgroundColor?: string | null | undefined;
16115
+ hoverHeaderBackgroundColor?: string | null | undefined;
16116
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
16117
+ } | null | undefined;
15270
16118
  } | null | undefined;
15271
16119
  funnel?: {
15272
16120
  backgroundColor?: string | null | undefined;
@@ -15413,6 +16261,14 @@ export declare class Builder implements VSeedBuilder {
15413
16261
  labelVisible?: boolean | null | undefined;
15414
16262
  labelBackgroundColor?: string | null | undefined;
15415
16263
  } | null | undefined;
16264
+ pivotGrid?: {
16265
+ borderColor?: string | null | undefined;
16266
+ bodyFontColor?: string | null | undefined;
16267
+ headerFontColor?: string | null | undefined;
16268
+ headerBackgroundColor?: string | null | undefined;
16269
+ hoverHeaderBackgroundColor?: string | null | undefined;
16270
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
16271
+ } | null | undefined;
15416
16272
  } | null | undefined;
15417
16273
  heatmap?: {
15418
16274
  backgroundColor?: string | null | undefined;
@@ -15559,6 +16415,14 @@ export declare class Builder implements VSeedBuilder {
15559
16415
  labelVisible?: boolean | null | undefined;
15560
16416
  labelBackgroundColor?: string | null | undefined;
15561
16417
  } | null | undefined;
16418
+ pivotGrid?: {
16419
+ borderColor?: string | null | undefined;
16420
+ bodyFontColor?: string | null | undefined;
16421
+ headerFontColor?: string | null | undefined;
16422
+ headerBackgroundColor?: string | null | undefined;
16423
+ hoverHeaderBackgroundColor?: string | null | undefined;
16424
+ hoverHeaderInlineBackgroundColor?: string | null | undefined;
16425
+ } | null | undefined;
15562
16426
  } | null | undefined;
15563
16427
  } | null | undefined;
15564
16428
  }>;