flexmonster 2.9.14 → 2.9.17
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 +5 -1
- package/flexmonster.es5.full.js +2905 -2944
- package/flexmonster.es5.js +2801 -2843
- package/flexmonster.full.js +2544 -2586
- package/flexmonster.js +2444 -2489
- package/flexmonster.min.css +1 -1
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +5 -1
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +5 -1
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +5 -1
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +5 -1
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +6 -1
- package/theme/green/flexmonster.css +5 -1
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +5 -1
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +5 -1
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +5 -1
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +5 -1
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +5 -1
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +5 -1
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +5 -1
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +5 -1
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +5 -1
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +5 -1
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +5 -1
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +563 -469
- package/types/flexmonster.d.ts +14 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import (reference) "default/flexmonster.less";
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
|
-
--fm-version: "2.9.
|
|
4
|
+
--fm-version: "2.9.17";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
/* ===== RESET STYLES ===== */
|
|
@@ -3598,6 +3598,11 @@
|
|
|
3598
3598
|
}
|
|
3599
3599
|
}
|
|
3600
3600
|
|
|
3601
|
+
.fm-search-highlight {
|
|
3602
|
+
background-color: @grid-table-header-filter-column-search-highlight;
|
|
3603
|
+
font-weight: inherit;
|
|
3604
|
+
}
|
|
3605
|
+
|
|
3601
3606
|
.fm-lst-hierarchies {
|
|
3602
3607
|
position: relative;
|
|
3603
3608
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--fm-version: "2.9.
|
|
2
|
+
--fm-version: "2.9.17";
|
|
3
3
|
}
|
|
4
4
|
/* ===== RESET STYLES ===== */
|
|
5
5
|
#fm-pivot-view,
|
|
@@ -3757,6 +3757,10 @@
|
|
|
3757
3757
|
#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content li.fm-selected .fm-text-display {
|
|
3758
3758
|
font-weight: bold;
|
|
3759
3759
|
}
|
|
3760
|
+
#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-search-highlight {
|
|
3761
|
+
background-color: #FFFF00;
|
|
3762
|
+
font-weight: inherit;
|
|
3763
|
+
}
|
|
3760
3764
|
#fm-pivot-view .fm-fields-view .fm-popup-content .fm-list-wrap .fm-list-content .fm-lst-hierarchies {
|
|
3761
3765
|
position: relative;
|
|
3762
3766
|
}
|