ancient-cursor
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -32,3 +32,3 @@ import { TClass, IInstance } from 'ancient-mixins/lib/mixins'; | ||
interface ICursorWatch { | ||
(path: string, listener: (data: ICursorWatchData) => void): void; | ||
(path: TBundlePaths, listener: (data: ICursorWatchData) => void): void; | ||
} | ||
@@ -35,0 +35,0 @@ interface ICursorEventListener { |
@@ -15,5 +15,11 @@ import { TClass, IInstance } from 'ancient-mixins/lib/mixins'; | ||
} | ||
interface ICursorsManagerEventData { | ||
node: TCursor; | ||
manager: TCursorsManager; | ||
} | ||
interface ICursorsManagerEventsList extends IManagerEventsList { | ||
changed: ICursorsManagerChangedEventData; | ||
exec: ICursorsManagerExecEventData; | ||
added: ICursorsManagerEventData; | ||
removed: ICursorsManagerEventData; | ||
} | ||
@@ -26,2 +32,2 @@ interface ICursorsManager<IN extends TCursor, IEventsList extends ICursorsManagerEventsList> extends IManager<IN, IEventsList> { | ||
} | ||
export { mixin as default, mixin, MixedCursorsManager, CursorsManager, ICursorsManager, ICursorBundle, ICursorsManagerChangedEventData, ICursorsManagerExecEventData, ICursorsManagerEventsList, TCursorsManager }; | ||
export { mixin as default, mixin, MixedCursorsManager, CursorsManager, ICursorsManager, ICursorBundle, ICursorsManagerChangedEventData, ICursorsManagerExecEventData, ICursorsManagerEventData, ICursorsManagerEventsList, TCursorsManager }; |
{ | ||
"name": "ancient-cursor", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Abstract container of data synchronization.", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/AncientSouls/Cursor/issues", |
Sorry, the diff of this file is not supported yet
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
80520
1000