@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.
Files changed (142) hide show
  1. package/package.json +9 -9
  2. package/schematics/utils/lib-details.d.ts +2 -2
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/bootstrap-dark.css +263 -3
  6. package/styles/bootstrap-dark.scss +1 -0
  7. package/styles/bootstrap.css +263 -3
  8. package/styles/bootstrap.scss +1 -0
  9. package/styles/bootstrap4.css +263 -3
  10. package/styles/bootstrap4.scss +1 -0
  11. package/styles/bootstrap5-dark.css +276 -3
  12. package/styles/bootstrap5-dark.scss +1 -0
  13. package/styles/bootstrap5.css +276 -3
  14. package/styles/bootstrap5.scss +1 -0
  15. package/styles/color-picker/_layout.scss +36 -0
  16. package/styles/color-picker/bootstrap5-dark.css +13 -0
  17. package/styles/color-picker/bootstrap5.css +13 -0
  18. package/styles/color-picker/fabric.css +5 -0
  19. package/styles/color-picker/fluent-dark.css +13 -0
  20. package/styles/color-picker/fluent.css +13 -0
  21. package/styles/color-picker/material.css +13 -0
  22. package/styles/color-picker/material3-dark.css +18 -0
  23. package/styles/color-picker/material3.css +18 -0
  24. package/styles/color-picker/tailwind-dark.css +13 -0
  25. package/styles/color-picker/tailwind.css +13 -0
  26. package/styles/data-form/_all.scss +2 -0
  27. package/styles/data-form/_bootstrap-dark-definition.scss +42 -0
  28. package/styles/data-form/_bootstrap-definition.scss +41 -0
  29. package/styles/data-form/_bootstrap4-definition.scss +41 -0
  30. package/styles/data-form/_bootstrap5-dark-definition.scss +1 -0
  31. package/styles/data-form/_bootstrap5-definition.scss +41 -0
  32. package/styles/data-form/_fabric-dark-definition.scss +41 -0
  33. package/styles/data-form/_fabric-definition.scss +41 -0
  34. package/styles/data-form/_fluent-dark-definition.scss +1 -0
  35. package/styles/data-form/_fluent-definition.scss +41 -0
  36. package/styles/data-form/_fusionnew-definition.scss +41 -0
  37. package/styles/data-form/_highcontrast-definition.scss +41 -0
  38. package/styles/data-form/_highcontrast-light-definition.scss +41 -0
  39. package/styles/data-form/_layout.scss +223 -0
  40. package/styles/data-form/_material-dark-definition.scss +41 -0
  41. package/styles/data-form/_material-definition.scss +42 -0
  42. package/styles/data-form/_material3-dark-definition.scss +1 -0
  43. package/styles/data-form/_material3-definition.scss +41 -0
  44. package/styles/data-form/_tailwind-dark-definition.scss +1 -0
  45. package/styles/data-form/_tailwind-definition.scss +41 -0
  46. package/styles/data-form/_theme.scss +38 -0
  47. package/styles/data-form/bootstrap-dark.css +240 -0
  48. package/styles/data-form/bootstrap-dark.scss +3 -0
  49. package/styles/data-form/bootstrap.css +240 -0
  50. package/styles/data-form/bootstrap.scss +3 -0
  51. package/styles/data-form/bootstrap4.css +240 -0
  52. package/styles/data-form/bootstrap4.scss +3 -0
  53. package/styles/data-form/bootstrap5-dark.css +240 -0
  54. package/styles/data-form/bootstrap5-dark.scss +3 -0
  55. package/styles/data-form/bootstrap5.css +240 -0
  56. package/styles/data-form/bootstrap5.scss +3 -0
  57. package/styles/data-form/fabric-dark.css +240 -0
  58. package/styles/data-form/fabric-dark.scss +3 -0
  59. package/styles/data-form/fabric.css +240 -0
  60. package/styles/data-form/fabric.scss +3 -0
  61. package/styles/data-form/fluent-dark.css +240 -0
  62. package/styles/data-form/fluent-dark.scss +3 -0
  63. package/styles/data-form/fluent.css +240 -0
  64. package/styles/data-form/fluent.scss +3 -0
  65. package/styles/data-form/highcontrast-light.css +240 -0
  66. package/styles/data-form/highcontrast-light.scss +3 -0
  67. package/styles/data-form/highcontrast.css +240 -0
  68. package/styles/data-form/highcontrast.scss +3 -0
  69. package/styles/data-form/material-dark.css +240 -0
  70. package/styles/data-form/material-dark.scss +3 -0
  71. package/styles/data-form/material.css +240 -0
  72. package/styles/data-form/material.scss +3 -0
  73. package/styles/data-form/material3-dark.css +295 -0
  74. package/styles/data-form/material3-dark.scss +4 -0
  75. package/styles/data-form/material3.css +351 -0
  76. package/styles/data-form/material3.scss +4 -0
  77. package/styles/data-form/tailwind-dark.css +240 -0
  78. package/styles/data-form/tailwind-dark.scss +3 -0
  79. package/styles/data-form/tailwind.css +240 -0
  80. package/styles/data-form/tailwind.scss +3 -0
  81. package/styles/fabric-dark.css +263 -3
  82. package/styles/fabric-dark.scss +1 -0
  83. package/styles/fabric.css +268 -3
  84. package/styles/fabric.scss +1 -0
  85. package/styles/fluent-dark.css +276 -3
  86. package/styles/fluent-dark.scss +1 -0
  87. package/styles/fluent.css +276 -3
  88. package/styles/fluent.scss +1 -0
  89. package/styles/highcontrast-light.css +263 -3
  90. package/styles/highcontrast-light.scss +1 -0
  91. package/styles/highcontrast.css +263 -3
  92. package/styles/highcontrast.scss +1 -0
  93. package/styles/material-dark.css +275 -3
  94. package/styles/material-dark.scss +1 -0
  95. package/styles/material.css +288 -3
  96. package/styles/material.scss +1 -0
  97. package/styles/material3-dark.css +293 -3
  98. package/styles/material3-dark.scss +1 -0
  99. package/styles/material3.css +293 -3
  100. package/styles/material3.scss +1 -0
  101. package/styles/rating/_bootstrap-dark-definition.scss +4 -0
  102. package/styles/rating/_bootstrap-definition.scss +4 -0
  103. package/styles/rating/_bootstrap4-definition.scss +4 -0
  104. package/styles/rating/_bootstrap5-definition.scss +4 -0
  105. package/styles/rating/_fabric-dark-definition.scss +4 -0
  106. package/styles/rating/_fabric-definition.scss +4 -0
  107. package/styles/rating/_fluent-definition.scss +4 -0
  108. package/styles/rating/_fusionnew-definition.scss +4 -0
  109. package/styles/rating/_highcontrast-definition.scss +4 -0
  110. package/styles/rating/_highcontrast-light-definition.scss +4 -0
  111. package/styles/rating/_layout.scss +21 -7
  112. package/styles/rating/_material-dark-definition.scss +4 -0
  113. package/styles/rating/_material-definition.scss +4 -0
  114. package/styles/rating/_material3-definition.scss +4 -0
  115. package/styles/rating/_tailwind-definition.scss +4 -0
  116. package/styles/rating/_theme.scss +5 -2
  117. package/styles/rating/bootstrap-dark.css +22 -3
  118. package/styles/rating/bootstrap.css +22 -3
  119. package/styles/rating/bootstrap4.css +22 -3
  120. package/styles/rating/bootstrap5-dark.css +22 -3
  121. package/styles/rating/bootstrap5.css +22 -3
  122. package/styles/rating/fabric-dark.css +22 -3
  123. package/styles/rating/fabric.css +22 -3
  124. package/styles/rating/fluent-dark.css +22 -3
  125. package/styles/rating/fluent.css +22 -3
  126. package/styles/rating/highcontrast-light.css +22 -3
  127. package/styles/rating/highcontrast.css +22 -3
  128. package/styles/rating/material-dark.css +22 -3
  129. package/styles/rating/material.css +22 -3
  130. package/styles/rating/material3-dark.css +22 -3
  131. package/styles/rating/material3.css +22 -3
  132. package/styles/rating/tailwind-dark.css +22 -3
  133. package/styles/rating/tailwind.css +22 -3
  134. package/styles/slider/_layout.scss +4 -0
  135. package/styles/slider/material-dark.css +12 -0
  136. package/styles/slider/material.css +12 -0
  137. package/styles/slider/material3-dark.css +12 -0
  138. package/styles/slider/material3.css +12 -0
  139. package/styles/tailwind-dark.css +276 -3
  140. package/styles/tailwind-dark.scss +1 -0
  141. package/styles/tailwind.css +276 -3
  142. package/styles/tailwind.scss +1 -0
