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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/action-sheet/index.d.ts +56 -0
  2. package/alert/index.d.ts +1 -1
  3. package/autocomplete/index.d.ts +1 -0
  4. package/avatar/index.d.ts +11 -4
  5. package/breadcrumbs/index.d.ts +15 -1
  6. package/calendar/index.d.ts +23 -9
  7. package/check-box/index.d.ts +1 -1
  8. package/circular-progress/index.d.ts +23 -18
  9. package/collapse/index.d.ts +6 -3
  10. package/color-box/index.d.ts +1 -0
  11. package/color-palette/index.d.ts +1 -1
  12. package/comment/index.d.ts +3 -3
  13. package/conversation/index.d.ts +1 -0
  14. package/cron-job/index.d.ts +5 -4
  15. package/data-pager/index.d.ts +10 -5
  16. package/data-table/index.d.ts +16 -2
  17. package/datetime-box/index.d.ts +2 -0
  18. package/datetime-input/index.d.ts +1 -0
  19. package/datetime-picker/index.d.ts +8 -0
  20. package/dropdown/index.d.ts +41 -0
  21. package/fesm2022/acorex-components-action-sheet.mjs +56 -0
  22. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  23. package/fesm2022/acorex-components-alert.mjs +1 -1
  24. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  25. package/fesm2022/acorex-components-autocomplete.mjs +9 -3
  26. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  27. package/fesm2022/acorex-components-avatar.mjs +11 -4
  28. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  29. package/fesm2022/acorex-components-breadcrumbs.mjs +15 -1
  30. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  31. package/fesm2022/acorex-components-button.mjs +11 -8
  32. package/fesm2022/acorex-components-button.mjs.map +1 -1
  33. package/fesm2022/acorex-components-calendar.mjs +89 -30
  34. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  35. package/fesm2022/acorex-components-check-box.mjs +2 -2
  36. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  37. package/fesm2022/acorex-components-circular-progress.mjs +23 -18
  38. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  39. package/fesm2022/acorex-components-collapse.mjs +6 -3
  40. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  41. package/fesm2022/acorex-components-color-box.mjs +9 -3
  42. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  43. package/fesm2022/acorex-components-color-palette.mjs +3 -3
  44. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  45. package/fesm2022/acorex-components-comment.mjs +5 -5
  46. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  47. package/fesm2022/acorex-components-conversation.mjs +10 -4
  48. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  49. package/fesm2022/acorex-components-cron-job.mjs +15 -9
  50. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  51. package/fesm2022/acorex-components-data-pager.mjs +45 -48
  52. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  53. package/fesm2022/acorex-components-data-table.mjs +30 -13
  54. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  55. package/fesm2022/acorex-components-datetime-box.mjs +23 -4
  56. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  57. package/fesm2022/acorex-components-datetime-input.mjs +8 -2
  58. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  59. package/fesm2022/acorex-components-datetime-picker.mjs +82 -8
  60. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  61. package/fesm2022/acorex-components-dropdown.mjs +46 -2
  62. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  63. package/fesm2022/acorex-components-image-editor.mjs +12 -6
  64. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  65. package/fesm2022/acorex-components-json-viewer.mjs +2 -2
  66. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  67. package/fesm2022/acorex-components-kanban.mjs +9 -5
  68. package/fesm2022/acorex-components-kanban.mjs.map +1 -1
  69. package/fesm2022/acorex-components-kbd.mjs +6 -0
  70. package/fesm2022/acorex-components-kbd.mjs.map +1 -1
  71. package/fesm2022/acorex-components-list.mjs +24 -8
  72. package/fesm2022/acorex-components-list.mjs.map +1 -1
  73. package/fesm2022/acorex-components-loading-dialog.mjs +29 -11
  74. package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
  75. package/fesm2022/acorex-components-loading.mjs +58 -0
  76. package/fesm2022/acorex-components-loading.mjs.map +1 -1
  77. package/fesm2022/acorex-components-map.mjs +64 -16
  78. package/fesm2022/acorex-components-map.mjs.map +1 -1
  79. package/fesm2022/acorex-components-number-box-2.mjs +11 -5
  80. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  81. package/fesm2022/acorex-components-number-box.mjs +10 -4
  82. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  83. package/fesm2022/acorex-components-paint.mjs +8 -2
  84. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  85. package/fesm2022/acorex-components-password-box.mjs +10 -4
  86. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  87. package/fesm2022/acorex-components-phone-box.mjs +9 -3
  88. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  89. package/fesm2022/acorex-components-picker.mjs +14 -4
  90. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  91. package/fesm2022/acorex-components-popover.mjs +31 -7
  92. package/fesm2022/acorex-components-popover.mjs.map +1 -1
  93. package/fesm2022/acorex-components-popup.mjs +2 -2
  94. package/fesm2022/acorex-components-popup.mjs.map +1 -1
  95. package/fesm2022/acorex-components-query-builder.mjs +1 -1
  96. package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
  97. package/fesm2022/acorex-components-radio.mjs +2 -2
  98. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  99. package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
  100. package/fesm2022/acorex-components-rest-api-generator.mjs +1 -1
  101. package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
  102. package/fesm2022/acorex-components-rrule.mjs +293 -0
  103. package/fesm2022/acorex-components-rrule.mjs.map +1 -0
  104. package/fesm2022/acorex-components-scheduler.mjs +48 -22
  105. package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
  106. package/fesm2022/acorex-components-search-box.mjs +7 -1
  107. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  108. package/fesm2022/acorex-components-select-box.mjs +60 -22
  109. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  110. package/fesm2022/acorex-components-side-menu.mjs +1 -1
  111. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  112. package/fesm2022/acorex-components-tabs.mjs +7 -5
  113. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  114. package/fesm2022/acorex-components-tag-box.mjs +11 -5
  115. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  116. package/fesm2022/acorex-components-text-area.mjs +10 -4
  117. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  118. package/fesm2022/acorex-components-text-box.mjs +10 -4
  119. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  120. package/fesm2022/acorex-components-time-duration.mjs +35 -59
  121. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  122. package/fesm2022/acorex-components-tooltip.mjs +3 -3
  123. package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
  124. package/fesm2022/acorex-components-tree-view.mjs +2 -2
  125. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  126. package/fesm2022/acorex-components-wysiwyg.mjs +11 -5
  127. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  128. package/image-editor/index.d.ts +1 -0
  129. package/json-viewer/index.d.ts +3 -3
  130. package/kanban/index.d.ts +7 -3
  131. package/kbd/index.d.ts +6 -0
  132. package/list/index.d.ts +15 -2
  133. package/loading/index.d.ts +58 -1
  134. package/loading-dialog/index.d.ts +29 -11
  135. package/map/index.d.ts +27 -6
  136. package/number-box/index.d.ts +1 -0
  137. package/number-box-2/index.d.ts +1 -0
  138. package/package.json +10 -2
  139. package/paint/index.d.ts +1 -0
  140. package/password-box/index.d.ts +1 -0
  141. package/phone-box/index.d.ts +1 -0
  142. package/picker/index.d.ts +10 -8
  143. package/popover/index.d.ts +11 -3
  144. package/radio/index.d.ts +1 -1
  145. package/rate-picker/index.d.ts +1 -1
  146. package/rrule/README.md +3 -0
  147. package/rrule/index.d.ts +80 -0
  148. package/scheduler/index.d.ts +5 -1
  149. package/search-box/index.d.ts +1 -0
  150. package/select-box/index.d.ts +23 -8
  151. package/tag-box/index.d.ts +1 -0
  152. package/text-area/index.d.ts +1 -0
  153. package/text-box/index.d.ts +1 -0
  154. package/time-duration/index.d.ts +3 -1
  155. package/tooltip/index.d.ts +2 -2
  156. package/wysiwyg/index.d.ts +1 -0
