@syncfusion/ej2-angular-inplace-editor 20.2.38 → 20.2.45-ngcc

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