@syncfusion/ej2-angular-layouts 26.2.10 → 27.1.48-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 +726 -0
- package/@syncfusion/ej2-angular-layouts.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-layouts.js +663 -0
- package/@syncfusion/ej2-angular-layouts.js.map +1 -0
- package/README.md +33 -33
- package/dist/ej2-angular-layouts.umd.js +763 -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 +7 -0
- package/ej2-angular-layouts.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -29
- package/schematics/collection.json +10 -9
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- 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/src/timeline/items.directive.d.ts +0 -5
- package/src/timeline/timeline-all.module.d.ts +0 -6
- package/src/timeline/timeline.component.d.ts +0 -3
- package/src/timeline/timeline.module.d.ts +0 -7
- package/styles/avatar/bootstrap5.3.css +1 -0
- package/styles/avatar/bootstrap5.3.scss +1 -0
- package/styles/bootstrap-dark-lite.css +1 -0
- package/styles/bootstrap-dark-lite.scss +1 -0
- package/styles/bootstrap-lite.css +1 -0
- package/styles/bootstrap-lite.scss +1 -0
- package/styles/bootstrap4-lite.css +1 -0
- package/styles/bootstrap4-lite.scss +1 -0
- package/styles/bootstrap5-dark-lite.css +1 -0
- package/styles/bootstrap5-dark-lite.scss +1 -0
- package/styles/bootstrap5-lite.css +1 -0
- package/styles/bootstrap5-lite.scss +1 -0
- package/styles/bootstrap5.3-lite.css +1 -0
- package/styles/bootstrap5.3-lite.scss +1 -0
- package/styles/bootstrap5.3.css +1 -0
- package/styles/bootstrap5.3.scss +5 -0
- package/styles/card/bootstrap5.3.css +1 -0
- package/styles/card/bootstrap5.3.scss +1 -0
- package/styles/dashboard-layout/bootstrap5.3.css +1 -0
- package/styles/dashboard-layout/bootstrap5.3.scss +1 -0
- package/styles/fabric-dark-lite.css +1 -0
- package/styles/fabric-dark-lite.scss +1 -0
- package/styles/fabric-lite.css +1 -0
- package/styles/fabric-lite.scss +1 -0
- package/styles/fluent-dark-lite.css +1 -0
- package/styles/fluent-dark-lite.scss +1 -0
- package/styles/fluent-lite.css +1 -0
- package/styles/fluent-lite.scss +1 -0
- package/styles/fluent2-lite.css +1 -0
- package/styles/fluent2-lite.scss +1 -0
- package/styles/highcontrast-light-lite.css +1 -0
- package/styles/highcontrast-light-lite.scss +1 -0
- package/styles/highcontrast-lite.css +1 -0
- package/styles/highcontrast-lite.scss +1 -0
- package/styles/material-dark-lite.css +1 -0
- package/styles/material-dark-lite.scss +1 -0
- package/styles/material-lite.css +1 -0
- package/styles/material-lite.scss +1 -0
- package/styles/material3-dark-lite.css +1 -0
- package/styles/material3-dark-lite.scss +1 -0
- package/styles/material3-lite.css +1 -0
- package/styles/material3-lite.scss +1 -0
- package/styles/splitter/bootstrap5.3.css +1 -0
- package/styles/splitter/bootstrap5.3.scss +1 -0
- package/styles/tailwind-dark-lite.css +1 -0
- package/styles/tailwind-dark-lite.scss +1 -0
- package/styles/tailwind-lite.css +1 -0
- package/styles/tailwind-lite.scss +1 -0
- package/styles/timeline/bootstrap5.3.css +1 -0
- package/styles/timeline/bootstrap5.3.scss +1 -0
- package/CHANGELOG.md +0 -628
- package/esm2020/public_api.mjs +0 -2
- 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 -14
- 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/src/timeline/items.directive.mjs +0 -58
- package/esm2020/src/timeline/timeline-all.module.mjs +0 -23
- package/esm2020/src/timeline/timeline.component.mjs +0 -83
- package/esm2020/src/timeline/timeline.module.mjs +0 -34
- package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -530
- package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -530
- package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
- package/syncfusion-ej2-angular-layouts.d.ts +0 -5
@@ -1,34 +1,34 @@
|
|
1
|
-
{
|
2
|
-
"$schema": "http://json-schema.org/schema",
|
3
|
-
"$id": "ngAdd",
|
4
|
-
"title": "Add Essential JS 2 Angular packages",
|
5
|
-
"type": "object",
|
6
|
-
"properties": {
|
7
|
-
"skipPackageJson": {
|
8
|
-
"type": "boolean",
|
9
|
-
"default": false,
|
10
|
-
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
11
|
-
},
|
12
|
-
"modules": {
|
13
|
-
"type": "string",
|
14
|
-
"default": "",
|
15
|
-
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
16
|
-
},
|
17
|
-
"modulePath": {
|
18
|
-
"type": "string",
|
19
|
-
"default": "",
|
20
|
-
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
21
|
-
},
|
22
|
-
"theme": {
|
23
|
-
"enum": [
|
24
|
-
"material",
|
25
|
-
"fabric",
|
26
|
-
"bootstrap",
|
27
|
-
"highcontrast"
|
28
|
-
],
|
29
|
-
"default": "material",
|
30
|
-
"description": "Used to change the theme that needs to be imported"
|
31
|
-
}
|
32
|
-
},
|
33
|
-
"required": []
|
34
|
-
}
|
1
|
+
{
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
3
|
+
"$id": "ngAdd",
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
5
|
+
"type": "object",
|
6
|
+
"properties": {
|
7
|
+
"skipPackageJson": {
|
8
|
+
"type": "boolean",
|
9
|
+
"default": false,
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
11
|
+
},
|
12
|
+
"modules": {
|
13
|
+
"type": "string",
|
14
|
+
"default": "",
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
16
|
+
},
|
17
|
+
"modulePath": {
|
18
|
+
"type": "string",
|
19
|
+
"default": "",
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
21
|
+
},
|
22
|
+
"theme": {
|
23
|
+
"enum": [
|
24
|
+
"material",
|
25
|
+
"fabric",
|
26
|
+
"bootstrap",
|
27
|
+
"highcontrast"
|
28
|
+
],
|
29
|
+
"default": "material",
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
31
|
+
}
|
32
|
+
},
|
33
|
+
"required": []
|
34
|
+
}
|
@@ -1,30 +1,30 @@
|
|
1
|
-
export interface OptionsSchema {
|
2
|
-
// Whether to skip package.json install.
|
3
|
-
skipPackageJson: boolean;
|
4
|
-
|
5
|
-
// Used to specify required module names
|
6
|
-
modules: string;
|
7
|
-
|
8
|
-
// Used to specify custom module path
|
9
|
-
modulePath: string;
|
10
|
-
|
11
|
-
// Used to specify theme name
|
12
|
-
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
13
|
-
|
14
|
-
// Name of the project to target.
|
15
|
-
project?: string;
|
16
|
-
}
|
17
|
-
|
18
|
-
export interface LibOptionsSchema {
|
19
|
-
// Package name
|
20
|
-
pkgName: string;
|
21
|
-
|
22
|
-
// Package version
|
23
|
-
pkgVer: string;
|
24
|
-
|
25
|
-
// Library base module name
|
26
|
-
moduleName: string;
|
27
|
-
|
28
|
-
// Theme version
|
29
|
-
themeVer: string;
|
30
|
-
}
|
1
|
+
export interface OptionsSchema {
|
2
|
+
// Whether to skip package.json install.
|
3
|
+
skipPackageJson: boolean;
|
4
|
+
|
5
|
+
// Used to specify required module names
|
6
|
+
modules: string;
|
7
|
+
|
8
|
+
// Used to specify custom module path
|
9
|
+
modulePath: string;
|
10
|
+
|
11
|
+
// Used to specify theme name
|
12
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
13
|
+
|
14
|
+
// Name of the project to target.
|
15
|
+
project?: string;
|
16
|
+
}
|
17
|
+
|
18
|
+
export interface LibOptionsSchema {
|
19
|
+
// Package name
|
20
|
+
pkgName: string;
|
21
|
+
|
22
|
+
// Package version
|
23
|
+
pkgVer: string;
|
24
|
+
|
25
|
+
// Library base module name
|
26
|
+
moduleName: string;
|
27
|
+
|
28
|
+
// Theme version
|
29
|
+
themeVer: string;
|
30
|
+
}
|
package/schematics/tsconfig.json
CHANGED
@@ -1,25 +1,25 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"lib": ["es2017", "dom"],
|
4
|
-
"module": "commonjs",
|
5
|
-
"moduleResolution": "node",
|
6
|
-
"noEmitOnError": false,
|
7
|
-
"skipDefaultLibCheck": true,
|
8
|
-
"skipLibCheck": true,
|
9
|
-
"sourceMap": true,
|
10
|
-
"target": "es6",
|
11
|
-
"declaration": true,
|
12
|
-
"types": [
|
13
|
-
"jasmine",
|
14
|
-
"node"
|
15
|
-
]
|
16
|
-
},
|
17
|
-
"exclude": [
|
18
|
-
"node_modules",
|
19
|
-
"src",
|
20
|
-
"src/**/*.ts",
|
21
|
-
"spec",
|
22
|
-
"spec/**/*.ts",
|
23
|
-
"@typings"
|
24
|
-
]
|
25
|
-
}
|
1
|
+
{
|
2
|
+
"compilerOptions": {
|
3
|
+
"lib": ["es2017", "dom"],
|
4
|
+
"module": "commonjs",
|
5
|
+
"moduleResolution": "node",
|
6
|
+
"noEmitOnError": false,
|
7
|
+
"skipDefaultLibCheck": true,
|
8
|
+
"skipLibCheck": true,
|
9
|
+
"sourceMap": true,
|
10
|
+
"target": "es6",
|
11
|
+
"declaration": true,
|
12
|
+
"types": [
|
13
|
+
"jasmine",
|
14
|
+
"node"
|
15
|
+
]
|
16
|
+
},
|
17
|
+
"exclude": [
|
18
|
+
"node_modules",
|
19
|
+
"src",
|
20
|
+
"src/**/*.ts",
|
21
|
+
"spec",
|
22
|
+
"spec/**/*.ts",
|
23
|
+
"@typings"
|
24
|
+
]
|
25
|
+
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.pkgName = '@syncfusion/ej2-angular-layouts';
|
4
|
+
exports.pkgVer = '^27.1.48';
|
5
|
+
exports.moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
|
6
|
+
exports.themeVer = '~27.1.48';
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-layouts';
|
2
|
-
export const pkgVer = '^
|
2
|
+
export const pkgVer = '^27.1.48';
|
3
3
|
export const moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
|
4
|
-
export const themeVer = '~
|
4
|
+
export const themeVer = '~27.1.48';
|
@@ -1,11 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "@angular/common";
|
3
|
-
import * as i2 from "./dashboardlayout.module";
|
4
1
|
/**
|
5
2
|
* NgModule definition for the DashboardLayout component with providers.
|
6
3
|
*/
|
7
4
|
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
5
|
}
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
3
|
import { DashboardLayout } from '@syncfusion/ej2-layouts';
|
4
4
|
import { PanelsDirective } from './panels.directive';
|
5
|
-
import * as i0 from "@angular/core";
|
6
5
|
export declare const inputs: string[];
|
7
6
|
export declare const outputs: string[];
|
8
7
|
export declare const twoWays: string[];
|
@@ -37,6 +36,4 @@ export declare class DashboardLayoutComponent extends DashboardLayout implements
|
|
37
36
|
ngAfterContentChecked(): void;
|
38
37
|
registerEvents: (eventList: string[]) => void;
|
39
38
|
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
39
|
}
|
@@ -1,12 +1,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
1
|
/**
|
6
2
|
* NgModule definition for the DashboardLayout component.
|
7
3
|
*/
|
8
4
|
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
5
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* 'e-panels' directive represent a panels of angular dashboardlayout
|
6
5
|
* It must be contained in a dashboardlayout component(`ej-dashboardlayout`).
|
@@ -93,8 +92,6 @@ export declare class PanelDirective extends ComplexBase<PanelDirective> {
|
|
93
92
|
*/
|
94
93
|
content: any;
|
95
94
|
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
95
|
}
|
99
96
|
/**
|
100
97
|
* Panel Array Directive
|
@@ -102,6 +99,4 @@ export declare class PanelDirective extends ComplexBase<PanelDirective> {
|
|
102
99
|
*/
|
103
100
|
export declare class PanelsDirective extends ArrayBase<PanelsDirective> {
|
104
101
|
constructor();
|
105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PanelsDirective, never>;
|
106
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelsDirective, "ejs-dashboardlayout>e-panels", never, {}, {}, ["children"]>;
|
107
102
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* 'e-panesettings' directive represent a panes of angular splitter
|
6
5
|
* It must be contained in a Splitter component(`ejs-splitter`).
|
@@ -68,8 +67,6 @@ export declare class PaneDirective extends ComplexBase<PaneDirective> {
|
|
68
67
|
*/
|
69
68
|
content: any;
|
70
69
|
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
70
|
}
|
74
71
|
/**
|
75
72
|
* Pane Array Directive
|
@@ -77,6 +74,4 @@ export declare class PaneDirective extends ComplexBase<PaneDirective> {
|
|
77
74
|
*/
|
78
75
|
export declare class PanesDirective extends ArrayBase<PanesDirective> {
|
79
76
|
constructor();
|
80
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PanesDirective, never>;
|
81
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PanesDirective, "ejs-splitter>e-panes", never, {}, {}, ["children"]>;
|
82
77
|
}
|
@@ -1,11 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "@angular/common";
|
3
|
-
import * as i2 from "./splitter.module";
|
4
1
|
/**
|
5
2
|
* NgModule definition for the Splitter component with providers.
|
6
3
|
*/
|
7
4
|
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
5
|
}
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
3
|
import { Splitter } from '@syncfusion/ej2-layouts';
|
4
4
|
import { PanesDirective } from './panesettings.directive';
|
5
|
-
import * as i0 from "@angular/core";
|
6
5
|
export declare const inputs: string[];
|
7
6
|
export declare const outputs: string[];
|
8
7
|
export declare const twoWays: string[];
|
@@ -37,6 +36,4 @@ export declare class SplitterComponent extends Splitter implements IComponentBas
|
|
37
36
|
ngAfterContentChecked(): void;
|
38
37
|
registerEvents: (eventList: string[]) => void;
|
39
38
|
addTwoWay: (propList: string[]) => void;
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterComponent, never>;
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "ejs-splitter", never, { "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableReversePanes": "enableReversePanes"; "enableRtl": "enableRtl"; "enabled": "enabled"; "height": "height"; "locale": "locale"; "orientation": "orientation"; "paneSettings": "paneSettings"; "separatorSize": "separatorSize"; "width": "width"; }, { "beforeCollapse": "beforeCollapse"; "beforeExpand": "beforeExpand"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "collapsed": "collapsed"; "created": "created"; "expanded": "expanded"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; }, ["childPaneSettings"], ["div"]>;
|
42
39
|
}
|
@@ -1,12 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./splitter.component";
|
3
|
-
import * as i2 from "./panesettings.directive";
|
4
|
-
import * as i3 from "@angular/common";
|
5
1
|
/**
|
6
2
|
* NgModule definition for the Splitter component.
|
7
3
|
*/
|
8
4
|
export declare class SplitterModule {
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitterModule, [typeof i1.SplitterComponent, typeof i2.PaneDirective, typeof i2.PanesDirective], [typeof i3.CommonModule], [typeof i1.SplitterComponent, typeof i2.PaneDirective, typeof i2.PanesDirective]>;
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SplitterModule>;
|
12
5
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
3
|
-
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* 'e-timelineItem' directive represents a item of the Angular Timeline.
|
6
5
|
* It must be contained in a Timeline component(`ejs-timeline`).
|
@@ -50,8 +49,6 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
|
|
50
49
|
*/
|
51
50
|
oppositeContent: any;
|
52
51
|
constructor(viewContainerRef: ViewContainerRef);
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItemDirective, never>;
|
54
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemDirective, "ejs-timeline>e-items>e-item", never, { "content": "content"; "cssClass": "cssClass"; "disabled": "disabled"; "dotCss": "dotCss"; "oppositeContent": "oppositeContent"; }, {}, never>;
|
55
52
|
}
|
56
53
|
/**
|
57
54
|
* Item Array Directive
|
@@ -59,6 +56,4 @@ export declare class ItemDirective extends ComplexBase<ItemDirective> {
|
|
59
56
|
*/
|
60
57
|
export declare class ItemsDirective extends ArrayBase<ItemsDirective> {
|
61
58
|
constructor();
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ItemsDirective, never>;
|
63
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemsDirective, "ejs-timeline>e-items", never, {}, {}, ["children"]>;
|
64
59
|
}
|
@@ -1,11 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "@angular/common";
|
3
|
-
import * as i2 from "./timeline.module";
|
4
1
|
/**
|
5
2
|
* NgModule definition for the Timeline component with providers.
|
6
3
|
*/
|
7
4
|
export declare class TimelineAllModule {
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineAllModule, never>;
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TimelineAllModule, never, [typeof i1.CommonModule, typeof i2.TimelineModule], [typeof i2.TimelineModule]>;
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TimelineAllModule>;
|
11
5
|
}
|
@@ -2,7 +2,6 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
3
3
|
import { Timeline } from '@syncfusion/ej2-layouts';
|
4
4
|
import { ItemsDirective } from './items.directive';
|
5
|
-
import * as i0 from "@angular/core";
|
6
5
|
export declare const inputs: string[];
|
7
6
|
export declare const outputs: string[];
|
8
7
|
export declare const twoWays: string[];
|
@@ -44,6 +43,4 @@ export declare class TimelineComponent extends Timeline implements IComponentBas
|
|
44
43
|
ngAfterContentChecked(): void;
|
45
44
|
registerEvents: (eventList: string[]) => void;
|
46
45
|
addTwoWay: (propList: string[]) => void;
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineComponent, never>;
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineComponent, "ejs-timeline", never, { "align": "align"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "items": "items"; "locale": "locale"; "orientation": "orientation"; "reverse": "reverse"; "template": "template"; }, { "beforeItemRender": "beforeItemRender"; "created": "created"; }, ["template", "content", "oppositeContent", "childItems"], ["div"]>;
|
49
46
|
}
|
@@ -1,12 +1,5 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./timeline.component";
|
3
|
-
import * as i2 from "./items.directive";
|
4
|
-
import * as i3 from "@angular/common";
|
5
1
|
/**
|
6
2
|
* NgModule definition for the Timeline component.
|
7
3
|
*/
|
8
4
|
export declare class TimelineModule {
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TimelineModule, [typeof i1.TimelineComponent, typeof i2.ItemDirective, typeof i2.ItemsDirective], [typeof i3.CommonModule], [typeof i1.TimelineComponent, typeof i2.ItemDirective, typeof i2.ItemsDirective]>;
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TimelineModule>;
|
12
5
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/bootstrap5.3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/avatar/bootstrap5.3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/bootstrap-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/bootstrap-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/bootstrap-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/bootstrap-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/bootstrap4-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/bootstrap4-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/bootstrap5-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/bootstrap5-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/bootstrap5-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/bootstrap5-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/bootstrap5.3-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/bootstrap5.3-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/bootstrap5.3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/card/bootstrap5.3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/card/bootstrap5.3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/dashboard-layout/bootstrap5.3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/dashboard-layout/bootstrap5.3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/fabric-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/fabric-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/fabric-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/fabric-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/fluent-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/fluent-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/fluent-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/fluent-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/fluent2-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/fluent2-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/highcontrast-light-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/highcontrast-light-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/highcontrast-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/highcontrast-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/material-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/material-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/material-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/material-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/material3-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/material3-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/material3-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/material3-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/splitter/bootstrap5.3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/splitter/bootstrap5.3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/tailwind-dark-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/tailwind-dark-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/tailwind-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/tailwind-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/timeline/bootstrap5.3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/timeline/bootstrap5.3.scss';
|