@banta/sdk 4.7.6 → 4.7.7

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.
@@ -1,9 +1,11 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { DomSanitizer } from '@angular/platform-browser';
3
+ import { SdkOptions } from '../../sdk-options';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class EmojiSelectorPanelComponent implements OnInit {
5
6
  private sanitizer;
6
- constructor(sanitizer: DomSanitizer);
7
+ private sdkOptions;
8
+ constructor(sanitizer: DomSanitizer, sdkOptions: SdkOptions);
7
9
  categories: any[];
8
10
  activeCategory: string;
9
11
  searchResults: any[];
@@ -17,7 +19,8 @@ export declare class EmojiSelectorPanelComponent implements OnInit {
17
19
  pairs(object: any): any[][];
18
20
  hideSearch(): void;
19
21
  showSearch(): void;
22
+ private get emojiUrl();
20
23
  ngOnInit(): void;
21
- static ɵfac: i0.ɵɵFactoryDeclaration<EmojiSelectorPanelComponent, never>;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<EmojiSelectorPanelComponent, [null, { optional: true; }]>;
22
25
  static ɵcmp: i0.ɵɵComponentDeclaration<EmojiSelectorPanelComponent, "emoji-selector-panel", never, {}, { "selected": "selected"; }, never, never, false>;
23
26
  }
@@ -1,4 +1,5 @@
1
1
  export interface SdkOptions {
2
2
  serviceUrl?: string;
3
+ emojiUrl?: string;
3
4
  }
4
5
  export declare const BANTA_SDK_OPTIONS = "BANTA_SDK_OPTIONS";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banta/sdk",
3
- "version": "4.7.6",
3
+ "version": "4.7.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"