@syncfusion/ej2-angular-inputs 20.2.48-ngcc → 20.2.48
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 +25 -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/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 +1097 -0
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +1097 -0
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -0
- package/package.json +26 -12
- package/schematics/utils/lib-details.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/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 +31 -13
- package/styles/bootstrap.css +31 -13
- package/styles/bootstrap4.css +31 -13
- package/styles/bootstrap5-dark.css +32 -13
- package/styles/bootstrap5.css +32 -13
- package/styles/color-picker/_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 +1174 -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-definition.scss +133 -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 +183 -0
- package/styles/color-picker/bootstrap-dark.css +2 -0
- package/styles/color-picker/bootstrap-dark.scss +11 -1
- package/styles/color-picker/bootstrap.css +2 -0
- package/styles/color-picker/bootstrap.scss +11 -1
- package/styles/color-picker/bootstrap4.css +2 -0
- package/styles/color-picker/bootstrap4.scss +11 -1
- package/styles/color-picker/bootstrap5-dark.css +3 -0
- package/styles/color-picker/bootstrap5-dark.scss +11 -1
- package/styles/color-picker/bootstrap5.css +3 -0
- package/styles/color-picker/bootstrap5.scss +11 -1
- package/styles/color-picker/fabric-dark.css +2 -0
- package/styles/color-picker/fabric-dark.scss +11 -1
- package/styles/color-picker/fabric.css +2 -0
- package/styles/color-picker/fabric.scss +11 -1
- package/styles/color-picker/fluent-dark.css +3 -0
- package/styles/color-picker/fluent-dark.scss +11 -1
- package/styles/color-picker/fluent.css +3 -0
- package/styles/color-picker/fluent.scss +11 -1
- package/styles/color-picker/highcontrast-light.css +2 -0
- package/styles/color-picker/highcontrast-light.scss +11 -1
- package/styles/color-picker/highcontrast.css +2 -0
- 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.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.css +2 -0
- package/styles/color-picker/material-dark.scss +11 -1
- package/styles/color-picker/material.css +2 -0
- package/styles/color-picker/material.scss +11 -1
- package/styles/color-picker/tailwind-dark.css +3 -0
- package/styles/color-picker/tailwind-dark.scss +11 -1
- package/styles/color-picker/tailwind.css +3 -0
- package/styles/color-picker/tailwind.scss +11 -1
- package/styles/fabric-dark.css +31 -13
- package/styles/fabric.css +31 -13
- package/styles/fluent-dark.css +32 -13
- package/styles/fluent.css +32 -13
- package/styles/highcontrast-light.css +31 -13
- package/styles/highcontrast.css +31 -13
- package/styles/input/_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 +11009 -0
- package/styles/input/_material-dark-definition.scss +573 -0
- package/styles/input/_material-definition.scss +573 -0
- package/styles/input/_material3-definition.scss +336 -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 +4264 -0
- package/styles/input/bootstrap-dark.css +22 -14
- package/styles/input/bootstrap-dark.scss +4 -1
- package/styles/input/bootstrap.css +22 -14
- package/styles/input/bootstrap.scss +4 -1
- package/styles/input/bootstrap4.css +22 -14
- package/styles/input/bootstrap4.scss +4 -1
- package/styles/input/bootstrap5-dark.css +22 -14
- package/styles/input/bootstrap5-dark.scss +4 -1
- package/styles/input/bootstrap5.css +22 -14
- package/styles/input/bootstrap5.scss +4 -1
- package/styles/input/fabric-dark.css +22 -14
- package/styles/input/fabric-dark.scss +4 -1
- package/styles/input/fabric.css +22 -14
- package/styles/input/fabric.scss +4 -1
- package/styles/input/fluent-dark.css +22 -14
- package/styles/input/fluent-dark.scss +4 -1
- package/styles/input/fluent.css +22 -14
- package/styles/input/fluent.scss +4 -1
- package/styles/input/highcontrast-light.css +22 -14
- package/styles/input/highcontrast-light.scss +4 -1
- package/styles/input/highcontrast.css +22 -14
- 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.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 +26 -18
- package/styles/input/material-dark.scss +4 -1
- package/styles/input/material.css +26 -18
- package/styles/input/material.scss +4 -1
- package/styles/input/tailwind-dark.css +22 -14
- package/styles/input/tailwind-dark.scss +4 -1
- package/styles/input/tailwind.css +22 -14
- 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-definition.scss +7 -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.css +1 -0
- package/styles/maskedtextbox/bootstrap-dark.scss +4 -1
- package/styles/maskedtextbox/bootstrap.css +1 -0
- package/styles/maskedtextbox/bootstrap.scss +4 -1
- package/styles/maskedtextbox/bootstrap4.css +1 -0
- package/styles/maskedtextbox/bootstrap4.scss +4 -1
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap5-dark.scss +4 -1
- package/styles/maskedtextbox/bootstrap5.css +1 -0
- package/styles/maskedtextbox/bootstrap5.scss +4 -1
- package/styles/maskedtextbox/fabric-dark.css +1 -0
- package/styles/maskedtextbox/fabric-dark.scss +4 -1
- package/styles/maskedtextbox/fabric.css +1 -0
- package/styles/maskedtextbox/fabric.scss +4 -1
- package/styles/maskedtextbox/fluent-dark.css +1 -0
- package/styles/maskedtextbox/fluent-dark.scss +4 -1
- package/styles/maskedtextbox/fluent.css +1 -0
- package/styles/maskedtextbox/fluent.scss +4 -1
- package/styles/maskedtextbox/highcontrast-light.css +1 -0
- package/styles/maskedtextbox/highcontrast-light.scss +4 -1
- package/styles/maskedtextbox/highcontrast.css +1 -0
- package/styles/maskedtextbox/highcontrast.scss +4 -1
- package/styles/maskedtextbox/material-dark.css +1 -0
- package/styles/maskedtextbox/material-dark.scss +4 -1
- package/styles/maskedtextbox/material.css +1 -0
- package/styles/maskedtextbox/material.scss +4 -1
- package/styles/maskedtextbox/tailwind-dark.css +1 -0
- package/styles/maskedtextbox/tailwind-dark.scss +4 -1
- package/styles/maskedtextbox/tailwind.css +1 -0
- package/styles/maskedtextbox/tailwind.scss +4 -1
- package/styles/material-dark.css +50 -18
- package/styles/material.css +50 -18
- 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-definition.scss +3 -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.css +1 -0
- package/styles/numerictextbox/bootstrap-dark.scss +5 -1
- package/styles/numerictextbox/bootstrap.css +1 -0
- package/styles/numerictextbox/bootstrap.scss +5 -1
- package/styles/numerictextbox/bootstrap4.css +1 -0
- package/styles/numerictextbox/bootstrap4.scss +5 -1
- package/styles/numerictextbox/bootstrap5-dark.css +1 -0
- package/styles/numerictextbox/bootstrap5-dark.scss +5 -1
- package/styles/numerictextbox/bootstrap5.css +1 -0
- package/styles/numerictextbox/bootstrap5.scss +5 -1
- package/styles/numerictextbox/fabric-dark.css +1 -0
- package/styles/numerictextbox/fabric-dark.scss +5 -1
- package/styles/numerictextbox/fabric.css +1 -0
- package/styles/numerictextbox/fabric.scss +5 -1
- package/styles/numerictextbox/fluent-dark.css +1 -0
- package/styles/numerictextbox/fluent-dark.scss +5 -1
- package/styles/numerictextbox/fluent.css +1 -0
- package/styles/numerictextbox/fluent.scss +5 -1
- package/styles/numerictextbox/highcontrast-light.css +1 -0
- package/styles/numerictextbox/highcontrast-light.scss +5 -1
- package/styles/numerictextbox/highcontrast.css +1 -0
- 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.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.css +1 -0
- package/styles/numerictextbox/material-dark.scss +5 -1
- package/styles/numerictextbox/material.css +1 -0
- package/styles/numerictextbox/material.scss +5 -1
- package/styles/numerictextbox/tailwind-dark.css +1 -0
- package/styles/numerictextbox/tailwind-dark.scss +5 -1
- package/styles/numerictextbox/tailwind.css +1 -0
- package/styles/numerictextbox/tailwind.scss +5 -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-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/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 +2421 -0
- package/styles/slider/_material-dark-definition.scss +159 -0
- package/styles/slider/_material-definition.scss +154 -0
- package/styles/slider/_material3-definition.scss +90 -0
- package/styles/slider/_tailwind-dark-definition.scss +1 -0
- package/styles/slider/_tailwind-definition.scss +84 -0
- package/styles/slider/_theme.scss +235 -0
- package/styles/slider/bootstrap-dark.css +4 -0
- package/styles/slider/bootstrap-dark.scss +5 -1
- package/styles/slider/bootstrap.css +4 -0
- package/styles/slider/bootstrap.scss +5 -1
- package/styles/slider/bootstrap4.css +4 -0
- package/styles/slider/bootstrap4.scss +5 -1
- package/styles/slider/bootstrap5-dark.css +4 -0
- package/styles/slider/bootstrap5-dark.scss +5 -1
- package/styles/slider/bootstrap5.css +4 -0
- package/styles/slider/bootstrap5.scss +5 -1
- package/styles/slider/fabric-dark.css +4 -0
- package/styles/slider/fabric-dark.scss +5 -1
- package/styles/slider/fabric.css +4 -0
- package/styles/slider/fabric.scss +5 -1
- package/styles/slider/fluent-dark.css +4 -0
- package/styles/slider/fluent-dark.scss +5 -1
- package/styles/slider/fluent.css +4 -0
- package/styles/slider/fluent.scss +5 -1
- package/styles/slider/highcontrast-light.css +4 -0
- package/styles/slider/highcontrast-light.scss +5 -1
- package/styles/slider/highcontrast.css +4 -0
- package/styles/slider/highcontrast.scss +5 -1
- package/styles/slider/material-dark.css +19 -1
- package/styles/slider/material-dark.scss +5 -1
- package/styles/slider/material.css +19 -1
- package/styles/slider/material.scss +5 -1
- package/styles/slider/tailwind-dark.css +4 -0
- package/styles/slider/tailwind-dark.scss +5 -1
- package/styles/slider/tailwind.css +4 -0
- package/styles/slider/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +33 -13
- package/styles/tailwind.css +33 -13
- package/styles/textbox/_all.scss +1 -0
- package/styles/textbox/_bootstrap-dark-definition.scss +1 -0
- package/styles/textbox/_bootstrap-definition.scss +1 -0
- package/styles/textbox/_bootstrap4-definition.scss +1 -0
- package/styles/textbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/textbox/_bootstrap5-definition.scss +1 -0
- package/styles/textbox/_fabric-dark-definition.scss +1 -0
- package/styles/textbox/_fabric-definition.scss +1 -0
- package/styles/textbox/_fluent-dark-definition.scss +1 -0
- package/styles/textbox/_fluent-definition.scss +1 -0
- package/styles/textbox/_fusionnew-definition.scss +1 -0
- package/styles/textbox/_highcontrast-definition.scss +1 -0
- package/styles/textbox/_highcontrast-light-definition.scss +1 -0
- package/styles/textbox/_layout.scss +10 -0
- package/styles/textbox/_material-dark-definition.scss +1 -0
- package/styles/textbox/_material-definition.scss +1 -0
- package/styles/textbox/_material3-definition.scss +1 -0
- package/styles/textbox/_tailwind-dark-definition.scss +1 -0
- package/styles/textbox/_tailwind-definition.scss +1 -0
- package/styles/textbox/_theme.scss +1 -0
- package/styles/textbox/bootstrap-dark.css +2 -0
- package/styles/textbox/bootstrap-dark.scss +4 -1
- package/styles/textbox/bootstrap.css +2 -0
- package/styles/textbox/bootstrap.scss +4 -1
- package/styles/textbox/bootstrap4.css +2 -0
- package/styles/textbox/bootstrap4.scss +4 -1
- package/styles/textbox/bootstrap5-dark.css +2 -0
- package/styles/textbox/bootstrap5-dark.scss +4 -1
- package/styles/textbox/bootstrap5.css +2 -0
- package/styles/textbox/bootstrap5.scss +4 -1
- package/styles/textbox/fabric-dark.css +2 -0
- package/styles/textbox/fabric-dark.scss +4 -1
- package/styles/textbox/fabric.css +2 -0
- package/styles/textbox/fabric.scss +4 -1
- package/styles/textbox/fluent-dark.css +2 -0
- package/styles/textbox/fluent-dark.scss +4 -1
- package/styles/textbox/fluent.css +2 -0
- package/styles/textbox/fluent.scss +4 -1
- package/styles/textbox/highcontrast-light.css +2 -0
- package/styles/textbox/highcontrast-light.scss +4 -1
- package/styles/textbox/highcontrast.css +2 -0
- package/styles/textbox/highcontrast.scss +4 -1
- package/styles/textbox/material-dark.css +3 -1
- package/styles/textbox/material-dark.scss +4 -1
- package/styles/textbox/material.css +3 -1
- package/styles/textbox/material.scss +4 -1
- package/styles/textbox/tailwind-dark.css +3 -1
- package/styles/textbox/tailwind-dark.scss +4 -1
- package/styles/textbox/tailwind.css +3 -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 +984 -0
- package/styles/uploader/_material-dark-definition.scss +217 -0
- package/styles/uploader/_material-definition.scss +214 -0
- package/styles/uploader/_material3-definition.scss +216 -0
- package/styles/uploader/_tailwind-dark-definition.scss +1 -0
- package/styles/uploader/_tailwind-definition.scss +232 -0
- package/styles/uploader/_theme.scss +136 -0
- package/styles/uploader/bootstrap-dark.css +1 -0
- package/styles/uploader/bootstrap-dark.scss +6 -1
- package/styles/uploader/bootstrap.css +1 -0
- package/styles/uploader/bootstrap.scss +6 -1
- package/styles/uploader/bootstrap4.css +1 -0
- package/styles/uploader/bootstrap4.scss +6 -1
- package/styles/uploader/bootstrap5-dark.css +1 -0
- package/styles/uploader/bootstrap5-dark.scss +6 -1
- package/styles/uploader/bootstrap5.css +1 -0
- package/styles/uploader/bootstrap5.scss +6 -1
- package/styles/uploader/fabric-dark.css +1 -0
- package/styles/uploader/fabric-dark.scss +6 -1
- package/styles/uploader/fabric.css +1 -0
- package/styles/uploader/fabric.scss +6 -1
- package/styles/uploader/fluent-dark.css +1 -0
- package/styles/uploader/fluent-dark.scss +6 -1
- package/styles/uploader/fluent.css +1 -0
- package/styles/uploader/fluent.scss +6 -1
- package/styles/uploader/highcontrast-light.css +1 -0
- package/styles/uploader/highcontrast-light.scss +6 -1
- package/styles/uploader/highcontrast.css +1 -0
- 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.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.css +1 -0
- package/styles/uploader/material-dark.scss +6 -1
- package/styles/uploader/material.css +1 -0
- package/styles/uploader/material.scss +6 -1
- package/styles/uploader/tailwind-dark.css +2 -0
- package/styles/uploader/tailwind-dark.scss +6 -1
- package/styles/uploader/tailwind.css +2 -0
- package/styles/uploader/tailwind.scss +6 -1
- package/syncfusion-ej2-angular-inputs.d.ts +5 -0
- package/@syncfusion/ej2-angular-inputs.es5.js +0 -1563
- package/@syncfusion/ej2-angular-inputs.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-inputs.js +0 -1472
- package/@syncfusion/ej2-angular-inputs.js.map +0 -1
- package/CHANGELOG.md +0 -1453
- package/dist/ej2-angular-inputs.umd.js +0 -1644
- 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 -11
- package/ej2-angular-inputs.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -105
- package/schematics/generators/colorpicker-default/index.d.ts +0 -3
- package/schematics/generators/colorpicker-default/index.js +0 -8
- package/schematics/generators/colorpicker-default/sample-details.d.ts +0 -5
- package/schematics/generators/colorpicker-default/sample-details.js +0 -7
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/colorpicker-default/schema.d.ts +0 -3
- package/schematics/generators/colorpicker-default/schema.js +0 -2
- package/schematics/generators/colorpicker-default/schema.json +0 -125
- package/schematics/generators/maskedtextbox-custommask/index.d.ts +0 -3
- package/schematics/generators/maskedtextbox-custommask/index.js +0 -8
- package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +0 -5
- package/schematics/generators/maskedtextbox-custommask/sample-details.js +0 -7
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
- package/schematics/generators/maskedtextbox-custommask/schema.d.ts +0 -3
- package/schematics/generators/maskedtextbox-custommask/schema.js +0 -2
- package/schematics/generators/maskedtextbox-custommask/schema.json +0 -125
- package/schematics/generators/maskedtextbox-default/index.d.ts +0 -3
- package/schematics/generators/maskedtextbox-default/index.js +0 -8
- package/schematics/generators/maskedtextbox-default/sample-details.d.ts +0 -5
- package/schematics/generators/maskedtextbox-default/sample-details.js +0 -7
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
- package/schematics/generators/maskedtextbox-default/schema.d.ts +0 -3
- package/schematics/generators/maskedtextbox-default/schema.js +0 -2
- package/schematics/generators/maskedtextbox-default/schema.json +0 -125
- package/schematics/generators/maskedtextbox-formats/index.d.ts +0 -3
- package/schematics/generators/maskedtextbox-formats/index.js +0 -8
- package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +0 -5
- package/schematics/generators/maskedtextbox-formats/sample-details.js +0 -7
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
- package/schematics/generators/maskedtextbox-formats/schema.d.ts +0 -3
- package/schematics/generators/maskedtextbox-formats/schema.js +0 -2
- package/schematics/generators/maskedtextbox-formats/schema.json +0 -125
- package/schematics/generators/numerictextbox-customformat/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-customformat/index.js +0 -8
- package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-customformat/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
- package/schematics/generators/numerictextbox-customformat/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-customformat/schema.js +0 -2
- package/schematics/generators/numerictextbox-customformat/schema.json +0 -125
- package/schematics/generators/numerictextbox-decimals/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-decimals/index.js +0 -8
- package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-decimals/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
- package/schematics/generators/numerictextbox-decimals/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-decimals/schema.js +0 -2
- package/schematics/generators/numerictextbox-decimals/schema.json +0 -125
- package/schematics/generators/numerictextbox-default/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-default/index.js +0 -8
- package/schematics/generators/numerictextbox-default/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-default/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -22
- package/schematics/generators/numerictextbox-default/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-default/schema.js +0 -2
- package/schematics/generators/numerictextbox-default/schema.json +0 -125
- package/schematics/generators/numerictextbox-range/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-range/index.js +0 -8
- package/schematics/generators/numerictextbox-range/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-range/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
- package/schematics/generators/numerictextbox-range/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-range/schema.js +0 -2
- package/schematics/generators/numerictextbox-range/schema.json +0 -125
- package/schematics/generators/slider-default/index.d.ts +0 -3
- package/schematics/generators/slider-default/index.js +0 -8
- package/schematics/generators/slider-default/sample-details.d.ts +0 -5
- package/schematics/generators/slider-default/sample-details.js +0 -7
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-default/schema.d.ts +0 -3
- package/schematics/generators/slider-default/schema.js +0 -2
- package/schematics/generators/slider-default/schema.json +0 -125
- package/schematics/generators/slider-limits/index.d.ts +0 -3
- package/schematics/generators/slider-limits/index.js +0 -8
- package/schematics/generators/slider-limits/sample-details.d.ts +0 -5
- package/schematics/generators/slider-limits/sample-details.js +0 -7
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-limits/schema.d.ts +0 -3
- package/schematics/generators/slider-limits/schema.js +0 -2
- package/schematics/generators/slider-limits/schema.json +0 -125
- package/schematics/generators/slider-minrange/index.d.ts +0 -3
- package/schematics/generators/slider-minrange/index.js +0 -8
- package/schematics/generators/slider-minrange/sample-details.d.ts +0 -5
- package/schematics/generators/slider-minrange/sample-details.js +0 -7
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-minrange/schema.d.ts +0 -3
- package/schematics/generators/slider-minrange/schema.js +0 -2
- package/schematics/generators/slider-minrange/schema.json +0 -125
- package/schematics/generators/slider-range/index.d.ts +0 -3
- package/schematics/generators/slider-range/index.js +0 -8
- package/schematics/generators/slider-range/sample-details.d.ts +0 -5
- package/schematics/generators/slider-range/sample-details.js +0 -7
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-range/schema.d.ts +0 -3
- package/schematics/generators/slider-range/schema.js +0 -2
- package/schematics/generators/slider-range/schema.json +0 -125
- package/schematics/generators/slider-ticks/index.d.ts +0 -3
- package/schematics/generators/slider-ticks/index.js +0 -8
- package/schematics/generators/slider-ticks/sample-details.d.ts +0 -5
- package/schematics/generators/slider-ticks/sample-details.js +0 -7
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-ticks/schema.d.ts +0 -3
- package/schematics/generators/slider-ticks/schema.js +0 -2
- package/schematics/generators/slider-ticks/schema.json +0 -125
- package/schematics/generators/slider-vertical/index.d.ts +0 -3
- package/schematics/generators/slider-vertical/index.js +0 -8
- package/schematics/generators/slider-vertical/sample-details.d.ts +0 -5
- package/schematics/generators/slider-vertical/sample-details.js +0 -7
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-vertical/schema.d.ts +0 -3
- package/schematics/generators/slider-vertical/schema.js +0 -2
- package/schematics/generators/slider-vertical/schema.json +0 -125
- package/schematics/generators/textbox-floatinglabel/index.d.ts +0 -3
- package/schematics/generators/textbox-floatinglabel/index.js +0 -8
- package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +0 -5
- package/schematics/generators/textbox-floatinglabel/sample-details.js +0 -7
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -15
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
- package/schematics/generators/textbox-floatinglabel/schema.d.ts +0 -3
- package/schematics/generators/textbox-floatinglabel/schema.js +0 -2
- package/schematics/generators/textbox-floatinglabel/schema.json +0 -125
- package/schematics/generators/uploader-autoupload/index.d.ts +0 -3
- package/schematics/generators/uploader-autoupload/index.js +0 -8
- package/schematics/generators/uploader-autoupload/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-autoupload/sample-details.js +0 -7
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-autoupload/schema.d.ts +0 -3
- package/schematics/generators/uploader-autoupload/schema.js +0 -2
- package/schematics/generators/uploader-autoupload/schema.json +0 -125
- package/schematics/generators/uploader-chunkupload/index.d.ts +0 -3
- package/schematics/generators/uploader-chunkupload/index.js +0 -8
- package/schematics/generators/uploader-chunkupload/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-chunkupload/sample-details.js +0 -7
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-chunkupload/schema.d.ts +0 -3
- package/schematics/generators/uploader-chunkupload/schema.js +0 -2
- package/schematics/generators/uploader-chunkupload/schema.json +0 -125
- package/schematics/generators/uploader-directoryupload/index.d.ts +0 -3
- package/schematics/generators/uploader-directoryupload/index.js +0 -8
- package/schematics/generators/uploader-directoryupload/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-directoryupload/sample-details.js +0 -7
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-directoryupload/schema.d.ts +0 -3
- package/schematics/generators/uploader-directoryupload/schema.js +0 -2
- package/schematics/generators/uploader-directoryupload/schema.json +0 -125
- package/schematics/generators/uploader-validation/index.d.ts +0 -3
- package/schematics/generators/uploader-validation/index.js +0 -8
- package/schematics/generators/uploader-validation/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-validation/sample-details.js +0 -7
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-validation/schema.d.ts +0 -3
- package/schematics/generators/uploader-validation/schema.js +0 -2
- package/schematics/generators/uploader-validation/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -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,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
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -73,14 +74,14 @@ textarea.e-input,
|
|
|
73
74
|
.e-input-group.e-control-wrapper {
|
|
74
75
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
75
76
|
font-size: 13px;
|
|
76
|
-
font-weight:
|
|
77
|
+
font-weight: normal;
|
|
77
78
|
}
|
|
78
79
|
|
|
79
80
|
.e-input-group.e-disabled,
|
|
80
81
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
81
82
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
82
83
|
font-size: 13px;
|
|
83
|
-
font-weight:
|
|
84
|
+
font-weight: normal;
|
|
84
85
|
}
|
|
85
86
|
|
|
86
87
|
.e-input-group input.e-input,
|
|
@@ -256,6 +257,7 @@ textarea.e-input.e-bigger,
|
|
|
256
257
|
text-align: center;
|
|
257
258
|
}
|
|
258
259
|
|
|
260
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
259
261
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
260
262
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
261
263
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -611,7 +613,7 @@ label.e-float-text,
|
|
|
611
613
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
612
614
|
font-size: 13px;
|
|
613
615
|
font-style: normal;
|
|
614
|
-
font-weight:
|
|
616
|
+
font-weight: normal;
|
|
615
617
|
left: 0;
|
|
616
618
|
overflow: hidden;
|
|
617
619
|
padding-left: 0;
|
|
@@ -1134,7 +1136,7 @@ label.e-float-text,
|
|
|
1134
1136
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1135
1137
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1136
1138
|
font-size: 13px;
|
|
1137
|
-
font-weight:
|
|
1139
|
+
font-weight: normal;
|
|
1138
1140
|
}
|
|
1139
1141
|
|
|
1140
1142
|
.e-float-input input,
|
|
@@ -1331,7 +1333,7 @@ label.e-float-text,
|
|
|
1331
1333
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1332
1334
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1333
1335
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1334
|
-
font-weight:
|
|
1336
|
+
font-weight: normal;
|
|
1335
1337
|
}
|
|
1336
1338
|
|
|
1337
1339
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1350,7 +1352,7 @@ label.e-float-text,
|
|
|
1350
1352
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1351
1353
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1352
1354
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1353
|
-
font-weight:
|
|
1355
|
+
font-weight: normal;
|
|
1354
1356
|
}
|
|
1355
1357
|
|
|
1356
1358
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1420,6 +1422,7 @@ label.e-float-text,
|
|
|
1420
1422
|
transform-origin: right top;
|
|
1421
1423
|
}
|
|
1422
1424
|
|
|
1425
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1423
1426
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1424
1427
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1425
1428
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1516,6 +1519,7 @@ label.e-float-text,
|
|
|
1516
1519
|
padding-right: 0;
|
|
1517
1520
|
}
|
|
1518
1521
|
|
|
1522
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1519
1523
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1520
1524
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1521
1525
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2049,22 +2053,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2049
2053
|
user-select: none;
|
|
2050
2054
|
}
|
|
2051
2055
|
|
|
2052
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2056
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2053
2057
|
font-style: normal;
|
|
2054
2058
|
user-select: none;
|
|
2055
2059
|
}
|
|
2056
2060
|
|
|
2057
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2061
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2058
2062
|
font-style: normal;
|
|
2059
2063
|
user-select: none;
|
|
2060
2064
|
}
|
|
2061
2065
|
|
|
2062
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2066
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2063
2067
|
font-style: normal;
|
|
2064
2068
|
user-select: none;
|
|
2065
2069
|
}
|
|
2066
2070
|
|
|
2067
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2071
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2068
2072
|
font-style: normal;
|
|
2069
2073
|
user-select: none;
|
|
2070
2074
|
}
|
|
@@ -2074,12 +2078,12 @@ input.e-input:-moz-placeholder {
|
|
|
2074
2078
|
user-select: none;
|
|
2075
2079
|
}
|
|
2076
2080
|
|
|
2077
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2081
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2078
2082
|
font-style: normal;
|
|
2079
2083
|
user-select: none;
|
|
2080
2084
|
}
|
|
2081
2085
|
|
|
2082
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2086
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2083
2087
|
font-style: normal;
|
|
2084
2088
|
user-select: none;
|
|
2085
2089
|
}
|
|
@@ -3656,7 +3660,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3656
3660
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3657
3661
|
font-size: 13px;
|
|
3658
3662
|
font-style: normal;
|
|
3659
|
-
font-weight:
|
|
3663
|
+
font-weight: normal;
|
|
3660
3664
|
left: 0;
|
|
3661
3665
|
overflow: hidden;
|
|
3662
3666
|
padding-left: 0;
|
|
@@ -5889,7 +5893,7 @@ textarea.e-outline,
|
|
|
5889
5893
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5890
5894
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5891
5895
|
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5892
|
-
animation-name: slideTopUp;
|
|
5896
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5893
5897
|
}
|
|
5894
5898
|
|
|
5895
5899
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5904,7 +5908,7 @@ textarea.e-outline,
|
|
|
5904
5908
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5905
5909
|
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5906
5910
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5907
|
-
animation-name: slideTopUp;
|
|
5911
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5908
5912
|
}
|
|
5909
5913
|
|
|
5910
5914
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5922,7 +5926,7 @@ textarea.e-outline,
|
|
|
5922
5926
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5923
5927
|
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5924
5928
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5925
|
-
animation-name: slideTopUp;
|
|
5929
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5926
5930
|
}
|
|
5927
5931
|
|
|
5928
5932
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5944,7 +5948,7 @@ textarea.e-outline,
|
|
|
5944
5948
|
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5945
5949
|
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5946
5950
|
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5947
|
-
animation-name: slideTopUp;
|
|
5951
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5948
5952
|
}
|
|
5949
5953
|
|
|
5950
5954
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9202,6 +9206,8 @@ textarea.e-input,
|
|
|
9202
9206
|
color: rgba(255, 255, 255, 0.3);
|
|
9203
9207
|
}
|
|
9204
9208
|
|
|
9209
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
9210
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
9205
9211
|
.e-input[disabled],
|
|
9206
9212
|
.e-input-group .e-input[disabled],
|
|
9207
9213
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12367,4 +12373,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12367
12373
|
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
12368
12374
|
.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
12369
12375
|
color: #ffca1c;
|
|
12370
|
-
}
|
|
12376
|
+
}
|
|
12377
|
+
|
|
12378
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
@keyframes e-input-ripple {
|
|
3
4
|
100% {
|
|
4
5
|
opacity: 0;
|
|
@@ -81,14 +82,14 @@ textarea.e-input,
|
|
|
81
82
|
.e-input-group.e-control-wrapper {
|
|
82
83
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
83
84
|
font-size: 13px;
|
|
84
|
-
font-weight:
|
|
85
|
+
font-weight: normal;
|
|
85
86
|
}
|
|
86
87
|
|
|
87
88
|
.e-input-group.e-disabled,
|
|
88
89
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
89
90
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
90
91
|
font-size: 13px;
|
|
91
|
-
font-weight:
|
|
92
|
+
font-weight: normal;
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
.e-input-group input.e-input,
|
|
@@ -264,6 +265,7 @@ textarea.e-input.e-bigger,
|
|
|
264
265
|
text-align: center;
|
|
265
266
|
}
|
|
266
267
|
|
|
268
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
267
269
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
268
270
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
269
271
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -619,7 +621,7 @@ label.e-float-text,
|
|
|
619
621
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
620
622
|
font-size: 13px;
|
|
621
623
|
font-style: normal;
|
|
622
|
-
font-weight:
|
|
624
|
+
font-weight: normal;
|
|
623
625
|
left: 0;
|
|
624
626
|
overflow: hidden;
|
|
625
627
|
padding-left: 0;
|
|
@@ -1142,7 +1144,7 @@ label.e-float-text,
|
|
|
1142
1144
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1143
1145
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1144
1146
|
font-size: 13px;
|
|
1145
|
-
font-weight:
|
|
1147
|
+
font-weight: normal;
|
|
1146
1148
|
}
|
|
1147
1149
|
|
|
1148
1150
|
.e-float-input input,
|
|
@@ -1339,7 +1341,7 @@ label.e-float-text,
|
|
|
1339
1341
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1340
1342
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1341
1343
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1342
|
-
font-weight:
|
|
1344
|
+
font-weight: normal;
|
|
1343
1345
|
}
|
|
1344
1346
|
|
|
1345
1347
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1358,7 +1360,7 @@ label.e-float-text,
|
|
|
1358
1360
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1359
1361
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1360
1362
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1361
|
-
font-weight:
|
|
1363
|
+
font-weight: normal;
|
|
1362
1364
|
}
|
|
1363
1365
|
|
|
1364
1366
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1428,6 +1430,7 @@ label.e-float-text,
|
|
|
1428
1430
|
transform-origin: right top;
|
|
1429
1431
|
}
|
|
1430
1432
|
|
|
1433
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1431
1434
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1432
1435
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1433
1436
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1524,6 +1527,7 @@ label.e-float-text,
|
|
|
1524
1527
|
padding-right: 0;
|
|
1525
1528
|
}
|
|
1526
1529
|
|
|
1530
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1527
1531
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1528
1532
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1529
1533
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2057,22 +2061,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2057
2061
|
user-select: none;
|
|
2058
2062
|
}
|
|
2059
2063
|
|
|
2060
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2064
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2061
2065
|
font-style: normal;
|
|
2062
2066
|
user-select: none;
|
|
2063
2067
|
}
|
|
2064
2068
|
|
|
2065
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2069
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2066
2070
|
font-style: normal;
|
|
2067
2071
|
user-select: none;
|
|
2068
2072
|
}
|
|
2069
2073
|
|
|
2070
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2074
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2071
2075
|
font-style: normal;
|
|
2072
2076
|
user-select: none;
|
|
2073
2077
|
}
|
|
2074
2078
|
|
|
2075
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2079
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2076
2080
|
font-style: normal;
|
|
2077
2081
|
user-select: none;
|
|
2078
2082
|
}
|
|
@@ -2082,12 +2086,12 @@ input.e-input:-moz-placeholder {
|
|
|
2082
2086
|
user-select: none;
|
|
2083
2087
|
}
|
|
2084
2088
|
|
|
2085
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2089
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2086
2090
|
font-style: normal;
|
|
2087
2091
|
user-select: none;
|
|
2088
2092
|
}
|
|
2089
2093
|
|
|
2090
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2094
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2091
2095
|
font-style: normal;
|
|
2092
2096
|
user-select: none;
|
|
2093
2097
|
}
|
|
@@ -3664,7 +3668,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3664
3668
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3665
3669
|
font-size: 13px;
|
|
3666
3670
|
font-style: normal;
|
|
3667
|
-
font-weight:
|
|
3671
|
+
font-weight: normal;
|
|
3668
3672
|
left: 0;
|
|
3669
3673
|
overflow: hidden;
|
|
3670
3674
|
padding-left: 0;
|
|
@@ -5897,7 +5901,7 @@ textarea.e-outline,
|
|
|
5897
5901
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5898
5902
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5899
5903
|
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5900
|
-
animation-name: slideTopUp;
|
|
5904
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5901
5905
|
}
|
|
5902
5906
|
|
|
5903
5907
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5912,7 +5916,7 @@ textarea.e-outline,
|
|
|
5912
5916
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5913
5917
|
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5914
5918
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5915
|
-
animation-name: slideTopUp;
|
|
5919
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5916
5920
|
}
|
|
5917
5921
|
|
|
5918
5922
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5930,7 +5934,7 @@ textarea.e-outline,
|
|
|
5930
5934
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5931
5935
|
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5932
5936
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5933
|
-
animation-name: slideTopUp;
|
|
5937
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5934
5938
|
}
|
|
5935
5939
|
|
|
5936
5940
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5952,7 +5956,7 @@ textarea.e-outline,
|
|
|
5952
5956
|
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5953
5957
|
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5954
5958
|
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5955
|
-
animation-name: slideTopUp;
|
|
5959
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5956
5960
|
}
|
|
5957
5961
|
|
|
5958
5962
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9210,6 +9214,8 @@ textarea.e-input,
|
|
|
9210
9214
|
color: rgba(0, 0, 0, 0.26);
|
|
9211
9215
|
}
|
|
9212
9216
|
|
|
9217
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
9218
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
9213
9219
|
.e-input[disabled],
|
|
9214
9220
|
.e-input-group .e-input[disabled],
|
|
9215
9221
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12375,4 +12381,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12375
12381
|
.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
12376
12382
|
.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
12377
12383
|
color: #ffca1c;
|
|
12378
|
-
}
|
|
12384
|
+
}
|
|
12385
|
+
|
|
12386
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-float-input .e-clear-icon::before,
|
|
3
4
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
4
5
|
content: "\e7e7";
|
|
@@ -43,14 +44,14 @@ textarea.e-input,
|
|
|
43
44
|
.e-input-group.e-control-wrapper {
|
|
44
45
|
font-family: "Inter";
|
|
45
46
|
font-size: 14px;
|
|
46
|
-
font-weight:
|
|
47
|
+
font-weight: normal;
|
|
47
48
|
}
|
|
48
49
|
|
|
49
50
|
.e-input-group.e-disabled,
|
|
50
51
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
51
52
|
font-family: "Inter";
|
|
52
53
|
font-size: 14px;
|
|
53
|
-
font-weight:
|
|
54
|
+
font-weight: normal;
|
|
54
55
|
}
|
|
55
56
|
|
|
56
57
|
.e-input-group input.e-input,
|
|
@@ -293,6 +294,7 @@ textarea.e-input.e-bigger,
|
|
|
293
294
|
text-align: center;
|
|
294
295
|
}
|
|
295
296
|
|
|
297
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
296
298
|
.e-input-group .e-input-group-icon:first-child,
|
|
297
299
|
.e-input-group.e-control-wrapper .e-input-group-icon:first-child {
|
|
298
300
|
border-left-width: 0;
|
|
@@ -598,7 +600,7 @@ label.e-float-text,
|
|
|
598
600
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
599
601
|
font-size: 14px;
|
|
600
602
|
font-style: normal;
|
|
601
|
-
font-weight:
|
|
603
|
+
font-weight: normal;
|
|
602
604
|
left: 0;
|
|
603
605
|
overflow: hidden;
|
|
604
606
|
padding-left: 10px;
|
|
@@ -1014,7 +1016,7 @@ label.e-float-text,
|
|
|
1014
1016
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1015
1017
|
font-family: "Inter";
|
|
1016
1018
|
font-size: 14px;
|
|
1017
|
-
font-weight:
|
|
1019
|
+
font-weight: normal;
|
|
1018
1020
|
}
|
|
1019
1021
|
|
|
1020
1022
|
.e-float-input input,
|
|
@@ -1211,7 +1213,7 @@ label.e-float-text,
|
|
|
1211
1213
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1212
1214
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1213
1215
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1214
|
-
font-weight:
|
|
1216
|
+
font-weight: normal;
|
|
1215
1217
|
}
|
|
1216
1218
|
|
|
1217
1219
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1230,7 +1232,7 @@ label.e-float-text,
|
|
|
1230
1232
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1231
1233
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1232
1234
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1233
|
-
font-weight:
|
|
1235
|
+
font-weight: normal;
|
|
1234
1236
|
}
|
|
1235
1237
|
|
|
1236
1238
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1300,6 +1302,7 @@ label.e-float-text,
|
|
|
1300
1302
|
transform-origin: right top;
|
|
1301
1303
|
}
|
|
1302
1304
|
|
|
1305
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1303
1306
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1304
1307
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1305
1308
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1396,6 +1399,7 @@ label.e-float-text,
|
|
|
1396
1399
|
padding-right: 10px;
|
|
1397
1400
|
}
|
|
1398
1401
|
|
|
1402
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1399
1403
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1400
1404
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1401
1405
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1829,22 +1833,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1829
1833
|
user-select: none;
|
|
1830
1834
|
}
|
|
1831
1835
|
|
|
1832
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1836
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1833
1837
|
font-style: normal;
|
|
1834
1838
|
user-select: none;
|
|
1835
1839
|
}
|
|
1836
1840
|
|
|
1837
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1841
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1838
1842
|
font-style: normal;
|
|
1839
1843
|
user-select: none;
|
|
1840
1844
|
}
|
|
1841
1845
|
|
|
1842
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1846
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1843
1847
|
font-style: normal;
|
|
1844
1848
|
user-select: none;
|
|
1845
1849
|
}
|
|
1846
1850
|
|
|
1847
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1851
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1848
1852
|
font-style: normal;
|
|
1849
1853
|
user-select: none;
|
|
1850
1854
|
}
|
|
@@ -1854,12 +1858,12 @@ input.e-input:-moz-placeholder {
|
|
|
1854
1858
|
user-select: none;
|
|
1855
1859
|
}
|
|
1856
1860
|
|
|
1857
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1861
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1858
1862
|
font-style: normal;
|
|
1859
1863
|
user-select: none;
|
|
1860
1864
|
}
|
|
1861
1865
|
|
|
1862
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1866
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1863
1867
|
font-style: normal;
|
|
1864
1868
|
user-select: none;
|
|
1865
1869
|
}
|
|
@@ -3232,7 +3236,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3232
3236
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3233
3237
|
font-size: 14px;
|
|
3234
3238
|
font-style: normal;
|
|
3235
|
-
font-weight:
|
|
3239
|
+
font-weight: normal;
|
|
3236
3240
|
left: 0;
|
|
3237
3241
|
overflow: hidden;
|
|
3238
3242
|
padding-left: 10px;
|
|
@@ -3701,6 +3705,8 @@ textarea.e-input,
|
|
|
3701
3705
|
color: #6b7280;
|
|
3702
3706
|
}
|
|
3703
3707
|
|
|
3708
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3709
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3704
3710
|
.e-input[disabled],
|
|
3705
3711
|
.e-input-group .e-input[disabled],
|
|
3706
3712
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4563,4 +4569,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4563
4569
|
|
|
4564
4570
|
input.e-input::-webkit-input-placeholder {
|
|
4565
4571
|
color: #6b7280;
|
|
4566
|
-
}
|
|
4572
|
+
}
|
|
4573
|
+
|
|
4574
|
+
/* stylelint-disable-line no-empty-source */
|