flexmonster 2.9.4 → 2.9.8

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 (61) hide show
  1. package/flexmonster.css +4 -0
  2. package/flexmonster.es5.full.js +2578 -2569
  3. package/flexmonster.es5.js +2577 -2568
  4. package/flexmonster.full.js +2225 -2216
  5. package/flexmonster.js +2224 -2215
  6. package/flexmonster.min.css +1 -1
  7. package/lib/flexmonster.fusioncharts.js +2 -2
  8. package/lib/flexmonster.googlecharts.js +2 -2
  9. package/lib/flexmonster.highcharts.js +1 -1
  10. package/package.json +1 -1
  11. package/theme/accessible/flexmonster.css +4 -0
  12. package/theme/accessible/flexmonster.min.css +1 -1
  13. package/theme/blackorange/flexmonster.css +10 -6
  14. package/theme/blackorange/flexmonster.less +3 -2
  15. package/theme/blackorange/flexmonster.min.css +1 -1
  16. package/theme/brightorange/flexmonster.css +4 -0
  17. package/theme/brightorange/flexmonster.less +1 -0
  18. package/theme/brightorange/flexmonster.min.css +1 -1
  19. package/theme/dark/flexmonster.css +4 -0
  20. package/theme/dark/flexmonster.less +1 -0
  21. package/theme/dark/flexmonster.min.css +1 -1
  22. package/theme/default/flexmonster.less +1 -0
  23. package/theme/flexmonster-base.less +6 -0
  24. package/theme/green/flexmonster.css +4 -0
  25. package/theme/green/flexmonster.less +1 -0
  26. package/theme/green/flexmonster.min.css +1 -1
  27. package/theme/lightblue/flexmonster.css +4 -0
  28. package/theme/lightblue/flexmonster.less +1 -0
  29. package/theme/lightblue/flexmonster.min.css +1 -1
  30. package/theme/macos/flexmonster.css +4 -0
  31. package/theme/macos/flexmonster.less +1 -0
  32. package/theme/macos/flexmonster.min.css +1 -1
  33. package/theme/midnight/flexmonster.css +7 -0
  34. package/theme/midnight/flexmonster.less +5 -0
  35. package/theme/midnight/flexmonster.min.css +1 -1
  36. package/theme/old/flexmonster.css +4 -0
  37. package/theme/old/flexmonster.less +1 -0
  38. package/theme/old/flexmonster.min.css +1 -1
  39. package/theme/orange/flexmonster.css +4 -0
  40. package/theme/orange/flexmonster.less +1 -0
  41. package/theme/orange/flexmonster.min.css +1 -1
  42. package/theme/purple/flexmonster.css +4 -0
  43. package/theme/purple/flexmonster.less +1 -0
  44. package/theme/purple/flexmonster.min.css +1 -1
  45. package/theme/softdefault/flexmonster.css +4 -0
  46. package/theme/softdefault/flexmonster.less +1 -0
  47. package/theme/softdefault/flexmonster.min.css +1 -1
  48. package/theme/stripedblue/flexmonster.css +4 -0
  49. package/theme/stripedblue/flexmonster.less +1 -0
  50. package/theme/stripedblue/flexmonster.min.css +1 -1
  51. package/theme/stripedteal/flexmonster.css +4 -0
  52. package/theme/stripedteal/flexmonster.less +1 -0
  53. package/theme/stripedteal/flexmonster.min.css +1 -1
  54. package/theme/teal/flexmonster.css +4 -0
  55. package/theme/teal/flexmonster.less +1 -0
  56. package/theme/teal/flexmonster.min.css +1 -1
  57. package/theme/yellow/flexmonster.css +4 -0
  58. package/theme/yellow/flexmonster.less +1 -0
  59. package/theme/yellow/flexmonster.min.css +1 -1
  60. package/toolbar/flexmonster.toolbar.js +1 -1
  61. package/types/flexmonster.d.ts +5 -0
@@ -2311,6 +2311,10 @@
2311
2311
  #fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-content .fm-members-filter-list.fm-tree-list:not(.fm-is-searched) li {
2312
2312
  padding-left: 0;
2313
2313
  }
2314
+ #fm-pivot-view .fm-filter-view .fm-filters-table .fm-search-highlight {
2315
+ background-color: #6a6a6a;
2316
+ font-weight: inherit;
2317
+ }
2314
2318
  #fm-pivot-view .fm-filter-view .fm-filters-table .fm-filters-table-header {
2315
2319
  border-bottom: 1px solid #6a6a6a;
2316
2320
  background: #3a3a3a;
@@ -7623,6 +7627,9 @@ Used in this file to define bg, border and other colors
7623
7627
  /*-------------------------------------------------------
7624
7628
  ||||||||||| ADDITIONAL STYLES FOR THIS THEME ||||||||||||
7625
7629
  ---------------------------------------------------------*/
7630
+ #fm-toolbar-wrapper {
7631
+ background-color: #222222;
7632
+ }
7626
7633
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content div:last-child .fm-cell.fm-header:not(.fm-empty) {
7627
7634
  border-bottom: 3px solid #404040;
7628
7635
  background-color: #222222;
@@ -153,6 +153,7 @@ Used in this file to define bg, border and other colors
153
153
  @grid-filter-icon-color: @grid-icon-color;
154
154
 
155
155
  /* ===== table header filters column area ===== */
156
+ @grid-table-header-filter-column-search-highlight: #6a6a6a;
156
157
  @grid-table-header-filter-column-pane-color: @theme-color-superdark;
157
158
  @grid-table-header-filter-column-pane-text-color: @theme-text-color-midlight;
158
159
  @grid-table-header-filter-column-pane-border-color: #343434;
@@ -362,6 +363,10 @@ Used in this file to define bg, border and other colors
362
363
  ||||||||||| ADDITIONAL STYLES FOR THIS THEME ||||||||||||
363
364
  ---------------------------------------------------------*/
364
365
 
366
+ #fm-toolbar-wrapper {
367
+ background-color: @background-ui-element-base-color;
368
+ }
369
+
365
370
  #fm-pivot-view .fm-cols-sheet .fm-scroll-content {
366
371
  div:last-child {
367
372
  .fm-cell.fm-header:not(.fm-empty) {