@haluo/biz 2.0.42-next.1 → 2.0.42-next.2

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/haluo-biz.js CHANGED
@@ -4487,7 +4487,7 @@ const _sfc_main$3 = {
4487
4487
  // 话题输入处理
4488
4488
  handleTopicInput(event) {
4489
4489
  var _a;
4490
- console.log(111);
4490
+ console.log(111, event.key, event);
4491
4491
  const activeElement = document.activeElement;
4492
4492
  if (activeElement && (activeElement.tagName === "INPUT" || activeElement.tagName === "TEXTAREA")) {
4493
4493
  return;
@@ -4542,6 +4542,7 @@ const _sfc_main$3 = {
4542
4542
  }
4543
4543
  },
4544
4544
  shouldTriggerSearch(key) {
4545
+ console.log(key);
4545
4546
  return key.length === 1 || key === "Backspace" || key === "Delete";
4546
4547
  },
4547
4548
  checkAndTriggerSearch(paragraph) {
@@ -4486,7 +4486,7 @@
4486
4486
  // 话题输入处理
4487
4487
  handleTopicInput(event) {
4488
4488
  var _a;
4489
- console.log(111);
4489
+ console.log(111, event.key, event);
4490
4490
  const activeElement = document.activeElement;
4491
4491
  if (activeElement && (activeElement.tagName === "INPUT" || activeElement.tagName === "TEXTAREA")) {
4492
4492
  return;
@@ -4541,6 +4541,7 @@
4541
4541
  }
4542
4542
  },
4543
4543
  shouldTriggerSearch(key) {
4544
+ console.log(key);
4544
4545
  return key.length === 1 || key === "Backspace" || key === "Delete";
4545
4546
  },
4546
4547
  checkAndTriggerSearch(paragraph) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haluo/biz",
3
3
  "description": "rich text",
4
- "version": "2.0.42-next.1",
4
+ "version": "2.0.42-next.2",
5
5
  "type": "module",
6
6
  "module": "./dist/haluo-biz.js",
7
7
  "main": "./dist/haluo-biz.umd.cjs",