@syncfusion/ej2-vue-schedule 26.1.38 → 26.1.40
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/dist/ej2-vue-schedule.umd.min.js +1 -1
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +10 -0
- package/styles/bootstrap.css +10 -0
- package/styles/bootstrap4.css +10 -0
- package/styles/bootstrap5-dark.css +10 -0
- package/styles/bootstrap5.css +10 -0
- package/styles/fabric-dark.css +10 -0
- package/styles/fabric.css +10 -0
- package/styles/fluent-dark.css +10 -0
- package/styles/fluent.css +10 -0
- package/styles/fluent2.css +20 -10
- package/styles/highcontrast-light.css +10 -0
- package/styles/highcontrast.css +10 -0
- package/styles/material-dark.css +10 -0
- package/styles/material.css +10 -0
- package/styles/material3-dark.css +10 -0
- package/styles/material3.css +10 -0
- package/styles/recurrence-editor/fluent2.css +5 -5
- package/styles/schedule/bootstrap-dark.css +10 -0
- package/styles/schedule/bootstrap.css +10 -0
- package/styles/schedule/bootstrap4.css +10 -0
- package/styles/schedule/bootstrap5-dark.css +10 -0
- package/styles/schedule/bootstrap5.css +10 -0
- package/styles/schedule/fabric-dark.css +10 -0
- package/styles/schedule/fabric.css +10 -0
- package/styles/schedule/fluent-dark.css +10 -0
- package/styles/schedule/fluent.css +10 -0
- package/styles/schedule/fluent2.css +15 -5
- package/styles/schedule/highcontrast-light.css +10 -0
- package/styles/schedule/highcontrast.css +10 -0
- package/styles/schedule/material-dark.css +10 -0
- package/styles/schedule/material.css +10 -0
- package/styles/schedule/material3-dark.css +10 -0
- package/styles/schedule/material3.css +10 -0
- package/styles/schedule/tailwind-dark.css +10 -0
- package/styles/schedule/tailwind.css +10 -0
- package/styles/tailwind-dark.css +10 -0
- package/styles/tailwind.css +10 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-schedule.umd.min.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.40
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-schedule@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-schedule@26.1.39",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-FpfFGVqZ869qZWY/aYhNzf0ZNOlnvA8FFrmYL9tMJ8/UB13SbRqigziI6sgmju+61qfQLh+mVIuSc9wbHi0c5Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-schedule",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-26.1.39.tgz",
|
|
23
|
+
"_shasum": "233254bc19c004c35610d24e198cd49383d9f667",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~26.1.37",
|
|
35
|
-
"@syncfusion/ej2-schedule": "26.1.
|
|
35
|
+
"@syncfusion/ej2-schedule": "26.1.40",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~26.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"ci-publish": "gulp ci-publish",
|
|
60
60
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
61
61
|
},
|
|
62
|
-
"version": "26.1.
|
|
62
|
+
"version": "26.1.40",
|
|
63
63
|
"sideEffects": false
|
|
64
64
|
}
|
|
@@ -3673,6 +3673,16 @@
|
|
|
3673
3673
|
width: 26px;
|
|
3674
3674
|
}
|
|
3675
3675
|
|
|
3676
|
+
@media print {
|
|
3677
|
+
.e-schedule .e-table-container {
|
|
3678
|
+
display: block;
|
|
3679
|
+
}
|
|
3680
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3681
|
+
-webkit-column-break-inside: auto;
|
|
3682
|
+
-moz-column-break-inside: auto;
|
|
3683
|
+
break-inside: auto;
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3676
3686
|
.e-bigger .e-more-popup-wrapper,
|
|
3677
3687
|
.e-more-popup-wrapper {
|
|
3678
3688
|
background: #1a1a1a;
|
package/styles/bootstrap.css
CHANGED
|
@@ -3668,6 +3668,16 @@
|
|
|
3668
3668
|
width: 26px;
|
|
3669
3669
|
}
|
|
3670
3670
|
|
|
3671
|
+
@media print {
|
|
3672
|
+
.e-schedule .e-table-container {
|
|
3673
|
+
display: block;
|
|
3674
|
+
}
|
|
3675
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3676
|
+
-webkit-column-break-inside: auto;
|
|
3677
|
+
-moz-column-break-inside: auto;
|
|
3678
|
+
break-inside: auto;
|
|
3679
|
+
}
|
|
3680
|
+
}
|
|
3671
3681
|
.e-bigger .e-more-popup-wrapper,
|
|
3672
3682
|
.e-more-popup-wrapper {
|
|
3673
3683
|
background: #fff;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -3770,6 +3770,16 @@
|
|
|
3770
3770
|
width: 26px;
|
|
3771
3771
|
}
|
|
3772
3772
|
|
|
3773
|
+
@media print {
|
|
3774
|
+
.e-schedule .e-table-container {
|
|
3775
|
+
display: block;
|
|
3776
|
+
}
|
|
3777
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3778
|
+
-webkit-column-break-inside: auto;
|
|
3779
|
+
-moz-column-break-inside: auto;
|
|
3780
|
+
break-inside: auto;
|
|
3781
|
+
}
|
|
3782
|
+
}
|
|
3773
3783
|
.e-bigger .e-more-popup-wrapper,
|
|
3774
3784
|
.e-more-popup-wrapper {
|
|
3775
3785
|
background: #fff;
|
|
@@ -3714,6 +3714,16 @@
|
|
|
3714
3714
|
width: 26px;
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
|
+
@media print {
|
|
3718
|
+
.e-schedule .e-table-container {
|
|
3719
|
+
display: block;
|
|
3720
|
+
}
|
|
3721
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3722
|
+
-webkit-column-break-inside: auto;
|
|
3723
|
+
-moz-column-break-inside: auto;
|
|
3724
|
+
break-inside: auto;
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3717
3727
|
.e-bigger .e-more-popup-wrapper,
|
|
3718
3728
|
.e-more-popup-wrapper {
|
|
3719
3729
|
background: #212529;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -3714,6 +3714,16 @@
|
|
|
3714
3714
|
width: 26px;
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
|
+
@media print {
|
|
3718
|
+
.e-schedule .e-table-container {
|
|
3719
|
+
display: block;
|
|
3720
|
+
}
|
|
3721
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3722
|
+
-webkit-column-break-inside: auto;
|
|
3723
|
+
-moz-column-break-inside: auto;
|
|
3724
|
+
break-inside: auto;
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3717
3727
|
.e-bigger .e-more-popup-wrapper,
|
|
3718
3728
|
.e-more-popup-wrapper {
|
|
3719
3729
|
background: #fff;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -3635,6 +3635,16 @@
|
|
|
3635
3635
|
width: 26px;
|
|
3636
3636
|
}
|
|
3637
3637
|
|
|
3638
|
+
@media print {
|
|
3639
|
+
.e-schedule .e-table-container {
|
|
3640
|
+
display: block;
|
|
3641
|
+
}
|
|
3642
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3643
|
+
-webkit-column-break-inside: auto;
|
|
3644
|
+
-moz-column-break-inside: auto;
|
|
3645
|
+
break-inside: auto;
|
|
3646
|
+
}
|
|
3647
|
+
}
|
|
3638
3648
|
.e-bigger .e-more-popup-wrapper,
|
|
3639
3649
|
.e-more-popup-wrapper {
|
|
3640
3650
|
background: #201f1f;
|
package/styles/fabric.css
CHANGED
|
@@ -3625,6 +3625,16 @@
|
|
|
3625
3625
|
width: 26px;
|
|
3626
3626
|
}
|
|
3627
3627
|
|
|
3628
|
+
@media print {
|
|
3629
|
+
.e-schedule .e-table-container {
|
|
3630
|
+
display: block;
|
|
3631
|
+
}
|
|
3632
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3633
|
+
-webkit-column-break-inside: auto;
|
|
3634
|
+
-moz-column-break-inside: auto;
|
|
3635
|
+
break-inside: auto;
|
|
3636
|
+
}
|
|
3637
|
+
}
|
|
3628
3638
|
.e-bigger .e-more-popup-wrapper,
|
|
3629
3639
|
.e-more-popup-wrapper {
|
|
3630
3640
|
background: #fff;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -3698,6 +3698,16 @@
|
|
|
3698
3698
|
width: 26px;
|
|
3699
3699
|
}
|
|
3700
3700
|
|
|
3701
|
+
@media print {
|
|
3702
|
+
.e-schedule .e-table-container {
|
|
3703
|
+
display: block;
|
|
3704
|
+
}
|
|
3705
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3706
|
+
-webkit-column-break-inside: auto;
|
|
3707
|
+
-moz-column-break-inside: auto;
|
|
3708
|
+
break-inside: auto;
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3701
3711
|
.e-bigger .e-more-popup-wrapper,
|
|
3702
3712
|
.e-more-popup-wrapper {
|
|
3703
3713
|
background: #252423;
|
package/styles/fluent.css
CHANGED
|
@@ -3698,6 +3698,16 @@
|
|
|
3698
3698
|
width: 26px;
|
|
3699
3699
|
}
|
|
3700
3700
|
|
|
3701
|
+
@media print {
|
|
3702
|
+
.e-schedule .e-table-container {
|
|
3703
|
+
display: block;
|
|
3704
|
+
}
|
|
3705
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3706
|
+
-webkit-column-break-inside: auto;
|
|
3707
|
+
-moz-column-break-inside: auto;
|
|
3708
|
+
break-inside: auto;
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3701
3711
|
.e-bigger .e-more-popup-wrapper,
|
|
3702
3712
|
.e-more-popup-wrapper {
|
|
3703
3713
|
background: #fff;
|
package/styles/fluent2.css
CHANGED
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -4880,6 +4880,16 @@
|
|
|
4880
4880
|
width: 26px;
|
|
4881
4881
|
}
|
|
4882
4882
|
|
|
4883
|
+
@media print {
|
|
4884
|
+
.e-schedule .e-table-container {
|
|
4885
|
+
display: block;
|
|
4886
|
+
}
|
|
4887
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
4888
|
+
-webkit-column-break-inside: auto;
|
|
4889
|
+
-moz-column-break-inside: auto;
|
|
4890
|
+
break-inside: auto;
|
|
4891
|
+
}
|
|
4892
|
+
}
|
|
4883
4893
|
.e-bigger .e-more-popup-wrapper,
|
|
4884
4894
|
.e-more-popup-wrapper {
|
|
4885
4895
|
background: var(--color-sf-content-bg-color);
|
|
@@ -5759,7 +5769,7 @@
|
|
|
5759
5769
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
5760
5770
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
5761
5771
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
5762
|
-
--color-sf-
|
|
5772
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
5763
5773
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
5764
5774
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
5765
5775
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -6030,7 +6040,7 @@
|
|
|
6030
6040
|
--color-sf-success-bg-color: #218c21;
|
|
6031
6041
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
6032
6042
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
6033
|
-
--color-sf-success-bg-color-hover:
|
|
6043
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
6034
6044
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
6035
6045
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
6036
6046
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -6048,7 +6058,7 @@
|
|
|
6048
6058
|
--color-sf-warning-bg-color: #f87528;
|
|
6049
6059
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
6050
6060
|
--color-sf-warning-text: #242424;
|
|
6051
|
-
--color-sf-warning-bg-color-hover:
|
|
6061
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
6052
6062
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
6053
6063
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
6054
6064
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -6107,7 +6117,7 @@
|
|
|
6107
6117
|
--color-sf-info-outline: #0099bc;
|
|
6108
6118
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
6109
6119
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
6110
|
-
--color-sf-
|
|
6120
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
6111
6121
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
6112
6122
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
6113
6123
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -6449,7 +6459,7 @@
|
|
|
6449
6459
|
--color-sf-info-outline: #0099bc;
|
|
6450
6460
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
6451
6461
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
6452
|
-
--color-sf-
|
|
6462
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
6453
6463
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
6454
6464
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
6455
6465
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -3710,6 +3710,16 @@
|
|
|
3710
3710
|
width: 26px;
|
|
3711
3711
|
}
|
|
3712
3712
|
|
|
3713
|
+
@media print {
|
|
3714
|
+
.e-schedule .e-table-container {
|
|
3715
|
+
display: block;
|
|
3716
|
+
}
|
|
3717
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3718
|
+
-webkit-column-break-inside: auto;
|
|
3719
|
+
-moz-column-break-inside: auto;
|
|
3720
|
+
break-inside: auto;
|
|
3721
|
+
}
|
|
3722
|
+
}
|
|
3713
3723
|
.e-bigger .e-more-popup-wrapper,
|
|
3714
3724
|
.e-more-popup-wrapper {
|
|
3715
3725
|
background: #e4e4e4;
|
package/styles/highcontrast.css
CHANGED
|
@@ -3719,6 +3719,16 @@
|
|
|
3719
3719
|
width: 26px;
|
|
3720
3720
|
}
|
|
3721
3721
|
|
|
3722
|
+
@media print {
|
|
3723
|
+
.e-schedule .e-table-container {
|
|
3724
|
+
display: block;
|
|
3725
|
+
}
|
|
3726
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3727
|
+
-webkit-column-break-inside: auto;
|
|
3728
|
+
-moz-column-break-inside: auto;
|
|
3729
|
+
break-inside: auto;
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3722
3732
|
.e-bigger .e-more-popup-wrapper,
|
|
3723
3733
|
.e-more-popup-wrapper {
|
|
3724
3734
|
background: #000;
|
package/styles/material-dark.css
CHANGED
|
@@ -3690,6 +3690,16 @@
|
|
|
3690
3690
|
width: 26px;
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
|
+
@media print {
|
|
3694
|
+
.e-schedule .e-table-container {
|
|
3695
|
+
display: block;
|
|
3696
|
+
}
|
|
3697
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3698
|
+
-webkit-column-break-inside: auto;
|
|
3699
|
+
-moz-column-break-inside: auto;
|
|
3700
|
+
break-inside: auto;
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3693
3703
|
.e-bigger .e-more-popup-wrapper,
|
|
3694
3704
|
.e-more-popup-wrapper {
|
|
3695
3705
|
background: #424242;
|
package/styles/material.css
CHANGED
|
@@ -3737,6 +3737,16 @@
|
|
|
3737
3737
|
width: 26px;
|
|
3738
3738
|
}
|
|
3739
3739
|
|
|
3740
|
+
@media print {
|
|
3741
|
+
.e-schedule .e-table-container {
|
|
3742
|
+
display: block;
|
|
3743
|
+
}
|
|
3744
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3745
|
+
-webkit-column-break-inside: auto;
|
|
3746
|
+
-moz-column-break-inside: auto;
|
|
3747
|
+
break-inside: auto;
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3740
3750
|
.e-bigger .e-more-popup-wrapper,
|
|
3741
3751
|
.e-more-popup-wrapper {
|
|
3742
3752
|
background: #fff;
|
|
@@ -3837,6 +3837,16 @@
|
|
|
3837
3837
|
width: 26px;
|
|
3838
3838
|
}
|
|
3839
3839
|
|
|
3840
|
+
@media print {
|
|
3841
|
+
.e-schedule .e-table-container {
|
|
3842
|
+
display: block;
|
|
3843
|
+
}
|
|
3844
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3845
|
+
-webkit-column-break-inside: auto;
|
|
3846
|
+
-moz-column-break-inside: auto;
|
|
3847
|
+
break-inside: auto;
|
|
3848
|
+
}
|
|
3849
|
+
}
|
|
3840
3850
|
.e-bigger .e-more-popup-wrapper,
|
|
3841
3851
|
.e-more-popup-wrapper {
|
|
3842
3852
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
package/styles/material3.css
CHANGED
|
@@ -3949,6 +3949,16 @@
|
|
|
3949
3949
|
width: 26px;
|
|
3950
3950
|
}
|
|
3951
3951
|
|
|
3952
|
+
@media print {
|
|
3953
|
+
.e-schedule .e-table-container {
|
|
3954
|
+
display: block;
|
|
3955
|
+
}
|
|
3956
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3957
|
+
-webkit-column-break-inside: auto;
|
|
3958
|
+
-moz-column-break-inside: auto;
|
|
3959
|
+
break-inside: auto;
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3952
3962
|
.e-bigger .e-more-popup-wrapper,
|
|
3953
3963
|
.e-more-popup-wrapper {
|
|
3954
3964
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -3673,6 +3673,16 @@
|
|
|
3673
3673
|
width: 26px;
|
|
3674
3674
|
}
|
|
3675
3675
|
|
|
3676
|
+
@media print {
|
|
3677
|
+
.e-schedule .e-table-container {
|
|
3678
|
+
display: block;
|
|
3679
|
+
}
|
|
3680
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3681
|
+
-webkit-column-break-inside: auto;
|
|
3682
|
+
-moz-column-break-inside: auto;
|
|
3683
|
+
break-inside: auto;
|
|
3684
|
+
}
|
|
3685
|
+
}
|
|
3676
3686
|
.e-bigger .e-more-popup-wrapper,
|
|
3677
3687
|
.e-more-popup-wrapper {
|
|
3678
3688
|
background: #1a1a1a;
|
|
@@ -3668,6 +3668,16 @@
|
|
|
3668
3668
|
width: 26px;
|
|
3669
3669
|
}
|
|
3670
3670
|
|
|
3671
|
+
@media print {
|
|
3672
|
+
.e-schedule .e-table-container {
|
|
3673
|
+
display: block;
|
|
3674
|
+
}
|
|
3675
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3676
|
+
-webkit-column-break-inside: auto;
|
|
3677
|
+
-moz-column-break-inside: auto;
|
|
3678
|
+
break-inside: auto;
|
|
3679
|
+
}
|
|
3680
|
+
}
|
|
3671
3681
|
.e-bigger .e-more-popup-wrapper,
|
|
3672
3682
|
.e-more-popup-wrapper {
|
|
3673
3683
|
background: #fff;
|
|
@@ -3770,6 +3770,16 @@
|
|
|
3770
3770
|
width: 26px;
|
|
3771
3771
|
}
|
|
3772
3772
|
|
|
3773
|
+
@media print {
|
|
3774
|
+
.e-schedule .e-table-container {
|
|
3775
|
+
display: block;
|
|
3776
|
+
}
|
|
3777
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3778
|
+
-webkit-column-break-inside: auto;
|
|
3779
|
+
-moz-column-break-inside: auto;
|
|
3780
|
+
break-inside: auto;
|
|
3781
|
+
}
|
|
3782
|
+
}
|
|
3773
3783
|
.e-bigger .e-more-popup-wrapper,
|
|
3774
3784
|
.e-more-popup-wrapper {
|
|
3775
3785
|
background: #fff;
|
|
@@ -3714,6 +3714,16 @@
|
|
|
3714
3714
|
width: 26px;
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
|
+
@media print {
|
|
3718
|
+
.e-schedule .e-table-container {
|
|
3719
|
+
display: block;
|
|
3720
|
+
}
|
|
3721
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3722
|
+
-webkit-column-break-inside: auto;
|
|
3723
|
+
-moz-column-break-inside: auto;
|
|
3724
|
+
break-inside: auto;
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3717
3727
|
.e-bigger .e-more-popup-wrapper,
|
|
3718
3728
|
.e-more-popup-wrapper {
|
|
3719
3729
|
background: #212529;
|
|
@@ -3714,6 +3714,16 @@
|
|
|
3714
3714
|
width: 26px;
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
|
+
@media print {
|
|
3718
|
+
.e-schedule .e-table-container {
|
|
3719
|
+
display: block;
|
|
3720
|
+
}
|
|
3721
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3722
|
+
-webkit-column-break-inside: auto;
|
|
3723
|
+
-moz-column-break-inside: auto;
|
|
3724
|
+
break-inside: auto;
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3717
3727
|
.e-bigger .e-more-popup-wrapper,
|
|
3718
3728
|
.e-more-popup-wrapper {
|
|
3719
3729
|
background: #fff;
|
|
@@ -3635,6 +3635,16 @@
|
|
|
3635
3635
|
width: 26px;
|
|
3636
3636
|
}
|
|
3637
3637
|
|
|
3638
|
+
@media print {
|
|
3639
|
+
.e-schedule .e-table-container {
|
|
3640
|
+
display: block;
|
|
3641
|
+
}
|
|
3642
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3643
|
+
-webkit-column-break-inside: auto;
|
|
3644
|
+
-moz-column-break-inside: auto;
|
|
3645
|
+
break-inside: auto;
|
|
3646
|
+
}
|
|
3647
|
+
}
|
|
3638
3648
|
.e-bigger .e-more-popup-wrapper,
|
|
3639
3649
|
.e-more-popup-wrapper {
|
|
3640
3650
|
background: #201f1f;
|
|
@@ -3625,6 +3625,16 @@
|
|
|
3625
3625
|
width: 26px;
|
|
3626
3626
|
}
|
|
3627
3627
|
|
|
3628
|
+
@media print {
|
|
3629
|
+
.e-schedule .e-table-container {
|
|
3630
|
+
display: block;
|
|
3631
|
+
}
|
|
3632
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3633
|
+
-webkit-column-break-inside: auto;
|
|
3634
|
+
-moz-column-break-inside: auto;
|
|
3635
|
+
break-inside: auto;
|
|
3636
|
+
}
|
|
3637
|
+
}
|
|
3628
3638
|
.e-bigger .e-more-popup-wrapper,
|
|
3629
3639
|
.e-more-popup-wrapper {
|
|
3630
3640
|
background: #fff;
|
|
@@ -3698,6 +3698,16 @@
|
|
|
3698
3698
|
width: 26px;
|
|
3699
3699
|
}
|
|
3700
3700
|
|
|
3701
|
+
@media print {
|
|
3702
|
+
.e-schedule .e-table-container {
|
|
3703
|
+
display: block;
|
|
3704
|
+
}
|
|
3705
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3706
|
+
-webkit-column-break-inside: auto;
|
|
3707
|
+
-moz-column-break-inside: auto;
|
|
3708
|
+
break-inside: auto;
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3701
3711
|
.e-bigger .e-more-popup-wrapper,
|
|
3702
3712
|
.e-more-popup-wrapper {
|
|
3703
3713
|
background: #252423;
|
|
@@ -3698,6 +3698,16 @@
|
|
|
3698
3698
|
width: 26px;
|
|
3699
3699
|
}
|
|
3700
3700
|
|
|
3701
|
+
@media print {
|
|
3702
|
+
.e-schedule .e-table-container {
|
|
3703
|
+
display: block;
|
|
3704
|
+
}
|
|
3705
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3706
|
+
-webkit-column-break-inside: auto;
|
|
3707
|
+
-moz-column-break-inside: auto;
|
|
3708
|
+
break-inside: auto;
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3701
3711
|
.e-bigger .e-more-popup-wrapper,
|
|
3702
3712
|
.e-more-popup-wrapper {
|
|
3703
3713
|
background: #fff;
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
--color-sf-info-outline: var(--color-sf-info-border-color);
|
|
208
208
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
209
209
|
--color-sf-tooltip-border: var(--color-sf-content-bg-color-alt1);
|
|
210
|
-
--color-sf-
|
|
210
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
211
211
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
212
212
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
213
213
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
--color-sf-success-bg-color: #218c21;
|
|
479
479
|
--color-sf-success-border-color: var(--color-sf-success-bg-color);
|
|
480
480
|
--color-sf-success-text: var(--color-sf-primary-text-color);
|
|
481
|
-
--color-sf-success-bg-color-hover:
|
|
481
|
+
--color-sf-success-bg-color-hover: #0e700e;
|
|
482
482
|
--color-sf-success-border-color-hover: var(--color-sf-success-bg-color-hover);
|
|
483
483
|
--color-sf-success-text-hover: var(--color-sf-primary-text-color);
|
|
484
484
|
--color-sf-success-bg-color-pressed: #052505;
|
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
--color-sf-warning-bg-color: #f87528;
|
|
497
497
|
--color-sf-warning-border-color: var(--color-sf-warning-bg-color);
|
|
498
498
|
--color-sf-warning-text: #242424;
|
|
499
|
-
--color-sf-warning-bg-color-hover:
|
|
499
|
+
--color-sf-warning-bg-color-hover: #de590b;
|
|
500
500
|
--color-sf-warning-border-color-hover: var(--color-sf-warning-bg-color-hover);
|
|
501
501
|
--color-sf-warning-text-hover: var(--color-sf-primary-text-color);
|
|
502
502
|
--color-sf-warning-bg-color-pressed: #4a1e04;
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
--color-sf-info-outline: #0099bc;
|
|
556
556
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
557
557
|
--color-sf-tooltip-border: var(--color-sf-tooltip-bg-color);
|
|
558
|
-
--color-sf-
|
|
558
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
559
559
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
560
560
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color-alt1);
|
|
561
561
|
--color-sf-appbar-bg-color-alt1: var(--color-sf-content-bg-color-alt2);
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
--color-sf-info-outline: #0099bc;
|
|
898
898
|
--color-sf-tooltip-bg-color: var(--color-sf-content-bg-color-alt1);
|
|
899
899
|
--color-sf-tooltip-border: var(--color-sf-border-light);
|
|
900
|
-
--color-sf-
|
|
900
|
+
--color-sf-tooltip-text-color: var(--color-sf-content-text-color);
|
|
901
901
|
--color-sf-toast-text-color: var(--color-sf-content-text-color);
|
|
902
902
|
--color-sf-toast-alt-text-color: var(--color-sf-content-text-color);
|
|
903
903
|
--color-sf-appbar-bg-color-alt1: #fff;
|
|
@@ -4880,6 +4880,16 @@
|
|
|
4880
4880
|
width: 26px;
|
|
4881
4881
|
}
|
|
4882
4882
|
|
|
4883
|
+
@media print {
|
|
4884
|
+
.e-schedule .e-table-container {
|
|
4885
|
+
display: block;
|
|
4886
|
+
}
|
|
4887
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
4888
|
+
-webkit-column-break-inside: auto;
|
|
4889
|
+
-moz-column-break-inside: auto;
|
|
4890
|
+
break-inside: auto;
|
|
4891
|
+
}
|
|
4892
|
+
}
|
|
4883
4893
|
.e-bigger .e-more-popup-wrapper,
|
|
4884
4894
|
.e-more-popup-wrapper {
|
|
4885
4895
|
background: var(--color-sf-content-bg-color);
|
|
@@ -3710,6 +3710,16 @@
|
|
|
3710
3710
|
width: 26px;
|
|
3711
3711
|
}
|
|
3712
3712
|
|
|
3713
|
+
@media print {
|
|
3714
|
+
.e-schedule .e-table-container {
|
|
3715
|
+
display: block;
|
|
3716
|
+
}
|
|
3717
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3718
|
+
-webkit-column-break-inside: auto;
|
|
3719
|
+
-moz-column-break-inside: auto;
|
|
3720
|
+
break-inside: auto;
|
|
3721
|
+
}
|
|
3722
|
+
}
|
|
3713
3723
|
.e-bigger .e-more-popup-wrapper,
|
|
3714
3724
|
.e-more-popup-wrapper {
|
|
3715
3725
|
background: #e4e4e4;
|
|
@@ -3719,6 +3719,16 @@
|
|
|
3719
3719
|
width: 26px;
|
|
3720
3720
|
}
|
|
3721
3721
|
|
|
3722
|
+
@media print {
|
|
3723
|
+
.e-schedule .e-table-container {
|
|
3724
|
+
display: block;
|
|
3725
|
+
}
|
|
3726
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3727
|
+
-webkit-column-break-inside: auto;
|
|
3728
|
+
-moz-column-break-inside: auto;
|
|
3729
|
+
break-inside: auto;
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3722
3732
|
.e-bigger .e-more-popup-wrapper,
|
|
3723
3733
|
.e-more-popup-wrapper {
|
|
3724
3734
|
background: #000;
|
|
@@ -3690,6 +3690,16 @@
|
|
|
3690
3690
|
width: 26px;
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
|
+
@media print {
|
|
3694
|
+
.e-schedule .e-table-container {
|
|
3695
|
+
display: block;
|
|
3696
|
+
}
|
|
3697
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3698
|
+
-webkit-column-break-inside: auto;
|
|
3699
|
+
-moz-column-break-inside: auto;
|
|
3700
|
+
break-inside: auto;
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3693
3703
|
.e-bigger .e-more-popup-wrapper,
|
|
3694
3704
|
.e-more-popup-wrapper {
|
|
3695
3705
|
background: #424242;
|
|
@@ -3737,6 +3737,16 @@
|
|
|
3737
3737
|
width: 26px;
|
|
3738
3738
|
}
|
|
3739
3739
|
|
|
3740
|
+
@media print {
|
|
3741
|
+
.e-schedule .e-table-container {
|
|
3742
|
+
display: block;
|
|
3743
|
+
}
|
|
3744
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3745
|
+
-webkit-column-break-inside: auto;
|
|
3746
|
+
-moz-column-break-inside: auto;
|
|
3747
|
+
break-inside: auto;
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3740
3750
|
.e-bigger .e-more-popup-wrapper,
|
|
3741
3751
|
.e-more-popup-wrapper {
|
|
3742
3752
|
background: #fff;
|
|
@@ -3837,6 +3837,16 @@
|
|
|
3837
3837
|
width: 26px;
|
|
3838
3838
|
}
|
|
3839
3839
|
|
|
3840
|
+
@media print {
|
|
3841
|
+
.e-schedule .e-table-container {
|
|
3842
|
+
display: block;
|
|
3843
|
+
}
|
|
3844
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3845
|
+
-webkit-column-break-inside: auto;
|
|
3846
|
+
-moz-column-break-inside: auto;
|
|
3847
|
+
break-inside: auto;
|
|
3848
|
+
}
|
|
3849
|
+
}
|
|
3840
3850
|
.e-bigger .e-more-popup-wrapper,
|
|
3841
3851
|
.e-more-popup-wrapper {
|
|
3842
3852
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
|
|
@@ -3949,6 +3949,16 @@
|
|
|
3949
3949
|
width: 26px;
|
|
3950
3950
|
}
|
|
3951
3951
|
|
|
3952
|
+
@media print {
|
|
3953
|
+
.e-schedule .e-table-container {
|
|
3954
|
+
display: block;
|
|
3955
|
+
}
|
|
3956
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3957
|
+
-webkit-column-break-inside: auto;
|
|
3958
|
+
-moz-column-break-inside: auto;
|
|
3959
|
+
break-inside: auto;
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3952
3962
|
.e-bigger .e-more-popup-wrapper,
|
|
3953
3963
|
.e-more-popup-wrapper {
|
|
3954
3964
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
|
|
@@ -3664,6 +3664,16 @@
|
|
|
3664
3664
|
width: 26px;
|
|
3665
3665
|
}
|
|
3666
3666
|
|
|
3667
|
+
@media print {
|
|
3668
|
+
.e-schedule .e-table-container {
|
|
3669
|
+
display: block;
|
|
3670
|
+
}
|
|
3671
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3672
|
+
-webkit-column-break-inside: auto;
|
|
3673
|
+
-moz-column-break-inside: auto;
|
|
3674
|
+
break-inside: auto;
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3667
3677
|
.e-bigger .e-more-popup-wrapper,
|
|
3668
3678
|
.e-more-popup-wrapper {
|
|
3669
3679
|
background: #1f2937;
|
|
@@ -3664,6 +3664,16 @@
|
|
|
3664
3664
|
width: 26px;
|
|
3665
3665
|
}
|
|
3666
3666
|
|
|
3667
|
+
@media print {
|
|
3668
|
+
.e-schedule .e-table-container {
|
|
3669
|
+
display: block;
|
|
3670
|
+
}
|
|
3671
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3672
|
+
-webkit-column-break-inside: auto;
|
|
3673
|
+
-moz-column-break-inside: auto;
|
|
3674
|
+
break-inside: auto;
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3667
3677
|
.e-bigger .e-more-popup-wrapper,
|
|
3668
3678
|
.e-more-popup-wrapper {
|
|
3669
3679
|
background: #fff;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -3664,6 +3664,16 @@
|
|
|
3664
3664
|
width: 26px;
|
|
3665
3665
|
}
|
|
3666
3666
|
|
|
3667
|
+
@media print {
|
|
3668
|
+
.e-schedule .e-table-container {
|
|
3669
|
+
display: block;
|
|
3670
|
+
}
|
|
3671
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3672
|
+
-webkit-column-break-inside: auto;
|
|
3673
|
+
-moz-column-break-inside: auto;
|
|
3674
|
+
break-inside: auto;
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3667
3677
|
.e-bigger .e-more-popup-wrapper,
|
|
3668
3678
|
.e-more-popup-wrapper {
|
|
3669
3679
|
background: #1f2937;
|
package/styles/tailwind.css
CHANGED
|
@@ -3664,6 +3664,16 @@
|
|
|
3664
3664
|
width: 26px;
|
|
3665
3665
|
}
|
|
3666
3666
|
|
|
3667
|
+
@media print {
|
|
3668
|
+
.e-schedule .e-table-container {
|
|
3669
|
+
display: block;
|
|
3670
|
+
}
|
|
3671
|
+
.e-schedule .e-vertical-view .e-content-table thead {
|
|
3672
|
+
-webkit-column-break-inside: auto;
|
|
3673
|
+
-moz-column-break-inside: auto;
|
|
3674
|
+
break-inside: auto;
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3667
3677
|
.e-bigger .e-more-popup-wrapper,
|
|
3668
3678
|
.e-more-popup-wrapper {
|
|
3669
3679
|
background: #fff;
|