vue-pancake-icons 2.1.7 → 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-
|
1
|
+
.read-the-docs[data-v-a1de4649]{color:#888}
|
@@ -1,65 +1,69 @@
|
|
1
|
-
import {
|
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 [
|
5
|
-
o[
|
4
|
+
for (const [c, r] of n)
|
5
|
+
o[c] = r;
|
6
6
|
return o;
|
7
|
-
},
|
8
|
-
/* @__PURE__ */
|
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__ */
|
11
|
-
], -1)), k = /* @__PURE__ */
|
12
|
-
/* @__PURE__ */
|
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__ */
|
18
|
-
], -1)), V = /* @__PURE__ */
|
19
|
-
/* @__PURE__ */
|
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__ */
|
25
|
-
], -1)), b = /* @__PURE__ */
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
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
|
49
|
+
function x(e, n, o, c, r, T) {
|
46
50
|
return " Test icon ";
|
47
51
|
}
|
48
|
-
const S = /* @__PURE__ */ u(w, [["render",
|
52
|
+
const S = /* @__PURE__ */ u(w, [["render", x]]), $ = {
|
49
53
|
IconTest: S,
|
50
54
|
HelloWorld: I
|
51
|
-
},
|
55
|
+
}, d = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
52
56
|
__proto__: null,
|
53
|
-
default:
|
54
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
57
|
+
default: $
|
58
|
+
}, Symbol.toStringTag, { value: "Module" })), H = {
|
55
59
|
install(e) {
|
56
|
-
for (let n in
|
57
|
-
const o =
|
58
|
-
console.log(o, "
|
60
|
+
for (let n in d) {
|
61
|
+
const o = d[n];
|
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(
|
66
|
+
typeof window < "u" && window.Vue && window.Vue.use(H);
|
63
67
|
export {
|
64
|
-
|
68
|
+
H as default
|
65
69
|
};
|
@@ -1 +1 @@
|
|
1
|
-
(function(e,
|
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,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"
|
20
|
-
|
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
|