@syncfusion/ej2-inplace-editor 27.1.50 → 28.1.33

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 (40) hide show
  1. package/README.md +3 -3
  2. package/dist/ej2-inplace-editor.min.js +2 -2
  3. package/dist/ej2-inplace-editor.umd.min.js +2 -2
  4. package/dist/global/ej2-inplace-editor.min.js +2 -2
  5. package/dist/global/index.d.ts +2 -2
  6. package/package.json +18 -18
  7. package/styles/bds-lite.css +849 -0
  8. package/styles/bds-lite.scss +26 -0
  9. package/styles/bds.css +997 -0
  10. package/styles/bds.scss +27 -0
  11. package/styles/bootstrap-dark-lite.css +1 -1
  12. package/styles/bootstrap-dark.css +1 -1
  13. package/styles/bootstrap5-dark-lite.css +4 -0
  14. package/styles/bootstrap5-dark.css +4 -0
  15. package/styles/bootstrap5-lite.css +4 -0
  16. package/styles/bootstrap5.3-lite.css +4 -0
  17. package/styles/bootstrap5.3.css +4 -0
  18. package/styles/bootstrap5.css +4 -0
  19. package/styles/fluent2-lite.css +11 -3
  20. package/styles/fluent2.css +11 -3
  21. package/styles/highcontrast-lite.css +1 -1
  22. package/styles/highcontrast.css +1 -1
  23. package/styles/inplace-editor/_bigger.scss +8 -2
  24. package/styles/inplace-editor/_layout.scss +6 -0
  25. package/styles/inplace-editor/_tailwind3-definition.scss +70 -0
  26. package/styles/inplace-editor/bds.css +997 -0
  27. package/styles/inplace-editor/bds.scss +27 -0
  28. package/styles/inplace-editor/bootstrap-dark.css +1 -1
  29. package/styles/inplace-editor/bootstrap5-dark.css +4 -0
  30. package/styles/inplace-editor/bootstrap5.3.css +4 -0
  31. package/styles/inplace-editor/bootstrap5.css +4 -0
  32. package/styles/inplace-editor/fluent2.css +11 -3
  33. package/styles/inplace-editor/highcontrast.css +1 -1
  34. package/styles/inplace-editor/icons/_tailwind3.scss +19 -0
  35. package/styles/inplace-editor/tailwind3.css +789 -0
  36. package/styles/inplace-editor/tailwind3.scss +27 -0
  37. package/styles/tailwind3-lite.css +643 -0
  38. package/styles/tailwind3-lite.scss +26 -0
  39. package/styles/tailwind3.css +789 -0
  40. package/styles/tailwind3.scss +27 -0
@@ -0,0 +1,27 @@
1
+ @import 'ej2-base/styles/definition/bds.scss';
2
+ @import 'ej2-inputs/styles/input/bds-definition.scss';
3
+ @import 'ej2-inputs/styles/color-picker/bds-definition.scss';
4
+ @import 'ej2-inputs/styles/maskedtextbox/bds-definition.scss';
5
+ @import 'ej2-inputs/styles/numerictextbox/bds-definition.scss';
6
+ @import 'ej2-inputs/styles/slider/bds-definition.scss';
7
+ @import 'ej2-inputs/styles/textbox/bds-definition.scss';
8
+ @import 'ej2-buttons/styles/button/bds-definition.scss';
9
+ @import 'ej2-buttons/styles/check-box/bds-definition.scss';
10
+ @import 'ej2-buttons/styles/radio-button/bds-definition.scss';
11
+ @import 'ej2-calendars/styles/calendar/bds-definition.scss';
12
+ @import 'ej2-calendars/styles/datepicker/bds-definition.scss';
13
+ @import 'ej2-calendars/styles/daterangepicker/bds-definition.scss';
14
+ @import 'ej2-calendars/styles/datetimepicker/bds-definition.scss';
15
+ @import 'ej2-calendars/styles/timepicker/bds-definition.scss';
16
+ @import 'ej2-dropdowns/styles/auto-complete/bds-definition.scss';
17
+ @import 'ej2-dropdowns/styles/combo-box/bds-definition.scss';
18
+ @import 'ej2-dropdowns/styles/drop-down-list/bds-definition.scss';
19
+ @import 'ej2-dropdowns/styles/multi-select/bds-definition.scss';
20
+ @import 'ej2-popups/styles/popup/bds-definition.scss';
21
+ @import 'ej2-popups/styles/spinner/bds-definition.scss';
22
+ @import 'ej2-popups/styles/tooltip/bds-definition.scss';
23
+ @import 'ej2-richtexteditor/styles/rich-text-editor/bds-definition.scss';
24
+ @import 'bds-definition.scss';
25
+ @import 'icons/bds.scss';
26
+ @import 'all.scss';
27
+ @import 'bigger.scss';
@@ -66,7 +66,7 @@
66
66
  .e-multiselect .e-input-group-icon.e-ddl-icon {
67
67
  border-radius: 0 4px 4px 0;
68
68
  border-right-width: 0;
69
- height: 34px;
69
+ height: 32px;
70
70
  width: 36px;
71
71
  }
