@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35
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/CHANGELOG.md +1495 -0
- package/README.md +13 -0
- package/esm2020/public_api.mjs +1 -2
- package/esm2020/src/index.mjs +4 -1
- package/esm2020/src/otp-input/otpinput-all.module.mjs +23 -0
- package/esm2020/src/otp-input/otpinput.component.mjs +85 -0
- package/esm2020/src/otp-input/otpinput.module.mjs +25 -0
- package/esm2020/src/textarea/textarea.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +187 -71
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +187 -71
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +3 -0
- package/src/otp-input/otpinput-all.module.d.ts +11 -0
- package/src/otp-input/otpinput.component.d.ts +43 -0
- package/src/otp-input/otpinput.module.d.ts +11 -0
- package/src/textarea/textarea.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +7402 -1
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +7384 -1
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +7542 -1
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +7707 -1
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +7707 -1
- package/styles/bootstrap5.scss +1 -0
- package/styles/color-picker/bootstrap-dark.css +779 -1
- package/styles/color-picker/bootstrap.css +779 -1
- package/styles/color-picker/bootstrap4.css +865 -1
- package/styles/color-picker/bootstrap5-dark.css +845 -1
- package/styles/color-picker/bootstrap5.css +845 -1
- package/styles/color-picker/fabric-dark.css +779 -1
- package/styles/color-picker/fabric.css +784 -1
- package/styles/color-picker/fluent-dark.css +800 -1
- package/styles/color-picker/fluent.css +800 -1
- package/styles/color-picker/fluent2.css +2025 -0
- package/styles/color-picker/fluent2.scss +1 -0
- package/styles/color-picker/highcontrast-light.css +779 -1
- package/styles/color-picker/highcontrast.css +779 -1
- package/styles/color-picker/material-dark.css +793 -1
- package/styles/color-picker/material.css +826 -1
- package/styles/color-picker/material3-dark.css +1015 -1
- package/styles/color-picker/material3.css +1127 -1
- package/styles/color-picker/tailwind-dark.css +819 -1
- package/styles/color-picker/tailwind.css +819 -1
- package/styles/data-form/bootstrap-dark.css +232 -1
- package/styles/data-form/bootstrap.css +232 -1
- package/styles/data-form/bootstrap4.css +232 -1
- package/styles/data-form/bootstrap5-dark.css +232 -1
- package/styles/data-form/bootstrap5.css +232 -1
- package/styles/data-form/fabric-dark.css +232 -1
- package/styles/data-form/fabric.css +232 -1
- package/styles/data-form/fluent-dark.css +232 -1
- package/styles/data-form/fluent.css +232 -1
- package/styles/data-form/fluent2.css +1266 -0
- package/styles/data-form/fluent2.scss +1 -0
- package/styles/data-form/highcontrast-light.css +232 -1
- package/styles/data-form/highcontrast.css +232 -1
- package/styles/data-form/material-dark.css +232 -1
- package/styles/data-form/material.css +232 -1
- package/styles/data-form/material3-dark.css +342 -1
- package/styles/data-form/material3.css +454 -1
- package/styles/data-form/tailwind-dark.css +232 -1
- package/styles/data-form/tailwind.css +232 -1
- package/styles/fabric-dark.css +7348 -1
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +7353 -1
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +7508 -1
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +7508 -1
- package/styles/fluent.scss +1 -0
- package/styles/fluent2.css +25566 -0
- package/styles/fluent2.scss +12 -0
- package/styles/highcontrast-light.css +7557 -1
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +7557 -1
- package/styles/highcontrast.scss +1 -0
- package/styles/input/bootstrap-dark.css +4368 -1
- package/styles/input/bootstrap.css +4368 -1
- package/styles/input/bootstrap4.css +4348 -1
- package/styles/input/bootstrap5-dark.css +4446 -1
- package/styles/input/bootstrap5.css +4446 -1
- package/styles/input/fabric-dark.css +4298 -1
- package/styles/input/fabric.css +4298 -1
- package/styles/input/fluent-dark.css +4336 -1
- package/styles/input/fluent.css +4336 -1
- package/styles/input/fluent2.css +10185 -0
- package/styles/input/fluent2.scss +1 -0
- package/styles/input/highcontrast-light.css +4462 -1
- package/styles/input/highcontrast.css +4462 -1
- package/styles/input/material-dark.css +11659 -1
- package/styles/input/material.css +11679 -1
- package/styles/input/material3-dark.css +11609 -1
- package/styles/input/material3.css +11721 -1
- package/styles/input/tailwind-dark.css +4303 -1
- package/styles/input/tailwind.css +4303 -1
- package/styles/maskedtextbox/bootstrap-dark.css +31 -1
- package/styles/maskedtextbox/bootstrap.css +14 -1
- package/styles/maskedtextbox/bootstrap4.css +31 -1
- package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
- package/styles/maskedtextbox/bootstrap5.css +31 -1
- package/styles/maskedtextbox/fabric-dark.css +31 -1
- package/styles/maskedtextbox/fabric.css +31 -1
- package/styles/maskedtextbox/fluent-dark.css +27 -1
- package/styles/maskedtextbox/fluent.css +27 -1
- package/styles/maskedtextbox/fluent2.css +1244 -0
- package/styles/maskedtextbox/fluent2.scss +1 -0
- package/styles/maskedtextbox/highcontrast-light.css +31 -1
- package/styles/maskedtextbox/highcontrast.css +31 -1
- package/styles/maskedtextbox/material-dark.css +45 -1
- package/styles/maskedtextbox/material.css +65 -1
- package/styles/maskedtextbox/material3-dark.css +175 -1
- package/styles/maskedtextbox/material3.css +287 -1
- package/styles/maskedtextbox/tailwind-dark.css +31 -1
- package/styles/maskedtextbox/tailwind.css +31 -1
- package/styles/material-dark.css +14901 -1
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +14988 -1
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +16319 -1
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +17663 -1
- package/styles/material3.scss +1 -0
- package/styles/numerictextbox/bootstrap-dark.css +53 -1
- package/styles/numerictextbox/bootstrap.css +53 -1
- package/styles/numerictextbox/bootstrap4.css +48 -1
- package/styles/numerictextbox/bootstrap5-dark.css +48 -1
- package/styles/numerictextbox/bootstrap5.css +48 -1
- package/styles/numerictextbox/fabric-dark.css +48 -1
- package/styles/numerictextbox/fabric.css +48 -1
- package/styles/numerictextbox/fluent-dark.css +59 -1
- package/styles/numerictextbox/fluent.css +59 -1
- package/styles/numerictextbox/fluent2.css +1261 -0
- package/styles/numerictextbox/fluent2.scss +1 -0
- package/styles/numerictextbox/highcontrast-light.css +48 -1
- package/styles/numerictextbox/highcontrast.css +48 -1
- package/styles/numerictextbox/material-dark.css +62 -1
- package/styles/numerictextbox/material.css +82 -1
- package/styles/numerictextbox/material3-dark.css +192 -1
- package/styles/numerictextbox/material3.css +304 -1
- package/styles/numerictextbox/tailwind-dark.css +48 -1
- package/styles/numerictextbox/tailwind.css +48 -1
- package/styles/otp-input/bootstrap-dark.css +225 -0
- package/styles/otp-input/bootstrap-dark.scss +1 -0
- package/styles/otp-input/bootstrap.css +225 -0
- package/styles/otp-input/bootstrap.scss +1 -0
- package/styles/otp-input/bootstrap4.css +225 -0
- package/styles/otp-input/bootstrap4.scss +1 -0
- package/styles/otp-input/bootstrap5-dark.css +225 -0
- package/styles/otp-input/bootstrap5-dark.scss +1 -0
- package/styles/otp-input/bootstrap5.css +225 -0
- package/styles/otp-input/bootstrap5.scss +1 -0
- package/styles/otp-input/fabric-dark.css +225 -0
- package/styles/otp-input/fabric-dark.scss +1 -0
- package/styles/otp-input/fabric.css +225 -0
- package/styles/otp-input/fabric.scss +1 -0
- package/styles/otp-input/fluent-dark.css +225 -0
- package/styles/otp-input/fluent-dark.scss +1 -0
- package/styles/otp-input/fluent.css +225 -0
- package/styles/otp-input/fluent.scss +1 -0
- package/styles/otp-input/fluent2.css +1259 -0
- package/styles/otp-input/fluent2.scss +1 -0
- package/styles/otp-input/highcontrast-light.css +225 -0
- package/styles/otp-input/highcontrast-light.scss +1 -0
- package/styles/otp-input/highcontrast.css +225 -0
- package/styles/otp-input/highcontrast.scss +1 -0
- package/styles/otp-input/material-dark.css +225 -0
- package/styles/otp-input/material-dark.scss +1 -0
- package/styles/otp-input/material.css +225 -0
- package/styles/otp-input/material.scss +1 -0
- package/styles/otp-input/material3-dark.css +335 -0
- package/styles/otp-input/material3-dark.scss +2 -0
- package/styles/otp-input/material3.css +447 -0
- package/styles/otp-input/material3.scss +2 -0
- package/styles/otp-input/tailwind-dark.css +225 -0
- package/styles/otp-input/tailwind-dark.scss +1 -0
- package/styles/otp-input/tailwind.css +225 -0
- package/styles/otp-input/tailwind.scss +1 -0
- package/styles/rating/bootstrap-dark.css +315 -1
- package/styles/rating/bootstrap.css +315 -1
- package/styles/rating/bootstrap4.css +315 -1
- package/styles/rating/bootstrap5-dark.css +316 -1
- package/styles/rating/bootstrap5.css +316 -1
- package/styles/rating/fabric-dark.css +315 -1
- package/styles/rating/fabric.css +315 -1
- package/styles/rating/fluent-dark.css +315 -1
- package/styles/rating/fluent.css +315 -1
- package/styles/rating/fluent2.css +1349 -0
- package/styles/rating/fluent2.scss +1 -0
- package/styles/rating/highcontrast-light.css +315 -1
- package/styles/rating/highcontrast.css +315 -1
- package/styles/rating/material-dark.css +315 -1
- package/styles/rating/material.css +315 -1
- package/styles/rating/material3-dark.css +434 -1
- package/styles/rating/material3.css +546 -1
- package/styles/rating/tailwind-dark.css +319 -1
- package/styles/rating/tailwind.css +319 -1
- package/styles/signature/bootstrap-dark.css +9 -1
- package/styles/signature/bootstrap.css +9 -1
- package/styles/signature/bootstrap4.css +9 -1
- package/styles/signature/bootstrap5-dark.css +9 -1
- package/styles/signature/bootstrap5.css +9 -1
- package/styles/signature/fabric-dark.css +9 -1
- package/styles/signature/fabric.css +9 -1
- package/styles/signature/fluent-dark.css +9 -1
- package/styles/signature/fluent.css +9 -1
- package/styles/signature/fluent2.css +1043 -0
- package/styles/signature/fluent2.scss +1 -0
- package/styles/signature/highcontrast-light.css +9 -1
- package/styles/signature/highcontrast.css +9 -1
- package/styles/signature/material-dark.css +9 -1
- package/styles/signature/material.css +9 -1
- package/styles/signature/material3-dark.css +119 -1
- package/styles/signature/material3.css +231 -1
- package/styles/signature/tailwind-dark.css +9 -1
- package/styles/signature/tailwind.css +9 -1
- package/styles/slider/bootstrap-dark.css +484 -1
- package/styles/slider/bootstrap.css +484 -1
- package/styles/slider/bootstrap4.css +563 -1
- package/styles/slider/bootstrap5-dark.css +643 -1
- package/styles/slider/bootstrap5.css +643 -1
- package/styles/slider/fabric-dark.css +504 -1
- package/styles/slider/fabric.css +504 -1
- package/styles/slider/fluent-dark.css +547 -1
- package/styles/slider/fluent.css +547 -1
- package/styles/slider/fluent2.css +1642 -0
- package/styles/slider/fluent2.scss +1 -0
- package/styles/slider/highcontrast-light.css +550 -1
- package/styles/slider/highcontrast.css +550 -1
- package/styles/slider/material-dark.css +662 -1
- package/styles/slider/material.css +662 -1
- package/styles/slider/material3-dark.css +873 -1
- package/styles/slider/material3.css +985 -1
- package/styles/slider/tailwind-dark.css +617 -1
- package/styles/slider/tailwind.css +617 -1
- package/styles/tailwind-dark.css +7544 -1
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +7544 -1
- package/styles/tailwind.scss +1 -0
- package/styles/textarea/bootstrap-dark.css +34 -1
- package/styles/textarea/bootstrap.css +34 -1
- package/styles/textarea/bootstrap4.css +34 -1
- package/styles/textarea/bootstrap5-dark.css +34 -1
- package/styles/textarea/bootstrap5.css +34 -1
- package/styles/textarea/fabric-dark.css +34 -1
- package/styles/textarea/fabric.css +34 -1
- package/styles/textarea/fluent-dark.css +34 -1
- package/styles/textarea/fluent.css +34 -1
- package/styles/textarea/fluent2.css +1247 -0
- package/styles/textarea/fluent2.scss +1 -0
- package/styles/textarea/highcontrast-light.css +34 -1
- package/styles/textarea/highcontrast.css +34 -1
- package/styles/textarea/material-dark.css +48 -1
- package/styles/textarea/material.css +68 -1
- package/styles/textarea/material3-dark.css +178 -1
- package/styles/textarea/material3.css +290 -1
- package/styles/textarea/tailwind-dark.css +34 -1
- package/styles/textarea/tailwind.css +34 -1
- package/styles/textbox/bootstrap-dark.css +28 -1
- package/styles/textbox/bootstrap.css +28 -1
- package/styles/textbox/bootstrap4.css +28 -1
- package/styles/textbox/bootstrap5-dark.css +28 -1
- package/styles/textbox/bootstrap5.css +28 -1
- package/styles/textbox/fabric-dark.css +28 -1
- package/styles/textbox/fabric.css +28 -1
- package/styles/textbox/fluent-dark.css +28 -1
- package/styles/textbox/fluent.css +28 -1
- package/styles/textbox/fluent2.css +1241 -0
- package/styles/textbox/fluent2.scss +1 -0
- package/styles/textbox/highcontrast-light.css +28 -1
- package/styles/textbox/highcontrast.css +28 -1
- package/styles/textbox/material-dark.css +42 -1
- package/styles/textbox/material.css +62 -1
- package/styles/textbox/material3-dark.css +172 -1
- package/styles/textbox/material3.css +284 -1
- package/styles/textbox/tailwind-dark.css +28 -1
- package/styles/textbox/tailwind.css +28 -1
- package/styles/uploader/bootstrap-dark.css +835 -1
- package/styles/uploader/bootstrap.css +835 -1
- package/styles/uploader/bootstrap4.css +835 -1
- package/styles/uploader/bootstrap5-dark.css +841 -1
- package/styles/uploader/bootstrap5.css +841 -1
- package/styles/uploader/fabric-dark.css +835 -1
- package/styles/uploader/fabric.css +835 -1
- package/styles/uploader/fluent-dark.css +887 -1
- package/styles/uploader/fluent.css +887 -1
- package/styles/uploader/fluent2.css +1880 -0
- package/styles/uploader/fluent2.scss +1 -0
- package/styles/uploader/highcontrast-light.css +835 -1
- package/styles/uploader/highcontrast.css +835 -1
- package/styles/uploader/material-dark.css +835 -1
- package/styles/uploader/material.css +839 -1
- package/styles/uploader/material3-dark.css +951 -1
- package/styles/uploader/material3.css +1063 -1
- package/styles/uploader/tailwind-dark.css +870 -1
- package/styles/uploader/tailwind.css +870 -1
- package/license +0 -10
- package/postinstall/tagchange.js +0 -18
package/styles/material3.scss
CHANGED
|
@@ -1 +1,53 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
.e-input-group-icon.e-spin-up::before {
|
|
3
|
+
content: "\e834";
|
|
4
|
+
font-family: "e-icons";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group-icon.e-spin-down::before {
|
|
8
|
+
content: "\e83d";
|
|
9
|
+
font-family: "e-icons";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-numeric-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
17
|
+
background-size: 300px 33px;
|
|
18
|
+
min-height: 33px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
22
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
23
|
+
background-size: 300px 40px;
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
28
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
29
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
30
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
31
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
32
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
33
|
+
border: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
padding: 0;
|
|
37
|
+
text-indent: 0;
|
|
38
|
+
visibility: hidden;
|
|
39
|
+
width: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-numeric.e-control-wrapper.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-focus) {
|
|
43
|
+
border-color: #767676;
|
|
44
|
+
-webkit-box-shadow: none;
|
|
45
|
+
box-shadow: none;
|
|
46
|
+
}
|
|
47
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
52
|
+
font-size: 14px;
|
|
53
|
+
}
|
|
@@ -1 +1,53 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
.e-input-group-icon.e-spin-up::before {
|
|
3
|
+
content: "\e834";
|
|
4
|
+
font-family: "e-icons";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group-icon.e-spin-down::before {
|
|
8
|
+
content: "\e83d";
|
|
9
|
+
font-family: "e-icons";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-numeric-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
17
|
+
background-size: 300px 33px;
|
|
18
|
+
min-height: 33px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
22
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
23
|
+
background-size: 300px 40px;
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
28
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
29
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
30
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
31
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
32
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
33
|
+
border: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
padding: 0;
|
|
37
|
+
text-indent: 0;
|
|
38
|
+
visibility: hidden;
|
|
39
|
+
width: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-numeric.e-control-wrapper.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-focus) {
|
|
43
|
+
border-color: #ccc;
|
|
44
|
+
-webkit-box-shadow: none;
|
|
45
|
+
box-shadow: none;
|
|
46
|
+
}
|
|
47
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
48
|
+
font-size: 12px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
52
|
+
font-size: 14px;
|
|
53
|
+
}
|
|
@@ -1 +1,48 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
.e-input-group-icon.e-spin-up::before {
|
|
3
|
+
content: "\e721";
|
|
4
|
+
font-family: "e-icons";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group-icon.e-spin-down::before {
|
|
8
|
+
content: "\e744";
|
|
9
|
+
font-family: "e-icons";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-numeric-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
17
|
+
background-size: 300px 33px;
|
|
18
|
+
min-height: 33px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
22
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
23
|
+
background-size: 300px 40px;
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
28
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
29
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
30
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
31
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
32
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
33
|
+
border: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
padding: 0;
|
|
37
|
+
text-indent: 0;
|
|
38
|
+
visibility: hidden;
|
|
39
|
+
width: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
43
|
+
font-size: 8px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
47
|
+
font-size: 10px;
|
|
48
|
+
}
|
|
@@ -1 +1,48 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
.e-input-group-icon.e-spin-up::before {
|
|
3
|
+
content: "\e776";
|
|
4
|
+
font-family: "e-icons";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group-icon.e-spin-down::before {
|
|
8
|
+
content: "\e729";
|
|
9
|
+
font-family: "e-icons";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-numeric-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
17
|
+
background-size: 300px 33px;
|
|
18
|
+
min-height: 33px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
22
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
23
|
+
background-size: 300px 40px;
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
28
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
29
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
30
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
31
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
32
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
33
|
+
border: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
padding: 0;
|
|
37
|
+
text-indent: 0;
|
|
38
|
+
visibility: hidden;
|
|
39
|
+
width: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
43
|
+
font-size: 14px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
}
|
|
@@ -1 +1,48 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
.e-input-group-icon.e-spin-up::before {
|
|
3
|
+
content: "\e776";
|
|
4
|
+
font-family: "e-icons";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group-icon.e-spin-down::before {
|
|
8
|
+
content: "\e729";
|
|
9
|
+
font-family: "e-icons";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-numeric-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
17
|
+
background-size: 300px 33px;
|
|
18
|
+
min-height: 33px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
22
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
23
|
+
background-size: 300px 40px;
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
28
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
29
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
30
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
31
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
32
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
33
|
+
border: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
padding: 0;
|
|
37
|
+
text-indent: 0;
|
|
38
|
+
visibility: hidden;
|
|
39
|
+
width: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
43
|
+
font-size: 14px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
}
|
|
@@ -1 +1,48 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
.e-input-group-icon.e-spin-up::before {
|
|
3
|
+
content: "\e85e";
|
|
4
|
+
font-family: "e-icons";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group-icon.e-spin-down::before {
|
|
8
|
+
content: "\e84f";
|
|
9
|
+
font-family: "e-icons";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-numeric-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
17
|
+
background-size: 300px 33px;
|
|
18
|
+
min-height: 33px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
22
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
23
|
+
background-size: 300px 40px;
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
28
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
29
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
30
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
31
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
32
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
33
|
+
border: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
padding: 0;
|
|
37
|
+
text-indent: 0;
|
|
38
|
+
visibility: hidden;
|
|
39
|
+
width: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
43
|
+
font-size: 12px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
47
|
+
font-size: 12px;
|
|
48
|
+
}
|
|
@@ -1 +1,48 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
.e-input-group-icon.e-spin-up::before {
|
|
3
|
+
content: "\e85e";
|
|
4
|
+
font-family: "e-icons";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group-icon.e-spin-down::before {
|
|
8
|
+
content: "\e84f";
|
|
9
|
+
font-family: "e-icons";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-numeric-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
17
|
+
background-size: 300px 33px;
|
|
18
|
+
min-height: 33px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
22
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
23
|
+
background-size: 300px 40px;
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
28
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
29
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
30
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
31
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
32
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
33
|
+
border: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
padding: 0;
|
|
37
|
+
text-indent: 0;
|
|
38
|
+
visibility: hidden;
|
|
39
|
+
width: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
43
|
+
font-size: 12px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
47
|
+
font-size: 12px;
|
|
48
|
+
}
|
|
@@ -1 +1,59 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
.e-input-group-icon.e-spin-up::before {
|
|
3
|
+
content: "\e776";
|
|
4
|
+
font-family: "e-icons";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group-icon.e-spin-down::before {
|
|
8
|
+
content: "\e729";
|
|
9
|
+
font-family: "e-icons";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-numeric-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
17
|
+
background-size: 300px 33px;
|
|
18
|
+
min-height: 33px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
22
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
23
|
+
background-size: 300px 40px;
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
28
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
29
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
30
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
31
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
32
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
33
|
+
border: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
padding: 0;
|
|
37
|
+
text-indent: 0;
|
|
38
|
+
visibility: hidden;
|
|
39
|
+
width: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
43
|
+
font-size: 16px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
47
|
+
font-size: 20px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.e-small .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
51
|
+
font-size: 14px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-small.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
|
|
55
|
+
.e-small.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
|
|
56
|
+
.e-small .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
|
|
57
|
+
.e-bigger .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
58
|
+
font-size: 18px;
|
|
59
|
+
}
|
|
@@ -1 +1,59 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
.e-input-group-icon.e-spin-up::before {
|
|
3
|
+
content: "\e776";
|
|
4
|
+
font-family: "e-icons";
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.e-input-group-icon.e-spin-down::before {
|
|
8
|
+
content: "\e729";
|
|
9
|
+
font-family: "e-icons";
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.e-numeric-container {
|
|
13
|
+
width: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
17
|
+
background-size: 300px 33px;
|
|
18
|
+
min-height: 33px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
22
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
23
|
+
background-size: 300px 40px;
|
|
24
|
+
min-height: 40px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
28
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
29
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
30
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
31
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
32
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
33
|
+
border: 0;
|
|
34
|
+
height: 0;
|
|
35
|
+
margin: 0;
|
|
36
|
+
padding: 0;
|
|
37
|
+
text-indent: 0;
|
|
38
|
+
visibility: hidden;
|
|
39
|
+
width: 0;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
43
|
+
font-size: 16px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
47
|
+
font-size: 20px;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.e-small .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
51
|
+
font-size: 14px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.e-small.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
|
|
55
|
+
.e-small.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
|
|
56
|
+
.e-small .e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon,
|
|
57
|
+
.e-bigger .e-small.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon {
|
|
58
|
+
font-size: 18px;
|
|
59
|
+
}
|