@syncfusion/ej2-inplace-editor 31.2.12 → 32.1.24

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 (268) hide show
  1. package/README.md +2 -3
  2. package/aceconfig.js +17 -0
  3. package/dist/ej2-inplace-editor.min.js +1 -1
  4. package/dist/ej2-inplace-editor.umd.min.js +1 -1
  5. package/dist/global/ej2-inplace-editor.min.js +1 -1
  6. package/dist/global/index.d.ts +1 -1
  7. package/package.json +13 -13
  8. package/styles/bds-lite.css +14 -6
  9. package/styles/bds-lite.scss +25 -26
  10. package/styles/bds.css +18 -6
  11. package/styles/bds.scss +26 -27
  12. package/styles/bootstrap-dark-lite.css +16 -0
  13. package/styles/bootstrap-dark-lite.scss +25 -26
  14. package/styles/bootstrap-dark.css +24 -0
  15. package/styles/bootstrap-dark.scss +26 -27
  16. package/styles/bootstrap-lite.css +16 -0
  17. package/styles/bootstrap-lite.scss +25 -26
  18. package/styles/bootstrap.css +24 -0
  19. package/styles/bootstrap.scss +26 -27
  20. package/styles/bootstrap4-lite.css +19 -3
  21. package/styles/bootstrap4-lite.scss +25 -26
  22. package/styles/bootstrap4.css +27 -3
  23. package/styles/bootstrap4.scss +26 -27
  24. package/styles/bootstrap5-dark-lite.scss +25 -26
  25. package/styles/bootstrap5-dark.scss +26 -27
  26. package/styles/bootstrap5-lite.scss +26 -26
  27. package/styles/bootstrap5.3-lite.css +256 -8
  28. package/styles/bootstrap5.3-lite.scss +26 -26
  29. package/styles/bootstrap5.3.css +340 -8
  30. package/styles/bootstrap5.3.scss +27 -27
  31. package/styles/bootstrap5.scss +27 -27
  32. package/styles/fabric-dark-lite.css +16 -0
  33. package/styles/fabric-dark-lite.scss +26 -26
  34. package/styles/fabric-dark.css +24 -0
  35. package/styles/fabric-dark.scss +27 -27
  36. package/styles/fabric-lite.css +16 -0
  37. package/styles/fabric-lite.scss +26 -26
  38. package/styles/fabric.css +24 -0
  39. package/styles/fabric.scss +27 -27
  40. package/styles/fluent-dark-lite.scss +26 -26
  41. package/styles/fluent-dark.scss +27 -27
  42. package/styles/fluent-lite.scss +26 -26
  43. package/styles/fluent.scss +27 -27
  44. package/styles/fluent2-lite.css +417 -13
  45. package/styles/fluent2-lite.scss +26 -26
  46. package/styles/fluent2.css +503 -13
  47. package/styles/fluent2.scss +27 -27
  48. package/styles/highcontrast-light-lite.css +16 -0
  49. package/styles/highcontrast-light-lite.scss +26 -26
  50. package/styles/highcontrast-light.css +24 -0
  51. package/styles/highcontrast-light.scss +27 -27
  52. package/styles/highcontrast-lite.css +16 -0
  53. package/styles/highcontrast-lite.scss +26 -26
  54. package/styles/highcontrast.css +24 -0
  55. package/styles/highcontrast.scss +27 -27
  56. package/styles/inplace-editor/_all.bds.scss +2 -0
  57. package/styles/inplace-editor/_all.bootstrap-dark.scss +2 -0
  58. package/styles/inplace-editor/_all.bootstrap.scss +2 -0
  59. package/styles/inplace-editor/_all.bootstrap4.scss +2 -0
  60. package/styles/inplace-editor/_all.bootstrap5-dark.scss +2 -0
  61. package/styles/inplace-editor/_all.bootstrap5.3.scss +2 -0
  62. package/styles/inplace-editor/_all.bootstrap5.scss +2 -0
  63. package/styles/inplace-editor/_all.fabric-dark.scss +2 -0
  64. package/styles/inplace-editor/_all.fabric.scss +2 -0
  65. package/styles/inplace-editor/_all.fluent-dark.scss +2 -0
  66. package/styles/inplace-editor/_all.fluent.scss +2 -0
  67. package/styles/inplace-editor/_all.fluent2.scss +2 -0
  68. package/styles/inplace-editor/_all.highcontrast-light.scss +2 -0
  69. package/styles/inplace-editor/_all.highcontrast.scss +2 -0
  70. package/styles/inplace-editor/_all.material-dark.scss +2 -0
  71. package/styles/inplace-editor/_all.material.scss +2 -0
  72. package/styles/inplace-editor/_all.material3-dark.scss +2 -0
  73. package/styles/inplace-editor/_all.material3.scss +2 -0
  74. package/styles/inplace-editor/_all.scss +2 -2
  75. package/styles/inplace-editor/_all.tailwind-dark.scss +2 -0
  76. package/styles/inplace-editor/_all.tailwind.scss +2 -0
  77. package/styles/inplace-editor/_all.tailwind3.scss +2 -0
  78. package/styles/inplace-editor/_bds-definition.scss +11 -0
  79. package/styles/inplace-editor/_bigger.bds.scss +3 -0
  80. package/styles/inplace-editor/_bigger.bootstrap-dark.scss +3 -0
  81. package/styles/inplace-editor/_bigger.bootstrap.scss +3 -0
  82. package/styles/inplace-editor/_bigger.bootstrap4.scss +3 -0
  83. package/styles/inplace-editor/_bigger.bootstrap5-dark.scss +3 -0
  84. package/styles/inplace-editor/_bigger.bootstrap5.3.scss +3 -0
  85. package/styles/inplace-editor/_bigger.bootstrap5.scss +3 -0
  86. package/styles/inplace-editor/_bigger.fabric-dark.scss +3 -0
  87. package/styles/inplace-editor/_bigger.fabric.scss +3 -0
  88. package/styles/inplace-editor/_bigger.fluent-dark.scss +3 -0
  89. package/styles/inplace-editor/_bigger.fluent.scss +3 -0
  90. package/styles/inplace-editor/_bigger.fluent2.scss +3 -0
  91. package/styles/inplace-editor/_bigger.highcontrast-light.scss +3 -0
  92. package/styles/inplace-editor/_bigger.highcontrast.scss +3 -0
  93. package/styles/inplace-editor/_bigger.material-dark.scss +3 -0
  94. package/styles/inplace-editor/_bigger.material.scss +3 -0
  95. package/styles/inplace-editor/_bigger.material3-dark.scss +3 -0
  96. package/styles/inplace-editor/_bigger.material3.scss +3 -0
  97. package/styles/inplace-editor/_bigger.scss +7 -6
  98. package/styles/inplace-editor/_bigger.tailwind-dark.scss +3 -0
  99. package/styles/inplace-editor/_bigger.tailwind.scss +3 -0
  100. package/styles/inplace-editor/_bigger.tailwind3.scss +3 -0
  101. package/styles/inplace-editor/_bootstrap-dark-definition.scss +10 -0
  102. package/styles/inplace-editor/_bootstrap-definition.scss +10 -0
  103. package/styles/inplace-editor/_bootstrap4-definition.scss +9 -0
  104. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +80 -1
  105. package/styles/inplace-editor/_bootstrap5-definition.scss +11 -0
  106. package/styles/inplace-editor/_bootstrap5.3-definition.scss +13 -2
  107. package/styles/inplace-editor/_fabric-dark-definition.scss +10 -0
  108. package/styles/inplace-editor/_fabric-definition.scss +10 -0
  109. package/styles/inplace-editor/_fluent-dark-definition.scss +80 -1
  110. package/styles/inplace-editor/_fluent-definition.scss +10 -0
  111. package/styles/inplace-editor/_fluent2-definition.scss +12 -2
  112. package/styles/inplace-editor/_fusionnew-definition.scss +10 -0
  113. package/styles/inplace-editor/_highcontrast-definition.scss +10 -0
  114. package/styles/inplace-editor/_highcontrast-light-definition.scss +10 -0
  115. package/styles/inplace-editor/_layout.bds.scss +3 -0
  116. package/styles/inplace-editor/_layout.bootstrap-dark.scss +3 -0
  117. package/styles/inplace-editor/_layout.bootstrap.scss +3 -0
  118. package/styles/inplace-editor/_layout.bootstrap4.scss +3 -0
  119. package/styles/inplace-editor/_layout.bootstrap5-dark.scss +3 -0
  120. package/styles/inplace-editor/_layout.bootstrap5.3.scss +3 -0
  121. package/styles/inplace-editor/_layout.bootstrap5.scss +3 -0
  122. package/styles/inplace-editor/_layout.fabric-dark.scss +3 -0
  123. package/styles/inplace-editor/_layout.fabric.scss +3 -0
  124. package/styles/inplace-editor/_layout.fluent-dark.scss +3 -0
  125. package/styles/inplace-editor/_layout.fluent.scss +3 -0
  126. package/styles/inplace-editor/_layout.fluent2.scss +3 -0
  127. package/styles/inplace-editor/_layout.highcontrast-light.scss +3 -0
  128. package/styles/inplace-editor/_layout.highcontrast.scss +3 -0
  129. package/styles/inplace-editor/_layout.material-dark.scss +3 -0
  130. package/styles/inplace-editor/_layout.material.scss +3 -0
  131. package/styles/inplace-editor/_layout.material3-dark.scss +3 -0
  132. package/styles/inplace-editor/_layout.material3.scss +3 -0
  133. package/styles/inplace-editor/_layout.scss +24 -23
  134. package/styles/inplace-editor/_layout.tailwind-dark.scss +3 -0
  135. package/styles/inplace-editor/_layout.tailwind.scss +3 -0
  136. package/styles/inplace-editor/_layout.tailwind3.scss +3 -0
  137. package/styles/inplace-editor/_material-dark-definition.scss +10 -0
  138. package/styles/inplace-editor/_material-definition.scss +10 -0
  139. package/styles/inplace-editor/_material3-dark-definition.scss +72 -1
  140. package/styles/inplace-editor/_material3-definition.scss +12 -3
  141. package/styles/inplace-editor/_tailwind-dark-definition.scss +81 -1
  142. package/styles/inplace-editor/_tailwind-definition.scss +11 -0
  143. package/styles/inplace-editor/_tailwind3-definition.scss +14 -2
  144. package/styles/inplace-editor/_theme-variables.bds.scss +1 -0
  145. package/styles/inplace-editor/_theme-variables.bootstrap-dark.scss +1 -0
  146. package/styles/inplace-editor/_theme-variables.bootstrap.scss +1 -0
  147. package/styles/inplace-editor/_theme-variables.bootstrap4.scss +1 -0
  148. package/styles/inplace-editor/_theme-variables.bootstrap5-dark.scss +1 -0
  149. package/styles/inplace-editor/_theme-variables.bootstrap5.3.scss +1 -0
  150. package/styles/inplace-editor/_theme-variables.bootstrap5.scss +1 -0
  151. package/styles/inplace-editor/_theme-variables.fabric-dark.scss +1 -0
  152. package/styles/inplace-editor/_theme-variables.fabric.scss +1 -0
  153. package/styles/inplace-editor/_theme-variables.fluent-dark.scss +1 -0
  154. package/styles/inplace-editor/_theme-variables.fluent.scss +1 -0
  155. package/styles/inplace-editor/_theme-variables.fluent2.scss +1 -0
  156. package/styles/inplace-editor/_theme-variables.highcontrast-light.scss +1 -0
  157. package/styles/inplace-editor/_theme-variables.highcontrast.scss +1 -0
  158. package/styles/inplace-editor/_theme-variables.material-dark.scss +1 -0
  159. package/styles/inplace-editor/_theme-variables.material.scss +1 -0
  160. package/styles/inplace-editor/_theme-variables.material3-dark.scss +1 -0
  161. package/styles/inplace-editor/_theme-variables.material3.scss +1 -0
  162. package/styles/inplace-editor/_theme-variables.tailwind-dark.scss +1 -0
  163. package/styles/inplace-editor/_theme-variables.tailwind.scss +1 -0
  164. package/styles/inplace-editor/_theme-variables.tailwind3.scss +1 -0
  165. package/styles/inplace-editor/_theme.bds.scss +4 -0
  166. package/styles/inplace-editor/_theme.bootstrap-dark.scss +4 -0
  167. package/styles/inplace-editor/_theme.bootstrap.scss +4 -0
  168. package/styles/inplace-editor/_theme.bootstrap4.scss +4 -0
  169. package/styles/inplace-editor/_theme.bootstrap5-dark.scss +4 -0
  170. package/styles/inplace-editor/_theme.bootstrap5.3.scss +4 -0
  171. package/styles/inplace-editor/_theme.bootstrap5.scss +4 -0
  172. package/styles/inplace-editor/_theme.fabric-dark.scss +4 -0
  173. package/styles/inplace-editor/_theme.fabric.scss +4 -0
  174. package/styles/inplace-editor/_theme.fluent-dark.scss +4 -0
  175. package/styles/inplace-editor/_theme.fluent.scss +4 -0
  176. package/styles/inplace-editor/_theme.fluent2.scss +4 -0
  177. package/styles/inplace-editor/_theme.highcontrast-light.scss +4 -0
  178. package/styles/inplace-editor/_theme.highcontrast.scss +4 -0
  179. package/styles/inplace-editor/_theme.material-dark.scss +4 -0
  180. package/styles/inplace-editor/_theme.material.scss +4 -0
  181. package/styles/inplace-editor/_theme.material3-dark.scss +4 -0
  182. package/styles/inplace-editor/_theme.material3.scss +4 -0
  183. package/styles/inplace-editor/_theme.scss +1 -1
  184. package/styles/inplace-editor/_theme.tailwind-dark.scss +4 -0
  185. package/styles/inplace-editor/_theme.tailwind.scss +4 -0
  186. package/styles/inplace-editor/_theme.tailwind3.scss +4 -0
  187. package/styles/inplace-editor/bds.css +18 -6
  188. package/styles/inplace-editor/bds.scss +27 -27
  189. package/styles/inplace-editor/bootstrap-dark.css +24 -0
  190. package/styles/inplace-editor/bootstrap-dark.scss +27 -27
  191. package/styles/inplace-editor/bootstrap.css +24 -0
  192. package/styles/inplace-editor/bootstrap.scss +27 -27
  193. package/styles/inplace-editor/bootstrap4.css +27 -3
  194. package/styles/inplace-editor/bootstrap4.scss +27 -27
  195. package/styles/inplace-editor/bootstrap5-dark.scss +27 -27
  196. package/styles/inplace-editor/bootstrap5.3.css +340 -8
  197. package/styles/inplace-editor/bootstrap5.3.scss +27 -27
  198. package/styles/inplace-editor/bootstrap5.scss +27 -27
  199. package/styles/inplace-editor/fabric-dark.css +24 -0
  200. package/styles/inplace-editor/fabric-dark.scss +27 -27
  201. package/styles/inplace-editor/fabric.css +24 -0
  202. package/styles/inplace-editor/fabric.scss +27 -27
  203. package/styles/inplace-editor/fluent-dark.scss +27 -27
  204. package/styles/inplace-editor/fluent.scss +27 -27
  205. package/styles/inplace-editor/fluent2.css +503 -13
  206. package/styles/inplace-editor/fluent2.scss +27 -27
  207. package/styles/inplace-editor/highcontrast-light.css +24 -0
  208. package/styles/inplace-editor/highcontrast-light.scss +27 -27
  209. package/styles/inplace-editor/highcontrast.css +24 -0
  210. package/styles/inplace-editor/highcontrast.scss +27 -27
  211. package/styles/inplace-editor/icons/_bds.scss +1 -0
  212. package/styles/inplace-editor/icons/_bootstrap-dark.scss +2 -1
  213. package/styles/inplace-editor/icons/_bootstrap.scss +2 -1
  214. package/styles/inplace-editor/icons/_bootstrap4.scss +2 -1
  215. package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -1
  216. package/styles/inplace-editor/icons/_bootstrap5.3.scss +1 -0
  217. package/styles/inplace-editor/icons/_bootstrap5.scss +1 -0
  218. package/styles/inplace-editor/icons/_fabric-dark.scss +2 -1
  219. package/styles/inplace-editor/icons/_fabric.scss +2 -1
  220. package/styles/inplace-editor/icons/_fluent-dark.scss +1 -1
  221. package/styles/inplace-editor/icons/_fluent.scss +1 -0
  222. package/styles/inplace-editor/icons/_fluent2.scss +1 -0
  223. package/styles/inplace-editor/icons/_fusionnew.scss +1 -0
  224. package/styles/inplace-editor/icons/_highcontrast-light.scss +2 -1
  225. package/styles/inplace-editor/icons/_highcontrast.scss +2 -1
  226. package/styles/inplace-editor/icons/_material-dark.scss +2 -1
  227. package/styles/inplace-editor/icons/_material.scss +2 -1
  228. package/styles/inplace-editor/icons/_material3-dark.scss +1 -1
  229. package/styles/inplace-editor/icons/_material3.scss +1 -0
  230. package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -1
  231. package/styles/inplace-editor/icons/_tailwind.scss +1 -0
  232. package/styles/inplace-editor/icons/_tailwind3.scss +1 -0
  233. package/styles/inplace-editor/material-dark.css +24 -0
  234. package/styles/inplace-editor/material-dark.scss +27 -27
  235. package/styles/inplace-editor/material.css +24 -0
  236. package/styles/inplace-editor/material.scss +27 -27
  237. package/styles/inplace-editor/material3-dark.css +673 -4
  238. package/styles/inplace-editor/material3-dark.scss +27 -28
  239. package/styles/inplace-editor/material3.css +683 -8
  240. package/styles/inplace-editor/material3.scss +27 -28
  241. package/styles/inplace-editor/tailwind-dark.scss +27 -27
  242. package/styles/inplace-editor/tailwind.scss +27 -27
  243. package/styles/inplace-editor/tailwind3.css +349 -9
  244. package/styles/inplace-editor/tailwind3.scss +27 -27
  245. package/styles/material-dark-lite.css +16 -0
  246. package/styles/material-dark-lite.scss +26 -26
  247. package/styles/material-dark.css +24 -0
  248. package/styles/material-dark.scss +27 -27
  249. package/styles/material-lite.css +16 -0
  250. package/styles/material-lite.scss +25 -26
  251. package/styles/material.css +24 -0
  252. package/styles/material.scss +26 -27
  253. package/styles/material3-dark-lite.css +591 -4
  254. package/styles/material3-dark-lite.scss +26 -26
  255. package/styles/material3-dark.css +673 -4
  256. package/styles/material3-dark.scss +27 -29
  257. package/styles/material3-lite.css +599 -8
  258. package/styles/material3-lite.scss +26 -26
  259. package/styles/material3.css +683 -8
  260. package/styles/material3.scss +27 -29
  261. package/styles/tailwind-dark-lite.scss +26 -26
  262. package/styles/tailwind-dark.scss +27 -27
  263. package/styles/tailwind-lite.scss +26 -26
  264. package/styles/tailwind.scss +27 -27
  265. package/styles/tailwind3-lite.css +275 -9
  266. package/styles/tailwind3-lite.scss +26 -26
  267. package/styles/tailwind3.css +349 -9
  268. package/styles/tailwind3.scss +27 -27
