@syncfusion/ej2-react-navigations 20.1.61 → 20.2.39

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 +72 -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
@@ -4,6 +4,78 @@
4
4
 
5
5
  ### Tab
6
6
 
7
+ #### Bug fixes
8
+
9
+ - `#I388161` - An issue with "Removing the selected tab item" has been fixed.
10
+ - `#I390262` - An issue with "Tab item dropped in wrong position" has been fixed.
11
+
12
+ ## 20.2.36 (2022-06-30)
13
+
14
+ ### Carousel
15
+
16
+ #### New Features
17
+
18
+ - Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.
19
+
20
+ #### Breaking Changes
21
+
22
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
23
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
24
+
25
+ **Previous**
26
+
27
+
28
+ ```typescript
29
+
30
+ const carouselObj: Carousel = new Carousel({
31
+ animation: { customEffect: "parallax" }
32
+ });
33
+
34
+ ```
35
+
36
+ **Now**
37
+
38
+
39
+ ```typescript
40
+
41
+ const carouselObj: Carousel = new Carousel({
42
+ cssClass: 'parallax',
43
+ animationEffect: 'custom'
44
+ });
45
+
46
+ ```
47
+
48
+ - Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
49
+ - To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
50
+
51
+ **Previous**
52
+
53
+
54
+ ```tsx
55
+
56
+ <CarouselComponent animation={{ customEffect: "parallax" }}></CarouselComponent>
57
+
58
+ ```
59
+
60
+ **Now**
61
+
62
+
63
+ ```tsx
64
+
65
+ <CarouselComponent animationEffect="custom" cssClass="parallax"></CarouselComponent>
66
+
67
+ ```
68
+
69
+ ### TreeView
70
+
71
+ #### Bug Fixes
72
+
73
+ - `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.
74
+
75
+ ## 20.1.61 (2022-06-21)
76
+
77
+ ### Tab
78
+
7
79
  #### Bug Fixes
8
80
 
9
81
  - `#I384728` - An issue with "Tab `data-id` attribute does not work after the initial load" has been fixed.
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.39
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@20.2.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-/s3b6IWLMgUyA8prTwm4dFSur50wAGcZWvXiE6iRTe92Ef6POWKtbJWxEqrmjdsoGk8U24qmYnjORI+wC25L6w==",
5
+ "_integrity": "sha512-JnG699npvw3jgF0lKujw50RNhN7hpEQP1NUx0tNgbdmj2ZuTjZ8PqG8INdcDcZEV2VOxBZOIBpxFuDh5wXqaOA==",
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-hotfix-new/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-20.2.38.tgz",
23
+ "_shasum": "52067c3d25854fb305d308b0426cd5ce76146734",
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.38",
35
+ "@syncfusion/ej2-navigations": "20.2.39",
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.61",
169
+ "version": "20.2.39",
170
170
  "sideEffects": false
171
171
  }