@syncfusion/ej2-inplace-editor 26.2.5 → 27.1.48

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