@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.
Files changed (410) hide show
  1. package/lib/Pdfjs/index.js +1 -1
  2. package/lib/Pdfjs/index.mjs +2 -3
  3. package/lib/index.js +1 -1
  4. package/lib/index.mjs +1 -1
  5. package/package.json +95 -94
  6. package/types/common/baseelement.vue.d.ts +128 -0
  7. package/types/common/button.vue.d.ts +35 -0
  8. package/types/common/dynamicform.vue.d.ts +25 -0
  9. package/types/common/forminput.vue.d.ts +57 -0
  10. package/types/common/goldlayer.vue.d.ts +61 -0
  11. package/types/common/iconbank.vue.d.ts +4 -0
  12. package/types/common/iconcontact.vue.d.ts +25 -0
  13. package/types/common/iconphoto.vue.d.ts +4 -0
  14. package/types/common/input.vue.d.ts +83 -0
  15. package/types/common/layer.vue.d.ts +92 -0
  16. package/types/common/popup/src/index.vue.d.ts +82 -0
  17. package/types/common/popup.vue.d.ts +82 -0
  18. package/types/common/scroll.vue.d.ts +172 -0
  19. package/types/common/scrollZoom/components/bubble.vue.d.ts +20 -0
  20. package/types/common/scrollZoom/components/scroll.vue.d.ts +186 -0
  21. package/types/common/scrollZoom/index.vue.d.ts +54 -0
  22. package/types/common/svgicon.vue.d.ts +28 -0
  23. package/types/components/BScroll/index.d.ts +2 -2
  24. package/types/components/BankSelect/index.d.ts +2 -1
  25. package/types/components/BankSelect/src/components/bankbox.vue.d.ts +34 -0
  26. package/types/components/BankSelect/src/components/bankchoosebox.vue.d.ts +36 -0
  27. package/types/components/BankSelect/src/components/bankmsg.vue.d.ts +125 -0
  28. package/types/components/BankSelect/src/components/editbank.vue.d.ts +14 -0
  29. package/types/components/BankSelect/src/index.vue.d.ts +97 -0
  30. package/types/components/BaseInput/index.d.ts +2 -1
  31. package/types/components/BaseInput/src/index.vue.d.ts +69 -0
  32. package/types/components/Button/index.d.ts +2 -1
  33. package/types/components/Button/src/index.vue.d.ts +128 -0
  34. package/types/components/CascadePicker/index.d.ts +2 -1
  35. package/types/components/CascadePicker/src/index.vue.d.ts +25 -0
  36. package/types/components/CertifyLayer/index.d.ts +2 -1
  37. package/types/components/CertifyLayer/src/index.vue.d.ts +191 -0
  38. package/types/components/ClaimsContact/index.d.ts +2 -1
  39. package/types/components/ClaimsContact/src/index.vue.d.ts +291 -0
  40. package/types/components/Collapse/index.d.ts +2 -1
  41. package/types/components/Collapse/src/index.vue.d.ts +50 -0
  42. package/types/components/Contact/index.d.ts +2 -1
  43. package/types/components/Contact/src/index.vue.d.ts +291 -0
  44. package/types/components/ContactBook/index.d.ts +2 -1
  45. package/types/components/ContactBook/src/index.vue.d.ts +335 -0
  46. package/types/components/CountTo/index.d.ts +2 -1
  47. package/types/components/CountTo/src/index.vue.d.ts +147 -0
  48. package/types/components/CouponLayer/index.d.ts +2 -1
  49. package/types/components/CouponLayer/src/index.vue.d.ts +58 -0
  50. package/types/components/CrmReserveInfoLayer/index.d.ts +2 -1
  51. package/types/components/CrmReserveInfoLayer/src/index.vue.d.ts +80 -0
  52. package/types/components/DatePicker/index.d.ts +2 -1
  53. package/types/components/DatePicker/src/index.vue.d.ts +102 -0
  54. package/types/components/Dialog/index.d.ts +2 -1
  55. package/types/components/Dialog/src/index.vue.d.ts +31 -0
  56. package/types/components/DiseaseSelect/index.d.ts +2 -1
  57. package/types/components/DiseaseSelect/src/collapse/collapse.vue.d.ts +19 -0
  58. package/types/components/DiseaseSelect/src/collapse/collapseItem.vue.d.ts +29 -0
  59. package/types/components/DiseaseSelect/src/collapse/collapseTransition.vue.d.ts +9 -0
  60. package/types/components/DiseaseSelect/src/collapse/dom.d.ts +11 -0
  61. package/types/components/DiseaseSelect/src/collapse/emitter.d.ts +7 -0
  62. package/types/components/DiseaseSelect/src/diseaseList.vue.d.ts +30 -0
  63. package/types/components/DiseaseSelect/src/index.vue.d.ts +79 -0
  64. package/types/components/DiseaseSelect/src/resultList.vue.d.ts +37 -0
  65. package/types/components/DiseaseSelect/src/search.vue.d.ts +46 -0
  66. package/types/components/DiseaseSelect/src/selectLayer.vue.d.ts +84 -0
  67. package/types/components/DiseaseSelectLayer/index.d.ts +2 -1
  68. package/types/components/DiseaseSelectLayer/src/index.vue.d.ts +134 -0
  69. package/types/components/DocPop/index.d.ts +2 -1
  70. package/types/components/DocPop/src/components/scrollList.vue.d.ts +23 -0
  71. package/types/components/DocPop/src/index.vue.d.ts +71 -0
  72. package/types/components/ErrorInterceptors/index.d.ts +1 -1
  73. package/types/components/FileList/index.d.ts +2 -1
  74. package/types/components/FileList/src/index.vue.d.ts +153 -0
  75. package/types/components/FormLayer/index.d.ts +2 -1
  76. package/types/components/FormLayer/src/index.vue.d.ts +111 -0
  77. package/types/components/GivenLayer/index.d.ts +2 -1
  78. package/types/components/GivenLayer/src/index.vue.d.ts +136 -0
  79. package/types/components/GoldAddress/index.d.ts +2 -1
  80. package/types/components/GoldAddress/src/index.vue.d.ts +7 -0
  81. package/types/components/GoldAddressLayer/index.d.ts +2 -1
  82. package/types/components/GoldAddressLayer/src/index.vue.d.ts +95 -0
  83. package/types/components/GoldAddressSelect/index.d.ts +2 -1
  84. package/types/components/GoldAddressSelect/src/addressSelectLayer.vue.d.ts +92 -0
  85. package/types/components/GoldAddressSelect/src/index.vue.d.ts +11 -0
  86. package/types/components/GoldAml/index.d.ts +2 -1
  87. package/types/components/GoldAml/src/index.vue.d.ts +447 -0
  88. package/types/components/GoldArea/index.d.ts +2 -1
  89. package/types/components/GoldArea/src/index.vue.d.ts +6 -0
  90. package/types/components/GoldAuroraSlots/index.d.ts +2 -1
  91. package/types/components/GoldAuroraSlots/src/index.vue.d.ts +45 -0
  92. package/types/components/GoldBankPayLimit/index.d.ts +2 -1
  93. package/types/components/GoldBankPayLimit/src/bankSelect.vue.d.ts +60 -0
  94. package/types/components/GoldBankPayLimit/src/index.vue.d.ts +13 -0
  95. package/types/components/GoldBenefitDemo/index.d.ts +2 -1
  96. package/types/components/GoldBenefitDemo/src/components/benefit/components/amount.vue.d.ts +26 -0
  97. package/types/components/GoldBenefitDemo/src/components/benefit/components/slider.vue.d.ts +53 -0
  98. package/types/components/GoldBenefitDemo/src/components/benefit/components/text.vue.d.ts +23 -0
  99. package/types/components/GoldBenefitDemo/src/components/benefit/components/title.vue.d.ts +17 -0
  100. package/types/components/GoldBenefitDemo/src/components/benefit/index.vue.d.ts +54 -0
  101. package/types/components/GoldBenefitDemo/src/components/costTable.vue.d.ts +35 -0
  102. package/types/components/GoldBenefitDemo/src/index.vue.d.ts +75 -0
  103. package/types/components/GoldCareer/index.d.ts +2 -1
  104. package/types/components/GoldCareer/src/index.vue.d.ts +7 -0
  105. package/types/components/GoldCareerLayer/index.d.ts +2 -1
  106. package/types/components/GoldCareerLayer/src/index.vue.d.ts +73 -0
  107. package/types/components/GoldCert/index.d.ts +2 -1
  108. package/types/components/GoldCert/src/const.d.ts +77 -0
  109. package/types/components/GoldCert/src/index.vue.d.ts +222 -0
  110. package/types/components/GoldCert/src/photo.vue.d.ts +50 -0
  111. package/types/components/GoldCert/src/relateVerifyPhoto.vue.d.ts +51 -0
  112. package/types/components/GoldCheckbox/index.d.ts +2 -1
  113. package/types/components/GoldCheckbox/src/index.vue.d.ts +14 -0
  114. package/types/components/GoldClaimsContact/index.d.ts +2 -1
  115. package/types/components/GoldClaimsContact/src/index.vue.d.ts +83 -0
  116. package/types/components/GoldCommentList/index.d.ts +2 -1
  117. package/types/components/GoldCommentList/src/index.vue.d.ts +34 -0
  118. package/types/components/GoldCommentList/src/item.vue.d.ts +46 -0
  119. package/types/components/GoldCommentList/src/tag.vue.d.ts +63 -0
  120. package/types/components/GoldCompute/index.d.ts +2 -1
  121. package/types/components/GoldCompute/src/careerQuery.vue.d.ts +37 -0
  122. package/types/components/GoldCompute/src/index.vue.d.ts +110 -0
  123. package/types/components/GoldComputeV2/index.d.ts +2 -1
  124. package/types/components/GoldComputeV2/src/careerQuery.vue.d.ts +37 -0
  125. package/types/components/GoldComputeV2/src/index.vue.d.ts +115 -0
  126. package/types/components/GoldConclusion/index.d.ts +2 -1
  127. package/types/components/GoldConclusion/src/components/humancheck.vue.d.ts +26 -0
  128. package/types/components/GoldConclusion/src/components/intelcheck.vue.d.ts +27 -0
  129. package/types/components/GoldConclusion/src/components/module.vue.d.ts +23 -0
  130. package/types/components/GoldConclusion/src/components/picture.vue.d.ts +23 -0
  131. package/types/components/GoldConclusion/src/components/progress.vue.d.ts +29 -0
  132. package/types/components/GoldConclusion/src/components/scrollzoom.vue.d.ts +66 -0
  133. package/types/components/GoldConclusion/src/components/status.vue.d.ts +23 -0
  134. package/types/components/GoldConclusion/src/components/tab.vue.d.ts +46 -0
  135. package/types/components/GoldConclusion/src/index.vue.d.ts +133 -0
  136. package/types/components/GoldContact/index.d.ts +2 -1
  137. package/types/components/GoldContact/src/index.vue.d.ts +77 -0
  138. package/types/components/GoldContactBook/index.d.ts +2 -1
  139. package/types/components/GoldContactBook/src/index.vue.d.ts +103 -0
  140. package/types/components/GoldContactElement/index.d.ts +2 -1
  141. package/types/components/GoldContactElement/src/index.vue.d.ts +2 -0
  142. package/types/components/GoldCost/index.d.ts +2 -1
  143. package/types/components/GoldCost/src/index.vue.d.ts +77 -0
  144. package/types/components/GoldCost/src/table.vue.d.ts +55 -0
  145. package/types/components/GoldCostLayer/index.d.ts +2 -1
  146. package/types/components/GoldCostLayer/src/index.vue.d.ts +75 -0
  147. package/types/components/GoldCoupon/index.d.ts +2 -1
  148. package/types/components/GoldCoupon/src/code.vue.d.ts +39 -0
  149. package/types/components/GoldCoupon/src/index.vue.d.ts +77 -0
  150. package/types/components/GoldCoupon/src/item.vue.d.ts +129 -0
  151. package/types/components/GoldCoupon/src/list.vue.d.ts +61 -0
  152. package/types/components/GoldDate/index.d.ts +2 -1
  153. package/types/components/GoldDate/src/index.vue.d.ts +10 -0
  154. package/types/components/GoldDialog/index.d.ts +2 -1
  155. package/types/components/GoldDialog/src/index.vue.d.ts +200 -0
  156. package/types/components/GoldDisease/index.d.ts +2 -1
  157. package/types/components/GoldDisease/src/index.vue.d.ts +37 -0
  158. package/types/components/GoldDocLayer/index.d.ts +2 -1
  159. package/types/components/GoldDocLayer/src/index.vue.d.ts +86 -0
  160. package/types/components/GoldDoorPlate/index.d.ts +2 -1
  161. package/types/components/GoldDoorPlate/src/index.vue.d.ts +6 -0
  162. package/types/components/GoldDoubleRecordTable/index.d.ts +2 -1
  163. package/types/components/GoldDoubleRecordTable/src/index.vue.d.ts +70 -0
  164. package/types/components/GoldElement/index.d.ts +2 -1
  165. package/types/components/GoldElement/src/index.vue.d.ts +203 -0
  166. package/types/components/GoldElementGroup/index.d.ts +2 -1
  167. package/types/components/GoldElementGroup/src/index.vue.d.ts +113 -0
  168. package/types/components/GoldFacecheck/index.d.ts +2 -1
  169. package/types/components/GoldFacecheck/src/index.vue.d.ts +8 -0
  170. package/types/components/GoldFaq/index.d.ts +2 -1
  171. package/types/components/GoldFaq/src/index.vue.d.ts +48 -0
  172. package/types/components/GoldFile/index.d.ts +2 -1
  173. package/types/components/GoldFile/src/index.vue.d.ts +9 -0
  174. package/types/components/GoldFileAssess/index.d.ts +2 -1
  175. package/types/components/GoldFileAssess/src/index.vue.d.ts +17 -0
  176. package/types/components/GoldFinance/index.d.ts +2 -1
  177. package/types/components/GoldFinance/src/components/benefit/components/amount.vue.d.ts +23 -0
  178. package/types/components/GoldFinance/src/components/benefit/components/proportion.vue.d.ts +16 -0
  179. package/types/components/GoldFinance/src/components/benefit/components/select.vue.d.ts +40 -0
  180. package/types/components/GoldFinance/src/components/benefit/components/slider.vue.d.ts +26 -0
  181. package/types/components/GoldFinance/src/components/benefit/components/text.vue.d.ts +14 -0
  182. package/types/components/GoldFinance/src/components/benefit/components/title.vue.d.ts +40 -0
  183. package/types/components/GoldFinance/src/components/benefit/index.vue.d.ts +48 -0
  184. package/types/components/GoldFinance/src/components/caseDemo.vue.d.ts +74 -0
  185. package/types/components/GoldFinance/src/components/costTable.vue.d.ts +41 -0
  186. package/types/components/GoldFinance/src/components/replace.d.ts +21 -0
  187. package/types/components/GoldFinance/src/index.vue.d.ts +97 -0
  188. package/types/components/GoldFinanceChart/index.d.ts +2 -1
  189. package/types/components/GoldFinanceChart/src/colorConfig.d.ts +98 -0
  190. package/types/components/GoldFinanceChart/src/components/benefit.vue.d.ts +74 -0
  191. package/types/components/GoldFinanceChart/src/components/chart.vue.d.ts +34 -0
  192. package/types/components/GoldFinanceChart/src/components/costTable.vue.d.ts +41 -0
  193. package/types/components/GoldFinanceChart/src/index.vue.d.ts +89 -0
  194. package/types/components/GoldFinanceChartV2/index.d.ts +2 -1
  195. package/types/components/GoldFinanceChartV2/src/chart.vue.d.ts +128 -0
  196. package/types/components/GoldFinanceChartV2/src/config.d.ts +20 -0
  197. package/types/components/GoldFinanceChartV2/src/index.vue.d.ts +59 -0
  198. package/types/components/GoldFinanceChartV3/index.d.ts +2 -1
  199. package/types/components/GoldFinanceChartV3/src/benefit/components/header.vue.d.ts +52 -0
  200. package/types/components/GoldFinanceChartV3/src/benefit/components/newamount.vue.d.ts +23 -0
  201. package/types/components/GoldFinanceChartV3/src/benefit/components/proportion.vue.d.ts +16 -0
  202. package/types/components/GoldFinanceChartV3/src/benefit/components/select.vue.d.ts +40 -0
  203. package/types/components/GoldFinanceChartV3/src/benefit/components/text.vue.d.ts +14 -0
  204. package/types/components/GoldFinanceChartV3/src/benefit/components/title.vue.d.ts +14 -0
  205. package/types/components/GoldFinanceChartV3/src/benefit/index.vue.d.ts +38 -0
  206. package/types/components/GoldFinanceChartV3/src/costTable.vue.d.ts +91 -0
  207. package/types/components/GoldFinanceChartV3/src/index.vue.d.ts +117 -0
  208. package/types/components/GoldFinanceChartV3/src/tools/replace.d.ts +21 -0
  209. package/types/components/GoldFinanceV2/index.d.ts +2 -1
  210. package/types/components/GoldFinanceV2/src/components/benefit/components/amount.vue.d.ts +23 -0
  211. package/types/components/GoldFinanceV2/src/components/benefit/components/proportion.vue.d.ts +16 -0
  212. package/types/components/GoldFinanceV2/src/components/benefit/components/select.vue.d.ts +40 -0
  213. package/types/components/GoldFinanceV2/src/components/benefit/components/slider.vue.d.ts +26 -0
  214. package/types/components/GoldFinanceV2/src/components/benefit/components/text.vue.d.ts +14 -0
  215. package/types/components/GoldFinanceV2/src/components/benefit/components/title.vue.d.ts +40 -0
  216. package/types/components/GoldFinanceV2/src/components/benefit/index.vue.d.ts +48 -0
  217. package/types/components/GoldFinanceV2/src/components/caseDemo.vue.d.ts +74 -0
  218. package/types/components/GoldFinanceV2/src/components/costTable.vue.d.ts +41 -0
  219. package/types/components/GoldFinanceV2/src/components/replace.d.ts +21 -0
  220. package/types/components/GoldFinanceV2/src/index.vue.d.ts +97 -0
  221. package/types/components/GoldIndexBar/index.d.ts +2 -1
  222. package/types/components/GoldIndexBar/src/index.vue.d.ts +8 -0
  223. package/types/components/GoldInput/index.d.ts +2 -1
  224. package/types/components/GoldInput/src/index.vue.d.ts +2 -0
  225. package/types/components/GoldInsureDescDialog/index.d.ts +2 -1
  226. package/types/components/GoldInsureDescDialog/src/index.vue.d.ts +81 -0
  227. package/types/components/GoldInsureDuty/index.d.ts +2 -1
  228. package/types/components/GoldInsureDuty/src/index.vue.d.ts +95 -0
  229. package/types/components/GoldInsureNotice/index.d.ts +2 -1
  230. package/types/components/GoldInsureNotice/src/components/content.vue.d.ts +23 -0
  231. package/types/components/GoldInsureNotice/src/components/denyCarrer.vue.d.ts +17 -0
  232. package/types/components/GoldInsureNotice/src/components/health.vue.d.ts +85 -0
  233. package/types/components/GoldInsureNotice/src/components/healthNotice.vue.d.ts +89 -0
  234. package/types/components/GoldInsureNotice/src/components/offlineHealth.vue.d.ts +36 -0
  235. package/types/components/GoldInsureNotice/src/components/tips.vue.d.ts +17 -0
  236. package/types/components/GoldInsureNotice/src/index.vue.d.ts +180 -0
  237. package/types/components/GoldItem/index.d.ts +2 -1
  238. package/types/components/GoldItem/src/index.vue.d.ts +16 -0
  239. package/types/components/GoldLattice/index.d.ts +2 -1
  240. package/types/components/GoldLattice/src/index.vue.d.ts +9 -0
  241. package/types/components/GoldLayer/index.d.ts +1 -1
  242. package/types/components/GoldMailPrecheck/index.d.ts +2 -1
  243. package/types/components/GoldMailPrecheck/src/index.vue.d.ts +86 -0
  244. package/types/components/GoldMailPrecheckV2/index.d.ts +2 -1
  245. package/types/components/GoldMailPrecheckV2/src/index.vue.d.ts +86 -0
  246. package/types/components/GoldMobileLayer/index.d.ts +2 -1
  247. package/types/components/GoldMobileLayer/src/index.vue.d.ts +129 -0
  248. package/types/components/GoldModule/index.d.ts +2 -1
  249. package/types/components/GoldModule/src/index.vue.d.ts +125 -0
  250. package/types/components/GoldMulSelect/index.d.ts +2 -1
  251. package/types/components/GoldMulSelect/src/components/mulSelect.vue.d.ts +47 -0
  252. package/types/components/GoldMulSelect/src/index.vue.d.ts +11 -0
  253. package/types/components/GoldNoticeTerms/index.d.ts +2 -1
  254. package/types/components/GoldNoticeTerms/src/components/heatlh.vue.d.ts +24 -0
  255. package/types/components/GoldNoticeTerms/src/components/protocol.vue.d.ts +34 -0
  256. package/types/components/GoldNoticeTerms/src/components/tab.vue.d.ts +43 -0
  257. package/types/components/GoldNoticeTerms/src/index.vue.d.ts +157 -0
  258. package/types/components/GoldOcr/index.d.ts +2 -1
  259. package/types/components/GoldOcr/src/filelist.vue.d.ts +112 -0
  260. package/types/components/GoldOcr/src/index.vue.d.ts +7 -0
  261. package/types/components/GoldPayLimitLayer/index.d.ts +2 -1
  262. package/types/components/GoldPayLimitLayer/src/index.vue.d.ts +109 -0
  263. package/types/components/GoldPayLimitLayer/src/signIntroduct.vue.d.ts +32 -0
  264. package/types/components/GoldPayLimitLayer/src/table.vue.d.ts +36 -0
  265. package/types/components/GoldPhoto/index.d.ts +2 -1
  266. package/types/components/GoldPhoto/src/index.vue.d.ts +60 -0
  267. package/types/components/GoldProtocol/index.d.ts +2 -1
  268. package/types/components/GoldProtocol/src/index.vue.d.ts +99 -0
  269. package/types/components/GoldPureText/index.d.ts +2 -1
  270. package/types/components/GoldPureText/src/index.vue.d.ts +2 -0
  271. package/types/components/GoldQrcode/index.d.ts +2 -1
  272. package/types/components/GoldQrcode/src/index.vue.d.ts +74 -0
  273. package/types/components/GoldReadTerms/index.d.ts +2 -1
  274. package/types/components/GoldReadTerms/src/index.vue.d.ts +109 -0
  275. package/types/components/GoldSelect/index.d.ts +2 -1
  276. package/types/components/GoldSelect/src/components/searchBank.vue.d.ts +61 -0
  277. package/types/components/GoldSelect/src/components/select.vue.d.ts +65 -0
  278. package/types/components/GoldSelect/src/index.vue.d.ts +10 -0
  279. package/types/components/GoldSignature/index.d.ts +2 -1
  280. package/types/components/GoldSignature/src/index.vue.d.ts +7 -0
  281. package/types/components/GoldStepper/index.d.ts +2 -1
  282. package/types/components/GoldStepper/src/index.vue.d.ts +17 -0
  283. package/types/components/GoldSwitch/index.d.ts +2 -1
  284. package/types/components/GoldSwitch/src/index.vue.d.ts +18 -0
  285. package/types/components/GoldText/index.d.ts +2 -1
  286. package/types/components/GoldText/src/index.vue.d.ts +4 -0
  287. package/types/components/GoldTextarea/index.d.ts +2 -1
  288. package/types/components/GoldTextarea/src/index.vue.d.ts +36 -0
  289. package/types/components/GoldUniversal/index.d.ts +2 -1
  290. package/types/components/GoldUniversal/src/index.vue.d.ts +2 -0
  291. package/types/components/GoldVerifyCode/index.d.ts +2 -1
  292. package/types/components/GoldVerifyCode/src/index.vue.d.ts +63 -0
  293. package/types/components/ImageLayer/index.d.ts +2 -1
  294. package/types/components/ImageLayer/src/index.vue.d.ts +104 -0
  295. package/types/components/ImagePreview/index.d.ts +2 -1
  296. package/types/components/ImagePreview/src/index.vue.d.ts +88 -0
  297. package/types/components/IndexBar/index.d.ts +2 -1
  298. package/types/components/IndexBar/src/index.vue.d.ts +108 -0
  299. package/types/components/IndexList/index.d.ts +2 -1
  300. package/types/components/IndexList/src/index.vue.d.ts +44 -0
  301. package/types/components/Jigsaw/index.d.ts +2 -1
  302. package/types/components/Jigsaw/src/index.vue.d.ts +74 -0
  303. package/types/components/JigsawLayer/index.d.ts +2 -1
  304. package/types/components/JigsawLayer/src/index.vue.d.ts +86 -0
  305. package/types/components/JigsawVerifyCode/index.d.ts +2 -1
  306. package/types/components/JigsawVerifyCode/src/index.vue.d.ts +141 -0
  307. package/types/components/Keyframe/index.d.ts +2 -1
  308. package/types/components/Keyframe/src/index.vue.d.ts +38 -0
  309. package/types/components/Loading/index.d.ts +2 -1
  310. package/types/components/Loading/src/cir1-loading.vue.d.ts +62 -0
  311. package/types/components/Loading/src/cir2-loading.vue.d.ts +62 -0
  312. package/types/components/Loading/src/cir3-loading.vue.d.ts +69 -0
  313. package/types/components/Loading/src/cir4-loading.vue.d.ts +49 -0
  314. package/types/components/Loading/src/cir5-loading.vue.d.ts +49 -0
  315. package/types/components/Loading/src/default-loading.vue.d.ts +41 -0
  316. package/types/components/Loading/src/index.vue.d.ts +2 -0
  317. package/types/components/Loading/src/line-loading.vue.d.ts +49 -0
  318. package/types/components/LoginLayer/index.d.ts +2 -1
  319. package/types/components/LoginLayer/src/components/jigsaw.vue.d.ts +112 -0
  320. package/types/components/LoginLayer/src/index.vue.d.ts +155 -0
  321. package/types/components/Marketing/index.d.ts +2 -2
  322. package/types/components/Marketing/src/components/Details.vue.d.ts +42 -0
  323. package/types/components/Marketing/src/components/GetMobile.vue.d.ts +49 -0
  324. package/types/components/Marketing/src/components/GetMobileForNew.vue.d.ts +36 -0
  325. package/types/components/Marketing/src/components/List.vue.d.ts +46 -0
  326. package/types/components/Marketing/src/components/activity.vue.d.ts +14 -0
  327. package/types/components/Marketing/src/components/filterIcon.vue.d.ts +37 -0
  328. package/types/components/Marketing/src/components/gift.vue.d.ts +31 -0
  329. package/types/components/Marketing/src/components/tipsLayer.vue.d.ts +32 -0
  330. package/types/components/Marketing/src/components/tuiguangfei.vue.d.ts +56 -0
  331. package/types/components/Marketing/src/kcb.vue.d.ts +179 -0
  332. package/types/components/Marketing/src/xys.vue.d.ts +47 -0
  333. package/types/components/MobileAuthLayer/index.d.ts +2 -1
  334. package/types/components/MobileAuthLayer/src/components/jigsaw.vue.d.ts +112 -0
  335. package/types/components/MobileAuthLayer/src/index.vue.d.ts +144 -0
  336. package/types/components/MobileLayer/index.d.ts +2 -2
  337. package/types/components/MobileLayer/src/crm.vue.d.ts +4 -0
  338. package/types/components/MobileLayer/src/default.vue.d.ts +14 -0
  339. package/types/components/MultiSelect/index.d.ts +2 -1
  340. package/types/components/MultiSelect/src/index.vue.d.ts +58 -0
  341. package/types/components/NoticeTips/index.d.ts +2 -1
  342. package/types/components/NoticeTips/src/index.vue.d.ts +107 -0
  343. package/types/components/NoticeTips/src/noticeTips.vue.d.ts +121 -0
  344. package/types/components/OcrLayer/index.d.ts +2 -1
  345. package/types/components/OcrLayer/src/index.vue.d.ts +89 -0
  346. package/types/components/PageLoading/index.d.ts +2 -1
  347. package/types/components/PageLoading/src/index.vue.d.ts +59 -0
  348. package/types/components/Panel/index.d.ts +2 -1
  349. package/types/components/Panel/src/index.vue.d.ts +23 -0
  350. package/types/components/PhotoBox/index.d.ts +2 -1
  351. package/types/components/PhotoBox/src/index.vue.d.ts +22 -0
  352. package/types/components/Picker/index.d.ts +2 -1
  353. package/types/components/Picker/src/index.vue.d.ts +32 -0
  354. package/types/components/PosterLayer/index.d.ts +2 -1
  355. package/types/components/PosterLayer/src/index.vue.d.ts +10 -0
  356. package/types/components/PrizeLayer/index.d.ts +2 -1
  357. package/types/components/PrizeLayer/src/index.vue.d.ts +78 -0
  358. package/types/components/ProPosterLayer/index.d.ts +2 -1
  359. package/types/components/ProPosterLayer/src/index.vue.d.ts +94 -0
  360. package/types/components/ProPosterLayer/src/poster.vue.d.ts +104 -0
  361. package/types/components/ProductLayer/index.d.ts +2 -1
  362. package/types/components/ProductLayer/src/emailLayer.vue.d.ts +42 -0
  363. package/types/components/ProductLayer/src/fileListLayer.vue.d.ts +44 -0
  364. package/types/components/ProductLayer/src/index.vue.d.ts +114 -0
  365. package/types/components/ProductLayer/src/js/util.d.ts +41 -0
  366. package/types/components/ProductLayer/src/layer.vue.d.ts +86 -0
  367. package/types/components/ProductLayer/src/posterLayer.vue.d.ts +66 -0
  368. package/types/components/ProductLayer/src/productDetailLayer.vue.d.ts +79 -0
  369. package/types/components/ProductLayer/src/shareTipLayer.vue.d.ts +4 -0
  370. package/types/components/QrcodeLayer/index.d.ts +2 -1
  371. package/types/components/QrcodeLayer/src/index.vue.d.ts +75 -0
  372. package/types/components/Recognition/src/dialog.vue.d.ts +21 -0
  373. package/types/components/RecordRuleLayer/index.d.ts +2 -1
  374. package/types/components/RecordRuleLayer/src/index.vue.d.ts +54 -0
  375. package/types/components/ReplayLayer/index.d.ts +2 -1
  376. package/types/components/ReplayLayer/src/index.vue.d.ts +96 -0
  377. package/types/components/RowCascadePicker/index.d.ts +2 -1
  378. package/types/components/RowCascadePicker/src/frequency.vue.d.ts +35 -0
  379. package/types/components/RowCascadePicker/src/index.bak.vue.d.ts +111 -0
  380. package/types/components/RowCascadePicker/src/index.vue.d.ts +129 -0
  381. package/types/components/RowCascadePicker/src/rowPicker.vue.d.ts +85 -0
  382. package/types/components/RowCascadePicker/src/scrollList.vue.d.ts +32 -0
  383. package/types/components/RowCascadePicker/src/search.vue.d.ts +44 -0
  384. package/types/components/Rule/index.d.ts +2 -1
  385. package/types/components/Rule/src/index.vue.d.ts +122 -0
  386. package/types/components/Scroll/index.d.ts +1 -1
  387. package/types/components/Signature/index.d.ts +2 -1
  388. package/types/components/Signature/src/index.vue.d.ts +230 -0
  389. package/types/components/SlidePoster/index.d.ts +2 -1
  390. package/types/components/SlidePoster/src/index.vue.d.ts +106 -0
  391. package/types/components/SlidePoster/src/qrcode.d.ts +12 -0
  392. package/types/components/Stepper/index.d.ts +2 -1
  393. package/types/components/Stepper/src/index.vue.d.ts +141 -0
  394. package/types/components/Sticky/index.d.ts +2 -1
  395. package/types/components/Sticky/src/index.vue.d.ts +34 -0
  396. package/types/components/Swipe/index.d.ts +2 -1
  397. package/types/components/Swipe/src/index.vue.d.ts +147 -0
  398. package/types/components/Swipe/src/swipeItem.vue.d.ts +7 -0
  399. package/types/components/Switch/index.d.ts +2 -1
  400. package/types/components/Switch/src/index.vue.d.ts +56 -0
  401. package/types/components/Tab/index.d.ts +2 -1
  402. package/types/components/Tab/src/index.vue.d.ts +48 -0
  403. package/types/components/Timeline/index.d.ts +2 -1
  404. package/types/components/Timeline/src/index.vue.d.ts +70 -0
  405. package/types/components/Toast/index.d.ts +2 -1
  406. package/types/components/Toast/src/index.vue.d.ts +70 -0
  407. package/types/mixins/dynamic-form.vue.d.ts +16 -0
  408. package/types/mixins/fixed-input.vue.d.ts +4 -0
  409. package/types/mixins/form-input.vue.d.ts +16 -0
  410. package/types/mixins/mobile-layer.vue.d.ts +137 -0