@@ -4,6 +4,86 @@
4
4
 
5
5
 
6
6
 
7
+
8
+
9
+ /* Font Family */
10
+ /* Font Sizes */
11
+ /* Radius */
12
+ /* 1px */
13
+ /* 2px */
14
+ /* 3px */
15
+ /* 4px */
16
+ /* 5px */
17
+ /* 6px */
18
+ /* 7px */
19
+ /* 8px */
20
+ /* 9px */
21
+ /* 10px */
22
+ /* 11px */
23
+ /* 12px */
24
+ /* 13px */
25
+ /* 14px */
26
+ /* 15px */
27
+ /* 16px */
28
+ /* 17px */
29
+ /* 18px */
30
+ /* 19px */
31
+ /* 20px */
32
+ /* 21px */
33
+ /* 22px */
34
+ /* 23px */
35
+ /* 24px */
36
+ /* 25px */
37
+ /* 26px */
38
+ /* 27px */
39
+ /* 28px */
40
+ /* 29px */
41
+ /* 30px */
42
+ /* 31px */
43
+ /* 32px */
44
+ /* 33px */
45
+ /* 34px */
46
+ /* 35px */
47
+ /* 36px */
48
+ /* 37px */
49
+ /* 38px */
50
+ /* 39px */
51
+ /* 40px */
52
+ /* 41px */
53
+ /* 42px */
54
+ /* 43px */
55
+ /* 44px */
56
+ /* 45px */
57
+ /* 46px */
58
+ /* 47px */
59
+ /* 48px */
60
+ /* 49px */
61
+ /* 50px */
62
+ /* 5em */
63
+ /* 65% */
64
+ /* border */
65
+ /* 0px */
66
+ /* 1px */
67
+ /* 1.5px */
68
+ /* 2px */
69
+ /* 3px */
70
+ /* 4px */
71
+ /* 5px */
72
+ /* 6px */
73
+ /* 7px */
74
+ /* 8px */
75
+ /* 9px */
76
+ /* 10px */
77
+ /* 11px */
78
+ /* 12px */
79
+ /* 13px */
80
+ /* 14px */
81
+ /* 15px */
82
+ /* 16px */
83
+
84
+
85
+
86
+
7
87
  /* stylelint-disable property-no-vendor-prefix */
