@syncfusion/ej2-angular-navigations 25.2.4-ngcc → 25.2.4

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.
Files changed (101) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/accordion/accordion-all.module.mjs +23 -0
  3. package/esm2020/src/accordion/accordion.component.mjs +77 -0
  4. package/esm2020/src/accordion/accordion.module.mjs +34 -0
  5. package/esm2020/src/accordion/items.directive.mjs +72 -0
  6. package/esm2020/src/appbar/appbar-all.module.mjs +23 -0
  7. package/esm2020/src/appbar/appbar.component.mjs +59 -0
  8. package/esm2020/src/appbar/appbar.module.mjs +25 -0
  9. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +23 -0
  10. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +77 -0
  11. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +34 -0
  12. package/esm2020/src/breadcrumb/items.directive.mjs +58 -0
  13. package/esm2020/src/carousel/carousel-all.module.mjs +23 -0
  14. package/esm2020/src/carousel/carousel.component.mjs +95 -0
  15. package/esm2020/src/carousel/carousel.module.mjs +34 -0
  16. package/esm2020/src/carousel/items.directive.mjs +66 -0
  17. package/esm2020/src/context-menu/contextmenu-all.module.mjs +23 -0
  18. package/esm2020/src/context-menu/contextmenu.component.mjs +60 -0
  19. package/esm2020/src/context-menu/contextmenu.module.mjs +25 -0
  20. package/esm2020/src/index.mjs +42 -0
  21. package/esm2020/src/menu/items.directive.mjs +46 -0
  22. package/esm2020/src/menu/menu-all.module.mjs +23 -0
  23. package/esm2020/src/menu/menu.component.mjs +71 -0
  24. package/esm2020/src/menu/menu.module.mjs +34 -0
  25. package/esm2020/src/sidebar/sidebar-all.module.mjs +23 -0
  26. package/esm2020/src/sidebar/sidebar.component.mjs +59 -0
  27. package/esm2020/src/sidebar/sidebar.module.mjs +25 -0
  28. package/esm2020/src/stepper/stepper-all.module.mjs +23 -0
  29. package/esm2020/src/stepper/stepper.component.mjs +77 -0
  30. package/esm2020/src/stepper/stepper.module.mjs +34 -0
  31. package/esm2020/src/stepper/steps.directive.mjs +58 -0
  32. package/esm2020/src/tab/items.directive.mjs +78 -0
  33. package/esm2020/src/tab/tab-all.module.mjs +23 -0
  34. package/esm2020/src/tab/tab.component.mjs +64 -0
  35. package/esm2020/src/tab/tab.module.mjs +34 -0
  36. package/esm2020/src/toolbar/items.directive.mjs +66 -0
  37. package/esm2020/src/toolbar/toolbar-all.module.mjs +23 -0
  38. package/esm2020/src/toolbar/toolbar.component.mjs +64 -0
  39. package/esm2020/src/toolbar/toolbar.module.mjs +34 -0
  40. package/esm2020/src/treeview/treeview-all.module.mjs +23 -0
  41. package/esm2020/src/treeview/treeview.component.mjs +66 -0
  42. package/esm2020/src/treeview/treeview.module.mjs +25 -0
  43. package/esm2020/syncfusion-ej2-angular-navigations.mjs +5 -0
  44. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +1617 -0
  45. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -0
  46. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +1617 -0
  47. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -0
  48. package/package.json +26 -12
  49. package/postinstall/tagchange.js +16 -16
  50. package/src/accordion/accordion-all.module.d.ts +6 -0
  51. package/src/accordion/accordion.component.d.ts +3 -0
  52. package/src/accordion/accordion.module.d.ts +7 -0
  53. package/src/accordion/items.directive.d.ts +5 -0
  54. package/src/appbar/appbar-all.module.d.ts +6 -0
  55. package/src/appbar/appbar.component.d.ts +3 -0
  56. package/src/appbar/appbar.module.d.ts +6 -0
  57. package/src/breadcrumb/breadcrumb-all.module.d.ts +6 -0
  58. package/src/breadcrumb/breadcrumb.component.d.ts +3 -0
  59. package/src/breadcrumb/breadcrumb.module.d.ts +7 -0
  60. package/src/breadcrumb/items.directive.d.ts +5 -0
  61. package/src/carousel/carousel-all.module.d.ts +6 -0
  62. package/src/carousel/carousel.component.d.ts +3 -0
  63. package/src/carousel/carousel.module.d.ts +7 -0
  64. package/src/carousel/items.directive.d.ts +5 -0
  65. package/src/context-menu/contextmenu-all.module.d.ts +6 -0
  66. package/src/context-menu/contextmenu.component.d.ts +3 -0
  67. package/src/context-menu/contextmenu.module.d.ts +6 -0
  68. package/src/menu/items.directive.d.ts +5 -0
  69. package/src/menu/menu-all.module.d.ts +6 -0
  70. package/src/menu/menu.component.d.ts +3 -0
  71. package/src/menu/menu.module.d.ts +7 -0
  72. package/src/sidebar/sidebar-all.module.d.ts +6 -0
  73. package/src/sidebar/sidebar.component.d.ts +3 -0
  74. package/src/sidebar/sidebar.module.d.ts +6 -0
  75. package/src/stepper/stepper-all.module.d.ts +6 -0
  76. package/src/stepper/stepper.component.d.ts +3 -0
  77. package/src/stepper/stepper.module.d.ts +7 -0
  78. package/src/stepper/steps.directive.d.ts +5 -0
  79. package/src/tab/items.directive.d.ts +5 -0
  80. package/src/tab/tab-all.module.d.ts +6 -0
  81. package/src/tab/tab.component.d.ts +3 -0
  82. package/src/tab/tab.module.d.ts +7 -0
  83. package/src/toolbar/items.directive.d.ts +5 -0
  84. package/src/toolbar/toolbar-all.module.d.ts +6 -0
  85. package/src/toolbar/toolbar.component.d.ts +3 -0
  86. package/src/toolbar/toolbar.module.d.ts +7 -0
  87. package/src/treeview/treeview-all.module.d.ts +6 -0
  88. package/src/treeview/treeview.component.d.ts +3 -0
  89. package/src/treeview/treeview.module.d.ts +6 -0
  90. package/syncfusion-ej2-angular-navigations.d.ts +5 -0
  91. package/@syncfusion/ej2-angular-navigations.es5.js +0 -2247
  92. package/@syncfusion/ej2-angular-navigations.es5.js.map +0 -1
  93. package/@syncfusion/ej2-angular-navigations.js +0 -2070
  94. package/@syncfusion/ej2-angular-navigations.js.map +0 -1
  95. package/CHANGELOG.md +0 -2437
  96. package/dist/ej2-angular-navigations.umd.js +0 -1925
  97. package/dist/ej2-angular-navigations.umd.js.map +0 -1
  98. package/dist/ej2-angular-navigations.umd.min.js +0 -11
  99. package/dist/ej2-angular-navigations.umd.min.js.map +0 -1
  100. package/ej2-angular-navigations.d.ts +0 -15
  101. package/ej2-angular-navigations.metadata.json +0 -1
