@syncfusion/ej2-react-inplace-editor 25.2.3 → 26.1.35

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