@kq_npm/client_icons_vue 0.3.8-beta → 0.3.9-beta

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/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@kq_npm/client_icons_vue","author":"KQWEB GROUP","description":"KQGIS Client Icons for Vue.js","version":"0.3.8-beta","homepage":"","keywords":["KQGIS","Vue","Icon"],"main":"./packages/vue/dist/index.js","scripts":{"serve":"npm run build:svg && vue-cli-service serve","build":"npm run build:svg && vue-cli-service build","lint":"vue-cli-service lint","build:svg":"svgo -f ./packages/svg -o ./packages/svg --config=./packages/svg/svgo.config.js && npm run -C ./packages/vue build","publish:svg":"git pull && npm run build:svg && node --experimental-json-modules ./packages/vue/build/publish.js && npm publish --access public && git add . && git commit -m 'publish' && git push"},"dependencies":{},"devDependencies":{"@babel/core":"^7.12.16","@babel/eslint-parser":"^7.12.16","@vue/cli-plugin-babel":"~5.0.0","@vue/cli-plugin-eslint":"~5.0.0","@vue/cli-service":"~5.0.0","core-js":"^3.29.1","element-plus":"^2.3.1","eslint":"^7.32.0","eslint-plugin-vue":"^8.0.3","vue":"^3.2.13","vue-clipboard3":"^2.0.0"},"eslintConfig":{"root":true,"env":{"node":true},"extends":["plugin:vue/vue3-essential","eslint:recommended"],"parserOptions":{"parser":"@babel/eslint-parser"},"rules":{}},"browserslist":["> 1%","last 2 versions","not dead","not ie 11"]}
1
+ {"name":"@kq_npm/client_icons_vue","author":"KQWEB GROUP","description":"KQGIS Client Icons for Vue.js","version":"0.3.9-beta","homepage":"","keywords":["KQGIS","Vue","Icon"],"main":"./packages/vue/dist/index.js","scripts":{"serve":"npm run build:svg && vue-cli-service serve","build":"npm run build:svg && vue-cli-service build","lint":"vue-cli-service lint","build:svg":"svgo -f ./packages/svg -o ./packages/svg --config=./packages/svg/svgo.config.js && npm run -C ./packages/vue build","publish:svg":"git pull && npm run build:svg && node --experimental-json-modules ./packages/vue/build/publish.js && npm publish --access public && git add . && git commit -m 'publish' && git push"},"dependencies":{},"devDependencies":{"@babel/core":"^7.12.16","@babel/eslint-parser":"^7.12.16","@vue/cli-plugin-babel":"~5.0.0","@vue/cli-plugin-eslint":"~5.0.0","@vue/cli-service":"~5.0.0","core-js":"^3.29.1","element-plus":"^2.3.1","eslint":"^7.32.0","eslint-plugin-vue":"^8.0.3","vue":"^3.2.13","vue-clipboard3":"^2.0.0"},"eslintConfig":{"root":true,"env":{"node":true},"extends":["plugin:vue/vue3-essential","eslint:recommended"],"parserOptions":{"parser":"@babel/eslint-parser"},"rules":{}},"browserslist":["> 1%","last 2 versions","not dead","not ie 11"]}
@@ -5789,7 +5789,7 @@ function _sfc_render216(_ctx, _cache, $props, $setup, $data, $options) {
5789
5789
  var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(_sfc_main216, [["render", _sfc_render216], ["__file", "icon-hawk-eye.vue"]]);
5790
5790
 
5791
5791
  // src/global.js
5792
- var global_default = (app, { prefix = "KqIcon" }) => {
5792
+ var global_default = (app) => {
5793
5793
  for (let [key, component] of Object.entries(components_exports))
5794
- app.component(prefix + key, component);
5794
+ app.component(key, component);
5795
5795
  };
@@ -5800,9 +5800,9 @@ var KQWebClientVueIcons = (() => {
5800
5800
  var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(_sfc_main216, [["render", _sfc_render216], ["__file", "icon-hawk-eye.vue"]]);
5801
5801
 
5802
5802
  // src/global.js
5803
- var global_default = (app, { prefix = "KqIcon" }) => {
5803
+ var global_default = (app) => {
5804
5804
  for (let [key, component] of Object.entries(components_exports))
5805
- app.component(prefix + key, component);
5805
+ app.component(key, component);
5806
5806
  };
5807
5807
  return __toCommonJS(global_exports);
5808
5808
  })();