@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/numerictextbox/fluent2.scss';
|
|
@@ -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: 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: 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: 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: 12px;
|
|
48
|
+
}
|
|
@@ -1 +1,62 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
@-webkit-keyframes e-input-ripple {
|
|
3
|
+
100% {
|
|
4
|
+
opacity: 0;
|
|
5
|
+
-webkit-transform: scale(4);
|
|
6
|
+
transform: scale(4);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
@keyframes e-input-ripple {
|
|
10
|
+
100% {
|
|
11
|
+
opacity: 0;
|
|
12
|
+
-webkit-transform: scale(4);
|
|
13
|
+
transform: scale(4);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.e-input-group-icon.e-spin-up::before {
|
|
17
|
+
content: "\e834";
|
|
18
|
+
font-family: "e-icons";
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.e-input-group-icon.e-spin-down::before {
|
|
22
|
+
content: "\e83d";
|
|
23
|
+
font-family: "e-icons";
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-numeric-container {
|
|
27
|
+
width: 100%;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
31
|
+
background-size: 300px 33px;
|
|
32
|
+
min-height: 33px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
36
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
37
|
+
background-size: 300px 40px;
|
|
38
|
+
min-height: 40px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
42
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
43
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
44
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
45
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
46
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
47
|
+
border: 0;
|
|
48
|
+
height: 0;
|
|
49
|
+
margin: 0;
|
|
50
|
+
padding: 0;
|
|
51
|
+
text-indent: 0;
|
|
52
|
+
visibility: hidden;
|
|
53
|
+
width: 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
57
|
+
font-size: 12px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.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 {
|
|
61
|
+
font-size: 12px;
|
|
62
|
+
}
|
|
@@ -1 +1,82 @@
|
|
|
1
|
-
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
|
+
@-webkit-keyframes e-input-ripple {
|
|
3
|
+
100% {
|
|
4
|
+
opacity: 0;
|
|
5
|
+
-webkit-transform: scale(4);
|
|
6
|
+
transform: scale(4);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
@keyframes e-input-ripple {
|
|
10
|
+
100% {
|
|
11
|
+
opacity: 0;
|
|
12
|
+
-webkit-transform: scale(4);
|
|
13
|
+
transform: scale(4);
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
@-webkit-keyframes slideTopUp {
|
|
17
|
+
from {
|
|
18
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
19
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
20
|
+
}
|
|
21
|
+
to {
|
|
22
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
23
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
@keyframes slideTopUp {
|
|
27
|
+
from {
|
|
28
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
29
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
30
|
+
}
|
|
31
|
+
to {
|
|
32
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
33
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
.e-input-group-icon.e-spin-up::before {
|
|
37
|
+
content: "\e834";
|
|
38
|
+
font-family: "e-icons";
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-input-group-icon.e-spin-down::before {
|
|
42
|
+
content: "\e83d";
|
|
43
|
+
font-family: "e-icons";
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.e-numeric-container {
|
|
47
|
+
width: 100%;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
51
|
+
background-size: 300px 33px;
|
|
52
|
+
min-height: 33px;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
56
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
57
|
+
background-size: 300px 40px;
|
|
58
|
+
min-height: 40px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
62
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
63
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
64
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
65
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
66
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
67
|
+
border: 0;
|
|
68
|
+
height: 0;
|
|
69
|
+
margin: 0;
|
|
70
|
+
padding: 0;
|
|
71
|
+
text-indent: 0;
|
|
72
|
+
visibility: hidden;
|
|
73
|
+
width: 0;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
77
|
+
font-size: 12px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.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 {
|
|
81
|
+
font-size: 12px;
|
|
82
|
+
}
|
|
@@ -1 +1,192 @@
|
|
|
1
|
-
|
|
1
|
+
:root {
|
|
2
|
+
--color-sf-black: 0, 0, 0;
|
|
3
|
+
--color-sf-white: 255, 255, 255;
|
|
4
|
+
--color-sf-primary: 208, 188, 255;
|
|
5
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
6
|
+
--color-sf-secondary: 204, 194, 220;
|
|
7
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
8
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
9
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
10
|
+
--color-sf-surface: 28, 27, 31;
|
|
11
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
12
|
+
--color-sf-background: var(--color-sf-surface);
|
|
13
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
14
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
15
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
16
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
17
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
18
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
19
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
20
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
21
|
+
--color-sf-on-background: 230, 225, 229;
|
|
22
|
+
--color-sf-outline: 147, 143, 153;
|
|
23
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
24
|
+
--color-sf-shadow: 0, 0, 0;
|
|
25
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
26
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
27
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
28
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
29
|
+
--color-sf-scrim: 0, 0, 0;
|
|
30
|
+
--color-sf-error: 242, 184, 181;
|
|
31
|
+
--color-sf-error-container: 140, 29, 24;
|
|
32
|
+
--color-sf-on-error: 96, 20, 16;
|
|
33
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
34
|
+
--color-sf-success: 83, 202, 23;
|
|
35
|
+
--color-sf-success-container: 22, 62, 2;
|
|
36
|
+
--color-sf-on-success: 13, 39, 0;
|
|
37
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
38
|
+
--color-sf-info: 71, 172, 251;
|
|
39
|
+
--color-sf-info-container: 0, 67, 120;
|
|
40
|
+
--color-sf-on-info: 0, 51, 91;
|
|
41
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
42
|
+
--color-sf-warning: 245, 180, 130;
|
|
43
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
44
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
45
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
46
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
47
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
48
|
+
--color-sf-success-text: 0, 0, 0;
|
|
49
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
50
|
+
--color-sf-info-text: 0, 0, 0;
|
|
51
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
52
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
53
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:root {
|
|
57
|
+
--color-sf-black: 0, 0, 0;
|
|
58
|
+
--color-sf-white: 255, 255, 255;
|
|
59
|
+
--color-sf-primary: 208, 188, 255;
|
|
60
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
61
|
+
--color-sf-secondary: 204, 194, 220;
|
|
62
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
63
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
64
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
65
|
+
--color-sf-surface: 28, 27, 31;
|
|
66
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
67
|
+
--color-sf-background: var(--color-sf-surface);
|
|
68
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
69
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
70
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
71
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
72
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
73
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
74
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
75
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
76
|
+
--color-sf-on-background: 230, 225, 229;
|
|
77
|
+
--color-sf-outline: 147, 143, 153;
|
|
78
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
79
|
+
--color-sf-shadow: 0, 0, 0;
|
|
80
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
81
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
82
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
83
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
84
|
+
--color-sf-scrim: 0, 0, 0;
|
|
85
|
+
--color-sf-error: 242, 184, 181;
|
|
86
|
+
--color-sf-error-container: 140, 29, 24;
|
|
87
|
+
--color-sf-on-error: 96, 20, 16;
|
|
88
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
89
|
+
--color-sf-success: 83, 202, 23;
|
|
90
|
+
--color-sf-success-container: 22, 62, 2;
|
|
91
|
+
--color-sf-on-success: 13, 39, 0;
|
|
92
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
93
|
+
--color-sf-info: 71, 172, 251;
|
|
94
|
+
--color-sf-info-container: 0, 67, 120;
|
|
95
|
+
--color-sf-on-info: 0, 51, 91;
|
|
96
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
97
|
+
--color-sf-warning: 245, 180, 130;
|
|
98
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
99
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
100
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
101
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
102
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
103
|
+
--color-sf-success-text: 0, 0, 0;
|
|
104
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
105
|
+
--color-sf-info-text: 0, 0, 0;
|
|
106
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
107
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
108
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
112
|
+
@-webkit-keyframes e-input-ripple {
|
|
113
|
+
100% {
|
|
114
|
+
opacity: 0;
|
|
115
|
+
-webkit-transform: scale(4);
|
|
116
|
+
transform: scale(4);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
@keyframes e-input-ripple {
|
|
120
|
+
100% {
|
|
121
|
+
opacity: 0;
|
|
122
|
+
-webkit-transform: scale(4);
|
|
123
|
+
transform: scale(4);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
@-webkit-keyframes slideTopUp {
|
|
127
|
+
from {
|
|
128
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
129
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
130
|
+
}
|
|
131
|
+
to {
|
|
132
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
133
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
@keyframes slideTopUp {
|
|
137
|
+
from {
|
|
138
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
139
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
140
|
+
}
|
|
141
|
+
to {
|
|
142
|
+
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
143
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
.e-input-group-icon.e-spin-up::before {
|
|
147
|
+
content: "\e87a";
|
|
148
|
+
font-family: "e-icons";
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.e-input-group-icon.e-spin-down::before {
|
|
152
|
+
content: "\e70d";
|
|
153
|
+
font-family: "e-icons";
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.e-numeric-container {
|
|
157
|
+
width: 100%;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
161
|
+
background-size: 300px 33px;
|
|
162
|
+
min-height: 33px;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric,
|
|
166
|
+
.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric {
|
|
167
|
+
background-size: 300px 40px;
|
|
168
|
+
min-height: 40px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
172
|
+
.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
173
|
+
.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden,
|
|
174
|
+
.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
175
|
+
.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden,
|
|
176
|
+
.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden {
|
|
177
|
+
border: 0;
|
|
178
|
+
height: 0;
|
|
179
|
+
margin: 0;
|
|
180
|
+
padding: 0;
|
|
181
|
+
text-indent: 0;
|
|
182
|
+
visibility: hidden;
|
|
183
|
+
width: 0;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
187
|
+
font-size: 16px;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.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 {
|
|
191
|
+
font-size: 18px;
|
|
192
|
+
}
|