@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/bootstrap.scss
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -6942,7 +6942,8 @@ body.e-colorpicker-overflow {
|
|
|
6942
6942
|
padding: 0;
|
|
6943
6943
|
margin: 4px;
|
|
6944
6944
|
}
|
|
6945
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
6945
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
6946
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
6946
6947
|
outline: 1px solid;
|
|
6947
6948
|
}
|
|
6948
6949
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -6961,10 +6962,13 @@ body.e-colorpicker-overflow {
|
|
|
6961
6962
|
min-height: calc(1em + 8px);
|
|
6962
6963
|
position: relative;
|
|
6963
6964
|
}
|
|
6965
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
6966
|
+
line-height: 11px;
|
|
6967
|
+
}
|
|
6964
6968
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
6965
6969
|
display: block;
|
|
6966
6970
|
}
|
|
6967
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6971
|
+
.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 {
|
|
6968
6972
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6969
6973
|
transform: scale(1.4);
|
|
6970
6974
|
pointer-events: none;
|
|
@@ -7054,6 +7058,10 @@ body.e-colorpicker-overflow {
|
|
|
7054
7058
|
.e-small .e-rating-container .e-rating-item-container {
|
|
7055
7059
|
font-size: 16px;
|
|
7056
7060
|
}
|
|
7061
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7062
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
7063
|
+
line-height: 4px;
|
|
7064
|
+
}
|
|
7057
7065
|
.e-small.e-rating-container .e-rating-label,
|
|
7058
7066
|
.e-small .e-rating-container .e-rating-label {
|
|
7059
7067
|
font-size: 10px;
|
|
@@ -7068,6 +7076,10 @@ body.e-colorpicker-overflow {
|
|
|
7068
7076
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
7069
7077
|
font-size: 32px;
|
|
7070
7078
|
}
|
|
7079
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
7080
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
7081
|
+
line-height: 13px;
|
|
7082
|
+
}
|
|
7071
7083
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7072
7084
|
.e-bigger .e-rating-container .e-rating-label {
|
|
7073
7085
|
font-size: 14px;
|
|
@@ -7084,6 +7096,12 @@ body.e-colorpicker-overflow {
|
|
|
7084
7096
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
7085
7097
|
font-size: 24px;
|
|
7086
7098
|
}
|
|
7099
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7100
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
7101
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7102
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
7103
|
+
line-height: 9px;
|
|
7104
|
+
}
|
|
7087
7105
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
7088
7106
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
7089
7107
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -7098,7 +7116,8 @@ body.e-colorpicker-overflow {
|
|
|
7098
7116
|
font-size: 20px;
|
|
7099
7117
|
}
|
|
7100
7118
|
|
|
7101
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
7119
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
7120
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
7102
7121
|
outline-color: #007bff;
|
|
7103
7122
|
border-radius: 4px;
|
|
7104
7123
|
}
|
|
@@ -7191,4 +7210,245 @@ body.e-colorpicker-overflow {
|
|
|
7191
7210
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7192
7211
|
-webkit-background-clip: text;
|
|
7193
7212
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7213
|
+
}
|
|
7214
|
+
|
|
7215
|
+
/*! Form bootstrap theme wise override definitions and variables */
|
|
7216
|
+
/*! data-form layout */
|
|
7217
|
+
.e-data-form .e-form-label {
|
|
7218
|
+
font-size: 12px;
|
|
7219
|
+
margin-bottom: 4px;
|
|
7220
|
+
font-weight: 400;
|
|
7221
|
+
}
|
|
7222
|
+
.e-data-form .e-form-layout {
|
|
7223
|
+
display: -ms-grid;
|
|
7224
|
+
display: grid;
|
|
7225
|
+
}
|
|
7226
|
+
.e-data-form .e-grid-col-2 {
|
|
7227
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
7228
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7229
|
+
}
|
|
7230
|
+
.e-data-form .e-grid-col-3 {
|
|
7231
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
7232
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7233
|
+
}
|
|
7234
|
+
.e-data-form .e-grid-col-4 {
|
|
7235
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
7236
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7237
|
+
}
|
|
7238
|
+
.e-data-form .e-grid-col-5 {
|
|
7239
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
7240
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
7241
|
+
}
|
|
7242
|
+
.e-data-form .e-grid-col-6 {
|
|
7243
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
7244
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
7245
|
+
}
|
|
7246
|
+
.e-data-form .e-grid-col-7 {
|
|
7247
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
7248
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
7249
|
+
}
|
|
7250
|
+
.e-data-form .e-grid-col-8 {
|
|
7251
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
7252
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
7253
|
+
}
|
|
7254
|
+
.e-data-form .e-grid-col-9 {
|
|
7255
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
7256
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
7257
|
+
}
|
|
7258
|
+
.e-data-form .e-grid-col-10 {
|
|
7259
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
7260
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
7261
|
+
}
|
|
7262
|
+
.e-data-form .e-grid-col-11 {
|
|
7263
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
7264
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
7265
|
+
}
|
|
7266
|
+
.e-data-form .e-grid-col-12 {
|
|
7267
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
7268
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
7269
|
+
}
|
|
7270
|
+
.e-data-form .e-colspan-1 {
|
|
7271
|
+
-ms-grid-column-span: 1;
|
|
7272
|
+
-ms-grid-column: span 1;
|
|
7273
|
+
grid-column: span 1/span 1;
|
|
7274
|
+
}
|
|
7275
|
+
.e-data-form .e-colspan-2 {
|
|
7276
|
+
-ms-grid-column-span: 2;
|
|
7277
|
+
-ms-grid-column: span 2;
|
|
7278
|
+
grid-column: span 2/span 2;
|
|
7279
|
+
}
|
|
7280
|
+
.e-data-form .e-colspan-3 {
|
|
7281
|
+
-ms-grid-column-span: 3;
|
|
7282
|
+
-ms-grid-column: span 3;
|
|
7283
|
+
grid-column: span 3/span 3;
|
|
7284
|
+
}
|
|
7285
|
+
.e-data-form .e-colspan-4 {
|
|
7286
|
+
-ms-grid-column-span: 4;
|
|
7287
|
+
-ms-grid-column: span 4;
|
|
7288
|
+
grid-column: span 4/span 4;
|
|
7289
|
+
}
|
|
7290
|
+
.e-data-form .e-colspan-5 {
|
|
7291
|
+
-ms-grid-column-span: 5;
|
|
7292
|
+
-ms-grid-column: span 5;
|
|
7293
|
+
grid-column: span 5/span 5;
|
|
7294
|
+
}
|
|
7295
|
+
.e-data-form .e-colspan-6 {
|
|
7296
|
+
-ms-grid-column-span: 6;
|
|
7297
|
+
-ms-grid-column: span 6;
|
|
7298
|
+
grid-column: span 6/span 6;
|
|
7299
|
+
}
|
|
7300
|
+
.e-data-form .e-colspan-7 {
|
|
7301
|
+
-ms-grid-column-span: 7;
|
|
7302
|
+
-ms-grid-column: span 7;
|
|
7303
|
+
grid-column: span 7/span 7;
|
|
7304
|
+
}
|
|
7305
|
+
.e-data-form .e-colspan-8 {
|
|
7306
|
+
-ms-grid-column-span: 8;
|
|
7307
|
+
-ms-grid-column: span 8;
|
|
7308
|
+
grid-column: span 8/span 8;
|
|
7309
|
+
}
|
|
7310
|
+
.e-data-form .e-colspan-9 {
|
|
7311
|
+
-ms-grid-column-span: 9;
|
|
7312
|
+
-ms-grid-column: span 9;
|
|
7313
|
+
grid-column: span 9/span 9;
|
|
7314
|
+
}
|
|
7315
|
+
.e-data-form .e-colspan-10 {
|
|
7316
|
+
-ms-grid-column-span: 10;
|
|
7317
|
+
-ms-grid-column: span 10;
|
|
7318
|
+
grid-column: span 10/span 10;
|
|
7319
|
+
}
|
|
7320
|
+
.e-data-form .e-colspan-11 {
|
|
7321
|
+
-ms-grid-column-span: 11;
|
|
7322
|
+
-ms-grid-column: span 11;
|
|
7323
|
+
grid-column: span 11/span 11;
|
|
7324
|
+
}
|
|
7325
|
+
.e-data-form .e-colspan-12 {
|
|
7326
|
+
-ms-grid-column-span: 12;
|
|
7327
|
+
-ms-grid-column: span 12;
|
|
7328
|
+
grid-column: span 12/span 12;
|
|
7329
|
+
}
|
|
7330
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
7331
|
+
-ms-flex: 1 1 auto;
|
|
7332
|
+
flex: 1 1 auto;
|
|
7333
|
+
max-width: calc(75% - 12px);
|
|
7334
|
+
}
|
|
7335
|
+
.e-data-form .e-label-left .e-form-label {
|
|
7336
|
+
margin-right: 12px;
|
|
7337
|
+
width: 25%;
|
|
7338
|
+
text-align: end;
|
|
7339
|
+
-ms-flex-direction: column;
|
|
7340
|
+
flex-direction: column;
|
|
7341
|
+
-ms-flex-align: end;
|
|
7342
|
+
align-items: flex-end;
|
|
7343
|
+
-ms-flex-pack: start;
|
|
7344
|
+
justify-content: flex-start;
|
|
7345
|
+
}
|
|
7346
|
+
.e-data-form .e-label-left .validation-message {
|
|
7347
|
+
display: -ms-flexbox;
|
|
7348
|
+
display: flex;
|
|
7349
|
+
}
|
|
7350
|
+
.e-data-form .e-form-group {
|
|
7351
|
+
border: none;
|
|
7352
|
+
padding: 0;
|
|
7353
|
+
margin: 0;
|
|
7354
|
+
}
|
|
7355
|
+
.e-data-form .e-form-group .e-group-title {
|
|
7356
|
+
position: relative;
|
|
7357
|
+
display: inline-block;
|
|
7358
|
+
padding-bottom: 8px;
|
|
7359
|
+
/* Gap between text and border */
|
|
7360
|
+
margin-bottom: 4px;
|
|
7361
|
+
font-size: 16px;
|
|
7362
|
+
}
|
|
7363
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
7364
|
+
content: "";
|
|
7365
|
+
position: absolute;
|
|
7366
|
+
bottom: 0;
|
|
7367
|
+
left: 0;
|
|
7368
|
+
width: 100%;
|
|
7369
|
+
height: 1px;
|
|
7370
|
+
border-bottom: 1px solid #dee2e6;
|
|
7371
|
+
}
|
|
7372
|
+
.e-data-form .e-label-top {
|
|
7373
|
+
display: -ms-flexbox;
|
|
7374
|
+
display: flex;
|
|
7375
|
+
-ms-flex-direction: column;
|
|
7376
|
+
flex-direction: column;
|
|
7377
|
+
margin-top: 20px;
|
|
7378
|
+
}
|
|
7379
|
+
.e-data-form .e-label-top .e-label-right {
|
|
7380
|
+
display: -ms-flexbox;
|
|
7381
|
+
display: flex;
|
|
7382
|
+
-ms-flex-align: center;
|
|
7383
|
+
align-items: center;
|
|
7384
|
+
}
|
|
7385
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
7386
|
+
margin-top: 3px;
|
|
7387
|
+
margin-left: 5px;
|
|
7388
|
+
}
|
|
7389
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
7390
|
+
margin-top: 6px;
|
|
7391
|
+
}
|
|
7392
|
+
.e-data-form .e-label-left {
|
|
7393
|
+
display: -ms-flexbox;
|
|
7394
|
+
display: flex;
|
|
7395
|
+
text-align: center;
|
|
7396
|
+
margin-top: 20px;
|
|
7397
|
+
}
|
|
7398
|
+
.e-data-form .e-button-left {
|
|
7399
|
+
-ms-flex-pack: start;
|
|
7400
|
+
justify-content: flex-start;
|
|
7401
|
+
}
|
|
7402
|
+
.e-data-form .e-button-right {
|
|
7403
|
+
-ms-flex-pack: end;
|
|
7404
|
+
justify-content: flex-end;
|
|
7405
|
+
}
|
|
7406
|
+
.e-data-form .e-button-center {
|
|
7407
|
+
-ms-flex-pack: center;
|
|
7408
|
+
justify-content: center;
|
|
7409
|
+
}
|
|
7410
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
7411
|
+
margin-top: 24px;
|
|
7412
|
+
display: -ms-flexbox;
|
|
7413
|
+
display: flex;
|
|
7414
|
+
gap: 10px;
|
|
7415
|
+
}
|
|
7416
|
+
.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 {
|
|
7417
|
+
border-radius: 20px;
|
|
7418
|
+
padding: 7px 16px;
|
|
7419
|
+
}
|
|
7420
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
7421
|
+
width: 100%;
|
|
7422
|
+
}
|
|
7423
|
+
.e-data-form > :first-child.e-form-layout {
|
|
7424
|
+
margin-top: 0;
|
|
7425
|
+
}
|
|
7426
|
+
.e-data-form .e-form-group-layout {
|
|
7427
|
+
display: -ms-grid;
|
|
7428
|
+
display: grid;
|
|
7429
|
+
}
|
|
7430
|
+
|
|
7431
|
+
/*! data-form theme */
|
|
7432
|
+
.e-data-form .e-form-label {
|
|
7433
|
+
color: var(--content-text-color-alt-1, #343a40);
|
|
7434
|
+
}
|
|
7435
|
+
.e-data-form .e-group-title {
|
|
7436
|
+
color: var(--fg-content-text-color-alt-2, #6b7280);
|
|
7437
|
+
}
|
|
7438
|
+
.e-data-form .validation-message {
|
|
7439
|
+
color: #bd2130;
|
|
7440
|
+
font-size: 12px;
|
|
7441
|
+
font-style: italic;
|
|
7442
|
+
}
|
|
7443
|
+
|
|
7444
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
7445
|
+
background-color: #fae3e5;
|
|
7446
|
+
border: #fae3e5;
|
|
7447
|
+
}
|
|
7448
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
7449
|
+
color: #bd2130;
|
|
7450
|
+
}
|
|
7451
|
+
.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 {
|
|
7452
|
+
border-bottom-color: #fae3e5;
|
|
7453
|
+
color: #fae3e5;
|
|
7194
7454
|
}
|
package/styles/bootstrap4.scss
CHANGED
|
@@ -6812,6 +6812,14 @@ body.e-colorpicker-overflow {
|
|
|
6812
6812
|
.e-bigger .e-container.e-color-picker {
|
|
6813
6813
|
width: 462px;
|
|
6814
6814
|
}
|
|
6815
|
+
@media only screen and (max-width: 600px) {
|
|
6816
|
+
.e-bigger .e-container.e-color-picker {
|
|
6817
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
6818
|
+
}
|
|
6819
|
+
.e-bigger .e-container.e-colorpicker-popup {
|
|
6820
|
+
width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
|
|
6821
|
+
}
|
|
6822
|
+
}
|
|
6815
6823
|
.e-bigger .e-container .e-palette .e-tile {
|
|
6816
6824
|
height: 29px;
|
|
6817
6825
|
width: 29px;
|
|
@@ -6831,6 +6839,11 @@ body.e-colorpicker-overflow {
|
|
|
6831
6839
|
width: 12.405%;
|
|
6832
6840
|
top: 0;
|
|
6833
6841
|
}
|
|
6842
|
+
@media only screen and (max-width: 600px) {
|
|
6843
|
+
.e-bigger .e-container .e-slider-preview .e-preview-container {
|
|
6844
|
+
margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
|
|
6845
|
+
}
|
|
6846
|
+
}
|
|
6834
6847
|
.e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
|
|
6835
6848
|
width: 82.944%;
|
|
6836
6849
|
}
|
|
@@ -7092,7 +7105,8 @@ body.e-colorpicker-overflow {
|
|
|
7092
7105
|
padding: 0;
|
|
7093
7106
|
margin: 4px;
|
|
7094
7107
|
}
|
|
7095
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
7108
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
7109
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
7096
7110
|
outline: 1px solid;
|
|
7097
7111
|
}
|
|
7098
7112
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -7111,10 +7125,13 @@ body.e-colorpicker-overflow {
|
|
|
7111
7125
|
min-height: calc(1em + 8px);
|
|
7112
7126
|
position: relative;
|
|
7113
7127
|
}
|
|
7128
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
7129
|
+
line-height: 13px;
|
|
7130
|
+
}
|
|
7114
7131
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
7115
7132
|
display: block;
|
|
7116
7133
|
}
|
|
7117
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
7134
|
+
.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 {
|
|
7118
7135
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
7119
7136
|
transform: scale(1.4);
|
|
7120
7137
|
pointer-events: none;
|
|
@@ -7204,6 +7221,10 @@ body.e-colorpicker-overflow {
|
|
|
7204
7221
|
.e-small .e-rating-container .e-rating-item-container {
|
|
7205
7222
|
font-size: 16px;
|
|
7206
7223
|
}
|
|
7224
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7225
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
7226
|
+
line-height: 6px;
|
|
7227
|
+
}
|
|
7207
7228
|
.e-small.e-rating-container .e-rating-label,
|
|
7208
7229
|
.e-small .e-rating-container .e-rating-label {
|
|
7209
7230
|
font-size: 10px;
|
|
@@ -7218,6 +7239,10 @@ body.e-colorpicker-overflow {
|
|
|
7218
7239
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
7219
7240
|
font-size: 32px;
|
|
7220
7241
|
}
|
|
7242
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
7243
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
7244
|
+
line-height: 13px;
|
|
7245
|
+
}
|
|
7221
7246
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7222
7247
|
.e-bigger .e-rating-container .e-rating-label {
|
|
7223
7248
|
font-size: 14px;
|
|
@@ -7234,6 +7259,12 @@ body.e-colorpicker-overflow {
|
|
|
7234
7259
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
7235
7260
|
font-size: 26px;
|
|
7236
7261
|
}
|
|
7262
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7263
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
7264
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7265
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
7266
|
+
line-height: 13px;
|
|
7267
|
+
}
|
|
7237
7268
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
7238
7269
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
7239
7270
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -7248,7 +7279,8 @@ body.e-colorpicker-overflow {
|
|
|
7248
7279
|
font-size: 22px;
|
|
7249
7280
|
}
|
|
7250
7281
|
|
|
7251
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
7282
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
7283
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
7252
7284
|
outline-color: #0d6efd;
|
|
7253
7285
|
border-radius: 4px;
|
|
7254
7286
|
}
|
|
@@ -7342,4 +7374,245 @@ body.e-colorpicker-overflow {
|
|
|
7342
7374
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7343
7375
|
-webkit-background-clip: text;
|
|
7344
7376
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7377
|
+
}
|
|
7378
|
+
|
|
7379
|
+
/*! Form tailwind theme wise override definitions and variables */
|
|
7380
|
+
/*! data-form layout */
|
|
7381
|
+
.e-data-form .e-form-label {
|
|
7382
|
+
font-size: 12px;
|
|
7383
|
+
margin-bottom: 4px;
|
|
7384
|
+
font-weight: 400;
|
|
7385
|
+
}
|
|
7386
|
+
.e-data-form .e-form-layout {
|
|
7387
|
+
display: -ms-grid;
|
|
7388
|
+
display: grid;
|
|
7389
|
+
}
|
|
7390
|
+
.e-data-form .e-grid-col-2 {
|
|
7391
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
7392
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7393
|
+
}
|
|
7394
|
+
.e-data-form .e-grid-col-3 {
|
|
7395
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
7396
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7397
|
+
}
|
|
7398
|
+
.e-data-form .e-grid-col-4 {
|
|
7399
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
7400
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7401
|
+
}
|
|
7402
|
+
.e-data-form .e-grid-col-5 {
|
|
7403
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
7404
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
7405
|
+
}
|
|
7406
|
+
.e-data-form .e-grid-col-6 {
|
|
7407
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
7408
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
7409
|
+
}
|
|
7410
|
+
.e-data-form .e-grid-col-7 {
|
|
7411
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
7412
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
7413
|
+
}
|
|
7414
|
+
.e-data-form .e-grid-col-8 {
|
|
7415
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
7416
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
7417
|
+
}
|
|
7418
|
+
.e-data-form .e-grid-col-9 {
|
|
7419
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
7420
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
7421
|
+
}
|
|
7422
|
+
.e-data-form .e-grid-col-10 {
|
|
7423
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
7424
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
7425
|
+
}
|
|
7426
|
+
.e-data-form .e-grid-col-11 {
|
|
7427
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
7428
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
7429
|
+
}
|
|
7430
|
+
.e-data-form .e-grid-col-12 {
|
|
7431
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
7432
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
7433
|
+
}
|
|
7434
|
+
.e-data-form .e-colspan-1 {
|
|
7435
|
+
-ms-grid-column-span: 1;
|
|
7436
|
+
-ms-grid-column: span 1;
|
|
7437
|
+
grid-column: span 1/span 1;
|
|
7438
|
+
}
|
|
7439
|
+
.e-data-form .e-colspan-2 {
|
|
7440
|
+
-ms-grid-column-span: 2;
|
|
7441
|
+
-ms-grid-column: span 2;
|
|
7442
|
+
grid-column: span 2/span 2;
|
|
7443
|
+
}
|
|
7444
|
+
.e-data-form .e-colspan-3 {
|
|
7445
|
+
-ms-grid-column-span: 3;
|
|
7446
|
+
-ms-grid-column: span 3;
|
|
7447
|
+
grid-column: span 3/span 3;
|
|
7448
|
+
}
|
|
7449
|
+
.e-data-form .e-colspan-4 {
|
|
7450
|
+
-ms-grid-column-span: 4;
|
|
7451
|
+
-ms-grid-column: span 4;
|
|
7452
|
+
grid-column: span 4/span 4;
|
|
7453
|
+
}
|
|
7454
|
+
.e-data-form .e-colspan-5 {
|
|
7455
|
+
-ms-grid-column-span: 5;
|
|
7456
|
+
-ms-grid-column: span 5;
|
|
7457
|
+
grid-column: span 5/span 5;
|
|
7458
|
+
}
|
|
7459
|
+
.e-data-form .e-colspan-6 {
|
|
7460
|
+
-ms-grid-column-span: 6;
|
|
7461
|
+
-ms-grid-column: span 6;
|
|
7462
|
+
grid-column: span 6/span 6;
|
|
7463
|
+
}
|
|
7464
|
+
.e-data-form .e-colspan-7 {
|
|
7465
|
+
-ms-grid-column-span: 7;
|
|
7466
|
+
-ms-grid-column: span 7;
|
|
7467
|
+
grid-column: span 7/span 7;
|
|
7468
|
+
}
|
|
7469
|
+
.e-data-form .e-colspan-8 {
|
|
7470
|
+
-ms-grid-column-span: 8;
|
|
7471
|
+
-ms-grid-column: span 8;
|
|
7472
|
+
grid-column: span 8/span 8;
|
|
7473
|
+
}
|
|
7474
|
+
.e-data-form .e-colspan-9 {
|
|
7475
|
+
-ms-grid-column-span: 9;
|
|
7476
|
+
-ms-grid-column: span 9;
|
|
7477
|
+
grid-column: span 9/span 9;
|
|
7478
|
+
}
|
|
7479
|
+
.e-data-form .e-colspan-10 {
|
|
7480
|
+
-ms-grid-column-span: 10;
|
|
7481
|
+
-ms-grid-column: span 10;
|
|
7482
|
+
grid-column: span 10/span 10;
|
|
7483
|
+
}
|
|
7484
|
+
.e-data-form .e-colspan-11 {
|
|
7485
|
+
-ms-grid-column-span: 11;
|
|
7486
|
+
-ms-grid-column: span 11;
|
|
7487
|
+
grid-column: span 11/span 11;
|
|
7488
|
+
}
|
|
7489
|
+
.e-data-form .e-colspan-12 {
|
|
7490
|
+
-ms-grid-column-span: 12;
|
|
7491
|
+
-ms-grid-column: span 12;
|
|
7492
|
+
grid-column: span 12/span 12;
|
|
7493
|
+
}
|
|
7494
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
7495
|
+
-ms-flex: 1 1 auto;
|
|
7496
|
+
flex: 1 1 auto;
|
|
7497
|
+
max-width: calc(75% - 12px);
|
|
7498
|
+
}
|
|
7499
|
+
.e-data-form .e-label-left .e-form-label {
|
|
7500
|
+
margin-right: 12px;
|
|
7501
|
+
width: 25%;
|
|
7502
|
+
text-align: end;
|
|
7503
|
+
-ms-flex-direction: column;
|
|
7504
|
+
flex-direction: column;
|
|
7505
|
+
-ms-flex-align: end;
|
|
7506
|
+
align-items: flex-end;
|
|
7507
|
+
-ms-flex-pack: start;
|
|
7508
|
+
justify-content: flex-start;
|
|
7509
|
+
}
|
|
7510
|
+
.e-data-form .e-label-left .validation-message {
|
|
7511
|
+
display: -ms-flexbox;
|
|
7512
|
+
display: flex;
|
|
7513
|
+
}
|
|
7514
|
+
.e-data-form .e-form-group {
|
|
7515
|
+
border: none;
|
|
7516
|
+
padding: 0;
|
|
7517
|
+
margin: 0;
|
|
7518
|
+
}
|
|
7519
|
+
.e-data-form .e-form-group .e-group-title {
|
|
7520
|
+
position: relative;
|
|
7521
|
+
display: inline-block;
|
|
7522
|
+
padding-bottom: 8px;
|
|
7523
|
+
/* Gap between text and border */
|
|
7524
|
+
margin-bottom: 4px;
|
|
7525
|
+
font-size: 16px;
|
|
7526
|
+
}
|
|
7527
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
7528
|
+
content: "";
|
|
7529
|
+
position: absolute;
|
|
7530
|
+
bottom: 0;
|
|
7531
|
+
left: 0;
|
|
7532
|
+
width: 100%;
|
|
7533
|
+
height: 1px;
|
|
7534
|
+
border-bottom: 1px solid #dee2e6;
|
|
7535
|
+
}
|
|
7536
|
+
.e-data-form .e-label-top {
|
|
7537
|
+
display: -ms-flexbox;
|
|
7538
|
+
display: flex;
|
|
7539
|
+
-ms-flex-direction: column;
|
|
7540
|
+
flex-direction: column;
|
|
7541
|
+
margin-top: 20px;
|
|
7542
|
+
}
|
|
7543
|
+
.e-data-form .e-label-top .e-label-right {
|
|
7544
|
+
display: -ms-flexbox;
|
|
7545
|
+
display: flex;
|
|
7546
|
+
-ms-flex-align: center;
|
|
7547
|
+
align-items: center;
|
|
7548
|
+
}
|
|
7549
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
7550
|
+
margin-top: 3px;
|
|
7551
|
+
margin-left: 5px;
|
|
7552
|
+
}
|
|
7553
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
7554
|
+
margin-top: 5px;
|
|
7555
|
+
}
|
|
7556
|
+
.e-data-form .e-label-left {
|
|
7557
|
+
display: -ms-flexbox;
|
|
7558
|
+
display: flex;
|
|
7559
|
+
text-align: center;
|
|
7560
|
+
margin-top: 20px;
|
|
7561
|
+
}
|
|
7562
|
+
.e-data-form .e-button-left {
|
|
7563
|
+
-ms-flex-pack: start;
|
|
7564
|
+
justify-content: flex-start;
|
|
7565
|
+
}
|
|
7566
|
+
.e-data-form .e-button-right {
|
|
7567
|
+
-ms-flex-pack: end;
|
|
7568
|
+
justify-content: flex-end;
|
|
7569
|
+
}
|
|
7570
|
+
.e-data-form .e-button-center {
|
|
7571
|
+
-ms-flex-pack: center;
|
|
7572
|
+
justify-content: center;
|
|
7573
|
+
}
|
|
7574
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
7575
|
+
margin-top: 24px;
|
|
7576
|
+
display: -ms-flexbox;
|
|
7577
|
+
display: flex;
|
|
7578
|
+
gap: 10px;
|
|
7579
|
+
}
|
|
7580
|
+
.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 {
|
|
7581
|
+
border-radius: 20px;
|
|
7582
|
+
padding: 7px 16px;
|
|
7583
|
+
}
|
|
7584
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
7585
|
+
width: 100%;
|
|
7586
|
+
}
|
|
7587
|
+
.e-data-form > :first-child.e-form-layout {
|
|
7588
|
+
margin-top: 0;
|
|
7589
|
+
}
|
|
7590
|
+
.e-data-form .e-form-group-layout {
|
|
7591
|
+
display: -ms-grid;
|
|
7592
|
+
display: grid;
|
|
7593
|
+
}
|
|
7594
|
+
|
|
7595
|
+
/*! data-form theme */
|
|
7596
|
+
.e-data-form .e-form-label {
|
|
7597
|
+
color: #e9ecef;
|
|
7598
|
+
}
|
|
7599
|
+
.e-data-form .e-group-title {
|
|
7600
|
+
color: #ced4da;
|
|
7601
|
+
}
|
|
7602
|
+
.e-data-form .validation-message {
|
|
7603
|
+
color: #e4606d;
|
|
7604
|
+
font-size: 12px;
|
|
7605
|
+
font-style: italic;
|
|
7606
|
+
}
|
|
7607
|
+
|
|
7608
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
7609
|
+
background-color: #fadfe2;
|
|
7610
|
+
border: #fadfe2;
|
|
7611
|
+
}
|
|
7612
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
7613
|
+
color: #e4606d;
|
|
7614
|
+
}
|
|
7615
|
+
.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 {
|
|
7616
|
+
border-bottom-color: #fadfe2;
|
|
7617
|
+
color: #fadfe2;
|
|
7345
7618
|
}
|