bruce-models 2.5.5 → 2.5.7

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.
@@ -11668,6 +11668,9 @@ var Plugin;
11668
11668
  api
11669
11669
  })).plugin;
11670
11670
  }
11671
+ if (plugin && !pluginId) {
11672
+ pluginId = plugin.ID;
11673
+ }
11671
11674
  const { indexFileUrl } = GetLoadUrl({
11672
11675
  api,
11673
11676
  pluginId,
@@ -11688,7 +11691,7 @@ var Plugin;
11688
11691
  const containerId = "${container ? container.id : ""}";
11689
11692
  let container;
11690
11693
  if (containerId) {
11691
- container = document.getElementById("${container.id}");
11694
+ container = document.getElementById("${container === null || container === void 0 ? void 0 : container.id}");
11692
11695
  }
11693
11696
  {TEMPLATE_CODE}
11694
11697
  const params = window["${paramsId}"];