@amalto/typings
Advanced tools
Comparing version 1.9.60 to 1.9.61
/// <reference types="ace" /> | ||
interface AceSession { | ||
export interface AceSession { | ||
cursorPosition?: AceAjax.Position; | ||
@@ -18,2 +18,1 @@ firstChangeTime: number; | ||
} | ||
export default AceSession; |
@@ -1,2 +0,2 @@ | ||
interface FileWrapper { | ||
export interface FileWrapper { | ||
sourceFile: File; | ||
@@ -12,2 +12,1 @@ uploadStarted: boolean; | ||
} | ||
export default FileWrapper; |
@@ -46,2 +46,2 @@ declare module NotificationModel { | ||
} | ||
export default NotificationModel; | ||
export { NotificationModel }; |
@@ -31,3 +31,3 @@ "use strict"; | ||
})(NotificationModel || (NotificationModel = {})); | ||
exports.default = NotificationModel; | ||
exports.NotificationModel = NotificationModel; | ||
//# sourceMappingURL=NotificationModel.js.map |
@@ -1,2 +0,2 @@ | ||
interface AceSession { | ||
export interface AceSession { | ||
cursorPosition?: AceAjax.Position; | ||
@@ -16,4 +16,2 @@ firstChangeTime: number; | ||
value: string; | ||
} | ||
export default AceSession | ||
} |
@@ -1,2 +0,2 @@ | ||
interface FileWrapper { | ||
export interface FileWrapper { | ||
sourceFile: File; | ||
@@ -12,3 +12,1 @@ uploadStarted: boolean; | ||
} | ||
export default FileWrapper |
@@ -58,2 +58,2 @@ /** | ||
export default NotificationModel | ||
export { NotificationModel } |
@@ -5,3 +5,3 @@ { | ||
"description": "Interfaces used in Platform 6 UI component.", | ||
"version": "1.9.60", | ||
"version": "1.9.61", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "repository": { | ||
}, | ||
"gitHead": "088337bf5a8fed460818cb8f6bf9df14ba475fe4" | ||
"gitHead": "e5627473206415016a52d225d99da22fd0bd9aec" | ||
} |
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
64063
1781