@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,121 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
text: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
color: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
background: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
scroll: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
wrap: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
delay: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
speed: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
closable: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
leftIcon: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
position: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
zIndex: {
|
|
43
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
44
|
+
default: number;
|
|
45
|
+
};
|
|
46
|
+
}, {}, {
|
|
47
|
+
wrapWidth: string;
|
|
48
|
+
offsetWidth: string;
|
|
49
|
+
duration: string;
|
|
50
|
+
}, {
|
|
51
|
+
scrollStyle(): {
|
|
52
|
+
animationDelay: string;
|
|
53
|
+
animationDuration: string;
|
|
54
|
+
};
|
|
55
|
+
noticeStyle(): {
|
|
56
|
+
color: any;
|
|
57
|
+
backgroundColor: any;
|
|
58
|
+
zIndex: any;
|
|
59
|
+
position: any;
|
|
60
|
+
width: string;
|
|
61
|
+
top: number;
|
|
62
|
+
};
|
|
63
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
64
|
+
text: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
color: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
background: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
scroll: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
80
|
+
wrap: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
delay: {
|
|
85
|
+
type: NumberConstructor;
|
|
86
|
+
default: number;
|
|
87
|
+
};
|
|
88
|
+
speed: {
|
|
89
|
+
type: NumberConstructor;
|
|
90
|
+
default: number;
|
|
91
|
+
};
|
|
92
|
+
closable: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
leftIcon: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
position: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
zIndex: {
|
|
105
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
106
|
+
default: number;
|
|
107
|
+
};
|
|
108
|
+
}>>, {
|
|
109
|
+
background: string;
|
|
110
|
+
color: string;
|
|
111
|
+
position: string;
|
|
112
|
+
zIndex: string | number;
|
|
113
|
+
text: string;
|
|
114
|
+
scroll: boolean;
|
|
115
|
+
wrap: boolean;
|
|
116
|
+
speed: number;
|
|
117
|
+
closable: boolean;
|
|
118
|
+
delay: number;
|
|
119
|
+
leftIcon: string;
|
|
120
|
+
}>;
|
|
121
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import OcrLayer from './src/index.vue'
|
|
2
|
+
export default OcrLayer
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
sourceType: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default(): string[];
|
|
5
|
+
};
|
|
6
|
+
appId: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
imageList: {
|
|
11
|
+
type: ArrayConstructor;
|
|
12
|
+
default: () => any[];
|
|
13
|
+
};
|
|
14
|
+
list: {
|
|
15
|
+
type: ArrayConstructor;
|
|
16
|
+
default: () => any[];
|
|
17
|
+
};
|
|
18
|
+
brandColor: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
zIndex: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
btnColor: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
}, {}, {
|
|
31
|
+
elements: any[];
|
|
32
|
+
}, {
|
|
33
|
+
needDesc(): string;
|
|
34
|
+
extraZindex(): number;
|
|
35
|
+
}, {
|
|
36
|
+
initPage(): void;
|
|
37
|
+
generateElement(item: any): any[];
|
|
38
|
+
upload(element: any): void;
|
|
39
|
+
_checkReady(): void;
|
|
40
|
+
_getResult(): void;
|
|
41
|
+
showDialog({ dialogType, dialogTitle, dialogData, cancelbtnText, confirmbtnText, onConfirm }: {
|
|
42
|
+
dialogType?: number;
|
|
43
|
+
dialogTitle?: string;
|
|
44
|
+
dialogData: any;
|
|
45
|
+
cancelbtnText?: string;
|
|
46
|
+
confirmbtnText?: string;
|
|
47
|
+
onConfirm?: () => void;
|
|
48
|
+
}): void;
|
|
49
|
+
showToast(message: any, time?: number): void;
|
|
50
|
+
hideToast(): void;
|
|
51
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
sourceType: {
|
|
53
|
+
type: ArrayConstructor;
|
|
54
|
+
default(): string[];
|
|
55
|
+
};
|
|
56
|
+
appId: {
|
|
57
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
imageList: {
|
|
61
|
+
type: ArrayConstructor;
|
|
62
|
+
default: () => any[];
|
|
63
|
+
};
|
|
64
|
+
list: {
|
|
65
|
+
type: ArrayConstructor;
|
|
66
|
+
default: () => any[];
|
|
67
|
+
};
|
|
68
|
+
brandColor: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
zIndex: {
|
|
73
|
+
type: NumberConstructor;
|
|
74
|
+
default: number;
|
|
75
|
+
};
|
|
76
|
+
btnColor: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
}>>, {
|
|
81
|
+
zIndex: number;
|
|
82
|
+
list: unknown[];
|
|
83
|
+
brandColor: string;
|
|
84
|
+
appId: string | number;
|
|
85
|
+
btnColor: string;
|
|
86
|
+
imageList: unknown[];
|
|
87
|
+
sourceType: unknown[];
|
|
88
|
+
}>;
|
|
89
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import PageLoading from './src/index.vue'
|
|
2
|
+
export default PageLoading
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
size: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
color: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
maskOpacity: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
zIndex: {
|
|
19
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
}, {}, {
|
|
23
|
+
type$: string;
|
|
24
|
+
size$: string;
|
|
25
|
+
color$: string;
|
|
26
|
+
maskOpacity$: string;
|
|
27
|
+
zIndex$: string;
|
|
28
|
+
}, {}, {
|
|
29
|
+
maskclick(e: any): void;
|
|
30
|
+
change(options: any): void;
|
|
31
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
type: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
size: {
|
|
37
|
+
type: NumberConstructor;
|
|
38
|
+
default: number;
|
|
39
|
+
};
|
|
40
|
+
color: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
maskOpacity: {
|
|
45
|
+
type: NumberConstructor;
|
|
46
|
+
default: number;
|
|
47
|
+
};
|
|
48
|
+
zIndex: {
|
|
49
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
50
|
+
default: number;
|
|
51
|
+
};
|
|
52
|
+
}>>, {
|
|
53
|
+
type: string;
|
|
54
|
+
color: string;
|
|
55
|
+
zIndex: string | number;
|
|
56
|
+
size: number;
|
|
57
|
+
maskOpacity: number;
|
|
58
|
+
}>;
|
|
59
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import Panel from './src/index.vue'
|
|
2
|
+
export default Panel
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
borderRadius: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {}, {}, {}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
title: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
borderRadius: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
}>>, {
|
|
20
|
+
borderRadius: string;
|
|
21
|
+
title: string;
|
|
22
|
+
}>;
|
|
23
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import PhotoBox from './src/index.vue'
|
|
2
|
+
export default PhotoBox
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
element: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, {}, {}, {
|
|
7
|
+
updateBtnShow(): boolean;
|
|
8
|
+
background(): any;
|
|
9
|
+
uploadStatus(): any;
|
|
10
|
+
}, {
|
|
11
|
+
chooseFile(): void;
|
|
12
|
+
deleteFile(): void;
|
|
13
|
+
imgClick(): void;
|
|
14
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
element: {
|
|
16
|
+
type: ObjectConstructor;
|
|
17
|
+
default: () => {};
|
|
18
|
+
};
|
|
19
|
+
}>>, {
|
|
20
|
+
element: Record<string, any>;
|
|
21
|
+
}>;
|
|
22
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import Picker from './src/index.vue'
|
|
2
|
+
export default Picker
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
pending: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
}, {}, {
|
|
7
|
+
finalData: any;
|
|
8
|
+
}, {}, {
|
|
9
|
+
confirm(): void;
|
|
10
|
+
maskClick(): void;
|
|
11
|
+
cancel(): void;
|
|
12
|
+
show(): void;
|
|
13
|
+
hide(): void;
|
|
14
|
+
setData(data: any, selectedIndex: any): void;
|
|
15
|
+
refill(datas: any): any[];
|
|
16
|
+
refillColumn(index: any, data: any): number;
|
|
17
|
+
scrollTo(index: any, dist: any): void;
|
|
18
|
+
refresh(): void;
|
|
19
|
+
_createWheel(wheelWrapper: any, i: any): any;
|
|
20
|
+
_destroyExtraWheels(): void;
|
|
21
|
+
_canConfirm(): any;
|
|
22
|
+
_getFlexOrder(data: any): any;
|
|
23
|
+
_getSelectIndex(wheel: any): any;
|
|
24
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
pending: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
}>>, {
|
|
30
|
+
pending: boolean;
|
|
31
|
+
}>;
|
|
32
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import PosterLayer from './src/index.vue'
|
|
2
|
+
export default PosterLayer
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, any, {
|
|
2
|
+
shareIcon: string;
|
|
3
|
+
showLoading: boolean;
|
|
4
|
+
longPressId: string;
|
|
5
|
+
isApp: boolean;
|
|
6
|
+
}, {
|
|
7
|
+
shareIconId(): string;
|
|
8
|
+
_showDesc(): any;
|
|
9
|
+
}, {}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
10
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import PrizeLayer from './src/index.vue'
|
|
2
|
+
export default PrizeLayer
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
id: {
|
|
3
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
url: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
hbgColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
cbgColor: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
showClose: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
submit: {
|
|
23
|
+
type: FunctionConstructor;
|
|
24
|
+
default: typeof Noop;
|
|
25
|
+
};
|
|
26
|
+
intercept: {
|
|
27
|
+
type: FunctionConstructor;
|
|
28
|
+
default: typeof Noop;
|
|
29
|
+
};
|
|
30
|
+
}, {}, {
|
|
31
|
+
isSelected: boolean;
|
|
32
|
+
isChecking: boolean;
|
|
33
|
+
}, {}, {
|
|
34
|
+
btnClick(): void;
|
|
35
|
+
txtClick(): void;
|
|
36
|
+
hideLayer(): void;
|
|
37
|
+
emitSubmitCb(res: any): void;
|
|
38
|
+
handleUserContactInfo(data: any): void;
|
|
39
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
id: {
|
|
41
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
url: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
hbgColor: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
cbgColor: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
showClose: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
submit: {
|
|
61
|
+
type: FunctionConstructor;
|
|
62
|
+
default: typeof Noop;
|
|
63
|
+
};
|
|
64
|
+
intercept: {
|
|
65
|
+
type: FunctionConstructor;
|
|
66
|
+
default: typeof Noop;
|
|
67
|
+
};
|
|
68
|
+
}>>, {
|
|
69
|
+
id: string | number;
|
|
70
|
+
url: string;
|
|
71
|
+
submit: Function;
|
|
72
|
+
intercept: Function;
|
|
73
|
+
hbgColor: string;
|
|
74
|
+
cbgColor: string;
|
|
75
|
+
showClose: boolean;
|
|
76
|
+
}>;
|
|
77
|
+
export default _default;
|
|
78
|
+
declare function Noop(param: any): any;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import ProPosterLayer from './src/index.vue'
|
|
2
|
+
export default ProPosterLayer
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
posterList: {
|
|
3
|
+
default: () => any[];
|
|
4
|
+
type: ArrayConstructor;
|
|
5
|
+
};
|
|
6
|
+
posterIndex: {
|
|
7
|
+
default: number;
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
};
|
|
10
|
+
agentInfo: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default: () => {};
|
|
13
|
+
};
|
|
14
|
+
qrcodeUrl: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
showQrCode: {
|
|
19
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}, {}, {
|
|
23
|
+
posters: any[];
|
|
24
|
+
isApp: any;
|
|
25
|
+
isWx: any;
|
|
26
|
+
posterImgRedis: any[];
|
|
27
|
+
curActiveIndex: number;
|
|
28
|
+
qrCodeImg: string;
|
|
29
|
+
showSwiper: boolean;
|
|
30
|
+
mobileShow: number;
|
|
31
|
+
infoShow: number;
|
|
32
|
+
mySwiper: any;
|
|
33
|
+
checkReRender: any[];
|
|
34
|
+
}, {
|
|
35
|
+
getSwiperOptionPoster(): {
|
|
36
|
+
initialSlide: any;
|
|
37
|
+
spaceBetween: number;
|
|
38
|
+
lazyLoading: boolean;
|
|
39
|
+
pagination: {
|
|
40
|
+
el: string;
|
|
41
|
+
clickable: boolean;
|
|
42
|
+
};
|
|
43
|
+
on: {
|
|
44
|
+
init: (swiper: any) => void;
|
|
45
|
+
slideChangeTransitionEnd: (swiper: any) => void;
|
|
46
|
+
};
|
|
47
|
+
onInit: (swiper: any) => void;
|
|
48
|
+
onSlideChangeEnd: (swiper: any) => void;
|
|
49
|
+
};
|
|
50
|
+
}, {
|
|
51
|
+
initRender(): void;
|
|
52
|
+
initShow(): void;
|
|
53
|
+
preventMove(e: any): void;
|
|
54
|
+
hidePoster(e: any): void;
|
|
55
|
+
clickPoster(e: any): void;
|
|
56
|
+
appSavePoster(imgSrc: any): void;
|
|
57
|
+
drawPoster(index: any, isCheckoutBtn: any): void;
|
|
58
|
+
setPosterImgRedis(index: any, img: any): void;
|
|
59
|
+
getScroll(index: any): any;
|
|
60
|
+
changeShowBtn(type: any): void;
|
|
61
|
+
imgBtn(type: any): void;
|
|
62
|
+
shareImg(img: any): void;
|
|
63
|
+
share(data: any, url: any): void;
|
|
64
|
+
show(): void;
|
|
65
|
+
slidePoster(type: any): void;
|
|
66
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
67
|
+
posterList: {
|
|
68
|
+
default: () => any[];
|
|
69
|
+
type: ArrayConstructor;
|
|
70
|
+
};
|
|
71
|
+
posterIndex: {
|
|
72
|
+
default: number;
|
|
73
|
+
type: NumberConstructor;
|
|
74
|
+
};
|
|
75
|
+
agentInfo: {
|
|
76
|
+
type: ObjectConstructor;
|
|
77
|
+
default: () => {};
|
|
78
|
+
};
|
|
79
|
+
qrcodeUrl: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
showQrCode: {
|
|
84
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
}>>, {
|
|
88
|
+
qrcodeUrl: string;
|
|
89
|
+
posterList: unknown[];
|
|
90
|
+
posterIndex: number;
|
|
91
|
+
agentInfo: Record<string, any>;
|
|
92
|
+
showQrCode: number | boolean;
|
|
93
|
+
}>;
|
|
94
|
+
export default _default;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
cardName: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
cardPhone: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
cardImg: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
qrcodeUrl: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
posterImg: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
posterGenerImg: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
infoShow: {
|
|
27
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
mobileShow: {
|
|
31
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
index: {
|
|
35
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
showPosterQrCode: {
|
|
39
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
}, {}, {
|
|
43
|
+
imgWrapper: any;
|
|
44
|
+
canScroll: boolean;
|
|
45
|
+
generateLoading: boolean;
|
|
46
|
+
genImgScrollHeight: number;
|
|
47
|
+
qrCodeImg: string;
|
|
48
|
+
allowRender: any[];
|
|
49
|
+
}, {
|
|
50
|
+
avatar(): any;
|
|
51
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
cardName: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
cardPhone: {
|
|
57
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
cardImg: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
qrcodeUrl: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
posterImg: {
|
|
69
|
+
type: StringConstructor;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
posterGenerImg: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
infoShow: {
|
|
77
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
80
|
+
mobileShow: {
|
|
81
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
index: {
|
|
85
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
86
|
+
default: string;
|
|
87
|
+
};
|
|
88
|
+
showPosterQrCode: {
|
|
89
|
+
type: (BooleanConstructor | NumberConstructor)[];
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
}>>, {
|
|
93
|
+
index: string | number;
|
|
94
|
+
cardName: string;
|
|
95
|
+
cardPhone: string | number;
|
|
96
|
+
cardImg: string;
|
|
97
|
+
qrcodeUrl: string;
|
|
98
|
+
posterImg: string;
|
|
99
|
+
posterGenerImg: string;
|
|
100
|
+
infoShow: number | boolean;
|
|
101
|
+
mobileShow: number | boolean;
|
|
102
|
+
showPosterQrCode: number | boolean;
|
|
103
|
+
}>;
|
|
104
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import ProductLayer from './src/index.vue'
|
|
2
|
+
export default ProductLayer
|