@syncfusion/ej2-angular-navigations 19.2.59 → 19.3.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-navigations.es5.js +295 -69
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-navigations.js +280 -69
- package/@syncfusion/ej2-angular-navigations.js.map +1 -1
- package/CHANGELOG.md +33 -0
- package/README.md +15 -0
- package/dist/ej2-angular-navigations.umd.js +307 -73
- package/dist/ej2-angular-navigations.umd.js.map +1 -1
- package/dist/ej2-angular-navigations.umd.min.js +2 -2
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
- package/ej2-angular-navigations.d.ts +5 -4
- package/ej2-angular-navigations.metadata.json +1 -1
- package/package.json +11 -9
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/accordion/accordion.component.d.ts +6 -1
- package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -0
- package/src/breadcrumb/breadcrumb.component.d.ts +44 -0
- package/src/breadcrumb/breadcrumb.module.d.ts +5 -0
- package/src/breadcrumb/items.directive.d.ts +41 -0
- package/src/context-menu/contextmenu.component.d.ts +7 -0
- package/src/index.d.ts +4 -0
- package/src/menu/menu.component.d.ts +7 -0
- package/src/sidebar/sidebar.component.d.ts +5 -0
- package/src/tab/tab.component.d.ts +11 -0
- package/src/toolbar/items.directive.d.ts +1 -0
- package/src/toolbar/toolbar.component.d.ts +4 -0
- package/src/treeview/treeview.component.d.ts +22 -0
- package/styles/accordion/bootstrap5-dark.css +428 -0
- package/styles/accordion/bootstrap5-dark.scss +1 -0
- package/styles/accordion/bootstrap5.css +428 -0
- package/styles/accordion/bootstrap5.scss +1 -0
- package/styles/accordion/highcontrast-light.css +0 -1
- package/styles/accordion/highcontrast.css +0 -1
- package/styles/accordion/material-dark.css +2 -2
- package/styles/accordion/tailwind-dark.css +1 -1
- package/styles/bootstrap-dark.css +352 -60
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +349 -57
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +351 -60
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +9922 -0
- package/styles/bootstrap5-dark.scss +10 -0
- package/styles/bootstrap5.css +9922 -0
- package/styles/bootstrap5.scss +10 -0
- package/styles/breadcrumb/bootstrap-dark.css +279 -0
- package/styles/breadcrumb/bootstrap-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap.css +279 -0
- package/styles/breadcrumb/bootstrap.scss +1 -0
- package/styles/breadcrumb/bootstrap4.css +279 -0
- package/styles/breadcrumb/bootstrap4.scss +1 -0
- package/styles/breadcrumb/bootstrap5-dark.css +297 -0
- package/styles/breadcrumb/bootstrap5-dark.scss +1 -0
- package/styles/breadcrumb/bootstrap5.css +297 -0
- package/styles/breadcrumb/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fabric-dark.css +277 -0
- package/styles/breadcrumb/fabric-dark.scss +1 -0
- package/styles/breadcrumb/fabric.css +277 -0
- package/styles/breadcrumb/fabric.scss +1 -0
- package/styles/breadcrumb/highcontrast-light.css +285 -0
- package/styles/breadcrumb/highcontrast-light.scss +1 -0
- package/styles/breadcrumb/highcontrast.css +285 -0
- package/styles/breadcrumb/highcontrast.scss +1 -0
- package/styles/breadcrumb/material-dark.css +259 -0
- package/styles/breadcrumb/material-dark.scss +1 -0
- package/styles/breadcrumb/material.css +259 -0
- package/styles/breadcrumb/material.scss +1 -0
- package/styles/breadcrumb/tailwind-dark.css +280 -0
- package/styles/breadcrumb/tailwind-dark.scss +1 -0
- package/styles/breadcrumb/tailwind.css +280 -0
- package/styles/breadcrumb/tailwind.scss +1 -0
- package/styles/context-menu/bootstrap5-dark.css +382 -0
- package/styles/context-menu/bootstrap5-dark.scss +1 -0
- package/styles/context-menu/bootstrap5.css +382 -0
- package/styles/context-menu/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +352 -78
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +346 -72
- package/styles/fabric.scss +1 -0
- package/styles/h-scroll/bootstrap5-dark.css +328 -0
- package/styles/h-scroll/bootstrap5-dark.scss +1 -0
- package/styles/h-scroll/bootstrap5.css +328 -0
- package/styles/h-scroll/bootstrap5.scss +1 -0
- package/styles/h-scroll/fabric-dark.css +1 -1
- package/styles/h-scroll/highcontrast.css +1 -1
- package/styles/highcontrast-light.css +354 -73
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +356 -75
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +360 -105
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +324 -69
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap-dark.css +36 -36
- package/styles/menu/bootstrap.css +36 -36
- package/styles/menu/bootstrap4.css +34 -34
- package/styles/menu/bootstrap5-dark.css +1251 -0
- package/styles/menu/bootstrap5-dark.scss +1 -0
- package/styles/menu/bootstrap5.css +1251 -0
- package/styles/menu/bootstrap5.scss +1 -0
- package/styles/menu/fabric-dark.css +36 -36
- package/styles/menu/fabric.css +36 -36
- package/styles/menu/highcontrast-light.css +36 -36
- package/styles/menu/highcontrast.css +36 -36
- package/styles/menu/material-dark.css +36 -36
- package/styles/menu/material.css +36 -36
- package/styles/menu/tailwind-dark.css +36 -36
- package/styles/menu/tailwind.css +36 -36
- package/styles/sidebar/bootstrap5-dark.css +155 -0
- package/styles/sidebar/bootstrap5-dark.scss +1 -0
- package/styles/sidebar/bootstrap5.css +155 -0
- package/styles/sidebar/bootstrap5.scss +1 -0
- package/styles/sidebar/highcontrast.css +1 -1
- package/styles/tab/bootstrap-dark.css +15 -14
- package/styles/tab/bootstrap.css +12 -11
- package/styles/tab/bootstrap4.css +15 -14
- package/styles/tab/bootstrap5-dark.css +4442 -0
- package/styles/tab/bootstrap5-dark.scss +1 -0
- package/styles/tab/bootstrap5.css +4442 -0
- package/styles/tab/bootstrap5.scss +1 -0
- package/styles/tab/fabric-dark.css +16 -15
- package/styles/tab/fabric.css +14 -13
- package/styles/tab/highcontrast-light.css +14 -13
- package/styles/tab/highcontrast.css +14 -13
- package/styles/tab/material-dark.css +36 -35
- package/styles/tab/material.css +11 -10
- package/styles/tab/tailwind-dark.css +27 -39
- package/styles/tab/tailwind.css +22 -34
- package/styles/tailwind-dark.css +379 -111
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +364 -96
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap-dark.css +13 -10
- package/styles/toolbar/bootstrap.css +13 -10
- package/styles/toolbar/bootstrap4.css +14 -12
- package/styles/toolbar/bootstrap5-dark.css +1409 -0
- package/styles/toolbar/bootstrap5-dark.scss +1 -0
- package/styles/toolbar/bootstrap5.css +1409 -0
- package/styles/toolbar/bootstrap5.scss +1 -0
- package/styles/toolbar/fabric-dark.css +13 -26
- package/styles/toolbar/fabric.css +10 -23
- package/styles/toolbar/highcontrast-light.css +10 -23
- package/styles/toolbar/highcontrast.css +10 -23
- package/styles/toolbar/material-dark.css +11 -24
- package/styles/toolbar/material.css +10 -23
- package/styles/toolbar/tailwind-dark.css +20 -29
- package/styles/toolbar/tailwind.css +16 -25
- package/styles/treeview/bootstrap-dark.css +8 -0
- package/styles/treeview/bootstrap.css +8 -0
- package/styles/treeview/bootstrap4.css +8 -0
- package/styles/treeview/bootstrap5-dark.css +974 -0
- package/styles/treeview/bootstrap5-dark.scss +1 -0
- package/styles/treeview/bootstrap5.css +974 -0
- package/styles/treeview/bootstrap5.scss +1 -0
- package/styles/treeview/fabric-dark.css +8 -0
- package/styles/treeview/fabric.css +8 -0
- package/styles/treeview/highcontrast-light.css +8 -0
- package/styles/treeview/highcontrast.css +8 -0
- package/styles/treeview/material-dark.css +15 -7
- package/styles/treeview/material.css +8 -0
- package/styles/treeview/tailwind-dark.css +10 -2
- package/styles/treeview/tailwind.css +9 -1
- package/styles/v-scroll/bootstrap5-dark.css +247 -0
- package/styles/v-scroll/bootstrap5-dark.scss +1 -0
- package/styles/v-scroll/bootstrap5.css +247 -0
- package/styles/v-scroll/bootstrap5.scss +1 -0
- package/styles/v-scroll/material-dark.css +1 -1
- package/styles/v-scroll/tailwind-dark.css +4 -4
package/README.md
CHANGED
|
@@ -25,6 +25,13 @@ Following list of components are available in the package
|
|
|
25
25
|
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=accordion#/material/accordion/default.html)
|
|
26
26
|
* [Product Page](https://www.syncfusion.com/products/angular/accordion)
|
|
27
27
|
|
|
28
|
+
* Breadcrumb - Graphical user interface that helps to identify or highlight the current location within a hierarchical structure of websites. The aim is to make the user aware of their current position in a hierarchy of website links.
|
|
29
|
+
|
|
30
|
+
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/breadcrumb/getting-started?lang=typescript&utm_source=npm&utm_campaign=breadcrumb)
|
|
31
|
+
* [API References](https://ej2.syncfusion.com/angular/documentation/api/breadcrumb?utm_source=npm&utm_campaign=breadcrumb)
|
|
32
|
+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=contextmenu#/material/breadcrumb/default)
|
|
33
|
+
* [Product Page](https://www.syncfusion.com/angular-ui-components/angular-breadcrumb)
|
|
34
|
+
|
|
28
35
|
* ContextMenu - Graphical user interface that appears on the user right click/touch hold action. It has the support to provide nested level menu items.
|
|
29
36
|
|
|
30
37
|
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/context-menu/getting-started?lang=typescript&utm_source=npm&utm_campaign=context-menu)
|
|
@@ -94,6 +101,14 @@ Sidebar component is used in the following samples.
|
|
|
94
101
|
3. **RTL Support** - Supports right-to-left alignment.
|
|
95
102
|
4. **Accessibility** - Provides built-in compliance with the WAI-ARIA specifications and it is achieved through attributes. By default, it allows to interact with Accordion by using keyboard shortcuts.
|
|
96
103
|
|
|
104
|
+
### Breadcrumb
|
|
105
|
+
|
|
106
|
+
1. **Overflow Mode** - Used to limit the number of breadcrumb items to be displayed.
|
|
107
|
+
2. **Icons** - Icons can be specified in Breadcrumb items.
|
|
108
|
+
3. **Template** - Supports template for item and separator.
|
|
109
|
+
4. **Bind To Location** - Supports items to be rendered based on the URL or current location.
|
|
110
|
+
5. **Accessibility** - Provided with built-in accessibility support that helps to access all the Breadcrumb component features through the keyboard, screen readers, or other assistive technology devices.
|
|
111
|
+
|
|
97
112
|
### ContextMenu
|
|
98
113
|
|
|
99
114
|
1. **Separator** - Supports menu items grouping by using the Separator.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-navigations.umd.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.44
|
|
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
|
|
@@ -652,6 +652,71 @@ ContextMenuAllModule.decorators = [
|
|
|
652
652
|
* @nocollapse
|
|
653
653
|
*/
|
|
654
654
|
ContextMenuAllModule.ctorParameters = function () { return []; };
|
|
655
|
+
var input$2 = ['iconCss', 'text', 'url'];
|
|
656
|
+
var outputs$5 = [];
|
|
657
|
+
/**
|
|
658
|
+
* `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
|
|
659
|
+
* It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
|
|
660
|
+
* ```html
|
|
661
|
+
* <ejs-breadcrumb>
|
|
662
|
+
* <e-breadcrumb-items>
|
|
663
|
+
* <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
|
|
664
|
+
* <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
|
|
665
|
+
* </e-breadcrumb-items>
|
|
666
|
+
* </ejs-breadcrumb>
|
|
667
|
+
* ```
|
|
668
|
+
*/
|
|
669
|
+
var BreadcrumbItemDirective = /** @class */ (function (_super) {
|
|
670
|
+
__extends(BreadcrumbItemDirective, _super);
|
|
671
|
+
/**
|
|
672
|
+
* @param {?} viewContainerRef
|
|
673
|
+
*/
|
|
674
|
+
function BreadcrumbItemDirective(viewContainerRef) {
|
|
675
|
+
var _this = _super.call(this) || this;
|
|
676
|
+
_this.viewContainerRef = viewContainerRef;
|
|
677
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
678
|
+
_this.registerEvents(outputs$5);
|
|
679
|
+
_this.directivePropList = input$2;
|
|
680
|
+
return _this;
|
|
681
|
+
}
|
|
682
|
+
return BreadcrumbItemDirective;
|
|
683
|
+
}(ej2AngularBase.ComplexBase));
|
|
684
|
+
BreadcrumbItemDirective.decorators = [
|
|
685
|
+
{ type: core.Directive, args: [{
|
|
686
|
+
selector: 'ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item',
|
|
687
|
+
inputs: input$2,
|
|
688
|
+
outputs: outputs$5,
|
|
689
|
+
queries: {}
|
|
690
|
+
},] },
|
|
691
|
+
];
|
|
692
|
+
/**
|
|
693
|
+
* @nocollapse
|
|
694
|
+
*/
|
|
695
|
+
BreadcrumbItemDirective.ctorParameters = function () { return [
|
|
696
|
+
{ type: core.ViewContainerRef, },
|
|
697
|
+
]; };
|
|
698
|
+
/**
|
|
699
|
+
* BreadcrumbItem Array Directive
|
|
700
|
+
*/
|
|
701
|
+
var BreadcrumbItemsDirective = /** @class */ (function (_super) {
|
|
702
|
+
__extends(BreadcrumbItemsDirective, _super);
|
|
703
|
+
function BreadcrumbItemsDirective() {
|
|
704
|
+
return _super.call(this, 'items') || this;
|
|
705
|
+
}
|
|
706
|
+
return BreadcrumbItemsDirective;
|
|
707
|
+
}(ej2AngularBase.ArrayBase));
|
|
708
|
+
BreadcrumbItemsDirective.decorators = [
|
|
709
|
+
{ type: core.Directive, args: [{
|
|
710
|
+
selector: 'ejs-breadcrumb>e-breadcrumb-items',
|
|
711
|
+
queries: {
|
|
712
|
+
children: new core.ContentChildren(BreadcrumbItemDirective)
|
|
713
|
+
},
|
|
714
|
+
},] },
|
|
715
|
+
];
|
|
716
|
+
/**
|
|
717
|
+
* @nocollapse
|
|
718
|
+
*/
|
|
719
|
+
BreadcrumbItemsDirective.ctorParameters = function () { return []; };
|
|
655
720
|
var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
656
721
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
657
722
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
@@ -666,8 +731,169 @@ var __metadata$5 = (this && this.__metadata) || function (k, v) {
|
|
|
666
731
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
667
732
|
return Reflect.metadata(k, v);
|
|
668
733
|
};
|
|
669
|
-
var
|
|
670
|
-
var outputs$
|
|
734
|
+
var inputs$3 = ['activeItem', 'cssClass', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url', 'width'];
|
|
735
|
+
var outputs$6 = ['beforeItemRender', 'created', 'itemClick', 'activeItemChange'];
|
|
736
|
+
var twoWays$3 = ['activeItem'];
|
|
737
|
+
/**
|
|
738
|
+
* Represents the EJ2 Angular Breadcrumb Component.
|
|
739
|
+
* ```html
|
|
740
|
+
* <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>
|
|
741
|
+
* ```
|
|
742
|
+
*/
|
|
743
|
+
exports.BreadcrumbComponent = /** @class */ (function (_super) {
|
|
744
|
+
__extends(BreadcrumbComponent, _super);
|
|
745
|
+
/**
|
|
746
|
+
* @param {?} ngEle
|
|
747
|
+
* @param {?} srenderer
|
|
748
|
+
* @param {?} viewContainerRef
|
|
749
|
+
* @param {?} injector
|
|
750
|
+
*/
|
|
751
|
+
function BreadcrumbComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
752
|
+
var _this = _super.call(this) || this;
|
|
753
|
+
_this.ngEle = ngEle;
|
|
754
|
+
_this.srenderer = srenderer;
|
|
755
|
+
_this.viewContainerRef = viewContainerRef;
|
|
756
|
+
_this.injector = injector;
|
|
757
|
+
_this.tags = ['items'];
|
|
758
|
+
_this.element = _this.ngEle.nativeElement;
|
|
759
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
760
|
+
_this.registerEvents(outputs$6);
|
|
761
|
+
_this.addTwoWay.call(_this, twoWays$3);
|
|
762
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
763
|
+
_this.context = new ej2AngularBase.ComponentBase();
|
|
764
|
+
return _this;
|
|
765
|
+
}
|
|
766
|
+
/**
|
|
767
|
+
* @return {?}
|
|
768
|
+
*/
|
|
769
|
+
BreadcrumbComponent.prototype.ngOnInit = function () {
|
|
770
|
+
this.context.ngOnInit(this);
|
|
771
|
+
};
|
|
772
|
+
/**
|
|
773
|
+
* @return {?}
|
|
774
|
+
*/
|
|
775
|
+
BreadcrumbComponent.prototype.ngAfterViewInit = function () {
|
|
776
|
+
this.context.ngAfterViewInit(this);
|
|
777
|
+
};
|
|
778
|
+
/**
|
|
779
|
+
* @return {?}
|
|
780
|
+
*/
|
|
781
|
+
BreadcrumbComponent.prototype.ngOnDestroy = function () {
|
|
782
|
+
this.context.ngOnDestroy(this);
|
|
783
|
+
};
|
|
784
|
+
/**
|
|
785
|
+
* @return {?}
|
|
786
|
+
*/
|
|
787
|
+
BreadcrumbComponent.prototype.ngAfterContentChecked = function () {
|
|
788
|
+
this.tagObjects[0].instance = this.childItems;
|
|
789
|
+
this.context.ngAfterContentChecked(this);
|
|
790
|
+
};
|
|
791
|
+
return BreadcrumbComponent;
|
|
792
|
+
}(ej2Navigations.Breadcrumb));
|
|
793
|
+
exports.BreadcrumbComponent.decorators = [
|
|
794
|
+
{ type: core.Component, args: [{
|
|
795
|
+
selector: 'ejs-breadcrumb',
|
|
796
|
+
inputs: inputs$3,
|
|
797
|
+
outputs: outputs$6,
|
|
798
|
+
template: '',
|
|
799
|
+
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
800
|
+
queries: {
|
|
801
|
+
childItems: new core.ContentChild(BreadcrumbItemsDirective)
|
|
802
|
+
}
|
|
803
|
+
},] },
|
|
804
|
+
];
|
|
805
|
+
/**
|
|
806
|
+
* @nocollapse
|
|
807
|
+
*/
|
|
808
|
+
exports.BreadcrumbComponent.ctorParameters = function () { return [
|
|
809
|
+
{ type: core.ElementRef, },
|
|
810
|
+
{ type: core.Renderer2, },
|
|
811
|
+
{ type: core.ViewContainerRef, },
|
|
812
|
+
{ type: core.Injector, },
|
|
813
|
+
]; };
|
|
814
|
+
exports.BreadcrumbComponent.propDecorators = {
|
|
815
|
+
'separatorTemplate': [{ type: core.ContentChild, args: ['separatorTemplate',] },],
|
|
816
|
+
'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
|
|
817
|
+
};
|
|
818
|
+
__decorate$5([
|
|
819
|
+
ej2AngularBase.Template(),
|
|
820
|
+
__metadata$5("design:type", Object)
|
|
821
|
+
], exports.BreadcrumbComponent.prototype, "separatorTemplate", void 0);
|
|
822
|
+
__decorate$5([
|
|
823
|
+
ej2AngularBase.Template(),
|
|
824
|
+
__metadata$5("design:type", Object)
|
|
825
|
+
], exports.BreadcrumbComponent.prototype, "itemTemplate", void 0);
|
|
826
|
+
exports.BreadcrumbComponent = __decorate$5([
|
|
827
|
+
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
828
|
+
__metadata$5("design:paramtypes", [core.ElementRef,
|
|
829
|
+
core.Renderer2,
|
|
830
|
+
core.ViewContainerRef,
|
|
831
|
+
core.Injector])
|
|
832
|
+
], exports.BreadcrumbComponent);
|
|
833
|
+
/**
|
|
834
|
+
* NgModule definition for the Breadcrumb component.
|
|
835
|
+
*/
|
|
836
|
+
var BreadcrumbModule = /** @class */ (function () {
|
|
837
|
+
function BreadcrumbModule() {
|
|
838
|
+
}
|
|
839
|
+
return BreadcrumbModule;
|
|
840
|
+
}());
|
|
841
|
+
BreadcrumbModule.decorators = [
|
|
842
|
+
{ type: core.NgModule, args: [{
|
|
843
|
+
imports: [common.CommonModule],
|
|
844
|
+
declarations: [
|
|
845
|
+
exports.BreadcrumbComponent,
|
|
846
|
+
BreadcrumbItemDirective,
|
|
847
|
+
BreadcrumbItemsDirective
|
|
848
|
+
],
|
|
849
|
+
exports: [
|
|
850
|
+
exports.BreadcrumbComponent,
|
|
851
|
+
BreadcrumbItemDirective,
|
|
852
|
+
BreadcrumbItemsDirective
|
|
853
|
+
]
|
|
854
|
+
},] },
|
|
855
|
+
];
|
|
856
|
+
/**
|
|
857
|
+
* @nocollapse
|
|
858
|
+
*/
|
|
859
|
+
BreadcrumbModule.ctorParameters = function () { return []; };
|
|
860
|
+
/**
|
|
861
|
+
* NgModule definition for the Breadcrumb component with providers.
|
|
862
|
+
*/
|
|
863
|
+
var BreadcrumbAllModule = /** @class */ (function () {
|
|
864
|
+
function BreadcrumbAllModule() {
|
|
865
|
+
}
|
|
866
|
+
return BreadcrumbAllModule;
|
|
867
|
+
}());
|
|
868
|
+
BreadcrumbAllModule.decorators = [
|
|
869
|
+
{ type: core.NgModule, args: [{
|
|
870
|
+
imports: [common.CommonModule, BreadcrumbModule],
|
|
871
|
+
exports: [
|
|
872
|
+
BreadcrumbModule
|
|
873
|
+
],
|
|
874
|
+
providers: []
|
|
875
|
+
},] },
|
|
876
|
+
];
|
|
877
|
+
/**
|
|
878
|
+
* @nocollapse
|
|
879
|
+
*/
|
|
880
|
+
BreadcrumbAllModule.ctorParameters = function () { return []; };
|
|
881
|
+
var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
882
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
883
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
884
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
885
|
+
else
|
|
886
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
887
|
+
if (d = decorators[i])
|
|
888
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
889
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
890
|
+
};
|
|
891
|
+
var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
892
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
893
|
+
return Reflect.metadata(k, v);
|
|
894
|
+
};
|
|
895
|
+
var input$3 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'visible'];
|
|
896
|
+
var outputs$7 = [];
|
|
671
897
|
/**
|
|
672
898
|
* 'e-tabitem' directive represent a item of the Angular Tab.
|
|
673
899
|
* It must be contained in a Tab component(`ejs-tab`).
|
|
@@ -689,8 +915,8 @@ var TabItemDirective = /** @class */ (function (_super) {
|
|
|
689
915
|
var _this = _super.call(this) || this;
|
|
690
916
|
_this.viewContainerRef = viewContainerRef;
|
|
691
917
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
692
|
-
_this.registerEvents(outputs$
|
|
693
|
-
_this.directivePropList = input$
|
|
918
|
+
_this.registerEvents(outputs$7);
|
|
919
|
+
_this.directivePropList = input$3;
|
|
694
920
|
return _this;
|
|
695
921
|
}
|
|
696
922
|
return TabItemDirective;
|
|
@@ -698,8 +924,8 @@ var TabItemDirective = /** @class */ (function (_super) {
|
|
|
698
924
|
TabItemDirective.decorators = [
|
|
699
925
|
{ type: core.Directive, args: [{
|
|
700
926
|
selector: 'e-tabitems>e-tabitem',
|
|
701
|
-
inputs: input$
|
|
702
|
-
outputs: outputs$
|
|
927
|
+
inputs: input$3,
|
|
928
|
+
outputs: outputs$7,
|
|
703
929
|
queries: {}
|
|
704
930
|
},] },
|
|
705
931
|
];
|
|
@@ -714,17 +940,17 @@ TabItemDirective.propDecorators = {
|
|
|
714
940
|
'header_text': [{ type: core.ContentChild, args: ['headerText',] },],
|
|
715
941
|
'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
|
|
716
942
|
};
|
|
717
|
-
__decorate$
|
|
943
|
+
__decorate$6([
|
|
718
944
|
ej2AngularBase.Template(),
|
|
719
|
-
__metadata$
|
|
945
|
+
__metadata$6("design:type", Object)
|
|
720
946
|
], TabItemDirective.prototype, "content", void 0);
|
|
721
|
-
__decorate$
|
|
947
|
+
__decorate$6([
|
|
722
948
|
ej2AngularBase.Template(),
|
|
723
|
-
__metadata$
|
|
949
|
+
__metadata$6("design:type", Object)
|
|
724
950
|
], TabItemDirective.prototype, "header_text", void 0);
|
|
725
|
-
__decorate$
|
|
951
|
+
__decorate$6([
|
|
726
952
|
ej2AngularBase.Template(),
|
|
727
|
-
__metadata$
|
|
953
|
+
__metadata$6("design:type", Object)
|
|
728
954
|
], TabItemDirective.prototype, "headerTemplate", void 0);
|
|
729
955
|
/**
|
|
730
956
|
* TabItem Array Directive
|
|
@@ -748,7 +974,7 @@ TabItemsDirective.decorators = [
|
|
|
748
974
|
* @nocollapse
|
|
749
975
|
*/
|
|
750
976
|
TabItemsDirective.ctorParameters = function () { return []; };
|
|
751
|
-
var __decorate$
|
|
977
|
+
var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
752
978
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
753
979
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
754
980
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -758,13 +984,13 @@ var __decorate$6 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
758
984
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
759
985
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
760
986
|
};
|
|
761
|
-
var __metadata$
|
|
987
|
+
var __metadata$7 = (this && this.__metadata) || function (k, v) {
|
|
762
988
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
763
989
|
return Reflect.metadata(k, v);
|
|
764
990
|
};
|
|
765
|
-
var inputs$
|
|
766
|
-
var outputs$
|
|
767
|
-
var twoWays$
|
|
991
|
+
var inputs$4 = ['allowDragAndDrop', 'animation', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
|
|
992
|
+
var outputs$8 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
|
|
993
|
+
var twoWays$4 = [''];
|
|
768
994
|
/**
|
|
769
995
|
* Represents the Angular Tab Component.
|
|
770
996
|
* ```html
|
|
@@ -788,8 +1014,8 @@ exports.TabComponent = /** @class */ (function (_super) {
|
|
|
788
1014
|
_this.tags = ['items'];
|
|
789
1015
|
_this.element = _this.ngEle.nativeElement;
|
|
790
1016
|
_this.injectedModules = _this.injectedModules || [];
|
|
791
|
-
_this.registerEvents(outputs$
|
|
792
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1017
|
+
_this.registerEvents(outputs$8);
|
|
1018
|
+
_this.addTwoWay.call(_this, twoWays$4);
|
|
793
1019
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
794
1020
|
_this.containerContext = new ej2AngularBase.ComponentBase();
|
|
795
1021
|
return _this;
|
|
@@ -824,8 +1050,8 @@ exports.TabComponent = /** @class */ (function (_super) {
|
|
|
824
1050
|
exports.TabComponent.decorators = [
|
|
825
1051
|
{ type: core.Component, args: [{
|
|
826
1052
|
selector: 'ejs-tab',
|
|
827
|
-
inputs: inputs$
|
|
828
|
-
outputs: outputs$
|
|
1053
|
+
inputs: inputs$4,
|
|
1054
|
+
outputs: outputs$8,
|
|
829
1055
|
template: "<ng-content select='div'></ng-content>",
|
|
830
1056
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
831
1057
|
queries: {
|
|
@@ -842,9 +1068,9 @@ exports.TabComponent.ctorParameters = function () { return [
|
|
|
842
1068
|
{ type: core.ViewContainerRef, },
|
|
843
1069
|
{ type: core.Injector, },
|
|
844
1070
|
]; };
|
|
845
|
-
exports.TabComponent = __decorate$
|
|
1071
|
+
exports.TabComponent = __decorate$7([
|
|
846
1072
|
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
847
|
-
__metadata$
|
|
1073
|
+
__metadata$7("design:paramtypes", [core.ElementRef,
|
|
848
1074
|
core.Renderer2,
|
|
849
1075
|
core.ViewContainerRef,
|
|
850
1076
|
core.Injector])
|
|
@@ -897,7 +1123,7 @@ TabAllModule.decorators = [
|
|
|
897
1123
|
* @nocollapse
|
|
898
1124
|
*/
|
|
899
1125
|
TabAllModule.ctorParameters = function () { return []; };
|
|
900
|
-
var __decorate$
|
|
1126
|
+
var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
901
1127
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
902
1128
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
903
1129
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -907,13 +1133,13 @@ var __decorate$7 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
907
1133
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
908
1134
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
909
1135
|
};
|
|
910
|
-
var __metadata$
|
|
1136
|
+
var __metadata$8 = (this && this.__metadata) || function (k, v) {
|
|
911
1137
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
912
1138
|
return Reflect.metadata(k, v);
|
|
913
1139
|
};
|
|
914
|
-
var inputs$
|
|
915
|
-
var outputs$
|
|
916
|
-
var twoWays$
|
|
1140
|
+
var inputs$5 = ['allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder'];
|
|
1141
|
+
var outputs$9 = ['actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
|
|
1142
|
+
var twoWays$5 = [''];
|
|
917
1143
|
/**
|
|
918
1144
|
* 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.
|
|
919
1145
|
* ```html
|
|
@@ -936,8 +1162,8 @@ exports.TreeViewComponent = /** @class */ (function (_super) {
|
|
|
936
1162
|
_this.injector = injector;
|
|
937
1163
|
_this.element = _this.ngEle.nativeElement;
|
|
938
1164
|
_this.injectedModules = _this.injectedModules || [];
|
|
939
|
-
_this.registerEvents(outputs$
|
|
940
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1165
|
+
_this.registerEvents(outputs$9);
|
|
1166
|
+
_this.addTwoWay.call(_this, twoWays$5);
|
|
941
1167
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
942
1168
|
_this.context = new ej2AngularBase.ComponentBase();
|
|
943
1169
|
return _this;
|
|
@@ -971,8 +1197,8 @@ exports.TreeViewComponent = /** @class */ (function (_super) {
|
|
|
971
1197
|
exports.TreeViewComponent.decorators = [
|
|
972
1198
|
{ type: core.Component, args: [{
|
|
973
1199
|
selector: 'ejs-treeview',
|
|
974
|
-
inputs: inputs$
|
|
975
|
-
outputs: outputs$
|
|
1200
|
+
inputs: inputs$5,
|
|
1201
|
+
outputs: outputs$9,
|
|
976
1202
|
template: '',
|
|
977
1203
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
978
1204
|
queries: {}
|
|
@@ -990,13 +1216,13 @@ exports.TreeViewComponent.ctorParameters = function () { return [
|
|
|
990
1216
|
exports.TreeViewComponent.propDecorators = {
|
|
991
1217
|
'nodeTemplate': [{ type: core.ContentChild, args: ['nodeTemplate',] },],
|
|
992
1218
|
};
|
|
993
|
-
__decorate$
|
|
1219
|
+
__decorate$8([
|
|
994
1220
|
ej2AngularBase.Template(),
|
|
995
|
-
__metadata$
|
|
1221
|
+
__metadata$8("design:type", Object)
|
|
996
1222
|
], exports.TreeViewComponent.prototype, "nodeTemplate", void 0);
|
|
997
|
-
exports.TreeViewComponent = __decorate$
|
|
1223
|
+
exports.TreeViewComponent = __decorate$8([
|
|
998
1224
|
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
999
|
-
__metadata$
|
|
1225
|
+
__metadata$8("design:paramtypes", [core.ElementRef,
|
|
1000
1226
|
core.Renderer2,
|
|
1001
1227
|
core.ViewContainerRef,
|
|
1002
1228
|
core.Injector])
|
|
@@ -1045,7 +1271,7 @@ TreeViewAllModule.decorators = [
|
|
|
1045
1271
|
* @nocollapse
|
|
1046
1272
|
*/
|
|
1047
1273
|
TreeViewAllModule.ctorParameters = function () { return []; };
|
|
1048
|
-
var __decorate$
|
|
1274
|
+
var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1049
1275
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1050
1276
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1051
1277
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1055,13 +1281,13 @@ var __decorate$8 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1055
1281
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1056
1282
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1057
1283
|
};
|
|
1058
|
-
var __metadata$
|
|
1284
|
+
var __metadata$9 = (this && this.__metadata) || function (k, v) {
|
|
1059
1285
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1060
1286
|
return Reflect.metadata(k, v);
|
|
1061
1287
|
};
|
|
1062
|
-
var inputs$
|
|
1063
|
-
var outputs$
|
|
1064
|
-
var twoWays$
|
|
1288
|
+
var inputs$6 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
|
|
1289
|
+
var outputs$10 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
|
|
1290
|
+
var twoWays$6 = ['isOpen'];
|
|
1065
1291
|
/**
|
|
1066
1292
|
* Represents the Essential JS 2 Angular Sidebar Component.
|
|
1067
1293
|
* ```html
|
|
@@ -1084,8 +1310,8 @@ exports.SidebarComponent = /** @class */ (function (_super) {
|
|
|
1084
1310
|
_this.injector = injector;
|
|
1085
1311
|
_this.element = _this.ngEle.nativeElement;
|
|
1086
1312
|
_this.injectedModules = _this.injectedModules || [];
|
|
1087
|
-
_this.registerEvents(outputs$
|
|
1088
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1313
|
+
_this.registerEvents(outputs$10);
|
|
1314
|
+
_this.addTwoWay.call(_this, twoWays$6);
|
|
1089
1315
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1090
1316
|
_this.containerContext = new ej2AngularBase.ComponentBase();
|
|
1091
1317
|
return _this;
|
|
@@ -1119,8 +1345,8 @@ exports.SidebarComponent = /** @class */ (function (_super) {
|
|
|
1119
1345
|
exports.SidebarComponent.decorators = [
|
|
1120
1346
|
{ type: core.Component, args: [{
|
|
1121
1347
|
selector: 'ejs-sidebar',
|
|
1122
|
-
inputs: inputs$
|
|
1123
|
-
outputs: outputs$
|
|
1348
|
+
inputs: inputs$6,
|
|
1349
|
+
outputs: outputs$10,
|
|
1124
1350
|
template: "<ng-content ></ng-content>",
|
|
1125
1351
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
1126
1352
|
queries: {}
|
|
@@ -1135,9 +1361,9 @@ exports.SidebarComponent.ctorParameters = function () { return [
|
|
|
1135
1361
|
{ type: core.ViewContainerRef, },
|
|
1136
1362
|
{ type: core.Injector, },
|
|
1137
1363
|
]; };
|
|
1138
|
-
exports.SidebarComponent = __decorate$
|
|
1364
|
+
exports.SidebarComponent = __decorate$9([
|
|
1139
1365
|
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
1140
|
-
__metadata$
|
|
1366
|
+
__metadata$9("design:paramtypes", [core.ElementRef,
|
|
1141
1367
|
core.Renderer2,
|
|
1142
1368
|
core.ViewContainerRef,
|
|
1143
1369
|
core.Injector])
|
|
@@ -1186,8 +1412,8 @@ SidebarAllModule.decorators = [
|
|
|
1186
1412
|
* @nocollapse
|
|
1187
1413
|
*/
|
|
1188
1414
|
SidebarAllModule.ctorParameters = function () { return []; };
|
|
1189
|
-
var input$
|
|
1190
|
-
var outputs$
|
|
1415
|
+
var input$4 = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
|
|
1416
|
+
var outputs$11 = [];
|
|
1191
1417
|
var MenuItemDirective = /** @class */ (function (_super) {
|
|
1192
1418
|
__extends(MenuItemDirective, _super);
|
|
1193
1419
|
/**
|
|
@@ -1197,8 +1423,8 @@ var MenuItemDirective = /** @class */ (function (_super) {
|
|
|
1197
1423
|
var _this = _super.call(this) || this;
|
|
1198
1424
|
_this.viewContainerRef = viewContainerRef;
|
|
1199
1425
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1200
|
-
_this.registerEvents(outputs$
|
|
1201
|
-
_this.directivePropList = input$
|
|
1426
|
+
_this.registerEvents(outputs$11);
|
|
1427
|
+
_this.directivePropList = input$4;
|
|
1202
1428
|
return _this;
|
|
1203
1429
|
}
|
|
1204
1430
|
return MenuItemDirective;
|
|
@@ -1206,8 +1432,8 @@ var MenuItemDirective = /** @class */ (function (_super) {
|
|
|
1206
1432
|
MenuItemDirective.decorators = [
|
|
1207
1433
|
{ type: core.Directive, args: [{
|
|
1208
1434
|
selector: 'ejs-menu>e-menu-items>e-menu-item>',
|
|
1209
|
-
inputs: input$
|
|
1210
|
-
outputs: outputs$
|
|
1435
|
+
inputs: input$4,
|
|
1436
|
+
outputs: outputs$11,
|
|
1211
1437
|
queries: {}
|
|
1212
1438
|
},] },
|
|
1213
1439
|
];
|
|
@@ -1239,7 +1465,7 @@ MenuItemsDirective.decorators = [
|
|
|
1239
1465
|
* @nocollapse
|
|
1240
1466
|
*/
|
|
1241
1467
|
MenuItemsDirective.ctorParameters = function () { return []; };
|
|
1242
|
-
var __decorate$
|
|
1468
|
+
var __decorate$10 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1243
1469
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1244
1470
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1245
1471
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1249,13 +1475,13 @@ var __decorate$9 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1249
1475
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1250
1476
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1251
1477
|
};
|
|
1252
|
-
var __metadata$
|
|
1478
|
+
var __metadata$10 = (this && this.__metadata) || function (k, v) {
|
|
1253
1479
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1254
1480
|
return Reflect.metadata(k, v);
|
|
1255
1481
|
};
|
|
1256
|
-
var inputs$
|
|
1257
|
-
var outputs$
|
|
1258
|
-
var twoWays$
|
|
1482
|
+
var inputs$7 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
|
|
1483
|
+
var outputs$12 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
|
|
1484
|
+
var twoWays$7 = [''];
|
|
1259
1485
|
/**
|
|
1260
1486
|
* Represents the EJ2 Angular Menu Component.
|
|
1261
1487
|
* ```html
|
|
@@ -1279,8 +1505,8 @@ exports.MenuComponent = /** @class */ (function (_super) {
|
|
|
1279
1505
|
_this.tags = ['items'];
|
|
1280
1506
|
_this.element = _this.ngEle.nativeElement;
|
|
1281
1507
|
_this.injectedModules = _this.injectedModules || [];
|
|
1282
|
-
_this.registerEvents(outputs$
|
|
1283
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1508
|
+
_this.registerEvents(outputs$12);
|
|
1509
|
+
_this.addTwoWay.call(_this, twoWays$7);
|
|
1284
1510
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1285
1511
|
_this.context = new ej2AngularBase.ComponentBase();
|
|
1286
1512
|
return _this;
|
|
@@ -1315,8 +1541,8 @@ exports.MenuComponent = /** @class */ (function (_super) {
|
|
|
1315
1541
|
exports.MenuComponent.decorators = [
|
|
1316
1542
|
{ type: core.Component, args: [{
|
|
1317
1543
|
selector: 'ejs-menu',
|
|
1318
|
-
inputs: inputs$
|
|
1319
|
-
outputs: outputs$
|
|
1544
|
+
inputs: inputs$7,
|
|
1545
|
+
outputs: outputs$12,
|
|
1320
1546
|
template: '',
|
|
1321
1547
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
1322
1548
|
queries: {
|
|
@@ -1336,13 +1562,13 @@ exports.MenuComponent.ctorParameters = function () { return [
|
|
|
1336
1562
|
exports.MenuComponent.propDecorators = {
|
|
1337
1563
|
'template': [{ type: core.ContentChild, args: ['template',] },],
|
|
1338
1564
|
};
|
|
1339
|
-
__decorate$
|
|
1565
|
+
__decorate$10([
|
|
1340
1566
|
ej2AngularBase.Template(),
|
|
1341
|
-
__metadata$
|
|
1567
|
+
__metadata$10("design:type", Object)
|
|
1342
1568
|
], exports.MenuComponent.prototype, "template", void 0);
|
|
1343
|
-
exports.MenuComponent = __decorate$
|
|
1569
|
+
exports.MenuComponent = __decorate$10([
|
|
1344
1570
|
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
1345
|
-
__metadata$
|
|
1571
|
+
__metadata$10("design:paramtypes", [core.ElementRef,
|
|
1346
1572
|
core.Renderer2,
|
|
1347
1573
|
core.ViewContainerRef,
|
|
1348
1574
|
core.Injector])
|
|
@@ -1406,6 +1632,10 @@ exports.ToolbarModule = ToolbarModule;
|
|
|
1406
1632
|
exports.ToolbarAllModule = ToolbarAllModule;
|
|
1407
1633
|
exports.ContextMenuModule = ContextMenuModule;
|
|
1408
1634
|
exports.ContextMenuAllModule = ContextMenuAllModule;
|
|
1635
|
+
exports.BreadcrumbItemDirective = BreadcrumbItemDirective;
|
|
1636
|
+
exports.BreadcrumbItemsDirective = BreadcrumbItemsDirective;
|
|
1637
|
+
exports.BreadcrumbModule = BreadcrumbModule;
|
|
1638
|
+
exports.BreadcrumbAllModule = BreadcrumbAllModule;
|
|
1409
1639
|
exports.TabItemDirective = TabItemDirective;
|
|
1410
1640
|
exports.TabItemsDirective = TabItemsDirective;
|
|
1411
1641
|
exports.TabModule = TabModule;
|
|
@@ -1420,18 +1650,20 @@ exports.MenuModule = MenuModule;
|
|
|
1420
1650
|
exports.MenuAllModule = MenuAllModule;
|
|
1421
1651
|
exports.ɵa = inputs;
|
|
1422
1652
|
exports.ɵb = outputs$1;
|
|
1653
|
+
exports.ɵg = inputs$3;
|
|
1654
|
+
exports.ɵh = outputs$6;
|
|
1423
1655
|
exports.ɵe = inputs$2;
|
|
1424
1656
|
exports.ɵf = outputs$4;
|
|
1657
|
+
exports.ɵo = inputs$7;
|
|
1658
|
+
exports.ɵp = outputs$12;
|
|
1425
1659
|
exports.ɵm = inputs$6;
|
|
1426
1660
|
exports.ɵn = outputs$10;
|
|
1427
|
-
exports.ɵ
|
|
1428
|
-
exports.ɵ
|
|
1429
|
-
exports.ɵg = inputs$3;
|
|
1430
|
-
exports.ɵh = outputs$6;
|
|
1661
|
+
exports.ɵi = inputs$4;
|
|
1662
|
+
exports.ɵj = outputs$8;
|
|
1431
1663
|
exports.ɵc = inputs$1;
|
|
1432
1664
|
exports.ɵd = outputs$3;
|
|
1433
|
-
exports.ɵ
|
|
1434
|
-
exports.ɵ
|
|
1665
|
+
exports.ɵk = inputs$5;
|
|
1666
|
+
exports.ɵl = outputs$9;
|
|
1435
1667
|
exports.MenuAnimationSettings = ej2Navigations.MenuAnimationSettings;
|
|
1436
1668
|
exports.MenuItem = ej2Navigations.MenuItem;
|
|
1437
1669
|
exports.HScroll = ej2Navigations.HScroll;
|
|
@@ -1456,6 +1688,8 @@ exports.ActionSettings = ej2Navigations.ActionSettings;
|
|
|
1456
1688
|
exports.NodeAnimationSettings = ej2Navigations.NodeAnimationSettings;
|
|
1457
1689
|
exports.TreeView = ej2Navigations.TreeView;
|
|
1458
1690
|
exports.Sidebar = ej2Navigations.Sidebar;
|
|
1691
|
+
exports.BreadcrumbItem = ej2Navigations.BreadcrumbItem;
|
|
1692
|
+
exports.Breadcrumb = ej2Navigations.Breadcrumb;
|
|
1459
1693
|
|
|
1460
1694
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1461
1695
|
|