@openmrs/esm-framework 5.6.1-pre.2051 → 5.6.1-pre.2063

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/docs/API.md CHANGED
@@ -365,7 +365,7 @@ ___
365
365
 
366
366
  #### Defined in
367
367
 
368
- [packages/framework/esm-utils/src/omrs-dates.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L20)
368
+ [packages/framework/esm-utils/src/omrs-dates.ts:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L26)
369
369
 
370
370
  ___
371
371
 
@@ -375,7 +375,7 @@ ___
375
375
 
376
376
  #### Defined in
377
377
 
378
- [packages/framework/esm-utils/src/omrs-dates.ts:134](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L134)
378
+ [packages/framework/esm-utils/src/omrs-dates.ts:140](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L140)
379
379
 
380
380
  ___
381
381
 
@@ -399,7 +399,7 @@ ___
399
399
 
400
400
  #### Defined in
401
401
 
402
- [packages/framework/esm-utils/src/omrs-dates.ts:136](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L136)
402
+ [packages/framework/esm-utils/src/omrs-dates.ts:142](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L142)
403
403
 
404
404
  ___
405
405
 
@@ -529,7 +529,7 @@ A type for any of the acceptable date formats
529
529
 
530
530
  #### Defined in
531
531
 
532
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:56](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L56)
532
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:58](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L58)
533
533
 
534
534
  ___
535
535
 
@@ -1571,7 +1571,7 @@ A date picker component to select a single date. Based on React Aria, but styled
1571
1571
 
1572
1572
  #### Defined in
1573
1573
 
1574
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:247](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L247)
1574
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:251](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L251)
1575
1575
 
1576
1576
  ___
1577
1577
 
@@ -3473,7 +3473,7 @@ ___
3473
3473
 
3474
3474
  ### convertToLocaleCalendar
3475
3475
 
3476
- ▸ **convertToLocaleCalendar**(`date`, `locale`): `CalendarDate`
3476
+ ▸ **convertToLocaleCalendar**(`date`, `locale`): `CalendarDate` \| `CalendarDateTime` \| `ZonedDateTime`
3477
3477
 
3478
3478
  Converts a calendar date to the equivalent locale calendar date.
3479
3479
 
@@ -3481,18 +3481,18 @@ Converts a calendar date to the equivalent locale calendar date.
3481
3481
 
3482
3482
  | Name | Type |
3483
3483
  | :------ | :------ |
3484
- | `date` | `CalendarDate` |
3484
+ | `date` | `CalendarDate` \| `CalendarDateTime` \| `ZonedDateTime` |
3485
3485
  | `locale` | `string` \| `Locale` |
3486
3486
 
3487
3487
  #### Returns
3488
3488
 
3489
- `CalendarDate`
3489
+ `CalendarDate` \| `CalendarDateTime` \| `ZonedDateTime`
3490
3490
 
3491
3491
  CalendarDate
3492
3492
 
3493
3493
  #### Defined in
3494
3494
 
3495
- [packages/framework/esm-utils/src/omrs-dates.ts:398](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L398)
3495
+ [packages/framework/esm-utils/src/omrs-dates.ts:404](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L404)
3496
3496
 
3497
3497
  ___
3498
3498
 
@@ -3531,7 +3531,7 @@ locales.
3531
3531
 
3532
3532
  #### Defined in
3533
3533
 
3534
- [packages/framework/esm-utils/src/omrs-dates.ts:272](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L272)
3534
+ [packages/framework/esm-utils/src/omrs-dates.ts:278](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L278)
3535
3535
 
3536
3536
  ___
3537
3537
 
@@ -3560,7 +3560,7 @@ output of `Date.prototype.toLocaleString` for *most* locales.
3560
3560
 
3561
3561
  #### Defined in
3562
3562
 
3563
- [packages/framework/esm-utils/src/omrs-dates.ts:375](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L375)
3563
+ [packages/framework/esm-utils/src/omrs-dates.ts:381](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L381)
3564
3564
 
3565
3565
  ___
