flexmonster 2.9.100 → 2.9.101

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 (61) hide show
  1. package/flexmonster.css +136 -5
  2. package/flexmonster.full.js +2352 -2391
  3. package/flexmonster.js +2350 -2389
  4. package/flexmonster.min.css +2 -2
  5. package/lib/flexmonster.amcharts.js +1 -1
  6. package/lib/flexmonster.fusioncharts.js +1 -1
  7. package/lib/flexmonster.googlecharts.js +1 -1
  8. package/lib/flexmonster.highcharts.js +1 -1
  9. package/package.json +1 -1
  10. package/theme/accessible/flexmonster.css +194 -63
  11. package/theme/accessible/flexmonster.less +16 -15
  12. package/theme/accessible/flexmonster.min.css +2 -2
  13. package/theme/blackorange/flexmonster.css +136 -5
  14. package/theme/blackorange/flexmonster.less +1 -1
  15. package/theme/blackorange/flexmonster.min.css +2 -2
  16. package/theme/brightorange/flexmonster.css +136 -5
  17. package/theme/brightorange/flexmonster.less +1 -1
  18. package/theme/brightorange/flexmonster.min.css +2 -2
  19. package/theme/dark/flexmonster.css +136 -5
  20. package/theme/dark/flexmonster.less +1 -1
  21. package/theme/dark/flexmonster.min.css +2 -2
  22. package/theme/default/flexmonster.less +1 -1
  23. package/theme/flexmonster-base.less +102 -6
  24. package/theme/green/flexmonster.css +136 -5
  25. package/theme/green/flexmonster.less +1 -1
  26. package/theme/green/flexmonster.min.css +2 -2
  27. package/theme/lightblue/flexmonster.css +136 -5
  28. package/theme/lightblue/flexmonster.less +1 -1
  29. package/theme/lightblue/flexmonster.min.css +2 -2
  30. package/theme/macos/flexmonster.css +136 -5
  31. package/theme/macos/flexmonster.less +1 -1
  32. package/theme/macos/flexmonster.min.css +2 -2
  33. package/theme/midnight/flexmonster.css +136 -5
  34. package/theme/midnight/flexmonster.less +1 -1
  35. package/theme/midnight/flexmonster.min.css +2 -2
  36. package/theme/old/flexmonster.css +136 -5
  37. package/theme/old/flexmonster.less +1 -1
  38. package/theme/old/flexmonster.min.css +2 -2
  39. package/theme/orange/flexmonster.css +136 -5
  40. package/theme/orange/flexmonster.less +1 -1
  41. package/theme/orange/flexmonster.min.css +2 -2
  42. package/theme/purple/flexmonster.css +136 -5
  43. package/theme/purple/flexmonster.less +1 -1
  44. package/theme/purple/flexmonster.min.css +2 -2
  45. package/theme/softdefault/flexmonster.css +136 -5
  46. package/theme/softdefault/flexmonster.less +1 -1
  47. package/theme/softdefault/flexmonster.min.css +2 -2
  48. package/theme/stripedblue/flexmonster.css +136 -5
  49. package/theme/stripedblue/flexmonster.less +1 -1
  50. package/theme/stripedblue/flexmonster.min.css +2 -2
  51. package/theme/stripedteal/flexmonster.css +136 -5
  52. package/theme/stripedteal/flexmonster.less +1 -1
  53. package/theme/stripedteal/flexmonster.min.css +2 -2
  54. package/theme/teal/flexmonster.css +136 -5
  55. package/theme/teal/flexmonster.less +1 -1
  56. package/theme/teal/flexmonster.min.css +2 -2
  57. package/theme/yellow/flexmonster.css +136 -5
  58. package/theme/yellow/flexmonster.less +1 -1
  59. package/theme/yellow/flexmonster.min.css +2 -2
  60. package/toolbar/flexmonster.toolbar.js +1 -1
  61. package/types/flexmonster.d.ts +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * March 2025 (v. 2.9.100)
3
+ * April 2025 (v. 2.9.101)
4
4
  * Copyright (c) 2025 Flexmonster. All rights reserved.
5
5
  *
6
6
  * Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement:
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * March 2025 (v. 2.9.100)
3
+ * April 2025 (v. 2.9.101)
4
4
  * Copyright (c) 2025 Flexmonster. All rights reserved.
5
5
  *
6
6
  * Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement:
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * March 2025 (v. 2.9.100)
3
+ * April 2025 (v. 2.9.101)
4
4
  * Copyright (c) 2025 Flexmonster. All rights reserved.
5
5
  *
6
6
  * Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement:
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * March 2025 (v. 2.9.100)
3
+ * April 2025 (v. 2.9.101)
4
4
  * Copyright (c) 2025 Flexmonster. All rights reserved.
5
5
  *
6
6
  * Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexmonster",
3
- "version": "2.9.100",
3
+ "version": "2.9.101",
4
4
  "description": "Pivot table component for web reporting. The most powerful JavaScript tool to visualize your business data.",
5
5
  "main": "flexmonster.full.js",
