flexmonster 2.9.104 → 2.9.105

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 +12 -3
  2. package/flexmonster.full.js +1720 -1678
  3. package/flexmonster.js +1717 -1675
  4. package/flexmonster.min.css +3 -3
  5. package/lib/flexmonster.amcharts.js +2 -2
  6. package/lib/flexmonster.fusioncharts.js +2 -2
  7. package/lib/flexmonster.googlecharts.js +2 -2
  8. package/lib/flexmonster.highcharts.js +2 -2
  9. package/package.json +1 -1
  10. package/theme/accessible/flexmonster.css +12 -3
  11. package/theme/accessible/flexmonster.less +2 -2
  12. package/theme/accessible/flexmonster.min.css +3 -3
  13. package/theme/blackorange/flexmonster.css +12 -3
  14. package/theme/blackorange/flexmonster.less +2 -2
  15. package/theme/blackorange/flexmonster.min.css +3 -3
  16. package/theme/brightorange/flexmonster.css +12 -3
  17. package/theme/brightorange/flexmonster.less +2 -2
  18. package/theme/brightorange/flexmonster.min.css +3 -3
  19. package/theme/dark/flexmonster.css +12 -3
  20. package/theme/dark/flexmonster.less +2 -2
  21. package/theme/dark/flexmonster.min.css +3 -3
  22. package/theme/default/flexmonster.less +2 -2
  23. package/theme/flexmonster-base.less +8 -3
  24. package/theme/green/flexmonster.css +12 -3
  25. package/theme/green/flexmonster.less +2 -2
  26. package/theme/green/flexmonster.min.css +3 -3
  27. package/theme/lightblue/flexmonster.css +12 -3
  28. package/theme/lightblue/flexmonster.less +2 -2
  29. package/theme/lightblue/flexmonster.min.css +3 -3
  30. package/theme/macos/flexmonster.css +12 -3
  31. package/theme/macos/flexmonster.less +2 -2
  32. package/theme/macos/flexmonster.min.css +3 -3
  33. package/theme/midnight/flexmonster.css +12 -3
  34. package/theme/midnight/flexmonster.less +2 -2
  35. package/theme/midnight/flexmonster.min.css +3 -3
  36. package/theme/old/flexmonster.css +12 -3
  37. package/theme/old/flexmonster.less +2 -2
  38. package/theme/old/flexmonster.min.css +3 -3
  39. package/theme/orange/flexmonster.css +12 -3
  40. package/theme/orange/flexmonster.less +2 -2
  41. package/theme/orange/flexmonster.min.css +3 -3
  42. package/theme/purple/flexmonster.css +12 -3
  43. package/theme/purple/flexmonster.less +2 -2
  44. package/theme/purple/flexmonster.min.css +3 -3
  45. package/theme/softdefault/flexmonster.css +12 -3
  46. package/theme/softdefault/flexmonster.less +2 -2
  47. package/theme/softdefault/flexmonster.min.css +3 -3
  48. package/theme/stripedblue/flexmonster.css +12 -3
  49. package/theme/stripedblue/flexmonster.less +2 -2
  50. package/theme/stripedblue/flexmonster.min.css +3 -3
  51. package/theme/stripedteal/flexmonster.css +12 -3
  52. package/theme/stripedteal/flexmonster.less +2 -2
  53. package/theme/stripedteal/flexmonster.min.css +3 -3
  54. package/theme/teal/flexmonster.css +12 -3
  55. package/theme/teal/flexmonster.less +2 -2
  56. package/theme/teal/flexmonster.min.css +3 -3
  57. package/theme/yellow/flexmonster.css +12 -3
  58. package/theme/yellow/flexmonster.less +2 -2
  59. package/theme/yellow/flexmonster.min.css +3 -3
  60. package/toolbar/flexmonster.toolbar.js +2 -2
  61. package/types/flexmonster.d.ts +2 -2
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * May 2025 (v. 2.9.104)
4
- * Copyright (c) 2025 Flexmonster. All rights reserved.
3
+ * June 2025 (v. 2.9.105)
4
+ * Copyright 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:
7
7
  * https://www.flexmonster.com/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.104";
17
+ --fm-version: "2.9.105";
18
18
  }
19
19
  /* ===== RESET STYLES ===== */
20
20
  #fm-pivot-view,
@@ -6098,6 +6098,15 @@
6098
6098
  #fm-pivot-view .fm-grid-layout .fm-h-sort .fm-h-sort-desc:before {
6099
6099
  content: "\e90d";
6100
6100
  }
6101
+ #fm-pivot-view .fm-grid-layout .fm-v-sort:not(.fm-live-filtering-header):hover .fm-v-sort-icon-asc:before,
6102
+ #fm-pivot-view .fm-grid-layout .fm-v-sort.fm-live-filtering-header .fm-v-sort-icon-asc:hover:before {
6103
+ content: "\e90d";
6104
+ -webkit-transform: rotate(180deg);
6105
+ -moz-transform: rotate(180deg);
6106
+ transform: rotate(180deg);
6107
+ -o-transform: rotate(180deg);
6108
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
6109
+ }
6101
6110
  #fm-pivot-view .fm-grid-layout .fm-v-sort .fm-v-sort-asc:before {
6102
6111
  -webkit-transform: rotate(180deg);
6103
6112
  -moz-transform: rotate(180deg);
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * May 2025 (v. 2.9.104)
4
- * Copyright (c) 2025 Flexmonster. All rights reserved.
3
+ * June 2025 (v. 2.9.105)
4
+ * Copyright 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:
7
7
  * https://www.flexmonster.com/software-license-agreement/