@acorex/components 19.8.0-next.9 → 19.9.0
Sign up to get free protection for your applications and to get access to all the features.
- package/action-sheet/lib/action-sheet.class.d.ts +2 -1
- package/badge/lib/badge.component.d.ts +2 -2
- package/button/lib/button.component.d.ts +6 -1
- package/button-group/lib/button-group-item.component.d.ts +1 -3
- package/button-group/lib/button-group.module.d.ts +1 -2
- package/chips/lib/chips.component.d.ts +7 -11
- package/color-box/lib/color-box.component.d.ts +1 -5
- package/color-palette/lib/color-palette-picker.component.d.ts +14 -19
- package/color-palette/lib/color-palette.module.d.ts +1 -2
- package/common/lib/classes/styles.class.d.ts +4 -6
- package/common/lib/components/button-base-component.class.d.ts +1 -0
- package/conversation/lib/conversation-container/conversation-container.component.d.ts +3 -2
- package/conversation/lib/conversation-input/conversation-input.component.d.ts +2 -1
- package/datetime-picker/lib/datetime-picker.component.d.ts +10 -0
- package/datetime-picker/lib/datetime-picker.module.d.ts +1 -2
- package/decorators/index.d.ts +4 -5
- package/decorators/lib/decorators.module.d.ts +6 -7
- package/dialog/lib/dialog.component.d.ts +0 -2
- package/dropdown-button/lib/dropdown-button.component.d.ts +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +4 -4
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +4 -4
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +5 -5
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +4 -4
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +6 -6
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +3 -3
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +3 -3
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +146 -147
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +22 -19
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +5 -5
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +3 -3
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +10 -12
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +7 -7
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +4 -4
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +4 -11
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +326 -342
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +9 -9
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +7 -22
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +50 -29
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +3 -3
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +7 -7
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +5 -5
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +4 -3
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +3 -3
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +24 -18
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +18 -30
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +4 -11
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +5 -5
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +13 -7
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +2 -2
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-file-explorer.mjs +231 -0
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -0
- package/fesm2022/acorex-components-form.mjs +4 -11
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +200 -22
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +57 -42
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +3 -3
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +3 -3
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +3 -3
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +3 -3
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +3 -3
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +5 -5
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +5 -5
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +9 -9
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-navbar.mjs +4 -4
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +5 -5
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +7 -3
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +3 -3
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +1 -1
- package/fesm2022/acorex-components-paint.mjs +11 -11
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +5 -5
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +3 -3
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +233 -128
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +1 -1
- package/fesm2022/acorex-components-popup.mjs +3 -3
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +23 -23
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs +1 -1
- package/fesm2022/acorex-components-radio.mjs +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +4 -4
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +4 -4
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rate-picker.mjs +7 -7
- package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +3 -3
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +3 -3
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +12 -12
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +11 -20
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +3 -4
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +142 -28
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +18 -9
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +3 -3
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +3 -3
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +3 -3
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +4 -9
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +6 -6
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +4 -4
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +4 -7
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +3 -3
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +9 -9
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +5 -5
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +12 -3
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +3 -3
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +37 -68
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +8 -8
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +26 -26
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/file-explorer/README.md +3 -0
- package/file-explorer/index.d.ts +6 -0
- package/file-explorer/lib/file-explorer-container/file-explorer-container.component.d.ts +10 -0
- package/file-explorer/lib/file-explorer-item/file-explorer-item.component.d.ts +11 -0
- package/file-explorer/lib/file-explorer-types.d.ts +11 -0
- package/file-explorer/lib/file-explorer-view/file-explorer-view.component.d.ts +27 -0
- package/file-explorer/lib/file-explorer.module.d.ts +16 -0
- package/file-explorer/lib/file-explorer.service.d.ts +6 -0
- package/form/lib/form.component.d.ts +2 -3
- package/grid-layout-builder/index.d.ts +1 -0
- package/grid-layout-builder/lib/grid-layout-builder.module.d.ts +3 -2
- package/grid-layout-builder/lib/grid-layout-container.component.d.ts +14 -10
- package/grid-layout-builder/lib/grid-layout-widget.directive.d.ts +106 -0
- package/grid-layout-builder/lib/types.d.ts +2 -1
- package/image-editor/index.d.ts +1 -0
- package/image-editor/lib/image-editor-container/image-editor-container.component.d.ts +3 -22
- package/image-editor/lib/image-editor-toolbar/image-editor-toolbar.component.d.ts +27 -0
- package/image-editor/lib/image-editor.module.d.ts +17 -16
- package/loading/lib/loading-spinner.component.d.ts +1 -1
- package/menu/lib/menu-item.component.d.ts +1 -2
- package/notification/lib/notification.service.d.ts +1 -1
- package/package.json +5 -1
- package/paint/lib/paint/paint-view/paint-view.component.d.ts +1 -1
- package/picker/index.d.ts +2 -3
- package/picker/lib/picker-column.directive.d.ts +16 -0
- package/picker/lib/picker.component.d.ts +61 -0
- package/picker/lib/picker.module.d.ts +4 -6
- package/progress-bar/lib/progress-bar.component.d.ts +19 -19
- package/range-slider/lib/range-slider.component.d.ts +1 -1
- package/scheduler/lib/scheduler-month-view.component.d.ts +6 -6
- package/search-box/lib/search-box.component.d.ts +1 -5
- package/selection-list/README.md +2 -2
- package/selection-list/lib/selection-list.component.d.ts +70 -18
- package/selection-list/lib/selection-list.module.d.ts +7 -3
- package/side-menu/lib/side-menu-item/side-menu-item.component.d.ts +6 -3
- package/side-menu/lib/side-menu.component.d.ts +2 -1
- package/tabs/lib/tabs.class.d.ts +1 -1
- package/text-area/lib/text-area.component.d.ts +1 -5
- package/time-line/lib/time-line.component.d.ts +1 -1
- package/toast/lib/toast.service.d.ts +1 -1
- package/toolbar/lib/toolbar.component.d.ts +3 -1
- package/tree-view/lib/tree-view.class.d.ts +1 -0
- package/tree-view/lib/tree-view.component.d.ts +1 -7
- package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +2 -2
- package/decorators/lib/components/color-indicator/color-indicator.component.d.ts +0 -6
- package/picker/lib/picker-container/picker-container.component.d.ts +0 -7
- package/picker/lib/picker-items/picker-items.component.d.ts +0 -20
- package/picker/lib/picker-title/picker-title.component.d.ts +0 -5
- /package/decorators/lib/components/{clear-button/clear-button.component.d.ts → clear-button.component.d.ts} +0 -0
- /package/decorators/lib/components/{close-button/close-button.component.d.ts → close-button.component.d.ts} +0 -0
- /package/decorators/lib/components/{full-screen/full-screen-button.component.d.ts → full-screen-button.component.d.ts} +0 -0
- /package/decorators/lib/components/{icon/icon.component.d.ts → icon.component.d.ts} +0 -0
package/image-editor/index.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export * from './lib/image-editor-container/image-editor-container.component';
|
2
|
+
export * from './lib/image-editor-toolbar/image-editor-toolbar.component';
|
2
3
|
export * from './lib/image-editor-tools/image-editor-color-picker/image-editor-color-picker.component';
|
3
4
|
export * from './lib/image-editor-tools/image-editor-crop/image-editor-crop.component';
|
4
5
|
export * from './lib/image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component';
|
@@ -1,34 +1,15 @@
|
|
1
|
-
import {
|
2
|
-
import { AXDialogService } from '@acorex/components/dialog';
|
1
|
+
import { MXLookComponent } from '@acorex/components/common';
|
3
2
|
import { ElementRef } from '@angular/core';
|
4
3
|
import { AXImageEditorService } from '../image-editor.service';
|
5
4
|
import * as i0 from "@angular/core";
|
6
|
-
declare const AXImageEditorContainerComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
7
|
-
new (): MXInputBaseValueComponent<Blob[]>;
|
8
|
-
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
|
9
|
-
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
10
|
-
}, typeof MXLookComponent]>;
|
11
5
|
/**
|
12
6
|
* paint container.
|
13
7
|
* @category Components
|
14
8
|
*/
|
15
|
-
export declare class AXImageEditorContainerComponent extends
|
9
|
+
export declare class AXImageEditorContainerComponent extends MXLookComponent {
|
16
10
|
/** @ignore */
|
17
11
|
protected service: AXImageEditorService;
|
18
12
|
imageEditorContainer: import("@angular/core").Signal<ElementRef<any>>;
|
19
|
-
/** @ignore */
|
20
|
-
protected dialogService: AXDialogService;
|
21
|
-
/** @ignore */
|
22
|
-
protected options: import("@angular/core").WritableSignal<{
|
23
|
-
color: string;
|
24
|
-
title: string;
|
25
|
-
vertical: boolean;
|
26
|
-
content: string;
|
27
|
-
orientation: any;
|
28
|
-
draggable: boolean;
|
29
|
-
}>;
|
30
|
-
save(): void;
|
31
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorContainerComponent, never>;
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorContainerComponent, "ax-image-editor-container", never, {
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorContainerComponent, "ax-image-editor-container", never, {}, {}, never, ["*"], false, never>;
|
33
15
|
}
|
34
|
-
export {};
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import { MXInputBaseValueComponent } from '@acorex/components/common';
|
2
|
+
import { AXDialogService } from '@acorex/components/dialog';
|
3
|
+
import { AXImageEditorService } from '../image-editor.service';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
/**
|
6
|
+
*paint toolbar
|
7
|
+
* @category Components
|
8
|
+
*/
|
9
|
+
export declare class AXImageEditorToolbarComponent extends MXInputBaseValueComponent<Blob[]> {
|
10
|
+
/** @ignore */
|
11
|
+
protected dialogService: AXDialogService;
|
12
|
+
/** @ignore */
|
13
|
+
protected service: AXImageEditorService;
|
14
|
+
/** @ignore */
|
15
|
+
protected options: import("@angular/core").WritableSignal<{
|
16
|
+
color: string;
|
17
|
+
title: string;
|
18
|
+
vertical: boolean;
|
19
|
+
content: string;
|
20
|
+
orientation: any;
|
21
|
+
draggable: boolean;
|
22
|
+
}>;
|
23
|
+
/** @ignore */
|
24
|
+
protected saveHandler(): void;
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorToolbarComponent, never>;
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXImageEditorToolbarComponent, "ax-image-editor-toolbar", never, {}, { "onValueChanged": "onValueChanged"; }, never, ["ax-prefix", "*", "ax-suffix"], false, never>;
|
27
|
+
}
|
@@ -1,21 +1,22 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./image-editor-
|
3
|
-
import * as i2 from "./image-editor-tools/image-editor-
|
4
|
-
import * as i3 from "./image-editor-
|
5
|
-
import * as i4 from "./image-editor-
|
6
|
-
import * as i5 from "./image-editor-
|
7
|
-
import * as i6 from "
|
8
|
-
import * as i7 from "@
|
9
|
-
import * as i8 from "@
|
10
|
-
import * as i9 from "@acorex/components/
|
11
|
-
import * as i10 from "@acorex/components/
|
12
|
-
import * as i11 from "@acorex/components/
|
13
|
-
import * as i12 from "@acorex/components/
|
14
|
-
import * as i13 from "@acorex/components/
|
15
|
-
import * as i14 from "@acorex/components/
|
16
|
-
import * as i15 from "@acorex/components/
|
2
|
+
import * as i1 from "./image-editor-toolbar/image-editor-toolbar.component";
|
3
|
+
import * as i2 from "./image-editor-tools/image-editor-color-picker/image-editor-color-picker.component";
|
4
|
+
import * as i3 from "./image-editor-tools/image-editor-pen-mode-changer/image-editor-pen-mode-changer.component";
|
5
|
+
import * as i4 from "./image-editor-view/image-editor-view.component";
|
6
|
+
import * as i5 from "./image-editor-container/image-editor-container.component";
|
7
|
+
import * as i6 from "./image-editor-tools/image-editor-crop/image-editor-crop.component";
|
8
|
+
import * as i7 from "@acorex/components/button";
|
9
|
+
import * as i8 from "@angular/forms";
|
10
|
+
import * as i9 from "@acorex/components/range-slider";
|
11
|
+
import * as i10 from "@acorex/components/select-box";
|
12
|
+
import * as i11 from "@acorex/components/color-box";
|
13
|
+
import * as i12 from "@acorex/components/popover";
|
14
|
+
import * as i13 from "@acorex/components/decorators";
|
15
|
+
import * as i14 from "@acorex/components/loading";
|
16
|
+
import * as i15 from "@acorex/components/dialog";
|
17
|
+
import * as i16 from "@acorex/components/tooltip";
|
17
18
|
export declare class AXImageEditorModule {
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXImageEditorModule, never>;
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXImageEditorModule, [typeof i1.
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXImageEditorModule, [typeof i1.AXImageEditorToolbarComponent, typeof i2.AXImageEditorColorPickerComponent, typeof i3.AXImageEditorPenModeChangerComponent, typeof i4.AXImageEditorViewComponent, typeof i5.AXImageEditorContainerComponent, typeof i6.AXImageEditorCropComponent], [typeof i7.AXButtonModule, typeof i8.FormsModule, typeof i9.AXRangeSliderModule, typeof i10.AXSelectBoxModule, typeof i11.AXColorBoxModule, typeof i12.AXPopoverModule, typeof i13.AXDecoratorModule, typeof i14.AXLoadingModule, typeof i15.AXDialogModule, typeof i16.AXTooltipModule], [typeof i1.AXImageEditorToolbarComponent, typeof i2.AXImageEditorColorPickerComponent, typeof i3.AXImageEditorPenModeChangerComponent, typeof i4.AXImageEditorViewComponent, typeof i5.AXImageEditorContainerComponent, typeof i6.AXImageEditorCropComponent]>;
|
20
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXImageEditorModule>;
|
21
22
|
}
|
@@ -14,7 +14,7 @@ export declare class AXLoadingSpinnerComponent {
|
|
14
14
|
* Color of the spinner. Can be a predefined style color or a custom color.
|
15
15
|
* @defaultValue 'ghost'
|
16
16
|
*/
|
17
|
-
color: AXStyleColorType |
|
17
|
+
color: AXStyleColorType | string;
|
18
18
|
/**
|
19
19
|
* Size of the spinner, in pixels. This determines both the width and height of the spinner.
|
20
20
|
* @defaultValue 16
|
@@ -1,5 +1,4 @@
|
|
1
1
|
import { AXStyleColorType, NXComponent } from '@acorex/components/common';
|
2
|
-
import { OnDestroy } from '@angular/core';
|
3
2
|
import { AXMenuItemClickBaseEvent, AXRootMenu } from './menu.types';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export type AXMenuItemClickEvent = AXMenuItemClickBaseEvent<AXMenuItemComponent>;
|
@@ -7,7 +6,7 @@ export type AXMenuItemClickEvent = AXMenuItemClickBaseEvent<AXMenuItemComponent>
|
|
7
6
|
* Represents a menu item component used within an `ax-menu`.
|
8
7
|
* @category Components
|
9
8
|
*/
|
10
|
-
export declare class AXMenuItemComponent extends NXComponent
|
9
|
+
export declare class AXMenuItemComponent extends NXComponent {
|
11
10
|
protected isOpen: import("@angular/core").WritableSignal<boolean>;
|
12
11
|
protected hasSubItems: import("@angular/core").WritableSignal<boolean>;
|
13
12
|
protected isFirstLevel: import("@angular/core").WritableSignal<boolean>;
|
@@ -15,7 +15,7 @@ export declare class AXNotificationService {
|
|
15
15
|
hideAll(): void;
|
16
16
|
private handleShowReservedNotification;
|
17
17
|
private handleReservedNotificationCounter;
|
18
|
-
private
|
18
|
+
private createReservedCounterToast;
|
19
19
|
private reposition;
|
20
20
|
private getRepositionPosition;
|
21
21
|
private getPosition;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "19.
|
3
|
+
"version": "19.9.0",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": ">=19.0.0",
|
6
6
|
"@angular/core": ">=19.0.0",
|
@@ -145,6 +145,10 @@
|
|
145
145
|
"types": "./dropdown-button/index.d.ts",
|
146
146
|
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
147
147
|
},
|
148
|
+
"./file-explorer": {
|
149
|
+
"types": "./file-explorer/index.d.ts",
|
150
|
+
"default": "./fesm2022/acorex-components-file-explorer.mjs"
|
151
|
+
},
|
148
152
|
"./form": {
|
149
153
|
"types": "./form/index.d.ts",
|
150
154
|
"default": "./fesm2022/acorex-components-form.mjs"
|
@@ -12,7 +12,7 @@ export declare class AXPaintViewComponent implements OnDestroy {
|
|
12
12
|
/** @ignore */
|
13
13
|
protected service: AXPaintService;
|
14
14
|
/** @ignore */
|
15
|
-
protected
|
15
|
+
protected rendred: Renderer2;
|
16
16
|
private platformID;
|
17
17
|
/** @ignore */
|
18
18
|
resizeEvent: any;
|
package/picker/index.d.ts
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
export * from './lib/picker-
|
2
|
-
export * from './lib/picker
|
3
|
-
export * from './lib/picker-title/picker-title.component';
|
1
|
+
export * from './lib/picker-column.directive';
|
2
|
+
export * from './lib/picker.component';
|
4
3
|
export * from './lib/picker.module';
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { MXValueComponent } from '@acorex/components/common';
|
2
|
+
import { EventEmitter } from '@angular/core';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class AXPickerColumnDirective extends MXValueComponent {
|
5
|
+
valueField: string;
|
6
|
+
textField: string;
|
7
|
+
title: string;
|
8
|
+
step: number;
|
9
|
+
itemsChange: EventEmitter<unknown[]>;
|
10
|
+
private _items;
|
11
|
+
get items(): unknown[];
|
12
|
+
set items(v: unknown[]);
|
13
|
+
internalSetValue(v: any): any;
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPickerColumnDirective, never>;
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXPickerColumnDirective, "ax-picker-column", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "readonlyChange": { "alias": "readonlyChange"; "required": false; }; "disabledChange": { "alias": "disabledChange"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "title": { "alias": "title"; "required": false; }; "step": { "alias": "step"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "itemsChange": "itemsChange"; }, never, never, false, never>;
|
16
|
+
}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
2
|
+
import { AXUnsubscriber } from '@acorex/core/utils';
|
3
|
+
import { AfterContentInit, NgZone, OnDestroy, QueryList } from '@angular/core';
|
4
|
+
import { AXPickerColumnDirective } from './picker-column.directive';
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
/**
|
7
|
+
* @category Components
|
8
|
+
* A picker component with OnPush change detection and no encapsulation.
|
9
|
+
*/
|
10
|
+
export declare class AXPickerComponent extends MXBaseComponent implements AfterContentInit, OnDestroy {
|
11
|
+
/** @ignore */
|
12
|
+
/** @ignore */
|
13
|
+
protected _columns: QueryList<AXPickerColumnDirective>;
|
14
|
+
/** @ignore */
|
15
|
+
private _itemHeight;
|
16
|
+
/** @ignore */
|
17
|
+
private _htmlColumns;
|
18
|
+
/** @ignore */
|
19
|
+
private _dragging;
|
20
|
+
/** @ignore */
|
21
|
+
private _previousY;
|
22
|
+
/** @ignore */
|
23
|
+
private _currentList;
|
24
|
+
/** @ignore */
|
25
|
+
protected _unsubscriber: AXUnsubscriber;
|
26
|
+
/** @ignore */
|
27
|
+
protected _zone: NgZone;
|
28
|
+
protected platformID: Object;
|
29
|
+
/** @ignore */
|
30
|
+
ngAfterContentInit(): void;
|
31
|
+
/** @ignore */
|
32
|
+
ngOnDestroy(): void;
|
33
|
+
/** @ignore */
|
34
|
+
private _setHeights;
|
35
|
+
/** @ignore */
|
36
|
+
private _calcItemheight;
|
37
|
+
/** @ignore */
|
38
|
+
private _bindEvents;
|
39
|
+
/** @ignore */
|
40
|
+
private _removeEvents;
|
41
|
+
/** @ignore */
|
42
|
+
_handleTouchStart(e: MouseEvent | TouchEvent): void;
|
43
|
+
/** @ignore */
|
44
|
+
private _handleTouchMove;
|
45
|
+
/** @ignore */
|
46
|
+
private _handleTouchEnd;
|
47
|
+
/** @ignore */
|
48
|
+
private _handleMouseWeel;
|
49
|
+
/** @ignore */
|
50
|
+
private _moveByDelta;
|
51
|
+
/** @ignore */
|
52
|
+
protected _handleItemClick(column: AXPickerColumnDirective, item: any): void;
|
53
|
+
/** @ignore */
|
54
|
+
private _detectSelectedItemsByValue;
|
55
|
+
/**
|
56
|
+
* Refreshes the component by setting heights and detecting selected items by value.
|
57
|
+
*/
|
58
|
+
refresh(): void;
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPickerComponent, never>;
|
60
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPickerComponent, "ax-picker", never, {}, {}, ["_columns"], never, false, never>;
|
61
|
+
}
|
@@ -1,11 +1,9 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./picker
|
3
|
-
import * as i2 from "./picker-
|
4
|
-
import * as i3 from "
|
5
|
-
import * as i4 from "@angular/common";
|
6
|
-
import * as i5 from "@acorex/cdk/carousel";
|
2
|
+
import * as i1 from "./picker.component";
|
3
|
+
import * as i2 from "./picker-column.directive";
|
4
|
+
import * as i3 from "@angular/common";
|
7
5
|
export declare class AXPickerModule {
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPickerModule, never>;
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPickerModule, [typeof i1.
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPickerModule, [typeof i1.AXPickerComponent, typeof i2.AXPickerColumnDirective], [typeof i3.CommonModule], [typeof i1.AXPickerComponent, typeof i2.AXPickerColumnDirective]>;
|
10
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXPickerModule>;
|
11
9
|
}
|
@@ -11,41 +11,41 @@ export declare class AXProgressBarComponent extends MXColorComponent {
|
|
11
11
|
/** @ignore */
|
12
12
|
circle: ElementRef;
|
13
13
|
/**
|
14
|
-
|
15
|
-
|
16
|
-
|
14
|
+
* @event
|
15
|
+
* Emits when the slider value changes.
|
16
|
+
*/
|
17
17
|
ValueChange: EventEmitter<number>;
|
18
18
|
/** @ignore */
|
19
19
|
private _progress;
|
20
20
|
/**
|
21
|
-
|
22
|
-
|
21
|
+
* Specifies the progress indicator mode.
|
22
|
+
*/
|
23
23
|
mode: AXProgressMode;
|
24
24
|
/**
|
25
|
-
|
26
|
-
|
25
|
+
* Gets or sets the progress value (0-100).
|
26
|
+
*/
|
27
27
|
get progress(): number;
|
28
28
|
/**
|
29
|
-
|
30
|
-
|
31
|
-
|
29
|
+
* Sets the progress value (0-100).
|
30
|
+
* @param {number} v
|
31
|
+
*/
|
32
32
|
set progress(v: number);
|
33
33
|
/**
|
34
|
-
|
35
|
-
|
36
|
-
|
34
|
+
* Emitted when the size changes.
|
35
|
+
* @event
|
36
|
+
*/
|
37
37
|
sizeChange: EventEmitter<number>;
|
38
38
|
/** @ignore */
|
39
39
|
private _height;
|
40
40
|
/**
|
41
|
-
|
42
|
-
|
43
|
-
|
41
|
+
* Gets or sets the height of the component.
|
42
|
+
* @param {number} v
|
43
|
+
*/
|
44
44
|
get height(): number;
|
45
45
|
/**
|
46
|
-
|
47
|
-
|
48
|
-
|
46
|
+
* Sets the height of the component.
|
47
|
+
* @param {number} v
|
48
|
+
*/
|
49
49
|
set height(v: number);
|
50
50
|
/** @ignore */
|
51
51
|
private get __hostClass();
|
@@ -27,7 +27,7 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
|
|
27
27
|
* Color theme for the slider, affecting highlight, tooltip, and handler.
|
28
28
|
* @default 'primary'
|
29
29
|
*/
|
30
|
-
color: import("@angular/core").InputSignal<"success" | "primary" | "
|
30
|
+
color: import("@angular/core").InputSignal<"success" | "primary" | "warning" | "danger" | "neutral">;
|
31
31
|
/**
|
32
32
|
* @description
|
33
33
|
* The value(s) of the slider. Can be a single number for single mode or an array of two numbers for dual mode.
|
@@ -25,16 +25,16 @@ export declare class AXSchedulerMonthViewComponent extends MXBaseComponent {
|
|
25
25
|
*/
|
26
26
|
get date(): AXDateTime;
|
27
27
|
/**
|
28
|
-
|
29
|
-
|
30
|
-
|
28
|
+
* Sets the date for the scheduler view and triggers the generation of time slots.
|
29
|
+
* @param {AXDateTime} v
|
30
|
+
*/
|
31
31
|
set date(v: AXDateTime);
|
32
32
|
/** @ignore */
|
33
33
|
ngOnInit(): void;
|
34
34
|
/**
|
35
|
-
|
36
|
-
|
37
|
-
|
35
|
+
* Generates slots for the scheduler, including CSS classes for days outside the current month
|
36
|
+
* and a flag for the current day.
|
37
|
+
*/
|
38
38
|
generateSlots(): void;
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSchedulerMonthViewComponent, never>;
|
40
40
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXSchedulerMonthViewComponent, "ax-scheduler-month-view", never, { "date": { "alias": "date"; "required": false; }; }, {}, never, never, false, never>;
|
@@ -16,10 +16,6 @@ export declare class AXSearchBoxComponent extends AXSearchBoxComponent_base {
|
|
16
16
|
constructor(
|
17
17
|
/** @ignore */
|
18
18
|
_parent: AXSearchableComponent);
|
19
|
-
/**
|
20
|
-
* Defines custom CSS classes to apply to the component.
|
21
|
-
*/
|
22
|
-
classNames: string;
|
23
19
|
/**
|
24
20
|
* The delay time for search actions, specified in milliseconds.
|
25
21
|
* @defaultValue 500
|
@@ -34,6 +30,6 @@ export declare class AXSearchBoxComponent extends AXSearchBoxComponent_base {
|
|
34
30
|
/** @ignore */
|
35
31
|
get __hostClass(): string[];
|
36
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBoxComponent, [{ optional: true; }]>;
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-icon", "ax-clear-button", "ax-suffix"], false, never>;
|
38
34
|
}
|
39
35
|
export {};
|
package/selection-list/README.md
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
# @acorex/components/selection-list
|
1
|
+
# @acorex/components/selection-list
|
2
2
|
|
3
|
-
Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/selection-list
|
3
|
+
Secondary entry point of `@acorex/components`. It can be used by importing from `@acorex/components/selection-list`.
|
@@ -1,25 +1,77 @@
|
|
1
|
-
import {
|
2
|
-
import { MXInputBaseValueComponent } from '@acorex/components/common';
|
1
|
+
import { AXDirection, MXSelectionValueComponent } from '@acorex/components/common';
|
3
2
|
import { TemplateRef } from '@angular/core';
|
4
3
|
import * as i0 from "@angular/core";
|
5
|
-
export type AXSelectionListLook = 'divided' | 'card';
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
4
|
+
export type AXSelectionListLook = 'solid' | 'divided' | 'card';
|
5
|
+
/**
|
6
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
7
|
+
*
|
8
|
+
* @category Components
|
9
|
+
*/
|
10
|
+
export declare class AXSelectionListComponent extends MXSelectionValueComponent {
|
11
|
+
/**
|
12
|
+
* sets the direction of the component.
|
13
|
+
* @param {AXDirection} value
|
14
|
+
*/
|
15
|
+
direction: import("@angular/core").InputSignal<AXDirection>;
|
16
|
+
/**
|
17
|
+
* The custom template used for rendering content.
|
18
|
+
*
|
19
|
+
* @param {TemplateRef<unknown>} customTemplate
|
20
|
+
*/
|
15
21
|
customTemplate: import("@angular/core").InputSignal<TemplateRef<unknown>>;
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
22
|
+
/** @ignore */
|
23
|
+
private _showControl;
|
24
|
+
/**
|
25
|
+
* @param {void}
|
26
|
+
* Gets the current state of the control visibility.
|
27
|
+
*/
|
28
|
+
get showControl(): boolean;
|
29
|
+
/**
|
30
|
+
* @param {boolean} v
|
31
|
+
* Sets the visibility state of the control.
|
32
|
+
*/
|
33
|
+
set showControl(v: boolean);
|
34
|
+
/** @ignore */
|
35
|
+
private _items;
|
36
|
+
/**
|
37
|
+
* Gets the list of items.
|
38
|
+
* @param {void}
|
39
|
+
*/
|
40
|
+
get items(): any[];
|
41
|
+
/**
|
42
|
+
* Sets the list of items.
|
43
|
+
*
|
44
|
+
* @param {any[]} v
|
45
|
+
*/
|
46
|
+
set items(v: any[]);
|
47
|
+
/** @ignore */
|
48
|
+
private _hintField;
|
49
|
+
/**
|
50
|
+
* Gets the field used for displaying hints.
|
51
|
+
*/
|
52
|
+
get hintField(): string;
|
53
|
+
/**
|
54
|
+
* Sets the field used for displaying hints.
|
55
|
+
*
|
56
|
+
* @param {string} v
|
57
|
+
*/
|
58
|
+
set hintField(v: string);
|
59
|
+
/**
|
60
|
+
* Retrieves an item from the list by its key.
|
61
|
+
*
|
62
|
+
* @param {unknown} key - The key to search for.
|
63
|
+
*/
|
64
|
+
getItemByKey(key: unknown): unknown;
|
65
|
+
/**
|
66
|
+
* Defines the visual appearance of the selection list.
|
67
|
+
*
|
68
|
+
* @defaultValue 'solid'
|
69
|
+
*/
|
70
|
+
look: AXSelectionListLook;
|
71
|
+
/** @ignore */
|
72
|
+
protected _handleOnItemValueChange(item: any, e: Event): void;
|
21
73
|
/** @ignore */
|
22
74
|
private get __hostClass();
|
23
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectionListComponent, "ax-selection-list", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectionListComponent, "ax-selection-list", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "readonlyField": { "alias": "readonlyField"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "direction": { "alias": "direction"; "required": false; "isSignal": true; }; "customTemplate": { "alias": "customTemplate"; "required": false; "isSignal": true; }; "showControl": { "alias": "showControl"; "required": false; }; "items": { "alias": "items"; "required": false; }; "look": { "alias": "look"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-validation-rule"], false, never>;
|
25
77
|
}
|
@@ -1,9 +1,13 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./selection-list.component";
|
3
|
-
import * as i2 from "@
|
4
|
-
import * as i3 from "@
|
3
|
+
import * as i2 from "@angular/common";
|
4
|
+
import * as i3 from "@angular/forms";
|
5
|
+
import * as i4 from "@acorex/components/check-box";
|
6
|
+
import * as i5 from "@acorex/components/radio";
|
7
|
+
import * as i6 from "@acorex/components/label";
|
8
|
+
import * as i7 from "@acorex/components/form";
|
5
9
|
export declare class AXSelectionListModule {
|
6
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectionListModule, [typeof i1.AXSelectionListComponent], [typeof i2.
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectionListModule, [typeof i1.AXSelectionListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXCheckBoxModule, typeof i5.AXRadioModule, typeof i6.AXLabelModule, typeof i7.AXFormModule], [typeof i1.AXSelectionListComponent]>;
|
8
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectionListModule>;
|
9
13
|
}
|
@@ -1,11 +1,12 @@
|
|
1
|
-
import { AXClickEvent, MXInteractiveComponent } from '@acorex/components/common';
|
1
|
+
import { AXClickEvent, MXColorComponent, MXInteractiveComponent } from '@acorex/components/common';
|
2
2
|
import { ElementRef } from '@angular/core';
|
3
3
|
import { IsActiveMatchOptions, UrlTree } from '@angular/router';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class AXSideMenuItemClickEvent extends AXClickEvent {
|
6
6
|
handled: boolean;
|
7
7
|
}
|
8
|
-
|
8
|
+
declare const AXSideMenuItemComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorComponent]>;
|
9
|
+
export declare class AXSideMenuItemComponent extends AXSideMenuItemComponent_base {
|
9
10
|
private elem;
|
10
11
|
text: import("@angular/core").ModelSignal<string>;
|
11
12
|
active: import("@angular/core").ModelSignal<boolean>;
|
@@ -25,6 +26,8 @@ export declare class AXSideMenuItemComponent extends MXInteractiveComponent {
|
|
25
26
|
toggle(): void;
|
26
27
|
open(): void;
|
27
28
|
close(): void;
|
29
|
+
private get __hostClass();
|
28
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuItemComponent, never>;
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuItemComponent, "ax-side-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; "routerLinkActive": { "alias": "routerLinkActive"; "required": false; "isSignal": true; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "text": "textChange"; "active": "activeChange"; "isLoading": "isLoadingChange"; "isCollapsed": "isCollapsedChange"; "onClick": "onClick"; }, never, ["ax-title", "ax-side-menu-item, ng-container", "ax-divider", "ax-prefix", "*", "ax-suffix"], false, never>;
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuItemComponent, "ax-side-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "routerLink": { "alias": "routerLink"; "required": false; "isSignal": true; }; "routerLinkActive": { "alias": "routerLinkActive"; "required": false; "isSignal": true; }; "routerLinkActiveOptions": { "alias": "routerLinkActiveOptions"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "text": "textChange"; "active": "activeChange"; "isLoading": "isLoadingChange"; "isCollapsed": "isCollapsedChange"; "onClick": "onClick"; }, never, ["ax-title", "ax-side-menu-item, ng-container", "ax-divider", "ax-prefix", "*", "ax-suffix"], false, never>;
|
30
32
|
}
|
33
|
+
export {};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { NXComponent } from '@acorex/components/common';
|
1
|
+
import { AXStyleColorType, NXComponent } from '@acorex/components/common';
|
2
2
|
import { IsActiveMatchOptions, UrlTree } from '@angular/router';
|
3
3
|
import { AXSideMenuItemComponent } from './side-menu-item/side-menu-item.component';
|
4
4
|
import * as i0 from "@angular/core";
|
@@ -14,6 +14,7 @@ export type AXSideMenuItem = {
|
|
14
14
|
href?: string;
|
15
15
|
target?: '_blank' | '_self' | '_parent' | '_top';
|
16
16
|
text: string;
|
17
|
+
color?: AXStyleColorType;
|
17
18
|
active?: boolean;
|
18
19
|
disabled?: boolean;
|
19
20
|
isLoading?: boolean;
|
package/tabs/lib/tabs.class.d.ts
CHANGED
@@ -4,5 +4,5 @@ export declare class AXTabStripChangedEvent extends AXEvent {
|
|
4
4
|
tab: AXTabItemComponent;
|
5
5
|
index: number;
|
6
6
|
}
|
7
|
-
export type AXTabLook = 'default' | 'pills' | 'pills-color' | 'with-line' | 'with-line-color' | 'classic';
|
7
|
+
export type AXTabLook = 'default' | 'pills' | 'pills-color' | 'with-line' | 'with-line-color' | 'classic' | 'custom';
|
8
8
|
export type AXTabLocation = 'top' | 'bottom' | 'start' | 'end';
|
@@ -29,13 +29,9 @@ export declare class AXTextAreaComponent extends AXTextAreaComponent_base {
|
|
29
29
|
* Specifies the maximum number of characters allowed in the input field.
|
30
30
|
*/
|
31
31
|
maxLength: number;
|
32
|
-
/**
|
33
|
-
* CSS classes to apply to the component.
|
34
|
-
*/
|
35
|
-
classNames: string;
|
36
32
|
/** @ignore */
|
37
33
|
protected _handleModelChange(value: string | null): void;
|
38
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTextAreaComponent, never>;
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXTextAreaComponent, "ax-text-area", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "look": { "alias": "look"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "allowResize": { "alias": "allowResize"; "required": false; }; "showCounter": { "alias": "showCounter"; "required": false; };
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTextAreaComponent, "ax-text-area", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "look": { "alias": "look"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "allowResize": { "alias": "allowResize"; "required": false; }; "showCounter": { "alias": "showCounter"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-validation-rule"], false, never>;
|
40
36
|
}
|
41
37
|
export {};
|