@syncfusion/ej2-angular-inputs 20.2.38-ngcc → 20.2.43
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 +29 -15
- 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 +10972 -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 -1433
- 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;
|
|
@@ -5872,7 +5876,7 @@ textarea.e-outline,
|
|
|
5872
5876
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5873
5877
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5874
5878
|
.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 {
|
|
5875
|
-
animation-name: slideTopUp;
|
|
5879
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5876
5880
|
}
|
|
5877
5881
|
|
|
5878
5882
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5887,7 +5891,7 @@ textarea.e-outline,
|
|
|
5887
5891
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5888
5892
|
.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,
|
|
5889
5893
|
.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 {
|
|
5890
|
-
animation-name: slideTopUp;
|
|
5894
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5891
5895
|
}
|
|
5892
5896
|
|
|
5893
5897
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5905,7 +5909,7 @@ textarea.e-outline,
|
|
|
5905
5909
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5906
5910
|
.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,
|
|
5907
5911
|
.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 {
|
|
5908
|
-
animation-name: slideTopUp;
|
|
5912
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5909
5913
|
}
|
|
5910
5914
|
|
|
5911
5915
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5927,7 +5931,7 @@ textarea.e-outline,
|
|
|
5927
5931
|
.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,
|
|
5928
5932
|
.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,
|
|
5929
5933
|
.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 {
|
|
5930
|
-
animation-name: slideTopUp;
|
|
5934
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5931
5935
|
}
|
|
5932
5936
|
|
|
5933
5937
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9185,6 +9189,8 @@ textarea.e-input,
|
|
|
9185
9189
|
color: rgba(255, 255, 255, 0.3);
|
|
9186
9190
|
}
|
|
9187
9191
|
|
|
9192
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
9193
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
9188
9194
|
.e-input[disabled],
|
|
9189
9195
|
.e-input-group .e-input[disabled],
|
|
9190
9196
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12352,6 +12358,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12352
12358
|
color: #ffca1c;
|
|
12353
12359
|
}
|
|
12354
12360
|
|
|
12361
|
+
/* stylelint-disable-line no-empty-source */
|
|
12362
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12355
12363
|
@keyframes e-input-ripple {
|
|
12356
12364
|
100% {
|
|
12357
12365
|
opacity: 0;
|
|
@@ -12406,6 +12414,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12406
12414
|
font-size: 12px;
|
|
12407
12415
|
}
|
|
12408
12416
|
|
|
12417
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12409
12418
|
@keyframes e-input-ripple {
|
|
12410
12419
|
100% {
|
|
12411
12420
|
opacity: 0;
|
|
@@ -12446,6 +12455,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12446
12455
|
color: #ff6652;
|
|
12447
12456
|
}
|
|
12448
12457
|
|
|
12458
|
+
/* stylelint-disable-line no-empty-source */
|
|
12459
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12449
12460
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
12450
12461
|
cursor: default;
|
|
12451
12462
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -12462,7 +12473,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12462
12473
|
background-color: #00b0ff;
|
|
12463
12474
|
border: 0;
|
|
12464
12475
|
border-radius: 8px;
|
|
12476
|
+
/* stylelint-disable */
|
|
12465
12477
|
cursor: grab;
|
|
12478
|
+
/* stylelint-enable */
|
|
12466
12479
|
opacity: 1;
|
|
12467
12480
|
}
|
|
12468
12481
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -12489,7 +12502,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12489
12502
|
border-right-color: rgba(255, 255, 255, 0.26);
|
|
12490
12503
|
}
|
|
12491
12504
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
12505
|
+
/* stylelint-disable */
|
|
12492
12506
|
cursor: grabbing;
|
|
12507
|
+
/* stylelint-enable */
|
|
12493
12508
|
}
|
|
12494
12509
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
12495
12510
|
visibility: visible;
|
|
@@ -12531,14 +12546,18 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12531
12546
|
border-bottom-right-radius: 0%;
|
|
12532
12547
|
border-top-left-radius: 50%;
|
|
12533
12548
|
border-top-right-radius: 50%;
|
|
12549
|
+
/* stylelint-disable */
|
|
12534
12550
|
cursor: grab;
|
|
12551
|
+
/* stylelint-enable */
|
|
12535
12552
|
opacity: 1;
|
|
12536
12553
|
}
|
|
12537
12554
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
12538
12555
|
background-color: rgba(255, 255, 255, 0.26);
|
|
12539
12556
|
}
|
|
12540
12557
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
12558
|
+
/* stylelint-disable */
|
|
12541
12559
|
cursor: grabbing;
|
|
12560
|
+
/* stylelint-enable */
|
|
12542
12561
|
}
|
|
12543
12562
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12544
12563
|
visibility: hidden;
|
|
@@ -12642,7 +12661,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12642
12661
|
}
|
|
12643
12662
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
12644
12663
|
background: #757575;
|
|
12645
|
-
transform: scale(0.5) !important;
|
|
12664
|
+
transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
|
|
12646
12665
|
}
|
|
12647
12666
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
12648
12667
|
background-color: #757575;
|
|
@@ -12854,10 +12873,14 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12854
12873
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
12855
12874
|
width: 12px;
|
|
12856
12875
|
z-index: 10;
|
|
12876
|
+
/* stylelint-disable */
|
|
12857
12877
|
cursor: grab;
|
|
12878
|
+
/* stylelint-enable */
|
|
12858
12879
|
}
|
|
12859
12880
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
12881
|
+
/* stylelint-disable */
|
|
12860
12882
|
cursor: grabbing;
|
|
12883
|
+
/* stylelint-enable */
|
|
12861
12884
|
}
|
|
12862
12885
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
12863
12886
|
background-color: #303030;
|
|
@@ -12883,6 +12906,10 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12883
12906
|
width: 32px;
|
|
12884
12907
|
z-index: -1;
|
|
12885
12908
|
}
|
|
12909
|
+
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
12910
|
+
/* stylelint-disable */
|
|
12911
|
+
/* stylelint-enable */
|
|
12912
|
+
}
|
|
12886
12913
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
12887
12914
|
background-color: #e0e0e0;
|
|
12888
12915
|
opacity: 0.38;
|
|
@@ -13068,12 +13095,15 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13068
13095
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13069
13096
|
border-color: #00b0ff;
|
|
13070
13097
|
}
|
|
13098
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13071
13099
|
@keyframes e-input-ripple {
|
|
13072
13100
|
100% {
|
|
13073
13101
|
opacity: 0;
|
|
13074
13102
|
transform: scale(4);
|
|
13075
13103
|
}
|
|
13076
13104
|
}
|
|
13105
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13106
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13077
13107
|
@keyframes material-spinner-rotate {
|
|
13078
13108
|
0% {
|
|
13079
13109
|
transform: rotate(0deg);
|
|
@@ -13878,6 +13908,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13878
13908
|
box-shadow: 0 0 0 transparent;
|
|
13879
13909
|
}
|
|
13880
13910
|
|
|
13911
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13881
13912
|
@keyframes e-input-ripple {
|
|
13882
13913
|
100% {
|
|
13883
13914
|
opacity: 0;
|
|
@@ -13962,6 +13993,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13962
13993
|
line-height: 0;
|
|
13963
13994
|
}
|
|
13964
13995
|
|
|
13996
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13965
13997
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
13966
13998
|
-webkit-overflow-scrolling: touch;
|
|
13967
13999
|
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;
|
|
@@ -5880,7 +5884,7 @@ textarea.e-outline,
|
|
|
5880
5884
|
.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text,
|
|
5881
5885
|
.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5882
5886
|
.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 {
|
|
5883
|
-
animation-name: slideTopUp;
|
|
5887
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5884
5888
|
}
|
|
5885
5889
|
|
|
5886
5890
|
.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5895,7 +5899,7 @@ textarea.e-outline,
|
|
|
5895
5899
|
.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5896
5900
|
.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,
|
|
5897
5901
|
.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 {
|
|
5898
|
-
animation-name: slideTopUp;
|
|
5902
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5899
5903
|
}
|
|
5900
5904
|
|
|
5901
5905
|
.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5913,7 +5917,7 @@ textarea.e-outline,
|
|
|
5913
5917
|
.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text,
|
|
5914
5918
|
.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,
|
|
5915
5919
|
.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 {
|
|
5916
|
-
animation-name: slideTopUp;
|
|
5920
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5917
5921
|
}
|
|
5918
5922
|
|
|
5919
5923
|
.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -5935,7 +5939,7 @@ textarea.e-outline,
|
|
|
5935
5939
|
.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,
|
|
5936
5940
|
.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,
|
|
5937
5941
|
.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 {
|
|
5938
|
-
animation-name: slideTopUp;
|
|
5942
|
+
animation-name: slideTopUp; /* stylelint-disable-line no-unknown-animations */
|
|
5939
5943
|
}
|
|
5940
5944
|
|
|
5941
5945
|
.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text,
|
|
@@ -9193,6 +9197,8 @@ textarea.e-input,
|
|
|
9193
9197
|
color: rgba(0, 0, 0, 0.26);
|
|
9194
9198
|
}
|
|
9195
9199
|
|
|
9200
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
9201
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
9196
9202
|
.e-input[disabled],
|
|
9197
9203
|
.e-input-group .e-input[disabled],
|
|
9198
9204
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -12360,6 +12366,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12360
12366
|
color: #ffca1c;
|
|
12361
12367
|
}
|
|
12362
12368
|
|
|
12369
|
+
/* stylelint-disable-line no-empty-source */
|
|
12370
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12363
12371
|
@keyframes e-input-ripple {
|
|
12364
12372
|
100% {
|
|
12365
12373
|
opacity: 0;
|
|
@@ -12422,6 +12430,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12422
12430
|
font-size: 12px;
|
|
12423
12431
|
}
|
|
12424
12432
|
|
|
12433
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12425
12434
|
@keyframes e-input-ripple {
|
|
12426
12435
|
100% {
|
|
12427
12436
|
opacity: 0;
|
|
@@ -12470,6 +12479,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12470
12479
|
color: #f44336;
|
|
12471
12480
|
}
|
|
12472
12481
|
|
|
12482
|
+
/* stylelint-disable-line no-empty-source */
|
|
12483
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
12473
12484
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
12474
12485
|
cursor: default;
|
|
12475
12486
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -12486,7 +12497,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12486
12497
|
background-color: #e3165b;
|
|
12487
12498
|
border: 0;
|
|
12488
12499
|
border-radius: 8px;
|
|
12500
|
+
/* stylelint-disable */
|
|
12489
12501
|
cursor: grab;
|
|
12502
|
+
/* stylelint-enable */
|
|
12490
12503
|
opacity: 1;
|
|
12491
12504
|
}
|
|
12492
12505
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close {
|
|
@@ -12513,7 +12526,9 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12513
12526
|
border-right-color: rgba(0, 0, 0, 0.26);
|
|
12514
12527
|
}
|
|
12515
12528
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active {
|
|
12529
|
+
/* stylelint-disable */
|
|
12516
12530
|
cursor: grabbing;
|
|
12531
|
+
/* stylelint-enable */
|
|
12517
12532
|
}
|
|
12518
12533
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip {
|
|
12519
12534
|
visibility: visible;
|
|
@@ -12555,14 +12570,18 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12555
12570
|
border-bottom-right-radius: 0%;
|
|
12556
12571
|
border-top-left-radius: 50%;
|
|
12557
12572
|
border-top-right-radius: 50%;
|
|
12573
|
+
/* stylelint-disable */
|
|
12558
12574
|
cursor: grab;
|
|
12575
|
+
/* stylelint-enable */
|
|
12559
12576
|
opacity: 1;
|
|
12560
12577
|
}
|
|
12561
12578
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start {
|
|
12562
12579
|
background-color: rgba(0, 0, 0, 0.26);
|
|
12563
12580
|
}
|
|
12564
12581
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active {
|
|
12582
|
+
/* stylelint-disable */
|
|
12565
12583
|
cursor: grabbing;
|
|
12584
|
+
/* stylelint-enable */
|
|
12566
12585
|
}
|
|
12567
12586
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12568
12587
|
visibility: hidden;
|
|
@@ -12666,7 +12685,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12666
12685
|
}
|
|
12667
12686
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle {
|
|
12668
12687
|
background: #757575;
|
|
12669
|
-
transform: scale(0.5) !important;
|
|
12688
|
+
transform: scale(0.5) !important; /* stylelint-disable-line declaration-no-important */
|
|
12670
12689
|
}
|
|
12671
12690
|
.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first {
|
|
12672
12691
|
background-color: #757575;
|
|
@@ -12878,10 +12897,14 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12878
12897
|
transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out;
|
|
12879
12898
|
width: 12px;
|
|
12880
12899
|
z-index: 10;
|
|
12900
|
+
/* stylelint-disable */
|
|
12881
12901
|
cursor: grab;
|
|
12902
|
+
/* stylelint-enable */
|
|
12882
12903
|
}
|
|
12883
12904
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active {
|
|
12905
|
+
/* stylelint-disable */
|
|
12884
12906
|
cursor: grabbing;
|
|
12907
|
+
/* stylelint-enable */
|
|
12885
12908
|
}
|
|
12886
12909
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start {
|
|
12887
12910
|
background-color: #fff;
|
|
@@ -12907,6 +12930,10 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12907
12930
|
width: 32px;
|
|
12908
12931
|
z-index: -1;
|
|
12909
12932
|
}
|
|
12933
|
+
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
12934
|
+
/* stylelint-disable */
|
|
12935
|
+
/* stylelint-enable */
|
|
12936
|
+
}
|
|
12910
12937
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after {
|
|
12911
12938
|
background-color: #e0e0e0;
|
|
12912
12939
|
opacity: 0.38;
|
|
@@ -13092,6 +13119,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13092
13119
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
13093
13120
|
border-color: #e3165b;
|
|
13094
13121
|
}
|
|
13122
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13095
13123
|
@keyframes e-input-ripple {
|
|
13096
13124
|
100% {
|
|
13097
13125
|
opacity: 0;
|
|
@@ -13106,6 +13134,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13106
13134
|
transform: translate3d(0, 0, 0) scale(1);
|
|
13107
13135
|
}
|
|
13108
13136
|
}
|
|
13137
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
13138
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13109
13139
|
@keyframes material-spinner-rotate {
|
|
13110
13140
|
0% {
|
|
13111
13141
|
transform: rotate(0deg);
|
|
@@ -13910,6 +13940,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13910
13940
|
box-shadow: 0 0 0 transparent;
|
|
13911
13941
|
}
|
|
13912
13942
|
|
|
13943
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
13913
13944
|
@keyframes e-input-ripple {
|
|
13914
13945
|
100% {
|
|
13915
13946
|
opacity: 0;
|
|
@@ -14002,6 +14033,7 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
14002
14033
|
line-height: 0;
|
|
14003
14034
|
}
|
|
14004
14035
|
|
|
14036
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
14005
14037
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
14006
14038
|
-webkit-overflow-scrolling: touch;
|
|
14007
14039
|
height: 100%;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './bootstrap5-definition.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent-definition.scss';
|