@syncfusion/ej2-react-inplace-editor 21.2.3 → 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,851 @@
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: 6px 6px 5px;
191
+ min-height: 12px;
192
+ min-width: 12px;
193
+ padding: 6px;
194
+ }
195
+
196
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
197
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
198
+ min-height: 16px;
199
+ min-width: 16px;
200
+ }
201
+
202
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
203
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
204
+ padding: 8px 16px 8px 0;
205
+ }
206
+
207
+ .e-input-group.e-ddl,
208
+ .e-input-group.e-ddl .e-input,
209
+ .e-input-group.e-ddl .e-ddl-icon {
210
+ background: transparent;
211
+ }
212
+
213
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
214
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
215
+ border-bottom-width: 0;
216
+ }
217
+
218
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
219
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
220
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
221
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
222
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
223
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
224
+ margin: 0;
225
+ }
226
+
227
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
228
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
229
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
230
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
231
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
232
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
233
+ padding: 5px 5px 5px 12px;
234
+ }
235
+
236
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
237
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
238
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
239
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
240
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
241
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
242
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
243
+ min-height: 18px;
244
+ min-width: 18px;
245
+ }
246
+
247
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
248
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
249
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
250
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
251
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
252
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
253
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
254
+ padding: 8px 16px;
255
+ }
256
+
257
+ .e-ddl.e-popup.e-outline .e-filter-parent {
258
+ padding: 4px 8px;
259
+ }
260
+
261
+ /* stylelint-disable-line no-empty-source */
262
+ /* stylelint-disable property-no-vendor-prefix */
263
+ @keyframes material-spinner-rotate {
264
+ 0% {
265
+ transform: rotate(0deg);
266
+ }
267
+ 100% {
268
+ transform: rotate(360deg);
269
+ }
270
+ }
271
+ @keyframes fabric-spinner-rotate {
272
+ 0% {
273
+ transform: rotate(0deg);
274
+ }
275
+ 100% {
276
+ transform: rotate(360deg);
277
+ }
278
+ }
279
+ /*! inplaceeditor icons */
280
+ .e-inplaceeditor .e-save-icon::before,
281
+ .e-inplaceeditor-tip .e-save-icon::before {
282
+ content: "\e774";
283
+ }
284
+ .e-inplaceeditor .e-cancel-icon::before,
285
+ .e-inplaceeditor-tip .e-cancel-icon::before {
286
+ content: "\e7e7";
287
+ }
288
+ .e-inplaceeditor .e-editable-overlay-icon::before,
289
+ .e-inplaceeditor-tip .e-editable-overlay-icon::before {
290
+ content: "\e730";
291
+ }
292
+
293
+ /*! inplaceeditor layout */
294
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
295
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
296
+ padding: 8px 36px 8px 16px;
297
+ }
298
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
299
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
300
+ font-size: 16px;
301
+ margin: 0;
302
+ }
303
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
304
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
305
+ right: 8px;
306
+ width: 20px;
307
+ }
308
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before,
309
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before {
310
+ font-size: 16px;
311
+ }
312
+ .e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
313
+ .e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
314
+ right: 8px;
315
+ }
316
+ .e-bigger .e-inplaceeditor .e-editable-value-container,
317
+ .e-inplaceeditor.e-bigger .e-editable-value-container {
318
+ padding: 8px 36px 8px 16px;
319
+ }
320
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
321
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
322
+ font-size: 16px;
323
+ margin: 0;
324
+ }
325
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
326
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
327
+ right: 8px;
328
+ width: 20px;
329
+ }
330
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before,
331
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon::before {
332
+ font-size: 16px;
333
+ }
334
+ .e-bigger .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner,
335
+ .e-inplaceeditor.e-bigger .e-editable-value-container .e-spinner-pane .e-spinner-inner {
336
+ right: 8px;
337
+ }
338
+ .e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
339
+ .e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save {
340
+ margin: 0 4px 0 0;
341
+ }
342
+ .e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
343
+ .e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel {
344
+ margin: 0 0 0 4px;
345
+ }
346
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value,
347
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value {
348
+ margin: 0 0 0 28px;
349
+ }
350
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon,
351
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
352
+ left: 8px;
353
+ right: auto;
354
+ }
355
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
356
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
357
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane,
358
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
359
+ left: 8px;
360
+ }
361
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value,
362
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-value {
363
+ margin: 0 0 0 28px;
364
+ }
365
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon,
366
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-overlay-icon {
367
+ left: 8px;
368
+ right: auto;
369
+ }
370
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
371
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner,
372
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane,
373
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
374
+ left: 8px;
375
+ }
376
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
377
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save {
378
+ margin: 0 0 0 4px;
379
+ }
380
+ .e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
381
+ .e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel {
382
+ margin: 0 4px 0 0;
383
+ }
384
+
385
+ .e-inplaceeditor {
386
+ display: inline-block;
387
+ position: relative;
388
+ width: auto;
389
+ }
390
+ .e-inplaceeditor .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
391
+ display: block;
392
+ visibility: hidden;
393
+ }
394
+ .e-inplaceeditor .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
395
+ display: block;
396
+ visibility: hidden;
397
+ }
398
+ .e-inplaceeditor .e-editable-value-wrapper {
399
+ display: inline-block;
400
+ padding: 6px 30px 6px 12px;
401
+ position: relative;
402
+ width: auto;
403
+ word-break: break-word;
404
+ }
405
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
406
+ display: inline-block;
407
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
408
+ font-size: 14px;
409
+ margin: 0 8px 0 0;
410
+ }
411
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
412
+ bottom: 0;
413
+ cursor: pointer;
414
+ display: -ms-inline-flexbox;
415
+ display: inline-flex;
416
+ height: inherit;
417
+ position: absolute;
418
+ right: 0;
419
+ top: 0;
420
+ visibility: hidden;
421
+ width: 20px;
422
+ }
423
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
424
+ -ms-flex-align: center;
425
+ align-items: center;
426
+ display: -ms-flexbox;
427
+ display: flex;
428
+ font-size: 14px;
429
+ }
430
+ .e-inplaceeditor .e-editable-value-wrapper.e-hide {
431
+ display: none;
432
+ }
433
+ .e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
434
+ -webkit-user-select: none;
435
+ -ms-user-select: none;
436
+ user-select: none;
437
+ }
438
+ .e-inplaceeditor .e-editable-value-wrapper.e-loading {
439
+ pointer-events: none;
440
+ }
441
+ .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
442
+ left: unset;
443
+ right: 8px;
444
+ }
445
+ .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon {
446
+ visibility: visible;
447
+ }
448
+ .e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon {
449
+ visibility: hidden;
450
+ }
451
+ .e-inplaceeditor .e-editable-value-container {
452
+ display: inline-block;
453
+ padding: 6px 30px 6px 12px;
454
+ position: relative;
455
+ width: auto;
456
+ word-break: break-word;
457
+ }
458
+ .e-inplaceeditor .e-editable-value-container .e-editable-value {
459
+ display: inline-block;
460
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
461
+ font-size: 14px;
462
+ margin: 0 8px 0 0;
463
+ }
464
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
465
+ bottom: 0;
466
+ cursor: pointer;
467
+ display: -ms-inline-flexbox;
468
+ display: inline-flex;
469
+ height: inherit;
470
+ position: absolute;
471
+ right: 0;
472
+ top: 0;
473
+ visibility: hidden;
474
+ width: 20px;
475
+ }
476
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
477
+ -ms-flex-align: center;
478
+ align-items: center;
479
+ display: -ms-flexbox;
480
+ display: flex;
481
+ font-size: 14px;
482
+ }
483
+ .e-inplaceeditor .e-editable-value-container.e-hide {
484
+ display: none;
485
+ }
486
+ .e-inplaceeditor .e-editable-value-container.e-editable-open {
487
+ -webkit-user-select: none;
488
+ -ms-user-select: none;
489
+ user-select: none;
490
+ }
491
+ .e-inplaceeditor .e-editable-value-container.e-loading {
492
+ pointer-events: none;
493
+ }
494
+ .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner {
495
+ left: unset;
496
+ right: 8px;
497
+ }
498
+ .e-inplaceeditor .e-editable-value-container:hover .e-editable-overlay-icon {
499
+ visibility: visible;
500
+ }
501
+ .e-inplaceeditor .e-editable-value-container:hover.e-editable-open .e-editable-overlay-icon {
502
+ visibility: hidden;
503
+ }
504
+ .e-inplaceeditor .e-editable-action-buttons {
505
+ margin-top: 4px;
506
+ position: absolute;
507
+ right: 0;
508
+ z-index: 100;
509
+ }
510
+ .e-inplaceeditor.e-overlay {
511
+ -webkit-user-select: none;
512
+ -ms-user-select: none;
513
+ user-select: none;
514
+ }
515
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value {
516
+ margin: 0 0 0 32px;
517
+ }
518
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
519
+ left: 0;
520
+ right: auto;
521
+ }
522
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane {
523
+ right: unset;
524
+ }
525
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
526
+ .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
527
+ left: 8px;
528
+ }
529
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value {
530
+ margin: 0 0 0 32px;
531
+ }
532
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon {
533
+ left: 0;
534
+ right: auto;
535
+ }
536
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane {
537
+ right: unset;
538
+ }
539
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
540
+ .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
541
+ left: 8px;
542
+ }
543
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons {
544
+ left: 0;
545
+ right: auto;
546
+ }
547
+
548
+ .e-bigger .e-inplaceeditor,
549
+ .e-inplaceeditor.e-bigger,
550
+ .e-bigger .e-inplaceeditor-tip,
551
+ .e-inplaceeditor-tip.e-bigger {
552
+ width: auto;
553
+ }
554
+ .e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
555
+ .e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
556
+ stroke-width: inherit;
557
+ }
558
+ .e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
559
+ .e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
560
+ stroke-width: inherit;
561
+ }
562
+ .e-inplaceeditor .e-editable-loading,
563
+ .e-inplaceeditor-tip .e-editable-loading {
564
+ display: none;
565
+ min-height: 100%;
566
+ position: absolute;
567
+ top: 0;
568
+ }
569
+ .e-inplaceeditor .e-editable-loading.e-show,
570
+ .e-inplaceeditor-tip .e-editable-loading.e-show {
571
+ display: block;
572
+ }
573
+ .e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
574
+ .e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
575
+ left: auto;
576
+ right: 5px;
577
+ transform: translateX(-30%) translateY(-50%);
578
+ }
579
+ .e-inplaceeditor .e-editable-form,
580
+ .e-inplaceeditor-tip .e-editable-form {
581
+ width: 100%;
582
+ }
583
+ .e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon,
584
+ .e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon {
585
+ visibility: hidden;
586
+ }
587
+ .e-inplaceeditor .e-component-group,
588
+ .e-inplaceeditor-tip .e-component-group {
589
+ margin-bottom: 4px;
590
+ }
591
+ .e-inplaceeditor .e-component-group .e-editable-component,
592
+ .e-inplaceeditor-tip .e-component-group .e-editable-component {
593
+ min-width: 150px;
594
+ position: relative;
595
+ }
596
+ .e-inplaceeditor .e-control-overlay,
597
+ .e-inplaceeditor-tip .e-control-overlay {
598
+ visibility: hidden;
599
+ }
600
+ .e-inplaceeditor .e-control-overlay.e-richtexteditor,
601
+ .e-inplaceeditor-tip .e-control-overlay.e-richtexteditor {
602
+ opacity: 0.5;
603
+ pointer-events: none;
604
+ -webkit-user-select: none;
605
+ -ms-user-select: none;
606
+ user-select: none;
607
+ visibility: visible;
608
+ }
609
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
610
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save {
611
+ margin: 0 6px 0 0;
612
+ }
613
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons,
614
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons {
615
+ font-size: 16px;
616
+ }
617
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
618
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel {
619
+ margin: 0 0 0 6px;
620
+ }
621
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons,
622
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons {
623
+ font-size: 16px;
624
+ }
625
+ .e-inplaceeditor .e-editable-action-buttons.e-hide,
626
+ .e-inplaceeditor-tip .e-editable-action-buttons.e-hide {
627
+ visibility: hidden;
628
+ }
629
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
630
+ .e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save {
631
+ margin: 0 0 0 6px;
632
+ }
633
+ .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
634
+ .e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel {
635
+ margin: 0 6px 0 0;
636
+ }
637
+ .e-inplaceeditor.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
638
+ .e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
639
+ left: 5px;
640
+ right: auto;
641
+ transform: translateX(30%) translateY(-50%);
642
+ }
643
+
644
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
645
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content {
646
+ padding: 0;
647
+ }
648
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,
649
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
650
+ padding: 24px;
651
+ }
652
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container,
653
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container {
654
+ padding: 24px;
655
+ }
656
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper,
657
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
658
+ padding: 24px;
659
+ }
660
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container,
661
+ .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
662
+ padding: 24px;
663
+ }
664
+ .e-bigger .e-inplaceeditor-tip .e-editable-title,
665
+ .e-inplaceeditor-tip.e-bigger .e-editable-title {
666
+ font-size: 24px;
667
+ min-height: 46px;
668
+ padding: 24px;
669
+ }
670
+ .e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,
671
+ .e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
672
+ padding: 12px 16px 12px 16px;
673
+ }
674
+
675
+ .e-inplaceeditor-tip {
676
+ opacity: 1;
677
+ width: auto;
678
+ }
679
+ .e-inplaceeditor-tip.e-tooltip-wrap {
680
+ max-width: 100%;
681
+ }
682
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
683
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
684
+ display: block;
685
+ visibility: hidden;
686
+ }
687
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
688
+ padding: 0;
689
+ }
690
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
691
+ -ms-flex-line-pack: center;
692
+ align-content: center;
693
+ display: -ms-flexbox;
694
+ display: flex;
695
+ -ms-flex-direction: column;
696
+ flex-direction: column;
697
+ font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
698
+ font-size: 16px;
699
+ font-weight: 400;
700
+ height: 24px;
701
+ -ms-flex-pack: center;
702
+ justify-content: center;
703
+ padding: 20px 20px 12px 20px;
704
+ }
705
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
706
+ display: -ms-flexbox;
707
+ display: flex;
708
+ padding: 20px;
709
+ }
710
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
711
+ float: right;
712
+ margin-top: 4px;
713
+ position: relative;
714
+ right: auto;
715
+ top: auto;
716
+ }
717
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
718
+ display: -ms-flexbox;
719
+ display: flex;
720
+ padding: 20px;
721
+ }
722
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
723
+ float: right;
724
+ margin-top: 4px;
725
+ position: relative;
726
+ right: auto;
727
+ top: auto;
728
+ }
729
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
730
+ padding: 20px;
731
+ }
732
+ .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
733
+ padding: 20px;
734
+ }
735
+ .e-inplaceeditor-tip.e-hide {
736
+ visibility: hidden;
737
+ }
738
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
739
+ padding: 9px 12px 9px 12px;
740
+ }
741
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
742
+ float: left;
743
+ }
744
+ .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
745
+ float: left;
746
+ }
747
+
748
+ .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
749
+ background-size: 150px 60px;
750
+ min-height: 60px;
751
+ }
752
+
753
+ .e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor,
754
+ .e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor {
755
+ background-size: 150px 70px;
756
+ min-height: 70px;
757
+ }
758
+
759
+ /*! inplaceeditor theme */
760
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
761
+ border-bottom: 1px solid rgba(var(--color-sf-on-surface));
762
+ color: rgba(var(--color-sf-on-surface));
763
+ }
764
+ .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
765
+ color: rgba(var(--color-sf-on-surface-variant));
766
+ }
767
+ .e-inplaceeditor .e-editable-value-wrapper.e-loading .e-editable-value {
768
+ border-bottom: 0;
769
+ }
770
+ .e-inplaceeditor .e-editable-value-wrapper:hover {
771
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
772
+ border-radius: 4px;
773
+ }
774
+ .e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
775
+ border-bottom-color: transparent;
776
+ }
777
+ .e-inplaceeditor .e-editable-value-container .e-editable-value {
778
+ border-bottom: 1px solid rgba(var(--color-sf-on-surface));
779
+ color: rgba(var(--color-sf-on-surface));
780
+ }
781
+ .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
782
+ color: rgba(var(--color-sf-on-surface-variant));
783
+ }
784
+ .e-inplaceeditor .e-editable-value-container.e-loading .e-editable-value {
785
+ border-bottom: 0;
786
+ }
787
+ .e-inplaceeditor .e-editable-value-container:hover {
788
+ background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.08), rgba(var(--color-sf-primary), 0.08)), rgba(var(--color-sf-surface));
789
+ border-radius: 4px;
790
+ }
791
+ .e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
792
+ border-bottom-color: transparent;
793
+ }
794
+ .e-inplaceeditor[data-underline=false] .e-editable-value-wrapper .e-editable-value {
795
+ border-bottom: 0;
796
+ }
797
+ .e-inplaceeditor[data-underline=false] .e-editable-value-container .e-editable-value {
798
+ border-bottom: 0;
799
+ }
800
+ .e-inplaceeditor.e-disable {
801
+ pointer-events: none;
802
+ -ms-touch-action: none;
803
+ touch-action: none;
804
+ }
805
+ .e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value {
806
+ border-bottom-color: transparent;
807
+ }
808
+ .e-inplaceeditor.e-disable .e-editable-value-container .e-editable-value {
809
+ border-bottom-color: transparent;
810
+ }
811
+
812
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
813
+ .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
814
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
815
+ .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons {
816
+ color: rgba(var(--color-sf-on-surface-variant));
817
+ }
818
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
819
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
820
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
821
+ border-radius: 0;
822
+ }
823
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
824
+ border-radius: 20px;
825
+ color: rgba(var(--color-sf-on-surface));
826
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
827
+ }
828
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
829
+ color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
830
+ }
831
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
832
+ border-bottom-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
833
+ }
834
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
835
+ border-top-color: 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-popup {
838
+ border: 0;
839
+ border-radius: 8px;
840
+ }
841
+ .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
842
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
843
+ border-bottom: 0;
844
+ color: rgba(var(--color-sf-on-surface));
845
+ }
846
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
847
+ border-bottom-color: rgba(var(--color-sf-outline));
848
+ }
849
+ .e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
850
+ color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface));
851
+ }