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