flexmonster 2.9.101 → 2.9.103
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.
- package/flexmonster.css +4 -4
- package/flexmonster.full.js +2350 -2307
- package/flexmonster.js +2350 -2307
- package/flexmonster.min.css +2 -2
- package/lib/flexmonster.amcharts.js +1 -1
- package/lib/flexmonster.fusioncharts.js +1 -1
- package/lib/flexmonster.googlecharts.js +1 -1
- package/lib/flexmonster.highcharts.js +1 -1
- package/localizations/it.json +2 -2
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +4 -4
- package/theme/accessible/flexmonster.less +1 -1
- package/theme/accessible/flexmonster.min.css +2 -2
- package/theme/blackorange/flexmonster.css +4 -4
- package/theme/blackorange/flexmonster.less +1 -1
- package/theme/blackorange/flexmonster.min.css +2 -2
- package/theme/brightorange/flexmonster.css +4 -4
- package/theme/brightorange/flexmonster.less +1 -1
- package/theme/brightorange/flexmonster.min.css +2 -2
- package/theme/dark/flexmonster.css +4 -4
- package/theme/dark/flexmonster.less +1 -1
- package/theme/dark/flexmonster.min.css +2 -2
- package/theme/default/flexmonster.less +1 -1
- package/theme/flexmonster-base.less +4 -4
- package/theme/green/flexmonster.css +4 -4
- package/theme/green/flexmonster.less +1 -1
- package/theme/green/flexmonster.min.css +2 -2
- package/theme/lightblue/flexmonster.css +4 -4
- package/theme/lightblue/flexmonster.less +1 -1
- package/theme/lightblue/flexmonster.min.css +2 -2
- package/theme/macos/flexmonster.css +4 -4
- package/theme/macos/flexmonster.less +1 -1
- package/theme/macos/flexmonster.min.css +2 -2
- package/theme/midnight/flexmonster.css +4 -4
- package/theme/midnight/flexmonster.less +1 -1
- package/theme/midnight/flexmonster.min.css +2 -2
- package/theme/old/flexmonster.css +4 -4
- package/theme/old/flexmonster.less +1 -1
- package/theme/old/flexmonster.min.css +2 -2
- package/theme/orange/flexmonster.css +4 -4
- package/theme/orange/flexmonster.less +1 -1
- package/theme/orange/flexmonster.min.css +2 -2
- package/theme/purple/flexmonster.css +4 -4
- package/theme/purple/flexmonster.less +1 -1
- package/theme/purple/flexmonster.min.css +2 -2
- package/theme/softdefault/flexmonster.css +4 -4
- package/theme/softdefault/flexmonster.less +1 -1
- package/theme/softdefault/flexmonster.min.css +2 -2
- package/theme/stripedblue/flexmonster.css +4 -4
- package/theme/stripedblue/flexmonster.less +1 -1
- package/theme/stripedblue/flexmonster.min.css +2 -2
- package/theme/stripedteal/flexmonster.css +4 -4
- package/theme/stripedteal/flexmonster.less +1 -1
- package/theme/stripedteal/flexmonster.min.css +2 -2
- package/theme/teal/flexmonster.css +4 -4
- package/theme/teal/flexmonster.less +1 -1
- package/theme/teal/flexmonster.min.css +2 -2
- package/theme/yellow/flexmonster.css +4 -4
- package/theme/yellow/flexmonster.less +1 -1
- package/theme/yellow/flexmonster.min.css +2 -2
- package/toolbar/flexmonster.toolbar.js +1 -1
- package/types/flexmonster.d.ts +19 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
3
|
+
* May 2025 (v. 2.9.103)
|
|
4
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:
|
package/types/flexmonster.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
3
|
+
* May 2025 (v. 2.9.103)
|
|
4
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:
|
|
@@ -472,7 +472,7 @@ declare namespace Flexmonster {
|
|
|
472
472
|
level?: number;
|
|
473
473
|
measure?: MeasureObject;
|
|
474
474
|
member?: Member;
|
|
475
|
-
recordId?: string | string[];
|
|
475
|
+
recordId?: string | string[] | any;
|
|
476
476
|
rowData?: CellData[];
|
|
477
477
|
rowIndex?: number;
|
|
478
478
|
rows?: object[];
|
|
@@ -499,6 +499,7 @@ declare namespace Flexmonster {
|
|
|
499
499
|
fontUrl?: string;
|
|
500
500
|
alwaysEnclose?: boolean;
|
|
501
501
|
pageFormat?: string;
|
|
502
|
+
fieldSeparator?: string;
|
|
502
503
|
}
|
|
503
504
|
|
|
504
505
|
interface Hierarchy {
|
|
@@ -506,7 +507,7 @@ declare namespace Flexmonster {
|
|
|
506
507
|
dimensionCaption?: string;
|
|
507
508
|
dimensionUniqueName?: string;
|
|
508
509
|
folder?: string;
|
|
509
|
-
label?: string
|
|
510
|
+
label?: string;
|
|
510
511
|
levels?: Level[];
|
|
511
512
|
sort?: string;
|
|
512
513
|
uniqueName?: string;
|
|
@@ -599,8 +600,22 @@ declare namespace Flexmonster {
|
|
|
599
600
|
}
|
|
600
601
|
|
|
601
602
|
interface MeasureObject {
|
|
602
|
-
uniqueName: string;
|
|
603
603
|
aggregation?: string;
|
|
604
|
+
availableAggregations?: string[];
|
|
605
|
+
availableAggregationsCaptions?: string[];
|
|
606
|
+
caption?: string;
|
|
607
|
+
calculated?: boolean;
|
|
608
|
+
calculateNaN?: boolean;
|
|
609
|
+
formula?: string;
|
|
610
|
+
individual?: boolean;
|
|
611
|
+
folder?: string;
|
|
612
|
+
format?: string;
|
|
613
|
+
grandTotalCaption?: string;
|
|
614
|
+
label?: string;
|
|
615
|
+
name?: string;
|
|
616
|
+
uniqueName?: string;
|
|
617
|
+
groupName?: string;
|
|
618
|
+
type?: string;
|
|
604
619
|
}
|
|
605
620
|
|
|
606
621
|
interface ConditionalFormat {
|