@databrainhq/plugin 0.16.37-uat → 0.16.38
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/webcomponents.es.js
CHANGED
|
@@ -5365,7 +5365,6 @@ AND CAST(${r} AS DATE) < DATE_FORMAT(CURRENT_DATE(), 'yyyy-MM-01')` : o == "quar
|
|
|
5365
5365
|
case Ud:
|
|
5366
5366
|
case $l:
|
|
5367
5367
|
case pw:
|
|
5368
|
-
case Ff:
|
|
5369
5368
|
case _g:
|
|
5370
5369
|
case EB:
|
|
5371
5370
|
case Ml:
|
|
@@ -5380,6 +5379,8 @@ AND CAST(${r} AS DATE) < DATE_FORMAT(CURRENT_DATE(), 'yyyy-MM-01')` : o == "quar
|
|
|
5380
5379
|
case cI:
|
|
5381
5380
|
case vw:
|
|
5382
5381
|
return `\`${t}\``;
|
|
5382
|
+
case Ff:
|
|
5383
|
+
return t != null && t.includes("*") || t != null && t.includes(".") ? t : `"${t}"`;
|
|
5383
5384
|
case iv2:
|
|
5384
5385
|
case Fl:
|
|
5385
5386
|
return t != null && t.includes("*") || t != null && t.includes(".") ? t : `\`${(o = t.replace(" ", "_")) == null ? void 0 : o.replace("*", "_")}\``;
|
|
@@ -217406,7 +217407,7 @@ const _b0 = "_table_j840u_9", Wb0 = "_body_j840u_12", Yb0 = "_headerCol_j840u_27
|
|
|
217406
217407
|
} else
|
|
217407
217408
|
j(void 0);
|
|
217408
217409
|
}
|
|
217409
|
-
M0.key === "Enter" && (N != null && N.column ? (M0.preventDefault(), X2(N.column), j(void 0), L(!1)) : R2 || (L(!1), s()));
|
|
217410
|
+
M0.key === "Enter" && (N != null && N.column ? (M0.preventDefault(), X2(N.column), j(void 0), L(!1)) : R2 || (M0.preventDefault(), L(!1), s()));
|
|
217410
217411
|
};
|
|
217411
217412
|
return p7(() => {
|
|
217412
217413
|
d0();
|