@acorex/components 19.10.0 → 19.10.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 -1
- package/decorators/lib/components/icon/icon.component.d.ts +1 -1
- package/fesm2022/acorex-components-button.mjs +4 -4
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +2 -2
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +20 -18
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +2 -2
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +8 -3
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +2 -2
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +4 -4
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +2 -2
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +2 -2
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +2 -2
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +6 -6
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +2 -2
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/package.json +1 -1
- package/tabs/lib/tabs.class.d.ts +1 -1
@@ -17,12 +17,12 @@ export declare class AXCronJobContainerComponent extends MXInputBaseValueCompone
|
|
17
17
|
protected yearService: YearService;
|
18
18
|
protected tabComponent: import("@angular/core").Signal<AXTabsComponent>;
|
19
19
|
protected activeTab: import("@angular/core").WritableSignal<string>;
|
20
|
+
private onGetModelFired;
|
20
21
|
protected options: import("@angular/core").WritableSignal<{
|
21
22
|
fit: boolean;
|
22
23
|
look: AXTabLook;
|
23
24
|
location: AXTabLocation;
|
24
25
|
}>;
|
25
|
-
onGetModelFired: import("@angular/core").WritableSignal<boolean>;
|
26
26
|
onGetModel(): void;
|
27
27
|
protected internalValueChanged(cronExpressionPattern: string): void;
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCronJobContainerComponent, never>;
|
@@ -16,5 +16,5 @@ export declare class AXDecoratorIconComponent extends MXBaseComponent {
|
|
16
16
|
*/
|
17
17
|
private get __iconClass();
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorIconComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorIconComponent, "ax-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorIconComponent, "ax-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], false, never>;
|
20
20
|
}
|