flexmonster 2.9.77 → 2.9.78
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 +1 -1
- package/flexmonster.full.js +2283 -2282
- package/flexmonster.js +2070 -2069
- package/flexmonster.min.css +1 -1
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +1 -1
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +1 -1
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +1 -1
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +1 -1
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +1 -1
- package/theme/green/flexmonster.css +1 -1
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +1 -1
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +1 -1
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +1 -1
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +1 -1
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +1 -1
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +1 -1
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +1 -1
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +1 -1
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +1 -1
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +1 -1
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +1 -1
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +1 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Flexmonster Pivot Table & Charts [https://www.flexmonster.com/]
|
|
3
|
-
* May 2024 (v. 2.9.
|
|
3
|
+
* May 2024 (v. 2.9.78)
|
|
4
4
|
* Copyright (c) 2024 Flexmonster. All rights reserved.
|
|
5
5
|
*
|
|
6
6
|
* Flexmonster Pivot Table & Charts commercial licenses may be obtained at
|
|
@@ -1967,7 +1967,6 @@ FlexmonsterToolbar.prototype.showConditionalFormattingDialog = function (measure
|
|
|
1967
1967
|
placeholder.appendChild(message);
|
|
1968
1968
|
|
|
1969
1969
|
var addConditionBtn2 = document.createElement("button");
|
|
1970
|
-
addConditionBtn2.setAttribute("href", "javascript:void(0)");
|
|
1971
1970
|
addConditionBtn2.setAttribute("type", "button");
|
|
1972
1971
|
addConditionBtn2.classList.add("fm-ui-btn");
|
|
1973
1972
|
addConditionBtn2.classList.add("fm-ui-btn-light");
|
|
@@ -2310,7 +2309,6 @@ FlexmonsterToolbar.prototype.createConditionalFormattingItem = function (data, a
|
|
|
2310
2309
|
removeBtnWrap.style.position = "relative";
|
|
2311
2310
|
itemRenderer.appendChild(removeBtnWrap);
|
|
2312
2311
|
var removeBtn = document.createElement("a");
|
|
2313
|
-
removeBtn.href = "javascript:void(0);";
|
|
2314
2312
|
removeBtn.classList.add("fm-cr-delete");
|
|
2315
2313
|
removeBtn.classList.add("fm-icon");
|
|
2316
2314
|
removeBtn.classList.add("fm-icon-act_trash");
|
|
@@ -3100,7 +3098,6 @@ FlexmonsterToolbar.prototype.createTab = function (data, parent) {
|
|
|
3100
3098
|
if (data.hasOwnProperty("class_attr")) {
|
|
3101
3099
|
tabLink.setAttribute("class", data.class_attr);
|
|
3102
3100
|
}
|
|
3103
|
-
tabLink.setAttribute("href", "javascript:void(0)");
|
|
3104
3101
|
|
|
3105
3102
|
if (data.icon) {
|
|
3106
3103
|
var svgIcon = document.createElement("div");
|