@acorex/components 20.1.24 → 20.1.26

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 (234) hide show
  1. package/action-sheet/index.d.ts +1 -10
  2. package/alert/index.d.ts +1 -3
  3. package/avatar/index.d.ts +1 -2
  4. package/badge/index.d.ts +1 -2
  5. package/bottom-navigation/index.d.ts +10 -2
  6. package/breadcrumbs/index.d.ts +2 -3
  7. package/button/index.d.ts +56 -17
  8. package/button-group/index.d.ts +8 -5
  9. package/calendar/index.d.ts +5 -7
  10. package/check-box/index.d.ts +1 -4
  11. package/chips/index.d.ts +1 -2
  12. package/collapse/index.d.ts +1 -3
  13. package/color-box/index.d.ts +4 -8
  14. package/color-palette/index.d.ts +19 -24
  15. package/comment/index.d.ts +5 -5
  16. package/datetime-box/index.d.ts +1 -7
  17. package/datetime-input/index.d.ts +1 -4
  18. package/datetime-picker/index.d.ts +1 -10
  19. package/fesm2022/acorex-components-accordion.mjs +10 -10
  20. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  21. package/fesm2022/acorex-components-action-sheet.mjs +20 -46
  22. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  23. package/fesm2022/acorex-components-alert.mjs +9 -11
  24. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  25. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  26. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  27. package/fesm2022/acorex-components-autocomplete.mjs +7 -7
  28. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  29. package/fesm2022/acorex-components-avatar.mjs +11 -13
  30. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  31. package/fesm2022/acorex-components-badge.mjs +8 -9
  32. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  33. package/fesm2022/acorex-components-bottom-navigation.mjs +17 -13
  34. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  35. package/fesm2022/acorex-components-breadcrumbs.mjs +21 -19
  36. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  37. package/fesm2022/acorex-components-button-group.mjs +31 -22
  38. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  39. package/fesm2022/acorex-components-button.mjs +73 -30
  40. package/fesm2022/acorex-components-button.mjs.map +1 -1
  41. package/fesm2022/acorex-components-calendar.mjs +27 -24
  42. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  43. package/fesm2022/acorex-components-check-box.mjs +8 -10
  44. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  45. package/fesm2022/acorex-components-chips.mjs +8 -9
  46. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  47. package/fesm2022/acorex-components-circular-progress.mjs +7 -7
  48. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  49. package/fesm2022/acorex-components-collapse.mjs +14 -15
  50. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  51. package/fesm2022/acorex-components-color-box.mjs +27 -29
  52. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  53. package/fesm2022/acorex-components-color-palette.mjs +53 -73
  54. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  55. package/fesm2022/acorex-components-comment.mjs +34 -34
  56. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  57. package/fesm2022/acorex-components-conversation.mjs +49 -49
  58. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  59. package/fesm2022/acorex-components-cron-job.mjs +46 -46
  60. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  61. package/fesm2022/acorex-components-data-pager.mjs +31 -31
  62. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  63. package/fesm2022/acorex-components-data-table.mjs +37 -37
  64. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  65. package/fesm2022/acorex-components-datetime-box.mjs +13 -28
  66. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  67. package/fesm2022/acorex-components-datetime-input.mjs +10 -13
  68. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  69. package/fesm2022/acorex-components-datetime-picker.mjs +18 -39
  70. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  71. package/fesm2022/acorex-components-decorators.mjs +25 -25
  72. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  73. package/fesm2022/acorex-components-dialog.mjs +10 -10
  74. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  75. package/fesm2022/acorex-components-drawer-2.mjs +10 -10
  76. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  77. package/fesm2022/acorex-components-drawer.mjs +13 -13
  78. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  79. package/fesm2022/acorex-components-dropdown-button.mjs +7 -7
  80. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  81. package/fesm2022/acorex-components-dropdown.mjs +13 -13
  82. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  83. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  84. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  85. package/fesm2022/acorex-components-flow-chart.mjs +40 -16
  86. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  87. package/fesm2022/acorex-components-form.mjs +26 -17
  88. package/fesm2022/acorex-components-form.mjs.map +1 -1
  89. package/fesm2022/acorex-components-grid-layout-builder.mjs +10 -10
  90. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  91. package/fesm2022/acorex-components-image-editor.mjs +34 -34
  92. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  93. package/fesm2022/acorex-components-image.mjs +7 -7
  94. package/fesm2022/acorex-components-image.mjs.map +1 -1
  95. package/fesm2022/acorex-components-json-viewer.mjs +7 -7
  96. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  97. package/fesm2022/acorex-components-kanban.mjs +4 -4
  98. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  99. package/fesm2022/acorex-components-kbd.mjs +14 -13
  100. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  101. package/fesm2022/acorex-components-label.mjs +9 -9
  102. package/fesm2022/acorex-components-label.mjs.map +1 -1
  103. package/fesm2022/acorex-components-list.mjs +8 -8
  104. package/fesm2022/acorex-components-list.mjs.map +1 -1
  105. package/fesm2022/acorex-components-loading-dialog.mjs +11 -11
  106. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  107. package/fesm2022/acorex-components-loading.mjs +16 -16
  108. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  109. package/fesm2022/acorex-components-map.mjs +481 -110
  110. package/fesm2022/acorex-components-map.mjs.map +1 -1
  111. package/fesm2022/acorex-components-media-viewer.mjs +37 -37
  112. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  113. package/fesm2022/acorex-components-menu.mjs +27 -18
  114. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  115. package/fesm2022/{acorex-components-modal-acorex-components-modal-C_TpX235.mjs → acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs} +101 -22
  116. package/fesm2022/acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs.map +1 -0
  117. package/fesm2022/{acorex-components-modal-modal-content.component-BRhLxoBk.mjs → acorex-components-modal-modal-content.component-Bt8c43qi.mjs} +5 -5
  118. package/fesm2022/{acorex-components-modal-modal-content.component-BRhLxoBk.mjs.map → acorex-components-modal-modal-content.component-Bt8c43qi.mjs.map} +1 -1
  119. package/fesm2022/acorex-components-modal.mjs +1 -1
  120. package/fesm2022/acorex-components-navbar.mjs +13 -8
  121. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  122. package/fesm2022/acorex-components-notification.mjs +14 -11
  123. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  124. package/fesm2022/acorex-components-number-box-2.mjs +3 -3
  125. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  126. package/fesm2022/acorex-components-number-box.mjs +7 -7
  127. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  128. package/fesm2022/acorex-components-otp.mjs +9 -9
  129. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  130. package/fesm2022/acorex-components-page.mjs +10 -10
  131. package/fesm2022/acorex-components-page.mjs.map +1 -1
  132. package/fesm2022/acorex-components-paint.mjs +25 -25
  133. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  134. package/fesm2022/acorex-components-password-box.mjs +11 -11
  135. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  136. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  137. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  138. package/fesm2022/acorex-components-phone-box.mjs +14 -11
  139. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  140. package/fesm2022/acorex-components-picker.mjs +13 -13
  141. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  142. package/fesm2022/acorex-components-popover.mjs +7 -7
  143. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  144. package/fesm2022/acorex-components-popup.mjs +10 -10
  145. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  146. package/fesm2022/acorex-components-progress-bar.mjs +7 -7
  147. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  148. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  149. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  150. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  151. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  152. package/fesm2022/acorex-components-radio.mjs +7 -7
  153. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  154. package/fesm2022/acorex-components-rail-navigation.mjs +24 -13
  155. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  156. package/fesm2022/acorex-components-range-slider.mjs +7 -7
  157. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  158. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  159. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  160. package/fesm2022/acorex-components-rest-api-generator.mjs +22 -22
  161. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  162. package/fesm2022/acorex-components-result.mjs +7 -7
  163. package/fesm2022/acorex-components-result.mjs.map +1 -1
  164. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  165. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  166. package/fesm2022/acorex-components-rrule.mjs +6 -6
  167. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  168. package/fesm2022/acorex-components-scheduler.mjs +31 -31
  169. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  170. package/fesm2022/acorex-components-scss.mjs +4 -4
  171. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  172. package/fesm2022/acorex-components-search-box.mjs +7 -7
  173. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  174. package/fesm2022/acorex-components-select-box.mjs +7 -7
  175. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  176. package/fesm2022/acorex-components-selection-list-2.mjs +7 -7
  177. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  178. package/fesm2022/acorex-components-selection-list.mjs +7 -7
  179. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  180. package/fesm2022/acorex-components-side-menu.mjs +98 -43
  181. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  182. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  183. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  184. package/fesm2022/acorex-components-slider.mjs +7 -7
  185. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  186. package/fesm2022/acorex-components-sliding-item.mjs +13 -13
  187. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  188. package/fesm2022/acorex-components-step-wizard.mjs +13 -13
  189. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  190. package/fesm2022/acorex-components-switch.mjs +10 -10
  191. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  192. package/fesm2022/acorex-components-tabs.mjs +13 -13
  193. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  194. package/fesm2022/acorex-components-tag-box.mjs +7 -7
  195. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  196. package/fesm2022/acorex-components-tag.mjs +7 -7
  197. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  198. package/fesm2022/acorex-components-text-area.mjs +7 -7
  199. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  200. package/fesm2022/acorex-components-text-box.mjs +10 -10
  201. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  202. package/fesm2022/acorex-components-time-duration.mjs +7 -7
  203. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  204. package/fesm2022/acorex-components-time-line.mjs +10 -10
  205. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  206. package/fesm2022/acorex-components-toast.mjs +10 -10
  207. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  208. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  209. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  210. package/fesm2022/acorex-components-tooltip.mjs +12 -11
  211. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  212. package/fesm2022/acorex-components-tree-view.mjs +10 -10
  213. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  214. package/fesm2022/acorex-components-uploader.mjs +22 -22
  215. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  216. package/fesm2022/acorex-components-video-player.mjs +7 -7
  217. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  218. package/fesm2022/acorex-components-wysiwyg.mjs +33 -33
  219. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  220. package/flow-chart/index.d.ts +24 -0
  221. package/form/index.d.ts +4 -0
  222. package/kbd/index.d.ts +4 -3
  223. package/map/index.d.ts +93 -1
  224. package/menu/index.d.ts +2 -0
  225. package/modal/index.d.ts +43 -0
  226. package/navbar/index.d.ts +6 -1
  227. package/package.json +48 -48
  228. package/paint/index.d.ts +1 -1
  229. package/password-box/index.d.ts +6 -6
  230. package/phone-box/index.d.ts +10 -8
  231. package/rail-navigation/index.d.ts +11 -0
  232. package/side-menu/index.d.ts +16 -7
  233. package/tooltip/index.d.ts +2 -1
  234. package/fesm2022/acorex-components-modal-acorex-components-modal-C_TpX235.mjs.map +0 -1
