@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
package/styles/fabric.css CHANGED
@@ -6540,6 +6540,11 @@ body.e-colorpicker-overflow {
6540
6540
  .e-bigger .e-container .e-input-container .e-float-input.e-numeric input {
6541
6541
  height: 36px;
6542
6542
  }
6543
+ @media only screen and (max-width: 600px) {
6544
+ .e-bigger .e-container .e-input-container {
6545
+ width: 89.8%;
6546
+ }
6547
+ }
6543
6548
  .e-bigger .e-container .e-css.e-value-switch-btn, .e-bigger .e-container .e-mode-switch-btn {
6544
6549
  padding: 2px 2px;
6545
6550
  width: 9.023%;
@@ -6738,7 +6743,8 @@ body.e-colorpicker-overflow {
6738
6743
  padding: 0;
6739
6744
  margin: 4px;
6740
6745
  }
6741
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
6746
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
6747
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
6742
6748
  outline: 1px solid;
6743
6749
  }
6744
6750
  .e-rating-container .e-rating-item-list:focus-visible {
@@ -6757,10 +6763,13 @@ body.e-colorpicker-overflow {
6757
6763
  min-height: calc(1em + 8px);
6758
6764
  position: relative;
6759
6765
  }
6766
+ .e-rating-container .e-rating-item-container:has(svg) {
6767
+ line-height: 13px;
6768
+ }
6760
6769
  .e-rating-container .e-rating-item-container .e-rating-item {
6761
6770
  display: block;
6762
6771
  }
6763
- .e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
6772
+ .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 {
6764
6773
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
6765
6774
  transform: scale(1.4);
6766
6775
  pointer-events: none;
@@ -6850,6 +6859,10 @@ body.e-colorpicker-overflow {
6850
6859
  .e-small .e-rating-container .e-rating-item-container {
6851
6860
  font-size: 16px;
6852
6861
  }
6862
+ .e-small.e-rating-container .e-rating-item-container:has(svg),
6863
+ .e-small .e-rating-container .e-rating-item-container:has(svg) {
6864
+ line-height: 13px;
6865
+ }
6853
6866
  .e-small.e-rating-container .e-rating-label,
6854
6867
  .e-small .e-rating-container .e-rating-label {
6855
6868
  font-size: 10px;
@@ -6864,6 +6877,10 @@ body.e-colorpicker-overflow {
6864
6877
  .e-bigger .e-rating-container .e-rating-item-container {
6865
6878
  font-size: 28px;
6866
6879
  }
6880
+ .e-bigger.e-rating-container .e-rating-item-container:has(svg),
6881
+ .e-bigger .e-rating-container .e-rating-item-container:has(svg) {
6882
+ line-height: 21px;
6883
+ }
6867
6884
  .e-bigger.e-rating-container .e-rating-label,
6868
6885
  .e-bigger .e-rating-container .e-rating-label {
6869
6886
  font-size: 14px;
@@ -6880,6 +6897,12 @@ body.e-colorpicker-overflow {
6880
6897
  .e-small .e-bigger.e-rating-container .e-rating-item-container {
6881
6898
  font-size: 24px;
6882
6899
  }
6900
+ .e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
6901
+ .e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
6902
+ .e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
6903
+ .e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
6904
+ line-height: 19px;
6905
+ }
6883
6906
  .e-bigger.e-small.e-rating-container .e-rating-label,
6884
6907
  .e-bigger.e-small .e-rating-container .e-rating-label,
6885
6908
  .e-bigger .e-small.e-rating-container .e-rating-label,
@@ -6894,7 +6917,8 @@ body.e-colorpicker-overflow {
6894
6917
  font-size: 20px;
6895
6918
  }
6896
6919
 
6897
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
6920
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
6921
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
6898
6922
  outline-color: #005ba3;
6899
6923
  border-radius: 0;
6900
6924
  }
@@ -6987,4 +7011,245 @@ body.e-colorpicker-overflow {
6987
7011
  /* stylelint-disable property-no-vendor-prefix */
6988
7012
  -webkit-background-clip: text;
6989
7013
  /* stylelint-enable property-no-vendor-prefix */
7014
+ }
7015
+
7016
+ /*! Form fabric theme wise override definitions and variables */
7017
+ /*! data-form layout */
7018
+ .e-data-form .e-form-label {
7019
+ font-size: 14px;
7020
+ margin-bottom: 4px;
7021
+ font-weight: 600;
7022
+ }
7023
+ .e-data-form .e-form-layout {
7024
+ display: -ms-grid;
7025
+ display: grid;
7026
+ }
7027
+ .e-data-form .e-grid-col-2 {
7028
+ -ms-grid-columns: (minmax(0, 1fr))[2];
7029
+ grid-template-columns: repeat(2, minmax(0, 1fr));
7030
+ }
7031
+ .e-data-form .e-grid-col-3 {
7032
+ -ms-grid-columns: (minmax(0, 1fr))[3];
7033
+ grid-template-columns: repeat(3, minmax(0, 1fr));
7034
+ }
7035
+ .e-data-form .e-grid-col-4 {
7036
+ -ms-grid-columns: (minmax(0, 1fr))[4];
7037
+ grid-template-columns: repeat(4, minmax(0, 1fr));
7038
+ }
7039
+ .e-data-form .e-grid-col-5 {
7040
+ -ms-grid-columns: (minmax(0, 1fr))[5];
7041
+ grid-template-columns: repeat(5, minmax(0, 1fr));
7042
+ }
7043
+ .e-data-form .e-grid-col-6 {
7044
+ -ms-grid-columns: (minmax(0, 1fr))[6];
7045
+ grid-template-columns: repeat(6, minmax(0, 1fr));
7046
+ }
7047
+ .e-data-form .e-grid-col-7 {
7048
+ -ms-grid-columns: (minmax(0, 1fr))[7];
7049
+ grid-template-columns: repeat(7, minmax(0, 1fr));
7050
+ }
7051
+ .e-data-form .e-grid-col-8 {
7052
+ -ms-grid-columns: (minmax(0, 1fr))[8];
7053
+ grid-template-columns: repeat(8, minmax(0, 1fr));
7054
+ }
7055
+ .e-data-form .e-grid-col-9 {
7056
+ -ms-grid-columns: (minmax(0, 1fr))[9];
7057
+ grid-template-columns: repeat(9, minmax(0, 1fr));
7058
+ }
7059
+ .e-data-form .e-grid-col-10 {
7060
+ -ms-grid-columns: (minmax(0, 1fr))[10];
7061
+ grid-template-columns: repeat(10, minmax(0, 1fr));
7062
+ }
7063
+ .e-data-form .e-grid-col-11 {
7064
+ -ms-grid-columns: (minmax(0, 1fr))[11];
7065
+ grid-template-columns: repeat(11, minmax(0, 1fr));
7066
+ }
7067
+ .e-data-form .e-grid-col-12 {
7068
+ -ms-grid-columns: (minmax(0, 1fr))[12];
7069
+ grid-template-columns: repeat(12, minmax(0, 1fr));
7070
+ }
7071
+ .e-data-form .e-colspan-1 {
7072
+ -ms-grid-column-span: 1;
7073
+ -ms-grid-column: span 1;
7074
+ grid-column: span 1/span 1;
7075
+ }
7076
+ .e-data-form .e-colspan-2 {
7077
+ -ms-grid-column-span: 2;
7078
+ -ms-grid-column: span 2;
7079
+ grid-column: span 2/span 2;
7080
+ }
7081
+ .e-data-form .e-colspan-3 {
7082
+ -ms-grid-column-span: 3;
7083
+ -ms-grid-column: span 3;
7084
+ grid-column: span 3/span 3;
7085
+ }
7086
+ .e-data-form .e-colspan-4 {
7087
+ -ms-grid-column-span: 4;
7088
+ -ms-grid-column: span 4;
7089
+ grid-column: span 4/span 4;
7090
+ }
7091
+ .e-data-form .e-colspan-5 {
7092
+ -ms-grid-column-span: 5;
7093
+ -ms-grid-column: span 5;
7094
+ grid-column: span 5/span 5;
7095
+ }
7096
+ .e-data-form .e-colspan-6 {
7097
+ -ms-grid-column-span: 6;
7098
+ -ms-grid-column: span 6;
7099
+ grid-column: span 6/span 6;
7100
+ }
7101
+ .e-data-form .e-colspan-7 {
7102
+ -ms-grid-column-span: 7;
7103
+ -ms-grid-column: span 7;
7104
+ grid-column: span 7/span 7;
7105
+ }
7106
+ .e-data-form .e-colspan-8 {
7107
+ -ms-grid-column-span: 8;
7108
+ -ms-grid-column: span 8;
7109
+ grid-column: span 8/span 8;
7110
+ }
7111
+ .e-data-form .e-colspan-9 {
7112
+ -ms-grid-column-span: 9;
7113
+ -ms-grid-column: span 9;
7114
+ grid-column: span 9/span 9;
7115
+ }
7116
+ .e-data-form .e-colspan-10 {
7117
+ -ms-grid-column-span: 10;
7118
+ -ms-grid-column: span 10;
7119
+ grid-column: span 10/span 10;
7120
+ }
7121
+ .e-data-form .e-colspan-11 {
7122
+ -ms-grid-column-span: 11;
7123
+ -ms-grid-column: span 11;
7124
+ grid-column: span 11/span 11;
7125
+ }
7126
+ .e-data-form .e-colspan-12 {
7127
+ -ms-grid-column-span: 12;
7128
+ -ms-grid-column: span 12;
7129
+ grid-column: span 12/span 12;
7130
+ }
7131
+ .e-data-form .e-label-left .e-form-item-wrapper {
7132
+ -ms-flex: 1 1 auto;
7133
+ flex: 1 1 auto;
7134
+ max-width: calc(75% - 12px);
7135
+ }
7136
+ .e-data-form .e-label-left .e-form-label {
7137
+ margin-right: 12px;
7138
+ width: 25%;
7139
+ text-align: end;
7140
+ -ms-flex-direction: column;
7141
+ flex-direction: column;
7142
+ -ms-flex-align: end;
7143
+ align-items: flex-end;
7144
+ -ms-flex-pack: start;
7145
+ justify-content: flex-start;
7146
+ }
7147
+ .e-data-form .e-label-left .validation-message {
7148
+ display: -ms-flexbox;
7149
+ display: flex;
7150
+ }
7151
+ .e-data-form .e-form-group {
7152
+ border: none;
7153
+ padding: 0;
7154
+ margin: 0;
7155
+ }
7156
+ .e-data-form .e-form-group .e-group-title {
7157
+ position: relative;
7158
+ display: inline-block;
7159
+ padding-bottom: 8px;
7160
+ /* Gap between text and border */
7161
+ margin-bottom: 0;
7162
+ font-size: 16px;
7163
+ }
7164
+ .e-data-form .e-form-group .e-group-title::after {
7165
+ content: "";
7166
+ position: absolute;
7167
+ bottom: 0;
7168
+ left: 0;
7169
+ width: 100%;
7170
+ height: 1px;
7171
+ border-bottom: 1px solid #eaeaea;
7172
+ }
7173
+ .e-data-form .e-label-top {
7174
+ display: -ms-flexbox;
7175
+ display: flex;
7176
+ -ms-flex-direction: column;
7177
+ flex-direction: column;
7178
+ margin-top: 20px;
7179
+ }
7180
+ .e-data-form .e-label-top .e-label-right {
7181
+ display: -ms-flexbox;
7182
+ display: flex;
7183
+ -ms-flex-align: center;
7184
+ align-items: center;
7185
+ }
7186
+ .e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
7187
+ margin-top: 3px;
7188
+ margin-left: 5px;
7189
+ }
7190
+ .e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
7191
+ margin-top: 4px;
7192
+ }
7193
+ .e-data-form .e-label-left {
7194
+ display: -ms-flexbox;
7195
+ display: flex;
7196
+ text-align: center;
7197
+ margin-top: 20px;
7198
+ }
7199
+ .e-data-form .e-button-left {
7200
+ -ms-flex-pack: start;
7201
+ justify-content: flex-start;
7202
+ }
7203
+ .e-data-form .e-button-right {
7204
+ -ms-flex-pack: end;
7205
+ justify-content: flex-end;
7206
+ }
7207
+ .e-data-form .e-button-center {
7208
+ -ms-flex-pack: center;
7209
+ justify-content: center;
7210
+ }
7211
+ .e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
7212
+ margin-top: 24px;
7213
+ display: -ms-flexbox;
7214
+ display: flex;
7215
+ gap: 10px;
7216
+ }
7217
+ .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 {
7218
+ border-radius: 20px;
7219
+ padding: 7px 16px;
7220
+ }
7221
+ .e-data-form .e-button-stretch .e-btn {
7222
+ width: 100%;
7223
+ }
7224
+ .e-data-form > :first-child.e-form-layout {
7225
+ margin-top: 0;
7226
+ }
7227
+ .e-data-form .e-form-group-layout {
7228
+ display: -ms-grid;
7229
+ display: grid;
7230
+ }
7231
+
7232
+ /*! data-form theme */
7233
+ .e-data-form .e-form-label {
7234
+ color: #333;
7235
+ }
7236
+ .e-data-form .e-group-title {
7237
+ color: #333;
7238
+ }
7239
+ .e-data-form .validation-message {
7240
+ color: #a80000;
7241
+ font-size: 14px;
7242
+ font-style: italic;
7243
+ }
7244
+
7245
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
7246
+ background-color: #fde7e9;
7247
+ border: #fde7e9;
7248
+ }
7249
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
7250
+ color: #a80000;
7251
+ }
7252
+ .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 {
7253
+ border-bottom-color: #fde7e9;
7254
+ color: #fde7e9;
6990
7255
  }
@@ -7,3 +7,4 @@
7
7
  @import 'uploader/fabric.scss';
8
8
  @import 'color-picker/fabric.scss';
9
9
  @import 'rating/fabric.scss';
10
+ @import 'data-form/fabric.scss';
@@ -6621,6 +6621,14 @@ body.e-colorpicker-overflow {
6621
6621
  .e-bigger .e-container.e-color-picker {
6622
6622
  width: 376px;
6623
6623
  }
6624
+ @media only screen and (max-width: 600px) {
6625
+ .e-bigger .e-container.e-color-picker {
6626
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
6627
+ }
6628
+ .e-bigger .e-container.e-colorpicker-popup {
6629
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
6630
+ }
6631
+ }
6624
6632
  .e-bigger .e-container .e-palette .e-tile {
6625
6633
  height: 29px;
6626
6634
  width: 29px;
@@ -6640,6 +6648,11 @@ body.e-colorpicker-overflow {
6640
6648
  width: 12.405%;
6641
6649
  top: -4px;
6642
6650
  }
6651
+ @media only screen and (max-width: 600px) {
6652
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
6653
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
6654
+ }
6655
+ }
6643
6656
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
6644
6657
  width: 82.944%;
6645
6658
  }
@@ -6874,7 +6887,8 @@ body.e-colorpicker-overflow {
6874
6887
  padding: 0;
6875
6888
  margin: 4px;
6876
6889
  }
6877
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
6890
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
6891
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
6878
6892
  outline: 1px solid;
6879
6893
  }
