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