@syncfusion/ej2-inplace-editor 25.2.3 → 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 (79) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-inplace-editor.min.js +2 -2
  3. package/dist/ej2-inplace-editor.umd.min.js +2 -2
  4. package/dist/ej2-inplace-editor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-inplace-editor.es2015.js +22 -43
  6. package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-inplace-editor.es5.js +77 -98
  8. package/dist/es6/ej2-inplace-editor.es5.js.map +1 -1
  9. package/dist/global/ej2-inplace-editor.min.js +2 -2
  10. package/dist/global/ej2-inplace-editor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/hotfix/26.1.35_Vol2.txt +1 -0
  13. package/package.json +18 -18
  14. package/src/inplace-editor/base/inplace-editor.d.ts +0 -1
  15. package/src/inplace-editor/base/interface.js +0 -1
  16. package/src/inplace-editor/base/models.js +0 -2
  17. package/styles/bootstrap-dark.css +61 -16
  18. package/styles/bootstrap-dark.scss +26 -1
  19. package/styles/bootstrap.css +63 -17
  20. package/styles/bootstrap.scss +26 -1
  21. package/styles/bootstrap4.css +72 -22
  22. package/styles/bootstrap4.scss +26 -1
  23. package/styles/bootstrap5-dark.css +62 -16
  24. package/styles/bootstrap5-dark.scss +26 -1
  25. package/styles/bootstrap5.css +62 -16
  26. package/styles/bootstrap5.scss +26 -1
  27. package/styles/fabric-dark.css +59 -15
  28. package/styles/fabric-dark.scss +26 -1
  29. package/styles/fabric.css +61 -16
  30. package/styles/fabric.scss +26 -1
  31. package/styles/fluent-dark.css +63 -17
  32. package/styles/fluent-dark.scss +26 -1
  33. package/styles/fluent.css +63 -17
  34. package/styles/fluent.scss +26 -1
  35. package/styles/fluent2.css +1994 -0
  36. package/styles/fluent2.scss +26 -0
  37. package/styles/highcontrast-light.css +62 -15
  38. package/styles/highcontrast-light.scss +26 -1
  39. package/styles/highcontrast.css +64 -16
  40. package/styles/highcontrast.scss +26 -1
  41. package/styles/inplace-editor/_bootstrap5.3-definition.scss +69 -0
  42. package/styles/inplace-editor/_fluent2-definition.scss +71 -0
  43. package/styles/inplace-editor/_layout.scss +0 -35
  44. package/styles/inplace-editor/_material3-definition.scss +0 -7
  45. package/styles/inplace-editor/_theme.scss +8 -32
  46. package/styles/inplace-editor/bootstrap-dark.css +61 -16
  47. package/styles/inplace-editor/bootstrap.css +63 -17
  48. package/styles/inplace-editor/bootstrap4.css +72 -22
  49. package/styles/inplace-editor/bootstrap5-dark.css +62 -16
  50. package/styles/inplace-editor/bootstrap5.css +62 -16
  51. package/styles/inplace-editor/fabric-dark.css +59 -15
  52. package/styles/inplace-editor/fabric.css +61 -16
  53. package/styles/inplace-editor/fluent-dark.css +63 -17
  54. package/styles/inplace-editor/fluent.css +63 -17
  55. package/styles/inplace-editor/fluent2.css +1994 -0
  56. package/styles/inplace-editor/fluent2.scss +26 -0
  57. package/styles/inplace-editor/highcontrast-light.css +62 -15
  58. package/styles/inplace-editor/highcontrast.css +64 -16
  59. package/styles/inplace-editor/icons/_bootstrap5.3.scss +19 -0
  60. package/styles/inplace-editor/icons/_fluent2.scss +19 -0
  61. package/styles/inplace-editor/material-dark.css +79 -19
  62. package/styles/inplace-editor/material.css +95 -22
  63. package/styles/inplace-editor/material3-dark.css +100 -23
  64. package/styles/inplace-editor/material3.css +100 -23
  65. package/styles/inplace-editor/tailwind-dark.css +72 -19
  66. package/styles/inplace-editor/tailwind.css +72 -19
  67. package/styles/material-dark.css +79 -19
  68. package/styles/material-dark.scss +26 -1
  69. package/styles/material.css +95 -22
  70. package/styles/material.scss +26 -1
  71. package/styles/material3-dark.css +100 -23
  72. package/styles/material3-dark.scss +26 -1
  73. package/styles/material3.css +100 -23
  74. package/styles/material3.scss +26 -1
  75. package/styles/tailwind-dark.css +72 -19
  76. package/styles/tailwind-dark.scss +26 -1
  77. package/styles/tailwind.css +72 -19
  78. package/styles/tailwind.scss +26 -1
  79. package/CHANGELOG.md +0 -262
