@syncfusion/ej2-angular-navigations 19.4.56 → 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 +25 -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
|
@@ -10,7 +10,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
10
10
|
})();
|
|
11
11
|
import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
|
|
12
12
|
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
13
|
-
import { Accordion, Breadcrumb, ContextMenu, Menu, Sidebar, Tab, Toolbar, TreeView } from '@syncfusion/ej2-navigations';
|
|
13
|
+
import { Accordion, Breadcrumb, Carousel, ContextMenu, Menu, Sidebar, Tab, Toolbar, TreeView } from '@syncfusion/ej2-navigations';
|
|
14
14
|
import { CommonModule } from '@angular/common';
|
|
15
15
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
16
16
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -881,8 +881,270 @@ var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
|
881
881
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
882
882
|
return Reflect.metadata(k, v);
|
|
883
883
|
};
|
|
884
|
-
var input$3 = ['
|
|
884
|
+
var input$3 = ['cssClass', 'htmlAttributes', 'interval', 'template'];
|
|
885
885
|
var outputs$7 = [];
|
|
886
|
+
/**
|
|
887
|
+
* `e-carousel-item` directive represent a item of the Angular Carousel.
|
|
888
|
+
* It must be contained in a Carousel component(`ejs-carousel`).
|
|
889
|
+
* ```html
|
|
890
|
+
* <ejs-carousel>
|
|
891
|
+
* <e-carousel-items>
|
|
892
|
+
* <e-carousel-item template='#item1'></e-carousel-item>
|
|
893
|
+
* <e-carousel-item template='#item2'></e-carousel-item>
|
|
894
|
+
* </e-carousel-items>
|
|
895
|
+
* </ejs-carousel>
|
|
896
|
+
* ```
|
|
897
|
+
*/
|
|
898
|
+
var CarouselItemDirective = /** @class */ (function (_super) {
|
|
899
|
+
__extends(CarouselItemDirective, _super);
|
|
900
|
+
/**
|
|
901
|
+
* @param {?} viewContainerRef
|
|
902
|
+
*/
|
|
903
|
+
function CarouselItemDirective(viewContainerRef) {
|
|
904
|
+
var _this = _super.call(this) || this;
|
|
905
|
+
_this.viewContainerRef = viewContainerRef;
|
|
906
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
907
|
+
_this.registerEvents(outputs$7);
|
|
908
|
+
_this.directivePropList = input$3;
|
|
909
|
+
return _this;
|
|
910
|
+
}
|
|
911
|
+
return CarouselItemDirective;
|
|
912
|
+
}(ComplexBase));
|
|
913
|
+
CarouselItemDirective.decorators = [
|
|
914
|
+
{ type: Directive, args: [{
|
|
915
|
+
selector: 'ejs-carousel>e-carousel-items>e-carousel-item',
|
|
916
|
+
inputs: input$3,
|
|
917
|
+
outputs: outputs$7,
|
|
918
|
+
queries: {}
|
|
919
|
+
},] },
|
|
920
|
+
];
|
|
921
|
+
/**
|
|
922
|
+
* @nocollapse
|
|
923
|
+
*/
|
|
924
|
+
CarouselItemDirective.ctorParameters = function () { return [
|
|
925
|
+
{ type: ViewContainerRef, },
|
|
926
|
+
]; };
|
|
927
|
+
CarouselItemDirective.propDecorators = {
|
|
928
|
+
'template': [{ type: ContentChild, args: ['template',] },],
|
|
929
|
+
};
|
|
930
|
+
__decorate$6([
|
|
931
|
+
Template(),
|
|
932
|
+
__metadata$6("design:type", Object)
|
|
933
|
+
], CarouselItemDirective.prototype, "template", void 0);
|
|
934
|
+
/**
|
|
935
|
+
* CarouselItem Array Directive
|
|
936
|
+
*/
|
|
937
|
+
var CarouselItemsDirective = /** @class */ (function (_super) {
|
|
938
|
+
__extends(CarouselItemsDirective, _super);
|
|
939
|
+
function CarouselItemsDirective() {
|
|
940
|
+
return _super.call(this, 'items') || this;
|
|
941
|
+
}
|
|
942
|
+
return CarouselItemsDirective;
|
|
943
|
+
}(ArrayBase));
|
|
944
|
+
CarouselItemsDirective.decorators = [
|
|
945
|
+
{ type: Directive, args: [{
|
|
946
|
+
selector: 'ejs-carousel>e-carousel-items',
|
|
947
|
+
queries: {
|
|
948
|
+
children: new ContentChildren(CarouselItemDirective)
|
|
949
|
+
},
|
|
950
|
+
},] },
|
|
951
|
+
];
|
|
952
|
+
/**
|
|
953
|
+
* @nocollapse
|
|
954
|
+
*/
|
|
955
|
+
CarouselItemsDirective.ctorParameters = function () { return []; };
|
|
956
|
+
var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
957
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
958
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
959
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
960
|
+
else
|
|
961
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
962
|
+
if (d = decorators[i])
|
|
963
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
964
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
965
|
+
};
|
|
966
|
+
var __metadata$7 = (this && this.__metadata) || function (k, v) {
|
|
967
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
968
|
+
return Reflect.metadata(k, v);
|
|
969
|
+
};
|
|
970
|
+
var 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'];
|
|
971
|
+
var outputs$8 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
|
|
972
|
+
var twoWays$4 = ['selectedIndex'];
|
|
973
|
+
/**
|
|
974
|
+
* Represents the EJ2 Angular Carousel Component.
|
|
975
|
+
* ```html
|
|
976
|
+
* <ejs-carousel [items]='carouselItems'></ejs-carousel>
|
|
977
|
+
* ```
|
|
978
|
+
*/
|
|
979
|
+
var CarouselComponent = /** @class */ (function (_super) {
|
|
980
|
+
__extends(CarouselComponent, _super);
|
|
981
|
+
/**
|
|
982
|
+
* @param {?} ngEle
|
|
983
|
+
* @param {?} srenderer
|
|
984
|
+
* @param {?} viewContainerRef
|
|
985
|
+
* @param {?} injector
|
|
986
|
+
*/
|
|
987
|
+
function CarouselComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
988
|
+
var _this = _super.call(this) || this;
|
|
989
|
+
_this.ngEle = ngEle;
|
|
990
|
+
_this.srenderer = srenderer;
|
|
991
|
+
_this.viewContainerRef = viewContainerRef;
|
|
992
|
+
_this.injector = injector;
|
|
993
|
+
_this.tags = ['items'];
|
|
994
|
+
_this.element = _this.ngEle.nativeElement;
|
|
995
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
996
|
+
_this.registerEvents(outputs$8);
|
|
997
|
+
_this.addTwoWay.call(_this, twoWays$4);
|
|
998
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
999
|
+
_this.context = new ComponentBase();
|
|
1000
|
+
return _this;
|
|
1001
|
+
}
|
|
1002
|
+
/**
|
|
1003
|
+
* @return {?}
|
|
1004
|
+
*/
|
|
1005
|
+
CarouselComponent.prototype.ngOnInit = function () {
|
|
1006
|
+
this.context.ngOnInit(this);
|
|
1007
|
+
};
|
|
1008
|
+
/**
|
|
1009
|
+
* @return {?}
|
|
1010
|
+
*/
|
|
1011
|
+
CarouselComponent.prototype.ngAfterViewInit = function () {
|
|
1012
|
+
this.context.ngAfterViewInit(this);
|
|
1013
|
+
};
|
|
1014
|
+
/**
|
|
1015
|
+
* @return {?}
|
|
1016
|
+
*/
|
|
1017
|
+
CarouselComponent.prototype.ngOnDestroy = function () {
|
|
1018
|
+
this.context.ngOnDestroy(this);
|
|
1019
|
+
};
|
|
1020
|
+
/**
|
|
1021
|
+
* @return {?}
|
|
1022
|
+
*/
|
|
1023
|
+
CarouselComponent.prototype.ngAfterContentChecked = function () {
|
|
1024
|
+
this.tagObjects[0].instance = this.childItems;
|
|
1025
|
+
this.context.ngAfterContentChecked(this);
|
|
1026
|
+
};
|
|
1027
|
+
return CarouselComponent;
|
|
1028
|
+
}(Carousel));
|
|
1029
|
+
CarouselComponent.decorators = [
|
|
1030
|
+
{ type: Component, args: [{
|
|
1031
|
+
selector: 'ejs-carousel',
|
|
1032
|
+
inputs: inputs$4,
|
|
1033
|
+
outputs: outputs$8,
|
|
1034
|
+
template: '',
|
|
1035
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1036
|
+
queries: {
|
|
1037
|
+
childItems: new ContentChild(CarouselItemsDirective)
|
|
1038
|
+
}
|
|
1039
|
+
},] },
|
|
1040
|
+
];
|
|
1041
|
+
/**
|
|
1042
|
+
* @nocollapse
|
|
1043
|
+
*/
|
|
1044
|
+
CarouselComponent.ctorParameters = function () { return [
|
|
1045
|
+
{ type: ElementRef, },
|
|
1046
|
+
{ type: Renderer2, },
|
|
1047
|
+
{ type: ViewContainerRef, },
|
|
1048
|
+
{ type: Injector, },
|
|
1049
|
+
]; };
|
|
1050
|
+
CarouselComponent.propDecorators = {
|
|
1051
|
+
'indicatorsTemplate': [{ type: ContentChild, args: ['indicatorsTemplate',] },],
|
|
1052
|
+
'nextButtonTemplate': [{ type: ContentChild, args: ['nextButtonTemplate',] },],
|
|
1053
|
+
'previousButtonTemplate': [{ type: ContentChild, args: ['previousButtonTemplate',] },],
|
|
1054
|
+
'playButtonTemplate': [{ type: ContentChild, args: ['playButtonTemplate',] },],
|
|
1055
|
+
'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },],
|
|
1056
|
+
};
|
|
1057
|
+
__decorate$7([
|
|
1058
|
+
Template(),
|
|
1059
|
+
__metadata$7("design:type", Object)
|
|
1060
|
+
], CarouselComponent.prototype, "indicatorsTemplate", void 0);
|
|
1061
|
+
__decorate$7([
|
|
1062
|
+
Template(),
|
|
1063
|
+
__metadata$7("design:type", Object)
|
|
1064
|
+
], CarouselComponent.prototype, "nextButtonTemplate", void 0);
|
|
1065
|
+
__decorate$7([
|
|
1066
|
+
Template(),
|
|
1067
|
+
__metadata$7("design:type", Object)
|
|
1068
|
+
], CarouselComponent.prototype, "previousButtonTemplate", void 0);
|
|
1069
|
+
__decorate$7([
|
|
1070
|
+
Template(),
|
|
1071
|
+
__metadata$7("design:type", Object)
|
|
1072
|
+
], CarouselComponent.prototype, "playButtonTemplate", void 0);
|
|
1073
|
+
__decorate$7([
|
|
1074
|
+
Template(),
|
|
1075
|
+
__metadata$7("design:type", Object)
|
|
1076
|
+
], CarouselComponent.prototype, "itemTemplate", void 0);
|
|
1077
|
+
CarouselComponent = __decorate$7([
|
|
1078
|
+
ComponentMixins([ComponentBase]),
|
|
1079
|
+
__metadata$7("design:paramtypes", [ElementRef,
|
|
1080
|
+
Renderer2,
|
|
1081
|
+
ViewContainerRef,
|
|
1082
|
+
Injector])
|
|
1083
|
+
], CarouselComponent);
|
|
1084
|
+
/**
|
|
1085
|
+
* NgModule definition for the Carousel component.
|
|
1086
|
+
*/
|
|
1087
|
+
var CarouselModule = /** @class */ (function () {
|
|
1088
|
+
function CarouselModule() {
|
|
1089
|
+
}
|
|
1090
|
+
return CarouselModule;
|
|
1091
|
+
}());
|
|
1092
|
+
CarouselModule.decorators = [
|
|
1093
|
+
{ type: NgModule, args: [{
|
|
1094
|
+
imports: [CommonModule],
|
|
1095
|
+
declarations: [
|
|
1096
|
+
CarouselComponent,
|
|
1097
|
+
CarouselItemDirective,
|
|
1098
|
+
CarouselItemsDirective
|
|
1099
|
+
],
|
|
1100
|
+
exports: [
|
|
1101
|
+
CarouselComponent,
|
|
1102
|
+
CarouselItemDirective,
|
|
1103
|
+
CarouselItemsDirective
|
|
1104
|
+
]
|
|
1105
|
+
},] },
|
|
1106
|
+
];
|
|
1107
|
+
/**
|
|
1108
|
+
* @nocollapse
|
|
1109
|
+
*/
|
|
1110
|
+
CarouselModule.ctorParameters = function () { return []; };
|
|
1111
|
+
/**
|
|
1112
|
+
* NgModule definition for the Carousel component with providers.
|
|
1113
|
+
*/
|
|
1114
|
+
var CarouselAllModule = /** @class */ (function () {
|
|
1115
|
+
function CarouselAllModule() {
|
|
1116
|
+
}
|
|
1117
|
+
return CarouselAllModule;
|
|
1118
|
+
}());
|
|
1119
|
+
CarouselAllModule.decorators = [
|
|
1120
|
+
{ type: NgModule, args: [{
|
|
1121
|
+
imports: [CommonModule, CarouselModule],
|
|
1122
|
+
exports: [
|
|
1123
|
+
CarouselModule
|
|
1124
|
+
],
|
|
1125
|
+
providers: []
|
|
1126
|
+
},] },
|
|
1127
|
+
];
|
|
1128
|
+
/**
|
|
1129
|
+
* @nocollapse
|
|
1130
|
+
*/
|
|
1131
|
+
CarouselAllModule.ctorParameters = function () { return []; };
|
|
1132
|
+
var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1133
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1134
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1135
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
1136
|
+
else
|
|
1137
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1138
|
+
if (d = decorators[i])
|
|
1139
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1140
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1141
|
+
};
|
|
1142
|
+
var __metadata$8 = (this && this.__metadata) || function (k, v) {
|
|
1143
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1144
|
+
return Reflect.metadata(k, v);
|
|
1145
|
+
};
|
|
1146
|
+
var input$4 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'visible'];
|
|
1147
|
+
var outputs$9 = [];
|
|
886
1148
|
/**
|
|
887
1149
|
* 'e-tabitem' directive represent a item of the Angular Tab.
|
|
888
1150
|
* It must be contained in a Tab component(`ejs-tab`).
|
|
@@ -904,8 +1166,8 @@ var TabItemDirective = /** @class */ (function (_super) {
|
|
|
904
1166
|
var _this = _super.call(this) || this;
|
|
905
1167
|
_this.viewContainerRef = viewContainerRef;
|
|
906
1168
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
907
|
-
_this.registerEvents(outputs$
|
|
908
|
-
_this.directivePropList = input$
|
|
1169
|
+
_this.registerEvents(outputs$9);
|
|
1170
|
+
_this.directivePropList = input$4;
|
|
909
1171
|
return _this;
|
|
910
1172
|
}
|
|
911
1173
|
return TabItemDirective;
|
|
@@ -913,8 +1175,8 @@ var TabItemDirective = /** @class */ (function (_super) {
|
|
|
913
1175
|
TabItemDirective.decorators = [
|
|
914
1176
|
{ type: Directive, args: [{
|
|
915
1177
|
selector: 'e-tabitems>e-tabitem',
|
|
916
|
-
inputs: input$
|
|
917
|
-
outputs: outputs$
|
|
1178
|
+
inputs: input$4,
|
|
1179
|
+
outputs: outputs$9,
|
|
918
1180
|
queries: {}
|
|
919
1181
|
},] },
|
|
920
1182
|
];
|
|
@@ -929,17 +1191,17 @@ TabItemDirective.propDecorators = {
|
|
|
929
1191
|
'header_text': [{ type: ContentChild, args: ['headerText',] },],
|
|
930
1192
|
'headerTemplate': [{ type: ContentChild, args: ['headerTemplate',] },],
|
|
931
1193
|
};
|
|
932
|
-
__decorate$
|
|
1194
|
+
__decorate$8([
|
|
933
1195
|
Template(),
|
|
934
|
-
__metadata$
|
|
1196
|
+
__metadata$8("design:type", Object)
|
|
935
1197
|
], TabItemDirective.prototype, "content", void 0);
|
|
936
|
-
__decorate$
|
|
1198
|
+
__decorate$8([
|
|
937
1199
|
Template(),
|
|
938
|
-
__metadata$
|
|
1200
|
+
__metadata$8("design:type", Object)
|
|
939
1201
|
], TabItemDirective.prototype, "header_text", void 0);
|
|
940
|
-
__decorate$
|
|
1202
|
+
__decorate$8([
|
|
941
1203
|
Template(),
|
|
942
|
-
__metadata$
|
|
1204
|
+
__metadata$8("design:type", Object)
|
|
943
1205
|
], TabItemDirective.prototype, "headerTemplate", void 0);
|
|
944
1206
|
/**
|
|
945
1207
|
* TabItem Array Directive
|
|
@@ -963,7 +1225,7 @@ TabItemsDirective.decorators = [
|
|
|
963
1225
|
* @nocollapse
|
|
964
1226
|
*/
|
|
965
1227
|
TabItemsDirective.ctorParameters = function () { return []; };
|
|
966
|
-
var __decorate$
|
|
1228
|
+
var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
967
1229
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
968
1230
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
969
1231
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -973,13 +1235,13 @@ var __decorate$7 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
973
1235
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
974
1236
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
975
1237
|
};
|
|
976
|
-
var __metadata$
|
|
1238
|
+
var __metadata$9 = (this && this.__metadata) || function (k, v) {
|
|
977
1239
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
978
1240
|
return Reflect.metadata(k, v);
|
|
979
1241
|
};
|
|
980
|
-
var inputs$
|
|
981
|
-
var outputs$
|
|
982
|
-
var twoWays$
|
|
1242
|
+
var inputs$5 = ['allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
|
|
1243
|
+
var outputs$10 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
|
|
1244
|
+
var twoWays$5 = [''];
|
|
983
1245
|
/**
|
|
984
1246
|
* Represents the Angular Tab Component.
|
|
985
1247
|
* ```html
|
|
@@ -1003,8 +1265,8 @@ var TabComponent = /** @class */ (function (_super) {
|
|
|
1003
1265
|
_this.tags = ['items'];
|
|
1004
1266
|
_this.element = _this.ngEle.nativeElement;
|
|
1005
1267
|
_this.injectedModules = _this.injectedModules || [];
|
|
1006
|
-
_this.registerEvents(outputs$
|
|
1007
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1268
|
+
_this.registerEvents(outputs$10);
|
|
1269
|
+
_this.addTwoWay.call(_this, twoWays$5);
|
|
1008
1270
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1009
1271
|
_this.containerContext = new ComponentBase();
|
|
1010
1272
|
return _this;
|
|
@@ -1039,8 +1301,8 @@ var TabComponent = /** @class */ (function (_super) {
|
|
|
1039
1301
|
TabComponent.decorators = [
|
|
1040
1302
|
{ type: Component, args: [{
|
|
1041
1303
|
selector: 'ejs-tab',
|
|
1042
|
-
inputs: inputs$
|
|
1043
|
-
outputs: outputs$
|
|
1304
|
+
inputs: inputs$5,
|
|
1305
|
+
outputs: outputs$10,
|
|
1044
1306
|
template: "<ng-content select='div'></ng-content>",
|
|
1045
1307
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1046
1308
|
queries: {
|
|
@@ -1057,9 +1319,9 @@ TabComponent.ctorParameters = function () { return [
|
|
|
1057
1319
|
{ type: ViewContainerRef, },
|
|
1058
1320
|
{ type: Injector, },
|
|
1059
1321
|
]; };
|
|
1060
|
-
TabComponent = __decorate$
|
|
1322
|
+
TabComponent = __decorate$9([
|
|
1061
1323
|
ComponentMixins([ComponentBase]),
|
|
1062
|
-
__metadata$
|
|
1324
|
+
__metadata$9("design:paramtypes", [ElementRef,
|
|
1063
1325
|
Renderer2,
|
|
1064
1326
|
ViewContainerRef,
|
|
1065
1327
|
Injector])
|
|
@@ -1112,7 +1374,7 @@ TabAllModule.decorators = [
|
|
|
1112
1374
|
* @nocollapse
|
|
1113
1375
|
*/
|
|
1114
1376
|
TabAllModule.ctorParameters = function () { return []; };
|
|
1115
|
-
var __decorate$
|
|
1377
|
+
var __decorate$10 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1116
1378
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1117
1379
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1118
1380
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1122,13 +1384,13 @@ var __decorate$8 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1122
1384
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1123
1385
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1124
1386
|
};
|
|
1125
|
-
var __metadata$
|
|
1387
|
+
var __metadata$10 = (this && this.__metadata) || function (k, v) {
|
|
1126
1388
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1127
1389
|
return Reflect.metadata(k, v);
|
|
1128
1390
|
};
|
|
1129
|
-
var inputs$
|
|
1130
|
-
var outputs$
|
|
1131
|
-
var twoWays$
|
|
1391
|
+
var 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'];
|
|
1392
|
+
var outputs$11 = ['actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
|
|
1393
|
+
var twoWays$6 = [''];
|
|
1132
1394
|
/**
|
|
1133
1395
|
* 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.
|
|
1134
1396
|
* ```html
|
|
@@ -1151,8 +1413,8 @@ var TreeViewComponent = /** @class */ (function (_super) {
|
|
|
1151
1413
|
_this.injector = injector;
|
|
1152
1414
|
_this.element = _this.ngEle.nativeElement;
|
|
1153
1415
|
_this.injectedModules = _this.injectedModules || [];
|
|
1154
|
-
_this.registerEvents(outputs$
|
|
1155
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1416
|
+
_this.registerEvents(outputs$11);
|
|
1417
|
+
_this.addTwoWay.call(_this, twoWays$6);
|
|
1156
1418
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1157
1419
|
_this.context = new ComponentBase();
|
|
1158
1420
|
return _this;
|
|
@@ -1186,8 +1448,8 @@ var TreeViewComponent = /** @class */ (function (_super) {
|
|
|
1186
1448
|
TreeViewComponent.decorators = [
|
|
1187
1449
|
{ type: Component, args: [{
|
|
1188
1450
|
selector: 'ejs-treeview',
|
|
1189
|
-
inputs: inputs$
|
|
1190
|
-
outputs: outputs$
|
|
1451
|
+
inputs: inputs$6,
|
|
1452
|
+
outputs: outputs$11,
|
|
1191
1453
|
template: '',
|
|
1192
1454
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1193
1455
|
queries: {}
|
|
@@ -1205,13 +1467,13 @@ TreeViewComponent.ctorParameters = function () { return [
|
|
|
1205
1467
|
TreeViewComponent.propDecorators = {
|
|
1206
1468
|
'nodeTemplate': [{ type: ContentChild, args: ['nodeTemplate',] },],
|
|
1207
1469
|
};
|
|
1208
|
-
__decorate$
|
|
1470
|
+
__decorate$10([
|
|
1209
1471
|
Template(),
|
|
1210
|
-
__metadata$
|
|
1472
|
+
__metadata$10("design:type", Object)
|
|
1211
1473
|
], TreeViewComponent.prototype, "nodeTemplate", void 0);
|
|
1212
|
-
TreeViewComponent = __decorate$
|
|
1474
|
+
TreeViewComponent = __decorate$10([
|
|
1213
1475
|
ComponentMixins([ComponentBase]),
|
|
1214
|
-
__metadata$
|
|
1476
|
+
__metadata$10("design:paramtypes", [ElementRef,
|
|
1215
1477
|
Renderer2,
|
|
1216
1478
|
ViewContainerRef,
|
|
1217
1479
|
Injector])
|
|
@@ -1260,7 +1522,7 @@ TreeViewAllModule.decorators = [
|
|
|
1260
1522
|
* @nocollapse
|
|
1261
1523
|
*/
|
|
1262
1524
|
TreeViewAllModule.ctorParameters = function () { return []; };
|
|
1263
|
-
var __decorate$
|
|
1525
|
+
var __decorate$11 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1264
1526
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1265
1527
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1266
1528
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1270,13 +1532,13 @@ var __decorate$9 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1270
1532
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1271
1533
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1272
1534
|
};
|
|
1273
|
-
var __metadata$
|
|
1535
|
+
var __metadata$11 = (this && this.__metadata) || function (k, v) {
|
|
1274
1536
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1275
1537
|
return Reflect.metadata(k, v);
|
|
1276
1538
|
};
|
|
1277
|
-
var inputs$
|
|
1278
|
-
var outputs$
|
|
1279
|
-
var twoWays$
|
|
1539
|
+
var inputs$7 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
|
|
1540
|
+
var outputs$12 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
|
|
1541
|
+
var twoWays$7 = ['isOpen'];
|
|
1280
1542
|
/**
|
|
1281
1543
|
* Represents the Essential JS 2 Angular Sidebar Component.
|
|
1282
1544
|
* ```html
|
|
@@ -1299,8 +1561,8 @@ var SidebarComponent = /** @class */ (function (_super) {
|
|
|
1299
1561
|
_this.injector = injector;
|
|
1300
1562
|
_this.element = _this.ngEle.nativeElement;
|
|
1301
1563
|
_this.injectedModules = _this.injectedModules || [];
|
|
1302
|
-
_this.registerEvents(outputs$
|
|
1303
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1564
|
+
_this.registerEvents(outputs$12);
|
|
1565
|
+
_this.addTwoWay.call(_this, twoWays$7);
|
|
1304
1566
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1305
1567
|
_this.containerContext = new ComponentBase();
|
|
1306
1568
|
return _this;
|
|
@@ -1334,8 +1596,8 @@ var SidebarComponent = /** @class */ (function (_super) {
|
|
|
1334
1596
|
SidebarComponent.decorators = [
|
|
1335
1597
|
{ type: Component, args: [{
|
|
1336
1598
|
selector: 'ejs-sidebar',
|
|
1337
|
-
inputs: inputs$
|
|
1338
|
-
outputs: outputs$
|
|
1599
|
+
inputs: inputs$7,
|
|
1600
|
+
outputs: outputs$12,
|
|
1339
1601
|
template: "<ng-content ></ng-content>",
|
|
1340
1602
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1341
1603
|
queries: {}
|
|
@@ -1350,9 +1612,9 @@ SidebarComponent.ctorParameters = function () { return [
|
|
|
1350
1612
|
{ type: ViewContainerRef, },
|
|
1351
1613
|
{ type: Injector, },
|
|
1352
1614
|
]; };
|
|
1353
|
-
SidebarComponent = __decorate$
|
|
1615
|
+
SidebarComponent = __decorate$11([
|
|
1354
1616
|
ComponentMixins([ComponentBase]),
|
|
1355
|
-
__metadata$
|
|
1617
|
+
__metadata$11("design:paramtypes", [ElementRef,
|
|
1356
1618
|
Renderer2,
|
|
1357
1619
|
ViewContainerRef,
|
|
1358
1620
|
Injector])
|
|
@@ -1401,8 +1663,8 @@ SidebarAllModule.decorators = [
|
|
|
1401
1663
|
* @nocollapse
|
|
1402
1664
|
*/
|
|
1403
1665
|
SidebarAllModule.ctorParameters = function () { return []; };
|
|
1404
|
-
var input$
|
|
1405
|
-
var outputs$
|
|
1666
|
+
var input$5 = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
|
|
1667
|
+
var outputs$13 = [];
|
|
1406
1668
|
var MenuItemDirective = /** @class */ (function (_super) {
|
|
1407
1669
|
__extends(MenuItemDirective, _super);
|
|
1408
1670
|
/**
|
|
@@ -1412,8 +1674,8 @@ var MenuItemDirective = /** @class */ (function (_super) {
|
|
|
1412
1674
|
var _this = _super.call(this) || this;
|
|
1413
1675
|
_this.viewContainerRef = viewContainerRef;
|
|
1414
1676
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1415
|
-
_this.registerEvents(outputs$
|
|
1416
|
-
_this.directivePropList = input$
|
|
1677
|
+
_this.registerEvents(outputs$13);
|
|
1678
|
+
_this.directivePropList = input$5;
|
|
1417
1679
|
return _this;
|
|
1418
1680
|
}
|
|
1419
1681
|
return MenuItemDirective;
|
|
@@ -1421,8 +1683,8 @@ var MenuItemDirective = /** @class */ (function (_super) {
|
|
|
1421
1683
|
MenuItemDirective.decorators = [
|
|
1422
1684
|
{ type: Directive, args: [{
|
|
1423
1685
|
selector: 'ejs-menu>e-menu-items>e-menu-item>',
|
|
1424
|
-
inputs: input$
|
|
1425
|
-
outputs: outputs$
|
|
1686
|
+
inputs: input$5,
|
|
1687
|
+
outputs: outputs$13,
|
|
1426
1688
|
queries: {}
|
|
1427
1689
|
},] },
|
|
1428
1690
|
];
|
|
@@ -1454,7 +1716,7 @@ MenuItemsDirective.decorators = [
|
|
|
1454
1716
|
* @nocollapse
|
|
1455
1717
|
*/
|
|
1456
1718
|
MenuItemsDirective.ctorParameters = function () { return []; };
|
|
1457
|
-
var __decorate$
|
|
1719
|
+
var __decorate$12 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1458
1720
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1459
1721
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1460
1722
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1464,13 +1726,13 @@ var __decorate$10 = (this && this.__decorate) || function (decorators, target, k
|
|
|
1464
1726
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1465
1727
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1466
1728
|
};
|
|
1467
|
-
var __metadata$
|
|
1729
|
+
var __metadata$12 = (this && this.__metadata) || function (k, v) {
|
|
1468
1730
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1469
1731
|
return Reflect.metadata(k, v);
|
|
1470
1732
|
};
|
|
1471
|
-
var inputs$
|
|
1472
|
-
var outputs$
|
|
1473
|
-
var twoWays$
|
|
1733
|
+
var inputs$8 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
|
|
1734
|
+
var outputs$14 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
|
|
1735
|
+
var twoWays$8 = [''];
|
|
1474
1736
|
/**
|
|
1475
1737
|
* Represents the EJ2 Angular Menu Component.
|
|
1476
1738
|
* ```html
|
|
@@ -1494,8 +1756,8 @@ var MenuComponent = /** @class */ (function (_super) {
|
|
|
1494
1756
|
_this.tags = ['items'];
|
|
1495
1757
|
_this.element = _this.ngEle.nativeElement;
|
|
1496
1758
|
_this.injectedModules = _this.injectedModules || [];
|
|
1497
|
-
_this.registerEvents(outputs$
|
|
1498
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1759
|
+
_this.registerEvents(outputs$14);
|
|
1760
|
+
_this.addTwoWay.call(_this, twoWays$8);
|
|
1499
1761
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1500
1762
|
_this.context = new ComponentBase();
|
|
1501
1763
|
return _this;
|
|
@@ -1530,8 +1792,8 @@ var MenuComponent = /** @class */ (function (_super) {
|
|
|
1530
1792
|
MenuComponent.decorators = [
|
|
1531
1793
|
{ type: Component, args: [{
|
|
1532
1794
|
selector: 'ejs-menu',
|
|
1533
|
-
inputs: inputs$
|
|
1534
|
-
outputs: outputs$
|
|
1795
|
+
inputs: inputs$8,
|
|
1796
|
+
outputs: outputs$14,
|
|
1535
1797
|
template: '',
|
|
1536
1798
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1537
1799
|
queries: {
|
|
@@ -1551,13 +1813,13 @@ MenuComponent.ctorParameters = function () { return [
|
|
|
1551
1813
|
MenuComponent.propDecorators = {
|
|
1552
1814
|
'template': [{ type: ContentChild, args: ['template',] },],
|
|
1553
1815
|
};
|
|
1554
|
-
__decorate$
|
|
1816
|
+
__decorate$12([
|
|
1555
1817
|
Template(),
|
|
1556
|
-
__metadata$
|
|
1818
|
+
__metadata$12("design:type", Object)
|
|
1557
1819
|
], MenuComponent.prototype, "template", void 0);
|
|
1558
|
-
MenuComponent = __decorate$
|
|
1820
|
+
MenuComponent = __decorate$12([
|
|
1559
1821
|
ComponentMixins([ComponentBase]),
|
|
1560
|
-
__metadata$
|
|
1822
|
+
__metadata$12("design:paramtypes", [ElementRef,
|
|
1561
1823
|
Renderer2,
|
|
1562
1824
|
ViewContainerRef,
|
|
1563
1825
|
Injector])
|
|
@@ -1613,6 +1875,6 @@ MenuAllModule.ctorParameters = function () { return []; };
|
|
|
1613
1875
|
/**
|
|
1614
1876
|
* Generated bundle index. Do not edit.
|
|
1615
1877
|
*/
|
|
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$
|
|
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';
|
|
1878
|
+
export { AccordionItemDirective, AccordionItemsDirective, AccordionComponent, AccordionModule, AccordionAllModule, ItemDirective, ItemsDirective, ToolbarComponent, ToolbarModule, ToolbarAllModule, ContextMenuComponent, ContextMenuModule, ContextMenuAllModule, BreadcrumbItemDirective, BreadcrumbItemsDirective, BreadcrumbComponent, BreadcrumbModule, BreadcrumbAllModule, CarouselItemDirective, CarouselItemsDirective, CarouselComponent, CarouselModule, CarouselAllModule, TabItemDirective, TabItemsDirective, TabComponent, TabModule, TabAllModule, TreeViewComponent, TreeViewModule, TreeViewAllModule, SidebarComponent, SidebarModule, SidebarAllModule, MenuItemDirective, MenuItemsDirective, MenuComponent, MenuModule, MenuAllModule, inputs as ɵa, outputs$1 as ɵb, inputs$3 as ɵg, outputs$6 as ɵh, inputs$4 as ɵi, outputs$8 as ɵj, inputs$2 as ɵe, outputs$4 as ɵf, inputs$8 as ɵq, outputs$14 as ɵr, inputs$7 as ɵo, outputs$12 as ɵp, inputs$5 as ɵk, outputs$10 as ɵl, inputs$1 as ɵc, outputs$3 as ɵd, inputs$6 as ɵm, outputs$11 as ɵn };
|
|
1879
|
+
export { MenuAnimationSettings, MenuItem, HScroll, VScroll, addScrolling, destroyScroll, Item, Toolbar, AccordionActionSettings, AccordionAnimationSettings, AccordionItem, Accordion, ContextMenu, Menu, TabActionSettings, TabAnimationSettings, Header, TabItem, Tab, FieldsSettings, ActionSettings, NodeAnimationSettings, TreeView, Sidebar, BreadcrumbItem, Breadcrumb, CarouselItem, CarouselAnimationSettings, Carousel } from '@syncfusion/ej2-navigations';
|
|
1618
1880
|
//# sourceMappingURL=ej2-angular-navigations.es5.js.map
|