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.
- package/README.md +1 -1
- package/flexmonster.css +41 -19
- package/flexmonster.es5.full.js +2730 -2696
- package/flexmonster.es5.js +2692 -2664
- package/flexmonster.full.js +2389 -2362
- package/flexmonster.js +2352 -2331
- package/flexmonster.min.css +1 -1
- package/lib/canvg.min.js +2 -6
- package/lib/flexmonster.highcharts.js +13 -15
- package/lib/html2canvas.v1.min.js +3 -2
- package/lib/promise.min.js +1 -1
- package/lib/sha1.min.js +21 -13
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +41 -19
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +41 -19
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +41 -19
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +41 -19
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +45 -23
- package/theme/green/flexmonster.css +41 -19
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +41 -19
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +41 -19
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +41 -19
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +41 -19
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +41 -19
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +41 -19
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +41 -19
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +41 -19
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +41 -19
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +41 -19
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +41 -19
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +4 -3
- package/types/flexmonster.d.ts +13 -13
|
@@ -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.14";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
/* ===== RESET STYLES ===== */
|
|
@@ -3286,8 +3286,9 @@
|
|
|
3286
3286
|
}
|
|
3287
3287
|
|
|
3288
3288
|
.fm-popup-header {
|
|
3289
|
+
display: flex;
|
|
3289
3290
|
.fm-ui-col:first-child {
|
|
3290
|
-
|
|
3291
|
+
min-width: 100px;
|
|
3291
3292
|
|
|
3292
3293
|
span.fm-ui-label {
|
|
3293
3294
|
white-space: nowrap;
|
|
@@ -3296,6 +3297,21 @@
|
|
|
3296
3297
|
}
|
|
3297
3298
|
}
|
|
3298
3299
|
|
|
3300
|
+
.fm-ui-col:nth-child(1) {
|
|
3301
|
+
flex: 1;
|
|
3302
|
+
|
|
3303
|
+
.fm-popup-subtitle {
|
|
3304
|
+
width: fit-content;
|
|
3305
|
+
}
|
|
3306
|
+
}
|
|
3307
|
+
|
|
3308
|
+
.fm-ui-col:nth-child(2) {
|
|
3309
|
+
min-width: fit-content;
|
|
3310
|
+
position: relative;
|
|
3311
|
+
right: 0px;
|
|
3312
|
+
margin-left: 30px;
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3299
3315
|
.fm-btn-add-measure {
|
|
3300
3316
|
padding-right: 32px;
|
|
3301
3317
|
max-width: 250px;
|
|
@@ -3913,6 +3929,14 @@
|
|
|
3913
3929
|
}
|
|
3914
3930
|
|
|
3915
3931
|
&.fm-layout-mobile-small {
|
|
3932
|
+
.fm-popup-header {
|
|
3933
|
+
flex-direction: column;
|
|
3934
|
+
}
|
|
3935
|
+
|
|
3936
|
+
.fm-ui-col:nth-child(2) {
|
|
3937
|
+
margin-left: auto;
|
|
3938
|
+
}
|
|
3939
|
+
|
|
3916
3940
|
.fm-popup-content {
|
|
3917
3941
|
height: ~"calc(100% - 95px)";
|
|
3918
3942
|
height: ~"-webkit-calc(100% - 95px)";
|
|
@@ -3930,9 +3954,6 @@
|
|
|
3930
3954
|
height: 467px;
|
|
3931
3955
|
|
|
3932
3956
|
.fm-popup-header {
|
|
3933
|
-
.fm-ui-col:first-child {
|
|
3934
|
-
margin-right: 20px;
|
|
3935
|
-
}
|
|
3936
3957
|
|
|
3937
3958
|
.fm-btn-add-measure {
|
|
3938
3959
|
min-width: 40px;
|
|
@@ -4168,11 +4189,6 @@
|
|
|
4168
4189
|
}
|
|
4169
4190
|
/* layouts */
|
|
4170
4191
|
&.fm-layout-tablet {
|
|
4171
|
-
.fm-popup-header {
|
|
4172
|
-
.fm-ui-col:first-child {
|
|
4173
|
-
margin-right: 20px;
|
|
4174
|
-
}
|
|
4175
|
-
}
|
|
4176
4192
|
|
|
4177
4193
|
.fm-list-wrap .fm-list-header.fm-list-header-wide {
|
|
4178
4194
|
.fm-list-header-label-wrap {
|
|
@@ -6286,11 +6302,13 @@
|
|
|
6286
6302
|
}
|
|
6287
6303
|
|
|
6288
6304
|
#fm-toolbar-wrapper div.fm-panel .fm-title-bar .fm-toolbox {
|
|
6305
|
+
flex: 1;
|
|
6289
6306
|
margin-top: 0;
|
|
6290
|
-
|
|
6291
|
-
width:
|
|
6307
|
+
min-width: fit-content;
|
|
6308
|
+
width: fit-content;
|
|
6292
6309
|
float: right;
|
|
6293
6310
|
text-align: right;
|
|
6311
|
+
margin-left: 30px;
|
|
6294
6312
|
}
|
|
6295
6313
|
|
|
6296
6314
|
#fm-toolbar-wrapper div.fm-panel .fm-toolbox .fm-ui-btn {
|
|
@@ -6310,8 +6328,10 @@
|
|
|
6310
6328
|
|
|
6311
6329
|
#fm-toolbar-wrapper div.fm-panel .fm-panel-content {
|
|
6312
6330
|
position: relative;
|
|
6313
|
-
|
|
6331
|
+
|
|
6314
6332
|
.fm-title-bar {
|
|
6333
|
+
display: flex;
|
|
6334
|
+
justify-content: center;
|
|
6315
6335
|
clear: both;
|
|
6316
6336
|
margin-bottom: 24px;
|
|
6317
6337
|
|
|
@@ -6327,7 +6347,7 @@
|
|
|
6327
6347
|
|
|
6328
6348
|
&.fm-ui-col {
|
|
6329
6349
|
text-align: left;
|
|
6330
|
-
|
|
6350
|
+
flex: 1;
|
|
6331
6351
|
}
|
|
6332
6352
|
}
|
|
6333
6353
|
}
|
|
@@ -6369,21 +6389,21 @@
|
|
|
6369
6389
|
flex-direction: column;
|
|
6370
6390
|
|
|
6371
6391
|
.fm-title-text.fm-ui-col {
|
|
6372
|
-
max-width:
|
|
6392
|
+
max-width: none !important;
|
|
6373
6393
|
width: 100%;
|
|
6374
6394
|
font-size: @ui-title-font-size-smaller;
|
|
6375
6395
|
margin-bottom: 10px;
|
|
6376
6396
|
}
|
|
6377
|
-
|
|
6378
6397
|
}
|
|
6379
6398
|
|
|
6380
6399
|
.fm-toolbox {
|
|
6381
6400
|
display: flex;
|
|
6382
|
-
max-width:
|
|
6383
|
-
width:
|
|
6401
|
+
max-width: none !important;
|
|
6402
|
+
width: auto !important;
|
|
6403
|
+
margin-left: 0;
|
|
6384
6404
|
|
|
6385
6405
|
.fm-ui-btn:not(.fm-button-add) {
|
|
6386
|
-
max-width:
|
|
6406
|
+
max-width: none;
|
|
6387
6407
|
flex: 1;
|
|
6388
6408
|
}
|
|
6389
6409
|
}
|
|
@@ -6402,7 +6422,7 @@
|
|
|
6402
6422
|
}
|
|
6403
6423
|
|
|
6404
6424
|
.fm-title-text {
|
|
6405
|
-
max-width: 46
|
|
6425
|
+
max-width: 46% !important;
|
|
6406
6426
|
width: ~"-webkit-calc(100% - 270px)";
|
|
6407
6427
|
width: ~"calc(100% - 270px)";
|
|
6408
6428
|
}
|
|
@@ -6444,7 +6464,8 @@
|
|
|
6444
6464
|
}
|
|
6445
6465
|
|
|
6446
6466
|
.fm-values {
|
|
6447
|
-
width:
|
|
6467
|
+
width: ~"calc(100% - 390px)";
|
|
6468
|
+
width: ~"-webkit-calc(100% - 390px)";
|
|
6448
6469
|
}
|
|
6449
6470
|
|
|
6450
6471
|
.fm-conditions {
|
|
@@ -6452,7 +6473,8 @@
|
|
|
6452
6473
|
}
|
|
6453
6474
|
|
|
6454
6475
|
.fm-font-family {
|
|
6455
|
-
width:
|
|
6476
|
+
width: ~"calc(100% - 390px)";
|
|
6477
|
+
width: ~"-webkit-calc(100% - 390px)";
|
|
6456
6478
|
}
|
|
6457
6479
|
|
|
6458
6480
|
.fm-font-size {
|
|
@@ -7151,7 +7173,7 @@
|
|
|
7151
7173
|
|
|
7152
7174
|
#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add {
|
|
7153
7175
|
padding-right: 30px;
|
|
7154
|
-
min-width:
|
|
7176
|
+
min-width: auto;
|
|
7155
7177
|
}
|
|
7156
7178
|
|
|
7157
7179
|
#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add-large {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--fm-version: "2.9.
|
|
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: #59a10e;
|
|
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
|
-
|
|
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
|
-
|
|
6451
|
-
width:
|
|
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
|
-
|
|
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:
|
|
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:
|
|
6525
|
-
width:
|
|
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:
|
|
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: #59a10e;
|
|
6575
6595
|
}
|
|
6576
6596
|
#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-values {
|
|
6577
|
-
width:
|
|
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:
|
|
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:
|
|
7196
|
+
min-width: auto;
|
|
7175
7197
|
}
|
|
7176
7198
|
#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add-large {
|
|
7177
7199
|
padding-left: 36px;
|