@syncfusion/ej2-angular-inputs 20.2.45-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 +26 -12
- package/schematics/utils/lib-details.ts +2 -2
- package/src/color-picker/colorpicker-all.module.d.ts +6 -0
- package/src/color-picker/colorpicker.component.d.ts +3 -0
- package/src/color-picker/colorpicker.module.d.ts +6 -0
- package/src/maskedtextbox/maskedtextbox-all.module.d.ts +6 -0
- package/src/maskedtextbox/maskedtextbox.component.d.ts +3 -0
- package/src/maskedtextbox/maskedtextbox.module.d.ts +6 -0
- package/src/numerictextbox/numerictextbox-all.module.d.ts +6 -0
- package/src/numerictextbox/numerictextbox.component.d.ts +3 -0
- package/src/numerictextbox/numerictextbox.module.d.ts +6 -0
- package/src/signature/signature-all.module.d.ts +6 -0
- package/src/signature/signature.component.d.ts +3 -0
- package/src/signature/signature.module.d.ts +6 -0
- package/src/slider/slider-all.module.d.ts +6 -0
- package/src/slider/slider.component.d.ts +3 -0
- package/src/slider/slider.module.d.ts +6 -0
- package/src/textbox/textbox-all.module.d.ts +6 -0
- package/src/textbox/textbox.component.d.ts +3 -0
- package/src/textbox/textbox.module.d.ts +6 -0
- package/src/uploader/files.directive.d.ts +5 -0
- package/src/uploader/uploader-all.module.d.ts +6 -0
- package/src/uploader/uploader.component.d.ts +3 -0
- package/src/uploader/uploader.module.d.ts +7 -0
- package/styles/bootstrap-dark.css +31 -13
- package/styles/bootstrap.css +31 -13
- package/styles/bootstrap4.css +31 -13
- package/styles/bootstrap5-dark.css +32 -13
- package/styles/bootstrap5.css +32 -13
- package/styles/color-picker/_all.scss +2 -0
- package/styles/color-picker/_bootstrap-dark-definition.scss +131 -0
- package/styles/color-picker/_bootstrap-definition.scss +128 -0
- package/styles/color-picker/_bootstrap4-definition.scss +127 -0
- package/styles/color-picker/_bootstrap5-dark-definition.scss +1 -0
- package/styles/color-picker/_bootstrap5-definition.scss +133 -0
- package/styles/color-picker/_fabric-dark-definition.scss +131 -0
- package/styles/color-picker/_fabric-definition.scss +127 -0
- package/styles/color-picker/_fluent-dark-definition.scss +1 -0
- package/styles/color-picker/_fluent-definition.scss +133 -0
- package/styles/color-picker/_fusionnew-definition.scss +133 -0
- package/styles/color-picker/_highcontrast-definition.scss +127 -0
- package/styles/color-picker/_highcontrast-light-definition.scss +130 -0
- package/styles/color-picker/_layout.scss +1174 -0
- package/styles/color-picker/_material-dark-definition.scss +135 -0
- package/styles/color-picker/_material-definition.scss +130 -0
- package/styles/color-picker/_material3-definition.scss +133 -0
- package/styles/color-picker/_tailwind-dark-definition.scss +1 -0
- package/styles/color-picker/_tailwind-definition.scss +132 -0
- package/styles/color-picker/_theme.scss +183 -0
- package/styles/color-picker/bootstrap-dark.css +2 -0
- package/styles/color-picker/bootstrap-dark.scss +11 -1
- package/styles/color-picker/bootstrap.css +2 -0
- package/styles/color-picker/bootstrap.scss +11 -1
- package/styles/color-picker/bootstrap4.css +2 -0
- package/styles/color-picker/bootstrap4.scss +11 -1
- package/styles/color-picker/bootstrap5-dark.css +3 -0
- package/styles/color-picker/bootstrap5-dark.scss +11 -1
- package/styles/color-picker/bootstrap5.css +3 -0
- package/styles/color-picker/bootstrap5.scss +11 -1
- package/styles/color-picker/fabric-dark.css +2 -0
- package/styles/color-picker/fabric-dark.scss +11 -1
- package/styles/color-picker/fabric.css +2 -0
- package/styles/color-picker/fabric.scss +11 -1
- package/styles/color-picker/fluent-dark.css +3 -0
- package/styles/color-picker/fluent-dark.scss +11 -1
- package/styles/color-picker/fluent.css +3 -0
- package/styles/color-picker/fluent.scss +11 -1
- package/styles/color-picker/highcontrast-light.css +2 -0
- package/styles/color-picker/highcontrast-light.scss +11 -1
- package/styles/color-picker/highcontrast.css +2 -0
- package/styles/color-picker/highcontrast.scss +11 -1
- package/styles/color-picker/icons/_bootstrap-dark.scss +9 -0
- package/styles/color-picker/icons/_bootstrap.scss +9 -0
- package/styles/color-picker/icons/_bootstrap4.scss +9 -0
- package/styles/color-picker/icons/_bootstrap5-dark.scss +1 -0
- package/styles/color-picker/icons/_bootstrap5.scss +9 -0
- package/styles/color-picker/icons/_fabric-dark.scss +9 -0
- package/styles/color-picker/icons/_fabric.scss +9 -0
- package/styles/color-picker/icons/_fluent-dark.scss +1 -0
- package/styles/color-picker/icons/_fluent.scss +9 -0
- package/styles/color-picker/icons/_fusionnew.scss +9 -0
- package/styles/color-picker/icons/_highcontrast-light.scss +9 -0
- package/styles/color-picker/icons/_highcontrast.scss +9 -0
- package/styles/color-picker/icons/_material-dark.scss +9 -0
- package/styles/color-picker/icons/_material.scss +9 -0
- package/styles/color-picker/icons/_material3.scss +9 -0
- package/styles/color-picker/icons/_tailwind-dark.scss +9 -0
- package/styles/color-picker/icons/_tailwind.scss +9 -0
- package/styles/color-picker/material-dark.css +2 -0
- package/styles/color-picker/material-dark.scss +11 -1
- package/styles/color-picker/material.css +2 -0
- package/styles/color-picker/material.scss +11 -1
- package/styles/color-picker/tailwind-dark.css +3 -0
- package/styles/color-picker/tailwind-dark.scss +11 -1
- package/styles/color-picker/tailwind.css +3 -0
- package/styles/color-picker/tailwind.scss +11 -1
- package/styles/fabric-dark.css +31 -13
- package/styles/fabric.css +31 -13
- package/styles/fluent-dark.css +32 -13
- package/styles/fluent.css +32 -13
- package/styles/highcontrast-light.css +31 -13
- package/styles/highcontrast.css +31 -13
- package/styles/input/_all.scss +3 -0
- package/styles/input/_bootstrap-dark-definition.scss +329 -0
- package/styles/input/_bootstrap-definition.scss +320 -0
- package/styles/input/_bootstrap4-definition.scss +325 -0
- package/styles/input/_bootstrap5-dark-definition.scss +1 -0
- package/styles/input/_bootstrap5-definition.scss +336 -0
- package/styles/input/_definition.scss +232 -0
- package/styles/input/_fabric-dark-definition.scss +319 -0
- package/styles/input/_fabric-definition.scss +311 -0
- package/styles/input/_fluent-dark-definition.scss +1 -0
- package/styles/input/_fluent-definition.scss +338 -0
- package/styles/input/_fusionnew-definition.scss +336 -0
- package/styles/input/_highcontrast-definition.scss +312 -0
- package/styles/input/_highcontrast-light-definition.scss +320 -0
- package/styles/input/_layout.scss +11009 -0
- package/styles/input/_material-dark-definition.scss +573 -0
- package/styles/input/_material-definition.scss +573 -0
- package/styles/input/_material3-definition.scss +336 -0
- package/styles/input/_responsive.scss +1 -0
- package/styles/input/_tailwind-dark-definition.scss +1 -0
- package/styles/input/_tailwind-definition.scss +335 -0
- package/styles/input/_theme.scss +4264 -0
- package/styles/input/bootstrap-dark.css +22 -14
- package/styles/input/bootstrap-dark.scss +4 -1
- package/styles/input/bootstrap.css +22 -14
- package/styles/input/bootstrap.scss +4 -1
- package/styles/input/bootstrap4.css +22 -14
- package/styles/input/bootstrap4.scss +4 -1
- package/styles/input/bootstrap5-dark.css +22 -14
- package/styles/input/bootstrap5-dark.scss +4 -1
- package/styles/input/bootstrap5.css +22 -14
- package/styles/input/bootstrap5.scss +4 -1
- package/styles/input/fabric-dark.css +22 -14
- package/styles/input/fabric-dark.scss +4 -1
- package/styles/input/fabric.css +22 -14
- package/styles/input/fabric.scss +4 -1
- package/styles/input/fluent-dark.css +22 -14
- package/styles/input/fluent-dark.scss +4 -1
- package/styles/input/fluent.css +22 -14
- package/styles/input/fluent.scss +4 -1
- package/styles/input/highcontrast-light.css +22 -14
- package/styles/input/highcontrast-light.scss +4 -1
- package/styles/input/highcontrast.css +22 -14
- package/styles/input/highcontrast.scss +4 -1
- package/styles/input/icons/_bootstrap-dark.scss +17 -0
- package/styles/input/icons/_bootstrap.scss +17 -0
- package/styles/input/icons/_bootstrap4.scss +17 -0
- package/styles/input/icons/_bootstrap5-dark.scss +1 -0
- package/styles/input/icons/_bootstrap5.scss +17 -0
- package/styles/input/icons/_fabric-dark.scss +17 -0
- package/styles/input/icons/_fabric.scss +17 -0
- package/styles/input/icons/_fluent-dark.scss +1 -0
- package/styles/input/icons/_fluent.scss +17 -0
- package/styles/input/icons/_fusionnew.scss +17 -0
- package/styles/input/icons/_highcontrast-light.scss +17 -0
- package/styles/input/icons/_highcontrast.scss +17 -0
- package/styles/input/icons/_material-dark.scss +49 -0
- package/styles/input/icons/_material.scss +49 -0
- package/styles/input/icons/_material3.scss +17 -0
- package/styles/input/icons/_tailwind-dark.scss +1 -0
- package/styles/input/icons/_tailwind.scss +17 -0
- package/styles/input/material-dark.css +26 -18
- package/styles/input/material-dark.scss +4 -1
- package/styles/input/material.css +26 -18
- package/styles/input/material.scss +4 -1
- package/styles/input/tailwind-dark.css +22 -14
- package/styles/input/tailwind-dark.scss +4 -1
- package/styles/input/tailwind.css +22 -14
- package/styles/input/tailwind.scss +4 -1
- package/styles/maskedtextbox/_all.scss +2 -0
- package/styles/maskedtextbox/_bootstrap-dark-definition.scss +7 -0
- package/styles/maskedtextbox/_bootstrap-definition.scss +4 -0
- package/styles/maskedtextbox/_bootstrap4-definition.scss +4 -0
- package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_bootstrap5-definition.scss +7 -0
- package/styles/maskedtextbox/_fabric-dark-definition.scss +7 -0
- package/styles/maskedtextbox/_fabric-definition.scss +4 -0
- package/styles/maskedtextbox/_fluent-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_fluent-definition.scss +7 -0
- package/styles/maskedtextbox/_fusionnew-definition.scss +7 -0
- package/styles/maskedtextbox/_highcontrast-definition.scss +4 -0
- package/styles/maskedtextbox/_highcontrast-light-definition.scss +7 -0
- package/styles/maskedtextbox/_layout.scss +33 -0
- package/styles/maskedtextbox/_material-dark-definition.scss +7 -0
- package/styles/maskedtextbox/_material-definition.scss +4 -0
- package/styles/maskedtextbox/_material3-definition.scss +7 -0
- package/styles/maskedtextbox/_tailwind-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_tailwind-definition.scss +7 -0
- package/styles/maskedtextbox/_theme.scss +15 -0
- package/styles/maskedtextbox/bootstrap-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap-dark.scss +4 -1
- package/styles/maskedtextbox/bootstrap.css +1 -0
- package/styles/maskedtextbox/bootstrap.scss +4 -1
- package/styles/maskedtextbox/bootstrap4.css +1 -0
- package/styles/maskedtextbox/bootstrap4.scss +4 -1
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap5-dark.scss +4 -1
- package/styles/maskedtextbox/bootstrap5.css +1 -0
- package/styles/maskedtextbox/bootstrap5.scss +4 -1
- package/styles/maskedtextbox/fabric-dark.css +1 -0
- package/styles/maskedtextbox/fabric-dark.scss +4 -1
- package/styles/maskedtextbox/fabric.css +1 -0
- package/styles/maskedtextbox/fabric.scss +4 -1
- package/styles/maskedtextbox/fluent-dark.css +1 -0
- package/styles/maskedtextbox/fluent-dark.scss +4 -1
- package/styles/maskedtextbox/fluent.css +1 -0
- package/styles/maskedtextbox/fluent.scss +4 -1
- package/styles/maskedtextbox/highcontrast-light.css +1 -0
- package/styles/maskedtextbox/highcontrast-light.scss +4 -1
- package/styles/maskedtextbox/highcontrast.css +1 -0
- package/styles/maskedtextbox/highcontrast.scss +4 -1
- package/styles/maskedtextbox/material-dark.css +1 -0
- package/styles/maskedtextbox/material-dark.scss +4 -1
- package/styles/maskedtextbox/material.css +1 -0
- package/styles/maskedtextbox/material.scss +4 -1
- package/styles/maskedtextbox/tailwind-dark.css +1 -0
- package/styles/maskedtextbox/tailwind-dark.scss +4 -1
- package/styles/maskedtextbox/tailwind.css +1 -0
- package/styles/maskedtextbox/tailwind.scss +4 -1
- package/styles/material-dark.css +50 -18
- package/styles/material.css +50 -18
- package/styles/numerictextbox/_all.scss +2 -0
- package/styles/numerictextbox/_bootstrap-dark-definition.scss +6 -0
- package/styles/numerictextbox/_bootstrap-definition.scss +3 -0
- package/styles/numerictextbox/_bootstrap4-definition.scss +3 -0
- package/styles/numerictextbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/numerictextbox/_bootstrap5-definition.scss +3 -0
- package/styles/numerictextbox/_fabric-dark-definition.scss +6 -0
- package/styles/numerictextbox/_fabric-definition.scss +3 -0
- package/styles/numerictextbox/_fluent-dark-definition.scss +1 -0
- package/styles/numerictextbox/_fluent-definition.scss +5 -0
- package/styles/numerictextbox/_fusionnew-definition.scss +3 -0
- package/styles/numerictextbox/_highcontrast-definition.scss +3 -0
- package/styles/numerictextbox/_highcontrast-light-definition.scss +6 -0
- package/styles/numerictextbox/_layout.scss +30 -0
- package/styles/numerictextbox/_material-dark-definition.scss +6 -0
- package/styles/numerictextbox/_material-definition.scss +3 -0
- package/styles/numerictextbox/_material3-definition.scss +3 -0
- package/styles/numerictextbox/_tailwind-dark-definition.scss +1 -0
- package/styles/numerictextbox/_tailwind-definition.scss +3 -0
- package/styles/numerictextbox/_theme.scss +39 -0
- package/styles/numerictextbox/bootstrap-dark.css +1 -0
- package/styles/numerictextbox/bootstrap-dark.scss +5 -1
- package/styles/numerictextbox/bootstrap.css +1 -0
- package/styles/numerictextbox/bootstrap.scss +5 -1
- package/styles/numerictextbox/bootstrap4.css +1 -0
- package/styles/numerictextbox/bootstrap4.scss +5 -1
- package/styles/numerictextbox/bootstrap5-dark.css +1 -0
- package/styles/numerictextbox/bootstrap5-dark.scss +5 -1
- package/styles/numerictextbox/bootstrap5.css +1 -0
- package/styles/numerictextbox/bootstrap5.scss +5 -1
- package/styles/numerictextbox/fabric-dark.css +1 -0
- package/styles/numerictextbox/fabric-dark.scss +5 -1
- package/styles/numerictextbox/fabric.css +1 -0
- package/styles/numerictextbox/fabric.scss +5 -1
- package/styles/numerictextbox/fluent-dark.css +1 -0
- package/styles/numerictextbox/fluent-dark.scss +5 -1
- package/styles/numerictextbox/fluent.css +1 -0
- package/styles/numerictextbox/fluent.scss +5 -1
- package/styles/numerictextbox/highcontrast-light.css +1 -0
- package/styles/numerictextbox/highcontrast-light.scss +5 -1
- package/styles/numerictextbox/highcontrast.css +1 -0
- package/styles/numerictextbox/highcontrast.scss +5 -1
- package/styles/numerictextbox/icons/_bootstrap-dark.scss +11 -0
- package/styles/numerictextbox/icons/_bootstrap.scss +11 -0
- package/styles/numerictextbox/icons/_bootstrap4.scss +11 -0
- package/styles/numerictextbox/icons/_bootstrap5-dark.scss +1 -0
- package/styles/numerictextbox/icons/_bootstrap5.scss +11 -0
- package/styles/numerictextbox/icons/_fabric-dark.scss +11 -0
- package/styles/numerictextbox/icons/_fabric.scss +11 -0
- package/styles/numerictextbox/icons/_fluent-dark.scss +1 -0
- package/styles/numerictextbox/icons/_fluent.scss +11 -0
- package/styles/numerictextbox/icons/_fusionnew.scss +11 -0
- package/styles/numerictextbox/icons/_highcontrast-light.scss +11 -0
- package/styles/numerictextbox/icons/_highcontrast.scss +11 -0
- package/styles/numerictextbox/icons/_material-dark.scss +11 -0
- package/styles/numerictextbox/icons/_material.scss +11 -0
- package/styles/numerictextbox/icons/_material3.scss +11 -0
- package/styles/numerictextbox/icons/_tailwind-dark.scss +1 -0
- package/styles/numerictextbox/icons/_tailwind.scss +11 -0
- package/styles/numerictextbox/material-dark.css +1 -0
- package/styles/numerictextbox/material-dark.scss +5 -1
- package/styles/numerictextbox/material.css +1 -0
- package/styles/numerictextbox/material.scss +5 -1
- package/styles/numerictextbox/tailwind-dark.css +1 -0
- package/styles/numerictextbox/tailwind-dark.scss +5 -1
- package/styles/numerictextbox/tailwind.css +1 -0
- package/styles/numerictextbox/tailwind.scss +5 -1
- package/styles/signature/_all.scss +2 -0
- package/styles/signature/_bootstrap-dark-definition.scss +3 -0
- package/styles/signature/_bootstrap-definition.scss +3 -0
- package/styles/signature/_bootstrap4-definition.scss +3 -0
- package/styles/signature/_bootstrap5-dark-definition.scss +1 -0
- package/styles/signature/_bootstrap5-definition.scss +3 -0
- package/styles/signature/_fabric-dark-definition.scss +3 -0
- package/styles/signature/_fabric-definition.scss +3 -0
- package/styles/signature/_fluent-dark-definition.scss +1 -0
- package/styles/signature/_fluent-definition.scss +3 -0
- package/styles/signature/_fusionnew-definition.scss +3 -0
- package/styles/signature/_highcontrast-definition.scss +3 -0
- package/styles/signature/_highcontrast-light-definition.scss +3 -0
- package/styles/signature/_layout.scss +5 -0
- package/styles/signature/_material-dark-definition.scss +3 -0
- package/styles/signature/_material-definition.scss +3 -0
- package/styles/signature/_material3-definition.scss +3 -0
- package/styles/signature/_tailwind-dark-definition.scss +1 -0
- package/styles/signature/_tailwind-definition.scss +3 -0
- package/styles/signature/_theme.scss +7 -0
- package/styles/signature/bootstrap-dark.scss +3 -1
- package/styles/signature/bootstrap.scss +3 -1
- package/styles/signature/bootstrap4.scss +3 -1
- package/styles/signature/bootstrap5-dark.scss +3 -1
- package/styles/signature/bootstrap5.scss +3 -1
- package/styles/signature/fabric-dark.scss +3 -1
- package/styles/signature/fabric.scss +3 -1
- package/styles/signature/fluent-dark.scss +3 -1
- package/styles/signature/fluent.scss +3 -1
- package/styles/signature/highcontrast-light.scss +3 -1
- package/styles/signature/highcontrast.scss +3 -1
- package/styles/signature/material-dark.scss +3 -1
- package/styles/signature/material.scss +3 -1
- package/styles/signature/tailwind-dark.scss +3 -1
- package/styles/signature/tailwind.scss +3 -1
- package/styles/slider/_all.scss +3 -0
- package/styles/slider/_bootstrap-dark-definition.scss +156 -0
- package/styles/slider/_bootstrap-definition.scss +152 -0
- package/styles/slider/_bootstrap4-definition.scss +147 -0
- package/styles/slider/_bootstrap5-dark-definition.scss +1 -0
- package/styles/slider/_bootstrap5-definition.scss +90 -0
- package/styles/slider/_fabric-dark-definition.scss +162 -0
- package/styles/slider/_fabric-definition.scss +156 -0
- package/styles/slider/_fluent-dark-definition.scss +1 -0
- package/styles/slider/_fluent-definition.scss +74 -0
- package/styles/slider/_fusionnew-definition.scss +90 -0
- package/styles/slider/_highcontrast-definition.scss +145 -0
- package/styles/slider/_highcontrast-light-definition.scss +149 -0
- package/styles/slider/_icons.scss +1 -0
- package/styles/slider/_layout.scss +2421 -0
- package/styles/slider/_material-dark-definition.scss +159 -0
- package/styles/slider/_material-definition.scss +154 -0
- package/styles/slider/_material3-definition.scss +90 -0
- package/styles/slider/_tailwind-dark-definition.scss +1 -0
- package/styles/slider/_tailwind-definition.scss +84 -0
- package/styles/slider/_theme.scss +235 -0
- package/styles/slider/bootstrap-dark.css +4 -0
- package/styles/slider/bootstrap-dark.scss +5 -1
- package/styles/slider/bootstrap.css +4 -0
- package/styles/slider/bootstrap.scss +5 -1
- package/styles/slider/bootstrap4.css +4 -0
- package/styles/slider/bootstrap4.scss +5 -1
- package/styles/slider/bootstrap5-dark.css +4 -0
- package/styles/slider/bootstrap5-dark.scss +5 -1
- package/styles/slider/bootstrap5.css +4 -0
- package/styles/slider/bootstrap5.scss +5 -1
- package/styles/slider/fabric-dark.css +4 -0
- package/styles/slider/fabric-dark.scss +5 -1
- package/styles/slider/fabric.css +4 -0
- package/styles/slider/fabric.scss +5 -1
- package/styles/slider/fluent-dark.css +4 -0
- package/styles/slider/fluent-dark.scss +5 -1
- package/styles/slider/fluent.css +4 -0
- package/styles/slider/fluent.scss +5 -1
- package/styles/slider/highcontrast-light.css +4 -0
- package/styles/slider/highcontrast-light.scss +5 -1
- package/styles/slider/highcontrast.css +4 -0
- package/styles/slider/highcontrast.scss +5 -1
- package/styles/slider/material-dark.css +19 -1
- package/styles/slider/material-dark.scss +5 -1
- package/styles/slider/material.css +19 -1
- package/styles/slider/material.scss +5 -1
- package/styles/slider/tailwind-dark.css +4 -0
- package/styles/slider/tailwind-dark.scss +5 -1
- package/styles/slider/tailwind.css +4 -0
- package/styles/slider/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +33 -13
- package/styles/tailwind.css +33 -13
- package/styles/textbox/_all.scss +1 -0
- package/styles/textbox/_bootstrap-dark-definition.scss +1 -0
- package/styles/textbox/_bootstrap-definition.scss +1 -0
- package/styles/textbox/_bootstrap4-definition.scss +1 -0
- package/styles/textbox/_bootstrap5-dark-definition.scss +1 -0
- package/styles/textbox/_bootstrap5-definition.scss +1 -0
- package/styles/textbox/_fabric-dark-definition.scss +1 -0
- package/styles/textbox/_fabric-definition.scss +1 -0
- package/styles/textbox/_fluent-dark-definition.scss +1 -0
- package/styles/textbox/_fluent-definition.scss +1 -0
- package/styles/textbox/_fusionnew-definition.scss +1 -0
- package/styles/textbox/_highcontrast-definition.scss +1 -0
- package/styles/textbox/_highcontrast-light-definition.scss +1 -0
- package/styles/textbox/_layout.scss +10 -0
- package/styles/textbox/_material-dark-definition.scss +1 -0
- package/styles/textbox/_material-definition.scss +1 -0
- package/styles/textbox/_material3-definition.scss +1 -0
- package/styles/textbox/_tailwind-dark-definition.scss +1 -0
- package/styles/textbox/_tailwind-definition.scss +1 -0
- package/styles/textbox/_theme.scss +1 -0
- package/styles/textbox/bootstrap-dark.css +2 -0
- package/styles/textbox/bootstrap-dark.scss +4 -1
- package/styles/textbox/bootstrap.css +2 -0
- package/styles/textbox/bootstrap.scss +4 -1
- package/styles/textbox/bootstrap4.css +2 -0
- package/styles/textbox/bootstrap4.scss +4 -1
- package/styles/textbox/bootstrap5-dark.css +2 -0
- package/styles/textbox/bootstrap5-dark.scss +4 -1
- package/styles/textbox/bootstrap5.css +2 -0
- package/styles/textbox/bootstrap5.scss +4 -1
- package/styles/textbox/fabric-dark.css +2 -0
- package/styles/textbox/fabric-dark.scss +4 -1
- package/styles/textbox/fabric.css +2 -0
- package/styles/textbox/fabric.scss +4 -1
- package/styles/textbox/fluent-dark.css +2 -0
- package/styles/textbox/fluent-dark.scss +4 -1
- package/styles/textbox/fluent.css +2 -0
- package/styles/textbox/fluent.scss +4 -1
- package/styles/textbox/highcontrast-light.css +2 -0
- package/styles/textbox/highcontrast-light.scss +4 -1
- package/styles/textbox/highcontrast.css +2 -0
- package/styles/textbox/highcontrast.scss +4 -1
- package/styles/textbox/material-dark.css +3 -1
- package/styles/textbox/material-dark.scss +4 -1
- package/styles/textbox/material.css +3 -1
- package/styles/textbox/material.scss +4 -1
- package/styles/textbox/tailwind-dark.css +3 -1
- package/styles/textbox/tailwind-dark.scss +4 -1
- package/styles/textbox/tailwind.css +3 -1
- package/styles/textbox/tailwind.scss +4 -1
- package/styles/uploader/_all.scss +2 -0
- package/styles/uploader/_bootstrap-dark-definition.scss +213 -0
- package/styles/uploader/_bootstrap-definition.scss +208 -0
- package/styles/uploader/_bootstrap4-definition.scss +211 -0
- package/styles/uploader/_bootstrap5-dark-definition.scss +1 -0
- package/styles/uploader/_bootstrap5-definition.scss +216 -0
- package/styles/uploader/_definition.scss +142 -0
- package/styles/uploader/_fabric-dark-definition.scss +216 -0
- package/styles/uploader/_fabric-definition.scss +210 -0
- package/styles/uploader/_fluent-dark-definition.scss +1 -0
- package/styles/uploader/_fluent-definition.scss +234 -0
- package/styles/uploader/_fusionnew-definition.scss +216 -0
- package/styles/uploader/_highcontrast-definition.scss +211 -0
- package/styles/uploader/_highcontrast-light-definition.scss +219 -0
- package/styles/uploader/_layout.scss +984 -0
- package/styles/uploader/_material-dark-definition.scss +217 -0
- package/styles/uploader/_material-definition.scss +214 -0
- package/styles/uploader/_material3-definition.scss +216 -0
- package/styles/uploader/_tailwind-dark-definition.scss +1 -0
- package/styles/uploader/_tailwind-definition.scss +232 -0
- package/styles/uploader/_theme.scss +136 -0
- package/styles/uploader/bootstrap-dark.css +1 -0
- package/styles/uploader/bootstrap-dark.scss +6 -1
- package/styles/uploader/bootstrap.css +1 -0
- package/styles/uploader/bootstrap.scss +6 -1
- package/styles/uploader/bootstrap4.css +1 -0
- package/styles/uploader/bootstrap4.scss +6 -1
- package/styles/uploader/bootstrap5-dark.css +1 -0
- package/styles/uploader/bootstrap5-dark.scss +6 -1
- package/styles/uploader/bootstrap5.css +1 -0
- package/styles/uploader/bootstrap5.scss +6 -1
- package/styles/uploader/fabric-dark.css +1 -0
- package/styles/uploader/fabric-dark.scss +6 -1
- package/styles/uploader/fabric.css +1 -0
- package/styles/uploader/fabric.scss +6 -1
- package/styles/uploader/fluent-dark.css +1 -0
- package/styles/uploader/fluent-dark.scss +6 -1
- package/styles/uploader/fluent.css +1 -0
- package/styles/uploader/fluent.scss +6 -1
- package/styles/uploader/highcontrast-light.css +1 -0
- package/styles/uploader/highcontrast-light.scss +6 -1
- package/styles/uploader/highcontrast.css +1 -0
- package/styles/uploader/highcontrast.scss +6 -1
- package/styles/uploader/icons/_bootstrap-dark.scss +34 -0
- package/styles/uploader/icons/_bootstrap.scss +34 -0
- package/styles/uploader/icons/_bootstrap4.scss +34 -0
- package/styles/uploader/icons/_bootstrap5-dark.scss +1 -0
- package/styles/uploader/icons/_bootstrap5.scss +34 -0
- package/styles/uploader/icons/_fabric-dark.scss +34 -0
- package/styles/uploader/icons/_fabric.scss +34 -0
- package/styles/uploader/icons/_fluent-dark.scss +1 -0
- package/styles/uploader/icons/_fluent.scss +34 -0
- package/styles/uploader/icons/_fusionnew.scss +34 -0
- package/styles/uploader/icons/_highcontrast-light.scss +34 -0
- package/styles/uploader/icons/_highcontrast.scss +34 -0
- package/styles/uploader/icons/_material-dark.scss +34 -0
- package/styles/uploader/icons/_material.scss +34 -0
- package/styles/uploader/icons/_material3.scss +34 -0
- package/styles/uploader/icons/_tailwind-dark.scss +1 -0
- package/styles/uploader/icons/_tailwind.scss +34 -0
- package/styles/uploader/material-dark.css +1 -0
- package/styles/uploader/material-dark.scss +6 -1
- package/styles/uploader/material.css +1 -0
- package/styles/uploader/material.scss +6 -1
- package/styles/uploader/tailwind-dark.css +2 -0
- package/styles/uploader/tailwind-dark.scss +6 -1
- package/styles/uploader/tailwind.css +2 -0
- package/styles/uploader/tailwind.scss +6 -1
- package/syncfusion-ej2-angular-inputs.d.ts +5 -0
- package/@syncfusion/ej2-angular-inputs.es5.js +0 -1563
- package/@syncfusion/ej2-angular-inputs.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-inputs.js +0 -1472
- package/@syncfusion/ej2-angular-inputs.js.map +0 -1
- package/CHANGELOG.md +0 -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
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #505050;
|
|
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: "\e96c";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
font-family: "Helvetica Neue", "Helvetica", "Arial", 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: "Helvetica Neue", "Helvetica", "Arial", 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,
|
|
@@ -221,6 +222,7 @@ textarea.e-input.e-bigger,
|
|
|
221
222
|
border-top: 0;
|
|
222
223
|
}
|
|
223
224
|
|
|
225
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
224
226
|
.e-input-group .e-input-group-icon:last-child,
|
|
225
227
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
226
228
|
border-right-width: 0;
|
|
@@ -560,7 +562,7 @@ label.e-float-text,
|
|
|
560
562
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
561
563
|
font-size: 14px;
|
|
562
564
|
font-style: normal;
|
|
563
|
-
font-weight:
|
|
565
|
+
font-weight: normal;
|
|
564
566
|
left: 0;
|
|
565
567
|
overflow: hidden;
|
|
566
568
|
padding-left: 10px;
|
|
@@ -972,7 +974,7 @@ label.e-float-text,
|
|
|
972
974
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
973
975
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
974
976
|
font-size: 14px;
|
|
975
|
-
font-weight:
|
|
977
|
+
font-weight: normal;
|
|
976
978
|
}
|
|
977
979
|
|
|
978
980
|
.e-float-input input,
|
|
@@ -1171,7 +1173,7 @@ label.e-float-text,
|
|
|
1171
1173
|
.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,
|
|
1172
1174
|
.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,
|
|
1173
1175
|
.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 {
|
|
1174
|
-
font-weight:
|
|
1176
|
+
font-weight: normal;
|
|
1175
1177
|
}
|
|
1176
1178
|
|
|
1177
1179
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1190,7 +1192,7 @@ label.e-float-text,
|
|
|
1190
1192
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1191
1193
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1192
1194
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1193
|
-
font-weight:
|
|
1195
|
+
font-weight: normal;
|
|
1194
1196
|
}
|
|
1195
1197
|
|
|
1196
1198
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1260,6 +1262,7 @@ label.e-float-text,
|
|
|
1260
1262
|
transform-origin: right top;
|
|
1261
1263
|
}
|
|
1262
1264
|
|
|
1265
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1263
1266
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1264
1267
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1265
1268
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1356,6 +1359,7 @@ label.e-float-text,
|
|
|
1356
1359
|
padding-right: 10px;
|
|
1357
1360
|
}
|
|
1358
1361
|
|
|
1362
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1359
1363
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1360
1364
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1361
1365
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1774,22 +1778,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1774
1778
|
user-select: none;
|
|
1775
1779
|
}
|
|
1776
1780
|
|
|
1777
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1781
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1778
1782
|
font-style: normal;
|
|
1779
1783
|
user-select: none;
|
|
1780
1784
|
}
|
|
1781
1785
|
|
|
1782
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1786
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1783
1787
|
font-style: normal;
|
|
1784
1788
|
user-select: none;
|
|
1785
1789
|
}
|
|
1786
1790
|
|
|
1787
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1791
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1788
1792
|
font-style: normal;
|
|
1789
1793
|
user-select: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1796
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1793
1797
|
font-style: normal;
|
|
1794
1798
|
user-select: none;
|
|
1795
1799
|
}
|
|
@@ -1799,12 +1803,12 @@ input.e-input:-moz-placeholder {
|
|
|
1799
1803
|
user-select: none;
|
|
1800
1804
|
}
|
|
1801
1805
|
|
|
1802
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1806
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1803
1807
|
font-style: normal;
|
|
1804
1808
|
user-select: none;
|
|
1805
1809
|
}
|
|
1806
1810
|
|
|
1807
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1811
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1808
1812
|
font-style: normal;
|
|
1809
1813
|
user-select: none;
|
|
1810
1814
|
}
|
|
@@ -3248,7 +3252,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3248
3252
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3249
3253
|
font-size: 14px;
|
|
3250
3254
|
font-style: normal;
|
|
3251
|
-
font-weight:
|
|
3255
|
+
font-weight: normal;
|
|
3252
3256
|
left: 0;
|
|
3253
3257
|
overflow: hidden;
|
|
3254
3258
|
padding-left: 10px;
|
|
@@ -3726,6 +3730,8 @@ textarea.e-input,
|
|
|
3726
3730
|
color: #585858;
|
|
3727
3731
|
}
|
|
3728
3732
|
|
|
3733
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3734
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3729
3735
|
.e-input[disabled],
|
|
3730
3736
|
.e-input-group .e-input[disabled],
|
|
3731
3737
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4638,6 +4644,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4638
4644
|
color: #f0f0f0;
|
|
4639
4645
|
}
|
|
4640
4646
|
|
|
4647
|
+
/* stylelint-disable-line no-empty-source */
|
|
4648
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4641
4649
|
.e-input-group-icon.e-spin-up::before {
|
|
4642
4650
|
content: "\e834";
|
|
4643
4651
|
font-family: "e-icons";
|
|
@@ -4690,6 +4698,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4690
4698
|
font-size: 14px;
|
|
4691
4699
|
}
|
|
4692
4700
|
|
|
4701
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4693
4702
|
/*! maskedtextbox layout */
|
|
4694
4703
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4695
4704
|
font-family: Arial, "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4724,6 +4733,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4724
4733
|
color: #c12f2f;
|
|
4725
4734
|
}
|
|
4726
4735
|
|
|
4736
|
+
/* stylelint-disable-line no-empty-source */
|
|
4737
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4727
4738
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4728
4739
|
cursor: default;
|
|
4729
4740
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5003,9 +5014,11 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5003
5014
|
z-index: 10;
|
|
5004
5015
|
}
|
|
5005
5016
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5017
|
+
/* stylelint-disable */
|
|
5006
5018
|
background-color: #959595;
|
|
5007
5019
|
border-color: #0070f0;
|
|
5008
5020
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
5021
|
+
/* stylelint-enable */
|
|
5009
5022
|
}
|
|
5010
5023
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5011
5024
|
height: 5px;
|
|
@@ -5212,6 +5225,9 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5212
5225
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
5213
5226
|
border-color: #acacac;
|
|
5214
5227
|
}
|
|
5228
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5229
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5230
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5215
5231
|
@keyframes material-spinner-rotate {
|
|
5216
5232
|
0% {
|
|
5217
5233
|
transform: rotate(0);
|
|
@@ -6012,6 +6028,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6012
6028
|
box-shadow: 0 0 0 transparent;
|
|
6013
6029
|
}
|
|
6014
6030
|
|
|
6031
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6015
6032
|
.e-container .e-value-switch-btn::before {
|
|
6016
6033
|
content: "\e431";
|
|
6017
6034
|
}
|
|
@@ -6090,6 +6107,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6090
6107
|
line-height: 0;
|
|
6091
6108
|
}
|
|
6092
6109
|
|
|
6110
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6093
6111
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6094
6112
|
-webkit-overflow-scrolling: touch;
|
|
6095
6113
|
height: 100%;
|
package/styles/bootstrap.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #ddd;
|
|
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: "\e96c";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
font-family: "Helvetica Neue", "Helvetica", "Arial", 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: "Helvetica Neue", "Helvetica", "Arial", 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,
|
|
@@ -221,6 +222,7 @@ textarea.e-input.e-bigger,
|
|
|
221
222
|
border-top: 0;
|
|
222
223
|
}
|
|
223
224
|
|
|
225
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
224
226
|
.e-input-group .e-input-group-icon:last-child,
|
|
225
227
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
226
228
|
border-right-width: 0;
|
|
@@ -560,7 +562,7 @@ label.e-float-text,
|
|
|
560
562
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
561
563
|
font-size: 14px;
|
|
562
564
|
font-style: normal;
|
|
563
|
-
font-weight:
|
|
565
|
+
font-weight: normal;
|
|
564
566
|
left: 0;
|
|
565
567
|
overflow: hidden;
|
|
566
568
|
padding-left: 10px;
|
|
@@ -972,7 +974,7 @@ label.e-float-text,
|
|
|
972
974
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
973
975
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
974
976
|
font-size: 14px;
|
|
975
|
-
font-weight:
|
|
977
|
+
font-weight: normal;
|
|
976
978
|
}
|
|
977
979
|
|
|
978
980
|
.e-float-input input,
|
|
@@ -1171,7 +1173,7 @@ label.e-float-text,
|
|
|
1171
1173
|
.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,
|
|
1172
1174
|
.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,
|
|
1173
1175
|
.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 {
|
|
1174
|
-
font-weight:
|
|
1176
|
+
font-weight: normal;
|
|
1175
1177
|
}
|
|
1176
1178
|
|
|
1177
1179
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1190,7 +1192,7 @@ label.e-float-text,
|
|
|
1190
1192
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1191
1193
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1192
1194
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1193
|
-
font-weight:
|
|
1195
|
+
font-weight: normal;
|
|
1194
1196
|
}
|
|
1195
1197
|
|
|
1196
1198
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1260,6 +1262,7 @@ label.e-float-text,
|
|
|
1260
1262
|
transform-origin: right top;
|
|
1261
1263
|
}
|
|
1262
1264
|
|
|
1265
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1263
1266
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1264
1267
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1265
1268
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1356,6 +1359,7 @@ label.e-float-text,
|
|
|
1356
1359
|
padding-right: 10px;
|
|
1357
1360
|
}
|
|
1358
1361
|
|
|
1362
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1359
1363
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1360
1364
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1361
1365
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1774,22 +1778,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1774
1778
|
user-select: none;
|
|
1775
1779
|
}
|
|
1776
1780
|
|
|
1777
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1781
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1778
1782
|
font-style: normal;
|
|
1779
1783
|
user-select: none;
|
|
1780
1784
|
}
|
|
1781
1785
|
|
|
1782
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1786
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1783
1787
|
font-style: normal;
|
|
1784
1788
|
user-select: none;
|
|
1785
1789
|
}
|
|
1786
1790
|
|
|
1787
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1791
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1788
1792
|
font-style: normal;
|
|
1789
1793
|
user-select: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1796
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1793
1797
|
font-style: normal;
|
|
1794
1798
|
user-select: none;
|
|
1795
1799
|
}
|
|
@@ -1799,12 +1803,12 @@ input.e-input:-moz-placeholder {
|
|
|
1799
1803
|
user-select: none;
|
|
1800
1804
|
}
|
|
1801
1805
|
|
|
1802
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1806
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1803
1807
|
font-style: normal;
|
|
1804
1808
|
user-select: none;
|
|
1805
1809
|
}
|
|
1806
1810
|
|
|
1807
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1811
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1808
1812
|
font-style: normal;
|
|
1809
1813
|
user-select: none;
|
|
1810
1814
|
}
|
|
@@ -3248,7 +3252,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3248
3252
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3249
3253
|
font-size: 14px;
|
|
3250
3254
|
font-style: normal;
|
|
3251
|
-
font-weight:
|
|
3255
|
+
font-weight: normal;
|
|
3252
3256
|
left: 0;
|
|
3253
3257
|
overflow: hidden;
|
|
3254
3258
|
padding-left: 10px;
|
|
@@ -3726,6 +3730,8 @@ textarea.e-input,
|
|
|
3726
3730
|
color: #999;
|
|
3727
3731
|
}
|
|
3728
3732
|
|
|
3733
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3734
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3729
3735
|
.e-input[disabled],
|
|
3730
3736
|
.e-input-group .e-input[disabled],
|
|
3731
3737
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4638,6 +4644,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4638
4644
|
color: #333;
|
|
4639
4645
|
}
|
|
4640
4646
|
|
|
4647
|
+
/* stylelint-disable-line no-empty-source */
|
|
4648
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4641
4649
|
.e-input-group-icon.e-spin-up::before {
|
|
4642
4650
|
content: "\e834";
|
|
4643
4651
|
font-family: "e-icons";
|
|
@@ -4690,6 +4698,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4690
4698
|
font-size: 14px;
|
|
4691
4699
|
}
|
|
4692
4700
|
|
|
4701
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4693
4702
|
/*! maskedtextbox layout */
|
|
4694
4703
|
.e-content-placeholder.e-mask.e-placeholder-mask {
|
|
4695
4704
|
background-size: 300px 33px;
|
|
@@ -4703,6 +4712,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4703
4712
|
}
|
|
4704
4713
|
|
|
4705
4714
|
/*! maskedtextbox theme */
|
|
4715
|
+
/* stylelint-disable-line no-empty-source */
|
|
4716
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4706
4717
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4707
4718
|
cursor: default;
|
|
4708
4719
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -4982,9 +4993,11 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4982
4993
|
z-index: 10;
|
|
4983
4994
|
}
|
|
4984
4995
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
4996
|
+
/* stylelint-disable */
|
|
4985
4997
|
background-color: #e6e6e6;
|
|
4986
4998
|
border-color: #66afe9;
|
|
4987
4999
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
5000
|
+
/* stylelint-enable */
|
|
4988
5001
|
}
|
|
4989
5002
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
4990
5003
|
height: 5px;
|
|
@@ -5191,6 +5204,9 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5191
5204
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
5192
5205
|
border-color: #ccc;
|
|
5193
5206
|
}
|
|
5207
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5208
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5209
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5194
5210
|
@keyframes material-spinner-rotate {
|
|
5195
5211
|
0% {
|
|
5196
5212
|
transform: rotate(0);
|
|
@@ -5991,6 +6007,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5991
6007
|
box-shadow: 0 0 0 transparent;
|
|
5992
6008
|
}
|
|
5993
6009
|
|
|
6010
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5994
6011
|
.e-container .e-value-switch-btn::before {
|
|
5995
6012
|
content: "\e431";
|
|
5996
6013
|
}
|
|
@@ -6069,6 +6086,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6069
6086
|
line-height: 0;
|
|
6070
6087
|
}
|
|
6071
6088
|
|
|
6089
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6072
6090
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6073
6091
|
-webkit-overflow-scrolling: touch;
|
|
6074
6092
|
height: 100%;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #dee2e6;
|
|
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: "\e745";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
font-family: "Helvetica Neue", "Helvetica", "Arial", 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: "Helvetica Neue", "Helvetica", "Arial", 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,
|
|
@@ -221,6 +222,7 @@ textarea.e-input.e-bigger,
|
|
|
221
222
|
border-top: 0;
|
|
222
223
|
}
|
|
223
224
|
|
|
225
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
224
226
|
.e-input-group .e-input-group-icon:last-child,
|
|
225
227
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
226
228
|
border-right-width: 0;
|
|
@@ -560,7 +562,7 @@ label.e-float-text,
|
|
|
560
562
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
561
563
|
font-size: 14px;
|
|
562
564
|
font-style: normal;
|
|
563
|
-
font-weight:
|
|
565
|
+
font-weight: normal;
|
|
564
566
|
left: 0;
|
|
565
567
|
overflow: hidden;
|
|
566
568
|
padding-left: 10px;
|
|
@@ -972,7 +974,7 @@ label.e-float-text,
|
|
|
972
974
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
973
975
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
974
976
|
font-size: 14px;
|
|
975
|
-
font-weight:
|
|
977
|
+
font-weight: normal;
|
|
976
978
|
}
|
|
977
979
|
|
|
978
980
|
.e-float-input input,
|
|
@@ -1171,7 +1173,7 @@ label.e-float-text,
|
|
|
1171
1173
|
.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,
|
|
1172
1174
|
.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,
|
|
1173
1175
|
.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 {
|
|
1174
|
-
font-weight:
|
|
1176
|
+
font-weight: normal;
|
|
1175
1177
|
}
|
|
1176
1178
|
|
|
1177
1179
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1190,7 +1192,7 @@ label.e-float-text,
|
|
|
1190
1192
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1191
1193
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1192
1194
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1193
|
-
font-weight:
|
|
1195
|
+
font-weight: normal;
|
|
1194
1196
|
}
|
|
1195
1197
|
|
|
1196
1198
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1260,6 +1262,7 @@ label.e-float-text,
|
|
|
1260
1262
|
transform-origin: right top;
|
|
1261
1263
|
}
|
|
1262
1264
|
|
|
1265
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1263
1266
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1264
1267
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1265
1268
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1356,6 +1359,7 @@ label.e-float-text,
|
|
|
1356
1359
|
padding-right: 10px;
|
|
1357
1360
|
}
|
|
1358
1361
|
|
|
1362
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1359
1363
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1360
1364
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1361
1365
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1774,22 +1778,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1774
1778
|
user-select: none;
|
|
1775
1779
|
}
|
|
1776
1780
|
|
|
1777
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1781
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1778
1782
|
font-style: normal;
|
|
1779
1783
|
user-select: none;
|
|
1780
1784
|
}
|
|
1781
1785
|
|
|
1782
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1786
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1783
1787
|
font-style: normal;
|
|
1784
1788
|
user-select: none;
|
|
1785
1789
|
}
|
|
1786
1790
|
|
|
1787
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1791
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1788
1792
|
font-style: normal;
|
|
1789
1793
|
user-select: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1796
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1793
1797
|
font-style: normal;
|
|
1794
1798
|
user-select: none;
|
|
1795
1799
|
}
|
|
@@ -1799,12 +1803,12 @@ input.e-input:-moz-placeholder {
|
|
|
1799
1803
|
user-select: none;
|
|
1800
1804
|
}
|
|
1801
1805
|
|
|
1802
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1806
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1803
1807
|
font-style: normal;
|
|
1804
1808
|
user-select: none;
|
|
1805
1809
|
}
|
|
1806
1810
|
|
|
1807
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1811
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1808
1812
|
font-style: normal;
|
|
1809
1813
|
user-select: none;
|
|
1810
1814
|
}
|
|
@@ -3242,7 +3246,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3242
3246
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3243
3247
|
font-size: 14px;
|
|
3244
3248
|
font-style: normal;
|
|
3245
|
-
font-weight:
|
|
3249
|
+
font-weight: normal;
|
|
3246
3250
|
left: 0;
|
|
3247
3251
|
overflow: hidden;
|
|
3248
3252
|
padding-left: 10px;
|
|
@@ -3705,6 +3709,8 @@ textarea.e-input,
|
|
|
3705
3709
|
color: #6c757d;
|
|
3706
3710
|
}
|
|
3707
3711
|
|
|
3712
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3713
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3708
3714
|
.e-input[disabled],
|
|
3709
3715
|
.e-input-group .e-input[disabled],
|
|
3710
3716
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4620,6 +4626,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4620
4626
|
color: #212529;
|
|
4621
4627
|
}
|
|
4622
4628
|
|
|
4629
|
+
/* stylelint-disable-line no-empty-source */
|
|
4630
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4623
4631
|
.e-input-group-icon.e-spin-up::before {
|
|
4624
4632
|
content: "\e721";
|
|
4625
4633
|
font-family: "e-icons";
|
|
@@ -4668,6 +4676,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4668
4676
|
font-size: 10px;
|
|
4669
4677
|
}
|
|
4670
4678
|
|
|
4679
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4671
4680
|
/*! maskedtextbox layout */
|
|
4672
4681
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4673
4682
|
font-family: Arial, "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4702,6 +4711,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4702
4711
|
color: #dc3545;
|
|
4703
4712
|
}
|
|
4704
4713
|
|
|
4714
|
+
/* stylelint-disable-line no-empty-source */
|
|
4715
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4705
4716
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4706
4717
|
cursor: default;
|
|
4707
4718
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5067,9 +5078,11 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5067
5078
|
z-index: 10;
|
|
5068
5079
|
}
|
|
5069
5080
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5081
|
+
/* stylelint-disable */
|
|
5070
5082
|
background-color: #007bff;
|
|
5071
5083
|
border-color: #007bff;
|
|
5072
5084
|
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 123, 255, 0.25);
|
|
5085
|
+
/* stylelint-enable */
|
|
5073
5086
|
}
|
|
5074
5087
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5075
5088
|
height: 6px;
|
|
@@ -5262,6 +5275,9 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
5262
5275
|
background-color: transparent;
|
|
5263
5276
|
border-color: transparent;
|
|
5264
5277
|
}
|
|
5278
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5279
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5280
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5265
5281
|
@keyframes material-spinner-rotate {
|
|
5266
5282
|
0% {
|
|
5267
5283
|
transform: rotate(0);
|
|
@@ -6062,6 +6078,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6062
6078
|
box-shadow: 0 0 0 transparent;
|
|
6063
6079
|
}
|
|
6064
6080
|
|
|
6081
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6065
6082
|
.e-container .e-value-switch-btn::before {
|
|
6066
6083
|
content: "\e799";
|
|
6067
6084
|
}
|
|
@@ -6153,6 +6170,7 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6153
6170
|
line-height: 0;
|
|
6154
6171
|
}
|
|
6155
6172
|
|
|
6173
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6156
6174
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6157
6175
|
-webkit-overflow-scrolling: touch;
|
|
6158
6176
|
height: 100%;
|