@@ -0,0 +1,80 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import * as rrule from 'rrule';
3
+
4
+ type AXROptionsType = rrule.Options;
5
+ interface AXParsedOptionsType extends AXROptionsType {
6
+ dtstart: Date;
7
+ wkst: number;
8
+ bysetpos: number[];
9
+ bymonth: number[];
10
+ bymonthday: number[];
11
+ bynmonthday: number[];
12
+ byyearday: number[];
13
+ byweekno: number[];
14
+ byweekday: number[];
15
+ byhour: number[];
16
+ byminute: number[];
17
+ bysecond: number[];
18
+ }
19
+ type AXRRuleType = rrule.RRule;
20
+ declare const defaultOptions: AXROptionsType;
21
+ declare const defaultRrule = "RRULE:FREQ=WEEKLY;INTERVAL=1;WKST=MO;COUNT=5";
22
+
23
+ declare class AXRruleComponent {
24
+ #private;
25
+ value: _angular_core.ModelSignal<string | rrule.Options>;
26
+ rruleChange: _angular_core.OutputEmitterRef<rrule.RRule>;
27
+ optionsChange: _angular_core.OutputEmitterRef<rrule.Options>;
28
+ stringChange: _angular_core.OutputEmitterRef<string>;
29
+ textChange: _angular_core.OutputEmitterRef<string>;
30
+ protected freqs: {
31
+ text: string;
32
+ value: number;
33
+ }[];
34
+ protected weekdays: {
35
+ text: string;
36
+ value: number;
37
+ }[];
38
+ protected months: {
39
+ text: string;
40
+ value: number;
41
+ }[];
42
+ protected timezones: string[];
43
+ protected hours: number[];
44
+ protected minutes: number[];
45
+ protected seconds: number[];
46
+ protected monthdays: number[];
47
+ protected nmonthdays: number[];
48
+ protected yeardays: number[];
49
+ protected weeknos: number[];
50
+ protected setpos: number[];
51
+ protected options: _angular_core.WritableSignal<rrule.Options>;
52
+ protected rrule: _angular_core.WritableSignal<rrule.RRule>;
53
+ protected string: _angular_core.Signal<string>;
54
+ protected text: _angular_core.Signal<string>;
55
+ private rruleService;
56
+ private _isUpdating;
57
+ private _clearOptions;
58
+ updateOption<K extends keyof AXROptionsType>(key: K, value: AXROptionsType[K]): Promise<void>;
59
+ resetOptions(): Promise<void>;
60
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleComponent, never>;
61
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRruleComponent, "ax-rrule", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "rruleChange": "rruleChange"; "optionsChange": "optionsChange"; "stringChange": "stringChange"; "textChange": "textChange"; }, never, never, true, never>;
62
+ }
63
+
64
+ declare class AXRruleService {
65
+ rruleFromOptions(options: Partial<AXROptionsType>): Promise<AXRRuleType>;
66
+ rruleFromString(ruleString: string): Promise<AXRRuleType>;
67
+ rruleFromText(ruleText: string): Promise<AXRRuleType>;
68
+ rruleToOptions(rule: AXRRuleType): AXParsedOptionsType;
69
+ rruleToString(rule: AXRRuleType): string;
70
+ rruleToText(rule: AXRRuleType): string;
71
+ rruleGetAll(rule: AXRRuleType, limit?: number): Date[];
72
+ rruleGetBetween(rule: AXRRuleType, after: Date, before: Date, inclusive?: boolean): Date[];
73
+ rruleGetBefore(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
74
+ rruleGetAfter(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
75
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleService, never>;
76
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRruleService>;
77
+ }
78
+
79
+ export { AXRruleComponent, AXRruleService, defaultOptions, defaultRrule };
80
+ export type { AXParsedOptionsType, AXROptionsType, AXRRuleType };
@@ -120,6 +120,7 @@ declare class AXSchedulerComponent extends NXComponent implements OnInit {
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) => Promise<AXHolidayDate[]>>;
123
124
  firstDayOfWeek: _angular_core.InputSignal<AXDayOfWeekName>;
124
125
  views: _angular_core.InputSignal<AXSchedulerView[]>;
125
126
  selectedView: _angular_core.ModelSignal<AXSchedulerView>;
@@ -157,7 +158,7 @@ declare class AXSchedulerComponent extends NXComponent implements OnInit {
157
158
  handleFullScreen(): void;
158
159
  refresh(appointments?: AXSchedulerAppointment[]): Promise<void>;
159
160
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerComponent, never>;
160
- 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; }; "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>;
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>;
161
162
  }
162
163
 
163
164
  declare class AXSchedulerDayViewComponent extends NXComponent {
@@ -364,6 +365,7 @@ type AXSchedulerMonthDayCell = {
364
365
  isToday: boolean;
365
366
  isHoliday: boolean;
366
367
  holidayTitle?: string;
368
+ holidayCssClass?: string;
367
369
  appointments: AXSchedulerAppointmentSegment[];
368
370
  visibleAppointments: AXSchedulerAppointmentSegment[];
369
371
  hiddenAppointments: AXSchedulerAppointmentSegment[];
@@ -408,6 +410,7 @@ declare class AXSchedulerMonthViewComponent extends NXComponent {
408
410
  isToday: boolean;
409
411
  isHoliday: boolean;
410
412
  holidayTitle?: string;
413
+ holidayCssClass?: string;
411
414
  }[];
412
415
  weeksNeeded: number;
413
416
  }>;
@@ -477,6 +480,7 @@ declare class AXSchedulerService {
477
480
  readonly BLOCK_DURATION_MINUTES = 30;
478
481
  readonly MILLISECONDS_PER_MINUTE: number;
479
482
  readonly MILLISECONDS_PER_DAY: number;
483
+ internalHoliday: _angular_core.WritableSignal<AXHolidayDate[]>;
480
484
  /**
481
485
  * Checks if two appointments overlap in time.
482
486
  */
@@ -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,5 +1,5 @@
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
5
  import { MXSelectionValueComponent, MXLookComponent, AXDataSource, MXSelectionBridgeService, AXEvent, AXValueChangedEvent } from '@acorex/cdk/common';
@@ -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[]}
@@ -91,7 +105,7 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
91
105
  loadingTemplate: TemplateRef<any>;
92
106
  /**
93
107
  * The width of the dropdown in pixels.
94
- * @defaultValue 260
108
+ * @defaultValue null
95
109
  */
96
110
  dropdownWidth: i0.InputSignal<string>;
97
111
  /** @ignore */
@@ -113,8 +127,6 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
113
127
  /** @ignore */
114
128
  protected ngOnInit(): void;
115
129
  /** @ignore */
116
- ngAfterViewInit(): void;
117
- /** @ignore */
118
130
  ngOnDestroy(): void;
119
131
  /**
120
132
  * Retrieves an item by its key.
@@ -133,6 +145,9 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
133
145
  protected _handleValueChanged(e: AXValueChangedEvent): void;
134
146
  /** @ignore */
135
147
  private setDropdownSize;
148
+ private updateDropdownPosition;
149
+ private updateDropdownSize;
150
+ internalValueChanged(value: any): void;
136
151
  /** @ignore */
137
152
  _handleKeydown(e: KeyboardEvent): void;
138
153
  /** @ignore */
@@ -148,7 +163,7 @@ declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements
148
163
  refresh(): void;
149
164
  private hostClickListener;
150
165
  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>;
166
+ 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"; }, ["searchBox"], ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-search-box", "ax-footer", "ax-validation-rule"], true, never>;
152
167
  }
