@zgfe/business-lib 1.2.70-hxd.9 → 1.2.71-hxd.5

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 (395) hide show
  1. package/README.md +12 -12
  2. package/config.js +41 -41
  3. package/es/AUMFormulaTarget/components/formula/index.js +16 -14
  4. package/es/AUMFormulaTarget/components/formula/index.less +86 -86
  5. package/es/AUMFormulaTarget/components/formula/util.js +6 -6
  6. package/es/AUMFormulaTarget/components/formulaItem/index.js +23 -23
  7. package/es/AUMFormulaTarget/components/panel/cdpCshCondition.js +52 -52
  8. package/es/AUMFormulaTarget/components/panel/index.js +30 -30
  9. package/es/AUMFormulaTarget/components/panel/index.less +269 -269
  10. package/es/AUMFormulaTarget/components/panel/item.js +22 -22
  11. package/es/AUMFormulaTarget/components/symbol/index.js +5 -5
  12. package/es/AUMFormulaTarget/components/symbol/index.less +49 -49
  13. package/es/AUMFormulaTarget/demo/group.js +13 -13
  14. package/es/AUMFormulaTarget/demo/index.js +1 -1
  15. package/es/AUMFormulaTarget/index.d.ts +4 -1
  16. package/es/AUMFormulaTarget/index.js +11 -11
  17. package/es/AUMFormulaTarget/styles/index.less +74 -74
  18. package/es/addToPanel/components/addPanel.js +5 -5
  19. package/es/addToPanel/components/numberChart.js +5 -5
  20. package/es/addToPanel/components/radioGroup.d.ts +4 -1
  21. package/es/addToPanel/components/styleList.d.ts +4 -1
  22. package/es/addToPanel/components/styleList.js +5 -5
  23. package/es/addToPanel/components/wholeChart.js +5 -5
  24. package/es/addToPanel/demo/edit.js +7 -7
  25. package/es/addToPanel/demo/index.js +7 -7
  26. package/es/addToPanel/index.d.ts +4 -1
  27. package/es/addToPanel/index.js +22 -22
  28. package/es/addToPanel/styles/addPanel.less +25 -25
  29. package/es/addToPanel/styles/index.less +17 -17
  30. package/es/addToPanel/styles/style.less +66 -66
  31. package/es/addToScene/demo/index.js +7 -7
  32. package/es/addToScene/index.js +11 -16
  33. package/es/addToScene/styles/index.less +30 -30
  34. package/es/amountSelector/demo/index.d.ts +3 -0
  35. package/es/amountSelector/demo/index.js +9 -0
  36. package/es/amountSelector/index.d.ts +10 -0
  37. package/es/amountSelector/index.js +21 -0
  38. package/es/amountSelector/styles/index.less +27 -0
  39. package/es/amountSelector/types.d.ts +4 -0
  40. package/es/amountSelector/types.js +1 -0
  41. package/es/amountSelector/util.d.ts +3 -0
  42. package/es/amountSelector/util.js +18 -0
  43. package/es/assets/colorIcon/demo.css +539 -539
  44. package/es/assets/colorIcon/demo_index.html +1985 -1454
  45. package/es/assets/colorIcon/iconfont.css +329 -236
  46. package/es/assets/colorIcon/iconfont.js +13 -14
  47. package/es/assets/colorIcon/iconfont.json +555 -394
  48. package/es/assets/colorIcon/iconfont.ttf +0 -0
  49. package/es/assets/colorIcon/iconfont.woff +0 -0
  50. package/es/assets/colorIcon/iconfont.woff2 +0 -0
  51. package/es/assets/demo/dropdown.js +5 -5
  52. package/es/assets/demo/input.js +5 -5
  53. package/es/assets/iconfont/demo.css +539 -539
  54. package/es/assets/iconfont/demo_index.html +5563 -5708
  55. package/es/assets/iconfont/iconfont.css +1015 -975
  56. package/es/assets/iconfont/iconfont.js +1 -1
  57. package/es/assets/iconfont/iconfont.json +1584 -1689
  58. package/es/assets/styles/chunks.less +183 -183
  59. package/es/assets/styles/inner.less +3 -3
  60. package/es/assets/styles/resetAntd.less +568 -564
  61. package/es/assets/styles/variable.less +21 -21
  62. package/es/assets/theme.js +2 -2
  63. package/es/attrCondition/demo/group.js +1 -1
  64. package/es/attrCondition/group.js +15 -10
  65. package/es/attrCondition/index.js +20 -15
  66. package/es/attrCondition/styles/index.less +101 -101
  67. package/es/attrCondition/useAttrCondition.js +14 -12
  68. package/es/attrCondition/useConditionGroup.js +8 -8
  69. package/es/attrConditions/components/operateList.js +16 -13
  70. package/es/attrConditions/components/stringList.js +26 -31
  71. package/es/attrConditions/components/valuesList.js +5 -5
  72. package/es/attrConditions/demo/group.js +7 -7
  73. package/es/attrConditions/demo/index.js +5 -5
  74. package/es/attrConditions/group.js +3 -3
  75. package/es/attrConditions/index.d.ts +4 -1
  76. package/es/attrConditions/index.js +4 -2
  77. package/es/attrConditions/styles/group.less +49 -49
  78. package/es/attrConditions/styles/index.less +151 -151
  79. package/es/attrConditions/types.d.ts +4 -0
  80. package/es/attrConditions/utils/operates.d.ts +4 -0
  81. package/es/attrConditions/utils/operates.js +37 -0
  82. package/es/attributeSelector/demo/disable.js +5 -5
  83. package/es/attributeSelector/demo/extra.js +5 -5
  84. package/es/attributeSelector/demo/funnel.js +5 -5
  85. package/es/attributeSelector/demo/index.js +5 -5
  86. package/es/attributeSelector/index.js +43 -37
  87. package/es/attributeSelector/listPanel.js +332 -125
  88. package/es/attributeSelector/styles/index.less +141 -141
  89. package/es/attributeSelector/types.d.ts +2 -0
  90. package/es/attributeSelector/util.js +3 -0
  91. package/es/chart/demo/data/data5 copy.js +2 -2
  92. package/es/chart/demo/index.js +6 -6
  93. package/es/chart/demo/line_bar_stack.js +25 -25
  94. package/es/chart/demo/stack.js +6 -6
  95. package/es/chart/index.js +21 -23
  96. package/es/chart/styles/index.less +113 -113
  97. package/es/chart/util/chartOptionConfig.js +6 -6
  98. package/es/chart/util/color.js +1 -1
  99. package/es/chart/util/data/china.js +18 -18
  100. package/es/chart/util/formatData.js +6 -6
  101. package/es/chart/util/mapUtil.js +11 -11
  102. package/es/colorIcon/index.js +2 -4
  103. package/es/constants/apis.d.ts +4 -0
  104. package/es/constants/apis.js +6 -2
  105. package/es/constants/common.d.ts +11 -0
  106. package/es/constants/common.js +31 -0
  107. package/es/context/index.d.ts +2 -0
  108. package/es/cycleTime/demo/hour.js +5 -5
  109. package/es/cycleTime/index.js +22 -24
  110. package/es/cycleTime/month.js +9 -12
  111. package/es/cycleTime/styles/index.less +24 -24
  112. package/es/cycleTime/styles/month.less +95 -95
  113. package/es/dataSetGroup/index.js +5 -6
  114. package/es/dataSetGroup/overlay.js +10 -10
  115. package/es/dataSetGroup/styles/index.less +146 -146
  116. package/es/datePicker/datePicker.js +8 -8
  117. package/es/datePicker/demo/customType.js +5 -5
  118. package/es/datePicker/demo/day.js +5 -5
  119. package/es/datePicker/demo/index.js +5 -5
  120. package/es/datePicker/index.d.ts +4 -1
  121. package/es/datePicker/index.js +19 -19
  122. package/es/datePicker/shortcut.js +5 -5
  123. package/es/datePicker/styles/index.less +53 -53
  124. package/es/datePickerV2/datePicker.d.ts +1 -1
  125. package/es/datePickerV2/datePicker.js +11 -8
  126. package/es/datePickerV2/demo/customType.js +5 -5
  127. package/es/datePickerV2/demo/day.js +5 -5
  128. package/es/datePickerV2/demo/index.js +6 -6
  129. package/es/datePickerV2/index.d.ts +4 -1
  130. package/es/datePickerV2/index.js +40 -26
  131. package/es/datePickerV2/popoverContent.d.ts +1 -1
  132. package/es/datePickerV2/popoverContent.js +9 -9
  133. package/es/datePickerV2/shortcut.js +8 -8
  134. package/es/datePickerV2/styles/index.less +194 -194
  135. package/es/datePickerV2/types.d.ts +3 -1
  136. package/es/datePickerV2/types.js +1 -0
  137. package/es/datePickerV2/utils.js +24 -2
  138. package/es/demoWrapper/content.js +46 -47
  139. package/es/demoWrapper/index.js +15 -15
  140. package/es/demoWrapper/index.less +3 -3
  141. package/es/demoWrapper/innerDemo.js +1 -1
  142. package/es/dialog/demo/index.js +5 -5
  143. package/es/dialog/index.d.ts +4 -1
  144. package/es/dialog/index.js +6 -6
  145. package/es/dialog/styles/index.less +22 -22
  146. package/es/dnd/demo/data.js +5 -5
  147. package/es/dnd/demo/handle.js +5 -5
  148. package/es/dnd/demo/index.js +5 -1
  149. package/es/dnd/demo/styles/index.less +34 -34
  150. package/es/dnd/index.d.ts +4 -1
  151. package/es/dnd/index.js +10 -11
  152. package/es/dnd/item.js +20 -6
  153. package/es/dnd/styles/index.less +19 -19
  154. package/es/empty/index.js +6 -6
  155. package/es/eventSelector/demo/index.js +5 -5
  156. package/es/eventSelector/demo/multiple.js +5 -5
  157. package/es/eventSelector/index.d.ts +4 -1
  158. package/es/eventSelector/index.js +10 -9
  159. package/es/eventSelector/listPanel.js +42 -46
  160. package/es/eventSelector/option.d.ts +1 -0
  161. package/es/eventSelector/option.js +15 -4
  162. package/es/eventSelector/styles/index.less +127 -123
  163. package/es/eventSelector/types.d.ts +1 -0
  164. package/es/formulaTarget/components/formula/index.js +9 -8
  165. package/es/formulaTarget/components/formula/index.less +76 -76
  166. package/es/formulaTarget/components/formula/types.d.ts +1 -0
  167. package/es/formulaTarget/components/formula/util.js +6 -6
  168. package/es/formulaTarget/components/formulaItem/index.js +27 -22
  169. package/es/formulaTarget/components/formulaItem/types.d.ts +1 -0
  170. package/es/formulaTarget/components/panel/index.js +34 -33
  171. package/es/formulaTarget/components/panel/index.less +139 -139
  172. package/es/formulaTarget/components/panel/item.js +17 -10
  173. package/es/formulaTarget/components/panel/types.d.ts +2 -0
  174. package/es/formulaTarget/components/symbol/index.js +5 -5
  175. package/es/formulaTarget/components/symbol/index.less +49 -49
  176. package/es/formulaTarget/demo/group.js +13 -13
  177. package/es/formulaTarget/index.d.ts +4 -1
  178. package/es/formulaTarget/index.js +27 -26
  179. package/es/formulaTarget/styles/index.less +74 -74
  180. package/es/formulaTarget/types.d.ts +1 -0
  181. package/es/hooks/types/subject.d.ts +14 -14
  182. package/es/hooks/useBizStore.js +38 -44
  183. package/es/hooks/useChanged.js +5 -5
  184. package/es/hooks/useSubject.js +5 -5
  185. package/es/icon/demo/list.less +32 -32
  186. package/es/icon/iconFont.d.ts +4 -1
  187. package/es/icon/iconFont.js +8 -8
  188. package/es/index.d.ts +2 -1
  189. package/es/index.js +2 -1
  190. package/es/layout/analysisLayout/demo/index.less +12 -12
  191. package/es/layout/analysisLayout/index.d.ts +4 -1
  192. package/es/layout/analysisLayout/index.js +8 -8
  193. package/es/layout/analysisLayout/index.less +118 -118
  194. package/es/layout/columnLayout/demo/data.js +9 -9
  195. package/es/layout/columnLayout/demo/index.js +5 -5
  196. package/es/layout/columnLayout/demo/index.less +15 -15
  197. package/es/layout/columnLayout/demo/panel.js +5 -5
  198. package/es/layout/columnLayout/index.d.ts +4 -1
  199. package/es/layout/columnLayout/index.js +10 -10
  200. package/es/layout/columnLayout/index.less +81 -81
  201. package/es/layout/detail/index.less +27 -27
  202. package/es/layout/optionTitle/components/btnMenu/demo.js +2 -2
  203. package/es/layout/optionTitle/components/btnMenu/index.js +6 -6
  204. package/es/layout/optionTitle/components/btnMenu/index.less +18 -18
  205. package/es/layout/optionTitle/components/changePanelModal/index.js +14 -14
  206. package/es/layout/optionTitle/components/changePanelModal/panelItem.js +10 -10
  207. package/es/layout/optionTitle/components/changePanelModal/styles/index.less +92 -92
  208. package/es/layout/optionTitle/components/title/demo.js +5 -5
  209. package/es/layout/optionTitle/components/title/index.d.ts +1 -2
  210. package/es/layout/optionTitle/components/title/index.js +19 -15
  211. package/es/layout/optionTitle/components/title/index.less +43 -43
  212. package/es/layout/optionTitle/demo/index.js +5 -5
  213. package/es/layout/optionTitle/demo/index.less +12 -12
  214. package/es/layout/optionTitle/demo/layout.js +5 -5
  215. package/es/layout/optionTitle/demo/panelCreate.js +5 -5
  216. package/es/layout/optionTitle/index.js +16 -16
  217. package/es/layout/optionTitle/layout.js +9 -9
  218. package/es/layout/optionTitle/styles/index.less +30 -30
  219. package/es/layout/optionTitle/styles/layout.less +90 -90
  220. package/es/layout/optionTitle/styles/search.less +27 -27
  221. package/es/loading/styles/index.less +20 -20
  222. package/es/loginForm/index.js +5 -5
  223. package/es/loginForm/index.less +7 -7
  224. package/es/platformSelector/index.js +5 -5
  225. package/es/platformSelector/styles/index.less +26 -26
  226. package/es/productCondition/conditionTypeList.d.ts +4 -1
  227. package/es/productCondition/conditionTypeList.js +2 -2
  228. package/es/productCondition/conditions/cdpCshCondition.js +54 -51
  229. package/es/productCondition/conditions/constants.d.ts +2 -0
  230. package/es/productCondition/conditions/constants.js +2 -0
  231. package/es/productCondition/conditions/eventCondition.js +8 -8
  232. package/es/productCondition/conditions/order/runPeriodCondition.js +8 -10
  233. package/es/productCondition/conditions/order/runTimesCondition.js +13 -13
  234. package/es/productCondition/conditions/periodCondition.d.ts +4 -1
  235. package/es/productCondition/conditions/periodCondition.js +8 -8
  236. package/es/productCondition/conditions/propCondition.d.ts +4 -1
  237. package/es/productCondition/conditions/propCondition.js +14 -14
  238. package/es/productCondition/conditions/runTimesCondition.js +6 -6
  239. package/es/productCondition/conditions/styles/cdpCondition.less +31 -31
  240. package/es/productCondition/conditions/styles/cdpCshCondition.less +41 -41
  241. package/es/productCondition/conditions/styles/eventCondition.less +51 -51
  242. package/es/productCondition/conditions/styles/periodCondition.less +26 -26
  243. package/es/productCondition/conditions/styles/propCondition.less +43 -43
  244. package/es/productCondition/conditions/styles/runTimesCondition.less +19 -19
  245. package/es/productCondition/conditions/styles/tagsCondition.less +20 -20
  246. package/es/productCondition/conditions/styles/textDesc.less +17 -17
  247. package/es/productCondition/conditions/textDesc.js +6 -6
  248. package/es/productCondition/conditions/timeDimension.js +18 -18
  249. package/es/productCondition/demo/business.js +5 -5
  250. package/es/productCondition/demo/index.js +5 -5
  251. package/es/productCondition/index.d.ts +4 -1
  252. package/es/productCondition/index.js +17 -17
  253. package/es/productCondition/orConditions.js +8 -8
  254. package/es/productCondition/relationLabel.js +2 -2
  255. package/es/productCondition/styles/conditionTypeList.less +32 -30
  256. package/es/productCondition/styles/conditionWrap.less +18 -18
  257. package/es/productCondition/styles/index.less +33 -33
  258. package/es/productCondition/styles/orConditions.less +34 -34
  259. package/es/productCondition/styles/relationLabel.less +19 -19
  260. package/es/productCondition/types.d.ts +3 -1
  261. package/es/productCondition/util.d.ts +4 -0
  262. package/es/productCondition/util.js +10 -8
  263. package/es/quickDatePicker/demo/index.js +36 -16
  264. package/es/quickDatePicker/index.js +119 -22
  265. package/es/quickDatePicker/styles/index.less +141 -138
  266. package/es/quickDatePicker/types.d.ts +13 -0
  267. package/es/quickDatePicker/utils.d.ts +6 -0
  268. package/es/quickDatePicker/utils.js +54 -1
  269. package/es/select/demo/children.js +5 -5
  270. package/es/select/demo/group.js +5 -5
  271. package/es/select/demo/index.js +7 -6
  272. package/es/select/demo/loading.js +5 -5
  273. package/es/select/demo/multiple.js +5 -5
  274. package/es/select/handle.js +14 -21
  275. package/es/select/index.d.ts +4 -1
  276. package/es/select/index.js +16 -17
  277. package/es/select/option.js +14 -14
  278. package/es/select/overlay.js +17 -18
  279. package/es/select/styles/handle.less +206 -193
  280. package/es/select/styles/index.less +129 -129
  281. package/es/socket/demo/demo.js +10 -10
  282. package/es/socket/demo/index.less +27 -27
  283. package/es/socket/index.js +23 -26
  284. package/es/subjectWrapper/index.js +16 -14
  285. package/es/subjectWrapper/index.less +12 -12
  286. package/es/table/demo/data/color.js +1 -1
  287. package/es/table/demo/index.js +15 -15
  288. package/es/table/demo/index2.js +5 -5
  289. package/es/table/demo/index3.js +8 -8
  290. package/es/table/index.js +11 -38
  291. package/es/table/styles/index.less +5 -5
  292. package/es/targetConditionGroup/components/targetDimension.js +157 -64
  293. package/es/targetConditionGroup/demo/group.js +18 -31
  294. package/es/targetConditionGroup/demo/index.js +5 -5
  295. package/es/targetConditionGroup/demo/styles/index.less +29 -29
  296. package/es/targetConditionGroup/index.d.ts +4 -1
  297. package/es/targetConditionGroup/index.js +41 -39
  298. package/es/targetConditionGroup/styles/index.less +53 -53
  299. package/es/targetConditionGroup/types.d.ts +1 -0
  300. package/es/targetSelector/demo/index.js +5 -5
  301. package/es/targetSelector/editBox.d.ts +1 -0
  302. package/es/targetSelector/editBox.js +13 -8
  303. package/es/targetSelector/index.js +9 -8
  304. package/es/targetSelector/optionIcon.d.ts +4 -1
  305. package/es/targetSelector/optionIcon.js +3 -0
  306. package/es/targetSelector/styles/index.less +142 -110
  307. package/es/userCondition/conditionTypeList.d.ts +4 -1
  308. package/es/userCondition/conditionTypeList.js +13 -12
  309. package/es/userCondition/conditions/business/operatorCondition.js +15 -15
  310. package/es/userCondition/conditions/business/paramsCondition.js +10 -10
  311. package/es/userCondition/conditions/businessCondition.js +15 -15
  312. package/es/userCondition/conditions/cdpCondition.js +36 -33
  313. package/es/userCondition/conditions/cdpCshCondition.js +54 -51
  314. package/es/userCondition/conditions/constants.d.ts +2 -0
  315. package/es/userCondition/conditions/constants.js +2 -0
  316. package/es/userCondition/conditions/dataAttribute.js +22 -18
  317. package/es/userCondition/conditions/eventCondition.js +31 -39
  318. package/es/userCondition/conditions/order/runPeriodCondition.d.ts +4 -1
  319. package/es/userCondition/conditions/order/runPeriodCondition.js +6 -6
  320. package/es/userCondition/conditions/order/runTimesCondition.js +13 -13
  321. package/es/userCondition/conditions/periodCondition.d.ts +4 -1
  322. package/es/userCondition/conditions/periodCondition.js +26 -18
  323. package/es/userCondition/conditions/propCondition.js +23 -23
  324. package/es/userCondition/conditions/runTimesCondition.js +6 -6
  325. package/es/userCondition/conditions/styles/cdpCondition.less +37 -37
  326. package/es/userCondition/conditions/styles/cdpCshCondition.less +47 -47
  327. package/es/userCondition/conditions/styles/eventCondition.less +71 -57
  328. package/es/userCondition/conditions/styles/periodCondition.less +32 -26
  329. package/es/userCondition/conditions/styles/propCondition.less +43 -43
  330. package/es/userCondition/conditions/styles/runTimesCondition.less +19 -19
  331. package/es/userCondition/conditions/styles/tagsCondition.less +20 -20
  332. package/es/userCondition/conditions/styles/textDesc.less +16 -17
  333. package/es/userCondition/conditions/tagsCondition.js +23 -16
  334. package/es/userCondition/conditions/textDesc.js +20 -16
  335. package/es/userCondition/conditions/timeDimension.js +18 -18
  336. package/es/userCondition/demo/business.js +5 -5
  337. package/es/userCondition/demo/index.js +25 -19
  338. package/es/userCondition/demo/mockData.d.ts +20 -94
  339. package/es/userCondition/demo/mockData.js +31 -76
  340. package/es/userCondition/index.d.ts +5 -1
  341. package/es/userCondition/index.js +91 -72
  342. package/es/userCondition/orConditions.js +8 -8
  343. package/es/userCondition/relationLabel.js +2 -2
  344. package/es/userCondition/styles/conditionTypeList.less +32 -30
  345. package/es/userCondition/styles/conditionWrap.less +18 -18
  346. package/es/userCondition/styles/index.less +33 -33
  347. package/es/userCondition/styles/orConditions.less +34 -34
  348. package/es/userCondition/styles/relationLabel.less +19 -19
  349. package/es/userCondition/types.d.ts +5 -2
  350. package/es/userCondition/util.d.ts +4 -0
  351. package/es/userCondition/util.js +10 -8
  352. package/es/userGroup/demo/group.js +13 -13
  353. package/es/userGroup/demo/index.js +8 -15
  354. package/es/userGroup/index.d.ts +4 -1
  355. package/es/userGroup/index.js +71 -24
  356. package/es/userGroup/overlay.js +32 -18
  357. package/es/userGroup/styles/index.less +199 -145
  358. package/es/userGroup/types.d.ts +2 -0
  359. package/es/userGroup/util.d.ts +2 -0
  360. package/es/userGroup/util.js +47 -0
  361. package/es/userGroupHeader/demo/index.js +1 -1
  362. package/es/userGroupHeader/index.d.ts +1 -0
  363. package/es/userGroupHeader/index.js +61 -14
  364. package/es/userGroupHeader/styles/index.less +50 -31
  365. package/es/userTagsSelector/cascaderOverlay.d.ts +4 -1
  366. package/es/userTagsSelector/cascaderOverlay.js +36 -29
  367. package/es/userTagsSelector/components/search/index.less +6 -6
  368. package/es/userTagsSelector/components/tagList/index.d.ts +4 -1
  369. package/es/userTagsSelector/components/tagList/index.js +5 -5
  370. package/es/userTagsSelector/components/tagList/index.less +13 -13
  371. package/es/userTagsSelector/demo/index.js +5 -5
  372. package/es/userTagsSelector/groups/index.d.ts +4 -1
  373. package/es/userTagsSelector/groups/index.js +5 -5
  374. package/es/userTagsSelector/groups/styles/option.less +55 -55
  375. package/es/userTagsSelector/index.d.ts +4 -1
  376. package/es/userTagsSelector/index.js +43 -13
  377. package/es/userTagsSelector/multipleCheckPanel/index.js +5 -5
  378. package/es/userTagsSelector/multipleCheckPanel/styles/option.less +40 -40
  379. package/es/userTagsSelector/styles/cascaderOverlay.less +34 -34
  380. package/es/userTagsSelector/styles/index.less +20 -10
  381. package/es/userTagsSelector/types.d.ts +2 -0
  382. package/es/userTagsSelector/util.d.ts +1 -0
  383. package/es/userTagsSelector/util.js +20 -0
  384. package/es/utils/ajax.js +83 -49
  385. package/es/utils/demo/interruption.js +5 -5
  386. package/es/utils/eventApi.d.ts +14 -0
  387. package/es/utils/eventApi.js +120 -0
  388. package/es/utils/index.d.ts +2 -1
  389. package/es/utils/index.js +2 -1
  390. package/es/utils/type.d.ts +1 -0
  391. package/es/utils/type.js +6 -6
  392. package/es/utils/util.d.ts +1 -0
  393. package/es/utils/util.js +18 -0
  394. package/package.json +2 -2
  395. package/es/assets/colorIcon/iconfont.svg +0 -129
