@syncfusion/ej2-angular-layouts 29.2.4-ngcc → 30.1.37-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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-layouts.umd.min.js
3
- * version : 29.2.4
3
+ * version : 30.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,7 +1,7 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public_api';
5
- export { inputs as ɵc, outputs as ɵd } from './src/dashboard-layout/dashboardlayout.component';
6
- export { inputs as ɵa, outputs as ɵb } from './src/splitter/splitter.component';
7
- export { inputs as ɵe, outputs as ɵf } from './src/timeline/timeline.component';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵc, outputs as ɵd } from './src/dashboard-layout/dashboardlayout.component';
6
+ export { inputs as ɵa, outputs as ɵb } from './src/splitter/splitter.component';
7
+ export { inputs as ɵe, outputs as ɵf } from './src/timeline/timeline.component';
package/package.json CHANGED
@@ -1,45 +1,16 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-layouts@*",
3
- "_id": "@syncfusion/ej2-angular-layouts@29.1.38",
4
- "_inBundle": false,
5
- "_integrity": "sha512-XbeJzrhx2OuKJZRxq6t+jaJ56h1uztKAVwY1bra1j74q3tE49q9g1CsqyqI8jlyj9bVKCLVqrfbFa90XRxiiww==",
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-hotfix-new/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-29.1.38.tgz",
23
- "_shasum": "5b1e1a86af3f9664dd8a94b8f373fdc9d1a70299",
24
- "_spec": "@syncfusion/ej2-angular-layouts@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-angular-layouts",
3
+ "version": "30.1.37-ngcc",
4
+ "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",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~29.2.4",
35
- "@syncfusion/ej2-base": "~29.2.4",
36
- "@syncfusion/ej2-layouts": "29.2.4"
9
+ "@syncfusion/ej2-base": "~30.1.37",
10
+ "@syncfusion/ej2-angular-base": "~30.1.37",
11
+ "@syncfusion/ej2-layouts": "30.1.37"
37
12
  },
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
13
  "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-layouts.js",
42
- "homepage": "https://www.syncfusion.com/angular-components",
43
14
  "keywords": [
44
15
  "angular-splitter",
45
16
  "ng-splitter",
@@ -52,17 +23,15 @@
52
23
  "angular timeline",
53
24
  "ng-timeline"
54
25
  ],
55
- "license": "SEE LICENSE IN license",
56
- "main": "dist/ej2-angular-layouts.umd.js",
57
- "metadata": "ej2-angular-layouts.metadata.json",
58
- "module": "@syncfusion/ej2-angular-layouts.es5.js",
59
- "name": "@syncfusion/ej2-angular-layouts",
60
26
  "repository": {
61
27
  "type": "git",
62
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
28
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
63
29
  },
64
- "schematics": "./schematics/collection.json",
65
30
  "sideEffects": false,
31
+ "main": "dist/ej2-angular-layouts.umd.js",
32
+ "module": "@syncfusion/ej2-angular-layouts.es5.js",
33
+ "es2015": "@syncfusion/ej2-angular-layouts.js",
66
34
  "typings": "ej2-angular-layouts.d.ts",
67
- "version": "29.2.4-ngcc"
35
+ "metadata": "ej2-angular-layouts.metadata.json",
36
+ "homepage": "https://www.syncfusion.com/angular-components"
68
37
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-layouts';
4
- exports.pkgVer = '^29.2.4';
4
+ exports.pkgVer = '^30.1.37';
5
5
  exports.moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
