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