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.
- package/README.md +1 -1
- package/flexmonster.css +10 -18
- package/flexmonster.es5.full.js +2585 -2569
- package/flexmonster.es5.js +2579 -2564
- package/flexmonster.full.js +2227 -2213
- package/flexmonster.js +2221 -2208
- package/flexmonster.min.css +1 -1
- package/lib/html2canvas.v1.min.js +3 -2
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +10 -18
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +10 -18
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +10 -18
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +10 -18
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +11 -23
- package/theme/green/flexmonster.css +10 -18
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +10 -18
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +10 -18
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +10 -18
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +10 -18
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +10 -18
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +10 -18
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +10 -18
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +10 -18
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +10 -18
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +10 -18
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +10 -18
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +3 -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.12";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
/* ===== RESET STYLES ===== */
|
|
@@ -3306,7 +3306,7 @@
|
|
|
3306
3306
|
}
|
|
3307
3307
|
|
|
3308
3308
|
.fm-ui-col:nth-child(2) {
|
|
3309
|
-
min-width:
|
|
3309
|
+
min-width: fit-content;
|
|
3310
3310
|
position: relative;
|
|
3311
3311
|
right: 0px;
|
|
3312
3312
|
margin-left: 30px;
|
|
@@ -3926,10 +3926,6 @@
|
|
|
3926
3926
|
height: ~"calc(100% - 50px)";
|
|
3927
3927
|
height: ~"-webkit-calc(100% - 50px)";
|
|
3928
3928
|
}
|
|
3929
|
-
|
|
3930
|
-
.fm-ui-col:nth-child(2) {
|
|
3931
|
-
min-width: 260px;
|
|
3932
|
-
}
|
|
3933
3929
|
}
|
|
3934
3930
|
|
|
3935
3931
|
&.fm-layout-mobile-small {
|
|
@@ -3958,14 +3954,6 @@
|
|
|
3958
3954
|
height: 467px;
|
|
3959
3955
|
|
|
3960
3956
|
.fm-popup-header {
|
|
3961
|
-
.fm-ui-col:nth-child(1) {
|
|
3962
|
-
margin-right: 20px;
|
|
3963
|
-
flex: none;
|
|
3964
|
-
}
|
|
3965
|
-
|
|
3966
|
-
.fm-ui-col:nth-child(2) {
|
|
3967
|
-
min-width: auto;
|
|
3968
|
-
}
|
|
3969
3957
|
|
|
3970
3958
|
.fm-btn-add-measure {
|
|
3971
3959
|
min-width: 40px;
|
|
@@ -4201,11 +4189,6 @@
|
|
|
4201
4189
|
}
|
|
4202
4190
|
/* layouts */
|
|
4203
4191
|
&.fm-layout-tablet {
|
|
4204
|
-
.fm-popup-header {
|
|
4205
|
-
.fm-ui-col:first-child {
|
|
4206
|
-
margin-right: 20px;
|
|
4207
|
-
}
|
|
4208
|
-
}
|
|
4209
4192
|
|
|
4210
4193
|
.fm-list-wrap .fm-list-header.fm-list-header-wide {
|
|
4211
4194
|
.fm-list-header-label-wrap {
|
|
@@ -6319,11 +6302,13 @@
|
|
|
6319
6302
|
}
|
|
6320
6303
|
|
|
6321
6304
|
#fm-toolbar-wrapper div.fm-panel .fm-title-bar .fm-toolbox {
|
|
6305
|
+
flex: 1;
|
|
6322
6306
|
margin-top: 0;
|
|
6323
|
-
|
|
6324
|
-
width:
|
|
6307
|
+
min-width: fit-content;
|
|
6308
|
+
width: fit-content;
|
|
6325
6309
|
float: right;
|
|
6326
6310
|
text-align: right;
|
|
6311
|
+
margin-left: 30px;
|
|
6327
6312
|
}
|
|
6328
6313
|
|
|
6329
6314
|
#fm-toolbar-wrapper div.fm-panel .fm-toolbox .fm-ui-btn {
|
|
@@ -6343,8 +6328,10 @@
|
|
|
6343
6328
|
|
|
6344
6329
|
#fm-toolbar-wrapper div.fm-panel .fm-panel-content {
|
|
6345
6330
|
position: relative;
|
|
6346
|
-
|
|
6331
|
+
|
|
6347
6332
|
.fm-title-bar {
|
|
6333
|
+
display: flex;
|
|
6334
|
+
justify-content: center;
|
|
6348
6335
|
clear: both;
|
|
6349
6336
|
margin-bottom: 24px;
|
|
6350
6337
|
|
|
@@ -6360,7 +6347,7 @@
|
|
|
6360
6347
|
|
|
6361
6348
|
&.fm-ui-col {
|
|
6362
6349
|
text-align: left;
|
|
6363
|
-
|
|
6350
|
+
flex: 1;
|
|
6364
6351
|
}
|
|
6365
6352
|
}
|
|
6366
6353
|
}
|
|
@@ -6413,6 +6400,7 @@
|
|
|
6413
6400
|
display: flex;
|
|
6414
6401
|
max-width: none !important;
|
|
6415
6402
|
width: auto !important;
|
|
6403
|
+
margin-left: 0;
|
|
6416
6404
|
|
|
6417
6405
|
.fm-ui-btn:not(.fm-button-add) {
|
|
6418
6406
|
max-width: none;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--fm-version: "2.9.
|
|
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:
|
|
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
|
-
|
|
6479
|
-
width:
|
|
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
|
-
|
|
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;
|