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