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
package/dist/bundle.js
CHANGED
|
@@ -2203,7 +2203,7 @@ var loading_default = /* @__PURE__ */ ((e, n) => {
|
|
|
2203
2203
|
textColor: {}
|
|
2204
2204
|
},
|
|
2205
2205
|
setup(e) {
|
|
2206
|
-
useCssVars((e) => ({
|
|
2206
|
+
useCssVars((e) => ({ v479c2258: r.value }));
|
|
2207
2207
|
let n = e, r = computed(() => isNumber(n.size) ? `${n.size}px` : n.size);
|
|
2208
2208
|
return (e, r) => {
|
|
2209
2209
|
let i = Loading$1;
|
|
@@ -2213,7 +2213,7 @@ var loading_default = /* @__PURE__ */ ((e, n) => {
|
|
|
2213
2213
|
}, 16);
|
|
2214
2214
|
};
|
|
2215
2215
|
}
|
|
2216
|
-
}), [["__scopeId", "data-v-
|
|
2216
|
+
}), [["__scopeId", "data-v-088ceaed"]]);
|
|
2217
2217
|
const useGlobalVar = (e, n) => (window.$api.__core_lib__ ??= {})[n] ??= e;
|
|
2218
2218
|
var layout_exports = /* @__PURE__ */ __export({ useZIndex: () => useZIndex }), allLayers = useGlobalVar(shallowReactive([]), "utils/layers");
|
|
2219
2219
|
const useZIndex = (e) => {
|