@syncfusion/ej2-inplace-editor 19.4.38 → 20.1.47

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