flexmonster 2.9.8 → 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 +8 -1
- package/flexmonster.css +60 -35
- package/flexmonster.es5.full.js +2855 -2740
- package/flexmonster.es5.js +2595 -2571
- package/flexmonster.full.js +2495 -2388
- package/flexmonster.js +2237 -2220
- package/flexmonster.min.css +1 -1
- package/lib/html2canvas.v1.min.js +3 -2
- package/lib/jspdf.min.js +254 -165
- package/lib/promise.min.js +1 -1
- package/localizations/id.json +602 -0
- package/localizations/nl.json +2 -2
- package/localizations/pt.json +1 -1
- package/localizations/th.json +602 -0
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +60 -35
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +60 -35
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +60 -35
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +60 -35
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +67 -50
- package/theme/green/flexmonster.css +60 -35
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +60 -35
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +60 -35
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +60 -35
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +60 -35
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +60 -35
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +60 -35
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +60 -35
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +60 -35
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +60 -35
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +60 -35
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +60 -35
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +6 -5
- package/types/flexmonster.d.ts +9 -9
package/README.md
CHANGED
|
@@ -104,6 +104,13 @@ First of all, if you use one of the offered languages below, you can download th
|
|
|
104
104
|
- [Português](https://github.com/flexmonster/pivot-localizations/blob/master/pr.json)
|
|
105
105
|
- [Chinese](https://github.com/flexmonster/pivot-localizations/blob/master/ch.json)
|
|
106
106
|
- [Українська](https://github.com/flexmonster/pivot-localizations/blob/master/ua.json)
|
|
107
|
+
- [Italiano](https://github.com/flexmonster/pivot-localizations/blob/master/it.json)
|
|
108
|
+
- [Hungarian](https://github.com/flexmonster/pivot-localizations/blob/master/hu.json)
|
|
109
|
+
- [German](https://github.com/flexmonster/pivot-localizations/blob/master/de.json)
|
|
110
|
+
- [Dutch](https://github.com/flexmonster/pivot-localizations/blob/master/nl.json)
|
|
111
|
+
- [Turkish](https://github.com/flexmonster/pivot-localizations/blob/master/tr.json)
|
|
112
|
+
- [Thai](https://github.com/flexmonster/pivot-localizations/blob/master/th.json)
|
|
113
|
+
- [Indonesian](https://github.com/flexmonster/pivot-localizations/blob/master/id.json)
|
|
107
114
|
|
|
108
115
|
[Set localization for Pivot Table](https://www.flexmonster.com/doc/localizing-component/?r=npm)
|
|
109
116
|
|
|
@@ -139,4 +146,4 @@ You can control where to save the export data, the following methods are support
|
|
|
139
146
|
- [User interface](https://www.flexmonster.com/user-interface/?r=npm)
|
|
140
147
|
- [Blog](https://www.flexmonster.com/blog/?r=npm)
|
|
141
148
|
|
|
142
|
-
|
|
149
|
+
You can also get support from our Tech team by raising a ticket via [Flexmonster Help Center](http://www.flexmonster.com/help-center/?r=npm).
|
package/flexmonster.css
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--fm-version: "2.9.12";
|
|
3
|
+
}
|
|
1
4
|
/* ===== RESET STYLES ===== */
|
|
2
5
|
#fm-pivot-view,
|
|
3
6
|
#fm-toolbar-wrapper {
|
|
@@ -3438,14 +3441,29 @@
|
|
|
3438
3441
|
#fm-pivot-view .fm-fields-view .fm-btn-add-measure-2:hover:before {
|
|
3439
3442
|
color: #555;
|
|
3440
3443
|
}
|
|
3444
|
+
#fm-pivot-view .fm-fields-view .fm-popup-header {
|
|
3445
|
+
display: flex;
|
|
3446
|
+
}
|
|
3441
3447
|
#fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:first-child {
|
|
3442
|
-
|
|
3448
|
+
min-width: 100px;
|
|
3443
3449
|
}
|
|
3444
3450
|
#fm-pivot-view .fm-fields-view .fm-popup-header .fm-ui-col:first-child span.fm-ui-label {
|
|
3445
3451
|
white-space: nowrap;
|
|
3446
3452
|
text-overflow: ellipsis;
|
|
3447
3453
|
overflow: hidden;
|
|
3448
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
|
+
}
|
|
3449
3467
|
#fm-pivot-view .fm-fields-view .fm-popup-header .fm-btn-add-measure {
|
|
3450
3468
|
padding-right: 32px;
|
|
3451
3469
|
max-width: 250px;
|
|
@@ -4310,6 +4328,12 @@
|
|
|
4310
4328
|
height: calc(100% - 50px);
|
|
4311
4329
|
height: -webkit-calc(100% - 50px);
|
|
4312
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
|
+
}
|
|
4313
4337
|
#fm-pivot-view .fm-fields-view.fm-layout-mobile-small .fm-popup-content {
|
|
4314
4338
|
height: calc(100% - 95px);
|
|
4315
4339
|
height: -webkit-calc(100% - 95px);
|
|
@@ -4323,9 +4347,6 @@
|
|
|
4323
4347
|
min-height: 467px;
|
|
4324
4348
|
height: 467px;
|
|
4325
4349
|
}
|
|
4326
|
-
#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-header .fm-ui-col:first-child {
|
|
4327
|
-
margin-right: 20px;
|
|
4328
|
-
}
|
|
4329
4350
|
#fm-pivot-view .fm-fields-view.fm-flat-fields .fm-popup-header .fm-btn-add-measure {
|
|
4330
4351
|
min-width: 40px;
|
|
4331
4352
|
width: 40px;
|
|
@@ -4564,9 +4585,6 @@
|
|
|
4564
4585
|
height: calc(100% - 35px);
|
|
4565
4586
|
height: -webkit-calc(100% - 35px);
|
|
4566
4587
|
}
|
|
4567
|
-
#fm-pivot-view .fm-fields-view.fm-layout-tablet .fm-popup-header .fm-ui-col:first-child {
|
|
4568
|
-
margin-right: 20px;
|
|
4569
|
-
}
|
|
4570
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 {
|
|
4571
4589
|
position: absolute;
|
|
4572
4590
|
top: 50%;
|
|
@@ -6372,11 +6390,11 @@
|
|
|
6372
6390
|
#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-scrollable-left:before {
|
|
6373
6391
|
left: 0px;
|
|
6374
6392
|
}
|
|
6375
|
-
#fm-toolbar-wrapper #fm-toolbar .fm-align-
|
|
6393
|
+
#fm-toolbar-wrapper #fm-toolbar .fm-align-right .fm-dropdown-content:after {
|
|
6376
6394
|
left: inherit;
|
|
6377
6395
|
right: 20px;
|
|
6378
6396
|
}
|
|
6379
|
-
#fm-toolbar-wrapper #fm-toolbar .fm-align-
|
|
6397
|
+
#fm-toolbar-wrapper #fm-toolbar .fm-align-right .fm-dropdown-content:before {
|
|
6380
6398
|
left: inherit;
|
|
6381
6399
|
right: 19px;
|
|
6382
6400
|
}
|
|
@@ -6443,11 +6461,13 @@
|
|
|
6443
6461
|
text-align: center;
|
|
6444
6462
|
}
|
|
6445
6463
|
#fm-toolbar-wrapper div.fm-panel .fm-title-bar .fm-toolbox {
|
|
6464
|
+
flex: 1;
|
|
6446
6465
|
margin-top: 0;
|
|
6447
|
-
|
|
6448
|
-
width:
|
|
6466
|
+
min-width: fit-content;
|
|
6467
|
+
width: fit-content;
|
|
6449
6468
|
float: right;
|
|
6450
6469
|
text-align: right;
|
|
6470
|
+
margin-left: 30px;
|
|
6451
6471
|
}
|
|
6452
6472
|
#fm-toolbar-wrapper div.fm-panel .fm-toolbox .fm-ui-btn {
|
|
6453
6473
|
height: 38px;
|
|
@@ -6465,6 +6485,8 @@
|
|
|
6465
6485
|
position: relative;
|
|
6466
6486
|
}
|
|
6467
6487
|
#fm-toolbar-wrapper div.fm-panel .fm-panel-content .fm-title-bar {
|
|
6488
|
+
display: flex;
|
|
6489
|
+
justify-content: center;
|
|
6468
6490
|
clear: both;
|
|
6469
6491
|
margin-bottom: 24px;
|
|
6470
6492
|
}
|
|
@@ -6480,7 +6502,7 @@
|
|
|
6480
6502
|
}
|
|
6481
6503
|
#fm-toolbar-wrapper div.fm-panel .fm-panel-content .fm-title-bar .fm-title-text.fm-ui-col {
|
|
6482
6504
|
text-align: left;
|
|
6483
|
-
|
|
6505
|
+
flex: 1;
|
|
6484
6506
|
}
|
|
6485
6507
|
#fm-toolbar-wrapper .fm-popup-modal-overlay {
|
|
6486
6508
|
z-index: 20;
|
|
@@ -6506,29 +6528,37 @@
|
|
|
6506
6528
|
#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile {
|
|
6507
6529
|
padding: 20px;
|
|
6508
6530
|
}
|
|
6509
|
-
#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
right: auto;
|
|
6513
|
-
text-align: left;
|
|
6514
|
-
width: 100%;
|
|
6515
|
-
}
|
|
6516
|
-
#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile-small .fm-panel-content .fm-toolbox a.fm-ui-btn {
|
|
6517
|
-
width: calc(50% - 10px);
|
|
6518
|
-
width: -webkit-calc(50% - 10px);
|
|
6531
|
+
#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-title-bar {
|
|
6532
|
+
display: flex;
|
|
6533
|
+
flex-direction: column;
|
|
6519
6534
|
}
|
|
6520
|
-
#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile
|
|
6535
|
+
#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-title-bar .fm-title-text.fm-ui-col {
|
|
6536
|
+
max-width: none !important;
|
|
6521
6537
|
width: 100%;
|
|
6522
|
-
margin-bottom: 10px;
|
|
6523
|
-
text-align: left;
|
|
6524
6538
|
font-size: 18px;
|
|
6539
|
+
margin-bottom: 10px;
|
|
6540
|
+
}
|
|
6541
|
+
#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-toolbox {
|
|
6542
|
+
display: flex;
|
|
6543
|
+
max-width: none !important;
|
|
6544
|
+
width: auto !important;
|
|
6545
|
+
margin-left: 0;
|
|
6546
|
+
}
|
|
6547
|
+
#fm-toolbar-wrapper div.fm-panel.fm-popup.fm-layout-mobile .fm-panel-content .fm-toolbox .fm-ui-btn:not(.fm-button-add) {
|
|
6548
|
+
max-width: none;
|
|
6549
|
+
flex: 1;
|
|
6525
6550
|
}
|
|
6526
6551
|
/* Conditional formatting */
|
|
6527
6552
|
#fm-toolbar-wrapper .fm-popup-conditional {
|
|
6528
6553
|
width: 610px;
|
|
6529
6554
|
min-width: 400px;
|
|
6530
6555
|
}
|
|
6556
|
+
#fm-toolbar-wrapper .fm-popup-conditional .fm-toolbox {
|
|
6557
|
+
max-width: 54% !important;
|
|
6558
|
+
width: 54% !important;
|
|
6559
|
+
}
|
|
6531
6560
|
#fm-toolbar-wrapper .fm-popup-conditional .fm-title-text {
|
|
6561
|
+
max-width: 46% !important;
|
|
6532
6562
|
width: -webkit-calc(100% - 270px);
|
|
6533
6563
|
width: calc(100% - 270px);
|
|
6534
6564
|
}
|
|
@@ -6564,13 +6594,15 @@
|
|
|
6564
6594
|
color: #555;
|
|
6565
6595
|
}
|
|
6566
6596
|
#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-values {
|
|
6567
|
-
width:
|
|
6597
|
+
width: calc(100% - 390px);
|
|
6598
|
+
width: -webkit-calc(100% - 390px);
|
|
6568
6599
|
}
|
|
6569
6600
|
#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-conditions {
|
|
6570
6601
|
width: 150px;
|
|
6571
6602
|
}
|
|
6572
6603
|
#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-font-family {
|
|
6573
|
-
width:
|
|
6604
|
+
width: calc(100% - 390px);
|
|
6605
|
+
width: -webkit-calc(100% - 390px);
|
|
6574
6606
|
}
|
|
6575
6607
|
#fm-toolbar-wrapper .fm-popup-conditional .fm-condition-row .fm-font-size {
|
|
6576
6608
|
width: 100px;
|
|
@@ -6604,13 +6636,6 @@
|
|
|
6604
6636
|
#fm-toolbar-wrapper .fm-popup-conditional.fm-layout-mobile .fm-cr-delete {
|
|
6605
6637
|
top: -90px;
|
|
6606
6638
|
}
|
|
6607
|
-
#fm-toolbar-wrapper .fm-popup-conditional.fm-layout-mobile-small .fm-title-text {
|
|
6608
|
-
width: 100%;
|
|
6609
|
-
}
|
|
6610
|
-
#fm-toolbar-wrapper .fm-popup-conditional.fm-layout-mobile-small .fm-panel-content .fm-toolbox .fm-ui-btn:not(.fm-button-add) {
|
|
6611
|
-
width: calc(50% - 42px);
|
|
6612
|
-
width: -webkit-calc(50% - 42px);
|
|
6613
|
-
}
|
|
6614
6639
|
#fm-toolbar-wrapper .fm-toolbar-ui .fm-cr-inner {
|
|
6615
6640
|
font-size: 0;
|
|
6616
6641
|
margin-bottom: 10px;
|
|
@@ -7168,7 +7193,7 @@
|
|
|
7168
7193
|
}
|
|
7169
7194
|
#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add {
|
|
7170
7195
|
padding-right: 30px;
|
|
7171
|
-
min-width:
|
|
7196
|
+
min-width: auto;
|
|
7172
7197
|
}
|
|
7173
7198
|
#fm-toolbar-wrapper .fm-toolbar-ui .fm-button-add-large {
|
|
7174
7199
|
padding-left: 36px;
|