@adlfe/campaign-management-library 2.10.4 → 2.10.6

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.
@@ -10,8 +10,11 @@ export declare class FilterInListOfCampaignComponent implements OnInit, OnDestro
10
10
  closeDropdown: EventEmitter<void>;
11
11
  form: FormGroup;
12
12
  channelOption: any[];
13
+ filteredChannelOption: any[];
13
14
  businessNameOption: ClientDto[];
15
+ filteredBusinessNameOption: ClientDto[];
14
16
  statusOption: BaseOptionModel[];
17
+ filteredStatusOption: BaseOptionModel[];
15
18
  templateOption: TemplateWAModel[];
16
19
  isHaveNextTemplateOption: boolean;
17
20
  isLoadingTemplateOption: boolean;
@@ -27,6 +30,9 @@ export declare class FilterInListOfCampaignComponent implements OnInit, OnDestro
27
30
  getNextTemplateBatch(): void;
28
31
  templateSelectedDisplay(attribute1: TemplateWAModel, attribute2: TemplateWAModel): string;
29
32
  templateSearch(searchValue: string): void;
33
+ businessNameSearch(searchValue: string): void;
34
+ channelSearch(searchValue: string): void;
35
+ statusSearch(searchValue: string): void;
30
36
  clearDate(): void;
31
37
  validateBackDate(): void;
32
38
  onReset(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adlfe/campaign-management-library",
3
- "version": "2.10.4",
3
+ "version": "2.10.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^9.0.7",
6
6
  "@angular/core": "^9.0.7",
@@ -18,14 +18,5 @@
18
18
  "sideEffects": false,
19
19
  "dependencies": {
20
20
  "tslib": "^1.10.0"
21
- },
22
- "description": "",
23
- "directories": {
24
- "lib": "lib"
25
- },
26
- "scripts": {
27
- "test": "echo \"Error: no test specified\" && exit 1"
28
- },
29
- "author": "",
30
- "license": "ISC"
21
+ }
31
22
  }