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