@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
@@ -0,0 +1,112 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ brandColor: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ initUrl: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ verifyUrl: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ verifyCodeUrl: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ mobile: {
19
+ type: StringConstructor;
20
+ required: true;
21
+ };
22
+ scene: {
23
+ type: StringConstructor;
24
+ required: true;
25
+ };
26
+ chn: {
27
+ type: StringConstructor;
28
+ required: true;
29
+ };
30
+ platform: {
31
+ type: NumberConstructor;
32
+ default: number;
33
+ };
34
+ extParam: {
35
+ type: ObjectConstructor;
36
+ default(): {};
37
+ };
38
+ }, {}, {
39
+ verifyData: {};
40
+ jigsawVerifyCodeUrl: string;
41
+ jigsawMobile: string;
42
+ isCodeRequesting: boolean;
43
+ }, {
44
+ realMobile(): any;
45
+ realInitUrl(): any;
46
+ realVerifyUrl(): any;
47
+ realVerifyCodeUrl(): any;
48
+ realExtParam(): any;
49
+ }, {
50
+ setData(data?: {}): void;
51
+ sendVerifyCode(): any;
52
+ jigsawSuccess({ keyword, token }: {
53
+ keyword: any;
54
+ token: any;
55
+ }): void;
56
+ _getVerifyCode({ needpigsaw, pigsawtoken }: {
57
+ needpigsaw: any;
58
+ pigsawtoken: any;
59
+ }): any;
60
+ error({ ret, errmsg, data }: {
61
+ ret?: number;
62
+ errmsg: any;
63
+ data: any;
64
+ }): void;
65
+ showJigsaw(): void;
66
+ hideJigsaw(): void;
67
+ }, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
68
+ brandColor: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ initUrl: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
76
+ verifyUrl: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ verifyCodeUrl: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ mobile: {
85
+ type: StringConstructor;
86
+ required: true;
87
+ };
88
+ scene: {
89
+ type: StringConstructor;
90
+ required: true;
91
+ };
92
+ chn: {
93
+ type: StringConstructor;
94
+ required: true;
95
+ };
96
+ platform: {
97
+ type: NumberConstructor;
98
+ default: number;
99
+ };
100
+ extParam: {
101
+ type: ObjectConstructor;
102
+ default(): {};
103
+ };
104
+ }>>, {
105
+ platform: number;
106
+ brandColor: string;
107
+ extParam: Record<string, any>;
108
+ initUrl: string;
109
+ verifyUrl: string;
110
+ verifyCodeUrl: string;
111
+ }>;
112
+ export default _default;
@@ -0,0 +1,155 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ bottom: {
3
+ type: NumberConstructor;
4
+ default: number;
5
+ };
6
+ icon: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ desc: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ brandColor: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ jigsawInitUrl: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ jigsawVerifyUrl: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ verifyCodeUrl: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ loginUrl: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ scene: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ chn: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ platform: {
43
+ type: NumberConstructor;
44
+ default: number;
45
+ };
46
+ }, {}, {
47
+ checkState: boolean;
48
+ mobile: string;
49
+ verifyCode: string;
50
+ timeLeft: number;
51
+ showJigsaw: boolean;
52
+ isLogining: boolean;
53
+ }, {
54
+ jigsawChn(): any;
55
+ jigsawScene(): any;
56
+ jigsawPlatform(): any;
57
+ isCps(): boolean;
58
+ loginBrandColor(): any;
59
+ protocols(): any;
60
+ xysProtocols(): {
61
+ title: string;
62
+ data: {
63
+ title: string;
64
+ type: number;
65
+ urls: string[];
66
+ src: string;
67
+ }[];
68
+ }[];
69
+ cpsProtocols(): {
70
+ title: string;
71
+ data: {
72
+ title: string;
73
+ type: number;
74
+ urls: string[];
75
+ src: string;
76
+ }[];
77
+ }[];
78
+ }, {
79
+ getVerifyCode(): void;
80
+ jigsawSent(): void;
81
+ jigsawError({ ret, errmsg }: {
82
+ ret: any;
83
+ errmsg: any;
84
+ }): void;
85
+ jigsawShow(): void;
86
+ jigsawHide(): void;
87
+ start(): void;
88
+ startCountDown(): void;
89
+ login(): any;
90
+ handleProtocolCancel(): void;
91
+ handleProtocolConfirm(): void;
92
+ goBack(): void;
93
+ loginSuccess(): void;
94
+ cancel(): void;
95
+ toggle(state: any): void;
96
+ errTips(msg: any): void;
97
+ }, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
98
+ bottom: {
99
+ type: NumberConstructor;
100
+ default: number;
101
+ };
102
+ icon: {
103
+ type: StringConstructor;
104
+ default: string;
105
+ };
106
+ desc: {
107
+ type: StringConstructor;
108
+ default: string;
109
+ };
110
+ brandColor: {
111
+ type: StringConstructor;
112
+ default: string;
113
+ };
114
+ jigsawInitUrl: {
115
+ type: StringConstructor;
116
+ default: string;
117
+ };
118
+ jigsawVerifyUrl: {
119
+ type: StringConstructor;
120
+ default: string;
121
+ };
122
+ verifyCodeUrl: {
123
+ type: StringConstructor;
124
+ default: string;
125
+ };
126
+ loginUrl: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
130
+ scene: {
131
+ type: StringConstructor;
132
+ default: string;
133
+ };
134
+ chn: {
135
+ type: StringConstructor;
136
+ default: string;
137
+ };
138
+ platform: {
139
+ type: NumberConstructor;
140
+ default: number;
141
+ };
142
+ }>>, {
143
+ platform: number;
144
+ bottom: number;
145
+ desc: string;
146
+ icon: string;
147
+ brandColor: string;
148
+ scene: string;
149
+ chn: string;
150
+ verifyCodeUrl: string;
151
+ jigsawInitUrl: string;
152
+ jigsawVerifyUrl: string;
153
+ loginUrl: string;
154
+ }>;
155
+ export default _default;
@@ -1,2 +1,2 @@
1
- export default Marketing;
2
- import Marketing from './src/index';
1
+ import Marketing from './src/index'
2
+ export default Marketing
@@ -0,0 +1,42 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ list: {
3
+ type: ArrayConstructor;
4
+ default(): any[];
5
+ };
6
+ }, {}, {
7
+ scroll: any;
8
+ showList: any[];
9
+ tabIndex: number;
10
+ scrollbar: {
11
+ fade: boolean;
12
+ interactive: boolean;
13
+ };
14
+ boxHeightStyle: {};
15
+ }, {
16
+ fontSizeStyle(): {
17
+ 'font-size': any;
18
+ };
19
+ tabList(): any;
20
+ tabDataMap(): {};
21
+ tabData(): any;
22
+ isInstTpl(): boolean;
23
+ isShowInstDesc(): any;
24
+ isGoodsTpl(): boolean;
25
+ }, {
26
+ initScrollBox(): void;
27
+ refreshScroll(): void;
28
+ scrollSuc(scroll: any): void;
29
+ changeTab(index: any): void;
30
+ getDustList(listJSON: any): any;
31
+ getAttrs(attr: any): {};
32
+ handleTabImgError(e: any): void;
33
+ parseDescText(text: any): string;
34
+ }, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
35
+ list: {
36
+ type: ArrayConstructor;
37
+ default(): any[];
38
+ };
39
+ }>>, {
40
+ list: unknown[];
41
+ }>;
42
+ export default _default;
@@ -0,0 +1,49 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ param: {
3
+ type: ObjectConstructor;
4
+ default(): {};
5
+ };
6
+ }, {}, {
7
+ userInfo: {
8
+ mobile: string;
9
+ code: string;
10
+ };
11
+ jigsawConfig: {
12
+ zIndex: number;
13
+ mobile: string;
14
+ brandColor: string;
15
+ scene: string;
16
+ chn: string;
17
+ };
18
+ docData3: {
19
+ title: string;
20
+ type: number;
21
+ urls: string[];
22
+ src: string;
23
+ innerHTML: string;
24
+ }[];
25
+ docData4: {
26
+ title: string;
27
+ type: number;
28
+ urls: string[];
29
+ src: string;
30
+ innerHTML: string;
31
+ }[];
32
+ docData: any[];
33
+ isXysApp: any;
34
+ isSelect: boolean;
35
+ time: number;
36
+ isSubmit: boolean;
37
+ visible: boolean;
38
+ useDefaultClick: boolean;
39
+ }, {
40
+ timeMins(): string;
41
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
42
+ param: {
43
+ type: ObjectConstructor;
44
+ default(): {};
45
+ };
46
+ }>>, {
47
+ param: Record<string, any>;
48
+ }>;
49
+ export default _default;
@@ -0,0 +1,36 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ userInfo: {
3
+ type: ObjectConstructor;
4
+ default: () => void;
5
+ };
6
+ }, {}, {
7
+ selectNum: string;
8
+ checkProtocol: boolean;
9
+ visible: boolean;
10
+ countDownNum: number;
11
+ mobile: string;
12
+ vcode: string;
13
+ jigsawConfig: {
14
+ zIndex: number;
15
+ mobile: string;
16
+ brandColor: string;
17
+ scene: string;
18
+ chn: string;
19
+ };
20
+ docData: {
21
+ title: string;
22
+ type: number;
23
+ urls: string[];
24
+ src: string;
25
+ }[];
26
+ }, {
27
+ showType(): "nm" | "hm";
28
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
29
+ userInfo: {
30
+ type: ObjectConstructor;
31
+ default: () => void;
32
+ };
33
+ }>>, {
34
+ userInfo: Record<string, any>;
35
+ }>;
36
+ export default _default;
@@ -0,0 +1,46 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ list: {
3
+ type: ArrayConstructor;
4
+ default(): any[];
5
+ };
6
+ }, {}, {
7
+ iconFl: any;
8
+ iconQt: any;
9
+ scroll: any;
10
+ scrollbar: {
11
+ fade: boolean;
12
+ interactive: boolean;
13
+ };
14
+ bounce: {
15
+ bottom: boolean;
16
+ left: boolean;
17
+ right: boolean;
18
+ top: boolean;
19
+ };
20
+ boxHeightStyle: {};
21
+ }, {
22
+ fontSizeStyle(): {
23
+ 'font-size': any;
24
+ };
25
+ }, {
26
+ getBtnText(item: any): "领取" | "已领取" | "查看";
27
+ isShowMoreBtn(item: any): any;
28
+ refreshScroll(): void;
29
+ scrollSuc(scroll: any): void;
30
+ handleBtnClick(item: any): void;
31
+ handleMore(link: any): void;
32
+ handleGetAward(actId: any): void;
33
+ getAward(actId: any): Promise<void>;
34
+ showToast(msg: any): void;
35
+ handleShowDetail(): void;
36
+ handleGetAwardError(msg: any): void;
37
+ handleTagIconError(e: any): void;
38
+ }, any, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
39
+ list: {
40
+ type: ArrayConstructor;
41
+ default(): any[];
42
+ };
43
+ }>>, {
44
+ list: unknown[];
45
+ }>;
46
+ export default _default;
@@ -0,0 +1,14 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ info: {
3
+ type: ArrayConstructor;
4
+ default(): any[];
5
+ };
6
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
7
+ info: {
8
+ type: ArrayConstructor;
9
+ default(): any[];
10
+ };
11
+ }>>, {
12
+ info: unknown[];
13
+ }>;
14
+ export default _default;
@@ -0,0 +1,37 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ type: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ selectVal: {
7
+ type: ArrayConstructor;
8
+ default: () => any[];
9
+ };
10
+ isAllScreen: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ }, {}, {
15
+ showSelectBox: boolean;
16
+ isFiltered: boolean;
17
+ selectedItem: string;
18
+ scroll: any;
19
+ }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
20
+ type: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ selectVal: {
25
+ type: ArrayConstructor;
26
+ default: () => any[];
27
+ };
28
+ isAllScreen: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ }>>, {
33
+ type: string;
34
+ selectVal: unknown[];
35
+ isAllScreen: boolean;
36
+ }>;
37
+ export default _default;
@@ -0,0 +1,31 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ info: {
3
+ type: ObjectConstructor;
4
+ default(): {
5
+ legalTicket: any[];
6
+ unLegalTicket: any[];
7
+ fetchTicket: any[];
8
+ };
9
+ };
10
+ }, {}, {
11
+ tab: number;
12
+ tabList: {
13
+ txt: string;
14
+ type: number;
15
+ }[];
16
+ ticketList: any[];
17
+ }, {
18
+ showEmpty(): boolean;
19
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
20
+ info: {
21
+ type: ObjectConstructor;
22
+ default(): {
23
+ legalTicket: any[];
24
+ unLegalTicket: any[];
25
+ fetchTicket: any[];
26
+ };
27
+ };
28
+ }>>, {
29
+ info: Record<string, any>;
30
+ }>;
31
+ export default _default;
@@ -0,0 +1,32 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ tips: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ visible: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ url: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
15
+ tips: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ visible: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ url: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ }>>, {
28
+ url: string;
29
+ visible: boolean;
30
+ tips: string;
31
+ }>;
32
+ export default _default;
@@ -0,0 +1,56 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ info: {
3
+ type: ObjectConstructor;
4
+ default(): {
5
+ cpsItem: {
6
+ name: string;
7
+ serviceActLink: string;
8
+ serviceActName: string;
9
+ serviceActSwitch: any;
10
+ };
11
+ promotionFee: any[];
12
+ filterPromotionFee: any[];
13
+ };
14
+ };
15
+ allScreen: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ }, {}, {
20
+ colTitle: {};
21
+ rowList: {};
22
+ filterIdx: string;
23
+ shouldShowDoubt: {
24
+ performance: {
25
+ tips: string;
26
+ url: string;
27
+ };
28
+ };
29
+ doubtLayer: {
30
+ visible: boolean;
31
+ tips: string;
32
+ url: string;
33
+ };
34
+ }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
35
+ info: {
36
+ type: ObjectConstructor;
37
+ default(): {
38
+ cpsItem: {
39
+ name: string;
40
+ serviceActLink: string;
41
+ serviceActName: string;
42
+ serviceActSwitch: any;
43
+ };
44
+ promotionFee: any[];
45
+ filterPromotionFee: any[];
46
+ };
47
+ };
48
+ allScreen: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ }>>, {
53
+ info: Record<string, any>;
54
+ allScreen: boolean;
55
+ }>;
56
+ export default _default;