@acorex/components 16.20.9 → 16.20.10
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/index.d.ts
CHANGED
|
@@ -2979,7 +2979,7 @@ declare class AXSwitchPropertyEditorModule {
|
|
|
2979
2979
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXSwitchPropertyEditorModule>;
|
|
2980
2980
|
}
|
|
2981
2981
|
|
|
2982
|
-
declare class AXDatePropertyEditorComponent extends AXProperyEditorComponent<Date> {
|
|
2982
|
+
declare class AXDatePropertyEditorComponent extends AXProperyEditorComponent<Date> implements AfterViewInit {
|
|
2983
2983
|
protected cdr: ChangeDetectorRef;
|
|
2984
2984
|
showTodayButton: boolean;
|
|
2985
2985
|
selectableHoliday: boolean;
|
|
@@ -2999,6 +2999,9 @@ declare class AXDatePropertyEditorComponent extends AXProperyEditorComponent<Dat
|
|
|
2999
2999
|
constructor(cdr: ChangeDetectorRef);
|
|
3000
3000
|
handleValueChange(e: any): void;
|
|
3001
3001
|
navigate(value: number | AXDateTime): void;
|
|
3002
|
+
open(): void;
|
|
3003
|
+
close(): void;
|
|
3004
|
+
toggle(): void;
|
|
3002
3005
|
ngAfterViewInit(): void;
|
|
3003
3006
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePropertyEditorComponent, never>;
|
|
3004
3007
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePropertyEditorComponent, "ng-component", never, {}, {}, never, never, false, never>;
|