3566
3566
 
@@ -3583,7 +3583,7 @@ Formats the input as a time, according to the current locale.
3583
3583
 
3584
3584
  #### Defined in
3585
3585
 
3586
- [packages/framework/esm-utils/src/omrs-dates.ts:359](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L359)
3586
+ [packages/framework/esm-utils/src/omrs-dates.ts:365](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L365)
3587
3587
 
3588
3588
  ___
3589
3589
 
@@ -3605,7 +3605,7 @@ Retrieves the default calendar for the specified locale if any.
3605
3605
 
3606
3606
  #### Defined in
3607
3607
 
3608
- [packages/framework/esm-utils/src/omrs-dates.ts:246](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L246)
3608
+ [packages/framework/esm-utils/src/omrs-dates.ts:252](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L252)
3609
3609
 
3610
3610
  ___
3611
3611
 
@@ -3623,7 +3623,7 @@ string
3623
3623
 
3624
3624
  #### Defined in
3625
3625
 
3626
- [packages/framework/esm-utils/src/omrs-dates.ts:383](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L383)
3626
+ [packages/framework/esm-utils/src/omrs-dates.ts:389](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L389)
3627
3627
 
3628
3628
  ___
3629
3629
 
@@ -3646,7 +3646,7 @@ The format should be YYYY-MM-DDTHH:mm:ss.SSSZZ
3646
3646
 
3647
3647
  #### Defined in
3648
3648
 
3649
- [packages/framework/esm-utils/src/omrs-dates.ts:28](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L28)
3649
+ [packages/framework/esm-utils/src/omrs-dates.ts:34](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L34)
3650
3650
 
3651
3651
  ___
3652
3652
 
@@ -3666,7 +3666,7 @@ ___
3666
3666
 
3667
3667
  #### Defined in
3668
3668
 
3669
- [packages/framework/esm-utils/src/omrs-dates.ts:57](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L57)
3669
+ [packages/framework/esm-utils/src/omrs-dates.ts:63](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L63)
3670
3670
 
3671
3671
  ___
3672
3672
 
@@ -3689,7 +3689,7 @@ Uses `dayjs(dateString)`.
3689
3689
 
3690
3690
  #### Defined in
3691
3691
 
3692
- [packages/framework/esm-utils/src/omrs-dates.ts:130](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L130)
3692
+ [packages/framework/esm-utils/src/omrs-dates.ts:136](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L136)
3693
3693
 
3694
3694
  ___
3695
3695
 
@@ -3717,7 +3717,7 @@ registerDefaultCalendar('en', 'buddhist') // sets the default calendar for the '
3717
3717
 
3718
3718
  #### Defined in
3719
3719
 
3720
- [packages/framework/esm-utils/src/omrs-dates.ts:237](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L237)
3720
+ [packages/framework/esm-utils/src/omrs-dates.ts:243](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L243)
3721
3721
 
3722
3722
  ___
3723
3723
 
@@ -3740,7 +3740,7 @@ Otherwise returns null.
3740
3740
 
3741
3741
  #### Defined in
3742
3742
 
3743
- [packages/framework/esm-utils/src/omrs-dates.ts:65](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L65)
3743
+ [packages/framework/esm-utils/src/omrs-dates.ts:71](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L71)
3744
3744
 
3745
3745
  ___
3746
3746
 
@@ -3764,7 +3764,7 @@ Formats the input as a date string. By default the format "YYYY-MMM-DD" is used.
3764
3764
 
3765
3765
  #### Defined in
3766
3766
 
3767
- [packages/framework/esm-utils/src/omrs-dates.ts:122](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L122)
3767
+ [packages/framework/esm-utils/src/omrs-dates.ts:128](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L128)
3768
3768
 
3769
3769
  ___
3770
3770
 
@@ -3787,7 +3787,7 @@ Formats the input as a date string using the format "DD - MMM - YYYY".
3787
3787
 
3788
3788
  #### Defined in
3789
3789
 
