@indfnd/common 0.0.75

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 (352) hide show
  1. package/CHANGELOG.md +761 -0
  2. package/dist/ind-common.es.js +66436 -0
  3. package/dist/ind-common.umd.cjs +184 -0
  4. package/dist/styles/imgs/head.png +0 -0
  5. package/dist/styles/imgs/headicon2.png +0 -0
  6. package/dist/styles/imgs/headlogo.png +0 -0
  7. package/dist/styles/imgs/login/login-bg.jpg +0 -0
  8. package/dist/styles/imgs/logo.png +0 -0
  9. package/dist/styles/index.css +1 -0
  10. package/global.d.ts +4 -0
  11. package/package.json +84 -0
  12. package/src/styles/variables/base.less +146 -0
  13. package/src/styles/variables/index.less +3 -0
  14. package/src/styles/variables/theme1.less +115 -0
  15. package/src/styles/variables/theme2.less +122 -0
  16. package/types/api/basic/app.d.ts +13 -0
  17. package/types/api/basic/home.d.ts +6 -0
  18. package/types/api/basic/user.d.ts +19 -0
  19. package/types/api/common/msgreviceset.d.ts +2 -0
  20. package/types/api/common/todohandlerset.d.ts +2 -0
  21. package/types/api/iam/ac/allocation/batchverify.d.ts +16 -0
  22. package/types/api/iam/ac/allocation/cigar.d.ts +12 -0
  23. package/types/api/iam/ac/allocation/emergency.d.ts +14 -0
  24. package/types/api/iam/ac/allocation/weekallot.d.ts +10 -0
  25. package/types/api/iam/ac/allocation/weekplan.d.ts +10 -0
  26. package/types/api/iam/ac/contract/contract-cancel.d.ts +2 -0
  27. package/types/api/iam/ac/contract/contract-create.d.ts +10 -0
  28. package/types/api/iam/ac/contract/contract-edit.d.ts +5 -0
  29. package/types/api/iam/ac/contract/contract-invoice.d.ts +6 -0
  30. package/types/api/iam/ac/contract/contract-order.d.ts +25 -0
  31. package/types/api/iam/ac/contract/contract-other.d.ts +1 -0
  32. package/types/api/iam/ac/contract/contract-plan.d.ts +3 -0
  33. package/types/api/iam/ac/contract/contract-preparation.d.ts +13 -0
  34. package/types/api/iam/ac/contract/contract-registration.d.ts +17 -0
  35. package/types/api/iam/ac/contract/contract-seal.d.ts +2 -0
  36. package/types/api/iam/ac/contract/contract-track.d.ts +1 -0
  37. package/types/api/iam/ac/contract/qrtztask.d.ts +6 -0
  38. package/types/api/iam/ac/export/export.d.ts +3 -0
  39. package/types/api/iam/ac/returned/make-contract.d.ts +4 -0
  40. package/types/api/iam/ac/returned/returned.d.ts +7 -0
  41. package/types/api/iam/ac/zero/base.d.ts +15 -0
  42. package/types/api/iam/ac/zero/normal.d.ts +3 -0
  43. package/types/api/iam/ac/zero/stock.d.ts +3 -0
  44. package/types/api/iam/ac/zjsysalefore/zjsysalefore.d.ts +3 -0
  45. package/types/api/iam/am/agreement/consult.d.ts +5 -0
  46. package/types/api/iam/am/agreement/consultquery.d.ts +1 -0
  47. package/types/api/iam/am/agreement/decompose.d.ts +2 -0
  48. package/types/api/iam/am/basic/agreement.d.ts +5 -0
  49. package/types/api/iam/am/basic/agreementnew.d.ts +5 -0
  50. package/types/api/iam/am/basic/architecture.d.ts +3 -0
  51. package/types/api/iam/am/basic/com.d.ts +3 -0
  52. package/types/api/iam/am/basic/comaccount.d.ts +6 -0
  53. package/types/api/iam/am/basic/comitem.d.ts +4 -0
  54. package/types/api/iam/am/basic/comitemwhse.d.ts +4 -0
  55. package/types/api/iam/am/basic/comwhse.d.ts +7 -0
  56. package/types/api/iam/am/basic/contract.d.ts +4 -0
  57. package/types/api/iam/am/basic/item.d.ts +3 -0
  58. package/types/api/iam/am/basic/itemref.d.ts +5 -0
  59. package/types/api/iam/am/basic/nccomwhseitem.d.ts +3 -0
  60. package/types/api/iam/am/basic/onekeyset.d.ts +4 -0
  61. package/types/api/iam/am/basic/parms.d.ts +4 -0
  62. package/types/api/iam/am/basic/produce.d.ts +3 -0
  63. package/types/api/iam/am/basic/product.d.ts +3 -0
  64. package/types/api/iam/am/basic/whse.d.ts +4 -0
  65. package/types/api/iam/am/basic/whseitem.d.ts +4 -0
  66. package/types/api/iam/am/basic/whsenc.d.ts +4 -0
  67. package/types/api/iam/am/basicchange/comaccountverify.d.ts +5 -0
  68. package/types/api/iam/am/basicchange/comwhseverify.d.ts +5 -0
  69. package/types/api/iam/am/basicchange/price.d.ts +14 -0
  70. package/types/api/iam/am/basicchange/tax.d.ts +5 -0
  71. package/types/api/iam/am/month/emergsupply/centerverify.d.ts +4 -0
  72. package/types/api/iam/am/month/emergsupply/emergsupply.d.ts +4 -0
  73. package/types/api/iam/am/month/emergsupply/emergsupplyquery.d.ts +1 -0
  74. package/types/api/iam/am/month/emergsupply/saleorgcreate.d.ts +4 -0
  75. package/types/api/iam/am/month/formulate/centerbalance.d.ts +8 -0
  76. package/types/api/iam/am/month/formulate/itemadjust.d.ts +10 -0
  77. package/types/api/iam/am/month/formulate/monthplan.d.ts +7 -0
  78. package/types/api/iam/am/month/formulate/saleorgdecomponse.d.ts +4 -0
  79. package/types/api/iam/am/month/formulate/saleorgverify.d.ts +6 -0
  80. package/types/api/iam/am/month/param.d.ts +2 -0
  81. package/types/api/iam/am/month/ratelimit.d.ts +9 -0
  82. package/types/api/iam/am/month/secondformulate/create.d.ts +5 -0
  83. package/types/api/iam/am/monthXj/formulateXj/centerbalance.d.ts +8 -0
  84. package/types/api/iam/am/monthXj/formulateXj/create.d.ts +10 -0
  85. package/types/api/iam/am/monthXj/formulateXj/itemadjust.d.ts +11 -0
  86. package/types/api/iam/am/monthXj/formulateXj/saleorgverify.d.ts +4 -0
  87. package/types/api/iam/am/preweekplan/formulate/weekplan.d.ts +6 -0
  88. package/types/api/iam/am/preweekplan/param.d.ts +2 -0
  89. package/types/api/iam/am/preweekplan/ratelimit.d.ts +9 -0
  90. package/types/api/iam/am/report/Export2ExcelForTransferSituation.d.ts +20 -0
  91. package/types/api/iam/am/report/agree.d.ts +8 -0
  92. package/types/api/iam/am/report/agreechange.d.ts +1 -0
  93. package/types/api/iam/am/report/allocation.d.ts +1 -0
  94. package/types/api/iam/am/report/cigaragree.d.ts +8 -0
  95. package/types/api/iam/am/report/comstock.d.ts +1 -0
  96. package/types/api/iam/am/report/contractCheck.d.ts +1 -0
  97. package/types/api/iam/am/report/contractorder.d.ts +6 -0
  98. package/types/api/iam/am/report/cxb.d.ts +1 -0
  99. package/types/api/iam/am/report/cxbquery.d.ts +1 -0
  100. package/types/api/iam/am/report/dayPlan.d.ts +1 -0
  101. package/types/api/iam/am/report/distcalculation.d.ts +2 -0
  102. package/types/api/iam/am/report/dxc-day.d.ts +1 -0
  103. package/types/api/iam/am/report/dxc-month.d.ts +1 -0
  104. package/types/api/iam/am/report/execute.d.ts +1 -0
  105. package/types/api/iam/am/report/home.d.ts +7 -0
  106. package/types/api/iam/am/report/invoice.d.ts +2 -0
  107. package/types/api/iam/am/report/logistics.d.ts +2 -0
  108. package/types/api/iam/am/report/monthallocation.d.ts +1 -0
  109. package/types/api/iam/am/report/monthplanimp.d.ts +1 -0
  110. package/types/api/iam/am/report/monthplanimpxj.d.ts +1 -0
  111. package/types/api/iam/am/report/monthsale.d.ts +1 -0
  112. package/types/api/iam/am/report/nextnextmonthplan.d.ts +1 -0
  113. package/types/api/iam/am/report/stock.d.ts +3 -0
  114. package/types/api/iam/am/report/track.d.ts +2 -0
  115. package/types/api/iam/am/report/transfer-implement.d.ts +2 -0
  116. package/types/api/iam/am/report/transfer-situation.d.ts +1 -0
  117. package/types/api/iam/am/report/weekplan.d.ts +2 -0
  118. package/types/api/iam/am/report/zero.d.ts +2 -0
  119. package/types/api/iam/am/trans/trans.d.ts +6 -0
  120. package/types/api/iam/sq/report/monopoly/monopoly.d.ts +11 -0
  121. package/types/api/iam/sq/report/monthtransferplan.d.ts +2 -0
  122. package/types/api/ipm/bc/basic/bidding.d.ts +3 -0
  123. package/types/api/ipm/bc/basic/biddingForCigar.d.ts +3 -0
  124. package/types/api/ipm/bc/basic/grade.d.ts +2 -0
  125. package/types/api/ipm/bc/basic/item.d.ts +7 -0
  126. package/types/api/ipm/bc/basic/jditem.d.ts +2 -0
  127. package/types/api/ipm/bc/basic/manualsignature.d.ts +4 -0
  128. package/types/api/ipm/bc/basic/parms.d.ts +1 -0
  129. package/types/api/ipm/bc/basic/price.d.ts +4 -0
  130. package/types/api/ipm/bc/basic/regionday.d.ts +4 -0
  131. package/types/api/ipm/bc/basic/regioninfo.d.ts +3 -0
  132. package/types/api/ipm/bc/basic/series.d.ts +2 -0
  133. package/types/api/ipm/bc/basic/smoke.d.ts +6 -0
  134. package/types/api/ipm/bc/basic/supplier.d.ts +2 -0
  135. package/types/api/ipm/bc/basic/supplierItem.d.ts +1 -0
  136. package/types/api/ipm/bc/basic/tender.d.ts +5 -0
  137. package/types/api/ipm/bc/basic/type.d.ts +2 -0
  138. package/types/api/ipm/bc/basic/unit.d.ts +2 -0
  139. package/types/api/ipm/bc/basic/yearSupplier.d.ts +1 -0
  140. package/types/api/ipm/bc/invtyquery/invtyquery.d.ts +1 -0
  141. package/types/api/ipm/bc/statisticalquery/flowprocess.d.ts +2 -0
  142. package/types/api/ipm/bc/statisticalquery/itemapplydetail.d.ts +2 -0
  143. package/types/api/ipm/bc/statisticalquery/itemprocess.d.ts +1 -0
  144. package/types/api/ipm/bc/statisticalquery/purchasequery.d.ts +1 -0
  145. package/types/api/ipm/bc/statisticalquery/quarterprogress.d.ts +6 -0
  146. package/types/api/ipm/bc/statisticalquery/regiondaycompare.d.ts +5 -0
  147. package/types/api/ipm/bc/statisticalquery/regiondayquery.d.ts +3 -0
  148. package/types/api/ipm/bc/statisticalquery/schemefollow.d.ts +5 -0
  149. package/types/api/ipm/bc/statisticalquery/schemeoutputquery.d.ts +1 -0
  150. package/types/api/ipm/bc/statisticalquery/schemeprogress.d.ts +3 -0
  151. package/types/api/ipm/bc/statisticalquery/xqitemregion.d.ts +1 -0
  152. package/types/api/ipm/bc/statisticalquery/xqregiondayquery.d.ts +4 -0
  153. package/types/api/ipm/bc/statisticalquery/xqschemeoutput.d.ts +1 -0
  154. package/types/api/ipm/bc/statisticalquery/zxitemregion.d.ts +2 -0
  155. package/types/api/ipm/bg/budget/adjust.d.ts +7 -0
  156. package/types/api/ipm/bg/budget/adjustapplyverify.d.ts +4 -0
  157. package/types/api/ipm/bg/budget/adjustment.d.ts +9 -0
  158. package/types/api/ipm/bg/budget/cigaradjustapply.d.ts +6 -0
  159. package/types/api/ipm/bg/budget/cigarbudget/cigarbg.d.ts +7 -0
  160. package/types/api/ipm/bg/budget/quarter/quarterNewBg.d.ts +12 -0
  161. package/types/api/ipm/bg/budget/quarter/quarterbg.d.ts +6 -0
  162. package/types/api/ipm/bg/budget/reportData.d.ts +31 -0
  163. package/types/api/ipm/bg/budget/supplement.d.ts +7 -0
  164. package/types/api/ipm/bg/budget/supplementVerify.d.ts +2 -0
  165. package/types/api/ipm/bg/budget/supplementVerifyzx.d.ts +3 -0
  166. package/types/api/ipm/bg/budget/supplementapprove.d.ts +3 -0
  167. package/types/api/ipm/bg/budget/year/yearbg.d.ts +11 -0
  168. package/types/api/ipm/bg/ybbudget/ybbudget.d.ts +4 -0
  169. package/types/api/ipm/dm/demand/backup.d.ts +7 -0
  170. package/types/api/ipm/dm/demand/centerplan.d.ts +16 -0
  171. package/types/api/ipm/dm/demand/centerplanorgan.d.ts +9 -0
  172. package/types/api/ipm/dm/demand/demand.d.ts +6 -0
  173. package/types/api/ipm/dm/demand/monthneed.d.ts +9 -0
  174. package/types/api/ipm/dm/demand/monthneedxj.d.ts +15 -0
  175. package/types/api/ipm/dm/demand/pcdmd.d.ts +6 -0
  176. package/types/api/ipm/dm/demand/purchase.d.ts +14 -0
  177. package/types/api/ipm/dm/demand/quarteradd.d.ts +16 -0
  178. package/types/api/ipm/dm/demand/quarteraddxj.d.ts +16 -0
  179. package/types/api/ipm/dm/demand/quarterapply.d.ts +29 -0
  180. package/types/api/ipm/dm/demand/quarterapplynew.d.ts +40 -0
  181. package/types/api/ipm/dm/demand/quarterapplyxjnew.d.ts +34 -0
  182. package/types/api/ipm/dm/demand/quarteritem.d.ts +4 -0
  183. package/types/api/ipm/dm/demand/quarterneed.d.ts +13 -0
  184. package/types/api/ipm/dm/demand/supplement.d.ts +11 -0
  185. package/types/api/ipm/dm/demand/supplementbalance.d.ts +26 -0
  186. package/types/api/ipm/dm/demand/supplementverify.d.ts +2 -0
  187. package/types/api/ipm/qt/basic/contrast.d.ts +4 -0
  188. package/types/api/ipm/qt/basic/outconfirm.d.ts +16 -0
  189. package/types/api/ipm/qt/basic/qtapply.d.ts +7 -0
  190. package/types/api/ipm/qt/basic/qtitem.d.ts +6 -0
  191. package/types/api/ipm/qt/qtchangesheet.d.ts +15 -0
  192. package/types/api/ipm/qt/qtchangetable.d.ts +7 -0
  193. package/types/api/ipm/qt/qtdailystatement.d.ts +1 -0
  194. package/types/api/ipm/qt/qtreturn/edit.d.ts +3 -0
  195. package/types/api/ipm/qt/qtreturn.d.ts +5 -0
  196. package/types/api/ipm/qt/qtspareinv.d.ts +12 -0
  197. package/types/api/ipm/qt/qtspareinvq.d.ts +15 -0
  198. package/types/api/ipm/qt/stand-book.d.ts +18 -0
  199. package/types/api/ipm/sc/scheme/cigar/schemeapply.d.ts +56 -0
  200. package/types/api/ipm/sc/scheme/cigar/schemearchiving.d.ts +7 -0
  201. package/types/api/ipm/sc/scheme/cigar/schemechange.d.ts +17 -0
  202. package/types/api/ipm/sc/scheme/cigar/schemechangecheck.d.ts +2 -0
  203. package/types/api/ipm/sc/scheme/cigar/schemecheck.d.ts +4 -0
  204. package/types/api/ipm/sc/scheme/cigar/schemereporte.d.ts +2 -0
  205. package/types/api/ipm/sc/scheme/cigar/schemesummary.d.ts +17 -0
  206. package/types/api/ipm/sc/scheme/cigar/schemesummarycheck.d.ts +2 -0
  207. package/types/api/ipm/sc/scheme/schemeapply.d.ts +37 -0
  208. package/types/api/ipm/sc/scheme/schemearchiving.d.ts +9 -0
  209. package/types/api/ipm/sc/scheme/schemechange.d.ts +9 -0
  210. package/types/api/ipm/sc/scheme/schemechangecheck.d.ts +2 -0
  211. package/types/api/ipm/sc/scheme/schemecheck.d.ts +6 -0
  212. package/types/api/ipm/sc/scheme/schemereporte.d.ts +2 -0
  213. package/types/api/ipm/sc/scheme/schemesummary.d.ts +11 -0
  214. package/types/api/ipm/sc/scheme/schemesummarycheck.d.ts +2 -0
  215. package/types/api/ipm/sc/scheme/ybscheme.d.ts +26 -0
  216. package/types/api/ipm/st/stock/account.d.ts +13 -0
  217. package/types/api/ipm/st/stock/applyother.d.ts +12 -0
  218. package/types/api/ipm/st/stock/itemdistribute.d.ts +5 -0
  219. package/types/api/ipm/st/stock/punch.d.ts +13 -0
  220. package/types/api/ipm/st/stock/regioncheck.d.ts +13 -0
  221. package/types/api/ipm/st/stock/regioninput.d.ts +11 -0
  222. package/types/api/ipm/st/stock/regionlocked.d.ts +7 -0
  223. package/types/api/ipm/st/stock/regionoutput.d.ts +11 -0
  224. package/types/api/ipm/st/stock/schemeapply.d.ts +49 -0
  225. package/types/api/ipm/st/stock/schemeoutput.d.ts +11 -0
  226. package/types/api/ipm/st/stock/schemereceive.d.ts +6 -0
  227. package/types/api/ipm/st/stock/smokeinput.d.ts +4 -0
  228. package/types/components/404/back-btn-group.vue.d.ts +17 -0
  229. package/types/components/404/error-content.vue.d.ts +24 -0
  230. package/types/components/404/index.d.ts +2 -0
  231. package/types/components/404/index.vue.d.ts +16 -0
  232. package/types/components/button/button.vue.d.ts +51 -0
  233. package/types/components/button/index.d.ts +1 -0
  234. package/types/components/date-picker/half-year/half-year-date-picker.vue.d.ts +61 -0
  235. package/types/components/date-picker/index.d.ts +2 -0
  236. package/types/components/date-picker/quarter/quarter-date-picker.vue.d.ts +62 -0
  237. package/types/components/form/form.d.ts +34 -0
  238. package/types/components/form/index.d.ts +1 -0
  239. package/types/components/icons/common-icon.vue.d.ts +59 -0
  240. package/types/components/icons/index.d.ts +1 -0
  241. package/types/components/icons/index.vue.d.ts +34 -0
  242. package/types/components/index.d.ts +17 -0
  243. package/types/components/input-modal/brand/brand-input-modal.vue.d.ts +93 -0
  244. package/types/components/input-modal/com/com-input-modal.vue.d.ts +93 -0
  245. package/types/components/input-modal/index.d.ts +4 -0
  246. package/types/components/input-modal/item/item-input-modal.vue.d.ts +103 -0
  247. package/types/components/input-modal/tree-select/index.vue.d.ts +60 -0
  248. package/types/components/input-modal/tree-select/tree.vue.d.ts +190 -0
  249. package/types/components/layout/basic/app-menu.vue.d.ts +32 -0
  250. package/types/components/layout/basic/back-top.vue.d.ts +93 -0
  251. package/types/components/layout/basic/collect.vue.d.ts +18 -0
  252. package/types/components/layout/basic/custom-bread-crumb.vue.d.ts +43 -0
  253. package/types/components/layout/basic/error-store.vue.d.ts +35 -0
  254. package/types/components/layout/basic/full-screen.vue.d.ts +27 -0
  255. package/types/components/layout/basic/header-bar.vue.d.ts +27 -0
  256. package/types/components/layout/basic/index.d.ts +12 -0
  257. package/types/components/layout/basic/language.vue.d.ts +33 -0
  258. package/types/components/layout/basic/other-menu.vue.d.ts +32 -0
  259. package/types/components/layout/basic/side-menu-item.vue.d.ts +88 -0
  260. package/types/components/layout/basic/side-menu.vue.d.ts +125 -0
  261. package/types/components/layout/basic/sider-trigger.vue.d.ts +42 -0
  262. package/types/components/layout/basic/sub-header.vue.d.ts +26 -0
  263. package/types/components/layout/basic/tags-nav.vue.d.ts +47 -0
  264. package/types/components/layout/basic/user.vue.d.ts +43 -0
  265. package/types/components/layout/index.d.ts +3 -0
  266. package/types/components/layout/mixin/item-mixin.d.ts +23 -0
  267. package/types/components/layout/mixin/mixin.d.ts +12 -0
  268. package/types/components/layout/route-wrapper/basic-layout.vue.d.ts +27 -0
  269. package/types/components/layout/route-wrapper/empty-layout.vue.d.ts +18 -0
  270. package/types/components/layout/route-wrapper/index.d.ts +2 -0
  271. package/types/components/layout/view-wrapper/detail-view.vue.d.ts +47 -0
  272. package/types/components/layout/view-wrapper/index.d.ts +2 -0
  273. package/types/components/layout/view-wrapper/page-view.vue.d.ts +33 -0
  274. package/types/components/login/index.d.ts +1 -0
  275. package/types/components/login/login-form.vue.d.ts +88 -0
  276. package/types/components/login/login.vue.d.ts +16 -0
  277. package/types/components/modal/audit/audit-log-modal.vue.d.ts +107 -0
  278. package/types/components/modal/audit/audit-modal.vue.d.ts +55 -0
  279. package/types/components/modal/help/help-table-modal.vue.d.ts +106 -0
  280. package/types/components/modal/help/help-tree-modal.vue.d.ts +98 -0
  281. package/types/components/modal/index.d.ts +5 -0
  282. package/types/components/modal/material-item/material-item-modal.vue.d.ts +113 -0
  283. package/types/components/panel/back-top/back-top-panel.vue.d.ts +16 -0
  284. package/types/components/panel/index.d.ts +2 -0
  285. package/types/components/panel/loading/loading-panel.vue.d.ts +34 -0
  286. package/types/components/radio/index.d.ts +1 -0
  287. package/types/components/radio/unit/unit-radio.vue.d.ts +54 -0
  288. package/types/components/select/col/col-select.vue.d.ts +80 -0
  289. package/types/components/select/index.d.ts +2 -0
  290. package/types/components/select/item-type-combine/item-type-combine-select.vue.d.ts +88 -0
  291. package/types/components/step-track/index.d.ts +1 -0
  292. package/types/components/step-track/index.vue.d.ts +40 -0
  293. package/types/components/table/ag-table/index.vue.d.ts +668 -0
  294. package/types/components/table/ag-table/renders/button.vue.d.ts +14 -0
  295. package/types/components/table/ag-table/renders/date.vue.d.ts +14 -0
  296. package/types/components/table/ag-table/renders/enum.vue.d.ts +14 -0
  297. package/types/components/table/ag-table/renders/input.vue.d.ts +14 -0
  298. package/types/components/table/ag-table/renders/link.vue.d.ts +14 -0
  299. package/types/components/table/ag-table/renders/select.vue.d.ts +14 -0
  300. package/types/components/table/ag-table/renders/tooltip.vue.d.ts +14 -0
  301. package/types/components/table/ag-table/renders/tree-select.vue.d.ts +14 -0
  302. package/types/components/table/components/export-data.vue.d.ts +133 -0
  303. package/types/components/table/index.d.ts +2 -0
  304. package/types/components/table/iview-table/table.vue.d.ts +399 -0
  305. package/types/components/table/other-table/other-table.vue.d.ts +18 -0
  306. package/types/components/table/utils/formatter.d.ts +9 -0
  307. package/types/components/table/utils/table2excel.d.ts +5 -0
  308. package/types/components/tree/index.d.ts +2 -0
  309. package/types/components/tree/item/item-tree.vue.d.ts +175 -0
  310. package/types/components/tree/tree.vue.d.ts +181 -0
  311. package/types/components/tree-select/index.d.ts +2 -0
  312. package/types/components/tree-select/item/item-tree-select.vue.d.ts +32 -0
  313. package/types/components/tree-select/tree-select.vue.d.ts +38 -0
  314. package/types/components/upload/file/upload-file.vue.d.ts +269 -0
  315. package/types/components/upload/img/upload-img.vue.d.ts +280 -0
  316. package/types/components/upload/index.d.ts +2 -0
  317. package/types/config.d.ts +32 -0
  318. package/types/directives/click-outside/index.d.ts +4 -0
  319. package/types/directives/index.d.ts +2 -0
  320. package/types/directives/vue-print-nb/index.d.ts +1 -0
  321. package/types/directives/vue-print-nb/print.d.ts +5 -0
  322. package/types/directives/vue-print-nb/printarea.d.ts +44 -0
  323. package/types/index.d.ts +17 -0
  324. package/types/plugins/config-plugin.d.ts +11 -0
  325. package/types/plugins/index.d.ts +2 -0
  326. package/types/plugins/router-plugin.d.ts +16 -0
  327. package/types/router/basic-routes.d.ts +8 -0
  328. package/types/router/generator-routers.d.ts +29 -0
  329. package/types/router/guard.d.ts +11 -0
  330. package/types/router/index.d.ts +6 -0
  331. package/types/store/app.d.ts +98 -0
  332. package/types/store/index.d.ts +8 -0
  333. package/types/store/user.d.ts +45 -0
  334. package/types/third/index.d.ts +1 -0
  335. package/types/third/vxe-table/install.d.ts +2 -0
  336. package/types/utils/Export2Excel.d.ts +20 -0
  337. package/types/utils/ag-table-locale.d.ts +265 -0
  338. package/types/utils/agGridUtils.d.ts +39 -0
  339. package/types/utils/assist.d.ts +1 -0
  340. package/types/utils/color.d.ts +16 -0
  341. package/types/utils/cryptor.d.ts +6 -0
  342. package/types/utils/date.d.ts +11 -0
  343. package/types/utils/event.d.ts +2 -0
  344. package/types/utils/eventBus.d.ts +22 -0
  345. package/types/utils/excel.d.ts +63 -0
  346. package/types/utils/index.d.ts +10 -0
  347. package/types/utils/libs/sm3.d.ts +2 -0
  348. package/types/utils/router.d.ts +12 -0
  349. package/types/utils/storage.d.ts +4 -0
  350. package/types/utils/tableheight.d.ts +2 -0
  351. package/types/utils/token.d.ts +2 -0
  352. package/types/utils/vxeutils.d.ts +4 -0
