@syncfusion/ej2-inplace-editor 26.2.10 → 27.1.50

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