3790
- [packages/framework/esm-utils/src/omrs-dates.ts:106](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L106)
3790
+ [packages/framework/esm-utils/src/omrs-dates.ts:112](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L112)
3791
3791
 
3792
3792
  ___
3793
3793
 
@@ -3810,7 +3810,7 @@ Formats the input to OpenMRS ISO format: "YYYY-MM-DDTHH:mm:ss.SSSZZ".
3810
3810
 
3811
3811
  #### Defined in
3812
3812
 
3813
- [packages/framework/esm-utils/src/omrs-dates.ts:76](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L76)
3813
+ [packages/framework/esm-utils/src/omrs-dates.ts:82](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L82)
3814
3814
 
3815
3815
  ___
3816
3816
 
@@ -3833,7 +3833,7 @@ Formats the input as a time string using the format "HH:mm A".
3833
3833
 
3834
3834
  #### Defined in
3835
3835
 
3836
- [packages/framework/esm-utils/src/omrs-dates.ts:98](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L98)
3836
+ [packages/framework/esm-utils/src/omrs-dates.ts:104](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L104)
3837
3837
 
3838
3838
  ___
3839
3839
 
@@ -3856,7 +3856,7 @@ Formats the input as a time string using the format "HH:mm".
3856
3856
 
3857
3857
  #### Defined in
3858
3858
 
3859
- [packages/framework/esm-utils/src/omrs-dates.ts:90](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L90)
3859
+ [packages/framework/esm-utils/src/omrs-dates.ts:96](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L96)
3860
3860
 
3861
3861
  ___
3862
3862
 
@@ -3879,7 +3879,7 @@ Formats the input as a date string using the format "DD-MMM".
3879
3879
 
3880
3880
  #### Defined in
3881
3881
 
3882
- [packages/framework/esm-utils/src/omrs-dates.ts:114](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L114)
3882
+ [packages/framework/esm-utils/src/omrs-dates.ts:120](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-utils/src/omrs-dates.ts#L120)
3883
3883
 
3884
3884
  ___
3885
3885
 
@@ -5917,7 +5917,7 @@ invalid key to this function will result in a type error.
5917
5917
 
5918
5918
  | Name | Type | Description |
5919
5919
  | :------ | :------ | :------ |
5920
- | `key` | ``"error"`` \| ``"change"`` \| ``"close"`` \| ``"other"`` \| ``"actions"`` \| ``"address"`` \| ``"cancel"`` \| ``"confirm"`` \| ``"contactAdministratorIfIssuePersists"`` \| ``"contactDetails"`` \| ``"errorCopy"`` \| ``"female"`` \| ``"hideDetails"`` \| ``"loading"`` \| ``"male"`` \| ``"patientLists"`` \| ``"relationships"`` \| ``"resetOverrides"`` \| ``"scriptLoadingFailed"`` \| ``"scriptLoadingError"`` \| ``"seeMoreLists"`` \| ``"showDetails"`` \| ``"unknown"`` \| ``"closeAllOpenedWorkspaces"`` \| ``"closingAllWorkspacesPromptBody"`` \| ``"closingAllWorkspacesPromptTitle"`` \| ``"discard"`` \| ``"hide"`` \| ``"maximize"`` \| ``"minimize"`` \| ``"openAnyway"`` \| ``"unsavedChangesInOpenedWorkspace"`` \| ``"unsavedChangesInWorkspace"`` \| ``"unsavedChangesTitleText"`` \| ``"workspaceHeader"`` \| ``"address1"`` \| ``"address2"`` \| ``"address3"`` \| ``"address4"`` \| ``"address5"`` \| ``"address6"`` \| ``"city"`` \| ``"cityVillage"`` \| ``"country"`` \| ``"countyDistrict"`` \| ``"postalCode"`` \| ``"state"`` \| ``"stateProvince"`` | - |
5920
+ | `key` | ``"error"`` \| ``"change"`` \| ``"close"`` \| ``"other"`` \| ``"actions"`` \| ``"address"`` \| ``"age"`` \| ``"cancel"`` \| ``"confirm"`` \| ``"contactAdministratorIfIssuePersists"`` \| ``"contactDetails"`` \| ``"errorCopy"`` \| ``"female"`` \| ``"hideDetails"`` \| ``"loading"`` \| ``"male"`` \| ``"patientIdentifierSticker"`` \| ``"patientLists"`` \| ``"print"`` \| ``"printError"`` \| ``"printErrorExplainer"`` \| ``"printIdentifierSticker"`` \| ``"printing"`` \| ``"relationships"`` \| ``"resetOverrides"`` \| ``"scriptLoadingFailed"`` \| ``"scriptLoadingError"`` \| ``"seeMoreLists"`` \| ``"sex"`` \| ``"showDetails"`` \| ``"unknown"`` \| ``"closeAllOpenedWorkspaces"`` \| ``"closingAllWorkspacesPromptBody"`` \| ``"closingAllWorkspacesPromptTitle"`` \| ``"discard"`` \| ``"hide"`` \| ``"maximize"`` \| ``"minimize"`` \| ``"openAnyway"`` \| ``"unsavedChangesInOpenedWorkspace"`` \| ``"unsavedChangesInWorkspace"`` \| ``"unsavedChangesTitleText"`` \| ``"workspaceHeader"`` \| ``"address1"`` \| ``"address2"`` \| ``"address3"`` \| ``"address4"`` \| ``"address5"`` \| ``"address6"`` \| ``"city"`` \| ``"cityVillage"`` \| ``"country"`` \| ``"countyDistrict"`` \| ``"postalCode"`` \| ``"state"`` \| ``"stateProvince"`` | - |
5921
5921
  | `defaultText?` | `string` | - |
5922
5922
  | `options?` | `object` | Object passed to the i18next `t` function. See https://www.i18next.com/translation-function/essentials#overview-options for more information. `ns` and `defaultValue` are already set and may not be used. |
5923
5923
 
@@ -171,7 +171,7 @@ Any CSS classes to add to the outer div of the date picker
171
171
 
172
172
  #### Defined in
173
173
 
174
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:74](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L74)
174
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:76](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L76)
175
175
 
