@syncfusion/ej2-angular-inputs 23.2.4 → 24.1.41
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/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/styles/bootstrap-dark.css +263 -3
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +263 -3
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +263 -3
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +276 -3
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +276 -3
- package/styles/bootstrap5.scss +1 -0
- package/styles/color-picker/_layout.scss +36 -0
- package/styles/color-picker/bootstrap5-dark.css +13 -0
- package/styles/color-picker/bootstrap5.css +13 -0
- package/styles/color-picker/fabric.css +5 -0
- package/styles/color-picker/fluent-dark.css +13 -0
- package/styles/color-picker/fluent.css +13 -0
- package/styles/color-picker/material.css +13 -0
- package/styles/color-picker/material3-dark.css +18 -0
- package/styles/color-picker/material3.css +18 -0
- package/styles/color-picker/tailwind-dark.css +13 -0
- package/styles/color-picker/tailwind.css +13 -0
- package/styles/data-form/_all.scss +2 -0
- package/styles/data-form/_bootstrap-dark-definition.scss +42 -0
- package/styles/data-form/_bootstrap-definition.scss +41 -0
- package/styles/data-form/_bootstrap4-definition.scss +41 -0
- package/styles/data-form/_bootstrap5-dark-definition.scss +1 -0
- package/styles/data-form/_bootstrap5-definition.scss +41 -0
- package/styles/data-form/_fabric-dark-definition.scss +41 -0
- package/styles/data-form/_fabric-definition.scss +41 -0
- package/styles/data-form/_fluent-dark-definition.scss +1 -0
- package/styles/data-form/_fluent-definition.scss +41 -0
- package/styles/data-form/_fusionnew-definition.scss +41 -0
- package/styles/data-form/_highcontrast-definition.scss +41 -0
- package/styles/data-form/_highcontrast-light-definition.scss +41 -0
- package/styles/data-form/_layout.scss +223 -0
- package/styles/data-form/_material-dark-definition.scss +41 -0
- package/styles/data-form/_material-definition.scss +42 -0
- package/styles/data-form/_material3-dark-definition.scss +1 -0
- package/styles/data-form/_material3-definition.scss +41 -0
- package/styles/data-form/_tailwind-dark-definition.scss +1 -0
- package/styles/data-form/_tailwind-definition.scss +41 -0
- package/styles/data-form/_theme.scss +38 -0
- package/styles/data-form/bootstrap-dark.css +240 -0
- package/styles/data-form/bootstrap-dark.scss +3 -0
- package/styles/data-form/bootstrap.css +240 -0
- package/styles/data-form/bootstrap.scss +3 -0
- package/styles/data-form/bootstrap4.css +240 -0
- package/styles/data-form/bootstrap4.scss +3 -0
- package/styles/data-form/bootstrap5-dark.css +240 -0
- package/styles/data-form/bootstrap5-dark.scss +3 -0
- package/styles/data-form/bootstrap5.css +240 -0
- package/styles/data-form/bootstrap5.scss +3 -0
- package/styles/data-form/fabric-dark.css +240 -0
- package/styles/data-form/fabric-dark.scss +3 -0
- package/styles/data-form/fabric.css +240 -0
- package/styles/data-form/fabric.scss +3 -0
- package/styles/data-form/fluent-dark.css +240 -0
- package/styles/data-form/fluent-dark.scss +3 -0
- package/styles/data-form/fluent.css +240 -0
- package/styles/data-form/fluent.scss +3 -0
- package/styles/data-form/highcontrast-light.css +240 -0
- package/styles/data-form/highcontrast-light.scss +3 -0
- package/styles/data-form/highcontrast.css +240 -0
- package/styles/data-form/highcontrast.scss +3 -0
- package/styles/data-form/material-dark.css +240 -0
- package/styles/data-form/material-dark.scss +3 -0
- package/styles/data-form/material.css +240 -0
- package/styles/data-form/material.scss +3 -0
- package/styles/data-form/material3-dark.css +295 -0
- package/styles/data-form/material3-dark.scss +4 -0
- package/styles/data-form/material3.css +351 -0
- package/styles/data-form/material3.scss +4 -0
- package/styles/data-form/tailwind-dark.css +240 -0
- package/styles/data-form/tailwind-dark.scss +3 -0
- package/styles/data-form/tailwind.css +240 -0
- package/styles/data-form/tailwind.scss +3 -0
- package/styles/fabric-dark.css +263 -3
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +268 -3
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +276 -3
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +276 -3
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +263 -3
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +263 -3
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +275 -3
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +288 -3
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +293 -3
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +293 -3
- package/styles/material3.scss +1 -0
- package/styles/rating/_bootstrap-dark-definition.scss +4 -0
- package/styles/rating/_bootstrap-definition.scss +4 -0
- package/styles/rating/_bootstrap4-definition.scss +4 -0
- package/styles/rating/_bootstrap5-definition.scss +4 -0
- package/styles/rating/_fabric-dark-definition.scss +4 -0
- package/styles/rating/_fabric-definition.scss +4 -0
- package/styles/rating/_fluent-definition.scss +4 -0
- package/styles/rating/_fusionnew-definition.scss +4 -0
- package/styles/rating/_highcontrast-definition.scss +4 -0
- package/styles/rating/_highcontrast-light-definition.scss +4 -0
- package/styles/rating/_layout.scss +21 -7
- package/styles/rating/_material-dark-definition.scss +4 -0
- package/styles/rating/_material-definition.scss +4 -0
- package/styles/rating/_material3-definition.scss +4 -0
- package/styles/rating/_tailwind-definition.scss +4 -0
- package/styles/rating/_theme.scss +5 -2
- package/styles/rating/bootstrap-dark.css +22 -3
- package/styles/rating/bootstrap.css +22 -3
- package/styles/rating/bootstrap4.css +22 -3
- package/styles/rating/bootstrap5-dark.css +22 -3
- package/styles/rating/bootstrap5.css +22 -3
- package/styles/rating/fabric-dark.css +22 -3
- package/styles/rating/fabric.css +22 -3
- package/styles/rating/fluent-dark.css +22 -3
- package/styles/rating/fluent.css +22 -3
- package/styles/rating/highcontrast-light.css +22 -3
- package/styles/rating/highcontrast.css +22 -3
- package/styles/rating/material-dark.css +22 -3
- package/styles/rating/material.css +22 -3
- package/styles/rating/material3-dark.css +22 -3
- package/styles/rating/material3.css +22 -3
- package/styles/rating/tailwind-dark.css +22 -3
- package/styles/rating/tailwind.css +22 -3
- package/styles/slider/_layout.scss +4 -0
- package/styles/slider/material-dark.css +12 -0
- package/styles/slider/material.css +12 -0
- package/styles/slider/material3-dark.css +12 -0
- package/styles/slider/material3.css +12 -0
- package/styles/tailwind-dark.css +276 -3
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +276 -3
- package/styles/tailwind.scss +1 -0
package/styles/fluent.css
CHANGED
|
@@ -6621,6 +6621,14 @@ body.e-colorpicker-overflow {
|
|
|
6621
6621
|
.e-bigger .e-container.e-color-picker {
|
|
6622
6622
|
width: 376px;
|
|
6623
6623
|
}
|
|
6624
|
+
@media only screen and (max-width: 600px) {
|
|
6625
|
+
.e-bigger .e-container.e-color-picker {
|
|
6626
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
6627
|
+
}
|
|
6628
|
+
.e-bigger .e-container.e-colorpicker-popup {
|
|
6629
|
+
width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
|
|
6630
|
+
}
|
|
6631
|
+
}
|
|
6624
6632
|
.e-bigger .e-container .e-palette .e-tile {
|
|
6625
6633
|
height: 29px;
|
|
6626
6634
|
width: 29px;
|
|
@@ -6640,6 +6648,11 @@ body.e-colorpicker-overflow {
|
|
|
6640
6648
|
width: 12.405%;
|
|
6641
6649
|
top: -4px;
|
|
6642
6650
|
}
|
|
6651
|
+
@media only screen and (max-width: 600px) {
|
|
6652
|
+
.e-bigger .e-container .e-slider-preview .e-preview-container {
|
|
6653
|
+
margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
|
|
6654
|
+
}
|
|
6655
|
+
}
|
|
6643
6656
|
.e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
|
|
6644
6657
|
width: 82.944%;
|
|
6645
6658
|
}
|
|
@@ -6874,7 +6887,8 @@ body.e-colorpicker-overflow {
|
|
|
6874
6887
|
padding: 0;
|
|
6875
6888
|
margin: 4px;
|
|
6876
6889
|
}
|
|
6877
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
6890
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
6891
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
6878
6892
|
outline: 1px solid;
|
|
6879
6893
|
}
|
|
6880
6894
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -6893,10 +6907,13 @@ body.e-colorpicker-overflow {
|
|
|
6893
6907
|
min-height: calc(1em + 8px);
|
|
6894
6908
|
position: relative;
|
|
6895
6909
|
}
|
|
6910
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
6911
|
+
line-height: 13px;
|
|
6912
|
+
}
|
|
6896
6913
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
6897
6914
|
display: block;
|
|
6898
6915
|
}
|
|
6899
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6916
|
+
.e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
|
|
6900
6917
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6901
6918
|
transform: scale(1.4);
|
|
6902
6919
|
pointer-events: none;
|
|
@@ -6986,6 +7003,10 @@ body.e-colorpicker-overflow {
|
|
|
6986
7003
|
.e-small .e-rating-container .e-rating-item-container {
|
|
6987
7004
|
font-size: 16px;
|
|
6988
7005
|
}
|
|
7006
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7007
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
7008
|
+
line-height: 13px;
|
|
7009
|
+
}
|
|
6989
7010
|
.e-small.e-rating-container .e-rating-label,
|
|
6990
7011
|
.e-small .e-rating-container .e-rating-label {
|
|
6991
7012
|
font-size: 10px;
|
|
@@ -7000,6 +7021,10 @@ body.e-colorpicker-overflow {
|
|
|
7000
7021
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
7001
7022
|
font-size: 28px;
|
|
7002
7023
|
}
|
|
7024
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
7025
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
7026
|
+
line-height: 21px;
|
|
7027
|
+
}
|
|
7003
7028
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7004
7029
|
.e-bigger .e-rating-container .e-rating-label {
|
|
7005
7030
|
font-size: 14px;
|
|
@@ -7016,6 +7041,12 @@ body.e-colorpicker-overflow {
|
|
|
7016
7041
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
7017
7042
|
font-size: 24px;
|
|
7018
7043
|
}
|
|
7044
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7045
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
7046
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7047
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
7048
|
+
line-height: 19px;
|
|
7049
|
+
}
|
|
7019
7050
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
7020
7051
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
7021
7052
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -7030,7 +7061,8 @@ body.e-colorpicker-overflow {
|
|
|
7030
7061
|
font-size: 20px;
|
|
7031
7062
|
}
|
|
7032
7063
|
|
|
7033
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
7064
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
7065
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
7034
7066
|
outline-color: #323130;
|
|
7035
7067
|
border-radius: 0;
|
|
7036
7068
|
}
|
|
@@ -7123,4 +7155,245 @@ body.e-colorpicker-overflow {
|
|
|
7123
7155
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7124
7156
|
-webkit-background-clip: text;
|
|
7125
7157
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7158
|
+
}
|
|
7159
|
+
|
|
7160
|
+
/*! Form tailwind theme wise override definitions and variables */
|
|
7161
|
+
/*! data-form layout */
|
|
7162
|
+
.e-data-form .e-form-label {
|
|
7163
|
+
font-size: 14px;
|
|
7164
|
+
margin-bottom: 4px;
|
|
7165
|
+
font-weight: 600;
|
|
7166
|
+
}
|
|
7167
|
+
.e-data-form .e-form-layout {
|
|
7168
|
+
display: -ms-grid;
|
|
7169
|
+
display: grid;
|
|
7170
|
+
}
|
|
7171
|
+
.e-data-form .e-grid-col-2 {
|
|
7172
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
7173
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7174
|
+
}
|
|
7175
|
+
.e-data-form .e-grid-col-3 {
|
|
7176
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
7177
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7178
|
+
}
|
|
7179
|
+
.e-data-form .e-grid-col-4 {
|
|
7180
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
7181
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7182
|
+
}
|
|
7183
|
+
.e-data-form .e-grid-col-5 {
|
|
7184
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
7185
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
7186
|
+
}
|
|
7187
|
+
.e-data-form .e-grid-col-6 {
|
|
7188
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
7189
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
7190
|
+
}
|
|
7191
|
+
.e-data-form .e-grid-col-7 {
|
|
7192
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
7193
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
7194
|
+
}
|
|
7195
|
+
.e-data-form .e-grid-col-8 {
|
|
7196
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
7197
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
7198
|
+
}
|
|
7199
|
+
.e-data-form .e-grid-col-9 {
|
|
7200
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
7201
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
7202
|
+
}
|
|
7203
|
+
.e-data-form .e-grid-col-10 {
|
|
7204
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
7205
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
7206
|
+
}
|
|
7207
|
+
.e-data-form .e-grid-col-11 {
|
|
7208
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
7209
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
7210
|
+
}
|
|
7211
|
+
.e-data-form .e-grid-col-12 {
|
|
7212
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
7213
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
7214
|
+
}
|
|
7215
|
+
.e-data-form .e-colspan-1 {
|
|
7216
|
+
-ms-grid-column-span: 1;
|
|
7217
|
+
-ms-grid-column: span 1;
|
|
7218
|
+
grid-column: span 1/span 1;
|
|
7219
|
+
}
|
|
7220
|
+
.e-data-form .e-colspan-2 {
|
|
7221
|
+
-ms-grid-column-span: 2;
|
|
7222
|
+
-ms-grid-column: span 2;
|
|
7223
|
+
grid-column: span 2/span 2;
|
|
7224
|
+
}
|
|
7225
|
+
.e-data-form .e-colspan-3 {
|
|
7226
|
+
-ms-grid-column-span: 3;
|
|
7227
|
+
-ms-grid-column: span 3;
|
|
7228
|
+
grid-column: span 3/span 3;
|
|
7229
|
+
}
|
|
7230
|
+
.e-data-form .e-colspan-4 {
|
|
7231
|
+
-ms-grid-column-span: 4;
|
|
7232
|
+
-ms-grid-column: span 4;
|
|
7233
|
+
grid-column: span 4/span 4;
|
|
7234
|
+
}
|
|
7235
|
+
.e-data-form .e-colspan-5 {
|
|
7236
|
+
-ms-grid-column-span: 5;
|
|
7237
|
+
-ms-grid-column: span 5;
|
|
7238
|
+
grid-column: span 5/span 5;
|
|
7239
|
+
}
|
|
7240
|
+
.e-data-form .e-colspan-6 {
|
|
7241
|
+
-ms-grid-column-span: 6;
|
|
7242
|
+
-ms-grid-column: span 6;
|
|
7243
|
+
grid-column: span 6/span 6;
|
|
7244
|
+
}
|
|
7245
|
+
.e-data-form .e-colspan-7 {
|
|
7246
|
+
-ms-grid-column-span: 7;
|
|
7247
|
+
-ms-grid-column: span 7;
|
|
7248
|
+
grid-column: span 7/span 7;
|
|
7249
|
+
}
|
|
7250
|
+
.e-data-form .e-colspan-8 {
|
|
7251
|
+
-ms-grid-column-span: 8;
|
|
7252
|
+
-ms-grid-column: span 8;
|
|
7253
|
+
grid-column: span 8/span 8;
|
|
7254
|
+
}
|
|
7255
|
+
.e-data-form .e-colspan-9 {
|
|
7256
|
+
-ms-grid-column-span: 9;
|
|
7257
|
+
-ms-grid-column: span 9;
|
|
7258
|
+
grid-column: span 9/span 9;
|
|
7259
|
+
}
|
|
7260
|
+
.e-data-form .e-colspan-10 {
|
|
7261
|
+
-ms-grid-column-span: 10;
|
|
7262
|
+
-ms-grid-column: span 10;
|
|
7263
|
+
grid-column: span 10/span 10;
|
|
7264
|
+
}
|
|
7265
|
+
.e-data-form .e-colspan-11 {
|
|
7266
|
+
-ms-grid-column-span: 11;
|
|
7267
|
+
-ms-grid-column: span 11;
|
|
7268
|
+
grid-column: span 11/span 11;
|
|
7269
|
+
}
|
|
7270
|
+
.e-data-form .e-colspan-12 {
|
|
7271
|
+
-ms-grid-column-span: 12;
|
|
7272
|
+
-ms-grid-column: span 12;
|
|
7273
|
+
grid-column: span 12/span 12;
|
|
7274
|
+
}
|
|
7275
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
7276
|
+
-ms-flex: 1 1 auto;
|
|
7277
|
+
flex: 1 1 auto;
|
|
7278
|
+
max-width: calc(75% - 12px);
|
|
7279
|
+
}
|
|
7280
|
+
.e-data-form .e-label-left .e-form-label {
|
|
7281
|
+
margin-right: 12px;
|
|
7282
|
+
width: 25%;
|
|
7283
|
+
text-align: end;
|
|
7284
|
+
-ms-flex-direction: column;
|
|
7285
|
+
flex-direction: column;
|
|
7286
|
+
-ms-flex-align: end;
|
|
7287
|
+
align-items: flex-end;
|
|
7288
|
+
-ms-flex-pack: start;
|
|
7289
|
+
justify-content: flex-start;
|
|
7290
|
+
}
|
|
7291
|
+
.e-data-form .e-label-left .validation-message {
|
|
7292
|
+
display: -ms-flexbox;
|
|
7293
|
+
display: flex;
|
|
7294
|
+
}
|
|
7295
|
+
.e-data-form .e-form-group {
|
|
7296
|
+
border: none;
|
|
7297
|
+
padding: 0;
|
|
7298
|
+
margin: 0;
|
|
7299
|
+
}
|
|
7300
|
+
.e-data-form .e-form-group .e-group-title {
|
|
7301
|
+
position: relative;
|
|
7302
|
+
display: inline-block;
|
|
7303
|
+
padding-bottom: 8px;
|
|
7304
|
+
/* Gap between text and border */
|
|
7305
|
+
margin-bottom: 0;
|
|
7306
|
+
font-size: 16px;
|
|
7307
|
+
}
|
|
7308
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
7309
|
+
content: "";
|
|
7310
|
+
position: absolute;
|
|
7311
|
+
bottom: 0;
|
|
7312
|
+
left: 0;
|
|
7313
|
+
width: 100%;
|
|
7314
|
+
height: 1px;
|
|
7315
|
+
border-bottom: 1px solid #edebe9;
|
|
7316
|
+
}
|
|
7317
|
+
.e-data-form .e-label-top {
|
|
7318
|
+
display: -ms-flexbox;
|
|
7319
|
+
display: flex;
|
|
7320
|
+
-ms-flex-direction: column;
|
|
7321
|
+
flex-direction: column;
|
|
7322
|
+
margin-top: 20px;
|
|
7323
|
+
}
|
|
7324
|
+
.e-data-form .e-label-top .e-label-right {
|
|
7325
|
+
display: -ms-flexbox;
|
|
7326
|
+
display: flex;
|
|
7327
|
+
-ms-flex-align: center;
|
|
7328
|
+
align-items: center;
|
|
7329
|
+
}
|
|
7330
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
7331
|
+
margin-top: 3px;
|
|
7332
|
+
margin-left: 5px;
|
|
7333
|
+
}
|
|
7334
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
7335
|
+
margin-top: 3px;
|
|
7336
|
+
}
|
|
7337
|
+
.e-data-form .e-label-left {
|
|
7338
|
+
display: -ms-flexbox;
|
|
7339
|
+
display: flex;
|
|
7340
|
+
text-align: center;
|
|
7341
|
+
margin-top: 20px;
|
|
7342
|
+
}
|
|
7343
|
+
.e-data-form .e-button-left {
|
|
7344
|
+
-ms-flex-pack: start;
|
|
7345
|
+
justify-content: flex-start;
|
|
7346
|
+
}
|
|
7347
|
+
.e-data-form .e-button-right {
|
|
7348
|
+
-ms-flex-pack: end;
|
|
7349
|
+
justify-content: flex-end;
|
|
7350
|
+
}
|
|
7351
|
+
.e-data-form .e-button-center {
|
|
7352
|
+
-ms-flex-pack: center;
|
|
7353
|
+
justify-content: center;
|
|
7354
|
+
}
|
|
7355
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
7356
|
+
margin-top: 24px;
|
|
7357
|
+
display: -ms-flexbox;
|
|
7358
|
+
display: flex;
|
|
7359
|
+
gap: 10px;
|
|
7360
|
+
}
|
|
7361
|
+
.e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
|
|
7362
|
+
border-radius: 20px;
|
|
7363
|
+
padding: 7px 16px;
|
|
7364
|
+
}
|
|
7365
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
7366
|
+
width: 100%;
|
|
7367
|
+
}
|
|
7368
|
+
.e-data-form > :first-child.e-form-layout {
|
|
7369
|
+
margin-top: 0;
|
|
7370
|
+
}
|
|
7371
|
+
.e-data-form .e-form-group-layout {
|
|
7372
|
+
display: -ms-grid;
|
|
7373
|
+
display: grid;
|
|
7374
|
+
}
|
|
7375
|
+
|
|
7376
|
+
/*! data-form theme */
|
|
7377
|
+
.e-data-form .e-form-label {
|
|
7378
|
+
color: #323130;
|
|
7379
|
+
}
|
|
7380
|
+
.e-data-form .e-group-title {
|
|
7381
|
+
color: #3b3a39;
|
|
7382
|
+
}
|
|
7383
|
+
.e-data-form .validation-message {
|
|
7384
|
+
color: #d13438;
|
|
7385
|
+
font-size: 14px;
|
|
7386
|
+
font-style: italic;
|
|
7387
|
+
}
|
|
7388
|
+
|
|
7389
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
7390
|
+
background-color: #fed9cc;
|
|
7391
|
+
border: #fed9cc;
|
|
7392
|
+
}
|
|
7393
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
7394
|
+
color: #d13438;
|
|
7395
|
+
}
|
|
7396
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
|
|
7397
|
+
border-bottom-color: #fed9cc;
|
|
7398
|
+
color: #fed9cc;
|
|
7126
7399
|
}
|
package/styles/fluent.scss
CHANGED
|
@@ -7054,7 +7054,8 @@ body.e-colorpicker-overflow {
|
|
|
7054
7054
|
padding: 0;
|
|
7055
7055
|
margin: 4px;
|
|
7056
7056
|
}
|
|
7057
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
7057
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
7058
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
7058
7059
|
outline: 1px solid;
|
|
7059
7060
|
}
|
|
7060
7061
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -7073,10 +7074,13 @@ body.e-colorpicker-overflow {
|
|
|
7073
7074
|
min-height: calc(1em + 8px);
|
|
7074
7075
|
position: relative;
|
|
7075
7076
|
}
|
|
7077
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
7078
|
+
line-height: 13px;
|
|
7079
|
+
}
|
|
7076
7080
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
7077
7081
|
display: block;
|
|
7078
7082
|
}
|
|
7079
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
7083
|
+
.e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
|
|
7080
7084
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
7081
7085
|
transform: scale(1.4);
|
|
7082
7086
|
pointer-events: none;
|
|
@@ -7166,6 +7170,10 @@ body.e-colorpicker-overflow {
|
|
|
7166
7170
|
.e-small .e-rating-container .e-rating-item-container {
|
|
7167
7171
|
font-size: 16px;
|
|
7168
7172
|
}
|
|
7173
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7174
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
7175
|
+
line-height: 13px;
|
|
7176
|
+
}
|
|
7169
7177
|
.e-small.e-rating-container .e-rating-label,
|
|
7170
7178
|
.e-small .e-rating-container .e-rating-label {
|
|
7171
7179
|
font-size: 10px;
|
|
@@ -7180,6 +7188,10 @@ body.e-colorpicker-overflow {
|
|
|
7180
7188
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
7181
7189
|
font-size: 28px;
|
|
7182
7190
|
}
|
|
7191
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
7192
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
7193
|
+
line-height: 21px;
|
|
7194
|
+
}
|
|
7183
7195
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7184
7196
|
.e-bigger .e-rating-container .e-rating-label {
|
|
7185
7197
|
font-size: 14px;
|
|
@@ -7196,6 +7208,12 @@ body.e-colorpicker-overflow {
|
|
|
7196
7208
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
7197
7209
|
font-size: 24px;
|
|
7198
7210
|
}
|
|
7211
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7212
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
7213
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7214
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
7215
|
+
line-height: 19px;
|
|
7216
|
+
}
|
|
7199
7217
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
7200
7218
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
7201
7219
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -7210,7 +7228,8 @@ body.e-colorpicker-overflow {
|
|
|
7210
7228
|
font-size: 20px;
|
|
7211
7229
|
}
|
|
7212
7230
|
|
|
7213
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
7231
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
7232
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
7214
7233
|
outline-color: #000;
|
|
7215
7234
|
border-radius: 0;
|
|
7216
7235
|
}
|
|
@@ -7303,4 +7322,245 @@ body.e-colorpicker-overflow {
|
|
|
7303
7322
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7304
7323
|
-webkit-background-clip: text;
|
|
7305
7324
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7325
|
+
}
|
|
7326
|
+
|
|
7327
|
+
/*! FileManager's highcontrast theme wise override definitions and variables */
|
|
7328
|
+
/*! data-form layout */
|
|
7329
|
+
.e-data-form .e-form-label {
|
|
7330
|
+
font-size: 14px;
|
|
7331
|
+
margin-bottom: 4px;
|
|
7332
|
+
font-weight: 600;
|
|
7333
|
+
}
|
|
7334
|
+
.e-data-form .e-form-layout {
|
|
7335
|
+
display: -ms-grid;
|
|
7336
|
+
display: grid;
|
|
7337
|
+
}
|
|
7338
|
+
.e-data-form .e-grid-col-2 {
|
|
7339
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
7340
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7341
|
+
}
|
|
7342
|
+
.e-data-form .e-grid-col-3 {
|
|
7343
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
7344
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7345
|
+
}
|
|
7346
|
+
.e-data-form .e-grid-col-4 {
|
|
7347
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
7348
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7349
|
+
}
|
|
7350
|
+
.e-data-form .e-grid-col-5 {
|
|
7351
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
7352
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
7353
|
+
}
|
|
7354
|
+
.e-data-form .e-grid-col-6 {
|
|
7355
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
7356
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
7357
|
+
}
|
|
7358
|
+
.e-data-form .e-grid-col-7 {
|
|
7359
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
7360
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
7361
|
+
}
|
|
7362
|
+
.e-data-form .e-grid-col-8 {
|
|
7363
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
7364
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
7365
|
+
}
|
|
7366
|
+
.e-data-form .e-grid-col-9 {
|
|
7367
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
7368
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
7369
|
+
}
|
|
7370
|
+
.e-data-form .e-grid-col-10 {
|
|
7371
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
7372
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
7373
|
+
}
|
|
7374
|
+
.e-data-form .e-grid-col-11 {
|
|
7375
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
7376
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
7377
|
+
}
|
|
7378
|
+
.e-data-form .e-grid-col-12 {
|
|
7379
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
7380
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
7381
|
+
}
|
|
7382
|
+
.e-data-form .e-colspan-1 {
|
|
7383
|
+
-ms-grid-column-span: 1;
|
|
7384
|
+
-ms-grid-column: span 1;
|
|
7385
|
+
grid-column: span 1/span 1;
|
|
7386
|
+
}
|
|
7387
|
+
.e-data-form .e-colspan-2 {
|
|
7388
|
+
-ms-grid-column-span: 2;
|
|
7389
|
+
-ms-grid-column: span 2;
|
|
7390
|
+
grid-column: span 2/span 2;
|
|
7391
|
+
}
|
|
7392
|
+
.e-data-form .e-colspan-3 {
|
|
7393
|
+
-ms-grid-column-span: 3;
|
|
7394
|
+
-ms-grid-column: span 3;
|
|
7395
|
+
grid-column: span 3/span 3;
|
|
7396
|
+
}
|
|
7397
|
+
.e-data-form .e-colspan-4 {
|
|
7398
|
+
-ms-grid-column-span: 4;
|
|
7399
|
+
-ms-grid-column: span 4;
|
|
7400
|
+
grid-column: span 4/span 4;
|
|
7401
|
+
}
|
|
7402
|
+
.e-data-form .e-colspan-5 {
|
|
7403
|
+
-ms-grid-column-span: 5;
|
|
7404
|
+
-ms-grid-column: span 5;
|
|
7405
|
+
grid-column: span 5/span 5;
|
|
7406
|
+
}
|
|
7407
|
+
.e-data-form .e-colspan-6 {
|
|
7408
|
+
-ms-grid-column-span: 6;
|
|
7409
|
+
-ms-grid-column: span 6;
|
|
7410
|
+
grid-column: span 6/span 6;
|
|
7411
|
+
}
|
|
7412
|
+
.e-data-form .e-colspan-7 {
|
|
7413
|
+
-ms-grid-column-span: 7;
|
|
7414
|
+
-ms-grid-column: span 7;
|
|
7415
|
+
grid-column: span 7/span 7;
|
|
7416
|
+
}
|
|
7417
|
+
.e-data-form .e-colspan-8 {
|
|
7418
|
+
-ms-grid-column-span: 8;
|
|
7419
|
+
-ms-grid-column: span 8;
|
|
7420
|
+
grid-column: span 8/span 8;
|
|
7421
|
+
}
|
|
7422
|
+
.e-data-form .e-colspan-9 {
|
|
7423
|
+
-ms-grid-column-span: 9;
|
|
7424
|
+
-ms-grid-column: span 9;
|
|
7425
|
+
grid-column: span 9/span 9;
|
|
7426
|
+
}
|
|
7427
|
+
.e-data-form .e-colspan-10 {
|
|
7428
|
+
-ms-grid-column-span: 10;
|
|
7429
|
+
-ms-grid-column: span 10;
|
|
7430
|
+
grid-column: span 10/span 10;
|
|
7431
|
+
}
|
|
7432
|
+
.e-data-form .e-colspan-11 {
|
|
7433
|
+
-ms-grid-column-span: 11;
|
|
7434
|
+
-ms-grid-column: span 11;
|
|
7435
|
+
grid-column: span 11/span 11;
|
|
7436
|
+
}
|
|
7437
|
+
.e-data-form .e-colspan-12 {
|
|
7438
|
+
-ms-grid-column-span: 12;
|
|
7439
|
+
-ms-grid-column: span 12;
|
|
7440
|
+
grid-column: span 12/span 12;
|
|
7441
|
+
}
|
|
7442
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
7443
|
+
-ms-flex: 1 1 auto;
|
|
7444
|
+
flex: 1 1 auto;
|
|
7445
|
+
max-width: calc(75% - 12px);
|
|
7446
|
+
}
|
|
7447
|
+
.e-data-form .e-label-left .e-form-label {
|
|
7448
|
+
margin-right: 12px;
|
|
7449
|
+
width: 25%;
|
|
7450
|
+
text-align: end;
|
|
7451
|
+
-ms-flex-direction: column;
|
|
7452
|
+
flex-direction: column;
|
|
7453
|
+
-ms-flex-align: end;
|
|
7454
|
+
align-items: flex-end;
|
|
7455
|
+
-ms-flex-pack: start;
|
|
7456
|
+
justify-content: flex-start;
|
|
7457
|
+
}
|
|
7458
|
+
.e-data-form .e-label-left .validation-message {
|
|
7459
|
+
display: -ms-flexbox;
|
|
7460
|
+
display: flex;
|
|
7461
|
+
}
|
|
7462
|
+
.e-data-form .e-form-group {
|
|
7463
|
+
border: none;
|
|
7464
|
+
padding: 0;
|
|
7465
|
+
margin: 0;
|
|
7466
|
+
}
|
|
7467
|
+
.e-data-form .e-form-group .e-group-title {
|
|
7468
|
+
position: relative;
|
|
7469
|
+
display: inline-block;
|
|
7470
|
+
padding-bottom: 8px;
|
|
7471
|
+
/* Gap between text and border */
|
|
7472
|
+
margin-bottom: 0;
|
|
7473
|
+
font-size: 16px;
|
|
7474
|
+
}
|
|
7475
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
7476
|
+
content: "";
|
|
7477
|
+
position: absolute;
|
|
7478
|
+
bottom: 0;
|
|
7479
|
+
left: 0;
|
|
7480
|
+
width: 100%;
|
|
7481
|
+
height: 1px;
|
|
7482
|
+
border-bottom: 1px solid #dee2e6;
|
|
7483
|
+
}
|
|
7484
|
+
.e-data-form .e-label-top {
|
|
7485
|
+
display: -ms-flexbox;
|
|
7486
|
+
display: flex;
|
|
7487
|
+
-ms-flex-direction: column;
|
|
7488
|
+
flex-direction: column;
|
|
7489
|
+
margin-top: 20px;
|
|
7490
|
+
}
|
|
7491
|
+
.e-data-form .e-label-top .e-label-right {
|
|
7492
|
+
display: -ms-flexbox;
|
|
7493
|
+
display: flex;
|
|
7494
|
+
-ms-flex-align: center;
|
|
7495
|
+
align-items: center;
|
|
7496
|
+
}
|
|
7497
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
7498
|
+
margin-top: 3px;
|
|
7499
|
+
margin-left: 5px;
|
|
7500
|
+
}
|
|
7501
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
7502
|
+
margin-top: 3px;
|
|
7503
|
+
}
|
|
7504
|
+
.e-data-form .e-label-left {
|
|
7505
|
+
display: -ms-flexbox;
|
|
7506
|
+
display: flex;
|
|
7507
|
+
text-align: center;
|
|
7508
|
+
margin-top: 20px;
|
|
7509
|
+
}
|
|
7510
|
+
.e-data-form .e-button-left {
|
|
7511
|
+
-ms-flex-pack: start;
|
|
7512
|
+
justify-content: flex-start;
|
|
7513
|
+
}
|
|
7514
|
+
.e-data-form .e-button-right {
|
|
7515
|
+
-ms-flex-pack: end;
|
|
7516
|
+
justify-content: flex-end;
|
|
7517
|
+
}
|
|
7518
|
+
.e-data-form .e-button-center {
|
|
7519
|
+
-ms-flex-pack: center;
|
|
7520
|
+
justify-content: center;
|
|
7521
|
+
}
|
|
7522
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
7523
|
+
margin-top: 24px;
|
|
7524
|
+
display: -ms-flexbox;
|
|
7525
|
+
display: flex;
|
|
7526
|
+
gap: 10px;
|
|
7527
|
+
}
|
|
7528
|
+
.e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
|
|
7529
|
+
border-radius: 20px;
|
|
7530
|
+
padding: 7px 16px;
|
|
7531
|
+
}
|
|
7532
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
7533
|
+
width: 100%;
|
|
7534
|
+
}
|
|
7535
|
+
.e-data-form > :first-child.e-form-layout {
|
|
7536
|
+
margin-top: 0;
|
|
7537
|
+
}
|
|
7538
|
+
.e-data-form .e-form-group-layout {
|
|
7539
|
+
display: -ms-grid;
|
|
7540
|
+
display: grid;
|
|
7541
|
+
}
|
|
7542
|
+
|
|
7543
|
+
/*! data-form theme */
|
|
7544
|
+
.e-data-form .e-form-label {
|
|
7545
|
+
color: #000;
|
|
7546
|
+
}
|
|
7547
|
+
.e-data-form .e-group-title {
|
|
7548
|
+
color: #000;
|
|
7549
|
+
}
|
|
7550
|
+
.e-data-form .validation-message {
|
|
7551
|
+
color: #fff;
|
|
7552
|
+
font-size: 14px;
|
|
7553
|
+
font-style: italic;
|
|
7554
|
+
}
|
|
7555
|
+
|
|
7556
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
7557
|
+
background-color: #b30900;
|
|
7558
|
+
border: #b30900;
|
|
7559
|
+
}
|
|
7560
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
7561
|
+
color: #fff;
|
|
7562
|
+
}
|
|
7563
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
|
|
7564
|
+
border-bottom-color: #b30900;
|
|
7565
|
+
color: #b30900;
|
|
7306
7566
|
}
|