8
88
  @-webkit-keyframes e-input-ripple {
9
89
  100% {
@@ -184,7 +264,39 @@
184
264
  color: var(--color-sf-danger) !important;
185
265
  }
186
266
 
187
- /* stylelint-disable */
267
+ .e-underline.e-input-group.e-control-wrapper,
268
+ .e-underline.e-input-group,
269
+ .e-underline.e-input-group:not(.e-float-icon-left),
270
+ .e-underline.e-float-input,
271
+ .e-underline.e-float-input.e-control-wrapper,
272
+ .e-underline.e-input-group:not(.e-float-icon-left),
273
+ .e-underline.e-input-group.e-success:not(.e-float-icon-left),
274
+ .e-underline.e-input-group.e-warning:not(.e-float-icon-left),
275
+ .e-underline.e-input-group.e-error:not(.e-float-icon-left),
276
+ .e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
277
+ .e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
278
+ .e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
279
+ .e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
280
+ border: 1px solid var(--color-sf-border-alt);
281
+ border-width: 0 0 1px 0;
282
+ padding-top: 1px;
283
+ border-radius: calc(var(--e-radius) * 0);
284
+ }
285
+
286
+ .e-underline.e-input-group:not(.e-float-icon-left),
287
+ .e-underline.e-input-group.e-success:not(.e-float-icon-left),
288
+ .e-underline.e-input-group.e-warning:not(.e-float-icon-left),
289
+ .e-underline.e-input-group.e-error:not(.e-float-icon-left),
290
+ .e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
291
+ .e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
292
+ .e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
293
+ .e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
294
+ border: 1px solid;
295
+ border-width: 0 0 1px 0;
296
+ padding-top: 1px;
297
+ border-radius: calc(var(--e-radius) * 0);
298
+ }
299
+
188
300
  /* stylelint-disable-line no-empty-source */
