bruce-models 3.9.3 → 3.9.5
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/bruce-models.es5.js +3 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +3 -2
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/plugin/plugin.js +2 -1
- package/dist/lib/plugin/plugin.js.map +1 -1
- package/dist/lib/project/menu-item.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/project/menu-item.d.ts +1 -0
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -11023,7 +11023,8 @@
|
|
|
11023
11023
|
window["${disposeId}"] = Run({
|
|
11024
11024
|
element: pluginHTML,
|
|
11025
11025
|
container: container,
|
|
11026
|
-
pluginParams: params
|
|
11026
|
+
pluginParams: params,
|
|
11027
|
+
pluginId: "${pluginId}"
|
|
11027
11028
|
});
|
|
11028
11029
|
}
|
|
11029
11030
|
run();
|
|
@@ -11250,7 +11251,7 @@
|
|
|
11250
11251
|
})(exports.DataSource || (exports.DataSource = {}));
|
|
11251
11252
|
|
|
11252
11253
|
// This is updated with the package.json version on build.
|
|
11253
|
-
const VERSION = "3.9.
|
|
11254
|
+
const VERSION = "3.9.5";
|
|
11254
11255
|
|
|
11255
11256
|
exports.VERSION = VERSION;
|
|
11256
11257
|
exports.AbstractApi = AbstractApi;
|