flexmonster 2.9.120 → 2.9.121-1
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/LICENSE.txt +35 -51
- package/flexmonster.css +2 -2
- package/flexmonster.full.js +2280 -2773
- package/flexmonster.js +2234 -2716
- package/flexmonster.min.css +2 -2
- package/lib/canvg.min.js +17 -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/lib/jspdf.min.js +29 -54
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +2 -2
- package/theme/accessible/flexmonster.less +1 -1
- package/theme/accessible/flexmonster.min.css +2 -2
- package/theme/blackorange/flexmonster.css +2 -2
- package/theme/blackorange/flexmonster.less +1 -1
- package/theme/blackorange/flexmonster.min.css +2 -2
- package/theme/brightorange/flexmonster.css +2 -2
- package/theme/brightorange/flexmonster.less +1 -1
- package/theme/brightorange/flexmonster.min.css +2 -2
- package/theme/dark/flexmonster.css +2 -2
- 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 +2 -2
- package/theme/green/flexmonster.css +2 -2
- package/theme/green/flexmonster.less +1 -1
- package/theme/green/flexmonster.min.css +2 -2
- package/theme/lightblue/flexmonster.css +2 -2
- package/theme/lightblue/flexmonster.less +1 -1
- package/theme/lightblue/flexmonster.min.css +2 -2
- package/theme/macos/flexmonster.css +2 -2
- package/theme/macos/flexmonster.less +1 -1
- package/theme/macos/flexmonster.min.css +2 -2
- package/theme/midnight/flexmonster.css +2 -2
- package/theme/midnight/flexmonster.less +1 -1
- package/theme/midnight/flexmonster.min.css +2 -2
- package/theme/old/flexmonster.css +2 -2
- package/theme/old/flexmonster.less +1 -1
- package/theme/old/flexmonster.min.css +2 -2
- package/theme/orange/flexmonster.css +2 -2
- package/theme/orange/flexmonster.less +1 -1
- package/theme/orange/flexmonster.min.css +2 -2
- package/theme/purple/flexmonster.css +2 -2
- package/theme/purple/flexmonster.less +1 -1
- package/theme/purple/flexmonster.min.css +2 -2
- package/theme/softdefault/flexmonster.css +2 -2
- package/theme/softdefault/flexmonster.less +1 -1
- package/theme/softdefault/flexmonster.min.css +2 -2
- package/theme/stripedblue/flexmonster.css +2 -2
- package/theme/stripedblue/flexmonster.less +1 -1
- package/theme/stripedblue/flexmonster.min.css +2 -2
- package/theme/stripedteal/flexmonster.css +2 -2
- package/theme/stripedteal/flexmonster.less +1 -1
- package/theme/stripedteal/flexmonster.min.css +2 -2
- package/theme/teal/flexmonster.css +2 -2
- package/theme/teal/flexmonster.less +1 -1
- package/theme/teal/flexmonster.min.css +2 -2
- package/theme/yellow/flexmonster.css +2 -2
- 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
package/LICENSE.txt
CHANGED
|
@@ -1,76 +1,60 @@
|
|
|
1
1
|
Flexmonster License
|
|
2
2
|
|
|
3
|
-
Flexmonster Software is distributed under the terms and conditions
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
the invoice according to Order, you accept and agree to be bound by
|
|
10
|
-
and require each of your Representatives, clients and/or end-users,
|
|
11
|
-
as the case may be, to be bound by all the terms and conditions
|
|
12
|
-
of the above-mentioned Agreement.
|
|
13
|
-
If you do not agree with the terms and conditions of the above-mentioned
|
|
14
|
-
Agreement or do not have legal capacity or authority to enter into
|
|
15
|
-
the above-mentioned Agreement, you must not use Flexmonster Software
|
|
16
|
-
in whole or in part.
|
|
17
|
-
|
|
18
|
-
Flexmonster offers a 30-day free trial so you can evaluate our product.
|
|
19
|
-
Pricing for commercial license models can be found on the Flexmonster
|
|
20
|
-
pricing page (https://www.flexmonster.com/pivot-table-editions-and-pricing/).
|
|
3
|
+
Flexmonster Software is distributed under the terms and conditions of the Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/ ("Agreement").
|
|
4
|
+
|
|
5
|
+
By downloading, installing, and/or otherwise using Flexmonster Software, as well as by submitting "I AGREE" in Checkout Form, and/or by paying the invoice according to Order, you accept and agree to be bound by and require each of your Representatives, clients and/or end-users, as the case may be, to be bound by all the terms and conditions of the above-mentioned Agreement.
|
|
6
|
+
If you do not agree with the terms and conditions of the above-mentioned Agreement or do not have legal capacity or authority to enter into the above-mentioned Agreement, you must not use Flexmonster Software in whole or in part.
|
|
7
|
+
|
|
8
|
+
Flexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models can be found on the Flexmonster pricing page (https://www.flexmonster.com/pivot-table-editions-and-pricing/).
|
|
21
9
|
|
|
22
10
|
|
|
23
11
|
=========================
|
|
24
12
|
|
|
25
|
-
Flexmonster Pivot Table & Charts includes the following Open-Source Components
|
|
26
|
-
provided under open-source licenses:
|
|
13
|
+
Flexmonster Pivot Table & Charts includes the following Open-Source Components provided under open-source licenses:
|
|
27
14
|
|
|
28
|
-
canvg.js
|
|
15
|
+
canvg.js v3.0.11 - MIT License
|
|
29
16
|
*canvg.min.js
|
|
30
17
|
|
|
31
|
-
d3.js v3.5.12
|
|
18
|
+
d3.js v3.5.12 - ISC License
|
|
32
19
|
*d3.v3.min.js
|
|
33
20
|
|
|
34
|
-
html2canvas v1.3.2
|
|
21
|
+
html2canvas v1.3.2 - MIT License
|
|
35
22
|
*html2canvas.v1.min.js
|
|
36
23
|
|
|
37
|
-
jsPDF
|
|
24
|
+
jsPDF v3.0.4 - MIT License
|
|
38
25
|
*jspdf.min.js
|
|
39
26
|
|
|
40
|
-
jsSHA v3.2.0
|
|
27
|
+
jsSHA v3.2.0 - BSD 3-Clause License
|
|
41
28
|
*sha1.min.js
|
|
42
29
|
(includes two ECMAScript polyfill functions provided under the Apache License, Version 2.0. - http://www.apache.org/licenses/LICENSE-2.0)
|
|
43
30
|
|
|
44
31
|
|
|
45
32
|
Full license texts and copyright notices are listed below.
|
|
46
33
|
|
|
47
|
-
== canvg.js copyright notice with MIT License ==
|
|
34
|
+
== canvg.js v3.0.11 copyright notice with MIT License ==
|
|
48
35
|
|
|
49
|
-
Copyright (c) 2010-
|
|
36
|
+
Copyright (c) 2010 - present Gabe Lerner (gabelerner@gmail.com) - https://github.com/canvg/canvg
|
|
50
37
|
|
|
51
|
-
Permission is hereby granted, free of charge, to any person
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
Software is furnished to do so, subject to the following
|
|
58
|
-
conditions:
|
|
38
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
39
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
40
|
+
in the Software without restriction, including without limitation the rights
|
|
41
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
42
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
43
|
+
furnished to do so, subject to the following conditions:
|
|
59
44
|
|
|
60
|
-
The above copyright notice and this permission notice shall be
|
|
61
|
-
|
|
45
|
+
The above copyright notice and this permission notice shall be included in all
|
|
46
|
+
copies or substantial portions of the Software.
|
|
62
47
|
|
|
63
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
48
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
49
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
50
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
51
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
52
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
53
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
54
|
+
SOFTWARE.
|
|
71
55
|
|
|
72
56
|
|
|
73
|
-
== d3.js copyright notice with ISC License ==
|
|
57
|
+
== d3.js v3.5.12 copyright notice with ISC License ==
|
|
74
58
|
|
|
75
59
|
Copyright (c) 2010-2015, Michael Bostock
|
|
76
60
|
All rights reserved.
|
|
@@ -100,7 +84,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
|
|
100
84
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
101
85
|
|
|
102
86
|
|
|
103
|
-
== html2canvas copyright notice with MIT License ==
|
|
87
|
+
== html2canvas v1.3.2 copyright notice with MIT License ==
|
|
104
88
|
|
|
105
89
|
Copyright (c) 2012 Niklas von Hertzen
|
|
106
90
|
|
|
@@ -126,11 +110,11 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
|
126
110
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
127
111
|
|
|
128
112
|
|
|
129
|
-
== jsPDF copyright notice with MIT License ==
|
|
113
|
+
== jsPDF v3.0.4 copyright notice with MIT License ==
|
|
130
114
|
|
|
131
115
|
Copyright
|
|
132
|
-
(c) 2010-
|
|
133
|
-
(c) 2015-
|
|
116
|
+
(c) 2010-2025 James Hall, https://github.com/MrRio/jsPDF
|
|
117
|
+
(c) 2015-2025 yWorks GmbH, https://www.yworks.com/
|
|
134
118
|
|
|
135
119
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
136
120
|
a copy of this software and associated documentation files (the
|
|
@@ -152,7 +136,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
|
152
136
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
153
137
|
|
|
154
138
|
|
|
155
|
-
== jsSHA copyright notice with BSD 3-Clause License ==
|
|
139
|
+
== jsSHA v3.2.0 copyright notice with BSD 3-Clause License ==
|
|
156
140
|
|
|
157
141
|
Copyright (c) 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
|
|
158
142
|
All rights reserved.
|
package/flexmonster.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts https://www.flexmonster.com/
|
|
3
|
-
* January 2026 (v. 2.9.
|
|
3
|
+
* January 2026 (v. 2.9.121)
|
|
4
4
|
* Copyright 2026 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 the Flexmonster Software License Agreement:
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* https://www.flexmonster.com/pivot-table-editions-and-pricing/.
|
|
14
14
|
*/
|
|
15
15
|
:root {
|
|
16
|
-
--fm-version: "2.9.
|
|
16
|
+
--fm-version: "2.9.121";
|
|
17
17
|
}
|
|
18
18
|
/* ===== RESET STYLES ===== */
|
|
19
19
|
#fm-pivot-view,
|