72
72
 
@@ -128,6 +128,10 @@
128
128
  border-left-width: 0;
129
129
  }
130
130
 
131
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
132
+ background: transparent;
133
+ }
134
+
131
135
  /* stylelint-disable-line no-empty-source */
132
136
  /* stylelint-disable property-no-vendor-prefix */
133
137
  @-webkit-keyframes material-spinner-rotate {
@@ -132,6 +132,10 @@
132
132
  border-left-width: 0;
133
133
  }
134
134
 
135
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
136
+ background: transparent;
137
+ }
138
+
135
139
  /* stylelint-disable-line no-empty-source */
136
140
  /* stylelint-disable property-no-vendor-prefix */
137
141
  @-webkit-keyframes material-spinner-rotate {
@@ -128,6 +128,10 @@
128
128
  border-left-width: 0;
129
129
  }
130
130
 
131
+ .e-float-input.e-control-wrapper.e-multiselect input[readonly] {
132
+ background: transparent;
133
+ }
134
+
131
135
  /* stylelint-disable-line no-empty-source */
132
136
  /* stylelint-disable property-no-vendor-prefix */
133
137
  @-webkit-keyframes material-spinner-rotate {
@@ -187,6 +187,14 @@
187
187
  /* stylelint-disable */
188
188
  /* stylelint-disable-line no-empty-source */
189
189
  /*! calendar theme variables */
190
+ .e-small:not(.e-bigger) .e-calendar.e-week-number {
191
+ min-width: 230px;
192
+ }
193
+
194
+ .e-bigger.e-daterangepicker .e-calendar.e-week-number {
195
+ max-width: 350px;
196
+ }
197
+
190
198
  .e-ddl.e-control-wrapper .e-ddl-icon::before {
191
199
  -webkit-transform: rotate(0deg);
192
200
  transform: rotate(0deg);
@@ -370,7 +378,7 @@
370
378
  }
371
379
  .e-inplaceeditor .e-editable-value-wrapper .e-editable-value {
372
380
  display: inline-block;
373
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
381
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
374
382
  font-size: 14px;
375
383
  margin: 0 28px 0 0;
376
384
  }
@@ -427,7 +435,7 @@
427
435
  }
428
436
  .e-inplaceeditor .e-editable-value-container .e-editable-value {
429
437
  display: inline-block;
430
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
438
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
431
439
  font-size: 14px;
432
440
  margin: 0 28px 0 0;
433
441
  }
@@ -638,7 +646,7 @@
638
646
  -webkit-box-direction: normal;
639
647
  -ms-flex-direction: column;
640
648
  flex-direction: column;
641
- font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
649
+ font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
642
650
  font-size: 12px;
643
651
  font-weight: 500;
644
652
  height: 30px;
@@ -14,7 +14,7 @@
14
14
  .e-ddl.e-popup .e-content.e-nodata {
15
15
  background-color: #000;
16
16
  }
17
- .e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
17
+ .e-ddl.e-popup .e-dropdownbase .e-list-item:not(.e-active) .e-highlight {
18
18
  color: #ffd939;
19
19
  }
20
20
  .e-ddl.e-popup .e-input-group {
@@ -0,0 +1,19 @@
1
+ @include export-module('inplaceeditor-bootstrap-icons') {
2
+
3
+ /*! inplaceeditor icons */
4
+ .e-inplaceeditor,
5
+ .e-inplaceeditor-tip {
6
+
7
+ .e-save-icon::before {
8
+ content: '\e774';
9
+ }
10
+
11
+ .e-cancel-icon::before {
12
+ content: '\e7e7';
13
+ }
14
+
15
+ .e-editable-overlay-icon::before {
16
+ content: '\e730';
17
+ }
18
+ }
19
+ }