@uzum-tech/ui 1.12.6 → 1.12.8
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.js +6 -1
- package/dist/index.prod.js +2 -2
- package/es/chat/index.d.ts +2 -2
- package/es/chat/index.js +1 -1
- package/es/chat/src/ChatParts/MainArea.js +3 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/chat/index.d.ts +2 -2
- package/lib/chat/index.js +2 -1
- package/lib/chat/src/ChatParts/MainArea.js +3 -0
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/volar.d.ts +166 -166
- package/web-types.json +1 -1
package/dist/index.js
CHANGED
|
@@ -56595,6 +56595,9 @@
|
|
|
56595
56595
|
return (data) => {
|
|
56596
56596
|
outerOnChange(data);
|
|
56597
56597
|
attachmentFileList.value = [];
|
|
56598
|
+
void vue.nextTick(() => {
|
|
56599
|
+
scrollToBottom();
|
|
56600
|
+
});
|
|
56598
56601
|
};
|
|
56599
56602
|
}
|
|
56600
56603
|
};
|
|
@@ -128208,6 +128211,7 @@
|
|
|
128208
128211
|
|
|
128209
128212
|
var components = /*#__PURE__*/Object.freeze({
|
|
128210
128213
|
__proto__: null,
|
|
128214
|
+
ChatAttachmentStatus: ChatAttachmentStatus,
|
|
128211
128215
|
ChatMarkType: ChatMarkType,
|
|
128212
128216
|
ChatMessageType: ChatMessageType,
|
|
128213
128217
|
MessageStatus: MessageStatus,
|
|
@@ -128545,7 +128549,7 @@
|
|
|
128545
128549
|
watermarkProps: watermarkProps
|
|
128546
128550
|
});
|
|
128547
128551
|
|
|
128548
|
-
var version = "1.12.
|
|
128552
|
+
var version = "1.12.8";
|
|
128549
128553
|
|
|
128550
128554
|
function create({
|
|
128551
128555
|
componentPrefix = "U",
|
|
@@ -129394,6 +129398,7 @@
|
|
|
129394
129398
|
};
|
|
129395
129399
|
}
|
|
129396
129400
|
|
|
129401
|
+
exports.ChatAttachmentStatus = ChatAttachmentStatus;
|
|
129397
129402
|
exports.ChatMarkType = ChatMarkType;
|
|
129398
129403
|
exports.ChatMessageType = ChatMessageType;
|
|
129399
129404
|
exports.MessageStatus = MessageStatus;
|