@a2simcode/dui 0.0.43 → 0.0.45
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/dist/components-dui/formDesign/src/formDesignItem.vue.d.ts +1 -7
- package/dist/dui.es.js +154 -140
- package/dist/dui.umd.js +5 -5
- package/package.json +12 -12
- package/LICENSE +0 -53
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a2simcode/dui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.45",
|
|
4
4
|
"description": "A Vue 3 DUI Component Library - 独立可发布的 DUI 组件子集",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/dui.umd.js",
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
"docs-dui/components",
|
|
21
21
|
"docs-dui/examples"
|
|
22
22
|
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "vite build",
|
|
25
|
+
"dev": "vite build --watch"
|
|
26
|
+
},
|
|
23
27
|
"keywords": [
|
|
24
28
|
"vue",
|
|
25
29
|
"vue3",
|
|
@@ -30,6 +34,7 @@
|
|
|
30
34
|
"author": "苏州极简搭信息技术有限公司",
|
|
31
35
|
"license": "UNLICENSED",
|
|
32
36
|
"peerDependencies": {
|
|
37
|
+
"@a2simcode/ui": "workspace:*",
|
|
33
38
|
"@bwip-js/browser": "4.8.0",
|
|
34
39
|
"@codemirror/autocomplete": "6.20.1",
|
|
35
40
|
"@codemirror/commands": "6.10.3",
|
|
@@ -55,11 +60,11 @@
|
|
|
55
60
|
"crypto-js": "4.2.0",
|
|
56
61
|
"dayjs": "1.11.20",
|
|
57
62
|
"echarts": "6.0.0",
|
|
58
|
-
"element-plus": "2.14.
|
|
63
|
+
"element-plus": "2.14.1",
|
|
59
64
|
"html2canvas": "1.4.1",
|
|
60
65
|
"sortablejs": "1.15.7",
|
|
61
66
|
"sql-formatter": "15.7.2",
|
|
62
|
-
"vue": "3.5.
|
|
67
|
+
"vue": "3.5.35",
|
|
63
68
|
"vue3-sketch-ruler": "1.3.7",
|
|
64
69
|
"@wangeditor/editor": "5.1.23",
|
|
65
70
|
"diagram-js": "15.13.0",
|
|
@@ -71,8 +76,7 @@
|
|
|
71
76
|
"@vue-flow/core": "^1.48.2",
|
|
72
77
|
"@vue-flow/background": "^1.3.2",
|
|
73
78
|
"@vue-flow/controls": "^1.1.3",
|
|
74
|
-
"gridstack": "^12.4.2"
|
|
75
|
-
"@a2simcode/ui": "0.0.186"
|
|
79
|
+
"gridstack": "^12.4.2"
|
|
76
80
|
},
|
|
77
81
|
"devDependencies": {
|
|
78
82
|
"@types/codemirror": "^5.60.17",
|
|
@@ -85,7 +89,7 @@
|
|
|
85
89
|
"@vitejs/plugin-vue": "6.0.6",
|
|
86
90
|
"@vitest/ui": "^4.0.18",
|
|
87
91
|
"@vue/test-utils": "^2.4.6",
|
|
88
|
-
"element-plus": "2.14.
|
|
92
|
+
"element-plus": "2.14.1",
|
|
89
93
|
"eslint": "^9.39.2",
|
|
90
94
|
"eslint-config-prettier": "^10.1.8",
|
|
91
95
|
"eslint-plugin-vue": "^10.7.0",
|
|
@@ -101,12 +105,8 @@
|
|
|
101
105
|
"vite-plugin-dts": "^4.5.4",
|
|
102
106
|
"vitepress": "^1.6.4",
|
|
103
107
|
"vitest": "^4.0.18",
|
|
104
|
-
"vue": "3.5.
|
|
108
|
+
"vue": "3.5.35",
|
|
105
109
|
"vue-docgen-api": "^4.79.2",
|
|
106
110
|
"vue-tsc": "3.2.7"
|
|
107
|
-
},
|
|
108
|
-
"scripts": {
|
|
109
|
-
"build": "vite build",
|
|
110
|
-
"dev": "vite build --watch"
|
|
111
111
|
}
|
|
112
|
-
}
|
|
112
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
专有软件许可协议
|
|
2
|
-
|
|
3
|
-
版权所有 © 2024 苏州极简搭信息技术有限公司。保留所有权利。
|
|
4
|
-
|
|
5
|
-
本软件及其相关文档("软件")为专有软件,受版权法和国际条约保护。
|
|
6
|
-
|
|
7
|
-
许可限制:
|
|
8
|
-
|
|
9
|
-
1. 本软件仅授权给获得明确书面许可的用户使用。
|
|
10
|
-
|
|
11
|
-
2. 未经版权所有者事先书面同意,您不得:
|
|
12
|
-
- 复制、修改、改编或翻译本软件
|
|
13
|
-
- 对本软件进行反向工程、反编译或反汇编
|
|
14
|
-
- 出租、出借、分发、转让或再许可本软件
|
|
15
|
-
- 删除或修改本软件中的任何版权声明或其他所有权标记
|
|
16
|
-
|
|
17
|
-
3. 本软件按"现状"提供,不提供任何明示或暗示的保证,包括但不限于适销性、特定用途适用性和非侵权性的保证。
|
|
18
|
-
|
|
19
|
-
4. 在任何情况下,版权所有者均不对因使用或无法使用本软件而产生的任何索赔、损害或其他责任负责。
|
|
20
|
-
|
|
21
|
-
5. 本许可协议受中华人民共和国法律管辖。
|
|
22
|
-
|
|
23
|
-
如需获得使用许可,请联系版权所有者。
|
|
24
|
-
|
|
25
|
-
---
|
|
26
|
-
|
|
27
|
-
PROPRIETARY SOFTWARE LICENSE
|
|
28
|
-
|
|
29
|
-
Copyright © 2024 Suzhou Jijian-da Information Technology Co., Ltd. All rights reserved.
|
|
30
|
-
|
|
31
|
-
This software and associated documentation files (the "Software") is proprietary
|
|
32
|
-
software protected by copyright laws and international treaties.
|
|
33
|
-
|
|
34
|
-
License Restrictions:
|
|
35
|
-
|
|
36
|
-
1. This Software is licensed only to users who have obtained explicit written permission.
|
|
37
|
-
|
|
38
|
-
2. Without prior written consent from the copyright holder, you may not:
|
|
39
|
-
- Copy, modify, adapt, or translate the Software
|
|
40
|
-
- Reverse engineer, decompile, or disassemble the Software
|
|
41
|
-
- Rent, lease, distribute, transfer, or sublicense the Software
|
|
42
|
-
- Remove or modify any copyright notices or other proprietary markings in the Software
|
|
43
|
-
|
|
44
|
-
3. The Software is provided "as is" without warranty of any kind, express or implied,
|
|
45
|
-
including but not limited to warranties of merchantability, fitness for a particular
|
|
46
|
-
purpose, and non-infringement.
|
|
47
|
-
|
|
48
|
-
4. In no event shall the copyright holder be liable for any claims, damages, or other
|
|
49
|
-
liability arising from the use or inability to use the Software.
|
|
50
|
-
|
|
51
|
-
5. This license agreement is governed by the laws of the People's Republic of China.
|
|
52
|
-
|
|
53
|
-
For licensing inquiries, please contact the copyright holder.
|