189
301
  /*! calendar theme variables */
190
302
  .e-small:not(.e-bigger) .e-calendar.e-week-number {
@@ -234,7 +346,7 @@
234
346
 
235
347
  .e-ddl.e-popup {
236
348
  border: 0;
237
- border-radius: 4px;
349
+ border-radius: calc(var(--e-radius) * 0.25);
238
350
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
239
351
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
240
352
  margin-top: 4px;
@@ -242,7 +354,7 @@
242
354
 
243
355
  .e-small .e-ddl.e-popup,
244
356
  .e-small.e-ddl.e-popup {
245
- border-radius: 4px;
357
+ border-radius: calc(var(--e-radius) * 0.25);
246
358
  margin-top: 2px;
247
359
  }
248
360
 
@@ -266,19 +378,54 @@
266
378
  padding: 4px 8px;
267
379
  }
268
380
 
381
+ .e-bigger .e-ddl.e-popup,
382
+ .e-bigger.e-ddl.e-popup {
383
+ border-radius: calc(var(--e-radius) * 0.5);
384
+ margin-top: 8px;
385
+ }
386
+
387
+ .e-bigger.e-small .e-ddl.e-popup,
388
+ .e-small.e-bigger.e-ddl.e-popup {
389
+ border-radius: calc(var(--e-radius) * 0.5);
390
+ margin-top: 6px;
391
+ }
392
+
393
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
394
+ border-color: var(--color-sf-border-light);
395
+ }
396
+
397
+ .e-bigger .e-popup.e-ddl-device-filter {
398
+ margin-top: 0;
399
+ }
400
+
401
+ .e-bigger .e-ddl-device .e-input-group,
402
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
403
+ background: var(--color-sf-flyout-bg-color);
404
+ border-width: 0;
405
+ -webkit-box-shadow: none;
406
+ box-shadow: none;
407
+ margin-bottom: 0;
408
+ }
409
+
410
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
411
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
412
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
413
+ background-color: var(--color-sf-flyout-bg-color);
414
+ }
415
+
269
416
  .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
