@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/tailwind.css
CHANGED
|
@@ -6675,6 +6675,14 @@ body.e-colorpicker-overflow {
|
|
|
6675
6675
|
.e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-mode-switch-btn {
|
|
6676
6676
|
height: 38px;
|
|
6677
6677
|
}
|
|
6678
|
+
@media only screen and (max-width: 600px) {
|
|
6679
|
+
.e-bigger .e-container.e-color-picker {
|
|
6680
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
6681
|
+
}
|
|
6682
|
+
.e-bigger .e-container.e-colorpicker-popup {
|
|
6683
|
+
width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
|
|
6684
|
+
}
|
|
6685
|
+
}
|
|
6678
6686
|
.e-bigger .e-container .e-palette .e-tile {
|
|
6679
6687
|
height: 29px;
|
|
6680
6688
|
width: 29px;
|
|
@@ -6694,6 +6702,11 @@ body.e-colorpicker-overflow {
|
|
|
6694
6702
|
width: 12.405%;
|
|
6695
6703
|
top: 5px;
|
|
6696
6704
|
}
|
|
6705
|
+
@media only screen and (max-width: 600px) {
|
|
6706
|
+
.e-bigger .e-container .e-slider-preview .e-preview-container {
|
|
6707
|
+
margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
|
|
6708
|
+
}
|
|
6709
|
+
}
|
|
6697
6710
|
.e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
|
|
6698
6711
|
width: 82.944%;
|
|
6699
6712
|
}
|
|
@@ -6940,7 +6953,8 @@ body.e-colorpicker-overflow {
|
|
|
6940
6953
|
padding: 0;
|
|
6941
6954
|
margin: 4px;
|
|
6942
6955
|
}
|
|
6943
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
6956
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
6957
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
6944
6958
|
outline: 1px solid;
|
|
6945
6959
|
}
|
|
6946
6960
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -6959,10 +6973,13 @@ body.e-colorpicker-overflow {
|
|
|
6959
6973
|
min-height: calc(1em + 8px);
|
|
6960
6974
|
position: relative;
|
|
6961
6975
|
}
|
|
6976
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
6977
|
+
line-height: 3px;
|
|
6978
|
+
}
|
|
6962
6979
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
6963
6980
|
display: block;
|
|
6964
6981
|
}
|
|
6965
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6982
|
+
.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 {
|
|
6966
6983
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6967
6984
|
transform: scale(1.4);
|
|
6968
6985
|
pointer-events: none;
|
|
@@ -7052,6 +7069,10 @@ body.e-colorpicker-overflow {
|
|
|
7052
7069
|
.e-small .e-rating-container .e-rating-item-container {
|
|
7053
7070
|
font-size: 16px;
|
|
7054
7071
|
}
|
|
7072
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7073
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
7074
|
+
line-height: 10px;
|
|
7075
|
+
}
|
|
7055
7076
|
.e-small.e-rating-container .e-rating-label,
|
|
7056
7077
|
.e-small .e-rating-container .e-rating-label {
|
|
7057
7078
|
font-size: 10px;
|
|
@@ -7066,6 +7087,10 @@ body.e-colorpicker-overflow {
|
|
|
7066
7087
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
7067
7088
|
font-size: 24px;
|
|
7068
7089
|
}
|
|
7090
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
7091
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
7092
|
+
line-height: 18px;
|
|
7093
|
+
}
|
|
7069
7094
|
.e-bigger.e-rating-container .e-rating-label,
|
|
7070
7095
|
.e-bigger .e-rating-container .e-rating-label {
|
|
7071
7096
|
font-size: 24px;
|
|
@@ -7082,6 +7107,12 @@ body.e-colorpicker-overflow {
|
|
|
7082
7107
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
7083
7108
|
font-size: 22px;
|
|
7084
7109
|
}
|
|
7110
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7111
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
7112
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
7113
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
7114
|
+
line-height: 15px;
|
|
7115
|
+
}
|
|
7085
7116
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
7086
7117
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
7087
7118
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -7096,7 +7127,8 @@ body.e-colorpicker-overflow {
|
|
|
7096
7127
|
font-size: 18px;
|
|
7097
7128
|
}
|
|
7098
7129
|
|
|
7099
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
7130
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
7131
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
7100
7132
|
outline-color: #111827;
|
|
7101
7133
|
border-radius: 4px;
|
|
7102
7134
|
}
|
|
@@ -7194,4 +7226,245 @@ body.e-colorpicker-overflow {
|
|
|
7194
7226
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7195
7227
|
-webkit-background-clip: text;
|
|
7196
7228
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7229
|
+
}
|
|
7230
|
+
|
|
7231
|
+
/*! FileManager's tailwind theme wise override definitions and variables */
|
|
7232
|
+
/*! data-form layout */
|
|
7233
|
+
.e-data-form .e-form-label {
|
|
7234
|
+
font-size: 12px;
|
|
7235
|
+
margin-bottom: 4px;
|
|
7236
|
+
font-weight: 500;
|
|
7237
|
+
}
|
|
7238
|
+
.e-data-form .e-form-layout {
|
|
7239
|
+
display: -ms-grid;
|
|
7240
|
+
display: grid;
|
|
7241
|
+
}
|
|
7242
|
+
.e-data-form .e-grid-col-2 {
|
|
7243
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
7244
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7245
|
+
}
|
|
7246
|
+
.e-data-form .e-grid-col-3 {
|
|
7247
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
7248
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7249
|
+
}
|
|
7250
|
+
.e-data-form .e-grid-col-4 {
|
|
7251
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
7252
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7253
|
+
}
|
|
7254
|
+
.e-data-form .e-grid-col-5 {
|
|
7255
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
7256
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
7257
|
+
}
|
|
7258
|
+
.e-data-form .e-grid-col-6 {
|
|
7259
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
7260
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
7261
|
+
}
|
|
7262
|
+
.e-data-form .e-grid-col-7 {
|
|
7263
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
7264
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
7265
|
+
}
|
|
7266
|
+
.e-data-form .e-grid-col-8 {
|
|
7267
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
7268
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
7269
|
+
}
|
|
7270
|
+
.e-data-form .e-grid-col-9 {
|
|
7271
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
7272
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
7273
|
+
}
|
|
7274
|
+
.e-data-form .e-grid-col-10 {
|
|
7275
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
7276
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
7277
|
+
}
|
|
7278
|
+
.e-data-form .e-grid-col-11 {
|
|
7279
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
7280
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
7281
|
+
}
|
|
7282
|
+
.e-data-form .e-grid-col-12 {
|
|
7283
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
7284
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
7285
|
+
}
|
|
7286
|
+
.e-data-form .e-colspan-1 {
|
|
7287
|
+
-ms-grid-column-span: 1;
|
|
7288
|
+
-ms-grid-column: span 1;
|
|
7289
|
+
grid-column: span 1/span 1;
|
|
7290
|
+
}
|
|
7291
|
+
.e-data-form .e-colspan-2 {
|
|
7292
|
+
-ms-grid-column-span: 2;
|
|
7293
|
+
-ms-grid-column: span 2;
|
|
7294
|
+
grid-column: span 2/span 2;
|
|
7295
|
+
}
|
|
7296
|
+
.e-data-form .e-colspan-3 {
|
|
7297
|
+
-ms-grid-column-span: 3;
|
|
7298
|
+
-ms-grid-column: span 3;
|
|
7299
|
+
grid-column: span 3/span 3;
|
|
7300
|
+
}
|
|
7301
|
+
.e-data-form .e-colspan-4 {
|
|
7302
|
+
-ms-grid-column-span: 4;
|
|
7303
|
+
-ms-grid-column: span 4;
|
|
7304
|
+
grid-column: span 4/span 4;
|
|
7305
|
+
}
|
|
7306
|
+
.e-data-form .e-colspan-5 {
|
|
7307
|
+
-ms-grid-column-span: 5;
|
|
7308
|
+
-ms-grid-column: span 5;
|
|
7309
|
+
grid-column: span 5/span 5;
|
|
7310
|
+
}
|
|
7311
|
+
.e-data-form .e-colspan-6 {
|
|
7312
|
+
-ms-grid-column-span: 6;
|
|
7313
|
+
-ms-grid-column: span 6;
|
|
7314
|
+
grid-column: span 6/span 6;
|
|
7315
|
+
}
|
|
7316
|
+
.e-data-form .e-colspan-7 {
|
|
7317
|
+
-ms-grid-column-span: 7;
|
|
7318
|
+
-ms-grid-column: span 7;
|
|
7319
|
+
grid-column: span 7/span 7;
|
|
7320
|
+
}
|
|
7321
|
+
.e-data-form .e-colspan-8 {
|
|
7322
|
+
-ms-grid-column-span: 8;
|
|
7323
|
+
-ms-grid-column: span 8;
|
|
7324
|
+
grid-column: span 8/span 8;
|
|
7325
|
+
}
|
|
7326
|
+
.e-data-form .e-colspan-9 {
|
|
7327
|
+
-ms-grid-column-span: 9;
|
|
7328
|
+
-ms-grid-column: span 9;
|
|
7329
|
+
grid-column: span 9/span 9;
|
|
7330
|
+
}
|
|
7331
|
+
.e-data-form .e-colspan-10 {
|
|
7332
|
+
-ms-grid-column-span: 10;
|
|
7333
|
+
-ms-grid-column: span 10;
|
|
7334
|
+
grid-column: span 10/span 10;
|
|
7335
|
+
}
|
|
7336
|
+
.e-data-form .e-colspan-11 {
|
|
7337
|
+
-ms-grid-column-span: 11;
|
|
7338
|
+
-ms-grid-column: span 11;
|
|
7339
|
+
grid-column: span 11/span 11;
|
|
7340
|
+
}
|
|
7341
|
+
.e-data-form .e-colspan-12 {
|
|
7342
|
+
-ms-grid-column-span: 12;
|
|
7343
|
+
-ms-grid-column: span 12;
|
|
7344
|
+
grid-column: span 12/span 12;
|
|
7345
|
+
}
|
|
7346
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
7347
|
+
-ms-flex: 1 1 auto;
|
|
7348
|
+
flex: 1 1 auto;
|
|
7349
|
+
max-width: calc(75% - 12px);
|
|
7350
|
+
}
|
|
7351
|
+
.e-data-form .e-label-left .e-form-label {
|
|
7352
|
+
margin-right: 12px;
|
|
7353
|
+
width: 25%;
|
|
7354
|
+
text-align: end;
|
|
7355
|
+
-ms-flex-direction: column;
|
|
7356
|
+
flex-direction: column;
|
|
7357
|
+
-ms-flex-align: end;
|
|
7358
|
+
align-items: flex-end;
|
|
7359
|
+
-ms-flex-pack: start;
|
|
7360
|
+
justify-content: flex-start;
|
|
7361
|
+
}
|
|
7362
|
+
.e-data-form .e-label-left .validation-message {
|
|
7363
|
+
display: -ms-flexbox;
|
|
7364
|
+
display: flex;
|
|
7365
|
+
}
|
|
7366
|
+
.e-data-form .e-form-group {
|
|
7367
|
+
border: none;
|
|
7368
|
+
padding: 0;
|
|
7369
|
+
margin: 0;
|
|
7370
|
+
}
|
|
7371
|
+
.e-data-form .e-form-group .e-group-title {
|
|
7372
|
+
position: relative;
|
|
7373
|
+
display: inline-block;
|
|
7374
|
+
padding-bottom: 8px;
|
|
7375
|
+
/* Gap between text and border */
|
|
7376
|
+
margin-bottom: 4px;
|
|
7377
|
+
font-size: 16px;
|
|
7378
|
+
}
|
|
7379
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
7380
|
+
content: "";
|
|
7381
|
+
position: absolute;
|
|
7382
|
+
bottom: 0;
|
|
7383
|
+
left: 0;
|
|
7384
|
+
width: 100%;
|
|
7385
|
+
height: 1px;
|
|
7386
|
+
border-bottom: 1px solid #d1d5db;
|
|
7387
|
+
}
|
|
7388
|
+
.e-data-form .e-label-top {
|
|
7389
|
+
display: -ms-flexbox;
|
|
7390
|
+
display: flex;
|
|
7391
|
+
-ms-flex-direction: column;
|
|
7392
|
+
flex-direction: column;
|
|
7393
|
+
margin-top: 20px;
|
|
7394
|
+
}
|
|
7395
|
+
.e-data-form .e-label-top .e-label-right {
|
|
7396
|
+
display: -ms-flexbox;
|
|
7397
|
+
display: flex;
|
|
7398
|
+
-ms-flex-align: center;
|
|
7399
|
+
align-items: center;
|
|
7400
|
+
}
|
|
7401
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
7402
|
+
margin-top: 3px;
|
|
7403
|
+
margin-left: 5px;
|
|
7404
|
+
}
|
|
7405
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
7406
|
+
margin-top: 6px;
|
|
7407
|
+
}
|
|
7408
|
+
.e-data-form .e-label-left {
|
|
7409
|
+
display: -ms-flexbox;
|
|
7410
|
+
display: flex;
|
|
7411
|
+
text-align: center;
|
|
7412
|
+
margin-top: 20px;
|
|
7413
|
+
}
|
|
7414
|
+
.e-data-form .e-button-left {
|
|
7415
|
+
-ms-flex-pack: start;
|
|
7416
|
+
justify-content: flex-start;
|
|
7417
|
+
}
|
|
7418
|
+
.e-data-form .e-button-right {
|
|
7419
|
+
-ms-flex-pack: end;
|
|
7420
|
+
justify-content: flex-end;
|
|
7421
|
+
}
|
|
7422
|
+
.e-data-form .e-button-center {
|
|
7423
|
+
-ms-flex-pack: center;
|
|
7424
|
+
justify-content: center;
|
|
7425
|
+
}
|
|
7426
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
7427
|
+
margin-top: 24px;
|
|
7428
|
+
display: -ms-flexbox;
|
|
7429
|
+
display: flex;
|
|
7430
|
+
gap: 10px;
|
|
7431
|
+
}
|
|
7432
|
+
.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 {
|
|
7433
|
+
border-radius: 20px;
|
|
7434
|
+
padding: 7px 16px;
|
|
7435
|
+
}
|
|
7436
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
7437
|
+
width: 100%;
|
|
7438
|
+
}
|
|
7439
|
+
.e-data-form > :first-child.e-form-layout {
|
|
7440
|
+
margin-top: 0;
|
|
7441
|
+
}
|
|
7442
|
+
.e-data-form .e-form-group-layout {
|
|
7443
|
+
display: -ms-grid;
|
|
7444
|
+
display: grid;
|
|
7445
|
+
}
|
|
7446
|
+
|
|
7447
|
+
/*! data-form theme */
|
|
7448
|
+
.e-data-form .e-form-label {
|
|
7449
|
+
color: #374151;
|
|
7450
|
+
}
|
|
7451
|
+
.e-data-form .e-group-title {
|
|
7452
|
+
color: #6b7280;
|
|
7453
|
+
}
|
|
7454
|
+
.e-data-form .validation-message {
|
|
7455
|
+
color: #dc2626;
|
|
7456
|
+
font-size: 12px;
|
|
7457
|
+
font-style: italic;
|
|
7458
|
+
}
|
|
7459
|
+
|
|
7460
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
7461
|
+
background-color: #fee2e2;
|
|
7462
|
+
border: #fee2e2;
|
|
7463
|
+
}
|
|
7464
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
7465
|
+
color: #dc2626;
|
|
7466
|
+
}
|
|
7467
|
+
.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 {
|
|
7468
|
+
border-bottom-color: #fee2e2;
|
|
7469
|
+
color: #fee2e2;
|
|
7197
7470
|
}
|
package/styles/tailwind.scss
CHANGED