@syncfusion/ej2-angular-layouts 20.4.53 → 21.1.35-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-layouts.es5.js +495 -0
- package/@syncfusion/ej2-angular-layouts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-layouts.js +447 -0
- package/@syncfusion/ej2-angular-layouts.js.map +1 -0
- package/CHANGELOG.md +575 -0
- package/dist/ej2-angular-layouts.umd.js +522 -0
- package/dist/ej2-angular-layouts.umd.js.map +1 -0
- package/dist/ej2-angular-layouts.umd.min.js +11 -0
- package/dist/ej2-angular-layouts.umd.min.js.map +1 -0
- package/ej2-angular-layouts.d.ts +6 -0
- package/ej2-angular-layouts.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/dashboard-layout/dashboardlayout-all.module.d.ts +0 -6
- package/src/dashboard-layout/dashboardlayout.component.d.ts +0 -3
- package/src/dashboard-layout/dashboardlayout.module.d.ts +0 -7
- package/src/dashboard-layout/panels.directive.d.ts +0 -5
- package/src/splitter/panesettings.directive.d.ts +0 -5
- package/src/splitter/splitter-all.module.d.ts +0 -6
- package/src/splitter/splitter.component.d.ts +0 -3
- package/src/splitter/splitter.module.d.ts +0 -7
- package/styles/avatar/bootstrap-dark.css +3 -0
- package/styles/avatar/bootstrap-dark.scss +1 -3
- package/styles/avatar/bootstrap.css +3 -0
- package/styles/avatar/bootstrap.scss +1 -3
- package/styles/avatar/bootstrap4.css +3 -0
- package/styles/avatar/bootstrap4.scss +1 -3
- package/styles/avatar/bootstrap5-dark.css +3 -0
- package/styles/avatar/bootstrap5-dark.scss +1 -3
- package/styles/avatar/bootstrap5.css +3 -0
- package/styles/avatar/bootstrap5.scss +1 -3
- package/styles/avatar/fabric-dark.css +3 -0
- package/styles/avatar/fabric-dark.scss +1 -3
- package/styles/avatar/fabric.css +3 -0
- package/styles/avatar/fabric.scss +1 -3
- package/styles/avatar/fluent-dark.css +3 -0
- package/styles/avatar/fluent-dark.scss +1 -3
- package/styles/avatar/fluent.css +3 -0
- package/styles/avatar/fluent.scss +1 -3
- package/styles/avatar/highcontrast-light.css +3 -0
- package/styles/avatar/highcontrast-light.scss +1 -3
- package/styles/avatar/highcontrast.css +3 -0
- package/styles/avatar/highcontrast.scss +1 -3
- package/styles/avatar/material-dark.css +3 -0
- package/styles/avatar/material-dark.scss +1 -3
- package/styles/avatar/material.css +3 -0
- package/styles/avatar/material.scss +1 -3
- package/styles/avatar/tailwind-dark.css +3 -0
- package/styles/avatar/tailwind-dark.scss +1 -3
- package/styles/avatar/tailwind.css +3 -0
- package/styles/avatar/tailwind.scss +1 -3
- package/styles/bootstrap-dark.css +5 -1
- package/styles/bootstrap.css +5 -1
- package/styles/bootstrap4.css +5 -1
- package/styles/bootstrap5-dark.css +5 -1
- package/styles/bootstrap5.css +5 -1
- package/styles/card/bootstrap-dark.css +2 -1
- package/styles/card/bootstrap-dark.scss +1 -3
- package/styles/card/bootstrap.css +2 -1
- package/styles/card/bootstrap.scss +1 -3
- package/styles/card/bootstrap4.css +2 -1
- package/styles/card/bootstrap4.scss +1 -3
- package/styles/card/bootstrap5-dark.css +2 -1
- package/styles/card/bootstrap5-dark.scss +1 -3
- package/styles/card/bootstrap5.css +2 -1
- package/styles/card/bootstrap5.scss +1 -3
- package/styles/card/fabric-dark.css +2 -1
- package/styles/card/fabric-dark.scss +1 -3
- package/styles/card/fabric.css +2 -1
- package/styles/card/fabric.scss +1 -3
- package/styles/card/fluent-dark.css +2 -1
- package/styles/card/fluent-dark.scss +1 -3
- package/styles/card/fluent.css +2 -1
- package/styles/card/fluent.scss +1 -3
- package/styles/card/highcontrast-light.css +2 -1
- package/styles/card/highcontrast-light.scss +1 -3
- package/styles/card/highcontrast.css +2 -1
- package/styles/card/highcontrast.scss +1 -3
- package/styles/card/material-dark.css +2 -1
- package/styles/card/material-dark.scss +1 -3
- package/styles/card/material.css +2 -1
- package/styles/card/material.scss +1 -3
- package/styles/card/tailwind-dark.css +2 -1
- package/styles/card/tailwind-dark.scss +1 -3
- package/styles/card/tailwind.css +2 -1
- package/styles/card/tailwind.scss +1 -3
- package/styles/dashboard-layout/bootstrap-dark.scss +1 -4
- package/styles/dashboard-layout/bootstrap.scss +1 -4
- package/styles/dashboard-layout/bootstrap4.scss +1 -4
- package/styles/dashboard-layout/bootstrap5-dark.scss +1 -4
- package/styles/dashboard-layout/bootstrap5.scss +1 -4
- package/styles/dashboard-layout/fabric-dark.scss +1 -4
- package/styles/dashboard-layout/fabric.scss +1 -4
- package/styles/dashboard-layout/fluent-dark.scss +1 -4
- package/styles/dashboard-layout/fluent.scss +1 -4
- package/styles/dashboard-layout/highcontrast-light.scss +1 -3
- package/styles/dashboard-layout/highcontrast.scss +1 -4
- package/styles/dashboard-layout/material-dark.scss +1 -4
- package/styles/dashboard-layout/material.scss +1 -4
- package/styles/dashboard-layout/tailwind-dark.scss +1 -4
- package/styles/dashboard-layout/tailwind.scss +1 -4
- package/styles/fabric-dark.css +5 -1
- package/styles/fabric.css +5 -1
- package/styles/fluent-dark.css +5 -1
- package/styles/fluent.css +5 -1
- package/styles/highcontrast-light.css +5 -1
- package/styles/highcontrast.css +5 -1
- package/styles/material-dark.css +5 -1
- package/styles/material.css +5 -1
- package/styles/splitter/bootstrap-dark.scss +1 -4
- package/styles/splitter/bootstrap.scss +1 -4
- package/styles/splitter/bootstrap4.scss +1 -4
- package/styles/splitter/bootstrap5-dark.scss +1 -4
- package/styles/splitter/bootstrap5.scss +1 -4
- package/styles/splitter/fabric-dark.scss +1 -4
- package/styles/splitter/fabric.scss +1 -4
- package/styles/splitter/fluent-dark.scss +1 -4
- package/styles/splitter/fluent.scss +1 -4
- package/styles/splitter/highcontrast-light.scss +1 -4
- package/styles/splitter/highcontrast.scss +1 -4
- package/styles/splitter/material-dark.scss +1 -4
- package/styles/splitter/material.scss +1 -4
- package/styles/splitter/tailwind-dark.scss +1 -4
- package/styles/splitter/tailwind.scss +1 -4
- package/styles/tailwind-dark.css +5 -1
- package/styles/tailwind.css +5 -1
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +0 -23
- package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +0 -64
- package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +0 -34
- package/esm2020/src/dashboard-layout/panels.directive.mjs +0 -72
- package/esm2020/src/index.mjs +0 -10
- package/esm2020/src/splitter/panesettings.directive.mjs +0 -66
- package/esm2020/src/splitter/splitter-all.module.mjs +0 -23
- package/esm2020/src/splitter/splitter.component.mjs +0 -64
- package/esm2020/src/splitter/splitter.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -354
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -354
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
- package/styles/avatar/_all.scss +0 -1
- package/styles/avatar/_bootstrap-dark-definition.scss +0 -18
- package/styles/avatar/_bootstrap-definition.scss +0 -18
- package/styles/avatar/_bootstrap4-definition.scss +0 -18
- package/styles/avatar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/avatar/_bootstrap5-definition.scss +0 -26
- package/styles/avatar/_fabric-dark-definition.scss +0 -18
- package/styles/avatar/_fabric-definition.scss +0 -18
- package/styles/avatar/_fluent-dark-definition.scss +0 -1
- package/styles/avatar/_fluent-definition.scss +0 -25
- package/styles/avatar/_fusionnew-definition.scss +0 -26
- package/styles/avatar/_highcontrast-definition.scss +0 -18
- package/styles/avatar/_highcontrast-light-definition.scss +0 -18
- package/styles/avatar/_layout.scss +0 -75
- package/styles/avatar/_material-dark-definition.scss +0 -18
- package/styles/avatar/_material-definition.scss +0 -18
- package/styles/avatar/_material3-definition.scss +0 -26
- package/styles/avatar/_tailwind-dark-definition.scss +0 -1
- package/styles/avatar/_tailwind-definition.scss +0 -25
- package/styles/avatar/_theme.scss +0 -1
- package/styles/card/_all.scss +0 -2
- package/styles/card/_bootstrap-dark-definition.scss +0 -246
- package/styles/card/_bootstrap-definition.scss +0 -126
- package/styles/card/_bootstrap4-definition.scss +0 -127
- package/styles/card/_bootstrap5-dark-definition.scss +0 -1
- package/styles/card/_bootstrap5-definition.scss +0 -127
- package/styles/card/_fabric-dark-definition.scss +0 -234
- package/styles/card/_fabric-definition.scss +0 -125
- package/styles/card/_fluent-dark-definition.scss +0 -1
- package/styles/card/_fluent-definition.scss +0 -132
- package/styles/card/_fusionnew-definition.scss +0 -127
- package/styles/card/_highcontrast-definition.scss +0 -126
- package/styles/card/_highcontrast-light-definition.scss +0 -247
- package/styles/card/_layout.scss +0 -527
- package/styles/card/_material-dark-definition.scss +0 -241
- package/styles/card/_material-definition.scss +0 -125
- package/styles/card/_material3-definition.scss +0 -127
- package/styles/card/_tailwind-dark-definition.scss +0 -1
- package/styles/card/_tailwind-definition.scss +0 -125
- package/styles/card/_theme.scss +0 -104
- package/styles/dashboard-layout/_all.scss +0 -2
- package/styles/dashboard-layout/_bootstrap-dark-definition.scss +0 -102
- package/styles/dashboard-layout/_bootstrap-definition.scss +0 -102
- package/styles/dashboard-layout/_bootstrap4-definition.scss +0 -102
- package/styles/dashboard-layout/_bootstrap5-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_bootstrap5-definition.scss +0 -108
- package/styles/dashboard-layout/_fabric-dark-definition.scss +0 -103
- package/styles/dashboard-layout/_fabric-definition.scss +0 -102
- package/styles/dashboard-layout/_fluent-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_fluent-definition.scss +0 -111
- package/styles/dashboard-layout/_fusionnew-definition.scss +0 -108
- package/styles/dashboard-layout/_highcontrast-definition.scss +0 -100
- package/styles/dashboard-layout/_highcontrast-light-definition.scss +0 -100
- package/styles/dashboard-layout/_layout.scss +0 -263
- package/styles/dashboard-layout/_material-dark-definition.scss +0 -103
- package/styles/dashboard-layout/_material-definition.scss +0 -102
- package/styles/dashboard-layout/_material3-definition.scss +0 -108
- package/styles/dashboard-layout/_tailwind-dark-definition.scss +0 -1
- package/styles/dashboard-layout/_tailwind-definition.scss +0 -109
- package/styles/dashboard-layout/_theme.scss +0 -128
- package/styles/dashboard-layout/icons/_bootstrap-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_bootstrap.scss +0 -80
- package/styles/dashboard-layout/icons/_bootstrap4.scss +0 -80
- package/styles/dashboard-layout/icons/_bootstrap5-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_bootstrap5.scss +0 -80
- package/styles/dashboard-layout/icons/_fabric-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_fabric.scss +0 -80
- package/styles/dashboard-layout/icons/_fluent-dark.scss +0 -1
- package/styles/dashboard-layout/icons/_fluent.scss +0 -80
- package/styles/dashboard-layout/icons/_fusionnew.scss +0 -80
- package/styles/dashboard-layout/icons/_highcontrast.scss +0 -80
- package/styles/dashboard-layout/icons/_material-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_material.scss +0 -80
- package/styles/dashboard-layout/icons/_material3.scss +0 -80
- package/styles/dashboard-layout/icons/_tailwind-dark.scss +0 -80
- package/styles/dashboard-layout/icons/_tailwind.scss +0 -80
- package/styles/splitter/_all.scss +0 -3
- package/styles/splitter/_bootstrap-dark-definition.scss +0 -27
- package/styles/splitter/_bootstrap-definition.scss +0 -27
- package/styles/splitter/_bootstrap4-definition.scss +0 -27
- package/styles/splitter/_bootstrap5-dark-definition.scss +0 -1
- package/styles/splitter/_bootstrap5-definition.scss +0 -33
- package/styles/splitter/_definition.scss +0 -1
- package/styles/splitter/_fabric-dark-definition.scss +0 -27
- package/styles/splitter/_fabric-definition.scss +0 -27
- package/styles/splitter/_fluent-dark-definition.scss +0 -1
- package/styles/splitter/_fluent-definition.scss +0 -31
- package/styles/splitter/_fusionnew-definition.scss +0 -33
- package/styles/splitter/_highcontrast-definition.scss +0 -27
- package/styles/splitter/_highcontrast-light-definition.scss +0 -27
- package/styles/splitter/_layout.scss +0 -416
- package/styles/splitter/_material-dark-definition.scss +0 -27
- package/styles/splitter/_material-definition.scss +0 -28
- package/styles/splitter/_material3-definition.scss +0 -33
- package/styles/splitter/_responsive.scss +0 -1
- package/styles/splitter/_tailwind-dark-definition.scss +0 -1
- package/styles/splitter/_tailwind-definition.scss +0 -33
- package/styles/splitter/_theme.scss +0 -205
- package/styles/splitter/icons/_bootstrap-dark.scss +0 -52
- package/styles/splitter/icons/_bootstrap.scss +0 -52
- package/styles/splitter/icons/_bootstrap4.scss +0 -51
- package/styles/splitter/icons/_bootstrap5-dark.scss +0 -1
- package/styles/splitter/icons/_bootstrap5.scss +0 -39
- package/styles/splitter/icons/_fabric-dark.scss +0 -52
- package/styles/splitter/icons/_fabric.scss +0 -52
- package/styles/splitter/icons/_fluent-dark.scss +0 -1
- package/styles/splitter/icons/_fluent.scss +0 -39
- package/styles/splitter/icons/_fusionnew.scss +0 -39
- package/styles/splitter/icons/_highcontrast-light.scss +0 -52
- package/styles/splitter/icons/_highcontrast.scss +0 -52
- package/styles/splitter/icons/_material-dark.scss +0 -51
- package/styles/splitter/icons/_material.scss +0 -51
- package/styles/splitter/icons/_material3.scss +0 -39
- package/styles/splitter/icons/_tailwind-dark.scss +0 -1
- package/styles/splitter/icons/_tailwind.scss +0 -39
- package/syncfusion-ej2-angular-layouts.d.ts +0 -5
@@ -1,66 +0,0 @@
|
|
1
|
-
import { __decorate } from "tslib";
|
2
|
-
import { Directive, ContentChildren, ContentChild } from '@angular/core';
|
3
|
-
import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
|
4
|
-
import { Template } from '@syncfusion/ej2-angular-base';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
let input = ['collapsed', 'collapsible', 'content', 'cssClass', 'max', 'min', 'resizable', 'size'];
|
7
|
-
let outputs = [];
|
8
|
-
/**
|
9
|
-
* 'e-panesettings' directive represent a panes of angular splitter
|
10
|
-
* It must be contained in a Splitter component(`ejs-splitter`).
|
11
|
-
* ```html
|
12
|
-
* <ejs-splitter id='splitter' >
|
13
|
-
* <e-panes>
|
14
|
-
* <e-pane size ='150px'></e-pane>
|
15
|
-
* <e-pane size = '20%'></e-pane>
|
16
|
-
* </e-panes>
|
17
|
-
* </ejs-splitter>
|
18
|
-
* ```
|
19
|
-
*/
|
20
|
-
export class PaneDirective extends ComplexBase {
|
21
|
-
constructor(viewContainerRef) {
|
22
|
-
super();
|
23
|
-
this.viewContainerRef = viewContainerRef;
|
24
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
25
|
-
this.registerEvents(outputs);
|
26
|
-
this.directivePropList = input;
|
27
|
-
}
|
28
|
-
}
|
29
|
-
PaneDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PaneDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
30
|
-
PaneDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: PaneDirective, selector: "e-panes>e-pane", inputs: { collapsed: "collapsed", collapsible: "collapsible", content: "content", cssClass: "cssClass", max: "max", min: "min", resizable: "resizable", size: "size" }, queries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0 });
|
31
|
-
__decorate([
|
32
|
-
Template()
|
33
|
-
], PaneDirective.prototype, "content", void 0);
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PaneDirective, decorators: [{
|
35
|
-
type: Directive,
|
36
|
-
args: [{
|
37
|
-
selector: 'e-panes>e-pane',
|
38
|
-
inputs: input,
|
39
|
-
outputs: outputs,
|
40
|
-
queries: {}
|
41
|
-
}]
|
42
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { content: [{
|
43
|
-
type: ContentChild,
|
44
|
-
args: ['content']
|
45
|
-
}] } });
|
46
|
-
/**
|
47
|
-
* Pane Array Directive
|
48
|
-
* @private
|
49
|
-
*/
|
50
|
-
export class PanesDirective extends ArrayBase {
|
51
|
-
constructor() {
|
52
|
-
super('panesettings');
|
53
|
-
}
|
54
|
-
}
|
55
|
-
PanesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PanesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
56
|
-
PanesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: PanesDirective, selector: "ejs-splitter>e-panes", queries: [{ propertyName: "children", predicate: PaneDirective }], usesInheritance: true, ngImport: i0 });
|
57
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PanesDirective, decorators: [{
|
58
|
-
type: Directive,
|
59
|
-
args: [{
|
60
|
-
selector: 'ejs-splitter>e-panes',
|
61
|
-
queries: {
|
62
|
-
children: new ContentChildren(PaneDirective)
|
63
|
-
},
|
64
|
-
}]
|
65
|
-
}], ctorParameters: function () { return []; } });
|
66
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZXNldHRpbmdzLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zcGxpdHRlci9wYW5lc2V0dGluZ3MuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFvQixlQUFlLEVBQUUsWUFBWSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzNGLE9BQU8sRUFBRSxXQUFXLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2hGLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQzs7QUFHeEQsSUFBSSxLQUFLLEdBQWEsQ0FBQyxXQUFXLEVBQUUsYUFBYSxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxXQUFXLEVBQUUsTUFBTSxDQUFDLENBQUM7QUFDN0csSUFBSSxPQUFPLEdBQWEsRUFBRSxDQUFDO0FBQzNCOzs7Ozs7Ozs7OztHQVdHO0FBU0gsTUFBTSxPQUFPLGFBQWMsU0FBUSxXQUEwQjtJQTJEekQsWUFBb0IsZ0JBQWlDO1FBQ2pELEtBQUssRUFBRSxDQUFDO1FBRFEscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQUVqRCxRQUFRLENBQUMsaUJBQWlCLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQ3pELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztJQUNuQyxDQUFDOzswR0FoRVEsYUFBYTs4RkFBYixhQUFhO0FBeUR0QjtJQURDLFFBQVEsRUFBRTs4Q0FDUzsyRkF6RFgsYUFBYTtrQkFSekIsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixNQUFNLEVBQUUsS0FBSztvQkFDYixPQUFPLEVBQUUsT0FBTztvQkFDaEIsT0FBTyxFQUFFLEVBRVI7aUJBQ0o7dUdBMERVLE9BQU87c0JBRmIsWUFBWTt1QkFBQyxTQUFTOztBQVkzQjs7O0dBR0c7QUFPSCxNQUFNLE9BQU8sY0FBZSxTQUFRLFNBQXlCO0lBQ3pEO1FBQ0ksS0FBSyxDQUFDLGNBQWMsQ0FBQyxDQUFDO0lBQzFCLENBQUM7OzJHQUhRLGNBQWM7K0ZBQWQsY0FBYyxxRkFIVyxhQUFhOzJGQUd0QyxjQUFjO2tCQU4xQixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxzQkFBc0I7b0JBQ2hDLE9BQU8sRUFBRTt3QkFDTCxRQUFRLEVBQUUsSUFBSSxlQUFlLENBQUMsYUFBYSxDQUFDO3FCQUMvQztpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgVmlld0NvbnRhaW5lclJlZiwgQ29udGVudENoaWxkcmVuLCBDb250ZW50Q2hpbGQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbXBsZXhCYXNlLCBBcnJheUJhc2UsIHNldFZhbHVlIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWFuZ3VsYXItYmFzZSc7XG5pbXBvcnQgeyBUZW1wbGF0ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuXG5cbmxldCBpbnB1dDogc3RyaW5nW10gPSBbJ2NvbGxhcHNlZCcsICdjb2xsYXBzaWJsZScsICdjb250ZW50JywgJ2Nzc0NsYXNzJywgJ21heCcsICdtaW4nLCAncmVzaXphYmxlJywgJ3NpemUnXTtcbmxldCBvdXRwdXRzOiBzdHJpbmdbXSA9IFtdO1xuLyoqXG4gKiAnZS1wYW5lc2V0dGluZ3MnIGRpcmVjdGl2ZSByZXByZXNlbnQgYSBwYW5lcyBvZiBhbmd1bGFyIHNwbGl0dGVyIFxuICogSXQgbXVzdCBiZSBjb250YWluZWQgaW4gYSBTcGxpdHRlciBjb21wb25lbnQoYGVqcy1zcGxpdHRlcmApLiBcbiAqIGBgYGh0bWxcbiAqIDxlanMtc3BsaXR0ZXIgaWQ9J3NwbGl0dGVyJyA+IFxuICogICA8ZS1wYW5lcz5cbiAqICAgIDxlLXBhbmUgc2l6ZSA9JzE1MHB4Jz48L2UtcGFuZT5cbiAqICAgIDxlLXBhbmUgc2l6ZSA9ICcyMCUnPjwvZS1wYW5lPlxuICogICA8L2UtcGFuZXM+XG4gKiA8L2Vqcy1zcGxpdHRlcj5cbiAqIGBgYFxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2UtcGFuZXM+ZS1wYW5lJyxcbiAgICBpbnB1dHM6IGlucHV0LFxuICAgIG91dHB1dHM6IG91dHB1dHMsICAgIFxuICAgIHF1ZXJpZXM6IHtcblxuICAgIH1cbn0pXG5leHBvcnQgY2xhc3MgUGFuZURpcmVjdGl2ZSBleHRlbmRzIENvbXBsZXhCYXNlPFBhbmVEaXJlY3RpdmU+IHtcbiAgICBwdWJsaWMgZGlyZWN0aXZlUHJvcExpc3Q6IGFueTtcblx0XG5cblxuICAgIC8qKiBcbiAgICAgKiBTcGVjaWZpZXMgd2hldGhlciBhIHBhbmUgaXMgY29sbGFwc2VkIG9yIG5vdCBjb2xsYXBzZWQgYXQgdGhlIGluaXRpYWwgcmVuZGVyaW5nIG9mIHNwbGl0dGVyLlxuICAgICAqIFxuICAgICAqIHslIGNvZGVCbG9jayBzcmM9J3NwbGl0dGVyL2NvbGxhcHNlZC9pbmRleC5tZCcgJX17JSBlbmRjb2RlQmxvY2sgJX1cbiAgICAgKiAgICAgXG4gICAgICogQGRlZmF1bHQgZmFsc2VcbiAgICAgKi9cbiAgICBwdWJsaWMgY29sbGFwc2VkOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNwZWNpZmllcyB3aGV0aGVyIGEgcGFuZSBpcyBjb2xsYXBzaWJsZSBvciBub3QgY29sbGFwc2libGUuXG4gICAgICogXG4gICAgICogeyUgY29kZUJsb2NrIHNyYz0nc3BsaXR0ZXIvY29sbGFwc2libGUvaW5kZXgubWQnICV9eyUgZW5kY29kZUJsb2NrICV9XG4gICAgICogICAgIFxuICAgICAqIEBkZWZhdWx0IGZhbHNlXG4gICAgICovXG4gICAgcHVibGljIGNvbGxhcHNpYmxlOiBhbnk7XG4gICAgLyoqIFxuICAgICAqIFNwZWNpZmllcyB0aGUgQ1NTIGNsYXNzIG5hbWVzIHRoYXQgZGVmaW5lcyBzcGVjaWZpYyB1c2VyLWRlZmluZWQgXG4gICAgICogc3R5bGVzIGFuZCB0aGVtZXMgdG8gYmUgYXBwZW5kZWQgb24gY29ycmVzcG9uZGluZyBwYW5lIG9mIHRoZSBTcGxpdHRlci4gXG4gICAgICogSXQgaXMgdXNlZCB0byBjdXN0b21pemUgdGhlIFNwbGl0dGVyIGNvbnRyb2wgcGFuZXMuIFxuICAgICAqIE9uZSBvciBtb3JlIGN1c3RvbSBDU1MgY2xhc3NlcyBjYW4gYmUgc3BlY2lmaWVkIHRvIHRoZSBTcGxpdHRlciBwYW5lcy5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqL1xuICAgIHB1YmxpYyBjc3NDbGFzczogYW55O1xuICAgIC8qKiBcbiAgICAgKiBTcGVjaWZpZXMgdGhlIG1heGltdW0gc2l6ZSBvZiBhIHBhbmUuIFRoZSBwYW5lIGNhbm5vdCBiZSByZXNpemVkIGlmIGl0IGlzIG1vcmUgdGhhbiB0aGUgc3BlY2lmaWVkIG1heGltdW0gbGltaXQuXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqL1xuICAgIHB1YmxpYyBtYXg6IGFueTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSBtaW5pbXVtIHNpemUgb2YgYSBwYW5lLiBUaGUgcGFuZSBjYW5ub3QgYmUgcmVzaXplZCBpZiBpdCBpcyBsZXNzIHRoYW4gdGhlIHNwZWNpZmllZCBtaW5pbXVtIHNpemUuXG4gICAgICogQGRlZmF1bHQgbnVsbFxuICAgICAqL1xuICAgIHB1YmxpYyBtaW46IGFueTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSB2YWx1ZSB3aGV0aGVyIGEgcGFuZSBpcyByZXNpemFibGUuIEJ5IGRlZmF1bHQsIHRoZSBTcGxpdHRlciBpcyByZXNpemFibGUgaW4gYWxsIHBhbmVzLiBcbiAgICAgKiBZb3UgY2FuIGRpc2FibGUgdGhpcyBmb3IgYW55IHNwZWNpZmljIHBhbmVzIHVzaW5nIHRoaXMgcHJvcGVydHkuXG4gICAgICogQGRlZmF1bHQgdHJ1ZVxuICAgICAqL1xuICAgIHB1YmxpYyByZXNpemFibGU6IGFueTtcbiAgICAvKiogXG4gICAgICogQ29uZmlndXJlcyB0aGUgcHJvcGVydGllcyBmb3IgZWFjaCBwYW5lLlxuICAgICAqIEBkZWZhdWx0ICcnXG4gICAgICovXG4gICAgcHVibGljIHNpemU6IGFueTtcbiAgICAvKiogXG4gICAgICogU3BlY2lmaWVzIHRoZSBjb250ZW50IG9mIHNwbGl0IHBhbmUgYXMgcGxhaW4gdGV4dCwgSFRNTCBtYXJrdXAsIG9yIGFueSBvdGhlciBKYXZhU2NyaXB0IGNvbnRyb2xzLlxuICAgICAqIEBkZWZhdWx0ICcnXG4gICAgICogQGJsYXpvcnR5cGUgc3RyaW5nXG4gICAgICovXG4gICAgQENvbnRlbnRDaGlsZCgnY29udGVudCcpXG4gICAgQFRlbXBsYXRlKClcbiAgICBwdWJsaWMgY29udGVudDogYW55O1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgc2V0VmFsdWUoJ2N1cnJlbnRJbnN0YW5jZScsIHRoaXMsIHRoaXMudmlld0NvbnRhaW5lclJlZik7XG4gICAgICAgIHRoaXMucmVnaXN0ZXJFdmVudHMob3V0cHV0cyk7XG4gICAgICAgIHRoaXMuZGlyZWN0aXZlUHJvcExpc3QgPSBpbnB1dDtcbiAgICB9XG59XG5cbi8qKlxuICogUGFuZSBBcnJheSBEaXJlY3RpdmVcbiAqIEBwcml2YXRlXG4gKi9cbkBEaXJlY3RpdmUoe1xuICAgIHNlbGVjdG9yOiAnZWpzLXNwbGl0dGVyPmUtcGFuZXMnLFxuICAgIHF1ZXJpZXM6IHtcbiAgICAgICAgY2hpbGRyZW46IG5ldyBDb250ZW50Q2hpbGRyZW4oUGFuZURpcmVjdGl2ZSlcbiAgICB9LFxufSlcbmV4cG9ydCBjbGFzcyBQYW5lc0RpcmVjdGl2ZSBleHRlbmRzIEFycmF5QmFzZTxQYW5lc0RpcmVjdGl2ZT4ge1xuICAgIGNvbnN0cnVjdG9yKCkge1xuICAgICAgICBzdXBlcigncGFuZXNldHRpbmdzJyk7XG4gICAgfVxufSJdfQ==
|
@@ -1,23 +0,0 @@
|
|
1
|
-
import { NgModule } from '@angular/core';
|
2
|
-
import { CommonModule } from '@angular/common';
|
3
|
-
import { SplitterModule } from './splitter.module';
|
4
|
-
import * as i0 from "@angular/core";
|
5
|
-
/**
|
6
|
-
* NgModule definition for the Splitter component with providers.
|
7
|
-
*/
|
8
|
-
export class SplitterAllModule {
|
9
|
-
}
|
10
|
-
SplitterAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
11
|
-
SplitterAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterAllModule, imports: [CommonModule, SplitterModule], exports: [SplitterModule] });
|
12
|
-
SplitterAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterAllModule, providers: [], imports: [[CommonModule, SplitterModule], SplitterModule] });
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterAllModule, decorators: [{
|
14
|
-
type: NgModule,
|
15
|
-
args: [{
|
16
|
-
imports: [CommonModule, SplitterModule],
|
17
|
-
exports: [
|
18
|
-
SplitterModule
|
19
|
-
],
|
20
|
-
providers: []
|
21
|
-
}]
|
22
|
-
}] });
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BsaXR0ZXItYWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9zcGxpdHRlci9zcGxpdHRlci1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUcvQyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7O0FBTW5EOztHQUVHO0FBVUgsTUFBTSxPQUFPLGlCQUFpQjs7OEdBQWpCLGlCQUFpQjsrR0FBakIsaUJBQWlCLFlBUmhCLFlBQVksRUFBRSxjQUFjLGFBRWxDLGNBQWM7K0dBTVQsaUJBQWlCLGFBSmhCLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxjQUFjLENBQUMsRUFFbkMsY0FBYzsyRkFNVCxpQkFBaUI7a0JBVDdCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGNBQWMsQ0FBQztvQkFDdkMsT0FBTyxFQUFFO3dCQUNMLGNBQWM7cUJBQ2pCO29CQUNELFNBQVMsRUFBQyxFQUVUO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUsIFZhbHVlUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBQYW5lRGlyZWN0aXZlLCBQYW5lc0RpcmVjdGl2ZSB9IGZyb20gJy4vcGFuZXNldHRpbmdzLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBTcGxpdHRlckNvbXBvbmVudCB9IGZyb20gJy4vc3BsaXR0ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IFNwbGl0dGVyTW9kdWxlIH0gZnJvbSAnLi9zcGxpdHRlci5tb2R1bGUnO1xuXG5cblxuXG5cbi8qKlxuICogTmdNb2R1bGUgZGVmaW5pdGlvbiBmb3IgdGhlIFNwbGl0dGVyIGNvbXBvbmVudCB3aXRoIHByb3ZpZGVycy5cbiAqL1xuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBTcGxpdHRlck1vZHVsZV0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBTcGxpdHRlck1vZHVsZVxuICAgIF0sXG4gICAgcHJvdmlkZXJzOltcbiAgICAgICAgXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBTcGxpdHRlckFsbE1vZHVsZSB7IH0iXX0=
|
@@ -1,64 +0,0 @@
|
|
1
|
-
import { __decorate } from "tslib";
|
2
|
-
import { Component, ChangeDetectionStrategy, ContentChild } from '@angular/core';
|
3
|
-
import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
|
4
|
-
import { Splitter } from '@syncfusion/ej2-layouts';
|
5
|
-
import { PanesDirective } from './panesettings.directive';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
export const inputs = ['cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableReversePanes', 'enableRtl', 'enabled', 'height', 'locale', 'orientation', 'paneSettings', 'separatorSize', 'width'];
|
8
|
-
export const outputs = ['beforeCollapse', 'beforeExpand', 'beforeSanitizeHtml', 'collapsed', 'created', 'expanded', 'resizeStart', 'resizeStop', 'resizing'];
|
9
|
-
export const twoWays = [''];
|
10
|
-
/**
|
11
|
-
* Represents the Angular Splitter Component
|
12
|
-
* ```html
|
13
|
-
* <ejs-splitter></ejs-splitter>
|
14
|
-
* ```
|
15
|
-
*/
|
16
|
-
let SplitterComponent = class SplitterComponent extends Splitter {
|
17
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
18
|
-
super();
|
19
|
-
this.ngEle = ngEle;
|
20
|
-
this.srenderer = srenderer;
|
21
|
-
this.viewContainerRef = viewContainerRef;
|
22
|
-
this.injector = injector;
|
23
|
-
this.tags = ['paneSettings'];
|
24
|
-
this.element = this.ngEle.nativeElement;
|
25
|
-
this.injectedModules = this.injectedModules || [];
|
26
|
-
this.registerEvents(outputs);
|
27
|
-
this.addTwoWay.call(this, twoWays);
|
28
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
29
|
-
this.containerContext = new ComponentBase();
|
30
|
-
}
|
31
|
-
ngOnInit() {
|
32
|
-
this.containerContext.ngOnInit(this);
|
33
|
-
}
|
34
|
-
ngAfterViewInit() {
|
35
|
-
this.containerContext.ngAfterViewInit(this);
|
36
|
-
}
|
37
|
-
ngOnDestroy() {
|
38
|
-
this.containerContext.ngOnDestroy(this);
|
39
|
-
}
|
40
|
-
ngAfterContentChecked() {
|
41
|
-
this.tagObjects[0].instance = this.childPaneSettings;
|
42
|
-
this.containerContext.ngAfterContentChecked(this);
|
43
|
-
}
|
44
|
-
};
|
45
|
-
SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
46
|
-
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SplitterComponent, selector: "ejs-splitter", inputs: { cssClass: "cssClass", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableReversePanes: "enableReversePanes", enableRtl: "enableRtl", enabled: "enabled", height: "height", locale: "locale", orientation: "orientation", paneSettings: "paneSettings", separatorSize: "separatorSize", width: "width" }, outputs: { beforeCollapse: "beforeCollapse", beforeExpand: "beforeExpand", beforeSanitizeHtml: "beforeSanitizeHtml", collapsed: "collapsed", created: "created", expanded: "expanded", resizeStart: "resizeStart", resizeStop: "resizeStop", resizing: "resizing" }, queries: [{ propertyName: "childPaneSettings", first: true, predicate: PanesDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='div'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
47
|
-
SplitterComponent = __decorate([
|
48
|
-
ComponentMixins([ComponentBase])
|
49
|
-
], SplitterComponent);
|
50
|
-
export { SplitterComponent };
|
51
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterComponent, decorators: [{
|
52
|
-
type: Component,
|
53
|
-
args: [{
|
54
|
-
selector: 'ejs-splitter',
|
55
|
-
inputs: inputs,
|
56
|
-
outputs: outputs,
|
57
|
-
template: `<ng-content select='div'></ng-content>`,
|
58
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
59
|
-
queries: {
|
60
|
-
childPaneSettings: new ContentChild(PanesDirective)
|
61
|
-
}
|
62
|
-
}]
|
63
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
64
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BsaXR0ZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3NwbGl0dGVyL3NwbGl0dGVyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBcUQsdUJBQXVCLEVBQTRCLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM5SixPQUFPLEVBQUUsYUFBYSxFQUFFLGVBQWUsRUFBdUQsUUFBUSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDN0ksT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBRW5ELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFFMUQsTUFBTSxDQUFDLE1BQU0sTUFBTSxHQUFhLENBQUMsVUFBVSxFQUFDLHFCQUFxQixFQUFDLG1CQUFtQixFQUFDLG9CQUFvQixFQUFDLFdBQVcsRUFBQyxTQUFTLEVBQUMsUUFBUSxFQUFDLFFBQVEsRUFBQyxhQUFhLEVBQUMsY0FBYyxFQUFDLGVBQWUsRUFBQyxPQUFPLENBQUMsQ0FBQztBQUN6TSxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxnQkFBZ0IsRUFBQyxjQUFjLEVBQUMsb0JBQW9CLEVBQUMsV0FBVyxFQUFDLFNBQVMsRUFBQyxVQUFVLEVBQUMsYUFBYSxFQUFDLFlBQVksRUFBQyxVQUFVLENBQUMsQ0FBQztBQUMvSixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxFQUFFLENBQUMsQ0FBQztBQUV0Qzs7Ozs7R0FLRztJQVlVLGlCQUFpQixTQUFqQixpQkFBa0IsU0FBUSxRQUFRO0lBZTNDLFlBQW9CLEtBQWlCLEVBQVUsU0FBb0IsRUFBVSxnQkFBaUMsRUFBVSxRQUFrQjtRQUN0SSxLQUFLLEVBQUUsQ0FBQztRQURRLFVBQUssR0FBTCxLQUFLLENBQVk7UUFBVSxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBQVUscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQUFVLGFBQVEsR0FBUixRQUFRLENBQVU7UUFGbkksU0FBSSxHQUFhLENBQUMsY0FBYyxDQUFDLENBQUM7UUFJckMsSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBRWxELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQ25DLFFBQVEsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsSUFBSSxDQUFDLGdCQUFnQixDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGdCQUFnQixHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDakQsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3pDLENBQUM7SUFFTSxlQUFlO1FBQ2xCLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDaEQsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLENBQUMsZ0JBQWdCLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzVDLENBQUM7SUFFTSxxQkFBcUI7UUFDeEIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDO1FBQ3JELElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN0RCxDQUFDO0NBSUosQ0FBQTs4R0E3Q1ksaUJBQWlCO2tHQUFqQixpQkFBaUIsa3NCQUpjLGNBQWMsdUVBSDVDLHdDQUF3QztBQU96QyxpQkFBaUI7SUFEN0IsZUFBZSxDQUFDLENBQUMsYUFBYSxDQUFDLENBQUM7R0FDcEIsaUJBQWlCLENBNkM3QjtTQTdDWSxpQkFBaUI7MkZBQWpCLGlCQUFpQjtrQkFYN0IsU0FBUzttQkFBQztvQkFDUCxRQUFRLEVBQUUsY0FBYztvQkFDeEIsTUFBTSxFQUFFLE1BQU07b0JBQ2QsT0FBTyxFQUFFLE9BQU87b0JBQ2hCLFFBQVEsRUFBRSx3Q0FBd0M7b0JBQ2xELGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO29CQUMvQyxPQUFPLEVBQUU7d0JBQ0wsaUJBQWlCLEVBQUUsSUFBSSxZQUFZLENBQUMsY0FBYyxDQUFDO3FCQUN0RDtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgRWxlbWVudFJlZiwgVmlld0NvbnRhaW5lclJlZiwgUmVuZGVyZXIyLCBJbmplY3RvciwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIFF1ZXJ5TGlzdCwgVmFsdWVQcm92aWRlciwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wb25lbnRCYXNlLCBDb21wb25lbnRNaXhpbnMsIElDb21wb25lbnRCYXNlLCBhcHBseU1peGlucywgUHJvcGVydHlDb2xsZWN0aW9uSW5mbywgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IFNwbGl0dGVyIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWxheW91dHMnO1xuXG5pbXBvcnQgeyBQYW5lc0RpcmVjdGl2ZSB9IGZyb20gJy4vcGFuZXNldHRpbmdzLmRpcmVjdGl2ZSc7XG5cbmV4cG9ydCBjb25zdCBpbnB1dHM6IHN0cmluZ1tdID0gWydjc3NDbGFzcycsJ2VuYWJsZUh0bWxTYW5pdGl6ZXInLCdlbmFibGVQZXJzaXN0ZW5jZScsJ2VuYWJsZVJldmVyc2VQYW5lcycsJ2VuYWJsZVJ0bCcsJ2VuYWJsZWQnLCdoZWlnaHQnLCdsb2NhbGUnLCdvcmllbnRhdGlvbicsJ3BhbmVTZXR0aW5ncycsJ3NlcGFyYXRvclNpemUnLCd3aWR0aCddO1xuZXhwb3J0IGNvbnN0IG91dHB1dHM6IHN0cmluZ1tdID0gWydiZWZvcmVDb2xsYXBzZScsJ2JlZm9yZUV4cGFuZCcsJ2JlZm9yZVNhbml0aXplSHRtbCcsJ2NvbGxhcHNlZCcsJ2NyZWF0ZWQnLCdleHBhbmRlZCcsJ3Jlc2l6ZVN0YXJ0JywncmVzaXplU3RvcCcsJ3Jlc2l6aW5nJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJyddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEFuZ3VsYXIgU3BsaXR0ZXIgQ29tcG9uZW50XG4gKiBgYGBodG1sXG4gKiA8ZWpzLXNwbGl0dGVyPjwvZWpzLXNwbGl0dGVyPlxuICogYGBgXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZWpzLXNwbGl0dGVyJyxcbiAgICBpbnB1dHM6IGlucHV0cyxcbiAgICBvdXRwdXRzOiBvdXRwdXRzLFxuICAgIHRlbXBsYXRlOiBgPG5nLWNvbnRlbnQgc2VsZWN0PSdkaXYnPjwvbmctY29udGVudD5gLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIHF1ZXJpZXM6IHtcbiAgICAgICAgY2hpbGRQYW5lU2V0dGluZ3M6IG5ldyBDb250ZW50Q2hpbGQoUGFuZXNEaXJlY3RpdmUpXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2VdKVxuZXhwb3J0IGNsYXNzIFNwbGl0dGVyQ29tcG9uZW50IGV4dGVuZHMgU3BsaXR0ZXIgaW1wbGVtZW50cyBJQ29tcG9uZW50QmFzZSB7XG4gICAgcHVibGljIGNvbnRhaW5lckNvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIHRhZ09iamVjdHM6IGFueTtcblx0YmVmb3JlQ29sbGFwc2U6IGFueTtcblx0YmVmb3JlRXhwYW5kOiBhbnk7XG5cdGJlZm9yZVNhbml0aXplSHRtbDogYW55O1xuXHRjb2xsYXBzZWQ6IGFueTtcblx0Y3JlYXRlZDogYW55O1xuXHRleHBhbmRlZDogYW55O1xuXHRyZXNpemVTdGFydDogYW55O1xuXHRyZXNpemVTdG9wOiBhbnk7XG5cdHB1YmxpYyByZXNpemluZzogYW55O1xuICAgIHB1YmxpYyBjaGlsZFBhbmVTZXR0aW5nczogUXVlcnlMaXN0PFBhbmVzRGlyZWN0aXZlPjtcbiAgICBwdWJsaWMgdGFnczogc3RyaW5nW10gPSBbJ3BhbmVTZXR0aW5ncyddO1xuXG4gICAgY29uc3RydWN0b3IocHJpdmF0ZSBuZ0VsZTogRWxlbWVudFJlZiwgcHJpdmF0ZSBzcmVuZGVyZXI6IFJlbmRlcmVyMiwgcHJpdmF0ZSB2aWV3Q29udGFpbmVyUmVmOlZpZXdDb250YWluZXJSZWYsIHByaXZhdGUgaW5qZWN0b3I6IEluamVjdG9yKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHRoaXMuZWxlbWVudCA9IHRoaXMubmdFbGUubmF0aXZlRWxlbWVudDtcbiAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMgPSB0aGlzLmluamVjdGVkTW9kdWxlcyB8fCBbXTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmFkZFR3b1dheS5jYWxsKHRoaXMsIHR3b1dheXMpO1xuICAgICAgICBzZXRWYWx1ZSgnY3VycmVudEluc3RhbmNlJywgdGhpcywgdGhpcy52aWV3Q29udGFpbmVyUmVmKTtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0ICA9IG5ldyBDb21wb25lbnRCYXNlKCk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25Jbml0KCkge1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdPbkluaXQodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJWaWV3SW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5jb250YWluZXJDb250ZXh0Lm5nQWZ0ZXJWaWV3SW5pdCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRlc3Ryb3koKTogdm9pZCB7XG4gICAgICAgIHRoaXMuY29udGFpbmVyQ29udGV4dC5uZ09uRGVzdHJveSh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdBZnRlckNvbnRlbnRDaGVja2VkKCk6IHZvaWQge1xuICAgICAgICB0aGlzLnRhZ09iamVjdHNbMF0uaW5zdGFuY2UgPSB0aGlzLmNoaWxkUGFuZVNldHRpbmdzO1xuICAgICAgICB0aGlzLmNvbnRhaW5lckNvbnRleHQubmdBZnRlckNvbnRlbnRDaGVja2VkKHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3RlckV2ZW50czogKGV2ZW50TGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG4gICAgcHVibGljIGFkZFR3b1dheTogKHByb3BMaXN0OiBzdHJpbmdbXSkgPT4gdm9pZDtcbn1cblxuIl19
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import { NgModule } from '@angular/core';
|
2
|
-
import { CommonModule } from '@angular/common';
|
3
|
-
import { PaneDirective, PanesDirective } from './panesettings.directive';
|
4
|
-
import { SplitterComponent } from './splitter.component';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
/**
|
7
|
-
* NgModule definition for the Splitter component.
|
8
|
-
*/
|
9
|
-
export class SplitterModule {
|
10
|
-
}
|
11
|
-
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
12
|
-
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterModule, declarations: [SplitterComponent,
|
13
|
-
PaneDirective,
|
14
|
-
PanesDirective], imports: [CommonModule], exports: [SplitterComponent,
|
15
|
-
PaneDirective,
|
16
|
-
PanesDirective] });
|
17
|
-
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterModule, imports: [[CommonModule]] });
|
18
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterModule, decorators: [{
|
19
|
-
type: NgModule,
|
20
|
-
args: [{
|
21
|
-
imports: [CommonModule],
|
22
|
-
declarations: [
|
23
|
-
SplitterComponent,
|
24
|
-
PaneDirective,
|
25
|
-
PanesDirective
|
26
|
-
],
|
27
|
-
exports: [
|
28
|
-
SplitterComponent,
|
29
|
-
PaneDirective,
|
30
|
-
PanesDirective
|
31
|
-
]
|
32
|
-
}]
|
33
|
-
}] });
|
34
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3BsaXR0ZXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3NwbGl0dGVyL3NwbGl0dGVyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsYUFBYSxFQUFFLGNBQWMsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDOztBQUV6RDs7R0FFRztBQWNILE1BQU0sT0FBTyxjQUFjOzsyR0FBZCxjQUFjOzRHQUFkLGNBQWMsaUJBVm5CLGlCQUFpQjtRQUNqQixhQUFhO1FBQ2IsY0FBYyxhQUpSLFlBQVksYUFPbEIsaUJBQWlCO1FBQ2pCLGFBQWE7UUFDYixjQUFjOzRHQUdULGNBQWMsWUFaZCxDQUFDLFlBQVksQ0FBQzsyRkFZZCxjQUFjO2tCQWIxQixRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsWUFBWSxFQUFFO3dCQUNWLGlCQUFpQjt3QkFDakIsYUFBYTt3QkFDYixjQUFjO3FCQUNqQjtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsaUJBQWlCO3dCQUNqQixhQUFhO3dCQUNiLGNBQWM7cUJBQ2pCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBQYW5lRGlyZWN0aXZlLCBQYW5lc0RpcmVjdGl2ZSB9IGZyb20gJy4vcGFuZXNldHRpbmdzLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBTcGxpdHRlckNvbXBvbmVudCB9IGZyb20gJy4vc3BsaXR0ZXIuY29tcG9uZW50JztcblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgU3BsaXR0ZXIgY29tcG9uZW50LlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBTcGxpdHRlckNvbXBvbmVudCxcbiAgICAgICAgUGFuZURpcmVjdGl2ZSxcbiAgICAgICAgUGFuZXNEaXJlY3RpdmVcbiAgICBdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgU3BsaXR0ZXJDb21wb25lbnQsXG4gICAgICAgIFBhbmVEaXJlY3RpdmUsXG4gICAgICAgIFBhbmVzRGlyZWN0aXZlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBTcGxpdHRlck1vZHVsZSB7IH0iXX0=
|
@@ -1,5 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Generated bundle index. Do not edit.
|
3
|
-
*/
|
4
|
-
export * from './public_api';
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3luY2Z1c2lvbi1lajItYW5ndWxhci1sYXlvdXRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3luY2Z1c2lvbi1lajItYW5ndWxhci1sYXlvdXRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0=
|
@@ -1,354 +0,0 @@
|
|
1
|
-
import { __decorate } from 'tslib';
|
2
|
-
import * as i0 from '@angular/core';
|
3
|
-
import { Directive, ContentChild, ContentChildren, Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
4
|
-
import { ComplexBase, setValue, Template, ArrayBase, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
|
5
|
-
import { Splitter, DashboardLayout } from '@syncfusion/ej2-layouts';
|
6
|
-
export * from '@syncfusion/ej2-layouts';
|
7
|
-
import { CommonModule } from '@angular/common';
|
8
|
-
|
9
|
-
let input$1 = ['collapsed', 'collapsible', 'content', 'cssClass', 'max', 'min', 'resizable', 'size'];
|
10
|
-
let outputs$3 = [];
|
11
|
-
/**
|
12
|
-
* 'e-panesettings' directive represent a panes of angular splitter
|
13
|
-
* It must be contained in a Splitter component(`ejs-splitter`).
|
14
|
-
* ```html
|
15
|
-
* <ejs-splitter id='splitter' >
|
16
|
-
* <e-panes>
|
17
|
-
* <e-pane size ='150px'></e-pane>
|
18
|
-
* <e-pane size = '20%'></e-pane>
|
19
|
-
* </e-panes>
|
20
|
-
* </ejs-splitter>
|
21
|
-
* ```
|
22
|
-
*/
|
23
|
-
class PaneDirective extends ComplexBase {
|
24
|
-
constructor(viewContainerRef) {
|
25
|
-
super();
|
26
|
-
this.viewContainerRef = viewContainerRef;
|
27
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
28
|
-
this.registerEvents(outputs$3);
|
29
|
-
this.directivePropList = input$1;
|
30
|
-
}
|
31
|
-
}
|
32
|
-
PaneDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PaneDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
33
|
-
PaneDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: PaneDirective, selector: "e-panes>e-pane", inputs: { collapsed: "collapsed", collapsible: "collapsible", content: "content", cssClass: "cssClass", max: "max", min: "min", resizable: "resizable", size: "size" }, queries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0 });
|
34
|
-
__decorate([
|
35
|
-
Template()
|
36
|
-
], PaneDirective.prototype, "content", void 0);
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PaneDirective, decorators: [{
|
38
|
-
type: Directive,
|
39
|
-
args: [{
|
40
|
-
selector: 'e-panes>e-pane',
|
41
|
-
inputs: input$1,
|
42
|
-
outputs: outputs$3,
|
43
|
-
queries: {}
|
44
|
-
}]
|
45
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { content: [{
|
46
|
-
type: ContentChild,
|
47
|
-
args: ['content']
|
48
|
-
}] } });
|
49
|
-
/**
|
50
|
-
* Pane Array Directive
|
51
|
-
* @private
|
52
|
-
*/
|
53
|
-
class PanesDirective extends ArrayBase {
|
54
|
-
constructor() {
|
55
|
-
super('panesettings');
|
56
|
-
}
|
57
|
-
}
|
58
|
-
PanesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PanesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
59
|
-
PanesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: PanesDirective, selector: "ejs-splitter>e-panes", queries: [{ propertyName: "children", predicate: PaneDirective }], usesInheritance: true, ngImport: i0 });
|
60
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PanesDirective, decorators: [{
|
61
|
-
type: Directive,
|
62
|
-
args: [{
|
63
|
-
selector: 'ejs-splitter>e-panes',
|
64
|
-
queries: {
|
65
|
-
children: new ContentChildren(PaneDirective)
|
66
|
-
},
|
67
|
-
}]
|
68
|
-
}], ctorParameters: function () { return []; } });
|
69
|
-
|
70
|
-
const inputs$1 = ['cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableReversePanes', 'enableRtl', 'enabled', 'height', 'locale', 'orientation', 'paneSettings', 'separatorSize', 'width'];
|
71
|
-
const outputs$2 = ['beforeCollapse', 'beforeExpand', 'beforeSanitizeHtml', 'collapsed', 'created', 'expanded', 'resizeStart', 'resizeStop', 'resizing'];
|
72
|
-
const twoWays$1 = [''];
|
73
|
-
/**
|
74
|
-
* Represents the Angular Splitter Component
|
75
|
-
* ```html
|
76
|
-
* <ejs-splitter></ejs-splitter>
|
77
|
-
* ```
|
78
|
-
*/
|
79
|
-
let SplitterComponent = class SplitterComponent extends Splitter {
|
80
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
81
|
-
super();
|
82
|
-
this.ngEle = ngEle;
|
83
|
-
this.srenderer = srenderer;
|
84
|
-
this.viewContainerRef = viewContainerRef;
|
85
|
-
this.injector = injector;
|
86
|
-
this.tags = ['paneSettings'];
|
87
|
-
this.element = this.ngEle.nativeElement;
|
88
|
-
this.injectedModules = this.injectedModules || [];
|
89
|
-
this.registerEvents(outputs$2);
|
90
|
-
this.addTwoWay.call(this, twoWays$1);
|
91
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
92
|
-
this.containerContext = new ComponentBase();
|
93
|
-
}
|
94
|
-
ngOnInit() {
|
95
|
-
this.containerContext.ngOnInit(this);
|
96
|
-
}
|
97
|
-
ngAfterViewInit() {
|
98
|
-
this.containerContext.ngAfterViewInit(this);
|
99
|
-
}
|
100
|
-
ngOnDestroy() {
|
101
|
-
this.containerContext.ngOnDestroy(this);
|
102
|
-
}
|
103
|
-
ngAfterContentChecked() {
|
104
|
-
this.tagObjects[0].instance = this.childPaneSettings;
|
105
|
-
this.containerContext.ngAfterContentChecked(this);
|
106
|
-
}
|
107
|
-
};
|
108
|
-
SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
109
|
-
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SplitterComponent, selector: "ejs-splitter", inputs: { cssClass: "cssClass", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableReversePanes: "enableReversePanes", enableRtl: "enableRtl", enabled: "enabled", height: "height", locale: "locale", orientation: "orientation", paneSettings: "paneSettings", separatorSize: "separatorSize", width: "width" }, outputs: { beforeCollapse: "beforeCollapse", beforeExpand: "beforeExpand", beforeSanitizeHtml: "beforeSanitizeHtml", collapsed: "collapsed", created: "created", expanded: "expanded", resizeStart: "resizeStart", resizeStop: "resizeStop", resizing: "resizing" }, queries: [{ propertyName: "childPaneSettings", first: true, predicate: PanesDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='div'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
110
|
-
SplitterComponent = __decorate([
|
111
|
-
ComponentMixins([ComponentBase])
|
112
|
-
], SplitterComponent);
|
113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterComponent, decorators: [{
|
114
|
-
type: Component,
|
115
|
-
args: [{
|
116
|
-
selector: 'ejs-splitter',
|
117
|
-
inputs: inputs$1,
|
118
|
-
outputs: outputs$2,
|
119
|
-
template: `<ng-content select='div'></ng-content>`,
|
120
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
121
|
-
queries: {
|
122
|
-
childPaneSettings: new ContentChild(PanesDirective)
|
123
|
-
}
|
124
|
-
}]
|
125
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
126
|
-
|
127
|
-
/**
|
128
|
-
* NgModule definition for the Splitter component.
|
129
|
-
*/
|
130
|
-
class SplitterModule {
|
131
|
-
}
|
132
|
-
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
133
|
-
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterModule, declarations: [SplitterComponent,
|
134
|
-
PaneDirective,
|
135
|
-
PanesDirective], imports: [CommonModule], exports: [SplitterComponent,
|
136
|
-
PaneDirective,
|
137
|
-
PanesDirective] });
|
138
|
-
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterModule, imports: [[CommonModule]] });
|
139
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterModule, decorators: [{
|
140
|
-
type: NgModule,
|
141
|
-
args: [{
|
142
|
-
imports: [CommonModule],
|
143
|
-
declarations: [
|
144
|
-
SplitterComponent,
|
145
|
-
PaneDirective,
|
146
|
-
PanesDirective
|
147
|
-
],
|
148
|
-
exports: [
|
149
|
-
SplitterComponent,
|
150
|
-
PaneDirective,
|
151
|
-
PanesDirective
|
152
|
-
]
|
153
|
-
}]
|
154
|
-
}] });
|
155
|
-
|
156
|
-
/**
|
157
|
-
* NgModule definition for the Splitter component with providers.
|
158
|
-
*/
|
159
|
-
class SplitterAllModule {
|
160
|
-
}
|
161
|
-
SplitterAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
162
|
-
SplitterAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterAllModule, imports: [CommonModule, SplitterModule], exports: [SplitterModule] });
|
163
|
-
SplitterAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterAllModule, providers: [], imports: [[CommonModule, SplitterModule], SplitterModule] });
|
164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SplitterAllModule, decorators: [{
|
165
|
-
type: NgModule,
|
166
|
-
args: [{
|
167
|
-
imports: [CommonModule, SplitterModule],
|
168
|
-
exports: [
|
169
|
-
SplitterModule
|
170
|
-
],
|
171
|
-
providers: []
|
172
|
-
}]
|
173
|
-
}] });
|
174
|
-
|
175
|
-
let input = ['col', 'content', 'cssClass', 'enabled', 'header', 'id', 'maxSizeX', 'maxSizeY', 'minSizeX', 'minSizeY', 'row', 'sizeX', 'sizeY', 'zIndex'];
|
176
|
-
let outputs$1 = [];
|
177
|
-
/**
|
178
|
-
* 'e-panels' directive represent a panels of angular dashboardlayout
|
179
|
-
* It must be contained in a dashboardlayout component(`ej-dashboardlayout`).
|
180
|
-
* ```html
|
181
|
-
* <ejs-dashboardlayout>
|
182
|
-
* <e-panels>
|
183
|
-
* <e-panel></e-panel>
|
184
|
-
* <e-panel></e-panel>
|
185
|
-
* </e-panels>
|
186
|
-
* </ejs-dashboardlayout>
|
187
|
-
* ```
|
188
|
-
*/
|
189
|
-
class PanelDirective extends ComplexBase {
|
190
|
-
constructor(viewContainerRef) {
|
191
|
-
super();
|
192
|
-
this.viewContainerRef = viewContainerRef;
|
193
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
194
|
-
this.registerEvents(outputs$1);
|
195
|
-
this.directivePropList = input;
|
196
|
-
}
|
197
|
-
}
|
198
|
-
PanelDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PanelDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
199
|
-
PanelDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: PanelDirective, selector: "e-panels>e-panel", inputs: { col: "col", content: "content", cssClass: "cssClass", enabled: "enabled", header: "header", id: "id", maxSizeX: "maxSizeX", maxSizeY: "maxSizeY", minSizeX: "minSizeX", minSizeY: "minSizeY", row: "row", sizeX: "sizeX", sizeY: "sizeY", zIndex: "zIndex" }, queries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "content", first: true, predicate: ["content"], descendants: true }], usesInheritance: true, ngImport: i0 });
|
200
|
-
__decorate([
|
201
|
-
Template()
|
202
|
-
], PanelDirective.prototype, "header", void 0);
|
203
|
-
__decorate([
|
204
|
-
Template()
|
205
|
-
], PanelDirective.prototype, "content", void 0);
|
206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PanelDirective, decorators: [{
|
207
|
-
type: Directive,
|
208
|
-
args: [{
|
209
|
-
selector: 'e-panels>e-panel',
|
210
|
-
inputs: input,
|
211
|
-
outputs: outputs$1,
|
212
|
-
queries: {}
|
213
|
-
}]
|
214
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { header: [{
|
215
|
-
type: ContentChild,
|
216
|
-
args: ['header']
|
217
|
-
}], content: [{
|
218
|
-
type: ContentChild,
|
219
|
-
args: ['content']
|
220
|
-
}] } });
|
221
|
-
/**
|
222
|
-
* Panel Array Directive
|
223
|
-
* @private
|
224
|
-
*/
|
225
|
-
class PanelsDirective extends ArrayBase {
|
226
|
-
constructor() {
|
227
|
-
super('panels');
|
228
|
-
}
|
229
|
-
}
|
230
|
-
PanelsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PanelsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
231
|
-
PanelsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: PanelsDirective, selector: "ejs-dashboardlayout>e-panels", queries: [{ propertyName: "children", predicate: PanelDirective }], usesInheritance: true, ngImport: i0 });
|
232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PanelsDirective, decorators: [{
|
233
|
-
type: Directive,
|
234
|
-
args: [{
|
235
|
-
selector: 'ejs-dashboardlayout>e-panels',
|
236
|
-
queries: {
|
237
|
-
children: new ContentChildren(PanelDirective)
|
238
|
-
},
|
239
|
-
}]
|
240
|
-
}], ctorParameters: function () { return []; } });
|
241
|
-
|
242
|
-
const inputs = ['allowDragging', 'allowFloating', 'allowPushing', 'allowResizing', 'cellAspectRatio', 'cellSpacing', 'columns', 'draggableHandle', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'locale', 'mediaQuery', 'panels', 'resizableHandles', 'showGridLines'];
|
243
|
-
const outputs = ['change', 'created', 'destroyed', 'drag', 'dragStart', 'dragStop', 'resize', 'resizeStart', 'resizeStop'];
|
244
|
-
const twoWays = [''];
|
245
|
-
/**
|
246
|
-
* Represents the Essential JS 2 Angular DashboardLayout Component.
|
247
|
-
* ```html
|
248
|
-
* <ejs-dashboardlayout></ejs-dashboardlayout>
|
249
|
-
* ```
|
250
|
-
*/
|
251
|
-
let DashboardLayoutComponent = class DashboardLayoutComponent extends DashboardLayout {
|
252
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
253
|
-
super();
|
254
|
-
this.ngEle = ngEle;
|
255
|
-
this.srenderer = srenderer;
|
256
|
-
this.viewContainerRef = viewContainerRef;
|
257
|
-
this.injector = injector;
|
258
|
-
this.tags = ['panels'];
|
259
|
-
this.element = this.ngEle.nativeElement;
|
260
|
-
this.injectedModules = this.injectedModules || [];
|
261
|
-
this.registerEvents(outputs);
|
262
|
-
this.addTwoWay.call(this, twoWays);
|
263
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
264
|
-
this.containerContext = new ComponentBase();
|
265
|
-
}
|
266
|
-
ngOnInit() {
|
267
|
-
this.containerContext.ngOnInit(this);
|
268
|
-
}
|
269
|
-
ngAfterViewInit() {
|
270
|
-
this.containerContext.ngAfterViewInit(this);
|
271
|
-
}
|
272
|
-
ngOnDestroy() {
|
273
|
-
this.containerContext.ngOnDestroy(this);
|
274
|
-
}
|
275
|
-
ngAfterContentChecked() {
|
276
|
-
this.tagObjects[0].instance = this.childPanels;
|
277
|
-
this.containerContext.ngAfterContentChecked(this);
|
278
|
-
}
|
279
|
-
};
|
280
|
-
DashboardLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
281
|
-
DashboardLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: DashboardLayoutComponent, selector: "ejs-dashboardlayout", inputs: { allowDragging: "allowDragging", allowFloating: "allowFloating", allowPushing: "allowPushing", allowResizing: "allowResizing", cellAspectRatio: "cellAspectRatio", cellSpacing: "cellSpacing", columns: "columns", draggableHandle: "draggableHandle", enableHtmlSanitizer: "enableHtmlSanitizer", enablePersistence: "enablePersistence", enableRtl: "enableRtl", locale: "locale", mediaQuery: "mediaQuery", panels: "panels", resizableHandles: "resizableHandles", showGridLines: "showGridLines" }, outputs: { change: "change", created: "created", destroyed: "destroyed", drag: "drag", dragStart: "dragStart", dragStop: "dragStop", resize: "resize", resizeStart: "resizeStart", resizeStop: "resizeStop" }, queries: [{ propertyName: "childPanels", first: true, predicate: PanelsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='div'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
282
|
-
DashboardLayoutComponent = __decorate([
|
283
|
-
ComponentMixins([ComponentBase])
|
284
|
-
], DashboardLayoutComponent);
|
285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutComponent, decorators: [{
|
286
|
-
type: Component,
|
287
|
-
args: [{
|
288
|
-
selector: 'ejs-dashboardlayout',
|
289
|
-
inputs: inputs,
|
290
|
-
outputs: outputs,
|
291
|
-
template: `<ng-content select='div'></ng-content>`,
|
292
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
293
|
-
queries: {
|
294
|
-
childPanels: new ContentChild(PanelsDirective)
|
295
|
-
}
|
296
|
-
}]
|
297
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
298
|
-
|
299
|
-
/**
|
300
|
-
* NgModule definition for the DashboardLayout component.
|
301
|
-
*/
|
302
|
-
class DashboardLayoutModule {
|
303
|
-
}
|
304
|
-
DashboardLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
305
|
-
DashboardLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, declarations: [DashboardLayoutComponent,
|
306
|
-
PanelDirective,
|
307
|
-
PanelsDirective], imports: [CommonModule], exports: [DashboardLayoutComponent,
|
308
|
-
PanelDirective,
|
309
|
-
PanelsDirective] });
|
310
|
-
DashboardLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, imports: [[CommonModule]] });
|
311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutModule, decorators: [{
|
312
|
-
type: NgModule,
|
313
|
-
args: [{
|
314
|
-
imports: [CommonModule],
|
315
|
-
declarations: [
|
316
|
-
DashboardLayoutComponent,
|
317
|
-
PanelDirective,
|
318
|
-
PanelsDirective
|
319
|
-
],
|
320
|
-
exports: [
|
321
|
-
DashboardLayoutComponent,
|
322
|
-
PanelDirective,
|
323
|
-
PanelsDirective
|
324
|
-
]
|
325
|
-
}]
|
326
|
-
}] });
|
327
|
-
|
328
|
-
/**
|
329
|
-
* NgModule definition for the DashboardLayout component with providers.
|
330
|
-
*/
|
331
|
-
class DashboardLayoutAllModule {
|
332
|
-
}
|
333
|
-
DashboardLayoutAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
334
|
-
DashboardLayoutAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, imports: [CommonModule, DashboardLayoutModule], exports: [DashboardLayoutModule] });
|
335
|
-
DashboardLayoutAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, providers: [], imports: [[CommonModule, DashboardLayoutModule], DashboardLayoutModule] });
|
336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: DashboardLayoutAllModule, decorators: [{
|
337
|
-
type: NgModule,
|
338
|
-
args: [{
|
339
|
-
imports: [CommonModule, DashboardLayoutModule],
|
340
|
-
exports: [
|
341
|
-
DashboardLayoutModule
|
342
|
-
],
|
343
|
-
providers: []
|
344
|
-
}]
|
345
|
-
}] });
|
346
|
-
|
347
|
-
// Mapping root file for package generation
|
348
|
-
|
349
|
-
/**
|
350
|
-
* Generated bundle index. Do not edit.
|
351
|
-
*/
|
352
|
-
|
353
|
-
export { DashboardLayoutAllModule, DashboardLayoutComponent, DashboardLayoutModule, PaneDirective, PanelDirective, PanelsDirective, PanesDirective, SplitterAllModule, SplitterComponent, SplitterModule };
|
354
|
-
//# sourceMappingURL=syncfusion-ej2-angular-layouts.mjs.map
|