@syncfusion/ej2-angular-navigations 20.2.50-ngcc → 20.3.47-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 +145 -4
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +134 -4
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +22 -0
- package/README.md +14 -0
- package/dist/ej2-angular-navigations.umd.js +148 -2
- 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.d.ts +1 -0
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +12 -9
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/appbar/appbar-all.module.d.ts +5 -0
- package/src/appbar/appbar.component.d.ts +29 -0
- package/src/appbar/appbar.module.d.ts +5 -0
- package/src/index.d.ts +3 -0
- package/styles/accordion/bootstrap-dark.css +1 -0
- package/styles/accordion/bootstrap.css +1 -0
- package/styles/accordion/bootstrap4.css +1 -0
- package/styles/accordion/bootstrap5-dark.css +2 -0
- package/styles/accordion/bootstrap5.css +2 -0
- package/styles/accordion/fabric-dark.css +1 -0
- package/styles/accordion/fabric.css +1 -0
- package/styles/accordion/fluent-dark.css +1 -0
- package/styles/accordion/fluent.css +1 -0
- package/styles/accordion/highcontrast-light.css +1 -0
- package/styles/accordion/highcontrast.css +1 -0
- package/styles/accordion/material-dark.css +1 -0
- package/styles/accordion/material.css +1 -0
- package/styles/accordion/tailwind-dark.css +1 -0
- package/styles/accordion/tailwind.css +1 -0
- package/styles/appbar/bootstrap-dark.css +244 -0
- package/styles/appbar/bootstrap-dark.scss +1 -0
- package/styles/appbar/bootstrap.css +244 -0
- package/styles/appbar/bootstrap.scss +1 -0
- package/styles/appbar/bootstrap4.css +244 -0
- package/styles/appbar/bootstrap4.scss +1 -0
- package/styles/appbar/bootstrap5-dark.css +244 -0
- package/styles/appbar/bootstrap5-dark.scss +1 -0
- package/styles/appbar/bootstrap5.css +244 -0
- package/styles/appbar/bootstrap5.scss +1 -0
- package/styles/appbar/fabric-dark.css +244 -0
- package/styles/appbar/fabric-dark.scss +1 -0
- package/styles/appbar/fabric.css +244 -0
- package/styles/appbar/fabric.scss +1 -0
- package/styles/appbar/fluent-dark.css +244 -0
- package/styles/appbar/fluent-dark.scss +1 -0
- package/styles/appbar/fluent.css +244 -0
- package/styles/appbar/fluent.scss +1 -0
- package/styles/appbar/highcontrast-light.css +244 -0
- package/styles/appbar/highcontrast-light.scss +1 -0
- package/styles/appbar/highcontrast.css +244 -0
- package/styles/appbar/highcontrast.scss +1 -0
- package/styles/appbar/material-dark.css +245 -0
- package/styles/appbar/material-dark.scss +1 -0
- package/styles/appbar/material.css +245 -0
- package/styles/appbar/material.scss +1 -0
- package/styles/appbar/tailwind-dark.css +245 -0
- package/styles/appbar/tailwind-dark.scss +1 -0
- package/styles/appbar/tailwind.css +245 -0
- package/styles/appbar/tailwind.scss +1 -0
- package/styles/bootstrap-dark.css +340 -21
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +345 -26
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +348 -29
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +360 -36
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +360 -36
- package/styles/bootstrap5.scss +1 -0
- package/styles/carousel/bootstrap-dark.css +46 -11
- package/styles/carousel/bootstrap.css +46 -11
- package/styles/carousel/bootstrap4.css +46 -11
- package/styles/carousel/bootstrap5-dark.css +46 -11
- package/styles/carousel/bootstrap5.css +46 -11
- package/styles/carousel/fabric-dark.css +46 -11
- package/styles/carousel/fabric.css +46 -11
- package/styles/carousel/fluent-dark.css +46 -11
- package/styles/carousel/fluent.css +46 -11
- package/styles/carousel/highcontrast-light.css +46 -11
- package/styles/carousel/highcontrast.css +46 -11
- package/styles/carousel/material-dark.css +46 -11
- package/styles/carousel/material.css +46 -11
- package/styles/carousel/tailwind-dark.css +46 -11
- package/styles/carousel/tailwind.css +46 -11
- package/styles/context-menu/bootstrap4.css +2 -2
- package/styles/context-menu/bootstrap5-dark.css +3 -3
- package/styles/context-menu/bootstrap5.css +3 -3
- package/styles/context-menu/fluent-dark.css +1 -1
- package/styles/context-menu/fluent.css +1 -1
- package/styles/context-menu/tailwind-dark.css +1 -1
- package/styles/context-menu/tailwind.css +1 -1
- package/styles/fabric-dark.css +340 -21
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +340 -21
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +352 -33
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +352 -33
- package/styles/fluent.scss +1 -0
- package/styles/h-scroll/bootstrap-dark.css +0 -2
- package/styles/h-scroll/bootstrap.css +0 -2
- package/styles/h-scroll/bootstrap4.css +0 -2
- package/styles/h-scroll/bootstrap5-dark.css +0 -2
- package/styles/h-scroll/bootstrap5.css +0 -2
- package/styles/h-scroll/fabric-dark.css +0 -2
- package/styles/h-scroll/fabric.css +0 -2
- package/styles/h-scroll/fluent-dark.css +0 -2
- package/styles/h-scroll/fluent.css +0 -2
- package/styles/h-scroll/highcontrast-light.css +0 -2
- package/styles/h-scroll/highcontrast.css +0 -2
- package/styles/h-scroll/material-dark.css +0 -2
- package/styles/h-scroll/material.css +0 -2
- package/styles/h-scroll/tailwind-dark.css +0 -2
- package/styles/h-scroll/tailwind.css +0 -2
- package/styles/highcontrast-light.css +339 -20
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +339 -20
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +339 -20
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +339 -20
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +22 -0
- package/styles/menu/bootstrap.css +22 -0
- package/styles/menu/bootstrap4.css +22 -0
- package/styles/menu/bootstrap5-dark.css +23 -1
- package/styles/menu/bootstrap5.css +23 -1
- package/styles/menu/fabric-dark.css +22 -0
- package/styles/menu/fabric.css +22 -0
- package/styles/menu/fluent-dark.css +23 -1
- package/styles/menu/fluent.css +23 -1
- package/styles/menu/highcontrast-light.css +22 -0
- package/styles/menu/highcontrast.css +22 -0
- package/styles/menu/material-dark.css +22 -0
- package/styles/menu/material.css +22 -0
- package/styles/menu/tailwind-dark.css +23 -1
- package/styles/menu/tailwind.css +23 -1
- package/styles/pager/bootstrap-dark.css +5 -3
- package/styles/pager/bootstrap.css +10 -8
- package/styles/pager/bootstrap4.css +11 -9
- package/styles/pager/bootstrap5-dark.css +14 -12
- package/styles/pager/bootstrap5.css +14 -12
- package/styles/pager/fabric-dark.css +5 -3
- package/styles/pager/fabric.css +5 -3
- package/styles/pager/fluent-dark.css +6 -4
- package/styles/pager/fluent.css +6 -4
- package/styles/pager/highcontrast-light.css +4 -2
- package/styles/pager/highcontrast.css +4 -2
- package/styles/pager/material-dark.css +4 -2
- package/styles/pager/material.css +4 -2
- package/styles/pager/tailwind-dark.css +19 -17
- package/styles/pager/tailwind.css +19 -17
- package/styles/sidebar/bootstrap-dark.css +4 -0
- package/styles/sidebar/bootstrap.css +4 -0
- package/styles/sidebar/bootstrap4.css +4 -0
- package/styles/sidebar/bootstrap5-dark.css +4 -0
- package/styles/sidebar/bootstrap5.css +4 -0
- package/styles/sidebar/fabric-dark.css +4 -0
- package/styles/sidebar/fabric.css +4 -0
- package/styles/sidebar/fluent-dark.css +4 -0
- package/styles/sidebar/fluent.css +4 -0
- package/styles/sidebar/highcontrast-light.css +4 -0
- package/styles/sidebar/highcontrast.css +4 -0
- package/styles/sidebar/material-dark.css +4 -0
- package/styles/sidebar/material.css +4 -0
- package/styles/sidebar/tailwind-dark.css +4 -0
- package/styles/sidebar/tailwind.css +4 -0
- package/styles/tab/bootstrap-dark.css +1 -1
- package/styles/tab/bootstrap.css +1 -1
- package/styles/tab/bootstrap4.css +1 -1
- package/styles/tab/bootstrap5-dark.css +5 -2
- package/styles/tab/bootstrap5.css +5 -2
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +5 -5
- package/styles/tab/fluent.css +5 -5
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +1 -1
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +1 -1
- package/styles/tab/tailwind.css +1 -1
- package/styles/tailwind-dark.css +359 -38
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +359 -38
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +10 -2
- package/styles/toolbar/bootstrap.css +10 -2
- package/styles/toolbar/bootstrap4.css +10 -2
- package/styles/toolbar/bootstrap5-dark.css +12 -3
- package/styles/toolbar/bootstrap5.css +12 -3
- package/styles/toolbar/fabric-dark.css +10 -2
- package/styles/toolbar/fabric.css +10 -2
- package/styles/toolbar/fluent-dark.css +15 -7
- package/styles/toolbar/fluent.css +15 -7
- package/styles/toolbar/highcontrast-light.css +10 -2
- package/styles/toolbar/highcontrast.css +10 -2
- package/styles/toolbar/material-dark.css +10 -2
- package/styles/toolbar/material.css +10 -2
- package/styles/toolbar/tailwind-dark.css +11 -3
- package/styles/toolbar/tailwind.css +11 -3
- package/styles/treeview/bootstrap-dark.css +6 -0
- package/styles/treeview/bootstrap.css +6 -0
- package/styles/treeview/bootstrap4.css +6 -0
- package/styles/treeview/bootstrap5-dark.css +6 -0
- package/styles/treeview/bootstrap5.css +6 -0
- package/styles/treeview/fabric-dark.css +6 -0
- package/styles/treeview/fabric.css +6 -0
- package/styles/treeview/fluent-dark.css +6 -0
- package/styles/treeview/fluent.css +6 -0
- package/styles/treeview/highcontrast-light.css +6 -0
- package/styles/treeview/highcontrast.css +6 -0
- package/styles/treeview/material-dark.css +6 -0
- package/styles/treeview/material.css +6 -0
- package/styles/treeview/tailwind-dark.css +7 -0
- package/styles/treeview/tailwind.css +7 -0
- package/styles/v-scroll/bootstrap-dark.css +0 -2
- package/styles/v-scroll/bootstrap.css +0 -2
- package/styles/v-scroll/bootstrap4.css +0 -2
- package/styles/v-scroll/bootstrap5-dark.css +0 -2
- package/styles/v-scroll/bootstrap5.css +0 -2
- package/styles/v-scroll/fabric-dark.css +0 -2
- package/styles/v-scroll/fabric.css +0 -2
- package/styles/v-scroll/fluent-dark.css +0 -2
- package/styles/v-scroll/fluent.css +0 -2
- package/styles/v-scroll/highcontrast-light.css +0 -2
- package/styles/v-scroll/highcontrast.css +0 -2
- package/styles/v-scroll/material-dark.css +0 -2
- package/styles/v-scroll/material.css +0 -2
- package/styles/v-scroll/tailwind-dark.css +0 -2
- package/styles/v-scroll/tailwind.css +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### AppBar
|
|
6
|
+
|
|
7
|
+
The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
- **Modes** - `Regular`, `Prominent`, and `Dense` modes that define the AppBar height.
|
|
11
|
+
- **Content arrangement** - Spacer and separator options can be used to align the content based on the UI requirement with minimal effort.
|
|
12
|
+
- **Color** - `Primary`, `Light`, `Dark`, and `Inherit` options to customize the AppBar color.
|
|
13
|
+
- **Position** - AppBars can be placed at the top or bottom of the screen. It can also be sticky.
|
|
14
|
+
|
|
15
|
+
### Carousel
|
|
16
|
+
|
|
17
|
+
#### New Features
|
|
18
|
+
|
|
19
|
+
- Provided partial visible functionality to carousel which enables the active slide with partial previous/next slide.
|
|
20
|
+
|
|
21
|
+
### Tab
|
|
22
|
+
|
|
23
|
+
#### New Features
|
|
24
|
+
|
|
25
|
+
- `#I237390` - Provided support to disable the animation while switching the tab item.
|
|
26
|
+
|
|
5
27
|
## 20.2.49 (2022-09-13)
|
|
6
28
|
|
|
7
29
|
### ContextMenu
|
package/README.md
CHANGED
|
@@ -25,6 +25,13 @@ Following list of components are available in the package
|
|
|
25
25
|
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=accordion#/material/accordion/default.html)
|
|
26
26
|
* [Product Page](https://www.syncfusion.com/products/angular/accordion)
|
|
27
27
|
|
|
28
|
+
* AppBar - The AppBar displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions.
|
|
29
|
+
|
|
30
|
+
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/appbar/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=appbar)
|
|
31
|
+
* [API References](https://ej2.syncfusion.com/angular/documentation/appbar/api-appbar.html?utm_source=npm&utm_campaign=appbar)
|
|
32
|
+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=appbar#/material/appbar/default.html)
|
|
33
|
+
* [Product Page](https://www.syncfusion.com/products/angular/appbar)
|
|
34
|
+
|
|
28
35
|
* Breadcrumb - Graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
|
|
29
36
|
|
|
30
37
|
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/breadcrumb/getting-started?lang=typescript&utm_source=npm&utm_campaign=breadcrumb)
|
|
@@ -108,6 +115,13 @@ Sidebar component is used in the following samples.
|
|
|
108
115
|
3. **RTL Support** - Supports right-to-left alignment.
|
|
109
116
|
4. **Accessibility** - Provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes. By default, it allows to interact with Accordion by using keyboard shortcuts.
|
|
110
117
|
|
|
118
|
+
### AppBar
|
|
119
|
+
|
|
120
|
+
1. **Modes** - `Regular`, `Prominent`, and `Dense` modes that define the AppBar height.
|
|
121
|
+
2. **Content arrangement** - Spacer and separator options can be used to align the content based on the UI requirement with minimal effort.
|
|
122
|
+
3. **Color** - `Primary`, `Light`, `Dark`, and `Inherit` options to customize the AppBar color.
|
|
123
|
+
4. **Position** - AppBars can be placed at the top or bottom of the screen. It can also be sticky.
|
|
124
|
+
|
|
111
125
|
### Breadcrumb
|
|
112
126
|
|
|
113
127
|
1. **Icons** - Icons can be specified in Breadcrumb items.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-navigations.umd.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.3.47
|
|
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 = ['animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'pauseOnHover', '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', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width'];
|
|
982
982
|
var outputs$8 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
|
|
983
983
|
var twoWays$4 = ['selectedIndex'];
|
|
984
984
|
/**
|
|
@@ -1883,6 +1883,147 @@ MenuAllModule.decorators = [
|
|
|
1883
1883
|
* @nocollapse
|
|
1884
1884
|
*/
|
|
1885
1885
|
MenuAllModule.ctorParameters = function () { return []; };
|
|
1886
|
+
var __decorate$13 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1887
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1888
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1889
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
1890
|
+
else
|
|
1891
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1892
|
+
if (d = decorators[i])
|
|
1893
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1894
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1895
|
+
};
|
|
1896
|
+
var __metadata$13 = (this && this.__metadata) || function (k, v) {
|
|
1897
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1898
|
+
return Reflect.metadata(k, v);
|
|
1899
|
+
};
|
|
1900
|
+
var inputs$9 = ['colorMode', 'cssClass', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'isSticky', 'locale', 'mode', 'position'];
|
|
1901
|
+
var outputs$15 = ['created', 'destroyed'];
|
|
1902
|
+
var twoWays$9 = [''];
|
|
1903
|
+
/**
|
|
1904
|
+
* Represents the Essential JS 2 Angular AppBar Component.
|
|
1905
|
+
* ```html
|
|
1906
|
+
* <ejs-appbar></ejs-appbar>
|
|
1907
|
+
* ```
|
|
1908
|
+
*/
|
|
1909
|
+
exports.AppBarComponent = /** @class */ (function (_super) {
|
|
1910
|
+
__extends(AppBarComponent, _super);
|
|
1911
|
+
/**
|
|
1912
|
+
* @param {?} ngEle
|
|
1913
|
+
* @param {?} srenderer
|
|
1914
|
+
* @param {?} viewContainerRef
|
|
1915
|
+
* @param {?} injector
|
|
1916
|
+
*/
|
|
1917
|
+
function AppBarComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
1918
|
+
var _this = _super.call(this) || this;
|
|
1919
|
+
_this.ngEle = ngEle;
|
|
1920
|
+
_this.srenderer = srenderer;
|
|
1921
|
+
_this.viewContainerRef = viewContainerRef;
|
|
1922
|
+
_this.injector = injector;
|
|
1923
|
+
_this.element = _this.ngEle.nativeElement;
|
|
1924
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
1925
|
+
_this.registerEvents(outputs$15);
|
|
1926
|
+
_this.addTwoWay.call(_this, twoWays$9);
|
|
1927
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1928
|
+
_this.containerContext = new ej2AngularBase.ComponentBase();
|
|
1929
|
+
return _this;
|
|
1930
|
+
}
|
|
1931
|
+
/**
|
|
1932
|
+
* @return {?}
|
|
1933
|
+
*/
|
|
1934
|
+
AppBarComponent.prototype.ngOnInit = function () {
|
|
1935
|
+
this.containerContext.ngOnInit(this);
|
|
1936
|
+
};
|
|
1937
|
+
/**
|
|
1938
|
+
* @return {?}
|
|
1939
|
+
*/
|
|
1940
|
+
AppBarComponent.prototype.ngAfterViewInit = function () {
|
|
1941
|
+
this.containerContext.ngAfterViewInit(this);
|
|
1942
|
+
};
|
|
1943
|
+
/**
|
|
1944
|
+
* @return {?}
|
|
1945
|
+
*/
|
|
1946
|
+
AppBarComponent.prototype.ngOnDestroy = function () {
|
|
1947
|
+
this.containerContext.ngOnDestroy(this);
|
|
1948
|
+
};
|
|
1949
|
+
/**
|
|
1950
|
+
* @return {?}
|
|
1951
|
+
*/
|
|
1952
|
+
AppBarComponent.prototype.ngAfterContentChecked = function () {
|
|
1953
|
+
this.containerContext.ngAfterContentChecked(this);
|
|
1954
|
+
};
|
|
1955
|
+
return AppBarComponent;
|
|
1956
|
+
}(ej2Navigations.AppBar));
|
|
1957
|
+
exports.AppBarComponent.decorators = [
|
|
1958
|
+
{ type: core.Component, args: [{
|
|
1959
|
+
selector: 'ejs-appbar',
|
|
1960
|
+
inputs: inputs$9,
|
|
1961
|
+
outputs: outputs$15,
|
|
1962
|
+
template: "<ng-content ></ng-content>",
|
|
1963
|
+
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
1964
|
+
queries: {}
|
|
1965
|
+
},] },
|
|
1966
|
+
];
|
|
1967
|
+
/**
|
|
1968
|
+
* @nocollapse
|
|
1969
|
+
*/
|
|
1970
|
+
exports.AppBarComponent.ctorParameters = function () { return [
|
|
1971
|
+
{ type: core.ElementRef, },
|
|
1972
|
+
{ type: core.Renderer2, },
|
|
1973
|
+
{ type: core.ViewContainerRef, },
|
|
1974
|
+
{ type: core.Injector, },
|
|
1975
|
+
]; };
|
|
1976
|
+
exports.AppBarComponent = __decorate$13([
|
|
1977
|
+
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
1978
|
+
__metadata$13("design:paramtypes", [core.ElementRef,
|
|
1979
|
+
core.Renderer2,
|
|
1980
|
+
core.ViewContainerRef,
|
|
1981
|
+
core.Injector])
|
|
1982
|
+
], exports.AppBarComponent);
|
|
1983
|
+
/**
|
|
1984
|
+
* NgModule definition for the AppBar component.
|
|
1985
|
+
*/
|
|
1986
|
+
var AppBarModule = /** @class */ (function () {
|
|
1987
|
+
function AppBarModule() {
|
|
1988
|
+
}
|
|
1989
|
+
return AppBarModule;
|
|
1990
|
+
}());
|
|
1991
|
+
AppBarModule.decorators = [
|
|
1992
|
+
{ type: core.NgModule, args: [{
|
|
1993
|
+
imports: [common.CommonModule],
|
|
1994
|
+
declarations: [
|
|
1995
|
+
exports.AppBarComponent
|
|
1996
|
+
],
|
|
1997
|
+
exports: [
|
|
1998
|
+
exports.AppBarComponent
|
|
1999
|
+
]
|
|
2000
|
+
},] },
|
|
2001
|
+
];
|
|
2002
|
+
/**
|
|
2003
|
+
* @nocollapse
|
|
2004
|
+
*/
|
|
2005
|
+
AppBarModule.ctorParameters = function () { return []; };
|
|
2006
|
+
/**
|
|
2007
|
+
* NgModule definition for the AppBar component with providers.
|
|
2008
|
+
*/
|
|
2009
|
+
var AppBarAllModule = /** @class */ (function () {
|
|
2010
|
+
function AppBarAllModule() {
|
|
2011
|
+
}
|
|
2012
|
+
return AppBarAllModule;
|
|
2013
|
+
}());
|
|
2014
|
+
AppBarAllModule.decorators = [
|
|
2015
|
+
{ type: core.NgModule, args: [{
|
|
2016
|
+
imports: [common.CommonModule, AppBarModule],
|
|
2017
|
+
exports: [
|
|
2018
|
+
AppBarModule
|
|
2019
|
+
],
|
|
2020
|
+
providers: []
|
|
2021
|
+
},] },
|
|
2022
|
+
];
|
|
2023
|
+
/**
|
|
2024
|
+
* @nocollapse
|
|
2025
|
+
*/
|
|
2026
|
+
AppBarAllModule.ctorParameters = function () { return []; };
|
|
1886
2027
|
|
|
1887
2028
|
exports.AccordionItemDirective = AccordionItemDirective;
|
|
1888
2029
|
exports.AccordionItemsDirective = AccordionItemsDirective;
|
|
@@ -1914,8 +2055,12 @@ exports.MenuItemDirective = MenuItemDirective;
|
|
|
1914
2055
|
exports.MenuItemsDirective = MenuItemsDirective;
|
|
1915
2056
|
exports.MenuModule = MenuModule;
|
|
1916
2057
|
exports.MenuAllModule = MenuAllModule;
|
|
2058
|
+
exports.AppBarModule = AppBarModule;
|
|
2059
|
+
exports.AppBarAllModule = AppBarAllModule;
|
|
1917
2060
|
exports.ɵa = inputs;
|
|
1918
2061
|
exports.ɵb = outputs$1;
|
|
2062
|
+
exports.ɵs = inputs$9;
|
|
2063
|
+
exports.ɵt = outputs$15;
|
|
1919
2064
|
exports.ɵg = inputs$3;
|
|
1920
2065
|
exports.ɵh = outputs$6;
|
|
1921
2066
|
exports.ɵi = inputs$4;
|
|
@@ -1960,6 +2105,7 @@ exports.BreadcrumbItem = ej2Navigations.BreadcrumbItem;
|
|
|
1960
2105
|
exports.Breadcrumb = ej2Navigations.Breadcrumb;
|
|
1961
2106
|
exports.CarouselItem = ej2Navigations.CarouselItem;
|
|
1962
2107
|
exports.Carousel = ej2Navigations.Carousel;
|
|
2108
|
+
exports.AppBar = ej2Navigations.AppBar;
|
|
1963
2109
|
|
|
1964
2110
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1965
2111
|
|