delta-comic-core 0.1.0 → 0.1.2

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 (51) hide show
  1. package/LICENSE +661 -661
  2. package/README.md +30 -30
  3. package/dist/bundle.cjs +9 -0
  4. package/dist/bundle.cjs.map +1 -0
  5. package/dist/bundle.css +1 -1
  6. package/dist/bundle.js +77 -73
  7. package/dist/bundle.js.map +1 -1
  8. package/dist/bundle2.cjs +2 -0
  9. package/dist/bundle2.cjs.map +1 -0
  10. package/dist/bundle2.js +40 -0
  11. package/dist/bundle2.js.map +1 -0
  12. package/dist/{components → lib/components}/waterfall.vue.d.ts +2 -2
  13. package/dist/{index.d.ts → lib/index.d.ts} +7 -7
  14. package/dist/{struct → lib/struct}/item.d.ts +9 -2
  15. package/dist/pack.tgz +0 -0
  16. package/dist/vite/index.d.ts +10 -0
  17. package/package.json +9 -5
  18. package/dist/bundle.umd.cjs +0 -3
  19. package/dist/bundle.umd.cjs.map +0 -1
  20. package/dist/{components → lib/components}/await.vue.d.ts +0 -0
  21. package/dist/{components → lib/components}/content.vue.d.ts +0 -0
  22. package/dist/{components → lib/components}/floatPopup.vue.d.ts +0 -0
  23. package/dist/{components → lib/components}/image.vue.d.ts +2 -2
  24. /package/dist/{components → lib/components}/list.vue.d.ts +0 -0
  25. /package/dist/{components → lib/components}/loading.vue.d.ts +0 -0
  26. /package/dist/{components → lib/components}/popup.vue.d.ts +0 -0
  27. /package/dist/{components → lib/components}/routerTab.vue.d.ts +0 -0
  28. /package/dist/{components → lib/components}/text.vue.d.ts +0 -0
  29. /package/dist/{components → lib/components}/toggleIcon.vue.d.ts +0 -0
  30. /package/dist/{components → lib/components}/var.vue.d.ts +0 -0
  31. /package/dist/{config → lib/config}/index.d.ts +0 -0
  32. /package/dist/{depends → lib/depends}/index.d.ts +0 -0
  33. /package/dist/{layout → lib/layout}/user.d.ts +0 -0
  34. /package/dist/{plugin → lib/plugin}/define.d.ts +0 -0
  35. /package/dist/{plugin → lib/plugin}/index.d.ts +0 -0
  36. /package/dist/{stores → lib/stores}/temp.d.ts +0 -0
  37. /package/dist/{struct → lib/struct}/comment.d.ts +0 -0
  38. /package/dist/{struct → lib/struct}/content.d.ts +0 -0
  39. /package/dist/{struct → lib/struct}/ep.d.ts +0 -0
  40. /package/dist/{struct → lib/struct}/image.d.ts +0 -0
  41. /package/dist/{struct → lib/struct}/index.d.ts +0 -0
  42. /package/dist/{struct → lib/struct}/user.d.ts +0 -0
  43. /package/dist/{symbol.d.ts → lib/symbol.d.ts} +0 -0
  44. /package/dist/{utils → lib/utils}/data.d.ts +0 -0
  45. /package/dist/{utils → lib/utils}/eventBus.d.ts +0 -0
  46. /package/dist/{utils → lib/utils}/image.d.ts +0 -0
  47. /package/dist/{utils → lib/utils}/layout.d.ts +0 -0
  48. /package/dist/{utils → lib/utils}/message.d.ts +0 -0
  49. /package/dist/{utils → lib/utils}/plugin.d.ts +0 -0
  50. /package/dist/{utils → lib/utils}/request.d.ts +0 -0
  51. /package/dist/{utils → lib/utils}/translate.d.ts +0 -0
@@ -771,12 +771,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
771
771
  previewDisabled: boolean;
772
772
  }> | null>>;
773
773
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
774
- load: (...args: any[]) => any;
775
774
  click: () => any;
775
+ load: (...args: any[]) => any;
776
776
  error: () => any;
777
777
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
778
- onLoad?: ((...args: any[]) => any) | undefined;
779
778
  onClick?: (() => any) | undefined;
779
+ onLoad?: ((...args: any[]) => any) | undefined;
780
780
  onError?: (() => any) | undefined;
781
781
  }>, {
782
782
  retryMax: number;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes