@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
package/styles/highcontrast.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #969696;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
11
12
|
.e-float-input .e-clear-icon::before,
|
|
12
13
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
13
14
|
content: "\e953";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
54
55
|
font-size: 14px;
|
|
55
|
-
font-weight:
|
|
56
|
+
font-weight: normal;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.e-input-group.e-disabled,
|
|
59
60
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
60
61
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
61
62
|
font-size: 14px;
|
|
62
|
-
font-weight:
|
|
63
|
+
font-weight: normal;
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
.e-input-group input.e-input,
|
|
@@ -217,6 +218,7 @@ textarea.e-input.e-bigger,
|
|
|
217
218
|
text-align: center;
|
|
218
219
|
}
|
|
219
220
|
|
|
221
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
220
222
|
.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
|
|
221
223
|
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
|
|
222
224
|
-moz-box-sizing: border-box;
|
|
@@ -626,7 +628,7 @@ label.e-float-text,
|
|
|
626
628
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
627
629
|
font-size: 14px;
|
|
628
630
|
font-style: italic;
|
|
629
|
-
font-weight:
|
|
631
|
+
font-weight: normal;
|
|
630
632
|
left: 0;
|
|
631
633
|
overflow: hidden;
|
|
632
634
|
padding-left: 10px;
|
|
@@ -1039,7 +1041,7 @@ label.e-float-text,
|
|
|
1039
1041
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1040
1042
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
1041
1043
|
font-size: 14px;
|
|
1042
|
-
font-weight:
|
|
1044
|
+
font-weight: normal;
|
|
1043
1045
|
}
|
|
1044
1046
|
|
|
1045
1047
|
.e-float-input input,
|
|
@@ -1236,7 +1238,7 @@ label.e-float-text,
|
|
|
1236
1238
|
.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,
|
|
1237
1239
|
.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,
|
|
1238
1240
|
.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 {
|
|
1239
|
-
font-weight:
|
|
1241
|
+
font-weight: normal;
|
|
1240
1242
|
}
|
|
1241
1243
|
|
|
1242
1244
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1255,7 +1257,7 @@ label.e-float-text,
|
|
|
1255
1257
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1256
1258
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1257
1259
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1258
|
-
font-weight:
|
|
1260
|
+
font-weight: normal;
|
|
1259
1261
|
}
|
|
1260
1262
|
|
|
1261
1263
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1325,6 +1327,7 @@ label.e-float-text,
|
|
|
1325
1327
|
transform-origin: right top;
|
|
1326
1328
|
}
|
|
1327
1329
|
|
|
1330
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1328
1331
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1329
1332
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1330
1333
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1421,6 +1424,7 @@ label.e-float-text,
|
|
|
1421
1424
|
padding-right: 10px;
|
|
1422
1425
|
}
|
|
1423
1426
|
|
|
1427
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1424
1428
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1425
1429
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1426
1430
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1847,22 +1851,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1847
1851
|
user-select: none;
|
|
1848
1852
|
}
|
|
1849
1853
|
|
|
1850
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1854
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1851
1855
|
font-style: italic;
|
|
1852
1856
|
user-select: none;
|
|
1853
1857
|
}
|
|
1854
1858
|
|
|
1855
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1859
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1856
1860
|
font-style: italic;
|
|
1857
1861
|
user-select: none;
|
|
1858
1862
|
}
|
|
1859
1863
|
|
|
1860
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1864
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1861
1865
|
font-style: italic;
|
|
1862
1866
|
user-select: none;
|
|
1863
1867
|
}
|
|
1864
1868
|
|
|
1865
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1869
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1866
1870
|
font-style: italic;
|
|
1867
1871
|
user-select: none;
|
|
1868
1872
|
}
|
|
@@ -1872,12 +1876,12 @@ input.e-input:-moz-placeholder {
|
|
|
1872
1876
|
user-select: none;
|
|
1873
1877
|
}
|
|
1874
1878
|
|
|
1875
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1879
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1876
1880
|
font-style: italic;
|
|
1877
1881
|
user-select: none;
|
|
1878
1882
|
}
|
|
1879
1883
|
|
|
1880
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1884
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1881
1885
|
font-style: italic;
|
|
1882
1886
|
user-select: none;
|
|
1883
1887
|
}
|
|
@@ -3351,7 +3355,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3351
3355
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3352
3356
|
font-size: 14px;
|
|
3353
3357
|
font-style: italic;
|
|
3354
|
-
font-weight:
|
|
3358
|
+
font-weight: normal;
|
|
3355
3359
|
left: 0;
|
|
3356
3360
|
overflow: hidden;
|
|
3357
3361
|
padding-left: 10px;
|
|
@@ -3833,6 +3837,8 @@ textarea.e-input,
|
|
|
3833
3837
|
color: #757575;
|
|
3834
3838
|
}
|
|
3835
3839
|
|
|
3840
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3841
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3836
3842
|
.e-input[disabled],
|
|
3837
3843
|
.e-input-group .e-input[disabled],
|
|
3838
3844
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4832,6 +4838,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4832
4838
|
color: #fff;
|
|
4833
4839
|
}
|
|
4834
4840
|
|
|
4841
|
+
/* stylelint-disable-line no-empty-source */
|
|
4842
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4835
4843
|
.e-input-group-icon.e-spin-up::before {
|
|
4836
4844
|
content: "\e85e";
|
|
4837
4845
|
font-family: "e-icons";
|
|
@@ -4880,6 +4888,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4880
4888
|
font-size: 12px;
|
|
4881
4889
|
}
|
|
4882
4890
|
|
|
4891
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4883
4892
|
/*! maskedtextbox layout */
|
|
4884
4893
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4885
4894
|
font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4914,6 +4923,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4914
4923
|
color: #fff;
|
|
4915
4924
|
}
|
|
4916
4925
|
|
|
4926
|
+
/* stylelint-disable-line no-empty-source */
|
|
4927
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4917
4928
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4918
4929
|
cursor: default;
|
|
4919
4930
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5231,6 +5242,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5231
5242
|
}
|
|
5232
5243
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5233
5244
|
border-color: #bfbfbf;
|
|
5245
|
+
/* stylelint-disable */
|
|
5246
|
+
/* stylelint-enable */
|
|
5234
5247
|
}
|
|
5235
5248
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5236
5249
|
height: 4px;
|
|
@@ -5457,6 +5470,9 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5457
5470
|
.e-control-wrapper.e-slider-container .e-slider .e-handle:active {
|
|
5458
5471
|
background-color: #000;
|
|
5459
5472
|
}
|
|
5473
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5474
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5475
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5460
5476
|
@keyframes material-spinner-rotate {
|
|
5461
5477
|
0% {
|
|
5462
5478
|
transform: rotate(0);
|
|
@@ -6257,6 +6273,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6257
6273
|
box-shadow: 0 0 0 transparent;
|
|
6258
6274
|
}
|
|
6259
6275
|
|
|
6276
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6260
6277
|
.e-container .e-value-switch-btn::before {
|
|
6261
6278
|
content: "\e429";
|
|
6262
6279
|
}
|
|
@@ -6335,6 +6352,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6335
6352
|
line-height: 0;
|
|
6336
6353
|
}
|
|
6337
6354
|
|
|
6355
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6338
6356
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6339
6357
|
-webkit-overflow-scrolling: touch;
|
|
6340
6358
|
height: 100%;
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
$zero-value: 0 !default;
|
|
2
|
+
$one-value: 1px !default;
|
|
3
|
+
$input-child-padding-bottom: $zero-value !default;
|
|
4
|
+
$input-child-small-bigger-padding-bottom: $zero-value !default;
|
|
5
|
+
$input-child-small-padding-bottom: $zero-value !default;
|
|
6
|
+
$input-child-bigger-padding-bottom: $zero-value !default;
|
|
7
|
+
$input-group-full-border: $border-size $border-type !default;
|
|
8
|
+
$input-child-small-bigger-padding-top: $zero-value !default;
|
|
9
|
+
$input-child-small-padding-top: $zero-value !default;
|
|
10
|
+
$input-child-padding-top: $zero-value !default;
|
|
11
|
+
$input-child-bigger-padding-top: $zero-value !default;
|
|
12
|
+
|
|
13
|
+
//input
|
|
14
|
+
$input-bg-color: $grey-base !default;
|
|
15
|
+
$input-box-border-focus: $brand-primary !default;
|
|
16
|
+
$input-success-color: $brand-success-dark !default;
|
|
17
|
+
$input-warning-color: $brand-warning-dark !default;
|
|
18
|
+
$input-error-color: $brand-danger-dark !default;
|
|
19
|
+
$input-disable-bg-color: $grey-light !default;
|
|
20
|
+
$input-disable-font-color: $grey-dd !default;
|
|
21
|
+
$input-box-border-color: $grey-lighter !default;
|
|
22
|
+
$input-font-color: $grey-dark-font !default;
|
|
23
|
+
$input-icon-font-color: $grey-dark-font !default;
|
|
24
|
+
$input-clear-icon-color: $grey-dark-font !default;
|
|
25
|
+
$input-clear-icon-hover-color: $grey-light-font !default;
|
|
26
|
+
$input-error-color: $brand-danger-dark !default;
|
|
27
|
+
$input-accent: $brand-primary !default;
|
|
28
|
+
$input-placeholder: $grey-lighter !default;
|
|
29
|
+
$input-active-border-color: $input-box-border-focus !default;
|
|
30
|
+
$input-group-active-border-color: transparent !default;
|
|
31
|
+
$input-disable-border-color: $grey-99 !default;
|
|
32
|
+
$input-disabled-group-bg-color: $grey-light !default;
|
|
33
|
+
$input-group-pressed-bg: $grey-dark !default;
|
|
34
|
+
$input-hover-bg-color: $grey !default;
|
|
35
|
+
$input-active-accent-color: $grey-dark !default;
|
|
36
|
+
$input-group-disabled-color: $grey-8c !default;
|
|
37
|
+
$input-group-hovered-color: $grey-dark-font !default;
|
|
38
|
+
$input-header-font-color: $grey-99 !default;
|
|
39
|
+
$float-label-font-color: $grey-dark-font !default;
|
|
40
|
+
$float-label-disbale-font-color: $input-disable-font-color !default;
|
|
41
|
+
$input-group-full-border-color: $input-box-border-color !default;
|
|
42
|
+
$input-group-success-color: $input-success-color !default;
|
|
43
|
+
$input-group-warning-color: $input-warning-color !default;
|
|
44
|
+
$input-group-error-color: $input-error-color !default;
|
|
45
|
+
$input-icon-shadow: inset 0 4px 5px rgba($grey-base, .35) !default;
|
|
46
|
+
$input-border-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba($input-box-border-focus, 10%) !default;
|
|
47
|
+
$input-error-border-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba($input-error-color, .6) !default;
|
|
48
|
+
$input-success-border-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba($input-success-color, .6) !default;
|
|
49
|
+
$input-warning-border-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba($input-warning-color, .6) !default;
|
|
50
|
+
|
|
51
|
+
//endinput
|
|
52
|
+
//default
|
|
53
|
+
$textarea-padding: 4px 12px 4px 12px !default;
|
|
54
|
+
$textarea-bigger-padding: 6px 14px 6px 14px !default;
|
|
55
|
+
$textarea-small-padding: 4px 10px 4px 10px !default;
|
|
56
|
+
$textarea-bigger-small-padding: 4px 12px 4px 12px !default;
|
|
57
|
+
$textarea-min-height: 32px !default;
|
|
58
|
+
$textarea-bigger-min-height: 36px !default;
|
|
59
|
+
$textarea-bigger-small-min-height: 32px !default;
|
|
60
|
+
$textarea-small-min-height: 26px !default;
|
|
61
|
+
$input-group-child-border-width: $zero-value !default;
|
|
62
|
+
$input-float-font-weight: bold !default;
|
|
63
|
+
$input-padding: $zero-value !default;
|
|
64
|
+
$float-input-padding: $zero-value !default;
|
|
65
|
+
$float-input-wrap-padding-top: $zero-value !default;
|
|
66
|
+
$input-padding-bottom: $zero-value !default;
|
|
67
|
+
$input-focus-padding-bottom: $zero-value !default;
|
|
68
|
+
$input-clear-icon-padding: $zero-value !default;
|
|
69
|
+
$input-clear-icon-position: center !default;
|
|
70
|
+
$input-bigger-padding: $zero-value !default;
|
|
71
|
+
$float-input-bigger-padding: $zero-value !default;
|
|
72
|
+
$float-input-bigger-wrap-padding-top: $zero-value !default;
|
|
73
|
+
$input-bigger-padding-bottom: $zero-value !default;
|
|
74
|
+
$input-focus-bigger-padding-bottom: $zero-value !default;
|
|
75
|
+
$input-child-padding: $zero-value !default;
|
|
76
|
+
$input-bigger-child-padding: $zero-value !default;
|
|
77
|
+
$input-margin-bottom: $zero-value !default;
|
|
78
|
+
$input-bigger-margin-bottom: $zero-value !default;
|
|
79
|
+
$input-small-margin-bottom: $zero-value !default;
|
|
80
|
+
$input-small-bigger-margin-bottom: $zero-value !default;
|
|
81
|
+
$input-small-padding: $zero-value !default;
|
|
82
|
+
$float-input-small-padding: $zero-value !default;
|
|
83
|
+
$float-input-small-wrap-padding-top: $zero-value !default;
|
|
84
|
+
$input-small-padding-bottom: $zero-value !default;
|
|
85
|
+
$input-focus-small-padding-bottom: $zero-value !default;
|
|
86
|
+
$input-bigger-small-padding: $zero-value !default;
|
|
87
|
+
$float-input-bigger-small-padding: $zero-value !default;
|
|
88
|
+
$float-input-bigger-small-wrap-padding-top: $zero-value !default;
|
|
89
|
+
$input-bigger-small-padding-bottom: $zero-value !default;
|
|
90
|
+
$input-focus-bigger-small-padding-bottom: $zero-value !default;
|
|
91
|
+
$input-bigger-small-child-padding: $zero-value !default;
|
|
92
|
+
$input-small-child-padding: $zero-value !default;
|
|
93
|
+
$input-border: $zero-value $border-type !default;
|
|
94
|
+
$float-input-border: $zero-value $border-type !default;
|
|
95
|
+
$input-disable-border-type: solid !default;
|
|
96
|
+
$input-border-left-width: 1px !default;
|
|
97
|
+
$input-group-active-border: transparent !default;
|
|
98
|
+
$input-group-border: 1px $border-type !default;
|
|
99
|
+
$input-group-border-width: $zero-value !default;
|
|
100
|
+
$input-group-border-radius: $zero-value !default;
|
|
101
|
+
$input-valid-group-border-width: 2px !default;
|
|
102
|
+
$input-child-margin-bottom: $zero-value !default;
|
|
103
|
+
$input-child-margin-top: $zero-value !default;
|
|
104
|
+
$float-input-child-margin-top: $zero-value !default;
|
|
105
|
+
$input-child-margin-right: $zero-value !default;
|
|
106
|
+
$input-child-small-bigger-margin-bottom: $zero-value !default;
|
|
107
|
+
$input-child-small-bigger-margin-top: $zero-value !default;
|
|
108
|
+
$float-input-child-small-bigger-margin-top: $zero-value !default;
|
|
109
|
+
$input-child-small-bigger-margin-right: $zero-value !default;
|
|
110
|
+
$input-child-small-margin-bottom: $zero-value !default;
|
|
111
|
+
$input-child-small-margin-top: $zero-value !default;
|
|
112
|
+
$float-input-child-small-margin-top: $zero-value !default;
|
|
113
|
+
$input-child-small-margin-right: $zero-value !default;
|
|
114
|
+
$input-child-bigger-margin-bottom: $zero-value !default;
|
|
115
|
+
$input-child-bigger-margin-top: $zero-value !default;
|
|
116
|
+
$float-input-child-bigger-margin-top: $zero-value !default;
|
|
117
|
+
$input-child-bigger-margin-right: $zero-value !default;
|
|
118
|
+
$input-disable-group-border-width: $one-value !default;
|
|
119
|
+
$input-opacity: 1 !default;
|
|
120
|
+
$input-opacity-filter: 100 !default;
|
|
121
|
+
$input-group-border-width-focus: $one-value !default;
|
|
122
|
+
$input-group-border-type-focus: $border-type !default;
|
|
123
|
+
$input-group-border-color-focus: $input-box-border-focus !default;
|
|
124
|
+
$input-group-border-color-hover: $grey-cc !default;
|
|
125
|
+
$input-group-border-width-hover: 1px !default;
|
|
126
|
+
$input-group-border-right-focus: transparent !default;
|
|
127
|
+
$input-group-border-left-focus: transparent !default;
|
|
128
|
+
$input-group-full-border-width: $one-value !default;
|
|
129
|
+
$input-valid-border-bottom-width: 2px !default;
|
|
130
|
+
$input-group-pressed-color: $grey-light-font !default;
|
|
131
|
+
$input-select-font-color: $active-font-color !default;
|
|
132
|
+
$input-right-border-width: $zero-value !default;
|
|
133
|
+
$float-label-font-size: 12px !default;
|
|
134
|
+
$float-label-bigger-font-size: 13px !default;
|
|
135
|
+
$float-label-small-font-size: 11px !default;
|
|
136
|
+
$float-label-bigger-small-font-size: 12px !default;
|
|
137
|
+
$float-placeholder-font-size: 14px !default;
|
|
138
|
+
$float-placeholder-bigger-font-size: 15px !default;
|
|
139
|
+
$float-placeholder-small-font-size: 13px !default;
|
|
140
|
+
$float-placeholder-bigger-small-font-size: 14px !default;
|
|
141
|
+
$input-border-size: 2px !default;
|
|
142
|
+
$input-normal-height: 34px - $input-border-size !default;
|
|
143
|
+
$input-bigger-height: 40px - $input-border-size !default;
|
|
144
|
+
$input-small-height: 28px - $input-border-size !default;
|
|
145
|
+
$input-bigger-small-height: 36px - $input-border-size !default;
|
|
146
|
+
$float-input-normal-height: 34px !default;
|
|
147
|
+
$float-input-bigger-height: 40px !default;
|
|
148
|
+
$float-input-small-height: 28px !default;
|
|
149
|
+
$float-input-bigger-small-height: 36px !default;
|
|
150
|
+
$input-full-height: 100% !default;
|
|
151
|
+
$textarea-normal-height: auto !default;
|
|
152
|
+
$textarea-bigger-height: auto !default;
|
|
153
|
+
$textarea-small-height: auto !default;
|
|
154
|
+
$textarea-bigger-small-height: auto !default;
|
|
155
|
+
$textarea-full-height: 100% !default;
|
|
156
|
+
$input-icon-font-size: 12px !default;
|
|
157
|
+
$input-bigger-icon-font-size: 14px !default;
|
|
158
|
+
$input-small-icon-font-size: 10px !default;
|
|
159
|
+
$input-bigger-small-icon-font-size: 12px !default;
|
|
160
|
+
$input-inner-wrap-margin-left: $zero-value !default;
|
|
161
|
+
$input-clear-icon-padding-bottom: $zero-value !default;
|
|
162
|
+
$input-clear-icon-padding-right: $zero-value !default;
|
|
163
|
+
$input-clear-icon-padding-left: $input-clear-icon-padding-right !default;
|
|
164
|
+
$input-clear-icon-padding-top: $zero-value !default;
|
|
165
|
+
$float-input-clear-icon-padding-top: $zero-value !default;
|
|
166
|
+
$input-clear-icon-small-bigger-padding-bottom: $zero-value !default;
|
|
167
|
+
$input-clear-icon-small-bigger-padding-right: $zero-value !default;
|
|
168
|
+
$input-clear-icon-small-bigger-padding-top: $zero-value !default;
|
|
169
|
+
$float-input-clear-icon-small-bigger-padding-top: $zero-value !default;
|
|
170
|
+
$input-clear-icon-small-padding-bottom: $zero-value !default;
|
|
171
|
+
$input-clear-icon-small-padding-right: $zero-value !default;
|
|
172
|
+
$input-clear-icon-small-padding-top: $zero-value !default;
|
|
173
|
+
$float-input-clear-icon-small-padding-top: $zero-value !default;
|
|
174
|
+
$input-clear-icon-bigger-padding-bottom: $zero-value !default;
|
|
175
|
+
$input-clear-icon-bigger-padding-right: $zero-value !default;
|
|
176
|
+
$input-clear-icon-bigger-padding-top: $zero-value !default;
|
|
177
|
+
$float-input-clear-icon-bigger-padding-top: $zero-value !default;
|
|
178
|
+
$input-clear-icon-min-height: $zero-value !default;
|
|
179
|
+
$input-clear-icon-min-width: 32px !default;
|
|
180
|
+
$input-bigger-clear-icon-min-height: $zero-value !default;
|
|
181
|
+
$input-bigger-clear-icon-min-width: 38px !default;
|
|
182
|
+
$input-bigger-small-clear-icon-min-height: $zero-value !default;
|
|
183
|
+
$input-bigger-small-clear-icon-min-width: 34px !default;
|
|
184
|
+
$input-small-clear-icon-min-width: 26px !default;
|
|
185
|
+
$input-small-clear-icon-min-height: $zero-value !default;
|
|
186
|
+
$input-left-icon-font-size: $zero-value !default;
|
|
187
|
+
$input-bigger-left-icon-font-size: $zero-value !default;
|
|
188
|
+
$input-small-left-icon-font-size: $zero-value !default;
|
|
189
|
+
$input-bigger-small-left-icon-font-size: $zero-value !default;
|
|
190
|
+
$input-left-child-min-height: $zero-value !default;
|
|
191
|
+
$input-left-child-min-width: $zero-value !default;
|
|
192
|
+
$input-bigger-left-child-min-height: $zero-value !default;
|
|
193
|
+
$input-bigger-left-child-min-width: $zero-value !default;
|
|
194
|
+
$input-small-left-child-min-height: $zero-value !default;
|
|
195
|
+
$input-small-left-child-min-width: $zero-value !default;
|
|
196
|
+
$input-bigger-small-left-child-min-height: $zero-value !default;
|
|
197
|
+
$input-bigger-small-left-child-min-width: $zero-value !default;
|
|
198
|
+
$input-icon-inner-width: $zero-value !default;
|
|
199
|
+
$input-icon-inner-height: $zero-value !default;
|
|
200
|
+
$input-clear-icon-font: '\e96c' !default;
|
|
201
|
+
|
|
202
|
+
//enddefault
|
|
203
|
+
//dimensions
|
|
204
|
+
$input-skin-name: 'bootstrap' !default;
|
|
205
|
+
$input-text-indent: 12px !default;
|
|
206
|
+
$input-bigger-text-indent: 14px !default;
|
|
207
|
+
$input-small-text-indent: 10px !default;
|
|
208
|
+
$input-small-bigger-text-indent: 12px !default;
|
|
209
|
+
$input-font-size: 14px !default;
|
|
210
|
+
$input-bigger-font-size: 15px !default;
|
|
211
|
+
$input-small-font-size: 13px !default;
|
|
212
|
+
$input-bigger-small-font-size: 14px !default;
|
|
213
|
+
$input-box-border-radius: 4px !default;
|
|
214
|
+
$input-group-icon-border-radius: 3px !default;
|
|
215
|
+
$float-label-padding: 10px !default;
|
|
216
|
+
$input-clear-icon: 12px !default;
|
|
217
|
+
$input-bigger-clear-icon: 12px !default;
|
|
218
|
+
$input-small-clear-icon: 10px !default;
|
|
219
|
+
$input-bigger-small-clear-icon: 12px !default;
|
|
220
|
+
$input-child-min-height: 32px !default;
|
|
221
|
+
$input-child-min-width: 32px !default;
|
|
222
|
+
$input-bigger-child-min-height: 38px !default;
|
|
223
|
+
$input-bigger-child-min-width: 38px !default;
|
|
224
|
+
$input-margin-top: 24px !default;
|
|
225
|
+
$input-bigger-margin-top: 24px !default;
|
|
226
|
+
$input-small-margin-top: 20px !default;
|
|
227
|
+
$input-small-bigger-margin-top: 21px !default;
|
|
228
|
+
$input-bigger-small-child-min-height: 34px !default;
|
|
229
|
+
$input-bigger-small-child-min-width: 34px !default;
|
|
230
|
+
$input-small-child-min-height: 26px !default;
|
|
231
|
+
$input-small-child-min-width: 26px !default;
|
|
232
|
+
$input-font-family: $font-family !default;
|
|
233
|
+
$input-font-style: normal !default;
|
|
234
|
+
$input-font-normal: normal !default;
|
|
235
|
+
$input-box-border-width: 1px !default;
|
|
236
|
+
$float-input-border-width: 1px !default;
|
|
237
|
+
$input-focus-border-width: 1px !default;
|
|
238
|
+
$input-readonly-bg-color: none !default;
|
|
239
|
+
$float-label-rtl-value: -7px !default;
|
|
240
|
+
|
|
241
|
+
@mixin input-sizing {
|
|
242
|
+
box-sizing: border-box;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
@mixin input-height ($height) {
|
|
246
|
+
height: $height;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
@mixin input-state-color ($color) {
|
|
250
|
+
border-color: $color;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
@mixin input-selection {
|
|
254
|
+
background: $brand-primary;
|
|
255
|
+
color: $brand-primary-font;
|
|
256
|
+
}
|
|
257
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
258
|
+
@mixin float-label-alignment {
|
|
259
|
+
-moz-transform: translate(-0%, -50%);
|
|
260
|
+
-ms-transform: translate(-0%, -50%);
|
|
261
|
+
-o-transform: translate(-0%, -50%);
|
|
262
|
+
-webkit-transform: translate(-0%, -50%);
|
|
263
|
+
box-sizing: border-box;
|
|
264
|
+
left: 0%;
|
|
265
|
+
top: 50%;
|
|
266
|
+
transform: translate(-0%, -50%);
|
|
267
|
+
user-select: none;
|
|
268
|
+
width: 100%;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
@mixin textarea-float-label-alignment {
|
|
272
|
+
-moz-transform: translate(-0%, -50%);
|
|
273
|
+
-ms-transform: translate(-0%, -50%);
|
|
274
|
+
-o-transform: translate(-0%, -50%);
|
|
275
|
+
-webkit-transform: translate(-0%, -50%);
|
|
276
|
+
box-sizing: border-box;
|
|
277
|
+
left: 0%;
|
|
278
|
+
top: 15px;
|
|
279
|
+
transform: translate(-0%, -50%);
|
|
280
|
+
width: 100%;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
@mixin input-group-animation {
|
|
284
|
+
content: '';
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
@mixin input-group-animation-left {
|
|
288
|
+
content: '';
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
@mixin input-group-animation-width {
|
|
292
|
+
content: '';
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
@mixin input-group-animation-right {
|
|
296
|
+
content: '';
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
@mixin input-group-animation-bg {
|
|
300
|
+
content: '';
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
@mixin input-group-hover-bg {
|
|
304
|
+
content: '';
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
@mixin input-group-success-animation-bg {
|
|
308
|
+
content: '';
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
@mixin input-group-warning-animation-bg {
|
|
312
|
+
content: '';
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
@mixin input-group-error-animation-bg {
|
|
316
|
+
content: '';
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
@mixin input-ripple-parent {
|
|
320
|
+
content: '';
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
@mixin input-ripple-style {
|
|
324
|
+
content: '';
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
@mixin input-ripple-animation {
|
|
328
|
+
content: '';
|
|
329
|
+
}
|