@ctrl/ngx-emoji-mart 6.1.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/anchors.component.d.ts +1 -1
- package/category.component.d.ts +1 -1
- package/esm2020/anchors.component.mjs +4 -4
- package/esm2020/category.component.mjs +4 -4
- package/esm2020/emoji-frequently.service.mjs +3 -3
- package/esm2020/emoji-search.service.mjs +3 -3
- package/esm2020/ngx-emoji/emoji.component.mjs +4 -4
- package/esm2020/ngx-emoji/emoji.module.mjs +5 -5
- package/esm2020/ngx-emoji/emoji.service.mjs +3 -3
- package/esm2020/picker.component.mjs +9 -9
- package/esm2020/picker.module.mjs +5 -5
- package/esm2020/preview.component.mjs +20 -14
- package/esm2020/search.component.mjs +4 -4
- package/esm2020/skins.component.mjs +4 -4
- package/fesm2015/ctrl-ngx-emoji-mart-ngx-emoji.mjs +11 -11
- package/fesm2015/ctrl-ngx-emoji-mart-ngx-emoji.mjs.map +1 -1
- package/fesm2015/ctrl-ngx-emoji-mart.mjs +49 -42
- package/fesm2015/ctrl-ngx-emoji-mart.mjs.map +1 -1
- package/fesm2020/ctrl-ngx-emoji-mart-ngx-emoji.mjs +11 -11
- package/fesm2020/ctrl-ngx-emoji-mart-ngx-emoji.mjs.map +1 -1
- package/fesm2020/ctrl-ngx-emoji-mart.mjs +48 -42
- package/fesm2020/ctrl-ngx-emoji-mart.mjs.map +1 -1
- package/{ctrl-ngx-emoji-mart.d.ts → index.d.ts} +0 -0
- package/ngx-emoji/emoji.component.d.ts +1 -1
- package/package.json +24 -22
- package/picker.component.d.ts +1 -1
- package/picker.css +0 -1
- package/preview.component.d.ts +1 -1
- package/search.component.d.ts +1 -1
- package/skins.component.d.ts +1 -1
- package/ngx-emoji/ctrl-ngx-emoji-mart-ngx-emoji.d.ts +0 -5
- package/ngx-emoji/package.json +0 -15
package/preview.component.d.ts
CHANGED
@@ -21,5 +21,5 @@ export declare class PreviewComponent implements OnChanges {
|
|
21
21
|
constructor(ref: ChangeDetectorRef, emojiService: EmojiService);
|
22
22
|
ngOnChanges(): void;
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<PreviewComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "emoji-preview", never, { "title": "title"; "emoji": "emoji"; "idleEmoji": "idleEmoji"; "i18n": "i18n"; "emojiIsNative": "emojiIsNative"; "emojiSkin": "emojiSkin"; "emojiSize": "emojiSize"; "emojiSet": "emojiSet"; "emojiSheetSize": "emojiSheetSize"; "emojiBackgroundImageFn": "emojiBackgroundImageFn"; "emojiImageUrlFn": "emojiImageUrlFn"; }, { "skinChange": "skinChange"; }, never, never>;
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PreviewComponent, "emoji-preview", never, { "title": "title"; "emoji": "emoji"; "idleEmoji": "idleEmoji"; "i18n": "i18n"; "emojiIsNative": "emojiIsNative"; "emojiSkin": "emojiSkin"; "emojiSize": "emojiSize"; "emojiSet": "emojiSet"; "emojiSheetSize": "emojiSheetSize"; "emojiBackgroundImageFn": "emojiBackgroundImageFn"; "emojiImageUrlFn": "emojiImageUrlFn"; }, { "skinChange": "skinChange"; }, never, never, false>;
|
25
25
|
}
|
package/search.component.d.ts
CHANGED
@@ -28,5 +28,5 @@ export declare class SearchComponent implements AfterViewInit, OnInit {
|
|
28
28
|
handleSearch(value: string): void;
|
29
29
|
handleChange(): void;
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchComponent, never>;
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "emoji-search", never, { "maxResults": "maxResults"; "autoFocus": "autoFocus"; "i18n": "i18n"; "include": "include"; "exclude": "exclude"; "custom": "custom"; "icons": "icons"; "emojisToShowFilter": "emojisToShowFilter"; }, { "searchResults": "searchResults"; "enterKey": "enterKey"; }, never, never>;
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "emoji-search", never, { "maxResults": "maxResults"; "autoFocus": "autoFocus"; "i18n": "i18n"; "include": "include"; "exclude": "exclude"; "custom": "custom"; "icons": "icons"; "emojisToShowFilter": "emojisToShowFilter"; }, { "searchResults": "searchResults"; "enterKey": "enterKey"; }, never, never, false>;
|
32
32
|
}
|
package/skins.component.d.ts
CHANGED
@@ -16,5 +16,5 @@ export declare class SkinComponent {
|
|
16
16
|
expanded(skinTone: Emoji['skin']): boolean | "";
|
17
17
|
handleClick(skin: Emoji['skin']): void;
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkinComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkinComponent, "emoji-skins", never, { "skin": "skin"; "i18n": "i18n"; }, { "changeSkin": "changeSkin"; }, never, never>;
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkinComponent, "emoji-skins", never, { "skin": "skin"; "i18n": "i18n"; }, { "changeSkin": "changeSkin"; }, never, never, false>;
|
20
20
|
}
|
package/ngx-emoji/package.json
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "@ctrl/ngx-emoji-mart/ngx-emoji",
|
3
|
-
"author": "scttcper",
|
4
|
-
"repository": "scttcper/ngx-emoji-mart",
|
5
|
-
"license": "MIT",
|
6
|
-
"sideEffects": [
|
7
|
-
"*.css"
|
8
|
-
],
|
9
|
-
"module": "../fesm2015/ctrl-ngx-emoji-mart-ngx-emoji.mjs",
|
10
|
-
"es2020": "../fesm2020/ctrl-ngx-emoji-mart-ngx-emoji.mjs",
|
11
|
-
"esm2020": "../esm2020/ngx-emoji/ctrl-ngx-emoji-mart-ngx-emoji.mjs",
|
12
|
-
"fesm2020": "../fesm2020/ctrl-ngx-emoji-mart-ngx-emoji.mjs",
|
13
|
-
"fesm2015": "../fesm2015/ctrl-ngx-emoji-mart-ngx-emoji.mjs",
|
14
|
-
"typings": "ctrl-ngx-emoji-mart-ngx-emoji.d.ts"
|
15
|
-
}
|