153
168
 
154
169
  declare class AXSelectBoxModule {
@@ -28,6 +28,7 @@ declare class AXTagBoxComponent extends AXTagBoxComponent_base implements OnInit
28
28
  convertString(v: unknown): object[];
29
29
  protected internalSetValue(value: any): unknown[];
30
30
  protected internalSetValue(value: any): any;
31
+ private get __hostName();
31
32
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXTagBoxComponent, never>;
32
33
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTagBoxComponent, "ax-tag-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "addOnComma": { "alias": "addOnComma"; "required": false; "isSignal": true; }; "addOnEnter": { "alias": "addOnEnter"; "required": false; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "readonlyField": { "alias": "readonlyField"; "required": false; "isSignal": true; }; "allowDuplicateValues": { "alias": "allowDuplicateValues"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-autocomplete", "ax-validation-rule"], true, never>;
33
34
  }
@@ -39,6 +39,7 @@ declare class AXTextAreaComponent extends AXTextAreaComponent_base {
39
39
  classNames: string;
40
40
  /** @ignore */
41
41
  protected _handleModelChange(value: string | null): void;
42
+ private get __hostName();
42
43
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTextAreaComponent, never>;
43
44
  static ɵcmp: i0.ɵɵComponentDeclaration<AXTextAreaComponent, "ax-text-area", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "look": { "alias": "look"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "allowResize": { "alias": "allowResize"; "required": false; }; "showCounter": { "alias": "showCounter"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-validation-rule"], true, never>;
44
45
  }
@@ -78,6 +78,7 @@ declare class AXTextBoxComponent extends AXTextBoxComponent_base implements Afte
78
78
  private _onComplete;
79
79
  /** @ignore */
80
80
  protected _handleModelChange(value: string | null): void;
81
+ private get __hostName();
81
82
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTextBoxComponent, never>;
82
83
  static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "look": { "alias": "look"; "required": false; }; "maskOptions": { "alias": "mask-options"; "required": false; }; "classNames": { "alias": "class"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, ["_maskOptionsContent"], ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
83
84
  }
@@ -15,6 +15,7 @@ declare class AXTimeDurationComponent extends AXTimeDurationComponent_base {
15
15
  readonly valueStart: _angular_core.InputSignal<AXTimeDurationUnit>;
16
16
  readonly valueEnd: _angular_core.InputSignal<AXTimeDurationUnit>;
17
17
  readonly label: _angular_core.InputSignal<boolean>;
18
+ readonly maskDigits: _angular_core.InputSignal<string>;
18
19
  protected maskOptions: _angular_core.WritableSignal<any>;
19
20
  private translationService;
20
21
  private timeDurationFormatter;
@@ -35,8 +36,9 @@ declare class AXTimeDurationComponent extends AXTimeDurationComponent_base {
35
36
  private replacePersianLabels;
36
37
  private maskToMilliseconds;
37
38
  private updateMask;
39
+ private get __hostName();
38
40
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXTimeDurationComponent, never>;
39
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTimeDurationComponent, "ax-time-duration", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "look": { "alias": "look"; "required": false; }; "valueStart": { "alias": "valueStart"; "required": false; "isSignal": true; }; "valueEnd": { "alias": "valueEnd"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, ["ax-validation-rule"], true, never>;
41
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXTimeDurationComponent, "ax-time-duration", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "look": { "alias": "look"; "required": false; }; "valueStart": { "alias": "valueStart"; "required": false; "isSignal": true; }; "valueEnd": { "alias": "valueEnd"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": false; "isSignal": true; }; "maskDigits": { "alias": "maskDigits"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, ["ax-validation-rule"], true, never>;
40
42
  }
41
43
 
42
44
  declare class AXTimeDurationModule {
@@ -30,7 +30,7 @@ declare class AXTooltipDirective implements OnInit {
30
30
  private vc;
31
31
  private elementRef;
32
32
  private dragRef;
33
- tooltipDisabled: i0.InputSignal<boolean>;
33
+ axTooltipDisabled: i0.InputSignal<boolean>;
34
34
  content: i0.InputSignal<string | TemplateRef<unknown>>;
35
35
  private _placement;
36
36
  get placement(): AXPlacementType;
@@ -51,7 +51,7 @@ declare class AXTooltipDirective implements OnInit {
51
51
  constructor();
52
52
  ngOnInit(): void;
53
53
  static ɵfac: i0.ɵɵFactoryDeclaration<AXTooltipDirective, never>;
54
- static ɵdir: i0.ɵɵDirectiveDeclaration<AXTooltipDirective, "[axTooltip]", never, { "tooltipDisabled": { "alias": "tooltipDisabled"; "required": false; "isSignal": true; }; "content": { "alias": "axTooltip"; "required": false; "isSignal": true; }; "placement": { "alias": "axTooltipPlacement"; "required": false; }; "offsetX": { "alias": "axTooltipOffsetX"; "required": false; }; "offsetY": { "alias": "axTooltipOffsetY"; "required": false; }; "openAfter": { "alias": "axTooltipOpenAfter"; "required": false; }; "closeAfter": { "alias": "axTooltipCloseAfter"; "required": false; }; }, {}, never, never, true, never>;
54
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AXTooltipDirective, "[axTooltip]", never, { "axTooltipDisabled": { "alias": "axTooltipDisabled"; "required": false; "isSignal": true; }; "content": { "alias": "axTooltip"; "required": false; "isSignal": true; }; "placement": { "alias": "axTooltipPlacement"; "required": false; }; "offsetX": { "alias": "axTooltipOffsetX"; "required": false; }; "offsetY": { "alias": "axTooltipOffsetY"; "required": false; }; "openAfter": { "alias": "axTooltipOpenAfter"; "required": false; }; "closeAfter": { "alias": "axTooltipCloseAfter"; "required": false; }; }, {}, never, never, true, never>;
55
55
  }
56
56
 
57
57
  declare class AXTooltipModule {
@@ -54,6 +54,7 @@ declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_ba
54
54
  ngOnDestroy(): void;
55
55
  focus(): void;
56
56
  blur(): void;
57
+ private get __hostName();
57
58
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXWysiwygContainerComponent, never>;
58
59
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, { "look": { "alias": "look"; "required": false; }; "placeHolder": { "alias": "placeHolder"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, ["*", "ax-validation-rule"], true, never>;
59
60
  }