@syncfusion/ej2-vue-inplace-editor 26.1.35 → 26.2.5

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