flexmonster 2.9.88 → 2.9.90
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 +6 -2
- package/flexmonster.full.js +2342 -2337
- package/flexmonster.js +2336 -2332
- package/flexmonster.min.css +2 -2
- package/lib/d3.v3.min.js +1 -1
- 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 +1 -1
- package/lib/sha1.min.js +2 -1
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +6 -2
- package/theme/accessible/flexmonster.less +1 -1
- package/theme/accessible/flexmonster.min.css +2 -2
- package/theme/blackorange/flexmonster.css +6 -2
- package/theme/blackorange/flexmonster.less +1 -1
- package/theme/blackorange/flexmonster.min.css +2 -2
- package/theme/brightorange/flexmonster.css +6 -2
- package/theme/brightorange/flexmonster.less +1 -1
- package/theme/brightorange/flexmonster.min.css +2 -2
- package/theme/dark/flexmonster.css +6 -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 +7 -2
- package/theme/green/flexmonster.css +6 -2
- package/theme/green/flexmonster.less +1 -1
- package/theme/green/flexmonster.min.css +2 -2
- package/theme/lightblue/flexmonster.css +6 -2
- package/theme/lightblue/flexmonster.less +1 -1
- package/theme/lightblue/flexmonster.min.css +2 -2
- package/theme/macos/flexmonster.css +6 -2
- package/theme/macos/flexmonster.less +1 -1
- package/theme/macos/flexmonster.min.css +2 -2
- package/theme/midnight/flexmonster.css +6 -2
- package/theme/midnight/flexmonster.less +1 -1
- package/theme/midnight/flexmonster.min.css +2 -2
- package/theme/old/flexmonster.css +6 -2
- package/theme/old/flexmonster.less +1 -1
- package/theme/old/flexmonster.min.css +2 -2
- package/theme/orange/flexmonster.css +6 -2
- package/theme/orange/flexmonster.less +1 -1
- package/theme/orange/flexmonster.min.css +2 -2
- package/theme/purple/flexmonster.css +6 -2
- package/theme/purple/flexmonster.less +1 -1
- package/theme/purple/flexmonster.min.css +2 -2
- package/theme/softdefault/flexmonster.css +6 -2
- package/theme/softdefault/flexmonster.less +1 -1
- package/theme/softdefault/flexmonster.min.css +2 -2
- package/theme/stripedblue/flexmonster.css +6 -2
- package/theme/stripedblue/flexmonster.less +1 -1
- package/theme/stripedblue/flexmonster.min.css +2 -2
- package/theme/stripedteal/flexmonster.css +6 -2
- package/theme/stripedteal/flexmonster.less +1 -1
- package/theme/stripedteal/flexmonster.min.css +2 -2
- package/theme/teal/flexmonster.css +6 -2
- package/theme/teal/flexmonster.less +1 -1
- package/theme/teal/flexmonster.min.css +2 -2
- package/theme/yellow/flexmonster.css +6 -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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
3
|
+
* November 2024 (v. 2.9.90)
|
|
4
4
|
* Copyright (c) 2024 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
|
+
* November 2024 (v. 2.9.90)
|
|
4
4
|
* Copyright (c) 2024 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.90";
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
/* ===== RESET STYLES ===== */
|
|
@@ -1910,6 +1910,11 @@
|
|
|
1910
1910
|
height: 386px;
|
|
1911
1911
|
min-height: 386px;
|
|
1912
1912
|
|
|
1913
|
+
&.fm-no-member-filters {
|
|
1914
|
+
height: unset;
|
|
1915
|
+
min-height: unset;
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1913
1918
|
&.fm-query-filter-opened {
|
|
1914
1919
|
height: 256px;
|
|
1915
1920
|
min-height: 256px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
3
|
+
* November 2024 (v. 2.9.90)
|
|
4
4
|
* Copyright (c) 2024 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.90";
|
|
18
18
|
}
|
|
19
19
|
/* ===== RESET STYLES ===== */
|
|
20
20
|
#fm-pivot-view,
|
|
@@ -2130,6 +2130,10 @@
|
|
|
2130
2130
|
height: 386px;
|
|
2131
2131
|
min-height: 386px;
|
|
2132
2132
|
}
|
|
2133
|
+
#fm-pivot-view .fm-filter-view .fm-filter-view-content.fm-no-member-filters {
|
|
2134
|
+
height: unset;
|
|
2135
|
+
min-height: unset;
|
|
2136
|
+
}
|
|
2133
2137
|
#fm-pivot-view .fm-filter-view .fm-filter-view-content.fm-query-filter-opened {
|
|
2134
2138
|
height: 256px;
|
|
2135
2139
|
min-height: 256px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
3
|
+
* November 2024 (v. 2.9.90)
|
|
4
4
|
* Copyright (c) 2024 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:
|