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