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.
- package/dist/vim-web.iife.js +2 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +2 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.js
CHANGED
|
@@ -75669,7 +75669,8 @@ function InputNumber(props) {
|
|
|
75669
75669
|
);
|
|
75670
75670
|
}
|
|
75671
75671
|
function GenericEntry(field) {
|
|
75672
|
-
|
|
75672
|
+
var _a3;
|
|
75673
|
+
if (((_a3 = field.visible) == null ? void 0 : _a3.call(field)) === false) return null;
|
|
75673
75674
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
75674
75675
|
"div",
|
|
75675
75676
|
{
|