@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
|
@@ -10,7 +10,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
10
10
|
})();
|
|
11
11
|
import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
|
|
12
12
|
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
13
|
-
import { Accordion, Breadcrumb, Carousel, ContextMenu, Menu, Sidebar, Tab, Toolbar, TreeView } from '@syncfusion/ej2-navigations';
|
|
13
|
+
import { Accordion, AppBar, Breadcrumb, Carousel, ContextMenu, Menu, Sidebar, Tab, Toolbar, TreeView } from '@syncfusion/ej2-navigations';
|
|
14
14
|
import { CommonModule } from '@angular/common';
|
|
15
15
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
16
16
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -967,7 +967,7 @@ var __metadata$7 = (this && this.__metadata) || function (k, v) {
|
|
|
967
967
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
968
968
|
return Reflect.metadata(k, v);
|
|
969
969
|
};
|
|
970
|
-
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'];
|
|
970
|
+
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'];
|
|
971
971
|
var outputs$8 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
|
|
972
972
|
var twoWays$4 = ['selectedIndex'];
|
|
973
973
|
/**
|
|
@@ -1872,9 +1872,150 @@ MenuAllModule.decorators = [
|
|
|
1872
1872
|
* @nocollapse
|
|
1873
1873
|
*/
|
|
1874
1874
|
MenuAllModule.ctorParameters = function () { return []; };
|
|
1875
|
+
var __decorate$13 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1876
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1877
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1878
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
1879
|
+
else
|
|
1880
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1881
|
+
if (d = decorators[i])
|
|
1882
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1883
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1884
|
+
};
|
|
1885
|
+
var __metadata$13 = (this && this.__metadata) || function (k, v) {
|
|
1886
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1887
|
+
return Reflect.metadata(k, v);
|
|
1888
|
+
};
|
|
1889
|
+
var inputs$9 = ['colorMode', 'cssClass', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'isSticky', 'locale', 'mode', 'position'];
|
|
1890
|
+
var outputs$15 = ['created', 'destroyed'];
|
|
1891
|
+
var twoWays$9 = [''];
|
|
1892
|
+
/**
|
|
1893
|
+
* Represents the Essential JS 2 Angular AppBar Component.
|
|
1894
|
+
* ```html
|
|
1895
|
+
* <ejs-appbar></ejs-appbar>
|
|
1896
|
+
* ```
|
|
1897
|
+
*/
|
|
1898
|
+
var AppBarComponent = /** @class */ (function (_super) {
|
|
1899
|
+
__extends(AppBarComponent, _super);
|
|
1900
|
+
/**
|
|
1901
|
+
* @param {?} ngEle
|
|
1902
|
+
* @param {?} srenderer
|
|
1903
|
+
* @param {?} viewContainerRef
|
|
1904
|
+
* @param {?} injector
|
|
1905
|
+
*/
|
|
1906
|
+
function AppBarComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
1907
|
+
var _this = _super.call(this) || this;
|
|
1908
|
+
_this.ngEle = ngEle;
|
|
1909
|
+
_this.srenderer = srenderer;
|
|
1910
|
+
_this.viewContainerRef = viewContainerRef;
|
|
1911
|
+
_this.injector = injector;
|
|
1912
|
+
_this.element = _this.ngEle.nativeElement;
|
|
1913
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
1914
|
+
_this.registerEvents(outputs$15);
|
|
1915
|
+
_this.addTwoWay.call(_this, twoWays$9);
|
|
1916
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1917
|
+
_this.containerContext = new ComponentBase();
|
|
1918
|
+
return _this;
|
|
1919
|
+
}
|
|
1920
|
+
/**
|
|
1921
|
+
* @return {?}
|
|
1922
|
+
*/
|
|
1923
|
+
AppBarComponent.prototype.ngOnInit = function () {
|
|
1924
|
+
this.containerContext.ngOnInit(this);
|
|
1925
|
+
};
|
|
1926
|
+
/**
|
|
1927
|
+
* @return {?}
|
|
1928
|
+
*/
|
|
1929
|
+
AppBarComponent.prototype.ngAfterViewInit = function () {
|
|
1930
|
+
this.containerContext.ngAfterViewInit(this);
|
|
1931
|
+
};
|
|
1932
|
+
/**
|
|
1933
|
+
* @return {?}
|
|
1934
|
+
*/
|
|
1935
|
+
AppBarComponent.prototype.ngOnDestroy = function () {
|
|
1936
|
+
this.containerContext.ngOnDestroy(this);
|
|
1937
|
+
};
|
|
1938
|
+
/**
|
|
1939
|
+
* @return {?}
|
|
1940
|
+
*/
|
|
1941
|
+
AppBarComponent.prototype.ngAfterContentChecked = function () {
|
|
1942
|
+
this.containerContext.ngAfterContentChecked(this);
|
|
1943
|
+
};
|
|
1944
|
+
return AppBarComponent;
|
|
1945
|
+
}(AppBar));
|
|
1946
|
+
AppBarComponent.decorators = [
|
|
1947
|
+
{ type: Component, args: [{
|
|
1948
|
+
selector: 'ejs-appbar',
|
|
1949
|
+
inputs: inputs$9,
|
|
1950
|
+
outputs: outputs$15,
|
|
1951
|
+
template: "<ng-content ></ng-content>",
|
|
1952
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1953
|
+
queries: {}
|
|
1954
|
+
},] },
|
|
1955
|
+
];
|
|
1956
|
+
/**
|
|
1957
|
+
* @nocollapse
|
|
1958
|
+
*/
|
|
1959
|
+
AppBarComponent.ctorParameters = function () { return [
|
|
1960
|
+
{ type: ElementRef, },
|
|
1961
|
+
{ type: Renderer2, },
|
|
1962
|
+
{ type: ViewContainerRef, },
|
|
1963
|
+
{ type: Injector, },
|
|
1964
|
+
]; };
|
|
1965
|
+
AppBarComponent = __decorate$13([
|
|
1966
|
+
ComponentMixins([ComponentBase]),
|
|
1967
|
+
__metadata$13("design:paramtypes", [ElementRef,
|
|
1968
|
+
Renderer2,
|
|
1969
|
+
ViewContainerRef,
|
|
1970
|
+
Injector])
|
|
1971
|
+
], AppBarComponent);
|
|
1972
|
+
/**
|
|
1973
|
+
* NgModule definition for the AppBar component.
|
|
1974
|
+
*/
|
|
1975
|
+
var AppBarModule = /** @class */ (function () {
|
|
1976
|
+
function AppBarModule() {
|
|
1977
|
+
}
|
|
1978
|
+
return AppBarModule;
|
|
1979
|
+
}());
|
|
1980
|
+
AppBarModule.decorators = [
|
|
1981
|
+
{ type: NgModule, args: [{
|
|
1982
|
+
imports: [CommonModule],
|
|
1983
|
+
declarations: [
|
|
1984
|
+
AppBarComponent
|
|
1985
|
+
],
|
|
1986
|
+
exports: [
|
|
1987
|
+
AppBarComponent
|
|
1988
|
+
]
|
|
1989
|
+
},] },
|
|
1990
|
+
];
|
|
1991
|
+
/**
|
|
1992
|
+
* @nocollapse
|
|
1993
|
+
*/
|
|
1994
|
+
AppBarModule.ctorParameters = function () { return []; };
|
|
1995
|
+
/**
|
|
1996
|
+
* NgModule definition for the AppBar component with providers.
|
|
1997
|
+
*/
|
|
1998
|
+
var AppBarAllModule = /** @class */ (function () {
|
|
1999
|
+
function AppBarAllModule() {
|
|
2000
|
+
}
|
|
2001
|
+
return AppBarAllModule;
|
|
2002
|
+
}());
|
|
2003
|
+
AppBarAllModule.decorators = [
|
|
2004
|
+
{ type: NgModule, args: [{
|
|
2005
|
+
imports: [CommonModule, AppBarModule],
|
|
2006
|
+
exports: [
|
|
2007
|
+
AppBarModule
|
|
2008
|
+
],
|
|
2009
|
+
providers: []
|
|
2010
|
+
},] },
|
|
2011
|
+
];
|
|
2012
|
+
/**
|
|
2013
|
+
* @nocollapse
|
|
2014
|
+
*/
|
|
2015
|
+
AppBarAllModule.ctorParameters = function () { return []; };
|
|
1875
2016
|
/**
|
|
1876
2017
|
* Generated bundle index. Do not edit.
|
|
1877
2018
|
*/
|
|
1878
|
-
export { AccordionItemDirective, AccordionItemsDirective, AccordionComponent, AccordionModule, AccordionAllModule, ItemDirective, ItemsDirective, ToolbarComponent, ToolbarModule, ToolbarAllModule, ContextMenuComponent, ContextMenuModule, ContextMenuAllModule, BreadcrumbItemDirective, BreadcrumbItemsDirective, BreadcrumbComponent, BreadcrumbModule, BreadcrumbAllModule, CarouselItemDirective, CarouselItemsDirective, CarouselComponent, CarouselModule, CarouselAllModule, TabItemDirective, TabItemsDirective, TabComponent, TabModule, TabAllModule, TreeViewComponent, TreeViewModule, TreeViewAllModule, SidebarComponent, SidebarModule, SidebarAllModule, MenuItemDirective, MenuItemsDirective, MenuComponent, MenuModule, MenuAllModule, inputs as ɵa, outputs$1 as ɵb, inputs$3 as ɵg, outputs$6 as ɵh, inputs$4 as ɵi, outputs$8 as ɵj, inputs$2 as ɵe, outputs$4 as ɵf, inputs$8 as ɵq, outputs$14 as ɵr, inputs$7 as ɵo, outputs$12 as ɵp, inputs$5 as ɵk, outputs$10 as ɵl, inputs$1 as ɵc, outputs$3 as ɵd, inputs$6 as ɵm, outputs$11 as ɵn };
|
|
1879
|
-
export { MenuAnimationSettings, MenuItem, HScroll, VScroll, addScrolling, destroyScroll, Item, Toolbar, AccordionActionSettings, AccordionAnimationSettings, AccordionItem, Accordion, ContextMenu, Menu, TabActionSettings, TabAnimationSettings, Header, TabItem, Tab, FieldsSettings, ActionSettings, NodeAnimationSettings, TreeView, Sidebar, BreadcrumbItem, Breadcrumb, CarouselItem, Carousel } from '@syncfusion/ej2-navigations';
|
|
2019
|
+
export { AccordionItemDirective, AccordionItemsDirective, AccordionComponent, AccordionModule, AccordionAllModule, ItemDirective, ItemsDirective, ToolbarComponent, ToolbarModule, ToolbarAllModule, ContextMenuComponent, ContextMenuModule, ContextMenuAllModule, BreadcrumbItemDirective, BreadcrumbItemsDirective, BreadcrumbComponent, BreadcrumbModule, BreadcrumbAllModule, CarouselItemDirective, CarouselItemsDirective, CarouselComponent, CarouselModule, CarouselAllModule, TabItemDirective, TabItemsDirective, TabComponent, TabModule, TabAllModule, TreeViewComponent, TreeViewModule, TreeViewAllModule, SidebarComponent, SidebarModule, SidebarAllModule, MenuItemDirective, MenuItemsDirective, MenuComponent, MenuModule, MenuAllModule, AppBarComponent, AppBarModule, AppBarAllModule, inputs as ɵa, outputs$1 as ɵb, inputs$9 as ɵs, outputs$15 as ɵt, inputs$3 as ɵg, outputs$6 as ɵh, inputs$4 as ɵi, outputs$8 as ɵj, inputs$2 as ɵe, outputs$4 as ɵf, inputs$8 as ɵq, outputs$14 as ɵr, inputs$7 as ɵo, outputs$12 as ɵp, inputs$5 as ɵk, outputs$10 as ɵl, inputs$1 as ɵc, outputs$3 as ɵd, inputs$6 as ɵm, outputs$11 as ɵn };
|
|
2020
|
+
export { MenuAnimationSettings, MenuItem, HScroll, VScroll, addScrolling, destroyScroll, Item, Toolbar, AccordionActionSettings, AccordionAnimationSettings, AccordionItem, Accordion, ContextMenu, Menu, TabActionSettings, TabAnimationSettings, Header, TabItem, Tab, FieldsSettings, ActionSettings, NodeAnimationSettings, TreeView, Sidebar, BreadcrumbItem, Breadcrumb, CarouselItem, Carousel, AppBar } from '@syncfusion/ej2-navigations';
|
|
1880
2021
|
//# sourceMappingURL=ej2-angular-navigations.es5.js.map
|