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