6
6
  "typings": "./types/flexmonster.d.ts",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * March 2025 (v. 2.9.100)
3
+ * April 2025 (v. 2.9.101)
4
4
  * Copyright (c) 2025 Flexmonster. All rights reserved.
5
5
  *
6
6
  * Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement:
@@ -14,7 +14,7 @@
14
14
  * https://www.flexmonster.com/pivot-table-editions-and-pricing/
15
15
  */
16
16
  :root {
17
- --fm-version: "2.9.100";
17
+ --fm-version: "2.9.101";
18
18
  }
19
19
  /* ===== RESET STYLES ===== */
20
20
  #fm-pivot-view,
@@ -1795,7 +1795,7 @@
1795
1795
  color: #F44336;
1796
1796
  right: 0;
1797
1797
  }
1798
- #fm-pivot-view .fm-helper.fm-drag-remove .fm-drag-icon:after {
1798
+ #fm-pivot-view .fm-helper.fm-drag-remove .fm-drag-icon::after {
1799
1799
  display: block;
1800
1800
  position: absolute;
1801
1801
  font-family: 'flexmonster-icons' !important;
@@ -1818,6 +1818,89 @@
1818
1818
  top: -4px;
1819
1819
  font-size: 21px;
1820
1820
  }
1821
+ @media (max-width: 1370px) and (pointer: coarse) {
1822
+ #fm-pivot-view .fm-helper {
1823
+ -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
1824
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
1825
+ display: inline-block;
1826
+ background: #E8E8E8;
1827
+ opacity: 0.9;
1828
+ padding: 10px 9px;
1829
+ font-family: Arial, sans-serif;
1830
+ font-size: 14px;
1831
+ font-weight: bold;
1832
+ border: 1px solid #111;
1833
+ pointer-events: none;
1834
+ white-space: nowrap;
1835
+ text-overflow: ellipsis;
1836
+ overflow: hidden;
1837
+ max-width: 250px;
1838
+ color: #111;
1839
+ }
1840
+ #fm-pivot-view .fm-helper .fm-label {
1841
+ width: calc(100% - 20px);
1842
+ display: inline-block;
1843
+ text-overflow: ellipsis;
1844
+ overflow: hidden;
1845
+ }
1846
+ #fm-pivot-view .fm-helper .fm-drag-icon {
1847
+ float: right;
1848
+ position: relative;
1849
+ }
1850
+ #fm-pivot-view .fm-helper.fm-no-drop .fm-drag-icon:after {
1851
+ display: block;
1852
+ position: absolute;
1853
+ font-family: 'flexmonster-icons' !important;
1854
+ speak-as: none;
1855
+ font-style: normal;
1856
+ font-weight: normal;
1857
+ font-variant: normal;
1858
+ text-transform: none;
1859
+ line-height: 1;
1860
+ width: auto;
1861
+ height: auto;
1862
+ height: initial;
1863
+ background: transparent;
1864
+ /* Better Font Rendering =========== */
1865
+ -webkit-font-smoothing: antialiased;
1866
+ -moz-osx-font-smoothing: grayscale;
1867
+ content: "\ea0e";
1868
+ color: #F44336;
1869
+ right: 0;
1870
+ }
1871
+ #fm-pivot-view .fm-helper.fm-drag-remove {
1872
+ border-color: red;
1873
+ border-width: 2px;
1874
+ display: flex;
1875
+ }
1876
+ #fm-pivot-view .fm-helper.fm-drag-remove .fm-label {
1877
+ display: flex;
1878
+ padding-left: 10px;
1879
+ }
1880
+ #fm-pivot-view .fm-helper.fm-drag-remove .fm-drag-icon::after {
1881
+ display: block;
1882
+ position: absolute;
1883
+ font-family: 'flexmonster-icons' !important;
1884
+ speak-as: none;
1885
+ font-style: normal;
1886
+ font-weight: normal;
1887
+ font-variant: normal;
1888
+ text-transform: none;
1889
+ line-height: 1;
1890
+ width: auto;
1891
+ height: auto;
1892
+ height: initial;
1893
+ background: transparent;
1894
+ /* Better Font Rendering =========== */
1895
+ -webkit-font-smoothing: antialiased;
1896
+ -moz-osx-font-smoothing: grayscale;
1897
+ content: "\e90e";
1898
+ color: #F44336;
1899
+ left: -8px;
1900
+ top: -5px;
1901
+ font-size: 21px;
1902
+ }
1903
+ }
1821
1904
  #fm-pivot-view .fm-header-helper {
1822
1905
  text-transform: uppercase;
1823
1906
  border: none;
@@ -1827,6 +1910,10 @@
1827
1910
  border: 1px solid #555;
1828
1911
  cursor: move;
1829
1912
  }
1913
+ #fm-pivot-view .fm-header-helper.fm-drag-remove {
1914
+ border-color: red;
1915
+ border-width: 2px;
1916
+ }
1830
1917
  #fm-pivot-view .fm-header-helper.fm-drag-remove .fm-remove-icon {
