@syncfusion/ej2-angular-layouts 20.2.46 → 20.3.47
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/package.json +8 -8
- package/schematics/collection.json +50 -0
- package/schematics/generators/dashboardlayout-default/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-default/index.js +8 -0
- package/schematics/generators/dashboardlayout-default/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-default/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/dashboardlayout-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-default/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-default/schema.js +2 -0
- package/schematics/generators/dashboardlayout-default/schema.json +125 -0
- package/schematics/generators/dashboardlayout-dragging/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-dragging/index.js +8 -0
- package/schematics/generators/dashboardlayout-dragging/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-dragging/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-dragging/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/dashboardlayout-dragging/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-dragging/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-dragging/schema.js +2 -0
- package/schematics/generators/dashboardlayout-dragging/schema.json +125 -0
- package/schematics/generators/dashboardlayout-floating/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-floating/index.js +8 -0
- package/schematics/generators/dashboardlayout-floating/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-floating/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-floating/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +45 -0
- package/schematics/generators/dashboardlayout-floating/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-floating/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-floating/schema.js +2 -0
- package/schematics/generators/dashboardlayout-floating/schema.json +125 -0
- package/schematics/generators/dashboardlayout-media-query/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-media-query/index.js +8 -0
- package/schematics/generators/dashboardlayout-media-query/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-media-query/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-media-query/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/dashboardlayout-media-query/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-media-query/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-media-query/schema.js +2 -0
- package/schematics/generators/dashboardlayout-media-query/schema.json +125 -0
- package/schematics/generators/dashboardlayout-resizing/index.d.ts +3 -0
- package/schematics/generators/dashboardlayout-resizing/index.js +8 -0
- package/schematics/generators/dashboardlayout-resizing/sample-details.d.ts +5 -0
- package/schematics/generators/dashboardlayout-resizing/sample-details.js +7 -0
- package/schematics/generators/dashboardlayout-resizing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +14 -0
- package/schematics/generators/dashboardlayout-resizing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
- package/schematics/generators/dashboardlayout-resizing/schema.d.ts +3 -0
- package/schematics/generators/dashboardlayout-resizing/schema.js +2 -0
- package/schematics/generators/dashboardlayout-resizing/schema.json +125 -0
- package/schematics/generators/splitter-horizontalsplitter/index.d.ts +3 -0
- package/schematics/generators/splitter-horizontalsplitter/index.js +8 -0
- package/schematics/generators/splitter-horizontalsplitter/sample-details.d.ts +5 -0
- package/schematics/generators/splitter-horizontalsplitter/sample-details.js +7 -0
- package/schematics/generators/splitter-horizontalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +20 -0
- package/schematics/generators/splitter-horizontalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +30 -0
- package/schematics/generators/splitter-horizontalsplitter/schema.d.ts +3 -0
- package/schematics/generators/splitter-horizontalsplitter/schema.js +2 -0
- package/schematics/generators/splitter-horizontalsplitter/schema.json +125 -0
- package/schematics/generators/splitter-nestedsplitter/index.d.ts +3 -0
- package/schematics/generators/splitter-nestedsplitter/index.js +8 -0
- package/schematics/generators/splitter-nestedsplitter/sample-details.d.ts +5 -0
- package/schematics/generators/splitter-nestedsplitter/sample-details.js +7 -0
- package/schematics/generators/splitter-nestedsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +29 -0
- package/schematics/generators/splitter-nestedsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +17 -0
- package/schematics/generators/splitter-nestedsplitter/schema.d.ts +3 -0
- package/schematics/generators/splitter-nestedsplitter/schema.js +2 -0
- package/schematics/generators/splitter-nestedsplitter/schema.json +125 -0
- package/schematics/generators/splitter-verticalsplitter/index.d.ts +3 -0
- package/schematics/generators/splitter-verticalsplitter/index.js +8 -0
- package/schematics/generators/splitter-verticalsplitter/sample-details.d.ts +5 -0
- package/schematics/generators/splitter-verticalsplitter/sample-details.js +7 -0
- package/schematics/generators/splitter-verticalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +20 -0
- package/schematics/generators/splitter-verticalsplitter/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +31 -0
- package/schematics/generators/splitter-verticalsplitter/schema.d.ts +3 -0
- package/schematics/generators/splitter-verticalsplitter/schema.js +2 -0
- package/schematics/generators/splitter-verticalsplitter/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- 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/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@19.8.9",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-O9bbV8nSKdPA+zZv2yX3s5AiiWgHwBtGvKRwNlyq0+ZTxB0kipbRPDz/YdNNQFLGnPhRo3dgxJJ93vtbkHWjng==",
|
6
6
|
"_location": "/@syncfusion/ej2-angular-layouts",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-layouts/-/ej2-angular-layouts-19.8.9.tgz",
|
23
|
+
"_shasum": "0971b73b40473adc5d07a9070fd35caaf0facd1a",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-layouts@*",
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/ivypackages/included",
|
26
26
|
"author": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.
|
35
|
-
"@syncfusion/ej2-base": "~20.
|
36
|
-
"@syncfusion/ej2-layouts": "20.
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.3.47",
|
35
|
+
"@syncfusion/ej2-base": "~20.3.47",
|
36
|
+
"@syncfusion/ej2-layouts": "20.3.47",
|
37
37
|
"tslib": "^2.3.0"
|
38
38
|
},
|
39
39
|
"deprecated": false,
|
@@ -85,5 +85,5 @@
|
|
85
85
|
"schematics": "./schematics/collection.json",
|
86
86
|
"sideEffects": false,
|
87
87
|
"typings": "syncfusion-ej2-angular-layouts.d.ts",
|
88
|
-
"version": "20.
|
88
|
+
"version": "20.3.47"
|
89
89
|
}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
{
|
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
|
+
"dashboardlayout-default": {
|
10
|
+
"description": "Create an Angular component with EJ2 undefined with default",
|
11
|
+
"factory": "./generators/dashboardlayout-default",
|
12
|
+
"schema": "./generators/dashboardlayout-default/schema.json"
|
13
|
+
},
|
14
|
+
"dashboardlayout-dragging": {
|
15
|
+
"description": "Create an Angular component with EJ2 undefined with dragging",
|
16
|
+
"factory": "./generators/dashboardlayout-dragging",
|
17
|
+
"schema": "./generators/dashboardlayout-dragging/schema.json"
|
18
|
+
},
|
19
|
+
"dashboardlayout-floating": {
|
20
|
+
"description": "Create an Angular component with EJ2 undefined with floating",
|
21
|
+
"factory": "./generators/dashboardlayout-floating",
|
22
|
+
"schema": "./generators/dashboardlayout-floating/schema.json"
|
23
|
+
},
|
24
|
+
"dashboardlayout-media-query": {
|
25
|
+
"description": "Create an Angular component with EJ2 undefined with media-query",
|
26
|
+
"factory": "./generators/dashboardlayout-media-query",
|
27
|
+
"schema": "./generators/dashboardlayout-media-query/schema.json"
|
28
|
+
},
|
29
|
+
"dashboardlayout-resizing": {
|
30
|
+
"description": "Create an Angular component with EJ2 undefined with resizing",
|
31
|
+
"factory": "./generators/dashboardlayout-resizing",
|
32
|
+
"schema": "./generators/dashboardlayout-resizing/schema.json"
|
33
|
+
},
|
34
|
+
"splitter-horizontalsplitter": {
|
35
|
+
"description": "Create an Angular splitter component with horizontal orientation.",
|
36
|
+
"factory": "./generators/splitter-horizontalsplitter",
|
37
|
+
"schema": "./generators/splitter-horizontalsplitter/schema.json"
|
38
|
+
},
|
39
|
+
"splitter-nestedsplitter": {
|
40
|
+
"description": "Create an Angular splitter component with nested layout.",
|
41
|
+
"factory": "./generators/splitter-nestedsplitter",
|
42
|
+
"schema": "./generators/splitter-nestedsplitter/schema.json"
|
43
|
+
},
|
44
|
+
"splitter-verticalsplitter": {
|
45
|
+
"description": "Create an Angular splitter component with vertical orientation.",
|
46
|
+
"factory": "./generators/splitter-verticalsplitter",
|
47
|
+
"schema": "./generators/splitter-verticalsplitter/schema.json"
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
4
|
+
const sampleDetails = require("./sample-details");
|
5
|
+
function default_1(options) {
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
7
|
+
}
|
8
|
+
exports.default = default_1;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.componentName = 'dashboardlayout';
|
4
|
+
exports.sampleName = 'default';
|
5
|
+
exports.diModules = null;
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-layouts';
|
7
|
+
exports.libModules = 'DashboardLayoutModule';
|
@@ -0,0 +1,125 @@
|
|
1
|
+
{
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
4
|
+
"title": "dashboardlayout-default",
|
5
|
+
"type": "object",
|
6
|
+
"properties": {
|
7
|
+
"path": {
|
8
|
+
"type": "string",
|
9
|
+
"format": "path",
|
10
|
+
"description": "The path to create the component.",
|
11
|
+
"visible": false
|
12
|
+
},
|
13
|
+
"project": {
|
14
|
+
"type": "string",
|
15
|
+
"description": "The name of the project.",
|
16
|
+
"$default": {
|
17
|
+
"$source": "projectName"
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"name": {
|
21
|
+
"type": "string",
|
22
|
+
"description": "The name of the component.",
|
23
|
+
"$default": {
|
24
|
+
"$source": "argv",
|
25
|
+
"index": 0
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"inlineStyle": {
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
30
|
+
"type": "boolean",
|
31
|
+
"default": false,
|
32
|
+
"alias": "s"
|
33
|
+
},
|
34
|
+
"inlineTemplate": {
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
36
|
+
"type": "boolean",
|
37
|
+
"default": false,
|
38
|
+
"alias": "t"
|
39
|
+
},
|
40
|
+
"viewEncapsulation": {
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
42
|
+
"enum": [
|
43
|
+
"Emulated",
|
44
|
+
"Native",
|
45
|
+
"None",
|
46
|
+
"ShadowDom"
|
47
|
+
],
|
48
|
+
"type": "string",
|
49
|
+
"alias": "v"
|
50
|
+
},
|
51
|
+
"changeDetection": {
|
52
|
+
"description": "Specifies the change detection strategy.",
|
53
|
+
"enum": [
|
54
|
+
"Default",
|
55
|
+
"OnPush"
|
56
|
+
],
|
57
|
+
"type": "string",
|
58
|
+
"default": "Default",
|
59
|
+
"alias": "c"
|
60
|
+
},
|
61
|
+
"prefix": {
|
62
|
+
"type": "string",
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
64
|
+
"alias": "p",
|
65
|
+
"oneOf": [
|
66
|
+
{
|
67
|
+
"maxLength": 0
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"minLength": 1,
|
71
|
+
"format": "html-selector"
|
72
|
+
}
|
73
|
+
]
|
74
|
+
},
|
75
|
+
"styleext": {
|
76
|
+
"description": "The file extension to be used for style files.",
|
77
|
+
"type": "string",
|
78
|
+
"default": "css"
|
79
|
+
},
|
80
|
+
"spec": {
|
81
|
+
"type": "boolean",
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
83
|
+
"default": true
|
84
|
+
},
|
85
|
+
"flat": {
|
86
|
+
"type": "boolean",
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
88
|
+
"default": false
|
89
|
+
},
|
90
|
+
"skipImport": {
|
91
|
+
"type": "boolean",
|
92
|
+
"description": "Flag to skip the module import.",
|
93
|
+
"default": false
|
94
|
+
},
|
95
|
+
"selector": {
|
96
|
+
"type": "string",
|
97
|
+
"format": "html-selector",
|
98
|
+
"description": "The selector to use for the component."
|
99
|
+
},
|
100
|
+
"module": {
|
101
|
+
"type": "string",
|
102
|
+
"description": "Allows specification of the declaring module.",
|
103
|
+
"alias": "m"
|
104
|
+
},
|
105
|
+
"export": {
|
106
|
+
"type": "boolean",
|
107
|
+
"default": false,
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
109
|
+
},
|
110
|
+
"entryComponent": {
|
111
|
+
"type": "boolean",
|
112
|
+
"default": false,
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
114
|
+
},
|
115
|
+
"lintFix": {
|
116
|
+
"type": "boolean",
|
117
|
+
"default": false,
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
119
|
+
}
|
120
|
+
},
|
121
|
+
"required": [
|
122
|
+
"name"
|
123
|
+
],
|
124
|
+
"id": "dashboardlayout-default"
|
125
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
4
|
+
const sampleDetails = require("./sample-details");
|
5
|
+
function default_1(options) {
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
7
|
+
}
|
8
|
+
exports.default = default_1;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.componentName = 'dashboardlayout';
|
4
|
+
exports.sampleName = 'dragging';
|
5
|
+
exports.diModules = null;
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-layouts';
|
7
|
+
exports.libModules = 'DashboardLayoutModule';
|
@@ -0,0 +1,125 @@
|
|
1
|
+
{
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
4
|
+
"title": "dashboardlayout-dragging",
|
5
|
+
"type": "object",
|
6
|
+
"properties": {
|
7
|
+
"path": {
|
8
|
+
"type": "string",
|
9
|
+
"format": "path",
|
10
|
+
"description": "The path to create the component.",
|
11
|
+
"visible": false
|
12
|
+
},
|
13
|
+
"project": {
|
14
|
+
"type": "string",
|
15
|
+
"description": "The name of the project.",
|
16
|
+
"$default": {
|
17
|
+
"$source": "projectName"
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"name": {
|
21
|
+
"type": "string",
|
22
|
+
"description": "The name of the component.",
|
23
|
+
"$default": {
|
24
|
+
"$source": "argv",
|
25
|
+
"index": 0
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"inlineStyle": {
|
29
|
+
"description": "Specifies if the style will be in the ts file.",
|
30
|
+
"type": "boolean",
|
31
|
+
"default": false,
|
32
|
+
"alias": "s"
|
33
|
+
},
|
34
|
+
"inlineTemplate": {
|
35
|
+
"description": "Specifies if the template will be in the ts file.",
|
36
|
+
"type": "boolean",
|
37
|
+
"default": false,
|
38
|
+
"alias": "t"
|
39
|
+
},
|
40
|
+
"viewEncapsulation": {
|
41
|
+
"description": "Specifies the view encapsulation strategy.",
|
42
|
+
"enum": [
|
43
|
+
"Emulated",
|
44
|
+
"Native",
|
45
|
+
"None",
|
46
|
+
"ShadowDom"
|
47
|
+
],
|
48
|
+
"type": "string",
|
49
|
+
"alias": "v"
|
50
|
+
},
|
51
|
+
"changeDetection": {
|
52
|
+
"description": "Specifies the change detection strategy.",
|
53
|
+
"enum": [
|
54
|
+
"Default",
|
55
|
+
"OnPush"
|
56
|
+
],
|
57
|
+
"type": "string",
|
58
|
+
"default": "Default",
|
59
|
+
"alias": "c"
|
60
|
+
},
|
61
|
+
"prefix": {
|
62
|
+
"type": "string",
|
63
|
+
"description": "The prefix to apply to generated selectors.",
|
64
|
+
"alias": "p",
|
65
|
+
"oneOf": [
|
66
|
+
{
|
67
|
+
"maxLength": 0
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"minLength": 1,
|
71
|
+
"format": "html-selector"
|
72
|
+
}
|
73
|
+
]
|
74
|
+
},
|
75
|
+
"styleext": {
|
76
|
+
"description": "The file extension to be used for style files.",
|
77
|
+
"type": "string",
|
78
|
+
"default": "css"
|
79
|
+
},
|
80
|
+
"spec": {
|
81
|
+
"type": "boolean",
|
82
|
+
"description": "Specifies if a spec file is generated.",
|
83
|
+
"default": true
|
84
|
+
},
|
85
|
+
"flat": {
|
86
|
+
"type": "boolean",
|
87
|
+
"description": "Flag to indicate if a dir is created.",
|
88
|
+
"default": false
|
89
|
+
},
|
90
|
+
"skipImport": {
|
91
|
+
"type": "boolean",
|
92
|
+
"description": "Flag to skip the module import.",
|
93
|
+
"default": false
|
94
|
+
},
|
95
|
+
"selector": {
|
96
|
+
"type": "string",
|
97
|
+
"format": "html-selector",
|
98
|
+
"description": "The selector to use for the component."
|
99
|
+
},
|
100
|
+
"module": {
|
101
|
+
"type": "string",
|
102
|
+
"description": "Allows specification of the declaring module.",
|
103
|
+
"alias": "m"
|
104
|
+
},
|
105
|
+
"export": {
|
106
|
+
"type": "boolean",
|
107
|
+
"default": false,
|
108
|
+
"description": "Specifies if declaring module exports the component."
|
109
|
+
},
|
110
|
+
"entryComponent": {
|
111
|
+
"type": "boolean",
|
112
|
+
"default": false,
|
113
|
+
"description": "Specifies if the component is an entry component of declaring module."
|
114
|
+
},
|
115
|
+
"lintFix": {
|
116
|
+
"type": "boolean",
|
117
|
+
"default": false,
|
118
|
+
"description": "Specifies whether to apply lint fixes after generating the component."
|
119
|
+
}
|
120
|
+
},
|
121
|
+
"required": [
|
122
|
+
"name"
|
123
|
+
],
|
124
|
+
"id": "dashboardlayout-dragging"
|
125
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
4
|
+
const sampleDetails = require("./sample-details");
|
5
|
+
function default_1(options) {
|
6
|
+
return schematics_1.componentBuilder(options, sampleDetails);
|
7
|
+
}
|
8
|
+
exports.default = default_1;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.componentName = 'dashboardlayout';
|
4
|
+
exports.sampleName = 'floating';
|
5
|
+
exports.diModules = null;
|
6
|
+
exports.packageName = '@syncfusion/ej2-angular-layouts';
|
7
|
+
exports.libModules = 'DashboardLayoutModule';
|
@@ -0,0 +1,45 @@
|
|
1
|
+
#predefine_dashboard.e-dashboardlayout .e-panel .e-panel-container .e-panel-header {
|
2
|
+
font-size: 14px;
|
3
|
+
font-weight: 500;
|
4
|
+
height: 37px;
|
5
|
+
padding: 0 12px;
|
6
|
+
vertical-align: middle;
|
7
|
+
text-align: left;
|
8
|
+
border-bottom: 0.5px solid #e3e3e3;
|
9
|
+
}
|
10
|
+
|
11
|
+
#predefine_dashboard.e-dashboardlayout .e-panel .e-panel-container .e-panel-header .e-header-text {
|
12
|
+
padding: 12px 0 12px 0;
|
13
|
+
}
|
14
|
+
|
15
|
+
#dashboard_container {
|
16
|
+
padding-left: 0;
|
17
|
+
padding-right: 0;
|
18
|
+
}
|
19
|
+
|
20
|
+
#predefine_dashboard.e-dashboardlayout .e-panel:hover {
|
21
|
+
border: 0px;
|
22
|
+
}
|
23
|
+
|
24
|
+
#predefine_dashboard {
|
25
|
+
display: block;
|
26
|
+
}
|
27
|
+
|
28
|
+
#predefine_dashboard .header-border {
|
29
|
+
position: absolute;
|
30
|
+
top: 0px;
|
31
|
+
left: 0px;
|
32
|
+
width: 100%;
|
33
|
+
border-top: 5px solid #2684ff;
|
34
|
+
}
|
35
|
+
|
36
|
+
|
37
|
+
#predefine_dashboard .e-panel .e-panel-container .e-panel-content {
|
38
|
+
vertical-align: middle;
|
39
|
+
font-size: 15px;
|
40
|
+
font-size: 15px;
|
41
|
+
font-weight: 500;
|
42
|
+
color: rgba(0, 0, 0, 0.61);
|
43
|
+
text-align: center;
|
44
|
+
padding: 10px;
|
45
|
+
}
|