270
417
  line-height: 30px;
271
418
  top: 0;
272
419
  }
273
420
 
274
421
  .e-multiselect .e-input-group-icon.e-ddl-icon {
275
- border-radius: 0 4px 4px 0;
422
+ border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0);
276
423
  border-right-width: 0;
277
424
  }
278
425
 
279
426
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
280
427
  border-left-width: 0;
281
- border-radius: 4px 0 0 4px;
428
+ border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25);
282
429
  border-right-width: 0;
283
430
  }
284
431
 
@@ -293,6 +440,91 @@
293
440
  height: 100%;
294
441
  }
295
442
 
443
+ .e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
444
+ .e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
445
+ .e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
446
+ .e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
447
+ height: 20px;
448
+ margin-top: -33px;
449
+ right: 18px;
450
+ width: 20px;
451
+ }
452
+
453
+ .e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
454
+ .e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
455
+ .e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
456
+ .e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
457
+ height: 20px;
458
+ margin-top: -35px;
459
+ right: 45px;
460
+ width: 20px;
461
+ }
462
+
463
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
464
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
465
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
466
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
467
+ .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
468
+ .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
469
+ .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
470
+ .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
471
+ margin-top: -32px;
472
+ }
473
+
474
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
475
+ .e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
476
+ height: 24px;
477
+ width: 24px;
478
+ }
479
+
480
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
481
+ .e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
482
+ margin-top: -40px;
483
+ }
484
+
485
+ .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
486
+ .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
487
+ .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
488
+ .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
489
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
490
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
491
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
492
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
493
+ margin-top: -32px;
494
+ right: 40px;
495
+ }
496
+
497
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
498
+ .e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
499
+ margin-top: -44px;
500
+ }
501
+
502
+ .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
503
+ .e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
504
+ height: 16px;
505
+ width: 16px;
506
+ }
507
+
508
+ .e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
509
+ .e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
510
+ .e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
511
+ .e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
512
+ content: "\e208";
513
+ font-size: 16px;
514
+ height: 16px;
515
+ padding: 0;
516
+ text-align: center;
517
+ vertical-align: middle;
518
+ width: 16px;
519
+ }
520
+
521
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
522
+ .e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
523
+ font-size: 20px;
524
+ height: 20px;
525
+ width: 20px;
526
+ }
527
+
296
528
  /* stylelint-disable-line no-empty-source */