1831
1918
  display: inline-block;
1832
1919
  margin-left: 4px;
@@ -1852,10 +1939,54 @@
1852
1939
  -moz-osx-font-smoothing: grayscale;
1853
1940
  content: "\e90e";
1854
1941
  color: #F44336;
1855
- top: -15px;
1856
- left: -6px;
1942
+ top: -16px;
1943
+ left: -7px;
1857
1944
  font-size: 21px;
1858
1945
  }
1946
+ @media (max-width: 1370px) and (pointer: coarse) {
1947
+ #fm-pivot-view .fm-header-helper {
1948
+ text-transform: uppercase;
1949
+ border: none;
1950
+ background: #E8E8E8;
1951
+ padding: 12px 18px;
1952
+ font-size: 14.4px;
1953
+ border: 1px solid #555;
1954
+ cursor: move;
1955
+ }
1956
+ #fm-pivot-view .fm-header-helper.fm-drag-remove {
1957
+ border-color: red;
1958
+ border-width: 2px;
1959
+ }
1960
+ #fm-pivot-view .fm-header-helper.fm-drag-remove .fm-remove-icon {
1961
+ display: inline-block;
1962
+ margin-left: 4px;
1963
+ width: 10px;
1964
+ position: relative;
1965
+ }
1966
+ #fm-pivot-view .fm-header-helper.fm-drag-remove .fm-remove-icon:after {
1967
+ display: block;
1968
+ position: absolute;
1969
+ font-family: 'flexmonster-icons' !important;
1970
+ speak-as: none;
1971
+ font-style: normal;
1972
+ font-weight: normal;
1973
+ font-variant: normal;
1974
+ text-transform: none;
1975
+ line-height: 1;
1976
+ width: auto;
1977
+ height: auto;
1978
+ height: initial;
1979
+ background: transparent;
1980
+ /* Better Font Rendering =========== */
1981
+ -webkit-font-smoothing: antialiased;
1982
+ -moz-osx-font-smoothing: grayscale;
1983
+ content: "\e90e";
1984
+ color: #F44336;
1985
+ top: -23px;
1986
+ left: -15px;
1987
+ font-size: 31.5px;
1988
+ }
1989
+ }
1859
1990
  #fm-pivot-view .fm-drop-indicator {
1860
1991
  height: 2px;
1861
1992
  background: #454545;
@@ -5474,8 +5605,8 @@
5474
5605
  color: #111;
5475
5606
  box-sizing: border-box;
5476
5607
  vertical-align: top;
5477
- border-right: 1px solid #E9E9E9;
5478
- border-bottom: 1px solid #E9E9E9;
5608
+ border-right: 1px solid #8F8F8F;
5609
+ border-bottom: 1px solid #8F8F8F;
5479
5610
  padding: 7px 4px;
5480
5611
  line-height: normal;
5481
5612
  }
@@ -5551,14 +5682,14 @@
5551
5682
  #fm-pivot-view .fm-grid-layout div.fm-header-r {
5552
5683
  background-color: #f7f7f7;
5553
5684
  color: #111;
5554
- border-right: 1px solid #D2D2D2;
5555
- border-bottom: 1px solid #D2D2D2;
5685
+ border-right: 1px solid #8F8F8F;
5686
+ border-bottom: 1px solid #8F8F8F;
5556
5687
  }
5557
5688
  #fm-pivot-view .fm-grid-layout div.fm-header-c {
5558
5689
  background-color: #E9E9E9;
5559
5690
  color: #111;
5560
- border-right: 1px solid #CFCFCF;
5561
- border-bottom: 1px solid #CFCFCF;
5691
+ border-right: 1px solid #8F8F8F;
5692
+ border-bottom: 1px solid #8F8F8F;
5562
5693
  }
5563
5694
  #fm-pivot-view .fm-grid-layout div.fm-filter-header {
5564
5695
  cursor: pointer;
@@ -5570,64 +5701,64 @@
5570
5701
  font-weight: bold;
5571
5702
  background-color: #FFFFFF;
5572
5703
  color: #111;
5573
- border-right: 1px solid #E9E9E9;
5574
- border-bottom: 1px solid #E9E9E9;
5704
+ border-right: 1px solid #8F8F8F;
5705
+ border-bottom: 1px solid #8F8F8F;
5575
5706
  }
5576
5707
  #fm-pivot-view .fm-grid-layout div.fm-total-c {
5577
5708
  font-weight: bold;
5578
5709
  background-color: #FFFFFF;
5579
5710
  color: #111;
5580
- border-right: 1px solid #E9E9E9;
5581
- border-bottom: 1px solid #E9E9E9;
5711
+ border-right: 1px solid #8F8F8F;
5712
+ border-bottom: 1px solid #8F8F8F;
5582
5713
  }
5583
5714
  #fm-pivot-view .fm-grid-layout div.fm-grand-total-r {
5584
5715
  font-weight: bold;
5585
5716
  background-color: #F5F5F5;
5586
5717
  color: #111;
