@ctx-core/dom
Advanced tools
Comparing version 15.3.26 to 15.3.27
@@ -1,10 +0,10 @@ | ||
import type { Ctx_wide_T } from 'ctx-core/be' | ||
import type { wide_ctx_T } from 'ctx-core/be' | ||
export declare function dom__bind< | ||
E extends Element = Element, | ||
ns_T extends string = '' | ||
>(ctx:Ctx_wide_T<ns_T>, parent?:E):void | ||
>(ctx:wide_ctx_T<ns_T>, parent?:E):void | ||
export declare function dom__unbind< | ||
E extends Element = Element, | ||
ns_T extends string = '' | ||
>(ctx:Ctx_wide_T<ns_T>, parent?:E):void | ||
>(ctx:wide_ctx_T<ns_T>, parent?:E):void | ||
export declare function unbind__add<ns_T extends string = ''>( | ||
@@ -20,3 +20,3 @@ el:Element, | ||
el:Element, | ||
ctx?:Ctx_wide_T<ns_T> | ||
ctx?:wide_ctx_T<ns_T> | ||
):void | ||
@@ -39,7 +39,7 @@ export declare function id__dom__handler_< | ||
export declare function dom__onbind__register<ns_T extends string = ''>( | ||
ctx:Ctx_wide_T<ns_T>, | ||
ctx:wide_ctx_T<ns_T>, | ||
dom__onbind:dom__handler_T | ||
):void | ||
export declare function dom__onbind__register<ns_T extends string = ''>( | ||
ctx:Ctx_wide_T<ns_T>, | ||
ctx:wide_ctx_T<ns_T>, | ||
dom__onbind__id:string, | ||
@@ -49,10 +49,10 @@ dom__onbind:dom__handler_T | ||
export declare function dom__onbind__validate<ns_T extends string = ''>( | ||
ctx:Ctx_wide_T<ns_T> | ||
ctx:wide_ctx_T<ns_T> | ||
):void | ||
export declare function dom__onbind__validate<ns_T extends string = ''>( | ||
ctx:Ctx_wide_T<ns_T>, | ||
ctx:wide_ctx_T<ns_T>, | ||
dom__onbind__id:string | ||
):void | ||
export declare function dom__onbind__validate<ns_T extends string = ''>( | ||
ctx:Ctx_wide_T<ns_T>, | ||
ctx:wide_ctx_T<ns_T>, | ||
id__dom__onbind:id__dom__handler_T<Element, string, ns_T> | ||
@@ -66,3 +66,3 @@ ):void | ||
ns_T extends string = '' | ||
> = (el:E, ctx:Ctx_wide_T<ns_T>)=>void | ||
> = (el:E, ctx:wide_ctx_T<ns_T>)=>void | ||
export type dom__handler_T< | ||
@@ -80,3 +80,3 @@ E extends Element = Element, | ||
ns_T extends string = '' | ||
> = ((el:E, ctx:Ctx_wide_T<ns_T>)=>void)&{ id:I } | ||
> = ((el:E, ctx:wide_ctx_T<ns_T>)=>void)&{ id:I } | ||
export type id__dom__handler_T< | ||
@@ -88,2 +88,2 @@ E extends Element = Element, | ||
export type unbind__event_T<ns_T extends string = ''> = | ||
CustomEvent<{ ctx?:Ctx_wide_T<ns_T> }> | ||
CustomEvent<{ ctx?:wide_ctx_T<ns_T> }> |
@@ -16,3 +16,3 @@ /// <reference types="ctx-core" /> | ||
/** | ||
* @param {Ctx}ctx | ||
* @param {ctx_T}ctx | ||
* @param {Element|Document}[parent] | ||
@@ -45,3 +45,3 @@ */ | ||
/** | ||
* @param {Ctx}ctx | ||
* @param {ctx_T}ctx | ||
* @param {Element|Document}[parent] | ||
@@ -75,3 +75,3 @@ */ | ||
* @param {Element}el | ||
* @param {Ctx}[ctx] | ||
* @param {ctx_T}[ctx] | ||
*/ | ||
@@ -106,3 +106,3 @@ export function unbind__dispatch(el, ctx) { | ||
/** | ||
* @param {Ctx}ctx | ||
* @param {ctx_T}ctx | ||
* @param {id__dom__handler_T|string}id__dom__handler_or_dom__handler__id | ||
@@ -132,3 +132,3 @@ * @param {id__dom__handler_T}[id__dom__handler] | ||
/** | ||
* @param {Ctx}ctx | ||
* @param {ctx_T}ctx | ||
* @param {string}[dom__handler__id] | ||
@@ -135,0 +135,0 @@ */ |
{ | ||
"name": "@ctx-core/dom", | ||
"version": "15.3.26", | ||
"version": "15.3.27", | ||
"description": "ctx-core dom", | ||
@@ -81,3 +81,3 @@ "keywords": [ | ||
"dependencies": { | ||
"ctx-core": "^5.38.2" | ||
"ctx-core": "^6.0.0" | ||
}, | ||
@@ -84,0 +84,0 @@ "devDependencies": { |
44964
+ Addedctx-core@6.8.3(transitive)
- Removedctx-core@5.38.2(transitive)
Updatedctx-core@^6.0.0