@syncfusion/ej2-angular-navigations 19.2.59 → 19.3.44
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 +295 -69
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +280 -69
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +33 -0
- package/README.md +15 -0
- package/dist/ej2-angular-navigations.umd.js +307 -73
- 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 +5 -4
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +11 -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/accordion/accordion.component.d.ts +6 -1
- package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
- package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
- package/src/breadcrumb/items.directive.d.ts +41 -0
- package/src/context-menu/contextmenu.component.d.ts +7 -0
- package/src/index.d.ts +4 -0
- package/src/menu/menu.component.d.ts +7 -0
- package/src/sidebar/sidebar.component.d.ts +5 -0
- package/src/tab/tab.component.d.ts +11 -0
- package/src/toolbar/items.directive.d.ts +1 -0
- package/src/toolbar/toolbar.component.d.ts +4 -0
- package/src/treeview/treeview.component.d.ts +22 -0
- package/styles/accordion/bootstrap5-dark.css +428 -0
- package/styles/accordion/bootstrap5-dark.scss +1 -0
- package/styles/accordion/bootstrap5.css +428 -0
- package/styles/accordion/bootstrap5.scss +1 -0
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +2 -2
- package/styles/accordion/tailwind-dark.css +1 -1
- package/styles/bootstrap-dark.css +352 -60
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +349 -57
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +351 -60
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +9922 -0
- package/styles/bootstrap5-dark.scss +10 -0
- package/styles/bootstrap5.css +9922 -0
- package/styles/bootstrap5.scss +10 -0
- package/styles/breadcrumb/bootstrap-dark.css +279 -0
- package/styles/breadcrumb/bootstrap-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap.css +279 -0
- package/styles/breadcrumb/bootstrap.scss +1 -0
- package/styles/breadcrumb/bootstrap4.css +279 -0
- package/styles/breadcrumb/bootstrap4.scss +1 -0
- package/styles/breadcrumb/bootstrap5-dark.css +297 -0
- package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap5.css +297 -0
- package/styles/breadcrumb/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fabric-dark.css +277 -0
- package/styles/breadcrumb/fabric-dark.scss +1 -0
- package/styles/breadcrumb/fabric.css +277 -0
- package/styles/breadcrumb/fabric.scss +1 -0
- package/styles/breadcrumb/highcontrast-light.css +285 -0
- package/styles/breadcrumb/highcontrast-light.scss +1 -0
- package/styles/breadcrumb/highcontrast.css +285 -0
- package/styles/breadcrumb/highcontrast.scss +1 -0
- package/styles/breadcrumb/material-dark.css +259 -0
- package/styles/breadcrumb/material-dark.scss +1 -0
- package/styles/breadcrumb/material.css +259 -0
- package/styles/breadcrumb/material.scss +1 -0
- package/styles/breadcrumb/tailwind-dark.css +280 -0
- package/styles/breadcrumb/tailwind-dark.scss +1 -0
- package/styles/breadcrumb/tailwind.css +280 -0
- package/styles/breadcrumb/tailwind.scss +1 -0
- package/styles/context-menu/bootstrap5-dark.css +382 -0
- package/styles/context-menu/bootstrap5-dark.scss +1 -0
- package/styles/context-menu/bootstrap5.css +382 -0
- package/styles/context-menu/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +352 -78
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +346 -72
- package/styles/fabric.scss +1 -0
- package/styles/h-scroll/bootstrap5-dark.css +328 -0
- package/styles/h-scroll/bootstrap5-dark.scss +1 -0
- package/styles/h-scroll/bootstrap5.css +328 -0
- package/styles/h-scroll/bootstrap5.scss +1 -0
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/highcontrast-light.css +354 -73
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +356 -75
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +360 -105
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +324 -69
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +36 -36
- package/styles/menu/bootstrap.css +36 -36
- package/styles/menu/bootstrap4.css +34 -34
- package/styles/menu/bootstrap5-dark.css +1251 -0
- package/styles/menu/bootstrap5-dark.scss +1 -0
- package/styles/menu/bootstrap5.css +1251 -0
- package/styles/menu/bootstrap5.scss +1 -0
- package/styles/menu/fabric-dark.css +36 -36
- package/styles/menu/fabric.css +36 -36
- package/styles/menu/highcontrast-light.css +36 -36
- package/styles/menu/highcontrast.css +36 -36
- package/styles/menu/material-dark.css +36 -36
- package/styles/menu/material.css +36 -36
- package/styles/menu/tailwind-dark.css +36 -36
- package/styles/menu/tailwind.css +36 -36
- package/styles/sidebar/bootstrap5-dark.css +155 -0
- package/styles/sidebar/bootstrap5-dark.scss +1 -0
- package/styles/sidebar/bootstrap5.css +155 -0
- package/styles/sidebar/bootstrap5.scss +1 -0
- package/styles/sidebar/highcontrast.css +1 -1
- package/styles/tab/bootstrap-dark.css +15 -14
- package/styles/tab/bootstrap.css +12 -11
- package/styles/tab/bootstrap4.css +15 -14
- package/styles/tab/bootstrap5-dark.css +4442 -0
- package/styles/tab/bootstrap5-dark.scss +1 -0
- package/styles/tab/bootstrap5.css +4442 -0
- package/styles/tab/bootstrap5.scss +1 -0
- package/styles/tab/fabric-dark.css +16 -15
- package/styles/tab/fabric.css +14 -13
- package/styles/tab/highcontrast-light.css +14 -13
- package/styles/tab/highcontrast.css +14 -13
- package/styles/tab/material-dark.css +36 -35
- package/styles/tab/material.css +11 -10
- package/styles/tab/tailwind-dark.css +27 -39
- package/styles/tab/tailwind.css +22 -34
- package/styles/tailwind-dark.css +379 -111
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +364 -96
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +13 -10
- package/styles/toolbar/bootstrap.css +13 -10
- package/styles/toolbar/bootstrap4.css +14 -12
- package/styles/toolbar/bootstrap5-dark.css +1409 -0
- package/styles/toolbar/bootstrap5-dark.scss +1 -0
- package/styles/toolbar/bootstrap5.css +1409 -0
- package/styles/toolbar/bootstrap5.scss +1 -0
- package/styles/toolbar/fabric-dark.css +13 -26
- package/styles/toolbar/fabric.css +10 -23
- package/styles/toolbar/highcontrast-light.css +10 -23
- package/styles/toolbar/highcontrast.css +10 -23
- package/styles/toolbar/material-dark.css +11 -24
- package/styles/toolbar/material.css +10 -23
- package/styles/toolbar/tailwind-dark.css +20 -29
- package/styles/toolbar/tailwind.css +16 -25
- package/styles/treeview/bootstrap-dark.css +8 -0
- package/styles/treeview/bootstrap.css +8 -0
- package/styles/treeview/bootstrap4.css +8 -0
- package/styles/treeview/bootstrap5-dark.css +974 -0
- package/styles/treeview/bootstrap5-dark.scss +1 -0
- package/styles/treeview/bootstrap5.css +974 -0
- package/styles/treeview/bootstrap5.scss +1 -0
- package/styles/treeview/fabric-dark.css +8 -0
- package/styles/treeview/fabric.css +8 -0
- package/styles/treeview/highcontrast-light.css +8 -0
- package/styles/treeview/highcontrast.css +8 -0
- package/styles/treeview/material-dark.css +15 -7
- package/styles/treeview/material.css +8 -0
- package/styles/treeview/tailwind-dark.css +10 -2
- package/styles/treeview/tailwind.css +9 -1
- package/styles/v-scroll/bootstrap5-dark.css +247 -0
- package/styles/v-scroll/bootstrap5-dark.scss +1 -0
- package/styles/v-scroll/bootstrap5.css +247 -0
- package/styles/v-scroll/bootstrap5.scss +1 -0
- package/styles/v-scroll/material-dark.css +1 -1
- package/styles/v-scroll/tailwind-dark.css +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Accordion, ContextMenu, Menu, Sidebar, Tab, Toolbar, TreeView } from '@syncfusion/ej2-navigations';
|
|
3
|
+
import { Accordion, Breadcrumb, ContextMenu, Menu, Sidebar, Tab, Toolbar, TreeView } from '@syncfusion/ej2-navigations';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
5
|
|
|
6
6
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -581,6 +581,67 @@ ContextMenuAllModule.decorators = [
|
|
|
581
581
|
*/
|
|
582
582
|
ContextMenuAllModule.ctorParameters = () => [];
|
|
583
583
|
|
|
584
|
+
let input$2 = ['iconCss', 'text', 'url'];
|
|
585
|
+
let outputs$5 = [];
|
|
586
|
+
/**
|
|
587
|
+
* `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
|
|
588
|
+
* It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
|
|
589
|
+
* ```html
|
|
590
|
+
* <ejs-breadcrumb>
|
|
591
|
+
* <e-breadcrumb-items>
|
|
592
|
+
* <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
|
|
593
|
+
* <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
|
|
594
|
+
* </e-breadcrumb-items>
|
|
595
|
+
* </ejs-breadcrumb>
|
|
596
|
+
* ```
|
|
597
|
+
*/
|
|
598
|
+
class BreadcrumbItemDirective extends ComplexBase {
|
|
599
|
+
/**
|
|
600
|
+
* @param {?} viewContainerRef
|
|
601
|
+
*/
|
|
602
|
+
constructor(viewContainerRef) {
|
|
603
|
+
super();
|
|
604
|
+
this.viewContainerRef = viewContainerRef;
|
|
605
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
606
|
+
this.registerEvents(outputs$5);
|
|
607
|
+
this.directivePropList = input$2;
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
BreadcrumbItemDirective.decorators = [
|
|
611
|
+
{ type: Directive, args: [{
|
|
612
|
+
selector: 'ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item',
|
|
613
|
+
inputs: input$2,
|
|
614
|
+
outputs: outputs$5,
|
|
615
|
+
queries: {}
|
|
616
|
+
},] },
|
|
617
|
+
];
|
|
618
|
+
/**
|
|
619
|
+
* @nocollapse
|
|
620
|
+
*/
|
|
621
|
+
BreadcrumbItemDirective.ctorParameters = () => [
|
|
622
|
+
{ type: ViewContainerRef, },
|
|
623
|
+
];
|
|
624
|
+
/**
|
|
625
|
+
* BreadcrumbItem Array Directive
|
|
626
|
+
*/
|
|
627
|
+
class BreadcrumbItemsDirective extends ArrayBase {
|
|
628
|
+
constructor() {
|
|
629
|
+
super('items');
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
BreadcrumbItemsDirective.decorators = [
|
|
633
|
+
{ type: Directive, args: [{
|
|
634
|
+
selector: 'ejs-breadcrumb>e-breadcrumb-items',
|
|
635
|
+
queries: {
|
|
636
|
+
children: new ContentChildren(BreadcrumbItemDirective)
|
|
637
|
+
},
|
|
638
|
+
},] },
|
|
639
|
+
];
|
|
640
|
+
/**
|
|
641
|
+
* @nocollapse
|
|
642
|
+
*/
|
|
643
|
+
BreadcrumbItemsDirective.ctorParameters = () => [];
|
|
644
|
+
|
|
584
645
|
var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
585
646
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
586
647
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -590,8 +651,158 @@ var __decorate$5 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
590
651
|
var __metadata$5 = (this && this.__metadata) || function (k, v) {
|
|
591
652
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
592
653
|
};
|
|
593
|
-
|
|
594
|
-
|
|
654
|
+
const inputs$3 = ['activeItem', 'cssClass', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url', 'width'];
|
|
655
|
+
const outputs$6 = ['beforeItemRender', 'created', 'itemClick', 'activeItemChange'];
|
|
656
|
+
const twoWays$3 = ['activeItem'];
|
|
657
|
+
/**
|
|
658
|
+
* Represents the EJ2 Angular Breadcrumb Component.
|
|
659
|
+
* ```html
|
|
660
|
+
* <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>
|
|
661
|
+
* ```
|
|
662
|
+
*/
|
|
663
|
+
let BreadcrumbComponent = class BreadcrumbComponent extends Breadcrumb {
|
|
664
|
+
/**
|
|
665
|
+
* @param {?} ngEle
|
|
666
|
+
* @param {?} srenderer
|
|
667
|
+
* @param {?} viewContainerRef
|
|
668
|
+
* @param {?} injector
|
|
669
|
+
*/
|
|
670
|
+
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
671
|
+
super();
|
|
672
|
+
this.ngEle = ngEle;
|
|
673
|
+
this.srenderer = srenderer;
|
|
674
|
+
this.viewContainerRef = viewContainerRef;
|
|
675
|
+
this.injector = injector;
|
|
676
|
+
this.tags = ['items'];
|
|
677
|
+
this.element = this.ngEle.nativeElement;
|
|
678
|
+
this.injectedModules = this.injectedModules || [];
|
|
679
|
+
this.registerEvents(outputs$6);
|
|
680
|
+
this.addTwoWay.call(this, twoWays$3);
|
|
681
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
682
|
+
this.context = new ComponentBase();
|
|
683
|
+
}
|
|
684
|
+
/**
|
|
685
|
+
* @return {?}
|
|
686
|
+
*/
|
|
687
|
+
ngOnInit() {
|
|
688
|
+
this.context.ngOnInit(this);
|
|
689
|
+
}
|
|
690
|
+
/**
|
|
691
|
+
* @return {?}
|
|
692
|
+
*/
|
|
693
|
+
ngAfterViewInit() {
|
|
694
|
+
this.context.ngAfterViewInit(this);
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* @return {?}
|
|
698
|
+
*/
|
|
699
|
+
ngOnDestroy() {
|
|
700
|
+
this.context.ngOnDestroy(this);
|
|
701
|
+
}
|
|
702
|
+
/**
|
|
703
|
+
* @return {?}
|
|
704
|
+
*/
|
|
705
|
+
ngAfterContentChecked() {
|
|
706
|
+
this.tagObjects[0].instance = this.childItems;
|
|
707
|
+
this.context.ngAfterContentChecked(this);
|
|
708
|
+
}
|
|
709
|
+
};
|
|
710
|
+
BreadcrumbComponent.decorators = [
|
|
711
|
+
{ type: Component, args: [{
|
|
712
|
+
selector: 'ejs-breadcrumb',
|
|
713
|
+
inputs: inputs$3,
|
|
714
|
+
outputs: outputs$6,
|
|
715
|
+
template: '',
|
|
716
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
717
|
+
queries: {
|
|
718
|
+
childItems: new ContentChild(BreadcrumbItemsDirective)
|
|
719
|
+
}
|
|
720
|
+
},] },
|
|
721
|
+
];
|
|
722
|
+
/**
|
|
723
|
+
* @nocollapse
|
|
724
|
+
*/
|
|
725
|
+
BreadcrumbComponent.ctorParameters = () => [
|
|
726
|
+
{ type: ElementRef, },
|
|
727
|
+
{ type: Renderer2, },
|
|
728
|
+
{ type: ViewContainerRef, },
|
|
729
|
+
{ type: Injector, },
|
|
730
|
+
];
|
|
731
|
+
BreadcrumbComponent.propDecorators = {
|
|
732
|
+
'separatorTemplate': [{ type: ContentChild, args: ['separatorTemplate',] },],
|
|
733
|
+
'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },],
|
|
734
|
+
};
|
|
735
|
+
__decorate$5([
|
|
736
|
+
Template(),
|
|
737
|
+
__metadata$5("design:type", Object)
|
|
738
|
+
], BreadcrumbComponent.prototype, "separatorTemplate", void 0);
|
|
739
|
+
__decorate$5([
|
|
740
|
+
Template(),
|
|
741
|
+
__metadata$5("design:type", Object)
|
|
742
|
+
], BreadcrumbComponent.prototype, "itemTemplate", void 0);
|
|
743
|
+
BreadcrumbComponent = __decorate$5([
|
|
744
|
+
ComponentMixins([ComponentBase]),
|
|
745
|
+
__metadata$5("design:paramtypes", [ElementRef,
|
|
746
|
+
Renderer2,
|
|
747
|
+
ViewContainerRef,
|
|
748
|
+
Injector])
|
|
749
|
+
], BreadcrumbComponent);
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* NgModule definition for the Breadcrumb component.
|
|
753
|
+
*/
|
|
754
|
+
class BreadcrumbModule {
|
|
755
|
+
}
|
|
756
|
+
BreadcrumbModule.decorators = [
|
|
757
|
+
{ type: NgModule, args: [{
|
|
758
|
+
imports: [CommonModule],
|
|
759
|
+
declarations: [
|
|
760
|
+
BreadcrumbComponent,
|
|
761
|
+
BreadcrumbItemDirective,
|
|
762
|
+
BreadcrumbItemsDirective
|
|
763
|
+
],
|
|
764
|
+
exports: [
|
|
765
|
+
BreadcrumbComponent,
|
|
766
|
+
BreadcrumbItemDirective,
|
|
767
|
+
BreadcrumbItemsDirective
|
|
768
|
+
]
|
|
769
|
+
},] },
|
|
770
|
+
];
|
|
771
|
+
/**
|
|
772
|
+
* @nocollapse
|
|
773
|
+
*/
|
|
774
|
+
BreadcrumbModule.ctorParameters = () => [];
|
|
775
|
+
|
|
776
|
+
/**
|
|
777
|
+
* NgModule definition for the Breadcrumb component with providers.
|
|
778
|
+
*/
|
|
779
|
+
class BreadcrumbAllModule {
|
|
780
|
+
}
|
|
781
|
+
BreadcrumbAllModule.decorators = [
|
|
782
|
+
{ type: NgModule, args: [{
|
|
783
|
+
imports: [CommonModule, BreadcrumbModule],
|
|
784
|
+
exports: [
|
|
785
|
+
BreadcrumbModule
|
|
786
|
+
],
|
|
787
|
+
providers: []
|
|
788
|
+
},] },
|
|
789
|
+
];
|
|
790
|
+
/**
|
|
791
|
+
* @nocollapse
|
|
792
|
+
*/
|
|
793
|
+
BreadcrumbAllModule.ctorParameters = () => [];
|
|
794
|
+
|
|
795
|
+
var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
796
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
797
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
798
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
799
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
800
|
+
};
|
|
801
|
+
var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
802
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
803
|
+
};
|
|
804
|
+
let input$3 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'visible'];
|
|
805
|
+
let outputs$7 = [];
|
|
595
806
|
/**
|
|
596
807
|
* 'e-tabitem' directive represent a item of the Angular Tab.
|
|
597
808
|
* It must be contained in a Tab component(`ejs-tab`).
|
|
@@ -612,15 +823,15 @@ class TabItemDirective extends ComplexBase {
|
|
|
612
823
|
super();
|
|
613
824
|
this.viewContainerRef = viewContainerRef;
|
|
614
825
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
615
|
-
this.registerEvents(outputs$
|
|
616
|
-
this.directivePropList = input$
|
|
826
|
+
this.registerEvents(outputs$7);
|
|
827
|
+
this.directivePropList = input$3;
|
|
617
828
|
}
|
|
618
829
|
}
|
|
619
830
|
TabItemDirective.decorators = [
|
|
620
831
|
{ type: Directive, args: [{
|
|
621
832
|
selector: 'e-tabitems>e-tabitem',
|
|
622
|
-
inputs: input$
|
|
623
|
-
outputs: outputs$
|
|
833
|
+
inputs: input$3,
|
|
834
|
+
outputs: outputs$7,
|
|
624
835
|
queries: {}
|
|
625
836
|
},] },
|
|
626
837
|
];
|
|
@@ -635,17 +846,17 @@ TabItemDirective.propDecorators = {
|
|
|
635
846
|
'header_text': [{ type: ContentChild, args: ['headerText',] },],
|
|
636
847
|
'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
|
|
637
848
|
};
|
|
638
|
-
__decorate$
|
|
849
|
+
__decorate$6([
|
|
639
850
|
Template(),
|
|
640
|
-
__metadata$
|
|
851
|
+
__metadata$6("design:type", Object)
|
|
641
852
|
], TabItemDirective.prototype, "content", void 0);
|
|
642
|
-
__decorate$
|
|
853
|
+
__decorate$6([
|
|
643
854
|
Template(),
|
|
644
|
-
__metadata$
|
|
855
|
+
__metadata$6("design:type", Object)
|
|
645
856
|
], TabItemDirective.prototype, "header_text", void 0);
|
|
646
|
-
__decorate$
|
|
857
|
+
__decorate$6([
|
|
647
858
|
Template(),
|
|
648
|
-
__metadata$
|
|
859
|
+
__metadata$6("design:type", Object)
|
|
649
860
|
], TabItemDirective.prototype, "headerTemplate", void 0);
|
|
650
861
|
/**
|
|
651
862
|
* TabItem Array Directive
|
|
@@ -668,18 +879,18 @@ TabItemsDirective.decorators = [
|
|
|
668
879
|
*/
|
|
669
880
|
TabItemsDirective.ctorParameters = () => [];
|
|
670
881
|
|
|
671
|
-
var __decorate$
|
|
882
|
+
var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
672
883
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
673
884
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
674
885
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
675
886
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
676
887
|
};
|
|
677
|
-
var __metadata$
|
|
888
|
+
var __metadata$7 = (this && this.__metadata) || function (k, v) {
|
|
678
889
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
679
890
|
};
|
|
680
|
-
const inputs$
|
|
681
|
-
const outputs$
|
|
682
|
-
const twoWays$
|
|
891
|
+
const inputs$4 = ['allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
|
|
892
|
+
const outputs$8 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
|
|
893
|
+
const twoWays$4 = [''];
|
|
683
894
|
/**
|
|
684
895
|
* Represents the Angular Tab Component.
|
|
685
896
|
* ```html
|
|
@@ -702,8 +913,8 @@ let TabComponent = class TabComponent extends Tab {
|
|
|
702
913
|
this.tags = ['items'];
|
|
703
914
|
this.element = this.ngEle.nativeElement;
|
|
704
915
|
this.injectedModules = this.injectedModules || [];
|
|
705
|
-
this.registerEvents(outputs$
|
|
706
|
-
this.addTwoWay.call(this, twoWays$
|
|
916
|
+
this.registerEvents(outputs$8);
|
|
917
|
+
this.addTwoWay.call(this, twoWays$4);
|
|
707
918
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
708
919
|
this.containerContext = new ComponentBase();
|
|
709
920
|
}
|
|
@@ -736,8 +947,8 @@ let TabComponent = class TabComponent extends Tab {
|
|
|
736
947
|
TabComponent.decorators = [
|
|
737
948
|
{ type: Component, args: [{
|
|
738
949
|
selector: 'ejs-tab',
|
|
739
|
-
inputs: inputs$
|
|
740
|
-
outputs: outputs$
|
|
950
|
+
inputs: inputs$4,
|
|
951
|
+
outputs: outputs$8,
|
|
741
952
|
template: `<ng-content select='div'></ng-content>`,
|
|
742
953
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
743
954
|
queries: {
|
|
@@ -754,9 +965,9 @@ TabComponent.ctorParameters = () => [
|
|
|
754
965
|
{ type: ViewContainerRef, },
|
|
755
966
|
{ type: Injector, },
|
|
756
967
|
];
|
|
757
|
-
TabComponent = __decorate$
|
|
968
|
+
TabComponent = __decorate$7([
|
|
758
969
|
ComponentMixins([ComponentBase]),
|
|
759
|
-
__metadata$
|
|
970
|
+
__metadata$7("design:paramtypes", [ElementRef,
|
|
760
971
|
Renderer2,
|
|
761
972
|
ViewContainerRef,
|
|
762
973
|
Injector])
|
|
@@ -806,18 +1017,18 @@ TabAllModule.decorators = [
|
|
|
806
1017
|
*/
|
|
807
1018
|
TabAllModule.ctorParameters = () => [];
|
|
808
1019
|
|
|
809
|
-
var __decorate$
|
|
1020
|
+
var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
810
1021
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
811
1022
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
812
1023
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
813
1024
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
814
1025
|
};
|
|
815
|
-
var __metadata$
|
|
1026
|
+
var __metadata$8 = (this && this.__metadata) || function (k, v) {
|
|
816
1027
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
817
1028
|
};
|
|
818
|
-
const inputs$
|
|
819
|
-
const outputs$
|
|
820
|
-
const twoWays$
|
|
1029
|
+
const inputs$5 = ['allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder'];
|
|
1030
|
+
const outputs$9 = ['actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
|
|
1031
|
+
const twoWays$5 = [''];
|
|
821
1032
|
/**
|
|
822
1033
|
* TreeView component is used to represent the hierarchical data in tree like structure with advanced functions to perform edit, drag and drop, selection with check-box and more.
|
|
823
1034
|
* ```html
|
|
@@ -839,8 +1050,8 @@ let TreeViewComponent = class TreeViewComponent extends TreeView {
|
|
|
839
1050
|
this.injector = injector;
|
|
840
1051
|
this.element = this.ngEle.nativeElement;
|
|
841
1052
|
this.injectedModules = this.injectedModules || [];
|
|
842
|
-
this.registerEvents(outputs$
|
|
843
|
-
this.addTwoWay.call(this, twoWays$
|
|
1053
|
+
this.registerEvents(outputs$9);
|
|
1054
|
+
this.addTwoWay.call(this, twoWays$5);
|
|
844
1055
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
845
1056
|
this.context = new ComponentBase();
|
|
846
1057
|
}
|
|
@@ -872,8 +1083,8 @@ let TreeViewComponent = class TreeViewComponent extends TreeView {
|
|
|
872
1083
|
TreeViewComponent.decorators = [
|
|
873
1084
|
{ type: Component, args: [{
|
|
874
1085
|
selector: 'ejs-treeview',
|
|
875
|
-
inputs: inputs$
|
|
876
|
-
outputs: outputs$
|
|
1086
|
+
inputs: inputs$5,
|
|
1087
|
+
outputs: outputs$9,
|
|
877
1088
|
template: '',
|
|
878
1089
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
879
1090
|
queries: {}
|
|
@@ -891,13 +1102,13 @@ TreeViewComponent.ctorParameters = () => [
|
|
|
891
1102
|
TreeViewComponent.propDecorators = {
|
|
892
1103
|
'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
|
|
893
1104
|
};
|
|
894
|
-
__decorate$
|
|
1105
|
+
__decorate$8([
|
|
895
1106
|
Template(),
|
|
896
|
-
__metadata$
|
|
1107
|
+
__metadata$8("design:type", Object)
|
|
897
1108
|
], TreeViewComponent.prototype, "nodeTemplate", void 0);
|
|
898
|
-
TreeViewComponent = __decorate$
|
|
1109
|
+
TreeViewComponent = __decorate$8([
|
|
899
1110
|
ComponentMixins([ComponentBase]),
|
|
900
|
-
__metadata$
|
|
1111
|
+
__metadata$8("design:paramtypes", [ElementRef,
|
|
901
1112
|
Renderer2,
|
|
902
1113
|
ViewContainerRef,
|
|
903
1114
|
Injector])
|
|
@@ -943,18 +1154,18 @@ TreeViewAllModule.decorators = [
|
|
|
943
1154
|
*/
|
|
944
1155
|
TreeViewAllModule.ctorParameters = () => [];
|
|
945
1156
|
|
|
946
|
-
var __decorate$
|
|
1157
|
+
var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
947
1158
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
948
1159
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
949
1160
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
950
1161
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
951
1162
|
};
|
|
952
|
-
var __metadata$
|
|
1163
|
+
var __metadata$9 = (this && this.__metadata) || function (k, v) {
|
|
953
1164
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
954
1165
|
};
|
|
955
|
-
const inputs$
|
|
956
|
-
const outputs$
|
|
957
|
-
const twoWays$
|
|
1166
|
+
const inputs$6 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
|
|
1167
|
+
const outputs$10 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
|
|
1168
|
+
const twoWays$6 = ['isOpen'];
|
|
958
1169
|
/**
|
|
959
1170
|
* Represents the Essential JS 2 Angular Sidebar Component.
|
|
960
1171
|
* ```html
|
|
@@ -976,8 +1187,8 @@ let SidebarComponent = class SidebarComponent extends Sidebar {
|
|
|
976
1187
|
this.injector = injector;
|
|
977
1188
|
this.element = this.ngEle.nativeElement;
|
|
978
1189
|
this.injectedModules = this.injectedModules || [];
|
|
979
|
-
this.registerEvents(outputs$
|
|
980
|
-
this.addTwoWay.call(this, twoWays$
|
|
1190
|
+
this.registerEvents(outputs$10);
|
|
1191
|
+
this.addTwoWay.call(this, twoWays$6);
|
|
981
1192
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
982
1193
|
this.containerContext = new ComponentBase();
|
|
983
1194
|
}
|
|
@@ -1009,8 +1220,8 @@ let SidebarComponent = class SidebarComponent extends Sidebar {
|
|
|
1009
1220
|
SidebarComponent.decorators = [
|
|
1010
1221
|
{ type: Component, args: [{
|
|
1011
1222
|
selector: 'ejs-sidebar',
|
|
1012
|
-
inputs: inputs$
|
|
1013
|
-
outputs: outputs$
|
|
1223
|
+
inputs: inputs$6,
|
|
1224
|
+
outputs: outputs$10,
|
|
1014
1225
|
template: `<ng-content ></ng-content>`,
|
|
1015
1226
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1016
1227
|
queries: {}
|
|
@@ -1025,9 +1236,9 @@ SidebarComponent.ctorParameters = () => [
|
|
|
1025
1236
|
{ type: ViewContainerRef, },
|
|
1026
1237
|
{ type: Injector, },
|
|
1027
1238
|
];
|
|
1028
|
-
SidebarComponent = __decorate$
|
|
1239
|
+
SidebarComponent = __decorate$9([
|
|
1029
1240
|
ComponentMixins([ComponentBase]),
|
|
1030
|
-
__metadata$
|
|
1241
|
+
__metadata$9("design:paramtypes", [ElementRef,
|
|
1031
1242
|
Renderer2,
|
|
1032
1243
|
ViewContainerRef,
|
|
1033
1244
|
Injector])
|
|
@@ -1073,8 +1284,8 @@ SidebarAllModule.decorators = [
|
|
|
1073
1284
|
*/
|
|
1074
1285
|
SidebarAllModule.ctorParameters = () => [];
|
|
1075
1286
|
|
|
1076
|
-
let input$
|
|
1077
|
-
let outputs$
|
|
1287
|
+
let input$4 = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
|
|
1288
|
+
let outputs$11 = [];
|
|
1078
1289
|
class MenuItemDirective extends ComplexBase {
|
|
1079
1290
|
/**
|
|
1080
1291
|
* @param {?} viewContainerRef
|
|
@@ -1083,15 +1294,15 @@ class MenuItemDirective extends ComplexBase {
|
|
|
1083
1294
|
super();
|
|
1084
1295
|
this.viewContainerRef = viewContainerRef;
|
|
1085
1296
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1086
|
-
this.registerEvents(outputs$
|
|
1087
|
-
this.directivePropList = input$
|
|
1297
|
+
this.registerEvents(outputs$11);
|
|
1298
|
+
this.directivePropList = input$4;
|
|
1088
1299
|
}
|
|
1089
1300
|
}
|
|
1090
1301
|
MenuItemDirective.decorators = [
|
|
1091
1302
|
{ type: Directive, args: [{
|
|
1092
1303
|
selector: 'ejs-menu>e-menu-items>e-menu-item>',
|
|
1093
|
-
inputs: input$
|
|
1094
|
-
outputs: outputs$
|
|
1304
|
+
inputs: input$4,
|
|
1305
|
+
outputs: outputs$11,
|
|
1095
1306
|
queries: {}
|
|
1096
1307
|
},] },
|
|
1097
1308
|
];
|
|
@@ -1122,18 +1333,18 @@ MenuItemsDirective.decorators = [
|
|
|
1122
1333
|
*/
|
|
1123
1334
|
MenuItemsDirective.ctorParameters = () => [];
|
|
1124
1335
|
|
|
1125
|
-
var __decorate$
|
|
1336
|
+
var __decorate$10 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1126
1337
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1127
1338
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1128
1339
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1129
1340
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1130
1341
|
};
|
|
1131
|
-
var __metadata$
|
|
1342
|
+
var __metadata$10 = (this && this.__metadata) || function (k, v) {
|
|
1132
1343
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1133
1344
|
};
|
|
1134
|
-
const inputs$
|
|
1135
|
-
const outputs$
|
|
1136
|
-
const twoWays$
|
|
1345
|
+
const inputs$7 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
|
|
1346
|
+
const outputs$12 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
|
|
1347
|
+
const twoWays$7 = [''];
|
|
1137
1348
|
/**
|
|
1138
1349
|
* Represents the EJ2 Angular Menu Component.
|
|
1139
1350
|
* ```html
|
|
@@ -1156,8 +1367,8 @@ let MenuComponent = class MenuComponent extends Menu {
|
|
|
1156
1367
|
this.tags = ['items'];
|
|
1157
1368
|
this.element = this.ngEle.nativeElement;
|
|
1158
1369
|
this.injectedModules = this.injectedModules || [];
|
|
1159
|
-
this.registerEvents(outputs$
|
|
1160
|
-
this.addTwoWay.call(this, twoWays$
|
|
1370
|
+
this.registerEvents(outputs$12);
|
|
1371
|
+
this.addTwoWay.call(this, twoWays$7);
|
|
1161
1372
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1162
1373
|
this.context = new ComponentBase();
|
|
1163
1374
|
}
|
|
@@ -1190,8 +1401,8 @@ let MenuComponent = class MenuComponent extends Menu {
|
|
|
1190
1401
|
MenuComponent.decorators = [
|
|
1191
1402
|
{ type: Component, args: [{
|
|
1192
1403
|
selector: 'ejs-menu',
|
|
1193
|
-
inputs: inputs$
|
|
1194
|
-
outputs: outputs$
|
|
1404
|
+
inputs: inputs$7,
|
|
1405
|
+
outputs: outputs$12,
|
|
1195
1406
|
template: '',
|
|
1196
1407
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1197
1408
|
queries: {
|
|
@@ -1211,13 +1422,13 @@ MenuComponent.ctorParameters = () => [
|
|
|
1211
1422
|
MenuComponent.propDecorators = {
|
|
1212
1423
|
'template': [{ type: ContentChild, args: ['template',] },],
|
|
1213
1424
|
};
|
|
1214
|
-
__decorate$
|
|
1425
|
+
__decorate$10([
|
|
1215
1426
|
Template(),
|
|
1216
|
-
__metadata$
|
|
1427
|
+
__metadata$10("design:type", Object)
|
|
1217
1428
|
], MenuComponent.prototype, "template", void 0);
|
|
1218
|
-
MenuComponent = __decorate$
|
|
1429
|
+
MenuComponent = __decorate$10([
|
|
1219
1430
|
ComponentMixins([ComponentBase]),
|
|
1220
|
-
__metadata$
|
|
1431
|
+
__metadata$10("design:paramtypes", [ElementRef,
|
|
1221
1432
|
Renderer2,
|
|
1222
1433
|
ViewContainerRef,
|
|
1223
1434
|
Injector])
|
|
@@ -1271,6 +1482,6 @@ MenuAllModule.ctorParameters = () => [];
|
|
|
1271
1482
|
* Generated bundle index. Do not edit.
|
|
1272
1483
|
*/
|
|
1273
1484
|
|
|
1274
|
-
export { AccordionItemDirective, AccordionItemsDirective, AccordionComponent, AccordionModule, AccordionAllModule, ItemDirective, ItemsDirective, ToolbarComponent, ToolbarModule, ToolbarAllModule, ContextMenuComponent, ContextMenuModule, ContextMenuAllModule, TabItemDirective, TabItemsDirective, TabComponent, TabModule, TabAllModule, TreeViewComponent, TreeViewModule, TreeViewAllModule, SidebarComponent, SidebarModule, SidebarAllModule, MenuItemDirective, MenuItemsDirective, MenuComponent, MenuModule, MenuAllModule, inputs as ɵa, outputs$1 as ɵb, inputs$2 as ɵe, outputs$4 as ɵf, inputs$
|
|
1275
|
-
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 } from '@syncfusion/ej2-navigations';
|
|
1485
|
+
export { AccordionItemDirective, AccordionItemsDirective, AccordionComponent, AccordionModule, AccordionAllModule, ItemDirective, ItemsDirective, ToolbarComponent, ToolbarModule, ToolbarAllModule, ContextMenuComponent, ContextMenuModule, ContextMenuAllModule, BreadcrumbItemDirective, BreadcrumbItemsDirective, BreadcrumbComponent, BreadcrumbModule, BreadcrumbAllModule, 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$2 as ɵe, outputs$4 as ɵf, inputs$7 as ɵo, outputs$12 as ɵp, inputs$6 as ɵm, outputs$10 as ɵn, inputs$4 as ɵi, outputs$8 as ɵj, inputs$1 as ɵc, outputs$3 as ɵd, inputs$5 as ɵk, outputs$9 as ɵl };
|
|
1486
|
+
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 } from '@syncfusion/ej2-navigations';
|
|
1276
1487
|
//# sourceMappingURL=ej2-angular-navigations.js.map
|