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