@syncfusion/ej2-react-inplace-editor 21.1.37 → 22.1.34

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