flexmonster 2.9.129 → 2.9.130

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 +1880 -1877
  3. package/flexmonster.js +1924 -1921
  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
- * May 2026 (v. 2.9.129)
3
+ * May 2026 (v. 2.9.130)
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:
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts https://www.flexmonster.com/
3
- * May 2026 (v. 2.9.129)
3
+ * May 2026 (v. 2.9.130)
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:
@@ -413,6 +413,7 @@ declare namespace Flexmonster {
413
413
  validateFormulas?: boolean;
414
414
  showFieldListSearch?: boolean;
415
415
  strictDataTypes?: boolean;
416
+ strictNumbersParsing?: boolean;
416
417
  caseSensitiveMembers?: boolean;
417
418
  simplifyFieldListFolders?: boolean;
418
419
  validateReportFiles?: boolean;