@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,103 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
serverContext: {
|
|
4
|
+
type: StringConstructor
|
|
5
|
+
default: string
|
|
6
|
+
}
|
|
7
|
+
width: {
|
|
8
|
+
type: NumberConstructor
|
|
9
|
+
default: number
|
|
10
|
+
}
|
|
11
|
+
defaultValue: {
|
|
12
|
+
type: ArrayConstructor
|
|
13
|
+
default: () => any[]
|
|
14
|
+
}
|
|
15
|
+
brandList: {
|
|
16
|
+
type: ArrayConstructor
|
|
17
|
+
default: () => any[]
|
|
18
|
+
}
|
|
19
|
+
itemType: {
|
|
20
|
+
type: StringConstructor
|
|
21
|
+
default: string
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{},
|
|
25
|
+
{
|
|
26
|
+
boxShow: boolean
|
|
27
|
+
reSetPages: boolean
|
|
28
|
+
comLevelSel: string
|
|
29
|
+
finTableData: any[]
|
|
30
|
+
tableData: any[]
|
|
31
|
+
data: any[]
|
|
32
|
+
selection: any[]
|
|
33
|
+
searchParams: {}
|
|
34
|
+
selText: string
|
|
35
|
+
baseUrl: string
|
|
36
|
+
tableColumnsClone: (
|
|
37
|
+
| {
|
|
38
|
+
title: string
|
|
39
|
+
type: string
|
|
40
|
+
align: string
|
|
41
|
+
width: string
|
|
42
|
+
field?: undefined
|
|
43
|
+
sortable?: undefined
|
|
44
|
+
}
|
|
45
|
+
| {
|
|
46
|
+
title: string
|
|
47
|
+
field: string
|
|
48
|
+
align: string
|
|
49
|
+
type?: undefined
|
|
50
|
+
width?: undefined
|
|
51
|
+
sortable?: undefined
|
|
52
|
+
}
|
|
53
|
+
| {
|
|
54
|
+
title: string
|
|
55
|
+
field: string
|
|
56
|
+
align: string
|
|
57
|
+
sortable: boolean
|
|
58
|
+
type?: undefined
|
|
59
|
+
width?: undefined
|
|
60
|
+
}
|
|
61
|
+
)[]
|
|
62
|
+
searchBrand: string
|
|
63
|
+
searchItem: string
|
|
64
|
+
},
|
|
65
|
+
{},
|
|
66
|
+
{},
|
|
67
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
68
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
69
|
+
{},
|
|
70
|
+
string,
|
|
71
|
+
Readonly<
|
|
72
|
+
import('vue').ExtractPropTypes<{
|
|
73
|
+
serverContext: {
|
|
74
|
+
type: StringConstructor
|
|
75
|
+
default: string
|
|
76
|
+
}
|
|
77
|
+
width: {
|
|
78
|
+
type: NumberConstructor
|
|
79
|
+
default: number
|
|
80
|
+
}
|
|
81
|
+
defaultValue: {
|
|
82
|
+
type: ArrayConstructor
|
|
83
|
+
default: () => any[]
|
|
84
|
+
}
|
|
85
|
+
brandList: {
|
|
86
|
+
type: ArrayConstructor
|
|
87
|
+
default: () => any[]
|
|
88
|
+
}
|
|
89
|
+
itemType: {
|
|
90
|
+
type: StringConstructor
|
|
91
|
+
default: string
|
|
92
|
+
}
|
|
93
|
+
}>
|
|
94
|
+
>,
|
|
95
|
+
{
|
|
96
|
+
width: number
|
|
97
|
+
defaultValue: unknown[]
|
|
98
|
+
serverContext: string
|
|
99
|
+
itemType: string
|
|
100
|
+
brandList: unknown[]
|
|
101
|
+
}
|
|
102
|
+
>
|
|
103
|
+
export default _default
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
singleSel: BooleanConstructor
|
|
4
|
+
expandNode: BooleanConstructor
|
|
5
|
+
defaultExpandLevel: NumberConstructor
|
|
6
|
+
expandAll: BooleanConstructor
|
|
7
|
+
readonly: BooleanConstructor
|
|
8
|
+
showCheckbox: BooleanConstructor
|
|
9
|
+
defaultValue: ArrayConstructor
|
|
10
|
+
sel: (StringConstructor | ArrayConstructor)[]
|
|
11
|
+
data: ArrayConstructor
|
|
12
|
+
dataUrl: StringConstructor
|
|
13
|
+
urlParams: ObjectConstructor
|
|
14
|
+
leafOnly: BooleanConstructor
|
|
15
|
+
},
|
|
16
|
+
{},
|
|
17
|
+
{
|
|
18
|
+
refresh: boolean
|
|
19
|
+
loading: boolean
|
|
20
|
+
visible: boolean
|
|
21
|
+
searchValue: string
|
|
22
|
+
selectedTitles: string
|
|
23
|
+
searchNum: number
|
|
24
|
+
inputIcon: string
|
|
25
|
+
checkedNodeList: any[]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
initVal: () => any
|
|
29
|
+
},
|
|
30
|
+
{},
|
|
31
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
32
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
33
|
+
{},
|
|
34
|
+
string,
|
|
35
|
+
Readonly<
|
|
36
|
+
import('vue').ExtractPropTypes<{
|
|
37
|
+
singleSel: BooleanConstructor
|
|
38
|
+
expandNode: BooleanConstructor
|
|
39
|
+
defaultExpandLevel: NumberConstructor
|
|
40
|
+
expandAll: BooleanConstructor
|
|
41
|
+
readonly: BooleanConstructor
|
|
42
|
+
showCheckbox: BooleanConstructor
|
|
43
|
+
defaultValue: ArrayConstructor
|
|
44
|
+
sel: (StringConstructor | ArrayConstructor)[]
|
|
45
|
+
data: ArrayConstructor
|
|
46
|
+
dataUrl: StringConstructor
|
|
47
|
+
urlParams: ObjectConstructor
|
|
48
|
+
leafOnly: BooleanConstructor
|
|
49
|
+
}>
|
|
50
|
+
>,
|
|
51
|
+
{
|
|
52
|
+
readonly: boolean
|
|
53
|
+
singleSel: boolean
|
|
54
|
+
expandNode: boolean
|
|
55
|
+
expandAll: boolean
|
|
56
|
+
showCheckbox: boolean
|
|
57
|
+
leafOnly: boolean
|
|
58
|
+
}
|
|
59
|
+
>
|
|
60
|
+
export default _default
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
alwaysShowSelected: BooleanConstructor
|
|
4
|
+
checkStrictly: BooleanConstructor
|
|
5
|
+
singleSel: BooleanConstructor
|
|
6
|
+
expandNode: BooleanConstructor
|
|
7
|
+
defaultExpandLevel: NumberConstructor
|
|
8
|
+
expandAll: BooleanConstructor
|
|
9
|
+
selectFirstLeaf: BooleanConstructor
|
|
10
|
+
hideFirstLevel: BooleanConstructor
|
|
11
|
+
foldFirstLevel: BooleanConstructor
|
|
12
|
+
showCheckbox: BooleanConstructor
|
|
13
|
+
selectLeafOnly: BooleanConstructor
|
|
14
|
+
leafRender: FunctionConstructor
|
|
15
|
+
isShowHeader: {
|
|
16
|
+
type: BooleanConstructor
|
|
17
|
+
default: boolean
|
|
18
|
+
}
|
|
19
|
+
isShowSearch: {
|
|
20
|
+
type: BooleanConstructor
|
|
21
|
+
default: boolean
|
|
22
|
+
}
|
|
23
|
+
treeName: {
|
|
24
|
+
type: StringConstructor
|
|
25
|
+
default: string
|
|
26
|
+
}
|
|
27
|
+
height: {
|
|
28
|
+
type: StringConstructor
|
|
29
|
+
default: string
|
|
30
|
+
}
|
|
31
|
+
data: ArrayConstructor
|
|
32
|
+
dataUrl: {
|
|
33
|
+
type: StringConstructor
|
|
34
|
+
}
|
|
35
|
+
urlParams: {
|
|
36
|
+
type: ObjectConstructor
|
|
37
|
+
default(): {
|
|
38
|
+
treeId: string
|
|
39
|
+
rangeNodeLevelBtm: number
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
defaultValue: {
|
|
43
|
+
type: ArrayConstructor
|
|
44
|
+
default(): any[]
|
|
45
|
+
}
|
|
46
|
+
statusName: {
|
|
47
|
+
type: ObjectConstructor
|
|
48
|
+
default(): {}
|
|
49
|
+
}
|
|
50
|
+
statusColor: {
|
|
51
|
+
type: ObjectConstructor
|
|
52
|
+
default(): {}
|
|
53
|
+
}
|
|
54
|
+
statusDataUrl: {
|
|
55
|
+
type: StringConstructor
|
|
56
|
+
default: string
|
|
57
|
+
}
|
|
58
|
+
statusUrlParams: {
|
|
59
|
+
type: ObjectConstructor
|
|
60
|
+
default(): {}
|
|
61
|
+
}
|
|
62
|
+
statusData: {
|
|
63
|
+
type: ArrayConstructor
|
|
64
|
+
default(): any[]
|
|
65
|
+
}
|
|
66
|
+
importantStatus: {
|
|
67
|
+
type: StringConstructor
|
|
68
|
+
default: string
|
|
69
|
+
}
|
|
70
|
+
firstLeafByStatus: {
|
|
71
|
+
type: ArrayConstructor
|
|
72
|
+
default(): any[]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{},
|
|
76
|
+
{
|
|
77
|
+
loading: boolean
|
|
78
|
+
treeData: any[]
|
|
79
|
+
backupTreeData: any[]
|
|
80
|
+
backupDefaultValue: any[]
|
|
81
|
+
searchValue: string
|
|
82
|
+
},
|
|
83
|
+
{},
|
|
84
|
+
{},
|
|
85
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
86
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
87
|
+
{},
|
|
88
|
+
string,
|
|
89
|
+
Readonly<
|
|
90
|
+
import('vue').ExtractPropTypes<{
|
|
91
|
+
alwaysShowSelected: BooleanConstructor
|
|
92
|
+
checkStrictly: BooleanConstructor
|
|
93
|
+
singleSel: BooleanConstructor
|
|
94
|
+
expandNode: BooleanConstructor
|
|
95
|
+
defaultExpandLevel: NumberConstructor
|
|
96
|
+
expandAll: BooleanConstructor
|
|
97
|
+
selectFirstLeaf: BooleanConstructor
|
|
98
|
+
hideFirstLevel: BooleanConstructor
|
|
99
|
+
foldFirstLevel: BooleanConstructor
|
|
100
|
+
showCheckbox: BooleanConstructor
|
|
101
|
+
selectLeafOnly: BooleanConstructor
|
|
102
|
+
leafRender: FunctionConstructor
|
|
103
|
+
isShowHeader: {
|
|
104
|
+
type: BooleanConstructor
|
|
105
|
+
default: boolean
|
|
106
|
+
}
|
|
107
|
+
isShowSearch: {
|
|
108
|
+
type: BooleanConstructor
|
|
109
|
+
default: boolean
|
|
110
|
+
}
|
|
111
|
+
treeName: {
|
|
112
|
+
type: StringConstructor
|
|
113
|
+
default: string
|
|
114
|
+
}
|
|
115
|
+
height: {
|
|
116
|
+
type: StringConstructor
|
|
117
|
+
default: string
|
|
118
|
+
}
|
|
119
|
+
data: ArrayConstructor
|
|
120
|
+
dataUrl: {
|
|
121
|
+
type: StringConstructor
|
|
122
|
+
}
|
|
123
|
+
urlParams: {
|
|
124
|
+
type: ObjectConstructor
|
|
125
|
+
default(): {
|
|
126
|
+
treeId: string
|
|
127
|
+
rangeNodeLevelBtm: number
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
defaultValue: {
|
|
131
|
+
type: ArrayConstructor
|
|
132
|
+
default(): any[]
|
|
133
|
+
}
|
|
134
|
+
statusName: {
|
|
135
|
+
type: ObjectConstructor
|
|
136
|
+
default(): {}
|
|
137
|
+
}
|
|
138
|
+
statusColor: {
|
|
139
|
+
type: ObjectConstructor
|
|
140
|
+
default(): {}
|
|
141
|
+
}
|
|
142
|
+
statusDataUrl: {
|
|
143
|
+
type: StringConstructor
|
|
144
|
+
default: string
|
|
145
|
+
}
|
|
146
|
+
statusUrlParams: {
|
|
147
|
+
type: ObjectConstructor
|
|
148
|
+
default(): {}
|
|
149
|
+
}
|
|
150
|
+
statusData: {
|
|
151
|
+
type: ArrayConstructor
|
|
152
|
+
default(): any[]
|
|
153
|
+
}
|
|
154
|
+
importantStatus: {
|
|
155
|
+
type: StringConstructor
|
|
156
|
+
default: string
|
|
157
|
+
}
|
|
158
|
+
firstLeafByStatus: {
|
|
159
|
+
type: ArrayConstructor
|
|
160
|
+
default(): any[]
|
|
161
|
+
}
|
|
162
|
+
}>
|
|
163
|
+
>,
|
|
164
|
+
{
|
|
165
|
+
height: string
|
|
166
|
+
defaultValue: unknown[]
|
|
167
|
+
alwaysShowSelected: boolean
|
|
168
|
+
checkStrictly: boolean
|
|
169
|
+
singleSel: boolean
|
|
170
|
+
expandNode: boolean
|
|
171
|
+
expandAll: boolean
|
|
172
|
+
selectFirstLeaf: boolean
|
|
173
|
+
hideFirstLevel: boolean
|
|
174
|
+
foldFirstLevel: boolean
|
|
175
|
+
showCheckbox: boolean
|
|
176
|
+
selectLeafOnly: boolean
|
|
177
|
+
isShowHeader: boolean
|
|
178
|
+
isShowSearch: boolean
|
|
179
|
+
treeName: string
|
|
180
|
+
urlParams: Record<string, any>
|
|
181
|
+
statusName: Record<string, any>
|
|
182
|
+
statusColor: Record<string, any>
|
|
183
|
+
statusDataUrl: string
|
|
184
|
+
statusUrlParams: Record<string, any>
|
|
185
|
+
statusData: unknown[]
|
|
186
|
+
importantStatus: string
|
|
187
|
+
firstLeafByStatus: unknown[]
|
|
188
|
+
}
|
|
189
|
+
>
|
|
190
|
+
export default _default
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
appList: {
|
|
4
|
+
type: ArrayConstructor
|
|
5
|
+
default: () => any[]
|
|
6
|
+
}
|
|
7
|
+
},
|
|
8
|
+
{},
|
|
9
|
+
{},
|
|
10
|
+
{
|
|
11
|
+
appInfo(): any
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
handleAppMenu(appId: any): void
|
|
15
|
+
},
|
|
16
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
17
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
18
|
+
{},
|
|
19
|
+
string,
|
|
20
|
+
Readonly<
|
|
21
|
+
import('vue').ExtractPropTypes<{
|
|
22
|
+
appList: {
|
|
23
|
+
type: ArrayConstructor
|
|
24
|
+
default: () => any[]
|
|
25
|
+
}
|
|
26
|
+
}>
|
|
27
|
+
>,
|
|
28
|
+
{
|
|
29
|
+
appList: unknown[]
|
|
30
|
+
}
|
|
31
|
+
>
|
|
32
|
+
export default _default
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
offsetTop: {
|
|
4
|
+
type: NumberConstructor
|
|
5
|
+
default: number
|
|
6
|
+
}
|
|
7
|
+
bottom: {
|
|
8
|
+
type: NumberConstructor
|
|
9
|
+
default: number
|
|
10
|
+
}
|
|
11
|
+
right: {
|
|
12
|
+
type: NumberConstructor
|
|
13
|
+
default: number
|
|
14
|
+
}
|
|
15
|
+
duration: {
|
|
16
|
+
type: NumberConstructor
|
|
17
|
+
default: number
|
|
18
|
+
}
|
|
19
|
+
container: {
|
|
20
|
+
type: (
|
|
21
|
+
| StringConstructor
|
|
22
|
+
| {
|
|
23
|
+
new (): HTMLElement
|
|
24
|
+
prototype: HTMLElement
|
|
25
|
+
}
|
|
26
|
+
)[]
|
|
27
|
+
default: () => any
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{},
|
|
31
|
+
{
|
|
32
|
+
backTop: boolean
|
|
33
|
+
sTop: number
|
|
34
|
+
topStyles: {}
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
containerEle(): Element
|
|
38
|
+
classes(): (
|
|
39
|
+
| string
|
|
40
|
+
| {
|
|
41
|
+
'ivu-back-top-show': boolean
|
|
42
|
+
}
|
|
43
|
+
)[]
|
|
44
|
+
styles(): {
|
|
45
|
+
bottom: string
|
|
46
|
+
right: string
|
|
47
|
+
}
|
|
48
|
+
innerClasses(): 'ivu-back-top-inner'
|
|
49
|
+
},
|
|
50
|
+
{},
|
|
51
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
52
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
53
|
+
{},
|
|
54
|
+
string,
|
|
55
|
+
Readonly<
|
|
56
|
+
import('vue').ExtractPropTypes<{
|
|
57
|
+
offsetTop: {
|
|
58
|
+
type: NumberConstructor
|
|
59
|
+
default: number
|
|
60
|
+
}
|
|
61
|
+
bottom: {
|
|
62
|
+
type: NumberConstructor
|
|
63
|
+
default: number
|
|
64
|
+
}
|
|
65
|
+
right: {
|
|
66
|
+
type: NumberConstructor
|
|
67
|
+
default: number
|
|
68
|
+
}
|
|
69
|
+
duration: {
|
|
70
|
+
type: NumberConstructor
|
|
71
|
+
default: number
|
|
72
|
+
}
|
|
73
|
+
container: {
|
|
74
|
+
type: (
|
|
75
|
+
| StringConstructor
|
|
76
|
+
| {
|
|
77
|
+
new (): HTMLElement
|
|
78
|
+
prototype: HTMLElement
|
|
79
|
+
}
|
|
80
|
+
)[]
|
|
81
|
+
default: () => any
|
|
82
|
+
}
|
|
83
|
+
}>
|
|
84
|
+
>,
|
|
85
|
+
{
|
|
86
|
+
bottom: number
|
|
87
|
+
container: string | HTMLElement
|
|
88
|
+
right: number
|
|
89
|
+
offsetTop: number
|
|
90
|
+
duration: number
|
|
91
|
+
}
|
|
92
|
+
>
|
|
93
|
+
export default _default
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{},
|
|
3
|
+
any,
|
|
4
|
+
{
|
|
5
|
+
value: boolean
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
collectMenuList(): any
|
|
9
|
+
},
|
|
10
|
+
{},
|
|
11
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
12
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
13
|
+
{},
|
|
14
|
+
string,
|
|
15
|
+
Readonly<import('vue').ExtractPropTypes<{}>>,
|
|
16
|
+
{}
|
|
17
|
+
>
|
|
18
|
+
export default _default
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
fontSize: {
|
|
4
|
+
type: NumberConstructor
|
|
5
|
+
default: number
|
|
6
|
+
}
|
|
7
|
+
showIcon: {
|
|
8
|
+
type: BooleanConstructor
|
|
9
|
+
default: boolean
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
{},
|
|
13
|
+
{},
|
|
14
|
+
{
|
|
15
|
+
breadCrumbList(): any
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
showTitle(item: any): any
|
|
19
|
+
isCustomIcon(iconName: any): boolean
|
|
20
|
+
getCustomIconName(iconName: any): any
|
|
21
|
+
},
|
|
22
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
23
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
24
|
+
{},
|
|
25
|
+
string,
|
|
26
|
+
Readonly<
|
|
27
|
+
import('vue').ExtractPropTypes<{
|
|
28
|
+
fontSize: {
|
|
29
|
+
type: NumberConstructor
|
|
30
|
+
default: number
|
|
31
|
+
}
|
|
32
|
+
showIcon: {
|
|
33
|
+
type: BooleanConstructor
|
|
34
|
+
default: boolean
|
|
35
|
+
}
|
|
36
|
+
}>
|
|
37
|
+
>,
|
|
38
|
+
{
|
|
39
|
+
fontSize: number
|
|
40
|
+
showIcon: boolean
|
|
41
|
+
}
|
|
42
|
+
>
|
|
43
|
+
export default _default
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
count: {
|
|
4
|
+
type: NumberConstructor
|
|
5
|
+
default: number
|
|
6
|
+
}
|
|
7
|
+
hasRead: BooleanConstructor
|
|
8
|
+
},
|
|
9
|
+
{},
|
|
10
|
+
{},
|
|
11
|
+
{
|
|
12
|
+
countComputed(): any
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
openErrorLoggerPage(): void
|
|
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
|
+
count: {
|
|
24
|
+
type: NumberConstructor
|
|
25
|
+
default: number
|
|
26
|
+
}
|
|
27
|
+
hasRead: BooleanConstructor
|
|
28
|
+
}>
|
|
29
|
+
>,
|
|
30
|
+
{
|
|
31
|
+
count: number
|
|
32
|
+
hasRead: boolean
|
|
33
|
+
}
|
|
34
|
+
>
|
|
35
|
+
export default _default
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
value: BooleanConstructor
|
|
4
|
+
},
|
|
5
|
+
{},
|
|
6
|
+
{},
|
|
7
|
+
{
|
|
8
|
+
showFullScreenBtn(): boolean
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
handleFullscreen(): void
|
|
12
|
+
handleChange(): void
|
|
13
|
+
},
|
|
14
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
15
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
16
|
+
{},
|
|
17
|
+
string,
|
|
18
|
+
Readonly<
|
|
19
|
+
import('vue').ExtractPropTypes<{
|
|
20
|
+
value: BooleanConstructor
|
|
21
|
+
}>
|
|
22
|
+
>,
|
|
23
|
+
{
|
|
24
|
+
value: boolean
|
|
25
|
+
}
|
|
26
|
+
>
|
|
27
|
+
export default _default
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
collapsed: BooleanConstructor
|
|
4
|
+
},
|
|
5
|
+
{},
|
|
6
|
+
{},
|
|
7
|
+
{
|
|
8
|
+
appList(): any
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
menuRouter(route: any): void
|
|
12
|
+
handleCollpasedChange(state: any): void
|
|
13
|
+
},
|
|
14
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
15
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
16
|
+
{},
|
|
17
|
+
string,
|
|
18
|
+
Readonly<
|
|
19
|
+
import('vue').ExtractPropTypes<{
|
|
20
|
+
collapsed: BooleanConstructor
|
|
21
|
+
}>
|
|
22
|
+
>,
|
|
23
|
+
{
|
|
24
|
+
collapsed: boolean
|
|
25
|
+
}
|
|
26
|
+
>
|
|
27
|
+
export default _default
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export { default as AppMenu } from './app-menu.vue'
|
|
2
|
+
export { default as BackTop } from './back-top.vue'
|
|
3
|
+
export { default as Collect } from './collect.vue'
|
|
4
|
+
export { default as ErrorStore } from './error-store.vue'
|
|
5
|
+
export { default as FullScreen } from './full-screen.vue'
|
|
6
|
+
export { default as Language } from './language.vue'
|
|
7
|
+
export { default as OtherMenu } from './other-menu.vue'
|
|
8
|
+
export { default as SideMenuItem } from './side-menu-item.vue'
|
|
9
|
+
export { default as SideMenu } from './side-menu.vue'
|
|
10
|
+
export { default as SiderTrigger } from './sider-trigger.vue'
|
|
11
|
+
export { default as TagsNav } from './tags-nav.vue'
|
|
12
|
+
export { default as User } from './user.vue'
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
lang: StringConstructor
|
|
4
|
+
},
|
|
5
|
+
{},
|
|
6
|
+
{
|
|
7
|
+
langList: {
|
|
8
|
+
'zh-CN': string
|
|
9
|
+
'zh-TW': string
|
|
10
|
+
'en-US': string
|
|
11
|
+
}
|
|
12
|
+
localList: {
|
|
13
|
+
'zh-CN': string
|
|
14
|
+
'zh-TW': string
|
|
15
|
+
'en-US': string
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
title(): any
|
|
20
|
+
},
|
|
21
|
+
{},
|
|
22
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
23
|
+
import('vue/types/v3-component-options').ComponentOptionsMixin,
|
|
24
|
+
{},
|
|
25
|
+
string,
|
|
26
|
+
Readonly<
|
|
27
|
+
import('vue').ExtractPropTypes<{
|
|
28
|
+
lang: StringConstructor
|
|
29
|
+
}>
|
|
30
|
+
>,
|
|
31
|
+
{}
|
|
32
|
+
>
|
|
33
|
+
export default _default
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<
|
|
2
|
+
{
|
|
3
|
+
collapsed: BooleanConstructor
|
|
4
|
+
},
|
|
5
|
+
{},
|
|
6
|
+
{
|
|
7
|
+
drawer: {
|
|
8
|
+
model: boolean
|
|
9
|
+
title: string
|
|
10
|
+
type: string
|
|
11
|
+
}
|
|
12
|
+
list: any[]
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
classes(): string[]
|
|
16
|
+
drawerClasses(): 'ind-other-menu-drawer-wrap-collapsed' | 'ind-other-menu-drawer-wrap'
|
|
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
|
+
collapsed: BooleanConstructor
|
|
26
|
+
}>
|
|
27
|
+
>,
|
|
28
|
+
{
|
|
29
|
+
collapsed: boolean
|
|
30
|
+
}
|
|
31
|
+
>
|
|
32
|
+
export default _default
|