@syncfusion/ej2-angular-dropdowns 20.2.50-ngcc → 20.3.47-ngcc
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/@syncfusion/ej2-angular-dropdowns.es5.js +166 -3
- package/@syncfusion/ej2-angular-dropdowns.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-dropdowns.js +155 -3
- package/@syncfusion/ej2-angular-dropdowns.js.map +1 -1
- package/CHANGELOG.md +10 -127
- package/dist/ej2-angular-dropdowns.umd.js +169 -1
- package/dist/ej2-angular-dropdowns.umd.js.map +1 -1
- package/dist/ej2-angular-dropdowns.umd.min.js +2 -2
- package/dist/ej2-angular-dropdowns.umd.min.js.map +1 -1
- package/ej2-angular-dropdowns.d.ts +1 -0
- package/ej2-angular-dropdowns.metadata.json +1 -1
- package/package.json +8 -8
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +3 -0
- package/src/mention/mention-all.module.d.ts +5 -0
- package/src/mention/mention.component.d.ts +54 -0
- package/src/mention/mention.module.d.ts +5 -0
- package/styles/auto-complete/bootstrap-dark.css +3 -1
- package/styles/auto-complete/bootstrap.css +3 -1
- package/styles/auto-complete/bootstrap4.css +3 -1
- package/styles/auto-complete/bootstrap5-dark.css +3 -1
- package/styles/auto-complete/bootstrap5.css +3 -1
- package/styles/auto-complete/fabric-dark.css +3 -1
- package/styles/auto-complete/fabric.css +3 -1
- package/styles/auto-complete/fluent-dark.css +3 -1
- package/styles/auto-complete/fluent.css +3 -1
- package/styles/auto-complete/highcontrast-light.css +3 -1
- package/styles/auto-complete/highcontrast.css +3 -1
- package/styles/auto-complete/material-dark.css +3 -1
- package/styles/auto-complete/material.css +3 -1
- package/styles/auto-complete/tailwind-dark.css +3 -1
- package/styles/auto-complete/tailwind.css +3 -1
- package/styles/bootstrap-dark.css +94 -42
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +94 -42
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +95 -42
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +101 -44
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +101 -44
- package/styles/bootstrap5.scss +1 -0
- package/styles/combo-box/bootstrap-dark.css +3 -1
- package/styles/combo-box/bootstrap.css +3 -1
- package/styles/combo-box/bootstrap4.css +3 -1
- package/styles/combo-box/bootstrap5-dark.css +3 -1
- package/styles/combo-box/bootstrap5.css +3 -1
- package/styles/combo-box/fabric-dark.css +3 -1
- package/styles/combo-box/fabric.css +3 -1
- package/styles/combo-box/fluent-dark.css +3 -1
- package/styles/combo-box/fluent.css +3 -1
- package/styles/combo-box/highcontrast-light.css +3 -1
- package/styles/combo-box/highcontrast.css +3 -1
- package/styles/combo-box/material-dark.css +3 -1
- package/styles/combo-box/material.css +3 -1
- package/styles/combo-box/tailwind-dark.css +3 -1
- package/styles/combo-box/tailwind.css +3 -1
- package/styles/drop-down-base/bootstrap-dark.css +42 -1
- package/styles/drop-down-base/bootstrap.css +42 -1
- package/styles/drop-down-base/bootstrap4.css +42 -1
- package/styles/drop-down-base/bootstrap5-dark.css +42 -1
- package/styles/drop-down-base/bootstrap5.css +42 -1
- package/styles/drop-down-base/fabric-dark.css +42 -1
- package/styles/drop-down-base/fabric.css +42 -1
- package/styles/drop-down-base/fluent-dark.css +42 -1
- package/styles/drop-down-base/fluent.css +42 -1
- package/styles/drop-down-base/highcontrast-light.css +42 -1
- package/styles/drop-down-base/highcontrast.css +42 -1
- package/styles/drop-down-base/material-dark.css +42 -1
- package/styles/drop-down-base/material.css +42 -1
- package/styles/drop-down-base/tailwind-dark.css +42 -1
- package/styles/drop-down-base/tailwind.css +42 -1
- package/styles/drop-down-list/bootstrap-dark.css +5 -0
- package/styles/drop-down-list/bootstrap.css +5 -0
- package/styles/drop-down-list/bootstrap4.css +5 -0
- package/styles/drop-down-list/bootstrap5-dark.css +6 -0
- package/styles/drop-down-list/bootstrap5.css +6 -0
- package/styles/drop-down-list/fabric-dark.css +5 -0
- package/styles/drop-down-list/fabric.css +5 -0
- package/styles/drop-down-list/fluent-dark.css +6 -0
- package/styles/drop-down-list/fluent.css +6 -0
- package/styles/drop-down-list/highcontrast-light.css +5 -0
- package/styles/drop-down-list/highcontrast.css +5 -0
- package/styles/drop-down-list/material-dark.css +5 -0
- package/styles/drop-down-list/material.css +5 -0
- package/styles/drop-down-list/tailwind-dark.css +6 -0
- package/styles/drop-down-list/tailwind.css +6 -0
- package/styles/drop-down-tree/bootstrap-dark.css +4 -0
- package/styles/drop-down-tree/bootstrap.css +4 -0
- package/styles/drop-down-tree/bootstrap4.css +4 -0
- package/styles/drop-down-tree/bootstrap5-dark.css +5 -0
- package/styles/drop-down-tree/bootstrap5.css +5 -0
- package/styles/drop-down-tree/fabric-dark.css +4 -0
- package/styles/drop-down-tree/fabric.css +4 -0
- package/styles/drop-down-tree/fluent-dark.css +5 -0
- package/styles/drop-down-tree/fluent.css +5 -0
- package/styles/drop-down-tree/highcontrast-light.css +4 -0
- package/styles/drop-down-tree/highcontrast.css +4 -0
- package/styles/drop-down-tree/material-dark.css +4 -0
- package/styles/drop-down-tree/material.css +4 -0
- package/styles/drop-down-tree/tailwind-dark.css +5 -0
- package/styles/drop-down-tree/tailwind.css +5 -0
- package/styles/fabric-dark.css +94 -42
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +94 -42
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +101 -44
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +101 -44
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +97 -42
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +97 -42
- package/styles/highcontrast.scss +1 -0
- package/styles/list-box/bootstrap-dark.css +12 -33
- package/styles/list-box/bootstrap.css +14 -35
- package/styles/list-box/bootstrap4.css +14 -35
- package/styles/list-box/bootstrap5-dark.css +15 -36
- package/styles/list-box/bootstrap5.css +15 -36
- package/styles/list-box/fabric-dark.css +12 -33
- package/styles/list-box/fabric.css +14 -35
- package/styles/list-box/fluent-dark.css +15 -36
- package/styles/list-box/fluent.css +15 -36
- package/styles/list-box/highcontrast-light.css +12 -33
- package/styles/list-box/highcontrast.css +14 -35
- package/styles/list-box/material-dark.css +12 -33
- package/styles/list-box/material.css +14 -35
- package/styles/list-box/tailwind-dark.css +15 -36
- package/styles/list-box/tailwind.css +15 -36
- package/styles/material-dark.css +94 -42
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +94 -42
- package/styles/material.scss +1 -0
- package/styles/mention/bootstrap-dark.css +29 -0
- package/styles/mention/bootstrap-dark.scss +1 -0
- package/styles/mention/bootstrap.css +29 -0
- package/styles/mention/bootstrap.scss +1 -0
- package/styles/mention/bootstrap4.css +47 -0
- package/styles/mention/bootstrap4.scss +1 -0
- package/styles/mention/bootstrap5-dark.css +58 -0
- package/styles/mention/bootstrap5-dark.scss +1 -0
- package/styles/mention/bootstrap5.css +58 -0
- package/styles/mention/bootstrap5.scss +1 -0
- package/styles/mention/fabric-dark.css +29 -0
- package/styles/mention/fabric-dark.scss +1 -0
- package/styles/mention/fabric.css +29 -0
- package/styles/mention/fabric.scss +1 -0
- package/styles/mention/fluent-dark.css +58 -0
- package/styles/mention/fluent-dark.scss +1 -0
- package/styles/mention/fluent.css +58 -0
- package/styles/mention/fluent.scss +1 -0
- package/styles/mention/highcontrast-light.css +43 -0
- package/styles/mention/highcontrast-light.scss +1 -0
- package/styles/mention/highcontrast.css +43 -0
- package/styles/mention/highcontrast.scss +1 -0
- package/styles/mention/material-dark.css +29 -0
- package/styles/mention/material-dark.scss +1 -0
- package/styles/mention/material.css +29 -0
- package/styles/mention/material.scss +1 -0
- package/styles/mention/tailwind-dark.css +68 -0
- package/styles/mention/tailwind-dark.scss +1 -0
- package/styles/mention/tailwind.css +68 -0
- package/styles/mention/tailwind.scss +1 -0
- package/styles/multi-select/bootstrap-dark.css +10 -6
- package/styles/multi-select/bootstrap.css +10 -6
- package/styles/multi-select/bootstrap4.css +10 -6
- package/styles/multi-select/bootstrap5-dark.css +11 -6
- package/styles/multi-select/bootstrap5.css +11 -6
- package/styles/multi-select/fabric-dark.css +10 -6
- package/styles/multi-select/fabric.css +10 -6
- package/styles/multi-select/fluent-dark.css +11 -6
- package/styles/multi-select/fluent.css +11 -6
- package/styles/multi-select/highcontrast-light.css +13 -6
- package/styles/multi-select/highcontrast.css +13 -6
- package/styles/multi-select/material-dark.css +10 -6
- package/styles/multi-select/material.css +10 -6
- package/styles/multi-select/tailwind-dark.css +11 -6
- package/styles/multi-select/tailwind.css +11 -6
- package/styles/tailwind-dark.css +102 -44
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +102 -44
- package/styles/tailwind.scss +1 -0
|
@@ -112,7 +112,8 @@
|
|
|
112
112
|
position: relative;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.e-popup.e-ddl .e-dropdownbase.e-nodata
|
|
115
|
+
.e-popup.e-ddl .e-dropdownbase.e-nodata,
|
|
116
|
+
.e-popup.e-mention .e-dropdownbase.e-nodata {
|
|
116
117
|
color: #111827;
|
|
117
118
|
cursor: default;
|
|
118
119
|
font-family: "Inter";
|
|
@@ -121,6 +122,45 @@
|
|
|
121
122
|
text-align: center;
|
|
122
123
|
}
|
|
123
124
|
|
|
125
|
+
.e-mention.e-popup {
|
|
126
|
+
background: #fff;
|
|
127
|
+
border: 0;
|
|
128
|
+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
129
|
+
margin-top: 2px;
|
|
130
|
+
position: absolute;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.e-mention .e-dropdownbase .e-list-item .e-highlight {
|
|
134
|
+
display: inline;
|
|
135
|
+
font-weight: bold;
|
|
136
|
+
vertical-align: baseline;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-mention .e-mention-chip,
|
|
140
|
+
.e-mention .e-mention-chip:hover {
|
|
141
|
+
background: #f3f4f6;
|
|
142
|
+
border-radius: 2px;
|
|
143
|
+
border: none;
|
|
144
|
+
color: #4f46e5;
|
|
145
|
+
cursor: default;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-mention .e-mention-chip::selection {
|
|
149
|
+
color: #fff;
|
|
150
|
+
background: #4f46e5;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.e-mention.e-editable-element {
|
|
154
|
+
border: 2px solid #e5e7eb;
|
|
155
|
+
height: auto;
|
|
156
|
+
min-height: 120px;
|
|
157
|
+
width: 100%;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-form-mirror-div {
|
|
161
|
+
white-space: pre-wrap;
|
|
162
|
+
}
|
|
163
|
+
|
|
124
164
|
.e-bigger.e-ddl .e-dropdownbase.e-nodata,
|
|
125
165
|
.e-bigger .e-ddl .e-dropdownbase.e-nodata {
|
|
126
166
|
font-size: 16px;
|
|
@@ -254,6 +294,7 @@
|
|
|
254
294
|
border-color: #e5e7eb;
|
|
255
295
|
}
|
|
256
296
|
.e-dropdownbase .e-list-item {
|
|
297
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
257
298
|
-webkit-tap-highlight-color: transparent;
|
|
258
299
|
background-color: #fff;
|
|
259
300
|
border-bottom: 0;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -194,6 +196,7 @@
|
|
|
194
196
|
background-color: #6e6e6e;
|
|
195
197
|
}
|
|
196
198
|
|
|
199
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
197
200
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
198
201
|
display: none;
|
|
199
202
|
pointer-events: none;
|
|
@@ -202,6 +205,7 @@
|
|
|
202
205
|
visibility: hidden;
|
|
203
206
|
}
|
|
204
207
|
|
|
208
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
205
209
|
.e-filter-parent {
|
|
206
210
|
border: #414141;
|
|
207
211
|
border-top-width: 0;
|
|
@@ -245,6 +249,7 @@
|
|
|
245
249
|
cursor: default;
|
|
246
250
|
}
|
|
247
251
|
|
|
252
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
248
253
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
249
254
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
250
255
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -194,6 +196,7 @@
|
|
|
194
196
|
background-color: #fff;
|
|
195
197
|
}
|
|
196
198
|
|
|
199
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
197
200
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
198
201
|
display: none;
|
|
199
202
|
pointer-events: none;
|
|
@@ -202,6 +205,7 @@
|
|
|
202
205
|
visibility: hidden;
|
|
203
206
|
}
|
|
204
207
|
|
|
208
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
205
209
|
.e-filter-parent {
|
|
206
210
|
border: none;
|
|
207
211
|
border-top-width: 0;
|
|
@@ -245,6 +249,7 @@
|
|
|
245
249
|
cursor: default;
|
|
246
250
|
}
|
|
247
251
|
|
|
252
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
248
253
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
249
254
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
250
255
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -238,6 +240,7 @@
|
|
|
238
240
|
background-color: #fff;
|
|
239
241
|
}
|
|
240
242
|
|
|
243
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
241
244
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
242
245
|
display: none;
|
|
243
246
|
pointer-events: none;
|
|
@@ -246,6 +249,7 @@
|
|
|
246
249
|
visibility: hidden;
|
|
247
250
|
}
|
|
248
251
|
|
|
252
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
249
253
|
.e-filter-parent {
|
|
250
254
|
border: rgba(0, 0, 0, 0.12);
|
|
251
255
|
border-top-width: 0;
|
|
@@ -285,6 +289,7 @@
|
|
|
285
289
|
cursor: default;
|
|
286
290
|
}
|
|
287
291
|
|
|
292
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
288
293
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
289
294
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
290
295
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
4
|
@keyframes material-spinner-rotate {
|
|
2
5
|
0% {
|
|
3
6
|
transform: rotate(0);
|
|
@@ -253,6 +256,7 @@
|
|
|
253
256
|
background-color: #212529;
|
|
254
257
|
}
|
|
255
258
|
|
|
259
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
256
260
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
257
261
|
display: none;
|
|
258
262
|
pointer-events: none;
|
|
@@ -261,6 +265,7 @@
|
|
|
261
265
|
visibility: hidden;
|
|
262
266
|
}
|
|
263
267
|
|
|
268
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
264
269
|
.e-filter-parent {
|
|
265
270
|
border: 0;
|
|
266
271
|
border-top-width: 0;
|
|
@@ -300,6 +305,7 @@
|
|
|
300
305
|
cursor: default;
|
|
301
306
|
}
|
|
302
307
|
|
|
308
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
303
309
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
304
310
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
305
311
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
4
|
@keyframes material-spinner-rotate {
|
|
2
5
|
0% {
|
|
3
6
|
transform: rotate(0);
|
|
@@ -253,6 +256,7 @@
|
|
|
253
256
|
background-color: #fff;
|
|
254
257
|
}
|
|
255
258
|
|
|
259
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
256
260
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
257
261
|
display: none;
|
|
258
262
|
pointer-events: none;
|
|
@@ -261,6 +265,7 @@
|
|
|
261
265
|
visibility: hidden;
|
|
262
266
|
}
|
|
263
267
|
|
|
268
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
264
269
|
.e-filter-parent {
|
|
265
270
|
border: 0;
|
|
266
271
|
border-top-width: 0;
|
|
@@ -300,6 +305,7 @@
|
|
|
300
305
|
cursor: default;
|
|
301
306
|
}
|
|
302
307
|
|
|
308
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
303
309
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
304
310
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
305
311
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -170,6 +172,7 @@
|
|
|
170
172
|
background-color: #201f1f;
|
|
171
173
|
}
|
|
172
174
|
|
|
175
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
173
176
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
174
177
|
display: none;
|
|
175
178
|
pointer-events: none;
|
|
@@ -178,6 +181,7 @@
|
|
|
178
181
|
visibility: hidden;
|
|
179
182
|
}
|
|
180
183
|
|
|
184
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
181
185
|
.e-filter-parent {
|
|
182
186
|
border: 1px solid #414040;
|
|
183
187
|
border-top-width: 0;
|
|
@@ -221,6 +225,7 @@
|
|
|
221
225
|
cursor: default;
|
|
222
226
|
}
|
|
223
227
|
|
|
228
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
224
229
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
225
230
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
226
231
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -163,6 +165,7 @@
|
|
|
163
165
|
background-color: #fff;
|
|
164
166
|
}
|
|
165
167
|
|
|
168
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
166
169
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
167
170
|
display: none;
|
|
168
171
|
pointer-events: none;
|
|
@@ -171,6 +174,7 @@
|
|
|
171
174
|
visibility: hidden;
|
|
172
175
|
}
|
|
173
176
|
|
|
177
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
174
178
|
.e-filter-parent {
|
|
175
179
|
border: 1px solid #c8c8c8;
|
|
176
180
|
border-top-width: 0;
|
|
@@ -214,6 +218,7 @@
|
|
|
214
218
|
cursor: default;
|
|
215
219
|
}
|
|
216
220
|
|
|
221
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
217
222
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
218
223
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
219
224
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
4
|
@keyframes material-spinner-rotate {
|
|
2
5
|
0% {
|
|
3
6
|
transform: rotate(0);
|
|
@@ -233,6 +236,7 @@
|
|
|
233
236
|
background-color: #252423;
|
|
234
237
|
}
|
|
235
238
|
|
|
239
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
236
240
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
237
241
|
display: none;
|
|
238
242
|
pointer-events: none;
|
|
@@ -241,6 +245,7 @@
|
|
|
241
245
|
visibility: hidden;
|
|
242
246
|
}
|
|
243
247
|
|
|
248
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
244
249
|
.e-filter-parent {
|
|
245
250
|
border: 0;
|
|
246
251
|
border-top-width: 0;
|
|
@@ -281,6 +286,7 @@
|
|
|
281
286
|
cursor: default;
|
|
282
287
|
}
|
|
283
288
|
|
|
289
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
284
290
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
285
291
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
286
292
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
4
|
@keyframes material-spinner-rotate {
|
|
2
5
|
0% {
|
|
3
6
|
transform: rotate(0);
|
|
@@ -233,6 +236,7 @@
|
|
|
233
236
|
background-color: #fff;
|
|
234
237
|
}
|
|
235
238
|
|
|
239
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
236
240
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
237
241
|
display: none;
|
|
238
242
|
pointer-events: none;
|
|
@@ -241,6 +245,7 @@
|
|
|
241
245
|
visibility: hidden;
|
|
242
246
|
}
|
|
243
247
|
|
|
248
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
244
249
|
.e-filter-parent {
|
|
245
250
|
border: 0;
|
|
246
251
|
border-top-width: 0;
|
|
@@ -281,6 +286,7 @@
|
|
|
281
286
|
cursor: default;
|
|
282
287
|
}
|
|
283
288
|
|
|
289
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
284
290
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
285
291
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
286
292
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -181,6 +183,7 @@
|
|
|
181
183
|
background-color: #fff;
|
|
182
184
|
}
|
|
183
185
|
|
|
186
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
184
187
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
185
188
|
display: none;
|
|
186
189
|
pointer-events: none;
|
|
@@ -189,6 +192,7 @@
|
|
|
189
192
|
visibility: hidden;
|
|
190
193
|
}
|
|
191
194
|
|
|
195
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
192
196
|
.e-filter-parent {
|
|
193
197
|
border: 1px solid #000;
|
|
194
198
|
border-top-width: 0;
|
|
@@ -232,6 +236,7 @@
|
|
|
232
236
|
cursor: default;
|
|
233
237
|
}
|
|
234
238
|
|
|
239
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
235
240
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
236
241
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
237
242
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -181,6 +183,7 @@
|
|
|
181
183
|
background-color: #000;
|
|
182
184
|
}
|
|
183
185
|
|
|
186
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
184
187
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
185
188
|
display: none;
|
|
186
189
|
pointer-events: none;
|
|
@@ -189,6 +192,7 @@
|
|
|
189
192
|
visibility: hidden;
|
|
190
193
|
}
|
|
191
194
|
|
|
195
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
192
196
|
.e-filter-parent {
|
|
193
197
|
border: 1px solid #fff;
|
|
194
198
|
border-top-width: 0;
|
|
@@ -232,6 +236,7 @@
|
|
|
232
236
|
cursor: default;
|
|
233
237
|
}
|
|
234
238
|
|
|
239
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
235
240
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
236
241
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
237
242
|
-webkit-appearance: initial;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
5
6
|
transform: scale(4);
|
|
6
7
|
}
|
|
7
8
|
}
|
|
9
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
8
10
|
@keyframes material-spinner-rotate {
|
|
9
11
|
0% {
|
|
10
12
|
transform: rotate(0deg);
|
|
@@ -201,6 +203,7 @@
|
|
|
201
203
|
background-color: #f5f5f5;
|
|
202
204
|
}
|
|
203
205
|
|
|
206
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
204
207
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
205
208
|
display: none;
|
|
206
209
|
pointer-events: none;
|
|
@@ -209,6 +212,7 @@
|
|
|
209
212
|
visibility: hidden;
|
|
210
213
|
}
|
|
211
214
|
|
|
215
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
212
216
|
.e-filter-parent {
|
|
213
217
|
border: 0;
|
|
214
218
|
border-top-width: 0;
|
|
@@ -251,6 +255,7 @@
|
|
|
251
255
|
cursor: default;
|
|
252
256
|
}
|
|
253
257
|
|
|
258
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
254
259
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
255
260
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
256
261
|
-webkit-appearance: initial;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -13,6 +14,7 @@
|
|
|
13
14
|
transform: translate3d(0, 0, 0) scale(1);
|
|
14
15
|
}
|
|
15
16
|
}
|
|
17
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
16
18
|
@keyframes material-spinner-rotate {
|
|
17
19
|
0% {
|
|
18
20
|
transform: rotate(0deg);
|
|
@@ -234,6 +236,7 @@
|
|
|
234
236
|
background-color: #f5f5f5;
|
|
235
237
|
}
|
|
236
238
|
|
|
239
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
237
240
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
238
241
|
display: none;
|
|
239
242
|
pointer-events: none;
|
|
@@ -242,6 +245,7 @@
|
|
|
242
245
|
visibility: hidden;
|
|
243
246
|
}
|
|
244
247
|
|
|
248
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
245
249
|
.e-filter-parent {
|
|
246
250
|
border: 0;
|
|
247
251
|
border-top-width: 0;
|
|
@@ -284,6 +288,7 @@
|
|
|
284
288
|
cursor: default;
|
|
285
289
|
}
|
|
286
290
|
|
|
291
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
287
292
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
288
293
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
289
294
|
-webkit-appearance: initial;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
/* stylelint-disable-line no-empty-source */
|
|
4
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
5
|
@keyframes material-spinner-rotate {
|
|
3
6
|
0% {
|
|
4
7
|
transform: rotate(0);
|
|
@@ -205,6 +208,7 @@
|
|
|
205
208
|
background-color: #374151;
|
|
206
209
|
}
|
|
207
210
|
|
|
211
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
208
212
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
209
213
|
display: none;
|
|
210
214
|
pointer-events: none;
|
|
@@ -213,6 +217,7 @@
|
|
|
213
217
|
visibility: hidden;
|
|
214
218
|
}
|
|
215
219
|
|
|
220
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
216
221
|
.e-filter-parent {
|
|
217
222
|
border: 0;
|
|
218
223
|
border-top-width: 0;
|
|
@@ -252,6 +257,7 @@
|
|
|
252
257
|
cursor: default;
|
|
253
258
|
}
|
|
254
259
|
|
|
260
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
255
261
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
256
262
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
257
263
|
-webkit-appearance: initial;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
+
/* stylelint-disable-line no-empty-source */
|
|
4
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
5
|
@keyframes material-spinner-rotate {
|
|
3
6
|
0% {
|
|
4
7
|
transform: rotate(0);
|
|
@@ -205,6 +208,7 @@
|
|
|
205
208
|
background-color: #fff;
|
|
206
209
|
}
|
|
207
210
|
|
|
211
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
208
212
|
.e-ddl input.e-input::-webkit-contacts-auto-fill-button {
|
|
209
213
|
display: none;
|
|
210
214
|
pointer-events: none;
|
|
@@ -213,6 +217,7 @@
|
|
|
213
217
|
visibility: hidden;
|
|
214
218
|
}
|
|
215
219
|
|
|
220
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
216
221
|
.e-filter-parent {
|
|
217
222
|
border: 0;
|
|
218
223
|
border-top-width: 0;
|
|
@@ -252,6 +257,7 @@
|
|
|
252
257
|
cursor: default;
|
|
253
258
|
}
|
|
254
259
|
|
|
260
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
255
261
|
.e-ddl.e-input-group .e-ddl-hidden,
|
|
256
262
|
.e-ddl.e-float-input .e-ddl-hidden {
|
|
257
263
|
-webkit-appearance: initial;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
transform: rotate(360deg);
|
|
15
17
|
}
|
|
16
18
|
}
|
|
19
|
+
/* stylelint-disable */
|
|
17
20
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
18
21
|
padding: 0 10px 0 0;
|
|
19
22
|
}
|
|
@@ -27,6 +30,7 @@
|
|
|
27
30
|
padding: 0 8px 0 0;
|
|
28
31
|
}
|
|
29
32
|
|
|
33
|
+
/* stylelint-disable */
|
|
30
34
|
.e-ddt .e-ddt-icon::before {
|
|
31
35
|
content: "\e969";
|
|
32
36
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -15,6 +17,7 @@
|
|
|
15
17
|
}
|
|
16
18
|
}
|
|
17
19
|
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
20
|
+
/* stylelint-disable */
|
|
18
21
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
19
22
|
padding: 0 10px 0 0;
|
|
20
23
|
}
|
|
@@ -28,6 +31,7 @@
|
|
|
28
31
|
padding: 0 8px 0 0;
|
|
29
32
|
}
|
|
30
33
|
|
|
34
|
+
/* stylelint-disable */
|
|
31
35
|
.e-ddt .e-ddt-icon::before {
|
|
32
36
|
content: "\e969";
|
|
33
37
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
transform: rotate(360deg);
|
|
15
17
|
}
|
|
16
18
|
}
|
|
19
|
+
/* stylelint-disable */
|
|
17
20
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
18
21
|
padding: 0 8px 0 0;
|
|
19
22
|
}
|
|
@@ -45,6 +48,7 @@
|
|
|
45
48
|
stroke-width: 1px;
|
|
46
49
|
}
|
|
47
50
|
|
|
51
|
+
/* stylelint-disable */
|
|
48
52
|
.e-ddt .e-ddt-icon::before {
|
|
49
53
|
content: "\e744";
|
|
50
54
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
4
|
@keyframes material-spinner-rotate {
|
|
2
5
|
0% {
|
|
3
6
|
transform: rotate(0);
|
|
@@ -15,6 +18,7 @@
|
|
|
15
18
|
}
|
|
16
19
|
}
|
|
17
20
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
21
|
+
/* stylelint-disable */
|
|
18
22
|
.e-dropdownbase .e-list-group-item,
|
|
19
23
|
.e-fixed-head {
|
|
20
24
|
font-size: 12px;
|
|
@@ -54,6 +58,7 @@
|
|
|
54
58
|
padding: 0 6px 0 0;
|
|
55
59
|
}
|
|
56
60
|
|
|
61
|
+
/* stylelint-disable */
|
|
57
62
|
.e-ddt .e-ddt-icon::before {
|
|
58
63
|
content: "\e734";
|
|
59
64
|
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
4
|
@keyframes material-spinner-rotate {
|
|
2
5
|
0% {
|
|
3
6
|
transform: rotate(0);
|
|
@@ -15,6 +18,7 @@
|
|
|
15
18
|
}
|
|
16
19
|
}
|
|
17
20
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
21
|
+
/* stylelint-disable */
|
|
18
22
|
.e-dropdownbase .e-list-group-item,
|
|
19
23
|
.e-fixed-head {
|
|
20
24
|
font-size: 12px;
|
|
@@ -54,6 +58,7 @@
|
|
|
54
58
|
padding: 0 6px 0 0;
|
|
55
59
|
}
|
|
56
60
|
|
|
61
|
+
/* stylelint-disable */
|
|
57
62
|
.e-ddt .e-ddt-icon::before {
|
|
58
63
|
content: "\e734";
|
|
59
64
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -14,6 +16,7 @@
|
|
|
14
16
|
transform: rotate(360deg);
|
|
15
17
|
}
|
|
16
18
|
}
|
|
19
|
+
/* stylelint-disable */
|
|
17
20
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
18
21
|
padding: 0 10px 0 0;
|
|
19
22
|
}
|
|
@@ -27,6 +30,7 @@
|
|
|
27
30
|
padding: 0 8px 0 0;
|
|
28
31
|
}
|
|
29
32
|
|
|
33
|
+
/* stylelint-disable */
|
|
30
34
|
.e-ddt .e-ddt-icon::before {
|
|
31
35
|
content: "\e966";
|
|
32
36
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
@keyframes material-spinner-rotate {
|
|
2
4
|
0% {
|
|
3
5
|
transform: rotate(0);
|
|
@@ -15,6 +17,7 @@
|
|
|
15
17
|
}
|
|
16
18
|
}
|
|
17
19
|
/*! TreeView's fabric theme wise override definitions and variables */
|
|
20
|
+
/* stylelint-disable */
|
|
18
21
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
19
22
|
padding: 0 10px 0 0;
|
|
20
23
|
}
|
|
@@ -28,6 +31,7 @@
|
|
|
28
31
|
padding: 0 8px 0 0;
|
|
29
32
|
}
|
|
30
33
|
|
|
34
|
+
/* stylelint-disable */
|
|
31
35
|
.e-ddt .e-ddt-icon::before {
|
|
32
36
|
content: "\e966";
|
|
33
37
|
}
|