angular2-emoji-picker
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -10,2 +10,3 @@ import { Component, ViewChild } from '@angular/core'; | ||
public eventMock; | ||
public eventPosMock; | ||
public toggled; | ||
@@ -15,4 +16,9 @@ | ||
this.eventMock = JSON.stringify(e); | ||
console.log(e); | ||
console.log('Emoji event: ' + e); | ||
} | ||
handleCurrentPosition(e) { | ||
this.eventPosMock = e; | ||
console.log('Caret position: ' + e); | ||
} | ||
} |
{ | ||
"name": "angular2-emoji-picker", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Emoji picker for angular2+", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -0,9 +1,12 @@ | ||
export * from './emoji-picker-position.directive'; | ||
export * from './emoji-picker-anchor.directive'; | ||
import { | ||
EmojiPickerAnchorDirective | ||
EmojiPickerAnchorDirective, | ||
EmojiPickerPositionDirective | ||
} from './'; | ||
export const DIRECTIVES = [ | ||
EmojiPickerAnchorDirective | ||
EmojiPickerAnchorDirective, | ||
EmojiPickerPositionDirective | ||
]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
83297
57
3879