vue-pancake-icons 0.3.9 → 2.1.0

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/README.md CHANGED
@@ -1 +1,7 @@
1
- # vue-pancake-icons
1
+ # Vue 3 + Vite
2
+
3
+ This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4
+
5
+ ## Recommended IDE Setup
6
+
7
+ - [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ .read-the-docs[data-v-a1de4649]{color:#888}
package/dist/vite.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
@@ -0,0 +1,67 @@
1
+ import { ref as u, openBlock as i, createElementBlock as p, Fragment as m, createElementVNode as t, toDisplayString as a, pushScopeId as f, popScopeId as h, createTextVNode as c } from "vue";
2
+ const _ = (e, o) => {
3
+ const n = e.__vccOpts || e;
4
+ for (const [l, r] of o)
5
+ n[l] = r;
6
+ return n;
7
+ }, s = (e) => (f("data-v-a1de4649"), e = e(), h(), e), g = { class: "card" }, v = /* @__PURE__ */ s(() => /* @__PURE__ */ t("p", null, [
8
+ /* @__PURE__ */ c(" Edit "),
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 "),
13
+ /* @__PURE__ */ t("a", {
14
+ href: "https://vuejs.org/guide/quick-start.html#local",
15
+ target: "_blank"
16
+ }, "create-vue"),
17
+ /* @__PURE__ */ c(", the official Vue + Vite starter ")
18
+ ], -1)), V = /* @__PURE__ */ s(() => /* @__PURE__ */ t("p", null, [
19
+ /* @__PURE__ */ c(" Install "),
20
+ /* @__PURE__ */ t("a", {
21
+ href: "https://github.com/johnsoncodehk/volar",
22
+ target: "_blank"
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)), y = {
26
+ __name: "HelloWorld",
27
+ props: {
28
+ msg: String
29
+ },
30
+ setup(e) {
31
+ const o = u(0);
32
+ return (n, l) => (i(), p(m, null, [
33
+ t("h1", null, a(e.msg), 1),
34
+ t("div", g, [
35
+ t("button", {
36
+ type: "button",
37
+ onClick: l[0] || (l[0] = (r) => o.value++)
38
+ }, "count is " + a(o.value), 1),
39
+ v
40
+ ]),
41
+ k,
42
+ V,
43
+ b
44
+ ], 64));
45
+ }
46
+ }, I = /* @__PURE__ */ _(y, [["__scopeId", "data-v-a1de4649"]]), w = {};
47
+ function x(e, o) {
48
+ return " Test icon ";
49
+ }
50
+ const S = /* @__PURE__ */ _(w, [["render", x]]), H = {
51
+ IconTest: S,
52
+ HelloWorld: I
53
+ }, d = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
54
+ __proto__: null,
55
+ default: H
56
+ }, Symbol.toStringTag, { value: "Module" })), j = {
57
+ install(e) {
58
+ for (let o in d) {
59
+ const n = d[o];
60
+ console.log(n, "componentcomponentcomponent"), e.component(n.name, n);
61
+ }
62
+ }
63
+ };
64
+ typeof window < "u" && window.Vue && window.Vue.use(j);
65
+ export {
66
+ j as default
67
+ };
@@ -1,214 +1 @@
1
- (function webpackUniversalModuleDefinition(root, factory) {
2
- if(typeof exports === 'object' && typeof module === 'object')
3
- module.exports = factory(require("vue"));
4
- else if(typeof define === 'function' && define.amd)
5
- define([], factory);
6
- else if(typeof exports === 'object')
7
- exports["vue-pancake-icons"] = factory(require("vue"));
8
- else
9
- root["vue-pancake-icons"] = factory(root["Vue"]);
10
- })((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__203__) {
11
- return /******/ (function() { // webpackBootstrap
12
- /******/ "use strict";
13
- /******/ var __webpack_modules__ = ({
14
-
15
- /***/ 620:
16
- /***/ (function(__unused_webpack_module, exports) {
17
-
18
- var __webpack_unused_export__;
19
-
20
-
21
- __webpack_unused_export__ = ({
22
- value: true
23
- });
24
- // runtime helper for setting properties on components
25
- // in a tree-shakable way
26
- exports.Z = (sfc, props) => {
27
- const target = sfc.__vccOpts || sfc;
28
- for (const [key, val] of props) {
29
- target[key] = val;
30
- }
31
- return target;
32
- };
33
-
34
- /***/ }),
35
-
36
- /***/ 203:
37
- /***/ (function(module) {
38
-
39
- module.exports = __WEBPACK_EXTERNAL_MODULE__203__;
40
-
41
- /***/ })
42
-
43
- /******/ });
44
- /************************************************************************/
45
- /******/ // The module cache
46
- /******/ var __webpack_module_cache__ = {};
47
- /******/
48
- /******/ // The require function
49
- /******/ function __webpack_require__(moduleId) {
50
- /******/ // Check if module is in cache
51
- /******/ var cachedModule = __webpack_module_cache__[moduleId];
52
- /******/ if (cachedModule !== undefined) {
53
- /******/ return cachedModule.exports;
54
- /******/ }
55
- /******/ // Create a new module (and put it into the cache)
56
- /******/ var module = __webpack_module_cache__[moduleId] = {
57
- /******/ // no module.id needed
58
- /******/ // no module.loaded needed
59
- /******/ exports: {}
60
- /******/ };
61
- /******/
62
- /******/ // Execute the module function
63
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
64
- /******/
65
- /******/ // Return the exports of the module
66
- /******/ return module.exports;
67
- /******/ }
68
- /******/
69
- /************************************************************************/
70
- /******/ /* webpack/runtime/define property getters */
71
- /******/ !function() {
72
- /******/ // define getter functions for harmony exports
73
- /******/ __webpack_require__.d = function(exports, definition) {
74
- /******/ for(var key in definition) {
75
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
76
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
77
- /******/ }
78
- /******/ }
79
- /******/ };
80
- /******/ }();
81
- /******/
82
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
83
- /******/ !function() {
84
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
85
- /******/ }();
86
- /******/
87
- /******/ /* webpack/runtime/make namespace object */
88
- /******/ !function() {
89
- /******/ // define __esModule on exports
90
- /******/ __webpack_require__.r = function(exports) {
91
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
92
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
93
- /******/ }
94
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
95
- /******/ };
96
- /******/ }();
97
- /******/
98
- /******/ /* webpack/runtime/publicPath */
99
- /******/ !function() {
100
- /******/ __webpack_require__.p = "";
101
- /******/ }();
102
- /******/
103
- /************************************************************************/
104
- var __webpack_exports__ = {};
105
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
106
- !function() {
107
- // ESM COMPAT FLAG
108
- __webpack_require__.r(__webpack_exports__);
109
-
110
- // EXPORTS
111
- __webpack_require__.d(__webpack_exports__, {
112
- "default": function() { return /* binding */ entry_lib; }
113
- });
114
-
115
- // NAMESPACE OBJECT: ./src/components/index.js
116
- var components_namespaceObject = {};
117
- __webpack_require__.r(components_namespaceObject);
118
- __webpack_require__.d(components_namespaceObject, {
119
- "default": function() { return components; }
120
- });
121
-
122
- ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
123
- /* eslint-disable no-var */
124
- // This file is imported into lib/wc client bundles.
125
-
126
- if (typeof window !== 'undefined') {
127
- var currentScript = window.document.currentScript
128
- if (false) { var getCurrentScript; }
129
-
130
- var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
131
- if (src) {
132
- __webpack_require__.p = src[1] // eslint-disable-line
133
- }
134
- }
135
-
136
- // Indicate to webpack that this file can be concatenated
137
- /* harmony default export */ var setPublicPath = (null);
138
-
139
- // EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
140
- var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(203);
141
- ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/HelloWorld.vue?vue&type=template&id=b9167eee&scoped=true
142
-
143
- const _withScopeId = n => (_pushScopeId("data-v-b9167eee"), n = n(), _popScopeId(), n);
144
- const _hoisted_1 = {
145
- class: "hello"
146
- };
147
- const _hoisted_2 = /*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createStaticVNode)("<p data-v-b9167eee> For a guide and recipes on how to configure / customize this project,<br data-v-b9167eee> check out the <a href=\"https://cli.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vue-cli documentation</a>. </p><h3 data-v-b9167eee>Installed CLI Plugins</h3><ul data-v-b9167eee><li data-v-b9167eee><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>babel</a></li><li data-v-b9167eee><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>eslint</a></li></ul><h3 data-v-b9167eee>Essential Links</h3><ul data-v-b9167eee><li data-v-b9167eee><a href=\"https://vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>Core Docs</a></li><li data-v-b9167eee><a href=\"https://forum.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>Forum</a></li><li data-v-b9167eee><a href=\"https://chat.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>Community Chat</a></li><li data-v-b9167eee><a href=\"https://twitter.com/vuejs\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>Twitter</a></li><li data-v-b9167eee><a href=\"https://news.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>News</a></li></ul><h3 data-v-b9167eee>Ecosystem</h3><ul data-v-b9167eee><li data-v-b9167eee><a href=\"https://router.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vue-router</a></li><li data-v-b9167eee><a href=\"https://vuex.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vuex</a></li><li data-v-b9167eee><a href=\"https://github.com/vuejs/vue-devtools#vue-devtools\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vue-devtools</a></li><li data-v-b9167eee><a href=\"https://vue-loader.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vue-loader</a></li><li data-v-b9167eee><a href=\"https://github.com/vuejs/awesome-vue\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>awesome-vue</a></li></ul>", 7);
148
- function render(_ctx, _cache, $props, $setup, $data, $options) {
149
- return (0,external_commonjs_vue_commonjs2_vue_root_Vue_.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementBlock)("div", _hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_.createElementVNode)("h1", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_.toDisplayString)($props.msg), 1), _hoisted_2]);
150
- }
151
- ;// CONCATENATED MODULE: ./src/components/HelloWorld.vue?vue&type=template&id=b9167eee&scoped=true
152
-
153
- ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/HelloWorld.vue?vue&type=script&lang=js
154
- /* harmony default export */ var HelloWorldvue_type_script_lang_js = ({
155
- name: 'HelloWorld',
156
- props: {
157
- msg: String
158
- }
159
- });
160
- ;// CONCATENATED MODULE: ./src/components/HelloWorld.vue?vue&type=script&lang=js
161
-
162
- ;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-54.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-54.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-54.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/HelloWorld.vue?vue&type=style&index=0&id=b9167eee&scoped=true&lang=css
163
- // extracted by mini-css-extract-plugin
164
-
165
- ;// CONCATENATED MODULE: ./src/components/HelloWorld.vue?vue&type=style&index=0&id=b9167eee&scoped=true&lang=css
166
-
167
- // EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
168
- var exportHelper = __webpack_require__(620);
169
- ;// CONCATENATED MODULE: ./src/components/HelloWorld.vue
170
-
171
-
172
-
173
-
174
- ;
175
-
176
-
177
- const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(HelloWorldvue_type_script_lang_js, [['render',render],['__scopeId',"data-v-b9167eee"]])
178
-
179
- /* harmony default export */ var HelloWorld = (__exports__);
180
- ;// CONCATENATED MODULE: ./src/components/index.js
181
-
182
- /* harmony default export */ var components = ({
183
- HelloWorld: HelloWorld
184
- });
185
- ;// CONCATENATED MODULE: ./src/install.js
186
-
187
-
188
- const VuePancakeIcons = {
189
- install(Vue) {
190
- for (const prop in components_namespaceObject) {
191
- const component = components_namespaceObject[prop];
192
- Vue.component(component.name, component);
193
- }
194
- Vue.component('hello-world', HelloWorld);
195
- }
196
- };
197
-
198
- // Automatic installation if Vue has been added to the global scope.
199
- if (typeof window !== 'undefined' && window.Vue) {
200
- window.Vue.use(VuePancakeIcons);
201
- }
202
- /* harmony default export */ var install = (VuePancakeIcons);
203
- ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
204
-
205
-
206
- /* harmony default export */ var entry_lib = (install);
207
-
208
-
209
- }();
210
- /******/ return __webpack_exports__;
211
- /******/ })()
212
- ;
213
- });
214
- //# sourceMappingURL=vue-pancake-icons.umd.js.map
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="",r=(t,o)=>{const n=t.__vccOpts||t;for(const[l,i]of o)n[l]=i;return n},s=t=>(e.pushScopeId("data-v-a1de4649"),t=t(),e.popScopeId(),t),_={class:"card"},p=s(()=>e.createElementVNode("p",null,[e.createTextVNode(" Edit "),e.createElementVNode("code",null,"components/HelloWorld.vue"),e.createTextVNode(" to test HMR ")],-1)),m=s(()=>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)),f=s(()=>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)),u=s(()=>e.createElementVNode("p",{class:"read-the-docs"},"Click on the Vite and Vue logos to learn more",-1)),V=r({__name:"HelloWorld",props:{msg:String},setup(t){const o=e.ref(0);return(n,l)=>(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:l[0]||(l[0]=i=>o.value++)},"count is "+e.toDisplayString(o.value),1),p]),m,f,u],64))}},[["__scopeId","data-v-a1de4649"]]),h={};function g(t,o){return" Test icon "}const d=Object.freeze(Object.defineProperty({__proto__:null,default:{IconTest:r(h,[["render",g]]),HelloWorld:V}},Symbol.toStringTag,{value:"Module"})),a={install(t){for(let o in d){const n=d[o];console.log(n,"componentcomponentcomponent"),t.component(n.name,n)}}};return typeof window<"u"&&window.Vue&&window.Vue.use(a),a});
package/package.json CHANGED
@@ -1,56 +1,30 @@
1
1
  {
2
2
  "name": "vue-pancake-icons",
3
- "version": "0.3.9",
4
3
  "private": false,
4
+ "version": "2.1.0",
5
5
  "files": [
6
- "dist/*",
7
- "src/*",
8
- "public/*",
9
- "*.json",
10
- "*.js"
6
+ "dist"
11
7
  ],
12
- "keywords": ["keywords", "go", "here"],
13
- "license": "MIT",
14
- "main": "./dist/vue-pancake-icons.common.js",
8
+ "main": "./dist/vue-pancake-icons.umd.js",
9
+ "module": "./dist/vue-pancake-icons.es.js",
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/vue-pancake-icons.es.js",
13
+ "require": "./dist/vue-pancake-icons.umd.js"
14
+ }
15
+ },
16
+ "type": "module",
15
17
  "scripts": {
16
- "serve": "vue-cli-service serve",
17
- "build": "vue-cli-service build",
18
- "lint": "vue-cli-service lint",
19
- "build-library": "vue-cli-service build --target lib --name vue-pancake-icons ./src/install.js",
20
- "update-version": "npm version patch -m 'update'",
21
- "deploy": "npm run build-library && npm publish"
18
+ "dev": "vite",
19
+ "build": "vite build",
20
+ "preview": "vite preview"
22
21
  },
