ps-toolkit-ui 0.0.68 → 0.0.72

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.
@@ -13,7 +13,6 @@ export declare class HelperClass {
13
13
  static getRowEnum(l: any, e: any, dt: any): string;
14
14
  static getNow(): any;
15
15
  static getMoment(i?: any, f?: any): any;
16
- static getMomentAdd(a: number, s: string): any;
17
16
  static getDateRemain(l: any, dt: string): string;
18
17
  static getDate(dt: string): string;
19
18
  static getTime(dt: any): string;
@@ -21,6 +21,7 @@ export declare class FormDateComponent implements OnInit {
21
21
  inputCalendarDiv: ElementRef;
22
22
  constructor();
23
23
  ngOnInit(): void;
24
+ setInpValue(v: any): void;
24
25
  setDate(): void;
25
26
  isToday(m: moment.Moment, d: number): boolean;
26
27
  isSelected(m: moment.Moment, d: number): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "0.0.68",
3
+ "version": "0.0.72",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"