@syncfusion/ej2-angular-inputs 20.4.54 → 21.1.35
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 +185 -114
- package/esm2020/src/rating/rating.component.mjs +1 -1
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/rating/rating.component.d.ts +9 -0
- package/styles/bootstrap-dark.css +6 -0
- package/styles/bootstrap.css +6 -0
- package/styles/bootstrap4.css +6 -0
- package/styles/bootstrap5-dark.css +10 -4
- package/styles/bootstrap5.css +10 -4
- package/styles/color-picker/_layout.scss +78 -6
- package/styles/color-picker/_theme.scss +3 -0
- package/styles/color-picker/bootstrap-dark.css +6 -0
- package/styles/color-picker/bootstrap.css +6 -0
- package/styles/color-picker/bootstrap4.css +6 -0
- package/styles/color-picker/bootstrap5-dark.css +6 -0
- package/styles/color-picker/bootstrap5.css +6 -0
- package/styles/color-picker/fabric-dark.css +6 -0
- package/styles/color-picker/fabric.css +6 -0
- package/styles/color-picker/fluent-dark.css +6 -0
- package/styles/color-picker/fluent.css +6 -0
- package/styles/color-picker/highcontrast-light.css +6 -0
- package/styles/color-picker/highcontrast.css +6 -0
- package/styles/color-picker/material-dark.css +6 -0
- package/styles/color-picker/material.css +6 -0
- package/styles/color-picker/tailwind-dark.css +6 -0
- package/styles/color-picker/tailwind.css +6 -0
- package/styles/fabric-dark.css +6 -0
- package/styles/fabric.css +6 -0
- package/styles/fluent-dark.css +6 -0
- package/styles/fluent.css +6 -0
- package/styles/highcontrast-light.css +6 -0
- package/styles/highcontrast.css +6 -0
- package/styles/input/_bootstrap5-definition.scss +2 -2
- package/styles/input/_fluent-definition.scss +5 -5
- package/styles/input/_layout.scss +445 -445
- package/styles/input/_tailwind-definition.scss +14 -14
- package/styles/input/_theme.scss +218 -199
- package/styles/input/material-dark.css +1 -1
- package/styles/input/material.css +1 -1
- package/styles/maskedtextbox/_bootstrap5-definition.scss +2 -2
- package/styles/maskedtextbox/_fluent-definition.scss +2 -2
- package/styles/material-dark.css +7 -5
- package/styles/material.css +7 -1
- package/styles/numerictextbox/icons/_material3.scss +3 -3
- package/styles/rating/_bootstrap5-definition.scss +12 -15
- package/styles/rating/_fluent-definition.scss +12 -15
- package/styles/rating/_tailwind-definition.scss +12 -15
- package/styles/rating/_theme.scss +14 -2
- package/styles/rating/tailwind-dark.css +1 -1
- package/styles/rating/tailwind.css +1 -1
- package/styles/slider/_layout.scss +44 -25
- package/styles/slider/_theme.scss +6 -1
- package/styles/tailwind-dark.css +8 -2
- package/styles/tailwind.css +8 -2
- package/styles/uploader/_bootstrap5-definition.scss +12 -12
- package/styles/uploader/_fluent-definition.scss +10 -10
- package/styles/uploader/_layout.scss +7 -2
- package/styles/uploader/_tailwind-definition.scss +10 -10
- package/styles/uploader/_theme.scss +13 -3
- package/styles/uploader/bootstrap5-dark.css +4 -4
- package/styles/uploader/bootstrap5.css +4 -4
- package/styles/uploader/material-dark.css +0 -4
- package/styles/uploader/tailwind-dark.css +1 -1
- package/styles/uploader/tailwind.css +1 -1
- package/styles/color-picker/_material3-definition.scss +0 -133
- package/styles/input/_material3-definition.scss +0 -336
- package/styles/maskedtextbox/_material3-definition.scss +0 -7
- package/styles/numerictextbox/_material3-definition.scss +0 -3
- package/styles/rating/_material3-definition.scss +0 -46
- package/styles/signature/_material3-definition.scss +0 -3
- package/styles/slider/_material3-definition.scss +0 -90
- package/styles/textbox/_material3-definition.scss +0 -1
- package/styles/uploader/_material3-definition.scss +0 -216
package/styles/material-dark.css
CHANGED
|
@@ -7838,7 +7838,7 @@ textarea.e-outline,
|
|
|
7838
7838
|
font-size: 16px;
|
|
7839
7839
|
margin-bottom: 0;
|
|
7840
7840
|
margin-top: 0;
|
|
7841
|
-
padding:
|
|
7841
|
+
padding: 8px;
|
|
7842
7842
|
}
|
|
7843
7843
|
|
|
7844
7844
|
.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
|
|
@@ -13465,10 +13465,6 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
13465
13465
|
margin: 0;
|
|
13466
13466
|
padding: 0;
|
|
13467
13467
|
}
|
|
13468
|
-
.e-upload .e-upload-files .e-icons:focus,
|
|
13469
|
-
.e-bigger.e-small .e-upload .e-upload-files .e-icons:focus {
|
|
13470
|
-
outline: none;
|
|
13471
|
-
}
|
|
13472
13468
|
.e-upload .e-upload-files .e-upload-file-list,
|
|
13473
13469
|
.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list {
|
|
13474
13470
|
font-family: inherit;
|
|
@@ -14075,6 +14071,12 @@ body.e-colorpicker-overflow {
|
|
|
14075
14071
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
14076
14072
|
padding: 0 6px;
|
|
14077
14073
|
}
|
|
14074
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
14075
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
14076
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
14077
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
14078
|
+
line-height: 0;
|
|
14079
|
+
}
|
|
14078
14080
|
|
|
14079
14081
|
.e-container {
|
|
14080
14082
|
border: 0;
|
package/styles/material.css
CHANGED
|
@@ -7846,7 +7846,7 @@ textarea.e-outline,
|
|
|
7846
7846
|
font-size: 16px;
|
|
7847
7847
|
margin-bottom: 0;
|
|
7848
7848
|
margin-top: 0;
|
|
7849
|
-
padding:
|
|
7849
|
+
padding: 8px;
|
|
7850
7850
|
}
|
|
7851
7851
|
|
|
7852
7852
|
.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon,
|
|
@@ -14115,6 +14115,12 @@ body.e-colorpicker-overflow {
|
|
|
14115
14115
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
14116
14116
|
padding: 0 6px;
|
|
14117
14117
|
}
|
|
14118
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
14119
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
14120
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
14121
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
14122
|
+
line-height: 0;
|
|
14123
|
+
}
|
|
14118
14124
|
|
|
14119
14125
|
.e-container {
|
|
14120
14126
|
border: 0;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@include export-module('numerictextbox-
|
|
1
|
+
@include export-module('numerictextbox-Material3-icons') {
|
|
2
2
|
.e-input-group-icon.e-spin-up::before {
|
|
3
|
-
content: '\
|
|
3
|
+
content: '\e87a';
|
|
4
4
|
font-family: 'e-icons';
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.e-input-group-icon.e-spin-down::before {
|
|
8
|
-
content: '\
|
|
8
|
+
content: '\e70d';
|
|
9
9
|
font-family: 'e-icons';
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
$rating-li-font-size:
|
|
1
|
+
$rating-li-font-size: $font-icon-22 !default;
|
|
2
2
|
$rating-li-padding: 4px !default;
|
|
3
3
|
$rating-li-line-height: 13px !default;
|
|
4
4
|
$rating-focus-border-radius: 4px !default;
|
|
@@ -6,31 +6,28 @@ $rating-label-bottom-margin: 4px !default;
|
|
|
6
6
|
$rating-label-right-margin: 8px !default;
|
|
7
7
|
$rating-label-top-margin: 8px !default;
|
|
8
8
|
$rating-label-left-margin: 11px !default;
|
|
9
|
-
$rating-label-font-size:
|
|
9
|
+
$rating-label-font-size: $text-xs !default;
|
|
10
10
|
$rating-label-line-height: 18px !default;
|
|
11
|
-
$rating-reset-font-size :
|
|
11
|
+
$rating-reset-font-size : $font-icon-18 !default;
|
|
12
12
|
$rating-tooltip-tip-bottom-height: 8px !default;
|
|
13
13
|
|
|
14
|
-
$rating-small-li-font-size:
|
|
14
|
+
$rating-small-li-font-size: $font-icon-16 !default;
|
|
15
15
|
$rating-small-li-line-height: 6px !default;
|
|
16
|
-
$rating-small-
|
|
17
|
-
$rating-small-label-font-size: 10px !default;
|
|
16
|
+
$rating-small-label-font-size: $text-xxs !default;
|
|
18
17
|
$rating-small-label-line-height: 16px !default;
|
|
19
|
-
$rating-small-reset-font-size :
|
|
18
|
+
$rating-small-reset-font-size : $font-icon-12 !default;
|
|
20
19
|
|
|
21
|
-
$rating-bigger-li-font-size:
|
|
20
|
+
$rating-bigger-li-font-size: $font-icon-32 !default;
|
|
22
21
|
$rating-bigger-li-line-height: 13px !default;
|
|
23
|
-
$rating-bigger-
|
|
24
|
-
$rating-bigger-label-font-size: 14px !default;
|
|
22
|
+
$rating-bigger-label-font-size: $text-sm !default;
|
|
25
23
|
$rating-bigger-label-line-height: 22px !default;
|
|
26
|
-
$rating-bigger-reset-font-size :
|
|
24
|
+
$rating-bigger-reset-font-size : $font-icon-28 !default;
|
|
27
25
|
|
|
28
|
-
$rating-bigger-small-li-font-size:
|
|
26
|
+
$rating-bigger-small-li-font-size: $font-icon-26 !default;
|
|
29
27
|
$rating-bigger-small-li-line-height: 13px !default;
|
|
30
|
-
$rating-bigger-small-
|
|
31
|
-
$rating-bigger-small-label-font-size: 12px !default;
|
|
28
|
+
$rating-bigger-small-label-font-size: $text-xs !default;
|
|
32
29
|
$rating-bigger-small-label-line-height: 18px !default;
|
|
33
|
-
$rating-bigger-small-reset-font-size :
|
|
30
|
+
$rating-bigger-small-reset-font-size : $font-icon-22 !default;
|
|
34
31
|
|
|
35
32
|
$rating-border-width: 1px !default;
|
|
36
33
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
$rating-li-font-size:
|
|
1
|
+
$rating-li-font-size: $font-icon-20 !default;
|
|
2
2
|
$rating-li-padding: 4px !default;
|
|
3
3
|
$rating-li-line-height: 13px !default;
|
|
4
4
|
$rating-focus-border-radius: 0 !default;
|
|
@@ -6,31 +6,28 @@ $rating-label-bottom-margin: 4px !default;
|
|
|
6
6
|
$rating-label-right-margin: 4px !default;
|
|
7
7
|
$rating-label-top-margin: 4px !default;
|
|
8
8
|
$rating-label-left-margin: 4px !default;
|
|
9
|
-
$rating-label-font-size:
|
|
9
|
+
$rating-label-font-size: $text-xs !default;
|
|
10
10
|
$rating-label-line-height: 18px !default;
|
|
11
|
-
$rating-reset-font-size :
|
|
11
|
+
$rating-reset-font-size : $font-icon-16 !default;
|
|
12
12
|
$rating-tooltip-tip-bottom-height: 12.5px !default;
|
|
13
13
|
|
|
14
|
-
$rating-small-li-font-size:
|
|
14
|
+
$rating-small-li-font-size: $font-icon-16 !default;
|
|
15
15
|
$rating-small-li-line-height: 13px !default;
|
|
16
|
-
$rating-small-
|
|
17
|
-
$rating-small-label-font-size: 10px !default;
|
|
16
|
+
$rating-small-label-font-size: $text-xxs !default;
|
|
18
17
|
$rating-small-label-line-height: 16px !default;
|
|
19
|
-
$rating-small-reset-font-size :
|
|
18
|
+
$rating-small-reset-font-size : $font-icon-12 !default;
|
|
20
19
|
|
|
21
|
-
$rating-bigger-li-font-size:
|
|
20
|
+
$rating-bigger-li-font-size: $font-icon-28 !default;
|
|
22
21
|
$rating-bigger-li-line-height: 21px !default;
|
|
23
|
-
$rating-bigger-
|
|
24
|
-
$rating-bigger-label-font-size: 14px !default;
|
|
22
|
+
$rating-bigger-label-font-size: $text-sm !default;
|
|
25
23
|
$rating-bigger-label-line-height: 22px !default;
|
|
26
|
-
$rating-bigger-reset-font-size :
|
|
24
|
+
$rating-bigger-reset-font-size : $font-icon-24 !default;
|
|
27
25
|
|
|
28
|
-
$rating-bigger-small-li-font-size:
|
|
26
|
+
$rating-bigger-small-li-font-size: $font-icon-24 !default;
|
|
29
27
|
$rating-bigger-small-li-line-height: 19px !default;
|
|
30
|
-
$rating-bigger-small-
|
|
31
|
-
$rating-bigger-small-label-font-size: 12px !default;
|
|
28
|
+
$rating-bigger-small-label-font-size: $text-xs !default;
|
|
32
29
|
$rating-bigger-small-label-line-height: 18px !default;
|
|
33
|
-
$rating-bigger-small-reset-font-size :
|
|
30
|
+
$rating-bigger-small-reset-font-size : $font-icon-20 !default;
|
|
34
31
|
|
|
35
32
|
$rating-border-width: 1px !default;
|
|
36
33
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
$rating-li-font-size:
|
|
1
|
+
$rating-li-font-size: $font-icon-20 !default;
|
|
2
2
|
$rating-li-padding: 4px !default;
|
|
3
3
|
$rating-li-line-height: 3px !default;
|
|
4
4
|
$rating-focus-border-radius: 4px !default;
|
|
@@ -6,31 +6,28 @@ $rating-label-bottom-margin: 6px !default;
|
|
|
6
6
|
$rating-label-right-margin: 10px !default;
|
|
7
7
|
$rating-label-top-margin: 8px !default;
|
|
8
8
|
$rating-label-left-margin: 4px !default;
|
|
9
|
-
$rating-label-font-size:
|
|
9
|
+
$rating-label-font-size: $text-xs !default;
|
|
10
10
|
$rating-label-line-height: 18px !default;
|
|
11
|
-
$rating-reset-font-size :
|
|
11
|
+
$rating-reset-font-size : $font-icon-16 !default;
|
|
12
12
|
$rating-tooltip-tip-bottom-height: 8px !default;
|
|
13
13
|
|
|
14
|
-
$rating-small-li-font-size:
|
|
14
|
+
$rating-small-li-font-size: $font-icon-16 !default;
|
|
15
15
|
$rating-small-li-line-height: 10px !default;
|
|
16
|
-
$rating-small-
|
|
17
|
-
$rating-small-label-font-size: 10px !default;
|
|
16
|
+
$rating-small-label-font-size: $text-xxs !default;
|
|
18
17
|
$rating-small-label-line-height: 16px !default;
|
|
19
|
-
$rating-small-reset-font-size :
|
|
18
|
+
$rating-small-reset-font-size : $font-icon-12 !default;
|
|
20
19
|
|
|
21
|
-
$rating-bigger-li-font-size:
|
|
20
|
+
$rating-bigger-li-font-size: $font-icon-24 !default;
|
|
22
21
|
$rating-bigger-li-line-height: 18px !default;
|
|
23
|
-
$rating-bigger-
|
|
24
|
-
$rating-bigger-label-font-size: 14px !default;
|
|
22
|
+
$rating-bigger-label-font-size: $text-2xl !default;
|
|
25
23
|
$rating-bigger-label-line-height: 22px !default;
|
|
26
|
-
$rating-bigger-reset-font-size :
|
|
24
|
+
$rating-bigger-reset-font-size : $font-icon-20 !default;
|
|
27
25
|
|
|
28
|
-
$rating-bigger-small-li-font-size:
|
|
26
|
+
$rating-bigger-small-li-font-size: $font-icon-22 !default;
|
|
29
27
|
$rating-bigger-small-li-line-height: 15px !default;
|
|
30
|
-
$rating-bigger-small-
|
|
31
|
-
$rating-bigger-small-label-font-size: 12px !default;
|
|
28
|
+
$rating-bigger-small-label-font-size: $text-xs !default;
|
|
32
29
|
$rating-bigger-small-label-line-height: 18px !default;
|
|
33
|
-
$rating-bigger-small-reset-font-size :
|
|
30
|
+
$rating-bigger-small-reset-font-size : $font-icon-18 !default;
|
|
34
31
|
|
|
35
32
|
$rating-border-width: 1px !default;
|
|
36
33
|
|
|
@@ -22,8 +22,13 @@
|
|
|
22
22
|
.e-rating-item-container {
|
|
23
23
|
.e-rating-icon {
|
|
24
24
|
-webkit-text-fill-color: transparent;
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
@if ($skin-name == 'Material3') {
|
|
26
|
+
-webkit-text-stroke: $rating-border-width transparent;
|
|
27
|
+
}
|
|
28
|
+
@else {
|
|
29
|
+
-webkit-text-stroke: $rating-border-width $rating-unrated-bg-color;
|
|
30
|
+
}
|
|
31
|
+
@if ($skin-name == 'Material3' or $skin-name =='tailwind') {
|
|
27
32
|
background: $rating-unrated-bg-color;
|
|
28
33
|
background-clip: text;
|
|
29
34
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -120,6 +125,13 @@
|
|
|
120
125
|
.e-rating-item-container {
|
|
121
126
|
.e-rating-icon {
|
|
122
127
|
-webkit-text-stroke: $rating-border-width $rating-unrated-disabled-bg-color;
|
|
128
|
+
@if ($skin-name == 'Material3') {
|
|
129
|
+
background: $rating-unrated-disabled-bg-color;
|
|
130
|
+
background-clip: text;
|
|
131
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
132
|
+
-webkit-background-clip: text;
|
|
133
|
+
/* stylelint-enable property-no-vendor-prefix */
|
|
134
|
+
}
|
|
123
135
|
}
|
|
124
136
|
|
|
125
137
|
&.e-rating-selected .e-rating-icon,
|
|
@@ -827,7 +827,7 @@
|
|
|
827
827
|
left: 0;
|
|
828
828
|
}
|
|
829
829
|
|
|
830
|
-
@if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
|
|
830
|
+
@if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'Material3') {
|
|
831
831
|
background-position: right center;
|
|
832
832
|
left: 0;
|
|
833
833
|
}
|
|
@@ -1038,7 +1038,7 @@
|
|
|
1038
1038
|
margin-top: $slider-btn-center-align;
|
|
1039
1039
|
top: 50%;
|
|
1040
1040
|
|
|
1041
|
-
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
|
|
1041
|
+
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3') {
|
|
1042
1042
|
.e-button-icon {
|
|
1043
1043
|
background-image: $slider-button-hleft-bg-image;
|
|
1044
1044
|
background-repeat: no-repeat;
|
|
@@ -1050,19 +1050,21 @@
|
|
|
1050
1050
|
width: 8px;
|
|
1051
1051
|
}
|
|
1052
1052
|
}
|
|
1053
|
-
@else if($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
|
1053
|
+
@else if($skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
1054
1054
|
.e-button-icon {
|
|
1055
1055
|
font-family: 'e-icons';
|
|
1056
1056
|
}
|
|
1057
1057
|
|
|
1058
1058
|
.e-button-icon::before {
|
|
1059
1059
|
color: $slider-button-icon-bg-color;
|
|
1060
|
+
content: '\e738';
|
|
1060
1061
|
@if ($skin-name == 'FluentUI') {
|
|
1061
|
-
content: '\e738';
|
|
1062
1062
|
font-size: 14px;
|
|
1063
1063
|
}
|
|
1064
|
+
@else if ($skin-name == 'Material3') {
|
|
1065
|
+
font-size: 16px;
|
|
1066
|
+
}
|
|
1064
1067
|
@else {
|
|
1065
|
-
content: '\e738';
|
|
1066
1068
|
font-size: 17px;
|
|
1067
1069
|
}
|
|
1068
1070
|
}
|
|
@@ -1086,7 +1088,7 @@
|
|
|
1086
1088
|
right: 0;
|
|
1087
1089
|
top: 50%;
|
|
1088
1090
|
|
|
1089
|
-
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
|
|
1091
|
+
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3') {
|
|
1090
1092
|
.e-button-icon {
|
|
1091
1093
|
background-image: $slider-button-hright-bg-image;
|
|
1092
1094
|
background-repeat: no-repeat;
|
|
@@ -1098,19 +1100,21 @@
|
|
|
1098
1100
|
width: 8px;
|
|
1099
1101
|
}
|
|
1100
1102
|
}
|
|
1101
|
-
@else if($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
|
1103
|
+
@else if($skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
1102
1104
|
.e-button-icon {
|
|
1103
1105
|
font-family: 'e-icons';
|
|
1104
1106
|
}
|
|
1105
1107
|
|
|
1106
1108
|
.e-button-icon::before {
|
|
1107
1109
|
color: $slider-button-icon-bg-color;
|
|
1110
|
+
content: '\e75c';
|
|
1108
1111
|
@if ($skin-name == 'FluentUI') {
|
|
1109
|
-
content: '\e75c';
|
|
1110
1112
|
font-size: 14px;
|
|
1111
1113
|
}
|
|
1114
|
+
@else if ($skin-name == 'Material3') {
|
|
1115
|
+
font-size: 16px;
|
|
1116
|
+
}
|
|
1112
1117
|
@else {
|
|
1113
|
-
content: '\e75c';
|
|
1114
1118
|
font-size: 17px;
|
|
1115
1119
|
margin-left: 1px;
|
|
1116
1120
|
}
|
|
@@ -1201,7 +1205,7 @@
|
|
|
1201
1205
|
border-radius: 2px;
|
|
1202
1206
|
}
|
|
1203
1207
|
}
|
|
1204
|
-
@if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
|
|
1208
|
+
@if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'Material3') {
|
|
1205
1209
|
background: $slider-track-color;
|
|
1206
1210
|
border-radius: 4px;
|
|
1207
1211
|
overflow: hidden;
|
|
@@ -1233,6 +1237,10 @@
|
|
|
1233
1237
|
margin-left: -7px;
|
|
1234
1238
|
top: calc(50% - 7px);
|
|
1235
1239
|
}
|
|
1240
|
+
@else if($skin-name == 'Material3') {
|
|
1241
|
+
margin-left: -10px;
|
|
1242
|
+
top: calc(50% - 12px);
|
|
1243
|
+
}
|
|
1236
1244
|
@else {
|
|
1237
1245
|
@if ($skin-name == 'tailwind') {
|
|
1238
1246
|
margin-left: -6px;
|
|
@@ -1271,7 +1279,7 @@
|
|
|
1271
1279
|
@if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
|
|
1272
1280
|
top: calc(50% - 3px);
|
|
1273
1281
|
}
|
|
1274
|
-
@if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'tailwind') {
|
|
1282
|
+
@if ($skin-name == 'bootstrap' or $skin-name == 'bootstrap-dark' or $skin-name == 'tailwind' or $skin-name == 'Material3') {
|
|
1275
1283
|
top: calc(50% - 4px);
|
|
1276
1284
|
}
|
|
1277
1285
|
}
|
|
@@ -1323,16 +1331,16 @@
|
|
|
1323
1331
|
}
|
|
1324
1332
|
|
|
1325
1333
|
.e-slider-track {
|
|
1326
|
-
@if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI') {
|
|
1334
|
+
@if ($skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
1327
1335
|
background: $slider-track-color;
|
|
1328
1336
|
}
|
|
1329
|
-
@if ($skin-name != 'highcontrast' and $skin-name != 'highcontrast-light' and $skin-name != 'FluentUI') {
|
|
1337
|
+
@if ($skin-name != 'highcontrast' and $skin-name != 'highcontrast-light' and $skin-name != 'FluentUI' and $skin-name != 'Material3') {
|
|
1330
1338
|
background: $slider-handle-start-border-color;
|
|
1331
1339
|
}
|
|
1332
1340
|
bottom: 0;
|
|
1333
1341
|
height: 100%;
|
|
1334
1342
|
position: absolute;
|
|
1335
|
-
@if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
1343
|
+
@if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
1336
1344
|
@if ($skin-name == 'tailwind') {
|
|
1337
1345
|
left: calc(50%);
|
|
1338
1346
|
}
|
|
@@ -1430,7 +1438,7 @@
|
|
|
1430
1438
|
margin-right: $slider-btn-center-align;
|
|
1431
1439
|
right: 50%;
|
|
1432
1440
|
|
|
1433
|
-
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
|
|
1441
|
+
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3') {
|
|
1434
1442
|
.e-button-icon {
|
|
1435
1443
|
background-image: $slider-button-vdown-bg-image;
|
|
1436
1444
|
background-repeat: no-repeat;
|
|
@@ -1443,7 +1451,7 @@
|
|
|
1443
1451
|
width: 8px;
|
|
1444
1452
|
}
|
|
1445
1453
|
}
|
|
1446
|
-
@else if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
|
1454
|
+
@else if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
1447
1455
|
.e-button-icon {
|
|
1448
1456
|
font-family: 'e-icons';
|
|
1449
1457
|
}
|
|
@@ -1479,7 +1487,7 @@
|
|
|
1479
1487
|
right: 50%;
|
|
1480
1488
|
top: 0;
|
|
1481
1489
|
|
|
1482
|
-
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI') {
|
|
1490
|
+
@if ($skin-name != 'tailwind' and $skin-name != 'bootstrap5' and $skin-name != 'FluentUI' and $skin-name != 'Material3') {
|
|
1483
1491
|
.e-button-icon {
|
|
1484
1492
|
background-image: $slider-button-vup-bg-image;
|
|
1485
1493
|
background-repeat: no-repeat;
|
|
@@ -1492,7 +1500,7 @@
|
|
|
1492
1500
|
width: 8px;
|
|
1493
1501
|
}
|
|
1494
1502
|
}
|
|
1495
|
-
@else if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
|
1503
|
+
@else if ($skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
1496
1504
|
.e-button-icon {
|
|
1497
1505
|
font-family: 'e-icons';
|
|
1498
1506
|
}
|
|
@@ -1590,6 +1598,9 @@
|
|
|
1590
1598
|
@else if($skin-name == 'tailwind') {
|
|
1591
1599
|
left: calc(50% - 4px);
|
|
1592
1600
|
}
|
|
1601
|
+
@else if($skin-name == 'Material3') {
|
|
1602
|
+
left: calc(50% - 10px);
|
|
1603
|
+
}
|
|
1593
1604
|
@else {
|
|
1594
1605
|
left: calc(50% - 8px);
|
|
1595
1606
|
}
|
|
@@ -1600,11 +1611,11 @@
|
|
|
1600
1611
|
left: calc(50% - 4px);
|
|
1601
1612
|
width: 8px;
|
|
1602
1613
|
}
|
|
1603
|
-
@if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
|
|
1614
|
+
@if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'Material3') {
|
|
1604
1615
|
left: calc(50% - 3px);
|
|
1605
1616
|
width: 6px;
|
|
1606
1617
|
}
|
|
1607
|
-
@if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'tailwind' or $skin-name == 'FluentUI') {
|
|
1618
|
+
@if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'tailwind' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
1608
1619
|
@if ($skin-name == 'tailwind') {
|
|
1609
1620
|
left: calc(50%);
|
|
1610
1621
|
}
|
|
@@ -1757,7 +1768,7 @@
|
|
|
1757
1768
|
border-color: $slider-tab-border-color;
|
|
1758
1769
|
box-shadow: $slider-tab-active-box-shadow;
|
|
1759
1770
|
}
|
|
1760
|
-
@if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5') {
|
|
1771
|
+
@if ($skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'Material3') {
|
|
1761
1772
|
background-color: $slider-tab-background;
|
|
1762
1773
|
border: $slider-tab-border;
|
|
1763
1774
|
box-shadow: $slider-tab-active-box-shadow;
|
|
@@ -1901,6 +1912,10 @@
|
|
|
1901
1912
|
height: 18px;
|
|
1902
1913
|
top: -11px;
|
|
1903
1914
|
}
|
|
1915
|
+
@if ($skin-name == 'Material3') {
|
|
1916
|
+
height: 18px;
|
|
1917
|
+
top: -13px;
|
|
1918
|
+
}
|
|
1904
1919
|
@if ($skin-name == 'tailwind') {
|
|
1905
1920
|
height: 16px;
|
|
1906
1921
|
top: -16px;
|
|
@@ -1945,6 +1960,10 @@
|
|
|
1945
1960
|
height: 38px;
|
|
1946
1961
|
top: -13px;
|
|
1947
1962
|
}
|
|
1963
|
+
@if ($skin-name == 'Material3') {
|
|
1964
|
+
height: 26px;
|
|
1965
|
+
top: -10px;
|
|
1966
|
+
}
|
|
1948
1967
|
@if ($skin-name == 'fabric' or $skin-name == 'fabric-dark' or $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light') {
|
|
1949
1968
|
height: calc(100% + 3px);
|
|
1950
1969
|
top: -9px;
|
|
@@ -1967,7 +1986,7 @@
|
|
|
1967
1986
|
left: 6px;
|
|
1968
1987
|
width: calc(100% - 12px);
|
|
1969
1988
|
}
|
|
1970
|
-
@if ($skin-name == 'bootstrap5') {
|
|
1989
|
+
@if ($skin-name == 'bootstrap5' or $skin-name == 'Material3') {
|
|
1971
1990
|
background-position: center;
|
|
1972
1991
|
left: 5px;
|
|
1973
1992
|
width: 18px;
|
|
@@ -1998,7 +2017,7 @@
|
|
|
1998
2017
|
left: 3px;
|
|
1999
2018
|
width: calc(100% - 6px);
|
|
2000
2019
|
}
|
|
2001
|
-
@if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
|
|
2020
|
+
@if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'Material3') {
|
|
2002
2021
|
left: 1px;
|
|
2003
2022
|
width: 26px;
|
|
2004
2023
|
}
|
|
@@ -2061,7 +2080,7 @@
|
|
|
2061
2080
|
background-position: center center;
|
|
2062
2081
|
}
|
|
2063
2082
|
|
|
2064
|
-
@if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI') {
|
|
2083
|
+
@if ($skin-name == 'bootstrap4' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' or $skin-name == 'Material3') {
|
|
2065
2084
|
&.e-large {
|
|
2066
2085
|
@if ($skin-name != 'bootstrap4') {
|
|
2067
2086
|
background-image: $slider-scale-tick-image-dark;
|
|
@@ -2080,7 +2099,7 @@
|
|
|
2080
2099
|
position: absolute;
|
|
2081
2100
|
user-select: none;
|
|
2082
2101
|
white-space: nowrap;
|
|
2083
|
-
@if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5') {
|
|
2102
|
+
@if ($skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'Material3') {
|
|
2084
2103
|
line-height: 1.5;
|
|
2085
2104
|
}
|
|
2086
2105
|
@if ($skin-name == 'tailwind') {
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
height: 16px;
|
|
30
30
|
width: 16px;
|
|
31
31
|
}
|
|
32
|
+
@else if ($skin-name == 'Material3') {
|
|
33
|
+
height: 24px;
|
|
34
|
+
width: 24px;
|
|
35
|
+
padding: 4px;
|
|
36
|
+
}
|
|
32
37
|
@else {
|
|
33
38
|
height: 18px;
|
|
34
39
|
width: 18px;
|
|
@@ -183,7 +188,7 @@
|
|
|
183
188
|
}
|
|
184
189
|
|
|
185
190
|
.e-range {
|
|
186
|
-
@if ($skin-name != 'highcontrast' and $skin-name != 'highcontrast-light' and $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5') {
|
|
191
|
+
@if ($skin-name != 'highcontrast' and $skin-name != 'highcontrast-light' and $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'Material3') {
|
|
187
192
|
background-color: $slider-range-bar-hover-color;
|
|
188
193
|
}
|
|
189
194
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -5971,7 +5971,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5971
5971
|
padding: 12px 0 12px 12px;
|
|
5972
5972
|
}
|
|
5973
5973
|
.e-small .e-upload .e-file-select-wrap .e-file-drop {
|
|
5974
|
-
font-size:
|
|
5974
|
+
font-size: 12px;
|
|
5975
5975
|
margin-left: 10px;
|
|
5976
5976
|
}
|
|
5977
5977
|
.e-small .e-upload .e-upload-files .e-upload-file-list {
|
|
@@ -6275,6 +6275,12 @@ body.e-colorpicker-overflow {
|
|
|
6275
6275
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
6276
6276
|
padding: 7px 12px;
|
|
6277
6277
|
}
|
|
6278
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6279
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6280
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6281
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
6282
|
+
line-height: 0;
|
|
6283
|
+
}
|
|
6278
6284
|
|
|
6279
6285
|
.e-container {
|
|
6280
6286
|
border: 0;
|
|
@@ -7058,7 +7064,7 @@ body.e-colorpicker-overflow {
|
|
|
7058
7064
|
}
|
|
7059
7065
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7060
7066
|
.e-bigger .e-rating-container .e-rating-label {
|
|
7061
|
-
font-size:
|
|
7067
|
+
font-size: 24px;
|
|
7062
7068
|
line-height: 22px;
|
|
7063
7069
|
}
|
|
7064
7070
|
.e-bigger.e-rating-container .e-reset,
|
package/styles/tailwind.css
CHANGED
|
@@ -5971,7 +5971,7 @@ input.e-input::-webkit-input-placeholder {
|
|
|
5971
5971
|
padding: 12px 0 12px 12px;
|
|
5972
5972
|
}
|
|
5973
5973
|
.e-small .e-upload .e-file-select-wrap .e-file-drop {
|
|
5974
|
-
font-size:
|
|
5974
|
+
font-size: 12px;
|
|
5975
5975
|
margin-left: 10px;
|
|
5976
5976
|
}
|
|
5977
5977
|
.e-small .e-upload .e-upload-files .e-upload-file-list {
|
|
@@ -6275,6 +6275,12 @@ body.e-colorpicker-overflow {
|
|
|
6275
6275
|
.e-bigger.e-colorpicker-container .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
|
|
6276
6276
|
padding: 7px 12px;
|
|
6277
6277
|
}
|
|
6278
|
+
.e-bigger .e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6279
|
+
.e-bigger.e-colorpicker-wrapper .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6280
|
+
.e-bigger .e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn),
|
|
6281
|
+
.e-bigger.e-colorpicker-container .e-colorpicker-popup:not(.e-split-btn-wrapper):not(.e-dropdown-btn) {
|
|
6282
|
+
line-height: 0;
|
|
6283
|
+
}
|
|
6278
6284
|
|
|
6279
6285
|
.e-container {
|
|
6280
6286
|
border: 0;
|
|
@@ -7058,7 +7064,7 @@ body.e-colorpicker-overflow {
|
|
|
7058
7064
|
}
|
|
7059
7065
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7060
7066
|
.e-bigger .e-rating-container .e-rating-label {
|
|
7061
|
-
font-size:
|
|
7067
|
+
font-size: 24px;
|
|
7062
7068
|
line-height: 22px;
|
|
7063
7069
|
}
|
|
7064
7070
|
.e-bigger.e-rating-container .e-reset,
|