@syncfusion/ej2-angular-navigations 19.4.53 → 20.1.47
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 +330 -68
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +310 -68
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +35 -2
- package/README.md +16 -1
- package/dist/ej2-angular-navigations.umd.js +343 -72
- 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 +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/carousel/carousel-all.module.d.ts +5 -0
- package/src/carousel/carousel.component.d.ts +58 -0
- package/src/carousel/carousel.module.d.ts +5 -0
- package/src/carousel/items.directive.d.ts +46 -0
- package/src/index.d.ts +4 -0
- package/styles/accordion/bootstrap-dark.css +48 -63
- package/styles/accordion/bootstrap.css +48 -63
- package/styles/accordion/bootstrap4.css +48 -63
- package/styles/accordion/bootstrap5-dark.css +51 -66
- package/styles/accordion/bootstrap5.css +51 -66
- package/styles/accordion/fabric-dark.css +50 -65
- package/styles/accordion/fabric.css +50 -65
- package/styles/accordion/fluent-dark.css +395 -0
- package/styles/accordion/fluent-dark.scss +1 -0
- package/styles/accordion/fluent.css +395 -0
- package/styles/accordion/fluent.scss +1 -0
- package/styles/accordion/highcontrast-light.css +49 -64
- package/styles/accordion/highcontrast.css +49 -64
- package/styles/accordion/material-dark.css +49 -64
- package/styles/accordion/material.css +49 -64
- package/styles/accordion/tailwind-dark.css +52 -67
- package/styles/accordion/tailwind.css +52 -67
- package/styles/bootstrap-dark.css +310 -69
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +310 -69
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +310 -69
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +415 -171
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +415 -171
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/bootstrap-dark.css +10 -2
- package/styles/breadcrumb/bootstrap.css +10 -2
- package/styles/breadcrumb/bootstrap4.css +10 -2
- package/styles/breadcrumb/bootstrap5-dark.css +12 -4
- package/styles/breadcrumb/bootstrap5.css +12 -4
- package/styles/breadcrumb/fabric-dark.css +10 -4
- package/styles/breadcrumb/fabric.css +10 -4
- package/styles/breadcrumb/fluent-dark.css +444 -0
- package/styles/breadcrumb/fluent-dark.scss +1 -0
- package/styles/breadcrumb/fluent.css +444 -0
- package/styles/breadcrumb/fluent.scss +1 -0
- package/styles/breadcrumb/highcontrast-light.css +10 -4
- package/styles/breadcrumb/highcontrast.css +10 -4
- package/styles/breadcrumb/material-dark.css +10 -2
- package/styles/breadcrumb/material.css +10 -2
- package/styles/breadcrumb/tailwind-dark.css +21 -4
- package/styles/breadcrumb/tailwind.css +27 -10
- package/styles/carousel/bootstrap-dark.css +236 -0
- package/styles/carousel/bootstrap-dark.scss +1 -0
- package/styles/carousel/bootstrap.css +236 -0
- package/styles/carousel/bootstrap.scss +1 -0
- package/styles/carousel/bootstrap4.css +236 -0
- package/styles/carousel/bootstrap4.scss +1 -0
- package/styles/carousel/bootstrap5-dark.css +236 -0
- package/styles/carousel/bootstrap5-dark.scss +1 -0
- package/styles/carousel/bootstrap5.css +236 -0
- package/styles/carousel/bootstrap5.scss +1 -0
- package/styles/carousel/fabric-dark.css +236 -0
- package/styles/carousel/fabric-dark.scss +1 -0
- package/styles/carousel/fabric.css +236 -0
- package/styles/carousel/fabric.scss +1 -0
- package/styles/carousel/fluent-dark.css +236 -0
- package/styles/carousel/fluent-dark.scss +1 -0
- package/styles/carousel/fluent.css +236 -0
- package/styles/carousel/fluent.scss +1 -0
- package/styles/carousel/highcontrast-light.css +236 -0
- package/styles/carousel/highcontrast-light.scss +1 -0
- package/styles/carousel/highcontrast.css +236 -0
- package/styles/carousel/highcontrast.scss +1 -0
- package/styles/carousel/material-dark.css +237 -0
- package/styles/carousel/material-dark.scss +1 -0
- package/styles/carousel/material.css +237 -0
- package/styles/carousel/material.scss +1 -0
- package/styles/carousel/tailwind-dark.css +237 -0
- package/styles/carousel/tailwind-dark.scss +1 -0
- package/styles/carousel/tailwind.css +237 -0
- package/styles/carousel/tailwind.scss +1 -0
- package/styles/context-menu/bootstrap-dark.css +5 -0
- package/styles/context-menu/bootstrap.css +5 -0
- package/styles/context-menu/bootstrap4.css +5 -0
- package/styles/context-menu/bootstrap5-dark.css +16 -8
- package/styles/context-menu/bootstrap5.css +16 -8
- package/styles/context-menu/fabric-dark.css +5 -0
- package/styles/context-menu/fabric.css +5 -0
- package/styles/context-menu/fluent-dark.css +388 -0
- package/styles/context-menu/fluent-dark.scss +1 -0
- package/styles/context-menu/fluent.css +388 -0
- package/styles/context-menu/fluent.scss +1 -0
- package/styles/context-menu/highcontrast-light.css +5 -0
- package/styles/context-menu/highcontrast.css +5 -0
- package/styles/context-menu/material-dark.css +5 -0
- package/styles/context-menu/material.css +5 -0
- package/styles/context-menu/tailwind-dark.css +11 -4
- package/styles/context-menu/tailwind.css +11 -4
- package/styles/fabric-dark.css +312 -73
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +312 -73
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +10263 -0
- package/styles/fluent-dark.scss +11 -0
- package/styles/fluent.css +10263 -0
- package/styles/fluent.scss +11 -0
- package/styles/h-scroll/bootstrap-dark.css +0 -1
- package/styles/h-scroll/bootstrap.css +0 -1
- package/styles/h-scroll/bootstrap4.css +0 -1
- package/styles/h-scroll/bootstrap5-dark.css +10 -11
- package/styles/h-scroll/bootstrap5.css +10 -11
- package/styles/h-scroll/fabric-dark.css +0 -1
- package/styles/h-scroll/fabric.css +0 -1
- package/styles/h-scroll/fluent-dark.css +326 -0
- package/styles/h-scroll/fluent-dark.scss +1 -0
- package/styles/h-scroll/fluent.css +326 -0
- package/styles/h-scroll/fluent.scss +1 -0
- package/styles/h-scroll/highcontrast-light.css +0 -1
- package/styles/h-scroll/highcontrast.css +0 -1
- package/styles/h-scroll/material-dark.css +3 -4
- package/styles/h-scroll/material.css +0 -1
- package/styles/h-scroll/tailwind-dark.css +8 -9
- package/styles/h-scroll/tailwind.css +8 -9
- package/styles/highcontrast-light.css +311 -72
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +312 -73
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +314 -73
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +311 -70
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +1 -2
- package/styles/menu/bootstrap.css +1 -2
- package/styles/menu/bootstrap4.css +1 -2
- package/styles/menu/bootstrap5-dark.css +23 -24
- package/styles/menu/bootstrap5.css +23 -24
- package/styles/menu/fabric-dark.css +1 -2
- package/styles/menu/fabric.css +1 -2
- package/styles/menu/fluent-dark.css +1261 -0
- package/styles/menu/fluent-dark.scss +1 -0
- package/styles/menu/fluent.css +1261 -0
- package/styles/menu/fluent.scss +1 -0
- package/styles/menu/highcontrast-light.css +1 -2
- package/styles/menu/highcontrast.css +1 -2
- package/styles/menu/material-dark.css +1 -2
- package/styles/menu/material.css +1 -2
- package/styles/menu/tailwind-dark.css +18 -18
- package/styles/menu/tailwind.css +18 -18
- 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 +158 -0
- package/styles/sidebar/fluent-dark.scss +1 -0
- package/styles/sidebar/fluent.css +158 -0
- package/styles/sidebar/fluent.scss +1 -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 +23 -23
- package/styles/tab/bootstrap5.css +23 -23
- package/styles/tab/fabric-dark.css +1 -1
- package/styles/tab/fabric.css +1 -1
- package/styles/tab/fluent-dark.css +4394 -0
- package/styles/tab/fluent-dark.scss +1 -0
- package/styles/tab/fluent.css +4394 -0
- package/styles/tab/fluent.scss +1 -0
- package/styles/tab/highcontrast-light.css +1 -1
- package/styles/tab/highcontrast.css +2 -2
- package/styles/tab/material-dark.css +1 -1
- package/styles/tab/material.css +1 -1
- package/styles/tab/tailwind-dark.css +43 -45
- package/styles/tab/tailwind.css +43 -45
- package/styles/tailwind-dark.css +422 -171
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +428 -177
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +4 -0
- package/styles/toolbar/bootstrap.css +4 -0
- package/styles/toolbar/bootstrap4.css +4 -0
- package/styles/toolbar/bootstrap5-dark.css +35 -31
- package/styles/toolbar/bootstrap5.css +35 -31
- package/styles/toolbar/fabric-dark.css +4 -0
- package/styles/toolbar/fabric.css +4 -0
- package/styles/toolbar/fluent-dark.css +1365 -0
- package/styles/toolbar/fluent-dark.scss +1 -0
- package/styles/toolbar/fluent.css +1365 -0
- package/styles/toolbar/fluent.scss +1 -0
- package/styles/toolbar/highcontrast-light.css +4 -0
- package/styles/toolbar/highcontrast.css +4 -0
- package/styles/toolbar/material-dark.css +4 -0
- package/styles/toolbar/material.css +4 -0
- package/styles/toolbar/tailwind-dark.css +10 -6
- package/styles/toolbar/tailwind.css +10 -6
- package/styles/treeview/bootstrap5-dark.css +4 -4
- package/styles/treeview/bootstrap5.css +4 -4
- package/styles/treeview/fluent-dark.css +1039 -0
- package/styles/treeview/fluent-dark.scss +1 -0
- package/styles/treeview/fluent.css +1039 -0
- package/styles/treeview/fluent.scss +1 -0
- package/styles/treeview/tailwind-dark.css +13 -14
- package/styles/treeview/tailwind.css +13 -14
- package/styles/v-scroll/fluent-dark.css +247 -0
- package/styles/v-scroll/fluent-dark.scss +1 -0
- package/styles/v-scroll/fluent.css +247 -0
- package/styles/v-scroll/fluent.scss +1 -0
- package/styles/v-scroll/tailwind-dark.css +4 -4
- package/styles/v-scroll/tailwind.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, Breadcrumb, ContextMenu, Menu, Sidebar, Tab, Toolbar, TreeView } from '@syncfusion/ej2-navigations';
|
|
3
|
+
import { Accordion, Breadcrumb, Carousel, 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) {
|
|
@@ -801,8 +801,250 @@ var __decorate$6 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
801
801
|
var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
802
802
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
803
803
|
};
|
|
804
|
-
let input$3 = ['
|
|
804
|
+
let input$3 = ['cssClass', 'htmlAttributes', 'interval', 'template'];
|
|
805
805
|
let outputs$7 = [];
|
|
806
|
+
/**
|
|
807
|
+
* `e-carousel-item` directive represent a item of the Angular Carousel.
|
|
808
|
+
* It must be contained in a Carousel component(`ejs-carousel`).
|
|
809
|
+
* ```html
|
|
810
|
+
* <ejs-carousel>
|
|
811
|
+
* <e-carousel-items>
|
|
812
|
+
* <e-carousel-item template='#item1'></e-carousel-item>
|
|
813
|
+
* <e-carousel-item template='#item2'></e-carousel-item>
|
|
814
|
+
* </e-carousel-items>
|
|
815
|
+
* </ejs-carousel>
|
|
816
|
+
* ```
|
|
817
|
+
*/
|
|
818
|
+
class CarouselItemDirective extends ComplexBase {
|
|
819
|
+
/**
|
|
820
|
+
* @param {?} viewContainerRef
|
|
821
|
+
*/
|
|
822
|
+
constructor(viewContainerRef) {
|
|
823
|
+
super();
|
|
824
|
+
this.viewContainerRef = viewContainerRef;
|
|
825
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
826
|
+
this.registerEvents(outputs$7);
|
|
827
|
+
this.directivePropList = input$3;
|
|
828
|
+
}
|
|
829
|
+
}
|
|
830
|
+
CarouselItemDirective.decorators = [
|
|
831
|
+
{ type: Directive, args: [{
|
|
832
|
+
selector: 'ejs-carousel>e-carousel-items>e-carousel-item',
|
|
833
|
+
inputs: input$3,
|
|
834
|
+
outputs: outputs$7,
|
|
835
|
+
queries: {}
|
|
836
|
+
},] },
|
|
837
|
+
];
|
|
838
|
+
/**
|
|
839
|
+
* @nocollapse
|
|
840
|
+
*/
|
|
841
|
+
CarouselItemDirective.ctorParameters = () => [
|
|
842
|
+
{ type: ViewContainerRef, },
|
|
843
|
+
];
|
|
844
|
+
CarouselItemDirective.propDecorators = {
|
|
845
|
+
'template': [{ type: ContentChild, args: ['template',] },],
|
|
846
|
+
};
|
|
847
|
+
__decorate$6([
|
|
848
|
+
Template(),
|
|
849
|
+
__metadata$6("design:type", Object)
|
|
850
|
+
], CarouselItemDirective.prototype, "template", void 0);
|
|
851
|
+
/**
|
|
852
|
+
* CarouselItem Array Directive
|
|
853
|
+
*/
|
|
854
|
+
class CarouselItemsDirective extends ArrayBase {
|
|
855
|
+
constructor() {
|
|
856
|
+
super('items');
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
CarouselItemsDirective.decorators = [
|
|
860
|
+
{ type: Directive, args: [{
|
|
861
|
+
selector: 'ejs-carousel>e-carousel-items',
|
|
862
|
+
queries: {
|
|
863
|
+
children: new ContentChildren(CarouselItemDirective)
|
|
864
|
+
},
|
|
865
|
+
},] },
|
|
866
|
+
];
|
|
867
|
+
/**
|
|
868
|
+
* @nocollapse
|
|
869
|
+
*/
|
|
870
|
+
CarouselItemsDirective.ctorParameters = () => [];
|
|
871
|
+
|
|
872
|
+
var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
873
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
874
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
875
|
+
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;
|
|
876
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
877
|
+
};
|
|
878
|
+
var __metadata$7 = (this && this.__metadata) || function (k, v) {
|
|
879
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
880
|
+
};
|
|
881
|
+
const inputs$4 = ['animation', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'width'];
|
|
882
|
+
const outputs$8 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
|
|
883
|
+
const twoWays$4 = ['selectedIndex'];
|
|
884
|
+
/**
|
|
885
|
+
* Represents the EJ2 Angular Carousel Component.
|
|
886
|
+
* ```html
|
|
887
|
+
* <ejs-carousel [items]='carouselItems'></ejs-carousel>
|
|
888
|
+
* ```
|
|
889
|
+
*/
|
|
890
|
+
let CarouselComponent = class CarouselComponent extends Carousel {
|
|
891
|
+
/**
|
|
892
|
+
* @param {?} ngEle
|
|
893
|
+
* @param {?} srenderer
|
|
894
|
+
* @param {?} viewContainerRef
|
|
895
|
+
* @param {?} injector
|
|
896
|
+
*/
|
|
897
|
+
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
898
|
+
super();
|
|
899
|
+
this.ngEle = ngEle;
|
|
900
|
+
this.srenderer = srenderer;
|
|
901
|
+
this.viewContainerRef = viewContainerRef;
|
|
902
|
+
this.injector = injector;
|
|
903
|
+
this.tags = ['items'];
|
|
904
|
+
this.element = this.ngEle.nativeElement;
|
|
905
|
+
this.injectedModules = this.injectedModules || [];
|
|
906
|
+
this.registerEvents(outputs$8);
|
|
907
|
+
this.addTwoWay.call(this, twoWays$4);
|
|
908
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
909
|
+
this.context = new ComponentBase();
|
|
910
|
+
}
|
|
911
|
+
/**
|
|
912
|
+
* @return {?}
|
|
913
|
+
*/
|
|
914
|
+
ngOnInit() {
|
|
915
|
+
this.context.ngOnInit(this);
|
|
916
|
+
}
|
|
917
|
+
/**
|
|
918
|
+
* @return {?}
|
|
919
|
+
*/
|
|
920
|
+
ngAfterViewInit() {
|
|
921
|
+
this.context.ngAfterViewInit(this);
|
|
922
|
+
}
|
|
923
|
+
/**
|
|
924
|
+
* @return {?}
|
|
925
|
+
*/
|
|
926
|
+
ngOnDestroy() {
|
|
927
|
+
this.context.ngOnDestroy(this);
|
|
928
|
+
}
|
|
929
|
+
/**
|
|
930
|
+
* @return {?}
|
|
931
|
+
*/
|
|
932
|
+
ngAfterContentChecked() {
|
|
933
|
+
this.tagObjects[0].instance = this.childItems;
|
|
934
|
+
this.context.ngAfterContentChecked(this);
|
|
935
|
+
}
|
|
936
|
+
};
|
|
937
|
+
CarouselComponent.decorators = [
|
|
938
|
+
{ type: Component, args: [{
|
|
939
|
+
selector: 'ejs-carousel',
|
|
940
|
+
inputs: inputs$4,
|
|
941
|
+
outputs: outputs$8,
|
|
942
|
+
template: '',
|
|
943
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
944
|
+
queries: {
|
|
945
|
+
childItems: new ContentChild(CarouselItemsDirective)
|
|
946
|
+
}
|
|
947
|
+
},] },
|
|
948
|
+
];
|
|
949
|
+
/**
|
|
950
|
+
* @nocollapse
|
|
951
|
+
*/
|
|
952
|
+
CarouselComponent.ctorParameters = () => [
|
|
953
|
+
{ type: ElementRef, },
|
|
954
|
+
{ type: Renderer2, },
|
|
955
|
+
{ type: ViewContainerRef, },
|
|
956
|
+
{ type: Injector, },
|
|
957
|
+
];
|
|
958
|
+
CarouselComponent.propDecorators = {
|
|
959
|
+
'indicatorsTemplate': [{ type: ContentChild, args: ['indicatorsTemplate',] },],
|
|
960
|
+
'nextButtonTemplate': [{ type: ContentChild, args: ['nextButtonTemplate',] },],
|
|
961
|
+
'previousButtonTemplate': [{ type: ContentChild, args: ['previousButtonTemplate',] },],
|
|
962
|
+
'playButtonTemplate': [{ type: ContentChild, args: ['playButtonTemplate',] },],
|
|
963
|
+
'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },],
|
|
964
|
+
};
|
|
965
|
+
__decorate$7([
|
|
966
|
+
Template(),
|
|
967
|
+
__metadata$7("design:type", Object)
|
|
968
|
+
], CarouselComponent.prototype, "indicatorsTemplate", void 0);
|
|
969
|
+
__decorate$7([
|
|
970
|
+
Template(),
|
|
971
|
+
__metadata$7("design:type", Object)
|
|
972
|
+
], CarouselComponent.prototype, "nextButtonTemplate", void 0);
|
|
973
|
+
__decorate$7([
|
|
974
|
+
Template(),
|
|
975
|
+
__metadata$7("design:type", Object)
|
|
976
|
+
], CarouselComponent.prototype, "previousButtonTemplate", void 0);
|
|
977
|
+
__decorate$7([
|
|
978
|
+
Template(),
|
|
979
|
+
__metadata$7("design:type", Object)
|
|
980
|
+
], CarouselComponent.prototype, "playButtonTemplate", void 0);
|
|
981
|
+
__decorate$7([
|
|
982
|
+
Template(),
|
|
983
|
+
__metadata$7("design:type", Object)
|
|
984
|
+
], CarouselComponent.prototype, "itemTemplate", void 0);
|
|
985
|
+
CarouselComponent = __decorate$7([
|
|
986
|
+
ComponentMixins([ComponentBase]),
|
|
987
|
+
__metadata$7("design:paramtypes", [ElementRef,
|
|
988
|
+
Renderer2,
|
|
989
|
+
ViewContainerRef,
|
|
990
|
+
Injector])
|
|
991
|
+
], CarouselComponent);
|
|
992
|
+
|
|
993
|
+
/**
|
|
994
|
+
* NgModule definition for the Carousel component.
|
|
995
|
+
*/
|
|
996
|
+
class CarouselModule {
|
|
997
|
+
}
|
|
998
|
+
CarouselModule.decorators = [
|
|
999
|
+
{ type: NgModule, args: [{
|
|
1000
|
+
imports: [CommonModule],
|
|
1001
|
+
declarations: [
|
|
1002
|
+
CarouselComponent,
|
|
1003
|
+
CarouselItemDirective,
|
|
1004
|
+
CarouselItemsDirective
|
|
1005
|
+
],
|
|
1006
|
+
exports: [
|
|
1007
|
+
CarouselComponent,
|
|
1008
|
+
CarouselItemDirective,
|
|
1009
|
+
CarouselItemsDirective
|
|
1010
|
+
]
|
|
1011
|
+
},] },
|
|
1012
|
+
];
|
|
1013
|
+
/**
|
|
1014
|
+
* @nocollapse
|
|
1015
|
+
*/
|
|
1016
|
+
CarouselModule.ctorParameters = () => [];
|
|
1017
|
+
|
|
1018
|
+
/**
|
|
1019
|
+
* NgModule definition for the Carousel component with providers.
|
|
1020
|
+
*/
|
|
1021
|
+
class CarouselAllModule {
|
|
1022
|
+
}
|
|
1023
|
+
CarouselAllModule.decorators = [
|
|
1024
|
+
{ type: NgModule, args: [{
|
|
1025
|
+
imports: [CommonModule, CarouselModule],
|
|
1026
|
+
exports: [
|
|
1027
|
+
CarouselModule
|
|
1028
|
+
],
|
|
1029
|
+
providers: []
|
|
1030
|
+
},] },
|
|
1031
|
+
];
|
|
1032
|
+
/**
|
|
1033
|
+
* @nocollapse
|
|
1034
|
+
*/
|
|
1035
|
+
CarouselAllModule.ctorParameters = () => [];
|
|
1036
|
+
|
|
1037
|
+
var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1038
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1039
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1040
|
+
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;
|
|
1041
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1042
|
+
};
|
|
1043
|
+
var __metadata$8 = (this && this.__metadata) || function (k, v) {
|
|
1044
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1045
|
+
};
|
|
1046
|
+
let input$4 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'visible'];
|
|
1047
|
+
let outputs$9 = [];
|
|
806
1048
|
/**
|
|
807
1049
|
* 'e-tabitem' directive represent a item of the Angular Tab.
|
|
808
1050
|
* It must be contained in a Tab component(`ejs-tab`).
|
|
@@ -823,15 +1065,15 @@ class TabItemDirective extends ComplexBase {
|
|
|
823
1065
|
super();
|
|
824
1066
|
this.viewContainerRef = viewContainerRef;
|
|
825
1067
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
826
|
-
this.registerEvents(outputs$
|
|
827
|
-
this.directivePropList = input$
|
|
1068
|
+
this.registerEvents(outputs$9);
|
|
1069
|
+
this.directivePropList = input$4;
|
|
828
1070
|
}
|
|
829
1071
|
}
|
|
830
1072
|
TabItemDirective.decorators = [
|
|
831
1073
|
{ type: Directive, args: [{
|
|
832
1074
|
selector: 'e-tabitems>e-tabitem',
|
|
833
|
-
inputs: input$
|
|
834
|
-
outputs: outputs$
|
|
1075
|
+
inputs: input$4,
|
|
1076
|
+
outputs: outputs$9,
|
|
835
1077
|
queries: {}
|
|
836
1078
|
},] },
|
|
837
1079
|
];
|
|
@@ -846,17 +1088,17 @@ TabItemDirective.propDecorators = {
|
|
|
846
1088
|
'header_text': [{ type: ContentChild, args: ['headerText',] },],
|
|
847
1089
|
'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
|
|
848
1090
|
};
|
|
849
|
-
__decorate$
|
|
1091
|
+
__decorate$8([
|
|
850
1092
|
Template(),
|
|
851
|
-
__metadata$
|
|
1093
|
+
__metadata$8("design:type", Object)
|
|
852
1094
|
], TabItemDirective.prototype, "content", void 0);
|
|
853
|
-
__decorate$
|
|
1095
|
+
__decorate$8([
|
|
854
1096
|
Template(),
|
|
855
|
-
__metadata$
|
|
1097
|
+
__metadata$8("design:type", Object)
|
|
856
1098
|
], TabItemDirective.prototype, "header_text", void 0);
|
|
857
|
-
__decorate$
|
|
1099
|
+
__decorate$8([
|
|
858
1100
|
Template(),
|
|
859
|
-
__metadata$
|
|
1101
|
+
__metadata$8("design:type", Object)
|
|
860
1102
|
], TabItemDirective.prototype, "headerTemplate", void 0);
|
|
861
1103
|
/**
|
|
862
1104
|
* TabItem Array Directive
|
|
@@ -879,18 +1121,18 @@ TabItemsDirective.decorators = [
|
|
|
879
1121
|
*/
|
|
880
1122
|
TabItemsDirective.ctorParameters = () => [];
|
|
881
1123
|
|
|
882
|
-
var __decorate$
|
|
1124
|
+
var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
883
1125
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
884
1126
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
885
1127
|
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;
|
|
886
1128
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
887
1129
|
};
|
|
888
|
-
var __metadata$
|
|
1130
|
+
var __metadata$9 = (this && this.__metadata) || function (k, v) {
|
|
889
1131
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
890
1132
|
};
|
|
891
|
-
const inputs$
|
|
892
|
-
const outputs$
|
|
893
|
-
const twoWays$
|
|
1133
|
+
const inputs$5 = ['allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
|
|
1134
|
+
const outputs$10 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
|
|
1135
|
+
const twoWays$5 = [''];
|
|
894
1136
|
/**
|
|
895
1137
|
* Represents the Angular Tab Component.
|
|
896
1138
|
* ```html
|
|
@@ -913,8 +1155,8 @@ let TabComponent = class TabComponent extends Tab {
|
|
|
913
1155
|
this.tags = ['items'];
|
|
914
1156
|
this.element = this.ngEle.nativeElement;
|
|
915
1157
|
this.injectedModules = this.injectedModules || [];
|
|
916
|
-
this.registerEvents(outputs$
|
|
917
|
-
this.addTwoWay.call(this, twoWays$
|
|
1158
|
+
this.registerEvents(outputs$10);
|
|
1159
|
+
this.addTwoWay.call(this, twoWays$5);
|
|
918
1160
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
919
1161
|
this.containerContext = new ComponentBase();
|
|
920
1162
|
}
|
|
@@ -947,8 +1189,8 @@ let TabComponent = class TabComponent extends Tab {
|
|
|
947
1189
|
TabComponent.decorators = [
|
|
948
1190
|
{ type: Component, args: [{
|
|
949
1191
|
selector: 'ejs-tab',
|
|
950
|
-
inputs: inputs$
|
|
951
|
-
outputs: outputs$
|
|
1192
|
+
inputs: inputs$5,
|
|
1193
|
+
outputs: outputs$10,
|
|
952
1194
|
template: `<ng-content select='div'></ng-content>`,
|
|
953
1195
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
954
1196
|
queries: {
|
|
@@ -965,9 +1207,9 @@ TabComponent.ctorParameters = () => [
|
|
|
965
1207
|
{ type: ViewContainerRef, },
|
|
966
1208
|
{ type: Injector, },
|
|
967
1209
|
];
|
|
968
|
-
TabComponent = __decorate$
|
|
1210
|
+
TabComponent = __decorate$9([
|
|
969
1211
|
ComponentMixins([ComponentBase]),
|
|
970
|
-
__metadata$
|
|
1212
|
+
__metadata$9("design:paramtypes", [ElementRef,
|
|
971
1213
|
Renderer2,
|
|
972
1214
|
ViewContainerRef,
|
|
973
1215
|
Injector])
|
|
@@ -1017,18 +1259,18 @@ TabAllModule.decorators = [
|
|
|
1017
1259
|
*/
|
|
1018
1260
|
TabAllModule.ctorParameters = () => [];
|
|
1019
1261
|
|
|
1020
|
-
var __decorate$
|
|
1262
|
+
var __decorate$10 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1021
1263
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1022
1264
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1023
1265
|
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;
|
|
1024
1266
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1025
1267
|
};
|
|
1026
|
-
var __metadata$
|
|
1268
|
+
var __metadata$10 = (this && this.__metadata) || function (k, v) {
|
|
1027
1269
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1028
1270
|
};
|
|
1029
|
-
const inputs$
|
|
1030
|
-
const outputs$
|
|
1031
|
-
const twoWays$
|
|
1271
|
+
const inputs$6 = ['allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder'];
|
|
1272
|
+
const outputs$11 = ['actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
|
|
1273
|
+
const twoWays$6 = [''];
|
|
1032
1274
|
/**
|
|
1033
1275
|
* 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.
|
|
1034
1276
|
* ```html
|
|
@@ -1050,8 +1292,8 @@ let TreeViewComponent = class TreeViewComponent extends TreeView {
|
|
|
1050
1292
|
this.injector = injector;
|
|
1051
1293
|
this.element = this.ngEle.nativeElement;
|
|
1052
1294
|
this.injectedModules = this.injectedModules || [];
|
|
1053
|
-
this.registerEvents(outputs$
|
|
1054
|
-
this.addTwoWay.call(this, twoWays$
|
|
1295
|
+
this.registerEvents(outputs$11);
|
|
1296
|
+
this.addTwoWay.call(this, twoWays$6);
|
|
1055
1297
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1056
1298
|
this.context = new ComponentBase();
|
|
1057
1299
|
}
|
|
@@ -1083,8 +1325,8 @@ let TreeViewComponent = class TreeViewComponent extends TreeView {
|
|
|
1083
1325
|
TreeViewComponent.decorators = [
|
|
1084
1326
|
{ type: Component, args: [{
|
|
1085
1327
|
selector: 'ejs-treeview',
|
|
1086
|
-
inputs: inputs$
|
|
1087
|
-
outputs: outputs$
|
|
1328
|
+
inputs: inputs$6,
|
|
1329
|
+
outputs: outputs$11,
|
|
1088
1330
|
template: '',
|
|
1089
1331
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1090
1332
|
queries: {}
|
|
@@ -1102,13 +1344,13 @@ TreeViewComponent.ctorParameters = () => [
|
|
|
1102
1344
|
TreeViewComponent.propDecorators = {
|
|
1103
1345
|
'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
|
|
1104
1346
|
};
|
|
1105
|
-
__decorate$
|
|
1347
|
+
__decorate$10([
|
|
1106
1348
|
Template(),
|
|
1107
|
-
__metadata$
|
|
1349
|
+
__metadata$10("design:type", Object)
|
|
1108
1350
|
], TreeViewComponent.prototype, "nodeTemplate", void 0);
|
|
1109
|
-
TreeViewComponent = __decorate$
|
|
1351
|
+
TreeViewComponent = __decorate$10([
|
|
1110
1352
|
ComponentMixins([ComponentBase]),
|
|
1111
|
-
__metadata$
|
|
1353
|
+
__metadata$10("design:paramtypes", [ElementRef,
|
|
1112
1354
|
Renderer2,
|
|
1113
1355
|
ViewContainerRef,
|
|
1114
1356
|
Injector])
|
|
@@ -1154,18 +1396,18 @@ TreeViewAllModule.decorators = [
|
|
|
1154
1396
|
*/
|
|
1155
1397
|
TreeViewAllModule.ctorParameters = () => [];
|
|
1156
1398
|
|
|
1157
|
-
var __decorate$
|
|
1399
|
+
var __decorate$11 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1158
1400
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1159
1401
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1160
1402
|
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;
|
|
1161
1403
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1162
1404
|
};
|
|
1163
|
-
var __metadata$
|
|
1405
|
+
var __metadata$11 = (this && this.__metadata) || function (k, v) {
|
|
1164
1406
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1165
1407
|
};
|
|
1166
|
-
const inputs$
|
|
1167
|
-
const outputs$
|
|
1168
|
-
const twoWays$
|
|
1408
|
+
const inputs$7 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
|
|
1409
|
+
const outputs$12 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
|
|
1410
|
+
const twoWays$7 = ['isOpen'];
|
|
1169
1411
|
/**
|
|
1170
1412
|
* Represents the Essential JS 2 Angular Sidebar Component.
|
|
1171
1413
|
* ```html
|
|
@@ -1187,8 +1429,8 @@ let SidebarComponent = class SidebarComponent extends Sidebar {
|
|
|
1187
1429
|
this.injector = injector;
|
|
1188
1430
|
this.element = this.ngEle.nativeElement;
|
|
1189
1431
|
this.injectedModules = this.injectedModules || [];
|
|
1190
|
-
this.registerEvents(outputs$
|
|
1191
|
-
this.addTwoWay.call(this, twoWays$
|
|
1432
|
+
this.registerEvents(outputs$12);
|
|
1433
|
+
this.addTwoWay.call(this, twoWays$7);
|
|
1192
1434
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1193
1435
|
this.containerContext = new ComponentBase();
|
|
1194
1436
|
}
|
|
@@ -1220,8 +1462,8 @@ let SidebarComponent = class SidebarComponent extends Sidebar {
|
|
|
1220
1462
|
SidebarComponent.decorators = [
|
|
1221
1463
|
{ type: Component, args: [{
|
|
1222
1464
|
selector: 'ejs-sidebar',
|
|
1223
|
-
inputs: inputs$
|
|
1224
|
-
outputs: outputs$
|
|
1465
|
+
inputs: inputs$7,
|
|
1466
|
+
outputs: outputs$12,
|
|
1225
1467
|
template: `<ng-content ></ng-content>`,
|
|
1226
1468
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1227
1469
|
queries: {}
|
|
@@ -1236,9 +1478,9 @@ SidebarComponent.ctorParameters = () => [
|
|
|
1236
1478
|
{ type: ViewContainerRef, },
|
|
1237
1479
|
{ type: Injector, },
|
|
1238
1480
|
];
|
|
1239
|
-
SidebarComponent = __decorate$
|
|
1481
|
+
SidebarComponent = __decorate$11([
|
|
1240
1482
|
ComponentMixins([ComponentBase]),
|
|
1241
|
-
__metadata$
|
|
1483
|
+
__metadata$11("design:paramtypes", [ElementRef,
|
|
1242
1484
|
Renderer2,
|
|
1243
1485
|
ViewContainerRef,
|
|
1244
1486
|
Injector])
|
|
@@ -1284,8 +1526,8 @@ SidebarAllModule.decorators = [
|
|
|
1284
1526
|
*/
|
|
1285
1527
|
SidebarAllModule.ctorParameters = () => [];
|
|
1286
1528
|
|
|
1287
|
-
let input$
|
|
1288
|
-
let outputs$
|
|
1529
|
+
let input$5 = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
|
|
1530
|
+
let outputs$13 = [];
|
|
1289
1531
|
class MenuItemDirective extends ComplexBase {
|
|
1290
1532
|
/**
|
|
1291
1533
|
* @param {?} viewContainerRef
|
|
@@ -1294,15 +1536,15 @@ class MenuItemDirective extends ComplexBase {
|
|
|
1294
1536
|
super();
|
|
1295
1537
|
this.viewContainerRef = viewContainerRef;
|
|
1296
1538
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1297
|
-
this.registerEvents(outputs$
|
|
1298
|
-
this.directivePropList = input$
|
|
1539
|
+
this.registerEvents(outputs$13);
|
|
1540
|
+
this.directivePropList = input$5;
|
|
1299
1541
|
}
|
|
1300
1542
|
}
|
|
1301
1543
|
MenuItemDirective.decorators = [
|
|
1302
1544
|
{ type: Directive, args: [{
|
|
1303
1545
|
selector: 'ejs-menu>e-menu-items>e-menu-item>',
|
|
1304
|
-
inputs: input$
|
|
1305
|
-
outputs: outputs$
|
|
1546
|
+
inputs: input$5,
|
|
1547
|
+
outputs: outputs$13,
|
|
1306
1548
|
queries: {}
|
|
1307
1549
|
},] },
|
|
1308
1550
|
];
|
|
@@ -1333,18 +1575,18 @@ MenuItemsDirective.decorators = [
|
|
|
1333
1575
|
*/
|
|
1334
1576
|
MenuItemsDirective.ctorParameters = () => [];
|
|
1335
1577
|
|
|
1336
|
-
var __decorate$
|
|
1578
|
+
var __decorate$12 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1337
1579
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1338
1580
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1339
1581
|
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;
|
|
1340
1582
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1341
1583
|
};
|
|
1342
|
-
var __metadata$
|
|
1584
|
+
var __metadata$12 = (this && this.__metadata) || function (k, v) {
|
|
1343
1585
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1344
1586
|
};
|
|
1345
|
-
const inputs$
|
|
1346
|
-
const outputs$
|
|
1347
|
-
const twoWays$
|
|
1587
|
+
const inputs$8 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
|
|
1588
|
+
const outputs$14 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
|
|
1589
|
+
const twoWays$8 = [''];
|
|
1348
1590
|
/**
|
|
1349
1591
|
* Represents the EJ2 Angular Menu Component.
|
|
1350
1592
|
* ```html
|
|
@@ -1367,8 +1609,8 @@ let MenuComponent = class MenuComponent extends Menu {
|
|
|
1367
1609
|
this.tags = ['items'];
|
|
1368
1610
|
this.element = this.ngEle.nativeElement;
|
|
1369
1611
|
this.injectedModules = this.injectedModules || [];
|
|
1370
|
-
this.registerEvents(outputs$
|
|
1371
|
-
this.addTwoWay.call(this, twoWays$
|
|
1612
|
+
this.registerEvents(outputs$14);
|
|
1613
|
+
this.addTwoWay.call(this, twoWays$8);
|
|
1372
1614
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1373
1615
|
this.context = new ComponentBase();
|
|
1374
1616
|
}
|
|
@@ -1401,8 +1643,8 @@ let MenuComponent = class MenuComponent extends Menu {
|
|
|
1401
1643
|
MenuComponent.decorators = [
|
|
1402
1644
|
{ type: Component, args: [{
|
|
1403
1645
|
selector: 'ejs-menu',
|
|
1404
|
-
inputs: inputs$
|
|
1405
|
-
outputs: outputs$
|
|
1646
|
+
inputs: inputs$8,
|
|
1647
|
+
outputs: outputs$14,
|
|
1406
1648
|
template: '',
|
|
1407
1649
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1408
1650
|
queries: {
|
|
@@ -1422,13 +1664,13 @@ MenuComponent.ctorParameters = () => [
|
|
|
1422
1664
|
MenuComponent.propDecorators = {
|
|
1423
1665
|
'template': [{ type: ContentChild, args: ['template',] },],
|
|
1424
1666
|
};
|
|
1425
|
-
__decorate$
|
|
1667
|
+
__decorate$12([
|
|
1426
1668
|
Template(),
|
|
1427
|
-
__metadata$
|
|
1669
|
+
__metadata$12("design:type", Object)
|
|
1428
1670
|
], MenuComponent.prototype, "template", void 0);
|
|
1429
|
-
MenuComponent = __decorate$
|
|
1671
|
+
MenuComponent = __decorate$12([
|
|
1430
1672
|
ComponentMixins([ComponentBase]),
|
|
1431
|
-
__metadata$
|
|
1673
|
+
__metadata$12("design:paramtypes", [ElementRef,
|
|
1432
1674
|
Renderer2,
|
|
1433
1675
|
ViewContainerRef,
|
|
1434
1676
|
Injector])
|
|
@@ -1482,6 +1724,6 @@ MenuAllModule.ctorParameters = () => [];
|
|
|
1482
1724
|
* Generated bundle index. Do not edit.
|
|
1483
1725
|
*/
|
|
1484
1726
|
|
|
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$
|
|
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';
|
|
1727
|
+
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 };
|
|
1728
|
+
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, CarouselAnimationSettings, Carousel } from '@syncfusion/ej2-navigations';
|
|
1487
1729
|
//# sourceMappingURL=ej2-angular-navigations.js.map
|