@syncfusion/ej2-inplace-editor 31.2.2 → 32.1.19

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 (190) hide show
  1. package/.eslintrc.json +4 -29
  2. package/README.md +36 -24
  3. package/dist/ej2-inplace-editor.min.js +1 -10
  4. package/dist/ej2-inplace-editor.umd.min.js +0 -9
  5. package/dist/global/ej2-inplace-editor.min.js +0 -9
  6. package/dist/global/index.d.ts +0 -9
  7. package/package.json +23 -59
  8. package/styles/bds-lite.css +6 -6
  9. package/styles/bds-lite.scss +25 -26
  10. package/styles/bds.css +6 -6
  11. package/styles/bds.scss +26 -27
  12. package/styles/bootstrap-dark-lite.css +0 -4
  13. package/styles/bootstrap-dark-lite.scss +25 -26
  14. package/styles/bootstrap-dark.css +0 -4
  15. package/styles/bootstrap-dark.scss +26 -27
  16. package/styles/bootstrap-lite.css +3 -63
  17. package/styles/bootstrap-lite.scss +25 -26
  18. package/styles/bootstrap.css +3 -63
  19. package/styles/bootstrap.scss +26 -27
  20. package/styles/bootstrap4-lite.css +11 -87
  21. package/styles/bootstrap4-lite.scss +25 -26
  22. package/styles/bootstrap4.css +11 -87
  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 +88 -8
  28. package/styles/bootstrap5.3-lite.scss +26 -26
  29. package/styles/bootstrap5.3.css +88 -8
  30. package/styles/bootstrap5.3.scss +27 -27
  31. package/styles/bootstrap5.scss +27 -27
  32. package/styles/fabric-dark-lite.scss +26 -26
  33. package/styles/fabric-dark.scss +27 -27
  34. package/styles/fabric-lite.scss +26 -26
  35. package/styles/fabric.scss +27 -27
  36. package/styles/fluent-dark-lite.scss +26 -26
  37. package/styles/fluent-dark.scss +27 -27
  38. package/styles/fluent-lite.scss +26 -26
  39. package/styles/fluent.scss +27 -27
  40. package/styles/fluent2-lite.css +247 -14
  41. package/styles/fluent2-lite.scss +26 -26
  42. package/styles/fluent2.css +247 -14
  43. package/styles/fluent2.scss +27 -27
  44. package/styles/highcontrast-light-lite.scss +26 -26
  45. package/styles/highcontrast-light.scss +27 -27
  46. package/styles/highcontrast-lite.scss +26 -26
  47. package/styles/highcontrast.scss +27 -27
  48. package/styles/inplace-editor/_all.scss +2 -2
  49. package/styles/inplace-editor/_bds-definition.scss +11 -0
  50. package/styles/inplace-editor/_bigger.scss +8 -6
  51. package/styles/inplace-editor/_bootstrap-dark-definition.scss +10 -0
  52. package/styles/inplace-editor/_bootstrap-definition.scss +10 -0
  53. package/styles/inplace-editor/_bootstrap4-definition.scss +9 -0
  54. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +80 -1
  55. package/styles/inplace-editor/_bootstrap5-definition.scss +11 -0
  56. package/styles/inplace-editor/_bootstrap5.3-definition.scss +13 -2
  57. package/styles/inplace-editor/_fabric-dark-definition.scss +10 -0
  58. package/styles/inplace-editor/_fabric-definition.scss +10 -0
  59. package/styles/inplace-editor/_fluent-dark-definition.scss +80 -1
  60. package/styles/inplace-editor/_fluent-definition.scss +10 -0
  61. package/styles/inplace-editor/_fluent2-definition.scss +12 -2
  62. package/styles/inplace-editor/_fusionnew-definition.scss +10 -0
  63. package/styles/inplace-editor/_highcontrast-definition.scss +10 -0
  64. package/styles/inplace-editor/_highcontrast-light-definition.scss +10 -0
  65. package/styles/inplace-editor/_layout.scss +25 -23
  66. package/styles/inplace-editor/_material-dark-definition.scss +10 -0
  67. package/styles/inplace-editor/_material-definition.scss +10 -0
  68. package/styles/inplace-editor/_material3-dark-definition.scss +72 -1
  69. package/styles/inplace-editor/_material3-definition.scss +12 -3
  70. package/styles/inplace-editor/_tailwind-dark-definition.scss +81 -1
  71. package/styles/inplace-editor/_tailwind-definition.scss +11 -0
  72. package/styles/inplace-editor/_tailwind3-definition.scss +14 -2
  73. package/styles/inplace-editor/_theme-variables.scss +1 -0
  74. package/styles/inplace-editor/_theme.scss +2 -1
  75. package/styles/inplace-editor/bds.css +6 -6
  76. package/styles/inplace-editor/bds.scss +27 -27
  77. package/styles/inplace-editor/bootstrap-dark.css +0 -4
  78. package/styles/inplace-editor/bootstrap-dark.scss +27 -27
  79. package/styles/inplace-editor/bootstrap.css +3 -63
  80. package/styles/inplace-editor/bootstrap.scss +27 -27
  81. package/styles/inplace-editor/bootstrap4.css +11 -87
  82. package/styles/inplace-editor/bootstrap4.scss +27 -27
  83. package/styles/inplace-editor/bootstrap5-dark.scss +27 -27
  84. package/styles/inplace-editor/bootstrap5.3.css +88 -8
  85. package/styles/inplace-editor/bootstrap5.3.scss +27 -27
  86. package/styles/inplace-editor/bootstrap5.scss +27 -27
  87. package/styles/inplace-editor/fabric-dark.scss +27 -27
  88. package/styles/inplace-editor/fabric.scss +27 -27
  89. package/styles/inplace-editor/fluent-dark.scss +27 -27
  90. package/styles/inplace-editor/fluent.scss +27 -27
  91. package/styles/inplace-editor/fluent2.css +247 -14
  92. package/styles/inplace-editor/fluent2.scss +27 -27
  93. package/styles/inplace-editor/highcontrast-light.scss +27 -27
  94. package/styles/inplace-editor/highcontrast.scss +27 -27
  95. package/styles/inplace-editor/icons/_bds.scss +1 -0
  96. package/styles/inplace-editor/icons/_bootstrap-dark.scss +2 -1
  97. package/styles/inplace-editor/icons/_bootstrap.scss +2 -1
  98. package/styles/inplace-editor/icons/_bootstrap4.scss +2 -1
  99. package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -1
  100. package/styles/inplace-editor/icons/_bootstrap5.3.scss +1 -0
  101. package/styles/inplace-editor/icons/_bootstrap5.scss +1 -0
  102. package/styles/inplace-editor/icons/_fabric-dark.scss +2 -1
  103. package/styles/inplace-editor/icons/_fabric.scss +2 -1
  104. package/styles/inplace-editor/icons/_fluent-dark.scss +1 -1
  105. package/styles/inplace-editor/icons/_fluent.scss +1 -0
  106. package/styles/inplace-editor/icons/_fluent2.scss +1 -0
  107. package/styles/inplace-editor/icons/_fusionnew.scss +1 -0
  108. package/styles/inplace-editor/icons/_highcontrast-light.scss +2 -1
  109. package/styles/inplace-editor/icons/_highcontrast.scss +2 -1
  110. package/styles/inplace-editor/icons/_material-dark.scss +2 -1
  111. package/styles/inplace-editor/icons/_material.scss +2 -1
  112. package/styles/inplace-editor/icons/_material3-dark.scss +1 -1
  113. package/styles/inplace-editor/icons/_material3.scss +1 -0
  114. package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -1
  115. package/styles/inplace-editor/icons/_tailwind.scss +1 -0
  116. package/styles/inplace-editor/icons/_tailwind3.scss +1 -0
  117. package/styles/inplace-editor/material-dark.scss +27 -27
  118. package/styles/inplace-editor/material.css +9 -0
  119. package/styles/inplace-editor/material.scss +27 -27
  120. package/styles/inplace-editor/material3-dark.css +427 -4
  121. package/styles/inplace-editor/material3-dark.scss +27 -28
  122. package/styles/inplace-editor/material3.css +431 -8
  123. package/styles/inplace-editor/material3.scss +27 -28
  124. package/styles/inplace-editor/tailwind-dark.scss +27 -27
  125. package/styles/inplace-editor/tailwind.scss +27 -27
  126. package/styles/inplace-editor/tailwind3.css +128 -9
  127. package/styles/inplace-editor/tailwind3.scss +27 -27
  128. package/styles/material-dark-lite.scss +26 -26
  129. package/styles/material-dark.scss +27 -27
  130. package/styles/material-lite.css +9 -0
  131. package/styles/material-lite.scss +25 -26
  132. package/styles/material.css +9 -0
  133. package/styles/material.scss +26 -27
  134. package/styles/material3-dark-lite.css +427 -4
  135. package/styles/material3-dark-lite.scss +26 -26
  136. package/styles/material3-dark.css +427 -4
  137. package/styles/material3-dark.scss +27 -29
  138. package/styles/material3-lite.css +431 -8
  139. package/styles/material3-lite.scss +26 -26
  140. package/styles/material3.css +431 -8
  141. package/styles/material3.scss +27 -29
  142. package/styles/tailwind-dark-lite.scss +26 -26
  143. package/styles/tailwind-dark.scss +27 -27
  144. package/styles/tailwind-lite.scss +26 -26
  145. package/styles/tailwind.scss +27 -27
  146. package/styles/tailwind3-lite.css +128 -9
  147. package/styles/tailwind3-lite.scss +26 -26
  148. package/styles/tailwind3.css +128 -9
  149. package/styles/tailwind3.scss +27 -27
  150. package/dist/ts/index.d.ts +0 -4
  151. package/dist/ts/index.ts +0 -4
  152. package/dist/ts/inplace-editor/base/classes.d.ts +0 -63
  153. package/dist/ts/inplace-editor/base/classes.ts +0 -63
  154. package/dist/ts/inplace-editor/base/events.d.ts +0 -17
  155. package/dist/ts/inplace-editor/base/events.ts +0 -18
  156. package/dist/ts/inplace-editor/base/index.d.ts +0 -10
  157. package/dist/ts/inplace-editor/base/index.ts +0 -10
  158. package/dist/ts/inplace-editor/base/inplace-editor-model.d.ts +0 -344
  159. package/dist/ts/inplace-editor/base/inplace-editor.d.ts +0 -623
  160. package/dist/ts/inplace-editor/base/inplace-editor.ts +0 -1762
  161. package/dist/ts/inplace-editor/base/interface.d.ts +0 -117
  162. package/dist/ts/inplace-editor/base/interface.ts +0 -127
  163. package/dist/ts/inplace-editor/base/models-model.d.ts +0 -22
  164. package/dist/ts/inplace-editor/base/models.d.ts +0 -31
  165. package/dist/ts/inplace-editor/base/models.ts +0 -45
  166. package/dist/ts/inplace-editor/base/util.d.ts +0 -28
  167. package/dist/ts/inplace-editor/base/util.ts +0 -104
  168. package/dist/ts/inplace-editor/index.d.ts +0 -5
  169. package/dist/ts/inplace-editor/index.ts +0 -5
  170. package/dist/ts/inplace-editor/modules/auto-complete.d.ts +0 -34
  171. package/dist/ts/inplace-editor/modules/auto-complete.ts +0 -65
  172. package/dist/ts/inplace-editor/modules/base-module.d.ts +0 -19
  173. package/dist/ts/inplace-editor/modules/base-module.ts +0 -74
  174. package/dist/ts/inplace-editor/modules/color-picker.d.ts +0 -29
  175. package/dist/ts/inplace-editor/modules/color-picker.ts +0 -55
  176. package/dist/ts/inplace-editor/modules/combo-box.d.ts +0 -34
  177. package/dist/ts/inplace-editor/modules/combo-box.ts +0 -63
  178. package/dist/ts/inplace-editor/modules/date-range-picker.d.ts +0 -29
  179. package/dist/ts/inplace-editor/modules/date-range-picker.ts +0 -55
  180. package/dist/ts/inplace-editor/modules/index.d.ts +0 -12
  181. package/dist/ts/inplace-editor/modules/index.ts +0 -12
  182. package/dist/ts/inplace-editor/modules/multi-select.d.ts +0 -35
  183. package/dist/ts/inplace-editor/modules/multi-select.ts +0 -88
  184. package/dist/ts/inplace-editor/modules/rte.d.ts +0 -31
  185. package/dist/ts/inplace-editor/modules/rte.ts +0 -73
  186. package/dist/ts/inplace-editor/modules/slider.d.ts +0 -30
  187. package/dist/ts/inplace-editor/modules/slider.ts +0 -59
  188. package/dist/ts/inplace-editor/modules/time-picker.d.ts +0 -29
  189. package/dist/ts/inplace-editor/modules/time-picker.ts +0 -54
  190. package/tslint.json +0 -111