6880
6894
  .e-rating-container .e-rating-item-list:focus-visible {
@@ -6893,10 +6907,13 @@ body.e-colorpicker-overflow {
6893
6907
  min-height: calc(1em + 8px);
6894
6908
  position: relative;
6895
6909
  }
6910
+ .e-rating-container .e-rating-item-container:has(svg) {
6911
+ line-height: 13px;
6912
+ }
6896
6913
  .e-rating-container .e-rating-item-container .e-rating-item {
6897
6914
  display: block;
6898
6915
  }
6899
- .e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
6916
+ .e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
6900
6917
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
6901
6918
  transform: scale(1.4);
6902
6919
  pointer-events: none;
@@ -6986,6 +7003,10 @@ body.e-colorpicker-overflow {
6986
7003
  .e-small .e-rating-container .e-rating-item-container {
6987
7004
  font-size: 16px;
6988
7005
  }
7006
+ .e-small.e-rating-container .e-rating-item-container:has(svg),
7007
+ .e-small .e-rating-container .e-rating-item-container:has(svg) {
7008
+ line-height: 13px;
7009
+ }
6989
7010
  .e-small.e-rating-container .e-rating-label,
6990
7011
  .e-small .e-rating-container .e-rating-label {
6991
7012
  font-size: 10px;
@@ -7000,6 +7021,10 @@ body.e-colorpicker-overflow {
7000
7021
  .e-bigger .e-rating-container .e-rating-item-container {
7001
7022
  font-size: 28px;
7002
7023
  }
7024
+ .e-bigger.e-rating-container .e-rating-item-container:has(svg),
7025
+ .e-bigger .e-rating-container .e-rating-item-container:has(svg) {
7026
+ line-height: 21px;
7027
+ }
7003
7028
  .e-bigger.e-rating-container .e-rating-label,
7004
7029
  .e-bigger .e-rating-container .e-rating-label {
7005
7030
  font-size: 14px;
@@ -7016,6 +7041,12 @@ body.e-colorpicker-overflow {
7016
7041
  .e-small .e-bigger.e-rating-container .e-rating-item-container {
7017
7042
  font-size: 24px;
7018
7043
  }
7044
+ .e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
7045
+ .e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
7046
+ .e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
7047
+ .e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
7048
+ line-height: 19px;
7049
+ }
7019
7050
  .e-bigger.e-small.e-rating-container .e-rating-label,
7020
7051
  .e-bigger.e-small .e-rating-container .e-rating-label,
7021
7052
  .e-bigger .e-small.e-rating-container .e-rating-label,
@@ -7030,7 +7061,8 @@ body.e-colorpicker-overflow {
7030
7061
  font-size: 20px;
7031
7062
  }
7032
7063
 
7033
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
7064
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
7065
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
7034
7066
  outline-color: #f3f2f1;
7035
7067
  border-radius: 0;
7036
7068
  }
@@ -7123,4 +7155,245 @@ body.e-colorpicker-overflow {
7123
7155
  /* stylelint-disable property-no-vendor-prefix */
7124
7156
  -webkit-background-clip: text;
7125
7157
  /* stylelint-enable property-no-vendor-prefix */
7158
+ }
7159
+
7160
+ /*! Form tailwind theme wise override definitions and variables */
7161
+ /*! data-form layout */
7162
+ .e-data-form .e-form-label {
7163
+ font-size: 14px;
7164
+ margin-bottom: 4px;
7165
+ font-weight: 600;
7166
+ }
7167
+ .e-data-form .e-form-layout {
7168
+ display: -ms-grid;
7169
+ display: grid;
7170
+ }
7171
+ .e-data-form .e-grid-col-2 {
7172
+ -ms-grid-columns: (minmax(0, 1fr))[2];
7173
+ grid-template-columns: repeat(2, minmax(0, 1fr));
7174
+ }
7175
+ .e-data-form .e-grid-col-3 {
7176
+ -ms-grid-columns: (minmax(0, 1fr))[3];
7177
+ grid-template-columns: repeat(3, minmax(0, 1fr));
7178
+ }
7179
+ .e-data-form .e-grid-col-4 {
7180
+ -ms-grid-columns: (minmax(0, 1fr))[4];
7181
+ grid-template-columns: repeat(4, minmax(0, 1fr));
7182
+ }
7183
+ .e-data-form .e-grid-col-5 {
7184
+ -ms-grid-columns: (minmax(0, 1fr))[5];
7185
+ grid-template-columns: repeat(5, minmax(0, 1fr));
7186
+ }
7187
+ .e-data-form .e-grid-col-6 {
7188
+ -ms-grid-columns: (minmax(0, 1fr))[6];
7189
+ grid-template-columns: repeat(6, minmax(0, 1fr));
7190
+ }
7191
+ .e-data-form .e-grid-col-7 {
7192
+ -ms-grid-columns: (minmax(0, 1fr))[7];
7193
+ grid-template-columns: repeat(7, minmax(0, 1fr));
7194
+ }
7195
+ .e-data-form .e-grid-col-8 {
7196
+ -ms-grid-columns: (minmax(0, 1fr))[8];
7197
+ grid-template-columns: repeat(8, minmax(0, 1fr));
7198
+ }
7199
+ .e-data-form .e-grid-col-9 {
7200
+ -ms-grid-columns: (minmax(0, 1fr))[9];
7201
+ grid-template-columns: repeat(9, minmax(0, 1fr));
7202
+ }
7203
+ .e-data-form .e-grid-col-10 {
7204
+ -ms-grid-columns: (minmax(0, 1fr))[10];
7205
+ grid-template-columns: repeat(10, minmax(0, 1fr));
7206
+ }
7207
+ .e-data-form .e-grid-col-11 {
7208
+ -ms-grid-columns: (minmax(0, 1fr))[11];
7209
+ grid-template-columns: repeat(11, minmax(0, 1fr));
7210
+ }
7211
+ .e-data-form .e-grid-col-12 {
7212
+ -ms-grid-columns: (minmax(0, 1fr))[12];
7213
+ grid-template-columns: repeat(12, minmax(0, 1fr));
7214
+ }
7215
+ .e-data-form .e-colspan-1 {
7216
+ -ms-grid-column-span: 1;
7217
+ -ms-grid-column: span 1;
7218
+ grid-column: span 1/span 1;
7219
+ }
7220
+ .e-data-form .e-colspan-2 {
7221
+ -ms-grid-column-span: 2;
7222
+ -ms-grid-column: span 2;
7223
+ grid-column: span 2/span 2;
7224
+ }
7225
+ .e-data-form .e-colspan-3 {
7226
+ -ms-grid-column-span: 3;
7227
+ -ms-grid-column: span 3;
7228
+ grid-column: span 3/span 3;
7229
+ }
7230
+ .e-data-form .e-colspan-4 {
7231
+ -ms-grid-column-span: 4;
7232
+ -ms-grid-column: span 4;
7233
+ grid-column: span 4/span 4;
7234
+ }
7235
+ .e-data-form .e-colspan-5 {
7236
+ -ms-grid-column-span: 5;
7237
+ -ms-grid-column: span 5;
7238
+ grid-column: span 5/span 5;
7239
+ }
7240
+ .e-data-form .e-colspan-6 {
7241
+ -ms-grid-column-span: 6;
7242
+ -ms-grid-column: span 6;
7243
+ grid-column: span 6/span 6;
7244
+ }
7245
+ .e-data-form .e-colspan-7 {
7246
+ -ms-grid-column-span: 7;
7247
+ -ms-grid-column: span 7;
7248
+ grid-column: span 7/span 7;
7249
+ }
7250
+ .e-data-form .e-colspan-8 {
7251
+ -ms-grid-column-span: 8;
7252
+ -ms-grid-column: span 8;
7253
+ grid-column: span 8/span 8;
7254
+ }
7255
+ .e-data-form .e-colspan-9 {
7256
+ -ms-grid-column-span: 9;
7257
+ -ms-grid-column: span 9;
7258
+ grid-column: span 9/span 9;
7259
+ }
7260
+ .e-data-form .e-colspan-10 {
7261
+ -ms-grid-column-span: 10;
7262
+ -ms-grid-column: span 10;
7263
+ grid-column: span 10/span 10;
7264
+ }
7265
+ .e-data-form .e-colspan-11 {
7266
+ -ms-grid-column-span: 11;
7267
+ -ms-grid-column: span 11;
7268
+ grid-column: span 11/span 11;
7269
+ }
7270
+ .e-data-form .e-colspan-12 {
7271
+ -ms-grid-column-span: 12;
7272
+ -ms-grid-column: span 12;
7273
+ grid-column: span 12/span 12;
7274
+ }
7275
+ .e-data-form .e-label-left .e-form-item-wrapper {
7276
+ -ms-flex: 1 1 auto;
7277
+ flex: 1 1 auto;
7278
+ max-width: calc(75% - 12px);
7279
+ }
7280
+ .e-data-form .e-label-left .e-form-label {
7281
+ margin-right: 12px;
7282
+ width: 25%;
7283
+ text-align: end;
7284
+ -ms-flex-direction: column;
7285
+ flex-direction: column;
7286
+ -ms-flex-align: end;
7287
+ align-items: flex-end;
7288
+ -ms-flex-pack: start;
7289
+ justify-content: flex-start;
7290
+ }
7291
+ .e-data-form .e-label-left .validation-message {
7292
+ display: -ms-flexbox;
7293
+ display: flex;
7294
+ }
7295
+ .e-data-form .e-form-group {
7296
+ border: none;
7297
+ padding: 0;
7298
+ margin: 0;
7299
+ }
7300
+ .e-data-form .e-form-group .e-group-title {
7301
+ position: relative;
7302
+ display: inline-block;
7303
+ padding-bottom: 8px;
7304
+ /* Gap between text and border */
7305
+ margin-bottom: 0;
7306
+ font-size: 16px;
7307
+ }
7308
+ .e-data-form .e-form-group .e-group-title::after {
7309
+ content: "";
7310
+ position: absolute;
7311
+ bottom: 0;
7312
+ left: 0;
7313
+ width: 100%;
7314
+ height: 1px;
7315
+ border-bottom: 1px solid #292827;
7316
+ }
7317
+ .e-data-form .e-label-top {
7318
+ display: -ms-flexbox;
7319
+ display: flex;
7320
+ -ms-flex-direction: column;
7321
+ flex-direction: column;
7322
+ margin-top: 20px;
7323
+ }
7324
+ .e-data-form .e-label-top .e-label-right {
7325
+ display: -ms-flexbox;
7326
+ display: flex;
7327
+ -ms-flex-align: center;
7328
+ align-items: center;
7329
+ }
7330
+ .e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
7331
+ margin-top: 3px;
7332
+ margin-left: 5px;
7333
+ }
7334
+ .e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
7335
+ margin-top: 3px;
7336
+ }
7337
+ .e-data-form .e-label-left {
7338
+ display: -ms-flexbox;
7339
+ display: flex;
7340
+ text-align: center;
7341
+ margin-top: 20px;
7342
+ }
7343
+ .e-data-form .e-button-left {
7344
+ -ms-flex-pack: start;
7345
+ justify-content: flex-start;
7346
+ }
7347
+ .e-data-form .e-button-right {
7348
+ -ms-flex-pack: end;
7349
+ justify-content: flex-end;
7350
+ }
7351
+ .e-data-form .e-button-center {
7352
+ -ms-flex-pack: center;
7353
+ justify-content: center;
7354
+ }
7355
+ .e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
7356
+ margin-top: 24px;
7357
+ display: -ms-flexbox;
7358
+ display: flex;
7359
+ gap: 10px;
7360
+ }
7361
+ .e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
7362
+ border-radius: 20px;
7363
+ padding: 7px 16px;
7364
+ }
7365
+ .e-data-form .e-button-stretch .e-btn {
7366
+ width: 100%;
7367
+ }
7368
+ .e-data-form > :first-child.e-form-layout {
7369
+ margin-top: 0;
7370
+ }
7371
+ .e-data-form .e-form-group-layout {
7372
+ display: -ms-grid;
7373
+ display: grid;
7374
+ }
7375
+
7376
+ /*! data-form theme */
7377
+ .e-data-form .e-form-label {
7378
+ color: #d2d0ce;
7379
+ }
7380
+ .e-data-form .e-group-title {
7381
+ color: #c8c6c4;
7382
+ }
7383
+ .e-data-form .validation-message {
7384
+ color: #d13438;
7385
+ font-size: 14px;
7386
+ font-style: italic;
7387
+ }
7388
+
7389
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
7390
+ background-color: #fed9cc;
7391
+ border: #fed9cc;
7392
+ }
7393
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
7394
+ color: #d13438;
7395
+ }
7396
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
7397
+ border-bottom-color: #fed9cc;
7398
+ color: #fed9cc;
7126
7399
  }
@@ -7,3 +7,4 @@
7
7
  @import 'uploader/fluent-dark.scss';
8
8
  @import 'color-picker/fluent-dark.scss';
9
9
  @import 'rating/fluent-dark.scss';
10
+ @import 'data-form/fluent-dark.scss';