@syncfusion/ej2-inplace-editor 20.1.55 → 20.2.43
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.
- package/dist/ej2-inplace-editor.umd.min.js +2 -2
- package/dist/ej2-inplace-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es2015.js +5 -5
- package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es5.js +22 -23
- package/dist/es6/ej2-inplace-editor.es5.js.map +1 -1
- package/dist/global/ej2-inplace-editor.min.js +2 -2
- package/dist/global/ej2-inplace-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/helpers/e2e/index.js +8 -6
- package/helpers/e2e/inplace-editor.js +74 -58
- package/package.json +16 -16
- package/src/inplace-editor/base/inplace-editor.d.ts +1 -0
- package/src/inplace-editor/base/inplace-editor.js +22 -23
- package/styles/bootstrap-dark.css +11 -139
- package/styles/bootstrap.css +12 -145
- package/styles/bootstrap4.css +22 -195
- package/styles/bootstrap5-dark.css +20 -141
- package/styles/bootstrap5.css +20 -141
- package/styles/fabric-dark.css +11 -137
- package/styles/fabric.css +11 -137
- package/styles/fluent-dark.css +12 -137
- package/styles/fluent.css +11 -136
- package/styles/highcontrast-light.css +12 -172
- package/styles/highcontrast.css +12 -172
- package/styles/inplace-editor/_fluent-definition.scss +1 -1
- package/styles/inplace-editor/_fusionnew-definition.scss +68 -0
- package/styles/inplace-editor/_material3-definition.scss +68 -0
- package/styles/inplace-editor/_theme.scss +8 -0
- package/styles/inplace-editor/bootstrap-dark.css +11 -139
- package/styles/inplace-editor/bootstrap.css +12 -145
- package/styles/inplace-editor/bootstrap4.css +22 -195
- package/styles/inplace-editor/bootstrap5-dark.css +20 -141
- package/styles/inplace-editor/bootstrap5.css +20 -141
- package/styles/inplace-editor/fabric-dark.css +11 -137
- package/styles/inplace-editor/fabric.css +11 -137
- package/styles/inplace-editor/fluent-dark.css +12 -137
- package/styles/inplace-editor/fluent.css +11 -136
- package/styles/inplace-editor/highcontrast-light.css +12 -172
- package/styles/inplace-editor/highcontrast.css +12 -172
- package/styles/inplace-editor/icons/_fusionnew.scss +19 -0
- package/styles/inplace-editor/icons/_material3.scss +19 -0
- package/styles/inplace-editor/material-dark.css +7 -126
- package/styles/inplace-editor/material.css +7 -130
- package/styles/inplace-editor/tailwind-dark.css +9 -128
- package/styles/inplace-editor/tailwind.css +9 -128
- package/styles/material-dark.css +7 -126
- package/styles/material.css +7 -130
- package/styles/tailwind-dark.css +9 -128
- package/styles/tailwind.css +9 -128
|
@@ -4,11 +4,9 @@
|
|
|
4
4
|
box-shadow: none;
|
|
5
5
|
margin-top: 1px;
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
.e-popup.e-ddl .e-input-group {
|
|
9
8
|
width: auto;
|
|
10
9
|
}
|
|
11
|
-
|
|
12
10
|
.e-popup.e-ddl .e-input-group input {
|
|
13
11
|
line-height: 15px;
|
|
14
12
|
}
|
|
@@ -22,7 +20,6 @@
|
|
|
22
20
|
display: flex;
|
|
23
21
|
width: auto;
|
|
24
22
|
}
|
|
25
|
-
|
|
26
23
|
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
27
24
|
border: 0;
|
|
28
25
|
}
|
|
@@ -38,8 +35,7 @@
|
|
|
38
35
|
text-indent: 16px;
|
|
39
36
|
}
|
|
40
37
|
|
|
41
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
42
|
-
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
38
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
43
39
|
font-size: 14px;
|
|
44
40
|
line-height: 32px;
|
|
45
41
|
padding-left: 0;
|
|
@@ -114,17 +110,14 @@
|
|
|
114
110
|
font-size: 16px;
|
|
115
111
|
}
|
|
116
112
|
|
|
117
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
118
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
119
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
113
|
+
.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 {
|
|
120
114
|
font-size: 14px;
|
|
121
115
|
line-height: 34px;
|
|
122
116
|
padding-left: 0;
|
|
123
117
|
text-indent: 16px;
|
|
124
118
|
}
|
|
125
119
|
|
|
126
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
127
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
120
|
+
.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 {
|
|
128
121
|
height: 30px;
|
|
129
122
|
}
|
|
130
123
|
|
|
@@ -158,7 +151,7 @@
|
|
|
158
151
|
width: 24px;
|
|
159
152
|
}
|
|
160
153
|
|
|
161
|
-
.e-multi-select-wrapper .e-searcher input[type=
|
|
154
|
+
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
162
155
|
color: #f3f2f1;
|
|
163
156
|
height: 100%;
|
|
164
157
|
}
|
|
@@ -175,7 +168,6 @@
|
|
|
175
168
|
transform: rotate(360deg);
|
|
176
169
|
}
|
|
177
170
|
}
|
|
178
|
-
|
|
179
171
|
@keyframes fabric-spinner-rotate {
|
|
180
172
|
0% {
|
|
181
173
|
transform: rotate(0);
|
|
@@ -184,21 +176,18 @@
|
|
|
184
176
|
transform: rotate(360deg);
|
|
185
177
|
}
|
|
186
178
|
}
|
|
187
|
-
|
|
188
179
|
/*! inplaceeditor icons */
|
|
189
180
|
.e-inplaceeditor .e-save-icon::before,
|
|
190
181
|
.e-inplaceeditor-tip .e-save-icon::before {
|
|
191
|
-
content:
|
|
182
|
+
content: "\e774";
|
|
192
183
|
}
|
|
193
|
-
|
|
194
184
|
.e-inplaceeditor .e-cancel-icon::before,
|
|
195
185
|
.e-inplaceeditor-tip .e-cancel-icon::before {
|
|
196
|
-
content:
|
|
186
|
+
content: "\e7e7";
|
|
197
187
|
}
|
|
198
|
-
|
|
199
188
|
.e-inplaceeditor .e-editable-overlay-icon::before,
|
|
200
189
|
.e-inplaceeditor-tip .e-editable-overlay-icon::before {
|
|
201
|
-
content:
|
|
190
|
+
content: "\e730";
|
|
202
191
|
}
|
|
203
192
|
|
|
204
193
|
/*! inplaceeditor layout */
|
|
@@ -206,107 +195,88 @@
|
|
|
206
195
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper {
|
|
207
196
|
padding: 7px 12px 9px 12px;
|
|
208
197
|
}
|
|
209
|
-
|
|
210
198
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value,
|
|
211
199
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value {
|
|
212
200
|
font-size: 16px;
|
|
213
201
|
margin: 0 32px 0 0;
|
|
214
202
|
}
|
|
215
|
-
|
|
216
203
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
217
204
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
218
205
|
right: 12px;
|
|
219
206
|
width: 20px;
|
|
220
207
|
}
|
|
221
|
-
|
|
222
208
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before,
|
|
223
209
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before {
|
|
224
210
|
font-size: 16px;
|
|
225
211
|
}
|
|
226
|
-
|
|
227
212
|
.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
|
|
228
213
|
.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
|
|
229
214
|
right: 12px;
|
|
230
215
|
}
|
|
231
|
-
|
|
232
216
|
.e-bigger .e-inplaceeditor .e-editable-value-container,
|
|
233
217
|
.e-inplaceeditor.e-bigger .e-editable-value-container {
|
|
234
218
|
padding: 7px 12px 9px 12px;
|
|
235
219
|
}
|
|
236
|
-
|
|
237
220
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-value,
|
|
238
221
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-value {
|
|
239
222
|
font-size: 16px;
|
|
240
223
|
margin: 0 32px 0 0;
|
|
241
224
|
}
|
|
242
|
-
|
|
243
225
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon,
|
|
244
226
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon {
|
|
245
227
|
right: 12px;
|
|
246
228
|
width: 20px;
|
|
247
229
|
}
|
|
248
|
-
|
|
249
230
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before,
|
|
250
231
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-editable-overlay-icon::before {
|
|
251
232
|
font-size: 16px;
|
|
252
233
|
}
|
|
253
|
-
|
|
254
234
|
.e-bigger .e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner,
|
|
255
235
|
.e-inplaceeditor.e-bigger .e-editable-value-container .e-spinner-pane .e-spinner-inner {
|
|
256
236
|
right: 12px;
|
|
257
237
|
}
|
|
258
|
-
|
|
259
238
|
.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save,
|
|
260
239
|
.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save {
|
|
261
240
|
margin: 0 6px 0 0;
|
|
262
241
|
}
|
|
263
|
-
|
|
264
242
|
.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
|
|
265
243
|
.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel {
|
|
266
244
|
margin: 0 0 0 6px;
|
|
267
245
|
}
|
|
268
|
-
|
|
269
246
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value,
|
|
270
247
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value {
|
|
271
248
|
margin: 0 0 0 32px;
|
|
272
249
|
}
|
|
273
|
-
|
|
274
250
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon,
|
|
275
251
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
276
252
|
left: 12px;
|
|
277
253
|
right: auto;
|
|
278
254
|
}
|
|
279
|
-
|
|
280
255
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
|
|
281
256
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner,
|
|
282
257
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane,
|
|
283
258
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
|
|
284
259
|
left: 12px;
|
|
285
260
|
}
|
|
286
|
-
|
|
287
261
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value,
|
|
288
262
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-value {
|
|
289
263
|
margin: 0 0 0 32px;
|
|
290
264
|
}
|
|
291
|
-
|
|
292
265
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon,
|
|
293
266
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-editable-overlay-icon {
|
|
294
267
|
left: 12px;
|
|
295
268
|
right: auto;
|
|
296
269
|
}
|
|
297
|
-
|
|
298
270
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
|
|
299
271
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner,
|
|
300
272
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane,
|
|
301
273
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
|
|
302
274
|
left: 12px;
|
|
303
275
|
}
|
|
304
|
-
|
|
305
276
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
|
|
306
277
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save {
|
|
307
278
|
margin: 0 0 0 6px;
|
|
308
279
|
}
|
|
309
|
-
|
|
310
280
|
.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
|
|
311
281
|
.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel {
|
|
312
282
|
margin: 0 6px 0 0;
|
|
@@ -317,17 +287,14 @@
|
|
|
317
287
|
position: relative;
|
|
318
288
|
width: auto;
|
|
319
289
|
}
|
|
320
|
-
|
|
321
290
|
.e-inplaceeditor .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide {
|
|
322
291
|
display: block;
|
|
323
292
|
visibility: hidden;
|
|
324
293
|
}
|
|
325
|
-
|
|
326
294
|
.e-inplaceeditor .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
327
295
|
display: block;
|
|
328
296
|
visibility: hidden;
|
|
329
297
|
}
|
|
330
|
-
|
|
331
298
|
.e-inplaceeditor .e-editable-value-wrapper {
|
|
332
299
|
display: inline-block;
|
|
333
300
|
padding: 4px 8px 6px 8px;
|
|
@@ -335,14 +302,12 @@
|
|
|
335
302
|
width: auto;
|
|
336
303
|
word-break: break-word;
|
|
337
304
|
}
|
|
338
|
-
|
|
339
305
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
|
|
340
306
|
display: inline-block;
|
|
341
307
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
342
308
|
font-size: 14px;
|
|
343
309
|
margin: 0 30px 0 0;
|
|
344
310
|
}
|
|
345
|
-
|
|
346
311
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
347
312
|
bottom: 0;
|
|
348
313
|
cursor: pointer;
|
|
@@ -355,7 +320,6 @@
|
|
|
355
320
|
visibility: hidden;
|
|
356
321
|
width: 20px;
|
|
357
322
|
}
|
|
358
|
-
|
|
359
323
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
|
|
360
324
|
-ms-flex-align: center;
|
|
361
325
|
align-items: center;
|
|
@@ -363,34 +327,27 @@
|
|
|
363
327
|
display: flex;
|
|
364
328
|
font-size: 14px;
|
|
365
329
|
}
|
|
366
|
-
|
|
367
330
|
.e-inplaceeditor .e-editable-value-wrapper.e-hide {
|
|
368
331
|
display: none;
|
|
369
332
|
}
|
|
370
|
-
|
|
371
333
|
.e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
|
|
372
334
|
-webkit-user-select: none;
|
|
373
335
|
-ms-user-select: none;
|
|
374
336
|
user-select: none;
|
|
375
337
|
}
|
|
376
|
-
|
|
377
338
|
.e-inplaceeditor .e-editable-value-wrapper.e-loading {
|
|
378
339
|
pointer-events: none;
|
|
379
340
|
}
|
|
380
|
-
|
|
381
341
|
.e-inplaceeditor .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
|
|
382
342
|
left: unset;
|
|
383
343
|
right: 10px;
|
|
384
344
|
}
|
|
385
|
-
|
|
386
345
|
.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon {
|
|
387
346
|
visibility: visible;
|
|
388
347
|
}
|
|
389
|
-
|
|
390
348
|
.e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon {
|
|
391
349
|
visibility: hidden;
|
|
392
350
|
}
|
|
393
|
-
|
|
394
351
|
.e-inplaceeditor .e-editable-value-container {
|
|
395
352
|
display: inline-block;
|
|
396
353
|
padding: 4px 8px 6px 8px;
|
|
@@ -398,14 +355,12 @@
|
|
|
398
355
|
width: auto;
|
|
399
356
|
word-break: break-word;
|
|
400
357
|
}
|
|
401
|
-
|
|
402
358
|
.e-inplaceeditor .e-editable-value-container .e-editable-value {
|
|
403
359
|
display: inline-block;
|
|
404
360
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
405
361
|
font-size: 14px;
|
|
406
362
|
margin: 0 30px 0 0;
|
|
407
363
|
}
|
|
408
|
-
|
|
409
364
|
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
|
|
410
365
|
bottom: 0;
|
|
411
366
|
cursor: pointer;
|
|
@@ -418,7 +373,6 @@
|
|
|
418
373
|
visibility: hidden;
|
|
419
374
|
width: 20px;
|
|
420
375
|
}
|
|
421
|
-
|
|
422
376
|
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
|
|
423
377
|
-ms-flex-align: center;
|
|
424
378
|
align-items: center;
|
|
@@ -426,83 +380,66 @@
|
|
|
426
380
|
display: flex;
|
|
427
381
|
font-size: 14px;
|
|
428
382
|
}
|
|
429
|
-
|
|
430
383
|
.e-inplaceeditor .e-editable-value-container.e-hide {
|
|
431
384
|
display: none;
|
|
432
385
|
}
|
|
433
|
-
|
|
434
386
|
.e-inplaceeditor .e-editable-value-container.e-editable-open {
|
|
435
387
|
-webkit-user-select: none;
|
|
436
388
|
-ms-user-select: none;
|
|
437
389
|
user-select: none;
|
|
438
390
|
}
|
|
439
|
-
|
|
440
391
|
.e-inplaceeditor .e-editable-value-container.e-loading {
|
|
441
392
|
pointer-events: none;
|
|
442
393
|
}
|
|
443
|
-
|
|
444
394
|
.e-inplaceeditor .e-editable-value-container .e-spinner-pane .e-spinner-inner {
|
|
445
395
|
left: unset;
|
|
446
396
|
right: 10px;
|
|
447
397
|
}
|
|
448
|
-
|
|
449
398
|
.e-inplaceeditor .e-editable-value-container:hover .e-editable-overlay-icon {
|
|
450
399
|
visibility: visible;
|
|
451
400
|
}
|
|
452
|
-
|
|
453
401
|
.e-inplaceeditor .e-editable-value-container:hover.e-editable-open .e-editable-overlay-icon {
|
|
454
402
|
visibility: hidden;
|
|
455
403
|
}
|
|
456
|
-
|
|
457
404
|
.e-inplaceeditor .e-editable-action-buttons {
|
|
458
405
|
margin-top: 4px;
|
|
459
406
|
position: absolute;
|
|
460
407
|
right: 0;
|
|
461
408
|
z-index: 100;
|
|
462
409
|
}
|
|
463
|
-
|
|
464
410
|
.e-inplaceeditor.e-overlay {
|
|
465
411
|
-webkit-user-select: none;
|
|
466
412
|
-ms-user-select: none;
|
|
467
413
|
user-select: none;
|
|
468
414
|
}
|
|
469
|
-
|
|
470
415
|
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value {
|
|
471
416
|
margin: 0 0 0 30px;
|
|
472
417
|
}
|
|
473
|
-
|
|
474
418
|
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
475
419
|
left: 8px;
|
|
476
420
|
right: auto;
|
|
477
421
|
}
|
|
478
|
-
|
|
479
422
|
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane {
|
|
480
423
|
right: unset;
|
|
481
424
|
}
|
|
482
|
-
|
|
483
425
|
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane,
|
|
484
426
|
.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-spinner-pane .e-spinner-inner {
|
|
485
427
|
left: 10px;
|
|
486
428
|
}
|
|
487
|
-
|
|
488
429
|
.e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-value {
|
|
489
430
|
margin: 0 0 0 30px;
|
|
490
431
|
}
|
|
491
|
-
|
|
492
432
|
.e-inplaceeditor.e-rtl .e-editable-value-container .e-editable-overlay-icon {
|
|
493
433
|
left: 8px;
|
|
494
434
|
right: auto;
|
|
495
435
|
}
|
|
496
|
-
|
|
497
436
|
.e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane {
|
|
498
437
|
right: unset;
|
|
499
438
|
}
|
|
500
|
-
|
|
501
439
|
.e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane,
|
|
502
440
|
.e-inplaceeditor.e-rtl .e-editable-value-container .e-spinner-pane .e-spinner-inner {
|
|
503
441
|
left: 10px;
|
|
504
442
|
}
|
|
505
|
-
|
|
506
443
|
.e-inplaceeditor.e-rtl .e-editable-action-buttons {
|
|
507
444
|
left: 0;
|
|
508
445
|
right: auto;
|
|
@@ -514,17 +451,14 @@
|
|
|
514
451
|
.e-inplaceeditor-tip.e-bigger {
|
|
515
452
|
width: auto;
|
|
516
453
|
}
|
|
517
|
-
|
|
518
454
|
.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
519
455
|
.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
456
|
stroke-width: inherit;
|
|
521
457
|
}
|
|
522
|
-
|
|
523
458
|
.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle,
|
|
524
459
|
.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
525
460
|
stroke-width: inherit;
|
|
526
461
|
}
|
|
527
|
-
|
|
528
462
|
.e-inplaceeditor .e-editable-loading,
|
|
529
463
|
.e-inplaceeditor-tip .e-editable-loading {
|
|
530
464
|
display: none;
|
|
@@ -532,90 +466,74 @@
|
|
|
532
466
|
position: absolute;
|
|
533
467
|
top: 0;
|
|
534
468
|
}
|
|
535
|
-
|
|
536
469
|
.e-inplaceeditor .e-editable-loading.e-show,
|
|
537
470
|
.e-inplaceeditor-tip .e-editable-loading.e-show {
|
|
538
471
|
display: block;
|
|
539
472
|
}
|
|
540
|
-
|
|
541
473
|
.e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
|
|
542
474
|
.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
|
|
543
475
|
left: auto;
|
|
544
476
|
right: 5px;
|
|
545
477
|
transform: translateX(-30%) translateY(-50%);
|
|
546
478
|
}
|
|
547
|
-
|
|
548
479
|
.e-inplaceeditor .e-editable-form,
|
|
549
480
|
.e-inplaceeditor-tip .e-editable-form {
|
|
550
481
|
width: 100%;
|
|
551
482
|
}
|
|
552
|
-
|
|
553
483
|
.e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon,
|
|
554
484
|
.e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon {
|
|
555
485
|
visibility: hidden;
|
|
556
486
|
}
|
|
557
|
-
|
|
558
487
|
.e-inplaceeditor .e-component-group,
|
|
559
488
|
.e-inplaceeditor-tip .e-component-group {
|
|
560
489
|
margin-bottom: 4px;
|
|
561
490
|
}
|
|
562
|
-
|
|
563
491
|
.e-inplaceeditor .e-component-group .e-editable-component,
|
|
564
492
|
.e-inplaceeditor-tip .e-component-group .e-editable-component {
|
|
565
493
|
min-width: 150px;
|
|
566
494
|
position: relative;
|
|
567
495
|
}
|
|
568
|
-
|
|
569
496
|
.e-inplaceeditor .e-control-overlay,
|
|
570
497
|
.e-inplaceeditor-tip .e-control-overlay {
|
|
571
498
|
visibility: hidden;
|
|
572
499
|
}
|
|
573
|
-
|
|
574
500
|
.e-inplaceeditor .e-control-overlay.e-richtexteditor,
|
|
575
501
|
.e-inplaceeditor-tip .e-control-overlay.e-richtexteditor {
|
|
576
|
-
opacity: .5;
|
|
502
|
+
opacity: 0.5;
|
|
577
503
|
pointer-events: none;
|
|
578
504
|
-webkit-user-select: none;
|
|
579
505
|
-ms-user-select: none;
|
|
580
506
|
user-select: none;
|
|
581
507
|
visibility: visible;
|
|
582
508
|
}
|
|
583
|
-
|
|
584
509
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save,
|
|
585
510
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save {
|
|
586
511
|
margin: 0 4px 0 0;
|
|
587
512
|
}
|
|
588
|
-
|
|
589
513
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons,
|
|
590
514
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons {
|
|
591
515
|
font-size: 12px;
|
|
592
516
|
}
|
|
593
|
-
|
|
594
517
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel,
|
|
595
518
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel {
|
|
596
519
|
margin: 0 0 0 4px;
|
|
597
520
|
}
|
|
598
|
-
|
|
599
521
|
.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons,
|
|
600
522
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons {
|
|
601
523
|
font-size: 12px;
|
|
602
524
|
}
|
|
603
|
-
|
|
604
525
|
.e-inplaceeditor .e-editable-action-buttons.e-hide,
|
|
605
526
|
.e-inplaceeditor-tip .e-editable-action-buttons.e-hide {
|
|
606
527
|
visibility: hidden;
|
|
607
528
|
}
|
|
608
|
-
|
|
609
529
|
.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save,
|
|
610
530
|
.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save {
|
|
611
531
|
margin: 0 0 0 4px;
|
|
612
532
|
}
|
|
613
|
-
|
|
614
533
|
.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel,
|
|
615
534
|
.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel {
|
|
616
535
|
margin: 0 4px 0 0;
|
|
617
536
|
}
|
|
618
|
-
|
|
619
537
|
.e-inplaceeditor.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner,
|
|
620
538
|
.e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
|
|
621
539
|
left: 5px;
|
|
@@ -627,34 +545,28 @@
|
|
|
627
545
|
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content {
|
|
628
546
|
padding: 0;
|
|
629
547
|
}
|
|
630
|
-
|
|
631
548
|
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,
|
|
632
549
|
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
|
|
633
550
|
padding: 25px 16px 16px 16px;
|
|
634
551
|
}
|
|
635
|
-
|
|
636
552
|
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container,
|
|
637
553
|
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-container {
|
|
638
554
|
padding: 25px 16px 16px 16px;
|
|
639
555
|
}
|
|
640
|
-
|
|
641
556
|
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper,
|
|
642
557
|
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
|
|
643
558
|
padding: 25px 16px 16px 16px;
|
|
644
559
|
}
|
|
645
|
-
|
|
646
560
|
.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container,
|
|
647
561
|
.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
|
|
648
562
|
padding: 25px 16px 16px 16px;
|
|
649
563
|
}
|
|
650
|
-
|
|
651
564
|
.e-bigger .e-inplaceeditor-tip .e-editable-title,
|
|
652
565
|
.e-inplaceeditor-tip.e-bigger .e-editable-title {
|
|
653
566
|
font-size: 18px;
|
|
654
567
|
min-height: 28px;
|
|
655
568
|
padding: 8px 16px 0 16px;
|
|
656
569
|
}
|
|
657
|
-
|
|
658
570
|
.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title,
|
|
659
571
|
.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
|
|
660
572
|
padding: 8px 16px 0 16px;
|
|
@@ -664,21 +576,17 @@
|
|
|
664
576
|
opacity: 1;
|
|
665
577
|
width: auto;
|
|
666
578
|
}
|
|
667
|
-
|
|
668
579
|
.e-inplaceeditor-tip.e-tooltip-wrap {
|
|
669
580
|
max-width: 100%;
|
|
670
581
|
}
|
|
671
|
-
|
|
672
582
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-wrapper .e-clear-icon.e-clear-icon-hide,
|
|
673
583
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-input-group.e-numeric.e-control-container .e-clear-icon.e-clear-icon-hide {
|
|
674
584
|
display: block;
|
|
675
585
|
visibility: hidden;
|
|
676
586
|
}
|
|
677
|
-
|
|
678
587
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
|
|
679
588
|
padding: 0;
|
|
680
589
|
}
|
|
681
|
-
|
|
682
590
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
|
|
683
591
|
-ms-flex-line-pack: center;
|
|
684
592
|
align-content: center;
|
|
@@ -694,13 +602,11 @@
|
|
|
694
602
|
justify-content: center;
|
|
695
603
|
padding: 6px 12px 0 12px;
|
|
696
604
|
}
|
|
697
|
-
|
|
698
605
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
|
|
699
606
|
display: -ms-flexbox;
|
|
700
607
|
display: flex;
|
|
701
608
|
padding: 18px 12px 12px 12px;
|
|
702
609
|
}
|
|
703
|
-
|
|
704
610
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
|
|
705
611
|
float: right;
|
|
706
612
|
margin-top: 4px;
|
|
@@ -708,13 +614,11 @@
|
|
|
708
614
|
right: auto;
|
|
709
615
|
top: auto;
|
|
710
616
|
}
|
|
711
|
-
|
|
712
617
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
|
|
713
618
|
display: -ms-flexbox;
|
|
714
619
|
display: flex;
|
|
715
620
|
padding: 18px 12px 12px 12px;
|
|
716
621
|
}
|
|
717
|
-
|
|
718
622
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
|
|
719
623
|
float: right;
|
|
720
624
|
margin-top: 4px;
|
|
@@ -722,27 +626,21 @@
|
|
|
722
626
|
right: auto;
|
|
723
627
|
top: auto;
|
|
724
628
|
}
|
|
725
|
-
|
|
726
629
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper {
|
|
727
630
|
padding: 18px 12px 12px 12px;
|
|
728
631
|
}
|
|
729
|
-
|
|
730
632
|
.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-container {
|
|
731
633
|
padding: 18px 12px 12px 12px;
|
|
732
634
|
}
|
|
733
|
-
|
|
734
635
|
.e-inplaceeditor-tip.e-hide {
|
|
735
636
|
visibility: hidden;
|
|
736
637
|
}
|
|
737
|
-
|
|
738
638
|
.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title {
|
|
739
639
|
padding: 6px 12px 0 12px;
|
|
740
640
|
}
|
|
741
|
-
|
|
742
641
|
.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons {
|
|
743
642
|
float: left;
|
|
744
643
|
}
|
|
745
|
-
|
|
746
644
|
.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-container .e-editable-action-buttons {
|
|
747
645
|
float: left;
|
|
748
646
|
}
|
|
@@ -763,64 +661,50 @@
|
|
|
763
661
|
border-bottom: 1px dashed #f3f2f1;
|
|
764
662
|
color: #f3f2f1;
|
|
765
663
|
}
|
|
766
|
-
|
|
767
664
|
.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
|
|
768
665
|
color: #a19f9d;
|
|
769
666
|
}
|
|
770
|
-
|
|
771
667
|
.e-inplaceeditor .e-editable-value-wrapper.e-loading .e-editable-value {
|
|
772
668
|
border-bottom: 0;
|
|
773
669
|
}
|
|
774
|
-
|
|
775
670
|
.e-inplaceeditor .e-editable-value-wrapper:hover {
|
|
776
671
|
background: #252423;
|
|
777
672
|
border-radius: 2px;
|
|
778
673
|
}
|
|
779
|
-
|
|
780
674
|
.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value {
|
|
781
675
|
border-bottom-color: transparent;
|
|
782
676
|
}
|
|
783
|
-
|
|
784
677
|
.e-inplaceeditor .e-editable-value-container .e-editable-value {
|
|
785
678
|
border-bottom: 1px dashed #f3f2f1;
|
|
786
679
|
color: #f3f2f1;
|
|
787
680
|
}
|
|
788
|
-
|
|
789
681
|
.e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
|
|
790
682
|
color: #a19f9d;
|
|
791
683
|
}
|
|
792
|
-
|
|
793
684
|
.e-inplaceeditor .e-editable-value-container.e-loading .e-editable-value {
|
|
794
685
|
border-bottom: 0;
|
|
795
686
|
}
|
|
796
|
-
|
|
797
687
|
.e-inplaceeditor .e-editable-value-container:hover {
|
|
798
688
|
background: #252423;
|
|
799
689
|
border-radius: 2px;
|
|
800
690
|
}
|
|
801
|
-
|
|
802
691
|
.e-inplaceeditor .e-editable-value-container:hover .e-editable-value {
|
|
803
692
|
border-bottom-color: transparent;
|
|
804
693
|
}
|
|
805
|
-
|
|
806
|
-
.e-inplaceeditor[data-underline='false'] .e-editable-value-wrapper .e-editable-value {
|
|
694
|
+
.e-inplaceeditor[data-underline=false] .e-editable-value-wrapper .e-editable-value {
|
|
807
695
|
border-bottom: 0;
|
|
808
696
|
}
|
|
809
|
-
|
|
810
|
-
.e-inplaceeditor[data-underline='false'] .e-editable-value-container .e-editable-value {
|
|
697
|
+
.e-inplaceeditor[data-underline=false] .e-editable-value-container .e-editable-value {
|
|
811
698
|
border-bottom: 0;
|
|
812
699
|
}
|
|
813
|
-
|
|
814
700
|
.e-inplaceeditor.e-disable {
|
|
815
701
|
pointer-events: none;
|
|
816
702
|
-ms-touch-action: none;
|
|
817
703
|
touch-action: none;
|
|
818
704
|
}
|
|
819
|
-
|
|
820
705
|
.e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value {
|
|
821
706
|
border-bottom-color: transparent;
|
|
822
707
|
}
|
|
823
|
-
|
|
824
708
|
.e-inplaceeditor.e-disable .e-editable-value-container .e-editable-value {
|
|
825
709
|
border-bottom-color: transparent;
|
|
826
710
|
}
|
|
@@ -831,44 +715,35 @@
|
|
|
831
715
|
.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons {
|
|
832
716
|
color: #a19f9d;
|
|
833
717
|
}
|
|
834
|
-
|
|
835
718
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
|
|
836
719
|
background: #252423;
|
|
837
720
|
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);
|
|
838
721
|
border-radius: 0;
|
|
839
722
|
}
|
|
840
|
-
|
|
841
723
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
|
|
842
724
|
border-radius: 0;
|
|
843
725
|
color: #f3f2f1;
|
|
844
726
|
}
|
|
845
|
-
|
|
846
727
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-inner {
|
|
847
|
-
color: #
|
|
728
|
+
color: #252423;
|
|
848
729
|
}
|
|
849
|
-
|
|
850
730
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top {
|
|
851
731
|
border-bottom-color: #201f1e;
|
|
852
732
|
}
|
|
853
|
-
|
|
854
733
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom {
|
|
855
734
|
border-top-color: #201f1e;
|
|
856
735
|
}
|
|
857
|
-
|
|
858
736
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup.e-popup {
|
|
859
737
|
border: none;
|
|
860
738
|
}
|
|
861
|
-
|
|
862
739
|
.e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-editable-title {
|
|
863
740
|
background: #1b1a19;
|
|
864
741
|
border-bottom: 0;
|
|
865
742
|
color: #f3f2f1;
|
|
866
743
|
}
|
|
867
|
-
|
|
868
744
|
.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top {
|
|
869
745
|
border-bottom-color: #a19f9d;
|
|
870
746
|
}
|
|
871
|
-
|
|
872
747
|
.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top {
|
|
873
748
|
color: #1b1a19;
|
|
874
|
-
}
|
|
749
|
+
}
|