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

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