@@ -1 +1 @@
1
- "use strict";require('./style.css');var _concatInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/concat");var _includesInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/includes");var _Promise=require("@babel/runtime-corejs3/core-js/promise");var _forEachInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/for-each");var _classCallCheck=require("@babel/runtime-corejs3/helpers/classCallCheck");var _createClass=require("@babel/runtime-corejs3/helpers/createClass");var p=require("pdfjs-dist/es5/build/pdf.js");var pdfjs=p;pdfjs.GlobalWorkerOptions.workerSrc=window.__global_cdn__+"/js/pdf/pdf.worker.es5.js";var STATE={INITED:1,DRAWING:2,RENDERING:3,RENDERED:4,DESTROYED:5};var PdfPage=function(){function PdfPage2(){var _context;var option=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};_classCallCheck(this,PdfPage2);this.scale=option.scale;this.viewport=option.viewport;this.container=option.container;this.brandColor=option.brandColor;this.pdfPage=null;this.state=STATE.INITED;this.canvas=null;this.canvasWrapper=null;this.index=option.index;var div=document.createElement("div");div.className="pdf-act-page";this.pageWidth=Math.floor(this.viewport.width/this.scale);this.pageHeight=Math.floor(this.viewport.height/this.scale);div.style=_concatInstanceProperty(_context="width:".concat(this.pageWidth,"px;height:")).call(_context,this.pageHeight,"px;");this.div=div;this.setLoading();this.container.appendChild(div)}return _createClass(PdfPage2,[{key:"setLoading",value:function setLoading(){var pdfActLoading=document.createElement("span");pdfActLoading.className="pdf-act-loading";this.div.appendChild(pdfActLoading)}},{key:"hideLoading",value:function hideLoading(){var child=this.div.firstElementChild;if(child){child.style.visibility="hidden"}}},{key:"draw",value:function draw(){var _context2;if(!_includesInstanceProperty(_context2=[STATE.INITED]).call(_context2,this.state)){return}this.state=STATE.DRAWING;var canvasWrapper=document.createElement("div");this.canvasWrapper=canvasWrapper;canvasWrapper.style.width=this.div.style.width;canvasWrapper.style.height=this.div.style.height;canvasWrapper.className="pdf-act-page-wrapper";var canvas=document.createElement("canvas");this.canvas=canvas;var ctx=canvas.getContext("2d",{alpha:false});canvas.width=this.pageWidth*window.devicePixelRatio;canvas.height=this.pageHeight*window.devicePixelRatio;canvas.style.height=this.pageHeight+"px";canvas.style.width=this.pageWidth+"px";this.renderContext={canvasContext:ctx,viewport:this.viewport,transform:[window.devicePixelRatio/this.scale,0,0,window.devicePixelRatio/this.scale,0,0]}}},{key:"render",value:function render(){var _this=this;if(this.state!==STATE.DRAWING){return _Promise.resolve()}this.state=STATE.RENDERING;this.renderTask=this.pdfPage.render(this.renderContext);return this.renderTask.promise.then(function(){if(_this.state===STATE.DESTROYED){return _Promise.reject()}_this.state=STATE.RENDERED;_this.renderTask=null;var img=document.createElement("img");img.style.width=_this.pageWidth+"px";img.style.height=_this.pageHeight+"px";img.onload=function(){_this.hideLoading();_this.canvasWrapper.appendChild(img);_this.div.appendChild(_this.canvasWrapper);return _Promise.resolve()};img.src=_this.canvas.toDataURL("image/png");_this.canvas.width=0;_this.canvas.height=0;delete _this.canvas}).catch(function(){return _Promise.reject()})}},{key:"destroy",value:function destroy(){if(this.renderTask){this.renderTask.cancel();this.renderTask=null}if(this.pdfPage){this.pdfPage.cleanup()}this.state=STATE.DESTROYED}},{key:"setPdfPage",value:function setPdfPage(pdfPage){this.pdfPage=pdfPage}}])}();var Pdf=function(){function Pdf2(){var options=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};_classCallCheck(this,Pdf2);this.url=options.url||"";this.container=options.container||null;this.brandColor=options.brandColor||"#8c7fee";this.pdfLoadingTask=null;this.pdfDocument=null;this.numPages=0;this.pageHeight=0;this.pageArr=[];this.startNum=0;this.visibleCount=5;this.endNum=5}return _createClass(Pdf2,[{key:"init",value:function init(){var _this2=this;var options=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.destroy();this.url=options.url||this.url;this.container=options.container||this.container;this.brandColor=options.brandColor||this.brandColor;this.pdfLoadingTask=pdfjs.getDocument({url:this.url,cMapPacked:true,cMapUrl:window.__global_cdn__+"/js/pdf/cmaps/"});return this.pdfLoadingTask.promise.then(function(pdfDocument){_this2.pdfDocument=pdfDocument;_this2.numPages=pdfDocument.numPages;return _this2.initPage()}).catch(function(e){return _Promise.reject(e)})}},{key:"initPage",value:function initPage(){var _this3=this;var firstPagePromise=this.pdfDocument.getPage(1);return firstPagePromise.then(function(firsetPdfPage){var viewport=firsetPdfPage.getViewport({scale:1});var containerWidth=_this3.container.offsetWidth;var scale=viewport.width/containerWidth;_this3.pageHeight=Math.floor(viewport.height/scale);for(var i=0;i<_this3.numPages;i++){var page=new PdfPage({scale,viewport,container:_this3.container,brandColor:_this3.brandColor});_this3.pageArr.push(page)}if(_this3.pageArr[0]){_this3.pageArr[0].setPdfPage(firsetPdfPage)}var promiseArr=[];var _loop=function _loop2(_i2){promiseArr.push(_this3.pdfDocument.getPage(_i2).then(function(pdfPage){var pageView=_this3.pageArr[_i2-1];if(pageView&&!pageView.pdfPage){pageView.setPdfPage(pdfPage)}}))};for(var _i=2;_i<=_this3.numPages;_i++){_loop(_i)}return _Promise.all(promiseArr).then(function(){_this3.render(_this3.startNum,_this3.endNum);return _Promise.resolve({pageHeight:_this3.pageHeight,render:_this3.render.bind(_this3)})})})}},{key:"render",value:function render(start,end){var renderTask=[];for(var i=start;i<=end;i++){if(i>=0&&i<this.numPages){var pageView=this.pageArr[i];pageView.draw();renderTask.push(pageView)}}this._render(renderTask)}},{key:"_render",value:function _render(renderTask){var _this4=this;var task=renderTask.shift();if(task){task.render().then(function(){_this4._render(renderTask)}).catch(function(e){})}}},{key:"pageViewDestroy",value:function pageViewDestroy(start,end){var _context3;_forEachInstanceProperty(_context3=this.pageArr).call(_context3,function(pageView,index){if(index<start||index>end){pageView.destroy()}})}},{key:"destroy",value:function destroy(){this.pageViewDestroy(0,this.numPages);if(this.container){while(this.container.firstChild){this.container.firstChild.remove()}}this.url="";this.container=null;if(this.pdfLoadingTask){this.pdfLoadingTask.destroy();this.pdfLoadingTask=null}if(this.pdfDocument){this.pdfDocument.destroy();this.pdfDocument=null}this.numPages=0;this.pageHeight=0;this.pageArr=[];this.startNum=0;this.visibleCount=4;this.endNum=4;this.renderCallback=null}}])}();exports.Pdf=Pdf;
1
+ "use strict";require('./style.css');var _classCallCheck=require("@babel/runtime-corejs3/helpers/classCallCheck");var _createClass=require("@babel/runtime-corejs3/helpers/createClass");var _defineProperty=require("@babel/runtime-corejs3/helpers/defineProperty");var _Symbol$toStringTag=require("@babel/runtime-corejs3/core-js/symbol/to-string-tag");var _Object$getOwnPropertyDescriptor=require("@babel/runtime-corejs3/core-js/object/get-own-property-descriptor");var _Object$defineProperty=require("@babel/runtime-corejs3/core-js/object/define-property");var _Object$freeze=require("@babel/runtime-corejs3/core-js/object/freeze");var _concatInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/concat");var _includesInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/includes");var _Promise=require("@babel/runtime-corejs3/core-js/promise");var _forEachInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/for-each");var pdfjs=require("pdfjs-dist/es5/build/pdf.js");function _interopNamespaceDefault(e){var n=Object.create(null,_defineProperty({},_Symbol$toStringTag,{value:"Module"}));if(e){var _loop=function _loop2(k2){if(k2!=="default"){var d=_Object$getOwnPropertyDescriptor(e,k2);_Object$defineProperty(n,k2,d.get?d:{enumerable:true,get:function get(){return e[k2]}})}};for(var k in e){_loop(k)}}n.default=e;return _Object$freeze(n)}var pdfjs__namespace=_interopNamespaceDefault(pdfjs);pdfjs__namespace.GlobalWorkerOptions.workerSrc=window.__global_cdn__+"/js/pdf/pdf.worker.es5.js";var STATE={INITED:1,DRAWING:2,RENDERING:3,RENDERED:4,DESTROYED:5};var PdfPage=function(){function PdfPage2(){var _context;var option=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};_classCallCheck(this,PdfPage2);this.scale=option.scale;this.viewport=option.viewport;this.container=option.container;this.brandColor=option.brandColor;this.pdfPage=null;this.state=STATE.INITED;this.canvas=null;this.canvasWrapper=null;this.index=option.index;var div=document.createElement("div");div.className="pdf-act-page";this.pageWidth=Math.floor(this.viewport.width/this.scale);this.pageHeight=Math.floor(this.viewport.height/this.scale);div.style=_concatInstanceProperty(_context="width:".concat(this.pageWidth,"px;height:")).call(_context,this.pageHeight,"px;");this.div=div;this.setLoading();this.container.appendChild(div)}return _createClass(PdfPage2,[{key:"setLoading",value:function setLoading(){var pdfActLoading=document.createElement("span");pdfActLoading.className="pdf-act-loading";this.div.appendChild(pdfActLoading)}},{key:"hideLoading",value:function hideLoading(){var child=this.div.firstElementChild;if(child){child.style.visibility="hidden"}}},{key:"draw",value:function draw(){var _context2;if(!_includesInstanceProperty(_context2=[STATE.INITED]).call(_context2,this.state)){return}this.state=STATE.DRAWING;var canvasWrapper=document.createElement("div");this.canvasWrapper=canvasWrapper;canvasWrapper.style.width=this.div.style.width;canvasWrapper.style.height=this.div.style.height;canvasWrapper.className="pdf-act-page-wrapper";var canvas=document.createElement("canvas");this.canvas=canvas;var ctx=canvas.getContext("2d",{alpha:false});canvas.width=this.pageWidth*window.devicePixelRatio;canvas.height=this.pageHeight*window.devicePixelRatio;canvas.style.height=this.pageHeight+"px";canvas.style.width=this.pageWidth+"px";this.renderContext={canvasContext:ctx,viewport:this.viewport,transform:[window.devicePixelRatio/this.scale,0,0,window.devicePixelRatio/this.scale,0,0]}}},{key:"render",value:function render(){var _this=this;if(this.state!==STATE.DRAWING){return _Promise.resolve()}this.state=STATE.RENDERING;this.renderTask=this.pdfPage.render(this.renderContext);return this.renderTask.promise.then(function(){if(_this.state===STATE.DESTROYED){return _Promise.reject()}_this.state=STATE.RENDERED;_this.renderTask=null;var img=document.createElement("img");img.style.width=_this.pageWidth+"px";img.style.height=_this.pageHeight+"px";img.onload=function(){_this.hideLoading();_this.canvasWrapper.appendChild(img);_this.div.appendChild(_this.canvasWrapper);return _Promise.resolve()};img.src=_this.canvas.toDataURL("image/png");_this.canvas.width=0;_this.canvas.height=0;delete _this.canvas}).catch(function(){return _Promise.reject()})}},{key:"destroy",value:function destroy(){if(this.renderTask){this.renderTask.cancel();this.renderTask=null}if(this.pdfPage){this.pdfPage.cleanup()}this.state=STATE.DESTROYED}},{key:"setPdfPage",value:function setPdfPage(pdfPage){this.pdfPage=pdfPage}}])}();var Pdf=function(){function Pdf2(){var options=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};_classCallCheck(this,Pdf2);this.url=options.url||"";this.container=options.container||null;this.brandColor=options.brandColor||"#8c7fee";this.pdfLoadingTask=null;this.pdfDocument=null;this.numPages=0;this.pageHeight=0;this.pageArr=[];this.startNum=0;this.visibleCount=5;this.endNum=5}return _createClass(Pdf2,[{key:"init",value:function init(){var _this2=this;var options=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.destroy();this.url=options.url||this.url;this.container=options.container||this.container;this.brandColor=options.brandColor||this.brandColor;this.pdfLoadingTask=pdfjs__namespace.getDocument({url:this.url,cMapPacked:true,cMapUrl:window.__global_cdn__+"/js/pdf/cmaps/"});return this.pdfLoadingTask.promise.then(function(pdfDocument){_this2.pdfDocument=pdfDocument;_this2.numPages=pdfDocument.numPages;return _this2.initPage()}).catch(function(e){return _Promise.reject(e)})}},{key:"initPage",value:function initPage(){var _this3=this;var firstPagePromise=this.pdfDocument.getPage(1);return firstPagePromise.then(function(firsetPdfPage){var viewport=firsetPdfPage.getViewport({scale:1});var containerWidth=_this3.container.offsetWidth;var scale=viewport.width/containerWidth;_this3.pageHeight=Math.floor(viewport.height/scale);for(var i=0;i<_this3.numPages;i++){var page=new PdfPage({scale,viewport,container:_this3.container,brandColor:_this3.brandColor});_this3.pageArr.push(page)}if(_this3.pageArr[0]){_this3.pageArr[0].setPdfPage(firsetPdfPage)}var promiseArr=[];var _loop2=function _loop22(_i2){promiseArr.push(_this3.pdfDocument.getPage(_i2).then(function(pdfPage){var pageView=_this3.pageArr[_i2-1];if(pageView&&!pageView.pdfPage){pageView.setPdfPage(pdfPage)}}))};for(var _i=2;_i<=_this3.numPages;_i++){_loop2(_i)}return _Promise.all(promiseArr).then(function(){_this3.render(_this3.startNum,_this3.endNum);return _Promise.resolve({pageHeight:_this3.pageHeight,render:_this3.render.bind(_this3)})})})}},{key:"render",value:function render(start,end){var renderTask=[];for(var i=start;i<=end;i++){if(i>=0&&i<this.numPages){var pageView=this.pageArr[i];pageView.draw();renderTask.push(pageView)}}this._render(renderTask)}},{key:"_render",value:function _render(renderTask){var _this4=this;var task=renderTask.shift();if(task){task.render().then(function(){_this4._render(renderTask)}).catch(function(e){})}}},{key:"pageViewDestroy",value:function pageViewDestroy(start,end){var _context3;_forEachInstanceProperty(_context3=this.pageArr).call(_context3,function(pageView,index){if(index<start||index>end){pageView.destroy()}})}},{key:"destroy",value:function destroy(){this.pageViewDestroy(0,this.numPages);if(this.container){while(this.container.firstChild){this.container.firstChild.remove()}}this.url="";this.container=null;if(this.pdfLoadingTask){this.pdfLoadingTask.destroy();this.pdfLoadingTask=null}if(this.pdfDocument){this.pdfDocument.destroy();this.pdfDocument=null}this.numPages=0;this.pageHeight=0;this.pageArr=[];this.startNum=0;this.visibleCount=4;this.endNum=4;this.renderCallback=null}}])}();exports.Pdf=Pdf;
@@ -4,10 +4,9 @@ import _concatInstanceProperty from "@babel/runtime-corejs3/core-js/instance/con
4
4
  import _includesInstanceProperty from "@babel/runtime-corejs3/core-js/instance/includes";
