@acorex/components 20.1.29 → 20.1.33
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/code-editor/README.md +3 -0
- package/code-editor/index.d.ts +103 -0
- package/comment/index.d.ts +4 -5
- package/conversation/index.d.ts +106 -78
- package/data-pager/index.d.ts +12 -12
- package/data-table/index.d.ts +1 -1
- package/datetime-box/index.d.ts +10 -10
- package/drawer-2/index.d.ts +7 -8
- package/dropdown/index.d.ts +3 -3
- package/fesm2022/acorex-components-accordion.mjs +10 -10
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +10 -10
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +7 -7
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +7 -7
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-autocomplete.mjs +7 -7
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +10 -10
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +7 -7
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +10 -10
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +10 -10
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +13 -13
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +13 -13
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +7 -7
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +7 -7
- 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-code-editor.mjs +591 -0
- package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
- package/fesm2022/acorex-components-collapse.mjs +10 -10
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +7 -7
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +30 -30
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +36 -36
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +119 -87
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +46 -46
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +31 -31
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +37 -37
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +11 -11
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +7 -7
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +7 -7
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +25 -25
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +10 -10
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer-2.mjs +13 -14
- package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +13 -13
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +7 -7
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +13 -13
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-file-explorer.mjs +25 -25
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
- package/fesm2022/acorex-components-flow-chart.mjs +16 -16
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +16 -16
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +10 -10
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +40 -34
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +7 -7
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +7 -7
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kanban.mjs +3 -3
- package/fesm2022/acorex-components-kanban.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +6 -6
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +7 -7
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +7 -7
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +10 -10
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +16 -16
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +13 -13
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +34 -34
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +19 -19
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-CmzrV-vD.mjs → acorex-components-modal-acorex-components-modal-BdrQgtUV.mjs} +21 -21
- package/fesm2022/{acorex-components-modal-acorex-components-modal-CmzrV-vD.mjs.map → acorex-components-modal-acorex-components-modal-BdrQgtUV.mjs.map} +1 -1
- package/fesm2022/{acorex-components-modal-modal-content.component-CaZfLUuL.mjs → acorex-components-modal-modal-content.component-DTrjX50k.mjs} +24 -8
- package/fesm2022/acorex-components-modal-modal-content.component-DTrjX50k.mjs.map +1 -0
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-navbar.mjs +7 -7
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +10 -10
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box-2.mjs +8 -5
- package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +7 -7
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +7 -7
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +10 -10
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +27 -27
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +13 -16
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
- package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +7 -7
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +13 -13
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +7 -7
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +10 -10
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +7 -7
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs +7 -7
- package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +7 -7
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +7 -7
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +13 -13
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +11 -7
- 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-rest-api-generator.mjs +22 -22
- package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +7 -7
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +7 -7
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-rrule.mjs +6 -6
- package/fesm2022/acorex-components-rrule.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +31 -31
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs +4 -4
- package/fesm2022/acorex-components-scss.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +7 -7
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +7 -7
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list-2.mjs +8 -8
- package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +7 -7
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +13 -13
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +7 -7
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +7 -7
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +15 -15
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +13 -13
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +10 -10
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +13 -13
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +23 -7
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +7 -7
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +8 -9
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +10 -10
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +7 -7
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +13 -10
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +57 -12
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +7 -7
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +10 -10
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +10 -10
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +252 -56
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs +7 -7
- package/fesm2022/acorex-components-video-player.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +31 -31
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/form/index.d.ts +13 -13
- package/image/index.d.ts +4 -4
- package/image-editor/index.d.ts +10 -4
- package/menu/index.d.ts +6 -6
- package/modal/index.d.ts +1 -0
- package/number-box-2/index.d.ts +1 -1
- package/package.json +40 -16
- package/paint/index.d.ts +5 -5
- package/password-box/index.d.ts +1 -4
- package/phone-box/index.d.ts +7 -8
- package/popover/index.d.ts +1 -1
- package/popup/index.d.ts +2 -2
- package/qrcode/index.d.ts +7 -7
- package/query-builder/index.d.ts +1 -1
- package/range-slider/index.d.ts +13 -13
- package/rate-picker/index.d.ts +4 -4
- package/rest-api-generator/index.d.ts +1 -1
- package/search-box/index.d.ts +2 -2
- package/select-box/index.d.ts +2 -2
- package/selection-list-2/index.d.ts +3 -3
- package/side-menu/index.d.ts +9 -9
- package/sliding-item/index.d.ts +4 -5
- package/tag-box/index.d.ts +16 -0
- package/text-area/index.d.ts +1 -2
- package/time-line/index.d.ts +3 -0
- package/toast/index.d.ts +45 -1
- package/uploader/index.d.ts +215 -5
- package/fesm2022/acorex-components-modal-modal-content.component-CaZfLUuL.mjs.map +0 -1
package/search-box/index.d.ts
CHANGED
@@ -29,13 +29,13 @@ declare class AXSearchBoxComponent extends AXSearchBoxComponent_base {
|
|
29
29
|
* @defaultValue 500
|
30
30
|
*/
|
31
31
|
delayTime: number;
|
32
|
-
type: i0.InputSignal<string>;
|
32
|
+
readonly type: i0.InputSignal<string>;
|
33
33
|
/**
|
34
34
|
* Handles changes to the model and triggers a search in the parent component if available.
|
35
35
|
*
|
36
36
|
* @param {string} value
|
37
37
|
*/
|
38
|
-
_handleModelChange(value: string): void;
|
38
|
+
protected _handleModelChange(value: string): void;
|
39
39
|
/** @ignore */
|
40
40
|
get __hostClass(): string[];
|
41
41
|
private get __hostName();
|
package/select-box/index.d.ts
CHANGED
@@ -31,13 +31,13 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
|
|
31
31
|
*
|
32
32
|
* @defaultValue true
|
33
33
|
*/
|
34
|
-
isItemTruncated: i0.InputSignal<boolean>;
|
34
|
+
readonly isItemTruncated: i0.InputSignal<boolean>;
|
35
35
|
/**
|
36
36
|
* Determines if a tooltip is shown for an item.
|
37
37
|
*
|
38
38
|
* @defaultValue false
|
39
39
|
*/
|
40
|
-
showItemTooltip: i0.InputSignal<boolean>;
|
40
|
+
readonly showItemTooltip: i0.InputSignal<boolean>;
|
41
41
|
/** @ignore */
|
42
42
|
private hotKeyService;
|
43
43
|
/** @ignore */
|
@@ -23,9 +23,9 @@ type AXSelectionList2Item = {
|
|
23
23
|
* @category Components
|
24
24
|
*/
|
25
25
|
declare class AXSelectionList2Component extends MXSelectionValueComponent {
|
26
|
-
direction: i0.InputSignal<AXDirection>;
|
27
|
-
customTemplate: i0.InputSignal<TemplateRef<unknown>>;
|
28
|
-
look: i0.InputSignal<AXSelectionListLook>;
|
26
|
+
readonly direction: i0.InputSignal<AXDirection>;
|
27
|
+
readonly customTemplate: i0.InputSignal<TemplateRef<unknown>>;
|
28
|
+
readonly look: i0.InputSignal<AXSelectionListLook>;
|
29
29
|
protected changeState(e: AXSelectionGroupSelectedKeys): void;
|
30
30
|
private _showControl;
|
31
31
|
get showControl(): boolean;
|
package/side-menu/index.d.ts
CHANGED
@@ -18,17 +18,17 @@ declare class AXSideMenuItemComponent extends MXInteractiveComponent {
|
|
18
18
|
isLoading: _angular_core.ModelSignal<boolean>;
|
19
19
|
isCollapsed: _angular_core.ModelSignal<boolean>;
|
20
20
|
onClick: _angular_core.OutputEmitterRef<AXSideMenuItemClickEvent>;
|
21
|
-
toggleOnClick: _angular_core.InputSignal<boolean>;
|
22
|
-
href: _angular_core.InputSignal<string>;
|
23
|
-
routerLink: _angular_core.InputSignal<string | any[] | UrlTree>;
|
24
|
-
routerLinkActive: _angular_core.InputSignal<string | string[]>;
|
25
|
-
routerLinkActiveOptions: _angular_core.InputSignal<{
|
21
|
+
readonly toggleOnClick: _angular_core.InputSignal<boolean>;
|
22
|
+
readonly href: _angular_core.InputSignal<string>;
|
23
|
+
readonly routerLink: _angular_core.InputSignal<string | any[] | UrlTree>;
|
24
|
+
readonly routerLinkActive: _angular_core.InputSignal<string | string[]>;
|
25
|
+
readonly routerLinkActiveOptions: _angular_core.InputSignal<{
|
26
26
|
exact: boolean;
|
27
27
|
} | IsActiveMatchOptions>;
|
28
|
-
target: _angular_core.InputSignal<"_blank" | "_self" | "_parent" | "_top">;
|
28
|
+
readonly target: _angular_core.InputSignal<"_blank" | "_self" | "_parent" | "_top">;
|
29
29
|
protected hasChild: _angular_core.WritableSignal<boolean>;
|
30
30
|
constructor();
|
31
|
-
_handleClickEvent(e: MouseEvent): void;
|
31
|
+
protected _handleClickEvent(e: MouseEvent): void;
|
32
32
|
toggle(): void;
|
33
33
|
open(): void;
|
34
34
|
close(): void;
|
@@ -64,8 +64,8 @@ type AXSideMenuItem = {
|
|
64
64
|
*/
|
65
65
|
declare class AXSideMenuComponent extends NXComponent {
|
66
66
|
items: _angular_core.ModelSignal<AXSideMenuItem[]>;
|
67
|
-
look: _angular_core.InputSignal<AXSideMenuLook>;
|
68
|
-
location: _angular_core.InputSignal<AXSideMenuLocation>;
|
67
|
+
readonly look: _angular_core.InputSignal<AXSideMenuLook>;
|
68
|
+
readonly location: _angular_core.InputSignal<AXSideMenuLocation>;
|
69
69
|
children: _angular_core.Signal<readonly AXSideMenuItemComponent[]>;
|
70
70
|
/** @ignore */
|
71
71
|
private get __hostClass();
|
package/sliding-item/index.d.ts
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
2
2
|
import { ElementRef } from '@angular/core';
|
3
3
|
import { AXStyleColorType, AXClickEvent } from '@acorex/cdk/common';
|
4
|
-
import * as i1 from '@acorex/
|
4
|
+
import * as i1 from '@acorex/components/decorators';
|
5
5
|
import { AXSlidingItemDirective } from '@acorex/cdk/sliding-item';
|
6
|
-
import * as i2 from '@acorex/components/decorators';
|
7
6
|
|
8
7
|
declare class AXSlidingItemPrefixComponent {
|
9
|
-
color: _angular_core.InputSignal<AXStyleColorType>;
|
10
|
-
text: _angular_core.InputSignal<string | number>;
|
8
|
+
readonly color: _angular_core.InputSignal<AXStyleColorType>;
|
9
|
+
readonly text: _angular_core.InputSignal<string | number>;
|
11
10
|
onClick: _angular_core.OutputEmitterRef<AXClickEvent>;
|
12
11
|
private get __hostClass();
|
13
12
|
_onclick(): void;
|
@@ -38,7 +37,7 @@ declare class AXSlidingItemComponent {
|
|
38
37
|
|
39
38
|
declare class AXSlidingItemModule {
|
40
39
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSlidingItemModule, never>;
|
41
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXSlidingItemModule, never, [typeof i1.
|
40
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXSlidingItemModule, never, [typeof i1.AXDecoratorModule, typeof AXSlidingItemComponent, typeof AXSlidingItemPrefixComponent, typeof AXSlidingItemSuffixComponent], [typeof AXSlidingItemComponent, typeof AXSlidingItemPrefixComponent, typeof AXSlidingItemSuffixComponent]>;
|
42
41
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXSlidingItemModule>;
|
43
42
|
}
|
44
43
|
|
package/tag-box/index.d.ts
CHANGED
@@ -23,8 +23,24 @@ declare class AXTagBoxComponent extends AXTagBoxComponent_base implements OnInit
|
|
23
23
|
allowDuplicateValues: _angular_core.InputSignal<boolean>;
|
24
24
|
inputValue: _angular_core.WritableSignal<string>;
|
25
25
|
ngOnInit(): void;
|
26
|
+
/**
|
27
|
+
* Adds items to the tag box.
|
28
|
+
*
|
29
|
+
* @param items - Array of objects to add as tags
|
30
|
+
*/
|
26
31
|
addItems(items: object[]): void;
|
32
|
+
/**
|
33
|
+
* Removes a tag at the specified index.
|
34
|
+
*
|
35
|
+
* @param index - Index of the tag to remove
|
36
|
+
*/
|
27
37
|
removeItem(index: number): void;
|
38
|
+
/**
|
39
|
+
* Converts input values to tag objects.
|
40
|
+
*
|
41
|
+
* @param v - Value to convert (string, object, or array)
|
42
|
+
* @returns Array of tag objects
|
43
|
+
*/
|
28
44
|
convertString(v: unknown): object[];
|
29
45
|
protected internalSetValue(value: any): unknown[];
|
30
46
|
protected internalSetValue(value: any): any;
|
package/text-area/index.d.ts
CHANGED
@@ -11,8 +11,7 @@ declare const AXTextAreaComponent_base: polytype.Polytype.ClusteredConstructor<[
|
|
11
11
|
ɵprov: i0.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
12
12
|
}, typeof MXLookComponent]>;
|
13
13
|
/**
|
14
|
-
*
|
15
|
-
* This component provides the main scheduler functionality, integrating various views and handling scheduling operations.
|
14
|
+
* A component that provides a multi-line text input field with support for resizing, validation, and custom styling.
|
16
15
|
*/
|
17
16
|
declare class AXTextAreaComponent extends AXTextAreaComponent_base {
|
18
17
|
/** @ignore */
|
package/time-line/index.d.ts
CHANGED
@@ -17,6 +17,9 @@ declare class AXTimeLineItemComponent {
|
|
17
17
|
isCollapsed: i0.ModelSignal<boolean>;
|
18
18
|
mode: i0.WritableSignal<AXTimeLineMode>;
|
19
19
|
constructor();
|
20
|
+
/**
|
21
|
+
* Handles the click event on the time line item header to toggle collapsed state.
|
22
|
+
*/
|
20
23
|
handleClick(): void;
|
21
24
|
get __hostClass(): string[];
|
22
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTimeLineItemComponent, never>;
|
package/toast/index.d.ts
CHANGED
@@ -50,14 +50,53 @@ declare class AXToastService {
|
|
50
50
|
private moreToastsConfig;
|
51
51
|
scrollStrategy: ScrollStrategy;
|
52
52
|
constructor();
|
53
|
+
/**
|
54
|
+
* Shows a primary toast notification.
|
55
|
+
*
|
56
|
+
* @param content - The message content to display.
|
57
|
+
*/
|
53
58
|
primary(content: string): void;
|
59
|
+
/**
|
60
|
+
* Shows a secondary toast notification.
|
61
|
+
*
|
62
|
+
* @param content - The message content to display.
|
63
|
+
*/
|
54
64
|
secondary(content: string): void;
|
65
|
+
/**
|
66
|
+
* Shows a success toast notification.
|
67
|
+
*
|
68
|
+
* @param content - The message content to display.
|
69
|
+
*/
|
55
70
|
success(content: string): void;
|
71
|
+
/**
|
72
|
+
* Shows a warning toast notification.
|
73
|
+
*
|
74
|
+
* @param content - The message content to display.
|
75
|
+
*/
|
56
76
|
warning(content: string): void;
|
77
|
+
/**
|
78
|
+
* Shows a danger toast notification.
|
79
|
+
*
|
80
|
+
* @param content - The message content to display.
|
81
|
+
*/
|
57
82
|
danger(content: string): void;
|
83
|
+
/**
|
84
|
+
* Shows a default toast notification.
|
85
|
+
*
|
86
|
+
* @param content - The message content to display.
|
87
|
+
*/
|
58
88
|
default(content: string): void;
|
89
|
+
/**
|
90
|
+
* Shows a toast notification with the specified configuration.
|
91
|
+
*
|
92
|
+
* @param config - The toast display configuration.
|
93
|
+
* @returns AXToastRef - Reference to the created toast for programmatic control.
|
94
|
+
*/
|
59
95
|
show(config: AXToastDisplayConfig): AXToastRef;
|
60
96
|
private displayToast;
|
97
|
+
/**
|
98
|
+
* Hides all active toast notifications.
|
99
|
+
*/
|
61
100
|
hideAll(): void;
|
62
101
|
private handleShowReservedToast;
|
63
102
|
private handleReservedToastCounter;
|
@@ -97,8 +136,13 @@ declare class AXToastComponent extends MXBaseComponent implements OnInit {
|
|
97
136
|
_handleButtonClick(button: AXButtonItem): void;
|
98
137
|
/** @ignore */
|
99
138
|
private get __hostClass();
|
100
|
-
/**
|
139
|
+
/**
|
140
|
+
* Closes the toast notification.
|
141
|
+
*/
|
101
142
|
close(): void;
|
143
|
+
/**
|
144
|
+
* Closes all toast notifications.
|
145
|
+
*/
|
102
146
|
closeAll(): void;
|
103
147
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXToastComponent, never>;
|
104
148
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXToastComponent, "ax-toast", never, {}, {}, never, never, true, never>;
|
package/uploader/index.d.ts
CHANGED
@@ -14,11 +14,34 @@ import * as i8 from '@acorex/core/date-time';
|
|
14
14
|
import * as i9 from '@acorex/components/circular-progress';
|
15
15
|
import * as i10 from '@acorex/components/popup';
|
16
16
|
|
17
|
+
/**
|
18
|
+
* A directive that provides browse functionality for file uploads.
|
19
|
+
* When applied to an element, clicking it will trigger the file browser dialog.
|
20
|
+
* @category Directives
|
21
|
+
*/
|
17
22
|
declare class AXUploaderBrowseDirective implements OnInit, OnDestroy {
|
23
|
+
/**
|
24
|
+
* The uploader zone directive instance.
|
25
|
+
* @ignore
|
26
|
+
*/
|
18
27
|
private uploaderZone;
|
28
|
+
/**
|
29
|
+
* The element reference for the directive host.
|
30
|
+
* @ignore
|
31
|
+
*/
|
19
32
|
private elemenrRef;
|
33
|
+
/**
|
34
|
+
* Initializes the directive by adding click event listener and data attribute.
|
35
|
+
*/
|
20
36
|
ngOnInit(): void;
|
37
|
+
/**
|
38
|
+
* Cleans up the directive by removing event listeners.
|
39
|
+
*/
|
21
40
|
ngOnDestroy(): void;
|
41
|
+
/**
|
42
|
+
* Handles the click event to trigger file browser.
|
43
|
+
* @private
|
44
|
+
*/
|
22
45
|
private handleClick;
|
23
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderBrowseDirective, never>;
|
24
47
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AXUploaderBrowseDirective, "[axUploaderBrowseHandle]", never, {}, {}, never, never, true, never>;
|
@@ -29,7 +52,10 @@ declare class AXUploaderBrowseDirective implements OnInit, OnDestroy {
|
|
29
52
|
* @category Components
|
30
53
|
*/
|
31
54
|
declare class AXUploaderDialogContainerComponent {
|
32
|
-
/**
|
55
|
+
/**
|
56
|
+
* The parent closable component instance.
|
57
|
+
* @ignore
|
58
|
+
*/
|
33
59
|
private parent;
|
34
60
|
/**
|
35
61
|
* Indicates whether the component is in a collapsed state.
|
@@ -53,7 +79,15 @@ declare class AXUploaderDialogContainerComponent {
|
|
53
79
|
* @category Components
|
54
80
|
*/
|
55
81
|
declare class AXUploaderDropZoneComponent extends MXBaseComponent {
|
82
|
+
/**
|
83
|
+
* Description text for the drop zone.
|
84
|
+
* @defaultValue ''
|
85
|
+
*/
|
56
86
|
description: i0.InputSignal<string>;
|
87
|
+
/**
|
88
|
+
* Prevents page refresh on drag and drop operations.
|
89
|
+
* @returns false to prevent default refresh behavior
|
90
|
+
*/
|
57
91
|
preventRefresh(): boolean;
|
58
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderDropZoneComponent, never>;
|
59
93
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXUploaderDropZoneComponent, "ax-uploader-drop-zone", never, { "description": { "alias": "description"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
@@ -110,29 +144,106 @@ declare class AXUploadRequest {
|
|
110
144
|
finish(data?: any): void;
|
111
145
|
}
|
112
146
|
|
147
|
+
/**
|
148
|
+
* Service for managing file uploads with drag-and-drop support, progress tracking, and dialog management.
|
149
|
+
* @category Services
|
150
|
+
*/
|
113
151
|
declare class AXUploaderService {
|
152
|
+
/**
|
153
|
+
* Popup service for showing upload dialogs.
|
154
|
+
* @ignore
|
155
|
+
*/
|
114
156
|
private popupService;
|
157
|
+
/**
|
158
|
+
* Translation service for localized text.
|
159
|
+
* @ignore
|
160
|
+
*/
|
115
161
|
private translateService;
|
162
|
+
/**
|
163
|
+
* File service for file operations.
|
164
|
+
* @ignore
|
165
|
+
*/
|
116
166
|
private fileService;
|
117
|
-
|
118
|
-
|
167
|
+
/**
|
168
|
+
* Behavior subject for managing upload requests.
|
169
|
+
* @ignore
|
170
|
+
*/
|
171
|
+
private readonly _files$;
|
172
|
+
/**
|
173
|
+
* Gets the files behavior subject for observing upload requests.
|
174
|
+
*/
|
175
|
+
readonly files: rxjs.Observable<AXUploadRequest[]>;
|
176
|
+
/**
|
177
|
+
* Subject for file upload start events.
|
178
|
+
*/
|
119
179
|
readonly onFileUploadStart: Subject<AXUploaderFileStartEvent>;
|
180
|
+
/**
|
181
|
+
* Subject for file upload complete events.
|
182
|
+
*/
|
120
183
|
readonly onFileUploadComplete: Subject<AXUploaderFileCompleteEvent>;
|
184
|
+
/**
|
185
|
+
* Subject for all files upload complete events.
|
186
|
+
*/
|
121
187
|
readonly onFilesUploadComplete: Subject<AXUploaderFilesCompleteEvent>;
|
188
|
+
/**
|
189
|
+
* Subject for file upload canceled events.
|
190
|
+
*/
|
122
191
|
readonly onFileUploadCanceled: Subject<AXUploaderFileCancelEvent>;
|
123
|
-
|
192
|
+
/**
|
193
|
+
* Signal indicating if any upload has determined progress.
|
194
|
+
*/
|
195
|
+
readonly isAnyDetermined: i0.Signal<boolean>;
|
196
|
+
/**
|
197
|
+
* Observable for total estimated upload time.
|
198
|
+
*/
|
124
199
|
readonly totalEstimateTime: rxjs.Observable<number>;
|
200
|
+
/**
|
201
|
+
* Shows the upload dialog with the list of files.
|
202
|
+
* @private
|
203
|
+
*/
|
125
204
|
private showDialog;
|
205
|
+
/**
|
206
|
+
* Converts a File object to an AXUploadRequest.
|
207
|
+
* @private
|
208
|
+
*/
|
126
209
|
private convertFileToRequest;
|
210
|
+
/**
|
211
|
+
* Starts uploading files that are in 'new' status.
|
212
|
+
* @private
|
213
|
+
*/
|
127
214
|
private startUpload;
|
215
|
+
/**
|
216
|
+
* Binds event handlers to an upload request.
|
217
|
+
* @private
|
218
|
+
*/
|
128
219
|
private bindEvents;
|
220
|
+
/**
|
221
|
+
* Opens the file browser dialog and returns selected files as upload requests.
|
222
|
+
* @param options - Configuration options for file selection
|
223
|
+
* @returns Promise that resolves to an array of upload requests
|
224
|
+
*/
|
129
225
|
browse(options?: {
|
130
226
|
multiple?: boolean;
|
131
227
|
accept?: string;
|
132
228
|
}): Promise<AXUploadRequest[]>;
|
229
|
+
/**
|
230
|
+
* Adds files to the upload queue and starts the upload process.
|
231
|
+
* @param files - Files to add to the upload queue
|
232
|
+
* @returns Promise that resolves to an array of upload requests
|
233
|
+
*/
|
133
234
|
add(files: FileList | File[]): Promise<AXUploadRequest[]>;
|
235
|
+
/**
|
236
|
+
* Cancels all pending and in-progress uploads.
|
237
|
+
*/
|
134
238
|
cancelAll(): Promise<void>;
|
239
|
+
/**
|
240
|
+
* Clears all completed uploads from the queue.
|
241
|
+
*/
|
135
242
|
clearAll(): void;
|
243
|
+
/**
|
244
|
+
* Removes a specific upload request from the queue.
|
245
|
+
* @param item - The upload request to remove
|
246
|
+
*/
|
136
247
|
remove(item: AXUploadRequest): void;
|
137
248
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderService, never>;
|
138
249
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXUploaderService>;
|
@@ -143,36 +254,135 @@ declare class AXUploaderService {
|
|
143
254
|
* @category Components
|
144
255
|
*/
|
145
256
|
declare class AXUploaderListComponent {
|
146
|
-
/**
|
257
|
+
/**
|
258
|
+
* The uploader service instance for managing file uploads.
|
259
|
+
* @ignore
|
260
|
+
*/
|
147
261
|
protected uploadService: AXUploaderService;
|
148
262
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderListComponent, never>;
|
149
263
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXUploaderListComponent, "ax-uploader-list", never, {}, {}, never, never, true, never>;
|
150
264
|
}
|
151
265
|
|
266
|
+
/**
|
267
|
+
* A directive that provides drag-and-drop and file upload functionality.
|
268
|
+
* When applied to an element, it enables drag-and-drop file uploads and file browsing.
|
269
|
+
* @category Directives
|
270
|
+
*/
|
152
271
|
declare class AXUploaderZoneDirective implements OnDestroy {
|
272
|
+
/**
|
273
|
+
* The element reference for the directive host.
|
274
|
+
* @ignore
|
275
|
+
*/
|
153
276
|
private elementRef;
|
277
|
+
/**
|
278
|
+
* Whether multiple files can be selected.
|
279
|
+
* @defaultValue true
|
280
|
+
*/
|
154
281
|
multiple: boolean;
|
282
|
+
/**
|
283
|
+
* File types that are accepted for upload.
|
284
|
+
* @defaultValue null
|
285
|
+
*/
|
155
286
|
accept: string;
|
287
|
+
/**
|
288
|
+
* Change detector reference.
|
289
|
+
* @ignore
|
290
|
+
*/
|
156
291
|
private cdr;
|
292
|
+
/**
|
293
|
+
* Document reference.
|
294
|
+
* @ignore
|
295
|
+
*/
|
157
296
|
private document;
|
297
|
+
/**
|
298
|
+
* Platform ID for browser detection.
|
299
|
+
* @ignore
|
300
|
+
*/
|
158
301
|
private platformID;
|
302
|
+
/**
|
303
|
+
* Upload service instance.
|
304
|
+
* @ignore
|
305
|
+
*/
|
159
306
|
private uploadService;
|
307
|
+
/**
|
308
|
+
* Unsubscriber service instance.
|
309
|
+
* @ignore
|
310
|
+
*/
|
160
311
|
private unsubscriber;
|
312
|
+
/**
|
313
|
+
* Translation service instance.
|
314
|
+
* @ignore
|
315
|
+
*/
|
161
316
|
private translateService;
|
317
|
+
/**
|
318
|
+
* The host element.
|
319
|
+
* @ignore
|
320
|
+
*/
|
162
321
|
private element;
|
322
|
+
/**
|
323
|
+
* Emitted when files are changed (added, removed, etc.).
|
324
|
+
*/
|
163
325
|
onChanged: EventEmitter<AXUploaderChangedEvent>;
|
326
|
+
/**
|
327
|
+
* Emitted when a single file upload is completed.
|
328
|
+
*/
|
164
329
|
onFileUploadComplete: EventEmitter<AXUploaderFileCompleteEvent>;
|
330
|
+
/**
|
331
|
+
* Emitted when all files upload is completed.
|
332
|
+
*/
|
165
333
|
onFilesUploadComplete: EventEmitter<AXUploaderFilesCompleteEvent>;
|
334
|
+
/**
|
335
|
+
* CSS class for the overlay state.
|
336
|
+
* @ignore
|
337
|
+
*/
|
166
338
|
stateClass: string;
|
339
|
+
/**
|
340
|
+
* The overlay element for drag and drop visual feedback.
|
341
|
+
* @ignore
|
342
|
+
*/
|
167
343
|
overlayElement: HTMLDivElement;
|
344
|
+
/**
|
345
|
+
* Initializes the directive with event listeners and service subscriptions.
|
346
|
+
*/
|
168
347
|
constructor();
|
348
|
+
/**
|
349
|
+
* Cleans up event listeners when the directive is destroyed.
|
350
|
+
*/
|
169
351
|
ngOnDestroy(): void;
|
352
|
+
/**
|
353
|
+
* Handles drag enter events to show the upload overlay.
|
354
|
+
* @private
|
355
|
+
*/
|
170
356
|
private handleDragEnter;
|
357
|
+
/**
|
358
|
+
* Handles drop events to process dropped files.
|
359
|
+
* @private
|
360
|
+
*/
|
171
361
|
private handleOnDrop;
|
362
|
+
/**
|
363
|
+
* Handles drag over events to allow dropping.
|
364
|
+
* @private
|
365
|
+
*/
|
172
366
|
private handleDragOver;
|
367
|
+
/**
|
368
|
+
* Creates the visual overlay for drag and drop feedback.
|
369
|
+
* @private
|
370
|
+
*/
|
173
371
|
private createZone;
|
372
|
+
/**
|
373
|
+
* Removes the visual overlay for drag and drop feedback.
|
374
|
+
* @private
|
375
|
+
*/
|
174
376
|
private removeZone;
|
377
|
+
/**
|
378
|
+
* Opens the file browser dialog and processes selected files.
|
379
|
+
* @returns Promise that resolves when files are processed
|
380
|
+
*/
|
175
381
|
browser(): Promise<void>;
|
382
|
+
/**
|
383
|
+
* Host binding for CSS class.
|
384
|
+
* @ignore
|
385
|
+
*/
|
176
386
|
get __hostClass(): string;
|
177
387
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderZoneDirective, never>;
|
178
388
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AXUploaderZoneDirective, "[axUploaderZone]", never, { "multiple": { "alias": "multiple"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; }, { "onChanged": "onChanged"; "onFileUploadComplete": "onFileUploadComplete"; "onFilesUploadComplete": "onFilesUploadComplete"; }, never, never, true, never>;
|