bhd-components 0.10.9 → 0.10.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.es5.development.css +89 -87
- package/dist/index.esm.es5.development.js +7 -8
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +1 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/AIMessageList/components/footer/index.js +4 -2
- package/es2017/AIMessageList/components/virtuosoList/index.js +0 -5
- package/es2017/AIMessageList/components/virtuosoList/index.module.less +2 -0
- package/es2017/AIMessageList/type.d.ts +1 -1
- package/esm/AIMessageList/components/footer/index.js +6 -2
- package/esm/AIMessageList/components/virtuosoList/index.js +0 -5
- package/esm/AIMessageList/components/virtuosoList/index.module.less +2 -0
- package/esm/AIMessageList/type.d.ts +1 -1
- package/package.json +1 -1
|
@@ -13231,11 +13231,11 @@ strong {
|
|
|
13231
13231
|
height: 100%;
|
|
13232
13232
|
}
|
|
13233
13233
|
|
|
13234
|
-
.
|
|
13234
|
+
.index_module_virtuosoListWrapper__1f4840d2 {
|
|
13235
13235
|
width: 100%;
|
|
13236
13236
|
height: 100%;
|
|
13237
13237
|
}
|
|
13238
|
-
.
|
|
13238
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_loadingIcon__1f4840d2 {
|
|
13239
13239
|
width: 100%;
|
|
13240
13240
|
display: flex;
|
|
13241
13241
|
align-items: center;
|
|
@@ -13243,11 +13243,11 @@ strong {
|
|
|
13243
13243
|
padding: 16px 0 24px 0;
|
|
13244
13244
|
box-sizing: border-box;
|
|
13245
13245
|
}
|
|
13246
|
-
.
|
|
13246
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_loadingIcon__1f4840d2 > img {
|
|
13247
13247
|
width: 32px;
|
|
13248
13248
|
height: 32px;
|
|
13249
13249
|
}
|
|
13250
|
-
.
|
|
13250
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgDate__1f4840d2 {
|
|
13251
13251
|
width: 100%;
|
|
13252
13252
|
display: flex;
|
|
13253
13253
|
align-items: center;
|
|
@@ -13258,7 +13258,7 @@ strong {
|
|
|
13258
13258
|
font-size: 14px;
|
|
13259
13259
|
color: rgba(0, 0, 0, 0.25);
|
|
13260
13260
|
}
|
|
13261
|
-
.
|
|
13261
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgDate__1f4840d2:before {
|
|
13262
13262
|
content: "";
|
|
13263
13263
|
display: block;
|
|
13264
13264
|
flex: 1;
|
|
@@ -13266,7 +13266,7 @@ strong {
|
|
|
13266
13266
|
height: 1px;
|
|
13267
13267
|
background: #ebebeb;
|
|
13268
13268
|
}
|
|
13269
|
-
.
|
|
13269
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgDate__1f4840d2:after {
|
|
13270
13270
|
content: "";
|
|
13271
13271
|
display: block;
|
|
13272
13272
|
flex: 1;
|
|
@@ -13274,30 +13274,30 @@ strong {
|
|
|
13274
13274
|
height: 1px;
|
|
13275
13275
|
background: #ebebeb;
|
|
13276
13276
|
}
|
|
13277
|
-
.
|
|
13277
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 {
|
|
13278
13278
|
width: 100%;
|
|
13279
13279
|
padding: 0px 16px;
|
|
13280
13280
|
padding-top: 0;
|
|
13281
13281
|
box-sizing: border-box;
|
|
13282
13282
|
display: flex;
|
|
13283
13283
|
}
|
|
13284
|
-
.
|
|
13284
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 {
|
|
13285
13285
|
max-width: 80%;
|
|
13286
13286
|
font-size: 14px;
|
|
13287
13287
|
color: rgba(0, 0, 0, 0.65);
|
|
13288
13288
|
display: flex;
|
|
13289
13289
|
flex-direction: column;
|
|
13290
13290
|
}
|
|
13291
|
-
.
|
|
13291
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 {
|
|
13292
13292
|
position: relative;
|
|
13293
13293
|
width: -moz-fit-content;
|
|
13294
13294
|
width: fit-content;
|
|
13295
13295
|
max-width: 100%;
|
|
13296
13296
|
}
|
|
13297
|
-
.
|
|
13297
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 {
|
|
13298
13298
|
padding: 12px 16px;
|
|
13299
13299
|
}
|
|
13300
|
-
.
|
|
13300
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2 {
|
|
13301
13301
|
display: flex;
|
|
13302
13302
|
justify-content: flex-end;
|
|
13303
13303
|
align-items: center;
|
|
@@ -13315,134 +13315,134 @@ strong {
|
|
|
13315
13315
|
font-weight: 400;
|
|
13316
13316
|
top: 6px;
|
|
13317
13317
|
}
|
|
13318
|
-
.
|
|
13318
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copyCodeFun__1f4840d2 {
|
|
13319
13319
|
display: flex;
|
|
13320
13320
|
}
|
|
13321
|
-
.
|
|
13321
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2 .index_module_copyCodeText__1f4840d2 {
|
|
13322
13322
|
line-height: 1;
|
|
13323
13323
|
}
|
|
13324
|
-
.
|
|
13324
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2 .index_module_icon__1f4840d2 {
|
|
13325
13325
|
display: none;
|
|
13326
13326
|
margin-right: 8px;
|
|
13327
13327
|
color: rgba(0, 0, 0, 0.65);
|
|
13328
13328
|
font-size: 14px;
|
|
13329
13329
|
}
|
|
13330
|
-
.
|
|
13330
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2 .index_module_icon__1f4840d2.index_module_copy__1f4840d2 {
|
|
13331
13331
|
display: block;
|
|
13332
13332
|
}
|
|
13333
|
-
.
|
|
13333
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copy_success__1f4840d2 .index_module_copyCode__1f4840d2 {
|
|
13334
13334
|
color: #f4523b;
|
|
13335
13335
|
}
|
|
13336
|
-
.
|
|
13336
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copy_success__1f4840d2 .index_module_copy__1f4840d2 {
|
|
13337
13337
|
display: none;
|
|
13338
13338
|
}
|
|
13339
|
-
.
|
|
13339
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copy_success__1f4840d2 .index_module_copy_success_flag__1f4840d2 {
|
|
13340
13340
|
display: inline-block;
|
|
13341
13341
|
color: #f4523b;
|
|
13342
13342
|
}
|
|
13343
|
-
.
|
|
13343
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_copyCode__1f4840d2.index_module_copy_success__1f4840d2 .index_module_copyCodeText__1f4840d2 {
|
|
13344
13344
|
color: #f4523b;
|
|
13345
13345
|
}
|
|
13346
|
-
.
|
|
13347
|
-
.
|
|
13348
|
-
.
|
|
13349
|
-
.
|
|
13350
|
-
.
|
|
13351
|
-
.
|
|
13346
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h1,
|
|
13347
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h2,
|
|
13348
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h3,
|
|
13349
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h4,
|
|
13350
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h5,
|
|
13351
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div h6 {
|
|
13352
13352
|
color: rgba(0, 0, 0, 0.85);
|
|
13353
13353
|
}
|
|
13354
|
-
.
|
|
13354
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div pre::-webkit-scrollbar {
|
|
13355
13355
|
background-color: #eaedf1;
|
|
13356
13356
|
background-color: transparent;
|
|
13357
13357
|
width: 4px;
|
|
13358
13358
|
height: 4px;
|
|
13359
13359
|
}
|
|
13360
|
-
.
|
|
13360
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div pre::-webkit-scrollbar-thumb {
|
|
13361
13361
|
border-radius: 4px;
|
|
13362
13362
|
background-color: rgba(0, 0, 0, 0.25);
|
|
13363
13363
|
}
|
|
13364
|
-
.
|
|
13364
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div p {
|
|
13365
13365
|
word-break: break-all;
|
|
13366
13366
|
white-space: break-spaces;
|
|
13367
13367
|
}
|
|
13368
|
-
.
|
|
13369
|
-
.
|
|
13368
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div p,
|
|
13369
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div li {
|
|
13370
13370
|
line-height: 1.5;
|
|
13371
13371
|
color: rgba(0, 0, 0, 0.85);
|
|
13372
13372
|
}
|
|
13373
|
-
.
|
|
13373
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div li {
|
|
13374
13374
|
margin-top: 8px;
|
|
13375
13375
|
}
|
|
13376
|
-
.
|
|
13376
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div li:first-child {
|
|
13377
13377
|
margin-top: 0;
|
|
13378
13378
|
}
|
|
13379
|
-
.
|
|
13379
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > h3 {
|
|
13380
13380
|
font-size: 16px;
|
|
13381
13381
|
font-weight: 600;
|
|
13382
13382
|
padding: 10px 0;
|
|
13383
13383
|
}
|
|
13384
|
-
.
|
|
13384
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol {
|
|
13385
13385
|
list-style: decimal;
|
|
13386
13386
|
padding-inline-start: 20px;
|
|
13387
13387
|
}
|
|
13388
|
-
.
|
|
13388
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li {
|
|
13389
13389
|
list-style-type: auto;
|
|
13390
13390
|
}
|
|
13391
|
-
.
|
|
13391
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li p {
|
|
13392
13392
|
font-size: 14px;
|
|
13393
13393
|
font-weight: 600;
|
|
13394
13394
|
}
|
|
13395
|
-
.
|
|
13395
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ul li {
|
|
13396
13396
|
list-style: inside;
|
|
13397
13397
|
color: rgba(0, 0, 0, 0.85);
|
|
13398
13398
|
}
|
|
13399
|
-
.
|
|
13399
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ul li::marker {
|
|
13400
13400
|
color: #d9d9d9;
|
|
13401
13401
|
}
|
|
13402
|
-
.
|
|
13402
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ul li:first-child {
|
|
13403
13403
|
padding-top: 8px;
|
|
13404
13404
|
}
|
|
13405
|
-
.
|
|
13405
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ol li::marker {
|
|
13406
13406
|
color: rgba(0, 0, 0, 0.45);
|
|
13407
13407
|
}
|
|
13408
|
-
.
|
|
13408
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol li > ol li:first-child {
|
|
13409
13409
|
padding-top: 8px;
|
|
13410
13410
|
}
|
|
13411
|
-
.
|
|
13411
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div ol > li:last-of-type pre {
|
|
13412
13412
|
margin-bottom: 0;
|
|
13413
13413
|
}
|
|
13414
|
-
.
|
|
13414
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > *:not(pre) {
|
|
13415
13415
|
padding-top: 8px;
|
|
13416
13416
|
padding-bottom: 8px;
|
|
13417
13417
|
}
|
|
13418
|
-
.
|
|
13418
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > *:not(pre):first-child {
|
|
13419
13419
|
padding-top: 0;
|
|
13420
13420
|
}
|
|
13421
|
-
.
|
|
13421
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > *:not(pre):last-child {
|
|
13422
13422
|
padding-bottom: 0;
|
|
13423
13423
|
}
|
|
13424
|
-
.
|
|
13425
|
-
.
|
|
13424
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > h3,
|
|
13425
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > h4 {
|
|
13426
13426
|
padding-top: 8px;
|
|
13427
13427
|
padding-bottom: 4px;
|
|
13428
13428
|
}
|
|
13429
|
-
.
|
|
13429
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > p + p {
|
|
13430
13430
|
padding-top: 4px;
|
|
13431
13431
|
padding-bottom: 4px;
|
|
13432
13432
|
}
|
|
13433
|
-
.
|
|
13433
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > pre:last-of-type {
|
|
13434
13434
|
margin-bottom: 0;
|
|
13435
13435
|
}
|
|
13436
|
-
.
|
|
13436
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div > pre:last-of-type + * {
|
|
13437
13437
|
margin-top: 8px;
|
|
13438
13438
|
}
|
|
13439
|
-
.
|
|
13439
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div hr {
|
|
13440
13440
|
height: 0;
|
|
13441
13441
|
padding: 0;
|
|
13442
13442
|
margin: 0;
|
|
13443
13443
|
border: none;
|
|
13444
13444
|
}
|
|
13445
|
-
.
|
|
13445
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div table {
|
|
13446
13446
|
width: 100%;
|
|
13447
13447
|
padding: 0;
|
|
13448
13448
|
margin: 8px 0;
|
|
@@ -13450,21 +13450,21 @@ strong {
|
|
|
13450
13450
|
border-top: 1px solid #dfe6ec;
|
|
13451
13451
|
border-left: 1px solid #dfe6ec;
|
|
13452
13452
|
}
|
|
13453
|
-
.
|
|
13453
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div table thead tr th {
|
|
13454
13454
|
background-color: #f8f8f9;
|
|
13455
13455
|
padding: 8px;
|
|
13456
13456
|
text-align: center;
|
|
13457
13457
|
border-bottom: 1px solid #dfe6ec;
|
|
13458
13458
|
border-right: 1px solid #dfe6ec;
|
|
13459
13459
|
}
|
|
13460
|
-
.
|
|
13460
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div table tbody tr td {
|
|
13461
13461
|
padding: 8px;
|
|
13462
13462
|
line-height: 21px;
|
|
13463
13463
|
height: 37px;
|
|
13464
13464
|
border-bottom: 1px solid #dfe6ec;
|
|
13465
13465
|
border-right: 1px solid #dfe6ec;
|
|
13466
13466
|
}
|
|
13467
|
-
.
|
|
13467
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 > div pre {
|
|
13468
13468
|
background: #fafafa;
|
|
13469
13469
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
13470
13470
|
border-top: none;
|
|
@@ -13474,7 +13474,7 @@ strong {
|
|
|
13474
13474
|
margin-bottom: 8px;
|
|
13475
13475
|
border-radius: 0 0 4px 4px;
|
|
13476
13476
|
}
|
|
13477
|
-
.
|
|
13477
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_msgItemFile__1f4840d2 {
|
|
13478
13478
|
display: flex;
|
|
13479
13479
|
align-items: center;
|
|
13480
13480
|
padding: 8px 12px;
|
|
@@ -13484,7 +13484,7 @@ strong {
|
|
|
13484
13484
|
gap: 12px;
|
|
13485
13485
|
min-width: 216px;
|
|
13486
13486
|
}
|
|
13487
|
-
.
|
|
13487
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_msgItemFile__1f4840d2 .index_module_msgItemFileLeft__1f4840d2 {
|
|
13488
13488
|
font-size: 24px;
|
|
13489
13489
|
display: flex;
|
|
13490
13490
|
justify-content: center;
|
|
@@ -13492,16 +13492,18 @@ strong {
|
|
|
13492
13492
|
padding: 0;
|
|
13493
13493
|
margin: 0;
|
|
13494
13494
|
}
|
|
13495
|
-
.
|
|
13495
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_msgItemFile__1f4840d2 .index_module_msgItemFileLeft__1f4840d2 > i {
|
|
13496
13496
|
display: flex;
|
|
13497
13497
|
font-size: 24px;
|
|
13498
13498
|
}
|
|
13499
|
-
.
|
|
13499
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemText__1f4840d2 .index_module_msgItemFile__1f4840d2 .index_module_msgItemFileRight__1f4840d2 {
|
|
13500
13500
|
font-size: 14px;
|
|
13501
13501
|
font-weight: 400;
|
|
13502
13502
|
color: rgba(0, 0, 0, 0.65);
|
|
13503
|
+
margin: 0;
|
|
13504
|
+
padding: 0;
|
|
13503
13505
|
}
|
|
13504
|
-
.
|
|
13506
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 {
|
|
13505
13507
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
13506
13508
|
padding: 12px 16px;
|
|
13507
13509
|
width: 100%;
|
|
@@ -13509,21 +13511,21 @@ strong {
|
|
|
13509
13511
|
align-items: center;
|
|
13510
13512
|
justify-content: space-between;
|
|
13511
13513
|
}
|
|
13512
|
-
.
|
|
13514
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 .index_module_msgItemActionLeft__1f4840d2 {
|
|
13513
13515
|
display: flex;
|
|
13514
13516
|
align-items: center;
|
|
13515
13517
|
gap: 8px;
|
|
13516
13518
|
}
|
|
13517
|
-
.
|
|
13519
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 .index_module_msgItemActionRight__1f4840d2 {
|
|
13518
13520
|
display: flex;
|
|
13519
13521
|
align-items: center;
|
|
13520
13522
|
gap: 8px;
|
|
13521
13523
|
}
|
|
13522
|
-
.
|
|
13524
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 {
|
|
13523
13525
|
height: 24px;
|
|
13524
13526
|
position: relative;
|
|
13525
13527
|
}
|
|
13526
|
-
.
|
|
13528
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 {
|
|
13527
13529
|
position: absolute;
|
|
13528
13530
|
width: -moz-max-content;
|
|
13529
13531
|
width: max-content;
|
|
@@ -13533,27 +13535,27 @@ strong {
|
|
|
13533
13535
|
z-index: 9;
|
|
13534
13536
|
padding: 4px 8px;
|
|
13535
13537
|
}
|
|
13536
|
-
.
|
|
13538
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 .index_module_msgItemActionLeft__1f4840d2 {
|
|
13537
13539
|
display: flex;
|
|
13538
13540
|
align-items: center;
|
|
13539
13541
|
gap: 8px;
|
|
13540
13542
|
}
|
|
13541
|
-
.
|
|
13543
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 .index_module_msgItemActionRight__1f4840d2 {
|
|
13542
13544
|
display: flex;
|
|
13543
13545
|
align-items: center;
|
|
13544
13546
|
gap: 8px;
|
|
13545
13547
|
}
|
|
13546
|
-
.
|
|
13548
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2.index_module_msgItemActionPopoverFloatTop__1f4840d2 {
|
|
13547
13549
|
bottom: 4px;
|
|
13548
13550
|
right: 0;
|
|
13549
13551
|
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
13550
13552
|
}
|
|
13551
|
-
.
|
|
13553
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2.index_module_msgItemActionPopoverFloatBottom__1f4840d2 {
|
|
13552
13554
|
box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
|
|
13553
13555
|
right: 0;
|
|
13554
13556
|
top: 4px;
|
|
13555
13557
|
}
|
|
13556
|
-
.
|
|
13558
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceText__1f4840d2 {
|
|
13557
13559
|
padding: 8px;
|
|
13558
13560
|
border-radius: 2px;
|
|
13559
13561
|
background: #e7e7e7;
|
|
@@ -13561,7 +13563,7 @@ strong {
|
|
|
13561
13563
|
color: rgba(0, 0, 0, 0.65);
|
|
13562
13564
|
margin-top: 8px;
|
|
13563
13565
|
}
|
|
13564
|
-
.
|
|
13566
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceText__1f4840d2 > div {
|
|
13565
13567
|
width: 100%;
|
|
13566
13568
|
max-height: 36px;
|
|
13567
13569
|
word-break: break-all;
|
|
@@ -13572,7 +13574,7 @@ strong {
|
|
|
13572
13574
|
text-overflow: ellipsis;
|
|
13573
13575
|
word-wrap: break-word;
|
|
13574
13576
|
}
|
|
13575
|
-
.
|
|
13577
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 {
|
|
13576
13578
|
padding: 8px;
|
|
13577
13579
|
border-radius: 2px;
|
|
13578
13580
|
background: #e7e7e7;
|
|
@@ -13580,7 +13582,7 @@ strong {
|
|
|
13580
13582
|
color: rgba(0, 0, 0, 0.65);
|
|
13581
13583
|
margin-top: 8px;
|
|
13582
13584
|
}
|
|
13583
|
-
.
|
|
13585
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 .index_module_msgItemReferenceFileBox__1f4840d2 {
|
|
13584
13586
|
background: #fafafa;
|
|
13585
13587
|
border-radius: 8px;
|
|
13586
13588
|
border: 1px solid #ebebeb;
|
|
@@ -13590,7 +13592,7 @@ strong {
|
|
|
13590
13592
|
padding: 8px 12px;
|
|
13591
13593
|
min-width: 216px;
|
|
13592
13594
|
}
|
|
13593
|
-
.
|
|
13595
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 .index_module_msgItemReferenceFileBox__1f4840d2 .index_module_msgItemReferenceFileLeft__1f4840d2 {
|
|
13594
13596
|
font-size: 24px;
|
|
13595
13597
|
display: flex;
|
|
13596
13598
|
justify-content: center;
|
|
@@ -13598,52 +13600,52 @@ strong {
|
|
|
13598
13600
|
padding: 0;
|
|
13599
13601
|
margin: 0;
|
|
13600
13602
|
}
|
|
13601
|
-
.
|
|
13603
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 .index_module_msgItemReferenceFileBox__1f4840d2 .index_module_msgItemReferenceFileLeft__1f4840d2 > i {
|
|
13602
13604
|
display: flex;
|
|
13603
13605
|
font-size: 24px;
|
|
13604
13606
|
}
|
|
13605
|
-
.
|
|
13607
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2 .index_module_msgItemReferenceFile__1f4840d2 .index_module_msgItemReferenceFileBox__1f4840d2 .index_module_msgItemReferenceFileRight__1f4840d2 {
|
|
13606
13608
|
font-size: 14px;
|
|
13607
13609
|
font-weight: 400;
|
|
13608
13610
|
color: rgba(0, 0, 0, 0.65);
|
|
13609
13611
|
}
|
|
13610
|
-
.
|
|
13612
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 {
|
|
13611
13613
|
justify-content: flex-start;
|
|
13612
13614
|
}
|
|
13613
|
-
.
|
|
13615
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 {
|
|
13614
13616
|
align-items: flex-start;
|
|
13615
13617
|
}
|
|
13616
|
-
.
|
|
13618
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 {
|
|
13617
13619
|
background: #ffffff;
|
|
13618
13620
|
border-radius: 2px 20px 20px 20px;
|
|
13619
13621
|
}
|
|
13620
|
-
.
|
|
13622
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 {
|
|
13621
13623
|
border-radius: 0px 0px 20px 20px;
|
|
13622
13624
|
}
|
|
13623
|
-
.
|
|
13625
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 {
|
|
13624
13626
|
margin-left: auto;
|
|
13625
13627
|
}
|
|
13626
|
-
.
|
|
13628
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemLeft__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 {
|
|
13627
13629
|
display: none;
|
|
13628
13630
|
}
|
|
13629
|
-
.
|
|
13631
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 {
|
|
13630
13632
|
justify-content: flex-end;
|
|
13631
13633
|
padding-bottom: 24px;
|
|
13632
13634
|
}
|
|
13633
|
-
.
|
|
13635
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2 {
|
|
13634
13636
|
align-items: flex-end;
|
|
13635
13637
|
}
|
|
13636
|
-
.
|
|
13638
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2:hover .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 {
|
|
13637
13639
|
display: flex;
|
|
13638
13640
|
}
|
|
13639
|
-
.
|
|
13641
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 {
|
|
13640
13642
|
border-radius: 20px 2px 20px 20px;
|
|
13641
13643
|
background: #d1e4ff;
|
|
13642
13644
|
}
|
|
13643
|
-
.
|
|
13645
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemContent__1f4840d2 .index_module_msgItemAction__1f4840d2 {
|
|
13644
13646
|
border-radius: 0px 0px 20px 20px;
|
|
13645
13647
|
}
|
|
13646
|
-
.
|
|
13648
|
+
.index_module_virtuosoListWrapper__1f4840d2 .index_module_msgItem__1f4840d2.index_module_msgItemRight__1f4840d2 .index_module_msgItemBox__1f4840d2 .index_module_msgItemActionOperate__1f4840d2 .index_module_msgItemActionPopover__1f4840d2 {
|
|
13647
13649
|
display: none;
|
|
13648
13650
|
}
|
|
13649
13651
|
|
|
@@ -13017,7 +13017,7 @@ var Header$2 = Header$1;
|
|
|
13017
13017
|
|
|
13018
13018
|
var modules_63b47c51$a = {"content":"index_module_content__fcd2c97c","contentList":"index_module_contentList__fcd2c97c"};
|
|
13019
13019
|
|
|
13020
|
-
var modules_63b47c51$9 = {"virtuosoList-wrapper":"
|
|
13020
|
+
var modules_63b47c51$9 = {"virtuosoList-wrapper":"index_module_virtuosoListWrapper__1f4840d2","loadingIcon":"index_module_loadingIcon__1f4840d2","msg-date":"index_module_msgDate__1f4840d2","msgItem":"index_module_msgItem__1f4840d2","msgItem-box":"index_module_msgItemBox__1f4840d2","msgItem-content":"index_module_msgItemContent__1f4840d2","msgItem-text":"index_module_msgItemText__1f4840d2","copyCode":"index_module_copyCode__1f4840d2","copyCodeFun":"index_module_copyCodeFun__1f4840d2","copyCodeText":"index_module_copyCodeText__1f4840d2","icon":"index_module_icon__1f4840d2","copy":"index_module_copy__1f4840d2","copy_success":"index_module_copy_success__1f4840d2","copy_success_flag":"index_module_copy_success_flag__1f4840d2","msgItem-file":"index_module_msgItemFile__1f4840d2","msgItem-file-left":"index_module_msgItemFileLeft__1f4840d2","msgItem-file-right":"index_module_msgItemFileRight__1f4840d2","msgItem-action":"index_module_msgItemAction__1f4840d2","msgItem-action-left":"index_module_msgItemActionLeft__1f4840d2","msgItem-action-right":"index_module_msgItemActionRight__1f4840d2","msgItem-action-operate":"index_module_msgItemActionOperate__1f4840d2","msgItem-action-popover":"index_module_msgItemActionPopover__1f4840d2","msgItem-action-popover-floatTop":"index_module_msgItemActionPopoverFloatTop__1f4840d2","msgItem-action-popover-floatBottom":"index_module_msgItemActionPopoverFloatBottom__1f4840d2","msgItem-reference-text":"index_module_msgItemReferenceText__1f4840d2","msgItem-reference-file":"index_module_msgItemReferenceFile__1f4840d2","msgItem-reference-file-box":"index_module_msgItemReferenceFileBox__1f4840d2","msgItem-reference-file-left":"index_module_msgItemReferenceFileLeft__1f4840d2","msgItem-reference-file-right":"index_module_msgItemReferenceFileRight__1f4840d2","msgItem-left":"index_module_msgItemLeft__1f4840d2","msgItem-right":"index_module_msgItemRight__1f4840d2"};
|
|
13021
13021
|
|
|
13022
13022
|
var loading2 = "data:image/gif;base64,R0lGODlhgACAAKIEAN3d3bu7u////5mZmf///wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NENGQTg4RUY0MTQwMTFFOEEzQjg5QjE4RTZFRjE2NTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NENGQTg4RjA0MTQwMTFFOEEzQjg5QjE4RTZFRjE2NTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0Q0ZBODhFRDQxNDAxMUU4QTNCODlCMThFNkVGMTY1NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0Q0ZBODhFRTQxNDAxMUU4QTNCODlCMThFNkVGMTY1NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV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";
|
|
13023
13023
|
var loading2Gif = loading2;
|
|
@@ -14387,7 +14387,6 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
14387
14387
|
reference: null,
|
|
14388
14388
|
source: null,
|
|
14389
14389
|
suffix: item.suffix,
|
|
14390
|
-
fileSize: item.size || 0,
|
|
14391
14390
|
fileTitle: item.name
|
|
14392
14391
|
});
|
|
14393
14392
|
});
|
|
@@ -14444,10 +14443,6 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
14444
14443
|
if (coverRenderText) {
|
|
14445
14444
|
contentNode = coverRenderText(item, html);
|
|
14446
14445
|
}
|
|
14447
|
-
// item.type = "file";
|
|
14448
|
-
// item.suffix = "docx";
|
|
14449
|
-
// item.fileTitle = "这是一个文件名称.docx";
|
|
14450
|
-
// item.fileSize = "5Mb";
|
|
14451
14446
|
if (item.type === "file") {
|
|
14452
14447
|
var renderFileObj = _object_spread({
|
|
14453
14448
|
fileTitleRender: function(item) {
|
|
@@ -15400,7 +15395,9 @@ var defaultFileUploadProps = {
|
|
|
15400
15395
|
};
|
|
15401
15396
|
var Footer = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
15402
15397
|
var footerConfig = props.footerConfig, prefix = props.prefix, errorCallback = props.errorCallback, apiRef = props.apiRef;
|
|
15403
|
-
var _footerConfig_placeholder = footerConfig.placeholder, placeholder = _footerConfig_placeholder === void 0 ? defaultProps.placeholder : _footerConfig_placeholder, _footerConfig_className = footerConfig.className, className = _footerConfig_className === void 0 ? defaultProps.className : _footerConfig_className, _footerConfig_maxLength = footerConfig.maxLength, maxLength = _footerConfig_maxLength === void 0 ? defaultProps.maxLength : _footerConfig_maxLength, renderAction = footerConfig.renderAction, fileUpload = footerConfig.fileUpload, sendMsgAjaxParams = footerConfig.sendMsgAjaxParams, _footerConfig_onClickStop = footerConfig.onClickStop, onClickStop = _footerConfig_onClickStop === void 0 ? function() {} : _footerConfig_onClickStop
|
|
15398
|
+
var _footerConfig_placeholder = footerConfig.placeholder, placeholder = _footerConfig_placeholder === void 0 ? defaultProps.placeholder : _footerConfig_placeholder, _footerConfig_className = footerConfig.className, className = _footerConfig_className === void 0 ? defaultProps.className : _footerConfig_className, _footerConfig_maxLength = footerConfig.maxLength, maxLength = _footerConfig_maxLength === void 0 ? defaultProps.maxLength : _footerConfig_maxLength, renderAction = footerConfig.renderAction, fileUpload = footerConfig.fileUpload, sendMsgAjaxParams = footerConfig.sendMsgAjaxParams, _footerConfig_onClickStop = footerConfig.onClickStop, onClickStop = _footerConfig_onClickStop === void 0 ? function() {} : _footerConfig_onClickStop, _footerConfig_conversionContent = footerConfig.conversionContent, conversionContent = _footerConfig_conversionContent === void 0 ? function(str) {
|
|
15399
|
+
return str;
|
|
15400
|
+
} : _footerConfig_conversionContent;
|
|
15404
15401
|
if (fileUpload) {
|
|
15405
15402
|
fileUpload = _object_spread({}, defaultFileUploadProps, fileUpload);
|
|
15406
15403
|
}
|
|
@@ -15652,10 +15649,12 @@ var Footer = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
15652
15649
|
onmessage: function(ev) {
|
|
15653
15650
|
var data = onMessage(ev, closeCallback);
|
|
15654
15651
|
msgContent += data.content;
|
|
15652
|
+
var str = msgContent.replace(/\\n/g, "\n");
|
|
15653
|
+
str = conversionContent(str);
|
|
15655
15654
|
delete data.content;
|
|
15656
15655
|
recordMsgObj = _object_spread({
|
|
15657
15656
|
createTime: createTime,
|
|
15658
|
-
content:
|
|
15657
|
+
content: str || "正在输入...",
|
|
15659
15658
|
location: "left",
|
|
15660
15659
|
reference: null,
|
|
15661
15660
|
source: null
|