@acorex/components 20.2.0-next.1 → 20.2.0-next.10

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.
Files changed (151) hide show
  1. package/action-sheet/index.d.ts +56 -0
  2. package/alert/index.d.ts +1 -1
  3. package/autocomplete/index.d.ts +1 -0
  4. package/avatar/index.d.ts +11 -4
  5. package/breadcrumbs/index.d.ts +15 -1
  6. package/calendar/index.d.ts +23 -9
  7. package/check-box/index.d.ts +1 -1
  8. package/circular-progress/index.d.ts +23 -18
  9. package/collapse/index.d.ts +6 -3
  10. package/color-box/index.d.ts +1 -0
  11. package/color-palette/index.d.ts +1 -1
  12. package/comment/index.d.ts +3 -3
  13. package/conversation/index.d.ts +1 -0
  14. package/cron-job/index.d.ts +5 -4
  15. package/data-pager/index.d.ts +10 -5
  16. package/datetime-box/index.d.ts +2 -0
  17. package/datetime-input/index.d.ts +1 -0
  18. package/datetime-picker/index.d.ts +8 -0
  19. package/dropdown/index.d.ts +41 -0
  20. package/fesm2022/acorex-components-action-sheet.mjs +56 -0
  21. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  22. package/fesm2022/acorex-components-alert.mjs +1 -1
  23. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  24. package/fesm2022/acorex-components-autocomplete.mjs +9 -3
  25. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  26. package/fesm2022/acorex-components-avatar.mjs +11 -4
  27. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  28. package/fesm2022/acorex-components-breadcrumbs.mjs +15 -1
  29. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  30. package/fesm2022/acorex-components-calendar.mjs +89 -30
  31. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  32. package/fesm2022/acorex-components-check-box.mjs +2 -2
  33. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  34. package/fesm2022/acorex-components-circular-progress.mjs +23 -18
  35. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  36. package/fesm2022/acorex-components-collapse.mjs +6 -3
  37. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  38. package/fesm2022/acorex-components-color-box.mjs +9 -3
  39. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  40. package/fesm2022/acorex-components-color-palette.mjs +3 -3
  41. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  42. package/fesm2022/acorex-components-comment.mjs +5 -5
  43. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  44. package/fesm2022/acorex-components-conversation.mjs +10 -4
  45. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  46. package/fesm2022/acorex-components-cron-job.mjs +15 -9
  47. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  48. package/fesm2022/acorex-components-data-pager.mjs +10 -5
  49. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  50. package/fesm2022/acorex-components-data-table.mjs +3 -3
  51. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  52. package/fesm2022/acorex-components-datetime-box.mjs +23 -4
  53. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  54. package/fesm2022/acorex-components-datetime-input.mjs +8 -2
  55. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  56. package/fesm2022/acorex-components-datetime-picker.mjs +82 -8
  57. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  58. package/fesm2022/acorex-components-dropdown.mjs +44 -0
  59. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  60. package/fesm2022/acorex-components-image-editor.mjs +12 -6
  61. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  62. package/fesm2022/acorex-components-json-viewer.mjs +2 -2
  63. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  64. package/fesm2022/acorex-components-kanban.mjs +9 -5
  65. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  66. package/fesm2022/acorex-components-kbd.mjs +6 -0
  67. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  68. package/fesm2022/acorex-components-list.mjs +24 -8
  69. package/fesm2022/acorex-components-list.mjs.map +1 -1
  70. package/fesm2022/acorex-components-loading-dialog.mjs +29 -11
  71. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  72. package/fesm2022/acorex-components-loading.mjs +58 -0
  73. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  74. package/fesm2022/acorex-components-map.mjs +64 -16
  75. package/fesm2022/acorex-components-map.mjs.map +1 -1
  76. package/fesm2022/acorex-components-number-box-2.mjs +11 -5
  77. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  78. package/fesm2022/acorex-components-number-box.mjs +10 -4
  79. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  80. package/fesm2022/acorex-components-paint.mjs +8 -2
  81. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  82. package/fesm2022/acorex-components-password-box.mjs +10 -4
  83. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  84. package/fesm2022/acorex-components-phone-box.mjs +9 -3
  85. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  86. package/fesm2022/acorex-components-picker.mjs +14 -4
  87. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  88. package/fesm2022/acorex-components-popover.mjs +31 -7
  89. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  90. package/fesm2022/acorex-components-popup.mjs +2 -2
  91. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  92. package/fesm2022/acorex-components-query-builder.mjs +1 -1
  93. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  94. package/fesm2022/acorex-components-radio.mjs +2 -2
  95. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  96. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  97. package/fesm2022/acorex-components-rest-api-generator.mjs +1 -1
  98. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  99. package/fesm2022/acorex-components-rrule.mjs +1 -1
  100. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  101. package/fesm2022/acorex-components-scheduler.mjs +48 -22
  102. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  103. package/fesm2022/acorex-components-search-box.mjs +7 -1
  104. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  105. package/fesm2022/acorex-components-select-box.mjs +60 -22
  106. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  107. package/fesm2022/acorex-components-side-menu.mjs +1 -1
  108. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  109. package/fesm2022/acorex-components-tabs.mjs +7 -5
  110. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  111. package/fesm2022/acorex-components-tag-box.mjs +11 -5
  112. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  113. package/fesm2022/acorex-components-text-area.mjs +10 -4
  114. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  115. package/fesm2022/acorex-components-text-box.mjs +10 -4
  116. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  117. package/fesm2022/acorex-components-time-duration.mjs +35 -59
  118. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  119. package/fesm2022/acorex-components-tooltip.mjs +3 -3
  120. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  121. package/fesm2022/acorex-components-tree-view.mjs +2 -2
  122. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  123. package/fesm2022/acorex-components-wysiwyg.mjs +11 -5
  124. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  125. package/image-editor/index.d.ts +1 -0
  126. package/json-viewer/index.d.ts +3 -3
  127. package/kanban/index.d.ts +7 -3
  128. package/kbd/index.d.ts +6 -0
  129. package/list/index.d.ts +15 -2
  130. package/loading/index.d.ts +58 -1
  131. package/loading-dialog/index.d.ts +29 -11
  132. package/map/index.d.ts +27 -6
  133. package/number-box/index.d.ts +1 -0
  134. package/number-box-2/index.d.ts +1 -0
  135. package/package.json +9 -6
  136. package/paint/index.d.ts +1 -0
  137. package/password-box/index.d.ts +1 -0
  138. package/phone-box/index.d.ts +1 -0
  139. package/picker/index.d.ts +10 -8
  140. package/popover/index.d.ts +11 -3
  141. package/radio/index.d.ts +1 -1
  142. package/rate-picker/index.d.ts +1 -1
  143. package/scheduler/index.d.ts +5 -1
  144. package/search-box/index.d.ts +1 -0
  145. package/select-box/index.d.ts +23 -8
  146. package/tag-box/index.d.ts +1 -0
  147. package/text-area/index.d.ts +1 -0
  148. package/text-box/index.d.ts +1 -0
  149. package/time-duration/index.d.ts +3 -1
  150. package/tooltip/index.d.ts +2 -2
  151. package/wysiwyg/index.d.ts +1 -0
