@syncfusion/ej2-inplace-editor 26.1.35 → 26.2.4

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 (85) hide show
  1. package/dist/ej2-inplace-editor.min.js +10 -0
  2. package/dist/ej2-inplace-editor.umd.min.js +1 -1
  3. package/dist/global/ej2-inplace-editor.min.js +1 -1
  4. package/dist/global/index.d.ts +1 -1
  5. package/hotfix/26.1.35_Vol2.txt +1 -0
  6. package/package.json +17 -17
  7. package/styles/bootstrap-dark.css +0 -2
  8. package/styles/bootstrap.css +0 -2
  9. package/styles/bootstrap4.css +1 -3
  10. package/styles/bootstrap5-dark.css +0 -2
  11. package/styles/bootstrap5.css +0 -2
  12. package/styles/fabric-dark.css +0 -2
  13. package/styles/fabric.css +0 -2
  14. package/styles/fluent-dark.css +0 -2
  15. package/styles/fluent.css +0 -2
  16. package/styles/fluent2.css +65 -67
  17. package/styles/highcontrast-light.css +0 -2
  18. package/styles/highcontrast.css +0 -2
  19. package/styles/inplace-editor/_layout.scss +0 -35
  20. package/styles/inplace-editor/_material3-definition.scss +0 -7
  21. package/styles/inplace-editor/_theme.scss +0 -29
  22. package/styles/inplace-editor/bootstrap-dark.css +0 -2
  23. package/styles/inplace-editor/bootstrap.css +0 -2
  24. package/styles/inplace-editor/bootstrap4.css +1 -3
  25. package/styles/inplace-editor/bootstrap5-dark.css +0 -2
  26. package/styles/inplace-editor/bootstrap5.css +0 -2
  27. package/styles/inplace-editor/fabric-dark.css +0 -2
  28. package/styles/inplace-editor/fabric.css +0 -2
  29. package/styles/inplace-editor/fluent-dark.css +0 -2
  30. package/styles/inplace-editor/fluent.css +0 -2
  31. package/styles/inplace-editor/fluent2.css +65 -67
  32. package/styles/inplace-editor/highcontrast-light.css +0 -2
  33. package/styles/inplace-editor/highcontrast.css +0 -2
  34. package/styles/inplace-editor/material-dark.css +0 -2
  35. package/styles/inplace-editor/material.css +0 -2
  36. package/styles/inplace-editor/material3-dark.css +0 -3
  37. package/styles/inplace-editor/material3.css +0 -3
  38. package/styles/inplace-editor/tailwind-dark.css +0 -2
  39. package/styles/inplace-editor/tailwind.css +0 -2
  40. package/styles/material-dark.css +0 -2
  41. package/styles/material.css +0 -2
  42. package/styles/material3-dark.css +0 -3
  43. package/styles/material3.css +0 -3
  44. package/styles/tailwind-dark.css +0 -2
  45. package/styles/tailwind.css +0 -2
  46. package/dist/ts/index.d.ts +0 -4
  47. package/dist/ts/index.ts +0 -4
  48. package/dist/ts/inplace-editor/base/classes.d.ts +0 -63
  49. package/dist/ts/inplace-editor/base/classes.ts +0 -63
  50. package/dist/ts/inplace-editor/base/events.d.ts +0 -17
  51. package/dist/ts/inplace-editor/base/events.ts +0 -18
  52. package/dist/ts/inplace-editor/base/index.d.ts +0 -10
  53. package/dist/ts/inplace-editor/base/index.ts +0 -10
  54. package/dist/ts/inplace-editor/base/inplace-editor-model.d.ts +0 -344
  55. package/dist/ts/inplace-editor/base/inplace-editor.d.ts +0 -623
  56. package/dist/ts/inplace-editor/base/inplace-editor.ts +0 -1758
  57. package/dist/ts/inplace-editor/base/interface.d.ts +0 -117
  58. package/dist/ts/inplace-editor/base/interface.ts +0 -127
  59. package/dist/ts/inplace-editor/base/models-model.d.ts +0 -22
  60. package/dist/ts/inplace-editor/base/models.d.ts +0 -31
  61. package/dist/ts/inplace-editor/base/models.ts +0 -45
  62. package/dist/ts/inplace-editor/base/util.d.ts +0 -28
  63. package/dist/ts/inplace-editor/base/util.ts +0 -104
  64. package/dist/ts/inplace-editor/index.d.ts +0 -5
  65. package/dist/ts/inplace-editor/index.ts +0 -5
  66. package/dist/ts/inplace-editor/modules/auto-complete.d.ts +0 -34
  67. package/dist/ts/inplace-editor/modules/auto-complete.ts +0 -65
  68. package/dist/ts/inplace-editor/modules/base-module.d.ts +0 -19
  69. package/dist/ts/inplace-editor/modules/base-module.ts +0 -74
  70. package/dist/ts/inplace-editor/modules/color-picker.d.ts +0 -29
  71. package/dist/ts/inplace-editor/modules/color-picker.ts +0 -55
  72. package/dist/ts/inplace-editor/modules/combo-box.d.ts +0 -34
  73. package/dist/ts/inplace-editor/modules/combo-box.ts +0 -63
  74. package/dist/ts/inplace-editor/modules/date-range-picker.d.ts +0 -29
  75. package/dist/ts/inplace-editor/modules/date-range-picker.ts +0 -55
  76. package/dist/ts/inplace-editor/modules/index.d.ts +0 -12
  77. package/dist/ts/inplace-editor/modules/index.ts +0 -12
  78. package/dist/ts/inplace-editor/modules/multi-select.d.ts +0 -35
  79. package/dist/ts/inplace-editor/modules/multi-select.ts +0 -88
  80. package/dist/ts/inplace-editor/modules/rte.d.ts +0 -31
  81. package/dist/ts/inplace-editor/modules/rte.ts +0 -73
  82. package/dist/ts/inplace-editor/modules/slider.d.ts +0 -30
  83. package/dist/ts/inplace-editor/modules/slider.ts +0 -59
  84. package/dist/ts/inplace-editor/modules/time-picker.d.ts +0 -29
  85. package/dist/ts/inplace-editor/modules/time-picker.ts +0 -54
