@syncfusion/ej2-querybuilder 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-querybuilder.min.js +1 -10
- package/dist/ej2-querybuilder.umd.min.js +1 -10
- package/dist/ej2-querybuilder.umd.min.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es2015.js +14 -3
- package/dist/es6/ej2-querybuilder.es2015.js.map +1 -1
- package/dist/es6/ej2-querybuilder.es5.js +14 -3
- package/dist/es6/ej2-querybuilder.es5.js.map +1 -1
- package/dist/global/ej2-querybuilder.min.js +1 -10
- package/dist/global/ej2-querybuilder.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +7 -7
- package/src/query-builder/query-builder.d.ts +1 -0
- package/src/query-builder/query-builder.js +14 -3
- package/styles/bds-lite.css +0 -37
- package/styles/bds-lite.scss +14 -15
- package/styles/bds.css +0 -36
- package/styles/bds.scss +15 -16
- package/styles/bootstrap-dark-lite.css +0 -37
- package/styles/bootstrap-dark-lite.scss +14 -15
- package/styles/bootstrap-dark.css +0 -36
- package/styles/bootstrap-dark.scss +15 -16
- package/styles/bootstrap-lite.css +0 -37
- package/styles/bootstrap-lite.scss +14 -15
- package/styles/bootstrap.css +0 -36
- package/styles/bootstrap.scss +15 -16
- package/styles/bootstrap4-lite.css +0 -37
- package/styles/bootstrap4-lite.scss +14 -15
- package/styles/bootstrap4.css +0 -36
- package/styles/bootstrap4.scss +15 -16
- package/styles/bootstrap5-dark-lite.css +0 -37
- package/styles/bootstrap5-dark-lite.scss +14 -15
- package/styles/bootstrap5-dark.css +0 -36
- package/styles/bootstrap5-dark.scss +15 -16
- package/styles/bootstrap5-lite.css +0 -37
- package/styles/bootstrap5-lite.scss +15 -15
- package/styles/bootstrap5.3-lite.css +117 -74
- package/styles/bootstrap5.3-lite.scss +15 -15
- package/styles/bootstrap5.3.css +117 -73
- package/styles/bootstrap5.3.scss +16 -16
- package/styles/bootstrap5.css +0 -36
- package/styles/bootstrap5.scss +16 -16
- package/styles/fabric-dark-lite.css +0 -37
- package/styles/fabric-dark-lite.scss +15 -15
- package/styles/fabric-dark.css +0 -36
- package/styles/fabric-dark.scss +16 -16
- package/styles/fabric-lite.css +0 -37
- package/styles/fabric-lite.scss +15 -15
- package/styles/fabric.css +0 -36
- package/styles/fabric.scss +16 -16
- package/styles/fluent-dark-lite.css +0 -37
- package/styles/fluent-dark-lite.scss +15 -15
- package/styles/fluent-dark.css +0 -36
- package/styles/fluent-dark.scss +16 -16
- package/styles/fluent-lite.css +0 -37
- package/styles/fluent-lite.scss +15 -15
- package/styles/fluent.css +0 -36
- package/styles/fluent.scss +16 -16
- package/styles/fluent2-lite.css +455 -79
- package/styles/fluent2-lite.scss +15 -15
- package/styles/fluent2.css +459 -82
- package/styles/fluent2.scss +16 -16
- package/styles/highcontrast-light-lite.css +0 -37
- package/styles/highcontrast-light-lite.scss +15 -15
- package/styles/highcontrast-light.css +0 -36
- package/styles/highcontrast-light.scss +16 -16
- package/styles/highcontrast-lite.css +0 -37
- package/styles/highcontrast-lite.scss +15 -15
- package/styles/highcontrast.css +0 -36
- package/styles/highcontrast.scss +16 -16
- package/styles/material-dark-lite.css +0 -37
- package/styles/material-dark-lite.scss +15 -15
- package/styles/material-dark.css +0 -36
- package/styles/material-dark.scss +16 -16
- package/styles/material-lite.css +0 -39
- package/styles/material-lite.scss +14 -15
- package/styles/material.css +0 -38
- package/styles/material.scss +15 -16
- package/styles/material3-dark-lite.css +461 -77
- package/styles/material3-dark-lite.scss +15 -15
- package/styles/material3-dark.css +461 -76
- package/styles/material3-dark.scss +16 -18
- package/styles/material3-lite.css +461 -77
- package/styles/material3-lite.scss +15 -15
- package/styles/material3.css +461 -76
- package/styles/material3.scss +16 -18
- package/styles/query-builder/_all.scss +2 -2
- package/styles/query-builder/_bds-definition.scss +69 -2
- package/styles/query-builder/_bigger.scss +21 -18
- package/styles/query-builder/_bootstrap-dark-definition.scss +34 -2
- package/styles/query-builder/_bootstrap-definition.scss +34 -4
- package/styles/query-builder/_bootstrap4-definition.scss +34 -3
- package/styles/query-builder/_bootstrap5-dark-definition.scss +150 -1
- package/styles/query-builder/_bootstrap5-definition.scss +35 -2
- package/styles/query-builder/_bootstrap5.3-definition.scss +37 -2
- package/styles/query-builder/_fabric-dark-definition.scss +34 -4
- package/styles/query-builder/_fabric-definition.scss +34 -4
- package/styles/query-builder/_fluent-dark-definition.scss +149 -1
- package/styles/query-builder/_fluent-definition.scss +35 -2
- package/styles/query-builder/_fluent2-definition.scss +55 -2
- package/styles/query-builder/_fusionnew-definition.scss +32 -2
- package/styles/query-builder/_highcontrast-definition.scss +34 -4
- package/styles/query-builder/_highcontrast-light-definition.scss +34 -4
- package/styles/query-builder/_layout.scss +100 -112
- package/styles/query-builder/_material-dark-definition.scss +34 -3
- package/styles/query-builder/_material-definition.scss +34 -3
- package/styles/query-builder/_material3-dark-definition.scss +158 -1
- package/styles/query-builder/_material3-definition.scss +41 -2
- package/styles/query-builder/_tailwind-dark-definition.scss +148 -1
- package/styles/query-builder/_tailwind-definition.scss +34 -2
- package/styles/query-builder/_tailwind3-definition.scss +38 -2
- package/styles/query-builder/_theme-variables.scss +1 -0
- package/styles/query-builder/_theme.scss +2 -23
- package/styles/query-builder/bds.css +0 -36
- package/styles/query-builder/bds.scss +16 -16
- package/styles/query-builder/bootstrap-dark.css +0 -36
- package/styles/query-builder/bootstrap-dark.scss +16 -16
- package/styles/query-builder/bootstrap.css +0 -36
- package/styles/query-builder/bootstrap.scss +16 -16
- package/styles/query-builder/bootstrap4.css +0 -36
- package/styles/query-builder/bootstrap4.scss +16 -16
- package/styles/query-builder/bootstrap5-dark.css +0 -36
- package/styles/query-builder/bootstrap5-dark.scss +16 -16
- package/styles/query-builder/bootstrap5.3.css +117 -73
- package/styles/query-builder/bootstrap5.3.scss +16 -16
- package/styles/query-builder/bootstrap5.css +0 -36
- package/styles/query-builder/bootstrap5.scss +16 -16
- package/styles/query-builder/fabric-dark.css +0 -36
- package/styles/query-builder/fabric-dark.scss +16 -16
- package/styles/query-builder/fabric.css +0 -36
- package/styles/query-builder/fabric.scss +16 -16
- package/styles/query-builder/fluent-dark.css +0 -36
- package/styles/query-builder/fluent-dark.scss +16 -16
- package/styles/query-builder/fluent.css +0 -36
- package/styles/query-builder/fluent.scss +16 -16
- package/styles/query-builder/fluent2.css +459 -82
- package/styles/query-builder/fluent2.scss +16 -16
- package/styles/query-builder/highcontrast-light.css +0 -36
- package/styles/query-builder/highcontrast-light.scss +16 -16
- package/styles/query-builder/highcontrast.css +0 -36
- package/styles/query-builder/highcontrast.scss +16 -16
- package/styles/query-builder/icons/_bds.scss +1 -0
- package/styles/query-builder/icons/_bootstrap-dark.scss +1 -0
- package/styles/query-builder/icons/_bootstrap.scss +1 -0
- package/styles/query-builder/icons/_bootstrap4.scss +1 -0
- package/styles/query-builder/icons/_bootstrap5-dark.scss +1 -1
- package/styles/query-builder/icons/_bootstrap5.3.scss +1 -0
- package/styles/query-builder/icons/_bootstrap5.scss +1 -0
- package/styles/query-builder/icons/_fabric-dark.scss +1 -0
- package/styles/query-builder/icons/_fabric.scss +1 -0
- package/styles/query-builder/icons/_fluent-dark.scss +1 -1
- package/styles/query-builder/icons/_fluent.scss +1 -0
- package/styles/query-builder/icons/_fluent2.scss +1 -0
- package/styles/query-builder/icons/_fusionnew.scss +1 -0
- package/styles/query-builder/icons/_highcontrast-light.scss +1 -0
- package/styles/query-builder/icons/_highcontrast.scss +1 -0
- package/styles/query-builder/icons/_material-dark.scss +1 -0
- package/styles/query-builder/icons/_material.scss +1 -0
- package/styles/query-builder/icons/_material3-dark.scss +1 -1
- package/styles/query-builder/icons/_material3.scss +1 -0
- package/styles/query-builder/icons/_tailwind-dark.scss +1 -0
- package/styles/query-builder/icons/_tailwind.scss +1 -0
- package/styles/query-builder/icons/_tailwind3.scss +1 -0
- package/styles/query-builder/material-dark.css +0 -36
- package/styles/query-builder/material-dark.scss +16 -16
- package/styles/query-builder/material.css +0 -38
- package/styles/query-builder/material.scss +16 -16
- package/styles/query-builder/material3-dark.css +461 -76
- package/styles/query-builder/material3-dark.scss +16 -17
- package/styles/query-builder/material3.css +461 -76
- package/styles/query-builder/material3.scss +16 -17
- package/styles/query-builder/tailwind-dark.css +0 -36
- package/styles/query-builder/tailwind-dark.scss +16 -16
- package/styles/query-builder/tailwind.css +0 -36
- package/styles/query-builder/tailwind.scss +16 -16
- package/styles/query-builder/tailwind3.css +110 -76
- package/styles/query-builder/tailwind3.scss +16 -16
- package/styles/tailwind-dark-lite.css +0 -37
- package/styles/tailwind-dark-lite.scss +15 -15
- package/styles/tailwind-dark.css +0 -36
- package/styles/tailwind-dark.scss +16 -16
- package/styles/tailwind-lite.css +0 -37
- package/styles/tailwind-lite.scss +15 -15
- package/styles/tailwind.css +0 -36
- package/styles/tailwind.scss +16 -16
- package/styles/tailwind3-lite.css +110 -77
- package/styles/tailwind3-lite.scss +15 -15
- package/styles/tailwind3.css +110 -76
- package/styles/tailwind3.scss +16 -16
package/styles/fluent2-lite.css
CHANGED
|
@@ -4,6 +4,86 @@
|
|
|
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
|
+
|
|
7
87
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
8
88
|
-webkit-transform: rotate(0deg);
|
|
9
89
|
transform: rotate(0deg);
|
|
@@ -42,7 +122,7 @@
|
|
|
42
122
|
|
|
43
123
|
.e-ddl.e-popup {
|
|
44
124
|
border: 0;
|
|
45
|
-
border-radius:
|
|
125
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
46
126
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
47
127
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
48
128
|
margin-top: 4px;
|
|
@@ -50,7 +130,7 @@
|
|
|
50
130
|
|
|
51
131
|
.e-small .e-ddl.e-popup,
|
|
52
132
|
.e-small.e-ddl.e-popup {
|
|
53
|
-
border-radius:
|
|
133
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
54
134
|
margin-top: 2px;
|
|
55
135
|
}
|
|
56
136
|
|
|
@@ -74,19 +154,54 @@
|
|
|
74
154
|
padding: 4px 8px;
|
|
75
155
|
}
|
|
76
156
|
|
|
157
|
+
.e-bigger .e-ddl.e-popup,
|
|
158
|
+
.e-bigger.e-ddl.e-popup {
|
|
159
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
160
|
+
margin-top: 8px;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.e-bigger.e-small .e-ddl.e-popup,
|
|
164
|
+
.e-small.e-bigger.e-ddl.e-popup {
|
|
165
|
+
border-radius: calc(var(--e-radius) * 0.5);
|
|
166
|
+
margin-top: 6px;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
170
|
+
border-color: var(--color-sf-border-light);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.e-bigger .e-popup.e-ddl-device-filter {
|
|
174
|
+
margin-top: 0;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.e-bigger .e-ddl-device .e-input-group,
|
|
178
|
+
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
179
|
+
background: var(--color-sf-flyout-bg-color);
|
|
180
|
+
border-width: 0;
|
|
181
|
+
-webkit-box-shadow: none;
|
|
182
|
+
box-shadow: none;
|
|
183
|
+
margin-bottom: 0;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
187
|
+
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
188
|
+
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
189
|
+
background-color: var(--color-sf-flyout-bg-color);
|
|
190
|
+
}
|
|
191
|
+
|
|
77
192
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
78
193
|
line-height: 30px;
|
|
79
194
|
top: 0;
|
|
80
195
|
}
|
|
81
196
|
|
|
82
197
|
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
83
|
-
border-radius: 0
|
|
198
|
+
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0);
|
|
84
199
|
border-right-width: 0;
|
|
85
200
|
}
|
|
86
201
|
|
|
87
202
|
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
88
203
|
border-left-width: 0;
|
|
89
|
-
border-radius:
|
|
204
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25);
|
|
90
205
|
border-right-width: 0;
|
|
91
206
|
}
|
|
92
207
|
|
|
@@ -101,6 +216,304 @@
|
|
|
101
216
|
height: 100%;
|
|
102
217
|
}
|
|
103
218
|
|
|
219
|
+
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
220
|
+
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
221
|
+
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
222
|
+
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
223
|
+
height: 20px;
|
|
224
|
+
margin-top: -33px;
|
|
225
|
+
right: 18px;
|
|
226
|
+
width: 20px;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
230
|
+
.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
231
|
+
.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
232
|
+
.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
233
|
+
height: 20px;
|
|
234
|
+
margin-top: -35px;
|
|
235
|
+
right: 45px;
|
|
236
|
+
width: 20px;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
240
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
241
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
242
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
243
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
244
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
245
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
246
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
247
|
+
margin-top: -32px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
251
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
252
|
+
height: 24px;
|
|
253
|
+
width: 24px;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
257
|
+
.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
258
|
+
margin-top: -40px;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
262
|
+
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
263
|
+
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
264
|
+
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
265
|
+
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
266
|
+
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
267
|
+
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
268
|
+
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
269
|
+
margin-top: -32px;
|
|
270
|
+
right: 40px;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
274
|
+
.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
275
|
+
margin-top: -44px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
|
|
279
|
+
.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
|
|
280
|
+
height: 16px;
|
|
281
|
+
width: 16px;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
285
|
+
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
286
|
+
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
287
|
+
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
288
|
+
content: "\e208";
|
|
289
|
+
font-size: 16px;
|
|
290
|
+
height: 16px;
|
|
291
|
+
padding: 0;
|
|
292
|
+
text-align: center;
|
|
293
|
+
vertical-align: middle;
|
|
294
|
+
width: 16px;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
298
|
+
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
299
|
+
font-size: 20px;
|
|
300
|
+
height: 20px;
|
|
301
|
+
width: 20px;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
305
|
+
@-webkit-keyframes e-input-ripple {
|
|
306
|
+
100% {
|
|
307
|
+
opacity: 0;
|
|
308
|
+
-webkit-transform: scale(4);
|
|
309
|
+
transform: scale(4);
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
@keyframes e-input-ripple {
|
|
313
|
+
100% {
|
|
314
|
+
opacity: 0;
|
|
315
|
+
-webkit-transform: scale(4);
|
|
316
|
+
transform: scale(4);
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
@-webkit-keyframes slideTopUp {
|
|
320
|
+
from {
|
|
321
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
322
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
323
|
+
}
|
|
324
|
+
to {
|
|
325
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
326
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
@keyframes slideTopUp {
|
|
330
|
+
from {
|
|
331
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
332
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
333
|
+
}
|
|
334
|
+
to {
|
|
335
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
336
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
/* stylelint-disable */
|
|
340
|
+
.e-input:focus:not(.e-success):not(.e-warning).e-error,
|
|
341
|
+
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
|
342
|
+
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
|
343
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
|
344
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
|
345
|
+
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
|
|
346
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
|
|
347
|
+
-webkit-box-shadow: none !important;
|
|
348
|
+
box-shadow: none !important;
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.e-input:focus:not(.e-error):not(.e-warning).e-success,
|
|
352
|
+
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
|
353
|
+
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
|
354
|
+
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
|
355
|
+
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
|
356
|
+
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
|
|
357
|
+
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
|
|
358
|
+
-webkit-box-shadow: none !important;
|
|
359
|
+
box-shadow: none !important;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.e-input:focus:not(.e-success):not(.e-error).e-warning,
|
|
363
|
+
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
|
364
|
+
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
|
365
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
|
366
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
|
367
|
+
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
|
|
368
|
+
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
|
|
369
|
+
-webkit-box-shadow: none !important;
|
|
370
|
+
box-shadow: none !important;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
|
|
374
|
+
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
|
|
375
|
+
-webkit-box-shadow: none !important;
|
|
376
|
+
box-shadow: none !important;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
380
|
+
.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
|
|
381
|
+
-webkit-box-shadow: none !important;
|
|
382
|
+
box-shadow: none !important;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
|
|
386
|
+
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
|
|
387
|
+
-webkit-box-shadow: none !important;
|
|
388
|
+
box-shadow: none !important;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
|
|
392
|
+
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
|
|
393
|
+
-webkit-box-shadow: none !important;
|
|
394
|
+
box-shadow: none !important;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
|
|
398
|
+
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
|
|
399
|
+
-webkit-box-shadow: none !important;
|
|
400
|
+
box-shadow: none !important;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
|
|
404
|
+
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
|
|
405
|
+
-webkit-box-shadow: none !important;
|
|
406
|
+
box-shadow: none !important;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
.e-float-input.e-error label.e-float-text,
|
|
410
|
+
.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
|
411
|
+
.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
412
|
+
.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
413
|
+
.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
414
|
+
.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
415
|
+
.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
416
|
+
.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
|
|
417
|
+
color: var(--color-sf-danger) !important;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
421
|
+
.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
|
|
422
|
+
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
423
|
+
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
424
|
+
.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
425
|
+
.e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
426
|
+
.e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
427
|
+
.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
|
|
428
|
+
.e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
429
|
+
.e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
430
|
+
.e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
431
|
+
.e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
432
|
+
.e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
433
|
+
.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
434
|
+
.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
435
|
+
.e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
436
|
+
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
437
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
438
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
|
439
|
+
.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
440
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
441
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
|
442
|
+
.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
443
|
+
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
444
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
445
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
446
|
+
.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
447
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
448
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
449
|
+
.e-outline.e-float-input.e-error label.e-float-text.e-label-top,
|
|
450
|
+
.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
|
|
451
|
+
.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
|
|
452
|
+
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
|
|
453
|
+
.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,
|
|
454
|
+
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
|
|
455
|
+
.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,
|
|
456
|
+
.e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
457
|
+
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
458
|
+
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
459
|
+
.e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
|
460
|
+
.e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
461
|
+
.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
462
|
+
.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
|
|
463
|
+
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
464
|
+
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
465
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
466
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
|
467
|
+
.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
468
|
+
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
469
|
+
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
|
|
470
|
+
color: var(--color-sf-danger) !important;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
.e-filled.e-float-input.e-error label.e-float-text,
|
|
474
|
+
.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
|
475
|
+
.e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
476
|
+
.e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
477
|
+
.e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
478
|
+
.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
479
|
+
.e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
480
|
+
.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
|
|
481
|
+
color: var(--color-sf-danger) !important;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.e-underline.e-input-group.e-control-wrapper,
|
|
485
|
+
.e-underline.e-input-group,
|
|
486
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
487
|
+
.e-underline.e-float-input,
|
|
488
|
+
.e-underline.e-float-input.e-control-wrapper,
|
|
489
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
490
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
491
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
492
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
493
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
494
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
495
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
496
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
497
|
+
border: 1px solid var(--color-sf-border-alt);
|
|
498
|
+
border-width: 0 0 1px 0;
|
|
499
|
+
padding-top: 1px;
|
|
500
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
504
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
505
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
506
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
507
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
508
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
509
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
510
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
511
|
+
border: 1px solid;
|
|
512
|
+
border-width: 0 0 1px 0;
|
|
513
|
+
padding-top: 1px;
|
|
514
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
515
|
+
}
|
|
516
|
+
|
|
104
517
|
/* stylelint-disable-line no-empty-source */
|
|
105
518
|
/* stylelint-disable property-no-vendor-prefix */
|
|
106
519
|
@-webkit-keyframes material-spinner-rotate {
|
|
@@ -152,7 +565,7 @@
|
|
|
152
565
|
|
|
153
566
|
.e-query-builder {
|
|
154
567
|
border: 1px solid;
|
|
155
|
-
border-radius:
|
|
568
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
156
569
|
height: auto;
|
|
157
570
|
width: auto;
|
|
158
571
|
}
|
|
@@ -210,28 +623,28 @@
|
|
|
210
623
|
border-top: 2px solid var(--color-sf-primary) !important; /* stylelint-disable-line declaration-no-important */
|
|
211
624
|
}
|
|
212
625
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-not {
|
|
213
|
-
border-bottom-right-radius: 0;
|
|
214
|
-
border-top-right-radius: 0;
|
|
626
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
627
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
215
628
|
}
|
|
216
629
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-readonly-and {
|
|
217
|
-
border-bottom-left-radius:
|
|
218
|
-
border-top-left-radius:
|
|
630
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.25);
|
|
631
|
+
border-top-left-radius: calc(var(--e-radius) * 0.25);
|
|
219
632
|
}
|
|
220
633
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or-not {
|
|
221
|
-
border-bottom-right-radius:
|
|
222
|
-
border-top-right-radius:
|
|
634
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.25);
|
|
635
|
+
border-top-right-radius: calc(var(--e-radius) * 0.25);
|
|
223
636
|
}
|
|
224
637
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or {
|
|
225
|
-
border-bottom-left-radius:
|
|
226
|
-
border-top-left-radius:
|
|
638
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.25);
|
|
639
|
+
border-top-left-radius: calc(var(--e-radius) * 0.25);
|
|
227
640
|
}
|
|
228
641
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small {
|
|
229
|
-
border-bottom-left-radius: 0;
|
|
230
|
-
border-top-left-radius: 0;
|
|
231
|
-
border-top-right-radius: 0;
|
|
642
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
643
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
644
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
232
645
|
}
|
|
233
646
|
.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
234
|
-
border-bottom-right-radius:
|
|
647
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.25);
|
|
235
648
|
}
|
|
236
649
|
.e-query-builder.e-rtl .e-multiselect .e-qb-spinner .e-spinner-inner {
|
|
237
650
|
left: 5px;
|
|
@@ -325,13 +738,13 @@
|
|
|
325
738
|
margin-left: 12px;
|
|
326
739
|
}
|
|
327
740
|
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small {
|
|
328
|
-
border-bottom-right-radius: 0;
|
|
329
|
-
border-radius:
|
|
330
|
-
border-top-right-radius: 0;
|
|
741
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
742
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
743
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
331
744
|
}
|
|
332
745
|
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small.e-not-readonly {
|
|
333
|
-
border-bottom-right-radius: 0;
|
|
334
|
-
border-top-right-radius: 0;
|
|
746
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
747
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
335
748
|
pointer-events: none;
|
|
336
749
|
}
|
|
337
750
|
.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small.e-readonly {
|
|
@@ -349,27 +762,27 @@
|
|
|
349
762
|
padding: 6px 12px;
|
|
350
763
|
}
|
|
351
764
|
.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not {
|
|
352
|
-
border-bottom-left-radius: 0;
|
|
353
|
-
border-top-left-radius: 0;
|
|
765
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
766
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
354
767
|
}
|
|
355
768
|
.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-readonly-and {
|
|
356
|
-
border-bottom-right-radius:
|
|
357
|
-
border-top-right-radius:
|
|
769
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0.25);
|
|
770
|
+
border-top-right-radius: calc(var(--e-radius) * 0.25);
|
|
358
771
|
}
|
|
359
772
|
.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-readonly {
|
|
360
773
|
display: none;
|
|
361
774
|
}
|
|
362
775
|
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small {
|
|
363
|
-
border-bottom-left-radius: 0;
|
|
364
|
-
border-top-left-radius: 0;
|
|
776
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
777
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
365
778
|
}
|
|
366
779
|
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or-not {
|
|
367
|
-
border-bottom-left-radius:
|
|
368
|
-
border-top-left-radius:
|
|
780
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0.25);
|
|
781
|
+
border-top-left-radius: calc(var(--e-radius) * 0.25);
|
|
369
782
|
}
|
|
370
783
|
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly-or {
|
|
371
|
-
border-bottom-left-radius: 0;
|
|
372
|
-
border-top-left-radius: 0;
|
|
784
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
785
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
373
786
|
}
|
|
374
787
|
.e-query-builder .e-group-header .e-btn.e-btngroup-or-lbl.e-small.e-readonly {
|
|
375
788
|
display: none;
|
|
@@ -400,7 +813,7 @@
|
|
|
400
813
|
.e-query-builder .e-group-header .e-btn.e-small.e-round {
|
|
401
814
|
height: 32px;
|
|
402
815
|
width: 32px;
|
|
403
|
-
border-radius:
|
|
816
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
404
817
|
border-color: transparent;
|
|
405
818
|
line-height: 14px;
|
|
406
819
|
}
|
|
@@ -422,7 +835,7 @@
|
|
|
422
835
|
}
|
|
423
836
|
.e-query-builder .e-rule-container {
|
|
424
837
|
border: 1px solid;
|
|
425
|
-
border-radius:
|
|
838
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
426
839
|
}
|
|
427
840
|
.e-query-builder .e-rule-list > .e-group-container {
|
|
428
841
|
padding: 0;
|
|
@@ -443,12 +856,12 @@
|
|
|
443
856
|
}
|
|
444
857
|
.e-query-builder .e-group-body .e-rule-container.e-prev-joined-rule {
|
|
445
858
|
border-bottom: 0;
|
|
446
|
-
border-bottom-left-radius: 0;
|
|
447
|
-
border-bottom-right-radius: 0;
|
|
859
|
+
border-bottom-left-radius: calc(var(--e-radius) * 0);
|
|
860
|
+
border-bottom-right-radius: calc(var(--e-radius) * 0);
|
|
448
861
|
}
|
|
449
862
|
.e-query-builder .e-group-body .e-rule-container.e-joined-rule {
|
|
450
|
-
border-top-left-radius: 0;
|
|
451
|
-
border-top-right-radius: 0;
|
|
863
|
+
border-top-left-radius: calc(var(--e-radius) * 0);
|
|
864
|
+
border-top-right-radius: calc(var(--e-radius) * 0);
|
|
452
865
|
border-top-style: solid;
|
|
453
866
|
border-top-width: 1px;
|
|
454
867
|
margin-top: 0;
|
|
@@ -507,7 +920,7 @@
|
|
|
507
920
|
.e-query-builder .e-group-body .e-rule-field .e-btn.e-small.e-round, .e-query-builder .e-group-body .e-rule-delete .e-btn.e-small.e-round, .e-query-builder .e-group-body .e-lock-rule .e-btn.e-small.e-round, .e-query-builder .e-group-body .e-clone-rule .e-btn.e-small.e-round {
|
|
508
921
|
height: 32px;
|
|
509
922
|
width: 32px;
|
|
510
|
-
border-radius:
|
|
923
|
+
border-radius: calc(var(--e-radius) * 1.25);
|
|
511
924
|
border-color: transparent;
|
|
512
925
|
line-height: 14px;
|
|
513
926
|
}
|
|
@@ -569,7 +982,7 @@
|
|
|
569
982
|
}
|
|
570
983
|
.e-query-builder .e-summary-text {
|
|
571
984
|
border-style: none;
|
|
572
|
-
font-family:
|
|
985
|
+
font-family: var(--e-font-family);
|
|
573
986
|
font-size: 14px;
|
|
574
987
|
line-height: 1.5em;
|
|
575
988
|
padding: 12px;
|
|
@@ -598,12 +1011,12 @@
|
|
|
598
1011
|
padding: 12px !important; /* stylelint-disable-line declaration-no-important */
|
|
599
1012
|
border: 1px solid;
|
|
600
1013
|
margin-top: 0;
|
|
601
|
-
border-radius:
|
|
1014
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
602
1015
|
}
|
|
603
1016
|
.e-query-builder.e-multi-connector .e-rule-list > .e-group-container:first-child {
|
|
604
1017
|
padding: 12px !important; /* stylelint-disable-line declaration-no-important */
|
|
605
1018
|
border: 1px solid;
|
|
606
|
-
border-radius:
|
|
1019
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
607
1020
|
}
|
|
608
1021
|
.e-query-builder.e-multi-connector .e-group-container:not(:first-child)::before, .e-query-builder.e-multi-connector .e-rule-list > .e-group-container:first-child::before {
|
|
609
1022
|
height: calc(50% - 8px);
|
|
@@ -774,41 +1187,4 @@
|
|
|
774
1187
|
}
|
|
775
1188
|
.e-query-builder .e-btn.e-round.e-small:disabled {
|
|
776
1189
|
background: var(--color-sf-content-bg-color-alt1) !important; /* stylelint-disable-line declaration-no-important */
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
.e-querybuilder-spinner::before {
|
|
780
|
-
content: "";
|
|
781
|
-
position: absolute;
|
|
782
|
-
left: 50%;
|
|
783
|
-
-webkit-transform: translateX(-50%);
|
|
784
|
-
transform: translateX(-50%);
|
|
785
|
-
width: 16px;
|
|
786
|
-
height: 16px;
|
|
787
|
-
border: 2px solid var(--color-sf-primary-light);
|
|
788
|
-
border-top: 2px solid var(--color-sf-primary);
|
|
789
|
-
border-radius: 50%;
|
|
790
|
-
-webkit-animation: spin 1s linear infinite;
|
|
791
|
-
animation: spin 1s linear infinite;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
@-webkit-keyframes spin {
|
|
795
|
-
0% {
|
|
796
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
797
|
-
transform: translateX(-50%) rotate(0deg);
|
|
798
|
-
}
|
|
799
|
-
100% {
|
|
800
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
801
|
-
transform: translateX(-50%) rotate(360deg);
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
@keyframes spin {
|
|
806
|
-
0% {
|
|
807
|
-
-webkit-transform: translateX(-50%) rotate(0deg);
|
|
808
|
-
transform: translateX(-50%) rotate(0deg);
|
|
809
|
-
}
|
|
810
|
-
100% {
|
|
811
|
-
-webkit-transform: translateX(-50%) rotate(360deg);
|
|
812
|
-
transform: translateX(-50%) rotate(360deg);
|
|
813
|
-
}
|
|
814
1190
|
}
|