flexmonster 2.9.19 → 2.9.22

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 (55) hide show
  1. package/flexmonster.css +1 -1
  2. package/flexmonster.es5.full.js +2768 -2760
  3. package/flexmonster.es5.js +2649 -2641
  4. package/flexmonster.full.js +2579 -2555
  5. package/flexmonster.js +2461 -2437
  6. package/flexmonster.min.css +1 -1
  7. package/localizations/de.json +604 -604
  8. package/localizations/en.json +604 -604
  9. package/localizations/es.json +604 -604
  10. package/localizations/fr.json +604 -604
  11. package/localizations/hu.json +604 -604
  12. package/localizations/id.json +604 -604
  13. package/localizations/it.json +604 -604
  14. package/localizations/nl.json +604 -604
  15. package/localizations/pt.json +604 -604
  16. package/localizations/th.json +604 -604
  17. package/localizations/tr.json +604 -604
  18. package/localizations/uk.json +604 -604
  19. package/localizations/zh.json +603 -603
  20. package/package.json +1 -1
  21. package/theme/accessible/flexmonster.css +1 -1
  22. package/theme/accessible/flexmonster.min.css +1 -1
  23. package/theme/blackorange/flexmonster.css +1 -1
  24. package/theme/blackorange/flexmonster.min.css +1 -1
  25. package/theme/brightorange/flexmonster.css +1 -1
  26. package/theme/brightorange/flexmonster.min.css +1 -1
  27. package/theme/dark/flexmonster.css +1 -1
  28. package/theme/dark/flexmonster.min.css +1 -1
  29. package/theme/flexmonster-base.less +1 -1
  30. package/theme/green/flexmonster.css +1 -1
  31. package/theme/green/flexmonster.min.css +1 -1
  32. package/theme/lightblue/flexmonster.css +1 -1
  33. package/theme/lightblue/flexmonster.min.css +1 -1
  34. package/theme/macos/flexmonster.css +1 -1
  35. package/theme/macos/flexmonster.min.css +1 -1
  36. package/theme/midnight/flexmonster.css +1 -1
  37. package/theme/midnight/flexmonster.min.css +1 -1
  38. package/theme/old/flexmonster.css +1 -1
  39. package/theme/old/flexmonster.min.css +1 -1
  40. package/theme/orange/flexmonster.css +1 -1
  41. package/theme/orange/flexmonster.min.css +1 -1
  42. package/theme/purple/flexmonster.css +1 -1
  43. package/theme/purple/flexmonster.min.css +1 -1
  44. package/theme/softdefault/flexmonster.css +1 -1
  45. package/theme/softdefault/flexmonster.min.css +1 -1
  46. package/theme/stripedblue/flexmonster.css +1 -1
  47. package/theme/stripedblue/flexmonster.min.css +1 -1
  48. package/theme/stripedteal/flexmonster.css +1 -1
  49. package/theme/stripedteal/flexmonster.min.css +1 -1
  50. package/theme/teal/flexmonster.css +1 -1
  51. package/theme/teal/flexmonster.min.css +1 -1
  52. package/theme/yellow/flexmonster.css +1 -1
  53. package/theme/yellow/flexmonster.min.css +1 -1
  54. package/toolbar/flexmonster.toolbar.js +1 -1
  55. package/types/flexmonster.d.ts +1 -0
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
3
- * February 2022 (v. 2.9.19)
3
+ * April 2022 (v. 2.9.22)
4
4
  * Copyright (c) 2022 Flexmonster. All rights reserved.
5
5
  *
6
6
  * Flexmonster Pivot Table & Charts commercial licenses may be obtained at
@@ -272,6 +272,7 @@ declare namespace Flexmonster {
272
272
  mapping?: object | string;
273
273
  withCredentials?: boolean;
274
274
  singleEndpoint?: boolean;
275
+ useGranularityNamesForDateFilters?: boolean;
275
276
  }
276
277
 
277
278
  interface SliceHierarchy {