5587
- border-right: 1px solid #DaDaDa;
5588
- border-bottom: 1px solid #DaDaDa;
5718
+ border-right: 1px solid #8F8F8F;
5719
+ border-bottom: 1px solid #8F8F8F;
5589
5720
  }
5590
5721
  #fm-pivot-view .fm-grid-layout div.fm-grand-total-c {
5591
5722
  font-weight: bold;
5592
5723
  background-color: #FFFFFF;
5593
5724
  color: #111;
5594
- border-right: 1px solid #E9E9E9;
5595
- border-bottom: 1px solid #E9E9E9;
5725
+ border-right: 1px solid #8F8F8F;
5726
+ border-bottom: 1px solid #8F8F8F;
5596
5727
  }
5597
5728
  #fm-pivot-view .fm-grid-layout div.fm-grand-total-c.fm-grand-total-r {
5598
5729
  font-weight: bold;
5599
5730
  background-color: #F5F5F5;
5600
5731
  color: #111;
5601
- border-right: 1px solid #DaDaDa;
5602
- border-bottom: 1px solid #DaDaDa;
5732
+ border-right: 1px solid #8F8F8F;
5733
+ border-bottom: 1px solid #8F8F8F;
5603
5734
  }
5604
5735
  #fm-pivot-view .fm-grid-layout div.fm-header.fm-total-r {
5605
5736
  font-weight: normal;
5606
5737
  background-color: #f7f7f7;
5607
5738
  color: #111;
5608
- border-right: 1px solid #D2D2D2;
5609
- border-bottom: 1px solid #D2D2D2;
5739
+ border-right: 1px solid #8F8F8F;
5740
+ border-bottom: 1px solid #8F8F8F;
5610
5741
  }
5611
5742
  #fm-pivot-view .fm-grid-layout div.fm-header.fm-total-c {
5612
5743
  font-weight: normal;
5613
5744
  background-color: #E9E9E9;
5614
5745
  color: #111;
5615
- border-right: 1px solid #CFCFCF;
5616
- border-bottom: 1px solid #CFCFCF;
5746
+ border-right: 1px solid #8F8F8F;
5747
+ border-bottom: 1px solid #8F8F8F;
5617
5748
  }
5618
5749
  #fm-pivot-view .fm-grid-layout div.fm-header.fm-grand-total-r {
5619
5750
  font-weight: bold;
5620
5751
  background-color: #E9E9E9;
5621
5752
  color: #111;
5622
- border-right: 1px solid #CFCFCF;
5623
- border-bottom: 1px solid #CFCFCF;
5753
+ border-right: 1px solid #8F8F8F;
5754
+ border-bottom: 1px solid #8F8F8F;
5624
5755
  }
5625
5756
  #fm-pivot-view .fm-grid-layout div.fm-header.fm-grand-total-c {
5626
5757
  font-weight: bold;
5627
5758
  background-color: #E9E9E9;
5628
5759
  color: #111;
5629
- border-right: 1px solid #CFCFCF;
5630
- border-bottom: 1px solid #CFCFCF;
5760
+ border-right: 1px solid #8F8F8F;
5761
+ border-bottom: 1px solid #8F8F8F;
5631
5762
  }
5632
5763
  #fm-pivot-view .fm-grid-layout.fm-flat-view div.fm-total,
5633
5764
  #fm-pivot-view .fm-grid-layout.fm-flat-view div.fm-grand-total {
@@ -5639,11 +5770,11 @@
5639
5770
  color: #111;
5640
5771
  }
5641
5772
  #fm-pivot-view .fm-grid-layout .fm-cols-filter {
5642
- border-right: 1px solid #CFCFCF;
5773
+ border-right: 1px solid #8F8F8F;
5643
5774
  z-index: 1;
5644
5775
  }
5645
5776
  #fm-pivot-view .fm-grid-layout .fm-cols-filter .fm-row {
5646
- border-bottom: 1px solid #CFCFCF;
5777
+ border-bottom: 1px solid #8F8F8F;
5647
5778
  }
5648
5779
  #fm-pivot-view .fm-grid-layout .fm-filters .fm-header,
5649
5780
  #fm-pivot-view .fm-grid-layout.fm-flat-view .fm-header {
@@ -5652,8 +5783,8 @@
5652
5783
  font-weight: bold;
5653
5784
  text-transform: uppercase;
5654
5785
  position: relative;
5655
- border-bottom: 1px solid #CFCFCF;
5656
- border-right: 1px solid #CFCFCF;
5786
+ border-bottom: 1px solid #8F8F8F;
5787
+ border-right: 1px solid #8F8F8F;
5657
5788
  overflow: hidden;
5658
5789
  text-overflow: ellipsis;
5659
5790
  }
@@ -5664,8 +5795,8 @@
5664
5795
  font-weight: bold;
5665
5796
  text-transform: uppercase;
5666
5797
  position: relative;
