delta-comic-core 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -661
- package/README.md +30 -30
- package/dist/bundle.cjs +9 -0
- package/dist/bundle.cjs.map +1 -0
- package/dist/bundle.css +1 -1
- package/dist/bundle.js +2 -2
- package/dist/bundle.js.map +1 -1
- package/dist/bundle2.cjs +2 -0
- package/dist/bundle2.cjs.map +1 -0
- package/dist/bundle2.js +40 -0
- package/dist/bundle2.js.map +1 -0
- package/dist/{components → lib/components}/waterfall.vue.d.ts +2 -2
- package/dist/{index.d.ts → lib/index.d.ts} +7 -7
- package/dist/{struct → lib/struct}/item.d.ts +9 -2
- package/dist/pack.tgz +0 -0
- package/dist/vite/index.d.ts +10 -0
- package/package.json +9 -5
- package/dist/bundle.umd.cjs +0 -3
- package/dist/bundle.umd.cjs.map +0 -1
- package/dist/{components → lib/components}/await.vue.d.ts +0 -0
- package/dist/{components → lib/components}/content.vue.d.ts +0 -0
- package/dist/{components → lib/components}/floatPopup.vue.d.ts +0 -0
- package/dist/{components → lib/components}/image.vue.d.ts +2 -2
- /package/dist/{components → lib/components}/list.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/loading.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/popup.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/routerTab.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/text.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/toggleIcon.vue.d.ts +0 -0
- /package/dist/{components → lib/components}/var.vue.d.ts +0 -0
- /package/dist/{config → lib/config}/index.d.ts +0 -0
- /package/dist/{depends → lib/depends}/index.d.ts +0 -0
- /package/dist/{layout → lib/layout}/user.d.ts +0 -0
- /package/dist/{plugin → lib/plugin}/define.d.ts +0 -0
- /package/dist/{plugin → lib/plugin}/index.d.ts +0 -0
- /package/dist/{stores → lib/stores}/temp.d.ts +0 -0
- /package/dist/{struct → lib/struct}/comment.d.ts +0 -0
- /package/dist/{struct → lib/struct}/content.d.ts +0 -0
- /package/dist/{struct → lib/struct}/ep.d.ts +0 -0
- /package/dist/{struct → lib/struct}/image.d.ts +0 -0
- /package/dist/{struct → lib/struct}/index.d.ts +0 -0
- /package/dist/{struct → lib/struct}/user.d.ts +0 -0
- /package/dist/{symbol.d.ts → lib/symbol.d.ts} +0 -0
- /package/dist/{utils → lib/utils}/data.d.ts +0 -0
- /package/dist/{utils → lib/utils}/eventBus.d.ts +0 -0
- /package/dist/{utils → lib/utils}/image.d.ts +0 -0
- /package/dist/{utils → lib/utils}/layout.d.ts +0 -0
- /package/dist/{utils → lib/utils}/message.d.ts +0 -0
- /package/dist/{utils → lib/utils}/plugin.d.ts +0 -0
- /package/dist/{utils → lib/utils}/request.d.ts +0 -0
- /package/dist/{utils → lib/utils}/translate.d.ts +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|