@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
|
@@ -12661,15 +12661,27 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
|
|
|
12661
12661
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
|
|
12662
12662
|
visibility: hidden;
|
|
12663
12663
|
}
|
|
12664
|
+
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before {
|
|
12665
|
+
transform: rotate(45deg);
|
|
12666
|
+
}
|
|
12664
12667
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before .e-tip-content {
|
|
12665
12668
|
transform: rotate(-45deg);
|
|
12666
12669
|
}
|
|
12670
|
+
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after {
|
|
12671
|
+
transform: rotate(225deg);
|
|
12672
|
+
}
|
|
12667
12673
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after .e-tip-content {
|
|
12668
12674
|
transform: rotate(-225deg);
|
|
12669
12675
|
}
|
|
12676
|
+
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before {
|
|
12677
|
+
transform: rotate(-45deg);
|
|
12678
|
+
}
|
|
12670
12679
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before .e-tip-content {
|
|
12671
12680
|
transform: rotate(45deg);
|
|
12672
12681
|
}
|
|
12682
|
+
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after {
|
|
12683
|
+
transform: rotate(-225deg);
|
|
12684
|
+
}
|
|
12673
12685
|
.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after .e-tip-content {
|
|
12674
12686
|
transform: rotate(225deg);
|
|
12675
12687
|
}
|
|
@@ -14680,10 +14692,23 @@ body.e-colorpicker-overflow {
|
|
|
14680
14692
|
height: 36px;
|
|
14681
14693
|
width: 40px;
|
|
14682
14694
|
}
|
|
14695
|
+
@media only screen and (max-width: 600px) {
|
|
14696
|
+
.e-bigger .e-container.e-color-picker {
|
|
14697
|
+
width: 100% !important; /* stylelint-disable-line declaration-no-important */
|
|
14698
|
+
}
|
|
14699
|
+
.e-bigger .e-container.e-colorpicker-popup {
|
|
14700
|
+
width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
|
|
14701
|
+
}
|
|
14702
|
+
}
|
|
14683
14703
|
.e-bigger .e-container .e-palette .e-tile {
|
|
14684
14704
|
height: 30px;
|
|
14685
14705
|
width: 37px;
|
|
14686
14706
|
}
|
|
14707
|
+
@media only screen and (max-width: 600px) {
|
|
14708
|
+
.e-bigger .e-container .e-palette .e-tile {
|
|
14709
|
+
width: 33px !important; /* stylelint-disable-line declaration-no-important */
|
|
14710
|
+
}
|
|
14711
|
+
}
|
|
14687
14712
|
.e-bigger .e-container .e-hsv-container .e-hsv-color {
|
|
14688
14713
|
height: 274px;
|
|
14689
14714
|
}
|
|
@@ -14699,6 +14724,11 @@ body.e-colorpicker-overflow {
|
|
|
14699
14724
|
width: 12.405%;
|
|
14700
14725
|
top: 0;
|
|
14701
14726
|
}
|
|
14727
|
+
@media only screen and (max-width: 600px) {
|
|
14728
|
+
.e-bigger .e-container .e-slider-preview .e-preview-container {
|
|
14729
|
+
margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
|
|
14730
|
+
}
|
|
14731
|
+
}
|
|
14702
14732
|
.e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
|
|
14703
14733
|
width: 82.944%;
|
|
14704
14734
|
}
|
|
@@ -14940,7 +14970,8 @@ body.e-colorpicker-overflow {
|
|
|
14940
14970
|
padding: 0;
|
|
14941
14971
|
margin: 4px;
|
|
14942
14972
|
}
|
|
14943
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
14973
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
14974
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
14944
14975
|
outline: 1px solid;
|
|
14945
14976
|
}
|
|
14946
14977
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -14959,10 +14990,13 @@ body.e-colorpicker-overflow {
|
|
|
14959
14990
|
min-height: calc(1em + 8px);
|
|
14960
14991
|
position: relative;
|
|
14961
14992
|
}
|
|
14993
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
14994
|
+
line-height: 13px;
|
|
14995
|
+
}
|
|
14962
14996
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
14963
14997
|
display: block;
|
|
14964
14998
|
}
|
|
14965
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
14999
|
+
.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 {
|
|
14966
15000
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
14967
15001
|
transform: scale(1.4);
|
|
14968
15002
|
pointer-events: none;
|
|
@@ -15052,6 +15086,10 @@ body.e-colorpicker-overflow {
|
|
|
15052
15086
|
.e-small .e-rating-container .e-rating-item-container {
|
|
15053
15087
|
font-size: 16px;
|
|
15054
15088
|
}
|
|
15089
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
15090
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
15091
|
+
line-height: 9px;
|
|
15092
|
+
}
|
|
15055
15093
|
.e-small.e-rating-container .e-rating-label,
|
|
15056
15094
|
.e-small .e-rating-container .e-rating-label {
|
|
15057
15095
|
font-size: 10px;
|
|
@@ -15066,6 +15104,10 @@ body.e-colorpicker-overflow {
|
|
|
15066
15104
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
15067
15105
|
font-size: 28px;
|
|
15068
15106
|
}
|
|
15107
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
15108
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
15109
|
+
line-height: 21px;
|
|
15110
|
+
}
|
|
15069
15111
|
.e-bigger.e-rating-container .e-rating-label,
|
|
15070
15112
|
.e-bigger .e-rating-container .e-rating-label {
|
|
15071
15113
|
font-size: 14px;
|
|
@@ -15082,6 +15124,12 @@ body.e-colorpicker-overflow {
|
|
|
15082
15124
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
15083
15125
|
font-size: 24px;
|
|
15084
15126
|
}
|
|
15127
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
15128
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
15129
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
15130
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
15131
|
+
line-height: 17px;
|
|
15132
|
+
}
|
|
15085
15133
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
15086
15134
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
15087
15135
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -15096,7 +15144,8 @@ body.e-colorpicker-overflow {
|
|
|
15096
15144
|
font-size: 20px;
|
|
15097
15145
|
}
|
|
15098
15146
|
|
|
15099
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
15147
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
15148
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
15100
15149
|
outline-color: rgba(var(--color-sf-primary));
|
|
15101
15150
|
border-radius: 0;
|
|
15102
15151
|
}
|
|
@@ -15199,4 +15248,245 @@ body.e-colorpicker-overflow {
|
|
|
15199
15248
|
/* stylelint-disable property-no-vendor-prefix */
|
|
15200
15249
|
-webkit-background-clip: text;
|
|
15201
15250
|
/* stylelint-enable property-no-vendor-prefix */
|
|
15251
|
+
}
|
|
15252
|
+
|
|
15253
|
+
/*! Form material 3 theme wise override definitions and variables */
|
|
15254
|
+
/*! data-form layout */
|
|
15255
|
+
.e-data-form .e-form-label {
|
|
15256
|
+
font-size: 12px;
|
|
15257
|
+
margin-bottom: 4px;
|
|
15258
|
+
font-weight: 400;
|
|
15259
|
+
}
|
|
15260
|
+
.e-data-form .e-form-layout {
|
|
15261
|
+
display: -ms-grid;
|
|
15262
|
+
display: grid;
|
|
15263
|
+
}
|
|
15264
|
+
.e-data-form .e-grid-col-2 {
|
|
15265
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
15266
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
15267
|
+
}
|
|
15268
|
+
.e-data-form .e-grid-col-3 {
|
|
15269
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
15270
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
15271
|
+
}
|
|
15272
|
+
.e-data-form .e-grid-col-4 {
|
|
15273
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
15274
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
15275
|
+
}
|
|
15276
|
+
.e-data-form .e-grid-col-5 {
|
|
15277
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
15278
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
15279
|
+
}
|
|
15280
|
+
.e-data-form .e-grid-col-6 {
|
|
15281
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
15282
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
15283
|
+
}
|
|
15284
|
+
.e-data-form .e-grid-col-7 {
|
|
15285
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
15286
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
15287
|
+
}
|
|
15288
|
+
.e-data-form .e-grid-col-8 {
|
|
15289
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
15290
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
15291
|
+
}
|
|
15292
|
+
.e-data-form .e-grid-col-9 {
|
|
15293
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
15294
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
15295
|
+
}
|
|
15296
|
+
.e-data-form .e-grid-col-10 {
|
|
15297
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
15298
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
15299
|
+
}
|
|
15300
|
+
.e-data-form .e-grid-col-11 {
|
|
15301
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
15302
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
15303
|
+
}
|
|
15304
|
+
.e-data-form .e-grid-col-12 {
|
|
15305
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
15306
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
15307
|
+
}
|
|
15308
|
+
.e-data-form .e-colspan-1 {
|
|
15309
|
+
-ms-grid-column-span: 1;
|
|
15310
|
+
-ms-grid-column: span 1;
|
|
15311
|
+
grid-column: span 1/span 1;
|
|
15312
|
+
}
|
|
15313
|
+
.e-data-form .e-colspan-2 {
|
|
15314
|
+
-ms-grid-column-span: 2;
|
|
15315
|
+
-ms-grid-column: span 2;
|
|
15316
|
+
grid-column: span 2/span 2;
|
|
15317
|
+
}
|
|
15318
|
+
.e-data-form .e-colspan-3 {
|
|
15319
|
+
-ms-grid-column-span: 3;
|
|
15320
|
+
-ms-grid-column: span 3;
|
|
15321
|
+
grid-column: span 3/span 3;
|
|
15322
|
+
}
|
|
15323
|
+
.e-data-form .e-colspan-4 {
|
|
15324
|
+
-ms-grid-column-span: 4;
|
|
15325
|
+
-ms-grid-column: span 4;
|
|
15326
|
+
grid-column: span 4/span 4;
|
|
15327
|
+
}
|
|
15328
|
+
.e-data-form .e-colspan-5 {
|
|
15329
|
+
-ms-grid-column-span: 5;
|
|
15330
|
+
-ms-grid-column: span 5;
|
|
15331
|
+
grid-column: span 5/span 5;
|
|
15332
|
+
}
|
|
15333
|
+
.e-data-form .e-colspan-6 {
|
|
15334
|
+
-ms-grid-column-span: 6;
|
|
15335
|
+
-ms-grid-column: span 6;
|
|
15336
|
+
grid-column: span 6/span 6;
|
|
15337
|
+
}
|
|
15338
|
+
.e-data-form .e-colspan-7 {
|
|
15339
|
+
-ms-grid-column-span: 7;
|
|
15340
|
+
-ms-grid-column: span 7;
|
|
15341
|
+
grid-column: span 7/span 7;
|
|
15342
|
+
}
|
|
15343
|
+
.e-data-form .e-colspan-8 {
|
|
15344
|
+
-ms-grid-column-span: 8;
|
|
15345
|
+
-ms-grid-column: span 8;
|
|
15346
|
+
grid-column: span 8/span 8;
|
|
15347
|
+
}
|
|
15348
|
+
.e-data-form .e-colspan-9 {
|
|
15349
|
+
-ms-grid-column-span: 9;
|
|
15350
|
+
-ms-grid-column: span 9;
|
|
15351
|
+
grid-column: span 9/span 9;
|
|
15352
|
+
}
|
|
15353
|
+
.e-data-form .e-colspan-10 {
|
|
15354
|
+
-ms-grid-column-span: 10;
|
|
15355
|
+
-ms-grid-column: span 10;
|
|
15356
|
+
grid-column: span 10/span 10;
|
|
15357
|
+
}
|
|
15358
|
+
.e-data-form .e-colspan-11 {
|
|
15359
|
+
-ms-grid-column-span: 11;
|
|
15360
|
+
-ms-grid-column: span 11;
|
|
15361
|
+
grid-column: span 11/span 11;
|
|
15362
|
+
}
|
|
15363
|
+
.e-data-form .e-colspan-12 {
|
|
15364
|
+
-ms-grid-column-span: 12;
|
|
15365
|
+
-ms-grid-column: span 12;
|
|
15366
|
+
grid-column: span 12/span 12;
|
|
15367
|
+
}
|
|
15368
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
15369
|
+
-ms-flex: 1 1 auto;
|
|
15370
|
+
flex: 1 1 auto;
|
|
15371
|
+
max-width: calc(75% - 12px);
|
|
15372
|
+
}
|
|
15373
|
+
.e-data-form .e-label-left .e-form-label {
|
|
15374
|
+
margin-right: 12px;
|
|
15375
|
+
width: 25%;
|
|
15376
|
+
text-align: end;
|
|
15377
|
+
-ms-flex-direction: column;
|
|
15378
|
+
flex-direction: column;
|
|
15379
|
+
-ms-flex-align: end;
|
|
15380
|
+
align-items: flex-end;
|
|
15381
|
+
-ms-flex-pack: start;
|
|
15382
|
+
justify-content: flex-start;
|
|
15383
|
+
}
|
|
15384
|
+
.e-data-form .e-label-left .validation-message {
|
|
15385
|
+
display: -ms-flexbox;
|
|
15386
|
+
display: flex;
|
|
15387
|
+
}
|
|
15388
|
+
.e-data-form .e-form-group {
|
|
15389
|
+
border: none;
|
|
15390
|
+
padding: 0;
|
|
15391
|
+
margin: 0;
|
|
15392
|
+
}
|
|
15393
|
+
.e-data-form .e-form-group .e-group-title {
|
|
15394
|
+
position: relative;
|
|
15395
|
+
display: inline-block;
|
|
15396
|
+
padding-bottom: 8px;
|
|
15397
|
+
/* Gap between text and border */
|
|
15398
|
+
margin-bottom: 4px;
|
|
15399
|
+
font-size: 16px;
|
|
15400
|
+
}
|
|
15401
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
15402
|
+
content: "";
|
|
15403
|
+
position: absolute;
|
|
15404
|
+
bottom: 0;
|
|
15405
|
+
left: 0;
|
|
15406
|
+
width: 100%;
|
|
15407
|
+
height: 1px;
|
|
15408
|
+
border-bottom: 1px solid var(--color-sf-outline-variant);
|
|
15409
|
+
}
|
|
15410
|
+
.e-data-form .e-label-top {
|
|
15411
|
+
display: -ms-flexbox;
|
|
15412
|
+
display: flex;
|
|
15413
|
+
-ms-flex-direction: column;
|
|
15414
|
+
flex-direction: column;
|
|
15415
|
+
margin-top: 20px;
|
|
15416
|
+
}
|
|
15417
|
+
.e-data-form .e-label-top .e-label-right {
|
|
15418
|
+
display: -ms-flexbox;
|
|
15419
|
+
display: flex;
|
|
15420
|
+
-ms-flex-align: center;
|
|
15421
|
+
align-items: center;
|
|
15422
|
+
}
|
|
15423
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
15424
|
+
margin-top: 3px;
|
|
15425
|
+
margin-left: 5px;
|
|
15426
|
+
}
|
|
15427
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
15428
|
+
margin-top: 6px;
|
|
15429
|
+
}
|
|
15430
|
+
.e-data-form .e-label-left {
|
|
15431
|
+
display: -ms-flexbox;
|
|
15432
|
+
display: flex;
|
|
15433
|
+
text-align: center;
|
|
15434
|
+
margin-top: 20px;
|
|
15435
|
+
}
|
|
15436
|
+
.e-data-form .e-button-left {
|
|
15437
|
+
-ms-flex-pack: start;
|
|
15438
|
+
justify-content: flex-start;
|
|
15439
|
+
}
|
|
15440
|
+
.e-data-form .e-button-right {
|
|
15441
|
+
-ms-flex-pack: end;
|
|
15442
|
+
justify-content: flex-end;
|
|
15443
|
+
}
|
|
15444
|
+
.e-data-form .e-button-center {
|
|
15445
|
+
-ms-flex-pack: center;
|
|
15446
|
+
justify-content: center;
|
|
15447
|
+
}
|
|
15448
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
15449
|
+
margin-top: 24px;
|
|
15450
|
+
display: -ms-flexbox;
|
|
15451
|
+
display: flex;
|
|
15452
|
+
gap: 10px;
|
|
15453
|
+
}
|
|
15454
|
+
.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 {
|
|
15455
|
+
border-radius: 20px;
|
|
15456
|
+
padding: 7px 16px;
|
|
15457
|
+
}
|
|
15458
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
15459
|
+
width: 100%;
|
|
15460
|
+
}
|
|
15461
|
+
.e-data-form > :first-child.e-form-layout {
|
|
15462
|
+
margin-top: 0;
|
|
15463
|
+
}
|
|
15464
|
+
.e-data-form .e-form-group-layout {
|
|
15465
|
+
display: -ms-grid;
|
|
15466
|
+
display: grid;
|
|
15467
|
+
}
|
|
15468
|
+
|
|
15469
|
+
/*! data-form theme */
|
|
15470
|
+
.e-data-form .e-form-label {
|
|
15471
|
+
color: var(--color-sf-on-surface-variant);
|
|
15472
|
+
}
|
|
15473
|
+
.e-data-form .e-group-title {
|
|
15474
|
+
color: var(--color-sf-on-surface-variant);
|
|
15475
|
+
}
|
|
15476
|
+
.e-data-form .validation-message {
|
|
15477
|
+
color: var(--danger, #b3261e);
|
|
15478
|
+
font-size: 12px;
|
|
15479
|
+
font-style: italic;
|
|
15480
|
+
}
|
|
15481
|
+
|
|
15482
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
15483
|
+
background-color: var(--color-sf-error-container);
|
|
15484
|
+
border: var(--color-sf-error-container);
|
|
15485
|
+
}
|
|
15486
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
15487
|
+
color: var(--danger, #b3261e);
|
|
15488
|
+
}
|
|
15489
|
+
.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 {
|
|
15490
|
+
border-bottom-color: var(--color-sf-error-container);
|
|
15491
|
+
color: var(--color-sf-error-container);
|
|
15202
15492
|
}
|