flexmonster 2.9.104 → 2.9.106
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 +12 -3
- package/flexmonster.full.js +1839 -1796
- package/flexmonster.js +1837 -1794
- package/flexmonster.min.css +3 -3
- package/lib/flexmonster.amcharts.js +2 -2
- package/lib/flexmonster.fusioncharts.js +2 -2
- package/lib/flexmonster.googlecharts.js +2 -2
- package/lib/flexmonster.highcharts.js +2 -2
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +12 -3
- package/theme/accessible/flexmonster.less +2 -2
- package/theme/accessible/flexmonster.min.css +3 -3
- package/theme/blackorange/flexmonster.css +12 -3
- package/theme/blackorange/flexmonster.less +2 -2
- package/theme/blackorange/flexmonster.min.css +3 -3
- package/theme/brightorange/flexmonster.css +12 -3
- package/theme/brightorange/flexmonster.less +2 -2
- package/theme/brightorange/flexmonster.min.css +3 -3
- package/theme/dark/flexmonster.css +12 -3
- package/theme/dark/flexmonster.less +2 -2
- package/theme/dark/flexmonster.min.css +3 -3
- package/theme/default/flexmonster.less +2 -2
- package/theme/flexmonster-base.less +8 -3
- package/theme/green/flexmonster.css +12 -3
- package/theme/green/flexmonster.less +2 -2
- package/theme/green/flexmonster.min.css +3 -3
- package/theme/lightblue/flexmonster.css +12 -3
- package/theme/lightblue/flexmonster.less +2 -2
- package/theme/lightblue/flexmonster.min.css +3 -3
- package/theme/macos/flexmonster.css +12 -3
- package/theme/macos/flexmonster.less +2 -2
- package/theme/macos/flexmonster.min.css +3 -3
- package/theme/midnight/flexmonster.css +12 -3
- package/theme/midnight/flexmonster.less +2 -2
- package/theme/midnight/flexmonster.min.css +3 -3
- package/theme/old/flexmonster.css +12 -3
- package/theme/old/flexmonster.less +2 -2
- package/theme/old/flexmonster.min.css +3 -3
- package/theme/orange/flexmonster.css +12 -3
- package/theme/orange/flexmonster.less +2 -2
- package/theme/orange/flexmonster.min.css +3 -3
- package/theme/purple/flexmonster.css +12 -3
- package/theme/purple/flexmonster.less +2 -2
- package/theme/purple/flexmonster.min.css +3 -3
- package/theme/softdefault/flexmonster.css +12 -3
- package/theme/softdefault/flexmonster.less +2 -2
- package/theme/softdefault/flexmonster.min.css +3 -3
- package/theme/stripedblue/flexmonster.css +12 -3
- package/theme/stripedblue/flexmonster.less +2 -2
- package/theme/stripedblue/flexmonster.min.css +3 -3
- package/theme/stripedteal/flexmonster.css +12 -3
- package/theme/stripedteal/flexmonster.less +2 -2
- package/theme/stripedteal/flexmonster.min.css +3 -3
- package/theme/teal/flexmonster.css +12 -3
- package/theme/teal/flexmonster.less +2 -2
- package/theme/teal/flexmonster.min.css +3 -3
- package/theme/yellow/flexmonster.css +12 -3
- package/theme/yellow/flexmonster.less +2 -2
- package/theme/yellow/flexmonster.min.css +3 -3
- package/toolbar/flexmonster.toolbar.js +6 -6
- package/types/flexmonster.d.ts +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
4
|
-
* Copyright
|
|
3
|
+
* June 2025 (v. 2.9.106)
|
|
4
|
+
* Copyright 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/
|
|
@@ -1346,7 +1346,7 @@ FlexmonsterToolbar.prototype.showFormatCellsDialog = function (measureName, meas
|
|
|
1346
1346
|
|
|
1347
1347
|
function validateForm() {
|
|
1348
1348
|
var isEnabled = valuesDropDown.getValue() != null;
|
|
1349
|
-
|
|
1349
|
+
setApplyButtonDisabled(!isEnabled);
|
|
1350
1350
|
textAlignDropDown.setEnabled(isEnabled);
|
|
1351
1351
|
thousandsSepDropDown.setEnabled(isEnabled);
|
|
1352
1352
|
decimalSepDropDown.setEnabled(isEnabled);
|
|
@@ -1501,9 +1501,9 @@ FlexmonsterToolbar.prototype.showFormatCellsDialog = function (measureName, meas
|
|
|
1501
1501
|
valuesDropDown.setValue(currentMeasureNames);
|
|
1502
1502
|
}
|
|
1503
1503
|
|
|
1504
|
-
var
|
|
1505
|
-
var applyButton =
|
|
1506
|
-
applyButton.disabled =
|
|
1504
|
+
var setApplyButtonDisabled = function (isDisabled) {
|
|
1505
|
+
var applyButton = _this.toolbarWrapper.querySelector(".fm-popup-format-cells #fm-btn-apply");
|
|
1506
|
+
applyButton.disabled = isDisabled;
|
|
1507
1507
|
}
|
|
1508
1508
|
|
|
1509
1509
|
function isStringDataMode() {
|
package/types/flexmonster.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
*
|
|
4
|
-
* Copyright
|
|
3
|
+
* June 2025 (v. 2.9.106)
|
|
4
|
+
* Copyright 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/
|