@webqit/oohtml 5.0.13 → 5.0.14

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/main.js CHANGED
@@ -12275,7 +12275,8 @@ function compileInlineBindings(config, str) {
12275
12275
  }
12276
12276
  if (directive === "@") {
12277
12277
  if (param === "@connected") {
12278
- return `${arg};`;
12278
+ console.log("-------------------", right, "||", right.startsWith("{") ? right.slice(1, -1) : right);
12279
+ return `${right.startsWith("{") ? right.slice(1, -1) : right};`;
12279
12280
  }
12280
12281
  $event_i++;
12281
12282
  return `