@cmstops/pro-compo 0.1.17 → 0.1.19

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.
Files changed (96) hide show
  1. package/dist/index.css +70 -82
  2. package/dist/index.min.css +1 -1
  3. package/es/contentDetailList/component.js +7 -7
  4. package/es/contentDetailList/components/Content/CompoItem/index.js +3 -2
  5. package/es/contentDetailList/components/Content/ContentListItem/index.js +21 -13
  6. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +2 -3
  7. package/es/contentDetailList/components/Content/DocItem/index.js +4 -2
  8. package/es/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +9 -8
  9. package/es/contentDetailList/components/Content/KongoNavItem/index.js +3 -2
  10. package/es/contentDetailList/components/Content/LiveItem/index.js +3 -2
  11. package/es/contentDetailList/components/Content/MaccountItem/index.js +2 -1
  12. package/es/contentDetailList/components/Content/index.js +17 -19
  13. package/es/contentDetailList/scripts/index.d.ts +0 -10
  14. package/es/contentDetailList/style/ComoItem.less +7 -19
  15. package/es/contentDetailList/style/ContentListItem.less +28 -28
  16. package/es/contentDetailList/style/DocItem.less +10 -16
  17. package/es/contentDetailList/style/DocTags.less +2 -1
  18. package/es/contentDetailList/style/KongoNavItem.less +6 -19
  19. package/es/contentDetailList/style/LiveItem.less +8 -20
  20. package/es/contentDetailList/style/MaccountItem.less +8 -16
  21. package/es/contentDetailList/style/index.css +68 -82
  22. package/es/contentDetailList/style/index.less +10 -0
  23. package/es/emptyData/component.js +55 -11
  24. package/es/emptyData/svg/acount.js +19 -0
  25. package/es/emptyData/svg/add.d.ts +0 -0
  26. package/es/emptyData/svg/add.js +22 -0
  27. package/es/emptyData/svg/analize.js +19 -0
  28. package/es/emptyData/svg/analize_fail.js +19 -0
  29. package/es/emptyData/svg/empty.js +19 -0
  30. package/es/emptyData/svg/file.js +19 -0
  31. package/es/emptyData/svg/manager.js +19 -0
  32. package/es/emptyData/svg/message.js +31 -0
  33. package/es/emptyData/svg/noanalize.js +19 -0
  34. package/es/emptyData/svg/null.js +19 -0
  35. package/es/emptyData/svg/search.js +19 -0
  36. package/es/emptyData/svg/star.js +19 -0
  37. package/es/emptyData/svg/trash.js +19 -0
  38. package/es/emptyData/svg/user.js +19 -0
  39. package/es/index.css +70 -82
  40. package/es/mediaFilter/style/index.css +1 -0
  41. package/es/mediaFilter/style/index.less +1 -0
  42. package/es/style.css +1 -0
  43. package/es/typeIcons/style/index.css +1 -0
  44. package/es/typeIcons/style/index.less +1 -0
  45. package/es/utils/doc.d.ts +1 -0
  46. package/es/utils/doc.js +27 -1
  47. package/es/utils/index.d.ts +2 -0
  48. package/es/utils/index.js +16 -1
  49. package/es/utils/typeMap.d.ts +19 -0
  50. package/es/utils/typeMap.js +65 -1
  51. package/lib/contentDetailList/component.js +7 -7
  52. package/lib/contentDetailList/components/Content/CompoItem/index.js +4 -3
  53. package/lib/contentDetailList/components/Content/ContentListItem/index.js +22 -14
  54. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +8 -9
  55. package/lib/contentDetailList/components/Content/DocItem/index.js +8 -6
  56. package/lib/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +16 -15
  57. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +3 -2
  58. package/lib/contentDetailList/components/Content/LiveItem/index.js +3 -2
  59. package/lib/contentDetailList/components/Content/MaccountItem/index.js +2 -1
  60. package/lib/contentDetailList/components/Content/index.js +16 -18
  61. package/lib/contentDetailList/style/ComoItem.less +7 -19
  62. package/lib/contentDetailList/style/ContentListItem.less +28 -28
  63. package/lib/contentDetailList/style/DocItem.less +10 -16
  64. package/lib/contentDetailList/style/DocTags.less +2 -1
  65. package/lib/contentDetailList/style/KongoNavItem.less +6 -19
  66. package/lib/contentDetailList/style/LiveItem.less +8 -20
  67. package/lib/contentDetailList/style/MaccountItem.less +8 -16
  68. package/lib/contentDetailList/style/index.css +68 -82
  69. package/lib/contentDetailList/style/index.less +10 -0
  70. package/lib/emptyData/component.js +85 -10
  71. package/lib/emptyData/svg/acount.js +20 -0
  72. package/lib/emptyData/svg/add.js +23 -0
  73. package/lib/emptyData/svg/analize.js +20 -0
  74. package/lib/emptyData/svg/analize_fail.js +20 -0
  75. package/lib/emptyData/svg/empty.js +20 -0
  76. package/lib/emptyData/svg/file.js +20 -0
  77. package/lib/emptyData/svg/manager.js +20 -0
  78. package/lib/emptyData/svg/message.js +32 -0
  79. package/lib/emptyData/svg/noanalize.js +20 -0
  80. package/lib/emptyData/svg/null.js +20 -0
  81. package/lib/emptyData/svg/search.js +20 -0
  82. package/lib/emptyData/svg/star.js +20 -0
  83. package/lib/emptyData/svg/trash.js +20 -0
  84. package/lib/emptyData/svg/user.js +20 -0
  85. package/lib/index.css +70 -82
  86. package/lib/mediaFilter/style/index.css +1 -0
  87. package/lib/mediaFilter/style/index.less +1 -0
  88. package/lib/typeIcons/style/index.css +1 -0
  89. package/lib/typeIcons/style/index.less +1 -0
  90. package/lib/utils/doc.js +29 -0
  91. package/lib/utils/index.js +17 -0
  92. package/lib/utils/typeMap.js +71 -0
  93. package/package.json +1 -1
  94. package/es/contentDetailList/scripts/data.d.ts +0 -254
  95. package/es/contentDetailList/scripts/index.js +0 -137
  96. package/lib/contentDetailList/scripts/index.js +0 -153
