vue-pancake-icons 2.1.8 → 2.1.9

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/style.css CHANGED
@@ -1 +1 @@
1
- .read-the-docs[data-v-5d0de252]{color:#888}
1
+ .read-the-docs[data-v-a1de4649]{color:#888}
@@ -1,65 +1,69 @@
1
- import { openBlock as i, createElementBlock as _, Fragment as p, createTextVNode as c, createElementVNode as t, toDisplayString as d, pushScopeId as f, popScopeId as m } from "vue";
1
+ import { ref as _, openBlock as i, createElementBlock as p, Fragment as m, createElementVNode as t, toDisplayString as a, pushScopeId as f, popScopeId as h, createTextVNode as s } from "vue";
2
2
  const u = (e, n) => {
3
3
  const o = e.__vccOpts || e;
4
- for (const [r, l] of n)
5
- o[r] = l;
4
+ for (const [c, r] of n)
5
+ o[c] = r;
6
6
  return o;
7
- }, h = {}, s = (e) => (f("data-v-5d0de252"), e = e(), m(), e), g = { class: "card" }, v = /* @__PURE__ */ s(() => /* @__PURE__ */ t("p", null, [
8
- /* @__PURE__ */ c(" Edit "),
7
+ }, l = (e) => (f("data-v-a1de4649"), e = e(), h(), e), g = { class: "card" }, v = /* @__PURE__ */ l(() => /* @__PURE__ */ t("p", null, [
8
+ /* @__PURE__ */ s(" Edit "),
9
9
  /* @__PURE__ */ t("code", null, "components/HelloWorld.vue"),
10
- /* @__PURE__ */ c(" to test HMR ")
11
- ], -1)), k = /* @__PURE__ */ s(() => /* @__PURE__ */ t("p", null, [
12
- /* @__PURE__ */ c(" Check out "),
10
+ /* @__PURE__ */ s(" to test HMR ")
11
+ ], -1)), k = /* @__PURE__ */ l(() => /* @__PURE__ */ t("p", null, [
12
+ /* @__PURE__ */ s(" Check out "),
13
13
  /* @__PURE__ */ t("a", {
14
14
  href: "https://vuejs.org/guide/quick-start.html#local",
15
15
  target: "_blank"
16
16
  }, "create-vue"),
17
- /* @__PURE__ */ c(", the official Vue + Vite starter ")
18
- ], -1)), V = /* @__PURE__ */ s(() => /* @__PURE__ */ t("p", null, [
19
- /* @__PURE__ */ c(" Install "),
17
+ /* @__PURE__ */ s(", the official Vue + Vite starter ")
18
+ ], -1)), V = /* @__PURE__ */ l(() => /* @__PURE__ */ t("p", null, [
19
+ /* @__PURE__ */ s(" Install "),
20
20
  /* @__PURE__ */ t("a", {
21
21
  href: "https://github.com/johnsoncodehk/volar",
22
22
  target: "_blank"
23
23
  }, "Volar"),
24
- /* @__PURE__ */ c(" in your IDE for a better DX ")
25
- ], -1)), b = /* @__PURE__ */ s(() => /* @__PURE__ */ t("p", { class: "read-the-docs" }, "Click on the Vite and Vue logos to learn more", -1));
26
- function y(e, n) {
27
- return i(), _(p, null, [
28
- c(" rrr "),
29
- t("h1", null, d(e.msg), 1),
30
- t("div", g, [
31
- t("button", {
32
- type: "button",
33
- onClick: n[0] || (n[0] = (o) => e.count++)
34
- }, "count is " + d(e.count), 1),
35
- v
36
- ]),
37
- k,
38
- V,
39
- b
40
- ], 64);
41
- }
42
- const I = /* @__PURE__ */ u(h, [["render", y], ["__scopeId", "data-v-5d0de252"]]), w = {
24
+ /* @__PURE__ */ s(" in your IDE for a better DX ")
25
+ ], -1)), b = /* @__PURE__ */ l(() => /* @__PURE__ */ t("p", { class: "read-the-docs" }, "Click on the Vite and Vue logos to learn more", -1)), y = {
26
+ __name: "HelloWorld",
27
+ props: {
28
+ msg: String
29
+ },
30
+ setup(e) {
31
+ const n = _(0);
32
+ return (o, c) => (i(), p(m, null, [
33
+ t("h1", null, a(e.msg), 1),
34
+ t("div", g, [
35
+ t("button", {
36
+ type: "button",
37
+ onClick: c[0] || (c[0] = (r) => n.value++)
38
+ }, "count is " + a(n.value), 1),
39
+ v
40
+ ]),
41
+ k,
42
+ V,
43
+ b
44
+ ], 64));
45
+ }
46
+ }, I = /* @__PURE__ */ u(y, [["__scopeId", "data-v-a1de4649"]]), w = {
43
47
  name: "IconTest"
44
48
  };
45
- function $(e, n, o, r, l, x) {
49
+ function x(e, n, o, c, r, T) {
46
50
  return " Test icon ";
47
51
  }
48
- const S = /* @__PURE__ */ u(w, [["render", $]]), T = {
52
+ const S = /* @__PURE__ */ u(w, [["render", x]]), $ = {
49
53
  IconTest: S,
50
54
  HelloWorld: I
51
- }, a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
55
+ }, d = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52
56
  __proto__: null,
53
- default: T
54
- }, Symbol.toStringTag, { value: "Module" })), j = {
57
+ default: $
58
+ }, Symbol.toStringTag, { value: "Module" })), H = {
55
59
  install(e) {
56
- for (let n in a) {
57
- const o = a[n];
60
+ for (let n in d) {
61
+ const o = d[n];
58
62
  console.log(o, "rrrmmmm"), e.component(o.name, o);
59
63
  }
60
64
  }
61
65
  };
62
- typeof window < "u" && window.Vue && window.Vue.use(j);
66
+ typeof window < "u" && window.Vue && window.Vue.use(H);
63
67
  export {
64
- j as default
68
+ H as default
65
69
  };
@@ -1 +1 @@
1
- (function(e,c){typeof exports=="object"&&typeof module<"u"?module.exports=c(require("vue")):typeof define=="function"&&define.amd?define(["vue"],c):(e=typeof globalThis<"u"?globalThis:e||self,e.VuePancakeIcons=c(e.Vue))})(this,function(e){"use strict";const c="",d=(t,n)=>{const o=t.__vccOpts||t;for(const[a,i]of n)o[a]=i;return o},p={},r=t=>(e.pushScopeId("data-v-5d0de252"),t=t(),e.popScopeId(),t),_={class:"card"},m=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Edit "),e.createElementVNode("code",null,"components/HelloWorld.vue"),e.createTextVNode(" to test HMR ")],-1)),f=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Check out "),e.createElementVNode("a",{href:"https://vuejs.org/guide/quick-start.html#local",target:"_blank"},"create-vue"),e.createTextVNode(", the official Vue + Vite starter ")],-1)),u=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Install "),e.createElementVNode("a",{href:"https://github.com/johnsoncodehk/volar",target:"_blank"},"Volar"),e.createTextVNode(" in your IDE for a better DX ")],-1)),V=r(()=>e.createElementVNode("p",{class:"read-the-docs"},"Click on the Vite and Vue logos to learn more",-1));function h(t,n){return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createTextVNode(" rrr "),e.createElementVNode("h1",null,e.toDisplayString(t.msg),1),e.createElementVNode("div",_,[e.createElementVNode("button",{type:"button",onClick:n[0]||(n[0]=o=>t.count++)},"count is "+e.toDisplayString(t.count),1),m]),f,u,V],64)}const N=d(p,[["render",h],["__scopeId","data-v-5d0de252"]]),g={name:"IconTest"};function T(t,n,o,a,i,x){return" Test icon "}const s=Object.freeze(Object.defineProperty({__proto__:null,default:{IconTest:d(g,[["render",T]]),HelloWorld:N}},Symbol.toStringTag,{value:"Module"})),l={install(t){for(let n in s){const o=s[n];console.log(o,"rrrmmmm"),t.component(o.name,o)}}};return typeof window<"u"&&window.Vue&&window.Vue.use(l),l});
1
+ (function(e,s){typeof exports=="object"&&typeof module<"u"?module.exports=s(require("vue")):typeof define=="function"&&define.amd?define(["vue"],s):(e=typeof globalThis<"u"?globalThis:e||self,e.VuePancakeIcons=s(e.Vue))})(this,function(e){"use strict";const s="",d=(t,n)=>{const o=t.__vccOpts||t;for(const[c,l]of n)o[c]=l;return o},r=t=>(e.pushScopeId("data-v-a1de4649"),t=t(),e.popScopeId(),t),_={class:"card"},p=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Edit "),e.createElementVNode("code",null,"components/HelloWorld.vue"),e.createTextVNode(" to test HMR ")],-1)),m=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Check out "),e.createElementVNode("a",{href:"https://vuejs.org/guide/quick-start.html#local",target:"_blank"},"create-vue"),e.createTextVNode(", the official Vue + Vite starter ")],-1)),u=r(()=>e.createElementVNode("p",null,[e.createTextVNode(" Install "),e.createElementVNode("a",{href:"https://github.com/johnsoncodehk/volar",target:"_blank"},"Volar"),e.createTextVNode(" in your IDE for a better DX ")],-1)),f=r(()=>e.createElementVNode("p",{class:"read-the-docs"},"Click on the Vite and Vue logos to learn more",-1)),V=d({__name:"HelloWorld",props:{msg:String},setup(t){const n=e.ref(0);return(o,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("h1",null,e.toDisplayString(t.msg),1),e.createElementVNode("div",_,[e.createElementVNode("button",{type:"button",onClick:c[0]||(c[0]=l=>n.value++)},"count is "+e.toDisplayString(n.value),1),p]),m,u,f],64))}},[["__scopeId","data-v-a1de4649"]]),h={name:"IconTest"};function g(t,n,o,c,l,T){return" Test icon "}const a=Object.freeze(Object.defineProperty({__proto__:null,default:{IconTest:d(h,[["render",g]]),HelloWorld:V}},Symbol.toStringTag,{value:"Module"})),i={install(t){for(let n in a){const o=a[n];console.log(o,"rrrmmmm"),t.component(o.name,o)}}};return typeof window<"u"&&window.Vue&&window.Vue.use(i),i});
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-pancake-icons",
3
3
  "private": false,
4
- "version": "2.1.8",
4
+ "version": "2.1.9",
5
5
  "files": [
6
6
  "dist/*",
7
7
  "src/*",
@@ -1,9 +1,14 @@
1
1
  <script setup>
2
+ import { ref } from 'vue'
2
3
 
4
+ defineProps({
5
+ msg: String
6
+ })
7
+
8
+ const count = ref(0)
3
9
  </script>
4
10
 
5
11
  <template>
6
- rrr
7
12
  <h1>{{ msg }}</h1>
8
13
 
9
14
  <div class="card">
@@ -16,8 +21,9 @@
16
21
 
17
22
  <p>
18
23
  Check out
19
- <a href="https://vuejs.org/guide/quick-start.html#local" target="_blank">create-vue</a>, the official Vue + Vite
20
- starter
24
+ <a href="https://vuejs.org/guide/quick-start.html#local" target="_blank"
25
+ >create-vue</a
26
+ >, the official Vue + Vite starter
21
27
  </p>
22
28
  <p>
23
29
  Install