@blueking/ai-ui-sdk 0.1.0-beta.3 → 0.1.0-beta.5
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/common/util.d.ts +6 -0
- package/dist/common/util.ts.js +16 -0
- package/dist/components/render-aside/index.script.vue.js +2 -2
- package/dist/components/render-aside/index.vue.css +9 -9
- package/dist/components/render-aside/index.vue.js +1 -1
- package/dist/components/render-auto-height-textarea/index.vue.css +11 -11
- package/dist/components/render-auto-height-textarea/index.vue.js +1 -1
- package/dist/components/render-collapse/index.vue.css +2 -2
- package/dist/components/render-collapse/index.vue.js +1 -1
- package/dist/components/render-dataset/components/edit-dataset-data/index.script.vue.js.js +358 -0
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.css +24 -0
- package/dist/components/{render-dataset-detail-origin-data/components/operation-record → render-dataset/components/edit-dataset-data}/index.vue.d.ts +3 -3
- package/dist/components/render-dataset/components/edit-dataset-data/index.vue.js +5 -0
- package/dist/components/render-dataset/components/operation-record/index.script.vue.js.js +114 -0
- package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/index.vue.css +4 -4
- package/dist/components/render-dataset/components/operation-record/index.vue.d.ts +7 -0
- package/dist/components/render-dataset/components/operation-record/index.vue.js +5 -0
- package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/table/index.script.vue.js.js +24 -18
- package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/table/index.vue.css +1 -1
- package/dist/components/render-dataset/components/operation-record/table/index.vue.js +5 -0
- package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/view-op-result/index.script.vue.js.js +15 -19
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.css +12 -0
- package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/view-op-result/index.vue.d.ts +2 -1
- package/dist/components/render-dataset/components/operation-record/view-op-result/index.vue.js +5 -0
- package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.css +3 -3
- package/dist/components/render-dataset/components/plus-dataset/dataset-form.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset/index.vue.css +2 -5
- package/dist/components/render-dataset/components/plus-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.script.vue.js.js +6 -3
- package/dist/components/render-dataset/components/plus-dataset-data/form/dataset.vue.d.ts +2 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/file.script.vue.js.js +66 -12
- package/dist/components/render-dataset/components/plus-dataset-data/form/file.vue.d.ts +2 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.css +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/footer.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.script.vue.js.js +83 -26
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.css +2 -5
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.d.ts +3 -0
- package/dist/components/render-dataset/components/plus-dataset-data/form/index.vue.js +1 -1
- package/dist/components/render-dataset/components/plus-dataset-data/form/manual.script.vue.js.js +72 -47
- package/dist/components/render-dataset/components/plus-dataset-data/form/manual.vue.d.ts +2 -0
- package/dist/components/render-dataset/components/plus-dataset-data/index.script.vue.js.js +9 -1
- package/dist/components/render-dataset/components/plus-dataset-data/index.vue.d.ts +8 -3
- package/dist/components/render-dataset/components/search-dataset-data/index.script.vue.js.js +1 -1
- package/dist/components/render-dataset/components/search-operation-record/index.script.vue.js.js +20 -93
- package/dist/components/render-dataset/components/search-operation-record/index.vue.d.ts +0 -1
- package/dist/components/render-dataset/components/source-type-icon/index.vue.css +3 -3
- package/dist/components/render-dataset/components/source-type-icon/index.vue.js +1 -1
- package/dist/components/render-dataset/index.vue.css +1 -1
- package/dist/components/render-dataset/index.vue.js +1 -1
- package/dist/components/render-dataset-detail/components/header.script.vue.js.js +41 -12
- package/dist/components/render-dataset-detail/components/header.vue.d.ts +5 -1
- package/dist/components/render-dataset-detail/index.script.vue.js.js +11 -1
- package/dist/components/render-dataset-detail/index.vue.d.ts +5 -1
- package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.script.vue.js.js +69 -12
- package/dist/components/render-dataset-detail-origin-data/components/batch-operation/index.vue.d.ts +12 -1
- package/dist/components/render-dataset-detail-origin-data/components/table/index.script.vue.js.js +197 -161
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.css +1 -1
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.d.ts +10 -2
- package/dist/components/render-dataset-detail-origin-data/components/table/index.vue.js +1 -1
- package/dist/components/render-dataset-detail-origin-data/index.script.vue.js.js +33 -12
- package/dist/components/render-dataset-detail-origin-data/index.vue.css +3 -3
- package/dist/components/render-dataset-detail-origin-data/index.vue.d.ts +1 -0
- package/dist/components/render-dataset-detail-origin-data/index.vue.js +1 -1
- package/dist/components/render-dataset-list/components/main.vue.css +3 -3
- package/dist/components/render-dataset-list/components/main.vue.js +1 -1
- package/dist/components/render-dataset-list/components/table.script.vue.js.js +32 -43
- package/dist/components/render-expand-collapse/index.vue.css +3 -3
- package/dist/components/render-expand-collapse/index.vue.js +1 -1
- package/dist/components/render-file-card/index.script.vue.js.js +2 -2
- package/dist/components/render-file-card/index.vue.css +11 -11
- package/dist/components/render-file-card/index.vue.js +1 -1
- package/dist/components/render-file-type-icon/index.script.vue.js.js +8 -8
- package/dist/components/render-file-type-icon/index.vue.css +5 -5
- package/dist/components/render-file-type-icon/index.vue.js +1 -1
- package/dist/components/render-header/index.vue.css +5 -5
- package/dist/components/render-header/index.vue.js +1 -1
- package/dist/components/render-router-tab/index.vue.css +3 -3
- package/dist/components/render-router-tab/index.vue.js +1 -1
- package/dist/components/render-search-select/index.script.vue.js.js +43 -33
- package/dist/css/fonts/iconcool.eot +0 -0
- package/dist/css/fonts/iconcool.svg +27 -0
- package/dist/css/fonts/iconcool.ttf +0 -0
- package/dist/css/fonts/iconcool.woff +0 -0
- package/dist/css/iconcool.js +1 -1
- package/dist/css/style.css +27 -0
- package/dist/event/index.ts.js +1 -2
- package/dist/hooks/use-dataset-http.d.ts +18 -6
- package/dist/hooks/use-dataset-http.ts.js +36 -13
- package/dist/http/fetch/error-interceptor.ts.js +8 -14
- package/dist/http/fetch/index.ts.js +3 -2
- package/dist/http/helper/dataset.d.ts +8 -2
- package/dist/http/helper/dataset.ts.js +127 -28
- package/dist/types/common.d.ts +1 -1
- package/dist/types/dataset.d.ts +51 -31
- package/dist/types/enum.d.ts +15 -19
- package/dist/types/enum.ts.js +19 -22
- package/package.json +1 -1
- package/dist/components/render-dataset-detail-origin-data/components/edit-data/index.script.vue.js.js +0 -268
- package/dist/components/render-dataset-detail-origin-data/components/edit-data/index.vue.css +0 -38
- package/dist/components/render-dataset-detail-origin-data/components/edit-data/index.vue.d.ts +0 -12
- package/dist/components/render-dataset-detail-origin-data/components/edit-data/index.vue.js +0 -5
- package/dist/components/render-dataset-detail-origin-data/components/operation-record/index.script.vue.js.js +0 -96
- package/dist/components/render-dataset-detail-origin-data/components/operation-record/index.vue.js +0 -5
- package/dist/components/render-dataset-detail-origin-data/components/operation-record/table/index.vue.js +0 -5
- package/dist/components/render-dataset-detail-origin-data/components/operation-record/view-op-result/index.vue.css +0 -6
- package/dist/components/render-dataset-detail-origin-data/components/operation-record/view-op-result/index.vue.js +0 -5
- /package/dist/components/{render-dataset-detail-origin-data → render-dataset}/components/operation-record/table/index.vue.d.ts +0 -0
@@ -30,6 +30,8 @@ import { defineComponent as _defineComponent } from 'vue';
|
|
30
30
|
import { unref as _unref, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveComponent as _resolveComponent, withCtx as _withCtx, createVNode as _createVNode, resolveDirective as _resolveDirective, openBlock as _openBlock, createBlock as _createBlock, withDirectives as _withDirectives } from "vue";
|
31
31
|
import { watch } from 'vue';
|
32
32
|
import { useRouter } from 'vue-router';
|
33
|
+
import OperationRecord from '../../render-dataset/components/operation-record/index.vue.js';
|
34
|
+
import RenderPlusDatasetData from '../../render-dataset/components/plus-dataset-data/index.vue.js';
|
33
35
|
import { useDatasetHttp } from '../../../hooks/use-dataset-http.ts.js';
|
34
36
|
import useTable from '../../../hooks/use-table.ts.js';
|
35
37
|
import { DatasetType } from '../../../types/enum.ts.js';
|
@@ -58,7 +60,12 @@ export default /*@__PURE__*/ _defineComponent({
|
|
58
60
|
limit: 20,
|
59
61
|
count: 0
|
60
62
|
});
|
61
|
-
const
|
63
|
+
const handleGetDatasetData = (row)=>{
|
64
|
+
return {
|
65
|
+
datasetId: row.id
|
66
|
+
};
|
67
|
+
};
|
68
|
+
const handleGoToDetail = (row)=>{
|
62
69
|
router.push({
|
63
70
|
name: 'dataset-detail',
|
64
71
|
params: {
|
@@ -96,9 +103,9 @@ export default /*@__PURE__*/ _defineComponent({
|
|
96
103
|
}, {
|
97
104
|
default: _withCtx(({ row })=>[
|
98
105
|
_createVNode(_component_bk_button, {
|
99
|
-
theme: "primary",
|
100
106
|
text: "",
|
101
|
-
|
107
|
+
theme: "primary",
|
108
|
+
onClick: ($event)=>handleGoToDetail(row)
|
102
109
|
}, {
|
103
110
|
default: _withCtx(()=>[
|
104
111
|
_createTextVNode(_toDisplayString(row.datasetName), 1 /* TEXT */ )
|
@@ -137,63 +144,45 @@ export default /*@__PURE__*/ _defineComponent({
|
|
137
144
|
_createVNode(_component_bk_table_column, {
|
138
145
|
label: "操作",
|
139
146
|
fixed: "right",
|
140
|
-
width: "
|
147
|
+
width: "250"
|
141
148
|
}, {
|
142
149
|
default: _withCtx(({ row })=>[
|
143
|
-
_createVNode(
|
150
|
+
_createVNode(RenderPlusDatasetData, {
|
144
151
|
text: "",
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
]
|
155
|
-
}),
|
156
|
-
_createVNode(_component_bk_button, {
|
157
|
-
text: "",
|
158
|
-
theme: "primary",
|
159
|
-
class: "g-mr-16"
|
160
|
-
}, {
|
161
|
-
default: _withCtx(()=>_cache[1] || (_cache[1] = [
|
162
|
-
_createTextVNode(" 添加数据 ")
|
163
|
-
])),
|
164
|
-
_: 1 /* STABLE */ ,
|
165
|
-
__: [
|
166
|
-
1
|
167
|
-
]
|
168
|
-
}),
|
152
|
+
class: "g-mr-16",
|
153
|
+
"api-prefix": _ctx.apiPrefix,
|
154
|
+
"dataset-data": handleGetDatasetData(row),
|
155
|
+
onSuccessPlus: _unref(triggerApi)
|
156
|
+
}, null, 8 /* PROPS */ , [
|
157
|
+
"api-prefix",
|
158
|
+
"dataset-data",
|
159
|
+
"onSuccessPlus"
|
160
|
+
]),
|
169
161
|
_createVNode(_component_bk_button, {
|
170
162
|
text: "",
|
171
163
|
theme: "primary",
|
172
164
|
class: "g-mr-16",
|
173
|
-
onClick: ($event)=>
|
165
|
+
onClick: ($event)=>handleGoToDetail(row)
|
174
166
|
}, {
|
175
|
-
default: _withCtx(()=>_cache[
|
167
|
+
default: _withCtx(()=>_cache[0] || (_cache[0] = [
|
176
168
|
_createTextVNode(" 查看详情 ")
|
177
169
|
])),
|
178
170
|
_: 2 /* DYNAMIC */ ,
|
179
171
|
__: [
|
180
|
-
|
172
|
+
0
|
181
173
|
]
|
182
174
|
}, 1032 /* PROPS, DYNAMIC_SLOTS */ , [
|
183
175
|
"onClick"
|
184
176
|
]),
|
185
|
-
_createVNode(
|
177
|
+
_createVNode(OperationRecord, {
|
186
178
|
text: "",
|
187
|
-
theme: "primary"
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
3
|
195
|
-
]
|
196
|
-
})
|
179
|
+
theme: "primary",
|
180
|
+
"api-prefix": _ctx.apiPrefix,
|
181
|
+
"dataset-id": row.id
|
182
|
+
}, null, 8 /* PROPS */ , [
|
183
|
+
"api-prefix",
|
184
|
+
"dataset-id"
|
185
|
+
])
|
197
186
|
]),
|
198
187
|
_: 1 /* STABLE */
|
199
188
|
})
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
.expend-collapse-home[data-v-
|
2
|
+
.expend-collapse-home[data-v-heucf6hs] {
|
3
3
|
width: 16px;
|
4
4
|
height: 64px;
|
5
5
|
background: #DCDEE5;
|
@@ -15,9 +15,9 @@
|
|
15
15
|
cursor: pointer;
|
16
16
|
z-index: 1550;
|
17
17
|
}
|
18
|
-
.expend-collapse-home[data-v-
|
18
|
+
.expend-collapse-home[data-v-heucf6hs]:hover {
|
19
19
|
background: #979BA5;
|
20
20
|
}
|
21
|
-
.expend-collapse-home.is-close[data-v-
|
21
|
+
.expend-collapse-home.is-close[data-v-heucf6hs] {
|
22
22
|
left: 0;
|
23
23
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as _defineComponent } from 'vue';
|
2
|
-
import { createVNode as _createVNode, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveDirective as _resolveDirective, openBlock as _openBlock, createElementBlock as _createElementBlock, withDirectives as _withDirectives, unref as _unref, createElementVNode as _createElementVNode, renderSlot as _renderSlot, withModifiers as _withModifiers,
|
2
|
+
import { createVNode as _createVNode, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, resolveDirective as _resolveDirective, openBlock as _openBlock, createElementBlock as _createElementBlock, withDirectives as _withDirectives, unref as _unref, createElementVNode as _createElementVNode, renderSlot as _renderSlot, withModifiers as _withModifiers, resolveComponent as _resolveComponent, withCtx as _withCtx } from "vue";
|
3
3
|
const _hoisted_1 = {
|
4
4
|
class: "upload-file-home g-flex-row"
|
5
5
|
};
|
@@ -66,7 +66,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
66
66
|
}, {
|
67
67
|
default: _withCtx(()=>[
|
68
68
|
_withDirectives(_createElementVNode("i", {
|
69
|
-
class:
|
69
|
+
class: "ai-ui-sdk-icon ai-ui-sdk-delete",
|
70
70
|
onClick: _cache[0] || (_cache[0] = _withModifiers(()=>{}, [
|
71
71
|
"stop"
|
72
72
|
]))
|
@@ -1,21 +1,21 @@
|
|
1
1
|
|
2
|
-
.upload-file-home[data-v-
|
2
|
+
.upload-file-home[data-v-5kchhjoc] {
|
3
3
|
position: relative;
|
4
4
|
background: #FFFFFF;
|
5
5
|
border: 1px solid #DCDEE5;
|
6
6
|
border-radius: 4px;
|
7
7
|
padding: 12px 12px 10px 12px;
|
8
8
|
}
|
9
|
-
.upload-file-home[data-v-
|
9
|
+
.upload-file-home[data-v-5kchhjoc]:hover {
|
10
10
|
border: 1px solid #3A84FF;
|
11
11
|
}
|
12
|
-
.upload-file-home:hover .file-icons[data-v-
|
12
|
+
.upload-file-home:hover .file-icons[data-v-5kchhjoc] {
|
13
13
|
display: flex;
|
14
14
|
}
|
15
|
-
.upload-file-home .file-icon[data-v-
|
15
|
+
.upload-file-home .file-icon[data-v-5kchhjoc] {
|
16
16
|
font-size: 32px;
|
17
17
|
}
|
18
|
-
.upload-file-home .file-content[data-v-
|
18
|
+
.upload-file-home .file-content[data-v-5kchhjoc] {
|
19
19
|
font-size: 12px;
|
20
20
|
flex: 1;
|
21
21
|
align-items: flex-start;
|
@@ -23,28 +23,28 @@
|
|
23
23
|
font-weight: normal;
|
24
24
|
width: 0;
|
25
25
|
}
|
26
|
-
.upload-file-home .file-content .file-name[data-v-
|
26
|
+
.upload-file-home .file-content .file-name[data-v-5kchhjoc] {
|
27
27
|
width: 100%;
|
28
28
|
font-size: 14px;
|
29
29
|
line-height: 20px;
|
30
30
|
}
|
31
|
-
.upload-file-home .file-content .file-size[data-v-
|
31
|
+
.upload-file-home .file-content .file-size[data-v-5kchhjoc] {
|
32
32
|
font-size: 12px;
|
33
33
|
color: #979BA5;
|
34
34
|
line-height: 20px;
|
35
35
|
}
|
36
|
-
.upload-file-home .file-icons[data-v-
|
36
|
+
.upload-file-home .file-icons[data-v-5kchhjoc] {
|
37
37
|
display: none;
|
38
38
|
color: #979BA5;
|
39
39
|
}
|
40
|
-
.upload-file-home .file-icons .bkaidev-icon[data-v-
|
40
|
+
.upload-file-home .file-icons .bkaidev-icon[data-v-5kchhjoc] {
|
41
41
|
cursor: pointer;
|
42
42
|
margin-right: 15px;
|
43
43
|
font-size: 16px;
|
44
44
|
}
|
45
|
-
.upload-file-home .file-icons .bkaidev-icon[data-v-
|
45
|
+
.upload-file-home .file-icons .bkaidev-icon[data-v-5kchhjoc]:hover {
|
46
46
|
color: #3A84FF;
|
47
47
|
}
|
48
|
-
.upload-file-home .file-icons .bkaidev-delete[data-v-
|
48
|
+
.upload-file-home .file-icons .bkaidev-delete[data-v-5kchhjoc] {
|
49
49
|
margin: 0;
|
50
50
|
}
|
@@ -6,14 +6,14 @@ export default /*@__PURE__*/ _defineComponent({
|
|
6
6
|
},
|
7
7
|
setup (__props) {
|
8
8
|
const iconClassMap = {
|
9
|
-
pdf: '
|
10
|
-
docx: '
|
11
|
-
txt: '
|
12
|
-
md: '
|
13
|
-
html: '
|
14
|
-
csv: '
|
15
|
-
xlsx: '
|
16
|
-
folder: '
|
9
|
+
pdf: 'ai-ui-sdk-icon ai-ui-sdk-pdf',
|
10
|
+
docx: 'ai-ui-sdk-icon ai-ui-sdk-doc-2',
|
11
|
+
txt: 'ai-ui-sdk-icon ai-ui-sdk-ppt-2',
|
12
|
+
md: 'ai-ui-sdk-icon ai-ui-sdk-markdown',
|
13
|
+
html: 'ai-ui-sdk-icon ai-ui-sdk-wangye',
|
14
|
+
csv: 'ai-ui-sdk-icon ai-ui-sdk-excel',
|
15
|
+
xlsx: 'ai-ui-sdk-icon ai-ui-sdk-excel',
|
16
|
+
folder: 'ai-ui-sdk-icon ai-ui-sdk-folder-fill'
|
17
17
|
};
|
18
18
|
return (_ctx, _cache)=>{
|
19
19
|
return _openBlock(), _createElementBlock("i", {
|
@@ -1,16 +1,16 @@
|
|
1
1
|
|
2
|
-
.
|
2
|
+
.ai-ui-sdk-icon.ai-ui-sdk-pdf[data-v-p5iag9n1] {
|
3
3
|
color: #EA3636;
|
4
4
|
}
|
5
|
-
.
|
5
|
+
.ai-ui-sdk-icon.ai-ui-sdk-doc-2[data-v-p5iag9n1], .ai-ui-sdk-icon.ai-ui-sdk-ppt-2[data-v-p5iag9n1], .ai-ui-sdk-icon.ai-ui-sdk-markdown[data-v-p5iag9n1] {
|
6
6
|
color: #3A84FF;
|
7
7
|
}
|
8
|
-
.
|
8
|
+
.ai-ui-sdk-icon.ai-ui-sdk-folder-fill[data-v-p5iag9n1] {
|
9
9
|
color: #C4C6CC;
|
10
10
|
}
|
11
|
-
.
|
11
|
+
.ai-ui-sdk-icon.ai-ui-sdk-excel[data-v-p5iag9n1] {
|
12
12
|
color: #2DCB56;
|
13
13
|
}
|
14
|
-
.
|
14
|
+
.ai-ui-sdk-icon.ai-ui-sdk-wangye[data-v-p5iag9n1] {
|
15
15
|
color: #14A568;
|
16
16
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
.header-home[data-v-
|
2
|
+
.header-home[data-v-b6how869] {
|
3
3
|
width: 100%;
|
4
4
|
height: 52px;
|
5
5
|
background: #FFFFFF;
|
@@ -7,14 +7,14 @@
|
|
7
7
|
position: relative;
|
8
8
|
z-index: 2;
|
9
9
|
}
|
10
|
-
.header-title[data-v-
|
10
|
+
.header-title[data-v-b6how869] {
|
11
11
|
position: absolute;
|
12
12
|
left: 24px;
|
13
13
|
top: 14px;
|
14
14
|
font-size: 16px;
|
15
15
|
color: #313238;
|
16
16
|
}
|
17
|
-
.header-main[data-v-
|
17
|
+
.header-main[data-v-b6how869] {
|
18
18
|
display: flex;
|
19
19
|
align-items: center;
|
20
20
|
justify-content: flex-end;
|
@@ -22,13 +22,13 @@
|
|
22
22
|
height: 100%;
|
23
23
|
margin: 0 auto;
|
24
24
|
}
|
25
|
-
.header-select[data-v-
|
25
|
+
.header-select[data-v-b6how869] {
|
26
26
|
width: 300px;
|
27
27
|
margin-right: 8px;
|
28
28
|
z-index: 9;
|
29
29
|
font-size: 12px;
|
30
30
|
}
|
31
|
-
.header-input[data-v-
|
31
|
+
.header-input[data-v-b6how869] {
|
32
32
|
width: 300px;
|
33
33
|
font-size: 12px;
|
34
34
|
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
|
2
|
-
.router-tab[data-v-
|
2
|
+
.router-tab[data-v-uzxs1thi] {
|
3
3
|
margin-top: 2px;
|
4
4
|
height: 42px;
|
5
5
|
background: #FFFFFF;
|
6
6
|
box-shadow: 0 2px 4px 0 #1919290d;
|
7
7
|
padding: 0 45px;
|
8
8
|
}
|
9
|
-
.router-tab a[data-v-
|
9
|
+
.router-tab a[data-v-uzxs1thi] {
|
10
10
|
padding: 0 8px;
|
11
11
|
margin-right: 24px;
|
12
12
|
font-size: 14px;
|
@@ -15,7 +15,7 @@
|
|
15
15
|
color: #4D4F56;
|
16
16
|
box-sizing: border-box;
|
17
17
|
}
|
18
|
-
.router-tab a.router-link-exact-active[data-v-
|
18
|
+
.router-tab a.router-link-exact-active[data-v-uzxs1thi] {
|
19
19
|
color: #3A84FF;
|
20
20
|
border-bottom: 2px solid #3A84FF;
|
21
21
|
}
|
@@ -19,25 +19,23 @@ export default /*@__PURE__*/ _defineComponent({
|
|
19
19
|
setup (__props, { emit: __emit }) {
|
20
20
|
const props = __props;
|
21
21
|
const emits = __emit;
|
22
|
-
const renderValue = computed(()=>Object.keys(props.modelValue || {}).
|
23
|
-
|
24
|
-
const
|
25
|
-
|
26
|
-
if (item.multiple) {
|
22
|
+
const renderValue = computed(()=>Object.keys(props.modelValue || {}).reduce((acc, cur)=>{
|
23
|
+
const item = props.data.find((item)=>item.id === cur || (item === null || item === void 0 ? void 0 : item.multipleKey) === cur);
|
24
|
+
const value = props.modelValue[cur];
|
25
|
+
if (item === null || item === void 0 ? void 0 : item.multiple) {
|
27
26
|
if (item.children && Array.isArray(item.children)) {
|
28
|
-
var
|
29
|
-
const childItems = item === null || item === void 0 ? void 0 : (
|
30
|
-
|
27
|
+
var _item_children;
|
28
|
+
const childItems = item === null || item === void 0 ? void 0 : (_item_children = item.children) === null || _item_children === void 0 ? void 0 : _item_children.filter((childItem)=>value.includes(childItem.id));
|
29
|
+
acc.push({
|
31
30
|
id: item.id,
|
32
31
|
name: item.name,
|
33
32
|
values: childItems.map((chidItem)=>({
|
34
33
|
id: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.id) || value,
|
35
34
|
name: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.name) || value
|
36
35
|
}))
|
37
|
-
};
|
38
|
-
}
|
39
|
-
|
40
|
-
return {
|
36
|
+
});
|
37
|
+
} else if (!Array.isArray(value)) {
|
38
|
+
acc.push({
|
41
39
|
id: item.id,
|
42
40
|
name: item.name,
|
43
41
|
values: [
|
@@ -46,30 +44,33 @@ export default /*@__PURE__*/ _defineComponent({
|
|
46
44
|
name: value
|
47
45
|
}
|
48
46
|
]
|
49
|
-
};
|
47
|
+
});
|
48
|
+
} else {
|
49
|
+
acc.push({
|
50
|
+
id: item.id,
|
51
|
+
name: item.name,
|
52
|
+
values: value === null || value === void 0 ? void 0 : value.map((item)=>({
|
53
|
+
id: item,
|
54
|
+
name: item
|
55
|
+
}))
|
56
|
+
});
|
50
57
|
}
|
51
|
-
|
52
|
-
|
58
|
+
} else if (item) {
|
59
|
+
var _item_children1;
|
60
|
+
const chidItem = item === null || item === void 0 ? void 0 : (_item_children1 = item.children) === null || _item_children1 === void 0 ? void 0 : _item_children1.find((childItem)=>childItem.id === value);
|
61
|
+
acc.push({
|
53
62
|
id: item.id,
|
54
63
|
name: item.name,
|
55
|
-
values:
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
64
|
+
values: [
|
65
|
+
{
|
66
|
+
id: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.id) || value,
|
67
|
+
name: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.name) || value
|
68
|
+
}
|
69
|
+
]
|
70
|
+
});
|
60
71
|
}
|
61
|
-
|
62
|
-
|
63
|
-
id: item.id,
|
64
|
-
name: item.name,
|
65
|
-
values: [
|
66
|
-
{
|
67
|
-
id: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.id) || value,
|
68
|
-
name: (chidItem === null || chidItem === void 0 ? void 0 : chidItem.name) || value
|
69
|
-
}
|
70
|
-
]
|
71
|
-
};
|
72
|
-
}));
|
72
|
+
return acc;
|
73
|
+
}, []));
|
73
74
|
const hackValue = (value, valueType)=>{
|
74
75
|
switch(valueType){
|
75
76
|
case 'number':
|
@@ -79,6 +80,15 @@ export default /*@__PURE__*/ _defineComponent({
|
|
79
80
|
}
|
80
81
|
};
|
81
82
|
const handleUpdate = (values)=>{
|
83
|
+
// 不在模型中的数据,直接保留
|
84
|
+
const keepModelValue = Object.keys(props.modelValue).reduce((acc, cur)=>{
|
85
|
+
const item = props.data.find((item)=>item.id === cur || (item === null || item === void 0 ? void 0 : item.multipleKey) === cur);
|
86
|
+
if (!item) {
|
87
|
+
acc[cur] = props.modelValue[cur];
|
88
|
+
}
|
89
|
+
return acc;
|
90
|
+
}, {});
|
91
|
+
// 模型中的数据,实时计算
|
82
92
|
const modelValue = values.reduce((acc, cur)=>{
|
83
93
|
const item = props.data.find((item)=>item.id === cur.id || (item === null || item === void 0 ? void 0 : item.multipleKey) === cur.id);
|
84
94
|
let filedValue = undefined;
|
@@ -102,7 +112,7 @@ export default /*@__PURE__*/ _defineComponent({
|
|
102
112
|
}
|
103
113
|
acc[fieldKey] = filedValue;
|
104
114
|
return acc;
|
105
|
-
},
|
115
|
+
}, keepModelValue);
|
106
116
|
emits('update:modelValue', modelValue);
|
107
117
|
};
|
108
118
|
return (_ctx, _cache)=>{
|
Binary file
|
@@ -41,6 +41,9 @@
|
|
41
41
|
<glyph glyph-name="uniE108" unicode="" d="M864 684H288C270.4 684 256 669.6 256 652V556H160C142.4 556 128 541.6 128 524V-52C128-69.6 142.4-84 160-84H736C753.6-84 768-69.6 768-52V44H864C881.6 44 896 58.4 896 76V652C896 669.6 881.6 684 864 684ZM704 108V44-20H192V492H256 320 704V108ZM832 108H768V524C768 541.6 753.6 556 736 556H320V620H832V108ZM275.2 392.8H611.2V328.8H275.2ZM272 268H608V204H272ZM272 140H608V76H272Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
42
42
|
|
43
43
|
|
44
|
+
<glyph glyph-name="uniE118" unicode="" d="M270.88 484.48H856V534.88A51.84 51.84 0 0 1 804 586.24H492V632.64A51.84 51.84 0 0 1 440 684H180A51.84 51.84 0 0 1 128 632.64V31.36L218.88 433.28A51.68 51.68 0 0 0 270.88 484.48ZM868.96 31.36A51.68 51.68 0 0 0 816.96-20H167.04L257.92 394.72A51.52 51.52 0 0 0 309.92 445.92H908A51.52 51.52 0 0 0 960 394.72Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
45
|
+
|
46
|
+
|
44
47
|
<glyph glyph-name="uniE10E" unicode="" d="M416-84H352V140H128V204H384C401.6 204 416 189.6 416 172V-84ZM672-84H608V172C608 189.6 622.4 204 640 204H896V140H672V-84ZM384 396H128V460H352V684H416V428C416 410.4 401.6 396 384 396ZM896 396H640C622.4 396 608 410.4 608 428V684H672V460H896V396Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
45
48
|
|
46
49
|
|
@@ -50,9 +53,21 @@
|
|
50
53
|
<glyph glyph-name="uniE111" unicode="" d="M616.8 748C625.3 748 633.4 744.6 639.4 738.6L854.6 523.4C860.6 517.4 864 509.2 864 500.7L864-116C864-133.7 849.7-148 832-148L192-148C174.3-148 160-133.7 160-116L160 716C160 733.7 174.3 748 192 748ZM656 108L368 108C359.1634 108 352 100.8366 352 92L352 60C352 51.1634 359.1634 44 368 44L656 44C664.8366 44 672 51.1634 672 60L672 92C672 100.8366 664.8366 108 656 108ZM592 236L368 236C359.1634 236 352 228.8366 352 220L352 188C352 179.1634 359.1634 172 368 172L592 172C600.8366 172 608 179.1634 608 188L608 220C608 228.8366 600.8366 236 592 236ZM464 364L368 364C359.1634 364 352 356.8366 352 348L352 316C352 307.1634 359.1634 300 368 300L464 300C472.8366 300 480 307.1634 480 316L480 348C480 356.8366 472.8366 364 464 364ZM602 674.2L602 486 790.2 486 602 674.2Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
51
54
|
|
52
55
|
|
56
|
+
<glyph glyph-name="uniE113" unicode="" d="M854.6 523.3C860.6 517.3 864 509.2 864 500.7L864-116C864-133.7 849.7-148 832-148L192-148C174.3-148 160-133.7 160-116L160 716C160 733.7 174.3 748 192 748L616.7 748C625.2 748 633.4 744.6 639.4 738.6L854.6 523.3ZM790.2 486L602 674.2 602 486 790.2 486ZM633.217 174.744C618.043 175.233 601.903 174.074 583.567 171.78 559.269 186.767 542.913 207.362 531.293 237.607 531.573 238.759 532.153 241.145 532.356 241.987 532.83 243.945 533.223 245.581 533.599 247.172 537.892 265.302 540.214 278.53 540.899 291.867 541.417 301.941 540.859 311.235 539.072 319.843 535.774 338.427 522.618 349.296 506.051 349.969 490.605 350.596 476.402 341.976 472.77 328.596 466.857 306.984 470.32 278.526 482.85 230.014 466.886 191.958 445.798 147.353 431.647 122.475 412.762 112.735 398.043 103.87 385.694 94.048 369.391 81.082 359.214 67.758 356.408 53.742 355.053 47.262 357.1 38.776 361.768 31.83 367.064 23.951 375.05 18.839 384.623 18.095 408.775 16.218 438.453 41.119 471.213 97.353 474.508 98.443 477.993 99.61 482.239 101.043 484.562 101.826 492.703 104.581 494.149 105.069 501.67 107.609 507.129 109.429 512.525 111.185 535.921 118.797 553.621 123.614 569.735 126.348 597.708 111.375 630.051 101.552 651.833 101.552 669.812 101.552 681.959 110.871 686.348 125.537 690.205 138.423 687.142 153.361 678.875 161.621 670.315 170.031 654.575 174.055 633.217 174.744L633.217 174.744ZM385.232 46.324L385.232 46.684 385.358 47.022C386.633 50.443 388.515 54.03 390.958 57.78 395.242 64.356 401.131 71.28 408.43 78.645 412.35 82.6 416.432 86.445 421.22 90.765 422.293 91.734 429.13 97.824 430.409 99.015L441.585 109.422 433.465 96.488C421.139 76.85 410.005 62.708 400.452 53.484 396.945 50.097 393.852 47.584 391.361 45.979 390.334 45.317 389.445 44.835 388.748 44.555 388.339 44.392 387.977 44.287 387.618 44.253 387.2381 44.2084 386.8531 44.2636 386.501 44.413 385.7311 44.7355 385.2306 45.4893 385.232 46.324ZM511.166 264.593L508.906 260.586 507.516 264.971C504.402 274.8 502.129 289.612 501.5 302.968 500.784 318.165 501.99 327.291 506.786 327.291 513.526 327.291 516.617 316.483 516.862 300.238 517.078 285.958 514.832 271.096 511.166 264.593ZM505.356 206.129L506.89 210.179 508.978 206.384C520.668 185.139 535.836 167.417 552.516 155.069L556.111 152.407 551.731 151.503C535.403 148.131 520.187 143.046 499.391 134.661 501.565 135.537 477.768 125.798 471.753 123.492L466.501 121.479 469.303 126.356C481.653 147.852 493.061 173.682 505.355 206.129L505.356 206.129ZM662.982 129.868C655.118 126.764 638.205 129.539 608.413 142.255L600.852 145.482 609.051 146.089C632.346 147.813 648.858 146.529 658.473 143.009 662.563 141.511 665.297 139.621 666.51 137.456 667.82 135.12 667.22 132.646 665.148 131.146 664.7 130.719 663.993 130.266 662.982 129.868L662.982 129.868Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
57
|
+
|
58
|
+
|
59
|
+
<glyph glyph-name="uniE114" unicode="" d="M675.35 749.8971C680.0249 745.8444 682.7093 739.9618 682.7093 733.7748L682.7093-155.6545C682.7093-161.833 680.0289-167.7076 675.364-171.7587 670.6991-175.8098 664.5069-177.6395 658.3893-176.7745L121.984-100.1879C100.9564-97.1931 85.3333-79.1877 85.3333-57.9479L85.3333 636.0681C85.3333 657.308 100.9564 675.3133 121.984 678.3081L658.3467 754.8948C664.471 755.7734 670.6751 753.9498 675.35 749.8971ZM896.0427 673.0601C919.6068 673.0601 938.7093 653.9576 938.7093 630.3935L938.7093-52.2732C938.7093-75.8374 919.6068-94.9399 896.0427-94.9399L725.376-94.9399 725.376-9.6065 853.376-9.6065 853.376 587.7268 725.376 587.7268 725.376 673.0601 896.0427 673.0601ZM298.7093 459.7268L213.376 459.7268 213.376 118.3935 298.7093 118.3935 384.0427 203.7268 469.376 118.3935 554.7093 118.3935 554.7093 459.7268 469.376 459.7268 469.376 246.8628 384.0427 331.7268 299.136 246.3935 298.7093 459.7268Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
60
|
+
|
61
|
+
|
62
|
+
<glyph glyph-name="uniE117" unicode="" d="M675.3073 760.837C679.9823 756.7843 682.6667 750.9017 682.6667 744.7147L682.6667-144.7147C682.6667-150.8931 679.9862-156.7677 675.3213-160.8188 670.6564-164.8699 664.4643-166.6996 658.3467-165.8347L121.9413-89.248C100.9137-86.2532 85.2907-68.2478 85.2907-47.008L85.2907 647.008C85.2907 668.2478 100.9137 686.2532 121.9413 689.248L658.304 765.8347C664.4283 766.7132 670.6324 764.8897 675.3073 760.837ZM896 684C919.5642 684 938.6667 664.8975 938.6667 641.3333L938.6667-41.3333C938.6667-64.8975 919.5642-84 896-84L725.3333-84 725.3333 1.3333 853.3333 1.3333 853.3333 598.6667 725.3333 598.6667 725.3333 684 896 684ZM315.7333 470.6667L213.3333 470.6667 332.8 300 213.3333 129.3333 315.7333 129.3333 384 226.8693 452.2667 129.3333 554.6667 129.3333 435.2 300 554.6667 470.6667 452.2667 470.6667 384 373.1307 315.7333 470.6667Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
63
|
+
|
64
|
+
|
53
65
|
<glyph glyph-name="uniE105" unicode="" d="M263.04 51.04A148.48 148.48 0 0 0 261.12 275.04L353.6 367.52 308.48 413.28 216 320.8A212.8 212.8 0 0 1 217.92 5.92 212.8 212.8 0 0 1 532.8 4L625.28 96.48 579.84 140 487.36 47.52A148.48 148.48 0 0 0 263.04 51.04ZM491.2 596L398.72 503.52 444.16 458.4 536.64 550.88A148.48 148.48 0 0 0 760.64 548.96 148.48 148.48 0 0 0 762.56 324.96L672 232.16 717.12 186.72 809.6 279.2A212.8 212.8 0 0 1 807.68 594.08 212.8 212.8 0 0 1 491.2 596ZM398.7857 232.1123L579.805 413.1316 625.0598 367.8768 444.0405 186.8574 398.7857 232.1123Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
54
66
|
|
55
67
|
|
68
|
+
<glyph glyph-name="uniE11A" unicode="" d="M144 300L214.4 229.6 428.8 15.2 499.2 87.2 336 250.4 880 250.4 880 349.6 336 349.6 499.2 512.8 428.8 584.8 428.8 584.8 214.4 370.4Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
69
|
+
|
70
|
+
|
56
71
|
<glyph glyph-name="uniE107" unicode="" d="M924.5501 698.6351C924.5501 698.7248 924.4617 698.7248 924.4617 698.8145 922.6054 702.4909 919.9536 705.8086 916.6829 708.4986 913.5007 711.1887 909.8765 713.1614 906.0756 714.4167 905.9872 714.4167 905.8988 714.5064 905.8104 714.5064 904.3077 715.0444 902.7165 715.3134 901.1254 715.5824 900.6835 715.6721 900.2415 715.8514 899.7111 715.8514 898.2084 716.0308 896.7941 716.0308 895.2914 715.9411 894.6726 715.9411 894.1422 716.0308 893.5235 715.9411 889.2805 715.6721 885.0376 714.4167 881.1482 712.444L113.7917 326.4227C106.2782 322.7463 100.5325 316.1108 97.8807 308.0407 97.0851 305.799 96.7315 303.3779 96.4663 301.0466 95.6708 296.2942 95.8476 291.3624 97.3503 286.6997 99.8253 278.5399 105.3942 271.8148 112.9078 267.959L307.6418 164.1233C312.3268 161.6126 317.4537 160.3572 322.7574 160.3572 334.5139 160.2676 345.2981 166.7237 351.0437 177.1252 359.4413 192.6378 353.5188 211.9164 337.9613 220.2556L195.6454 296.1148 768.0027 584.1289 418.9311 177.4839C418.6659 177.2149 418.5775 176.8562 418.3123 176.5872 409.6496 170.8484 403.9923 161.1643 403.9923 150.0454L403.9923-84.0781C404.0807-92.5966 407.5281-100.7564 413.539-106.7642 419.5498-112.7719 427.6822-116 436.0797-115.9103L436.0797-116C453.7587-116 468.0786-101.7428 468.0786-84.1678L468.0786 136.5952 849.1492 580.7215 769.9474-5.0805 569.0257 92.8371C553.203 100.5486 534.1981 94.0925 526.1541 78.3109 522.4415 70.6891 521.9112 61.9016 524.6514 53.8315 527.3916 45.7613 533.2257 39.2156 540.8277 35.6288L779.5824-80.8501C784.0021-83.0021 788.7755-84.0781 793.7256-84.0781 793.9024-84.0781 794.0792-83.9885 794.256-83.9885 794.7863-83.9885 795.4051-84.1678 795.9355-84.1678 811.8466-84.2575 825.371-72.5109 827.6692-56.55L926.6716 675.2318C928.8814 682.7639 928.4395 691.103 924.5501 698.6351Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
57
72
|
|
58
73
|
|
@@ -71,6 +86,15 @@
|
|
71
86
|
<glyph glyph-name="uniE112" unicode="" d="M616.8 748C625.3 748 633.4 744.6 639.4 738.6L854.6 523.4C860.6 517.4 864 509.2 864 500.7L864-116C864-133.7 849.7-148 832-148L192-148C174.3-148 160-133.7 160-116L160 716C160 733.7 174.3 748 192 748L616.8 748ZM443.5625 334.4375L353.5625 334.4375 353.5625 44 409.4375 44 409.4375 208.25C409.4375 232.75 408.625 257.1875 407 281.5625L408.6875 281.5625C413.0625 260.1875 416.125 247.125 417.875 242.375L490.4375 44 539.75 44 611.375 244.25C613.625 250.5 616.625 262.9375 620.375 281.5625L621.875 281.5625C620.25 256.9375 619.4375 236.5 619.4375 220.25L619.4375 44 680.5625 44 680.5625 334.4375 593 334.4375 530.1875 159.3125C526.0625 147.6875 522.0625 133.9375 518.1875 118.0625L516.875 118.0625C515 130.8125 511.4375 144.4375 506.1875 158.9375L443.5625 334.4375ZM602 674.2L602 486 790.2 486 602 674.2Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
72
87
|
|
73
88
|
|
89
|
+
<glyph glyph-name="uniE115" unicode="" d="M616.8 748C625.3 748 633.4 744.6 639.4 738.6L854.6 523.4C860.6 517.4 864 509.2 864 500.7L864-116C864-133.7 849.7-148 832-148L192-148C174.3-148 160-133.7 160-116L160 716C160 733.7 174.3 748 192 748ZM656 108L368 108C359.1634 108 352 100.8366 352 92L352 60C352 51.1634 359.1634 44 368 44L656 44C664.8366 44 672 51.1634 672 60L672 92C672 100.8366 664.8366 108 656 108ZM592 236L368 236C359.1634 236 352 228.8366 352 220L352 188C352 179.1634 359.1634 172 368 172L592 172C600.8366 172 608 179.1634 608 188L608 220C608 228.8366 600.8366 236 592 236ZM464 364L368 364C359.1634 364 352 356.8366 352 348L352 316C352 307.1634 359.1634 300 368 300L464 300C472.8366 300 480 307.1634 480 316L480 348C480 356.8366 472.8366 364 464 364ZM602 674.2L602 486 790.2 486 602 674.2Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
90
|
+
|
91
|
+
|
92
|
+
<glyph glyph-name="uniE119" unicode="" d="M192 172L192-20 832-20 832 172 896 172 896-52C896-69.6 881.6-84 864-84L160-84C142.4-84 128-69.6 128-52L128 172 192 172ZM512 684L556.8 639.2 692.8 503.2 648 458.4 544 560.8 544 108 480 108 480 560.8 376 458.4 331.2 503.2 512 684Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
93
|
+
|
94
|
+
|
95
|
+
<glyph glyph-name="uniE116" unicode="" d="M287.8018 326.5442L485.5693 326.5442 485.5693 502.5987 329.0997 502.5987C304.8505 446.9034 290.8582 387.2537 287.8018 326.5442L287.8018 326.5442ZM485.5693 701.4813C433.3271 661.85 389.3274 612.3181 356.059 555.6872L485.5693 555.6872 485.5693 701.4813ZM538.4307 326.5442L735.4714 326.5442C732.3817 387.2489 718.3908 446.8927 694.1735 502.5987L538.4968 502.5987 538.4968 326.5442 538.4307 326.5442ZM329.4301 96.4722L485.5693 96.4722 485.5693 273.4558 287.8018 273.4558C290.9735 211.3423 305.3782 151.6178 329.4301 96.4722ZM912.623 96.4722C939.7145 150.1579 956.2997 210.0151 959.9339 273.4558L788.2667 273.4558C785.5481 212.8265 773.0052 153.0478 751.1316 96.4722L912.623 96.4722ZM751.4619 502.5987C772.9369 447.1213 785.4914 387.8614 788.3327 326.5442L960 326.5442C956.5066 387.8323 940.5398 447.7506 913.0855 502.5987L751.4619 502.5987 751.4619 502.5987ZM538.4307 700.9504L538.4307 555.7535 667.1481 555.7535C634.0585 612.103 590.3352 661.4241 538.4307 700.9504L538.4307 700.9504ZM727.5422 555.6872L882.0295 555.6872C808.6275 662.8535 692.716 732.9604 564.0684 748 632.5606 697.3742 688.502 631.5639 727.5422 555.6872L727.5422 555.6872ZM485.5693-101.614L485.5693 43.3838 356.5215 43.3838C389.7182-12.9325 433.5561-62.1887 485.5693-101.614ZM271.8112 502.5987L110.9805 502.5987C83.4946 447.7627 67.5259 387.8377 64.0661 326.5442L234.9404 326.5442C237.6984 386.8417 250.1495 446.2943 271.8112 502.5987L271.8112 502.5987ZM296.1274 43.3838L142.6313 43.3838C215.8549-62.9237 330.9966-132.5471 458.8083-147.8009 390.7515-97.3897 335.1006-31.988 296.1274 43.3838L296.1274 43.3838ZM727.1457 43.3838C688.1675-32.0795 632.4673-97.5541 564.3327-148 692.5164-132.9617 808.0502-63.2324 881.4348 43.3838L727.1457 43.3838 727.1457 43.3838ZM666.7516 43.3838L538.4307 43.3838 538.4307-101.0167C590.0926-61.662 633.6698-12.6242 666.7516 43.3838L666.7516 43.3838ZM234.9404 273.4558L64 273.4558C67.7003 210.0151 84.2195 150.1579 111.377 96.4722L272.0755 96.4722C250.1701 153.0383 237.6261 212.8223 234.9404 273.4558L234.9404 273.4558ZM735.4714 273.4558L538.4307 273.4558 538.4307 96.4722 693.8431 96.4722C718.3008 152.4401 732.407 212.4127 735.4714 273.4558L735.4714 273.4558ZM295.731 555.6872C334.7187 631.465 390.5663 697.2031 458.9404 747.8009 330.6748 732.5684 215.1675 662.5601 141.9705 555.6872L295.731 555.6872 295.731 555.6872Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
96
|
+
|
97
|
+
|
74
98
|
<glyph glyph-name="uniE104" unicode="" d="M320.9863 608.6846L191.6223 608.6846C174.3738 608.6846 160 594.1825 160 576.78L160-62.7621C160-80.1646 174.3738-94.6667 191.6223-94.6667L320.9863-94.6667C338.2348-94.6667 352.6086-80.1646 352.6086-62.7621L352.6086 576.78C352.6086 594.1825 338.2348 608.6846 320.9863 608.6846ZM285.0519 478.1658L227.5568 478.1658C211.7456 478.1658 198.8092 491.2176 198.8092 507.1699 198.8092 523.1222 211.7456 536.1741 227.5568 536.1741L285.0519 536.1741C300.863 536.1741 313.7994 523.1222 313.7994 507.1699 313.7994 491.2177 300.863 478.1658 285.0519 478.1658ZM578.2769 716L448.9129 716C431.6644 716 417.2906 701.4979 417.2906 684.0954L417.2906-62.7621C417.2906-80.1646 431.6644-94.6667 448.9129-94.6667L578.2769-94.6667C595.5255-94.6667 609.8993-80.1646 609.8993-62.7621L609.8993 684.0954C611.3366 701.4979 596.9629 716 578.2769 716ZM543.7799 584.031L486.2848 584.031C470.4736 584.031 457.5372 597.0829 457.5372 613.0352 457.5372 628.9875 470.4736 642.0394 486.2848 642.0394L543.7799 642.0394C559.591 642.0394 572.5274 628.9875 572.5274 613.0352 572.5274 597.0829 559.591 584.031 543.7799 584.031ZM927.5598-29.4073L806.82 598.5331C802.5079 614.4854 789.5715 624.6369 773.7603 624.6369L768.0108 624.6369 641.5216 599.9833C624.273 597.0829 612.774 579.6804 615.6488 562.2779L737.8259-67.1127C740.7006-83.065 753.637-93.2165 769.4482-93.2165L775.1977-93.2165 901.6869-68.5629C918.9355-64.2123 930.4345-46.8098 927.5598-29.4073L927.5598-29.4073ZM762.2613 499.9189L704.7662 488.3172 699.0167 488.3172C686.0803 488.3172 673.1439 498.4687 670.2691 511.5206 667.3944 527.4729 677.456 543.4252 693.2672 546.3256L750.7623 557.9273C766.5734 560.8277 782.3846 550.6762 785.2593 534.7239 788.1341 518.7716 778.0725 502.8193 762.2613 499.9189L762.2613 499.9189Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
75
99
|
|
76
100
|
|
@@ -83,6 +107,9 @@
|
|
83
107
|
<glyph glyph-name="uniE106" unicode="" d="M512 620C759.4 620 960 476.7 960 300 960 123.3 759.4-20 512-20 264.6-20 64 123.3 64 300 64 476.7 264.6 620 512 620ZM512 556C457.8 556 405.4 548.5 356.1 533.6 309.5 519.5 267.8 499.5 232.4 474.2 165.1 426.1 128 364.2 128 300 128 235.8 165.1 173.9 232.4 125.8 267.8 100.5 309.5 80.5 356.1 66.4 405.4 51.5 457.8 44 512 44 566.2 44 618.6 51.5 667.9 66.4 714.5 80.5 756.2 100.5 791.6 125.8 858.9 173.9 896 235.8 896 300 896 364.2 858.9 426.1 791.6 474.2 756.2 499.5 714.5 519.5 667.9 533.6 618.6 548.5 566.2 556 512 556ZM512 460C600.4 460 672 388.4 672 300 672 211.6 600.4 140 512 140 423.6 140 352 211.6 352 300 352 388.4 423.6 460 512 460ZM512 396C459.1 396 416 352.9 416 300 416 247.1 459.1 204 512 204 564.9 204 608 247.1 608 300 608 352.9 564.9 396 512 396Z" horiz-adv-x="1024" vert-adv-y="1024" />
|
84
108
|
|
85
109
|
|
110
|
+
<glyph glyph-name="uniE11B" unicode="" d="M512.5493 492.0051C547.8894 492.2995 576.2921 521.2009 575.9977 556.5532 575.6905 591.9056 546.8014 620.295 511.4485 620.0006 476.3131 619.7062 448 591.1248 448 556.0028L448 555.4525C448.3072 520.1129 477.2091 491.7107 512.5493 492.0051M511.4485 380.0006C476.3131 379.7062 448 351.1248 448 316.0028L448 315.4525C448.3072 280.1129 477.2091 251.7107 512.5493 252.0051 547.8894 252.2995 576.2921 281.2009 575.9977 316.5532 575.6905 351.9056 546.8014 380.295 511.4485 380.0006M511.4485 140.0006C476.3131 139.7062 448 111.1248 448 76.0028L448 75.4525C448.3072 40.1129 477.2091 11.7107 512.5493 12.0051 547.8894 12.2995 576.2921 41.2009 575.9977 76.5532 575.6905 111.9056 546.8014 140.295 511.4485 140.0006" horiz-adv-x="1024" vert-adv-y="1024" />
|
111
|
+
|
112
|
+
|
86
113
|
|
87
114
|
</font>
|
88
115
|
</defs>
|
Binary file
|
Binary file
|