@@ -1,1925 +0,0 @@
1
- /*!
2
- * filename: ej2-angular-navigations.umd.js
3
- * version : 25.2.4
4
- * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
- (function (global, factory) {
11
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-navigations'), require('@angular/common')) :
12
- typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-navigations', '@angular/common'], factory) :
13
- (factory((global['ej2-angular-navigations'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.navigations,global.ng.common));
14
- }(this, (function (exports,core,ej2AngularBase,ej2Navigations,common) { 'use strict';
15
-
16
- var __extends = (this && this.__extends) || (function () {
17
- var extendStatics = Object.setPrototypeOf ||
18
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
20
- return function (d, b) {
21
- extendStatics(d, b);
22
- function __() { this.constructor = d; }
23
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
24
- };
25
- })();
26
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
27
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
28
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
29
- r = Reflect.decorate(decorators, target, key, desc);
30
- else
31
- for (var i = decorators.length - 1; i >= 0; i--)
32
- if (d = decorators[i])
33
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
34
- return c > 3 && r && Object.defineProperty(target, key, r), r;
35
- };
36
- var __metadata = (this && this.__metadata) || function (k, v) {
37
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
38
- return Reflect.metadata(k, v);
39
- };
40
- var input = ['content', 'cssClass', 'disabled', 'expanded', 'header', 'iconCss', 'id', 'visible'];
41
- var outputs = [];
42
-
43
- var AccordionItemDirective = (function (_super) {
44
- __extends(AccordionItemDirective, _super);
45
-
46
- function AccordionItemDirective(viewContainerRef) {
47
- var _this = _super.call(this) || this;
48
- _this.viewContainerRef = viewContainerRef;
49
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
50
- _this.registerEvents(outputs);
51
- _this.directivePropList = input;
52
- return _this;
53
- }
54
- return AccordionItemDirective;
55
- }(ej2AngularBase.ComplexBase));
56
- AccordionItemDirective.decorators = [
57
- { type: core.Directive, args: [{
58
- selector: 'e-accordionitems>e-accordionitem',
59
- inputs: input,
60
- outputs: outputs,
61
- queries: {}
62
- },] },
63
- ];
64
-
65
- AccordionItemDirective.ctorParameters = function () { return [
66
- { type: core.ViewContainerRef, },
67
- ]; };
68
- AccordionItemDirective.propDecorators = {
69
- 'header': [{ type: core.ContentChild, args: ['header',] },],
70
- 'content': [{ type: core.ContentChild, args: ['content',] },],
71
- };
72
- __decorate([
73
- ej2AngularBase.Template(),
74
- __metadata("design:type", Object)
75
- ], AccordionItemDirective.prototype, "header", void 0);
76
- __decorate([
77
- ej2AngularBase.Template(),
78
- __metadata("design:type", Object)
79
- ], AccordionItemDirective.prototype, "content", void 0);
80
-
81
- var AccordionItemsDirective = (function (_super) {
82
- __extends(AccordionItemsDirective, _super);
83
- function AccordionItemsDirective() {
84
- return _super.call(this, 'items') || this;
85
- }
86
- return AccordionItemsDirective;
87
- }(ej2AngularBase.ArrayBase));
88
- AccordionItemsDirective.decorators = [
89
- { type: core.Directive, args: [{
90
- selector: 'ejs-accordion>e-accordionitems',
91
- queries: {
92
- children: new core.ContentChildren(AccordionItemDirective)
93
- },
94
- },] },
95
- ];
96
-
97
- AccordionItemsDirective.ctorParameters = function () { return []; };
98
- var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
99
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
100
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
101
- r = Reflect.decorate(decorators, target, key, desc);
102
- else
103
- for (var i = decorators.length - 1; i >= 0; i--)
104
- if (d = decorators[i])
105
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
106
- return c > 3 && r && Object.defineProperty(target, key, r), r;
107
- };
108
- var __metadata$1 = (this && this.__metadata) || function (k, v) {
109
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
110
- return Reflect.metadata(k, v);
111
- };
112
- var inputs = ['animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width'];
113
- var outputs$1 = ['clicked', 'created', 'destroyed', 'expanded', 'expanding', 'expandedIndicesChange'];
114
- var twoWays = ['expandedIndices'];
115
-
116
- exports.AccordionComponent = (function (_super) {
117
- __extends(AccordionComponent, _super);
118
-
119
- function AccordionComponent(ngEle, srenderer, viewContainerRef, injector) {
120
- var _this = _super.call(this) || this;
121
- _this.ngEle = ngEle;
122
- _this.srenderer = srenderer;
123
- _this.viewContainerRef = viewContainerRef;
124
- _this.injector = injector;
125
- _this.tags = ['items'];
126
- _this.element = _this.ngEle.nativeElement;
127
- _this.injectedModules = _this.injectedModules || [];
128
- _this.registerEvents(outputs$1);
129
- _this.addTwoWay.call(_this, twoWays);
130
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
131
- _this.containerContext = new ej2AngularBase.ComponentBase();
132
- return _this;
133
- }
134
-
135
- AccordionComponent.prototype.ngOnInit = function () {
136
- this.containerContext.ngOnInit(this);
137
- };
138
-
139
- AccordionComponent.prototype.ngAfterViewInit = function () {
140
- this.containerContext.ngAfterViewInit(this);
141
- };
142
-
143
- AccordionComponent.prototype.ngOnDestroy = function () {
144
- this.containerContext.ngOnDestroy(this);
145
- };
146
-
147
- AccordionComponent.prototype.ngAfterContentChecked = function () {
148
- this.tagObjects[0].instance = this.childItems;
149
- this.containerContext.ngAfterContentChecked(this);
150
- };
151
- return AccordionComponent;
152
- }(ej2Navigations.Accordion));
153
- exports.AccordionComponent.decorators = [
154
- { type: core.Component, args: [{
155
- selector: 'ejs-accordion',
156
- inputs: inputs,
157
- outputs: outputs$1,
158
- template: "<ng-content select='div'></ng-content>",
159
- changeDetection: core.ChangeDetectionStrategy.OnPush,
160
- queries: {
161
- childItems: new core.ContentChild(AccordionItemsDirective)
162
- }
163
- },] },
164
- ];
165
-
166
- exports.AccordionComponent.ctorParameters = function () { return [
167
- { type: core.ElementRef, },
168
- { type: core.Renderer2, },
169
- { type: core.ViewContainerRef, },
170
- { type: core.Injector, },
171
- ]; };
172
- exports.AccordionComponent.propDecorators = {
173
- 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
174
- 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
175
- };
176
- __decorate$1([
177
- ej2AngularBase.Template(),
178
- __metadata$1("design:type", Object)
179
- ], exports.AccordionComponent.prototype, "headerTemplate", void 0);
180
- __decorate$1([
181
- ej2AngularBase.Template(),
182
- __metadata$1("design:type", Object)
183
- ], exports.AccordionComponent.prototype, "itemTemplate", void 0);
184
- exports.AccordionComponent = __decorate$1([
185
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
186
- __metadata$1("design:paramtypes", [core.ElementRef,
187
- core.Renderer2,
188
- core.ViewContainerRef,
189
- core.Injector])
190
- ], exports.AccordionComponent);
191
-
192
- var AccordionModule = (function () {
193
- function AccordionModule() {
194
- }
195
- return AccordionModule;
196
- }());
197
- AccordionModule.decorators = [
198
- { type: core.NgModule, args: [{
199
- imports: [common.CommonModule],
200
- declarations: [
201
- exports.AccordionComponent,
202
- AccordionItemDirective,
203
- AccordionItemsDirective
204
- ],
205
- exports: [
206
- exports.AccordionComponent,
207
- AccordionItemDirective,
208
- AccordionItemsDirective
209
- ]
210
- },] },
211
- ];
212
-
213
- AccordionModule.ctorParameters = function () { return []; };
214
-
215
- var AccordionAllModule = (function () {
216
- function AccordionAllModule() {
217
- }
218
- return AccordionAllModule;
219
- }());
220
- AccordionAllModule.decorators = [
221
- { type: core.NgModule, args: [{
222
- imports: [common.CommonModule, AccordionModule],
223
- exports: [
224
- AccordionModule
225
- ],
226
- providers: []
227
- },] },
228
- ];
229
-
230
- AccordionAllModule.ctorParameters = function () { return []; };
231
- var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
232
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
233
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
234
- r = Reflect.decorate(decorators, target, key, desc);
235
- else
236
- for (var i = decorators.length - 1; i >= 0; i--)
237
- if (d = decorators[i])
238
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
239
- return c > 3 && r && Object.defineProperty(target, key, r), r;
240
- };
241
- var __metadata$2 = (this && this.__metadata) || function (k, v) {
242
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
243
- return Reflect.metadata(k, v);
244
- };
245
- var input$1 = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];
246
- var outputs$2 = ['click'];
247
-
248
- var ItemDirective = (function (_super) {
249
- __extends(ItemDirective, _super);
250
-
251
- function ItemDirective(viewContainerRef) {
252
- var _this = _super.call(this) || this;
253
- _this.viewContainerRef = viewContainerRef;
254
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
255
- _this.registerEvents(outputs$2);
256
- _this.directivePropList = input$1;
257
- return _this;
258
- }
259
- return ItemDirective;
260
- }(ej2AngularBase.ComplexBase));
261
- ItemDirective.decorators = [
262
- { type: core.Directive, args: [{
263
- selector: 'e-items>e-item',
264
- inputs: input$1,
265
- outputs: outputs$2,
266
- queries: {}
267
- },] },
268
- ];
269
-
270
- ItemDirective.ctorParameters = function () { return [
271
- { type: core.ViewContainerRef, },
272
- ]; };
273
- ItemDirective.propDecorators = {
274
- 'template': [{ type: core.ContentChild, args: ['template',] },],
275
- };
276
- __decorate$2([
277
- ej2AngularBase.Template(),
278
- __metadata$2("design:type", Object)
279
- ], ItemDirective.prototype, "template", void 0);
280
-
281
- var ItemsDirective = (function (_super) {
282
- __extends(ItemsDirective, _super);
283
- function ItemsDirective() {
284
- return _super.call(this, 'items') || this;
285
- }
286
- return ItemsDirective;
287
- }(ej2AngularBase.ArrayBase));
288
- ItemsDirective.decorators = [
289
- { type: core.Directive, args: [{
290
- selector: 'ejs-toolbar>e-items',
291
- queries: {
292
- children: new core.ContentChildren(ItemDirective)
293
- },
294
- },] },
295
- ];
296
-
297
- ItemsDirective.ctorParameters = function () { return []; };
298
- var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
299
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
300
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
301
- r = Reflect.decorate(decorators, target, key, desc);
302
- else
303
- for (var i = decorators.length - 1; i >= 0; i--)
304
- if (d = decorators[i])
305
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
306
- return c > 3 && r && Object.defineProperty(target, key, r), r;
307
- };
308
- var __metadata$3 = (this && this.__metadata) || function (k, v) {
309
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
310
- return Reflect.metadata(k, v);
311
- };
312
- var inputs$1 = ['allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width'];
313
- var outputs$3 = ['beforeCreate', 'clicked', 'created', 'destroyed'];
314
- var twoWays$1 = [''];
315
-
316
- exports.ToolbarComponent = (function (_super) {
317
- __extends(ToolbarComponent, _super);
318
-
319
- function ToolbarComponent(ngEle, srenderer, viewContainerRef, injector) {
320
- var _this = _super.call(this) || this;
321
- _this.ngEle = ngEle;
322
- _this.srenderer = srenderer;
323
- _this.viewContainerRef = viewContainerRef;
324
- _this.injector = injector;
325
- _this.tags = ['items'];
326
- _this.element = _this.ngEle.nativeElement;
327
- _this.injectedModules = _this.injectedModules || [];
328
- _this.registerEvents(outputs$3);
329
- _this.addTwoWay.call(_this, twoWays$1);
330
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
331
- _this.containerContext = new ej2AngularBase.ComponentBase();
332
- return _this;
333
- }
334
-
335
- ToolbarComponent.prototype.ngOnInit = function () {
336
- this.containerContext.ngOnInit(this);
337
- };
338
-
339
- ToolbarComponent.prototype.ngAfterViewInit = function () {
340
- this.containerContext.ngAfterViewInit(this);
341
- };
342
-
343
- ToolbarComponent.prototype.ngOnDestroy = function () {
344
- this.containerContext.ngOnDestroy(this);
345
- };
346
-
347
- ToolbarComponent.prototype.ngAfterContentChecked = function () {
348
- this.tagObjects[0].instance = this.childItems;
349
- this.containerContext.ngAfterContentChecked(this);
350
- };
351
- return ToolbarComponent;
352
- }(ej2Navigations.Toolbar));
353
- exports.ToolbarComponent.decorators = [
354
- { type: core.Component, args: [{
355
- selector: 'ejs-toolbar',
356
- inputs: inputs$1,
357
- outputs: outputs$3,
358
- template: "<ng-content select='div'></ng-content>",
359
- changeDetection: core.ChangeDetectionStrategy.OnPush,
360
- queries: {
361
- childItems: new core.ContentChild(ItemsDirective)
362
- }
363
- },] },
364
- ];
365
-
366
- exports.ToolbarComponent.ctorParameters = function () { return [
367
- { type: core.ElementRef, },
368
- { type: core.Renderer2, },
369
- { type: core.ViewContainerRef, },
370
- { type: core.Injector, },
371
- ]; };
372
- exports.ToolbarComponent = __decorate$3([
373
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
374
- __metadata$3("design:paramtypes", [core.ElementRef,
375
- core.Renderer2,
376
- core.ViewContainerRef,
377
- core.Injector])
378
- ], exports.ToolbarComponent);
379
-
380
- var ToolbarModule = (function () {
381
- function ToolbarModule() {
382
- }
383
- return ToolbarModule;
384
- }());
385
- ToolbarModule.decorators = [
386
- { type: core.NgModule, args: [{
387
- imports: [common.CommonModule],
388
- declarations: [
389
- exports.ToolbarComponent,
390
- ItemDirective,
391
- ItemsDirective
392
- ],
393
- exports: [
394
- exports.ToolbarComponent,
395
- ItemDirective,
396
- ItemsDirective
397
- ]
398
- },] },
399
- ];
400
-
401
- ToolbarModule.ctorParameters = function () { return []; };
402
-
403
- var ToolbarAllModule = (function () {
404
- function ToolbarAllModule() {
405
- }
406
- return ToolbarAllModule;
407
- }());
408
- ToolbarAllModule.decorators = [
409
- { type: core.NgModule, args: [{
410
- imports: [common.CommonModule, ToolbarModule],
411
- exports: [
412
- ToolbarModule
413
- ],
414
- providers: []
415
- },] },
416
- ];
417
-
418
- ToolbarAllModule.ctorParameters = function () { return []; };
419
- var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
420
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
421
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
422
- r = Reflect.decorate(decorators, target, key, desc);
423
- else
424
- for (var i = decorators.length - 1; i >= 0; i--)
425
- if (d = decorators[i])
426
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
427
- return c > 3 && r && Object.defineProperty(target, key, r), r;
428
- };
429
- var __metadata$4 = (this && this.__metadata) || function (k, v) {
430
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
431
- return Reflect.metadata(k, v);
432
- };
433
- var inputs$2 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template'];
434
- var outputs$4 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
435
- var twoWays$2 = [''];
436
-
437
- exports.ContextMenuComponent = (function (_super) {
438
- __extends(ContextMenuComponent, _super);
439
-
440
- function ContextMenuComponent(ngEle, srenderer, viewContainerRef, injector) {
441
- var _this = _super.call(this) || this;
442
- _this.ngEle = ngEle;
443
- _this.srenderer = srenderer;
444
- _this.viewContainerRef = viewContainerRef;
445
- _this.injector = injector;
446
- _this.element = _this.ngEle.nativeElement;
447
- _this.injectedModules = _this.injectedModules || [];
448
- _this.registerEvents(outputs$4);
449
- _this.addTwoWay.call(_this, twoWays$2);
450
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
451
- _this.context = new ej2AngularBase.ComponentBase();
452
- return _this;
453
- }
454
-
455
- ContextMenuComponent.prototype.ngOnInit = function () {
456
- this.context.ngOnInit(this);
457
- };
458
-
459
- ContextMenuComponent.prototype.ngAfterViewInit = function () {
460
- this.context.ngAfterViewInit(this);
461
- };
462
-
463
- ContextMenuComponent.prototype.ngOnDestroy = function () {
464
- this.context.ngOnDestroy(this);
465
- };
466
-
467
- ContextMenuComponent.prototype.ngAfterContentChecked = function () {
468
- this.context.ngAfterContentChecked(this);
469
- };
470
- return ContextMenuComponent;
471
- }(ej2Navigations.ContextMenu));
472
- exports.ContextMenuComponent.decorators = [
473
- { type: core.Component, args: [{
474
- selector: 'ejs-contextmenu',
475
- inputs: inputs$2,
476
- outputs: outputs$4,
477
- template: '',
478
- changeDetection: core.ChangeDetectionStrategy.OnPush,
479
- queries: {}
480
- },] },
481
- ];
482
-
483
- exports.ContextMenuComponent.ctorParameters = function () { return [
484
- { type: core.ElementRef, },
485
- { type: core.Renderer2, },
486
- { type: core.ViewContainerRef, },
487
- { type: core.Injector, },
488
- ]; };
489
- exports.ContextMenuComponent = __decorate$4([
490
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
491
- __metadata$4("design:paramtypes", [core.ElementRef,
492
- core.Renderer2,
493
- core.ViewContainerRef,
494
- core.Injector])
495
- ], exports.ContextMenuComponent);
496
-
497
- var ContextMenuModule = (function () {
498
- function ContextMenuModule() {
499
- }
500
- return ContextMenuModule;
501
- }());
502
- ContextMenuModule.decorators = [
503
- { type: core.NgModule, args: [{
504
- imports: [common.CommonModule],
505
- declarations: [
506
- exports.ContextMenuComponent
507
- ],
508
- exports: [
509
- exports.ContextMenuComponent
510
- ]
511
- },] },
512
- ];
513
-
514
- ContextMenuModule.ctorParameters = function () { return []; };
515
-
516
- var ContextMenuAllModule = (function () {
517
- function ContextMenuAllModule() {
518
- }
519
- return ContextMenuAllModule;
520
- }());
521
- ContextMenuAllModule.decorators = [
522
- { type: core.NgModule, args: [{
523
- imports: [common.CommonModule, ContextMenuModule],
524
- exports: [
525
- ContextMenuModule
526
- ],
527
- providers: []
528
- },] },
529
- ];
530
-
531
- ContextMenuAllModule.ctorParameters = function () { return []; };
532
- var input$2 = ['disabled', 'iconCss', 'text', 'url'];
533
- var outputs$5 = [];
534
-
535
- var BreadcrumbItemDirective = (function (_super) {
536
- __extends(BreadcrumbItemDirective, _super);
537
-
538
- function BreadcrumbItemDirective(viewContainerRef) {
539
- var _this = _super.call(this) || this;
540
- _this.viewContainerRef = viewContainerRef;
541
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
542
- _this.registerEvents(outputs$5);
543
- _this.directivePropList = input$2;
544
- return _this;
545
- }
546
- return BreadcrumbItemDirective;
547
- }(ej2AngularBase.ComplexBase));
548
- BreadcrumbItemDirective.decorators = [
549
- { type: core.Directive, args: [{
550
- selector: 'ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item',
551
- inputs: input$2,
552
- outputs: outputs$5,
553
- queries: {}
554
- },] },
555
- ];
556
-
557
- BreadcrumbItemDirective.ctorParameters = function () { return [
558
- { type: core.ViewContainerRef, },
559
- ]; };
560
-
561
- var BreadcrumbItemsDirective = (function (_super) {
562
- __extends(BreadcrumbItemsDirective, _super);
563
- function BreadcrumbItemsDirective() {
564
- return _super.call(this, 'items') || this;
565
- }
566
- return BreadcrumbItemsDirective;
567
- }(ej2AngularBase.ArrayBase));
568
- BreadcrumbItemsDirective.decorators = [
569
- { type: core.Directive, args: [{
570
- selector: 'ejs-breadcrumb>e-breadcrumb-items',
571
- queries: {
572
- children: new core.ContentChildren(BreadcrumbItemDirective)
573
- },
574
- },] },
575
- ];
576
-
577
- BreadcrumbItemsDirective.ctorParameters = function () { return []; };
578
- var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
579
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
580
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
581
- r = Reflect.decorate(decorators, target, key, desc);
582
- else
583
- for (var i = decorators.length - 1; i >= 0; i--)
584
- if (d = decorators[i])
585
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
586
- return c > 3 && r && Object.defineProperty(target, key, r), r;
587
- };
588
- var __metadata$5 = (this && this.__metadata) || function (k, v) {
589
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
590
- return Reflect.metadata(k, v);
591
- };
592
- var inputs$3 = ['activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url'];
593
- var outputs$6 = ['beforeItemRender', 'created', 'itemClick', 'activeItemChange'];
594
- var twoWays$3 = ['activeItem'];
595
-
596
- exports.BreadcrumbComponent = (function (_super) {
597
- __extends(BreadcrumbComponent, _super);
598
-
599
- function BreadcrumbComponent(ngEle, srenderer, viewContainerRef, injector) {
600
- var _this = _super.call(this) || this;
601
- _this.ngEle = ngEle;
602
- _this.srenderer = srenderer;
603
- _this.viewContainerRef = viewContainerRef;
604
- _this.injector = injector;
605
- _this.tags = ['items'];
606
- _this.element = _this.ngEle.nativeElement;
607
- _this.injectedModules = _this.injectedModules || [];
608
- _this.registerEvents(outputs$6);
609
- _this.addTwoWay.call(_this, twoWays$3);
610
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
611
- _this.context = new ej2AngularBase.ComponentBase();
612
- return _this;
613
- }
614
-
615
- BreadcrumbComponent.prototype.ngOnInit = function () {
616
- this.context.ngOnInit(this);
617
- };
618
-
619
- BreadcrumbComponent.prototype.ngAfterViewInit = function () {
620
- this.context.ngAfterViewInit(this);
621
- };
622
-
623
- BreadcrumbComponent.prototype.ngOnDestroy = function () {
624
- this.context.ngOnDestroy(this);
625
- };
626
-
627
- BreadcrumbComponent.prototype.ngAfterContentChecked = function () {
628
- this.tagObjects[0].instance = this.childItems;
629
- this.context.ngAfterContentChecked(this);
630
- };
631
- return BreadcrumbComponent;
632
- }(ej2Navigations.Breadcrumb));
633
- exports.BreadcrumbComponent.decorators = [
634
- { type: core.Component, args: [{
635
- selector: 'ejs-breadcrumb',
636
- inputs: inputs$3,
637
- outputs: outputs$6,
638
- template: '',
639
- changeDetection: core.ChangeDetectionStrategy.OnPush,
640
- queries: {
641
- childItems: new core.ContentChild(BreadcrumbItemsDirective)
642
- }
643
- },] },
644
- ];
645
-
646
- exports.BreadcrumbComponent.ctorParameters = function () { return [
647
- { type: core.ElementRef, },
648
- { type: core.Renderer2, },
649
- { type: core.ViewContainerRef, },
650
- { type: core.Injector, },
651
- ]; };
652
- exports.BreadcrumbComponent.propDecorators = {
653
- 'separatorTemplate': [{ type: core.ContentChild, args: ['separatorTemplate',] },],
654
- 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
655
- };
656
- __decorate$5([
657
- ej2AngularBase.Template(),
658
- __metadata$5("design:type", Object)
659
- ], exports.BreadcrumbComponent.prototype, "separatorTemplate", void 0);
660
- __decorate$5([
661
- ej2AngularBase.Template(),
662
- __metadata$5("design:type", Object)
663
- ], exports.BreadcrumbComponent.prototype, "itemTemplate", void 0);
664
- exports.BreadcrumbComponent = __decorate$5([
665
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
666
- __metadata$5("design:paramtypes", [core.ElementRef,
667
- core.Renderer2,
668
- core.ViewContainerRef,
669
- core.Injector])
670
- ], exports.BreadcrumbComponent);
671
-
672
- var BreadcrumbModule = (function () {
673
- function BreadcrumbModule() {
674
- }
675
- return BreadcrumbModule;
676
- }());
677
- BreadcrumbModule.decorators = [
678
- { type: core.NgModule, args: [{
679
- imports: [common.CommonModule],
680
- declarations: [
681
- exports.BreadcrumbComponent,
682
- BreadcrumbItemDirective,
683
- BreadcrumbItemsDirective
684
- ],
685
- exports: [
686
- exports.BreadcrumbComponent,
687
- BreadcrumbItemDirective,
688
- BreadcrumbItemsDirective
689
- ]
690
- },] },
691
- ];
692
-
693
- BreadcrumbModule.ctorParameters = function () { return []; };
694
-
695
- var BreadcrumbAllModule = (function () {
696
- function BreadcrumbAllModule() {
697
- }
698
- return BreadcrumbAllModule;
699
- }());
700
- BreadcrumbAllModule.decorators = [
701
- { type: core.NgModule, args: [{
702
- imports: [common.CommonModule, BreadcrumbModule],
703
- exports: [
704
- BreadcrumbModule
705
- ],
706
- providers: []
707
- },] },
708
- ];
709
-
710
- BreadcrumbAllModule.ctorParameters = function () { return []; };
711
- var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
712
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
713
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
714
- r = Reflect.decorate(decorators, target, key, desc);
715
- else
716
- for (var i = decorators.length - 1; i >= 0; i--)
717
- if (d = decorators[i])
718
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
719
- return c > 3 && r && Object.defineProperty(target, key, r), r;
720
- };
721
- var __metadata$6 = (this && this.__metadata) || function (k, v) {
722
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
723
- return Reflect.metadata(k, v);
724
- };
725
- var input$3 = ['cssClass', 'htmlAttributes', 'interval', 'template'];
726
- var outputs$7 = [];
727
-
728
- var CarouselItemDirective = (function (_super) {
729
- __extends(CarouselItemDirective, _super);
730
-
731
- function CarouselItemDirective(viewContainerRef) {
732
- var _this = _super.call(this) || this;
733
- _this.viewContainerRef = viewContainerRef;
734
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
735
- _this.registerEvents(outputs$7);
736
- _this.directivePropList = input$3;
737
- return _this;
738
- }
739
- return CarouselItemDirective;
740
- }(ej2AngularBase.ComplexBase));
741
- CarouselItemDirective.decorators = [
742
- { type: core.Directive, args: [{
743
- selector: 'ejs-carousel>e-carousel-items>e-carousel-item',
744
- inputs: input$3,
745
- outputs: outputs$7,
746
- queries: {}
747
- },] },
748
- ];
749
-
750
- CarouselItemDirective.ctorParameters = function () { return [
751
- { type: core.ViewContainerRef, },
752
- ]; };
753
- CarouselItemDirective.propDecorators = {
754
- 'template': [{ type: core.ContentChild, args: ['template',] },],
755
- };
756
- __decorate$6([
757
- ej2AngularBase.Template(),
758
- __metadata$6("design:type", Object)
759
- ], CarouselItemDirective.prototype, "template", void 0);
760
-
761
- var CarouselItemsDirective = (function (_super) {
762
- __extends(CarouselItemsDirective, _super);
763
- function CarouselItemsDirective() {
764
- return _super.call(this, 'items') || this;
765
- }
766
- return CarouselItemsDirective;
767
- }(ej2AngularBase.ArrayBase));
768
- CarouselItemsDirective.decorators = [
769
- { type: core.Directive, args: [{
770
- selector: 'ejs-carousel>e-carousel-items',
771
- queries: {
772
- children: new core.ContentChildren(CarouselItemDirective)
773
- },
774
- },] },
775
- ];
776
-
777
- CarouselItemsDirective.ctorParameters = function () { return []; };
778
- var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
779
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
780
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
781
- r = Reflect.decorate(decorators, target, key, desc);
782
- else
783
- for (var i = decorators.length - 1; i >= 0; i--)
784
- if (d = decorators[i])
785
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
786
- return c > 3 && r && Object.defineProperty(target, key, r), r;
787
- };
788
- var __metadata$7 = (this && this.__metadata) || function (k, v) {
789
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
790
- return Reflect.metadata(k, v);
791
- };
792
- var inputs$4 = ['animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'indicatorsType', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'swipeMode', 'width'];
793
- var outputs$8 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
794
- var twoWays$4 = ['selectedIndex'];
795
-
796
- exports.CarouselComponent = (function (_super) {
797
- __extends(CarouselComponent, _super);
798
-
799
- function CarouselComponent(ngEle, srenderer, viewContainerRef, injector) {
800
- var _this = _super.call(this) || this;
801
- _this.ngEle = ngEle;
802
- _this.srenderer = srenderer;
803
- _this.viewContainerRef = viewContainerRef;
804
- _this.injector = injector;
805
- _this.tags = ['items'];
806
- _this.element = _this.ngEle.nativeElement;
807
- _this.injectedModules = _this.injectedModules || [];
808
- _this.registerEvents(outputs$8);
809
- _this.addTwoWay.call(_this, twoWays$4);
810
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
811
- _this.context = new ej2AngularBase.ComponentBase();
812
- return _this;
813
- }
814
-
815
- CarouselComponent.prototype.ngOnInit = function () {
816
- this.context.ngOnInit(this);
817
- };
818
-
819
- CarouselComponent.prototype.ngAfterViewInit = function () {
820
- this.context.ngAfterViewInit(this);
821
- };
822
-
823
- CarouselComponent.prototype.ngOnDestroy = function () {
824
- this.context.ngOnDestroy(this);
825
- };
826
-
827
- CarouselComponent.prototype.ngAfterContentChecked = function () {
828
- this.tagObjects[0].instance = this.childItems;
829
- this.context.ngAfterContentChecked(this);
830
- };
831
- return CarouselComponent;
832
- }(ej2Navigations.Carousel));
833
- exports.CarouselComponent.decorators = [
834
- { type: core.Component, args: [{
835
- selector: 'ejs-carousel',
836
- inputs: inputs$4,
837
- outputs: outputs$8,
838
- template: '',
839
- changeDetection: core.ChangeDetectionStrategy.OnPush,
840
- queries: {
841
- childItems: new core.ContentChild(CarouselItemsDirective)
842
- }
843
- },] },
844
- ];
845
-
846
- exports.CarouselComponent.ctorParameters = function () { return [
847
- { type: core.ElementRef, },
848
- { type: core.Renderer2, },
849
- { type: core.ViewContainerRef, },
850
- { type: core.Injector, },
851
- ]; };
852
- exports.CarouselComponent.propDecorators = {
853
- 'indicatorsTemplate': [{ type: core.ContentChild, args: ['indicatorsTemplate',] },],
854
- 'nextButtonTemplate': [{ type: core.ContentChild, args: ['nextButtonTemplate',] },],
855
- 'previousButtonTemplate': [{ type: core.ContentChild, args: ['previousButtonTemplate',] },],
856
- 'playButtonTemplate': [{ type: core.ContentChild, args: ['playButtonTemplate',] },],
857
- 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
858
- };
859
- __decorate$7([
860
- ej2AngularBase.Template(),
861
- __metadata$7("design:type", Object)
862
- ], exports.CarouselComponent.prototype, "indicatorsTemplate", void 0);
863
- __decorate$7([
864
- ej2AngularBase.Template(),
865
- __metadata$7("design:type", Object)
866
- ], exports.CarouselComponent.prototype, "nextButtonTemplate", void 0);
867
- __decorate$7([
868
- ej2AngularBase.Template(),
869
- __metadata$7("design:type", Object)
870
- ], exports.CarouselComponent.prototype, "previousButtonTemplate", void 0);
871
- __decorate$7([
872
- ej2AngularBase.Template(),
873
- __metadata$7("design:type", Object)
874
- ], exports.CarouselComponent.prototype, "playButtonTemplate", void 0);
875
- __decorate$7([
876
- ej2AngularBase.Template(),
877
- __metadata$7("design:type", Object)
878
- ], exports.CarouselComponent.prototype, "itemTemplate", void 0);
879
- exports.CarouselComponent = __decorate$7([
880
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
881
- __metadata$7("design:paramtypes", [core.ElementRef,
882
- core.Renderer2,
883
- core.ViewContainerRef,
884
- core.Injector])
885
- ], exports.CarouselComponent);
886
-
887
- var CarouselModule = (function () {
888
- function CarouselModule() {
889
- }
890
- return CarouselModule;
891
- }());
892
- CarouselModule.decorators = [
893
- { type: core.NgModule, args: [{
894
- imports: [common.CommonModule],
895
- declarations: [
896
- exports.CarouselComponent,
897
- CarouselItemDirective,
898
- CarouselItemsDirective
899
- ],
900
- exports: [
901
- exports.CarouselComponent,
902
- CarouselItemDirective,
903
- CarouselItemsDirective
904
- ]
905
- },] },
906
- ];
907
-
908
- CarouselModule.ctorParameters = function () { return []; };
909
-
910
- var CarouselAllModule = (function () {
911
- function CarouselAllModule() {
912
- }
913
- return CarouselAllModule;
914
- }());
915
- CarouselAllModule.decorators = [
916
- { type: core.NgModule, args: [{
917
- imports: [common.CommonModule, CarouselModule],
918
- exports: [
919
- CarouselModule
920
- ],
921
- providers: []
922
- },] },
923
- ];
924
-
925
- CarouselAllModule.ctorParameters = function () { return []; };
926
- var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
927
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
928
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
929
- r = Reflect.decorate(decorators, target, key, desc);
930
- else
931
- for (var i = decorators.length - 1; i >= 0; i--)
932
- if (d = decorators[i])
933
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
934
- return c > 3 && r && Object.defineProperty(target, key, r), r;
935
- };
936
- var __metadata$8 = (this && this.__metadata) || function (k, v) {
937
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
938
- return Reflect.metadata(k, v);
939
- };
940
- var input$4 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'tabIndex', 'visible'];
941
- var outputs$9 = [];
942
-
943
- var TabItemDirective = (function (_super) {
944
- __extends(TabItemDirective, _super);
945
-
946
- function TabItemDirective(viewContainerRef) {
947
- var _this = _super.call(this) || this;
948
- _this.viewContainerRef = viewContainerRef;
949
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
950
- _this.registerEvents(outputs$9);
951
- _this.directivePropList = input$4;
952
- return _this;
953
- }
954
- return TabItemDirective;
955
- }(ej2AngularBase.ComplexBase));
956
- TabItemDirective.decorators = [
957
- { type: core.Directive, args: [{
958
- selector: 'e-tabitems>e-tabitem',
959
- inputs: input$4,
960
- outputs: outputs$9,
961
- queries: {}
962
- },] },
963
- ];
964
-
965
- TabItemDirective.ctorParameters = function () { return [
966
- { type: core.ViewContainerRef, },
967
- ]; };
968
- TabItemDirective.propDecorators = {
969
- 'content': [{ type: core.ContentChild, args: ['content',] },],
970
- 'header_text': [{ type: core.ContentChild, args: ['headerText',] },],
971
- 'headerTemplate': [{ type: core.ContentChild, args: ['headerTemplate',] },],
972
- };
973
- __decorate$8([
974
- ej2AngularBase.Template(),
975
- __metadata$8("design:type", Object)
976
- ], TabItemDirective.prototype, "content", void 0);
977
- __decorate$8([
978
- ej2AngularBase.Template(),
979
- __metadata$8("design:type", Object)
980
- ], TabItemDirective.prototype, "header_text", void 0);
981
- __decorate$8([
982
- ej2AngularBase.Template(),
983
- __metadata$8("design:type", Object)
984
- ], TabItemDirective.prototype, "headerTemplate", void 0);
985
-
986
- var TabItemsDirective = (function (_super) {
987
- __extends(TabItemsDirective, _super);
988
- function TabItemsDirective() {
989
- return _super.call(this, 'items') || this;
990
- }
991
- return TabItemsDirective;
992
- }(ej2AngularBase.ArrayBase));
993
- TabItemsDirective.decorators = [
994
- { type: core.Directive, args: [{
995
- selector: 'ejs-tab>e-tabitems',
996
- queries: {
997
- children: new core.ContentChildren(TabItemDirective)
998
- },
999
- },] },
1000
- ];
1001
-
1002
- TabItemsDirective.ctorParameters = function () { return []; };
1003
- var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
1004
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1005
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1006
- r = Reflect.decorate(decorators, target, key, desc);
1007
- else
1008
- for (var i = decorators.length - 1; i >= 0; i--)
1009
- if (d = decorators[i])
1010
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1011
- return c > 3 && r && Object.defineProperty(target, key, r), r;
1012
- };
1013
- var __metadata$9 = (this && this.__metadata) || function (k, v) {
1014
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1015
- return Reflect.metadata(k, v);
1016
- };
1017
- var inputs$5 = ['allowDragAndDrop', 'animation', 'clearTemplates', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
1018
- var outputs$10 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
1019
- var twoWays$5 = [''];
1020
-
1021
- exports.TabComponent = (function (_super) {
1022
- __extends(TabComponent, _super);
1023
-
1024
- function TabComponent(ngEle, srenderer, viewContainerRef, injector) {
1025
- var _this = _super.call(this) || this;
1026
- _this.ngEle = ngEle;
1027
- _this.srenderer = srenderer;
1028
- _this.viewContainerRef = viewContainerRef;
1029
- _this.injector = injector;
1030
- _this.tags = ['items'];
1031
- _this.element = _this.ngEle.nativeElement;
1032
- _this.injectedModules = _this.injectedModules || [];
1033
- _this.registerEvents(outputs$10);
1034
- _this.addTwoWay.call(_this, twoWays$5);
1035
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1036
- _this.containerContext = new ej2AngularBase.ComponentBase();
1037
- return _this;
1038
- }
1039
-
1040
- TabComponent.prototype.ngOnInit = function () {
1041
- this.containerContext.ngOnInit(this);
1042
- };
1043
-
1044
- TabComponent.prototype.ngAfterViewInit = function () {
1045
- this.containerContext.ngAfterViewInit(this);
1046
- };
1047
-
1048
- TabComponent.prototype.ngOnDestroy = function () {
1049
- this.containerContext.ngOnDestroy(this);
1050
- };
1051
-
1052
- TabComponent.prototype.ngAfterContentChecked = function () {
1053
- this.tagObjects[0].instance = this.childItems;
1054
- this.containerContext.ngAfterContentChecked(this);
1055
- };
1056
- return TabComponent;
1057
- }(ej2Navigations.Tab));
1058
- exports.TabComponent.decorators = [
1059
- { type: core.Component, args: [{
1060
- selector: 'ejs-tab',
1061
- inputs: inputs$5,
1062
- outputs: outputs$10,
1063
- template: "<ng-content select='div'></ng-content>",
1064
- changeDetection: core.ChangeDetectionStrategy.OnPush,
1065
- queries: {
1066
- childItems: new core.ContentChild(TabItemsDirective)
1067
- }
1068
- },] },
1069
- ];
1070
-
1071
- exports.TabComponent.ctorParameters = function () { return [
1072
- { type: core.ElementRef, },
1073
- { type: core.Renderer2, },
1074
- { type: core.ViewContainerRef, },
1075
- { type: core.Injector, },
1076
- ]; };
1077
- exports.TabComponent = __decorate$9([
1078
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1079
- __metadata$9("design:paramtypes", [core.ElementRef,
1080
- core.Renderer2,
1081
- core.ViewContainerRef,
1082
- core.Injector])
1083
- ], exports.TabComponent);
1084
-
1085
- var TabModule = (function () {
1086
- function TabModule() {
1087
- }
1088
- return TabModule;
1089
- }());
1090
- TabModule.decorators = [
1091
- { type: core.NgModule, args: [{
1092
- imports: [common.CommonModule],
1093
- declarations: [
1094
- exports.TabComponent,
1095
- TabItemDirective,
1096
- TabItemsDirective
1097
- ],
1098
- exports: [
1099
- exports.TabComponent,
1100
- TabItemDirective,
1101
- TabItemsDirective
1102
- ]
1103
- },] },
1104
- ];
1105
-
1106
- TabModule.ctorParameters = function () { return []; };
1107
-
1108
- var TabAllModule = (function () {
1109
- function TabAllModule() {
1110
- }
1111
- return TabAllModule;
1112
- }());
1113
- TabAllModule.decorators = [
1114
- { type: core.NgModule, args: [{
1115
- imports: [common.CommonModule, TabModule],
1116
- exports: [
1117
- TabModule
1118
- ],
1119
- providers: []
1120
- },] },
1121
- ];
1122
-
1123
- TabAllModule.ctorParameters = function () { return []; };
1124
- var __decorate$10 = (this && this.__decorate) || function (decorators, target, key, desc) {
1125
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1126
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1127
- r = Reflect.decorate(decorators, target, key, desc);
1128
- else
1129
- for (var i = decorators.length - 1; i >= 0; i--)
1130
- if (d = decorators[i])
1131
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1132
- return c > 3 && r && Object.defineProperty(target, key, r), r;
1133
- };
1134
- var __metadata$10 = (this && this.__metadata) || function (k, v) {
1135
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1136
- return Reflect.metadata(k, v);
1137
- };
1138
- 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'];
1139
- 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'];
1140
- var twoWays$6 = [''];
1141
-
1142
- exports.TreeViewComponent = (function (_super) {
1143
- __extends(TreeViewComponent, _super);
1144
-
1145
- function TreeViewComponent(ngEle, srenderer, viewContainerRef, injector) {
1146
- var _this = _super.call(this) || this;
1147
- _this.ngEle = ngEle;
1148
- _this.srenderer = srenderer;
1149
- _this.viewContainerRef = viewContainerRef;
1150
- _this.injector = injector;
1151
- _this.element = _this.ngEle.nativeElement;
1152
- _this.injectedModules = _this.injectedModules || [];
1153
- _this.registerEvents(outputs$11);
1154
- _this.addTwoWay.call(_this, twoWays$6);
1155
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1156
- _this.context = new ej2AngularBase.ComponentBase();
1157
- return _this;
1158
- }
1159
-
1160
- TreeViewComponent.prototype.ngOnInit = function () {
1161
- this.context.ngOnInit(this);
1162
- };
1163
-
1164
- TreeViewComponent.prototype.ngAfterViewInit = function () {
1165
- this.context.ngAfterViewInit(this);
1166
- };
1167
-
1168
- TreeViewComponent.prototype.ngOnDestroy = function () {
1169
- this.context.ngOnDestroy(this);
1170
- };
1171
-
1172
- TreeViewComponent.prototype.ngAfterContentChecked = function () {
1173
- this.context.ngAfterContentChecked(this);
1174
- };
1175
- return TreeViewComponent;
1176
- }(ej2Navigations.TreeView));
1177
- exports.TreeViewComponent.decorators = [
1178
- { type: core.Component, args: [{
1179
- selector: 'ejs-treeview',
1180
- inputs: inputs$6,
1181
- outputs: outputs$11,
1182
- template: '',
1183
- changeDetection: core.ChangeDetectionStrategy.OnPush,
1184
- queries: {}
1185
- },] },
1186
- ];
1187
-
1188
- exports.TreeViewComponent.ctorParameters = function () { return [
1189
- { type: core.ElementRef, },
1190
- { type: core.Renderer2, },
1191
- { type: core.ViewContainerRef, },
1192
- { type: core.Injector, },
1193
- ]; };
1194
- exports.TreeViewComponent.propDecorators = {
1195
- 'nodeTemplate': [{ type: core.ContentChild, args: ['nodeTemplate',] },],
1196
- };
1197
- __decorate$10([
1198
- ej2AngularBase.Template(),
1199
- __metadata$10("design:type", Object)
1200
- ], exports.TreeViewComponent.prototype, "nodeTemplate", void 0);
1201
- exports.TreeViewComponent = __decorate$10([
1202
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1203
- __metadata$10("design:paramtypes", [core.ElementRef,
1204
- core.Renderer2,
1205
- core.ViewContainerRef,
1206
- core.Injector])
1207
- ], exports.TreeViewComponent);
1208
-
1209
- var TreeViewModule = (function () {
1210
- function TreeViewModule() {
1211
- }
1212
- return TreeViewModule;
1213
- }());
1214
- TreeViewModule.decorators = [
1215
- { type: core.NgModule, args: [{
1216
- imports: [common.CommonModule],
1217
- declarations: [
1218
- exports.TreeViewComponent
1219
- ],
1220
- exports: [
1221
- exports.TreeViewComponent
1222
- ]
1223
- },] },
1224
- ];
1225
-
1226
- TreeViewModule.ctorParameters = function () { return []; };
1227
-
1228
- var TreeViewAllModule = (function () {
1229
- function TreeViewAllModule() {
1230
- }
1231
- return TreeViewAllModule;
1232
- }());
1233
- TreeViewAllModule.decorators = [
1234
- { type: core.NgModule, args: [{
1235
- imports: [common.CommonModule, TreeViewModule],
1236
- exports: [
1237
- TreeViewModule
1238
- ],
1239
- providers: []
1240
- },] },
1241
- ];
1242
-
1243
- TreeViewAllModule.ctorParameters = function () { return []; };
1244
- var __decorate$11 = (this && this.__decorate) || function (decorators, target, key, desc) {
1245
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1246
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1247
- r = Reflect.decorate(decorators, target, key, desc);
1248
- else
1249
- for (var i = decorators.length - 1; i >= 0; i--)
1250
- if (d = decorators[i])
1251
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1252
- return c > 3 && r && Object.defineProperty(target, key, r), r;
1253
- };
1254
- var __metadata$11 = (this && this.__metadata) || function (k, v) {
1255
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1256
- return Reflect.metadata(k, v);
1257
- };
1258
- var inputs$7 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
1259
- var outputs$12 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
1260
- var twoWays$7 = ['isOpen'];
1261
-
1262
- exports.SidebarComponent = (function (_super) {
1263
- __extends(SidebarComponent, _super);
1264
-
1265
- function SidebarComponent(ngEle, srenderer, viewContainerRef, injector) {
1266
- var _this = _super.call(this) || this;
1267
- _this.ngEle = ngEle;
1268
- _this.srenderer = srenderer;
1269
- _this.viewContainerRef = viewContainerRef;
1270
- _this.injector = injector;
1271
- _this.element = _this.ngEle.nativeElement;
1272
- _this.injectedModules = _this.injectedModules || [];
1273
- _this.registerEvents(outputs$12);
1274
- _this.addTwoWay.call(_this, twoWays$7);
1275
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1276
- _this.containerContext = new ej2AngularBase.ComponentBase();
1277
- return _this;
1278
- }
1279
-
1280
- SidebarComponent.prototype.ngOnInit = function () {
1281
- this.containerContext.ngOnInit(this);
1282
- };
1283
-
1284
- SidebarComponent.prototype.ngAfterViewInit = function () {
1285
- this.containerContext.ngAfterViewInit(this);
1286
- };
1287
-
1288
- SidebarComponent.prototype.ngOnDestroy = function () {
1289
- this.containerContext.ngOnDestroy(this);
1290
- };
1291
-
1292
- SidebarComponent.prototype.ngAfterContentChecked = function () {
1293
- this.containerContext.ngAfterContentChecked(this);
1294
- };
1295
- return SidebarComponent;
1296
- }(ej2Navigations.Sidebar));
1297
- exports.SidebarComponent.decorators = [
1298
- { type: core.Component, args: [{
1299
- selector: 'ejs-sidebar',
1300
- inputs: inputs$7,
1301
- outputs: outputs$12,
1302
- template: "<ng-content ></ng-content>",
1303
- changeDetection: core.ChangeDetectionStrategy.OnPush,
1304
- queries: {}
1305
- },] },
1306
- ];
1307
-
1308
- exports.SidebarComponent.ctorParameters = function () { return [
1309
- { type: core.ElementRef, },
1310
- { type: core.Renderer2, },
1311
- { type: core.ViewContainerRef, },
1312
- { type: core.Injector, },
1313
- ]; };
1314
- exports.SidebarComponent = __decorate$11([
1315
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1316
- __metadata$11("design:paramtypes", [core.ElementRef,
1317
- core.Renderer2,
1318
- core.ViewContainerRef,
1319
- core.Injector])
1320
- ], exports.SidebarComponent);
1321
-
1322
- var SidebarModule = (function () {
1323
- function SidebarModule() {
1324
- }
1325
- return SidebarModule;
1326
- }());
1327
- SidebarModule.decorators = [
1328
- { type: core.NgModule, args: [{
1329
- imports: [common.CommonModule],
1330
- declarations: [
1331
- exports.SidebarComponent
1332
- ],
1333
- exports: [
1334
- exports.SidebarComponent
1335
- ]
1336
- },] },
1337
- ];
1338
-
1339
- SidebarModule.ctorParameters = function () { return []; };
1340
-
1341
- var SidebarAllModule = (function () {
1342
- function SidebarAllModule() {
1343
- }
1344
- return SidebarAllModule;
1345
- }());
1346
- SidebarAllModule.decorators = [
1347
- { type: core.NgModule, args: [{
1348
- imports: [common.CommonModule, SidebarModule],
1349
- exports: [
1350
- SidebarModule
1351
- ],
1352
- providers: []
1353
- },] },
1354
- ];
1355
-
1356
- SidebarAllModule.ctorParameters = function () { return []; };
1357
- var input$5 = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
1358
- var outputs$13 = [];
1359
- var MenuItemDirective = (function (_super) {
1360
- __extends(MenuItemDirective, _super);
1361
-
1362
- function MenuItemDirective(viewContainerRef) {
1363
- var _this = _super.call(this) || this;
1364
- _this.viewContainerRef = viewContainerRef;
1365
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1366
- _this.registerEvents(outputs$13);
1367
- _this.directivePropList = input$5;
1368
- return _this;
1369
- }
1370
- return MenuItemDirective;
1371
- }(ej2AngularBase.ComplexBase));
1372
- MenuItemDirective.decorators = [
1373
- { type: core.Directive, args: [{
1374
- selector: 'ejs-menu>e-menu-items>e-menu-item>',
1375
- inputs: input$5,
1376
- outputs: outputs$13,
1377
- queries: {}
1378
- },] },
1379
- ];
1380
-
1381
- MenuItemDirective.ctorParameters = function () { return [
1382
- { type: core.ViewContainerRef, },
1383
- ]; };
1384
-
1385
- var MenuItemsDirective = (function (_super) {
1386
- __extends(MenuItemsDirective, _super);
1387
- function MenuItemsDirective() {
1388
- return _super.call(this, 'items') || this;
1389
- }
1390
- return MenuItemsDirective;
1391
- }(ej2AngularBase.ArrayBase));
1392
- MenuItemsDirective.decorators = [
1393
- { type: core.Directive, args: [{
1394
- selector: 'ejs-menu>e-menu-items',
1395
- queries: {
1396
- children: new core.ContentChildren(MenuItemDirective)
1397
- },
1398
- },] },
1399
- ];
1400
-
1401
- MenuItemsDirective.ctorParameters = function () { return []; };
1402
- var __decorate$12 = (this && this.__decorate) || function (decorators, target, key, desc) {
1403
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1404
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1405
- r = Reflect.decorate(decorators, target, key, desc);
1406
- else
1407
- for (var i = decorators.length - 1; i >= 0; i--)
1408
- if (d = decorators[i])
1409
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1410
- return c > 3 && r && Object.defineProperty(target, key, r), r;
1411
- };
1412
- var __metadata$12 = (this && this.__metadata) || function (k, v) {
1413
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1414
- return Reflect.metadata(k, v);
1415
- };
1416
- var inputs$8 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
1417
- var outputs$14 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
1418
- var twoWays$8 = [''];
1419
-
1420
- exports.MenuComponent = (function (_super) {
1421
- __extends(MenuComponent, _super);
1422
-
1423
- function MenuComponent(ngEle, srenderer, viewContainerRef, injector) {
1424
- var _this = _super.call(this) || this;
1425
- _this.ngEle = ngEle;
1426
- _this.srenderer = srenderer;
1427
- _this.viewContainerRef = viewContainerRef;
1428
- _this.injector = injector;
1429
- _this.tags = ['items'];
1430
- _this.element = _this.ngEle.nativeElement;
1431
- _this.injectedModules = _this.injectedModules || [];
1432
- _this.registerEvents(outputs$14);
1433
- _this.addTwoWay.call(_this, twoWays$8);
1434
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1435
- _this.context = new ej2AngularBase.ComponentBase();
1436
- return _this;
1437
- }
1438
-
1439
- MenuComponent.prototype.ngOnInit = function () {
1440
- this.context.ngOnInit(this);
1441
- };
1442
-
1443
- MenuComponent.prototype.ngAfterViewInit = function () {
1444
- this.context.ngAfterViewInit(this);
1445
- };
1446
-
1447
- MenuComponent.prototype.ngOnDestroy = function () {
1448
- this.context.ngOnDestroy(this);
1449
- };
1450
-
1451
- MenuComponent.prototype.ngAfterContentChecked = function () {
1452
- this.tagObjects[0].instance = this.childItems;
1453
- this.context.ngAfterContentChecked(this);
1454
- };
1455
- return MenuComponent;
1456
- }(ej2Navigations.Menu));
1457
- exports.MenuComponent.decorators = [
1458
- { type: core.Component, args: [{
1459
- selector: 'ejs-menu',
1460
- inputs: inputs$8,
1461
- outputs: outputs$14,
1462
- template: '',
1463
- changeDetection: core.ChangeDetectionStrategy.OnPush,
1464
- queries: {
1465
- childItems: new core.ContentChild(MenuItemsDirective)
1466
- }
1467
- },] },
1468
- ];
1469
-
1470
- exports.MenuComponent.ctorParameters = function () { return [
1471
- { type: core.ElementRef, },
1472
- { type: core.Renderer2, },
1473
- { type: core.ViewContainerRef, },
1474
- { type: core.Injector, },
1475
- ]; };
1476
- exports.MenuComponent.propDecorators = {
1477
- 'template': [{ type: core.ContentChild, args: ['template',] },],
1478
- };
1479
- __decorate$12([
1480
- ej2AngularBase.Template(),
1481
- __metadata$12("design:type", Object)
1482
- ], exports.MenuComponent.prototype, "template", void 0);
1483
- exports.MenuComponent = __decorate$12([
1484
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1485
- __metadata$12("design:paramtypes", [core.ElementRef,
1486
- core.Renderer2,
1487
- core.ViewContainerRef,
1488
- core.Injector])
1489
- ], exports.MenuComponent);
1490
-
1491
- var MenuModule = (function () {
1492
- function MenuModule() {
1493
- }
1494
- return MenuModule;
1495
- }());
1496
- MenuModule.decorators = [
1497
- { type: core.NgModule, args: [{
1498
- imports: [common.CommonModule],
1499
- declarations: [
1500
- exports.MenuComponent,
1501
- MenuItemDirective,
1502
- MenuItemsDirective
1503
- ],
1504
- exports: [
1505
- exports.MenuComponent,
1506
- MenuItemDirective,
1507
- MenuItemsDirective
1508
- ]
1509
- },] },
1510
- ];
1511
-
1512
- MenuModule.ctorParameters = function () { return []; };
1513
-
1514
- var MenuAllModule = (function () {
1515
- function MenuAllModule() {
1516
- }
1517
- return MenuAllModule;
1518
- }());
1519
- MenuAllModule.decorators = [
1520
- { type: core.NgModule, args: [{
1521
- imports: [common.CommonModule, MenuModule],
1522
- exports: [
1523
- MenuModule
1524
- ],
1525
- providers: []
1526
- },] },
1527
- ];
1528
-
1529
- MenuAllModule.ctorParameters = function () { return []; };
1530
- var __decorate$13 = (this && this.__decorate) || function (decorators, target, key, desc) {
1531
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1532
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1533
- r = Reflect.decorate(decorators, target, key, desc);
1534
- else
1535
- for (var i = decorators.length - 1; i >= 0; i--)
1536
- if (d = decorators[i])
1537
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1538
- return c > 3 && r && Object.defineProperty(target, key, r), r;
1539
- };
1540
- var __metadata$13 = (this && this.__metadata) || function (k, v) {
1541
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1542
- return Reflect.metadata(k, v);
1543
- };
1544
- var inputs$9 = ['colorMode', 'cssClass', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'isSticky', 'locale', 'mode', 'position'];
1545
- var outputs$15 = ['created', 'destroyed'];
1546
- var twoWays$9 = [''];
1547
-
1548
- exports.AppBarComponent = (function (_super) {
1549
- __extends(AppBarComponent, _super);
1550
-
1551
- function AppBarComponent(ngEle, srenderer, viewContainerRef, injector) {
1552
- var _this = _super.call(this) || this;
1553
- _this.ngEle = ngEle;
1554
- _this.srenderer = srenderer;
1555
- _this.viewContainerRef = viewContainerRef;
1556
- _this.injector = injector;
1557
- _this.element = _this.ngEle.nativeElement;
1558
- _this.injectedModules = _this.injectedModules || [];
1559
- _this.registerEvents(outputs$15);
1560
- _this.addTwoWay.call(_this, twoWays$9);
1561
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1562
- _this.containerContext = new ej2AngularBase.ComponentBase();
1563
- return _this;
1564
- }
1565
-
1566
- AppBarComponent.prototype.ngOnInit = function () {
1567
- this.containerContext.ngOnInit(this);
1568
- };
1569
-
1570
- AppBarComponent.prototype.ngAfterViewInit = function () {
1571
- this.containerContext.ngAfterViewInit(this);
1572
- };
1573
-
1574
- AppBarComponent.prototype.ngOnDestroy = function () {
1575
- this.containerContext.ngOnDestroy(this);
1576
- };
1577
-
1578
- AppBarComponent.prototype.ngAfterContentChecked = function () {
1579
- this.containerContext.ngAfterContentChecked(this);
1580
- };
1581
- return AppBarComponent;
1582
- }(ej2Navigations.AppBar));
1583
- exports.AppBarComponent.decorators = [
1584
- { type: core.Component, args: [{
1585
- selector: 'ejs-appbar',
1586
- inputs: inputs$9,
1587
- outputs: outputs$15,
1588
- template: "<ng-content ></ng-content>",
1589
- changeDetection: core.ChangeDetectionStrategy.OnPush,
1590
- queries: {}
1591
- },] },
1592
- ];
1593
-
1594
- exports.AppBarComponent.ctorParameters = function () { return [
1595
- { type: core.ElementRef, },
1596
- { type: core.Renderer2, },
1597
- { type: core.ViewContainerRef, },
1598
- { type: core.Injector, },
1599
- ]; };
1600
- exports.AppBarComponent = __decorate$13([
1601
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1602
- __metadata$13("design:paramtypes", [core.ElementRef,
1603
- core.Renderer2,
1604
- core.ViewContainerRef,
1605
- core.Injector])
1606
- ], exports.AppBarComponent);
1607
-
1608
- var AppBarModule = (function () {
1609
- function AppBarModule() {
1610
- }
1611
- return AppBarModule;
1612
- }());
1613
- AppBarModule.decorators = [
1614
- { type: core.NgModule, args: [{
1615
- imports: [common.CommonModule],
1616
- declarations: [
1617
- exports.AppBarComponent
1618
- ],
1619
- exports: [
1620
- exports.AppBarComponent
1621
- ]
1622
- },] },
1623
- ];
1624
-
1625
- AppBarModule.ctorParameters = function () { return []; };
1626
-
1627
- var AppBarAllModule = (function () {
1628
- function AppBarAllModule() {
1629
- }
1630
- return AppBarAllModule;
1631
- }());
1632
- AppBarAllModule.decorators = [
1633
- { type: core.NgModule, args: [{
1634
- imports: [common.CommonModule, AppBarModule],
1635
- exports: [
1636
- AppBarModule
1637
- ],
1638
- providers: []
1639
- },] },
1640
- ];
1641
-
1642
- AppBarAllModule.ctorParameters = function () { return []; };
1643
- var input$6 = ['cssClass', 'disabled', 'iconCss', 'isValid', 'label', 'optional', 'status', 'text'];
1644
- var outputs$16 = [];
1645
-
1646
- var StepDirective = (function (_super) {
1647
- __extends(StepDirective, _super);
1648
-
1649
- function StepDirective(viewContainerRef) {
1650
- var _this = _super.call(this) || this;
1651
- _this.viewContainerRef = viewContainerRef;
1652
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1653
- _this.registerEvents(outputs$16);
1654
- _this.directivePropList = input$6;
1655
- return _this;
1656
- }
1657
- return StepDirective;
1658
- }(ej2AngularBase.ComplexBase));
1659
- StepDirective.decorators = [
1660
- { type: core.Directive, args: [{
1661
- selector: 'ejs-stepper>e-steps>e-step',
1662
- inputs: input$6,
1663
- outputs: outputs$16,
1664
- queries: {}
1665
- },] },
1666
- ];
1667
-
1668
- StepDirective.ctorParameters = function () { return [
1669
- { type: core.ViewContainerRef, },
1670
- ]; };
1671
-
1672
- var StepsDirective = (function (_super) {
1673
- __extends(StepsDirective, _super);
1674
- function StepsDirective() {
1675
- return _super.call(this, 'steps') || this;
1676
- }
1677
- return StepsDirective;
1678
- }(ej2AngularBase.ArrayBase));
1679
- StepsDirective.decorators = [
1680
- { type: core.Directive, args: [{
1681
- selector: 'ejs-stepper>e-steps',
1682
- queries: {
1683
- children: new core.ContentChildren(StepDirective)
1684
- },
1685
- },] },
1686
- ];
1687
-
1688
- StepsDirective.ctorParameters = function () { return []; };
1689
- var __decorate$14 = (this && this.__decorate) || function (decorators, target, key, desc) {
1690
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1691
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1692
- r = Reflect.decorate(decorators, target, key, desc);
1693
- else
1694
- for (var i = decorators.length - 1; i >= 0; i--)
1695
- if (d = decorators[i])
1696
- r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1697
- return c > 3 && r && Object.defineProperty(target, key, r), r;
1698
- };
1699
- var __metadata$14 = (this && this.__metadata) || function (k, v) {
1700
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1701
- return Reflect.metadata(k, v);
1702
- };
1703
- var inputs$10 = ['activeStep', 'animation', 'cssClass', 'enablePersistence', 'enableRtl', 'labelPosition', 'linear', 'locale', 'orientation', 'readOnly', 'showTooltip', 'stepType', 'steps', 'template', 'tooltipTemplate'];
1704
- var outputs$17 = ['beforeStepRender', 'created', 'stepChanged', 'stepChanging', 'stepClick', 'activeStepChange'];
1705
- var twoWays$10 = ['activeStep'];
1706
-
1707
- exports.StepperComponent = (function (_super) {
1708
- __extends(StepperComponent, _super);
1709
-
1710
- function StepperComponent(ngEle, srenderer, viewContainerRef, injector) {
1711
- var _this = _super.call(this) || this;
1712
- _this.ngEle = ngEle;
1713
- _this.srenderer = srenderer;
1714
- _this.viewContainerRef = viewContainerRef;
1715
- _this.injector = injector;
1716
- _this.tags = ['steps'];
1717
- _this.element = _this.ngEle.nativeElement;
1718
- _this.injectedModules = _this.injectedModules || [];
1719
- _this.registerEvents(outputs$17);
1720
- _this.addTwoWay.call(_this, twoWays$10);
1721
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1722
- _this.containerContext = new ej2AngularBase.ComponentBase();
1723
- return _this;
1724
- }
1725
-
1726
- StepperComponent.prototype.ngOnInit = function () {
1727
- this.containerContext.ngOnInit(this);
1728
- };
1729
-
1730
- StepperComponent.prototype.ngAfterViewInit = function () {
1731
- this.containerContext.ngAfterViewInit(this);
1732
- };
1733
-
1734
- StepperComponent.prototype.ngOnDestroy = function () {
1735
- this.containerContext.ngOnDestroy(this);
1736
- };
1737
-
1738
- StepperComponent.prototype.ngAfterContentChecked = function () {
1739
- this.tagObjects[0].instance = this.childSteps;
1740
- this.containerContext.ngAfterContentChecked(this);
1741
- };
1742
- return StepperComponent;
1743
- }(ej2Navigations.Stepper));
1744
- exports.StepperComponent.decorators = [
1745
- { type: core.Component, args: [{
1746
- selector: 'ejs-stepper',
1747
- inputs: inputs$10,
1748
- outputs: outputs$17,
1749
- template: "<ng-content select='nav'></ng-content>",
1750
- changeDetection: core.ChangeDetectionStrategy.OnPush,
1751
- queries: {
1752
- childSteps: new core.ContentChild(StepsDirective)
1753
- }
1754
- },] },
1755
- ];
1756
-
1757
- exports.StepperComponent.ctorParameters = function () { return [
1758
- { type: core.ElementRef, },
1759
- { type: core.Renderer2, },
1760
- { type: core.ViewContainerRef, },
1761
- { type: core.Injector, },
1762
- ]; };
1763
- exports.StepperComponent.propDecorators = {
1764
- 'template': [{ type: core.ContentChild, args: ['template',] },],
1765
- 'tooltipTemplate': [{ type: core.ContentChild, args: ['tooltipTemplate',] },],
1766
- };
1767
- __decorate$14([
1768
- ej2AngularBase.Template(),
1769
- __metadata$14("design:type", Object)
1770
- ], exports.StepperComponent.prototype, "template", void 0);
1771
- __decorate$14([
1772
- ej2AngularBase.Template(),
1773
- __metadata$14("design:type", Object)
1774
- ], exports.StepperComponent.prototype, "tooltipTemplate", void 0);
1775
- exports.StepperComponent = __decorate$14([
1776
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
1777
- __metadata$14("design:paramtypes", [core.ElementRef,
1778
- core.Renderer2,
1779
- core.ViewContainerRef,
1780
- core.Injector])
1781
- ], exports.StepperComponent);
1782
-
1783
- var StepperModule = (function () {
1784
- function StepperModule() {
1785
- }
1786
- return StepperModule;
1787
- }());
1788
- StepperModule.decorators = [
1789
- { type: core.NgModule, args: [{
1790
- imports: [common.CommonModule],
1791
- declarations: [
1792
- exports.StepperComponent,
1793
- StepDirective,
1794
- StepsDirective
1795
- ],
1796
- exports: [
1797
- exports.StepperComponent,
1798
- StepDirective,
1799
- StepsDirective
1800
- ]
1801
- },] },
1802
- ];
1803
-
1804
- StepperModule.ctorParameters = function () { return []; };
1805
-
1806
- var StepperAllModule = (function () {
1807
- function StepperAllModule() {
1808
- }
1809
- return StepperAllModule;
1810
- }());
1811
- StepperAllModule.decorators = [
1812
- { type: core.NgModule, args: [{
1813
- imports: [common.CommonModule, StepperModule],
1814
- exports: [
1815
- StepperModule
1816
- ],
1817
- providers: []
1818
- },] },
1819
- ];
1820
-
1821
- StepperAllModule.ctorParameters = function () { return []; };
1822
-
1823
- exports.AccordionItemDirective = AccordionItemDirective;
1824
- exports.AccordionItemsDirective = AccordionItemsDirective;
1825
- exports.AccordionModule = AccordionModule;
1826
- exports.AccordionAllModule = AccordionAllModule;
1827
- exports.ItemDirective = ItemDirective;
1828
- exports.ItemsDirective = ItemsDirective;
1829
- exports.ToolbarModule = ToolbarModule;
1830
- exports.ToolbarAllModule = ToolbarAllModule;
1831
- exports.ContextMenuModule = ContextMenuModule;
1832
- exports.ContextMenuAllModule = ContextMenuAllModule;
1833
- exports.BreadcrumbItemDirective = BreadcrumbItemDirective;
1834
- exports.BreadcrumbItemsDirective = BreadcrumbItemsDirective;
1835
- exports.BreadcrumbModule = BreadcrumbModule;
1836
- exports.BreadcrumbAllModule = BreadcrumbAllModule;
1837
- exports.CarouselItemDirective = CarouselItemDirective;
1838
- exports.CarouselItemsDirective = CarouselItemsDirective;
1839
- exports.CarouselModule = CarouselModule;
1840
- exports.CarouselAllModule = CarouselAllModule;
1841
- exports.TabItemDirective = TabItemDirective;
1842
- exports.TabItemsDirective = TabItemsDirective;
1843
- exports.TabModule = TabModule;
1844
- exports.TabAllModule = TabAllModule;
1845
- exports.TreeViewModule = TreeViewModule;
1846
- exports.TreeViewAllModule = TreeViewAllModule;
1847
- exports.SidebarModule = SidebarModule;
1848
- exports.SidebarAllModule = SidebarAllModule;
1849
- exports.MenuItemDirective = MenuItemDirective;
1850
- exports.MenuItemsDirective = MenuItemsDirective;
1851
- exports.MenuModule = MenuModule;
1852
- exports.MenuAllModule = MenuAllModule;
1853
- exports.AppBarModule = AppBarModule;
1854
- exports.AppBarAllModule = AppBarAllModule;
1855
- exports.StepDirective = StepDirective;
1856
- exports.StepsDirective = StepsDirective;
1857
- exports.StepperModule = StepperModule;
1858
- exports.StepperAllModule = StepperAllModule;
1859
- exports.ɵa = inputs;
1860
- exports.ɵb = outputs$1;
1861
- exports.ɵs = inputs$9;
1862
- exports.ɵt = outputs$15;
1863
- exports.ɵg = inputs$3;
1864
- exports.ɵh = outputs$6;
1865
- exports.ɵi = inputs$4;
1866
- exports.ɵj = outputs$8;
1867
- exports.ɵe = inputs$2;
1868
- exports.ɵf = outputs$4;
1869
- exports.ɵq = inputs$8;
1870
- exports.ɵr = outputs$14;
1871
- exports.ɵo = inputs$7;
1872
- exports.ɵp = outputs$12;
1873
- exports.ɵu = inputs$10;
1874
- exports.ɵv = outputs$17;
1875
- exports.ɵk = inputs$5;
1876
- exports.ɵl = outputs$10;
1877
- exports.ɵc = inputs$1;
1878
- exports.ɵd = outputs$3;
1879
- exports.ɵm = inputs$6;
1880
- exports.ɵn = outputs$11;
1881
- exports.MenuAnimationSettings = ej2Navigations.MenuAnimationSettings;
1882
- exports.MenuItem = ej2Navigations.MenuItem;
1883
- exports.FieldSettings = ej2Navigations.FieldSettings;
1884
- exports.HScroll = ej2Navigations.HScroll;
1885
- exports.VScroll = ej2Navigations.VScroll;
1886
- exports.addScrolling = ej2Navigations.addScrolling;
1887
- exports.destroyScroll = ej2Navigations.destroyScroll;
1888
- exports.Item = ej2Navigations.Item;
1889
- exports.Toolbar = ej2Navigations.Toolbar;
1890
- exports.AccordionActionSettings = ej2Navigations.AccordionActionSettings;
1891
- exports.AccordionAnimationSettings = ej2Navigations.AccordionAnimationSettings;
1892
- exports.AccordionItem = ej2Navigations.AccordionItem;
1893
- exports.Accordion = ej2Navigations.Accordion;
1894
- exports.ContextMenu = ej2Navigations.ContextMenu;
1895
- exports.Menu = ej2Navigations.Menu;
1896
- exports.TabActionSettings = ej2Navigations.TabActionSettings;
1897
- exports.TabAnimationSettings = ej2Navigations.TabAnimationSettings;
1898
- exports.Header = ej2Navigations.Header;
1899
- exports.TabItem = ej2Navigations.TabItem;
1900
- exports.Tab = ej2Navigations.Tab;
1901
- exports.FieldsSettings = ej2Navigations.FieldsSettings;
1902
- exports.ActionSettings = ej2Navigations.ActionSettings;
1903
- exports.NodeAnimationSettings = ej2Navigations.NodeAnimationSettings;
1904
- exports.TreeView = ej2Navigations.TreeView;
1905
- exports.Sidebar = ej2Navigations.Sidebar;
1906
- exports.BreadcrumbOverflowMode = ej2Navigations.BreadcrumbOverflowMode;
1907
- exports.BreadcrumbItem = ej2Navigations.BreadcrumbItem;
1908
- exports.Breadcrumb = ej2Navigations.Breadcrumb;
1909
- exports.CarouselSwipeMode = ej2Navigations.CarouselSwipeMode;
1910
- exports.CarouselItem = ej2Navigations.CarouselItem;
1911
- exports.Carousel = ej2Navigations.Carousel;
1912
- exports.AppBar = ej2Navigations.AppBar;
1913
- exports.StepStatus = ej2Navigations.StepStatus;
1914
- exports.Step = ej2Navigations.Step;
1915
- exports.StepperOrientation = ej2Navigations.StepperOrientation;
1916
- exports.StepperBase = ej2Navigations.StepperBase;
1917
- exports.StepperAnimationSettings = ej2Navigations.StepperAnimationSettings;
1918
- exports.StepLabelPosition = ej2Navigations.StepLabelPosition;
1919
- exports.StepType = ej2Navigations.StepType;
1920
- exports.Stepper = ej2Navigations.Stepper;
1921
-
1922
- Object.defineProperty(exports, '__esModule', { value: true });
1923
-
1924
- })));
1925
- //# sourceMappingURL=ej2-angular-navigations.umd.js.map