vft 0.0.33 → 0.0.35

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.
@@ -1,5 +1,5 @@
1
- import { defineComponent as i, onMounted as n, openBlock as m, createElementBlock as t, normalizeClass as r, unref as o, createElementVNode as p } from "vue";
2
- import { useNamespace as a } from "../../hooks/use-namespace/index.mjs";
1
+ import { defineComponent as i, onMounted as n, openBlock as m, createElementBlock as t, normalizeClass as r, unref as o, createElementVNode as a } from "vue";
2
+ import { useNamespace as p } from "../../hooks/use-namespace/index.mjs";
3
3
  import "@popperjs/core";
4
4
  import "lodash";
5
5
  import "../../hooks/use-z-index/index.mjs";
@@ -8,13 +8,12 @@ import "@vue/shared";
8
8
  import "@vft/utils";
9
9
  import "../../utils/ns-cover.mjs";
10
10
  import { init as l } from "@waline/client";
11
- import "@waline/client/dist/waline.css";
12
11
  const s = ["id"], e = (
13
12
  /* hoist-static*/
14
- a("md-comment")
13
+ p("md-comment")
15
14
  ), c = i({
16
15
  name: e.b()
17
- }), C = /* @__PURE__ */ i({
16
+ }), B = /* @__PURE__ */ i({
18
17
  ...c,
19
18
  setup(u) {
20
19
  return n(() => {
@@ -35,12 +34,12 @@ const s = ["id"], e = (
35
34
  }), (w, _) => (m(), t("div", {
36
35
  class: r(o(e).b())
37
36
  }, [
38
- p("div", {
37
+ a("div", {
39
38
  id: o(e).e("waline")
40
39
  }, null, 8, s)
41
40
  ], 2));
42
41
  }
43
42
  });
44
43
  export {
45
- C as default
44
+ B as default
46
45
  };
@@ -1,4 +1,4 @@
1
- const o = "0.0.32";
1
+ const o = "0.0.34";
2
2
  export {
3
3
  o as version
4
4
  };
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),n=require("../../hooks/use-namespace/index.js");require("@popperjs/core");require("lodash");require("../../hooks/use-z-index/index.js");require("@vueuse/core");require("@vue/shared");require("@vft/utils");require("../../utils/ns-cover.js");const o=require("@waline/client");require("@waline/client/dist/waline.css");const r=["id"],i=n.useNamespace("md-comment"),t=e.defineComponent({name:i.b()}),u=e.defineComponent({...t,setup(l){return e.onMounted(()=>{o.init({el:`#${i.e("waline")}`,serverURL:"https://waline.wflynn.cn/",pageview:!0,reaction:!0,emoji:["//unpkg.com/@waline/emojis@1.1.0/weibo","//unpkg.com/@waline/emojis@1.1.0/bilibili","//unpkg.com/@waline/emojis@1.1.0/bmoji","//unpkg.com/@waline/emojis@1.1.0/qq","//unpkg.com/@waline/emojis@1.1.0/tieba","//unpkg.com/@waline/emojis@1.1.0/tw-emoji"]})}),(s,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(i).b())},[e.createElementVNode("div",{id:e.unref(i).e("waline")},null,8,r)],2))}});exports.default=u;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),n=require("../../hooks/use-namespace/index.js");require("@popperjs/core");require("lodash");require("../../hooks/use-z-index/index.js");require("@vueuse/core");require("@vue/shared");require("@vft/utils");require("../../utils/ns-cover.js");const o=require("@waline/client"),r=["id"],i=n.useNamespace("md-comment"),t=e.defineComponent({name:i.b()}),u=e.defineComponent({...t,setup(l){return e.onMounted(()=>{o.init({el:`#${i.e("waline")}`,serverURL:"https://waline.wflynn.cn/",pageview:!0,reaction:!0,emoji:["//unpkg.com/@waline/emojis@1.1.0/weibo","//unpkg.com/@waline/emojis@1.1.0/bilibili","//unpkg.com/@waline/emojis@1.1.0/bmoji","//unpkg.com/@waline/emojis@1.1.0/qq","//unpkg.com/@waline/emojis@1.1.0/tieba","//unpkg.com/@waline/emojis@1.1.0/tw-emoji"]})}),(s,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(e.unref(i).b())},[e.createElementVNode("div",{id:e.unref(i).e("waline")},null,8,r)],2))}});exports.default=u;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.32";exports.version=e;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="0.0.34";exports.version=e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vft",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -47,11 +47,11 @@
47
47
  "vue": ">=3.2.0",
48
48
  "vue-router": ">=4.0.16",
49
49
  "pinia": ">=2.0.0",
50
- "@vft/utils": "workspace:*",
51
- "@vft/constants": "workspace:*",
52
- "@vft/router": "workspace:*",
53
- "@vft/store": "workspace:*",
54
- "@vft/use": "workspace:*",
50
+ "@vft/utils": "*",
51
+ "@vft/constants": "*",
52
+ "@vft/router": "*",
53
+ "@vft/store": "*",
54
+ "@vft/use": "*",
55
55
  "element-plus": "*",
56
56
  "resize-detector": ">=0.3.0",
57
57
  "qrcode": ">=1.5.1",