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