@@ -0,0 +1,175 @@
1
+ declare const _default: import('vue').DefineComponent<
2
+ {
3
+ selectFirstLeaf: BooleanConstructor
4
+ hideFirstLevel: BooleanConstructor
5
+ foldFirstLevel: BooleanConstructor
6
+ showCheckbox: BooleanConstructor
7
+ selectLeafOnly: BooleanConstructor
8
+ isShowHeader: {
9
+ type: BooleanConstructor
10
+ default: boolean
11
+ }
12
+ isShowSearch: {
13
+ type: BooleanConstructor
14
+ default: boolean
15
+ }
16
+ treeName: {
17
+ type: StringConstructor
18
+ default: string
19
+ }
20
+ height: {
21
+ type: StringConstructor
22
+ default: string
23
+ }
24
+ data: {
25
+ type: ArrayConstructor
26
+ default(): any[]
27
+ }
28
+ dataUrl: {
29
+ type: StringConstructor
30
+ default: string
31
+ }
32
+ urlParams: {
33
+ type: ObjectConstructor
34
+ default(): {}
35
+ }
36
+ defaultValue: {
37
+ type: ArrayConstructor
38
+ default(): any[]
39
+ }
40
+ statusName: {
41
+ type: ObjectConstructor
42
+ default(): {}
43
+ }
44
+ statusColor: {
45
+ type: ObjectConstructor
46
+ default(): {}
47
+ }
48
+ statusDataUrl: {
49
+ type: StringConstructor
50
+ default: string
51
+ }
52
+ statusUrlParams: {
53
+ type: ObjectConstructor
54
+ default(): {}
55
+ }
56
+ statusData: {
57
+ type: ArrayConstructor
58
+ default(): any[]
59
+ }
60
+ importantStatus: {
61
+ type: StringConstructor
62
+ default: string
63
+ }
64
+ firstLeafByStatus: {
65
+ type: ArrayConstructor
66
+ default(): any[]
67
+ }
68
+ },
69
+ {},
70
+ {
71
+ loading: boolean
72
+ treeData: any[]
73
+ backupTreeData: any[]
74
+ backupDefaultValue: any[]
75
+ searchValue: string
76
+ },
77
+ {},
78
+ {},
79
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
80
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
81
+ {},
82
+ string,
83
+ Readonly<
84
+ import('vue').ExtractPropTypes<{
85
+ selectFirstLeaf: BooleanConstructor
86
+ hideFirstLevel: BooleanConstructor
87
+ foldFirstLevel: BooleanConstructor
88
+ showCheckbox: BooleanConstructor
89
+ selectLeafOnly: BooleanConstructor
90
+ isShowHeader: {
91
+ type: BooleanConstructor
92
+ default: boolean
93
+ }
94
+ isShowSearch: {
95
+ type: BooleanConstructor
96
+ default: boolean
97
+ }
98
+ treeName: {
99
+ type: StringConstructor
100
+ default: string
101
+ }
102
+ height: {
103
+ type: StringConstructor
104
+ default: string
105
+ }
106
+ data: {
107
+ type: ArrayConstructor
108
+ default(): any[]
109
+ }
110
+ dataUrl: {
111
+ type: StringConstructor
112
+ default: string
113
+ }
114
+ urlParams: {
115
+ type: ObjectConstructor
116
+ default(): {}
117
+ }
118
+ defaultValue: {
119
+ type: ArrayConstructor
120
+ default(): any[]
121
+ }
122
+ statusName: {
123
+ type: ObjectConstructor
124
+ default(): {}
125
+ }
126
+ statusColor: {
127
+ type: ObjectConstructor
128
+ default(): {}
129
+ }
130
+ statusDataUrl: {
131
+ type: StringConstructor
132
+ default: string
133
+ }
134
+ statusUrlParams: {
135
+ type: ObjectConstructor
136
+ default(): {}
137
+ }
138
+ statusData: {
139
+ type: ArrayConstructor
140
+ default(): any[]
141
+ }
142
+ importantStatus: {
143
+ type: StringConstructor
144
+ default: string
145
+ }
146
+ firstLeafByStatus: {
147
+ type: ArrayConstructor
148
+ default(): any[]
149
+ }
150
+ }>
151
+ >,
152
+ {
153
+ data: unknown[]
154
+ height: string
155
+ defaultValue: unknown[]
156
+ selectFirstLeaf: boolean
157
+ hideFirstLevel: boolean
158
+ foldFirstLevel: boolean
159
+ showCheckbox: boolean
160
+ selectLeafOnly: boolean
161
+ isShowHeader: boolean
162
+ isShowSearch: boolean
163
+ treeName: string
164
+ dataUrl: string
165
+ urlParams: Record<string, any>
166
+ statusName: Record<string, any>
167
+ statusColor: Record<string, any>
168
+ statusDataUrl: string
169
+ statusUrlParams: Record<string, any>
170
+ statusData: unknown[]
171
+ importantStatus: string
172
+ firstLeafByStatus: unknown[]
173
+ }
174
+ >
175
+ export default _default
@@ -0,0 +1,181 @@
1
+ declare const _default: import('vue').DefineComponent<
2
+ {
3
+ singleSel: BooleanConstructor
4
+ expandNode: BooleanConstructor
5
+ selectFirstLeaf: BooleanConstructor
6
+ hideFirstLevel: BooleanConstructor
7
+ foldFirstLevel: BooleanConstructor
8
+ showCheckbox: BooleanConstructor
9
+ selectLeafOnly: BooleanConstructor
10
+ isShowHeader: {
11
+ type: BooleanConstructor
12
+ default: boolean
13
+ }
14
+ isShowSearch: {
15
+ type: BooleanConstructor
16
+ default: boolean
17
+ }
18
+ treeName: {
19
+ type: StringConstructor
20
+ default: string
21
+ }
22
+ height: {
23
+ type: StringConstructor
24
+ default: string
25
+ }
26
+ data: {
27
+ type: ArrayConstructor
28
+ default(): any[]
29
+ }
30
+ dataUrl: {
31
+ type: StringConstructor
32
+ default: string
33
+ }
34
+ urlParams: {
35
+ type: ObjectConstructor
36
+ default(): {}
37
+ }
38
+ defaultValue: {
39
+ type: ArrayConstructor
40
+ default(): any[]
41
+ }
42
+ statusName: {
43
+ type: ObjectConstructor
44
+ default(): {}
45
+ }
46
+ statusColor: {
47
+ type: ObjectConstructor
48
+ default(): {}
49
+ }
50
+ statusDataUrl: {
51
+ type: StringConstructor
52
+ default: string
53
+ }
54
+ statusUrlParams: {
55
+ type: ObjectConstructor
56
+ default(): {}
57
+ }
58
+ statusData: {
59
+ type: ArrayConstructor
60
+ default(): any[]
61
+ }
62
+ importantStatus: {
63
+ type: StringConstructor
64
+ default: string
65
+ }
66
+ firstLeafByStatus: {
67
+ type: ArrayConstructor
68
+ default(): any[]
69
+ }
70
+ },
71
+ {},
72
+ {
73
+ loading: boolean
74
+ treeData: any[]
75
+ backupTreeData: any[]
76
+ backupDefaultValue: any[]
77
+ searchValue: string
78
+ },
79
+ {},
80
+ {},
81
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
82
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
83
+ {},
84
+ string,
85
+ Readonly<
86
+ import('vue').ExtractPropTypes<{
87
+ singleSel: BooleanConstructor
88
+ expandNode: BooleanConstructor
89
+ selectFirstLeaf: BooleanConstructor
90
+ hideFirstLevel: BooleanConstructor
91
+ foldFirstLevel: BooleanConstructor
92
+ showCheckbox: BooleanConstructor
93
+ selectLeafOnly: BooleanConstructor
94
+ isShowHeader: {
95
+ type: BooleanConstructor
96
+ default: boolean
97
+ }
98
+ isShowSearch: {
99
+ type: BooleanConstructor
100
+ default: boolean
101
+ }
102
+ treeName: {
103
+ type: StringConstructor
104
+ default: string
105
+ }
106
+ height: {
107
+ type: StringConstructor
108
+ default: string
109
+ }
110
+ data: {
111
+ type: ArrayConstructor
112
+ default(): any[]
113
+ }
114
+ dataUrl: {
115
+ type: StringConstructor
116
+ default: string
117
+ }
118
+ urlParams: {
119
+ type: ObjectConstructor
120
+ default(): {}
121
+ }
122
+ defaultValue: {
123
+ type: ArrayConstructor
124
+ default(): any[]
125
+ }
126
+ statusName: {
127
+ type: ObjectConstructor
128
+ default(): {}
129
+ }
130
+ statusColor: {
131
+ type: ObjectConstructor
132
+ default(): {}
133
+ }
134
+ statusDataUrl: {
135
+ type: StringConstructor
136
+ default: string
137
+ }
138
+ statusUrlParams: {
139
+ type: ObjectConstructor
140
+ default(): {}
141
+ }
142
+ statusData: {
143
+ type: ArrayConstructor
144
+ default(): any[]
145
+ }
146
+ importantStatus: {
147
+ type: StringConstructor
148
+ default: string
149
+ }
150
+ firstLeafByStatus: {
151
+ type: ArrayConstructor
152
+ default(): any[]
153
+ }
154
+ }>
155
+ >,
156
+ {
157
+ data: unknown[]
158
+ height: string
159
+ defaultValue: unknown[]
160
+ singleSel: boolean
161
+ expandNode: boolean
162
+ selectFirstLeaf: boolean
163
+ hideFirstLevel: boolean
164
+ foldFirstLevel: boolean
165
+ showCheckbox: boolean
166
+ selectLeafOnly: boolean
167
+ isShowHeader: boolean
168
+ isShowSearch: boolean
169
+ treeName: string
170
+ dataUrl: string
171
+ urlParams: Record<string, any>
172
+ statusName: Record<string, any>
173
+ statusColor: Record<string, any>
174
+ statusDataUrl: string
175
+ statusUrlParams: Record<string, any>
176
+ statusData: unknown[]
177
+ importantStatus: string
178
+ firstLeafByStatus: unknown[]
179
+ }
180
+ >
181
+ export default _default
@@ -0,0 +1,2 @@
1
+ export { default as TreeSelect } from './tree-select.vue'
2
+ export { default as ItemTreeSelect } from './item/item-tree-select.vue'
@@ -0,0 +1,32 @@
1
+ declare const _default: import('vue').DefineComponent<
2
+ {
3
+ readonly: BooleanConstructor
4
+ showCheckbox: BooleanConstructor
5
+ },
6
+ {},
7
+ {
8
+ loading: boolean
9
+ visible: boolean
10
+ searchValue: string
11
+ selectedTitles: string
12
+ searchNum: number
13
+ inputIcon: string
14
+ },
15
+ {},
16
+ {},
17
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
18
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
19
+ {},
20
+ string,
21
+ Readonly<
22
+ import('vue').ExtractPropTypes<{
23
+ readonly: BooleanConstructor
24
+ showCheckbox: BooleanConstructor
25
+ }>
26
+ >,
27
+ {
28
+ readonly: boolean
29
+ showCheckbox: boolean
30
+ }
31
+ >
32
+ export default _default
@@ -0,0 +1,38 @@
1
+ declare const _default: import('vue').DefineComponent<
2
+ {
3
+ singleSel: BooleanConstructor
4
+ expandNode: BooleanConstructor
5
+ readonly: BooleanConstructor
6
+ showCheckbox: BooleanConstructor
7
+ },
8
+ {},
9
+ {
10
+ loading: boolean
11
+ visible: boolean
12
+ searchValue: string
13
+ selectedTitles: string
14
+ searchNum: number
15
+ inputIcon: string
16
+ },
17
+ {},
18
+ {},
19
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
20
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
21
+ {},
22
+ string,
23
+ Readonly<
24
+ import('vue').ExtractPropTypes<{
25
+ singleSel: BooleanConstructor
26
+ expandNode: BooleanConstructor
27
+ readonly: BooleanConstructor
28
+ showCheckbox: BooleanConstructor
29
+ }>
30
+ >,
31
+ {
32
+ readonly: boolean
33
+ singleSel: boolean
34
+ expandNode: boolean
35
+ showCheckbox: boolean
36
+ }
37
+ >
38
+ export default _default
@@ -0,0 +1,269 @@
1
+ declare const _default: import('vue').DefineComponent<
2
+ {
3
+ headers: {
4
+ type: ObjectConstructor
5
+ default(): {
6
+ token: string | boolean
7
+ }
8
+ }
9
+ isShowDelete: {
10
+ type: BooleanConstructor
11
+ default(): true
12
+ }
13
+ isShowUploadBtn: {
14
+ type: BooleanConstructor
15
+ default(): true
16
+ }
17
+ withCredentials: {
18
+ type: BooleanConstructor
19
+ default(): false
20
+ }
21
+ paste: {
22
+ type: BooleanConstructor
23
+ default(): false
24
+ }
25
+ webkitdirectory: {
26
+ type: BooleanConstructor
27
+ default(): false
28
+ }
29
+ disabled: {
30
+ type: BooleanConstructor
31
+ default(): false
32
+ }
33
+ tableHeight: {
34
+ type: NumberConstructor
35
+ default(): 250
36
+ }
37
+ tableWidth: {
38
+ type: StringConstructor
39
+ }
40
+ buttonName: {
41
+ type: StringConstructor
42
+ default(): '上传附件'
43
+ }
44
+ multiple: {
45
+ type: BooleanConstructor
46
+ default(): true
47
+ }
48
+ isTable: {
49
+ type: BooleanConstructor
50
+ default(): false
51
+ }
52
+ maxSize: {
53
+ type: NumberConstructor
54
+ default(): 512000
55
+ }
56
+ defaultList: {
57
+ type: ArrayConstructor
58
+ default(): any[]
59
+ }
60
+ format: {
61
+ type: ArrayConstructor
62
+ default(): any[]
63
+ }
64
+ formatList: {
65
+ type: ArrayConstructor
66
+ default(): any[]
67
+ }
68
+ name: {
69
+ type: StringConstructor
70
+ default(): 'file'
71
+ }
72
+ accept: {
73
+ type: StringConstructor
74
+ default(): ''
75
+ }
76
+ onSuccess: {
77
+ type: FunctionConstructor
78
+ default(): () => void
79
+ }
80
+ onChangeData: {
81
+ type: FunctionConstructor
82
+ default(): () => void
83
+ }
84
+ handleFormatError: {
85
+ type: FunctionConstructor
86
+ default(): () => void
87
+ }
88
+ handleMaxSize: {
89
+ type: FunctionConstructor
90
+ default(): () => void
91
+ }
92
+ handleBeforeUpload: {
93
+ type: FunctionConstructor
94
+ default(): () => void
95
+ }
96
+ handleProgress: {
97
+ type: FunctionConstructor
98
+ default(): () => void
99
+ }
100
+ handleError: {
101
+ type: FunctionConstructor
102
+ default(): () => void
103
+ }
104
+ handlePreview: {
105
+ type: FunctionConstructor
106
+ default(): () => void
107
+ }
108
+ handleRemove: {
109
+ type: FunctionConstructor
110
+ default(): () => void
111
+ }
112
+ },
113
+ {},
114
+ {
115
+ loading: boolean
116
+ visible: boolean
117
+ uploadList: any[]
118
+ action: string
119
+ downloadUrl: string
120
+ },
121
+ {},
122
+ {},
123
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
124
+ import('vue/types/v3-component-options').ComponentOptionsMixin,
125
+ {},
126
+ string,
127
+ Readonly<
128
+ import('vue').ExtractPropTypes<{
129
+ headers: {
130
+ type: ObjectConstructor
131
+ default(): {
132
+ token: string | boolean
133
+ }
134
+ }
135
+ isShowDelete: {
136
+ type: BooleanConstructor
137
+ default(): true
138
+ }
139
+ isShowUploadBtn: {
140
+ type: BooleanConstructor
141
+ default(): true
142
+ }
143
+ withCredentials: {
144
+ type: BooleanConstructor
145
+ default(): false
146
+ }
147
+ paste: {
148
+ type: BooleanConstructor
149
+ default(): false
150
+ }
151
+ webkitdirectory: {
152
+ type: BooleanConstructor
153
+ default(): false
154
+ }
155
+ disabled: {
156
+ type: BooleanConstructor
157
+ default(): false
158
+ }
159
+ tableHeight: {
160
+ type: NumberConstructor
161
+ default(): 250
162
+ }
163
+ tableWidth: {
164
+ type: StringConstructor
165
+ }
166
+ buttonName: {
167
+ type: StringConstructor
168
+ default(): '上传附件'
169
+ }
170
+ multiple: {
171
+ type: BooleanConstructor
172
+ default(): true
173
+ }
174
+ isTable: {
175
+ type: BooleanConstructor
176
+ default(): false
177
+ }
178
+ maxSize: {
179
+ type: NumberConstructor
180
+ default(): 512000
181
+ }
182
+ defaultList: {
183
+ type: ArrayConstructor
184
+ default(): any[]
185
+ }
186
+ format: {
187
+ type: ArrayConstructor
188
+ default(): any[]
189
+ }
190
+ formatList: {
191
+ type: ArrayConstructor
192
+ default(): any[]
193
+ }
194
+ name: {
195
+ type: StringConstructor
196
+ default(): 'file'
197
+ }
198
+ accept: {
199
+ type: StringConstructor
200
+ default(): ''
201
+ }
202
+ onSuccess: {
203
+ type: FunctionConstructor
204
+ default(): () => void
205
+ }
206
+ onChangeData: {
207
+ type: FunctionConstructor
208
+ default(): () => void
209
+ }
210
+ handleFormatError: {
211
+ type: FunctionConstructor
212
+ default(): () => void
213
+ }
214
+ handleMaxSize: {
215
+ type: FunctionConstructor
216
+ default(): () => void
217
+ }
218
+ handleBeforeUpload: {
219
+ type: FunctionConstructor
220
+ default(): () => void
221
+ }
222
+ handleProgress: {
223
+ type: FunctionConstructor
224
+ default(): () => void
225
+ }
226
+ handleError: {
227
+ type: FunctionConstructor
228
+ default(): () => void
229
+ }
230
+ handlePreview: {
231
+ type: FunctionConstructor
232
+ default(): () => void
233
+ }
234
+ handleRemove: {
235
+ type: FunctionConstructor
236
+ default(): () => void
237
+ }
238
+ }>
239
+ >,
240
+ {
241
+ name: string
242
+ paste: boolean
243
+ disabled: boolean
244
+ multiple: boolean
245
+ accept: string
246
+ headers: Record<string, any>
247
+ format: unknown[]
248
+ tableHeight: number
249
+ maxSize: number
250
+ defaultList: unknown[]
251
+ isShowDelete: boolean
252
+ isShowUploadBtn: boolean
253
+ withCredentials: boolean
254
+ webkitdirectory: boolean
255
+ buttonName: string
256
+ isTable: boolean
257
+ formatList: unknown[]
258
+ onSuccess: Function
259
+ onChangeData: Function
260
+ handleFormatError: Function
261
+ handleMaxSize: Function
262
+ handleBeforeUpload: Function
263
+ handleProgress: Function
264
+ handleError: Function
265
+ handlePreview: Function
266
+ handleRemove: Function
267
+ }
268
+ >
269
+ export default _default