@arco-iconbox/vue-smartcode 0.1.77 → 0.1.78
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 +2806 -2753
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +79 -75
- package/dist/icon.min.js.map +1 -1
- package/esm/IconColorRichtext/index.js +55 -0
- package/esm/index.js +1 -0
- package/lib/IconColorRichtext/index.js +56 -0
- package/lib/index.js +2 -0
- package/package.json +1 -1
- package/src/IconColorRichtext/index.vue +19 -0
- package/src/index.js +2 -1
|
@@ -0,0 +1,55 @@
|
|
|
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: "IconColorRichtext",
|
|
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 = /* @__PURE__ */ createElementVNode("rect", {
|
|
17
|
+
x: "2",
|
|
18
|
+
y: "4",
|
|
19
|
+
width: "20",
|
|
20
|
+
height: "16.415",
|
|
21
|
+
rx: "3",
|
|
22
|
+
stroke: "#165DFF",
|
|
23
|
+
"stroke-width": "1.66"
|
|
24
|
+
}, null, -1);
|
|
25
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", {
|
|
26
|
+
d: "M6.85742 8.8266H9.42885M12.0003 8.8266H9.42885M9.42885 8.8266V13.1123",
|
|
27
|
+
stroke: "#00BBD8",
|
|
28
|
+
"stroke-width": "1.66",
|
|
29
|
+
"stroke-linecap": "round",
|
|
30
|
+
"stroke-linejoin": "round"
|
|
31
|
+
}, null, -1);
|
|
32
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", {
|
|
33
|
+
d: "M13.2539 13.1123H17.5749M6.42578 16.5408L17.575 16.5408",
|
|
34
|
+
stroke: "#165DFF",
|
|
35
|
+
"stroke-width": "1.66",
|
|
36
|
+
"stroke-linecap": "round",
|
|
37
|
+
"stroke-linejoin": "round"
|
|
38
|
+
}, null, -1);
|
|
39
|
+
const _hoisted_4 = [
|
|
40
|
+
_hoisted_1,
|
|
41
|
+
_hoisted_2,
|
|
42
|
+
_hoisted_3
|
|
43
|
+
];
|
|
44
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
45
|
+
return openBlock(), createElementBlock("svg", mergeProps({
|
|
46
|
+
viewBox: "0 0 24 24",
|
|
47
|
+
fill: "none",
|
|
48
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
49
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-richtext`],
|
|
50
|
+
width: "1em",
|
|
51
|
+
height: "1em"
|
|
52
|
+
}, _ctx.$attrs), _hoisted_4, 16);
|
|
53
|
+
}
|
|
54
|
+
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
55
|
+
export { index as default };
|
package/esm/index.js
CHANGED
|
@@ -361,3 +361,4 @@ export { default as IconColorCard } from "./IconColorCard/index.js";
|
|
|
361
361
|
export { default as IconColorLine } from "./IconColorLine/index.js";
|
|
362
362
|
export { default as IconColorUpload2 } from "./IconColorUpload2/index.js";
|
|
363
363
|
export { default as IconColorSelect } from "./IconColorSelect/index.js";
|
|
364
|
+
export { default as IconColorRichtext } from "./IconColorRichtext/index.js";
|
|
@@ -0,0 +1,56 @@
|
|
|
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: "IconColorRichtext",
|
|
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 = /* @__PURE__ */ vue.createElementVNode("rect", {
|
|
18
|
+
x: "2",
|
|
19
|
+
y: "4",
|
|
20
|
+
width: "20",
|
|
21
|
+
height: "16.415",
|
|
22
|
+
rx: "3",
|
|
23
|
+
stroke: "#165DFF",
|
|
24
|
+
"stroke-width": "1.66"
|
|
25
|
+
}, null, -1);
|
|
26
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
27
|
+
d: "M6.85742 8.8266H9.42885M12.0003 8.8266H9.42885M9.42885 8.8266V13.1123",
|
|
28
|
+
stroke: "#00BBD8",
|
|
29
|
+
"stroke-width": "1.66",
|
|
30
|
+
"stroke-linecap": "round",
|
|
31
|
+
"stroke-linejoin": "round"
|
|
32
|
+
}, null, -1);
|
|
33
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("path", {
|
|
34
|
+
d: "M13.2539 13.1123H17.5749M6.42578 16.5408L17.575 16.5408",
|
|
35
|
+
stroke: "#165DFF",
|
|
36
|
+
"stroke-width": "1.66",
|
|
37
|
+
"stroke-linecap": "round",
|
|
38
|
+
"stroke-linejoin": "round"
|
|
39
|
+
}, null, -1);
|
|
40
|
+
const _hoisted_4 = [
|
|
41
|
+
_hoisted_1,
|
|
42
|
+
_hoisted_2,
|
|
43
|
+
_hoisted_3
|
|
44
|
+
];
|
|
45
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
46
|
+
return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
|
|
47
|
+
viewBox: "0 0 24 24",
|
|
48
|
+
fill: "none",
|
|
49
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
50
|
+
class: [`${$props.prefix}-icon`, `${$props.prefix}-icon-color-richtext`],
|
|
51
|
+
width: "1em",
|
|
52
|
+
height: "1em"
|
|
53
|
+
}, _ctx.$attrs), _hoisted_4, 16);
|
|
54
|
+
}
|
|
55
|
+
var index = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
|
|
56
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -363,6 +363,7 @@ var index$5D = require("./IconColorCard/index.js");
|
|
|
363
363
|
var index$5E = require("./IconColorLine/index.js");
|
|
364
364
|
var index$5F = require("./IconColorUpload2/index.js");
|
|
365
365
|
var index$5G = require("./IconColorSelect/index.js");
|
|
366
|
+
var index$5H = require("./IconColorRichtext/index.js");
|
|
366
367
|
exports.IconFillHeart = index;
|
|
367
368
|
exports.IconFillMute = index$1;
|
|
368
369
|
exports.IconFillSound = index$2;
|
|
@@ -726,3 +727,4 @@ exports.IconColorCard = index$5D;
|
|
|
726
727
|
exports.IconColorLine = index$5E;
|
|
727
728
|
exports.IconColorUpload2 = index$5F;
|
|
728
729
|
exports.IconColorSelect = index$5G;
|
|
730
|
+
exports.IconColorRichtext = index$5H;
|
package/package.json
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" :class="[`${prefix}-icon`, `${prefix}-icon-color-richtext`]" width="1em" height="1em" v-bind="$attrs"><rect x="2" y="4" width="20" height="16.415" rx="3" stroke="#165DFF" stroke-width="1.66"/><path d="M6.85742 8.8266H9.42885M12.0003 8.8266H9.42885M9.42885 8.8266V13.1123" stroke="#00BBD8" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.2539 13.1123H17.5749M6.42578 16.5408L17.575 16.5408" stroke="#165DFF" stroke-width="1.66" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
3
|
+
</template>
|
|
4
|
+
<script>
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
name: 'IconColorRichtext',
|
|
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
|
@@ -360,4 +360,5 @@ export { default as IconColorOrganization } from './IconColorOrganization/index.
|
|
|
360
360
|
export { default as IconColorCard } from './IconColorCard/index.vue';
|
|
361
361
|
export { default as IconColorLine } from './IconColorLine/index.vue';
|
|
362
362
|
export { default as IconColorUpload2 } from './IconColorUpload2/index.vue';
|
|
363
|
-
export { default as IconColorSelect } from './IconColorSelect/index.vue';
|
|
363
|
+
export { default as IconColorSelect } from './IconColorSelect/index.vue';
|
|
364
|
+
export { default as IconColorRichtext } from './IconColorRichtext/index.vue';
|