flexmonster 2.9.11 → 2.9.12

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 (43) hide show
  1. package/README.md +1 -1
  2. package/flexmonster.css +10 -18
  3. package/flexmonster.es5.full.js +2585 -2569
  4. package/flexmonster.es5.js +2579 -2564
  5. package/flexmonster.full.js +2227 -2213
  6. package/flexmonster.js +2221 -2208
  7. package/flexmonster.min.css +1 -1
  8. package/lib/html2canvas.v1.min.js +3 -2
  9. package/package.json +1 -1
  10. package/theme/accessible/flexmonster.css +10 -18
  11. package/theme/accessible/flexmonster.min.css +1 -1
  12. package/theme/blackorange/flexmonster.css +10 -18
  13. package/theme/blackorange/flexmonster.min.css +1 -1
  14. package/theme/brightorange/flexmonster.css +10 -18
  15. package/theme/brightorange/flexmonster.min.css +1 -1
  16. package/theme/dark/flexmonster.css +10 -18
  17. package/theme/dark/flexmonster.min.css +1 -1
  18. package/theme/flexmonster-base.less +11 -23
  19. package/theme/green/flexmonster.css +10 -18
  20. package/theme/green/flexmonster.min.css +1 -1
  21. package/theme/lightblue/flexmonster.css +10 -18
  22. package/theme/lightblue/flexmonster.min.css +1 -1
  23. package/theme/macos/flexmonster.css +10 -18
  24. package/theme/macos/flexmonster.min.css +1 -1
  25. package/theme/midnight/flexmonster.css +10 -18
  26. package/theme/midnight/flexmonster.min.css +1 -1
  27. package/theme/old/flexmonster.css +10 -18
  28. package/theme/old/flexmonster.min.css +1 -1
  29. package/theme/orange/flexmonster.css +10 -18
  30. package/theme/orange/flexmonster.min.css +1 -1
  31. package/theme/purple/flexmonster.css +10 -18
  32. package/theme/purple/flexmonster.min.css +1 -1
  33. package/theme/softdefault/flexmonster.css +10 -18
  34. package/theme/softdefault/flexmonster.min.css +1 -1
  35. package/theme/stripedblue/flexmonster.css +10 -18
  36. package/theme/stripedblue/flexmonster.min.css +1 -1
  37. package/theme/stripedteal/flexmonster.css +10 -18
  38. package/theme/stripedteal/flexmonster.min.css +1 -1
  39. package/theme/teal/flexmonster.css +10 -18
  40. package/theme/teal/flexmonster.min.css +1 -1
  41. package/theme/yellow/flexmonster.css +10 -18
  42. package/theme/yellow/flexmonster.min.css +1 -1
  43. package/toolbar/flexmonster.toolbar.js +3 -2
@@ -1,5 +1,5 @@
1
1
  :root {
2
- --fm-version: "2.9.11";
2
+ --fm-version: "2.9.12";
3
3
  }
4
4
  /* ===== RESET STYLES ===== */
5
5
  #fm-pivot-view,
@@ -3459,7 +3459,7 @@
3459
3459
  width: fit-content;
3460
3460
  }
3461
3461
  #fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:nth-child(2) {
3462
- min-width: 405px;
3462
+ min-width: fit-content;
3463
3463
  position: relative;
3464
3464
  right: 0px;
3465
3465
  margin-left: 30px;
@@ -4328,9 +4328,6 @@
4328
4328
  height: calc(100% - 50px);
4329
4329
  height: -webkit-calc(100% - 50px);
4330
4330
  }
4331
- #fm-pivot-view .fm-fields-view.fm-layout-mobile .fm-ui-col:nth-child(2) {
4332
- min-width: 260px;
4333
- }
4334
4331
  #fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-popup-header {
4335
4332
  flex-direction: column;
4336
4333
  }
@@ -4350,13 +4347,6 @@
4350
4347
  min-height: 467px;
4351
4348
  height: 467px;
4352
4349
  }
4353
- #fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-header .fm-ui-col:nth-child(1) {
4354
- margin-right: 20px;
4355
- flex: none;
4356
- }
4357
- #fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-header .fm-ui-col:nth-child(2) {
4358
- min-width: auto;
4359
- }
4360
4350
  #fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-header .fm-btn-add-measure {
4361
4351
  min-width: 40px;
4362
4352
  width: 40px;
@@ -4595,9 +4585,6 @@
4595
4585
  height: calc(100% - 35px);
4596
4586
  height: -webkit-calc(100% - 35px);
4597
4587
  }
4598
- #fm-pivot-view .fm-fields-view.fm-layout-tablet .fm-popup-header .fm-ui-col:first-child {
4599
- margin-right: 20px;
4600
- }
4601
4588
  #fm-pivot-view .fm-fields-view.fm-layout-tablet .fm-list-wrap .fm-list-header.fm-list-header-wide .fm-list-header-label-wrap {
4602
4589
  position: absolute;
4603
4590
  top: 50%;
@@ -6474,11 +6461,13 @@
6474
6461
  text-align: center;
6475
6462
  }
6476
6463
  #fm-toolbar-wrapper div.fm-panel .fm-title-bar .fm-toolbox {
6464
+ flex: 1;
6477
6465
  margin-top: 0;
6478
- max-width: 55%;
6479
- width: 55%;
6466
+ min-width: fit-content;
6467
+ width: fit-content;
6480
6468
  float: right;
6481
6469
  text-align: right;
6470
+ margin-left: 30px;
6482
6471
  }
6483
6472
  #fm-toolbar-wrapper div.fm-panel .fm-toolbox .fm-ui-btn {
6484
6473
  height: 38px;
@@ -6496,6 +6485,8 @@
6496
6485
  position: relative;
6497
6486
  }
6498
6487
  #fm-toolbar-wrapper div.fm-panel .fm-panel-content .fm-title-bar {
6488
+ display: flex;
6489
+ justify-content: center;
6499
6490
  clear: both;
6500
6491
  margin-bottom: 24px;
6501
6492
  }
@@ -6511,7 +6502,7 @@
6511
6502
  }
6512
6503
  #fm-toolbar-wrapper div.fm-panel .fm-panel-content .fm-title-bar .fm-title-text.fm-ui-col {
6513
6504
  text-align: left;
6514
- max-width: 45%;
6505
+ flex: 1;
6515
6506
  }
6516
6507
  #fm-toolbar-wrapper .fm-popup-modal-overlay {
6517
6508
  z-index: 20;
@@ -6551,6 +6542,7 @@
6551
6542
  display: flex;
6552
6543
  max-width: none !important;
6553
6544
  width: auto !important;
6545
+ margin-left: 0;
6554
6546
  }
6555
6547
  #fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-toolbox .fm-ui-btn:not(.fm-button-add) {
6556
6548
  max-width: none;