@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
|
/*!
|
|
2
2
|
* filename: ej2-angular-navigations.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 20.1.47
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -892,8 +892,270 @@ var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
|
892
892
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
893
893
|
return Reflect.metadata(k, v);
|
|
894
894
|
};
|
|
895
|
-
var input$3 = ['
|
|
895
|
+
var input$3 = ['cssClass', 'htmlAttributes', 'interval', 'template'];
|
|
896
896
|
var outputs$7 = [];
|
|
897
|
+
/**
|
|
898
|
+
* `e-carousel-item` directive represent a item of the Angular Carousel.
|
|
899
|
+
* It must be contained in a Carousel component(`ejs-carousel`).
|
|
900
|
+
* ```html
|
|
901
|
+
* <ejs-carousel>
|
|
902
|
+
* <e-carousel-items>
|
|
903
|
+
* <e-carousel-item template='#item1'></e-carousel-item>
|
|
904
|
+
* <e-carousel-item template='#item2'></e-carousel-item>
|
|
905
|
+
* </e-carousel-items>
|
|
906
|
+
* </ejs-carousel>
|
|
907
|
+
* ```
|
|
908
|
+
*/
|
|
909
|
+
var CarouselItemDirective = /** @class */ (function (_super) {
|
|
910
|
+
__extends(CarouselItemDirective, _super);
|
|
911
|
+
/**
|
|
912
|
+
* @param {?} viewContainerRef
|
|
913
|
+
*/
|
|
914
|
+
function CarouselItemDirective(viewContainerRef) {
|
|
915
|
+
var _this = _super.call(this) || this;
|
|
916
|
+
_this.viewContainerRef = viewContainerRef;
|
|
917
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
918
|
+
_this.registerEvents(outputs$7);
|
|
919
|
+
_this.directivePropList = input$3;
|
|
920
|
+
return _this;
|
|
921
|
+
}
|
|
922
|
+
return CarouselItemDirective;
|
|
923
|
+
}(ej2AngularBase.ComplexBase));
|
|
924
|
+
CarouselItemDirective.decorators = [
|
|
925
|
+
{ type: core.Directive, args: [{
|
|
926
|
+
selector: 'ejs-carousel>e-carousel-items>e-carousel-item',
|
|
927
|
+
inputs: input$3,
|
|
928
|
+
outputs: outputs$7,
|
|
929
|
+
queries: {}
|
|
930
|
+
},] },
|
|
931
|
+
];
|
|
932
|
+
/**
|
|
933
|
+
* @nocollapse
|
|
934
|
+
*/
|
|
935
|
+
CarouselItemDirective.ctorParameters = function () { return [
|
|
936
|
+
{ type: core.ViewContainerRef, },
|
|
937
|
+
]; };
|
|
938
|
+
CarouselItemDirective.propDecorators = {
|
|
939
|
+
'template': [{ type: core.ContentChild, args: ['template',] },],
|
|
940
|
+
};
|
|
941
|
+
__decorate$6([
|
|
942
|
+
ej2AngularBase.Template(),
|
|
943
|
+
__metadata$6("design:type", Object)
|
|
944
|
+
], CarouselItemDirective.prototype, "template", void 0);
|
|
945
|
+
/**
|
|
946
|
+
* CarouselItem Array Directive
|
|
947
|
+
*/
|
|
948
|
+
var CarouselItemsDirective = /** @class */ (function (_super) {
|
|
949
|
+
__extends(CarouselItemsDirective, _super);
|
|
950
|
+
function CarouselItemsDirective() {
|
|
951
|
+
return _super.call(this, 'items') || this;
|
|
952
|
+
}
|
|
953
|
+
return CarouselItemsDirective;
|
|
954
|
+
}(ej2AngularBase.ArrayBase));
|
|
955
|
+
CarouselItemsDirective.decorators = [
|
|
956
|
+
{ type: core.Directive, args: [{
|
|
957
|
+
selector: 'ejs-carousel>e-carousel-items',
|
|
958
|
+
queries: {
|
|
959
|
+
children: new core.ContentChildren(CarouselItemDirective)
|
|
960
|
+
},
|
|
961
|
+
},] },
|
|
962
|
+
];
|
|
963
|
+
/**
|
|
964
|
+
* @nocollapse
|
|
965
|
+
*/
|
|
966
|
+
CarouselItemsDirective.ctorParameters = function () { return []; };
|
|
967
|
+
var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
968
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
969
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
970
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
971
|
+
else
|
|
972
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
973
|
+
if (d = decorators[i])
|
|
974
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
975
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
976
|
+
};
|
|
977
|
+
var __metadata$7 = (this && this.__metadata) || function (k, v) {
|
|
978
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
979
|
+
return Reflect.metadata(k, v);
|
|
980
|
+
};
|
|
981
|
+
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'];
|
|
982
|
+
var outputs$8 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
|
|
983
|
+
var twoWays$4 = ['selectedIndex'];
|
|
984
|
+
/**
|
|
985
|
+
* Represents the EJ2 Angular Carousel Component.
|
|
986
|
+
* ```html
|
|
987
|
+
* <ejs-carousel [items]='carouselItems'></ejs-carousel>
|
|
988
|
+
* ```
|
|
989
|
+
*/
|
|
990
|
+
exports.CarouselComponent = /** @class */ (function (_super) {
|
|
991
|
+
__extends(CarouselComponent, _super);
|
|
992
|
+
/**
|
|
993
|
+
* @param {?} ngEle
|
|
994
|
+
* @param {?} srenderer
|
|
995
|
+
* @param {?} viewContainerRef
|
|
996
|
+
* @param {?} injector
|
|
997
|
+
*/
|
|
998
|
+
function CarouselComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
999
|
+
var _this = _super.call(this) || this;
|
|
1000
|
+
_this.ngEle = ngEle;
|
|
1001
|
+
_this.srenderer = srenderer;
|
|
1002
|
+
_this.viewContainerRef = viewContainerRef;
|
|
1003
|
+
_this.injector = injector;
|
|
1004
|
+
_this.tags = ['items'];
|
|
1005
|
+
_this.element = _this.ngEle.nativeElement;
|
|
1006
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
1007
|
+
_this.registerEvents(outputs$8);
|
|
1008
|
+
_this.addTwoWay.call(_this, twoWays$4);
|
|
1009
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1010
|
+
_this.context = new ej2AngularBase.ComponentBase();
|
|
1011
|
+
return _this;
|
|
1012
|
+
}
|
|
1013
|
+
/**
|
|
1014
|
+
* @return {?}
|
|
1015
|
+
*/
|
|
1016
|
+
CarouselComponent.prototype.ngOnInit = function () {
|
|
1017
|
+
this.context.ngOnInit(this);
|
|
1018
|
+
};
|
|
1019
|
+
/**
|
|
1020
|
+
* @return {?}
|
|
1021
|
+
*/
|
|
1022
|
+
CarouselComponent.prototype.ngAfterViewInit = function () {
|
|
1023
|
+
this.context.ngAfterViewInit(this);
|
|
1024
|
+
};
|
|
1025
|
+
/**
|
|
1026
|
+
* @return {?}
|
|
1027
|
+
*/
|
|
1028
|
+
CarouselComponent.prototype.ngOnDestroy = function () {
|
|
1029
|
+
this.context.ngOnDestroy(this);
|
|
1030
|
+
};
|
|
1031
|
+
/**
|
|
1032
|
+
* @return {?}
|
|
1033
|
+
*/
|
|
1034
|
+
CarouselComponent.prototype.ngAfterContentChecked = function () {
|
|
1035
|
+
this.tagObjects[0].instance = this.childItems;
|
|
1036
|
+
this.context.ngAfterContentChecked(this);
|
|
1037
|
+
};
|
|
1038
|
+
return CarouselComponent;
|
|
1039
|
+
}(ej2Navigations.Carousel));
|
|
1040
|
+
exports.CarouselComponent.decorators = [
|
|
1041
|
+
{ type: core.Component, args: [{
|
|
1042
|
+
selector: 'ejs-carousel',
|
|
1043
|
+
inputs: inputs$4,
|
|
1044
|
+
outputs: outputs$8,
|
|
1045
|
+
template: '',
|
|
1046
|
+
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
1047
|
+
queries: {
|
|
1048
|
+
childItems: new core.ContentChild(CarouselItemsDirective)
|
|
1049
|
+
}
|
|
1050
|
+
},] },
|
|
1051
|
+
];
|
|
1052
|
+
/**
|
|
1053
|
+
* @nocollapse
|
|
1054
|
+
*/
|
|
1055
|
+
exports.CarouselComponent.ctorParameters = function () { return [
|
|
1056
|
+
{ type: core.ElementRef, },
|
|
1057
|
+
{ type: core.Renderer2, },
|
|
1058
|
+
{ type: core.ViewContainerRef, },
|
|
1059
|
+
{ type: core.Injector, },
|
|
1060
|
+
]; };
|
|
1061
|
+
exports.CarouselComponent.propDecorators = {
|
|
1062
|
+
'indicatorsTemplate': [{ type: core.ContentChild, args: ['indicatorsTemplate',] },],
|
|
1063
|
+
'nextButtonTemplate': [{ type: core.ContentChild, args: ['nextButtonTemplate',] },],
|
|
1064
|
+
'previousButtonTemplate': [{ type: core.ContentChild, args: ['previousButtonTemplate',] },],
|
|
1065
|
+
'playButtonTemplate': [{ type: core.ContentChild, args: ['playButtonTemplate',] },],
|
|
1066
|
+
'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
|
|
1067
|
+
};
|
|
1068
|
+
__decorate$7([
|
|
1069
|
+
ej2AngularBase.Template(),
|
|
1070
|
+
__metadata$7("design:type", Object)
|
|
1071
|
+
], exports.CarouselComponent.prototype, "indicatorsTemplate", void 0);
|
|
1072
|
+
__decorate$7([
|
|
1073
|
+
ej2AngularBase.Template(),
|
|
1074
|
+
__metadata$7("design:type", Object)
|
|
1075
|
+
], exports.CarouselComponent.prototype, "nextButtonTemplate", void 0);
|
|
1076
|
+
__decorate$7([
|
|
1077
|
+
ej2AngularBase.Template(),
|
|
1078
|
+
__metadata$7("design:type", Object)
|
|
1079
|
+
], exports.CarouselComponent.prototype, "previousButtonTemplate", void 0);
|
|
1080
|
+
__decorate$7([
|
|
1081
|
+
ej2AngularBase.Template(),
|
|
1082
|
+
__metadata$7("design:type", Object)
|
|
1083
|
+
], exports.CarouselComponent.prototype, "playButtonTemplate", void 0);
|
|
1084
|
+
__decorate$7([
|
|
1085
|
+
ej2AngularBase.Template(),
|
|
1086
|
+
__metadata$7("design:type", Object)
|
|
1087
|
+
], exports.CarouselComponent.prototype, "itemTemplate", void 0);
|
|
1088
|
+
exports.CarouselComponent = __decorate$7([
|
|
1089
|
+
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
1090
|
+
__metadata$7("design:paramtypes", [core.ElementRef,
|
|
1091
|
+
core.Renderer2,
|
|
1092
|
+
core.ViewContainerRef,
|
|
1093
|
+
core.Injector])
|
|
1094
|
+
], exports.CarouselComponent);
|
|
1095
|
+
/**
|
|
1096
|
+
* NgModule definition for the Carousel component.
|
|
1097
|
+
*/
|
|
1098
|
+
var CarouselModule = /** @class */ (function () {
|
|
1099
|
+
function CarouselModule() {
|
|
1100
|
+
}
|
|
1101
|
+
return CarouselModule;
|
|
1102
|
+
}());
|
|
1103
|
+
CarouselModule.decorators = [
|
|
1104
|
+
{ type: core.NgModule, args: [{
|
|
1105
|
+
imports: [common.CommonModule],
|
|
1106
|
+
declarations: [
|
|
1107
|
+
exports.CarouselComponent,
|
|
1108
|
+
CarouselItemDirective,
|
|
1109
|
+
CarouselItemsDirective
|
|
1110
|
+
],
|
|
1111
|
+
exports: [
|
|
1112
|
+
exports.CarouselComponent,
|
|
1113
|
+
CarouselItemDirective,
|
|
1114
|
+
CarouselItemsDirective
|
|
1115
|
+
]
|
|
1116
|
+
},] },
|
|
1117
|
+
];
|
|
1118
|
+
/**
|
|
1119
|
+
* @nocollapse
|
|
1120
|
+
*/
|
|
1121
|
+
CarouselModule.ctorParameters = function () { return []; };
|
|
1122
|
+
/**
|
|
1123
|
+
* NgModule definition for the Carousel component with providers.
|
|
1124
|
+
*/
|
|
1125
|
+
var CarouselAllModule = /** @class */ (function () {
|
|
1126
|
+
function CarouselAllModule() {
|
|
1127
|
+
}
|
|
1128
|
+
return CarouselAllModule;
|
|
1129
|
+
}());
|
|
1130
|
+
CarouselAllModule.decorators = [
|
|
1131
|
+
{ type: core.NgModule, args: [{
|
|
1132
|
+
imports: [common.CommonModule, CarouselModule],
|
|
1133
|
+
exports: [
|
|
1134
|
+
CarouselModule
|
|
1135
|
+
],
|
|
1136
|
+
providers: []
|
|
1137
|
+
},] },
|
|
1138
|
+
];
|
|
1139
|
+
/**
|
|
1140
|
+
* @nocollapse
|
|
1141
|
+
*/
|
|
1142
|
+
CarouselAllModule.ctorParameters = function () { return []; };
|
|
1143
|
+
var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1144
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1145
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1146
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
1147
|
+
else
|
|
1148
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1149
|
+
if (d = decorators[i])
|
|
1150
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1151
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1152
|
+
};
|
|
1153
|
+
var __metadata$8 = (this && this.__metadata) || function (k, v) {
|
|
1154
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1155
|
+
return Reflect.metadata(k, v);
|
|
1156
|
+
};
|
|
1157
|
+
var input$4 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'visible'];
|
|
1158
|
+
var outputs$9 = [];
|
|
897
1159
|
/**
|
|
898
1160
|
* 'e-tabitem' directive represent a item of the Angular Tab.
|
|
899
1161
|
* It must be contained in a Tab component(`ejs-tab`).
|
|
@@ -915,8 +1177,8 @@ var TabItemDirective = /** @class */ (function (_super) {
|
|
|
915
1177
|
var _this = _super.call(this) || this;
|
|
916
1178
|
_this.viewContainerRef = viewContainerRef;
|
|
917
1179
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
918
|
-
_this.registerEvents(outputs$
|
|
919
|
-
_this.directivePropList = input$
|
|
1180
|
+
_this.registerEvents(outputs$9);
|
|
1181
|
+
_this.directivePropList = input$4;
|
|
920
1182
|
return _this;
|
|
921
1183
|
}
|
|
922
1184
|
return TabItemDirective;
|
|
@@ -924,8 +1186,8 @@ var TabItemDirective = /** @class */ (function (_super) {
|
|
|
924
1186
|
TabItemDirective.decorators = [
|
|
925
1187
|
{ type: core.Directive, args: [{
|
|
926
1188
|
selector: 'e-tabitems>e-tabitem',
|
|
927
|
-
inputs: input$
|
|
928
|
-
outputs: outputs$
|
|
1189
|
+
inputs: input$4,
|
|
1190
|
+
outputs: outputs$9,
|
|
929
1191
|
queries: {}
|
|
930
1192
|
},] },
|
|
931
1193
|
];
|
|
@@ -940,17 +1202,17 @@ TabItemDirective.propDecorators = {
|
|
|
940
1202
|
'header_text': [{ type: core.ContentChild, args: ['headerText',] },],
|
|
941
1203
|
'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
|
|
942
1204
|
};
|
|
943
|
-
__decorate$
|
|
1205
|
+
__decorate$8([
|
|
944
1206
|
ej2AngularBase.Template(),
|
|
945
|
-
__metadata$
|
|
1207
|
+
__metadata$8("design:type", Object)
|
|
946
1208
|
], TabItemDirective.prototype, "content", void 0);
|
|
947
|
-
__decorate$
|
|
1209
|
+
__decorate$8([
|
|
948
1210
|
ej2AngularBase.Template(),
|
|
949
|
-
__metadata$
|
|
1211
|
+
__metadata$8("design:type", Object)
|
|
950
1212
|
], TabItemDirective.prototype, "header_text", void 0);
|
|
951
|
-
__decorate$
|
|
1213
|
+
__decorate$8([
|
|
952
1214
|
ej2AngularBase.Template(),
|
|
953
|
-
__metadata$
|
|
1215
|
+
__metadata$8("design:type", Object)
|
|
954
1216
|
], TabItemDirective.prototype, "headerTemplate", void 0);
|
|
955
1217
|
/**
|
|
956
1218
|
* TabItem Array Directive
|
|
@@ -974,7 +1236,7 @@ TabItemsDirective.decorators = [
|
|
|
974
1236
|
* @nocollapse
|
|
975
1237
|
*/
|
|
976
1238
|
TabItemsDirective.ctorParameters = function () { return []; };
|
|
977
|
-
var __decorate$
|
|
1239
|
+
var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
978
1240
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
979
1241
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
980
1242
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -984,13 +1246,13 @@ var __decorate$7 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
984
1246
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
985
1247
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
986
1248
|
};
|
|
987
|
-
var __metadata$
|
|
1249
|
+
var __metadata$9 = (this && this.__metadata) || function (k, v) {
|
|
988
1250
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
989
1251
|
return Reflect.metadata(k, v);
|
|
990
1252
|
};
|
|
991
|
-
var inputs$
|
|
992
|
-
var outputs$
|
|
993
|
-
var twoWays$
|
|
1253
|
+
var inputs$5 = ['allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
|
|
1254
|
+
var outputs$10 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
|
|
1255
|
+
var twoWays$5 = [''];
|
|
994
1256
|
/**
|
|
995
1257
|
* Represents the Angular Tab Component.
|
|
996
1258
|
* ```html
|
|
@@ -1014,8 +1276,8 @@ exports.TabComponent = /** @class */ (function (_super) {
|
|
|
1014
1276
|
_this.tags = ['items'];
|
|
1015
1277
|
_this.element = _this.ngEle.nativeElement;
|
|
1016
1278
|
_this.injectedModules = _this.injectedModules || [];
|
|
1017
|
-
_this.registerEvents(outputs$
|
|
1018
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1279
|
+
_this.registerEvents(outputs$10);
|
|
1280
|
+
_this.addTwoWay.call(_this, twoWays$5);
|
|
1019
1281
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1020
1282
|
_this.containerContext = new ej2AngularBase.ComponentBase();
|
|
1021
1283
|
return _this;
|
|
@@ -1050,8 +1312,8 @@ exports.TabComponent = /** @class */ (function (_super) {
|
|
|
1050
1312
|
exports.TabComponent.decorators = [
|
|
1051
1313
|
{ type: core.Component, args: [{
|
|
1052
1314
|
selector: 'ejs-tab',
|
|
1053
|
-
inputs: inputs$
|
|
1054
|
-
outputs: outputs$
|
|
1315
|
+
inputs: inputs$5,
|
|
1316
|
+
outputs: outputs$10,
|
|
1055
1317
|
template: "<ng-content select='div'></ng-content>",
|
|
1056
1318
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
1057
1319
|
queries: {
|
|
@@ -1068,9 +1330,9 @@ exports.TabComponent.ctorParameters = function () { return [
|
|
|
1068
1330
|
{ type: core.ViewContainerRef, },
|
|
1069
1331
|
{ type: core.Injector, },
|
|
1070
1332
|
]; };
|
|
1071
|
-
exports.TabComponent = __decorate$
|
|
1333
|
+
exports.TabComponent = __decorate$9([
|
|
1072
1334
|
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
1073
|
-
__metadata$
|
|
1335
|
+
__metadata$9("design:paramtypes", [core.ElementRef,
|
|
1074
1336
|
core.Renderer2,
|
|
1075
1337
|
core.ViewContainerRef,
|
|
1076
1338
|
core.Injector])
|
|
@@ -1123,7 +1385,7 @@ TabAllModule.decorators = [
|
|
|
1123
1385
|
* @nocollapse
|
|
1124
1386
|
*/
|
|
1125
1387
|
TabAllModule.ctorParameters = function () { return []; };
|
|
1126
|
-
var __decorate$
|
|
1388
|
+
var __decorate$10 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1127
1389
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1128
1390
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1129
1391
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1133,13 +1395,13 @@ var __decorate$8 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1133
1395
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1134
1396
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1135
1397
|
};
|
|
1136
|
-
var __metadata$
|
|
1398
|
+
var __metadata$10 = (this && this.__metadata) || function (k, v) {
|
|
1137
1399
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1138
1400
|
return Reflect.metadata(k, v);
|
|
1139
1401
|
};
|
|
1140
|
-
var inputs$
|
|
1141
|
-
var outputs$
|
|
1142
|
-
var twoWays$
|
|
1402
|
+
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'];
|
|
1403
|
+
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'];
|
|
1404
|
+
var twoWays$6 = [''];
|
|
1143
1405
|
/**
|
|
1144
1406
|
* 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.
|
|
1145
1407
|
* ```html
|
|
@@ -1162,8 +1424,8 @@ exports.TreeViewComponent = /** @class */ (function (_super) {
|
|
|
1162
1424
|
_this.injector = injector;
|
|
1163
1425
|
_this.element = _this.ngEle.nativeElement;
|
|
1164
1426
|
_this.injectedModules = _this.injectedModules || [];
|
|
1165
|
-
_this.registerEvents(outputs$
|
|
1166
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1427
|
+
_this.registerEvents(outputs$11);
|
|
1428
|
+
_this.addTwoWay.call(_this, twoWays$6);
|
|
1167
1429
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1168
1430
|
_this.context = new ej2AngularBase.ComponentBase();
|
|
1169
1431
|
return _this;
|
|
@@ -1197,8 +1459,8 @@ exports.TreeViewComponent = /** @class */ (function (_super) {
|
|
|
1197
1459
|
exports.TreeViewComponent.decorators = [
|
|
1198
1460
|
{ type: core.Component, args: [{
|
|
1199
1461
|
selector: 'ejs-treeview',
|
|
1200
|
-
inputs: inputs$
|
|
1201
|
-
outputs: outputs$
|
|
1462
|
+
inputs: inputs$6,
|
|
1463
|
+
outputs: outputs$11,
|
|
1202
1464
|
template: '',
|
|
1203
1465
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
1204
1466
|
queries: {}
|
|
@@ -1216,13 +1478,13 @@ exports.TreeViewComponent.ctorParameters = function () { return [
|
|
|
1216
1478
|
exports.TreeViewComponent.propDecorators = {
|
|
1217
1479
|
'nodeTemplate': [{ type: core.ContentChild, args: ['nodeTemplate',] },],
|
|
1218
1480
|
};
|
|
1219
|
-
__decorate$
|
|
1481
|
+
__decorate$10([
|
|
1220
1482
|
ej2AngularBase.Template(),
|
|
1221
|
-
__metadata$
|
|
1483
|
+
__metadata$10("design:type", Object)
|
|
1222
1484
|
], exports.TreeViewComponent.prototype, "nodeTemplate", void 0);
|
|
1223
|
-
exports.TreeViewComponent = __decorate$
|
|
1485
|
+
exports.TreeViewComponent = __decorate$10([
|
|
1224
1486
|
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
1225
|
-
__metadata$
|
|
1487
|
+
__metadata$10("design:paramtypes", [core.ElementRef,
|
|
1226
1488
|
core.Renderer2,
|
|
1227
1489
|
core.ViewContainerRef,
|
|
1228
1490
|
core.Injector])
|
|
@@ -1271,7 +1533,7 @@ TreeViewAllModule.decorators = [
|
|
|
1271
1533
|
* @nocollapse
|
|
1272
1534
|
*/
|
|
1273
1535
|
TreeViewAllModule.ctorParameters = function () { return []; };
|
|
1274
|
-
var __decorate$
|
|
1536
|
+
var __decorate$11 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1275
1537
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1276
1538
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1277
1539
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1281,13 +1543,13 @@ var __decorate$9 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1281
1543
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1282
1544
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1283
1545
|
};
|
|
1284
|
-
var __metadata$
|
|
1546
|
+
var __metadata$11 = (this && this.__metadata) || function (k, v) {
|
|
1285
1547
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1286
1548
|
return Reflect.metadata(k, v);
|
|
1287
1549
|
};
|
|
1288
|
-
var inputs$
|
|
1289
|
-
var outputs$
|
|
1290
|
-
var twoWays$
|
|
1550
|
+
var inputs$7 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
|
|
1551
|
+
var outputs$12 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
|
|
1552
|
+
var twoWays$7 = ['isOpen'];
|
|
1291
1553
|
/**
|
|
1292
1554
|
* Represents the Essential JS 2 Angular Sidebar Component.
|
|
1293
1555
|
* ```html
|
|
@@ -1310,8 +1572,8 @@ exports.SidebarComponent = /** @class */ (function (_super) {
|
|
|
1310
1572
|
_this.injector = injector;
|
|
1311
1573
|
_this.element = _this.ngEle.nativeElement;
|
|
1312
1574
|
_this.injectedModules = _this.injectedModules || [];
|
|
1313
|
-
_this.registerEvents(outputs$
|
|
1314
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1575
|
+
_this.registerEvents(outputs$12);
|
|
1576
|
+
_this.addTwoWay.call(_this, twoWays$7);
|
|
1315
1577
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1316
1578
|
_this.containerContext = new ej2AngularBase.ComponentBase();
|
|
1317
1579
|
return _this;
|
|
@@ -1345,8 +1607,8 @@ exports.SidebarComponent = /** @class */ (function (_super) {
|
|
|
1345
1607
|
exports.SidebarComponent.decorators = [
|
|
1346
1608
|
{ type: core.Component, args: [{
|
|
1347
1609
|
selector: 'ejs-sidebar',
|
|
1348
|
-
inputs: inputs$
|
|
1349
|
-
outputs: outputs$
|
|
1610
|
+
inputs: inputs$7,
|
|
1611
|
+
outputs: outputs$12,
|
|
1350
1612
|
template: "<ng-content ></ng-content>",
|
|
1351
1613
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
1352
1614
|
queries: {}
|
|
@@ -1361,9 +1623,9 @@ exports.SidebarComponent.ctorParameters = function () { return [
|
|
|
1361
1623
|
{ type: core.ViewContainerRef, },
|
|
1362
1624
|
{ type: core.Injector, },
|
|
1363
1625
|
]; };
|
|
1364
|
-
exports.SidebarComponent = __decorate$
|
|
1626
|
+
exports.SidebarComponent = __decorate$11([
|
|
1365
1627
|
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
1366
|
-
__metadata$
|
|
1628
|
+
__metadata$11("design:paramtypes", [core.ElementRef,
|
|
1367
1629
|
core.Renderer2,
|
|
1368
1630
|
core.ViewContainerRef,
|
|
1369
1631
|
core.Injector])
|
|
@@ -1412,8 +1674,8 @@ SidebarAllModule.decorators = [
|
|
|
1412
1674
|
* @nocollapse
|
|
1413
1675
|
*/
|
|
1414
1676
|
SidebarAllModule.ctorParameters = function () { return []; };
|
|
1415
|
-
var input$
|
|
1416
|
-
var outputs$
|
|
1677
|
+
var input$5 = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
|
|
1678
|
+
var outputs$13 = [];
|
|
1417
1679
|
var MenuItemDirective = /** @class */ (function (_super) {
|
|
1418
1680
|
__extends(MenuItemDirective, _super);
|
|
1419
1681
|
/**
|
|
@@ -1423,8 +1685,8 @@ var MenuItemDirective = /** @class */ (function (_super) {
|
|
|
1423
1685
|
var _this = _super.call(this) || this;
|
|
1424
1686
|
_this.viewContainerRef = viewContainerRef;
|
|
1425
1687
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1426
|
-
_this.registerEvents(outputs$
|
|
1427
|
-
_this.directivePropList = input$
|
|
1688
|
+
_this.registerEvents(outputs$13);
|
|
1689
|
+
_this.directivePropList = input$5;
|
|
1428
1690
|
return _this;
|
|
1429
1691
|
}
|
|
1430
1692
|
return MenuItemDirective;
|
|
@@ -1432,8 +1694,8 @@ var MenuItemDirective = /** @class */ (function (_super) {
|
|
|
1432
1694
|
MenuItemDirective.decorators = [
|
|
1433
1695
|
{ type: core.Directive, args: [{
|
|
1434
1696
|
selector: 'ejs-menu>e-menu-items>e-menu-item>',
|
|
1435
|
-
inputs: input$
|
|
1436
|
-
outputs: outputs$
|
|
1697
|
+
inputs: input$5,
|
|
1698
|
+
outputs: outputs$13,
|
|
1437
1699
|
queries: {}
|
|
1438
1700
|
},] },
|
|
1439
1701
|
];
|
|
@@ -1465,7 +1727,7 @@ MenuItemsDirective.decorators = [
|
|
|
1465
1727
|
* @nocollapse
|
|
1466
1728
|
*/
|
|
1467
1729
|
MenuItemsDirective.ctorParameters = function () { return []; };
|
|
1468
|
-
var __decorate$
|
|
1730
|
+
var __decorate$12 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1469
1731
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1470
1732
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1471
1733
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1475,13 +1737,13 @@ var __decorate$10 = (this && this.__decorate) || function (decorators, target, k
|
|
|
1475
1737
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1476
1738
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1477
1739
|
};
|
|
1478
|
-
var __metadata$
|
|
1740
|
+
var __metadata$12 = (this && this.__metadata) || function (k, v) {
|
|
1479
1741
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1480
1742
|
return Reflect.metadata(k, v);
|
|
1481
1743
|
};
|
|
1482
|
-
var inputs$
|
|
1483
|
-
var outputs$
|
|
1484
|
-
var twoWays$
|
|
1744
|
+
var inputs$8 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
|
|
1745
|
+
var outputs$14 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
|
|
1746
|
+
var twoWays$8 = [''];
|
|
1485
1747
|
/**
|
|
1486
1748
|
* Represents the EJ2 Angular Menu Component.
|
|
1487
1749
|
* ```html
|
|
@@ -1505,8 +1767,8 @@ exports.MenuComponent = /** @class */ (function (_super) {
|
|
|
1505
1767
|
_this.tags = ['items'];
|
|
1506
1768
|
_this.element = _this.ngEle.nativeElement;
|
|
1507
1769
|
_this.injectedModules = _this.injectedModules || [];
|
|
1508
|
-
_this.registerEvents(outputs$
|
|
1509
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1770
|
+
_this.registerEvents(outputs$14);
|
|
1771
|
+
_this.addTwoWay.call(_this, twoWays$8);
|
|
1510
1772
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1511
1773
|
_this.context = new ej2AngularBase.ComponentBase();
|
|
1512
1774
|
return _this;
|
|
@@ -1541,8 +1803,8 @@ exports.MenuComponent = /** @class */ (function (_super) {
|
|
|
1541
1803
|
exports.MenuComponent.decorators = [
|
|
1542
1804
|
{ type: core.Component, args: [{
|
|
1543
1805
|
selector: 'ejs-menu',
|
|
1544
|
-
inputs: inputs$
|
|
1545
|
-
outputs: outputs$
|
|
1806
|
+
inputs: inputs$8,
|
|
1807
|
+
outputs: outputs$14,
|
|
1546
1808
|
template: '',
|
|
1547
1809
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
1548
1810
|
queries: {
|
|
@@ -1562,13 +1824,13 @@ exports.MenuComponent.ctorParameters = function () { return [
|
|
|
1562
1824
|
exports.MenuComponent.propDecorators = {
|
|
1563
1825
|
'template': [{ type: core.ContentChild, args: ['template',] },],
|
|
1564
1826
|
};
|
|
1565
|
-
__decorate$
|
|
1827
|
+
__decorate$12([
|
|
1566
1828
|
ej2AngularBase.Template(),
|
|
1567
|
-
__metadata$
|
|
1829
|
+
__metadata$12("design:type", Object)
|
|
1568
1830
|
], exports.MenuComponent.prototype, "template", void 0);
|
|
1569
|
-
exports.MenuComponent = __decorate$
|
|
1831
|
+
exports.MenuComponent = __decorate$12([
|
|
1570
1832
|
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
1571
|
-
__metadata$
|
|
1833
|
+
__metadata$12("design:paramtypes", [core.ElementRef,
|
|
1572
1834
|
core.Renderer2,
|
|
1573
1835
|
core.ViewContainerRef,
|
|
1574
1836
|
core.Injector])
|
|
@@ -1636,6 +1898,10 @@ exports.BreadcrumbItemDirective = BreadcrumbItemDirective;
|
|
|
1636
1898
|
exports.BreadcrumbItemsDirective = BreadcrumbItemsDirective;
|
|
1637
1899
|
exports.BreadcrumbModule = BreadcrumbModule;
|
|
1638
1900
|
exports.BreadcrumbAllModule = BreadcrumbAllModule;
|
|
1901
|
+
exports.CarouselItemDirective = CarouselItemDirective;
|
|
1902
|
+
exports.CarouselItemsDirective = CarouselItemsDirective;
|
|
1903
|
+
exports.CarouselModule = CarouselModule;
|
|
1904
|
+
exports.CarouselAllModule = CarouselAllModule;
|
|
1639
1905
|
exports.TabItemDirective = TabItemDirective;
|
|
1640
1906
|
exports.TabItemsDirective = TabItemsDirective;
|
|
1641
1907
|
exports.TabModule = TabModule;
|
|
@@ -1652,18 +1918,20 @@ exports.ɵa = inputs;
|
|
|
1652
1918
|
exports.ɵb = outputs$1;
|
|
1653
1919
|
exports.ɵg = inputs$3;
|
|
1654
1920
|
exports.ɵh = outputs$6;
|
|
1921
|
+
exports.ɵi = inputs$4;
|
|
1922
|
+
exports.ɵj = outputs$8;
|
|
1655
1923
|
exports.ɵe = inputs$2;
|
|
1656
1924
|
exports.ɵf = outputs$4;
|
|
1925
|
+
exports.ɵq = inputs$8;
|
|
1926
|
+
exports.ɵr = outputs$14;
|
|
1657
1927
|
exports.ɵo = inputs$7;
|
|
1658
1928
|
exports.ɵp = outputs$12;
|
|
1659
|
-
exports.ɵ
|
|
1660
|
-
exports.ɵ
|
|
1661
|
-
exports.ɵi = inputs$4;
|
|
1662
|
-
exports.ɵj = outputs$8;
|
|
1929
|
+
exports.ɵk = inputs$5;
|
|
1930
|
+
exports.ɵl = outputs$10;
|
|
1663
1931
|
exports.ɵc = inputs$1;
|
|
1664
1932
|
exports.ɵd = outputs$3;
|
|
1665
|
-
exports.ɵ
|
|
1666
|
-
exports.ɵ
|
|
1933
|
+
exports.ɵm = inputs$6;
|
|
1934
|
+
exports.ɵn = outputs$11;
|
|
1667
1935
|
exports.MenuAnimationSettings = ej2Navigations.MenuAnimationSettings;
|
|
1668
1936
|
exports.MenuItem = ej2Navigations.MenuItem;
|
|
1669
1937
|
exports.HScroll = ej2Navigations.HScroll;
|
|
@@ -1690,6 +1958,9 @@ exports.TreeView = ej2Navigations.TreeView;
|
|
|
1690
1958
|
exports.Sidebar = ej2Navigations.Sidebar;
|
|
1691
1959
|
exports.BreadcrumbItem = ej2Navigations.BreadcrumbItem;
|
|
1692
1960
|
exports.Breadcrumb = ej2Navigations.Breadcrumb;
|
|
1961
|
+
exports.CarouselItem = ej2Navigations.CarouselItem;
|
|
1962
|
+
exports.CarouselAnimationSettings = ej2Navigations.CarouselAnimationSettings;
|
|
1963
|
+
exports.Carousel = ej2Navigations.Carousel;
|
|
1693
1964
|
|
|
1694
1965
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1695
1966
|
|