23
22
  "dependencies": {
24
- "core-js": "^3.8.3",
25
- "vue": "^3.2.13"
23
+ "path": "^0.12.7",
24
+ "vue": "^3.2.41"
26
25
  },
27
26
  "devDependencies": {
28
- "@babel/core": "^7.12.16",
29
- "@babel/eslint-parser": "^7.12.16",
30
- "@vue/cli-plugin-babel": "~5.0.0",
31
- "@vue/cli-plugin-eslint": "~5.0.0",
32
- "@vue/cli-service": "~5.0.0",
33
- "eslint": "^7.32.0",
34
- "eslint-plugin-vue": "^8.0.3"
35
- },
36
- "eslintConfig": {
37
- "root": true,
38
- "env": {
39
- "node": true
40
- },
41
- "extends": [
42
- "plugin:vue/vue3-essential",
43
- "eslint:recommended"
44
- ],
45
- "parserOptions": {
46
- "parser": "@babel/eslint-parser"
47
- },
48
- "rules": {}
49
- },
50
- "browserslist": [
51
- "> 1%",
52
- "last 2 versions",
53
- "not dead",
54
- "not ie 11"
55
- ]
27
+ "@vitejs/plugin-vue": "^3.2.0",
28
+ "vite": "^3.2.3"
29
+ }
56
30
  }
