@acorex/components 20.2.0-next.2 → 20.2.0-next.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (264) hide show
  1. package/action-sheet/index.d.ts +57 -10
  2. package/alert/index.d.ts +2 -4
  3. package/autocomplete/index.d.ts +7 -2
  4. package/avatar/index.d.ts +12 -6
  5. package/badge/index.d.ts +1 -2
  6. package/bottom-navigation/index.d.ts +10 -2
  7. package/breadcrumbs/index.d.ts +17 -4
  8. package/button/index.d.ts +56 -17
  9. package/button-group/index.d.ts +8 -5
  10. package/calendar/index.d.ts +28 -16
  11. package/check-box/index.d.ts +2 -5
  12. package/chips/index.d.ts +1 -2
  13. package/circular-progress/index.d.ts +23 -18
  14. package/collapse/index.d.ts +7 -6
  15. package/color-box/index.d.ts +5 -8
  16. package/color-palette/index.d.ts +19 -24
  17. package/comment/index.d.ts +8 -8
  18. package/conversation/index.d.ts +1 -0
  19. package/cron-job/index.d.ts +5 -4
  20. package/data-list/README.md +356 -0
  21. package/data-list/index.d.ts +102 -0
  22. package/data-pager/index.d.ts +10 -5
  23. package/datetime-box/index.d.ts +2 -7
  24. package/datetime-input/index.d.ts +2 -4
  25. package/datetime-picker/index.d.ts +9 -10
  26. package/dropdown/index.d.ts +41 -0
  27. package/fesm2022/acorex-components-accordion.mjs +10 -10
  28. package/fesm2022/acorex-components-accordion.mjs.map +1 -1
  29. package/fesm2022/acorex-components-action-sheet.mjs +78 -48
  30. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  31. package/fesm2022/acorex-components-alert.mjs +12 -14
  32. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  33. package/fesm2022/acorex-components-audio-wave.mjs +7 -7
  34. package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
  35. package/fesm2022/acorex-components-autocomplete.mjs +32 -10
  36. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  37. package/fesm2022/acorex-components-avatar.mjs +23 -18
  38. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  39. package/fesm2022/acorex-components-badge.mjs +9 -10
  40. package/fesm2022/acorex-components-badge.mjs.map +1 -1
  41. package/fesm2022/acorex-components-bottom-navigation.mjs +17 -13
  42. package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
  43. package/fesm2022/acorex-components-breadcrumbs.mjs +36 -20
  44. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  45. package/fesm2022/acorex-components-button-group.mjs +31 -22
  46. package/fesm2022/acorex-components-button-group.mjs.map +1 -1
  47. package/fesm2022/acorex-components-button.mjs +77 -34
  48. package/fesm2022/acorex-components-button.mjs.map +1 -1
  49. package/fesm2022/acorex-components-calendar.mjs +100 -53
  50. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  51. package/fesm2022/acorex-components-check-box.mjs +11 -13
  52. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  53. package/fesm2022/acorex-components-chips.mjs +9 -10
  54. package/fesm2022/acorex-components-chips.mjs.map +1 -1
  55. package/fesm2022/acorex-components-circular-progress.mjs +31 -26
  56. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  57. package/fesm2022/acorex-components-collapse.mjs +20 -18
  58. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  59. package/fesm2022/acorex-components-color-box.mjs +34 -30
  60. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  61. package/fesm2022/acorex-components-color-palette.mjs +55 -75
  62. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  63. package/fesm2022/acorex-components-comment.mjs +38 -38
  64. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  65. package/fesm2022/acorex-components-conversation.mjs +58 -52
  66. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  67. package/fesm2022/acorex-components-cron-job.mjs +54 -48
  68. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  69. package/fesm2022/acorex-components-data-list.mjs +386 -0
  70. package/fesm2022/acorex-components-data-list.mjs.map +1 -0
  71. package/fesm2022/acorex-components-data-pager.mjs +41 -36
  72. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  73. package/fesm2022/acorex-components-data-table.mjs +40 -40
  74. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  75. package/fesm2022/acorex-components-datetime-box.mjs +22 -31
  76. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  77. package/fesm2022/acorex-components-datetime-input.mjs +17 -14
  78. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  79. package/fesm2022/acorex-components-datetime-picker.mjs +98 -45
  80. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  81. package/fesm2022/acorex-components-decorators.mjs +25 -25
  82. package/fesm2022/acorex-components-decorators.mjs.map +1 -1
  83. package/fesm2022/acorex-components-dialog.mjs +12 -12
  84. package/fesm2022/acorex-components-dialog.mjs.map +1 -1
  85. package/fesm2022/acorex-components-drawer-2.mjs +10 -10
  86. package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
  87. package/fesm2022/acorex-components-drawer.mjs +13 -13
  88. package/fesm2022/acorex-components-drawer.mjs.map +1 -1
  89. package/fesm2022/acorex-components-dropdown-button.mjs +9 -9
  90. package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
  91. package/fesm2022/acorex-components-dropdown.mjs +57 -13
  92. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  93. package/fesm2022/acorex-components-file-explorer.mjs +25 -25
  94. package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
  95. package/fesm2022/acorex-components-flow-chart.mjs +40 -16
  96. package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
  97. package/fesm2022/acorex-components-form.mjs +26 -17
  98. package/fesm2022/acorex-components-form.mjs.map +1 -1
  99. package/fesm2022/acorex-components-grid-layout-builder.mjs +10 -10
  100. package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
  101. package/fesm2022/acorex-components-image-editor.mjs +40 -34
  102. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  103. package/fesm2022/acorex-components-image.mjs +7 -7
  104. package/fesm2022/acorex-components-image.mjs.map +1 -1
  105. package/fesm2022/acorex-components-json-viewer.mjs +8 -8
  106. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  107. package/fesm2022/acorex-components-kanban.mjs +11 -7
  108. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  109. package/fesm2022/acorex-components-kbd.mjs +20 -13
  110. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  111. package/fesm2022/acorex-components-label.mjs +9 -9
  112. package/fesm2022/acorex-components-label.mjs.map +1 -1
  113. package/fesm2022/acorex-components-list.mjs +27 -19
  114. package/fesm2022/acorex-components-list.mjs.map +1 -1
  115. package/fesm2022/acorex-components-loading-dialog.mjs +40 -22
  116. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  117. package/fesm2022/acorex-components-loading.mjs +76 -18
  118. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  119. package/fesm2022/acorex-components-map.mjs +534 -115
  120. package/fesm2022/acorex-components-map.mjs.map +1 -1
  121. package/fesm2022/acorex-components-media-viewer.mjs +37 -37
  122. package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
  123. package/fesm2022/acorex-components-menu.mjs +48 -22
  124. package/fesm2022/acorex-components-menu.mjs.map +1 -1
  125. package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs} +101 -22
  126. package/fesm2022/acorex-components-modal-acorex-components-modal-yzX5PZMM.mjs.map +1 -0
  127. package/fesm2022/{acorex-components-modal-modal-content.component-DfhgA_WL.mjs → acorex-components-modal-modal-content.component-Bt8c43qi.mjs} +5 -5
  128. package/fesm2022/{acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map → acorex-components-modal-modal-content.component-Bt8c43qi.mjs.map} +1 -1
  129. package/fesm2022/acorex-components-modal.mjs +1 -1
  130. package/fesm2022/acorex-components-navbar.mjs +13 -8
  131. package/fesm2022/acorex-components-navbar.mjs.map +1 -1
  132. package/fesm2022/acorex-components-notification.mjs +16 -13
  133. package/fesm2022/acorex-components-notification.mjs.map +1 -1
  134. package/fesm2022/acorex-components-number-box-2.mjs +13 -7
  135. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  136. package/fesm2022/acorex-components-number-box.mjs +16 -10
  137. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  138. package/fesm2022/acorex-components-otp.mjs +9 -9
  139. package/fesm2022/acorex-components-otp.mjs.map +1 -1
  140. package/fesm2022/acorex-components-page.mjs +10 -10
  141. package/fesm2022/acorex-components-page.mjs.map +1 -1
  142. package/fesm2022/acorex-components-paint.mjs +31 -25
  143. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  144. package/fesm2022/acorex-components-password-box.mjs +20 -14
  145. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  146. package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
  147. package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
  148. package/fesm2022/acorex-components-phone-box.mjs +22 -13
  149. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  150. package/fesm2022/acorex-components-picker.mjs +26 -16
  151. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  152. package/fesm2022/acorex-components-popover.mjs +8 -13
  153. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  154. package/fesm2022/acorex-components-popup.mjs +10 -10
  155. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  156. package/fesm2022/acorex-components-progress-bar.mjs +8 -8
  157. package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
  158. package/fesm2022/acorex-components-qrcode.mjs +7 -7
  159. package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
  160. package/fesm2022/acorex-components-query-builder.mjs +7 -7
  161. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  162. package/fesm2022/acorex-components-radio.mjs +8 -8
  163. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  164. package/fesm2022/acorex-components-rail-navigation.mjs +24 -13
  165. package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
  166. package/fesm2022/acorex-components-range-slider.mjs +9 -9
  167. package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
  168. package/fesm2022/acorex-components-rate-picker.mjs +7 -7
  169. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  170. package/fesm2022/acorex-components-rest-api-generator.mjs +22 -22
  171. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  172. package/fesm2022/acorex-components-result.mjs +7 -7
  173. package/fesm2022/acorex-components-result.mjs.map +1 -1
  174. package/fesm2022/acorex-components-routing-progress.mjs +7 -7
  175. package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
  176. package/fesm2022/acorex-components-rrule.mjs +6 -6
  177. package/fesm2022/acorex-components-rrule.mjs.map +1 -1
  178. package/fesm2022/acorex-components-scheduler.mjs +173 -85
  179. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  180. package/fesm2022/acorex-components-scss.mjs +4 -4
  181. package/fesm2022/acorex-components-scss.mjs.map +1 -1
  182. package/fesm2022/acorex-components-search-box.mjs +13 -7
  183. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  184. package/fesm2022/acorex-components-select-box.mjs +117 -38
  185. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  186. package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
  187. package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
  188. package/fesm2022/acorex-components-selection-list.mjs +14 -11
  189. package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
  190. package/fesm2022/acorex-components-side-menu.mjs +98 -43
  191. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  192. package/fesm2022/acorex-components-skeleton.mjs +7 -7
  193. package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
  194. package/fesm2022/acorex-components-slider.mjs +9 -9
  195. package/fesm2022/acorex-components-slider.mjs.map +1 -1
  196. package/fesm2022/acorex-components-sliding-item.mjs +14 -14
  197. package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
  198. package/fesm2022/acorex-components-step-wizard.mjs +13 -13
  199. package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
  200. package/fesm2022/acorex-components-switch.mjs +12 -12
  201. package/fesm2022/acorex-components-switch.mjs.map +1 -1
  202. package/fesm2022/acorex-components-tabs.mjs +20 -18
  203. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  204. package/fesm2022/acorex-components-tag-box.mjs +39 -21
  205. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  206. package/fesm2022/acorex-components-tag.mjs +8 -8
  207. package/fesm2022/acorex-components-tag.mjs.map +1 -1
  208. package/fesm2022/acorex-components-text-area.mjs +16 -10
  209. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  210. package/fesm2022/acorex-components-text-box.mjs +19 -13
  211. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  212. package/fesm2022/acorex-components-time-duration.mjs +41 -65
  213. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  214. package/fesm2022/acorex-components-time-line.mjs +10 -10
  215. package/fesm2022/acorex-components-time-line.mjs.map +1 -1
  216. package/fesm2022/acorex-components-toast.mjs +12 -12
  217. package/fesm2022/acorex-components-toast.mjs.map +1 -1
  218. package/fesm2022/acorex-components-toolbar.mjs +7 -7
  219. package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
  220. package/fesm2022/acorex-components-tooltip.mjs +14 -13
  221. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  222. package/fesm2022/acorex-components-tree-view.mjs +11 -11
  223. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  224. package/fesm2022/acorex-components-uploader.mjs +22 -22
  225. package/fesm2022/acorex-components-uploader.mjs.map +1 -1
  226. package/fesm2022/acorex-components-video-player.mjs +7 -7
  227. package/fesm2022/acorex-components-video-player.mjs.map +1 -1
  228. package/fesm2022/acorex-components-wysiwyg.mjs +65 -61
  229. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  230. package/flow-chart/index.d.ts +24 -0
  231. package/form/index.d.ts +4 -0
  232. package/image-editor/index.d.ts +1 -0
  233. package/json-viewer/index.d.ts +3 -3
  234. package/kanban/index.d.ts +7 -3
  235. package/kbd/index.d.ts +10 -3
  236. package/list/index.d.ts +14 -7
  237. package/loading/index.d.ts +58 -1
  238. package/loading-dialog/index.d.ts +29 -11
  239. package/map/index.d.ts +119 -6
  240. package/menu/index.d.ts +19 -0
  241. package/modal/index.d.ts +43 -0
  242. package/navbar/index.d.ts +6 -1
  243. package/number-box/index.d.ts +1 -0
  244. package/number-box-2/index.d.ts +1 -0
  245. package/package.json +14 -6
  246. package/paint/index.d.ts +2 -1
  247. package/password-box/index.d.ts +7 -6
  248. package/phone-box/index.d.ts +11 -8
  249. package/picker/index.d.ts +10 -8
  250. package/popover/index.d.ts +1 -1
  251. package/radio/index.d.ts +1 -1
  252. package/rail-navigation/index.d.ts +11 -0
  253. package/rate-picker/index.d.ts +1 -1
  254. package/scheduler/index.d.ts +186 -98
  255. package/search-box/index.d.ts +1 -0
  256. package/select-box/index.d.ts +32 -8
  257. package/side-menu/index.d.ts +16 -7
  258. package/tag-box/index.d.ts +3 -2
  259. package/text-area/index.d.ts +1 -0
  260. package/text-box/index.d.ts +1 -0
  261. package/time-duration/index.d.ts +3 -1
  262. package/tooltip/index.d.ts +3 -2
  263. package/wysiwyg/index.d.ts +1 -5
  264. package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
