@acorex/components 20.2.0-next.20 → 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.
- package/fesm2022/acorex-components-action-sheet.mjs +2 -2
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +2 -2
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +2 -2
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +2 -2
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +4 -4
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +2 -2
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +2 -2
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +2 -2
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +2 -2
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +2 -2
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +2 -2
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +4 -4
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +2 -2
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +2 -2
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +2 -2
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +147 -59
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +2 -2
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +2 -2
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +2 -2
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +2 -2
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +2 -2
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +24 -26
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/package.json +7 -6
- package/scheduler/index.d.ts +185 -97
- package/wysiwyg/index.d.ts +0 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "20.2.0-next.
|
3
|
+
"version": "20.2.0-next.21",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^20.0.0",
|
6
6
|
"@angular/core": "^20.0.0",
|
@@ -14,7 +14,8 @@
|
|
14
14
|
"rrule": "^2.8.1",
|
15
15
|
"leaflet": "^1.9.4",
|
16
16
|
"leaflet-draw": "^1.0.4",
|
17
|
-
"leaflet.locatecontrol": "^0.81.1"
|
17
|
+
"leaflet.locatecontrol": "^0.81.1",
|
18
|
+
"quill-delta-to-html": ">=0.12.1"
|
18
19
|
},
|
19
20
|
"dependencies": {
|
20
21
|
"tslib": "^2.3.0"
|
@@ -194,14 +195,14 @@
|
|
194
195
|
"types": "./kanban/index.d.ts",
|
195
196
|
"default": "./fesm2022/acorex-components-kanban.mjs"
|
196
197
|
},
|
197
|
-
"./kbd": {
|
198
|
-
"types": "./kbd/index.d.ts",
|
199
|
-
"default": "./fesm2022/acorex-components-kbd.mjs"
|
200
|
-
},
|
201
198
|
"./label": {
|
202
199
|
"types": "./label/index.d.ts",
|
203
200
|
"default": "./fesm2022/acorex-components-label.mjs"
|
204
201
|
},
|
202
|
+
"./kbd": {
|
203
|
+
"types": "./kbd/index.d.ts",
|
204
|
+
"default": "./fesm2022/acorex-components-kbd.mjs"
|
205
|
+
},
|
205
206
|
"./list": {
|
206
207
|
"types": "./list/index.d.ts",
|
207
208
|
"default": "./fesm2022/acorex-components-list.mjs"
|
package/scheduler/index.d.ts
CHANGED
@@ -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,6 +115,7 @@ 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>>;
|
@@ -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
|
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
|
201
|
-
getAppointmentLayout
|
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
|
-
* @
|
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
|
-
* @
|
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
|
-
* @
|
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
|
-
* @
|
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
|
-
* @
|
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
|
-
* @
|
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
|
405
|
-
daysArray: _angular_core.Signal<AXDateTime[]>;
|
406
|
-
calendarDaysInfo
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
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
|
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
|
-
*
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
*
|
498
|
-
*
|
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
|
-
*
|
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
|
536
|
+
private calculateActiveAppointmentsInBlock;
|
507
537
|
/**
|
508
|
-
* Calculates
|
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
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
*
|
521
|
-
*
|
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
|
-
*
|
539
|
-
*
|
540
|
-
*
|
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,
|
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 };
|
package/wysiwyg/index.d.ts
CHANGED
@@ -37,10 +37,6 @@ declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_ba
|
|
37
37
|
protected service: AXWysiwygService;
|
38
38
|
/** @ignore */
|
39
39
|
private zone;
|
40
|
-
/** @ignore */
|
41
|
-
protected quillChangeTriggered: _angular_core.WritableSignal<boolean>;
|
42
|
-
/** @ignore */
|
43
|
-
protected ngModelChangeTriggered: _angular_core.WritableSignal<boolean>;
|
44
40
|
/**
|
45
41
|
* Specifies the placeholder text.
|
46
42
|
*
|
@@ -49,7 +45,6 @@ declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_ba
|
|
49
45
|
protected isQuillLoaded: _angular_core.WritableSignal<boolean>;
|
50
46
|
/** @ignore */
|
51
47
|
protected changeHandler(): void;
|
52
|
-
protected internalValueChanged(value: any): void;
|
53
48
|
/** @ignore */
|
54
49
|
ngOnDestroy(): void;
|
55
50
|
focus(): void;
|