@syncfusion/ej2-inplace-editor 19.2.60 → 19.3.53

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 (39) hide show
  1. package/.eslintrc.json +1 -1
  2. package/CHANGELOG.md +7 -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 +5 -4
  6. package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-inplace-editor.es5.js +5 -4
  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/package.json +16 -16
  13. package/src/inplace-editor/base/inplace-editor.d.ts +1 -0
  14. package/src/inplace-editor/base/inplace-editor.js +5 -4
  15. package/styles/bootstrap4.css +5 -0
  16. package/styles/bootstrap5-dark.css +929 -0
  17. package/styles/bootstrap5-dark.scss +1 -0
  18. package/styles/bootstrap5.css +929 -0
  19. package/styles/bootstrap5.scss +1 -0
  20. package/styles/inplace-editor/_bootstrap5-dark-definition.scss +1 -0
  21. package/styles/inplace-editor/_bootstrap5-definition.scss +67 -0
  22. package/styles/inplace-editor/_layout.scss +2 -2
  23. package/styles/inplace-editor/_tailwind-dark-definition.scss +1 -78
  24. package/styles/inplace-editor/_tailwind-definition.scss +26 -36
  25. package/styles/inplace-editor/_theme.scss +7 -1
  26. package/styles/inplace-editor/bootstrap4.css +5 -0
  27. package/styles/inplace-editor/bootstrap5-dark.css +929 -0
  28. package/styles/inplace-editor/bootstrap5-dark.scss +26 -0
  29. package/styles/inplace-editor/bootstrap5.css +929 -0
  30. package/styles/inplace-editor/bootstrap5.scss +26 -0
  31. package/styles/inplace-editor/icons/_bootstrap5-dark.scss +1 -0
  32. package/styles/inplace-editor/icons/_bootstrap5.scss +19 -0
  33. package/styles/inplace-editor/icons/_tailwind-dark.scss +1 -19
  34. package/styles/inplace-editor/material-dark.css +1 -1
  35. package/styles/inplace-editor/tailwind-dark.css +2 -10
  36. package/styles/inplace-editor/tailwind.css +2 -10
  37. package/styles/material-dark.css +1 -1
  38. package/styles/tailwind-dark.css +2 -10
  39. package/styles/tailwind.css +2 -10