5667
- border-bottom: 1px solid #CFCFCF;
5668
- border-right: 1px solid #CFCFCF;
5798
+ border-bottom: 1px solid #8F8F8F;
5799
+ border-right: 1px solid #8F8F8F;
5669
5800
  overflow: hidden;
5670
5801
  text-overflow: ellipsis;
5671
5802
  }
@@ -5743,7 +5874,7 @@
5743
5874
  }
5744
5875
  #fm-pivot-view .fm-grid-layout .fm-filters.fm-cols-filter .fm-filter-header {
5745
5876
  border-right: none;
5746
- border-bottom: 1px solid #CFCFCF;
5877
+ border-bottom: 1px solid #8F8F8F;
5747
5878
  background-color: #E9E9E9;
5748
5879
  color: #111;
5749
5880
  }
@@ -5756,8 +5887,8 @@
5756
5887
  height: 100%;
5757
5888
  }
5758
5889
  #fm-pivot-view .fm-grid-layout .fm-filters.fm-rows-filter .fm-filter-header {
5759
- border-right: 1px solid #CFCFCF;
5760
- border-bottom: 1px solid #CFCFCF;
5890
+ border-right: 1px solid #8F8F8F;
5891
+ border-bottom: 1px solid #8F8F8F;
5761
5892
  background-color: #E9E9E9;
5762
5893
  color: #111;
5763
5894
  }
@@ -6012,8 +6143,8 @@
6012
6143
  }
6013
6144
  #fm-pivot-view .fm-grid-layout div.fm-sheet-header,
6014
6145
  #fm-pivot-view .fm-grid-layout .fm-filters div.fm-sheet-header {
6015
- border-right: 1px solid #D2D2D2;
6016
- border-bottom: 1px solid #D2D2D2;
6146
+ border-right: 1px solid #8F8F8F;
6147
+ border-bottom: 1px solid #8F8F8F;
6017
6148
  color: #111;
6018
6149
  background-color: #f7f7f7;
6019
6150
  text-align: center;
@@ -8178,24 +8309,24 @@ Used in this file to define bg, border and other colors
8178
8309
  -----------------------------------------------------------------*/
8179
8310
  #fm-pivot-view .fm-data-sheet .fm-row .fm-cell.fm-total.fm-grand-total-c.fm-total-r:not(.fm-grand-total-r) {
8180
8311
  background-color: #FFFFFF;
8181
- border-bottom: 1px solid #E9E9E9;
8312
+ border-bottom: 1px solid #8F8F8F;
8182
8313
  }
8183
8314
  #fm-pivot-view .fm-data-sheet .fm-row .fm-cell.fm-level-0:not(.fm-grand-total) {
8184
8315
  background-color: #FFFFFF;
8185
- border-bottom: 1px solid #E9E9E9;
8316
+ border-bottom: 1px solid #8F8F8F;
8186
8317
  }
8187
8318
  #fm-pivot-view .fm-data-sheet .fm-row .fm-cell.fm-level-0.fm-grand-total-c:not(.fm-grand-total-r) {
8188
8319
  background-color: #FFFFFF;
8189
- border-bottom: 1px solid #E9E9E9;
8320
+ border-bottom: 1px solid #8F8F8F;
8190
8321
  }
8191
8322
  #fm-pivot-view .fm-data-sheet .fm-row .fm-cell.fm-total.fm-total-c.fm-total-r:not(.fm-grand-total) {
8192
8323
  background-color: #FFFFFF;
8193
- border-bottom: 1px solid #E9E9E9;
8324
+ border-bottom: 1px solid #8F8F8F;
8194
8325
  }
8195
8326
  #fm-pivot-view .fm-rows-sheet .fm-row .fm-cell.fm-header.fm-header-r.fm-total-r:not(.fm-grand-total),
8196
8327
  #fm-pivot-view .fm-rows-sheet .fm-row .fm-cell.fm-level-0:not(.fm-grand-total) {
8197
8328
  background-color: #f7f7f7;
8198
- border-bottom: 1px solid #D2D2D2;
8329
+ border-bottom: 1px solid #8F8F8F;
8199
8330
  color: #111;
8200
8331
  }
8201
8332
  #fm-pivot-view .fm-rows-sheet .fm-row .fm-cell.fm-header.fm-header-r.fm-total-r:not(.fm-grand-total) i.fm-icon:before,
@@ -8208,13 +8339,13 @@ Used in this file to define bg, border and other colors
8208
8339
  }
8209
8340
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content div:last-child .fm-cell:not(.fm-empty) {
8210
8341
  background-color: #E9E9E9;
8211
- border-right: 1px solid #CFCFCF;
8212
- border-bottom: 1px solid #CFCFCF;
8342
+ border-right: 1px solid #8F8F8F;
8343
+ border-bottom: 1px solid #8F8F8F;
8213
8344
  }
8214
8345
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content div:last-child .fm-cell.fm-sheet-header {
8215
8346
  background-color: #f7f7f7;
8216
- border-right: 1px solid #D2D2D2;
8217
- border-bottom: 1px solid #D2D2D2;
8347
+ border-right: 1px solid #8F8F8F;
8348
+ border-bottom: 1px solid #8F8F8F;
8218
8349
  }
