@syncfusion/ej2-angular-inputs 21.2.9 → 22.1.34-ngcc
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/@syncfusion/ej2-angular-inputs.es5.js +1759 -0
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-inputs.js +1657 -0
- package/@syncfusion/ej2-angular-inputs.js.map +1 -0
- package/CHANGELOG.md +1491 -0
- package/dist/ej2-angular-inputs.umd.js +1848 -0
- package/dist/ej2-angular-inputs.umd.js.map +1 -0
- package/dist/ej2-angular-inputs.umd.min.js +11 -0
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
- package/ej2-angular-inputs.d.ts +12 -0
- package/ej2-angular-inputs.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/color-picker/colorpicker-all.module.d.ts +0 -6
- package/src/color-picker/colorpicker.component.d.ts +0 -3
- package/src/color-picker/colorpicker.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
- package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
- package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
- package/src/rating/rating-all.module.d.ts +0 -6
- package/src/rating/rating.component.d.ts +4 -3
- package/src/rating/rating.module.d.ts +0 -6
- package/src/signature/signature-all.module.d.ts +0 -6
- package/src/signature/signature.component.d.ts +0 -3
- package/src/signature/signature.module.d.ts +0 -6
- package/src/slider/slider-all.module.d.ts +0 -6
- package/src/slider/slider.component.d.ts +0 -3
- package/src/slider/slider.module.d.ts +0 -6
- package/src/textbox/textbox-all.module.d.ts +0 -6
- package/src/textbox/textbox.component.d.ts +0 -3
- package/src/textbox/textbox.module.d.ts +0 -6
- package/src/uploader/files.directive.d.ts +0 -5
- package/src/uploader/uploader-all.module.d.ts +0 -6
- package/src/uploader/uploader.component.d.ts +1 -3
- package/src/uploader/uploader.module.d.ts +0 -7
- package/styles/bootstrap-dark.css +22 -3
- package/styles/bootstrap.css +22 -3
- package/styles/bootstrap4.css +22 -4
- package/styles/bootstrap5-dark.css +22 -3
- package/styles/bootstrap5.css +22 -3
- package/styles/color-picker/bootstrap-dark.scss +1 -11
- package/styles/color-picker/bootstrap.scss +1 -11
- package/styles/color-picker/bootstrap4.scss +1 -11
- package/styles/color-picker/bootstrap5-dark.scss +1 -11
- package/styles/color-picker/bootstrap5.scss +1 -11
- package/styles/color-picker/fabric-dark.scss +1 -11
- package/styles/color-picker/fabric.scss +1 -11
- package/styles/color-picker/fluent-dark.css +1 -0
- package/styles/color-picker/fluent-dark.scss +1 -11
- package/styles/color-picker/fluent.css +1 -0
- package/styles/color-picker/fluent.scss +1 -11
- package/styles/color-picker/highcontrast-light.scss +1 -11
- package/styles/color-picker/highcontrast.scss +1 -11
- package/styles/color-picker/material-dark.scss +1 -11
- package/styles/color-picker/material.scss +1 -11
- package/styles/color-picker/material3-dark.css +880 -0
- package/styles/color-picker/material3-dark.scss +2 -0
- package/styles/color-picker/material3.css +936 -0
- package/styles/color-picker/material3.scss +2 -0
- package/styles/color-picker/tailwind-dark.scss +1 -11
- package/styles/color-picker/tailwind.scss +1 -11
- package/styles/fabric-dark.css +22 -3
- package/styles/fabric.css +22 -3
- package/styles/fluent-dark.css +23 -3
- package/styles/fluent.css +23 -3
- package/styles/highcontrast-light.css +22 -3
- package/styles/highcontrast.css +22 -3
- package/styles/input/bootstrap-dark.css +14 -1
- package/styles/input/bootstrap-dark.scss +1 -4
- package/styles/input/bootstrap.css +14 -1
- package/styles/input/bootstrap.scss +1 -4
- package/styles/input/bootstrap4.css +14 -1
- package/styles/input/bootstrap4.scss +1 -4
- package/styles/input/bootstrap5-dark.css +14 -1
- package/styles/input/bootstrap5-dark.scss +1 -4
- package/styles/input/bootstrap5.css +14 -1
- package/styles/input/bootstrap5.scss +1 -4
- package/styles/input/fabric-dark.css +14 -1
- package/styles/input/fabric-dark.scss +1 -4
- package/styles/input/fabric.css +14 -1
- package/styles/input/fabric.scss +1 -4
- package/styles/input/fluent-dark.css +14 -1
- package/styles/input/fluent-dark.scss +1 -4
- package/styles/input/fluent.css +14 -1
- package/styles/input/fluent.scss +1 -4
- package/styles/input/highcontrast-light.css +14 -1
- package/styles/input/highcontrast-light.scss +1 -4
- package/styles/input/highcontrast.css +14 -1
- package/styles/input/highcontrast.scss +1 -4
- package/styles/input/material-dark.css +92 -64
- package/styles/input/material-dark.scss +1 -4
- package/styles/input/material.css +92 -64
- package/styles/input/material.scss +1 -4
- package/styles/input/material3-dark.css +12357 -0
- package/styles/input/material3-dark.scss +2 -0
- package/styles/input/material3.css +12413 -0
- package/styles/input/material3.scss +2 -0
- package/styles/input/tailwind-dark.css +14 -1
- package/styles/input/tailwind-dark.scss +1 -4
- package/styles/input/tailwind.css +14 -1
- package/styles/input/tailwind.scss +1 -4
- package/styles/maskedtextbox/bootstrap-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap.scss +1 -4
- package/styles/maskedtextbox/bootstrap4.scss +1 -4
- package/styles/maskedtextbox/bootstrap5-dark.scss +1 -4
- package/styles/maskedtextbox/bootstrap5.scss +1 -4
- package/styles/maskedtextbox/fabric-dark.scss +1 -4
- package/styles/maskedtextbox/fabric.scss +1 -4
- package/styles/maskedtextbox/fluent-dark.scss +1 -4
- package/styles/maskedtextbox/fluent.scss +1 -4
- package/styles/maskedtextbox/highcontrast-light.scss +1 -4
- package/styles/maskedtextbox/highcontrast.scss +1 -4
- package/styles/maskedtextbox/material-dark.scss +1 -4
- package/styles/maskedtextbox/material.scss +1 -4
- package/styles/maskedtextbox/material3-dark.css +104 -0
- package/styles/maskedtextbox/material3-dark.scss +2 -0
- package/styles/maskedtextbox/material3.css +160 -0
- package/styles/maskedtextbox/material3.scss +2 -0
- package/styles/maskedtextbox/tailwind-dark.scss +1 -4
- package/styles/maskedtextbox/tailwind.scss +1 -4
- package/styles/material-dark.css +102 -66
- package/styles/material.css +102 -66
- package/styles/material3-dark.css +15567 -0
- package/styles/material3-dark.scss +10 -0
- package/styles/material3.css +16063 -0
- package/styles/material3.scss +10 -0
- package/styles/numerictextbox/bootstrap-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap.scss +1 -5
- package/styles/numerictextbox/bootstrap4.scss +1 -5
- package/styles/numerictextbox/bootstrap5-dark.scss +1 -5
- package/styles/numerictextbox/bootstrap5.scss +1 -5
- package/styles/numerictextbox/fabric-dark.scss +1 -5
- package/styles/numerictextbox/fabric.scss +1 -5
- package/styles/numerictextbox/fluent-dark.scss +1 -5
- package/styles/numerictextbox/fluent.scss +1 -5
- package/styles/numerictextbox/highcontrast-light.scss +1 -5
- package/styles/numerictextbox/highcontrast.scss +1 -5
- package/styles/numerictextbox/material-dark.scss +1 -5
- package/styles/numerictextbox/material.scss +1 -5
- package/styles/numerictextbox/material3-dark.css +118 -0
- package/styles/numerictextbox/material3-dark.scss +2 -0
- package/styles/numerictextbox/material3.css +174 -0
- package/styles/numerictextbox/material3.scss +2 -0
- package/styles/numerictextbox/tailwind-dark.scss +1 -5
- package/styles/numerictextbox/tailwind.scss +1 -5
- package/styles/rating/bootstrap-dark.css +8 -2
- package/styles/rating/bootstrap-dark.scss +1 -4
- package/styles/rating/bootstrap.css +8 -2
- package/styles/rating/bootstrap.scss +1 -4
- package/styles/rating/bootstrap4.css +8 -3
- package/styles/rating/bootstrap4.scss +1 -4
- package/styles/rating/bootstrap5-dark.css +8 -2
- package/styles/rating/bootstrap5-dark.scss +1 -4
- package/styles/rating/bootstrap5.css +8 -2
- package/styles/rating/bootstrap5.scss +1 -4
- package/styles/rating/fabric-dark.css +8 -2
- package/styles/rating/fabric-dark.scss +1 -4
- package/styles/rating/fabric.css +8 -2
- package/styles/rating/fabric.scss +1 -4
- package/styles/rating/fluent-dark.css +8 -2
- package/styles/rating/fluent-dark.scss +1 -4
- package/styles/rating/fluent.css +8 -2
- package/styles/rating/fluent.scss +1 -4
- package/styles/rating/highcontrast-light.css +8 -2
- package/styles/rating/highcontrast-light.scss +1 -4
- package/styles/rating/highcontrast.css +8 -2
- package/styles/rating/highcontrast.scss +1 -4
- package/styles/rating/material-dark.css +8 -2
- package/styles/rating/material-dark.scss +1 -4
- package/styles/rating/material.css +8 -2
- package/styles/rating/material.scss +1 -4
- package/styles/rating/material3-dark.css +340 -0
- package/styles/rating/material3-dark.scss +2 -0
- package/styles/rating/material3.css +396 -0
- package/styles/rating/material3.scss +2 -0
- package/styles/rating/tailwind-dark.css +8 -2
- package/styles/rating/tailwind-dark.scss +1 -4
- package/styles/rating/tailwind.css +8 -2
- package/styles/rating/tailwind.scss +1 -4
- package/styles/signature/bootstrap-dark.scss +1 -3
- package/styles/signature/bootstrap.scss +1 -3
- package/styles/signature/bootstrap4.scss +1 -3
- package/styles/signature/bootstrap5-dark.scss +1 -3
- package/styles/signature/bootstrap5.scss +1 -3
- package/styles/signature/fabric-dark.scss +1 -3
- package/styles/signature/fabric.scss +1 -3
- package/styles/signature/fluent-dark.scss +1 -3
- package/styles/signature/fluent.scss +1 -3
- package/styles/signature/highcontrast-light.scss +1 -3
- package/styles/signature/highcontrast.scss +1 -3
- package/styles/signature/material-dark.scss +1 -3
- package/styles/signature/material.scss +1 -3
- package/styles/signature/material3-dark.css +65 -0
- package/styles/signature/material3-dark.scss +2 -0
- package/styles/signature/material3.css +121 -0
- package/styles/signature/material3.scss +2 -0
- package/styles/signature/tailwind-dark.scss +1 -3
- package/styles/signature/tailwind.scss +1 -3
- package/styles/slider/bootstrap-dark.scss +1 -5
- package/styles/slider/bootstrap.scss +1 -5
- package/styles/slider/bootstrap4.scss +1 -5
- package/styles/slider/bootstrap5-dark.scss +1 -5
- package/styles/slider/bootstrap5.scss +1 -5
- package/styles/slider/fabric-dark.scss +1 -5
- package/styles/slider/fabric.scss +1 -5
- package/styles/slider/fluent-dark.scss +1 -5
- package/styles/slider/fluent.scss +1 -5
- package/styles/slider/highcontrast-light.scss +1 -5
- package/styles/slider/highcontrast.scss +1 -5
- package/styles/slider/material-dark.css +2 -0
- package/styles/slider/material-dark.scss +1 -5
- package/styles/slider/material.css +2 -0
- package/styles/slider/material.scss +1 -5
- package/styles/slider/material3-dark.css +765 -0
- package/styles/slider/material3-dark.scss +2 -0
- package/styles/slider/material3.css +821 -0
- package/styles/slider/material3.scss +2 -0
- package/styles/slider/tailwind-dark.scss +1 -5
- package/styles/slider/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +22 -3
- package/styles/tailwind.css +22 -3
- package/styles/textbox/bootstrap-dark.scss +1 -4
- package/styles/textbox/bootstrap.scss +1 -4
- package/styles/textbox/bootstrap4.scss +1 -4
- package/styles/textbox/bootstrap5-dark.scss +1 -4
- package/styles/textbox/bootstrap5.scss +1 -4
- package/styles/textbox/fabric-dark.scss +1 -4
- package/styles/textbox/fabric.scss +1 -4
- package/styles/textbox/fluent-dark.scss +1 -4
- package/styles/textbox/fluent.scss +1 -4
- package/styles/textbox/highcontrast-light.scss +1 -4
- package/styles/textbox/highcontrast.scss +1 -4
- package/styles/textbox/material-dark.scss +1 -4
- package/styles/textbox/material.scss +1 -4
- package/styles/textbox/material3-dark.css +72 -0
- package/styles/textbox/material3-dark.scss +2 -0
- package/styles/textbox/material3.css +128 -0
- package/styles/textbox/material3.scss +2 -0
- package/styles/textbox/tailwind-dark.scss +1 -4
- package/styles/textbox/tailwind.scss +1 -4
- package/styles/uploader/bootstrap-dark.scss +1 -6
- package/styles/uploader/bootstrap.scss +1 -6
- package/styles/uploader/bootstrap4.scss +1 -6
- package/styles/uploader/bootstrap5-dark.scss +1 -6
- package/styles/uploader/bootstrap5.scss +1 -6
- package/styles/uploader/fabric-dark.scss +1 -6
- package/styles/uploader/fabric.scss +1 -6
- package/styles/uploader/fluent-dark.scss +1 -6
- package/styles/uploader/fluent.scss +1 -6
- package/styles/uploader/highcontrast-light.scss +1 -6
- package/styles/uploader/highcontrast.scss +1 -6
- package/styles/uploader/material-dark.scss +1 -6
- package/styles/uploader/material.scss +1 -6
- package/styles/uploader/material3-dark.css +861 -0
- package/styles/uploader/material3-dark.scss +2 -0
- package/styles/uploader/material3.css +917 -0
- package/styles/uploader/material3.scss +2 -0
- package/styles/uploader/tailwind-dark.scss +1 -6
- package/styles/uploader/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
- package/esm2020/src/color-picker/colorpicker.component.mjs +0 -83
- package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
- package/esm2020/src/form-validator/form-validator.mjs +0 -193
- package/esm2020/src/index.mjs +0 -28
- package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
- package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -84
- package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
- package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
- package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -84
- package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
- package/esm2020/src/rating/rating-all.module.mjs +0 -23
- package/esm2020/src/rating/rating.component.mjs +0 -108
- package/esm2020/src/rating/rating.module.mjs +0 -25
- package/esm2020/src/signature/signature-all.module.mjs +0 -23
- package/esm2020/src/signature/signature.component.mjs +0 -83
- package/esm2020/src/signature/signature.module.mjs +0 -25
- package/esm2020/src/slider/slider-all.module.mjs +0 -23
- package/esm2020/src/slider/slider.component.mjs +0 -83
- package/esm2020/src/slider/slider.module.mjs +0 -25
- package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
- package/esm2020/src/textbox/textbox.component.mjs +0 -84
- package/esm2020/src/textbox/textbox.module.mjs +0 -25
- package/esm2020/src/uploader/files.directive.mjs +0 -58
- package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
- package/esm2020/src/uploader/uploader.component.mjs +0 -95
- package/esm2020/src/uploader/uploader.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1237
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1237
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
- package/styles/color-picker/_all.scss +0 -2
- package/styles/color-picker/_bootstrap-dark-definition.scss +0 -131
- package/styles/color-picker/_bootstrap-definition.scss +0 -128
- package/styles/color-picker/_bootstrap4-definition.scss +0 -127
- package/styles/color-picker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/color-picker/_bootstrap5-definition.scss +0 -133
- package/styles/color-picker/_fabric-dark-definition.scss +0 -131
- package/styles/color-picker/_fabric-definition.scss +0 -127
- package/styles/color-picker/_fluent-dark-definition.scss +0 -1
- package/styles/color-picker/_fluent-definition.scss +0 -133
- package/styles/color-picker/_fusionnew-definition.scss +0 -133
- package/styles/color-picker/_highcontrast-definition.scss +0 -127
- package/styles/color-picker/_highcontrast-light-definition.scss +0 -130
- package/styles/color-picker/_layout.scss +0 -1260
- package/styles/color-picker/_material-dark-definition.scss +0 -135
- package/styles/color-picker/_material-definition.scss +0 -130
- package/styles/color-picker/_tailwind-dark-definition.scss +0 -1
- package/styles/color-picker/_tailwind-definition.scss +0 -132
- package/styles/color-picker/_theme.scss +0 -186
- package/styles/color-picker/icons/_bootstrap-dark.scss +0 -9
- package/styles/color-picker/icons/_bootstrap.scss +0 -9
- package/styles/color-picker/icons/_bootstrap4.scss +0 -9
- package/styles/color-picker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/color-picker/icons/_bootstrap5.scss +0 -9
- package/styles/color-picker/icons/_fabric-dark.scss +0 -9
- package/styles/color-picker/icons/_fabric.scss +0 -9
- package/styles/color-picker/icons/_fluent-dark.scss +0 -1
- package/styles/color-picker/icons/_fluent.scss +0 -9
- package/styles/color-picker/icons/_fusionnew.scss +0 -9
- package/styles/color-picker/icons/_highcontrast-light.scss +0 -9
- package/styles/color-picker/icons/_highcontrast.scss +0 -9
- package/styles/color-picker/icons/_material-dark.scss +0 -9
- package/styles/color-picker/icons/_material.scss +0 -9
- package/styles/color-picker/icons/_material3.scss +0 -9
- package/styles/color-picker/icons/_tailwind-dark.scss +0 -9
- package/styles/color-picker/icons/_tailwind.scss +0 -9
- package/styles/input/_all.scss +0 -3
- package/styles/input/_bootstrap-dark-definition.scss +0 -329
- package/styles/input/_bootstrap-definition.scss +0 -320
- package/styles/input/_bootstrap4-definition.scss +0 -325
- package/styles/input/_bootstrap5-dark-definition.scss +0 -1
- package/styles/input/_bootstrap5-definition.scss +0 -336
- package/styles/input/_definition.scss +0 -232
- package/styles/input/_fabric-dark-definition.scss +0 -319
- package/styles/input/_fabric-definition.scss +0 -311
- package/styles/input/_fluent-dark-definition.scss +0 -1
- package/styles/input/_fluent-definition.scss +0 -338
- package/styles/input/_fusionnew-definition.scss +0 -336
- package/styles/input/_highcontrast-definition.scss +0 -312
- package/styles/input/_highcontrast-light-definition.scss +0 -320
- package/styles/input/_layout.scss +0 -11091
- package/styles/input/_material-dark-definition.scss +0 -573
- package/styles/input/_material-definition.scss +0 -573
- package/styles/input/_responsive.scss +0 -1
- package/styles/input/_tailwind-dark-definition.scss +0 -1
- package/styles/input/_tailwind-definition.scss +0 -335
- package/styles/input/_theme.scss +0 -4283
- package/styles/input/icons/_bootstrap-dark.scss +0 -17
- package/styles/input/icons/_bootstrap.scss +0 -17
- package/styles/input/icons/_bootstrap4.scss +0 -17
- package/styles/input/icons/_bootstrap5-dark.scss +0 -1
- package/styles/input/icons/_bootstrap5.scss +0 -17
- package/styles/input/icons/_fabric-dark.scss +0 -17
- package/styles/input/icons/_fabric.scss +0 -17
- package/styles/input/icons/_fluent-dark.scss +0 -1
- package/styles/input/icons/_fluent.scss +0 -17
- package/styles/input/icons/_fusionnew.scss +0 -17
- package/styles/input/icons/_highcontrast-light.scss +0 -17
- package/styles/input/icons/_highcontrast.scss +0 -17
- package/styles/input/icons/_material-dark.scss +0 -49
- package/styles/input/icons/_material.scss +0 -49
- package/styles/input/icons/_material3.scss +0 -17
- package/styles/input/icons/_tailwind-dark.scss +0 -1
- package/styles/input/icons/_tailwind.scss +0 -17
- package/styles/maskedtextbox/_all.scss +0 -2
- package/styles/maskedtextbox/_bootstrap-dark-definition.scss +0 -7
- package/styles/maskedtextbox/_bootstrap-definition.scss +0 -4
- package/styles/maskedtextbox/_bootstrap4-definition.scss +0 -4
- package/styles/maskedtextbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_bootstrap5-definition.scss +0 -7
- package/styles/maskedtextbox/_fabric-dark-definition.scss +0 -7
- package/styles/maskedtextbox/_fabric-definition.scss +0 -4
- package/styles/maskedtextbox/_fluent-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_fluent-definition.scss +0 -7
- package/styles/maskedtextbox/_fusionnew-definition.scss +0 -7
- package/styles/maskedtextbox/_highcontrast-definition.scss +0 -4
- package/styles/maskedtextbox/_highcontrast-light-definition.scss +0 -7
- package/styles/maskedtextbox/_layout.scss +0 -33
- package/styles/maskedtextbox/_material-dark-definition.scss +0 -7
- package/styles/maskedtextbox/_material-definition.scss +0 -4
- package/styles/maskedtextbox/_tailwind-dark-definition.scss +0 -1
- package/styles/maskedtextbox/_tailwind-definition.scss +0 -7
- package/styles/maskedtextbox/_theme.scss +0 -15
- package/styles/numerictextbox/_all.scss +0 -2
- package/styles/numerictextbox/_bootstrap-dark-definition.scss +0 -6
- package/styles/numerictextbox/_bootstrap-definition.scss +0 -3
- package/styles/numerictextbox/_bootstrap4-definition.scss +0 -3
- package/styles/numerictextbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/numerictextbox/_bootstrap5-definition.scss +0 -3
- package/styles/numerictextbox/_fabric-dark-definition.scss +0 -6
- package/styles/numerictextbox/_fabric-definition.scss +0 -3
- package/styles/numerictextbox/_fluent-dark-definition.scss +0 -1
- package/styles/numerictextbox/_fluent-definition.scss +0 -5
- package/styles/numerictextbox/_fusionnew-definition.scss +0 -3
- package/styles/numerictextbox/_highcontrast-definition.scss +0 -3
- package/styles/numerictextbox/_highcontrast-light-definition.scss +0 -6
- package/styles/numerictextbox/_layout.scss +0 -30
- package/styles/numerictextbox/_material-dark-definition.scss +0 -6
- package/styles/numerictextbox/_material-definition.scss +0 -3
- package/styles/numerictextbox/_tailwind-dark-definition.scss +0 -1
- package/styles/numerictextbox/_tailwind-definition.scss +0 -3
- package/styles/numerictextbox/_theme.scss +0 -39
- package/styles/numerictextbox/icons/_bootstrap-dark.scss +0 -11
- package/styles/numerictextbox/icons/_bootstrap.scss +0 -11
- package/styles/numerictextbox/icons/_bootstrap4.scss +0 -11
- package/styles/numerictextbox/icons/_bootstrap5-dark.scss +0 -1
- package/styles/numerictextbox/icons/_bootstrap5.scss +0 -11
- package/styles/numerictextbox/icons/_fabric-dark.scss +0 -11
- package/styles/numerictextbox/icons/_fabric.scss +0 -11
- package/styles/numerictextbox/icons/_fluent-dark.scss +0 -1
- package/styles/numerictextbox/icons/_fluent.scss +0 -11
- package/styles/numerictextbox/icons/_fusionnew.scss +0 -11
- package/styles/numerictextbox/icons/_highcontrast-light.scss +0 -11
- package/styles/numerictextbox/icons/_highcontrast.scss +0 -11
- package/styles/numerictextbox/icons/_material-dark.scss +0 -11
- package/styles/numerictextbox/icons/_material.scss +0 -11
- package/styles/numerictextbox/icons/_material3.scss +0 -11
- package/styles/numerictextbox/icons/_tailwind-dark.scss +0 -1
- package/styles/numerictextbox/icons/_tailwind.scss +0 -11
- package/styles/rating/_all.scss +0 -2
- package/styles/rating/_bootstrap-dark-definition.scss +0 -46
- package/styles/rating/_bootstrap-definition.scss +0 -46
- package/styles/rating/_bootstrap4-definition.scss +0 -46
- package/styles/rating/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rating/_bootstrap5-definition.scss +0 -43
- package/styles/rating/_fabric-dark-definition.scss +0 -46
- package/styles/rating/_fabric-definition.scss +0 -46
- package/styles/rating/_fluent-dark-definition.scss +0 -1
- package/styles/rating/_fluent-definition.scss +0 -43
- package/styles/rating/_fusionnew-definition.scss +0 -46
- package/styles/rating/_highcontrast-definition.scss +0 -46
- package/styles/rating/_highcontrast-light-definition.scss +0 -46
- package/styles/rating/_layout.scss +0 -209
- package/styles/rating/_material-dark-definition.scss +0 -46
- package/styles/rating/_material-definition.scss +0 -46
- package/styles/rating/_tailwind-dark-definition.scss +0 -1
- package/styles/rating/_tailwind-definition.scss +0 -43
- package/styles/rating/_theme.scss +0 -170
- package/styles/signature/_all.scss +0 -2
- package/styles/signature/_bootstrap-dark-definition.scss +0 -3
- package/styles/signature/_bootstrap-definition.scss +0 -3
- package/styles/signature/_bootstrap4-definition.scss +0 -3
- package/styles/signature/_bootstrap5-dark-definition.scss +0 -1
- package/styles/signature/_bootstrap5-definition.scss +0 -3
- package/styles/signature/_fabric-dark-definition.scss +0 -3
- package/styles/signature/_fabric-definition.scss +0 -3
- package/styles/signature/_fluent-dark-definition.scss +0 -1
- package/styles/signature/_fluent-definition.scss +0 -3
- package/styles/signature/_fusionnew-definition.scss +0 -3
- package/styles/signature/_highcontrast-definition.scss +0 -3
- package/styles/signature/_highcontrast-light-definition.scss +0 -3
- package/styles/signature/_layout.scss +0 -5
- package/styles/signature/_material-dark-definition.scss +0 -3
- package/styles/signature/_material-definition.scss +0 -3
- package/styles/signature/_tailwind-dark-definition.scss +0 -1
- package/styles/signature/_tailwind-definition.scss +0 -3
- package/styles/signature/_theme.scss +0 -7
- package/styles/slider/_all.scss +0 -3
- package/styles/slider/_bootstrap-dark-definition.scss +0 -156
- package/styles/slider/_bootstrap-definition.scss +0 -152
- package/styles/slider/_bootstrap4-definition.scss +0 -147
- package/styles/slider/_bootstrap5-dark-definition.scss +0 -1
- package/styles/slider/_bootstrap5-definition.scss +0 -90
- package/styles/slider/_fabric-dark-definition.scss +0 -162
- package/styles/slider/_fabric-definition.scss +0 -156
- package/styles/slider/_fluent-dark-definition.scss +0 -1
- package/styles/slider/_fluent-definition.scss +0 -74
- package/styles/slider/_fusionnew-definition.scss +0 -90
- package/styles/slider/_highcontrast-definition.scss +0 -145
- package/styles/slider/_highcontrast-light-definition.scss +0 -149
- package/styles/slider/_icons.scss +0 -1
- package/styles/slider/_layout.scss +0 -2440
- package/styles/slider/_material-dark-definition.scss +0 -159
- package/styles/slider/_material-definition.scss +0 -154
- package/styles/slider/_tailwind-dark-definition.scss +0 -1
- package/styles/slider/_tailwind-definition.scss +0 -84
- package/styles/slider/_theme.scss +0 -240
- package/styles/textbox/_all.scss +0 -1
- package/styles/textbox/_bootstrap-dark-definition.scss +0 -1
- package/styles/textbox/_bootstrap-definition.scss +0 -1
- package/styles/textbox/_bootstrap4-definition.scss +0 -1
- package/styles/textbox/_bootstrap5-dark-definition.scss +0 -1
- package/styles/textbox/_bootstrap5-definition.scss +0 -1
- package/styles/textbox/_fabric-dark-definition.scss +0 -1
- package/styles/textbox/_fabric-definition.scss +0 -1
- package/styles/textbox/_fluent-dark-definition.scss +0 -1
- package/styles/textbox/_fluent-definition.scss +0 -1
- package/styles/textbox/_fusionnew-definition.scss +0 -1
- package/styles/textbox/_highcontrast-definition.scss +0 -1
- package/styles/textbox/_highcontrast-light-definition.scss +0 -1
- package/styles/textbox/_layout.scss +0 -10
- package/styles/textbox/_material-dark-definition.scss +0 -1
- package/styles/textbox/_material-definition.scss +0 -1
- package/styles/textbox/_tailwind-dark-definition.scss +0 -1
- package/styles/textbox/_tailwind-definition.scss +0 -1
- package/styles/textbox/_theme.scss +0 -1
- package/styles/uploader/_all.scss +0 -2
- package/styles/uploader/_bootstrap-dark-definition.scss +0 -213
- package/styles/uploader/_bootstrap-definition.scss +0 -208
- package/styles/uploader/_bootstrap4-definition.scss +0 -211
- package/styles/uploader/_bootstrap5-dark-definition.scss +0 -1
- package/styles/uploader/_bootstrap5-definition.scss +0 -216
- package/styles/uploader/_definition.scss +0 -142
- package/styles/uploader/_fabric-dark-definition.scss +0 -216
- package/styles/uploader/_fabric-definition.scss +0 -210
- package/styles/uploader/_fluent-dark-definition.scss +0 -1
- package/styles/uploader/_fluent-definition.scss +0 -234
- package/styles/uploader/_fusionnew-definition.scss +0 -216
- package/styles/uploader/_highcontrast-definition.scss +0 -211
- package/styles/uploader/_highcontrast-light-definition.scss +0 -219
- package/styles/uploader/_layout.scss +0 -989
- package/styles/uploader/_material-dark-definition.scss +0 -217
- package/styles/uploader/_material-definition.scss +0 -214
- package/styles/uploader/_tailwind-dark-definition.scss +0 -1
- package/styles/uploader/_tailwind-definition.scss +0 -232
- package/styles/uploader/_theme.scss +0 -146
- package/styles/uploader/icons/_bootstrap-dark.scss +0 -34
- package/styles/uploader/icons/_bootstrap.scss +0 -34
- package/styles/uploader/icons/_bootstrap4.scss +0 -34
- package/styles/uploader/icons/_bootstrap5-dark.scss +0 -1
- package/styles/uploader/icons/_bootstrap5.scss +0 -34
- package/styles/uploader/icons/_fabric-dark.scss +0 -34
- package/styles/uploader/icons/_fabric.scss +0 -34
- package/styles/uploader/icons/_fluent-dark.scss +0 -1
- package/styles/uploader/icons/_fluent.scss +0 -34
- package/styles/uploader/icons/_fusionnew.scss +0 -34
- package/styles/uploader/icons/_highcontrast-light.scss +0 -34
- package/styles/uploader/icons/_highcontrast.scss +0 -34
- package/styles/uploader/icons/_material-dark.scss +0 -34
- package/styles/uploader/icons/_material.scss +0 -34
- package/styles/uploader/icons/_material3.scss +0 -34
- package/styles/uploader/icons/_tailwind-dark.scss +0 -1
- package/styles/uploader/icons/_tailwind.scss +0 -34
- package/syncfusion-ej2-angular-inputs.d.ts +0 -5
package/styles/material-dark.css
CHANGED
|
@@ -3158,8 +3158,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3158
3158
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
3159
3159
|
.e-bigger .e-input-group .e-clear-icon,
|
|
3160
3160
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
3161
|
-
min-height: 20px;
|
|
3162
3161
|
min-width: 20px;
|
|
3162
|
+
min-height: 20px;
|
|
3163
3163
|
padding-bottom: 5px;
|
|
3164
3164
|
padding-right: 8px;
|
|
3165
3165
|
padding-top: 6px;
|
|
@@ -3175,6 +3175,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3175
3175
|
padding-top: 6px;
|
|
3176
3176
|
}
|
|
3177
3177
|
|
|
3178
|
+
.e-input-group.e-small .e-clear-icon,
|
|
3179
|
+
.e-input-group .e-clear-icon.e-small,
|
|
3180
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
3181
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
3182
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
3183
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
3184
|
+
min-height: 20px;
|
|
3185
|
+
min-width: 20px;
|
|
3186
|
+
padding-bottom: 5px;
|
|
3187
|
+
padding-right: 8px;
|
|
3188
|
+
padding-top: 6px;
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3178
3191
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
3179
3192
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
3180
3193
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -3449,7 +3462,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3449
3462
|
.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
3450
3463
|
.e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
3451
3464
|
.e-small .e-float-input.e-control-wrapper.e-input-group input {
|
|
3452
|
-
min-height:
|
|
3465
|
+
min-height: 16px;
|
|
3453
3466
|
}
|
|
3454
3467
|
|
|
3455
3468
|
.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
@@ -3471,7 +3484,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3471
3484
|
.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
|
|
3472
3485
|
.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
3473
3486
|
.e-small .e-float-input.e-control-wrapper.e-input-group.e-bigger input {
|
|
3474
|
-
min-height:
|
|
3487
|
+
min-height: 28px;
|
|
3475
3488
|
}
|
|
3476
3489
|
|
|
3477
3490
|
.e-input-group input.e-input,
|
|
@@ -4383,6 +4396,12 @@ textarea.e-outline.e-input,
|
|
|
4383
4396
|
margin: 9px 12px 9px 0;
|
|
4384
4397
|
}
|
|
4385
4398
|
|
|
4399
|
+
.e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4400
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4401
|
+
font-size: 16px;
|
|
4402
|
+
margin: 9px 0 9px 12px;
|
|
4403
|
+
}
|
|
4404
|
+
|
|
4386
4405
|
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
4387
4406
|
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
|
|
4388
4407
|
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
|
|
@@ -9179,76 +9198,85 @@ textarea.e-outline,
|
|
|
9179
9198
|
outline: none;
|
|
9180
9199
|
}
|
|
9181
9200
|
|
|
9182
|
-
.e-input-group.e-prepend
|
|
9183
|
-
.e-float-input.e-
|
|
9184
|
-
|
|
9185
|
-
|
|
9186
|
-
|
|
9187
|
-
|
|
9201
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append:not(.e-outline) .e-input-in-wrap,
|
|
9202
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend:not(.e-outline) .e-input-in-wrap {
|
|
9203
|
+
border-bottom: 1px solid;
|
|
9204
|
+
border-bottom-color: rgba(255, 255, 255, 0.42);
|
|
9205
|
+
}
|
|
9206
|
+
|
|
9207
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
9208
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
9209
|
+
border-bottom: 1px solid;
|
|
9210
|
+
border-bottom-color: #ff6652;
|
|
9211
|
+
}
|
|
9212
|
+
|
|
9213
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
9214
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
9188
9215
|
border-bottom: 1px solid;
|
|
9216
|
+
border-bottom-color: #22b24b;
|
|
9189
9217
|
}
|
|
9190
9218
|
|
|
9191
|
-
.e-input-group.e-prepend:not(.e-float-icon-left),
|
|
9192
|
-
.e-input-group.e-prepend.e-success:not(.e-float-icon-left),
|
|
9193
|
-
.e-input-group.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9194
|
-
.e-input-group.e-prepend.e-error:not(.e-float-icon-left),
|
|
9195
|
-
.e-input-group.e-control-wrapper.e-prepend:not(.e-float-icon-left),
|
|
9196
|
-
.e-input-group.e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),
|
|
9197
|
-
.e-input-group.e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9198
|
-
.e-input-group.e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left) {
|
|
9219
|
+
.e-input-group:not(.e-outline).e-prepend:not(.e-float-icon-left),
|
|
9220
|
+
.e-input-group:not(.e-outline).e-prepend.e-success:not(.e-float-icon-left),
|
|
9221
|
+
.e-input-group:not(.e-outline).e-prepend.e-warning:not(.e-float-icon-left),
|
|
9222
|
+
.e-input-group:not(.e-outline).e-prepend.e-error:not(.e-float-icon-left),
|
|
9223
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:not(.e-float-icon-left),
|
|
9224
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),
|
|
9225
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9226
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left) {
|
|
9199
9227
|
border-bottom: transparent;
|
|
9200
9228
|
}
|
|
9201
9229
|
|
|
9202
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9203
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9204
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9205
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9206
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9207
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9208
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9209
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9210
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9211
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9212
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9213
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9214
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9215
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9216
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9217
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9218
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9219
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9220
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9221
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9222
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9223
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9224
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9225
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9226
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9227
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9228
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9229
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9230
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9231
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9232
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
|
|
9233
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9234
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9235
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
|
|
9236
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
|
|
9230
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9231
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9232
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9233
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9234
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9235
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9236
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9237
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9238
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9239
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9240
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9241
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9242
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9243
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9244
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9245
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9246
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9247
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9248
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9249
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9250
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9251
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9252
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9253
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9254
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9255
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9256
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9257
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9258
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9259
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9260
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
|
|
9261
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9262
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9263
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
|
|
9264
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
|
|
9237
9265
|
border-bottom: transparent;
|
|
9238
9266
|
}
|
|
9239
9267
|
|
|
9240
|
-
.e-input-group.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9241
|
-
.e-input-group.e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9242
|
-
.e-float-input.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9243
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9244
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9245
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9246
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9247
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9248
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9249
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9250
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9251
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
9268
|
+
.e-input-group:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9269
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9270
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9271
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9272
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9273
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9274
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9275
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9276
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9277
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9278
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9279
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
9252
9280
|
border-bottom: transparent;
|
|
9253
9281
|
}
|
|
9254
9282
|
|
|
@@ -12617,6 +12645,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12617
12645
|
padding: 0 8px;
|
|
12618
12646
|
text-align: center;
|
|
12619
12647
|
top: calc(50% - 8px);
|
|
12648
|
+
position: relative;
|
|
12649
|
+
line-height: 16px;
|
|
12620
12650
|
width: 100%;
|
|
12621
12651
|
}
|
|
12622
12652
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-show {
|
|
@@ -14793,6 +14823,8 @@ body.e-colorpicker-overflow {
|
|
|
14793
14823
|
padding: 4px;
|
|
14794
14824
|
line-height: 13px;
|
|
14795
14825
|
display: block;
|
|
14826
|
+
min-width: calc(1em + 8px);
|
|
14827
|
+
min-height: calc(1em + 8px);
|
|
14796
14828
|
position: relative;
|
|
14797
14829
|
}
|
|
14798
14830
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -14935,7 +14967,7 @@ body.e-colorpicker-overflow {
|
|
|
14935
14967
|
font-size: 20px;
|
|
14936
14968
|
}
|
|
14937
14969
|
|
|
14938
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
14970
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
14939
14971
|
outline-color: #3f51b5;
|
|
14940
14972
|
border-radius: 0;
|
|
14941
14973
|
}
|
|
@@ -14947,6 +14979,7 @@ body.e-colorpicker-overflow {
|
|
|
14947
14979
|
}
|
|
14948
14980
|
.e-rating-container .e-reset.e-disabled {
|
|
14949
14981
|
color: #757575;
|
|
14982
|
+
opacity: 1;
|
|
14950
14983
|
}
|
|
14951
14984
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
14952
14985
|
-webkit-text-fill-color: transparent;
|
|
@@ -15000,6 +15033,9 @@ body.e-colorpicker-overflow {
|
|
|
15000
15033
|
-webkit-background-clip: text;
|
|
15001
15034
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15002
15035
|
}
|
|
15036
|
+
.e-rating-container.e-disabled {
|
|
15037
|
+
opacity: 1;
|
|
15038
|
+
}
|
|
15003
15039
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
15004
15040
|
-webkit-text-stroke: 1px #757575;
|
|
15005
15041
|
}
|
|
@@ -15018,7 +15054,7 @@ body.e-colorpicker-overflow {
|
|
|
15018
15054
|
-webkit-background-clip: text;
|
|
15019
15055
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15020
15056
|
}
|
|
15021
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
15057
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
15022
15058
|
background: linear-gradient(to left, #757575 var(--rating-value), transparent var(--rating-value));
|
|
15023
15059
|
background-clip: text;
|
|
15024
15060
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/material.css
CHANGED
|
@@ -3166,8 +3166,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3166
3166
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
3167
3167
|
.e-bigger .e-input-group .e-clear-icon,
|
|
3168
3168
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
3169
|
-
min-height: 20px;
|
|
3170
3169
|
min-width: 20px;
|
|
3170
|
+
min-height: 20px;
|
|
3171
3171
|
padding-bottom: 5px;
|
|
3172
3172
|
padding-right: 8px;
|
|
3173
3173
|
padding-top: 6px;
|
|
@@ -3183,6 +3183,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3183
3183
|
padding-top: 6px;
|
|
3184
3184
|
}
|
|
3185
3185
|
|
|
3186
|
+
.e-input-group.e-small .e-clear-icon,
|
|
3187
|
+
.e-input-group .e-clear-icon.e-small,
|
|
3188
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
3189
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
3190
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
3191
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
3192
|
+
min-height: 20px;
|
|
3193
|
+
min-width: 20px;
|
|
3194
|
+
padding-bottom: 5px;
|
|
3195
|
+
padding-right: 8px;
|
|
3196
|
+
padding-top: 6px;
|
|
3197
|
+
}
|
|
3198
|
+
|
|
3186
3199
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
3187
3200
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
3188
3201
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -3457,7 +3470,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3457
3470
|
.e-small .e-float-input.e-control-wrapper.e-input-group input,
|
|
3458
3471
|
.e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
3459
3472
|
.e-small .e-float-input.e-control-wrapper.e-input-group input {
|
|
3460
|
-
min-height:
|
|
3473
|
+
min-height: 16px;
|
|
3461
3474
|
}
|
|
3462
3475
|
|
|
3463
3476
|
.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input,
|
|
@@ -3479,7 +3492,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3479
3492
|
.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input,
|
|
3480
3493
|
.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small input,
|
|
3481
3494
|
.e-small .e-float-input.e-control-wrapper.e-input-group.e-bigger input {
|
|
3482
|
-
min-height:
|
|
3495
|
+
min-height: 28px;
|
|
3483
3496
|
}
|
|
3484
3497
|
|
|
3485
3498
|
.e-input-group input.e-input,
|
|
@@ -4391,6 +4404,12 @@ textarea.e-outline.e-input,
|
|
|
4391
4404
|
margin: 9px 12px 9px 0;
|
|
4392
4405
|
}
|
|
4393
4406
|
|
|
4407
|
+
.e-outline.e-input-group.e-prepend .e-input-group-icon,
|
|
4408
|
+
.e-outline.e-input-group.e-prepend.e-control-wrapper .e-input-group-icon {
|
|
4409
|
+
font-size: 16px;
|
|
4410
|
+
margin: 9px 0 9px 12px;
|
|
4411
|
+
}
|
|
4412
|
+
|
|
4394
4413
|
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
4395
4414
|
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input,
|
|
4396
4415
|
.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input,
|
|
@@ -9187,76 +9206,85 @@ textarea.e-outline,
|
|
|
9187
9206
|
outline: none;
|
|
9188
9207
|
}
|
|
9189
9208
|
|
|
9190
|
-
.e-input-group.e-prepend
|
|
9191
|
-
.e-float-input.e-
|
|
9192
|
-
|
|
9193
|
-
|
|
9194
|
-
|
|
9195
|
-
|
|
9209
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append:not(.e-outline) .e-input-in-wrap,
|
|
9210
|
+
.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend:not(.e-outline) .e-input-in-wrap {
|
|
9211
|
+
border-bottom: 1px solid;
|
|
9212
|
+
border-bottom-color: rgba(0, 0, 0, 0.42);
|
|
9213
|
+
}
|
|
9214
|
+
|
|
9215
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
9216
|
+
.e-error.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
9217
|
+
border-bottom: 1px solid;
|
|
9218
|
+
border-bottom-color: #f44336;
|
|
9219
|
+
}
|
|
9220
|
+
|
|
9221
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend.e-append .e-input-in-wrap,
|
|
9222
|
+
.e-success.e-input-group.e-control-container.e-control-wrapper.e-float-input.e-prepend .e-input-in-wrap {
|
|
9196
9223
|
border-bottom: 1px solid;
|
|
9224
|
+
border-bottom-color: #22b24b;
|
|
9197
9225
|
}
|
|
9198
9226
|
|
|
9199
|
-
.e-input-group.e-prepend:not(.e-float-icon-left),
|
|
9200
|
-
.e-input-group.e-prepend.e-success:not(.e-float-icon-left),
|
|
9201
|
-
.e-input-group.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9202
|
-
.e-input-group.e-prepend.e-error:not(.e-float-icon-left),
|
|
9203
|
-
.e-input-group.e-control-wrapper.e-prepend:not(.e-float-icon-left),
|
|
9204
|
-
.e-input-group.e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),
|
|
9205
|
-
.e-input-group.e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9206
|
-
.e-input-group.e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left) {
|
|
9227
|
+
.e-input-group:not(.e-outline).e-prepend:not(.e-float-icon-left),
|
|
9228
|
+
.e-input-group:not(.e-outline).e-prepend.e-success:not(.e-float-icon-left),
|
|
9229
|
+
.e-input-group:not(.e-outline).e-prepend.e-warning:not(.e-float-icon-left),
|
|
9230
|
+
.e-input-group:not(.e-outline).e-prepend.e-error:not(.e-float-icon-left),
|
|
9231
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:not(.e-float-icon-left),
|
|
9232
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-success:not(.e-float-icon-left),
|
|
9233
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-warning:not(.e-float-icon-left),
|
|
9234
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-error:not(.e-float-icon-left) {
|
|
9207
9235
|
border-bottom: transparent;
|
|
9208
9236
|
}
|
|
9209
9237
|
|
|
9210
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9211
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9212
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9213
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9214
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9215
|
-
.e-float-input.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9216
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9217
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9218
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9219
|
-
.e-float-input.e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9220
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9221
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9222
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9223
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9224
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9225
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9226
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9227
|
-
.e-float-input.e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9228
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9229
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9230
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9231
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9232
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9233
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9234
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9235
|
-
.e-float-input.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9236
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9237
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9238
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9239
|
-
.e-input-group.e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9240
|
-
.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
|
|
9241
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9242
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9243
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
|
|
9244
|
-
.e-input-group.e-float-icon-left.e-prepend.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
|
|
9238
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9239
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9240
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9241
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9242
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9243
|
+
.e-float-input:not(.e-outline).e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9244
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
9245
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9246
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error),
|
|
9247
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-input-group.e-prepend.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error,
|
|
9248
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9249
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9250
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9251
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9252
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9253
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9254
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9255
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9256
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input,
|
|
9257
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input,
|
|
9258
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input,
|
|
9259
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input,
|
|
9260
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea,
|
|
9261
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea,
|
|
9262
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea,
|
|
9263
|
+
.e-float-input:not(.e-outline).e-prepend.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea,
|
|
9264
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9265
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9266
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error),
|
|
9267
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error),
|
|
9268
|
+
.e-input-group:not(.e-outline).e-prepend.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning),
|
|
9269
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9270
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap,
|
|
9271
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap,
|
|
9272
|
+
.e-input-group:not(.e-outline).e-float-icon-left.e-prepend.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap {
|
|
9245
9273
|
border-bottom: transparent;
|
|
9246
9274
|
}
|
|
9247
9275
|
|
|
9248
|
-
.e-input-group.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9249
|
-
.e-input-group.e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9250
|
-
.e-float-input.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9251
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9252
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9253
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9254
|
-
.e-float-input.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9255
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9256
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9257
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9258
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9259
|
-
.e-float-input.e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
9276
|
+
.e-input-group:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9277
|
+
.e-input-group:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9278
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9279
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9280
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9281
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9282
|
+
.e-float-input:not(.e-outline).e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9283
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
9284
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9285
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]),
|
|
9286
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]),
|
|
9287
|
+
.e-float-input:not(.e-outline).e-control-wrapper.e-prepend:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) {
|
|
9260
9288
|
border-bottom: transparent;
|
|
9261
9289
|
}
|
|
9262
9290
|
|
|
@@ -12641,6 +12669,8 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12641
12669
|
padding: 0 8px;
|
|
12642
12670
|
text-align: center;
|
|
12643
12671
|
top: calc(50% - 8px);
|
|
12672
|
+
position: relative;
|
|
12673
|
+
line-height: 16px;
|
|
12644
12674
|
width: 100%;
|
|
12645
12675
|
}
|
|
12646
12676
|
.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-show {
|
|
@@ -14837,6 +14867,8 @@ body.e-colorpicker-overflow {
|
|
|
14837
14867
|
padding: 4px;
|
|
14838
14868
|
line-height: 13px;
|
|
14839
14869
|
display: block;
|
|
14870
|
+
min-width: calc(1em + 8px);
|
|
14871
|
+
min-height: calc(1em + 8px);
|
|
14840
14872
|
position: relative;
|
|
14841
14873
|
}
|
|
14842
14874
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -14979,7 +15011,7 @@ body.e-colorpicker-overflow {
|
|
|
14979
15011
|
font-size: 20px;
|
|
14980
15012
|
}
|
|
14981
15013
|
|
|
14982
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
15014
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
14983
15015
|
outline-color: #3f51b5;
|
|
14984
15016
|
border-radius: 0;
|
|
14985
15017
|
}
|
|
@@ -14991,6 +15023,7 @@ body.e-colorpicker-overflow {
|
|
|
14991
15023
|
}
|
|
14992
15024
|
.e-rating-container .e-reset.e-disabled {
|
|
14993
15025
|
color: #9e9e9e;
|
|
15026
|
+
opacity: 1;
|
|
14994
15027
|
}
|
|
14995
15028
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
14996
15029
|
-webkit-text-fill-color: transparent;
|
|
@@ -15044,6 +15077,9 @@ body.e-colorpicker-overflow {
|
|
|
15044
15077
|
-webkit-background-clip: text;
|
|
15045
15078
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15046
15079
|
}
|
|
15080
|
+
.e-rating-container.e-disabled {
|
|
15081
|
+
opacity: 1;
|
|
15082
|
+
}
|
|
15047
15083
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
15048
15084
|
-webkit-text-stroke: 1px #9e9e9e;
|
|
15049
15085
|
}
|
|
@@ -15062,7 +15098,7 @@ body.e-colorpicker-overflow {
|
|
|
15062
15098
|
-webkit-background-clip: text;
|
|
15063
15099
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15064
15100
|
}
|
|
15065
|
-
.e-rating-container.e-disabled.e-rtl.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl.e-rating-intermediate .e-rating-icon {
|
|
15101
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
15066
15102
|
background: linear-gradient(to left, #9e9e9e var(--rating-value), transparent var(--rating-value));
|
|
15067
15103
|
background-clip: text;
|
|
15068
15104
|
/* stylelint-disable property-no-vendor-prefix */
|