297
529
  /* stylelint-disable property-no-vendor-prefix */
298
530
  @-webkit-keyframes material-spinner-rotate {
@@ -337,10 +569,10 @@
337
569
  }
338
570
  /* stylelint-disable */
339
571
  .e-rte-quick-popup {
340
- border-radius: 6px !important;
572
+ border-radius: calc(var(--e-radius) * 0.375) !important;
341
573
  }
342
574
  .e-rte-quick-popup .e-rte-quick-toolbar {
343
- border-radius: 6px !important;
575
+ border-radius: calc(var(--e-radius) * 0.375) !important;
344
576
  }
345
577
 
346
578
  /*! inplaceeditor icons */
@@ -357,6 +589,92 @@
357
589
  content: "\e730";
358
590
  }
359
591
 
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+ /* Font Family */
601
+ /* Font Sizes */
602
+ /* Radius */
603
+ /* 1px */
604
+ /* 2px */
605
+ /* 3px */
606
+ /* 4px */
607
+ /* 5px */
608
+ /* 6px */
609
+ /* 7px */
610
+ /* 8px */
611
+ /* 9px */
612
+ /* 10px */
613
+ /* 11px */
614
+ /* 12px */
615
+ /* 13px */
616
+ /* 14px */
617
+ /* 15px */
618
+ /* 16px */
619
+ /* 17px */
620
+ /* 18px */
621
+ /* 19px */
622
+ /* 20px */
623
+ /* 21px */
624
+ /* 22px */
625
+ /* 23px */
626
+ /* 24px */
627
+ /* 25px */
628
+ /* 26px */
629
+ /* 27px */
630
+ /* 28px */
631
+ /* 29px */
632
+ /* 30px */
633
+ /* 31px */
634
+ /* 32px */
635
+ /* 33px */
636
+ /* 34px */
637
+ /* 35px */
638
+ /* 36px */
639
+ /* 37px */
640
+ /* 38px */
641
+ /* 39px */
642
+ /* 40px */
643
+ /* 41px */
644
+ /* 42px */
645
+ /* 43px */
646
+ /* 44px */
647
+ /* 45px */
648
+ /* 46px */
649
+ /* 47px */
650
+ /* 48px */
651
+ /* 49px */
652
+ /* 50px */
653
+ /* 5em */
654
+ /* 65% */
655
+ /* border */
656
+ /* 0px */
657
+ /* 1px */
658
+ /* 1.5px */
659
+ /* 2px */
660
+ /* 3px */
661
+ /* 4px */
662
+ /* 5px */
663
+ /* 6px */
664
+ /* 7px */
665
+ /* 8px */
666
+ /* 9px */
667
+ /* 10px */
668
+ /* 11px */
669
+ /* 12px */
670
+ /* 13px */
671
+ /* 14px */
672
+ /* 15px */
673
+ /* 16px */
674
+
675
+
676
+
677
+
360
678
  .e-inplaceeditor {
361
679
  display: inline-block;
362
680
  position: relative;
@@ -379,7 +697,7 @@
379
697
  }
