@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 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.6";
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;