@@ -1,5 +1,6 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
- /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap theme variables */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /*! calendar bootstrap theme variables */
3
4
  .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon {
4
5
  font-size: 8px;
5
6
  }
@@ -18,7 +19,8 @@
18
19
 
19
20
  .e-popup.e-ddl {
20
21
  border-radius: 4px;
21
- box-shadow: none;
22
+ -webkit-box-shadow: none;
23
+ box-shadow: none;
22
24
  margin-top: 3px;
23
25
  }
24
26
  .e-popup.e-ddl .e-input-group {
@@ -33,6 +35,7 @@
33
35
  }
34
36
 
35
37
  .e-popup.e-ddl .e-filter-parent .e-input-group {
38
+ display: -webkit-box;
36
39
  display: -ms-flexbox;
37
40
  display: flex;
38
41
  width: auto;
@@ -109,11 +112,13 @@
109
112
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
110
113
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
111
114
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
112
- box-shadow: none;
115
+ -webkit-box-shadow: none;
116
+ box-shadow: none;
113
117
  }
114
118
 
115
119
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
116
120
  background: transparent;
121
+ display: -webkit-box;
117
122
  display: -ms-flexbox;
118
123
  display: flex;
119
124
  position: relative;
@@ -211,10 +216,12 @@
211
216
  }
212
217
 
213
218
  .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
214
- box-shadow: none;
219
+ -webkit-box-shadow: none;
220
+ box-shadow: none;
215
221
  }
216
222
 
217
223
  .e-bigger .e-ddl.e-popup .e-filter-parent .e-clear-icon {
224
+ display: -webkit-box;
218
225
  display: -ms-flexbox;
219
226
  display: flex;
220
227
  }
@@ -258,19 +265,43 @@
258
265
  }
259
266
 
260
267
  /* stylelint-disable property-no-vendor-prefix */
268
+ @-webkit-keyframes material-spinner-rotate {
269
+ 0% {
270
+ -webkit-transform: rotate(0);
271
+ transform: rotate(0);
272
+ }
273
+ 100% {
274
+ -webkit-transform: rotate(360deg);
275
+ transform: rotate(360deg);
276
+ }
277
+ }
261
278
  @keyframes material-spinner-rotate {
262
279
  0% {
280
+ -webkit-transform: rotate(0);
263
281
  transform: rotate(0);
264
282
  }
265
283
  100% {
284
+ -webkit-transform: rotate(360deg);
285
+ transform: rotate(360deg);
286
+ }
287
+ }
288
+ @-webkit-keyframes fabric-spinner-rotate {
289
+ 0% {
290
+ -webkit-transform: rotate(0);
291
+ transform: rotate(0);
292
+ }
293
+ 100% {
294
+ -webkit-transform: rotate(360deg);
266
295
  transform: rotate(360deg);
267
296
  }
268
297
  }