package/LICENSE.md DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2022 TieuHoanToLy96
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/babel.config.js DELETED
@@ -1,5 +0,0 @@
1
- module.exports = {
2
- presets: [
3
- '@vue/cli-plugin-babel/preset'
4
- ]
5
- }
package/dist/demo.html DELETED
@@ -1 +0,0 @@
1
- <!doctype html><meta charset="utf-8"><title>vue-pancake-icons demo</title><script src="./vue-pancake-icons.umd.js"></script><link rel="stylesheet" href="./vue-pancake-icons.css"><script>console.log(vue-pancake-icons)</script>
@@ -1,196 +0,0 @@
1
- /******/ (function() { // webpackBootstrap
2
- /******/ "use strict";
3
- /******/ var __webpack_modules__ = ({
4
-
5
- /***/ 89:
6
- /***/ (function(__unused_webpack_module, exports) {
7
-
8
- var __webpack_unused_export__;
9
-
10
-
11
- __webpack_unused_export__ = ({
12
- value: true
13
- });
14
- // runtime helper for setting properties on components
15
- // in a tree-shakable way
16
- exports.Z = (sfc, props) => {
17
- const target = sfc.__vccOpts || sfc;
18
- for (const [key, val] of props) {
19
- target[key] = val;
20
- }
21
- return target;
22
- };
23
-
24
- /***/ })
25
-
26
- /******/ });
27
- /************************************************************************/
28
- /******/ // The module cache
29
- /******/ var __webpack_module_cache__ = {};
30
- /******/
31
- /******/ // The require function
32
- /******/ function __webpack_require__(moduleId) {
33
- /******/ // Check if module is in cache
34
- /******/ var cachedModule = __webpack_module_cache__[moduleId];
35
- /******/ if (cachedModule !== undefined) {
36
- /******/ return cachedModule.exports;
37
- /******/ }
38
- /******/ // Create a new module (and put it into the cache)
39
- /******/ var module = __webpack_module_cache__[moduleId] = {
40
- /******/ // no module.id needed
41
- /******/ // no module.loaded needed
42
- /******/ exports: {}
43
- /******/ };
44
- /******/
45
- /******/ // Execute the module function
46
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
47
- /******/
48
- /******/ // Return the exports of the module
49
- /******/ return module.exports;
50
- /******/ }
51
- /******/
52
- /************************************************************************/
53
- /******/ /* webpack/runtime/define property getters */
54
- /******/ !function() {
55
- /******/ // define getter functions for harmony exports
56
- /******/ __webpack_require__.d = function(exports, definition) {
57
- /******/ for(var key in definition) {
58
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
59
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
60
- /******/ }
61
- /******/ }
62
- /******/ };
63
- /******/ }();
64
- /******/
65
- /******/ /* webpack/runtime/hasOwnProperty shorthand */
66
- /******/ !function() {
67
- /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
68
- /******/ }();
69
- /******/
70
- /******/ /* webpack/runtime/make namespace object */
71
- /******/ !function() {
72
- /******/ // define __esModule on exports
73
- /******/ __webpack_require__.r = function(exports) {
74
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
75
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
76
- /******/ }
77
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
78
- /******/ };
79
- /******/ }();
80
- /******/
81
- /******/ /* webpack/runtime/publicPath */
82
- /******/ !function() {
83
- /******/ __webpack_require__.p = "";
84
- /******/ }();
85
- /******/
86
- /************************************************************************/
87
- var __webpack_exports__ = {};
88
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
89
- !function() {
90
- // ESM COMPAT FLAG
91
- __webpack_require__.r(__webpack_exports__);
92
-
93
- // EXPORTS
94
- __webpack_require__.d(__webpack_exports__, {
95
- "default": function() { return /* binding */ entry_lib; }
96
- });
97
-
98
- // NAMESPACE OBJECT: ./src/components/index.js
99
- var components_namespaceObject = {};
100
- __webpack_require__.r(components_namespaceObject);
101
- __webpack_require__.d(components_namespaceObject, {
102
- "default": function() { return components; }
103
- });
104
-
105
- ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
106
- /* eslint-disable no-var */
107
- // This file is imported into lib/wc client bundles.
108
-
109
- if (typeof window !== 'undefined') {
110
- var currentScript = window.document.currentScript
111
- if (false) { var getCurrentScript; }
112
-
113
- var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
114
- if (src) {
115
- __webpack_require__.p = src[1] // eslint-disable-line
116
- }
117
- }
118
-
119
- // Indicate to webpack that this file can be concatenated
120
- /* harmony default export */ var setPublicPath = (null);
121
-
122
- ;// CONCATENATED MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
123
- var external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject = require("vue");
124
- ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/HelloWorld.vue?vue&type=template&id=b9167eee&scoped=true
125
-
126
- const _withScopeId = n => (_pushScopeId("data-v-b9167eee"), n = n(), _popScopeId(), n);
127
- const _hoisted_1 = {
128
- class: "hello"
129
- };
130
- const _hoisted_2 = /*#__PURE__*/(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createStaticVNode)("<p data-v-b9167eee> For a guide and recipes on how to configure / customize this project,<br data-v-b9167eee> check out the <a href=\"https://cli.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vue-cli documentation</a>. </p><h3 data-v-b9167eee>Installed CLI Plugins</h3><ul data-v-b9167eee><li data-v-b9167eee><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>babel</a></li><li data-v-b9167eee><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>eslint</a></li></ul><h3 data-v-b9167eee>Essential Links</h3><ul data-v-b9167eee><li data-v-b9167eee><a href=\"https://vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>Core Docs</a></li><li data-v-b9167eee><a href=\"https://forum.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>Forum</a></li><li data-v-b9167eee><a href=\"https://chat.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>Community Chat</a></li><li data-v-b9167eee><a href=\"https://twitter.com/vuejs\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>Twitter</a></li><li data-v-b9167eee><a href=\"https://news.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>News</a></li></ul><h3 data-v-b9167eee>Ecosystem</h3><ul data-v-b9167eee><li data-v-b9167eee><a href=\"https://router.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vue-router</a></li><li data-v-b9167eee><a href=\"https://vuex.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vuex</a></li><li data-v-b9167eee><a href=\"https://github.com/vuejs/vue-devtools#vue-devtools\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vue-devtools</a></li><li data-v-b9167eee><a href=\"https://vue-loader.vuejs.org\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>vue-loader</a></li><li data-v-b9167eee><a href=\"https://github.com/vuejs/awesome-vue\" target=\"_blank\" rel=\"noopener\" data-v-b9167eee>awesome-vue</a></li></ul>", 7);
131
- function render(_ctx, _cache, $props, $setup, $data, $options) {
132
- return (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock)(), (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementBlock)("div", _hoisted_1, [(0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.createElementVNode)("h1", null, (0,external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.toDisplayString)($props.msg), 1), _hoisted_2]);
133
- }
134
- ;// CONCATENATED MODULE: ./src/components/HelloWorld.vue?vue&type=template&id=b9167eee&scoped=true
135
-
136
- ;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/HelloWorld.vue?vue&type=script&lang=js
137
- /* harmony default export */ var HelloWorldvue_type_script_lang_js = ({
138
- name: 'HelloWorld',
139
- props: {
140
- msg: String
141
- }
142
- });
143
- ;// CONCATENATED MODULE: ./src/components/HelloWorld.vue?vue&type=script&lang=js
144
-
145
- ;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/HelloWorld.vue?vue&type=style&index=0&id=b9167eee&scoped=true&lang=css
146
- // extracted by mini-css-extract-plugin
147
-
148
- ;// CONCATENATED MODULE: ./src/components/HelloWorld.vue?vue&type=style&index=0&id=b9167eee&scoped=true&lang=css
149
-
150
- // EXTERNAL MODULE: ./node_modules/vue-loader/dist/exportHelper.js
151
- var exportHelper = __webpack_require__(89);
152
- ;// CONCATENATED MODULE: ./src/components/HelloWorld.vue
153
-
154
-
155
-
156
-
157
- ;
158
-
159
-
160
- const __exports__ = /*#__PURE__*/(0,exportHelper/* default */.Z)(HelloWorldvue_type_script_lang_js, [['render',render],['__scopeId',"data-v-b9167eee"]])
161
-
162
- /* harmony default export */ var HelloWorld = (__exports__);
163
- ;// CONCATENATED MODULE: ./src/components/index.js
164
-
165
- /* harmony default export */ var components = ({
166
- HelloWorld: HelloWorld
167
- });
168
- ;// CONCATENATED MODULE: ./src/install.js
169
-
170
-
171
- const VuePancakeIcons = {
172
- install(Vue) {
173
- for (const prop in components_namespaceObject) {
174
- const component = components_namespaceObject[prop];
175
- Vue.component(component.name, component);
176
- }
177
- Vue.component('hello-world', HelloWorld);
178
- }
179
- };
180
-
181
- // Automatic installation if Vue has been added to the global scope.
182
- if (typeof window !== 'undefined' && window.Vue) {
183
- window.Vue.use(VuePancakeIcons);
184
- }
185
- /* harmony default export */ var install = (VuePancakeIcons);
186
- ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
187
-
188
-
189
- /* harmony default export */ var entry_lib = (install);
190
-
191
-
192
- }();
193
- module.exports = __webpack_exports__;
194
- /******/ })()
195
- ;
196
- //# sourceMappingURL=vue-pancake-icons.common.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vue-pancake-icons.common.js","mappings":";;;;;;;;AAAa;;AACbA,6BAA6C;EAAEG,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7D;AACA;AACAD,SAAe,GAAG,CAACG,GAAG,EAAEC,KAAK,KAAK;EAC9B,MAAMC,MAAM,GAAGF,GAAG,CAACG,SAAS,IAAIH,GAAG;EACnC,KAAK,MAAM,CAACI,GAAG,EAAEC,GAAG,CAAC,IAAIJ,KAAK,EAAE;IAC5BC,MAAM,CAACE,GAAG,CAAC,GAAGC,GAAG;EACrB;EACA,OAAOH,MAAM;AACjB,CAAC;;;;;;UCVD;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;;;;WCtBA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA,8CAA8C;;;;;WCA9C;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;;;;;;;;;;;;;;;;;;;;;;;ACAA;AACA;;AAEA;AACA;AACA,MAAM,KAAuC,EAAE,yBAQ5C;;AAEH;AACA;AACA,IAAI,qBAAuB;AAC3B;AACA;;AAEA;AACA,kDAAe,IAAI;;;ACtBnB,IAAI,4DAA4B;;;;;ECCzBI,KAAK,EAAC;AAAO;;;uFAAlBC,mFAAAA,CA4BM,OA5BNC,UA4BM,GA3BJC,mFAAAA,CAAkB,6FAAXC,UAAG,OACVC,UAII;;;;;AA0BR,sEAAe;EACbC,IAAI,EAAE,YAAY;EAClBX,KAAK,EAAE;IACLY,GAAG,EAAEC;EACP;AACF,CAAC;;AEtCsP;;ACAvP;;;;;;;AEAmF;AACtB;AACL;;AAExD,CAAiF;;AAE6C;AAC9H,iCAAiC,+BAAe,CAAC,iCAAM,aAAa,MAAM;;AAE1E,+CAAe;;ACT0B;AAEzC,+CAAe;EACbC,UAAUA,EAAAA,UAAAA;AACZ,CAAC;;ACJ0C;AACS;AAEpD,MAAME,eAAe,GAAG;EACtBC,OAAO,CAACC,GAAG,EAAE;IACX,KAAK,MAAMC,IAAI,IAAIJ,0BAAU,EAAE;MAC7B,MAAMK,SAAS,GAAGL,0BAAU,CAACI,IAAI,CAAC;MAClCD,GAAG,CAACE,SAAS,CAACA,SAAS,CAACT,IAAI,EAAES,SAAS,CAAC;IAC1C;IACAF,GAAG,CAACE,SAAS,CAAC,aAAa,EAAEN,UAAU,CAAC;EAC1C;AACF,CAAC;;AAED;AACA,IAAI,OAAOO,MAAM,KAAK,WAAW,IAAIA,MAAM,CAACH,GAAG,EAAE;EAC/CG,MAAM,CAACH,GAAG,CAACI,GAAG,CAACN,eAAe,CAAC;AACjC;AAEA,4CAAeA,eAAe;;AClBN;AACA;AACxB,8CAAe,OAAG;AACI","sources":["webpack://vue-pancake-icons/./node_modules/vue-loader/dist/exportHelper.js","webpack://vue-pancake-icons/webpack/bootstrap","webpack://vue-pancake-icons/webpack/runtime/define property getters","webpack://vue-pancake-icons/webpack/runtime/hasOwnProperty shorthand","webpack://vue-pancake-icons/webpack/runtime/make namespace object","webpack://vue-pancake-icons/webpack/runtime/publicPath","webpack://vue-pancake-icons/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://vue-pancake-icons/external commonjs2 {\"commonjs\":\"vue\",\"commonjs2\":\"vue\",\"root\":\"Vue\"}","webpack://vue-pancake-icons/./src/components/HelloWorld.vue","webpack://vue-pancake-icons/./src/components/HelloWorld.vue?c7cc","webpack://vue-pancake-icons/./src/components/HelloWorld.vue?d01f","webpack://vue-pancake-icons/./src/components/HelloWorld.vue?d4e3","webpack://vue-pancake-icons/./src/components/HelloWorld.vue?aae6","webpack://vue-pancake-icons/./src/components/HelloWorld.vue?bd04","webpack://vue-pancake-icons/./src/components/index.js","webpack://vue-pancake-icons/./src/install.js","webpack://vue-pancake-icons/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// runtime helper for setting properties on components\n// in a tree-shakable way\nexports.default = (sfc, props) => {\n const target = sfc.__vccOpts || sfc;\n for (const [key, val] of props) {\n target[key] = val;\n }\n return target;\n};\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"\";","/* eslint-disable no-var */\n// This file is imported into lib/wc client bundles.\n\nif (typeof window !== 'undefined') {\n var currentScript = window.document.currentScript\n if (process.env.NEED_CURRENTSCRIPT_POLYFILL) {\n var getCurrentScript = require('@soda/get-current-script')\n currentScript = getCurrentScript()\n\n // for backward compatibility, because previously we directly included the polyfill\n if (!('currentScript' in document)) {\n Object.defineProperty(document, 'currentScript', { get: getCurrentScript })\n }\n }\n\n var src = currentScript && currentScript.src.match(/(.+\\/)[^/]+\\.js(\\?.*)?$/)\n if (src) {\n __webpack_public_path__ = src[1] // eslint-disable-line\n }\n}\n\n// Indicate to webpack that this file can be concatenated\nexport default null\n","var __WEBPACK_NAMESPACE_OBJECT__ = require(\"vue\");","<template>\n <div class=\"hello\">\n <h1>{{ msg }}</h1>\n <p>\n For a guide and recipes on how to configure / customize this project,<br>\n check out the\n <a href=\"https://cli.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-cli documentation</a>.\n </p>\n <h3>Installed CLI Plugins</h3>\n <ul>\n <li><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel\" target=\"_blank\" rel=\"noopener\">babel</a></li>\n <li><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint\" target=\"_blank\" rel=\"noopener\">eslint</a></li>\n </ul>\n <h3>Essential Links</h3>\n <ul>\n <li><a href=\"https://vuejs.org\" target=\"_blank\" rel=\"noopener\">Core Docs</a></li>\n <li><a href=\"https://forum.vuejs.org\" target=\"_blank\" rel=\"noopener\">Forum</a></li>\n <li><a href=\"https://chat.vuejs.org\" target=\"_blank\" rel=\"noopener\">Community Chat</a></li>\n <li><a href=\"https://twitter.com/vuejs\" target=\"_blank\" rel=\"noopener\">Twitter</a></li>\n <li><a href=\"https://news.vuejs.org\" target=\"_blank\" rel=\"noopener\">News</a></li>\n </ul>\n <h3>Ecosystem</h3>\n <ul>\n <li><a href=\"https://router.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-router</a></li>\n <li><a href=\"https://vuex.vuejs.org\" target=\"_blank\" rel=\"noopener\">vuex</a></li>\n <li><a href=\"https://github.com/vuejs/vue-devtools#vue-devtools\" target=\"_blank\" rel=\"noopener\">vue-devtools</a></li>\n <li><a href=\"https://vue-loader.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-loader</a></li>\n <li><a href=\"https://github.com/vuejs/awesome-vue\" target=\"_blank\" rel=\"noopener\">awesome-vue</a></li>\n </ul>\n </div>\n</template>\n\n<script>\nexport default {\n name: 'HelloWorld',\n props: {\n msg: String\n }\n}\n</script>\n\n<!-- Add \"scoped\" attribute to limit CSS to this component only -->\n<style scoped>\nh3 {\n margin: 40px 0 0;\n}\nul {\n list-style-type: none;\n padding: 0;\n}\nli {\n display: inline-block;\n margin: 0 10px;\n}\na {\n color: #42b983;\n}\n</style>\n","export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/vue-loader/dist/templateLoader.js??ruleSet[1].rules[3]!../../node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./HelloWorld.vue?vue&type=template&id=b9167eee&scoped=true\"","export { default } from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./HelloWorld.vue?vue&type=script&lang=js\"; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./HelloWorld.vue?vue&type=script&lang=js\"","// extracted by mini-css-extract-plugin\nexport {};","export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!../../node_modules/vue-loader/dist/stylePostLoader.js!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!../../node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./HelloWorld.vue?vue&type=style&index=0&id=b9167eee&scoped=true&lang=css\"","import { render } from \"./HelloWorld.vue?vue&type=template&id=b9167eee&scoped=true\"\nimport script from \"./HelloWorld.vue?vue&type=script&lang=js\"\nexport * from \"./HelloWorld.vue?vue&type=script&lang=js\"\n\nimport \"./HelloWorld.vue?vue&type=style&index=0&id=b9167eee&scoped=true&lang=css\"\n\nimport exportComponent from \"/Users/tieumavuong/Documents/work/vue-pancake-icons/node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['render',render],['__scopeId',\"data-v-b9167eee\"]])\n\nexport default __exports__","import HelloWorld from \"./HelloWorld.vue\"\n\nexport default {\n HelloWorld\n}","import * as components from \"./components\";\nimport HelloWorld from \"./components/HelloWorld.vue\"\n\nconst VuePancakeIcons = {\n install(Vue) {\n for (const prop in components) {\n const component = components[prop]\n Vue.component(component.name, component)\n }\n Vue.component('hello-world', HelloWorld)\n }\n};\n\n// Automatic installation if Vue has been added to the global scope.\nif (typeof window !== 'undefined' && window.Vue) {\n window.Vue.use(VuePancakeIcons);\n}\n\nexport default VuePancakeIcons","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["Object","defineProperty","exports","value","default","sfc","props","target","__vccOpts","key","val","class","_createElementBlock","_hoisted_1","_createElementVNode","$props","_hoisted_2","name","msg","String","HelloWorld","components","VuePancakeIcons","install","Vue","prop","component","window","use"],"sourceRoot":""}