@syncfusion/ej2-angular-navigations 19.2.60 → 19.3.45
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 +41 -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 +24 -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 +355 -62
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +352 -59
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +354 -62
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +9926 -0
- package/styles/bootstrap5-dark.scss +10 -0
- package/styles/bootstrap5.css +9926 -0
- package/styles/bootstrap5.scss +10 -0
- package/styles/breadcrumb/bootstrap-dark.css +280 -0
- package/styles/breadcrumb/bootstrap-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap.css +280 -0
- package/styles/breadcrumb/bootstrap.scss +1 -0
- package/styles/breadcrumb/bootstrap4.css +280 -0
- package/styles/breadcrumb/bootstrap4.scss +1 -0
- package/styles/breadcrumb/bootstrap5-dark.css +301 -0
- package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap5.css +301 -0
- package/styles/breadcrumb/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fabric-dark.css +281 -0
- package/styles/breadcrumb/fabric-dark.scss +1 -0
- package/styles/breadcrumb/fabric.css +281 -0
- package/styles/breadcrumb/fabric.scss +1 -0
- package/styles/breadcrumb/highcontrast-light.css +289 -0
- package/styles/breadcrumb/highcontrast-light.scss +1 -0
- package/styles/breadcrumb/highcontrast.css +289 -0
- package/styles/breadcrumb/highcontrast.scss +1 -0
- package/styles/breadcrumb/material-dark.css +263 -0
- package/styles/breadcrumb/material-dark.scss +1 -0
- package/styles/breadcrumb/material.css +263 -0
- package/styles/breadcrumb/material.scss +1 -0
- package/styles/breadcrumb/tailwind-dark.css +284 -0
- package/styles/breadcrumb/tailwind-dark.scss +1 -0
- package/styles/breadcrumb/tailwind.css +284 -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 +356 -78
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +350 -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 +358 -73
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +360 -75
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +364 -105
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +328 -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 +17 -16
- package/styles/tab/bootstrap.css +14 -13
- package/styles/tab/bootstrap4.css +17 -16
- 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 +383 -111
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +368 -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
|
@@ -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, ContextMenu, Menu, Sidebar, Tab, Toolbar, TreeView } from '@syncfusion/ej2-navigations';
|
|
13
|
+
import { Accordion, Breadcrumb, 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;
|
|
@@ -641,6 +641,71 @@ ContextMenuAllModule.decorators = [
|
|
|
641
641
|
* @nocollapse
|
|
642
642
|
*/
|
|
643
643
|
ContextMenuAllModule.ctorParameters = function () { return []; };
|
|
644
|
+
var input$2 = ['iconCss', 'text', 'url'];
|
|
645
|
+
var outputs$5 = [];
|
|
646
|
+
/**
|
|
647
|
+
* `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
|
|
648
|
+
* It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
|
|
649
|
+
* ```html
|
|
650
|
+
* <ejs-breadcrumb>
|
|
651
|
+
* <e-breadcrumb-items>
|
|
652
|
+
* <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
|
|
653
|
+
* <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
|
|
654
|
+
* </e-breadcrumb-items>
|
|
655
|
+
* </ejs-breadcrumb>
|
|
656
|
+
* ```
|
|
657
|
+
*/
|
|
658
|
+
var BreadcrumbItemDirective = /** @class */ (function (_super) {
|
|
659
|
+
__extends(BreadcrumbItemDirective, _super);
|
|
660
|
+
/**
|
|
661
|
+
* @param {?} viewContainerRef
|
|
662
|
+
*/
|
|
663
|
+
function BreadcrumbItemDirective(viewContainerRef) {
|
|
664
|
+
var _this = _super.call(this) || this;
|
|
665
|
+
_this.viewContainerRef = viewContainerRef;
|
|
666
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
667
|
+
_this.registerEvents(outputs$5);
|
|
668
|
+
_this.directivePropList = input$2;
|
|
669
|
+
return _this;
|
|
670
|
+
}
|
|
671
|
+
return BreadcrumbItemDirective;
|
|
672
|
+
}(ComplexBase));
|
|
673
|
+
BreadcrumbItemDirective.decorators = [
|
|
674
|
+
{ type: Directive, args: [{
|
|
675
|
+
selector: 'ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item',
|
|
676
|
+
inputs: input$2,
|
|
677
|
+
outputs: outputs$5,
|
|
678
|
+
queries: {}
|
|
679
|
+
},] },
|
|
680
|
+
];
|
|
681
|
+
/**
|
|
682
|
+
* @nocollapse
|
|
683
|
+
*/
|
|
684
|
+
BreadcrumbItemDirective.ctorParameters = function () { return [
|
|
685
|
+
{ type: ViewContainerRef, },
|
|
686
|
+
]; };
|
|
687
|
+
/**
|
|
688
|
+
* BreadcrumbItem Array Directive
|
|
689
|
+
*/
|
|
690
|
+
var BreadcrumbItemsDirective = /** @class */ (function (_super) {
|
|
691
|
+
__extends(BreadcrumbItemsDirective, _super);
|
|
692
|
+
function BreadcrumbItemsDirective() {
|
|
693
|
+
return _super.call(this, 'items') || this;
|
|
694
|
+
}
|
|
695
|
+
return BreadcrumbItemsDirective;
|
|
696
|
+
}(ArrayBase));
|
|
697
|
+
BreadcrumbItemsDirective.decorators = [
|
|
698
|
+
{ type: Directive, args: [{
|
|
699
|
+
selector: 'ejs-breadcrumb>e-breadcrumb-items',
|
|
700
|
+
queries: {
|
|
701
|
+
children: new ContentChildren(BreadcrumbItemDirective)
|
|
702
|
+
},
|
|
703
|
+
},] },
|
|
704
|
+
];
|
|
705
|
+
/**
|
|
706
|
+
* @nocollapse
|
|
707
|
+
*/
|
|
708
|
+
BreadcrumbItemsDirective.ctorParameters = function () { return []; };
|
|
644
709
|
var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
645
710
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
646
711
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
@@ -655,8 +720,169 @@ var __metadata$5 = (this && this.__metadata) || function (k, v) {
|
|
|
655
720
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
656
721
|
return Reflect.metadata(k, v);
|
|
657
722
|
};
|
|
658
|
-
var
|
|
659
|
-
var outputs$
|
|
723
|
+
var inputs$3 = ['activeItem', 'cssClass', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url', 'width'];
|
|
724
|
+
var outputs$6 = ['beforeItemRender', 'created', 'itemClick', 'activeItemChange'];
|
|
725
|
+
var twoWays$3 = ['activeItem'];
|
|
726
|
+
/**
|
|
727
|
+
* Represents the EJ2 Angular Breadcrumb Component.
|
|
728
|
+
* ```html
|
|
729
|
+
* <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>
|
|
730
|
+
* ```
|
|
731
|
+
*/
|
|
732
|
+
var BreadcrumbComponent = /** @class */ (function (_super) {
|
|
733
|
+
__extends(BreadcrumbComponent, _super);
|
|
734
|
+
/**
|
|
735
|
+
* @param {?} ngEle
|
|
736
|
+
* @param {?} srenderer
|
|
737
|
+
* @param {?} viewContainerRef
|
|
738
|
+
* @param {?} injector
|
|
739
|
+
*/
|
|
740
|
+
function BreadcrumbComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
741
|
+
var _this = _super.call(this) || this;
|
|
742
|
+
_this.ngEle = ngEle;
|
|
743
|
+
_this.srenderer = srenderer;
|
|
744
|
+
_this.viewContainerRef = viewContainerRef;
|
|
745
|
+
_this.injector = injector;
|
|
746
|
+
_this.tags = ['items'];
|
|
747
|
+
_this.element = _this.ngEle.nativeElement;
|
|
748
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
749
|
+
_this.registerEvents(outputs$6);
|
|
750
|
+
_this.addTwoWay.call(_this, twoWays$3);
|
|
751
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
752
|
+
_this.context = new ComponentBase();
|
|
753
|
+
return _this;
|
|
754
|
+
}
|
|
755
|
+
/**
|
|
756
|
+
* @return {?}
|
|
757
|
+
*/
|
|
758
|
+
BreadcrumbComponent.prototype.ngOnInit = function () {
|
|
759
|
+
this.context.ngOnInit(this);
|
|
760
|
+
};
|
|
761
|
+
/**
|
|
762
|
+
* @return {?}
|
|
763
|
+
*/
|
|
764
|
+
BreadcrumbComponent.prototype.ngAfterViewInit = function () {
|
|
765
|
+
this.context.ngAfterViewInit(this);
|
|
766
|
+
};
|
|
767
|
+
/**
|
|
768
|
+
* @return {?}
|
|
769
|
+
*/
|
|
770
|
+
BreadcrumbComponent.prototype.ngOnDestroy = function () {
|
|
771
|
+
this.context.ngOnDestroy(this);
|
|
772
|
+
};
|
|
773
|
+
/**
|
|
774
|
+
* @return {?}
|
|
775
|
+
*/
|
|
776
|
+
BreadcrumbComponent.prototype.ngAfterContentChecked = function () {
|
|
777
|
+
this.tagObjects[0].instance = this.childItems;
|
|
778
|
+
this.context.ngAfterContentChecked(this);
|
|
779
|
+
};
|
|
780
|
+
return BreadcrumbComponent;
|
|
781
|
+
}(Breadcrumb));
|
|
782
|
+
BreadcrumbComponent.decorators = [
|
|
783
|
+
{ type: Component, args: [{
|
|
784
|
+
selector: 'ejs-breadcrumb',
|
|
785
|
+
inputs: inputs$3,
|
|
786
|
+
outputs: outputs$6,
|
|
787
|
+
template: '',
|
|
788
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
789
|
+
queries: {
|
|
790
|
+
childItems: new ContentChild(BreadcrumbItemsDirective)
|
|
791
|
+
}
|
|
792
|
+
},] },
|
|
793
|
+
];
|
|
794
|
+
/**
|
|
795
|
+
* @nocollapse
|
|
796
|
+
*/
|
|
797
|
+
BreadcrumbComponent.ctorParameters = function () { return [
|
|
798
|
+
{ type: ElementRef, },
|
|
799
|
+
{ type: Renderer2, },
|
|
800
|
+
{ type: ViewContainerRef, },
|
|
801
|
+
{ type: Injector, },
|
|
802
|
+
]; };
|
|
803
|
+
BreadcrumbComponent.propDecorators = {
|
|
804
|
+
'separatorTemplate': [{ type: ContentChild, args: ['separatorTemplate',] },],
|
|
805
|
+
'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },],
|
|
806
|
+
};
|
|
807
|
+
__decorate$5([
|
|
808
|
+
Template(),
|
|
809
|
+
__metadata$5("design:type", Object)
|
|
810
|
+
], BreadcrumbComponent.prototype, "separatorTemplate", void 0);
|
|
811
|
+
__decorate$5([
|
|
812
|
+
Template(),
|
|
813
|
+
__metadata$5("design:type", Object)
|
|
814
|
+
], BreadcrumbComponent.prototype, "itemTemplate", void 0);
|
|
815
|
+
BreadcrumbComponent = __decorate$5([
|
|
816
|
+
ComponentMixins([ComponentBase]),
|
|
817
|
+
__metadata$5("design:paramtypes", [ElementRef,
|
|
818
|
+
Renderer2,
|
|
819
|
+
ViewContainerRef,
|
|
820
|
+
Injector])
|
|
821
|
+
], BreadcrumbComponent);
|
|
822
|
+
/**
|
|
823
|
+
* NgModule definition for the Breadcrumb component.
|
|
824
|
+
*/
|
|
825
|
+
var BreadcrumbModule = /** @class */ (function () {
|
|
826
|
+
function BreadcrumbModule() {
|
|
827
|
+
}
|
|
828
|
+
return BreadcrumbModule;
|
|
829
|
+
}());
|
|
830
|
+
BreadcrumbModule.decorators = [
|
|
831
|
+
{ type: NgModule, args: [{
|
|
832
|
+
imports: [CommonModule],
|
|
833
|
+
declarations: [
|
|
834
|
+
BreadcrumbComponent,
|
|
835
|
+
BreadcrumbItemDirective,
|
|
836
|
+
BreadcrumbItemsDirective
|
|
837
|
+
],
|
|
838
|
+
exports: [
|
|
839
|
+
BreadcrumbComponent,
|
|
840
|
+
BreadcrumbItemDirective,
|
|
841
|
+
BreadcrumbItemsDirective
|
|
842
|
+
]
|
|
843
|
+
},] },
|
|
844
|
+
];
|
|
845
|
+
/**
|
|
846
|
+
* @nocollapse
|
|
847
|
+
*/
|
|
848
|
+
BreadcrumbModule.ctorParameters = function () { return []; };
|
|
849
|
+
/**
|
|
850
|
+
* NgModule definition for the Breadcrumb component with providers.
|
|
851
|
+
*/
|
|
852
|
+
var BreadcrumbAllModule = /** @class */ (function () {
|
|
853
|
+
function BreadcrumbAllModule() {
|
|
854
|
+
}
|
|
855
|
+
return BreadcrumbAllModule;
|
|
856
|
+
}());
|
|
857
|
+
BreadcrumbAllModule.decorators = [
|
|
858
|
+
{ type: NgModule, args: [{
|
|
859
|
+
imports: [CommonModule, BreadcrumbModule],
|
|
860
|
+
exports: [
|
|
861
|
+
BreadcrumbModule
|
|
862
|
+
],
|
|
863
|
+
providers: []
|
|
864
|
+
},] },
|
|
865
|
+
];
|
|
866
|
+
/**
|
|
867
|
+
* @nocollapse
|
|
868
|
+
*/
|
|
869
|
+
BreadcrumbAllModule.ctorParameters = function () { return []; };
|
|
870
|
+
var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
871
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
872
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
873
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
874
|
+
else
|
|
875
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
876
|
+
if (d = decorators[i])
|
|
877
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
878
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
879
|
+
};
|
|
880
|
+
var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
881
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
882
|
+
return Reflect.metadata(k, v);
|
|
883
|
+
};
|
|
884
|
+
var input$3 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'visible'];
|
|
885
|
+
var outputs$7 = [];
|
|
660
886
|
/**
|
|
661
887
|
* 'e-tabitem' directive represent a item of the Angular Tab.
|
|
662
888
|
* It must be contained in a Tab component(`ejs-tab`).
|
|
@@ -678,8 +904,8 @@ var TabItemDirective = /** @class */ (function (_super) {
|
|
|
678
904
|
var _this = _super.call(this) || this;
|
|
679
905
|
_this.viewContainerRef = viewContainerRef;
|
|
680
906
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
681
|
-
_this.registerEvents(outputs$
|
|
682
|
-
_this.directivePropList = input$
|
|
907
|
+
_this.registerEvents(outputs$7);
|
|
908
|
+
_this.directivePropList = input$3;
|
|
683
909
|
return _this;
|
|
684
910
|
}
|
|
685
911
|
return TabItemDirective;
|
|
@@ -687,8 +913,8 @@ var TabItemDirective = /** @class */ (function (_super) {
|
|
|
687
913
|
TabItemDirective.decorators = [
|
|
688
914
|
{ type: Directive, args: [{
|
|
689
915
|
selector: 'e-tabitems>e-tabitem',
|
|
690
|
-
inputs: input$
|
|
691
|
-
outputs: outputs$
|
|
916
|
+
inputs: input$3,
|
|
917
|
+
outputs: outputs$7,
|
|
692
918
|
queries: {}
|
|
693
919
|
},] },
|
|
694
920
|
];
|
|
@@ -703,17 +929,17 @@ TabItemDirective.propDecorators = {
|
|
|
703
929
|
'header_text': [{ type: ContentChild, args: ['headerText',] },],
|
|
704
930
|
'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
|
|
705
931
|
};
|
|
706
|
-
__decorate$
|
|
932
|
+
__decorate$6([
|
|
707
933
|
Template(),
|
|
708
|
-
__metadata$
|
|
934
|
+
__metadata$6("design:type", Object)
|
|
709
935
|
], TabItemDirective.prototype, "content", void 0);
|
|
710
|
-
__decorate$
|
|
936
|
+
__decorate$6([
|
|
711
937
|
Template(),
|
|
712
|
-
__metadata$
|
|
938
|
+
__metadata$6("design:type", Object)
|
|
713
939
|
], TabItemDirective.prototype, "header_text", void 0);
|
|
714
|
-
__decorate$
|
|
940
|
+
__decorate$6([
|
|
715
941
|
Template(),
|
|
716
|
-
__metadata$
|
|
942
|
+
__metadata$6("design:type", Object)
|
|
717
943
|
], TabItemDirective.prototype, "headerTemplate", void 0);
|
|
718
944
|
/**
|
|
719
945
|
* TabItem Array Directive
|
|
@@ -737,7 +963,7 @@ TabItemsDirective.decorators = [
|
|
|
737
963
|
* @nocollapse
|
|
738
964
|
*/
|
|
739
965
|
TabItemsDirective.ctorParameters = function () { return []; };
|
|
740
|
-
var __decorate$
|
|
966
|
+
var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
741
967
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
742
968
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
743
969
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -747,13 +973,13 @@ var __decorate$6 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
747
973
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
748
974
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
749
975
|
};
|
|
750
|
-
var __metadata$
|
|
976
|
+
var __metadata$7 = (this && this.__metadata) || function (k, v) {
|
|
751
977
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
752
978
|
return Reflect.metadata(k, v);
|
|
753
979
|
};
|
|
754
|
-
var inputs$
|
|
755
|
-
var outputs$
|
|
756
|
-
var twoWays$
|
|
980
|
+
var inputs$4 = ['allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
|
|
981
|
+
var outputs$8 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
|
|
982
|
+
var twoWays$4 = [''];
|
|
757
983
|
/**
|
|
758
984
|
* Represents the Angular Tab Component.
|
|
759
985
|
* ```html
|
|
@@ -777,8 +1003,8 @@ var TabComponent = /** @class */ (function (_super) {
|
|
|
777
1003
|
_this.tags = ['items'];
|
|
778
1004
|
_this.element = _this.ngEle.nativeElement;
|
|
779
1005
|
_this.injectedModules = _this.injectedModules || [];
|
|
780
|
-
_this.registerEvents(outputs$
|
|
781
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1006
|
+
_this.registerEvents(outputs$8);
|
|
1007
|
+
_this.addTwoWay.call(_this, twoWays$4);
|
|
782
1008
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
783
1009
|
_this.containerContext = new ComponentBase();
|
|
784
1010
|
return _this;
|
|
@@ -813,8 +1039,8 @@ var TabComponent = /** @class */ (function (_super) {
|
|
|
813
1039
|
TabComponent.decorators = [
|
|
814
1040
|
{ type: Component, args: [{
|
|
815
1041
|
selector: 'ejs-tab',
|
|
816
|
-
inputs: inputs$
|
|
817
|
-
outputs: outputs$
|
|
1042
|
+
inputs: inputs$4,
|
|
1043
|
+
outputs: outputs$8,
|
|
818
1044
|
template: "<ng-content select='div'></ng-content>",
|
|
819
1045
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
820
1046
|
queries: {
|
|
@@ -831,9 +1057,9 @@ TabComponent.ctorParameters = function () { return [
|
|
|
831
1057
|
{ type: ViewContainerRef, },
|
|
832
1058
|
{ type: Injector, },
|
|
833
1059
|
]; };
|
|
834
|
-
TabComponent = __decorate$
|
|
1060
|
+
TabComponent = __decorate$7([
|
|
835
1061
|
ComponentMixins([ComponentBase]),
|
|
836
|
-
__metadata$
|
|
1062
|
+
__metadata$7("design:paramtypes", [ElementRef,
|
|
837
1063
|
Renderer2,
|
|
838
1064
|
ViewContainerRef,
|
|
839
1065
|
Injector])
|
|
@@ -886,7 +1112,7 @@ TabAllModule.decorators = [
|
|
|
886
1112
|
* @nocollapse
|
|
887
1113
|
*/
|
|
888
1114
|
TabAllModule.ctorParameters = function () { return []; };
|
|
889
|
-
var __decorate$
|
|
1115
|
+
var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
890
1116
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
891
1117
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
892
1118
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -896,13 +1122,13 @@ var __decorate$7 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
896
1122
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
897
1123
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
898
1124
|
};
|
|
899
|
-
var __metadata$
|
|
1125
|
+
var __metadata$8 = (this && this.__metadata) || function (k, v) {
|
|
900
1126
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
901
1127
|
return Reflect.metadata(k, v);
|
|
902
1128
|
};
|
|
903
|
-
var inputs$
|
|
904
|
-
var outputs$
|
|
905
|
-
var twoWays$
|
|
1129
|
+
var 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'];
|
|
1130
|
+
var outputs$9 = ['actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
|
|
1131
|
+
var twoWays$5 = [''];
|
|
906
1132
|
/**
|
|
907
1133
|
* 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.
|
|
908
1134
|
* ```html
|
|
@@ -925,8 +1151,8 @@ var TreeViewComponent = /** @class */ (function (_super) {
|
|
|
925
1151
|
_this.injector = injector;
|
|
926
1152
|
_this.element = _this.ngEle.nativeElement;
|
|
927
1153
|
_this.injectedModules = _this.injectedModules || [];
|
|
928
|
-
_this.registerEvents(outputs$
|
|
929
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1154
|
+
_this.registerEvents(outputs$9);
|
|
1155
|
+
_this.addTwoWay.call(_this, twoWays$5);
|
|
930
1156
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
931
1157
|
_this.context = new ComponentBase();
|
|
932
1158
|
return _this;
|
|
@@ -960,8 +1186,8 @@ var TreeViewComponent = /** @class */ (function (_super) {
|
|
|
960
1186
|
TreeViewComponent.decorators = [
|
|
961
1187
|
{ type: Component, args: [{
|
|
962
1188
|
selector: 'ejs-treeview',
|
|
963
|
-
inputs: inputs$
|
|
964
|
-
outputs: outputs$
|
|
1189
|
+
inputs: inputs$5,
|
|
1190
|
+
outputs: outputs$9,
|
|
965
1191
|
template: '',
|
|
966
1192
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
967
1193
|
queries: {}
|
|
@@ -979,13 +1205,13 @@ TreeViewComponent.ctorParameters = function () { return [
|
|
|
979
1205
|
TreeViewComponent.propDecorators = {
|
|
980
1206
|
'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
|
|
981
1207
|
};
|
|
982
|
-
__decorate$
|
|
1208
|
+
__decorate$8([
|
|
983
1209
|
Template(),
|
|
984
|
-
__metadata$
|
|
1210
|
+
__metadata$8("design:type", Object)
|
|
985
1211
|
], TreeViewComponent.prototype, "nodeTemplate", void 0);
|
|
986
|
-
TreeViewComponent = __decorate$
|
|
1212
|
+
TreeViewComponent = __decorate$8([
|
|
987
1213
|
ComponentMixins([ComponentBase]),
|
|
988
|
-
__metadata$
|
|
1214
|
+
__metadata$8("design:paramtypes", [ElementRef,
|
|
989
1215
|
Renderer2,
|
|
990
1216
|
ViewContainerRef,
|
|
991
1217
|
Injector])
|
|
@@ -1034,7 +1260,7 @@ TreeViewAllModule.decorators = [
|
|
|
1034
1260
|
* @nocollapse
|
|
1035
1261
|
*/
|
|
1036
1262
|
TreeViewAllModule.ctorParameters = function () { return []; };
|
|
1037
|
-
var __decorate$
|
|
1263
|
+
var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1038
1264
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1039
1265
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1040
1266
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1044,13 +1270,13 @@ var __decorate$8 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1044
1270
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1045
1271
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1046
1272
|
};
|
|
1047
|
-
var __metadata$
|
|
1273
|
+
var __metadata$9 = (this && this.__metadata) || function (k, v) {
|
|
1048
1274
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1049
1275
|
return Reflect.metadata(k, v);
|
|
1050
1276
|
};
|
|
1051
|
-
var inputs$
|
|
1052
|
-
var outputs$
|
|
1053
|
-
var twoWays$
|
|
1277
|
+
var inputs$6 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
|
|
1278
|
+
var outputs$10 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
|
|
1279
|
+
var twoWays$6 = ['isOpen'];
|
|
1054
1280
|
/**
|
|
1055
1281
|
* Represents the Essential JS 2 Angular Sidebar Component.
|
|
1056
1282
|
* ```html
|
|
@@ -1073,8 +1299,8 @@ var SidebarComponent = /** @class */ (function (_super) {
|
|
|
1073
1299
|
_this.injector = injector;
|
|
1074
1300
|
_this.element = _this.ngEle.nativeElement;
|
|
1075
1301
|
_this.injectedModules = _this.injectedModules || [];
|
|
1076
|
-
_this.registerEvents(outputs$
|
|
1077
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1302
|
+
_this.registerEvents(outputs$10);
|
|
1303
|
+
_this.addTwoWay.call(_this, twoWays$6);
|
|
1078
1304
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1079
1305
|
_this.containerContext = new ComponentBase();
|
|
1080
1306
|
return _this;
|
|
@@ -1108,8 +1334,8 @@ var SidebarComponent = /** @class */ (function (_super) {
|
|
|
1108
1334
|
SidebarComponent.decorators = [
|
|
1109
1335
|
{ type: Component, args: [{
|
|
1110
1336
|
selector: 'ejs-sidebar',
|
|
1111
|
-
inputs: inputs$
|
|
1112
|
-
outputs: outputs$
|
|
1337
|
+
inputs: inputs$6,
|
|
1338
|
+
outputs: outputs$10,
|
|
1113
1339
|
template: "<ng-content ></ng-content>",
|
|
1114
1340
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1115
1341
|
queries: {}
|
|
@@ -1124,9 +1350,9 @@ SidebarComponent.ctorParameters = function () { return [
|
|
|
1124
1350
|
{ type: ViewContainerRef, },
|
|
1125
1351
|
{ type: Injector, },
|
|
1126
1352
|
]; };
|
|
1127
|
-
SidebarComponent = __decorate$
|
|
1353
|
+
SidebarComponent = __decorate$9([
|
|
1128
1354
|
ComponentMixins([ComponentBase]),
|
|
1129
|
-
__metadata$
|
|
1355
|
+
__metadata$9("design:paramtypes", [ElementRef,
|
|
1130
1356
|
Renderer2,
|
|
1131
1357
|
ViewContainerRef,
|
|
1132
1358
|
Injector])
|
|
@@ -1175,8 +1401,8 @@ SidebarAllModule.decorators = [
|
|
|
1175
1401
|
* @nocollapse
|
|
1176
1402
|
*/
|
|
1177
1403
|
SidebarAllModule.ctorParameters = function () { return []; };
|
|
1178
|
-
var input$
|
|
1179
|
-
var outputs$
|
|
1404
|
+
var input$4 = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
|
|
1405
|
+
var outputs$11 = [];
|
|
1180
1406
|
var MenuItemDirective = /** @class */ (function (_super) {
|
|
1181
1407
|
__extends(MenuItemDirective, _super);
|
|
1182
1408
|
/**
|
|
@@ -1186,8 +1412,8 @@ var MenuItemDirective = /** @class */ (function (_super) {
|
|
|
1186
1412
|
var _this = _super.call(this) || this;
|
|
1187
1413
|
_this.viewContainerRef = viewContainerRef;
|
|
1188
1414
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1189
|
-
_this.registerEvents(outputs$
|
|
1190
|
-
_this.directivePropList = input$
|
|
1415
|
+
_this.registerEvents(outputs$11);
|
|
1416
|
+
_this.directivePropList = input$4;
|
|
1191
1417
|
return _this;
|
|
1192
1418
|
}
|
|
1193
1419
|
return MenuItemDirective;
|
|
@@ -1195,8 +1421,8 @@ var MenuItemDirective = /** @class */ (function (_super) {
|
|
|
1195
1421
|
MenuItemDirective.decorators = [
|
|
1196
1422
|
{ type: Directive, args: [{
|
|
1197
1423
|
selector: 'ejs-menu>e-menu-items>e-menu-item>',
|
|
1198
|
-
inputs: input$
|
|
1199
|
-
outputs: outputs$
|
|
1424
|
+
inputs: input$4,
|
|
1425
|
+
outputs: outputs$11,
|
|
1200
1426
|
queries: {}
|
|
1201
1427
|
},] },
|
|
1202
1428
|
];
|
|
@@ -1228,7 +1454,7 @@ MenuItemsDirective.decorators = [
|
|
|
1228
1454
|
* @nocollapse
|
|
1229
1455
|
*/
|
|
1230
1456
|
MenuItemsDirective.ctorParameters = function () { return []; };
|
|
1231
|
-
var __decorate$
|
|
1457
|
+
var __decorate$10 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1232
1458
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1233
1459
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1234
1460
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1238,13 +1464,13 @@ var __decorate$9 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1238
1464
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1239
1465
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1240
1466
|
};
|
|
1241
|
-
var __metadata$
|
|
1467
|
+
var __metadata$10 = (this && this.__metadata) || function (k, v) {
|
|
1242
1468
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1243
1469
|
return Reflect.metadata(k, v);
|
|
1244
1470
|
};
|
|
1245
|
-
var inputs$
|
|
1246
|
-
var outputs$
|
|
1247
|
-
var twoWays$
|
|
1471
|
+
var inputs$7 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
|
|
1472
|
+
var outputs$12 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
|
|
1473
|
+
var twoWays$7 = [''];
|
|
1248
1474
|
/**
|
|
1249
1475
|
* Represents the EJ2 Angular Menu Component.
|
|
1250
1476
|
* ```html
|
|
@@ -1268,8 +1494,8 @@ var MenuComponent = /** @class */ (function (_super) {
|
|
|
1268
1494
|
_this.tags = ['items'];
|
|
1269
1495
|
_this.element = _this.ngEle.nativeElement;
|
|
1270
1496
|
_this.injectedModules = _this.injectedModules || [];
|
|
1271
|
-
_this.registerEvents(outputs$
|
|
1272
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1497
|
+
_this.registerEvents(outputs$12);
|
|
1498
|
+
_this.addTwoWay.call(_this, twoWays$7);
|
|
1273
1499
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1274
1500
|
_this.context = new ComponentBase();
|
|
1275
1501
|
return _this;
|
|
@@ -1304,8 +1530,8 @@ var MenuComponent = /** @class */ (function (_super) {
|
|
|
1304
1530
|
MenuComponent.decorators = [
|
|
1305
1531
|
{ type: Component, args: [{
|
|
1306
1532
|
selector: 'ejs-menu',
|
|
1307
|
-
inputs: inputs$
|
|
1308
|
-
outputs: outputs$
|
|
1533
|
+
inputs: inputs$7,
|
|
1534
|
+
outputs: outputs$12,
|
|
1309
1535
|
template: '',
|
|
1310
1536
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1311
1537
|
queries: {
|
|
@@ -1325,13 +1551,13 @@ MenuComponent.ctorParameters = function () { return [
|
|
|
1325
1551
|
MenuComponent.propDecorators = {
|
|
1326
1552
|
'template': [{ type: ContentChild, args: ['template',] },],
|
|
1327
1553
|
};
|
|
1328
|
-
__decorate$
|
|
1554
|
+
__decorate$10([
|
|
1329
1555
|
Template(),
|
|
1330
|
-
__metadata$
|
|
1556
|
+
__metadata$10("design:type", Object)
|
|
1331
1557
|
], MenuComponent.prototype, "template", void 0);
|
|
1332
|
-
MenuComponent = __decorate$
|
|
1558
|
+
MenuComponent = __decorate$10([
|
|
1333
1559
|
ComponentMixins([ComponentBase]),
|
|
1334
|
-
__metadata$
|
|
1560
|
+
__metadata$10("design:paramtypes", [ElementRef,
|
|
1335
1561
|
Renderer2,
|
|
1336
1562
|
ViewContainerRef,
|
|
1337
1563
|
Injector])
|
|
@@ -1387,6 +1613,6 @@ MenuAllModule.ctorParameters = function () { return []; };
|
|
|
1387
1613
|
/**
|
|
1388
1614
|
* Generated bundle index. Do not edit.
|
|
1389
1615
|
*/
|
|
1390
|
-
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$
|
|
1391
|
-
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';
|
|
1616
|
+
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 };
|
|
1617
|
+
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';
|
|
1392
1618
|
//# sourceMappingURL=ej2-angular-navigations.es5.js.map
|