@@ -93,7 +93,26 @@ declare class AXActionSheetComponent extends MXBaseComponent implements OnInit,
93
93
  private snapToFinalPosition;
94
94
  private heightCalculator;
95
95
  protected handleAttched(ref: CdkPortalOutletAttachedRef): void;
96
+ /**
97
+ * Handles click events on action sheet items.
98
+ * This method is called when a user clicks on an action sheet item. It closes the action sheet
99
+ * with the clicked item as the result data and executes the item's onClick callback if provided.
100
+ *
101
+ * @param item - The action sheet item that was clicked. Contains the item's data and optional onClick callback.
102
+ * @returns void
103
+ */
96
104
  onItemClick(item: AXActionSheetItem): void;
105
+ /**
106
+ * Closes the action sheet with optional result data.
107
+ * This method initiates the closing animation of the action sheet and eventually closes the dialog.
108
+ * The closing process includes a height animation and cleanup of event listeners.
109
+ *
110
+ * @param e - The result data to pass when closing the action sheet. Can be any value including null.
111
+ * If an AXActionSheetItem is passed, it represents the selected item.
112
+ * @param isUserInteraction - Whether the close action was triggered by user interaction (default: true).
113
+ * This affects how the action sheet handles accessibility and event tracking.
114
+ * @returns void
115
+ */
97
116
  close(e?: any, isUserInteraction?: boolean): void;
