@zkwq/business 0.1.74 → 0.1.76
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/css/AuthorX.css +39 -19
- package/dist/css/AuthorX.min.css +1 -1
- package/dist/css/HoverCard.css +34 -34
- package/dist/css/HoverCard.min.css +1 -1
- package/dist/css/ReadableItem.css +94 -79
- package/dist/css/ReadableItem.min.css +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1956 -1933
- package/dist/index.min.css +1 -1
- package/dist/index.min.js +6 -6
- package/dist/index.umd.cjs +9 -9
- package/dist/index.umd.min.cjs +7 -7
- package/package.json +1 -1
- package/vite.config.js.timestamp-1735266230435.mjs +76 -0
package/dist/css/AuthorX.css
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
[data-v-
|
|
14
|
+
[data-v-5337d9e6]:export {
|
|
15
15
|
primary: #2F3A91;
|
|
16
16
|
success: #67C23A;
|
|
17
17
|
warning: #FF791A;
|
|
@@ -75,64 +75,84 @@
|
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
.Author__warp[data-v-
|
|
78
|
+
.Author__warp[data-v-5337d9e6] + .base-form-item__error.is-required {
|
|
79
79
|
top: 16px;
|
|
80
80
|
right: 0px;
|
|
81
81
|
width: auto;
|
|
82
82
|
left: auto;
|
|
83
83
|
text-align: right;
|
|
84
84
|
}
|
|
85
|
-
.Author__warp[data-v-
|
|
85
|
+
.Author__warp[data-v-5337d9e6] {
|
|
86
86
|
width: 100%;
|
|
87
87
|
height: auto;
|
|
88
88
|
overflow: hidden;
|
|
89
89
|
}
|
|
90
|
-
.Form__item[data-v-
|
|
90
|
+
.Form__item[data-v-5337d9e6] {
|
|
91
91
|
width: 100%;
|
|
92
92
|
height: 80px;
|
|
93
93
|
display: flex;
|
|
94
94
|
align-items: flex-start;
|
|
95
95
|
margin-top: 16px;
|
|
96
96
|
}
|
|
97
|
-
.Form__author[data-v-
|
|
97
|
+
.Form__author[data-v-5337d9e6] {
|
|
98
98
|
position: relative;
|
|
99
99
|
margin-right: 16px;
|
|
100
100
|
width: 100%;
|
|
101
101
|
}
|
|
102
|
-
.FormItem__tip[data-v-
|
|
102
|
+
.FormItem__tip[data-v-5337d9e6] {
|
|
103
103
|
position: absolute;
|
|
104
104
|
top: 40px;
|
|
105
105
|
color: #8590a6;
|
|
106
106
|
}
|
|
107
|
-
.Author__list[data-v-
|
|
108
|
-
width:
|
|
107
|
+
.Author__list[data-v-5337d9e6] {
|
|
108
|
+
width: 100%;
|
|
109
|
+
height: auto;
|
|
110
|
+
overflow: hidden;
|
|
111
|
+
display: flex;
|
|
112
|
+
align-items: center;
|
|
113
|
+
justify-content: center;
|
|
114
|
+
}
|
|
115
|
+
.Author__list[data-v-5337d9e6]:hover {
|
|
116
|
+
background-color: #f6f6f6;
|
|
117
|
+
border-radius: 4px;
|
|
118
|
+
}
|
|
119
|
+
.Author__list .Author__list--wrap[data-v-5337d9e6] {
|
|
120
|
+
width: 0px;
|
|
121
|
+
flex: 1;
|
|
122
|
+
height: auto;
|
|
109
123
|
overflow: hidden;
|
|
110
|
-
margin: 8px;
|
|
111
124
|
padding: 8px;
|
|
125
|
+
margin-top: 4px;
|
|
126
|
+
}
|
|
127
|
+
.Author__list .Author__list--wrap .Author__list--items[data-v-5337d9e6] {
|
|
128
|
+
width: auto;
|
|
129
|
+
overflow: hidden;
|
|
130
|
+
margin: 0px 8px;
|
|
131
|
+
padding: 4px 8px;
|
|
112
132
|
height: auto;
|
|
113
133
|
display: flex;
|
|
114
134
|
align-items: center;
|
|
115
135
|
flex-wrap: wrap;
|
|
116
136
|
gap: 8px;
|
|
117
137
|
}
|
|
118
|
-
.Author__list
|
|
119
|
-
|
|
138
|
+
.Author__list .Author__list--wrap .Author__list--items .Author__list--item[data-v-5337d9e6] {
|
|
139
|
+
display: flex;
|
|
140
|
+
gap: 8px;
|
|
120
141
|
}
|
|
121
|
-
.Author__list[data-v-
|
|
122
|
-
|
|
123
|
-
border-radius: 4px;
|
|
142
|
+
.Author__list .Author__list--wrap .Author__list--items *[data-v-5337d9e6] {
|
|
143
|
+
line-height: 26px;
|
|
124
144
|
}
|
|
125
|
-
.Author__list--contro[data-v-
|
|
126
|
-
width:
|
|
145
|
+
.Author__list .Auhtor__list--contro[data-v-5337d9e6] {
|
|
146
|
+
width: fit-content;
|
|
127
147
|
display: flex;
|
|
128
148
|
justify-content: space-between;
|
|
129
149
|
}
|
|
130
|
-
.Author__list--contro span[data-v-
|
|
150
|
+
.Author__list .Auhtor__list--contro span[data-v-5337d9e6] {
|
|
131
151
|
cursor: pointer;
|
|
132
152
|
}
|
|
133
|
-
.add_author[data-v-
|
|
153
|
+
.add_author[data-v-5337d9e6] {
|
|
134
154
|
cursor: pointer;
|
|
135
155
|
}
|
|
136
|
-
.add_author[data-v-
|
|
156
|
+
.add_author[data-v-5337d9e6]:hover {
|
|
137
157
|
color: #2F3A91;
|
|
138
158
|
}
|
package/dist/css/AuthorX.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.Author__custom--popper{min-width:600px}[data-v-
|
|
1
|
+
.Author__custom--popper{min-width:600px}[data-v-5337d9e6]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.Author__warp[data-v-5337d9e6]+.base-form-item__error.is-required{top:16px;right:0;width:auto;left:auto;text-align:right}.Author__warp[data-v-5337d9e6]{width:100%;height:auto;overflow:hidden}.Form__item[data-v-5337d9e6]{width:100%;height:80px;display:flex;align-items:flex-start;margin-top:16px}.Form__author[data-v-5337d9e6]{position:relative;margin-right:16px;width:100%}.FormItem__tip[data-v-5337d9e6]{position:absolute;top:40px;color:#8590a6}.Author__list[data-v-5337d9e6]{width:100%;height:auto;overflow:hidden;display:flex;align-items:center;justify-content:center}.Author__list[data-v-5337d9e6]:hover{background-color:#f6f6f6;border-radius:4px}.Author__list .Author__list--wrap[data-v-5337d9e6]{width:0;flex:1;height:auto;overflow:hidden;padding:8px;margin-top:4px}.Author__list .Author__list--wrap .Author__list--items[data-v-5337d9e6]{width:auto;overflow:hidden;margin:0 8px;padding:4px 8px;height:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.Author__list .Author__list--wrap .Author__list--items .Author__list--item[data-v-5337d9e6]{display:flex;gap:8px}.Author__list .Author__list--wrap .Author__list--items [data-v-5337d9e6]{line-height:26px}.Author__list .Auhtor__list--contro[data-v-5337d9e6]{width:fit-content;display:flex;justify-content:space-between}.Author__list .Auhtor__list--contro span[data-v-5337d9e6]{cursor:pointer}.add_author[data-v-5337d9e6]{cursor:pointer}.add_author[data-v-5337d9e6]:hover{color:#2f3a91}
|
package/dist/css/HoverCard.css
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
[data-v-
|
|
18
|
+
[data-v-6cec3f8c]:export {
|
|
19
19
|
primary: #2F3A91;
|
|
20
20
|
success: #67C23A;
|
|
21
21
|
warning: #FF791A;
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
|
|
93
|
-
[data-v-
|
|
93
|
+
[data-v-6cec3f8c]:export {
|
|
94
94
|
primary: #2F3A91;
|
|
95
95
|
success: #67C23A;
|
|
96
96
|
warning: #FF791A;
|
|
@@ -158,45 +158,45 @@
|
|
|
158
158
|
|
|
159
159
|
|
|
160
160
|
|
|
161
|
-
.HoverCard__coverContainer[data-v-
|
|
161
|
+
.HoverCard__coverContainer[data-v-6cec3f8c] {
|
|
162
162
|
height: 100px;
|
|
163
163
|
margin: 0 -12px;
|
|
164
164
|
overflow: hidden;
|
|
165
165
|
border-radius: 2px 2px 0 0;
|
|
166
166
|
}
|
|
167
|
-
.HoverCard__cover[data-v-
|
|
167
|
+
.HoverCard__cover[data-v-6cec3f8c] {
|
|
168
168
|
width: 100%;
|
|
169
169
|
height: 100%;
|
|
170
170
|
-o-object-fit: cover;
|
|
171
171
|
object-fit: cover;
|
|
172
172
|
}
|
|
173
|
-
.HoverCard__subtitle[data-v-
|
|
173
|
+
.HoverCard__subtitle[data-v-6cec3f8c], .HoverCard__title[data-v-6cec3f8c] {
|
|
174
174
|
overflow: hidden;
|
|
175
175
|
text-overflow: ellipsis;
|
|
176
176
|
white-space: nowrap;
|
|
177
177
|
}
|
|
178
|
-
.HoverCard__title[data-v-
|
|
178
|
+
.HoverCard__title[data-v-6cec3f8c] {
|
|
179
179
|
font-size: 16px;
|
|
180
180
|
font-weight: 500;
|
|
181
181
|
}
|
|
182
|
-
.HoverCard__subtitle[data-v-
|
|
182
|
+
.HoverCard__subtitle[data-v-6cec3f8c] {
|
|
183
183
|
margin-top: 4px;
|
|
184
184
|
font-weight: 400;
|
|
185
185
|
}
|
|
186
|
-
.HoverCard__titleContainer[data-v-
|
|
186
|
+
.HoverCard__titleContainer[data-v-6cec3f8c] {
|
|
187
187
|
position: relative;
|
|
188
188
|
display: flex;
|
|
189
189
|
padding: 8px 0;
|
|
190
190
|
border-bottom: 1px solid #F3F5F8;
|
|
191
191
|
align-items: center;
|
|
192
192
|
}
|
|
193
|
-
.HoverCard__titleContainer--noAvatar[data-v-
|
|
193
|
+
.HoverCard__titleContainer--noAvatar[data-v-6cec3f8c] {
|
|
194
194
|
margin-top: 20px;
|
|
195
195
|
}
|
|
196
|
-
.HoverCard__avatar[data-v-
|
|
196
|
+
.HoverCard__avatar[data-v-6cec3f8c] {
|
|
197
197
|
border: 2px solid #FFFFFF;
|
|
198
198
|
}
|
|
199
|
-
.HoverCard__titleText[data-v-
|
|
199
|
+
.HoverCard__titleText[data-v-6cec3f8c] {
|
|
200
200
|
display: flex;
|
|
201
201
|
min-height: 42px;
|
|
202
202
|
padding-bottom: 2px;
|
|
@@ -207,33 +207,33 @@
|
|
|
207
207
|
flex: 1;
|
|
208
208
|
color: #2F3A91;
|
|
209
209
|
}
|
|
210
|
-
.HoverCard__attrInfo[data-v-
|
|
210
|
+
.HoverCard__attrInfo[data-v-6cec3f8c] {
|
|
211
211
|
margin-left: 10px;
|
|
212
212
|
color: #8590A6;
|
|
213
213
|
white-space: nowrap;
|
|
214
214
|
}
|
|
215
|
-
.HoverCard__attrInfo .Icon[data-v-
|
|
215
|
+
.HoverCard__attrInfo .Icon[data-v-6cec3f8c] {
|
|
216
216
|
margin-right: 8px;
|
|
217
217
|
}
|
|
218
|
-
.HoverCard[data-v-
|
|
218
|
+
.HoverCard[data-v-6cec3f8c] {
|
|
219
219
|
padding: 0 12px 16px;
|
|
220
220
|
font-size: 14px;
|
|
221
221
|
opacity: 1;
|
|
222
222
|
transition: opacity 0.3s;
|
|
223
223
|
}
|
|
224
|
-
.HoverCard--isLoading[data-v-
|
|
224
|
+
.HoverCard--isLoading[data-v-6cec3f8c] {
|
|
225
225
|
opacity: 0;
|
|
226
226
|
}
|
|
227
|
-
.HoverCard[data-v-
|
|
227
|
+
.HoverCard[data-v-6cec3f8c], .HoverCard__loading[data-v-6cec3f8c] {
|
|
228
228
|
box-shadow: 0 5px 20px rgba(26, 26, 26, 0.1);
|
|
229
229
|
background: #FFFFFF;
|
|
230
230
|
border-radius: 2px;
|
|
231
231
|
}
|
|
232
|
-
.HoverCard__container[data-v-
|
|
232
|
+
.HoverCard__container[data-v-6cec3f8c] {
|
|
233
233
|
width: 320px;
|
|
234
234
|
max-height: 600px;
|
|
235
235
|
}
|
|
236
|
-
.HoverCard__loading[data-v-
|
|
236
|
+
.HoverCard__loading[data-v-6cec3f8c] {
|
|
237
237
|
position: absolute;
|
|
238
238
|
width: 120px;
|
|
239
239
|
height: 80px;
|
|
@@ -242,64 +242,64 @@
|
|
|
242
242
|
align-items: center;
|
|
243
243
|
margin: auto;
|
|
244
244
|
}
|
|
245
|
-
.HoverCard__loading--reversed[data-v-
|
|
245
|
+
.HoverCard__loading--reversed[data-v-6cec3f8c] {
|
|
246
246
|
-webkit-transform: translateY(-100%);
|
|
247
247
|
transform: translateY(-100%);
|
|
248
248
|
}
|
|
249
|
-
.HoverCard__container--large[data-v-
|
|
249
|
+
.HoverCard__container--large[data-v-6cec3f8c] {
|
|
250
250
|
width: 400px;
|
|
251
251
|
}
|
|
252
|
-
.HoverCard__numberBoard[data-v-
|
|
252
|
+
.HoverCard__numberBoard[data-v-6cec3f8c] {
|
|
253
253
|
display: flex;
|
|
254
254
|
justify-content: space-around;
|
|
255
255
|
align-items: center;
|
|
256
256
|
}
|
|
257
|
-
.HoverCard__buttons[data-v-
|
|
257
|
+
.HoverCard__buttons[data-v-6cec3f8c] {
|
|
258
258
|
margin-top: 16px;
|
|
259
259
|
display: flex;
|
|
260
260
|
justify-content: space-between;
|
|
261
261
|
}
|
|
262
|
-
.HoverCard__buttons button[data-v-
|
|
262
|
+
.HoverCard__buttons button[data-v-6cec3f8c] {
|
|
263
263
|
width: 126px;
|
|
264
264
|
}
|
|
265
|
-
.HoverCard__buttons .base-icon-s-home[data-v-
|
|
265
|
+
.HoverCard__buttons .base-icon-s-home[data-v-6cec3f8c] {
|
|
266
266
|
margin-right: 5px;
|
|
267
267
|
}
|
|
268
|
-
.HoverCard__numberGroup[data-v-
|
|
268
|
+
.HoverCard__numberGroup[data-v-6cec3f8c] {
|
|
269
269
|
flex: 1;
|
|
270
270
|
}
|
|
271
|
-
.HoverCard__boardKey[data-v-
|
|
271
|
+
.HoverCard__boardKey[data-v-6cec3f8c] {
|
|
272
272
|
line-height: 1.7;
|
|
273
273
|
color: #8590A6;
|
|
274
274
|
}
|
|
275
|
-
.HoverCard__boardNumber[data-v-
|
|
275
|
+
.HoverCard__boardNumber[data-v-6cec3f8c] {
|
|
276
276
|
margin-top: 4px;
|
|
277
277
|
font-size: 18px;
|
|
278
278
|
font-weight: 500;
|
|
279
279
|
line-height: 1.4;
|
|
280
280
|
color: #2F3A91;
|
|
281
281
|
}
|
|
282
|
-
.HoverCard__item[data-v-
|
|
282
|
+
.HoverCard__item[data-v-6cec3f8c] {
|
|
283
283
|
padding: 8px 0;
|
|
284
284
|
line-height: 1.75;
|
|
285
285
|
border-bottom: 1px solid #F3F5F8;
|
|
286
286
|
}
|
|
287
|
-
.HoverCard__item[data-v-
|
|
287
|
+
.HoverCard__item[data-v-6cec3f8c]:last-child {
|
|
288
288
|
padding: 8px 16px;
|
|
289
289
|
text-align: center;
|
|
290
290
|
border: 0;
|
|
291
291
|
}
|
|
292
|
-
.HoverCard__item .Icon[data-v-
|
|
292
|
+
.HoverCard__item .Icon[data-v-6cec3f8c] {
|
|
293
293
|
margin-right: 8px;
|
|
294
294
|
}
|
|
295
|
-
.UserHoverCard__infoItem[data-v-
|
|
295
|
+
.UserHoverCard__infoItem[data-v-6cec3f8c] {
|
|
296
296
|
display: flex;
|
|
297
297
|
align-items: center;
|
|
298
298
|
}
|
|
299
|
-
.UserHoverCard__infoItem[data-v-
|
|
299
|
+
.UserHoverCard__infoItem[data-v-6cec3f8c]:not(:last-child) {
|
|
300
300
|
margin-bottom: 8px;
|
|
301
301
|
}
|
|
302
|
-
.HoverCard__description[data-v-
|
|
302
|
+
.HoverCard__description[data-v-6cec3f8c] {
|
|
303
303
|
display: block;
|
|
304
304
|
display: -webkit-box;
|
|
305
305
|
max-height: 73.5px;
|
|
@@ -308,6 +308,6 @@
|
|
|
308
308
|
-webkit-line-clamp: 3;
|
|
309
309
|
-webkit-box-orient: vertical;
|
|
310
310
|
}
|
|
311
|
-
.HoverCard__separate[data-v-
|
|
311
|
+
.HoverCard__separate[data-v-6cec3f8c] {
|
|
312
312
|
color: #EBEBEB;
|
|
313
313
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.HoverCard__popoverTarget{background:0 0!important;border:none!important;box-shadow:none!important}[data-v-
|
|
1
|
+
.HoverCard__popoverTarget{background:0 0!important;border:none!important;box-shadow:none!important}[data-v-6cec3f8c]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}[data-v-6cec3f8c]:export{primary:#2F3A91;success:#67C23A;warning:#FF791A;danger:#F1403C;info:#8590a6}.HoverCard__coverContainer[data-v-6cec3f8c]{height:100px;margin:0 -12px;overflow:hidden;border-radius:2px 2px 0 0}.HoverCard__cover[data-v-6cec3f8c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.HoverCard__subtitle[data-v-6cec3f8c],.HoverCard__title[data-v-6cec3f8c]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.HoverCard__title[data-v-6cec3f8c]{font-size:16px;font-weight:500}.HoverCard__subtitle[data-v-6cec3f8c]{margin-top:4px;font-weight:400}.HoverCard__titleContainer[data-v-6cec3f8c]{position:relative;display:flex;padding:8px 0;border-bottom:1px solid #f3f5f8;align-items:center}.HoverCard__titleContainer--noAvatar[data-v-6cec3f8c]{margin-top:20px}.HoverCard__avatar[data-v-6cec3f8c]{border:2px solid #fff}.HoverCard__titleText[data-v-6cec3f8c]{display:flex;min-height:42px;padding-bottom:2px;margin-left:84px;flex-direction:column;justify-content:center;overflow:hidden;flex:1;color:#2f3a91}.HoverCard__attrInfo[data-v-6cec3f8c]{margin-left:10px;color:#8590a6;white-space:nowrap}.HoverCard__attrInfo .Icon[data-v-6cec3f8c]{margin-right:8px}.HoverCard[data-v-6cec3f8c]{padding:0 12px 16px;font-size:14px;opacity:1;transition:opacity .3s}.HoverCard--isLoading[data-v-6cec3f8c]{opacity:0}.HoverCard[data-v-6cec3f8c],.HoverCard__loading[data-v-6cec3f8c]{box-shadow:0 5px 20px rgba(26,26,26,.1);background:#fff;border-radius:2px}.HoverCard__container[data-v-6cec3f8c]{width:320px;max-height:600px}.HoverCard__loading[data-v-6cec3f8c]{position:absolute;width:120px;height:80px;display:flex;justify-content:center;align-items:center;margin:auto}.HoverCard__loading--reversed[data-v-6cec3f8c]{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.HoverCard__container--large[data-v-6cec3f8c]{width:400px}.HoverCard__numberBoard[data-v-6cec3f8c]{display:flex;justify-content:space-around;align-items:center}.HoverCard__buttons[data-v-6cec3f8c]{margin-top:16px;display:flex;justify-content:space-between}.HoverCard__buttons button[data-v-6cec3f8c]{width:126px}.HoverCard__buttons .base-icon-s-home[data-v-6cec3f8c]{margin-right:5px}.HoverCard__numberGroup[data-v-6cec3f8c]{flex:1}.HoverCard__boardKey[data-v-6cec3f8c]{line-height:1.7;color:#8590a6}.HoverCard__boardNumber[data-v-6cec3f8c]{margin-top:4px;font-size:18px;font-weight:500;line-height:1.4;color:#2f3a91}.HoverCard__item[data-v-6cec3f8c]{padding:8px 0;line-height:1.75;border-bottom:1px solid #f3f5f8}.HoverCard__item[data-v-6cec3f8c]:last-child{padding:8px 16px;text-align:center;border:0}.HoverCard__item .Icon[data-v-6cec3f8c]{margin-right:8px}.UserHoverCard__infoItem[data-v-6cec3f8c]{display:flex;align-items:center}.UserHoverCard__infoItem[data-v-6cec3f8c]:not(:last-child){margin-bottom:8px}.HoverCard__description[data-v-6cec3f8c]{display:block;display:-webkit-box;max-height:73.5px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.HoverCard__separate[data-v-6cec3f8c]{color:#ebebeb}
|