269
298
  @keyframes fabric-spinner-rotate {
270
299
  0% {
300
+ -webkit-transform: rotate(0);
271
301
  transform: rotate(0);
272
302
  }
273
303
  100% {
304
+ -webkit-transform: rotate(360deg);
274
305
  transform: rotate(360deg);
275
306
  }
276
307
  }
@@ -357,7 +388,7 @@
357
388
 
358
389
  .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-rte-color-content {
359
390
  line-height: 26px;
360
- min-height: 26px;
391
+ min-height: 30px;
361
392
  min-width: 26px;
362
393
  }
363
394
  .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-btn-icon.e-caret {
@@ -491,8 +522,8 @@
491
522
  .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-bulletformatlist-dropdown.e-tbar-btn.e-btn:hover,
492
523
  .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-bulletformatlist-dropdown.e-tbar-btn.e-btn.e-active,
493
524
  .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-rte-bulletformatlist-dropdown.e-tbar-btn.e-btn.e-active:hover {
494
- padding-bottom: 0;
495
- padding-top: 0;
525
+ padding-bottom: 1px;
526
+ padding-top: 1px;
496
527
  }
497
528
  .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-active,
498
529
  .e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-active,
@@ -543,7 +574,6 @@
543
574
  content: "\e78f";
544
575
  }
545
576
 
546
- /*! inplaceeditor layout */
547
577
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
548
578
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
549
579
  padding: 8px 12px;
@@ -665,6 +695,7 @@
665
695
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
666
696
  bottom: 0;
667
697
  cursor: pointer;
698
+ display: -webkit-inline-box;
668
699
  display: -ms-inline-flexbox;
669
700
  display: inline-flex;
670
701
  height: inherit;
@@ -675,8 +706,10 @@
675
706
  width: 18px;
676
707
  }
677
708
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
678
- -ms-flex-align: center;
679
- align-items: center;
709
+ -webkit-box-align: center;
710
+ -ms-flex-align: center;
711
+ align-items: center;
712
+ display: -webkit-box;
680
713
  display: -ms-flexbox;
681
714
  display: flex;
682
715
  font-size: 14px;
@@ -686,6 +719,7 @@
686
719
  }
687
720
  .e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
688
721
  -webkit-user-select: none;
722
+ -moz-user-select: none;
689
723
  -ms-user-select: none;
690
724
  user-select: none;
691
725
  }
@@ -719,6 +753,7 @@
719
753
  .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
720
754
  bottom: 0;
721
755
  cursor: pointer;
756
+ display: -webkit-inline-box;
722
757
  display: -ms-inline-flexbox;
723
758
  display: inline-flex;
724
759
  height: inherit;
@@ -729,8 +764,10 @@
729
764
  width: 18px;
730
765
  }
731
766
  .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
732
- -ms-flex-align: center;
733
- align-items: center;
767
+ -webkit-box-align: center;
768
+ -ms-flex-align: center;
769
+ align-items: center;
770
+ display: -webkit-box;
734
771
  display: -ms-flexbox;
735
772
  display: flex;
736
773
  font-size: 14px;
@@ -740,6 +777,7 @@
740
777
  }
741
778
  .e-inplaceeditor .e-editable-value-container.e-editable-open {
742
779
  -webkit-user-select: none;
780
+ -moz-user-select: none;
743
781
  -ms-user-select: none;
744
782
  user-select: none;
745
783
  }
@@ -764,6 +802,7 @@
764
802
  }
765
803
  .e-inplaceeditor.e-overlay {
766
804
  -webkit-user-select: none;
805
+ -moz-user-select: none;
767
806
  -ms-user-select: none;
768
807
  user-select: none;
769
808
  }
@@ -840,7 +879,8 @@
840
879
  .e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
841
880
  left: auto;
842
881
  right: 5px;
843
- transform: translateX(-30%) translateY(-50%);
882
+ -webkit-transform: translateX(-30%) translateY(-50%);
883
+ transform: translateX(-30%) translateY(-50%);
844
884
  }
