@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.
- package/CHANGELOG.md +761 -0
- package/dist/ind-common.es.js +66436 -0
- package/dist/ind-common.umd.cjs +184 -0
- package/dist/styles/imgs/head.png +0 -0
- package/dist/styles/imgs/headicon2.png +0 -0
- package/dist/styles/imgs/headlogo.png +0 -0
- package/dist/styles/imgs/login/login-bg.jpg +0 -0
- package/dist/styles/imgs/logo.png +0 -0
- package/dist/styles/index.css +1 -0
- package/global.d.ts +4 -0
- package/package.json +84 -0
- package/src/styles/variables/base.less +146 -0
- package/src/styles/variables/index.less +3 -0
- package/src/styles/variables/theme1.less +115 -0
- package/src/styles/variables/theme2.less +122 -0
- package/types/api/basic/app.d.ts +13 -0
- package/types/api/basic/home.d.ts +6 -0
- package/types/api/basic/user.d.ts +19 -0
- package/types/api/common/msgreviceset.d.ts +2 -0
- package/types/api/common/todohandlerset.d.ts +2 -0
- package/types/api/iam/ac/allocation/batchverify.d.ts +16 -0
- package/types/api/iam/ac/allocation/cigar.d.ts +12 -0
- package/types/api/iam/ac/allocation/emergency.d.ts +14 -0
- package/types/api/iam/ac/allocation/weekallot.d.ts +10 -0
- package/types/api/iam/ac/allocation/weekplan.d.ts +10 -0
- package/types/api/iam/ac/contract/contract-cancel.d.ts +2 -0
- package/types/api/iam/ac/contract/contract-create.d.ts +10 -0
- package/types/api/iam/ac/contract/contract-edit.d.ts +5 -0
- package/types/api/iam/ac/contract/contract-invoice.d.ts +6 -0
- package/types/api/iam/ac/contract/contract-order.d.ts +25 -0
- package/types/api/iam/ac/contract/contract-other.d.ts +1 -0
- package/types/api/iam/ac/contract/contract-plan.d.ts +3 -0
- package/types/api/iam/ac/contract/contract-preparation.d.ts +13 -0
- package/types/api/iam/ac/contract/contract-registration.d.ts +17 -0
- package/types/api/iam/ac/contract/contract-seal.d.ts +2 -0
- package/types/api/iam/ac/contract/contract-track.d.ts +1 -0
- package/types/api/iam/ac/contract/qrtztask.d.ts +6 -0
- package/types/api/iam/ac/export/export.d.ts +3 -0
- package/types/api/iam/ac/returned/make-contract.d.ts +4 -0
- package/types/api/iam/ac/returned/returned.d.ts +7 -0
- package/types/api/iam/ac/zero/base.d.ts +15 -0
- package/types/api/iam/ac/zero/normal.d.ts +3 -0
- package/types/api/iam/ac/zero/stock.d.ts +3 -0
- package/types/api/iam/ac/zjsysalefore/zjsysalefore.d.ts +3 -0
- package/types/api/iam/am/agreement/consult.d.ts +5 -0
- package/types/api/iam/am/agreement/consultquery.d.ts +1 -0
- package/types/api/iam/am/agreement/decompose.d.ts +2 -0
- package/types/api/iam/am/basic/agreement.d.ts +5 -0
- package/types/api/iam/am/basic/agreementnew.d.ts +5 -0
- package/types/api/iam/am/basic/architecture.d.ts +3 -0
- package/types/api/iam/am/basic/com.d.ts +3 -0
- package/types/api/iam/am/basic/comaccount.d.ts +6 -0
- package/types/api/iam/am/basic/comitem.d.ts +4 -0
- package/types/api/iam/am/basic/comitemwhse.d.ts +4 -0
- package/types/api/iam/am/basic/comwhse.d.ts +7 -0
- package/types/api/iam/am/basic/contract.d.ts +4 -0
- package/types/api/iam/am/basic/item.d.ts +3 -0
- package/types/api/iam/am/basic/itemref.d.ts +5 -0
- package/types/api/iam/am/basic/nccomwhseitem.d.ts +3 -0
- package/types/api/iam/am/basic/onekeyset.d.ts +4 -0
- package/types/api/iam/am/basic/parms.d.ts +4 -0
- package/types/api/iam/am/basic/produce.d.ts +3 -0
- package/types/api/iam/am/basic/product.d.ts +3 -0
- package/types/api/iam/am/basic/whse.d.ts +4 -0
- package/types/api/iam/am/basic/whseitem.d.ts +4 -0
- package/types/api/iam/am/basic/whsenc.d.ts +4 -0
- package/types/api/iam/am/basicchange/comaccountverify.d.ts +5 -0
- package/types/api/iam/am/basicchange/comwhseverify.d.ts +5 -0
- package/types/api/iam/am/basicchange/price.d.ts +14 -0
- package/types/api/iam/am/basicchange/tax.d.ts +5 -0
- package/types/api/iam/am/month/emergsupply/centerverify.d.ts +4 -0
- package/types/api/iam/am/month/emergsupply/emergsupply.d.ts +4 -0
- package/types/api/iam/am/month/emergsupply/emergsupplyquery.d.ts +1 -0
- package/types/api/iam/am/month/emergsupply/saleorgcreate.d.ts +4 -0
- package/types/api/iam/am/month/formulate/centerbalance.d.ts +8 -0
- package/types/api/iam/am/month/formulate/itemadjust.d.ts +10 -0
- package/types/api/iam/am/month/formulate/monthplan.d.ts +7 -0
- package/types/api/iam/am/month/formulate/saleorgdecomponse.d.ts +4 -0
- package/types/api/iam/am/month/formulate/saleorgverify.d.ts +6 -0
- package/types/api/iam/am/month/param.d.ts +2 -0
- package/types/api/iam/am/month/ratelimit.d.ts +9 -0
- package/types/api/iam/am/month/secondformulate/create.d.ts +5 -0
- package/types/api/iam/am/monthXj/formulateXj/centerbalance.d.ts +8 -0
- package/types/api/iam/am/monthXj/formulateXj/create.d.ts +10 -0
- package/types/api/iam/am/monthXj/formulateXj/itemadjust.d.ts +11 -0
- package/types/api/iam/am/monthXj/formulateXj/saleorgverify.d.ts +4 -0
- package/types/api/iam/am/preweekplan/formulate/weekplan.d.ts +6 -0
- package/types/api/iam/am/preweekplan/param.d.ts +2 -0
- package/types/api/iam/am/preweekplan/ratelimit.d.ts +9 -0
- package/types/api/iam/am/report/Export2ExcelForTransferSituation.d.ts +20 -0
- package/types/api/iam/am/report/agree.d.ts +8 -0
- package/types/api/iam/am/report/agreechange.d.ts +1 -0
- package/types/api/iam/am/report/allocation.d.ts +1 -0
- package/types/api/iam/am/report/cigaragree.d.ts +8 -0
- package/types/api/iam/am/report/comstock.d.ts +1 -0
- package/types/api/iam/am/report/contractCheck.d.ts +1 -0
- package/types/api/iam/am/report/contractorder.d.ts +6 -0
- package/types/api/iam/am/report/cxb.d.ts +1 -0
- package/types/api/iam/am/report/cxbquery.d.ts +1 -0
- package/types/api/iam/am/report/dayPlan.d.ts +1 -0
- package/types/api/iam/am/report/distcalculation.d.ts +2 -0
- package/types/api/iam/am/report/dxc-day.d.ts +1 -0
- package/types/api/iam/am/report/dxc-month.d.ts +1 -0
- package/types/api/iam/am/report/execute.d.ts +1 -0
- package/types/api/iam/am/report/home.d.ts +7 -0
- package/types/api/iam/am/report/invoice.d.ts +2 -0
- package/types/api/iam/am/report/logistics.d.ts +2 -0
- package/types/api/iam/am/report/monthallocation.d.ts +1 -0
- package/types/api/iam/am/report/monthplanimp.d.ts +1 -0
- package/types/api/iam/am/report/monthplanimpxj.d.ts +1 -0
- package/types/api/iam/am/report/monthsale.d.ts +1 -0
- package/types/api/iam/am/report/nextnextmonthplan.d.ts +1 -0
- package/types/api/iam/am/report/stock.d.ts +3 -0
- package/types/api/iam/am/report/track.d.ts +2 -0
- package/types/api/iam/am/report/transfer-implement.d.ts +2 -0
- package/types/api/iam/am/report/transfer-situation.d.ts +1 -0
- package/types/api/iam/am/report/weekplan.d.ts +2 -0
- package/types/api/iam/am/report/zero.d.ts +2 -0
- package/types/api/iam/am/trans/trans.d.ts +6 -0
- package/types/api/iam/sq/report/monopoly/monopoly.d.ts +11 -0
- package/types/api/iam/sq/report/monthtransferplan.d.ts +2 -0
- package/types/api/ipm/bc/basic/bidding.d.ts +3 -0
- package/types/api/ipm/bc/basic/biddingForCigar.d.ts +3 -0
- package/types/api/ipm/bc/basic/grade.d.ts +2 -0
- package/types/api/ipm/bc/basic/item.d.ts +7 -0
- package/types/api/ipm/bc/basic/jditem.d.ts +2 -0
- package/types/api/ipm/bc/basic/manualsignature.d.ts +4 -0
- package/types/api/ipm/bc/basic/parms.d.ts +1 -0
- package/types/api/ipm/bc/basic/price.d.ts +4 -0
- package/types/api/ipm/bc/basic/regionday.d.ts +4 -0
- package/types/api/ipm/bc/basic/regioninfo.d.ts +3 -0
- package/types/api/ipm/bc/basic/series.d.ts +2 -0
- package/types/api/ipm/bc/basic/smoke.d.ts +6 -0
- package/types/api/ipm/bc/basic/supplier.d.ts +2 -0
- package/types/api/ipm/bc/basic/supplierItem.d.ts +1 -0
- package/types/api/ipm/bc/basic/tender.d.ts +5 -0
- package/types/api/ipm/bc/basic/type.d.ts +2 -0
- package/types/api/ipm/bc/basic/unit.d.ts +2 -0
- package/types/api/ipm/bc/basic/yearSupplier.d.ts +1 -0
- package/types/api/ipm/bc/invtyquery/invtyquery.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/flowprocess.d.ts +2 -0
- package/types/api/ipm/bc/statisticalquery/itemapplydetail.d.ts +2 -0
- package/types/api/ipm/bc/statisticalquery/itemprocess.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/purchasequery.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/quarterprogress.d.ts +6 -0
- package/types/api/ipm/bc/statisticalquery/regiondaycompare.d.ts +5 -0
- package/types/api/ipm/bc/statisticalquery/regiondayquery.d.ts +3 -0
- package/types/api/ipm/bc/statisticalquery/schemefollow.d.ts +5 -0
- package/types/api/ipm/bc/statisticalquery/schemeoutputquery.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/schemeprogress.d.ts +3 -0
- package/types/api/ipm/bc/statisticalquery/xqitemregion.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/xqregiondayquery.d.ts +4 -0
- package/types/api/ipm/bc/statisticalquery/xqschemeoutput.d.ts +1 -0
- package/types/api/ipm/bc/statisticalquery/zxitemregion.d.ts +2 -0
- package/types/api/ipm/bg/budget/adjust.d.ts +7 -0
- package/types/api/ipm/bg/budget/adjustapplyverify.d.ts +4 -0
- package/types/api/ipm/bg/budget/adjustment.d.ts +9 -0
- package/types/api/ipm/bg/budget/cigaradjustapply.d.ts +6 -0
- package/types/api/ipm/bg/budget/cigarbudget/cigarbg.d.ts +7 -0
- package/types/api/ipm/bg/budget/quarter/quarterNewBg.d.ts +12 -0
- package/types/api/ipm/bg/budget/quarter/quarterbg.d.ts +6 -0
- package/types/api/ipm/bg/budget/reportData.d.ts +31 -0
- package/types/api/ipm/bg/budget/supplement.d.ts +7 -0
- package/types/api/ipm/bg/budget/supplementVerify.d.ts +2 -0
- package/types/api/ipm/bg/budget/supplementVerifyzx.d.ts +3 -0
- package/types/api/ipm/bg/budget/supplementapprove.d.ts +3 -0
- package/types/api/ipm/bg/budget/year/yearbg.d.ts +11 -0
- package/types/api/ipm/bg/ybbudget/ybbudget.d.ts +4 -0
- package/types/api/ipm/dm/demand/backup.d.ts +7 -0
- package/types/api/ipm/dm/demand/centerplan.d.ts +16 -0
- package/types/api/ipm/dm/demand/centerplanorgan.d.ts +9 -0
- package/types/api/ipm/dm/demand/demand.d.ts +6 -0
- package/types/api/ipm/dm/demand/monthneed.d.ts +9 -0
- package/types/api/ipm/dm/demand/monthneedxj.d.ts +15 -0
- package/types/api/ipm/dm/demand/pcdmd.d.ts +6 -0
- package/types/api/ipm/dm/demand/purchase.d.ts +14 -0
- package/types/api/ipm/dm/demand/quarteradd.d.ts +16 -0
- package/types/api/ipm/dm/demand/quarteraddxj.d.ts +16 -0
- package/types/api/ipm/dm/demand/quarterapply.d.ts +29 -0
- package/types/api/ipm/dm/demand/quarterapplynew.d.ts +40 -0
- package/types/api/ipm/dm/demand/quarterapplyxjnew.d.ts +34 -0
- package/types/api/ipm/dm/demand/quarteritem.d.ts +4 -0
- package/types/api/ipm/dm/demand/quarterneed.d.ts +13 -0
- package/types/api/ipm/dm/demand/supplement.d.ts +11 -0
- package/types/api/ipm/dm/demand/supplementbalance.d.ts +26 -0
- package/types/api/ipm/dm/demand/supplementverify.d.ts +2 -0
- package/types/api/ipm/qt/basic/contrast.d.ts +4 -0
- package/types/api/ipm/qt/basic/outconfirm.d.ts +16 -0
- package/types/api/ipm/qt/basic/qtapply.d.ts +7 -0
- package/types/api/ipm/qt/basic/qtitem.d.ts +6 -0
- package/types/api/ipm/qt/qtchangesheet.d.ts +15 -0
- package/types/api/ipm/qt/qtchangetable.d.ts +7 -0
- package/types/api/ipm/qt/qtdailystatement.d.ts +1 -0
- package/types/api/ipm/qt/qtreturn/edit.d.ts +3 -0
- package/types/api/ipm/qt/qtreturn.d.ts +5 -0
- package/types/api/ipm/qt/qtspareinv.d.ts +12 -0
- package/types/api/ipm/qt/qtspareinvq.d.ts +15 -0
- package/types/api/ipm/qt/stand-book.d.ts +18 -0
- package/types/api/ipm/sc/scheme/cigar/schemeapply.d.ts +56 -0
- package/types/api/ipm/sc/scheme/cigar/schemearchiving.d.ts +7 -0
- package/types/api/ipm/sc/scheme/cigar/schemechange.d.ts +17 -0
- package/types/api/ipm/sc/scheme/cigar/schemechangecheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/cigar/schemecheck.d.ts +4 -0
- package/types/api/ipm/sc/scheme/cigar/schemereporte.d.ts +2 -0
- package/types/api/ipm/sc/scheme/cigar/schemesummary.d.ts +17 -0
- package/types/api/ipm/sc/scheme/cigar/schemesummarycheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/schemeapply.d.ts +37 -0
- package/types/api/ipm/sc/scheme/schemearchiving.d.ts +9 -0
- package/types/api/ipm/sc/scheme/schemechange.d.ts +9 -0
- package/types/api/ipm/sc/scheme/schemechangecheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/schemecheck.d.ts +6 -0
- package/types/api/ipm/sc/scheme/schemereporte.d.ts +2 -0
- package/types/api/ipm/sc/scheme/schemesummary.d.ts +11 -0
- package/types/api/ipm/sc/scheme/schemesummarycheck.d.ts +2 -0
- package/types/api/ipm/sc/scheme/ybscheme.d.ts +26 -0
- package/types/api/ipm/st/stock/account.d.ts +13 -0
- package/types/api/ipm/st/stock/applyother.d.ts +12 -0
- package/types/api/ipm/st/stock/itemdistribute.d.ts +5 -0
- package/types/api/ipm/st/stock/punch.d.ts +13 -0
- package/types/api/ipm/st/stock/regioncheck.d.ts +13 -0
- package/types/api/ipm/st/stock/regioninput.d.ts +11 -0
- package/types/api/ipm/st/stock/regionlocked.d.ts +7 -0
- package/types/api/ipm/st/stock/regionoutput.d.ts +11 -0
- package/types/api/ipm/st/stock/schemeapply.d.ts +49 -0
- package/types/api/ipm/st/stock/schemeoutput.d.ts +11 -0
- package/types/api/ipm/st/stock/schemereceive.d.ts +6 -0
- package/types/api/ipm/st/stock/smokeinput.d.ts +4 -0
- package/types/components/404/back-btn-group.vue.d.ts +17 -0
- package/types/components/404/error-content.vue.d.ts +24 -0
- package/types/components/404/index.d.ts +2 -0
- package/types/components/404/index.vue.d.ts +16 -0
- package/types/components/button/button.vue.d.ts +51 -0
- package/types/components/button/index.d.ts +1 -0
- package/types/components/date-picker/half-year/half-year-date-picker.vue.d.ts +61 -0
- package/types/components/date-picker/index.d.ts +2 -0
- package/types/components/date-picker/quarter/quarter-date-picker.vue.d.ts +62 -0
- package/types/components/form/form.d.ts +34 -0
- package/types/components/form/index.d.ts +1 -0
- package/types/components/icons/common-icon.vue.d.ts +59 -0
- package/types/components/icons/index.d.ts +1 -0
- package/types/components/icons/index.vue.d.ts +34 -0
- package/types/components/index.d.ts +17 -0
- package/types/components/input-modal/brand/brand-input-modal.vue.d.ts +93 -0
- package/types/components/input-modal/com/com-input-modal.vue.d.ts +93 -0
- package/types/components/input-modal/index.d.ts +4 -0
- package/types/components/input-modal/item/item-input-modal.vue.d.ts +103 -0
- package/types/components/input-modal/tree-select/index.vue.d.ts +60 -0
- package/types/components/input-modal/tree-select/tree.vue.d.ts +190 -0
- package/types/components/layout/basic/app-menu.vue.d.ts +32 -0
- package/types/components/layout/basic/back-top.vue.d.ts +93 -0
- package/types/components/layout/basic/collect.vue.d.ts +18 -0
- package/types/components/layout/basic/custom-bread-crumb.vue.d.ts +43 -0
- package/types/components/layout/basic/error-store.vue.d.ts +35 -0
- package/types/components/layout/basic/full-screen.vue.d.ts +27 -0
- package/types/components/layout/basic/header-bar.vue.d.ts +27 -0
- package/types/components/layout/basic/index.d.ts +12 -0
- package/types/components/layout/basic/language.vue.d.ts +33 -0
- package/types/components/layout/basic/other-menu.vue.d.ts +32 -0
- package/types/components/layout/basic/side-menu-item.vue.d.ts +88 -0
- package/types/components/layout/basic/side-menu.vue.d.ts +125 -0
- package/types/components/layout/basic/sider-trigger.vue.d.ts +42 -0
- package/types/components/layout/basic/sub-header.vue.d.ts +26 -0
- package/types/components/layout/basic/tags-nav.vue.d.ts +47 -0
- package/types/components/layout/basic/user.vue.d.ts +43 -0
- package/types/components/layout/index.d.ts +3 -0
- package/types/components/layout/mixin/item-mixin.d.ts +23 -0
- package/types/components/layout/mixin/mixin.d.ts +12 -0
- package/types/components/layout/route-wrapper/basic-layout.vue.d.ts +27 -0
- package/types/components/layout/route-wrapper/empty-layout.vue.d.ts +18 -0
- package/types/components/layout/route-wrapper/index.d.ts +2 -0
- package/types/components/layout/view-wrapper/detail-view.vue.d.ts +47 -0
- package/types/components/layout/view-wrapper/index.d.ts +2 -0
- package/types/components/layout/view-wrapper/page-view.vue.d.ts +33 -0
- package/types/components/login/index.d.ts +1 -0
- package/types/components/login/login-form.vue.d.ts +88 -0
- package/types/components/login/login.vue.d.ts +16 -0
- package/types/components/modal/audit/audit-log-modal.vue.d.ts +107 -0
- package/types/components/modal/audit/audit-modal.vue.d.ts +55 -0
- package/types/components/modal/help/help-table-modal.vue.d.ts +106 -0
- package/types/components/modal/help/help-tree-modal.vue.d.ts +98 -0
- package/types/components/modal/index.d.ts +5 -0
- package/types/components/modal/material-item/material-item-modal.vue.d.ts +113 -0
- package/types/components/panel/back-top/back-top-panel.vue.d.ts +16 -0
- package/types/components/panel/index.d.ts +2 -0
- package/types/components/panel/loading/loading-panel.vue.d.ts +34 -0
- package/types/components/radio/index.d.ts +1 -0
- package/types/components/radio/unit/unit-radio.vue.d.ts +54 -0
- package/types/components/select/col/col-select.vue.d.ts +80 -0
- package/types/components/select/index.d.ts +2 -0
- package/types/components/select/item-type-combine/item-type-combine-select.vue.d.ts +88 -0
- package/types/components/step-track/index.d.ts +1 -0
- package/types/components/step-track/index.vue.d.ts +40 -0
- package/types/components/table/ag-table/index.vue.d.ts +668 -0
- package/types/components/table/ag-table/renders/button.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/date.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/enum.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/input.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/link.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/select.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/tooltip.vue.d.ts +14 -0
- package/types/components/table/ag-table/renders/tree-select.vue.d.ts +14 -0
- package/types/components/table/components/export-data.vue.d.ts +133 -0
- package/types/components/table/index.d.ts +2 -0
- package/types/components/table/iview-table/table.vue.d.ts +399 -0
- package/types/components/table/other-table/other-table.vue.d.ts +18 -0
- package/types/components/table/utils/formatter.d.ts +9 -0
- package/types/components/table/utils/table2excel.d.ts +5 -0
- package/types/components/tree/index.d.ts +2 -0
- package/types/components/tree/item/item-tree.vue.d.ts +175 -0
- package/types/components/tree/tree.vue.d.ts +181 -0
- package/types/components/tree-select/index.d.ts +2 -0
- package/types/components/tree-select/item/item-tree-select.vue.d.ts +32 -0
- package/types/components/tree-select/tree-select.vue.d.ts +38 -0
- package/types/components/upload/file/upload-file.vue.d.ts +269 -0
- package/types/components/upload/img/upload-img.vue.d.ts +280 -0
- package/types/components/upload/index.d.ts +2 -0
- package/types/config.d.ts +32 -0
- package/types/directives/click-outside/index.d.ts +4 -0
- package/types/directives/index.d.ts +2 -0
- package/types/directives/vue-print-nb/index.d.ts +1 -0
- package/types/directives/vue-print-nb/print.d.ts +5 -0
- package/types/directives/vue-print-nb/printarea.d.ts +44 -0
- package/types/index.d.ts +17 -0
- package/types/plugins/config-plugin.d.ts +11 -0
- package/types/plugins/index.d.ts +2 -0
- package/types/plugins/router-plugin.d.ts +16 -0
- package/types/router/basic-routes.d.ts +8 -0
- package/types/router/generator-routers.d.ts +29 -0
- package/types/router/guard.d.ts +11 -0
- package/types/router/index.d.ts +6 -0
- package/types/store/app.d.ts +98 -0
- package/types/store/index.d.ts +8 -0
- package/types/store/user.d.ts +45 -0
- package/types/third/index.d.ts +1 -0
- package/types/third/vxe-table/install.d.ts +2 -0
- package/types/utils/Export2Excel.d.ts +20 -0
- package/types/utils/ag-table-locale.d.ts +265 -0
- package/types/utils/agGridUtils.d.ts +39 -0
- package/types/utils/assist.d.ts +1 -0
- package/types/utils/color.d.ts +16 -0
- package/types/utils/cryptor.d.ts +6 -0
- package/types/utils/date.d.ts +11 -0
- package/types/utils/event.d.ts +2 -0
- package/types/utils/eventBus.d.ts +22 -0
- package/types/utils/excel.d.ts +63 -0
- package/types/utils/index.d.ts +10 -0
- package/types/utils/libs/sm3.d.ts +2 -0
- package/types/utils/router.d.ts +12 -0
- package/types/utils/storage.d.ts +4 -0
- package/types/utils/tableheight.d.ts +2 -0
- package/types/utils/token.d.ts +2 -0
- package/types/utils/vxeutils.d.ts +4 -0
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
export namespace AG_GRID_LOCALE_ZH {
|
|
2
|
+
export let selectAll: string
|
|
3
|
+
export let selectAllSearchResults: string
|
|
4
|
+
export let searchOoo: string
|
|
5
|
+
export let blanks: string
|
|
6
|
+
export let noMatches: string
|
|
7
|
+
export let filterOoo: string
|
|
8
|
+
export let equals: string
|
|
9
|
+
export let notEqual: string
|
|
10
|
+
export let blank: string
|
|
11
|
+
export let notBlank: string
|
|
12
|
+
export let empty: string
|
|
13
|
+
export let lessThan: string
|
|
14
|
+
export let greaterThan: string
|
|
15
|
+
export let lessThanOrEqual: string
|
|
16
|
+
export let greaterThanOrEqual: string
|
|
17
|
+
export let inRange: string
|
|
18
|
+
export let inRangeStart: string
|
|
19
|
+
export let inRangeEnd: string
|
|
20
|
+
export let contains: string
|
|
21
|
+
export let notContains: string
|
|
22
|
+
export let startsWith: string
|
|
23
|
+
export let endsWith: string
|
|
24
|
+
export let dateFormatOoo: string
|
|
25
|
+
export let andCondition: string
|
|
26
|
+
export let orCondition: string
|
|
27
|
+
export let applyFilter: string
|
|
28
|
+
export let resetFilter: string
|
|
29
|
+
export let clearFilter: string
|
|
30
|
+
export let cancelFilter: string
|
|
31
|
+
export let textFilter: string
|
|
32
|
+
export let numberFilter: string
|
|
33
|
+
export let dateFilter: string
|
|
34
|
+
export let setFilter: string
|
|
35
|
+
export let columns: string
|
|
36
|
+
export let filters: string
|
|
37
|
+
export let pivotMode: string
|
|
38
|
+
export let groups: string
|
|
39
|
+
export let rowGroupColumnsEmptyMessage: string
|
|
40
|
+
export let values: string
|
|
41
|
+
export let valueColumnsEmptyMessage: string
|
|
42
|
+
export let pivots: string
|
|
43
|
+
export let pivotColumnsEmptyMessage: string
|
|
44
|
+
export let group: string
|
|
45
|
+
export let rowDragRows: string
|
|
46
|
+
export let loadingOoo: string
|
|
47
|
+
export let noRowsToShow: string
|
|
48
|
+
export let enabled: string
|
|
49
|
+
export let pinColumn: string
|
|
50
|
+
export let pinLeft: string
|
|
51
|
+
export let pinRight: string
|
|
52
|
+
export let noPin: string
|
|
53
|
+
export let valueAggregation: string
|
|
54
|
+
export let autosizeThiscolumn: string
|
|
55
|
+
export let autosizeAllColumns: string
|
|
56
|
+
export let groupBy: string
|
|
57
|
+
export let ungroupBy: string
|
|
58
|
+
export let addToValues: string
|
|
59
|
+
export let removeFromValues: string
|
|
60
|
+
export let addToLabels: string
|
|
61
|
+
export let removeFromLabels: string
|
|
62
|
+
export let resetColumns: string
|
|
63
|
+
export let expandAll: string
|
|
64
|
+
export let collapseAll: string
|
|
65
|
+
export let copy: string
|
|
66
|
+
export let ctrlC: string
|
|
67
|
+
export let copyWithHeaders: string
|
|
68
|
+
export let copyWithHeaderGroups: string
|
|
69
|
+
export let paste: string
|
|
70
|
+
export let ctrlV: string
|
|
71
|
+
let _export: string
|
|
72
|
+
export { _export as export }
|
|
73
|
+
export let csvExport: string
|
|
74
|
+
export let excelExport: string
|
|
75
|
+
export let sum: string
|
|
76
|
+
export let min: string
|
|
77
|
+
export let max: string
|
|
78
|
+
export let none: string
|
|
79
|
+
export let count: string
|
|
80
|
+
export let avg: string
|
|
81
|
+
export let filteredRows: string
|
|
82
|
+
export let selectedRows: string
|
|
83
|
+
export let totalRows: string
|
|
84
|
+
export let totalAndFilteredRows: string
|
|
85
|
+
export let more: string
|
|
86
|
+
export let to: string
|
|
87
|
+
export let of: string
|
|
88
|
+
export let page: string
|
|
89
|
+
export let nextPage: string
|
|
90
|
+
export let lastPage: string
|
|
91
|
+
export let firstPage: string
|
|
92
|
+
export let previousPage: string
|
|
93
|
+
export let pivotColumnGroupTotals: string
|
|
94
|
+
export let pivotChartAndPivotMode: string
|
|
95
|
+
export let pivotChart: string
|
|
96
|
+
export let chartRange: string
|
|
97
|
+
export let columnChart: string
|
|
98
|
+
export let groupedColumn: string
|
|
99
|
+
export let stackedColumn: string
|
|
100
|
+
export let normalizedColumn: string
|
|
101
|
+
export let barChart: string
|
|
102
|
+
export let groupedBar: string
|
|
103
|
+
export let stackedBar: string
|
|
104
|
+
export let normalizedBar: string
|
|
105
|
+
export let pieChart: string
|
|
106
|
+
export let pie: string
|
|
107
|
+
export let doughnut: string
|
|
108
|
+
export let line: string
|
|
109
|
+
export let xyChart: string
|
|
110
|
+
export let scatter: string
|
|
111
|
+
export let bubble: string
|
|
112
|
+
export let areaChart: string
|
|
113
|
+
export let area: string
|
|
114
|
+
export let stackedArea: string
|
|
115
|
+
export let normalizedArea: string
|
|
116
|
+
export let histogramChart: string
|
|
117
|
+
export let combinationChart: string
|
|
118
|
+
export let columnLineCombo: string
|
|
119
|
+
export let AreaColumnCombo: string
|
|
120
|
+
export let pivotChartTitle: string
|
|
121
|
+
export let rangeChartTitle: string
|
|
122
|
+
export let settings: string
|
|
123
|
+
export let data: string
|
|
124
|
+
export let format: string
|
|
125
|
+
export let categories: string
|
|
126
|
+
export let defaultCategory: string
|
|
127
|
+
export let series: string
|
|
128
|
+
export let xyValues: string
|
|
129
|
+
export let paired: string
|
|
130
|
+
export let axis: string
|
|
131
|
+
export let navigator: string
|
|
132
|
+
export let color: string
|
|
133
|
+
export let thickness: string
|
|
134
|
+
export let xType: string
|
|
135
|
+
export let automatic: string
|
|
136
|
+
export let category: string
|
|
137
|
+
export let number: string
|
|
138
|
+
export let time: string
|
|
139
|
+
export let xRotation: string
|
|
140
|
+
export let yRotation: string
|
|
141
|
+
export let ticks: string
|
|
142
|
+
export let width: string
|
|
143
|
+
export let height: string
|
|
144
|
+
export let length: string
|
|
145
|
+
export let padding: string
|
|
146
|
+
export let spacing: string
|
|
147
|
+
export let chart: string
|
|
148
|
+
export let title: string
|
|
149
|
+
export let titlePlaceholder: string
|
|
150
|
+
export let background: string
|
|
151
|
+
export let font: string
|
|
152
|
+
export let top: string
|
|
153
|
+
export let right: string
|
|
154
|
+
export let bottom: string
|
|
155
|
+
export let left: string
|
|
156
|
+
export let labels: string
|
|
157
|
+
export let size: string
|
|
158
|
+
export let minSize: string
|
|
159
|
+
export let maxSize: string
|
|
160
|
+
export let legend: string
|
|
161
|
+
export let position: string
|
|
162
|
+
export let markerSize: string
|
|
163
|
+
export let markerStroke: string
|
|
164
|
+
export let markerPadding: string
|
|
165
|
+
export let itemSpacing: string
|
|
166
|
+
export let itemPaddingX: string
|
|
167
|
+
export let itemPaddingY: string
|
|
168
|
+
export let layoutHorizontalSpacing: string
|
|
169
|
+
export let layoutVerticalSpacing: string
|
|
170
|
+
export let strokeWidth: string
|
|
171
|
+
export let offset: string
|
|
172
|
+
export let offsets: string
|
|
173
|
+
export let tooltips: string
|
|
174
|
+
export let callout: string
|
|
175
|
+
export let markers: string
|
|
176
|
+
export let shadow: string
|
|
177
|
+
export let blur: string
|
|
178
|
+
export let xOffset: string
|
|
179
|
+
export let yOffset: string
|
|
180
|
+
export let lineWidth: string
|
|
181
|
+
export let normal: string
|
|
182
|
+
export let bold: string
|
|
183
|
+
export let italic: string
|
|
184
|
+
export let boldItalic: string
|
|
185
|
+
export let predefined: string
|
|
186
|
+
export let fillOpacity: string
|
|
187
|
+
export let strokeOpacity: string
|
|
188
|
+
export let histogramBinCount: string
|
|
189
|
+
export let columnGroup: string
|
|
190
|
+
export let barGroup: string
|
|
191
|
+
export let pieGroup: string
|
|
192
|
+
export let lineGroup: string
|
|
193
|
+
export let scatterGroup: string
|
|
194
|
+
export let areaGroup: string
|
|
195
|
+
export let histogramGroup: string
|
|
196
|
+
export let combinationGroup: string
|
|
197
|
+
export let groupedColumnTooltip: string
|
|
198
|
+
export let stackedColumnTooltip: string
|
|
199
|
+
export let normalizedColumnTooltip: string
|
|
200
|
+
export let groupedBarTooltip: string
|
|
201
|
+
export let stackedBarTooltip: string
|
|
202
|
+
export let normalizedBarTooltip: string
|
|
203
|
+
export let pieTooltip: string
|
|
204
|
+
export let doughnutTooltip: string
|
|
205
|
+
export let lineTooltip: string
|
|
206
|
+
export let groupedAreaTooltip: string
|
|
207
|
+
export let stackedAreaTooltip: string
|
|
208
|
+
export let normalizedAreaTooltip: string
|
|
209
|
+
export let scatterTooltip: string
|
|
210
|
+
export let bubbleTooltip: string
|
|
211
|
+
export let histogramTooltip: string
|
|
212
|
+
export let columnLineComboTooltip: string
|
|
213
|
+
export let areaColumnComboTooltip: string
|
|
214
|
+
export let customComboTooltip: string
|
|
215
|
+
export let noDataToChart: string
|
|
216
|
+
export let pivotChartRequiresPivotMode: string
|
|
217
|
+
export let chartSettingsToolbarTooltip: string
|
|
218
|
+
export let chartLinkToolbarTooltip: string
|
|
219
|
+
export let chartUnlinkToolbarTooltip: string
|
|
220
|
+
export let chartDownloadToolbarTooltip: string
|
|
221
|
+
export let seriesChartType: string
|
|
222
|
+
export let seriesType: string
|
|
223
|
+
export let secondaryAxis: string
|
|
224
|
+
export let ariaHidden: string
|
|
225
|
+
export let ariaVisible: string
|
|
226
|
+
export let ariaChecked: string
|
|
227
|
+
export let ariaUnchecked: string
|
|
228
|
+
export let ariaIndeterminate: string
|
|
229
|
+
export let ariaDefaultListName: string
|
|
230
|
+
export let ariaColumnSelectAll: string
|
|
231
|
+
export let ariaInputEditor: string
|
|
232
|
+
export let ariaDateFilterInput: string
|
|
233
|
+
export let ariaFilterList: string
|
|
234
|
+
export let ariaFilterInput: string
|
|
235
|
+
export let ariaFilterColumnsInput: string
|
|
236
|
+
export let ariaFilterValue: string
|
|
237
|
+
export let ariaFilterFromValue: string
|
|
238
|
+
export let ariaFilterToValue: string
|
|
239
|
+
export let ariaFilteringOperator: string
|
|
240
|
+
export let ariaColumn: string
|
|
241
|
+
export let ariaColumnList: string
|
|
242
|
+
export let ariaColumnGroup: string
|
|
243
|
+
export let ariaRowSelect: string
|
|
244
|
+
export let ariaRowDeselect: string
|
|
245
|
+
export let ariaRowToggleSelection: string
|
|
246
|
+
export let ariaRowSelectAll: string
|
|
247
|
+
export let ariaToggleVisibility: string
|
|
248
|
+
export let ariaSearch: string
|
|
249
|
+
export let ariaSearchFilterValues: string
|
|
250
|
+
export let ariaRowGroupDropZonePanelLabel: string
|
|
251
|
+
export let ariaValuesDropZonePanelLabel: string
|
|
252
|
+
export let ariaPivotDropZonePanelLabel: string
|
|
253
|
+
export let ariaDropZoneColumnComponentDescription: string
|
|
254
|
+
export let ariaDropZoneColumnValueItemDescription: string
|
|
255
|
+
export let ariaLabelColumnMenu: string
|
|
256
|
+
export let ariaLabelCellEditor: string
|
|
257
|
+
export let ariaLabelDialog: string
|
|
258
|
+
export let ariaLabelSelectField: string
|
|
259
|
+
export let ariaLabelTooltip: string
|
|
260
|
+
export let ariaLabelContextMenu: string
|
|
261
|
+
export let ariaLabelSubMenu: string
|
|
262
|
+
export let ariaLabelAggregationFunction: string
|
|
263
|
+
export let thousandSeparator: string
|
|
264
|
+
export let decimalSeparator: string
|
|
265
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ag-grid使用
|
|
3
|
+
* 开启 :suppressRowClickSelection="true"
|
|
4
|
+
* cellClassRules: {
|
|
5
|
+
'cell-span'(params) {
|
|
6
|
+
return params.data.rcWhseNameRowSpan > 1
|
|
7
|
+
},
|
|
8
|
+
},
|
|
9
|
+
* rowSpan:(params)=> {
|
|
10
|
+
return params.data.${col}RowSpan > 1 ? params.data.${col}RowSpan : 1
|
|
11
|
+
}
|
|
12
|
+
style:
|
|
13
|
+
/deep/ .cell-span {
|
|
14
|
+
background: var(--ag-odd-row-background-color, #fcfdfe);;
|
|
15
|
+
display: flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
top: 1px;
|
|
18
|
+
border-bottom: 1px solid var(--ag-row-border-color, #CCC) !important;
|
|
19
|
+
white-space: pre-wrap;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
iview使用:需要剔除的单元格置[0, 0](类似ag的置空),不合计的[1, 1],不用置空
|
|
23
|
+
tableRowSpan(data,[keys],{remove:false,space:'合计',noSpanSet:'true'})
|
|
24
|
+
:span-method="handleSpan"
|
|
25
|
+
handleSpan ({ row, column }) {
|
|
26
|
+
let key = column.key
|
|
27
|
+
if(key == 'qtyCfm'){
|
|
28
|
+
if(row['reqNumRowSpan']){
|
|
29
|
+
return [row['reqNumRowSpan'], 1]
|
|
30
|
+
}else{
|
|
31
|
+
return [0, 0]
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
* @param {数据行} tableData
|
|
36
|
+
* @param {需要进行行合并的列} cols
|
|
37
|
+
* @returns 添加rowSpan属性的数据行
|
|
38
|
+
*/
|
|
39
|
+
export function tableRowSpan(tableData?: 数据行, cols?: 需要进行行合并的列, props?: {}): 数据行
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function deepCopy(data: any): any
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 颜色常量,主要用于js中使用到的颜色值公共抽离,
|
|
3
|
+
* css识别的颜色形式,和styles/variables.less配套
|
|
4
|
+
* 使用:import { AG_SUM_ROW_COLOR_10,AG_SUM_ROW_COLOR_5 } from '@/utils/color'
|
|
5
|
+
*/
|
|
6
|
+
/**
|
|
7
|
+
* ag-grid相关
|
|
8
|
+
*/
|
|
9
|
+
/**
|
|
10
|
+
* 用于ag-grid合计行颜色,目前定义3个层级,数值越大颜色越深,后续增加可颜色添加到对应位置
|
|
11
|
+
* 对应class位于components/other-table
|
|
12
|
+
* 暂定:10:总计,5:合计,1:小计三级,一级合计建议取10,两级建议10、1
|
|
13
|
+
*/
|
|
14
|
+
export const AG_SUM_ROW_COLOR_10: '#cccfd7'
|
|
15
|
+
export const AG_SUM_ROW_COLOR_5: '#dcdfe6'
|
|
16
|
+
export const AG_SUM_ROW_COLOR_1: '#ebedf2'
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import('vue/types/vue').CombinedVueInstance<
|
|
2
|
+
Vue<
|
|
3
|
+
Record<string, any>,
|
|
4
|
+
Record<string, any>,
|
|
5
|
+
never,
|
|
6
|
+
never,
|
|
7
|
+
(
|
|
8
|
+
event: string,
|
|
9
|
+
...args: any[]
|
|
10
|
+
) => Vue<Record<string, any>, Record<string, any>, never, never, any>
|
|
11
|
+
>,
|
|
12
|
+
object,
|
|
13
|
+
object,
|
|
14
|
+
object,
|
|
15
|
+
Record<never, any>,
|
|
16
|
+
{},
|
|
17
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
18
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
19
|
+
import('vue/types/v3-component-public-instance').OptionTypesType<{}, {}, {}, {}, {}, {}>
|
|
20
|
+
>
|
|
21
|
+
export default _default
|
|
22
|
+
import Vue from 'vue'
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export function title_transform(paramData: any): any[][]
|
|
2
|
+
export function title_el_transform(paramData: any): any[][]
|
|
3
|
+
export function key_transform(paramData: any): any[]
|
|
4
|
+
export function key_el_transform(paramData: any): any[]
|
|
5
|
+
export function data_children_transform(paramData: any): any[]
|
|
6
|
+
export function export_table_to_excel(id: any, filename: any): void
|
|
7
|
+
export function export_json_to_excel({
|
|
8
|
+
data,
|
|
9
|
+
key,
|
|
10
|
+
title,
|
|
11
|
+
filename,
|
|
12
|
+
spanColumns,
|
|
13
|
+
autoWidth,
|
|
14
|
+
format,
|
|
15
|
+
}: {
|
|
16
|
+
data: any
|
|
17
|
+
key: any
|
|
18
|
+
title: any
|
|
19
|
+
filename: any
|
|
20
|
+
spanColumns: any
|
|
21
|
+
autoWidth: any
|
|
22
|
+
format: any
|
|
23
|
+
}): void
|
|
24
|
+
export function export_array_to_excel({
|
|
25
|
+
key,
|
|
26
|
+
data,
|
|
27
|
+
title,
|
|
28
|
+
filename,
|
|
29
|
+
spanColumns,
|
|
30
|
+
autoWidth,
|
|
31
|
+
format,
|
|
32
|
+
}: {
|
|
33
|
+
key: any
|
|
34
|
+
data: any
|
|
35
|
+
title: any
|
|
36
|
+
filename: any
|
|
37
|
+
spanColumns: any
|
|
38
|
+
autoWidth: any
|
|
39
|
+
format: any
|
|
40
|
+
}): void
|
|
41
|
+
export function s2ab(s: any): ArrayBuffer
|
|
42
|
+
export function saveAs(blob: any, fileName: any): void
|
|
43
|
+
export function read(
|
|
44
|
+
data: any,
|
|
45
|
+
type: any,
|
|
46
|
+
): {
|
|
47
|
+
header: string[]
|
|
48
|
+
results: any[]
|
|
49
|
+
}
|
|
50
|
+
declare namespace _default {
|
|
51
|
+
export { export_table_to_excel }
|
|
52
|
+
export { export_array_to_excel }
|
|
53
|
+
export { export_json_to_excel }
|
|
54
|
+
export { key_transform }
|
|
55
|
+
export { key_el_transform }
|
|
56
|
+
export { title_transform }
|
|
57
|
+
export { title_el_transform }
|
|
58
|
+
export { data_children_transform }
|
|
59
|
+
export { read }
|
|
60
|
+
export { s2ab }
|
|
61
|
+
export { saveAs }
|
|
62
|
+
}
|
|
63
|
+
export default _default
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './date'
|
|
2
|
+
export * from './token'
|
|
3
|
+
export * from './router'
|
|
4
|
+
export * from './cryptor'
|
|
5
|
+
export * from './storage'
|
|
6
|
+
export * from './event'
|
|
7
|
+
export * from './excel'
|
|
8
|
+
export * from './tableheight'
|
|
9
|
+
export * from './vxeutils'
|
|
10
|
+
export * from './Export2Excel'
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function getRouteTitleHandled(route: any): any
|
|
2
|
+
export function setTitle(): void
|
|
3
|
+
export function getMenuByRouter(list: any[], access: any): any[]
|
|
4
|
+
export function getBreadCrumbList(route: any, homeRoute: any): any[]
|
|
5
|
+
export function showTitle(item: any): any
|
|
6
|
+
export function setTagNavListInLocalstorage(list: any): void
|
|
7
|
+
export function getTagNavListFromLocalstorage(): any[]
|
|
8
|
+
export function getHomeRoute(routers: any[], homeRouteName?: string): any
|
|
9
|
+
export function getNextRoute(list: any[], route: any): {}
|
|
10
|
+
export function routeHasExist(tagNavList: any, routeItem: any): boolean
|
|
11
|
+
export function routeEqual(route1: any, route2: any): boolean
|
|
12
|
+
export function getNewTagList(list: any, newRoute: any): any[]
|