@syncfusion/ej2-angular-navigations 20.1.61 → 20.2.37-ngcc

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 (139) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +2 -2
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/CHANGELOG.md +73 -0
  6. package/dist/ej2-angular-navigations.umd.js +2 -3
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -1
  8. package/dist/ej2-angular-navigations.umd.min.js +2 -2
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
  10. package/ej2-angular-navigations.metadata.json +1 -1
  11. package/package.json +16 -16
  12. package/schematics/generators/accordion-default/schema.json +3 -2
  13. package/schematics/generators/accordion-html-template/schema.json +3 -2
  14. package/schematics/generators/accordion-multiple-expand/schema.json +3 -2
  15. package/schematics/generators/accordion-nested/schema.json +3 -2
  16. package/schematics/generators/contextmenu-default/schema.json +3 -2
  17. package/schematics/generators/menu-default/schema.json +3 -2
  18. package/schematics/generators/sidebar-backdrop/schema.json +3 -2
  19. package/schematics/generators/sidebar-dock/schema.json +3 -2
  20. package/schematics/generators/sidebar-target/schema.json +3 -2
  21. package/schematics/generators/sidebar-types/schema.json +3 -2
  22. package/schematics/generators/tab-html-template/schema.json +3 -2
  23. package/schematics/generators/tab-icon/schema.json +3 -2
  24. package/schematics/generators/tab-nested/schema.json +3 -2
  25. package/schematics/generators/tab-popup/schema.json +3 -2
  26. package/schematics/generators/tab-scrollable/schema.json +3 -2
  27. package/schematics/generators/tab-vertical/schema.json +3 -2
  28. package/schematics/generators/toolbar-alignment/schema.json +3 -2
  29. package/schematics/generators/toolbar-extended/schema.json +3 -2
  30. package/schematics/generators/toolbar-html-template/schema.json +3 -2
  31. package/schematics/generators/toolbar-multi-row/schema.json +3 -2
  32. package/schematics/generators/toolbar-popup/schema.json +3 -2
  33. package/schematics/generators/toolbar-scrollable/schema.json +3 -2
  34. package/schematics/generators/treeview-checkbox/schema.json +3 -2
  35. package/schematics/generators/treeview-default/schema.json +3 -2
  36. package/schematics/generators/treeview-draganddrop/schema.json +3 -2
  37. package/schematics/generators/treeview-multiselection/schema.json +3 -2
  38. package/schematics/generators/treeview-nodeediting/schema.json +3 -2
  39. package/schematics/generators/treeview-remotedata/schema.json +3 -2
  40. package/schematics/generators/treeview-treetemplate/schema.json +3 -2
  41. package/schematics/utils/lib-details.d.ts +2 -2
  42. package/schematics/utils/lib-details.js +2 -2
  43. package/schematics/utils/lib-details.ts +2 -2
  44. package/styles/bootstrap-dark.css +743 -14
  45. package/styles/bootstrap-dark.scss +1 -0
  46. package/styles/bootstrap.css +744 -14
  47. package/styles/bootstrap.scss +1 -0
  48. package/styles/bootstrap4.css +745 -14
  49. package/styles/bootstrap4.scss +1 -0
  50. package/styles/bootstrap5-dark.css +789 -14
  51. package/styles/bootstrap5-dark.scss +1 -0
  52. package/styles/bootstrap5.css +789 -14
  53. package/styles/bootstrap5.scss +1 -0
  54. package/styles/breadcrumb/fluent-dark.css +5 -4
  55. package/styles/breadcrumb/fluent.css +5 -4
  56. package/styles/carousel/bootstrap-dark.css +23 -14
  57. package/styles/carousel/bootstrap.css +23 -14
  58. package/styles/carousel/bootstrap4.css +23 -14
  59. package/styles/carousel/bootstrap5-dark.css +23 -14
  60. package/styles/carousel/bootstrap5.css +23 -14
  61. package/styles/carousel/fabric-dark.css +23 -14
  62. package/styles/carousel/fabric.css +23 -14
  63. package/styles/carousel/fluent-dark.css +23 -14
  64. package/styles/carousel/fluent.css +23 -14
  65. package/styles/carousel/highcontrast-light.css +23 -14
  66. package/styles/carousel/highcontrast.css +23 -14
  67. package/styles/carousel/material-dark.css +23 -14
  68. package/styles/carousel/material.css +23 -14
  69. package/styles/carousel/tailwind-dark.css +23 -14
  70. package/styles/carousel/tailwind.css +23 -14
  71. package/styles/context-menu/bootstrap-dark.css +33 -0
  72. package/styles/context-menu/bootstrap.css +34 -0
  73. package/styles/context-menu/bootstrap4.css +34 -0
  74. package/styles/context-menu/bootstrap5-dark.css +44 -0
  75. package/styles/context-menu/bootstrap5.css +44 -0
  76. package/styles/context-menu/fabric-dark.css +33 -0
  77. package/styles/context-menu/fabric.css +34 -0
  78. package/styles/context-menu/fluent-dark.css +44 -0
  79. package/styles/context-menu/fluent.css +44 -0
  80. package/styles/context-menu/highcontrast-light.css +33 -0
  81. package/styles/context-menu/highcontrast.css +34 -0
  82. package/styles/context-menu/material-dark.css +51 -0
  83. package/styles/context-menu/material.css +53 -0
  84. package/styles/context-menu/tailwind-dark.css +44 -0
  85. package/styles/context-menu/tailwind.css +44 -0
  86. package/styles/fabric-dark.css +743 -14
  87. package/styles/fabric-dark.scss +1 -0
  88. package/styles/fabric.css +744 -14
  89. package/styles/fabric.scss +1 -0
  90. package/styles/fluent-dark.css +762 -19
  91. package/styles/fluent-dark.scss +1 -0
  92. package/styles/fluent.css +762 -19
  93. package/styles/fluent.scss +1 -0
  94. package/styles/highcontrast-light.css +743 -14
  95. package/styles/highcontrast-light.scss +1 -0
  96. package/styles/highcontrast.css +744 -14
  97. package/styles/highcontrast.scss +1 -0
  98. package/styles/material-dark.css +762 -15
  99. package/styles/material-dark.scss +1 -0
  100. package/styles/material.css +763 -14
  101. package/styles/material.scss +1 -0
  102. package/styles/menu/bootstrap4.css +1 -0
  103. package/styles/menu/fluent-dark.css +1 -1
  104. package/styles/menu/fluent.css +1 -1
  105. package/styles/pager/bootstrap-dark.css +686 -0
  106. package/styles/pager/bootstrap-dark.scss +1 -0
  107. package/styles/pager/bootstrap.css +686 -0
  108. package/styles/pager/bootstrap.scss +1 -0
  109. package/styles/pager/bootstrap4.css +686 -0
  110. package/styles/pager/bootstrap4.scss +1 -0
  111. package/styles/pager/bootstrap5-dark.css +721 -0
  112. package/styles/pager/bootstrap5-dark.scss +1 -0
  113. package/styles/pager/bootstrap5.css +721 -0
  114. package/styles/pager/bootstrap5.scss +1 -0
  115. package/styles/pager/fabric-dark.css +686 -0
  116. package/styles/pager/fabric-dark.scss +1 -0
  117. package/styles/pager/fabric.css +686 -0
  118. package/styles/pager/fabric.scss +1 -0
  119. package/styles/pager/fluent-dark.css +688 -0
  120. package/styles/pager/fluent-dark.scss +1 -0
  121. package/styles/pager/fluent.css +688 -0
  122. package/styles/pager/fluent.scss +1 -0
  123. package/styles/pager/highcontrast-light.css +686 -0
  124. package/styles/pager/highcontrast-light.scss +1 -0
  125. package/styles/pager/highcontrast.css +686 -0
  126. package/styles/pager/highcontrast.scss +1 -0
  127. package/styles/pager/material-dark.css +687 -0
  128. package/styles/pager/material-dark.scss +1 -0
  129. package/styles/pager/material.css +687 -0
  130. package/styles/pager/material.scss +1 -0
  131. package/styles/pager/tailwind-dark.css +813 -0
  132. package/styles/pager/tailwind-dark.scss +1 -0
  133. package/styles/pager/tailwind.css +813 -0
  134. package/styles/pager/tailwind.scss +1 -0
  135. package/styles/tab/material-dark.css +1 -1
  136. package/styles/tailwind-dark.css +882 -15
  137. package/styles/tailwind-dark.scss +1 -0
  138. package/styles/tailwind.css +882 -15
  139. package/styles/tailwind.scss +1 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,79 @@
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
+ ```typescript
46
+
47
+ @Component({
48
+ template: `<ejs-carousel [animation]="carouselAnimation"></ejs-carousel>`
49
+ })
50
+
51
+ export class AppComponent {
52
+ public carouselAnimation: CarouselAnimationSettingsModel = {
53
+ customEffect: "parallax",
54
+ };
55
+ }
56
+
57
+ ```
58
+
59
+ **Now**
60
+
61
+
62
+ ```typescript
63
+
64
+ @Component({
65
+ template: `<ejs-carousel [animationEffect]="custom" [cssClass]="parallax"></ejs-carousel>`
66
+ })
67
+
68
+ ```
69
+
70
+ ### TreeView
71
+
72
+ #### Bug Fixes
73
+
74
+ - `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.
75
+
76
+ ## 20.1.61 (2022-06-21)
77
+
5
78
  ### Tab
6
79
 
7
80
  #### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-navigations.umd.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
@@ -978,7 +978,7 @@ var __metadata$7 = (this && this.__metadata) || function (k, v) {
978
978
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
979
979
  return Reflect.metadata(k, v);
980
980
  };
981
- var inputs$4 = ['animation', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width'];
981
+ var inputs$4 = ['animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width'];
982
982
  var outputs$8 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
983
983
  var twoWays$4 = ['selectedIndex'];
984
984
  /**
@@ -1959,7 +1959,6 @@ exports.Sidebar = ej2Navigations.Sidebar;
1959
1959
  exports.BreadcrumbItem = ej2Navigations.BreadcrumbItem;
1960
1960
  exports.Breadcrumb = ej2Navigations.Breadcrumb;
1961
1961
  exports.CarouselItem = ej2Navigations.CarouselItem;
1962
- exports.CarouselAnimationSettings = ej2Navigations.CarouselAnimationSettings;
1963
1962
  exports.Carousel = ej2Navigations.Carousel;
1964
1963
 
1965
1964
  Object.defineProperty(exports, '__esModule', { value: true });