intact-vue
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -8,3 +8,3 @@ export * from './utils/types'; | ||
export { remove, unmount, unmountComponentClass } from './core/unmount'; | ||
export { findDomFromVNode, callAll, removeVNodeDom, insertOrAppend } from './utils/common'; | ||
export { findDomFromVNode, callAll, removeVNodeDom, insertOrAppend, hooks } from './utils/common'; | ||
export { createRef } from './utils/ref'; | ||
@@ -11,0 +11,0 @@ export { Fragment } from './utils/common'; |
@@ -1,2 +0,2 @@ | ||
import { Reference, IntactDom, VNode, ComponentConstructor, ComponentFunction } from './types'; | ||
import { Reference, IntactDom, VNode, ComponentConstructor, ComponentFunction, Hooks } from './types'; | ||
export declare function normalizeEventName(name: string): string; | ||
@@ -15,1 +15,2 @@ export declare function replaceChild(parentDom: Element, newDom: Element, lastDom: Element): void; | ||
export declare const namespaces: Record<string, string>; | ||
export declare const hooks: Hooks; |
@@ -159,1 +159,4 @@ export declare type VNodeTag = string | ComponentConstructor | ComponentFunction | null; | ||
}; | ||
export declare type Hooks = { | ||
beforeInsert: ((dom: VNode, parent: ComponentClass | null) => void) | null; | ||
}; |
{ | ||
"name": "intact-vue", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "A compatibility layer for running intact component in vue2.0", | ||
@@ -33,5 +33,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"intact": "^3.0.8", | ||
"intact": "^3.0.9", | ||
"tslib": "^2.3.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
992640
23921
+ Added@babel/parser@7.26.9(transitive)
+ Added@babel/types@7.26.9(transitive)
- Removed@babel/parser@7.26.8(transitive)
- Removed@babel/types@7.26.8(transitive)
Updatedintact@^3.0.9