176
176
  ___
177
177
 
@@ -199,7 +199,7 @@ The default value (uncontrolled)
199
199
 
200
200
  #### Defined in
201
201
 
202
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:76](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L76)
202
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:78](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L78)
203
203
 
204
204
  ___
205
205
 
@@ -277,7 +277,7 @@ Whether the input value is invalid.
277
277
 
278
278
  #### Defined in
279
279
 
280
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:78](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L78)
280
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:80](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L80)
281
281
 
282
282
  ___
283
283
 
@@ -289,7 +289,7 @@ Text to show if the input is invalid e.g. an error message
289
289
 
290
290
  #### Defined in
291
291
 
292
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:80](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L80)
292
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:82](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L82)
293
293
 
294
294
  ___
295
295
 
@@ -383,7 +383,7 @@ The label for this DatePicker element
383
383
 
384
384
  #### Defined in
385
385
 
386
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:85](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L85)
386
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:87](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L87)
387
387
 
388
388
  ___
389
389
 
@@ -395,7 +395,7 @@ The label for this DatePicker element.
395
395
 
396
396
  #### Defined in
397
397
 
398
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:87](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L87)
398
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:89](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L89)
399
399
 
400
400
  ___
401
401
 
@@ -407,7 +407,7 @@ ___
407
407
 
408
408
  #### Defined in
409
409
 
410
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:89](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L89)
410
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:91](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L91)
411
411
 
412
412
  ___
413
413
 
@@ -419,7 +419,7 @@ The latest date it is possible to select
419
419
 
420
420
  #### Defined in
421
421
 
422
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:91](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L91)
422
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:93](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L93)
423
423
 
424
424
  ___
425
425
 
@@ -447,7 +447,7 @@ The earliest date it is possible to select
447
447
 
448
448
  #### Defined in
449
449
 
