@syncfusion/ej2-angular-inplace-editor 25.2.3-ngcc → 26.1.35-ngcc

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