@kq_npm/client_icons_vue 0.1.5-beta → 0.1.7-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 +1 -1
- package/packages/svg//345/233/276/344/276/213-icon-legend.svg +1 -1
- package/packages/svg//345/233/276/345/261/202/345/210/227/350/241/250-icon-layer-list.svg +1 -0
- package/packages/vue/dist/global.cjs +17 -17
- package/packages/vue/dist/global.iife.js +17 -17
- package/packages/vue/dist/global.iife.min.js +1 -1
- package/packages/vue/dist/global.iife.min.js.map +3 -3
- package/packages/vue/dist/global.js +17 -17
- package/packages/vue/dist/global.min.cjs +1 -1
- package/packages/vue/dist/global.min.cjs.map +3 -3
- package/packages/vue/dist/global.min.js +1 -1
- package/packages/vue/dist/global.min.js.map +3 -3
- package/packages/vue/dist/index.cjs +16 -16
- package/packages/vue/dist/index.iife.js +16 -16
- package/packages/vue/dist/index.iife.min.js +1 -1
- package/packages/vue/dist/index.iife.min.js.map +3 -3
- package/packages/vue/dist/index.js +16 -16
- package/packages/vue/dist/index.min.cjs +1 -1
- package/packages/vue/dist/index.min.cjs.map +3 -3
- package/packages/vue/dist/index.min.js +1 -1
- package/packages/vue/dist/index.min.js.map +3 -3
- package/packages/svg//345/233/276/344/276/2132-icon-legend2.svg +0 -1
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.1.
|
|
1
|
+
{"name":"@kq_npm/client_icons_vue","author":"KQWEB GROUP","description":"KQGIS Client Icons for Vue.js","version":"0.1.7-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 +1 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><path d="M777.857 579.841a222.08 222.08 0 1 0 222.08 222.08 221.5 221.5 0 0 0-222.08-222.08zm0 386.175A164.095 164.095 0 1 1 941.952 801.92a164.095 164.095 0 0 1-164.095 164.095zM391.103 603.615H53.055a28.992 28.992 0 0 0-28.992 28.992v338.627a28.992 28.992 0 0 0 28.992 28.993h338.048a28.992 28.992 0 0 0 28.992-28.993V632.607a28.992 28.992 0 0 0-28.992-28.992zM362.11 942.242H82.047V661.6h280.064zm392.552-517.218L512.87 13.916a29.572 29.572 0 0 0-49.866 0L221.21 425.024a28.992 28.992 0 0 0 0 28.992 28.992 28.992 0 0 0 24.933 14.496H729.73a28.992 28.992 0 0 0 24.933-14.496 28.992 28.992 0 0 0 0-28.992zm-457.495-14.496L487.936 85.817l190.768 324.71z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M1 3h1v1H1zm0 5h1v1H1zm0 5h1v1H1zM4 3h10v1H4zm0 5h10v1H4zm0 5h10v1H4z"/></svg>
|
|
@@ -67,10 +67,10 @@ __export(global_exports, {
|
|
|
67
67
|
IconImage: () => icon_image_default,
|
|
68
68
|
IconIntercept: () => icon_intercept_default,
|
|
69
69
|
IconIsolineAnalysis: () => icon_isoline_analysis_default,
|
|
70
|
+
IconLayerList: () => icon_layer_list_default,
|
|
70
71
|
IconLayerManager: () => icon_layer_manager_default,
|
|
71
72
|
IconLayerTree: () => icon_layer_tree_default,
|
|
72
73
|
IconLegend: () => icon_legend_default,
|
|
73
|
-
IconLegend2: () => icon_legend2_default,
|
|
74
74
|
IconLine: () => icon_line_default,
|
|
75
75
|
IconLists: () => icon_lists_default,
|
|
76
76
|
IconLocation: () => icon_location_default,
|
|
@@ -213,10 +213,10 @@ __export(components_exports, {
|
|
|
213
213
|
IconImage: () => icon_image_default,
|
|
214
214
|
IconIntercept: () => icon_intercept_default,
|
|
215
215
|
IconIsolineAnalysis: () => icon_isoline_analysis_default,
|
|
216
|
+
IconLayerList: () => icon_layer_list_default,
|
|
216
217
|
IconLayerManager: () => icon_layer_manager_default,
|
|
217
218
|
IconLayerTree: () => icon_layer_tree_default,
|
|
218
219
|
IconLegend: () => icon_legend_default,
|
|
219
|
-
IconLegend2: () => icon_legend2_default,
|
|
220
220
|
IconLine: () => icon_line_default,
|
|
221
221
|
IconLists: () => icon_lists_default,
|
|
222
222
|
IconLocation: () => icon_location_default,
|
|
@@ -946,11 +946,12 @@ var _sfc_main27 = {
|
|
|
946
946
|
name: "IconLegend",
|
|
947
947
|
title: "\u56FE\u4F8B"
|
|
948
948
|
}, _hoisted_127 = {
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
949
|
+
class: "icon",
|
|
950
|
+
viewBox: "0 0 1024 1024",
|
|
951
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
952
|
+
width: "200",
|
|
953
|
+
height: "200"
|
|
954
|
+
}, _hoisted_227 = /* @__PURE__ */ (0, import_vue27.createElementVNode)("path", { d: "M777.857 579.841a222.08 222.08 0 1 0 222.08 222.08 221.5 221.5 0 0 0-222.08-222.08zm0 386.175A164.095 164.095 0 1 1 941.952 801.92a164.095 164.095 0 0 1-164.095 164.095zM391.103 603.615H53.055a28.992 28.992 0 0 0-28.992 28.992v338.627a28.992 28.992 0 0 0 28.992 28.993h338.048a28.992 28.992 0 0 0 28.992-28.993V632.607a28.992 28.992 0 0 0-28.992-28.992zM362.11 942.242H82.047V661.6h280.064zm392.552-517.218L512.87 13.916a29.572 29.572 0 0 0-49.866 0L221.21 425.024a28.992 28.992 0 0 0 0 28.992 28.992 28.992 0 0 0 24.933 14.496H729.73a28.992 28.992 0 0 0 24.933-14.496 28.992 28.992 0 0 0 0-28.992zm-457.495-14.496L487.936 85.817l190.768 324.71z" }, null, -1), _hoisted_327 = [
|
|
954
955
|
_hoisted_227
|
|
955
956
|
];
|
|
956
957
|
function _sfc_render27(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -958,24 +959,23 @@ function _sfc_render27(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
958
959
|
}
|
|
959
960
|
var icon_legend_default = /* @__PURE__ */ export_helper_default(_sfc_main27, [["render", _sfc_render27], ["__file", "icon-legend.vue"]]);
|
|
960
961
|
|
|
961
|
-
// src/components/icon-
|
|
962
|
+
// src/components/icon-layer-list.vue
|
|
962
963
|
var import_vue28 = require("vue");
|
|
963
964
|
var _sfc_main28 = {
|
|
964
|
-
name: "
|
|
965
|
-
title: "\u56FE\
|
|
965
|
+
name: "IconLayerList",
|
|
966
|
+
title: "\u56FE\u5C42\u5217\u8868"
|
|
966
967
|
}, _hoisted_128 = {
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
}, _hoisted_228 = /* @__PURE__ */ (0, import_vue28.createElementVNode)("path", { d: "M777.857 579.841a222.08 222.08 0 1 0 222.08 222.08 221.5 221.5 0 0 0-222.08-222.08zm0 386.175A164.095 164.095 0 1 1 941.952 801.92a164.095 164.095 0 0 1-164.095 164.095zM391.103 603.615H53.055a28.992 28.992 0 0 0-28.992 28.992v338.627a28.992 28.992 0 0 0 28.992 28.993h338.048a28.992 28.992 0 0 0 28.992-28.993V632.607a28.992 28.992 0 0 0-28.992-28.992zM362.11 942.242H82.047V661.6h280.064zm392.552-517.218L512.87 13.916a29.572 29.572 0 0 0-49.866 0L221.21 425.024a28.992 28.992 0 0 0 0 28.992 28.992 28.992 0 0 0 24.933 14.496H729.73a28.992 28.992 0 0 0 24.933-14.496 28.992 28.992 0 0 0 0-28.992zm-457.495-14.496L487.936 85.817l190.768 324.71z" }, null, -1), _hoisted_328 = [
|
|
968
|
+
width: "16",
|
|
969
|
+
height: "16",
|
|
970
|
+
viewBox: "0 0 16 16",
|
|
971
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
972
|
+
}, _hoisted_228 = /* @__PURE__ */ (0, import_vue28.createElementVNode)("path", { d: "M1 3h1v1H1zm0 5h1v1H1zm0 5h1v1H1zM4 3h10v1H4zm0 5h10v1H4zm0 5h10v1H4z" }, null, -1), _hoisted_328 = [
|
|
973
973
|
_hoisted_228
|
|
974
974
|
];
|
|
975
975
|
function _sfc_render28(_ctx, _cache, $props, $setup, $data, $options) {
|
|
976
976
|
return (0, import_vue28.openBlock)(), (0, import_vue28.createElementBlock)("svg", _hoisted_128, _hoisted_328);
|
|
977
977
|
}
|
|
978
|
-
var
|
|
978
|
+
var icon_layer_list_default = /* @__PURE__ */ export_helper_default(_sfc_main28, [["render", _sfc_render28], ["__file", "icon-layer-list.vue"]]);
|
|
979
979
|
|
|
980
980
|
// src/components/icon-layer-tree.vue
|
|
981
981
|
var import_vue29 = require("vue");
|
|
@@ -79,10 +79,10 @@ var KQWebClientVueIcons = (() => {
|
|
|
79
79
|
IconImage: () => icon_image_default,
|
|
80
80
|
IconIntercept: () => icon_intercept_default,
|
|
81
81
|
IconIsolineAnalysis: () => icon_isoline_analysis_default,
|
|
82
|
+
IconLayerList: () => icon_layer_list_default,
|
|
82
83
|
IconLayerManager: () => icon_layer_manager_default,
|
|
83
84
|
IconLayerTree: () => icon_layer_tree_default,
|
|
84
85
|
IconLegend: () => icon_legend_default,
|
|
85
|
-
IconLegend2: () => icon_legend2_default,
|
|
86
86
|
IconLine: () => icon_line_default,
|
|
87
87
|
IconLists: () => icon_lists_default,
|
|
88
88
|
IconLocation: () => icon_location_default,
|
|
@@ -224,10 +224,10 @@ var KQWebClientVueIcons = (() => {
|
|
|
224
224
|
IconImage: () => icon_image_default,
|
|
225
225
|
IconIntercept: () => icon_intercept_default,
|
|
226
226
|
IconIsolineAnalysis: () => icon_isoline_analysis_default,
|
|
227
|
+
IconLayerList: () => icon_layer_list_default,
|
|
227
228
|
IconLayerManager: () => icon_layer_manager_default,
|
|
228
229
|
IconLayerTree: () => icon_layer_tree_default,
|
|
229
230
|
IconLegend: () => icon_legend_default,
|
|
230
|
-
IconLegend2: () => icon_legend2_default,
|
|
231
231
|
IconLine: () => icon_line_default,
|
|
232
232
|
IconLists: () => icon_lists_default,
|
|
233
233
|
IconLocation: () => icon_location_default,
|
|
@@ -957,11 +957,12 @@ var KQWebClientVueIcons = (() => {
|
|
|
957
957
|
name: "IconLegend",
|
|
958
958
|
title: "\u56FE\u4F8B"
|
|
959
959
|
}, _hoisted_127 = {
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
960
|
+
class: "icon",
|
|
961
|
+
viewBox: "0 0 1024 1024",
|
|
962
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
963
|
+
width: "200",
|
|
964
|
+
height: "200"
|
|
965
|
+
}, _hoisted_227 = /* @__PURE__ */ (0, import_vue27.createElementVNode)("path", { d: "M777.857 579.841a222.08 222.08 0 1 0 222.08 222.08 221.5 221.5 0 0 0-222.08-222.08zm0 386.175A164.095 164.095 0 1 1 941.952 801.92a164.095 164.095 0 0 1-164.095 164.095zM391.103 603.615H53.055a28.992 28.992 0 0 0-28.992 28.992v338.627a28.992 28.992 0 0 0 28.992 28.993h338.048a28.992 28.992 0 0 0 28.992-28.993V632.607a28.992 28.992 0 0 0-28.992-28.992zM362.11 942.242H82.047V661.6h280.064zm392.552-517.218L512.87 13.916a29.572 29.572 0 0 0-49.866 0L221.21 425.024a28.992 28.992 0 0 0 0 28.992 28.992 28.992 0 0 0 24.933 14.496H729.73a28.992 28.992 0 0 0 24.933-14.496 28.992 28.992 0 0 0 0-28.992zm-457.495-14.496L487.936 85.817l190.768 324.71z" }, null, -1), _hoisted_327 = [
|
|
965
966
|
_hoisted_227
|
|
966
967
|
];
|
|
967
968
|
function _sfc_render27(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -969,24 +970,23 @@ var KQWebClientVueIcons = (() => {
|
|
|
969
970
|
}
|
|
970
971
|
var icon_legend_default = /* @__PURE__ */ export_helper_default(_sfc_main27, [["render", _sfc_render27], ["__file", "icon-legend.vue"]]);
|
|
971
972
|
|
|
972
|
-
// src/components/icon-
|
|
973
|
+
// src/components/icon-layer-list.vue
|
|
973
974
|
var import_vue28 = __toESM(require_vue(), 1);
|
|
974
975
|
var _sfc_main28 = {
|
|
975
|
-
name: "
|
|
976
|
-
title: "\u56FE\
|
|
976
|
+
name: "IconLayerList",
|
|
977
|
+
title: "\u56FE\u5C42\u5217\u8868"
|
|
977
978
|
}, _hoisted_128 = {
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
}, _hoisted_228 = /* @__PURE__ */ (0, import_vue28.createElementVNode)("path", { d: "M777.857 579.841a222.08 222.08 0 1 0 222.08 222.08 221.5 221.5 0 0 0-222.08-222.08zm0 386.175A164.095 164.095 0 1 1 941.952 801.92a164.095 164.095 0 0 1-164.095 164.095zM391.103 603.615H53.055a28.992 28.992 0 0 0-28.992 28.992v338.627a28.992 28.992 0 0 0 28.992 28.993h338.048a28.992 28.992 0 0 0 28.992-28.993V632.607a28.992 28.992 0 0 0-28.992-28.992zM362.11 942.242H82.047V661.6h280.064zm392.552-517.218L512.87 13.916a29.572 29.572 0 0 0-49.866 0L221.21 425.024a28.992 28.992 0 0 0 0 28.992 28.992 28.992 0 0 0 24.933 14.496H729.73a28.992 28.992 0 0 0 24.933-14.496 28.992 28.992 0 0 0 0-28.992zm-457.495-14.496L487.936 85.817l190.768 324.71z" }, null, -1), _hoisted_328 = [
|
|
979
|
+
width: "16",
|
|
980
|
+
height: "16",
|
|
981
|
+
viewBox: "0 0 16 16",
|
|
982
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
983
|
+
}, _hoisted_228 = /* @__PURE__ */ (0, import_vue28.createElementVNode)("path", { d: "M1 3h1v1H1zm0 5h1v1H1zm0 5h1v1H1zM4 3h10v1H4zm0 5h10v1H4zm0 5h10v1H4z" }, null, -1), _hoisted_328 = [
|
|
984
984
|
_hoisted_228
|
|
985
985
|
];
|
|
986
986
|
function _sfc_render28(_ctx, _cache, $props, $setup, $data, $options) {
|
|
987
987
|
return (0, import_vue28.openBlock)(), (0, import_vue28.createElementBlock)("svg", _hoisted_128, _hoisted_328);
|
|
988
988
|
}
|
|
989
|
-
var
|
|
989
|
+
var icon_layer_list_default = /* @__PURE__ */ export_helper_default(_sfc_main28, [["render", _sfc_render28], ["__file", "icon-layer-list.vue"]]);
|
|
990
990
|
|
|
991
991
|
// src/components/icon-layer-tree.vue
|
|
992
992
|
var import_vue29 = __toESM(require_vue(), 1);
|