@syncfusion/ej2-react-navigations 20.1.60 → 20.2.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 (102) hide show
  1. package/CHANGELOG.md +79 -0
  2. package/diConfig.json +0 -7
  3. package/dist/ej2-react-navigations.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +743 -14
  6. package/styles/bootstrap-dark.scss +1 -0
  7. package/styles/bootstrap.css +744 -14
  8. package/styles/bootstrap.scss +1 -0
  9. package/styles/bootstrap4.css +745 -14
  10. package/styles/bootstrap4.scss +1 -0
  11. package/styles/bootstrap5-dark.css +789 -14
  12. package/styles/bootstrap5-dark.scss +1 -0
  13. package/styles/bootstrap5.css +789 -14
  14. package/styles/bootstrap5.scss +1 -0
  15. package/styles/breadcrumb/fluent-dark.css +5 -4
  16. package/styles/breadcrumb/fluent.css +5 -4
  17. package/styles/carousel/bootstrap-dark.css +23 -14
  18. package/styles/carousel/bootstrap.css +23 -14
  19. package/styles/carousel/bootstrap4.css +23 -14
  20. package/styles/carousel/bootstrap5-dark.css +23 -14
  21. package/styles/carousel/bootstrap5.css +23 -14
  22. package/styles/carousel/fabric-dark.css +23 -14
  23. package/styles/carousel/fabric.css +23 -14
  24. package/styles/carousel/fluent-dark.css +28 -19
  25. package/styles/carousel/fluent.css +23 -14
  26. package/styles/carousel/highcontrast-light.css +23 -14
  27. package/styles/carousel/highcontrast.css +23 -14
  28. package/styles/carousel/material-dark.css +23 -14
  29. package/styles/carousel/material.css +23 -14
  30. package/styles/carousel/tailwind-dark.css +23 -14
  31. package/styles/carousel/tailwind.css +23 -14
  32. package/styles/context-menu/bootstrap-dark.css +33 -0
  33. package/styles/context-menu/bootstrap.css +34 -0
  34. package/styles/context-menu/bootstrap4.css +34 -0
  35. package/styles/context-menu/bootstrap5-dark.css +44 -0
  36. package/styles/context-menu/bootstrap5.css +44 -0
  37. package/styles/context-menu/fabric-dark.css +33 -0
  38. package/styles/context-menu/fabric.css +34 -0
  39. package/styles/context-menu/fluent-dark.css +44 -0
  40. package/styles/context-menu/fluent.css +44 -0
  41. package/styles/context-menu/highcontrast-light.css +33 -0
  42. package/styles/context-menu/highcontrast.css +34 -0
  43. package/styles/context-menu/material-dark.css +51 -0
  44. package/styles/context-menu/material.css +53 -0
  45. package/styles/context-menu/tailwind-dark.css +44 -0
  46. package/styles/context-menu/tailwind.css +44 -0
  47. package/styles/fabric-dark.css +743 -14
  48. package/styles/fabric-dark.scss +1 -0
  49. package/styles/fabric.css +744 -14
  50. package/styles/fabric.scss +1 -0
  51. package/styles/fluent-dark.css +799 -56
  52. package/styles/fluent-dark.scss +1 -0
  53. package/styles/fluent.css +762 -19
  54. package/styles/fluent.scss +1 -0
  55. package/styles/highcontrast-light.css +743 -14
  56. package/styles/highcontrast-light.scss +1 -0
  57. package/styles/highcontrast.css +744 -14
  58. package/styles/highcontrast.scss +1 -0
  59. package/styles/material-dark.css +762 -15
  60. package/styles/material-dark.scss +1 -0
  61. package/styles/material.css +763 -14
  62. package/styles/material.scss +1 -0
  63. package/styles/menu/bootstrap4.css +1 -0
  64. package/styles/menu/fluent-dark.css +1 -1
  65. package/styles/menu/fluent.css +1 -1
  66. package/styles/pager/bootstrap-dark.css +686 -0
  67. package/styles/pager/bootstrap-dark.scss +1 -0
  68. package/styles/pager/bootstrap.css +686 -0
  69. package/styles/pager/bootstrap.scss +1 -0
  70. package/styles/pager/bootstrap4.css +686 -0
  71. package/styles/pager/bootstrap4.scss +1 -0
  72. package/styles/pager/bootstrap5-dark.css +721 -0
  73. package/styles/pager/bootstrap5-dark.scss +1 -0
  74. package/styles/pager/bootstrap5.css +721 -0
  75. package/styles/pager/bootstrap5.scss +1 -0
  76. package/styles/pager/fabric-dark.css +686 -0
  77. package/styles/pager/fabric-dark.scss +1 -0
  78. package/styles/pager/fabric.css +686 -0
  79. package/styles/pager/fabric.scss +1 -0
  80. package/styles/pager/fluent-dark.css +688 -0
  81. package/styles/pager/fluent-dark.scss +1 -0
  82. package/styles/pager/fluent.css +688 -0
  83. package/styles/pager/fluent.scss +1 -0
  84. package/styles/pager/highcontrast-light.css +686 -0
  85. package/styles/pager/highcontrast-light.scss +1 -0
  86. package/styles/pager/highcontrast.css +686 -0
  87. package/styles/pager/highcontrast.scss +1 -0
  88. package/styles/pager/material-dark.css +687 -0
  89. package/styles/pager/material-dark.scss +1 -0
  90. package/styles/pager/material.css +687 -0
  91. package/styles/pager/material.scss +1 -0
  92. package/styles/pager/tailwind-dark.css +813 -0
  93. package/styles/pager/tailwind-dark.scss +1 -0
  94. package/styles/pager/tailwind.css +813 -0
  95. package/styles/pager/tailwind.scss +1 -0
  96. package/styles/tab/fluent-dark.css +30 -30
  97. package/styles/tab/material-dark.css +1 -1
  98. package/styles/tailwind-dark.css +882 -15
  99. package/styles/tailwind-dark.scss +1 -0
  100. package/styles/tailwind.css +882 -15
  101. package/styles/tailwind.scss +1 -0
  102. package/styles/treeview/fluent-dark.css +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,85 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tab
