@syncfusion/ej2-angular-layouts 24.2.3-ngcc → 24.2.3
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +23 -0
- package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +64 -0
- package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +34 -0
- package/esm2020/src/dashboard-layout/panels.directive.mjs +72 -0
- package/esm2020/src/index.mjs +10 -0
- package/esm2020/src/splitter/panesettings.directive.mjs +66 -0
- package/esm2020/src/splitter/splitter-all.module.mjs +23 -0
- package/esm2020/src/splitter/splitter.component.mjs +64 -0
- package/esm2020/src/splitter/splitter.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-layouts.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs +354 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs +354 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/package.json +26 -12
- package/src/dashboard-layout/dashboardlayout-all.module.d.ts +6 -0
- package/src/dashboard-layout/dashboardlayout.component.d.ts +3 -0
- package/src/dashboard-layout/dashboardlayout.module.d.ts +7 -0
- package/src/dashboard-layout/panels.directive.d.ts +5 -0
- package/src/splitter/panesettings.directive.d.ts +5 -0
- package/src/splitter/splitter-all.module.d.ts +6 -0
- package/src/splitter/splitter.component.d.ts +3 -0
- package/src/splitter/splitter.module.d.ts +7 -0
- package/syncfusion-ej2-angular-layouts.d.ts +5 -0
- package/@syncfusion/ej2-angular-layouts.es5.js +0 -495
- package/@syncfusion/ej2-angular-layouts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-layouts.js +0 -447
- package/@syncfusion/ej2-angular-layouts.js.map +0 -1
- package/CHANGELOG.md +0 -575
- package/dist/ej2-angular-layouts.umd.js +0 -522
- package/dist/ej2-angular-layouts.umd.js.map +0 -1
- package/dist/ej2-angular-layouts.umd.min.js +0 -11
- package/dist/ej2-angular-layouts.umd.min.js.map +0 -1
- package/ej2-angular-layouts.d.ts +0 -6
- package/ej2-angular-layouts.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
@@ -1,522 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* filename: ej2-angular-layouts.umd.js
|
3
|
-
* version : 24.2.3
|
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-layouts'), require('@angular/common')) :
|
12
|
-
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-layouts', '@angular/common'], factory) :
|
13
|
-
(factory((global['ej2-angular-layouts'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.layouts,global.ng.common));
|
14
|
-
}(this, (function (exports,core,ej2AngularBase,ej2Layouts,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 = ['collapsed', 'collapsible', 'content', 'cssClass', 'max', 'min', 'resizable', 'size'];
|
41
|
-
var outputs = [];
|
42
|
-
/**
|
43
|
-
* 'e-panesettings' directive represent a panes of angular splitter
|
44
|
-
* It must be contained in a Splitter component(`ejs-splitter`).
|
45
|
-
* ```html
|
46
|
-
* <ejs-splitter id='splitter' >
|
47
|
-
* <e-panes>
|
48
|
-
* <e-pane size ='150px'></e-pane>
|
49
|
-
* <e-pane size = '20%'></e-pane>
|
50
|
-
* </e-panes>
|
51
|
-
* </ejs-splitter>
|
52
|
-
* ```
|
53
|
-
*/
|
54
|
-
var PaneDirective = /** @class */ (function (_super) {
|
55
|
-
__extends(PaneDirective, _super);
|
56
|
-
/**
|
57
|
-
* @param {?} viewContainerRef
|
58
|
-
*/
|
59
|
-
function PaneDirective(viewContainerRef) {
|
60
|
-
var _this = _super.call(this) || this;
|
61
|
-
_this.viewContainerRef = viewContainerRef;
|
62
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
63
|
-
_this.registerEvents(outputs);
|
64
|
-
_this.directivePropList = input;
|
65
|
-
return _this;
|
66
|
-
}
|
67
|
-
return PaneDirective;
|
68
|
-
}(ej2AngularBase.ComplexBase));
|
69
|
-
PaneDirective.decorators = [
|
70
|
-
{ type: core.Directive, args: [{
|
71
|
-
selector: 'e-panes>e-pane',
|
72
|
-
inputs: input,
|
73
|
-
outputs: outputs,
|
74
|
-
queries: {}
|
75
|
-
},] },
|
76
|
-
];
|
77
|
-
/**
|
78
|
-
* @nocollapse
|
79
|
-
*/
|
80
|
-
PaneDirective.ctorParameters = function () { return [
|
81
|
-
{ type: core.ViewContainerRef, },
|
82
|
-
]; };
|
83
|
-
PaneDirective.propDecorators = {
|
84
|
-
'content': [{ type: core.ContentChild, args: ['content',] },],
|
85
|
-
};
|
86
|
-
__decorate([
|
87
|
-
ej2AngularBase.Template(),
|
88
|
-
__metadata("design:type", Object)
|
89
|
-
], PaneDirective.prototype, "content", void 0);
|
90
|
-
/**
|
91
|
-
* Pane Array Directive
|
92
|
-
*/
|
93
|
-
var PanesDirective = /** @class */ (function (_super) {
|
94
|
-
__extends(PanesDirective, _super);
|
95
|
-
function PanesDirective() {
|
96
|
-
return _super.call(this, 'panesettings') || this;
|
97
|
-
}
|
98
|
-
return PanesDirective;
|
99
|
-
}(ej2AngularBase.ArrayBase));
|
100
|
-
PanesDirective.decorators = [
|
101
|
-
{ type: core.Directive, args: [{
|
102
|
-
selector: 'ejs-splitter>e-panes',
|
103
|
-
queries: {
|
104
|
-
children: new core.ContentChildren(PaneDirective)
|
105
|
-
},
|
106
|
-
},] },
|
107
|
-
];
|
108
|
-
/**
|
109
|
-
* @nocollapse
|
110
|
-
*/
|
111
|
-
PanesDirective.ctorParameters = function () { return []; };
|
112
|
-
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
113
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
114
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
115
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
116
|
-
else
|
117
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
118
|
-
if (d = decorators[i])
|
119
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
120
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
121
|
-
};
|
122
|
-
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
123
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
124
|
-
return Reflect.metadata(k, v);
|
125
|
-
};
|
126
|
-
var inputs = ['cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableReversePanes', 'enableRtl', 'enabled', 'height', 'locale', 'orientation', 'paneSettings', 'separatorSize', 'width'];
|
127
|
-
var outputs$1 = ['beforeCollapse', 'beforeExpand', 'beforeSanitizeHtml', 'collapsed', 'created', 'expanded', 'resizeStart', 'resizeStop', 'resizing'];
|
128
|
-
var twoWays = [''];
|
129
|
-
/**
|
130
|
-
* Represents the Angular Splitter Component
|
131
|
-
* ```html
|
132
|
-
* <ejs-splitter></ejs-splitter>
|
133
|
-
* ```
|
134
|
-
*/
|
135
|
-
exports.SplitterComponent = /** @class */ (function (_super) {
|
136
|
-
__extends(SplitterComponent, _super);
|
137
|
-
/**
|
138
|
-
* @param {?} ngEle
|
139
|
-
* @param {?} srenderer
|
140
|
-
* @param {?} viewContainerRef
|
141
|
-
* @param {?} injector
|
142
|
-
*/
|
143
|
-
function SplitterComponent(ngEle, srenderer, viewContainerRef, injector) {
|
144
|
-
var _this = _super.call(this) || this;
|
145
|
-
_this.ngEle = ngEle;
|
146
|
-
_this.srenderer = srenderer;
|
147
|
-
_this.viewContainerRef = viewContainerRef;
|
148
|
-
_this.injector = injector;
|
149
|
-
_this.tags = ['paneSettings'];
|
150
|
-
_this.element = _this.ngEle.nativeElement;
|
151
|
-
_this.injectedModules = _this.injectedModules || [];
|
152
|
-
_this.registerEvents(outputs$1);
|
153
|
-
_this.addTwoWay.call(_this, twoWays);
|
154
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
155
|
-
_this.containerContext = new ej2AngularBase.ComponentBase();
|
156
|
-
return _this;
|
157
|
-
}
|
158
|
-
/**
|
159
|
-
* @return {?}
|
160
|
-
*/
|
161
|
-
SplitterComponent.prototype.ngOnInit = function () {
|
162
|
-
this.containerContext.ngOnInit(this);
|
163
|
-
};
|
164
|
-
/**
|
165
|
-
* @return {?}
|
166
|
-
*/
|
167
|
-
SplitterComponent.prototype.ngAfterViewInit = function () {
|
168
|
-
this.containerContext.ngAfterViewInit(this);
|
169
|
-
};
|
170
|
-
/**
|
171
|
-
* @return {?}
|
172
|
-
*/
|
173
|
-
SplitterComponent.prototype.ngOnDestroy = function () {
|
174
|
-
this.containerContext.ngOnDestroy(this);
|
175
|
-
};
|
176
|
-
/**
|
177
|
-
* @return {?}
|
178
|
-
*/
|
179
|
-
SplitterComponent.prototype.ngAfterContentChecked = function () {
|
180
|
-
this.tagObjects[0].instance = this.childPaneSettings;
|
181
|
-
this.containerContext.ngAfterContentChecked(this);
|
182
|
-
};
|
183
|
-
return SplitterComponent;
|
184
|
-
}(ej2Layouts.Splitter));
|
185
|
-
exports.SplitterComponent.decorators = [
|
186
|
-
{ type: core.Component, args: [{
|
187
|
-
selector: 'ejs-splitter',
|
188
|
-
inputs: inputs,
|
189
|
-
outputs: outputs$1,
|
190
|
-
template: "<ng-content select='div'></ng-content>",
|
191
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
192
|
-
queries: {
|
193
|
-
childPaneSettings: new core.ContentChild(PanesDirective)
|
194
|
-
}
|
195
|
-
},] },
|
196
|
-
];
|
197
|
-
/**
|
198
|
-
* @nocollapse
|
199
|
-
*/
|
200
|
-
exports.SplitterComponent.ctorParameters = function () { return [
|
201
|
-
{ type: core.ElementRef, },
|
202
|
-
{ type: core.Renderer2, },
|
203
|
-
{ type: core.ViewContainerRef, },
|
204
|
-
{ type: core.Injector, },
|
205
|
-
]; };
|
206
|
-
exports.SplitterComponent = __decorate$1([
|
207
|
-
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
208
|
-
__metadata$1("design:paramtypes", [core.ElementRef,
|
209
|
-
core.Renderer2,
|
210
|
-
core.ViewContainerRef,
|
211
|
-
core.Injector])
|
212
|
-
], exports.SplitterComponent);
|
213
|
-
/**
|
214
|
-
* NgModule definition for the Splitter component.
|
215
|
-
*/
|
216
|
-
var SplitterModule = /** @class */ (function () {
|
217
|
-
function SplitterModule() {
|
218
|
-
}
|
219
|
-
return SplitterModule;
|
220
|
-
}());
|
221
|
-
SplitterModule.decorators = [
|
222
|
-
{ type: core.NgModule, args: [{
|
223
|
-
imports: [common.CommonModule],
|
224
|
-
declarations: [
|
225
|
-
exports.SplitterComponent,
|
226
|
-
PaneDirective,
|
227
|
-
PanesDirective
|
228
|
-
],
|
229
|
-
exports: [
|
230
|
-
exports.SplitterComponent,
|
231
|
-
PaneDirective,
|
232
|
-
PanesDirective
|
233
|
-
]
|
234
|
-
},] },
|
235
|
-
];
|
236
|
-
/**
|
237
|
-
* @nocollapse
|
238
|
-
*/
|
239
|
-
SplitterModule.ctorParameters = function () { return []; };
|
240
|
-
/**
|
241
|
-
* NgModule definition for the Splitter component with providers.
|
242
|
-
*/
|
243
|
-
var SplitterAllModule = /** @class */ (function () {
|
244
|
-
function SplitterAllModule() {
|
245
|
-
}
|
246
|
-
return SplitterAllModule;
|
247
|
-
}());
|
248
|
-
SplitterAllModule.decorators = [
|
249
|
-
{ type: core.NgModule, args: [{
|
250
|
-
imports: [common.CommonModule, SplitterModule],
|
251
|
-
exports: [
|
252
|
-
SplitterModule
|
253
|
-
],
|
254
|
-
providers: []
|
255
|
-
},] },
|
256
|
-
];
|
257
|
-
/**
|
258
|
-
* @nocollapse
|
259
|
-
*/
|
260
|
-
SplitterAllModule.ctorParameters = function () { return []; };
|
261
|
-
var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
262
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
263
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
264
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
265
|
-
else
|
266
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
267
|
-
if (d = decorators[i])
|
268
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
269
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
270
|
-
};
|
271
|
-
var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
272
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
273
|
-
return Reflect.metadata(k, v);
|
274
|
-
};
|
275
|
-
var input$1 = ['col', 'content', 'cssClass', 'enabled', 'header', 'id', 'maxSizeX', 'maxSizeY', 'minSizeX', 'minSizeY', 'row', 'sizeX', 'sizeY', 'zIndex'];
|
276
|
-
var outputs$2 = [];
|
277
|
-
/**
|
278
|
-
* 'e-panels' directive represent a panels of angular dashboardlayout
|
279
|
-
* It must be contained in a dashboardlayout component(`ej-dashboardlayout`).
|
280
|
-
* ```html
|
281
|
-
* <ejs-dashboardlayout>
|
282
|
-
* <e-panels>
|
283
|
-
* <e-panel></e-panel>
|
284
|
-
* <e-panel></e-panel>
|
285
|
-
* </e-panels>
|
286
|
-
* </ejs-dashboardlayout>
|
287
|
-
* ```
|
288
|
-
*/
|
289
|
-
var PanelDirective = /** @class */ (function (_super) {
|
290
|
-
__extends(PanelDirective, _super);
|
291
|
-
/**
|
292
|
-
* @param {?} viewContainerRef
|
293
|
-
*/
|
294
|
-
function PanelDirective(viewContainerRef) {
|
295
|
-
var _this = _super.call(this) || this;
|
296
|
-
_this.viewContainerRef = viewContainerRef;
|
297
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
298
|
-
_this.registerEvents(outputs$2);
|
299
|
-
_this.directivePropList = input$1;
|
300
|
-
return _this;
|
301
|
-
}
|
302
|
-
return PanelDirective;
|
303
|
-
}(ej2AngularBase.ComplexBase));
|
304
|
-
PanelDirective.decorators = [
|
305
|
-
{ type: core.Directive, args: [{
|
306
|
-
selector: 'e-panels>e-panel',
|
307
|
-
inputs: input$1,
|
308
|
-
outputs: outputs$2,
|
309
|
-
queries: {}
|
310
|
-
},] },
|
311
|
-
];
|
312
|
-
/**
|
313
|
-
* @nocollapse
|
314
|
-
*/
|
315
|
-
PanelDirective.ctorParameters = function () { return [
|
316
|
-
{ type: core.ViewContainerRef, },
|
317
|
-
]; };
|
318
|
-
PanelDirective.propDecorators = {
|
319
|
-
'header': [{ type: core.ContentChild, args: ['header',] },],
|
320
|
-
'content': [{ type: core.ContentChild, args: ['content',] },],
|
321
|
-
};
|
322
|
-
__decorate$2([
|
323
|
-
ej2AngularBase.Template(),
|
324
|
-
__metadata$2("design:type", Object)
|
325
|
-
], PanelDirective.prototype, "header", void 0);
|
326
|
-
__decorate$2([
|
327
|
-
ej2AngularBase.Template(),
|
328
|
-
__metadata$2("design:type", Object)
|
329
|
-
], PanelDirective.prototype, "content", void 0);
|
330
|
-
/**
|
331
|
-
* Panel Array Directive
|
332
|
-
*/
|
333
|
-
var PanelsDirective = /** @class */ (function (_super) {
|
334
|
-
__extends(PanelsDirective, _super);
|
335
|
-
function PanelsDirective() {
|
336
|
-
return _super.call(this, 'panels') || this;
|
337
|
-
}
|
338
|
-
return PanelsDirective;
|
339
|
-
}(ej2AngularBase.ArrayBase));
|
340
|
-
PanelsDirective.decorators = [
|
341
|
-
{ type: core.Directive, args: [{
|
342
|
-
selector: 'ejs-dashboardlayout>e-panels',
|
343
|
-
queries: {
|
344
|
-
children: new core.ContentChildren(PanelDirective)
|
345
|
-
},
|
346
|
-
},] },
|
347
|
-
];
|
348
|
-
/**
|
349
|
-
* @nocollapse
|
350
|
-
*/
|
351
|
-
PanelsDirective.ctorParameters = function () { return []; };
|
352
|
-
var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
353
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
354
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
355
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
356
|
-
else
|
357
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
358
|
-
if (d = decorators[i])
|
359
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
360
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
361
|
-
};
|
362
|
-
var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
363
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
364
|
-
return Reflect.metadata(k, v);
|
365
|
-
};
|
366
|
-
var inputs$1 = ['allowDragging', 'allowFloating', 'allowPushing', 'allowResizing', 'cellAspectRatio', 'cellSpacing', 'columns', 'draggableHandle', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mediaQuery', 'panels', 'resizableHandles', 'showGridLines'];
|
367
|
-
var outputs$3 = ['change', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'resize', 'resizeStart', 'resizeStop'];
|
368
|
-
var twoWays$1 = [''];
|
369
|
-
/**
|
370
|
-
* Represents the Essential JS 2 Angular DashboardLayout Component.
|
371
|
-
* ```html
|
372
|
-
* <ejs-dashboardlayout></ejs-dashboardlayout>
|
373
|
-
* ```
|
374
|
-
*/
|
375
|
-
exports.DashboardLayoutComponent = /** @class */ (function (_super) {
|
376
|
-
__extends(DashboardLayoutComponent, _super);
|
377
|
-
/**
|
378
|
-
* @param {?} ngEle
|
379
|
-
* @param {?} srenderer
|
380
|
-
* @param {?} viewContainerRef
|
381
|
-
* @param {?} injector
|
382
|
-
*/
|
383
|
-
function DashboardLayoutComponent(ngEle, srenderer, viewContainerRef, injector) {
|
384
|
-
var _this = _super.call(this) || this;
|
385
|
-
_this.ngEle = ngEle;
|
386
|
-
_this.srenderer = srenderer;
|
387
|
-
_this.viewContainerRef = viewContainerRef;
|
388
|
-
_this.injector = injector;
|
389
|
-
_this.tags = ['panels'];
|
390
|
-
_this.element = _this.ngEle.nativeElement;
|
391
|
-
_this.injectedModules = _this.injectedModules || [];
|
392
|
-
_this.registerEvents(outputs$3);
|
393
|
-
_this.addTwoWay.call(_this, twoWays$1);
|
394
|
-
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
395
|
-
_this.containerContext = new ej2AngularBase.ComponentBase();
|
396
|
-
return _this;
|
397
|
-
}
|
398
|
-
/**
|
399
|
-
* @return {?}
|
400
|
-
*/
|
401
|
-
DashboardLayoutComponent.prototype.ngOnInit = function () {
|
402
|
-
this.containerContext.ngOnInit(this);
|
403
|
-
};
|
404
|
-
/**
|
405
|
-
* @return {?}
|
406
|
-
*/
|
407
|
-
DashboardLayoutComponent.prototype.ngAfterViewInit = function () {
|
408
|
-
this.containerContext.ngAfterViewInit(this);
|
409
|
-
};
|
410
|
-
/**
|
411
|
-
* @return {?}
|
412
|
-
*/
|
413
|
-
DashboardLayoutComponent.prototype.ngOnDestroy = function () {
|
414
|
-
this.containerContext.ngOnDestroy(this);
|
415
|
-
};
|
416
|
-
/**
|
417
|
-
* @return {?}
|
418
|
-
*/
|
419
|
-
DashboardLayoutComponent.prototype.ngAfterContentChecked = function () {
|
420
|
-
this.tagObjects[0].instance = this.childPanels;
|
421
|
-
this.containerContext.ngAfterContentChecked(this);
|
422
|
-
};
|
423
|
-
return DashboardLayoutComponent;
|
424
|
-
}(ej2Layouts.DashboardLayout));
|
425
|
-
exports.DashboardLayoutComponent.decorators = [
|
426
|
-
{ type: core.Component, args: [{
|
427
|
-
selector: 'ejs-dashboardlayout',
|
428
|
-
inputs: inputs$1,
|
429
|
-
outputs: outputs$3,
|
430
|
-
template: "<ng-content select='div'></ng-content>",
|
431
|
-
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
432
|
-
queries: {
|
433
|
-
childPanels: new core.ContentChild(PanelsDirective)
|
434
|
-
}
|
435
|
-
},] },
|
436
|
-
];
|
437
|
-
/**
|
438
|
-
* @nocollapse
|
439
|
-
*/
|
440
|
-
exports.DashboardLayoutComponent.ctorParameters = function () { return [
|
441
|
-
{ type: core.ElementRef, },
|
442
|
-
{ type: core.Renderer2, },
|
443
|
-
{ type: core.ViewContainerRef, },
|
444
|
-
{ type: core.Injector, },
|
445
|
-
]; };
|
446
|
-
exports.DashboardLayoutComponent = __decorate$3([
|
447
|
-
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
448
|
-
__metadata$3("design:paramtypes", [core.ElementRef,
|
449
|
-
core.Renderer2,
|
450
|
-
core.ViewContainerRef,
|
451
|
-
core.Injector])
|
452
|
-
], exports.DashboardLayoutComponent);
|
453
|
-
/**
|
454
|
-
* NgModule definition for the DashboardLayout component.
|
455
|
-
*/
|
456
|
-
var DashboardLayoutModule = /** @class */ (function () {
|
457
|
-
function DashboardLayoutModule() {
|
458
|
-
}
|
459
|
-
return DashboardLayoutModule;
|
460
|
-
}());
|
461
|
-
DashboardLayoutModule.decorators = [
|
462
|
-
{ type: core.NgModule, args: [{
|
463
|
-
imports: [common.CommonModule],
|
464
|
-
declarations: [
|
465
|
-
exports.DashboardLayoutComponent,
|
466
|
-
PanelDirective,
|
467
|
-
PanelsDirective
|
468
|
-
],
|
469
|
-
exports: [
|
470
|
-
exports.DashboardLayoutComponent,
|
471
|
-
PanelDirective,
|
472
|
-
PanelsDirective
|
473
|
-
]
|
474
|
-
},] },
|
475
|
-
];
|
476
|
-
/**
|
477
|
-
* @nocollapse
|
478
|
-
*/
|
479
|
-
DashboardLayoutModule.ctorParameters = function () { return []; };
|
480
|
-
/**
|
481
|
-
* NgModule definition for the DashboardLayout component with providers.
|
482
|
-
*/
|
483
|
-
var DashboardLayoutAllModule = /** @class */ (function () {
|
484
|
-
function DashboardLayoutAllModule() {
|
485
|
-
}
|
486
|
-
return DashboardLayoutAllModule;
|
487
|
-
}());
|
488
|
-
DashboardLayoutAllModule.decorators = [
|
489
|
-
{ type: core.NgModule, args: [{
|
490
|
-
imports: [common.CommonModule, DashboardLayoutModule],
|
491
|
-
exports: [
|
492
|
-
DashboardLayoutModule
|
493
|
-
],
|
494
|
-
providers: []
|
495
|
-
},] },
|
496
|
-
];
|
497
|
-
/**
|
498
|
-
* @nocollapse
|
499
|
-
*/
|
500
|
-
DashboardLayoutAllModule.ctorParameters = function () { return []; };
|
501
|
-
|
502
|
-
exports.PaneDirective = PaneDirective;
|
503
|
-
exports.PanesDirective = PanesDirective;
|
504
|
-
exports.SplitterModule = SplitterModule;
|
505
|
-
exports.SplitterAllModule = SplitterAllModule;
|
506
|
-
exports.PanelDirective = PanelDirective;
|
507
|
-
exports.PanelsDirective = PanelsDirective;
|
508
|
-
exports.DashboardLayoutModule = DashboardLayoutModule;
|
509
|
-
exports.DashboardLayoutAllModule = DashboardLayoutAllModule;
|
510
|
-
exports.ɵc = inputs$1;
|
511
|
-
exports.ɵd = outputs$3;
|
512
|
-
exports.ɵa = inputs;
|
513
|
-
exports.ɵb = outputs$1;
|
514
|
-
exports.PaneProperties = ej2Layouts.PaneProperties;
|
515
|
-
exports.Splitter = ej2Layouts.Splitter;
|
516
|
-
exports.Panel = ej2Layouts.Panel;
|
517
|
-
exports.DashboardLayout = ej2Layouts.DashboardLayout;
|
518
|
-
|
519
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
520
|
-
|
521
|
-
})));
|
522
|
-
//# sourceMappingURL=ej2-angular-layouts.umd.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ej2-angular-layouts.umd.js","sources":["~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout-all.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.component.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/panels.directive.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter-all.module.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.module.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.component.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/panesettings.directive.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\nimport { DashboardLayoutModule } from './dashboardlayout.module';\n/**\n * NgModule definition for the DashboardLayout component with providers.\n */\nexport class DashboardLayoutAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DashboardLayoutModule],\n exports: [\n DashboardLayoutModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DashboardLayoutAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\n/**\n * NgModule definition for the DashboardLayout component.\n */\nexport class DashboardLayoutModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ],\n exports: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DashboardLayoutModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DashboardLayout } from '@syncfusion/ej2-layouts';\n\nimport { PanelsDirective } from './panels.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowDragging','allowFloating','allowPushing','allowResizing','cellAspectRatio','cellSpacing','columns','draggableHandle','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mediaQuery','panels','resizableHandles','showGridLines'];\nexport const /** @type {?} */ outputs: string[] = ['change','created','destroyed','drag','dragStart','dragStop','resize','resizeStart','resizeStop'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular DashboardLayout Component.\n * ```html\n * <ejs-dashboardlayout></ejs-dashboardlayout>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DashboardLayoutComponent extends DashboardLayout implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdrag: any;\n\tdragStart: any;\n\tdragStop: any;\n\tresize: any;\n\tresizeStart: any;\npublic resizeStop: any;\npublic childPanels: QueryList<PanelsDirective>;\npublic tags: string[] = ['panels'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPanels;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-dashboardlayout',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPanels: new ContentChild(PanelsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DashboardLayoutComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutComponent.ctorParameters;\n/** @type {?} */\nDashboardLayoutComponent.prototype.containerContext;\n/** @type {?} */\nDashboardLayoutComponent.prototype.tagObjects;\n/** @type {?} */\nDashboardLayoutComponent.prototype.change;\n/** @type {?} */\nDashboardLayoutComponent.prototype.created;\n/** @type {?} */\nDashboardLayoutComponent.prototype.destroyed;\n/** @type {?} */\nDashboardLayoutComponent.prototype.drag;\n/** @type {?} */\nDashboardLayoutComponent.prototype.dragStart;\n/** @type {?} */\nDashboardLayoutComponent.prototype.dragStop;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resize;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resizeStart;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resizeStop;\n/** @type {?} */\nDashboardLayoutComponent.prototype.childPanels;\n/** @type {?} */\nDashboardLayoutComponent.prototype.tags;\n/** @type {?} */\nDashboardLayoutComponent.prototype.registerEvents;\n/** @type {?} */\nDashboardLayoutComponent.prototype.addTwoWay;\n/** @type {?} */\nDashboardLayoutComponent.prototype.ngEle;\n/** @type {?} */\nDashboardLayoutComponent.prototype.srenderer;\n/** @type {?} */\nDashboardLayoutComponent.prototype.viewContainerRef;\n/** @type {?} */\nDashboardLayoutComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['col', 'content', 'cssClass', 'enabled', 'header', 'id', 'maxSizeX', 'maxSizeY', 'minSizeX', 'minSizeY', 'row', 'sizeX', 'sizeY', 'zIndex'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-panels' directive represent a panels of angular dashboardlayout \n * It must be contained in a dashboardlayout component(`ej-dashboardlayout`). \n * ```html\n * <ejs-dashboardlayout> \n * <e-panels>\n * <e-panel></e-panel>\n * <e-panel></e-panel>\n * </e-panels>\n * </ejs-dashboardlayout>\n * ```\n */\nexport class PanelDirective extends ComplexBase<PanelDirective> {\npublic directivePropList: any;\n/**\n * Defines the column value where the panel to be placed.\n * \\@default 0\n * \\@asptype int\n */\npublic col: any;\n/**\n * Defines the CSS class name that can be appended with each panel element.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether to the panel should be enabled or not.\n * \\@default true\n */\npublic enabled: any;\n/**\n * Defines the id of the panel.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies the maximum width of the panel in cells count.\n * \\@default null\n * \\@asptype int\n */\npublic maxSizeX: any;\n/**\n * Specifies the maximum height of the panel in cells count.\n * \\@default null\n * \\@asptype int\n */\npublic maxSizeY: any;\n/**\n * Specifies the minimum width of the panel in cells count.\n * \\@default 1\n */\npublic minSizeX: any;\n/**\n * Specifies the minimum height of the panel in cells count.\n * \\@default 1\n */\npublic minSizeY: any;\n/**\n * Defines a row value where the panel should be placed.\n * \\@default 0\n * \\@asptype int\n */\npublic row: any;\n/**\n * Specifies the width of the panel in the layout in cells count.\n * \\@default 1\n */\npublic sizeX: any;\n/**\n * Specifies the height of the panel in the layout in cells count.\n * \\@default 1\n */\npublic sizeY: any;\n/**\n * Specifies the z-index of the panel\n * \\@default 1000\n * \\@asptype double\n */\npublic zIndex: any;\n/**\n * Defines the template value that should be displayed as the panel's header.\n * \\@asptype string\n */\n@Template()\n public header: any;\n/**\n * Defines the template value that should be displayed as the panel's content.\n * \\@asptype string\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-panels>e-panel',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'header': [{ type: ContentChild, args: ['header', ] },],\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction PanelDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanelDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanelDirective.ctorParameters;\n/** @type {?} */\nPanelDirective.propDecorators;\n/** @type {?} */\nPanelDirective.prototype.directivePropList;\n/**\n * Defines the column value where the panel to be placed.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.col;\n/**\n * Defines the CSS class name that can be appended with each panel element.\n * \\@default ''\n * @type {?}\n */\nPanelDirective.prototype.cssClass;\n/**\n * Defines whether to the panel should be enabled or not.\n * \\@default true\n * @type {?}\n */\nPanelDirective.prototype.enabled;\n/**\n * Defines the id of the panel.\n * \\@default ''\n * @type {?}\n */\nPanelDirective.prototype.id;\n/**\n * Specifies the maximum width of the panel in cells count.\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.maxSizeX;\n/**\n * Specifies the maximum height of the panel in cells count.\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.maxSizeY;\n/**\n * Specifies the minimum width of the panel in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.minSizeX;\n/**\n * Specifies the minimum height of the panel in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.minSizeY;\n/**\n * Defines a row value where the panel should be placed.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.row;\n/**\n * Specifies the width of the panel in the layout in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.sizeX;\n/**\n * Specifies the height of the panel in the layout in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.sizeY;\n/**\n * Specifies the z-index of the panel\n * \\@default 1000\n * \\@asptype double\n * @type {?}\n */\nPanelDirective.prototype.zIndex;\n/**\n * Defines the template value that should be displayed as the panel's header.\n * \\@asptype string\n * @type {?}\n */\nPanelDirective.prototype.header;\n/**\n * Defines the template value that should be displayed as the panel's content.\n * \\@asptype string\n * @type {?}\n */\nPanelDirective.prototype.content;\n/** @type {?} */\nPanelDirective.prototype.viewContainerRef;\n}\n\n/**\n * Panel Array Directive\n */\nexport class PanelsDirective extends ArrayBase<PanelsDirective> {\nconstructor() {\n super('panels');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-dashboardlayout>e-panels',\n queries: {\n children: new ContentChildren(PanelDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PanelsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanelsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanelsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\nimport { SplitterModule } from './splitter.module';\n/**\n * NgModule definition for the Splitter component with providers.\n */\nexport class SplitterAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SplitterModule],\n exports: [\n SplitterModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitterAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\n/**\n * NgModule definition for the Splitter component.\n */\nexport class SplitterModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ],\n exports: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitterModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Splitter } from '@syncfusion/ej2-layouts';\n\nimport { PanesDirective } from './panesettings.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['cssClass','enableHtmlSanitizer','enablePersistence','enableReversePanes','enableRtl','enabled','height','locale','orientation','paneSettings','separatorSize','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforeCollapse','beforeExpand','beforeSanitizeHtml','collapsed','created','expanded','resizeStart','resizeStop','resizing'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Angular Splitter Component\n * ```html\n * <ejs-splitter></ejs-splitter>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SplitterComponent extends Splitter implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeCollapse: any;\n\tbeforeExpand: any;\n\tbeforeSanitizeHtml: any;\n\tcollapsed: any;\n\tcreated: any;\n\texpanded: any;\n\tresizeStart: any;\n\tresizeStop: any;\npublic resizing: any;\npublic childPaneSettings: QueryList<PanesDirective>;\npublic tags: string[] = ['paneSettings'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPaneSettings;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-splitter',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPaneSettings: new ContentChild(PanesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SplitterComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterComponent.ctorParameters;\n/** @type {?} */\nSplitterComponent.prototype.containerContext;\n/** @type {?} */\nSplitterComponent.prototype.tagObjects;\n/** @type {?} */\nSplitterComponent.prototype.beforeCollapse;\n/** @type {?} */\nSplitterComponent.prototype.beforeExpand;\n/** @type {?} */\nSplitterComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nSplitterComponent.prototype.collapsed;\n/** @type {?} */\nSplitterComponent.prototype.created;\n/** @type {?} */\nSplitterComponent.prototype.expanded;\n/** @type {?} */\nSplitterComponent.prototype.resizeStart;\n/** @type {?} */\nSplitterComponent.prototype.resizeStop;\n/** @type {?} */\nSplitterComponent.prototype.resizing;\n/** @type {?} */\nSplitterComponent.prototype.childPaneSettings;\n/** @type {?} */\nSplitterComponent.prototype.tags;\n/** @type {?} */\nSplitterComponent.prototype.registerEvents;\n/** @type {?} */\nSplitterComponent.prototype.addTwoWay;\n/** @type {?} */\nSplitterComponent.prototype.ngEle;\n/** @type {?} */\nSplitterComponent.prototype.srenderer;\n/** @type {?} */\nSplitterComponent.prototype.viewContainerRef;\n/** @type {?} */\nSplitterComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['collapsed', 'collapsible', 'content', 'cssClass', 'max', 'min', 'resizable', 'size'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-panesettings' directive represent a panes of angular splitter \n * It must be contained in a Splitter component(`ejs-splitter`). \n * ```html\n * <ejs-splitter id='splitter' > \n * <e-panes>\n * <e-pane size ='150px'></e-pane>\n * <e-pane size = '20%'></e-pane>\n * </e-panes>\n * </ejs-splitter>\n * ```\n */\nexport class PaneDirective extends ComplexBase<PaneDirective> {\npublic directivePropList: any;\n/**\n * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.\n * \n * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n */\npublic collapsed: any;\n/**\n * Specifies whether a pane is collapsible or not collapsible.\n * \n * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n */\npublic collapsible: any;\n/**\n * Specifies the CSS class names that defines specific user-defined \n * styles and themes to be appended on corresponding pane of the Splitter. \n * It is used to customize the Splitter control panes. \n * One or more custom CSS classes can be specified to the Splitter panes.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.\n * \\@default null\n */\npublic max: any;\n/**\n * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.\n * \\@default null\n */\npublic min: any;\n/**\n * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. \n * You can disable this for any specific panes using this property.\n * \\@default true\n */\npublic resizable: any;\n/**\n * Configures the properties for each pane.\n * \\@default ''\n */\npublic size: any;\n/**\n * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.\n * \\@default ''\n * \\@blazortype string\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-panes>e-pane',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction PaneDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPaneDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPaneDirective.ctorParameters;\n/** @type {?} */\nPaneDirective.propDecorators;\n/** @type {?} */\nPaneDirective.prototype.directivePropList;\n/**\n * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.\n * \n * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n * @type {?}\n */\nPaneDirective.prototype.collapsed;\n/**\n * Specifies whether a pane is collapsible or not collapsible.\n * \n * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n * @type {?}\n */\nPaneDirective.prototype.collapsible;\n/**\n * Specifies the CSS class names that defines specific user-defined \n * styles and themes to be appended on corresponding pane of the Splitter. \n * It is used to customize the Splitter control panes. \n * One or more custom CSS classes can be specified to the Splitter panes.\n * \\@default ''\n * @type {?}\n */\nPaneDirective.prototype.cssClass;\n/**\n * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.\n * \\@default null\n * @type {?}\n */\nPaneDirective.prototype.max;\n/**\n * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.\n * \\@default null\n * @type {?}\n */\nPaneDirective.prototype.min;\n/**\n * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. \n * You can disable this for any specific panes using this property.\n * \\@default true\n * @type {?}\n */\nPaneDirective.prototype.resizable;\n/**\n * Configures the properties for each pane.\n * \\@default ''\n * @type {?}\n */\nPaneDirective.prototype.size;\n/**\n * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.\n * \\@default ''\n * \\@blazortype string\n * @type {?}\n */\nPaneDirective.prototype.content;\n/** @type {?} */\nPaneDirective.prototype.viewContainerRef;\n}\n\n/**\n * Pane Array Directive\n */\nexport class PanesDirective extends ArrayBase<PanesDirective> {\nconstructor() {\n super('panesettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-splitter>e-panes',\n queries: {\n children: new ContentChildren(PaneDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PanesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","DashboardLayoutComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","ContentChild","ChangeDetectionStrategy","outputs","inputs","Component","DashboardLayout","setValue","twoWays","ContentChildren","Directive","ArrayBase","Template","input","ComplexBase","SplitterComponent","Splitter"],"mappings":"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"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* filename: ej2-angular-layouts.umd.min.js
|
3
|
-
* version : 24.2.3
|
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(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-layouts"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-layouts","@angular/common"],t):t(e["ej2-angular-layouts"]={},e.ng.core,e.ej2.angular.base,e.ej2.layouts,e.ng.common)}(this,function(e,t,n,r,o){"use strict";var a=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},s=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},c=["collapsed","collapsible","content","cssClass","max","min","resizable","size"],l=[],p=function(e){function t(t){var r=e.call(this)||this;return r.viewContainerRef=t,n.setValue("currentInstance",r,r.viewContainerRef),r.registerEvents(l),r.directivePropList=c,r}return a(t,e),t}(n.ComplexBase);p.decorators=[{type:t.Directive,args:[{selector:"e-panes>e-pane",inputs:c,outputs:l,queries:{}}]}],p.ctorParameters=function(){return[{type:t.ViewContainerRef}]},p.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},i([n.Template(),s("design:type",Object)],p.prototype,"content",void 0);var u=function(e){function t(){return e.call(this,"panesettings")||this}return a(t,e),t}(n.ArrayBase);u.decorators=[{type:t.Directive,args:[{selector:"ejs-splitter>e-panes",queries:{children:new t.ContentChildren(p)}}]}],u.ctorParameters=function(){return[]};var f=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},d=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},h=["cssClass","enableHtmlSanitizer","enablePersistence","enableReversePanes","enableRtl","enabled","height","locale","orientation","paneSettings","separatorSize","width"],y=["beforeCollapse","beforeExpand","beforeSanitizeHtml","collapsed","created","expanded","resizeStart","resizeStop","resizing"],g=[""];e.SplitterComponent=function(e){function t(t,r,o,a){var i=e.call(this)||this;return i.ngEle=t,i.srenderer=r,i.viewContainerRef=o,i.injector=a,i.tags=["paneSettings"],i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[],i.registerEvents(y),i.addTwoWay.call(i,g),n.setValue("currentInstance",i,i.viewContainerRef),i.containerContext=new n.ComponentBase,i}return a(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childPaneSettings,this.containerContext.ngAfterContentChecked(this)},t}(r.Splitter),e.SplitterComponent.decorators=[{type:t.Component,args:[{selector:"ejs-splitter",inputs:h,outputs:y,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childPaneSettings:new t.ContentChild(u)}}]}],e.SplitterComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SplitterComponent=f([n.ComponentMixins([n.ComponentBase]),d("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SplitterComponent);var m=function(){return function(){}}();m.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.SplitterComponent,p,u],exports:[e.SplitterComponent,p,u]}]}],m.ctorParameters=function(){return[]};var C=function(){return function(){}}();C.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,m],exports:[m],providers:[]}]}],C.ctorParameters=function(){return[]};var b=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},v=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},R=["col","content","cssClass","enabled","header","id","maxSizeX","maxSizeY","minSizeX","minSizeY","row","sizeX","sizeY","zIndex"],j=[],P=function(e){function t(t){var r=e.call(this)||this;return r.viewContainerRef=t,n.setValue("currentInstance",r,r.viewContainerRef),r.registerEvents(j),r.directivePropList=R,r}return a(t,e),t}(n.ComplexBase);P.decorators=[{type:t.Directive,args:[{selector:"e-panels>e-panel",inputs:R,outputs:j,queries:{}}]}],P.ctorParameters=function(){return[{type:t.ViewContainerRef}]},P.propDecorators={header:[{type:t.ContentChild,args:["header"]}],content:[{type:t.ContentChild,args:["content"]}]},b([n.Template(),v("design:type",Object)],P.prototype,"header",void 0),b([n.Template(),v("design:type",Object)],P.prototype,"content",void 0);var w=function(e){function t(){return e.call(this,"panels")||this}return a(t,e),t}(n.ArrayBase);w.decorators=[{type:t.Directive,args:[{selector:"ejs-dashboardlayout>e-panels",queries:{children:new t.ContentChildren(P)}}]}],w.ctorParameters=function(){return[]};var D=this&&this.__decorate||function(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i},S=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},O=["allowDragging","allowFloating","allowPushing","allowResizing","cellAspectRatio","cellSpacing","columns","draggableHandle","enableHtmlSanitizer","enablePersistence","enableRtl","locale","mediaQuery","panels","resizableHandles","showGridLines"],x=["change","created","destroyed","drag","dragStart","dragStop","resize","resizeStart","resizeStop"],_=[""];e.DashboardLayoutComponent=function(e){function t(t,r,o,a){var i=e.call(this)||this;return i.ngEle=t,i.srenderer=r,i.viewContainerRef=o,i.injector=a,i.tags=["panels"],i.element=i.ngEle.nativeElement,i.injectedModules=i.injectedModules||[],i.registerEvents(x),i.addTwoWay.call(i,_),n.setValue("currentInstance",i,i.viewContainerRef),i.containerContext=new n.ComponentBase,i}return a(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childPanels,this.containerContext.ngAfterContentChecked(this)},t}(r.DashboardLayout),e.DashboardLayoutComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dashboardlayout",inputs:O,outputs:x,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childPanels:new t.ContentChild(w)}}]}],e.DashboardLayoutComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DashboardLayoutComponent=D([n.ComponentMixins([n.ComponentBase]),S("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DashboardLayoutComponent);var z=function(){return function(){}}();z.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.DashboardLayoutComponent,P,w],exports:[e.DashboardLayoutComponent,P,w]}]}],z.ctorParameters=function(){return[]};var M=function(){return function(){}}();M.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,z],exports:[z],providers:[]}]}],M.ctorParameters=function(){return[]},e.PaneDirective=p,e.PanesDirective=u,e.SplitterModule=m,e.SplitterAllModule=C,e.PanelDirective=P,e.PanelsDirective=w,e.DashboardLayoutModule=z,e.DashboardLayoutAllModule=M,e.ɵc=O,e.ɵd=x,e.ɵa=h,e.ɵb=y,e.PaneProperties=r.PaneProperties,e.Splitter=r.Splitter,e.Panel=r.Panel,e.DashboardLayout=r.DashboardLayout,Object.defineProperty(e,"__esModule",{value:!0})});
|
11
|
-
//# sourceMappingURL=ej2-angular-layouts.umd.min.js.map
|