450
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:93](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L93)
450
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:95](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L95)
451
451
 
452
452
  ___
453
453
 
@@ -525,7 +525,7 @@ ___
525
525
 
526
526
  #### Defined in
527
527
 
528
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:97](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L97)
528
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:99](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L99)
529
529
 
530
530
  ___
531
531
 
@@ -572,7 +572,7 @@ Specifies the size of the input. Currently supports either `sm`, `md`, or `lg` a
572
572
 
573
573
  #### Defined in
574
574
 
575
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:95](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L95)
575
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:97](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L97)
576
576
 
577
577
  ___
578
578
 
@@ -637,7 +637,7 @@ The value (controlled)
637
637
 
638
638
  #### Defined in
639
639
 
640
- [packages/framework/esm-styleguide/src/datepicker/index.tsx:99](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L99)
640
+ [packages/framework/esm-styleguide/src/datepicker/index.tsx:101](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/datepicker/index.tsx#L101)
641
641
 
642
642
  ## Methods
643
643
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-framework",
3
- "version": "5.6.1-pre.2051",
3
+ "version": "5.6.1-pre.2063",
4
4
  "license": "MPL-2.0",
5
5
  "browser": "dist/openmrs-esm-framework.js",
6
6
  "main": "src/index.ts",
@@ -37,22 +37,22 @@
37
37
  "access": "public"
38
38
  },
39
39
  "dependencies": {
40
- "@openmrs/esm-api": "5.6.1-pre.2051",
41
- "@openmrs/esm-config": "5.6.1-pre.2051",
42
- "@openmrs/esm-context": "5.6.1-pre.2051",
43
- "@openmrs/esm-dynamic-loading": "5.6.1-pre.2051",
44
- "@openmrs/esm-error-handling": "5.6.1-pre.2051",
45
- "@openmrs/esm-extensions": "5.6.1-pre.2051",
46
- "@openmrs/esm-feature-flags": "5.6.1-pre.2051",
47
- "@openmrs/esm-globals": "5.6.1-pre.2051",
48
- "@openmrs/esm-navigation": "5.6.1-pre.2051",
49
- "@openmrs/esm-offline": "5.6.1-pre.2051",
50
- "@openmrs/esm-react-utils": "5.6.1-pre.2051",
51
- "@openmrs/esm-routes": "5.6.1-pre.2051",
52
- "@openmrs/esm-state": "5.6.1-pre.2051",
53
- "@openmrs/esm-styleguide": "5.6.1-pre.2051",
54
- "@openmrs/esm-translations": "5.6.1-pre.2051",
55
- "@openmrs/esm-utils": "5.6.1-pre.2051",
40
+ "@openmrs/esm-api": "5.6.1-pre.2063",
41
+ "@openmrs/esm-config": "5.6.1-pre.2063",
42
+ "@openmrs/esm-context": "5.6.1-pre.2063",
43
+ "@openmrs/esm-dynamic-loading": "5.6.1-pre.2063",
44
+ "@openmrs/esm-error-handling": "5.6.1-pre.2063",
45
+ "@openmrs/esm-extensions": "5.6.1-pre.2063",
46
+ "@openmrs/esm-feature-flags": "5.6.1-pre.2063",
47
+ "@openmrs/esm-globals": "5.6.1-pre.2063",
48
+ "@openmrs/esm-navigation": "5.6.1-pre.2063",
49
+ "@openmrs/esm-offline": "5.6.1-pre.2063",
50
+ "@openmrs/esm-react-utils": "5.6.1-pre.2063",
51
+ "@openmrs/esm-routes": "5.6.1-pre.2063",
52
+ "@openmrs/esm-state": "5.6.1-pre.2063",
53
+ "@openmrs/esm-styleguide": "5.6.1-pre.2063",
54
+ "@openmrs/esm-translations": "5.6.1-pre.2063",
55
+ "@openmrs/esm-utils": "5.6.1-pre.2063",
56
56
  "dayjs": "^1.10.7"
57
57
  },
58
58
  "peerDependencies": {