boka-human-cliend-v3 0.0.42 → 0.0.43

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.
@@ -5416,7 +5416,7 @@
5416
5416
  id: "humanViewOuter",
5417
5417
  style: { "position": "fixed", "width": "100vw", "height": "100vh", "top": "0", "left": "0", "display": "none" }
5418
5418
  }, null, -1)),
5419
- !$props.hideClose ? (vue.openBlock(), vue.createElementBlock("div", {
5419
+ !$props.hideEnter ? (vue.openBlock(), vue.createElementBlock("div", {
5420
5420
  key: 0,
5421
5421
  class: vue.normalizeClass(["humanEnterIcon", [$data.unreadCount > 0 ? "unreadCount" : ""]]),
5422
5422
  id: "humanEnterIcon"
@@ -5439,7 +5439,7 @@
5439
5439
  _cache[5] || (_cache[5] = vue.createElementVNode("div", { class: "humanMainHeaderLeft" }, null, -1)),
5440
5440
  vue.createElementVNode("div", _hoisted_3, vue.toDisplayString($props.viewTitle || "客服"), 1),
5441
5441
  vue.createElementVNode("div", _hoisted_4, [
5442
- !$props.hideEnter ? (vue.openBlock(), vue.createElementBlock("span", {
5442
+ !$props.hideClose ? (vue.openBlock(), vue.createElementBlock("span", {
5443
5443
  key: 0,
5444
5444
  onClick: _cache[2] || (_cache[2] = ($event) => $data.visible = false),
5445
5445
  onTouchstart: _cache[3] || (_cache[3] = vue.withModifiers(($event) => $data.visible = false, ["stop"]))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boka-human-cliend-v3",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "main": "dist/boka-human-v3.umd.js",
5
5
  "scripts": {
6
6
  "dev": "vite",