@syncfusion/ej2-vue-inplace-editor 26.1.35 → 26.2.4

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