98
117
  /**
99
118
  * @ignore
@@ -117,7 +136,44 @@ declare class AXActionSheetService {
117
136
  private dialog;
118
137
  private readonly actionSheetEvent;
119
138
  actionSheetEvent$: rxjs.Observable<AXActionSheetEvent>;
139
+ /**
140
+ * Opens an action sheet with the specified configuration.
141
+ * This method creates and displays an action sheet component with the provided options.
142
+ * The action sheet will slide up from the bottom of the screen and can be dismissed
143
+ * by tapping outside, pressing escape, or calling the close method.
144
+ *
145
+ * @param config - The configuration object that defines the action sheet's appearance and behavior.
146
+ * Must include at least a title or content property. Will be merged with default config.
147
+ * @param isUserInteraction - Whether the action sheet is opened by user interaction (default: true).
148
+ * This affects how the action sheet handles accessibility and focus management.
149
+ * @returns A promise that resolves to a dialog reference containing methods to control the action sheet.
150
+ * The reference includes methods like close() and a closed observable for tracking dialog state.
151
+ * @example
152
+ * ```typescript
153
+ * const dialogRef = await actionSheetService.open({
154
+ * title: 'Choose an option',
155
+ * items: [
156
+ * { text: 'Option 1', value: 'opt1' },
157
+ * { text: 'Option 2', value: 'opt2' }
158
+ * ]
159
+ * });
160
+ *
161
+ * dialogRef.closed.subscribe(result => {
162
+ * console.log('Action sheet closed with:', result.data);
163
+ * });
164
+ * ```
165
+ */
120
166
  open(config: AXActionSheetConfig, isUserInteraction?: boolean): Promise<AXActionSheetDialogRef>;
167
+ /**
168
+ * Sets the current state of action sheet events.
169
+ * This method is used internally to track action sheet lifecycle events such as open, close,
170
+ * drag start, drag end, and full screen transitions. It emits events through the actionSheetEvent$
171
+ * observable for external subscribers to monitor action sheet state changes.
172
+ *
173
+ * @param event - The action sheet event to emit. Contains information about the event type,
174
+ * associated data, user interaction status, and dialog reference.
175
+ * @returns void
176
+ */
121
177
  setActionSheetEventState(event: AXActionSheetEvent): void;
122
178
  static ɵfac: i0.ɵɵFactoryDeclaration<AXActionSheetService, never>;
123
179
  static ɵprov: i0.ɵɵInjectableDeclaration<AXActionSheetService>;
