@bytenew/bn-bus-ui 1.1.472 → 1.1.474

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.
Files changed (30) hide show
  1. package/dist/{assocTableSearch-C5ouliZa.js → assocTableSearch-CJ-lotG3.js} +1 -1
  2. package/dist/bn-bus-ui.es.js +1 -1
  3. package/dist/bn-bus-ui.umd.js +11 -11
  4. package/dist/{chooseIPaasData-C8iUu-LZ.js → chooseIPaasData-yd1XQ4xS.js} +1 -1
  5. package/dist/{defaultSet-DGBaFuZQ.js → defaultSet-PqXPUmx1.js} +1 -1
  6. package/dist/{formItemFooter-jI2qEjHk.js → formItemFooter-cb6UEM6I.js} +1 -1
  7. package/dist/{funcExprDialog-CSGEhbhs.js → funcExprDialog-BFAoI4Q8.js} +1 -1
  8. package/dist/{index-qBEetQ44.js → index-2_hAge0Y.js} +2 -2
  9. package/dist/{index-C1_5Z6Qv.js → index-B9W-tmsG.js} +3 -3
  10. package/dist/{index-B57kfOip.js → index-BSHQL382.js} +1 -1
  11. package/dist/{index-CaKKCOSs.js → index-Bc9Pqumg.js} +2 -2
  12. package/dist/{index-BZ8-gv9u.js → index-Bflm5F4p.js} +2 -2
  13. package/dist/{index-BR9kvW1T.js → index-Bn1jbZvn.js} +1 -1
  14. package/dist/{index-GEQExkYN.js → index-BzW20Xtm.js} +2 -2
  15. package/dist/{index-DEqgNfIp.js → index-C5GCeNhs.js} +2 -2
  16. package/dist/{index-R6zcJL9N.js → index-CQce2UKM.js} +3 -3
  17. package/dist/{index-DuwRrkFb.js → index-DFcgxaOB.js} +2 -2
  18. package/dist/{index-D9K3c_6Q.js → index-DFvVISkF.js} +1 -1
  19. package/dist/{index-j0qILWOg.js → index-DNXbF0Ip.js} +2 -2
  20. package/dist/{index-G37JKf0D.js → index-DOdtVSO0.js} +3 -3
  21. package/dist/{index-CpJCIuWy.js → index-OGyn0rNM.js} +2 -2
  22. package/dist/{index-qgDSj6jv.js → index-c_CJD1cN.js} +2 -2
  23. package/dist/{index-Da4V7O6p.js → index-dVP5Gkgi.js} +2 -2
  24. package/dist/{index-CL60mJ8V.js → index-ta_OHYNP.js} +2 -2
  25. package/dist/{install-E8f6xhdJ.js → install-ucUSA7zS.js} +1298 -1380
  26. package/dist/install.css +1 -1
  27. package/dist/{setOption-5WE9OeTL.js → setOption-C0Ardp2s.js} +1 -1
  28. package/dist/{setRelationOption-BqsgX1sm.js → setRelationOption-Yn7JAyIx.js} +1 -1
  29. package/package.json +1 -1
  30. package/packages/font/iconfont.css +243 -243
@@ -1,243 +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
-
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
+