@syncfusion/ej2-vue-inplace-editor 23.2.5 → 24.1.41

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