@xysfe/actui 2.0.1-beta.5 → 2.0.1-beta.6
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/lib/Pdfjs/index.js +1 -1
- package/lib/Pdfjs/index.mjs +2 -3
- package/lib/index.js +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +95 -94
- package/types/common/baseelement.vue.d.ts +128 -0
- package/types/common/button.vue.d.ts +35 -0
- package/types/common/dynamicform.vue.d.ts +25 -0
- package/types/common/forminput.vue.d.ts +57 -0
- package/types/common/goldlayer.vue.d.ts +61 -0
- package/types/common/iconbank.vue.d.ts +4 -0
- package/types/common/iconcontact.vue.d.ts +25 -0
- package/types/common/iconphoto.vue.d.ts +4 -0
- package/types/common/input.vue.d.ts +83 -0
- package/types/common/layer.vue.d.ts +92 -0
- package/types/common/popup/src/index.vue.d.ts +82 -0
- package/types/common/popup.vue.d.ts +82 -0
- package/types/common/scroll.vue.d.ts +172 -0
- package/types/common/scrollZoom/components/bubble.vue.d.ts +20 -0
- package/types/common/scrollZoom/components/scroll.vue.d.ts +186 -0
- package/types/common/scrollZoom/index.vue.d.ts +54 -0
- package/types/common/svgicon.vue.d.ts +28 -0
- package/types/components/BScroll/index.d.ts +2 -2
- package/types/components/BankSelect/index.d.ts +2 -1
- package/types/components/BankSelect/src/components/bankbox.vue.d.ts +34 -0
- package/types/components/BankSelect/src/components/bankchoosebox.vue.d.ts +36 -0
- package/types/components/BankSelect/src/components/bankmsg.vue.d.ts +125 -0
- package/types/components/BankSelect/src/components/editbank.vue.d.ts +14 -0
- package/types/components/BankSelect/src/index.vue.d.ts +97 -0
- package/types/components/BaseInput/index.d.ts +2 -1
- package/types/components/BaseInput/src/index.vue.d.ts +69 -0
- package/types/components/Button/index.d.ts +2 -1
- package/types/components/Button/src/index.vue.d.ts +128 -0
- package/types/components/CascadePicker/index.d.ts +2 -1
- package/types/components/CascadePicker/src/index.vue.d.ts +25 -0
- package/types/components/CertifyLayer/index.d.ts +2 -1
- package/types/components/CertifyLayer/src/index.vue.d.ts +191 -0
- package/types/components/ClaimsContact/index.d.ts +2 -1
- package/types/components/ClaimsContact/src/index.vue.d.ts +291 -0
- package/types/components/Collapse/index.d.ts +2 -1
- package/types/components/Collapse/src/index.vue.d.ts +50 -0
- package/types/components/Contact/index.d.ts +2 -1
- package/types/components/Contact/src/index.vue.d.ts +291 -0
- package/types/components/ContactBook/index.d.ts +2 -1
- package/types/components/ContactBook/src/index.vue.d.ts +335 -0
- package/types/components/CountTo/index.d.ts +2 -1
- package/types/components/CountTo/src/index.vue.d.ts +147 -0
- package/types/components/CouponLayer/index.d.ts +2 -1
- package/types/components/CouponLayer/src/index.vue.d.ts +58 -0
- package/types/components/CrmReserveInfoLayer/index.d.ts +2 -1
- package/types/components/CrmReserveInfoLayer/src/index.vue.d.ts +80 -0
- package/types/components/DatePicker/index.d.ts +2 -1
- package/types/components/DatePicker/src/index.vue.d.ts +102 -0
- package/types/components/Dialog/index.d.ts +2 -1
- package/types/components/Dialog/src/index.vue.d.ts +31 -0
- package/types/components/DiseaseSelect/index.d.ts +2 -1
- package/types/components/DiseaseSelect/src/collapse/collapse.vue.d.ts +19 -0
- package/types/components/DiseaseSelect/src/collapse/collapseItem.vue.d.ts +29 -0
- package/types/components/DiseaseSelect/src/collapse/collapseTransition.vue.d.ts +9 -0
- package/types/components/DiseaseSelect/src/collapse/dom.d.ts +11 -0
- package/types/components/DiseaseSelect/src/collapse/emitter.d.ts +7 -0
- package/types/components/DiseaseSelect/src/diseaseList.vue.d.ts +30 -0
- package/types/components/DiseaseSelect/src/index.vue.d.ts +79 -0
- package/types/components/DiseaseSelect/src/resultList.vue.d.ts +37 -0
- package/types/components/DiseaseSelect/src/search.vue.d.ts +46 -0
- package/types/components/DiseaseSelect/src/selectLayer.vue.d.ts +84 -0
- package/types/components/DiseaseSelectLayer/index.d.ts +2 -1
- package/types/components/DiseaseSelectLayer/src/index.vue.d.ts +134 -0
- package/types/components/DocPop/index.d.ts +2 -1
- package/types/components/DocPop/src/components/scrollList.vue.d.ts +23 -0
- package/types/components/DocPop/src/index.vue.d.ts +71 -0
- package/types/components/ErrorInterceptors/index.d.ts +1 -1
- package/types/components/FileList/index.d.ts +2 -1
- package/types/components/FileList/src/index.vue.d.ts +153 -0
- package/types/components/FormLayer/index.d.ts +2 -1
- package/types/components/FormLayer/src/index.vue.d.ts +111 -0
- package/types/components/GivenLayer/index.d.ts +2 -1
- package/types/components/GivenLayer/src/index.vue.d.ts +136 -0
- package/types/components/GoldAddress/index.d.ts +2 -1
- package/types/components/GoldAddress/src/index.vue.d.ts +7 -0
- package/types/components/GoldAddressLayer/index.d.ts +2 -1
- package/types/components/GoldAddressLayer/src/index.vue.d.ts +95 -0
- package/types/components/GoldAddressSelect/index.d.ts +2 -1
- package/types/components/GoldAddressSelect/src/addressSelectLayer.vue.d.ts +92 -0
- package/types/components/GoldAddressSelect/src/index.vue.d.ts +11 -0
- package/types/components/GoldAml/index.d.ts +2 -1
- package/types/components/GoldAml/src/index.vue.d.ts +447 -0
- package/types/components/GoldArea/index.d.ts +2 -1
- package/types/components/GoldArea/src/index.vue.d.ts +6 -0
- package/types/components/GoldAuroraSlots/index.d.ts +2 -1
- package/types/components/GoldAuroraSlots/src/index.vue.d.ts +45 -0
- package/types/components/GoldBankPayLimit/index.d.ts +2 -1
- package/types/components/GoldBankPayLimit/src/bankSelect.vue.d.ts +60 -0
- package/types/components/GoldBankPayLimit/src/index.vue.d.ts +13 -0
- package/types/components/GoldBenefitDemo/index.d.ts +2 -1
- package/types/components/GoldBenefitDemo/src/components/benefit/components/amount.vue.d.ts +26 -0
- package/types/components/GoldBenefitDemo/src/components/benefit/components/slider.vue.d.ts +53 -0
- package/types/components/GoldBenefitDemo/src/components/benefit/components/text.vue.d.ts +23 -0
- package/types/components/GoldBenefitDemo/src/components/benefit/components/title.vue.d.ts +17 -0
- package/types/components/GoldBenefitDemo/src/components/benefit/index.vue.d.ts +54 -0
- package/types/components/GoldBenefitDemo/src/components/costTable.vue.d.ts +35 -0
- package/types/components/GoldBenefitDemo/src/index.vue.d.ts +75 -0
- package/types/components/GoldCareer/index.d.ts +2 -1
- package/types/components/GoldCareer/src/index.vue.d.ts +7 -0
- package/types/components/GoldCareerLayer/index.d.ts +2 -1
- package/types/components/GoldCareerLayer/src/index.vue.d.ts +73 -0
- package/types/components/GoldCert/index.d.ts +2 -1
- package/types/components/GoldCert/src/const.d.ts +77 -0
- package/types/components/GoldCert/src/index.vue.d.ts +222 -0
- package/types/components/GoldCert/src/photo.vue.d.ts +50 -0
- package/types/components/GoldCert/src/relateVerifyPhoto.vue.d.ts +51 -0
- package/types/components/GoldCheckbox/index.d.ts +2 -1
- package/types/components/GoldCheckbox/src/index.vue.d.ts +14 -0
- package/types/components/GoldClaimsContact/index.d.ts +2 -1
- package/types/components/GoldClaimsContact/src/index.vue.d.ts +83 -0
- package/types/components/GoldCommentList/index.d.ts +2 -1
- package/types/components/GoldCommentList/src/index.vue.d.ts +34 -0
- package/types/components/GoldCommentList/src/item.vue.d.ts +46 -0
- package/types/components/GoldCommentList/src/tag.vue.d.ts +63 -0
- package/types/components/GoldCompute/index.d.ts +2 -1
- package/types/components/GoldCompute/src/careerQuery.vue.d.ts +37 -0
- package/types/components/GoldCompute/src/index.vue.d.ts +110 -0
- package/types/components/GoldComputeV2/index.d.ts +2 -1
- package/types/components/GoldComputeV2/src/careerQuery.vue.d.ts +37 -0
- package/types/components/GoldComputeV2/src/index.vue.d.ts +115 -0
- package/types/components/GoldConclusion/index.d.ts +2 -1
- package/types/components/GoldConclusion/src/components/humancheck.vue.d.ts +26 -0
- package/types/components/GoldConclusion/src/components/intelcheck.vue.d.ts +27 -0
- package/types/components/GoldConclusion/src/components/module.vue.d.ts +23 -0
- package/types/components/GoldConclusion/src/components/picture.vue.d.ts +23 -0
- package/types/components/GoldConclusion/src/components/progress.vue.d.ts +29 -0
- package/types/components/GoldConclusion/src/components/scrollzoom.vue.d.ts +66 -0
- package/types/components/GoldConclusion/src/components/status.vue.d.ts +23 -0
- package/types/components/GoldConclusion/src/components/tab.vue.d.ts +46 -0
- package/types/components/GoldConclusion/src/index.vue.d.ts +133 -0
- package/types/components/GoldContact/index.d.ts +2 -1
- package/types/components/GoldContact/src/index.vue.d.ts +77 -0
- package/types/components/GoldContactBook/index.d.ts +2 -1
- package/types/components/GoldContactBook/src/index.vue.d.ts +103 -0
- package/types/components/GoldContactElement/index.d.ts +2 -1
- package/types/components/GoldContactElement/src/index.vue.d.ts +2 -0
- package/types/components/GoldCost/index.d.ts +2 -1
- package/types/components/GoldCost/src/index.vue.d.ts +77 -0
- package/types/components/GoldCost/src/table.vue.d.ts +55 -0
- package/types/components/GoldCostLayer/index.d.ts +2 -1
- package/types/components/GoldCostLayer/src/index.vue.d.ts +75 -0
- package/types/components/GoldCoupon/index.d.ts +2 -1
- package/types/components/GoldCoupon/src/code.vue.d.ts +39 -0
- package/types/components/GoldCoupon/src/index.vue.d.ts +77 -0
- package/types/components/GoldCoupon/src/item.vue.d.ts +129 -0
- package/types/components/GoldCoupon/src/list.vue.d.ts +61 -0
- package/types/components/GoldDate/index.d.ts +2 -1
- package/types/components/GoldDate/src/index.vue.d.ts +10 -0
- package/types/components/GoldDialog/index.d.ts +2 -1
- package/types/components/GoldDialog/src/index.vue.d.ts +200 -0
- package/types/components/GoldDisease/index.d.ts +2 -1
- package/types/components/GoldDisease/src/index.vue.d.ts +37 -0
- package/types/components/GoldDocLayer/index.d.ts +2 -1
- package/types/components/GoldDocLayer/src/index.vue.d.ts +86 -0
- package/types/components/GoldDoorPlate/index.d.ts +2 -1
- package/types/components/GoldDoorPlate/src/index.vue.d.ts +6 -0
- package/types/components/GoldDoubleRecordTable/index.d.ts +2 -1
- package/types/components/GoldDoubleRecordTable/src/index.vue.d.ts +70 -0
- package/types/components/GoldElement/index.d.ts +2 -1
- package/types/components/GoldElement/src/index.vue.d.ts +203 -0
- package/types/components/GoldElementGroup/index.d.ts +2 -1
- package/types/components/GoldElementGroup/src/index.vue.d.ts +113 -0
- package/types/components/GoldFacecheck/index.d.ts +2 -1
- package/types/components/GoldFacecheck/src/index.vue.d.ts +8 -0
- package/types/components/GoldFaq/index.d.ts +2 -1
- package/types/components/GoldFaq/src/index.vue.d.ts +48 -0
- package/types/components/GoldFile/index.d.ts +2 -1
- package/types/components/GoldFile/src/index.vue.d.ts +9 -0
- package/types/components/GoldFileAssess/index.d.ts +2 -1
- package/types/components/GoldFileAssess/src/index.vue.d.ts +17 -0
- package/types/components/GoldFinance/index.d.ts +2 -1
- package/types/components/GoldFinance/src/components/benefit/components/amount.vue.d.ts +23 -0
- package/types/components/GoldFinance/src/components/benefit/components/proportion.vue.d.ts +16 -0
- package/types/components/GoldFinance/src/components/benefit/components/select.vue.d.ts +40 -0
- package/types/components/GoldFinance/src/components/benefit/components/slider.vue.d.ts +26 -0
- package/types/components/GoldFinance/src/components/benefit/components/text.vue.d.ts +14 -0
- package/types/components/GoldFinance/src/components/benefit/components/title.vue.d.ts +40 -0
- package/types/components/GoldFinance/src/components/benefit/index.vue.d.ts +48 -0
- package/types/components/GoldFinance/src/components/caseDemo.vue.d.ts +74 -0
- package/types/components/GoldFinance/src/components/costTable.vue.d.ts +41 -0
- package/types/components/GoldFinance/src/components/replace.d.ts +21 -0
- package/types/components/GoldFinance/src/index.vue.d.ts +97 -0
- package/types/components/GoldFinanceChart/index.d.ts +2 -1
- package/types/components/GoldFinanceChart/src/colorConfig.d.ts +98 -0
- package/types/components/GoldFinanceChart/src/components/benefit.vue.d.ts +74 -0
- package/types/components/GoldFinanceChart/src/components/chart.vue.d.ts +34 -0
- package/types/components/GoldFinanceChart/src/components/costTable.vue.d.ts +41 -0
- package/types/components/GoldFinanceChart/src/index.vue.d.ts +89 -0
- package/types/components/GoldFinanceChartV2/index.d.ts +2 -1
- package/types/components/GoldFinanceChartV2/src/chart.vue.d.ts +128 -0
- package/types/components/GoldFinanceChartV2/src/config.d.ts +20 -0
- package/types/components/GoldFinanceChartV2/src/index.vue.d.ts +59 -0
- package/types/components/GoldFinanceChartV3/index.d.ts +2 -1
- package/types/components/GoldFinanceChartV3/src/benefit/components/header.vue.d.ts +52 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/newamount.vue.d.ts +23 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/proportion.vue.d.ts +16 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/select.vue.d.ts +40 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/text.vue.d.ts +14 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/title.vue.d.ts +14 -0
- package/types/components/GoldFinanceChartV3/src/benefit/index.vue.d.ts +38 -0
- package/types/components/GoldFinanceChartV3/src/costTable.vue.d.ts +91 -0
- package/types/components/GoldFinanceChartV3/src/index.vue.d.ts +117 -0
- package/types/components/GoldFinanceChartV3/src/tools/replace.d.ts +21 -0
- package/types/components/GoldFinanceV2/index.d.ts +2 -1
- package/types/components/GoldFinanceV2/src/components/benefit/components/amount.vue.d.ts +23 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/proportion.vue.d.ts +16 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/select.vue.d.ts +40 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/slider.vue.d.ts +26 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/text.vue.d.ts +14 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/title.vue.d.ts +40 -0
- package/types/components/GoldFinanceV2/src/components/benefit/index.vue.d.ts +48 -0
- package/types/components/GoldFinanceV2/src/components/caseDemo.vue.d.ts +74 -0
- package/types/components/GoldFinanceV2/src/components/costTable.vue.d.ts +41 -0
- package/types/components/GoldFinanceV2/src/components/replace.d.ts +21 -0
- package/types/components/GoldFinanceV2/src/index.vue.d.ts +97 -0
- package/types/components/GoldIndexBar/index.d.ts +2 -1
- package/types/components/GoldIndexBar/src/index.vue.d.ts +8 -0
- package/types/components/GoldInput/index.d.ts +2 -1
- package/types/components/GoldInput/src/index.vue.d.ts +2 -0
- package/types/components/GoldInsureDescDialog/index.d.ts +2 -1
- package/types/components/GoldInsureDescDialog/src/index.vue.d.ts +81 -0
- package/types/components/GoldInsureDuty/index.d.ts +2 -1
- package/types/components/GoldInsureDuty/src/index.vue.d.ts +95 -0
- package/types/components/GoldInsureNotice/index.d.ts +2 -1
- package/types/components/GoldInsureNotice/src/components/content.vue.d.ts +23 -0
- package/types/components/GoldInsureNotice/src/components/denyCarrer.vue.d.ts +17 -0
- package/types/components/GoldInsureNotice/src/components/health.vue.d.ts +85 -0
- package/types/components/GoldInsureNotice/src/components/healthNotice.vue.d.ts +89 -0
- package/types/components/GoldInsureNotice/src/components/offlineHealth.vue.d.ts +36 -0
- package/types/components/GoldInsureNotice/src/components/tips.vue.d.ts +17 -0
- package/types/components/GoldInsureNotice/src/index.vue.d.ts +180 -0
- package/types/components/GoldItem/index.d.ts +2 -1
- package/types/components/GoldItem/src/index.vue.d.ts +16 -0
- package/types/components/GoldLattice/index.d.ts +2 -1
- package/types/components/GoldLattice/src/index.vue.d.ts +9 -0
- package/types/components/GoldLayer/index.d.ts +1 -1
- package/types/components/GoldMailPrecheck/index.d.ts +2 -1
- package/types/components/GoldMailPrecheck/src/index.vue.d.ts +86 -0
- package/types/components/GoldMailPrecheckV2/index.d.ts +2 -1
- package/types/components/GoldMailPrecheckV2/src/index.vue.d.ts +86 -0
- package/types/components/GoldMobileLayer/index.d.ts +2 -1
- package/types/components/GoldMobileLayer/src/index.vue.d.ts +129 -0
- package/types/components/GoldModule/index.d.ts +2 -1
- package/types/components/GoldModule/src/index.vue.d.ts +125 -0
- package/types/components/GoldMulSelect/index.d.ts +2 -1
- package/types/components/GoldMulSelect/src/components/mulSelect.vue.d.ts +47 -0
- package/types/components/GoldMulSelect/src/index.vue.d.ts +11 -0
- package/types/components/GoldNoticeTerms/index.d.ts +2 -1
- package/types/components/GoldNoticeTerms/src/components/heatlh.vue.d.ts +24 -0
- package/types/components/GoldNoticeTerms/src/components/protocol.vue.d.ts +34 -0
- package/types/components/GoldNoticeTerms/src/components/tab.vue.d.ts +43 -0
- package/types/components/GoldNoticeTerms/src/index.vue.d.ts +157 -0
- package/types/components/GoldOcr/index.d.ts +2 -1
- package/types/components/GoldOcr/src/filelist.vue.d.ts +112 -0
- package/types/components/GoldOcr/src/index.vue.d.ts +7 -0
- package/types/components/GoldPayLimitLayer/index.d.ts +2 -1
- package/types/components/GoldPayLimitLayer/src/index.vue.d.ts +109 -0
- package/types/components/GoldPayLimitLayer/src/signIntroduct.vue.d.ts +32 -0
- package/types/components/GoldPayLimitLayer/src/table.vue.d.ts +36 -0
- package/types/components/GoldPhoto/index.d.ts +2 -1
- package/types/components/GoldPhoto/src/index.vue.d.ts +60 -0
- package/types/components/GoldProtocol/index.d.ts +2 -1
- package/types/components/GoldProtocol/src/index.vue.d.ts +99 -0
- package/types/components/GoldPureText/index.d.ts +2 -1
- package/types/components/GoldPureText/src/index.vue.d.ts +2 -0
- package/types/components/GoldQrcode/index.d.ts +2 -1
- package/types/components/GoldQrcode/src/index.vue.d.ts +74 -0
- package/types/components/GoldReadTerms/index.d.ts +2 -1
- package/types/components/GoldReadTerms/src/index.vue.d.ts +109 -0
- package/types/components/GoldSelect/index.d.ts +2 -1
- package/types/components/GoldSelect/src/components/searchBank.vue.d.ts +61 -0
- package/types/components/GoldSelect/src/components/select.vue.d.ts +65 -0
- package/types/components/GoldSelect/src/index.vue.d.ts +10 -0
- package/types/components/GoldSignature/index.d.ts +2 -1
- package/types/components/GoldSignature/src/index.vue.d.ts +7 -0
- package/types/components/GoldStepper/index.d.ts +2 -1
- package/types/components/GoldStepper/src/index.vue.d.ts +17 -0
- package/types/components/GoldSwitch/index.d.ts +2 -1
- package/types/components/GoldSwitch/src/index.vue.d.ts +18 -0
- package/types/components/GoldText/index.d.ts +2 -1
- package/types/components/GoldText/src/index.vue.d.ts +4 -0
- package/types/components/GoldTextarea/index.d.ts +2 -1
- package/types/components/GoldTextarea/src/index.vue.d.ts +36 -0
- package/types/components/GoldUniversal/index.d.ts +2 -1
- package/types/components/GoldUniversal/src/index.vue.d.ts +2 -0
- package/types/components/GoldVerifyCode/index.d.ts +2 -1
- package/types/components/GoldVerifyCode/src/index.vue.d.ts +63 -0
- package/types/components/ImageLayer/index.d.ts +2 -1
- package/types/components/ImageLayer/src/index.vue.d.ts +104 -0
- package/types/components/ImagePreview/index.d.ts +2 -1
- package/types/components/ImagePreview/src/index.vue.d.ts +88 -0
- package/types/components/IndexBar/index.d.ts +2 -1
- package/types/components/IndexBar/src/index.vue.d.ts +108 -0
- package/types/components/IndexList/index.d.ts +2 -1
- package/types/components/IndexList/src/index.vue.d.ts +44 -0
- package/types/components/Jigsaw/index.d.ts +2 -1
- package/types/components/Jigsaw/src/index.vue.d.ts +74 -0
- package/types/components/JigsawLayer/index.d.ts +2 -1
- package/types/components/JigsawLayer/src/index.vue.d.ts +86 -0
- package/types/components/JigsawVerifyCode/index.d.ts +2 -1
- package/types/components/JigsawVerifyCode/src/index.vue.d.ts +141 -0
- package/types/components/Keyframe/index.d.ts +2 -1
- package/types/components/Keyframe/src/index.vue.d.ts +38 -0
- package/types/components/Loading/index.d.ts +2 -1
- package/types/components/Loading/src/cir1-loading.vue.d.ts +62 -0
- package/types/components/Loading/src/cir2-loading.vue.d.ts +62 -0
- package/types/components/Loading/src/cir3-loading.vue.d.ts +69 -0
- package/types/components/Loading/src/cir4-loading.vue.d.ts +49 -0
- package/types/components/Loading/src/cir5-loading.vue.d.ts +49 -0
- package/types/components/Loading/src/default-loading.vue.d.ts +41 -0
- package/types/components/Loading/src/index.vue.d.ts +2 -0
- package/types/components/Loading/src/line-loading.vue.d.ts +49 -0
- package/types/components/LoginLayer/index.d.ts +2 -1
- package/types/components/LoginLayer/src/components/jigsaw.vue.d.ts +112 -0
- package/types/components/LoginLayer/src/index.vue.d.ts +155 -0
- package/types/components/Marketing/index.d.ts +2 -2
- package/types/components/Marketing/src/components/Details.vue.d.ts +42 -0
- package/types/components/Marketing/src/components/GetMobile.vue.d.ts +49 -0
- package/types/components/Marketing/src/components/GetMobileForNew.vue.d.ts +36 -0
- package/types/components/Marketing/src/components/List.vue.d.ts +46 -0
- package/types/components/Marketing/src/components/activity.vue.d.ts +14 -0
- package/types/components/Marketing/src/components/filterIcon.vue.d.ts +37 -0
- package/types/components/Marketing/src/components/gift.vue.d.ts +31 -0
- package/types/components/Marketing/src/components/tipsLayer.vue.d.ts +32 -0
- package/types/components/Marketing/src/components/tuiguangfei.vue.d.ts +56 -0
- package/types/components/Marketing/src/kcb.vue.d.ts +179 -0
- package/types/components/Marketing/src/xys.vue.d.ts +47 -0
- package/types/components/MobileAuthLayer/index.d.ts +2 -1
- package/types/components/MobileAuthLayer/src/components/jigsaw.vue.d.ts +112 -0
- package/types/components/MobileAuthLayer/src/index.vue.d.ts +144 -0
- package/types/components/MobileLayer/index.d.ts +2 -2
- package/types/components/MobileLayer/src/crm.vue.d.ts +4 -0
- package/types/components/MobileLayer/src/default.vue.d.ts +14 -0
- package/types/components/MultiSelect/index.d.ts +2 -1
- package/types/components/MultiSelect/src/index.vue.d.ts +58 -0
- package/types/components/NoticeTips/index.d.ts +2 -1
- package/types/components/NoticeTips/src/index.vue.d.ts +107 -0
- package/types/components/NoticeTips/src/noticeTips.vue.d.ts +121 -0
- package/types/components/OcrLayer/index.d.ts +2 -1
- package/types/components/OcrLayer/src/index.vue.d.ts +89 -0
- package/types/components/PageLoading/index.d.ts +2 -1
- package/types/components/PageLoading/src/index.vue.d.ts +59 -0
- package/types/components/Panel/index.d.ts +2 -1
- package/types/components/Panel/src/index.vue.d.ts +23 -0
- package/types/components/PhotoBox/index.d.ts +2 -1
- package/types/components/PhotoBox/src/index.vue.d.ts +22 -0
- package/types/components/Picker/index.d.ts +2 -1
- package/types/components/Picker/src/index.vue.d.ts +32 -0
- package/types/components/PosterLayer/index.d.ts +2 -1
- package/types/components/PosterLayer/src/index.vue.d.ts +10 -0
- package/types/components/PrizeLayer/index.d.ts +2 -1
- package/types/components/PrizeLayer/src/index.vue.d.ts +78 -0
- package/types/components/ProPosterLayer/index.d.ts +2 -1
- package/types/components/ProPosterLayer/src/index.vue.d.ts +94 -0
- package/types/components/ProPosterLayer/src/poster.vue.d.ts +104 -0
- package/types/components/ProductLayer/index.d.ts +2 -1
- package/types/components/ProductLayer/src/emailLayer.vue.d.ts +42 -0
- package/types/components/ProductLayer/src/fileListLayer.vue.d.ts +44 -0
- package/types/components/ProductLayer/src/index.vue.d.ts +114 -0
- package/types/components/ProductLayer/src/js/util.d.ts +41 -0
- package/types/components/ProductLayer/src/layer.vue.d.ts +86 -0
- package/types/components/ProductLayer/src/posterLayer.vue.d.ts +66 -0
- package/types/components/ProductLayer/src/productDetailLayer.vue.d.ts +79 -0
- package/types/components/ProductLayer/src/shareTipLayer.vue.d.ts +4 -0
- package/types/components/QrcodeLayer/index.d.ts +2 -1
- package/types/components/QrcodeLayer/src/index.vue.d.ts +75 -0
- package/types/components/Recognition/src/dialog.vue.d.ts +21 -0
- package/types/components/RecordRuleLayer/index.d.ts +2 -1
- package/types/components/RecordRuleLayer/src/index.vue.d.ts +54 -0
- package/types/components/ReplayLayer/index.d.ts +2 -1
- package/types/components/ReplayLayer/src/index.vue.d.ts +96 -0
- package/types/components/RowCascadePicker/index.d.ts +2 -1
- package/types/components/RowCascadePicker/src/frequency.vue.d.ts +35 -0
- package/types/components/RowCascadePicker/src/index.bak.vue.d.ts +111 -0
- package/types/components/RowCascadePicker/src/index.vue.d.ts +129 -0
- package/types/components/RowCascadePicker/src/rowPicker.vue.d.ts +85 -0
- package/types/components/RowCascadePicker/src/scrollList.vue.d.ts +32 -0
- package/types/components/RowCascadePicker/src/search.vue.d.ts +44 -0
- package/types/components/Rule/index.d.ts +2 -1
- package/types/components/Rule/src/index.vue.d.ts +122 -0
- package/types/components/Scroll/index.d.ts +1 -1
- package/types/components/Signature/index.d.ts +2 -1
- package/types/components/Signature/src/index.vue.d.ts +230 -0
- package/types/components/SlidePoster/index.d.ts +2 -1
- package/types/components/SlidePoster/src/index.vue.d.ts +106 -0
- package/types/components/SlidePoster/src/qrcode.d.ts +12 -0
- package/types/components/Stepper/index.d.ts +2 -1
- package/types/components/Stepper/src/index.vue.d.ts +141 -0
- package/types/components/Sticky/index.d.ts +2 -1
- package/types/components/Sticky/src/index.vue.d.ts +34 -0
- package/types/components/Swipe/index.d.ts +2 -1
- package/types/components/Swipe/src/index.vue.d.ts +147 -0
- package/types/components/Swipe/src/swipeItem.vue.d.ts +7 -0
- package/types/components/Switch/index.d.ts +2 -1
- package/types/components/Switch/src/index.vue.d.ts +56 -0
- package/types/components/Tab/index.d.ts +2 -1
- package/types/components/Tab/src/index.vue.d.ts +48 -0
- package/types/components/Timeline/index.d.ts +2 -1
- package/types/components/Timeline/src/index.vue.d.ts +70 -0
- package/types/components/Toast/index.d.ts +2 -1
- package/types/components/Toast/src/index.vue.d.ts +70 -0
- package/types/mixins/dynamic-form.vue.d.ts +16 -0
- package/types/mixins/fixed-input.vue.d.ts +4 -0
- package/types/mixins/form-input.vue.d.ts +16 -0
- package/types/mixins/mobile-layer.vue.d.ts +137 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
theme: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, {}, {
|
|
7
|
+
policyTotal: string;
|
|
8
|
+
insuresAge: string;
|
|
9
|
+
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
10
|
+
theme: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
}>>, {
|
|
15
|
+
theme: Record<string, any>;
|
|
16
|
+
}>;
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
tables: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
loading: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
theme: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
defaultValue: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
healthCfg: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: () => {};
|
|
21
|
+
};
|
|
22
|
+
}, {}, {}, {
|
|
23
|
+
components(): any[];
|
|
24
|
+
}, {
|
|
25
|
+
updateAge(v: any): void;
|
|
26
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
tables: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
default: () => {};
|
|
30
|
+
};
|
|
31
|
+
loading: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
theme: {
|
|
36
|
+
type: ObjectConstructor;
|
|
37
|
+
default: () => {};
|
|
38
|
+
};
|
|
39
|
+
defaultValue: {
|
|
40
|
+
type: NumberConstructor;
|
|
41
|
+
default: number;
|
|
42
|
+
};
|
|
43
|
+
healthCfg: {
|
|
44
|
+
type: ObjectConstructor;
|
|
45
|
+
default: () => {};
|
|
46
|
+
};
|
|
47
|
+
}>>, {
|
|
48
|
+
loading: boolean;
|
|
49
|
+
defaultValue: number;
|
|
50
|
+
theme: Record<string, any>;
|
|
51
|
+
tables: Record<string, any>;
|
|
52
|
+
healthCfg: Record<string, any>;
|
|
53
|
+
}>;
|
|
54
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
tables: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
theme: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default: () => {};
|
|
9
|
+
};
|
|
10
|
+
}, {}, {
|
|
11
|
+
scroller: any;
|
|
12
|
+
}, {
|
|
13
|
+
title(): any;
|
|
14
|
+
styleOption(): {
|
|
15
|
+
backgroundColor: any;
|
|
16
|
+
} | {
|
|
17
|
+
backgroundColor?: undefined;
|
|
18
|
+
};
|
|
19
|
+
}, {
|
|
20
|
+
showCol(index: any): boolean;
|
|
21
|
+
close(): void;
|
|
22
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
tables: {
|
|
24
|
+
type: ObjectConstructor;
|
|
25
|
+
default: () => {};
|
|
26
|
+
};
|
|
27
|
+
theme: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
default: () => {};
|
|
30
|
+
};
|
|
31
|
+
}>>, {
|
|
32
|
+
theme: Record<string, any>;
|
|
33
|
+
tables: Record<string, any>;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
benefitInfo: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default(): any[];
|
|
5
|
+
};
|
|
6
|
+
costBtnText: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
brandColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
defaultValue: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
requestUrl: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
requestParams: {
|
|
23
|
+
type: ObjectConstructor;
|
|
24
|
+
default(): {};
|
|
25
|
+
};
|
|
26
|
+
}, {}, {
|
|
27
|
+
loading: boolean;
|
|
28
|
+
benefitElems: any;
|
|
29
|
+
costTableInfo: {};
|
|
30
|
+
costSlideVar: number;
|
|
31
|
+
moduleData: any;
|
|
32
|
+
hasQuesMask: boolean;
|
|
33
|
+
valideProduct: any[];
|
|
34
|
+
curProduct: {};
|
|
35
|
+
index: number;
|
|
36
|
+
ins: any;
|
|
37
|
+
}, {
|
|
38
|
+
realTheme(): {
|
|
39
|
+
brandColor: any;
|
|
40
|
+
btnColor: any;
|
|
41
|
+
};
|
|
42
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
+
benefitInfo: {
|
|
44
|
+
type: ArrayConstructor;
|
|
45
|
+
default(): any[];
|
|
46
|
+
};
|
|
47
|
+
costBtnText: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
brandColor: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
defaultValue: {
|
|
56
|
+
type: NumberConstructor;
|
|
57
|
+
default: number;
|
|
58
|
+
};
|
|
59
|
+
requestUrl: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
requestParams: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
default(): {};
|
|
66
|
+
};
|
|
67
|
+
}>>, {
|
|
68
|
+
brandColor: string;
|
|
69
|
+
defaultValue: number;
|
|
70
|
+
benefitInfo: unknown[];
|
|
71
|
+
costBtnText: string;
|
|
72
|
+
requestUrl: string;
|
|
73
|
+
requestParams: Record<string, any>;
|
|
74
|
+
}>;
|
|
75
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldCareer from './src/index.vue'
|
|
2
|
+
export default GoldCareer
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, any, {
|
|
2
|
+
selectedText: string;
|
|
3
|
+
prevRenderType: number;
|
|
4
|
+
}, {
|
|
5
|
+
descText(): any;
|
|
6
|
+
}, {}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
7
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldCareerLayer from './src/index.vue'
|
|
2
|
+
export default GoldCareerLayer
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
careerData: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
brandColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
btnColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
title: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {
|
|
19
|
+
currentList: any[];
|
|
20
|
+
currentLevel: number;
|
|
21
|
+
scrollInit: boolean;
|
|
22
|
+
selectedCareerList: any[];
|
|
23
|
+
isSearch: boolean;
|
|
24
|
+
searchText: string;
|
|
25
|
+
emptyShow: boolean;
|
|
26
|
+
docmHeight: number;
|
|
27
|
+
pickerContentHeight: number;
|
|
28
|
+
searchHeight: string;
|
|
29
|
+
tabBox: any[];
|
|
30
|
+
activeKey: string;
|
|
31
|
+
realTitle: string;
|
|
32
|
+
}, {
|
|
33
|
+
statusBarList(): any;
|
|
34
|
+
lastText(): string;
|
|
35
|
+
}, {
|
|
36
|
+
setCurrentList(item: any): void;
|
|
37
|
+
close(): void;
|
|
38
|
+
back(list: any, index: any, level: any): void;
|
|
39
|
+
toSearch(): void;
|
|
40
|
+
scrollSuc(scroll: any): void;
|
|
41
|
+
search(): void;
|
|
42
|
+
recusiveList(codeMap: any, nameMap: any, repeatMap: any, res?: any[], list?: any[], parentName?: string): void;
|
|
43
|
+
clear(): void;
|
|
44
|
+
reset(): void;
|
|
45
|
+
refreshScroll(): void;
|
|
46
|
+
handleTabChange(key: any): void;
|
|
47
|
+
initHeight(): void;
|
|
48
|
+
initOption(): void;
|
|
49
|
+
init(): void;
|
|
50
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
+
careerData: {
|
|
52
|
+
type: ObjectConstructor;
|
|
53
|
+
default: () => {};
|
|
54
|
+
};
|
|
55
|
+
brandColor: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
btnColor: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
title: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
}>>, {
|
|
68
|
+
title: string;
|
|
69
|
+
brandColor: string;
|
|
70
|
+
btnColor: string;
|
|
71
|
+
careerData: Record<string, any>;
|
|
72
|
+
}>;
|
|
73
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldCert from './src/index.vue'
|
|
2
|
+
export default GoldCert
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export const CERT_TYPE: {
|
|
2
|
+
0: string;
|
|
3
|
+
1: string;
|
|
4
|
+
2: string;
|
|
5
|
+
3: string;
|
|
6
|
+
4: string;
|
|
7
|
+
5: string;
|
|
8
|
+
6: string;
|
|
9
|
+
7: string;
|
|
10
|
+
8: string;
|
|
11
|
+
9: string;
|
|
12
|
+
10: string;
|
|
13
|
+
11: string;
|
|
14
|
+
12: string;
|
|
15
|
+
13: string;
|
|
16
|
+
14: string;
|
|
17
|
+
15: string;
|
|
18
|
+
16: string;
|
|
19
|
+
17: string;
|
|
20
|
+
19: string;
|
|
21
|
+
20: string;
|
|
22
|
+
21: string;
|
|
23
|
+
22: string;
|
|
24
|
+
23: string;
|
|
25
|
+
24: string;
|
|
26
|
+
};
|
|
27
|
+
export const BELONG: {
|
|
28
|
+
1: string;
|
|
29
|
+
2: string;
|
|
30
|
+
3: string;
|
|
31
|
+
4: string;
|
|
32
|
+
5: string;
|
|
33
|
+
6: string;
|
|
34
|
+
7: string;
|
|
35
|
+
};
|
|
36
|
+
export const CERT_TYPE_PICTEXT: {
|
|
37
|
+
0: {
|
|
38
|
+
1: string;
|
|
39
|
+
2: string;
|
|
40
|
+
};
|
|
41
|
+
6: {
|
|
42
|
+
1: string;
|
|
43
|
+
2: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export const HUMAN_OCR_VERIFY_STATE: {
|
|
47
|
+
1: {
|
|
48
|
+
text: string;
|
|
49
|
+
status: string;
|
|
50
|
+
};
|
|
51
|
+
2: {
|
|
52
|
+
text: string;
|
|
53
|
+
status: string;
|
|
54
|
+
};
|
|
55
|
+
3: {
|
|
56
|
+
text: string;
|
|
57
|
+
status: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
export const HUMAN_OCR_STATE: {
|
|
61
|
+
1: {
|
|
62
|
+
default: {
|
|
63
|
+
text: string;
|
|
64
|
+
status: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
2: {
|
|
68
|
+
22: {
|
|
69
|
+
text: string;
|
|
70
|
+
status: string;
|
|
71
|
+
};
|
|
72
|
+
default: {
|
|
73
|
+
text: string;
|
|
74
|
+
status: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
};
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
certDetail: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => any[];
|
|
5
|
+
};
|
|
6
|
+
certTitle: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
buyId: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
taskId: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
appId: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
sourceType: {
|
|
23
|
+
type: ArrayConstructor;
|
|
24
|
+
default: () => string[];
|
|
25
|
+
};
|
|
26
|
+
zIndex: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
brandColor: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
btnColor: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
ocrApplyVerifyUrl: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
hasSubmit: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
ext: {
|
|
47
|
+
type: ObjectConstructor;
|
|
48
|
+
default: () => void;
|
|
49
|
+
};
|
|
50
|
+
showOcrFailDialog: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
idValidFailConfirmText: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
}, {}, {
|
|
59
|
+
module: any[];
|
|
60
|
+
bodyOverflowOrigin: any;
|
|
61
|
+
certDetailData: any;
|
|
62
|
+
hasSubmitData: any;
|
|
63
|
+
}, {
|
|
64
|
+
extraZindex(): number;
|
|
65
|
+
certDetailInfo(): any;
|
|
66
|
+
hasSubmitInfo(): any;
|
|
67
|
+
canSubmit(): boolean;
|
|
68
|
+
}, {
|
|
69
|
+
setData({ certDetail, hasSubmit }: {
|
|
70
|
+
certDetail: any;
|
|
71
|
+
hasSubmit: any;
|
|
72
|
+
}): void;
|
|
73
|
+
initPage(): void;
|
|
74
|
+
getValidElems(ext: any): ({
|
|
75
|
+
key: string;
|
|
76
|
+
name: string;
|
|
77
|
+
defaultValue: any;
|
|
78
|
+
attributeValues: {
|
|
79
|
+
value: string;
|
|
80
|
+
text: string;
|
|
81
|
+
status: number;
|
|
82
|
+
}[];
|
|
83
|
+
type: string;
|
|
84
|
+
defaultRemind: string;
|
|
85
|
+
display: number;
|
|
86
|
+
} | {
|
|
87
|
+
key: string;
|
|
88
|
+
name: string;
|
|
89
|
+
defaultValue: any;
|
|
90
|
+
attributeValues: {
|
|
91
|
+
max: string;
|
|
92
|
+
conMax: number;
|
|
93
|
+
min: string;
|
|
94
|
+
conMin: number;
|
|
95
|
+
}[];
|
|
96
|
+
type: string;
|
|
97
|
+
defaultRemind: string;
|
|
98
|
+
display: number;
|
|
99
|
+
})[];
|
|
100
|
+
getPicText({ certType, side }?: {
|
|
101
|
+
certType: any;
|
|
102
|
+
side: any;
|
|
103
|
+
}): any;
|
|
104
|
+
resetFile({ subModule, id }?: {
|
|
105
|
+
subModule: any;
|
|
106
|
+
id: any;
|
|
107
|
+
}): void;
|
|
108
|
+
chooseFile({ subModule, id }?: {
|
|
109
|
+
subModule: any;
|
|
110
|
+
id: any;
|
|
111
|
+
}): void;
|
|
112
|
+
ocrVerify(ocrAuthId: any): any;
|
|
113
|
+
deleteFile({ urls, index, id, picId }?: {
|
|
114
|
+
urls: any;
|
|
115
|
+
index: any;
|
|
116
|
+
id: any;
|
|
117
|
+
picId: any;
|
|
118
|
+
}): void;
|
|
119
|
+
checkUpcert(): Promise<any>;
|
|
120
|
+
submitTaskUpcert(): void;
|
|
121
|
+
cancel(): void;
|
|
122
|
+
changeValue({ elements, element, key, value, site }: {
|
|
123
|
+
elements: any;
|
|
124
|
+
element: any;
|
|
125
|
+
key: any;
|
|
126
|
+
value: any;
|
|
127
|
+
site: any;
|
|
128
|
+
}): void;
|
|
129
|
+
toOcrFail({ code, certType, name }: {
|
|
130
|
+
code: any;
|
|
131
|
+
certType: any;
|
|
132
|
+
name: any;
|
|
133
|
+
}): void;
|
|
134
|
+
showDialog({ dialogType, dialogTitle, dialogData, cancelbtnText, confirmbtnText, onConfirm, onCancel }: {
|
|
135
|
+
dialogType?: number;
|
|
136
|
+
dialogTitle?: string;
|
|
137
|
+
dialogData: any;
|
|
138
|
+
cancelbtnText?: string;
|
|
139
|
+
confirmbtnText?: string;
|
|
140
|
+
onConfirm?: () => void;
|
|
141
|
+
onCancel?: () => void;
|
|
142
|
+
}): void;
|
|
143
|
+
showToast(message: any, time?: number): void;
|
|
144
|
+
hideToast(): void;
|
|
145
|
+
error(arg: any): void;
|
|
146
|
+
preview(option: any): void;
|
|
147
|
+
resetBodyOverflow(): void;
|
|
148
|
+
beforeDestroy(): void;
|
|
149
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
150
|
+
certDetail: {
|
|
151
|
+
type: ArrayConstructor;
|
|
152
|
+
default: () => any[];
|
|
153
|
+
};
|
|
154
|
+
certTitle: {
|
|
155
|
+
type: StringConstructor;
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
158
|
+
buyId: {
|
|
159
|
+
type: StringConstructor;
|
|
160
|
+
default: string;
|
|
161
|
+
};
|
|
162
|
+
taskId: {
|
|
163
|
+
type: StringConstructor;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
|
+
appId: {
|
|
167
|
+
type: StringConstructor;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
170
|
+
sourceType: {
|
|
171
|
+
type: ArrayConstructor;
|
|
172
|
+
default: () => string[];
|
|
173
|
+
};
|
|
174
|
+
zIndex: {
|
|
175
|
+
type: NumberConstructor;
|
|
176
|
+
default: number;
|
|
177
|
+
};
|
|
178
|
+
brandColor: {
|
|
179
|
+
type: StringConstructor;
|
|
180
|
+
default: string;
|
|
181
|
+
};
|
|
182
|
+
btnColor: {
|
|
183
|
+
type: StringConstructor;
|
|
184
|
+
default: string;
|
|
185
|
+
};
|
|
186
|
+
ocrApplyVerifyUrl: {
|
|
187
|
+
type: StringConstructor;
|
|
188
|
+
default: string;
|
|
189
|
+
};
|
|
190
|
+
hasSubmit: {
|
|
191
|
+
type: BooleanConstructor;
|
|
192
|
+
default: boolean;
|
|
193
|
+
};
|
|
194
|
+
ext: {
|
|
195
|
+
type: ObjectConstructor;
|
|
196
|
+
default: () => void;
|
|
197
|
+
};
|
|
198
|
+
showOcrFailDialog: {
|
|
199
|
+
type: BooleanConstructor;
|
|
200
|
+
default: boolean;
|
|
201
|
+
};
|
|
202
|
+
idValidFailConfirmText: {
|
|
203
|
+
type: StringConstructor;
|
|
204
|
+
default: string;
|
|
205
|
+
};
|
|
206
|
+
}>>, {
|
|
207
|
+
zIndex: number;
|
|
208
|
+
brandColor: string;
|
|
209
|
+
appId: string;
|
|
210
|
+
btnColor: string;
|
|
211
|
+
ext: Record<string, any>;
|
|
212
|
+
sourceType: unknown[];
|
|
213
|
+
showOcrFailDialog: boolean;
|
|
214
|
+
idValidFailConfirmText: string;
|
|
215
|
+
hasSubmit: boolean;
|
|
216
|
+
certDetail: unknown[];
|
|
217
|
+
certTitle: string;
|
|
218
|
+
buyId: string;
|
|
219
|
+
taskId: string;
|
|
220
|
+
ocrApplyVerifyUrl: string;
|
|
221
|
+
}>;
|
|
222
|
+
export default _default;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
photoInfo: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
brandColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
btnColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
zIndex: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {}, {}, {
|
|
19
|
+
preview(url: any): void;
|
|
20
|
+
chooseFile(photo: any): void;
|
|
21
|
+
deleteFile(photo: any): void;
|
|
22
|
+
changeValue(element: any, { key, value, site }: {
|
|
23
|
+
key: any;
|
|
24
|
+
value: any;
|
|
25
|
+
site: any;
|
|
26
|
+
}): void;
|
|
27
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
photoInfo: {
|
|
29
|
+
type: ObjectConstructor;
|
|
30
|
+
default: () => void;
|
|
31
|
+
};
|
|
32
|
+
brandColor: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
btnColor: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
zIndex: {
|
|
41
|
+
type: NumberConstructor;
|
|
42
|
+
default: number;
|
|
43
|
+
};
|
|
44
|
+
}>>, {
|
|
45
|
+
zIndex: number;
|
|
46
|
+
brandColor: string;
|
|
47
|
+
btnColor: string;
|
|
48
|
+
photoInfo: Record<string, any>;
|
|
49
|
+
}>;
|
|
50
|
+
export default _default;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
photoInfo: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => void;
|
|
5
|
+
};
|
|
6
|
+
brandColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
btnColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
hasSubmit: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {}, {
|
|
19
|
+
picsUrl(): any;
|
|
20
|
+
ext(): any;
|
|
21
|
+
canUpload(): boolean;
|
|
22
|
+
desc(): any;
|
|
23
|
+
title(): any;
|
|
24
|
+
}, {
|
|
25
|
+
preview(index: any): void;
|
|
26
|
+
chooseFile(): void;
|
|
27
|
+
deleteFile(index: any, picId: any): void;
|
|
28
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
photoInfo: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: () => void;
|
|
32
|
+
};
|
|
33
|
+
brandColor: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
btnColor: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
hasSubmit: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}>>, {
|
|
46
|
+
brandColor: string;
|
|
47
|
+
btnColor: string;
|
|
48
|
+
photoInfo: Record<string, any>;
|
|
49
|
+
hasSubmit: boolean;
|
|
50
|
+
}>;
|
|
51
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldCheckbox from './src/index.vue'
|
|
2
|
+
export default GoldCheckbox
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<Readonly<{
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
}>, {}, {}, {
|
|
4
|
+
tipsVisible(): boolean;
|
|
5
|
+
isAgreed(): boolean;
|
|
6
|
+
}, {
|
|
7
|
+
agree(): void;
|
|
8
|
+
checkEvent(): void;
|
|
9
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<Readonly<{
|
|
10
|
+
[x: string]: any;
|
|
11
|
+
}>>>, {
|
|
12
|
+
readonly [x: string]: any;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldClaimsContact from './src/index.vue'
|
|
2
|
+
export default GoldClaimsContact
|