flexmonster 2.9.10 → 2.9.14

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 (48) hide show
  1. package/README.md +1 -1
  2. package/flexmonster.css +41 -19
  3. package/flexmonster.es5.full.js +2730 -2696
  4. package/flexmonster.es5.js +2692 -2664
  5. package/flexmonster.full.js +2389 -2362
  6. package/flexmonster.js +2352 -2331
  7. package/flexmonster.min.css +1 -1
  8. package/lib/canvg.min.js +2 -6
  9. package/lib/flexmonster.highcharts.js +13 -15
  10. package/lib/html2canvas.v1.min.js +3 -2
  11. package/lib/promise.min.js +1 -1
  12. package/lib/sha1.min.js +21 -13
  13. package/package.json +1 -1
  14. package/theme/accessible/flexmonster.css +41 -19
  15. package/theme/accessible/flexmonster.min.css +1 -1
  16. package/theme/blackorange/flexmonster.css +41 -19
  17. package/theme/blackorange/flexmonster.min.css +1 -1
  18. package/theme/brightorange/flexmonster.css +41 -19
  19. package/theme/brightorange/flexmonster.min.css +1 -1
  20. package/theme/dark/flexmonster.css +41 -19
  21. package/theme/dark/flexmonster.min.css +1 -1
  22. package/theme/flexmonster-base.less +45 -23
  23. package/theme/green/flexmonster.css +41 -19
  24. package/theme/green/flexmonster.min.css +1 -1
  25. package/theme/lightblue/flexmonster.css +41 -19
  26. package/theme/lightblue/flexmonster.min.css +1 -1
  27. package/theme/macos/flexmonster.css +41 -19
  28. package/theme/macos/flexmonster.min.css +1 -1
  29. package/theme/midnight/flexmonster.css +41 -19
  30. package/theme/midnight/flexmonster.min.css +1 -1
  31. package/theme/old/flexmonster.css +41 -19
  32. package/theme/old/flexmonster.min.css +1 -1
  33. package/theme/orange/flexmonster.css +41 -19
  34. package/theme/orange/flexmonster.min.css +1 -1
  35. package/theme/purple/flexmonster.css +41 -19
  36. package/theme/purple/flexmonster.min.css +1 -1
  37. package/theme/softdefault/flexmonster.css +41 -19
  38. package/theme/softdefault/flexmonster.min.css +1 -1
  39. package/theme/stripedblue/flexmonster.css +41 -19
  40. package/theme/stripedblue/flexmonster.min.css +1 -1
  41. package/theme/stripedteal/flexmonster.css +41 -19
  42. package/theme/stripedteal/flexmonster.min.css +1 -1
  43. package/theme/teal/flexmonster.css +41 -19
  44. package/theme/teal/flexmonster.min.css +1 -1
  45. package/theme/yellow/flexmonster.css +41 -19
  46. package/theme/yellow/flexmonster.min.css +1 -1
  47. package/toolbar/flexmonster.toolbar.js +4 -3
  48. package/types/flexmonster.d.ts +13 -13
@@ -1,5 +1,5 @@
1
1
  :root {
2
- --fm-version: "2.9.10";
2
+ --fm-version: "2.9.14";
3
3
  }
4
4
  /* ===== RESET STYLES ===== */
5
5
  #fm-pivot-view,
@@ -3441,14 +3441,29 @@
3441
3441
  #fm-pivot-view .fm-fields-view .fm-btn-add-measure-2:hover:before {
3442
3442
  color: #d5d5d5;
3443
3443
  }
3444
+ #fm-pivot-view .fm-fields-view .fm-popup-header {
3445
+ display: flex;
3446
+ }
3444
3447
  #fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:first-child {
3445
- max-width: 300px;
3448
+ min-width: 100px;
3446
3449
  }
3447
3450
  #fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:first-child span.fm-ui-label {
3448
3451
  white-space: nowrap;
3449
3452
  text-overflow: ellipsis;
3450
3453
  overflow: hidden;
3451
3454
  }
3455
+ #fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:nth-child(1) {
3456
+ flex: 1;
3457
+ }
3458
+ #fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:nth-child(1) .fm-popup-subtitle {
3459
+ width: fit-content;
3460
+ }
3461
+ #fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:nth-child(2) {
3462
+ min-width: fit-content;
3463
+ position: relative;
3464
+ right: 0px;
3465
+ margin-left: 30px;
3466
+ }
3452
3467
  #fm-pivot-view .fm-fields-view .fm-popup-header .fm-btn-add-measure {
3453
3468
  padding-right: 32px;
3454
3469
  max-width: 250px;
@@ -4313,6 +4328,12 @@
4313
4328
  height: calc(100% - 50px);
4314
4329
  height: -webkit-calc(100% - 50px);
4315
4330
  }
4331
+ #fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-popup-header {
4332
+ flex-direction: column;
4333
+ }
4334
+ #fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-ui-col:nth-child(2) {
4335
+ margin-left: auto;
4336
+ }
4316
4337
  #fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-popup-content {
