mxcad 1.0.348 → 1.0.349
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/LICENSE +6 -0
- package/LICENSE_CN +4 -0
- package/THIRD-PARTY-NOTICES.txt +778 -0
- package/dist/mxcad.d.ts +35 -0
- package/dist/mxcad.es.js +82 -24
- package/dist/mxcad.umd.js +2 -2
- package/dist/wasm/2d/mxdrawassembly_min.js +1939 -1938
- package/dist/wasm/2d/mxdrawassembly_min.wasm +0 -0
- package/dist/wasm/2d-st/mxdrawassembly_min.js +1939 -1938
- package/dist/wasm/2d-st/mxdrawassembly_minst.wasm +0 -0
- package/package.json +6 -3
package/LICENSE
CHANGED
|
@@ -33,6 +33,12 @@ This license agreement ("Agreement") is made by and between Chengdu Dream Cloud
|
|
|
33
33
|
|
|
34
34
|
11. **Intellectual Property Statement**: The Software and all related intellectual property rights (including but not limited to patents, copyrights, trademarks, and trade secrets) are owned by Chengdu Dream Cloud Technology Co., Ltd. Without the written consent of the Licensor, the User may not infringe or attempt to infringe these rights in any manner.
|
|
35
35
|
|
|
36
|
+
12. **Third-Party Open Source Components**:
|
|
37
|
+
|
|
38
|
+
The Software incorporates certain third-party open source components, each of which is governed by its own license terms and owned by its respective authors or rights holders. A complete list of these components, including their names, versions, applicable licenses, and original copyright notices, is provided in the accompanying file THIRD-PARTY-NOTICES.txt.
|
|
39
|
+
|
|
40
|
+
You are solely responsible for complying with the terms of the applicable third-party licenses. This License Agreement does not apply to any such third-party components, and your rights to use them are exclusively as granted under their respective open source licenses.
|
|
41
|
+
|
|
36
42
|
By using the Software, you acknowledge that you have read and understood this License Agreement and agree to be bound by its terms and conditions.
|
|
37
43
|
|
|
38
44
|
Chengdu Dream Cloud Technology Co., Ltd.
|
package/LICENSE_CN
CHANGED
|
@@ -32,6 +32,10 @@
|
|
|
32
32
|
|
|
33
33
|
11. **知识产权声明**:软件及其所有相关知识产权(包括但不限于专利权、版权、商标权和商业秘密)归成都梦想凯德科技技术有限公司所有。未经许可方书面同意,用户不得以任何方式侵犯或试图侵犯这些权利。
|
|
34
34
|
|
|
35
|
+
12. **第三方开源组件**:
|
|
36
|
+
该软件包含某些第三方开源组件,每个组件都受其自己的许可条款管辖,并由其各自的作者或权利人拥有。随附的文件THIRD-PARTY-notices.txt中提供了这些组件的完整列表,包括它们的名称、版本、适用的许可证和原始版权声明。
|
|
37
|
+
您全权负责遵守适用的第三方许可证的条款。本许可协议不适用于任何此类第三方组件,您使用它们的权利仅根据其各自的开源许可授予。
|
|
38
|
+
|
|
35
39
|
通过使用软件,您确认已阅读并理解本许可证协议,并同意受其条款和条件的约束。
|
|
36
40
|
|
|
37
41
|
成都梦想凯德科技技术有限公司
|