@medplum/react 5.1.35 → 5.1.37
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/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +2 -2
- package/dist/cjs/index.d.ts +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +2 -2
- package/package.json +14 -12
package/dist/cjs/index.d.ts
CHANGED
|
@@ -517,7 +517,7 @@ export declare interface CalendarDateInputProps {
|
|
|
517
517
|
/** Called with the day picked. */
|
|
518
518
|
readonly onClick: (date: Date) => void;
|
|
519
519
|
readonly month?: Date;
|
|
520
|
-
/**
|
|
520
|
+
/** An extra day to mark as picked, alongside any `range`. Ignored while a drag is under way. */
|
|
521
521
|
readonly selected?: Date;
|
|
522
522
|
readonly allowUnavailableDates?: boolean;
|
|
523
523
|
readonly earliestDate?: Date;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -517,7 +517,7 @@ export declare interface CalendarDateInputProps {
|
|
|
517
517
|
/** Called with the day picked. */
|
|
518
518
|
readonly onClick: (date: Date) => void;
|
|
519
519
|
readonly month?: Date;
|
|
520
|
-
/**
|
|
520
|
+
/** An extra day to mark as picked, alongside any `range`. Ignored while a drag is under way. */
|
|
521
521
|
readonly selected?: Date;
|
|
522
522
|
readonly allowUnavailableDates?: boolean;
|
|
523
523
|
readonly earliestDate?: Date;
|