delta-comic-core 0.2.0 → 0.2.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.
package/dist/bundle.js CHANGED
@@ -436,8 +436,8 @@ var routeProps = {
436
436
  function route({ to: e, url: n, replace: r, $router: i }) {
437
437
  e && i ? i[r ? "replace" : "push"](e) : n && (r ? location.replace(n) : location.href = n);
438
438
  }
439
- var [name$14, bem$14] = createNamespace("badge"), Badge = withInstall(defineComponent({
440
- name: name$14,
439
+ var [name$15, bem$14] = createNamespace("badge"), Badge = withInstall(defineComponent({
440
+ name: name$15,
441
441
  props: {
442
442
  dot: Boolean,
443
443
  max: numericProp,
@@ -482,7 +482,7 @@ var [name$14, bem$14] = createNamespace("badge"), Badge = withInstall(defineComp
482
482
  }
483
483
  })), globalZIndex = 2e3, useGlobalZIndex = () => ++globalZIndex, setGlobalZIndex = (e) => {
484
484
  globalZIndex = e;
485
- }, [name$13, bem$13] = createNamespace("config-provider"), CONFIG_PROVIDER_KEY = Symbol(name$13), configProviderProps = {
485
+ }, [name$14, bem$13] = createNamespace("config-provider"), CONFIG_PROVIDER_KEY = Symbol(name$14), configProviderProps = {
486
486
  tag: makeStringProp("div"),
487
487
  theme: makeStringProp("light"),
488
488
  zIndex: Number,
@@ -510,7 +510,7 @@ function syncThemeVarsOnRoot(e = {}, n = {}) {
510
510
  });
511
511
  }
512
512
  defineComponent({
513
- name: name$13,
513
+ name: name$14,
514
514
  props: configProviderProps,
515
515
  setup(e, { slots: n }) {
516
516
  let r = computed(() => mapThemeVarsToCSSVars(extend({}, e.themeVars, e.theme === "dark" ? e.themeVarsDark : e.themeVarsLight)));
@@ -536,8 +536,8 @@ defineComponent({
536
536
  }, { default: () => [n.default?.call(n)] });
537
537
  }
538
538
  });
539
- var [name$12, bem$12] = createNamespace("icon"), isImage = (e) => e?.includes("/"), Icon$1 = withInstall(defineComponent({
540
- name: name$12,
539
+ var [name$13, bem$12] = createNamespace("icon"), isImage = (e) => e?.includes("/"), Icon$1 = withInstall(defineComponent({
540
+ name: name$13,
541
541
  props: {
542
542
  dot: Boolean,
543
543
  tag: makeStringProp("i"),
@@ -567,7 +567,7 @@ var [name$12, bem$12] = createNamespace("icon"), isImage = (e) => e?.includes("/
567
567
  }, null)] });
568
568
  };
569
569
  }
570
- })), [name$11, bem$11] = createNamespace("loading"), SpinIcon = Array(12).fill(null).map((e, n) => createVNode("i", { class: bem$11("line", String(n + 1)) }, null)), CircularIcon = createVNode("svg", {
570
+ })), [name$12, bem$11] = createNamespace("loading"), SpinIcon = Array(12).fill(null).map((e, n) => createVNode("i", { class: bem$11("line", String(n + 1)) }, null)), CircularIcon = createVNode("svg", {
571
571
  class: bem$11("circular"),
572
572
  viewBox: "25 25 50 50"
573
573
  }, [createVNode("circle", {
@@ -576,7 +576,7 @@ var [name$12, bem$12] = createNamespace("icon"), isImage = (e) => e?.includes("/
576
576
  r: "20",
577
577
  fill: "none"
578
578
  }, null)]), Loading$1 = withInstall(defineComponent({
579
- name: name$11,
579
+ name: name$12,
580
580
  props: {
581
581
  size: numericProp,
582
582
  type: makeStringProp("circular"),
@@ -677,8 +677,8 @@ function useLazyRender(e) {
677
677
  var useScopeId = () => {
678
678
  let { scopeId: e } = getCurrentInstance()?.vnode || {};
679
679
  return e ? { [e]: "" } : null;
680
- }, [name$10, bem$10] = createNamespace("overlay"), Overlay = withInstall(defineComponent({
681
- name: name$10,
680
+ }, [name$11, bem$10] = createNamespace("overlay"), Overlay = withInstall(defineComponent({
681
+ name: name$11,
682
682
  inheritAttrs: !1,
683
683
  props: {
684
684
  show: Boolean,
@@ -721,8 +721,8 @@ var useScopeId = () => {
721
721
  destroyOnClose: Boolean,
722
722
  safeAreaInsetTop: Boolean,
723
723
  safeAreaInsetBottom: Boolean
724
- }), [name$9, bem$9] = createNamespace("popup"), Popup = withInstall(defineComponent({
725
- name: name$9,
724
+ }), [name$10, bem$9] = createNamespace("popup"), Popup = withInstall(defineComponent({
725
+ name: name$10,
726
726
  inheritAttrs: !1,
727
727
  props: popupProps,
728
728
  emits: [
@@ -916,8 +916,8 @@ function useVisibilityChange(e, n) {
916
916
  };
917
917
  onDeactivated(a), onBeforeUnmount(a), onMountedOrActivated(i);
918
918
  }
919
- var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComponent({
920
- name: name$8,
919
+ var [name$9, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComponent({
920
+ name: name$9,
921
921
  props: {
922
922
  zIndex: numericProp,
923
923
  position: makeStringProp("top"),
@@ -982,7 +982,7 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
982
982
  style: f.value
983
983
  }, [r.default?.call(r)])]);
984
984
  }
985
- })), [name$7, bem$7] = createNamespace("swipe"), swipeProps = {
985
+ })), [name$8, bem$7] = createNamespace("swipe"), swipeProps = {
986
986
  loop: truthProp,
987
987
  width: numericProp,
988
988
  height: numericProp,
@@ -995,8 +995,8 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
995
995
  indicatorColor: String,
996
996
  showIndicators: truthProp,
997
997
  stopPropagation: truthProp
998
- }, SWIPE_KEY = Symbol(name$7), Swipe = withInstall(defineComponent({
999
- name: name$7,
998
+ }, SWIPE_KEY = Symbol(name$8), Swipe = withInstall(defineComponent({
999
+ name: name$8,
1000
1000
  props: swipeProps,
1001
1001
  emits: [
1002
1002
  "change",
@@ -1081,13 +1081,13 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1081
1081
  }), W();
1082
1082
  };
1083
1083
  isHidden(i) ? nextTick().then(r) : r();
1084
- }, J = () => K(s.active), El, Dl = (n) => {
1085
- !e.touchable || n.touches.length > 1 || (l.start(n), c = !1, El = Date.now(), H(), k());
1086
- }, Ol = (r) => {
1084
+ }, J = () => K(s.active), kl, Al = (n) => {
1085
+ !e.touchable || n.touches.length > 1 || (l.start(n), c = !1, kl = Date.now(), H(), k());
1086
+ }, jl = (r) => {
1087
1087
  e.touchable && s.swiping && (l.move(r), S.value && (!e.loop && (s.active === 0 && h.value > 0 || s.active === p.value - 1 && h.value < 0) || (preventDefault(r, e.stopPropagation), O({ offset: h.value }), c ||= (n("dragStart", { index: b.value }), !0))));
1088
- }, kl = () => {
1088
+ }, Ml = () => {
1089
1089
  if (!e.touchable || !s.swiping) return;
1090
- let r = Date.now() - El, i = h.value / r;
1090
+ let r = Date.now() - kl, i = h.value / r;
1091
1091
  if ((Math.abs(i) > .25 || Math.abs(h.value) > m.value / 2) && S.value) {
1092
1092
  let n = e.vertical ? l.offsetY.value : l.offsetX.value, r = 0;
1093
1093
  r = e.loop ? n > 0 ? h.value > 0 ? -1 : 1 : 0 : -Math[h.value > 0 ? "ceil" : "floor"](h.value / m.value), O({
@@ -1096,7 +1096,7 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1096
1096
  });
1097
1097
  } else h.value && O({ pace: 0 });
1098
1098
  c = !1, s.swiping = !1, n("dragEnd", { index: b.value }), W();
1099
- }, Al = (n, r = {}) => {
1099
+ }, Nl = (n, r = {}) => {
1100
1100
  k(), l.reset(), doubleRaf(() => {
1101
1101
  let i;
1102
1102
  i = e.loop && n === p.value ? s.active === 0 ? 0 : n : n % p.value, r.immediate ? doubleRaf(() => {
@@ -1106,25 +1106,25 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1106
1106
  emitChange: !0
1107
1107
  });
1108
1108
  });
1109
- }, jl = (n, r) => {
1109
+ }, Pl = (n, r) => {
1110
1110
  let i = r === b.value;
1111
1111
  return createVNode("i", {
1112
1112
  style: i ? { backgroundColor: e.indicatorColor } : void 0,
1113
1113
  class: bem$7("indicator", { active: i })
1114
1114
  }, null);
1115
- }, Ml = () => {
1115
+ }, Fl = () => {
1116
1116
  if (r.indicator) return r.indicator({
1117
1117
  active: b.value,
1118
1118
  total: p.value
1119
1119
  });
1120
- if (e.showIndicators && p.value > 1) return createVNode("div", { class: bem$7("indicators", { vertical: e.vertical }) }, [Array(p.value).fill("").map(jl)]);
1120
+ if (e.showIndicators && p.value > 1) return createVNode("div", { class: bem$7("indicators", { vertical: e.vertical }) }, [Array(p.value).fill("").map(Pl)]);
1121
1121
  };
1122
1122
  return useExpose({
1123
1123
  prev: A,
1124
1124
  next: z,
1125
1125
  state: s,
1126
1126
  resize: J,
1127
- swipeTo: Al
1127
+ swipeTo: Nl
1128
1128
  }), f({
1129
1129
  size: m,
1130
1130
  props: e,
@@ -1137,20 +1137,20 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1137
1137
  () => e.height
1138
1138
  ], J), watch(usePageVisibility(), (e) => {
1139
1139
  e === "visible" ? W() : H();
1140
- }), onMounted(K), onActivated(() => K(s.active)), onPopupReopen(() => K(s.active)), onDeactivated(H), onBeforeUnmount(H), useEventListener("touchmove", Ol, { target: o }), () => createVNode("div", {
1140
+ }), onMounted(K), onActivated(() => K(s.active)), onPopupReopen(() => K(s.active)), onDeactivated(H), onBeforeUnmount(H), useEventListener("touchmove", jl, { target: o }), () => createVNode("div", {
1141
1141
  ref: i,
1142
1142
  class: bem$7()
1143
1143
  }, [createVNode("div", {
1144
1144
  ref: o,
1145
1145
  style: C.value,
1146
1146
  class: bem$7("track", { vertical: e.vertical }),
1147
- onTouchstartPassive: Dl,
1148
- onTouchend: kl,
1149
- onTouchcancel: kl
1150
- }, [r.default?.call(r)]), Ml()]);
1147
+ onTouchstartPassive: Al,
1148
+ onTouchend: Ml,
1149
+ onTouchcancel: Ml
1150
+ }, [r.default?.call(r)]), Fl()]);
1151
1151
  }
1152
- })), [name$6, bem$6] = createNamespace("tabs"), stdin_default$5 = defineComponent({
1153
- name: name$6,
1152
+ })), [name$7, bem$6] = createNamespace("tabs"), stdin_default$5 = defineComponent({
1153
+ name: name$7,
1154
1154
  props: {
1155
1155
  count: makeRequiredProp(Number),
1156
1156
  inited: Boolean,
@@ -1182,7 +1182,7 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1182
1182
  s(e.currentIndex);
1183
1183
  }), useExpose({ swipeRef: i }), () => createVNode("div", { class: bem$6("content", { animated: e.animated || e.swipeable }) }, [o()]);
1184
1184
  }
1185
- }), [name$5, bem$5] = createNamespace("tabs"), tabsProps = {
1185
+ }), [name$6, bem$5] = createNamespace("tabs"), tabsProps = {
1186
1186
  type: makeStringProp("line"),
1187
1187
  color: String,
1188
1188
  border: Boolean,
@@ -1204,8 +1204,8 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1204
1204
  swipeThreshold: makeNumericProp(5),
1205
1205
  titleActiveColor: String,
1206
1206
  titleInactiveColor: String
1207
- }, TABS_KEY = Symbol(name$5), stdin_default$2 = defineComponent({
1208
- name: name$5,
1207
+ }, TABS_KEY = Symbol(name$6), stdin_default$2 = defineComponent({
1208
+ name: name$6,
1209
1209
  props: tabsProps,
1210
1210
  emits: [
1211
1211
  "change",
@@ -1247,14 +1247,14 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1247
1247
  }
1248
1248
  C.lineStyle = c;
1249
1249
  });
1250
- }, Tl = (e) => {
1250
+ }, Ol = (e) => {
1251
1251
  let n = e < C.currentIndex ? -1 : 1;
1252
1252
  for (; e >= 0 && e < b.length;) {
1253
1253
  if (!b[e].disabled) return e;
1254
1254
  e += n;
1255
1255
  }
1256
1256
  }, V = (r, i) => {
1257
- let a = Tl(r);
1257
+ let a = Ol(r);
1258
1258
  if (!isDef$1(a)) return;
1259
1259
  let o = b[a], c = O(o, a), l = C.currentIndex !== null;
1260
1260
  C.currentIndex !== a && (C.currentIndex = a, i || z(), B()), c !== e.active && (n("update:active", c), l && n("change", c, o.title)), s && !e.scrollspy && setRootScrollTop(Math.ceil(getElementTop(u.value) - A.value));
@@ -1286,24 +1286,24 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1286
1286
  });
1287
1287
  }, J = (e) => {
1288
1288
  s = e.isFixed, n("scroll", e);
1289
- }, El = (e) => {
1289
+ }, kl = (e) => {
1290
1290
  nextTick(() => {
1291
1291
  H(e), W(!0);
1292
1292
  });
1293
- }, Dl = () => {
1293
+ }, Al = () => {
1294
1294
  for (let e = 0; e < b.length; e++) {
1295
1295
  let { top: n } = useRect(b[e].$el);
1296
1296
  if (n > M.value) return e === 0 ? 0 : e - 1;
1297
1297
  }
1298
1298
  return b.length - 1;
1299
- }, Ol = () => {
1300
- e.scrollspy && !o && V(Dl());
1301
- }, kl = () => {
1299
+ }, jl = () => {
1300
+ e.scrollspy && !o && V(Al());
1301
+ }, Ml = () => {
1302
1302
  if (e.type === "line" && b.length) return createVNode("div", {
1303
1303
  class: bem$5("line"),
1304
1304
  style: C.lineStyle
1305
1305
  }, null);
1306
- }, Al = () => {
1306
+ }, Nl = () => {
1307
1307
  let { type: n, border: i, sticky: a } = e, o = [createVNode("div", {
1308
1308
  ref: a ? void 0 : p,
1309
1309
  class: [bem$5("wrap"), { [BORDER_TOP_BOTTOM]: n === "line" && i }]
@@ -1319,11 +1319,11 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1319
1319
  }, [
1320
1320
  r["nav-left"]?.call(r),
1321
1321
  b.map((e) => e.renderTitle(K)),
1322
- kl(),
1322
+ Ml(),
1323
1323
  r["nav-right"]?.call(r)
1324
1324
  ])]), r["nav-bottom"]?.call(r)];
