@base-framework/base 3.0.230 → 3.0.232

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.
@@ -129,7 +129,7 @@ export class Html {
129
129
  * This will clone an element.
130
130
  *
131
131
  * @param {object} node
132
- * @param {boolean} deepCopy
132
+ * @param {boolean} [deepCopy=false]
133
133
  * @returns {object}
134
134
  */
135
135
  static clone(node: object, deepCopy?: boolean): object;
@@ -38,7 +38,8 @@ export class ComponentHelper {
38
38
  */
39
39
  protected setupTemplate(): void;
40
40
  /**
41
- * This will initialize the component.
41
+ * This will initialize the component by calling the function
42
+ * that should return a new instance of a component.
42
43
  *
43
44
  * @protected
44
45
  * @returns {void}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base-framework/base",
3
- "version": "3.0.230",
3
+ "version": "3.0.232",
4
4
  "description": "This is a javascript framework.",
5
5
  "main": "./dist/base.js",
6
6
  "type": "module",