@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.
- package/@syncfusion/ej2-angular-navigations.es5.js +2 -2
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +2 -2
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +73 -0
- package/dist/ej2-angular-navigations.umd.js +2 -3
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +16 -16
- package/schematics/generators/accordion-default/schema.json +3 -2
- package/schematics/generators/accordion-html-template/schema.json +3 -2
- package/schematics/generators/accordion-multiple-expand/schema.json +3 -2
- package/schematics/generators/accordion-nested/schema.json +3 -2
- package/schematics/generators/contextmenu-default/schema.json +3 -2
- package/schematics/generators/menu-default/schema.json +3 -2
- package/schematics/generators/sidebar-backdrop/schema.json +3 -2
- package/schematics/generators/sidebar-dock/schema.json +3 -2
- package/schematics/generators/sidebar-target/schema.json +3 -2
- package/schematics/generators/sidebar-types/schema.json +3 -2
- package/schematics/generators/tab-html-template/schema.json +3 -2
- package/schematics/generators/tab-icon/schema.json +3 -2
- package/schematics/generators/tab-nested/schema.json +3 -2
- package/schematics/generators/tab-popup/schema.json +3 -2
- package/schematics/generators/tab-scrollable/schema.json +3 -2
- package/schematics/generators/tab-vertical/schema.json +3 -2
- package/schematics/generators/toolbar-alignment/schema.json +3 -2
- package/schematics/generators/toolbar-extended/schema.json +3 -2
- package/schematics/generators/toolbar-html-template/schema.json +3 -2
- package/schematics/generators/toolbar-multi-row/schema.json +3 -2
- package/schematics/generators/toolbar-popup/schema.json +3 -2
- package/schematics/generators/toolbar-scrollable/schema.json +3 -2
- package/schematics/generators/treeview-checkbox/schema.json +3 -2
- package/schematics/generators/treeview-default/schema.json +3 -2
- package/schematics/generators/treeview-draganddrop/schema.json +3 -2
- package/schematics/generators/treeview-multiselection/schema.json +3 -2
- package/schematics/generators/treeview-nodeediting/schema.json +3 -2
- package/schematics/generators/treeview-remotedata/schema.json +3 -2
- package/schematics/generators/treeview-treetemplate/schema.json +3 -2
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +743 -14
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +744 -14
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +745 -14
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +789 -14
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +789 -14
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fluent-dark.css +5 -4
- package/styles/breadcrumb/fluent.css +5 -4
- package/styles/carousel/bootstrap-dark.css +23 -14
- package/styles/carousel/bootstrap.css +23 -14
- package/styles/carousel/bootstrap4.css +23 -14
- package/styles/carousel/bootstrap5-dark.css +23 -14
- package/styles/carousel/bootstrap5.css +23 -14
- package/styles/carousel/fabric-dark.css +23 -14
- package/styles/carousel/fabric.css +23 -14
- package/styles/carousel/fluent-dark.css +23 -14
- package/styles/carousel/fluent.css +23 -14
- package/styles/carousel/highcontrast-light.css +23 -14
- package/styles/carousel/highcontrast.css +23 -14
- package/styles/carousel/material-dark.css +23 -14
- package/styles/carousel/material.css +23 -14
- package/styles/carousel/tailwind-dark.css +23 -14
- package/styles/carousel/tailwind.css +23 -14
- package/styles/context-menu/bootstrap-dark.css +33 -0
- package/styles/context-menu/bootstrap.css +34 -0
- package/styles/context-menu/bootstrap4.css +34 -0
- package/styles/context-menu/bootstrap5-dark.css +44 -0
- package/styles/context-menu/bootstrap5.css +44 -0
- package/styles/context-menu/fabric-dark.css +33 -0
- package/styles/context-menu/fabric.css +34 -0
- package/styles/context-menu/fluent-dark.css +44 -0
- package/styles/context-menu/fluent.css +44 -0
- package/styles/context-menu/highcontrast-light.css +33 -0
- package/styles/context-menu/highcontrast.css +34 -0
- package/styles/context-menu/material-dark.css +51 -0
- package/styles/context-menu/material.css +53 -0
- package/styles/context-menu/tailwind-dark.css +44 -0
- package/styles/context-menu/tailwind.css +44 -0
- package/styles/fabric-dark.css +743 -14
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +744 -14
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +762 -19
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +762 -19
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +743 -14
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +744 -14
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +762 -15
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +763 -14
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap4.css +1 -0
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +686 -0
- package/styles/pager/bootstrap-dark.scss +1 -0
- package/styles/pager/bootstrap.css +686 -0
- package/styles/pager/bootstrap.scss +1 -0
- package/styles/pager/bootstrap4.css +686 -0
- package/styles/pager/bootstrap4.scss +1 -0
- package/styles/pager/bootstrap5-dark.css +721 -0
- package/styles/pager/bootstrap5-dark.scss +1 -0
- package/styles/pager/bootstrap5.css +721 -0
- package/styles/pager/bootstrap5.scss +1 -0
- package/styles/pager/fabric-dark.css +686 -0
- package/styles/pager/fabric-dark.scss +1 -0
- package/styles/pager/fabric.css +686 -0
- package/styles/pager/fabric.scss +1 -0
- package/styles/pager/fluent-dark.css +688 -0
- package/styles/pager/fluent-dark.scss +1 -0
- package/styles/pager/fluent.css +688 -0
- package/styles/pager/fluent.scss +1 -0
- package/styles/pager/highcontrast-light.css +686 -0
- package/styles/pager/highcontrast-light.scss +1 -0
- package/styles/pager/highcontrast.css +686 -0
- package/styles/pager/highcontrast.scss +1 -0
- package/styles/pager/material-dark.css +687 -0
- package/styles/pager/material-dark.scss +1 -0
- package/styles/pager/material.css +687 -0
- package/styles/pager/material.scss +1 -0
- package/styles/pager/tailwind-dark.css +813 -0
- package/styles/pager/tailwind-dark.scss +1 -0
- package/styles/pager/tailwind.css +813 -0
- package/styles/pager/tailwind.scss +1 -0
- package/styles/tab/material-dark.css +1 -1
- package/styles/tailwind-dark.css +882 -15
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +882 -15
- 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.
|
|
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 = ['
|
|
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 });
|