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