@cmstops/pro-compo 0.3.68 → 0.3.69
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/index.css +125 -79
- package/dist/index.min.css +1 -1
- package/es/baseFilter/component.js +6 -1
- package/es/config.js +1 -1
- package/es/hooks/useAttachement.d.ts +14 -6
- package/es/hooks/useAttachement.js +15 -1
- package/es/hooks/useLocalStorage.d.ts +1 -0
- package/es/hooks/useLocalStorage.js +2 -1
- package/es/index.css +125 -79
- package/es/selectResourceModal/assets/images/sys_load_more.js +2 -0
- package/es/selectResourceModal/component.js +71 -170
- package/es/selectResourceModal/components/{ListCardWrapper/index.js → List/ListCardWrapper.js} +13 -11
- package/es/selectResourceModal/components/List/ListLocal/index.js +92 -0
- package/es/selectResourceModal/components/{ListFilter/index.js → List/ListNormal/Filter.js} +14 -14
- package/es/selectResourceModal/components/List/ListNormal/index.js +77 -0
- package/es/selectResourceModal/components/List/ListSystem/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +141 -0
- package/es/selectResourceModal/components/List/ListSystem/SubList.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/SubList.js +67 -0
- package/es/selectResourceModal/components/List/ListSystem/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/index.js +109 -0
- package/es/selectResourceModal/components/List/ListWraper.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListWraper.js +61 -0
- package/es/selectResourceModal/components/ListTabs/index.js +9 -18
- package/es/selectResourceModal/{components/ListFilter/scripts/api.d.ts → scripts/selectionApis.d.ts} +1 -0
- package/es/selectResourceModal/scripts/selectionApis.js +15 -0
- package/es/selectResourceModal/scripts/useCompoLf.d.ts +21 -0
- package/es/selectResourceModal/scripts/useCompoLf.js +32 -0
- package/es/selectResourceModal/scripts/useResourceSelect.js +7 -3
- package/es/selectResourceModal/scripts/useTabFilter.d.ts +21 -0
- package/es/selectResourceModal/scripts/useTabFilter.js +37 -0
- package/es/selectResourceModal/style/index.css +125 -79
- package/es/selectResourceModal/style/index.less +3 -32
- package/es/selectResourceModal/style/list.less +163 -0
- package/es/selectThumb/component.js +25 -13
- package/es/utils/filter.js +0 -1
- package/lib/baseFilter/component.js +6 -1
- package/lib/config.js +1 -1
- package/lib/hooks/useAttachement.js +16 -0
- package/lib/hooks/useLocalStorage.js +2 -1
- package/lib/index.css +125 -79
- package/lib/selectResourceModal/assets/images/sys_load_more.js +3 -0
- package/lib/selectResourceModal/component.js +71 -170
- package/lib/selectResourceModal/components/{ListCardWrapper/index.js → List/ListCardWrapper.js} +12 -10
- package/lib/selectResourceModal/components/List/ListLocal/index.js +93 -0
- package/lib/selectResourceModal/components/{ListFilter/index.js → List/ListNormal/Filter.js} +15 -15
- package/lib/selectResourceModal/components/List/ListNormal/index.js +78 -0
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +142 -0
- package/lib/selectResourceModal/components/List/ListSystem/SubList.js +68 -0
- package/lib/selectResourceModal/components/List/ListSystem/index.js +110 -0
- package/lib/selectResourceModal/components/List/ListWraper.js +62 -0
- package/lib/selectResourceModal/components/ListTabs/index.js +8 -17
- package/lib/selectResourceModal/{components/ListFilter/scripts/api.js → scripts/selectionApis.js} +8 -1
- package/lib/selectResourceModal/scripts/useCompoLf.js +33 -0
- package/lib/selectResourceModal/scripts/useResourceSelect.js +7 -3
- package/lib/selectResourceModal/scripts/useTabFilter.js +38 -0
- package/lib/selectResourceModal/style/index.css +125 -79
- package/lib/selectResourceModal/style/index.less +3 -32
- package/lib/selectResourceModal/style/list.less +163 -0
- package/lib/selectThumb/component.js +25 -13
- package/lib/utils/filter.js +0 -1
- package/package.json +1 -1
- package/es/selectResourceModal/components/ListContent/index.js +0 -46
- package/es/selectResourceModal/components/ListContentLocal/index.js +0 -93
- package/es/selectResourceModal/components/ListFilter/scripts/api.js +0 -9
- package/es/selectResourceModal/style/listContent.less +0 -5
- package/es/selectResourceModal/style/listContentLocal.less +0 -26
- package/es/selectResourceModal/style/listFilter.less +0 -41
- package/lib/selectResourceModal/components/ListContent/index.js +0 -47
- package/lib/selectResourceModal/components/ListContentLocal/index.js +0 -94
- package/lib/selectResourceModal/style/listContent.less +0 -5
- package/lib/selectResourceModal/style/listContentLocal.less +0 -26
- package/lib/selectResourceModal/style/listFilter.less +0 -41
- /package/es/selectResourceModal/components/{ListCardWrapper/index.d.ts → List/ListCardWrapper.d.ts} +0 -0
- /package/es/selectResourceModal/components/{ListContentLocal/components → List/ListLocal}/Upload.d.ts +0 -0
- /package/es/selectResourceModal/components/{ListContentLocal/components → List/ListLocal}/Upload.js +0 -0
- /package/es/selectResourceModal/components/{ListContent → List/ListLocal}/index.d.ts +0 -0
- /package/es/selectResourceModal/components/{ListContentLocal/index.d.ts → List/ListNormal/Filter.d.ts} +0 -0
- /package/es/selectResourceModal/components/{ListFilter → List/ListNormal}/index.d.ts +0 -0
- /package/lib/selectResourceModal/components/{ListContentLocal/components → List/ListLocal}/Upload.js +0 -0
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { defineComponent, inject, computed, openBlock, createElementBlock, createCommentVNode, createElementVNode, createVNode, unref, toDisplayString, Fragment, renderList, createBlock } from "vue";
|
|
2
|
-
import _sfc_main$1 from "./components/Upload.js";
|
|
3
|
-
import useUpload from "../../../hooks/useUpload.js";
|
|
4
|
-
import _sfc_main$2 from "../ListCardWrapper/index.js";
|
|
5
|
-
const _hoisted_1 = { class: "upload-list-wrapper" };
|
|
6
|
-
const _hoisted_2 = { class: "list-upload" };
|
|
7
|
-
const _hoisted_3 = { class: "list-content" };
|
|
8
|
-
const _hoisted_4 = {
|
|
9
|
-
key: 0,
|
|
10
|
-
class: "list-tips"
|
|
11
|
-
};
|
|
12
|
-
const _hoisted_5 = { class: "card-list-wrapper" };
|
|
13
|
-
const _sfc_main = defineComponent({
|
|
14
|
-
__name: "index",
|
|
15
|
-
props: {
|
|
16
|
-
selectKeys: {},
|
|
17
|
-
disable: { type: Boolean }
|
|
18
|
-
},
|
|
19
|
-
emits: ["select", "select-one", "reupload"],
|
|
20
|
-
setup(__props, { emit: __emit }) {
|
|
21
|
-
const emits = __emit;
|
|
22
|
-
const userInfo = inject("userInfo");
|
|
23
|
-
const baseAPI = inject("baseAPI");
|
|
24
|
-
const repoId = computed(() => {
|
|
25
|
-
var _a;
|
|
26
|
-
return (_a = userInfo == null ? void 0 : userInfo.value) == null ? void 0 : _a.repository_id;
|
|
27
|
-
});
|
|
28
|
-
const { list, uploadFile, reTranscode, transcodingFile, removeRecord } = useUpload();
|
|
29
|
-
function handleChange(file) {
|
|
30
|
-
if (!baseAPI || !repoId.value)
|
|
31
|
-
return;
|
|
32
|
-
uploadFile(
|
|
33
|
-
baseAPI,
|
|
34
|
-
file.file,
|
|
35
|
-
0,
|
|
36
|
-
repoId.value,
|
|
37
|
-
(media) => transcodingFile(baseAPI, media, repoId.value)
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
|
-
async function handleOptions(e) {
|
|
41
|
-
var _a, _b;
|
|
42
|
-
if (e.key === "reupload") {
|
|
43
|
-
if (!e.item || !((_a = e.item) == null ? void 0 : _a.originFile))
|
|
44
|
-
return;
|
|
45
|
-
e.item.originFile.sig_id = e.item.sig_id;
|
|
46
|
-
e.item.originFile.id = e.item.id;
|
|
47
|
-
handleChange({ file: e.item.originFile });
|
|
48
|
-
return;
|
|
49
|
-
}
|
|
50
|
-
if (e.key === "retranscode") {
|
|
51
|
-
if (!baseAPI || !((_b = e.item) == null ? void 0 : _b.mediaFile))
|
|
52
|
-
return;
|
|
53
|
-
if (!await reTranscode(baseAPI, e.item.mediaFile))
|
|
54
|
-
return;
|
|
55
|
-
transcodingFile(baseAPI, e.item.mediaFile, repoId.value);
|
|
56
|
-
return;
|
|
57
|
-
}
|
|
58
|
-
if (e.key === "remove") {
|
|
59
|
-
if (!e.item)
|
|
60
|
-
return;
|
|
61
|
-
removeRecord(e.item);
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
emits(e.key, e.item);
|
|
65
|
-
}
|
|
66
|
-
return (_ctx, _cache) => {
|
|
67
|
-
var _a, _b;
|
|
68
|
-
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
69
|
-
createCommentVNode(" \u4E0A\u4F20\u7EC4\u4EF6 "),
|
|
70
|
-
createElementVNode("div", _hoisted_2, [
|
|
71
|
-
createVNode(_sfc_main$1, { onChange: handleChange })
|
|
72
|
-
]),
|
|
73
|
-
createElementVNode("div", _hoisted_3, [
|
|
74
|
-
((_a = unref(list)) == null ? void 0 : _a.length) ? (openBlock(), createElementBlock("div", _hoisted_4, " \u5DF2\u4E0A\u4F20 " + toDisplayString((_b = unref(list)) == null ? void 0 : _b.length) + " \u4E2A\u7D20\u6750 ", 1)) : createCommentVNode("v-if", true),
|
|
75
|
-
createCommentVNode(" \u4E0A\u4F20\u5217\u8868 "),
|
|
76
|
-
createElementVNode("div", _hoisted_5, [
|
|
77
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), (item) => {
|
|
78
|
-
return openBlock(), createBlock(_sfc_main$2, {
|
|
79
|
-
key: item.sig_id,
|
|
80
|
-
item,
|
|
81
|
-
"select-keys": _ctx.selectKeys,
|
|
82
|
-
disable: _ctx.disable,
|
|
83
|
-
onSelect: () => emits("select", item),
|
|
84
|
-
onOptions: handleOptions
|
|
85
|
-
}, null, 8, ["item", "select-keys", "disable", "onSelect"]);
|
|
86
|
-
}), 128))
|
|
87
|
-
])
|
|
88
|
-
])
|
|
89
|
-
]);
|
|
90
|
-
};
|
|
91
|
-
}
|
|
92
|
-
});
|
|
93
|
-
export { _sfc_main as default };
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.upload-list-wrapper {
|
|
2
|
-
.list-content {
|
|
3
|
-
margin-top: 30px;
|
|
4
|
-
|
|
5
|
-
.list-tips {
|
|
6
|
-
margin-bottom: 16px;
|
|
7
|
-
color: #3d3d3d;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.upload-list-wrapper .upload-wrapper {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
|
|
16
|
-
.upload-buttons {
|
|
17
|
-
display: flex;
|
|
18
|
-
gap: 20px;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
margin: 20px 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.upload-dragger {
|
|
24
|
-
width: calc(100% - 2px);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
.list-filter-wrapper {
|
|
2
|
-
.list-filter-tags {
|
|
3
|
-
display: flex;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
margin-top: 10px;
|
|
6
|
-
|
|
7
|
-
.list-filter-tag {
|
|
8
|
-
padding: 5px 16px;
|
|
9
|
-
border-radius: 15px;
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
|
|
12
|
-
&:hover {
|
|
13
|
-
background-color: var(--color-fill-3);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&.active {
|
|
17
|
-
color: rgb(var(--primary-6));
|
|
18
|
-
font-weight: bold;
|
|
19
|
-
background: var(--color-fill-2);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.list-filter {
|
|
25
|
-
display: flex;
|
|
26
|
-
justify-content: space-between;
|
|
27
|
-
|
|
28
|
-
.filter-list {
|
|
29
|
-
display: flex;
|
|
30
|
-
gap: 10px;
|
|
31
|
-
|
|
32
|
-
.filter-item {
|
|
33
|
-
width: 100px;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.arco-input-prepend {
|
|
38
|
-
padding: 0;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var webVue = require("@arco-design/web-vue");
|
|
4
|
-
var index$1 = require("../../../emptyData/index.js");
|
|
5
|
-
var index = require("../ListCardWrapper/index.js");
|
|
6
|
-
const _hoisted_1 = { class: "card-list-wrapper" };
|
|
7
|
-
const _sfc_main = vue.defineComponent({
|
|
8
|
-
__name: "index",
|
|
9
|
-
props: {
|
|
10
|
-
loading: { type: Boolean },
|
|
11
|
-
list: {},
|
|
12
|
-
selectKeys: {},
|
|
13
|
-
disable: { type: Boolean }
|
|
14
|
-
},
|
|
15
|
-
emits: ["select", "select-one"],
|
|
16
|
-
setup(__props, { emit: __emit }) {
|
|
17
|
-
const emits = __emit;
|
|
18
|
-
function handleOptions(e) {
|
|
19
|
-
emits(e.key, e.item);
|
|
20
|
-
}
|
|
21
|
-
return (_ctx, _cache) => {
|
|
22
|
-
var _a, _b;
|
|
23
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
24
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.list, (item) => {
|
|
25
|
-
return vue.openBlock(), vue.createBlock(index, {
|
|
26
|
-
key: item.id,
|
|
27
|
-
item,
|
|
28
|
-
"select-keys": _ctx.selectKeys,
|
|
29
|
-
disable: _ctx.disable,
|
|
30
|
-
onSelect: () => emits("select", item),
|
|
31
|
-
onOptions: handleOptions
|
|
32
|
-
}, null, 8, ["item", "select-keys", "disable", "onSelect"]);
|
|
33
|
-
}), 128)),
|
|
34
|
-
vue.createCommentVNode(" \u7A7A\u72B6\u6001 "),
|
|
35
|
-
((_a = _ctx.list) == null ? void 0 : _a.length) === 0 && _ctx.loading ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Spin), {
|
|
36
|
-
key: 0,
|
|
37
|
-
loading: true
|
|
38
|
-
})) : !((_b = _ctx.list) == null ? void 0 : _b.length) ? (vue.openBlock(), vue.createBlock(vue.unref(index$1), {
|
|
39
|
-
key: 1,
|
|
40
|
-
type: "empty",
|
|
41
|
-
customTip: "\u6682\u65E0\u6570\u636E"
|
|
42
|
-
})) : vue.createCommentVNode("v-if", true)
|
|
43
|
-
]);
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
module.exports = _sfc_main;
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var vue = require("vue");
|
|
3
|
-
var Upload = require("./components/Upload.js");
|
|
4
|
-
var useUpload = require("../../../hooks/useUpload.js");
|
|
5
|
-
var index = require("../ListCardWrapper/index.js");
|
|
6
|
-
const _hoisted_1 = { class: "upload-list-wrapper" };
|
|
7
|
-
const _hoisted_2 = { class: "list-upload" };
|
|
8
|
-
const _hoisted_3 = { class: "list-content" };
|
|
9
|
-
const _hoisted_4 = {
|
|
10
|
-
key: 0,
|
|
11
|
-
class: "list-tips"
|
|
12
|
-
};
|
|
13
|
-
const _hoisted_5 = { class: "card-list-wrapper" };
|
|
14
|
-
const _sfc_main = vue.defineComponent({
|
|
15
|
-
__name: "index",
|
|
16
|
-
props: {
|
|
17
|
-
selectKeys: {},
|
|
18
|
-
disable: { type: Boolean }
|
|
19
|
-
},
|
|
20
|
-
emits: ["select", "select-one", "reupload"],
|
|
21
|
-
setup(__props, { emit: __emit }) {
|
|
22
|
-
const emits = __emit;
|
|
23
|
-
const userInfo = vue.inject("userInfo");
|
|
24
|
-
const baseAPI = vue.inject("baseAPI");
|
|
25
|
-
const repoId = vue.computed(() => {
|
|
26
|
-
var _a;
|
|
27
|
-
return (_a = userInfo == null ? void 0 : userInfo.value) == null ? void 0 : _a.repository_id;
|
|
28
|
-
});
|
|
29
|
-
const { list, uploadFile, reTranscode, transcodingFile, removeRecord } = useUpload["default"]();
|
|
30
|
-
function handleChange(file) {
|
|
31
|
-
if (!baseAPI || !repoId.value)
|
|
32
|
-
return;
|
|
33
|
-
uploadFile(
|
|
34
|
-
baseAPI,
|
|
35
|
-
file.file,
|
|
36
|
-
0,
|
|
37
|
-
repoId.value,
|
|
38
|
-
(media) => transcodingFile(baseAPI, media, repoId.value)
|
|
39
|
-
);
|
|
40
|
-
}
|
|
41
|
-
async function handleOptions(e) {
|
|
42
|
-
var _a, _b;
|
|
43
|
-
if (e.key === "reupload") {
|
|
44
|
-
if (!e.item || !((_a = e.item) == null ? void 0 : _a.originFile))
|
|
45
|
-
return;
|
|
46
|
-
e.item.originFile.sig_id = e.item.sig_id;
|
|
47
|
-
e.item.originFile.id = e.item.id;
|
|
48
|
-
handleChange({ file: e.item.originFile });
|
|
49
|
-
return;
|
|
50
|
-
}
|
|
51
|
-
if (e.key === "retranscode") {
|
|
52
|
-
if (!baseAPI || !((_b = e.item) == null ? void 0 : _b.mediaFile))
|
|
53
|
-
return;
|
|
54
|
-
if (!await reTranscode(baseAPI, e.item.mediaFile))
|
|
55
|
-
return;
|
|
56
|
-
transcodingFile(baseAPI, e.item.mediaFile, repoId.value);
|
|
57
|
-
return;
|
|
58
|
-
}
|
|
59
|
-
if (e.key === "remove") {
|
|
60
|
-
if (!e.item)
|
|
61
|
-
return;
|
|
62
|
-
removeRecord(e.item);
|
|
63
|
-
return;
|
|
64
|
-
}
|
|
65
|
-
emits(e.key, e.item);
|
|
66
|
-
}
|
|
67
|
-
return (_ctx, _cache) => {
|
|
68
|
-
var _a, _b;
|
|
69
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
70
|
-
vue.createCommentVNode(" \u4E0A\u4F20\u7EC4\u4EF6 "),
|
|
71
|
-
vue.createElementVNode("div", _hoisted_2, [
|
|
72
|
-
vue.createVNode(Upload, { onChange: handleChange })
|
|
73
|
-
]),
|
|
74
|
-
vue.createElementVNode("div", _hoisted_3, [
|
|
75
|
-
((_a = vue.unref(list)) == null ? void 0 : _a.length) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, " \u5DF2\u4E0A\u4F20 " + vue.toDisplayString((_b = vue.unref(list)) == null ? void 0 : _b.length) + " \u4E2A\u7D20\u6750 ", 1)) : vue.createCommentVNode("v-if", true),
|
|
76
|
-
vue.createCommentVNode(" \u4E0A\u4F20\u5217\u8868 "),
|
|
77
|
-
vue.createElementVNode("div", _hoisted_5, [
|
|
78
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(list), (item) => {
|
|
79
|
-
return vue.openBlock(), vue.createBlock(index, {
|
|
80
|
-
key: item.sig_id,
|
|
81
|
-
item,
|
|
82
|
-
"select-keys": _ctx.selectKeys,
|
|
83
|
-
disable: _ctx.disable,
|
|
84
|
-
onSelect: () => emits("select", item),
|
|
85
|
-
onOptions: handleOptions
|
|
86
|
-
}, null, 8, ["item", "select-keys", "disable", "onSelect"]);
|
|
87
|
-
}), 128))
|
|
88
|
-
])
|
|
89
|
-
])
|
|
90
|
-
]);
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
});
|
|
94
|
-
module.exports = _sfc_main;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.upload-list-wrapper {
|
|
2
|
-
.list-content {
|
|
3
|
-
margin-top: 30px;
|
|
4
|
-
|
|
5
|
-
.list-tips {
|
|
6
|
-
margin-bottom: 16px;
|
|
7
|
-
color: #3d3d3d;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.upload-list-wrapper .upload-wrapper {
|
|
13
|
-
display: flex;
|
|
14
|
-
flex-direction: column;
|
|
15
|
-
|
|
16
|
-
.upload-buttons {
|
|
17
|
-
display: flex;
|
|
18
|
-
gap: 20px;
|
|
19
|
-
justify-content: center;
|
|
20
|
-
margin: 20px 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.upload-dragger {
|
|
24
|
-
width: calc(100% - 2px);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
.list-filter-wrapper {
|
|
2
|
-
.list-filter-tags {
|
|
3
|
-
display: flex;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
margin-top: 10px;
|
|
6
|
-
|
|
7
|
-
.list-filter-tag {
|
|
8
|
-
padding: 5px 16px;
|
|
9
|
-
border-radius: 15px;
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
|
|
12
|
-
&:hover {
|
|
13
|
-
background-color: var(--color-fill-3);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&.active {
|
|
17
|
-
color: rgb(var(--primary-6));
|
|
18
|
-
font-weight: bold;
|
|
19
|
-
background: var(--color-fill-2);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.list-filter {
|
|
25
|
-
display: flex;
|
|
26
|
-
justify-content: space-between;
|
|
27
|
-
|
|
28
|
-
.filter-list {
|
|
29
|
-
display: flex;
|
|
30
|
-
gap: 10px;
|
|
31
|
-
|
|
32
|
-
.filter-item {
|
|
33
|
-
width: 100px;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.arco-input-prepend {
|
|
38
|
-
padding: 0;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
/package/es/selectResourceModal/components/{ListCardWrapper/index.d.ts → List/ListCardWrapper.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
/package/es/selectResourceModal/components/{ListContentLocal/components → List/ListLocal}/Upload.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/lib/selectResourceModal/components/{ListContentLocal/components → List/ListLocal}/Upload.js
RENAMED
|
File without changes
|