@adins/ucsearch 2.9.20 → 2.9.21

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.
@@ -11,6 +11,7 @@ import { KeyValueReportObj } from './model/key-value-report.model';
11
11
  import { CookieService } from 'ngx-cookie';
12
12
  import { KeyValueUCSearchObj, ListKeyValueMonth } from './model/key-value-uc-search.model';
13
13
  import { ExportFileService } from './services/export-file.service';
14
+ import { ActivatedRoute } from '@angular/router';
14
15
  import * as i0 from "@angular/core";
15
16
  export declare class UCSearchComponent implements OnInit {
16
17
  private http;
@@ -21,6 +22,7 @@ export declare class UCSearchComponent implements OnInit {
21
22
  private datePipe;
22
23
  private elemRef;
23
24
  private exportFileService;
25
+ private route;
24
26
  set content(content: NgForm);
25
27
  myForm: ElementRef;
26
28
  searchInput: InputSearchObj;
@@ -56,10 +58,12 @@ export declare class UCSearchComponent implements OnInit {
56
58
  apiUrl: string;
57
59
  arrCrit: any;
58
60
  searchForm: NgForm;
59
- constructor(http: HttpClient, _renderer2: Renderer2, _document: any, toastr: ToastrService, cookieService: CookieService, datePipe: DatePipe, elemRef: ElementRef, exportFileService: ExportFileService);
61
+ queryParam: Record<string, string>;
62
+ constructor(http: HttpClient, _renderer2: Renderer2, _document: any, toastr: ToastrService, cookieService: CookieService, datePipe: DatePipe, elemRef: ElementRef, exportFileService: ExportFileService, route: ActivatedRoute);
60
63
  changeState(): void;
61
64
  ngOnInit(): Promise<void>;
62
65
  initiateForm(): Promise<void>;
66
+ private autofill;
63
67
  SetRoleOfficeCodes(i: number): void;
64
68
  setDefaultValueMonth(value: any): number;
65
69
  setMonthDDL(month: any): KeyValueUCSearchObj[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adins/ucsearch",
3
- "version": "2.9.20",
3
+ "version": "2.9.21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.1.2",
6
6
  "@angular/core": "^13.1.2"