@acorex/components 18.10.1 → 18.10.2
Sign up to get free protection for your applications and to get access to all the features.
- package/calendar/lib/calendar-range.component.d.ts +2 -1
- package/esm2022/calendar/lib/calendar-range.component.mjs +8 -4
- package/esm2022/menu/lib/menu-item/menu-item.component.mjs +5 -4
- package/esm2022/menu/lib/menu.component.mjs +74 -68
- package/esm2022/menu/lib/menu.service.mjs +2 -1
- package/esm2022/qrcode/lib/qrcode.class.mjs +3 -3
- package/esm2022/qrcode/lib/qrcode.component.mjs +3 -3
- package/esm2022/qrcode/lib/qrcode.module.mjs +6 -6
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +3 -6
- package/fesm2022/acorex-components-calendar.mjs +6 -2
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +77 -69
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs +10 -10
- package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +2 -5
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/menu/lib/menu-item/menu-item.component.d.ts +1 -1
- package/menu/lib/menu.component.d.ts +2 -1
- package/menu/lib/menu.service.d.ts +1 -0
- package/package.json +76 -76
- package/qrcode/lib/qrcode.class.d.ts +1 -1
- package/qrcode/lib/qrcode.module.d.ts +4 -4
- package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +1 -2
@@ -1,8 +1,8 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./qrcode.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
export declare class
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
4
|
+
export declare class AXQrcodeModule {
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXQrcodeModule, never>;
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXQrcodeModule, [typeof i1.AXQrcodeComponent], [typeof i2.CommonModule], [typeof i1.AXQrcodeComponent]>;
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXQrcodeModule>;
|
8
8
|
}
|
@@ -21,7 +21,6 @@ export declare class AXWysiwygContainerComponent extends AXWysiwygContainerCompo
|
|
21
21
|
protected view: import("@angular/core").WritableSignal<HTMLElement>;
|
22
22
|
/** @ignore */
|
23
23
|
protected service: AXWysiwygService;
|
24
|
-
initialValue: import("@angular/core").InputSignal<string>;
|
25
24
|
protected setTimeOut: any;
|
26
25
|
/** @ignore */
|
27
26
|
constructor();
|
@@ -30,6 +29,6 @@ export declare class AXWysiwygContainerComponent extends AXWysiwygContainerCompo
|
|
30
29
|
/** @ignore */
|
31
30
|
ngOnDestroy(): void;
|
32
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygContainerComponent, never>;
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, { "look": { "alias": "look"; "required": false; };
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, { "look": { "alias": "look"; "required": false; }; }, {}, never, ["*", "ax-validation-rule"], false, never>;
|
34
33
|
}
|
35
34
|
export {};
|