@arco-iconbox/vue-smartcode 0.0.24 → 0.0.25
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/dist/icon.js +828 -797
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +325 -321
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorApi/index.js +33 -0
- package/esm/index.js +1 -0
- package/lib/IconColorApi/index.js +34 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconColorApi/index.vue +19 -0
- package/src/index.js +2 -1
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, mergeProps, createElementVNode } from "vue";
|
|
2
|
+
import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
|
|
3
|
+
const _sfc_main = {
|
|
4
|
+
name: "IconColorApi",
|
|
5
|
+
props: {
|
|
6
|
+
prefix: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "sc"
|
|
9
|
+
},
|
|
10
|
+
useCurrentColor: {
|
|
11
|
+
type: Boolean,
|
|
12
|
+
default: false
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
};
|
|
16
|
+
const _hoisted_1 = ["fill"];
|
|
17
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
18
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
19
|
+
viewBox: "0 0 16 16",
|
|
20
|
+
fill: "none",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-api`],
|
|
23
|
+
width: "1em",
|
|
24
|
+
height: "1em"
|
|
25
|
+
}, _ctx.$attrs), [
|
|
26
|
+
createElementVNode("path", {
|
|
27
|
+
d: "M1.25763 3.78533C3.17623 3.78533 4.47052 4.26181 5.40998 5.05095C6.32205 5.81719 6.83137 6.82946 7.27326 7.70036C7.73454 8.6095 8.12683 9.37235 8.78498 9.93767C9.41307 10.4771 10.3511 10.8868 11.9969 10.8869V9.11736C11.9969 8.89028 11.9971 8.77641 12.0428 8.72087C12.0826 8.67269 12.1434 8.64604 12.2059 8.64861C12.2777 8.65178 12.3623 8.72749 12.5311 8.87908L15.241 11.3136C15.3328 11.3961 15.3794 11.437 15.3963 11.4855C15.4112 11.5281 15.4111 11.5748 15.3963 11.6174C15.3794 11.6659 15.3328 11.7068 15.241 11.7892L12.5311 14.2238C12.3622 14.3755 12.2777 14.4511 12.2059 14.4543C12.1434 14.4568 12.0826 14.4302 12.0428 14.382C11.9972 14.3264 11.9969 14.2124 11.9969 13.9855V12.217L11.6502 12.2111C9.95262 12.1556 8.78212 11.6889 7.91779 10.9465C7.02607 10.1804 6.52609 9.16785 6.08673 8.30193C5.62794 7.39771 5.22723 6.63472 4.55451 6.06951C3.90883 5.52714 2.94219 5.1154 1.25763 5.1154C0.890422 5.11539 0.592673 4.81756 0.59259 4.45036C0.59259 4.0831 0.890372 3.78534 1.25763 3.78533ZM5.7049 10.6799C5.61119 10.7727 5.51359 10.8643 5.40998 10.9513C4.4706 11.7403 3.17585 12.2169 1.25763 12.217C0.890635 12.2168 0.59277 11.9189 0.59259 11.5519C0.59259 11.1848 0.890524 10.8871 1.25763 10.8869C2.94173 10.8868 3.90887 10.475 4.55451 9.93279C4.7212 9.79273 4.8703 9.63924 5.00861 9.47576L5.7049 10.6799ZM12.2059 1.54704C12.2777 1.55021 12.3624 1.62598 12.5311 1.77751L15.241 4.21208C15.3327 4.29439 15.3793 4.33549 15.3963 4.38396C15.4111 4.42647 15.411 4.47325 15.3963 4.51579C15.3794 4.56436 15.3328 4.60622 15.241 4.68865L12.5311 7.12224C12.3622 7.27395 12.2777 7.35053 12.2059 7.35368C12.1434 7.35625 12.0826 7.32862 12.0428 7.28044C11.9973 7.2248 11.9969 7.11066 11.9969 6.88396V5.1154L11.6971 5.12029C10.2355 5.16728 9.37385 5.55892 8.78498 6.06462C8.60316 6.22083 8.44206 6.39302 8.29377 6.57829L7.59162 5.36247C7.69401 5.25666 7.80314 5.15434 7.91779 5.05583C8.83969 4.264 10.1103 3.78543 11.9969 3.78533V2.01579C11.9969 1.78869 11.997 1.67478 12.0428 1.61931C12.0826 1.57113 12.1434 1.54448 12.2059 1.54704Z",
|
|
28
|
+
fill: $props.useCurrentColor ? "currentColor" : "#2A5BE4"
|
|
29
|
+
}, null, 8, _hoisted_1)
|
|
30
|
+
], 16);
|
|
31
|
+
}
|
|
32
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -131,3 +131,4 @@ export { default as IconColorMilvus } from "./IconColorMilvus/index.js";
|
|
|
131
131
|
export { default as IconColorElsearch } from "./IconColorElsearch/index.js";
|
|
132
132
|
export { default as IconColorSysNotice } from "./IconColorSysNotice/index.js";
|
|
133
133
|
export { default as IconColorSysMessage } from "./IconColorSysMessage/index.js";
|
|
134
|
+
export { default as IconColorApi } from "./IconColorApi/index.js";
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var vue = require("vue");
|
|
3
|
+
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
4
|
+
const _sfc_main = {
|
|
5
|
+
name: "IconColorApi",
|
|
6
|
+
props: {
|
|
7
|
+
prefix: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: "sc"
|
|
10
|
+
},
|
|
11
|
+
useCurrentColor: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
const _hoisted_1 = ["fill"];
|
|
18
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
19
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
20
|
+
viewBox: "0 0 16 16",
|
|
21
|
+
fill: "none",
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-api`],
|
|
24
|
+
width: "1em",
|
|
25
|
+
height: "1em"
|
|
26
|
+
}, _ctx.$attrs), [
|
|
27
|
+
vue.createElementVNode("path", {
|
|
28
|
+
d: "M1.25763 3.78533C3.17623 3.78533 4.47052 4.26181 5.40998 5.05095C6.32205 5.81719 6.83137 6.82946 7.27326 7.70036C7.73454 8.6095 8.12683 9.37235 8.78498 9.93767C9.41307 10.4771 10.3511 10.8868 11.9969 10.8869V9.11736C11.9969 8.89028 11.9971 8.77641 12.0428 8.72087C12.0826 8.67269 12.1434 8.64604 12.2059 8.64861C12.2777 8.65178 12.3623 8.72749 12.5311 8.87908L15.241 11.3136C15.3328 11.3961 15.3794 11.437 15.3963 11.4855C15.4112 11.5281 15.4111 11.5748 15.3963 11.6174C15.3794 11.6659 15.3328 11.7068 15.241 11.7892L12.5311 14.2238C12.3622 14.3755 12.2777 14.4511 12.2059 14.4543C12.1434 14.4568 12.0826 14.4302 12.0428 14.382C11.9972 14.3264 11.9969 14.2124 11.9969 13.9855V12.217L11.6502 12.2111C9.95262 12.1556 8.78212 11.6889 7.91779 10.9465C7.02607 10.1804 6.52609 9.16785 6.08673 8.30193C5.62794 7.39771 5.22723 6.63472 4.55451 6.06951C3.90883 5.52714 2.94219 5.1154 1.25763 5.1154C0.890422 5.11539 0.592673 4.81756 0.59259 4.45036C0.59259 4.0831 0.890372 3.78534 1.25763 3.78533ZM5.7049 10.6799C5.61119 10.7727 5.51359 10.8643 5.40998 10.9513C4.4706 11.7403 3.17585 12.2169 1.25763 12.217C0.890635 12.2168 0.59277 11.9189 0.59259 11.5519C0.59259 11.1848 0.890524 10.8871 1.25763 10.8869C2.94173 10.8868 3.90887 10.475 4.55451 9.93279C4.7212 9.79273 4.8703 9.63924 5.00861 9.47576L5.7049 10.6799ZM12.2059 1.54704C12.2777 1.55021 12.3624 1.62598 12.5311 1.77751L15.241 4.21208C15.3327 4.29439 15.3793 4.33549 15.3963 4.38396C15.4111 4.42647 15.411 4.47325 15.3963 4.51579C15.3794 4.56436 15.3328 4.60622 15.241 4.68865L12.5311 7.12224C12.3622 7.27395 12.2777 7.35053 12.2059 7.35368C12.1434 7.35625 12.0826 7.32862 12.0428 7.28044C11.9973 7.2248 11.9969 7.11066 11.9969 6.88396V5.1154L11.6971 5.12029C10.2355 5.16728 9.37385 5.55892 8.78498 6.06462C8.60316 6.22083 8.44206 6.39302 8.29377 6.57829L7.59162 5.36247C7.69401 5.25666 7.80314 5.15434 7.91779 5.05583C8.83969 4.264 10.1103 3.78543 11.9969 3.78533V2.01579C11.9969 1.78869 11.997 1.67478 12.0428 1.61931C12.0826 1.57113 12.1434 1.54448 12.2059 1.54704Z",
|
|
29
|
+
fill: $props.useCurrentColor ? "currentColor" : "#2A5BE4"
|
|
30
|
+
}, null, 8, _hoisted_1)
|
|
31
|
+
], 16);
|
|
32
|
+
}
|
|
33
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
34
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -133,6 +133,7 @@ var index$21 = require("./IconColorMilvus/index.js");
|
|
|
133
133
|
var index$22 = require("./IconColorElsearch/index.js");
|
|
134
134
|
var index$23 = require("./IconColorSysNotice/index.js");
|
|
135
135
|
var index$24 = require("./IconColorSysMessage/index.js");
|
|
136
|
+
var index$25 = require("./IconColorApi/index.js");
|
|
136
137
|
exports.IconFillHeart = index;
|
|
137
138
|
exports.IconFillMute = index$1;
|
|
138
139
|
exports.IconFillSound = index$2;
|
|
@@ -266,3 +267,4 @@ exports.IconColorMilvus = index$21;
|
|
|
266
267
|
exports.IconColorElsearch = index$22;
|
|
267
268
|
exports.IconColorSysNotice = index$23;
|
|
268
269
|
exports.IconColorSysMessage = index$24;
|
|
270
|
+
exports.IconColorApi = index$25;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-api`]" width="1em" height="1em" v-bind="$attrs"><path d="M1.25763 3.78533C3.17623 3.78533 4.47052 4.26181 5.40998 5.05095C6.32205 5.81719 6.83137 6.82946 7.27326 7.70036C7.73454 8.6095 8.12683 9.37235 8.78498 9.93767C9.41307 10.4771 10.3511 10.8868 11.9969 10.8869V9.11736C11.9969 8.89028 11.9971 8.77641 12.0428 8.72087C12.0826 8.67269 12.1434 8.64604 12.2059 8.64861C12.2777 8.65178 12.3623 8.72749 12.5311 8.87908L15.241 11.3136C15.3328 11.3961 15.3794 11.437 15.3963 11.4855C15.4112 11.5281 15.4111 11.5748 15.3963 11.6174C15.3794 11.6659 15.3328 11.7068 15.241 11.7892L12.5311 14.2238C12.3622 14.3755 12.2777 14.4511 12.2059 14.4543C12.1434 14.4568 12.0826 14.4302 12.0428 14.382C11.9972 14.3264 11.9969 14.2124 11.9969 13.9855V12.217L11.6502 12.2111C9.95262 12.1556 8.78212 11.6889 7.91779 10.9465C7.02607 10.1804 6.52609 9.16785 6.08673 8.30193C5.62794 7.39771 5.22723 6.63472 4.55451 6.06951C3.90883 5.52714 2.94219 5.1154 1.25763 5.1154C0.890422 5.11539 0.592673 4.81756 0.59259 4.45036C0.59259 4.0831 0.890372 3.78534 1.25763 3.78533ZM5.7049 10.6799C5.61119 10.7727 5.51359 10.8643 5.40998 10.9513C4.4706 11.7403 3.17585 12.2169 1.25763 12.217C0.890635 12.2168 0.59277 11.9189 0.59259 11.5519C0.59259 11.1848 0.890524 10.8871 1.25763 10.8869C2.94173 10.8868 3.90887 10.475 4.55451 9.93279C4.7212 9.79273 4.8703 9.63924 5.00861 9.47576L5.7049 10.6799ZM12.2059 1.54704C12.2777 1.55021 12.3624 1.62598 12.5311 1.77751L15.241 4.21208C15.3327 4.29439 15.3793 4.33549 15.3963 4.38396C15.4111 4.42647 15.411 4.47325 15.3963 4.51579C15.3794 4.56436 15.3328 4.60622 15.241 4.68865L12.5311 7.12224C12.3622 7.27395 12.2777 7.35053 12.2059 7.35368C12.1434 7.35625 12.0826 7.32862 12.0428 7.28044C11.9973 7.2248 11.9969 7.11066 11.9969 6.88396V5.1154L11.6971 5.12029C10.2355 5.16728 9.37385 5.55892 8.78498 6.06462C8.60316 6.22083 8.44206 6.39302 8.29377 6.57829L7.59162 5.36247C7.69401 5.25666 7.80314 5.15434 7.91779 5.05583C8.83969 4.264 10.1103 3.78543 11.9969 3.78533V2.01579C11.9969 1.78869 11.997 1.67478 12.0428 1.61931C12.0826 1.57113 12.1434 1.54448 12.2059 1.54704Z" :fill="useCurrentColor ? 'currentColor' : '#2A5BE4'"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorApi',
|
|
8
|
+
props: {
|
|
9
|
+
prefix: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: 'sc',
|
|
12
|
+
},
|
|
13
|
+
useCurrentColor: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
default: false,
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
};
|
|
19
|
+
</script>
|
package/src/index.js
CHANGED
|
@@ -130,4 +130,5 @@ export { default as IconColorSiliflow } from './IconColorSiliflow/index.vue';
|
|
|
130
130
|
export { default as IconColorMilvus } from './IconColorMilvus/index.vue';
|
|
131
131
|
export { default as IconColorElsearch } from './IconColorElsearch/index.vue';
|
|
132
132
|
export { default as IconColorSysNotice } from './IconColorSysNotice/index.vue';
|
|
133
|
-
export { default as IconColorSysMessage } from './IconColorSysMessage/index.vue';
|
|
133
|
+
export { default as IconColorSysMessage } from './IconColorSysMessage/index.vue';
|
|
134
|
+
export { default as IconColorApi } from './IconColorApi/index.vue';
|