1325
1325
  return a ? createVNode("div", { ref: p }, [o]) : o;
1326
- }, jl = () => {
1326
+ }, Pl = () => {
1327
1327
  B(), nextTick(() => {
1328
1328
  var e;
1329
1329
  z(!0), (e = m.value?.swipeRef.value) == null || e.resize();
@@ -1334,20 +1334,20 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1334
1334
  e.duration,
1335
1335
  e.lineWidth,
1336
1336
  e.lineHeight
1337
- ], B), watch(windowWidth, jl), watch(() => e.active, (e) => {
1337
+ ], B), watch(windowWidth, Pl), watch(() => e.active, (e) => {
1338
1338
  e !== k.value && H(e);
1339
1339
  }), watch(() => b.length, () => {
1340
1340
  C.inited && (H(e.active), B(), nextTick(() => {
1341
1341
  z(!0);
1342
1342
  }));
1343
1343
  }), useExpose({
1344
- resize: jl,
1345
- scrollTo: El
1344
+ resize: Pl,
1345
+ scrollTo: kl
1346
1346
  }), onActivated(B), onPopupReopen(B), onMountedOrActivated(() => {
1347
1347
  H(e.active, !0), nextTick(() => {
1348
1348
  C.inited = !0, p.value && (i = useRect(p.value).height), z(!0);
1349
1349
  });
1350
- }), useVisibilityChange(u, B), useEventListener("scroll", Ol, {
1350
+ }), useVisibilityChange(u, B), useEventListener("scroll", jl, {
1351
1351
  target: g,
1352
1352
  passive: !0
1353
1353
  }), S({
@@ -1366,7 +1366,7 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1366
1366
  container: u.value,
1367
1367
  offsetTop: A.value,
1368
1368
  onScroll: J
1369
- }, { default: () => [Al()] }) : Al() : null, createVNode(stdin_default$5, {
1369
+ }, { default: () => [Nl()] }) : Nl() : null, createVNode(stdin_default$5, {
1370
1370
  ref: m,
1371
1371
  count: b.length,
1372
1372
  inited: C.inited,
@@ -1381,8 +1381,8 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1381
1381
  }), TAB_STATUS_KEY = Symbol(), ALL_TAB_STATUS_KEY = Symbol(), useAllTabStatus = () => inject(ALL_TAB_STATUS_KEY, null), useProvideTabStatus = (e) => {
1382
1382
  let n = useAllTabStatus();
1383
1383
  provide(TAB_STATUS_KEY, e), provide(ALL_TAB_STATUS_KEY, computed(() => (n == null || n.value) && e.value));
1384
- }, [name$4, bem$4] = createNamespace("tab"), TabTitle = defineComponent({
1385
- name: name$4,
1384
+ }, [name$5, bem$4] = createNamespace("tab"), TabTitle = defineComponent({
1385
+ name: name$5,
1386
1386
  props: {
1387
1387
  id: String,
1388
1388
  dot: Boolean,
@@ -1430,8 +1430,8 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1430
1430
  "data-allow-mismatch": "attribute"
1431
1431
  }, [i()]);
1432
1432
  }
1433
- }), [name$3, bem$3] = createNamespace("swipe-item"), SwipeItem = withInstall(defineComponent({
1434
- name: name$3,
1433
+ }), [name$4, bem$3] = createNamespace("swipe-item"), SwipeItem = withInstall(defineComponent({
1434
+ name: name$4,
1435
1435
  setup(e, { slots: n }) {
1436
1436
  let r, i = reactive({
1437
1437
  offset: 0,
@@ -1463,8 +1463,8 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1463
1463
  style: c.value
1464
1464
  }, [l.value ? n.default?.call(n) : null]);
1465
1465
  }
1466
- })), [name$2, bem$2] = createNamespace("tab"), Tab = withInstall(defineComponent({
1467
- name: name$2,
1466
+ })), [name$3, bem$2] = createNamespace("tab"), Tab = withInstall(defineComponent({
1467
+ name: name$3,
1468
1468
  props: extend({}, routeProps, {
1469
1469
  dot: Boolean,
1470
1470
  name: numericProp,
@@ -1556,8 +1556,8 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1556
1556
  contentDraggable: truthProp,
1557
1557
  lockScroll: Boolean,
1558
1558
  safeAreaInsetBottom: truthProp
1559
- }, [name$1, bem$1] = createNamespace("floating-panel"), FloatingPanel = withInstall(defineComponent({
1560
- name: name$1,
1559
+ }, [name$2, bem$1] = createNamespace("floating-panel"), FloatingPanel = withInstall(defineComponent({
1560
+ name: name$2,
1561
1561
  props: floatingPanelProps,
1562
1562
  emits: ["heightChange", "update:height"],
1563
1563
  setup(e, { emit: n, slots: r }) {
@@ -1602,12 +1602,12 @@ var [name$8, bem$8] = createNamespace("sticky"), Sticky = withInstall(defineComp
1602
1602
  ref: s
1603
1603
  }, [r.default?.call(r)])]);
1604
1604
  }
1605
- })), [name, bem, t] = createNamespace("pull-refresh"), DEFAULT_HEAD_HEIGHT = 50, TEXT_STATUS = [
1605
+ })), [name$1, bem, t] = createNamespace("pull-refresh"), DEFAULT_HEAD_HEIGHT = 50, TEXT_STATUS = [
1606
1606
  "pulling",
1607
1607
  "loosing",
1608
1608
  "success"
1609
1609
  ], PullRefresh = withInstall(defineComponent({
1610
- name,
1610
+ name: name$1,
1611
1611
  props: {
1612
1612
  disabled: Boolean,
1613
1613
  modelValue: Boolean,
@@ -5393,7 +5393,100 @@ const appConfig = new ConfigPointer("core", {
5393
5393
  if (c) for (let [e, n] of Object.entries(c)) User.subscribes.set([r, e], n);
5394
5394
  if (n.config) for (let e of n.config) useConfig().$resignerConfig(e);
5395
5395
  return SharedFunction.call("addPlugin", n);
5396
- }, declareDependType = (e) => Symbol.for(`expose:${e}`), requireDepend = (e) => _pluginExposes.get(e), _pluginExposes = /* @__PURE__ */ new Map(), coreModule = declareDependType("core"), _ = void 0, Comp = {
5396
+ }, decodePluginMeta = (e) => ({
5397
+ name: {
5398
+ display: e["name:display"],
5399
+ id: e["name:id"]
5400
+ },
5401
+ author: e.author ?? "",
5402
+ description: e.description,
5403
+ require: (e.require ? isString(e.require) ? [e.require] : e.require : []).map((e) => {
5404
+ let [n, r] = e.split(":");
5405
+ return {
5406
+ id: n,
5407
+ download: r
5408
+ };
5409
+ }),
5410
+ version: {
5411
+ plugin: e.version.split("/")[0],
5412
+ supportCore: e.version.split("/")[1]
5413
+ }
5414
+ }), declareDependType = (e) => Symbol.for(`expose:${e}`), requireDepend = (e) => _pluginExposes.get(e), _pluginExposes = /* @__PURE__ */ new Map(), coreModule = declareDependType("core"), _ = void 0;
5415
+ var package_default = {
5416
+ name: "delta-comic-core",
5417
+ version: "0.2.2",
5418
+ description: "我曾亲眼见证神的熟视无睹.",
5419
+ homepage: "https://github.com/wenxig/delta-comic-core",
5420
+ repository: {
5421
+ type: "git",
5422
+ url: "https://github.com/wenxig/delta-comic-core.git"
5423
+ },
5424
+ license: "AGPL-3.0-only",
5425
+ type: "module",
5426
+ scripts: { build: "vite build && pnpm pack --out ./dist/pack.tgz" },
5427
+ dependencies: {
5428
+ "@capacitor/status-bar": "^7.0.3",
5429
+ "@lhlyu/vue-virtual-waterfall": "^1.0.8",
5430
+ "@vant/use": "^1.6.0",
5431
+ "@vicons/antd": "^0.13.0",
5432
+ "@vicons/material": "^0.13.0",
5433
+ "@vueuse/core": "14.0.0",
5434
+ dayjs: "^1.11.18",
5435
+ mitt: "^3.0.1",
5436
+ "tailwindcss-safe-area-capacitor": "^0.5.1",
5437
+ vidstack: "^1.12.13"
5438
+ },
5439
+ peerDependencies: {
5440
+ axios: "^1.12.2",
5441
+ "crypto-js": "4.2.0",
5442
+ "es-toolkit": "^1.40.0",
5443
+ "motion-v": "1.7.3",
5444
+ "naive-ui": "2.43.1",
5445
+ pinia: "^3.0.3",
5446
+ vant: "4.9.21",
5447
+ vue: "3.5.22",
5448
+ "vue-router": "4.6.3"
5449
+ },
5450
+ devDependencies: {
5451
+ "@tailwindcss/vite": "^4.1.14",
5452
+ "@types/crypto-js": "^4.2.2",
5453
+ "@types/node": "^24.8.1",
5454
+ "@vitejs/plugin-vue": "^6.0.1",
5455
+ "@vitejs/plugin-vue-jsx": "^5.1.1",
5456
+ browserslist: "^4.26.3",
5457
+ lightningcss: "^1.30.2",
5458
+ tailwindcss: "^4.1.14",
5459
+ "unplugin-vue-components": "30.0.0",
5460
+ vite: "npm:rolldown-vite@^7.1.20",
5461
+ "vite-plugin-dts": "^4.5.4",
5462
+ "vue-component-type-helpers": "^3.1.1"
5463
+ },
5464
+ files: ["dist"],
5465
+ main: "./dist/bundle.js",
5466
+ module: "./dist/bundle.js",
5467
+ exports: {
5468
+ ".": {
5469
+ import: "./dist/bundle.js",
5470
+ require: "./dist/bundle.cjs",
5471
+ types: "./dist/lib/index.d.ts"
5472
+ },
5473
+ "./vite": {
5474
+ import: "./dist/bundle2.js",
5475
+ require: "./dist/bundle2.cjs",
5476
+ types: "./dist/vite/index.d.ts"
5477
+ },
5478
+ "./style.css": "./dist/bundle.css"
5479
+ },
5480
+ pnpm: {
5481
+ overrides: { vite: "npm:rolldown-vite@^7.1.17" },
5482
+ onlyBuiltDependencies: [
5483
+ "@parcel/watcher",
5484
+ "@tailwindcss/oxide",
5485
+ "esbuild"
5486
+ ]
5487
+ }
5488
+ };
5489
+ const Comp = {
5397
5490
  Await: await_default,
5398
5491
  Loading: loading_default,
5399
5492
  Content: content_default,
@@ -5416,7 +5509,7 @@ const Store = {
5416
5509
  useConfig,
5417
5510
  appConfig,
5418
5511
  ConfigPointer
5419
- };
5420
- export { Comp, Store, Utils, _, _pluginExposes, coreModule, declareDependType, definePlugin, requireDepend, uni };
5512
+ }, version = package_default.version;
5513
+ export { Comp, Store, Utils, _, _pluginExposes, coreModule, declareDependType, decodePluginMeta, definePlugin, requireDepend, uni, version };
5421
5514
 
5422
5515
  //# sourceMappingURL=bundle.js.map