ud-components 0.5.23 → 0.5.24

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.
@@ -40,6 +40,12 @@ export interface RescheduleContext {
40
40
  * admin doesn't have to choose from a list of one.
41
41
  */
42
42
  userId?: string;
43
+ /**
44
+ * Optional pre-filled value for the modal's Title field. Hosts typically
45
+ * pass something like `"appointment with Alice Chen"` so the admin doesn't
46
+ * retype it when moving an existing booking.
47
+ */
48
+ defaultTitle?: string;
43
49
  }
44
50
  /**
45
51
  * Curated slot colours. Assign one to `CalendarSlot.color` for a consistent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ud-components",
3
- "version": "0.5.23",
3
+ "version": "0.5.24",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=19",
6
6
  "@angular/common": ">=19",