@acorex/components 19.4.0-next.0 → 19.4.1
Sign up to get free protection for your applications and to get access to all the features.
- package/cron-job/lib/cron-job-container/cron-job-container.component.d.ts +1 -0
- package/cron-job/lib/seconds/seconds.component.d.ts +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +18 -13
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +105 -19
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +2 -1
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/package.json +1 -1
- package/rail-navigation/index.d.ts +1 -0
- package/rail-navigation/lib/rail-navigation-item/rail-navigation-item.component.d.ts +18 -5
- package/rail-navigation/lib/rail-navigation.class.d.ts +6 -0
- package/rail-navigation/lib/rail-navigation.component.d.ts +9 -1
- package/rail-navigation/lib/rail-navigation.service.d.ts +9 -0
@@ -22,6 +22,7 @@ export declare class AXCronJobContainerComponent extends MXInputBaseValueCompone
|
|
22
22
|
look: AXTabLook;
|
23
23
|
location: AXTabLocation;
|
24
24
|
}>;
|
25
|
+
onGetModelFired: import("@angular/core").WritableSignal<boolean>;
|
25
26
|
onGetModel(): void;
|
26
27
|
protected internalValueChanged(cronExpressionPattern: string): void;
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCronJobContainerComponent, never>;
|
@@ -8,7 +8,7 @@ export declare class AXCronSecondsComponent {
|
|
8
8
|
secondsChanged: import("@angular/core").OutputEmitterRef<void>;
|
9
9
|
protected dropdownList: DropDownItem[];
|
10
10
|
protected zeroTo59: number[];
|
11
|
-
protected inputChange(): void;
|
11
|
+
protected inputChange(e?: any): void;
|
12
12
|
protected changeHandler(e: AXValueChangedEvent): void;
|
13
13
|
protected get isCustom(): boolean;
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCronSecondsComponent, never>;
|