@syncfusion/ej2-angular-layouts 27.2.2 → 27.2.3-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/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 +12 -25
- 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/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/CHANGELOG.md +0 -618
- 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
@@ -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
|
}
|