@syncfusion/ej2-angular-inputs 22.1.39-ngcc → 22.1.39
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/color-picker/colorpicker-all.module.mjs +23 -0
- package/esm2020/src/color-picker/colorpicker.component.mjs +83 -0
- package/esm2020/src/color-picker/colorpicker.module.mjs +25 -0
- package/esm2020/src/form-validator/form-validator.mjs +193 -0
- package/esm2020/src/index.mjs +28 -0
- package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +23 -0
- package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +84 -0
- package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +25 -0
- package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +23 -0
- package/esm2020/src/numerictextbox/numerictextbox.component.mjs +84 -0
- package/esm2020/src/numerictextbox/numerictextbox.module.mjs +25 -0
- package/esm2020/src/rating/rating-all.module.mjs +23 -0
- package/esm2020/src/rating/rating.component.mjs +108 -0
- package/esm2020/src/rating/rating.module.mjs +25 -0
- package/esm2020/src/signature/signature-all.module.mjs +23 -0
- package/esm2020/src/signature/signature.component.mjs +83 -0
- package/esm2020/src/signature/signature.module.mjs +25 -0
- package/esm2020/src/slider/slider-all.module.mjs +23 -0
- package/esm2020/src/slider/slider.component.mjs +83 -0
- package/esm2020/src/slider/slider.module.mjs +25 -0
- package/esm2020/src/textbox/textbox-all.module.mjs +23 -0
- package/esm2020/src/textbox/textbox.component.mjs +84 -0
- package/esm2020/src/textbox/textbox.module.mjs +25 -0
- package/esm2020/src/uploader/files.directive.mjs +58 -0
- package/esm2020/src/uploader/uploader-all.module.mjs +23 -0
- package/esm2020/src/uploader/uploader.component.mjs +95 -0
- package/esm2020/src/uploader/uploader.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-inputs.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +1237 -0
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +1237 -0
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/color-picker/colorpicker-all.module.d.ts +6 -0
- package/src/color-picker/colorpicker.component.d.ts +3 -0
- package/src/color-picker/colorpicker.module.d.ts +6 -0
- package/src/maskedtextbox/maskedtextbox-all.module.d.ts +6 -0
- package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -0
- package/src/maskedtextbox/maskedtextbox.module.d.ts +6 -0
- package/src/numerictextbox/numerictextbox-all.module.d.ts +6 -0
- package/src/numerictextbox/numerictextbox.component.d.ts +3 -0
- package/src/numerictextbox/numerictextbox.module.d.ts +6 -0
- package/src/rating/rating-all.module.d.ts +6 -0
- package/src/rating/rating.component.d.ts +3 -0
- package/src/rating/rating.module.d.ts +6 -0
- package/src/signature/signature-all.module.d.ts +6 -0
- package/src/signature/signature.component.d.ts +3 -0
- package/src/signature/signature.module.d.ts +6 -0
- package/src/slider/slider-all.module.d.ts +6 -0
- package/src/slider/slider.component.d.ts +3 -0
- package/src/slider/slider.module.d.ts +6 -0
- package/src/textbox/textbox-all.module.d.ts +6 -0
- package/src/textbox/textbox.component.d.ts +3 -0
- package/src/textbox/textbox.module.d.ts +6 -0
- package/src/uploader/files.directive.d.ts +5 -0
- package/src/uploader/uploader-all.module.d.ts +6 -0
- package/src/uploader/uploader.component.d.ts +3 -0
- package/src/uploader/uploader.module.d.ts +7 -0
- package/styles/bootstrap-dark.css +0 -1
- package/styles/bootstrap.css +0 -1
- package/styles/bootstrap4.css +0 -1
- package/styles/bootstrap5-dark.css +0 -1
- package/styles/bootstrap5.css +0 -1
- package/styles/color-picker/_all.scss +2 -0
- package/styles/color-picker/_bootstrap-dark-definition.scss +131 -0
- package/styles/color-picker/_bootstrap-definition.scss +128 -0
- package/styles/color-picker/_bootstrap4-definition.scss +127 -0
- package/styles/color-picker/_bootstrap5-dark-definition.scss +1 -0
- package/styles/color-picker/_bootstrap5-definition.scss +133 -0
- package/styles/color-picker/_fabric-dark-definition.scss +131 -0
- package/styles/color-picker/_fabric-definition.scss +127 -0
- package/styles/color-picker/_fluent-dark-definition.scss +1 -0
- package/styles/color-picker/_fluent-definition.scss +133 -0
- package/styles/color-picker/_fusionnew-definition.scss +133 -0
- package/styles/color-picker/_highcontrast-definition.scss +127 -0
- package/styles/color-picker/_highcontrast-light-definition.scss +130 -0
- package/styles/color-picker/_layout.scss +1304 -0
- package/styles/color-picker/_material-dark-definition.scss +135 -0
- package/styles/color-picker/_material-definition.scss +130 -0
- package/styles/color-picker/_material3-dark-definition.scss +1 -0
- package/styles/color-picker/_material3-definition.scss +141 -0
- package/styles/color-picker/_tailwind-dark-definition.scss +1 -0
- package/styles/color-picker/_tailwind-definition.scss +132 -0
- package/styles/color-picker/_theme.scss +191 -0
- package/styles/color-picker/bootstrap-dark.scss +11 -1
- package/styles/color-picker/bootstrap.scss +11 -1
- package/styles/color-picker/bootstrap4.scss +11 -1
- package/styles/color-picker/bootstrap5-dark.scss +11 -1
- package/styles/color-picker/bootstrap5.scss +11 -1
- package/styles/color-picker/fabric-dark.scss +11 -1
- package/styles/color-picker/fabric.scss +11 -1
- package/styles/color-picker/fluent-dark.scss +11 -1
- package/styles/color-picker/fluent.scss +11 -1
- package/styles/color-picker/highcontrast-light.scss +11 -1
- package/styles/color-picker/highcontrast.scss +11 -1
- package/styles/color-picker/icons/_bootstrap-dark.scss +9 -0
- package/styles/color-picker/icons/_bootstrap.scss +9 -0
- package/styles/color-picker/icons/_bootstrap4.scss +9 -0
- package/styles/color-picker/icons/_bootstrap5-dark.scss +1 -0
- package/styles/color-picker/icons/_bootstrap5.scss +9 -0
- package/styles/color-picker/icons/_fabric-dark.scss +9 -0
- package/styles/color-picker/icons/_fabric.scss +9 -0
- package/styles/color-picker/icons/_fluent-dark.scss +1 -0
- package/styles/color-picker/icons/_fluent.scss +9 -0
- package/styles/color-picker/icons/_fusionnew.scss +9 -0
- package/styles/color-picker/icons/_highcontrast-light.scss +9 -0
- package/styles/color-picker/icons/_highcontrast.scss +9 -0
- package/styles/color-picker/icons/_material-dark.scss +9 -0
- package/styles/color-picker/icons/_material.scss +9 -0
- package/styles/color-picker/icons/_material3-dark.scss +1 -0
- package/styles/color-picker/icons/_material3.scss +9 -0
- package/styles/color-picker/icons/_tailwind-dark.scss +9 -0
- package/styles/color-picker/icons/_tailwind.scss +9 -0
- package/styles/color-picker/material-dark.scss +11 -1
- package/styles/color-picker/material.scss +11 -1
- package/styles/color-picker/material3-dark.scss +11 -1
- package/styles/color-picker/material3.scss +11 -1
- package/styles/color-picker/tailwind-dark.scss +11 -1
- package/styles/color-picker/tailwind.scss +11 -1
- package/styles/fabric-dark.css +0 -1
- package/styles/fabric.css +0 -1
- package/styles/fluent-dark.css +0 -1
- package/styles/fluent.css +0 -1
- package/styles/highcontrast-light.css +0 -1
- package/styles/highcontrast.css +0 -1
- package/styles/input/_all.scss +3 -0
- package/styles/input/_bootstrap-dark-definition.scss +329 -0
- package/styles/input/_bootstrap-definition.scss +320 -0
- package/styles/input/_bootstrap4-definition.scss +325 -0
- package/styles/input/_bootstrap5-dark-definition.scss +1 -0
- package/styles/input/_bootstrap5-definition.scss +336 -0
- package/styles/input/_definition.scss +232 -0
- package/styles/input/_fabric-dark-definition.scss +319 -0
- package/styles/input/_fabric-definition.scss +311 -0
- package/styles/input/_fluent-dark-definition.scss +1 -0
- package/styles/input/_fluent-definition.scss +338 -0
- package/styles/input/_fusionnew-definition.scss +336 -0
- package/styles/input/_highcontrast-definition.scss +312 -0
- package/styles/input/_highcontrast-light-definition.scss +320 -0
- package/styles/input/_layout.scss +11252 -0
- package/styles/input/_material-dark-definition.scss +573 -0
- package/styles/input/_material-definition.scss +573 -0
- package/styles/input/_material3-dark-definition.scss +1 -0
- package/styles/input/_material3-definition.scss +548 -0
- package/styles/input/_responsive.scss +1 -0
- package/styles/input/_tailwind-dark-definition.scss +1 -0
- package/styles/input/_tailwind-definition.scss +335 -0
- package/styles/input/_theme.scss +4284 -0
- package/styles/input/bootstrap-dark.css +0 -1
- package/styles/input/bootstrap-dark.scss +4 -1
- package/styles/input/bootstrap.css +0 -1
- package/styles/input/bootstrap.scss +4 -1
- package/styles/input/bootstrap4.css +0 -1
- package/styles/input/bootstrap4.scss +4 -1
- package/styles/input/bootstrap5-dark.css +0 -1
- package/styles/input/bootstrap5-dark.scss +4 -1
- package/styles/input/bootstrap5.css +0 -1
- package/styles/input/bootstrap5.scss +4 -1
- package/styles/input/fabric-dark.css +0 -1
- package/styles/input/fabric-dark.scss +4 -1
- package/styles/input/fabric.css +0 -1
- package/styles/input/fabric.scss +4 -1
- package/styles/input/fluent-dark.css +0 -1
- package/styles/input/fluent-dark.scss +4 -1
- package/styles/input/fluent.css +0 -1
- package/styles/input/fluent.scss +4 -1
- package/styles/input/highcontrast-light.css +0 -1
- package/styles/input/highcontrast-light.scss +4 -1
- package/styles/input/highcontrast.css +0 -1
- package/styles/input/highcontrast.scss +4 -1
- package/styles/input/icons/_bootstrap-dark.scss +17 -0
- package/styles/input/icons/_bootstrap.scss +17 -0
- package/styles/input/icons/_bootstrap4.scss +17 -0
- package/styles/input/icons/_bootstrap5-dark.scss +1 -0
- package/styles/input/icons/_bootstrap5.scss +17 -0
- package/styles/input/icons/_fabric-dark.scss +17 -0
- package/styles/input/icons/_fabric.scss +17 -0
- package/styles/input/icons/_fluent-dark.scss +1 -0
- package/styles/input/icons/_fluent.scss +17 -0
- package/styles/input/icons/_fusionnew.scss +17 -0
- package/styles/input/icons/_highcontrast-light.scss +17 -0
- package/styles/input/icons/_highcontrast.scss +17 -0
- package/styles/input/icons/_material-dark.scss +49 -0
- package/styles/input/icons/_material.scss +49 -0
- package/styles/input/icons/_material3-dark.scss +1 -0
- package/styles/input/icons/_material3.scss +17 -0
- package/styles/input/icons/_tailwind-dark.scss +1 -0
- package/styles/input/icons/_tailwind.scss +17 -0
- package/styles/input/material-dark.css +2 -29
- package/styles/input/material-dark.scss +4 -1
- package/styles/input/material.css +2 -29
- package/styles/input/material.scss +4 -1
- package/styles/input/material3-dark.css +2 -29
- package/styles/input/material3-dark.scss +4 -1
- package/styles/input/material3.css +2 -29
- package/styles/input/material3.scss +4 -1
- package/styles/input/tailwind-dark.css +0 -1
- package/styles/input/tailwind-dark.scss +4 -1
- package/styles/input/tailwind.css +0 -1
- package/styles/input/tailwind.scss +4 -1
- package/styles/maskedtextbox/_all.scss +2 -0
- package/styles/maskedtextbox/_bootstrap-dark-definition.scss +7 -0
- package/styles/maskedtextbox/_bootstrap-definition.scss +4 -0
- package/styles/maskedtextbox/_bootstrap4-definition.scss +4 -0
- package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_bootstrap5-definition.scss +7 -0
- package/styles/maskedtextbox/_fabric-dark-definition.scss +7 -0
- package/styles/maskedtextbox/_fabric-definition.scss +4 -0
- package/styles/maskedtextbox/_fluent-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_fluent-definition.scss +7 -0
- package/styles/maskedtextbox/_fusionnew-definition.scss +7 -0
- package/styles/maskedtextbox/_highcontrast-definition.scss +4 -0
- package/styles/maskedtextbox/_highcontrast-light-definition.scss +7 -0
- package/styles/maskedtextbox/_layout.scss +33 -0
- package/styles/maskedtextbox/_material-dark-definition.scss +7 -0
- package/styles/maskedtextbox/_material-definition.scss +4 -0
- package/styles/maskedtextbox/_material3-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_material3-definition.scss +4 -0
- package/styles/maskedtextbox/_tailwind-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_tailwind-definition.scss +7 -0
- package/styles/maskedtextbox/_theme.scss +15 -0
- package/styles/maskedtextbox/bootstrap-dark.scss +4 -1
- package/styles/maskedtextbox/bootstrap.scss +4 -1
- package/styles/maskedtextbox/bootstrap4.scss +4 -1
- package/styles/maskedtextbox/bootstrap5-dark.scss +4 -1
- package/styles/maskedtextbox/bootstrap5.scss +4 -1
- package/styles/maskedtextbox/fabric-dark.scss +4 -1
- package/styles/maskedtextbox/fabric.scss +4 -1
- package/styles/maskedtextbox/fluent-dark.scss +4 -1
- package/styles/maskedtextbox/fluent.scss +4 -1
- package/styles/maskedtextbox/highcontrast-light.scss +4 -1
- package/styles/maskedtextbox/highcontrast.scss +4 -1
- package/styles/maskedtextbox/material-dark.scss +4 -1
- package/styles/maskedtextbox/material.scss +4 -1
- package/styles/maskedtextbox/material3-dark.scss +4 -1
- package/styles/maskedtextbox/material3.scss +4 -1
- package/styles/maskedtextbox/tailwind-dark.scss +4 -1
- package/styles/maskedtextbox/tailwind.scss +4 -1
- package/styles/material-dark.css +2 -29
- package/styles/material.css +2 -29
- package/styles/material3-dark.css +2 -477
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +35 -950
- package/styles/material3.scss +1 -0
- package/styles/numerictextbox/_all.scss +2 -0
- package/styles/numerictextbox/_bootstrap-dark-definition.scss +6 -0
- package/styles/numerictextbox/_bootstrap-definition.scss +3 -0
- package/styles/numerictextbox/_bootstrap4-definition.scss +3 -0
- package/styles/numerictextbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/numerictextbox/_bootstrap5-definition.scss +3 -0
- package/styles/numerictextbox/_fabric-dark-definition.scss +6 -0
- package/styles/numerictextbox/_fabric-definition.scss +3 -0
- package/styles/numerictextbox/_fluent-dark-definition.scss +1 -0
- package/styles/numerictextbox/_fluent-definition.scss +5 -0
- package/styles/numerictextbox/_fusionnew-definition.scss +3 -0
- package/styles/numerictextbox/_highcontrast-definition.scss +3 -0
- package/styles/numerictextbox/_highcontrast-light-definition.scss +6 -0
- package/styles/numerictextbox/_layout.scss +30 -0
- package/styles/numerictextbox/_material-dark-definition.scss +6 -0
- package/styles/numerictextbox/_material-definition.scss +3 -0
- package/styles/numerictextbox/_material3-dark-definition.scss +1 -0
- package/styles/numerictextbox/_material3-definition.scss +4 -0
- package/styles/numerictextbox/_tailwind-dark-definition.scss +1 -0
- package/styles/numerictextbox/_tailwind-definition.scss +3 -0
- package/styles/numerictextbox/_theme.scss +39 -0
- package/styles/numerictextbox/bootstrap-dark.scss +5 -1
- package/styles/numerictextbox/bootstrap.scss +5 -1
- package/styles/numerictextbox/bootstrap4.scss +5 -1
- package/styles/numerictextbox/bootstrap5-dark.scss +5 -1
- package/styles/numerictextbox/bootstrap5.scss +5 -1
- package/styles/numerictextbox/fabric-dark.scss +5 -1
- package/styles/numerictextbox/fabric.scss +5 -1
- package/styles/numerictextbox/fluent-dark.scss +5 -1
- package/styles/numerictextbox/fluent.scss +5 -1
- package/styles/numerictextbox/highcontrast-light.scss +5 -1
- package/styles/numerictextbox/highcontrast.scss +5 -1
- package/styles/numerictextbox/icons/_bootstrap-dark.scss +11 -0
- package/styles/numerictextbox/icons/_bootstrap.scss +11 -0
- package/styles/numerictextbox/icons/_bootstrap4.scss +11 -0
- package/styles/numerictextbox/icons/_bootstrap5-dark.scss +1 -0
- package/styles/numerictextbox/icons/_bootstrap5.scss +11 -0
- package/styles/numerictextbox/icons/_fabric-dark.scss +11 -0
- package/styles/numerictextbox/icons/_fabric.scss +11 -0
- package/styles/numerictextbox/icons/_fluent-dark.scss +1 -0
- package/styles/numerictextbox/icons/_fluent.scss +11 -0
- package/styles/numerictextbox/icons/_fusionnew.scss +11 -0
- package/styles/numerictextbox/icons/_highcontrast-light.scss +11 -0
- package/styles/numerictextbox/icons/_highcontrast.scss +11 -0
- package/styles/numerictextbox/icons/_material-dark.scss +11 -0
- package/styles/numerictextbox/icons/_material.scss +11 -0
- package/styles/numerictextbox/icons/_material3-dark.scss +1 -0
- package/styles/numerictextbox/icons/_material3.scss +11 -0
- package/styles/numerictextbox/icons/_tailwind-dark.scss +1 -0
- package/styles/numerictextbox/icons/_tailwind.scss +11 -0
- package/styles/numerictextbox/material-dark.scss +5 -1
- package/styles/numerictextbox/material.scss +5 -1
- package/styles/numerictextbox/material3-dark.scss +5 -1
- package/styles/numerictextbox/material3.scss +5 -1
- package/styles/numerictextbox/tailwind-dark.scss +5 -1
- package/styles/numerictextbox/tailwind.scss +5 -1
- package/styles/rating/_all.scss +2 -0
- package/styles/rating/_bootstrap-dark-definition.scss +47 -0
- package/styles/rating/_bootstrap-definition.scss +47 -0
- package/styles/rating/_bootstrap4-definition.scss +47 -0
- package/styles/rating/_bootstrap5-dark-definition.scss +1 -0
- package/styles/rating/_bootstrap5-definition.scss +47 -0
- package/styles/rating/_fabric-dark-definition.scss +47 -0
- package/styles/rating/_fabric-definition.scss +47 -0
- package/styles/rating/_fluent-dark-definition.scss +1 -0
- package/styles/rating/_fluent-definition.scss +47 -0
- package/styles/rating/_fusionnew-definition.scss +47 -0
- package/styles/rating/_highcontrast-definition.scss +47 -0
- package/styles/rating/_highcontrast-light-definition.scss +47 -0
- package/styles/rating/_layout.scss +211 -0
- package/styles/rating/_material-dark-definition.scss +47 -0
- package/styles/rating/_material-definition.scss +47 -0
- package/styles/rating/_material3-dark-definition.scss +1 -0
- package/styles/rating/_material3-definition.scss +47 -0
- package/styles/rating/_tailwind-dark-definition.scss +1 -0
- package/styles/rating/_tailwind-definition.scss +47 -0
- package/styles/rating/_theme.scss +192 -0
- package/styles/rating/bootstrap-dark.scss +4 -1
- package/styles/rating/bootstrap.scss +4 -1
- package/styles/rating/bootstrap4.scss +4 -1
- package/styles/rating/bootstrap5-dark.scss +4 -1
- package/styles/rating/bootstrap5.scss +4 -1
- package/styles/rating/fabric-dark.scss +4 -1
- package/styles/rating/fabric.scss +4 -1
- package/styles/rating/fluent-dark.scss +4 -1
- package/styles/rating/fluent.scss +4 -1
- package/styles/rating/highcontrast-light.scss +4 -1
- package/styles/rating/highcontrast.scss +4 -1
- package/styles/rating/material-dark.scss +4 -1
- package/styles/rating/material.scss +4 -1
- package/styles/rating/material3-dark.scss +4 -1
- package/styles/rating/material3.scss +4 -1
- package/styles/rating/tailwind-dark.scss +4 -1
- package/styles/rating/tailwind.scss +4 -1
- package/styles/signature/_all.scss +2 -0
- package/styles/signature/_bootstrap-dark-definition.scss +3 -0
- package/styles/signature/_bootstrap-definition.scss +3 -0
- package/styles/signature/_bootstrap4-definition.scss +3 -0
- package/styles/signature/_bootstrap5-dark-definition.scss +1 -0
- package/styles/signature/_bootstrap5-definition.scss +3 -0
- package/styles/signature/_fabric-dark-definition.scss +3 -0
- package/styles/signature/_fabric-definition.scss +3 -0
- package/styles/signature/_fluent-dark-definition.scss +1 -0
- package/styles/signature/_fluent-definition.scss +3 -0
- package/styles/signature/_fusionnew-definition.scss +3 -0
- package/styles/signature/_highcontrast-definition.scss +3 -0
- package/styles/signature/_highcontrast-light-definition.scss +3 -0
- package/styles/signature/_layout.scss +5 -0
- package/styles/signature/_material-dark-definition.scss +3 -0
- package/styles/signature/_material-definition.scss +3 -0
- package/styles/signature/_material3-dark-definition.scss +1 -0
- package/styles/signature/_material3-definition.scss +3 -0
- package/styles/signature/_tailwind-dark-definition.scss +1 -0
- package/styles/signature/_tailwind-definition.scss +3 -0
- package/styles/signature/_theme.scss +7 -0
- package/styles/signature/bootstrap-dark.scss +3 -1
- package/styles/signature/bootstrap.scss +3 -1
- package/styles/signature/bootstrap4.scss +3 -1
- package/styles/signature/bootstrap5-dark.scss +3 -1
- package/styles/signature/bootstrap5.scss +3 -1
- package/styles/signature/fabric-dark.scss +3 -1
- package/styles/signature/fabric.scss +3 -1
- package/styles/signature/fluent-dark.scss +3 -1
- package/styles/signature/fluent.scss +3 -1
- package/styles/signature/highcontrast-light.scss +3 -1
- package/styles/signature/highcontrast.scss +3 -1
- package/styles/signature/material-dark.scss +3 -1
- package/styles/signature/material.scss +3 -1
- package/styles/signature/material3-dark.scss +3 -1
- package/styles/signature/material3.scss +3 -1
- package/styles/signature/tailwind-dark.scss +3 -1
- package/styles/signature/tailwind.scss +3 -1
- package/styles/slider/_all.scss +3 -0
- package/styles/slider/_bootstrap-dark-definition.scss +156 -0
- package/styles/slider/_bootstrap-definition.scss +152 -0
- package/styles/slider/_bootstrap4-definition.scss +147 -0
- package/styles/slider/_bootstrap5-dark-definition.scss +1 -0
- package/styles/slider/_bootstrap5-definition.scss +90 -0
- package/styles/slider/_fabric-dark-definition.scss +162 -0
- package/styles/slider/_fabric-definition.scss +156 -0
- package/styles/slider/_fluent-dark-definition.scss +1 -0
- package/styles/slider/_fluent-definition.scss +74 -0
- package/styles/slider/_fusionnew-definition.scss +90 -0
- package/styles/slider/_highcontrast-definition.scss +145 -0
- package/styles/slider/_highcontrast-light-definition.scss +149 -0
- package/styles/slider/_icons.scss +1 -0
- package/styles/slider/_layout.scss +2485 -0
- package/styles/slider/_material-dark-definition.scss +159 -0
- package/styles/slider/_material-definition.scss +154 -0
- package/styles/slider/_material3-dark-definition.scss +1 -0
- package/styles/slider/_material3-definition.scss +97 -0
- package/styles/slider/_tailwind-dark-definition.scss +1 -0
- package/styles/slider/_tailwind-definition.scss +84 -0
- package/styles/slider/_theme.scss +249 -0
- package/styles/slider/bootstrap-dark.scss +5 -1
- package/styles/slider/bootstrap.scss +5 -1
- package/styles/slider/bootstrap4.scss +5 -1
- package/styles/slider/bootstrap5-dark.scss +5 -1
- package/styles/slider/bootstrap5.scss +5 -1
- package/styles/slider/fabric-dark.scss +5 -1
- package/styles/slider/fabric.scss +5 -1
- package/styles/slider/fluent-dark.scss +5 -1
- package/styles/slider/fluent.scss +5 -1
- package/styles/slider/highcontrast-light.scss +5 -1
- package/styles/slider/highcontrast.scss +5 -1
- package/styles/slider/material-dark.scss +5 -1
- package/styles/slider/material.scss +5 -1
- package/styles/slider/material3-dark.scss +5 -1
- package/styles/slider/material3.scss +5 -1
- package/styles/slider/tailwind-dark.scss +5 -1
- package/styles/slider/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +0 -1
- package/styles/tailwind.css +0 -1
- package/styles/textbox/_all.scss +1 -0
- package/styles/textbox/_bootstrap-dark-definition.scss +4 -0
- package/styles/textbox/_bootstrap-definition.scss +4 -0
- package/styles/textbox/_bootstrap4-definition.scss +4 -0
- package/styles/textbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/textbox/_bootstrap5-definition.scss +4 -0
- package/styles/textbox/_fabric-dark-definition.scss +4 -0
- package/styles/textbox/_fabric-definition.scss +4 -0
- package/styles/textbox/_fluent-dark-definition.scss +1 -0
- package/styles/textbox/_fluent-definition.scss +4 -0
- package/styles/textbox/_fusionnew-definition.scss +4 -0
- package/styles/textbox/_highcontrast-definition.scss +4 -0
- package/styles/textbox/_highcontrast-light-definition.scss +4 -0
- package/styles/textbox/_layout.scss +37 -0
- package/styles/textbox/_material-dark-definition.scss +4 -0
- package/styles/textbox/_material-definition.scss +4 -0
- package/styles/textbox/_material3-dark-definition.scss +1 -0
- package/styles/textbox/_material3-definition.scss +4 -0
- package/styles/textbox/_tailwind-dark-definition.scss +1 -0
- package/styles/textbox/_tailwind-definition.scss +4 -0
- package/styles/textbox/_theme.scss +1 -0
- package/styles/textbox/bootstrap-dark.scss +4 -1
- package/styles/textbox/bootstrap.scss +4 -1
- package/styles/textbox/bootstrap4.scss +4 -1
- package/styles/textbox/bootstrap5-dark.scss +4 -1
- package/styles/textbox/bootstrap5.scss +4 -1
- package/styles/textbox/fabric-dark.scss +4 -1
- package/styles/textbox/fabric.scss +4 -1
- package/styles/textbox/fluent-dark.scss +4 -1
- package/styles/textbox/fluent.scss +4 -1
- package/styles/textbox/highcontrast-light.scss +4 -1
- package/styles/textbox/highcontrast.scss +4 -1
- package/styles/textbox/material-dark.scss +4 -1
- package/styles/textbox/material.scss +4 -1
- package/styles/textbox/material3-dark.scss +4 -1
- package/styles/textbox/material3.scss +4 -1
- package/styles/textbox/tailwind-dark.scss +4 -1
- package/styles/textbox/tailwind.scss +4 -1
- package/styles/uploader/_all.scss +2 -0
- package/styles/uploader/_bootstrap-dark-definition.scss +213 -0
- package/styles/uploader/_bootstrap-definition.scss +208 -0
- package/styles/uploader/_bootstrap4-definition.scss +211 -0
- package/styles/uploader/_bootstrap5-dark-definition.scss +1 -0
- package/styles/uploader/_bootstrap5-definition.scss +216 -0
- package/styles/uploader/_definition.scss +142 -0
- package/styles/uploader/_fabric-dark-definition.scss +216 -0
- package/styles/uploader/_fabric-definition.scss +210 -0
- package/styles/uploader/_fluent-dark-definition.scss +1 -0
- package/styles/uploader/_fluent-definition.scss +234 -0
- package/styles/uploader/_fusionnew-definition.scss +216 -0
- package/styles/uploader/_highcontrast-definition.scss +211 -0
- package/styles/uploader/_highcontrast-light-definition.scss +219 -0
- package/styles/uploader/_layout.scss +989 -0
- package/styles/uploader/_material-dark-definition.scss +217 -0
- package/styles/uploader/_material-definition.scss +214 -0
- package/styles/uploader/_material3-dark-definition.scss +1 -0
- package/styles/uploader/_material3-definition.scss +215 -0
- package/styles/uploader/_tailwind-dark-definition.scss +1 -0
- package/styles/uploader/_tailwind-definition.scss +232 -0
- package/styles/uploader/_theme.scss +146 -0
- package/styles/uploader/bootstrap-dark.scss +6 -1
- package/styles/uploader/bootstrap.scss +6 -1
- package/styles/uploader/bootstrap4.scss +6 -1
- package/styles/uploader/bootstrap5-dark.scss +6 -1
- package/styles/uploader/bootstrap5.scss +6 -1
- package/styles/uploader/fabric-dark.scss +6 -1
- package/styles/uploader/fabric.scss +6 -1
- package/styles/uploader/fluent-dark.scss +6 -1
- package/styles/uploader/fluent.scss +6 -1
- package/styles/uploader/highcontrast-light.scss +6 -1
- package/styles/uploader/highcontrast.scss +6 -1
- package/styles/uploader/icons/_bootstrap-dark.scss +34 -0
- package/styles/uploader/icons/_bootstrap.scss +34 -0
- package/styles/uploader/icons/_bootstrap4.scss +34 -0
- package/styles/uploader/icons/_bootstrap5-dark.scss +1 -0
- package/styles/uploader/icons/_bootstrap5.scss +34 -0
- package/styles/uploader/icons/_fabric-dark.scss +34 -0
- package/styles/uploader/icons/_fabric.scss +34 -0
- package/styles/uploader/icons/_fluent-dark.scss +1 -0
- package/styles/uploader/icons/_fluent.scss +34 -0
- package/styles/uploader/icons/_fusionnew.scss +34 -0
- package/styles/uploader/icons/_highcontrast-light.scss +34 -0
- package/styles/uploader/icons/_highcontrast.scss +34 -0
- package/styles/uploader/icons/_material-dark.scss +34 -0
- package/styles/uploader/icons/_material.scss +34 -0
- package/styles/uploader/icons/_material3-dark.scss +1 -0
- package/styles/uploader/icons/_material3.scss +34 -0
- package/styles/uploader/icons/_tailwind-dark.scss +1 -0
- package/styles/uploader/icons/_tailwind.scss +34 -0
- package/styles/uploader/material-dark.scss +6 -1
- package/styles/uploader/material.scss +6 -1
- package/styles/uploader/material3-dark.scss +6 -1
- package/styles/uploader/material3.scss +6 -1
- package/styles/uploader/tailwind-dark.scss +6 -1
- package/styles/uploader/tailwind.scss +6 -1
- package/syncfusion-ej2-angular-inputs.d.ts +5 -0
- package/@syncfusion/ej2-angular-inputs.es5.js +0 -1759
- package/@syncfusion/ej2-angular-inputs.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-inputs.js +0 -1657
- package/@syncfusion/ej2-angular-inputs.js.map +0 -1
- package/CHANGELOG.md +0 -1524
- package/dist/ej2-angular-inputs.umd.js +0 -1848
- package/dist/ej2-angular-inputs.umd.js.map +0 -1
- package/dist/ej2-angular-inputs.umd.min.js +0 -11
- package/dist/ej2-angular-inputs.umd.min.js.map +0 -1
- package/ej2-angular-inputs.d.ts +0 -12
- package/ej2-angular-inputs.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
package/styles/input/fabric.css
CHANGED
package/styles/input/fabric.scss
CHANGED
package/styles/input/fluent.css
CHANGED
package/styles/input/fluent.scss
CHANGED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-bootstrap-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e96c';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e96c';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-bootstrap-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e96c';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e96c';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-bootstrap4-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e745';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e745';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './bootstrap5.scss';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-bootstrap5-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e7e7';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e7e7';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-fabric-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e953';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e953';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-fabric-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e953';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e953';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent.scss';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-fluent-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e7e7';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e7e7';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-fusionnew-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e7e7';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e7e7';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-highcontrast-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e953';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e953';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-highcontrast-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e953';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e953';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@include export-module('input-material-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e932';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e932';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-filled.e-float-input,
|
|
19
|
+
.e-filled.e-float-input.e-control-wrapper {
|
|
20
|
+
.e-clear-icon::before {
|
|
21
|
+
content: '\e208';
|
|
22
|
+
font-family: 'e-icons';
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-filled.e-input-group,
|
|
27
|
+
.e-filled.e-input-group.e-control-wrapper {
|
|
28
|
+
.e-clear-icon::before {
|
|
29
|
+
content: '\e208';
|
|
30
|
+
font-family: 'e-icons';
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-outline.e-float-input,
|
|
35
|
+
.e-outline.e-float-input.e-control-wrapper {
|
|
36
|
+
.e-clear-icon::before {
|
|
37
|
+
content: '\e208';
|
|
38
|
+
font-family: 'e-icons';
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-outline.e-input-group,
|
|
43
|
+
.e-outline.e-input-group.e-control-wrapper {
|
|
44
|
+
.e-clear-icon::before {
|
|
45
|
+
content: '\e208';
|
|
46
|
+
font-family: 'e-icons';
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
@include export-module('input-material-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e932';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e932';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.e-filled.e-float-input,
|
|
19
|
+
.e-filled.e-float-input.e-control-wrapper {
|
|
20
|
+
.e-clear-icon::before {
|
|
21
|
+
content: '\e208';
|
|
22
|
+
font-family: 'e-icons';
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.e-filled.e-input-group,
|
|
27
|
+
.e-filled.e-input-group.e-control-wrapper {
|
|
28
|
+
.e-clear-icon::before {
|
|
29
|
+
content: '\e208';
|
|
30
|
+
font-family: 'e-icons';
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.e-outline.e-float-input,
|
|
35
|
+
.e-outline.e-float-input.e-control-wrapper {
|
|
36
|
+
.e-clear-icon::before {
|
|
37
|
+
content: '\e208';
|
|
38
|
+
font-family: 'e-icons';
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.e-outline.e-input-group,
|
|
43
|
+
.e-outline.e-input-group.e-control-wrapper {
|
|
44
|
+
.e-clear-icon::before {
|
|
45
|
+
content: '\e208';
|
|
46
|
+
font-family: 'e-icons';
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './material3.scss';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-material3-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e7e7';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e7e7';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './tailwind.scss';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
@include export-module('input-tailwind-icons') {
|
|
2
|
+
.e-float-input,
|
|
3
|
+
.e-float-input.e-control-wrapper {
|
|
4
|
+
.e-clear-icon::before {
|
|
5
|
+
content: '\e7e7';
|
|
6
|
+
font-family: 'e-icons';
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-input-group,
|
|
11
|
+
.e-input-group.e-control-wrapper {
|
|
12
|
+
.e-clear-icon::before {
|
|
13
|
+
content: '\e7e7';
|
|
14
|
+
font-family: 'e-icons';
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -950,7 +950,7 @@ label.e-float-text,
|
|
|
950
950
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
951
951
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
952
952
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
953
|
-
top: -
|
|
953
|
+
top: -9px;
|
|
954
954
|
}
|
|
955
955
|
|
|
956
956
|
.e-float-input.e-small input:focus ~ label.e-float-text,
|
|
@@ -983,7 +983,7 @@ label.e-float-text,
|
|
|
983
983
|
.e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
984
984
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
985
985
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
986
|
-
top: -
|
|
986
|
+
top: -8px;
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
|
|
@@ -2155,7 +2155,6 @@ input.e-input,
|
|
|
2155
2155
|
}
|
|
2156
2156
|
|
|
2157
2157
|
input.e-input.e-bigger,
|
|
2158
|
-
.e-bigger input.e-input,
|
|
2159
2158
|
.e-input-group.e-bigger input,
|
|
2160
2159
|
.e-input-group.e-bigger input.e-input,
|
|
2161
2160
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -4716,14 +4715,6 @@ textarea.e-input.e-small.e-outline,
|
|
|
4716
4715
|
margin-right: 10px;
|
|
4717
4716
|
}
|
|
4718
4717
|
|
|
4719
|
-
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
4720
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon,
|
|
4721
|
-
.e-small .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4722
|
-
.e-small .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4723
|
-
margin-left: 10px;
|
|
4724
|
-
margin-right: 0;
|
|
4725
|
-
}
|
|
4726
|
-
|
|
4727
4718
|
.e-outline.e-input-group.e-small .e-clear-icon,
|
|
4728
4719
|
.e-outline.e-input-group .e-clear-icon.e-small,
|
|
4729
4720
|
.e-small .e-outline.e-input-group .e-clear-icon,
|
|
@@ -4789,15 +4780,6 @@ textarea.e-input.e-small.e-outline,
|
|
|
4789
4780
|
margin: 15px 16px 15px 0;
|
|
4790
4781
|
}
|
|
4791
4782
|
|
|
4792
|
-
.e-outline.e-input-group.e-prepend.e-bigger .e-input-group-icon,
|
|
4793
|
-
.e-outline.e-input-group.e-prepend .e-input-group-icon.e-bigger,
|
|
4794
|
-
.e-bigger .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4795
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-bigger .e-input-group-icon,
|
|
4796
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon.e-bigger,
|
|
4797
|
-
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4798
|
-
margin: 15px 0 15px 16px;
|
|
4799
|
-
}
|
|
4800
|
-
|
|
4801
4783
|
input.e-input.e-bigger.e-outline,
|
|
4802
4784
|
.e-bigger input.e-input.e-outline,
|
|
4803
4785
|
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,
|
|
@@ -4988,15 +4970,6 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
4988
4970
|
margin: 9px 12px 9px 0;
|
|
4989
4971
|
}
|
|
4990
4972
|
|
|
4991
|
-
.e-outline.e-input-group.e-prepend.e-small.e-bigger .e-input-group-icon,
|
|
4992
|
-
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon.e-bigger,
|
|
4993
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
4994
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
4995
|
-
.e-bigger .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
4996
|
-
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon {
|
|
4997
|
-
margin: 9px 0 9px 12px;
|
|
4998
|
-
}
|
|
4999
|
-
|
|
5000
4973
|
.e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,
|
|
5001
4974
|
.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,
|
|
5002
4975
|
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
|
|
@@ -958,7 +958,7 @@ label.e-float-text,
|
|
|
958
958
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
959
959
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
960
960
|
.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
961
|
-
top: -
|
|
961
|
+
top: -9px;
|
|
962
962
|
}
|
|
963
963
|
|
|
964
964
|
.e-float-input.e-small input:focus ~ label.e-float-text,
|
|
@@ -991,7 +991,7 @@ label.e-float-text,
|
|
|
991
991
|
.e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text,
|
|
992
992
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text,
|
|
993
993
|
.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text {
|
|
994
|
-
top: -
|
|
994
|
+
top: -8px;
|
|
995
995
|
}
|
|
996
996
|
|
|
997
997
|
.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text,
|
|
@@ -2163,7 +2163,6 @@ input.e-input,
|
|
|
2163
2163
|
}
|
|
2164
2164
|
|
|
2165
2165
|
input.e-input.e-bigger,
|
|
2166
|
-
.e-bigger input.e-input,
|
|
2167
2166
|
.e-input-group.e-bigger input,
|
|
2168
2167
|
.e-input-group.e-bigger input.e-input,
|
|
2169
2168
|
.e-input-group.e-control-wrapper.e-bigger input,
|
|
@@ -4724,14 +4723,6 @@ textarea.e-input.e-small.e-outline,
|
|
|
4724
4723
|
margin-right: 10px;
|
|
4725
4724
|
}
|
|
4726
4725
|
|
|
4727
|
-
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
4728
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon,
|
|
4729
|
-
.e-small .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4730
|
-
.e-small .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4731
|
-
margin-left: 10px;
|
|
4732
|
-
margin-right: 0;
|
|
4733
|
-
}
|
|
4734
|
-
|
|
4735
4726
|
.e-outline.e-input-group.e-small .e-clear-icon,
|
|
4736
4727
|
.e-outline.e-input-group .e-clear-icon.e-small,
|
|
4737
4728
|
.e-small .e-outline.e-input-group .e-clear-icon,
|
|
@@ -4797,15 +4788,6 @@ textarea.e-input.e-small.e-outline,
|
|
|
4797
4788
|
margin: 15px 16px 15px 0;
|
|
4798
4789
|
}
|
|
4799
4790
|
|
|
4800
|
-
.e-outline.e-input-group.e-prepend.e-bigger .e-input-group-icon,
|
|
4801
|
-
.e-outline.e-input-group.e-prepend .e-input-group-icon.e-bigger,
|
|
4802
|
-
.e-bigger .e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4803
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-bigger .e-input-group-icon,
|
|
4804
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon.e-bigger,
|
|
4805
|
-
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4806
|
-
margin: 15px 0 15px 16px;
|
|
4807
|
-
}
|
|
4808
|
-
|
|
4809
4791
|
input.e-input.e-bigger.e-outline,
|
|
4810
4792
|
.e-bigger input.e-input.e-outline,
|
|
4811
4793
|
.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input,
|
|
@@ -4996,15 +4978,6 @@ textarea.e-input.e-bigger.e-small.e-outline,
|
|
|
4996
4978
|
margin: 9px 12px 9px 0;
|
|
4997
4979
|
}
|
|
4998
4980
|
|
|
4999
|
-
.e-outline.e-input-group.e-prepend.e-small.e-bigger .e-input-group-icon,
|
|
5000
|
-
.e-outline.e-input-group.e-prepend.e-small .e-input-group-icon.e-bigger,
|
|
5001
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
5002
|
-
.e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
5003
|
-
.e-bigger .e-outline.e-input-group.e-prepend.e-small .e-input-group-icon,
|
|
5004
|
-
.e-bigger .e-outline.e-input-group.e-prepend.e-control-wrapper.e-small .e-input-group-icon {
|
|
5005
|
-
margin: 9px 0 9px 12px;
|
|
5006
|
-
}
|
|
5007
|
-
|
|
5008
4981
|
.e-outline.e-float-input.e-input-group.e-small .e-input-group-icon,
|
|
5009
4982
|
.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon,
|
|
5010
4983
|
.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon,
|