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.
@@ -11434,6 +11434,9 @@
11434
11434
  api
11435
11435
  })).plugin;
11436
11436
  }
11437
+ if (plugin && !pluginId) {
11438
+ pluginId = plugin.ID;
11439
+ }
11437
11440
  const { indexFileUrl } = GetLoadUrl({
11438
11441
  api,
11439
11442
  pluginId,
@@ -11454,7 +11457,7 @@
11454
11457
  const containerId = "${container ? container.id : ""}";
11455
11458
  let container;
11456
11459
  if (containerId) {
11457
- container = document.getElementById("${container.id}");
11460
+ container = document.getElementById("${container === null || container === void 0 ? void 0 : container.id}");
11458
11461
  }
11459
11462
  {TEMPLATE_CODE}
11460
11463
  const params = window["${paramsId}"];