@kq_npm/client_icons_vue 0.5.3-beta → 0.5.4-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.5.3-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":"npm run build:svg && node --experimental-json-modules ./packages/vue/build/publish.js && npm publish --access public"},"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.5.4-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":"npm run build:svg && node --experimental-json-modules ./packages/vue/build/publish.js && npm publish --access public"},"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"]}
@@ -160,7 +160,7 @@ __export(global_exports, {
160
160
  IconOtherFile: () => icon_other_file_default,
161
161
  IconOtherServer: () => icon_other_server_default,
162
162
  IconOverlayAnalysis: () => icon_overlay_analysis_default,
163
- IconPOISearch: () => icon_POI_search_default,
163
+ IconPOI: () => icon_POI_default,
164
164
  IconPan: () => icon_pan_default,
165
165
  IconParticleEffect: () => icon_particle_effect_default,
166
166
  IconPlaneClip: () => icon_plane_clip_default,
@@ -402,7 +402,7 @@ __export(components_exports, {
402
402
  IconOtherFile: () => icon_other_file_default,
403
403
  IconOtherServer: () => icon_other_server_default,
404
404
  IconOverlayAnalysis: () => icon_overlay_analysis_default,
405
- IconPOISearch: () => icon_POI_search_default,
405
+ IconPOI: () => icon_POI_default,
406
406
  IconPan: () => icon_pan_default,
407
407
  IconParticleEffect: () => icon_particle_effect_default,
408
408
  IconPlaneClip: () => icon_plane_clip_default,
@@ -739,10 +739,10 @@ function _sfc_render9(_ctx, _cache, $props, $setup, $data, $options) {
739
739
  }
740
740
  var icon_kmz_file_default = /* @__PURE__ */ export_helper_default(_sfc_main9, [["render", _sfc_render9], ["__file", "icon-kmz-file.vue"]]);
741
741
 
742
- // src/components/icon-POI-search.vue
742
+ // src/components/icon-POI.vue
743
743
  var import_vue10 = require("vue");
744
744
  var _sfc_main10 = {
745
- name: "IconPOISearch",
745
+ name: "IconPOI",
746
746
  title: "POI"
747
747
  }, _hoisted_110 = {
748
748
  class: "icon",
@@ -756,7 +756,7 @@ var _sfc_main10 = {
756
756
  function _sfc_render10(_ctx, _cache, $props, $setup, $data, $options) {
757
757
  return (0, import_vue10.openBlock)(), (0, import_vue10.createElementBlock)("svg", _hoisted_110, _hoisted_310);
758
758
  }
759
- var icon_POI_search_default = /* @__PURE__ */ export_helper_default(_sfc_main10, [["render", _sfc_render10], ["__file", "icon-POI-search.vue"]]);
759
+ var icon_POI_default = /* @__PURE__ */ export_helper_default(_sfc_main10, [["render", _sfc_render10], ["__file", "icon-POI.vue"]]);
760
760
 
761
761
  // src/components/icon-shp-file.vue
762
762
  var import_vue11 = require("vue");
@@ -172,7 +172,7 @@ var KQWebClientVueIcons = (() => {
172
172
  IconOtherFile: () => icon_other_file_default,
173
173
  IconOtherServer: () => icon_other_server_default,
174
174
  IconOverlayAnalysis: () => icon_overlay_analysis_default,
175
- IconPOISearch: () => icon_POI_search_default,
175
+ IconPOI: () => icon_POI_default,
176
176
  IconPan: () => icon_pan_default,
177
177
  IconParticleEffect: () => icon_particle_effect_default,
178
178
  IconPlaneClip: () => icon_plane_clip_default,
@@ -413,7 +413,7 @@ var KQWebClientVueIcons = (() => {
413
413
  IconOtherFile: () => icon_other_file_default,
414
414
  IconOtherServer: () => icon_other_server_default,
415
415
  IconOverlayAnalysis: () => icon_overlay_analysis_default,
416
- IconPOISearch: () => icon_POI_search_default,
416
+ IconPOI: () => icon_POI_default,
417
417
  IconPan: () => icon_pan_default,
418
418
  IconParticleEffect: () => icon_particle_effect_default,
419
419
  IconPlaneClip: () => icon_plane_clip_default,
@@ -750,10 +750,10 @@ var KQWebClientVueIcons = (() => {
750
750
  }
751
751
  var icon_kmz_file_default = /* @__PURE__ */ export_helper_default(_sfc_main9, [["render", _sfc_render9], ["__file", "icon-kmz-file.vue"]]);
752
752
 
753
- // src/components/icon-POI-search.vue
753
+ // src/components/icon-POI.vue
754
754
  var import_vue10 = __toESM(require_vue(), 1);
755
755
  var _sfc_main10 = {
756
- name: "IconPOISearch",
756
+ name: "IconPOI",
757
757
  title: "POI"
758
758
  }, _hoisted_110 = {
759
759
  class: "icon",
@@ -767,7 +767,7 @@ var KQWebClientVueIcons = (() => {
767
767
  function _sfc_render10(_ctx, _cache, $props, $setup, $data, $options) {
768
768
  return (0, import_vue10.openBlock)(), (0, import_vue10.createElementBlock)("svg", _hoisted_110, _hoisted_310);
769
769
  }
770
- var icon_POI_search_default = /* @__PURE__ */ export_helper_default(_sfc_main10, [["render", _sfc_render10], ["__file", "icon-POI-search.vue"]]);
770
+ var icon_POI_default = /* @__PURE__ */ export_helper_default(_sfc_main10, [["render", _sfc_render10], ["__file", "icon-POI.vue"]]);
771
771
 
772
772
  // src/components/icon-shp-file.vue
773
773
  var import_vue11 = __toESM(require_vue(), 1);