@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
package/lib/Pdfjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";require('./style.css');var
|
|
1
|
+
"use strict";require('./style.css');var _classCallCheck=require("@babel/runtime-corejs3/helpers/classCallCheck");var _createClass=require("@babel/runtime-corejs3/helpers/createClass");var _defineProperty=require("@babel/runtime-corejs3/helpers/defineProperty");var _Symbol$toStringTag=require("@babel/runtime-corejs3/core-js/symbol/to-string-tag");var _Object$getOwnPropertyDescriptor=require("@babel/runtime-corejs3/core-js/object/get-own-property-descriptor");var _Object$defineProperty=require("@babel/runtime-corejs3/core-js/object/define-property");var _Object$freeze=require("@babel/runtime-corejs3/core-js/object/freeze");var _concatInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/concat");var _includesInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/includes");var _Promise=require("@babel/runtime-corejs3/core-js/promise");var _forEachInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/for-each");var pdfjs=require("pdfjs-dist/es5/build/pdf.js");function _interopNamespaceDefault(e){var n=Object.create(null,_defineProperty({},_Symbol$toStringTag,{value:"Module"}));if(e){var _loop=function _loop2(k2){if(k2!=="default"){var d=_Object$getOwnPropertyDescriptor(e,k2);_Object$defineProperty(n,k2,d.get?d:{enumerable:true,get:function get(){return e[k2]}})}};for(var k in e){_loop(k)}}n.default=e;return _Object$freeze(n)}var pdfjs__namespace=_interopNamespaceDefault(pdfjs);pdfjs__namespace.GlobalWorkerOptions.workerSrc=window.__global_cdn__+"/js/pdf/pdf.worker.es5.js";var STATE={INITED:1,DRAWING:2,RENDERING:3,RENDERED:4,DESTROYED:5};var PdfPage=function(){function PdfPage2(){var _context;var option=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};_classCallCheck(this,PdfPage2);this.scale=option.scale;this.viewport=option.viewport;this.container=option.container;this.brandColor=option.brandColor;this.pdfPage=null;this.state=STATE.INITED;this.canvas=null;this.canvasWrapper=null;this.index=option.index;var div=document.createElement("div");div.className="pdf-act-page";this.pageWidth=Math.floor(this.viewport.width/this.scale);this.pageHeight=Math.floor(this.viewport.height/this.scale);div.style=_concatInstanceProperty(_context="width:".concat(this.pageWidth,"px;height:")).call(_context,this.pageHeight,"px;");this.div=div;this.setLoading();this.container.appendChild(div)}return _createClass(PdfPage2,[{key:"setLoading",value:function setLoading(){var pdfActLoading=document.createElement("span");pdfActLoading.className="pdf-act-loading";this.div.appendChild(pdfActLoading)}},{key:"hideLoading",value:function hideLoading(){var child=this.div.firstElementChild;if(child){child.style.visibility="hidden"}}},{key:"draw",value:function draw(){var _context2;if(!_includesInstanceProperty(_context2=[STATE.INITED]).call(_context2,this.state)){return}this.state=STATE.DRAWING;var canvasWrapper=document.createElement("div");this.canvasWrapper=canvasWrapper;canvasWrapper.style.width=this.div.style.width;canvasWrapper.style.height=this.div.style.height;canvasWrapper.className="pdf-act-page-wrapper";var canvas=document.createElement("canvas");this.canvas=canvas;var ctx=canvas.getContext("2d",{alpha:false});canvas.width=this.pageWidth*window.devicePixelRatio;canvas.height=this.pageHeight*window.devicePixelRatio;canvas.style.height=this.pageHeight+"px";canvas.style.width=this.pageWidth+"px";this.renderContext={canvasContext:ctx,viewport:this.viewport,transform:[window.devicePixelRatio/this.scale,0,0,window.devicePixelRatio/this.scale,0,0]}}},{key:"render",value:function render(){var _this=this;if(this.state!==STATE.DRAWING){return _Promise.resolve()}this.state=STATE.RENDERING;this.renderTask=this.pdfPage.render(this.renderContext);return this.renderTask.promise.then(function(){if(_this.state===STATE.DESTROYED){return _Promise.reject()}_this.state=STATE.RENDERED;_this.renderTask=null;var img=document.createElement("img");img.style.width=_this.pageWidth+"px";img.style.height=_this.pageHeight+"px";img.onload=function(){_this.hideLoading();_this.canvasWrapper.appendChild(img);_this.div.appendChild(_this.canvasWrapper);return _Promise.resolve()};img.src=_this.canvas.toDataURL("image/png");_this.canvas.width=0;_this.canvas.height=0;delete _this.canvas}).catch(function(){return _Promise.reject()})}},{key:"destroy",value:function destroy(){if(this.renderTask){this.renderTask.cancel();this.renderTask=null}if(this.pdfPage){this.pdfPage.cleanup()}this.state=STATE.DESTROYED}},{key:"setPdfPage",value:function setPdfPage(pdfPage){this.pdfPage=pdfPage}}])}();var Pdf=function(){function Pdf2(){var options=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};_classCallCheck(this,Pdf2);this.url=options.url||"";this.container=options.container||null;this.brandColor=options.brandColor||"#8c7fee";this.pdfLoadingTask=null;this.pdfDocument=null;this.numPages=0;this.pageHeight=0;this.pageArr=[];this.startNum=0;this.visibleCount=5;this.endNum=5}return _createClass(Pdf2,[{key:"init",value:function init(){var _this2=this;var options=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.destroy();this.url=options.url||this.url;this.container=options.container||this.container;this.brandColor=options.brandColor||this.brandColor;this.pdfLoadingTask=pdfjs__namespace.getDocument({url:this.url,cMapPacked:true,cMapUrl:window.__global_cdn__+"/js/pdf/cmaps/"});return this.pdfLoadingTask.promise.then(function(pdfDocument){_this2.pdfDocument=pdfDocument;_this2.numPages=pdfDocument.numPages;return _this2.initPage()}).catch(function(e){return _Promise.reject(e)})}},{key:"initPage",value:function initPage(){var _this3=this;var firstPagePromise=this.pdfDocument.getPage(1);return firstPagePromise.then(function(firsetPdfPage){var viewport=firsetPdfPage.getViewport({scale:1});var containerWidth=_this3.container.offsetWidth;var scale=viewport.width/containerWidth;_this3.pageHeight=Math.floor(viewport.height/scale);for(var i=0;i<_this3.numPages;i++){var page=new PdfPage({scale,viewport,container:_this3.container,brandColor:_this3.brandColor});_this3.pageArr.push(page)}if(_this3.pageArr[0]){_this3.pageArr[0].setPdfPage(firsetPdfPage)}var promiseArr=[];var _loop2=function _loop22(_i2){promiseArr.push(_this3.pdfDocument.getPage(_i2).then(function(pdfPage){var pageView=_this3.pageArr[_i2-1];if(pageView&&!pageView.pdfPage){pageView.setPdfPage(pdfPage)}}))};for(var _i=2;_i<=_this3.numPages;_i++){_loop2(_i)}return _Promise.all(promiseArr).then(function(){_this3.render(_this3.startNum,_this3.endNum);return _Promise.resolve({pageHeight:_this3.pageHeight,render:_this3.render.bind(_this3)})})})}},{key:"render",value:function render(start,end){var renderTask=[];for(var i=start;i<=end;i++){if(i>=0&&i<this.numPages){var pageView=this.pageArr[i];pageView.draw();renderTask.push(pageView)}}this._render(renderTask)}},{key:"_render",value:function _render(renderTask){var _this4=this;var task=renderTask.shift();if(task){task.render().then(function(){_this4._render(renderTask)}).catch(function(e){})}}},{key:"pageViewDestroy",value:function pageViewDestroy(start,end){var _context3;_forEachInstanceProperty(_context3=this.pageArr).call(_context3,function(pageView,index){if(index<start||index>end){pageView.destroy()}})}},{key:"destroy",value:function destroy(){this.pageViewDestroy(0,this.numPages);if(this.container){while(this.container.firstChild){this.container.firstChild.remove()}}this.url="";this.container=null;if(this.pdfLoadingTask){this.pdfLoadingTask.destroy();this.pdfLoadingTask=null}if(this.pdfDocument){this.pdfDocument.destroy();this.pdfDocument=null}this.numPages=0;this.pageHeight=0;this.pageArr=[];this.startNum=0;this.visibleCount=4;this.endNum=4;this.renderCallback=null}}])}();exports.Pdf=Pdf;
|
package/lib/Pdfjs/index.mjs
CHANGED
|
@@ -4,10 +4,9 @@ import _concatInstanceProperty from "@babel/runtime-corejs3/core-js/instance/con
|
|
|
4
4
|
import _includesInstanceProperty from "@babel/runtime-corejs3/core-js/instance/includes";
|
|
5
5
|
import _Promise from "@babel/runtime-corejs3/core-js/promise";
|
|
6
6
|
import _forEachInstanceProperty from "@babel/runtime-corejs3/core-js/instance/for-each";
|
|
7
|
-
import
|
|
8
|
-
import './style.css';var pdfjs = p;
|
|
7
|
+
import * as pdfjs from "pdfjs-dist/es5/build/pdf.js";
|
|
9
8
|
pdfjs.GlobalWorkerOptions.workerSrc = window.__global_cdn__ + "/js/pdf/pdf.worker.es5.js";
|
|
10
|
-
var STATE = {
|
|
9
|
+
import './style.css';var STATE = {
|
|
11
10
|
INITED: 1,
|
|
12
11
|
DRAWING: 2,
|
|
13
12
|
RENDERING: 3,
|
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var _defineProperty=require("@babel/runtime-corejs3/helpers/defineProperty");var _Object$defineProperties=require("@babel/runtime-corejs3/core-js/object/define-properties");var _Symbol$toStringTag=require("@babel/runtime-corejs3/core-js/symbol/to-string-tag");var _forEachInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/for-each");_Object$defineProperties(exports,_defineProperty({__esModule:{value:true}},_Symbol$toStringTag,{value:"Module"}));var BankSelect=require("./BankSelect/index.js");var BaseInput=require("./BaseInput/index.js");var BScroll=require("better-scroll");var Button=require("./Button/index.js");var CascadePicker=require("./CascadePicker/index.js");var CertifyLayer=require("./CertifyLayer/index.js");var ClaimsContact=require("./ClaimsContact/index.js");var ClickOnce=require("./ClickOnce/index.js");var Collapse=require("./Collapse/index.js");var Contact=require("./Contact/index.js");var ContactBook=require("./ContactBook/index.js");var CountTo=require("./CountTo/index.js");var CouponLayer=require("./CouponLayer/index.js");var CrmReserveInfoLayer=require("./CrmReserveInfoLayer/index.js");var DatePicker=require("./DatePicker/index.js");var DeviceFingerprint=require("./DeviceFingerprint/index.js");var Dialog=require("./Dialog/index.js");var DiseaseSelect=require("./DiseaseSelect/index.js");var DiseaseSelectLayer=require("./DiseaseSelectLayer/index.js");var DocPop=require("./DocPop/index.js");var utils_post=require("./utils/post/index.js");var FaceRecognition=require("./FaceRecognition/index.js");var FigurePic=require("./FigurePic/index.js");var FileList=require("./FileList/index.js");var FileUpload=require("./FileUpload/index.js");var FormLayer=require("./FormLayer/index.js");var GivenLayer=require("./GivenLayer/index.js");var GoldAddress=require("./GoldAddress/index.js");var GoldAddressLayer=require("./GoldAddressLayer/index.js");var GoldAddressSelect=require("./GoldAddressSelect/index.js");var GoldAml=require("./GoldAml/index.js");var GoldArea=require("./GoldArea/index.js");var GoldAuroraSlots=require("./GoldAuroraSlots/index.js");var GoldBankPayLimit=require("./GoldBankPayLimit/index.js");var GoldBenefitDemo=require("./GoldBenefitDemo/index.js");var GoldCareer=require("./GoldCareer/index.js");var GoldCareerLayer=require("./GoldCareerLayer/index.js");var GoldCert=require("./GoldCert/index.js");var GoldCheckbox=require("./GoldCheckbox/index.js");var GoldClaimsContact=require("./GoldClaimsContact/index.js");var GoldCommentList=require("./GoldCommentList/index.js");var GoldCompute=require("./GoldCompute/index.js");var GoldComputeV2=require("./GoldComputeV2/index.js");var GoldConclusion=require("./GoldConclusion/index.js");var GoldContact=require("./GoldContact/index.js");var GoldContactBook=require("./GoldContactBook/index.js");var GoldContactElement=require("./GoldContactElement/index.js");var GoldCost=require("./GoldCost/index.js");var GoldCostLayer=require("./GoldCostLayer/index.js");var GoldCoupon=require("./GoldCoupon/index.js");var GoldDate=require("./GoldDate/index.js");var GoldDialog=require("./GoldDialog/index.js");var GoldDisease=require("./GoldDisease/index.js");var GoldDocLayer=require("./GoldDocLayer/index.js");var GoldDoorPlate=require("./GoldDoorPlate/index.js");var GoldDoubleRecordTable=require("./GoldDoubleRecordTable/index.js");var GoldElement=require("./GoldElement/index.js");var GoldElementGroup=require("./GoldElementGroup/index.js");var GoldFacecheck=require("./GoldFacecheck/index.js");var GoldFaq=require("./GoldFaq/index.js");var GoldFile=require("./GoldFile/index.js");var GoldFileAssess=require("./GoldFileAssess/index.js");var GoldFinance=require("./GoldFinance/index.js");var GoldFinanceChart=require("./GoldFinanceChart/index.js");var GoldFinanceChartV2=require("./GoldFinanceChartV2/index.js");var GoldFinanceChartV3=require("./GoldFinanceChartV3/index.js");var GoldFinanceV2=require("./GoldFinanceV2/index.js");var GoldIndexBar=require("./GoldIndexBar/index.js");var GoldInput=require("./GoldInput/index.js");var GoldInsureDescDialog=require("./GoldInsureDescDialog/index.js");var GoldInsureDuty=require("./GoldInsureDuty/index.js");var GoldInsureNotice=require("./GoldInsureNotice/index.js");var GoldItem=require("./GoldItem/index.js");var GoldLattice=require("./GoldLattice/index.js");require("./GoldLayer/index.js");var GoldMailPrecheck=require("./GoldMailPrecheck/index.js");var GoldMailPrecheckV2=require("./GoldMailPrecheckV2/index.js");var GoldMobileLayer=require("./GoldMobileLayer/index.js");var GoldModule=require("./GoldModule/index.js");var GoldMulSelect=require("./GoldMulSelect/index.js");var GoldNoticeTerms=require("./GoldNoticeTerms/index.js");var GoldOcr=require("./GoldOcr/index.js");var GoldPayLimitLayer=require("./GoldPayLimitLayer/index.js");var GoldPhoto=require("./GoldPhoto/index.js");var GoldProtocol=require("./GoldProtocol/index.js");var GoldPureText=require("./GoldPureText/index.js");var GoldQrcode=require("./GoldQrcode/index.js");var GoldReadTerms=require("./GoldReadTerms/index.js");var GoldSelect=require("./GoldSelect/index.js");var GoldSignature=require("./GoldSignature/index.js");var GoldStepper=require("./GoldStepper/index.js");var GoldSwitch=require("./GoldSwitch/index.js");var GoldText=require("./GoldText/index.js");var GoldTextarea=require("./GoldTextarea/index.js");var GoldUniversal=require("./GoldUniversal/index.js");var GoldVerifyCode=require("./GoldVerifyCode/index.js");var ImageLayer=require("./ImageLayer/index.js");var ImagePreview=require("./ImagePreview/index.js");var IndexBar=require("./IndexBar/index.js");var IndexList=require("./IndexList/index.js");var Jigsaw=require("./Jigsaw/index.js");var JigsawLayer=require("./JigsawLayer/index.js");var JigsawVerifyCode=require("./JigsawVerifyCode/index.js");var Keyframe=require("./Keyframe/index.js");var Loading=require("./Loading/index.js");var Login=require("./Login/index.js");var LoginLayer=require("./LoginLayer/index.js");var Marketing=require("./Marketing/index.js");var MobileAuth=require("./MobileAuth/index.js");var MobileAuthLayer=require("./MobileAuthLayer/index.js");var MobileLayer=require("./MobileLayer/index.js");var MultiSelect=require("./MultiSelect/index.js");var NoticeTips=require("./NoticeTips/index.js");var OcrLayer=require("./OcrLayer/index.js");var PageLoading=require("./PageLoading/index.js");var Panel=require("./Panel/index.js");var Pdfjs=require("./Pdfjs/index.js");var PhotoBox=require("./PhotoBox/index.js");var Picker=require("./Picker/index.js");var PosterLayer=require("./PosterLayer/index.js");var PrizeLayer=require("./PrizeLayer/index.js");var ProductLayer=require("./ProductLayer/index.js");var ProPosterLayer=require("./ProPosterLayer/index.js");var QRCode=require("./QRCode/index.js");var QrcodeLayer=require("./QrcodeLayer/index.js");var Recognition=require("./Recognition/index.js");var RecordRuleLayer=require("./RecordRuleLayer/index.js");var ReplayLayer=require("./ReplayLayer/index.js");var ResourcePreload=require("./ResourcePreload/index.js");var RowCascadePicker=require("./RowCascadePicker/index.js");var Rule=require("./Rule/index.js");require("./Scroll/index.js");var Signature=require("./Signature/index.js");var SlidePoster=require("./SlidePoster/index.js");var Stepper=require("./Stepper/index.js");var Sticky=require("./Sticky/index.js");var Style=require("./Style/index.js");var Swipe=require("./Swipe/index.js");var Switch=require("./Switch/index.js");var Tab=require("./Tab/index.js");var Timeline=require("./Timeline/index.js");var Toast=require("./Toast/index.js");var toBase64=require("./toBase64/index.js");var UserAuth=require("./UserAuth/index.js");var Validator=require("./Validator/index.js");var common_goldlayer=require("./common/goldlayer/index.js");var common_scroll=require("./common/scroll/index.js");var components=[BankSelect.BankSelect,BaseInput.BaseInput,BScroll,Button.Button,CascadePicker.CascadePicker,CertifyLayer.CertifyLayer,ClaimsContact.ClaimsContact,ClickOnce.ClickOnce,Collapse.Collapse,Contact.Contact,ContactBook.Contact,CountTo.CountTo,CouponLayer.CouponLayer,CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker.DatePicker,DeviceFingerprint.DeviceFingerprint,Dialog.Dialog,DiseaseSelect.DiseaseSelect,DiseaseSelectLayer.DiseaseSelectLayer,DocPop.DocPop,utils_post.axiosErrorInterceptors,FaceRecognition.FaceRecognition,FigurePic.FigurePic,FileList.FileList,FileUpload.FileUpload,FormLayer.FormLayer,GivenLayer.GivenLayer,GoldAddress.GoldAddress,GoldAddressLayer.GoldAddressLayer,GoldAddressSelect.GoldAddressSelect,GoldAml.GoldAml,GoldArea.GoldArea,GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo.GoldBenefitDemo,GoldCareer.GoldCareer,GoldCareerLayer.GoldCareerLayer,GoldCert.GoldCert,GoldCheckbox.GoldCheckbox,GoldClaimsContact.GoldClaimsContact,GoldCommentList.GoldCommentList,GoldCompute.GoldCompute,GoldComputeV2.GoldComputeV2,GoldConclusion.GoldConclusion,GoldContact.GoldContact,GoldContactBook.GoldContact,GoldContactElement.GoldContactElement,GoldCost.GoldCost,GoldCostLayer.GoldCostlayer,GoldCoupon.GoldCoupon,GoldDate.GoldDate,GoldDialog.GoldDialog,GoldDisease.GoldDisease,GoldDocLayer.GoldDocLayer,GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement.GoldElement,GoldElementGroup.GoldElementGroup,GoldFacecheck.GoldFacecheck,GoldFaq.GoldFaq,GoldFile.GoldFile,GoldFileAssess.GoldFileAssess,GoldFinance.GoldFinance,GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2.GoldFinanceV2,GoldIndexBar.GoldIndexBar,GoldInput.GoldInput,GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty.GoldInsureDuty,GoldInsureNotice.GoldInsureNotice,GoldItem.component,GoldLattice.GoldLattice,common_goldlayer.ActGoldLayer,GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer.GoldMobileLayer,GoldModule.GoldModule,GoldMulSelect.GoldMulSelect,GoldNoticeTerms.GoldNoticeTerms,GoldOcr.GoldOcr,GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto.GoldPhoto,GoldProtocol.GoldProtocol,GoldPureText.GoldPureText,GoldQrcode.GoldQrcode,GoldReadTerms.GoldReadTerms,GoldSelect.GoldSelect,GoldSignature.GoldSignature,GoldStepper.GoldStepper,GoldSwitch.GoldSwitch,GoldText.GoldText,GoldTextarea.GoldTextarea,GoldUniversal.GoldUniversal,GoldVerifyCode.GoldVerifyCode,ImageLayer.ImageLayer,ImagePreview.ImagePreview,IndexBar.indexBar,IndexList.IndexList,Jigsaw.Jigsaw,JigsawLayer.JigsawLayer,JigsawVerifyCode.JigsawVerifyCode,Keyframe.Keyframe,Loading.Loading,Login.Login,LoginLayer.LoginLayer,Marketing.Marketing,MobileAuth.MobileAuth,MobileAuthLayer.MobileAuthLayer,MobileLayer.MobileLayer,MultiSelect.MultiSelect,NoticeTips.NoticeTips,OcrLayer.OcrLayer,PageLoading.PageLoading,Panel.Panel,Pdfjs.Pdf,PhotoBox.PhotoBox,Picker.Picker,PosterLayer.PosterLayer,PrizeLayer.PrizeLayer,ProductLayer.ProductLayer,ProPosterLayer.ProPosterLayer,QRCode.QRCode,QrcodeLayer.QrcodeLayer,Recognition.Recognition,RecordRuleLayer.RecordRuleLayer,ReplayLayer.ReplayLayer,ResourcePreload.ResourcePreload,RowCascadePicker.RowCascadePicker,Rule.Rule,common_scroll.Scroll,Signature.Signature,SlidePoster.SlidePoster,Stepper.Stepper,Sticky.Sticky,Style.Style,Swipe.Swipe,Switch.Switch,Tab.Tab,Timeline.Timeline,Toast.Toast,toBase64.ToBase64,UserAuth.UserAuth,Validator.Validator];var install=function install2(Vue){var opts=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};_forEachInstanceProperty(components).call(components,function(component){if(component.name&&component.install){Vue.use(component)}})};if(typeof window!=="undefined"&&window.Vue){install(window.Vue)}var index={version:"2.0.1-beta.5",install,BankSelect:BankSelect.BankSelect,BaseInput:BaseInput.BaseInput,BScroll,Button:Button.Button,CascadePicker:CascadePicker.CascadePicker,CertifyLayer:CertifyLayer.CertifyLayer,ClaimsContact:ClaimsContact.ClaimsContact,ClickOnce:ClickOnce.ClickOnce,Collapse:Collapse.Collapse,Contact:Contact.Contact,ContactBook:ContactBook.Contact,CountTo:CountTo.CountTo,CouponLayer:CouponLayer.CouponLayer,CrmReserveInfoLayer:CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker:DatePicker.DatePicker,DeviceFingerprint:DeviceFingerprint.DeviceFingerprint,Dialog:Dialog.Dialog,DiseaseSelect:DiseaseSelect.DiseaseSelect,DiseaseSelectLayer:DiseaseSelectLayer.DiseaseSelectLayer,DocPop:DocPop.DocPop,ErrorInterceptors:utils_post.axiosErrorInterceptors,FaceRecognition:FaceRecognition.FaceRecognition,FigurePic:FigurePic.FigurePic,FileList:FileList.FileList,FileUpload:FileUpload.FileUpload,FormLayer:FormLayer.FormLayer,GivenLayer:GivenLayer.GivenLayer,GoldAddress:GoldAddress.GoldAddress,GoldAddressLayer:GoldAddressLayer.GoldAddressLayer,GoldAddressSelect:GoldAddressSelect.GoldAddressSelect,GoldAml:GoldAml.GoldAml,GoldArea:GoldArea.GoldArea,GoldAuroraSlots:GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit:GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo:GoldBenefitDemo.GoldBenefitDemo,GoldCareer:GoldCareer.GoldCareer,GoldCareerLayer:GoldCareerLayer.GoldCareerLayer,GoldCert:GoldCert.GoldCert,GoldCheckbox:GoldCheckbox.GoldCheckbox,GoldClaimsContact:GoldClaimsContact.GoldClaimsContact,GoldCommentList:GoldCommentList.GoldCommentList,GoldCompute:GoldCompute.GoldCompute,GoldComputeV2:GoldComputeV2.GoldComputeV2,GoldConclusion:GoldConclusion.GoldConclusion,GoldContact:GoldContact.GoldContact,GoldContactBook:GoldContactBook.GoldContact,GoldContactElement:GoldContactElement.GoldContactElement,GoldCost:GoldCost.GoldCost,GoldCostLayer:GoldCostLayer.GoldCostlayer,GoldCoupon:GoldCoupon.GoldCoupon,GoldDate:GoldDate.GoldDate,GoldDialog:GoldDialog.GoldDialog,GoldDisease:GoldDisease.GoldDisease,GoldDocLayer:GoldDocLayer.GoldDocLayer,GoldDoorPlate:GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable:GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement:GoldElement.GoldElement,GoldElementGroup:GoldElementGroup.GoldElementGroup,GoldFacecheck:GoldFacecheck.GoldFacecheck,GoldFaq:GoldFaq.GoldFaq,GoldFile:GoldFile.GoldFile,GoldFileAssess:GoldFileAssess.GoldFileAssess,GoldFinance:GoldFinance.GoldFinance,GoldFinanceChart:GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2:GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3:GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2:GoldFinanceV2.GoldFinanceV2,GoldIndexBar:GoldIndexBar.GoldIndexBar,GoldInput:GoldInput.GoldInput,GoldInsureDescDialog:GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty:GoldInsureDuty.GoldInsureDuty,GoldInsureNotice:GoldInsureNotice.GoldInsureNotice,GoldItem:GoldItem.component,GoldLattice:GoldLattice.GoldLattice,GoldLayer:common_goldlayer.ActGoldLayer,GoldMailPrecheck:GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2:GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer:GoldMobileLayer.GoldMobileLayer,GoldModule:GoldModule.GoldModule,GoldMulSelect:GoldMulSelect.GoldMulSelect,GoldNoticeTerms:GoldNoticeTerms.GoldNoticeTerms,GoldOcr:GoldOcr.GoldOcr,GoldPayLimitLayer:GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto:GoldPhoto.GoldPhoto,GoldProtocol:GoldProtocol.GoldProtocol,GoldPureText:GoldPureText.GoldPureText,GoldQrcode:GoldQrcode.GoldQrcode,GoldReadTerms:GoldReadTerms.GoldReadTerms,GoldSelect:GoldSelect.GoldSelect,GoldSignature:GoldSignature.GoldSignature,GoldStepper:GoldStepper.GoldStepper,GoldSwitch:GoldSwitch.GoldSwitch,GoldText:GoldText.GoldText,GoldTextarea:GoldTextarea.GoldTextarea,GoldUniversal:GoldUniversal.GoldUniversal,GoldVerifyCode:GoldVerifyCode.GoldVerifyCode,ImageLayer:ImageLayer.ImageLayer,ImagePreview:ImagePreview.ImagePreview,IndexBar:IndexBar.indexBar,IndexList:IndexList.IndexList,Jigsaw:Jigsaw.Jigsaw,JigsawLayer:JigsawLayer.JigsawLayer,JigsawVerifyCode:JigsawVerifyCode.JigsawVerifyCode,Keyframe:Keyframe.Keyframe,Loading:Loading.Loading,Login:Login.Login,LoginLayer:LoginLayer.LoginLayer,Marketing:Marketing.Marketing,MobileAuth:MobileAuth.MobileAuth,MobileAuthLayer:MobileAuthLayer.MobileAuthLayer,MobileLayer:MobileLayer.MobileLayer,MultiSelect:MultiSelect.MultiSelect,NoticeTips:NoticeTips.NoticeTips,OcrLayer:OcrLayer.OcrLayer,PageLoading:PageLoading.PageLoading,Panel:Panel.Panel,Pdfjs:Pdfjs.Pdf,PhotoBox:PhotoBox.PhotoBox,Picker:Picker.Picker,PosterLayer:PosterLayer.PosterLayer,PrizeLayer:PrizeLayer.PrizeLayer,ProductLayer:ProductLayer.ProductLayer,ProPosterLayer:ProPosterLayer.ProPosterLayer,QRCode:QRCode.QRCode,QrcodeLayer:QrcodeLayer.QrcodeLayer,Recognition:Recognition.Recognition,RecordRuleLayer:RecordRuleLayer.RecordRuleLayer,ReplayLayer:ReplayLayer.ReplayLayer,ResourcePreload:ResourcePreload.ResourcePreload,RowCascadePicker:RowCascadePicker.RowCascadePicker,Rule:Rule.Rule,Scroll:common_scroll.Scroll,Signature:Signature.Signature,SlidePoster:SlidePoster.SlidePoster,Stepper:Stepper.Stepper,Sticky:Sticky.Sticky,Style:Style.Style,Swipe:Swipe.Swipe,Switch:Switch.Switch,Tab:Tab.Tab,Timeline:Timeline.Timeline,Toast:Toast.Toast,ToBase64:toBase64.ToBase64,UserAuth:UserAuth.UserAuth,Validator:Validator.Validator};exports.BankSelect=BankSelect.BankSelect;exports.BaseInput=BaseInput.BaseInput;exports.BScroll=BScroll;exports.Button=Button.Button;exports.CascadePicker=CascadePicker.CascadePicker;exports.CertifyLayer=CertifyLayer.CertifyLayer;exports.ClaimsContact=ClaimsContact.ClaimsContact;exports.ClickOnce=ClickOnce.ClickOnce;exports.Collapse=Collapse.Collapse;exports.Contact=Contact.Contact;exports.ContactBook=ContactBook.Contact;exports.CountTo=CountTo.CountTo;exports.CouponLayer=CouponLayer.CouponLayer;exports.CrmReserveInfoLayer=CrmReserveInfoLayer.CrmReserveInfoLayer;exports.DatePicker=DatePicker.DatePicker;exports.DeviceFingerprint=DeviceFingerprint.DeviceFingerprint;exports.Dialog=Dialog.Dialog;exports.DiseaseSelect=DiseaseSelect.DiseaseSelect;exports.DiseaseSelectLayer=DiseaseSelectLayer.DiseaseSelectLayer;exports.DocPop=DocPop.DocPop;exports.ErrorInterceptors=utils_post.axiosErrorInterceptors;exports.FaceRecognition=FaceRecognition.FaceRecognition;exports.FigurePic=FigurePic.FigurePic;exports.FileList=FileList.FileList;exports.FileUpload=FileUpload.FileUpload;exports.FormLayer=FormLayer.FormLayer;exports.GivenLayer=GivenLayer.GivenLayer;exports.GoldAddress=GoldAddress.GoldAddress;exports.GoldAddressLayer=GoldAddressLayer.GoldAddressLayer;exports.GoldAddressSelect=GoldAddressSelect.GoldAddressSelect;exports.GoldAml=GoldAml.GoldAml;exports.GoldArea=GoldArea.GoldArea;exports.GoldAuroraSlots=GoldAuroraSlots.GoldAuroraSlots;exports.GoldBankPayLimit=GoldBankPayLimit.GoldBankPayLimit;exports.GoldBenefitDemo=GoldBenefitDemo.GoldBenefitDemo;exports.GoldCareer=GoldCareer.GoldCareer;exports.GoldCareerLayer=GoldCareerLayer.GoldCareerLayer;exports.GoldCert=GoldCert.GoldCert;exports.GoldCheckbox=GoldCheckbox.GoldCheckbox;exports.GoldClaimsContact=GoldClaimsContact.GoldClaimsContact;exports.GoldCommentList=GoldCommentList.GoldCommentList;exports.GoldCompute=GoldCompute.GoldCompute;exports.GoldComputeV2=GoldComputeV2.GoldComputeV2;exports.GoldConclusion=GoldConclusion.GoldConclusion;exports.GoldContact=GoldContact.GoldContact;exports.GoldContactBook=GoldContactBook.GoldContact;exports.GoldContactElement=GoldContactElement.GoldContactElement;exports.GoldCost=GoldCost.GoldCost;exports.GoldCostLayer=GoldCostLayer.GoldCostlayer;exports.GoldCoupon=GoldCoupon.GoldCoupon;exports.GoldDate=GoldDate.GoldDate;exports.GoldDialog=GoldDialog.GoldDialog;exports.GoldDisease=GoldDisease.GoldDisease;exports.GoldDocLayer=GoldDocLayer.GoldDocLayer;exports.GoldDoorPlate=GoldDoorPlate.GoldDoorPlate;exports.GoldDoubleRecordTable=GoldDoubleRecordTable.GoldDoubleRecordTable;exports.GoldElement=GoldElement.GoldElement;exports.GoldElementGroup=GoldElementGroup.GoldElementGroup;exports.GoldFacecheck=GoldFacecheck.GoldFacecheck;exports.GoldFaq=GoldFaq.GoldFaq;exports.GoldFile=GoldFile.GoldFile;exports.GoldFileAssess=GoldFileAssess.GoldFileAssess;exports.GoldFinance=GoldFinance.GoldFinance;exports.GoldFinanceChart=GoldFinanceChart.GoldFinanceChart;exports.GoldFinanceChartV2=GoldFinanceChartV2.GoldFinanceChartV2;exports.GoldFinanceChartV3=GoldFinanceChartV3.GoldFinanceChartV3;exports.GoldFinanceV2=GoldFinanceV2.GoldFinanceV2;exports.GoldIndexBar=GoldIndexBar.GoldIndexBar;exports.GoldInput=GoldInput.GoldInput;exports.GoldInsureDescDialog=GoldInsureDescDialog.GoldInsureDescDialog;exports.GoldInsureDuty=GoldInsureDuty.GoldInsureDuty;exports.GoldInsureNotice=GoldInsureNotice.GoldInsureNotice;exports.GoldItem=GoldItem.component;exports.GoldLattice=GoldLattice.GoldLattice;exports.GoldMailPrecheck=GoldMailPrecheck.GoldMailPrecheck;exports.GoldMailPrecheckV2=GoldMailPrecheckV2.GoldMailPrecheckV2;exports.GoldMobileLayer=GoldMobileLayer.GoldMobileLayer;exports.GoldModule=GoldModule.GoldModule;exports.GoldMulSelect=GoldMulSelect.GoldMulSelect;exports.GoldNoticeTerms=GoldNoticeTerms.GoldNoticeTerms;exports.GoldOcr=GoldOcr.GoldOcr;exports.GoldPayLimitLayer=GoldPayLimitLayer.GoldPayLimitLayer;exports.GoldPhoto=GoldPhoto.GoldPhoto;exports.GoldProtocol=GoldProtocol.GoldProtocol;exports.GoldPureText=GoldPureText.GoldPureText;exports.GoldQrcode=GoldQrcode.GoldQrcode;exports.GoldReadTerms=GoldReadTerms.GoldReadTerms;exports.GoldSelect=GoldSelect.GoldSelect;exports.GoldSignature=GoldSignature.GoldSignature;exports.GoldStepper=GoldStepper.GoldStepper;exports.GoldSwitch=GoldSwitch.GoldSwitch;exports.GoldText=GoldText.GoldText;exports.GoldTextarea=GoldTextarea.GoldTextarea;exports.GoldUniversal=GoldUniversal.GoldUniversal;exports.GoldVerifyCode=GoldVerifyCode.GoldVerifyCode;exports.ImageLayer=ImageLayer.ImageLayer;exports.ImagePreview=ImagePreview.ImagePreview;exports.IndexBar=IndexBar.indexBar;exports.IndexList=IndexList.IndexList;exports.Jigsaw=Jigsaw.Jigsaw;exports.JigsawLayer=JigsawLayer.JigsawLayer;exports.JigsawVerifyCode=JigsawVerifyCode.JigsawVerifyCode;exports.Keyframe=Keyframe.Keyframe;exports.Loading=Loading.Loading;exports.Login=Login.Login;exports.LoginLayer=LoginLayer.LoginLayer;exports.Marketing=Marketing.Marketing;exports.MobileAuth=MobileAuth.MobileAuth;exports.MobileAuthLayer=MobileAuthLayer.MobileAuthLayer;exports.MobileLayer=MobileLayer.MobileLayer;exports.MultiSelect=MultiSelect.MultiSelect;exports.NoticeTips=NoticeTips.NoticeTips;exports.OcrLayer=OcrLayer.OcrLayer;exports.PageLoading=PageLoading.PageLoading;exports.Panel=Panel.Panel;exports.Pdfjs=Pdfjs.Pdf;exports.PhotoBox=PhotoBox.PhotoBox;exports.Picker=Picker.Picker;exports.PosterLayer=PosterLayer.PosterLayer;exports.PrizeLayer=PrizeLayer.PrizeLayer;exports.ProductLayer=ProductLayer.ProductLayer;exports.ProPosterLayer=ProPosterLayer.ProPosterLayer;exports.QRCode=QRCode.QRCode;exports.QrcodeLayer=QrcodeLayer.QrcodeLayer;exports.Recognition=Recognition.Recognition;exports.RecordRuleLayer=RecordRuleLayer.RecordRuleLayer;exports.ReplayLayer=ReplayLayer.ReplayLayer;exports.ResourcePreload=ResourcePreload.ResourcePreload;exports.RowCascadePicker=RowCascadePicker.RowCascadePicker;exports.Rule=Rule.Rule;exports.Signature=Signature.Signature;exports.SlidePoster=SlidePoster.SlidePoster;exports.Stepper=Stepper.Stepper;exports.Sticky=Sticky.Sticky;exports.Style=Style.Style;exports.Swipe=Swipe.Swipe;exports.Switch=Switch.Switch;exports.Tab=Tab.Tab;exports.Timeline=Timeline.Timeline;exports.Toast=Toast.Toast;exports.ToBase64=toBase64.ToBase64;exports.UserAuth=UserAuth.UserAuth;exports.Validator=Validator.Validator;exports.GoldLayer=common_goldlayer.ActGoldLayer;exports.Scroll=common_scroll.Scroll;exports.default=index;
|
|
1
|
+
"use strict";var _defineProperty=require("@babel/runtime-corejs3/helpers/defineProperty");var _Object$defineProperties=require("@babel/runtime-corejs3/core-js/object/define-properties");var _Symbol$toStringTag=require("@babel/runtime-corejs3/core-js/symbol/to-string-tag");var _forEachInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/for-each");_Object$defineProperties(exports,_defineProperty({__esModule:{value:true}},_Symbol$toStringTag,{value:"Module"}));var BankSelect=require("./BankSelect/index.js");var BaseInput=require("./BaseInput/index.js");var BScroll=require("better-scroll");var Button=require("./Button/index.js");var CascadePicker=require("./CascadePicker/index.js");var CertifyLayer=require("./CertifyLayer/index.js");var ClaimsContact=require("./ClaimsContact/index.js");var ClickOnce=require("./ClickOnce/index.js");var Collapse=require("./Collapse/index.js");var Contact=require("./Contact/index.js");var ContactBook=require("./ContactBook/index.js");var CountTo=require("./CountTo/index.js");var CouponLayer=require("./CouponLayer/index.js");var CrmReserveInfoLayer=require("./CrmReserveInfoLayer/index.js");var DatePicker=require("./DatePicker/index.js");var DeviceFingerprint=require("./DeviceFingerprint/index.js");var Dialog=require("./Dialog/index.js");var DiseaseSelect=require("./DiseaseSelect/index.js");var DiseaseSelectLayer=require("./DiseaseSelectLayer/index.js");var DocPop=require("./DocPop/index.js");var utils_post=require("./utils/post/index.js");var FaceRecognition=require("./FaceRecognition/index.js");var FigurePic=require("./FigurePic/index.js");var FileList=require("./FileList/index.js");var FileUpload=require("./FileUpload/index.js");var FormLayer=require("./FormLayer/index.js");var GivenLayer=require("./GivenLayer/index.js");var GoldAddress=require("./GoldAddress/index.js");var GoldAddressLayer=require("./GoldAddressLayer/index.js");var GoldAddressSelect=require("./GoldAddressSelect/index.js");var GoldAml=require("./GoldAml/index.js");var GoldArea=require("./GoldArea/index.js");var GoldAuroraSlots=require("./GoldAuroraSlots/index.js");var GoldBankPayLimit=require("./GoldBankPayLimit/index.js");var GoldBenefitDemo=require("./GoldBenefitDemo/index.js");var GoldCareer=require("./GoldCareer/index.js");var GoldCareerLayer=require("./GoldCareerLayer/index.js");var GoldCert=require("./GoldCert/index.js");var GoldCheckbox=require("./GoldCheckbox/index.js");var GoldClaimsContact=require("./GoldClaimsContact/index.js");var GoldCommentList=require("./GoldCommentList/index.js");var GoldCompute=require("./GoldCompute/index.js");var GoldComputeV2=require("./GoldComputeV2/index.js");var GoldConclusion=require("./GoldConclusion/index.js");var GoldContact=require("./GoldContact/index.js");var GoldContactBook=require("./GoldContactBook/index.js");var GoldContactElement=require("./GoldContactElement/index.js");var GoldCost=require("./GoldCost/index.js");var GoldCostLayer=require("./GoldCostLayer/index.js");var GoldCoupon=require("./GoldCoupon/index.js");var GoldDate=require("./GoldDate/index.js");var GoldDialog=require("./GoldDialog/index.js");var GoldDisease=require("./GoldDisease/index.js");var GoldDocLayer=require("./GoldDocLayer/index.js");var GoldDoorPlate=require("./GoldDoorPlate/index.js");var GoldDoubleRecordTable=require("./GoldDoubleRecordTable/index.js");var GoldElement=require("./GoldElement/index.js");var GoldElementGroup=require("./GoldElementGroup/index.js");var GoldFacecheck=require("./GoldFacecheck/index.js");var GoldFaq=require("./GoldFaq/index.js");var GoldFile=require("./GoldFile/index.js");var GoldFileAssess=require("./GoldFileAssess/index.js");var GoldFinance=require("./GoldFinance/index.js");var GoldFinanceChart=require("./GoldFinanceChart/index.js");var GoldFinanceChartV2=require("./GoldFinanceChartV2/index.js");var GoldFinanceChartV3=require("./GoldFinanceChartV3/index.js");var GoldFinanceV2=require("./GoldFinanceV2/index.js");var GoldIndexBar=require("./GoldIndexBar/index.js");var GoldInput=require("./GoldInput/index.js");var GoldInsureDescDialog=require("./GoldInsureDescDialog/index.js");var GoldInsureDuty=require("./GoldInsureDuty/index.js");var GoldInsureNotice=require("./GoldInsureNotice/index.js");var GoldItem=require("./GoldItem/index.js");var GoldLattice=require("./GoldLattice/index.js");require("./GoldLayer/index.js");var GoldMailPrecheck=require("./GoldMailPrecheck/index.js");var GoldMailPrecheckV2=require("./GoldMailPrecheckV2/index.js");var GoldMobileLayer=require("./GoldMobileLayer/index.js");var GoldModule=require("./GoldModule/index.js");var GoldMulSelect=require("./GoldMulSelect/index.js");var GoldNoticeTerms=require("./GoldNoticeTerms/index.js");var GoldOcr=require("./GoldOcr/index.js");var GoldPayLimitLayer=require("./GoldPayLimitLayer/index.js");var GoldPhoto=require("./GoldPhoto/index.js");var GoldProtocol=require("./GoldProtocol/index.js");var GoldPureText=require("./GoldPureText/index.js");var GoldQrcode=require("./GoldQrcode/index.js");var GoldReadTerms=require("./GoldReadTerms/index.js");var GoldSelect=require("./GoldSelect/index.js");var GoldSignature=require("./GoldSignature/index.js");var GoldStepper=require("./GoldStepper/index.js");var GoldSwitch=require("./GoldSwitch/index.js");var GoldText=require("./GoldText/index.js");var GoldTextarea=require("./GoldTextarea/index.js");var GoldUniversal=require("./GoldUniversal/index.js");var GoldVerifyCode=require("./GoldVerifyCode/index.js");var ImageLayer=require("./ImageLayer/index.js");var ImagePreview=require("./ImagePreview/index.js");var IndexBar=require("./IndexBar/index.js");var IndexList=require("./IndexList/index.js");var Jigsaw=require("./Jigsaw/index.js");var JigsawLayer=require("./JigsawLayer/index.js");var JigsawVerifyCode=require("./JigsawVerifyCode/index.js");var Keyframe=require("./Keyframe/index.js");var Loading=require("./Loading/index.js");var Login=require("./Login/index.js");var LoginLayer=require("./LoginLayer/index.js");var Marketing=require("./Marketing/index.js");var MobileAuth=require("./MobileAuth/index.js");var MobileAuthLayer=require("./MobileAuthLayer/index.js");var MobileLayer=require("./MobileLayer/index.js");var MultiSelect=require("./MultiSelect/index.js");var NoticeTips=require("./NoticeTips/index.js");var OcrLayer=require("./OcrLayer/index.js");var PageLoading=require("./PageLoading/index.js");var Panel=require("./Panel/index.js");var Pdfjs=require("./Pdfjs/index.js");var PhotoBox=require("./PhotoBox/index.js");var Picker=require("./Picker/index.js");var PosterLayer=require("./PosterLayer/index.js");var PrizeLayer=require("./PrizeLayer/index.js");var ProductLayer=require("./ProductLayer/index.js");var ProPosterLayer=require("./ProPosterLayer/index.js");var QRCode=require("./QRCode/index.js");var QrcodeLayer=require("./QrcodeLayer/index.js");var Recognition=require("./Recognition/index.js");var RecordRuleLayer=require("./RecordRuleLayer/index.js");var ReplayLayer=require("./ReplayLayer/index.js");var ResourcePreload=require("./ResourcePreload/index.js");var RowCascadePicker=require("./RowCascadePicker/index.js");var Rule=require("./Rule/index.js");require("./Scroll/index.js");var Signature=require("./Signature/index.js");var SlidePoster=require("./SlidePoster/index.js");var Stepper=require("./Stepper/index.js");var Sticky=require("./Sticky/index.js");var Style=require("./Style/index.js");var Swipe=require("./Swipe/index.js");var Switch=require("./Switch/index.js");var Tab=require("./Tab/index.js");var Timeline=require("./Timeline/index.js");var Toast=require("./Toast/index.js");var toBase64=require("./toBase64/index.js");var UserAuth=require("./UserAuth/index.js");var Validator=require("./Validator/index.js");var common_goldlayer=require("./common/goldlayer/index.js");var common_scroll=require("./common/scroll/index.js");var components=[BankSelect.BankSelect,BaseInput.BaseInput,BScroll,Button.Button,CascadePicker.CascadePicker,CertifyLayer.CertifyLayer,ClaimsContact.ClaimsContact,ClickOnce.ClickOnce,Collapse.Collapse,Contact.Contact,ContactBook.Contact,CountTo.CountTo,CouponLayer.CouponLayer,CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker.DatePicker,DeviceFingerprint.DeviceFingerprint,Dialog.Dialog,DiseaseSelect.DiseaseSelect,DiseaseSelectLayer.DiseaseSelectLayer,DocPop.DocPop,utils_post.axiosErrorInterceptors,FaceRecognition.FaceRecognition,FigurePic.FigurePic,FileList.FileList,FileUpload.FileUpload,FormLayer.FormLayer,GivenLayer.GivenLayer,GoldAddress.GoldAddress,GoldAddressLayer.GoldAddressLayer,GoldAddressSelect.GoldAddressSelect,GoldAml.GoldAml,GoldArea.GoldArea,GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo.GoldBenefitDemo,GoldCareer.GoldCareer,GoldCareerLayer.GoldCareerLayer,GoldCert.GoldCert,GoldCheckbox.GoldCheckbox,GoldClaimsContact.GoldClaimsContact,GoldCommentList.GoldCommentList,GoldCompute.GoldCompute,GoldComputeV2.GoldComputeV2,GoldConclusion.GoldConclusion,GoldContact.GoldContact,GoldContactBook.GoldContact,GoldContactElement.GoldContactElement,GoldCost.GoldCost,GoldCostLayer.GoldCostlayer,GoldCoupon.GoldCoupon,GoldDate.GoldDate,GoldDialog.GoldDialog,GoldDisease.GoldDisease,GoldDocLayer.GoldDocLayer,GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement.GoldElement,GoldElementGroup.GoldElementGroup,GoldFacecheck.GoldFacecheck,GoldFaq.GoldFaq,GoldFile.GoldFile,GoldFileAssess.GoldFileAssess,GoldFinance.GoldFinance,GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2.GoldFinanceV2,GoldIndexBar.GoldIndexBar,GoldInput.GoldInput,GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty.GoldInsureDuty,GoldInsureNotice.GoldInsureNotice,GoldItem.component,GoldLattice.GoldLattice,common_goldlayer.ActGoldLayer,GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer.GoldMobileLayer,GoldModule.GoldModule,GoldMulSelect.GoldMulSelect,GoldNoticeTerms.GoldNoticeTerms,GoldOcr.GoldOcr,GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto.GoldPhoto,GoldProtocol.GoldProtocol,GoldPureText.GoldPureText,GoldQrcode.GoldQrcode,GoldReadTerms.GoldReadTerms,GoldSelect.GoldSelect,GoldSignature.GoldSignature,GoldStepper.GoldStepper,GoldSwitch.GoldSwitch,GoldText.GoldText,GoldTextarea.GoldTextarea,GoldUniversal.GoldUniversal,GoldVerifyCode.GoldVerifyCode,ImageLayer.ImageLayer,ImagePreview.ImagePreview,IndexBar.indexBar,IndexList.IndexList,Jigsaw.Jigsaw,JigsawLayer.JigsawLayer,JigsawVerifyCode.JigsawVerifyCode,Keyframe.Keyframe,Loading.Loading,Login.Login,LoginLayer.LoginLayer,Marketing.Marketing,MobileAuth.MobileAuth,MobileAuthLayer.MobileAuthLayer,MobileLayer.MobileLayer,MultiSelect.MultiSelect,NoticeTips.NoticeTips,OcrLayer.OcrLayer,PageLoading.PageLoading,Panel.Panel,Pdfjs.Pdf,PhotoBox.PhotoBox,Picker.Picker,PosterLayer.PosterLayer,PrizeLayer.PrizeLayer,ProductLayer.ProductLayer,ProPosterLayer.ProPosterLayer,QRCode.QRCode,QrcodeLayer.QrcodeLayer,Recognition.Recognition,RecordRuleLayer.RecordRuleLayer,ReplayLayer.ReplayLayer,ResourcePreload.ResourcePreload,RowCascadePicker.RowCascadePicker,Rule.Rule,common_scroll.Scroll,Signature.Signature,SlidePoster.SlidePoster,Stepper.Stepper,Sticky.Sticky,Style.Style,Swipe.Swipe,Switch.Switch,Tab.Tab,Timeline.Timeline,Toast.Toast,toBase64.ToBase64,UserAuth.UserAuth,Validator.Validator];var install=function install2(Vue){var opts=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};_forEachInstanceProperty(components).call(components,function(component){if(component.name&&component.install){Vue.use(component)}})};if(typeof window!=="undefined"&&window.Vue){install(window.Vue)}var index={version:"2.0.1-beta.6",install,BankSelect:BankSelect.BankSelect,BaseInput:BaseInput.BaseInput,BScroll,Button:Button.Button,CascadePicker:CascadePicker.CascadePicker,CertifyLayer:CertifyLayer.CertifyLayer,ClaimsContact:ClaimsContact.ClaimsContact,ClickOnce:ClickOnce.ClickOnce,Collapse:Collapse.Collapse,Contact:Contact.Contact,ContactBook:ContactBook.Contact,CountTo:CountTo.CountTo,CouponLayer:CouponLayer.CouponLayer,CrmReserveInfoLayer:CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker:DatePicker.DatePicker,DeviceFingerprint:DeviceFingerprint.DeviceFingerprint,Dialog:Dialog.Dialog,DiseaseSelect:DiseaseSelect.DiseaseSelect,DiseaseSelectLayer:DiseaseSelectLayer.DiseaseSelectLayer,DocPop:DocPop.DocPop,ErrorInterceptors:utils_post.axiosErrorInterceptors,FaceRecognition:FaceRecognition.FaceRecognition,FigurePic:FigurePic.FigurePic,FileList:FileList.FileList,FileUpload:FileUpload.FileUpload,FormLayer:FormLayer.FormLayer,GivenLayer:GivenLayer.GivenLayer,GoldAddress:GoldAddress.GoldAddress,GoldAddressLayer:GoldAddressLayer.GoldAddressLayer,GoldAddressSelect:GoldAddressSelect.GoldAddressSelect,GoldAml:GoldAml.GoldAml,GoldArea:GoldArea.GoldArea,GoldAuroraSlots:GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit:GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo:GoldBenefitDemo.GoldBenefitDemo,GoldCareer:GoldCareer.GoldCareer,GoldCareerLayer:GoldCareerLayer.GoldCareerLayer,GoldCert:GoldCert.GoldCert,GoldCheckbox:GoldCheckbox.GoldCheckbox,GoldClaimsContact:GoldClaimsContact.GoldClaimsContact,GoldCommentList:GoldCommentList.GoldCommentList,GoldCompute:GoldCompute.GoldCompute,GoldComputeV2:GoldComputeV2.GoldComputeV2,GoldConclusion:GoldConclusion.GoldConclusion,GoldContact:GoldContact.GoldContact,GoldContactBook:GoldContactBook.GoldContact,GoldContactElement:GoldContactElement.GoldContactElement,GoldCost:GoldCost.GoldCost,GoldCostLayer:GoldCostLayer.GoldCostlayer,GoldCoupon:GoldCoupon.GoldCoupon,GoldDate:GoldDate.GoldDate,GoldDialog:GoldDialog.GoldDialog,GoldDisease:GoldDisease.GoldDisease,GoldDocLayer:GoldDocLayer.GoldDocLayer,GoldDoorPlate:GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable:GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement:GoldElement.GoldElement,GoldElementGroup:GoldElementGroup.GoldElementGroup,GoldFacecheck:GoldFacecheck.GoldFacecheck,GoldFaq:GoldFaq.GoldFaq,GoldFile:GoldFile.GoldFile,GoldFileAssess:GoldFileAssess.GoldFileAssess,GoldFinance:GoldFinance.GoldFinance,GoldFinanceChart:GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2:GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3:GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2:GoldFinanceV2.GoldFinanceV2,GoldIndexBar:GoldIndexBar.GoldIndexBar,GoldInput:GoldInput.GoldInput,GoldInsureDescDialog:GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty:GoldInsureDuty.GoldInsureDuty,GoldInsureNotice:GoldInsureNotice.GoldInsureNotice,GoldItem:GoldItem.component,GoldLattice:GoldLattice.GoldLattice,GoldLayer:common_goldlayer.ActGoldLayer,GoldMailPrecheck:GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2:GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer:GoldMobileLayer.GoldMobileLayer,GoldModule:GoldModule.GoldModule,GoldMulSelect:GoldMulSelect.GoldMulSelect,GoldNoticeTerms:GoldNoticeTerms.GoldNoticeTerms,GoldOcr:GoldOcr.GoldOcr,GoldPayLimitLayer:GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto:GoldPhoto.GoldPhoto,GoldProtocol:GoldProtocol.GoldProtocol,GoldPureText:GoldPureText.GoldPureText,GoldQrcode:GoldQrcode.GoldQrcode,GoldReadTerms:GoldReadTerms.GoldReadTerms,GoldSelect:GoldSelect.GoldSelect,GoldSignature:GoldSignature.GoldSignature,GoldStepper:GoldStepper.GoldStepper,GoldSwitch:GoldSwitch.GoldSwitch,GoldText:GoldText.GoldText,GoldTextarea:GoldTextarea.GoldTextarea,GoldUniversal:GoldUniversal.GoldUniversal,GoldVerifyCode:GoldVerifyCode.GoldVerifyCode,ImageLayer:ImageLayer.ImageLayer,ImagePreview:ImagePreview.ImagePreview,IndexBar:IndexBar.indexBar,IndexList:IndexList.IndexList,Jigsaw:Jigsaw.Jigsaw,JigsawLayer:JigsawLayer.JigsawLayer,JigsawVerifyCode:JigsawVerifyCode.JigsawVerifyCode,Keyframe:Keyframe.Keyframe,Loading:Loading.Loading,Login:Login.Login,LoginLayer:LoginLayer.LoginLayer,Marketing:Marketing.Marketing,MobileAuth:MobileAuth.MobileAuth,MobileAuthLayer:MobileAuthLayer.MobileAuthLayer,MobileLayer:MobileLayer.MobileLayer,MultiSelect:MultiSelect.MultiSelect,NoticeTips:NoticeTips.NoticeTips,OcrLayer:OcrLayer.OcrLayer,PageLoading:PageLoading.PageLoading,Panel:Panel.Panel,Pdfjs:Pdfjs.Pdf,PhotoBox:PhotoBox.PhotoBox,Picker:Picker.Picker,PosterLayer:PosterLayer.PosterLayer,PrizeLayer:PrizeLayer.PrizeLayer,ProductLayer:ProductLayer.ProductLayer,ProPosterLayer:ProPosterLayer.ProPosterLayer,QRCode:QRCode.QRCode,QrcodeLayer:QrcodeLayer.QrcodeLayer,Recognition:Recognition.Recognition,RecordRuleLayer:RecordRuleLayer.RecordRuleLayer,ReplayLayer:ReplayLayer.ReplayLayer,ResourcePreload:ResourcePreload.ResourcePreload,RowCascadePicker:RowCascadePicker.RowCascadePicker,Rule:Rule.Rule,Scroll:common_scroll.Scroll,Signature:Signature.Signature,SlidePoster:SlidePoster.SlidePoster,Stepper:Stepper.Stepper,Sticky:Sticky.Sticky,Style:Style.Style,Swipe:Swipe.Swipe,Switch:Switch.Switch,Tab:Tab.Tab,Timeline:Timeline.Timeline,Toast:Toast.Toast,ToBase64:toBase64.ToBase64,UserAuth:UserAuth.UserAuth,Validator:Validator.Validator};exports.BankSelect=BankSelect.BankSelect;exports.BaseInput=BaseInput.BaseInput;exports.BScroll=BScroll;exports.Button=Button.Button;exports.CascadePicker=CascadePicker.CascadePicker;exports.CertifyLayer=CertifyLayer.CertifyLayer;exports.ClaimsContact=ClaimsContact.ClaimsContact;exports.ClickOnce=ClickOnce.ClickOnce;exports.Collapse=Collapse.Collapse;exports.Contact=Contact.Contact;exports.ContactBook=ContactBook.Contact;exports.CountTo=CountTo.CountTo;exports.CouponLayer=CouponLayer.CouponLayer;exports.CrmReserveInfoLayer=CrmReserveInfoLayer.CrmReserveInfoLayer;exports.DatePicker=DatePicker.DatePicker;exports.DeviceFingerprint=DeviceFingerprint.DeviceFingerprint;exports.Dialog=Dialog.Dialog;exports.DiseaseSelect=DiseaseSelect.DiseaseSelect;exports.DiseaseSelectLayer=DiseaseSelectLayer.DiseaseSelectLayer;exports.DocPop=DocPop.DocPop;exports.ErrorInterceptors=utils_post.axiosErrorInterceptors;exports.FaceRecognition=FaceRecognition.FaceRecognition;exports.FigurePic=FigurePic.FigurePic;exports.FileList=FileList.FileList;exports.FileUpload=FileUpload.FileUpload;exports.FormLayer=FormLayer.FormLayer;exports.GivenLayer=GivenLayer.GivenLayer;exports.GoldAddress=GoldAddress.GoldAddress;exports.GoldAddressLayer=GoldAddressLayer.GoldAddressLayer;exports.GoldAddressSelect=GoldAddressSelect.GoldAddressSelect;exports.GoldAml=GoldAml.GoldAml;exports.GoldArea=GoldArea.GoldArea;exports.GoldAuroraSlots=GoldAuroraSlots.GoldAuroraSlots;exports.GoldBankPayLimit=GoldBankPayLimit.GoldBankPayLimit;exports.GoldBenefitDemo=GoldBenefitDemo.GoldBenefitDemo;exports.GoldCareer=GoldCareer.GoldCareer;exports.GoldCareerLayer=GoldCareerLayer.GoldCareerLayer;exports.GoldCert=GoldCert.GoldCert;exports.GoldCheckbox=GoldCheckbox.GoldCheckbox;exports.GoldClaimsContact=GoldClaimsContact.GoldClaimsContact;exports.GoldCommentList=GoldCommentList.GoldCommentList;exports.GoldCompute=GoldCompute.GoldCompute;exports.GoldComputeV2=GoldComputeV2.GoldComputeV2;exports.GoldConclusion=GoldConclusion.GoldConclusion;exports.GoldContact=GoldContact.GoldContact;exports.GoldContactBook=GoldContactBook.GoldContact;exports.GoldContactElement=GoldContactElement.GoldContactElement;exports.GoldCost=GoldCost.GoldCost;exports.GoldCostLayer=GoldCostLayer.GoldCostlayer;exports.GoldCoupon=GoldCoupon.GoldCoupon;exports.GoldDate=GoldDate.GoldDate;exports.GoldDialog=GoldDialog.GoldDialog;exports.GoldDisease=GoldDisease.GoldDisease;exports.GoldDocLayer=GoldDocLayer.GoldDocLayer;exports.GoldDoorPlate=GoldDoorPlate.GoldDoorPlate;exports.GoldDoubleRecordTable=GoldDoubleRecordTable.GoldDoubleRecordTable;exports.GoldElement=GoldElement.GoldElement;exports.GoldElementGroup=GoldElementGroup.GoldElementGroup;exports.GoldFacecheck=GoldFacecheck.GoldFacecheck;exports.GoldFaq=GoldFaq.GoldFaq;exports.GoldFile=GoldFile.GoldFile;exports.GoldFileAssess=GoldFileAssess.GoldFileAssess;exports.GoldFinance=GoldFinance.GoldFinance;exports.GoldFinanceChart=GoldFinanceChart.GoldFinanceChart;exports.GoldFinanceChartV2=GoldFinanceChartV2.GoldFinanceChartV2;exports.GoldFinanceChartV3=GoldFinanceChartV3.GoldFinanceChartV3;exports.GoldFinanceV2=GoldFinanceV2.GoldFinanceV2;exports.GoldIndexBar=GoldIndexBar.GoldIndexBar;exports.GoldInput=GoldInput.GoldInput;exports.GoldInsureDescDialog=GoldInsureDescDialog.GoldInsureDescDialog;exports.GoldInsureDuty=GoldInsureDuty.GoldInsureDuty;exports.GoldInsureNotice=GoldInsureNotice.GoldInsureNotice;exports.GoldItem=GoldItem.component;exports.GoldLattice=GoldLattice.GoldLattice;exports.GoldMailPrecheck=GoldMailPrecheck.GoldMailPrecheck;exports.GoldMailPrecheckV2=GoldMailPrecheckV2.GoldMailPrecheckV2;exports.GoldMobileLayer=GoldMobileLayer.GoldMobileLayer;exports.GoldModule=GoldModule.GoldModule;exports.GoldMulSelect=GoldMulSelect.GoldMulSelect;exports.GoldNoticeTerms=GoldNoticeTerms.GoldNoticeTerms;exports.GoldOcr=GoldOcr.GoldOcr;exports.GoldPayLimitLayer=GoldPayLimitLayer.GoldPayLimitLayer;exports.GoldPhoto=GoldPhoto.GoldPhoto;exports.GoldProtocol=GoldProtocol.GoldProtocol;exports.GoldPureText=GoldPureText.GoldPureText;exports.GoldQrcode=GoldQrcode.GoldQrcode;exports.GoldReadTerms=GoldReadTerms.GoldReadTerms;exports.GoldSelect=GoldSelect.GoldSelect;exports.GoldSignature=GoldSignature.GoldSignature;exports.GoldStepper=GoldStepper.GoldStepper;exports.GoldSwitch=GoldSwitch.GoldSwitch;exports.GoldText=GoldText.GoldText;exports.GoldTextarea=GoldTextarea.GoldTextarea;exports.GoldUniversal=GoldUniversal.GoldUniversal;exports.GoldVerifyCode=GoldVerifyCode.GoldVerifyCode;exports.ImageLayer=ImageLayer.ImageLayer;exports.ImagePreview=ImagePreview.ImagePreview;exports.IndexBar=IndexBar.indexBar;exports.IndexList=IndexList.IndexList;exports.Jigsaw=Jigsaw.Jigsaw;exports.JigsawLayer=JigsawLayer.JigsawLayer;exports.JigsawVerifyCode=JigsawVerifyCode.JigsawVerifyCode;exports.Keyframe=Keyframe.Keyframe;exports.Loading=Loading.Loading;exports.Login=Login.Login;exports.LoginLayer=LoginLayer.LoginLayer;exports.Marketing=Marketing.Marketing;exports.MobileAuth=MobileAuth.MobileAuth;exports.MobileAuthLayer=MobileAuthLayer.MobileAuthLayer;exports.MobileLayer=MobileLayer.MobileLayer;exports.MultiSelect=MultiSelect.MultiSelect;exports.NoticeTips=NoticeTips.NoticeTips;exports.OcrLayer=OcrLayer.OcrLayer;exports.PageLoading=PageLoading.PageLoading;exports.Panel=Panel.Panel;exports.Pdfjs=Pdfjs.Pdf;exports.PhotoBox=PhotoBox.PhotoBox;exports.Picker=Picker.Picker;exports.PosterLayer=PosterLayer.PosterLayer;exports.PrizeLayer=PrizeLayer.PrizeLayer;exports.ProductLayer=ProductLayer.ProductLayer;exports.ProPosterLayer=ProPosterLayer.ProPosterLayer;exports.QRCode=QRCode.QRCode;exports.QrcodeLayer=QrcodeLayer.QrcodeLayer;exports.Recognition=Recognition.Recognition;exports.RecordRuleLayer=RecordRuleLayer.RecordRuleLayer;exports.ReplayLayer=ReplayLayer.ReplayLayer;exports.ResourcePreload=ResourcePreload.ResourcePreload;exports.RowCascadePicker=RowCascadePicker.RowCascadePicker;exports.Rule=Rule.Rule;exports.Signature=Signature.Signature;exports.SlidePoster=SlidePoster.SlidePoster;exports.Stepper=Stepper.Stepper;exports.Sticky=Sticky.Sticky;exports.Style=Style.Style;exports.Swipe=Swipe.Swipe;exports.Switch=Switch.Switch;exports.Tab=Tab.Tab;exports.Timeline=Timeline.Timeline;exports.Toast=Toast.Toast;exports.ToBase64=toBase64.ToBase64;exports.UserAuth=UserAuth.UserAuth;exports.Validator=Validator.Validator;exports.GoldLayer=common_goldlayer.ActGoldLayer;exports.Scroll=common_scroll.Scroll;exports.default=index;
|
package/lib/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,94 +1,95 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@xysfe/actui",
|
|
3
|
-
"distname": "actui",
|
|
4
|
-
"version": "2.0.1-beta.
|
|
5
|
-
"prefix": "act",
|
|
6
|
-
"description": "A fantastic mobile ui lib implement by Vue",
|
|
7
|
-
"main": "lib/index.js",
|
|
8
|
-
"module": "lib/index.mjs",
|
|
9
|
-
"types": "types/index.d.ts",
|
|
10
|
-
"scripts": {
|
|
11
|
-
"prepare": "husky install",
|
|
12
|
-
"add": "node scripts/add.js",
|
|
13
|
-
"build:entry": "node scripts/entry.js",
|
|
14
|
-
"prebuild": "npm run build:entry",
|
|
15
|
-
"build": "vite build",
|
|
16
|
-
"predev": "npm run build:entry",
|
|
17
|
-
"dev": "cd docs && npm run dev",
|
|
18
|
-
"build:docs": "cd docs && npm run build",
|
|
19
|
-
"types": "
|
|
20
|
-
"prepublishOnly": "npm run build && npm run types"
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"lib",
|
|
24
|
-
"types"
|
|
25
|
-
],
|
|
26
|
-
"keywords": [
|
|
27
|
-
"muc",
|
|
28
|
-
"vue",
|
|
29
|
-
"components",
|
|
30
|
-
"xiaoyusan"
|
|
31
|
-
],
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@babel/eslint-parser": "^7.23.10",
|
|
34
|
-
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
35
|
-
"@babel/plugin-transform-runtime": "^7.24.0",
|
|
36
|
-
"@babel/preset-env": "^7.24.0",
|
|
37
|
-
"@laynezh/vite-plugin-lib-assets": "^0.5.22",
|
|
38
|
-
"@rollup/plugin-alias": "^5.1.0",
|
|
39
|
-
"@rollup/plugin-babel": "^6.0.4",
|
|
40
|
-
"@rushstack/eslint-patch": "^1.3.3",
|
|
41
|
-
"@types/node": "^18.19.3",
|
|
42
|
-
"@vitejs/plugin-legacy": "^5.3.1",
|
|
43
|
-
"@vitejs/plugin-vue2": "^2.3.1",
|
|
44
|
-
"@vitejs/plugin-vue2-jsx": "^1.1.1",
|
|
45
|
-
"@vue/eslint-config-standard": "^5.1.2",
|
|
46
|
-
"autoprefixer": "^7.1.1",
|
|
47
|
-
"cheerio": "^0.20.0",
|
|
48
|
-
"eslint": "^7.32.0",
|
|
49
|
-
"eslint-plugin-import": "^2.29.0",
|
|
50
|
-
"eslint-plugin-node": "^11.1.0",
|
|
51
|
-
"eslint-plugin-promise": "^4.3.1",
|
|
52
|
-
"eslint-plugin-vue": "^9.17.0",
|
|
53
|
-
"fast-glob": "^3.3.2",
|
|
54
|
-
"globals": "^15.6.0",
|
|
55
|
-
"husky": "^8.0.0",
|
|
56
|
-
"json-templater": "^1.2.0",
|
|
57
|
-
"lint-staged": "^12.5.0",
|
|
58
|
-
"sass": "^1.70.0",
|
|
59
|
-
"swiper": "^4.0.7",
|
|
60
|
-
"uppercamelcase": "^3.0.0",
|
|
61
|
-
"vite": "^5.2.11",
|
|
62
|
-
"vite-plugin-babel": "^1.2.0",
|
|
63
|
-
"vite-plugin-importer": "^0.2.5",
|
|
64
|
-
"vite-plugin-lib-inject-css": "^2.0.1"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"better-scroll
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"vue
|
|
93
|
-
|
|
94
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@xysfe/actui",
|
|
3
|
+
"distname": "actui",
|
|
4
|
+
"version": "2.0.1-beta.6",
|
|
5
|
+
"prefix": "act",
|
|
6
|
+
"description": "A fantastic mobile ui lib implement by Vue",
|
|
7
|
+
"main": "lib/index.js",
|
|
8
|
+
"module": "lib/index.mjs",
|
|
9
|
+
"types": "types/index.d.ts",
|
|
10
|
+
"scripts": {
|
|
11
|
+
"prepare": "husky install",
|
|
12
|
+
"add": "node scripts/add.js",
|
|
13
|
+
"build:entry": "node scripts/entry.js",
|
|
14
|
+
"prebuild": "npm run build:entry",
|
|
15
|
+
"build": "vite build",
|
|
16
|
+
"predev": "npm run build:entry",
|
|
17
|
+
"dev": "cd docs && npm run dev",
|
|
18
|
+
"build:docs": "cd docs && npm run build",
|
|
19
|
+
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir types",
|
|
20
|
+
"prepublishOnly": "npm run build && npm run build:types"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"lib",
|
|
24
|
+
"types"
|
|
25
|
+
],
|
|
26
|
+
"keywords": [
|
|
27
|
+
"muc",
|
|
28
|
+
"vue",
|
|
29
|
+
"components",
|
|
30
|
+
"xiaoyusan"
|
|
31
|
+
],
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@babel/eslint-parser": "^7.23.10",
|
|
34
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
35
|
+
"@babel/plugin-transform-runtime": "^7.24.0",
|
|
36
|
+
"@babel/preset-env": "^7.24.0",
|
|
37
|
+
"@laynezh/vite-plugin-lib-assets": "^0.5.22",
|
|
38
|
+
"@rollup/plugin-alias": "^5.1.0",
|
|
39
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
40
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
41
|
+
"@types/node": "^18.19.3",
|
|
42
|
+
"@vitejs/plugin-legacy": "^5.3.1",
|
|
43
|
+
"@vitejs/plugin-vue2": "^2.3.1",
|
|
44
|
+
"@vitejs/plugin-vue2-jsx": "^1.1.1",
|
|
45
|
+
"@vue/eslint-config-standard": "^5.1.2",
|
|
46
|
+
"autoprefixer": "^7.1.1",
|
|
47
|
+
"cheerio": "^0.20.0",
|
|
48
|
+
"eslint": "^7.32.0",
|
|
49
|
+
"eslint-plugin-import": "^2.29.0",
|
|
50
|
+
"eslint-plugin-node": "^11.1.0",
|
|
51
|
+
"eslint-plugin-promise": "^4.3.1",
|
|
52
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
53
|
+
"fast-glob": "^3.3.2",
|
|
54
|
+
"globals": "^15.6.0",
|
|
55
|
+
"husky": "^8.0.0",
|
|
56
|
+
"json-templater": "^1.2.0",
|
|
57
|
+
"lint-staged": "^12.5.0",
|
|
58
|
+
"sass": "^1.70.0",
|
|
59
|
+
"swiper": "^4.0.7",
|
|
60
|
+
"uppercamelcase": "^3.0.0",
|
|
61
|
+
"vite": "^5.2.11",
|
|
62
|
+
"vite-plugin-babel": "^1.2.0",
|
|
63
|
+
"vite-plugin-importer": "^0.2.5",
|
|
64
|
+
"vite-plugin-lib-inject-css": "^2.0.1",
|
|
65
|
+
"vue-tsc": "^2.0.21"
|
|
66
|
+
},
|
|
67
|
+
"packageManager": "pnpm@7.1.0",
|
|
68
|
+
"engines": {
|
|
69
|
+
"node": ">= 16.0.0",
|
|
70
|
+
"pnpm": ">= 7.1.0"
|
|
71
|
+
},
|
|
72
|
+
"publishConfig": {
|
|
73
|
+
"registry": "https://registry.npmjs.org/",
|
|
74
|
+
"access": "public"
|
|
75
|
+
},
|
|
76
|
+
"browserslist": [
|
|
77
|
+
"> 1%",
|
|
78
|
+
"not ie <= 11",
|
|
79
|
+
"Android >= 4.0",
|
|
80
|
+
"iOS >= 8"
|
|
81
|
+
],
|
|
82
|
+
"dependencies": {
|
|
83
|
+
"@babel/runtime-corejs3": "^7.24.0",
|
|
84
|
+
"axios": "^0.19.0",
|
|
85
|
+
"better-scroll": "1.12.6",
|
|
86
|
+
"better-scroll-v2": "npm:better-scroll@2.3.0",
|
|
87
|
+
"crypto-js": "^3.1.9-1",
|
|
88
|
+
"echarts": "^5.5.0",
|
|
89
|
+
"html2canvas": "^1.4.1",
|
|
90
|
+
"lodash-es": "^4.17.8",
|
|
91
|
+
"pdfjs-dist": "2.5.207",
|
|
92
|
+
"vue": "^2.7.16",
|
|
93
|
+
"vue-awesome-swiper": "^3.1.3"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
common: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default(): {
|
|
5
|
+
tit: string;
|
|
6
|
+
subTit: string;
|
|
7
|
+
tips: string;
|
|
8
|
+
errMsg: string;
|
|
9
|
+
colons: boolean;
|
|
10
|
+
align: string;
|
|
11
|
+
border: string;
|
|
12
|
+
titPadding: boolean;
|
|
13
|
+
remarks: string;
|
|
14
|
+
flexDirection: string;
|
|
15
|
+
bindKey: string;
|
|
16
|
+
showBindKey: boolean;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
type: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
lattice: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
textarea: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
hasSuffix: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
hasArrow: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
hasColumn: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
isVerifyCode: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
isPure: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
tempVar: {
|
|
52
|
+
type: ObjectConstructor;
|
|
53
|
+
default(): {};
|
|
54
|
+
};
|
|
55
|
+
}, {}, {}, {
|
|
56
|
+
title(): any;
|
|
57
|
+
textAlign(): string;
|
|
58
|
+
borderClass(): string;
|
|
59
|
+
remarksVar(): any;
|
|
60
|
+
}, {
|
|
61
|
+
showTips(): void;
|
|
62
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
+
common: {
|
|
64
|
+
type: ObjectConstructor;
|
|
65
|
+
default(): {
|
|
66
|
+
tit: string;
|
|
67
|
+
subTit: string;
|
|
68
|
+
tips: string;
|
|
69
|
+
errMsg: string;
|
|
70
|
+
colons: boolean;
|
|
71
|
+
align: string;
|
|
72
|
+
border: string;
|
|
73
|
+
titPadding: boolean;
|
|
74
|
+
remarks: string;
|
|
75
|
+
flexDirection: string;
|
|
76
|
+
bindKey: string;
|
|
77
|
+
showBindKey: boolean;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
type: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
default: string;
|
|
83
|
+
};
|
|
84
|
+
lattice: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
textarea: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
hasSuffix: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
hasArrow: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
100
|
+
hasColumn: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
isVerifyCode: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
isPure: {
|
|
109
|
+
type: BooleanConstructor;
|
|
110
|
+
default: boolean;
|
|
111
|
+
};
|
|
112
|
+
tempVar: {
|
|
113
|
+
type: ObjectConstructor;
|
|
114
|
+
default(): {};
|
|
115
|
+
};
|
|
116
|
+
}>>, {
|
|
117
|
+
type: string;
|
|
118
|
+
textarea: boolean;
|
|
119
|
+
common: Record<string, any>;
|
|
120
|
+
lattice: boolean;
|
|
121
|
+
hasSuffix: boolean;
|
|
122
|
+
hasArrow: boolean;
|
|
123
|
+
hasColumn: boolean;
|
|
124
|
+
isVerifyCode: boolean;
|
|
125
|
+
isPure: boolean;
|
|
126
|
+
tempVar: Record<string, any>;
|
|
127
|
+
}>;
|
|
128
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
buttondata: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
type: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
round: {
|
|
11
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
}, {}, {}, {}, {
|
|
15
|
+
btnClick(e: any): void;
|
|
16
|
+
setBtnBgColor(newVal: any): void;
|
|
17
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
buttondata: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: () => {};
|
|
21
|
+
};
|
|
22
|
+
type: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
round: {
|
|
27
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
}>>, {
|
|
31
|
+
type: string;
|
|
32
|
+
round: string | boolean;
|
|
33
|
+
buttondata: Record<string, any>;
|
|
34
|
+
}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
form: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default(): any[];
|
|
5
|
+
};
|
|
6
|
+
verifyColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {
|
|
11
|
+
seconds: number;
|
|
12
|
+
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
form: {
|
|
14
|
+
type: ArrayConstructor;
|
|
15
|
+
default(): any[];
|
|
16
|
+
};
|
|
17
|
+
verifyColor: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
form: unknown[];
|
|
23
|
+
verifyColor: string;
|
|
24
|
+
}>;
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
content: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default(): any[];
|
|
5
|
+
};
|
|
6
|
+
verifyColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {
|
|
11
|
+
seconds: number;
|
|
12
|
+
form: {
|
|
13
|
+
user: {
|
|
14
|
+
type: string;
|
|
15
|
+
placeholder: string;
|
|
16
|
+
emptyTips: string;
|
|
17
|
+
errTips: string;
|
|
18
|
+
};
|
|
19
|
+
mobile: {
|
|
20
|
+
type: string;
|
|
21
|
+
placeholder: string;
|
|
22
|
+
emptyTips: string;
|
|
23
|
+
errTips: string;
|
|
24
|
+
};
|
|
25
|
+
idcard: {
|
|
26
|
+
type: string;
|
|
27
|
+
placeholder: string;
|
|
28
|
+
emptyTips: string;
|
|
29
|
+
errTips: string;
|
|
30
|
+
};
|
|
31
|
+
address: {
|
|
32
|
+
type: string;
|
|
33
|
+
placeholder: string;
|
|
34
|
+
emptyTips: string;
|
|
35
|
+
errTips: string;
|
|
36
|
+
};
|
|
37
|
+
verifycode: {
|
|
38
|
+
type: string;
|
|
39
|
+
placeholder: string;
|
|
40
|
+
emptyTips: string;
|
|
41
|
+
errTips: string;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
+
content: {
|
|
46
|
+
type: ArrayConstructor;
|
|
47
|
+
default(): any[];
|
|
48
|
+
};
|
|
49
|
+
verifyColor: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
}>>, {
|
|
54
|
+
content: unknown[];
|
|
55
|
+
verifyColor: string;
|
|
56
|
+
}>;
|
|
57
|
+
export default _default;
|