@syncfusion/ej2-angular-inputs 21.2.9 → 22.1.34
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/README.md +114 -185
- package/esm2020/src/index.mjs +1 -4
- package/esm2020/src/uploader/uploader.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +55 -195
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +55 -195
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/license +10 -0
- package/package.json +60 -11
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +0 -3
- package/src/uploader/uploader.component.d.ts +1 -1
- 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/_layout.scss +49 -5
- package/styles/color-picker/_material3-dark-definition.scss +1 -0
- package/styles/color-picker/_material3-definition.scss +141 -0
- package/styles/color-picker/_theme.scss +6 -1
- package/styles/color-picker/fluent-dark.css +1 -0
- package/styles/color-picker/fluent.css +1 -0
- package/styles/color-picker/icons/_material3-dark.scss +1 -0
- package/styles/color-picker/material3-dark.css +880 -0
- package/styles/color-picker/material3-dark.scss +12 -0
- package/styles/color-picker/material3.css +936 -0
- package/styles/color-picker/material3.scss +12 -0
- 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/_layout.scss +268 -107
- package/styles/input/_material3-dark-definition.scss +1 -0
- package/styles/input/_material3-definition.scss +548 -0
- package/styles/input/_theme.scss +3 -2
- package/styles/input/bootstrap-dark.css +14 -1
- package/styles/input/bootstrap.css +14 -1
- package/styles/input/bootstrap4.css +14 -1
- package/styles/input/bootstrap5-dark.css +14 -1
- package/styles/input/bootstrap5.css +14 -1
- package/styles/input/fabric-dark.css +14 -1
- package/styles/input/fabric.css +14 -1
- package/styles/input/fluent-dark.css +14 -1
- package/styles/input/fluent.css +14 -1
- package/styles/input/highcontrast-light.css +14 -1
- package/styles/input/highcontrast.css +14 -1
- package/styles/input/icons/_material3-dark.scss +1 -0
- package/styles/input/material-dark.css +92 -64
- package/styles/input/material.css +92 -64
- package/styles/input/material3-dark.css +12357 -0
- package/styles/input/material3-dark.scss +5 -0
- package/styles/input/material3.css +12413 -0
- package/styles/input/material3.scss +5 -0
- package/styles/input/tailwind-dark.css +14 -1
- package/styles/input/tailwind.css +14 -1
- package/styles/maskedtextbox/_material3-dark-definition.scss +1 -0
- package/styles/maskedtextbox/_material3-definition.scss +4 -0
- package/styles/maskedtextbox/material3-dark.css +104 -0
- package/styles/maskedtextbox/material3-dark.scss +5 -0
- package/styles/maskedtextbox/material3.css +160 -0
- package/styles/maskedtextbox/material3.scss +5 -0
- package/styles/material-dark.css +102 -66
- package/styles/material.css +102 -66
- package/styles/material3-dark.css +15119 -0
- package/styles/material3-dark.scss +11 -0
- package/styles/material3.css +15175 -0
- package/styles/material3.scss +11 -0
- package/styles/numerictextbox/_material3-dark-definition.scss +1 -0
- package/styles/numerictextbox/_material3-definition.scss +4 -0
- package/styles/numerictextbox/icons/_material3-dark.scss +1 -0
- package/styles/numerictextbox/material3-dark.css +118 -0
- package/styles/numerictextbox/material3-dark.scss +6 -0
- package/styles/numerictextbox/material3.css +174 -0
- package/styles/numerictextbox/material3.scss +6 -0
- package/styles/rating/_bootstrap-dark-definition.scss +4 -3
- package/styles/rating/_bootstrap-definition.scss +4 -3
- package/styles/rating/_bootstrap4-definition.scss +4 -3
- package/styles/rating/_bootstrap5-definition.scss +4 -0
- package/styles/rating/_fabric-dark-definition.scss +4 -3
- package/styles/rating/_fabric-definition.scss +4 -3
- package/styles/rating/_fluent-definition.scss +4 -0
- package/styles/rating/_fusionnew-definition.scss +4 -3
- package/styles/rating/_highcontrast-definition.scss +4 -3
- package/styles/rating/_highcontrast-light-definition.scss +4 -3
- package/styles/rating/_layout.scss +2 -0
- package/styles/rating/_material-dark-definition.scss +4 -3
- package/styles/rating/_material-definition.scss +4 -3
- package/styles/rating/_material3-dark-definition.scss +1 -0
- package/styles/rating/_material3-definition.scss +47 -0
- package/styles/rating/_tailwind-definition.scss +4 -0
- package/styles/rating/_theme.scss +36 -14
- package/styles/rating/bootstrap-dark.css +8 -2
- package/styles/rating/bootstrap.css +8 -2
- package/styles/rating/bootstrap4.css +8 -3
- package/styles/rating/bootstrap5-dark.css +8 -2
- package/styles/rating/bootstrap5.css +8 -2
- package/styles/rating/fabric-dark.css +8 -2
- package/styles/rating/fabric.css +8 -2
- package/styles/rating/fluent-dark.css +8 -2
- package/styles/rating/fluent.css +8 -2
- package/styles/rating/highcontrast-light.css +8 -2
- package/styles/rating/highcontrast.css +8 -2
- package/styles/rating/material-dark.css +8 -2
- package/styles/rating/material.css +8 -2
- package/styles/rating/material3-dark.css +340 -0
- package/styles/rating/material3-dark.scss +5 -0
- package/styles/rating/material3.css +396 -0
- package/styles/rating/material3.scss +5 -0
- package/styles/rating/tailwind-dark.css +8 -2
- package/styles/rating/tailwind.css +8 -2
- package/styles/signature/_material3-dark-definition.scss +1 -0
- package/styles/signature/_material3-definition.scss +3 -0
- package/styles/signature/material3-dark.css +65 -0
- package/styles/signature/material3-dark.scss +4 -0
- package/styles/signature/material3.css +121 -0
- package/styles/signature/material3.scss +4 -0
- package/styles/slider/_layout.scss +60 -15
- package/styles/slider/_material3-dark-definition.scss +1 -0
- package/styles/slider/_material3-definition.scss +97 -0
- package/styles/slider/_theme.scss +11 -2
- package/styles/slider/material-dark.css +2 -0
- package/styles/slider/material.css +2 -0
- package/styles/slider/material3-dark.css +765 -0
- package/styles/slider/material3-dark.scss +6 -0
- package/styles/slider/material3.css +821 -0
- package/styles/slider/material3.scss +6 -0
- package/styles/tailwind-dark.css +22 -3
- package/styles/tailwind.css +22 -3
- package/styles/textbox/_bootstrap-dark-definition.scss +3 -0
- package/styles/textbox/_bootstrap-definition.scss +3 -0
- package/styles/textbox/_bootstrap4-definition.scss +3 -0
- package/styles/textbox/_bootstrap5-definition.scss +3 -0
- package/styles/textbox/_fabric-dark-definition.scss +3 -0
- package/styles/textbox/_fabric-definition.scss +3 -0
- package/styles/textbox/_fluent-definition.scss +3 -0
- package/styles/textbox/_fusionnew-definition.scss +3 -0
- package/styles/textbox/_highcontrast-definition.scss +3 -0
- package/styles/textbox/_highcontrast-light-definition.scss +3 -0
- package/styles/textbox/_layout.scss +27 -0
- package/styles/textbox/_material-dark-definition.scss +3 -0
- package/styles/textbox/_material-definition.scss +3 -0
- package/styles/textbox/_material3-dark-definition.scss +1 -0
- package/styles/textbox/_material3-definition.scss +4 -0
- package/styles/textbox/_tailwind-definition.scss +3 -0
- package/styles/textbox/material3-dark.css +72 -0
- package/styles/textbox/material3-dark.scss +5 -0
- package/styles/textbox/material3.css +128 -0
- package/styles/textbox/material3.scss +5 -0
- package/styles/uploader/_material3-dark-definition.scss +1 -0
- package/styles/uploader/_material3-definition.scss +215 -0
- package/styles/uploader/icons/_material3-dark.scss +1 -0
- package/styles/uploader/material3-dark.css +861 -0
- package/styles/uploader/material3-dark.scss +7 -0
- package/styles/uploader/material3.css +917 -0
- package/styles/uploader/material3.scss +7 -0
- 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/schematics/collection.json +0 -105
- package/schematics/generators/colorpicker-default/index.d.ts +0 -3
- package/schematics/generators/colorpicker-default/index.js +0 -8
- package/schematics/generators/colorpicker-default/sample-details.d.ts +0 -5
- package/schematics/generators/colorpicker-default/sample-details.js +0 -7
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/colorpicker-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/colorpicker-default/schema.d.ts +0 -3
- package/schematics/generators/colorpicker-default/schema.js +0 -2
- package/schematics/generators/colorpicker-default/schema.json +0 -125
- package/schematics/generators/maskedtextbox-custommask/index.d.ts +0 -3
- package/schematics/generators/maskedtextbox-custommask/index.js +0 -8
- package/schematics/generators/maskedtextbox-custommask/sample-details.d.ts +0 -5
- package/schematics/generators/maskedtextbox-custommask/sample-details.js +0 -7
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/maskedtextbox-custommask/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -14
- package/schematics/generators/maskedtextbox-custommask/schema.d.ts +0 -3
- package/schematics/generators/maskedtextbox-custommask/schema.js +0 -2
- package/schematics/generators/maskedtextbox-custommask/schema.json +0 -125
- package/schematics/generators/maskedtextbox-default/index.d.ts +0 -3
- package/schematics/generators/maskedtextbox-default/index.js +0 -8
- package/schematics/generators/maskedtextbox-default/sample-details.d.ts +0 -5
- package/schematics/generators/maskedtextbox-default/sample-details.js +0 -7
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/maskedtextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
- package/schematics/generators/maskedtextbox-default/schema.d.ts +0 -3
- package/schematics/generators/maskedtextbox-default/schema.js +0 -2
- package/schematics/generators/maskedtextbox-default/schema.json +0 -125
- package/schematics/generators/maskedtextbox-formats/index.d.ts +0 -3
- package/schematics/generators/maskedtextbox-formats/index.js +0 -8
- package/schematics/generators/maskedtextbox-formats/sample-details.d.ts +0 -5
- package/schematics/generators/maskedtextbox-formats/sample-details.js +0 -7
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/maskedtextbox-formats/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
- package/schematics/generators/maskedtextbox-formats/schema.d.ts +0 -3
- package/schematics/generators/maskedtextbox-formats/schema.js +0 -2
- package/schematics/generators/maskedtextbox-formats/schema.json +0 -125
- package/schematics/generators/numerictextbox-customformat/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-customformat/index.js +0 -8
- package/schematics/generators/numerictextbox-customformat/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-customformat/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/numerictextbox-customformat/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -23
- package/schematics/generators/numerictextbox-customformat/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-customformat/schema.js +0 -2
- package/schematics/generators/numerictextbox-customformat/schema.json +0 -125
- package/schematics/generators/numerictextbox-decimals/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-decimals/index.js +0 -8
- package/schematics/generators/numerictextbox-decimals/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-decimals/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/numerictextbox-decimals/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
- package/schematics/generators/numerictextbox-decimals/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-decimals/schema.js +0 -2
- package/schematics/generators/numerictextbox-decimals/schema.json +0 -125
- package/schematics/generators/numerictextbox-default/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-default/index.js +0 -8
- package/schematics/generators/numerictextbox-default/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-default/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -10
- package/schematics/generators/numerictextbox-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -22
- package/schematics/generators/numerictextbox-default/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-default/schema.js +0 -2
- package/schematics/generators/numerictextbox-default/schema.json +0 -125
- package/schematics/generators/numerictextbox-range/index.d.ts +0 -3
- package/schematics/generators/numerictextbox-range/index.js +0 -8
- package/schematics/generators/numerictextbox-range/sample-details.d.ts +0 -5
- package/schematics/generators/numerictextbox-range/sample-details.js +0 -7
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -14
- package/schematics/generators/numerictextbox-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -9
- package/schematics/generators/numerictextbox-range/schema.d.ts +0 -3
- package/schematics/generators/numerictextbox-range/schema.js +0 -2
- package/schematics/generators/numerictextbox-range/schema.json +0 -125
- package/schematics/generators/slider-default/index.d.ts +0 -3
- package/schematics/generators/slider-default/index.js +0 -8
- package/schematics/generators/slider-default/sample-details.d.ts +0 -5
- package/schematics/generators/slider-default/sample-details.js +0 -7
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-default/schema.d.ts +0 -3
- package/schematics/generators/slider-default/schema.js +0 -2
- package/schematics/generators/slider-default/schema.json +0 -125
- package/schematics/generators/slider-limits/index.d.ts +0 -3
- package/schematics/generators/slider-limits/index.js +0 -8
- package/schematics/generators/slider-limits/sample-details.d.ts +0 -5
- package/schematics/generators/slider-limits/sample-details.js +0 -7
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-limits/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-limits/schema.d.ts +0 -3
- package/schematics/generators/slider-limits/schema.js +0 -2
- package/schematics/generators/slider-limits/schema.json +0 -125
- package/schematics/generators/slider-minrange/index.d.ts +0 -3
- package/schematics/generators/slider-minrange/index.js +0 -8
- package/schematics/generators/slider-minrange/sample-details.d.ts +0 -5
- package/schematics/generators/slider-minrange/sample-details.js +0 -7
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-minrange/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-minrange/schema.d.ts +0 -3
- package/schematics/generators/slider-minrange/schema.js +0 -2
- package/schematics/generators/slider-minrange/schema.json +0 -125
- package/schematics/generators/slider-range/index.d.ts +0 -3
- package/schematics/generators/slider-range/index.js +0 -8
- package/schematics/generators/slider-range/sample-details.d.ts +0 -5
- package/schematics/generators/slider-range/sample-details.js +0 -7
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-range/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-range/schema.d.ts +0 -3
- package/schematics/generators/slider-range/schema.js +0 -2
- package/schematics/generators/slider-range/schema.json +0 -125
- package/schematics/generators/slider-ticks/index.d.ts +0 -3
- package/schematics/generators/slider-ticks/index.js +0 -8
- package/schematics/generators/slider-ticks/sample-details.d.ts +0 -5
- package/schematics/generators/slider-ticks/sample-details.js +0 -7
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/slider-ticks/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-ticks/schema.d.ts +0 -3
- package/schematics/generators/slider-ticks/schema.js +0 -2
- package/schematics/generators/slider-ticks/schema.json +0 -125
- package/schematics/generators/slider-vertical/index.d.ts +0 -3
- package/schematics/generators/slider-vertical/index.js +0 -8
- package/schematics/generators/slider-vertical/sample-details.d.ts +0 -5
- package/schematics/generators/slider-vertical/sample-details.js +0 -7
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/slider-vertical/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -1
- package/schematics/generators/slider-vertical/schema.d.ts +0 -3
- package/schematics/generators/slider-vertical/schema.js +0 -2
- package/schematics/generators/slider-vertical/schema.json +0 -125
- package/schematics/generators/textbox-floatinglabel/index.d.ts +0 -3
- package/schematics/generators/textbox-floatinglabel/index.js +0 -8
- package/schematics/generators/textbox-floatinglabel/sample-details.d.ts +0 -5
- package/schematics/generators/textbox-floatinglabel/sample-details.js +0 -7
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -15
- package/schematics/generators/textbox-floatinglabel/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -21
- package/schematics/generators/textbox-floatinglabel/schema.d.ts +0 -3
- package/schematics/generators/textbox-floatinglabel/schema.js +0 -2
- package/schematics/generators/textbox-floatinglabel/schema.json +0 -125
- package/schematics/generators/uploader-autoupload/index.d.ts +0 -3
- package/schematics/generators/uploader-autoupload/index.js +0 -8
- package/schematics/generators/uploader-autoupload/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-autoupload/sample-details.js +0 -7
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/uploader-autoupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-autoupload/schema.d.ts +0 -3
- package/schematics/generators/uploader-autoupload/schema.js +0 -2
- package/schematics/generators/uploader-autoupload/schema.json +0 -125
- package/schematics/generators/uploader-chunkupload/index.d.ts +0 -3
- package/schematics/generators/uploader-chunkupload/index.js +0 -8
- package/schematics/generators/uploader-chunkupload/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-chunkupload/sample-details.js +0 -7
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/uploader-chunkupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-chunkupload/schema.d.ts +0 -3
- package/schematics/generators/uploader-chunkupload/schema.js +0 -2
- package/schematics/generators/uploader-chunkupload/schema.json +0 -125
- package/schematics/generators/uploader-directoryupload/index.d.ts +0 -3
- package/schematics/generators/uploader-directoryupload/index.js +0 -8
- package/schematics/generators/uploader-directoryupload/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-directoryupload/sample-details.js +0 -7
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -16
- package/schematics/generators/uploader-directoryupload/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-directoryupload/schema.d.ts +0 -3
- package/schematics/generators/uploader-directoryupload/schema.js +0 -2
- package/schematics/generators/uploader-directoryupload/schema.json +0 -125
- package/schematics/generators/uploader-validation/index.d.ts +0 -3
- package/schematics/generators/uploader-validation/index.js +0 -8
- package/schematics/generators/uploader-validation/sample-details.d.ts +0 -5
- package/schematics/generators/uploader-validation/sample-details.js +0 -7
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/uploader-validation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -7
- package/schematics/generators/uploader-validation/schema.d.ts +0 -3
- package/schematics/generators/uploader-validation/schema.js +0 -2
- package/schematics/generators/uploader-validation/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
- package/src/rating/rating-all.module.d.ts +0 -11
- package/src/rating/rating.component.d.ts +0 -72
- package/src/rating/rating.module.d.ts +0 -11
|
@@ -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,
|
|
@@ -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,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './material3-definition.scss';
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
+
:root {
|
|
3
|
+
--color-sf-black: 0, 0, 0;
|
|
4
|
+
--color-sf-white: 255, 255, 255;
|
|
5
|
+
--color-sf-primary: 208, 188, 255;
|
|
6
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
7
|
+
--color-sf-secondary: 204, 194, 220;
|
|
8
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
9
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
10
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
11
|
+
--color-sf-surface: 28, 27, 31;
|
|
12
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
13
|
+
--color-sf-background: var(--color-sf-surface);
|
|
14
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
15
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
16
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
17
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
18
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
19
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
20
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
21
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
22
|
+
--color-sf-on-background: 230, 225, 229;
|
|
23
|
+
--color-sf-outline: 147, 143, 153;
|
|
24
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
25
|
+
--color-sf-shadow: 0, 0, 0;
|
|
26
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
27
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
28
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
29
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
30
|
+
--color-sf-scrim: 0, 0, 0;
|
|
31
|
+
--color-sf-error: 242, 184, 181;
|
|
32
|
+
--color-sf-error-container: 140, 29, 24;
|
|
33
|
+
--color-sf-on-error: 96, 20, 16;
|
|
34
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
35
|
+
--color-sf-success: 83, 202, 23;
|
|
36
|
+
--color-sf-success-container: 22, 62, 2;
|
|
37
|
+
--color-sf-on-success: 13, 39, 0;
|
|
38
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
39
|
+
--color-sf-info: 71, 172, 251;
|
|
40
|
+
--color-sf-info-container: 0, 67, 120;
|
|
41
|
+
--color-sf-on-info: 0, 51, 91;
|
|
42
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
43
|
+
--color-sf-warning: 245, 180, 130;
|
|
44
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
45
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
46
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
47
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
48
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
49
|
+
--color-sf-success-text: 0, 0, 0;
|
|
50
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
51
|
+
--color-sf-info-text: 0, 0, 0;
|
|
52
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
53
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
54
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
58
|
+
@keyframes e-input-ripple {
|
|
59
|
+
100% {
|
|
60
|
+
opacity: 0;
|
|
61
|
+
transform: scale(4);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
@keyframes slideTopUp {
|
|
65
|
+
from {
|
|
66
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
67
|
+
}
|
|
68
|
+
to {
|
|
69
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
/*! maskedtextbox layout */
|
|
73
|
+
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
74
|
+
font-family: Roboto, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
|
|
75
|
+
font-size: 14px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.e-bigger .e-control-wrapper.e-mask .e-maskedtextbox {
|
|
79
|
+
font-size: 16px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox {
|
|
83
|
+
font-size: 16px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.e-content-placeholder.e-mask.e-placeholder-mask {
|
|
87
|
+
background-size: 300px 33px;
|
|
88
|
+
min-height: 33px;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask,
|
|
92
|
+
.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask {
|
|
93
|
+
background-size: 300px 40px;
|
|
94
|
+
min-height: 40px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/*! maskedtextbox theme */
|
|
98
|
+
.e-control-wrapper.e-mask.e-error .e-maskedtextbox {
|
|
99
|
+
color: rgba(var(--color-sf-error));
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.e-utility-mask.e-error {
|
|
103
|
+
color: rgba(var(--color-sf-error));
|
|
104
|
+
}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
+
:root {
|
|
3
|
+
--color-sf-black: 0, 0, 0;
|
|
4
|
+
--color-sf-white: 255, 255, 255;
|
|
5
|
+
--color-sf-primary: 103, 80, 164;
|
|
6
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
7
|
+
--color-sf-secondary: 98, 91, 113;
|
|
8
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
9
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
10
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
11
|
+
--color-sf-surface: 255, 255, 255;
|
|
12
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
13
|
+
--color-sf-background: var(--color-sf-surface);
|
|
14
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
15
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
16
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
17
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
18
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
19
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
20
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
21
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
22
|
+
--color-sf-on-background: 28, 27, 31;
|
|
23
|
+
--color-sf-outline: 121, 116, 126;
|
|
24
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
25
|
+
--color-sf-shadow: 0, 0, 0;
|
|
26
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
27
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
28
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
29
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
30
|
+
--color-sf-scrim: 0, 0, 0;
|
|
31
|
+
--color-sf-error: 179, 38, 30;
|
|
32
|
+
--color-sf-error-container: 249, 222, 220;
|
|
33
|
+
--color-sf-on-error: 255, 250, 250;
|
|
34
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
35
|
+
--color-sf-success: 32, 81, 7;
|
|
36
|
+
--color-sf-success-container: 209, 255, 186;
|
|
37
|
+
--color-sf-on-success: 244, 255, 239;
|
|
38
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
39
|
+
--color-sf-info: 1, 87, 155;
|
|
40
|
+
--color-sf-info-container: 233, 245, 255;
|
|
41
|
+
--color-sf-on-info: 250, 253, 255;
|
|
42
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
43
|
+
--color-sf-warning: 145, 76, 0;
|
|
44
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
45
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
46
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
47
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
48
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
49
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
50
|
+
--color-sf-success-text: 255, 255, 255;
|
|
51
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
52
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
53
|
+
--color-sf-info-text: 255, 255, 255;
|
|
54
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
55
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.e-dark-mode {
|
|
59
|
+
--color-sf-black: 0, 0, 0;
|
|
60
|
+
--color-sf-white: 255, 255, 255;
|
|
61
|
+
--color-sf-primary: 208, 188, 255;
|
|
62
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
63
|
+
--color-sf-secondary: 204, 194, 220;
|
|
64
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
65
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
66
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
67
|
+
--color-sf-surface: 28, 27, 31;
|
|
68
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
69
|
+
--color-sf-background: var(--color-sf-surface);
|
|
70
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
71
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
72
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
73
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
74
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
75
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
76
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
77
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
78
|
+
--color-sf-on-background: 230, 225, 229;
|
|
79
|
+
--color-sf-outline: 147, 143, 153;
|
|
80
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
81
|
+
--color-sf-shadow: 0, 0, 0;
|
|
82
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
83
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
84
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
85
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
86
|
+
--color-sf-scrim: 0, 0, 0;
|
|
87
|
+
--color-sf-error: 242, 184, 181;
|
|
88
|
+
--color-sf-error-container: 140, 29, 24;
|
|
89
|
+
--color-sf-on-error: 96, 20, 16;
|
|
90
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
91
|
+
--color-sf-success: 83, 202, 23;
|
|
92
|
+
--color-sf-success-container: 22, 62, 2;
|
|
93
|
+
--color-sf-on-success: 13, 39, 0;
|
|
94
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
95
|
+
--color-sf-info: 71, 172, 251;
|
|
96
|
+
--color-sf-info-container: 0, 67, 120;
|
|
97
|
+
--color-sf-on-info: 0, 51, 91;
|
|
98
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
99
|
+
--color-sf-warning: 245, 180, 130;
|
|
100
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
101
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
102
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
103
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
104
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
105
|
+
--color-sf-success-text: 0, 0, 0;
|
|
106
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
107
|
+
--color-sf-info-text: 0, 0, 0;
|
|
108
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
109
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
110
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
114
|
+
@keyframes e-input-ripple {
|
|
115
|
+
100% {
|
|
116
|
+
opacity: 0;
|
|
117
|
+
transform: scale(4);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
@keyframes slideTopUp {
|
|
121
|
+
from {
|
|
122
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
123
|
+
}
|
|
124
|
+
to {
|
|
125
|
+
transform: translate3d(0, 0, 0) scale(1);
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
/*! maskedtextbox layout */
|
|
129
|
+
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
130
|
+
font-family: Roboto, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
|
|
131
|
+
font-size: 14px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.e-bigger .e-control-wrapper.e-mask .e-maskedtextbox {
|
|
135
|
+
font-size: 16px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox {
|
|
139
|
+
font-size: 16px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.e-content-placeholder.e-mask.e-placeholder-mask {
|
|
143
|
+
background-size: 300px 33px;
|
|
144
|
+
min-height: 33px;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask,
|
|
148
|
+
.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask {
|
|
149
|
+
background-size: 300px 40px;
|
|
150
|
+
min-height: 40px;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/*! maskedtextbox theme */
|
|
154
|
+
.e-control-wrapper.e-mask.e-error .e-maskedtextbox {
|
|
155
|
+
color: rgba(var(--color-sf-error));
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.e-utility-mask.e-error {
|
|
159
|
+
color: rgba(var(--color-sf-error));
|
|
160
|
+
}
|
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 */
|