@@ -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,14 +264,47 @@
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 {
191
303
  min-width: 230px;
192
304
  }
193
305
 
194
- .e-bigger.e-daterangepicker .e-calendar.e-week-number {
306
+ .e-bigger.e-daterangepicker .e-calendar.e-week-number,
307
+ .e-bigger .e-daterangepicker .e-calendar.e-week-number {
195
308
  max-width: 350px;
196
309
  }
197
310
 
@@ -233,7 +346,7 @@
233
346
 
234
347
  .e-ddl.e-popup {
235
348
  border: 0;
236
- border-radius: 4px;
349
+ border-radius: calc(var(--e-radius) * 0.25);
237
350
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
238
351
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
239
352
  margin-top: 4px;
@@ -241,7 +354,7 @@
241
354
 
242
355
  .e-small .e-ddl.e-popup,
243
356
  .e-small.e-ddl.e-popup {
244
- border-radius: 4px;
357
+ border-radius: calc(var(--e-radius) * 0.25);
245
358
  margin-top: 2px;
246
359
  }
247
360
 
@@ -265,19 +378,54 @@
265
378
  padding: 4px 8px;
266
379
  }
267
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
+
268
416
  .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
269
417
  line-height: 30px;
270
418
  top: 0;
271
419
  }
272
420
 