845
885
  .e-inplaceeditor .e-editable-form,
846
886
  .e-inplaceeditor-tip .e-editable-form {
@@ -868,6 +908,7 @@
868
908
  opacity: 0.5;
869
909
  pointer-events: none;
870
910
  -webkit-user-select: none;
911
+ -moz-user-select: none;
871
912
  -ms-user-select: none;
872
913
  user-select: none;
873
914
  visibility: visible;
@@ -904,7 +945,8 @@
904
945
  .e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
905
946
  left: 5px;
906
947
  right: auto;
907
- transform: translateX(30%) translateY(-50%);
948
+ -webkit-transform: translateX(30%) translateY(-50%);
949
+ transform: translateX(30%) translateY(-50%);
908
950
  }
909
951
 
910
952
  .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
@@ -956,19 +998,24 @@
956
998
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
957
999
  -ms-flex-line-pack: center;
958
1000
  align-content: center;
1001
+ display: -webkit-box;
959
1002
  display: -ms-flexbox;
960
1003
  display: flex;
961
- -ms-flex-direction: column;
962
- flex-direction: column;
1004
+ -webkit-box-orient: vertical;
1005
+ -webkit-box-direction: normal;
1006
+ -ms-flex-direction: column;
1007
+ flex-direction: column;
963
1008
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
964
1009
  font-size: 14px;
965
1010
  font-weight: 700;
966
1011
  height: 31px;
967
- -ms-flex-pack: center;
968
- justify-content: center;
1012
+ -webkit-box-pack: center;
1013
+ -ms-flex-pack: center;
1014
+ justify-content: center;
969
1015
  padding: 0 0 0 14px;
970
1016
  }
971
1017
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
1018
+ display: -webkit-box;
972
1019
  display: -ms-flexbox;
973
1020
  display: flex;
974
1021
  padding: 14px;
@@ -981,6 +1028,7 @@
981
1028
  top: auto;
982
1029
  }
983
1030
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
1031
+ display: -webkit-box;
984
1032
  display: -ms-flexbox;
985
1033
  display: flex;
986
1034
  padding: 14px;
@@ -1022,7 +1070,6 @@
1022
1070
  min-height: 70px;
1023
1071
  }
1024
1072
 
1025
- /*! inplaceeditor theme */
1026
1073
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
1027
1074
  border-bottom: 1px dashed #495057;
1028
1075
  color: #495057;
@@ -1081,7 +1128,8 @@
1081
1128
  .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn {
1082
1129
  background-color: #fff;
1083
1130
  border: 1px solid #ced4da;
1084
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
1131
+ -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
1132
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
1085
1133
  }
1086
1134
  .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons,
1087
1135
  .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons,
@@ -1102,7 +1150,8 @@
1102
1150
  .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:disabled {
1103
1151
  background-color: #fff;
1104
1152
  border: 1px solid #ced4da;
1105
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
1153
+ -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
1154
+ box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
1106
1155
  }
1107
1156
  .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus,
1108
1157
  .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus,
@@ -1136,7 +1185,8 @@
1136
1185
 
1137
1186
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
1138
1187
  background: #fff;
1139
- box-shadow: none;
1188
+ -webkit-box-shadow: none;
1189
+ box-shadow: none;
1140
1190
  }
1141
1191
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
1142
1192
  border-radius: 4px;
