@getlupa/client 0.6.0-alpha-6 → 0.6.0-alpha-9

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.
@@ -32566,8 +32566,6 @@ var AdditionalPanels$1 = /*#__PURE__*/function (_Vue) {
32566
32566
  }, {
32567
32567
  key: "mounted",
32568
32568
  value: function mounted() {
32569
- console.log("m");
32570
-
32571
32569
  if (!this.query) {
32572
32570
  return;
32573
32571
  }
@@ -32579,7 +32577,6 @@ var AdditionalPanels$1 = /*#__PURE__*/function (_Vue) {
32579
32577
  value: function handleQueryChange() {
32580
32578
  var _this2 = this;
32581
32579
 
32582
- console.log("q");
32583
32580
  var context = getLupaTrackingContext();
32584
32581
  var query = Object.assign(Object.assign({}, context), {
32585
32582
  limit: this.panel.totalCountLimit,
@@ -32562,8 +32562,6 @@ var AdditionalPanels$1 = /*#__PURE__*/function (_Vue) {
32562
32562
  }, {
32563
32563
  key: "mounted",
32564
32564
  value: function mounted() {
32565
- console.log("m");
32566
-
32567
32565
  if (!this.query) {
32568
32566
  return;
32569
32567
  }
@@ -32575,7 +32573,6 @@ var AdditionalPanels$1 = /*#__PURE__*/function (_Vue) {
32575
32573
  value: function handleQueryChange() {
32576
32574
  var _this2 = this;
32577
32575
 
32578
- console.log("q");
32579
32576
  var context = getLupaTrackingContext();
32580
32577
  var query = Object.assign(Object.assign({}, context), {
32581
32578
  limit: this.panel.totalCountLimit,