yswk-ui 0.1.3 → 0.1.5

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 (67) hide show
  1. package/dist/index.es.js +3472 -3463
  2. package/dist/utils/sessionHelper.d.ts +1 -1
  3. package/dist/wkc-ui/component/address/AddressForm/config.json.d.ts +420 -0
  4. package/dist/wkc-ui/component/address/AddressList/config.json.d.ts +643 -0
  5. package/dist/wkc-ui/component/address/script/config.json.d.ts +421 -0
  6. package/dist/wkc-ui/component/base/btn/BtnLink/config.json.d.ts +297 -0
  7. package/dist/wkc-ui/component/base/media/AudioPlayer/config.json.d.ts +149 -0
  8. package/dist/wkc-ui/component/base/media/BlockBackground/config.json.d.ts +656 -0
  9. package/dist/wkc-ui/component/base/media/ImgCommon/config.json.d.ts +196 -0
  10. package/dist/wkc-ui/component/base/media/PageBackground/config.json.d.ts +121 -0
  11. package/dist/wkc-ui/component/base/media/UserImg/config.json.d.ts +138 -0
  12. package/dist/wkc-ui/component/base/media/VideoPlayer/config.json.d.ts +193 -0
  13. package/dist/wkc-ui/component/base/text/ActTimeAlert/config.json.d.ts +64 -0
  14. package/dist/wkc-ui/component/base/text/TextCommon/config.json.d.ts +627 -0
  15. package/dist/wkc-ui/component/base/time/Countdown/config.json.d.ts +151 -0
  16. package/dist/wkc-ui/component/live/LiveEnter/config.json.d.ts +219 -0
  17. package/dist/wkc-ui/component/live/LiveEnter/index.vue.d.ts +10 -1
  18. package/dist/wkc-ui/component/live/LiveEnter/type.d.ts +16 -1
  19. package/dist/wkc-ui/component/live/LivePassword/config.json.d.ts +80 -0
  20. package/dist/wkc-ui/component/live/LivePassword/type.d.ts +4 -5
  21. package/dist/wkc-ui/component/live/LiveStream/components/BarrageList/BarrageList.vue.d.ts +15 -0
  22. package/dist/wkc-ui/component/live/LiveStream/components/PopCom/PopLivePrize.vue.d.ts +19 -0
  23. package/dist/wkc-ui/component/live/LiveStream/components/PopCom/PopMyPrize.vue.d.ts +24 -0
  24. package/dist/wkc-ui/component/live/LiveStream/components/PopCom/PopWinnerList.vue.d.ts +26 -0
  25. package/dist/wkc-ui/component/live/LiveStream/components/Tabs/Chat/MsgInput.vue.d.ts +4 -4
  26. package/dist/wkc-ui/component/live/LiveStream/components/Tabs/Chat/TabChat.vue.d.ts +9 -0
  27. package/dist/wkc-ui/component/live/LiveStream/components/Tabs/PrizeList/TabLivePrize.vue.d.ts +20 -0
  28. package/dist/wkc-ui/component/live/LiveStream/components/Tabs/ShareLiveName.vue.d.ts +26 -0
  29. package/dist/wkc-ui/component/live/LiveStream/components/Tabs/TabGIftRank.vue.d.ts +7 -1
  30. package/dist/wkc-ui/component/live/LiveStream/components/Tabs/TabInfo.vue.d.ts +7 -1
  31. package/dist/wkc-ui/component/live/LiveStream/components/Tabs/TabsIndex.vue.d.ts +4 -0
  32. package/dist/wkc-ui/component/live/LiveStream/components/VideoPlay/VideoPlay.vue.d.ts +19 -5
  33. package/dist/wkc-ui/component/live/LiveStream/config.json.d.ts +1057 -0
  34. package/dist/wkc-ui/component/live/LiveStream/context.d.ts +4 -0
  35. package/dist/wkc-ui/component/live/LiveStream/mockData.d.ts +183 -0
  36. package/dist/wkc-ui/component/live/LiveStream/type.d.ts +123 -31
  37. package/dist/wkc-ui/component/live/LiveText/config.json.d.ts +126 -0
  38. package/dist/wkc-ui/component/live/LiveText/type.d.ts +1 -0
  39. package/dist/wkc-ui/component/live/script/type.d.ts +34 -43
  40. package/dist/wkc-ui/component/lucky/BlindBox/config.json.d.ts +382 -0
  41. package/dist/wkc-ui/component/lucky/FlipCard/config.json.d.ts +218 -0
  42. package/dist/wkc-ui/component/lucky/LuckyBag/config.json.d.ts +157 -0
  43. package/dist/wkc-ui/component/lucky/NineGrid/config.json.d.ts +231 -0
  44. package/dist/wkc-ui/component/lucky/PasswordLottery/config.json.d.ts +229 -0
  45. package/dist/wkc-ui/component/lucky/PlateLottery/config.json.d.ts +308 -0
  46. package/dist/wkc-ui/component/lucky/PrizeDisplay/config.json.d.ts +260 -0
  47. package/dist/wkc-ui/component/lucky/RedPacketRain/config.json.d.ts +125 -0
  48. package/dist/wkc-ui/component/lucky/ScratchCard/config.json.d.ts +175 -0
  49. package/dist/wkc-ui/component/lucky/script/config.json.d.ts +629 -0
  50. package/dist/wkc-ui/component/pop/PopNotice/config.json.d.ts +39 -0
  51. package/dist/wkc-ui/component/pop/PopOverlay/config.json.d.ts +78 -0
  52. package/dist/wkc-ui/component/prize/MyPrizeList/config.json.d.ts +755 -0
  53. package/dist/wkc-ui/component/prize/WinRecordBarrage/config.json.d.ts +189 -0
  54. package/dist/wkc-ui/component/prize/WinRecordList/config.json.d.ts +334 -0
  55. package/dist/wkc-ui/component/scan/ScanTobaInput/config.json.d.ts +1023 -0
  56. package/dist/wkc-ui/component/scan/ScanTobaInput/type.d.ts +3 -3
  57. package/dist/wkc-ui/component/scan/ScanTobaResult/config.json.d.ts +1165 -0
  58. package/dist/wkc-ui/component/scan/ScanTobaResult/type.d.ts +3 -0
  59. package/dist/wkc-ui/component/scan/ScanTobaResultV2/config.json.d.ts +1216 -0
  60. package/dist/wkc-ui/component/scan/ScanTobaResultV2/type.d.ts +3 -0
  61. package/dist/wkc-ui/component/test/CaptchaInput/config.json.d.ts +162 -0
  62. package/dist/wkc-ui/constants.d.ts +14 -0
  63. package/dist/wkc-ui/types/act.d.ts +15 -3
  64. package/dist/wkc-ui/types/component.d.ts +30 -28
  65. package/dist/wkc-ui/types/live.d.ts +100 -0
  66. package/dist/wkc-ui/utils/busiHelper.d.ts +1 -0
  67. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.