@daypilot/daypilot-lite-angular 3.1.0 → 3.2.0

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.
@@ -142,6 +142,7 @@ export declare module DayPilot {
142
142
  backendUrl?: string;
143
143
  cellHeaderHeight?: number;
144
144
  cellHeight?: number;
145
+ eventBarVisible?: number;
145
146
  eventClickHandling?: "Enabled" | "Disabled" | "CallBack" | "Select" | "ContextMenu" | "Bubble";
146
147
  eventHeight?: number;
147
148
  eventDeleteHandling?: "Update" | "Disabled";
@@ -518,34 +519,14 @@ export declare module DayPilot {
518
519
  text: string;
519
520
  resource?: ResourceId;
520
521
  backColor?: string;
521
- backImage?: string;
522
- backRepeat?: string;
522
+ barBackColor?: string;
523
+ barColor?: string;
524
+ barHidden?: boolean;
523
525
  borderColor?: string;
524
- bubbleHtml?: string;
525
- clickDisabled?: boolean;
526
526
  cssClass?: string;
527
- deleteDisabled?: boolean;
528
- doubleClickDisabled?: boolean;
529
527
  fontColor?: string;
530
- hidden?: boolean;
531
528
  html?: string;
532
- line?: "dedicated" | number;
533
- moveDisabled?: boolean;
534
- resizeDisabled?: boolean;
535
- rightClickDisabled?: boolean;
536
- sort?: string[];
537
529
  tags?: any;
538
- toolTip?: string;
539
- barBackColor?: string;
540
- barColor?: string;
541
- barHidden?: boolean;
542
- complete?: number;
543
- container?: number | string;
544
- height?: number;
545
- htmlLeft?: string;
546
- htmlRight?: string;
547
- moveVDisabled?: boolean;
548
- moveHDisabled?: boolean;
549
530
  }
550
531
  export function guid(): string;
551
532
  export interface EventHandler<T> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daypilot/daypilot-lite-angular",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "DayPilot Lite for Angular",
5
5
  "homepage": "https://javascript.daypilot.org/",
6
6
  "author": "Annpoint, s.r.o.",