@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
package/styles/material-dark.css
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
border-color: #616161;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12
13
|
@keyframes e-input-ripple {
|
|
13
14
|
100% {
|
|
14
15
|
opacity: 0;
|
|
@@ -83,14 +84,14 @@ textarea.e-input,
|
|
|
83
84
|
.e-input-group.e-control-wrapper {
|
|
84
85
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
85
86
|
font-size: 13px;
|
|
86
|
-
font-weight:
|
|
87
|
+
font-weight: normal;
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
.e-input-group.e-disabled,
|
|
90
91
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
91
92
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
92
93
|
font-size: 13px;
|
|
93
|
-
font-weight:
|
|
94
|
+
font-weight: normal;
|
|
94
95
|
}
|
|
95
96
|
|
|
96
97
|
.e-input-group input.e-input,
|
|
@@ -266,6 +267,7 @@ textarea.e-input.e-bigger,
|
|
|
266
267
|
text-align: center;
|
|
267
268
|
}
|
|
268
269
|
|
|
270
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
269
271
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
270
272
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
271
273
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -621,7 +623,7 @@ label.e-float-text,
|
|
|
621
623
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
622
624
|
font-size: 13px;
|
|
623
625
|
font-style: normal;
|
|
624
|
-
font-weight:
|
|
626
|
+
font-weight: normal;
|
|
625
627
|
left: 0;
|
|
626
628
|
overflow: hidden;
|
|
627
629
|
padding-left: 0;
|
|
@@ -1144,7 +1146,7 @@ label.e-float-text,
|
|
|
1144
1146
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1145
1147
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1146
1148
|
font-size: 13px;
|
|
1147
|
-
font-weight:
|
|
1149
|
+
font-weight: normal;
|
|
1148
1150
|
}
|
|
1149
1151
|
|
|
1150
1152
|
.e-float-input input,
|
|
@@ -1341,7 +1343,7 @@ label.e-float-text,
|
|
|
1341
1343
|
.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,
|
|
1342
1344
|
.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,
|
|
1343
1345
|
.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 {
|
|
1344
|
-
font-weight:
|
|
1346
|
+
font-weight: normal;
|
|
1345
1347
|
}
|
|
1346
1348
|
|
|
1347
1349
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1360,7 +1362,7 @@ label.e-float-text,
|
|
|
1360
1362
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1361
1363
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1362
1364
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1363
|
-
font-weight:
|
|
1365
|
+
font-weight: normal;
|
|
1364
1366
|
}
|
|
1365
1367
|
|
|
1366
1368
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1430,6 +1432,7 @@ label.e-float-text,
|
|
|
1430
1432
|
transform-origin: right top;
|
|
1431
1433
|
}
|
|
1432
1434
|
|
|
1435
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1433
1436
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1434
1437
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1435
1438
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1526,6 +1529,7 @@ label.e-float-text,
|
|
|
1526
1529
|
padding-right: 0;
|
|
1527
1530
|
}
|
|
1528
1531
|
|
|
1532
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1529
1533
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1530
1534
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1531
1535
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2059,22 +2063,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2059
2063
|
user-select: none;
|
|
2060
2064
|
}
|
|
2061
2065
|
|
|
2062
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2066
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2063
2067
|
font-style: normal;
|
|
2064
2068
|
user-select: none;
|
|
2065
2069
|
}
|
|
2066
2070
|
|
|
2067
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2071
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2068
2072
|
font-style: normal;
|
|
2069
2073
|
user-select: none;
|
|
2070
2074
|
}
|
|
2071
2075
|
|
|
2072
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2076
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2073
2077
|
font-style: normal;
|
|
2074
2078
|
user-select: none;
|
|
2075
2079
|
}
|
|
2076
2080
|
|
|
2077
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2081
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2078
2082
|
font-style: normal;
|
|
2079
2083
|
user-select: none;
|
|
2080
2084
|
}
|
|
@@ -2084,12 +2088,12 @@ input.e-input:-moz-placeholder {
|
|
|
2084
2088
|
user-select: none;
|
|
2085
2089
|
}
|
|
2086
2090
|
|
|
2087
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2091
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2088
2092
|
font-style: normal;
|
|
2089
2093
|
user-select: none;
|
|
2090
2094
|
}
|
|
2091
2095
|
|
|
2092
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2096
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2093
2097
|
font-style: normal;
|
|
2094
2098
|
user-select: none;
|
|
2095
2099
|
}
|
|
@@ -3666,7 +3670,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3666
3670
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3667
3671
|
font-size: 13px;
|
|
3668
3672
|
font-style: normal;
|
|
3669
|
-
font-weight:
|
|
3673
|
+
font-weight: normal;
|
|
3670
3674
|
left: 0;
|
|
3671
3675
|
overflow: hidden;
|
|
3672
3676
|
padding-left: 0;
|
|
@@ -5899,7 +5903,7 @@ textarea.e-outline,
|
|
|
5899
5903
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5900
5904
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5901
5905
|
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5902
|
-
animation-name: slideTopUp;
|
|
5906
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5903
5907
|
}
|
|
5904
5908
|
|
|
5905
5909
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5914,7 +5918,7 @@ textarea.e-outline,
|
|
|
5914
5918
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5915
5919
|
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5916
5920
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5917
|
-
animation-name: slideTopUp;
|
|
5921
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5918
5922
|
}
|
|
5919
5923
|
|
|
5920
5924
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5932,7 +5936,7 @@ textarea.e-outline,
|
|
|
5932
5936
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5933
5937
|
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5934
5938
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5935
|
-
animation-name: slideTopUp;
|
|
5939
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5936
5940
|
}
|
|
5937
5941
|
|
|
5938
5942
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5954,7 +5958,7 @@ textarea.e-outline,
|
|
|
5954
5958
|
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5955
5959
|
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5956
5960
|
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5957
|
-
animation-name: slideTopUp;
|
|
5961
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5958
5962
|
}
|
|
5959
5963
|
|
|
5960
5964
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9212,6 +9216,8 @@ textarea.e-input,
|
|
|
9212
9216
|
color: rgba(255, 255, 255, 0.3);
|
|
9213
9217
|
}
|
|
9214
9218
|
|
|
9219
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
9220
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
9215
9221
|
.e-input[disabled],
|
|
9216
9222
|
.e-input-group .e-input[disabled],
|
|
9217
9223
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12379,6 +12385,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12379
12385
|
color: #ffca1c;
|
|
12380
12386
|
}
|
|
12381
12387
|
|
|
12388
|
+
/* stylelint-disable-line no-empty-source */
|
|
12389
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12382
12390
|
@keyframes e-input-ripple {
|
|
12383
12391
|
100% {
|
|
12384
12392
|
opacity: 0;
|
|
@@ -12433,6 +12441,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12433
12441
|
font-size: 12px;
|
|
12434
12442
|
}
|
|
12435
12443
|
|
|
12444
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12436
12445
|
@keyframes e-input-ripple {
|
|
12437
12446
|
100% {
|
|
12438
12447
|
opacity: 0;
|
|
@@ -12473,6 +12482,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12473
12482
|
color: #ff6652;
|
|
12474
12483
|
}
|
|
12475
12484
|
|
|
12485
|
+
/* stylelint-disable-line no-empty-source */
|
|
12486
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12476
12487
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
12477
12488
|
cursor: default;
|
|
12478
12489
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -12489,7 +12500,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12489
12500
|
background-color: #00b0ff;
|
|
12490
12501
|
border: 0;
|
|
12491
12502
|
border-radius: 8px;
|
|
12503
|
+
/* stylelint-disable */
|
|
12492
12504
|
cursor: grab;
|
|
12505
|
+
/* stylelint-enable */
|
|
12493
12506
|
opacity: 1;
|
|
12494
12507
|
}
|
|
12495
12508
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -12516,7 +12529,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12516
12529
|
border-right-color: rgba(255, 255, 255, 0.26);
|
|
12517
12530
|
}
|
|
12518
12531
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
12532
|
+
/* stylelint-disable */
|
|
12519
12533
|
cursor: grabbing;
|
|
12534
|
+
/* stylelint-enable */
|
|
12520
12535
|
}
|
|
12521
12536
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
12522
12537
|
visibility: visible;
|
|
@@ -12558,14 +12573,18 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12558
12573
|
border-bottom-right-radius: 0%;
|
|
12559
12574
|
border-top-left-radius: 50%;
|
|
12560
12575
|
border-top-right-radius: 50%;
|
|
12576
|
+
/* stylelint-disable */
|
|
12561
12577
|
cursor: grab;
|
|
12578
|
+
/* stylelint-enable */
|
|
12562
12579
|
opacity: 1;
|
|
12563
12580
|
}
|
|
12564
12581
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
12565
12582
|
background-color: rgba(255, 255, 255, 0.26);
|
|
12566
12583
|
}
|
|
12567
12584
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
12585
|
+
/* stylelint-disable */
|
|
12568
12586
|
cursor: grabbing;
|
|
12587
|
+
/* stylelint-enable */
|
|
12569
12588
|
}
|
|
12570
12589
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12571
12590
|
visibility: hidden;
|
|
@@ -12669,7 +12688,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12669
12688
|
}
|
|
12670
12689
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
12671
12690
|
background: #757575;
|
|
12672
|
-
transform: scale(0.5) !important;
|
|
12691
|
+
transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
|
|
12673
12692
|
}
|
|
12674
12693
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
12675
12694
|
background-color: #757575;
|
|
@@ -12881,10 +12900,14 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12881
12900
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
12882
12901
|
width: 12px;
|
|
12883
12902
|
z-index: 10;
|
|
12903
|
+
/* stylelint-disable */
|
|
12884
12904
|
cursor: grab;
|
|
12905
|
+
/* stylelint-enable */
|
|
12885
12906
|
}
|
|
12886
12907
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
12908
|
+
/* stylelint-disable */
|
|
12887
12909
|
cursor: grabbing;
|
|
12910
|
+
/* stylelint-enable */
|
|
12888
12911
|
}
|
|
12889
12912
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
12890
12913
|
background-color: #303030;
|
|
@@ -12910,6 +12933,10 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12910
12933
|
width: 32px;
|
|
12911
12934
|
z-index: -1;
|
|
12912
12935
|
}
|
|
12936
|
+
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
12937
|
+
/* stylelint-disable */
|
|
12938
|
+
/* stylelint-enable */
|
|
12939
|
+
}
|
|
12913
12940
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
12914
12941
|
background-color: #e0e0e0;
|
|
12915
12942
|
opacity: 0.38;
|
|
@@ -13095,12 +13122,15 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13095
13122
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13096
13123
|
border-color: #00b0ff;
|
|
13097
13124
|
}
|
|
13125
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13098
13126
|
@keyframes e-input-ripple {
|
|
13099
13127
|
100% {
|
|
13100
13128
|
opacity: 0;
|
|
13101
13129
|
transform: scale(4);
|
|
13102
13130
|
}
|
|
13103
13131
|
}
|
|
13132
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13133
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13104
13134
|
@keyframes material-spinner-rotate {
|
|
13105
13135
|
0% {
|
|
13106
13136
|
transform: rotate(0deg);
|
|
@@ -13905,6 +13935,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13905
13935
|
box-shadow: 0 0 0 transparent;
|
|
13906
13936
|
}
|
|
13907
13937
|
|
|
13938
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13908
13939
|
@keyframes e-input-ripple {
|
|
13909
13940
|
100% {
|
|
13910
13941
|
opacity: 0;
|
|
@@ -13989,6 +14020,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13989
14020
|
line-height: 0;
|
|
13990
14021
|
}
|
|
13991
14022
|
|
|
14023
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13992
14024
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
13993
14025
|
-webkit-overflow-scrolling: touch;
|
|
13994
14026
|
height: 100%;
|
package/styles/material.css
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
border-color: #e0e0e0;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12
13
|
@keyframes e-input-ripple {
|
|
13
14
|
100% {
|
|
14
15
|
opacity: 0;
|
|
@@ -91,14 +92,14 @@ textarea.e-input,
|
|
|
91
92
|
.e-input-group.e-control-wrapper {
|
|
92
93
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
93
94
|
font-size: 13px;
|
|
94
|
-
font-weight:
|
|
95
|
+
font-weight: normal;
|
|
95
96
|
}
|
|
96
97
|
|
|
97
98
|
.e-input-group.e-disabled,
|
|
98
99
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
99
100
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
100
101
|
font-size: 13px;
|
|
101
|
-
font-weight:
|
|
102
|
+
font-weight: normal;
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
.e-input-group input.e-input,
|
|
@@ -274,6 +275,7 @@ textarea.e-input.e-bigger,
|
|
|
274
275
|
text-align: center;
|
|
275
276
|
}
|
|
276
277
|
|
|
278
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
277
279
|
.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
278
280
|
.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon,
|
|
279
281
|
.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon,
|
|
@@ -629,7 +631,7 @@ label.e-float-text,
|
|
|
629
631
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
630
632
|
font-size: 13px;
|
|
631
633
|
font-style: normal;
|
|
632
|
-
font-weight:
|
|
634
|
+
font-weight: normal;
|
|
633
635
|
left: 0;
|
|
634
636
|
overflow: hidden;
|
|
635
637
|
padding-left: 0;
|
|
@@ -1152,7 +1154,7 @@ label.e-float-text,
|
|
|
1152
1154
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
1153
1155
|
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont";
|
|
1154
1156
|
font-size: 13px;
|
|
1155
|
-
font-weight:
|
|
1157
|
+
font-weight: normal;
|
|
1156
1158
|
}
|
|
1157
1159
|
|
|
1158
1160
|
.e-float-input input,
|
|
@@ -1349,7 +1351,7 @@ label.e-float-text,
|
|
|
1349
1351
|
.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,
|
|
1350
1352
|
.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,
|
|
1351
1353
|
.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 {
|
|
1352
|
-
font-weight:
|
|
1354
|
+
font-weight: normal;
|
|
1353
1355
|
}
|
|
1354
1356
|
|
|
1355
1357
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1368,7 +1370,7 @@ label.e-float-text,
|
|
|
1368
1370
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1369
1371
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1370
1372
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1371
|
-
font-weight:
|
|
1373
|
+
font-weight: normal;
|
|
1372
1374
|
}
|
|
1373
1375
|
|
|
1374
1376
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1438,6 +1440,7 @@ label.e-float-text,
|
|
|
1438
1440
|
transform-origin: right top;
|
|
1439
1441
|
}
|
|
1440
1442
|
|
|
1443
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1441
1444
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1442
1445
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1443
1446
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1534,6 +1537,7 @@ label.e-float-text,
|
|
|
1534
1537
|
padding-right: 0;
|
|
1535
1538
|
}
|
|
1536
1539
|
|
|
1540
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1537
1541
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1538
1542
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1539
1543
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -2067,22 +2071,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
2067
2071
|
user-select: none;
|
|
2068
2072
|
}
|
|
2069
2073
|
|
|
2070
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2074
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2071
2075
|
font-style: normal;
|
|
2072
2076
|
user-select: none;
|
|
2073
2077
|
}
|
|
2074
2078
|
|
|
2075
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
2079
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2076
2080
|
font-style: normal;
|
|
2077
2081
|
user-select: none;
|
|
2078
2082
|
}
|
|
2079
2083
|
|
|
2080
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2084
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2081
2085
|
font-style: normal;
|
|
2082
2086
|
user-select: none;
|
|
2083
2087
|
}
|
|
2084
2088
|
|
|
2085
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
2089
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2086
2090
|
font-style: normal;
|
|
2087
2091
|
user-select: none;
|
|
2088
2092
|
}
|
|
@@ -2092,12 +2096,12 @@ input.e-input:-moz-placeholder {
|
|
|
2092
2096
|
user-select: none;
|
|
2093
2097
|
}
|
|
2094
2098
|
|
|
2095
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
2099
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2096
2100
|
font-style: normal;
|
|
2097
2101
|
user-select: none;
|
|
2098
2102
|
}
|
|
2099
2103
|
|
|
2100
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
2104
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
2101
2105
|
font-style: normal;
|
|
2102
2106
|
user-select: none;
|
|
2103
2107
|
}
|
|
@@ -3674,7 +3678,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3674
3678
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3675
3679
|
font-size: 13px;
|
|
3676
3680
|
font-style: normal;
|
|
3677
|
-
font-weight:
|
|
3681
|
+
font-weight: normal;
|
|
3678
3682
|
left: 0;
|
|
3679
3683
|
overflow: hidden;
|
|
3680
3684
|
padding-left: 0;
|
|
@@ -5907,7 +5911,7 @@ textarea.e-outline,
|
|
|
5907
5911
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5908
5912
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5909
5913
|
.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5910
|
-
animation-name: slideTopUp;
|
|
5914
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5911
5915
|
}
|
|
5912
5916
|
|
|
5913
5917
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5922,7 +5926,7 @@ textarea.e-outline,
|
|
|
5922
5926
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5923
5927
|
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5924
5928
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5925
|
-
animation-name: slideTopUp;
|
|
5929
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5926
5930
|
}
|
|
5927
5931
|
|
|
5928
5932
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5940,7 +5944,7 @@ textarea.e-outline,
|
|
|
5940
5944
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5941
5945
|
.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5942
5946
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5943
|
-
animation-name: slideTopUp;
|
|
5947
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5944
5948
|
}
|
|
5945
5949
|
|
|
5946
5950
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5962,7 +5966,7 @@ textarea.e-outline,
|
|
|
5962
5966
|
.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5963
5967
|
.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom,
|
|
5964
5968
|
.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom {
|
|
5965
|
-
animation-name: slideTopUp;
|
|
5969
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5966
5970
|
}
|
|
5967
5971
|
|
|
5968
5972
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9220,6 +9224,8 @@ textarea.e-input,
|
|
|
9220
9224
|
color: rgba(0, 0, 0, 0.26);
|
|
9221
9225
|
}
|
|
9222
9226
|
|
|
9227
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
9228
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
9223
9229
|
.e-input[disabled],
|
|
9224
9230
|
.e-input-group .e-input[disabled],
|
|
9225
9231
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12387,6 +12393,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12387
12393
|
color: #ffca1c;
|
|
12388
12394
|
}
|
|
12389
12395
|
|
|
12396
|
+
/* stylelint-disable-line no-empty-source */
|
|
12397
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12390
12398
|
@keyframes e-input-ripple {
|
|
12391
12399
|
100% {
|
|
12392
12400
|
opacity: 0;
|
|
@@ -12449,6 +12457,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12449
12457
|
font-size: 12px;
|
|
12450
12458
|
}
|
|
12451
12459
|
|
|
12460
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12452
12461
|
@keyframes e-input-ripple {
|
|
12453
12462
|
100% {
|
|
12454
12463
|
opacity: 0;
|
|
@@ -12497,6 +12506,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12497
12506
|
color: #f44336;
|
|
12498
12507
|
}
|
|
12499
12508
|
|
|
12509
|
+
/* stylelint-disable-line no-empty-source */
|
|
12510
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12500
12511
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
12501
12512
|
cursor: default;
|
|
12502
12513
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -12513,7 +12524,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12513
12524
|
background-color: #e3165b;
|
|
12514
12525
|
border: 0;
|
|
12515
12526
|
border-radius: 8px;
|
|
12527
|
+
/* stylelint-disable */
|
|
12516
12528
|
cursor: grab;
|
|
12529
|
+
/* stylelint-enable */
|
|
12517
12530
|
opacity: 1;
|
|
12518
12531
|
}
|
|
12519
12532
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -12540,7 +12553,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12540
12553
|
border-right-color: rgba(0, 0, 0, 0.26);
|
|
12541
12554
|
}
|
|
12542
12555
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
12556
|
+
/* stylelint-disable */
|
|
12543
12557
|
cursor: grabbing;
|
|
12558
|
+
/* stylelint-enable */
|
|
12544
12559
|
}
|
|
12545
12560
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
12546
12561
|
visibility: visible;
|
|
@@ -12582,14 +12597,18 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12582
12597
|
border-bottom-right-radius: 0%;
|
|
12583
12598
|
border-top-left-radius: 50%;
|
|
12584
12599
|
border-top-right-radius: 50%;
|
|
12600
|
+
/* stylelint-disable */
|
|
12585
12601
|
cursor: grab;
|
|
12602
|
+
/* stylelint-enable */
|
|
12586
12603
|
opacity: 1;
|
|
12587
12604
|
}
|
|
12588
12605
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
12589
12606
|
background-color: rgba(0, 0, 0, 0.26);
|
|
12590
12607
|
}
|
|
12591
12608
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
12609
|
+
/* stylelint-disable */
|
|
12592
12610
|
cursor: grabbing;
|
|
12611
|
+
/* stylelint-enable */
|
|
12593
12612
|
}
|
|
12594
12613
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12595
12614
|
visibility: hidden;
|
|
@@ -12693,7 +12712,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12693
12712
|
}
|
|
12694
12713
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
12695
12714
|
background: #757575;
|
|
12696
|
-
transform: scale(0.5) !important;
|
|
12715
|
+
transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
|
|
12697
12716
|
}
|
|
12698
12717
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
12699
12718
|
background-color: #757575;
|
|
@@ -12905,10 +12924,14 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12905
12924
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
12906
12925
|
width: 12px;
|
|
12907
12926
|
z-index: 10;
|
|
12927
|
+
/* stylelint-disable */
|
|
12908
12928
|
cursor: grab;
|
|
12929
|
+
/* stylelint-enable */
|
|
12909
12930
|
}
|
|
12910
12931
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
12932
|
+
/* stylelint-disable */
|
|
12911
12933
|
cursor: grabbing;
|
|
12934
|
+
/* stylelint-enable */
|
|
12912
12935
|
}
|
|
12913
12936
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
12914
12937
|
background-color: #fff;
|
|
@@ -12934,6 +12957,10 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12934
12957
|
width: 32px;
|
|
12935
12958
|
z-index: -1;
|
|
12936
12959
|
}
|
|
12960
|
+
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
12961
|
+
/* stylelint-disable */
|
|
12962
|
+
/* stylelint-enable */
|
|
12963
|
+
}
|
|
12937
12964
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
12938
12965
|
background-color: #e0e0e0;
|
|
12939
12966
|
opacity: 0.38;
|
|
@@ -13119,6 +13146,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13119
13146
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13120
13147
|
border-color: #e3165b;
|
|
13121
13148
|
}
|
|
13149
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13122
13150
|
@keyframes e-input-ripple {
|
|
13123
13151
|
100% {
|
|
13124
13152
|
opacity: 0;
|
|
@@ -13133,6 +13161,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13133
13161
|
transform: translate3d(0, 0, 0) scale(1);
|
|
13134
13162
|
}
|
|
13135
13163
|
}
|
|
13164
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13165
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13136
13166
|
@keyframes material-spinner-rotate {
|
|
13137
13167
|
0% {
|
|
13138
13168
|
transform: rotate(0deg);
|
|
@@ -13937,6 +13967,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13937
13967
|
box-shadow: 0 0 0 transparent;
|
|
13938
13968
|
}
|
|
13939
13969
|
|
|
13970
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13940
13971
|
@keyframes e-input-ripple {
|
|
13941
13972
|
100% {
|
|
13942
13973
|
opacity: 0;
|
|
@@ -14029,6 +14060,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
14029
14060
|
line-height: 0;
|
|
14030
14061
|
}
|
|
14031
14062
|
|
|
14063
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
14032
14064
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
14033
14065
|
-webkit-overflow-scrolling: touch;
|
|
14034
14066
|
height: 100%;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './bootstrap5-definition.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent-definition.scss';
|