@syncfusion/ej2-inplace-editor 19.4.38 → 19.4.48

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 (71) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  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 +1 -1
  6. package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-inplace-editor.es5.js +1 -1
  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/package.json +16 -16
  13. package/src/inplace-editor/base/inplace-editor.js +1 -1
  14. package/styles/bootstrap-dark.css +0 -5
  15. package/styles/bootstrap.css +0 -5
  16. package/styles/bootstrap4.css +0 -5
  17. package/styles/bootstrap5-dark.css +5 -5
  18. package/styles/bootstrap5.css +5 -5
  19. package/styles/fabric-dark.css +0 -5
  20. package/styles/fabric.css +0 -5
  21. package/styles/highcontrast-light.css +0 -5
  22. package/styles/highcontrast.css +0 -5
  23. package/styles/inplace-editor/_bootstrap-dark-definition.scss +0 -1
  24. package/styles/inplace-editor/_bootstrap-definition.scss +0 -1
  25. package/styles/inplace-editor/_bootstrap4-definition.scss +0 -1
  26. package/styles/inplace-editor/_bootstrap5-definition.scss +0 -1
  27. package/styles/inplace-editor/_fabric-dark-definition.scss +0 -1
  28. package/styles/inplace-editor/_fabric-definition.scss +0 -1
  29. package/styles/inplace-editor/_highcontrast-definition.scss +0 -1
  30. package/styles/inplace-editor/_highcontrast-light-definition.scss +0 -1
  31. package/styles/inplace-editor/_layout.scss +4 -3
  32. package/styles/inplace-editor/_material-dark-definition.scss +0 -1
  33. package/styles/inplace-editor/_material-definition.scss +0 -1
  34. package/styles/inplace-editor/_tailwind-definition.scss +0 -1
  35. package/styles/inplace-editor/_theme.scss +1 -4
  36. package/styles/inplace-editor/bootstrap-dark.css +0 -5
  37. package/styles/inplace-editor/bootstrap.css +0 -5
  38. package/styles/inplace-editor/bootstrap4.css +0 -5
  39. package/styles/inplace-editor/bootstrap5-dark.css +5 -5
  40. package/styles/inplace-editor/bootstrap5.css +5 -5
  41. package/styles/inplace-editor/fabric-dark.css +0 -5
  42. package/styles/inplace-editor/fabric.css +0 -5
  43. package/styles/inplace-editor/highcontrast-light.css +0 -5
  44. package/styles/inplace-editor/highcontrast.css +0 -5
  45. package/styles/inplace-editor/material-dark.css +0 -5
  46. package/styles/inplace-editor/material.css +0 -5
  47. package/styles/inplace-editor/tailwind-dark.css +4 -5
  48. package/styles/inplace-editor/tailwind.css +4 -5
  49. package/styles/material-dark.css +0 -5
  50. package/styles/material.css +0 -5
  51. package/styles/tailwind-dark.css +4 -5
  52. package/styles/tailwind.css +4 -5
  53. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -41
  54. package/.github/PULL_REQUEST_TEMPLATE/Feature.md +0 -27
  55. package/dist/ts/inplace-editor/base/classes.ts +0 -63
  56. package/dist/ts/inplace-editor/base/events.ts +0 -18
  57. package/dist/ts/inplace-editor/base/inplace-editor.ts +0 -1750
  58. package/dist/ts/inplace-editor/base/interface.ts +0 -129
  59. package/dist/ts/inplace-editor/base/models.ts +0 -49
  60. package/dist/ts/inplace-editor/base/util.ts +0 -106
  61. package/dist/ts/inplace-editor/modules/auto-complete.ts +0 -65
  62. package/dist/ts/inplace-editor/modules/base-module.ts +0 -74
  63. package/dist/ts/inplace-editor/modules/color-picker.ts +0 -55
  64. package/dist/ts/inplace-editor/modules/combo-box.ts +0 -63
  65. package/dist/ts/inplace-editor/modules/date-range-picker.ts +0 -55
  66. package/dist/ts/inplace-editor/modules/multi-select.ts +0 -88
  67. package/dist/ts/inplace-editor/modules/rte.ts +0 -72
  68. package/dist/ts/inplace-editor/modules/slider.ts +0 -59
  69. package/dist/ts/inplace-editor/modules/time-picker.ts +0 -54
  70. package/styles/inplace-editor/_fluent-definition.scss +0 -69
  71. package/styles/inplace-editor/icons/_fluent.scss +0 -19
@@ -637,11 +637,6 @@
637
637
  transform: translateX(30%) translateY(-50%);
638
638
  }
639
639
 
640
- .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content,
641
- .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content {
642
- padding: 0;
643
- }
644
-
645
640
  .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper,
646
641
  .e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper {
647
642
  padding: 16px;
@@ -778,6 +773,10 @@
778
773
  border-radius: 4px;
779
774
  }
780
775
 
776
+ .e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content {
777
+ padding: 0;
778
+ }
779
+
781
780
  .e-control.e-inplaceeditor .e-editable-value-wrapper {
782
781
  min-height: 30px;
783
782
  }
