@solcre-org/core-ui 2.20.13 → 2.20.14

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/index.d.ts CHANGED
@@ -5661,6 +5661,7 @@ interface SchedulerConfig {
5661
5661
  locale?: string;
5662
5662
  viewMode?: SchedulerViewMode;
5663
5663
  timezone?: string;
5664
+ emptySlotEventsDisabled?: boolean;
5664
5665
  }
5665
5666
  interface SchedulerWeekDay {
5666
5667
  date: Date;
@@ -5731,6 +5732,7 @@ declare class GenericSchedulerComponent implements OnInit, OnDestroy {
5731
5732
  locale?: string;
5732
5733
  viewMode?: SchedulerViewMode;
5733
5734
  timezone?: string;
5735
+ emptySlotEventsDisabled?: boolean;
5734
5736
  }>;
5735
5737
  private getNow;
5736
5738
  viewMode: _angular_core.Signal<SchedulerViewMode>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.20.13",
3
+ "version": "2.20.14",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"