5
5
  import _Promise from "@babel/runtime-corejs3/core-js/promise";
6
6
  import _forEachInstanceProperty from "@babel/runtime-corejs3/core-js/instance/for-each";
7
- import p from "pdfjs-dist/es5/build/pdf.js";
8
- import './style.css';var pdfjs = p;
7
+ import * as pdfjs from "pdfjs-dist/es5/build/pdf.js";
9
8
  pdfjs.GlobalWorkerOptions.workerSrc = window.__global_cdn__ + "/js/pdf/pdf.worker.es5.js";
10
- var STATE = {
9
+ import './style.css';var STATE = {
11
10
  INITED: 1,
12
11
  DRAWING: 2,
13
12
  RENDERING: 3,
package/lib/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";var _defineProperty=require("@babel/runtime-corejs3/helpers/defineProperty");var _Object$defineProperties=require("@babel/runtime-corejs3/core-js/object/define-properties");var _Symbol$toStringTag=require("@babel/runtime-corejs3/core-js/symbol/to-string-tag");var _forEachInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/for-each");_Object$defineProperties(exports,_defineProperty({__esModule:{value:true}},_Symbol$toStringTag,{value:"Module"}));var BankSelect=require("./BankSelect/index.js");var BaseInput=require("./BaseInput/index.js");var BScroll=require("better-scroll");var Button=require("./Button/index.js");var CascadePicker=require("./CascadePicker/index.js");var CertifyLayer=require("./CertifyLayer/index.js");var ClaimsContact=require("./ClaimsContact/index.js");var ClickOnce=require("./ClickOnce/index.js");var Collapse=require("./Collapse/index.js");var Contact=require("./Contact/index.js");var ContactBook=require("./ContactBook/index.js");var CountTo=require("./CountTo/index.js");var CouponLayer=require("./CouponLayer/index.js");var CrmReserveInfoLayer=require("./CrmReserveInfoLayer/index.js");var DatePicker=require("./DatePicker/index.js");var DeviceFingerprint=require("./DeviceFingerprint/index.js");var Dialog=require("./Dialog/index.js");var DiseaseSelect=require("./DiseaseSelect/index.js");var DiseaseSelectLayer=require("./DiseaseSelectLayer/index.js");var DocPop=require("./DocPop/index.js");var utils_post=require("./utils/post/index.js");var FaceRecognition=require("./FaceRecognition/index.js");var FigurePic=require("./FigurePic/index.js");var FileList=require("./FileList/index.js");var FileUpload=require("./FileUpload/index.js");var FormLayer=require("./FormLayer/index.js");var GivenLayer=require("./GivenLayer/index.js");var GoldAddress=require("./GoldAddress/index.js");var GoldAddressLayer=require("./GoldAddressLayer/index.js");var GoldAddressSelect=require("./GoldAddressSelect/index.js");var GoldAml=require("./GoldAml/index.js");var GoldArea=require("./GoldArea/index.js");var GoldAuroraSlots=require("./GoldAuroraSlots/index.js");var GoldBankPayLimit=require("./GoldBankPayLimit/index.js");var GoldBenefitDemo=require("./GoldBenefitDemo/index.js");var GoldCareer=require("./GoldCareer/index.js");var GoldCareerLayer=require("./GoldCareerLayer/index.js");var GoldCert=require("./GoldCert/index.js");var GoldCheckbox=require("./GoldCheckbox/index.js");var GoldClaimsContact=require("./GoldClaimsContact/index.js");var GoldCommentList=require("./GoldCommentList/index.js");var GoldCompute=require("./GoldCompute/index.js");var GoldComputeV2=require("./GoldComputeV2/index.js");var GoldConclusion=require("./GoldConclusion/index.js");var GoldContact=require("./GoldContact/index.js");var GoldContactBook=require("./GoldContactBook/index.js");var GoldContactElement=require("./GoldContactElement/index.js");var GoldCost=require("./GoldCost/index.js");var GoldCostLayer=require("./GoldCostLayer/index.js");var GoldCoupon=require("./GoldCoupon/index.js");var GoldDate=require("./GoldDate/index.js");var GoldDialog=require("./GoldDialog/index.js");var GoldDisease=require("./GoldDisease/index.js");var GoldDocLayer=require("./GoldDocLayer/index.js");var GoldDoorPlate=require("./GoldDoorPlate/index.js");var GoldDoubleRecordTable=require("./GoldDoubleRecordTable/index.js");var GoldElement=require("./GoldElement/index.js");var GoldElementGroup=require("./GoldElementGroup/index.js");var GoldFacecheck=require("./GoldFacecheck/index.js");var GoldFaq=require("./GoldFaq/index.js");var GoldFile=require("./GoldFile/index.js");var GoldFileAssess=require("./GoldFileAssess/index.js");var GoldFinance=require("./GoldFinance/index.js");var GoldFinanceChart=require("./GoldFinanceChart/index.js");var GoldFinanceChartV2=require("./GoldFinanceChartV2/index.js");var GoldFinanceChartV3=require("./GoldFinanceChartV3/index.js");var GoldFinanceV2=require("./GoldFinanceV2/index.js");var GoldIndexBar=require("./GoldIndexBar/index.js");var GoldInput=require("./GoldInput/index.js");var GoldInsureDescDialog=require("./GoldInsureDescDialog/index.js");var GoldInsureDuty=require("./GoldInsureDuty/index.js");var GoldInsureNotice=require("./GoldInsureNotice/index.js");var GoldItem=require("./GoldItem/index.js");var GoldLattice=require("./GoldLattice/index.js");require("./GoldLayer/index.js");var GoldMailPrecheck=require("./GoldMailPrecheck/index.js");var GoldMailPrecheckV2=require("./GoldMailPrecheckV2/index.js");var GoldMobileLayer=require("./GoldMobileLayer/index.js");var GoldModule=require("./GoldModule/index.js");var GoldMulSelect=require("./GoldMulSelect/index.js");var GoldNoticeTerms=require("./GoldNoticeTerms/index.js");var GoldOcr=require("./GoldOcr/index.js");var GoldPayLimitLayer=require("./GoldPayLimitLayer/index.js");var GoldPhoto=require("./GoldPhoto/index.js");var GoldProtocol=require("./GoldProtocol/index.js");var GoldPureText=require("./GoldPureText/index.js");var GoldQrcode=require("./GoldQrcode/index.js");var GoldReadTerms=require("./GoldReadTerms/index.js");var GoldSelect=require("./GoldSelect/index.js");var GoldSignature=require("./GoldSignature/index.js");var GoldStepper=require("./GoldStepper/index.js");var GoldSwitch=require("./GoldSwitch/index.js");var GoldText=require("./GoldText/index.js");var GoldTextarea=require("./GoldTextarea/index.js");var GoldUniversal=require("./GoldUniversal/index.js");var GoldVerifyCode=require("./GoldVerifyCode/index.js");var ImageLayer=require("./ImageLayer/index.js");var ImagePreview=require("./ImagePreview/index.js");var IndexBar=require("./IndexBar/index.js");var IndexList=require("./IndexList/index.js");var Jigsaw=require("./Jigsaw/index.js");var JigsawLayer=require("./JigsawLayer/index.js");var JigsawVerifyCode=require("./JigsawVerifyCode/index.js");var Keyframe=require("./Keyframe/index.js");var Loading=require("./Loading/index.js");var Login=require("./Login/index.js");var LoginLayer=require("./LoginLayer/index.js");var Marketing=require("./Marketing/index.js");var MobileAuth=require("./MobileAuth/index.js");var MobileAuthLayer=require("./MobileAuthLayer/index.js");var MobileLayer=require("./MobileLayer/index.js");var MultiSelect=require("./MultiSelect/index.js");var NoticeTips=require("./NoticeTips/index.js");var OcrLayer=require("./OcrLayer/index.js");var PageLoading=require("./PageLoading/index.js");var Panel=require("./Panel/index.js");var Pdfjs=require("./Pdfjs/index.js");var PhotoBox=require("./PhotoBox/index.js");var Picker=require("./Picker/index.js");var PosterLayer=require("./PosterLayer/index.js");var PrizeLayer=require("./PrizeLayer/index.js");var ProductLayer=require("./ProductLayer/index.js");var ProPosterLayer=require("./ProPosterLayer/index.js");var QRCode=require("./QRCode/index.js");var QrcodeLayer=require("./QrcodeLayer/index.js");var Recognition=require("./Recognition/index.js");var RecordRuleLayer=require("./RecordRuleLayer/index.js");var ReplayLayer=require("./ReplayLayer/index.js");var ResourcePreload=require("./ResourcePreload/index.js");var RowCascadePicker=require("./RowCascadePicker/index.js");var Rule=require("./Rule/index.js");require("./Scroll/index.js");var Signature=require("./Signature/index.js");var SlidePoster=require("./SlidePoster/index.js");var Stepper=require("./Stepper/index.js");var Sticky=require("./Sticky/index.js");var Style=require("./Style/index.js");var Swipe=require("./Swipe/index.js");var Switch=require("./Switch/index.js");var Tab=require("./Tab/index.js");var Timeline=require("./Timeline/index.js");var Toast=require("./Toast/index.js");var toBase64=require("./toBase64/index.js");var UserAuth=require("./UserAuth/index.js");var Validator=require("./Validator/index.js");var common_goldlayer=require("./common/goldlayer/index.js");var common_scroll=require("./common/scroll/index.js");var components=[BankSelect.BankSelect,BaseInput.BaseInput,BScroll,Button.Button,CascadePicker.CascadePicker,CertifyLayer.CertifyLayer,ClaimsContact.ClaimsContact,ClickOnce.ClickOnce,Collapse.Collapse,Contact.Contact,ContactBook.Contact,CountTo.CountTo,CouponLayer.CouponLayer,CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker.DatePicker,DeviceFingerprint.DeviceFingerprint,Dialog.Dialog,DiseaseSelect.DiseaseSelect,DiseaseSelectLayer.DiseaseSelectLayer,DocPop.DocPop,utils_post.axiosErrorInterceptors,FaceRecognition.FaceRecognition,FigurePic.FigurePic,FileList.FileList,FileUpload.FileUpload,FormLayer.FormLayer,GivenLayer.GivenLayer,GoldAddress.GoldAddress,GoldAddressLayer.GoldAddressLayer,GoldAddressSelect.GoldAddressSelect,GoldAml.GoldAml,GoldArea.GoldArea,GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo.GoldBenefitDemo,GoldCareer.GoldCareer,GoldCareerLayer.GoldCareerLayer,GoldCert.GoldCert,GoldCheckbox.GoldCheckbox,GoldClaimsContact.GoldClaimsContact,GoldCommentList.GoldCommentList,GoldCompute.GoldCompute,GoldComputeV2.GoldComputeV2,GoldConclusion.GoldConclusion,GoldContact.GoldContact,GoldContactBook.GoldContact,GoldContactElement.GoldContactElement,GoldCost.GoldCost,GoldCostLayer.GoldCostlayer,GoldCoupon.GoldCoupon,GoldDate.GoldDate,GoldDialog.GoldDialog,GoldDisease.GoldDisease,GoldDocLayer.GoldDocLayer,GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement.GoldElement,GoldElementGroup.GoldElementGroup,GoldFacecheck.GoldFacecheck,GoldFaq.GoldFaq,GoldFile.GoldFile,GoldFileAssess.GoldFileAssess,GoldFinance.GoldFinance,GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2.GoldFinanceV2,GoldIndexBar.GoldIndexBar,GoldInput.GoldInput,GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty.GoldInsureDuty,GoldInsureNotice.GoldInsureNotice,GoldItem.component,GoldLattice.GoldLattice,common_goldlayer.ActGoldLayer,GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer.GoldMobileLayer,GoldModule.GoldModule,GoldMulSelect.GoldMulSelect,GoldNoticeTerms.GoldNoticeTerms,GoldOcr.GoldOcr,GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto.GoldPhoto,GoldProtocol.GoldProtocol,GoldPureText.GoldPureText,GoldQrcode.GoldQrcode,GoldReadTerms.GoldReadTerms,GoldSelect.GoldSelect,GoldSignature.GoldSignature,GoldStepper.GoldStepper,GoldSwitch.GoldSwitch,GoldText.GoldText,GoldTextarea.GoldTextarea,GoldUniversal.GoldUniversal,GoldVerifyCode.GoldVerifyCode,ImageLayer.ImageLayer,ImagePreview.ImagePreview,IndexBar.indexBar,IndexList.IndexList,Jigsaw.Jigsaw,JigsawLayer.JigsawLayer,JigsawVerifyCode.JigsawVerifyCode,Keyframe.Keyframe,Loading.Loading,Login.Login,LoginLayer.LoginLayer,Marketing.Marketing,MobileAuth.MobileAuth,MobileAuthLayer.MobileAuthLayer,MobileLayer.MobileLayer,MultiSelect.MultiSelect,NoticeTips.NoticeTips,OcrLayer.OcrLayer,PageLoading.PageLoading,Panel.Panel,Pdfjs.Pdf,PhotoBox.PhotoBox,Picker.Picker,PosterLayer.PosterLayer,PrizeLayer.PrizeLayer,ProductLayer.ProductLayer,ProPosterLayer.ProPosterLayer,QRCode.QRCode,QrcodeLayer.QrcodeLayer,Recognition.Recognition,RecordRuleLayer.RecordRuleLayer,ReplayLayer.ReplayLayer,ResourcePreload.ResourcePreload,RowCascadePicker.RowCascadePicker,Rule.Rule,common_scroll.Scroll,Signature.Signature,SlidePoster.SlidePoster,Stepper.Stepper,Sticky.Sticky,Style.Style,Swipe.Swipe,Switch.Switch,Tab.Tab,Timeline.Timeline,Toast.Toast,toBase64.ToBase64,UserAuth.UserAuth,Validator.Validator];var install=function install2(Vue){var opts=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};_forEachInstanceProperty(components).call(components,function(component){if(component.name&&component.install){Vue.use(component)}})};if(typeof window!=="undefined"&&window.Vue){install(window.Vue)}var index={version:"2.0.1-beta.5",install,BankSelect:BankSelect.BankSelect,BaseInput:BaseInput.BaseInput,BScroll,Button:Button.Button,CascadePicker:CascadePicker.CascadePicker,CertifyLayer:CertifyLayer.CertifyLayer,ClaimsContact:ClaimsContact.ClaimsContact,ClickOnce:ClickOnce.ClickOnce,Collapse:Collapse.Collapse,Contact:Contact.Contact,ContactBook:ContactBook.Contact,CountTo:CountTo.CountTo,CouponLayer:CouponLayer.CouponLayer,CrmReserveInfoLayer:CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker:DatePicker.DatePicker,DeviceFingerprint:DeviceFingerprint.DeviceFingerprint,Dialog:Dialog.Dialog,DiseaseSelect:DiseaseSelect.DiseaseSelect,DiseaseSelectLayer:DiseaseSelectLayer.DiseaseSelectLayer,DocPop:DocPop.DocPop,ErrorInterceptors:utils_post.axiosErrorInterceptors,FaceRecognition:FaceRecognition.FaceRecognition,FigurePic:FigurePic.FigurePic,FileList:FileList.FileList,FileUpload:FileUpload.FileUpload,FormLayer:FormLayer.FormLayer,GivenLayer:GivenLayer.GivenLayer,GoldAddress:GoldAddress.GoldAddress,GoldAddressLayer:GoldAddressLayer.GoldAddressLayer,GoldAddressSelect:GoldAddressSelect.GoldAddressSelect,GoldAml:GoldAml.GoldAml,GoldArea:GoldArea.GoldArea,GoldAuroraSlots:GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit:GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo:GoldBenefitDemo.GoldBenefitDemo,GoldCareer:GoldCareer.GoldCareer,GoldCareerLayer:GoldCareerLayer.GoldCareerLayer,GoldCert:GoldCert.GoldCert,GoldCheckbox:GoldCheckbox.GoldCheckbox,GoldClaimsContact:GoldClaimsContact.GoldClaimsContact,GoldCommentList:GoldCommentList.GoldCommentList,GoldCompute:GoldCompute.GoldCompute,GoldComputeV2:GoldComputeV2.GoldComputeV2,GoldConclusion:GoldConclusion.GoldConclusion,GoldContact:GoldContact.GoldContact,GoldContactBook:GoldContactBook.GoldContact,GoldContactElement:GoldContactElement.GoldContactElement,GoldCost:GoldCost.GoldCost,GoldCostLayer:GoldCostLayer.GoldCostlayer,GoldCoupon:GoldCoupon.GoldCoupon,GoldDate:GoldDate.GoldDate,GoldDialog:GoldDialog.GoldDialog,GoldDisease:GoldDisease.GoldDisease,GoldDocLayer:GoldDocLayer.GoldDocLayer,GoldDoorPlate:GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable:GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement:GoldElement.GoldElement,GoldElementGroup:GoldElementGroup.GoldElementGroup,GoldFacecheck:GoldFacecheck.GoldFacecheck,GoldFaq:GoldFaq.GoldFaq,GoldFile:GoldFile.GoldFile,GoldFileAssess:GoldFileAssess.GoldFileAssess,GoldFinance:GoldFinance.GoldFinance,GoldFinanceChart:GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2:GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3:GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2:GoldFinanceV2.GoldFinanceV2,GoldIndexBar:GoldIndexBar.GoldIndexBar,GoldInput:GoldInput.GoldInput,GoldInsureDescDialog:GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty:GoldInsureDuty.GoldInsureDuty,GoldInsureNotice:GoldInsureNotice.GoldInsureNotice,GoldItem:GoldItem.component,GoldLattice:GoldLattice.GoldLattice,GoldLayer:common_goldlayer.ActGoldLayer,GoldMailPrecheck:GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2:GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer:GoldMobileLayer.GoldMobileLayer,GoldModule:GoldModule.GoldModule,GoldMulSelect:GoldMulSelect.GoldMulSelect,GoldNoticeTerms:GoldNoticeTerms.GoldNoticeTerms,GoldOcr:GoldOcr.GoldOcr,GoldPayLimitLayer:GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto:GoldPhoto.GoldPhoto,GoldProtocol:GoldProtocol.GoldProtocol,GoldPureText:GoldPureText.GoldPureText,GoldQrcode:GoldQrcode.GoldQrcode,GoldReadTerms:GoldReadTerms.GoldReadTerms,GoldSelect:GoldSelect.GoldSelect,GoldSignature:GoldSignature.GoldSignature,GoldStepper:GoldStepper.GoldStepper,GoldSwitch:GoldSwitch.GoldSwitch,GoldText:GoldText.GoldText,GoldTextarea:GoldTextarea.GoldTextarea,GoldUniversal:GoldUniversal.GoldUniversal,GoldVerifyCode:GoldVerifyCode.GoldVerifyCode,ImageLayer:ImageLayer.ImageLayer,ImagePreview:ImagePreview.ImagePreview,IndexBar:IndexBar.indexBar,IndexList:IndexList.IndexList,Jigsaw:Jigsaw.Jigsaw,JigsawLayer:JigsawLayer.JigsawLayer,JigsawVerifyCode:JigsawVerifyCode.JigsawVerifyCode,Keyframe:Keyframe.Keyframe,Loading:Loading.Loading,Login:Login.Login,LoginLayer:LoginLayer.LoginLayer,Marketing:Marketing.Marketing,MobileAuth:MobileAuth.MobileAuth,MobileAuthLayer:MobileAuthLayer.MobileAuthLayer,MobileLayer:MobileLayer.MobileLayer,MultiSelect:MultiSelect.MultiSelect,NoticeTips:NoticeTips.NoticeTips,OcrLayer:OcrLayer.OcrLayer,PageLoading:PageLoading.PageLoading,Panel:Panel.Panel,Pdfjs:Pdfjs.Pdf,PhotoBox:PhotoBox.PhotoBox,Picker:Picker.Picker,PosterLayer:PosterLayer.PosterLayer,PrizeLayer:PrizeLayer.PrizeLayer,ProductLayer:ProductLayer.ProductLayer,ProPosterLayer:ProPosterLayer.ProPosterLayer,QRCode:QRCode.QRCode,QrcodeLayer:QrcodeLayer.QrcodeLayer,Recognition:Recognition.Recognition,RecordRuleLayer:RecordRuleLayer.RecordRuleLayer,ReplayLayer:ReplayLayer.ReplayLayer,ResourcePreload:ResourcePreload.ResourcePreload,RowCascadePicker:RowCascadePicker.RowCascadePicker,Rule:Rule.Rule,Scroll:common_scroll.Scroll,Signature:Signature.Signature,SlidePoster:SlidePoster.SlidePoster,Stepper:Stepper.Stepper,Sticky:Sticky.Sticky,Style:Style.Style,Swipe:Swipe.Swipe,Switch:Switch.Switch,Tab:Tab.Tab,Timeline:Timeline.Timeline,Toast:Toast.Toast,ToBase64:toBase64.ToBase64,UserAuth:UserAuth.UserAuth,Validator:Validator.Validator};exports.BankSelect=BankSelect.BankSelect;exports.BaseInput=BaseInput.BaseInput;exports.BScroll=BScroll;exports.Button=Button.Button;exports.CascadePicker=CascadePicker.CascadePicker;exports.CertifyLayer=CertifyLayer.CertifyLayer;exports.ClaimsContact=ClaimsContact.ClaimsContact;exports.ClickOnce=ClickOnce.ClickOnce;exports.Collapse=Collapse.Collapse;exports.Contact=Contact.Contact;exports.ContactBook=ContactBook.Contact;exports.CountTo=CountTo.CountTo;exports.CouponLayer=CouponLayer.CouponLayer;exports.CrmReserveInfoLayer=CrmReserveInfoLayer.CrmReserveInfoLayer;exports.DatePicker=DatePicker.DatePicker;exports.DeviceFingerprint=DeviceFingerprint.DeviceFingerprint;exports.Dialog=Dialog.Dialog;exports.DiseaseSelect=DiseaseSelect.DiseaseSelect;exports.DiseaseSelectLayer=DiseaseSelectLayer.DiseaseSelectLayer;exports.DocPop=DocPop.DocPop;exports.ErrorInterceptors=utils_post.axiosErrorInterceptors;exports.FaceRecognition=FaceRecognition.FaceRecognition;exports.FigurePic=FigurePic.FigurePic;exports.FileList=FileList.FileList;exports.FileUpload=FileUpload.FileUpload;exports.FormLayer=FormLayer.FormLayer;exports.GivenLayer=GivenLayer.GivenLayer;exports.GoldAddress=GoldAddress.GoldAddress;exports.GoldAddressLayer=GoldAddressLayer.GoldAddressLayer;exports.GoldAddressSelect=GoldAddressSelect.GoldAddressSelect;exports.GoldAml=GoldAml.GoldAml;exports.GoldArea=GoldArea.GoldArea;exports.GoldAuroraSlots=GoldAuroraSlots.GoldAuroraSlots;exports.GoldBankPayLimit=GoldBankPayLimit.GoldBankPayLimit;exports.GoldBenefitDemo=GoldBenefitDemo.GoldBenefitDemo;exports.GoldCareer=GoldCareer.GoldCareer;exports.GoldCareerLayer=GoldCareerLayer.GoldCareerLayer;exports.GoldCert=GoldCert.GoldCert;exports.GoldCheckbox=GoldCheckbox.GoldCheckbox;exports.GoldClaimsContact=GoldClaimsContact.GoldClaimsContact;exports.GoldCommentList=GoldCommentList.GoldCommentList;exports.GoldCompute=GoldCompute.GoldCompute;exports.GoldComputeV2=GoldComputeV2.GoldComputeV2;exports.GoldConclusion=GoldConclusion.GoldConclusion;exports.GoldContact=GoldContact.GoldContact;exports.GoldContactBook=GoldContactBook.GoldContact;exports.GoldContactElement=GoldContactElement.GoldContactElement;exports.GoldCost=GoldCost.GoldCost;exports.GoldCostLayer=GoldCostLayer.GoldCostlayer;exports.GoldCoupon=GoldCoupon.GoldCoupon;exports.GoldDate=GoldDate.GoldDate;exports.GoldDialog=GoldDialog.GoldDialog;exports.GoldDisease=GoldDisease.GoldDisease;exports.GoldDocLayer=GoldDocLayer.GoldDocLayer;exports.GoldDoorPlate=GoldDoorPlate.GoldDoorPlate;exports.GoldDoubleRecordTable=GoldDoubleRecordTable.GoldDoubleRecordTable;exports.GoldElement=GoldElement.GoldElement;exports.GoldElementGroup=GoldElementGroup.GoldElementGroup;exports.GoldFacecheck=GoldFacecheck.GoldFacecheck;exports.GoldFaq=GoldFaq.GoldFaq;exports.GoldFile=GoldFile.GoldFile;exports.GoldFileAssess=GoldFileAssess.GoldFileAssess;exports.GoldFinance=GoldFinance.GoldFinance;exports.GoldFinanceChart=GoldFinanceChart.GoldFinanceChart;exports.GoldFinanceChartV2=GoldFinanceChartV2.GoldFinanceChartV2;exports.GoldFinanceChartV3=GoldFinanceChartV3.GoldFinanceChartV3;exports.GoldFinanceV2=GoldFinanceV2.GoldFinanceV2;exports.GoldIndexBar=GoldIndexBar.GoldIndexBar;exports.GoldInput=GoldInput.GoldInput;exports.GoldInsureDescDialog=GoldInsureDescDialog.GoldInsureDescDialog;exports.GoldInsureDuty=GoldInsureDuty.GoldInsureDuty;exports.GoldInsureNotice=GoldInsureNotice.GoldInsureNotice;exports.GoldItem=GoldItem.component;exports.GoldLattice=GoldLattice.GoldLattice;exports.GoldMailPrecheck=GoldMailPrecheck.GoldMailPrecheck;exports.GoldMailPrecheckV2=GoldMailPrecheckV2.GoldMailPrecheckV2;exports.GoldMobileLayer=GoldMobileLayer.GoldMobileLayer;exports.GoldModule=GoldModule.GoldModule;exports.GoldMulSelect=GoldMulSelect.GoldMulSelect;exports.GoldNoticeTerms=GoldNoticeTerms.GoldNoticeTerms;exports.GoldOcr=GoldOcr.GoldOcr;exports.GoldPayLimitLayer=GoldPayLimitLayer.GoldPayLimitLayer;exports.GoldPhoto=GoldPhoto.GoldPhoto;exports.GoldProtocol=GoldProtocol.GoldProtocol;exports.GoldPureText=GoldPureText.GoldPureText;exports.GoldQrcode=GoldQrcode.GoldQrcode;exports.GoldReadTerms=GoldReadTerms.GoldReadTerms;exports.GoldSelect=GoldSelect.GoldSelect;exports.GoldSignature=GoldSignature.GoldSignature;exports.GoldStepper=GoldStepper.GoldStepper;exports.GoldSwitch=GoldSwitch.GoldSwitch;exports.GoldText=GoldText.GoldText;exports.GoldTextarea=GoldTextarea.GoldTextarea;exports.GoldUniversal=GoldUniversal.GoldUniversal;exports.GoldVerifyCode=GoldVerifyCode.GoldVerifyCode;exports.ImageLayer=ImageLayer.ImageLayer;exports.ImagePreview=ImagePreview.ImagePreview;exports.IndexBar=IndexBar.indexBar;exports.IndexList=IndexList.IndexList;exports.Jigsaw=Jigsaw.Jigsaw;exports.JigsawLayer=JigsawLayer.JigsawLayer;exports.JigsawVerifyCode=JigsawVerifyCode.JigsawVerifyCode;exports.Keyframe=Keyframe.Keyframe;exports.Loading=Loading.Loading;exports.Login=Login.Login;exports.LoginLayer=LoginLayer.LoginLayer;exports.Marketing=Marketing.Marketing;exports.MobileAuth=MobileAuth.MobileAuth;exports.MobileAuthLayer=MobileAuthLayer.MobileAuthLayer;exports.MobileLayer=MobileLayer.MobileLayer;exports.MultiSelect=MultiSelect.MultiSelect;exports.NoticeTips=NoticeTips.NoticeTips;exports.OcrLayer=OcrLayer.OcrLayer;exports.PageLoading=PageLoading.PageLoading;exports.Panel=Panel.Panel;exports.Pdfjs=Pdfjs.Pdf;exports.PhotoBox=PhotoBox.PhotoBox;exports.Picker=Picker.Picker;exports.PosterLayer=PosterLayer.PosterLayer;exports.PrizeLayer=PrizeLayer.PrizeLayer;exports.ProductLayer=ProductLayer.ProductLayer;exports.ProPosterLayer=ProPosterLayer.ProPosterLayer;exports.QRCode=QRCode.QRCode;exports.QrcodeLayer=QrcodeLayer.QrcodeLayer;exports.Recognition=Recognition.Recognition;exports.RecordRuleLayer=RecordRuleLayer.RecordRuleLayer;exports.ReplayLayer=ReplayLayer.ReplayLayer;exports.ResourcePreload=ResourcePreload.ResourcePreload;exports.RowCascadePicker=RowCascadePicker.RowCascadePicker;exports.Rule=Rule.Rule;exports.Signature=Signature.Signature;exports.SlidePoster=SlidePoster.SlidePoster;exports.Stepper=Stepper.Stepper;exports.Sticky=Sticky.Sticky;exports.Style=Style.Style;exports.Swipe=Swipe.Swipe;exports.Switch=Switch.Switch;exports.Tab=Tab.Tab;exports.Timeline=Timeline.Timeline;exports.Toast=Toast.Toast;exports.ToBase64=toBase64.ToBase64;exports.UserAuth=UserAuth.UserAuth;exports.Validator=Validator.Validator;exports.GoldLayer=common_goldlayer.ActGoldLayer;exports.Scroll=common_scroll.Scroll;exports.default=index;
1
+ "use strict";var _defineProperty=require("@babel/runtime-corejs3/helpers/defineProperty");var _Object$defineProperties=require("@babel/runtime-corejs3/core-js/object/define-properties");var _Symbol$toStringTag=require("@babel/runtime-corejs3/core-js/symbol/to-string-tag");var _forEachInstanceProperty=require("@babel/runtime-corejs3/core-js/instance/for-each");_Object$defineProperties(exports,_defineProperty({__esModule:{value:true}},_Symbol$toStringTag,{value:"Module"}));var BankSelect=require("./BankSelect/index.js");var BaseInput=require("./BaseInput/index.js");var BScroll=require("better-scroll");var Button=require("./Button/index.js");var CascadePicker=require("./CascadePicker/index.js");var CertifyLayer=require("./CertifyLayer/index.js");var ClaimsContact=require("./ClaimsContact/index.js");var ClickOnce=require("./ClickOnce/index.js");var Collapse=require("./Collapse/index.js");var Contact=require("./Contact/index.js");var ContactBook=require("./ContactBook/index.js");var CountTo=require("./CountTo/index.js");var CouponLayer=require("./CouponLayer/index.js");var CrmReserveInfoLayer=require("./CrmReserveInfoLayer/index.js");var DatePicker=require("./DatePicker/index.js");var DeviceFingerprint=require("./DeviceFingerprint/index.js");var Dialog=require("./Dialog/index.js");var DiseaseSelect=require("./DiseaseSelect/index.js");var DiseaseSelectLayer=require("./DiseaseSelectLayer/index.js");var DocPop=require("./DocPop/index.js");var utils_post=require("./utils/post/index.js");var FaceRecognition=require("./FaceRecognition/index.js");var FigurePic=require("./FigurePic/index.js");var FileList=require("./FileList/index.js");var FileUpload=require("./FileUpload/index.js");var FormLayer=require("./FormLayer/index.js");var GivenLayer=require("./GivenLayer/index.js");var GoldAddress=require("./GoldAddress/index.js");var GoldAddressLayer=require("./GoldAddressLayer/index.js");var GoldAddressSelect=require("./GoldAddressSelect/index.js");var GoldAml=require("./GoldAml/index.js");var GoldArea=require("./GoldArea/index.js");var GoldAuroraSlots=require("./GoldAuroraSlots/index.js");var GoldBankPayLimit=require("./GoldBankPayLimit/index.js");var GoldBenefitDemo=require("./GoldBenefitDemo/index.js");var GoldCareer=require("./GoldCareer/index.js");var GoldCareerLayer=require("./GoldCareerLayer/index.js");var GoldCert=require("./GoldCert/index.js");var GoldCheckbox=require("./GoldCheckbox/index.js");var GoldClaimsContact=require("./GoldClaimsContact/index.js");var GoldCommentList=require("./GoldCommentList/index.js");var GoldCompute=require("./GoldCompute/index.js");var GoldComputeV2=require("./GoldComputeV2/index.js");var GoldConclusion=require("./GoldConclusion/index.js");var GoldContact=require("./GoldContact/index.js");var GoldContactBook=require("./GoldContactBook/index.js");var GoldContactElement=require("./GoldContactElement/index.js");var GoldCost=require("./GoldCost/index.js");var GoldCostLayer=require("./GoldCostLayer/index.js");var GoldCoupon=require("./GoldCoupon/index.js");var GoldDate=require("./GoldDate/index.js");var GoldDialog=require("./GoldDialog/index.js");var GoldDisease=require("./GoldDisease/index.js");var GoldDocLayer=require("./GoldDocLayer/index.js");var GoldDoorPlate=require("./GoldDoorPlate/index.js");var GoldDoubleRecordTable=require("./GoldDoubleRecordTable/index.js");var GoldElement=require("./GoldElement/index.js");var GoldElementGroup=require("./GoldElementGroup/index.js");var GoldFacecheck=require("./GoldFacecheck/index.js");var GoldFaq=require("./GoldFaq/index.js");var GoldFile=require("./GoldFile/index.js");var GoldFileAssess=require("./GoldFileAssess/index.js");var GoldFinance=require("./GoldFinance/index.js");var GoldFinanceChart=require("./GoldFinanceChart/index.js");var GoldFinanceChartV2=require("./GoldFinanceChartV2/index.js");var GoldFinanceChartV3=require("./GoldFinanceChartV3/index.js");var GoldFinanceV2=require("./GoldFinanceV2/index.js");var GoldIndexBar=require("./GoldIndexBar/index.js");var GoldInput=require("./GoldInput/index.js");var GoldInsureDescDialog=require("./GoldInsureDescDialog/index.js");var GoldInsureDuty=require("./GoldInsureDuty/index.js");var GoldInsureNotice=require("./GoldInsureNotice/index.js");var GoldItem=require("./GoldItem/index.js");var GoldLattice=require("./GoldLattice/index.js");require("./GoldLayer/index.js");var GoldMailPrecheck=require("./GoldMailPrecheck/index.js");var GoldMailPrecheckV2=require("./GoldMailPrecheckV2/index.js");var GoldMobileLayer=require("./GoldMobileLayer/index.js");var GoldModule=require("./GoldModule/index.js");var GoldMulSelect=require("./GoldMulSelect/index.js");var GoldNoticeTerms=require("./GoldNoticeTerms/index.js");var GoldOcr=require("./GoldOcr/index.js");var GoldPayLimitLayer=require("./GoldPayLimitLayer/index.js");var GoldPhoto=require("./GoldPhoto/index.js");var GoldProtocol=require("./GoldProtocol/index.js");var GoldPureText=require("./GoldPureText/index.js");var GoldQrcode=require("./GoldQrcode/index.js");var GoldReadTerms=require("./GoldReadTerms/index.js");var GoldSelect=require("./GoldSelect/index.js");var GoldSignature=require("./GoldSignature/index.js");var GoldStepper=require("./GoldStepper/index.js");var GoldSwitch=require("./GoldSwitch/index.js");var GoldText=require("./GoldText/index.js");var GoldTextarea=require("./GoldTextarea/index.js");var GoldUniversal=require("./GoldUniversal/index.js");var GoldVerifyCode=require("./GoldVerifyCode/index.js");var ImageLayer=require("./ImageLayer/index.js");var ImagePreview=require("./ImagePreview/index.js");var IndexBar=require("./IndexBar/index.js");var IndexList=require("./IndexList/index.js");var Jigsaw=require("./Jigsaw/index.js");var JigsawLayer=require("./JigsawLayer/index.js");var JigsawVerifyCode=require("./JigsawVerifyCode/index.js");var Keyframe=require("./Keyframe/index.js");var Loading=require("./Loading/index.js");var Login=require("./Login/index.js");var LoginLayer=require("./LoginLayer/index.js");var Marketing=require("./Marketing/index.js");var MobileAuth=require("./MobileAuth/index.js");var MobileAuthLayer=require("./MobileAuthLayer/index.js");var MobileLayer=require("./MobileLayer/index.js");var MultiSelect=require("./MultiSelect/index.js");var NoticeTips=require("./NoticeTips/index.js");var OcrLayer=require("./OcrLayer/index.js");var PageLoading=require("./PageLoading/index.js");var Panel=require("./Panel/index.js");var Pdfjs=require("./Pdfjs/index.js");var PhotoBox=require("./PhotoBox/index.js");var Picker=require("./Picker/index.js");var PosterLayer=require("./PosterLayer/index.js");var PrizeLayer=require("./PrizeLayer/index.js");var ProductLayer=require("./ProductLayer/index.js");var ProPosterLayer=require("./ProPosterLayer/index.js");var QRCode=require("./QRCode/index.js");var QrcodeLayer=require("./QrcodeLayer/index.js");var Recognition=require("./Recognition/index.js");var RecordRuleLayer=require("./RecordRuleLayer/index.js");var ReplayLayer=require("./ReplayLayer/index.js");var ResourcePreload=require("./ResourcePreload/index.js");var RowCascadePicker=require("./RowCascadePicker/index.js");var Rule=require("./Rule/index.js");require("./Scroll/index.js");var Signature=require("./Signature/index.js");var SlidePoster=require("./SlidePoster/index.js");var Stepper=require("./Stepper/index.js");var Sticky=require("./Sticky/index.js");var Style=require("./Style/index.js");var Swipe=require("./Swipe/index.js");var Switch=require("./Switch/index.js");var Tab=require("./Tab/index.js");var Timeline=require("./Timeline/index.js");var Toast=require("./Toast/index.js");var toBase64=require("./toBase64/index.js");var UserAuth=require("./UserAuth/index.js");var Validator=require("./Validator/index.js");var common_goldlayer=require("./common/goldlayer/index.js");var common_scroll=require("./common/scroll/index.js");var components=[BankSelect.BankSelect,BaseInput.BaseInput,BScroll,Button.Button,CascadePicker.CascadePicker,CertifyLayer.CertifyLayer,ClaimsContact.ClaimsContact,ClickOnce.ClickOnce,Collapse.Collapse,Contact.Contact,ContactBook.Contact,CountTo.CountTo,CouponLayer.CouponLayer,CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker.DatePicker,DeviceFingerprint.DeviceFingerprint,Dialog.Dialog,DiseaseSelect.DiseaseSelect,DiseaseSelectLayer.DiseaseSelectLayer,DocPop.DocPop,utils_post.axiosErrorInterceptors,FaceRecognition.FaceRecognition,FigurePic.FigurePic,FileList.FileList,FileUpload.FileUpload,FormLayer.FormLayer,GivenLayer.GivenLayer,GoldAddress.GoldAddress,GoldAddressLayer.GoldAddressLayer,GoldAddressSelect.GoldAddressSelect,GoldAml.GoldAml,GoldArea.GoldArea,GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo.GoldBenefitDemo,GoldCareer.GoldCareer,GoldCareerLayer.GoldCareerLayer,GoldCert.GoldCert,GoldCheckbox.GoldCheckbox,GoldClaimsContact.GoldClaimsContact,GoldCommentList.GoldCommentList,GoldCompute.GoldCompute,GoldComputeV2.GoldComputeV2,GoldConclusion.GoldConclusion,GoldContact.GoldContact,GoldContactBook.GoldContact,GoldContactElement.GoldContactElement,GoldCost.GoldCost,GoldCostLayer.GoldCostlayer,GoldCoupon.GoldCoupon,GoldDate.GoldDate,GoldDialog.GoldDialog,GoldDisease.GoldDisease,GoldDocLayer.GoldDocLayer,GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement.GoldElement,GoldElementGroup.GoldElementGroup,GoldFacecheck.GoldFacecheck,GoldFaq.GoldFaq,GoldFile.GoldFile,GoldFileAssess.GoldFileAssess,GoldFinance.GoldFinance,GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2.GoldFinanceV2,GoldIndexBar.GoldIndexBar,GoldInput.GoldInput,GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty.GoldInsureDuty,GoldInsureNotice.GoldInsureNotice,GoldItem.component,GoldLattice.GoldLattice,common_goldlayer.ActGoldLayer,GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer.GoldMobileLayer,GoldModule.GoldModule,GoldMulSelect.GoldMulSelect,GoldNoticeTerms.GoldNoticeTerms,GoldOcr.GoldOcr,GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto.GoldPhoto,GoldProtocol.GoldProtocol,GoldPureText.GoldPureText,GoldQrcode.GoldQrcode,GoldReadTerms.GoldReadTerms,GoldSelect.GoldSelect,GoldSignature.GoldSignature,GoldStepper.GoldStepper,GoldSwitch.GoldSwitch,GoldText.GoldText,GoldTextarea.GoldTextarea,GoldUniversal.GoldUniversal,GoldVerifyCode.GoldVerifyCode,ImageLayer.ImageLayer,ImagePreview.ImagePreview,IndexBar.indexBar,IndexList.IndexList,Jigsaw.Jigsaw,JigsawLayer.JigsawLayer,JigsawVerifyCode.JigsawVerifyCode,Keyframe.Keyframe,Loading.Loading,Login.Login,LoginLayer.LoginLayer,Marketing.Marketing,MobileAuth.MobileAuth,MobileAuthLayer.MobileAuthLayer,MobileLayer.MobileLayer,MultiSelect.MultiSelect,NoticeTips.NoticeTips,OcrLayer.OcrLayer,PageLoading.PageLoading,Panel.Panel,Pdfjs.Pdf,PhotoBox.PhotoBox,Picker.Picker,PosterLayer.PosterLayer,PrizeLayer.PrizeLayer,ProductLayer.ProductLayer,ProPosterLayer.ProPosterLayer,QRCode.QRCode,QrcodeLayer.QrcodeLayer,Recognition.Recognition,RecordRuleLayer.RecordRuleLayer,ReplayLayer.ReplayLayer,ResourcePreload.ResourcePreload,RowCascadePicker.RowCascadePicker,Rule.Rule,common_scroll.Scroll,Signature.Signature,SlidePoster.SlidePoster,Stepper.Stepper,Sticky.Sticky,Style.Style,Swipe.Swipe,Switch.Switch,Tab.Tab,Timeline.Timeline,Toast.Toast,toBase64.ToBase64,UserAuth.UserAuth,Validator.Validator];var install=function install2(Vue){var opts=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};_forEachInstanceProperty(components).call(components,function(component){if(component.name&&component.install){Vue.use(component)}})};if(typeof window!=="undefined"&&window.Vue){install(window.Vue)}var index={version:"2.0.1-beta.6",install,BankSelect:BankSelect.BankSelect,BaseInput:BaseInput.BaseInput,BScroll,Button:Button.Button,CascadePicker:CascadePicker.CascadePicker,CertifyLayer:CertifyLayer.CertifyLayer,ClaimsContact:ClaimsContact.ClaimsContact,ClickOnce:ClickOnce.ClickOnce,Collapse:Collapse.Collapse,Contact:Contact.Contact,ContactBook:ContactBook.Contact,CountTo:CountTo.CountTo,CouponLayer:CouponLayer.CouponLayer,CrmReserveInfoLayer:CrmReserveInfoLayer.CrmReserveInfoLayer,DatePicker:DatePicker.DatePicker,DeviceFingerprint:DeviceFingerprint.DeviceFingerprint,Dialog:Dialog.Dialog,DiseaseSelect:DiseaseSelect.DiseaseSelect,DiseaseSelectLayer:DiseaseSelectLayer.DiseaseSelectLayer,DocPop:DocPop.DocPop,ErrorInterceptors:utils_post.axiosErrorInterceptors,FaceRecognition:FaceRecognition.FaceRecognition,FigurePic:FigurePic.FigurePic,FileList:FileList.FileList,FileUpload:FileUpload.FileUpload,FormLayer:FormLayer.FormLayer,GivenLayer:GivenLayer.GivenLayer,GoldAddress:GoldAddress.GoldAddress,GoldAddressLayer:GoldAddressLayer.GoldAddressLayer,GoldAddressSelect:GoldAddressSelect.GoldAddressSelect,GoldAml:GoldAml.GoldAml,GoldArea:GoldArea.GoldArea,GoldAuroraSlots:GoldAuroraSlots.GoldAuroraSlots,GoldBankPayLimit:GoldBankPayLimit.GoldBankPayLimit,GoldBenefitDemo:GoldBenefitDemo.GoldBenefitDemo,GoldCareer:GoldCareer.GoldCareer,GoldCareerLayer:GoldCareerLayer.GoldCareerLayer,GoldCert:GoldCert.GoldCert,GoldCheckbox:GoldCheckbox.GoldCheckbox,GoldClaimsContact:GoldClaimsContact.GoldClaimsContact,GoldCommentList:GoldCommentList.GoldCommentList,GoldCompute:GoldCompute.GoldCompute,GoldComputeV2:GoldComputeV2.GoldComputeV2,GoldConclusion:GoldConclusion.GoldConclusion,GoldContact:GoldContact.GoldContact,GoldContactBook:GoldContactBook.GoldContact,GoldContactElement:GoldContactElement.GoldContactElement,GoldCost:GoldCost.GoldCost,GoldCostLayer:GoldCostLayer.GoldCostlayer,GoldCoupon:GoldCoupon.GoldCoupon,GoldDate:GoldDate.GoldDate,GoldDialog:GoldDialog.GoldDialog,GoldDisease:GoldDisease.GoldDisease,GoldDocLayer:GoldDocLayer.GoldDocLayer,GoldDoorPlate:GoldDoorPlate.GoldDoorPlate,GoldDoubleRecordTable:GoldDoubleRecordTable.GoldDoubleRecordTable,GoldElement:GoldElement.GoldElement,GoldElementGroup:GoldElementGroup.GoldElementGroup,GoldFacecheck:GoldFacecheck.GoldFacecheck,GoldFaq:GoldFaq.GoldFaq,GoldFile:GoldFile.GoldFile,GoldFileAssess:GoldFileAssess.GoldFileAssess,GoldFinance:GoldFinance.GoldFinance,GoldFinanceChart:GoldFinanceChart.GoldFinanceChart,GoldFinanceChartV2:GoldFinanceChartV2.GoldFinanceChartV2,GoldFinanceChartV3:GoldFinanceChartV3.GoldFinanceChartV3,GoldFinanceV2:GoldFinanceV2.GoldFinanceV2,GoldIndexBar:GoldIndexBar.GoldIndexBar,GoldInput:GoldInput.GoldInput,GoldInsureDescDialog:GoldInsureDescDialog.GoldInsureDescDialog,GoldInsureDuty:GoldInsureDuty.GoldInsureDuty,GoldInsureNotice:GoldInsureNotice.GoldInsureNotice,GoldItem:GoldItem.component,GoldLattice:GoldLattice.GoldLattice,GoldLayer:common_goldlayer.ActGoldLayer,GoldMailPrecheck:GoldMailPrecheck.GoldMailPrecheck,GoldMailPrecheckV2:GoldMailPrecheckV2.GoldMailPrecheckV2,GoldMobileLayer:GoldMobileLayer.GoldMobileLayer,GoldModule:GoldModule.GoldModule,GoldMulSelect:GoldMulSelect.GoldMulSelect,GoldNoticeTerms:GoldNoticeTerms.GoldNoticeTerms,GoldOcr:GoldOcr.GoldOcr,GoldPayLimitLayer:GoldPayLimitLayer.GoldPayLimitLayer,GoldPhoto:GoldPhoto.GoldPhoto,GoldProtocol:GoldProtocol.GoldProtocol,GoldPureText:GoldPureText.GoldPureText,GoldQrcode:GoldQrcode.GoldQrcode,GoldReadTerms:GoldReadTerms.GoldReadTerms,GoldSelect:GoldSelect.GoldSelect,GoldSignature:GoldSignature.GoldSignature,GoldStepper:GoldStepper.GoldStepper,GoldSwitch:GoldSwitch.GoldSwitch,GoldText:GoldText.GoldText,GoldTextarea:GoldTextarea.GoldTextarea,GoldUniversal:GoldUniversal.GoldUniversal,GoldVerifyCode:GoldVerifyCode.GoldVerifyCode,ImageLayer:ImageLayer.ImageLayer,ImagePreview:ImagePreview.ImagePreview,IndexBar:IndexBar.indexBar,IndexList:IndexList.IndexList,Jigsaw:Jigsaw.Jigsaw,JigsawLayer:JigsawLayer.JigsawLayer,JigsawVerifyCode:JigsawVerifyCode.JigsawVerifyCode,Keyframe:Keyframe.Keyframe,Loading:Loading.Loading,Login:Login.Login,LoginLayer:LoginLayer.LoginLayer,Marketing:Marketing.Marketing,MobileAuth:MobileAuth.MobileAuth,MobileAuthLayer:MobileAuthLayer.MobileAuthLayer,MobileLayer:MobileLayer.MobileLayer,MultiSelect:MultiSelect.MultiSelect,NoticeTips:NoticeTips.NoticeTips,OcrLayer:OcrLayer.OcrLayer,PageLoading:PageLoading.PageLoading,Panel:Panel.Panel,Pdfjs:Pdfjs.Pdf,PhotoBox:PhotoBox.PhotoBox,Picker:Picker.Picker,PosterLayer:PosterLayer.PosterLayer,PrizeLayer:PrizeLayer.PrizeLayer,ProductLayer:ProductLayer.ProductLayer,ProPosterLayer:ProPosterLayer.ProPosterLayer,QRCode:QRCode.QRCode,QrcodeLayer:QrcodeLayer.QrcodeLayer,Recognition:Recognition.Recognition,RecordRuleLayer:RecordRuleLayer.RecordRuleLayer,ReplayLayer:ReplayLayer.ReplayLayer,ResourcePreload:ResourcePreload.ResourcePreload,RowCascadePicker:RowCascadePicker.RowCascadePicker,Rule:Rule.Rule,Scroll:common_scroll.Scroll,Signature:Signature.Signature,SlidePoster:SlidePoster.SlidePoster,Stepper:Stepper.Stepper,Sticky:Sticky.Sticky,Style:Style.Style,Swipe:Swipe.Swipe,Switch:Switch.Switch,Tab:Tab.Tab,Timeline:Timeline.Timeline,Toast:Toast.Toast,ToBase64:toBase64.ToBase64,UserAuth:UserAuth.UserAuth,Validator:Validator.Validator};exports.BankSelect=BankSelect.BankSelect;exports.BaseInput=BaseInput.BaseInput;exports.BScroll=BScroll;exports.Button=Button.Button;exports.CascadePicker=CascadePicker.CascadePicker;exports.CertifyLayer=CertifyLayer.CertifyLayer;exports.ClaimsContact=ClaimsContact.ClaimsContact;exports.ClickOnce=ClickOnce.ClickOnce;exports.Collapse=Collapse.Collapse;exports.Contact=Contact.Contact;exports.ContactBook=ContactBook.Contact;exports.CountTo=CountTo.CountTo;exports.CouponLayer=CouponLayer.CouponLayer;exports.CrmReserveInfoLayer=CrmReserveInfoLayer.CrmReserveInfoLayer;exports.DatePicker=DatePicker.DatePicker;exports.DeviceFingerprint=DeviceFingerprint.DeviceFingerprint;exports.Dialog=Dialog.Dialog;exports.DiseaseSelect=DiseaseSelect.DiseaseSelect;exports.DiseaseSelectLayer=DiseaseSelectLayer.DiseaseSelectLayer;exports.DocPop=DocPop.DocPop;exports.ErrorInterceptors=utils_post.axiosErrorInterceptors;exports.FaceRecognition=FaceRecognition.FaceRecognition;exports.FigurePic=FigurePic.FigurePic;exports.FileList=FileList.FileList;exports.FileUpload=FileUpload.FileUpload;exports.FormLayer=FormLayer.FormLayer;exports.GivenLayer=GivenLayer.GivenLayer;exports.GoldAddress=GoldAddress.GoldAddress;exports.GoldAddressLayer=GoldAddressLayer.GoldAddressLayer;exports.GoldAddressSelect=GoldAddressSelect.GoldAddressSelect;exports.GoldAml=GoldAml.GoldAml;exports.GoldArea=GoldArea.GoldArea;exports.GoldAuroraSlots=GoldAuroraSlots.GoldAuroraSlots;exports.GoldBankPayLimit=GoldBankPayLimit.GoldBankPayLimit;exports.GoldBenefitDemo=GoldBenefitDemo.GoldBenefitDemo;exports.GoldCareer=GoldCareer.GoldCareer;exports.GoldCareerLayer=GoldCareerLayer.GoldCareerLayer;exports.GoldCert=GoldCert.GoldCert;exports.GoldCheckbox=GoldCheckbox.GoldCheckbox;exports.GoldClaimsContact=GoldClaimsContact.GoldClaimsContact;exports.GoldCommentList=GoldCommentList.GoldCommentList;exports.GoldCompute=GoldCompute.GoldCompute;exports.GoldComputeV2=GoldComputeV2.GoldComputeV2;exports.GoldConclusion=GoldConclusion.GoldConclusion;exports.GoldContact=GoldContact.GoldContact;exports.GoldContactBook=GoldContactBook.GoldContact;exports.GoldContactElement=GoldContactElement.GoldContactElement;exports.GoldCost=GoldCost.GoldCost;exports.GoldCostLayer=GoldCostLayer.GoldCostlayer;exports.GoldCoupon=GoldCoupon.GoldCoupon;exports.GoldDate=GoldDate.GoldDate;exports.GoldDialog=GoldDialog.GoldDialog;exports.GoldDisease=GoldDisease.GoldDisease;exports.GoldDocLayer=GoldDocLayer.GoldDocLayer;exports.GoldDoorPlate=GoldDoorPlate.GoldDoorPlate;exports.GoldDoubleRecordTable=GoldDoubleRecordTable.GoldDoubleRecordTable;exports.GoldElement=GoldElement.GoldElement;exports.GoldElementGroup=GoldElementGroup.GoldElementGroup;exports.GoldFacecheck=GoldFacecheck.GoldFacecheck;exports.GoldFaq=GoldFaq.GoldFaq;exports.GoldFile=GoldFile.GoldFile;exports.GoldFileAssess=GoldFileAssess.GoldFileAssess;exports.GoldFinance=GoldFinance.GoldFinance;exports.GoldFinanceChart=GoldFinanceChart.GoldFinanceChart;exports.GoldFinanceChartV2=GoldFinanceChartV2.GoldFinanceChartV2;exports.GoldFinanceChartV3=GoldFinanceChartV3.GoldFinanceChartV3;exports.GoldFinanceV2=GoldFinanceV2.GoldFinanceV2;exports.GoldIndexBar=GoldIndexBar.GoldIndexBar;exports.GoldInput=GoldInput.GoldInput;exports.GoldInsureDescDialog=GoldInsureDescDialog.GoldInsureDescDialog;exports.GoldInsureDuty=GoldInsureDuty.GoldInsureDuty;exports.GoldInsureNotice=GoldInsureNotice.GoldInsureNotice;exports.GoldItem=GoldItem.component;exports.GoldLattice=GoldLattice.GoldLattice;exports.GoldMailPrecheck=GoldMailPrecheck.GoldMailPrecheck;exports.GoldMailPrecheckV2=GoldMailPrecheckV2.GoldMailPrecheckV2;exports.GoldMobileLayer=GoldMobileLayer.GoldMobileLayer;exports.GoldModule=GoldModule.GoldModule;exports.GoldMulSelect=GoldMulSelect.GoldMulSelect;exports.GoldNoticeTerms=GoldNoticeTerms.GoldNoticeTerms;exports.GoldOcr=GoldOcr.GoldOcr;exports.GoldPayLimitLayer=GoldPayLimitLayer.GoldPayLimitLayer;exports.GoldPhoto=GoldPhoto.GoldPhoto;exports.GoldProtocol=GoldProtocol.GoldProtocol;exports.GoldPureText=GoldPureText.GoldPureText;exports.GoldQrcode=GoldQrcode.GoldQrcode;exports.GoldReadTerms=GoldReadTerms.GoldReadTerms;exports.GoldSelect=GoldSelect.GoldSelect;exports.GoldSignature=GoldSignature.GoldSignature;exports.GoldStepper=GoldStepper.GoldStepper;exports.GoldSwitch=GoldSwitch.GoldSwitch;exports.GoldText=GoldText.GoldText;exports.GoldTextarea=GoldTextarea.GoldTextarea;exports.GoldUniversal=GoldUniversal.GoldUniversal;exports.GoldVerifyCode=GoldVerifyCode.GoldVerifyCode;exports.ImageLayer=ImageLayer.ImageLayer;exports.ImagePreview=ImagePreview.ImagePreview;exports.IndexBar=IndexBar.indexBar;exports.IndexList=IndexList.IndexList;exports.Jigsaw=Jigsaw.Jigsaw;exports.JigsawLayer=JigsawLayer.JigsawLayer;exports.JigsawVerifyCode=JigsawVerifyCode.JigsawVerifyCode;exports.Keyframe=Keyframe.Keyframe;exports.Loading=Loading.Loading;exports.Login=Login.Login;exports.LoginLayer=LoginLayer.LoginLayer;exports.Marketing=Marketing.Marketing;exports.MobileAuth=MobileAuth.MobileAuth;exports.MobileAuthLayer=MobileAuthLayer.MobileAuthLayer;exports.MobileLayer=MobileLayer.MobileLayer;exports.MultiSelect=MultiSelect.MultiSelect;exports.NoticeTips=NoticeTips.NoticeTips;exports.OcrLayer=OcrLayer.OcrLayer;exports.PageLoading=PageLoading.PageLoading;exports.Panel=Panel.Panel;exports.Pdfjs=Pdfjs.Pdf;exports.PhotoBox=PhotoBox.PhotoBox;exports.Picker=Picker.Picker;exports.PosterLayer=PosterLayer.PosterLayer;exports.PrizeLayer=PrizeLayer.PrizeLayer;exports.ProductLayer=ProductLayer.ProductLayer;exports.ProPosterLayer=ProPosterLayer.ProPosterLayer;exports.QRCode=QRCode.QRCode;exports.QrcodeLayer=QrcodeLayer.QrcodeLayer;exports.Recognition=Recognition.Recognition;exports.RecordRuleLayer=RecordRuleLayer.RecordRuleLayer;exports.ReplayLayer=ReplayLayer.ReplayLayer;exports.ResourcePreload=ResourcePreload.ResourcePreload;exports.RowCascadePicker=RowCascadePicker.RowCascadePicker;exports.Rule=Rule.Rule;exports.Signature=Signature.Signature;exports.SlidePoster=SlidePoster.SlidePoster;exports.Stepper=Stepper.Stepper;exports.Sticky=Sticky.Sticky;exports.Style=Style.Style;exports.Swipe=Swipe.Swipe;exports.Switch=Switch.Switch;exports.Tab=Tab.Tab;exports.Timeline=Timeline.Timeline;exports.Toast=Toast.Toast;exports.ToBase64=toBase64.ToBase64;exports.UserAuth=UserAuth.UserAuth;exports.Validator=Validator.Validator;exports.GoldLayer=common_goldlayer.ActGoldLayer;exports.Scroll=common_scroll.Scroll;exports.default=index;
package/lib/index.mjs CHANGED
@@ -160,7 +160,7 @@ if (typeof window !== "undefined" && window.Vue) {
160
160
  install(window.Vue);
161
161
  }
