@mintjamsinc/ichigojs 0.1.14 → 0.1.16

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.
@@ -66,6 +66,11 @@ export declare class VComponentDirective implements VDirective {
66
66
  * @inheritdoc
67
67
  */
68
68
  get onUnmounted(): (() => void) | undefined;
69
+ /**
70
+ * Clones the component's template and returns the root element.
71
+ * @returns The cloned root HTMLElement of the component.
72
+ * @throws Error if the component or its template is not found.
73
+ */
69
74
  cloneNode(): HTMLElement;
70
75
  /**
71
76
  * @inheritdoc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mintjamsinc/ichigojs",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "ichigo.js - Simple and intuitive reactive framework. Lightweight, fast, and user-friendly virtual DOM library",
5
5
  "main": "./dist/ichigo.umd.js",
6
6
  "module": "./dist/ichigo.esm.js",