8219
8350
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content span.fm-hierarchy-link {
8220
8351
  color: #454545;
@@ -8223,12 +8354,12 @@ Used in this file to define bg, border and other colors
8223
8354
  background-color: #FFFFFF;
8224
8355
  }
8225
8356
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content div:last-child .fm-cell.fm-header:not(.fm-empty) {
8226
- border-bottom: 1px solid #CFCFCF;
8357
+ border-bottom: 1px solid #8F8F8F;
8227
8358
  background-color: #E9E9E9;
8228
8359
  }
8229
8360
  #fm-pivot-view .fm-sheet-headers div:last-child .fm-cell.fm-header,
8230
8361
  #fm-pivot-view .fm-rows-filter div:last-child .fm-cell.fm-header {
8231
- border-bottom: 1px solid #CFCFCF !important;
8362
+ border-bottom: 1px solid #8F8F8F !important;
8232
8363
  }
8233
8364
  #fm-pivot-view .fm-grid-layout div.fm-header-c.fm-empty {
8234
8365
  background-color: #E9E9E9;
@@ -8237,40 +8368,40 @@ Used in this file to define bg, border and other colors
8237
8368
  background-color: #E9E9E9;
8238
8369
  }
8239
8370
  #fm-pivot-view .fm-rows-sheet .fm-scroll-content .fm-row .fm-sheet-header {
8240
- border-bottom: 1px solid #D2D2D2;
8371
+ border-bottom: 1px solid #8F8F8F;
8241
8372
  color: #111;
8242
8373
  background-color: #f7f7f7;
8243
8374
  }
8244
8375
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content .fm-row .fm-cell:not(.fm-filter-header) {
8245
8376
  background-color: #E9E9E9;
8246
8377
  color: #111;
8247
- border-right: 1px solid #CFCFCF;
8248
- border-bottom: 1px solid #CFCFCF;
8378
+ border-right: 1px solid #8F8F8F;
8379
+ border-bottom: 1px solid #8F8F8F;
8249
8380
  }
8250
8381
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content .fm-row .fm-cell:not(.fm-filter-header).fm-sheet-header {
8251
8382
  background-color: #f7f7f7;
8252
- border-bottom: 1px solid #D2D2D2;
8383
+ border-bottom: 1px solid #8F8F8F;
8253
8384
  color: #111;
8254
8385
  }
8255
8386
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content .fm-row .fm-cell:not(.fm-filter-header).fm-empty {
8256
8387
  background-color: #FFFFFF;
8257
- border-right: 1px solid #E9E9E9;
8258
- border-bottom: 1px solid #E9E9E9;
8388
+ border-right: 1px solid #8F8F8F;
8389
+ border-bottom: 1px solid #8F8F8F;
8259
8390
  }
8260
8391
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content .fm-row .fm-cell:not(.fm-filter-header).fm-header {
8261
8392
  background-color: #E9E9E9;
8262
- border-right: 1px solid #CFCFCF;
8263
- border-bottom: 1px solid #CFCFCF;
8393
+ border-right: 1px solid #8F8F8F;
8394
+ border-bottom: 1px solid #8F8F8F;
8264
8395
  }
8265
8396
  #fm-pivot-view .fm-rows-sheet .fm-row .fm-cell[data-n="odd"]:not(.fm-empty) {
8266
8397
  background-color: #f7f7f7;
8267
- border-right: 1px solid #D2D2D2;
8268
- border-bottom: 1px solid #D2D2D2;
8398
+ border-right: 1px solid #8F8F8F;
8399
+ border-bottom: 1px solid #8F8F8F;
8269
8400
  }
8270
8401
  #fm-pivot-view .fm-rows-sheet .fm-row .fm-cell[data-n="even"]:not(.fm-empty) {
8271
8402
  background-color: #f7f7f7;
8272
- border-right: 1px solid #D2D2D2;
8273
- border-bottom: 1px solid #D2D2D2;
8403
+ border-right: 1px solid #8F8F8F;
8404
+ border-bottom: 1px solid #8F8F8F;
8274
8405
  }
8275
8406
  #fm-pivot-view .fm-rows-sheet .fm-row .fm-cell[data-n="even"]:not(.fm-empty).fm-grand-total-r {
8276
8407
  background-color: #E9E9E9;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * March 2025 (v. 2.9.100)
3
+ * April 2025 (v. 2.9.101)
4
4
  * Copyright (c) 2025 Flexmonster. All rights reserved.
5
5
  *
6
6
  * Flexmonster Pivot Table & Charts is a part of Flexmonster Software that is distributed under the terms and conditions of Flexmonster Software License Agreement:
@@ -39,6 +39,7 @@ Used in this file to define bg, border and other colors
39
39
  @theme-color-superlight: #f7f7f7;
40
40
  @theme-color-supersuperlight: #FFFFFF;
41
41
  @theme-color-danger: #F44336;
42
+ @theme-border-color: #8F8F8F;
42
43
 
