flexmonster 2.9.93 → 2.9.94

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 +1659 -1659
  3. package/flexmonster.js +1658 -1658
  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 +2 -2
  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.94)
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/
@@ -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.94)
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/
@@ -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.94)
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/
@@ -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.94)
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/
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "Anhäufung",
172
+ "clearFilter": "Filter löschen",
172
173
  "clearSorting": "Sortierung löschen",
173
174
  "collapse": "Zuklappen",
174
175
  "conditionalFormatting": "Bedingte Formatierung",
@@ -409,6 +409,7 @@
409
409
  "sortRowDesc": "Sort row descending",
410
410
  "sortRowAsc": "Sort row ascending",
411
411
  "clearSorting": "Clear sorting",
412
+ "clearFilter": "Clear filter",
412
413
  "sortColumnDesc": "Sort column descending",
413
414
  "sortColumnAsc": "Sort column ascending",
414
415
  "aggregation": "Aggregation",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "Agregación",
172
+ "clearFilter": "Limpiar filtro",
172
173
  "clearSorting": "Clasificación clara",
173
174
  "collapse": "Colapso",
174
175
  "conditionalFormatting": "Conditional Formatting",
@@ -178,7 +179,7 @@
178
179
  "editFormula": "Edit <b>{0}</b>",
179
180
  "exclude": "Excluir <b>{0}</b>",
180
181
  "expand": "Expandir",
181
- "filterBy": "Filter by <b>{0}</b>",
182
+ "filterBy": "Filtrar por <b>{0}</b>",
182
183
  "groupMembers": "Miembros del grupo",
183
184
  "hideProperty": "Esconder <b>{0}</b>",
184
185
  "hideSubtotals": "Ocultar subtotales",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "Agrégation",
172
+ "clearFilter": "Effacer le filtre",
172
173
  "clearSorting": "Effacer le tri",
173
174
  "collapse": "Plier",
174
175
  "conditionalFormatting": "Mise en forme conditionnelle",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "Összesítése",
172
+ "clearFilter": "Szűrő törlése",
172
173
  "clearSorting": "Rendezés törlése",
173
174
  "collapse": "Összecsukás",
174
175
  "conditionalFormatting": "Feltételes formázás",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "Agregasi",
172
+ "clearFilter": "Hapus filter",
172
173
  "clearSorting": "Hapus sortiran",
173
174
  "collapse": "Sembunyikan",
174
175
  "conditionalFormatting": "Pemformatan kondisional",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "Aggregazione",
172
+ "clearFilter": "Rimuovi filtro",
172
173
  "clearSorting": "Rimuovi ordinamento",
173
174
  "collapse": "Collassa",
174
175
  "conditionalFormatting": "Formato condizionale",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "Aggregatie",
172
+ "clearFilter": "Filter wissen",
172
173
  "clearSorting": "Haal sortering weg",
173
174
  "collapse": "Inklappen",
174
175
  "conditionalFormatting": "Conditionele opmaak",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "Agregação",
172
+ "clearFilter": "Limpar filtro",
172
173
  "clearSorting": "Limpar ordenação",
173
174
  "collapse": "Recolher",
174
175
  "conditionalFormatting": "Formatação condicional",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "การรวม",
172
+ "clearFilter": "ล้างฟิลเตอร์",
172
173
  "clearSorting": "ล้างการเรียงลำดับ",
173
174
  "collapse": "ย่อ",
174
175
  "conditionalFormatting": "การจัดรูปแบบตามเงื่อนไข",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "toplanma",
172
+ "clearFilter": "Filtreyi temizle",
172
173
  "clearSorting": "Sıralamayı temizle",
173
174
  "collapse": "Daralt",
174
175
  "conditionalFormatting": "Koşullu biçimlendirme",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "Агрегація",
172
+ "clearFilter": "Очистити фільтр",
172
173
  "clearSorting": "Очистити сортування",
173
174
  "collapse": "Згорнути",
174
175
  "conditionalFormatting": "Умовне форматування",
@@ -169,6 +169,7 @@
169
169
  },
170
170
  "contextMenu": {
171
171
  "aggregation": "聚合",
172
+ "clearFilter": "清除过滤器",
172
173
  "clearSorting": "清除排序",
173
174
  "collapse": "折叠",
174
175
  "conditionalFormatting": "条件格式",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexmonster",
3
- "version": "2.9.93",
3
+ "version": "2.9.94",
4
4
  "description": "Pivot table component for web reporting. The most powerful JavaScript tool to visualize your business data.",
5
5
  "main": "flexmonster.full.js",
6
6
  "typings": "./types/flexmonster.d.ts",
@@ -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.94)
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/
@@ -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.93";
17
+ --fm-version: "2.9.94";
18
18
  }
19
19
  /* ===== RESET STYLES ===== */
20
20
  #fm-pivot-view,
@@ -312,7 +312,7 @@
312
312
  /*-----------STANDARD RESET END-----------------*/
313
313
  @font-face {
314
314
  font-family: "flexmonster-icons";
315
- src: url("../assets/flexmonster-icons.woff?v2.8.19") format("woff"), url("../assets/flexmonster-icons.ttf?v2.8.19") format("truetype"), url("../assets/flexmonster-icons.svg#flexmonster-icons?v2.8.19") format("svg");
315
+ src: url("../assets/flexmonster-icons.woff?v2.9.94") format("woff"), url("../assets/flexmonster-icons.ttf?v2.9.94") format("truetype"), url("../assets/flexmonster-icons.svg#flexmonster-icons?v2.9.94") format("svg");
316
316
  font-weight: normal;
317
317
  font-style: normal;
318
318
  }
@@ -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.94)
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/