@acorex/components 20.1.26 → 20.1.27
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 +133 -56
- 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 +16 -15
- package/scheduler/index.d.ts +182 -96
- 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.1.
|
3
|
+
"version": "20.1.27",
|
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"
|
@@ -302,38 +303,38 @@
|
|
302
303
|
"types": "./range-slider/index.d.ts",
|
303
304
|
"default": "./fesm2022/acorex-components-range-slider.mjs"
|
304
305
|
},
|
305
|
-
"./rest-api-generator": {
|
306
|
-
"types": "./rest-api-generator/index.d.ts",
|
307
|
-
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
308
|
-
},
|
309
306
|
"./rate-picker": {
|
310
307
|
"types": "./rate-picker/index.d.ts",
|
311
308
|
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
312
309
|
},
|
313
|
-
"./
|
314
|
-
"types": "./
|
315
|
-
"default": "./fesm2022/acorex-components-
|
310
|
+
"./rest-api-generator": {
|
311
|
+
"types": "./rest-api-generator/index.d.ts",
|
312
|
+
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
316
313
|
},
|
317
314
|
"./result": {
|
318
315
|
"types": "./result/index.d.ts",
|
319
316
|
"default": "./fesm2022/acorex-components-result.mjs"
|
320
317
|
},
|
321
|
-
"./
|
322
|
-
"types": "./
|
323
|
-
"default": "./fesm2022/acorex-components-
|
318
|
+
"./routing-progress": {
|
319
|
+
"types": "./routing-progress/index.d.ts",
|
320
|
+
"default": "./fesm2022/acorex-components-routing-progress.mjs"
|
324
321
|
},
|
325
322
|
"./rrule": {
|
326
323
|
"types": "./rrule/index.d.ts",
|
327
324
|
"default": "./fesm2022/acorex-components-rrule.mjs"
|
328
325
|
},
|
329
|
-
"./
|
330
|
-
"types": "./
|
331
|
-
"default": "./fesm2022/acorex-components-
|
326
|
+
"./scheduler": {
|
327
|
+
"types": "./scheduler/index.d.ts",
|
328
|
+
"default": "./fesm2022/acorex-components-scheduler.mjs"
|
332
329
|
},
|
333
330
|
"./scss": {
|
334
331
|
"types": "./scss/index.d.ts",
|
335
332
|
"default": "./fesm2022/acorex-components-scss.mjs"
|
336
333
|
},
|
334
|
+
"./search-box": {
|
335
|
+
"types": "./search-box/index.d.ts",
|
336
|
+
"default": "./fesm2022/acorex-components-search-box.mjs"
|
337
|
+
},
|
337
338
|
"./select-box": {
|
338
339
|
"types": "./select-box/index.d.ts",
|
339
340
|
"default": "./fesm2022/acorex-components-select-box.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;
|
@@ -150,12 +149,36 @@ declare class AXSchedulerComponent extends NXComponent implements OnInit {
|
|
150
149
|
private mappedAppointments;
|
151
150
|
range: _angular_core.Signal<AXSchedulerDateRange>;
|
152
151
|
viewAppointments: _angular_core.Signal<AXSchedulerAppointment[]>;
|
152
|
+
/**
|
153
|
+
* Handles view change events.
|
154
|
+
*
|
155
|
+
* @param e - The value changed event containing old and new view values.
|
156
|
+
*/
|
153
157
|
viewChanged(e: AXValueChangedEvent<AXSchedulerView>): void;
|
154
158
|
private handleViewChanged;
|
159
|
+
/**
|
160
|
+
* Navigates to the next time period based on current view.
|
161
|
+
*/
|
155
162
|
nextClick(): void;
|
163
|
+
/**
|
164
|
+
* Navigates to the previous time period based on current view.
|
165
|
+
*/
|
156
166
|
prevClick(): void;
|
167
|
+
/**
|
168
|
+
* Handles calendar date change events.
|
169
|
+
*
|
170
|
+
* @param e - The value changed event containing the new date.
|
171
|
+
*/
|
157
172
|
calendarDateChanged(e: AXValueChangedEvent<Date>): void;
|
173
|
+
/**
|
174
|
+
* Toggles fullscreen mode for the scheduler.
|
175
|
+
*/
|
158
176
|
handleFullScreen(): void;
|
177
|
+
/**
|
178
|
+
* Refreshes the scheduler data.
|
179
|
+
*
|
180
|
+
* @param appointments - Optional array of appointments to refresh with.
|
181
|
+
*/
|
159
182
|
refresh(appointments?: AXSchedulerAppointment[]): Promise<void>;
|
160
183
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerComponent, never>;
|
161
184
|
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>;
|
@@ -178,9 +201,9 @@ declare class AXSchedulerDayViewComponent extends NXComponent {
|
|
178
201
|
appointments: _angular_core.InputSignal<AXSchedulerAppointment[]>;
|
179
202
|
tooltipTemplate: _angular_core.InputSignal<string | TemplateRef<unknown>>;
|
180
203
|
private dragStartSlotId;
|
181
|
-
processedAppointmentsForLayout
|
182
|
-
allDayAppointments: _angular_core.Signal<AXSchedulerAppointment[]>;
|
183
|
-
singleDayAppointments: _angular_core.Signal<AXSchedulerAppointmentSegment[]>;
|
204
|
+
private processedAppointmentsForLayout;
|
205
|
+
protected allDayAppointments: _angular_core.Signal<AXSchedulerAppointment[]>;
|
206
|
+
protected singleDayAppointments: _angular_core.Signal<AXSchedulerAppointmentSegment[]>;
|
184
207
|
slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
185
208
|
slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
186
209
|
slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
@@ -190,21 +213,21 @@ declare class AXSchedulerDayViewComponent extends NXComponent {
|
|
190
213
|
onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
|
191
214
|
onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
|
192
215
|
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;
|
216
|
+
protected handleAppointmentEvent(mouseEvent: MouseEvent, appointment: AXSchedulerAppointment): void;
|
217
|
+
protected handleSingleSlotEvent(mouseEvent: MouseEvent, startDate: AXDateTime): void;
|
218
|
+
protected handleAllDaySlotEvent(mouseEvent: MouseEvent): void;
|
219
|
+
protected handleAllDayDrop(e: AXDropZoneDropEvent): void;
|
220
|
+
protected handleSingleDayDrop(e: AXDropZoneDropEvent, startDate: AXDateTime): void;
|
221
|
+
protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
222
|
+
protected hoursArray: _angular_core.Signal<AXDateTime[]>;
|
223
|
+
private appointmentLayouts;
|
224
|
+
private getAppointmentLayout;
|
225
|
+
protected getAppointmentLeft(key: any): string;
|
226
|
+
protected getAppointmentWidth(key: any): string;
|
227
|
+
protected getAppointmentTop(key: any): string;
|
228
|
+
protected getAppointmentHeight(key: any): string;
|
229
|
+
protected getSlotId(e: PointerEvent): void;
|
230
|
+
protected get isReadonly(): boolean;
|
208
231
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerDayViewComponent, never>;
|
209
232
|
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
233
|
}
|
@@ -287,48 +310,48 @@ declare class AXSchedulerWeekViewComponent extends NXComponent {
|
|
287
310
|
* Handles click, dblclick, and contextmenu events on an appointment and emits them to the parent.
|
288
311
|
* @param mouseEvent The native DOM event.
|
289
312
|
* @param appointmentSegment The appointment data segment that was interacted with.
|
290
|
-
* @
|
313
|
+
* @protected
|
291
314
|
*/
|
292
|
-
handleAppointmentEvent(mouseEvent: MouseEvent, appointmentSegment: AXSchedulerAppointment): void;
|
315
|
+
protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentSegment: AXSchedulerAppointment): void;
|
293
316
|
/**
|
294
317
|
* Handles click, dblclick, and contextmenu events on an empty time slot and emits them to the parent.
|
295
318
|
* @param mouseEvent The native DOM event.
|
296
319
|
* @param hour The starting hour of the slot.
|
297
320
|
* @param day The day of the slot.
|
298
321
|
* @param minuteIndex The half-hour index (0 or 1).
|
299
|
-
* @
|
322
|
+
* @protected
|
300
323
|
*/
|
301
|
-
handleSingleSlotEvent(mouseEvent: MouseEvent, hour: AXDateTime, day: AXDateTime, minuteIndex: number): void;
|
324
|
+
protected handleSingleSlotEvent(mouseEvent: MouseEvent, hour: AXDateTime, day: AXDateTime, minuteIndex: number): void;
|
302
325
|
/**
|
303
326
|
* Handles interaction events on the all-day slot.
|
304
327
|
* @param mouseEvent The native DOM event.
|
305
328
|
* @param day The corresponding day for the all-day slot.
|
306
|
-
* @
|
329
|
+
* @protected
|
307
330
|
*/
|
308
|
-
handleAllDaySlotEvent(mouseEvent: MouseEvent, day: AXDateTime): void;
|
331
|
+
protected handleAllDaySlotEvent(mouseEvent: MouseEvent, day: AXDateTime): void;
|
309
332
|
/**
|
310
333
|
* Handles dropping an appointment onto the all-day slot.
|
311
334
|
* @param e The drop event from the CDK.
|
312
335
|
* @param day The corresponding day for the all-day slot.
|
313
|
-
* @
|
336
|
+
* @protected
|
314
337
|
*/
|
315
|
-
handleAllDayDrop(e: AXDropZoneDropEvent, day: AXDateTime): void;
|
338
|
+
protected handleAllDayDrop(e: AXDropZoneDropEvent, day: AXDateTime): void;
|
316
339
|
/**
|
317
340
|
* Handles dropping an appointment onto a timed grid slot.
|
318
341
|
* @param e The drop event from the CDK.
|
319
342
|
* @param hour The starting hour of the drop target.
|
320
343
|
* @param day The day of the drop target.
|
321
344
|
* @param minuteIndex The half-hour index (0 or 1) of the drop target.
|
322
|
-
* @
|
345
|
+
* @protected
|
323
346
|
*/
|
324
|
-
handleSingleDayDrop(e: AXDropZoneDropEvent, hour: AXDateTime, day: AXDateTime, minuteIndex: number): void;
|
347
|
+
protected handleSingleDayDrop(e: AXDropZoneDropEvent, hour: AXDateTime, day: AXDateTime, minuteIndex: number): void;
|
325
348
|
/**
|
326
349
|
* Handles clicks on the "more" action icon on an appointment.
|
327
350
|
* @param event The native mouse event.
|
328
351
|
* @param appointmentItem The appointment associated with the action.
|
329
|
-
* @
|
352
|
+
* @protected
|
330
353
|
*/
|
331
|
-
handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
354
|
+
protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
332
355
|
/**
|
333
356
|
* @protected
|
334
357
|
* Checks if a given date is the current day.
|
@@ -397,28 +420,18 @@ declare class AXSchedulerMonthViewComponent extends NXComponent {
|
|
397
420
|
onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
|
398
421
|
onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
|
399
422
|
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;
|
423
|
+
protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentSegmentOrOriginal: AXSchedulerAppointment): void;
|
424
|
+
protected handleSlotEvent(mouseEvent: MouseEvent, date: AXDateTime): void;
|
425
|
+
protected handleDrop(e: AXDropZoneDropEvent, date: AXDateTime): void;
|
426
|
+
protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
427
|
+
private monthStartDate;
|
428
|
+
protected daysArray: _angular_core.Signal<AXDateTime[]>;
|
429
|
+
private calendarDaysInfo;
|
430
|
+
private appointmentsGroupedByDay;
|
431
|
+
protected dayCellLayouts: _angular_core.Signal<AXSchedulerMonthDayCell[]>;
|
432
|
+
protected gridTemplateRowsStyle: _angular_core.Signal<string>;
|
433
|
+
protected getSlotId(e: PointerEvent): void;
|
434
|
+
protected get isReadonly(): boolean;
|
422
435
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerMonthViewComponent, never>;
|
423
436
|
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
437
|
}
|
@@ -444,7 +457,7 @@ declare class AXSchedulerTimelineDayViewComponent extends NXComponent {
|
|
444
457
|
* Processes original appointments to get segments relevant to this specific day and its viewable hours.
|
445
458
|
* Filters out original all-day events.
|
446
459
|
*/
|
447
|
-
processedSegmentsForLayout
|
460
|
+
private processedSegmentsForLayout;
|
448
461
|
slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
449
462
|
slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
450
463
|
slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
@@ -454,14 +467,14 @@ declare class AXSchedulerTimelineDayViewComponent extends NXComponent {
|
|
454
467
|
onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
|
455
468
|
onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
|
456
469
|
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;
|
470
|
+
protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
471
|
+
protected handleSlotEvent(mouseEvent: MouseEvent, startDate: AXDateTime): void;
|
472
|
+
protected handleDrop(e: AXDropZoneDropEvent, startDate: AXDateTime): void;
|
473
|
+
protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
474
|
+
protected hoursArray: _angular_core.Signal<AXDateTime[]>;
|
475
|
+
protected appointmentLayouts: _angular_core.Signal<AXSchedulerAppointmentLayout[]>;
|
476
|
+
protected getSlotId(e: PointerEvent): void;
|
477
|
+
protected get isReadonly(): boolean;
|
465
478
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerTimelineDayViewComponent, never>;
|
466
479
|
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
480
|
}
|
@@ -483,29 +496,50 @@ declare class AXSchedulerService {
|
|
483
496
|
internalHoliday: _angular_core.WritableSignal<AXHolidayDate[]>;
|
484
497
|
/**
|
485
498
|
* Checks if two appointments overlap in time.
|
499
|
+
*
|
500
|
+
* @param appointmentA - First appointment to check.
|
501
|
+
* @param appointmentB - Second appointment to check.
|
502
|
+
* @returns boolean - True if appointments overlap, false otherwise.
|
486
503
|
*/
|
487
504
|
doAppointmentsOverlap(appointmentA: AXSchedulerAppointment, appointmentB: AXSchedulerAppointment): boolean;
|
488
505
|
/**
|
489
506
|
* Calculates appointment duration in minutes.
|
507
|
+
*
|
508
|
+
* @param Appointment - The appointment to calculate duration for.
|
509
|
+
* @returns number - Duration in minutes.
|
490
510
|
*/
|
491
511
|
calculateDurationInMinutes(Appointment: AXSchedulerAppointment): number;
|
492
512
|
/**
|
493
|
-
*
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
*
|
498
|
-
*
|
513
|
+
* Gets the day index and block index for a given date time within the view context.
|
514
|
+
*
|
515
|
+
* @param dateTime - The date time to get block identifier for.
|
516
|
+
* @param viewStartDate - Start date of the view.
|
517
|
+
* @param startHour - Start hour of the view.
|
518
|
+
* @param endHour - End hour of the view (exclusive).
|
519
|
+
* @param viewTotalDays - Total days in the view (default: 1).
|
520
|
+
* @returns AXSchedulerBlockIdentifier | null - Block identifier or null if outside view.
|
499
521
|
*/
|
500
522
|
getBlockIdentifier(dateTime: AXDateTime, viewStartDate: AXDateTime, startHour: number, endHour: number, // Exclusive end hour
|
501
523
|
viewTotalDays?: number): AXSchedulerBlockIdentifier | null;
|
502
524
|
/**
|
503
525
|
* Groups appointments by the blocks they are ACTIVE in for a given view.
|
504
|
-
*
|
526
|
+
*
|
527
|
+
* @param singleDayAppointments - Array of appointment segments.
|
528
|
+
* @param viewStartDate - Start date of the view.
|
529
|
+
* @param startHour - Start hour of the view.
|
530
|
+
* @param endHour - End hour of the view.
|
531
|
+
* @param viewTotalDays - Total days in the view.
|
532
|
+
* @returns AXSchedulerActiveAppointmentsInBlock - Active appointments grouped by blocks.
|
505
533
|
*/
|
506
|
-
calculateActiveAppointmentsInBlock
|
534
|
+
private calculateActiveAppointmentsInBlock;
|
507
535
|
/**
|
508
|
-
* Calculates
|
536
|
+
* Calculates day view concurrency information for appointments.
|
537
|
+
*
|
538
|
+
* @param singleDayAppointments - Array of appointment segments.
|
539
|
+
* @param viewStartDate - Start date of the view.
|
540
|
+
* @param startHour - Start hour of the view.
|
541
|
+
* @param endHour - End hour of the view.
|
542
|
+
* @returns Map<any, { maxConcurrency: number; effectiveTotalColumns: number }> - Concurrency information map.
|
509
543
|
*/
|
510
544
|
calculateDayViewConcurrencyInfo(singleDayAppointments: AXSchedulerAppointmentSegment[], // These are segments for the current day
|
511
545
|
viewStartDate: AXDateTime, startHour: number, endHour: number): Map<any, {
|
@@ -513,36 +547,88 @@ declare class AXSchedulerService {
|
|
513
547
|
effectiveTotalColumns: number;
|
514
548
|
}>;
|
515
549
|
/**
|
516
|
-
* Groups appointments by
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
*
|
521
|
-
*
|
550
|
+
* Groups appointments by day within a date range.
|
551
|
+
*
|
552
|
+
* @param appointments - Array of appointments.
|
553
|
+
* @param viewStartDate - Start date of the view.
|
554
|
+
* @param viewEndDate - End date of the view.
|
555
|
+
* @returns Map<string, AXSchedulerAppointment[]> - Appointments grouped by day.
|
522
556
|
*/
|
523
557
|
groupAppointmentsByDay(appointments: AXSchedulerAppointment[], viewStartDate: AXDateTime, // First day visible in the grid
|
524
558
|
viewEndDate: AXDateTime): Map<string, AXSchedulerAppointment[]>;
|
559
|
+
/**
|
560
|
+
* Gets the day of week number for a given day name.
|
561
|
+
*
|
562
|
+
* @param dayName - The day name to get number for.
|
563
|
+
* @returns number - Day number (1-7, where 1 is Sunday).
|
564
|
+
*/
|
525
565
|
getDayOfWeekNumber(dayName: AXDayOfWeekName): number;
|
566
|
+
/**
|
567
|
+
* Gets slot data for a given start date and view.
|
568
|
+
*
|
569
|
+
* @param startDate - Start date for the slot.
|
570
|
+
* @param view - View type.
|
571
|
+
* @returns { startDate: AXDateTime; endDate: AXDateTime; view: AXSchedulerView } - Slot data.
|
572
|
+
*/
|
526
573
|
getSlotData(startDate: AXDateTime, view: AXSchedulerView): {
|
527
574
|
startDate: AXDateTime;
|
528
575
|
endDate: AXDateTime;
|
529
576
|
view: AXSchedulerView;
|
530
577
|
};
|
578
|
+
/**
|
579
|
+
* Handles events for appointments and slots.
|
580
|
+
*
|
581
|
+
* @param event - The event to handle.
|
582
|
+
* @param eventOutputMap - Map of event outputs.
|
583
|
+
* @param eventType - Type of event ('appointment' or 'slot').
|
584
|
+
*/
|
531
585
|
handleEvent(event: AXSchedulerSlotMouseEvent | AXSchedulerAppointmentMouseEvent, eventOutputMap: any, eventType: 'appointment' | 'slot'): void;
|
586
|
+
/**
|
587
|
+
* Calculates timeline layout for appointments.
|
588
|
+
*
|
589
|
+
* @param appt - The appointment to calculate layout for.
|
590
|
+
* @param viewStartHour - Start hour of the view.
|
591
|
+
* @param viewEndHour - End hour of the view.
|
592
|
+
* @returns { left: string; width: string } | null - Layout information or null.
|
593
|
+
*/
|
532
594
|
calculateTimelineLayout(appt: AXSchedulerAppointment, viewStartHour: number, // e.g., 8 for 8 AM
|
533
595
|
viewEndHour: number): {
|
534
596
|
left: string;
|
535
597
|
width: string;
|
536
598
|
} | null;
|
537
599
|
/**
|
538
|
-
*
|
539
|
-
*
|
540
|
-
*
|
600
|
+
* Gets cloned appointment segment for a specific day.
|
601
|
+
*
|
602
|
+
* @param appointment - The appointment to clone.
|
603
|
+
* @param day - The day to get segment for.
|
604
|
+
* @param viewStartHour - Start hour of the view.
|
605
|
+
* @param viewEndHour - End hour of the view.
|
606
|
+
* @param isFullDayCellContext - Whether this is for full day cell context.
|
607
|
+
* @returns AXSchedulerAppointmentSegment | null - Cloned segment or null.
|
541
608
|
*/
|
542
609
|
getClonedAppointmentSegmentOnDay(appointment: AXSchedulerAppointment, // This is the ORIGINAL appointment
|
543
610
|
day: AXDateTime, viewStartHour: number, viewEndHour: number, isFullDayCellContext?: boolean): AXSchedulerAppointmentSegment | null;
|
611
|
+
/**
|
612
|
+
* Gets the original appointment from a segment.
|
613
|
+
*
|
614
|
+
* @param item - Appointment or appointment segment.
|
615
|
+
* @returns AXSchedulerAppointment - The original appointment.
|
616
|
+
*/
|
544
617
|
getOriginalAppointment(item: AXSchedulerAppointment | AXSchedulerAppointmentSegment): AXSchedulerAppointment;
|
618
|
+
/**
|
619
|
+
* Checks if a date is a holiday.
|
620
|
+
*
|
621
|
+
* @param date - The date to check.
|
622
|
+
* @returns boolean - True if the date is a holiday.
|
623
|
+
*/
|
545
624
|
isHoliday(date: AXDateTime): boolean;
|
625
|
+
/**
|
626
|
+
* Checks if a date is a weekend.
|
627
|
+
*
|
628
|
+
* @param date - The date to check.
|
629
|
+
* @param calendar - The calendar type to use.
|
630
|
+
* @returns boolean - True if the date is a weekend.
|
631
|
+
*/
|
546
632
|
isWeekend(date: AXDateTime, calendar: string): boolean;
|
547
633
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerService, never>;
|
548
634
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXSchedulerService>;
|
@@ -571,7 +657,7 @@ declare class AXSchedulerAgendaViewComponent extends NXComponent {
|
|
571
657
|
appointments: _angular_core.InputSignal<AXSchedulerAppointment[]>;
|
572
658
|
tooltipTemplate: _angular_core.InputSignal<string | TemplateRef<unknown>>;
|
573
659
|
private dragStartSlotId;
|
574
|
-
agendaDaysLayout: _angular_core.Signal<AgendaDayData[]>;
|
660
|
+
protected agendaDaysLayout: _angular_core.Signal<AgendaDayData[]>;
|
575
661
|
slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
576
662
|
slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
577
663
|
slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
@@ -581,17 +667,17 @@ declare class AXSchedulerAgendaViewComponent extends NXComponent {
|
|
581
667
|
onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
|
582
668
|
onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
|
583
669
|
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;
|
670
|
+
protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
671
|
+
protected handleSlotEvent(mouseEvent: MouseEvent, date: AXDateTime): void;
|
672
|
+
protected handleDrop(e: AXDropZoneDropEvent, date: AXDateTime): void;
|
673
|
+
protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
588
674
|
protected isToday(date: AXDateTime): boolean;
|
589
675
|
protected isHoliday(date: AXDateTime): {
|
590
676
|
state: 'holiday' | 'weekend' | 'none';
|
591
677
|
holiday?: AXHolidayDate;
|
592
678
|
};
|
593
|
-
getSlotId(e: PointerEvent): void;
|
594
|
-
get isReadonly(): boolean;
|
679
|
+
protected getSlotId(e: PointerEvent): void;
|
680
|
+
protected get isReadonly(): boolean;
|
595
681
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerAgendaViewComponent, never>;
|
596
682
|
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
683
|
}
|
@@ -621,7 +707,7 @@ declare class AXSchedulerTimelineMonthViewComponent extends NXComponent {
|
|
621
707
|
appointments: _angular_core.InputSignal<AXSchedulerAppointment[]>;
|
622
708
|
tooltipTemplate: _angular_core.InputSignal<string | TemplateRef<unknown>>;
|
623
709
|
private dragStartSlotId;
|
624
|
-
processedDayData: _angular_core.Signal<TimelineMonthViewDayData[]>;
|
710
|
+
protected processedDayData: _angular_core.Signal<TimelineMonthViewDayData[]>;
|
625
711
|
slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
626
712
|
slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
627
713
|
slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
@@ -631,17 +717,17 @@ declare class AXSchedulerTimelineMonthViewComponent extends NXComponent {
|
|
631
717
|
onActionClickInternal: _angular_core.OutputEmitterRef<AXSchedulerAppointmentMouseEvent>;
|
632
718
|
onAppointmentDropInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotDropEvent>;
|
633
719
|
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;
|
720
|
+
protected handleAppointmentEvent(mouseEvent: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
721
|
+
protected handleSlotEvent(mouseEvent: MouseEvent, date: AXDateTime): void;
|
722
|
+
protected handleDrop(e: AXDropZoneDropEvent, date: AXDateTime): void;
|
723
|
+
protected handleActionClick(event: MouseEvent, appointmentItem: AXSchedulerAppointment): void;
|
638
724
|
protected isToday(date: AXDateTime): boolean;
|
639
725
|
protected isHoliday(date: AXDateTime): {
|
640
726
|
state: 'holiday' | 'weekend' | 'none';
|
641
727
|
holiday?: AXHolidayDate;
|
642
728
|
};
|
643
|
-
getSlotId(e: PointerEvent): void;
|
644
|
-
get isReadonly(): boolean;
|
729
|
+
protected getSlotId(e: PointerEvent): void;
|
730
|
+
protected get isReadonly(): boolean;
|
645
731
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXSchedulerTimelineMonthViewComponent, never>;
|
646
732
|
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
733
|
}
|
@@ -668,7 +754,7 @@ declare class AXSchedulerTimelineMultiDayViewComponent extends NXComponent {
|
|
668
754
|
startDayHour: _angular_core.InputSignal<number>;
|
669
755
|
appointments: _angular_core.InputSignal<AXSchedulerAppointment[]>;
|
670
756
|
tooltipTemplate: _angular_core.InputSignal<string | TemplateRef<unknown>>;
|
671
|
-
daysDataForTimelineViews: _angular_core.Signal<TimelineMultiDayDaySlot[]>;
|
757
|
+
protected daysDataForTimelineViews: _angular_core.Signal<TimelineMultiDayDaySlot[]>;
|
672
758
|
slotClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
673
759
|
slotDblClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
674
760
|
slotRightClickedInternal: _angular_core.OutputEmitterRef<AXSchedulerSlotMouseEvent>;
|
@@ -687,4 +773,4 @@ declare class AXSchedulerTimelineMultiDayViewComponent extends NXComponent {
|
|
687
773
|
}
|
688
774
|
|
689
775
|
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,
|
776
|
+
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;
|