@syncfusion/ej2-angular-inputs 20.2.44-ngcc → 20.2.45
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 +28 -14
- 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 -1445
- 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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-float-input .e-clear-icon::before,
|
|
2
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
4
|
content: "\e7e7";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
44
45
|
font-size: 14px;
|
|
45
|
-
font-weight:
|
|
46
|
+
font-weight: normal;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-input-group.e-disabled,
|
|
49
50
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
50
51
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -296,6 +297,7 @@ textarea.e-input.e-bigger,
|
|
|
296
297
|
border-top: 0;
|
|
297
298
|
}
|
|
298
299
|
|
|
300
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
299
301
|
.e-input-group .e-input-group-icon:last-child,
|
|
300
302
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
301
303
|
border-right-width: 0;
|
|
@@ -635,7 +637,7 @@ label.e-float-text,
|
|
|
635
637
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
636
638
|
font-size: 14px;
|
|
637
639
|
font-style: normal;
|
|
638
|
-
font-weight:
|
|
640
|
+
font-weight: normal;
|
|
639
641
|
left: 0;
|
|
640
642
|
overflow: hidden;
|
|
641
643
|
padding-left: 10px;
|
|
@@ -1051,7 +1053,7 @@ label.e-float-text,
|
|
|
1051
1053
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1052
1054
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1053
1055
|
font-size: 14px;
|
|
1054
|
-
font-weight:
|
|
1056
|
+
font-weight: normal;
|
|
1055
1057
|
}
|
|
1056
1058
|
|
|
1057
1059
|
.e-float-input input,
|
|
@@ -1250,7 +1252,7 @@ label.e-float-text,
|
|
|
1250
1252
|
.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,
|
|
1251
1253
|
.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,
|
|
1252
1254
|
.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 {
|
|
1253
|
-
font-weight:
|
|
1255
|
+
font-weight: normal;
|
|
1254
1256
|
}
|
|
1255
1257
|
|
|
1256
1258
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1269,7 +1271,7 @@ label.e-float-text,
|
|
|
1269
1271
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1270
1272
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1271
1273
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1272
|
-
font-weight:
|
|
1274
|
+
font-weight: normal;
|
|
1273
1275
|
}
|
|
1274
1276
|
|
|
1275
1277
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1339,6 +1341,7 @@ label.e-float-text,
|
|
|
1339
1341
|
transform-origin: right top;
|
|
1340
1342
|
}
|
|
1341
1343
|
|
|
1344
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1342
1345
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1343
1346
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1344
1347
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1435,6 +1438,7 @@ label.e-float-text,
|
|
|
1435
1438
|
padding-right: 10px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1441
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1438
1442
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1439
1443
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1440
1444
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1853,22 +1857,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1853
1857
|
user-select: none;
|
|
1854
1858
|
}
|
|
1855
1859
|
|
|
1856
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1860
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1857
1861
|
font-style: normal;
|
|
1858
1862
|
user-select: none;
|
|
1859
1863
|
}
|
|
1860
1864
|
|
|
1861
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1865
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1862
1866
|
font-style: normal;
|
|
1863
1867
|
user-select: none;
|
|
1864
1868
|
}
|
|
1865
1869
|
|
|
1866
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1870
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1867
1871
|
font-style: normal;
|
|
1868
1872
|
user-select: none;
|
|
1869
1873
|
}
|
|
1870
1874
|
|
|
1871
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1875
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1872
1876
|
font-style: normal;
|
|
1873
1877
|
user-select: none;
|
|
1874
1878
|
}
|
|
@@ -1878,12 +1882,12 @@ input.e-input:-moz-placeholder {
|
|
|
1878
1882
|
user-select: none;
|
|
1879
1883
|
}
|
|
1880
1884
|
|
|
1881
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1885
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1882
1886
|
font-style: normal;
|
|
1883
1887
|
user-select: none;
|
|
1884
1888
|
}
|
|
1885
1889
|
|
|
1886
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1890
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1887
1891
|
font-style: normal;
|
|
1888
1892
|
user-select: none;
|
|
1889
1893
|
}
|
|
@@ -3340,7 +3344,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3340
3344
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3341
3345
|
font-size: 14px;
|
|
3342
3346
|
font-style: normal;
|
|
3343
|
-
font-weight:
|
|
3347
|
+
font-weight: normal;
|
|
3344
3348
|
left: 0;
|
|
3345
3349
|
overflow: hidden;
|
|
3346
3350
|
padding-left: 10px;
|
|
@@ -3809,6 +3813,8 @@ textarea.e-input,
|
|
|
3809
3813
|
color: #adb5bd;
|
|
3810
3814
|
}
|
|
3811
3815
|
|
|
3816
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3817
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3812
3818
|
.e-input[disabled],
|
|
3813
3819
|
.e-input-group .e-input[disabled],
|
|
3814
3820
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4719,4 +4725,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4719
4725
|
|
|
4720
4726
|
input.e-input::-webkit-input-placeholder {
|
|
4721
4727
|
color: #6c757d;
|
|
4722
|
-
}
|
|
4728
|
+
}
|
|
4729
|
+
|
|
4730
|
+
/* stylelint-disable-line no-empty-source */
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-float-input .e-clear-icon::before,
|
|
2
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
4
|
content: "\e953";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
44
45
|
font-size: 14px;
|
|
45
|
-
font-weight:
|
|
46
|
+
font-weight: normal;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-input-group.e-disabled,
|
|
49
50
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
50
51
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -207,6 +208,7 @@ textarea.e-input.e-bigger,
|
|
|
207
208
|
text-align: center;
|
|
208
209
|
}
|
|
209
210
|
|
|
211
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
210
212
|
.e-input-group.e-bigger .e-input-group-icon,
|
|
211
213
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
212
214
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -501,7 +503,7 @@ label.e-float-text,
|
|
|
501
503
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
502
504
|
font-size: 14px;
|
|
503
505
|
font-style: normal;
|
|
504
|
-
font-weight:
|
|
506
|
+
font-weight: normal;
|
|
505
507
|
left: 0;
|
|
506
508
|
overflow: hidden;
|
|
507
509
|
padding-left: 10px;
|
|
@@ -914,7 +916,7 @@ label.e-float-text,
|
|
|
914
916
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
915
917
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
916
918
|
font-size: 14px;
|
|
917
|
-
font-weight:
|
|
919
|
+
font-weight: normal;
|
|
918
920
|
}
|
|
919
921
|
|
|
920
922
|
.e-float-input input,
|
|
@@ -1111,7 +1113,7 @@ label.e-float-text,
|
|
|
1111
1113
|
.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,
|
|
1112
1114
|
.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,
|
|
1113
1115
|
.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 {
|
|
1114
|
-
font-weight:
|
|
1116
|
+
font-weight: normal;
|
|
1115
1117
|
}
|
|
1116
1118
|
|
|
1117
1119
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1130,7 +1132,7 @@ label.e-float-text,
|
|
|
1130
1132
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1131
1133
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1132
1134
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1133
|
-
font-weight:
|
|
1135
|
+
font-weight: normal;
|
|
1134
1136
|
}
|
|
1135
1137
|
|
|
1136
1138
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1200,6 +1202,7 @@ label.e-float-text,
|
|
|
1200
1202
|
transform-origin: right top;
|
|
1201
1203
|
}
|
|
1202
1204
|
|
|
1205
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1203
1206
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1204
1207
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1205
1208
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1296,6 +1299,7 @@ label.e-float-text,
|
|
|
1296
1299
|
padding-right: 10px;
|
|
1297
1300
|
}
|
|
1298
1301
|
|
|
1302
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1299
1303
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1300
1304
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1301
1305
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1721,22 +1725,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1721
1725
|
user-select: none;
|
|
1722
1726
|
}
|
|
1723
1727
|
|
|
1724
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1728
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1725
1729
|
font-style: normal;
|
|
1726
1730
|
user-select: none;
|
|
1727
1731
|
}
|
|
1728
1732
|
|
|
1729
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1733
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1730
1734
|
font-style: normal;
|
|
1731
1735
|
user-select: none;
|
|
1732
1736
|
}
|
|
1733
1737
|
|
|
1734
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1738
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1735
1739
|
font-style: normal;
|
|
1736
1740
|
user-select: none;
|
|
1737
1741
|
}
|
|
1738
1742
|
|
|
1739
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1743
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1740
1744
|
font-style: normal;
|
|
1741
1745
|
user-select: none;
|
|
1742
1746
|
}
|
|
@@ -1746,12 +1750,12 @@ input.e-input:-moz-placeholder {
|
|
|
1746
1750
|
user-select: none;
|
|
1747
1751
|
}
|
|
1748
1752
|
|
|
1749
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1753
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1750
1754
|
font-style: normal;
|
|
1751
1755
|
user-select: none;
|
|
1752
1756
|
}
|
|
1753
1757
|
|
|
1754
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1758
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1755
1759
|
font-style: normal;
|
|
1756
1760
|
user-select: none;
|
|
1757
1761
|
}
|
|
@@ -3197,7 +3201,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3197
3201
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3198
3202
|
font-size: 14px;
|
|
3199
3203
|
font-style: normal;
|
|
3200
|
-
font-weight:
|
|
3204
|
+
font-weight: normal;
|
|
3201
3205
|
left: 0;
|
|
3202
3206
|
overflow: hidden;
|
|
3203
3207
|
padding-left: 10px;
|
|
@@ -3678,6 +3682,8 @@ textarea.e-input,
|
|
|
3678
3682
|
color: #6f6c6c;
|
|
3679
3683
|
}
|
|
3680
3684
|
|
|
3685
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3686
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3681
3687
|
.e-input[disabled],
|
|
3682
3688
|
.e-input-group .e-input[disabled],
|
|
3683
3689
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4546,4 +4552,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4546
4552
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4547
4553
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4548
4554
|
color: #dadada;
|
|
4549
|
-
}
|
|
4555
|
+
}
|
|
4556
|
+
|
|
4557
|
+
/* stylelint-disable-line no-empty-source */
|
package/styles/input/fabric.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-float-input .e-clear-icon::before,
|
|
2
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
4
|
content: "\e953";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
44
45
|
font-size: 14px;
|
|
45
|
-
font-weight:
|
|
46
|
+
font-weight: normal;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-input-group.e-disabled,
|
|
49
50
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
50
51
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -207,6 +208,7 @@ textarea.e-input.e-bigger,
|
|
|
207
208
|
text-align: center;
|
|
208
209
|
}
|
|
209
210
|
|
|
211
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
210
212
|
.e-input-group.e-bigger .e-input-group-icon,
|
|
211
213
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
212
214
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -501,7 +503,7 @@ label.e-float-text,
|
|
|
501
503
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
502
504
|
font-size: 14px;
|
|
503
505
|
font-style: normal;
|
|
504
|
-
font-weight:
|
|
506
|
+
font-weight: normal;
|
|
505
507
|
left: 0;
|
|
506
508
|
overflow: hidden;
|
|
507
509
|
padding-left: 10px;
|
|
@@ -914,7 +916,7 @@ label.e-float-text,
|
|
|
914
916
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
915
917
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
916
918
|
font-size: 14px;
|
|
917
|
-
font-weight:
|
|
919
|
+
font-weight: normal;
|
|
918
920
|
}
|
|
919
921
|
|
|
920
922
|
.e-float-input input,
|
|
@@ -1111,7 +1113,7 @@ label.e-float-text,
|
|
|
1111
1113
|
.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,
|
|
1112
1114
|
.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,
|
|
1113
1115
|
.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 {
|
|
1114
|
-
font-weight:
|
|
1116
|
+
font-weight: normal;
|
|
1115
1117
|
}
|
|
1116
1118
|
|
|
1117
1119
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1130,7 +1132,7 @@ label.e-float-text,
|
|
|
1130
1132
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1131
1133
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1132
1134
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1133
|
-
font-weight:
|
|
1135
|
+
font-weight: normal;
|
|
1134
1136
|
}
|
|
1135
1137
|
|
|
1136
1138
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1200,6 +1202,7 @@ label.e-float-text,
|
|
|
1200
1202
|
transform-origin: right top;
|
|
1201
1203
|
}
|
|
1202
1204
|
|
|
1205
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1203
1206
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1204
1207
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1205
1208
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1296,6 +1299,7 @@ label.e-float-text,
|
|
|
1296
1299
|
padding-right: 10px;
|
|
1297
1300
|
}
|
|
1298
1301
|
|
|
1302
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1299
1303
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1300
1304
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1301
1305
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1721,22 +1725,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1721
1725
|
user-select: none;
|
|
1722
1726
|
}
|
|
1723
1727
|
|
|
1724
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1728
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1725
1729
|
font-style: normal;
|
|
1726
1730
|
user-select: none;
|
|
1727
1731
|
}
|
|
1728
1732
|
|
|
1729
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1733
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1730
1734
|
font-style: normal;
|
|
1731
1735
|
user-select: none;
|
|
1732
1736
|
}
|
|
1733
1737
|
|
|
1734
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1738
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1735
1739
|
font-style: normal;
|
|
1736
1740
|
user-select: none;
|
|
1737
1741
|
}
|
|
1738
1742
|
|
|
1739
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1743
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1740
1744
|
font-style: normal;
|
|
1741
1745
|
user-select: none;
|
|
1742
1746
|
}
|
|
@@ -1746,12 +1750,12 @@ input.e-input:-moz-placeholder {
|
|
|
1746
1750
|
user-select: none;
|
|
1747
1751
|
}
|
|
1748
1752
|
|
|
1749
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1753
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1750
1754
|
font-style: normal;
|
|
1751
1755
|
user-select: none;
|
|
1752
1756
|
}
|
|
1753
1757
|
|
|
1754
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1758
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1755
1759
|
font-style: normal;
|
|
1756
1760
|
user-select: none;
|
|
1757
1761
|
}
|
|
@@ -3197,7 +3201,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3197
3201
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3198
3202
|
font-size: 14px;
|
|
3199
3203
|
font-style: normal;
|
|
3200
|
-
font-weight:
|
|
3204
|
+
font-weight: normal;
|
|
3201
3205
|
left: 0;
|
|
3202
3206
|
overflow: hidden;
|
|
3203
3207
|
padding-left: 10px;
|
|
@@ -3678,6 +3682,8 @@ textarea.e-input,
|
|
|
3678
3682
|
color: #a6a6a6;
|
|
3679
3683
|
}
|
|
3680
3684
|
|
|
3685
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3686
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3681
3687
|
.e-input[disabled],
|
|
3682
3688
|
.e-input-group .e-input[disabled],
|
|
3683
3689
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4546,4 +4552,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4546
4552
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4547
4553
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4548
4554
|
color: #333;
|
|
4549
|
-
}
|
|
4555
|
+
}
|
|
4556
|
+
|
|
4557
|
+
/* stylelint-disable-line no-empty-source */
|
package/styles/input/fabric.scss
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-float-input .e-clear-icon::before,
|
|
2
3
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
3
4
|
content: "\e7e7";
|
|
@@ -42,14 +43,14 @@ textarea.e-input,
|
|
|
42
43
|
.e-input-group.e-control-wrapper {
|
|
43
44
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
44
45
|
font-size: 14px;
|
|
45
|
-
font-weight:
|
|
46
|
+
font-weight: normal;
|
|
46
47
|
}
|
|
47
48
|
|
|
48
49
|
.e-input-group.e-disabled,
|
|
49
50
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
50
51
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
51
52
|
font-size: 14px;
|
|
52
|
-
font-weight:
|
|
53
|
+
font-weight: normal;
|
|
53
54
|
}
|
|
54
55
|
|
|
55
56
|
.e-input-group input.e-input,
|
|
@@ -207,6 +208,7 @@ textarea.e-input.e-bigger,
|
|
|
207
208
|
text-align: center;
|
|
208
209
|
}
|
|
209
210
|
|
|
211
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
210
212
|
.e-input-group.e-bigger .e-input-group-icon,
|
|
211
213
|
.e-input-group .e-input-group-icon.e-bigger,
|
|
212
214
|
.e-bigger .e-input-group .e-input-group-icon,
|
|
@@ -463,7 +465,7 @@ label.e-float-text,
|
|
|
463
465
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
464
466
|
font-size: 14px;
|
|
465
467
|
font-style: normal;
|
|
466
|
-
font-weight:
|
|
468
|
+
font-weight: normal;
|
|
467
469
|
left: 0;
|
|
468
470
|
overflow: hidden;
|
|
469
471
|
padding-left: 10px;
|
|
@@ -882,7 +884,7 @@ label.e-float-text,
|
|
|
882
884
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
883
885
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
884
886
|
font-size: 14px;
|
|
885
|
-
font-weight:
|
|
887
|
+
font-weight: normal;
|
|
886
888
|
}
|
|
887
889
|
|
|
888
890
|
.e-float-input input,
|
|
@@ -1079,7 +1081,7 @@ label.e-float-text,
|
|
|
1079
1081
|
.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,
|
|
1080
1082
|
.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,
|
|
1081
1083
|
.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 {
|
|
1082
|
-
font-weight:
|
|
1084
|
+
font-weight: normal;
|
|
1083
1085
|
}
|
|
1084
1086
|
|
|
1085
1087
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1098,7 +1100,7 @@ label.e-float-text,
|
|
|
1098
1100
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1099
1101
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1100
1102
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1101
|
-
font-weight:
|
|
1103
|
+
font-weight: normal;
|
|
1102
1104
|
}
|
|
1103
1105
|
|
|
1104
1106
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1168,6 +1170,7 @@ label.e-float-text,
|
|
|
1168
1170
|
transform-origin: right top;
|
|
1169
1171
|
}
|
|
1170
1172
|
|
|
1173
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1171
1174
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1172
1175
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1173
1176
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1264,6 +1267,7 @@ label.e-float-text,
|
|
|
1264
1267
|
padding-right: 10px;
|
|
1265
1268
|
}
|
|
1266
1269
|
|
|
1270
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1267
1271
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1268
1272
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1269
1273
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1689,22 +1693,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1689
1693
|
user-select: none;
|
|
1690
1694
|
}
|
|
1691
1695
|
|
|
1692
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1696
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1693
1697
|
font-style: normal;
|
|
1694
1698
|
user-select: none;
|
|
1695
1699
|
}
|
|
1696
1700
|
|
|
1697
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1701
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1698
1702
|
font-style: normal;
|
|
1699
1703
|
user-select: none;
|
|
1700
1704
|
}
|
|
1701
1705
|
|
|
1702
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1706
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1703
1707
|
font-style: normal;
|
|
1704
1708
|
user-select: none;
|
|
1705
1709
|
}
|
|
1706
1710
|
|
|
1707
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1711
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1708
1712
|
font-style: normal;
|
|
1709
1713
|
user-select: none;
|
|
1710
1714
|
}
|
|
@@ -1714,12 +1718,12 @@ input.e-input:-moz-placeholder {
|
|
|
1714
1718
|
user-select: none;
|
|
1715
1719
|
}
|
|
1716
1720
|
|
|
1717
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1721
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1718
1722
|
font-style: normal;
|
|
1719
1723
|
user-select: none;
|
|
1720
1724
|
}
|
|
1721
1725
|
|
|
1722
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1726
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1723
1727
|
font-style: normal;
|
|
1724
1728
|
user-select: none;
|
|
1725
1729
|
}
|
|
@@ -3169,7 +3173,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3169
3173
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3170
3174
|
font-size: 14px;
|
|
3171
3175
|
font-style: normal;
|
|
3172
|
-
font-weight:
|
|
3176
|
+
font-weight: normal;
|
|
3173
3177
|
left: 0;
|
|
3174
3178
|
overflow: hidden;
|
|
3175
3179
|
padding-left: 10px;
|
|
@@ -3658,6 +3662,8 @@ textarea.e-input,
|
|
|
3658
3662
|
color: #484644;
|
|
3659
3663
|
}
|
|
3660
3664
|
|
|
3665
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3666
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3661
3667
|
.e-input[disabled],
|
|
3662
3668
|
.e-input-group .e-input[disabled],
|
|
3663
3669
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4591,4 +4597,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4591
4597
|
.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text,
|
|
4592
4598
|
.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text {
|
|
4593
4599
|
color: #c8c6c4;
|
|
4594
|
-
}
|
|
4600
|
+
}
|
|
4601
|
+
|
|
4602
|
+
/* stylelint-disable-line no-empty-source */
|