@@ -1,41 +0,0 @@
1
- ### Bug description
2
-
3
- (Clearly and concisely describe the problem.)
4
-
5
- ### Root Cause / Analysis
6
-
7
- (Briefly describe root cause/analysis of the problem. If there is an internal discussion on the forum, provide the link.)
8
-
9
- ### Reason for not identifying earlier
10
-
11
- (Explain how it was missed to identify in our earlier testing/development.)
12
-
13
- ### Is Breaking issue.?
14
-
15
- (If it is a breaking issue, provide the commit detail which caused this break.)
16
-
17
- ### Is reported by customer in incident/forum.?
18
-
19
- (If it is reported by customer, provide the incident or forum details.)
20
-
21
- ### Solution Description
22
-
23
- (Describe your code changes in detail for reviewers.)
24
-
25
- ### Areas affected and ensured
26
-
27
- (List out the areas are affected by your code changes.)
28
-
29
- ### E2E report details against this fix
30
-
31
- (Run E2E locally and mention the details with mail attachment.)
32
-
33
- ### Did you included unit test cases.?
34
-
35
- (Provide unit testing spec coverage details.)
36
-
37
- ### Is there any API name changes.?
38
-
39
- /label ~bug
40
- /assign @ScrumMaster
41
- /cc @ProductOwner
@@ -1,27 +0,0 @@
1
- ### Feature description
2
-
3
- (Clearly and concisely describe the feature.)
4
-
5
- ### Analysis / Design
6
-
7
- (Briefly describe analysis of the feature. If there is an internal discussion on the Forum, provide the link.)
8
-
9
- ### Solution Description
10
-
11
- (Describe your code changes in detail for reviewers.)
12
-
13
- ### Areas affected and ensured
14
-
15
- (List out the areas are affected by your code changes.)
16
-
17
- ### Did you included unit test cases.?
18
-
19
- (Provide unit testing spec coverage details.)
20
-
21
- ### Is there any API name changes.?
22
-
23
- (Provide new or update of API details)
24
-
25
- /label ~bug
26
- /assign @ScrumMaster
27
- /cc @ProductOwner
@@ -1,63 +0,0 @@
1
- /**
2
- * In-place Editor classes defined here.
3
- */
4
- /** @hidden */
5
- export const ROOT: string = 'e-inplaceeditor';
6
- /** @hidden */
7
- export const ROOT_TIP: string = 'e-inplaceeditor-tip';
8
- /** @hidden */
9
- export const VALUE_WRAPPER: string = 'e-editable-value-wrapper';
10
- /** @hidden */
11
- export const VALUE: string = 'e-editable-value';
12
- /** @hidden */
13
- export const OVERLAY_ICON: string = 'e-editable-overlay-icon';
14
- /** @hidden */
15
- export const TIP_TITLE: string = 'e-editable-tip-title';
16
- /** @hidden */
17
- export const TITLE: string = 'e-editable-title';
18
- /** @hidden */
19
- export const INLINE: string = 'e-editable-inline';
20
- /** @hidden */
21
- export const POPUP: string = 'e-editable-popup';
22
- /** @hidden */
23
- export const WRAPPER: string = 'e-editable-wrapper';
24
- /** @hidden */
25
- export const LOADING: string = 'e-editable-loading';
26
- /** @hidden */
27
- export const FORM: string = 'e-editable-form';
28
- /** @hidden */
29
- export const CTRL_GROUP: string = 'e-component-group';
30
- /** @hidden */
31
- export const INPUT: string = 'e-editable-component';
32
- /** @hidden */
33
- export const BUTTONS: string = 'e-editable-action-buttons';
34
- /** @hidden */
35
- export const EDITABLE_ERROR: string = 'e-editable-error';
36
- /** @hidden */
37
- export const ELEMENTS: string = 'e-editable-elements';
38
- /** @hidden */
39
- export const OPEN: string = 'e-editable-open';
40
- /** @hidden */
41
- export const BTN_SAVE: string = 'e-btn-save';
42
- /** @hidden */
43
- export const BTN_CANCEL: string = 'e-btn-cancel';
44
- /** @hidden */
45
- export const RTE_SPIN_WRAP: string = 'e-rte-spin-wrap';
46
- /** @hidden */
47
- export const CTRL_OVERLAY: string = 'e-control-overlay';
48
- /** @hidden */
49
- export const DISABLE: string = 'e-disable';
50
- /** @hidden */
51
- export const ICONS: string = 'e-icons';
52
- /** @hidden */
53
- export const PRIMARY: string = 'e-primary';
54
- /** @hidden */
55
- export const SHOW: string = 'e-show';
56
- /** @hidden */
57
- export const HIDE: string = 'e-hide';
58
- /** @hidden */
59
- export const RTL: string = 'e-rtl';
60
- /** @hidden */
61
- export const ERROR: string = 'e-error';
62
- /** @hidden */
63
- export const LOAD: string = 'e-loading';
@@ -1,18 +0,0 @@
1
- /**
2
- * In-place Editor events defined here.
3
- */
4
-
5
- /** @hidden */
6
- export const render: string = 'render';
7
- /** @hidden */
8
- export const update: string = 'update';
9
- /** @hidden */
10
- export const destroy: string = 'destroy';
11
- /** @hidden */
12
- export const setFocus: string = 'set-focus';
13
- /** @hidden */
14
- export const accessValue: string = 'access-value';
15
- /** @hidden */
16
- export const destroyModules: string = 'destroy-modules';
17
- /** @hidden */
18
- export const showPopup: string = 'show-popup';