@@ -135,8 +135,26 @@ declare class AXFlowChartComponent extends NXComponent {
135
135
  selectedNode: _angular_core.Signal<AXFlowChartNodes>;
136
136
  selectedEdge: _angular_core.Signal<AXFlowChartEdges>;
137
137
  handleKeyboardEvent(event: KeyboardEvent): void;
138
+ /**
139
+ * Draws edges on the flow chart.
140
+ *
141
+ * @param edges Array of edges to draw.
142
+ * @returns void
143
+ */
138
144
  drawEdges(edges: AXFlowChartEdges[]): void;
145
+ /**
146
+ * Removes a specific edge from the flow chart.
147
+ *
148
+ * @param edge The edge object to remove.
149
+ * @returns void
150
+ */
139
151
  removeEdge(edge: AXFlowChartEdges): void;
152
+ /**
153
+ * Creates one or more nodes on the flow chart.
154
+ *
155
+ * @param nodes Array of node definitions to create.
156
+ * @returns void
157
+ */
140
158
  createNode(nodes: {
141
159
  id: string;
142
160
  type: string;
@@ -144,6 +162,12 @@ declare class AXFlowChartComponent extends NXComponent {
144
162
  x: number;
145
163
  y: number;
146
164
  }[]): void;
165
+ /**
166
+ * Removes a node by its identifier.
167
+ *
168
+ * @param nodeId The unique id of the node to remove.
169
+ * @returns void
170
+ */
147
171
  removeNode(nodeId: string): void;
148
172
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXFlowChartComponent, never>;
149
173
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXFlowChartComponent, "ax-flow-chart", never, { "initialFlowChartNode": { "alias": "initialFlowChartNode"; "required": true; "isSignal": true; }; "initialFlowChartEdge": { "alias": "initialFlowChartEdge"; "required": true; "isSignal": true; }; }, {}, never, ["ax-header", "ax-flow-chart-renderer", "ax-footer"], true, never>;
package/form/index.d.ts CHANGED
@@ -172,6 +172,10 @@ declare class AXFormFieldComponent extends MXBaseComponent implements AfterConte
172
172
  * @ignore
173
173
  */
174
174
  private autoSetRequired;
175
+ /**
176
+ * @ignore
177
+ */
178
+ private autoSetLabelAssociation;
175
179
  /**
176
180
  * @ignore
177
181
  */
package/kbd/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
+ import { NXComponent } from '@acorex/cdk/common';
2
3
  import * as i1 from '@angular/common';
3
4
 
4
- declare class AXKBDItemComponent {
5
+ declare class AXKBDItemComponent extends NXComponent {
5
6
  keys: i0.InputSignal<string | string[]>;
6
7
  modifierKeys: i0.WritableSignal<string[]>;
7
8
  /**
@@ -10,12 +11,12 @@ declare class AXKBDItemComponent {
10
11
  * @param text Input text to transform
11
12
  * @returns The text with its first character uppercased
12
13
  */
13
- capitalizeFirstLetter(text: string): string;
14
+ protected capitalizeFirstLetter(text: string): string;
14
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AXKBDItemComponent, never>;
15
16
  static ɵcmp: i0.ɵɵComponentDeclaration<AXKBDItemComponent, "ax-kbd-item", never, { "keys": { "alias": "keys"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
16
17
  }
17
18
 
18
- declare class AXKBDComponent {
19
+ declare class AXKBDComponent extends NXComponent {
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AXKBDComponent, never>;
20
21
  static ɵcmp: i0.ɵɵComponentDeclaration<AXKBDComponent, "ax-kbd", never, {}, {}, never, ["ax-kbd-item"], true, never>;
21
22
  }
package/map/index.d.ts CHANGED
@@ -31,6 +31,14 @@ interface AXMapMarker extends AXMapLatLng {
31
31
  popup?: string;
32
32
  popupOpen?: boolean;
33
33
  popupCloseButton?: boolean;
34
+ /**
35
+ * If true, the marker cannot be deleted or moved/edited via draw interactions
36
+ */
37
+ isLocked?: boolean;
38
+ /**
39
+ * Optional unique identifier for id-based operations
40
+ */
41
+ id?: string | number;
34
42
  }
35
43
  /**
36
44
  * Represents a Point of Interest marker on the map with the same properties as AXMapMarker.
@@ -126,6 +134,12 @@ declare class AXMapComponent implements OnDestroy {
126
134
  * @default false
127
135
  */
128
136
  addPoiToFitDraw: _angular_core.InputSignal<boolean>;
137
+ /**
138
+ * @description
139
+ * If true, user can add a marker by clicking/tapping on the map.
140
+ * @default false
141
+ */
142
+ addMarkerOnTap: _angular_core.InputSignal<boolean>;
129
143
  /**
130
144
  * @description
131
145
  * Position of the marker control on the map.
@@ -212,6 +226,11 @@ declare class AXMapComponent implements OnDestroy {
212
226
  * Event triggered map is loaded.
213
227
  */
214
228
  onMapReady: _angular_core.OutputEmitterRef<void>;
229
+ /**
230
+ * @description
231
+ * Event triggered when map loading/initialization fails.
232
+ */
233
+ onLoadError: _angular_core.OutputEmitterRef<Error>;
215
234
  private mapContainer;
216
235
  private leafletService;
217
236
  private rendered;
@@ -234,6 +253,11 @@ declare class AXMapComponent implements OnDestroy {
234
253
  * @param emitEvents - Whether to emit events for the marker.
235
254
  */
236
255
  addMarker(location: AXMapMarker | AXMapMarker[], emitEvents?: boolean): Promise<void>;
256
+ /**
257
+ * @description
258
+ * Removes markers by id or location; if not provided removes all markers
259
+ */
260
+ removeMarker(location?: AXMapMarker | AXMapMarker[]): void;
237
261
  /**
238
262
  * @description
239
263
  * Adds a polygon to the specified location on the map.
@@ -241,6 +265,11 @@ declare class AXMapComponent implements OnDestroy {
241
265
  * @param emitEvents - Whether to emit events for the polygon.
242
266
  */
243
267
  addPolygon(location: AXMapPolygon | AXMapPolygon[], emitEvents?: boolean): void;
268
+ /**
269
+ * @description
270
+ * Removes polygons by id or geometry; if not provided removes all polygons
271
+ */
272
+ removePolygon(location?: AXMapPolygon | AXMapPolygon[]): void;
244
273
  /**
245
274
  * @description
246
275
  * Retrieves all markers currently placed on the map.
@@ -303,14 +332,42 @@ declare class AXMapComponent implements OnDestroy {
303
332
  * Setup map event listeners
304
333
  */
305
334
  private setupMapEvents;
335
+ /**
336
+ * Setup map movement event subscriptions
337
+ */
338
+ private setupMapMovementEvents;
306
339
  /**
307
340
  * Setup draw event subscriptions
308
341
  */
309
342
  private setupDrawEventSubscriptions;
343
+ /**
344
+ * Setup marker event subscriptions
345
+ */
346
+ private setupMarkerEventSubscriptions;
347
+ /**
348
+ * Setup polygon event subscriptions
349
+ */
350
+ private setupPolygonEventSubscriptions;
351
+ /**
352
+ * Setup POI event subscriptions
353
+ */
354
+ private setupPoiEventSubscriptions;
310
355
  /**
311
356
  * Unsubscribe from draw events
312
357
  */
313
358
  private unsubscribeFromDrawEvents;
359
+ /**
360
+ * Unsubscribe from marker events
361
+ */
362
+ private unsubscribeMarkerEvents;
363
+ /**
364
+ * Unsubscribe from polygon events
365
+ */
366
+ private unsubscribePolygonEvents;
367
+ /**
368
+ * Unsubscribe from POI events
369
+ */
370
+ private unsubscribePoiEvents;
314
371
  /**
315
372
  * @description
316
373
  * Update popup for a specific marker
@@ -342,8 +399,16 @@ declare class AXMapComponent implements OnDestroy {
342
399
  * Cleanup function that destroys the map and unsubscribes from all subscriptions.
343
400
  */
344
401
  ngOnDestroy(): void;
402
+ /**
403
+ * Unsubscribe from all event subscriptions
404
+ */
405
+ private unsubscribeFromAllEvents;
406
+ /**
407
+ * Unsubscribe from map-level events
408
+ */
409
+ private unsubscribeFromMapEvents;
345
410
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMapComponent, 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>;
411
+ 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; }; "addMarkerOnTap": { "alias": "addMarkerOnTap"; "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"; "onLoadError": "onLoadError"; }, never, never, true, never>;
347
412
  }
348
413
 
349
414
  interface AXMapConfig {
@@ -387,6 +452,9 @@ declare class AXLeafletService {
387
452
  private poiLayer?;
388
453
  private boundary;
389
454
  private boundaryLayer;
455
+ private _addMarkerOnTapEnabled;
456
+ private _isCurrentlyDrawing;
457
+ private _hasDrawControl;
390
458
  /**
391
459
  * Emits when the zoom level of the map changes.
392
460
  */
@@ -427,6 +495,10 @@ declare class AXLeafletService {
427
495
  * Emits when polygon data changes.
428
496
  */
429
497
  onPolygonChanged: EventEmitter<AXMapPolygon[]>;
498
+ /**
499
+ * Emits when an error occurs during map load/initialization
500
+ */
501
+ onLoadError: EventEmitter<Error>;
430
502
  /**
431
503
  * Emits when a polygon is added.
432
504
  */
@@ -630,6 +702,26 @@ declare class AXLeafletService {
630
702
  * @param providerKey The key of the provider to refresh
631
703
  */
632
704
  refreshPoiByProvider(providerKey: string): Promise<void>;
705
+ /**
706
+ * Sets whether markers can be added by clicking/tapping on the map
707
+ * @param enabled Whether to enable marker-on-tap functionality
708
+ */
709
+ setAddMarkerOnTap(enabled: boolean): void;
710
+ /**
711
+ * Checks if the map is currently in drawing mode
712
+ * @returns True if currently drawing
713
+ */
714
+ private _isDrawingMode;
715
+ /**
716
+ * Removes markers by id or location. If no location provided, removes all markers.
717
+ */
718
+ removeMarker(locations?: AXMapMarker | AXMapMarker[]): void;
719
+ /**
720
+ * Removes polygons by id or geometry. If no location provided, removes all polygons.
721
+ */
722
+ removePolygon(locations?: AXMapPolygon | AXMapPolygon[]): void;
723
+ setMaxMarkers(maxMarkers: number): void;
724
+ setMaxPolygons(maxPolygons: number): void;
633
725
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXLeafletService, never>;
634
726
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXLeafletService>;
635
727
  }
package/menu/index.d.ts CHANGED
@@ -78,6 +78,8 @@ declare class AXContextMenuComponent extends NXComponent {
78
78
  showAt(point: AXPoint, targetElement?: HTMLElement, event?: AXContextMenuOpeningEvent): void;
79
79
  close(): void;
80
80
  private backdropElement;
81
+ private originalNextSibling;
82
+ private originalParent;
81
83
  protected items: _angular_core.WritableSignal<AXMenuItem[]>;
82
84
  /** @ignore */
83
85
  private getTargetElements;
package/modal/index.d.ts CHANGED
@@ -47,11 +47,32 @@ declare class AXModalComponent extends NXComponent {
47
47
  private service;
48
48
  protected template: i0.Signal<TemplateRef<any>>;
49
49
  private ref;
50
+ /**
51
+ * Opens the modal with the specified options.
52
+ * @param options - Configuration options for the modal
53
+ * @returns Promise<AXModalRef> - Reference to the opened modal
54
+ */
50
55
  open(options?: AXModalOptions): Promise<AXModalRef<any>>;
56
+ /**
57
+ * Closes the currently open modal.
58
+ */
51
59
  close(): Promise<void>;
60
+ /**
61
+ * Sets input values for the modal content component.
62
+ * @param values - Object containing input values to set
63
+ */
52
64
  setInputs(values: AXComponentInputs): Promise<void>;
65
+ /**
66
+ * Minimizes the modal to the bottom bar.
67
+ */
53
68
  minimize(): Promise<void>;
69
+ /**
70
+ * Maximizes the modal to fullscreen.
71
+ */
54
72
  maximize(): Promise<void>;
73
+ /**
74
+ * Restores the modal from minimized or maximized state.
75
+ */
55
76
  restore(): Promise<void>;
56
77
  static ɵfac: i0.ɵɵFactoryDeclaration<AXModalComponent, never>;
57
78
  static ɵcmp: i0.ɵɵComponentDeclaration<AXModalComponent, "ax-modal", never, {}, {}, never, ["*"], true, never>;
@@ -66,11 +87,33 @@ declare class AXModalModule {
66
87
  declare class AXModalService {
67
88
  private stateService;
68
89
  private ref;
90
+ /**
91
+ * Opens a modal with the specified content and options.
92
+ * @param content - Component, template, or HTML element to display
93
+ * @param options - Configuration options for the modal
94
+ * @returns Promise<AXModalRef> - Reference to the opened modal
95
+ */
69
96
  open(content: AXComponentContent | HTMLElement, options?: AXModalOptions): Promise<AXModalRef>;
97
+ /**
98
+ * Closes the currently open modal.
99
+ */
70
100
  close(): Promise<void>;
101
+ /**
102
+ * Sets input values for the modal content component.
103
+ * @param values - Object containing input values to set
104
+ */
71
105
  setInputs(values: AXComponentInputs): Promise<void>;
106
+ /**
107
+ * Minimizes the modal to the bottom bar.
108
+ */
72
109
  minimize(): Promise<void>;
110
+ /**
111
+ * Maximizes the modal to fullscreen.
112
+ */
73
113
  maximize(): Promise<void>;
114
+ /**
115
+ * Restores the modal from minimized or maximized state.
116
+ */
74
117
  restore(): Promise<void>;
75
118
  static ɵfac: i0.ɵɵFactoryDeclaration<AXModalService, never>;
76
119
  static ɵprov: i0.ɵɵInjectableDeclaration<AXModalService>;
package/navbar/index.d.ts CHANGED
@@ -5,9 +5,14 @@ import * as i1 from '@angular/common';
5
5
  /**
6
6
  * @category Components
7
7
  * A navigation bar component that supports custom styling and encapsulation.
8
+ * It provides a consistent way to display navigation elements with prefix, title, and suffix content areas.
8
9
  */
9
10
  declare class AXNavbarComponent extends MXLookComponent {
10
- /** @ignore */
11
+ /**
12
+ * Gets the host CSS classes for the navbar component.
13
+ *
14
+ * @returns string - The CSS classes for the navbar component
15
+ */
11
16
  get __hostClass(): string;
12
17
  static ɵfac: i0.ɵɵFactoryDeclaration<AXNavbarComponent, never>;
13
18
  static ɵcmp: i0.ɵɵComponentDeclaration<AXNavbarComponent, "ax-navbar", never, { "look": { "alias": "look"; "required": false; }; }, {}, never, ["ax-prefix", "ax-title", "*", "ax-suffix"], true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.1.24",
3
+ "version": "20.1.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",
@@ -90,14 +90,14 @@
90
90
  "types": "./circular-progress/index.d.ts",
91
91
  "default": "./fesm2022/acorex-components-circular-progress.mjs"
92
92
  },
93
- "./color-box": {
94
- "types": "./color-box/index.d.ts",
95
- "default": "./fesm2022/acorex-components-color-box.mjs"
96
- },
97
93
  "./collapse": {
98
94
  "types": "./collapse/index.d.ts",
99
95
  "default": "./fesm2022/acorex-components-collapse.mjs"
100
96
  },
97
+ "./color-box": {
98
+ "types": "./color-box/index.d.ts",
99
+ "default": "./fesm2022/acorex-components-color-box.mjs"
100
+ },
101
101
  "./color-palette": {
102
102
  "types": "./color-palette/index.d.ts",
103
103
  "default": "./fesm2022/acorex-components-color-palette.mjs"
@@ -202,22 +202,22 @@
202
202
  "types": "./list/index.d.ts",
203
203
  "default": "./fesm2022/acorex-components-list.mjs"
204
204
  },
205
- "./loading-dialog": {
206
- "types": "./loading-dialog/index.d.ts",
207
- "default": "./fesm2022/acorex-components-loading-dialog.mjs"
208
- },
209
205
  "./loading": {
210
206
  "types": "./loading/index.d.ts",
211
207
  "default": "./fesm2022/acorex-components-loading.mjs"
212
208
  },
213
- "./media-viewer": {
214
- "types": "./media-viewer/index.d.ts",
215
- "default": "./fesm2022/acorex-components-media-viewer.mjs"
209
+ "./loading-dialog": {
210
+ "types": "./loading-dialog/index.d.ts",
211
+ "default": "./fesm2022/acorex-components-loading-dialog.mjs"
216
212
  },
217
213
  "./map": {
218
214
  "types": "./map/index.d.ts",
219
215
  "default": "./fesm2022/acorex-components-map.mjs"
220
216
  },
217
+ "./media-viewer": {
218
+ "types": "./media-viewer/index.d.ts",
219
+ "default": "./fesm2022/acorex-components-media-viewer.mjs"
220
+ },
221
221
  "./menu": {
222
222
  "types": "./menu/index.d.ts",
223
223
  "default": "./fesm2022/acorex-components-menu.mjs"
@@ -250,14 +250,14 @@
250
250
  "types": "./page/index.d.ts",
251
251
  "default": "./fesm2022/acorex-components-page.mjs"
252
252
  },
253
- "./password-box": {
254
- "types": "./password-box/index.d.ts",
255
- "default": "./fesm2022/acorex-components-password-box.mjs"
256
- },
257
253
  "./paint": {
258
254
  "types": "./paint/index.d.ts",
259
255
  "default": "./fesm2022/acorex-components-paint.mjs"
260
256
  },
257
+ "./password-box": {
258
+ "types": "./password-box/index.d.ts",
259
+ "default": "./fesm2022/acorex-components-password-box.mjs"
260
+ },
261
261
  "./pdf-reader": {
262
262
  "types": "./pdf-reader/index.d.ts",
263
263
  "default": "./fesm2022/acorex-components-pdf-reader.mjs"
@@ -274,22 +274,22 @@
274
274
  "types": "./popover/index.d.ts",
275
275
  "default": "./fesm2022/acorex-components-popover.mjs"
276
276
  },
277
- "./progress-bar": {
278
- "types": "./progress-bar/index.d.ts",
279
- "default": "./fesm2022/acorex-components-progress-bar.mjs"
280
- },
281
277
  "./popup": {
282
278
  "types": "./popup/index.d.ts",
283
279
  "default": "./fesm2022/acorex-components-popup.mjs"
284
280
  },
285
- "./query-builder": {
286
- "types": "./query-builder/index.d.ts",
287
- "default": "./fesm2022/acorex-components-query-builder.mjs"
281
+ "./progress-bar": {
282
+ "types": "./progress-bar/index.d.ts",
283
+ "default": "./fesm2022/acorex-components-progress-bar.mjs"
288
284
  },
289
285
  "./qrcode": {
290
286
  "types": "./qrcode/index.d.ts",
291
287
  "default": "./fesm2022/acorex-components-qrcode.mjs"
292
288
  },
289
+ "./query-builder": {
290
+ "types": "./query-builder/index.d.ts",
291
+ "default": "./fesm2022/acorex-components-query-builder.mjs"
292
+ },
293
293
  "./radio": {
294
294
  "types": "./radio/index.d.ts",
295
295
  "default": "./fesm2022/acorex-components-radio.mjs"
@@ -302,58 +302,58 @@
302
302
  "types": "./range-slider/index.d.ts",
303
303
  "default": "./fesm2022/acorex-components-range-slider.mjs"
304
304
  },
305
- "./rate-picker": {
306
- "types": "./rate-picker/index.d.ts",
307
- "default": "./fesm2022/acorex-components-rate-picker.mjs"
308
- },
309
305
  "./rest-api-generator": {
310
306
  "types": "./rest-api-generator/index.d.ts",
311
307
  "default": "./fesm2022/acorex-components-rest-api-generator.mjs"
312
308
  },
313
- "./result": {
314
- "types": "./result/index.d.ts",
315
- "default": "./fesm2022/acorex-components-result.mjs"
316
- },
317
- "./rrule": {
318
- "types": "./rrule/index.d.ts",
319
- "default": "./fesm2022/acorex-components-rrule.mjs"
309
+ "./rate-picker": {
310
+ "types": "./rate-picker/index.d.ts",
311
+ "default": "./fesm2022/acorex-components-rate-picker.mjs"
320
312
  },
321
313
  "./routing-progress": {
322
314
  "types": "./routing-progress/index.d.ts",
323
315
  "default": "./fesm2022/acorex-components-routing-progress.mjs"
324
316
  },
317
+ "./result": {
318
+ "types": "./result/index.d.ts",
319
+ "default": "./fesm2022/acorex-components-result.mjs"
320
+ },
325
321
  "./scheduler": {
326
322
  "types": "./scheduler/index.d.ts",
327
323
  "default": "./fesm2022/acorex-components-scheduler.mjs"
328
324
  },
329
- "./scss": {
330
- "types": "./scss/index.d.ts",
331
- "default": "./fesm2022/acorex-components-scss.mjs"
325
+ "./rrule": {
326
+ "types": "./rrule/index.d.ts",
327
+ "default": "./fesm2022/acorex-components-rrule.mjs"
332
328
  },
333
329
  "./search-box": {
334
330
  "types": "./search-box/index.d.ts",
335
331
  "default": "./fesm2022/acorex-components-search-box.mjs"
336
332
  },
333
+ "./scss": {
334
+ "types": "./scss/index.d.ts",
335
+ "default": "./fesm2022/acorex-components-scss.mjs"
336
+ },
337
337
  "./select-box": {
338
338
  "types": "./select-box/index.d.ts",
339
339
  "default": "./fesm2022/acorex-components-select-box.mjs"
340
340
  },
341
- "./selection-list-2": {
342
- "types": "./selection-list-2/index.d.ts",
343
- "default": "./fesm2022/acorex-components-selection-list-2.mjs"
344
- },
345
341
  "./selection-list": {
346
342
  "types": "./selection-list/index.d.ts",
347
343
  "default": "./fesm2022/acorex-components-selection-list.mjs"
348
344
  },
349
- "./skeleton": {
350
- "types": "./skeleton/index.d.ts",
351
- "default": "./fesm2022/acorex-components-skeleton.mjs"
345
+ "./selection-list-2": {
346
+ "types": "./selection-list-2/index.d.ts",
347
+ "default": "./fesm2022/acorex-components-selection-list-2.mjs"
352
348
  },
353
349
  "./side-menu": {
354
350
  "types": "./side-menu/index.d.ts",
355
351
  "default": "./fesm2022/acorex-components-side-menu.mjs"
356
352
  },
353
+ "./skeleton": {
354
+ "types": "./skeleton/index.d.ts",
355
+ "default": "./fesm2022/acorex-components-skeleton.mjs"
356
+ },
357
357
  "./slider": {
358
358
  "types": "./slider/index.d.ts",
359
359
  "default": "./fesm2022/acorex-components-slider.mjs"
@@ -374,14 +374,14 @@
374
374
  "types": "./tabs/index.d.ts",
375
375
  "default": "./fesm2022/acorex-components-tabs.mjs"
376
376
  },
377
- "./tag-box": {
378
- "types": "./tag-box/index.d.ts",
379
- "default": "./fesm2022/acorex-components-tag-box.mjs"
380
- },
381
377
  "./tag": {
382
378
  "types": "./tag/index.d.ts",
383
379
  "default": "./fesm2022/acorex-components-tag.mjs"
384
380
  },
381
+ "./tag-box": {
382
+ "types": "./tag-box/index.d.ts",
383
+ "default": "./fesm2022/acorex-components-tag-box.mjs"
384
+ },
385
385
  "./text-area": {
386
386
  "types": "./text-area/index.d.ts",
387
387
  "default": "./fesm2022/acorex-components-text-area.mjs"
package/paint/index.d.ts CHANGED
@@ -56,7 +56,7 @@ declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
56
56
  declare class AXPaintViewComponent implements OnDestroy {
57
57
  #private;
58
58
  /** @ignore */
59
- parent: AXPaintContainerComponent;
59
+ private parent;
60
60
  /** @ignore */
61
61
  protected service: AXPaintService;
62
62
  /** @ignore */
@@ -16,7 +16,7 @@ declare const AXPasswordBoxComponent_base: polytype.Polytype.ClusteredConstructo
16
16
  ɵprov: _angular_core.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
17
17
  }, typeof MXLookComponent]>;
18
18
  /**
19
- * The Textbox is a component which detects user interaction and triggers a corresponding event
19
+ * A specialized input field designed for securely capturing user passwords. It incorporates essential features to enhance usability, accessibility, and security while maintaining a user-friendly interface. The component extends MXInputBaseValueComponent and MXLookComponent to provide comprehensive input functionality with visual styling options.
20
20
  *
21
21
  * @category Components
22
22
  */
@@ -63,23 +63,23 @@ declare class AXPasswordStrengthValidationComponent {
63
63
  readonly showUseLowerCase: _angular_core.InputSignal<boolean>;
64
64
  readonly showUseNumber: _angular_core.InputSignal<boolean>;
65
65
  readonly showUseSpecialCharacter: _angular_core.InputSignal<boolean>;
66
- isLengthGraterThan8: _angular_core.WritableSignal<{
66
+ protected isLengthGraterThan8: _angular_core.WritableSignal<{
67
67
  regex: RegExp;
68
68
  state: boolean;
69
69
  }>;
70
- isUseUpperCase: _angular_core.WritableSignal<{
70
+ protected isUseUpperCase: _angular_core.WritableSignal<{
71
71
  regex: RegExp;
72
72
  state: boolean;
73
73
  }>;
74
- isUseLowerCase: _angular_core.WritableSignal<{
74
+ protected isUseLowerCase: _angular_core.WritableSignal<{
75
75
  regex: RegExp;
76
76
  state: boolean;
77
77
  }>;
78
- isUseNumber: _angular_core.WritableSignal<{
78
+ protected isUseNumber: _angular_core.WritableSignal<{
79
79
  regex: RegExp;
80
80
  state: boolean;
81
81
  }>;
82
- isUseSpecialCharacter: _angular_core.WritableSignal<{
82
+ protected isUseSpecialCharacter: _angular_core.WritableSignal<{
83
83
  regex: RegExp;
84
84
  state: boolean;
85
85
  }>;
@@ -1,14 +1,13 @@
1
1
  import * as polytype from 'polytype';
2
2
  import * as _angular_core from '@angular/core';
3
3
  import { MXInputBaseValueComponent, MXLookComponent, AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
4
- import * as i4 from '@acorex/components/select-box';
5
- import { AXSelectBoxComponent } from '@acorex/components/select-box';
6
4
  import * as i8 from '@acorex/components/text-box';
7
5
  import { AXTextBoxComponent } from '@acorex/components/text-box';
8
6
  import { CountryItem } from '@acorex/core/constants';
9
7
  import * as i1 from '@angular/common';
10
8
  import * as i2 from '@angular/forms';
11
9
  import * as i3 from 'angular-imask';
10
+ import * as i4 from '@acorex/components/select-box';
12
11
  import * as i5 from '@acorex/components/search-box';
13
12
  import * as i6 from '@acorex/components/decorators';
14
13
  import * as i7 from '@acorex/components/button';
@@ -49,7 +48,7 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
49
48
  * List of excluded values for the component.
50
49
  */
51
50
  excluded: _angular_core.InputSignal<string[]>;
52
- selectBox: _angular_core.Signal<AXSelectBoxComponent>;
51
+ private selectBox;
53
52
  /** @ignore */
54
53
  protected countries: _angular_core.WritableSignal<CountryItem[]>;
55
54
  /** @ignore */
@@ -62,21 +61,24 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
62
61
  protected handleCountryOnClosed(): void;
63
62
  /**
64
63
  * Determines if the keyboard event is a valid action based on allowed keys and key codes.
64
+ *
65
+ * @param event - The keyboard event to validate
66
+ * @returns boolean - True if the key action is valid, false otherwise
65
67
  */
66
68
  isValidKeyboardAction: (event: KeyboardEvent) => boolean;
67
69
  /**
68
70
  * Updates the list of countries based on included or excluded codes.
71
+ *
72
+ * @returns void - No return value. Updates the internal countries list.
69
73
  */
70
74
  setCountries(): void;
71
75
  /**
72
76
  * Sets the default selected country based on the provided country code or the first country in the list.
77
+ *
78
+ * @returns void - No return value. Updates the selected country.
73
79
  */
74
80
  setDefaultValue(): void;
75
- /**
76
- * Handles key down events, emitting an event if the key action is valid, otherwise prevents default behavior and stops propagation.
77
- * @param e
78
- */
79
- handleKeyDown(e: KeyboardEvent): void;
81
+ protected handleKeyDown(e: KeyboardEvent): void;
80
82
  /** @ignore */
81
83
  _handleCountryValueChanged(event: AXValueChangedEvent): void;
82
84
  private get __hostName();