@@ -1,975 +1,1015 @@
1
- @font-face {
2
- font-family: "bsicon"; /* Project id 2545884 */
3
- src: url('iconfont.woff2?t=1736474045239') format('woff2'),
4
- url('iconfont.woff?t=1736474045239') format('woff'),
5
- url('iconfont.ttf?t=1736474045239') format('truetype');
6
- }
7
-
8
- .bsicon {
9
- font-family: "bsicon" !important;
10
- font-size: 16px;
11
- font-style: normal;
12
- -webkit-font-smoothing: antialiased;
13
- -moz-osx-font-smoothing: grayscale;
14
- }
15
-
16
- .a-quxiaoquanping1:before {
17
- content: "\e658";
18
- }
19
-
20
- .erweima:before {
21
- content: "\e7dd";
22
- }
23
-
24
- .shouji:before {
25
- content: "\e7db";
26
- }
27
-
28
- .qiehuanhengping:before {
29
- content: "\e7dc";
30
- }
31
-
32
- .yonghurenshushuaxin:before {
33
- content: "\e657";
34
- }
35
-
36
- .fenxiang:before {
37
- content: "\e656";
38
- }
39
-
40
- .a-iconzhuyi:before {
41
- content: "\e655";
42
- }
43
-
44
- .xingmingpaixuA-Z:before {
45
- content: "\e7d9";
46
- }
47
-
48
- .xingmingpaixuZ-A:before {
49
- content: "\e7da";
50
- }
51
-
52
- .shuxingfenxi:before {
53
- content: "\e654";
54
- }
55
-
56
- .fangdajing:before {
57
- content: "\e652";
58
- }
59
-
60
- .suoxiao1:before {
61
- content: "\e653";
62
- }
63
-
64
- .a-node-tree2:before {
65
- content: "\e650";
66
- }
67
-
68
- .a-table-view1:before {
69
- content: "\e651";
70
- }
71
-
72
- .tijiao:before {
73
- content: "\e7d8";
74
- }
75
-
76
- .gengduo:before {
77
- content: "\e7d3";
78
- }
79
-
80
- .wenjianjia:before {
81
- content: "\e7d4";
82
- }
83
-
84
- .tuozhuai:before {
85
- content: "\e6b6";
86
- }
87
-
88
- .quanxuan:before {
89
- content: "\e7d0";
90
- }
91
-
92
- .shangfangtianjia:before {
93
- content: "\e7d1";
94
- }
95
-
96
- .xiafangtianjia:before {
97
- content: "\e7d2";
98
- }
99
-
100
- .chanpindiedai1:before {
101
- content: "\e7cf";
102
- }
103
-
104
- .a-quanping1:before {
105
- content: "\e64f";
106
- }
107
-
108
- .hongmeng:before {
109
- content: "\e64a";
110
- }
111
-
112
- .bangzhuzhongxin:before {
113
- content: "\e64b";
114
- }
115
-
116
- .lishijilu:before {
117
- content: "\e64c";
118
- }
119
-
120
- .xiaopingmuzhanshi:before {
121
- content: "\e64d";
122
- }
123
-
124
- .xinjianhuati:before {
125
- content: "\e64e";
126
- }
127
-
128
- .shijian:before {
129
- content: "\e7cd";
130
- }
131
-
132
- .rili:before {
133
- content: "\e7ce";
134
- }
135
-
136
- .rili-2:before {
137
- content: "\e7cc";
138
- }
139
-
140
- .qita:before {
141
- content: "\e649";
142
- }
143
-
144
- .jieshu:before {
145
- content: "\e7cb";
146
- }
147
-
148
- .xiaoxitongzhi:before {
149
- content: "\e7ca";
150
- }
151
-
152
- .shenpi:before {
153
- content: "\e7c9";
154
- }
155
-
156
- .shangchuantupian:before {
157
- content: "\e648";
158
- }
159
-
160
- .charuzhibiao:before {
161
- content: "\e644";
162
- }
163
-
164
- .tianjiabiaoti:before {
165
- content: "\e645";
166
- }
167
-
168
- .tianjiawenben:before {
169
- content: "\e646";
170
- }
171
-
172
- .tianjiatupian:before {
173
- content: "\e647";
174
- }
175
-
176
- .a-js2:before {
177
- content: "\e63f";
178
- }
179
-
180
- .weixinxiaochengxu:before {
181
- content: "\e640";
182
- }
183
-
184
- .ios1:before {
185
- content: "\e641";
186
- }
187
-
188
- .android1:before {
189
- content: "\e642";
190
- }
191
-
192
- .fuwuqi:before {
193
- content: "\e643";
194
- }
195
-
196
- .yonghuyingxiao:before {
197
- content: "\e63a";
198
- }
199
-
200
- .licaiyewufenxi:before {
201
- content: "\e7c8";
202
- }
203
-
204
- .xinyongkayewu:before {
205
- content: "\e7c6";
206
- }
207
-
208
- .xinyongkafenqi:before {
209
- content: "\e7c7";
210
- }
211
-
212
- .a-LTVfenxi:before {
213
- content: "\e7c5";
214
- }
215
-
216
- .daohangerjijiantou:before {
217
- content: "\e632";
218
- }
219
-
220
- .daohangyijijiantoushouqi:before {
221
- content: "\e634";
222
- }
223
-
224
- .jiaosejiaohuan:before {
225
- content: "\e635";
226
- }
227
-
228
- .daohangyijijiantouzhankai:before {
229
- content: "\e636";
230
- }
231
-
232
- .cunkuanyewu:before {
233
- content: "\e7c4";
234
- }
235
-
236
- .maidian:before {
237
- content: "\e7c2";
238
- }
239
-
240
- .fenxifangfalun:before {
241
- content: "\e7c3";
242
- }
243
-
244
- .wendangshuoming:before {
245
- content: "\e7c1";
246
- }
247
-
248
- .bangzhu:before {
249
- content: "\e7c0";
250
- }
251
-
252
- .shuangyoujiantou:before {
253
- content: "\e7be";
254
- }
255
-
256
- .shuangzuojiantou:before {
257
- content: "\e7bf";
258
- }
259
-
260
- .chanpindiedai:before {
261
- content: "\e7bd";
262
- }
263
-
264
- .yonghufenqun1:before {
265
- content: "\e7bc";
266
- }
267
-
268
- .caidan-CEP:before {
269
- content: "\e7b8";
270
- }
271
-
272
- .a-caidan-shujukanbanBI:before {
273
- content: "\e7ba";
274
- }
275
-
276
- .caidan-shujuzhiliang:before {
277
- content: "\e7bb";
278
- }
279
-
280
- .shujukanban:before {
281
- content: "\e7b7";
282
- }
283
-
284
- .yewushuju:before {
285
- content: "\e7b3";
286
- }
287
-
288
- .maidianshuju:before {
289
- content: "\e7b5";
290
- }
291
-
292
- .biaoqianshuju:before {
293
- content: "\e7b6";
294
- }
295
-
296
- .guanli:before {
297
- content: "\e7b2";
298
- }
299
-
300
- .yonghu:before {
301
- content: "\e74e";
302
- }
303
-
304
- .zhengti:before {
305
- content: "\e7b4";
306
- }
307
-
308
- .caidan-biaoqianguanlitixi:before {
309
- content: "\e7af";
310
- }
311
-
312
- .caidan-biaoqianshujudaoru:before {
313
- content: "\e7b0";
314
- }
315
-
316
- .caidan-biaoqianshujushuchu:before {
317
- content: "\e7b1";
318
- }
319
-
320
- .xuhao6:before {
321
- content: "\e7aa";
322
- }
323
-
324
- .xuhao2:before {
325
- content: "\e7ab";
326
- }
327
-
328
- .xuhao5:before {
329
- content: "\e7ac";
330
- }
331
-
332
- .xuhao1:before {
333
- content: "\e7ad";
334
- }
335
-
336
- .xuhao4:before {
337
- content: "\e7ae";
338
- }
339
-
340
- .xuhao3:before {
341
- content: "\e7a9";
342
- }
343
-
344
- .html5:before {
345
- content: "\e7a6";
346
- }
347
-
348
- .ios:before {
349
- content: "\e7a7";
350
- }
351
-
352
- .android:before {
353
- content: "\e7a8";
354
- }
355
-
356
- .yonghufenqun:before {
357
- content: "\e7a5";
358
- }
359
-
360
- .BI:before {
361
- content: "\e79b";
362
- }
363
-
364
- .xinyongdaikuanfenxi:before {
365
- content: "\e79c";
366
- }
367
-
368
- .a-zhinengyingxiaoCXP:before {
369
- content: "\e79d";
370
- }
371
-
372
- .yonghu1:before {
373
- content: "\e79e";
374
- }
375
-
376
- .changyongfenxichangjing:before {
377
- content: "\e79f";
378
- }
379
-
380
- .yonghutiyanjiankong:before {
381
- content: "\e7a0";
382
- }
383
-
384
- .yewuchangjing:before {
385
- content: "\e7a1";
386
- }
387
-
388
- .yonghubiaoqian:before {
389
- content: "\e7a2";
390
- }
391
-
392
- .chanpinbiaoqian:before {
393
- content: "\e7a3";
394
- }
395
-
396
- .yingxiaoshujufenxi:before {
397
- content: "\e7a4";
398
- }
399
-
400
- .yichangtongzhi1:before {
401
- content: "\e6f3";
402
- }
403
-
404
- .renwuguanli1:before {
405
- content: "\e6f4";
406
- }
407
-
408
- .shujujieru:before {
409
- content: "\e79a";
410
- }
411
-
412
- .SQLjiaoben:before {
413
- content: "\e6f9";
414
- }
415
-
416
- .jisuanlie:before {
417
- content: "\e6f5";
418
- }
419
-
420
- .shujuqingxi:before {
421
- content: "\e6f6";
422
- }
423
-
424
- .chaifenlie:before {
425
- content: "\e6f7";
426
- }
427
-
428
- .hebinglie:before {
429
- content: "\e6f8";
430
- }
431
-
432
- .yichangtongzhi:before {
433
- content: "\e6f1";
434
- }
435
-
436
- .renwuguanli:before {
437
- content: "\e6f2";
438
- }
439
-
440
- .Session:before {
441
- content: "\e6f0";
442
- }
443
-
444
- .shouqi1:before {
445
- content: "\e797";
446
- }
447
-
448
- .tianjia2:before {
449
- content: "\e799";
450
- }
451
-
452
- .hexutu:before {
453
- content: "\e796";
454
- }
455
-
456
- .quanpingzhanshi:before {
457
- content: "\e6a3";
458
- }
459
-
460
- .liuxiangtu:before {
461
- content: "\e78f";
462
- }
463
-
464
- .xuritu:before {
465
- content: "\e790";
466
- }
467
-
468
- .sangjitu:before {
469
- content: "\e791";
470
- }
471
-
472
- .shuxingtu:before {
473
- content: "\e792";
474
- }
475
-
476
- .quanpingshouqi:before {
477
- content: "\e793";
478
- }
479
-
480
- .duigou:before {
481
- content: "\e78e";
482
- }
483
-
484
- .datav:before {
485
- content: "\e78c";
486
- }
487
-
488
- .gongxiang:before {
489
- content: "\e78d";
490
- }
491
-
492
- .daohangjiantou:before {
493
- content: "\e787";
494
- }
495
-
496
- .fangda:before {
497
- content: "\e788";
498
- }
499
-
500
- .chuangjian:before {
501
- content: "\e789";
502
- }
503
-
504
- .zhuanfa:before {
505
- content: "\e78a";
506
- }
507
-
508
- .suoxiao:before {
509
- content: "\e78b";
510
- }
511
-
512
- .loudou:before {
513
- content: "\e786";
514
- }
515
-
516
- .zhexiantu:before {
517
- content: "\e785";
518
- }
519
-
520
- .jiantoushang:before {
521
- content: "\e772";
522
- }
523
-
524
- .jiantouxia:before {
525
- content: "\e77f";
526
- }
527
-
528
- .jiantouyoushang:before {
529
- content: "\e780";
530
- }
531
-
532
- .biaoqian:before {
533
- content: "\e781";
534
- }
535
-
536
- .jiantouzuoshang:before {
537
- content: "\e784";
538
- }
539
-
540
- .tianjia3:before {
541
- content: "\e770";
542
- }
543
-
544
- .chu:before {
545
- content: "\e769";
546
- }
547
-
548
- .jian:before {
549
- content: "\e76a";
550
- }
551
-
552
- .bianji-tianchong:before {
553
- content: "\e768";
554
- }
555
-
556
- .a-shaixuan2:before {
557
- content: "\e767";
558
- }
559
-
560
- .guiyin:before {
561
- content: "\e764";
562
- }
563
-
564
- .shaixuan:before {
565
- content: "\e76e";
566
- }
567
-
568
- .qingchu:before {
569
- content: "\e759";
570
- }
571
-
572
- .shujuquzhong:before {
573
- content: "\e761";
574
- }
575
-
576
- .tihuanqueshizhi:before {
577
- content: "\e762";
578
- }
579
-
580
- .bofang:before {
581
- content: "\e75b";
582
- }
583
-
584
- .fangxiangshang:before {
585
- content: "\e75c";
586
- }
587
-
588
- .zanting:before {
589
- content: "\e75e";
590
- }
591
-
592
- .yinliang:before {
593
- content: "\e75f";
594
- }
595
-
596
- .fangxiangxia:before {
597
- content: "\e760";
598
- }
599
-
600
- .lianjie1:before {
601
- content: "\e74f";
602
- }
603
-
604
- .a-yanjingkai:before {
605
- content: "\e750";
606
- }
607
-
608
- .zhankai2:before {
609
- content: "\e74c";
610
- }
611
-
612
- .shouqi:before {
613
- content: "\e74d";
614
- }
615
-
616
- .shuaxin:before {
617
- content: "\e74a";
618
- }
619
-
620
- .caidan-shezhi:before {
621
- content: "\e747";
622
- }
623
-
624
- .caidan-tuichu:before {
625
- content: "\e745";
626
- }
627
-
628
- .tuozhuai1:before {
629
- content: "\e73e";
630
- }
631
-
632
- .fuzhi1:before {
633
- content: "\e752";
634
- }
635
-
636
- .paixu-shangsheng:before {
637
- content: "\e73d";
638
- }
639
-
640
- .yidongdao:before {
641
- content: "\e73b";
642
- }
643
-
644
- .paixu1:before {
645
- content: "\e73c";
646
- }
647
-
648
- .zengjia:before {
649
- content: "\e739";
650
- }
651
-
652
- .sousuo:before {
653
- content: "\e738";
654
- }
655
-
656
- .tishi:before {
657
- content: "\e736";
658
- }
659
-
660
- .file-excel:before {
661
- content: "\e735";
662
- }
663
-
664
- .file-add:before {
665
- content: "\e734";
666
- }
667
-
668
- .funnel-mark:before {
669
- content: "\e67f";
670
- }
671
-
672
- .emoji-feichangbumanyi:before {
673
- content: "\e72d";
674
- }
675
-
676
- .emoji-bumanyi:before {
677
- content: "\e72c";
678
- }
679
-
680
- .emoji-yiban:before {
681
- content: "\e72b";
682
- }
683
-
684
- .emoji-manyi:before {
685
- content: "\e72a";
686
- }
687
-
688
- .emoji-feichangmanyi:before {
689
- content: "\e728";
690
- }
691
-
692
- .biaoqing:before {
693
- content: "\e7d5";
694
- }
695
-
696
- .qingli:before {
697
- content: "\e7d6";
698
- }
699
-
700
- .tianchongyanse:before {
701
- content: "\e7d7";
702
- }
703
-
704
- .tishi1:before {
705
- content: "\e727";
706
- }
707
-
708
- .yidong:before {
709
- content: "\e6ea";
710
- }
711
-
712
- .daochu:before {
713
- content: "\e6e9";
714
- }
715
-
716
- .tianjia:before {
717
- content: "\e6e8";
718
- }
719
-
720
- .maidianguanli:before {
721
- content: "\e6e6";
722
- }
723
-
724
- .maidianfanganguanli:before {
725
- content: "\e6e7";
726
- }
727
-
728
- .shoucang-kong:before {
729
- content: "\e6e5";
730
- }
731
-
732
- .paixu:before {
733
- content: "\e6e4";
734
- }
735
-
736
- .xiazai1:before {
737
- content: "\e7b9";
738
- }
739
-
740
- .fuzhi:before {
741
- content: "\e6d7";
742
- }
743
-
744
- .zifuchuan:before {
745
- content: "\e6d9";
746
- }
747
-
748
- .riqi:before {
749
- content: "\e6da";
750
- }
751
-
752
- .shuzhi:before {
753
- content: "\e6db";
754
- }
755
-
756
- .shujuji_left:before {
757
- content: "\e6d2";
758
- }
759
-
760
- .inner:before {
761
- content: "\e6d3";
762
- }
763
-
764
- .shujuji_right:before {
765
- content: "\e6d4";
766
- }
767
-
768
- .all:before {
769
- content: "\e6d5";
770
- }
771
-
772
- .shanchutong:before {
773
- content: "\e6b1";
774
- }
775
-
776
- .shanchu2:before {
777
- content: "\e6b2";
778
- }
779
-
780
- .zhongxinjiazai:before {
781
- content: "\e6b3";
782
- }
783
-
784
- .tiaozhengdaxiao-zuoyou:before {
785
- content: "\e6b4";
786
- }
787
-
788
- .tiaozhengdaxiao-shangxia:before {
789
- content: "\e6b5";
790
- }
791
-
792
- .gengduocaozuo2:before {
793
- content: "\e6b0";
794
- }
795
-
796
- .shujujiyewu:before {
797
- content: "\e6ad";
798
- }
799
-
800
- .zhongmingming:before {
801
- content: "\e6ae";
802
- }
803
-
804
- .bianji1:before {
805
- content: "\e6af";
806
- }
807
-
808
- .shuchu:before {
809
- content: "\e6ac";
810
- }
811
-
812
- .shujuchaifen:before {
813
- content: "\e6a9";
814
- }
815
-
816
- .juhe:before {
817
- content: "\e6ab";
818
- }
819
-
820
- .liezhuanlie:before {
821
- content: "\e6a8";
822
- }
823
-
824
- .hangzhuanlie:before {
825
- content: "\e6a7";
826
- }
827
-
828
- .ziduanshezhi:before {
829
- content: "\e6a6";
830
- }
831
-
832
- .lianjie:before {
833
- content: "\e6a4";
834
- }
835
-
836
- .hebing:before {
837
- content: "\e6a5";
838
- }
839
-
840
- .shoucang:before {
841
- content: "\e6a2";
842
- }
843
-
844
- .zhankai1:before {
845
- content: "\e6a0";
846
- }
847
-
848
- .biaoqianfenlei:before {
849
- content: "\e69e";
850
- }
851
-
852
- .biaoqianzonglan:before {
853
- content: "\e69f";
854
- }
855
-
856
- .shanchu1:before {
857
- content: "\e69d";
858
- }
859
-
860
- .cuowu:before {
861
- content: "\e69c";
862
- }
863
-
864
- .xianshilie:before {
865
- content: "\e69b";
866
- }
867
-
868
- .fanhuiicon:before {
869
- content: "\e699";
870
- }
871
-
872
- .tishiicon:before {
873
- content: "\e798";
874
- }
875
-
876
- .bingtu:before {
877
- content: "\e794";
878
- }
879
-
880
- .xianshi:before {
881
- content: "\e795";
882
- }
883
-
884
- .daochu1:before {
885
- content: "\e771";
886
- }
887
-
888
- .shengcheng:before {
889
- content: "\e774";
890
- }
891
-
892
- .fenshu:before {
893
- content: "\e775";
894
- }
895
-
896
- .huizongtu:before {
897
- content: "\e777";
898
- }
899
-
900
- .qushitu1:before {
901
- content: "\e779";
902
- }
903
-
904
- .ditu:before {
905
- content: "\e778";
906
- }
907
-
908
- .biaoge:before {
909
- content: "\e77a";
910
- }
911
-
912
- .baogao:before {
913
- content: "\e77e";
914
- }
915
-
916
- .bianji:before {
917
- content: "\e729";
918
- }
919
-
920
- .shanchu:before {
921
- content: "\e754";
922
- }
923
-
924
- .shijian1:before {
925
- content: "\e75d";
926
- }
927
-
928
- .zhankai:before {
929
- content: "\e76b";
930
- }
931
-
932
- .zhedie:before {
933
- content: "\e76c";
934
- }
935
-
936
- .gengduocaozuo1:before {
937
- content: "\e757";
938
- }
939
-
940
- .xiangxia:before {
941
- content: "\e76d";
942
- }
943
-
944
- .tianjia1:before {
945
- content: "\e76f";
946
- }
947
-
948
- .chufahuanjing:before {
949
- content: "\e77b";
950
- }
951
-
952
- .yonghushuxing:before {
953
- content: "\e77c";
954
- }
955
-
956
- .shijianshuxing1:before {
957
- content: "\e782";
958
- }
959
-
960
- .a-Property1moren:before {
961
- content: "\e77d";
962
- }
963
-
964
- .a-Property1xuanzhong:before {
965
- content: "\e783";
966
- }
967
-
968
- .shurukuang_fanhui:before {
969
- content: "\e776";
970
- }
971
-
972
- .check_filled:before {
973
- content: "\e6aa";
974
- }
975
-
1
+ @font-face {
2
+ font-family: "bsicon"; /* Project id 2545884 */
3
+ src: url('iconfont.woff2?t=1752487922819') format('woff2'),
4
+ url('iconfont.woff?t=1752487922819') format('woff'),
5
+ url('iconfont.ttf?t=1752487922819') format('truetype');
6
+ }
7
+
8
+ .bsicon {
9
+ font-family: "bsicon" !important;
10
+ font-size: 16px;
11
+ font-style: normal;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .youjian:before {
17
+ content: "\e7f3";
18
+ }
19
+
20
+ .duanxin:before {
21
+ content: "\e7f4";
22
+ }
23
+
24
+ .inner:before {
25
+ content: "\e7e9";
26
+ }
27
+
28
+ .zengjia:before {
29
+ content: "\e7ea";
30
+ }
31
+
32
+ .shujuji_right:before {
33
+ content: "\e7eb";
34
+ }
35
+
36
+ .shujuji_left:before {
37
+ content: "\e7ec";
38
+ }
39
+
40
+ .paixu-shangsheng:before {
41
+ content: "\e7ed";
42
+ }
43
+
44
+ .file-excel:before {
45
+ content: "\e7ee";
46
+ }
47
+
48
+ .tuozhuai1:before {
49
+ content: "\e7ef";
50
+ }
51
+
52
+ .file-add:before {
53
+ content: "\e7f0";
54
+ }
55
+
56
+ .paixu1:before {
57
+ content: "\e7f1";
58
+ }
59
+
60
+ .all:before {
61
+ content: "\e7f2";
62
+ }
63
+
64
+ .tianjiawenben:before {
65
+ content: "\e7e4";
66
+ }
67
+
68
+ .shangchuantupian:before {
69
+ content: "\e7e5";
70
+ }
71
+
72
+ .tianjiatupian:before {
73
+ content: "\e7e6";
74
+ }
75
+
76
+ .tianjiabiaoti:before {
77
+ content: "\e7e7";
78
+ }
79
+
80
+ .charuzhibiao:before {
81
+ content: "\e7e8";
82
+ }
83
+
84
+ .user-img1:before {
85
+ content: "\e65a";
86
+ }
87
+
88
+ .user-img2:before {
89
+ content: "\e659";
90
+ }
91
+
92
+ .youxianji:before {
93
+ content: "\e7de";
94
+ }
95
+
96
+ .zongliang:before {
97
+ content: "\e7df";
98
+ }
99
+
100
+ .sucai:before {
101
+ content: "\e7e0";
102
+ }
103
+
104
+ .quanyi:before {
105
+ content: "\e7e1";
106
+ }
107
+
108
+ .huodong:before {
109
+ content: "\e7e2";
110
+ }
111
+
112
+ .chudatongdao:before {
113
+ content: "\e7e3";
114
+ }
115
+
116
+ .a-quxiaoquanping1:before {
117
+ content: "\e658";
118
+ }
119
+
120
+ .erweima:before {
121
+ content: "\e7dd";
122
+ }
123
+
124
+ .shouji:before {
125
+ content: "\e7db";
126
+ }
127
+
128
+ .qiehuanhengping:before {
129
+ content: "\e7dc";
130
+ }
131
+
132
+ .yonghurenshushuaxin:before {
133
+ content: "\e657";
134
+ }
135
+
136
+ .fenxiang:before {
137
+ content: "\e656";
138
+ }
139
+
140
+ .a-iconzhuyi:before {
141
+ content: "\e655";
142
+ }
143
+
144
+ .xingmingpaixuA-Z:before {
145
+ content: "\e7d9";
146
+ }
147
+
148
+ .xingmingpaixuZ-A:before {
149
+ content: "\e7da";
150
+ }
151
+
152
+ .shuxingfenxi:before {
153
+ content: "\e654";
154
+ }
155
+
156
+ .fangdajing:before {
157
+ content: "\e652";
158
+ }
159
+
160
+ .suoxiao1:before {
161
+ content: "\e653";
162
+ }
163
+
164
+ .a-node-tree2:before {
165
+ content: "\e650";
166
+ }
167
+
168
+ .a-table-view1:before {
169
+ content: "\e651";
170
+ }
171
+
172
+ .tijiao:before {
173
+ content: "\e7d8";
174
+ }
175
+
176
+ .gengduo:before {
177
+ content: "\e7d3";
178
+ }
179
+
180
+ .wenjianjia:before {
181
+ content: "\e7d4";
182
+ }
183
+
184
+ .tuozhuai:before {
185
+ content: "\e6b6";
186
+ }
187
+
188
+ .quanxuan:before {
189
+ content: "\e7d0";
190
+ }
191
+
192
+ .shangfangtianjia:before {
193
+ content: "\e7d1";
194
+ }
195
+
196
+ .xiafangtianjia:before {
197
+ content: "\e7d2";
198
+ }
199
+
200
+ .chanpindiedai1:before {
201
+ content: "\e7cf";
202
+ }
203
+
204
+ .a-quanping1:before {
205
+ content: "\e64f";
206
+ }
207
+
208
+ .hongmeng:before {
209
+ content: "\e64a";
210
+ }
211
+
212
+ .bangzhuzhongxin:before {
213
+ content: "\e64b";
214
+ }
215
+
216
+ .lishijilu:before {
217
+ content: "\e64c";
218
+ }
219
+
220
+ .xiaopingmuzhanshi:before {
221
+ content: "\e64d";
222
+ }
223
+
224
+ .xinjianhuati:before {
225
+ content: "\e64e";
226
+ }
227
+
228
+ .shijian:before {
229
+ content: "\e7cd";
230
+ }
231
+
232
+ .rili:before {
233
+ content: "\e7ce";
234
+ }
235
+
236
+ .rili-2:before {
237
+ content: "\e7cc";
238
+ }
239
+
240
+ .qita:before {
241
+ content: "\e649";
242
+ }
243
+
244
+ .jieshu:before {
245
+ content: "\e7cb";
246
+ }
247
+
248
+ .xiaoxitongzhi:before {
249
+ content: "\e7ca";
250
+ }
251
+
252
+ .shenpi:before {
253
+ content: "\e7c9";
254
+ }
255
+
256
+ .a-js2:before {
257
+ content: "\e63f";
258
+ }
259
+
260
+ .weixinxiaochengxu:before {
261
+ content: "\e640";
262
+ }
263
+
264
+ .ios1:before {
265
+ content: "\e641";
266
+ }
267
+
268
+ .android1:before {
269
+ content: "\e642";
270
+ }
271
+
272
+ .fuwuqi:before {
273
+ content: "\e643";
274
+ }
275
+
276
+ .yonghuyingxiao:before {
277
+ content: "\e63a";
278
+ }
279
+
280
+ .licaiyewufenxi:before {
281
+ content: "\e7c8";
282
+ }
283
+
284
+ .xinyongkayewu:before {
285
+ content: "\e7c6";
286
+ }
287
+
288
+ .xinyongkafenqi:before {
289
+ content: "\e7c7";
290
+ }
291
+
292
+ .a-LTVfenxi:before {
293
+ content: "\e7c5";
294
+ }
295
+
296
+ .daohangerjijiantou:before {
297
+ content: "\e632";
298
+ }
299
+
300
+ .daohangyijijiantoushouqi:before {
301
+ content: "\e634";
302
+ }
303
+
304
+ .jiaosejiaohuan:before {
305
+ content: "\e635";
306
+ }
307
+
308
+ .daohangyijijiantouzhankai:before {
309
+ content: "\e636";
310
+ }
311
+
312
+ .cunkuanyewu:before {
313
+ content: "\e7c4";
314
+ }
315
+
316
+ .maidian:before {
317
+ content: "\e7c2";
318
+ }
319
+
320
+ .fenxifangfalun:before {
321
+ content: "\e7c3";
322
+ }
323
+
324
+ .wendangshuoming:before {
325
+ content: "\e7c1";
326
+ }
327
+
328
+ .bangzhu:before {
329
+ content: "\e7c0";
330
+ }
331
+
332
+ .shuangyoujiantou:before {
333
+ content: "\e7be";
334
+ }
335
+
336
+ .shuangzuojiantou:before {
337
+ content: "\e7bf";
338
+ }
339
+
340
+ .chanpindiedai:before {
341
+ content: "\e7bd";
342
+ }
343
+
344
+ .yonghufenqun1:before {
345
+ content: "\e7bc";
346
+ }
347
+
348
+ .caidan-CEP:before {
349
+ content: "\e7b8";
350
+ }
351
+
352
+ .a-caidan-shujukanbanBI:before {
353
+ content: "\e7ba";
354
+ }
355
+
356
+ .caidan-shujuzhiliang:before {
357
+ content: "\e7bb";
358
+ }
359
+
360
+ .shujukanban:before {
361
+ content: "\e7b7";
362
+ }
363
+
364
+ .yewushuju:before {
365
+ content: "\e7b3";
366
+ }
367
+
368
+ .maidianshuju:before {
369
+ content: "\e7b5";
370
+ }
371
+
372
+ .biaoqianshuju:before {
373
+ content: "\e7b6";
374
+ }
375
+
376
+ .guanli:before {
377
+ content: "\e7b2";
378
+ }
379
+
380
+ .yonghu:before {
381
+ content: "\e74e";
382
+ }
383
+
384
+ .zhengti:before {
385
+ content: "\e7b4";
386
+ }
387
+
388
+ .caidan-biaoqianguanlitixi:before {
389
+ content: "\e7af";
390
+ }
391
+
392
+ .caidan-biaoqianshujudaoru:before {
393
+ content: "\e7b0";
394
+ }
395
+
396
+ .caidan-biaoqianshujushuchu:before {
397
+ content: "\e7b1";
398
+ }
399
+
400
+ .xuhao6:before {
401
+ content: "\e7aa";
402
+ }
403
+
404
+ .xuhao2:before {
405
+ content: "\e7ab";
406
+ }
407
+
408
+ .xuhao5:before {
409
+ content: "\e7ac";
410
+ }
411
+
412
+ .xuhao1:before {
413
+ content: "\e7ad";
414
+ }
415
+
416
+ .xuhao4:before {
417
+ content: "\e7ae";
418
+ }
419
+
420
+ .xuhao3:before {
421
+ content: "\e7a9";
422
+ }
423
+
424
+ .html5:before {
425
+ content: "\e7a6";
426
+ }
427
+
428
+ .ios:before {
429
+ content: "\e7a7";
430
+ }
431
+
432
+ .android:before {
433
+ content: "\e7a8";
434
+ }
435
+
436
+ .yonghufenqun:before {
437
+ content: "\e7a5";
438
+ }
439
+
440
+ .BI:before {
441
+ content: "\e79b";
442
+ }
443
+
444
+ .xinyongdaikuanfenxi:before {
445
+ content: "\e79c";
446
+ }
447
+
448
+ .a-zhinengyingxiaoCXP:before {
449
+ content: "\e79d";
450
+ }
451
+
452
+ .yonghu1:before {
453
+ content: "\e79e";
454
+ }
455
+
456
+ .changyongfenxichangjing:before {
457
+ content: "\e79f";
458
+ }
459
+
460
+ .yonghutiyanjiankong:before {
461
+ content: "\e7a0";
462
+ }
463
+
464
+ .yewuchangjing:before {
465
+ content: "\e7a1";
466
+ }
467
+
468
+ .yonghubiaoqian:before {
469
+ content: "\e7a2";
470
+ }
471
+
472
+ .chanpinbiaoqian:before {
473
+ content: "\e7a3";
474
+ }
475
+
476
+ .yingxiaoshujufenxi:before {
477
+ content: "\e7a4";
478
+ }
479
+
480
+ .yichangtongzhi1:before {
481
+ content: "\e6f3";
482
+ }
483
+
484
+ .renwuguanli1:before {
485
+ content: "\e6f4";
486
+ }
487
+
488
+ .shujujieru:before {
489
+ content: "\e79a";
490
+ }
491
+
492
+ .SQLjiaoben:before {
493
+ content: "\e6f9";
494
+ }
495
+
496
+ .jisuanlie:before {
497
+ content: "\e6f5";
498
+ }
499
+
500
+ .shujuqingxi:before {
501
+ content: "\e6f6";
502
+ }
503
+
504
+ .chaifenlie:before {
505
+ content: "\e6f7";
506
+ }
507
+
508
+ .hebinglie:before {
509
+ content: "\e6f8";
510
+ }
511
+
512
+ .yichangtongzhi:before {
513
+ content: "\e6f1";
514
+ }
515
+
516
+ .renwuguanli:before {
517
+ content: "\e6f2";
518
+ }
519
+
520
+ .Session:before {
521
+ content: "\e6f0";
522
+ }
523
+
524
+ .shouqi1:before {
525
+ content: "\e797";
526
+ }
527
+
528
+ .tianjia2:before {
529
+ content: "\e799";
530
+ }
531
+
532
+ .hexutu:before {
533
+ content: "\e796";
534
+ }
535
+
536
+ .quanpingzhanshi:before {
537
+ content: "\e6a3";
538
+ }
539
+
540
+ .liuxiangtu:before {
541
+ content: "\e78f";
542
+ }
543
+
544
+ .xuritu:before {
545
+ content: "\e790";
546
+ }
547
+
548
+ .sangjitu:before {
549
+ content: "\e791";
550
+ }
551
+
552
+ .shuxingtu:before {
553
+ content: "\e792";
554
+ }
555
+
556
+ .quanpingshouqi:before {
557
+ content: "\e793";
558
+ }
559
+
560
+ .duigou:before {
561
+ content: "\e78e";
562
+ }
563
+
564
+ .datav:before {
565
+ content: "\e78c";
566
+ }
567
+
568
+ .gongxiang:before {
569
+ content: "\e78d";
570
+ }
571
+
572
+ .daohangjiantou:before {
573
+ content: "\e787";
574
+ }
575
+
576
+ .fangda:before {
577
+ content: "\e788";
578
+ }
579
+
580
+ .chuangjian:before {
581
+ content: "\e789";
582
+ }
583
+
584
+ .zhuanfa:before {
585
+ content: "\e78a";
586
+ }
587
+
588
+ .suoxiao:before {
589
+ content: "\e78b";
590
+ }
591
+
592
+ .loudou:before {
593
+ content: "\e786";
594
+ }
595
+
596
+ .zhexiantu:before {
597
+ content: "\e785";
598
+ }
599
+
600
+ .jiantoushang:before {
601
+ content: "\e772";
602
+ }
603
+
604
+ .jiantouxia:before {
605
+ content: "\e77f";
606
+ }
607
+
608
+ .jiantouyoushang:before {
609
+ content: "\e780";
610
+ }
611
+
612
+ .biaoqian:before {
613
+ content: "\e781";
614
+ }
615
+
616
+ .jiantouzuoshang:before {
617
+ content: "\e784";
618
+ }
619
+
620
+ .tianjia3:before {
621
+ content: "\e770";
622
+ }
623
+
624
+ .chu:before {
625
+ content: "\e769";
626
+ }
627
+
628
+ .jian:before {
629
+ content: "\e76a";
630
+ }
631
+
632
+ .bianji-tianchong:before {
633
+ content: "\e768";
634
+ }
635
+
636
+ .a-shaixuan2:before {
637
+ content: "\e767";
638
+ }
639
+
640
+ .guiyin:before {
641
+ content: "\e764";
642
+ }
643
+
644
+ .shaixuan:before {
645
+ content: "\e76e";
646
+ }
647
+
648
+ .qingchu:before {
649
+ content: "\e759";
650
+ }
651
+
652
+ .shujuquzhong:before {
653
+ content: "\e761";
654
+ }
655
+
656
+ .tihuanqueshizhi:before {
657
+ content: "\e762";
658
+ }
659
+
660
+ .bofang:before {
661
+ content: "\e75b";
662
+ }
663
+
664
+ .fangxiangshang:before {
665
+ content: "\e75c";
666
+ }
667
+
668
+ .zanting:before {
669
+ content: "\e75e";
670
+ }
671
+
672
+ .yinliang:before {
673
+ content: "\e75f";
674
+ }
675
+
676
+ .fangxiangxia:before {
677
+ content: "\e760";
678
+ }
679
+
680
+ .lianjie1:before {
681
+ content: "\e74f";
682
+ }
683
+
684
+ .a-yanjingkai:before {
685
+ content: "\e750";
686
+ }
687
+
688
+ .zhankai2:before {
689
+ content: "\e74c";
690
+ }
691
+
692
+ .shouqi:before {
693
+ content: "\e74d";
694
+ }
695
+
696
+ .shuaxin:before {
697
+ content: "\e74a";
698
+ }
699
+
700
+ .caidan-shezhi:before {
701
+ content: "\e747";
702
+ }
703
+
704
+ .caidan-tuichu:before {
705
+ content: "\e745";
706
+ }
707
+
708
+ .fuzhi1:before {
709
+ content: "\e752";
710
+ }
711
+
712
+ .yidongdao:before {
713
+ content: "\e73b";
714
+ }
715
+
716
+ .sousuo:before {
717
+ content: "\e738";
718
+ }
719
+
720
+ .tishi:before {
721
+ content: "\e736";
722
+ }
723
+
724
+ .funnel-mark:before {
725
+ content: "\e67f";
726
+ }
727
+
728
+ .emoji-feichangbumanyi:before {
729
+ content: "\e72d";
730
+ }
731
+
732
+ .emoji-bumanyi:before {
733
+ content: "\e72c";
734
+ }
735
+
736
+ .emoji-yiban:before {
737
+ content: "\e72b";
738
+ }
739
+
740
+ .emoji-manyi:before {
741
+ content: "\e72a";
742
+ }
743
+
744
+ .emoji-feichangmanyi:before {
745
+ content: "\e728";
746
+ }
747
+
748
+ .biaoqing:before {
749
+ content: "\e7d5";
750
+ }
751
+
752
+ .qingli:before {
753
+ content: "\e7d6";
754
+ }
755
+
756
+ .tianchongyanse:before {
757
+ content: "\e7d7";
758
+ }
759
+
760
+ .tishi1:before {
761
+ content: "\e727";
762
+ }
763
+
764
+ .yidong:before {
765
+ content: "\e6ea";
766
+ }
767
+
768
+ .daochu:before {
769
+ content: "\e6e9";
770
+ }
771
+
772
+ .tianjia:before {
773
+ content: "\e6e8";
774
+ }
775
+
776
+ .maidianguanli:before {
777
+ content: "\e6e6";
778
+ }
779
+
780
+ .maidianfanganguanli:before {
781
+ content: "\e6e7";
782
+ }
783
+
784
+ .shoucang-kong:before {
785
+ content: "\e6e5";
786
+ }
787
+
788
+ .paixu:before {
789
+ content: "\e6e4";
790
+ }
791
+
792
+ .xiazai1:before {
793
+ content: "\e7b9";
794
+ }
795
+
796
+ .fuzhi:before {
797
+ content: "\e6d7";
798
+ }
799
+
800
+ .zifuchuan:before {
801
+ content: "\e6d9";
802
+ }
803
+
804
+ .riqi:before {
805
+ content: "\e6da";
806
+ }
807
+
808
+ .shuzhi:before {
809
+ content: "\e6db";
810
+ }
811
+
812
+ .shanchutong:before {
813
+ content: "\e6b1";
814
+ }
815
+
816
+ .shanchu2:before {
817
+ content: "\e6b2";
818
+ }
819
+
820
+ .zhongxinjiazai:before {
821
+ content: "\e6b3";
822
+ }
823
+
824
+ .tiaozhengdaxiao-zuoyou:before {
825
+ content: "\e6b4";
826
+ }
827
+
828
+ .tiaozhengdaxiao-shangxia:before {
829
+ content: "\e6b5";
830
+ }
831
+
832
+ .gengduocaozuo2:before {
833
+ content: "\e6b0";
834
+ }
835
+
836
+ .shujujiyewu:before {
837
+ content: "\e6ad";
838
+ }
839
+
840
+ .zhongmingming:before {
841
+ content: "\e6ae";
842
+ }
843
+
844
+ .bianji1:before {
845
+ content: "\e6af";
846
+ }
847
+
848
+ .shuchu:before {
849
+ content: "\e6ac";
850
+ }
851
+
852
+ .shujuchaifen:before {
853
+ content: "\e6a9";
854
+ }
855
+
856
+ .juhe:before {
857
+ content: "\e6ab";
858
+ }
859
+
860
+ .liezhuanlie:before {
861
+ content: "\e6a8";
862
+ }
863
+
864
+ .hangzhuanlie:before {
865
+ content: "\e6a7";
866
+ }
867
+
868
+ .ziduanshezhi:before {
869
+ content: "\e6a6";
870
+ }
871
+
872
+ .lianjie:before {
873
+ content: "\e6a4";
874
+ }
875
+
876
+ .hebing:before {
877
+ content: "\e6a5";
878
+ }
879
+
880
+ .shoucang:before {
881
+ content: "\e6a2";
882
+ }
883
+
884
+ .zhankai1:before {
885
+ content: "\e6a0";
886
+ }
887
+
888
+ .biaoqianfenlei:before {
889
+ content: "\e69e";
890
+ }
891
+
892
+ .biaoqianzonglan:before {
893
+ content: "\e69f";
894
+ }
895
+
896
+ .shanchu1:before {
897
+ content: "\e69d";
898
+ }
899
+
900
+ .cuowu:before {
901
+ content: "\e69c";
902
+ }
903
+
904
+ .xianshilie:before {
905
+ content: "\e69b";
906
+ }
907
+
908
+ .fanhuiicon:before {
909
+ content: "\e699";
910
+ }
911
+
912
+ .tishiicon:before {
913
+ content: "\e798";
914
+ }
915
+
916
+ .bingtu:before {
917
+ content: "\e794";
918
+ }
919
+
920
+ .xianshi:before {
921
+ content: "\e795";
922
+ }
923
+
924
+ .daochu1:before {
925
+ content: "\e771";
926
+ }
927
+
928
+ .shengcheng:before {
929
+ content: "\e774";
930
+ }
931
+
932
+ .fenshu:before {
933
+ content: "\e775";
934
+ }
935
+
936
+ .huizongtu:before {
937
+ content: "\e777";
938
+ }
939
+
940
+ .qushitu1:before {
941
+ content: "\e779";
942
+ }
943
+
944
+ .ditu:before {
945
+ content: "\e778";
946
+ }
947
+
948
+ .biaoge:before {
949
+ content: "\e77a";
950
+ }
951
+
952
+ .baogao:before {
953
+ content: "\e77e";
954
+ }
955
+
956
+ .bianji:before {
957
+ content: "\e729";
958
+ }
959
+
960
+ .shanchu:before {
961
+ content: "\e754";
962
+ }
963
+
964
+ .shijian1:before {
965
+ content: "\e75d";
966
+ }
967
+
968
+ .zhankai:before {
969
+ content: "\e76b";
970
+ }
971
+
972
+ .zhedie:before {
973
+ content: "\e76c";
974
+ }
975
+
976
+ .gengduocaozuo1:before {
977
+ content: "\e757";
978
+ }
979
+
980
+ .xiangxia:before {
981
+ content: "\e76d";
982
+ }
983
+
984
+ .tianjia1:before {
985
+ content: "\e76f";
986
+ }
987
+
988
+ .chufahuanjing:before {
989
+ content: "\e77b";
990
+ }
991
+
992
+ .yonghushuxing:before {
993
+ content: "\e77c";
994
+ }
995
+
996
+ .shijianshuxing1:before {
997
+ content: "\e782";
998
+ }
999
+
1000
+ .a-Property1moren:before {
1001
+ content: "\e77d";
1002
+ }
1003
+
1004
+ .a-Property1xuanzhong:before {
1005
+ content: "\e783";
1006
+ }
1007
+
1008
+ .shurukuang_fanhui:before {
1009
+ content: "\e776";
1010
+ }
1011
+
1012
+ .check_filled:before {
1013
+ content: "\e6aa";
1014
+ }
1015
+