6
- exports.themeVer = '~29.2.4';
6
+ exports.themeVer = '~30.1.37';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-layouts';
2
- export const pkgVer = '^29.2.4';
3
- export const moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
4
- export const themeVer = '~29.2.4';
1
+ export const pkgName = '@syncfusion/ej2-angular-layouts';
2
+ export const pkgVer = '^30.1.37';
3
+ export const moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
4
+ export const themeVer = '~30.1.37';
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the DashboardLayout component with providers.
3
- */
4
- export declare class DashboardLayoutAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the DashboardLayout component with providers.
3
+ */
4
+ export declare class DashboardLayoutAllModule {
5
+ }
@@ -1,39 +1,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
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the Essential JS 2 Angular DashboardLayout Component.
10
- * ```html
11
- * <ejs-dashboardlayout></ejs-dashboardlayout>
12
- * ```
13
- */
14
- export declare class DashboardLayoutComponent extends DashboardLayout implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- containerContext: any;
20
- tagObjects: any;
21
- change: any;
22
- created: any;
23
- destroyed: any;
24
- drag: any;
25
- dragStart: any;
26
- dragStop: any;
27
- resize: any;
28
- resizeStart: any;
29
- resizeStop: any;
30
- childPanels: QueryList<PanelsDirective>;
31
- tags: string[];
32
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
33
- ngOnInit(): void;
34
- ngAfterViewInit(): void;
35
- ngOnDestroy(): void;
36
- ngAfterContentChecked(): void;
37
- registerEvents: (eventList: string[]) => void;
38
- addTwoWay: (propList: string[]) => void;
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
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Represents the Essential JS 2 Angular DashboardLayout Component.
10
+ * ```html
11
+ * <ejs-dashboardlayout></ejs-dashboardlayout>
12
+ * ```
13
+ */
14
+ export declare class DashboardLayoutComponent extends DashboardLayout implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ containerContext: any;
20
+ tagObjects: any;
21
+ change: any;
22
+ created: any;
23
+ destroyed: any;
24
+ drag: any;
25
+ dragStart: any;
26
+ dragStop: any;
27
+ resize: any;
28
+ resizeStart: any;
29
+ resizeStop: any;
30
+ childPanels: QueryList<PanelsDirective>;
31
+ tags: string[];
32
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
33
+ ngOnInit(): void;
34
+ ngAfterViewInit(): void;
35
+ ngOnDestroy(): void;
36
+ ngAfterContentChecked(): void;
37
+ registerEvents: (eventList: string[]) => void;
38
+ addTwoWay: (propList: string[]) => void;
39
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the DashboardLayout component.
3
- */
4
- export declare class DashboardLayoutModule {
5
- }
1
+ /**
2
+ * NgModule definition for the DashboardLayout component.
3
+ */
4
+ export declare class DashboardLayoutModule {
5
+ }
@@ -1,102 +1,102 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * 'e-panels' directive represent a panels of angular dashboardlayout
5
- * It must be contained in a dashboardlayout component(`ej-dashboardlayout`).
6
- * ```html
7
- * <ejs-dashboardlayout>
8
- * <e-panels>
9
- * <e-panel></e-panel>
10
- * <e-panel></e-panel>
11
- * </e-panels>
12
- * </ejs-dashboardlayout>
13
- * ```
14
- */
15
- export declare class PanelDirective extends ComplexBase<PanelDirective> {
16
- private viewContainerRef;
17
- directivePropList: any;
18
- /**
19
- * Defines the column value where the panel to be placed.
20
- * @default 0
21
- * @asptype int
22
- */
23
- col: any;
24
- /**
25
- * Defines the CSS class name that can be appended with each panel element.
26
- * @default ''
27
- */
28
- cssClass: any;
29
- /**
30
- * Defines whether to the panel should be enabled or not.
31
- * @default true
32
- */
33
- enabled: any;
34
- /**
35
- * Defines the id of the panel.
36
- * @default ''
37
- */
38
- id: any;
39
- /**
40
- * Specifies the maximum width of the panel in cells count.
41
- * @default null
42
- * @asptype int
43
- */
44
- maxSizeX: any;
45
- /**
46
- * Specifies the maximum height of the panel in cells count.
47
- * @default null
48
- * @asptype int
49
-
50
- */
51
- maxSizeY: any;
52
- /**
53
- * Specifies the minimum width of the panel in cells count.
54
- * @default 1
55
- */
56
- minSizeX: any;
57
- /**
58
- * Specifies the minimum height of the panel in cells count.
59
- * @default 1
60
- */
61
- minSizeY: any;
62
- /**
63
- * Defines a row value where the panel should be placed.
64
- * @default 0
65
- * @asptype int
66
- */
67
- row: any;
68
- /**
69
- * Specifies the width of the panel in the layout in cells count.
70
- * @default 1
71
- */
72
- sizeX: any;
73
- /**
74
- * Specifies the height of the panel in the layout in cells count.
75
- * @default 1
76
- */
77
- sizeY: any;
78
- /**
79
- * Specifies the z-index of the panel
80
- * @default 1000
81
- * @asptype double
82
- */
83
- zIndex: any;
84
- /**
85
- * Defines the template value that should be displayed as the panel's header.
86
- * @asptype string
87
- */
88
- header: any;
89
- /**
90
- * Defines the template value that should be displayed as the panel's content.
91
- * @asptype string
92
- */
93
- content: any;
94
- constructor(viewContainerRef: ViewContainerRef);
95
- }
96
- /**
97
- * Panel Array Directive
98
- * @private
99
- */
100
- export declare class PanelsDirective extends ArrayBase<PanelsDirective> {
101
- constructor();
102
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * 'e-panels' directive represent a panels of angular dashboardlayout
5
+ * It must be contained in a dashboardlayout component(`ej-dashboardlayout`).
6
+ * ```html
7
+ * <ejs-dashboardlayout>
8
+ * <e-panels>
9
+ * <e-panel></e-panel>
10
+ * <e-panel></e-panel>
11
+ * </e-panels>
12
+ * </ejs-dashboardlayout>
13
+ * ```
14
+ */
15
+ export declare class PanelDirective extends ComplexBase<PanelDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Defines the column value where the panel to be placed.
20
+ * @default 0
21
+ * @asptype int
22
+ */
23
+ col: any;
24
+ /**
25
+ * Defines the CSS class name that can be appended with each panel element.
26
+ * @default ''
27
+ */
28
+ cssClass: any;
29
+ /**
30
+ * Defines whether to the panel should be enabled or not.
31
+ * @default true
32
+ */
33
+ enabled: any;
34
+ /**
35
+ * Defines the id of the panel.
36
+ * @default ''
37
+ */
38
+ id: any;
39
+ /**
40
+ * Specifies the maximum width of the panel in cells count.
41
+ * @default null
42
+ * @asptype int
43
+ */
44
+ maxSizeX: any;
45
+ /**
46
+ * Specifies the maximum height of the panel in cells count.
47
+ * @default null
48
+ * @asptype int
49
+
50
+ */
51
+ maxSizeY: any;
52
+ /**
53
+ * Specifies the minimum width of the panel in cells count.
54
+ * @default 1
55
+ */
56
+ minSizeX: any;
57
+ /**
58
+ * Specifies the minimum height of the panel in cells count.
59
+ * @default 1
60
+ */
61
+ minSizeY: any;
62
+ /**
63
+ * Defines a row value where the panel should be placed.
64
+ * @default 0
65
+ * @asptype int
66
+ */
67
+ row: any;
68
+ /**
69
+ * Specifies the width of the panel in the layout in cells count.
70
+ * @default 1
71
+ */
72
+ sizeX: any;
73
+ /**
74
+ * Specifies the height of the panel in the layout in cells count.
75
+ * @default 1
76
+ */
77
+ sizeY: any;
78
+ /**
79
+ * Specifies the z-index of the panel
80
+ * @default 1000
81
+ * @asptype double
82
+ */
83
+ zIndex: any;
84
+ /**
85
+ * Defines the template value that should be displayed as the panel's header.
86
+ * @asptype string
87
+ */
88
+ header: any;
89
+ /**
90
+ * Defines the template value that should be displayed as the panel's content.
91
+ * @asptype string
92
+ */
93
+ content: any;
94
+ constructor(viewContainerRef: ViewContainerRef);
95
+ }
96
+ /**
97
+ * Panel Array Directive
98
+ * @private
99
+ */
100
+ export declare class PanelsDirective extends ArrayBase<PanelsDirective> {
101
+ constructor();
102
+ }
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,77 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * 'e-panesettings' directive represent a panes of angular splitter
5
- * It must be contained in a Splitter component(`ejs-splitter`).
6
- * ```html
7
- * <ejs-splitter id='splitter' >
8
- * <e-panes>
9
- * <e-pane size ='150px'></e-pane>
10
- * <e-pane size = '20%'></e-pane>
11
- * </e-panes>
12
- * </ejs-splitter>
13
- * ```
14
- */
15
- export declare class PaneDirective extends ComplexBase<PaneDirective> {
16
- private viewContainerRef;
17
- directivePropList: any;
18
- /**
19
- * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.
20
- *
21
- * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}
22
- *
23
- * @default false
24
- */
25
- collapsed: any;
26
- /**
27
- * Specifies whether a pane is collapsible or not collapsible.
28
- *
29
- * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}
30
- *
31
- * @default false
32
- */
33
- collapsible: any;
34
- /**
35
- * Specifies the CSS class names that defines specific user-defined
36
- * styles and themes to be appended on corresponding pane of the Splitter.
37
- * It is used to customize the Splitter control panes.
38
- * One or more custom CSS classes can be specified to the Splitter panes.
39
- * @default ''
40
- */
41
- cssClass: any;
42
- /**
43
- * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.
44
- * @default null
45
- */
46
- max: any;
47
- /**
48
- * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.
49
- * @default null
50
- */
51
- min: any;
52
- /**
53
- * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes.
54
- * You can disable this for any specific panes using this property.
55
- * @default true
56
- */
57
- resizable: any;
58
- /**
59
- * Configures the properties for each pane.
60
- * @default ''
61
- */
62
- size: any;
63
- /**
64
- * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.
65
- * @default ''
66
- * @blazortype string
67
- */
68
- content: any;
69
- constructor(viewContainerRef: ViewContainerRef);
70
- }
71
- /**
72
- * Pane Array Directive
73
- * @private
74
- */
75
- export declare class PanesDirective extends ArrayBase<PanesDirective> {
76
- constructor();
77
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * 'e-panesettings' directive represent a panes of angular splitter
5
+ * It must be contained in a Splitter component(`ejs-splitter`).
6
+ * ```html
7
+ * <ejs-splitter id='splitter' >
8
+ * <e-panes>
9
+ * <e-pane size ='150px'></e-pane>
10
+ * <e-pane size = '20%'></e-pane>
11
+ * </e-panes>
12
+ * </ejs-splitter>
13
+ * ```
14
+ */
15
+ export declare class PaneDirective extends ComplexBase<PaneDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.
20
+ *
21
+ * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}
22
+ *
23
+ * @default false
24
+ */
25
+ collapsed: any;
26
+ /**
27
+ * Specifies whether a pane is collapsible or not collapsible.
28
+ *
29
+ * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}
30
+ *
31
+ * @default false
32
+ */
33
+ collapsible: any;
34
+ /**
35
+ * Specifies the CSS class names that defines specific user-defined
36
+ * styles and themes to be appended on corresponding pane of the Splitter.
37
+ * It is used to customize the Splitter control panes.
38
+ * One or more custom CSS classes can be specified to the Splitter panes.
39
+ * @default ''
40
+ */
41
+ cssClass: any;
42
+ /**
43
+ * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.
44
+ * @default null
45
+ */
46
+ max: any;
47
+ /**
48
+ * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.
49
+ * @default null
50
+ */
51
+ min: any;
52
+ /**
53
+ * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes.
54
+ * You can disable this for any specific panes using this property.
55
+ * @default true
56
+ */
57
+ resizable: any;
58
+ /**
59
+ * Configures the properties for each pane.
60
+ * @default ''
61
+ */
62
+ size: any;
63
+ /**
64
+ * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.
65
+ * @default ''
66
+ * @blazortype string
67
+ */
68
+ content: any;
69
+ constructor(viewContainerRef: ViewContainerRef);
70
+ }
71
+ /**
72
+ * Pane Array Directive
73
+ * @private
74
+ */
75
+ export declare class PanesDirective extends ArrayBase<PanesDirective> {
76
+ constructor();
77
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Splitter component with providers.
3
- */
4
- export declare class SplitterAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Splitter component with providers.
3
+ */
4
+ export declare class SplitterAllModule {
5
+ }