@syncfusion/ej2-angular-diagrams 27.2.5-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/@syncfusion/ej2-angular-diagrams.es5.js +1 -1
- package/@syncfusion/ej2-angular-diagrams.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-diagrams.js +1 -1
- package/@syncfusion/ej2-angular-diagrams.js.map +1 -1
- package/README.md +2 -2
- package/dist/ej2-angular-diagrams.umd.js +3 -2
- package/dist/ej2-angular-diagrams.umd.js.map +1 -1
- package/dist/ej2-angular-diagrams.umd.min.js +3 -3
- 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/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +1 -0
- package/styles/diagram/bds.css +1 -0
- package/styles/diagram/bds.scss +1 -0
- package/styles/diagram/tailwind3.css +1 -0
- package/styles/diagram/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 +1 -0
package/README.md
CHANGED
@@ -148,10 +148,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
148
148
|
|
149
149
|
## License and copyright
|
150
150
|
|
151
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
151
|
+
> 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 for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
152
152
|
|
153
153
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
154
154
|
|
155
155
|
See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_campaign=diagram) for more info.
|
156
156
|
|
157
|
-
© Copyright 2024 Syncfusion
|
157
|
+
© 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-diagrams.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
|
@@ -1711,6 +1711,7 @@ exports.createHelper = ej2Diagrams.createHelper;
|
|
1711
1711
|
exports.renderContainerHelper = ej2Diagrams.renderContainerHelper;
|
1712
1712
|
exports.checkParentAsContainer = ej2Diagrams.checkParentAsContainer;
|
1713
1713
|
exports.checkChildNodeInContainer = ej2Diagrams.checkChildNodeInContainer;
|
1714
|
+
exports.updateZindex = ej2Diagrams.updateZindex;
|
1714
1715
|
exports.addChildToContainer = ej2Diagrams.addChildToContainer;
|
1715
1716
|
exports.updateLaneBoundsAfterAddChild = ej2Diagrams.updateLaneBoundsAfterAddChild;
|
1716
1717
|
exports.renderStackHighlighter = ej2Diagrams.renderStackHighlighter;
|