package/alert/index.d.ts CHANGED
@@ -73,7 +73,7 @@ declare class AXAlertComponent extends MXColorComponent {
73
73
  /**
74
74
  * Removes the alert from the container after a transition effect.
75
75
  *
76
- * @ignore
76
+ * @returns void - No return value. The alert is removed from the DOM and the onClosed event is emitted.
77
77
  */
78
78
  close(): void;
79
79
  /**
@@ -110,6 +110,7 @@ declare class AXAutocompleteComponent extends AXAutocompleteComponent_base imple
110
110
  * Refreshes the component by resetting state, clearing selection cache, refreshing the list, and closing the component.
111
111
  */
112
112
  refresh(): void;
113
+ private get __hostName();
113
114
  static ɵfac: i0.ɵɵFactoryDeclaration<AXAutocompleteComponent, never>;
114
115
  static ɵcmp: i0.ɵɵComponentDeclaration<AXAutocompleteComponent, "ax-autocomplete", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "selectedTemplate": { "alias": "selectedTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["ax-footer"], true, never>;
115
116
  }
package/avatar/index.d.ts CHANGED
@@ -10,12 +10,14 @@ declare class AXAvatarGroupComponent {
10
10
 
11
11
  /**
12
12
  * The Avatar component displays a user's profile image or initials, typically used for user identification.
13
+ * It supports multiple content types including text, icons, images, and badges.
13
14
  *
14
15
  * @category Components
15
16
  */
16
17
  declare class AXAvatarComponent extends MXColorComponent {
17
18
  /**
18
- * @ignore
19
+ * Content children for avatar content (ax-image, ax-icon, ax-text).
20
+ * Used internally to determine if fallback SVG should be shown.
19
21
  */
20
22
  protected children: i0.Signal<readonly QueryList<unknown>[]>;
21
23
  /**
@@ -25,18 +27,23 @@ declare class AXAvatarComponent extends MXColorComponent {
25
27
  */
26
28
  size: i0.ModelSignal<number>;
27
29
  /**
28
- * Specifies the visual style of the avatar.
30
+ * Specifies the visual style of the avatar's corners.
29
31
  *
30
32
  * @defaultValue 'rounded'
31
33
  */
32
34
  shape: i0.InputSignal<"sharp" | "soft" | "rounded">;
35
+ /**
36
+ * Specifies the visual style of the avatar appearance.
37
+ *
38
+ * @defaultValue 'solid'
39
+ */
33
40
  look: i0.InputSignal<"solid" | "twotone">;
34
41
  /**
35
- * @ignore
42
+ * @ignore
36
43
  */
37
44
  private get __hostClass();
38
45
  /**
39
- * @ignore
46
+ * @ignore
40
47
  */
41
48
  private get __hostStyle();
42
49
  static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarComponent, never>;
@@ -20,8 +20,18 @@ interface AXBreadcrumbsItems {
20
20
  * @category Components
21
21
  */
22
22
  declare class AXBreadCrumbsComponent extends MXBaseComponent implements AfterViewInit {
23
+ /**
24
+ * Content child template for custom divider between breadcrumb items.
25
+ */
23
26
  protected _divider: i0.Signal<TemplateRef<any>>;
27
+ /**
28
+ * View child template for the divider template.
29
+ */
24
30
  dividerTemplate: i0.Signal<TemplateRef<any>>;
31
+ /**
32
+ * Scrolls the breadcrumbs container to the rightmost position after view initialization.
33
+ * This ensures that the most recent breadcrumb items are visible when there are many items.
34
+ */
25
35
  ngAfterViewInit(): void;
26
36
  static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsComponent, never>;
27
37
  static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsComponent, "ax-breadcrumbs", never, {}, {}, ["_divider"], ["ax-breadcrumbs-item"], true, never>;
@@ -33,13 +43,17 @@ declare class AXBreadCrumbsComponent extends MXBaseComponent implements AfterVie
33
43
  * @category Components
34
44
  */
35
45
  declare class AXBreadCrumbsItemComponent extends MXInteractiveComponent {
46
+ /**
47
+ * Reference to the parent breadcrumbs component.
48
+ */
36
49
  _parent: AXBreadCrumbsComponent;
37
50
  /**
38
51
  * Indicates whether this breadcrumb item is the current active item.
39
52
  */
40
53
  active: boolean;
41
54
  /**
42
- * @ignore
55
+ * Host binding for CSS classes based on component state.
56
+ * Applies 'ax-state-active' when active is true and 'ax-state-disabled' when disabled is true.
43
57
  */
44
58
  private get __hostClass();
45
59
  static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsItemComponent, never>;
@@ -295,18 +295,31 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
295
295
  */
296
296
  protected _handleGoToday(): void;
297
297
  /**
298
- * Navigates to the next item.
299
- * @ignore
298
+ * Navigates forward in the calendar based on the current active view and the configured count.
299
+ *
300
+ * Behavior by view:
301
+ * - day view: advances by count months
302
+ * - month view: advances by count years
303
+ * - year view: advances by 10 × count years
304
+ *
305
+ * @returns void
300
306
  */
301
307
  next(): void;
302
308
  /**
303
- * Navigates to the previous item.
304
- * @ignore
309
+ * Navigates backward in the calendar based on the current active view and the configured count.
310
+ *
311
+ * Behavior by view:
312
+ * - day view: goes back by count months
313
+ * - month view: goes back by count years
314
+ * - year view: goes back by 10 × count years
315
+ *
316
+ * @returns void
305
317
  */
306
318
  prev(): void;
307
319
  /**
308
320
  * Sets focus to the currently selected calendar slot or the first available slot.
309
- * @ignore
321
+ *
322
+ * @returns void
310
323
  */
311
324
  focus(): void;
312
325
  /**
@@ -314,15 +327,16 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
314
327
  */
315
328
  private _navNextPrev;
316
329
  /**
317
- * Navigates to the current date.
318
- * @ignore
330
+ * Navigates to the current date and emits the navigation event.
331
+ *
332
+ * @returns void
319
333
  */
320
334
  goToday(): void;
321
335
  /**
322
336
  * Navigates to a specified date and updates the view.
323
337
  *
324
- * @param date - The date to navigate to, which can be a `Date` object or an `AXDateTime` instance.
325
- * @ignore
338
+ * @param date The date to navigate to, which can be a Date object or an AXDateTime instance.
339
+ * @returns void
326
340
  */
327
341
  navTo(date: Date | AXDateTime): void;
328
342
  /**
@@ -63,7 +63,7 @@ declare class AXCheckBoxComponent extends AXCheckBoxComponent_base {
63
63
  private get __hostClass();
64
64
  protected changeValue(): void;
65
65
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCheckBoxComponent, never>;
66
- static ɵcmp: i0.ɵɵComponentDeclaration<AXCheckBoxComponent, "ax-check-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "color": { "alias": "color"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_labels"], ["ax-label", "ax-form-hint", "ax-validation-rule"], true, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXCheckBoxComponent, "ax-check-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "color": { "alias": "color"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_labels"], ["ax-label", "ax-form-hint", "ax-validation-rule"], true, never>;
67
67
  }
68
68
 
69
69
  declare class AXCheckBoxModule {
@@ -4,7 +4,8 @@ import { MXColorComponent } from '@acorex/cdk/common';
4
4
 
5
5
  type AXCircularProgressMode = 'determinate' | 'indeterminate';
6
6
  /**
7
- * The Button is a component which detects user interaction and triggers a corresponding event
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 current progress of the circular progress component.
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
- * Defines the current progress of the circular progress component.
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
- * Defines the stroke width of the circular progress component.
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
- * Defines the stroke width of the circular progress component.
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
- * @ignore
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
- * @ignore
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
- * @ignore
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>;
@@ -143,17 +143,20 @@ declare class AXCollapseComponent extends AXCollapseComponent_base {
143
143
  handleHeaderClick(e: MouseEvent): void;
144
144
  /**
145
145
  * Expands the collapse component.
146
- * @ignore
146
+ *
147
+ * @returns void - No return value. Sets `isCollapsed` to false and expands the body.
147
148
  */
148
149
  open(): void;
149
150
  /**
150
151
  * Collapses the collapse component.
151
- * @ignore
152
+ *
153
+ * @returns void - No return value. Sets `isCollapsed` to true and hides the body.
152
154
  */
153
155
  close(): void;
154
156
  /**
155
157
  * Toggles the collapse state between expanded and collapsed.
156
- * @ignore
158
+ *
159
+ * @returns void - No return value. Flips the `isCollapsed` state.
157
160
  */
158
161
  toggle(): void;
159
162
  /**
@@ -60,6 +60,7 @@ declare class AXColorBoxComponent extends AXColorBoxComponent_base {
60
60
  */
61
61
  internalValueChanged(value?: Date): void;
62
62
  handleKeyboardEvent(event: KeyboardEvent): void;
63
+ private get __hostName();
63
64
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXColorBoxComponent, never>;
64
65
  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; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "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"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
65
66
  }
@@ -282,7 +282,7 @@ declare class AXColorPalleteComponent extends MXValueComponent<string> {
282
282
  */
283
283
  private get __hostDisabled();
284
284
  static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPalleteComponent, never>;
285
- static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPalleteComponent, "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; }; "checked": { "alias": "checked"; "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>;
285
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPalleteComponent, "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
286
  }
287
287
 
288
288
  declare class AXColorPaletteModule {
@@ -17,7 +17,7 @@ import * as i7 from '@angular/common';
17
17
  declare class AXCommentContainerComponent {
18
18
  private document;
19
19
  private platformID;
20
- scrollToRelpy(id: string): void;
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
  }
@@ -32,13 +32,13 @@ declare class AxCommentItemComponent {
32
32
  * @ignore
33
33
  */
34
34
  protected avatar: i0.Signal<AXAvatarComponent>;
35
- protected collaps: i0.Signal<AXCollapseComponent>;
35
+ protected collapse: i0.Signal<AXCollapseComponent>;
36
36
  replyCount: i0.InputSignal<number>;
37
37
  /**
38
38
  * @ignore
39
39
  */
40
40
  constructor();
41
- toggleCollaps(): void;
41
+ toggleCollapse(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<AxCommentItemComponent, never>;
43
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
  }
@@ -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
  }
@@ -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>;
@@ -377,28 +377,33 @@ declare class AXDataPagerComponent extends MXValueComponent<number> {
377
377
  private _emitChangedEvent;
378
378
  /**
379
379
  * Navigates to the next page, or to the last page if on the final page.
380
- * @ignore
380
+ *
381
+ * @returns void - No return value. The component navigates to the next available page.
381
382
  */
382
383
  goNextPage(): void;
383
384
  /**
384
385
  * Navigates to the last page.
385
- * @ignore
386
+ *
387
+ * @returns void - No return value. The component navigates to the final page.
386
388
  */
387
389
  goLastPage(): void;
388
390
  /**
389
391
  * Navigates to the first page.
390
- * @ignore
392
+ *
393
+ * @returns void - No return value. The component navigates to the first page.
391
394
  */
392
395
  goFirstPage(): void;
393
396
  /**
394
397
  * Navigates to the previous page, or to the first page if on the initial page.
395
- * @ignore
398
+ *
399
+ * @returns void - No return value. The component navigates to the previous available page.
396
400
  */
397
401
  goPrevPage(): void;
398
402
  /**
399
403
  * Navigates to a specified page.
404
+ *
400
405
  * @param page - The page number to navigate to.
401
- * @ignore
406
+ * @returns void - No return value. The component navigates to the specified page.
402
407
  */
403
408
  goToPage(page: number): void;
404
409
  get __hostClass(): string;
@@ -54,6 +54,7 @@ declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
54
54
  * @description The calendar type to use for the datetime input.
55
55
  */
56
56
  calendar: _angular_core.InputSignal<string>;
57
+ protected _editingDateObj: _angular_core.WritableSignal<Date>;
57
58
  protected _calendarSystem: _angular_core.WritableSignal<string>;
58
59
  private _format;
59
60
  picker: _angular_core.InputSignal<AXDateTimePickerType>;
@@ -99,6 +100,7 @@ declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
99
100
  * @ignore
100
101
  */
101
102
  protected _handleInputOnClick(): void;
103
+ private get __hostName();
102
104
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimeBoxComponent, never>;
103
105
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimeBoxComponent, "ax-datetime-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onOpened": "onOpened"; "onClosed": "onClosed"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
104
106
  }
@@ -122,6 +122,7 @@ declare class AXDateTimeInputComponent extends MXInputBaseValueComponent<Date> {
122
122
  * @ignore
123
123
  */
124
124
  private _detectValueChanges;
125
+ private get __hostName();
125
126
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimeInputComponent, never>;
126
127
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimeInputComponent, "ax-datetime-input", 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; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onClick": "onClick"; }, never, ["ax-validation-rule"], true, never>;
127
128
  }
@@ -30,6 +30,12 @@ declare class AXDateTimePickerComponent extends AXDateTimePickerComponent_base i
30
30
  private formatService;
31
31
  protected buttonText: _angular_core.Signal<"dateTime.today" | "dateTime.now">;
32
32
  private defaultConfig;
33
+ protected pickerHoursMinValue: _angular_core.WritableSignal<number>;
34
+ protected pickerHoursMaxValue: _angular_core.WritableSignal<number>;
35
+ protected pickerMinuteMinValue: _angular_core.WritableSignal<number>;
36
+ protected pickerMinuteMaxValue: _angular_core.WritableSignal<number>;
37
+ protected pickerSecondMinValue: _angular_core.WritableSignal<number>;
38
+ protected pickerSecondMaxValue: _angular_core.WritableSignal<number>;
33
39
  /**
34
40
  * @ignore
35
41
  */
@@ -104,6 +110,8 @@ declare class AXDateTimePickerComponent extends AXDateTimePickerComponent_base i
104
110
  * @ignore
105
111
  */
106
112
  protected _handleCalendarOnValueChanged(e: AXValueChangedEvent<Date>): void;
113
+ private checkSelectedMinValue;
114
+ private checkSelectedMaxValue;
107
115
  /**
108
116
  * @ignore
109
117
  */
@@ -106,14 +106,55 @@ declare class AXDropdownBoxComponent extends AXDropdownBoxComponent_base impleme
106
106
  }
107
107
 
108
108
  declare abstract class MXDropdownBoxBaseComponent extends MXInteractiveComponent {
109
+ /**
110
+ * Emitted when the dropdown/popup is opened.
111
+ *
112
+ * @event
113
+ */
109
114
  onOpened: EventEmitter<AXEvent>;
115
+ /**
116
+ * Emits the `onOpened` event with component context.
117
+ * @ignore
118
+ */
110
119
  protected emitOnOpenedEvent(): void;
120
+ /**
121
+ * Emitted when the dropdown/popup is closed.
122
+ *
123
+ * @event
124
+ */
111
125
  onClosed: EventEmitter<AXEvent>;
126
+ /**
127
+ * Emits the `onClosed` event with component context.
128
+ * @ignore
129
+ */
112
130
  protected emitOnClosedEvent(): void;
131
+ /**
132
+ * Reference to the underlying dropdown controller.
133
+ */
113
134
  protected abstract dropdown: AXDropdownBoxComponent;
135
+ /**
136
+ * Toggles the dropdown if the component is not disabled.
137
+ *
138
+ * @returns void - No return value. Switches between open and closed states.
139
+ */
114
140
  toggle(): void;
141
+ /**
142
+ * Closes the dropdown if it is open and the component is not disabled, then focuses the host.
143
+ *
144
+ * @returns void - No return value. Dropdown is closed and focus returns to the host.
145
+ */
115
146
  close(): void;
147
+ /**
148
+ * Opens the dropdown if it is not already open and the component is not disabled, then focuses the dropdown.
149
+ *
150
+ * @returns void - No return value. Dropdown becomes open and receives focus.
151
+ */
116
152
  open(): void;
153
+ /**
154
+ * Indicates whether the dropdown is currently open.
155
+ *
156
+ * @returns boolean - True if open; otherwise false.
157
+ */
117
158
  get isOpen(): boolean;
118
159
  static ɵfac: i0.ɵɵFactoryDeclaration<MXDropdownBoxBaseComponent, never>;
119
160
  static ɵprov: i0.ɵɵInjectableDeclaration<MXDropdownBoxBaseComponent>;