380
698
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
381
699
  display: inline-block;
382
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
700
+ font-family: var(--e-font-family);
383
701
  font-size: 14px;
384
702
  margin: 0 28px 0 0;
385
703
  }
@@ -436,7 +754,7 @@
436
754
  }
437
755
  .e-inplaceeditor .e-editable-value-container .e-editable-value {
438
756
  display: inline-block;
439
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
757
+ font-family: var(--e-font-family);
440
758
  font-size: 14px;
441
759
  margin: 0 28px 0 0;
442
760
  }
@@ -647,7 +965,7 @@
647
965
  -webkit-box-direction: normal;
648
966
  -ms-flex-direction: column;
649
967
  flex-direction: column;
650
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
968
+ font-family: var(--e-font-family);
651
969
  font-size: 12px;
652
970
  font-weight: 500;
653
971
  height: 30px;
@@ -706,6 +1024,92 @@
706
1024
  min-height: 60px;
707
1025
  }
708
1026
 
1027
+
1028
+
1029
+
1030
+
1031
+
1032
+
1033
+
1034
+
1035
+ /* Font Family */
1036
+ /* Font Sizes */
1037
+ /* Radius */
1038
+ /* 1px */
1039
+ /* 2px */
1040
+ /* 3px */
1041
+ /* 4px */
1042
+ /* 5px */
1043
+ /* 6px */
1044
+ /* 7px */
1045
+ /* 8px */
1046
+ /* 9px */
1047
+ /* 10px */
1048
+ /* 11px */
1049
+ /* 12px */
1050
+ /* 13px */
1051
+ /* 14px */
1052
+ /* 15px */
1053
+ /* 16px */
1054
+ /* 17px */
1055
+ /* 18px */
1056
+ /* 19px */
1057
+ /* 20px */
1058
+ /* 21px */
1059
+ /* 22px */
1060
+ /* 23px */
1061
+ /* 24px */
1062
+ /* 25px */
1063
+ /* 26px */
1064
+ /* 27px */
1065
+ /* 28px */
1066
+ /* 29px */
1067
+ /* 30px */
1068
+ /* 31px */
1069
+ /* 32px */
1070
+ /* 33px */
1071
+ /* 34px */
1072
+ /* 35px */
1073
+ /* 36px */
1074
+ /* 37px */
1075
+ /* 38px */
1076
+ /* 39px */
1077
+ /* 40px */
1078
+ /* 41px */
1079
+ /* 42px */
1080
+ /* 43px */
1081
+ /* 44px */
1082
+ /* 45px */
1083
+ /* 46px */
1084
+ /* 47px */
1085
+ /* 48px */
1086
+ /* 49px */
1087
+ /* 50px */
1088
+ /* 5em */
1089
+ /* 65% */
1090
+ /* border */
1091
+ /* 0px */
1092
+ /* 1px */
1093
+ /* 1.5px */
1094
+ /* 2px */
1095
+ /* 3px */
1096
+ /* 4px */
1097
+ /* 5px */
1098
+ /* 6px */
1099
+ /* 7px */
1100
+ /* 8px */
1101
+ /* 9px */
1102
+ /* 10px */
1103
+ /* 11px */
1104
+ /* 12px */
1105
+ /* 13px */
1106
+ /* 14px */
1107
+ /* 15px */
1108
+ /* 16px */
1109
+
1110
+
1111
+
1112
+
709
1113
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
710
1114
  border-bottom: 1px dashed var(--color-sf-content-text-color);
711
1115
  color: var(--color-sf-content-text-color);
@@ -718,7 +1122,7 @@
718
1122
  }
719
1123
  .e-inplaceeditor .e-editable-value-wrapper:hover {
720
1124
  background: var(--color-sf-content-bg-color-alt2);
721
- border-radius: 4px;
1125
+ border-radius: calc(var(--e-radius) * 0.25);
722
1126
  }
723
1127
  .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
724
1128
  border-bottom-color: transparent;
@@ -735,7 +1139,7 @@
735
1139
  }