4317
4338
  height: calc(100% - 95px);
4318
4339
  height: -webkit-calc(100% - 95px);
@@ -4326,9 +4347,6 @@
4326
4347
  min-height: 467px;
4327
4348
  height: 467px;
4328
4349
  }
4329
- #fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-header .fm-ui-col:first-child {
4330
- margin-right: 20px;
4331
- }
4332
4350
  #fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-header .fm-btn-add-measure {
4333
4351
  min-width: 40px;
4334
4352
  width: 40px;
@@ -4567,9 +4585,6 @@
4567
4585
  height: calc(100% - 35px);
4568
4586
  height: -webkit-calc(100% - 35px);
4569
4587
  }
4570
- #fm-pivot-view .fm-fields-view.fm-layout-tablet .fm-popup-header .fm-ui-col:first-child {
4571
- margin-right: 20px;
4572
- }
4573
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 {
4574
4589
  position: absolute;
4575
4590
  top: 50%;
@@ -6446,11 +6461,13 @@
6446
6461
  text-align: center;
6447
6462
  }
6448
6463
  #fm-toolbar-wrapper div.fm-panel .fm-title-bar .fm-toolbox {
6464
+ flex: 1;
6449
6465
  margin-top: 0;
6450
- max-width: 55%;
6451
- width: 55%;
6466
+ min-width: fit-content;
6467
+ width: fit-content;
6452
6468
  float: right;
6453
6469
  text-align: right;
6470
+ margin-left: 30px;
6454
6471
  }
6455
6472
  #fm-toolbar-wrapper div.fm-panel .fm-toolbox .fm-ui-btn {
6456
6473
  height: 38px;
@@ -6468,6 +6485,8 @@
6468
6485
  position: relative;
6469
6486
  }
6470
6487
  #fm-toolbar-wrapper div.fm-panel .fm-panel-content .fm-title-bar {
6488
+ display: flex;
6489
+ justify-content: center;
6471
6490
  clear: both;
6472
6491
  margin-bottom: 24px;
6473
6492
  }
@@ -6483,7 +6502,7 @@
6483
6502
  }
6484
6503
  #fm-toolbar-wrapper div.fm-panel .fm-panel-content .fm-title-bar .fm-title-text.fm-ui-col {
6485
6504
  text-align: left;
6486
- max-width: 45%;
6505
+ flex: 1;
6487
6506
  }
6488
6507
  #fm-toolbar-wrapper .fm-popup-modal-overlay {
6489
6508
  z-index: 20;
@@ -6514,18 +6533,19 @@
6514
6533
  flex-direction: column;
6515
6534
  }
6516
6535
  #fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-title-bar .fm-title-text.fm-ui-col {
6517
- max-width: unset;
6536
+ max-width: none !important;
6518
6537
  width: 100%;
6519
6538
  font-size: 18px;
6520
6539
  margin-bottom: 10px;
6521
6540
  }
6522
6541
  #fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-toolbox {
6523
6542
  display: flex;
6524
- max-width: unset !important;
6525
- width: unset !important;
6543
+ max-width: none !important;
6544
+ width: auto !important;
6545
+ margin-left: 0;
6526
6546
  }
6527
6547
  #fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-toolbox .fm-ui-btn:not(.fm-button-add) {
6528
- max-width: unset;
6548
+ max-width: none;
6529
6549
  flex: 1;
6530
6550
  }
6531
6551
  /* Conditional formatting */
@@ -6538,7 +6558,7 @@
6538
6558
  width: 54% !important;
6539
6559
  }
6540
6560
  #fm-toolbar-wrapper .fm-popup-conditional .fm-title-text {
6541
- max-width: 46%;
6561
+ max-width: 46% !important;
6542
6562
  width: -webkit-calc(100% - 270px);
6543
6563
  width: calc(100% - 270px);
6544
6564
  }
@@ -6574,13 +6594,15 @@
6574
6594
  color: #d5d5d5;
6575
6595
  }
6576
6596
  #fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-values {
6577
- width: 150px;
6597
+ width: calc(100% - 390px);
6598
+ width: -webkit-calc(100% - 390px);
6578
6599
  }
6579
6600
  #fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-conditions {
6580
6601
  width: 150px;
6581
6602
  }
6582
6603
  #fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-font-family {
6583
- width: 150px;
6604
+ width: calc(100% - 390px);
6605
+ width: -webkit-calc(100% - 390px);
6584
6606
  }
6585
6607
  #fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-font-size {
6586
6608
  width: 100px;
@@ -7171,7 +7193,7 @@
7171
7193
  }
7172
7194
  #fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add {
7173
7195
  padding-right: 30px;
7174
- min-width: unset;
7196
+ min-width: auto;
7175
7197
  }
7176
7198
  #fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add-large {
7177
7199
  padding-left: 36px;