@syncfusion/ej2-angular-layouts 27.2.3-ngcc → 28.1.33-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 +2 -2
- package/dist/ej2-angular-layouts.umd.js +2 -2
- package/dist/ej2-angular-layouts.umd.min.js +2 -2
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/avatar/bds.css +1 -0
- package/styles/avatar/bds.scss +1 -0
- package/styles/avatar/tailwind3.css +1 -0
- package/styles/avatar/tailwind3.scss +1 -0
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +5 -0
- package/styles/card/bds.css +1 -0
- package/styles/card/bds.scss +1 -0
- package/styles/card/tailwind3.css +1 -0
- package/styles/card/tailwind3.scss +1 -0
- package/styles/dashboard-layout/bds.css +1 -0
- package/styles/dashboard-layout/bds.scss +1 -0
- package/styles/dashboard-layout/tailwind3.css +1 -0
- package/styles/dashboard-layout/tailwind3.scss +1 -0
- package/styles/splitter/bds.css +1 -0
- package/styles/splitter/bds.scss +1 -0
- package/styles/splitter/tailwind3.css +1 -0
- package/styles/splitter/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +5 -0
- package/styles/timeline/bds.css +1 -0
- package/styles/timeline/bds.scss +1 -0
- package/styles/timeline/tailwind3.css +1 -0
- package/styles/timeline/tailwind3.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
|
17
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [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
|
|
@@ -145,4 +145,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
|
|
145
145
|
|
146
146
|
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/layouts/CHANGELOG.md/?utm_source=npm&utm_medium=listing&utm_campaign=angular-layout-npm)
|
147
147
|
|
148
|
-
© Copyright 2024 Syncfusion
|
148
|
+
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-angular-layouts.umd.js
|
3
|
-
* version :
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
3
|
+
* version : 28.1.33
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
5
5
|
* Use of this code is subject to the terms of our license.
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-angular-layouts.umd.min.js
|
3
|
-
* version :
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
3
|
+
* version : 28.1.33
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
5
5
|
* Use of this code is subject to the terms of our license.
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
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-lYhMunFw92N8clE9j8V8bNugH4XvNdTazDWFdeku7AerptNn+xoN+POHxybkQPxMmlGH4U1FsS339ww/jC1wUw==",
|
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": "1a124b64de308cd931e955d139342c608d2fe99f",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-layouts@*",
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_28.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": "~28.1.33",
|
35
|
+
"@syncfusion/ej2-base": "~28.1.33",
|
36
|
+
"@syncfusion/ej2-layouts": "28.1.33"
|
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": "28.1.33-ngcc"
|
68
68
|
}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-layouts";
|
2
|
-
export declare const pkgVer = "^
|
2
|
+
export declare const pkgVer = "^21.4.6";
|
3
3
|
export declare const moduleName = "SplitterModule, DashboardLayoutModule, TimelineModule";
|
4
|
-
export declare const themeVer = "~
|
4
|
+
export declare const themeVer = "~21.4.6";
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-layouts';
|
4
|
-
exports.pkgVer = '^
|
4
|
+
exports.pkgVer = '^28.1.33';
|
5
5
|
exports.moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
|
6
|
-
exports.themeVer = '~
|
6
|
+
exports.themeVer = '~28.1.33';
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-layouts';
|
2
|
-
export const pkgVer = '^
|
2
|
+
export const pkgVer = '^28.1.33';
|
3
3
|
export const moduleName = 'SplitterModule, DashboardLayoutModule, TimelineModule';
|
4
|
-
export const themeVer = '~
|
4
|
+
export const themeVer = '~28.1.33';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/bds.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/avatar/bds.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/avatar/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/avatar/tailwind3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/bds-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/bds-lite.scss';
|
package/styles/bds.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/bds.css';
|
package/styles/bds.scss
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/card/bds.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/card/bds.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/card/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/card/tailwind3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/dashboard-layout/bds.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/dashboard-layout/bds.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/dashboard-layout/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/dashboard-layout/tailwind3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/splitter/bds.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/splitter/bds.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/splitter/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/splitter/tailwind3.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/tailwind3-lite.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/tailwind3-lite.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/timeline/bds.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/timeline/bds.scss';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import '@syncfusion/ej2-layouts/styles/timeline/tailwind3.css';
|
@@ -0,0 +1 @@
|
|
1
|
+
@import 'ej2-layouts/styles/timeline/tailwind3.scss';
|