vim-web 0.3.44-dev.77 → 0.3.44-dev.78

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.
@@ -75706,9 +75706,9 @@ Averrage Date/Second ${avgDataRatePS} kb
75706
75706
  case "number":
75707
75707
  return /* @__PURE__ */ jsxRuntimeExports.jsx(InputNumber, { state: props.field.state, disabled: ((_b2 = (_a3 = props.field).enabled) == null ? void 0 : _b2.call(_a3)) === false });
75708
75708
  case "text":
75709
- return /* @__PURE__ */ jsxRuntimeExports.jsx(GenericTextField, { state: props.field.state, disabled: !((_d = (_c = props.field).enabled) == null ? void 0 : _d.call(_c)) === false });
75709
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(GenericTextField, { state: props.field.state, disabled: ((_d = (_c = props.field).enabled) == null ? void 0 : _d.call(_c)) === false });
75710
75710
  case "bool":
75711
- return /* @__PURE__ */ jsxRuntimeExports.jsx(GenericBoolField, { state: props.field.state, disabled: !((_f = (_e = props.field).enabled) == null ? void 0 : _f.call(_e)) === false });
75711
+ return /* @__PURE__ */ jsxRuntimeExports.jsx(GenericBoolField, { state: props.field.state, disabled: ((_f = (_e = props.field).enabled) == null ? void 0 : _f.call(_e)) === false });
75712
75712
  default:
75713
75713
  return null;
75714
75714
  }
@@ -75987,7 +75987,7 @@ Averrage Date/Second ${avgDataRatePS} kb
75987
75987
  entries: [
75988
75988
  { type: "bool", id: "showGhost", label: "Show Ghost", state: props.state.showGhost },
75989
75989
  // { type: "bool", id: "showRooms", label: "Show Rooms", state: props.state.showRooms },
75990
- { type: "number", id: "ghostOpacity", label: "Ghost Opacity", state: props.state.ghostOpacity, enabled: () => false }
75990
+ { type: "number", id: "ghostOpacity", label: "Ghost Opacity", state: props.state.ghostOpacity, enabled: () => props.state.showGhost.get() }
75991
75991
  ]
75992
75992
  }
75993
75993
  );