@syncfusion/ej2-angular-layouts 30.1.37-ngcc → 30.1.37
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/CHANGELOG.md +606 -0
- package/esm2020/public_api.mjs +2 -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 +14 -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/src/timeline/items.directive.mjs +58 -0
- package/esm2020/src/timeline/timeline-all.module.mjs +23 -0
- package/esm2020/src/timeline/timeline.component.mjs +83 -0
- package/esm2020/src/timeline/timeline.module.mjs +34 -0
- package/esm2020/syncfusion-ej2-angular-layouts.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs +530 -0
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs +530 -0
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +1 -0
- package/package.json +59 -15
- package/public_api.d.ts +1 -1
- package/src/dashboard-layout/dashboardlayout-all.module.d.ts +11 -5
- package/src/dashboard-layout/dashboardlayout.component.d.ts +42 -39
- package/src/dashboard-layout/dashboardlayout.module.d.ts +12 -5
- package/src/dashboard-layout/panels.directive.d.ts +107 -102
- package/src/index.d.ts +13 -13
- package/src/splitter/panesettings.directive.d.ts +82 -77
- package/src/splitter/splitter-all.module.d.ts +11 -5
- package/src/splitter/splitter.component.d.ts +42 -39
- package/src/splitter/splitter.module.d.ts +12 -5
- package/src/timeline/items.directive.d.ts +64 -59
- package/src/timeline/timeline-all.module.d.ts +11 -5
- package/src/timeline/timeline.component.d.ts +49 -46
- package/src/timeline/timeline.module.d.ts +12 -5
- package/syncfusion-ej2-angular-layouts.d.ts +5 -0
- package/@syncfusion/ej2-angular-layouts.es5.js +0 -726
- package/@syncfusion/ej2-angular-layouts.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-layouts.js +0 -663
- package/@syncfusion/ej2-angular-layouts.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-layouts.umd.js +0 -763
- 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 -7
- package/ej2-angular-layouts.metadata.json +0 -1
package/package.json
CHANGED
@@ -1,16 +1,60 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"
|
7
|
-
"
|
2
|
+
"_from": "@syncfusion/ej2-angular-layouts@*",
|
3
|
+
"_id": "@syncfusion/ej2-angular-layouts@21.5.0",
|
4
|
+
"_inBundle": false,
|
5
|
+
"_integrity": "sha512-maswcdlqjHEXDLQZnYiN6/83kuu7OqRK1Zy+VZv0p6YtsQgAQOsrmvBjK2F7AarFQpzxWaDL8WE83jSD0yy+Gg==",
|
6
|
+
"_location": "/@syncfusion/ej2-angular-layouts",
|
7
|
+
"_phantomChildren": {},
|
8
|
+
"_requested": {
|
9
|
+
"type": "range",
|
10
|
+
"registry": true,
|
11
|
+
"raw": "@syncfusion/ej2-angular-layouts@*",
|
12
|
+
"name": "@syncfusion/ej2-angular-layouts",
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-layouts",
|
14
|
+
"scope": "@syncfusion",
|
15
|
+
"rawSpec": "*",
|
16
|
+
"saveSpec": null,
|
17
|
+
"fetchSpec": "*"
|
18
|
+
},
|
19
|
+
"_requiredBy": [
|
20
|
+
"/"
|
21
|
+
],
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-development/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-21.5.0.tgz",
|
23
|
+
"_shasum": "27f5c05f87a78928e52907da730b4c84c64b9aaf",
|
24
|
+
"_spec": "@syncfusion/ej2-angular-layouts@*",
|
25
|
+
"_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\release",
|
26
|
+
"author": {
|
27
|
+
"name": "Syncfusion Inc."
|
28
|
+
},
|
29
|
+
"bugs": {
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
31
|
+
},
|
32
|
+
"bundleDependencies": false,
|
8
33
|
"dependencies": {
|
9
|
-
"@syncfusion/ej2-base": "~30.1.37",
|
10
34
|
"@syncfusion/ej2-angular-base": "~30.1.37",
|
35
|
+
"@syncfusion/ej2-base": "~30.1.37",
|
11
36
|
"@syncfusion/ej2-layouts": "30.1.37"
|
12
37
|
},
|
13
|
-
"
|
38
|
+
"deprecated": false,
|
39
|
+
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Angular",
|
40
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-layouts.mjs",
|
41
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-layouts.mjs",
|
42
|
+
"exports": {
|
43
|
+
"./package.json": {
|
44
|
+
"default": "./package.json"
|
45
|
+
},
|
46
|
+
".": {
|
47
|
+
"types": "./syncfusion-ej2-angular-layouts.d.ts",
|
48
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-layouts.mjs",
|
49
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-layouts.mjs",
|
50
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-layouts.mjs",
|
51
|
+
"node": "./fesm2015/syncfusion-ej2-angular-layouts.mjs",
|
52
|
+
"default": "./fesm2020/syncfusion-ej2-angular-layouts.mjs"
|
53
|
+
}
|
54
|
+
},
|
55
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-layouts.mjs",
|
56
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-layouts.mjs",
|
57
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
14
58
|
"keywords": [
|
15
59
|
"angular-splitter",
|
16
60
|
"ng-splitter",
|
@@ -23,15 +67,15 @@
|
|
23
67
|
"angular timeline",
|
24
68
|
"ng-timeline"
|
25
69
|
],
|
70
|
+
"license": "SEE LICENSE IN license",
|
71
|
+
"module": "fesm2015/syncfusion-ej2-angular-layouts.mjs",
|
72
|
+
"name": "@syncfusion/ej2-angular-layouts",
|
26
73
|
"repository": {
|
27
74
|
"type": "git",
|
28
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
75
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
29
76
|
},
|
77
|
+
"schematics": "./schematics/collection.json",
|
30
78
|
"sideEffects": false,
|
31
|
-
"
|
32
|
-
"
|
33
|
-
"es2015": "@syncfusion/ej2-angular-layouts.js",
|
34
|
-
"typings": "ej2-angular-layouts.d.ts",
|
35
|
-
"metadata": "ej2-angular-layouts.metadata.json",
|
36
|
-
"homepage": "https://www.syncfusion.com/angular-components"
|
79
|
+
"typings": "syncfusion-ej2-angular-layouts.d.ts",
|
80
|
+
"version": "30.1.37"
|
37
81
|
}
|
package/public_api.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from './src/index';
|
1
|
+
export * from './src/index';
|
@@ -1,5 +1,11 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "@angular/common";
|
3
|
+
import * as i2 from "./dashboardlayout.module";
|
4
|
+
/**
|
5
|
+
* NgModule definition for the DashboardLayout component with providers.
|
6
|
+
*/
|
7
|
+
export declare class DashboardLayoutAllModule {
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLayoutAllModule, never>;
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardLayoutAllModule, never, [typeof i1.CommonModule, typeof i2.DashboardLayoutModule], [typeof i2.DashboardLayoutModule]>;
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DashboardLayoutAllModule>;
|
11
|
+
}
|
@@ -1,39 +1,42 @@
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import { DashboardLayout } from '@syncfusion/ej2-layouts';
|
4
|
-
import { PanelsDirective } from './panels.directive';
|
5
|
-
|
6
|
-
export declare const
|
7
|
-
export declare const
|
8
|
-
|
9
|
-
|
10
|
-
*
|
11
|
-
*
|
12
|
-
*
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
private
|
17
|
-
private
|
18
|
-
private
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
import { DashboardLayout } from '@syncfusion/ej2-layouts';
|
4
|
+
import { PanelsDirective } from './panels.directive';
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
export declare const inputs: string[];
|
7
|
+
export declare const outputs: string[];
|
8
|
+
export declare const twoWays: string[];
|
9
|
+
/**
|
10
|
+
* Represents the Essential JS 2 Angular DashboardLayout Component.
|
11
|
+
* ```html
|
12
|
+
* <ejs-dashboardlayout></ejs-dashboardlayout>
|
13
|
+
* ```
|
14
|
+
*/
|
15
|
+
export declare class DashboardLayoutComponent extends DashboardLayout implements IComponentBase {
|
16
|
+
private ngEle;
|
17
|
+
private srenderer;
|
18
|
+
private viewContainerRef;
|
19
|
+
private injector;
|
20
|
+
containerContext: any;
|
21
|
+
tagObjects: any;
|
22
|
+
change: any;
|
23
|
+
created: any;
|
24
|
+
destroyed: any;
|
25
|
+
drag: any;
|
26
|
+
dragStart: any;
|
27
|
+
dragStop: any;
|
28
|
+
resize: any;
|
29
|
+
resizeStart: any;
|
30
|
+
resizeStop: any;
|
31
|
+
childPanels: QueryList<PanelsDirective>;
|
32
|
+
tags: string[];
|
33
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
34
|
+
ngOnInit(): void;
|
35
|
+
ngAfterViewInit(): void;
|
36
|
+
ngOnDestroy(): void;
|
37
|
+
ngAfterContentChecked(): void;
|
38
|
+
registerEvents: (eventList: string[]) => void;
|
39
|
+
addTwoWay: (propList: string[]) => void;
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLayoutComponent, never>;
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardLayoutComponent, "ejs-dashboardlayout", never, { "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"; }, { "change": "change"; "created": "created"; "destroyed": "destroyed"; "drag": "drag"; "dragStart": "dragStart"; "dragStop": "dragStop"; "resize": "resize"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; }, ["childPanels"], ["div"]>;
|
42
|
+
}
|
@@ -1,5 +1,12 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./dashboardlayout.component";
|
3
|
+
import * as i2 from "./panels.directive";
|
4
|
+
import * as i3 from "@angular/common";
|
5
|
+
/**
|
6
|
+
* NgModule definition for the DashboardLayout component.
|
7
|
+
*/
|
8
|
+
export declare class DashboardLayoutModule {
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardLayoutModule, never>;
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardLayoutModule, [typeof i1.DashboardLayoutComponent, typeof i2.PanelDirective, typeof i2.PanelsDirective], [typeof i3.CommonModule], [typeof i1.DashboardLayoutComponent, typeof i2.PanelDirective, typeof i2.PanelsDirective]>;
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DashboardLayoutModule>;
|
12
|
+
}
|
@@ -1,102 +1,107 @@
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
|
4
|
-
|
5
|
-
*
|
6
|
-
*
|
7
|
-
*
|
8
|
-
*
|
9
|
-
*
|
10
|
-
* <e-panel></e-panel>
|
11
|
-
*
|
12
|
-
*
|
13
|
-
*
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
*
|
21
|
-
* @
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
*
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
*
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
*
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
*
|
42
|
-
* @
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
*
|
48
|
-
* @
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
*
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
*
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
*
|
65
|
-
* @
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
*
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
*
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
*
|
81
|
-
* @
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
*
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
*
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* 'e-panels' directive represent a panels of angular dashboardlayout
|
6
|
+
* It must be contained in a dashboardlayout component(`ej-dashboardlayout`).
|
7
|
+
* ```html
|
8
|
+
* <ejs-dashboardlayout>
|
9
|
+
* <e-panels>
|
10
|
+
* <e-panel></e-panel>
|
11
|
+
* <e-panel></e-panel>
|
12
|
+
* </e-panels>
|
13
|
+
* </ejs-dashboardlayout>
|
14
|
+
* ```
|
15
|
+
*/
|
16
|
+
export declare class PanelDirective extends ComplexBase<PanelDirective> {
|
17
|
+
private viewContainerRef;
|
18
|
+
directivePropList: any;
|
19
|
+
/**
|
20
|
+
* Defines the column value where the panel to be placed.
|
21
|
+
* @default 0
|
22
|
+
* @asptype int
|
23
|
+
*/
|
24
|
+
col: any;
|
25
|
+
/**
|
26
|
+
* Defines the CSS class name that can be appended with each panel element.
|
27
|
+
* @default ''
|
28
|
+
*/
|
29
|
+
cssClass: any;
|
30
|
+
/**
|
31
|
+
* Defines whether to the panel should be enabled or not.
|
32
|
+
* @default true
|
33
|
+
*/
|
34
|
+
enabled: any;
|
35
|
+
/**
|
36
|
+
* Defines the id of the panel.
|
37
|
+
* @default ''
|
38
|
+
*/
|
39
|
+
id: any;
|
40
|
+
/**
|
41
|
+
* Specifies the maximum width of the panel in cells count.
|
42
|
+
* @default null
|
43
|
+
* @asptype int
|
44
|
+
*/
|
45
|
+
maxSizeX: any;
|
46
|
+
/**
|
47
|
+
* Specifies the maximum height of the panel in cells count.
|
48
|
+
* @default null
|
49
|
+
* @asptype int
|
50
|
+
|
51
|
+
*/
|
52
|
+
maxSizeY: any;
|
53
|
+
/**
|
54
|
+
* Specifies the minimum width of the panel in cells count.
|
55
|
+
* @default 1
|
56
|
+
*/
|
57
|
+
minSizeX: any;
|
58
|
+
/**
|
59
|
+
* Specifies the minimum height of the panel in cells count.
|
60
|
+
* @default 1
|
61
|
+
*/
|
62
|
+
minSizeY: any;
|
63
|
+
/**
|
64
|
+
* Defines a row value where the panel should be placed.
|
65
|
+
* @default 0
|
66
|
+
* @asptype int
|
67
|
+
*/
|
68
|
+
row: any;
|
69
|
+
/**
|
70
|
+
* Specifies the width of the panel in the layout in cells count.
|
71
|
+
* @default 1
|
72
|
+
*/
|
73
|
+
sizeX: any;
|
74
|
+
/**
|
75
|
+
* Specifies the height of the panel in the layout in cells count.
|
76
|
+
* @default 1
|
77
|
+
*/
|
78
|
+
sizeY: any;
|
79
|
+
/**
|
80
|
+
* Specifies the z-index of the panel
|
81
|
+
* @default 1000
|
82
|
+
* @asptype double
|
83
|
+
*/
|
84
|
+
zIndex: any;
|
85
|
+
/**
|
86
|
+
* Defines the template value that should be displayed as the panel's header.
|
87
|
+
* @asptype string
|
88
|
+
*/
|
89
|
+
header: any;
|
90
|
+
/**
|
91
|
+
* Defines the template value that should be displayed as the panel's content.
|
92
|
+
* @asptype string
|
93
|
+
*/
|
94
|
+
content: any;
|
95
|
+
constructor(viewContainerRef: ViewContainerRef);
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanelDirective, never>;
|
97
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelDirective, "e-panels>e-panel", never, { "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"; }, {}, ["header", "content"]>;
|
98
|
+
}
|
99
|
+
/**
|
100
|
+
* Panel Array Directive
|
101
|
+
* @private
|
102
|
+
*/
|
103
|
+
export declare class PanelsDirective extends ArrayBase<PanelsDirective> {
|
104
|
+
constructor();
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanelsDirective, never>;
|
106
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelsDirective, "ejs-dashboardlayout>e-panels", never, {}, {}, ["children"]>;
|
107
|
+
}
|
package/src/index.d.ts
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
export { PaneDirective, PanesDirective } from './splitter/panesettings.directive';
|
2
|
-
export { SplitterComponent } from './splitter/splitter.component';
|
3
|
-
export { SplitterModule } from './splitter/splitter.module';
|
4
|
-
export { SplitterAllModule } from './splitter/splitter-all.module';
|
5
|
-
export { PanelDirective, PanelsDirective } from './dashboard-layout/panels.directive';
|
6
|
-
export { DashboardLayoutComponent } from './dashboard-layout/dashboardlayout.component';
|
7
|
-
export { DashboardLayoutModule } from './dashboard-layout/dashboardlayout.module';
|
8
|
-
export { DashboardLayoutAllModule } from './dashboard-layout/dashboardlayout-all.module';
|
9
|
-
export { ItemDirective, ItemsDirective } from './timeline/items.directive';
|
10
|
-
export { TimelineComponent } from './timeline/timeline.component';
|
11
|
-
export { TimelineModule } from './timeline/timeline.module';
|
12
|
-
export { TimelineAllModule } from './timeline/timeline-all.module';
|
13
|
-
export * from '@syncfusion/ej2-layouts';
|
1
|
+
export { PaneDirective, PanesDirective } from './splitter/panesettings.directive';
|
2
|
+
export { SplitterComponent } from './splitter/splitter.component';
|
3
|
+
export { SplitterModule } from './splitter/splitter.module';
|
4
|
+
export { SplitterAllModule } from './splitter/splitter-all.module';
|
5
|
+
export { PanelDirective, PanelsDirective } from './dashboard-layout/panels.directive';
|
6
|
+
export { DashboardLayoutComponent } from './dashboard-layout/dashboardlayout.component';
|
7
|
+
export { DashboardLayoutModule } from './dashboard-layout/dashboardlayout.module';
|
8
|
+
export { DashboardLayoutAllModule } from './dashboard-layout/dashboardlayout-all.module';
|
9
|
+
export { ItemDirective, ItemsDirective } from './timeline/items.directive';
|
10
|
+
export { TimelineComponent } from './timeline/timeline.component';
|
11
|
+
export { TimelineModule } from './timeline/timeline.module';
|
12
|
+
export { TimelineAllModule } from './timeline/timeline-all.module';
|
13
|
+
export * from '@syncfusion/ej2-layouts';
|
@@ -1,77 +1,82 @@
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
|
4
|
-
|
5
|
-
*
|
6
|
-
*
|
7
|
-
*
|
8
|
-
*
|
9
|
-
*
|
10
|
-
* <e-pane size =
|
11
|
-
*
|
12
|
-
*
|
13
|
-
*
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
*
|
21
|
-
*
|
22
|
-
*
|
23
|
-
*
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
*
|
29
|
-
*
|
30
|
-
*
|
31
|
-
*
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
*
|
37
|
-
*
|
38
|
-
*
|
39
|
-
*
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
*
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
*
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
*
|
55
|
-
*
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
*
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
*
|
66
|
-
* @
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* 'e-panesettings' directive represent a panes of angular splitter
|
6
|
+
* It must be contained in a Splitter component(`ejs-splitter`).
|
7
|
+
* ```html
|
8
|
+
* <ejs-splitter id='splitter' >
|
9
|
+
* <e-panes>
|
10
|
+
* <e-pane size ='150px'></e-pane>
|
11
|
+
* <e-pane size = '20%'></e-pane>
|
12
|
+
* </e-panes>
|
13
|
+
* </ejs-splitter>
|
14
|
+
* ```
|
15
|
+
*/
|
16
|
+
export declare class PaneDirective extends ComplexBase<PaneDirective> {
|
17
|
+
private viewContainerRef;
|
18
|
+
directivePropList: any;
|
19
|
+
/**
|
20
|
+
* Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.
|
21
|
+
*
|
22
|
+
* {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}
|
23
|
+
*
|
24
|
+
* @default false
|
25
|
+
*/
|
26
|
+
collapsed: any;
|
27
|
+
/**
|
28
|
+
* Specifies whether a pane is collapsible or not collapsible.
|
29
|
+
*
|
30
|
+
* {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}
|
31
|
+
*
|
32
|
+
* @default false
|
33
|
+
*/
|
34
|
+
collapsible: any;
|
35
|
+
/**
|
36
|
+
* Specifies the CSS class names that defines specific user-defined
|
37
|
+
* styles and themes to be appended on corresponding pane of the Splitter.
|
38
|
+
* It is used to customize the Splitter control panes.
|
39
|
+
* One or more custom CSS classes can be specified to the Splitter panes.
|
40
|
+
* @default ''
|
41
|
+
*/
|
42
|
+
cssClass: any;
|
43
|
+
/**
|
44
|
+
* Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.
|
45
|
+
* @default null
|
46
|
+
*/
|
47
|
+
max: any;
|
48
|
+
/**
|
49
|
+
* Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.
|
50
|
+
* @default null
|
51
|
+
*/
|
52
|
+
min: any;
|
53
|
+
/**
|
54
|
+
* Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes.
|
55
|
+
* You can disable this for any specific panes using this property.
|
56
|
+
* @default true
|
57
|
+
*/
|
58
|
+
resizable: any;
|
59
|
+
/**
|
60
|
+
* Configures the properties for each pane.
|
61
|
+
* @default ''
|
62
|
+
*/
|
63
|
+
size: any;
|
64
|
+
/**
|
65
|
+
* Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.
|
66
|
+
* @default ''
|
67
|
+
* @blazortype string
|
68
|
+
*/
|
69
|
+
content: any;
|
70
|
+
constructor(viewContainerRef: ViewContainerRef);
|
71
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PaneDirective, never>;
|
72
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PaneDirective, "e-panes>e-pane", never, { "collapsed": "collapsed"; "collapsible": "collapsible"; "content": "content"; "cssClass": "cssClass"; "max": "max"; "min": "min"; "resizable": "resizable"; "size": "size"; }, {}, ["content"]>;
|
73
|
+
}
|
74
|
+
/**
|
75
|
+
* Pane Array Directive
|
76
|
+
* @private
|
77
|
+
*/
|
78
|
+
export declare class PanesDirective extends ArrayBase<PanesDirective> {
|
79
|
+
constructor();
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PanesDirective, never>;
|
81
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanesDirective, "ejs-splitter>e-panes", never, {}, {}, ["children"]>;
|
82
|
+
}
|
@@ -1,5 +1,11 @@
|
|
1
|
-
|
2
|
-
*
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "@angular/common";
|
3
|
+
import * as i2 from "./splitter.module";
|
4
|
+
/**
|
5
|
+
* NgModule definition for the Splitter component with providers.
|
6
|
+
*/
|
7
|
+
export declare class SplitterAllModule {
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterAllModule, never>;
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitterAllModule, never, [typeof i1.CommonModule, typeof i2.SplitterModule], [typeof i2.SplitterModule]>;
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SplitterAllModule>;
|
11
|
+
}
|