@@ -1 +1,26 @@
1
- @import 'inplace-editor/bootstrap4.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap4.scss';
2
+ @import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
3
+ @import 'ej2-inputs/styles/color-picker/bootstrap4-definition.scss';
4
+ @import 'ej2-inputs/styles/maskedtextbox/bootstrap4-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap4-definition.scss';
6
+ @import 'ej2-inputs/styles/slider/bootstrap4-definition.scss';
7
+ @import 'ej2-inputs/styles/textbox/bootstrap4-definition.scss';
8
+ @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
9
+ @import 'ej2-buttons/styles/check-box/bootstrap4-definition.scss';
10
+ @import 'ej2-buttons/styles/radio-button/bootstrap4-definition.scss';
11
+ @import 'ej2-calendars/styles/calendar/bootstrap4-definition.scss';
12
+ @import 'ej2-calendars/styles/datepicker/bootstrap4-definition.scss';
13
+ @import 'ej2-calendars/styles/daterangepicker/bootstrap4-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap4-definition.scss';
15
+ @import 'ej2-calendars/styles/timepicker/bootstrap4-definition.scss';
16
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap4-definition.scss';
17
+ @import 'ej2-dropdowns/styles/combo-box/bootstrap4-definition.scss';
18
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition.scss';
19
+ @import 'ej2-dropdowns/styles/multi-select/bootstrap4-definition.scss';
20
+ @import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
21
+ @import 'ej2-popups/styles/spinner/bootstrap4-definition.scss';
22
+ @import 'ej2-popups/styles/tooltip/bootstrap4-definition.scss';
23
+ @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap4-definition.scss';
24
+ @import 'inplace-editor/bootstrap4-definition.scss';
25
+ @import 'inplace-editor/icons/bootstrap4.scss';
26
+ @import 'inplace-editor/all.scss';
@@ -1,8 +1,10 @@
1
1
  /* stylelint-disable property-no-vendor-prefix */
2
- /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
2
+ /* stylelint-disable-line no-empty-source */
3
+ /*! calendar bootstrap5 theme variables */
3
4
  .e-popup.e-ddl {
4
5
  border-radius: 4px;
5
- box-shadow: none;
6
+ -webkit-box-shadow: none;
7
+ box-shadow: none;
6
8
  margin-top: 3px;
7
9
  }
8
10
  .e-popup.e-ddl .e-input-group {
@@ -17,6 +19,7 @@
17
19
  }
18
20
 
19
21
  .e-popup.e-ddl .e-filter-parent .e-input-group {
22
+ display: -webkit-box;
20
23
  display: -ms-flexbox;
21
24
  display: flex;
22
25
  width: auto;
@@ -104,11 +107,13 @@
104
107
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
105
108
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
106
109
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
107
- box-shadow: none;
110
+ -webkit-box-shadow: none;
111
+ box-shadow: none;
108
112
  }
109
113
 
110
114
  .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
111
115
  background: transparent;
116
+ display: -webkit-box;
112
117
  display: -ms-flexbox;
113
118
  display: flex;
114
119
  position: relative;
@@ -184,19 +189,43 @@
184
189
 
185
190
  /* stylelint-disable-line no-empty-source */
186
191
  /* stylelint-disable property-no-vendor-prefix */
192
+ @-webkit-keyframes material-spinner-rotate {
193
+ 0% {
194
+ -webkit-transform: rotate(0);
195
+ transform: rotate(0);
196
+ }
197
+ 100% {
198
+ -webkit-transform: rotate(360deg);
199
+ transform: rotate(360deg);
200
+ }
201
+ }
187
202
  @keyframes material-spinner-rotate {
188
203
  0% {
204
+ -webkit-transform: rotate(0);
205
+ transform: rotate(0);
206
+ }
207
+ 100% {
208
+ -webkit-transform: rotate(360deg);
209
+ transform: rotate(360deg);
210
+ }
211
+ }
212
+ @-webkit-keyframes fabric-spinner-rotate {
213
+ 0% {
214
+ -webkit-transform: rotate(0);
189
215
  transform: rotate(0);
190
216
  }
191
217
  100% {
218
+ -webkit-transform: rotate(360deg);
192
219
  transform: rotate(360deg);
193
220
  }
194
221
  }
195
222
  @keyframes fabric-spinner-rotate {
196
223
  0% {
224
+ -webkit-transform: rotate(0);
197
225
  transform: rotate(0);
198
226
  }
199
227
  100% {
228
+ -webkit-transform: rotate(360deg);
200
229
  transform: rotate(360deg);
201
230
  }
202
231
  }
