mxdraw 0.1.347 → 0.1.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 +26 -21
- package/LICENSE_CN +8 -0
- package/THIRD-PARTY-NOTICES.txt +242 -0
- package/dist/mxdraw.d.ts +2 -1
- package/dist/mxdraw.esm.js +1 -1
- package/dist/mxdraw.umd.js +1 -1
- package/package.json +5 -3
package/LICENSE
CHANGED
|
@@ -1,21 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
of
|
|
7
|
-
|
|
8
|
-
to use
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
Custom License Agreement - mxdraw
|
|
2
|
+
Copyright © 2022 Chengdu Dream Kaide Technology Co., Ltd
|
|
3
|
+
This license is managed for the use of the software named "mxdraw" provided by Chengdu Dream Kaide Technology Co., Ltd. (hereinafter referred to as the "licensor"). By using this software, you agree to comply with the terms and conditions set forth in this license.
|
|
4
|
+
1. ** Non Commercial Use **: This software is limited to non-commercial use only. Non commercial use refers to the use of software for non-commercial purposes, including but not limited to personal learning, research, and testing. You are free to use, research, test, modify, and redistribute the software source code for non-commercial purposes without any restrictions.
|
|
5
|
+
2. ** Source code redistribution **: If you redistribute the source code of the software, you must include the original copyright statement and this license agreement. When redistributing, all original copyright notices, trademark notices, and other legal notices must remain unchanged.
|
|
6
|
+
3. ** Binary Files **: The binary form of software compilation, including but not limited to WASM, EXE, and frontend packaging resources, shall not be reverse engineered, decompiled, or disassembled. This restriction applies to all versions of software, including any updated or modified versions.
|
|
7
|
+
4. ** Watermark Retention **: All watermarks, logos, and brand elements within the software must remain in their original form and cannot be removed or altered. Violation of this clause will result in immediate termination of this license.
|
|
8
|
+
5. ** Commercial Use **: Unless you have signed a separate commercial license agreement with Chengdu Dream Kaide Technology Co., Ltd. and obtained written permission, it is strictly prohibited to use the software for commercial purposes. If you have not signed such an agreement, you have no right to use the software for commercial purposes. If you need a commercial license, please contact the licensor for detailed information.
|
|
9
|
+
6. ** Disclaimer **: The software is provided "as is" without any express or implied warranties, including but not limited to warranties of merchantability, fitness for a particular purpose, and non infringement. Under no circumstances shall the licensor be liable for any claims, damages or other liabilities arising from the software or its use, whether based on contract, tort or other reasons. This disclaimer does not affect any legal rights enjoyed by users under Chinese law.
|
|
10
|
+
7. ** Commercial License **: For users who have signed a purchase contract with Chengdu Dreamland Technology Co., Ltd., if the contract conflicts with this license, the purchase contract shall prevail. Users who have not signed a purchase contract are exclusively governed by this license. The specific terms of the commercial license, such as license fees, validity period, etc., will be detailed in the commercial license agreement.
|
|
11
|
+
8. ** Contact Information **: For inquiries regarding commercial licenses, please contact:
|
|
12
|
+
-Chengdu Dream Kaide Technology Co., Ltd
|
|
13
|
+
-Address: No. 522, 5th Floor, Building 1, No. 1388 Tianfu Avenue Middle Section, Chengdu High tech Zone, China (Sichuan) Pilot Free Trade Zone
|
|
14
|
+
-Email: 710714273@qq.com
|
|
15
|
+
-Customer service link: https://www.mxdraw.com/
|
|
16
|
+
9. ** Legal Application and Dispute Resolution **: This license is governed by the laws of the People's Republic of China. Any disputes arising from or related to this license shall be resolved through friendly consultation between the parties first; If the negotiation fails, either party may submit the dispute to the people's court with jurisdiction over the location of the licensor for litigation resolution.
|
|
17
|
+
10. ** Change and Termination **:
|
|
18
|
+
-The licensor has the right to unilaterally change the terms and conditions of this license at any time. The revised terms will be notified to users through the official website or other appropriate means.
|
|
19
|
+
-Users can terminate this license at any time by stopping the use of the software. Once terminated, the user must destroy all copies of the software and its derivative works.
|
|
20
|
+
11. ** Intellectual Property Statement **: The software and all related intellectual property rights (including but not limited to patents, copyrights, trademarks, and trade secrets) belong to Chengdu Dreamland Technology Co., Ltd. Without the written consent of the licensor, users shall not infringe or attempt to infringe upon these rights in any way.
|
|
21
|
+
12. ** Third Party Open Source Software Declaration **
|
|
22
|
+
This software (mxdraw) integrates several third-party open source components, which are subject to their respective open source licenses, and the relevant rights belong to the original author or rights holder. For a complete list of third-party components, corresponding versions, license types, and original copyright notices, please refer to the separate file distributed with this software: THIRD-PARTY-NOTICES.txt.
|
|
23
|
+
You must comply with the original license terms of each third-party component. This license (i.e. Custom License Agreement - mxdraw) does not apply to the aforementioned third-party components, and their usage rights are fully governed by their respective open source licenses.
|
|
24
|
+
The licensor has ensured that all referenced open source components retain complete copyright and license information in accordance with their license requirements and comply with open source compliant distribution standards.
|
|
25
|
+
By using the software, you confirm that you have read and understood this license agreement, and agree to be bound by its terms and conditions.
|
|
26
|
+
Chengdu Dream Kaide Technology Co., Ltd
|
package/LICENSE_CN
CHANGED
|
@@ -32,6 +32,14 @@
|
|
|
32
32
|
|
|
33
33
|
11. **知识产权声明**:软件及其所有相关知识产权(包括但不限于专利权、版权、商标权和商业秘密)归成都梦想凯德科技技术有限公司所有。未经许可方书面同意,用户不得以任何方式侵犯或试图侵犯这些权利。
|
|
34
34
|
|
|
35
|
+
12. **第三方开源软件声明**
|
|
36
|
+
|
|
37
|
+
本软件(mxdraw)集成了若干第三方开源组件,这些组件受其各自开源许可证的约束,相关权利归属于原作者或权利持有者。完整的第三方组件清单、对应版本、许可证类型及原始版权声明,请参见随本软件一同分发的独立文件:THIRD-PARTY-NOTICES.txt。
|
|
38
|
+
|
|
39
|
+
您必须遵守各第三方组件的原始许可证条款。本许可证(即《自定义许可证协议 - mxdraw》)不适用于上述第三方组件,其使用权利完全由各自的开源许可证规定。
|
|
40
|
+
|
|
41
|
+
许可方已确保所有引用的开源组件均按其许可证要求完整保留版权与许可信息,符合开源合规分发标准。
|
|
42
|
+
|
|
35
43
|
通过使用软件,您确认已阅读并理解本许可证协议,并同意受其条款和条件的约束。
|
|
36
44
|
|
|
37
45
|
成都梦想凯德科技技术有限公司
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
本项目主程序(mxdraw)受《Custom License Agreement - mxdraw》约束,该协议由成都梦想凯德科技技术有限公司发布,仅限非商业用途。
|
|
2
|
+
|
|
3
|
+
以下所列第三方开源组件各自遵循其原始开源许可证。相关许可证文本的获取方式如下:
|
|
4
|
+
|
|
5
|
+
优先采用 npm 包内附带的 LICENSE 或 LICENSE.txt 文件;
|
|
6
|
+
若包中未包含,则从其官方代码仓库(如 GitHub、GitLab)下载对应版本的许可证;
|
|
7
|
+
对于标准宽松许可证(如 MIT、ISC、BSD-2-Clause、BSD-3-Clause),在无法获取原始文件时,采用 SPDX 官方模板补全。
|
|
8
|
+
所有第三方组件的许可证均已完整保留,包括版权声明与许可条款,符合各开源许可证的分发合规要求。
|
|
9
|
+
|
|
10
|
+
--------------------------------------------------
|
|
11
|
+
包名: element-resize-event-polyfill
|
|
12
|
+
版本: 1.0.5
|
|
13
|
+
许可证类型: ISC
|
|
14
|
+
版权声明: Copyright (c) 2025 --username-- <--usermail-->
|
|
15
|
+
来源: (使用标准模板生成)
|
|
16
|
+
许可证全文:
|
|
17
|
+
> ISC License
|
|
18
|
+
>
|
|
19
|
+
> Copyright (c) 2025 --username-- <--usermail-->
|
|
20
|
+
>
|
|
21
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
22
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
23
|
+
> copyright notice and this permission notice appear in all copies.
|
|
24
|
+
>
|
|
25
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
26
|
+
> REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
27
|
+
> AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
28
|
+
> INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
29
|
+
> LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
30
|
+
> OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
31
|
+
> PERFORMANCE OF THIS SOFTWARE.
|
|
32
|
+
|
|
33
|
+
--------------------------------------------------
|
|
34
|
+
包名: jquery
|
|
35
|
+
版本: 3.7.1
|
|
36
|
+
许可证类型: MIT
|
|
37
|
+
版权声明: Copyright (c) 2025 --username-- <--usermail-->
|
|
38
|
+
来源: (来自 license-checker 提供的 licenseFile)
|
|
39
|
+
许可证全文:
|
|
40
|
+
> Copyright OpenJS Foundation and other contributors, https://openjsf.org/
|
|
41
|
+
>
|
|
42
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
43
|
+
> a copy of this software and associated documentation files (the
|
|
44
|
+
> "Software"), to deal in the Software without restriction, including
|
|
45
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
46
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
47
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
48
|
+
> the following conditions:
|
|
49
|
+
>
|
|
50
|
+
> The above copyright notice and this permission notice shall be
|
|
51
|
+
> included in all copies or substantial portions of the Software.
|
|
52
|
+
>
|
|
53
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
54
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
55
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
56
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
57
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
58
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
59
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
60
|
+
|
|
61
|
+
--------------------------------------------------
|
|
62
|
+
包名: lodash
|
|
63
|
+
版本: 4.17.21
|
|
64
|
+
许可证类型: MIT
|
|
65
|
+
版权声明: Copyright (c) 2025 --username-- <--usermail-->
|
|
66
|
+
来源: (来自 license-checker 提供的 licenseFile)
|
|
67
|
+
许可证全文:
|
|
68
|
+
> Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
69
|
+
>
|
|
70
|
+
> Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
71
|
+
> DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
72
|
+
>
|
|
73
|
+
> This software consists of voluntary contributions made by many
|
|
74
|
+
> individuals. For exact contribution history, see the revision history
|
|
75
|
+
> available at https://github.com/lodash/lodash
|
|
76
|
+
>
|
|
77
|
+
> The following license applies to all parts of this software except as
|
|
78
|
+
> documented below:
|
|
79
|
+
>
|
|
80
|
+
> ====
|
|
81
|
+
>
|
|
82
|
+
> Permission is hereby granted, free of charge, to any person obtaining
|
|
83
|
+
> a copy of this software and associated documentation files (the
|
|
84
|
+
> "Software"), to deal in the Software without restriction, including
|
|
85
|
+
> without limitation the rights to use, copy, modify, merge, publish,
|
|
86
|
+
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
87
|
+
> permit persons to whom the Software is furnished to do so, subject to
|
|
88
|
+
> the following conditions:
|
|
89
|
+
>
|
|
90
|
+
> The above copyright notice and this permission notice shall be
|
|
91
|
+
> included in all copies or substantial portions of the Software.
|
|
92
|
+
>
|
|
93
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
94
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
95
|
+
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
96
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
97
|
+
> LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
98
|
+
> OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
99
|
+
> WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
100
|
+
>
|
|
101
|
+
> ====
|
|
102
|
+
>
|
|
103
|
+
> Copyright and related rights for sample code are waived via CC0. Sample
|
|
104
|
+
> code is defined as all source code displayed within the prose of the
|
|
105
|
+
> documentation.
|
|
106
|
+
>
|
|
107
|
+
> CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
108
|
+
>
|
|
109
|
+
> ====
|
|
110
|
+
>
|
|
111
|
+
> Files located in the node_modules and vendor directories are externally
|
|
112
|
+
> maintained libraries used by this software which have their own
|
|
113
|
+
> licenses; we recommend you read them, as their terms may differ from the
|
|
114
|
+
> terms above.
|
|
115
|
+
|
|
116
|
+
--------------------------------------------------
|
|
117
|
+
包名: mxdraw
|
|
118
|
+
版本: 0.1.343
|
|
119
|
+
许可证类型: MIT
|
|
120
|
+
版权声明: Copyright (c) 2025 --username-- <--usermail-->
|
|
121
|
+
来源: (来自 license-checker 提供的 licenseFile)
|
|
122
|
+
许可证全文:
|
|
123
|
+
> Custom License Agreement - mxdraw
|
|
124
|
+
> Copyright © 2022 Chengdu Dream Kaide Technology Co., Ltd
|
|
125
|
+
> This license is managed for the use of the software named "mxdraw" provided by Chengdu Dream Kaide Technology Co., Ltd. (hereinafter referred to as the "licensor"). By using this software, you agree to comply with the terms and conditions set forth in this license.
|
|
126
|
+
> 1. ** Non Commercial Use **: This software is limited to non-commercial use only. Non commercial use refers to the use of software for non-commercial purposes, including but not limited to personal learning, research, and testing. You are free to use, research, test, modify, and redistribute the software source code for non-commercial purposes without any restrictions.
|
|
127
|
+
> 2. ** Source code redistribution **: If you redistribute the source code of the software, you must include the original copyright statement and this license agreement. When redistributing, all original copyright notices, trademark notices, and other legal notices must remain unchanged.
|
|
128
|
+
> 3. ** Binary Files **: The binary form of software compilation, including but not limited to WASM, EXE, and frontend packaging resources, shall not be reverse engineered, decompiled, or disassembled. This restriction applies to all versions of software, including any updated or modified versions.
|
|
129
|
+
> 4. ** Watermark Retention **: All watermarks, logos, and brand elements within the software must remain in their original form and cannot be removed or altered. Violation of this clause will result in immediate termination of this license.
|
|
130
|
+
> 5. ** Commercial Use **: Unless you have signed a separate commercial license agreement with Chengdu Dream Kaide Technology Co., Ltd. and obtained written permission, it is strictly prohibited to use the software for commercial purposes. If you have not signed such an agreement, you have no right to use the software for commercial purposes. If you need a commercial license, please contact the licensor for detailed information.
|
|
131
|
+
> 6. ** Disclaimer **: The software is provided "as is" without any express or implied warranties, including but not limited to warranties of merchantability, fitness for a particular purpose, and non infringement. Under no circumstances shall the licensor be liable for any claims, damages or other liabilities arising from the software or its use, whether based on contract, tort or other reasons. This disclaimer does not affect any legal rights enjoyed by users under Chinese law.
|
|
132
|
+
> 7. ** Commercial License **: For users who have signed a purchase contract with Chengdu Dreamland Technology Co., Ltd., if the contract conflicts with this license, the purchase contract shall prevail. Users who have not signed a purchase contract are exclusively governed by this license. The specific terms of the commercial license, such as license fees, validity period, etc., will be detailed in the commercial license agreement.
|
|
133
|
+
> 8. ** Contact Information **: For inquiries regarding commercial licenses, please contact:
|
|
134
|
+
> -Chengdu Dream Kaide Technology Co., Ltd
|
|
135
|
+
> -Address: No. 522, 5th Floor, Building 1, No. 1388 Tianfu Avenue Middle Section, Chengdu High tech Zone, China (Sichuan) Pilot Free Trade Zone
|
|
136
|
+
> -Email: 710714273@qq.com
|
|
137
|
+
> -Customer service link: https://www.mxdraw.com/
|
|
138
|
+
> 9. ** Legal Application and Dispute Resolution **: This license is governed by the laws of the People's Republic of China. Any disputes arising from or related to this license shall be resolved through friendly consultation between the parties first; If the negotiation fails, either party may submit the dispute to the people's court with jurisdiction over the location of the licensor for litigation resolution.
|
|
139
|
+
> 10. ** Change and Termination **:
|
|
140
|
+
> -The licensor has the right to unilaterally change the terms and conditions of this license at any time. The revised terms will be notified to users through the official website or other appropriate means.
|
|
141
|
+
> -Users can terminate this license at any time by stopping the use of the software. Once terminated, the user must destroy all copies of the software and its derivative works.
|
|
142
|
+
> 11. ** Intellectual Property Statement **: The software and all related intellectual property rights (including but not limited to patents, copyrights, trademarks, and trade secrets) belong to Chengdu Dreamland Technology Co., Ltd. Without the written consent of the licensor, users shall not infringe or attempt to infringe upon these rights in any way.
|
|
143
|
+
> 12. ** Third Party Open Source Software Declaration **
|
|
144
|
+
> This software (mxdraw) integrates several third-party open source components, which are subject to their respective open source licenses, and the relevant rights belong to the original author or rights holder. For a complete list of third-party components, corresponding versions, license types, and original copyright notices, please refer to the separate file distributed with this software: THIRD-PARTY-NOTICES.txt.
|
|
145
|
+
> You must comply with the original license terms of each third-party component. This license (i.e. Custom License Agreement - mxdraw) does not apply to the aforementioned third-party components, and their usage rights are fully governed by their respective open source licenses.
|
|
146
|
+
> The licensor has ensured that all referenced open source components retain complete copyright and license information in accordance with their license requirements and comply with open source compliant distribution standards.
|
|
147
|
+
> By using the software, you confirm that you have read and understood this license agreement, and agree to be bound by its terms and conditions.
|
|
148
|
+
> Chengdu Dream Kaide Technology Co., Ltd
|
|
149
|
+
|
|
150
|
+
--------------------------------------------------
|
|
151
|
+
包名: resize-observer-polyfill
|
|
152
|
+
版本: 1.5.1
|
|
153
|
+
许可证类型: MIT
|
|
154
|
+
版权声明: Copyright (c) 2025 --username-- <--usermail-->
|
|
155
|
+
来源: (来自 license-checker 提供的 licenseFile)
|
|
156
|
+
许可证全文:
|
|
157
|
+
> The MIT License (MIT)
|
|
158
|
+
>
|
|
159
|
+
> Copyright (c) 2016 Denis Rul
|
|
160
|
+
>
|
|
161
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
162
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
163
|
+
> in the Software without restriction, including without limitation the rights
|
|
164
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
165
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
166
|
+
> furnished to do so, subject to the following conditions:
|
|
167
|
+
>
|
|
168
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
169
|
+
> copies or substantial portions of the Software.
|
|
170
|
+
>
|
|
171
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
172
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
173
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
174
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
175
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
176
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
177
|
+
> SOFTWARE.
|
|
178
|
+
|
|
179
|
+
--------------------------------------------------
|
|
180
|
+
包名: three-gif-texture
|
|
181
|
+
版本: 1.0.15
|
|
182
|
+
许可证类型: MIT
|
|
183
|
+
版权声明: Copyright (c) 2025 --username-- <--usermail-->
|
|
184
|
+
来源: (使用标准模板生成)
|
|
185
|
+
许可证全文:
|
|
186
|
+
> MIT License
|
|
187
|
+
>
|
|
188
|
+
> Copyright (c) 2025 --username-- <--usermail-->
|
|
189
|
+
>
|
|
190
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
191
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
192
|
+
> in the Software without restriction, including without limitation the rights
|
|
193
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
194
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
195
|
+
> furnished to do so, subject to the following conditions:
|
|
196
|
+
>
|
|
197
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
198
|
+
> copies or substantial portions of the Software.
|
|
199
|
+
>
|
|
200
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
201
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
202
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
203
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
204
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
205
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
206
|
+
> SOFTWARE.
|
|
207
|
+
|
|
208
|
+
--------------------------------------------------
|
|
209
|
+
包名: three
|
|
210
|
+
版本: 0.113.2
|
|
211
|
+
许可证类型: MIT
|
|
212
|
+
版权声明: Copyright (c) 2025 --username-- <--usermail-->
|
|
213
|
+
来源: (来自 license-checker 提供的 licenseFile)
|
|
214
|
+
许可证全文:
|
|
215
|
+
> The MIT License
|
|
216
|
+
>
|
|
217
|
+
> Copyright © 2010-2020 three.js authors
|
|
218
|
+
>
|
|
219
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
220
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
221
|
+
> in the Software without restriction, including without limitation the rights
|
|
222
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
223
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
224
|
+
> furnished to do so, subject to the following conditions:
|
|
225
|
+
>
|
|
226
|
+
> The above copyright notice and this permission notice shall be included in
|
|
227
|
+
> all copies or substantial portions of the Software.
|
|
228
|
+
>
|
|
229
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
230
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
231
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
232
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
233
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
234
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
235
|
+
> THE SOFTWARE.
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
──────────────────────────────────────────────
|
|
239
|
+
✅ 本地找到: 5
|
|
240
|
+
🌐 仓库下载: 0
|
|
241
|
+
📝 模板生成: 2
|
|
242
|
+
❌ 需手动处理: 0
|
package/dist/mxdraw.d.ts
CHANGED
|
@@ -496,7 +496,7 @@ interface McGiWorldDraw {
|
|
|
496
496
|
* ```
|
|
497
497
|
*
|
|
498
498
|
*/
|
|
499
|
-
drawSolid(points: THREE.Vector3[]): void;
|
|
499
|
+
drawSolid(points: THREE.Vector3[], depthTest?: boolean): void;
|
|
500
500
|
/**
|
|
501
501
|
*把一个对象的绘图属性设置到当前绘图上下文
|
|
502
502
|
* @returns
|
|
@@ -5095,6 +5095,7 @@ declare class MxDbText extends MxDbEntity {
|
|
|
5095
5095
|
*/
|
|
5096
5096
|
declare class MxDbHatch extends MxDbEntity {
|
|
5097
5097
|
points: THREE.Vector3[];
|
|
5098
|
+
depthTest: boolean;
|
|
5098
5099
|
worldDraw(pWorldDraw: McGiWorldDraw): void;
|
|
5099
5100
|
getTypeName(): string;
|
|
5100
5101
|
moveGripPointsAt(index: number, offset: THREE.Vector3): boolean;
|