bhd-components 0.10.2 → 0.10.3
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 +88 -88
- package/dist/index.esm.es5.development.js +30 -7
- 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 +20 -4
- package/es2017/AIMessageList/components/virtuosoList/index.js +9 -2
- package/es2017/AIMessageList/components/virtuosoList/index.module.less +12 -12
- package/es2017/AIMessageList/type.d.ts +3 -0
- package/esm/AIMessageList/components/footer/index.js +20 -4
- package/esm/AIMessageList/components/virtuosoList/index.js +9 -2
- package/esm/AIMessageList/components/virtuosoList/index.module.less +12 -12
- package/esm/AIMessageList/type.d.ts +3 -0
- package/package.json +1 -1
|
@@ -13229,11 +13229,11 @@ strong {
|
|
|
13229
13229
|
height: 100%;
|
|
13230
13230
|
}
|
|
13231
13231
|
|
|
13232
|
-
.
|
|
13232
|
+
.index_module_virtuosoListWrapper__4d756f02 {
|
|
13233
13233
|
width: 100%;
|
|
13234
13234
|
height: 100%;
|
|
13235
13235
|
}
|
|
13236
|
-
.
|
|
13236
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_loadingIcon__4d756f02 {
|
|
13237
13237
|
width: 100%;
|
|
13238
13238
|
display: flex;
|
|
13239
13239
|
align-items: center;
|
|
@@ -13241,11 +13241,11 @@ strong {
|
|
|
13241
13241
|
padding: 16px 0 24px 0;
|
|
13242
13242
|
box-sizing: border-box;
|
|
13243
13243
|
}
|
|
13244
|
-
.
|
|
13244
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_loadingIcon__4d756f02 > img {
|
|
13245
13245
|
width: 32px;
|
|
13246
13246
|
height: 32px;
|
|
13247
13247
|
}
|
|
13248
|
-
.
|
|
13248
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgDate__4d756f02 {
|
|
13249
13249
|
width: 100%;
|
|
13250
13250
|
display: flex;
|
|
13251
13251
|
align-items: center;
|
|
@@ -13256,7 +13256,7 @@ strong {
|
|
|
13256
13256
|
font-size: 14px;
|
|
13257
13257
|
color: rgba(0, 0, 0, 0.25);
|
|
13258
13258
|
}
|
|
13259
|
-
.
|
|
13259
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgDate__4d756f02:before {
|
|
13260
13260
|
content: "";
|
|
13261
13261
|
display: block;
|
|
13262
13262
|
flex: 1;
|
|
@@ -13264,7 +13264,7 @@ strong {
|
|
|
13264
13264
|
height: 1px;
|
|
13265
13265
|
background: #ebebeb;
|
|
13266
13266
|
}
|
|
13267
|
-
.
|
|
13267
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgDate__4d756f02:after {
|
|
13268
13268
|
content: "";
|
|
13269
13269
|
display: block;
|
|
13270
13270
|
flex: 1;
|
|
@@ -13272,30 +13272,30 @@ strong {
|
|
|
13272
13272
|
height: 1px;
|
|
13273
13273
|
background: #ebebeb;
|
|
13274
13274
|
}
|
|
13275
|
-
.
|
|
13275
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 {
|
|
13276
13276
|
width: 100%;
|
|
13277
13277
|
padding: 0px 16px;
|
|
13278
13278
|
padding-top: 0;
|
|
13279
13279
|
box-sizing: border-box;
|
|
13280
13280
|
display: flex;
|
|
13281
13281
|
}
|
|
13282
|
-
.
|
|
13282
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 {
|
|
13283
13283
|
max-width: 80%;
|
|
13284
13284
|
font-size: 14px;
|
|
13285
13285
|
color: rgba(0, 0, 0, 0.65);
|
|
13286
13286
|
display: flex;
|
|
13287
13287
|
flex-direction: column;
|
|
13288
13288
|
}
|
|
13289
|
-
.
|
|
13289
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 {
|
|
13290
13290
|
position: relative;
|
|
13291
13291
|
width: -moz-fit-content;
|
|
13292
13292
|
width: fit-content;
|
|
13293
13293
|
max-width: 100%;
|
|
13294
13294
|
}
|
|
13295
|
-
.
|
|
13295
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 {
|
|
13296
13296
|
padding: 12px 16px;
|
|
13297
13297
|
}
|
|
13298
|
-
.
|
|
13298
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02 {
|
|
13299
13299
|
display: flex;
|
|
13300
13300
|
justify-content: flex-end;
|
|
13301
13301
|
align-items: center;
|
|
@@ -13305,164 +13305,164 @@ strong {
|
|
|
13305
13305
|
background: rgba(0, 0, 0, 0.02);
|
|
13306
13306
|
text-align: right;
|
|
13307
13307
|
height: 37px;
|
|
13308
|
-
line-height: 37px
|
|
13309
|
-
padding: 0
|
|
13310
|
-
padding-right: 16px
|
|
13308
|
+
line-height: 37px;
|
|
13309
|
+
padding: 0 ;
|
|
13310
|
+
padding-right: 16px ;
|
|
13311
13311
|
position: relative;
|
|
13312
13312
|
cursor: pointer;
|
|
13313
|
-
font-weight: 400
|
|
13313
|
+
font-weight: 400 ;
|
|
13314
13314
|
top: 6px;
|
|
13315
13315
|
}
|
|
13316
|
-
.
|
|
13316
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copyCodeFun__4d756f02 {
|
|
13317
13317
|
display: flex;
|
|
13318
13318
|
}
|
|
13319
|
-
.
|
|
13319
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02 .index_module_copyCodeText__4d756f02 {
|
|
13320
13320
|
line-height: 1;
|
|
13321
13321
|
}
|
|
13322
|
-
.
|
|
13322
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02 .index_module_icon__4d756f02 {
|
|
13323
13323
|
display: none;
|
|
13324
13324
|
margin-right: 8px;
|
|
13325
13325
|
color: rgba(0, 0, 0, 0.65);
|
|
13326
13326
|
font-size: 14px;
|
|
13327
13327
|
}
|
|
13328
|
-
.
|
|
13328
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02 .index_module_icon__4d756f02.index_module_copy__4d756f02 {
|
|
13329
13329
|
display: block;
|
|
13330
13330
|
}
|
|
13331
|
-
.
|
|
13331
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copy_success__4d756f02 .index_module_copyCode__4d756f02 {
|
|
13332
13332
|
color: #f4523b;
|
|
13333
13333
|
}
|
|
13334
|
-
.
|
|
13334
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copy_success__4d756f02 .index_module_copy__4d756f02 {
|
|
13335
13335
|
display: none;
|
|
13336
13336
|
}
|
|
13337
|
-
.
|
|
13337
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copy_success__4d756f02 .index_module_copy_success_flag__4d756f02 {
|
|
13338
13338
|
display: inline-block;
|
|
13339
13339
|
color: #f4523b;
|
|
13340
13340
|
}
|
|
13341
|
-
.
|
|
13341
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 .index_module_copyCode__4d756f02.index_module_copy_success__4d756f02 .index_module_copyCodeText__4d756f02 {
|
|
13342
13342
|
color: #f4523b;
|
|
13343
13343
|
}
|
|
13344
|
-
.
|
|
13345
|
-
.
|
|
13346
|
-
.
|
|
13347
|
-
.
|
|
13348
|
-
.
|
|
13349
|
-
.
|
|
13344
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h1,
|
|
13345
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h2,
|
|
13346
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h3,
|
|
13347
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h4,
|
|
13348
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h5,
|
|
13349
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div h6 {
|
|
13350
13350
|
color: rgba(0, 0, 0, 0.85);
|
|
13351
13351
|
}
|
|
13352
|
-
.
|
|
13352
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div pre::-webkit-scrollbar {
|
|
13353
13353
|
background-color: #eaedf1;
|
|
13354
13354
|
background-color: transparent;
|
|
13355
13355
|
width: 4px;
|
|
13356
13356
|
height: 4px;
|
|
13357
13357
|
}
|
|
13358
|
-
.
|
|
13358
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div pre::-webkit-scrollbar-thumb {
|
|
13359
13359
|
border-radius: 4px;
|
|
13360
13360
|
background-color: rgba(0, 0, 0, 0.25);
|
|
13361
13361
|
}
|
|
13362
|
-
.
|
|
13362
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div p {
|
|
13363
13363
|
word-break: break-all;
|
|
13364
13364
|
white-space: break-spaces;
|
|
13365
13365
|
}
|
|
13366
|
-
.
|
|
13367
|
-
.
|
|
13366
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div p,
|
|
13367
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div li {
|
|
13368
13368
|
line-height: 1.5;
|
|
13369
13369
|
color: rgba(0, 0, 0, 0.85);
|
|
13370
13370
|
}
|
|
13371
|
-
.
|
|
13371
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div li {
|
|
13372
13372
|
margin-top: 8px;
|
|
13373
13373
|
}
|
|
13374
|
-
.
|
|
13374
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div li:first-child {
|
|
13375
13375
|
margin-top: 0;
|
|
13376
13376
|
}
|
|
13377
|
-
.
|
|
13377
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > h3 {
|
|
13378
13378
|
font-size: 16px;
|
|
13379
13379
|
font-weight: 600;
|
|
13380
13380
|
padding: 10px 0;
|
|
13381
13381
|
}
|
|
13382
|
-
.
|
|
13382
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol {
|
|
13383
13383
|
list-style: decimal;
|
|
13384
13384
|
padding-inline-start: 20px;
|
|
13385
13385
|
}
|
|
13386
|
-
.
|
|
13386
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li {
|
|
13387
13387
|
list-style-type: auto;
|
|
13388
13388
|
}
|
|
13389
|
-
.
|
|
13389
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li p {
|
|
13390
13390
|
font-size: 14px;
|
|
13391
13391
|
font-weight: 600;
|
|
13392
13392
|
}
|
|
13393
|
-
.
|
|
13393
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ul li {
|
|
13394
13394
|
list-style: inside;
|
|
13395
13395
|
color: rgba(0, 0, 0, 0.85);
|
|
13396
13396
|
}
|
|
13397
|
-
.
|
|
13398
|
-
color: #d9d9d9
|
|
13397
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ul li::marker {
|
|
13398
|
+
color: #d9d9d9;
|
|
13399
13399
|
}
|
|
13400
|
-
.
|
|
13401
|
-
padding-top: 8px
|
|
13400
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ul li:first-child {
|
|
13401
|
+
padding-top: 8px;
|
|
13402
13402
|
}
|
|
13403
|
-
.
|
|
13404
|
-
color: rgba(0, 0, 0, 0.45)
|
|
13403
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ol li::marker {
|
|
13404
|
+
color: rgba(0, 0, 0, 0.45);
|
|
13405
13405
|
}
|
|
13406
|
-
.
|
|
13407
|
-
padding-top: 8px
|
|
13406
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol li > ol li:first-child {
|
|
13407
|
+
padding-top: 8px;
|
|
13408
13408
|
}
|
|
13409
|
-
.
|
|
13409
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div ol > li:last-of-type pre {
|
|
13410
13410
|
margin-bottom: 0;
|
|
13411
13411
|
}
|
|
13412
|
-
.
|
|
13412
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > *:not(pre) {
|
|
13413
13413
|
padding-top: 8px;
|
|
13414
13414
|
padding-bottom: 8px;
|
|
13415
13415
|
}
|
|
13416
|
-
.
|
|
13417
|
-
padding-top: 0
|
|
13416
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > *:not(pre):first-child {
|
|
13417
|
+
padding-top: 0;
|
|
13418
13418
|
}
|
|
13419
|
-
.
|
|
13420
|
-
padding-bottom: 0
|
|
13419
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > *:not(pre):last-child {
|
|
13420
|
+
padding-bottom: 0;
|
|
13421
13421
|
}
|
|
13422
|
-
.
|
|
13423
|
-
.
|
|
13422
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > h3,
|
|
13423
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > h4 {
|
|
13424
13424
|
padding-top: 8px;
|
|
13425
13425
|
padding-bottom: 4px;
|
|
13426
13426
|
}
|
|
13427
|
-
.
|
|
13427
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > p + p {
|
|
13428
13428
|
padding-top: 4px;
|
|
13429
13429
|
padding-bottom: 4px;
|
|
13430
13430
|
}
|
|
13431
|
-
.
|
|
13431
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > pre:last-of-type {
|
|
13432
13432
|
margin-bottom: 0;
|
|
13433
13433
|
}
|
|
13434
|
-
.
|
|
13434
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div > pre:last-of-type + * {
|
|
13435
13435
|
margin-top: 8px;
|
|
13436
13436
|
}
|
|
13437
|
-
.
|
|
13437
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div hr {
|
|
13438
13438
|
height: 0;
|
|
13439
13439
|
padding: 0;
|
|
13440
13440
|
margin: 0;
|
|
13441
13441
|
border: none;
|
|
13442
13442
|
}
|
|
13443
|
-
.
|
|
13443
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div table {
|
|
13444
13444
|
width: 100%;
|
|
13445
|
-
padding: 0
|
|
13445
|
+
padding: 0;
|
|
13446
13446
|
margin: 8px 0;
|
|
13447
13447
|
border-collapse: separate;
|
|
13448
13448
|
border-top: 1px solid #dfe6ec;
|
|
13449
13449
|
border-left: 1px solid #dfe6ec;
|
|
13450
13450
|
}
|
|
13451
|
-
.
|
|
13451
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div table thead tr th {
|
|
13452
13452
|
background-color: #f8f8f9;
|
|
13453
13453
|
padding: 8px;
|
|
13454
13454
|
text-align: center;
|
|
13455
13455
|
border-bottom: 1px solid #dfe6ec;
|
|
13456
13456
|
border-right: 1px solid #dfe6ec;
|
|
13457
13457
|
}
|
|
13458
|
-
.
|
|
13458
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div table tbody tr td {
|
|
13459
13459
|
padding: 8px;
|
|
13460
13460
|
line-height: 21px;
|
|
13461
13461
|
height: 37px;
|
|
13462
13462
|
border-bottom: 1px solid #dfe6ec;
|
|
13463
13463
|
border-right: 1px solid #dfe6ec;
|
|
13464
13464
|
}
|
|
13465
|
-
.
|
|
13465
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemText__4d756f02 > div pre {
|
|
13466
13466
|
background: #fafafa;
|
|
13467
13467
|
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
13468
13468
|
border-top: none;
|
|
@@ -13472,7 +13472,7 @@ strong {
|
|
|
13472
13472
|
margin-bottom: 8px;
|
|
13473
13473
|
border-radius: 0 0 4px 4px;
|
|
13474
13474
|
}
|
|
13475
|
-
.
|
|
13475
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemAction__4d756f02 {
|
|
13476
13476
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
13477
13477
|
padding: 12px 16px;
|
|
13478
13478
|
width: 100%;
|
|
@@ -13480,40 +13480,40 @@ strong {
|
|
|
13480
13480
|
align-items: center;
|
|
13481
13481
|
justify-content: space-between;
|
|
13482
13482
|
}
|
|
13483
|
-
.
|
|
13483
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemAction__4d756f02 .index_module_msgItemActionRight__4d756f02 {
|
|
13484
13484
|
display: flex;
|
|
13485
13485
|
align-items: center;
|
|
13486
13486
|
gap: 8px;
|
|
13487
13487
|
}
|
|
13488
|
-
.
|
|
13488
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 {
|
|
13489
13489
|
height: 24px;
|
|
13490
13490
|
position: relative;
|
|
13491
13491
|
}
|
|
13492
|
-
.
|
|
13492
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 {
|
|
13493
13493
|
position: absolute;
|
|
13494
13494
|
width: -moz-max-content;
|
|
13495
13495
|
width: max-content;
|
|
13496
|
-
border-radius: 4px
|
|
13496
|
+
border-radius: 4px;
|
|
13497
13497
|
background: #fff;
|
|
13498
13498
|
line-height: 1;
|
|
13499
13499
|
z-index: 9;
|
|
13500
13500
|
padding: 4px 8px;
|
|
13501
13501
|
}
|
|
13502
|
-
.
|
|
13502
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 .index_module_msgItemActionRight__4d756f02 {
|
|
13503
13503
|
display: flex;
|
|
13504
13504
|
gap: 8px;
|
|
13505
13505
|
}
|
|
13506
|
-
.
|
|
13506
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02.index_module_msgItemActionPopoverFloatTop__4d756f02 {
|
|
13507
13507
|
bottom: 4px;
|
|
13508
13508
|
right: 0;
|
|
13509
13509
|
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
|
|
13510
13510
|
}
|
|
13511
|
-
.
|
|
13511
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02.index_module_msgItemActionPopoverFloatBottom__4d756f02 {
|
|
13512
13512
|
box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.1);
|
|
13513
13513
|
right: 0;
|
|
13514
13514
|
top: 4px;
|
|
13515
13515
|
}
|
|
13516
|
-
.
|
|
13516
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemReferencesText__4d756f02 {
|
|
13517
13517
|
padding: 8px;
|
|
13518
13518
|
border-radius: 2px;
|
|
13519
13519
|
background: #e7e7e7;
|
|
@@ -13521,7 +13521,7 @@ strong {
|
|
|
13521
13521
|
color: rgba(0, 0, 0, 0.65);
|
|
13522
13522
|
margin-top: 8px;
|
|
13523
13523
|
}
|
|
13524
|
-
.
|
|
13524
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02 .index_module_msgItemReferencesText__4d756f02 > div {
|
|
13525
13525
|
width: 100%;
|
|
13526
13526
|
max-height: 36px;
|
|
13527
13527
|
word-break: break-all;
|
|
@@ -13532,43 +13532,43 @@ strong {
|
|
|
13532
13532
|
text-overflow: ellipsis;
|
|
13533
13533
|
word-wrap: break-word;
|
|
13534
13534
|
}
|
|
13535
|
-
.
|
|
13535
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 {
|
|
13536
13536
|
justify-content: flex-start;
|
|
13537
13537
|
}
|
|
13538
|
-
.
|
|
13538
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 {
|
|
13539
13539
|
align-items: flex-start;
|
|
13540
13540
|
}
|
|
13541
|
-
.
|
|
13541
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 {
|
|
13542
13542
|
background: #ffffff;
|
|
13543
13543
|
border-radius: 2px 20px 20px 20px;
|
|
13544
13544
|
}
|
|
13545
|
-
.
|
|
13545
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemAction__4d756f02 {
|
|
13546
13546
|
border-radius: 0px 0px 20px 20px;
|
|
13547
13547
|
}
|
|
13548
|
-
.
|
|
13548
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 {
|
|
13549
13549
|
margin-left: auto;
|
|
13550
13550
|
}
|
|
13551
|
-
.
|
|
13551
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemLeft__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 {
|
|
13552
13552
|
display: none;
|
|
13553
13553
|
}
|
|
13554
|
-
.
|
|
13554
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 {
|
|
13555
13555
|
justify-content: flex-end;
|
|
13556
13556
|
padding-bottom: 24px;
|
|
13557
13557
|
}
|
|
13558
|
-
.
|
|
13558
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02 {
|
|
13559
13559
|
align-items: flex-end;
|
|
13560
13560
|
}
|
|
13561
|
-
.
|
|
13561
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02:hover .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 {
|
|
13562
13562
|
display: flex;
|
|
13563
13563
|
}
|
|
13564
|
-
.
|
|
13564
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 {
|
|
13565
13565
|
border-radius: 20px 2px 20px 20px;
|
|
13566
13566
|
background: #d1e4ff;
|
|
13567
13567
|
}
|
|
13568
|
-
.
|
|
13568
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemContent__4d756f02 .index_module_msgItemAction__4d756f02 {
|
|
13569
13569
|
border-radius: 0px 0px 20px 20px;
|
|
13570
13570
|
}
|
|
13571
|
-
.
|
|
13571
|
+
.index_module_virtuosoListWrapper__4d756f02 .index_module_msgItem__4d756f02.index_module_msgItemRight__4d756f02 .index_module_msgItemBox__4d756f02 .index_module_msgItemActionOperate__4d756f02 .index_module_msgItemActionPopover__4d756f02 {
|
|
13572
13572
|
display: none;
|
|
13573
13573
|
}
|
|
13574
13574
|
|
|
@@ -13011,7 +13011,7 @@ var Header$2 = Header$1;
|
|
|
13011
13011
|
|
|
13012
13012
|
var modules_63b47c51$8 = {"content":"index_module_content__fcd2c97c","contentList":"index_module_contentList__fcd2c97c"};
|
|
13013
13013
|
|
|
13014
|
-
var modules_63b47c51$7 = {"virtuosoList-wrapper":"
|
|
13014
|
+
var modules_63b47c51$7 = {"virtuosoList-wrapper":"index_module_virtuosoListWrapper__4d756f02","loadingIcon":"index_module_loadingIcon__4d756f02","msg-date":"index_module_msgDate__4d756f02","msgItem":"index_module_msgItem__4d756f02","msgItem-box":"index_module_msgItemBox__4d756f02","msgItem-content":"index_module_msgItemContent__4d756f02","msgItem-text":"index_module_msgItemText__4d756f02","copyCode":"index_module_copyCode__4d756f02","copyCodeFun":"index_module_copyCodeFun__4d756f02","copyCodeText":"index_module_copyCodeText__4d756f02","icon":"index_module_icon__4d756f02","copy":"index_module_copy__4d756f02","copy_success":"index_module_copy_success__4d756f02","copy_success_flag":"index_module_copy_success_flag__4d756f02","msgItem-action":"index_module_msgItemAction__4d756f02","msgItem-action-right":"index_module_msgItemActionRight__4d756f02","msgItem-action-operate":"index_module_msgItemActionOperate__4d756f02","msgItem-action-popover":"index_module_msgItemActionPopover__4d756f02","msgItem-action-popover-floatTop":"index_module_msgItemActionPopoverFloatTop__4d756f02","msgItem-action-popover-floatBottom":"index_module_msgItemActionPopoverFloatBottom__4d756f02","msgItem-references-text":"index_module_msgItemReferencesText__4d756f02","msgItem-left":"index_module_msgItemLeft__4d756f02","msgItem-right":"index_module_msgItemRight__4d756f02"};
|
|
13015
13015
|
|
|
13016
13016
|
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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";
|
|
13017
13017
|
var loading2Gif = loading2;
|
|
@@ -13147,14 +13147,14 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
13147
13147
|
var getList = contentConfig.getList, coverRenderText = contentConfig.coverRenderText, _contentConfig_msgAction = contentConfig.msgAction, msgAction = _contentConfig_msgAction === void 0 ? [
|
|
13148
13148
|
"copy",
|
|
13149
13149
|
"references"
|
|
13150
|
-
] : _contentConfig_msgAction, coverRenderReferences = contentConfig.coverRenderReferences;
|
|
13150
|
+
] : _contentConfig_msgAction, coverRenderReferences = contentConfig.coverRenderReferences, _contentConfig_onRecordMessage = contentConfig.onRecordMessage, onRecordMessage = _contentConfig_onRecordMessage === void 0 ? function() {} : _contentConfig_onRecordMessage;
|
|
13151
13151
|
var loadMoreProps = contentConfig.loadMore || true;
|
|
13152
13152
|
var virtuosoRef = useRef(null);
|
|
13153
13153
|
var _useState = _sliced_to_array(useState(false), 2), loading = _useState[0], setLoading = _useState[1]; // 是否加载中
|
|
13154
13154
|
var _useState1 = _sliced_to_array(useState([]), 2), dataSource = _useState1[0], setDataSource = _useState1[1];
|
|
13155
13155
|
var _useState2 = _sliced_to_array(useState(0), 2), firstItemIndex = _useState2[0], setFirstItemIndex = _useState2[1];
|
|
13156
13156
|
var _useState3 = _sliced_to_array(useState(1), 2), page = _useState3[0], setPage = _useState3[1];
|
|
13157
|
-
var _useState4 = _sliced_to_array(useState(30), 2), pageSize = _useState4[0], setPageSize = _useState4[1];
|
|
13157
|
+
var _useState4 = _sliced_to_array(useState(contentConfig.pageSize || 30), 2), pageSize = _useState4[0], setPageSize = _useState4[1];
|
|
13158
13158
|
var _useState5 = _sliced_to_array(useState(0), 2), total = _useState5[0], setTotal = _useState5[1];
|
|
13159
13159
|
var timerRef = useRef({
|
|
13160
13160
|
loadMore: null,
|
|
@@ -13172,6 +13172,10 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
13172
13172
|
useImperativeHandle(ref, function() {
|
|
13173
13173
|
return {
|
|
13174
13174
|
addMsg: function(msg) {
|
|
13175
|
+
if (msg.id !== "inputing") {
|
|
13176
|
+
// 不记录"正在输入..."的消息
|
|
13177
|
+
onRecordMessage(msg);
|
|
13178
|
+
}
|
|
13175
13179
|
setDataSource(function(data) {
|
|
13176
13180
|
return _to_consumable_array(data).concat([
|
|
13177
13181
|
msg
|
|
@@ -13194,6 +13198,9 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
13194
13198
|
return item.id !== "inputing";
|
|
13195
13199
|
});
|
|
13196
13200
|
});
|
|
13201
|
+
},
|
|
13202
|
+
recordMsg: function(msg) {
|
|
13203
|
+
onRecordMessage(msg);
|
|
13197
13204
|
}
|
|
13198
13205
|
};
|
|
13199
13206
|
});
|
|
@@ -15079,6 +15086,7 @@ var Footer = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
15079
15086
|
var _useState = _sliced_to_array(useState(""), 2), textValue = _useState[0], setTextValue = _useState[1];
|
|
15080
15087
|
var _useState1 = _sliced_to_array(useState(false), 2), sending = _useState1[0], setSending = _useState1[1];
|
|
15081
15088
|
var _useState2 = _sliced_to_array(useState(true), 2), fileCanSending = _useState2[0], setFileCanSending = _useState2[1]; // 是否允许发送 关联文件
|
|
15089
|
+
var updateMsgRef = useRef(null);
|
|
15082
15090
|
// const [referencesSource, setReferencesSource] = useState<referenceType>({
|
|
15083
15091
|
// type: "file",
|
|
15084
15092
|
// value: {
|
|
@@ -15114,6 +15122,11 @@ var Footer = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
15114
15122
|
}
|
|
15115
15123
|
}, fileListRef.current);
|
|
15116
15124
|
});
|
|
15125
|
+
useEffect(function() {
|
|
15126
|
+
return function() {
|
|
15127
|
+
clearTimeout(updateMsgRef.current);
|
|
15128
|
+
};
|
|
15129
|
+
}, []);
|
|
15117
15130
|
useEffect(function() {
|
|
15118
15131
|
recordRef.current.value = textValue;
|
|
15119
15132
|
recordRef.current.referencesSource = referencesSource;
|
|
@@ -15244,6 +15257,7 @@ var Footer = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
15244
15257
|
setSending(true);
|
|
15245
15258
|
setTextValue("");
|
|
15246
15259
|
setReferencesSource(null);
|
|
15260
|
+
var recordMsgObj = {};
|
|
15247
15261
|
var arg = [
|
|
15248
15262
|
recordRef.current.value,
|
|
15249
15263
|
recordRef.current.referencesSource,
|
|
@@ -15267,22 +15281,31 @@ var Footer = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
15267
15281
|
var data = onMessage(ev);
|
|
15268
15282
|
msgContent += data.content;
|
|
15269
15283
|
delete data.content;
|
|
15270
|
-
|
|
15284
|
+
recordMsgObj = _object_spread({
|
|
15271
15285
|
createTime: createTime,
|
|
15272
15286
|
content: msgContent,
|
|
15273
15287
|
location: "left",
|
|
15274
15288
|
reference: null,
|
|
15275
15289
|
source: null
|
|
15276
|
-
}, data)
|
|
15277
|
-
|
|
15290
|
+
}, data);
|
|
15291
|
+
updateMsgRef.current = setTimeout(function() {
|
|
15292
|
+
apiRef.contentApi.updateMsg(msgId, recordMsgObj);
|
|
15293
|
+
msgId = data.id;
|
|
15294
|
+
}, 100);
|
|
15278
15295
|
},
|
|
15279
15296
|
onclose: function() {
|
|
15280
15297
|
onClose();
|
|
15281
15298
|
setSending(false);
|
|
15282
|
-
|
|
15299
|
+
if (recordMsgObj.id) {
|
|
15300
|
+
apiRef.contentApi.recordMsg(recordMsgObj);
|
|
15301
|
+
}
|
|
15302
|
+
console.log("onclose: ", recordMsgObj);
|
|
15283
15303
|
},
|
|
15284
15304
|
onerror: function(err) {
|
|
15285
15305
|
onError(err);
|
|
15306
|
+
if (recordMsgObj.id) {
|
|
15307
|
+
apiRef.contentApi.recordMsg(recordMsgObj);
|
|
15308
|
+
}
|
|
15286
15309
|
console.log("onerror: ", err);
|
|
15287
15310
|
}
|
|
15288
15311
|
}, coverProps));
|