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