@acorex/components 20.2.0-next.2 → 20.2.0-next.21
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/action-sheet/index.d.ts +57 -10
- package/alert/index.d.ts +2 -4
- package/autocomplete/index.d.ts +7 -2
- package/avatar/index.d.ts +12 -6
- package/badge/index.d.ts +1 -2
- package/bottom-navigation/index.d.ts +10 -2
- package/breadcrumbs/index.d.ts +17 -4
- package/button/index.d.ts +56 -17
- package/button-group/index.d.ts +8 -5
- package/calendar/index.d.ts +28 -16
- package/check-box/index.d.ts +2 -5
- package/chips/index.d.ts +1 -2
- package/circular-progress/index.d.ts +23 -18
- package/collapse/index.d.ts +7 -6
- package/color-box/index.d.ts +5 -8
- package/color-palette/index.d.ts +19 -24
- package/comment/index.d.ts +8 -8
- package/conversation/index.d.ts +1 -0
- package/cron-job/index.d.ts +5 -4
- package/data-list/README.md +356 -0
- package/data-list/index.d.ts +102 -0
- package/data-pager/index.d.ts +10 -5
- package/datetime-box/index.d.ts +2 -7
- package/datetime-input/index.d.ts +2 -4
- package/datetime-picker/index.d.ts +9 -10
- package/dropdown/index.d.ts +41 -0
- package/fesm2022/acorex-components-accordion.mjs +10 -10
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +78 -48
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +12 -14
- 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 +32 -10
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +23 -18
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +9 -10
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +17 -13
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +36 -20
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +31 -22
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +77 -34
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +100 -53
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +11 -13
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +9 -10
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +31 -26
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +20 -18
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +34 -30
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +55 -75
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +38 -38
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +58 -52
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +54 -48
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-list.mjs +386 -0
- package/fesm2022/acorex-components-data-list.mjs.map +1 -0
- package/fesm2022/acorex-components-data-pager.mjs +41 -36
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +40 -40
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +22 -31
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +17 -14
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +98 -45
- 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 +12 -12
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer-2.mjs +10 -10
- 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 +9 -9
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +57 -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 +40 -16
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +26 -17
- 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 +8 -8
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kanban.mjs +11 -7
- package/fesm2022/acorex-components-kanban.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +20 -13
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +9 -9
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +27 -19
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +40 -22
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +76 -18
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +534 -115
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +37 -37
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +48 -22
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs} +101 -22
- package/fesm2022/acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs.map +1 -0
- package/fesm2022/{acorex-components-modal-modal-content.component-DfhgA_WL.mjs → acorex-components-modal-modal-content.component-Bt8c43qi.mjs} +5 -5
- package/fesm2022/{acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map → acorex-components-modal-modal-content.component-Bt8c43qi.mjs.map} +1 -1
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-navbar.mjs +13 -8
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +16 -13
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box-2.mjs +13 -7
- package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +16 -10
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +9 -9
- 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 +31 -25
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +20 -14
- 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 +22 -13
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +26 -16
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +8 -13
- 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 +8 -8
- 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 +8 -8
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +24 -13
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +9 -9
- 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 +173 -85
- 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 +13 -7
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +117 -38
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
- package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +14 -11
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +98 -43
- 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 +9 -9
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +14 -14
- 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 +12 -12
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +20 -18
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +39 -21
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +8 -8
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +16 -10
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +19 -13
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +41 -65
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +10 -10
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +12 -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 +14 -13
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +11 -11
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +22 -22
- 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 +65 -61
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/flow-chart/index.d.ts +24 -0
- package/form/index.d.ts +4 -0
- package/image-editor/index.d.ts +1 -0
- package/json-viewer/index.d.ts +3 -3
- package/kanban/index.d.ts +7 -3
- package/kbd/index.d.ts +10 -3
- package/list/index.d.ts +14 -7
- package/loading/index.d.ts +58 -1
- package/loading-dialog/index.d.ts +29 -11
- package/map/index.d.ts +119 -6
- package/menu/index.d.ts +19 -0
- package/modal/index.d.ts +43 -0
- package/navbar/index.d.ts +6 -1
- package/number-box/index.d.ts +1 -0
- package/number-box-2/index.d.ts +1 -0
- package/package.json +14 -6
- package/paint/index.d.ts +2 -1
- package/password-box/index.d.ts +7 -6
- package/phone-box/index.d.ts +11 -8
- package/picker/index.d.ts +10 -8
- package/popover/index.d.ts +1 -1
- package/radio/index.d.ts +1 -1
- package/rail-navigation/index.d.ts +11 -0
- package/rate-picker/index.d.ts +1 -1
- package/scheduler/index.d.ts +186 -98
- package/search-box/index.d.ts +1 -0
- package/select-box/index.d.ts +32 -8
- package/side-menu/index.d.ts +16 -7
- package/tag-box/index.d.ts +3 -2
- package/text-area/index.d.ts +1 -0
- package/text-box/index.d.ts +1 -0
- package/time-duration/index.d.ts +3 -1
- package/tooltip/index.d.ts +3 -2
- package/wysiwyg/index.d.ts +1 -5
- package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
package/chips/index.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import * as i1 from '@acorex/cdk/common';
|
3
3
|
import { AXStyleLookType, AXStyleSizeType, MXColorComponent } from '@acorex/cdk/common';
|
4
|
-
import * as i1$1 from '@angular/common';
|
5
4
|
|
6
5
|
type AXChipsLookType = Extract<AXStyleLookType, 'solid' | 'outline' | 'twotone'>;
|
7
6
|
type AXChipsSizeType = Exclude<AXStyleSizeType, 'ax-xs' | 'ax-xl'>;
|
@@ -29,7 +28,7 @@ declare class AXChipsComponent extends MXColorComponent {
|
|
29
28
|
|
30
29
|
declare class AXChipsModule {
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXChipsModule, never>;
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXChipsModule, never, [typeof
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXChipsModule, never, [typeof AXChipsComponent], [typeof AXChipsComponent]>;
|
33
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXChipsModule>;
|
34
33
|
}
|
35
34
|
|
@@ -4,7 +4,8 @@ import { MXColorComponent } from '@acorex/cdk/common';
|
|
4
4
|
|
5
5
|
type AXCircularProgressMode = 'determinate' | 'indeterminate';
|
6
6
|
/**
|
7
|
-
*
|
7
|
+
* Displays the progress of an operation in a circular form. Supports determinate and indeterminate modes,
|
8
|
+
* configurable size and stroke, and color theming.
|
8
9
|
*
|
9
10
|
* @category Components
|
10
11
|
*/
|
@@ -14,29 +15,20 @@ declare class AXCircularProgressComponent extends MXColorComponent {
|
|
14
15
|
*/
|
15
16
|
circle: _angular_core.Signal<ElementRef<HTMLDivElement>>;
|
16
17
|
/**
|
17
|
-
* Defines the
|
18
|
-
*
|
19
|
-
* Change progress mode
|
20
|
-
*
|
18
|
+
* Defines the progress calculation mode.
|
19
|
+
* Use 'determinate' to show a specific percentage or 'indeterminate' for ongoing/spinner state.
|
21
20
|
*/
|
22
21
|
mode: _angular_core.InputSignal<AXCircularProgressMode>;
|
23
22
|
/**
|
24
|
-
*
|
25
|
-
*
|
26
|
-
* The percentage value to set for the progress.
|
27
|
-
*
|
23
|
+
* The percentage value to set for the progress (0–100).
|
28
24
|
*/
|
29
25
|
progress: _angular_core.ModelSignal<number>;
|
30
26
|
/**
|
31
|
-
*
|
32
|
-
*
|
33
|
-
* The stroke width to be set for the circular progress component.
|
27
|
+
* Stroke width of the circular track, in pixels.
|
34
28
|
*/
|
35
29
|
stroke: _angular_core.ModelSignal<number>;
|
36
30
|
/**
|
37
|
-
*
|
38
|
-
*
|
39
|
-
* Circle size
|
31
|
+
* Overall diameter of the circular progress, in pixels.
|
40
32
|
*/
|
41
33
|
size: _angular_core.ModelSignal<number>;
|
42
34
|
/**
|
@@ -48,15 +40,28 @@ declare class AXCircularProgressComponent extends MXColorComponent {
|
|
48
40
|
*/
|
49
41
|
private get __hostClass();
|
50
42
|
/**
|
51
|
-
*
|
43
|
+
* Sets the CSS custom properties to reflect the current `size` and `stroke` values.
|
44
|
+
*
|
45
|
+
* Updates `--ax-comp-circular-progress-circle-size` and `--ax-comp-circular-progress-stroke-size` on the circle.
|
46
|
+
*
|
47
|
+
* @returns void - Styles are applied to the circle element when available.
|
52
48
|
*/
|
53
49
|
setCircularSize(): void;
|
54
50
|
/**
|
55
|
-
*
|
51
|
+
* Recalculates and applies the progress arc background based on the current `progress` value.
|
52
|
+
*
|
53
|
+
* Uses a conic-gradient with `--ax-comp-progress-circular-color` and `--ax-comp-progress-circular-line-color`.
|
54
|
+
* The expected range for `progress` is 0–100.
|
55
|
+
*
|
56
|
+
* @returns void - Styles are applied to the circle element when available.
|
56
57
|
*/
|
57
58
|
updateProgress(): void;
|
58
59
|
/**
|
59
|
-
*
|
60
|
+
* Applies a default visual state for the indeterminate mode when no explicit `progress` is set.
|
61
|
+
*
|
62
|
+
* If `mode` is 'indeterminate' and `progress` is not set, it sets `progress` to 65 to render a visible arc.
|
63
|
+
*
|
64
|
+
* @returns void
|
60
65
|
*/
|
61
66
|
setIndeterminateMode(): void;
|
62
67
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCircularProgressComponent, never>;
|
package/collapse/index.d.ts
CHANGED
@@ -2,8 +2,6 @@ import * as polytype from 'polytype';
|
|
2
2
|
import { MXBaseComponent, MXLookComponent, AXClickEvent, MXInteractiveComponent } from '@acorex/cdk/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
4
|
import { AfterViewInit, OnDestroy, EventEmitter, TemplateRef } from '@angular/core';
|
5
|
-
import * as i1 from '@angular/common';
|
6
|
-
import * as i2 from '@acorex/components/loading';
|
7
5
|
|
8
6
|
declare const AXCollapseGroupComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXBaseComponent, typeof MXLookComponent]>;
|
9
7
|
/**
|
@@ -143,17 +141,20 @@ declare class AXCollapseComponent extends AXCollapseComponent_base {
|
|
143
141
|
handleHeaderClick(e: MouseEvent): void;
|
144
142
|
/**
|
145
143
|
* Expands the collapse component.
|
146
|
-
*
|
144
|
+
*
|
145
|
+
* @returns void - No return value. Sets `isCollapsed` to false and expands the body.
|
147
146
|
*/
|
148
147
|
open(): void;
|
149
148
|
/**
|
150
149
|
* Collapses the collapse component.
|
151
|
-
*
|
150
|
+
*
|
151
|
+
* @returns void - No return value. Sets `isCollapsed` to true and hides the body.
|
152
152
|
*/
|
153
153
|
close(): void;
|
154
154
|
/**
|
155
155
|
* Toggles the collapse state between expanded and collapsed.
|
156
|
-
*
|
156
|
+
*
|
157
|
+
* @returns void - No return value. Flips the `isCollapsed` state.
|
157
158
|
*/
|
158
159
|
toggle(): void;
|
159
160
|
/**
|
@@ -166,7 +167,7 @@ declare class AXCollapseComponent extends AXCollapseComponent_base {
|
|
166
167
|
|
167
168
|
declare class AXCollapseModule {
|
168
169
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseModule, never>;
|
169
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, never, [typeof
|
170
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, never, [typeof AXCollapseComponent, typeof AXCollapseGroupComponent], [typeof AXCollapseComponent, typeof AXCollapseGroupComponent]>;
|
170
171
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCollapseModule>;
|
171
172
|
}
|
172
173
|
|
package/color-box/index.d.ts
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
import * as polytype from 'polytype';
|
2
2
|
import * as _angular_core from '@angular/core';
|
3
3
|
import { MXInputBaseValueComponent, MXColorLookComponent, AXEvent } from '@acorex/cdk/common';
|
4
|
-
import
|
5
|
-
import { AXColorPalleteComponent, AXColorPalettePickerComponent } from '@acorex/components/color-palette';
|
6
|
-
import * as i4 from '@acorex/components/dropdown';
|
4
|
+
import { AXColorPaletteComponent, AXColorPalettePickerComponent } from '@acorex/components/color-palette';
|
7
5
|
import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
|
8
|
-
import * as i1 from '@angular/common';
|
9
|
-
import * as i2 from '@angular/forms';
|
10
6
|
|
11
7
|
declare const AXColorBoxComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, {
|
12
8
|
new (): MXInputBaseValueComponent<string>;
|
@@ -26,7 +22,7 @@ declare class AXColorBoxComponent extends AXColorBoxComponent_base {
|
|
26
22
|
/**
|
27
23
|
* @ignore
|
28
24
|
*/
|
29
|
-
protected picker:
|
25
|
+
protected picker: AXColorPaletteComponent;
|
30
26
|
protected palettePicker: _angular_core.Signal<AXColorPalettePickerComponent>;
|
31
27
|
/**
|
32
28
|
* @ignore
|
@@ -60,13 +56,14 @@ declare class AXColorBoxComponent extends AXColorBoxComponent_base {
|
|
60
56
|
*/
|
61
57
|
internalValueChanged(value?: Date): void;
|
62
58
|
handleKeyboardEvent(event: KeyboardEvent): void;
|
59
|
+
private get __hostName();
|
63
60
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxComponent, never>;
|
64
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXColorBoxComponent, "ax-color-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "
|
61
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXColorBoxComponent, "ax-color-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; }; "showBadge": { "alias": "showBadge"; "required": false; "isSignal": true; }; "showValue": { "alias": "showValue"; "required": false; "isSignal": true; }; "showClearButton": { "alias": "showClearButton"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
|
65
62
|
}
|
66
63
|
|
67
64
|
declare class AXColorBoxModule {
|
68
65
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxModule, never>;
|
69
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXColorBoxModule, never, [typeof
|
66
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXColorBoxModule, never, [typeof AXColorBoxComponent], [typeof AXColorBoxComponent]>;
|
70
67
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXColorBoxModule>;
|
71
68
|
}
|
72
69
|
|
package/color-palette/index.d.ts
CHANGED
@@ -1,18 +1,7 @@
|
|
1
1
|
import { AXValueChangedEvent, AXOptionChangedEvent, MXBaseComponent, MXValueComponent } from '@acorex/cdk/common';
|
2
|
-
import * as i3 from '@acorex/components/text-box';
|
3
2
|
import { AXMaskOptions } from '@acorex/components/text-box';
|
4
3
|
import * as i0 from '@angular/core';
|
5
|
-
import { EventEmitter, AfterViewInit, OnDestroy,
|
6
|
-
import * as i1 from '@angular/common';
|
7
|
-
import * as i2 from '@angular/forms';
|
8
|
-
import * as i4 from '@acorex/components/label';
|
9
|
-
import * as i5 from '@acorex/components/button';
|
10
|
-
import * as i6 from '@acorex/components/decorators';
|
11
|
-
import * as i7 from '@acorex/components/number-box';
|
12
|
-
import * as i8 from '@acorex/components/range-slider';
|
13
|
-
import * as i9 from '@acorex/components/slider';
|
14
|
-
import * as i10 from '@angular/cdk/drag-drop';
|
15
|
-
import * as i11 from '@acorex/components/select-box';
|
4
|
+
import { EventEmitter, AfterViewInit, OnDestroy, ElementRef, OnInit, QueryList } from '@angular/core';
|
16
5
|
|
17
6
|
/**
|
18
7
|
* A token that specifies the display mode of datapager component.
|
@@ -46,7 +35,7 @@ declare const AXDefaultColorPalette: {
|
|
46
35
|
* @category Components
|
47
36
|
*/
|
48
37
|
declare class AXColorPaletteInputComponent extends MXBaseComponent implements AfterViewInit {
|
49
|
-
_parent: AXColorPaletteParentComponent;
|
38
|
+
protected _parent: AXColorPaletteParentComponent;
|
50
39
|
private _unsubscriber;
|
51
40
|
private colorService;
|
52
41
|
isValid: boolean;
|
@@ -80,11 +69,11 @@ declare class AXColorPaletteInputComponent extends MXBaseComponent implements Af
|
|
80
69
|
/**
|
81
70
|
* @ignore
|
82
71
|
*/
|
83
|
-
_handleChangeInputMode(): void;
|
72
|
+
protected _handleChangeInputMode(): void;
|
84
73
|
/**
|
85
74
|
* @ignore
|
86
75
|
*/
|
87
|
-
_handleRGBAValueChanged(e: AXValueChangedEvent<number>): void;
|
76
|
+
protected _handleRGBAValueChanged(e: AXValueChangedEvent<number>): void;
|
88
77
|
/**
|
89
78
|
* @ignore
|
90
79
|
*/
|
@@ -107,11 +96,11 @@ declare class AXColorPaletteInputComponent extends MXBaseComponent implements Af
|
|
107
96
|
* @category Components
|
108
97
|
*/
|
109
98
|
declare class AXColorPalettePickerComponent extends MXBaseComponent implements OnDestroy {
|
110
|
-
_parent: AXColorPaletteParentComponent;
|
99
|
+
protected _parent: AXColorPaletteParentComponent;
|
111
100
|
private _unsubscriber;
|
112
101
|
private colorService;
|
113
|
-
render
|
114
|
-
zone
|
102
|
+
private render;
|
103
|
+
private zone;
|
115
104
|
_rgba: {
|
116
105
|
r: number;
|
117
106
|
g: number;
|
@@ -163,7 +152,13 @@ declare class AXColorPalettePickerComponent extends MXBaseComponent implements O
|
|
163
152
|
*/
|
164
153
|
private setHSV;
|
165
154
|
/**
|
166
|
-
*
|
155
|
+
* Synchronizes internal RGBA and UI state with the parent palette value.
|
156
|
+
*
|
157
|
+
* Called when the parent emits onValueChanged. Updates local RGBA from the parent
|
158
|
+
* value, recalculates gradient and pointer when the user is not actively changing
|
159
|
+
* the color, and requests change detection.
|
160
|
+
*
|
161
|
+
* @returns void
|
167
162
|
*/
|
168
163
|
parentColorChanged(): void;
|
169
164
|
/**
|
@@ -275,21 +270,21 @@ declare class AXColorPaletteSwatchesComponent extends MXBaseComponent implements
|
|
275
270
|
*
|
276
271
|
* @category Components
|
277
272
|
*/
|
278
|
-
declare class
|
273
|
+
declare class AXColorPaletteComponent extends MXValueComponent<string> {
|
279
274
|
_children: QueryList<AXColorPaletteChildComponent>;
|
280
275
|
/**
|
281
276
|
* @ignore
|
282
277
|
*/
|
283
278
|
private get __hostDisabled();
|
284
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
285
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
279
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteComponent, never>;
|
280
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPaletteComponent, "ax-color-palette", 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; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, ["_children"], ["ax-header", "ax-color-palette-preview", "ax-color-palette-picker", "ax-color-palette-swatches", "ax-color-palette-favorite", "ax-color-palette-input", "ax-footer"], true, never>;
|
286
281
|
}
|
287
282
|
|
288
283
|
declare class AXColorPaletteModule {
|
289
284
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPaletteModule, never>;
|
290
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXColorPaletteModule, never, [typeof
|
285
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXColorPaletteModule, never, [typeof AXColorPaletteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent], [typeof AXColorPaletteComponent, typeof AXColorPalettePreviewComponent, typeof AXColorPaletteSwatchesComponent, typeof AXColorPaletteInputComponent, typeof AXColorPalettePickerComponent]>;
|
291
286
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXColorPaletteModule>;
|
292
287
|
}
|
293
288
|
|
294
|
-
export { AXColorPaletteChildComponent, AXColorPaletteInputComponent, AXColorPaletteModule, AXColorPaletteParentComponent, AXColorPalettePickerComponent, AXColorPalettePreviewComponent, AXColorPaletteSwatchesComponent,
|
289
|
+
export { AXColorPaletteChildComponent, AXColorPaletteComponent, AXColorPaletteInputComponent, AXColorPaletteModule, AXColorPaletteParentComponent, AXColorPalettePickerComponent, AXColorPalettePreviewComponent, AXColorPaletteSwatchesComponent, AXDefaultColorPalette };
|
295
290
|
export type { AXColorChangedEvent, AXColorPaletteView };
|
package/comment/index.d.ts
CHANGED
@@ -17,7 +17,7 @@ import * as i7 from '@angular/common';
|
|
17
17
|
declare class AXCommentContainerComponent {
|
18
18
|
private document;
|
19
19
|
private platformID;
|
20
|
-
|
20
|
+
scrollToReply(id: string): void;
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentContainerComponent, never>;
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentContainerComponent, "ax-comment-container", never, {}, {}, never, ["*"], true, never>;
|
23
23
|
}
|
@@ -27,20 +27,20 @@ declare class AXCommentContainerComponent {
|
|
27
27
|
*
|
28
28
|
* @category Components
|
29
29
|
*/
|
30
|
-
declare class
|
30
|
+
declare class AXCommentItemComponent {
|
31
31
|
/**
|
32
32
|
* @ignore
|
33
33
|
*/
|
34
34
|
protected avatar: i0.Signal<AXAvatarComponent>;
|
35
|
-
protected
|
35
|
+
protected collapse: i0.Signal<AXCollapseComponent>;
|
36
36
|
replyCount: i0.InputSignal<number>;
|
37
37
|
/**
|
38
38
|
* @ignore
|
39
39
|
*/
|
40
40
|
constructor();
|
41
|
-
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
41
|
+
toggleCollapse(): void;
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentItemComponent, never>;
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentItemComponent, "ax-comment-item", never, { "replyCount": { "alias": "replyCount"; "required": false; "isSignal": true; }; }, {}, ["avatar"], ["ax-avatar", "ax-title", "ax-comment-date", "ax-comment-menu-options", "ax-content", "ax-comment-like", "ax-comment-reply-text", "ax-comment-item", "ax-comment-reply-more"], true, never>;
|
44
44
|
}
|
45
45
|
|
46
46
|
/**
|
@@ -100,8 +100,8 @@ declare class AXCommentViewComponent {
|
|
100
100
|
|
101
101
|
declare class AXCommentModule {
|
102
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentModule, never>;
|
103
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommentModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXWysiwygModule, typeof i3.AXCollapseModule, typeof i4.AXButtonModule, typeof i5.AXTextAreaModule, typeof i6.AXTranslationModule, typeof i7.CommonModule, typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof
|
103
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommentModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXWysiwygModule, typeof i3.AXCollapseModule, typeof i4.AXButtonModule, typeof i5.AXTextAreaModule, typeof i6.AXTranslationModule, typeof i7.CommonModule, typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AXCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent], [typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AXCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent]>;
|
104
104
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCommentModule>;
|
105
105
|
}
|
106
106
|
|
107
|
-
export { AXCommentContainerComponent, AXCommentDateComponent, AXCommentLikeComponent, AXCommentModule, AXCommentReplyMoreComponent, AXCommentReplyTextComponent, AXCommentViewComponent, AXMenuOptionsComponent
|
107
|
+
export { AXCommentContainerComponent, AXCommentDateComponent, AXCommentItemComponent, AXCommentLikeComponent, AXCommentModule, AXCommentReplyMoreComponent, AXCommentReplyTextComponent, AXCommentViewComponent, AXMenuOptionsComponent };
|
package/conversation/index.d.ts
CHANGED
@@ -220,6 +220,7 @@ declare class AXConversationInputComponent extends AXConversationInputComponent_
|
|
220
220
|
* @ignore
|
221
221
|
*/
|
222
222
|
protected closeReplyHandler(): void;
|
223
|
+
private get __hostName();
|
223
224
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationInputComponent, never>;
|
224
225
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationInputComponent, "ax-conversation-input", never, { "look": { "alias": "look"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "hasAttachment": { "alias": "hasAttachment"; "required": false; "isSignal": true; }; "hasVoice": { "alias": "hasVoice"; "required": false; "isSignal": true; }; "hasEmoji": { "alias": "hasEmoji"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "acceptFileType": { "alias": "acceptFileType"; "required": false; "isSignal": true; }; }, { "onActionClose": "onActionClose"; "onSendClick": "onSendClick"; "onStartRecording": "onStartRecording"; "onCancelRecording": "onCancelRecording"; "onEnterPressed": "onEnterPressed"; }, ["sendIcon"], ["ax-icon"], true, never>;
|
225
226
|
}
|
package/cron-job/index.d.ts
CHANGED
@@ -225,15 +225,16 @@ declare class AXCronJobContainerComponent extends MXInputBaseValueComponent<stri
|
|
225
225
|
look: AXTabLook;
|
226
226
|
location: AXTabLocation;
|
227
227
|
}>;
|
228
|
-
onGetModel(): void;
|
228
|
+
protected onGetModel(): void;
|
229
229
|
protected internalValueChanged(cronExpressionPattern: string): void;
|
230
|
+
private get __hostName();
|
230
231
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCronJobContainerComponent, never>;
|
231
232
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXCronJobContainerComponent, "ax-cron-job-container", never, {}, { "onValueChanged": "onValueChanged"; }, never, never, true, never>;
|
232
233
|
}
|
233
234
|
|
234
235
|
declare class AXCronDayComponent {
|
235
236
|
#private;
|
236
|
-
dayService: DayService;
|
237
|
+
protected dayService: DayService;
|
237
238
|
protected boWeekDropDownList: DropDownItem[];
|
238
239
|
protected boMonthDropDownList: DropDownItem[];
|
239
240
|
protected daysIndexInMonth: number[];
|
@@ -254,7 +255,7 @@ declare class AXCronDayComponent {
|
|
254
255
|
|
255
256
|
declare class AXCronHoursComponent {
|
256
257
|
#private;
|
257
|
-
hoursService: HoursService;
|
258
|
+
protected hoursService: HoursService;
|
258
259
|
protected dropdownList: DropDownItem[];
|
259
260
|
protected zeroTo23: number[];
|
260
261
|
hoursChanged: i0.OutputEmitterRef<void>;
|
@@ -308,7 +309,7 @@ declare class AXCronSecondsComponent {
|
|
308
309
|
|
309
310
|
declare class AXCronYearComponent {
|
310
311
|
#private;
|
311
|
-
yearService: YearService;
|
312
|
+
protected yearService: YearService;
|
312
313
|
protected dropdownList: DropDownItem[];
|
313
314
|
protected oneTo100: DropDownItem[];
|
314
315
|
yearChanged: i0.OutputEmitterRef<void>;
|