@syncfusion/ej2-angular-layouts 26.2.10-ngcc → 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/README.md +33 -33
- package/dist/ej2-angular-layouts.umd.js +1 -1
- package/dist/ej2-angular-layouts.umd.min.js +2 -2
- package/dist/ej2-angular-layouts.umd.min.js.map +1 -1
- package/package.json +9 -9
- 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/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/README.md
CHANGED
@@ -14,7 +14,7 @@ The layout package contains cards, avatars, splitter, timeline and Dashboard Lay
|
|
14
14
|
|
15
15
|

|
16
16
|
|
17
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase
|
17
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can [purchase](https://www.syncfusion.com/sales/products/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm) or start a free 30-day trial [here](https://www.syncfusion.com/account/manage-trials/start-trials/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm).
|
18
18
|
|
19
19
|
> A free [community license](https://www.syncfusion.com/products/communitylicense/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
20
20
|
|
@@ -32,23 +32,23 @@ Following list of components are available in the package
|
|
32
32
|
|
33
33
|
* [Angular Card](https://www.syncfusion.com/angular-ui-components/angular-card?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm) - Container used to display content in specific structure.
|
34
34
|
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/card/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm)
|
35
|
-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
35
|
+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/card/basic)
|
36
36
|
|
37
37
|
* [Angular Avatar](https://www.syncfusion.com/angular-ui-components/angular-avatar?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm) - Used to add images or initials or icons in different shapes and sizes to your application.
|
38
38
|
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/avatar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm)
|
39
|
-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
39
|
+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/avatar/default)
|
40
40
|
|
41
41
|
* [Angular Splitter](https://www.syncfusion.com/angular-ui-components/angular-splitter?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm) - Used to construct a different layout using its multiple and nested panes with resizable.
|
42
42
|
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/splitter/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm)
|
43
|
-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
43
|
+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/splitter/default)
|
44
44
|
|
45
45
|
* [Angular Timeline](https://www.syncfusion.com/angular-ui-components/angular-timeline?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm) - Used to build timelines to showcases user activities, tracking progress, narrating historical timelines, and more.
|
46
46
|
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/timeline/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm)
|
47
|
-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
47
|
+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/timeline/default)
|
48
48
|
|
49
49
|
* [Angular Dashboard Layout](https://www.syncfusion.com/angular-ui-components/angular-dashboard-layout?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm) - Used to build dashboards with panels that holds the UI components and allow resize, reorder, drag-n-drop, remove and add options.
|
50
50
|
* [Getting Started](https://ej2.syncfusion.com/angular/documentation/dashboard-layout/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm)
|
51
|
-
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
51
|
+
* [View Online Demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/dashboard-layout/default)
|
52
52
|
|
53
53
|
## Supported Frameworks
|
54
54
|
|
@@ -63,31 +63,31 @@ These components are available in following list of:
|
|
63
63
|
## Use Case samples
|
64
64
|
|
65
65
|
* IT Asset Management ([Live Demo](https://ej2.syncfusion.com/showcase/vue/assetmanagement/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm))
|
66
|
-
* Swipeable Card ([Live Demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
67
|
-
* Flip Card ([Live Demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
68
|
-
* Tile View ([Live Demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
69
|
-
* Contact Application ([Live Demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
70
|
-
* Avatar Badge ([Live Demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
71
|
-
* Avatar Card ([Live Demo](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
72
|
-
* SEO Analysis Dashboard ([Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
66
|
+
* Swipeable Card ([Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/card/swipeable))
|
67
|
+
* Flip Card ([Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/card/flip))
|
68
|
+
* Tile View ([Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/card/tile))
|
69
|
+
* Contact Application ([Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/avatar/list-view))
|
70
|
+
* Avatar Badge ([Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/avatar/badge))
|
71
|
+
* Avatar Card ([Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/avatar/card))
|
72
|
+
* SEO Analysis Dashboard ([Live Demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/dashboard-layout/analytics-dashboard))
|
73
73
|
|
74
74
|
## Key Features
|
75
75
|
|
76
76
|
* Card
|
77
77
|
|
78
|
-
* [Header](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
78
|
+
* [Header](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/card/basic) - Header supports to include title, subtitle along with image.
|
79
79
|
|
80
|
-
* [Images and Title](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
80
|
+
* [Images and Title](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/card/reveal) - Support to include images with customizable caption positions in it.
|
81
81
|
|
82
|
-
* [Action Buttons](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
82
|
+
* [Action Buttons](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/card/vertical) - Supports to add buttons within the card either in vertical or horizontal alignment.
|
83
83
|
|
84
|
-
* [Horizontal Card](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
84
|
+
* [Horizontal Card](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/card/horizontal) - Allows to align card elements horizontally and also allows to stack the content vertically within horizontal alignment.
|
85
85
|
|
86
86
|
* Avatar
|
87
87
|
|
88
|
-
* [Types](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
88
|
+
* [Types](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/avatar/default) - Provided `2` types of avatars such as `default` and `circle`.
|
89
89
|
|
90
|
-
* [Sizes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
90
|
+
* [Sizes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/avatar/types) - Supports `7` different sizes to adapt the various application scenario.
|
91
91
|
|
92
92
|
* xsmall
|
93
93
|
* small
|
@@ -97,37 +97,37 @@ These components are available in following list of:
|
|
97
97
|
|
98
98
|
* Splitter
|
99
99
|
|
100
|
-
* [Multiple Panes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
100
|
+
* [Multiple Panes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/splitter/default) - Provided an option to configure more than two panes.
|
101
101
|
|
102
|
-
* [Resizable Panes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
102
|
+
* [Resizable Panes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/splitter/code-editor-layout) - Supports resizable to adjust its pane size dynamically.
|
103
103
|
|
104
|
-
* [Orientation](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
104
|
+
* [Orientation](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/splitter/default) - The panes can orient either `horizontally` or `vertically`.
|
105
105
|
|
106
|
-
* [Integration](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
106
|
+
* [Integration](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/splitter/accordion-navigation-menu) - Other Angular UI components can be integrated within panes.
|
107
107
|
|
108
|
-
* [Nested Panes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
108
|
+
* [Nested Panes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/splitter/code-editor-layout) - Another splitter can be integrated within panes to create a complex layout.
|
109
109
|
|
110
110
|
* Timeline
|
111
111
|
|
112
|
-
* [Orientation](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
112
|
+
* [Orientation](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/timeline/api) - Display items in a horizontal or vertical orientation.
|
113
113
|
|
114
|
-
* [Opposite content](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
114
|
+
* [Opposite content](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/timeline/api) - Display additional information opposite to the item content.
|
115
115
|
|
116
|
-
* [Items alignment](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
116
|
+
* [Items alignment](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/timeline/api) - Items content and opposite content can be aligned - before, after, alternate, or alternate reverse.
|
117
117
|
|
118
|
-
* [Reverse timeline](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
118
|
+
* [Reverse timeline](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/timeline/api) - Shows the timeline items in the reverse order.
|
119
119
|
|
120
|
-
* [Templates](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
120
|
+
* [Templates](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/timeline/template) - Customize the default appearance, including styling the dot item, templated content, and more.
|
121
121
|
|
122
122
|
* Dashboard Layout
|
123
123
|
|
124
|
-
* [Drag and Drop](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
124
|
+
* [Drag and Drop](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/dashboard-layout/properties) - Allows drag and drop of panels at the desired location within the dashboard.
|
125
125
|
|
126
|
-
* [Floating](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
126
|
+
* [Floating](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/dashboard-layout/properties) - Floats the panels upward when the dragging option is enabled.
|
127
127
|
|
128
|
-
* [Resizing](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
128
|
+
* [Resizing](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/dashboard-layout/properties) - Support to resize the panels in any direction as per the requirement.
|
129
129
|
|
130
|
-
* [MediaQuery](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/
|
130
|
+
* [MediaQuery](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm#/fluent2/dashboard-layout/default) - Allows the panels to be stacked when the specified resolution is met.
|
131
131
|
|
132
132
|
## Support
|
133
133
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-angular-layouts.umd.js
|
3
|
-
* version :
|
3
|
+
* version : 27.1.48
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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,11 +1,11 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-angular-layouts.umd.min.js
|
3
|
-
* version :
|
3
|
+
* version : 27.1.48
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
8
8
|
* applicable laws.
|
9
9
|
*/
|
10
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-layouts"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-layouts","@angular/common"],t):t(e["ej2-angular-layouts"]={},e.ng.core,e.ej2.angular.base,e.ej2.layouts,e.ng.common)}(this,function(e,t,i,n,o){"use strict";var r,a,s=this&&this.__extends||(r=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,t){e.__proto__=t}:function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])}),function(e,t){function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),c=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(a=(i<3?r(a):3<i?r(t,n,a):r(t,n))||a);return 3<i&&a&&Object.defineProperty(t,n,a),a},l=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},p=["collapsed","collapsible","content","cssClass","max","min","resizable","size"],u=[],d=(a=i.ComplexBase,s(V,a),V);function V(e){var t=a.call(this)||this;return t.viewContainerRef=e,i.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(u),t.directivePropList=p,t}d.decorators=[{type:t.Directive,args:[{selector:"e-panes>e-pane",inputs:p,outputs:u,queries:{}}]}],d.ctorParameters=function(){return[{type:t.ViewContainerRef}]},d.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},c([i.Template(),l("design:type",Object)],d.prototype,"content",void 0);f=i.ArrayBase,s(L,f);var f,l=L;function L(){return f.call(this,"panesettings")||this}l.decorators=[{type:t.Directive,args:[{selector:"ejs-splitter>e-panes",queries:{children:new t.ContentChildren(d)}}]}],l.ctorParameters=function(){return[]};var m,c=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(a=(i<3?r(a):3<i?r(t,n,a):r(t,n))||a);return 3<i&&a&&Object.defineProperty(t,n,a),a},h=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},q=["cssClass","enableHtmlSanitizer","enablePersistence","enableReversePanes","enableRtl","enabled","height","locale","orientation","paneSettings","separatorSize","width"],y=["beforeCollapse","beforeExpand","beforeSanitizeHtml","collapsed","created","expanded","resizeStart","resizeStop","resizing"],B=[""];function g(e,t,n,o){var r=m.call(this)||this;return r.ngEle=e,r.srenderer=t,r.viewContainerRef=n,r.injector=o,r.tags=["paneSettings"],r.element=r.ngEle.nativeElement,r.injectedModules=r.injectedModules||[],r.registerEvents(y),r.addTwoWay.call(r,B),i.setValue("currentInstance",r,r.viewContainerRef),r.containerContext=new i.ComponentBase,r}e.SplitterComponent=(m=n.Splitter,s(g,m),g.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},g.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},g.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},g.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childPaneSettings,this.containerContext.ngAfterContentChecked(this)},g),e.SplitterComponent.decorators=[{type:t.Component,args:[{selector:"ejs-splitter",inputs:q,outputs:y,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childPaneSettings:new t.ContentChild(l)}}]}],e.SplitterComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SplitterComponent=c([i.ComponentMixins([i.ComponentBase]),h("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SplitterComponent);var C,h=function(){},c=(h.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.SplitterComponent,d,l],exports:[e.SplitterComponent,d,l]}]}],h.ctorParameters=function(){return[]},function(){}),v=(c.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,h],exports:[h],providers:[]}]}],c.ctorParameters=function(){return[]},this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(a=(i<3?r(a):3<i?r(t,n,a):r(t,n))||a);return 3<i&&a&&Object.defineProperty(t,n,a),a}),b=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},k=["col","content","cssClass","enabled","header","id","maxSizeX","maxSizeY","minSizeX","minSizeY","row","sizeX","sizeY","zIndex"],N=[],R=(C=i.ComplexBase,s(H,C),H);function H(e){var t=C.call(this)||this;return t.viewContainerRef=e,i.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(N),t.directivePropList=k,t}R.decorators=[{type:t.Directive,args:[{selector:"e-panels>e-panel",inputs:k,outputs:N,queries:{}}]}],R.ctorParameters=function(){return[{type:t.ViewContainerRef}]},R.propDecorators={header:[{type:t.ContentChild,args:["header"]}],content:[{type:t.ContentChild,args:["content"]}]},v([i.Template(),b("design:type",Object)],R.prototype,"header",void 0),v([i.Template(),b("design:type",Object)],R.prototype,"content",void 0);j=i.ArrayBase,s(W,j);var j,b=W;function W(){return j.call(this,"panels")||this}b.decorators=[{type:t.Directive,args:[{selector:"ejs-dashboardlayout>e-panels",queries:{children:new t.ContentChildren(R)}}]}],b.ctorParameters=function(){return[]};var w,v=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(a=(i<3?r(a):3<i?r(t,n,a):r(t,n))||a);return 3<i&&a&&Object.defineProperty(t,n,a),a},P=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},X=["allowDragging","allowFloating","allowPushing","allowResizing","cellAspectRatio","cellSpacing","columns","draggableHandle","enableHtmlSanitizer","enablePersistence","enableRtl","locale","mediaQuery","panels","resizableHandles","showGridLines"],O=["change","created","destroyed","drag","dragStart","dragStop","resize","resizeStart","resizeStop"],Y=[""];function D(e,t,n,o){var r=w.call(this)||this;return r.ngEle=e,r.srenderer=t,r.viewContainerRef=n,r.injector=o,r.tags=["panels"],r.element=r.ngEle.nativeElement,r.injectedModules=r.injectedModules||[],r.registerEvents(O),r.addTwoWay.call(r,Y),i.setValue("currentInstance",r,r.viewContainerRef),r.containerContext=new i.ComponentBase,r}e.DashboardLayoutComponent=(w=n.DashboardLayout,s(D,w),D.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},D.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},D.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},D.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childPanels,this.containerContext.ngAfterContentChecked(this)},D),e.DashboardLayoutComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dashboardlayout",inputs:X,outputs:O,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childPanels:new t.ContentChild(b)}}]}],e.DashboardLayoutComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DashboardLayoutComponent=v([i.ComponentMixins([i.ComponentBase]),P("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DashboardLayoutComponent);var x,P=function(){},v=(P.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.DashboardLayoutComponent,R,b],exports:[e.DashboardLayoutComponent,R,b]}]}],P.ctorParameters=function(){return[]},function(){}),F=(v.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,P],exports:[P],providers:[]}]}],v.ctorParameters=function(){return[]},["content","cssClass","disabled","dotCss","oppositeContent"]),G=[],S=(x=i.ComplexBase,s(Q,x),Q);function Q(e){var t=x.call(this)||this;return t.viewContainerRef=e,i.setValue("currentInstance",t,t.viewContainerRef),t.registerEvents(G),t.directivePropList=F,t}S.decorators=[{type:t.Directive,args:[{selector:"ejs-timeline>e-items>e-item",inputs:F,outputs:G,queries:{}}]}],S.ctorParameters=function(){return[{type:t.ViewContainerRef}]};I=i.ArrayBase,s(J,I);var I,_=J;function J(){return I.call(this,"items")||this}_.decorators=[{type:t.Directive,args:[{selector:"ejs-timeline>e-items",queries:{children:new t.ContentChildren(S)}}]}],_.ctorParameters=function(){return[]};var T,M=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;0<=s;s--)(r=e[s])&&(a=(i<3?r(a):3<i?r(t,n,a):r(t,n))||a);return 3<i&&a&&Object.defineProperty(t,n,a),a},A=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},K=["align","cssClass","enablePersistence","enableRtl","items","locale","orientation","reverse","template"],E=["beforeItemRender","created"],U=[];function z(e,t,n,o){var r=T.call(this)||this;return r.ngEle=e,r.srenderer=t,r.viewContainerRef=n,r.injector=o,r.tags=["items"],r.element=r.ngEle.nativeElement,r.injectedModules=r.injectedModules||[],r.registerEvents(E),r.addTwoWay.call(r,U),i.setValue("currentInstance",r,r.viewContainerRef),r.containerContext=new i.ComponentBase,r}e.TimelineComponent=(T=n.Timeline,s(z,T),z.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},z.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},z.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},z.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childItems,this.containerContext.ngAfterContentChecked(this)},z),e.TimelineComponent.decorators=[{type:t.Component,args:[{selector:"ejs-timeline",inputs:K,outputs:E,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childItems:new t.ContentChild(_)}}]}],e.TimelineComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.TimelineComponent.propDecorators={template:[{type:t.ContentChild,args:["template"]}],content:[{type:t.ContentChild,args:["content"]}],oppositeContent:[{type:t.ContentChild,args:["oppositeContent"]}]},M([i.Template(),A("design:type",Object)],e.TimelineComponent.prototype,"template",void 0),M([i.Template(),A("design:type",Object)],e.TimelineComponent.prototype,"content",void 0),M([i.Template(),A("design:type",Object)],e.TimelineComponent.prototype,"oppositeContent",void 0),e.TimelineComponent=M([i.ComponentMixins([i.ComponentBase]),A("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.TimelineComponent);s=function(){},s.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule],declarations:[e.TimelineComponent,S,_],exports:[e.TimelineComponent,S,_]}]}],s.ctorParameters=function(){return[]},A=function(){};A.decorators=[{type:t.NgModule,args:[{imports:[o.CommonModule,s],exports:[s],providers:[]}]}],A.ctorParameters=function(){return[]},e.PaneDirective=d,e.PanesDirective=l,e.SplitterModule=h,e.SplitterAllModule=c,e.PanelDirective=R,e.PanelsDirective=b,e.DashboardLayoutModule=P,e.DashboardLayoutAllModule=v,e.ItemDirective=S,e.ItemsDirective=_,e.TimelineModule=s,e.TimelineAllModule=A,e.ɵc=X,e.ɵd=O,e.ɵa=q,e.ɵb=y,e.ɵe=K,e.ɵf=E,e.PaneProperties=n.PaneProperties,e.Splitter=n.Splitter,e.Panel=n.Panel,e.DashboardLayout=n.DashboardLayout,e.TimelineOrientation=n.TimelineOrientation,e.TimelineAlign=n.TimelineAlign,e.TimelineItem=n.TimelineItem,e.Timeline=n.Timeline,Object.defineProperty(e,"__esModule",{value:!0})});
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-layouts"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-layouts","@angular/common"],t):t(e["ej2-angular-layouts"]={},e.ng.core,e.ej2.angular.base,e.ej2.layouts,e.ng.common)}(this,function(e,t,n,o,r){"use strict";var i=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),a=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},s=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},c=["collapsed","collapsible","content","cssClass","max","min","resizable","size"],l=[],p=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(l),o.directivePropList=c,o}return i(t,e),t}(n.ComplexBase);p.decorators=[{type:t.Directive,args:[{selector:"e-panes>e-pane",inputs:c,outputs:l,queries:{}}]}],p.ctorParameters=function(){return[{type:t.ViewContainerRef}]},p.propDecorators={content:[{type:t.ContentChild,args:["content"]}]},a([n.Template(),s("design:type",Object)],p.prototype,"content",void 0);var u=function(e){function t(){return e.call(this,"panesettings")||this}return i(t,e),t}(n.ArrayBase);u.decorators=[{type:t.Directive,args:[{selector:"ejs-splitter>e-panes",queries:{children:new t.ContentChildren(p)}}]}],u.ctorParameters=function(){return[]};var f=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},d=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},m=["cssClass","enableHtmlSanitizer","enablePersistence","enableReversePanes","enableRtl","enabled","height","locale","orientation","paneSettings","separatorSize","width"],h=["beforeCollapse","beforeExpand","beforeSanitizeHtml","collapsed","created","expanded","resizeStart","resizeStop","resizing"],y=[""];e.SplitterComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.tags=["paneSettings"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(h),a.addTwoWay.call(a,y),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return i(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childPaneSettings,this.containerContext.ngAfterContentChecked(this)},t}(o.Splitter),e.SplitterComponent.decorators=[{type:t.Component,args:[{selector:"ejs-splitter",inputs:m,outputs:h,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childPaneSettings:new t.ContentChild(u)}}]}],e.SplitterComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.SplitterComponent=f([n.ComponentMixins([n.ComponentBase]),d("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.SplitterComponent);var g=function(){return function(){}}();g.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.SplitterComponent,p,u],exports:[e.SplitterComponent,p,u]}]}],g.ctorParameters=function(){return[]};var C=function(){return function(){}}();C.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,g],exports:[g],providers:[]}]}],C.ctorParameters=function(){return[]};var v=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},b=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},R=["col","content","cssClass","enabled","header","id","maxSizeX","maxSizeY","minSizeX","minSizeY","row","sizeX","sizeY","zIndex"],j=[],w=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(j),o.directivePropList=R,o}return i(t,e),t}(n.ComplexBase);w.decorators=[{type:t.Directive,args:[{selector:"e-panels>e-panel",inputs:R,outputs:j,queries:{}}]}],w.ctorParameters=function(){return[{type:t.ViewContainerRef}]},w.propDecorators={header:[{type:t.ContentChild,args:["header"]}],content:[{type:t.ContentChild,args:["content"]}]},v([n.Template(),b("design:type",Object)],w.prototype,"header",void 0),v([n.Template(),b("design:type",Object)],w.prototype,"content",void 0);var P=function(e){function t(){return e.call(this,"panels")||this}return i(t,e),t}(n.ArrayBase);P.decorators=[{type:t.Directive,args:[{selector:"ejs-dashboardlayout>e-panels",queries:{children:new t.ContentChildren(w)}}]}],P.ctorParameters=function(){return[]};var O=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},D=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},x=["allowDragging","allowFloating","allowPushing","allowResizing","cellAspectRatio","cellSpacing","columns","draggableHandle","enableHtmlSanitizer","enablePersistence","enableRtl","locale","mediaQuery","panels","resizableHandles","showGridLines"],S=["change","created","destroyed","drag","dragStart","dragStop","resize","resizeStart","resizeStop"],I=[""];e.DashboardLayoutComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.tags=["panels"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(S),a.addTwoWay.call(a,I),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return i(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childPanels,this.containerContext.ngAfterContentChecked(this)},t}(o.DashboardLayout),e.DashboardLayoutComponent.decorators=[{type:t.Component,args:[{selector:"ejs-dashboardlayout",inputs:x,outputs:S,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childPanels:new t.ContentChild(P)}}]}],e.DashboardLayoutComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DashboardLayoutComponent=O([n.ComponentMixins([n.ComponentBase]),D("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DashboardLayoutComponent);var _=function(){return function(){}}();_.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.DashboardLayoutComponent,w,P],exports:[e.DashboardLayoutComponent,w,P]}]}],_.ctorParameters=function(){return[]};var T=function(){return function(){}}();T.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,_],exports:[_],providers:[]}]}],T.ctorParameters=function(){return[]};var M=["content","cssClass","disabled","dotCss","oppositeContent"],A=[],E=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(A),o.directivePropList=M,o}return i(t,e),t}(n.ComplexBase);E.decorators=[{type:t.Directive,args:[{selector:"ejs-timeline>e-items>e-item",inputs:M,outputs:A,queries:{}}]}],E.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var z=function(e){function t(){return e.call(this,"items")||this}return i(t,e),t}(n.ArrayBase);z.decorators=[{type:t.Directive,args:[{selector:"ejs-timeline>e-items",queries:{children:new t.ContentChildren(E)}}]}],z.ctorParameters=function(){return[]};var V=this&&this.__decorate||function(e,t,n,o){var r,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,n,o);else for(var s=e.length-1;s>=0;s--)(r=e[s])&&(a=(i<3?r(a):i>3?r(t,n,a):r(t,n))||a);return i>3&&a&&Object.defineProperty(t,n,a),a},L=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},q=["align","cssClass","enablePersistence","enableRtl","items","locale","orientation","reverse","template"],B=["beforeItemRender","created"],k=[];e.TimelineComponent=function(e){function t(t,o,r,i){var a=e.call(this)||this;return a.ngEle=t,a.srenderer=o,a.viewContainerRef=r,a.injector=i,a.tags=["items"],a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[],a.registerEvents(B),a.addTwoWay.call(a,k),n.setValue("currentInstance",a,a.viewContainerRef),a.containerContext=new n.ComponentBase,a}return i(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childItems,this.containerContext.ngAfterContentChecked(this)},t}(o.Timeline),e.TimelineComponent.decorators=[{type:t.Component,args:[{selector:"ejs-timeline",inputs:q,outputs:B,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childItems:new t.ContentChild(z)}}]}],e.TimelineComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.TimelineComponent.propDecorators={template:[{type:t.ContentChild,args:["template"]}],content:[{type:t.ContentChild,args:["content"]}],oppositeContent:[{type:t.ContentChild,args:["oppositeContent"]}]},V([n.Template(),L("design:type",Object)],e.TimelineComponent.prototype,"template",void 0),V([n.Template(),L("design:type",Object)],e.TimelineComponent.prototype,"content",void 0),V([n.Template(),L("design:type",Object)],e.TimelineComponent.prototype,"oppositeContent",void 0),e.TimelineComponent=V([n.ComponentMixins([n.ComponentBase]),L("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.TimelineComponent);var N=function(){return function(){}}();N.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule],declarations:[e.TimelineComponent,E,z],exports:[e.TimelineComponent,E,z]}]}],N.ctorParameters=function(){return[]};var H=function(){return function(){}}();H.decorators=[{type:t.NgModule,args:[{imports:[r.CommonModule,N],exports:[N],providers:[]}]}],H.ctorParameters=function(){return[]},e.PaneDirective=p,e.PanesDirective=u,e.SplitterModule=g,e.SplitterAllModule=C,e.PanelDirective=w,e.PanelsDirective=P,e.DashboardLayoutModule=_,e.DashboardLayoutAllModule=T,e.ItemDirective=E,e.ItemsDirective=z,e.TimelineModule=N,e.TimelineAllModule=H,e.ɵc=x,e.ɵd=S,e.ɵa=m,e.ɵb=h,e.ɵe=q,e.ɵf=B,e.PaneProperties=o.PaneProperties,e.Splitter=o.Splitter,e.Panel=o.Panel,e.DashboardLayout=o.DashboardLayout,e.TimelineOrientation=o.TimelineOrientation,e.TimelineAlign=o.TimelineAlign,e.TimelineItem=o.TimelineItem,e.Timeline=o.Timeline,Object.defineProperty(e,"__esModule",{value:!0})});
|
11
11
|
//# sourceMappingURL=ej2-angular-layouts.umd.min.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ej2-angular-layouts.umd.min.js","sources":["~/@syncfusion/ej2-angular-layouts/src/splitter/panesettings.directive.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.component.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/panels.directive.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter-all.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.component.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.module.ts","~/@syncfusion/ej2-angular-layouts/src/timeline/items.directive.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout-all.module.ts","~/@syncfusion/ej2-angular-layouts/src/timeline/timeline.component.ts","~/@syncfusion/ej2-angular-layouts/src/timeline/timeline.module.ts","~/@syncfusion/ej2-angular-layouts/src/timeline/timeline-all.module.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['collapsed', 'collapsible', 'content', 'cssClass', 'max', 'min', 'resizable', 'size'];\nlet outputs: string[] = [];\n/**\n * 'e-panesettings' directive represent a panes of angular splitter \n * It must be contained in a Splitter component(`ejs-splitter`). \n * ```html\n * <ejs-splitter id='splitter' > \n * <e-panes>\n * <e-pane size ='150px'></e-pane>\n * <e-pane size = '20%'></e-pane>\n * </e-panes>\n * </ejs-splitter>\n * ```\n */\n@Directive({\n selector: 'e-panes>e-pane',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class PaneDirective extends ComplexBase<PaneDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.\n * \n * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}\n * \n * @default false\n */\n public collapsed: any;\n /** \n * Specifies whether a pane is collapsible or not collapsible.\n * \n * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}\n * \n * @default false\n */\n public collapsible: any;\n /** \n * Specifies the CSS class names that defines specific user-defined \n * styles and themes to be appended on corresponding pane of the Splitter. \n * It is used to customize the Splitter control panes. \n * One or more custom CSS classes can be specified to the Splitter panes.\n * @default ''\n */\n public cssClass: any;\n /** \n * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.\n * @default null\n */\n public max: any;\n /** \n * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.\n * @default null\n */\n public min: any;\n /** \n * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. \n * You can disable this for any specific panes using this property.\n * @default true\n */\n public resizable: any;\n /** \n * Configures the properties for each pane.\n * @default ''\n */\n public size: any;\n /** \n * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.\n * @default ''\n * @blazortype string\n */\n @ContentChild('content')\n @Template()\n public content: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Pane Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-splitter>e-panes',\n queries: {\n children: new ContentChildren(PaneDirective)\n },\n})\nexport class PanesDirective extends ArrayBase<PanesDirective> {\n constructor() {\n super('panesettings');\n }\n}","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Splitter } from '@syncfusion/ej2-layouts';\n\nimport { PanesDirective } from './panesettings.directive';\n\nexport const inputs: string[] = ['cssClass','enableHtmlSanitizer','enablePersistence','enableReversePanes','enableRtl','enabled','height','locale','orientation','paneSettings','separatorSize','width'];\nexport const outputs: string[] = ['beforeCollapse','beforeExpand','beforeSanitizeHtml','collapsed','created','expanded','resizeStart','resizeStop','resizing'];\nexport const twoWays: string[] = [''];\n\n/**\n * Represents the Angular Splitter Component\n * ```html\n * <ejs-splitter></ejs-splitter>\n * ```\n */\n@Component({\n selector: 'ejs-splitter',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPaneSettings: new ContentChild(PanesDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class SplitterComponent extends Splitter implements IComponentBase {\n public containerContext : any;\n public tagObjects: any;\n\tbeforeCollapse: any;\n\tbeforeExpand: any;\n\tbeforeSanitizeHtml: any;\n\tcollapsed: any;\n\tcreated: any;\n\texpanded: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tpublic resizing: any;\n public childPaneSettings: QueryList<PanesDirective>;\n public tags: string[] = ['paneSettings'];\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n\n public ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPaneSettings;\n this.containerContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\n\n/**\n * NgModule definition for the Splitter component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ],\n exports: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ]\n})\nexport class SplitterModule { }","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['col', 'content', 'cssClass', 'enabled', 'header', 'id', 'maxSizeX', 'maxSizeY', 'minSizeX', 'minSizeY', 'row', 'sizeX', 'sizeY', 'zIndex'];\nlet outputs: string[] = [];\n/**\n * 'e-panels' directive represent a panels of angular dashboardlayout \n * It must be contained in a dashboardlayout component(`ej-dashboardlayout`). \n * ```html\n * <ejs-dashboardlayout> \n * <e-panels>\n * <e-panel></e-panel>\n * <e-panel></e-panel>\n * </e-panels>\n * </ejs-dashboardlayout>\n * ```\n */\n@Directive({\n selector: 'e-panels>e-panel',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class PanelDirective extends ComplexBase<PanelDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Defines the column value where the panel to be placed.\n * @default 0\n * @asptype int\n */\n public col: any;\n /** \n * Defines the CSS class name that can be appended with each panel element.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines whether to the panel should be enabled or not.\n * @default true\n */\n public enabled: any;\n /** \n * Defines the id of the panel.\n * @default ''\n */\n public id: any;\n /** \n * Specifies the maximum width of the panel in cells count.\n * @default null\n * @asptype int\n */\n public maxSizeX: any;\n /** \n * Specifies the maximum height of the panel in cells count.\n * @default null\n * @asptype int\n\n */\n public maxSizeY: any;\n /** \n * Specifies the minimum width of the panel in cells count.\n * @default 1\n */\n public minSizeX: any;\n /** \n * Specifies the minimum height of the panel in cells count.\n * @default 1\n */\n public minSizeY: any;\n /** \n * Defines a row value where the panel should be placed.\n * @default 0\n * @asptype int\n */\n public row: any;\n /** \n * Specifies the width of the panel in the layout in cells count.\n * @default 1\n */\n public sizeX: any;\n /** \n * Specifies the height of the panel in the layout in cells count.\n * @default 1\n */\n public sizeY: any;\n /** \n * Specifies the z-index of the panel\n * @default 1000\n * @asptype double\n */\n public zIndex: any;\n /** \n * Defines the template value that should be displayed as the panel's header.\n * @asptype string\n */\n @ContentChild('header')\n @Template()\n public header: any;\n /** \n * Defines the template value that should be displayed as the panel's content.\n * @asptype string\n */\n @ContentChild('content')\n @Template()\n public content: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Panel Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-dashboardlayout>e-panels',\n queries: {\n children: new ContentChildren(PanelDirective)\n },\n})\nexport class PanelsDirective extends ArrayBase<PanelsDirective> {\n constructor() {\n super('panels');\n }\n}","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\nimport { SplitterModule } from './splitter.module';\n\n\n\n\n\n/**\n * NgModule definition for the Splitter component with providers.\n */\n@NgModule({\n imports: [CommonModule, SplitterModule],\n exports: [\n SplitterModule\n ],\n providers:[\n \n ]\n})\nexport class SplitterAllModule { }","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DashboardLayout } from '@syncfusion/ej2-layouts';\n\nimport { PanelsDirective } from './panels.directive';\n\nexport const inputs: string[] = ['allowDragging','allowFloating','allowPushing','allowResizing','cellAspectRatio','cellSpacing','columns','draggableHandle','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mediaQuery','panels','resizableHandles','showGridLines'];\nexport const outputs: string[] = ['change','created','destroyed','drag','dragStart','dragStop','resize','resizeStart','resizeStop'];\nexport const twoWays: string[] = [''];\n\n/**\n * Represents the Essential JS 2 Angular DashboardLayout Component.\n * ```html\n * <ejs-dashboardlayout></ejs-dashboardlayout>\n * ```\n */\n@Component({\n selector: 'ejs-dashboardlayout',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPanels: new ContentChild(PanelsDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class DashboardLayoutComponent extends DashboardLayout implements IComponentBase {\n public containerContext : any;\n public tagObjects: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdrag: any;\n\tdragStart: any;\n\tdragStop: any;\n\tresize: any;\n\tresizeStart: any;\n\tpublic resizeStop: any;\n public childPanels: QueryList<PanelsDirective>;\n public tags: string[] = ['panels'];\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n\n public ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPanels;\n this.containerContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\n\n/**\n * NgModule definition for the DashboardLayout component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ],\n exports: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ]\n})\nexport class DashboardLayoutModule { }","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['content', 'cssClass', 'disabled', 'dotCss', 'oppositeContent'];\nlet outputs: string[] = [];\n/**\n * 'e-timelineItem' directive represents a item of the Angular Timeline.\n * It must be contained in a Timeline component(`ejs-timeline`). \n * ```html\n * <ejs-timeline>\n * <e-items>\n * <e-item [dotCss]='e-icons e-folder' [content]='Item 1' />\n * <e-item [dotCss]='e-icons e-folder' [content]='Item 2' />\n * </e-items> \n * </ejs-timeline>\n * ```\n */\n@Directive({\n selector: 'ejs-timeline>e-items>e-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ItemDirective extends ComplexBase<ItemDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Defines the text content or template for the Timeline item. The current itemIndex passed as context to build the content.\n * @default ''\n * @angulartype string | object\n * @reacttype string | function | JSX.Element\n * @vuetype string | function\n * @asptype string\n */\n public content: any;\n /** \n * Defines the CSS class to customize the Timeline item appearance.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines whether to enable or disable the timeline item.\n * @default false\n */\n public disabled: any;\n /** \n * Defines one or more CSS classes to include an icon or image in the Timeline item.\n * @default ''\n */\n public dotCss: any;\n /** \n * Defines the additional text content or template to be displayed opposite side of the item. The current itemIndex passed as context to build the content.\n * @default ''\n * @angulartype string | object\n * @reacttype string | function | JSX.Element\n * @vuetype string | function\n * @asptype string\n */\n public oppositeContent: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Item Array Directive\n * @private\n */\n@Directive({\n selector: 'ejs-timeline>e-items',\n queries: {\n children: new ContentChildren(ItemDirective)\n },\n})\nexport class ItemsDirective extends ArrayBase<ItemsDirective> {\n constructor() {\n super('items');\n }\n}","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\nimport { DashboardLayoutModule } from './dashboardlayout.module';\n\n\n\n\n\n/**\n * NgModule definition for the DashboardLayout component with providers.\n */\n@NgModule({\n imports: [CommonModule, DashboardLayoutModule],\n exports: [\n DashboardLayoutModule\n ],\n providers:[\n \n ]\n})\nexport class DashboardLayoutAllModule { }","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Timeline } from '@syncfusion/ej2-layouts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ItemsDirective } from './items.directive';\n\nexport const inputs: string[] = ['align','cssClass','enablePersistence','enableRtl','items','locale','orientation','reverse','template'];\nexport const outputs: string[] = ['beforeItemRender','created'];\nexport const twoWays: string[] = [];\n\n/**\n * Represents the EJ2 Angular Timeline Component.\n * ```html\n * <div ejs-timeline [items]='timelineItems'></div>\n * ```\n */\n@Component({\n selector: 'ejs-timeline',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(ItemsDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class TimelineComponent extends Timeline implements IComponentBase {\n public containerContext : any;\n public tagObjects: any;\n\tbeforeItemRender: any;\n\tpublic created: any;\n public childItems: QueryList<ItemsDirective>;\n public tags: string[] = ['items'];\n /** \n * Defines the template content for each timeline item. The template context will contain the item model.\n * \n * {% codeBlock src='timeline/template/index.md' %}{% endcodeBlock %}\n * \n * @default ''\n * @angulartype string | object\n * @reacttype string | function | JSX.Element\n * @vuetype string | function\n * @asptype string\n */\n @ContentChild('template')\n @Template()\n public template: any;\n @ContentChild('content')\n @Template()\n public content: any;\n @ContentChild('oppositeContent')\n @Template()\n public oppositeContent: any;\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n\n public ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ItemDirective, ItemsDirective } from './items.directive';\nimport { TimelineComponent } from './timeline.component';\n\n/**\n * NgModule definition for the Timeline component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n TimelineComponent,\n ItemDirective,\n ItemsDirective\n ],\n exports: [\n TimelineComponent,\n ItemDirective,\n ItemsDirective\n ]\n})\nexport class TimelineModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ItemDirective, ItemsDirective } from './items.directive';\nimport { TimelineComponent } from './timeline.component';\nimport { TimelineModule } from './timeline.module';\n\n\n\n\n\n/**\n * NgModule definition for the Timeline component with providers.\n */\n@NgModule({\n imports: [CommonModule, TimelineModule],\n exports: [\n TimelineModule\n ],\n providers:[\n \n ]\n})\nexport class TimelineAllModule { }"],"names":["_super","input","outputs","PaneDirective","ComplexBase","__extends","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","propDecorators","content","ContentChild","__decorate","Template","prototype","ArrayBase","PanesDirective","children","ContentChildren","twoWays","SplitterComponent","ngEle","srenderer","injector","tags","element","nativeElement","injectedModules","addTwoWay","containerContext","ComponentBase","exports","Splitter","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childPaneSettings","Component","template","changeDetection","ChangeDetectionStrategy","OnPush","ElementRef","Renderer2","Injector","ComponentMixins","__metadata","SplitterModule","SplitterAllModule","NgModule","imports","CommonModule","declarations","providers","PanelDirective","header","PanelsDirective","DashboardLayoutComponent","DashboardLayout","childPanels","DashboardLayoutModule","DashboardLayoutAllModule","ItemDirective","ItemsDirective","TimelineComponent","Timeline","childItems","oppositeContent","TimelineModule","TimelineAllModule"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"ej2-angular-layouts.umd.min.js","sources":["~/@syncfusion/ej2-angular-layouts/src/splitter/panesettings.directive.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.component.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter.module.ts","~/@syncfusion/ej2-angular-layouts/src/splitter/splitter-all.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/panels.directive.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.component.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout.module.ts","~/@syncfusion/ej2-angular-layouts/src/dashboard-layout/dashboardlayout-all.module.ts","~/@syncfusion/ej2-angular-layouts/src/timeline/items.directive.ts","~/@syncfusion/ej2-angular-layouts/src/timeline/timeline.component.ts","~/@syncfusion/ej2-angular-layouts/src/timeline/timeline.module.ts","~/@syncfusion/ej2-angular-layouts/src/timeline/timeline-all.module.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['collapsed', 'collapsible', 'content', 'cssClass', 'max', 'min', 'resizable', 'size'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-panesettings' directive represent a panes of angular splitter \n * It must be contained in a Splitter component(`ejs-splitter`). \n * ```html\n * <ejs-splitter id='splitter' > \n * <e-panes>\n * <e-pane size ='150px'></e-pane>\n * <e-pane size = '20%'></e-pane>\n * </e-panes>\n * </ejs-splitter>\n * ```\n */\nexport class PaneDirective extends ComplexBase<PaneDirective> {\npublic directivePropList: any;\n/**\n * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.\n * \n * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n */\npublic collapsed: any;\n/**\n * Specifies whether a pane is collapsible or not collapsible.\n * \n * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n */\npublic collapsible: any;\n/**\n * Specifies the CSS class names that defines specific user-defined \n * styles and themes to be appended on corresponding pane of the Splitter. \n * It is used to customize the Splitter control panes. \n * One or more custom CSS classes can be specified to the Splitter panes.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.\n * \\@default null\n */\npublic max: any;\n/**\n * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.\n * \\@default null\n */\npublic min: any;\n/**\n * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. \n * You can disable this for any specific panes using this property.\n * \\@default true\n */\npublic resizable: any;\n/**\n * Configures the properties for each pane.\n * \\@default ''\n */\npublic size: any;\n/**\n * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.\n * \\@default ''\n * \\@blazortype string\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-panes>e-pane',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction PaneDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPaneDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPaneDirective.ctorParameters;\n/** @type {?} */\nPaneDirective.propDecorators;\n/** @type {?} */\nPaneDirective.prototype.directivePropList;\n/**\n * Specifies whether a pane is collapsed or not collapsed at the initial rendering of splitter.\n * \n * {% codeBlock src='splitter/collapsed/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n * @type {?}\n */\nPaneDirective.prototype.collapsed;\n/**\n * Specifies whether a pane is collapsible or not collapsible.\n * \n * {% codeBlock src='splitter/collapsible/index.md' %}{% endcodeBlock %}\n * \n * \\@default false\n * @type {?}\n */\nPaneDirective.prototype.collapsible;\n/**\n * Specifies the CSS class names that defines specific user-defined \n * styles and themes to be appended on corresponding pane of the Splitter. \n * It is used to customize the Splitter control panes. \n * One or more custom CSS classes can be specified to the Splitter panes.\n * \\@default ''\n * @type {?}\n */\nPaneDirective.prototype.cssClass;\n/**\n * Specifies the maximum size of a pane. The pane cannot be resized if it is more than the specified maximum limit.\n * \\@default null\n * @type {?}\n */\nPaneDirective.prototype.max;\n/**\n * Specifies the minimum size of a pane. The pane cannot be resized if it is less than the specified minimum size.\n * \\@default null\n * @type {?}\n */\nPaneDirective.prototype.min;\n/**\n * Specifies the value whether a pane is resizable. By default, the Splitter is resizable in all panes. \n * You can disable this for any specific panes using this property.\n * \\@default true\n * @type {?}\n */\nPaneDirective.prototype.resizable;\n/**\n * Configures the properties for each pane.\n * \\@default ''\n * @type {?}\n */\nPaneDirective.prototype.size;\n/**\n * Specifies the content of split pane as plain text, HTML markup, or any other JavaScript controls.\n * \\@default ''\n * \\@blazortype string\n * @type {?}\n */\nPaneDirective.prototype.content;\n/** @type {?} */\nPaneDirective.prototype.viewContainerRef;\n}\n\n/**\n * Pane Array Directive\n */\nexport class PanesDirective extends ArrayBase<PanesDirective> {\nconstructor() {\n super('panesettings');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-splitter>e-panes',\n queries: {\n children: new ContentChildren(PaneDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PanesDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanesDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanesDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Splitter } from '@syncfusion/ej2-layouts';\n\nimport { PanesDirective } from './panesettings.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['cssClass','enableHtmlSanitizer','enablePersistence','enableReversePanes','enableRtl','enabled','height','locale','orientation','paneSettings','separatorSize','width'];\nexport const /** @type {?} */ outputs: string[] = ['beforeCollapse','beforeExpand','beforeSanitizeHtml','collapsed','created','expanded','resizeStart','resizeStop','resizing'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Angular Splitter Component\n * ```html\n * <ejs-splitter></ejs-splitter>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SplitterComponent extends Splitter implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeCollapse: any;\n\tbeforeExpand: any;\n\tbeforeSanitizeHtml: any;\n\tcollapsed: any;\n\tcreated: any;\n\texpanded: any;\n\tresizeStart: any;\n\tresizeStop: any;\npublic resizing: any;\npublic childPaneSettings: QueryList<PanesDirective>;\npublic tags: string[] = ['paneSettings'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPaneSettings;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-splitter',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPaneSettings: new ContentChild(PanesDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SplitterComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterComponent.ctorParameters;\n/** @type {?} */\nSplitterComponent.prototype.containerContext;\n/** @type {?} */\nSplitterComponent.prototype.tagObjects;\n/** @type {?} */\nSplitterComponent.prototype.beforeCollapse;\n/** @type {?} */\nSplitterComponent.prototype.beforeExpand;\n/** @type {?} */\nSplitterComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nSplitterComponent.prototype.collapsed;\n/** @type {?} */\nSplitterComponent.prototype.created;\n/** @type {?} */\nSplitterComponent.prototype.expanded;\n/** @type {?} */\nSplitterComponent.prototype.resizeStart;\n/** @type {?} */\nSplitterComponent.prototype.resizeStop;\n/** @type {?} */\nSplitterComponent.prototype.resizing;\n/** @type {?} */\nSplitterComponent.prototype.childPaneSettings;\n/** @type {?} */\nSplitterComponent.prototype.tags;\n/** @type {?} */\nSplitterComponent.prototype.registerEvents;\n/** @type {?} */\nSplitterComponent.prototype.addTwoWay;\n/** @type {?} */\nSplitterComponent.prototype.ngEle;\n/** @type {?} */\nSplitterComponent.prototype.srenderer;\n/** @type {?} */\nSplitterComponent.prototype.viewContainerRef;\n/** @type {?} */\nSplitterComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\n/**\n * NgModule definition for the Splitter component.\n */\nexport class SplitterModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ],\n exports: [\n SplitterComponent,\n PaneDirective,\n PanesDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitterModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PaneDirective, PanesDirective } from './panesettings.directive';\nimport { SplitterComponent } from './splitter.component';\nimport { SplitterModule } from './splitter.module';\n/**\n * NgModule definition for the Splitter component with providers.\n */\nexport class SplitterAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SplitterModule],\n exports: [\n SplitterModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitterAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitterAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitterAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['col', 'content', 'cssClass', 'enabled', 'header', 'id', 'maxSizeX', 'maxSizeY', 'minSizeX', 'minSizeY', 'row', 'sizeX', 'sizeY', 'zIndex'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-panels' directive represent a panels of angular dashboardlayout \n * It must be contained in a dashboardlayout component(`ej-dashboardlayout`). \n * ```html\n * <ejs-dashboardlayout> \n * <e-panels>\n * <e-panel></e-panel>\n * <e-panel></e-panel>\n * </e-panels>\n * </ejs-dashboardlayout>\n * ```\n */\nexport class PanelDirective extends ComplexBase<PanelDirective> {\npublic directivePropList: any;\n/**\n * Defines the column value where the panel to be placed.\n * \\@default 0\n * \\@asptype int\n */\npublic col: any;\n/**\n * Defines the CSS class name that can be appended with each panel element.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether to the panel should be enabled or not.\n * \\@default true\n */\npublic enabled: any;\n/**\n * Defines the id of the panel.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies the maximum width of the panel in cells count.\n * \\@default null\n * \\@asptype int\n */\npublic maxSizeX: any;\n/**\n * Specifies the maximum height of the panel in cells count.\n * \\@default null\n * \\@asptype int\n */\npublic maxSizeY: any;\n/**\n * Specifies the minimum width of the panel in cells count.\n * \\@default 1\n */\npublic minSizeX: any;\n/**\n * Specifies the minimum height of the panel in cells count.\n * \\@default 1\n */\npublic minSizeY: any;\n/**\n * Defines a row value where the panel should be placed.\n * \\@default 0\n * \\@asptype int\n */\npublic row: any;\n/**\n * Specifies the width of the panel in the layout in cells count.\n * \\@default 1\n */\npublic sizeX: any;\n/**\n * Specifies the height of the panel in the layout in cells count.\n * \\@default 1\n */\npublic sizeY: any;\n/**\n * Specifies the z-index of the panel\n * \\@default 1000\n * \\@asptype double\n */\npublic zIndex: any;\n/**\n * Defines the template value that should be displayed as the panel's header.\n * \\@asptype string\n */\n@Template()\n public header: any;\n/**\n * Defines the template value that should be displayed as the panel's content.\n * \\@asptype string\n */\n@Template()\n public content: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-panels>e-panel',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'header': [{ type: ContentChild, args: ['header', ] },],\n'content': [{ type: ContentChild, args: ['content', ] },],\n};\n}\n\nfunction PanelDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanelDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanelDirective.ctorParameters;\n/** @type {?} */\nPanelDirective.propDecorators;\n/** @type {?} */\nPanelDirective.prototype.directivePropList;\n/**\n * Defines the column value where the panel to be placed.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.col;\n/**\n * Defines the CSS class name that can be appended with each panel element.\n * \\@default ''\n * @type {?}\n */\nPanelDirective.prototype.cssClass;\n/**\n * Defines whether to the panel should be enabled or not.\n * \\@default true\n * @type {?}\n */\nPanelDirective.prototype.enabled;\n/**\n * Defines the id of the panel.\n * \\@default ''\n * @type {?}\n */\nPanelDirective.prototype.id;\n/**\n * Specifies the maximum width of the panel in cells count.\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.maxSizeX;\n/**\n * Specifies the maximum height of the panel in cells count.\n * \\@default null\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.maxSizeY;\n/**\n * Specifies the minimum width of the panel in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.minSizeX;\n/**\n * Specifies the minimum height of the panel in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.minSizeY;\n/**\n * Defines a row value where the panel should be placed.\n * \\@default 0\n * \\@asptype int\n * @type {?}\n */\nPanelDirective.prototype.row;\n/**\n * Specifies the width of the panel in the layout in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.sizeX;\n/**\n * Specifies the height of the panel in the layout in cells count.\n * \\@default 1\n * @type {?}\n */\nPanelDirective.prototype.sizeY;\n/**\n * Specifies the z-index of the panel\n * \\@default 1000\n * \\@asptype double\n * @type {?}\n */\nPanelDirective.prototype.zIndex;\n/**\n * Defines the template value that should be displayed as the panel's header.\n * \\@asptype string\n * @type {?}\n */\nPanelDirective.prototype.header;\n/**\n * Defines the template value that should be displayed as the panel's content.\n * \\@asptype string\n * @type {?}\n */\nPanelDirective.prototype.content;\n/** @type {?} */\nPanelDirective.prototype.viewContainerRef;\n}\n\n/**\n * Panel Array Directive\n */\nexport class PanelsDirective extends ArrayBase<PanelsDirective> {\nconstructor() {\n super('panels');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-dashboardlayout>e-panels',\n queries: {\n children: new ContentChildren(PanelDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PanelsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nPanelsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPanelsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DashboardLayout } from '@syncfusion/ej2-layouts';\n\nimport { PanelsDirective } from './panels.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['allowDragging','allowFloating','allowPushing','allowResizing','cellAspectRatio','cellSpacing','columns','draggableHandle','enableHtmlSanitizer','enablePersistence','enableRtl','locale','mediaQuery','panels','resizableHandles','showGridLines'];\nexport const /** @type {?} */ outputs: string[] = ['change','created','destroyed','drag','dragStart','dragStop','resize','resizeStart','resizeStop'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular DashboardLayout Component.\n * ```html\n * <ejs-dashboardlayout></ejs-dashboardlayout>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DashboardLayoutComponent extends DashboardLayout implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdrag: any;\n\tdragStart: any;\n\tdragStop: any;\n\tresize: any;\n\tresizeStart: any;\npublic resizeStop: any;\npublic childPanels: QueryList<PanelsDirective>;\npublic tags: string[] = ['panels'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childPanels;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-dashboardlayout',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childPanels: new ContentChild(PanelsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DashboardLayoutComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutComponent.ctorParameters;\n/** @type {?} */\nDashboardLayoutComponent.prototype.containerContext;\n/** @type {?} */\nDashboardLayoutComponent.prototype.tagObjects;\n/** @type {?} */\nDashboardLayoutComponent.prototype.change;\n/** @type {?} */\nDashboardLayoutComponent.prototype.created;\n/** @type {?} */\nDashboardLayoutComponent.prototype.destroyed;\n/** @type {?} */\nDashboardLayoutComponent.prototype.drag;\n/** @type {?} */\nDashboardLayoutComponent.prototype.dragStart;\n/** @type {?} */\nDashboardLayoutComponent.prototype.dragStop;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resize;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resizeStart;\n/** @type {?} */\nDashboardLayoutComponent.prototype.resizeStop;\n/** @type {?} */\nDashboardLayoutComponent.prototype.childPanels;\n/** @type {?} */\nDashboardLayoutComponent.prototype.tags;\n/** @type {?} */\nDashboardLayoutComponent.prototype.registerEvents;\n/** @type {?} */\nDashboardLayoutComponent.prototype.addTwoWay;\n/** @type {?} */\nDashboardLayoutComponent.prototype.ngEle;\n/** @type {?} */\nDashboardLayoutComponent.prototype.srenderer;\n/** @type {?} */\nDashboardLayoutComponent.prototype.viewContainerRef;\n/** @type {?} */\nDashboardLayoutComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\n/**\n * NgModule definition for the DashboardLayout component.\n */\nexport class DashboardLayoutModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ],\n exports: [\n DashboardLayoutComponent,\n PanelDirective,\n PanelsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DashboardLayoutModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PanelDirective, PanelsDirective } from './panels.directive';\nimport { DashboardLayoutComponent } from './dashboardlayout.component';\nimport { DashboardLayoutModule } from './dashboardlayout.module';\n/**\n * NgModule definition for the DashboardLayout component with providers.\n */\nexport class DashboardLayoutAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DashboardLayoutModule],\n exports: [\n DashboardLayoutModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DashboardLayoutAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDashboardLayoutAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDashboardLayoutAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['content', 'cssClass', 'disabled', 'dotCss', 'oppositeContent'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * 'e-timelineItem' directive represents a item of the Angular Timeline.\n * It must be contained in a Timeline component(`ejs-timeline`). \n * ```html\n * <ejs-timeline>\n * <e-items>\n * <e-item [dotCss]='e-icons e-folder' [content]='Item 1' />\n * <e-item [dotCss]='e-icons e-folder' [content]='Item 2' />\n * </e-items> \n * </ejs-timeline>\n * ```\n */\nexport class ItemDirective extends ComplexBase<ItemDirective> {\npublic directivePropList: any;\n/**\n * Defines the text content or template for the Timeline item. The current itemIndex passed as context to build the content.\n * \\@default ''\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\npublic content: any;\n/**\n * Defines the CSS class to customize the Timeline item appearance.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether to enable or disable the timeline item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines one or more CSS classes to include an icon or image in the Timeline item.\n * \\@default ''\n */\npublic dotCss: any;\n/**\n * Defines the additional text content or template to be displayed opposite side of the item. The current itemIndex passed as context to build the content.\n * \\@default ''\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\npublic oppositeContent: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-timeline>e-items>e-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction ItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nItemDirective.ctorParameters;\n/** @type {?} */\nItemDirective.prototype.directivePropList;\n/**\n * Defines the text content or template for the Timeline item. The current itemIndex passed as context to build the content.\n * \\@default ''\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nItemDirective.prototype.content;\n/**\n * Defines the CSS class to customize the Timeline item appearance.\n * \\@default ''\n * @type {?}\n */\nItemDirective.prototype.cssClass;\n/**\n * Defines whether to enable or disable the timeline item.\n * \\@default false\n * @type {?}\n */\nItemDirective.prototype.disabled;\n/**\n * Defines one or more CSS classes to include an icon or image in the Timeline item.\n * \\@default ''\n * @type {?}\n */\nItemDirective.prototype.dotCss;\n/**\n * Defines the additional text content or template to be displayed opposite side of the item. The current itemIndex passed as context to build the content.\n * \\@default ''\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nItemDirective.prototype.oppositeContent;\n/** @type {?} */\nItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * Item Array Directive\n */\nexport class ItemsDirective extends ArrayBase<ItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-timeline>e-items',\n queries: {\n children: new ContentChildren(ItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Timeline } from '@syncfusion/ej2-layouts';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['align','cssClass','enablePersistence','enableRtl','items','locale','orientation','reverse','template'];\nexport const /** @type {?} */ outputs: string[] = ['beforeItemRender','created'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the EJ2 Angular Timeline Component.\n * ```html\n * <div ejs-timeline [items]='timelineItems'></div>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class TimelineComponent extends Timeline implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeItemRender: any;\npublic created: any;\npublic childItems: QueryList<ItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * Defines the template content for each timeline item. The template context will contain the item model.\n * \n * {% codeBlock src='timeline/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n */\n@Template()\n public template: any;\n \n @Template()\npublic content: any;\n \n @Template()\npublic oppositeContent: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-timeline',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(ItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'template': [{ type: ContentChild, args: ['template', ] },],\n'content': [{ type: ContentChild, args: ['content', ] },],\n'oppositeContent': [{ type: ContentChild, args: ['oppositeContent', ] },],\n};\n}\n\nfunction TimelineComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nTimelineComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTimelineComponent.ctorParameters;\n/** @type {?} */\nTimelineComponent.propDecorators;\n/** @type {?} */\nTimelineComponent.prototype.containerContext;\n/** @type {?} */\nTimelineComponent.prototype.tagObjects;\n/** @type {?} */\nTimelineComponent.prototype.beforeItemRender;\n/** @type {?} */\nTimelineComponent.prototype.created;\n/** @type {?} */\nTimelineComponent.prototype.childItems;\n/** @type {?} */\nTimelineComponent.prototype.tags;\n/**\n * Defines the template content for each timeline item. The template context will contain the item model.\n * \n * {% codeBlock src='timeline/template/index.md' %}{% endcodeBlock %}\n * \n * \\@default ''\n * \\@angulartype string | object\n * \\@reacttype string | function | JSX.Element\n * \\@vuetype string | function\n * \\@asptype string\n * @type {?}\n */\nTimelineComponent.prototype.template;\n/** @type {?} */\nTimelineComponent.prototype.content;\n/** @type {?} */\nTimelineComponent.prototype.oppositeContent;\n/** @type {?} */\nTimelineComponent.prototype.registerEvents;\n/** @type {?} */\nTimelineComponent.prototype.addTwoWay;\n/** @type {?} */\nTimelineComponent.prototype.ngEle;\n/** @type {?} */\nTimelineComponent.prototype.srenderer;\n/** @type {?} */\nTimelineComponent.prototype.viewContainerRef;\n/** @type {?} */\nTimelineComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ItemDirective, ItemsDirective } from './items.directive';\nimport { TimelineComponent } from './timeline.component';\n/**\n * NgModule definition for the Timeline component.\n */\nexport class TimelineModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n TimelineComponent,\n ItemDirective,\n ItemsDirective\n ],\n exports: [\n TimelineComponent,\n ItemDirective,\n ItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TimelineModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTimelineModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTimelineModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ItemDirective, ItemsDirective } from './items.directive';\nimport { TimelineComponent } from './timeline.component';\nimport { TimelineModule } from './timeline.module';\n/**\n * NgModule definition for the Timeline component with providers.\n */\nexport class TimelineAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, TimelineModule],\n exports: [\n TimelineModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction TimelineAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nTimelineAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nTimelineAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["input","outputs","PaneDirective","_super","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","__extends","ComplexBase","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","propDecorators","content","ContentChild","__decorate","Template","prototype","PanesDirective","ArrayBase","children","ContentChildren","twoWays","exports","SplitterComponent","ngEle","srenderer","injector","tags","element","nativeElement","injectedModules","addTwoWay","containerContext","ComponentBase","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childPaneSettings","Splitter","Component","template","changeDetection","ChangeDetectionStrategy","OnPush","ElementRef","Renderer2","Injector","ComponentMixins","__metadata","SplitterModule","NgModule","imports","CommonModule","declarations","SplitterAllModule","providers","PanelDirective","header","PanelsDirective","DashboardLayoutComponent","childPanels","DashboardLayout","DashboardLayoutModule","DashboardLayoutAllModule","ItemDirective","ItemsDirective","TimelineComponent","childItems","Timeline","oppositeContent","TimelineModule","TimelineAllModule"],"mappings":"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"}
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-angular-layouts@*",
|
3
|
-
"_id": "@syncfusion/ej2-angular-layouts@
|
3
|
+
"_id": "@syncfusion/ej2-angular-layouts@21.4.6",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-aOr2//q4KM5aBvMnCe4doG1ErmHpCatv+Gf/pBPTyv4Tz9wGtyCZ7jqq/4P4qeNllfNAGZHbU0zXZch2IQ6IEA==",
|
6
6
|
"_location": "/@syncfusion/ej2-angular-layouts",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,10 +19,10 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-21.4.6.tgz",
|
23
|
+
"_shasum": "c52bcd3544a026886d7ace806ab8439175e7f6e7",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-layouts@*",
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
|
26
26
|
"author": {
|
27
27
|
"name": "Syncfusion Inc."
|
28
28
|
},
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
35
|
-
"@syncfusion/ej2-base": "~
|
36
|
-
"@syncfusion/ej2-layouts": "
|
34
|
+
"@syncfusion/ej2-angular-base": "~27.1.48",
|
35
|
+
"@syncfusion/ej2-base": "~27.1.48",
|
36
|
+
"@syncfusion/ej2-layouts": "27.1.48"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
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",
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"schematics": "./schematics/collection.json",
|
65
65
|
"sideEffects": false,
|
66
66
|
"typings": "ej2-angular-layouts.d.ts",
|
67
|
-
"version": "
|
67
|
+
"version": "27.1.48-ngcc"
|
68
68
|
}
|
@@ -1,10 +1,11 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
}
|
2
|
+
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
|
3
|
+
"schematics": {
|
4
|
+
"ng-add": {
|
5
|
+
"description": "Adds Essential JS 2 specific Angular package to an application",
|
6
|
+
"factory": "./ng-add",
|
7
|
+
"schema": "./ng-add/schema.json"
|
8
|
+
}
|
9
|
+
}
|
10
|
+
}
|
11
|
+
|
@@ -0,0 +1,9 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const lib_details_1 = require("./../utils/lib-details");
|
4
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
5
|
+
function default_1(options) {
|
6
|
+
const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
|
7
|
+
return schematics_1.install(options, libOptions);
|
8
|
+
}
|
9
|
+
exports.default = default_1;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
|
2
|
-
import { install } from '@syncfusion/ej2-angular-base/schematics';
|
3
|
-
import { OptionsSchema, LibOptionsSchema } from './schema';
|
4
|
-
import { Rule } from '@angular-devkit/schematics';
|
5
|
-
|
6
|
-
export default function (options: OptionsSchema): Rule {
|
7
|
-
const libOptions: LibOptionsSchema = Object.assign({},
|
8
|
-
{ 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
|
9
|
-
return install(options, libOptions);
|
10
|
-
}
|
1
|
+
import { pkgName, pkgVer, moduleName, themeVer } from './../utils/lib-details';
|
2
|
+
import { install } from '@syncfusion/ej2-angular-base/schematics';
|
3
|
+
import { OptionsSchema, LibOptionsSchema } from './schema';
|
4
|
+
import { Rule } from '@angular-devkit/schematics';
|
5
|
+
|
6
|
+
export default function (options: OptionsSchema): Rule {
|
7
|
+
const libOptions: LibOptionsSchema = Object.assign({},
|
8
|
+
{ 'pkgName': pkgName, 'pkgVer': pkgVer, 'moduleName': moduleName, 'themeVer': themeVer });
|
9
|
+
return install(options, libOptions);
|
10
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export interface OptionsSchema {
|
2
|
+
skipPackageJson: boolean;
|
3
|
+
modules: string;
|
4
|
+
modulePath: string;
|
5
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
6
|
+
project?: string;
|
7
|
+
}
|
8
|
+
export interface LibOptionsSchema {
|
9
|
+
pkgName: string;
|
10
|
+
pkgVer: string;
|
11
|
+
moduleName: string;
|
12
|
+
themeVer: string;
|
13
|
+
}
|
@@ -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';
|
@@ -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';
|