43
44
  /* ===== basic grey colors, common for all themes ===== */
44
45
  @theme-base-color: #999;
@@ -103,7 +104,7 @@ Used in this file to define bg, border and other colors
103
104
  ---------------------------------------------------------*/
104
105
  @grid-sheet-header-text-color: @theme-text-color;
105
106
  @grid-sheet-header-color: @theme-color-superlight;
106
- @grid-sheet-header-border-color: #D2D2D2;
107
+ @grid-sheet-header-border-color: @theme-border-color;
107
108
  @grid-sheet-header-border-right: 1px solid @grid-sheet-header-border-color;
108
109
  @grid-sheet-header-border-bottom: 1px solid @grid-sheet-header-border-color;
109
110
 
@@ -118,14 +119,14 @@ Used in this file to define bg, border and other colors
118
119
  /* ===== table header row ===== */
119
120
  @grid-table-header-row-color: @theme-color-superlight;
120
121
  @grid-table-header-row-text-color: @theme-text-color;
121
- @grid-table-header-row-border-color: #D2D2D2;
122
+ @grid-table-header-row-border-color: @theme-border-color;
122
123
  @grid-table-header-row-border-right: 1px solid @grid-table-header-row-border-color;
123
124
  @grid-table-header-row-border-bottom: 1px solid @grid-table-header-row-border-color;
124
125
 
125
126
  /* ===== table header column ===== */
126
127
  @grid-table-header-column-color: @theme-color;
127
128
  @grid-table-header-column-text-color: @theme-text-color;
128
- @grid-table-header-column-border-color: @theme-color-midlight;
129
+ @grid-table-header-column-border-color: @theme-border-color;
129
130
  @grid-table-header-column-border-right: 1px solid @grid-table-header-column-border-color;
130
131
  @grid-table-header-column-border-bottom: 1px solid @grid-table-header-column-border-color;
131
132
 
@@ -133,7 +134,7 @@ Used in this file to define bg, border and other colors
133
134
  @grid-table-header-total-row-cell-color: @theme-color-superlight;
134
135
  @grid-table-header-total-row-cell-text-color: @theme-text-color;
135
136
  @grid-table-header-total-row-cell-font-weight: normal;
136
- @grid-table-header-total-row-cell-border-color: #D2D2D2;
137
+ @grid-table-header-total-row-cell-border-color: @theme-border-color;
137
138
  @grid-table-header-total-row-cell-border-right: 1px solid @grid-table-header-total-row-cell-border-color;
138
139
  @grid-table-header-total-row-cell-border-bottom: 1px solid @grid-table-header-total-row-cell-border-color;
139
140
 
@@ -141,7 +142,7 @@ Used in this file to define bg, border and other colors
141
142
  @grid-table-header-total-column-cell-color: @theme-color;
142
143
  @grid-table-header-total-column-cell-text-color: @theme-text-color;
143
144
  @grid-table-header-total-column-cell-font-weight: normal;
144
- @grid-table-header-total-column-cell-border-color: @theme-color-midlight;
145
+ @grid-table-header-total-column-cell-border-color: @theme-border-color;
145
146
  @grid-table-header-total-column-cell-border-right: 1px solid @grid-table-header-total-column-cell-border-color;
146
147
  @grid-table-header-total-column-cell-border-bottom: 1px solid @grid-table-header-total-column-cell-border-color;
147
148
 
@@ -149,7 +150,7 @@ Used in this file to define bg, border and other colors
149
150
  @grid-table-header-grand-total-row-cell-color: @theme-color;
150
151
  @grid-table-header-grand-total-row-cell-text-color: @theme-text-color;
151
152
  @grid-table-header-grand-total-row-cell-font-weight: bold;
152
- @grid-table-header-grand-total-row-cell-border-color: @theme-color-midlight;
153
+ @grid-table-header-grand-total-row-cell-border-color:@theme-border-color;
153
154
  @grid-table-header-grand-total-row-cell-border-right: 1px solid @grid-table-header-grand-total-row-cell-border-color;
154
155
  @grid-table-header-grand-total-row-cell-border-bottom: 1px solid @grid-table-header-grand-total-row-cell-border-color;
155
156
 
@@ -157,7 +158,7 @@ Used in this file to define bg, border and other colors
157
158
  @grid-table-header-grand-total-column-cell-color: @theme-color;
158
159
  @grid-table-header-grand-total-column-cell-text-color: @theme-text-color;
159
160
  @grid-table-header-grand-total-column-cell-font-weight: bold;
160
- @grid-table-header-grand-total-column-cell-border-color: @theme-color-midlight;
161
+ @grid-table-header-grand-total-column-cell-border-color: @theme-border-color;
161
162
  @grid-table-header-grand-total-column-cell-border-right: 1px solid @grid-table-header-grand-total-column-cell-border-color;
162
163
  @grid-table-header-grand-total-column-cell-border-bottom: 1px solid @grid-table-header-grand-total-column-cell-border-color;
163
164
 