273
421
  .e-multiselect .e-input-group-icon.e-ddl-icon {
274
- 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);
275
423
  border-right-width: 0;
276
424
  }
277
425
 
278
426
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
279
427
  border-left-width: 0;
280
- 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);
281
429
  border-right-width: 0;
282
430
  }
283
431
 
@@ -292,6 +440,91 @@
292
440
  height: 100%;
293
441
  }
294
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
+
295
528
  /* stylelint-disable-line no-empty-source */
296
529
  /* stylelint-disable property-no-vendor-prefix */
297
530
  @-webkit-keyframes material-spinner-rotate {
@@ -336,10 +569,10 @@
336
569
  }
337
570
  /* stylelint-disable */
338
571
  .e-rte-quick-popup {
339
- border-radius: 6px !important;
572
+ border-radius: calc(var(--e-radius) * 0.375) !important;
340
573
  }
341
574
  .e-rte-quick-popup .e-rte-quick-toolbar {
342
- border-radius: 6px !important;
575
+ border-radius: calc(var(--e-radius) * 0.375) !important;
343
576
  }
344
577
 
345
578
  /*! inplaceeditor icons */
@@ -378,7 +611,7 @@
378
611
  }
379
612
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
380
613
  display: inline-block;
381
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
614
+ font-family: var(--e-font-family);
382
615
  font-size: 14px;
