@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 'inplace-editor/bds-definition.scss';
25
+ @import 'inplace-editor/icons/bds.scss';
26
+ @import 'inplace-editor/all.scss';
27
+ @import 'inplace-editor/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
 
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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;
@@ -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 {
@@ -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 {
@@ -1,4 +1,4 @@
1
- @include export-module('uploader-bigger') {
1
+ @include export-module('inplace-editor-bigger') {
2
2
  .e-bigger .e-inplaceeditor,
3
3
  .e-inplaceeditor.e-bigger {
4
4
  .e-editable-value-wrapper {
@@ -49,10 +49,16 @@
49
49
 
50
50
  .e-btn-save {
51
51
  margin: $editor-big-btn-save-margin;
52
+ @if $skin-name == 'tailwind3' {
53
+ padding: 7px 11px;
54
+ }
52
55
  }
53
56
 
54
57
  .e-btn-cancel {
55
58
  margin: $editor-big-btn-cancel-margin;
59
+ @if $skin-name == 'tailwind3' {
60
+ padding: 7px 11px;
61
+ }
56
62
  }
57
63
  }
58
64
 
@@ -170,7 +176,7 @@
170
176
  background-size: 150px 70px;
171
177
  min-height: 70px;
172
178
  }
173
- @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
179
+ @if $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'tailwind3' {
174
180
 
175
181
  .e-bigger .e-inplaceeditor .e-editable-value-wrapper,
176
182
  .e-inplaceeditor.e-bigger .e-editable-value-wrapper {
@@ -287,6 +287,9 @@
287
287
  .e-editable-action-buttons {
288
288
  .e-btn-save {
289
289
  margin: $editor-nrml-btn-save-margin;
290
+ @if $skin-name == 'tailwind3' {
291
+ padding: $editor-nrml-btn-padding;
292
+ }
290
293
 
291
294
  .e-btn-icon.e-icons {
292
295
  font-size: $editor-btn-save-icon-size;
@@ -295,6 +298,9 @@
295
298
 
296
299
  .e-btn-cancel {
297
300
  margin: $editor-nrml-btn-cancel-margin;
301
+ @if $skin-name == 'tailwind3' {
302
+ padding: $editor-nrml-btn-padding;
303
+ }
298
304
 
299
305
  .e-btn-icon.e-icons {
300
306
  font-size: $editor-btn-cancel-icon-size;
@@ -0,0 +1,70 @@
1
+ //Layout Variable Start
2
+ $editor-big-value-text-font-size: $text-base !default;
3
+ $editor-nrml-value-text-font-size: $text-sm !default;
4
+ $editor-big-value-container-padding: 7px 12px 7px 12px !default;
5
+ $editor-nrml-value-container-padding: 3px 8px 5px 8px !default;
6
+ $editor-big-value-container-spin-padding: 8px !default;
7
+ $editor-nrml-value-container-spin-padding: 8px !default;
8
+ $editor-big-value-margin: 0 30px 0 0 !default;
9
+ $editor-nrml-value-margin: 0 28px 0 0 !default;
10
+ $editor-rtl-big-value-margin: 0 0 0 30px !default;
11
+ $editor-rtl-nrml-value-margin: 0 0 0 28px !default;
12
+ $editor-big-overlay-icon-size: $text-base !default;
13
+ $editor-nrml-overlay-icon-size: $text-sm !default;
14
+ $editor-big-overlay-icon-container-size: 20px !default;
15
+ $editor-nrml-overlay-icon-container-size: 20px !default;
16
+ $editor-big-overlay-icon-left-right: 8px !default;
17
+ $editor-nrml-overlay-icon-left-right: 8px !default;
18
+ $editor-tip-content-bdr-radius: 4px !default;
19
+ $editor-popup-tip-content-bdr-radius: 4px !default;
20
+ $editor-tip-title-font-weight: $font-weight-medium !default;
21
+ $editor-big-tip-title-font-size: 16px !default;
22
+ $editor-nrml-tip-title-font-size: 14px !default;
23
+ $editor-big-tip-title-padding: 12px 16px 12px 16px !default;
24
+ $editor-nrml-tip-title-padding: 9px 12px 9px 12px !default;
25
+ $editor-rtl-big-tip-title-padding: 12px 16px 12px 16px !default;
26
+ $editor-rtl-nrml-tip-title-padding: 9px 12px 9px 12px !default;
27
+ $editor-big-tip-title-container-size: 46px !default;
28
+ $editor-nrml-tip-title-container-size: 36px !default;
29
+ $editor-big-tip-wrapper-padding: 16px !default;
30
+ $editor-nrml-tip-wrapper-padding: 12px !default;
31
+ $editor-big-wrapper-title-with-padding: 16px !default;
32
+ $editor-nrml-wrapper-title-with-padding: 12px !default;
33
+ $editor-component-bottom-margin: 4px !default;
34
+ $editor-buttons-top-margin: 4px !default;
35
+ $editor-btn-save-icon-size: 14px !default;
36
+ $editor-btn-cancel-icon-size: 14px !default;
37
+ $editor-big-btn-save-margin: 0 4px 0 0 !default;
38
+ $editor-nrml-btn-save-margin: 0 3px 0 0 !default;
39
+ $editor-big-btn-cancel-margin: 0 0 0 4px !default;
40
+ $editor-nrml-btn-cancel-margin: 0 0 0 3px !default;
41
+ $editor-rtl-big-btn-save-margin: 0 0 0 4px !default;
42
+ $editor-rtl-nrml-btn-save-margin: 0 0 0 4px !default;
43
+ $editor-rtl-big-btn-cancel-margin: 0 4px 0 0 !default;
44
+ $editor-rtl-nrml-btn-cancel-margin: 0 4px 0 0 !default;
45
+ $editor-nrml-btn-padding: 6px 8px !default;
46
+
47
+ //Layout Variable End
48
+
49
+ //Theme Variable Start
50
+ $editor-value-hover-bg: $content-bg-color-alt2 !default;
51
+ $editor-value-text-color: $content-text-color !default;
52
+ $editor-overlay-icon-color: $icon-color !default;
53
+ $editor-value-text-border: 1px dashed $content-text-color !default;
54
+ $editor-background-color: $transparent !default;
55
+ $wrapper-background-color: $flyout-bg-color !default;
56
+ $editor-tip-border: 1px solid $border !default;
57
+ $editor-tip-bg: $content-bg-color !default;
58
+ $editor-tip-arrow-icon-color: $content-bg-color-alt1 !default;
59
+ $editor-tip-title-arrow-icon-color: $content-bg-color-alt1 !default;
60
+ $editor-tip-arrow-bdr-color: $content-bg-color-alt1 !default;
61
+ $editor-tip-title-arrow-bdr-color: $border !default;
62
+ $editor-tip-box-shadow: $shadow-lg !default;
63
+ $editor-tip-title-bg: $content-bg-color-alt1 !default;
64
+ $editor-tio-title-border-bottom: 0 !default;
65
+ $editor-tip-title-color: $content-text-color !default;
66
+ $editable-overlay-icon-height: inherit !default;
67
+ $editable-overlay-icon: 0 !default;
68
+ $editor-btn-icon-color: $icon-color !default;
69
+
70
+ //Theme Variable End