@@ -12804,15 +12804,27 @@ textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder {
12804
12804
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip {
12805
12805
  visibility: hidden;
12806
12806
  }
12807
+ .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before {
12808
+ transform: rotate(45deg);
12809
+ }
12807
12810
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before .e-tip-content {
12808
12811
  transform: rotate(-45deg);
12809
12812
  }
12813
+ .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after {
12814
+ transform: rotate(225deg);
12815
+ }
12810
12816
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after .e-tip-content {
12811
12817
  transform: rotate(-225deg);
12812
12818
  }
12819
+ .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before {
12820
+ transform: rotate(-45deg);
12821
+ }
12813
12822
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before .e-tip-content {
12814
12823
  transform: rotate(45deg);
12815
12824
  }
12825
+ .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after {
12826
+ transform: rotate(-225deg);
12827
+ }
12816
12828
  .e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after .e-tip-content {
12817
12829
  transform: rotate(225deg);
12818
12830
  }
@@ -14684,6 +14696,14 @@ body.e-colorpicker-overflow {
14684
14696
  .e-bigger .e-container.e-color-picker {
14685
14697
  width: 290px;
14686
14698
  }
14699
+ @media only screen and (max-width: 600px) {
14700
+ .e-bigger .e-container.e-color-picker {
14701
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
14702
+ }
14703
+ .e-bigger .e-container.e-colorpicker-popup {
14704
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
14705
+ }
14706
+ }
14687
14707
  .e-bigger .e-container .e-palette .e-tile {
14688
14708
  height: 29px;
14689
14709
  width: 29px;
@@ -14703,6 +14723,11 @@ body.e-colorpicker-overflow {
14703
14723
  width: 12.408%;
14704
14724
  top: 0;
14705
14725
  }
14726
+ @media only screen and (max-width: 600px) {
14727
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
14728
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
14729
+ }
14730
+ }
14706
14731
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
14707
14732
  width: 82.944%;
14708
14733
  }
@@ -14938,7 +14963,8 @@ body.e-colorpicker-overflow {
14938
14963
  padding: 0;
14939
14964
  margin: 4px;
14940
14965
  }
14941
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
14966
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
14967
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
14942
14968
  outline: 1px solid;
14943
14969
  }
