@xysfe/actui 2.0.1-beta.5 → 2.0.1-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Pdfjs/index.js +1 -1
- package/lib/Pdfjs/index.mjs +2 -3
- package/lib/index.js +1 -1
- package/lib/index.mjs +1 -1
- package/package.json +95 -94
- package/types/common/baseelement.vue.d.ts +128 -0
- package/types/common/button.vue.d.ts +35 -0
- package/types/common/dynamicform.vue.d.ts +25 -0
- package/types/common/forminput.vue.d.ts +57 -0
- package/types/common/goldlayer.vue.d.ts +61 -0
- package/types/common/iconbank.vue.d.ts +4 -0
- package/types/common/iconcontact.vue.d.ts +25 -0
- package/types/common/iconphoto.vue.d.ts +4 -0
- package/types/common/input.vue.d.ts +83 -0
- package/types/common/layer.vue.d.ts +92 -0
- package/types/common/popup/src/index.vue.d.ts +82 -0
- package/types/common/popup.vue.d.ts +82 -0
- package/types/common/scroll.vue.d.ts +172 -0
- package/types/common/scrollZoom/components/bubble.vue.d.ts +20 -0
- package/types/common/scrollZoom/components/scroll.vue.d.ts +186 -0
- package/types/common/scrollZoom/index.vue.d.ts +54 -0
- package/types/common/svgicon.vue.d.ts +28 -0
- package/types/components/BScroll/index.d.ts +2 -2
- package/types/components/BankSelect/index.d.ts +2 -1
- package/types/components/BankSelect/src/components/bankbox.vue.d.ts +34 -0
- package/types/components/BankSelect/src/components/bankchoosebox.vue.d.ts +36 -0
- package/types/components/BankSelect/src/components/bankmsg.vue.d.ts +125 -0
- package/types/components/BankSelect/src/components/editbank.vue.d.ts +14 -0
- package/types/components/BankSelect/src/index.vue.d.ts +97 -0
- package/types/components/BaseInput/index.d.ts +2 -1
- package/types/components/BaseInput/src/index.vue.d.ts +69 -0
- package/types/components/Button/index.d.ts +2 -1
- package/types/components/Button/src/index.vue.d.ts +128 -0
- package/types/components/CascadePicker/index.d.ts +2 -1
- package/types/components/CascadePicker/src/index.vue.d.ts +25 -0
- package/types/components/CertifyLayer/index.d.ts +2 -1
- package/types/components/CertifyLayer/src/index.vue.d.ts +191 -0
- package/types/components/ClaimsContact/index.d.ts +2 -1
- package/types/components/ClaimsContact/src/index.vue.d.ts +291 -0
- package/types/components/Collapse/index.d.ts +2 -1
- package/types/components/Collapse/src/index.vue.d.ts +50 -0
- package/types/components/Contact/index.d.ts +2 -1
- package/types/components/Contact/src/index.vue.d.ts +291 -0
- package/types/components/ContactBook/index.d.ts +2 -1
- package/types/components/ContactBook/src/index.vue.d.ts +335 -0
- package/types/components/CountTo/index.d.ts +2 -1
- package/types/components/CountTo/src/index.vue.d.ts +147 -0
- package/types/components/CouponLayer/index.d.ts +2 -1
- package/types/components/CouponLayer/src/index.vue.d.ts +58 -0
- package/types/components/CrmReserveInfoLayer/index.d.ts +2 -1
- package/types/components/CrmReserveInfoLayer/src/index.vue.d.ts +80 -0
- package/types/components/DatePicker/index.d.ts +2 -1
- package/types/components/DatePicker/src/index.vue.d.ts +102 -0
- package/types/components/Dialog/index.d.ts +2 -1
- package/types/components/Dialog/src/index.vue.d.ts +31 -0
- package/types/components/DiseaseSelect/index.d.ts +2 -1
- package/types/components/DiseaseSelect/src/collapse/collapse.vue.d.ts +19 -0
- package/types/components/DiseaseSelect/src/collapse/collapseItem.vue.d.ts +29 -0
- package/types/components/DiseaseSelect/src/collapse/collapseTransition.vue.d.ts +9 -0
- package/types/components/DiseaseSelect/src/collapse/dom.d.ts +11 -0
- package/types/components/DiseaseSelect/src/collapse/emitter.d.ts +7 -0
- package/types/components/DiseaseSelect/src/diseaseList.vue.d.ts +30 -0
- package/types/components/DiseaseSelect/src/index.vue.d.ts +79 -0
- package/types/components/DiseaseSelect/src/resultList.vue.d.ts +37 -0
- package/types/components/DiseaseSelect/src/search.vue.d.ts +46 -0
- package/types/components/DiseaseSelect/src/selectLayer.vue.d.ts +84 -0
- package/types/components/DiseaseSelectLayer/index.d.ts +2 -1
- package/types/components/DiseaseSelectLayer/src/index.vue.d.ts +134 -0
- package/types/components/DocPop/index.d.ts +2 -1
- package/types/components/DocPop/src/components/scrollList.vue.d.ts +23 -0
- package/types/components/DocPop/src/index.vue.d.ts +71 -0
- package/types/components/ErrorInterceptors/index.d.ts +1 -1
- package/types/components/FileList/index.d.ts +2 -1
- package/types/components/FileList/src/index.vue.d.ts +153 -0
- package/types/components/FormLayer/index.d.ts +2 -1
- package/types/components/FormLayer/src/index.vue.d.ts +111 -0
- package/types/components/GivenLayer/index.d.ts +2 -1
- package/types/components/GivenLayer/src/index.vue.d.ts +136 -0
- package/types/components/GoldAddress/index.d.ts +2 -1
- package/types/components/GoldAddress/src/index.vue.d.ts +7 -0
- package/types/components/GoldAddressLayer/index.d.ts +2 -1
- package/types/components/GoldAddressLayer/src/index.vue.d.ts +95 -0
- package/types/components/GoldAddressSelect/index.d.ts +2 -1
- package/types/components/GoldAddressSelect/src/addressSelectLayer.vue.d.ts +92 -0
- package/types/components/GoldAddressSelect/src/index.vue.d.ts +11 -0
- package/types/components/GoldAml/index.d.ts +2 -1
- package/types/components/GoldAml/src/index.vue.d.ts +447 -0
- package/types/components/GoldArea/index.d.ts +2 -1
- package/types/components/GoldArea/src/index.vue.d.ts +6 -0
- package/types/components/GoldAuroraSlots/index.d.ts +2 -1
- package/types/components/GoldAuroraSlots/src/index.vue.d.ts +45 -0
- package/types/components/GoldBankPayLimit/index.d.ts +2 -1
- package/types/components/GoldBankPayLimit/src/bankSelect.vue.d.ts +60 -0
- package/types/components/GoldBankPayLimit/src/index.vue.d.ts +13 -0
- package/types/components/GoldBenefitDemo/index.d.ts +2 -1
- package/types/components/GoldBenefitDemo/src/components/benefit/components/amount.vue.d.ts +26 -0
- package/types/components/GoldBenefitDemo/src/components/benefit/components/slider.vue.d.ts +53 -0
- package/types/components/GoldBenefitDemo/src/components/benefit/components/text.vue.d.ts +23 -0
- package/types/components/GoldBenefitDemo/src/components/benefit/components/title.vue.d.ts +17 -0
- package/types/components/GoldBenefitDemo/src/components/benefit/index.vue.d.ts +54 -0
- package/types/components/GoldBenefitDemo/src/components/costTable.vue.d.ts +35 -0
- package/types/components/GoldBenefitDemo/src/index.vue.d.ts +75 -0
- package/types/components/GoldCareer/index.d.ts +2 -1
- package/types/components/GoldCareer/src/index.vue.d.ts +7 -0
- package/types/components/GoldCareerLayer/index.d.ts +2 -1
- package/types/components/GoldCareerLayer/src/index.vue.d.ts +73 -0
- package/types/components/GoldCert/index.d.ts +2 -1
- package/types/components/GoldCert/src/const.d.ts +77 -0
- package/types/components/GoldCert/src/index.vue.d.ts +222 -0
- package/types/components/GoldCert/src/photo.vue.d.ts +50 -0
- package/types/components/GoldCert/src/relateVerifyPhoto.vue.d.ts +51 -0
- package/types/components/GoldCheckbox/index.d.ts +2 -1
- package/types/components/GoldCheckbox/src/index.vue.d.ts +14 -0
- package/types/components/GoldClaimsContact/index.d.ts +2 -1
- package/types/components/GoldClaimsContact/src/index.vue.d.ts +83 -0
- package/types/components/GoldCommentList/index.d.ts +2 -1
- package/types/components/GoldCommentList/src/index.vue.d.ts +34 -0
- package/types/components/GoldCommentList/src/item.vue.d.ts +46 -0
- package/types/components/GoldCommentList/src/tag.vue.d.ts +63 -0
- package/types/components/GoldCompute/index.d.ts +2 -1
- package/types/components/GoldCompute/src/careerQuery.vue.d.ts +37 -0
- package/types/components/GoldCompute/src/index.vue.d.ts +110 -0
- package/types/components/GoldComputeV2/index.d.ts +2 -1
- package/types/components/GoldComputeV2/src/careerQuery.vue.d.ts +37 -0
- package/types/components/GoldComputeV2/src/index.vue.d.ts +115 -0
- package/types/components/GoldConclusion/index.d.ts +2 -1
- package/types/components/GoldConclusion/src/components/humancheck.vue.d.ts +26 -0
- package/types/components/GoldConclusion/src/components/intelcheck.vue.d.ts +27 -0
- package/types/components/GoldConclusion/src/components/module.vue.d.ts +23 -0
- package/types/components/GoldConclusion/src/components/picture.vue.d.ts +23 -0
- package/types/components/GoldConclusion/src/components/progress.vue.d.ts +29 -0
- package/types/components/GoldConclusion/src/components/scrollzoom.vue.d.ts +66 -0
- package/types/components/GoldConclusion/src/components/status.vue.d.ts +23 -0
- package/types/components/GoldConclusion/src/components/tab.vue.d.ts +46 -0
- package/types/components/GoldConclusion/src/index.vue.d.ts +133 -0
- package/types/components/GoldContact/index.d.ts +2 -1
- package/types/components/GoldContact/src/index.vue.d.ts +77 -0
- package/types/components/GoldContactBook/index.d.ts +2 -1
- package/types/components/GoldContactBook/src/index.vue.d.ts +103 -0
- package/types/components/GoldContactElement/index.d.ts +2 -1
- package/types/components/GoldContactElement/src/index.vue.d.ts +2 -0
- package/types/components/GoldCost/index.d.ts +2 -1
- package/types/components/GoldCost/src/index.vue.d.ts +77 -0
- package/types/components/GoldCost/src/table.vue.d.ts +55 -0
- package/types/components/GoldCostLayer/index.d.ts +2 -1
- package/types/components/GoldCostLayer/src/index.vue.d.ts +75 -0
- package/types/components/GoldCoupon/index.d.ts +2 -1
- package/types/components/GoldCoupon/src/code.vue.d.ts +39 -0
- package/types/components/GoldCoupon/src/index.vue.d.ts +77 -0
- package/types/components/GoldCoupon/src/item.vue.d.ts +129 -0
- package/types/components/GoldCoupon/src/list.vue.d.ts +61 -0
- package/types/components/GoldDate/index.d.ts +2 -1
- package/types/components/GoldDate/src/index.vue.d.ts +10 -0
- package/types/components/GoldDialog/index.d.ts +2 -1
- package/types/components/GoldDialog/src/index.vue.d.ts +200 -0
- package/types/components/GoldDisease/index.d.ts +2 -1
- package/types/components/GoldDisease/src/index.vue.d.ts +37 -0
- package/types/components/GoldDocLayer/index.d.ts +2 -1
- package/types/components/GoldDocLayer/src/index.vue.d.ts +86 -0
- package/types/components/GoldDoorPlate/index.d.ts +2 -1
- package/types/components/GoldDoorPlate/src/index.vue.d.ts +6 -0
- package/types/components/GoldDoubleRecordTable/index.d.ts +2 -1
- package/types/components/GoldDoubleRecordTable/src/index.vue.d.ts +70 -0
- package/types/components/GoldElement/index.d.ts +2 -1
- package/types/components/GoldElement/src/index.vue.d.ts +203 -0
- package/types/components/GoldElementGroup/index.d.ts +2 -1
- package/types/components/GoldElementGroup/src/index.vue.d.ts +113 -0
- package/types/components/GoldFacecheck/index.d.ts +2 -1
- package/types/components/GoldFacecheck/src/index.vue.d.ts +8 -0
- package/types/components/GoldFaq/index.d.ts +2 -1
- package/types/components/GoldFaq/src/index.vue.d.ts +48 -0
- package/types/components/GoldFile/index.d.ts +2 -1
- package/types/components/GoldFile/src/index.vue.d.ts +9 -0
- package/types/components/GoldFileAssess/index.d.ts +2 -1
- package/types/components/GoldFileAssess/src/index.vue.d.ts +17 -0
- package/types/components/GoldFinance/index.d.ts +2 -1
- package/types/components/GoldFinance/src/components/benefit/components/amount.vue.d.ts +23 -0
- package/types/components/GoldFinance/src/components/benefit/components/proportion.vue.d.ts +16 -0
- package/types/components/GoldFinance/src/components/benefit/components/select.vue.d.ts +40 -0
- package/types/components/GoldFinance/src/components/benefit/components/slider.vue.d.ts +26 -0
- package/types/components/GoldFinance/src/components/benefit/components/text.vue.d.ts +14 -0
- package/types/components/GoldFinance/src/components/benefit/components/title.vue.d.ts +40 -0
- package/types/components/GoldFinance/src/components/benefit/index.vue.d.ts +48 -0
- package/types/components/GoldFinance/src/components/caseDemo.vue.d.ts +74 -0
- package/types/components/GoldFinance/src/components/costTable.vue.d.ts +41 -0
- package/types/components/GoldFinance/src/components/replace.d.ts +21 -0
- package/types/components/GoldFinance/src/index.vue.d.ts +97 -0
- package/types/components/GoldFinanceChart/index.d.ts +2 -1
- package/types/components/GoldFinanceChart/src/colorConfig.d.ts +98 -0
- package/types/components/GoldFinanceChart/src/components/benefit.vue.d.ts +74 -0
- package/types/components/GoldFinanceChart/src/components/chart.vue.d.ts +34 -0
- package/types/components/GoldFinanceChart/src/components/costTable.vue.d.ts +41 -0
- package/types/components/GoldFinanceChart/src/index.vue.d.ts +89 -0
- package/types/components/GoldFinanceChartV2/index.d.ts +2 -1
- package/types/components/GoldFinanceChartV2/src/chart.vue.d.ts +128 -0
- package/types/components/GoldFinanceChartV2/src/config.d.ts +20 -0
- package/types/components/GoldFinanceChartV2/src/index.vue.d.ts +59 -0
- package/types/components/GoldFinanceChartV3/index.d.ts +2 -1
- package/types/components/GoldFinanceChartV3/src/benefit/components/header.vue.d.ts +52 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/newamount.vue.d.ts +23 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/proportion.vue.d.ts +16 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/select.vue.d.ts +40 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/text.vue.d.ts +14 -0
- package/types/components/GoldFinanceChartV3/src/benefit/components/title.vue.d.ts +14 -0
- package/types/components/GoldFinanceChartV3/src/benefit/index.vue.d.ts +38 -0
- package/types/components/GoldFinanceChartV3/src/costTable.vue.d.ts +91 -0
- package/types/components/GoldFinanceChartV3/src/index.vue.d.ts +117 -0
- package/types/components/GoldFinanceChartV3/src/tools/replace.d.ts +21 -0
- package/types/components/GoldFinanceV2/index.d.ts +2 -1
- package/types/components/GoldFinanceV2/src/components/benefit/components/amount.vue.d.ts +23 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/proportion.vue.d.ts +16 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/select.vue.d.ts +40 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/slider.vue.d.ts +26 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/text.vue.d.ts +14 -0
- package/types/components/GoldFinanceV2/src/components/benefit/components/title.vue.d.ts +40 -0
- package/types/components/GoldFinanceV2/src/components/benefit/index.vue.d.ts +48 -0
- package/types/components/GoldFinanceV2/src/components/caseDemo.vue.d.ts +74 -0
- package/types/components/GoldFinanceV2/src/components/costTable.vue.d.ts +41 -0
- package/types/components/GoldFinanceV2/src/components/replace.d.ts +21 -0
- package/types/components/GoldFinanceV2/src/index.vue.d.ts +97 -0
- package/types/components/GoldIndexBar/index.d.ts +2 -1
- package/types/components/GoldIndexBar/src/index.vue.d.ts +8 -0
- package/types/components/GoldInput/index.d.ts +2 -1
- package/types/components/GoldInput/src/index.vue.d.ts +2 -0
- package/types/components/GoldInsureDescDialog/index.d.ts +2 -1
- package/types/components/GoldInsureDescDialog/src/index.vue.d.ts +81 -0
- package/types/components/GoldInsureDuty/index.d.ts +2 -1
- package/types/components/GoldInsureDuty/src/index.vue.d.ts +95 -0
- package/types/components/GoldInsureNotice/index.d.ts +2 -1
- package/types/components/GoldInsureNotice/src/components/content.vue.d.ts +23 -0
- package/types/components/GoldInsureNotice/src/components/denyCarrer.vue.d.ts +17 -0
- package/types/components/GoldInsureNotice/src/components/health.vue.d.ts +85 -0
- package/types/components/GoldInsureNotice/src/components/healthNotice.vue.d.ts +89 -0
- package/types/components/GoldInsureNotice/src/components/offlineHealth.vue.d.ts +36 -0
- package/types/components/GoldInsureNotice/src/components/tips.vue.d.ts +17 -0
- package/types/components/GoldInsureNotice/src/index.vue.d.ts +180 -0
- package/types/components/GoldItem/index.d.ts +2 -1
- package/types/components/GoldItem/src/index.vue.d.ts +16 -0
- package/types/components/GoldLattice/index.d.ts +2 -1
- package/types/components/GoldLattice/src/index.vue.d.ts +9 -0
- package/types/components/GoldLayer/index.d.ts +1 -1
- package/types/components/GoldMailPrecheck/index.d.ts +2 -1
- package/types/components/GoldMailPrecheck/src/index.vue.d.ts +86 -0
- package/types/components/GoldMailPrecheckV2/index.d.ts +2 -1
- package/types/components/GoldMailPrecheckV2/src/index.vue.d.ts +86 -0
- package/types/components/GoldMobileLayer/index.d.ts +2 -1
- package/types/components/GoldMobileLayer/src/index.vue.d.ts +129 -0
- package/types/components/GoldModule/index.d.ts +2 -1
- package/types/components/GoldModule/src/index.vue.d.ts +125 -0
- package/types/components/GoldMulSelect/index.d.ts +2 -1
- package/types/components/GoldMulSelect/src/components/mulSelect.vue.d.ts +47 -0
- package/types/components/GoldMulSelect/src/index.vue.d.ts +11 -0
- package/types/components/GoldNoticeTerms/index.d.ts +2 -1
- package/types/components/GoldNoticeTerms/src/components/heatlh.vue.d.ts +24 -0
- package/types/components/GoldNoticeTerms/src/components/protocol.vue.d.ts +34 -0
- package/types/components/GoldNoticeTerms/src/components/tab.vue.d.ts +43 -0
- package/types/components/GoldNoticeTerms/src/index.vue.d.ts +157 -0
- package/types/components/GoldOcr/index.d.ts +2 -1
- package/types/components/GoldOcr/src/filelist.vue.d.ts +112 -0
- package/types/components/GoldOcr/src/index.vue.d.ts +7 -0
- package/types/components/GoldPayLimitLayer/index.d.ts +2 -1
- package/types/components/GoldPayLimitLayer/src/index.vue.d.ts +109 -0
- package/types/components/GoldPayLimitLayer/src/signIntroduct.vue.d.ts +32 -0
- package/types/components/GoldPayLimitLayer/src/table.vue.d.ts +36 -0
- package/types/components/GoldPhoto/index.d.ts +2 -1
- package/types/components/GoldPhoto/src/index.vue.d.ts +60 -0
- package/types/components/GoldProtocol/index.d.ts +2 -1
- package/types/components/GoldProtocol/src/index.vue.d.ts +99 -0
- package/types/components/GoldPureText/index.d.ts +2 -1
- package/types/components/GoldPureText/src/index.vue.d.ts +2 -0
- package/types/components/GoldQrcode/index.d.ts +2 -1
- package/types/components/GoldQrcode/src/index.vue.d.ts +74 -0
- package/types/components/GoldReadTerms/index.d.ts +2 -1
- package/types/components/GoldReadTerms/src/index.vue.d.ts +109 -0
- package/types/components/GoldSelect/index.d.ts +2 -1
- package/types/components/GoldSelect/src/components/searchBank.vue.d.ts +61 -0
- package/types/components/GoldSelect/src/components/select.vue.d.ts +65 -0
- package/types/components/GoldSelect/src/index.vue.d.ts +10 -0
- package/types/components/GoldSignature/index.d.ts +2 -1
- package/types/components/GoldSignature/src/index.vue.d.ts +7 -0
- package/types/components/GoldStepper/index.d.ts +2 -1
- package/types/components/GoldStepper/src/index.vue.d.ts +17 -0
- package/types/components/GoldSwitch/index.d.ts +2 -1
- package/types/components/GoldSwitch/src/index.vue.d.ts +18 -0
- package/types/components/GoldText/index.d.ts +2 -1
- package/types/components/GoldText/src/index.vue.d.ts +4 -0
- package/types/components/GoldTextarea/index.d.ts +2 -1
- package/types/components/GoldTextarea/src/index.vue.d.ts +36 -0
- package/types/components/GoldUniversal/index.d.ts +2 -1
- package/types/components/GoldUniversal/src/index.vue.d.ts +2 -0
- package/types/components/GoldVerifyCode/index.d.ts +2 -1
- package/types/components/GoldVerifyCode/src/index.vue.d.ts +63 -0
- package/types/components/ImageLayer/index.d.ts +2 -1
- package/types/components/ImageLayer/src/index.vue.d.ts +104 -0
- package/types/components/ImagePreview/index.d.ts +2 -1
- package/types/components/ImagePreview/src/index.vue.d.ts +88 -0
- package/types/components/IndexBar/index.d.ts +2 -1
- package/types/components/IndexBar/src/index.vue.d.ts +108 -0
- package/types/components/IndexList/index.d.ts +2 -1
- package/types/components/IndexList/src/index.vue.d.ts +44 -0
- package/types/components/Jigsaw/index.d.ts +2 -1
- package/types/components/Jigsaw/src/index.vue.d.ts +74 -0
- package/types/components/JigsawLayer/index.d.ts +2 -1
- package/types/components/JigsawLayer/src/index.vue.d.ts +86 -0
- package/types/components/JigsawVerifyCode/index.d.ts +2 -1
- package/types/components/JigsawVerifyCode/src/index.vue.d.ts +141 -0
- package/types/components/Keyframe/index.d.ts +2 -1
- package/types/components/Keyframe/src/index.vue.d.ts +38 -0
- package/types/components/Loading/index.d.ts +2 -1
- package/types/components/Loading/src/cir1-loading.vue.d.ts +62 -0
- package/types/components/Loading/src/cir2-loading.vue.d.ts +62 -0
- package/types/components/Loading/src/cir3-loading.vue.d.ts +69 -0
- package/types/components/Loading/src/cir4-loading.vue.d.ts +49 -0
- package/types/components/Loading/src/cir5-loading.vue.d.ts +49 -0
- package/types/components/Loading/src/default-loading.vue.d.ts +41 -0
- package/types/components/Loading/src/index.vue.d.ts +2 -0
- package/types/components/Loading/src/line-loading.vue.d.ts +49 -0
- package/types/components/LoginLayer/index.d.ts +2 -1
- package/types/components/LoginLayer/src/components/jigsaw.vue.d.ts +112 -0
- package/types/components/LoginLayer/src/index.vue.d.ts +155 -0
- package/types/components/Marketing/index.d.ts +2 -2
- package/types/components/Marketing/src/components/Details.vue.d.ts +42 -0
- package/types/components/Marketing/src/components/GetMobile.vue.d.ts +49 -0
- package/types/components/Marketing/src/components/GetMobileForNew.vue.d.ts +36 -0
- package/types/components/Marketing/src/components/List.vue.d.ts +46 -0
- package/types/components/Marketing/src/components/activity.vue.d.ts +14 -0
- package/types/components/Marketing/src/components/filterIcon.vue.d.ts +37 -0
- package/types/components/Marketing/src/components/gift.vue.d.ts +31 -0
- package/types/components/Marketing/src/components/tipsLayer.vue.d.ts +32 -0
- package/types/components/Marketing/src/components/tuiguangfei.vue.d.ts +56 -0
- package/types/components/Marketing/src/kcb.vue.d.ts +179 -0
- package/types/components/Marketing/src/xys.vue.d.ts +47 -0
- package/types/components/MobileAuthLayer/index.d.ts +2 -1
- package/types/components/MobileAuthLayer/src/components/jigsaw.vue.d.ts +112 -0
- package/types/components/MobileAuthLayer/src/index.vue.d.ts +144 -0
- package/types/components/MobileLayer/index.d.ts +2 -2
- package/types/components/MobileLayer/src/crm.vue.d.ts +4 -0
- package/types/components/MobileLayer/src/default.vue.d.ts +14 -0
- package/types/components/MultiSelect/index.d.ts +2 -1
- package/types/components/MultiSelect/src/index.vue.d.ts +58 -0
- package/types/components/NoticeTips/index.d.ts +2 -1
- package/types/components/NoticeTips/src/index.vue.d.ts +107 -0
- package/types/components/NoticeTips/src/noticeTips.vue.d.ts +121 -0
- package/types/components/OcrLayer/index.d.ts +2 -1
- package/types/components/OcrLayer/src/index.vue.d.ts +89 -0
- package/types/components/PageLoading/index.d.ts +2 -1
- package/types/components/PageLoading/src/index.vue.d.ts +59 -0
- package/types/components/Panel/index.d.ts +2 -1
- package/types/components/Panel/src/index.vue.d.ts +23 -0
- package/types/components/PhotoBox/index.d.ts +2 -1
- package/types/components/PhotoBox/src/index.vue.d.ts +22 -0
- package/types/components/Picker/index.d.ts +2 -1
- package/types/components/Picker/src/index.vue.d.ts +32 -0
- package/types/components/PosterLayer/index.d.ts +2 -1
- package/types/components/PosterLayer/src/index.vue.d.ts +10 -0
- package/types/components/PrizeLayer/index.d.ts +2 -1
- package/types/components/PrizeLayer/src/index.vue.d.ts +78 -0
- package/types/components/ProPosterLayer/index.d.ts +2 -1
- package/types/components/ProPosterLayer/src/index.vue.d.ts +94 -0
- package/types/components/ProPosterLayer/src/poster.vue.d.ts +104 -0
- package/types/components/ProductLayer/index.d.ts +2 -1
- package/types/components/ProductLayer/src/emailLayer.vue.d.ts +42 -0
- package/types/components/ProductLayer/src/fileListLayer.vue.d.ts +44 -0
- package/types/components/ProductLayer/src/index.vue.d.ts +114 -0
- package/types/components/ProductLayer/src/js/util.d.ts +41 -0
- package/types/components/ProductLayer/src/layer.vue.d.ts +86 -0
- package/types/components/ProductLayer/src/posterLayer.vue.d.ts +66 -0
- package/types/components/ProductLayer/src/productDetailLayer.vue.d.ts +79 -0
- package/types/components/ProductLayer/src/shareTipLayer.vue.d.ts +4 -0
- package/types/components/QrcodeLayer/index.d.ts +2 -1
- package/types/components/QrcodeLayer/src/index.vue.d.ts +75 -0
- package/types/components/Recognition/src/dialog.vue.d.ts +21 -0
- package/types/components/RecordRuleLayer/index.d.ts +2 -1
- package/types/components/RecordRuleLayer/src/index.vue.d.ts +54 -0
- package/types/components/ReplayLayer/index.d.ts +2 -1
- package/types/components/ReplayLayer/src/index.vue.d.ts +96 -0
- package/types/components/RowCascadePicker/index.d.ts +2 -1
- package/types/components/RowCascadePicker/src/frequency.vue.d.ts +35 -0
- package/types/components/RowCascadePicker/src/index.bak.vue.d.ts +111 -0
- package/types/components/RowCascadePicker/src/index.vue.d.ts +129 -0
- package/types/components/RowCascadePicker/src/rowPicker.vue.d.ts +85 -0
- package/types/components/RowCascadePicker/src/scrollList.vue.d.ts +32 -0
- package/types/components/RowCascadePicker/src/search.vue.d.ts +44 -0
- package/types/components/Rule/index.d.ts +2 -1
- package/types/components/Rule/src/index.vue.d.ts +122 -0
- package/types/components/Scroll/index.d.ts +1 -1
- package/types/components/Signature/index.d.ts +2 -1
- package/types/components/Signature/src/index.vue.d.ts +230 -0
- package/types/components/SlidePoster/index.d.ts +2 -1
- package/types/components/SlidePoster/src/index.vue.d.ts +106 -0
- package/types/components/SlidePoster/src/qrcode.d.ts +12 -0
- package/types/components/Stepper/index.d.ts +2 -1
- package/types/components/Stepper/src/index.vue.d.ts +141 -0
- package/types/components/Sticky/index.d.ts +2 -1
- package/types/components/Sticky/src/index.vue.d.ts +34 -0
- package/types/components/Swipe/index.d.ts +2 -1
- package/types/components/Swipe/src/index.vue.d.ts +147 -0
- package/types/components/Swipe/src/swipeItem.vue.d.ts +7 -0
- package/types/components/Switch/index.d.ts +2 -1
- package/types/components/Switch/src/index.vue.d.ts +56 -0
- package/types/components/Tab/index.d.ts +2 -1
- package/types/components/Tab/src/index.vue.d.ts +48 -0
- package/types/components/Timeline/index.d.ts +2 -1
- package/types/components/Timeline/src/index.vue.d.ts +70 -0
- package/types/components/Toast/index.d.ts +2 -1
- package/types/components/Toast/src/index.vue.d.ts +70 -0
- package/types/mixins/dynamic-form.vue.d.ts +16 -0
- package/types/mixins/fixed-input.vue.d.ts +4 -0
- package/types/mixins/form-input.vue.d.ts +16 -0
- package/types/mixins/mobile-layer.vue.d.ts +137 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
url: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
brandColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {}, {
|
|
11
|
+
code: string;
|
|
12
|
+
}, {
|
|
13
|
+
returnStyle: () => {
|
|
14
|
+
borderColor: any;
|
|
15
|
+
color: any;
|
|
16
|
+
backgroundColor: any;
|
|
17
|
+
};
|
|
18
|
+
confirmStyle: () => {
|
|
19
|
+
backgroundColor: any;
|
|
20
|
+
};
|
|
21
|
+
}, {
|
|
22
|
+
inputCode(e: any): void;
|
|
23
|
+
exchange(): void;
|
|
24
|
+
close(): void;
|
|
25
|
+
codeReturn(): void;
|
|
26
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
url: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
brandColor: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}>>, {
|
|
36
|
+
url: string;
|
|
37
|
+
brandColor: string;
|
|
38
|
+
}>;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
price: {
|
|
3
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
couponUrl: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
exchangeUrl: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
prams: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {};
|
|
17
|
+
};
|
|
18
|
+
}, {}, {
|
|
19
|
+
couponElement: {
|
|
20
|
+
tit: string;
|
|
21
|
+
align: string;
|
|
22
|
+
titPadding: boolean;
|
|
23
|
+
colons: boolean;
|
|
24
|
+
};
|
|
25
|
+
priceElement: {
|
|
26
|
+
tit: string;
|
|
27
|
+
align: string;
|
|
28
|
+
colons: boolean;
|
|
29
|
+
};
|
|
30
|
+
coupon: any;
|
|
31
|
+
unusableList: any[];
|
|
32
|
+
usableList: any[];
|
|
33
|
+
}, {
|
|
34
|
+
codeStyle: () => {
|
|
35
|
+
color: any;
|
|
36
|
+
};
|
|
37
|
+
couponText: () => number;
|
|
38
|
+
priceText: () => any;
|
|
39
|
+
paymentList: () => any[];
|
|
40
|
+
unusablePaymentList: () => any[];
|
|
41
|
+
reallyUnusableList: () => any;
|
|
42
|
+
reallyUsableList: () => any;
|
|
43
|
+
}, {
|
|
44
|
+
initCoupon(): Promise<any>;
|
|
45
|
+
getBestCoupon(): void;
|
|
46
|
+
useCoupon(coupon: any, price: any): number;
|
|
47
|
+
getCoupon(type: any): Promise<any>;
|
|
48
|
+
showCoupon(): void;
|
|
49
|
+
showCouponCode(): void;
|
|
50
|
+
changeCoupon(coupon: any): void;
|
|
51
|
+
exchange(code: any): void;
|
|
52
|
+
returnCode(type: any): void;
|
|
53
|
+
error(error: any): void;
|
|
54
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
55
|
+
price: {
|
|
56
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
57
|
+
default: number;
|
|
58
|
+
};
|
|
59
|
+
couponUrl: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
exchangeUrl: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
prams: {
|
|
68
|
+
type: ObjectConstructor;
|
|
69
|
+
default: () => {};
|
|
70
|
+
};
|
|
71
|
+
}>>, {
|
|
72
|
+
price: string | number;
|
|
73
|
+
couponUrl: string;
|
|
74
|
+
exchangeUrl: string;
|
|
75
|
+
prams: Record<string, any>;
|
|
76
|
+
}>;
|
|
77
|
+
export default _default;
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
id: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
name: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
begTime: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
endTime: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
type: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
default: number;
|
|
21
|
+
};
|
|
22
|
+
deduction: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
state: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
description: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
deduct: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
default: number;
|
|
37
|
+
};
|
|
38
|
+
payment: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
checked: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
checkedColor: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
backgroundColor: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
}, {}, {}, {
|
|
55
|
+
checkedStyle(): {
|
|
56
|
+
backgroundColor: any;
|
|
57
|
+
};
|
|
58
|
+
circleStyle(): {
|
|
59
|
+
backgroundColor: any;
|
|
60
|
+
};
|
|
61
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
+
id: {
|
|
63
|
+
type: NumberConstructor;
|
|
64
|
+
default: number;
|
|
65
|
+
};
|
|
66
|
+
name: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
begTime: {
|
|
71
|
+
type: StringConstructor;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
endTime: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: string;
|
|
77
|
+
};
|
|
78
|
+
type: {
|
|
79
|
+
type: NumberConstructor;
|
|
80
|
+
default: number;
|
|
81
|
+
};
|
|
82
|
+
deduction: {
|
|
83
|
+
type: NumberConstructor;
|
|
84
|
+
default: number;
|
|
85
|
+
};
|
|
86
|
+
state: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
description: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
deduct: {
|
|
95
|
+
type: NumberConstructor;
|
|
96
|
+
default: number;
|
|
97
|
+
};
|
|
98
|
+
payment: {
|
|
99
|
+
type: NumberConstructor;
|
|
100
|
+
default: number;
|
|
101
|
+
};
|
|
102
|
+
checked: {
|
|
103
|
+
type: BooleanConstructor;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
106
|
+
checkedColor: {
|
|
107
|
+
type: StringConstructor;
|
|
108
|
+
default: string;
|
|
109
|
+
};
|
|
110
|
+
backgroundColor: {
|
|
111
|
+
type: StringConstructor;
|
|
112
|
+
default: string;
|
|
113
|
+
};
|
|
114
|
+
}>>, {
|
|
115
|
+
name: string;
|
|
116
|
+
type: number;
|
|
117
|
+
endTime: string;
|
|
118
|
+
id: number;
|
|
119
|
+
state: string;
|
|
120
|
+
backgroundColor: string;
|
|
121
|
+
description: string;
|
|
122
|
+
checked: boolean;
|
|
123
|
+
begTime: string;
|
|
124
|
+
deduction: number;
|
|
125
|
+
deduct: number;
|
|
126
|
+
payment: number;
|
|
127
|
+
checkedColor: string;
|
|
128
|
+
}>;
|
|
129
|
+
export default _default;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
unusableList: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default: () => any[];
|
|
5
|
+
};
|
|
6
|
+
usableList: {
|
|
7
|
+
type: ArrayConstructor;
|
|
8
|
+
default: () => any[];
|
|
9
|
+
};
|
|
10
|
+
brandColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
couponId: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
}, {}, {
|
|
19
|
+
isShowUsable: boolean;
|
|
20
|
+
}, {
|
|
21
|
+
usableStyle: () => {
|
|
22
|
+
color: any;
|
|
23
|
+
};
|
|
24
|
+
unusableStyle: () => {
|
|
25
|
+
color: any;
|
|
26
|
+
};
|
|
27
|
+
list: () => any;
|
|
28
|
+
checkedStyle: () => {
|
|
29
|
+
backgroundColor: any;
|
|
30
|
+
};
|
|
31
|
+
}, {
|
|
32
|
+
getDesc(item: any): any;
|
|
33
|
+
getState(state: any): string;
|
|
34
|
+
refresh(): void;
|
|
35
|
+
changeChoose(id: any): void;
|
|
36
|
+
changeList(type: any): void;
|
|
37
|
+
close(): void;
|
|
38
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
39
|
+
unusableList: {
|
|
40
|
+
type: ArrayConstructor;
|
|
41
|
+
default: () => any[];
|
|
42
|
+
};
|
|
43
|
+
usableList: {
|
|
44
|
+
type: ArrayConstructor;
|
|
45
|
+
default: () => any[];
|
|
46
|
+
};
|
|
47
|
+
brandColor: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
couponId: {
|
|
52
|
+
type: NumberConstructor;
|
|
53
|
+
default: number;
|
|
54
|
+
};
|
|
55
|
+
}>>, {
|
|
56
|
+
brandColor: string;
|
|
57
|
+
unusableList: unknown[];
|
|
58
|
+
usableList: unknown[];
|
|
59
|
+
couponId: number;
|
|
60
|
+
}>;
|
|
61
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldDate from './src/index.vue'
|
|
2
|
+
export default GoldDate
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, any, {}, {
|
|
2
|
+
text(): any;
|
|
3
|
+
}, {
|
|
4
|
+
min(): Date;
|
|
5
|
+
max(): Date;
|
|
6
|
+
dateValue(): any;
|
|
7
|
+
click(): void;
|
|
8
|
+
select(date: any): void;
|
|
9
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
10
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldDialog from './src/index.vue'
|
|
2
|
+
export default GoldDialog
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
content: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
buttonType: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
showConfirmButton: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
showCancelButton: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
confirmButtonText: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
cancelButtonText: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
confirmButtonColor: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
width: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
cancelButtonColor: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
closable: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
beforeClose: {
|
|
47
|
+
type: FunctionConstructor;
|
|
48
|
+
default: any;
|
|
49
|
+
};
|
|
50
|
+
type: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
cofirmButtonStyle: {
|
|
55
|
+
type: ObjectConstructor;
|
|
56
|
+
default: () => void;
|
|
57
|
+
};
|
|
58
|
+
cancelButtonStyle: {
|
|
59
|
+
type: ObjectConstructor;
|
|
60
|
+
default: () => void;
|
|
61
|
+
};
|
|
62
|
+
}, {}, {
|
|
63
|
+
staticTitle: string;
|
|
64
|
+
staticContent: any;
|
|
65
|
+
staticClosable: any;
|
|
66
|
+
staticConfirmButtonText: string;
|
|
67
|
+
staticConfirmButtonColor: string;
|
|
68
|
+
staticCancelButtonText: string;
|
|
69
|
+
staticCancelButtonColor: string;
|
|
70
|
+
staticShowConfirmButton: any;
|
|
71
|
+
staticShowCancelButton: any;
|
|
72
|
+
extInfo: any;
|
|
73
|
+
}, {
|
|
74
|
+
renderTitle(): any;
|
|
75
|
+
originRenderContent(): string[];
|
|
76
|
+
renderContent(): any;
|
|
77
|
+
tips(): any;
|
|
78
|
+
renderConfirmButtonText(): any;
|
|
79
|
+
renderConfirmButtonColor(): any;
|
|
80
|
+
renderCancelButtonText(): any;
|
|
81
|
+
renderCancelButtonColor(): any;
|
|
82
|
+
renderShowConfirmButton(): any;
|
|
83
|
+
renderShowCancelButton(): any;
|
|
84
|
+
renderClosable(): any;
|
|
85
|
+
boxStyle(): {
|
|
86
|
+
width: any;
|
|
87
|
+
top: string;
|
|
88
|
+
left: string;
|
|
89
|
+
transform: string;
|
|
90
|
+
webkitTransform: string;
|
|
91
|
+
};
|
|
92
|
+
crumbStyle(): {
|
|
93
|
+
top: string;
|
|
94
|
+
left: string;
|
|
95
|
+
};
|
|
96
|
+
confirmStyle(): {
|
|
97
|
+
color: any;
|
|
98
|
+
backgroundColor: any;
|
|
99
|
+
borderColor: any;
|
|
100
|
+
};
|
|
101
|
+
cancelStyle(): {
|
|
102
|
+
color: any;
|
|
103
|
+
};
|
|
104
|
+
}, {
|
|
105
|
+
setData(title: any, content: any, { closable, buttonType, showConfirmButton, showCancelButton, confirmButtonText, confirmButtonColor, cancelButtonText, cancelButtonColor }?: {
|
|
106
|
+
closable: any;
|
|
107
|
+
buttonType: any;
|
|
108
|
+
showConfirmButton: any;
|
|
109
|
+
showCancelButton: any;
|
|
110
|
+
confirmButtonText: any;
|
|
111
|
+
confirmButtonColor: any;
|
|
112
|
+
cancelButtonText: any;
|
|
113
|
+
cancelButtonColor: any;
|
|
114
|
+
}): void;
|
|
115
|
+
showFollow(event: any): void;
|
|
116
|
+
vhtmlReplace(str: any): string;
|
|
117
|
+
confirm(e: any): void;
|
|
118
|
+
cancel(e: any): void;
|
|
119
|
+
handleAction(action: any, e: any): void;
|
|
120
|
+
maskClick(): void;
|
|
121
|
+
close(e: any): void;
|
|
122
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
123
|
+
title: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
default: string;
|
|
126
|
+
};
|
|
127
|
+
content: {
|
|
128
|
+
type: StringConstructor;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
buttonType: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
showConfirmButton: {
|
|
136
|
+
type: BooleanConstructor;
|
|
137
|
+
default: boolean;
|
|
138
|
+
};
|
|
139
|
+
showCancelButton: {
|
|
140
|
+
type: BooleanConstructor;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
143
|
+
confirmButtonText: {
|
|
144
|
+
type: StringConstructor;
|
|
145
|
+
default: string;
|
|
146
|
+
};
|
|
147
|
+
cancelButtonText: {
|
|
148
|
+
type: StringConstructor;
|
|
149
|
+
default: string;
|
|
150
|
+
};
|
|
151
|
+
confirmButtonColor: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
width: {
|
|
156
|
+
type: StringConstructor;
|
|
157
|
+
default: string;
|
|
158
|
+
};
|
|
159
|
+
cancelButtonColor: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
closable: {
|
|
164
|
+
type: BooleanConstructor;
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
167
|
+
beforeClose: {
|
|
168
|
+
type: FunctionConstructor;
|
|
169
|
+
default: any;
|
|
170
|
+
};
|
|
171
|
+
type: {
|
|
172
|
+
type: StringConstructor;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
cofirmButtonStyle: {
|
|
176
|
+
type: ObjectConstructor;
|
|
177
|
+
default: () => void;
|
|
178
|
+
};
|
|
179
|
+
cancelButtonStyle: {
|
|
180
|
+
type: ObjectConstructor;
|
|
181
|
+
default: () => void;
|
|
182
|
+
};
|
|
183
|
+
}>>, {
|
|
184
|
+
type: string;
|
|
185
|
+
width: string;
|
|
186
|
+
content: string;
|
|
187
|
+
title: string;
|
|
188
|
+
closable: boolean;
|
|
189
|
+
confirmButtonText: string;
|
|
190
|
+
confirmButtonColor: string;
|
|
191
|
+
buttonType: string;
|
|
192
|
+
showConfirmButton: boolean;
|
|
193
|
+
showCancelButton: boolean;
|
|
194
|
+
cancelButtonText: string;
|
|
195
|
+
cancelButtonColor: string;
|
|
196
|
+
beforeClose: Function;
|
|
197
|
+
cofirmButtonStyle: Record<string, any>;
|
|
198
|
+
cancelButtonStyle: Record<string, any>;
|
|
199
|
+
}>;
|
|
200
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldDisease from './src/index.vue'
|
|
2
|
+
export default GoldDisease
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
diseaseUrl: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
diseaseParams: {
|
|
7
|
+
type: ObjectConstructor;
|
|
8
|
+
default(): {
|
|
9
|
+
isAdult: number;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
}, {}, {
|
|
13
|
+
diseaseListData: any[];
|
|
14
|
+
selectedDisease: any;
|
|
15
|
+
selectedText: string;
|
|
16
|
+
}, {
|
|
17
|
+
descText(): any;
|
|
18
|
+
}, {
|
|
19
|
+
click(): void;
|
|
20
|
+
getData(): void;
|
|
21
|
+
generateSelectText(): void;
|
|
22
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
diseaseUrl: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
diseaseParams: {
|
|
28
|
+
type: ObjectConstructor;
|
|
29
|
+
default(): {
|
|
30
|
+
isAdult: number;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
}>>, {
|
|
34
|
+
diseaseUrl: string;
|
|
35
|
+
diseaseParams: Record<string, any>;
|
|
36
|
+
}>;
|
|
37
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldDocLayer from './src/index.vue'
|
|
2
|
+
export default GoldDocLayer
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
content: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
opacity: {
|
|
11
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
zIndex: {
|
|
15
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
closable: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
listenScrollEnd: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
beforeClose: {
|
|
27
|
+
type: FunctionConstructor;
|
|
28
|
+
default: any;
|
|
29
|
+
};
|
|
30
|
+
listenPullingUp: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}, {}, {
|
|
35
|
+
scroll: any;
|
|
36
|
+
}, {}, {
|
|
37
|
+
refreshScroll(): void;
|
|
38
|
+
scrollSuc(scroll: any): void;
|
|
39
|
+
pullingUp(scroll: any): void;
|
|
40
|
+
scrollToTop(): void;
|
|
41
|
+
close(): void;
|
|
42
|
+
scrollEnd(pos: any): void;
|
|
43
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
44
|
+
title: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
content: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
opacity: {
|
|
53
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
54
|
+
default: number;
|
|
55
|
+
};
|
|
56
|
+
zIndex: {
|
|
57
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
58
|
+
default: number;
|
|
59
|
+
};
|
|
60
|
+
closable: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
64
|
+
listenScrollEnd: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
beforeClose: {
|
|
69
|
+
type: FunctionConstructor;
|
|
70
|
+
default: any;
|
|
71
|
+
};
|
|
72
|
+
listenPullingUp: {
|
|
73
|
+
type: BooleanConstructor;
|
|
74
|
+
default: boolean;
|
|
75
|
+
};
|
|
76
|
+
}>>, {
|
|
77
|
+
content: string;
|
|
78
|
+
opacity: string | number;
|
|
79
|
+
zIndex: string | number;
|
|
80
|
+
title: string;
|
|
81
|
+
closable: boolean;
|
|
82
|
+
listenScrollEnd: boolean;
|
|
83
|
+
listenPullingUp: boolean;
|
|
84
|
+
beforeClose: Function;
|
|
85
|
+
}>;
|
|
86
|
+
export default _default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldDoorPlate from './src/index.vue'
|
|
2
|
+
export default GoldDoorPlate
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import GoldDoubleRecordTable from './src/index.vue'
|
|
2
|
+
export default GoldDoubleRecordTable
|