flexmonster 2.9.92 → 2.9.93

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 +576 -535
  3. package/flexmonster.js +574 -533
  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 +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * December 2024 (v. 2.9.92)
3
+ * December 2024 (v. 2.9.93)
4
4
  * Copyright (c) 2024 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
- * December 2024 (v. 2.9.92)
3
+ * December 2024 (v. 2.9.93)
4
4
  * Copyright (c) 2024 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:
@@ -16,7 +16,7 @@
16
16
  @import (reference) "default/flexmonster.less";
17
17
 
18
18
  :root {
19
- --fm-version: "2.9.92";
19
+ --fm-version: "2.9.93";
20
20
  }
21
21
 
22
22
  /* ===== RESET STYLES ===== */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * December 2024 (v. 2.9.92)
3
+ * December 2024 (v. 2.9.93)
4
4
  * Copyright (c) 2024 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.92";
17
+ --fm-version: "2.9.93";
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
- * December 2024 (v. 2.9.92)
3
+ * December 2024 (v. 2.9.93)
4
4
  * Copyright (c) 2024 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: