@syncfusion/ej2-react-inplace-editor 23.2.5 → 24.2.3

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