front-ui-admin 1.0.7 → 1.0.8
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/front-ui-admin.common.js +11 -8
- package/front-ui-admin.common.js.map +1 -1
- package/front-ui-admin.css +1 -1
- package/front-ui-admin.umd.js +11 -8
- package/front-ui-admin.umd.js.map +1 -1
- package/front-ui-admin.umd.min.js +1 -1
- package/front-ui-admin.umd.min.js.map +1 -1
- package/package.json +1 -1
package/front-ui-admin.common.js
CHANGED
|
@@ -65,7 +65,7 @@ if (typeof window !== 'undefined') {
|
|
|
65
65
|
// Indicate to webpack that this file can be concatenated
|
|
66
66
|
/* harmony default export */ var setPublicPath = (null);
|
|
67
67
|
|
|
68
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=template&id=
|
|
68
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=template&id=9872bcce&scoped=true
|
|
69
69
|
var render = function render() {
|
|
70
70
|
var _vm = this,
|
|
71
71
|
_c = _vm._self._c;
|
|
@@ -75,22 +75,25 @@ var staticRenderFns = [function () {
|
|
|
75
75
|
var _vm = this,
|
|
76
76
|
_c = _vm._self._c;
|
|
77
77
|
return _c('div', [_c('button', {
|
|
78
|
-
staticClass: "p-button"
|
|
78
|
+
staticClass: "p-button-test",
|
|
79
|
+
staticStyle: {
|
|
80
|
+
"color": "red"
|
|
81
|
+
}
|
|
79
82
|
}, [_vm._v("我是测试按钮")])]);
|
|
80
83
|
}];
|
|
81
84
|
|
|
82
|
-
;// ./src/admin-package/p-test-button/index.vue?vue&type=template&id=
|
|
85
|
+
;// ./src/admin-package/p-test-button/index.vue?vue&type=template&id=9872bcce&scoped=true
|
|
83
86
|
|
|
84
87
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=script&lang=js
|
|
85
88
|
/* harmony default export */ var p_test_buttonvue_type_script_lang_js = ({
|
|
86
|
-
name: "p-button" //组件名
|
|
89
|
+
name: "p-test-button" //组件名
|
|
87
90
|
});
|
|
88
91
|
;// ./src/admin-package/p-test-button/index.vue?vue&type=script&lang=js
|
|
89
92
|
/* harmony default export */ var admin_package_p_test_buttonvue_type_script_lang_js = (p_test_buttonvue_type_script_lang_js);
|
|
90
|
-
;// ./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/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=style&index=0&id=
|
|
93
|
+
;// ./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/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=style&index=0&id=9872bcce&prod&scoped=true&lang=css
|
|
91
94
|
// extracted by mini-css-extract-plugin
|
|
92
95
|
|
|
93
|
-
;// ./src/admin-package/p-test-button/index.vue?vue&type=style&index=0&id=
|
|
96
|
+
;// ./src/admin-package/p-test-button/index.vue?vue&type=style&index=0&id=9872bcce&prod&scoped=true&lang=css
|
|
94
97
|
|
|
95
98
|
;// ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
96
99
|
/* globals __VUE_SSR_CONTEXT__ */
|
|
@@ -205,7 +208,7 @@ var component = normalizeComponent(
|
|
|
205
208
|
staticRenderFns,
|
|
206
209
|
false,
|
|
207
210
|
null,
|
|
208
|
-
"
|
|
211
|
+
"9872bcce",
|
|
209
212
|
null
|
|
210
213
|
|
|
211
214
|
)
|
|
@@ -233,7 +236,7 @@ const install = function (Vue) {
|
|
|
233
236
|
|
|
234
237
|
// 这个方法以后再使用的时候可以被use调用
|
|
235
238
|
/* harmony default export */ var admin_package = ({
|
|
236
|
-
version: '1.0.
|
|
239
|
+
version: '1.0.8',
|
|
237
240
|
install,
|
|
238
241
|
// PTable,
|
|
239
242
|
// PTableColumn,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"front-ui-admin.common.js","mappings":";;UAAA;UACA;;;;;WCDA;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,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAE;EAAC,IAAIC,GAAG,GAAC,IAAI;IAACC,EAAE,GAACD,GAAG,CAACE,KAAK,CAACD,EAAE;EAAC,OAAOD,GAAG,CAACG,EAAE,CAAC,CAAC,CAAC;AAC5E,CAAC;AACD,IAAIC,eAAe,GAAG,CAAC,YAAW;EAAC,IAAIJ,GAAG,GAAC,IAAI;IAACC,EAAE,GAACD,GAAG,CAACE,KAAK,CAACD,EAAE;EAAC,OAAOA,EAAE,CAAC,KAAK,EAAC,CAACA,EAAE,CAAC,QAAQ,EAAC;IAACI,WAAW,EAAC;EAAU,CAAC,EAAC,CAACL,GAAG,CAACM,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;AAC3I,CAAC,CAAC;;;;;AEGF,yEAAe;EACfC,IAAA;AACA,CAAC;;ACR2P,CAAC,uFAAe,oCAAG,EAAC;;ACAhR;;;;;AEAA;;AAEA;AACA;AACA;;AAEe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;AC/F+F;AACvC;AACL;AACnD,CAA6F;;;AAG7F;AACsG;AACtG,gBAAgB,kBAAU;AAC1B,EAAE,kDAAM;AACR,EAAE,MAAM;AACR,EAAE,eAAe;AACjB;AACA;AACA;AACA;AACA;AACA;;AAEA,kDAAe;;ACnBf;AACA;AACA;AACkE;;AAElE;AACA,MAAME,UAAU,GAAG;AACf;AACA;AACAD,aAAW,CACd;;AAED;AACA,MAAME,OAAO,GAAG,SAAAA,CAAUC,GAAG,EAAE;EAC3BF,UAAU,CAACG,OAAO,CAAEC,GAAG,IAAK;IACxBF,GAAG,CAACG,SAAS,CAACD,GAAG,CAACN,IAAI,EAAEM,GAAG,CAAC;EAChC,CAAC,CAAC;AACN,CAAC;AACD;AAIe;AAEf;AACA,kDAAe;EACXE,OAAO,EAAE,OAAO;EAChBL,OAAO;EACP;EACA;EACAF,WAAWA,EAAAA,aAAAA;AACf,CAAC;;AC/BuB;AACA;AACxB,8CAAe,aAAG;AACI","sources":["webpack://posbee-ui-components/webpack/bootstrap","webpack://posbee-ui-components/webpack/runtime/define property getters","webpack://posbee-ui-components/webpack/runtime/hasOwnProperty shorthand","webpack://posbee-ui-components/webpack/runtime/make namespace object","webpack://posbee-ui-components/webpack/runtime/publicPath","webpack://posbee-ui-components/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?6461","webpack://posbee-ui-components/src/admin-package/p-test-button/index.vue","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?5548","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?ab10","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?ae9d","webpack://posbee-ui-components/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?c812","webpack://posbee-ui-components/./src/admin-package/index.js","webpack://posbee-ui-components/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\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 render = function render(){var _vm=this,_c=_vm._self._c;return _vm._m(0)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',[_c('button',{staticClass:\"p-button\"},[_vm._v(\"我是测试按钮\")])])\n}]\n\nexport { render, staticRenderFns }","export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=template&id=2ee467e6&scoped=true\"","<template>\r\n <div>\r\n <button class=\"p-button\">我是测试按钮</button>\r\n </div>\r\n</template>\r\n<script>\r\nexport default {\r\n name: \"p-button\", //组件名\r\n};\r\n</script>\r\n<style scoped>\r\n.p-button {\r\n width: 100px;\r\n height: 50px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border: none;\r\n border-radius: 10px;\r\n cursor: pointer;\r\n}\r\n</style>","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.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/vue-loader-v15/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=2ee467e6&prod&scoped=true&lang=css\"","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=2ee467e6&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=2ee467e6&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2ee467e6\",\n null\n \n)\n\nexport default component.exports","//package/index.js\r\n// import PTable from \"./p-table/index.js\";\r\n// import PTableColumn from \"./p-table/Table-column\";\r\nimport PTestButton from \"@/admin-package/p-test-button/index.vue\";\r\n\r\n// 将来如果有其它组件,都可以写到这个数组里\r\nconst components = [\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n];\r\n\r\n// 批量组件注册\r\nconst install = function (Vue) {\r\n components.forEach((com) => {\r\n Vue.component(com.name, com);\r\n });\r\n};\r\n//单独导出组件\r\nexport {\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n}\r\n// 这个方法以后再使用的时候可以被use调用\r\nexport default {\r\n version: '1.0.7',\r\n install,\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n};","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["render","_vm","_c","_self","_m","staticRenderFns","staticClass","_v","name","PTestButton","components","install","Vue","forEach","com","component","version"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"front-ui-admin.common.js","mappings":";;UAAA;UACA;;;;;WCDA;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,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAE;EAAC,IAAIC,GAAG,GAAC,IAAI;IAACC,EAAE,GAACD,GAAG,CAACE,KAAK,CAACD,EAAE;EAAC,OAAOD,GAAG,CAACG,EAAE,CAAC,CAAC,CAAC;AAC5E,CAAC;AACD,IAAIC,eAAe,GAAG,CAAC,YAAW;EAAC,IAAIJ,GAAG,GAAC,IAAI;IAACC,EAAE,GAACD,GAAG,CAACE,KAAK,CAACD,EAAE;EAAC,OAAOA,EAAE,CAAC,KAAK,EAAC,CAACA,EAAE,CAAC,QAAQ,EAAC;IAACI,WAAW,EAAC,eAAe;IAACC,WAAW,EAAC;MAAC,OAAO,EAAC;IAAK;EAAC,CAAC,EAAC,CAACN,GAAG,CAACO,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;AAC5K,CAAC,CAAC;;;;;AEGF,yEAAe;EACfC,IAAA;AACA,CAAC;;ACR2P,CAAC,uFAAe,oCAAG,EAAC;;ACAhR;;;;;AEAA;;AAEA;AACA;AACA;;AAEe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;AC/F+F;AACvC;AACL;AACnD,CAA6F;;;AAG7F;AACsG;AACtG,gBAAgB,kBAAU;AAC1B,EAAE,kDAAM;AACR,EAAE,MAAM;AACR,EAAE,eAAe;AACjB;AACA;AACA;AACA;AACA;AACA;;AAEA,kDAAe;;ACnBf;AACA;AACA;AACkE;;AAElE;AACA,MAAME,UAAU,GAAG;AACf;AACA;AACAD,aAAW,CACd;;AAED;AACA,MAAME,OAAO,GAAG,SAAAA,CAAUC,GAAG,EAAE;EAC3BF,UAAU,CAACG,OAAO,CAAEC,GAAG,IAAK;IACxBF,GAAG,CAACG,SAAS,CAACD,GAAG,CAACN,IAAI,EAAEM,GAAG,CAAC;EAChC,CAAC,CAAC;AACN,CAAC;AACD;AAIe;AAEf;AACA,kDAAe;EACXE,OAAO,EAAE,OAAO;EAChBL,OAAO;EACP;EACA;EACAF,WAAWA,EAAAA,aAAAA;AACf,CAAC;;AC/BuB;AACA;AACxB,8CAAe,aAAG;AACI","sources":["webpack://posbee-ui-components/webpack/bootstrap","webpack://posbee-ui-components/webpack/runtime/define property getters","webpack://posbee-ui-components/webpack/runtime/hasOwnProperty shorthand","webpack://posbee-ui-components/webpack/runtime/make namespace object","webpack://posbee-ui-components/webpack/runtime/publicPath","webpack://posbee-ui-components/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?2113","webpack://posbee-ui-components/src/admin-package/p-test-button/index.vue","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?5548","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?0193","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?512c","webpack://posbee-ui-components/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://posbee-ui-components/./src/admin-package/p-test-button/index.vue?c812","webpack://posbee-ui-components/./src/admin-package/index.js","webpack://posbee-ui-components/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\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 render = function render(){var _vm=this,_c=_vm._self._c;return _vm._m(0)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',[_c('button',{staticClass:\"p-button-test\",staticStyle:{\"color\":\"red\"}},[_vm._v(\"我是测试按钮\")])])\n}]\n\nexport { render, staticRenderFns }","export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=template&id=9872bcce&scoped=true\"","<template>\r\n <div>\r\n <button class=\"p-button-test\" style=\"color: red\">我是测试按钮</button>\r\n </div>\r\n</template>\r\n<script>\r\nexport default {\r\n name: \"p-test-button\", //组件名\r\n};\r\n</script>\r\n<style scoped>\r\n.p-button-test {\r\n width: 100px;\r\n height: 50px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border: none;\r\n border-radius: 10px;\r\n cursor: pointer;\r\n}\r\n</style>","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.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/vue-loader-v15/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=9872bcce&prod&scoped=true&lang=css\"","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=9872bcce&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=9872bcce&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"9872bcce\",\n null\n \n)\n\nexport default component.exports","//package/index.js\r\n// import PTable from \"./p-table/index.js\";\r\n// import PTableColumn from \"./p-table/Table-column\";\r\nimport PTestButton from \"@/admin-package/p-test-button/index.vue\";\r\n\r\n// 将来如果有其它组件,都可以写到这个数组里\r\nconst components = [\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n];\r\n\r\n// 批量组件注册\r\nconst install = function (Vue) {\r\n components.forEach((com) => {\r\n Vue.component(com.name, com);\r\n });\r\n};\r\n//单独导出组件\r\nexport {\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n}\r\n// 这个方法以后再使用的时候可以被use调用\r\nexport default {\r\n version: '1.0.8',\r\n install,\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n};","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["render","_vm","_c","_self","_m","staticRenderFns","staticClass","staticStyle","_v","name","PTestButton","components","install","Vue","forEach","com","component","version"],"sourceRoot":""}
|
package/front-ui-admin.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.p-button[data-v-
|
|
1
|
+
.p-button-test[data-v-9872bcce]{width:100px;height:50px;display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;cursor:pointer}
|
package/front-ui-admin.umd.js
CHANGED
|
@@ -75,7 +75,7 @@ if (typeof window !== 'undefined') {
|
|
|
75
75
|
// Indicate to webpack that this file can be concatenated
|
|
76
76
|
/* harmony default export */ var setPublicPath = (null);
|
|
77
77
|
|
|
78
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=template&id=
|
|
78
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=template&id=9872bcce&scoped=true
|
|
79
79
|
var render = function render() {
|
|
80
80
|
var _vm = this,
|
|
81
81
|
_c = _vm._self._c;
|
|
@@ -85,22 +85,25 @@ var staticRenderFns = [function () {
|
|
|
85
85
|
var _vm = this,
|
|
86
86
|
_c = _vm._self._c;
|
|
87
87
|
return _c('div', [_c('button', {
|
|
88
|
-
staticClass: "p-button"
|
|
88
|
+
staticClass: "p-button-test",
|
|
89
|
+
staticStyle: {
|
|
90
|
+
"color": "red"
|
|
91
|
+
}
|
|
89
92
|
}, [_vm._v("我是测试按钮")])]);
|
|
90
93
|
}];
|
|
91
94
|
|
|
92
|
-
;// ./src/admin-package/p-test-button/index.vue?vue&type=template&id=
|
|
95
|
+
;// ./src/admin-package/p-test-button/index.vue?vue&type=template&id=9872bcce&scoped=true
|
|
93
96
|
|
|
94
97
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=script&lang=js
|
|
95
98
|
/* harmony default export */ var p_test_buttonvue_type_script_lang_js = ({
|
|
96
|
-
name: "p-button" //组件名
|
|
99
|
+
name: "p-test-button" //组件名
|
|
97
100
|
});
|
|
98
101
|
;// ./src/admin-package/p-test-button/index.vue?vue&type=script&lang=js
|
|
99
102
|
/* harmony default export */ var admin_package_p_test_buttonvue_type_script_lang_js = (p_test_buttonvue_type_script_lang_js);
|
|
100
|
-
;// ./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/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-54.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=style&index=0&id=
|
|
103
|
+
;// ./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/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-54.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/admin-package/p-test-button/index.vue?vue&type=style&index=0&id=9872bcce&prod&scoped=true&lang=css
|
|
101
104
|
// extracted by mini-css-extract-plugin
|
|
102
105
|
|
|
103
|
-
;// ./src/admin-package/p-test-button/index.vue?vue&type=style&index=0&id=
|
|
106
|
+
;// ./src/admin-package/p-test-button/index.vue?vue&type=style&index=0&id=9872bcce&prod&scoped=true&lang=css
|
|
104
107
|
|
|
105
108
|
;// ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
106
109
|
/* globals __VUE_SSR_CONTEXT__ */
|
|
@@ -215,7 +218,7 @@ var component = normalizeComponent(
|
|
|
215
218
|
staticRenderFns,
|
|
216
219
|
false,
|
|
217
220
|
null,
|
|
218
|
-
"
|
|
221
|
+
"9872bcce",
|
|
219
222
|
null
|
|
220
223
|
|
|
221
224
|
)
|
|
@@ -243,7 +246,7 @@ const install = function (Vue) {
|
|
|
243
246
|
|
|
244
247
|
// 这个方法以后再使用的时候可以被use调用
|
|
245
248
|
/* harmony default export */ var admin_package = ({
|
|
246
|
-
version: '1.0.
|
|
249
|
+
version: '1.0.8',
|
|
247
250
|
install,
|
|
248
251
|
// PTable,
|
|
249
252
|
// PTableColumn,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"front-ui-admin.umd.js","mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,O;;UCVA;UACA;;;;;WCDA;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,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAE;EAAC,IAAIC,GAAG,GAAC,IAAI;IAACC,EAAE,GAACD,GAAG,CAACE,KAAK,CAACD,EAAE;EAAC,OAAOD,GAAG,CAACG,EAAE,CAAC,CAAC,CAAC;AAC5E,CAAC;AACD,IAAIC,eAAe,GAAG,CAAC,YAAW;EAAC,IAAIJ,GAAG,GAAC,IAAI;IAACC,EAAE,GAACD,GAAG,CAACE,KAAK,CAACD,EAAE;EAAC,OAAOA,EAAE,CAAC,KAAK,EAAC,CAACA,EAAE,CAAC,QAAQ,EAAC;IAACI,WAAW,EAAC;EAAU,CAAC,EAAC,CAACL,GAAG,CAACM,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;AAC3I,CAAC,CAAC;;;;;AEGF,yEAAe;EACfC,IAAA;AACA,CAAC;;ACR2P,CAAC,uFAAe,oCAAG,EAAC;;ACAhR;;;;;AEAA;;AAEA;AACA;AACA;;AAEe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;AC/F+F;AACvC;AACL;AACnD,CAA6F;;;AAG7F;AACsG;AACtG,gBAAgB,kBAAU;AAC1B,EAAE,kDAAM;AACR,EAAE,MAAM;AACR,EAAE,eAAe;AACjB;AACA;AACA;AACA;AACA;AACA;;AAEA,kDAAe;;ACnBf;AACA;AACA;AACkE;;AAElE;AACA,MAAME,UAAU,GAAG;AACf;AACA;AACAD,aAAW,CACd;;AAED;AACA,MAAME,OAAO,GAAG,SAAAA,CAAUC,GAAG,EAAE;EAC3BF,UAAU,CAACG,OAAO,CAAEC,GAAG,IAAK;IACxBF,GAAG,CAACG,SAAS,CAACD,GAAG,CAACN,IAAI,EAAEM,GAAG,CAAC;EAChC,CAAC,CAAC;AACN,CAAC;AACD;AAIe;AAEf;AACA,kDAAe;EACXE,OAAO,EAAE,OAAO;EAChBL,OAAO;EACP;EACA;EACAF,WAAWA,EAAAA,aAAAA;AACf,CAAC;;AC/BuB;AACA;AACxB,8CAAe,aAAG;AACI","sources":["webpack://front-ui-admin/webpack/universalModuleDefinition","webpack://front-ui-admin/webpack/bootstrap","webpack://front-ui-admin/webpack/runtime/define property getters","webpack://front-ui-admin/webpack/runtime/hasOwnProperty shorthand","webpack://front-ui-admin/webpack/runtime/make namespace object","webpack://front-ui-admin/webpack/runtime/publicPath","webpack://front-ui-admin/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?9b2a","webpack://front-ui-admin/src/admin-package/p-test-button/index.vue","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?633f","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?eb4c","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?687f","webpack://front-ui-admin/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?c812","webpack://front-ui-admin/./src/admin-package/index.js","webpack://front-ui-admin/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"front-ui-admin\"] = factory();\n\telse\n\t\troot[\"front-ui-admin\"] = factory();\n})((typeof self !== 'undefined' ? self : this), function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\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 render = function render(){var _vm=this,_c=_vm._self._c;return _vm._m(0)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',[_c('button',{staticClass:\"p-button\"},[_vm._v(\"我是测试按钮\")])])\n}]\n\nexport { render, staticRenderFns }","export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=template&id=2ee467e6&scoped=true\"","<template>\r\n <div>\r\n <button class=\"p-button\">我是测试按钮</button>\r\n </div>\r\n</template>\r\n<script>\r\nexport default {\r\n name: \"p-button\", //组件名\r\n};\r\n</script>\r\n<style scoped>\r\n.p-button {\r\n width: 100px;\r\n height: 50px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border: none;\r\n border-radius: 10px;\r\n cursor: pointer;\r\n}\r\n</style>","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.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-54.use[0]!../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-54.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-54.use[2]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=2ee467e6&prod&scoped=true&lang=css\"","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=2ee467e6&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=2ee467e6&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2ee467e6\",\n null\n \n)\n\nexport default component.exports","//package/index.js\r\n// import PTable from \"./p-table/index.js\";\r\n// import PTableColumn from \"./p-table/Table-column\";\r\nimport PTestButton from \"@/admin-package/p-test-button/index.vue\";\r\n\r\n// 将来如果有其它组件,都可以写到这个数组里\r\nconst components = [\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n];\r\n\r\n// 批量组件注册\r\nconst install = function (Vue) {\r\n components.forEach((com) => {\r\n Vue.component(com.name, com);\r\n });\r\n};\r\n//单独导出组件\r\nexport {\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n}\r\n// 这个方法以后再使用的时候可以被use调用\r\nexport default {\r\n version: '1.0.7',\r\n install,\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n};","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["render","_vm","_c","_self","_m","staticRenderFns","staticClass","_v","name","PTestButton","components","install","Vue","forEach","com","component","version"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"front-ui-admin.umd.js","mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,O;;UCVA;UACA;;;;;WCDA;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,IAAIA,MAAM,GAAG,SAASA,MAAMA,CAAA,EAAE;EAAC,IAAIC,GAAG,GAAC,IAAI;IAACC,EAAE,GAACD,GAAG,CAACE,KAAK,CAACD,EAAE;EAAC,OAAOD,GAAG,CAACG,EAAE,CAAC,CAAC,CAAC;AAC5E,CAAC;AACD,IAAIC,eAAe,GAAG,CAAC,YAAW;EAAC,IAAIJ,GAAG,GAAC,IAAI;IAACC,EAAE,GAACD,GAAG,CAACE,KAAK,CAACD,EAAE;EAAC,OAAOA,EAAE,CAAC,KAAK,EAAC,CAACA,EAAE,CAAC,QAAQ,EAAC;IAACI,WAAW,EAAC,eAAe;IAACC,WAAW,EAAC;MAAC,OAAO,EAAC;IAAK;EAAC,CAAC,EAAC,CAACN,GAAG,CAACO,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;AAC5K,CAAC,CAAC;;;;;AEGF,yEAAe;EACfC,IAAA;AACA,CAAC;;ACR2P,CAAC,uFAAe,oCAAG,EAAC;;ACAhR;;;;;AEAA;;AAEA;AACA;AACA;;AAEe;AACf;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAI;AACJ;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAM;AACN;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;;AC/F+F;AACvC;AACL;AACnD,CAA6F;;;AAG7F;AACsG;AACtG,gBAAgB,kBAAU;AAC1B,EAAE,kDAAM;AACR,EAAE,MAAM;AACR,EAAE,eAAe;AACjB;AACA;AACA;AACA;AACA;AACA;;AAEA,kDAAe;;ACnBf;AACA;AACA;AACkE;;AAElE;AACA,MAAME,UAAU,GAAG;AACf;AACA;AACAD,aAAW,CACd;;AAED;AACA,MAAME,OAAO,GAAG,SAAAA,CAAUC,GAAG,EAAE;EAC3BF,UAAU,CAACG,OAAO,CAAEC,GAAG,IAAK;IACxBF,GAAG,CAACG,SAAS,CAACD,GAAG,CAACN,IAAI,EAAEM,GAAG,CAAC;EAChC,CAAC,CAAC;AACN,CAAC;AACD;AAIe;AAEf;AACA,kDAAe;EACXE,OAAO,EAAE,OAAO;EAChBL,OAAO;EACP;EACA;EACAF,WAAWA,EAAAA,aAAAA;AACf,CAAC;;AC/BuB;AACA;AACxB,8CAAe,aAAG;AACI","sources":["webpack://front-ui-admin/webpack/universalModuleDefinition","webpack://front-ui-admin/webpack/bootstrap","webpack://front-ui-admin/webpack/runtime/define property getters","webpack://front-ui-admin/webpack/runtime/hasOwnProperty shorthand","webpack://front-ui-admin/webpack/runtime/make namespace object","webpack://front-ui-admin/webpack/runtime/publicPath","webpack://front-ui-admin/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?2ae8","webpack://front-ui-admin/src/admin-package/p-test-button/index.vue","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?633f","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?76cb","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?bfaf","webpack://front-ui-admin/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?c812","webpack://front-ui-admin/./src/admin-package/index.js","webpack://front-ui-admin/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"front-ui-admin\"] = factory();\n\telse\n\t\troot[\"front-ui-admin\"] = factory();\n})((typeof self !== 'undefined' ? self : this), function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\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 render = function render(){var _vm=this,_c=_vm._self._c;return _vm._m(0)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',[_c('button',{staticClass:\"p-button-test\",staticStyle:{\"color\":\"red\"}},[_vm._v(\"我是测试按钮\")])])\n}]\n\nexport { render, staticRenderFns }","export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=template&id=9872bcce&scoped=true\"","<template>\r\n <div>\r\n <button class=\"p-button-test\" style=\"color: red\">我是测试按钮</button>\r\n </div>\r\n</template>\r\n<script>\r\nexport default {\r\n name: \"p-test-button\", //组件名\r\n};\r\n</script>\r\n<style scoped>\r\n.p-button-test {\r\n width: 100px;\r\n height: 50px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border: none;\r\n border-radius: 10px;\r\n cursor: pointer;\r\n}\r\n</style>","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.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-54.use[0]!../../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-54.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-54.use[2]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=9872bcce&prod&scoped=true&lang=css\"","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=9872bcce&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=9872bcce&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"9872bcce\",\n null\n \n)\n\nexport default component.exports","//package/index.js\r\n// import PTable from \"./p-table/index.js\";\r\n// import PTableColumn from \"./p-table/Table-column\";\r\nimport PTestButton from \"@/admin-package/p-test-button/index.vue\";\r\n\r\n// 将来如果有其它组件,都可以写到这个数组里\r\nconst components = [\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n];\r\n\r\n// 批量组件注册\r\nconst install = function (Vue) {\r\n components.forEach((com) => {\r\n Vue.component(com.name, com);\r\n });\r\n};\r\n//单独导出组件\r\nexport {\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n}\r\n// 这个方法以后再使用的时候可以被use调用\r\nexport default {\r\n version: '1.0.8',\r\n install,\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n};","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["render","_vm","_c","_self","_m","staticRenderFns","staticClass","staticStyle","_v","name","PTestButton","components","install","Vue","forEach","com","component","version"],"sourceRoot":""}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["front-ui-admin"]=e():t["front-ui-admin"]=e()})("undefined"!==typeof self?self:this,(function(){return function(){"use strict";var t={};!function(){t.d=function(e,n){for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})}}(),function(){t.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}}(),function(){t.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}}(),function(){t.p=""}();var e={};if(t.r(e),t.d(e,{PTestButton:function(){return a},default:function(){return _}}),"undefined"!==typeof window){var n=window.document.currentScript,o=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);o&&(t.p=o[1])}var r=function(){var t=this;t._self._c;return t._m(0)},i=[function(){var t=this,e=t._self._c;return e("div",[e("button",{staticClass:"p-button"},[t._v("我是测试按钮")])])}],
|
|
1
|
+
(function(t,e){"object"===typeof exports&&"object"===typeof module?module.exports=e():"function"===typeof define&&define.amd?define([],e):"object"===typeof exports?exports["front-ui-admin"]=e():t["front-ui-admin"]=e()})("undefined"!==typeof self?self:this,(function(){return function(){"use strict";var t={};!function(){t.d=function(e,n){for(var o in n)t.o(n,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:n[o]})}}(),function(){t.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}}(),function(){t.r=function(t){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}}(),function(){t.p=""}();var e={};if(t.r(e),t.d(e,{PTestButton:function(){return a},default:function(){return _}}),"undefined"!==typeof window){var n=window.document.currentScript,o=n&&n.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);o&&(t.p=o[1])}var r=function(){var t=this;t._self._c;return t._m(0)},i=[function(){var t=this,e=t._self._c;return e("div",[e("button",{staticClass:"p-button-test",staticStyle:{color:"red"}},[t._v("我是测试按钮")])])}],s={name:"p-test-button"},c=s;function f(t,e,n,o,r,i,s,c){var f,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),o&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),s?(f=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),r&&r.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},u._ssrRegister=f):r&&(f=c?function(){r.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:r),f)if(u.functional){u._injectStyles=f;var a=u.render;u.render=function(t,e){return f.call(e),a(t,e)}}else{var d=u.beforeCreate;u.beforeCreate=d?[].concat(d,f):[f]}return{exports:t,options:u}}var u=f(c,r,i,!1,null,"9872bcce",null),a=u.exports;const d=[a],l=function(t){d.forEach((e=>{t.component(e.name,e)}))};var p={version:"1.0.8",install:l,PTestButton:a},_=p;return e}()}));
|
|
2
2
|
//# sourceMappingURL=front-ui-admin.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"front-ui-admin.umd.min.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,kBAAZC,SAA0C,kBAAXC,OACxCA,OAAOD,QAAUD,IACQ,oBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,GACe,kBAAZC,QACdA,QAAQ,kBAAoBD,IAE5BD,EAAK,kBAAoBC,GAC1B,EATD,CASoB,qBAATK,KAAuBA,KAAOC,MAAO,WAChD,O,wBCTA,IAAIC,EAAsB,CAAC,G,WCA3BA,EAAoBC,EAAI,SAASP,EAASQ,GACzC,IAAI,IAAIC,KAAOD,EACXF,EAAoBI,EAAEF,EAAYC,KAASH,EAAoBI,EAAEV,EAASS,IAC5EE,OAAOC,eAAeZ,EAASS,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAG3E,C,eCPAH,EAAoBI,EAAI,SAASK,EAAKC,GAAQ,OAAOL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,EAAO,C,eCCtGV,EAAoBc,EAAI,SAASpB,GACX,qBAAXqB,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAeZ,EAASqB,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAeZ,EAAS,aAAc,CAAEuB,OAAO,GACvD,C,eCNAjB,EAAoBkB,EAAI,E,aCGxB,G,8EAAsB,qBAAXC,OAAwB,CACjC,IAAIC,EAAgBD,OAAOE,SAASD,cAWhCE,EAAMF,GAAiBA,EAAcE,IAAIC,MAAM,2BAC/CD,IACF,IAA0BA,EAAI,GAElC,CAGA,ICtBIE,EAAS,WAAkB,IAAIC,EAAI1B,KAAQ0B,EAAIC,MAAMC,GAAG,OAAOF,EAAIG,GAAG,EAC1E,EACIC,EAAkB,CAAC,WAAY,IAAIJ,EAAI1B,KAAK4B,EAAGF,EAAIC,MAAMC,GAAG,OAAOA,EAAG,MAAM,CAACA,EAAG,SAAS,CAACG,YAAY,YAAY,CAACL,EAAIM,GAAG,aAC9H,GCGA,GACAC,KAAA,YCP8P,ICM/O,SAASC,EACtBC,EACAV,EACAK,EACAM,EACAC,EACAC,EACAC,EACAC,GAGA,IAoBIC,EApBAC,EACuB,oBAAlBP,EAA+BA,EAAcO,QAAUP,EAuDhE,GApDIV,IACFiB,EAAQjB,OAASA,EACjBiB,EAAQZ,gBAAkBA,EAC1BY,EAAQC,WAAY,GAIlBP,IACFM,EAAQE,YAAa,GAInBN,IACFI,EAAQG,SAAW,UAAYP,GAI7BC,GAEFE,EAAO,SAAUK,GAEfA,EACEA,GACC9C,KAAK+C,QAAU/C,KAAK+C,OAAOC,YAC3BhD,KAAKiD,QAAUjD,KAAKiD,OAAOF,QAAU/C,KAAKiD,OAAOF,OAAOC,WAEtDF,GAA0C,qBAAxBI,sBACrBJ,EAAUI,qBAGRb,GACFA,EAAavB,KAAKd,KAAM8C,GAGtBA,GAAWA,EAAQK,uBACrBL,EAAQK,sBAAsBC,IAAIb,EAEtC,EAGAG,EAAQW,aAAeZ,GACdJ,IACTI,EAAOD,EACH,WACEH,EAAavB,KACXd,MACC0C,EAAQE,WAAa5C,KAAKiD,OAASjD,MAAMsD,MAAMC,SAASC,WAE7D,EACAnB,GAGFI,EACF,GAAIC,EAAQE,WAAY,CAGtBF,EAAQe,cAAgBhB,EAExB,IAAIiB,EAAiBhB,EAAQjB,OAC7BiB,EAAQjB,OAAS,SAAkCkC,EAAGb,GAEpD,OADAL,EAAK3B,KAAKgC,GACHY,EAAeC,EAAGb,EAC3B,CACF,KAAO,CAEL,IAAIc,EAAWlB,EAAQmB,aACvBnB,EAAQmB,aAAeD,EAAW,GAAGE,OAAOF,EAAUnB,GAAQ,CAACA,EACjE,CAGF,MAAO,CACL9C,QAASwC,EACTO,QAASA,EAEb,CCvFA,IAAIqB,EAAY,EACd,EACAtC,EACAK,GACA,EACA,KACA,WACA,MAIF,EAAeiC,EAAiB,QCbhC,MAAMC,EAAa,CAGfC,GAIEC,EAAU,SAAUC,GACtBH,EAAWI,SAASC,IAChBF,EAAIJ,UAAUM,EAAIpC,KAAMoC,EAAI,GAEpC,EAQA,OACIC,QAAS,QACTJ,UAGAD,YAAWA,GC5Bf,I","sources":["webpack://front-ui-admin/webpack/universalModuleDefinition","webpack://front-ui-admin/webpack/bootstrap","webpack://front-ui-admin/webpack/runtime/define property getters","webpack://front-ui-admin/webpack/runtime/hasOwnProperty shorthand","webpack://front-ui-admin/webpack/runtime/make namespace object","webpack://front-ui-admin/webpack/runtime/publicPath","webpack://front-ui-admin/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue","webpack://front-ui-admin/src/admin-package/p-test-button/index.vue","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?b44f","webpack://front-ui-admin/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?c812","webpack://front-ui-admin/./src/admin-package/index.js","webpack://front-ui-admin/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"front-ui-admin\"] = factory();\n\telse\n\t\troot[\"front-ui-admin\"] = factory();\n})((typeof self !== 'undefined' ? self : this), function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\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 render = function render(){var _vm=this,_c=_vm._self._c;return _vm._m(0)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',[_c('button',{staticClass:\"p-button\"},[_vm._v(\"我是测试按钮\")])])\n}]\n\nexport { render, staticRenderFns }","<template>\r\n <div>\r\n <button class=\"p-button\">我是测试按钮</button>\r\n </div>\r\n</template>\r\n<script>\r\nexport default {\r\n name: \"p-button\", //组件名\r\n};\r\n</script>\r\n<style scoped>\r\n.p-button {\r\n width: 100px;\r\n height: 50px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border: none;\r\n border-radius: 10px;\r\n cursor: pointer;\r\n}\r\n</style>","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-124.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-124.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=2ee467e6&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=2ee467e6&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"2ee467e6\",\n null\n \n)\n\nexport default component.exports","//package/index.js\r\n// import PTable from \"./p-table/index.js\";\r\n// import PTableColumn from \"./p-table/Table-column\";\r\nimport PTestButton from \"@/admin-package/p-test-button/index.vue\";\r\n\r\n// 将来如果有其它组件,都可以写到这个数组里\r\nconst components = [\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n];\r\n\r\n// 批量组件注册\r\nconst install = function (Vue) {\r\n components.forEach((com) => {\r\n Vue.component(com.name, com);\r\n });\r\n};\r\n//单独导出组件\r\nexport {\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n}\r\n// 这个方法以后再使用的时候可以被use调用\r\nexport default {\r\n version: '1.0.7',\r\n install,\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n};","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["root","factory","exports","module","define","amd","self","this","__webpack_require__","d","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","p","window","currentScript","document","src","match","render","_vm","_self","_c","_m","staticRenderFns","staticClass","_v","name","normalizeComponent","scriptExports","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","options","_compiled","functional","_scopeId","context","$vnode","ssrContext","parent","__VUE_SSR_CONTEXT__","_registeredComponents","add","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","concat","component","components","PTestButton","install","Vue","forEach","com","version"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"file":"front-ui-admin.umd.min.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,kBAAZC,SAA0C,kBAAXC,OACxCA,OAAOD,QAAUD,IACQ,oBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,GACe,kBAAZC,QACdA,QAAQ,kBAAoBD,IAE5BD,EAAK,kBAAoBC,GAC1B,EATD,CASoB,qBAATK,KAAuBA,KAAOC,MAAO,WAChD,O,wBCTA,IAAIC,EAAsB,CAAC,G,WCA3BA,EAAoBC,EAAI,SAASP,EAASQ,GACzC,IAAI,IAAIC,KAAOD,EACXF,EAAoBI,EAAEF,EAAYC,KAASH,EAAoBI,EAAEV,EAASS,IAC5EE,OAAOC,eAAeZ,EAASS,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAG3E,C,eCPAH,EAAoBI,EAAI,SAASK,EAAKC,GAAQ,OAAOL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,EAAO,C,eCCtGV,EAAoBc,EAAI,SAASpB,GACX,qBAAXqB,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAeZ,EAASqB,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAeZ,EAAS,aAAc,CAAEuB,OAAO,GACvD,C,eCNAjB,EAAoBkB,EAAI,E,aCGxB,G,8EAAsB,qBAAXC,OAAwB,CACjC,IAAIC,EAAgBD,OAAOE,SAASD,cAWhCE,EAAMF,GAAiBA,EAAcE,IAAIC,MAAM,2BAC/CD,IACF,IAA0BA,EAAI,GAElC,CAGA,ICtBIE,EAAS,WAAkB,IAAIC,EAAI1B,KAAQ0B,EAAIC,MAAMC,GAAG,OAAOF,EAAIG,GAAG,EAC1E,EACIC,EAAkB,CAAC,WAAY,IAAIJ,EAAI1B,KAAK4B,EAAGF,EAAIC,MAAMC,GAAG,OAAOA,EAAG,MAAM,CAACA,EAAG,SAAS,CAACG,YAAY,gBAAgBC,YAAY,CAAC,MAAQ,QAAQ,CAACN,EAAIO,GAAG,aAC/J,GCGA,GACAC,KAAA,iBCP8P,ICM/O,SAASC,EACtBC,EACAX,EACAK,EACAO,EACAC,EACAC,EACAC,EACAC,GAGA,IAoBIC,EApBAC,EACuB,oBAAlBP,EAA+BA,EAAcO,QAAUP,EAuDhE,GApDIX,IACFkB,EAAQlB,OAASA,EACjBkB,EAAQb,gBAAkBA,EAC1Ba,EAAQC,WAAY,GAIlBP,IACFM,EAAQE,YAAa,GAInBN,IACFI,EAAQG,SAAW,UAAYP,GAI7BC,GAEFE,EAAO,SAAUK,GAEfA,EACEA,GACC/C,KAAKgD,QAAUhD,KAAKgD,OAAOC,YAC3BjD,KAAKkD,QAAUlD,KAAKkD,OAAOF,QAAUhD,KAAKkD,OAAOF,OAAOC,WAEtDF,GAA0C,qBAAxBI,sBACrBJ,EAAUI,qBAGRb,GACFA,EAAaxB,KAAKd,KAAM+C,GAGtBA,GAAWA,EAAQK,uBACrBL,EAAQK,sBAAsBC,IAAIb,EAEtC,EAGAG,EAAQW,aAAeZ,GACdJ,IACTI,EAAOD,EACH,WACEH,EAAaxB,KACXd,MACC2C,EAAQE,WAAa7C,KAAKkD,OAASlD,MAAMuD,MAAMC,SAASC,WAE7D,EACAnB,GAGFI,EACF,GAAIC,EAAQE,WAAY,CAGtBF,EAAQe,cAAgBhB,EAExB,IAAIiB,EAAiBhB,EAAQlB,OAC7BkB,EAAQlB,OAAS,SAAkCmC,EAAGb,GAEpD,OADAL,EAAK5B,KAAKiC,GACHY,EAAeC,EAAGb,EAC3B,CACF,KAAO,CAEL,IAAIc,EAAWlB,EAAQmB,aACvBnB,EAAQmB,aAAeD,EAAW,GAAGE,OAAOF,EAAUnB,GAAQ,CAACA,EACjE,CAGF,MAAO,CACL/C,QAASyC,EACTO,QAASA,EAEb,CCvFA,IAAIqB,EAAY,EACd,EACAvC,EACAK,GACA,EACA,KACA,WACA,MAIF,EAAekC,EAAiB,QCbhC,MAAMC,EAAa,CAGfC,GAIEC,EAAU,SAAUC,GACtBH,EAAWI,SAASC,IAChBF,EAAIJ,UAAUM,EAAIpC,KAAMoC,EAAI,GAEpC,EAQA,OACIC,QAAS,QACTJ,UAGAD,YAAWA,GC5Bf,I","sources":["webpack://front-ui-admin/webpack/universalModuleDefinition","webpack://front-ui-admin/webpack/bootstrap","webpack://front-ui-admin/webpack/runtime/define property getters","webpack://front-ui-admin/webpack/runtime/hasOwnProperty shorthand","webpack://front-ui-admin/webpack/runtime/make namespace object","webpack://front-ui-admin/webpack/runtime/publicPath","webpack://front-ui-admin/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue","webpack://front-ui-admin/src/admin-package/p-test-button/index.vue","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?b44f","webpack://front-ui-admin/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://front-ui-admin/./src/admin-package/p-test-button/index.vue?c812","webpack://front-ui-admin/./src/admin-package/index.js","webpack://front-ui-admin/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"front-ui-admin\"] = factory();\n\telse\n\t\troot[\"front-ui-admin\"] = factory();\n})((typeof self !== 'undefined' ? self : this), function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\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 render = function render(){var _vm=this,_c=_vm._self._c;return _vm._m(0)\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('div',[_c('button',{staticClass:\"p-button-test\",staticStyle:{\"color\":\"red\"}},[_vm._v(\"我是测试按钮\")])])\n}]\n\nexport { render, staticRenderFns }","<template>\r\n <div>\r\n <button class=\"p-button-test\" style=\"color: red\">我是测试按钮</button>\r\n </div>\r\n</template>\r\n<script>\r\nexport default {\r\n name: \"p-test-button\", //组件名\r\n};\r\n</script>\r\n<style scoped>\r\n.p-button-test {\r\n width: 100px;\r\n height: 50px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border: none;\r\n border-radius: 10px;\r\n cursor: pointer;\r\n}\r\n</style>","import mod from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-124.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-124.use[1]!../../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js\"","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=9872bcce&scoped=true\"\nimport script from \"./index.vue?vue&type=script&lang=js\"\nexport * from \"./index.vue?vue&type=script&lang=js\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=9872bcce&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"9872bcce\",\n null\n \n)\n\nexport default component.exports","//package/index.js\r\n// import PTable from \"./p-table/index.js\";\r\n// import PTableColumn from \"./p-table/Table-column\";\r\nimport PTestButton from \"@/admin-package/p-test-button/index.vue\";\r\n\r\n// 将来如果有其它组件,都可以写到这个数组里\r\nconst components = [\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n];\r\n\r\n// 批量组件注册\r\nconst install = function (Vue) {\r\n components.forEach((com) => {\r\n Vue.component(com.name, com);\r\n });\r\n};\r\n//单独导出组件\r\nexport {\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n}\r\n// 这个方法以后再使用的时候可以被use调用\r\nexport default {\r\n version: '1.0.8',\r\n install,\r\n // PTable,\r\n // PTableColumn,\r\n PTestButton\r\n};","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["root","factory","exports","module","define","amd","self","this","__webpack_require__","d","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","p","window","currentScript","document","src","match","render","_vm","_self","_c","_m","staticRenderFns","staticClass","staticStyle","_v","name","normalizeComponent","scriptExports","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","options","_compiled","functional","_scopeId","context","$vnode","ssrContext","parent","__VUE_SSR_CONTEXT__","_registeredComponents","add","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","concat","component","components","PTestButton","install","Vue","forEach","com","version"],"sourceRoot":""}
|