flexmonster 2.9.76 → 2.9.78
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/flexmonster.css +22 -1
- package/flexmonster.full.js +2634 -2622
- package/flexmonster.js +2417 -2405
- package/flexmonster.min.css +1 -1
- package/package.json +1 -1
- package/theme/accessible/flexmonster.css +22 -1
- package/theme/accessible/flexmonster.min.css +1 -1
- package/theme/blackorange/flexmonster.css +22 -1
- package/theme/blackorange/flexmonster.min.css +1 -1
- package/theme/brightorange/flexmonster.css +22 -1
- package/theme/brightorange/flexmonster.min.css +1 -1
- package/theme/dark/flexmonster.css +22 -1
- package/theme/dark/flexmonster.min.css +1 -1
- package/theme/flexmonster-base.less +26 -1
- package/theme/green/flexmonster.css +22 -1
- package/theme/green/flexmonster.min.css +1 -1
- package/theme/lightblue/flexmonster.css +22 -1
- package/theme/lightblue/flexmonster.min.css +1 -1
- package/theme/macos/flexmonster.css +22 -1
- package/theme/macos/flexmonster.min.css +1 -1
- package/theme/midnight/flexmonster.css +22 -1
- package/theme/midnight/flexmonster.min.css +1 -1
- package/theme/old/flexmonster.css +22 -1
- package/theme/old/flexmonster.min.css +1 -1
- package/theme/orange/flexmonster.css +22 -1
- package/theme/orange/flexmonster.min.css +1 -1
- package/theme/purple/flexmonster.css +22 -1
- package/theme/purple/flexmonster.min.css +1 -1
- package/theme/softdefault/flexmonster.css +22 -1
- package/theme/softdefault/flexmonster.min.css +1 -1
- package/theme/stripedblue/flexmonster.css +22 -1
- package/theme/stripedblue/flexmonster.min.css +1 -1
- package/theme/stripedteal/flexmonster.css +22 -1
- package/theme/stripedteal/flexmonster.min.css +1 -1
- package/theme/teal/flexmonster.css +22 -1
- package/theme/teal/flexmonster.min.css +1 -1
- package/theme/yellow/flexmonster.css +22 -1
- package/theme/yellow/flexmonster.min.css +1 -1
- package/toolbar/flexmonster.toolbar.js +2 -5
- package/types/flexmonster.d.ts +1 -0
|
@@ -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.78";
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
/* ===== RESET STYLES ===== */
|
|
@@ -1367,6 +1367,25 @@
|
|
|
1367
1367
|
color: @ui-label-color-light;
|
|
1368
1368
|
}
|
|
1369
1369
|
}
|
|
1370
|
+
|
|
1371
|
+
.fm-ui-dp-time {
|
|
1372
|
+
padding: 10px;
|
|
1373
|
+
border-top: @ui-border-light;
|
|
1374
|
+
text-align: center;
|
|
1375
|
+
|
|
1376
|
+
.fm-ui-label {
|
|
1377
|
+
margin-right: 5px;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
input.fm-ui-dp-time-input {
|
|
1381
|
+
padding: 2px 1px 2px 4px;
|
|
1382
|
+
border: @ui-border-light;
|
|
1383
|
+
color: @ui-element-text-color;
|
|
1384
|
+
font-size: @ui-element-font-size;
|
|
1385
|
+
text-align: center;
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
|
|
1370
1389
|
&.fm-ui-dp-view-months {
|
|
1371
1390
|
.fm-ui-dp-header {
|
|
1372
1391
|
.fm-ui-btn {
|
|
@@ -2423,6 +2442,9 @@
|
|
|
2423
2442
|
.fm-datepicker-2 {
|
|
2424
2443
|
display: inline-block;
|
|
2425
2444
|
}
|
|
2445
|
+
.fm-ui-datepicker-input.fm-with-time .fm-ui-datepicker-icon {
|
|
2446
|
+
display: none;
|
|
2447
|
+
}
|
|
2426
2448
|
}
|
|
2427
2449
|
|
|
2428
2450
|
&.fm-date-period {
|
|
@@ -2604,6 +2626,9 @@
|
|
|
2604
2626
|
width: ~"calc(50% - 5px)";
|
|
2605
2627
|
width: ~"-webkit-calc(50% - 5px)";
|
|
2606
2628
|
}
|
|
2629
|
+
.fm-ui-datepicker-input.fm-with-time .fm-ui-datepicker-icon {
|
|
2630
|
+
display: none;
|
|
2631
|
+
}
|
|
2607
2632
|
}
|
|
2608
2633
|
}
|
|
2609
2634
|
&.fm-labels-filter-view {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--fm-version: "2.9.
|
|
2
|
+
--fm-version: "2.9.78";
|
|
3
3
|
}
|
|
4
4
|
/* ===== RESET STYLES ===== */
|
|
5
5
|
#fm-pivot-view,
|
|
@@ -1528,6 +1528,21 @@
|
|
|
1528
1528
|
padding: 10px;
|
|
1529
1529
|
color: #69b01e;
|
|
1530
1530
|
}
|
|
1531
|
+
#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-time {
|
|
1532
|
+
padding: 10px;
|
|
1533
|
+
border-top: 1px solid #b9d998;
|
|
1534
|
+
text-align: center;
|
|
1535
|
+
}
|
|
1536
|
+
#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-time .fm-ui-label {
|
|
1537
|
+
margin-right: 5px;
|
|
1538
|
+
}
|
|
1539
|
+
#fm-pivot-view div.fm-ui-datepicker .fm-ui-dp-time input.fm-ui-dp-time-input {
|
|
1540
|
+
padding: 2px 1px 2px 4px;
|
|
1541
|
+
border: 1px solid #b9d998;
|
|
1542
|
+
color: #111;
|
|
1543
|
+
font-size: 14px;
|
|
1544
|
+
text-align: center;
|
|
1545
|
+
}
|
|
1531
1546
|
#fm-pivot-view div.fm-ui-datepicker.fm-ui-dp-view-months .fm-ui-dp-header .fm-ui-btn {
|
|
1532
1547
|
display: none;
|
|
1533
1548
|
}
|
|
@@ -2616,6 +2631,9 @@
|
|
|
2616
2631
|
#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-datepicker-2 {
|
|
2617
2632
|
display: inline-block;
|
|
2618
2633
|
}
|
|
2634
|
+
#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-ui-datepicker-input.fm-with-time .fm-ui-datepicker-icon {
|
|
2635
|
+
display: none;
|
|
2636
|
+
}
|
|
2619
2637
|
#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-period .fm-datepicker-1,
|
|
2620
2638
|
#fm-pivot-view .fm-filter-view .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-period .fm-datepicker-2 {
|
|
2621
2639
|
display: none;
|
|
@@ -2752,6 +2770,9 @@
|
|
|
2752
2770
|
width: calc(50% - 5px);
|
|
2753
2771
|
width: -webkit-calc(50% - 5px);
|
|
2754
2772
|
}
|
|
2773
|
+
#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-dates-filter-view.fm-date-range .fm-ui-datepicker-input.fm-with-time .fm-ui-datepicker-icon {
|
|
2774
|
+
display: none;
|
|
2775
|
+
}
|
|
2755
2776
|
#fm-pivot-view .fm-filter-view.fm-layout-mobile-small .fm-filters-subview-wrap.fm-labels-filter-view.fm-range .fm-conditions-dropdown {
|
|
2756
2777
|
width: 100%;
|
|
2757
2778
|
margin-bottom: 10px;
|