@acontplus/ng-components 2.1.2 → 2.1.4
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.
|
|
3
|
+
"version": "2.1.4",
|
|
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",
|
|
@@ -1433,6 +1433,7 @@ declare class DateRangePicker implements OnInit, OnChanges, OnDestroy, ControlVa
|
|
|
1433
1433
|
get value(): DateRangeValue | Date | null;
|
|
1434
1434
|
set value(val: DateRangeValue | Date | null);
|
|
1435
1435
|
private readonly _errorState;
|
|
1436
|
+
private currentDate;
|
|
1436
1437
|
get errorState(): boolean;
|
|
1437
1438
|
get userAriaDescribedBy(): string | undefined;
|
|
1438
1439
|
get placeholder(): string;
|
|
@@ -1479,6 +1480,8 @@ declare class DateRangePicker implements OnInit, OnChanges, OnDestroy, ControlVa
|
|
|
1479
1480
|
private updateOptions;
|
|
1480
1481
|
private reinitializePicker;
|
|
1481
1482
|
private buildDatexOptions;
|
|
1483
|
+
private getDateAddDay;
|
|
1484
|
+
private getDefaultRanges;
|
|
1482
1485
|
private getTheme;
|
|
1483
1486
|
private setupEventListeners;
|
|
1484
1487
|
writeValue(value: any): void;
|