@syncfusion/ej2-react-inplace-editor 21.1.35 → 21.1.36

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