ngx-wapp-components 3.2.12-alpha.2 → 3.2.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "3.2.12-alpha.2",
3
+ "version": "3.2.12",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -60,4 +60,4 @@
60
60
  }
61
61
  },
62
62
  "type": "module"
63
- }
63
+ }
@@ -1538,6 +1538,7 @@ declare class WPeriodSelectFieldComponent implements OnInit {
1538
1538
  private onTouched;
1539
1539
  constructor(wLocalStorage: LocalStorageService, wSessionStorage: SessionStorageService);
1540
1540
  ngOnInit(): void;
1541
+ private coerceToDate;
1541
1542
  initPeriodCategorySelect(): void;
1542
1543
  initValues(): void;
1543
1544
  onFromDateChange(): void;