@@ -170,7 +171,7 @@ Used in this file to define bg, border and other colors
170
171
  /* ===== table header filters column area ===== */
171
172
  @grid-table-header-filter-column-pane-color: @theme-color;
172
173
  @grid-table-header-filter-column-pane-text-color: @theme-text-color;
173
- @grid-table-header-filter-column-pane-border-color: @theme-color-midlight;
174
+ @grid-table-header-filter-column-pane-border-color: @theme-border-color;
174
175
  @grid-table-header-filter-column-pane-border-bottom: 1px solid @grid-table-header-filter-column-pane-border-color;
175
176
  @grid-table-header-filter-column-pane-border-right: 1px solid @grid-table-header-filter-column-pane-border-color;
176
177
 
@@ -178,7 +179,7 @@ Used in this file to define bg, border and other colors
178
179
  @grid-table-header-filter-column-cell-color: @theme-color;
179
180
  @grid-table-header-filter-column-cell-color-hover: darken(@grid-table-header-filter-column-cell-color, 5%);
180
181
  @grid-table-header-filter-column-cell-text-color: @theme-text-color;
181
- @grid-table-header-filter-column-cell-border-color: @theme-color-midlight;
182
+ @grid-table-header-filter-column-cell-border-color: @theme-border-color;
182
183
  @grid-table-header-filter-column-cell-border-bottom: 1px solid @grid-table-header-filter-column-cell-border-color;
183
184
  @grid-table-header-filter-column-cell-border-right: none;
184
185
 
@@ -186,7 +187,7 @@ Used in this file to define bg, border and other colors
186
187
  @grid-table-header-filter-row-cell-color: @theme-color;
187
188
  @grid-table-header-filter-row-cell-color-hover: darken(@grid-table-header-filter-row-cell-color, 5%);
188
189
  @grid-table-header-filter-row-cell-text-color: @theme-text-color;
189
- @grid-table-header-filter-row-cell-border-color: @theme-color-midlight;
190
+ @grid-table-header-filter-row-cell-border-color: @theme-border-color;
190
191
  @grid-table-header-filter-row-cell-border-bottom: 1px solid @grid-table-header-filter-row-cell-border-color;
191
192
  @grid-table-header-filter-row-cell-border-right: 1px solid @grid-table-header-filter-row-cell-border-color;
192
193
 
@@ -199,14 +200,14 @@ Used in this file to define bg, border and other colors
199
200
  @grid-flat-table-filter-header-color: @theme-color;
200
201
  @grid-flat-table-filter-header-text-color: @theme-text-color;
201
202
  @grid-flat-table-filter-header-color-hover: darken(@grid-flat-table-filter-header-color, 5%);
202
- @grid-flat-table-filter-cell-border-color: @theme-color-midlight;
203
+ @grid-flat-table-filter-cell-border-color: @theme-border-color;
203
204
  @grid-flat-table-filter-cell-border-bottom: 1px solid @grid-flat-table-filter-cell-border-color;
204
205
  @grid-flat-table-filter-cell-border-right: 1px solid @grid-flat-table-filter-cell-border-color;
205
206
 
206
207
  /* ===== drill-through table filter cell and empty filter cell styles ===== */
207
208
  @grid-table-header-filter-cell-color: @theme-color;
208
209
  @grid-table-header-filter-cell-text-color: @theme-text-color;
209
- @grid-table-header-filter-cell-border-color: @theme-color-midlight;
210
+ @grid-table-header-filter-cell-border-color: @theme-border-color;
210
211
  @grid-table-header-filter-cell-border-bottom: 1px solid @grid-table-header-filter-cell-border-color;
211
212
  @grid-table-header-filter-cell-border-right: 1px solid @grid-table-header-filter-cell-border-color;
212
213
 
@@ -219,7 +220,7 @@ Used in this file to define bg, border and other colors
219
220
  /* ===== general grid cell style ===== */
220
221
  @grid-cell-color: @theme-color-supersuperlight;
221
222
  @grid-cell-text-color: @theme-text-color;
222
- @grid-cell-border-color: @theme-color;
223
+ @grid-cell-border-color: @theme-border-color;
223
224
  @grid-cell-border-right: 1px solid @grid-cell-border-color;
224
225
  @grid-cell-border-bottom: 1px solid @grid-cell-border-color;
225
226
 
@@ -243,7 +244,7 @@ Used in this file to define bg, border and other colors
243
244
  @grid-grand-total-row-cell-color: @theme-color-light;
244
245
  @grid-grand-total-row-cell-text-color: @theme-text-color;
245
246
  @grid-grand-total-row-cell-font-weight: bold;
246
- @grid-grand-total-row-cell-border-color: #DaDaDa;
247
+ @grid-grand-total-row-cell-border-color: @theme-border-color;
247
248
  @grid-grand-total-row-cell-border-right: 1px solid @grid-grand-total-row-cell-border-color;
248
249
  @grid-grand-total-row-cell-border-bottom: 1px solid @grid-grand-total-row-cell-border-color;
249
250