@syncfusion/ej2-layouts 19.3.43 → 19.4.38

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 (76) hide show
  1. package/.github/PULL_REQUEST_TEMPLATE/Bug.md +41 -0
  2. package/.github/PULL_REQUEST_TEMPLATE/Feature.md +27 -0
  3. package/CHANGELOG.md +2 -8
  4. package/dist/ej2-layouts.umd.min.js +2 -2
  5. package/dist/ej2-layouts.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-layouts.es2015.js +12 -13
  7. package/dist/es6/ej2-layouts.es2015.js.map +1 -1
  8. package/dist/es6/ej2-layouts.es5.js +12 -13
  9. package/dist/es6/ej2-layouts.es5.js.map +1 -1
  10. package/dist/global/ej2-layouts.min.js +2 -2
  11. package/dist/global/ej2-layouts.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +6 -6
  14. package/src/dashboard-layout/dashboard-layout.js +0 -5
  15. package/src/splitter/splitter.d.ts +4 -0
  16. package/src/splitter/splitter.js +12 -8
  17. package/styles/avatar/_fluent-definition.scss +25 -0
  18. package/styles/avatar/_layout.scss +5 -5
  19. package/styles/bootstrap-dark.css +8 -2
  20. package/styles/bootstrap.css +8 -2
  21. package/styles/bootstrap4.css +8 -2
  22. package/styles/bootstrap5-dark.css +8 -2
  23. package/styles/bootstrap5.css +8 -2
  24. package/styles/card/_bootstrap-dark-definition.scss +1 -0
  25. package/styles/card/_bootstrap-definition.scss +1 -0
  26. package/styles/card/_bootstrap5-definition.scss +1 -0
  27. package/styles/card/_fabric-dark-definition.scss +1 -0
  28. package/styles/card/_fabric-definition.scss +1 -0
  29. package/styles/card/_fluent-definition.scss +124 -0
  30. package/styles/card/_highcontrast-definition.scss +1 -0
  31. package/styles/card/_highcontrast-light-definition.scss +1 -0
  32. package/styles/card/_material-dark-definition.scss +1 -0
  33. package/styles/card/_material-definition.scss +1 -0
  34. package/styles/card/_tailwind-definition.scss +1 -0
  35. package/styles/card/_theme.scss +11 -0
  36. package/styles/dashboard-layout/_fluent-definition.scss +112 -0
  37. package/styles/dashboard-layout/_layout.scss +1 -1
  38. package/styles/dashboard-layout/_theme.scss +1 -1
  39. package/styles/dashboard-layout/icons/_bootstrap5.scss +1 -1
  40. package/styles/dashboard-layout/icons/_fluent.scss +81 -0
  41. package/styles/fabric-dark.css +8 -2
  42. package/styles/fabric.css +8 -2
  43. package/styles/highcontrast-light.css +8 -2
  44. package/styles/highcontrast.css +8 -2
  45. package/styles/material-dark.css +8 -2
  46. package/styles/material.css +8 -2
  47. package/styles/splitter/_bootstrap-dark-definition.scss +4 -1
  48. package/styles/splitter/_bootstrap-definition.scss +4 -1
  49. package/styles/splitter/_bootstrap4-definition.scss +4 -1
  50. package/styles/splitter/_bootstrap5-definition.scss +4 -1
  51. package/styles/splitter/_fabric-dark-definition.scss +4 -1
  52. package/styles/splitter/_fabric-definition.scss +4 -1
  53. package/styles/splitter/_fluent-definition.scss +28 -0
  54. package/styles/splitter/_highcontrast-definition.scss +4 -1
  55. package/styles/splitter/_highcontrast-light-definition.scss +4 -1
  56. package/styles/splitter/_layout.scss +2 -1
  57. package/styles/splitter/_material-dark-definition.scss +4 -1
  58. package/styles/splitter/_material-definition.scss +4 -1
  59. package/styles/splitter/_tailwind-definition.scss +4 -1
  60. package/styles/splitter/_theme.scss +6 -1
  61. package/styles/splitter/bootstrap-dark.css +8 -2
  62. package/styles/splitter/bootstrap.css +8 -2
  63. package/styles/splitter/bootstrap4.css +8 -2
  64. package/styles/splitter/bootstrap5-dark.css +8 -2
  65. package/styles/splitter/bootstrap5.css +8 -2
  66. package/styles/splitter/fabric-dark.css +8 -2
  67. package/styles/splitter/fabric.css +8 -2
  68. package/styles/splitter/highcontrast-light.css +8 -2
  69. package/styles/splitter/highcontrast.css +8 -2
  70. package/styles/splitter/icons/_fluent.scss +39 -0
  71. package/styles/splitter/material-dark.css +8 -2
  72. package/styles/splitter/material.css +8 -2
  73. package/styles/splitter/tailwind-dark.css +8 -2
  74. package/styles/splitter/tailwind.css +8 -2
  75. package/styles/tailwind-dark.css +8 -2
  76. package/styles/tailwind.css +8 -2
@@ -0,0 +1,41 @@
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
@@ -0,0 +1,27 @@
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
package/CHANGELOG.md CHANGED
@@ -2,20 +2,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.3.43 (2021-09-30)
6
+
5
7
  ### Splitter
6
8
 
7
9
  #### Bug Fixes
8
10
 
9
11
  - `#I341650` - The issue with "Resize event handler is not properly un-wired, when destroying the splitter component" has been resolved.
10
12
 
11
- ## 19.2.55 (2021-08-11)
12
-
13
- ### Dashboard Layout
14
-
15
- #### Bug Fixes
16
-
17
- - `#I306072` - The Floating issue in Dashboard Layout when the scroll bar is in the middle of the page has been resolved.
18
-
19
13
  ## 19.2.48 (2021-07-20)
20
14
 
21
15
  ### Splitter