@@ -1,13 +1,3 @@
1
- .gray_for_hide {
2
- -webkit-filter: grayscale(100%);
3
- -moz-filter: grayscale(100%);
4
- -ms-filter: grayscale(100%);
5
- -o-filter: grayscale(100%);
6
- filter: grayscale(100%);
7
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
8
- filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
9
- }
10
-
11
1
  .medialist-kongo-item-view {
12
2
  display: flex;
13
3
  // width: 100%;
@@ -26,7 +16,7 @@
26
16
  margin-right: 20px;
27
17
  background: #edf3ff;
28
18
 
29
- .arco-image-img {
19
+ .image {
30
20
  width: 100%;
31
21
  height: 100%;
32
22
  border-radius: 4px;
@@ -51,21 +41,18 @@
51
41
  padding: 2px 0;
52
42
 
53
43
  .title {
54
- display: -webkit-box;
44
+ display: flex;
45
+ align-items: center;
55
46
  margin-bottom: 10px;
56
47
  overflow: hidden;
57
48
  color: #1d2129;
58
- // width: calc(100vw - 500px);
59
- // display: flex;
60
49
  font-size: 14px;
61
- line-height: 1.5;
50
+ font-style: normal;
51
+ font-weight: 400;
52
+ line-height: 22px;
62
53
  cursor: pointer;
63
54
  -webkit-line-clamp: 2;
64
55
  -webkit-box-orient: vertical;
65
- // &:hover {
66
- // text-decoration: underline;
67
- // color: #4886ff;
68
- // }
69
56
  }
70
57
 
71
58
  .abttrite-v {
@@ -1,13 +1,3 @@
1
- .gray_for_hide {
2
- -webkit-filter: grayscale(100%);
3
- -moz-filter: grayscale(100%);
4
- -ms-filter: grayscale(100%);
5
- -o-filter: grayscale(100%);
6
- filter: grayscale(100%);
7
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
8
- filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
9
- }
10
-
11
1
  .medialist-ilive-item-view {
12
2
  display: flex;
13
3
  // width: 100%;
@@ -26,7 +16,7 @@
26
16
  margin-right: 20px;
27
17
  background: #edf3ff;
28
18
 
29
- .arco-image-img {
19
+ .image {
30
20
  width: 100%;
31
21
  height: 100%;
32
22
  border-radius: 4px;
@@ -51,21 +41,18 @@
51
41
  padding: 2px 0;
52
42
 
53
43
  .title {
54
- display: -webkit-box;
44
+ display: flex;
45
+ align-items: center;
55
46
  margin-bottom: 10px;
56
47
  overflow: hidden;
57
48
  color: #1d2129;
58
- // width: calc(100vw - 500px);
59
- // display: flex;
60
49
  font-size: 14px;
61
- line-height: 1.5;
50
+ font-style: normal;
51
+ font-weight: 400;
52
+ line-height: 22px;
62
53
  cursor: pointer;
63
54
  -webkit-line-clamp: 2;
64
55
  -webkit-box-orient: vertical;
65
- // &:hover {
66
- // text-decoration: underline;
67
- // color: #4886ff;
68
- // }
69
56
  }
70
57
 
71
58
  .abttrite-v {
@@ -96,7 +83,8 @@
96
83
  }
97
84
 
98
85
  &.tags {
99
- display: inline-block;
86
+ display: flex;
87
+ align-items: center;
100
88
  width: 160px;
101
89
  }
102
90
 
@@ -1,13 +1,3 @@
1
- .gray_for_hide {
2
- -webkit-filter: grayscale(100%);
3
- -moz-filter: grayscale(100%);
4
- -ms-filter: grayscale(100%);
5
- -o-filter: grayscale(100%);
6
- filter: grayscale(100%);
7
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
8
- filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
9
- }
10
-
11
1
  .medialist-account-item-view {
12
2
  display: flex;
13
3
  // width: 100%;
@@ -28,7 +18,7 @@
28
18
  background: #edf3ff;
29
19
  border-radius: 50%;
30
20
 
31
- .arco-image-img {
21
+ .image {
32
22
  width: 100%;
33
23
  height: 100%;
34
24
  border-radius: 4px;
@@ -53,14 +43,15 @@
53
43
  padding: 2px 0;
54
44
 
55
45
  .title {
56
- display: -webkit-box;
46
+ display: flex;
47
+ align-items: center;
57
48
  margin-bottom: 10px;
58
49
  overflow: hidden;
59
50
  color: #1d2129;
60
- // width: calc(100vw - 500px);
61
- // display: flex;
62
51
  font-size: 14px;
63
- line-height: 1.5;
52
+ font-style: normal;
53
+ font-weight: 400;
54
+ line-height: 22px;
64
55
  cursor: pointer;
65
56
  -webkit-line-clamp: 2;
66
57
  -webkit-box-orient: vertical;
@@ -100,7 +91,8 @@
100
91
  }
101
92
 
102
93
  &.tags {
103
- display: inline-block;
94
+ display: flex;
95
+ align-items: center;
104
96
  width: 175px;
105
97
  }
106
98
  }
@@ -38,15 +38,6 @@
38
38
  .content-common-detail-list-container .d_time {
39
39
  color: #7da8ff;
40
40
  }
41
- .gray_for_hide {
42
- -webkit-filter: grayscale(100%);
43
- -moz-filter: grayscale(100%);
44
- -ms-filter: grayscale(100%);
45
- -o-filter: grayscale(100%);
46
- filter: grayscale(100%);
47
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
48
- filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
49
- }
50
41
  .medialist-component-item-view {
51
42
  display: flex;
52
43
  padding: 10px;
@@ -85,12 +76,15 @@
85
76
  padding: 2px 0;
86
77
  }
87
78
  .medialist-component-item-view .info-view .title {
88
- display: -webkit-box;
79
+ display: flex;
80
+ align-items: center;
89
81
  margin-bottom: 10px;
90
82
  overflow: hidden;
91
83
  color: #1d2129;
92
84
  font-size: 14px;
93
- line-height: 1.5;
85
+ font-style: normal;
86
+ font-weight: 400;
87
+ line-height: 22px;
94
88
  cursor: pointer;
95
89
  -webkit-line-clamp: 2;
96
90
  -webkit-box-orient: vertical;
@@ -118,21 +112,13 @@
118
112
  width: 240px;
119
113
  }
120
114
  .medialist-component-item-view .info-view .abttrite-v .left .abttr.tags {
121
- display: inline-block;
115
+ display: flex;
116
+ align-items: center;
122
117
  width: 175px;
123
118
  }
124
119
  .medialist-component-item-view .info-view .abttrite-v .right {
125
120
  margin-right: 20px;
126
121
  }
127
- .gray_for_hide {
128
- -webkit-filter: grayscale(100%);
129
- -moz-filter: grayscale(100%);
130
- -ms-filter: grayscale(100%);
131
- -o-filter: grayscale(100%);
132
- filter: grayscale(100%);
133
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
134
- filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
135
- }
136
122
  .medialist-component-item-view {
137
123
  display: flex;
138
124
  padding: 10px;
@@ -149,7 +135,7 @@
149
135
  margin-right: 20px;
150
136
  background: #edf3ff;
151
137
  }
152
- .medialist-component-item-view .cover-view .arco-image-img {
138
+ .medialist-component-item-view .cover-view .image {
153
139
  width: 100%;
154
140
  height: 100%;
155
141
  border-radius: 4px;
@@ -171,12 +157,15 @@
171
157
  padding: 2px 0;
172
158
  }
173
159
  .medialist-component-item-view .info-view .title {
174
- display: -webkit-box;
160
+ display: flex;
161
+ align-items: center;
175
162
  margin-bottom: 10px;
176
163
  overflow: hidden;
177
164
  color: #1d2129;
178
165
  font-size: 14px;
179
- line-height: 1.5;
166
+ font-style: normal;
167
+ font-weight: 400;
168
+ line-height: 22px;
180
169
  cursor: pointer;
181
170
  -webkit-line-clamp: 2;
182
171
  -webkit-box-orient: vertical;
@@ -211,32 +200,30 @@
211
200
  width: 240px;
212
201
  }
213
202
  .medialist-component-item-view .info-view .abttrite-v .left .abttr.tags {
214
- display: inline-block;
203
+ display: flex;
204
+ align-items: center;
215
205
  width: 175px;
216
206
  }
207
+ .medialist-component-item-view .info-view .abttrite-v .left .icon {
208
+ margin-right: 10px;
209
+ }
217
210
  .medialist-component-item-view .info-view .abttrite-v .right {
218
211
  margin-right: 20px;
219
212
  }
220
- .lbs_tips {
213
+ .medialist-component-item-view .title-tips {
214
+ display: flex;
215
+ align-items: center;
221
216
  color: #a3a3a3;
222
- font-size: 8px;
217
+ font-size: 10px;
218
+ margin-left: 10px;
223
219
  }
224
- .lbs_tips .icon-xiangqing1 {
225
- margin-right: 3px;
220
+ .medialist-component-item-view .title-tips .icon {
221
+ margin-right: 5px;
226
222
  font-size: 10px;
227
223
  }
228
- .lbs_tips.red {
224
+ .medialist-component-item-view .title-tips.red {
229
225
  color: red;
230
226
  }
231
- .gray_for_hide {
232
- -webkit-filter: grayscale(100%);
233
- -moz-filter: grayscale(100%);
234
- -ms-filter: grayscale(100%);
235
- -o-filter: grayscale(100%);
236
- filter: grayscale(100%);
237
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
238
- filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
239
- }
240
227
  .medialist-kongo-item-view {
241
228
  display: flex;
242
229
  padding: 10px;
@@ -253,7 +240,7 @@
253
240
  margin-right: 20px;
254
241
  background: #edf3ff;
255
242
  }
256
- .medialist-kongo-item-view .cover-view .arco-image-img {
243
+ .medialist-kongo-item-view .cover-view .image {
257
244
  width: 100%;
258
245
  height: 100%;
259
246
  border-radius: 4px;
@@ -275,12 +262,15 @@
275
262
  padding: 2px 0;
276
263
  }
277
264
  .medialist-kongo-item-view .info-view .title {
278
- display: -webkit-box;
265
+ display: flex;
266
+ align-items: center;
279
267
  margin-bottom: 10px;
280
268
  overflow: hidden;
281
269
  color: #1d2129;
282
270
  font-size: 14px;
283
- line-height: 1.5;
271
+ font-style: normal;
272
+ font-weight: 400;
273
+ line-height: 22px;
284
274
  cursor: pointer;
285
275
  -webkit-line-clamp: 2;
286
276
  -webkit-box-orient: vertical;
@@ -320,9 +310,10 @@
320
310
  .no-margin span {
321
311
  margin-right: 0 !important;
322
312
  }
323
- .doc-tags-container .a-tag {
313
+ .doc-tags-container .arco-tag {
324
314
  font-weight: 600;
325
315
  border: none;
316
+ margin-right: 5px;
326
317
  }
327
318
  .doc-tags-container .yuanchuang {
328
319
  color: #4886ff;
@@ -364,15 +355,6 @@
364
355
  .doc-tags-thumb-popver .doc-tags-thumb-ul img + img {
365
356
  margin-left: 2px;
366
357
  }
367
- .gray_for_hide {
368
- -webkit-filter: grayscale(100%);
369
- -moz-filter: grayscale(100%);
370
- -ms-filter: grayscale(100%);
371
- -o-filter: grayscale(100%);
372
- filter: grayscale(100%);
373
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
374
- filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
375
- }
376
358
  .medialist-ilive-item-view {
377
359
  display: flex;
378
360
  padding: 10px;
@@ -389,7 +371,7 @@
389
371
  margin-right: 20px;
390
372
  background: #edf3ff;
391
373
  }
392
- .medialist-ilive-item-view .cover-view .arco-image-img {
374
+ .medialist-ilive-item-view .cover-view .image {
393
375
  width: 100%;
394
376
  height: 100%;
395
377
  border-radius: 4px;
@@ -411,12 +393,15 @@
411
393
  padding: 2px 0;
412
394
  }
413
395
  .medialist-ilive-item-view .info-view .title {
414
- display: -webkit-box;
396
+ display: flex;
397
+ align-items: center;
415
398
  margin-bottom: 10px;
416
399
  overflow: hidden;
417
400
  color: #1d2129;
418
401
  font-size: 14px;
419
- line-height: 1.5;
402
+ font-style: normal;
403
+ font-weight: 400;
404
+ line-height: 22px;
420
405
  cursor: pointer;
421
406
  -webkit-line-clamp: 2;
422
407
  -webkit-box-orient: vertical;
@@ -447,7 +432,8 @@
447
432
  width: 250px;
448
433
  }
449
434
  .medialist-ilive-item-view .info-view .abttrite-v .left .abttr.tags {
450
- display: inline-block;
435
+ display: flex;
436
+ align-items: center;
451
437
  width: 160px;
452
438
  }
453
439
  .medialist-ilive-item-view .info-view .abttrite-v .left .abttr.type {
@@ -457,15 +443,6 @@
457
443
  .medialist-ilive-item-view .info-view .abttrite-v .right {
458
444
  margin-right: 20px;
459
445
  }
460
- .gray_for_hide {
461
- -webkit-filter: grayscale(100%);
462
- -moz-filter: grayscale(100%);
463
- -ms-filter: grayscale(100%);
464
- -o-filter: grayscale(100%);
465
- filter: grayscale(100%);
466
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
467
- filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
468
- }
469
446
  .medialist-account-item-view {
470
447
  display: flex;
471
448
  padding: 10px;
@@ -484,7 +461,7 @@
484
461
  background: #edf3ff;
485
462
  border-radius: 50%;
486
463
  }
487
- .medialist-account-item-view .cover-view .arco-image-img {
464
+ .medialist-account-item-view .cover-view .image {
488
465
  width: 100%;
489
466
  height: 100%;
490
467
  border-radius: 4px;
@@ -506,12 +483,15 @@
506
483
  padding: 2px 0;
507
484
  }
508
485
  .medialist-account-item-view .info-view .title {
509
- display: -webkit-box;
486
+ display: flex;
487
+ align-items: center;
510
488
  margin-bottom: 10px;
511
489
  overflow: hidden;
512
490
  color: #1d2129;
513
491
  font-size: 14px;
514
- line-height: 1.5;
492
+ font-style: normal;
493
+ font-weight: 400;
494
+ line-height: 22px;
515
495
  cursor: pointer;
516
496
  -webkit-line-clamp: 2;
517
497
  -webkit-box-orient: vertical;
@@ -547,7 +527,8 @@
547
527
  width: 240px;
548
528
  }
549
529
  .medialist-account-item-view .info-view .abttrite-v .left .abttr.tags {
550
- display: inline-block;
530
+ display: flex;
531
+ align-items: center;
551
532
  width: 175px;
552
533
  }
553
534
  .medialist-account-item-view .info-view .abttrite-v .right {
@@ -559,15 +540,6 @@
559
540
  .media-common-detail-list-container .data-ul {
560
541
  height: 100%;
561
542
  }
562
- .gray_for_hide {
563
- -webkit-filter: grayscale(100%);
564
- -moz-filter: grayscale(100%);
565
- -ms-filter: grayscale(100%);
566
- -o-filter: grayscale(100%);
567
- filter: grayscale(100%);
568
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
569
- filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
570
- }
571
543
  .medialist-doc-item-view {
572
544
  display: flex;
573
545
  padding: 10px;
@@ -584,6 +556,11 @@
584
556
  margin-right: 20px;
585
557
  background: #edf3ff;
586
558
  }
559
+ .medialist-doc-item-view .cover-view .image {
560
+ width: 100%;
561
+ height: 100%;
562
+ border-radius: 4px;
563
+ }
587
564
  .medialist-doc-item-view .cover-view .batch-select {
588
565
  position: absolute;
589
566
  top: 3px;
@@ -611,15 +588,15 @@
611
588
  padding: 2px 0;
612
589
  }
613
590
  .medialist-doc-item-view .info-view .title {
614
- display: -webkit-box;
615
591
  display: flex;
616
592
  align-items: center;
617
593
  margin-bottom: 10px;
618
594
  overflow: hidden;
619
595
  color: #1d2129;
620
- font-size: 17px;
621
- line-height: 1.5;
622
- word-break: break-all;
596
+ font-size: 14px;
597
+ font-style: normal;
598
+ font-weight: 400;
599
+ line-height: 22px;
623
600
  cursor: pointer;
624
601
  -webkit-line-clamp: 2;
625
602
  -webkit-box-orient: vertical;
@@ -680,3 +657,12 @@
680
657
  .popper-categories {
681
658
  max-width: 600px;
682
659
  }
660
+ .gray-for-state-hide {
661
+ -webkit-filter: grayscale(100%);
662
+ -moz-filter: grayscale(100%);
663
+ -ms-filter: grayscale(100%);
664
+ -o-filter: grayscale(100%);
665
+ filter: grayscale(100%);
666
+ filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
667
+ filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
668
+ }
@@ -7,3 +7,13 @@
7
7
  @import './MaccountItem.less';
8
8
  @import './Doc.less';
9
9
  @import './DocItem.less';
10
+
11
+ .gray-for-state-hide {
12
+ -webkit-filter: grayscale(100%);
13
+ -moz-filter: grayscale(100%);
14
+ -ms-filter: grayscale(100%);
15
+ -o-filter: grayscale(100%);
16
+ filter: grayscale(100%);
17
+ filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
18
+ filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
19
+ }
@@ -1,11 +1,79 @@
1
1
  "use strict";
2
2
  var vue = require("vue");
3
- const _hoisted_1 = ["src"];
4
- const _hoisted_2 = {
3
+ function _interopNamespaceDefaultOnly(e) {
4
+ return Object.freeze(Object.defineProperty({ __proto__: null, "default": e }, Symbol.toStringTag, { value: "Module" }));
5
+ }
6
+ function __variableDynamicImportRuntime0__(path) {
7
+ switch (path) {
8
+ case "./svg/acount.vue":
9
+ return Promise.resolve().then(function() {
10
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/acount.js"));
11
+ });
12
+ case "./svg/add.vue":
13
+ return Promise.resolve().then(function() {
14
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/add.js"));
15
+ });
16
+ case "./svg/analize.vue":
17
+ return Promise.resolve().then(function() {
18
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/analize.js"));
19
+ });
20
+ case "./svg/analize_fail.vue":
21
+ return Promise.resolve().then(function() {
22
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/analize_fail.js"));
23
+ });
24
+ case "./svg/empty.vue":
25
+ return Promise.resolve().then(function() {
26
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/empty.js"));
27
+ });
28
+ case "./svg/file.vue":
29
+ return Promise.resolve().then(function() {
30
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/file.js"));
31
+ });
32
+ case "./svg/manager.vue":
33
+ return Promise.resolve().then(function() {
34
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/manager.js"));
35
+ });
36
+ case "./svg/message.vue":
37
+ return Promise.resolve().then(function() {
38
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/message.js"));
39
+ });
40
+ case "./svg/noanalize.vue":
41
+ return Promise.resolve().then(function() {
42
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/noanalize.js"));
43
+ });
44
+ case "./svg/null.vue":
45
+ return Promise.resolve().then(function() {
46
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/null.js"));
47
+ });
48
+ case "./svg/search.vue":
49
+ return Promise.resolve().then(function() {
50
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/search.js"));
51
+ });
52
+ case "./svg/star.vue":
53
+ return Promise.resolve().then(function() {
54
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/star.js"));
55
+ });
56
+ case "./svg/trash.vue":
57
+ return Promise.resolve().then(function() {
58
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/trash.js"));
59
+ });
60
+ case "./svg/user.vue":
61
+ return Promise.resolve().then(function() {
62
+ return /* @__PURE__ */ _interopNamespaceDefaultOnly(require("./svg/user.js"));
63
+ });
64
+ default:
65
+ return new Promise(function(resolve, reject) {
66
+ (typeof queueMicrotask === "function" ? queueMicrotask : setTimeout)(
67
+ reject.bind(null, new Error("Unknown variable dynamic import: " + path))
68
+ );
69
+ });
70
+ }
71
+ }
72
+ const _hoisted_1 = {
5
73
  key: 0,
6
74
  class: "tip"
7
75
  };
8
- const _hoisted_3 = { class: "slot-view" };
76
+ const _hoisted_2 = { class: "slot-view" };
9
77
  const _sfc_main = vue.defineComponent({
10
78
  ...{ name: "emptyData" },
11
79
  __name: "component",
@@ -16,6 +84,8 @@ const _sfc_main = vue.defineComponent({
16
84
  noTip: { type: Boolean }
17
85
  },
18
86
  setup(__props) {
87
+ const props = __props;
88
+ const dynamicComponent = vue.ref(null);
19
89
  const tipMap = vue.ref({
20
90
  add: "\u6DFB\u52A0\u5185\u5BB9",
21
91
  acount: "\u6682\u65E0\u8D26\u53F7",
@@ -28,18 +98,23 @@ const _sfc_main = vue.defineComponent({
28
98
  message: "\u6682\u65E0\u6D88\u606F\u901A\u77E5",
29
99
  manager: "\u60A8\u4E0D\u662F\u8D1F\u8D23\u4EBA\uFF0C\u65E0\u6CD5\u64CD\u4F5C\u5F53\u524D\u9875",
30
100
  analize: "\u6682\u65E0\u8BC6\u522B\u7ED3\u679C",
31
- noanalize: "",
32
- analize_fail: ""
101
+ noanalize: "\u6682\u65E0\u8BC6\u522B\u7ED3\u679C",
102
+ analize_fail: "\u6682\u65E0\u8BC6\u522B\u7ED3\u679C"
103
+ });
104
+ const loadComponent = async (componentName) => {
105
+ const component = await __variableDynamicImportRuntime0__(`./svg/${componentName}.vue`);
106
+ dynamicComponent.value = component.default;
107
+ };
108
+ vue.onMounted(() => {
109
+ loadComponent(props.type);
33
110
  });
34
111
  return (_ctx, _cache) => {
35
112
  return vue.openBlock(), vue.createElementBlock("div", {
36
113
  class: vue.normalizeClass(["empty-data-container", { small: _ctx.size === "small" }])
37
114
  }, [
38
- vue.createElementVNode("img", {
39
- src: require(`./temp/${_ctx.type}.svg`)
40
- }, null, 8, _hoisted_1),
41
- !_ctx.noTip ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, vue.toDisplayString(_ctx.customTip ? _ctx.customTip : tipMap.value[_ctx.type]), 1)) : vue.createCommentVNode("v-if", true),
42
- vue.createElementVNode("div", _hoisted_3, [
115
+ (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(dynamicComponent.value))),
116
+ !_ctx.noTip ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, vue.toDisplayString(_ctx.customTip ? _ctx.customTip : tipMap.value[_ctx.type]), 1)) : vue.createCommentVNode("v-if", true),
117
+ vue.createElementVNode("div", _hoisted_2, [
43
118
  vue.renderSlot(_ctx.$slots, "extra")
44
119
  ])
45
120
  ], 2);
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var pluginVue_exportHelper = require("../../_virtual/plugin-vue_export-helper.js");
4
+ const _sfc_main = {};
5
+ const _hoisted_1 = {
6
+ width: "220",
7
+ height: "220",
8
+ viewBox: "0 0 220 220",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ };
12
+ const _hoisted_2 = /* @__PURE__ */ vue.createStaticVNode('<path fill-rule="evenodd" clip-rule="evenodd" d="M118.15 11.6267C68.9356 5.06234 69.6987 31.842 42.263 46.77C14.8273 61.6979 -3.99271 74.1637 5.05203 93.9077C10.6382 107.31 21.093 101.168 5.05203 136.263C-10.8707 171.1 14.0265 165.359 35.616 181.101C53.7175 194.301 67.41 222.238 99.065 205.481C155.627 175.538 156.177 205.481 189.694 190.701C208.756 182.294 221.701 148.2 219.818 112.146C218.263 82.3551 204.323 75.9636 184.603 57.2486C164.883 38.5336 167.365 18.1911 118.15 11.6267Z" fill="#E8E9F0"></path><mask id="mask0_271985_12483" style="mask-type:alpha;" maskUnits="userSpaceOnUse" x="0" y="10" width="220" height="201"><path fill-rule="evenodd" clip-rule="evenodd" d="M118.15 11.6267C68.9356 5.06234 69.6987 31.842 42.263 46.77C14.8273 61.6979 -3.99271 74.1637 5.05203 93.9077C10.6382 107.31 21.093 101.168 5.05203 136.263C-10.8707 171.1 14.0265 165.359 35.616 181.101C53.7175 194.301 67.41 222.238 99.065 205.481C155.627 175.538 156.177 205.481 189.694 190.701C208.756 182.294 221.701 148.2 219.818 112.146C218.263 82.3551 204.323 75.9636 184.603 57.2486C164.883 38.5336 167.365 18.1911 118.15 11.6267Z" fill="white"></path></mask><g mask="url(#mask0_271985_12483)"><path fill-rule="evenodd" clip-rule="evenodd" d="M214.634 193.689C214.634 193.689 201.496 185.004 193.806 179.066C186.116 173.127 179.839 168.049 178.268 169.502C176.975 170.698 176.747 174.841 188.068 184.308C192.619 188.114 214.634 193.689 214.634 193.689Z" fill="#D5D6DA"></path><path opacity="0.5" fill-rule="evenodd" clip-rule="evenodd" d="M175.34 187.579C175.34 187.579 185.058 155.262 196.956 137.55C204.473 126.36 212.958 116.483 219.081 111.214C222.65 108.144 225.416 106.64 226.722 107.352C229.169 108.688 229.404 117.244 209.891 148.02C202.221 160.117 175.34 187.579 175.34 187.579Z" fill="#D5D6DA"></path><path opacity="0.6" fill-rule="evenodd" clip-rule="evenodd" d="M216.204 195.794C216.204 195.794 197.89 180.786 189.345 168.169C180.8 155.552 176.15 141.171 177.371 139.973C178.065 139.292 187.66 141.283 200.225 161.314C206.14 170.742 216.204 195.794 216.204 195.794Z" fill="#D5D6DA"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M44.9977 158.048C40.2531 158.631 28.539 160.366 21.0108 165.893C16.986 168.848 10.3701 178.039 10.3701 178.039C10.3701 178.039 22.6766 176.68 28.4403 173.068C33.9641 169.606 41.8607 163.821 44.9977 158.048Z" fill="#D7D9E0"></path><path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M5.76797 180.628C5.76797 180.628 21.4216 168.378 22.7496 161.73C24.0776 155.081 13.7977 161.292 14.9208 157.803C16.0439 154.314 24.9537 154.273 25.556 147.798C26.1582 141.323 18.8867 148.77 18.8648 143.404C18.8429 138.037 25.0142 141.704 28.2963 136.943C31.5784 132.182 23.0768 133.717 22.9507 130.828C22.8247 127.94 30.3237 129.576 31.5505 124.25C32.7772 118.924 24.7111 122.327 26.0804 118.113C27.4497 113.898 35.1752 112.666 34.5738 109.27C33.9724 105.874 30.7551 103.725 31.8967 100.212C33.0383 96.6983 36.7233 92.1266 33.7107 91.1478C30.6982 90.1689 27.6422 91.4273 25.4668 98.1226C23.2914 104.818 22.5308 104.492 19.5182 105.346C16.5057 106.2 15.422 108.57 17.7384 114.703C17.9762 119.487 12.6847 108.814 10.9369 114.193C9.18919 119.572 14.3992 121.101 14.1575 125.724C13.9157 130.347 7.94061 120.287 7.195 125.709C6.44939 131.132 11.474 132.067 10.199 134.028C8.92393 135.988 2.27519 128.636 3.61603 135.012C4.95687 141.389 6.92988 140.21 6.47062 145.502C6.01136 150.795 1.26198 148.277 -1.10374 147.509C-3.46945 146.74 -5.36673 151.777 -4.19368 154.463C-3.02063 157.15 -3.21947 155.105 -1.47482 159.11C0.269835 163.114 -6.37618 154.897 -6.77647 162.412C-7.17676 169.927 5.76797 180.628 5.76797 180.628Z" fill="#D1D3DB"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M59.2379 155.426C59.2379 155.426 64.5658 165.131 63.3799 167.397C62.194 169.662 58.845 171.504 57.6382 173.857C56.4313 176.21 57.1051 178.401 57.2533 179.468C57.4016 180.535 57.6187 181.613 58.75 183.165C59.8812 184.718 59.6972 185.738 57.6382 189.177C55.5791 192.617 59.2379 193.479 59.2379 195.987C59.2379 197.866 56.6835 199.142 56.6835 201.921C56.6835 204.7 58.4084 205.418 58.4084 207.531C58.4084 209.643 56.0622 214.191 55.6774 210.841C55.2926 207.491 51.7355 202.954 51.7355 200.127C51.7355 197.3 54.1371 195.534 54.1371 194.193C54.1371 192.851 52.0283 189.89 52.3752 187.643C52.7222 185.397 53.7206 184.856 53.3509 182.092C52.7222 178.323 50.7362 175.405 51.3215 172.488C51.9068 169.572 55.3164 168.909 57.2772 165.602C59.2379 162.295 59.2379 155.426 59.2379 155.426Z" fill="#D8D9E2"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M44.3759 124.61C38.6945 128.588 24.8697 138.791 18.9901 150.999C15.8466 157.527 13.6314 173.807 13.6314 173.807C13.6314 173.807 28.472 163.684 33.3953 155.13C38.1135 146.932 44.2895 134.142 44.3759 124.61Z" fill="#D0D2D8"></path></g><path fill-rule="evenodd" clip-rule="evenodd" d="M28.6331 41.3922C18.9368 37.6345 25.4598 27.9179 32.4497 28.3224C39.4396 28.7269 48.0472 29.1579 51.3323 24.8618C54.6173 20.5656 59.9995 17.4606 61.5241 18.7323C65.6832 22.2015 56.8647 29.7171 48.1026 36.4712C42.3645 40.8944 33.26 43.1853 28.6331 41.3922Z" fill="#E8E9F0"></path><ellipse opacity="0.4" cx="95.9832" cy="169.473" rx="19.7683" ry="3.48853" fill="#B4B9C4"></ellipse><g opacity="0.747047"><path fill-rule="evenodd" clip-rule="evenodd" d="M80.8691 85.0738C80.8691 96.6337 90.2403 106.005 101.8 106.005C113.36 106.005 122.731 96.6337 122.731 85.0738C122.731 73.5138 113.36 64.1426 101.8 64.1426C90.2403 64.1426 80.8691 73.5138 80.8691 85.0738Z" fill="#D8DAE0"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M113.981 114.145H89.0377C72.9692 114.145 59.9375 127.131 59.9375 143.143C59.9375 145.433 61.7969 147.286 64.0947 147.286H138.924C141.221 147.286 143.081 145.433 143.081 143.143C143.081 127.131 130.049 114.145 113.981 114.145Z" fill="#D8DAE0"></path></g><ellipse cx="136.125" cy="130.094" rx="29.5902" ry="29.6441" transform="rotate(-45 136.125 130.094)" stroke="#BBBFCB" stroke-width="10"></ellipse><ellipse cx="136.127" cy="130.094" rx="24.5176" ry="24.5623" transform="rotate(-45 136.127 130.094)" stroke="#BBBFCB" stroke-width="2"></ellipse><rect x="155.691" y="152.45" width="4.50898" height="18.0688" transform="rotate(-45 155.691 152.45)" fill="#BBBFCB"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M167.367 167.314C166.822 166.769 166.637 165.957 166.973 165.263C167.385 164.411 168.045 163.254 168.92 162.379C169.788 161.51 170.899 160.889 171.718 160.506C172.399 160.188 173.185 160.379 173.717 160.911L174.847 162.041L168.471 168.418L167.367 167.314Z" fill="#ADB2BE"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M168.072 168.019C168.072 168.019 168.924 165.57 170.499 163.995C172.075 162.419 174.449 161.643 174.449 161.643L184.037 171.231C185.798 172.992 185.798 175.847 184.037 177.607C182.276 179.368 179.421 179.368 177.66 177.607L168.072 168.019Z" fill="#BBBFCB"></path><ellipse cx="127.341" cy="121.709" rx="4.50898" ry="4.5172" transform="rotate(-45 127.341 121.709)" fill="white"></ellipse><ellipse cx="142.1" cy="119.728" rx="1.69087" ry="1.69395" transform="rotate(-45 142.1 119.728)" fill="white"></ellipse><path fill-rule="evenodd" clip-rule="evenodd" d="M172.715 170.272C172.575 170.131 172.575 169.904 172.715 169.763L176.047 166.431C176.268 166.211 176.625 166.211 176.846 166.431C177.066 166.652 177.066 167.009 176.846 167.23L173.514 170.562C173.373 170.702 173.146 170.702 173.005 170.562L172.715 170.272Z" fill="#A2A7B4"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M175.112 172.667C174.971 172.527 174.971 172.299 175.112 172.159L178.444 168.827C178.664 168.606 179.022 168.606 179.242 168.827C179.463 169.047 179.463 169.405 179.242 169.625L175.91 172.957C175.77 173.098 175.542 173.098 175.402 172.957L175.112 172.667Z" fill="#A2A7B4"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M177.508 175.063C177.368 174.922 177.368 174.695 177.508 174.554L180.84 171.222C181.061 171.002 181.418 171.002 181.639 171.222C181.859 171.443 181.859 171.8 181.639 172.021L178.307 175.353C178.166 175.493 177.939 175.493 177.798 175.353L177.508 175.063Z" fill="#A2A7B4"></path>', 16);
13
+ const _hoisted_18 = [
14
+ _hoisted_2
15
+ ];
16
+ function _sfc_render(_ctx, _cache) {
17
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, _hoisted_18);
18
+ }
19
+ var acount = /* @__PURE__ */ pluginVue_exportHelper(_sfc_main, [["render", _sfc_render]]);
20
+ module.exports = acount;