@base-framework/base 3.0.218 → 3.0.219
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.
|
@@ -257,6 +257,13 @@ export class Unit {
|
|
|
257
257
|
* @returns {void}
|
|
258
258
|
*/
|
|
259
259
|
setup(container: object): void;
|
|
260
|
+
/**
|
|
261
|
+
* This will set the container.
|
|
262
|
+
*
|
|
263
|
+
* @param {object} container
|
|
264
|
+
* @returns {void}
|
|
265
|
+
*/
|
|
266
|
+
setContainer(container: object): void;
|
|
260
267
|
/**
|
|
261
268
|
* This will remove the component.
|
|
262
269
|
*
|