@@ -214,7 +243,6 @@
214
243
  content: "\e730";
215
244
  }
216
245
 
217
- /*! inplaceeditor layout */
218
246
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
219
247
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
220
248
  padding: 7px 12px 7px 12px;
@@ -335,6 +363,7 @@
335
363
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon {
336
364
  bottom: 0;
337
365
  cursor: pointer;
366
+ display: -webkit-inline-box;
338
367
  display: -ms-inline-flexbox;
339
368
  display: inline-flex;
340
369
  height: inherit;
@@ -345,8 +374,10 @@
345
374
  width: 20px;
346
375
  }
347
376
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before {
348
- -ms-flex-align: center;
349
- align-items: center;
377
+ -webkit-box-align: center;
378
+ -ms-flex-align: center;
379
+ align-items: center;
380
+ display: -webkit-box;
350
381
  display: -ms-flexbox;
351
382
  display: flex;
352
383
  font-size: 14px;
@@ -356,6 +387,7 @@
356
387
  }
357
388
  .e-inplaceeditor .e-editable-value-wrapper.e-editable-open {
358
389
  -webkit-user-select: none;
390
+ -moz-user-select: none;
359
391
  -ms-user-select: none;
360
392
  user-select: none;
361
393
  }
@@ -388,6 +420,7 @@
388
420
  .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon {
389
421
  bottom: 0;
390
422
  cursor: pointer;
423
+ display: -webkit-inline-box;
391
424
  display: -ms-inline-flexbox;
392
425
  display: inline-flex;
393
426
  height: inherit;
@@ -398,8 +431,10 @@
398
431
  width: 20px;
399
432
  }
400
433
  .e-inplaceeditor .e-editable-value-container .e-editable-overlay-icon::before {
401
- -ms-flex-align: center;
402
- align-items: center;
434
+ -webkit-box-align: center;
435
+ -ms-flex-align: center;
436
+ align-items: center;
437
+ display: -webkit-box;
403
438
  display: -ms-flexbox;
404
439
  display: flex;
405
440
  font-size: 14px;
@@ -409,6 +444,7 @@
409
444
  }
410
445
  .e-inplaceeditor .e-editable-value-container.e-editable-open {
411
446
  -webkit-user-select: none;
447
+ -moz-user-select: none;
412
448
  -ms-user-select: none;
413
449
  user-select: none;
414
450
  }
@@ -433,6 +469,7 @@
433
469
  }
434
470
  .e-inplaceeditor.e-overlay {
435
471
  -webkit-user-select: none;
472
+ -moz-user-select: none;
436
473
  -ms-user-select: none;
437
474
  user-select: none;
438
475
  }
@@ -498,7 +535,8 @@
498
535
  .e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
499
536
  left: auto;
500
537
  right: 5px;
501
- transform: translateX(-30%) translateY(-50%);
538
+ -webkit-transform: translateX(-30%) translateY(-50%);
539
+ transform: translateX(-30%) translateY(-50%);
502
540
  }
503
541
  .e-inplaceeditor .e-editable-form,
