@gonsin/gview 2.0.82 → 2.0.83

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -405,7 +405,7 @@ function Gl(n, e) {
405
405
  new RegExp(e[o], "gi"),
406
406
  (a) => `<span class="highlight-result">${a}</span>`
407
407
  ));
408
- }), t;
408
+ }), n === "" || n === null || typeof n == null ? "<span class='empty'>----</span>" : t;
409
409
  }
410
410
  return n;
411
411
  }
@@ -10411,7 +10411,7 @@ const au = { class: "gConfigProvider" }, lu = /* @__PURE__ */ ce({
10411
10411
  }, 8, ["globalConfig"])
10412
10412
  ]));
10413
10413
  }
10414
- }), ru = He(lu), su = "@gonsin/gview", iu = "2.0.82", uu = "dist/index.mjs", cu = "dist/types/index.d.ts", du = [
10414
+ }), ru = He(lu), su = "@gonsin/gview", iu = "2.0.83", uu = "dist/index.mjs", cu = "dist/types/index.d.ts", du = [
10415
10415
  "dist",
10416
10416
  "README.md",
10417
10417
  "CHANGELOG.md"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonsin/gview",
3
- "version": "2.0.82",
3
+ "version": "2.0.83",
4
4
  "main": "dist/index.mjs",
5
5
  "typings": "dist/types/index.d.ts",
6
6
  "files": [