@bytenew/bn-bus-ui 1.1.461 → 1.1.463

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 (167) hide show
  1. package/install.js +134 -0
  2. package/package.json +20 -4
  3. package/packages/BnAddress/index.vue +141 -0
  4. package/packages/BnAddressParse/index.vue +75 -0
  5. package/packages/BnAdvancedFilter/BnFilterView.vue +145 -0
  6. package/packages/BnAdvancedFilter/index.vue +345 -0
  7. package/packages/BnAdvancedFilter/util.js +171 -0
  8. package/packages/BnCascader/BnCascader.vue +543 -0
  9. package/packages/BnCascader/BnCascaderPanel.vue +1331 -0
  10. package/packages/BnCascader/cascaderDisplay.js +102 -0
  11. package/packages/BnCheck/BnCheck.vue +253 -0
  12. package/packages/BnColumnConfig/columnConfigDialog.vue +134 -0
  13. package/packages/BnColumnConfig/component/childrenFormSetting/assocTable.vue +143 -0
  14. package/packages/BnColumnConfig/component/childrenFormSetting/assocTableSearch.vue +314 -0
  15. package/packages/BnColumnConfig/component/childrenFormSetting/index.vue +243 -0
  16. package/packages/BnColumnConfig/component/defaultSet/defaultSet.vue +114 -0
  17. package/packages/BnColumnConfig/component/defaultSet/stringDefault.vue +210 -0
  18. package/packages/BnColumnConfig/component/funcExprDialog/funcExprDialog.vue +126 -0
  19. package/packages/BnColumnConfig/component/packageFilter/index.vue +141 -0
  20. package/packages/BnColumnConfig/component/paraExplainSet/index.vue +156 -0
  21. package/packages/BnColumnConfig/component/setOption/setOption.vue +321 -0
  22. package/packages/BnColumnConfig/component/setRelationOption/ConditionList.vue +277 -0
  23. package/packages/BnColumnConfig/component/setRelationOption/LevelHeader.vue +144 -0
  24. package/packages/BnColumnConfig/component/setRelationOption/setRelationOption.vue +642 -0
  25. package/packages/BnColumnConfig/data.js +129 -0
  26. package/packages/BnColumnConfig/index.scss +23 -0
  27. package/packages/BnColumnConfig/index.vue +309 -0
  28. package/packages/BnCondVal/BnCondVal.vue +112 -0
  29. package/packages/BnCondVal/itemVal/dateRegVal.vue +39 -0
  30. package/packages/BnCondVal/itemVal/dateVal.vue +39 -0
  31. package/packages/BnCondVal/itemVal/numRegVal.vue +67 -0
  32. package/packages/BnCondVal/itemVal/numVal.vue +44 -0
  33. package/packages/BnCondVal/itemVal/relationVal.vue +73 -0
  34. package/packages/BnCondVal/itemVal/selectColumnVal.vue +58 -0
  35. package/packages/BnCondVal/itemVal/selectVal.vue +59 -0
  36. package/packages/BnCondVal/itemVal/stringVal.vue +156 -0
  37. package/packages/BnCondition/index.vue +551 -0
  38. package/packages/BnCondition/util.js +232 -0
  39. package/packages/BnDatePicker/BnDatePicker.vue +194 -0
  40. package/packages/BnDrop/BnDrop.vue +917 -0
  41. package/packages/BnEmptyTip/BnEmptyTip.vue +107 -0
  42. package/packages/BnExportOrder/BnExportOrder.vue +241 -0
  43. package/packages/BnExportOrder/validatorCode.vue +94 -0
  44. package/packages/BnFileView/BnFileView.vue +271 -0
  45. package/packages/BnFileView/FileDetail.vue +125 -0
  46. package/packages/BnFileView/videoPreview.vue +70 -0
  47. package/packages/BnFilterOption/BnFilterOption.vue +160 -0
  48. package/packages/BnFunExpr/BnFunExpr.vue +608 -0
  49. package/packages/BnImportOrder/BnImportOrder.vue +323 -0
  50. package/packages/BnImportTemplate/BnImportTemplate.vue +866 -0
  51. package/packages/BnImportTemplate/assets/merge_tip_img.png +0 -0
  52. package/packages/BnImportTemplate/assets/sheet_tip.png +0 -0
  53. package/packages/BnImportTemplate/assets/xls.png +0 -0
  54. package/packages/BnImportTemplate/components/ImportTemplateTrigger.vue +198 -0
  55. package/packages/BnImportTemplate/components/TemplateEditDialog.vue +340 -0
  56. package/packages/BnImportTemplate/components/TemplateFieldsConfig.vue +401 -0
  57. package/packages/BnImportTemplate/components/TemplateListDialog.vue +297 -0
  58. package/packages/BnInpNum/BnInpNum.vue +165 -0
  59. package/packages/BnMenus/BnMenus.vue +502 -0
  60. package/packages/BnMenus/MenuItem.vue +321 -0
  61. package/packages/BnOrderCard/BnOrderCard.vue +389 -0
  62. package/packages/BnOrderCard/orderRemark.vue +178 -0
  63. package/packages/BnOrderCard/util.js +94 -0
  64. package/packages/BnOrderDetail/BnOrderDetail.vue +338 -0
  65. package/packages/BnOrderDetail/filterLogByUser.vue +108 -0
  66. package/packages/BnOrderDetail/orderLogs.vue +53 -0
  67. package/packages/BnOrderDetail/showSubForm/index.vue +41 -0
  68. package/packages/BnOrderDetail/showSubForm/showChildTable.vue +61 -0
  69. package/packages/BnOrderDetail/showSubForm/showTimeLine.vue +131 -0
  70. package/packages/BnOrderDetail/showSubForm/tableCellCopy.vue +84 -0
  71. package/packages/BnOrderShare/index.vue +378 -0
  72. package/packages/BnOrderShare/shareUrlInp.vue +54 -0
  73. package/packages/BnRadio/BnRadio.vue +181 -0
  74. package/packages/BnRelation/BnRelation.vue +120 -0
  75. package/packages/BnSelect/BnSelect.vue +485 -0
  76. package/packages/BnSmartForm/BnBatchForm.vue +334 -0
  77. package/packages/BnSmartForm/BnBatchFormDialog.vue +423 -0
  78. package/packages/BnSmartForm/BnSmartElf/elfLog/index.vue +57 -0
  79. package/packages/BnSmartForm/BnSmartElf/index.vue +95 -0
  80. package/packages/BnSmartForm/BnSmartFormPsychic.js +629 -0
  81. package/packages/BnSmartForm/BnSmartFormUtil.js +524 -0
  82. package/packages/BnSmartForm/addressForm/index.vue +73 -0
  83. package/packages/BnSmartForm/checkboxForm/index.vue +99 -0
  84. package/packages/BnSmartForm/childrenForm/childFormFile.vue +237 -0
  85. package/packages/BnSmartForm/childrenForm/childrenFormBody.vue +260 -0
  86. package/packages/BnSmartForm/childrenForm/index.vue +110 -0
  87. package/packages/BnSmartForm/childrenForm/searchInventory.vue +115 -0
  88. package/packages/BnSmartForm/chooseAssocTable/chooseAssocTable.vue +451 -0
  89. package/packages/BnSmartForm/chooseAssocTable/chooseChildGood.vue +229 -0
  90. package/packages/BnSmartForm/chooseAssocTable/tableCellCopy.vue +84 -0
  91. package/packages/BnSmartForm/chooseChildOrder/chooseChildOrder.vue +158 -0
  92. package/packages/BnSmartForm/chooseIPaasData/chooseIPaasData.vue +307 -0
  93. package/packages/BnSmartForm/chooseIPaasData/tableCellCopy.vue +84 -0
  94. package/packages/BnSmartForm/choosePackage/choosePackage.vue +361 -0
  95. package/packages/BnSmartForm/dateDualForm/index.vue +37 -0
  96. package/packages/BnSmartForm/dateForm/index.vue +38 -0
  97. package/packages/BnSmartForm/fileForm/fileFormData.js +50 -0
  98. package/packages/BnSmartForm/fileForm/index.vue +240 -0
  99. package/packages/BnSmartForm/formItemFooter/formItemFooter.vue +38 -0
  100. package/packages/BnSmartForm/formItemTop/formItemTop.vue +42 -0
  101. package/packages/BnSmartForm/index.vue +1201 -0
  102. package/packages/BnSmartForm/numberForm/index.vue +63 -0
  103. package/packages/BnSmartForm/radioForm/index.vue +72 -0
  104. package/packages/BnSmartForm/receiveForm/index.vue +112 -0
  105. package/packages/BnSmartForm/relationForm/index.vue +82 -0
  106. package/packages/BnSmartForm/scoreForm/index.vue +39 -0
  107. package/packages/BnSmartForm/selectForm/index.vue +55 -0
  108. package/packages/BnSmartForm/showValForm/index.vue +42 -0
  109. package/packages/BnSmartForm/showValForm/showValFormTable.vue +104 -0
  110. package/packages/BnSmartForm/smartFormsCommon.scss +43 -0
  111. package/packages/BnSmartForm/stringForm/index.vue +170 -0
  112. package/packages/BnVirtPopover/index.vue +319 -0
  113. package/packages/BnWebLog/BnWebLog.vue +140 -0
  114. package/packages/BnWorkSettingDrop/advancedOptions.js +112 -0
  115. package/packages/BnWorkSettingDrop/benBenAIUtil.js +89 -0
  116. package/packages/BnWorkSettingDrop/index.vue +292 -0
  117. package/packages/font/iconfont.css +243 -0
  118. package/packages/font/iconfont.ttf +0 -0
  119. package/packages/font/iconfont.woff +0 -0
  120. package/packages/font/iconfont.woff2 +0 -0
  121. package/utils/addressParse-old.js +645 -0
  122. package/utils/addressParse.js +735 -0
  123. package/utils/config.js +68 -0
  124. package/utils/index.js +1171 -0
  125. package/dist/assocTableSearch-C14i_zJO.js +0 -349
  126. package/dist/assocTableSearch.css +0 -1
  127. package/dist/bn-bus-ui.es.js +0 -65
  128. package/dist/bn-bus-ui.umd.js +0 -49
  129. package/dist/chooseIPaasData-Cl_5qkFA.js +0 -391
  130. package/dist/chooseIPaasData.css +0 -1
  131. package/dist/defaultSet-I4xpf8a4.js +0 -297
  132. package/dist/defaultSet.css +0 -1
  133. package/dist/fileFormData-D_Q1vylE.js +0 -53
  134. package/dist/formItemFooter-CTA7rDtV.js +0 -108
  135. package/dist/formItemFooter.css +0 -1
  136. package/dist/funcExprDialog-Cm5BiRM3.js +0 -139
  137. package/dist/funcExprDialog.css +0 -1
  138. package/dist/index-B6b4uj8v.js +0 -51
  139. package/dist/index-BWdkDTbz.js +0 -109
  140. package/dist/index-BdZ1zOap.js +0 -89
  141. package/dist/index-BdzNjjMC.js +0 -64
  142. package/dist/index-BfpZqab2.js +0 -66
  143. package/dist/index-BmkiB4hr.js +0 -66
  144. package/dist/index-Br1sqCoo.js +0 -58
  145. package/dist/index-C9qrl-yc.js +0 -183
  146. package/dist/index-CXFJXCn5.js +0 -746
  147. package/dist/index-DF114jZq.js +0 -135
  148. package/dist/index-DFPfZ_Il.js +0 -178
  149. package/dist/index-DSEtu7TN.js +0 -44
  150. package/dist/index-Did0UUWV.js +0 -221
  151. package/dist/index-DrPj-tmI.js +0 -45
  152. package/dist/index-DzDf9s2W.js +0 -89
  153. package/dist/index-LnjudNEI.js +0 -118
  154. package/dist/index-ObCfCmDT.js +0 -45
  155. package/dist/index.css +0 -1
  156. package/dist/index2.css +0 -1
  157. package/dist/index3.css +0 -1
  158. package/dist/index4.css +0 -1
  159. package/dist/index5.css +0 -1
  160. package/dist/index6.css +0 -1
  161. package/dist/index7.css +0 -1
  162. package/dist/install-C-scqkds.js +0 -23103
  163. package/dist/install.css +0 -1
  164. package/dist/setOption-CSnWzOny.js +0 -329
  165. package/dist/setOption.css +0 -1
  166. package/dist/setRelationOption-CJcHdfaa.js +0 -5217
  167. package/dist/setRelationOption.css +0 -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