@malloydata/render 0.0.169-dev240819145248 → 0.0.169-dev240819174037
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/module/index.mjs
CHANGED
|
@@ -143859,7 +143859,7 @@ class vlt {
|
|
|
143859
143859
|
}
|
|
143860
143860
|
async render(e, n) {
|
|
143861
143861
|
var o;
|
|
143862
|
-
if (e.modelTag.has("
|
|
143862
|
+
if (!e.modelTag.has("renderer_legacy"))
|
|
143863
143863
|
if (!!((o = this.document.defaultView) != null && o.customElements.get("malloy-render"))) {
|
|
143864
143864
|
const a = this.document.createElement("malloy-render");
|
|
143865
143865
|
return a.result = e, a;
|