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.
- package/flexmonster.css +136 -5
- package/flexmonster.full.js +2352 -2391
- package/flexmonster.js +2350 -2389
- package/flexmonster.min.css +2 -2
- package/lib/flexmonster.amcharts.js +1 -1
- package/lib/flexmonster.fusioncharts.js +1 -1
- package/lib/flexmonster.googlecharts.js +1 -1
- package/lib/flexmonster.highcharts.js +1 -1
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +194 -63
- package/theme/accessible/flexmonster.less +16 -15
- package/theme/accessible/flexmonster.min.css +2 -2
- package/theme/blackorange/flexmonster.css +136 -5
- package/theme/blackorange/flexmonster.less +1 -1
- package/theme/blackorange/flexmonster.min.css +2 -2
- package/theme/brightorange/flexmonster.css +136 -5
- package/theme/brightorange/flexmonster.less +1 -1
- package/theme/brightorange/flexmonster.min.css +2 -2
- package/theme/dark/flexmonster.css +136 -5
- package/theme/dark/flexmonster.less +1 -1
- package/theme/dark/flexmonster.min.css +2 -2
- package/theme/default/flexmonster.less +1 -1
- package/theme/flexmonster-base.less +102 -6
- package/theme/green/flexmonster.css +136 -5
- package/theme/green/flexmonster.less +1 -1
- package/theme/green/flexmonster.min.css +2 -2
- package/theme/lightblue/flexmonster.css +136 -5
- package/theme/lightblue/flexmonster.less +1 -1
- package/theme/lightblue/flexmonster.min.css +2 -2
- package/theme/macos/flexmonster.css +136 -5
- package/theme/macos/flexmonster.less +1 -1
- package/theme/macos/flexmonster.min.css +2 -2
- package/theme/midnight/flexmonster.css +136 -5
- package/theme/midnight/flexmonster.less +1 -1
- package/theme/midnight/flexmonster.min.css +2 -2
- package/theme/old/flexmonster.css +136 -5
- package/theme/old/flexmonster.less +1 -1
- package/theme/old/flexmonster.min.css +2 -2
- package/theme/orange/flexmonster.css +136 -5
- package/theme/orange/flexmonster.less +1 -1
- package/theme/orange/flexmonster.min.css +2 -2
- package/theme/purple/flexmonster.css +136 -5
- package/theme/purple/flexmonster.less +1 -1
- package/theme/purple/flexmonster.min.css +2 -2
- package/theme/softdefault/flexmonster.css +136 -5
- package/theme/softdefault/flexmonster.less +1 -1
- package/theme/softdefault/flexmonster.min.css +2 -2
- package/theme/stripedblue/flexmonster.css +136 -5
- package/theme/stripedblue/flexmonster.less +1 -1
- package/theme/stripedblue/flexmonster.min.css +2 -2
- package/theme/stripedteal/flexmonster.css +136 -5
- package/theme/stripedteal/flexmonster.less +1 -1
- package/theme/stripedteal/flexmonster.min.css +2 -2
- package/theme/teal/flexmonster.css +136 -5
- package/theme/teal/flexmonster.less +1 -1
- package/theme/teal/flexmonster.min.css +2 -2
- package/theme/yellow/flexmonster.css +136 -5
- package/theme/yellow/flexmonster.less +1 -1
- package/theme/yellow/flexmonster.min.css +2 -2
- package/toolbar/flexmonster.toolbar.js +1 -1
- package/types/flexmonster.d.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
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
|
-
*
|
|
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:
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
@import (reference) "default/flexmonster.less";
|
|
17
17
|
|
|
18
18
|
:root {
|
|
19
|
-
--fm-version: "2.9.
|
|
19
|
+
--fm-version: "2.9.101";
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/* ===== RESET STYLES ===== */
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
}
|
|
1604
1604
|
|
|
1605
1605
|
&.fm-drag-remove {
|
|
1606
|
-
.fm-drag-icon
|
|
1606
|
+
.fm-drag-icon::after {
|
|
1607
1607
|
.fm-ui-icon;
|
|
1608
1608
|
content: "\e90e";
|
|
1609
1609
|
color: @theme-color-danger;
|
|
@@ -1614,6 +1614,66 @@
|
|
|
1614
1614
|
}
|
|
1615
1615
|
}
|
|
1616
1616
|
|
|
1617
|
+
@media (max-width: 1370px) and (pointer: coarse) {
|
|
1618
|
+
.fm-helper {
|
|
1619
|
+
.fm-shadow;
|
|
1620
|
+
display: inline-block;
|
|
1621
|
+
background: @ui-draggable-item-backgound-color;
|
|
1622
|
+
opacity: 0.9;
|
|
1623
|
+
padding: 10px 9px;
|
|
1624
|
+
font-family: @font-family;
|
|
1625
|
+
font-size: @ui-label-font-size;
|
|
1626
|
+
font-weight: bold;
|
|
1627
|
+
border: @ui-border-light;
|
|
1628
|
+
pointer-events: none;
|
|
1629
|
+
white-space: nowrap;
|
|
1630
|
+
text-overflow: ellipsis;
|
|
1631
|
+
overflow: hidden;
|
|
1632
|
+
max-width: 250px;
|
|
1633
|
+
color: @ui-draggable-item-text-color;
|
|
1634
|
+
|
|
1635
|
+
.fm-label {
|
|
1636
|
+
width: ~"calc(100% - 20px)";
|
|
1637
|
+
display: inline-block;
|
|
1638
|
+
text-overflow: ellipsis;
|
|
1639
|
+
overflow: hidden;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
.fm-drag-icon {
|
|
1643
|
+
float: right;
|
|
1644
|
+
position: relative;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
&.fm-no-drop {
|
|
1648
|
+
.fm-drag-icon:after {
|
|
1649
|
+
.fm-ui-icon;
|
|
1650
|
+
content: "\ea0e";
|
|
1651
|
+
color: @theme-color-danger;
|
|
1652
|
+
right: 0;
|
|
1653
|
+
}
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
&.fm-drag-remove {
|
|
1657
|
+
border-color: red;
|
|
1658
|
+
border-width: 2px;
|
|
1659
|
+
display: flex;
|
|
1660
|
+
|
|
1661
|
+
.fm-label {
|
|
1662
|
+
display: flex;
|
|
1663
|
+
padding-left: 10px;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
.fm-drag-icon::after {
|
|
1667
|
+
.fm-ui-icon;
|
|
1668
|
+
content: "\e90e";
|
|
1669
|
+
color: @theme-color-danger;
|
|
1670
|
+
left: -8px;
|
|
1671
|
+
top: -5px;
|
|
1672
|
+
font-size: 21px;
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
}
|
|
1617
1677
|
|
|
1618
1678
|
.fm-header-helper {
|
|
1619
1679
|
text-transform: uppercase;
|
|
@@ -1625,24 +1685,60 @@
|
|
|
1625
1685
|
cursor: move;
|
|
1626
1686
|
|
|
1627
1687
|
&.fm-drag-remove {
|
|
1688
|
+
border-color: red;
|
|
1689
|
+
border-width: 2px;
|
|
1690
|
+
|
|
1628
1691
|
.fm-remove-icon {
|
|
1629
1692
|
display: inline-block;
|
|
1630
1693
|
margin-left: 4px;
|
|
1631
1694
|
width: 10px;
|
|
1632
1695
|
position: relative;
|
|
1633
|
-
|
|
1696
|
+
|
|
1634
1697
|
&:after {
|
|
1635
1698
|
.fm-ui-icon;
|
|
1636
1699
|
content: "\e90e";
|
|
1637
1700
|
color: @theme-color-danger;
|
|
1638
|
-
top: -
|
|
1639
|
-
left: -
|
|
1701
|
+
top: -16px;
|
|
1702
|
+
left: -7px;
|
|
1640
1703
|
font-size: 21px;
|
|
1641
1704
|
}
|
|
1642
1705
|
}
|
|
1643
1706
|
}
|
|
1644
1707
|
}
|
|
1645
1708
|
|
|
1709
|
+
@media (max-width: 1370px) and (pointer: coarse) {
|
|
1710
|
+
.fm-header-helper {
|
|
1711
|
+
text-transform: uppercase;
|
|
1712
|
+
border: none;
|
|
1713
|
+
background: @ui-draggable-item-backgound-color;
|
|
1714
|
+
padding: 12px 18px;
|
|
1715
|
+
font-size: @font-size * 1.2;
|
|
1716
|
+
border: @ui-border;
|
|
1717
|
+
cursor: move;
|
|
1718
|
+
|
|
1719
|
+
&.fm-drag-remove {
|
|
1720
|
+
border-color: red;
|
|
1721
|
+
border-width: 2px;
|
|
1722
|
+
|
|
1723
|
+
.fm-remove-icon {
|
|
1724
|
+
display: inline-block;
|
|
1725
|
+
margin-left: 4px;
|
|
1726
|
+
width: 10px;
|
|
1727
|
+
position: relative;
|
|
1728
|
+
|
|
1729
|
+
&:after {
|
|
1730
|
+
.fm-ui-icon;
|
|
1731
|
+
content: "\e90e";
|
|
1732
|
+
color: @theme-color-danger;
|
|
1733
|
+
top: -23px;
|
|
1734
|
+
left: -15px;
|
|
1735
|
+
font-size: 21px * 1.5;
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1646
1742
|
.fm-drop-indicator {
|
|
1647
1743
|
height: 2px;
|
|
1648
1744
|
background: @ui-background-dark;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
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.
|
|
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
|
|
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: #ebfada;
|
|
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 #b9d998;
|
|
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 #69b01e;
|
|
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: -
|
|
1856
|
-
left: -
|
|
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: #ebfada;
|
|
1951
|
+
padding: 12px 18px;
|
|
1952
|
+
font-size: 14.4px;
|
|
1953
|
+
border: 1px solid #69b01e;
|
|
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: #69b01e;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
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:
|