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