vim-web 0.3.44-dev.74 → 0.3.44-dev.75

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.
@@ -75685,7 +75685,8 @@ Averrage Date/Second ${avgDataRatePS} kb
75685
75685
  );
75686
75686
  }
75687
75687
  function GenericEntry(field) {
75688
- if (field.visible() === false) return null;
75688
+ var _a3;
75689
+ if (((_a3 = field.visible) == null ? void 0 : _a3.call(field)) === false) return null;
75689
75690
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(
75690
75691
  "div",
75691
75692
  {