flexmonster 2.9.109 → 2.9.110

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 +2 -2
  2. package/flexmonster.full.js +189 -230
  3. package/flexmonster.js +188 -229
  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 +2 -2
  11. package/theme/accessible/flexmonster.less +1 -1
  12. package/theme/accessible/flexmonster.min.css +2 -2
  13. package/theme/blackorange/flexmonster.css +2 -2
  14. package/theme/blackorange/flexmonster.less +1 -1
  15. package/theme/blackorange/flexmonster.min.css +2 -2
  16. package/theme/brightorange/flexmonster.css +2 -2
  17. package/theme/brightorange/flexmonster.less +1 -1
  18. package/theme/brightorange/flexmonster.min.css +2 -2
  19. package/theme/dark/flexmonster.css +2 -2
  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 +2 -2
  24. package/theme/green/flexmonster.css +2 -2
  25. package/theme/green/flexmonster.less +1 -1
  26. package/theme/green/flexmonster.min.css +2 -2
  27. package/theme/lightblue/flexmonster.css +2 -2
  28. package/theme/lightblue/flexmonster.less +1 -1
  29. package/theme/lightblue/flexmonster.min.css +2 -2
  30. package/theme/macos/flexmonster.css +2 -2
  31. package/theme/macos/flexmonster.less +1 -1
  32. package/theme/macos/flexmonster.min.css +2 -2
  33. package/theme/midnight/flexmonster.css +2 -2
  34. package/theme/midnight/flexmonster.less +1 -1
  35. package/theme/midnight/flexmonster.min.css +2 -2
  36. package/theme/old/flexmonster.css +2 -2
  37. package/theme/old/flexmonster.less +1 -1
  38. package/theme/old/flexmonster.min.css +2 -2
  39. package/theme/orange/flexmonster.css +2 -2
  40. package/theme/orange/flexmonster.less +1 -1
  41. package/theme/orange/flexmonster.min.css +2 -2
  42. package/theme/purple/flexmonster.css +2 -2
  43. package/theme/purple/flexmonster.less +1 -1
  44. package/theme/purple/flexmonster.min.css +2 -2
  45. package/theme/softdefault/flexmonster.css +2 -2
  46. package/theme/softdefault/flexmonster.less +1 -1
  47. package/theme/softdefault/flexmonster.min.css +2 -2
  48. package/theme/stripedblue/flexmonster.css +2 -2
  49. package/theme/stripedblue/flexmonster.less +1 -1
  50. package/theme/stripedblue/flexmonster.min.css +2 -2
  51. package/theme/stripedteal/flexmonster.css +2 -2
  52. package/theme/stripedteal/flexmonster.less +1 -1
  53. package/theme/stripedteal/flexmonster.min.css +2 -2
  54. package/theme/teal/flexmonster.css +2 -2
  55. package/theme/teal/flexmonster.less +1 -1
  56. package/theme/teal/flexmonster.min.css +2 -2
  57. package/theme/yellow/flexmonster.css +2 -2
  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 +2 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * August 2025 (v. 2.9.109)
3
+ * August 2025 (v. 2.9.110)
4
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:
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * August 2025 (v. 2.9.109)
3
+ * August 2025 (v. 2.9.110)
4
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:
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * August 2025 (v. 2.9.109)
3
+ * August 2025 (v. 2.9.110)
4
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:
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * August 2025 (v. 2.9.109)
3
+ * August 2025 (v. 2.9.110)
4
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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexmonster",
3
- "version": "2.9.109",
3
+ "version": "2.9.110",
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
- * August 2025 (v. 2.9.109)
3
+ * August 2025 (v. 2.9.110)
4
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:
@@ -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.109";
17
+ --fm-version: "2.9.110";
18
18
  }
19
19
  /* ===== RESET STYLES ===== */
20
20
  #fm-pivot-view,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * August 2025 (v. 2.9.109)
3
+ * August 2025 (v. 2.9.110)
4
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: