@syncfusion/ej2-inplace-editor 19.4.48 → 20.1.55

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 (60) hide show
  1. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +41 -0
  2. package/.github/PULL_REQUEST_TEMPLATE/Feature.md +27 -0
  3. package/CHANGELOG.md +1 -11
  4. package/README.md +1 -1
  5. package/dist/ej2-inplace-editor.umd.min.js +1 -1
  6. package/dist/global/ej2-inplace-editor.min.js +1 -1
  7. package/dist/global/index.d.ts +1 -1
  8. package/package.json +16 -16
  9. package/styles/bootstrap-dark.css +5 -0
  10. package/styles/bootstrap.css +5 -0
  11. package/styles/bootstrap4.css +5 -0
  12. package/styles/bootstrap5-dark.css +13 -6
  13. package/styles/bootstrap5.css +13 -6
  14. package/styles/fabric-dark.css +5 -0
  15. package/styles/fabric.css +5 -0
  16. package/styles/fluent-dark.css +874 -0
  17. package/styles/fluent-dark.scss +1 -0
  18. package/styles/fluent.css +874 -0
  19. package/styles/fluent.scss +1 -0
  20. package/styles/highcontrast-light.css +5 -0
  21. package/styles/highcontrast.css +5 -0
  22. package/styles/inplace-editor/_bootstrap-dark-definition.scss +1 -0
  23. package/styles/inplace-editor/_bootstrap-definition.scss +1 -0
  24. package/styles/inplace-editor/_bootstrap4-definition.scss +1 -0
  25. package/styles/inplace-editor/_bootstrap5-definition.scss +1 -0
  26. package/styles/inplace-editor/_fabric-dark-definition.scss +1 -0
  27. package/styles/inplace-editor/_fabric-definition.scss +1 -0
  28. package/styles/inplace-editor/_fluent-dark-definition.scss +1 -0
  29. package/styles/inplace-editor/_fluent-definition.scss +69 -0
  30. package/styles/inplace-editor/_highcontrast-definition.scss +1 -0
  31. package/styles/inplace-editor/_highcontrast-light-definition.scss +1 -0
  32. package/styles/inplace-editor/_layout.scss +3 -4
  33. package/styles/inplace-editor/_material-dark-definition.scss +1 -0
  34. package/styles/inplace-editor/_material-definition.scss +1 -0
  35. package/styles/inplace-editor/_tailwind-definition.scss +1 -0
  36. package/styles/inplace-editor/_theme.scss +4 -1
  37. package/styles/inplace-editor/bootstrap-dark.css +5 -0
  38. package/styles/inplace-editor/bootstrap.css +5 -0
  39. package/styles/inplace-editor/bootstrap4.css +5 -0
  40. package/styles/inplace-editor/bootstrap5-dark.css +13 -6
  41. package/styles/inplace-editor/bootstrap5.css +13 -6
  42. package/styles/inplace-editor/fabric-dark.css +5 -0
  43. package/styles/inplace-editor/fabric.css +5 -0
  44. package/styles/inplace-editor/fluent-dark.css +874 -0
  45. package/styles/inplace-editor/fluent-dark.scss +26 -0
  46. package/styles/inplace-editor/fluent.css +874 -0
  47. package/styles/inplace-editor/fluent.scss +26 -0
  48. package/styles/inplace-editor/highcontrast-light.css +5 -0
  49. package/styles/inplace-editor/highcontrast.css +5 -0
  50. package/styles/inplace-editor/icons/_fluent-dark.scss +1 -0
  51. package/styles/inplace-editor/icons/_fluent.scss +19 -0
  52. package/styles/inplace-editor/icons/_tailwind.scss +4 -4
  53. package/styles/inplace-editor/material-dark.css +5 -0
  54. package/styles/inplace-editor/material.css +5 -0
  55. package/styles/inplace-editor/tailwind-dark.css +12 -67
  56. package/styles/inplace-editor/tailwind.css +12 -67
  57. package/styles/material-dark.css +5 -0
  58. package/styles/material.css +5 -0
  59. package/styles/tailwind-dark.css +12 -67
  60. package/styles/tailwind.css +12 -67