14944
14970
  .e-rating-container .e-rating-item-list:focus-visible {
@@ -14957,10 +14983,13 @@ body.e-colorpicker-overflow {
14957
14983
  min-height: calc(1em + 8px);
14958
14984
  position: relative;
14959
14985
  }
14986
+ .e-rating-container .e-rating-item-container:has(svg) {
14987
+ line-height: 13px;
14988
+ }
14960
14989
  .e-rating-container .e-rating-item-container .e-rating-item {
14961
14990
  display: block;
14962
14991
  }
14963
- .e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
14992
+ .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 {
14964
14993
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
14965
14994
  transform: scale(1.4);
14966
14995
  pointer-events: none;
@@ -15050,6 +15079,10 @@ body.e-colorpicker-overflow {
15050
15079
  .e-small .e-rating-container .e-rating-item-container {
15051
15080
  font-size: 16px;
15052
15081
  }
15082
+ .e-small.e-rating-container .e-rating-item-container:has(svg),
15083
+ .e-small .e-rating-container .e-rating-item-container:has(svg) {
15084
+ line-height: 9px;
15085
+ }
15053
15086
  .e-small.e-rating-container .e-rating-label,
15054
15087
  .e-small .e-rating-container .e-rating-label {
15055
15088
  font-size: 10px;
@@ -15064,6 +15097,10 @@ body.e-colorpicker-overflow {
15064
15097
  .e-bigger .e-rating-container .e-rating-item-container {
15065
15098
  font-size: 32px;
15066
15099
  }
15100
+ .e-bigger.e-rating-container .e-rating-item-container:has(svg),
15101
+ .e-bigger .e-rating-container .e-rating-item-container:has(svg) {
15102
+ line-height: 21px;
15103
+ }
15067
15104
  .e-bigger.e-rating-container .e-rating-label,
15068
15105
  .e-bigger .e-rating-container .e-rating-label {
15069
15106
  font-size: 14px;
@@ -15080,6 +15117,12 @@ body.e-colorpicker-overflow {
15080
15117
  .e-small .e-bigger.e-rating-container .e-rating-item-container {
15081
15118
  font-size: 24px;
15082
15119
  }
15120
+ .e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
15121
+ .e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
15122
+ .e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
15123
+ .e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
15124
+ line-height: 17px;
15125
+ }
15083
15126
  .e-bigger.e-small.e-rating-container .e-rating-label,
15084
15127
  .e-bigger.e-small .e-rating-container .e-rating-label,
15085
15128
  .e-bigger .e-small.e-rating-container .e-rating-label,
@@ -15094,7 +15137,8 @@ body.e-colorpicker-overflow {
15094
15137
  font-size: 20px;
15095
15138
  }
15096
15139
 
15097
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
15140
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
15141
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
15098
15142
  outline-color: #3f51b5;
15099
15143
  border-radius: 0;
15100
15144
  }
@@ -15187,4 +15231,245 @@ body.e-colorpicker-overflow {
15187
15231
  /* stylelint-disable property-no-vendor-prefix */
15188
15232
  -webkit-background-clip: text;
15189
15233
  /* stylelint-enable property-no-vendor-prefix */
15234
+ }
15235
+
15236
+ /*! Form material theme wise override definitions and variables */
15237
+ /*! data-form layout */
15238
+ .e-data-form .e-form-label {
15239
+ font-size: 12px;
15240
+ margin-bottom: 4px;
15241
+ font-weight: 400;
15242
+ }
15243
+ .e-data-form .e-form-layout {
15244
+ display: -ms-grid;
15245
+ display: grid;
15246
+ }
15247
+ .e-data-form .e-grid-col-2 {
15248
+ -ms-grid-columns: (minmax(0, 1fr))[2];
15249
+ grid-template-columns: repeat(2, minmax(0, 1fr));
15250
+ }
15251
+ .e-data-form .e-grid-col-3 {
15252
+ -ms-grid-columns: (minmax(0, 1fr))[3];
15253
+ grid-template-columns: repeat(3, minmax(0, 1fr));
15254
+ }
15255
+ .e-data-form .e-grid-col-4 {
15256
+ -ms-grid-columns: (minmax(0, 1fr))[4];
15257
+ grid-template-columns: repeat(4, minmax(0, 1fr));
15258
+ }
15259
+ .e-data-form .e-grid-col-5 {
15260
+ -ms-grid-columns: (minmax(0, 1fr))[5];
15261
+ grid-template-columns: repeat(5, minmax(0, 1fr));
15262
+ }
15263
+ .e-data-form .e-grid-col-6 {
15264
+ -ms-grid-columns: (minmax(0, 1fr))[6];
15265
+ grid-template-columns: repeat(6, minmax(0, 1fr));
15266
+ }
15267
+ .e-data-form .e-grid-col-7 {
15268
+ -ms-grid-columns: (minmax(0, 1fr))[7];
15269
+ grid-template-columns: repeat(7, minmax(0, 1fr));
15270
+ }
15271
+ .e-data-form .e-grid-col-8 {
15272
+ -ms-grid-columns: (minmax(0, 1fr))[8];
15273
+ grid-template-columns: repeat(8, minmax(0, 1fr));
15274
+ }
15275
+ .e-data-form .e-grid-col-9 {
15276
+ -ms-grid-columns: (minmax(0, 1fr))[9];
15277
+ grid-template-columns: repeat(9, minmax(0, 1fr));
15278
+ }
15279
+ .e-data-form .e-grid-col-10 {
15280
+ -ms-grid-columns: (minmax(0, 1fr))[10];
15281
+ grid-template-columns: repeat(10, minmax(0, 1fr));
15282
+ }
15283
+ .e-data-form .e-grid-col-11 {
15284
+ -ms-grid-columns: (minmax(0, 1fr))[11];
15285
+ grid-template-columns: repeat(11, minmax(0, 1fr));
15286
+ }
15287
+ .e-data-form .e-grid-col-12 {
15288
+ -ms-grid-columns: (minmax(0, 1fr))[12];
15289
+ grid-template-columns: repeat(12, minmax(0, 1fr));
15290
+ }
15291
+ .e-data-form .e-colspan-1 {
15292
+ -ms-grid-column-span: 1;
15293
+ -ms-grid-column: span 1;
15294
+ grid-column: span 1/span 1;
15295
+ }
15296
+ .e-data-form .e-colspan-2 {
15297
+ -ms-grid-column-span: 2;
15298
+ -ms-grid-column: span 2;
15299
+ grid-column: span 2/span 2;
15300
+ }
15301
+ .e-data-form .e-colspan-3 {
15302
+ -ms-grid-column-span: 3;
15303
+ -ms-grid-column: span 3;
15304
+ grid-column: span 3/span 3;
15305
+ }
15306
+ .e-data-form .e-colspan-4 {
15307
+ -ms-grid-column-span: 4;
15308
+ -ms-grid-column: span 4;
15309
+ grid-column: span 4/span 4;
15310
+ }
15311
+ .e-data-form .e-colspan-5 {
15312
+ -ms-grid-column-span: 5;
15313
+ -ms-grid-column: span 5;
15314
+ grid-column: span 5/span 5;
15315
+ }
15316
+ .e-data-form .e-colspan-6 {
15317
+ -ms-grid-column-span: 6;
15318
+ -ms-grid-column: span 6;
15319
+ grid-column: span 6/span 6;
15320
+ }
15321
+ .e-data-form .e-colspan-7 {
15322
+ -ms-grid-column-span: 7;
15323
+ -ms-grid-column: span 7;
15324
+ grid-column: span 7/span 7;
15325
+ }
15326
+ .e-data-form .e-colspan-8 {
15327
+ -ms-grid-column-span: 8;
15328
+ -ms-grid-column: span 8;
15329
+ grid-column: span 8/span 8;
15330
+ }
15331
+ .e-data-form .e-colspan-9 {
15332
+ -ms-grid-column-span: 9;
15333
+ -ms-grid-column: span 9;
15334
+ grid-column: span 9/span 9;
15335
+ }
15336
+ .e-data-form .e-colspan-10 {
15337
+ -ms-grid-column-span: 10;
15338
+ -ms-grid-column: span 10;
15339
+ grid-column: span 10/span 10;
15340
+ }
15341
+ .e-data-form .e-colspan-11 {
15342
+ -ms-grid-column-span: 11;
15343
+ -ms-grid-column: span 11;
15344
+ grid-column: span 11/span 11;
15345
+ }
15346
+ .e-data-form .e-colspan-12 {
15347
+ -ms-grid-column-span: 12;
15348
+ -ms-grid-column: span 12;
15349
+ grid-column: span 12/span 12;
15350
+ }
15351
+ .e-data-form .e-label-left .e-form-item-wrapper {
15352
+ -ms-flex: 1 1 auto;
15353
+ flex: 1 1 auto;
15354
+ max-width: calc(75% - 12px);
15355
+ }
15356
+ .e-data-form .e-label-left .e-form-label {
15357
+ margin-right: 12px;
15358
+ width: 25%;
15359
+ text-align: end;
15360
+ -ms-flex-direction: column;
15361
+ flex-direction: column;
15362
+ -ms-flex-align: end;
15363
+ align-items: flex-end;
15364
+ -ms-flex-pack: start;
15365
+ justify-content: flex-start;
15366
+ }
15367
+ .e-data-form .e-label-left .validation-message {
15368
+ display: -ms-flexbox;
15369
+ display: flex;
15370
+ }
15371
+ .e-data-form .e-form-group {
15372
+ border: none;
15373
+ padding: 0;
15374
+ margin: 0;
15375
+ }
15376
+ .e-data-form .e-form-group .e-group-title {
15377
+ position: relative;
15378
+ display: inline-block;
15379
+ padding-bottom: 8px;
15380
+ /* Gap between text and border */
15381
+ margin-bottom: 4px;
15382
+ font-size: 16px;
15383
+ }
15384
+ .e-data-form .e-form-group .e-group-title::after {
15385
+ content: "";
15386
+ position: absolute;
15387
+ bottom: 0;
15388
+ left: 0;
15389
+ width: 100%;
15390
+ height: 1px;
15391
+ border-bottom: 1px solid #c4c7c5;
15392
+ }
15393
+ .e-data-form .e-label-top {
15394
+ display: -ms-flexbox;
15395
+ display: flex;
15396
+ -ms-flex-direction: column;
15397
+ flex-direction: column;
15398
+ margin-top: 20px;
15399
+ }
15400
+ .e-data-form .e-label-top .e-label-right {
15401
+ display: -ms-flexbox;
15402
+ display: flex;
15403
+ -ms-flex-align: center;
15404
+ align-items: center;
15405
+ }
15406
+ .e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
15407
+ margin-top: 3px;
15408
+ margin-left: 5px;
15409
+ }
15410
+ .e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
15411
+ margin-top: 6px;
15412
+ }
15413
+ .e-data-form .e-label-left {
15414
+ display: -ms-flexbox;
15415
+ display: flex;
15416
+ text-align: center;
15417
+ margin-top: 20px;
15418
+ }
15419
+ .e-data-form .e-button-left {
15420
+ -ms-flex-pack: start;
15421
+ justify-content: flex-start;
15422
+ }
15423
+ .e-data-form .e-button-right {
15424
+ -ms-flex-pack: end;
15425
+ justify-content: flex-end;
15426
+ }
15427
+ .e-data-form .e-button-center {
15428
+ -ms-flex-pack: center;
15429
+ justify-content: center;
15430
+ }
15431
+ .e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
15432
+ margin-top: 24px;
15433
+ display: -ms-flexbox;
15434
+ display: flex;
15435
+ gap: 10px;
15436
+ }
15437
+ .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 {
15438
+ border-radius: 20px;
15439
+ padding: 7px 16px;
15440
+ }
15441
+ .e-data-form .e-button-stretch .e-btn {
15442
+ width: 100%;
15443
+ }
15444
+ .e-data-form > :first-child.e-form-layout {
15445
+ margin-top: 0;
15446
+ }
15447
+ .e-data-form .e-form-group-layout {
15448
+ display: -ms-grid;
15449
+ display: grid;
15450
+ }
15451
+
15452
+ /*! data-form theme */
15453
+ .e-data-form .e-form-label {
15454
+ color: rgba(0, 0, 0, 0.54);
15455
+ }
15456
+ .e-data-form .e-group-title {
15457
+ color: rgba(0, 0, 0, 0.54);
15458
+ }
15459
+ .e-data-form .validation-message {
15460
+ color: #ba160a;
15461
+ font-size: 12px;
15462
+ font-style: italic;
15463
+ }
15464
+
15465
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
15466
+ background-color: #fde1df;
15467
+ border: #fde1df;
15468
+ }
15469
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
15470
+ color: #ba160a;
15471
+ }
15472
+ .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 {
15473
+ border-bottom-color: #fde1df;
15474
+ color: #fde1df;
15190
15475
  }
@@ -7,3 +7,4 @@
7
7
  @import 'uploader/material.scss';
8
8
  @import 'color-picker/material.scss';
9
9
  @import 'rating/material.scss';
10
+ @import 'data-form/material.scss';