@syncfusion/ej2-inplace-editor 26.2.10 → 27.1.50

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