@syncfusion/ej2-angular-inplace-editor 24.1.41-ngcc → 24.1.41

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