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