@acontplus/ng-components 2.1.2 → 2.1.3

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": "@acontplus/ng-components",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Comprehensive Angular Material UI component library featuring dynamic Tabulator tables, theme toggle with dark mode, dialog wrappers, autocomplete components, cards, buttons, icons, input chips, spinners, directives, pipes, and SCSS styling utilities.",
5
5
  "peerDependencies": {
6
6
  "@acontplus/ui-kit": "^1.0.2",
@@ -1479,6 +1479,7 @@ declare class DateRangePicker implements OnInit, OnChanges, OnDestroy, ControlVa
1479
1479
  private updateOptions;
1480
1480
  private reinitializePicker;
1481
1481
  private buildDatexOptions;
1482
+ private getDefaultRanges;
1482
1483
  private getTheme;
1483
1484
  private setupEventListeners;
1484
1485
  writeValue(value: any): void;