6
+
7
+ #### Bug fixes
8
+
9
+ - `#I388161` - An issue with "Removing the selected tab item" has been fixed.
10
+
11
+ ## 20.2.36 (2022-06-30)
12
+
13
+ ### Carousel
14
+
15
+ #### New Features
16
+
17
+ - Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.
18
+
19
+ #### Breaking Changes
20
+
21
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
22
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
23
+
24
+ **Previous**
25
+
26
+
27
+ ```typescript
28
+
29
+ const carouselObj: Carousel = new Carousel({
30
+ animation: { customEffect: "parallax" }
31
+ });
32
+
33
+ ```
34
+
35
+ **Now**
36
+
37
+
38
+ ```typescript
39
+
40
+ const carouselObj: Carousel = new Carousel({
41
+ cssClass: 'parallax',
42
+ animationEffect: 'custom'
43
+ });
44
+
45
+ ```
46
+
47
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
48
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
49
+
50
+ **Previous**
51
+
52
+
53
+ ```tsx
54
+
55
+ <CarouselComponent animation={{ customEffect: "parallax" }}></CarouselComponent>
56
+
57
+ ```
58
+
59
+ **Now**
60
+
61
+
62
+ ```tsx
63
+
64
+ <CarouselComponent animationEffect="custom" cssClass="parallax"></CarouselComponent>
65
+
66
+ ```
67
+
68
+ ### TreeView
69
+
70
+ #### Bug Fixes
71
+
72
+ - `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.
73
+
74
+ ## 20.1.61 (2022-06-21)
75
+
76
+ ### Tab
77
+
78
+ #### Bug Fixes
79
+
80
+ - `#I384728` - An issue with "Tab `data-id` attribute does not work after the initial load" has been fixed.
81
+
82
+ ## 20.1.60 (2022-06-14)
83
+
5
84
  ### Sidebar
6
85
 
7
86
  #### Bug Fixes
package/diConfig.json CHANGED
@@ -614,13 +614,6 @@
614
614
  " * ```",
615
615
  " */"
616
616
  ],
617
- "complexDirective": [
618
- {
619
- "propertyName": "animation",
620
- "baseClass": "CarouselAnimationSettings",
621
- "aspClassName": "CarouselAnimationSettings"
622
- }
623
- ],
624
617
  "tagDirective": [
625
618
  {
626
619
  "baseClass": "CarouselItem",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-navigations.umd.min.js
3
- * version : 20.1.60
3
+ * version : 20.2.38
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-navigations@*",
3
- "_id": "@syncfusion/ej2-react-navigations@20.1.58",
3
+ "_id": "@syncfusion/ej2-react-navigations@20.2.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-goBJnI/j9dGg6Z7ZB3uC1UXnH07dchkr3JlGvzLnTxgvddOjji3C+1IJGLYn36oQYLuyuu0W723pHcdT0SB6qw==",
5
+ "_integrity": "sha512-tdxfGcUfOAHm/ZJlvjCEtOa2l0EeKh1TGHhmy2gglHPkHrXgtaQVDFuCAvJtJ5Yc6HhJi9MJBqlzZEzH6sgT2Q==",
6
6
  "_location": "/@syncfusion/ej2-react-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-20.1.58.tgz",
23
- "_shasum": "9d92ce1eb0ad6a5ee3e80168526b9f0b074136b9",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-20.2.36.tgz",
23
+ "_shasum": "1562d44760e4027b7b4f8ff96da5561607e0d105",
24
24
  "_spec": "@syncfusion/ej2-react-navigations@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.60",
35
- "@syncfusion/ej2-navigations": "20.1.60",
36
- "@syncfusion/ej2-react-base": "~20.1.59"
34
+ "@syncfusion/ej2-base": "~20.2.38",
35
+ "@syncfusion/ej2-navigations": "20.2.38",
36
+ "@syncfusion/ej2-react-base": "~20.2.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
@@ -166,6 +166,6 @@
166
166
  "type": "git",
167
167
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
168
168
  },
169
- "version": "20.1.60",
169
+ "version": "20.2.38",
170
170
  "sideEffects": false
171
171
  }