@bytenew/bn-bus-ui 1.1.466 → 1.1.468
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/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bytenew/bn-bus-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.468",
|
|
4
4
|
"description": "班牛业务组件库,集合版",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/bn-bus-ui.umd.js",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist",
|
|
10
|
-
"common.scss"
|
|
10
|
+
"common.scss",
|
|
11
|
+
"packages/font"
|
|
11
12
|
],
|
|
12
13
|
"publishConfig": {
|
|
13
14
|
"access": "public"
|
|
@@ -21,8 +22,13 @@
|
|
|
21
22
|
"preview": "vite preview",
|
|
22
23
|
"pub": "npm run bus_build && npm publish --access public"
|
|
23
24
|
},
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"axios": "^1.7.9",
|
|
27
|
+
"lodash": "^4.17.21",
|
|
28
|
+
"crypto-js": "^4.2.0",
|
|
29
|
+
"qrcode": "^1.5.4"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
26
32
|
"vue": "^3.0.0",
|
|
27
33
|
"vue-router": "^4.4.5",
|
|
28
34
|
"element-plus": "^2.14.0",
|
|
@@ -31,16 +37,7 @@
|
|
|
31
37
|
"codemirror-editor-vue3": "^2.8.0",
|
|
32
38
|
"vuedraggable": "^4.1.0",
|
|
33
39
|
"@logicflow/core": "^1.1.20",
|
|
34
|
-
"@logicflow/extension": "^1.1.20"
|
|
35
|
-
},
|
|
36
|
-
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"axios": "^1.7.9",
|
|
39
|
-
"lodash": "^4.17.21",
|
|
40
|
-
"crypto-js": "^4.2.0",
|
|
41
|
-
"qrcode": "^1.5.4"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
40
|
+
"@logicflow/extension": "^1.1.20",
|
|
44
41
|
"@babel/core": "^7.12.16",
|
|
45
42
|
"@babel/preset-env": "^7.19.4",
|
|
46
43
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "bnUIcon"; /* Project id 4793992 */
|
|
3
|
+
src: url('iconfont.woff2?t=1784012487767') format('woff2'),
|
|
4
|
+
url('iconfont.woff?t=1784012487767') format('woff'),
|
|
5
|
+
url('iconfont.ttf?t=1784012487767') format('truetype');
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.bnUIcon {
|
|
9
|
+
font-family: "bnUIcon" !important;
|
|
10
|
+
font-size: 16px;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
-webkit-font-smoothing: antialiased;
|
|
13
|
+
-moz-osx-font-smoothing: grayscale;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.bnUIcon-benAi:before {
|
|
17
|
+
content: "\e955";
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.bnUIcon-share:before {
|
|
21
|
+
content: "\e603";
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.bnUIcon-submitCheck:before {
|
|
25
|
+
content: "\e642";
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.bnUIcon-message:before {
|
|
29
|
+
content: "\e761";
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.bnUIcon-linkage:before {
|
|
33
|
+
content: "\e93e";
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.bnUIcon-remarks:before {
|
|
37
|
+
content: "\e906";
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.bnUIcon-robot:before {
|
|
41
|
+
content: "\e909";
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.bnUIcon-bell:before {
|
|
45
|
+
content: "\e960";
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.bnUIcon-psychic:before {
|
|
49
|
+
content: "\e902";
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.bnUIcon-circle:before {
|
|
53
|
+
content: "\e657";
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.bnUIcon-shrink:before {
|
|
57
|
+
content: "\e7c7";
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.bnUIcon-enlarge:before {
|
|
61
|
+
content: "\e7ca";
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.bnUIcon-stick:before {
|
|
65
|
+
content: "\e602";
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.bnUIcon-arrow2:before {
|
|
69
|
+
content: "\e7f2";
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.bnUIcon-api:before {
|
|
73
|
+
content: "\e74a";
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.bnUIcon-edit:before {
|
|
77
|
+
content: "\e871";
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.bnUIcon-copy:before {
|
|
81
|
+
content: "\e7d6";
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.bnUIcon-notLookEmpty:before {
|
|
85
|
+
content: "\e7e2";
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.bnUIcon-lookEmpty:before {
|
|
89
|
+
content: "\e7e3";
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.bnUIcon-jd:before {
|
|
93
|
+
content: "\e600";
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.bnUIcon-tb:before {
|
|
97
|
+
content: "\e648";
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.bnUIcon-qc:before {
|
|
101
|
+
content: "\e98d";
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.bnUIcon-partner:before {
|
|
105
|
+
content: "\e92e";
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.bnUIcon-dy:before {
|
|
109
|
+
content: "\e601";
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.bnUIcon-question:before {
|
|
113
|
+
content: "\e798";
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.bnUIcon-search:before {
|
|
117
|
+
content: "\e708";
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.bnUIcon-linkTable:before {
|
|
121
|
+
content: "\e691";
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.bnUIcon-close:before {
|
|
125
|
+
content: "\e8a5";
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.bnUIcon-img:before {
|
|
129
|
+
content: "\e6b8";
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.bnUIcon-upImg:before {
|
|
133
|
+
content: "\e62d";
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.bnUIcon-setting:before {
|
|
137
|
+
content: "\e945";
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.bnUIcon-cry:before {
|
|
141
|
+
content: "\e758";
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.bnUIcon-smile:before {
|
|
145
|
+
content: "\e75a";
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.bnUIcon-delete:before {
|
|
149
|
+
content: "\e74b";
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.bnUIcon-addFile:before {
|
|
153
|
+
content: "\e629";
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.bnUIcon-batchAdd:before {
|
|
157
|
+
content: "\e790";
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.bnUIcon-move:before {
|
|
161
|
+
content: "\e663";
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.bnUIcon-linkFiled:before {
|
|
165
|
+
content: "\e772";
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.bnUIcon-exprExec:before {
|
|
169
|
+
content: "\e677";
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.bnUIcon-arrow:before {
|
|
173
|
+
content: "\e7a0";
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.bnUIcon-arrowDown:before {
|
|
177
|
+
content: "\e7a1";
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.bnUIcon-inventory:before {
|
|
181
|
+
content: "\e741";
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.bnUIcon-flag:before {
|
|
185
|
+
content: "\e60d";
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.bnUIcon-openLock:before {
|
|
189
|
+
content: "\e94b";
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.bnUIcon-childGood:before {
|
|
193
|
+
content: "\e6e2";
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.bnUIcon-split:before {
|
|
197
|
+
content: "\e652";
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.bnUIcon-searchAuto:before {
|
|
201
|
+
content: "\e69b";
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
.bnUIcon-fast:before {
|
|
205
|
+
content: "\e641";
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.bnUIcon-add:before {
|
|
209
|
+
content: "\e65c";
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.bnUIcon-look:before {
|
|
213
|
+
content: "\e628";
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.bnUIcon-download:before {
|
|
217
|
+
content: "\e62a";
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.bnUIcon-upload:before {
|
|
221
|
+
content: "\e622";
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.bnUIcon-choose:before {
|
|
225
|
+
content: "\e8a0";
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.bnUIcon-unChoose:before {
|
|
229
|
+
content: "\e8a1";
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.bnUIcon-chose:before {
|
|
233
|
+
content: "\e7ee";
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.bnUIcon-down:before {
|
|
237
|
+
content: "\e840";
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.bnUIcon-clear:before {
|
|
241
|
+
content: "\e858";
|
|
242
|
+
}
|
|
243
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|