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