@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
|
@@ -0,0 +1,396 @@
|
|
|
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
|
+
.e-rating-container {
|
|
114
|
+
display: -ms-inline-flexbox;
|
|
115
|
+
display: inline-flex;
|
|
116
|
+
-ms-flex-wrap: wrap;
|
|
117
|
+
flex-wrap: wrap;
|
|
118
|
+
-ms-flex-pack: center;
|
|
119
|
+
justify-content: center;
|
|
120
|
+
-ms-flex-align: center;
|
|
121
|
+
align-items: center;
|
|
122
|
+
min-width: max-content;
|
|
123
|
+
}
|
|
124
|
+
.e-rating-container .e-rating {
|
|
125
|
+
display: none;
|
|
126
|
+
}
|
|
127
|
+
.e-rating-container .e-rating-item-list {
|
|
128
|
+
display: -ms-inline-flexbox;
|
|
129
|
+
display: inline-flex;
|
|
130
|
+
padding: 0;
|
|
131
|
+
margin: 4px;
|
|
132
|
+
}
|
|
133
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
134
|
+
outline: 1px solid;
|
|
135
|
+
}
|
|
136
|
+
.e-rating-container .e-rating-item-list:focus-visible {
|
|
137
|
+
outline: none;
|
|
138
|
+
}
|
|
139
|
+
.e-rating-container.e-rating-readonly {
|
|
140
|
+
cursor: default;
|
|
141
|
+
pointer-events: none;
|
|
142
|
+
}
|
|
143
|
+
.e-rating-container .e-rating-item-container {
|
|
144
|
+
cursor: pointer;
|
|
145
|
+
font-size: 20px;
|
|
146
|
+
padding: 4px;
|
|
147
|
+
line-height: 13px;
|
|
148
|
+
display: block;
|
|
149
|
+
min-width: calc(1em + 8px);
|
|
150
|
+
min-height: calc(1em + 8px);
|
|
151
|
+
position: relative;
|
|
152
|
+
}
|
|
153
|
+
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
154
|
+
display: block;
|
|
155
|
+
}
|
|
156
|
+
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
157
|
+
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
158
|
+
transform: scale(1.4);
|
|
159
|
+
pointer-events: none;
|
|
160
|
+
}
|
|
161
|
+
.e-rating-container.e-disabled {
|
|
162
|
+
cursor: default;
|
|
163
|
+
pointer-events: none;
|
|
164
|
+
}
|
|
165
|
+
.e-rating-container.e-rating-hidden {
|
|
166
|
+
display: none;
|
|
167
|
+
}
|
|
168
|
+
.e-rating-container .e-reset {
|
|
169
|
+
cursor: pointer;
|
|
170
|
+
margin: auto 2px 6px;
|
|
171
|
+
font-size: 16px;
|
|
172
|
+
padding: 2px;
|
|
173
|
+
}
|
|
174
|
+
.e-rating-container .e-reset.e-disabled {
|
|
175
|
+
cursor: default;
|
|
176
|
+
}
|
|
177
|
+
.e-rating-container .e-reset:focus-visible {
|
|
178
|
+
outline: 1px solid;
|
|
179
|
+
border-radius: 0;
|
|
180
|
+
}
|
|
181
|
+
.e-rating-container .e-rating-label {
|
|
182
|
+
font-size: 12px;
|
|
183
|
+
line-height: 18px;
|
|
184
|
+
}
|
|
185
|
+
.e-rating-container .e-rating-label.e-label-right, .e-rating-container .e-rating-label.e-label-left {
|
|
186
|
+
min-width: 50px;
|
|
187
|
+
}
|
|
188
|
+
.e-rating-container .e-rating-label.e-label-bottom, .e-rating-container .e-rating-label.e-label-top {
|
|
189
|
+
-ms-flex-preferred-size: 100%;
|
|
190
|
+
flex-basis: 100%;
|
|
191
|
+
width: 0;
|
|
192
|
+
text-align: center;
|
|
193
|
+
}
|
|
194
|
+
.e-rating-container .e-rating-label.e-label-right {
|
|
195
|
+
text-align: left;
|
|
196
|
+
margin: auto 8px;
|
|
197
|
+
}
|
|
198
|
+
.e-rating-container .e-rating-label.e-label-left {
|
|
199
|
+
text-align: right;
|
|
200
|
+
margin: auto 8px;
|
|
201
|
+
}
|
|
202
|
+
.e-rating-container .e-rating-label.e-label-top {
|
|
203
|
+
margin: 4px 0;
|
|
204
|
+
}
|
|
205
|
+
.e-rating-container .e-rating-label.e-label-bottom {
|
|
206
|
+
margin: 8px 0;
|
|
207
|
+
}
|
|
208
|
+
.e-rating-container.e-rtl .e-rating-label.e-label-right {
|
|
209
|
+
text-align: right;
|
|
210
|
+
}
|
|
211
|
+
.e-rating-container.e-rtl .e-rating-label.e-label-left {
|
|
212
|
+
text-align: left;
|
|
213
|
+
}
|
|
214
|
+
.e-rating-container .e-tooltip-wrap.e-rating-tooltip {
|
|
215
|
+
display: none;
|
|
216
|
+
-ms-flex-pack: center;
|
|
217
|
+
justify-content: center;
|
|
218
|
+
left: 50%;
|
|
219
|
+
top: -8px;
|
|
220
|
+
transform: translate(-50%, -100%);
|
|
221
|
+
}
|
|
222
|
+
.e-rating-container .e-tooltip-wrap.e-rating-tooltip.e-show-tooltip {
|
|
223
|
+
display: -ms-inline-flexbox;
|
|
224
|
+
display: inline-flex;
|
|
225
|
+
}
|
|
226
|
+
.e-rating-container .e-tooltip-wrap.e-rating-tooltip .e-tip-content {
|
|
227
|
+
width: max-content;
|
|
228
|
+
}
|
|
229
|
+
.e-rating-container .e-tooltip-wrap.e-rating-tooltip .e-arrow-tip.e-tip-bottom {
|
|
230
|
+
left: 50%;
|
|
231
|
+
top: 100%;
|
|
232
|
+
transform: translate(-50%, 0);
|
|
233
|
+
}
|
|
234
|
+
.e-rating-container .e-tooltip-wrap.e-rating-tooltip .e-arrow-tip-inner.e-tip-bottom {
|
|
235
|
+
top: -6px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.e-rating-tooltip .e-tip-content {
|
|
239
|
+
text-align: center;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.e-small.e-rating-container .e-rating-item-container,
|
|
243
|
+
.e-small .e-rating-container .e-rating-item-container {
|
|
244
|
+
font-size: 16px;
|
|
245
|
+
line-height: 9px;
|
|
246
|
+
}
|
|
247
|
+
.e-small.e-rating-container .e-rating-label,
|
|
248
|
+
.e-small .e-rating-container .e-rating-label {
|
|
249
|
+
font-size: 10px;
|
|
250
|
+
line-height: 16px;
|
|
251
|
+
}
|
|
252
|
+
.e-small.e-rating-container .e-reset,
|
|
253
|
+
.e-small .e-rating-container .e-reset {
|
|
254
|
+
font-size: 12px;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.e-bigger.e-rating-container .e-rating-item-container,
|
|
258
|
+
.e-bigger .e-rating-container .e-rating-item-container {
|
|
259
|
+
font-size: 28px;
|
|
260
|
+
line-height: 21px;
|
|
261
|
+
}
|
|
262
|
+
.e-bigger.e-rating-container .e-rating-label,
|
|
263
|
+
.e-bigger .e-rating-container .e-rating-label {
|
|
264
|
+
font-size: 14px;
|
|
265
|
+
line-height: 22px;
|
|
266
|
+
}
|
|
267
|
+
.e-bigger.e-rating-container .e-reset,
|
|
268
|
+
.e-bigger .e-rating-container .e-reset {
|
|
269
|
+
font-size: 24px;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container,
|
|
273
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container,
|
|
274
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container,
|
|
275
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
276
|
+
font-size: 24px;
|
|
277
|
+
line-height: 17px;
|
|
278
|
+
}
|
|
279
|
+
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
280
|
+
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
281
|
+
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
282
|
+
.e-small .e-bigger.e-rating-container .e-rating-label {
|
|
283
|
+
font-size: 12px;
|
|
284
|
+
line-height: 18px;
|
|
285
|
+
}
|
|
286
|
+
.e-bigger.e-small.e-rating-container .e-reset,
|
|
287
|
+
.e-bigger.e-small .e-rating-container .e-reset,
|
|
288
|
+
.e-bigger .e-small.e-rating-container .e-reset,
|
|
289
|
+
.e-small .e-bigger.e-rating-container .e-reset {
|
|
290
|
+
font-size: 20px;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
294
|
+
outline-color: rgba(var(--color-sf-primary));
|
|
295
|
+
border-radius: 0;
|
|
296
|
+
}
|
|
297
|
+
.e-rating-container .e-reset {
|
|
298
|
+
color: rgba(var(--color-sf-on-surface-variant));
|
|
299
|
+
}
|
|
300
|
+
.e-rating-container .e-reset:hover {
|
|
301
|
+
color: rgba(var(--color-sf-on-surface));
|
|
302
|
+
}
|
|
303
|
+
.e-rating-container .e-reset.e-disabled {
|
|
304
|
+
color: rgba(var(--color-sf-on-surface-variant), 0.38);
|
|
305
|
+
opacity: 1;
|
|
306
|
+
}
|
|
307
|
+
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
308
|
+
-webkit-text-fill-color: transparent;
|
|
309
|
+
-webkit-text-stroke: 1px transparent;
|
|
310
|
+
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
|
|
311
|
+
background-clip: text;
|
|
312
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
313
|
+
-webkit-background-clip: text;
|
|
314
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
315
|
+
}
|
|
316
|
+
.e-rating-container .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
317
|
+
background: linear-gradient(to right, rgba(var(--color-sf-primary)) var(--rating-value), transparent var(--rating-value));
|
|
318
|
+
background-clip: text;
|
|
319
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
320
|
+
-webkit-background-clip: text;
|
|
321
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
322
|
+
-webkit-text-stroke: 1px rgba(var(--color-sf-primary));
|
|
323
|
+
}
|
|
324
|
+
.e-rating-container .e-rating-item-container.e-selected-value .e-rating-icon {
|
|
325
|
+
-webkit-text-stroke: 1px rgba(var(--color-sf-primary))-5%;
|
|
326
|
+
}
|
|
327
|
+
.e-rating-container .e-rating-item-list:hover .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container .e-rating-item-list:hover .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
328
|
+
background: linear-gradient(to right, rgba(var(--color-sf-primary))-5% var(--rating-value), transparent var(--rating-value));
|
|
329
|
+
background-clip: text;
|
|
330
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
331
|
+
-webkit-background-clip: text;
|
|
332
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
333
|
+
-webkit-text-stroke: 1px rgba(var(--color-sf-primary));
|
|
334
|
+
}
|
|
335
|
+
.e-rating-container .e-rating-item-list .e-rating-item-container.e-rating-selected:active .e-rating-icon, .e-rating-container .e-rating-item-list .e-rating-item-container.e-rating-intermediate:active .e-rating-icon {
|
|
336
|
+
background: linear-gradient(to right, rgba(var(--color-sf-primary))-10% var(--rating-value), transparent var(--rating-value));
|
|
337
|
+
background-clip: text;
|
|
338
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
339
|
+
-webkit-background-clip: text;
|
|
340
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
341
|
+
-webkit-text-stroke: 1px rgba(var(--color-sf-primary))-10%;
|
|
342
|
+
}
|
|
343
|
+
.e-rating-container.e-rtl .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
344
|
+
background: linear-gradient(to left, rgba(var(--color-sf-primary)) var(--rating-value), transparent var(--rating-value));
|
|
345
|
+
background-clip: text;
|
|
346
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
347
|
+
-webkit-background-clip: text;
|
|
348
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
349
|
+
}
|
|
350
|
+
.e-rating-container.e-rtl .e-rating-item-list:hover .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-list:hover .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
351
|
+
background: linear-gradient(to left, rgba(var(--color-sf-primary))-5% var(--rating-value), transparent var(--rating-value));
|
|
352
|
+
background-clip: text;
|
|
353
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
354
|
+
-webkit-background-clip: text;
|
|
355
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
356
|
+
}
|
|
357
|
+
.e-rating-container.e-rtl .e-rating-item-list .e-rating-item-container.e-rating-selected:active .e-rating-icon, .e-rating-container.e-rtl .e-rating-item-list .e-rating-item-container.e-rating-intermediate:active .e-rating-icon {
|
|
358
|
+
background: linear-gradient(to left, rgba(var(--color-sf-primary))-10% var(--rating-value), transparent var(--rating-value));
|
|
359
|
+
background-clip: text;
|
|
360
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
361
|
+
-webkit-background-clip: text;
|
|
362
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
363
|
+
}
|
|
364
|
+
.e-rating-container.e-disabled {
|
|
365
|
+
opacity: 1;
|
|
366
|
+
}
|
|
367
|
+
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
368
|
+
-webkit-text-stroke: 1px transparent;
|
|
369
|
+
background: rgba(var(--color-sf-on-surface), 0.08);
|
|
370
|
+
background-clip: text;
|
|
371
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
372
|
+
-webkit-background-clip: text;
|
|
373
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
374
|
+
}
|
|
375
|
+
.e-rating-container.e-disabled .e-rating-item-container.e-rating-selected .e-rating-icon, .e-rating-container.e-disabled .e-rating-item-container.e-rating-intermediate .e-rating-icon {
|
|
376
|
+
background: linear-gradient(to right, rgba(var(--color-sf-on-surface), 0.24) var(--rating-value), transparent var(--rating-value));
|
|
377
|
+
background-clip: text;
|
|
378
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
379
|
+
-webkit-background-clip: text;
|
|
380
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
381
|
+
-webkit-text-stroke: 1px transparent;
|
|
382
|
+
}
|
|
383
|
+
.e-rating-container.e-disabled.e-rtl .e-rating-item-container .e-rating-icon {
|
|
384
|
+
background: rgba(var(--color-sf-on-surface), 0.08);
|
|
385
|
+
background-clip: text;
|
|
386
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
387
|
+
-webkit-background-clip: text;
|
|
388
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
389
|
+
}
|
|
390
|
+
.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 {
|
|
391
|
+
background: linear-gradient(to left, rgba(var(--color-sf-on-surface), 0.24) var(--rating-value), transparent var(--rating-value));
|
|
392
|
+
background-clip: text;
|
|
393
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
394
|
+
-webkit-background-clip: text;
|
|
395
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
396
|
+
}
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
padding: 4px;
|
|
36
36
|
line-height: 3px;
|
|
37
37
|
display: block;
|
|
38
|
+
min-width: calc(1em + 8px);
|
|
39
|
+
min-height: calc(1em + 8px);
|
|
38
40
|
position: relative;
|
|
39
41
|
}
|
|
40
42
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -177,7 +179,7 @@
|
|
|
177
179
|
font-size: 18px;
|
|
178
180
|
}
|
|
179
181
|
|
|
180
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
182
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
181
183
|
outline-color: #d1d5db;
|
|
182
184
|
border-radius: 4px;
|
|
183
185
|
}
|
|
@@ -189,6 +191,7 @@
|
|
|
189
191
|
}
|
|
190
192
|
.e-rating-container .e-reset.e-disabled {
|
|
191
193
|
color: #6b7280;
|
|
194
|
+
opacity: 1;
|
|
192
195
|
}
|
|
193
196
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
194
197
|
-webkit-text-fill-color: transparent;
|
|
@@ -247,6 +250,9 @@
|
|
|
247
250
|
-webkit-background-clip: text;
|
|
248
251
|
/* stylelint-enable property-no-vendor-prefix */
|
|
249
252
|
}
|
|
253
|
+
.e-rating-container.e-disabled {
|
|
254
|
+
opacity: 1;
|
|
255
|
+
}
|
|
250
256
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
251
257
|
-webkit-text-stroke: 1px #374151;
|
|
252
258
|
}
|
|
@@ -265,7 +271,7 @@
|
|
|
265
271
|
-webkit-background-clip: text;
|
|
266
272
|
/* stylelint-enable property-no-vendor-prefix */
|
|
267
273
|
}
|
|
268
|
-
.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 {
|
|
274
|
+
.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 {
|
|
269
275
|
background: linear-gradient(to left, #6b7280 var(--rating-value), transparent var(--rating-value));
|
|
270
276
|
background-clip: text;
|
|
271
277
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -35,6 +35,8 @@
|
|
|
35
35
|
padding: 4px;
|
|
36
36
|
line-height: 3px;
|
|
37
37
|
display: block;
|
|
38
|
+
min-width: calc(1em + 8px);
|
|
39
|
+
min-height: calc(1em + 8px);
|
|
38
40
|
position: relative;
|
|
39
41
|
}
|
|
40
42
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
@@ -177,7 +179,7 @@
|
|
|
177
179
|
font-size: 18px;
|
|
178
180
|
}
|
|
179
181
|
|
|
180
|
-
.e-rating-container .e-rating-item-list:focus .e-rating-focus {
|
|
182
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
|
|
181
183
|
outline-color: #111827;
|
|
182
184
|
border-radius: 4px;
|
|
183
185
|
}
|
|
@@ -189,6 +191,7 @@
|
|
|
189
191
|
}
|
|
190
192
|
.e-rating-container .e-reset.e-disabled {
|
|
191
193
|
color: #d1d5db;
|
|
194
|
+
opacity: 1;
|
|
192
195
|
}
|
|
193
196
|
.e-rating-container .e-rating-item-container .e-rating-icon {
|
|
194
197
|
-webkit-text-fill-color: transparent;
|
|
@@ -247,6 +250,9 @@
|
|
|
247
250
|
-webkit-background-clip: text;
|
|
248
251
|
/* stylelint-enable property-no-vendor-prefix */
|
|
249
252
|
}
|
|
253
|
+
.e-rating-container.e-disabled {
|
|
254
|
+
opacity: 1;
|
|
255
|
+
}
|
|
250
256
|
.e-rating-container.e-disabled .e-rating-item-container .e-rating-icon {
|
|
251
257
|
-webkit-text-stroke: 1px #e5e7eb;
|
|
252
258
|
}
|
|
@@ -265,7 +271,7 @@
|
|
|
265
271
|
-webkit-background-clip: text;
|
|
266
272
|
/* stylelint-enable property-no-vendor-prefix */
|
|
267
273
|
}
|
|
268
|
-
.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 {
|
|
274
|
+
.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 {
|
|
269
275
|
background: linear-gradient(to left, #9ca3af var(--rating-value), transparent var(--rating-value));
|
|
270
276
|
background-clip: text;
|
|
271
277
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './material3-definition.scss';
|
|
@@ -0,0 +1,65 @@
|
|
|
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
|
+
.e-signature {
|
|
58
|
+
border: 1px solid;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.e-signature {
|
|
62
|
+
background-color: rgba(var(--color-sf-white));
|
|
63
|
+
border: 1px solid;
|
|
64
|
+
border-color: rgba(var(--color-sf-outline-variant));
|
|
65
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
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
|
+
.e-signature {
|
|
114
|
+
border: 1px solid;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.e-signature {
|
|
118
|
+
background-color: rgba(var(--color-sf-white));
|
|
119
|
+
border: 1px solid;
|
|
120
|
+
border-color: rgba(var(--color-sf-outline-variant));
|
|
121
|
+
}
|