@@ -0,0 +1,929 @@
1
+ /*! calendar bootstrap5 theme variables */
2
+ .e-popup.e-ddl {
3
+ border-radius: 4px;
4
+ box-shadow: none;
5
+ margin-top: 3px;
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: #e9ecef;
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: transparent;
82
+ color: #6c757d;
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: #6c757d;
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: transparent;
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: #fff;
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: #212529;
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 7px 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 30px 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: 8px;
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: 8px;
244
+ }
245
+
246
+ .e-bigger .e-inplaceeditor .e-editable-value-container,
247
+ .e-inplaceeditor.e-bigger .e-editable-value-container {
248
+ padding: 7px 12px 7px 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 30px 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: 8px;
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: 8px;
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 4px 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 4px;
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 30px;
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: 8px;
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: 8px;
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 30px;
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: 8px;
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: 8px;
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 4px;
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 4px 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: 3px 8px 5px 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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
356
+ font-size: 14px;
357
+ margin: 0 28px 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: 8px;
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: 3px 8px 5px 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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
419
+ font-size: 14px;
420
+ margin: 0 28px 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: 8px;
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 28px;
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: 8px;
500
+ }
501
+
502
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value {
503
+ margin: 0 0 0 28px;
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: 8px;
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: 16px;
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: 16px;
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 .e-editable-wrapper,
641
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
642
+ padding: 16px;
643
+ }
644
+
645
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container,
646
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container {
647
+ padding: 16px;
648
+ }
649
+
650
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper,
651
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
652
+ padding: 16px;
653
+ }
654
+
655
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container,
656
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
657
+ padding: 16px;
658
+ }
659
+
660
+ .e-bigger .e-inplaceeditor-tip .e-editable-title,
661
+ .e-inplaceeditor-tip.e-bigger .e-editable-title {
662
+ font-size: 14px;
663
+ min-height: 46px;
664
+ padding: 12px 16px 12px 16px;
665
+ }
666
+
667
+ .e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,
668
+ .e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
669
+ padding: 12px 16px 12px 16px;
670
+ }
671
+
672
+ .e-inplaceeditor-tip {
673
+ opacity: 1;
674
+ width: auto;
675
+ }
676
+
677
+ .e-inplaceeditor-tip.e-tooltip-wrap {
678
+ max-width: 100%;
679
+ }
680
+
681
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
682
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
683
+ display: block;
684
+ visibility: hidden;
685
+ }
686
+
687
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
688
+ padding: 0;
689
+ }
690
+
691
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
692
+ -ms-flex-line-pack: center;
693
+ align-content: center;
694
+ display: -ms-flexbox;
695
+ display: flex;
696
+ -ms-flex-direction: column;
697
+ flex-direction: column;
698
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
699
+ font-size: 12px;
700
+ font-weight: 500;
701
+ height: 36px;
702
+ -ms-flex-pack: center;
703
+ justify-content: center;
704
+ padding: 9px 12px 9px 12px;
705
+ }
706
+
707
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
708
+ display: -ms-flexbox;
709
+ display: flex;
710
+ padding: 12px;
711
+ }
712
+
713
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
714
+ float: right;
715
+ margin-top: 4px;
716
+ position: relative;
717
+ right: auto;
718
+ top: auto;
719
+ }
720
+
721
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
722
+ display: -ms-flexbox;
723
+ display: flex;
724
+ padding: 12px;
725
+ }
726
+
727
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
728
+ float: right;
729
+ margin-top: 4px;
730
+ position: relative;
731
+ right: auto;
732
+ top: auto;
733
+ }
734
+
735
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
736
+ padding: 12px;
737
+ }
738
+
739
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
740
+ padding: 12px;
741
+ }
742
+
743
+ .e-inplaceeditor-tip.e-hide {
744
+ visibility: hidden;
745
+ }
746
+
747
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
748
+ padding: 9px 12px 9px 12px;
749
+ }
750
+
751
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
752
+ float: left;
753
+ }
754
+
755
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
756
+ float: left;
757
+ }
758
+
759
+ .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
760
+ background-size: 150px 60px;
761
+ min-height: 60px;
762
+ }
763
+
764
+ .e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor,
765
+ .e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
766
+ background-size: 150px 70px;
767
+ min-height: 70px;
768
+ }
769
+
770
+ .e-control .e-inplaceeditor,
771
+ .e-tooltip-wrap.e-popup.e-inplaceeditor-tip.e-popup-open,
772
+ .e-inplaceeditor .e-input-group.e-control-wrapper.e-editable-elements {
773
+ border-radius: 4px;
774
+ }
775
+
776
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
777
+ padding: 0;
778
+ }
779
+
780
+ .e-control.e-inplaceeditor .e-editable-value-wrapper {
781
+ min-height: 30px;
782
+ }
783
+
784
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
785
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
786
+ min-height: 38px;
787
+ }
788
+
789
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title,
790
+ .e-bigger.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
791
+ font-size: 14px;
792
+ }
793
+
794
+ .e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-icon.e-icons
795
+ .e-bigger.e-inplaceeditor .e-editable-action-buttons .e-btn-icon.e-icons {
796
+ font-size: 22px;
797
+ }
798
+
799
+ /*! inplaceeditor theme */
800
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
801
+ border-bottom: 1px dashed #212529;
802
+ color: #212529;
803
+ }
804
+
805
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
806
+ color: #6c757d;
807
+ }
808
+
809
+ .e-inplaceeditor .e-editable-value-wrapper.e-loading .e-editable-value {
810
+ border-bottom: 0;
811
+ }
812
+
813
+ .e-inplaceeditor .e-editable-value-wrapper:hover {
814
+ background: #e9ecef;
815
+ border-radius: 4px;
816
+ }
817
+
818
+ .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
819
+ border-bottom-color: transparent;
820
+ }
821
+
822
+ .e-inplaceeditor .e-editable-value-container .e-editable-value {
823
+ border-bottom: 1px dashed #212529;
824
+ color: #212529;
825
+ }
826
+
827
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
828
+ color: #6c757d;
829
+ }
830
+
831
+ .e-inplaceeditor .e-editable-value-container.e-loading .e-editable-value {
832
+ border-bottom: 0;
833
+ }
834
+
835
+ .e-inplaceeditor .e-editable-value-container:hover {
836
+ background: #e9ecef;
837
+ border-radius: 4px;
838
+ }
839
+
840
+ .e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
841
+ border-bottom-color: transparent;
842
+ }
843
+
844
+ .e-inplaceeditor[data-underline='false'] .e-editable-value-wrapper .e-editable-value {
845
+ border-bottom: 0;
846
+ }
847
+
848
+ .e-inplaceeditor[data-underline='false'] .e-editable-value-container .e-editable-value {
849
+ border-bottom: 0;
850
+ }
851
+
852
+ .e-inplaceeditor.e-disable {
853
+ pointer-events: none;
854
+ -ms-touch-action: none;
855
+ touch-action: none;
856
+ }
857
+
858
+ .e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value {
859
+ border-bottom-color: transparent;
860
+ }
861
+
862
+ .e-inplaceeditor.e-disable .e-editable-value-container .e-editable-value {
863
+ border-bottom-color: transparent;
864
+ }
865
+
866
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn,
867
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn,
868
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn,
869
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn {
870
+ background-color: #fff;
871
+ border: 1px solid #dee2e6;
872
+ border-radius: 4px;
873
+ }
874
+
875
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
876
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
877
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
878
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons {
879
+ color: #6c757d;
880
+ }
881
+
882
+ .e-inplaceeditor .e-editable-value-wrapper {
883
+ background-color: transparent;
884
+ border-radius: 4px;
885
+ }
886
+
887
+ .e-inplaceeditor .e-editable-value-wrapper.e-tooltip.e-editable-open {
888
+ background: #fff;
889
+ }
890
+
891
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
892
+ background: #fff;
893
+ box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
894
+ }
895
+
896
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
897
+ border-radius: 4px;
898
+ color: #212529;
899
+ }
900
+
901
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
902
+ color: #f8f9fa;
903
+ }
904
+
905
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
906
+ border-bottom-color: #f8f9fa;
907
+ }
908
+
909
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
910
+ border-top-color: #f8f9fa;
911
+ }
912
+
913
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup {
914
+ border: 1px solid #ced4da;
915
+ }
916
+
917
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
918
+ background: #f8f9fa;
919
+ border-bottom: 0;
920
+ color: #212529;
921
+ }
922
+
923
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
924
+ border-bottom-color: #ced4da;
925
+ }
926
+
927
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
928
+ color: #f8f9fa;
929
+ }