@@ -1,11 +1,6 @@
1
1
  @include export-module('inplaceeditor-theme') {
2
-
3
- /*! inplaceeditor theme */
4
-
5
2
  .e-inplaceeditor {
6
-
7
3
  .e-editable-value-wrapper {
8
-
9
4
  .e-editable-value {
10
5
  border-bottom: $editor-value-text-border;
11
6
  color: $editor-value-text-color;
@@ -16,7 +11,6 @@
16
11
  }
17
12
 
18
13
  &.e-loading {
19
-
20
14
  .e-editable-value {
21
15
  border-bottom: 0;
22
16
  }
@@ -33,7 +27,6 @@
33
27
  }
34
28
 
35
29
  .e-editable-value-container {
36
-
37
30
  .e-editable-value {
38
31
  border-bottom: $editor-value-text-border;
39
32
  color: $editor-value-text-color;
@@ -44,7 +37,6 @@
44
37
  }
45
38
 
46
39
  &.e-loading {
47
-
48
40
  .e-editable-value {
49
41
  border-bottom: 0;
50
42
  }
@@ -61,16 +53,13 @@
61
53
  }
62
54
 
63
55
  &[data-underline = 'false'] {
64
-
65
56
  .e-editable-value-wrapper {
66
-
67
57
  .e-editable-value {
68
58
  border-bottom: 0;
69
59
  }
70
60
  }
71
61
 
72
62
  .e-editable-value-container {
73
-
74
63
  .e-editable-value {
75
64
  border-bottom: 0;
76
65
  }
@@ -82,14 +71,12 @@
82
71
  touch-action: none;
83
72
 
84
73
  .e-editable-value-wrapper {
85
-
86
74
  .e-editable-value {
87
75
  border-bottom-color: transparent;
88
76
  }
89
77
  }
90
78
 
91
79
  .e-editable-value-container {
92
-
93
80
  .e-editable-value {
94
81
  border-bottom-color: transparent;
95
82
  }
@@ -99,9 +86,7 @@
99
86
 
100
87
  .e-inplaceeditor,
101
88
  .e-inplaceeditor-tip {
102
-
103
89
  .e-editable-action-buttons {
104
-
105
90
  .e-btn-save.e-icon-btn,
106
91
  .e-btn-cancel.e-icon-btn {
107
92
 
@@ -131,7 +116,6 @@
131
116
  }
132
117
 
133
118
  @if $skin-name == 'bootstrap4' {
134
-
135
119
  &:hover {
136
120
  background-color: darken($gray-600, 7.5%);
137
121
  border: 1px solid darken($gray-600, 10%);
@@ -144,7 +128,6 @@
144
128
  }
145
129
  }
146
130
  @else if $skin-name == 'bootstrap5' {
147
-
148
131
  &:hover {
149
132
  background-color: darken($gray-600, 7.5%);
150
133
  border: 1px solid darken($gray-600, 10%);
@@ -158,7 +141,6 @@
158
141
  }
159
142
 
160
143
  @if $skin-name == 'bootstrap4' {
161
-
162
144
  &:focus {
163
145
  background-color: $gray-600;
164
146
  border: 1px solid $gray-600;
@@ -166,7 +148,6 @@
166
148
  }
167
149
 
168
150
  @if $skin-name == 'bootstrap4' {
169
-
170
151
  &:active {
171
152
  background-color: darken($gray-600, 10%);
172
153
  border: 1px solid darken($gray-600, 12.5%);
@@ -175,9 +156,7 @@
175
156
 
176
157
  &:hover,
177
158
  &:active {
178
-
179
159
  .e-btn-icon.e-icons {
180
-
181
160
  @if $skin-name == 'bootstrap4' or $skin-name =='bootstrap5' {
182
161
  color: $white;
183
162
  }
@@ -185,9 +164,7 @@
185
164
  }
186
165
 
187
166
  &:focus {
188
-
189
167
  .e-btn-icon.e-icons {
190
-
191
168
  @if $skin-name == 'bootstrap4' {
192
169
  color: $white;
193
170
  }
@@ -209,7 +186,6 @@
209
186
  }
210
187
 
211
188
  .e-inplaceeditor-tip {
212
-
213
189
  &.e-tooltip-wrap.e-popup {
214
190
  background: $editor-tip-bg;
215
191
  box-shadow: $editor-tip-box-shadow;
@@ -230,7 +206,6 @@
230
206
  }
231
207
 
232
208
  .e-arrow-tip-outer {
233
-
234
209
  &.e-tip-top {
235
210
  border-bottom-color: $editor-tip-arrow-bdr-color;
236
211
  }
@@ -260,18 +235,14 @@
260
235
  }
261
236
 
262
237
  &.e-editable-tip-title {
263
-
264
238
  &.e-tooltip-wrap {
265
-
266
239
  .e-arrow-tip-outer {
267
-
268
240
  &.e-tip-top {
269
241
  border-bottom-color: $editor-tip-title-arrow-bdr-color;
270
242
  }
271
243
  }
272
244
 
273
245
  .e-arrow-tip-inner {
274
-
275
246
  &.e-tip-top {
276
247
  color: $editor-tip-title-arrow-icon-color;
277
248
  }
@@ -219,7 +219,6 @@
219
219
  content: "\e338";
220
220
  }
221
221
 
222
- /*! inplaceeditor layout */
223
222
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
224
223
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
225
224
  padding: 8px 12px;
@@ -703,7 +702,6 @@
703
702
  min-height: 70px;
704
703
  }
705
704
 
706
- /*! inplaceeditor theme */
707
705
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
708
706
  border-bottom: 1px dashed #f0f0f0;
709
707
  color: #f0f0f0;
@@ -354,7 +354,6 @@
354
354
  content: "\e338";
355
355
  }
356
356
 
357
- /*! inplaceeditor layout */
358
357
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
359
358
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
360
359
  padding: 8px 12px;
@@ -838,7 +837,6 @@
838
837
  min-height: 70px;
839
838
  }
840
839
 
841
- /*! inplaceeditor theme */
842
840
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
843
841
  border-bottom: 1px dashed #333;
844
842
  color: #333;
@@ -388,7 +388,7 @@
388
388
 
389
389
  .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-rte-color-content {
390
390
  line-height: 26px;
391
- min-height: 26px;
391
+ min-height: 30px;
392
392
  min-width: 26px;
393
393
  }
394
394
  .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-btn-icon.e-caret {
@@ -574,7 +574,6 @@
574
574
  content: "\e78f";
575
575
  }
576
576
 
577
- /*! inplaceeditor layout */
578
577
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
579
578
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
580
579
  padding: 8px 12px;
@@ -1071,7 +1070,6 @@
1071
1070
  min-height: 70px;
1072
1071
  }
1073
1072
 
1074
- /*! inplaceeditor theme */
1075
1073
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
1076
1074
  border-bottom: 1px dashed #495057;
1077
1075
  color: #495057;
@@ -243,7 +243,6 @@
243
243
  content: "\e730";
244
244
  }
245
245
 
246
- /*! inplaceeditor layout */
247
246
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
248
247
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
249
248
  padding: 7px 12px 7px 12px;
@@ -751,7 +750,6 @@
751
750
  font-size: 22px;
752
751
  }
753
752
 
754
- /*! inplaceeditor theme */
755
753
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
756
754
  border-bottom: 1px dashed #fff;
757
755
  color: #fff;
@@ -243,7 +243,6 @@
243
243
  content: "\e730";
244
244
  }
245
245
 
246
- /*! inplaceeditor layout */
247
246
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
248
247
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
249
248
  padding: 7px 12px 7px 12px;
@@ -751,7 +750,6 @@
751
750
  font-size: 22px;
752
751
  }
753
752
 
754
- /*! inplaceeditor theme */
755
753
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
756
754
  border-bottom: 1px dashed #212529;
757
755
  color: #212529;
@@ -170,7 +170,6 @@
170
170
  content: "\e97c";
171
171
  }
172
172
 
173
- /*! inplaceeditor layout */
174
173
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
175
174
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
176
175
  padding: 8px 12px;
@@ -654,7 +653,6 @@
654
653
  min-height: 70px;
655
654
  }
656
655
 
657
- /*! inplaceeditor theme */
658
656
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
659
657
  border-bottom: 1px dashed #fff;
660
658
  color: #fff;
@@ -159,7 +159,6 @@
159
159
  content: "\e97c";
160
160
  }
161
161
 
162
- /*! inplaceeditor layout */
163
162
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
164
163
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
165
164
  padding: 8px 12px;
@@ -643,7 +642,6 @@
643
642
  min-height: 70px;
644
643
  }
645
644
 
646
- /*! inplaceeditor theme */
647
645
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
648
646
  border-bottom: 1px dashed #333;
649
647
  color: #333;
@@ -245,7 +245,6 @@
245
245
  content: "\e730";
246
246
  }
247
247
 
248
- /*! inplaceeditor layout */
249
248
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
250
249
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
251
250
  padding: 7px 12px 9px 12px;
@@ -729,7 +728,6 @@
729
728
  min-height: 70px;
730
729
  }
731
730
 
732
- /*! inplaceeditor theme */
733
731
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
734
732
  border-bottom: 1px dashed #f3f2f1;
735
733
  color: #f3f2f1;
@@ -245,7 +245,6 @@
245
245
  content: "\e730";
246
246
  }
247
247
 
248
- /*! inplaceeditor layout */
249
248
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
250
249
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
251
250
  padding: 7px 12px 9px 12px;
@@ -729,7 +728,6 @@
729
728
  min-height: 70px;
730
729
  }
731
730
 
732
- /*! inplaceeditor theme */
733
731
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
734
732
  border-bottom: 1px dashed #201f1e;
735
733
  color: #201f1e;