@syncfusion/ej2-react-navigations 20.1.61 → 20.2.36

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 (100) hide show
  1. package/CHANGELOG.md +63 -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 +23 -14
  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 +762 -19
  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/material-dark.css +1 -1
  97. package/styles/tailwind-dark.css +882 -15
  98. package/styles/tailwind-dark.scss +1 -0
  99. package/styles/tailwind.css +882 -15
  100. package/styles/tailwind.scss +1 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,69 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Carousel
6
+
7
+ #### New Features
8
+
9
+ - Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.
10
+
11
+ #### Breaking Changes
12
+
13
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
14
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
15
+
16
+ **Previous**
17
+
18
+
19
+ ```typescript
20
+
21
+ const carouselObj: Carousel = new Carousel({
22
+ animation: { customEffect: "parallax" }
23
+ });
24
+
25
+ ```
26
+
27
+ **Now**
28
+
29
+
30
+ ```typescript
31
+
32
+ const carouselObj: Carousel = new Carousel({
33
+ cssClass: 'parallax',
34
+ animationEffect: 'custom'
35
+ });
36
+
37
+ ```
38
+
39
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
40
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
41
+
42
+ **Previous**
43
+
44
+
45
+ ```tsx
46
+
47
+ <CarouselComponent animation={{ customEffect: "parallax" }}></CarouselComponent>
48
+
49
+ ```
50
+
51
+ **Now**
52
+
53
+
54
+ ```tsx
55
+
56
+ <CarouselComponent animationEffect="custom" cssClass="parallax"></CarouselComponent>
57
+
58
+ ```
59
+
60
+ ### TreeView
61
+
62
+ #### Bug Fixes
63
+
64
+ - `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.
65
+
66
+ ## 20.1.61 (2022-06-21)
67
+
5
68
  ### Tab
6
69
 
7
70
  #### 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.61
3
+ * version : 20.2.36
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.60",
3
+ "_id": "@syncfusion/ej2-react-navigations@19.45.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/s3b6IWLMgUyA8prTwm4dFSur50wAGcZWvXiE6iRTe92Ef6POWKtbJWxEqrmjdsoGk8U24qmYnjORI+wC25L6w==",
5
+ "_integrity": "sha512-K+gMxDk+I3327/THOVonI126ExuI/JodTKo02XLZJk2txJGANi4X6KwOg9tKT5VrQKmOJo7r7lcPCmWWc0mJSQ==",
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.60.tgz",
23
- "_shasum": "3ebbe2c9ebf5756cbe3f0a18b828cb01b7c01f58",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-19.45.0.tgz",
23
+ "_shasum": "f22cc41556e4006195ae9287f4d7d0f003e4d70a",
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.61",
35
- "@syncfusion/ej2-navigations": "20.1.61",
36
- "@syncfusion/ej2-react-base": "~20.1.59"
34
+ "@syncfusion/ej2-base": "~20.2.36",
35
+ "@syncfusion/ej2-navigations": "20.2.36",
36
+ "@syncfusion/ej2-react-base": "~20.2.36"
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.61",
169
+ "version": "20.2.36",
170
170
  "sideEffects": false
171
171
  }