@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
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/tailwind-dark-definition.scss';
|
|
5
|
-
@import './../input/tailwind-dark-definition.scss';
|
|
6
|
-
@import './../numerictextbox/tailwind-dark-definition.scss';
|
|
7
|
-
@import './../slider/tailwind-dark-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/tailwind-dark-definition.scss';
|
|
9
|
-
@import 'tailwind-dark-definition.scss';
|
|
10
|
-
@import 'icons/tailwind-dark.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/tailwind-dark.scss';
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
4
|
-
@import 'ej2-splitbuttons/styles/split-button/tailwind-definition.scss';
|
|
5
|
-
@import './../input/tailwind-definition.scss';
|
|
6
|
-
@import './../numerictextbox/tailwind-definition.scss';
|
|
7
|
-
@import './../slider/tailwind-definition.scss';
|
|
8
|
-
@import 'ej2-popups/styles/tooltip/tailwind-definition.scss';
|
|
9
|
-
@import 'tailwind-definition.scss';
|
|
10
|
-
@import 'icons/tailwind.scss';
|
|
11
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-inputs/styles/color-picker/tailwind.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -2814,8 +2814,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2814
2814
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2815
2815
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2816
2816
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2817
|
-
min-height: 0;
|
|
2818
2817
|
min-width: 38px;
|
|
2818
|
+
min-height: 0;
|
|
2819
2819
|
padding-bottom: 0;
|
|
2820
2820
|
padding-right: 0;
|
|
2821
2821
|
padding-top: 0;
|
|
@@ -2831,6 +2831,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2831
2831
|
padding-top: 0;
|
|
2832
2832
|
}
|
|
2833
2833
|
|
|
2834
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2835
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2836
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2837
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2838
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2839
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2840
|
+
min-height: 0;
|
|
2841
|
+
min-width: 38px;
|
|
2842
|
+
padding-bottom: 0;
|
|
2843
|
+
padding-right: 0;
|
|
2844
|
+
padding-top: 0;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2834
2847
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2835
2848
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2836
2849
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6740,6 +6753,8 @@ body.e-colorpicker-overflow {
|
|
|
6740
6753
|
padding: 4px;
|
|
6741
6754
|
line-height: 13px;
|
|
6742
6755
|
display: block;
|
|
6756
|
+
min-width: calc(1em + 8px);
|
|
6757
|
+
min-height: calc(1em + 8px);
|
|
6743
6758
|
position: relative;
|
|
6744
6759
|
}
|
|
6745
6760
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -6882,7 +6897,7 @@ body.e-colorpicker-overflow {
|
|
|
6882
6897
|
font-size: 20px;
|
|
6883
6898
|
}
|
|
6884
6899
|
|
|
6885
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
6900
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
6886
6901
|
outline-color: #fff;
|
|
6887
6902
|
border-radius: 0;
|
|
6888
6903
|
}
|
|
@@ -6894,6 +6909,7 @@ body.e-colorpicker-overflow {
|
|
|
6894
6909
|
}
|
|
6895
6910
|
.e-rating-container .e-reset.e-disabled {
|
|
6896
6911
|
color: #514f4f;
|
|
6912
|
+
opacity: 1;
|
|
6897
6913
|
}
|
|
6898
6914
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
6899
6915
|
-webkit-text-fill-color: transparent;
|
|
@@ -6947,6 +6963,9 @@ body.e-colorpicker-overflow {
|
|
|
6947
6963
|
-webkit-background-clip: text;
|
|
6948
6964
|
/* stylelint-enable property-no-vendor-prefix */
|
|
6949
6965
|
}
|
|
6966
|
+
.e-rating-container.e-disabled {
|
|
6967
|
+
opacity: 1;
|
|
6968
|
+
}
|
|
6950
6969
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
6951
6970
|
-webkit-text-stroke: 1px #514f4f;
|
|
6952
6971
|
}
|
|
@@ -6965,7 +6984,7 @@ body.e-colorpicker-overflow {
|
|
|
6965
6984
|
-webkit-background-clip: text;
|
|
6966
6985
|
/* stylelint-enable property-no-vendor-prefix */
|
|
6967
6986
|
}
|
|
6968
|
-
.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 {
|
|
6987
|
+
.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 {
|
|
6969
6988
|
background: linear-gradient(to left, #514f4f var(--rating-value), transparent var(--rating-value));
|
|
6970
6989
|
background-clip: text;
|
|
6971
6990
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/fabric.css
CHANGED
|
@@ -2814,8 +2814,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2814
2814
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2815
2815
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2816
2816
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2817
|
-
min-height: 0;
|
|
2818
2817
|
min-width: 38px;
|
|
2818
|
+
min-height: 0;
|
|
2819
2819
|
padding-bottom: 0;
|
|
2820
2820
|
padding-right: 0;
|
|
2821
2821
|
padding-top: 0;
|
|
@@ -2831,6 +2831,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2831
2831
|
padding-top: 0;
|
|
2832
2832
|
}
|
|
2833
2833
|
|
|
2834
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2835
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2836
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2837
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2838
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2839
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2840
|
+
min-height: 0;
|
|
2841
|
+
min-width: 38px;
|
|
2842
|
+
padding-bottom: 0;
|
|
2843
|
+
padding-right: 0;
|
|
2844
|
+
padding-top: 0;
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2834
2847
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2835
2848
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2836
2849
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6740,6 +6753,8 @@ body.e-colorpicker-overflow {
|
|
|
6740
6753
|
padding: 4px;
|
|
6741
6754
|
line-height: 13px;
|
|
6742
6755
|
display: block;
|
|
6756
|
+
min-width: calc(1em + 8px);
|
|
6757
|
+
min-height: calc(1em + 8px);
|
|
6743
6758
|
position: relative;
|
|
6744
6759
|
}
|
|
6745
6760
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -6882,7 +6897,7 @@ body.e-colorpicker-overflow {
|
|
|
6882
6897
|
font-size: 20px;
|
|
6883
6898
|
}
|
|
6884
6899
|
|
|
6885
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
6900
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
6886
6901
|
outline-color: #005ba3;
|
|
6887
6902
|
border-radius: 0;
|
|
6888
6903
|
}
|
|
@@ -6894,6 +6909,7 @@ body.e-colorpicker-overflow {
|
|
|
6894
6909
|
}
|
|
6895
6910
|
.e-rating-container .e-reset.e-disabled {
|
|
6896
6911
|
color: #d0d0d0;
|
|
6912
|
+
opacity: 1;
|
|
6897
6913
|
}
|
|
6898
6914
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
6899
6915
|
-webkit-text-fill-color: transparent;
|
|
@@ -6947,6 +6963,9 @@ body.e-colorpicker-overflow {
|
|
|
6947
6963
|
-webkit-background-clip: text;
|
|
6948
6964
|
/* stylelint-enable property-no-vendor-prefix */
|
|
6949
6965
|
}
|
|
6966
|
+
.e-rating-container.e-disabled {
|
|
6967
|
+
opacity: 1;
|
|
6968
|
+
}
|
|
6950
6969
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
6951
6970
|
-webkit-text-stroke: 1px #d0d0d0;
|
|
6952
6971
|
}
|
|
@@ -6965,7 +6984,7 @@ body.e-colorpicker-overflow {
|
|
|
6965
6984
|
-webkit-background-clip: text;
|
|
6966
6985
|
/* stylelint-enable property-no-vendor-prefix */
|
|
6967
6986
|
}
|
|
6968
|
-
.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 {
|
|
6987
|
+
.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 {
|
|
6969
6988
|
background: linear-gradient(to left, #d0d0d0 var(--rating-value), transparent var(--rating-value));
|
|
6970
6989
|
background-clip: text;
|
|
6971
6990
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/fluent-dark.css
CHANGED
|
@@ -2782,8 +2782,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2782
2782
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2783
2783
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2784
2784
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2785
|
-
min-height: 0;
|
|
2786
2785
|
min-width: 36px;
|
|
2786
|
+
min-height: 0;
|
|
2787
2787
|
padding-bottom: 0;
|
|
2788
2788
|
padding-right: 0;
|
|
2789
2789
|
padding-top: 0;
|
|
@@ -2799,6 +2799,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2799
2799
|
padding-top: 0;
|
|
2800
2800
|
}
|
|
2801
2801
|
|
|
2802
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2803
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2804
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2805
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2806
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2807
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2808
|
+
min-height: 0;
|
|
2809
|
+
min-width: 36px;
|
|
2810
|
+
padding-bottom: 0;
|
|
2811
|
+
padding-right: 0;
|
|
2812
|
+
padding-top: 0;
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2802
2815
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2803
2816
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2804
2817
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6401,6 +6414,7 @@ body.e-colorpicker-overflow {
|
|
|
6401
6414
|
.e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
|
|
6402
6415
|
height: 24px;
|
|
6403
6416
|
top: 25px;
|
|
6417
|
+
top: 24px;
|
|
6404
6418
|
}
|
|
6405
6419
|
.e-container .e-selected-value {
|
|
6406
6420
|
-ms-flex-align: center;
|
|
@@ -6875,6 +6889,8 @@ body.e-colorpicker-overflow {
|
|
|
6875
6889
|
padding: 4px;
|
|
6876
6890
|
line-height: 13px;
|
|
6877
6891
|
display: block;
|
|
6892
|
+
min-width: calc(1em + 8px);
|
|
6893
|
+
min-height: calc(1em + 8px);
|
|
6878
6894
|
position: relative;
|
|
6879
6895
|
}
|
|
6880
6896
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7017,7 +7033,7 @@ body.e-colorpicker-overflow {
|
|
|
7017
7033
|
font-size: 20px;
|
|
7018
7034
|
}
|
|
7019
7035
|
|
|
7020
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7036
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7021
7037
|
outline-color: #f3f2f1;
|
|
7022
7038
|
border-radius: 0;
|
|
7023
7039
|
}
|
|
@@ -7029,6 +7045,7 @@ body.e-colorpicker-overflow {
|
|
|
7029
7045
|
}
|
|
7030
7046
|
.e-rating-container .e-reset.e-disabled {
|
|
7031
7047
|
color: #484644;
|
|
7048
|
+
opacity: 1;
|
|
7032
7049
|
}
|
|
7033
7050
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7034
7051
|
-webkit-text-fill-color: transparent;
|
|
@@ -7082,6 +7099,9 @@ body.e-colorpicker-overflow {
|
|
|
7082
7099
|
-webkit-background-clip: text;
|
|
7083
7100
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7084
7101
|
}
|
|
7102
|
+
.e-rating-container.e-disabled {
|
|
7103
|
+
opacity: 1;
|
|
7104
|
+
}
|
|
7085
7105
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7086
7106
|
-webkit-text-stroke: 1px #484644;
|
|
7087
7107
|
}
|
|
@@ -7100,7 +7120,7 @@ body.e-colorpicker-overflow {
|
|
|
7100
7120
|
-webkit-background-clip: text;
|
|
7101
7121
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7102
7122
|
}
|
|
7103
|
-
.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 {
|
|
7123
|
+
.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 {
|
|
7104
7124
|
background: linear-gradient(to left, #484644 var(--rating-value), transparent var(--rating-value));
|
|
7105
7125
|
background-clip: text;
|
|
7106
7126
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/fluent.css
CHANGED
|
@@ -2782,8 +2782,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2782
2782
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2783
2783
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2784
2784
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2785
|
-
min-height: 0;
|
|
2786
2785
|
min-width: 36px;
|
|
2786
|
+
min-height: 0;
|
|
2787
2787
|
padding-bottom: 0;
|
|
2788
2788
|
padding-right: 0;
|
|
2789
2789
|
padding-top: 0;
|
|
@@ -2799,6 +2799,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2799
2799
|
padding-top: 0;
|
|
2800
2800
|
}
|
|
2801
2801
|
|
|
2802
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2803
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2804
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2805
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2806
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2807
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2808
|
+
min-height: 0;
|
|
2809
|
+
min-width: 36px;
|
|
2810
|
+
padding-bottom: 0;
|
|
2811
|
+
padding-right: 0;
|
|
2812
|
+
padding-top: 0;
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2802
2815
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2803
2816
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2804
2817
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -6401,6 +6414,7 @@ body.e-colorpicker-overflow {
|
|
|
6401
6414
|
.e-container .e-slider-preview .e-preview-container .e-preview.e-previous {
|
|
6402
6415
|
height: 24px;
|
|
6403
6416
|
top: 25px;
|
|
6417
|
+
top: 24px;
|
|
6404
6418
|
}
|
|
6405
6419
|
.e-container .e-selected-value {
|
|
6406
6420
|
-ms-flex-align: center;
|
|
@@ -6875,6 +6889,8 @@ body.e-colorpicker-overflow {
|
|
|
6875
6889
|
padding: 4px;
|
|
6876
6890
|
line-height: 13px;
|
|
6877
6891
|
display: block;
|
|
6892
|
+
min-width: calc(1em + 8px);
|
|
6893
|
+
min-height: calc(1em + 8px);
|
|
6878
6894
|
position: relative;
|
|
6879
6895
|
}
|
|
6880
6896
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7017,7 +7033,7 @@ body.e-colorpicker-overflow {
|
|
|
7017
7033
|
font-size: 20px;
|
|
7018
7034
|
}
|
|
7019
7035
|
|
|
7020
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7036
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7021
7037
|
outline-color: #323130;
|
|
7022
7038
|
border-radius: 0;
|
|
7023
7039
|
}
|
|
@@ -7029,6 +7045,7 @@ body.e-colorpicker-overflow {
|
|
|
7029
7045
|
}
|
|
7030
7046
|
.e-rating-container .e-reset.e-disabled {
|
|
7031
7047
|
color: #a19f9d;
|
|
7048
|
+
opacity: 1;
|
|
7032
7049
|
}
|
|
7033
7050
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7034
7051
|
-webkit-text-fill-color: transparent;
|
|
@@ -7082,6 +7099,9 @@ body.e-colorpicker-overflow {
|
|
|
7082
7099
|
-webkit-background-clip: text;
|
|
7083
7100
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7084
7101
|
}
|
|
7102
|
+
.e-rating-container.e-disabled {
|
|
7103
|
+
opacity: 1;
|
|
7104
|
+
}
|
|
7085
7105
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7086
7106
|
-webkit-text-stroke: 1px #c8c6c4;
|
|
7087
7107
|
}
|
|
@@ -7100,7 +7120,7 @@ body.e-colorpicker-overflow {
|
|
|
7100
7120
|
-webkit-background-clip: text;
|
|
7101
7121
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7102
7122
|
}
|
|
7103
|
-
.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 {
|
|
7123
|
+
.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 {
|
|
7104
7124
|
background: linear-gradient(to left, #c8c6c4 var(--rating-value), transparent var(--rating-value));
|
|
7105
7125
|
background-clip: text;
|
|
7106
7126
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -2930,8 +2930,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2930
2930
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2931
2931
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2932
2932
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2933
|
-
min-height: 0;
|
|
2934
2933
|
min-width: 38px;
|
|
2934
|
+
min-height: 0;
|
|
2935
2935
|
padding-bottom: 0;
|
|
2936
2936
|
padding-right: 0;
|
|
2937
2937
|
padding-top: 0;
|
|
@@ -2947,6 +2947,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2947
2947
|
padding-top: 0;
|
|
2948
2948
|
}
|
|
2949
2949
|
|
|
2950
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2951
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2952
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2953
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2954
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2955
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2956
|
+
min-height: 0;
|
|
2957
|
+
min-width: 38px;
|
|
2958
|
+
padding-bottom: 0;
|
|
2959
|
+
padding-right: 0;
|
|
2960
|
+
padding-top: 0;
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2950
2963
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2951
2964
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2952
2965
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -7056,6 +7069,8 @@ body.e-colorpicker-overflow {
|
|
|
7056
7069
|
padding: 4px;
|
|
7057
7070
|
line-height: 13px;
|
|
7058
7071
|
display: block;
|
|
7072
|
+
min-width: calc(1em + 8px);
|
|
7073
|
+
min-height: calc(1em + 8px);
|
|
7059
7074
|
position: relative;
|
|
7060
7075
|
}
|
|
7061
7076
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7198,7 +7213,7 @@ body.e-colorpicker-overflow {
|
|
|
7198
7213
|
font-size: 20px;
|
|
7199
7214
|
}
|
|
7200
7215
|
|
|
7201
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7216
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7202
7217
|
outline-color: #000;
|
|
7203
7218
|
border-radius: 0;
|
|
7204
7219
|
}
|
|
@@ -7210,6 +7225,7 @@ body.e-colorpicker-overflow {
|
|
|
7210
7225
|
}
|
|
7211
7226
|
.e-rating-container .e-reset.e-disabled {
|
|
7212
7227
|
color: #757575;
|
|
7228
|
+
opacity: 1;
|
|
7213
7229
|
}
|
|
7214
7230
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7215
7231
|
-webkit-text-fill-color: transparent;
|
|
@@ -7263,6 +7279,9 @@ body.e-colorpicker-overflow {
|
|
|
7263
7279
|
-webkit-background-clip: text;
|
|
7264
7280
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7265
7281
|
}
|
|
7282
|
+
.e-rating-container.e-disabled {
|
|
7283
|
+
opacity: 1;
|
|
7284
|
+
}
|
|
7266
7285
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7267
7286
|
-webkit-text-stroke: 1px #757575;
|
|
7268
7287
|
}
|
|
@@ -7281,7 +7300,7 @@ body.e-colorpicker-overflow {
|
|
|
7281
7300
|
-webkit-background-clip: text;
|
|
7282
7301
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7283
7302
|
}
|
|
7284
|
-
.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 {
|
|
7303
|
+
.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 {
|
|
7285
7304
|
background: linear-gradient(to left, #757575 var(--rating-value), transparent var(--rating-value));
|
|
7286
7305
|
background-clip: text;
|
|
7287
7306
|
/* stylelint-disable property-no-vendor-prefix */
|
package/styles/highcontrast.css
CHANGED
|
@@ -2930,8 +2930,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2930
2930
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2931
2931
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2932
2932
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2933
|
-
min-height: 0;
|
|
2934
2933
|
min-width: 38px;
|
|
2934
|
+
min-height: 0;
|
|
2935
2935
|
padding-bottom: 0;
|
|
2936
2936
|
padding-right: 0;
|
|
2937
2937
|
padding-top: 0;
|
|
@@ -2947,6 +2947,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2947
2947
|
padding-top: 0;
|
|
2948
2948
|
}
|
|
2949
2949
|
|
|
2950
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2951
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2952
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2953
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2954
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2955
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2956
|
+
min-height: 0;
|
|
2957
|
+
min-width: 38px;
|
|
2958
|
+
padding-bottom: 0;
|
|
2959
|
+
padding-right: 0;
|
|
2960
|
+
padding-top: 0;
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2950
2963
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2951
2964
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2952
2965
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -7056,6 +7069,8 @@ body.e-colorpicker-overflow {
|
|
|
7056
7069
|
padding: 4px;
|
|
7057
7070
|
line-height: 13px;
|
|
7058
7071
|
display: block;
|
|
7072
|
+
min-width: calc(1em + 8px);
|
|
7073
|
+
min-height: calc(1em + 8px);
|
|
7059
7074
|
position: relative;
|
|
7060
7075
|
}
|
|
7061
7076
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -7198,7 +7213,7 @@ body.e-colorpicker-overflow {
|
|
|
7198
7213
|
font-size: 20px;
|
|
7199
7214
|
}
|
|
7200
7215
|
|
|
7201
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
7216
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
7202
7217
|
outline-color: #fff;
|
|
7203
7218
|
border-radius: 0;
|
|
7204
7219
|
}
|
|
@@ -7210,6 +7225,7 @@ body.e-colorpicker-overflow {
|
|
|
7210
7225
|
}
|
|
7211
7226
|
.e-rating-container .e-reset.e-disabled {
|
|
7212
7227
|
color: #757575;
|
|
7228
|
+
opacity: 1;
|
|
7213
7229
|
}
|
|
7214
7230
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
7215
7231
|
-webkit-text-fill-color: transparent;
|
|
@@ -7263,6 +7279,9 @@ body.e-colorpicker-overflow {
|
|
|
7263
7279
|
-webkit-background-clip: text;
|
|
7264
7280
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7265
7281
|
}
|
|
7282
|
+
.e-rating-container.e-disabled {
|
|
7283
|
+
opacity: 1;
|
|
7284
|
+
}
|
|
7266
7285
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
7267
7286
|
-webkit-text-stroke: 1px #757575;
|
|
7268
7287
|
}
|
|
@@ -7281,7 +7300,7 @@ body.e-colorpicker-overflow {
|
|
|
7281
7300
|
-webkit-background-clip: text;
|
|
7282
7301
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7283
7302
|
}
|
|
7284
|
-
.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 {
|
|
7303
|
+
.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 {
|
|
7285
7304
|
background: linear-gradient(to left, #757575 var(--rating-value), transparent var(--rating-value));
|
|
7286
7305
|
background-clip: text;
|
|
7287
7306
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -2847,8 +2847,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2847
2847
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2848
2848
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2849
2849
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2850
|
-
min-height: 0;
|
|
2851
2850
|
min-width: 38px;
|
|
2851
|
+
min-height: 0;
|
|
2852
2852
|
padding-bottom: 0;
|
|
2853
2853
|
padding-right: 0;
|
|
2854
2854
|
padding-top: 0;
|
|
@@ -2864,6 +2864,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2864
2864
|
padding-top: 0;
|
|
2865
2865
|
}
|
|
2866
2866
|
|
|
2867
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2868
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2869
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2870
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2871
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2872
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2873
|
+
min-height: 0;
|
|
2874
|
+
min-width: 38px;
|
|
2875
|
+
padding-bottom: 0;
|
|
2876
|
+
padding-right: 0;
|
|
2877
|
+
padding-top: 0;
|
|
2878
|
+
}
|
|
2879
|
+
|
|
2867
2880
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2868
2881
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2869
2882
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -2847,8 +2847,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2847
2847
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2848
2848
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2849
2849
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2850
|
-
min-height: 0;
|
|
2851
2850
|
min-width: 38px;
|
|
2851
|
+
min-height: 0;
|
|
2852
2852
|
padding-bottom: 0;
|
|
2853
2853
|
padding-right: 0;
|
|
2854
2854
|
padding-top: 0;
|
|
@@ -2864,6 +2864,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2864
2864
|
padding-top: 0;
|
|
2865
2865
|
}
|
|
2866
2866
|
|
|
2867
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2868
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2869
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2870
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2871
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2872
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2873
|
+
min-height: 0;
|
|
2874
|
+
min-width: 38px;
|
|
2875
|
+
padding-bottom: 0;
|
|
2876
|
+
padding-right: 0;
|
|
2877
|
+
padding-top: 0;
|
|
2878
|
+
}
|
|
2879
|
+
|
|
2867
2880
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2868
2881
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2869
2882
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -2847,8 +2847,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2847
2847
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2848
2848
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2849
2849
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2850
|
-
min-height: 0;
|
|
2851
2850
|
min-width: 34px;
|
|
2851
|
+
min-height: 0;
|
|
2852
2852
|
padding-bottom: 0;
|
|
2853
2853
|
padding-right: 0;
|
|
2854
2854
|
padding-top: 0;
|
|
@@ -2864,6 +2864,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2864
2864
|
padding-top: 0;
|
|
2865
2865
|
}
|
|
2866
2866
|
|
|
2867
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2868
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2869
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2870
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2871
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2872
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2873
|
+
min-height: 0;
|
|
2874
|
+
min-width: 34px;
|
|
2875
|
+
padding-bottom: 0;
|
|
2876
|
+
padding-right: 0;
|
|
2877
|
+
padding-top: 0;
|
|
2878
|
+
}
|
|
2879
|
+
|
|
2867
2880
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2868
2881
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2869
2882
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -2954,8 +2954,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2954
2954
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2955
2955
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2956
2956
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2957
|
-
min-height: 0;
|
|
2958
2957
|
min-width: 36px;
|
|
2958
|
+
min-height: 0;
|
|
2959
2959
|
padding-bottom: 0;
|
|
2960
2960
|
padding-right: 0;
|
|
2961
2961
|
padding-top: 0;
|
|
@@ -2971,6 +2971,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2971
2971
|
padding-top: 0;
|
|
2972
2972
|
}
|
|
2973
2973
|
|
|
2974
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2975
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2976
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2977
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2978
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2979
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2980
|
+
min-height: 0;
|
|
2981
|
+
min-width: 36px;
|
|
2982
|
+
padding-bottom: 0;
|
|
2983
|
+
padding-right: 0;
|
|
2984
|
+
padding-top: 0;
|
|
2985
|
+
}
|
|
2986
|
+
|
|
2974
2987
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2975
2988
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2976
2989
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|
|
@@ -2954,8 +2954,8 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2954
2954
|
.e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
|
|
2955
2955
|
.e-bigger .e-input-group .e-clear-icon,
|
|
2956
2956
|
.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2957
|
-
min-height: 0;
|
|
2958
2957
|
min-width: 36px;
|
|
2958
|
+
min-height: 0;
|
|
2959
2959
|
padding-bottom: 0;
|
|
2960
2960
|
padding-right: 0;
|
|
2961
2961
|
padding-top: 0;
|
|
@@ -2971,6 +2971,19 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2971
2971
|
padding-top: 0;
|
|
2972
2972
|
}
|
|
2973
2973
|
|
|
2974
|
+
.e-input-group.e-small .e-clear-icon,
|
|
2975
|
+
.e-input-group .e-clear-icon.e-small,
|
|
2976
|
+
.e-small.e-bigger .e-input-group .e-clear-icon,
|
|
2977
|
+
.e-input-group.e-control-wrapper.e-small .e-clear-icon,
|
|
2978
|
+
.e-input-group.e-control-wrapper .e-clear-icon.e-small,
|
|
2979
|
+
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
|
|
2980
|
+
min-height: 0;
|
|
2981
|
+
min-width: 36px;
|
|
2982
|
+
padding-bottom: 0;
|
|
2983
|
+
padding-right: 0;
|
|
2984
|
+
padding-top: 0;
|
|
2985
|
+
}
|
|
2986
|
+
|
|
2974
2987
|
.e-input-group.e-small.e-bigger .e-clear-icon,
|
|
2975
2988
|
.e-input-group.e-small .e-clear-icon.e-bigger,
|
|
2976
2989
|
.e-bigger .e-input-group.e-small .e-clear-icon,
|