@@ -0,0 +1,874 @@
1
+ /*! calendar bootstrap5 theme variables */
2
+ .e-popup.e-ddl {
3
+ border-radius: 4px;
4
+ box-shadow: none;
5
+ margin-top: 1px;
6
+ }
7
+
8
+ .e-popup.e-ddl .e-input-group {
9
+ width: auto;
10
+ }
11
+
12
+ .e-popup.e-ddl .e-input-group input {
13
+ line-height: 15px;
14
+ }
15
+
16
+ .e-popup.e-ddl .e-dropdownbase {
17
+ min-height: 26px;
18
+ }
19
+
20
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
21
+ display: -ms-flexbox;
22
+ display: flex;
23
+ width: auto;
24
+ }
25
+
26
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
27
+ border: 0;
28
+ }
29
+
30
+ .e-bigger .e-popup.e-ddl-device-filter {
31
+ margin-top: 0;
32
+ }
33
+
34
+ .e-bigger .e-popup.e-ddl .e-list-item {
35
+ font-size: 16px;
36
+ line-height: 32px;
37
+ padding-left: 0;
38
+ text-indent: 16px;
39
+ }
40
+
41
+ .e-bigger .e-popup.e-ddl .e-list-group-item,
42
+ .e-bigger .e-popup.e-ddl .e-fixed-head {
43
+ font-size: 14px;
44
+ line-height: 32px;
45
+ padding-left: 0;
46
+ text-indent: 16px;
47
+ }
48
+
49
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
50
+ min-height: 40px;
51
+ }
52
+
53
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
54
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
55
+ background: transparent;
56
+ }
57
+
58
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
59
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
60
+ background: #1b1a19;
61
+ }
62
+
63
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
64
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
65
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
66
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
67
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
68
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
69
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
70
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
71
+ background: none;
72
+ color: #a19f9d;
73
+ }
74
+
75
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
76
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
77
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
78
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
79
+ background: transparent;
80
+ color: #a19f9d;
81
+ }
82
+
83
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
84
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
85
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
86
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
87
+ border: 0;
88
+ }
89
+
90
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
91
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
92
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
93
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
94
+ box-shadow: none;
95
+ }
96
+
97
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
98
+ background: none;
99
+ display: -ms-flexbox;
100
+ display: flex;
101
+ position: relative;
102
+ }
103
+
104
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
105
+ .e-ddl.e-popup .e-filter-parent {
106
+ background: #252423;
107
+ }
108
+
109
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
110
+ font-size: 14px;
111
+ }
112
+
113
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
+ font-size: 16px;
115
+ }
116
+
117
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
118
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
119
+ .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
120
+ font-size: 14px;
121
+ line-height: 34px;
122
+ padding-left: 0;
123
+ text-indent: 16px;
124
+ }
125
+
126
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
127
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
128
+ height: 30px;
129
+ }
130
+
131
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
132
+ min-height: 34px;
133
+ }
134
+
135
+ .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
136
+ line-height: 30px;
137
+ top: 0;
138
+ }
139
+
140
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
141
+ border-radius: 0 4px 4px 0;
142
+ border-right-width: 0;
143
+ }
144
+
145
+ .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
146
+ border-left-width: 0;
147
+ border-radius: 4px 0 0 4px;
148
+ border-right-width: 1px;
149
+ }
150
+
151
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
152
+ height: 32px;
153
+ width: 32px;
154
+ }
155
+
156
+ .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
157
+ height: 24px;
158
+ width: 24px;
159
+ }
160
+
161
+ .e-multi-select-wrapper .e-searcher input[type='text'] {
162
+ color: #f3f2f1;
163
+ height: 100%;
164
+ }
165
+
166
+ .e-multiselect .e-input-group-icon.e-ddl-icon {
167
+ border-left-width: 0;
168
+ }
169
+
170
+ @keyframes material-spinner-rotate {
171
+ 0% {
172
+ transform: rotate(0);
173
+ }
174
+ 100% {
175
+ transform: rotate(360deg);
176
+ }
177
+ }
178
+
179
+ @keyframes fabric-spinner-rotate {
180
+ 0% {
181
+ transform: rotate(0);
182
+ }
183
+ 100% {
184
+ transform: rotate(360deg);
185
+ }
186
+ }
187
+
188
+ /*! inplaceeditor icons */
189
+ .e-inplaceeditor .e-save-icon::before,
190
+ .e-inplaceeditor-tip .e-save-icon::before {
191
+ content: '\e774';
192
+ }
193
+
194
+ .e-inplaceeditor .e-cancel-icon::before,
195
+ .e-inplaceeditor-tip .e-cancel-icon::before {
196
+ content: '\e7e7';
197
+ }
198
+
199
+ .e-inplaceeditor .e-editable-overlay-icon::before,
200
+ .e-inplaceeditor-tip .e-editable-overlay-icon::before {
201
+ content: '\e730';
202
+ }
203
+
204
+ /*! inplaceeditor layout */
205
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
206
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
207
+ padding: 7px 12px 9px 12px;
208
+ }
209
+
210
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
211
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
212
+ font-size: 16px;
213
+ margin: 0 32px 0 0;
214
+ }
215
+
216
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
217
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
218
+ right: 12px;
219
+ width: 20px;
220
+ }
221
+
222
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before,
223
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before {
224
+ font-size: 16px;
225
+ }
226
+
227
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
228
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
229
+ right: 12px;
230
+ }
231
+
232
+ .e-bigger .e-inplaceeditor .e-editable-value-container,
233
+ .e-inplaceeditor.e-bigger .e-editable-value-container {
234
+ padding: 7px 12px 9px 12px;
235
+ }
236
+
237
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
238
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
239
+ font-size: 16px;
240
+ margin: 0 32px 0 0;
241
+ }
242
+
243
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
244
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
245
+ right: 12px;
246
+ width: 20px;
247
+ }
248
+
249
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before,
250
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon::before {
251
+ font-size: 16px;
252
+ }
253
+
254
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner,
255
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-spinner-pane .e-spinner-inner {
256
+ right: 12px;
257
+ }
258
+
259
+ .e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
260
+ .e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save {
261
+ margin: 0 6px 0 0;
262
+ }
263
+
264
+ .e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
265
+ .e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel {
266
+ margin: 0 0 0 6px;
267
+ }
268
+
269
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value,
270
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value {
271
+ margin: 0 0 0 32px;
272
+ }
273
+
274
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon,
275
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
276
+ left: 12px;
277
+ right: auto;
278
+ }
279
+
280
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
281
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
282
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane,
283
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
284
+ left: 12px;
285
+ }
286
+
287
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value,
288
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-value {
289
+ margin: 0 0 0 32px;
290
+ }
291
+
292
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon,
293
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-overlay-icon {
294
+ left: 12px;
295
+ right: auto;
296
+ }
297
+
298
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
299
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner,
300
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane,
301
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
302
+ left: 12px;
303
+ }
304
+
305
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
306
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save {
307
+ margin: 0 0 0 6px;
308
+ }
309
+
310
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
311
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel {
312
+ margin: 0 6px 0 0;
313
+ }
314
+
315
+ .e-inplaceeditor {
316
+ display: inline-block;
317
+ position: relative;
318
+ width: auto;
319
+ }
320
+
321
+ .e-inplaceeditor .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
322
+ display: block;
323
+ visibility: hidden;
324
+ }
325
+
326
+ .e-inplaceeditor .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
327
+ display: block;
328
+ visibility: hidden;
329
+ }
330
+
331
+ .e-inplaceeditor .e-editable-value-wrapper {
332
+ display: inline-block;
333
+ padding: 4px 8px 6px 8px;
334
+ position: relative;
335
+ width: auto;
336
+ word-break: break-word;
337
+ }
338
+
339
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
340
+ display: inline-block;
341
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
342
+ font-size: 14px;
343
+ margin: 0 30px 0 0;
344
+ }
345
+
346
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
347
+ bottom: 0;
348
+ cursor: pointer;
349
+ display: -ms-inline-flexbox;
350
+ display: inline-flex;
351
+ height: inherit;
352
+ position: absolute;
353
+ right: 8px;
354
+ top: 0;
355
+ visibility: hidden;
356
+ width: 20px;
357
+ }
358
+
359
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
360
+ -ms-flex-align: center;
361
+ align-items: center;
362
+ display: -ms-flexbox;
363
+ display: flex;
364
+ font-size: 14px;
365
+ }
366
+
367
+ .e-inplaceeditor .e-editable-value-wrapper.e-hide {
368
+ display: none;
369
+ }
370
+
371
+ .e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
372
+ -webkit-user-select: none;
373
+ -ms-user-select: none;
374
+ user-select: none;
375
+ }
376
+
377
+ .e-inplaceeditor .e-editable-value-wrapper.e-loading {
378
+ pointer-events: none;
379
+ }
380
+
381
+ .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
382
+ left: unset;
383
+ right: 10px;
384
+ }
385
+
386
+ .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon {
387
+ visibility: visible;
388
+ }
389
+
390
+ .e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon {
391
+ visibility: hidden;
392
+ }
393
+
394
+ .e-inplaceeditor .e-editable-value-container {
395
+ display: inline-block;
396
+ padding: 4px 8px 6px 8px;
397
+ position: relative;
398
+ width: auto;
399
+ word-break: break-word;
400
+ }
401
+
402
+ .e-inplaceeditor .e-editable-value-container .e-editable-value {
403
+ display: inline-block;
404
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
405
+ font-size: 14px;
406
+ margin: 0 30px 0 0;
407
+ }
408
+
409
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
410
+ bottom: 0;
411
+ cursor: pointer;
412
+ display: -ms-inline-flexbox;
413
+ display: inline-flex;
414
+ height: inherit;
415
+ position: absolute;
416
+ right: 8px;
417
+ top: 0;
418
+ visibility: hidden;
419
+ width: 20px;
420
+ }
421
+
422
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
423
+ -ms-flex-align: center;
424
+ align-items: center;
425
+ display: -ms-flexbox;
426
+ display: flex;
427
+ font-size: 14px;
428
+ }
429
+
430
+ .e-inplaceeditor .e-editable-value-container.e-hide {
431
+ display: none;
432
+ }
433
+
434
+ .e-inplaceeditor .e-editable-value-container.e-editable-open {
435
+ -webkit-user-select: none;
436
+ -ms-user-select: none;
437
+ user-select: none;
438
+ }
439
+
440
+ .e-inplaceeditor .e-editable-value-container.e-loading {
441
+ pointer-events: none;
442
+ }
443
+
444
+ .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner {
445
+ left: unset;
446
+ right: 10px;
447
+ }
448
+
449
+ .e-inplaceeditor .e-editable-value-container:hover .e-editable-overlay-icon {
450
+ visibility: visible;
451
+ }
452
+
453
+ .e-inplaceeditor .e-editable-value-container:hover.e-editable-open .e-editable-overlay-icon {
454
+ visibility: hidden;
455
+ }
456
+
457
+ .e-inplaceeditor .e-editable-action-buttons {
458
+ margin-top: 4px;
459
+ position: absolute;
460
+ right: 0;
461
+ z-index: 100;
462
+ }
463
+
464
+ .e-inplaceeditor.e-overlay {
465
+ -webkit-user-select: none;
466
+ -ms-user-select: none;
467
+ user-select: none;
468
+ }
469
+
470
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value {
471
+ margin: 0 0 0 30px;
472
+ }
473
+
474
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
475
+ left: 8px;
476
+ right: auto;
477
+ }
478
+
479
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane {
480
+ right: unset;
481
+ }
482
+
483
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
484
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
485
+ left: 10px;
486
+ }
487
+
488
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value {
489
+ margin: 0 0 0 30px;
490
+ }
491
+
492
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon {
493
+ left: 8px;
494
+ right: auto;
495
+ }
496
+
497
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane {
498
+ right: unset;
499
+ }
500
+
501
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
502
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
503
+ left: 10px;
504
+ }
505
+
506
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons {
507
+ left: 0;
508
+ right: auto;
509
+ }
510
+
511
+ .e-bigger .e-inplaceeditor,
512
+ .e-inplaceeditor.e-bigger,
513
+ .e-bigger .e-inplaceeditor-tip,
514
+ .e-inplaceeditor-tip.e-bigger {
515
+ width: auto;
516
+ }
517
+
518
+ .e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
519
+ .e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
520
+ stroke-width: inherit;
521
+ }
522
+
523
+ .e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
524
+ .e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
525
+ stroke-width: inherit;
526
+ }
527
+
528
+ .e-inplaceeditor .e-editable-loading,
529
+ .e-inplaceeditor-tip .e-editable-loading {
530
+ display: none;
531
+ min-height: 100%;
532
+ position: absolute;
533
+ top: 0;
534
+ }
535
+
536
+ .e-inplaceeditor .e-editable-loading.e-show,
537
+ .e-inplaceeditor-tip .e-editable-loading.e-show {
538
+ display: block;
539
+ }
540
+
541
+ .e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
542
+ .e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
543
+ left: auto;
544
+ right: 5px;
545
+ transform: translateX(-30%) translateY(-50%);
546
+ }
547
+
548
+ .e-inplaceeditor .e-editable-form,
549
+ .e-inplaceeditor-tip .e-editable-form {
550
+ width: 100%;
551
+ }
552
+
553
+ .e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon,
554
+ .e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon {
555
+ visibility: hidden;
556
+ }
557
+
558
+ .e-inplaceeditor .e-component-group,
559
+ .e-inplaceeditor-tip .e-component-group {
560
+ margin-bottom: 4px;
561
+ }
562
+
563
+ .e-inplaceeditor .e-component-group .e-editable-component,
564
+ .e-inplaceeditor-tip .e-component-group .e-editable-component {
565
+ min-width: 150px;
566
+ position: relative;
567
+ }
568
+
569
+ .e-inplaceeditor .e-control-overlay,
570
+ .e-inplaceeditor-tip .e-control-overlay {
571
+ visibility: hidden;
572
+ }
573
+
574
+ .e-inplaceeditor .e-control-overlay.e-richtexteditor,
575
+ .e-inplaceeditor-tip .e-control-overlay.e-richtexteditor {
576
+ opacity: .5;
577
+ pointer-events: none;
578
+ -webkit-user-select: none;
579
+ -ms-user-select: none;
580
+ user-select: none;
581
+ visibility: visible;
582
+ }
583
+
584
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
585
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save {
586
+ margin: 0 4px 0 0;
587
+ }
588
+
589
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons,
590
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons {
591
+ font-size: 12px;
592
+ }
593
+
594
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
595
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel {
596
+ margin: 0 0 0 4px;
597
+ }
598
+
599
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons,
600
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons {
601
+ font-size: 12px;
602
+ }
603
+
604
+ .e-inplaceeditor .e-editable-action-buttons.e-hide,
605
+ .e-inplaceeditor-tip .e-editable-action-buttons.e-hide {
606
+ visibility: hidden;
607
+ }
608
+
609
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
610
+ .e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save {
611
+ margin: 0 0 0 4px;
612
+ }
613
+
614
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
615
+ .e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel {
616
+ margin: 0 4px 0 0;
617
+ }
618
+
619
+ .e-inplaceeditor.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
620
+ .e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
621
+ left: 5px;
622
+ right: auto;
623
+ transform: translateX(30%) translateY(-50%);
624
+ }
625
+
626
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
627
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content {
628
+ padding: 0;
629
+ }
630
+
631
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,
632
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
633
+ padding: 25px 16px 16px 16px;
634
+ }
635
+
636
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container,
637
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container {
638
+ padding: 25px 16px 16px 16px;
639
+ }
640
+
641
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper,
642
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
643
+ padding: 25px 16px 16px 16px;
644
+ }
645
+
646
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container,
647
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
648
+ padding: 25px 16px 16px 16px;
649
+ }
650
+
651
+ .e-bigger .e-inplaceeditor-tip .e-editable-title,
652
+ .e-inplaceeditor-tip.e-bigger .e-editable-title {
653
+ font-size: 18px;
654
+ min-height: 28px;
655
+ padding: 8px 16px 0 16px;
656
+ }
657
+
658
+ .e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,
659
+ .e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
660
+ padding: 8px 16px 0 16px;
661
+ }
662
+
663
+ .e-inplaceeditor-tip {
664
+ opacity: 1;
665
+ width: auto;
666
+ }
667
+
668
+ .e-inplaceeditor-tip.e-tooltip-wrap {
669
+ max-width: 100%;
670
+ }
671
+
672
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
673
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
674
+ display: block;
675
+ visibility: hidden;
676
+ }
677
+
678
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
679
+ padding: 0;
680
+ }
681
+
682
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
683
+ -ms-flex-line-pack: center;
684
+ align-content: center;
685
+ display: -ms-flexbox;
686
+ display: flex;
687
+ -ms-flex-direction: column;
688
+ flex-direction: column;
689
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
690
+ font-size: 16px;
691
+ font-weight: 600;
692
+ height: 24px;
693
+ -ms-flex-pack: center;
694
+ justify-content: center;
695
+ padding: 6px 12px 0 12px;
696
+ }
697
+
698
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
699
+ display: -ms-flexbox;
700
+ display: flex;
701
+ padding: 18px 12px 12px 12px;
702
+ }
703
+
704
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
705
+ float: right;
706
+ margin-top: 4px;
707
+ position: relative;
708
+ right: auto;
709
+ top: auto;
710
+ }
711
+
712
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
713
+ display: -ms-flexbox;
714
+ display: flex;
715
+ padding: 18px 12px 12px 12px;
716
+ }
717
+
718
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
719
+ float: right;
720
+ margin-top: 4px;
721
+ position: relative;
722
+ right: auto;
723
+ top: auto;
724
+ }
725
+
726
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
727
+ padding: 18px 12px 12px 12px;
728
+ }
729
+
730
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
731
+ padding: 18px 12px 12px 12px;
732
+ }
733
+
734
+ .e-inplaceeditor-tip.e-hide {
735
+ visibility: hidden;
736
+ }
737
+
738
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
739
+ padding: 6px 12px 0 12px;
740
+ }
741
+
742
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
743
+ float: left;
744
+ }
745
+
746
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
747
+ float: left;
748
+ }
749
+
750
+ .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
751
+ background-size: 150px 60px;
752
+ min-height: 60px;
753
+ }
754
+
755
+ .e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor,
756
+ .e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
757
+ background-size: 150px 70px;
758
+ min-height: 70px;
759
+ }
760
+
761
+ /*! inplaceeditor theme */
762
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
763
+ border-bottom: 1px dashed #f3f2f1;
764
+ color: #f3f2f1;
765
+ }
766
+
767
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
768
+ color: #a19f9d;
769
+ }
770
+
771
+ .e-inplaceeditor .e-editable-value-wrapper.e-loading .e-editable-value {
772
+ border-bottom: 0;
773
+ }
774
+
775
+ .e-inplaceeditor .e-editable-value-wrapper:hover {
776
+ background: #252423;
777
+ border-radius: 2px;
778
+ }
779
+
780
+ .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
781
+ border-bottom-color: transparent;
782
+ }
783
+
784
+ .e-inplaceeditor .e-editable-value-container .e-editable-value {
785
+ border-bottom: 1px dashed #f3f2f1;
786
+ color: #f3f2f1;
787
+ }
788
+
789
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
790
+ color: #a19f9d;
791
+ }
792
+
793
+ .e-inplaceeditor .e-editable-value-container.e-loading .e-editable-value {
794
+ border-bottom: 0;
795
+ }
796
+
797
+ .e-inplaceeditor .e-editable-value-container:hover {
798
+ background: #252423;
799
+ border-radius: 2px;
800
+ }
801
+
802
+ .e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
803
+ border-bottom-color: transparent;
804
+ }
805
+
806
+ .e-inplaceeditor[data-underline='false'] .e-editable-value-wrapper .e-editable-value {
807
+ border-bottom: 0;
808
+ }
809
+
810
+ .e-inplaceeditor[data-underline='false'] .e-editable-value-container .e-editable-value {
811
+ border-bottom: 0;
812
+ }
813
+
814
+ .e-inplaceeditor.e-disable {
815
+ pointer-events: none;
816
+ -ms-touch-action: none;
817
+ touch-action: none;
818
+ }
819
+
820
+ .e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value {
821
+ border-bottom-color: transparent;
822
+ }
823
+
824
+ .e-inplaceeditor.e-disable .e-editable-value-container .e-editable-value {
825
+ border-bottom-color: transparent;
826
+ }
827
+
828
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
829
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
830
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
831
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons {
832
+ color: #a19f9d;
833
+ }
834
+
835
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
836
+ background: #252423;
837
+ box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18);
838
+ border-radius: 0;
839
+ }
840
+
841
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
842
+ border-radius: 0;
843
+ color: #f3f2f1;
844
+ }
845
+
846
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
847
+ color: #1b1a19;
848
+ }
849
+
850
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
851
+ border-bottom-color: #201f1e;
852
+ }
853
+
854
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
855
+ border-top-color: #201f1e;
856
+ }
857
+
858
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup {
859
+ border: none;
860
+ }
861
+
862
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
863
+ background: #1b1a19;
864
+ border-bottom: 0;
865
+ color: #f3f2f1;
866
+ }
867
+
868
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
869
+ border-bottom-color: #a19f9d;
870
+ }
871
+
872
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
873
+ color: #1b1a19;
874
+ }