@syncfusion/ej2-angular-inputs 20.2.48-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-inputs.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-inputs.js.map +1 -1
- package/CHANGELOG.md +2 -24
- package/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +31 -13
- package/styles/bootstrap.css +31 -13
- package/styles/bootstrap4.css +31 -13
- package/styles/bootstrap5-dark.css +32 -13
- package/styles/bootstrap5.css +32 -13
- package/styles/color-picker/bootstrap-dark.css +2 -0
- package/styles/color-picker/bootstrap.css +2 -0
- package/styles/color-picker/bootstrap4.css +2 -0
- package/styles/color-picker/bootstrap5-dark.css +3 -0
- package/styles/color-picker/bootstrap5.css +3 -0
- package/styles/color-picker/fabric-dark.css +2 -0
- package/styles/color-picker/fabric.css +2 -0
- package/styles/color-picker/fluent-dark.css +3 -0
- package/styles/color-picker/fluent.css +3 -0
- package/styles/color-picker/highcontrast-light.css +2 -0
- package/styles/color-picker/highcontrast.css +2 -0
- package/styles/color-picker/material-dark.css +2 -0
- package/styles/color-picker/material.css +2 -0
- package/styles/color-picker/tailwind-dark.css +3 -0
- package/styles/color-picker/tailwind.css +3 -0
- package/styles/fabric-dark.css +31 -13
- package/styles/fabric.css +31 -13
- package/styles/fluent-dark.css +32 -13
- package/styles/fluent.css +32 -13
- package/styles/highcontrast-light.css +31 -13
- package/styles/highcontrast.css +31 -13
- package/styles/input/bootstrap-dark.css +22 -14
- package/styles/input/bootstrap.css +22 -14
- package/styles/input/bootstrap4.css +22 -14
- package/styles/input/bootstrap5-dark.css +22 -14
- package/styles/input/bootstrap5.css +22 -14
- package/styles/input/fabric-dark.css +22 -14
- package/styles/input/fabric.css +22 -14
- package/styles/input/fluent-dark.css +22 -14
- package/styles/input/fluent.css +22 -14
- package/styles/input/highcontrast-light.css +22 -14
- package/styles/input/highcontrast.css +22 -14
- package/styles/input/material-dark.css +26 -18
- package/styles/input/material.css +26 -18
- package/styles/input/tailwind-dark.css +22 -14
- package/styles/input/tailwind.css +22 -14
- package/styles/maskedtextbox/bootstrap-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap.css +1 -0
- package/styles/maskedtextbox/bootstrap4.css +1 -0
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap5.css +1 -0
- package/styles/maskedtextbox/fabric-dark.css +1 -0
- package/styles/maskedtextbox/fabric.css +1 -0
- package/styles/maskedtextbox/fluent-dark.css +1 -0
- package/styles/maskedtextbox/fluent.css +1 -0
- package/styles/maskedtextbox/highcontrast-light.css +1 -0
- package/styles/maskedtextbox/highcontrast.css +1 -0
- package/styles/maskedtextbox/material-dark.css +1 -0
- package/styles/maskedtextbox/material.css +1 -0
- package/styles/maskedtextbox/tailwind-dark.css +1 -0
- package/styles/maskedtextbox/tailwind.css +1 -0
- package/styles/material-dark.css +50 -18
- package/styles/material.css +50 -18
- package/styles/numerictextbox/bootstrap-dark.css +1 -0
- package/styles/numerictextbox/bootstrap.css +1 -0
- package/styles/numerictextbox/bootstrap4.css +1 -0
- package/styles/numerictextbox/bootstrap5-dark.css +1 -0
- package/styles/numerictextbox/bootstrap5.css +1 -0
- package/styles/numerictextbox/fabric-dark.css +1 -0
- package/styles/numerictextbox/fabric.css +1 -0
- package/styles/numerictextbox/fluent-dark.css +1 -0
- package/styles/numerictextbox/fluent.css +1 -0
- package/styles/numerictextbox/highcontrast-light.css +1 -0
- package/styles/numerictextbox/highcontrast.css +1 -0
- package/styles/numerictextbox/material-dark.css +1 -0
- package/styles/numerictextbox/material.css +1 -0
- package/styles/numerictextbox/tailwind-dark.css +1 -0
- package/styles/numerictextbox/tailwind.css +1 -0
- package/styles/slider/bootstrap-dark.css +4 -0
- package/styles/slider/bootstrap.css +4 -0
- package/styles/slider/bootstrap4.css +4 -0
- package/styles/slider/bootstrap5-dark.css +4 -0
- package/styles/slider/bootstrap5.css +4 -0
- package/styles/slider/fabric-dark.css +4 -0
- package/styles/slider/fabric.css +4 -0
- package/styles/slider/fluent-dark.css +4 -0
- package/styles/slider/fluent.css +4 -0
- package/styles/slider/highcontrast-light.css +4 -0
- package/styles/slider/highcontrast.css +4 -0
- package/styles/slider/material-dark.css +19 -1
- package/styles/slider/material.css +19 -1
- package/styles/slider/tailwind-dark.css +4 -0
- package/styles/slider/tailwind.css +4 -0
- package/styles/tailwind-dark.css +33 -13
- package/styles/tailwind.css +33 -13
- package/styles/textbox/bootstrap-dark.css +2 -0
- package/styles/textbox/bootstrap.css +2 -0
- package/styles/textbox/bootstrap4.css +2 -0
- package/styles/textbox/bootstrap5-dark.css +2 -0
- package/styles/textbox/bootstrap5.css +2 -0
- package/styles/textbox/fabric-dark.css +2 -0
- package/styles/textbox/fabric.css +2 -0
- package/styles/textbox/fluent-dark.css +2 -0
- package/styles/textbox/fluent.css +2 -0
- package/styles/textbox/highcontrast-light.css +2 -0
- package/styles/textbox/highcontrast.css +2 -0
- package/styles/textbox/material-dark.css +3 -1
- package/styles/textbox/material.css +3 -1
- package/styles/textbox/tailwind-dark.css +3 -1
- package/styles/textbox/tailwind.css +3 -1
- package/styles/uploader/bootstrap-dark.css +1 -0
- package/styles/uploader/bootstrap.css +1 -0
- package/styles/uploader/bootstrap4.css +1 -0
- package/styles/uploader/bootstrap5-dark.css +1 -0
- package/styles/uploader/bootstrap5.css +1 -0
- package/styles/uploader/fabric-dark.css +1 -0
- package/styles/uploader/fabric.css +1 -0
- package/styles/uploader/fluent-dark.css +1 -0
- package/styles/uploader/fluent.css +1 -0
- package/styles/uploader/highcontrast-light.css +1 -0
- package/styles/uploader/highcontrast.css +1 -0
- package/styles/uploader/material-dark.css +1 -0
- package/styles/uploader/material.css +1 -0
- package/styles/uploader/tailwind-dark.css +2 -0
- package/styles/uploader/tailwind.css +2 -0
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -277,9 +279,11 @@
|
|
|
277
279
|
z-index: 10;
|
|
278
280
|
}
|
|
279
281
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
282
|
+
/* stylelint-disable */
|
|
280
283
|
background-color: #959595;
|
|
281
284
|
border-color: #0070f0;
|
|
282
285
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
286
|
+
/* stylelint-enable */
|
|
283
287
|
}
|
|
284
288
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
285
289
|
height: 5px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -277,9 +279,11 @@
|
|
|
277
279
|
z-index: 10;
|
|
278
280
|
}
|
|
279
281
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
282
|
+
/* stylelint-disable */
|
|
280
283
|
background-color: #e6e6e6;
|
|
281
284
|
border-color: #66afe9;
|
|
282
285
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
286
|
+
/* stylelint-enable */
|
|
283
287
|
}
|
|
284
288
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
285
289
|
height: 5px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -363,9 +365,11 @@
|
|
|
363
365
|
z-index: 10;
|
|
364
366
|
}
|
|
365
367
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
368
|
+
/* stylelint-disable */
|
|
366
369
|
background-color: #007bff;
|
|
367
370
|
border-color: #007bff;
|
|
368
371
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 123, 255, 0.25);
|
|
372
|
+
/* stylelint-enable */
|
|
369
373
|
}
|
|
370
374
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
371
375
|
height: 6px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -424,9 +426,11 @@
|
|
|
424
426
|
z-index: 10;
|
|
425
427
|
}
|
|
426
428
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
429
|
+
/* stylelint-disable */
|
|
427
430
|
background-color: #0b5ed7;
|
|
428
431
|
border: 1px solid #212529;
|
|
429
432
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
433
|
+
/* stylelint-enable */
|
|
430
434
|
}
|
|
431
435
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
432
436
|
height: 6px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -424,9 +426,11 @@
|
|
|
424
426
|
z-index: 10;
|
|
425
427
|
}
|
|
426
428
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
429
|
+
/* stylelint-disable */
|
|
427
430
|
background-color: #0b5ed7;
|
|
428
431
|
border: 1px solid #fff;
|
|
429
432
|
box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
|
|
433
|
+
/* stylelint-enable */
|
|
430
434
|
}
|
|
431
435
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
432
436
|
height: 6px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -274,6 +276,8 @@
|
|
|
274
276
|
}
|
|
275
277
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
276
278
|
border-color: #0074cc;
|
|
279
|
+
/* stylelint-disable */
|
|
280
|
+
/* stylelint-enable */
|
|
277
281
|
}
|
|
278
282
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
279
283
|
background-color: rgba(173, 220, 255, 0.4);
|
package/styles/slider/fabric.css
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -274,6 +276,8 @@
|
|
|
274
276
|
}
|
|
275
277
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
276
278
|
border-color: #0078d6;
|
|
279
|
+
/* stylelint-disable */
|
|
280
|
+
/* stylelint-enable */
|
|
277
281
|
}
|
|
278
282
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
279
283
|
background-color: #b7e0ff;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -299,6 +301,8 @@
|
|
|
299
301
|
}
|
|
300
302
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
301
303
|
border-color: #006cbf;
|
|
304
|
+
/* stylelint-disable */
|
|
305
|
+
/* stylelint-enable */
|
|
302
306
|
}
|
|
303
307
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
304
308
|
background-color: #005a9e;
|
package/styles/slider/fluent.css
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -299,6 +301,8 @@
|
|
|
299
301
|
}
|
|
300
302
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
301
303
|
border-color: #006cbf;
|
|
304
|
+
/* stylelint-disable */
|
|
305
|
+
/* stylelint-enable */
|
|
302
306
|
}
|
|
303
307
|
.e-control-wrapper.e-slider-container .e-slider .e-tab-track {
|
|
304
308
|
background-color: #c7e0f4;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -315,6 +317,8 @@
|
|
|
315
317
|
}
|
|
316
318
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
317
319
|
border-color: #3d3d3d;
|
|
320
|
+
/* stylelint-disable */
|
|
321
|
+
/* stylelint-enable */
|
|
318
322
|
}
|
|
319
323
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
320
324
|
height: 4px;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
3
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
2
4
|
cursor: default;
|
|
3
5
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -315,6 +317,8 @@
|
|
|
315
317
|
}
|
|
316
318
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
317
319
|
border-color: #bfbfbf;
|
|
320
|
+
/* stylelint-disable */
|
|
321
|
+
/* stylelint-enable */
|
|
318
322
|
}
|
|
319
323
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
320
324
|
height: 4px;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
4
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
3
5
|
cursor: default;
|
|
4
6
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -15,7 +17,9 @@
|
|
|
15
17
|
background-color: #00b0ff;
|
|
16
18
|
border: 0;
|
|
17
19
|
border-radius: 8px;
|
|
20
|
+
/* stylelint-disable */
|
|
18
21
|
cursor: grab;
|
|
22
|
+
/* stylelint-enable */
|
|
19
23
|
opacity: 1;
|
|
20
24
|
}
|
|
21
25
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -42,7 +46,9 @@
|
|
|
42
46
|
border-right-color: rgba(255, 255, 255, 0.26);
|
|
43
47
|
}
|
|
44
48
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
49
|
+
/* stylelint-disable */
|
|
45
50
|
cursor: grabbing;
|
|
51
|
+
/* stylelint-enable */
|
|
46
52
|
}
|
|
47
53
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
48
54
|
visibility: visible;
|
|
@@ -84,14 +90,18 @@
|
|
|
84
90
|
border-bottom-right-radius: 0%;
|
|
85
91
|
border-top-left-radius: 50%;
|
|
86
92
|
border-top-right-radius: 50%;
|
|
93
|
+
/* stylelint-disable */
|
|
87
94
|
cursor: grab;
|
|
95
|
+
/* stylelint-enable */
|
|
88
96
|
opacity: 1;
|
|
89
97
|
}
|
|
90
98
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
91
99
|
background-color: rgba(255, 255, 255, 0.26);
|
|
92
100
|
}
|
|
93
101
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
102
|
+
/* stylelint-disable */
|
|
94
103
|
cursor: grabbing;
|
|
104
|
+
/* stylelint-enable */
|
|
95
105
|
}
|
|
96
106
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
97
107
|
visibility: hidden;
|
|
@@ -195,7 +205,7 @@
|
|
|
195
205
|
}
|
|
196
206
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
197
207
|
background: #757575;
|
|
198
|
-
transform: scale(0.5) !important;
|
|
208
|
+
transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
|
|
199
209
|
}
|
|
200
210
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
201
211
|
background-color: #757575;
|
|
@@ -407,10 +417,14 @@
|
|
|
407
417
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
408
418
|
width: 12px;
|
|
409
419
|
z-index: 10;
|
|
420
|
+
/* stylelint-disable */
|
|
410
421
|
cursor: grab;
|
|
422
|
+
/* stylelint-enable */
|
|
411
423
|
}
|
|
412
424
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
425
|
+
/* stylelint-disable */
|
|
413
426
|
cursor: grabbing;
|
|
427
|
+
/* stylelint-enable */
|
|
414
428
|
}
|
|
415
429
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
416
430
|
background-color: #303030;
|
|
@@ -436,6 +450,10 @@
|
|
|
436
450
|
width: 32px;
|
|
437
451
|
z-index: -1;
|
|
438
452
|
}
|
|
453
|
+
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
454
|
+
/* stylelint-disable */
|
|
455
|
+
/* stylelint-enable */
|
|
456
|
+
}
|
|
439
457
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
440
458
|
background-color: #e0e0e0;
|
|
441
459
|
opacity: 0.38;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
4
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
3
5
|
cursor: default;
|
|
4
6
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -15,7 +17,9 @@
|
|
|
15
17
|
background-color: #e3165b;
|
|
16
18
|
border: 0;
|
|
17
19
|
border-radius: 8px;
|
|
20
|
+
/* stylelint-disable */
|
|
18
21
|
cursor: grab;
|
|
22
|
+
/* stylelint-enable */
|
|
19
23
|
opacity: 1;
|
|
20
24
|
}
|
|
21
25
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -42,7 +46,9 @@
|
|
|
42
46
|
border-right-color: rgba(0, 0, 0, 0.26);
|
|
43
47
|
}
|
|
44
48
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
49
|
+
/* stylelint-disable */
|
|
45
50
|
cursor: grabbing;
|
|
51
|
+
/* stylelint-enable */
|
|
46
52
|
}
|
|
47
53
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
48
54
|
visibility: visible;
|
|
@@ -84,14 +90,18 @@
|
|
|
84
90
|
border-bottom-right-radius: 0%;
|
|
85
91
|
border-top-left-radius: 50%;
|
|
86
92
|
border-top-right-radius: 50%;
|
|
93
|
+
/* stylelint-disable */
|
|
87
94
|
cursor: grab;
|
|
95
|
+
/* stylelint-enable */
|
|
88
96
|
opacity: 1;
|
|
89
97
|
}
|
|
90
98
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
91
99
|
background-color: rgba(0, 0, 0, 0.26);
|
|
92
100
|
}
|
|
93
101
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
102
|
+
/* stylelint-disable */
|
|
94
103
|
cursor: grabbing;
|
|
104
|
+
/* stylelint-enable */
|
|
95
105
|
}
|
|
96
106
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
97
107
|
visibility: hidden;
|
|
@@ -195,7 +205,7 @@
|
|
|
195
205
|
}
|
|
196
206
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
197
207
|
background: #757575;
|
|
198
|
-
transform: scale(0.5) !important;
|
|
208
|
+
transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
|
|
199
209
|
}
|
|
200
210
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
201
211
|
background-color: #757575;
|
|
@@ -407,10 +417,14 @@
|
|
|
407
417
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
408
418
|
width: 12px;
|
|
409
419
|
z-index: 10;
|
|
420
|
+
/* stylelint-disable */
|
|
410
421
|
cursor: grab;
|
|
422
|
+
/* stylelint-enable */
|
|
411
423
|
}
|
|
412
424
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
425
|
+
/* stylelint-disable */
|
|
413
426
|
cursor: grabbing;
|
|
427
|
+
/* stylelint-enable */
|
|
414
428
|
}
|
|
415
429
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
416
430
|
background-color: #fff;
|
|
@@ -436,6 +450,10 @@
|
|
|
436
450
|
width: 32px;
|
|
437
451
|
z-index: -1;
|
|
438
452
|
}
|
|
453
|
+
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
454
|
+
/* stylelint-disable */
|
|
455
|
+
/* stylelint-enable */
|
|
456
|
+
}
|
|
439
457
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
440
458
|
background-color: #e0e0e0;
|
|
441
459
|
opacity: 0.38;
|
|
@@ -1,4 +1,6 @@
|
|
|
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-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
4
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
3
5
|
cursor: default;
|
|
4
6
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -407,9 +409,11 @@
|
|
|
407
409
|
z-index: 10;
|
|
408
410
|
}
|
|
409
411
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
412
|
+
/* stylelint-disable */
|
|
410
413
|
background-color: #06b6d4;
|
|
411
414
|
border: 1px solid #fff;
|
|
412
415
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
416
|
+
/* stylelint-enable */
|
|
413
417
|
}
|
|
414
418
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
415
419
|
height: 6px;
|
|
@@ -1,4 +1,6 @@
|
|
|
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-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
3
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
4
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
3
5
|
cursor: default;
|
|
4
6
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -407,9 +409,11 @@
|
|
|
407
409
|
z-index: 10;
|
|
408
410
|
}
|
|
409
411
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
412
|
+
/* stylelint-disable */
|
|
410
413
|
background-color: #4338ca;
|
|
411
414
|
border: 1px solid #fff;
|
|
412
415
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
416
|
+
/* stylelint-enable */
|
|
413
417
|
}
|
|
414
418
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
415
419
|
height: 6px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
border-color: #4b5563;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
19
20
|
.e-float-input .e-clear-icon::before,
|
|
20
21
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
21
22
|
content: "\e7e7";
|
|
@@ -60,14 +61,14 @@ textarea.e-input,
|
|
|
60
61
|
.e-input-group.e-control-wrapper {
|
|
61
62
|
font-family: "Inter";
|
|
62
63
|
font-size: 14px;
|
|
63
|
-
font-weight:
|
|
64
|
+
font-weight: normal;
|
|
64
65
|
}
|
|
65
66
|
|
|
66
67
|
.e-input-group.e-disabled,
|
|
67
68
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
68
69
|
font-family: "Inter";
|
|
69
70
|
font-size: 14px;
|
|
70
|
-
font-weight:
|
|
71
|
+
font-weight: normal;
|
|
71
72
|
}
|
|
72
73
|
|
|
73
74
|
.e-input-group input.e-input,
|
|
@@ -310,6 +311,7 @@ textarea.e-input.e-bigger,
|
|
|
310
311
|
text-align: center;
|
|
311
312
|
}
|
|
312
313
|
|
|
314
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
313
315
|
.e-input-group .e-input-group-icon:first-child,
|
|
314
316
|
.e-input-group.e-control-wrapper .e-input-group-icon:first-child {
|
|
315
317
|
border-left-width: 0;
|
|
@@ -615,7 +617,7 @@ label.e-float-text,
|
|
|
615
617
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
616
618
|
font-size: 14px;
|
|
617
619
|
font-style: normal;
|
|
618
|
-
font-weight:
|
|
620
|
+
font-weight: normal;
|
|
619
621
|
left: 0;
|
|
620
622
|
overflow: hidden;
|
|
621
623
|
padding-left: 10px;
|
|
@@ -1031,7 +1033,7 @@ label.e-float-text,
|
|
|
1031
1033
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1032
1034
|
font-family: "Inter";
|
|
1033
1035
|
font-size: 14px;
|
|
1034
|
-
font-weight:
|
|
1036
|
+
font-weight: normal;
|
|
1035
1037
|
}
|
|
1036
1038
|
|
|
1037
1039
|
.e-float-input input,
|
|
@@ -1228,7 +1230,7 @@ label.e-float-text,
|
|
|
1228
1230
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1229
1231
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1230
1232
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1231
|
-
font-weight:
|
|
1233
|
+
font-weight: normal;
|
|
1232
1234
|
}
|
|
1233
1235
|
|
|
1234
1236
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1247,7 +1249,7 @@ label.e-float-text,
|
|
|
1247
1249
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1248
1250
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1249
1251
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1250
|
-
font-weight:
|
|
1252
|
+
font-weight: normal;
|
|
1251
1253
|
}
|
|
1252
1254
|
|
|
1253
1255
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1317,6 +1319,7 @@ label.e-float-text,
|
|
|
1317
1319
|
transform-origin: right top;
|
|
1318
1320
|
}
|
|
1319
1321
|
|
|
1322
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1320
1323
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1321
1324
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1322
1325
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1413,6 +1416,7 @@ label.e-float-text,
|
|
|
1413
1416
|
padding-right: 10px;
|
|
1414
1417
|
}
|
|
1415
1418
|
|
|
1419
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1416
1420
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1417
1421
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1418
1422
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1846,22 +1850,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1846
1850
|
user-select: none;
|
|
1847
1851
|
}
|
|
1848
1852
|
|
|
1849
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1853
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1850
1854
|
font-style: normal;
|
|
1851
1855
|
user-select: none;
|
|
1852
1856
|
}
|
|
1853
1857
|
|
|
1854
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1858
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1855
1859
|
font-style: normal;
|
|
1856
1860
|
user-select: none;
|
|
1857
1861
|
}
|
|
1858
1862
|
|
|
1859
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1863
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1860
1864
|
font-style: normal;
|
|
1861
1865
|
user-select: none;
|
|
1862
1866
|
}
|
|
1863
1867
|
|
|
1864
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1868
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1865
1869
|
font-style: normal;
|
|
1866
1870
|
user-select: none;
|
|
1867
1871
|
}
|
|
@@ -1871,12 +1875,12 @@ input.e-input:-moz-placeholder {
|
|
|
1871
1875
|
user-select: none;
|
|
1872
1876
|
}
|
|
1873
1877
|
|
|
1874
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1878
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1875
1879
|
font-style: normal;
|
|
1876
1880
|
user-select: none;
|
|
1877
1881
|
}
|
|
1878
1882
|
|
|
1879
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1883
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1880
1884
|
font-style: normal;
|
|
1881
1885
|
user-select: none;
|
|
1882
1886
|
}
|
|
@@ -3249,7 +3253,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3249
3253
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3250
3254
|
font-size: 14px;
|
|
3251
3255
|
font-style: normal;
|
|
3252
|
-
font-weight:
|
|
3256
|
+
font-weight: normal;
|
|
3253
3257
|
left: 0;
|
|
3254
3258
|
overflow: hidden;
|
|
3255
3259
|
padding-left: 10px;
|
|
@@ -3718,6 +3722,8 @@ textarea.e-input,
|
|
|
3718
3722
|
color: #6b7280;
|
|
3719
3723
|
}
|
|
3720
3724
|
|
|
3725
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3726
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3721
3727
|
.e-input[disabled],
|
|
3722
3728
|
.e-input-group .e-input[disabled],
|
|
3723
3729
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4582,6 +4588,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4582
4588
|
color: #6b7280;
|
|
4583
4589
|
}
|
|
4584
4590
|
|
|
4591
|
+
/* stylelint-disable-line no-empty-source */
|
|
4592
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4585
4593
|
.e-input-group-icon.e-spin-up::before {
|
|
4586
4594
|
content: "\e776";
|
|
4587
4595
|
font-family: "e-icons";
|
|
@@ -4630,6 +4638,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4630
4638
|
font-size: 22px;
|
|
4631
4639
|
}
|
|
4632
4640
|
|
|
4641
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4633
4642
|
/*! maskedtextbox layout */
|
|
4634
4643
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4635
4644
|
font-family: "Inter";
|
|
@@ -4664,6 +4673,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
4664
4673
|
color: #f87171;
|
|
4665
4674
|
}
|
|
4666
4675
|
|
|
4676
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
4677
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4667
4678
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4668
4679
|
cursor: default;
|
|
4669
4680
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5072,9 +5083,11 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5072
5083
|
z-index: 10;
|
|
5073
5084
|
}
|
|
5074
5085
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5086
|
+
/* stylelint-disable */
|
|
5075
5087
|
background-color: #06b6d4;
|
|
5076
5088
|
border: 1px solid #fff;
|
|
5077
5089
|
box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
|
|
5090
|
+
/* stylelint-enable */
|
|
5078
5091
|
}
|
|
5079
5092
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5080
5093
|
height: 6px;
|
|
@@ -5289,6 +5302,9 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5289
5302
|
border-color: #4b5563;
|
|
5290
5303
|
}
|
|
5291
5304
|
|
|
5305
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5306
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5307
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5292
5308
|
@keyframes material-spinner-rotate {
|
|
5293
5309
|
0% {
|
|
5294
5310
|
transform: rotate(0);
|
|
@@ -6108,6 +6124,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6108
6124
|
}
|
|
6109
6125
|
|
|
6110
6126
|
.e-upload .e-upload-actions .e-file-clear-btn.e-flat:not(:hover) {
|
|
6127
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6111
6128
|
-webkit-tap-highlight-color: transparent;
|
|
6112
6129
|
background-color: #1f2937;
|
|
6113
6130
|
border-color: #6b7280;
|
|
@@ -6122,6 +6139,8 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6122
6139
|
color: #000;
|
|
6123
6140
|
}
|
|
6124
6141
|
|
|
6142
|
+
/* stylelint-disable-line no-empty-source */
|
|
6143
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6125
6144
|
.e-container .e-value-switch-btn::before {
|
|
6126
6145
|
content: "\e748";
|
|
6127
6146
|
}
|
|
@@ -6200,6 +6219,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
6200
6219
|
line-height: 0;
|
|
6201
6220
|
}
|
|
6202
6221
|
|
|
6222
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6203
6223
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6204
6224
|
-webkit-overflow-scrolling: touch;
|
|
6205
6225
|
height: 100%;
|