easemob-chat-uikit 1.0.0-beta5 → 1.0.0

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/ChatUI.esm.js CHANGED
@@ -86597,7 +86597,6 @@ let UserItem$1 = (props) => {
86597
86597
  }));
86598
86598
  }
86599
86599
  const handleCheckboxChange = (e) => {
86600
- console.log("handleCheckboxChange", e.target.checked);
86601
86600
  onCheckboxChange == null ? void 0 : onCheckboxChange(e.target.checked, data2);
86602
86601
  };
86603
86602
  return /* @__PURE__ */ React__default$1.createElement("div", {
@@ -136649,7 +136648,6 @@ const useChatroomMember = (chatroomId) => {
136649
136648
  const { client: client2 } = rootStore2;
136650
136649
  let next = true;
136651
136650
  const getConversationList = () => {
136652
- console.log("\u83B7\u53D6\u6210\u5458");
136653
136651
  client2.listChatRoomMembers({
136654
136652
  chatRoomId: chatroomId,
136655
136653
  pageSize,
@@ -136671,7 +136669,6 @@ const useChatroomMember = (chatroomId) => {
136671
136669
  });
136672
136670
  rootStore2.addressStore.setChatroomMemberIds(chatroomId, members2);
136673
136671
  if (getInfoMembers.length > 0) {
136674
- console.log("\u53BB\u83B7\u53D6\u4E2A\u4EBA\u4FE1\u606F", getInfoMembers);
136675
136672
  getUsersInfo({ userIdList: getInfoMembers, withPresence: false });
136676
136673
  }
136677
136674
  }).catch((err) => {
@@ -136708,7 +136705,6 @@ function Tabs(props) {
136708
136705
  }, [activeTabKey]);
136709
136706
  const activeTabIndex = props.tabs.findIndex((tab) => tab.key === activeTabKey);
136710
136707
  const activeTab = props.tabs[activeTabIndex];
136711
- console.log("activeTab", activeTab, activeTabIndex, activeTabKey);
136712
136708
  return /* @__PURE__ */ React__default$1.createElement("div", {
136713
136709
  className: classString,
136714
136710
  style: { ...style2 }
package/ChatUI.js CHANGED
@@ -86620,7 +86620,6 @@ let UserItem$1 = (props) => {
86620
86620
  }));
86621
86621
  }
86622
86622
  const handleCheckboxChange = (e) => {
86623
- console.log("handleCheckboxChange", e.target.checked);
86624
86623
  onCheckboxChange == null ? void 0 : onCheckboxChange(e.target.checked, data2);
86625
86624
  };
86626
86625
  return /* @__PURE__ */ React__default$1.default.createElement("div", {
@@ -136672,7 +136671,6 @@ const useChatroomMember = (chatroomId) => {
136672
136671
  const { client: client2 } = rootStore2;
136673
136672
  let next = true;
136674
136673
  const getConversationList = () => {
136675
- console.log("\u83B7\u53D6\u6210\u5458");
136676
136674
  client2.listChatRoomMembers({
136677
136675
  chatRoomId: chatroomId,
136678
136676
  pageSize,
@@ -136694,7 +136692,6 @@ const useChatroomMember = (chatroomId) => {
136694
136692
  });
136695
136693
  rootStore2.addressStore.setChatroomMemberIds(chatroomId, members2);
136696
136694
  if (getInfoMembers.length > 0) {
136697
- console.log("\u53BB\u83B7\u53D6\u4E2A\u4EBA\u4FE1\u606F", getInfoMembers);
136698
136695
  getUsersInfo({ userIdList: getInfoMembers, withPresence: false });
136699
136696
  }
136700
136697
  }).catch((err) => {
@@ -136731,7 +136728,6 @@ function Tabs(props) {
136731
136728
  }, [activeTabKey]);
136732
136729
  const activeTabIndex = props.tabs.findIndex((tab) => tab.key === activeTabKey);
136733
136730
  const activeTab = props.tabs[activeTabIndex];
136734
- console.log("activeTab", activeTab, activeTabIndex, activeTabKey);
136735
136731
  return /* @__PURE__ */ React__default$1.default.createElement("div", {
136736
136732
  className: classString,
136737
136733
  style: { ...style2 }
package/ChatUI.umd.js CHANGED
@@ -86620,7 +86620,6 @@
86620
86620
  }));
86621
86621
  }
86622
86622
  const handleCheckboxChange = (e) => {
86623
- console.log("handleCheckboxChange", e.target.checked);
86624
86623
  onCheckboxChange == null ? void 0 : onCheckboxChange(e.target.checked, data2);
86625
86624
  };
86626
86625
  return /* @__PURE__ */ React__default$1.default.createElement("div", {
@@ -136672,7 +136671,6 @@
136672
136671
  const { client: client2 } = rootStore2;
136673
136672
  let next = true;
136674
136673
  const getConversationList = () => {
136675
- console.log("\u83B7\u53D6\u6210\u5458");
136676
136674
  client2.listChatRoomMembers({
136677
136675
  chatRoomId: chatroomId,
136678
136676
  pageSize,
@@ -136694,7 +136692,6 @@
136694
136692
  });
136695
136693
  rootStore2.addressStore.setChatroomMemberIds(chatroomId, members2);
136696
136694
  if (getInfoMembers.length > 0) {
136697
- console.log("\u53BB\u83B7\u53D6\u4E2A\u4EBA\u4FE1\u606F", getInfoMembers);
136698
136695
  getUsersInfo({ userIdList: getInfoMembers, withPresence: false });
136699
136696
  }
136700
136697
  }).catch((err) => {
@@ -136731,7 +136728,6 @@
136731
136728
  }, [activeTabKey]);
136732
136729
  const activeTabIndex = props.tabs.findIndex((tab) => tab.key === activeTabKey);
136733
136730
  const activeTab = props.tabs[activeTabIndex];
136734
- console.log("activeTab", activeTab, activeTabIndex, activeTabKey);
136735
136731
  return /* @__PURE__ */ React__default$1.default.createElement("div", {
136736
136732
  className: classString,
136737
136733
  style: { ...style2 }
package/README.md CHANGED
@@ -543,7 +543,9 @@ module.exports = {
543
543
 
544
544
  [集成文档](https://docs-im-beta.easemob.com/document/web/quickstart.html);
545
545
 
546
- [git](https://github.com/easemob/Easemob-UIKit-web/tree/main);
546
+ [chatroom demo 源码地址](https://github.com/easemob/ChatroomDemo/tree/dev/WEB/ChatroomDemo)
547
+
548
+ [chatroom demo](https://livestream-hsb.oss-cn-beijing.aliyuncs.com/index.html)
547
549
 
548
550
  ## 代码许可
549
551
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easemob-chat-uikit",
3
- "version": "1.0.0-beta5",
3
+ "version": "1.0.0",
4
4
  "description": "",
5
5
  "main": "ChatUI.umd.js",
6
6
  "type": "module",