ele-admin-plus 1.2.2-beta.2 → 1.2.2-beta.4
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/es/ele-check-card/index.js +2 -2
- package/es/ele-check-card/types.d.ts +2 -0
- package/es/ele-config-provider/components/receiver-view.js +16 -14
- package/es/ele-dropdown/components/pro-dropdown.d.ts +3 -3
- package/es/ele-dropdown/index.d.ts +5 -5
- package/es/ele-dropdown/index.js +1 -1
- package/es/ele-dropdown/props.d.ts +6 -6
- package/es/ele-dropdown/props.js +2 -2
- package/es/ele-ellipsis/index.d.ts +2 -9
- package/es/ele-ellipsis/props.d.ts +1 -4
- package/es/ele-file-list/index.js +1 -1
- package/es/ele-printer/util.js +17 -12
- package/es/ele-pro-table/components/table-tools.js +1 -1
- package/es/ele-segmented/index.d.ts +3 -3
- package/es/ele-segmented/index.js +1 -1
- package/es/ele-segmented/props.d.ts +2 -2
- package/es/ele-segmented/props.js +2 -2
- package/es/ele-tab-wrap/components/tab-dropdown.js +1 -1
- package/es/ele-table/style/css-var.scss +4 -0
- package/es/ele-table/style/index.scss +7 -4
- package/es/ele-tabs/index.js +1 -1
- package/es/ele-tabs/style/index.scss +0 -1
- package/es/ele-text/index.d.ts +2 -9
- package/es/ele-text/index.js +1 -1
- package/es/ele-text/props.d.ts +1 -4
- package/es/ele-text/props.js +1 -4
- package/es/ele-tree-select/index.d.ts +1 -0
- package/es/ele-tree-select/index.js +2 -6
- package/es/ele-upload-list/components/list-item.js +4 -1
- package/es/ele-upload-list/index.d.ts +2 -0
- package/es/ele-upload-list/index.js +22 -16
- package/es/ele-upload-list/props.d.ts +4 -2
- package/es/ele-upload-list/props.js +3 -1
- package/es/ele-upload-list/style/index.scss +2 -1
- package/es/ele-upload-list/types.d.ts +7 -0
- package/es/icons/InsertColumnOutlined.d.ts +2 -0
- package/es/icons/InsertColumnOutlined.js +35 -0
- package/es/icons/InsertRowOutlined.d.ts +2 -0
- package/es/icons/InsertRowOutlined.js +35 -0
- package/es/icons/PlusSquareDashOutlined.d.ts +2 -0
- package/es/icons/PlusSquareDashOutlined.js +29 -0
- package/es/icons/RecoverOutlined.d.ts +2 -0
- package/es/icons/RecoverOutlined.js +30 -0
- package/es/icons/RollbackOutlined.d.ts +2 -0
- package/es/icons/RollbackOutlined.js +30 -0
- package/es/icons/SizeCompactOutlined.js +5 -11
- package/es/icons/SizeMiddleOutlined.js +5 -11
- package/es/icons/SizeSlackOutlined.js +4 -4
- package/es/icons/index.d.ts +5 -0
- package/es/icons/index.js +116 -106
- package/es/utils/core.d.ts +1 -1
- package/es/utils/core.js +13 -6
- package/es/utils/hook.d.ts +0 -12
- package/es/utils/hook.js +1 -42
- package/lib/ele-check-card/index.cjs +2 -2
- package/lib/ele-check-card/types.d.ts +2 -0
- package/lib/ele-config-provider/components/receiver-view.cjs +2 -2
- package/lib/ele-dropdown/components/pro-dropdown.d.ts +3 -3
- package/lib/ele-dropdown/index.cjs +1 -1
- package/lib/ele-dropdown/index.d.ts +5 -5
- package/lib/ele-dropdown/props.cjs +2 -2
- package/lib/ele-dropdown/props.d.ts +6 -6
- package/lib/ele-ellipsis/index.d.ts +2 -9
- package/lib/ele-ellipsis/props.d.ts +1 -4
- package/lib/ele-file-list/index.cjs +1 -1
- package/lib/ele-printer/util.cjs +17 -12
- package/lib/ele-pro-table/components/table-tools.cjs +1 -1
- package/lib/ele-segmented/index.cjs +1 -1
- package/lib/ele-segmented/index.d.ts +3 -3
- package/lib/ele-segmented/props.cjs +2 -2
- package/lib/ele-segmented/props.d.ts +2 -2
- package/lib/ele-tab-wrap/components/tab-dropdown.cjs +1 -1
- package/lib/ele-table/style/css-var.scss +4 -0
- package/lib/ele-table/style/index.scss +7 -4
- package/lib/ele-tabs/index.cjs +1 -1
- package/lib/ele-tabs/style/index.scss +0 -1
- package/lib/ele-text/index.cjs +1 -1
- package/lib/ele-text/index.d.ts +2 -9
- package/lib/ele-text/props.cjs +1 -4
- package/lib/ele-text/props.d.ts +1 -4
- package/lib/ele-tree-select/index.cjs +2 -6
- package/lib/ele-tree-select/index.d.ts +1 -0
- package/lib/ele-upload-list/components/list-item.cjs +4 -1
- package/lib/ele-upload-list/index.cjs +22 -16
- package/lib/ele-upload-list/index.d.ts +2 -0
- package/lib/ele-upload-list/props.cjs +3 -1
- package/lib/ele-upload-list/props.d.ts +4 -2
- package/lib/ele-upload-list/style/index.scss +2 -1
- package/lib/ele-upload-list/types.d.ts +7 -0
- package/lib/icons/InsertColumnOutlined.cjs +34 -0
- package/lib/icons/InsertColumnOutlined.d.ts +2 -0
- package/lib/icons/InsertRowOutlined.cjs +34 -0
- package/lib/icons/InsertRowOutlined.d.ts +2 -0
- package/lib/icons/PlusSquareDashOutlined.cjs +28 -0
- package/lib/icons/PlusSquareDashOutlined.d.ts +2 -0
- package/lib/icons/RecoverOutlined.cjs +29 -0
- package/lib/icons/RecoverOutlined.d.ts +2 -0
- package/lib/icons/RollbackOutlined.cjs +29 -0
- package/lib/icons/RollbackOutlined.d.ts +2 -0
- package/lib/icons/SizeCompactOutlined.cjs +4 -10
- package/lib/icons/SizeMiddleOutlined.cjs +4 -10
- package/lib/icons/SizeSlackOutlined.cjs +4 -4
- package/lib/icons/index.cjs +10 -0
- package/lib/icons/index.d.ts +5 -0
- package/lib/utils/core.cjs +13 -6
- package/lib/utils/core.d.ts +1 -1
- package/lib/utils/hook.cjs +0 -41
- package/lib/utils/hook.d.ts +0 -12
- package/package.json +1 -1
|
@@ -51,6 +51,9 @@ const _sfc_main = defineComponent({
|
|
|
51
51
|
setup(props, { emit }) {
|
|
52
52
|
const imageUrl = computed(() => {
|
|
53
53
|
var _a;
|
|
54
|
+
if (props.item.thumbnail && props.item.thumbnail !== true) {
|
|
55
|
+
return props.item.thumbnail;
|
|
56
|
+
}
|
|
54
57
|
if (props.item.url) {
|
|
55
58
|
return props.item.url;
|
|
56
59
|
}
|
|
@@ -143,7 +146,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
143
146
|
item: _ctx.item,
|
|
144
147
|
imageUrl: _ctx.imageUrl
|
|
145
148
|
}, () => [
|
|
146
|
-
_ctx.listType === "file" || !_ctx.imageUrl ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
149
|
+
_ctx.listType === "file" || _ctx.item.thumbnail === false || !_ctx.imageUrl ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
147
150
|
createVNode(_component_ElIcon, { class: "ele-upload-thumbnail-icon" }, {
|
|
148
151
|
default: withCtx(() => [
|
|
149
152
|
createVNode(_component_FileOutlined)
|
|
@@ -31,6 +31,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
31
31
|
listType: import('vue').PropType<import('./types').ListType>;
|
|
32
32
|
beforeUploadClick: import('vue').PropType<import('./types').BeforeUploadClick>;
|
|
33
33
|
beforeItemEdit: import('vue').PropType<import('./types').BeforeItemEdit>;
|
|
34
|
+
beforePreview: import('vue').PropType<import('./types').BeforePreview>;
|
|
34
35
|
locale: import('vue').PropType<Partial<UploadLocale>>;
|
|
35
36
|
}, {
|
|
36
37
|
ownSlots: string[];
|
|
@@ -103,6 +104,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
103
104
|
listType: import('vue').PropType<import('./types').ListType>;
|
|
104
105
|
beforeUploadClick: import('vue').PropType<import('./types').BeforeUploadClick>;
|
|
105
106
|
beforeItemEdit: import('vue').PropType<import('./types').BeforeItemEdit>;
|
|
107
|
+
beforePreview: import('vue').PropType<import('./types').BeforePreview>;
|
|
106
108
|
locale: import('vue').PropType<Partial<UploadLocale>>;
|
|
107
109
|
}>> & {
|
|
108
110
|
"onUpdate:modelValue"?: ((_value: UploadItem[]) => any) | undefined;
|
|
@@ -56,11 +56,14 @@ const _sfc_main = defineComponent({
|
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
58
|
const previewItem = (item) => {
|
|
59
|
+
if (props.beforePreview && props.beforePreview(item) === false) {
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
59
62
|
if (props.modelValue != null) {
|
|
60
63
|
const data = [];
|
|
61
64
|
props.modelValue.forEach((d) => {
|
|
62
65
|
const url = getItemImageUrl(d);
|
|
63
|
-
if (url) {
|
|
66
|
+
if (url && d.thumbnail !== false) {
|
|
64
67
|
data.push({ item: d, url });
|
|
65
68
|
}
|
|
66
69
|
});
|
|
@@ -177,7 +180,8 @@ const _export_sfc = (sfc, props) => {
|
|
|
177
180
|
}
|
|
178
181
|
return target;
|
|
179
182
|
};
|
|
180
|
-
const _hoisted_1 =
|
|
183
|
+
const _hoisted_1 = { class: "ele-upload-hidden" };
|
|
184
|
+
const _hoisted_2 = ["accept"];
|
|
181
185
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
182
186
|
const _component_ListItem = resolveComponent("ListItem");
|
|
183
187
|
const _component_PlusOutlined = resolveComponent("PlusOutlined");
|
|
@@ -263,20 +267,22 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
263
267
|
_: 3
|
|
264
268
|
}, 8, ["drag", "accept", "multiple", "disabled", "beforeUpload"])
|
|
265
269
|
], 4)) : createCommentVNode("", true),
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
270
|
+
createElementVNode("div", _hoisted_1, [
|
|
271
|
+
_ctx.tools ? (openBlock(), createElementBlock("input", {
|
|
272
|
+
key: 0,
|
|
273
|
+
ref: "uploadInputRef",
|
|
274
|
+
type: "file",
|
|
275
|
+
accept: _ctx.accept,
|
|
276
|
+
class: "ele-upload-input",
|
|
277
|
+
onChange: _cache[1] || (_cache[1] = (...args) => _ctx.handleInputChange && _ctx.handleInputChange(...args))
|
|
278
|
+
}, null, 40, _hoisted_2)) : createCommentVNode("", true),
|
|
279
|
+
createVNode(_component_EleImageViewer, mergeProps({ infinite: false }, _ctx.previewProps || {}, {
|
|
280
|
+
modelValue: _ctx.previewVisible,
|
|
281
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => _ctx.previewVisible = $event),
|
|
282
|
+
urlList: _ctx.previewImages,
|
|
283
|
+
initialIndex: _ctx.previewCurrentIndex
|
|
284
|
+
}), null, 16, ["modelValue", "urlList", "initialIndex"])
|
|
285
|
+
])
|
|
280
286
|
]),
|
|
281
287
|
_: 3
|
|
282
288
|
}, 16, ["class", "modelValue", "onUpdate:modelValue"]);
|
|
@@ -2,7 +2,7 @@ import { PropType, ExtractPropTypes } from 'vue';
|
|
|
2
2
|
import { StyleValue } from '../ele-app/types';
|
|
3
3
|
import { ElProgressProps, ElImageProps } from '../ele-app/el';
|
|
4
4
|
import { EleImageViewerProps } from '../ele-app/plus';
|
|
5
|
-
import { UploadItem, UploadLocale, EditUploadResult, ListType, BeforeUploadClick, BeforeItemEdit } from './types';
|
|
5
|
+
import { UploadItem, UploadLocale, EditUploadResult, ListType, BeforeUploadClick, BeforeItemEdit, BeforePreview } from './types';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* 属性
|
|
@@ -14,7 +14,7 @@ export declare const uploadListProps: {
|
|
|
14
14
|
readonly: BooleanConstructor;
|
|
15
15
|
/** 是否禁用 */
|
|
16
16
|
disabled: BooleanConstructor;
|
|
17
|
-
/**
|
|
17
|
+
/** 是否支持点击预览打开图片预览组件 */
|
|
18
18
|
preview: {
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
default: boolean;
|
|
@@ -56,6 +56,8 @@ export declare const uploadListProps: {
|
|
|
56
56
|
beforeUploadClick: PropType<BeforeUploadClick>;
|
|
57
57
|
/** 修改按钮点击前的钩子 */
|
|
58
58
|
beforeItemEdit: PropType<BeforeItemEdit>;
|
|
59
|
+
/** 预览按钮点击前的钩子 */
|
|
60
|
+
beforePreview: PropType<BeforePreview>;
|
|
59
61
|
/** 国际化 */
|
|
60
62
|
locale: PropType<Partial<UploadLocale>>;
|
|
61
63
|
};
|
|
@@ -5,7 +5,7 @@ const uploadListProps = {
|
|
|
5
5
|
readonly: Boolean,
|
|
6
6
|
/** 是否禁用 */
|
|
7
7
|
disabled: Boolean,
|
|
8
|
-
/**
|
|
8
|
+
/** 是否支持点击预览打开图片预览组件 */
|
|
9
9
|
preview: {
|
|
10
10
|
type: Boolean,
|
|
11
11
|
default: true
|
|
@@ -47,6 +47,8 @@ const uploadListProps = {
|
|
|
47
47
|
beforeUploadClick: Function,
|
|
48
48
|
/** 修改按钮点击前的钩子 */
|
|
49
49
|
beforeItemEdit: Function,
|
|
50
|
+
/** 预览按钮点击前的钩子 */
|
|
51
|
+
beforePreview: Function,
|
|
50
52
|
/** 国际化 */
|
|
51
53
|
locale: Object
|
|
52
54
|
};
|
|
@@ -16,6 +16,8 @@ export interface UploadItem extends Record<keyof any, any> {
|
|
|
16
16
|
file?: File;
|
|
17
17
|
/** 是否只读 */
|
|
18
18
|
readonly?: boolean;
|
|
19
|
+
/** 是否显示缩略图 */
|
|
20
|
+
thumbnail?: boolean | string;
|
|
19
21
|
}
|
|
20
22
|
|
|
21
23
|
/**
|
|
@@ -38,6 +40,11 @@ export type BeforeUploadClick = (e: MouseEvent) => boolean | undefined | void;
|
|
|
38
40
|
*/
|
|
39
41
|
export type BeforeItemEdit = (item: UploadItem) => boolean | undefined | void;
|
|
40
42
|
|
|
43
|
+
/**
|
|
44
|
+
* 预览前的钩子
|
|
45
|
+
*/
|
|
46
|
+
export type BeforePreview = (item: UploadItem) => boolean | undefined | void;
|
|
47
|
+
|
|
41
48
|
/**
|
|
42
49
|
* 图片文件预读地址
|
|
43
50
|
*/
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "InsertColumnOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4",
|
|
17
|
+
"stroke-linejoin": "round"
|
|
18
|
+
};
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M44 3V41H36V3Z" }, null, -1);
|
|
20
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M12 3V41H4V3Z" }, null, -1);
|
|
21
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M28 22V46H20V22Z" }, null, -1);
|
|
22
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M18 9L24 16L30 9M24 16V0" }, null, -1);
|
|
23
|
+
const _hoisted_6 = [
|
|
24
|
+
_hoisted_2,
|
|
25
|
+
_hoisted_3,
|
|
26
|
+
_hoisted_4,
|
|
27
|
+
_hoisted_5
|
|
28
|
+
];
|
|
29
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_6);
|
|
31
|
+
}
|
|
32
|
+
const InsertColumnOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export {
|
|
34
|
+
InsertColumnOutlined as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "InsertRowOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4",
|
|
17
|
+
"stroke-linejoin": "round"
|
|
18
|
+
};
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M3 4H41V12H3Z" }, null, -1);
|
|
20
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M3 36H41V44H3Z" }, null, -1);
|
|
21
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M22 20H46V28H22Z" }, null, -1);
|
|
22
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M9 30L16 24L9 18M16 24H0" }, null, -1);
|
|
23
|
+
const _hoisted_6 = [
|
|
24
|
+
_hoisted_2,
|
|
25
|
+
_hoisted_3,
|
|
26
|
+
_hoisted_4,
|
|
27
|
+
_hoisted_5
|
|
28
|
+
];
|
|
29
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_6);
|
|
31
|
+
}
|
|
32
|
+
const InsertRowOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
33
|
+
export {
|
|
34
|
+
InsertRowOutlined as default
|
|
35
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createStaticVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "PlusSquareDashOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4",
|
|
17
|
+
"stroke-linejoin": "round"
|
|
18
|
+
};
|
|
19
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<path d="M24 13V34M13 24H35" stroke-linecap="round"></path><path d="M19 2H29"></path><path d="M19 46H29"></path><path d="M2 19V29"></path><path d="M46 19V29"></path><path d="M11 2H2V11"></path><path d="M11 46H2V37"></path><path d="M37 46H46V37"></path><path d="M37 2H46V11"></path>', 9);
|
|
20
|
+
const _hoisted_11 = [
|
|
21
|
+
_hoisted_2
|
|
22
|
+
];
|
|
23
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
24
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_11);
|
|
25
|
+
}
|
|
26
|
+
const PlusSquareDashOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
27
|
+
export {
|
|
28
|
+
PlusSquareDashOutlined as default
|
|
29
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "RecoverOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round"
|
|
19
|
+
};
|
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M32 8L44 20L32 32M4 44V35C4 26 10 20 19 20H44" }, null, -1);
|
|
21
|
+
const _hoisted_3 = [
|
|
22
|
+
_hoisted_2
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
26
|
+
}
|
|
27
|
+
const RecoverOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
28
|
+
export {
|
|
29
|
+
RecoverOutlined as default
|
|
30
|
+
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode } from "vue";
|
|
2
|
+
const _sfc_main = defineComponent({
|
|
3
|
+
name: "RollbackOutlined"
|
|
4
|
+
});
|
|
5
|
+
const _export_sfc = (sfc, props) => {
|
|
6
|
+
const target = sfc.__vccOpts || sfc;
|
|
7
|
+
for (const [key, val] of props) {
|
|
8
|
+
target[key] = val;
|
|
9
|
+
}
|
|
10
|
+
return target;
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_1 = {
|
|
13
|
+
viewBox: "0 0 48 48",
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: "currentColor",
|
|
16
|
+
"stroke-width": "4",
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round"
|
|
19
|
+
};
|
|
20
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M16 8L4 20L16 32M44 44V35C44 26 38 20 29 20H4" }, null, -1);
|
|
21
|
+
const _hoisted_3 = [
|
|
22
|
+
_hoisted_2
|
|
23
|
+
];
|
|
24
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
|
|
26
|
+
}
|
|
27
|
+
const RollbackOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
28
|
+
export {
|
|
29
|
+
RollbackOutlined as default
|
|
30
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createElementBlock,
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createStaticVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
3
|
name: "SizeCompactOutlined"
|
|
4
4
|
});
|
|
@@ -15,18 +15,12 @@ const _hoisted_1 = {
|
|
|
15
15
|
stroke: "currentColor",
|
|
16
16
|
"stroke-width": "4"
|
|
17
17
|
};
|
|
18
|
-
const _hoisted_2 = /* @__PURE__ */
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M3 41H26" }, null, -1);
|
|
22
|
-
const _hoisted_6 = [
|
|
23
|
-
_hoisted_2,
|
|
24
|
-
_hoisted_3,
|
|
25
|
-
_hoisted_4,
|
|
26
|
-
_hoisted_5
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<path d="M1 7H26"></path><path d="M1 41H26"></path><path d="M1 18H26"></path><path d="M1 30H26"></path><path d="M47 12 39 19 31 12M39 1V19"></path><path d="M47 36 39 29 31 36M39 47V29"></path>', 6);
|
|
19
|
+
const _hoisted_8 = [
|
|
20
|
+
_hoisted_2
|
|
27
21
|
];
|
|
28
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
-
return openBlock(), createElementBlock("svg", _hoisted_1,
|
|
23
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_8);
|
|
30
24
|
}
|
|
31
25
|
const SizeCompactOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
26
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createElementBlock,
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createStaticVNode } from "vue";
|
|
2
2
|
const _sfc_main = defineComponent({
|
|
3
3
|
name: "SizeMiddleOutlined"
|
|
4
4
|
});
|
|
@@ -15,18 +15,12 @@ const _hoisted_1 = {
|
|
|
15
15
|
stroke: "currentColor",
|
|
16
16
|
"stroke-width": "4"
|
|
17
17
|
};
|
|
18
|
-
const _hoisted_2 = /* @__PURE__ */
|
|
19
|
-
const
|
|
20
|
-
|
|
21
|
-
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M3 41H26" }, null, -1);
|
|
22
|
-
const _hoisted_6 = [
|
|
23
|
-
_hoisted_2,
|
|
24
|
-
_hoisted_3,
|
|
25
|
-
_hoisted_4,
|
|
26
|
-
_hoisted_5
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<path d="M1 7H26"></path><path d="M1 41H26"></path><path d="M1 18H26"></path><path d="M1 30H26"></path><path d="M47 10L39 3L31 10M39 3V20"></path><path d="M47 38L39 45L31 38M39 45V28"></path>', 6);
|
|
19
|
+
const _hoisted_8 = [
|
|
20
|
+
_hoisted_2
|
|
27
21
|
];
|
|
28
22
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29
|
-
return openBlock(), createElementBlock("svg", _hoisted_1,
|
|
23
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_8);
|
|
30
24
|
}
|
|
31
25
|
const SizeMiddleOutlined = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
32
26
|
export {
|
|
@@ -15,10 +15,10 @@ const _hoisted_1 = {
|
|
|
15
15
|
stroke: "currentColor",
|
|
16
16
|
"stroke-width": "4"
|
|
17
17
|
};
|
|
18
|
-
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "
|
|
19
|
-
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "
|
|
20
|
-
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "
|
|
21
|
-
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "
|
|
18
|
+
const _hoisted_2 = /* @__PURE__ */ createElementVNode("path", { d: "M1 7H26" }, null, -1);
|
|
19
|
+
const _hoisted_3 = /* @__PURE__ */ createElementVNode("path", { d: "M1 41H26" }, null, -1);
|
|
20
|
+
const _hoisted_4 = /* @__PURE__ */ createElementVNode("path", { d: "M1 24H26" }, null, -1);
|
|
21
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("path", { d: "M39 4V44M31 11 39 4 47 11M47 37 39 44 31 37" }, null, -1);
|
|
22
22
|
const _hoisted_6 = [
|
|
23
23
|
_hoisted_2,
|
|
24
24
|
_hoisted_3,
|
package/es/icons/index.d.ts
CHANGED
|
@@ -60,6 +60,8 @@ export { default as HolderOutlined } from './HolderOutlined';
|
|
|
60
60
|
export { default as HomeOutlined } from './HomeOutlined';
|
|
61
61
|
export { default as IdcardOutlined } from './IdcardOutlined';
|
|
62
62
|
export { default as InfoCircleFilled } from './InfoCircleFilled';
|
|
63
|
+
export { default as InsertColumnOutlined } from './InsertColumnOutlined';
|
|
64
|
+
export { default as InsertRowOutlined } from './InsertRowOutlined';
|
|
63
65
|
export { default as LinkOutlined } from './LinkOutlined';
|
|
64
66
|
export { default as LoadingDotOutlined } from './LoadingDotOutlined';
|
|
65
67
|
export { default as LoadingOutlined } from './LoadingOutlined';
|
|
@@ -80,12 +82,15 @@ export { default as PieChartOutlined } from './PieChartOutlined';
|
|
|
80
82
|
export { default as PlayFilled } from './PlayFilled';
|
|
81
83
|
export { default as PlusCircleOutlined } from './PlusCircleOutlined';
|
|
82
84
|
export { default as PlusOutlined } from './PlusOutlined';
|
|
85
|
+
export { default as PlusSquareDashOutlined } from './PlusSquareDashOutlined';
|
|
83
86
|
export { default as PrinterOutlined } from './PrinterOutlined';
|
|
84
87
|
export { default as ProtectOutlined } from './ProtectOutlined';
|
|
85
88
|
export { default as QuestionCircleFilled } from './QuestionCircleFilled';
|
|
86
89
|
export { default as QuestionCircleOutlined } from './QuestionCircleOutlined';
|
|
90
|
+
export { default as RecoverOutlined } from './RecoverOutlined';
|
|
87
91
|
export { default as ReloadOutlined } from './ReloadOutlined';
|
|
88
92
|
export { default as ResizeOutlined } from './ResizeOutlined';
|
|
93
|
+
export { default as RollbackOutlined } from './RollbackOutlined';
|
|
89
94
|
export { default as SearchOutlined } from './SearchOutlined';
|
|
90
95
|
export { default as SettingOutlined } from './SettingOutlined';
|
|
91
96
|
export { default as ShoppingOutlined } from './ShoppingOutlined';
|