736
1140
  .e-inplaceeditor .e-editable-value-container:hover {
737
1141
  background: var(--color-sf-content-bg-color-alt2);
738
- border-radius: 4px;
1142
+ border-radius: calc(var(--e-radius) * 0.25);
739
1143
  }
740
1144
  .e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
741
1145
  border-bottom-color: transparent;
@@ -770,7 +1174,7 @@
770
1174
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
771
1175
  }
772
1176
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
773
- border-radius: 4px;
1177
+ border-radius: calc(var(--e-radius) * 0.25);
774
1178
  color: var(--color-sf-content-text-color);
775
1179
  }
776
1180
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
@@ -1,26 +1,26 @@
1
- @import 'ej2-base/styles/definition/fluent2.scss';
2
- @import 'ej2-inputs/styles/input/fluent2-definition.scss';
3
- @import 'ej2-inputs/styles/color-picker/fluent2-definition.scss';
4
- @import 'ej2-inputs/styles/maskedtextbox/fluent2-definition.scss';
5
- @import 'ej2-inputs/styles/numerictextbox/fluent2-definition.scss';
6
- @import 'ej2-inputs/styles/slider/fluent2-definition.scss';
7
- @import 'ej2-inputs/styles/textbox/fluent2-definition.scss';
8
- @import 'ej2-buttons/styles/button/fluent2-definition.scss';
9
- @import 'ej2-buttons/styles/check-box/fluent2-definition.scss';
10
- @import 'ej2-buttons/styles/radio-button/fluent2-definition.scss';
11
- @import 'ej2-calendars/styles/calendar/fluent2-definition.scss';
12
- @import 'ej2-calendars/styles/datepicker/fluent2-definition.scss';
13
- @import 'ej2-calendars/styles/daterangepicker/fluent2-definition.scss';
14
- @import 'ej2-calendars/styles/datetimepicker/fluent2-definition.scss';
15
- @import 'ej2-calendars/styles/timepicker/fluent2-definition.scss';
16
- @import 'ej2-dropdowns/styles/auto-complete/fluent2-definition.scss';
17
- @import 'ej2-dropdowns/styles/combo-box/fluent2-definition.scss';
18
- @import 'ej2-dropdowns/styles/drop-down-list/fluent2-definition.scss';
19
- @import 'ej2-dropdowns/styles/multi-select/fluent2-definition.scss';
20
- @import 'ej2-popups/styles/popup/fluent2-definition.scss';
21
- @import 'ej2-popups/styles/spinner/fluent2-definition.scss';
22
- @import 'ej2-popups/styles/tooltip/fluent2-definition.scss';
23
- @import 'ej2-richtexteditor/styles/rich-text-editor/fluent2-definition.scss';
24
- @import 'inplace-editor/fluent2-definition.scss';
25
- @import 'inplace-editor/icons/fluent2.scss';
26
- @import 'inplace-editor/all.scss';
1
+ @use 'ej2-base/styles/definition/fluent2' as *;
2
+ @use 'ej2-inputs/styles/input/fluent2-definition' as *;
3
+ @use 'ej2-inputs/styles/color-picker/fluent2-definition' as *;
4
+ @use 'ej2-inputs/styles/maskedtextbox/fluent2-definition' as *;
5
+ @use 'ej2-inputs/styles/numerictextbox/fluent2-definition' as *;
6
+ @use 'ej2-inputs/styles/slider/fluent2-definition' as *;
7
+ @use 'ej2-inputs/styles/textbox/fluent2-definition' as *;
8
+ @use 'ej2-buttons/styles/button/fluent2-definition' as *;
9
+ @use 'ej2-buttons/styles/check-box/fluent2-definition' as *;
10
+ @use 'ej2-buttons/styles/radio-button/fluent2-definition' as *;
11
+ @use 'ej2-calendars/styles/calendar/fluent2-definition' as *;
12
+ @use 'ej2-calendars/styles/datepicker/fluent2-definition' as *;
13
+ @use 'ej2-calendars/styles/daterangepicker/fluent2-definition' as *;
14
+ @use 'ej2-calendars/styles/datetimepicker/fluent2-definition' as *;
15
+ @use 'ej2-calendars/styles/timepicker/fluent2-definition' as *;
16
+ @use 'ej2-dropdowns/styles/auto-complete/fluent2-definition' as *;
17
+ @use 'ej2-dropdowns/styles/combo-box/fluent2-definition' as *;
18
+ @use 'ej2-dropdowns/styles/drop-down-list/fluent2-definition' as *;
19
+ @use 'ej2-dropdowns/styles/multi-select/fluent2-definition' as *;
20
+ @use 'ej2-popups/styles/popup/fluent2-definition' as *;
21
+ @use 'ej2-popups/styles/spinner/fluent2-definition' as *;
22
+ @use 'ej2-popups/styles/tooltip/fluent2-definition' as *;
23
+ @use 'ej2-richtexteditor/styles/rich-text-editor/fluent2-definition' as *;
24
+ @use 'inplace-editor/fluent2-definition' as *;
25
+ @use 'inplace-editor/icons/fluent2' as *;
26
+ @use 'inplace-editor/all.fluent2' as *;