@syncfusion/ej2-schedule 31.2.15 → 32.1.19
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-schedule.min.js +1 -10
- package/dist/ej2-schedule.umd.min.js +1 -10
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +22 -25
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +25 -30
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +1 -10
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +11 -11
- package/src/recurrence-editor/date-generator.js +0 -4
- package/src/schedule/actions/action-base.d.ts +1 -0
- package/src/schedule/actions/action-base.js +10 -7
- package/src/schedule/actions/drag.js +1 -5
- package/src/schedule/actions/keyboard.js +1 -0
- package/src/schedule/actions/resize.js +4 -7
- package/src/schedule/base/schedule.d.ts +2 -2
- package/src/schedule/base/schedule.js +3 -3
- package/src/schedule/event-renderer/month.js +2 -1
- package/src/schedule/event-renderer/timeline-view.js +2 -1
- package/src/schedule/event-renderer/vertical-view.js +1 -1
- package/src/schedule/event-renderer/year.js +2 -2
- package/styles/bds-lite.css +45 -8
- package/styles/bds-lite.scss +18 -18
- package/styles/bds.css +45 -8
- package/styles/bds.scss +20 -20
- package/styles/bootstrap-dark-lite.css +8 -8
- package/styles/bootstrap-dark-lite.scss +18 -18
- package/styles/bootstrap-dark.css +8 -8
- package/styles/bootstrap-dark.scss +20 -20
- package/styles/bootstrap-lite.css +8 -8
- package/styles/bootstrap-lite.scss +18 -18
- package/styles/bootstrap.css +8 -8
- package/styles/bootstrap.scss +20 -20
- package/styles/bootstrap4-lite.css +10 -10
- package/styles/bootstrap4-lite.scss +18 -18
- package/styles/bootstrap4.css +10 -10
- package/styles/bootstrap4.scss +20 -20
- package/styles/bootstrap5-dark-lite.css +8 -8
- package/styles/bootstrap5-dark-lite.scss +18 -18
- package/styles/bootstrap5-dark.css +8 -8
- package/styles/bootstrap5-dark.scss +20 -20
- package/styles/bootstrap5-lite.css +8 -8
- package/styles/bootstrap5-lite.scss +19 -18
- package/styles/bootstrap5.3-lite.css +112 -32
- package/styles/bootstrap5.3-lite.scss +19 -18
- package/styles/bootstrap5.3.css +114 -34
- package/styles/bootstrap5.3.scss +21 -20
- package/styles/bootstrap5.css +8 -8
- package/styles/bootstrap5.scss +21 -20
- package/styles/fabric-dark-lite.css +8 -8
- package/styles/fabric-dark-lite.scss +19 -18
- package/styles/fabric-dark.css +8 -8
- package/styles/fabric-dark.scss +21 -20
- package/styles/fabric-lite.css +8 -8
- package/styles/fabric-lite.scss +19 -18
- package/styles/fabric.css +8 -8
- package/styles/fabric.scss +21 -20
- package/styles/fluent-dark-lite.css +10 -10
- package/styles/fluent-dark-lite.scss +19 -18
- package/styles/fluent-dark.css +10 -10
- package/styles/fluent-dark.scss +21 -20
- package/styles/fluent-lite.css +10 -10
- package/styles/fluent-lite.scss +19 -18
- package/styles/fluent.css +10 -10
- package/styles/fluent.scss +21 -20
- package/styles/fluent2-lite.css +267 -34
- package/styles/fluent2-lite.scss +19 -18
- package/styles/fluent2.css +270 -37
- package/styles/fluent2.scss +21 -20
- package/styles/highcontrast-light-lite.css +8 -8
- package/styles/highcontrast-light-lite.scss +19 -18
- package/styles/highcontrast-light.css +8 -8
- package/styles/highcontrast-light.scss +21 -20
- package/styles/highcontrast-lite.css +8 -8
- package/styles/highcontrast-lite.scss +19 -18
- package/styles/highcontrast.css +8 -8
- package/styles/highcontrast.scss +21 -20
- package/styles/material-dark-lite.css +10 -10
- package/styles/material-dark-lite.scss +19 -18
- package/styles/material-dark.css +10 -10
- package/styles/material-dark.scss +21 -20
- package/styles/material-lite.css +12 -10
- package/styles/material-lite.scss +18 -18
- package/styles/material.css +12 -10
- package/styles/material.scss +20 -20
- package/styles/material3-dark-lite.css +432 -9
- package/styles/material3-dark-lite.scss +19 -18
- package/styles/material3-dark.css +432 -9
- package/styles/material3-dark.scss +21 -22
- package/styles/material3-lite.css +449 -26
- package/styles/material3-lite.scss +19 -18
- package/styles/material3.css +451 -28
- package/styles/material3.scss +21 -22
- package/styles/recurrence-editor/_all.scss +2 -2
- package/styles/recurrence-editor/_bds-definition.scss +27 -1
- package/styles/recurrence-editor/_bigger.scss +21 -19
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +27 -1
- package/styles/recurrence-editor/_bootstrap-definition.scss +27 -1
- package/styles/recurrence-editor/_bootstrap4-definition.scss +27 -1
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +41 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +27 -1
- package/styles/recurrence-editor/_bootstrap5.3-definition.scss +27 -1
- package/styles/recurrence-editor/_fabric-dark-definition.scss +27 -1
- package/styles/recurrence-editor/_fabric-definition.scss +27 -1
- package/styles/recurrence-editor/_fluent-dark-definition.scss +41 -1
- package/styles/recurrence-editor/_fluent-definition.scss +27 -1
- package/styles/recurrence-editor/_fluent2-definition.scss +27 -1
- package/styles/recurrence-editor/_fusionnew-definition.scss +27 -1
- package/styles/recurrence-editor/_highcontrast-definition.scss +27 -1
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +27 -1
- package/styles/recurrence-editor/_layout.scss +60 -58
- package/styles/recurrence-editor/_material-dark-definition.scss +27 -1
- package/styles/recurrence-editor/_material-definition.scss +27 -1
- package/styles/recurrence-editor/_material3-dark-definition.scss +41 -1
- package/styles/recurrence-editor/_material3-definition.scss +27 -1
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +41 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +27 -1
- package/styles/recurrence-editor/_tailwind3-definition.scss +27 -1
- package/styles/recurrence-editor/_theme-variables.scss +1 -0
- package/styles/recurrence-editor/bds.scss +9 -9
- package/styles/recurrence-editor/bootstrap-dark.scss +9 -9
- package/styles/recurrence-editor/bootstrap.scss +9 -9
- package/styles/recurrence-editor/bootstrap4.css +2 -2
- package/styles/recurrence-editor/bootstrap4.scss +9 -9
- package/styles/recurrence-editor/bootstrap5-dark.scss +9 -9
- package/styles/recurrence-editor/bootstrap5.3.css +81 -1
- package/styles/recurrence-editor/bootstrap5.3.scss +9 -9
- package/styles/recurrence-editor/bootstrap5.scss +9 -9
- package/styles/recurrence-editor/fabric-dark.scss +9 -9
- package/styles/recurrence-editor/fabric.scss +9 -9
- package/styles/recurrence-editor/fluent-dark.css +2 -2
- package/styles/recurrence-editor/fluent-dark.scss +9 -9
- package/styles/recurrence-editor/fluent.css +2 -2
- package/styles/recurrence-editor/fluent.scss +9 -9
- package/styles/recurrence-editor/fluent2.css +334 -6
- package/styles/recurrence-editor/fluent2.scss +9 -9
- package/styles/recurrence-editor/highcontrast-light.scss +9 -9
- package/styles/recurrence-editor/highcontrast.scss +9 -9
- package/styles/recurrence-editor/material-dark.css +2 -2
- package/styles/recurrence-editor/material-dark.scss +9 -9
- package/styles/recurrence-editor/material.css +2 -2
- package/styles/recurrence-editor/material.scss +9 -9
- package/styles/recurrence-editor/material3-dark.css +140 -1
- package/styles/recurrence-editor/material3-dark.scss +9 -10
- package/styles/recurrence-editor/material3.css +140 -1
- package/styles/recurrence-editor/material3.scss +9 -10
- package/styles/recurrence-editor/tailwind-dark.scss +9 -9
- package/styles/recurrence-editor/tailwind.scss +9 -9
- package/styles/recurrence-editor/tailwind3.css +71 -1
- package/styles/recurrence-editor/tailwind3.scss +9 -9
- package/styles/schedule/_all.scss +2 -2
- package/styles/schedule/_bds-definition.scss +105 -0
- package/styles/schedule/_bigger.scss +88 -86
- package/styles/schedule/_bootstrap-dark-definition.scss +105 -0
- package/styles/schedule/_bootstrap-definition.scss +105 -0
- package/styles/schedule/_bootstrap4-definition.scss +105 -0
- package/styles/schedule/_bootstrap5-dark-definition.scss +385 -1
- package/styles/schedule/_bootstrap5-definition.scss +105 -0
- package/styles/schedule/_bootstrap5.3-definition.scss +113 -8
- package/styles/schedule/_fabric-dark-definition.scss +105 -0
- package/styles/schedule/_fabric-definition.scss +105 -0
- package/styles/schedule/_fluent-dark-definition.scss +385 -1
- package/styles/schedule/_fluent-definition.scss +105 -0
- package/styles/schedule/_fluent2-definition.scss +111 -6
- package/styles/schedule/_fusionnew-definition.scss +103 -0
- package/styles/schedule/_highcontrast-definition.scss +105 -0
- package/styles/schedule/_highcontrast-light-definition.scss +105 -0
- package/styles/schedule/_layout.scss +395 -391
- package/styles/schedule/_material-dark-definition.scss +105 -0
- package/styles/schedule/_material-definition.scss +105 -0
- package/styles/schedule/_material3-dark-definition.scss +384 -1
- package/styles/schedule/_material3-definition.scss +111 -6
- package/styles/schedule/_tailwind-dark-definition.scss +380 -1
- package/styles/schedule/_tailwind-definition.scss +105 -0
- package/styles/schedule/_tailwind3-definition.scss +112 -7
- package/styles/schedule/_theme-variables.scss +1 -0
- package/styles/schedule/_theme.scss +34 -32
- package/styles/schedule/bds.css +45 -8
- package/styles/schedule/bds.scss +18 -17
- package/styles/schedule/bootstrap-dark.css +8 -8
- package/styles/schedule/bootstrap-dark.scss +18 -17
- package/styles/schedule/bootstrap.css +8 -8
- package/styles/schedule/bootstrap.scss +18 -17
- package/styles/schedule/bootstrap4.css +8 -8
- package/styles/schedule/bootstrap4.scss +18 -17
- package/styles/schedule/bootstrap5-dark.css +8 -8
- package/styles/schedule/bootstrap5-dark.scss +18 -16
- package/styles/schedule/bootstrap5.3.css +114 -34
- package/styles/schedule/bootstrap5.3.scss +18 -17
- package/styles/schedule/bootstrap5.css +8 -8
- package/styles/schedule/bootstrap5.scss +18 -17
- package/styles/schedule/fabric-dark.css +8 -8
- package/styles/schedule/fabric-dark.scss +18 -17
- package/styles/schedule/fabric.css +8 -8
- package/styles/schedule/fabric.scss +18 -17
- package/styles/schedule/fluent-dark.css +8 -8
- package/styles/schedule/fluent-dark.scss +18 -16
- package/styles/schedule/fluent.css +8 -8
- package/styles/schedule/fluent.scss +18 -17
- package/styles/schedule/fluent2.css +266 -33
- package/styles/schedule/fluent2.scss +18 -17
- package/styles/schedule/highcontrast-light.css +8 -8
- package/styles/schedule/highcontrast-light.scss +18 -17
- package/styles/schedule/highcontrast.css +8 -8
- package/styles/schedule/highcontrast.scss +18 -17
- package/styles/schedule/icons/_bds.scss +1 -0
- package/styles/schedule/icons/_bootstrap-dark.scss +1 -0
- package/styles/schedule/icons/_bootstrap.scss +1 -0
- package/styles/schedule/icons/_bootstrap4.scss +1 -0
- package/styles/schedule/icons/_bootstrap5-dark.scss +1 -1
- package/styles/schedule/icons/_bootstrap5.3.scss +1 -0
- package/styles/schedule/icons/_bootstrap5.scss +1 -0
- package/styles/schedule/icons/_fabric-dark.scss +1 -0
- package/styles/schedule/icons/_fabric.scss +1 -0
- package/styles/schedule/icons/_fluent-dark.scss +1 -1
- package/styles/schedule/icons/_fluent.scss +1 -0
- package/styles/schedule/icons/_fluent2.scss +1 -0
- package/styles/schedule/icons/_fusionnew.scss +1 -0
- package/styles/schedule/icons/_highcontrast-light.scss +1 -0
- package/styles/schedule/icons/_highcontrast.scss +1 -0
- package/styles/schedule/icons/_material-dark.scss +1 -0
- package/styles/schedule/icons/_material.scss +1 -0
- package/styles/schedule/icons/_material3-dark.scss +1 -1
- package/styles/schedule/icons/_material3.scss +1 -0
- package/styles/schedule/icons/_tailwind-dark.scss +1 -1
- package/styles/schedule/icons/_tailwind.scss +1 -0
- package/styles/schedule/icons/_tailwind3.scss +1 -0
- package/styles/schedule/material-dark.css +8 -8
- package/styles/schedule/material-dark.scss +18 -17
- package/styles/schedule/material.css +10 -8
- package/styles/schedule/material.scss +18 -17
- package/styles/schedule/material3-dark.css +432 -9
- package/styles/schedule/material3-dark.scss +18 -17
- package/styles/schedule/material3.css +451 -28
- package/styles/schedule/material3.scss +18 -18
- package/styles/schedule/tailwind-dark.css +8 -8
- package/styles/schedule/tailwind-dark.scss +18 -16
- package/styles/schedule/tailwind.css +8 -8
- package/styles/schedule/tailwind.scss +18 -17
- package/styles/schedule/tailwind3.css +151 -33
- package/styles/schedule/tailwind3.scss +18 -17
- package/styles/tailwind-dark-lite.css +8 -8
- package/styles/tailwind-dark-lite.scss +19 -18
- package/styles/tailwind-dark.css +8 -8
- package/styles/tailwind-dark.scss +21 -20
- package/styles/tailwind-lite.css +8 -8
- package/styles/tailwind-lite.scss +19 -18
- package/styles/tailwind.css +8 -8
- package/styles/tailwind.scss +21 -20
- package/styles/tailwind3-lite.css +149 -31
- package/styles/tailwind3-lite.scss +19 -18
- package/styles/tailwind3.css +151 -33
- package/styles/tailwind3.scss +21 -20
|
@@ -4,6 +4,299 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
88
|
+
@-webkit-keyframes e-input-ripple {
|
|
89
|
+
100% {
|
|
90
|
+
opacity: 0;
|
|
91
|
+
-webkit-transform: scale(4);
|
|
92
|
+
transform: scale(4);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
@keyframes e-input-ripple {
|
|
96
|
+
100% {
|
|
97
|
+
opacity: 0;
|
|
98
|
+
-webkit-transform: scale(4);
|
|
99
|
+
transform: scale(4);
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
@-webkit-keyframes slideTopUp {
|
|
103
|
+
from {
|
|
104
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
105
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
106
|
+
}
|
|
107
|
+
to {
|
|
108
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
109
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
@keyframes slideTopUp {
|
|
113
|
+
from {
|
|
114
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
115
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
116
|
+
}
|
|
117
|
+
to {
|
|
118
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
119
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
/* stylelint-disable */
|
|
123
|
+
.e-input:focus:not(.e-success):not(.e-warning).e-error,
|
|
124
|
+
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
|
125
|
+
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
|
126
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
|
127
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
|
128
|
+
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
|
|
129
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
|
|
130
|
+
-webkit-box-shadow: none !important;
|
|
131
|
+
box-shadow: none !important;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.e-input:focus:not(.e-error):not(.e-warning).e-success,
|
|
135
|
+
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
|
136
|
+
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
|
137
|
+
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
|
138
|
+
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
|
139
|
+
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
|
|
140
|
+
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
|
|
141
|
+
-webkit-box-shadow: none !important;
|
|
142
|
+
box-shadow: none !important;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.e-input:focus:not(.e-success):not(.e-error).e-warning,
|
|
146
|
+
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
|
147
|
+
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
|
148
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
|
149
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
|
150
|
+
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
|
|
151
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
|
|
152
|
+
-webkit-box-shadow: none !important;
|
|
153
|
+
box-shadow: none !important;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
|
|
157
|
+
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
|
|
158
|
+
-webkit-box-shadow: none !important;
|
|
159
|
+
box-shadow: none !important;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
163
|
+
.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
|
|
164
|
+
-webkit-box-shadow: none !important;
|
|
165
|
+
box-shadow: none !important;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
|
|
169
|
+
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
|
|
170
|
+
-webkit-box-shadow: none !important;
|
|
171
|
+
box-shadow: none !important;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
|
|
175
|
+
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
|
|
176
|
+
-webkit-box-shadow: none !important;
|
|
177
|
+
box-shadow: none !important;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
|
|
181
|
+
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
|
|
182
|
+
-webkit-box-shadow: none !important;
|
|
183
|
+
box-shadow: none !important;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
|
|
187
|
+
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
|
|
188
|
+
-webkit-box-shadow: none !important;
|
|
189
|
+
box-shadow: none !important;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.e-float-input.e-error label.e-float-text,
|
|
193
|
+
.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
|
194
|
+
.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
195
|
+
.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
196
|
+
.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
197
|
+
.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
198
|
+
.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
199
|
+
.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
|
|
200
|
+
color: var(--color-sf-danger) !important;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
204
|
+
.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
|
|
205
|
+
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
206
|
+
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
207
|
+
.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
208
|
+
.e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
209
|
+
.e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
210
|
+
.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
|
|
211
|
+
.e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
212
|
+
.e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
213
|
+
.e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
214
|
+
.e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
215
|
+
.e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
216
|
+
.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
217
|
+
.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
218
|
+
.e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
219
|
+
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
220
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
221
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
|
222
|
+
.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
223
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
224
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
|
225
|
+
.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
226
|
+
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
227
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
228
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
229
|
+
.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
230
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
231
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
232
|
+
.e-outline.e-float-input.e-error label.e-float-text.e-label-top,
|
|
233
|
+
.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
|
|
234
|
+
.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
|
|
235
|
+
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
|
|
236
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
|
|
237
|
+
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
|
|
238
|
+
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
|
|
239
|
+
.e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
240
|
+
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
241
|
+
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
242
|
+
.e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
|
243
|
+
.e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
244
|
+
.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
245
|
+
.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
|
|
246
|
+
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
247
|
+
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
248
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
249
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
|
250
|
+
.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
251
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
252
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
|
|
253
|
+
color: var(--color-sf-danger) !important;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.e-filled.e-float-input.e-error label.e-float-text,
|
|
257
|
+
.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
|
258
|
+
.e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
259
|
+
.e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
260
|
+
.e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
261
|
+
.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
262
|
+
.e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
263
|
+
.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
|
|
264
|
+
color: var(--color-sf-danger) !important;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.e-underline.e-input-group.e-control-wrapper,
|
|
268
|
+
.e-underline.e-input-group,
|
|
269
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
270
|
+
.e-underline.e-float-input,
|
|
271
|
+
.e-underline.e-float-input.e-control-wrapper,
|
|
272
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
273
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
274
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
275
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
276
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
277
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
278
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
279
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
280
|
+
border: 1px solid var(--color-sf-border-alt);
|
|
281
|
+
border-width: 0 0 1px 0;
|
|
282
|
+
padding-top: 1px;
|
|
283
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
287
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
288
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
289
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
290
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
291
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
292
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
293
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
294
|
+
border: 1px solid;
|
|
295
|
+
border-width: 0 0 1px 0;
|
|
296
|
+
padding-top: 1px;
|
|
297
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
298
|
+
}
|
|
299
|
+
|
|
7
300
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
8
301
|
-webkit-transform: rotate(0deg);
|
|
9
302
|
transform: rotate(0deg);
|
|
@@ -42,7 +335,7 @@
|
|
|
42
335
|
|
|
43
336
|
.e-ddl.e-popup {
|
|
44
337
|
border: 0;
|
|
45
|
-
border-radius:
|
|
338
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
46
339
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
47
340
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
48
341
|
margin-top: 4px;
|
|
@@ -50,7 +343,7 @@
|
|
|
50
343
|
|
|
51
344
|
.e-small .e-ddl.e-popup,
|
|
52
345
|
.e-small.e-ddl.e-popup {
|
|
53
|
-
border-radius:
|
|
346
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
54
347
|
margin-top: 2px;
|
|
55
348
|
}
|
|
56
349
|
|
|
@@ -74,6 +367,41 @@
|
|
|
74
367
|
padding: 4px 8px;
|
|
75
368
|
}
|
|
76
369
|
|
|
370
|
+
.e-bigger .e-ddl.e-popup,
|
|
371
|
+
.e-bigger.e-ddl.e-popup {
|
|
372
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
373
|
+
margin-top: 8px;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.e-bigger.e-small .e-ddl.e-popup,
|
|
377
|
+
.e-small.e-bigger.e-ddl.e-popup {
|
|
378
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
379
|
+
margin-top: 6px;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
383
|
+
border-color: var(--color-sf-border-light);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
387
|
+
margin-top: 0;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.e-bigger .e-ddl-device .e-input-group,
|
|
391
|
+
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
392
|
+
background: var(--color-sf-flyout-bg-color);
|
|
393
|
+
border-width: 0;
|
|
394
|
+
-webkit-box-shadow: none;
|
|
395
|
+
box-shadow: none;
|
|
396
|
+
margin-bottom: 0;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
400
|
+
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
401
|
+
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
402
|
+
background-color: var(--color-sf-flyout-bg-color);
|
|
403
|
+
}
|
|
404
|
+
|
|
77
405
|
.e-recurrenceeditor .e-editor {
|
|
78
406
|
display: -webkit-box;
|
|
79
407
|
display: -ms-flexbox;
|
|
@@ -179,7 +507,7 @@
|
|
|
179
507
|
}
|
|
180
508
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
181
509
|
font-size: 12px;
|
|
182
|
-
font-weight:
|
|
510
|
+
font-weight: 500;
|
|
183
511
|
margin-bottom: 8px;
|
|
184
512
|
}
|
|
185
513
|
.e-recurrenceeditor .e-days button {
|
|
@@ -227,7 +555,7 @@
|
|
|
227
555
|
}
|
|
228
556
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
229
557
|
font-size: 12px;
|
|
230
|
-
font-weight:
|
|
558
|
+
font-weight: 500;
|
|
231
559
|
margin-bottom: 3px;
|
|
232
560
|
padding-right: 16px;
|
|
233
561
|
}
|
|
@@ -278,7 +606,7 @@
|
|
|
278
606
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
|
|
279
607
|
float: none;
|
|
280
608
|
font-size: 12px;
|
|
281
|
-
font-weight:
|
|
609
|
+
font-weight: 500;
|
|
282
610
|
margin-bottom: 7px;
|
|
283
611
|
}
|
|
284
612
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
@@ -419,7 +747,7 @@
|
|
|
419
747
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
420
748
|
font-size: 16px;
|
|
421
749
|
margin-bottom: 0;
|
|
422
|
-
font-weight:
|
|
750
|
+
font-weight: 500;
|
|
423
751
|
}
|
|
424
752
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
425
753
|
padding-right: 5px;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent2' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/numerictextbox/fluent2-definition' as *;
|
|
3
|
+
@use 'ej2-buttons/styles/button/fluent2-definition' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/radio-button/fluent2-definition' as *;
|
|
5
|
+
@use 'ej2-calendars/styles/datepicker/fluent2-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/drop-down-list/fluent2-definition' as *;
|
|
7
|
+
@use 'fluent2-definition' as *;
|
|
8
|
+
@use 'all' as *;
|
|
9
|
+
@use 'bigger' as *;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast-light' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition' as *;
|
|
3
|
+
@use 'ej2-buttons/styles/button/highcontrast-light-definition' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/radio-button/highcontrast-light-definition' as *;
|
|
5
|
+
@use 'ej2-calendars/styles/datepicker/highcontrast-light-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition' as *;
|
|
7
|
+
@use 'highcontrast-light-definition' as *;
|
|
8
|
+
@use 'all' as *;
|
|
9
|
+
@use 'bigger' as *;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/highcontrast' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/numerictextbox/highcontrast-definition' as *;
|
|
3
|
+
@use 'ej2-buttons/styles/button/highcontrast-definition' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/radio-button/highcontrast-definition' as *;
|
|
5
|
+
@use 'ej2-calendars/styles/datepicker/highcontrast-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/drop-down-list/highcontrast-definition' as *;
|
|
7
|
+
@use 'highcontrast-definition' as *;
|
|
8
|
+
@use 'all' as *;
|
|
9
|
+
@use 'bigger' as *;
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
margin-bottom: 6px;
|
|
259
259
|
}
|
|
260
260
|
.e-device .e-recurrenceeditor .e-month-expander-label {
|
|
261
|
-
font-size:
|
|
261
|
+
font-size: 13px;
|
|
262
262
|
margin-bottom: 5px;
|
|
263
263
|
}
|
|
264
264
|
.e-device .e-recurrenceeditor .e-footer-content {
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
}
|
|
285
285
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
|
|
286
286
|
float: none;
|
|
287
|
-
font-size:
|
|
287
|
+
font-size: 13px;
|
|
288
288
|
font-weight: 400;
|
|
289
289
|
margin-bottom: 1px;
|
|
290
290
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/material-dark' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/numerictextbox/material-dark-definition' as *;
|
|
3
|
+
@use 'ej2-buttons/styles/button/material-dark-definition' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/radio-button/material-dark-definition' as *;
|
|
5
|
+
@use 'ej2-calendars/styles/datepicker/material-dark-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/drop-down-list/material-dark-definition' as *;
|
|
7
|
+
@use 'material-dark-definition' as *;
|
|
8
|
+
@use 'all' as *;
|
|
9
|
+
@use 'bigger' as *;
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
margin-bottom: 6px;
|
|
263
263
|
}
|
|
264
264
|
.e-device .e-recurrenceeditor .e-month-expander-label {
|
|
265
|
-
font-size:
|
|
265
|
+
font-size: 13px;
|
|
266
266
|
margin-bottom: 5px;
|
|
267
267
|
}
|
|
268
268
|
.e-device .e-recurrenceeditor .e-footer-content {
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
}
|
|
289
289
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
|
|
290
290
|
float: none;
|
|
291
|
-
font-size:
|
|
291
|
+
font-size: 13px;
|
|
292
292
|
font-weight: 400;
|
|
293
293
|
margin-bottom: 1px;
|
|
294
294
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/material' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/numerictextbox/material-definition' as *;
|
|
3
|
+
@use 'ej2-buttons/styles/button/material-definition' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/radio-button/material-definition' as *;
|
|
5
|
+
@use 'ej2-calendars/styles/datepicker/material-definition' as *;
|
|
6
|
+
@use 'ej2-dropdowns/styles/drop-down-list/material-definition' as *;
|
|
7
|
+
@use 'material-definition' as *;
|
|
8
|
+
@use 'all' as *;
|
|
9
|
+
@use 'bigger' as *;
|