flexmonster 2.9.113 → 2.9.114-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.
Files changed (61) hide show
  1. package/flexmonster.css +4 -4
  2. package/flexmonster.full.js +744 -451
  3. package/flexmonster.js +493 -200
  4. package/flexmonster.min.css +4 -4
  5. package/lib/flexmonster.amcharts.js +3 -3
  6. package/lib/flexmonster.fusioncharts.js +3 -3
  7. package/lib/flexmonster.googlecharts.js +3 -3
  8. package/lib/flexmonster.highcharts.js +3 -3
  9. package/package.json +3 -3
  10. package/theme/accessible/flexmonster.css +4 -4
  11. package/theme/accessible/flexmonster.less +3 -3
  12. package/theme/accessible/flexmonster.min.css +4 -4
  13. package/theme/blackorange/flexmonster.css +4 -4
  14. package/theme/blackorange/flexmonster.less +3 -3
  15. package/theme/blackorange/flexmonster.min.css +4 -4
  16. package/theme/brightorange/flexmonster.css +4 -4
  17. package/theme/brightorange/flexmonster.less +3 -3
  18. package/theme/brightorange/flexmonster.min.css +4 -4
  19. package/theme/dark/flexmonster.css +4 -4
  20. package/theme/dark/flexmonster.less +3 -3
  21. package/theme/dark/flexmonster.min.css +4 -4
  22. package/theme/default/flexmonster.less +3 -3
  23. package/theme/flexmonster-base.less +4 -4
  24. package/theme/green/flexmonster.css +4 -4
  25. package/theme/green/flexmonster.less +3 -3
  26. package/theme/green/flexmonster.min.css +4 -4
  27. package/theme/lightblue/flexmonster.css +4 -4
  28. package/theme/lightblue/flexmonster.less +3 -3
  29. package/theme/lightblue/flexmonster.min.css +4 -4
  30. package/theme/macos/flexmonster.css +4 -4
  31. package/theme/macos/flexmonster.less +3 -3
  32. package/theme/macos/flexmonster.min.css +4 -4
  33. package/theme/midnight/flexmonster.css +4 -4
  34. package/theme/midnight/flexmonster.less +3 -3
  35. package/theme/midnight/flexmonster.min.css +4 -4
  36. package/theme/old/flexmonster.css +4 -4
  37. package/theme/old/flexmonster.less +3 -3
  38. package/theme/old/flexmonster.min.css +4 -4
  39. package/theme/orange/flexmonster.css +4 -4
  40. package/theme/orange/flexmonster.less +3 -3
  41. package/theme/orange/flexmonster.min.css +4 -4
  42. package/theme/purple/flexmonster.css +4 -4
  43. package/theme/purple/flexmonster.less +3 -3
  44. package/theme/purple/flexmonster.min.css +4 -4
  45. package/theme/softdefault/flexmonster.css +4 -4
  46. package/theme/softdefault/flexmonster.less +3 -3
  47. package/theme/softdefault/flexmonster.min.css +4 -4
  48. package/theme/stripedblue/flexmonster.css +4 -4
  49. package/theme/stripedblue/flexmonster.less +3 -3
  50. package/theme/stripedblue/flexmonster.min.css +4 -4
  51. package/theme/stripedteal/flexmonster.css +4 -4
  52. package/theme/stripedteal/flexmonster.less +3 -3
  53. package/theme/stripedteal/flexmonster.min.css +4 -4
  54. package/theme/teal/flexmonster.css +4 -4
  55. package/theme/teal/flexmonster.less +3 -3
  56. package/theme/teal/flexmonster.min.css +4 -4
  57. package/theme/yellow/flexmonster.css +4 -4
  58. package/theme/yellow/flexmonster.less +3 -3
  59. package/theme/yellow/flexmonster.min.css +4 -4
  60. package/toolbar/flexmonster.toolbar.js +4 -4
  61. package/types/flexmonster.d.ts +3 -3
@@ -1,10 +1,10 @@
1
- /**
2
- * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * September 2025 (v. 2.9.113)
1
+ /**
2
+ * Flexmonster Pivot Table & Charts https://www.flexmonster.com/
3
+ * October 2025 (v. 2.9.114)
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 the Flexmonster Software License Agreement:
7
- * https://www.flexmonster.com/software-license-agreement/ (Agreement).
7
+ * https://www.flexmonster.com/software-license-agreement/ ("Agreement").
8
8
  *
9
9
  * By downloading, installing, and/or otherwise using Flexmonster Pivot Table & Charts, you accept and agree to be bound by and require each of your Representatives,
10
10
  * clients and/or end-users, as the case may be, to be bound by all the terms and conditions of Agreement.
@@ -1,10 +1,10 @@
1
1
  /**
2
- * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * September 2025 (v. 2.9.113)
2
+ * Flexmonster Pivot Table & Charts https://www.flexmonster.com/
3
+ * October 2025 (v. 2.9.114)
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 the Flexmonster Software License Agreement:
7
- * https://www.flexmonster.com/software-license-agreement/ (Agreement).
7
+ * https://www.flexmonster.com/software-license-agreement/ ("Agreement").
8
8
  *
9
9
  * By downloading, installing, and/or otherwise using Flexmonster Pivot Table & Charts, you accept and agree to be bound by and require each of your Representatives,
10
10
  * clients and/or end-users, as the case may be, to be bound by all the terms and conditions of Agreement.