@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
@@ -169,6 +169,7 @@ declare class AXImageEditorContainerComponent extends AXImageEditorContainerComp
169
169
  save(): void;
170
170
  protected cropButtonHandler(): void;
171
171
  get __hostClass(): string;
172
+ private get __hostName();
172
173
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXImageEditorContainerComponent, never>;
173
174
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXImageEditorContainerComponent, "ax-image-editor-container", never, { "look": { "alias": "look"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onValueChanged": "onValueChanged"; }, ["view"], ["ax-header", "ax-image-editor-view", "ax-validation-rule"], true, never>;
174
175
  }
@@ -5,15 +5,15 @@ import * as i3 from '@angular/common';
5
5
 
6
6
  declare class JsonViewerComponent {
7
7
  #private;
8
- json: i0.InputSignal<any>;
9
- convertedData: i0.WritableSignal<any>;
8
+ readonly json: i0.InputSignal<object>;
9
+ protected convertedData: i0.WritableSignal<any>;
10
10
  protected convertNestedToArray(obj: any): any;
11
11
  protected isArray(arry: any): arry is any[];
12
12
  protected isNumber(i: any): i is number;
13
13
  protected isDate(value: any): value is Date;
14
14
  protected isBoolean(value: any): value is boolean;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<JsonViewerComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<JsonViewerComponent, "ax-json-viewer", never, { "json": { "alias": "json"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<JsonViewerComponent, "ax-json-viewer", never, { "json": { "alias": "json"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
17
17
  }
18
18
 
19
19
  declare class AXJsonViewerModule {
package/kanban/index.d.ts CHANGED
@@ -29,9 +29,13 @@ declare class AXKanbanComponent extends NXComponent {
29
29
  protected items: _angular_core.Signal<AXKanbanItem[]>;
30
30
  protected filteredStatuses: _angular_core.Signal<AXKanbanStatus[]>;
31
31
  /**
32
- * Handles the drop event. It uses the component's current rendered state (`this.items`)
33
- * as the source of truth for the operation, calculates the new state with precise
34
- * re-indexing, and emits a comprehensive event with the updated data source.
32
+ * Handles a drop operation to reorder items or move them between statuses.
33
+ * It uses the component's current rendered state (`this.items`) as the source
34
+ * of truth, performs precise re-indexing, and emits a comprehensive event with
35
+ * the updated data source.
36
+ *
37
+ * @param event AXDropListDroppedEvent - The drag-and-drop event including indices and container information.
38
+ * @returns void
35
39
  */
36
40
  drop(event: AXDropListDroppedEvent): void;
37
41
  protected getItemsById(key: any): AXKanbanItem[];
package/kbd/index.d.ts CHANGED
@@ -4,6 +4,12 @@ import * as i1 from '@angular/common';
4
4
  declare class AXKBDItemComponent {
5
5
  keys: i0.InputSignal<string | string[]>;
6
6
  modifierKeys: i0.WritableSignal<string[]>;
7
+ /**
8
+ * Capitalizes the first letter of the provided text.
9
+ *
10
+ * @param text Input text to transform
11
+ * @returns The text with its first character uppercased
12
+ */
7
13
  capitalizeFirstLetter(text: string): string;
8
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AXKBDItemComponent, never>;
9
15
  static ɵcmp: i0.ɵɵComponentDeclaration<AXKBDItemComponent, "ax-kbd-item", never, { "keys": { "alias": "keys"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
package/list/index.d.ts CHANGED
@@ -4,6 +4,7 @@ import { AXEvent, MXSelectionValueComponent, AXItemClickEvent, AXDataSource, AXL
4
4
  import * as i1 from '@angular/common';
5
5
  import * as i2 from '@angular/cdk/scrolling';
6
6
  import * as i3 from '@acorex/core/translation';
7
+ import * as i4 from '@acorex/components/tooltip';
7
8
 
8
9
  interface AXListScrollIndexChanged extends AXEvent {
9
10
  index: number;
@@ -14,6 +15,18 @@ interface AXListScrollIndexChanged extends AXEvent {
14
15
  * @category Components
15
16
  */
16
17
  declare class AXListComponent extends MXSelectionValueComponent implements OnInit {
18
+ /**
19
+ * Determines if an item is truncated.
20
+ *
21
+ * @defaultValue true
22
+ */
23
+ isItemTruncated: i0.InputSignal<boolean>;
24
+ /**
25
+ * Determines if a tooltip is shown for an item.
26
+ *
27
+ * @defaultValue false
28
+ */
29
+ showItemTooltip: i0.InputSignal<boolean>;
17
30
  /**
18
31
  * Emitted when an item in the list is clicked.
19
32
  *
@@ -135,12 +148,12 @@ declare class AXListComponent extends MXSelectionValueComponent implements OnIni
135
148
  */
136
149
  showEmptyTemplate: i0.Signal<boolean>;
137
150
  static ɵfac: i0.ɵɵFactoryDeclaration<AXListComponent, never>;
138
- static ɵcmp: i0.ɵɵComponentDeclaration<AXListComponent, "ax-list", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "disabledChange": "disabledChange"; "readOnlyChange": "readOnlyChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onItemClick": "onItemClick"; "onScrolledIndexChanged": "onScrolledIndexChanged"; }, never, ["ax-header", "ax-footer"], true, never>;
151
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXListComponent, "ax-list", never, { "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "isItemTruncated": { "alias": "isItemTruncated"; "required": false; "isSignal": true; }; "showItemTooltip": { "alias": "showItemTooltip"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "disabledChange": "disabledChange"; "readonlyChange": "readonlyChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onItemClick": "onItemClick"; "onScrolledIndexChanged": "onScrolledIndexChanged"; }, never, ["ax-header", "ax-footer"], true, never>;
139
152
  }
140
153
 
141
154
  declare class AXListModule {
142
155
  static ɵfac: i0.ɵɵFactoryDeclaration<AXListModule, never>;
143
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXListModule, never, [typeof i1.CommonModule, typeof i2.ScrollingModule, typeof i3.AXTranslationModule, typeof AXListComponent], [typeof AXListComponent]>;
156
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXListModule, never, [typeof i1.CommonModule, typeof i2.ScrollingModule, typeof i3.AXTranslationModule, typeof i4.AXTooltipModule, typeof AXListComponent], [typeof AXListComponent]>;
144
157
  static ɵinj: i0.ɵɵInjectorDeclaration<AXListModule>;
145
158
  }
146
159
 
@@ -15,7 +15,6 @@ import * as i3 from '@angular/cdk/dialog';
15
15
  declare class AXLoadingSpinnerComponent {
16
16
  /**
17
17
  * The text to display alongside the spinner.
18
- * @ignore
19
18
  */
20
19
  text: string;
21
20
  /**
@@ -105,17 +104,75 @@ declare class AXLoadingService {
105
104
  protected loadingStates: WeakMap<object, Map<LoaderId, boolean>>;
106
105
  protected loadingStates$: WeakMap<object, Map<LoaderId, BehaviorSubject<boolean>>>;
107
106
  private dialog;
107
+ /**
108
+ * Shows a modal loading overlay.
109
+ *
110
+ * If a host element is provided via `config.location`, the overlay is attached to that
111
+ * element; otherwise it is attached to `document.body`.
112
+ *
113
+ * @param config Optional configuration: host `location`, `type`, and `context` passed to the spinner instance.
114
+ * @returns number Unique loading reference id to be used with {@link hide}.
115
+ */
108
116
  show(config?: {
109
117
  location?: Element;
110
118
  type?: string;
111
119
  context?: unknown;
112
120
  }): number;
121
+ /**
122
+ * Hides a previously shown modal loading overlay.
123
+ *
124
+ * @param id Loading reference id returned by {@link show}.
125
+ */
113
126
  hide(id: number): void;
127
+ /**
128
+ * Wraps an Observable and toggles loading for its duration.
129
+ *
130
+ * Starts loading before subscription settles and ends loading on finalize.
131
+ *
132
+ * @param source$ Source observable.
133
+ * @param context Loading context key.
134
+ * @param loaderId Optional id to scope multiple loaders per context.
135
+ * @returns Observable<V> The original stream with loading side effects.
136
+ */
114
137
  doLoading<V>(source$: Observable<V>, context: LoadingContext, loaderId?: LoaderId): Observable<V>;
138
+ /**
139
+ * Returns current loading state for the given context and optional loader id.
140
+ *
141
+ * @param context Loading context key.
142
+ * @param loaderId Optional loader id.
143
+ * @returns boolean True if any matching loader is active.
144
+ */
115
145
  isLoading(context: LoadingContext, loaderId?: LoaderId): boolean;
146
+ /**
147
+ * Observable loading state for the given context and optional loader id.
148
+ * Initializes the state if it does not exist yet.
149
+ *
150
+ * @param context Loading context key.
151
+ * @param loaderId Optional loader id.
152
+ * @returns Observable<boolean>
153
+ */
116
154
  isLoading$(context: LoadingContext, loaderId?: LoaderId | any): Observable<boolean>;
155
+ /**
156
+ * Sets loading state to true for the given context/loader id.
157
+ *
158
+ * @param context Loading context key.
159
+ * @param loaderId Optional loader id.
160
+ * @returns void
161
+ */
117
162
  startLoading(context: LoadingContext, loaderId?: LoaderId): void;
163
+ /**
164
+ * Sets loading state to false for the given context/loader id.
165
+ *
166
+ * @param context Loading context key.
167
+ * @param loaderId Optional loader id.
168
+ * @returns void
169
+ */
118
170
  endLoading(context: LoadingContext, loaderId?: LoaderId): void;
171
+ /**
172
+ * Clears all tracked loading states across all contexts.
173
+ *
174
+ * @returns void
175
+ */
119
176
  clearLoadings(): void;
120
177
  protected setLoadingState(context: LoadingContext, state: boolean, loaderId: LoaderId): void;
121
178
  protected hasLoadingStates(context: LoadingContext, loaderId: LoaderId): boolean;
@@ -62,32 +62,44 @@ declare class AXLoadingDialogComponent extends MXBaseComponent {
62
62
  /** @ignore */
63
63
  protected progressValue: WritableSignal<number>;
64
64
  /**
65
- * Closes the dialog.
65
+ * Closes the loading dialog.
66
+ *
67
+ * @returns void - No return value. The dialog is closed and control returns to the caller.
66
68
  */
67
69
  close(): void;
68
70
  /**
69
- * Sets the progress text.
70
- * @param text
71
+ * Sets the displayed progress text inside the dialog.
72
+ *
73
+ * @param text The text to display under the progress bar.
74
+ * @returns void
71
75
  */
72
76
  setProgressText(text: string): void;
73
77
  /**
74
- * Sets the progress status.
75
- * @param status
78
+ * Sets the status text, typically representing the current step out of total steps (e.g., "5/10").
79
+ *
80
+ * @param status The status text to display.
81
+ * @returns void
76
82
  */
77
83
  setProgressStatus(status: string): void;
78
84
  /**
79
- * Sets the color for the progress.
80
- * @param color
85
+ * Sets the color used by the progress indicator.
86
+ *
87
+ * @param color The color token to apply to the progress UI.
88
+ * @returns void
81
89
  */
82
90
  setProgressColor(color: AXStyleColorType): void;
83
91
  /**
84
- * Sets the title for the dialog.
85
- * @param text
92
+ * Sets the dialog title text.
93
+ *
94
+ * @param text The title text to display at the top of the dialog.
95
+ * @returns void
86
96
  */
87
97
  setDialogTitle(text: string): void;
88
98
  /**
89
- * Sets the progress value.
90
- * @param value
99
+ * Sets the numeric progress value.
100
+ *
101
+ * @param value A number in the range 0–100 representing the current progress.
102
+ * @returns void
91
103
  */
92
104
  setProgressValue(value: number): void;
93
105
  /** @ignore */
@@ -106,6 +118,12 @@ declare class AXLoadingDialogModule {
106
118
 
107
119
  declare class AXLoadingDialogService {
108
120
  private dialog;
121
+ /**
122
+ * Opens a loading dialog with the specified configuration.
123
+ *
124
+ * @param options Configuration for the loading dialog, including title, progress mode, and optional initial values.
125
+ * @returns AXDialogRef - A reference with helper methods to control the dialog lifecycle and UI (close, setProgressValue, setProgressText, setDialogTitle, setProgressColor, setProgressStatus).
126
+ */
109
127
  show(options: AXLoadingDialogConfig): AXDialogRef;
110
128
  static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingDialogService, never>;
111
129
  static ɵprov: i0.ɵɵInjectableDeclaration<AXLoadingDialogService>;
package/map/index.d.ts CHANGED
@@ -167,6 +167,11 @@ declare class AXMapComponent implements OnDestroy {
167
167
  * Event triggered when a new marker is added to the map.
168
168
  */
169
169
  onMarkerAdded: _angular_core.OutputEmitterRef<AXMapMarker>;
170
+ /**
171
+ * @description
172
+ * Event triggered when a marker is clicked on the map.
173
+ */
174
+ onMarkerClick: _angular_core.OutputEmitterRef<AXMapMarker>;
170
175
  /**
171
176
  * @description
172
177
  * Event triggered when marker positions are changed on the map.
@@ -177,6 +182,11 @@ declare class AXMapComponent implements OnDestroy {
177
182
  * Event triggered when a new polygon is added to the map.
178
183
  */
179
184
  onPolygonAdded: _angular_core.OutputEmitterRef<AXMapPolygon>;
185
+ /**
186
+ * @description
187
+ * Event triggered when a polygon is clicked on the map.
188
+ */
189
+ onPolygonClick: _angular_core.OutputEmitterRef<AXMapPolygon>;
180
190
  /**
181
191
  * @description
182
192
  * Event triggered when polygon positions are changed on the map.
@@ -211,23 +221,26 @@ declare class AXMapComponent implements OnDestroy {
211
221
  private onLocationFoundSubscription?;
212
222
  private onMarkerChangedSubscription?;
213
223
  private onMarkerAddedSubscription?;
224
+ private onMarkerClickSubscription?;
214
225
  private onPolygonChangedSubscription?;
215
226
  private onPolygonAddedSubscription?;
227
+ private onPolygonClickSubscription?;
216
228
  private onPoiChangedSubscription?;
217
229
  private onPoiAddedSubscription?;
218
230
  /**
219
231
  * @description
220
232
  * Adds a marker to the specified location on the map.
221
233
  * @param location - The location where the marker should be placed.
234
+ * @param emitEvents - Whether to emit events for the marker.
222
235
  */
223
- addMarker(location: AXMapMarker | AXMapMarker[]): Promise<void>;
236
+ addMarker(location: AXMapMarker | AXMapMarker[], emitEvents?: boolean): Promise<void>;
224
237
  /**
225
238
  * @description
226
239
  * Adds a polygon to the specified location on the map.
227
240
  * @param location - The location where the polygon should be placed.
228
- * @param clickCallback - Optional callback for polygon click events.
241
+ * @param emitEvents - Whether to emit events for the polygon.
229
242
  */
230
- addPolygon(location: AXMapPolygon | AXMapPolygon[], clickCallback?: (event: L.LeafletMouseEvent) => void): void;
243
+ addPolygon(location: AXMapPolygon | AXMapPolygon[], emitEvents?: boolean): void;
231
244
  /**
232
245
  * @description
233
246
  * Retrieves all markers currently placed on the map.
@@ -330,7 +343,7 @@ declare class AXMapComponent implements OnDestroy {
330
343
  */
331
344
  ngOnDestroy(): void;
332
345
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMapComponent, never>;
333
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXMapComponent, "ax-map", never, { "zoomLevel": { "alias": "zoomLevel"; "required": false; "isSignal": true; }; "latitude": { "alias": "latitude"; "required": false; "isSignal": true; }; "longitude": { "alias": "longitude"; "required": false; "isSignal": true; }; "maxMarker": { "alias": "maxMarker"; "required": false; "isSignal": true; }; "maxPolygon": { "alias": "maxPolygon"; "required": false; "isSignal": true; }; "hasDraw": { "alias": "hasDraw"; "required": false; "isSignal": true; }; "hasLocator": { "alias": "hasLocator"; "required": false; "isSignal": true; }; "fitToDraw": { "alias": "fitToDraw"; "required": false; "isSignal": true; }; "limitDraw": { "alias": "limitDraw"; "required": false; "isSignal": true; }; "addPoiToFitDraw": { "alias": "addPoiToFitDraw"; "required": false; "isSignal": true; }; "markerPlace": { "alias": "markerPlace"; "required": false; "isSignal": true; }; "locatePlace": { "alias": "locatePlace"; "required": false; "isSignal": true; }; "poiMinZoom": { "alias": "poiMinZoom"; "required": false; "isSignal": true; }; "markers": { "alias": "markers"; "required": false; "isSignal": true; }; "polygons": { "alias": "polygons"; "required": false; "isSignal": true; }; "pois": { "alias": "pois"; "required": false; "isSignal": true; }; }, { "zoomLevel": "zoomLevelChange"; "latitude": "latitudeChange"; "longitude": "longitudeChange"; "onMarkerAdded": "onMarkerAdded"; "onMarkerChanged": "onMarkerChanged"; "onPolygonAdded": "onPolygonAdded"; "onPolygonChanged": "onPolygonChanged"; "onLocationFound": "onLocationFound"; "onPoiChanged": "onPoiChanged"; "onPoiAdded": "onPoiAdded"; "onMapReady": "onMapReady"; }, never, never, true, never>;
346
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXMapComponent, "ax-map", never, { "zoomLevel": { "alias": "zoomLevel"; "required": false; "isSignal": true; }; "latitude": { "alias": "latitude"; "required": false; "isSignal": true; }; "longitude": { "alias": "longitude"; "required": false; "isSignal": true; }; "maxMarker": { "alias": "maxMarker"; "required": false; "isSignal": true; }; "maxPolygon": { "alias": "maxPolygon"; "required": false; "isSignal": true; }; "hasDraw": { "alias": "hasDraw"; "required": false; "isSignal": true; }; "hasLocator": { "alias": "hasLocator"; "required": false; "isSignal": true; }; "fitToDraw": { "alias": "fitToDraw"; "required": false; "isSignal": true; }; "limitDraw": { "alias": "limitDraw"; "required": false; "isSignal": true; }; "addPoiToFitDraw": { "alias": "addPoiToFitDraw"; "required": false; "isSignal": true; }; "markerPlace": { "alias": "markerPlace"; "required": false; "isSignal": true; }; "locatePlace": { "alias": "locatePlace"; "required": false; "isSignal": true; }; "poiMinZoom": { "alias": "poiMinZoom"; "required": false; "isSignal": true; }; "markers": { "alias": "markers"; "required": false; "isSignal": true; }; "polygons": { "alias": "polygons"; "required": false; "isSignal": true; }; "pois": { "alias": "pois"; "required": false; "isSignal": true; }; }, { "zoomLevel": "zoomLevelChange"; "latitude": "latitudeChange"; "longitude": "longitudeChange"; "onMarkerAdded": "onMarkerAdded"; "onMarkerClick": "onMarkerClick"; "onMarkerChanged": "onMarkerChanged"; "onPolygonAdded": "onPolygonAdded"; "onPolygonClick": "onPolygonClick"; "onPolygonChanged": "onPolygonChanged"; "onLocationFound": "onLocationFound"; "onPoiChanged": "onPoiChanged"; "onPoiAdded": "onPoiAdded"; "onMapReady": "onMapReady"; }, never, never, true, never>;
334
347
  }
335
348
 
336
349
  interface AXMapConfig {
@@ -402,6 +415,10 @@ declare class AXLeafletService {
402
415
  * Emits when a marker is added.
403
416
  */
404
417
  onMarkerAdded: EventEmitter<AXMapMarker>;
418
+ /**
419
+ * Emits when a marker is clicked.
420
+ */
421
+ onMarkerClick: EventEmitter<AXMapMarker>;
405
422
  /**
406
423
  * Emits when the user's location is found.
407
424
  */
@@ -414,6 +431,10 @@ declare class AXLeafletService {
414
431
  * Emits when a polygon is added.
415
432
  */
416
433
  onPolygonAdded: EventEmitter<AXMapPolygon>;
434
+ /**
435
+ * Emits when a polygon is clicked.
436
+ */
437
+ onPolygonClick: EventEmitter<AXMapPolygon>;
417
438
  /**
418
439
  * Loads the Leaflet library and its plugins.
419
440
  */
@@ -569,13 +590,13 @@ declare class AXLeafletService {
569
590
  * Adds a marker or markers to the map.
570
591
  * @param locations The marker or markers to add.
571
592
  */
572
- addMarker(locations: AXMapMarker | AXMapMarker[]): Promise<void>;
593
+ addMarker(locations: AXMapMarker | AXMapMarker[], emitEvents?: boolean): Promise<void>;
573
594
  /**
574
595
  * Adds a polygon or polygons to the map, respecting the boundary if set.
575
596
  * @param polygons The polygon or polygons to add.
576
597
  * @param clickCallback Optional callback function to be executed on polygon click.
577
598
  */
578
- addPolygon(polygons: AXMapPolygon | AXMapPolygon[], clickCallback?: (event: L.LeafletMouseEvent) => void): void;
599
+ addPolygon(polygons: AXMapPolygon | AXMapPolygon[], emitEvents?: boolean): void;
579
600
  /**
580
601
  * Adds a POI marker to the map.
581
602
  * @param locations One or more POI markers to add.
@@ -177,6 +177,7 @@ declare class AXNumberBoxComponent extends AXNumberBoxComponent_base implements
177
177
  */
178
178
  decimalStepDown(u?: boolean): void;
179
179
  onWheel(event: WheelEvent): void;
180
+ private get __hostName();
180
181
  static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxComponent, never>;
181
182
  static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-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; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "changeOnScroll": { "alias": "changeOnScroll"; "required": false; }; "allDigits": { "alias": "allDigits"; "required": false; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "padDecimalZeros": { "alias": "padDecimalZeros"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "decimalStep": { "alias": "decimalStep"; "required": false; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
182
183
  }
@@ -33,6 +33,7 @@ declare class AXNumberBox2Component extends AXNumberBox2Component_base {
33
33
  protected handleDownClick(): void;
34
34
  protected handleOnMaskChanged(e: AXInputMaskEvent): void;
35
35
  protected onWheel(event: WheelEvent): void;
36
+ private get __hostName();
36
37
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXNumberBox2Component, never>;
37
38
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXNumberBox2Component, "ax-number-box-2", 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; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; "isSignal": true; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; "isSignal": true; }; "decimals": { "alias": "decimals"; "required": false; "isSignal": true; }; "changeOnScroll": { "alias": "changeOnScroll"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; "thousandsSeparator": "thousandsSeparatorChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
38
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.2.0-next.1",
3
+ "version": "20.2.0-next.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",
@@ -11,7 +11,10 @@
11
11
  "qrcode": "^1.5.4",
12
12
  "gridstack": "^11.1.2",
13
13
  "maska": ">=3.1.1",
14
- "rrule": "^2.8.1"
14
+ "rrule": "^2.8.1",
15
+ "leaflet": "^1.9.4",
16
+ "leaflet-draw": "^1.0.4",
17
+ "leaflet.locatecontrol": "^0.81.1"
15
18
  },
16
19
  "dependencies": {
17
20
  "tslib": "^2.3.0"
@@ -195,6 +198,10 @@
195
198
  "types": "./label/index.d.ts",
196
199
  "default": "./fesm2022/acorex-components-label.mjs"
197
200
  },
201
+ "./list": {
202
+ "types": "./list/index.d.ts",
203
+ "default": "./fesm2022/acorex-components-list.mjs"
204
+ },
198
205
  "./loading": {
199
206
  "types": "./loading/index.d.ts",
200
207
  "default": "./fesm2022/acorex-components-loading.mjs"
@@ -203,10 +210,6 @@
203
210
  "types": "./loading-dialog/index.d.ts",
204
211
  "default": "./fesm2022/acorex-components-loading-dialog.mjs"
205
212
  },
206
- "./list": {
207
- "types": "./list/index.d.ts",
208
- "default": "./fesm2022/acorex-components-list.mjs"
209
- },
210
213
  "./map": {
211
214
  "types": "./map/index.d.ts",
212
215
  "default": "./fesm2022/acorex-components-map.mjs"
package/paint/index.d.ts CHANGED
@@ -44,6 +44,7 @@ declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
44
44
  setHighlightWidth(width: number): void;
45
45
  setEraserWidth(width: number): void;
46
46
  clear(): void;
47
+ private get __hostName();
47
48
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPaintContainerComponent, never>;
48
49
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPaintContainerComponent, "ax-paint-container", never, { "look": { "alias": "look"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; "isSignal": true; }; }, {}, never, ["*", "ax-validation-rule"], true, never>;
49
50
  }
@@ -45,6 +45,7 @@ declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base {
45
45
  * Toggles the input type between 'password' and 'text' to show or hide the password.
46
46
  */
47
47
  toggleType(): void;
48
+ private get __hostName();
48
49
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPasswordBoxComponent, never>;
49
50
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-box", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "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; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "showToggleButton": { "alias": "showToggleButton"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule", "ax-password-strength-validation"], true, never>;
50
51
  }
@@ -79,6 +79,7 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
79
79
  handleKeyDown(e: KeyboardEvent): void;
80
80
  /** @ignore */
81
81
  _handleCountryValueChanged(event: AXValueChangedEvent): void;
82
+ private get __hostName();
82
83
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPhoneBoxComponent, never>;
83
84
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPhoneBoxComponent, "ax-phone-box", 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; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "look": { "alias": "look"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; "precode": { "alias": "precode"; "required": false; "isSignal": true; }; "country": { "alias": "country"; "required": false; "isSignal": true; }; "included": { "alias": "included"; "required": false; "isSignal": true; }; "excluded": { "alias": "excluded"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; "country": "countryChange"; }, never, ["ax-clear-button ", "ax-validation-rule"], true, never>;
84
85
  }
package/picker/index.d.ts CHANGED
@@ -6,7 +6,7 @@ import { MXValueComponent } from '@acorex/cdk/common';
6
6
  import * as i1 from '@angular/common';
7
7
 
8
8
  declare class AXPickerContainerComponent {
9
- customClass: _angular_core.InputSignal<string>;
9
+ readonly customClass: _angular_core.InputSignal<string>;
10
10
  get __hostClass(): string;
11
11
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPickerContainerComponent, never>;
12
12
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPickerContainerComponent, "ax-picker-container", never, { "customClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["ax-picker-title", "ax-picker-items"], true, never>;
@@ -15,19 +15,21 @@ declare class AXPickerContainerComponent {
15
15
  declare class AXPickerItemsComponent extends MXValueComponent {
16
16
  #private;
17
17
  protected swiperRef: _angular_core.Signal<AXCarouselDirective>;
18
- items: _angular_core.InputSignal<any[]>;
19
- valueField: _angular_core.InputSignal<string>;
20
- textField: _angular_core.InputSignal<string>;
21
- selectedItemIndex: _angular_core.WritableSignal<any>;
22
- slidesPerGroup: _angular_core.InputSignal<number>;
23
- loop: _angular_core.InputSignal<boolean>;
18
+ readonly items: _angular_core.InputSignal<any[]>;
19
+ readonly valueField: _angular_core.InputSignal<string>;
20
+ readonly textField: _angular_core.InputSignal<string>;
21
+ readonly slidesPerGroup: _angular_core.InputSignal<number>;
22
+ readonly loop: _angular_core.InputSignal<boolean>;
23
+ private selectedItemIndex;
24
+ readonly minValue: _angular_core.InputSignal<number>;
25
+ readonly maxValue: _angular_core.InputSignal<number>;
24
26
  protected option: _angular_core.WritableSignal<swiper_types.SwiperOptions>;
25
27
  protected clickHandler(v: any): any;
26
28
  internalSetValue(v: any): any;
27
29
  /** @ignore */
28
30
  private get __hostClass();
29
31
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPickerItemsComponent, never>;
30
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPickerItemsComponent, "ax-picker-items", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "readonlyChange": { "alias": "readonlyChange"; "required": false; }; "disabledChange": { "alias": "disabledChange"; "required": false; }; "items": { "alias": "items"; "required": true; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "slidesPerGroup": { "alias": "slidesPerGroup"; "required": false; "isSignal": true; }; "loop": { "alias": "loop"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, never, true, never>;
32
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPickerItemsComponent, "ax-picker-items", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "readonlyChange": { "alias": "readonlyChange"; "required": false; }; "disabledChange": { "alias": "disabledChange"; "required": false; }; "items": { "alias": "items"; "required": true; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "slidesPerGroup": { "alias": "slidesPerGroup"; "required": false; "isSignal": true; }; "loop": { "alias": "loop"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, never, true, never>;
31
33
  }
32
34
 
33
35
  declare class AXPickerTitleComponent {
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { ElementRef, ComponentRef, TemplateRef, EventEmitter } from '@angular/core';
2
+ import { OnDestroy, ElementRef, ComponentRef, TemplateRef, EventEmitter } from '@angular/core';
3
3
  import { MXBaseComponent, AXPlacementType, AXEvent } from '@acorex/cdk/common';
4
4
  import { ComponentType } from '@angular/cdk/portal';
5
5
  import * as i1 from '@angular/common';
@@ -10,7 +10,7 @@ type AXPopoverCloseTrigger = 'manual' | 'clickOut' | 'leave';
10
10
  * @category Components
11
11
  * A popover component with custom encapsulation and change detection settings.
12
12
  */
13
- declare class AXPopoverComponent extends MXBaseComponent {
13
+ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
14
14
  #private;
15
15
  private document;
16
16
  private platformID;
@@ -33,6 +33,10 @@ declare class AXPopoverComponent extends MXBaseComponent {
33
33
  /** @ignore */
34
34
  private _overlayEvents;
35
35
  /** @ignore */
36
+ private resizeObserver;
37
+ /** @ignore */
38
+ private resize$;
39
+ /** @ignore */
36
40
  private _disabled;
37
41
  width: i0.InputSignal<string>;
38
42
  /**
@@ -78,7 +82,7 @@ declare class AXPopoverComponent extends MXBaseComponent {
78
82
  /** @ignore */
79
83
  private _placement;
80
84
  /**
81
- * Gets or sets the component's placement and updates position settings.
85
+ * Gets the current placement of the component.
82
86
  */
83
87
  get placement(): AXPlacementType;
84
88
  /**
@@ -214,6 +218,10 @@ declare class AXPopoverComponent extends MXBaseComponent {
214
218
  * Focuses the overlay element.
215
219
  */
216
220
  focus(): void;
221
+ /** @ignore */
222
+ private initializeResizeObserver;
223
+ /** @ignore */
224
+ private disconnectResizeObserver;
217
225
  protected ngOnInit(): void;
218
226
  /** @ignore */
219
227
  ngOnDestroy(): void;
package/radio/index.d.ts CHANGED
@@ -21,7 +21,7 @@ declare class AXRadioComponent extends MXValueComponent<boolean | null> implemen
21
21
  /** @ignore */
22
22
  protected _handleModelChange(value: boolean | null): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<AXRadioComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<AXRadioComponent, "ax-radio", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_labels"], ["ax-label", "ax-form-hint", "ax-validation-rule"], true, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXRadioComponent, "ax-radio", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_labels"], ["ax-label", "ax-form-hint", "ax-validation-rule"], true, never>;
25
25
  }
26
26
 
27
27
  declare class AXRadioModule {
@@ -103,7 +103,7 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
103
103
  * @description
104
104
  * Handles mouse leave events to reset styles.
105
105
  */
106
- mouseLeave(): void;
106
+ protected mouseLeave(): void;
107
107
  /**
108
108
  * @description
109
109
  * Cleans up event listeners and restores the previous rating value.