@@ -33,7 +33,6 @@ type AXSchedulerDayAppointmentLayout = {
33
33
  effectiveTotalColumns: number;
34
34
  };
35
35
  type AXSchedulerBlockOccupancyMap = Map<string, any>;
36
- type AXSchedulerAppointmentsByStartBlock = Record<number, Record<number, AXSchedulerAppointmentSegment[]>>;
37
36
  type AXSchedulerActiveAppointmentsInBlock = Record<number, Record<number, AXSchedulerAppointmentSegment[]>>;
38
37
  type AXSchedulerOverflowBadge = {
39
38
  key: any;
@@ -116,11 +115,12 @@ declare class AXSchedulerComponent extends NXComponent implements OnInit {
116
115
  draggable: _angular_core.InputSignal<boolean>;
117
116
  hasActions: _angular_core.InputSignal<boolean>;
118
117
  dragStartDelay: _angular_core.InputSignal<number>;
118
+ weekend: _angular_core.InputSignal<number[]>;
119
119
  allowFullScreen: _angular_core.InputSignal<boolean>;
120
120
  multiDayViewDaysCount: _angular_core.InputSignal<number>;
121
121
  tooltipTemplate: _angular_core.InputSignal<string | TemplateRef<unknown>>;
122
122
  dataSource: _angular_core.InputSignal<AXSchedulerAppointmentDataSource>;
123
- holidays: _angular_core.InputSignal<(range: AXSchedulerDateRange) => AXHolidayDate[]>;
123
+ holidays: _angular_core.InputSignal<(range: AXSchedulerDateRange) => Promise<AXHolidayDate[]>>;
124
124
  firstDayOfWeek: _angular_core.InputSignal<AXDayOfWeekName>;
125
125
  views: _angular_core.InputSignal<AXSchedulerView[]>;
126
126
  selectedView: _angular_core.ModelSignal<AXSchedulerView>;
@@ -150,15 +150,39 @@ declare class AXSchedulerComponent extends NXComponent implements OnInit {
150
150
  private mappedAppointments;
151
151
  range: _angular_core.Signal<AXSchedulerDateRange>;
152
152
  viewAppointments: _angular_core.Signal<AXSchedulerAppointment[]>;
153
+ /**
154
+ * Handles view change events.
155
+ *
156
+ * @param e - The value changed event containing old and new view values.
157
+ */
153
158
  viewChanged(e: AXValueChangedEvent<AXSchedulerView>): void;
154
159
  private handleViewChanged;
160
+ /**
161
+ * Navigates to the next time period based on current view.
162
+ */
155
163
  nextClick(): void;
164
+ /**
165
+ * Navigates to the previous time period based on current view.
166
+ */
156
167
  prevClick(): void;
168
+ /**
169
+ * Handles calendar date change events.
170
+ *
171
+ * @param e - The value changed event containing the new date.
172
+ */
157
173
  calendarDateChanged(e: AXValueChangedEvent<Date>): void;
174
+ /**
175
+ * Toggles fullscreen mode for the scheduler.
176
+ */
158
177
  handleFullScreen(): void;
178
+ /**
179
+ * Refreshes the scheduler data.
180
+ *
181
+ * @param appointments - Optional array of appointments to refresh with.
182
+ */
159
183
  refresh(appointments?: AXSchedulerAppointment[]): Promise<void>;
160
184
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerComponent, never>;
161
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSchedulerComponent, "ax-scheduler", never, { "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "startingDate": { "alias": "startingDate"; "required": false; "isSignal": true; }; "endDayHour": { "alias": "endDayHour"; "required": false; "isSignal": true; }; "startDayHour": { "alias": "startDayHour"; "required": false; "isSignal": true; }; "hasHeader": { "alias": "hasHeader"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "draggable": { "alias": "draggable"; "required": false; "isSignal": true; }; "hasActions": { "alias": "hasActions"; "required": false; "isSignal": true; }; "dragStartDelay": { "alias": "dragStartDelay"; "required": false; "isSignal": true; }; "allowFullScreen": { "alias": "allowFullScreen"; "required": false; "isSignal": true; }; "multiDayViewDaysCount": { "alias": "multiDayViewDaysCount"; "required": false; "isSignal": true; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; "isSignal": true; }; "holidays": { "alias": "holidays"; "required": false; "isSignal": true; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; "isSignal": true; }; "views": { "alias": "views"; "required": false; "isSignal": true; }; "selectedView": { "alias": "selectedView"; "required": false; "isSignal": true; }; }, { "selectedView": "selectedViewChange"; "onDataLoaded": "onDataLoaded"; "onRangeChanged": "onRangeChanged"; "onSlotClicked": "onSlotClicked"; "onSlotDblClicked": "onSlotDblClicked"; "onSlotRightClick": "onSlotRightClick"; "onAppointmentDrop": "onAppointmentDrop"; "onActionClick": "onActionClick"; "onAppointmentClicked": "onAppointmentClicked"; "onAppointmentDblClicked": "onAppointmentDblClicked"; "onAppointmentRightClick": "onAppointmentRightClick"; }, never, never, true, never>;
185
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSchedulerComponent, "ax-scheduler", never, { "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "startingDate": { "alias": "startingDate"; "required": false; "isSignal": true; }; "endDayHour": { "alias": "endDayHour"; "required": false; "isSignal": true; }; "startDayHour": { "alias": "startDayHour"; "required": false; "isSignal": true; }; "hasHeader": { "alias": "hasHeader"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "draggable": { "alias": "draggable"; "required": false; "isSignal": true; }; "hasActions": { "alias": "hasActions"; "required": false; "isSignal": true; }; "dragStartDelay": { "alias": "dragStartDelay"; "required": false; "isSignal": true; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "allowFullScreen": { "alias": "allowFullScreen"; "required": false; "isSignal": true; }; "multiDayViewDaysCount": { "alias": "multiDayViewDaysCount"; "required": false; "isSignal": true; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; "isSignal": true; }; "holidays": { "alias": "holidays"; "required": false; "isSignal": true; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; "isSignal": true; }; "views": { "alias": "views"; "required": false; "isSignal": true; }; "selectedView": { "alias": "selectedView"; "required": false; "isSignal": true; }; }, { "selectedView": "selectedViewChange"; "onDataLoaded": "onDataLoaded"; "onRangeChanged": "onRangeChanged"; "onSlotClicked": "onSlotClicked"; "onSlotDblClicked": "onSlotDblClicked"; "onSlotRightClick": "onSlotRightClick"; "onAppointmentDrop": "onAppointmentDrop"; "onActionClick": "onActionClick"; "onAppointmentClicked": "onAppointmentClicked"; "onAppointmentDblClicked": "onAppointmentDblClicked"; "onAppointmentRightClick": "onAppointmentRightClick"; }, never, never, true, never>;
162
186
  }
163
187
 
164
188
  declare class AXSchedulerDayViewComponent extends NXComponent {
@@ -178,9 +202,9 @@ declare class AXSchedulerDayViewComponent extends NXComponent {
178
202
  appointments: _angular_core.InputSignal<AXSchedulerAppointment[]>;
179
203
  tooltipTemplate: _angular_core.InputSignal<string | TemplateRef<unknown>>;
180
204
  private dragStartSlotId;
181
- processedAppointmentsForLayout: _angular_core.Signal<AXSchedulerAppointmentSegment[]>;
182
- allDayAppointments: _angular_core.Signal<AXSchedulerAppointment[]>;
183
- singleDayAppointments: _angular_core.Signal<AXSchedulerAppointmentSegment[]>;
205
+ private processedAppointmentsForLayout;
206
+ protected allDayAppointments: _angular_core.Signal<AXSchedulerAppointment[]>;
207
+ protected singleDayAppointments: _angular_core.Signal<AXSchedulerAppointmentSegment[]>;
184
208
  slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
185
209
  slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
186
210
  slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
@@ -190,21 +214,21 @@ declare class AXSchedulerDayViewComponent extends NXComponent {
190
214
  onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
191
215
  onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
192
216
  private readonly eventOutputMap;
193
- handleAppointmentEvent(mouseEvent: MouseEvent, appointment: AXSchedulerAppointment): void;
194
- handleSingleSlotEvent(mouseEvent: MouseEvent, startDate: AXDateTime): void;
195
- handleAllDaySlotEvent(mouseEvent: MouseEvent): void;
196
- handleAllDayDrop(e: AXDropZoneDropEvent): void;
197
- handleSingleDayDrop(e: AXDropZoneDropEvent, startDate: AXDateTime): void;
198
- handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
199
- hoursArray: _angular_core.Signal<AXDateTime[]>;
200
- appointmentLayouts: _angular_core.Signal<Map<any, AXSchedulerDayAppointmentLayout>>;
201
- getAppointmentLayout(key: any): AXSchedulerDayAppointmentLayout | undefined;
202
- getAppointmentLeft(key: any): string;
203
- getAppointmentWidth(key: any): string;
204
- getAppointmentTop(key: any): string;
205
- getAppointmentHeight(key: any): string;
206
- getSlotId(e: PointerEvent): void;
207
- get isReadonly(): boolean;
217
+ protected handleAppointmentEvent(mouseEvent: MouseEvent, appointment: AXSchedulerAppointment): void;
218
+ protected handleSingleSlotEvent(mouseEvent: MouseEvent, startDate: AXDateTime): void;
219
+ protected handleAllDaySlotEvent(mouseEvent: MouseEvent): void;
220
+ protected handleAllDayDrop(e: AXDropZoneDropEvent): void;
221
+ protected handleSingleDayDrop(e: AXDropZoneDropEvent, startDate: AXDateTime): void;
222
+ protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
223
+ protected hoursArray: _angular_core.Signal<AXDateTime[]>;
224
+ private appointmentLayouts;
225
+ private getAppointmentLayout;
226
+ protected getAppointmentLeft(key: any): string;
227
+ protected getAppointmentWidth(key: any): string;
228
+ protected getAppointmentTop(key: any): string;
229
+ protected getAppointmentHeight(key: any): string;
230
+ protected getSlotId(e: PointerEvent): void;
231
+ protected get isReadonly(): boolean;
208
232
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerDayViewComponent, never>;
209
233
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSchedulerDayViewComponent, "ax-scheduler-day-view", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "draggable": { "alias": "draggable"; "required": false; "isSignal": true; }; "hasActions": { "alias": "hasActions"; "required": false; "isSignal": true; }; "dragStartDelay": { "alias": "dragStartDelay"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": true; "isSignal": true; }; "endDayHour": { "alias": "endDayHour"; "required": true; "isSignal": true; }; "startDayHour": { "alias": "startDayHour"; "required": true; "isSignal": true; }; "appointments": { "alias": "appointments"; "required": false; "isSignal": true; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; "isSignal": true; }; }, { "slotClickedInternal": "slotClickedInternal"; "slotDblClickedInternal": "slotDblClickedInternal"; "slotRightClickedInternal": "slotRightClickedInternal"; "appointmentClickedInternal": "appointmentClickedInternal"; "appointmentDblClickedInternal": "appointmentDblClickedInternal"; "appointmentRightClickedInternal": "appointmentRightClickedInternal"; "onActionClickInternal": "onActionClickInternal"; "onAppointmentDropInternal": "onAppointmentDropInternal"; }, never, never, true, never>;
210
234
  }
@@ -287,48 +311,48 @@ declare class AXSchedulerWeekViewComponent extends NXComponent {
287
311
  * Handles click, dblclick, and contextmenu events on an appointment and emits them to the parent.
288
312
  * @param mouseEvent The native DOM event.
289
313
  * @param appointmentSegment The appointment data segment that was interacted with.
290
- * @public
314
+ * @protected
291
315
  */
292
- handleAppointmentEvent(mouseEvent: MouseEvent, appointmentSegment: AXSchedulerAppointment): void;
316
+ protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentSegment: AXSchedulerAppointment): void;
293
317
  /**
294
318
  * Handles click, dblclick, and contextmenu events on an empty time slot and emits them to the parent.
295
319
  * @param mouseEvent The native DOM event.
296
320
  * @param hour The starting hour of the slot.
297
321
  * @param day The day of the slot.
298
322
  * @param minuteIndex The half-hour index (0 or 1).
299
- * @public
323
+ * @protected
300
324
  */
301
- handleSingleSlotEvent(mouseEvent: MouseEvent, hour: AXDateTime, day: AXDateTime, minuteIndex: number): void;
325
+ protected handleSingleSlotEvent(mouseEvent: MouseEvent, hour: AXDateTime, day: AXDateTime, minuteIndex: number): void;
302
326
  /**
303
327
  * Handles interaction events on the all-day slot.
304
328
  * @param mouseEvent The native DOM event.
305
329
  * @param day The corresponding day for the all-day slot.
306
- * @public
330
+ * @protected
307
331
  */
308
- handleAllDaySlotEvent(mouseEvent: MouseEvent, day: AXDateTime): void;
332
+ protected handleAllDaySlotEvent(mouseEvent: MouseEvent, day: AXDateTime): void;
309
333
  /**
310
334
  * Handles dropping an appointment onto the all-day slot.
311
335
  * @param e The drop event from the CDK.
312
336
  * @param day The corresponding day for the all-day slot.
313
- * @public
337
+ * @protected
314
338
  */
315
- handleAllDayDrop(e: AXDropZoneDropEvent, day: AXDateTime): void;
339
+ protected handleAllDayDrop(e: AXDropZoneDropEvent, day: AXDateTime): void;
316
340
  /**
317
341
  * Handles dropping an appointment onto a timed grid slot.
318
342
  * @param e The drop event from the CDK.
319
343
  * @param hour The starting hour of the drop target.
320
344
  * @param day The day of the drop target.
321
345
  * @param minuteIndex The half-hour index (0 or 1) of the drop target.
322
- * @public
346
+ * @protected
323
347
  */
324
- handleSingleDayDrop(e: AXDropZoneDropEvent, hour: AXDateTime, day: AXDateTime, minuteIndex: number): void;
348
+ protected handleSingleDayDrop(e: AXDropZoneDropEvent, hour: AXDateTime, day: AXDateTime, minuteIndex: number): void;
325
349
  /**
326
350
  * Handles clicks on the "more" action icon on an appointment.
327
351
  * @param event The native mouse event.
328
352
  * @param appointmentItem The appointment associated with the action.
329
- * @public
353
+ * @protected
330
354
  */
331
- handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
355
+ protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
332
356
  /**
333
357
  * @protected
334
358
  * Checks if a given date is the current day.
@@ -397,28 +421,18 @@ declare class AXSchedulerMonthViewComponent extends NXComponent {
397
421
  onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
398
422
  onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
399
423
  private readonly eventOutputMap;
400
- handleAppointmentEvent(mouseEvent: MouseEvent, appointmentSegmentOrOriginal: AXSchedulerAppointment): void;
401
- handleSlotEvent(mouseEvent: MouseEvent, date: AXDateTime): void;
402
- handleDrop(e: AXDropZoneDropEvent, date: AXDateTime): void;
403
- handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
404
- monthStartDate: _angular_core.Signal<AXDateTime>;
405
- daysArray: _angular_core.Signal<AXDateTime[]>;
406
- calendarDaysInfo: _angular_core.Signal<{
407
- days: {
408
- date: AXDateTime;
409
- isCurrentMonth: boolean;
410
- isToday: boolean;
411
- isHoliday: boolean;
412
- holidayTitle?: string;
413
- holidayCssClass?: string;
414
- }[];
415
- weeksNeeded: number;
416
- }>;
417
- appointmentsGroupedByDay: _angular_core.Signal<Map<string, AXSchedulerAppointment[]>>;
418
- dayCellLayouts: _angular_core.Signal<AXSchedulerMonthDayCell[]>;
419
- gridTemplateRowsStyle: _angular_core.Signal<string>;
420
- getSlotId(e: PointerEvent): void;
421
- get isReadonly(): boolean;
424
+ protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentSegmentOrOriginal: AXSchedulerAppointment): void;
425
+ protected handleSlotEvent(mouseEvent: MouseEvent, date: AXDateTime): void;
426
+ protected handleDrop(e: AXDropZoneDropEvent, date: AXDateTime): void;
427
+ protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
428
+ private monthStartDate;
429
+ protected daysArray: _angular_core.Signal<AXDateTime[]>;
430
+ private calendarDaysInfo;
431
+ private appointmentsGroupedByDay;
432
+ protected dayCellLayouts: _angular_core.Signal<AXSchedulerMonthDayCell[]>;
433
+ protected gridTemplateRowsStyle: _angular_core.Signal<string>;
434
+ protected getSlotId(e: PointerEvent): void;
435
+ protected get isReadonly(): boolean;
422
436
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerMonthViewComponent, never>;
423
437
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSchedulerMonthViewComponent, "ax-scheduler-month-view", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "draggable": { "alias": "draggable"; "required": false; "isSignal": true; }; "hasActions": { "alias": "hasActions"; "required": false; "isSignal": true; }; "dragStartDelay": { "alias": "dragStartDelay"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": true; "isSignal": true; }; "appointments": { "alias": "appointments"; "required": false; "isSignal": true; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; "isSignal": true; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; "isSignal": true; }; }, { "slotClickedInternal": "slotClickedInternal"; "slotDblClickedInternal": "slotDblClickedInternal"; "slotRightClickedInternal": "slotRightClickedInternal"; "appointmentClickedInternal": "appointmentClickedInternal"; "appointmentDblClickedInternal": "appointmentDblClickedInternal"; "appointmentRightClickedInternal": "appointmentRightClickedInternal"; "onActionClickInternal": "onActionClickInternal"; "onAppointmentDropInternal": "onAppointmentDropInternal"; }, never, never, true, never>;
424
438
  }
@@ -444,7 +458,7 @@ declare class AXSchedulerTimelineDayViewComponent extends NXComponent {
444
458
  * Processes original appointments to get segments relevant to this specific day and its viewable hours.
445
459
  * Filters out original all-day events.
446
460
  */
447
- processedSegmentsForLayout: _angular_core.Signal<AXSchedulerAppointmentSegment[]>;
461
+ private processedSegmentsForLayout;
448
462
  slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
449
463
  slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
450
464
  slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
@@ -454,14 +468,14 @@ declare class AXSchedulerTimelineDayViewComponent extends NXComponent {
454
468
  onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
455
469
  onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
456
470
  private readonly eventOutputMap;
457
- handleAppointmentEvent(mouseEvent: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
458
- handleSlotEvent(mouseEvent: MouseEvent, startDate: AXDateTime): void;
459
- handleDrop(e: AXDropZoneDropEvent, startDate: AXDateTime): void;
460
- handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
461
- hoursArray: _angular_core.Signal<AXDateTime[]>;
462
- appointmentLayouts: _angular_core.Signal<AXSchedulerAppointmentLayout[]>;
463
- getSlotId(e: PointerEvent): void;
464
- get isReadonly(): boolean;
471
+ protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
472
+ protected handleSlotEvent(mouseEvent: MouseEvent, startDate: AXDateTime): void;
473
+ protected handleDrop(e: AXDropZoneDropEvent, startDate: AXDateTime): void;
474
+ protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
475
+ protected hoursArray: _angular_core.Signal<AXDateTime[]>;
476
+ protected appointmentLayouts: _angular_core.Signal<AXSchedulerAppointmentLayout[]>;
477
+ protected getSlotId(e: PointerEvent): void;
478
+ protected get isReadonly(): boolean;
465
479
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerTimelineDayViewComponent, never>;
466
480
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSchedulerTimelineDayViewComponent, "ax-scheduler-timeline-day-view", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "draggable": { "alias": "draggable"; "required": false; "isSignal": true; }; "hasActions": { "alias": "hasActions"; "required": false; "isSignal": true; }; "dragStartDelay": { "alias": "dragStartDelay"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": true; "isSignal": true; }; "endDayHour": { "alias": "endDayHour"; "required": true; "isSignal": true; }; "startDayHour": { "alias": "startDayHour"; "required": true; "isSignal": true; }; "appointments": { "alias": "appointments"; "required": false; "isSignal": true; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; "isSignal": true; }; }, { "slotClickedInternal": "slotClickedInternal"; "slotDblClickedInternal": "slotDblClickedInternal"; "slotRightClickedInternal": "slotRightClickedInternal"; "appointmentClickedInternal": "appointmentClickedInternal"; "appointmentDblClickedInternal": "appointmentDblClickedInternal"; "appointmentRightClickedInternal": "appointmentRightClickedInternal"; "onActionClickInternal": "onActionClickInternal"; "onAppointmentDropInternal": "onAppointmentDropInternal"; }, never, never, true, never>;
467
481
  }
@@ -480,32 +494,54 @@ declare class AXSchedulerService {
480
494
  readonly BLOCK_DURATION_MINUTES = 30;
481
495
  readonly MILLISECONDS_PER_MINUTE: number;
482
496
  readonly MILLISECONDS_PER_DAY: number;
497
+ internalWeekend: _angular_core.WritableSignal<number[]>;
483
498
  internalHoliday: _angular_core.WritableSignal<AXHolidayDate[]>;
484
499
  /**
485
500
  * Checks if two appointments overlap in time.
501
+ *
502
+ * @param appointmentA - First appointment to check.
503
+ * @param appointmentB - Second appointment to check.
504
+ * @returns boolean - True if appointments overlap, false otherwise.
486
505
  */
487
506
  doAppointmentsOverlap(appointmentA: AXSchedulerAppointment, appointmentB: AXSchedulerAppointment): boolean;
488
507
  /**
489
508
  * Calculates appointment duration in minutes.
509
+ *
510
+ * @param Appointment - The appointment to calculate duration for.
511
+ * @returns number - Duration in minutes.
490
512
  */
491
513
  calculateDurationInMinutes(Appointment: AXSchedulerAppointment): number;
492
514
  /**
493
- * Calculates appointment duration in blocks (default 30 min).
494
- */
495
- calculateDurationInBlocks(appointment: AXSchedulerAppointment): number;
496
- /**
497
- * Gets the day index (relative to view start) and block index (relative to start hour)
498
- * for a given date time within the view context. Returns null if outside view.
515
+ * Gets the day index and block index for a given date time within the view context.
516
+ *
517
+ * @param dateTime - The date time to get block identifier for.
518
+ * @param viewStartDate - Start date of the view.
519
+ * @param startHour - Start hour of the view.
520
+ * @param endHour - End hour of the view (exclusive).
521
+ * @param viewTotalDays - Total days in the view (default: 1).
522
+ * @returns AXSchedulerBlockIdentifier | null - Block identifier or null if outside view.
499
523
  */
500
524
  getBlockIdentifier(dateTime: AXDateTime, viewStartDate: AXDateTime, startHour: number, endHour: number, // Exclusive end hour
501
525
  viewTotalDays?: number): AXSchedulerBlockIdentifier | null;
502
526
  /**
503
527
  * Groups appointments by the blocks they are ACTIVE in for a given view.
504
- * @param viewTotalDays - Number of days in the current view (1 for Day, 7 for Week, etc.)
528
+ *
529
+ * @param singleDayAppointments - Array of appointment segments.
530
+ * @param viewStartDate - Start date of the view.
531
+ * @param startHour - Start hour of the view.
532
+ * @param endHour - End hour of the view.
533
+ * @param viewTotalDays - Total days in the view.
534
+ * @returns AXSchedulerActiveAppointmentsInBlock - Active appointments grouped by blocks.
505
535
  */
506
- calculateActiveAppointmentsInBlock(singleDayAppointments: AXSchedulerAppointmentSegment[], viewStartDate: AXDateTime, startHour: number, endHour: number, viewTotalDays: number): AXSchedulerActiveAppointmentsInBlock;
536
+ private calculateActiveAppointmentsInBlock;
507
537
  /**
508
- * Calculates max concurrency and effective total columns for Day View appointments.
538
+ * Calculates day view concurrency information for appointments.
539
+ *
540
+ * @param singleDayAppointments - Array of appointment segments.
541
+ * @param viewStartDate - Start date of the view.
542
+ * @param startHour - Start hour of the view.
543
+ * @param endHour - End hour of the view.
544
+ * @returns Map<any, { maxConcurrency: number; effectiveTotalColumns: number }> - Concurrency information map.
509
545
  */
510
546
  calculateDayViewConcurrencyInfo(singleDayAppointments: AXSchedulerAppointmentSegment[], // These are segments for the current day
511
547
  viewStartDate: AXDateTime, startHour: number, endHour: number): Map<any, {
@@ -513,36 +549,88 @@ declare class AXSchedulerService {
513
549
  effectiveTotalColumns: number;
514
550
  }>;
515
551
  /**
516
- * Groups appointments by the block they START in for Week View.
517
- */
518
- calculateWeekViewAppointmentsByStartBlock(singleDayAppointments: AXSchedulerAppointmentSegment[], viewStartDate: AXDateTime, startHour: number, endHour: number): AXSchedulerAppointmentsByStartBlock;
519
- /**
520
- * Groups appointments by the day(s) they occur on within a given date range.
521
- * Returns a Map where the key is the date string ('YYYY-MM-DD') and the value is an array of appointments.
552
+ * Groups appointments by day within a date range.
553
+ *
554
+ * @param appointments - Array of appointments.
555
+ * @param viewStartDate - Start date of the view.
556
+ * @param viewEndDate - End date of the view.
557
+ * @returns Map<string, AXSchedulerAppointment[]> - Appointments grouped by day.
522
558
  */
523
559
  groupAppointmentsByDay(appointments: AXSchedulerAppointment[], viewStartDate: AXDateTime, // First day visible in the grid
524
560
  viewEndDate: AXDateTime): Map<string, AXSchedulerAppointment[]>;
561
+ /**
562
+ * Gets the day of week number for a given day name.
563
+ *
564
+ * @param dayName - The day name to get number for.
565
+ * @returns number - Day number (1-7, where 1 is Sunday).
566
+ */
525
567
  getDayOfWeekNumber(dayName: AXDayOfWeekName): number;
568
+ /**
569
+ * Gets slot data for a given start date and view.
570
+ *
571
+ * @param startDate - Start date for the slot.
572
+ * @param view - View type.
573
+ * @returns { startDate: AXDateTime; endDate: AXDateTime; view: AXSchedulerView } - Slot data.
574
+ */
526
575
  getSlotData(startDate: AXDateTime, view: AXSchedulerView): {
527
576
  startDate: AXDateTime;
528
577
  endDate: AXDateTime;
529
578
  view: AXSchedulerView;
530
579
  };
580
+ /**
581
+ * Handles events for appointments and slots.
582
+ *
583
+ * @param event - The event to handle.
584
+ * @param eventOutputMap - Map of event outputs.
585
+ * @param eventType - Type of event ('appointment' or 'slot').
586
+ */
531
587
  handleEvent(event: AXSchedulerSlotMouseEvent | AXSchedulerAppointmentMouseEvent, eventOutputMap: any, eventType: 'appointment' | 'slot'): void;
588
+ /**
589
+ * Calculates timeline layout for appointments.
590
+ *
591
+ * @param appt - The appointment to calculate layout for.
592
+ * @param viewStartHour - Start hour of the view.
593
+ * @param viewEndHour - End hour of the view.
594
+ * @returns { left: string; width: string } | null - Layout information or null.
595
+ */
532
596
  calculateTimelineLayout(appt: AXSchedulerAppointment, viewStartHour: number, // e.g., 8 for 8 AM
533
597
  viewEndHour: number): {
534
598
  left: string;
535
599
  width: string;
536
600
  } | null;
537
601
  /**
538
- * Calculates the visible segment of a timed appointment on a specific day,
539
- * constrained by the view's start and end hours.
540
- * Returns a new appointment-like object representing the segment.
602
+ * Gets cloned appointment segment for a specific day.
603
+ *
604
+ * @param appointment - The appointment to clone.
605
+ * @param day - The day to get segment for.
606
+ * @param viewStartHour - Start hour of the view.
607
+ * @param viewEndHour - End hour of the view.
608
+ * @param isFullDayCellContext - Whether this is for full day cell context.
609
+ * @returns AXSchedulerAppointmentSegment | null - Cloned segment or null.
541
610
  */
542
611
  getClonedAppointmentSegmentOnDay(appointment: AXSchedulerAppointment, // This is the ORIGINAL appointment
543
612
  day: AXDateTime, viewStartHour: number, viewEndHour: number, isFullDayCellContext?: boolean): AXSchedulerAppointmentSegment | null;
613
+ /**
614
+ * Gets the original appointment from a segment.
615
+ *
616
+ * @param item - Appointment or appointment segment.
617
+ * @returns AXSchedulerAppointment - The original appointment.
618
+ */
544
619
  getOriginalAppointment(item: AXSchedulerAppointment | AXSchedulerAppointmentSegment): AXSchedulerAppointment;
620
+ /**
621
+ * Checks if a date is a holiday.
622
+ *
623
+ * @param date - The date to check.
624
+ * @returns boolean - True if the date is a holiday.
625
+ */
545
626
  isHoliday(date: AXDateTime): boolean;
627
+ /**
628
+ * Checks if a date is a weekend.
629
+ *
630
+ * @param date - The date to check.
631
+ * @param calendar - The calendar type to use.
632
+ * @returns boolean - True if the date is a weekend.
633
+ */
546
634
  isWeekend(date: AXDateTime, calendar: string): boolean;
547
635
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerService, never>;
548
636
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXSchedulerService>;
@@ -571,7 +659,7 @@ declare class AXSchedulerAgendaViewComponent extends NXComponent {
571
659
  appointments: _angular_core.InputSignal<AXSchedulerAppointment[]>;
572
660
  tooltipTemplate: _angular_core.InputSignal<string | TemplateRef<unknown>>;
573
661
  private dragStartSlotId;
574
- agendaDaysLayout: _angular_core.Signal<AgendaDayData[]>;
662
+ protected agendaDaysLayout: _angular_core.Signal<AgendaDayData[]>;
575
663
  slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
576
664
  slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
577
665
  slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
@@ -581,17 +669,17 @@ declare class AXSchedulerAgendaViewComponent extends NXComponent {
581
669
  onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
582
670
  onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
583
671
  private readonly eventOutputMap;
584
- handleAppointmentEvent(mouseEvent: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
585
- handleSlotEvent(mouseEvent: MouseEvent, date: AXDateTime): void;
586
- handleDrop(e: AXDropZoneDropEvent, date: AXDateTime): void;
587
- handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
672
+ protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
673
+ protected handleSlotEvent(mouseEvent: MouseEvent, date: AXDateTime): void;
674
+ protected handleDrop(e: AXDropZoneDropEvent, date: AXDateTime): void;
675
+ protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
588
676
  protected isToday(date: AXDateTime): boolean;
589
677
  protected isHoliday(date: AXDateTime): {
590
678
  state: 'holiday' | 'weekend' | 'none';
591
679
  holiday?: AXHolidayDate;
592
680
  };
593
- getSlotId(e: PointerEvent): void;
594
- get isReadonly(): boolean;
681
+ protected getSlotId(e: PointerEvent): void;
682
+ protected get isReadonly(): boolean;
595
683
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerAgendaViewComponent, never>;
596
684
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSchedulerAgendaViewComponent, "ax-scheduler-agenda-view", never, { "daysCount": { "alias": "daysCount"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "draggable": { "alias": "draggable"; "required": false; "isSignal": true; }; "hasActions": { "alias": "hasActions"; "required": false; "isSignal": true; }; "dragStartDelay": { "alias": "dragStartDelay"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": true; "isSignal": true; }; "appointments": { "alias": "appointments"; "required": false; "isSignal": true; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; "isSignal": true; }; }, { "slotClickedInternal": "slotClickedInternal"; "slotDblClickedInternal": "slotDblClickedInternal"; "slotRightClickedInternal": "slotRightClickedInternal"; "appointmentClickedInternal": "appointmentClickedInternal"; "appointmentDblClickedInternal": "appointmentDblClickedInternal"; "appointmentRightClickedInternal": "appointmentRightClickedInternal"; "onActionClickInternal": "onActionClickInternal"; "onAppointmentDropInternal": "onAppointmentDropInternal"; }, never, never, true, never>;
597
685
  }
@@ -621,7 +709,7 @@ declare class AXSchedulerTimelineMonthViewComponent extends NXComponent {
621
709
  appointments: _angular_core.InputSignal<AXSchedulerAppointment[]>;
622
710
  tooltipTemplate: _angular_core.InputSignal<string | TemplateRef<unknown>>;
623
711
  private dragStartSlotId;
624
- processedDayData: _angular_core.Signal<TimelineMonthViewDayData[]>;
712
+ protected processedDayData: _angular_core.Signal<TimelineMonthViewDayData[]>;
625
713
  slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
626
714
  slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
627
715
  slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
@@ -631,17 +719,17 @@ declare class AXSchedulerTimelineMonthViewComponent extends NXComponent {
631
719
  onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
632
720
  onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
633
721
  private readonly eventOutputMap;
634
- handleAppointmentEvent(mouseEvent: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
635
- handleSlotEvent(mouseEvent: MouseEvent, date: AXDateTime): void;
636
- handleDrop(e: AXDropZoneDropEvent, date: AXDateTime): void;
637
- handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
722
+ protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
723
+ protected handleSlotEvent(mouseEvent: MouseEvent, date: AXDateTime): void;
724
+ protected handleDrop(e: AXDropZoneDropEvent, date: AXDateTime): void;
725
+ protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
638
726
  protected isToday(date: AXDateTime): boolean;
639
727
  protected isHoliday(date: AXDateTime): {
640
728
  state: 'holiday' | 'weekend' | 'none';
641
729
  holiday?: AXHolidayDate;
642
730
  };
643
- getSlotId(e: PointerEvent): void;
644
- get isReadonly(): boolean;
731
+ protected getSlotId(e: PointerEvent): void;
732
+ protected get isReadonly(): boolean;
645
733
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerTimelineMonthViewComponent, never>;
646
734
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXSchedulerTimelineMonthViewComponent, "ax-scheduler-timeline-month-view", never, { "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "draggable": { "alias": "draggable"; "required": false; "isSignal": true; }; "hasActions": { "alias": "hasActions"; "required": false; "isSignal": true; }; "dragStartDelay": { "alias": "dragStartDelay"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "date": { "alias": "date"; "required": true; "isSignal": true; }; "appointments": { "alias": "appointments"; "required": false; "isSignal": true; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; "isSignal": true; }; }, { "slotClickedInternal": "slotClickedInternal"; "slotDblClickedInternal": "slotDblClickedInternal"; "slotRightClickedInternal": "slotRightClickedInternal"; "appointmentClickedInternal": "appointmentClickedInternal"; "appointmentDblClickedInternal": "appointmentDblClickedInternal"; "appointmentRightClickedInternal": "appointmentRightClickedInternal"; "onActionClickInternal": "onActionClickInternal"; "onAppointmentDropInternal": "onAppointmentDropInternal"; }, never, never, true, never>;
647
735
  }
@@ -668,7 +756,7 @@ declare class AXSchedulerTimelineMultiDayViewComponent extends NXComponent {
668
756
  startDayHour: _angular_core.InputSignal<number>;
669
757
  appointments: _angular_core.InputSignal<AXSchedulerAppointment[]>;
670
758
  tooltipTemplate: _angular_core.InputSignal<string | TemplateRef<unknown>>;
671
- daysDataForTimelineViews: _angular_core.Signal<TimelineMultiDayDaySlot[]>;
759
+ protected daysDataForTimelineViews: _angular_core.Signal<TimelineMultiDayDaySlot[]>;
672
760
  slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
673
761
  slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
674
762
  slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
@@ -687,4 +775,4 @@ declare class AXSchedulerTimelineMultiDayViewComponent extends NXComponent {
687
775
  }
688
776
 
689
777
  export { AXSchedulerAgendaViewComponent, AXSchedulerComponent, AXSchedulerDayViewComponent, AXSchedulerModule, AXSchedulerMonthViewComponent, AXSchedulerService, AXSchedulerTimelineDayViewComponent, AXSchedulerTimelineMonthViewComponent, AXSchedulerTimelineMultiDayViewComponent, AXSchedulerWeekViewComponent };
690
- export type { AXDayOfWeekName, AXSchedulerActiveAppointmentsInBlock, AXSchedulerAllDaySlotData, AXSchedulerAppointment, AXSchedulerAppointmentDataSource, AXSchedulerAppointmentDataSourceFilter, AXSchedulerAppointmentLayout, AXSchedulerAppointmentLoader, AXSchedulerAppointmentLoaderAsync, AXSchedulerAppointmentMouseEvent, AXSchedulerAppointmentSegment, AXSchedulerAppointmentsByStartBlock, AXSchedulerBlockIdentifier, AXSchedulerBlockOccupancyMap, AXSchedulerDateRange, AXSchedulerDayAppointmentLayout, AXSchedulerMonthDayCell, AXSchedulerMultiDayViewAppointment, AXSchedulerOverflowBadge, AXSchedulerSlotDropEvent, AXSchedulerSlotMouseEvent, AXSchedulerView, AgendaDayData, TimelineMonthViewDayData, TimelineMultiDayDaySlot };
778
+ export type { AXDayOfWeekName, AXSchedulerActiveAppointmentsInBlock, AXSchedulerAllDaySlotData, AXSchedulerAppointment, AXSchedulerAppointmentDataSource, AXSchedulerAppointmentDataSourceFilter, AXSchedulerAppointmentLayout, AXSchedulerAppointmentLoader, AXSchedulerAppointmentLoaderAsync, AXSchedulerAppointmentMouseEvent, AXSchedulerAppointmentSegment, AXSchedulerBlockIdentifier, AXSchedulerBlockOccupancyMap, AXSchedulerDateRange, AXSchedulerDayAppointmentLayout, AXSchedulerMonthDayCell, AXSchedulerMultiDayViewAppointment, AXSchedulerOverflowBadge, AXSchedulerSlotDropEvent, AXSchedulerSlotMouseEvent, AXSchedulerView, AgendaDayData, TimelineMonthViewDayData, TimelineMultiDayDaySlot };
@@ -38,6 +38,7 @@ declare class AXSearchBoxComponent extends AXSearchBoxComponent_base {
38
38
  _handleModelChange(value: string): void;
39
39
  /** @ignore */
40
40
  get __hostClass(): string[];
41
+ private get __hostName();
41
42
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBoxComponent, never>;
42
43
  static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-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; }; "classNames": { "alias": "class"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, { "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"], true, never>;
43
44
  }
@@ -1,8 +1,8 @@
1
1
  import * as i0 from '@angular/core';
2
- import { AfterViewInit, OnDestroy, WritableSignal, TemplateRef, ElementRef } from '@angular/core';
2
+ import { OnDestroy, WritableSignal, TemplateRef, ElementRef } from '@angular/core';
3
3
  import * as polytype from 'polytype';
4
4
  import * as i2 from '@acorex/cdk/common';
5
- import { MXSelectionValueComponent, MXLookComponent, AXDataSource, MXSelectionBridgeService, AXEvent, AXValueChangedEvent } from '@acorex/cdk/common';
5
+ import { MXSelectionValueComponent, MXLookComponent, AXDataSource, MXSelectionBridgeService, AXEvent, AXValueChangedEvent, AXItemClickEvent, AXItemSelectedEvent } from '@acorex/cdk/common';
6
6
  import * as i12 from '@acorex/components/dropdown';
7
7
  import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
8
8
  import * as i13 from '@acorex/components/list';
@@ -25,7 +25,19 @@ declare const AXSelectBoxComponent_base: polytype.Polytype.ClusteredConstructor<
25
25
  * The Button is a component which detects user interaction and triggers a corresponding event
26
26
  * @category
27
27
  */
28
- declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements AfterViewInit, OnDestroy {
28
+ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements OnDestroy {
29
+ /**
30
+ * Determines if an item is truncated.
31
+ *
32
+ * @defaultValue true
33
+ */
34
+ isItemTruncated: i0.InputSignal<boolean>;
35
+ /**
36
+ * Determines if a tooltip is shown for an item.
37
+ *
38
+ * @defaultValue false
39
+ */
40
+ showItemTooltip: i0.InputSignal<boolean>;
29
41
  /** @ignore */
30
42
  private hotKeyService;
31
43
  /** @ignore */
@@ -33,7 +45,7 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
33
45
  /** @ignore */
34
46
  protected searchValue: WritableSignal<string>;
35
47
  /** @ignore */
36
- protected renderList: boolean;
48
+ protected renderList: WritableSignal<boolean>;
37
49
  /** @ignore */
38
50
  protected _dropdownWidth: WritableSignal<string>;
39
51
  /** @ignore */
@@ -41,9 +53,11 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
41
53
  /** @ignore */
42
54
  protected _listDataSource: AXDataSource<any>;
43
55
  /** @ignore */
44
- private _dataSource;
56
+ private _originalDataSource;
45
57
  /** @ignore */
46
58
  private onChangedSubscription;
59
+ /** @ignore */
60
+ private onLoadingChangedSubscription;
47
61
  /**
48
62
  * Gets the data source for the component, which can be either an `AXDataSource` or an array of items.
49
63
  * @returns {AXDataSource<any> | any[]}
@@ -112,8 +126,11 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
112
126
  private _unsubscriber;
113
127
  /** @ignore */
114
128
  protected ngOnInit(): void;
115
- /** @ignore */
116
- ngAfterViewInit(): void;
129
+ /**
130
+ * Proactively fetches item data if the component has a value but no corresponding item data.
131
+ * This prevents showing "loading..." when the component has a value.
132
+ */
133
+ private fetchItemDataIfNeeded;
117
134
  /** @ignore */
118
135
  ngOnDestroy(): void;
119
136
  /**
@@ -132,7 +149,14 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
132
149
  /** @ignore */
133
150
  protected _handleValueChanged(e: AXValueChangedEvent): void;
134
151
  /** @ignore */
152
+ protected _handleItemClick(e: AXItemClickEvent): void;
153
+ /** @ignore */
154
+ protected _handleItemSelected(e: AXItemSelectedEvent): void;
155
+ /** @ignore */
135
156
  private setDropdownSize;
157
+ private updateDropdownPosition;
158
+ private updateDropdownSize;
159
+ internalValueChanged(value: any): void;
136
160
  /** @ignore */
137
161
  _handleKeydown(e: KeyboardEvent): void;
138
162
  /** @ignore */
@@ -148,7 +172,7 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
148
172
  refresh(): void;
149
173
  private hostClickListener;
150
174
  static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxComponent, never>;
151
- static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "minRecordsForSearch": { "alias": "minRecordsForSearch"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "selectedTemplate": { "alias": "selectedTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; "isSignal": true; }; "searchBoxAutoFocus": { "alias": "searchBoxAutoFocus"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, ["searchBox"], ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-search-box", "ax-footer", "ax-validation-rule"], true, never>;
175
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "isItemTruncated": { "alias": "isItemTruncated"; "required": false; "isSignal": true; }; "showItemTooltip": { "alias": "showItemTooltip"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; }; "minRecordsForSearch": { "alias": "minRecordsForSearch"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "selectedTemplate": { "alias": "selectedTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; "isSignal": true; }; "searchBoxAutoFocus": { "alias": "searchBoxAutoFocus"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; "onItemSelected": "onItemSelected"; "onItemClick": "onItemClick"; }, ["searchBox"], ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-search-box", "ax-footer", "ax-validation-rule"], true, never>;
152
176
  }
153
177
 
154
178
  declare class AXSelectBoxModule {