@tanstack/query-devtools 5.0.0-alpha.38 → 5.0.0-alpha.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.
@@ -7875,7 +7875,16 @@ delegateEvents(["click", "mousedown", "input"]);
7875
7875
 
7876
7876
  class TanstackQueryDevtools {
7877
7877
  constructor(config) {
7878
+ _defineProperty(this, "client", void 0);
7879
+ _defineProperty(this, "onlineManager", void 0);
7880
+ _defineProperty(this, "queryFlavor", void 0);
7881
+ _defineProperty(this, "version", void 0);
7878
7882
  _defineProperty(this, "isMounted", false);
7883
+ _defineProperty(this, "buttonPosition", void 0);
7884
+ _defineProperty(this, "position", void 0);
7885
+ _defineProperty(this, "initialIsOpen", void 0);
7886
+ _defineProperty(this, "errorTypes", void 0);
7887
+ _defineProperty(this, "dispose", void 0);
7879
7888
  const {
7880
7889
  client,
7881
7890
  queryFlavor,