@syncfusion/ej2-inplace-editor 26.2.5 → 27.1.48

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