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