trans-render
Advanced tools
Comparing version 0.0.846 to 0.0.847
{ | ||
"name": "trans-render", | ||
"version": "0.0.846", | ||
"version": "0.0.847", | ||
"description": "Instantiate an HTML Template", | ||
@@ -188,3 +188,3 @@ "type": "module", | ||
"dependencies": { | ||
"mount-observer": "0.0.37" | ||
"mount-observer": "0.0.38" | ||
}, | ||
@@ -191,0 +191,0 @@ "devDependencies": { |
import {BEAllProps, IEnhancement} from '../trans-render/be/types'; | ||
import { Specifier } from "../trans-render/dss/types"; | ||
import { RoundaboutReady } from '../trans-render/froop/types'; | ||
@@ -25,5 +26,5 @@ export interface EndUserPropsBasic extends IEnhancement{ | ||
/** | ||
* Slowly "awaken" a disabled element. If the disabled attribute is not set to a number, or is set to "1", removes the disabled attribute. If it is a larger number, decrements the number by 1. | ||
* Slowly "awakens" a disabled element. If the disabled attribute is not set to a number, or is set to "1", removes the disabled attribute. If it is a larger number, decrements the number by 1. | ||
*/ | ||
nudge?: boolean; | ||
nudges?: boolean; | ||
/** | ||
@@ -76,3 +77,3 @@ * Event name to trigger count increment | ||
export type BAP = AllProps & BEAllProps; | ||
export type BAP = AllProps & BEAllProps & RoundaboutReady; | ||
@@ -82,3 +83,3 @@ export interface Actions{ | ||
onCount(self: BAP): PAP; | ||
shareValue(self: BAP): ProPAP; | ||
//shareValue(self: BAP): ProPAP; | ||
onOnce(self: BAP): PAP | ||
@@ -85,0 +86,0 @@ // inc(self: this): PAP; |
@@ -81,3 +81,4 @@ //import { MountObserver } from "./MountObserver"; | ||
mountedElements: WeakSet<Element>; | ||
readAttrs(match: Element, branchIndexes?: Set<number>) : AttrChangeInfo[] | ||
readAttrs(match: Element, branchIndexes?: Set<number>) : AttrChangeInfo[]; | ||
observedAttrs(): Promise<Array<string> | undefined>; | ||
} | ||
@@ -84,0 +85,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
573619
281
14725
+ Addedmount-observer@0.0.38(transitive)
- Removedmount-observer@0.0.37(transitive)
Updatedmount-observer@0.0.38