504
542
  .e-inplaceeditor-tip .e-editable-form {
@@ -526,6 +564,7 @@
526
564
  opacity: 0.5;
527
565
  pointer-events: none;
528
566
  -webkit-user-select: none;
567
+ -moz-user-select: none;
529
568
  -ms-user-select: none;
530
569
  user-select: none;
531
570
  visibility: visible;
@@ -562,7 +601,8 @@
562
601
  .e-inplaceeditor-tip.e-rtl .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner {
563
602
  left: 5px;
564
603
  right: auto;
565
- transform: translateX(30%) translateY(-50%);
604
+ -webkit-transform: translateX(30%) translateY(-50%);
605
+ transform: translateX(30%) translateY(-50%);
566
606
  }
567
607
 
568
608
  .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
@@ -614,19 +654,24 @@
614
654
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title {
615
655
  -ms-flex-line-pack: center;
616
656
  align-content: center;
657
+ display: -webkit-box;
617
658
  display: -ms-flexbox;
618
659
  display: flex;
619
- -ms-flex-direction: column;
620
- flex-direction: column;
660
+ -webkit-box-orient: vertical;
661
+ -webkit-box-direction: normal;
662
+ -ms-flex-direction: column;
663
+ flex-direction: column;
621
664
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
622
665
  font-size: 12px;
623
666
  font-weight: 500;
624
667
  height: 36px;
625
- -ms-flex-pack: center;
626
- justify-content: center;
668
+ -webkit-box-pack: center;
669
+ -ms-flex-pack: center;
670
+ justify-content: center;
627
671
  padding: 9px 12px 9px 12px;
628
672
  }
629
673
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
674
+ display: -webkit-box;
630
675
  display: -ms-flexbox;
631
676
  display: flex;
632
677
  padding: 12px;
@@ -639,6 +684,7 @@
639
684
  top: auto;
640
685
  }
641
686
  .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-container {
687
+ display: -webkit-box;
642
688
  display: -ms-flexbox;
643
689
  display: flex;
644
690
  padding: 12px;
@@ -704,7 +750,6 @@
704
750
  font-size: 22px;
705
751
  }
706
752
 
707
- /*! inplaceeditor theme */
708
753
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
709
754
  border-bottom: 1px dashed #fff;
710
755
  color: #fff;
@@ -806,7 +851,8 @@
806
851
 
807
852
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup {
808
853
  background: #212529;
809
- box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
854
+ -webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
855
+ box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
810
856
  }
811
857
  .e-inplaceeditor-tip.e-tooltip-wrap.e-popup .e-tip-content {
812
858
  border-radius: 4px;
@@ -1 +1,26 @@
1
- @import 'inplace-editor/bootstrap5-dark.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap5-dark.scss';
2
+ @import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
3
+ @import 'ej2-inputs/styles/color-picker/bootstrap5-dark-definition.scss';
4
+ @import 'ej2-inputs/styles/maskedtextbox/bootstrap5-dark-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition.scss';
6
+ @import 'ej2-inputs/styles/slider/bootstrap5-dark-definition.scss';
7
+ @import 'ej2-inputs/styles/textbox/bootstrap5-dark-definition.scss';
8
+ @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
9
+ @import 'ej2-buttons/styles/check-box/bootstrap5-dark-definition.scss';
10
+ @import 'ej2-buttons/styles/radio-button/bootstrap5-dark-definition.scss';
11
+ @import 'ej2-calendars/styles/calendar/bootstrap5-dark-definition.scss';
12
+ @import 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition.scss';
13
+ @import 'ej2-calendars/styles/daterangepicker/bootstrap5-dark-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition.scss';
15
+ @import 'ej2-calendars/styles/timepicker/bootstrap5-dark-definition.scss';
16
+ @import 'ej2-dropdowns/styles/auto-complete/bootstrap5-dark-definition.scss';
17
+ @import 'ej2-dropdowns/styles/combo-box/bootstrap5-dark-definition.scss';
18
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition.scss';
19
+ @import 'ej2-dropdowns/styles/multi-select/bootstrap5-dark-definition.scss';
20
+ @import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
21
+ @import 'ej2-popups/styles/spinner/bootstrap5-dark-definition.scss';
22
+ @import 'ej2-popups/styles/tooltip/bootstrap5-dark-definition.scss';
23
+ @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark-definition.scss';
24
+ @import 'inplace-editor/bootstrap5-dark-definition.scss';
25
+ @import 'inplace-editor/icons/bootstrap5-dark.scss';
26
+ @import 'inplace-editor/all.scss';