@amalto/typings
Advanced tools
Comparing version 1.9.53 to 1.9.54
/// <reference types="ace" /> | ||
interface AceSession { | ||
cursorPosition?: AceAjax.Position; | ||
firstChangeTime: number; | ||
id: string; | ||
selection: AceAjax.Selection; | ||
value: string; | ||
history: { | ||
@@ -10,9 +10,10 @@ undo: any[]; | ||
}; | ||
scrollTop: number; | ||
scrollLeft: number; | ||
name?: string; | ||
options?: any; | ||
cursorPosition?: AceAjax.Position; | ||
savable?: boolean; | ||
firstChangeTime: number; | ||
scrollLeft: number; | ||
scrollTop: number; | ||
selection: AceAjax.Selection; | ||
value: string; | ||
} | ||
export default AceSession; |
interface AceSession { | ||
cursorPosition?: AceAjax.Position; | ||
firstChangeTime: number; | ||
id: string; | ||
selection: AceAjax.Selection; | ||
value: string; | ||
history: { | ||
@@ -9,10 +9,11 @@ undo: any[]; | ||
}; | ||
scrollTop: number; | ||
scrollLeft: number; | ||
name?: string; | ||
options?: any; | ||
cursorPosition?: AceAjax.Position; | ||
savable?: boolean; | ||
firstChangeTime: number; | ||
scrollLeft: number; | ||
scrollTop: number; | ||
selection: AceAjax.Selection; | ||
value: string; | ||
} | ||
export default AceSession |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.9.53", | ||
"version": "1.9.54", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
}, | ||
"gitHead": "0fcdb2b2b8e16e1482aa1f734bf4825c78029861" | ||
"gitHead": "d4d4f4e4143c25ea9292976772ac603e5f0e4052" | ||
} |
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
64926
1775