@openmrs/esm-framework 3.2.1-pre.972 → 3.3.1-pre.1173

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.
Files changed (76) hide show
  1. package/.turbo/turbo-build.log +154 -0
  2. package/dist/openmrs-esm-framework.js +1 -1
  3. package/dist/openmrs-esm-framework.js.LICENSE.txt +47 -1
  4. package/dist/openmrs-esm-framework.js.map +1 -1
  5. package/docs/API.md +1395 -1964
  6. package/docs/classes/OpenmrsFetchError.md +3 -3
  7. package/docs/enums/Type.md +11 -0
  8. package/docs/enums/VisitMode.md +3 -3
  9. package/docs/enums/VisitStatus.md +2 -2
  10. package/docs/interfaces/AssignedExtension.md +31 -7
  11. package/docs/interfaces/BreadcrumbRegistration.md +4 -4
  12. package/docs/interfaces/BreadcrumbSettings.md +6 -6
  13. package/docs/interfaces/ClearDynamicRoutesMessage.md +3 -3
  14. package/docs/interfaces/ConfigSchema.md +3 -3
  15. package/docs/interfaces/ConfigurableLinkProps.md +3 -3
  16. package/docs/interfaces/ConnectedExtension.md +18 -5
  17. package/docs/interfaces/CurrentPatientOptions.md +1 -1
  18. package/docs/interfaces/ExtensionRegistration.md +9 -15
  19. package/docs/interfaces/ExtensionSlotConfig.md +4 -4
  20. package/docs/interfaces/ExtensionSlotConfigObject.md +3 -3
  21. package/docs/interfaces/ExtensionSlotState.md +5 -5
  22. package/docs/interfaces/ExtensionStore.md +3 -3
  23. package/docs/interfaces/FHIRRequestObj.md +3 -3
  24. package/docs/interfaces/LoggedInUser.md +12 -12
  25. package/docs/interfaces/LoggedInUserFetchResponse.md +2 -2
  26. package/docs/interfaces/MessageServiceWorkerResult.md +5 -5
  27. package/docs/interfaces/NavigateOptions.md +3 -3
  28. package/docs/interfaces/NotificationDescriptor.md +74 -0
  29. package/docs/interfaces/OfflineModeResult.md +5 -5
  30. package/docs/interfaces/OfflinePatientArgs.md +4 -4
  31. package/docs/interfaces/OfflinePatientDataSyncHandler.md +4 -4
  32. package/docs/interfaces/OfflinePatientDataSyncState.md +8 -8
  33. package/docs/interfaces/OfflinePatientDataSyncStore.md +4 -4
  34. package/docs/interfaces/OmrsServiceWorkerMessage.md +3 -3
  35. package/docs/interfaces/OnImportMapChangedMessage.md +4 -4
  36. package/docs/interfaces/OnlyThePatient.md +1 -1
  37. package/docs/interfaces/PatientWithFullResponse.md +1 -1
  38. package/docs/interfaces/Person.md +3 -3
  39. package/docs/interfaces/Privilege.md +4 -4
  40. package/docs/interfaces/QueueItemDescriptor.md +6 -6
  41. package/docs/interfaces/RegisterDynamicRouteMessage.md +6 -6
  42. package/docs/interfaces/RetryOptions.md +3 -3
  43. package/docs/interfaces/Role.md +3 -3
  44. package/docs/interfaces/Session.md +92 -0
  45. package/docs/interfaces/SessionLocation.md +3 -3
  46. package/docs/interfaces/ShowNotificationEvent.md +5 -5
  47. package/docs/interfaces/ShowToastEvent.md +4 -4
  48. package/docs/interfaces/SyncItem.md +9 -9
  49. package/docs/interfaces/SyncProcessOptions.md +8 -8
  50. package/docs/interfaces/ToastDescriptor.md +69 -0
  51. package/docs/interfaces/ToastNotificationMeta.md +100 -0
  52. package/docs/interfaces/UserHasAccessProps.md +3 -3
  53. package/docs/interfaces/VisitItem.md +4 -4
  54. package/jest.config.js +1 -1
  55. package/mock.tsx +34 -3
  56. package/package.json +13 -13
  57. package/src/index.ts +8 -8
  58. package/src/integration-tests/extension-config.test.tsx +129 -14
  59. package/src/internal.ts +11 -0
  60. package/webpack.config.js +10 -2
  61. package/babel.config.js +0 -7
  62. package/docs/interfaces/ComponentConfig.md +0 -30
  63. package/docs/interfaces/ComponentDecoratorOptions.md +0 -52
  64. package/docs/interfaces/ExtensionInfo.md +0 -140
  65. package/docs/interfaces/ExtensionInstance.md +0 -19
  66. package/docs/interfaces/ExtensionInternalStore.md +0 -34
  67. package/docs/interfaces/ExtensionSlotInfo.md +0 -64
  68. package/docs/interfaces/NavigationContext.md +0 -50
  69. package/docs/interfaces/NetworkRequestFailedEvent.md +0 -49
  70. package/docs/interfaces/OfflineSynchronizationStore.md +0 -30
  71. package/docs/interfaces/OmrsServiceWorkerEvent.md +0 -31
  72. package/docs/interfaces/OpenmrsReactComponentProps.md +0 -19
  73. package/docs/interfaces/OpenmrsReactComponentState.md +0 -41
  74. package/docs/interfaces/SessionUser.md +0 -92
  75. package/docs/interfaces/UnauthenticatedUser.md +0 -52
  76. package/docs/interfaces/User.md +0 -107
@@ -4,10 +4,56 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*! For license information please see openmrs-esm-api.js.LICENSE.txt */
7
+ /*!
8
+ Copyright (c) 2017 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*! *****************************************************************************
14
+ Copyright (c) Microsoft Corporation.
15
+
16
+ Permission to use, copy, modify, and/or distribute this software for any
17
+ purpose with or without fee is hereby granted.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
20
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
22
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
23
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
+ PERFORMANCE OF THIS SOFTWARE.
26
+ ***************************************************************************** */
8
27
 
9
28
  /*! For license information please see openmrs-esm-react-utils.js.LICENSE.txt */
10
29
 
30
+ /**
31
+ * @license
32
+ * Lodash <https://lodash.com/>
33
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
34
+ * Released under MIT license <https://lodash.com/license>
35
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
36
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
37
+ */
38
+
39
+ /** @license React v0.19.1
40
+ * scheduler.production.min.js
41
+ *
42
+ * Copyright (c) Facebook, Inc. and its affiliates.
43
+ *
44
+ * This source code is licensed under the MIT license found in the
45
+ * LICENSE file in the root directory of this source tree.
46
+ */
47
+
48
+ /** @license React v16.14.0
49
+ * react-dom.production.min.js
50
+ *
51
+ * Copyright (c) Facebook, Inc. and its affiliates.
52
+ *
53
+ * This source code is licensed under the MIT license found in the
54
+ * LICENSE file in the root directory of this source tree.
55
+ */
56
+
11
57
  /** @license React v16.14.0
12
58
  * react.production.min.js
13
59
  *