@syncfusion/ej2-inplace-editor 20.1.55 → 20.2.36

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