@syncfusion/ej2-angular-inputs 20.4.38 → 20.4.39
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 +1 -1
- package/esm2020/src/index.mjs +4 -1
- package/esm2020/src/rating/rating-all.module.mjs +23 -0
- package/esm2020/src/rating/rating.component.mjs +108 -0
- package/esm2020/src/rating/rating.module.mjs +25 -0
- package/esm2020/src/uploader/uploader.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +195 -55
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +195 -55
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/package.json +1 -1
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +3 -0
- package/src/rating/rating-all.module.d.ts +11 -0
- package/src/rating/rating.component.d.ts +66 -0
- package/src/rating/rating.module.d.ts +11 -0
- package/src/uploader/uploader.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +265 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +265 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +268 -2
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +266 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +266 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/color-picker/_theme.scss +2 -2
- package/styles/color-picker/bootstrap4.css +2 -2
- package/styles/fabric-dark.css +265 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +265 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +265 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +265 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +265 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +265 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +265 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +265 -0
- package/styles/material.scss +1 -0
- package/styles/rating/_all.scss +2 -0
- package/styles/rating/_bootstrap-dark-definition.scss +45 -0
- package/styles/rating/_bootstrap-definition.scss +45 -0
- package/styles/rating/_bootstrap4-definition.scss +45 -0
- package/styles/rating/_bootstrap5-dark-definition.scss +1 -0
- package/styles/rating/_bootstrap5-definition.scss +45 -0
- package/styles/rating/_fabric-dark-definition.scss +45 -0
- package/styles/rating/_fabric-definition.scss +45 -0
- package/styles/rating/_fluent-dark-definition.scss +1 -0
- package/styles/rating/_fluent-definition.scss +45 -0
- package/styles/rating/_fusionnew-definition.scss +45 -0
- package/styles/rating/_highcontrast-definition.scss +45 -0
- package/styles/rating/_highcontrast-light-definition.scss +45 -0
- package/styles/rating/_layout.scss +204 -0
- package/styles/rating/_material-dark-definition.scss +45 -0
- package/styles/rating/_material-definition.scss +45 -0
- package/styles/rating/_material3-definition.scss +45 -0
- package/styles/rating/_tailwind-dark-definition.scss +1 -0
- package/styles/rating/_tailwind-definition.scss +45 -0
- package/styles/rating/_theme.scss +158 -0
- package/styles/rating/bootstrap-dark.css +264 -0
- package/styles/rating/bootstrap-dark.scss +4 -0
- package/styles/rating/bootstrap.css +264 -0
- package/styles/rating/bootstrap.scss +4 -0
- package/styles/rating/bootstrap4.css +265 -0
- package/styles/rating/bootstrap4.scss +4 -0
- package/styles/rating/bootstrap5-dark.css +265 -0
- package/styles/rating/bootstrap5-dark.scss +4 -0
- package/styles/rating/bootstrap5.css +265 -0
- package/styles/rating/bootstrap5.scss +4 -0
- package/styles/rating/fabric-dark.css +264 -0
- package/styles/rating/fabric-dark.scss +4 -0
- package/styles/rating/fabric.css +264 -0
- package/styles/rating/fabric.scss +4 -0
- package/styles/rating/fluent-dark.css +264 -0
- package/styles/rating/fluent-dark.scss +4 -0
- package/styles/rating/fluent.css +264 -0
- package/styles/rating/fluent.scss +4 -0
- package/styles/rating/highcontrast-light.css +264 -0
- package/styles/rating/highcontrast-light.scss +4 -0
- package/styles/rating/highcontrast.css +264 -0
- package/styles/rating/highcontrast.scss +4 -0
- package/styles/rating/material-dark.css +265 -0
- package/styles/rating/material-dark.scss +4 -0
- package/styles/rating/material.css +265 -0
- package/styles/rating/material.scss +4 -0
- package/styles/rating/tailwind-dark.css +270 -0
- package/styles/rating/tailwind-dark.scss +4 -0
- package/styles/rating/tailwind.css +270 -0
- package/styles/rating/tailwind.scss +4 -0
- package/styles/tailwind-dark.css +271 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +271 -0
- package/styles/tailwind.scss +1 -0
- 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
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
$rating-li-font-size: 20px !default;
|
|
2
|
+
$rating-li-padding: 4px !default;
|
|
3
|
+
$rating-li-line-height: 13px !default;
|
|
4
|
+
$rating-focus-border-radius: 0 !default;
|
|
5
|
+
$rating-label-bottom-margin: 9px !default;
|
|
6
|
+
$rating-label-right-margin: 4px !default;
|
|
7
|
+
$rating-label-top-margin: 4px !default;
|
|
8
|
+
$rating-label-left-margin: 4px !default;
|
|
9
|
+
$rating-label-font-size: 12px !default;
|
|
10
|
+
$rating-label-line-height: 18px !default;
|
|
11
|
+
$rating-reset-font-size : 16px !default;
|
|
12
|
+
|
|
13
|
+
$rating-small-li-font-size: 16px !default;
|
|
14
|
+
$rating-small-li-line-height: 13px !default;
|
|
15
|
+
$rating-small-li-hover-font-size: 18px !default;
|
|
16
|
+
$rating-small-label-font-size: 10px !default;
|
|
17
|
+
$rating-small-label-line-height: 16px !default;
|
|
18
|
+
$rating-small-reset-font-size : 12px !default;
|
|
19
|
+
|
|
20
|
+
$rating-bigger-li-font-size: 28px !default;
|
|
21
|
+
$rating-bigger-li-line-height: 21px !default;
|
|
22
|
+
$rating-bigger-li-hover-font-size: 30px !default;
|
|
23
|
+
$rating-bigger-label-font-size: 14px !default;
|
|
24
|
+
$rating-bigger-label-line-height: 22px !default;
|
|
25
|
+
$rating-bigger-reset-font-size : 24px !default;
|
|
26
|
+
|
|
27
|
+
$rating-bigger-small-li-font-size: 24px !default;
|
|
28
|
+
$rating-bigger-small-li-line-height: 19px !default;
|
|
29
|
+
$rating-bigger-small-li-hover-font-size: 26px !default;
|
|
30
|
+
$rating-bigger-small-label-font-size: 12px !default;
|
|
31
|
+
$rating-bigger-small-label-line-height: 18px !default;
|
|
32
|
+
$rating-bigger-small-reset-font-size : 20px !default;
|
|
33
|
+
|
|
34
|
+
$rating-border-width: 1px !default;
|
|
35
|
+
|
|
36
|
+
$rating-selected-bg-color: $content-font !default;
|
|
37
|
+
$rating-unrated-bg-color: $content-font !default;
|
|
38
|
+
$rating-hover-bg-color: $selection-bg !default;
|
|
39
|
+
$rating-pressed-bg-color: $selection-border !default;
|
|
40
|
+
$rating-selected-disabled-bg-color: $disable !default;
|
|
41
|
+
$rating-unrated-disabled-bg-color: $disable !default;
|
|
42
|
+
$rating-li-focus: $content-font !default;
|
|
43
|
+
$rating-reset-icon-color: $content-font !default;
|
|
44
|
+
$rating-reset-hover-icon-color: $hover-font !default;
|
|
45
|
+
$rating-reset-disabled-icon-color: $disable !default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
$rating-li-font-size: 20px !default;
|
|
2
|
+
$rating-li-padding: 4px !default;
|
|
3
|
+
$rating-li-line-height: 13px !default;
|
|
4
|
+
$rating-focus-border-radius: 0 !default;
|
|
5
|
+
$rating-label-bottom-margin: 9px !default;
|
|
6
|
+
$rating-label-right-margin: 4px !default;
|
|
7
|
+
$rating-label-top-margin: 4px !default;
|
|
8
|
+
$rating-label-left-margin: 4px !default;
|
|
9
|
+
$rating-label-font-size: 12px !default;
|
|
10
|
+
$rating-label-line-height: 18px !default;
|
|
11
|
+
$rating-reset-font-size : 16px !default;
|
|
12
|
+
|
|
13
|
+
$rating-small-li-font-size: 16px !default;
|
|
14
|
+
$rating-small-li-line-height: 13px !default;
|
|
15
|
+
$rating-small-li-hover-font-size: 18px !default;
|
|
16
|
+
$rating-small-label-font-size: 10px !default;
|
|
17
|
+
$rating-small-label-line-height: 16px !default;
|
|
18
|
+
$rating-small-reset-font-size : 12px !default;
|
|
19
|
+
|
|
20
|
+
$rating-bigger-li-font-size: 28px !default;
|
|
21
|
+
$rating-bigger-li-line-height: 21px !default;
|
|
22
|
+
$rating-bigger-li-hover-font-size: 30px !default;
|
|
23
|
+
$rating-bigger-label-font-size: 14px !default;
|
|
24
|
+
$rating-bigger-label-line-height: 22px !default;
|
|
25
|
+
$rating-bigger-reset-font-size : 24px !default;
|
|
26
|
+
|
|
27
|
+
$rating-bigger-small-li-font-size: 24px !default;
|
|
28
|
+
$rating-bigger-small-li-line-height: 19px !default;
|
|
29
|
+
$rating-bigger-small-li-hover-font-size: 26px !default;
|
|
30
|
+
$rating-bigger-small-label-font-size: 12px !default;
|
|
31
|
+
$rating-bigger-small-label-line-height: 18px !default;
|
|
32
|
+
$rating-bigger-small-reset-font-size : 20px !default;
|
|
33
|
+
|
|
34
|
+
$rating-border-width: 1px !default;
|
|
35
|
+
|
|
36
|
+
$rating-selected-bg-color: $content-font !default;
|
|
37
|
+
$rating-unrated-bg-color: $content-font !default;
|
|
38
|
+
$rating-hover-bg-color: $selection-bg !default;
|
|
39
|
+
$rating-pressed-bg-color: $selection-border !default;
|
|
40
|
+
$rating-selected-disabled-bg-color: $disable !default;
|
|
41
|
+
$rating-unrated-disabled-bg-color: $disable !default;
|
|
42
|
+
$rating-li-focus: $content-font !default;
|
|
43
|
+
$rating-reset-icon-color: $content-font !default;
|
|
44
|
+
$rating-reset-hover-icon-color: $hover-font !default;
|
|
45
|
+
$rating-reset-disabled-icon-color: $disable !default;
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
@include export-module('rating-layout') {
|
|
2
|
+
.e-rating-container {
|
|
3
|
+
display: inline-flex;
|
|
4
|
+
flex-wrap: wrap;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
align-items: center;
|
|
7
|
+
min-width: max-content;
|
|
8
|
+
|
|
9
|
+
.e-rating {
|
|
10
|
+
display: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.e-rating-item-list {
|
|
14
|
+
display: inline-flex;
|
|
15
|
+
padding: 0;
|
|
16
|
+
margin: 4px;
|
|
17
|
+
|
|
18
|
+
&:focus-visible:not(:hover) .e-rating-focus {
|
|
19
|
+
outline: 1px solid;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&:focus-visible {
|
|
23
|
+
outline: none;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
&.e-rating-readonly {
|
|
28
|
+
cursor: default;
|
|
29
|
+
pointer-events: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.e-rating-item-container {
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
font-size: $rating-li-font-size;
|
|
35
|
+
padding: $rating-li-padding;
|
|
36
|
+
line-height: $rating-li-line-height;
|
|
37
|
+
display: block;
|
|
38
|
+
//For Blazor Tooltip
|
|
39
|
+
position: relative;
|
|
40
|
+
|
|
41
|
+
.e-rating-item {
|
|
42
|
+
display: block;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.e-rating-animation:not(.e-disabled) {
|
|
47
|
+
.e-rating-item-container:hover .e-rating-item {
|
|
48
|
+
transition: transform 150ms cubic-bezier(.4, 0, .2, 1) 0ms;
|
|
49
|
+
transform: scale(1.4);
|
|
50
|
+
pointer-events: none;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&.e-disabled {
|
|
55
|
+
cursor: default;
|
|
56
|
+
pointer-events: none;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.e-rating-hidden {
|
|
60
|
+
display: none;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.e-reset {
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
margin: auto 2px 6px;
|
|
66
|
+
font-size: $rating-reset-font-size;
|
|
67
|
+
padding: 2px;
|
|
68
|
+
|
|
69
|
+
&.e-disabled {
|
|
70
|
+
cursor: default;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.e-rating-label {
|
|
75
|
+
font-size: $rating-label-font-size;
|
|
76
|
+
line-height: $rating-label-line-height;
|
|
77
|
+
|
|
78
|
+
&.e-label-right,
|
|
79
|
+
&.e-label-left {
|
|
80
|
+
min-width: 50px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&.e-label-bottom,
|
|
84
|
+
&.e-label-top {
|
|
85
|
+
flex-basis: 100%;
|
|
86
|
+
width: 0;
|
|
87
|
+
text-align: center;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&.e-label-right {
|
|
91
|
+
text-align: left;
|
|
92
|
+
margin: auto $rating-label-right-margin;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&.e-label-left {
|
|
96
|
+
text-align: right;
|
|
97
|
+
margin: auto $rating-label-left-margin;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
&.e-label-top {
|
|
101
|
+
margin: $rating-label-top-margin 0;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
&.e-label-bottom {
|
|
105
|
+
margin: $rating-label-bottom-margin 0;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
&.e-rtl {
|
|
110
|
+
.e-rating-label {
|
|
111
|
+
&.e-label-right {
|
|
112
|
+
text-align: right;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&.e-label-left {
|
|
116
|
+
text-align: left;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
//Blazor Rating Tooltip
|
|
121
|
+
.e-tooltip-wrap.e-rating-tooltip {
|
|
122
|
+
display: none;
|
|
123
|
+
justify-content: center;
|
|
124
|
+
left: 50%;
|
|
125
|
+
top: -8px;
|
|
126
|
+
transform: translate(-50%, -100%);
|
|
127
|
+
|
|
128
|
+
&.e-show-tooltip {
|
|
129
|
+
display: inline-flex;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-tip-content {
|
|
133
|
+
width: max-content;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.e-arrow-tip.e-tip-bottom {
|
|
137
|
+
left: 50%;
|
|
138
|
+
top: 100%;
|
|
139
|
+
transform: translate(-50%, 0);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.e-arrow-tip-inner.e-tip-bottom {
|
|
143
|
+
top: -6px;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.e-rating-tooltip .e-tip-content {
|
|
149
|
+
text-align: center;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.e-small.e-rating-container,
|
|
153
|
+
.e-small .e-rating-container {
|
|
154
|
+
.e-rating-item-container {
|
|
155
|
+
font-size: $rating-small-li-font-size;
|
|
156
|
+
line-height: $rating-small-li-line-height;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-rating-label {
|
|
160
|
+
font-size: $rating-small-label-font-size;
|
|
161
|
+
line-height: $rating-small-label-line-height;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-reset {
|
|
165
|
+
font-size: $rating-small-reset-font-size;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.e-bigger.e-rating-container,
|
|
170
|
+
.e-bigger .e-rating-container {
|
|
171
|
+
.e-rating-item-container {
|
|
172
|
+
font-size: $rating-bigger-li-font-size;
|
|
173
|
+
line-height: $rating-bigger-li-line-height;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.e-rating-label {
|
|
177
|
+
font-size: $rating-bigger-label-font-size;
|
|
178
|
+
line-height: $rating-bigger-label-line-height;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.e-reset {
|
|
182
|
+
font-size: $rating-bigger-reset-font-size;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.e-bigger.e-small.e-rating-container,
|
|
187
|
+
.e-bigger.e-small .e-rating-container,
|
|
188
|
+
.e-bigger .e-small.e-rating-container,
|
|
189
|
+
.e-small .e-bigger.e-rating-container {
|
|
190
|
+
.e-rating-item-container {
|
|
191
|
+
font-size: $rating-bigger-small-li-font-size;
|
|
192
|
+
line-height: $rating-bigger-small-li-line-height;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.e-rating-label {
|
|
196
|
+
font-size: $rating-bigger-small-label-font-size;
|
|
197
|
+
line-height: $rating-bigger-small-label-line-height;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.e-reset {
|
|
201
|
+
font-size: $rating-bigger-small-reset-font-size;
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
$rating-li-font-size: 20px !default;
|
|
2
|
+
$rating-li-padding: 4px !default;
|
|
3
|
+
$rating-li-line-height: 13px !default;
|
|
4
|
+
$rating-focus-border-radius: 0 !default;
|
|
5
|
+
$rating-label-bottom-margin: 4px !default;
|
|
6
|
+
$rating-label-right-margin: 8px !default;
|
|
7
|
+
$rating-label-top-margin: 4px !default;
|
|
8
|
+
$rating-label-left-margin: 6px !default;
|
|
9
|
+
$rating-label-font-size: 12px !default;
|
|
10
|
+
$rating-label-line-height: 18px !default;
|
|
11
|
+
$rating-reset-font-size : 16px !default;
|
|
12
|
+
|
|
13
|
+
$rating-small-li-font-size: 16px !default;
|
|
14
|
+
$rating-small-li-line-height: 9px !default;
|
|
15
|
+
$rating-small-li-hover-font-size: 18px !default;
|
|
16
|
+
$rating-small-label-font-size: 10px !default;
|
|
17
|
+
$rating-small-label-line-height: 16px !default;
|
|
18
|
+
$rating-small-reset-font-size : 12px !default;
|
|
19
|
+
|
|
20
|
+
$rating-bigger-li-font-size: 32px !default;
|
|
21
|
+
$rating-bigger-li-line-height: 21px !default;
|
|
22
|
+
$rating-bigger-li-hover-font-size: 34px !default;
|
|
23
|
+
$rating-bigger-label-font-size: 14px !default;
|
|
24
|
+
$rating-bigger-label-line-height: 22px !default;
|
|
25
|
+
$rating-bigger-reset-font-size : 28px !default;
|
|
26
|
+
|
|
27
|
+
$rating-bigger-small-li-font-size: 24px !default;
|
|
28
|
+
$rating-bigger-small-li-line-height: 17px !default;
|
|
29
|
+
$rating-bigger-small-li-hover-font-size: 26px !default;
|
|
30
|
+
$rating-bigger-small-label-font-size: 12px !default;
|
|
31
|
+
$rating-bigger-small-label-line-height: 18px !default;
|
|
32
|
+
$rating-bigger-small-reset-font-size : 20px !default;
|
|
33
|
+
|
|
34
|
+
$rating-border-width: 1px !default;
|
|
35
|
+
|
|
36
|
+
$rating-selected-bg-color: $grey-300 !default;
|
|
37
|
+
$rating-unrated-bg-color: $grey-500 !default;
|
|
38
|
+
$rating-hover-bg-color: $primary !default;
|
|
39
|
+
$rating-pressed-bg-color: $primary-300 !default;
|
|
40
|
+
$rating-selected-disabled-bg-color: $grey-600 !default;
|
|
41
|
+
$rating-unrated-disabled-bg-color: $grey-600 !default;
|
|
42
|
+
$rating-li-focus: $primary !default;
|
|
43
|
+
$rating-reset-icon-color: $grey-300 !default;
|
|
44
|
+
$rating-reset-hover-icon-color: $grey-100 !default;
|
|
45
|
+
$rating-reset-disabled-icon-color: $grey-600 !default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
$rating-li-font-size: 20px !default;
|
|
2
|
+
$rating-li-padding: 4px !default;
|
|
3
|
+
$rating-li-line-height: 13px !default;
|
|
4
|
+
$rating-focus-border-radius: 0 !default;
|
|
5
|
+
$rating-label-bottom-margin: 4px !default;
|
|
6
|
+
$rating-label-right-margin: 8px !default;
|
|
7
|
+
$rating-label-top-margin: 4px !default;
|
|
8
|
+
$rating-label-left-margin: 4px !default;
|
|
9
|
+
$rating-label-font-size: 12px !default;
|
|
10
|
+
$rating-label-line-height: 18px !default;
|
|
11
|
+
$rating-reset-font-size : 16px !default;
|
|
12
|
+
|
|
13
|
+
$rating-small-li-font-size: 16px !default;
|
|
14
|
+
$rating-small-li-line-height: 9px !default;
|
|
15
|
+
$rating-small-li-hover-font-size: 18px !default;
|
|
16
|
+
$rating-small-label-font-size: 10px !default;
|
|
17
|
+
$rating-small-label-line-height: 16px !default;
|
|
18
|
+
$rating-small-reset-font-size : 12px !default;
|
|
19
|
+
|
|
20
|
+
$rating-bigger-li-font-size: 32px !default;
|
|
21
|
+
$rating-bigger-li-line-height: 21px !default;
|
|
22
|
+
$rating-bigger-li-hover-font-size: 34px !default;
|
|
23
|
+
$rating-bigger-label-font-size: 14px !default;
|
|
24
|
+
$rating-bigger-label-line-height: 22px !default;
|
|
25
|
+
$rating-bigger-reset-font-size : 28px !default;
|
|
26
|
+
|
|
27
|
+
$rating-bigger-small-li-font-size: 24px !default;
|
|
28
|
+
$rating-bigger-small-li-line-height: 17px !default;
|
|
29
|
+
$rating-bigger-small-li-hover-font-size: 26px !default;
|
|
30
|
+
$rating-bigger-small-label-font-size: 12px !default;
|
|
31
|
+
$rating-bigger-small-label-line-height: 18px !default;
|
|
32
|
+
$rating-bigger-small-reset-font-size : 20px !default;
|
|
33
|
+
|
|
34
|
+
$rating-border-width: 1px !default;
|
|
35
|
+
|
|
36
|
+
$rating-selected-bg-color: $grey-900 !default;
|
|
37
|
+
$rating-unrated-bg-color: $grey-500 !default;
|
|
38
|
+
$rating-hover-bg-color: $primary !default;
|
|
39
|
+
$rating-pressed-bg-color: $primary-300 !default;
|
|
40
|
+
$rating-selected-disabled-bg-color: $grey-500 !default;
|
|
41
|
+
$rating-unrated-disabled-bg-color: $grey-500 !default;
|
|
42
|
+
$rating-li-focus: $primary !default;
|
|
43
|
+
$rating-reset-icon-color: $grey-800 !default;
|
|
44
|
+
$rating-reset-hover-icon-color: $grey-900 !default;
|
|
45
|
+
$rating-reset-disabled-icon-color: $grey-500 !default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
$rating-li-font-size: 20px !default;
|
|
2
|
+
$rating-li-padding: 4px !default;
|
|
3
|
+
$rating-li-line-height: 13px !default;
|
|
4
|
+
$rating-focus-border-radius: 0 !default;
|
|
5
|
+
$rating-label-bottom-margin: 4px !default;
|
|
6
|
+
$rating-label-right-margin: 8px !default;
|
|
7
|
+
$rating-label-top-margin: 4px !default;
|
|
8
|
+
$rating-label-left-margin: 4px !default;
|
|
9
|
+
$rating-label-font-size: 12px !default;
|
|
10
|
+
$rating-label-line-height: 18px !default;
|
|
11
|
+
$rating-reset-font-size : 16px !default;
|
|
12
|
+
|
|
13
|
+
$rating-small-li-font-size: 16px !default;
|
|
14
|
+
$rating-small-li-line-height: 9px !default;
|
|
15
|
+
$rating-small-li-hover-font-size: 18px !default;
|
|
16
|
+
$rating-small-label-font-size: 10px !default;
|
|
17
|
+
$rating-small-label-line-height: 16px !default;
|
|
18
|
+
$rating-small-reset-font-size : 12px !default;
|
|
19
|
+
|
|
20
|
+
$rating-bigger-li-font-size: 32px !default;
|
|
21
|
+
$rating-bigger-li-line-height: 21px !default;
|
|
22
|
+
$rating-bigger-li-hover-font-size: 34px !default;
|
|
23
|
+
$rating-bigger-label-font-size: 14px !default;
|
|
24
|
+
$rating-bigger-label-line-height: 22px !default;
|
|
25
|
+
$rating-bigger-reset-font-size : 28px !default;
|
|
26
|
+
|
|
27
|
+
$rating-bigger-small-li-font-size: 24px !default;
|
|
28
|
+
$rating-bigger-small-li-line-height: 17px !default;
|
|
29
|
+
$rating-bigger-small-li-hover-font-size: 26px !default;
|
|
30
|
+
$rating-bigger-small-label-font-size: 12px !default;
|
|
31
|
+
$rating-bigger-small-label-line-height: 18px !default;
|
|
32
|
+
$rating-bigger-small-reset-font-size : 20px !default;
|
|
33
|
+
|
|
34
|
+
$rating-border-width: 1px !default;
|
|
35
|
+
|
|
36
|
+
$rating-selected-bg-color: $grey-900 !default;
|
|
37
|
+
$rating-unrated-bg-color: $grey-500 !default;
|
|
38
|
+
$rating-hover-bg-color: $primary !default;
|
|
39
|
+
$rating-pressed-bg-color: $primary-300 !default;
|
|
40
|
+
$rating-selected-disabled-bg-color: $grey-500 !default;
|
|
41
|
+
$rating-unrated-disabled-bg-color: $grey-500 !default;
|
|
42
|
+
$rating-li-focus: $primary !default;
|
|
43
|
+
$rating-reset-icon-color: $grey-800 !default;
|
|
44
|
+
$rating-reset-hover-icon-color: $grey-900 !default;
|
|
45
|
+
$rating-reset-disabled-icon-color: $grey-500 !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './tailwind-definition.scss';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
$rating-li-font-size: 20px !default;
|
|
2
|
+
$rating-li-padding: 4px !default;
|
|
3
|
+
$rating-li-line-height: 3px !default;
|
|
4
|
+
$rating-focus-border-radius: 4px !default;
|
|
5
|
+
$rating-label-bottom-margin: 6px !default;
|
|
6
|
+
$rating-label-right-margin: 10px !default;
|
|
7
|
+
$rating-label-top-margin: 8px !default;
|
|
8
|
+
$rating-label-left-margin: 4px !default;
|
|
9
|
+
$rating-label-font-size: 12px !default;
|
|
10
|
+
$rating-label-line-height: 18px !default;
|
|
11
|
+
$rating-reset-font-size : 16px !default;
|
|
12
|
+
|
|
13
|
+
$rating-small-li-font-size: 16px !default;
|
|
14
|
+
$rating-small-li-line-height: 10px !default;
|
|
15
|
+
$rating-small-li-hover-font-size: 18px !default;
|
|
16
|
+
$rating-small-label-font-size: 10px !default;
|
|
17
|
+
$rating-small-label-line-height: 16px !default;
|
|
18
|
+
$rating-small-reset-font-size : 12px !default;
|
|
19
|
+
|
|
20
|
+
$rating-bigger-li-font-size: 24px !default;
|
|
21
|
+
$rating-bigger-li-line-height: 18px !default;
|
|
22
|
+
$rating-bigger-li-hover-font-size: 26px !default;
|
|
23
|
+
$rating-bigger-label-font-size: 14px !default;
|
|
24
|
+
$rating-bigger-label-line-height: 22px !default;
|
|
25
|
+
$rating-bigger-reset-font-size : 20px !default;
|
|
26
|
+
|
|
27
|
+
$rating-bigger-small-li-font-size: 22px !default;
|
|
28
|
+
$rating-bigger-small-li-line-height: 15px !default;
|
|
29
|
+
$rating-bigger-small-li-hover-font-size: 23px !default;
|
|
30
|
+
$rating-bigger-small-label-font-size: 12px !default;
|
|
31
|
+
$rating-bigger-small-label-line-height: 18px !default;
|
|
32
|
+
$rating-bigger-small-reset-font-size : 18px !default;
|
|
33
|
+
|
|
34
|
+
$rating-border-width: 1px !default;
|
|
35
|
+
|
|
36
|
+
$rating-selected-bg-color: $rating-selected-color !default;
|
|
37
|
+
$rating-unrated-bg-color: $rating-unrated-color !default;
|
|
38
|
+
$rating-hover-bg-color: $rating-selected-hover-color !default;
|
|
39
|
+
$rating-pressed-bg-color: $rating-pressed-color !default;
|
|
40
|
+
$rating-selected-disabled-bg-color: $rating-selected-disabled-color !default;
|
|
41
|
+
$rating-unrated-disabled-bg-color: $rating-unrated-disabled-color !default;
|
|
42
|
+
$rating-li-focus: $rating-selected-color !default;
|
|
43
|
+
$rating-reset-icon-color: $icon-color !default;
|
|
44
|
+
$rating-reset-hover-icon-color: $icon-color-hover !default;
|
|
45
|
+
$rating-reset-disabled-icon-color: $icon-color-disabled !default;
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
@include export-module('rating-theme') {
|
|
2
|
+
.e-rating-container {
|
|
3
|
+
.e-rating-item-list {
|
|
4
|
+
&:focus .e-rating-focus {
|
|
5
|
+
outline-color: $rating-li-focus;
|
|
6
|
+
border-radius: $rating-focus-border-radius;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-reset {
|
|
11
|
+
color: $rating-reset-icon-color;
|
|
12
|
+
|
|
13
|
+
&:hover {
|
|
14
|
+
color: $rating-reset-hover-icon-color;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&.e-disabled {
|
|
18
|
+
color: $rating-reset-disabled-icon-color;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.e-rating-item-container {
|
|
23
|
+
.e-rating-icon {
|
|
24
|
+
-webkit-text-fill-color: transparent;
|
|
25
|
+
-webkit-text-stroke: $rating-border-width $rating-unrated-bg-color;
|
|
26
|
+
@if ($skin-name =='tailwind') {
|
|
27
|
+
background: $rating-unrated-bg-color;
|
|
28
|
+
background-clip: text;
|
|
29
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
30
|
+
-webkit-background-clip: text;
|
|
31
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&.e-rating-selected .e-rating-icon,
|
|
36
|
+
&.e-rating-intermediate .e-rating-icon {
|
|
37
|
+
background: linear-gradient(to right, $rating-selected-bg-color var(--rating-value), transparent var(--rating-value));
|
|
38
|
+
background-clip: text;
|
|
39
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
40
|
+
-webkit-background-clip: text;
|
|
41
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
42
|
+
-webkit-text-stroke: $rating-border-width $rating-selected-bg-color;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&.e-selected-value .e-rating-icon {
|
|
46
|
+
-webkit-text-stroke: $rating-border-width $rating-hover-bg-color;
|
|
47
|
+
@if ($skin-name =='bootstrap5') {
|
|
48
|
+
-webkit-text-stroke: $rating-border-width $rating-selected-bg-color;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-rating-item-list {
|
|
54
|
+
&:hover .e-rating-item-container {
|
|
55
|
+
&.e-rating-selected .e-rating-icon,
|
|
56
|
+
&.e-rating-intermediate .e-rating-icon {
|
|
57
|
+
background: linear-gradient(to right, $rating-hover-bg-color var(--rating-value), transparent var(--rating-value));
|
|
58
|
+
background-clip: text;
|
|
59
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
60
|
+
-webkit-background-clip: text;
|
|
61
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
62
|
+
-webkit-text-stroke: $rating-border-width $rating-hover-bg-color;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.e-rating-item-container {
|
|
67
|
+
&.e-rating-selected:active .e-rating-icon,
|
|
68
|
+
&.e-rating-intermediate:active .e-rating-icon {
|
|
69
|
+
background: linear-gradient(to right, $rating-pressed-bg-color var(--rating-value), transparent var(--rating-value));
|
|
70
|
+
background-clip: text;
|
|
71
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
72
|
+
-webkit-background-clip: text;
|
|
73
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
74
|
+
-webkit-text-stroke: $rating-border-width $rating-pressed-bg-color;
|
|
75
|
+
@if ($skin-name == 'bootstrap4') {
|
|
76
|
+
-webkit-text-stroke: $rating-border-width $rating-hover-bg-color;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
&.e-rtl {
|
|
83
|
+
.e-rating-item-container {
|
|
84
|
+
&.e-rating-selected .e-rating-icon,
|
|
85
|
+
&.e-rating-intermediate .e-rating-icon {
|
|
86
|
+
background: linear-gradient(to left, $rating-selected-bg-color var(--rating-value), transparent var(--rating-value));
|
|
87
|
+
background-clip: text;
|
|
88
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
89
|
+
-webkit-background-clip: text;
|
|
90
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.e-rating-item-list {
|
|
95
|
+
&:hover .e-rating-item-container {
|
|
96
|
+
&.e-rating-selected .e-rating-icon,
|
|
97
|
+
&.e-rating-intermediate .e-rating-icon {
|
|
98
|
+
background: linear-gradient(to left, $rating-hover-bg-color var(--rating-value), transparent var(--rating-value));
|
|
99
|
+
background-clip: text;
|
|
100
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
101
|
+
-webkit-background-clip: text;
|
|
102
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.e-rating-item-container {
|
|
107
|
+
&.e-rating-selected:active .e-rating-icon,
|
|
108
|
+
&.e-rating-intermediate:active .e-rating-icon {
|
|
109
|
+
background: linear-gradient(to left, $rating-pressed-bg-color var(--rating-value), transparent var(--rating-value));
|
|
110
|
+
background-clip: text;
|
|
111
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
112
|
+
-webkit-background-clip: text;
|
|
113
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&.e-disabled {
|
|
120
|
+
.e-rating-item-container {
|
|
121
|
+
.e-rating-icon {
|
|
122
|
+
-webkit-text-stroke: $rating-border-width $rating-unrated-disabled-bg-color;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&.e-rating-selected .e-rating-icon,
|
|
126
|
+
&.e-rating-intermediate .e-rating-icon {
|
|
127
|
+
background: linear-gradient(to right, $rating-selected-disabled-bg-color var(--rating-value), transparent var(--rating-value));
|
|
128
|
+
background-clip: text;
|
|
129
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
130
|
+
-webkit-background-clip: text;
|
|
131
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
132
|
+
-webkit-text-stroke: $rating-border-width $rating-selected-disabled-bg-color;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
&.e-rtl {
|
|
137
|
+
.e-rating-item-container {
|
|
138
|
+
.e-rating-icon {
|
|
139
|
+
background: linear-gradient(to left, $rating-unrated-disabled-bg-color var(--rating-value), transparent var(--rating-value));
|
|
140
|
+
background-clip: text;
|
|
141
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
142
|
+
-webkit-background-clip: text;
|
|
143
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
&.e-rating-selected .e-rating-icon,
|
|
148
|
+
&.e-rating-intermediate .e-rating-icon {
|
|
149
|
+
background: linear-gradient(to left, $rating-selected-disabled-bg-color var(--rating-value), transparent var(--rating-value));
|
|
150
|
+
background-clip: text;
|
|
151
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
152
|
+
-webkit-background-clip: text;
|
|
153
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|