@xysfe/actui 2.0.1-beta.4 → 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/GoldFinanceChart/chart/index.js +1 -1
- package/lib/GoldFinanceChart/chart/index.mjs +2 -2
- package/lib/GoldFinanceChart/chart/style.css +1 -1
- package/lib/GoldFinanceChartV2/chart/index.js +1 -1
- package/lib/GoldFinanceChartV2/chart/index.mjs +2 -1
- package/lib/GoldFinanceChartV2/chart/style.css +1 -1
- 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 -86
- 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 -0
- package/types/components/BankSelect/index.d.ts +2 -0
- 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 -0
- package/types/components/BaseInput/src/index.vue.d.ts +69 -0
- package/types/components/Button/index.d.ts +2 -0
- package/types/components/Button/src/index.vue.d.ts +128 -0
- package/types/components/CascadePicker/index.d.ts +2 -0
- package/types/components/CascadePicker/src/index.vue.d.ts +25 -0
- package/types/components/CertifyLayer/index.d.ts +2 -0
- package/types/components/CertifyLayer/src/index.vue.d.ts +191 -0
- package/types/components/ClaimsContact/index.d.ts +2 -0
- package/types/components/ClaimsContact/src/index.vue.d.ts +291 -0
- package/types/components/ClickOnce/index.d.ts +4 -0
- package/types/components/Collapse/index.d.ts +2 -0
- package/types/components/Collapse/src/index.vue.d.ts +50 -0
- package/types/components/Contact/index.d.ts +2 -0
- package/types/components/Contact/src/index.vue.d.ts +291 -0
- package/types/components/ContactBook/index.d.ts +2 -0
- package/types/components/ContactBook/src/index.vue.d.ts +335 -0
- package/types/components/CountTo/index.d.ts +2 -0
- package/types/components/CountTo/src/index.vue.d.ts +147 -0
- package/types/components/CouponLayer/index.d.ts +2 -0
- package/types/components/CouponLayer/src/index.vue.d.ts +58 -0
- package/types/components/CrmReserveInfoLayer/index.d.ts +2 -0
- package/types/components/CrmReserveInfoLayer/src/index.vue.d.ts +80 -0
- package/types/components/DatePicker/index.d.ts +2 -0
- package/types/components/DatePicker/src/index.vue.d.ts +102 -0
- package/types/components/DeviceFingerprint/index.d.ts +2 -0
- package/types/components/Dialog/index.d.ts +2 -0
- package/types/components/Dialog/src/index.vue.d.ts +31 -0
- package/types/components/DiseaseSelect/index.d.ts +2 -0
- 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 -0
- package/types/components/DiseaseSelectLayer/src/index.vue.d.ts +134 -0
- package/types/components/DocPop/index.d.ts +2 -0
- 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 -0
- package/types/components/FaceRecognition/index.d.ts +63 -0
- package/types/components/FigurePic/compress.d.ts +13 -0
- package/types/components/FigurePic/index.d.ts +7 -0
- package/types/components/FileList/index.d.ts +2 -0
- package/types/components/FileList/src/index.vue.d.ts +153 -0
- package/types/components/FileUpload/index.d.ts +18 -0
- package/types/components/FileUpload/src/choose.d.ts +1 -0
- package/types/components/FileUpload/src/upload.d.ts +9 -0
- package/types/components/FileUpload/src/util.d.ts +3 -0
- package/types/components/FormLayer/index.d.ts +2 -0
- package/types/components/FormLayer/src/index.vue.d.ts +111 -0
- package/types/components/GivenLayer/index.d.ts +2 -0
- package/types/components/GivenLayer/src/index.vue.d.ts +136 -0
- package/types/components/GoldAddress/index.d.ts +2 -0
- package/types/components/GoldAddress/src/index.vue.d.ts +7 -0
- package/types/components/GoldAddressLayer/index.d.ts +2 -0
- package/types/components/GoldAddressLayer/src/index.vue.d.ts +95 -0
- package/types/components/GoldAddressSelect/index.d.ts +2 -0
- 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 -0
- package/types/components/GoldAml/src/index.vue.d.ts +447 -0
- package/types/components/GoldArea/index.d.ts +2 -0
- package/types/components/GoldArea/src/index.vue.d.ts +6 -0
- package/types/components/GoldAuroraSlots/index.d.ts +2 -0
- package/types/components/GoldAuroraSlots/src/index.vue.d.ts +45 -0
- package/types/components/GoldBankPayLimit/index.d.ts +2 -0
- 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 -0
- 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 -0
- package/types/components/GoldCareer/src/index.vue.d.ts +7 -0
- package/types/components/GoldCareerLayer/index.d.ts +2 -0
- package/types/components/GoldCareerLayer/src/index.vue.d.ts +73 -0
- package/types/components/GoldCert/index.d.ts +2 -0
- 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 -0
- package/types/components/GoldCheckbox/src/index.vue.d.ts +14 -0
- package/types/components/GoldClaimsContact/index.d.ts +2 -0
- package/types/components/GoldClaimsContact/src/index.vue.d.ts +83 -0
- package/types/components/GoldCommentList/index.d.ts +2 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- package/types/components/GoldContact/src/index.vue.d.ts +77 -0
- package/types/components/GoldContactBook/index.d.ts +2 -0
- package/types/components/GoldContactBook/src/index.vue.d.ts +103 -0
- package/types/components/GoldContactElement/index.d.ts +2 -0
- package/types/components/GoldContactElement/src/index.vue.d.ts +2 -0
- package/types/components/GoldCost/index.d.ts +2 -0
- 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 -0
- package/types/components/GoldCostLayer/src/index.vue.d.ts +75 -0
- package/types/components/GoldCoupon/index.d.ts +2 -0
- 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 -0
- package/types/components/GoldDate/src/index.vue.d.ts +10 -0
- package/types/components/GoldDialog/index.d.ts +2 -0
- package/types/components/GoldDialog/src/index.vue.d.ts +200 -0
- package/types/components/GoldDisease/index.d.ts +2 -0
- package/types/components/GoldDisease/src/index.vue.d.ts +37 -0
- package/types/components/GoldDocLayer/index.d.ts +2 -0
- package/types/components/GoldDocLayer/src/index.vue.d.ts +86 -0
- package/types/components/GoldDoorPlate/index.d.ts +2 -0
- package/types/components/GoldDoorPlate/src/index.vue.d.ts +6 -0
- package/types/components/GoldDoubleRecordTable/index.d.ts +2 -0
- package/types/components/GoldDoubleRecordTable/src/index.vue.d.ts +70 -0
- package/types/components/GoldElement/index.d.ts +2 -0
- package/types/components/GoldElement/src/index.vue.d.ts +203 -0
- package/types/components/GoldElementGroup/index.d.ts +2 -0
- package/types/components/GoldElementGroup/src/index.vue.d.ts +113 -0
- package/types/components/GoldFacecheck/index.d.ts +2 -0
- package/types/components/GoldFacecheck/src/index.vue.d.ts +8 -0
- package/types/components/GoldFaq/index.d.ts +2 -0
- package/types/components/GoldFaq/src/index.vue.d.ts +48 -0
- package/types/components/GoldFile/index.d.ts +2 -0
- package/types/components/GoldFile/src/index.vue.d.ts +9 -0
- package/types/components/GoldFileAssess/index.d.ts +2 -0
- package/types/components/GoldFileAssess/src/index.vue.d.ts +17 -0
- package/types/components/GoldFinance/index.d.ts +2 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- package/types/components/GoldIndexBar/src/index.vue.d.ts +8 -0
- package/types/components/GoldInput/index.d.ts +2 -0
- package/types/components/GoldInput/src/index.vue.d.ts +2 -0
- package/types/components/GoldInsureDescDialog/index.d.ts +2 -0
- package/types/components/GoldInsureDescDialog/src/index.vue.d.ts +81 -0
- package/types/components/GoldInsureDuty/index.d.ts +2 -0
- package/types/components/GoldInsureDuty/src/index.vue.d.ts +95 -0
- package/types/components/GoldInsureNotice/index.d.ts +2 -0
- 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 -0
- package/types/components/GoldItem/src/index.vue.d.ts +16 -0
- package/types/components/GoldLattice/index.d.ts +2 -0
- package/types/components/GoldLattice/src/index.vue.d.ts +9 -0
- package/types/components/GoldLayer/index.d.ts +1 -0
- package/types/components/GoldMailPrecheck/index.d.ts +2 -0
- package/types/components/GoldMailPrecheck/src/index.vue.d.ts +86 -0
- package/types/components/GoldMailPrecheckV2/index.d.ts +2 -0
- package/types/components/GoldMailPrecheckV2/src/index.vue.d.ts +86 -0
- package/types/components/GoldMobileLayer/index.d.ts +2 -0
- package/types/components/GoldMobileLayer/src/index.vue.d.ts +129 -0
- package/types/components/GoldModule/index.d.ts +2 -0
- package/types/components/GoldModule/src/index.vue.d.ts +125 -0
- package/types/components/GoldMulSelect/index.d.ts +2 -0
- 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 -0
- 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 -0
- 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 -0
- 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 -0
- package/types/components/GoldPhoto/src/index.vue.d.ts +60 -0
- package/types/components/GoldProtocol/index.d.ts +2 -0
- package/types/components/GoldProtocol/src/index.vue.d.ts +99 -0
- package/types/components/GoldPureText/index.d.ts +2 -0
- package/types/components/GoldPureText/src/index.vue.d.ts +2 -0
- package/types/components/GoldQrcode/index.d.ts +2 -0
- package/types/components/GoldQrcode/src/index.vue.d.ts +74 -0
- package/types/components/GoldReadTerms/index.d.ts +2 -0
- package/types/components/GoldReadTerms/src/index.vue.d.ts +109 -0
- package/types/components/GoldSelect/index.d.ts +2 -0
- 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 -0
- package/types/components/GoldSignature/src/index.vue.d.ts +7 -0
- package/types/components/GoldStepper/index.d.ts +2 -0
- package/types/components/GoldStepper/src/index.vue.d.ts +17 -0
- package/types/components/GoldSwitch/index.d.ts +2 -0
- package/types/components/GoldSwitch/src/index.vue.d.ts +18 -0
- package/types/components/GoldText/index.d.ts +2 -0
- package/types/components/GoldText/src/index.vue.d.ts +4 -0
- package/types/components/GoldTextarea/index.d.ts +2 -0
- package/types/components/GoldTextarea/src/index.vue.d.ts +36 -0
- package/types/components/GoldUniversal/index.d.ts +2 -0
- package/types/components/GoldUniversal/src/index.vue.d.ts +2 -0
- package/types/components/GoldVerifyCode/index.d.ts +2 -0
- package/types/components/GoldVerifyCode/src/index.vue.d.ts +63 -0
- package/types/components/ImageLayer/index.d.ts +2 -0
- package/types/components/ImageLayer/src/index.vue.d.ts +104 -0
- package/types/components/ImagePreview/index.d.ts +2 -0
- package/types/components/ImagePreview/src/index.vue.d.ts +88 -0
- package/types/components/IndexBar/index.d.ts +2 -0
- package/types/components/IndexBar/src/index.vue.d.ts +108 -0
- package/types/components/IndexList/index.d.ts +2 -0
- package/types/components/IndexList/src/index.vue.d.ts +44 -0
- package/types/components/Jigsaw/index.d.ts +2 -0
- package/types/components/Jigsaw/src/index.vue.d.ts +74 -0
- package/types/components/JigsawLayer/index.d.ts +2 -0
- package/types/components/JigsawLayer/src/index.vue.d.ts +86 -0
- package/types/components/JigsawVerifyCode/index.d.ts +2 -0
- package/types/components/JigsawVerifyCode/src/index.vue.d.ts +141 -0
- package/types/components/Keyframe/index.d.ts +2 -0
- package/types/components/Keyframe/src/index.vue.d.ts +38 -0
- package/types/components/Loading/index.d.ts +2 -0
- 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/Login/index.d.ts +28 -0
- package/types/components/LoginLayer/index.d.ts +2 -0
- 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 -0
- 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/index.d.ts +6 -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/MobileAuth/index.d.ts +28 -0
- package/types/components/MobileAuthLayer/index.d.ts +2 -0
- 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 -0
- 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/MobileLayer/src/index.d.ts +6 -0
- package/types/components/MultiSelect/index.d.ts +2 -0
- package/types/components/MultiSelect/src/index.vue.d.ts +58 -0
- package/types/components/NoticeTips/index.d.ts +2 -0
- 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 -0
- package/types/components/OcrLayer/src/index.vue.d.ts +89 -0
- package/types/components/PageLoading/index.d.ts +2 -0
- package/types/components/PageLoading/src/index.vue.d.ts +59 -0
- package/types/components/Panel/index.d.ts +2 -0
- package/types/components/Panel/src/index.vue.d.ts +23 -0
- package/types/components/Pdfjs/index.d.ts +21 -0
- package/types/components/PhotoBox/index.d.ts +2 -0
- package/types/components/PhotoBox/src/index.vue.d.ts +22 -0
- package/types/components/Picker/index.d.ts +2 -0
- package/types/components/Picker/src/index.vue.d.ts +32 -0
- package/types/components/PosterLayer/index.d.ts +2 -0
- package/types/components/PosterLayer/src/index.vue.d.ts +10 -0
- package/types/components/PrizeLayer/index.d.ts +2 -0
- package/types/components/PrizeLayer/src/index.vue.d.ts +78 -0
- package/types/components/ProPosterLayer/index.d.ts +2 -0
- 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 -0
- 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/QRCode/index.d.ts +1 -0
- package/types/components/QRCode/qrcode.d.ts +12 -0
- package/types/components/QrcodeLayer/index.d.ts +2 -0
- package/types/components/QrcodeLayer/src/index.vue.d.ts +75 -0
- package/types/components/Recognition/index.d.ts +12 -0
- package/types/components/Recognition/src/createDialog.d.ts +2 -0
- package/types/components/Recognition/src/dialog.vue.d.ts +21 -0
- package/types/components/Recognition/util.d.ts +2 -0
- package/types/components/RecordRuleLayer/index.d.ts +2 -0
- package/types/components/RecordRuleLayer/src/index.vue.d.ts +54 -0
- package/types/components/ReplayLayer/index.d.ts +2 -0
- package/types/components/ReplayLayer/src/index.vue.d.ts +96 -0
- package/types/components/ResourcePreload/index.d.ts +41 -0
- package/types/components/RowCascadePicker/index.d.ts +2 -0
- 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 -0
- package/types/components/Rule/src/index.vue.d.ts +122 -0
- package/types/components/Scroll/index.d.ts +1 -0
- package/types/components/Signature/index.d.ts +2 -0
- package/types/components/Signature/src/index.vue.d.ts +230 -0
- package/types/components/SlidePoster/index.d.ts +2 -0
- 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 -0
- package/types/components/Stepper/src/index.vue.d.ts +141 -0
- package/types/components/Sticky/index.d.ts +2 -0
- package/types/components/Sticky/src/index.vue.d.ts +34 -0
- package/types/components/Style/index.d.ts +4 -0
- package/types/components/Swipe/index.d.ts +2 -0
- 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 -0
- package/types/components/Switch/src/index.vue.d.ts +56 -0
- package/types/components/Tab/index.d.ts +2 -0
- package/types/components/Tab/src/index.vue.d.ts +48 -0
- package/types/components/Timeline/index.d.ts +2 -0
- package/types/components/Timeline/src/index.vue.d.ts +70 -0
- package/types/components/Toast/index.d.ts +2 -0
- package/types/components/Toast/src/index.vue.d.ts +70 -0
- package/types/components/UserAuth/index.d.ts +8 -0
- package/types/components/Validator/index.d.ts +11 -0
- package/types/components/toBase64/index.d.ts +2 -0
- package/types/index.d.ts +441 -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/types/utils/helpers.d.ts +113 -0
- package/types/utils/post.d.ts +4 -0
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
editable: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
addable: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
showDisabled: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
listUrl: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
extParam: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: () => {};
|
|
21
|
+
};
|
|
22
|
+
getUrl: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
saveUrl: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
deleteUrl: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
defaultSelect: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
default: () => {};
|
|
37
|
+
};
|
|
38
|
+
titleLabel: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
trackKey: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
brandColor: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
}, {}, {
|
|
51
|
+
scroller: any;
|
|
52
|
+
defaultSelectData: any;
|
|
53
|
+
extParamData: any;
|
|
54
|
+
changeId: any;
|
|
55
|
+
editId: any;
|
|
56
|
+
sourceList: any[];
|
|
57
|
+
list: any[];
|
|
58
|
+
disabledList: any[];
|
|
59
|
+
hasInited: boolean;
|
|
60
|
+
type: string;
|
|
61
|
+
elements: ({
|
|
62
|
+
display: number;
|
|
63
|
+
key: string;
|
|
64
|
+
type: number;
|
|
65
|
+
name: string;
|
|
66
|
+
defaultRemind: string;
|
|
67
|
+
defaultValue: string;
|
|
68
|
+
attributeValues: {
|
|
69
|
+
regex: string;
|
|
70
|
+
errorRemind: string;
|
|
71
|
+
}[];
|
|
72
|
+
errorRemind: string;
|
|
73
|
+
tips?: undefined;
|
|
74
|
+
element_attr?: undefined;
|
|
75
|
+
_autoBlanks?: undefined;
|
|
76
|
+
} | {
|
|
77
|
+
display: number;
|
|
78
|
+
key: string;
|
|
79
|
+
type: number;
|
|
80
|
+
name: string;
|
|
81
|
+
attributeValues: {
|
|
82
|
+
value: string;
|
|
83
|
+
text: string;
|
|
84
|
+
status: number;
|
|
85
|
+
}[];
|
|
86
|
+
defaultValue: string;
|
|
87
|
+
errorRemind: string;
|
|
88
|
+
defaultRemind?: undefined;
|
|
89
|
+
tips?: undefined;
|
|
90
|
+
element_attr?: undefined;
|
|
91
|
+
_autoBlanks?: undefined;
|
|
92
|
+
} | {
|
|
93
|
+
display: number;
|
|
94
|
+
key: string;
|
|
95
|
+
type: number;
|
|
96
|
+
name: string;
|
|
97
|
+
attributeValues: {
|
|
98
|
+
value: string;
|
|
99
|
+
text: string;
|
|
100
|
+
}[];
|
|
101
|
+
defaultValue: string;
|
|
102
|
+
defaultRemind?: undefined;
|
|
103
|
+
errorRemind?: undefined;
|
|
104
|
+
tips?: undefined;
|
|
105
|
+
element_attr?: undefined;
|
|
106
|
+
_autoBlanks?: undefined;
|
|
107
|
+
} | {
|
|
108
|
+
attributeValues: {
|
|
109
|
+
max: any;
|
|
110
|
+
conMax: number;
|
|
111
|
+
min: number;
|
|
112
|
+
conMin: number;
|
|
113
|
+
}[];
|
|
114
|
+
display: number;
|
|
115
|
+
key: string;
|
|
116
|
+
type: number;
|
|
117
|
+
name: string;
|
|
118
|
+
defaultValue: any;
|
|
119
|
+
defaultRemind?: undefined;
|
|
120
|
+
errorRemind?: undefined;
|
|
121
|
+
tips?: undefined;
|
|
122
|
+
element_attr?: undefined;
|
|
123
|
+
_autoBlanks?: undefined;
|
|
124
|
+
} | {
|
|
125
|
+
display: number;
|
|
126
|
+
key: string;
|
|
127
|
+
type: number;
|
|
128
|
+
name: string;
|
|
129
|
+
defaultRemind: string;
|
|
130
|
+
defaultValue: string;
|
|
131
|
+
attributeValues: {
|
|
132
|
+
regex: string;
|
|
133
|
+
errorRemind: string;
|
|
134
|
+
}[];
|
|
135
|
+
tips: string;
|
|
136
|
+
errorRemind: string;
|
|
137
|
+
element_attr?: undefined;
|
|
138
|
+
_autoBlanks?: undefined;
|
|
139
|
+
} | {
|
|
140
|
+
display: number;
|
|
141
|
+
key: string;
|
|
142
|
+
type: number;
|
|
143
|
+
name: string;
|
|
144
|
+
element_attr: {
|
|
145
|
+
type: string;
|
|
146
|
+
};
|
|
147
|
+
defaultRemind: string;
|
|
148
|
+
defaultValue: string;
|
|
149
|
+
attributeValues: {
|
|
150
|
+
regex: string;
|
|
151
|
+
errorRemind: string;
|
|
152
|
+
}[];
|
|
153
|
+
errorRemind: string;
|
|
154
|
+
_autoBlanks: string;
|
|
155
|
+
tips?: undefined;
|
|
156
|
+
} | {
|
|
157
|
+
display: number;
|
|
158
|
+
key: string;
|
|
159
|
+
type: number;
|
|
160
|
+
name: string;
|
|
161
|
+
defaultRemind: string;
|
|
162
|
+
defaultValue: string;
|
|
163
|
+
element_attr: {
|
|
164
|
+
type: string;
|
|
165
|
+
};
|
|
166
|
+
attributeValues: {
|
|
167
|
+
regex: string;
|
|
168
|
+
errorRemind: string;
|
|
169
|
+
}[];
|
|
170
|
+
errorRemind: string;
|
|
171
|
+
tips?: undefined;
|
|
172
|
+
_autoBlanks?: undefined;
|
|
173
|
+
})[];
|
|
174
|
+
idTypeValues: {};
|
|
175
|
+
loadingState: boolean;
|
|
176
|
+
currentContactId: string;
|
|
177
|
+
dialogContent: string;
|
|
178
|
+
isShowCancel: boolean;
|
|
179
|
+
confirmButtonText: string;
|
|
180
|
+
}, {
|
|
181
|
+
defaultSelectValue(): any;
|
|
182
|
+
extParamValue(): any;
|
|
183
|
+
hasSaveBtn(): boolean;
|
|
184
|
+
hasDelBtn(): boolean;
|
|
185
|
+
hasAddBtn(): boolean;
|
|
186
|
+
hasEditBtn(): any;
|
|
187
|
+
hasDefaultSelectValue(): boolean;
|
|
188
|
+
}, {
|
|
189
|
+
init(): false;
|
|
190
|
+
refresh(): void;
|
|
191
|
+
setData({ defaultSelect, extParam }?: {
|
|
192
|
+
defaultSelect: any;
|
|
193
|
+
extParam: any;
|
|
194
|
+
}): void;
|
|
195
|
+
initIdType(): void;
|
|
196
|
+
getList(sourceList?: any[]): void;
|
|
197
|
+
getDefaultSelect(sourceList?: any[]): void;
|
|
198
|
+
changed(id: any): void;
|
|
199
|
+
getCertTypeDesc(idType: any): any;
|
|
200
|
+
confirm(id: any): void;
|
|
201
|
+
cancel(): void;
|
|
202
|
+
addContact(): void;
|
|
203
|
+
elementReset(): void;
|
|
204
|
+
editContact(id: any): void;
|
|
205
|
+
getContact(id: any): void;
|
|
206
|
+
onElementChange(arg: any): false;
|
|
207
|
+
_changeValues(valueObj: any): void;
|
|
208
|
+
_onCertTypeChange(): void;
|
|
209
|
+
_validate(validatorData: any): void;
|
|
210
|
+
_validateSelf(element: any): boolean;
|
|
211
|
+
_validateRestrict(element: any): void;
|
|
212
|
+
_validateCompleted(): void;
|
|
213
|
+
_validateSubmit(): void;
|
|
214
|
+
_saveBtn(): void;
|
|
215
|
+
_delBtn(id: any): void;
|
|
216
|
+
_delApi(): void;
|
|
217
|
+
getBirthDate(identNumber: any, interval?: string): string;
|
|
218
|
+
getSex(identNumber: any, format?: string): string | number;
|
|
219
|
+
checkCert(str: any): boolean;
|
|
220
|
+
goBack(): void;
|
|
221
|
+
toChoose(): void;
|
|
222
|
+
showLoading(msg?: string, time?: number): false;
|
|
223
|
+
hideLoading(): void;
|
|
224
|
+
errTips(errmsg: any): void;
|
|
225
|
+
onError(option?: {}): void;
|
|
226
|
+
handleContactConfirm(): void;
|
|
227
|
+
tipsclick(): void;
|
|
228
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
229
|
+
editable: {
|
|
230
|
+
type: BooleanConstructor;
|
|
231
|
+
default: boolean;
|
|
232
|
+
};
|
|
233
|
+
addable: {
|
|
234
|
+
type: BooleanConstructor;
|
|
235
|
+
default: boolean;
|
|
236
|
+
};
|
|
237
|
+
showDisabled: {
|
|
238
|
+
type: BooleanConstructor;
|
|
239
|
+
default: boolean;
|
|
240
|
+
};
|
|
241
|
+
listUrl: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
extParam: {
|
|
246
|
+
type: ObjectConstructor;
|
|
247
|
+
default: () => {};
|
|
248
|
+
};
|
|
249
|
+
getUrl: {
|
|
250
|
+
type: StringConstructor;
|
|
251
|
+
default: string;
|
|
252
|
+
};
|
|
253
|
+
saveUrl: {
|
|
254
|
+
type: StringConstructor;
|
|
255
|
+
default: string;
|
|
256
|
+
};
|
|
257
|
+
deleteUrl: {
|
|
258
|
+
type: StringConstructor;
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
defaultSelect: {
|
|
262
|
+
type: ObjectConstructor;
|
|
263
|
+
default: () => {};
|
|
264
|
+
};
|
|
265
|
+
titleLabel: {
|
|
266
|
+
type: StringConstructor;
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
269
|
+
trackKey: {
|
|
270
|
+
type: StringConstructor;
|
|
271
|
+
default: string;
|
|
272
|
+
};
|
|
273
|
+
brandColor: {
|
|
274
|
+
type: StringConstructor;
|
|
275
|
+
default: string;
|
|
276
|
+
};
|
|
277
|
+
}>>, {
|
|
278
|
+
brandColor: string;
|
|
279
|
+
editable: boolean;
|
|
280
|
+
addable: boolean;
|
|
281
|
+
listUrl: string;
|
|
282
|
+
saveUrl: string;
|
|
283
|
+
deleteUrl: string;
|
|
284
|
+
titleLabel: string;
|
|
285
|
+
trackKey: string;
|
|
286
|
+
showDisabled: boolean;
|
|
287
|
+
extParam: Record<string, any>;
|
|
288
|
+
getUrl: string;
|
|
289
|
+
defaultSelect: Record<string, any>;
|
|
290
|
+
}>;
|
|
291
|
+
export default _default;
|
|
@@ -0,0 +1,335 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
editable: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
addable: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
showDisabled: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
listUrl: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
extParam: {
|
|
19
|
+
type: ObjectConstructor;
|
|
20
|
+
default: () => {};
|
|
21
|
+
};
|
|
22
|
+
getUrl: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
saveUrl: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
deleteUrl: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
defaultSelect: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
default: () => {};
|
|
37
|
+
};
|
|
38
|
+
titleLabel: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
trackKey: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
brandColor: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
isCps: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
}, {}, {
|
|
55
|
+
scroller: any;
|
|
56
|
+
defaultSelectData: any;
|
|
57
|
+
extParamData: any;
|
|
58
|
+
changeId: any;
|
|
59
|
+
editId: any;
|
|
60
|
+
sourceList: any[];
|
|
61
|
+
list: any[];
|
|
62
|
+
disabledList: any[];
|
|
63
|
+
disabledSearchList: any[];
|
|
64
|
+
hasInited: boolean;
|
|
65
|
+
type: string;
|
|
66
|
+
elements: ({
|
|
67
|
+
display: number;
|
|
68
|
+
key: string;
|
|
69
|
+
type: number;
|
|
70
|
+
name: string;
|
|
71
|
+
defaultRemind: string;
|
|
72
|
+
defaultValue: string;
|
|
73
|
+
attributeValues: {
|
|
74
|
+
regex: string;
|
|
75
|
+
errorRemind: string;
|
|
76
|
+
}[];
|
|
77
|
+
errorRemind: string;
|
|
78
|
+
tips?: undefined;
|
|
79
|
+
element_attr?: undefined;
|
|
80
|
+
_autoBlanks?: undefined;
|
|
81
|
+
} | {
|
|
82
|
+
display: number;
|
|
83
|
+
key: string;
|
|
84
|
+
type: number;
|
|
85
|
+
name: string;
|
|
86
|
+
attributeValues: {
|
|
87
|
+
value: string;
|
|
88
|
+
text: string;
|
|
89
|
+
status: number;
|
|
90
|
+
}[];
|
|
91
|
+
defaultValue: string;
|
|
92
|
+
errorRemind: string;
|
|
93
|
+
defaultRemind?: undefined;
|
|
94
|
+
tips?: undefined;
|
|
95
|
+
element_attr?: undefined;
|
|
96
|
+
_autoBlanks?: undefined;
|
|
97
|
+
} | {
|
|
98
|
+
display: number;
|
|
99
|
+
key: string;
|
|
100
|
+
type: number;
|
|
101
|
+
name: string;
|
|
102
|
+
attributeValues: {
|
|
103
|
+
value: string;
|
|
104
|
+
text: string;
|
|
105
|
+
}[];
|
|
106
|
+
defaultValue: string;
|
|
107
|
+
defaultRemind?: undefined;
|
|
108
|
+
errorRemind?: undefined;
|
|
109
|
+
tips?: undefined;
|
|
110
|
+
element_attr?: undefined;
|
|
111
|
+
_autoBlanks?: undefined;
|
|
112
|
+
} | {
|
|
113
|
+
attributeValues: {
|
|
114
|
+
max: any;
|
|
115
|
+
conMax: number;
|
|
116
|
+
min: number;
|
|
117
|
+
conMin: number;
|
|
118
|
+
}[];
|
|
119
|
+
display: number;
|
|
120
|
+
key: string;
|
|
121
|
+
type: number;
|
|
122
|
+
name: string;
|
|
123
|
+
defaultValue: any;
|
|
124
|
+
defaultRemind?: undefined;
|
|
125
|
+
errorRemind?: undefined;
|
|
126
|
+
tips?: undefined;
|
|
127
|
+
element_attr?: undefined;
|
|
128
|
+
_autoBlanks?: undefined;
|
|
129
|
+
} | {
|
|
130
|
+
display: number;
|
|
131
|
+
key: string;
|
|
132
|
+
type: number;
|
|
133
|
+
name: string;
|
|
134
|
+
defaultRemind: string;
|
|
135
|
+
defaultValue: string;
|
|
136
|
+
attributeValues: {
|
|
137
|
+
regex: string;
|
|
138
|
+
errorRemind: string;
|
|
139
|
+
}[];
|
|
140
|
+
tips: string;
|
|
141
|
+
errorRemind: string;
|
|
142
|
+
element_attr?: undefined;
|
|
143
|
+
_autoBlanks?: undefined;
|
|
144
|
+
} | {
|
|
145
|
+
display: number;
|
|
146
|
+
key: string;
|
|
147
|
+
type: number;
|
|
148
|
+
name: string;
|
|
149
|
+
element_attr: {
|
|
150
|
+
type: string;
|
|
151
|
+
};
|
|
152
|
+
defaultRemind: string;
|
|
153
|
+
defaultValue: string;
|
|
154
|
+
attributeValues: {
|
|
155
|
+
regex: string;
|
|
156
|
+
errorRemind: string;
|
|
157
|
+
}[];
|
|
158
|
+
errorRemind: string;
|
|
159
|
+
_autoBlanks: string;
|
|
160
|
+
tips?: undefined;
|
|
161
|
+
} | {
|
|
162
|
+
display: number;
|
|
163
|
+
key: string;
|
|
164
|
+
type: number;
|
|
165
|
+
name: string;
|
|
166
|
+
defaultRemind: string;
|
|
167
|
+
defaultValue: string;
|
|
168
|
+
element_attr: {
|
|
169
|
+
type: string;
|
|
170
|
+
};
|
|
171
|
+
attributeValues: {
|
|
172
|
+
regex: string;
|
|
173
|
+
errorRemind: string;
|
|
174
|
+
}[];
|
|
175
|
+
errorRemind: string;
|
|
176
|
+
tips?: undefined;
|
|
177
|
+
_autoBlanks?: undefined;
|
|
178
|
+
} | {
|
|
179
|
+
display: number;
|
|
180
|
+
key: string;
|
|
181
|
+
type: number;
|
|
182
|
+
name: string;
|
|
183
|
+
attributeValues: {
|
|
184
|
+
value: number;
|
|
185
|
+
text: string;
|
|
186
|
+
}[];
|
|
187
|
+
defaultValue: string;
|
|
188
|
+
errorRemind: string;
|
|
189
|
+
defaultRemind?: undefined;
|
|
190
|
+
tips?: undefined;
|
|
191
|
+
element_attr?: undefined;
|
|
192
|
+
_autoBlanks?: undefined;
|
|
193
|
+
})[];
|
|
194
|
+
idTypeValues: {};
|
|
195
|
+
loadingState: boolean;
|
|
196
|
+
currentContactId: string;
|
|
197
|
+
dialogContent: string;
|
|
198
|
+
isShowCancel: boolean;
|
|
199
|
+
confirmButtonText: string;
|
|
200
|
+
contactBookContentHeight: number;
|
|
201
|
+
docmHeight: number;
|
|
202
|
+
isExpanded: boolean;
|
|
203
|
+
showExpanded: boolean;
|
|
204
|
+
preOverflowValue: string;
|
|
205
|
+
addContent: {};
|
|
206
|
+
searchText: string;
|
|
207
|
+
searchList: any[];
|
|
208
|
+
fn: any;
|
|
209
|
+
hasData: boolean;
|
|
210
|
+
}, {
|
|
211
|
+
defaultSelectValue(): any;
|
|
212
|
+
extParamValue(): any;
|
|
213
|
+
hasSaveBtn(): boolean;
|
|
214
|
+
hasDelBtn(): boolean;
|
|
215
|
+
hasAddBtn(): boolean;
|
|
216
|
+
hasEditBtn(): any;
|
|
217
|
+
hasDefaultSelectValue(): boolean;
|
|
218
|
+
backgroundColor(): any;
|
|
219
|
+
isShowSearchBar(): boolean;
|
|
220
|
+
}, {
|
|
221
|
+
initHeight(): void;
|
|
222
|
+
throttle(fn: any, waittime?: number): (newVal: any) => void;
|
|
223
|
+
toggle(): void;
|
|
224
|
+
toRgb(color: any): string;
|
|
225
|
+
onToggleEnd(): void;
|
|
226
|
+
init(): false;
|
|
227
|
+
refresh(): void;
|
|
228
|
+
setData({ defaultSelect, extParam }?: {
|
|
229
|
+
defaultSelect: any;
|
|
230
|
+
extParam: any;
|
|
231
|
+
}): void;
|
|
232
|
+
initIdType(): void;
|
|
233
|
+
getList(sourceList?: any[]): void;
|
|
234
|
+
getSearchList(): void;
|
|
235
|
+
getDefaultSelect(sourceList?: any[]): void;
|
|
236
|
+
changed(id: any): void;
|
|
237
|
+
getCertTypeDesc(idType: any): any;
|
|
238
|
+
confirm(id: any): void;
|
|
239
|
+
cancel(): void;
|
|
240
|
+
addContact(): void;
|
|
241
|
+
elementReset(): void;
|
|
242
|
+
editContact(id: any): void;
|
|
243
|
+
getContact(id: any): void;
|
|
244
|
+
onElementChange(arg: any): false;
|
|
245
|
+
_changeValues(valueObj: any): void;
|
|
246
|
+
_onCertTypeChange(): void;
|
|
247
|
+
_validate(validatorData: any): void;
|
|
248
|
+
_validateSelf(element: any): boolean;
|
|
249
|
+
_validateRestrict(element: any): void;
|
|
250
|
+
_validateCompleted(): void;
|
|
251
|
+
_validateSubmit(): void;
|
|
252
|
+
handleConfrim(): void;
|
|
253
|
+
_saveBtn(): void;
|
|
254
|
+
_delBtn(id: any): void;
|
|
255
|
+
_delApi(): void;
|
|
256
|
+
getBirthDate(identNumber: any, interval?: string): string;
|
|
257
|
+
getSex(identNumber: any, format?: string): string | number;
|
|
258
|
+
checkCert(str: any): boolean;
|
|
259
|
+
goBack(): void;
|
|
260
|
+
toChoose(): void;
|
|
261
|
+
showLoading(msg?: string, time?: number): false;
|
|
262
|
+
hideLoading(): void;
|
|
263
|
+
errTips(errmsg: any): void;
|
|
264
|
+
onError(option?: {}): void;
|
|
265
|
+
handleContactConfirm(): void;
|
|
266
|
+
tipsclick(): void;
|
|
267
|
+
}, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
268
|
+
editable: {
|
|
269
|
+
type: BooleanConstructor;
|
|
270
|
+
default: boolean;
|
|
271
|
+
};
|
|
272
|
+
addable: {
|
|
273
|
+
type: BooleanConstructor;
|
|
274
|
+
default: boolean;
|
|
275
|
+
};
|
|
276
|
+
showDisabled: {
|
|
277
|
+
type: BooleanConstructor;
|
|
278
|
+
default: boolean;
|
|
279
|
+
};
|
|
280
|
+
listUrl: {
|
|
281
|
+
type: StringConstructor;
|
|
282
|
+
default: string;
|
|
283
|
+
};
|
|
284
|
+
extParam: {
|
|
285
|
+
type: ObjectConstructor;
|
|
286
|
+
default: () => {};
|
|
287
|
+
};
|
|
288
|
+
getUrl: {
|
|
289
|
+
type: StringConstructor;
|
|
290
|
+
default: string;
|
|
291
|
+
};
|
|
292
|
+
saveUrl: {
|
|
293
|
+
type: StringConstructor;
|
|
294
|
+
default: string;
|
|
295
|
+
};
|
|
296
|
+
deleteUrl: {
|
|
297
|
+
type: StringConstructor;
|
|
298
|
+
default: string;
|
|
299
|
+
};
|
|
300
|
+
defaultSelect: {
|
|
301
|
+
type: ObjectConstructor;
|
|
302
|
+
default: () => {};
|
|
303
|
+
};
|
|
304
|
+
titleLabel: {
|
|
305
|
+
type: StringConstructor;
|
|
306
|
+
default: string;
|
|
307
|
+
};
|
|
308
|
+
trackKey: {
|
|
309
|
+
type: StringConstructor;
|
|
310
|
+
default: string;
|
|
311
|
+
};
|
|
312
|
+
brandColor: {
|
|
313
|
+
type: StringConstructor;
|
|
314
|
+
default: string;
|
|
315
|
+
};
|
|
316
|
+
isCps: {
|
|
317
|
+
type: BooleanConstructor;
|
|
318
|
+
default: boolean;
|
|
319
|
+
};
|
|
320
|
+
}>>, {
|
|
321
|
+
brandColor: string;
|
|
322
|
+
editable: boolean;
|
|
323
|
+
addable: boolean;
|
|
324
|
+
listUrl: string;
|
|
325
|
+
saveUrl: string;
|
|
326
|
+
deleteUrl: string;
|
|
327
|
+
titleLabel: string;
|
|
328
|
+
trackKey: string;
|
|
329
|
+
showDisabled: boolean;
|
|
330
|
+
extParam: Record<string, any>;
|
|
331
|
+
getUrl: string;
|
|
332
|
+
defaultSelect: Record<string, any>;
|
|
333
|
+
isCps: boolean;
|
|
334
|
+
}>;
|
|
335
|
+
export default _default;
|