@uzum-tech/ui 1.12.7 → 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 +4 -1
- package/dist/index.prod.js +2 -2
- 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/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
|
};
|
|
@@ -128546,7 +128549,7 @@
|
|
|
128546
128549
|
watermarkProps: watermarkProps
|
|
128547
128550
|
});
|
|
128548
128551
|
|
|
128549
|
-
var version = "1.12.
|
|
128552
|
+
var version = "1.12.8";
|
|
128550
128553
|
|
|
128551
128554
|
function create({
|
|
128552
128555
|
componentPrefix = "U",
|