162
162
  var index = {
163
- version: "2.0.1-beta.5",
163
+ version: "2.0.1-beta.6",
164
164
  install,
165
165
  BankSelect,
166
166
  BaseInput,
package/package.json CHANGED
@@ -1,94 +1,95 @@
1
- {
2
- "name": "@xysfe/actui",
3
- "distname": "actui",
4
- "version": "2.0.1-beta.5",
5
- "prefix": "act",
6
- "description": "A fantastic mobile ui lib implement by Vue",
7
- "main": "lib/index.js",
8
- "module": "lib/index.mjs",
9
- "types": "types/index.d.ts",
10
- "scripts": {
11
- "prepare": "husky install",
12
- "add": "node scripts/add.js",
13
- "build:entry": "node scripts/entry.js",
14
- "prebuild": "npm run build:entry",
15
- "build": "vite build",
16
- "predev": "npm run build:entry",
17
- "dev": "cd docs && npm run dev",
18
- "build:docs": "cd docs && npm run build",
19
- "types": "npx -p typescript tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir types\n",
20
- "prepublishOnly": "npm run build && npm run types"
21
- },
22
- "files": [
23
- "lib",
24
- "types"
25
- ],
26
- "keywords": [
27
- "muc",
28
- "vue",
29
- "components",
30
- "xiaoyusan"
31
- ],
32
- "devDependencies": {
33
- "@babel/eslint-parser": "^7.23.10",
34
- "@babel/plugin-proposal-optional-chaining": "^7.21.0",
35
- "@babel/plugin-transform-runtime": "^7.24.0",
36
- "@babel/preset-env": "^7.24.0",
37
- "@laynezh/vite-plugin-lib-assets": "^0.5.22",
38
- "@rollup/plugin-alias": "^5.1.0",
39
- "@rollup/plugin-babel": "^6.0.4",
40
- "@rushstack/eslint-patch": "^1.3.3",
41
- "@types/node": "^18.19.3",
42
- "@vitejs/plugin-legacy": "^5.3.1",
43
- "@vitejs/plugin-vue2": "^2.3.1",
44
- "@vitejs/plugin-vue2-jsx": "^1.1.1",
45
- "@vue/eslint-config-standard": "^5.1.2",
46
- "autoprefixer": "^7.1.1",
47
- "cheerio": "^0.20.0",
48
- "eslint": "^7.32.0",
49
- "eslint-plugin-import": "^2.29.0",
50
- "eslint-plugin-node": "^11.1.0",
51
- "eslint-plugin-promise": "^4.3.1",
52
- "eslint-plugin-vue": "^9.17.0",
53
- "fast-glob": "^3.3.2",
54
- "globals": "^15.6.0",
55
- "husky": "^8.0.0",
56
- "json-templater": "^1.2.0",
57
- "lint-staged": "^12.5.0",
58
- "sass": "^1.70.0",
59
- "swiper": "^4.0.7",
60
- "uppercamelcase": "^3.0.0",
61
- "vite": "^5.2.11",
62
- "vite-plugin-babel": "^1.2.0",
63
- "vite-plugin-importer": "^0.2.5",
64
- "vite-plugin-lib-inject-css": "^2.0.1"
65
- },
66
- "packageManager": "pnpm@7.1.0",
67
- "engines": {
68
- "node": ">= 16.0.0",
69
- "pnpm": ">= 7.1.0"
70
- },
71
- "publishConfig": {
72
- "registry": "https://registry.npmjs.org/",
73
- "access": "public"
74
- },
75
- "browserslist": [
76
- "> 1%",
77
- "not ie <= 11",
78
- "Android >= 4.0",
79
- "iOS >= 8"
80
- ],
81
- "dependencies": {
82
- "@babel/runtime-corejs3": "^7.24.0",
83
- "axios": "^0.19.0",
84
- "better-scroll": "1.12.6",
85
- "better-scroll-v2": "npm:better-scroll@2.3.0",
86
- "crypto-js": "^3.1.9-1",
87
- "echarts": "^5.5.0",
88
- "html2canvas": "^1.4.1",
89
- "lodash-es": "^4.17.8",
90
- "pdfjs-dist": "2.5.207",
91
- "vue": "^2.7.16",
92
- "vue-awesome-swiper": "^3.1.3"
93
- }
94
- }
1
+ {
2
+ "name": "@xysfe/actui",
3
+ "distname": "actui",
4
+ "version": "2.0.1-beta.6",
5
+ "prefix": "act",
6
+ "description": "A fantastic mobile ui lib implement by Vue",
7
+ "main": "lib/index.js",
8
+ "module": "lib/index.mjs",
9
+ "types": "types/index.d.ts",
10
+ "scripts": {
11
+ "prepare": "husky install",
12
+ "add": "node scripts/add.js",
13
+ "build:entry": "node scripts/entry.js",
14
+ "prebuild": "npm run build:entry",
15
+ "build": "vite build",
16
+ "predev": "npm run build:entry",
17
+ "dev": "cd docs && npm run dev",
18
+ "build:docs": "cd docs && npm run build",
19
+ "build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir types",
20
+ "prepublishOnly": "npm run build && npm run build:types"
21
+ },
22
+ "files": [
23
+ "lib",
24
+ "types"
25
+ ],
26
+ "keywords": [
27
+ "muc",
28
+ "vue",
29
+ "components",
30
+ "xiaoyusan"
31
+ ],
32
+ "devDependencies": {
33
+ "@babel/eslint-parser": "^7.23.10",
34
+ "@babel/plugin-proposal-optional-chaining": "^7.21.0",
35
+ "@babel/plugin-transform-runtime": "^7.24.0",
36
+ "@babel/preset-env": "^7.24.0",
37
+ "@laynezh/vite-plugin-lib-assets": "^0.5.22",
38
+ "@rollup/plugin-alias": "^5.1.0",
39
+ "@rollup/plugin-babel": "^6.0.4",
40
+ "@rushstack/eslint-patch": "^1.3.3",
41
+ "@types/node": "^18.19.3",
42
+ "@vitejs/plugin-legacy": "^5.3.1",
43
+ "@vitejs/plugin-vue2": "^2.3.1",
44
+ "@vitejs/plugin-vue2-jsx": "^1.1.1",
45
+ "@vue/eslint-config-standard": "^5.1.2",
46
+ "autoprefixer": "^7.1.1",
47
+ "cheerio": "^0.20.0",
48
+ "eslint": "^7.32.0",
49
+ "eslint-plugin-import": "^2.29.0",
50
+ "eslint-plugin-node": "^11.1.0",
51
+ "eslint-plugin-promise": "^4.3.1",
52
+ "eslint-plugin-vue": "^9.17.0",
53
+ "fast-glob": "^3.3.2",
54
+ "globals": "^15.6.0",
55
+ "husky": "^8.0.0",
56
+ "json-templater": "^1.2.0",
57
+ "lint-staged": "^12.5.0",
58
+ "sass": "^1.70.0",
59
+ "swiper": "^4.0.7",
60
+ "uppercamelcase": "^3.0.0",
61
+ "vite": "^5.2.11",
62
+ "vite-plugin-babel": "^1.2.0",
63
+ "vite-plugin-importer": "^0.2.5",
64
+ "vite-plugin-lib-inject-css": "^2.0.1",
65
+ "vue-tsc": "^2.0.21"
66
+ },
67
+ "packageManager": "pnpm@7.1.0",
68
+ "engines": {
69
+ "node": ">= 16.0.0",
70
+ "pnpm": ">= 7.1.0"
71
+ },
72
+ "publishConfig": {
73
+ "registry": "https://registry.npmjs.org/",
74
+ "access": "public"
75
+ },
76
+ "browserslist": [
77
+ "> 1%",
78
+ "not ie <= 11",
79
+ "Android >= 4.0",
80
+ "iOS >= 8"
81
+ ],
82
+ "dependencies": {
83
+ "@babel/runtime-corejs3": "^7.24.0",
84
+ "axios": "^0.19.0",
85
+ "better-scroll": "1.12.6",
86
+ "better-scroll-v2": "npm:better-scroll@2.3.0",
87
+ "crypto-js": "^3.1.9-1",
88
+ "echarts": "^5.5.0",
89
+ "html2canvas": "^1.4.1",
90
+ "lodash-es": "^4.17.8",
91
+ "pdfjs-dist": "2.5.207",
92
+ "vue": "^2.7.16",
93
+ "vue-awesome-swiper": "^3.1.3"
94
+ }
95
+ }
@@ -0,0 +1,128 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ common: {
3
+ type: ObjectConstructor;
4
+ default(): {
5
+ tit: string;
6
+ subTit: string;
7
+ tips: string;
8
+ errMsg: string;
9
+ colons: boolean;
10
+ align: string;
11
+ border: string;
12
+ titPadding: boolean;
13
+ remarks: string;
14
+ flexDirection: string;
15
+ bindKey: string;
16
+ showBindKey: boolean;
17
+ };
18
+ };
19
+ type: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ lattice: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ textarea: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ hasSuffix: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ hasArrow: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ hasColumn: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ isVerifyCode: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ isPure: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ tempVar: {
52
+ type: ObjectConstructor;
53
+ default(): {};
54
+ };
55
+ }, {}, {}, {
56
+ title(): any;
57
+ textAlign(): string;
58
+ borderClass(): string;
59
+ remarksVar(): any;
60
+ }, {
61
+ showTips(): void;
62
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
63
+ common: {
64
+ type: ObjectConstructor;
65
+ default(): {
66
+ tit: string;
67
+ subTit: string;
68
+ tips: string;
69
+ errMsg: string;
70
+ colons: boolean;
71
+ align: string;
72
+ border: string;
73
+ titPadding: boolean;
74
+ remarks: string;
75
+ flexDirection: string;
76
+ bindKey: string;
77
+ showBindKey: boolean;
78
+ };
79
+ };
80
+ type: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ lattice: {
85
+ type: BooleanConstructor;
86
+ default: boolean;
87
+ };
88
+ textarea: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ hasSuffix: {
93
+ type: BooleanConstructor;
94
+ default: boolean;
95
+ };
96
+ hasArrow: {
97
+ type: BooleanConstructor;
98
+ default: boolean;
99
+ };
100
+ hasColumn: {
101
+ type: BooleanConstructor;
102
+ default: boolean;
103
+ };
104
+ isVerifyCode: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ isPure: {
109
+ type: BooleanConstructor;
110
+ default: boolean;
111
+ };
112
+ tempVar: {
113
+ type: ObjectConstructor;
114
+ default(): {};
115
+ };
116
+ }>>, {
117
+ type: string;
118
+ textarea: boolean;
119
+ common: Record<string, any>;
120
+ lattice: boolean;
121
+ hasSuffix: boolean;
122
+ hasArrow: boolean;
123
+ hasColumn: boolean;
124
+ isVerifyCode: boolean;
125
+ isPure: boolean;
126
+ tempVar: Record<string, any>;
127
+ }>;
128
+ export default _default;
@@ -0,0 +1,35 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ buttondata: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ type: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ round: {
11
+ type: (StringConstructor | BooleanConstructor)[];
12
+ default: string;
13
+ };
14
+ }, {}, {}, {}, {
15
+ btnClick(e: any): void;
16
+ setBtnBgColor(newVal: any): void;
17
+ }, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
18
+ buttondata: {
19
+ type: ObjectConstructor;
20
+ default: () => {};
21
+ };
22
+ type: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ round: {
27
+ type: (StringConstructor | BooleanConstructor)[];
28
+ default: string;
29
+ };
30
+ }>>, {
31
+ type: string;
32
+ round: string | boolean;
33
+ buttondata: Record<string, any>;
34
+ }>;
35
+ export default _default;
@@ -0,0 +1,25 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ form: {
3
+ type: ArrayConstructor;
4
+ default(): any[];
5
+ };
6
+ verifyColor: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ }, {}, {
11
+ seconds: number;
12
+ }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
13
+ form: {
14
+ type: ArrayConstructor;
15
+ default(): any[];
16
+ };
17
+ verifyColor: {
18
+ type: StringConstructor;
19
+ default: string;
20
+ };
21
+ }>>, {
22
+ form: unknown[];
23
+ verifyColor: string;
24
+ }>;
25
+ export default _default;
@@ -0,0 +1,57 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ content: {
3
+ type: ArrayConstructor;
4
+ default(): any[];
5
+ };
6
+ verifyColor: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ }, {}, {
11
+ seconds: number;
12
+ form: {
13
+ user: {
14
+ type: string;
15
+ placeholder: string;
16
+ emptyTips: string;
17
+ errTips: string;
18
+ };
19
+ mobile: {
20
+ type: string;
21
+ placeholder: string;
22
+ emptyTips: string;
23
+ errTips: string;
24
+ };
25
+ idcard: {
26
+ type: string;
27
+ placeholder: string;
28
+ emptyTips: string;
29
+ errTips: string;
30
+ };
31
+ address: {
32
+ type: string;
33
+ placeholder: string;
34
+ emptyTips: string;
35
+ errTips: string;
36
+ };
37
+ verifycode: {
38
+ type: string;
39
+ placeholder: string;
40
+ emptyTips: string;
41
+ errTips: string;
42
+ };
43
+ };
44
+ }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
45
+ content: {
46
+ type: ArrayConstructor;
47
+ default(): any[];
48
+ };
49
+ verifyColor: {
50
+ type: StringConstructor;
51
+ default: string;
52
+ };
53
+ }>>, {
54
+ content: unknown[];
55
+ verifyColor: string;
56
+ }>;
57
+ export default _default;