383
616
  margin: 0 28px 0 0;
384
617
  }
@@ -435,7 +668,7 @@
435
668
  }
436
669
  .e-inplaceeditor .e-editable-value-container .e-editable-value {
437
670
  display: inline-block;
438
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
671
+ font-family: var(--e-font-family);
439
672
  font-size: 14px;
440
673
  margin: 0 28px 0 0;
441
674
  }
@@ -646,7 +879,7 @@
646
879
  -webkit-box-direction: normal;
647
880
  -ms-flex-direction: column;
648
881
  flex-direction: column;
649
- font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
882
+ font-family: var(--e-font-family);
650
883
  font-size: 12px;
651
884
  font-weight: 500;
652
885
  height: 30px;
@@ -717,7 +950,7 @@
717
950
  }
718
951
  .e-inplaceeditor .e-editable-value-wrapper:hover {
719
952
  background: var(--color-sf-content-bg-color-alt2);
720
- border-radius: 4px;
953
+ border-radius: calc(var(--e-radius) * 0.25);
721
954
  }
722
955
  .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
723
956
  border-bottom-color: transparent;
@@ -734,7 +967,7 @@
734
967
  }
735
968
  .e-inplaceeditor .e-editable-value-container:hover {
736
969
  background: var(--color-sf-content-bg-color-alt2);
737
- border-radius: 4px;
970
+ border-radius: calc(var(--e-radius) * 0.25);
738
971
  }
739
972
  .e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
740
973
  border-bottom-color: transparent;
@@ -769,7 +1002,7 @@
769
1002
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
770
1003
  }
771
1004
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
772
- border-radius: 4px;
1005
+ border-radius: calc(var(--e-radius) * 0.25);
773
1006
  color: var(--color-sf-content-text-color);
774
1007
  }
775
1008
  .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' as *;