@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.lite.js CHANGED
@@ -4882,7 +4882,8 @@ function compileInlineBindings(config, str) {
4882
4882
  }
4883
4883
  if (directive === "@") {
4884
4884
  if (param === "@connected") {
4885
- return `${arg};`;
4885
+ console.log("-------------------", right, "||", right.startsWith("{") ? right.slice(1, -1) : right);
4886
+ return `${right.startsWith("{") ? right.slice(1, -1) : right};`;
4886
4887
  }
4887
4888
  $event_i++;
4888
4889
  return `