flexmonster 2.9.93 → 2.9.95

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 (74) hide show
  1. package/flexmonster.css +4 -4
  2. package/flexmonster.full.js +1808 -1849
  3. package/flexmonster.js +1800 -1841
  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/localizations/de.json +1 -0
  10. package/localizations/en.json +1 -0
  11. package/localizations/es.json +2 -1
  12. package/localizations/fr.json +1 -0
  13. package/localizations/hu.json +1 -0
  14. package/localizations/id.json +1 -0
  15. package/localizations/it.json +1 -0
  16. package/localizations/nl.json +1 -0
  17. package/localizations/pt.json +1 -0
  18. package/localizations/th.json +1 -0
  19. package/localizations/tr.json +1 -0
  20. package/localizations/uk.json +1 -0
  21. package/localizations/zh.json +1 -0
  22. package/package.json +1 -1
  23. package/theme/accessible/flexmonster.css +4 -4
  24. package/theme/accessible/flexmonster.less +2 -2
  25. package/theme/accessible/flexmonster.min.css +3 -3
  26. package/theme/blackorange/flexmonster.css +4 -4
  27. package/theme/blackorange/flexmonster.less +2 -2
  28. package/theme/blackorange/flexmonster.min.css +3 -3
  29. package/theme/brightorange/flexmonster.css +4 -4
  30. package/theme/brightorange/flexmonster.less +2 -2
  31. package/theme/brightorange/flexmonster.min.css +3 -3
  32. package/theme/dark/flexmonster.css +4 -4
  33. package/theme/dark/flexmonster.less +2 -2
  34. package/theme/dark/flexmonster.min.css +3 -3
  35. package/theme/default/flexmonster.less +2 -2
  36. package/theme/flexmonster-base.less +6 -6
  37. package/theme/green/flexmonster.css +4 -4
  38. package/theme/green/flexmonster.less +2 -2
  39. package/theme/green/flexmonster.min.css +3 -3
  40. package/theme/lightblue/flexmonster.css +4 -4
  41. package/theme/lightblue/flexmonster.less +2 -2
  42. package/theme/lightblue/flexmonster.min.css +3 -3
  43. package/theme/macos/flexmonster.css +4 -4
  44. package/theme/macos/flexmonster.less +2 -2
  45. package/theme/macos/flexmonster.min.css +3 -3
  46. package/theme/midnight/flexmonster.css +4 -4
  47. package/theme/midnight/flexmonster.less +2 -2
  48. package/theme/midnight/flexmonster.min.css +3 -3
  49. package/theme/old/flexmonster.css +4 -4
  50. package/theme/old/flexmonster.less +2 -2
  51. package/theme/old/flexmonster.min.css +3 -3
  52. package/theme/orange/flexmonster.css +4 -4
  53. package/theme/orange/flexmonster.less +2 -2
  54. package/theme/orange/flexmonster.min.css +3 -3
  55. package/theme/purple/flexmonster.css +4 -4
  56. package/theme/purple/flexmonster.less +2 -2
  57. package/theme/purple/flexmonster.min.css +3 -3
  58. package/theme/softdefault/flexmonster.css +4 -4
  59. package/theme/softdefault/flexmonster.less +2 -2
  60. package/theme/softdefault/flexmonster.min.css +3 -3
  61. package/theme/stripedblue/flexmonster.css +4 -4
  62. package/theme/stripedblue/flexmonster.less +2 -2
  63. package/theme/stripedblue/flexmonster.min.css +3 -3
  64. package/theme/stripedteal/flexmonster.css +4 -4
  65. package/theme/stripedteal/flexmonster.less +2 -2
  66. package/theme/stripedteal/flexmonster.min.css +3 -3
  67. package/theme/teal/flexmonster.css +4 -4
  68. package/theme/teal/flexmonster.less +2 -2
  69. package/theme/teal/flexmonster.min.css +3 -3
  70. package/theme/yellow/flexmonster.css +4 -4
  71. package/theme/yellow/flexmonster.less +2 -2
  72. package/theme/yellow/flexmonster.min.css +3 -3
  73. package/toolbar/flexmonster.toolbar.js +4 -3
  74. package/types/flexmonster.d.ts +2 -2
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * December 2024 (v. 2.9.93)
4
- * Copyright (c) 2024 Flexmonster. All rights reserved.
3
+ * January 2025 (v. 2.9.95)
4
+ * Copyright (c) 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/
@@ -1786,7 +1786,7 @@ FlexmonsterToolbar.prototype.showFormatCellsDialog = function (measureName, meas
1786
1786
  FlexmonsterToolbar.prototype.showConditionalFormattingDialog = function (measureName) {
1787
1787
  var _this = this;
1788
1788
  var Labels = this.Labels;
1789
- var conditions = this.pivot.getAllConditions();
1789
+ var conditions = this.pivot.getAllConditions().reverse();
1790
1790
  var dataType = this.pivot.getReport().dataSource.type;
1791
1791
  var isMSAS = dataType === "microsoft analysis services" || dataType === "mondrian";
1792
1792
 
@@ -1832,6 +1832,7 @@ FlexmonsterToolbar.prototype.showConditionalFormattingDialog = function (measure
1832
1832
 
1833
1833
  var applyHandler = function () {
1834
1834
  _this.pivot.removeAllConditions();
1835
+ conditions.reverse();
1835
1836
  for (var i = 0; i < conditions.length; i++) {
1836
1837
  var formula = composeFormula(conditions[i].sign, conditions[i].value1, conditions[i].value2, [conditions[i].measure, conditions[i].aggregation]);
1837
1838
  if (formula == null) return;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * December 2024 (v. 2.9.93)
4
- * Copyright (c) 2024 Flexmonster. All rights reserved.
3
+ * January 2025 (v. 2.9.95)
4
+ * Copyright (c) 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/