@acorex/components 20.7.39 → 20.7.40

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.7.39",
3
+ "version": "20.7.40",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.7.39",
6
- "@acorex/cdk": "20.7.39",
5
+ "@acorex/core": "20.7.40",
6
+ "@acorex/cdk": "20.7.40",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -64,14 +64,14 @@
64
64
  "types": "./action-sheet/index.d.ts",
65
65
  "default": "./fesm2022/acorex-components-action-sheet.mjs"
66
66
  },
67
- "./alert": {
68
- "types": "./alert/index.d.ts",
69
- "default": "./fesm2022/acorex-components-alert.mjs"
70
- },
71
67
  "./aspect-ratio": {
72
68
  "types": "./aspect-ratio/index.d.ts",
73
69
  "default": "./fesm2022/acorex-components-aspect-ratio.mjs"
74
70
  },
71
+ "./alert": {
72
+ "types": "./alert/index.d.ts",
73
+ "default": "./fesm2022/acorex-components-alert.mjs"
74
+ },
75
75
  "./audio-wave": {
76
76
  "types": "./audio-wave/index.d.ts",
77
77
  "default": "./fesm2022/acorex-components-audio-wave.mjs"
@@ -481,7 +481,9 @@ type AXSchedulerMonthDayCell = {
481
481
  isToday: boolean;
482
482
  isHoliday: boolean;
483
483
  holidayTitle?: string;
484
+ holidayDescription?: string;
484
485
  holidayCssClass?: string;
486
+ holidayColor?: string;
485
487
  appointments: AXSchedulerAppointmentSegment[];
486
488
  visibleAppointments: AXSchedulerAppointmentSegment[];
487
489
  hiddenAppointments: AXSchedulerAppointmentSegment[];
@@ -500,6 +502,7 @@ declare class AXSchedulerMonthViewComponent extends NXComponent {
500
502
  private document;
501
503
  private scheduler;
502
504
  private calendarService;
505
+ private localeService;
503
506
  private schedulerService;
504
507
  readonly: _angular_core.InputSignal<boolean>;
505
508
  draggable: _angular_core.InputSignal<boolean>;