@icrc/esm-frontend-dependencies 1.0.10-bootstrap.1

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 (2691) hide show
  1. package/.gitattributes +4 -0
  2. package/.github/dependabot.yml +16 -0
  3. package/.github/workflows/bootstrap-npm.yml +73 -0
  4. package/.github/workflows/build.yml +38 -0
  5. package/.github/workflows/codeql-analysis.yml +79 -0
  6. package/.github/workflows/publish.yml +111 -0
  7. package/.icrc-metadata +1 -0
  8. package/LICENSE +28 -0
  9. package/README.md +45 -0
  10. package/openmrs/frontend/@babel/runtime@7.25.6/LICENSE +22 -0
  11. package/openmrs/frontend/@babel/runtime@7.25.6/README.md +19 -0
  12. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/AwaitValue.js +4 -0
  13. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/OverloadYield.js +4 -0
  14. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecoratedDescriptor.js +9 -0
  15. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs.js +236 -0
  16. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2203.js +184 -0
  17. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2203R.js +191 -0
  18. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2301.js +222 -0
  19. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2305.js +133 -0
  20. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2311.js +124 -0
  21. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/arrayLikeToArray.js +6 -0
  22. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/arrayWithHoles.js +4 -0
  23. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/arrayWithoutHoles.js +5 -0
  24. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/assertClassBrand.js +5 -0
  25. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/assertThisInitialized.js +5 -0
  26. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/asyncGeneratorDelegate.js +24 -0
  27. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/asyncIterator.js +45 -0
  28. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/asyncToGenerator.js +26 -0
  29. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/awaitAsyncGenerator.js +5 -0
  30. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/callSuper.js +7 -0
  31. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/checkInRHS.js +6 -0
  32. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/checkPrivateRedeclaration.js +4 -0
  33. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classApplyDescriptorDestructureSet.js +10 -0
  34. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classApplyDescriptorGet.js +4 -0
  35. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classApplyDescriptorSet.js +7 -0
  36. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classCallCheck.js +4 -0
  37. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classCheckPrivateStaticAccess.js +5 -0
  38. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classCheckPrivateStaticFieldDescriptor.js +4 -0
  39. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classExtractFieldDescriptor.js +5 -0
  40. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classNameTDZError.js +4 -0
  41. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldDestructureSet.js +7 -0
  42. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldGet.js +7 -0
  43. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldGet2.js +5 -0
  44. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldInitSpec.js +5 -0
  45. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldLooseBase.js +5 -0
  46. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldLooseKey.js +5 -0
  47. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldSet.js +7 -0
  48. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldSet2.js +5 -0
  49. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateGetter.js +5 -0
  50. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateMethodGet.js +5 -0
  51. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateMethodInitSpec.js +5 -0
  52. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateMethodSet.js +4 -0
  53. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateSetter.js +5 -0
  54. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateFieldDestructureSet.js +7 -0
  55. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateFieldSpecGet.js +7 -0
  56. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateFieldSpecSet.js +7 -0
  57. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateMethodGet.js +5 -0
  58. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateMethodSet.js +4 -0
  59. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/construct.js +10 -0
  60. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createClass.js +13 -0
  61. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createForOfIteratorHelper.js +50 -0
  62. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createForOfIteratorHelperLoose.js +19 -0
  63. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createSuper.js +16 -0
  64. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/decorate.js +250 -0
  65. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defaults.js +9 -0
  66. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defineAccessor.js +8 -0
  67. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defineEnumerableProperties.js +12 -0
  68. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defineProperty.js +10 -0
  69. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/dispose.js +28 -0
  70. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/AwaitValue.js +4 -0
  71. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/OverloadYield.js +4 -0
  72. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecoratedDescriptor.js +9 -0
  73. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs.js +236 -0
  74. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2203.js +184 -0
  75. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2203R.js +191 -0
  76. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2301.js +222 -0
  77. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2305.js +133 -0
  78. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2311.js +124 -0
  79. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/arrayLikeToArray.js +6 -0
  80. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/arrayWithHoles.js +4 -0
  81. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/arrayWithoutHoles.js +5 -0
  82. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/assertClassBrand.js +5 -0
  83. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/assertThisInitialized.js +5 -0
  84. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/asyncGeneratorDelegate.js +24 -0
  85. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/asyncIterator.js +45 -0
  86. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/asyncToGenerator.js +26 -0
  87. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/awaitAsyncGenerator.js +5 -0
  88. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/callSuper.js +7 -0
  89. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/checkInRHS.js +6 -0
  90. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/checkPrivateRedeclaration.js +4 -0
  91. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classApplyDescriptorDestructureSet.js +10 -0
  92. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classApplyDescriptorGet.js +4 -0
  93. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classApplyDescriptorSet.js +7 -0
  94. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classCallCheck.js +4 -0
  95. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
  96. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +4 -0
  97. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classExtractFieldDescriptor.js +5 -0
  98. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classNameTDZError.js +4 -0
  99. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldDestructureSet.js +7 -0
  100. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldGet.js +7 -0
  101. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldGet2.js +5 -0
  102. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldInitSpec.js +5 -0
  103. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldLooseBase.js +5 -0
  104. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldLooseKey.js +5 -0
  105. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldSet.js +7 -0
  106. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldSet2.js +5 -0
  107. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateGetter.js +5 -0
  108. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateMethodGet.js +5 -0
  109. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateMethodInitSpec.js +5 -0
  110. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateMethodSet.js +4 -0
  111. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateSetter.js +5 -0
  112. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateFieldDestructureSet.js +7 -0
  113. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateFieldSpecGet.js +7 -0
  114. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateFieldSpecSet.js +7 -0
  115. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateMethodGet.js +5 -0
  116. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateMethodSet.js +4 -0
  117. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/construct.js +10 -0
  118. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createClass.js +13 -0
  119. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createForOfIteratorHelper.js +50 -0
  120. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
  121. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createSuper.js +16 -0
  122. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/decorate.js +250 -0
  123. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defaults.js +9 -0
  124. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defineAccessor.js +8 -0
  125. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defineEnumerableProperties.js +12 -0
  126. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defineProperty.js +10 -0
  127. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/dispose.js +28 -0
  128. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/extends.js +10 -0
  129. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/get.js +11 -0
  130. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/getPrototypeOf.js +6 -0
  131. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/identity.js +4 -0
  132. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/importDeferProxy.js +27 -0
  133. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/inherits.js +14 -0
  134. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/inheritsLoose.js +5 -0
  135. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/initializerDefineProperty.js +9 -0
  136. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/initializerWarningHelper.js +4 -0
  137. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/instanceof.js +4 -0
  138. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/interopRequireDefault.js +6 -0
  139. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/interopRequireWildcard.js +27 -0
  140. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/isNativeFunction.js +8 -0
  141. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/isNativeReflectConstruct.js +9 -0
  142. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/iterableToArray.js +4 -0
  143. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/iterableToArrayLimit.js +28 -0
  144. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/jsx.js +22 -0
  145. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/maybeArrayLike.js +9 -0
  146. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/newArrowCheck.js +4 -0
  147. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/nonIterableRest.js +4 -0
  148. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/nonIterableSpread.js +4 -0
  149. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/nullishReceiverError.js +4 -0
  150. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectDestructuringEmpty.js +4 -0
  151. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectSpread.js +14 -0
  152. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectSpread2.js +23 -0
  153. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectWithoutProperties.js +13 -0
  154. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectWithoutPropertiesLoose.js +10 -0
  155. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/package.json +3 -0
  156. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/possibleConstructorReturn.js +8 -0
  157. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/readOnlyError.js +4 -0
  158. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/regeneratorRuntime.js +304 -0
  159. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/set.js +22 -0
  160. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/setFunctionName.js +12 -0
  161. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/setPrototypeOf.js +6 -0
  162. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/skipFirstGeneratorNext.js +7 -0
  163. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/slicedToArray.js +8 -0
  164. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/superPropBase.js +6 -0
  165. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/superPropGet.js +9 -0
  166. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/superPropSet.js +6 -0
  167. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/taggedTemplateLiteral.js +8 -0
  168. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/taggedTemplateLiteralLoose.js +4 -0
  169. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/tdz.js +4 -0
  170. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/temporalRef.js +6 -0
  171. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/temporalUndefined.js +2 -0
  172. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toArray.js +8 -0
  173. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toConsumableArray.js +8 -0
  174. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toPrimitive.js +12 -0
  175. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toPropertyKey.js +7 -0
  176. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toSetter.js +10 -0
  177. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/typeof.js +10 -0
  178. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/unsupportedIterableToArray.js +9 -0
  179. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/using.js +12 -0
  180. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/usingCtx.js +59 -0
  181. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/wrapAsyncGenerator.js +69 -0
  182. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/wrapNativeSuper.js +27 -0
  183. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/wrapRegExp.js +51 -0
  184. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/writeOnlyError.js +4 -0
  185. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/extends.js +10 -0
  186. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/get.js +11 -0
  187. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/getPrototypeOf.js +6 -0
  188. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/identity.js +4 -0
  189. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/importDeferProxy.js +27 -0
  190. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/inherits.js +14 -0
  191. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/inheritsLoose.js +5 -0
  192. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/initializerDefineProperty.js +9 -0
  193. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/initializerWarningHelper.js +4 -0
  194. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/instanceof.js +4 -0
  195. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/interopRequireDefault.js +6 -0
  196. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/interopRequireWildcard.js +27 -0
  197. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/isNativeFunction.js +8 -0
  198. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/isNativeReflectConstruct.js +9 -0
  199. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/iterableToArray.js +4 -0
  200. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/iterableToArrayLimit.js +28 -0
  201. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/jsx.js +22 -0
  202. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/maybeArrayLike.js +9 -0
  203. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/newArrowCheck.js +4 -0
  204. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/nonIterableRest.js +4 -0
  205. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/nonIterableSpread.js +4 -0
  206. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/nullishReceiverError.js +4 -0
  207. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectDestructuringEmpty.js +4 -0
  208. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectSpread.js +14 -0
  209. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectSpread2.js +23 -0
  210. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectWithoutProperties.js +13 -0
  211. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectWithoutPropertiesLoose.js +10 -0
  212. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/possibleConstructorReturn.js +8 -0
  213. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/readOnlyError.js +4 -0
  214. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/regeneratorRuntime.js +304 -0
  215. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/set.js +22 -0
  216. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/setFunctionName.js +12 -0
  217. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/setPrototypeOf.js +6 -0
  218. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/skipFirstGeneratorNext.js +7 -0
  219. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/slicedToArray.js +8 -0
  220. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/superPropBase.js +6 -0
  221. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/superPropGet.js +9 -0
  222. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/superPropSet.js +6 -0
  223. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/taggedTemplateLiteral.js +8 -0
  224. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/taggedTemplateLiteralLoose.js +4 -0
  225. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/tdz.js +4 -0
  226. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/temporalRef.js +6 -0
  227. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/temporalUndefined.js +2 -0
  228. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toArray.js +8 -0
  229. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toConsumableArray.js +8 -0
  230. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toPrimitive.js +12 -0
  231. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toPropertyKey.js +7 -0
  232. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toSetter.js +10 -0
  233. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/typeof.js +10 -0
  234. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/unsupportedIterableToArray.js +9 -0
  235. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/using.js +12 -0
  236. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/usingCtx.js +59 -0
  237. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/wrapAsyncGenerator.js +69 -0
  238. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/wrapNativeSuper.js +27 -0
  239. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/wrapRegExp.js +51 -0
  240. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/writeOnlyError.js +4 -0
  241. package/openmrs/frontend/@babel/runtime@7.25.6/package.json +1056 -0
  242. package/openmrs/frontend/@babel/runtime@7.25.6/regenerator/index.js +15 -0
  243. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.eslintrc +7 -0
  244. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.gitattributes +4 -0
  245. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.github/workflows/bootstrap-npm.yml +77 -0
  246. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.github/workflows/build.yml +37 -0
  247. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.github/workflows/publish.yml +115 -0
  248. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.icrc-metadata +1 -0
  249. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.prettierignore +7 -0
  250. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.prettierrc +3 -0
  251. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/LICENSE +28 -0
  252. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/README.md +39 -0
  253. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/dist/openmrs-esm-icrc-overrides.js +2 -0
  254. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/dist/openmrs-esm-icrc-overrides.js.map +1 -0
  255. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/package.json +51 -0
  256. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/src/icrc-patient-chart-schema.js +11 -0
  257. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/src/index.js +11 -0
  258. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/src/set-public-path.js +3 -0
  259. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/webpack.config.js +32 -0
  260. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/.babelrc +6 -0
  261. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/README.md +25 -0
  262. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/dist/diop-esm-icrc-user-dashboard-widgets.js +2 -0
  263. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/dist/diop-esm-icrc-user-dashboard-widgets.js.map +1 -0
  264. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/package.json +35 -0
  265. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/constants.ts +1 -0
  266. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/declarations.d.ts +10 -0
  267. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/index.ts +1 -0
  268. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/index.tsx +1 -0
  269. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/intervention-plan/intervention-plan.component.tsx +153 -0
  270. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/intervention-plan/intervention-plan.css +20 -0
  271. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/models/index.ts +6 -0
  272. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/shims/esm-react-utils.d.ts +7 -0
  273. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/tsconfig.json +24 -0
  274. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/webpack.config.js +75 -0
  275. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/fhir.d.ts +2 -0
  276. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/fhirjs.d.ts +87 -0
  277. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-backend-dependencies.d.ts +4 -0
  278. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-esm-api.d.ts +9 -0
  279. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-esm-api.js +16 -0
  280. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-esm-api.js.map +1 -0
  281. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-fetch.d.ts +26 -0
  282. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-fetch.test.d.ts +1 -0
  283. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/set-public-path.d.ts +1 -0
  284. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/current-patient.d.ts +20 -0
  285. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/current-patient.test.d.ts +1 -0
  286. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/current-user.d.ts +50 -0
  287. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/use-current-patient.hook.d.ts +5 -0
  288. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/use-current-patient.hook.test.d.ts +1 -0
  289. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/user-has-access-react.component.d.ts +1 -0
  290. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/workspace/workspace.resource.d.ts +11 -0
  291. package/openmrs/frontend/@openmrs/esm-devtools@1.2.0/dist/openmrs-esm-devtools.js +2 -0
  292. package/openmrs/frontend/@openmrs/esm-devtools@1.2.0/dist/openmrs-esm-devtools.js.map +1 -0
  293. package/openmrs/frontend/@openmrs/esm-error-handling@1.1.1/dist/openmrs-esm-error-handling.js +2 -0
  294. package/openmrs/frontend/@openmrs/esm-error-handling@1.1.1/dist/openmrs-esm-error-handling.js.map +1 -0
  295. package/openmrs/frontend/@openmrs/esm-module-config@1.4.0/dist/openmrs-esm-module-config.js +2 -0
  296. package/openmrs/frontend/@openmrs/esm-module-config@1.4.0/dist/openmrs-esm-module-config.js.map +1 -0
  297. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/1.openmrs-esm-patient-chart.js +2 -0
  298. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/1.openmrs-esm-patient-chart.js.map +1 -0
  299. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/2.openmrs-esm-patient-chart.js +2 -0
  300. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/2.openmrs-esm-patient-chart.js.map +1 -0
  301. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/openmrs-esm-patient-chart.js +2 -0
  302. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/openmrs-esm-patient-chart.js.map +1 -0
  303. package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/1.openmrs-esm-patient-chart-widgets.js +2 -0
  304. package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/1.openmrs-esm-patient-chart-widgets.js.map +1 -0
  305. package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/openmrs-esm-patient-chart-widgets.js +30 -0
  306. package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/openmrs-esm-patient-chart-widgets.js.map +1 -0
  307. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/1.openmrs-esm-refapp-navigation.js +2 -0
  308. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/1.openmrs-esm-refapp-navigation.js.map +1 -0
  309. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/2.openmrs-esm-refapp-navigation.js +2 -0
  310. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/2.openmrs-esm-refapp-navigation.js.map +1 -0
  311. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/openmrs-esm-refapp-navigation.js +2 -0
  312. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/openmrs-esm-refapp-navigation.js.map +1 -0
  313. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/0d942ef430c1c67374392eaada6bba55.eot +0 -0
  314. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/1b11c019a1e57a716233cac5393f2003.woff +0 -0
  315. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/21f212f94a9db6a0e3847c921842aa19.woff +0 -0
  316. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/41af9fe040a90a59be0ec9e009b2aeb7.ttf +0 -0
  317. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/455808250694e5760bd92b3ce1f070b6.eot +0 -0
  318. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/4fdd67824cef3d96f61d8ce00d23c68c.svg +8 -0
  319. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/5fa4acd8b99b8634f421ab3d93ec65ca.eot +0 -0
  320. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/63c8d04ccb72ddb3e80f7c0d724a3c1a.svg +37 -0
  321. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/67123cc825e1174235882fd04d6256de.png +0 -0
  322. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/733058e58b777d410c4415756537c294.woff +0 -0
  323. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/73e57937304d89f251e7e540a24b095a.gif +0 -0
  324. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/96a4b98d02e2b736954c3eeaabc8f8cb.svg +15 -0
  325. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/99cea2acaa2e564a83d1af833757d602.eot +0 -0
  326. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/b38de28ddbf9d000eba6728451e82e77.ttf +0 -0
  327. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/bb72c5142ae2ae4ca0f9c0653a09871c.ttf +0 -0
  328. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/c7995ab97d823f6a2c6eb1b4f30d5600.ttf +0 -0
  329. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/dd2156ffeb1dbbe10d430e95abba2935.ttf +0 -0
  330. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/df5338c056f4aa5de25401e5b8d8af87.eot +0 -0
  331. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.css +27 -0
  332. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.css.map +1 -0
  333. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.js +2 -0
  334. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.js.map +1 -0
  335. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/020c97dc8e0463259c2f9df929bb0c69.woff2 +0 -0
  336. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/1ef5edaaa20ae53ea50399884c5e48c6.woff2 +0 -0
  337. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/238c66f0f32567f8b025fa462b139235.woff2 +0 -0
  338. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/2735a3a69b509faf3577afd25bdf552e.woff2 +0 -0
  339. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/288ad9c6e8b43cf02443a1f499bdf67e.woff +0 -0
  340. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/3a9be9ea9f7aa4af6de7307df21d9fc0.woff2 +0 -0
  341. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/479970ffb74f2117317f9d24d9e317fe.woff2 +0 -0
  342. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/4813464bf253bbfebb7c83240387072e.woff +0 -0
  343. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/51521a2a8da71e50d871ac6fd2187e87.woff2 +0 -0
  344. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/534bc9e7ce93c73d73426e46acd78092.woff +0 -0
  345. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/539ed1a07cb8b137b6825efd1789c2f3.woff2 +0 -0
  346. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/60fa3c0614b8fb2f394fa29944c21540.woff +0 -0
  347. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/69f09800f4f6479d06e44eba837df872.woff +0 -0
  348. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/7da66178eb5f266e1d5a9c5c72344c51.woff +0 -0
  349. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/81f57861ed4ac74741f5671e1dff2fd9.woff +0 -0
  350. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/8276fdb72ae8f4714d4e6eba704cc39f.woff2 +0 -0
  351. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/87284894879f5b1c229cb49c8ff6decc.woff +0 -0
  352. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/97a67d1aeb3c18ca193be4b4d4632546.woff +0 -0
  353. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/9952fbcb7e57e6b5568995f1906db693.woff2 +0 -0
  354. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/adcde98f1d584de52060ad7b16373da3.woff +0 -0
  355. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/ba56ea84b8084b7ff9677f50d3cd81bd.woff +0 -0
  356. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/bf12e11e6477f5cee412515ee11de0bf.woff +0 -0
  357. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/d76079ed7541a433a54f79316de086e9.woff +0 -0
  358. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/da0e717829e033a69dec97f1e155ae42.woff2 +0 -0
  359. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/db4a2a231f52e497c0191e8966b0ee58.woff2 +0 -0
  360. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/de83f55b9291ee1bd05c8ebfb451e088.woff2 +0 -0
  361. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/fa534be7ffa380e39a7f6e03bf9a5e03.woff2 +0 -0
  362. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/fe65b8335ee19dd944289f9ed3178c78.woff +0 -0
  363. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.css +15 -0
  364. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.css.map +1 -0
  365. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.js +2 -0
  366. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.js.map +1 -0
  367. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/1.openmrs-esm-user-dashboard.js +117 -0
  368. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/1.openmrs-esm-user-dashboard.js.map +1 -0
  369. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/2.openmrs-esm-user-dashboard.js +2 -0
  370. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/2.openmrs-esm-user-dashboard.js.map +1 -0
  371. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/openmrs-esm-user-dashboard.js +2 -0
  372. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/openmrs-esm-user-dashboard.js.map +1 -0
  373. package/openmrs/frontend/@openmrs/esm-user-dashboard-widgets@1.0.3-pre.14/dist/openmrs-esm-user-dashboard-widgets.js +32 -0
  374. package/openmrs/frontend/@openmrs/esm-user-dashboard-widgets@1.0.3-pre.14/dist/openmrs-esm-user-dashboard-widgets.js.map +1 -0
  375. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/LICENSE +373 -0
  376. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/README.md +33 -0
  377. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/bower.json +13 -0
  378. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/0d942ef430c1c67374392eaada6bba55.eot +0 -0
  379. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/1b11c019a1e57a716233cac5393f2003.woff +0 -0
  380. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/21f212f94a9db6a0e3847c921842aa19.woff +0 -0
  381. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/41af9fe040a90a59be0ec9e009b2aeb7.ttf +0 -0
  382. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/455808250694e5760bd92b3ce1f070b6.eot +0 -0
  383. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/5fa4acd8b99b8634f421ab3d93ec65ca.eot +0 -0
  384. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/733058e58b777d410c4415756537c294.woff +0 -0
  385. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/99cea2acaa2e564a83d1af833757d602.eot +0 -0
  386. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/b38de28ddbf9d000eba6728451e82e77.ttf +0 -0
  387. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/bb72c5142ae2ae4ca0f9c0653a09871c.ttf +0 -0
  388. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/c7995ab97d823f6a2c6eb1b4f30d5600.ttf +0 -0
  389. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/dd2156ffeb1dbbe10d430e95abba2935.ttf +0 -0
  390. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/df5338c056f4aa5de25401e5b8d8af87.eot +0 -0
  391. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.css +24 -0
  392. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.css.map +1 -0
  393. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.js +2 -0
  394. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.js.map +1 -0
  395. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/package-lock.json +7299 -0
  396. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/package.json +46 -0
  397. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/config.rb +25 -0
  398. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.eot +0 -0
  399. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.svg +284 -0
  400. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.ttf +0 -0
  401. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.woff +0 -0
  402. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.eot +0 -0
  403. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.svg +98 -0
  404. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.ttf +0 -0
  405. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.woff +0 -0
  406. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-bold-webfont.eot +0 -0
  407. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-bold-webfont.svg +245 -0
  408. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-bold-webfont.ttf +0 -0
  409. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.eot +0 -0
  410. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.svg +245 -0
  411. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.ttf +0 -0
  412. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.woff +0 -0
  413. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-light-webfont.eot +0 -0
  414. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-light-webfont.svg +245 -0
  415. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-light-webfont.ttf +0 -0
  416. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-regular-webfont.eot +0 -0
  417. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-regular-webfont.svg +245 -0
  418. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-regular-webfont.ttf +0 -0
  419. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/aside-bg.png +0 -0
  420. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/back_disabled.png +0 -0
  421. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/back_enabled.png +0 -0
  422. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/forward_disabled.png +0 -0
  423. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/forward_enabled.png +0 -0
  424. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/inprogress.gif +0 -0
  425. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/logo/openmrs-with-title-small.png +0 -0
  426. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/omrs-button.png +0 -0
  427. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/openmrs-with-title-small.png +0 -0
  428. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/sort_asc.png +0 -0
  429. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/sort_both.png +0 -0
  430. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/sort_desc.png +0 -0
  431. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/spinner.gif +0 -0
  432. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/index.js +1 -0
  433. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/_reference.scss +43 -0
  434. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/_variables.scss +33 -0
  435. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/customVariables.scss +2 -0
  436. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fonts/_font-awesome.scss +535 -0
  437. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fonts/_fonts.scss +40 -0
  438. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fonts/_icomoon.scss +59 -0
  439. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_actions.scss +38 -0
  440. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_base.scss +421 -0
  441. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_breadcrumbs.scss +26 -0
  442. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_buttongroups.scss +50 -0
  443. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_buttons.scss +177 -0
  444. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_checkboxes.scss +30 -0
  445. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_dashboard.scss +248 -0
  446. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_datepicker.scss +57 -0
  447. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_dialogs.scss +119 -0
  448. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_dropdown.scss +78 -0
  449. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_form-navigator-ui.scss +273 -0
  450. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_forms.scss +32 -0
  451. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_grid.scss +67 -0
  452. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_header.scss +98 -0
  453. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_horizontal-list.scss +12 -0
  454. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_identifiers.scss +36 -0
  455. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_left-menu.scss +101 -0
  456. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_login.scss +18 -0
  457. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_main-content.scss +179 -0
  458. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_notifications.scss +89 -0
  459. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_pagination.scss +255 -0
  460. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_print.scss +103 -0
  461. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_search-box.scss +58 -0
  462. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_status-container.scss +37 -0
  463. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_tabs.scss +60 -0
  464. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_toast.scss +56 -0
  465. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_typeahead.scss +110 -0
  466. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/openmrs-refapp.scss +2 -0
  467. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/vendor/_normalize.scss +367 -0
  468. package/openmrs/frontend/aphrodite@0.5.0/.arcconfig +5 -0
  469. package/openmrs/frontend/aphrodite@0.5.0/.arclint +3 -0
  470. package/openmrs/frontend/aphrodite@0.5.0/.gitattributes +1 -0
  471. package/openmrs/frontend/aphrodite@0.5.0/.nyc_output/49625.json +1 -0
  472. package/openmrs/frontend/aphrodite@0.5.0/.travis.yml +10 -0
  473. package/openmrs/frontend/aphrodite@0.5.0/README.md +280 -0
  474. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.js +1712 -0
  475. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.js +1724 -0
  476. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.js.map +1 -0
  477. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.min.js +2 -0
  478. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.min.js.map +1 -0
  479. package/openmrs/frontend/aphrodite@0.5.0/examples/README.md +3 -0
  480. package/openmrs/frontend/aphrodite@0.5.0/examples/index.html +10 -0
  481. package/openmrs/frontend/aphrodite@0.5.0/examples/package.json +18 -0
  482. package/openmrs/frontend/aphrodite@0.5.0/examples/server.js +42 -0
  483. package/openmrs/frontend/aphrodite@0.5.0/examples/src/StyleTester.js +155 -0
  484. package/openmrs/frontend/aphrodite@0.5.0/examples/src/examples-ssr.js +25 -0
  485. package/openmrs/frontend/aphrodite@0.5.0/examples/src/examples.js +10 -0
  486. package/openmrs/frontend/aphrodite@0.5.0/examples/webpack.config.js +18 -0
  487. package/openmrs/frontend/aphrodite@0.5.0/lib/generate.js +199 -0
  488. package/openmrs/frontend/aphrodite@0.5.0/lib/index.js +102 -0
  489. package/openmrs/frontend/aphrodite@0.5.0/lib/inject.js +231 -0
  490. package/openmrs/frontend/aphrodite@0.5.0/lib/no-important.js +27 -0
  491. package/openmrs/frontend/aphrodite@0.5.0/lib/util.js +233 -0
  492. package/openmrs/frontend/aphrodite@0.5.0/no-important.js +1 -0
  493. package/openmrs/frontend/aphrodite@0.5.0/package.json +56 -0
  494. package/openmrs/frontend/aphrodite@0.5.0/src/generate.js +184 -0
  495. package/openmrs/frontend/aphrodite@0.5.0/src/index.js +85 -0
  496. package/openmrs/frontend/aphrodite@0.5.0/src/inject.js +211 -0
  497. package/openmrs/frontend/aphrodite@0.5.0/src/no-important.js +23 -0
  498. package/openmrs/frontend/aphrodite@0.5.0/src/util.js +194 -0
  499. package/openmrs/frontend/aphrodite@0.5.0/tests/generate_test.js +161 -0
  500. package/openmrs/frontend/aphrodite@0.5.0/tests/index_test.js +372 -0
  501. package/openmrs/frontend/aphrodite@0.5.0/tests/inject_test.js +413 -0
  502. package/openmrs/frontend/aphrodite@0.5.0/tests/no-important_test.js +41 -0
  503. package/openmrs/frontend/aphrodite@0.5.0/tests/util_test.js +30 -0
  504. package/openmrs/frontend/aphrodite@0.5.0/webpack.config.js +17 -0
  505. package/openmrs/frontend/asap@2.0.6/CHANGES.md +70 -0
  506. package/openmrs/frontend/asap@2.0.6/LICENSE.md +21 -0
  507. package/openmrs/frontend/asap@2.0.6/README.md +237 -0
  508. package/openmrs/frontend/asap@2.0.6/asap.js +65 -0
  509. package/openmrs/frontend/asap@2.0.6/browser-asap.js +66 -0
  510. package/openmrs/frontend/asap@2.0.6/browser-raw.js +223 -0
  511. package/openmrs/frontend/asap@2.0.6/package.json +58 -0
  512. package/openmrs/frontend/asap@2.0.6/raw.js +101 -0
  513. package/openmrs/frontend/bowser@1.9.4/.editorconfig +17 -0
  514. package/openmrs/frontend/bowser@1.9.4/.idea/.name +1 -0
  515. package/openmrs/frontend/bowser@1.9.4/.idea/bowser.iml +8 -0
  516. package/openmrs/frontend/bowser@1.9.4/.idea/encodings.xml +6 -0
  517. package/openmrs/frontend/bowser@1.9.4/.idea/inspectionProfiles/Project_Default.xml +6 -0
  518. package/openmrs/frontend/bowser@1.9.4/.idea/jsLibraryMappings.xml +8 -0
  519. package/openmrs/frontend/bowser@1.9.4/.idea/markdown-exported-files.xml +8 -0
  520. package/openmrs/frontend/bowser@1.9.4/.idea/markdown-navigator/profiles_settings.xml +3 -0
  521. package/openmrs/frontend/bowser@1.9.4/.idea/markdown-navigator.xml +67 -0
  522. package/openmrs/frontend/bowser@1.9.4/.idea/misc.xml +6 -0
  523. package/openmrs/frontend/bowser@1.9.4/.idea/modules.xml +8 -0
  524. package/openmrs/frontend/bowser@1.9.4/.idea/vcs.xml +6 -0
  525. package/openmrs/frontend/bowser@1.9.4/.idea/watcherTasks.xml +4 -0
  526. package/openmrs/frontend/bowser@1.9.4/.idea/workspace.xml +696 -0
  527. package/openmrs/frontend/bowser@1.9.4/.travis.yml +8 -0
  528. package/openmrs/frontend/bowser@1.9.4/CHANGELOG.md +85 -0
  529. package/openmrs/frontend/bowser@1.9.4/ISSUE_TEMPLATE.md +5 -0
  530. package/openmrs/frontend/bowser@1.9.4/LICENSE +39 -0
  531. package/openmrs/frontend/bowser@1.9.4/README.md +211 -0
  532. package/openmrs/frontend/bowser@1.9.4/bower.json +33 -0
  533. package/openmrs/frontend/bowser@1.9.4/bowser.js +644 -0
  534. package/openmrs/frontend/bowser@1.9.4/bowser.min.js +6 -0
  535. package/openmrs/frontend/bowser@1.9.4/package.json +38 -0
  536. package/openmrs/frontend/bowser@1.9.4/src/bowser.js +644 -0
  537. package/openmrs/frontend/bowser@1.9.4/test/test.js +151 -0
  538. package/openmrs/frontend/bowser@1.9.4/typings.d.ts +115 -0
  539. package/openmrs/frontend/dashboard-configs/allappointments.json +52 -0
  540. package/openmrs/frontend/dashboard-configs/othead.json +22 -0
  541. package/openmrs/frontend/dashboard-configs/pohead.json +260 -0
  542. package/openmrs/frontend/dashboard-configs/poprofessional.json +122 -0
  543. package/openmrs/frontend/dashboard-configs/pthead.json +274 -0
  544. package/openmrs/frontend/dashboard-configs/ptprofessional.json +122 -0
  545. package/openmrs/frontend/dashboard-configs/receptionist.json +101 -0
  546. package/openmrs/frontend/dashboard-configs/receptionistTodoViewAll.json +34 -0
  547. package/openmrs/frontend/dashboard-configs/socialworker.json +140 -0
  548. package/openmrs/frontend/dayjs@1.11.13/.editorconfig +7 -0
  549. package/openmrs/frontend/dayjs@1.11.13/CHANGELOG.md +947 -0
  550. package/openmrs/frontend/dayjs@1.11.13/LICENSE +21 -0
  551. package/openmrs/frontend/dayjs@1.11.13/README.md +172 -0
  552. package/openmrs/frontend/dayjs@1.11.13/dayjs.min.js +1 -0
  553. package/openmrs/frontend/dayjs@1.11.13/esm/constant.js +25 -0
  554. package/openmrs/frontend/dayjs@1.11.13/esm/index.d.ts +429 -0
  555. package/openmrs/frontend/dayjs@1.11.13/esm/index.js +541 -0
  556. package/openmrs/frontend/dayjs@1.11.13/esm/locale/af.js +39 -0
  557. package/openmrs/frontend/dayjs@1.11.13/esm/locale/am.js +40 -0
  558. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-dz.js +41 -0
  559. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-iq.js +42 -0
  560. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-kw.js +41 -0
  561. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-ly.js +27 -0
  562. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-ma.js +42 -0
  563. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-sa.js +41 -0
  564. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-tn.js +42 -0
  565. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar.js +77 -0
  566. package/openmrs/frontend/dayjs@1.11.13/esm/locale/az.js +39 -0
  567. package/openmrs/frontend/dayjs@1.11.13/esm/locale/be.js +24 -0
  568. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bg.js +55 -0
  569. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bi.js +39 -0
  570. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bm.js +39 -0
  571. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bn-bd.js +81 -0
  572. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bn.js +72 -0
  573. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bo.js +38 -0
  574. package/openmrs/frontend/dayjs@1.11.13/esm/locale/br.js +93 -0
  575. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bs.js +24 -0
  576. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ca.js +44 -0
  577. package/openmrs/frontend/dayjs@1.11.13/esm/locale/cs.js +120 -0
  578. package/openmrs/frontend/dayjs@1.11.13/esm/locale/cv.js +24 -0
  579. package/openmrs/frontend/dayjs@1.11.13/esm/locale/cy.js +39 -0
  580. package/openmrs/frontend/dayjs@1.11.13/esm/locale/da.js +40 -0
  581. package/openmrs/frontend/dayjs@1.11.13/esm/locale/de-at.js +63 -0
  582. package/openmrs/frontend/dayjs@1.11.13/esm/locale/de-ch.js +63 -0
  583. package/openmrs/frontend/dayjs@1.11.13/esm/locale/de.js +64 -0
  584. package/openmrs/frontend/dayjs@1.11.13/esm/locale/dv.js +39 -0
  585. package/openmrs/frontend/dayjs@1.11.13/esm/locale/el.js +39 -0
  586. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-au.js +39 -0
  587. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-ca.js +38 -0
  588. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-gb.js +42 -0
  589. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-ie.js +39 -0
  590. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-il.js +38 -0
  591. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-in.js +42 -0
  592. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-nz.js +41 -0
  593. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-sg.js +39 -0
  594. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-tt.js +42 -0
  595. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en.js +12 -0
  596. package/openmrs/frontend/dayjs@1.11.13/esm/locale/eo.js +39 -0
  597. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-do.js +39 -0
  598. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-mx.js +38 -0
  599. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-pr.js +39 -0
  600. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-us.js +38 -0
  601. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es.js +39 -0
  602. package/openmrs/frontend/dayjs@1.11.13/esm/locale/et.js +65 -0
  603. package/openmrs/frontend/dayjs@1.11.13/esm/locale/eu.js +43 -0
  604. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fa.js +39 -0
  605. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fi.js +88 -0
  606. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fo.js +39 -0
  607. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fr-ca.js +38 -0
  608. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fr-ch.js +39 -0
  609. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fr.js +41 -0
  610. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fy.js +39 -0
  611. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ga.js +39 -0
  612. package/openmrs/frontend/dayjs@1.11.13/esm/locale/gd.js +39 -0
  613. package/openmrs/frontend/dayjs@1.11.13/esm/locale/gl.js +39 -0
  614. package/openmrs/frontend/dayjs@1.11.13/esm/locale/gom-latn.js +25 -0
  615. package/openmrs/frontend/dayjs@1.11.13/esm/locale/gu.js +38 -0
  616. package/openmrs/frontend/dayjs@1.11.13/esm/locale/he.js +78 -0
  617. package/openmrs/frontend/dayjs@1.11.13/esm/locale/hi.js +38 -0
  618. package/openmrs/frontend/dayjs@1.11.13/esm/locale/hr.js +53 -0
  619. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ht.js +38 -0
  620. package/openmrs/frontend/dayjs@1.11.13/esm/locale/hu.js +61 -0
  621. package/openmrs/frontend/dayjs@1.11.13/esm/locale/hy-am.js +39 -0
  622. package/openmrs/frontend/dayjs@1.11.13/esm/locale/id.js +39 -0
  623. package/openmrs/frontend/dayjs@1.11.13/esm/locale/index.d.ts +11 -0
  624. package/openmrs/frontend/dayjs@1.11.13/esm/locale/is.js +68 -0
  625. package/openmrs/frontend/dayjs@1.11.13/esm/locale/it-ch.js +39 -0
  626. package/openmrs/frontend/dayjs@1.11.13/esm/locale/it.js +39 -0
  627. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ja.js +45 -0
  628. package/openmrs/frontend/dayjs@1.11.13/esm/locale/jv.js +39 -0
  629. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ka.js +39 -0
  630. package/openmrs/frontend/dayjs@1.11.13/esm/locale/kk.js +39 -0
  631. package/openmrs/frontend/dayjs@1.11.13/esm/locale/km.js +39 -0
  632. package/openmrs/frontend/dayjs@1.11.13/esm/locale/kn.js +38 -0
  633. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ko.js +45 -0
  634. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ku.js +77 -0
  635. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ky.js +39 -0
  636. package/openmrs/frontend/dayjs@1.11.13/esm/locale/lb.js +24 -0
  637. package/openmrs/frontend/dayjs@1.11.13/esm/locale/lo.js +38 -0
  638. package/openmrs/frontend/dayjs@1.11.13/esm/locale/lt.js +70 -0
  639. package/openmrs/frontend/dayjs@1.11.13/esm/locale/lv.js +39 -0
  640. package/openmrs/frontend/dayjs@1.11.13/esm/locale/me.js +24 -0
  641. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mi.js +39 -0
  642. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mk.js +39 -0
  643. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ml.js +38 -0
  644. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mn.js +38 -0
  645. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mr.js +23 -0
  646. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ms-my.js +39 -0
  647. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ms.js +39 -0
  648. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mt.js +39 -0
  649. package/openmrs/frontend/dayjs@1.11.13/esm/locale/my.js +39 -0
  650. package/openmrs/frontend/dayjs@1.11.13/esm/locale/nb.js +40 -0
  651. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ne.js +40 -0
  652. package/openmrs/frontend/dayjs@1.11.13/esm/locale/nl-be.js +39 -0
  653. package/openmrs/frontend/dayjs@1.11.13/esm/locale/nl.js +40 -0
  654. package/openmrs/frontend/dayjs@1.11.13/esm/locale/nn.js +39 -0
  655. package/openmrs/frontend/dayjs@1.11.13/esm/locale/oc-lnc.js +39 -0
  656. package/openmrs/frontend/dayjs@1.11.13/esm/locale/pa-in.js +38 -0
  657. package/openmrs/frontend/dayjs@1.11.13/esm/locale/pl.js +87 -0
  658. package/openmrs/frontend/dayjs@1.11.13/esm/locale/pt-br.js +38 -0
  659. package/openmrs/frontend/dayjs@1.11.13/esm/locale/pt.js +40 -0
  660. package/openmrs/frontend/dayjs@1.11.13/esm/locale/rn.js +39 -0
  661. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ro.js +39 -0
  662. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ru.js +99 -0
  663. package/openmrs/frontend/dayjs@1.11.13/esm/locale/rw.js +35 -0
  664. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sd.js +39 -0
  665. package/openmrs/frontend/dayjs@1.11.13/esm/locale/se.js +39 -0
  666. package/openmrs/frontend/dayjs@1.11.13/esm/locale/si.js +38 -0
  667. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sk.js +121 -0
  668. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sl.js +141 -0
  669. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sq.js +39 -0
  670. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sr-cyrl.js +74 -0
  671. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sr.js +74 -0
  672. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ss.js +39 -0
  673. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sv-fi.js +46 -0
  674. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sv.js +44 -0
  675. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sw.js +39 -0
  676. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ta.js +38 -0
  677. package/openmrs/frontend/dayjs@1.11.13/esm/locale/te.js +38 -0
  678. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tet.js +39 -0
  679. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tg.js +39 -0
  680. package/openmrs/frontend/dayjs@1.11.13/esm/locale/th.js +38 -0
  681. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tk.js +39 -0
  682. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tl-ph.js +39 -0
  683. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tlh.js +24 -0
  684. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tr.js +39 -0
  685. package/openmrs/frontend/dayjs@1.11.13/esm/locale/types.d.ts +33 -0
  686. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tzl.js +24 -0
  687. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tzm-latn.js +39 -0
  688. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tzm.js +39 -0
  689. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ug-cn.js +39 -0
  690. package/openmrs/frontend/dayjs@1.11.13/esm/locale/uk.js +77 -0
  691. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ur.js +39 -0
  692. package/openmrs/frontend/dayjs@1.11.13/esm/locale/uz-latn.js +39 -0
  693. package/openmrs/frontend/dayjs@1.11.13/esm/locale/uz.js +39 -0
  694. package/openmrs/frontend/dayjs@1.11.13/esm/locale/vi.js +43 -0
  695. package/openmrs/frontend/dayjs@1.11.13/esm/locale/x-pseudo.js +39 -0
  696. package/openmrs/frontend/dayjs@1.11.13/esm/locale/yo.js +39 -0
  697. package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh-cn.js +67 -0
  698. package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh-hk.js +65 -0
  699. package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh-tw.js +65 -0
  700. package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh.js +67 -0
  701. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/advancedFormat/index.d.ts +4 -0
  702. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/advancedFormat/index.js +66 -0
  703. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/arraySupport/index.d.ts +10 -0
  704. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/arraySupport/index.js +33 -0
  705. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/badMutable/index.d.ts +4 -0
  706. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/badMutable/index.js +61 -0
  707. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/bigIntSupport/index.d.ts +11 -0
  708. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/bigIntSupport/index.js +32 -0
  709. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/buddhistEra/index.d.ts +4 -0
  710. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/buddhistEra/index.js +21 -0
  711. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/calendar/index.d.ts +10 -0
  712. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/calendar/index.js +32 -0
  713. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/customParseFormat/index.d.ts +8 -0
  714. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/customParseFormat/index.js +333 -0
  715. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/dayOfYear/index.d.ts +11 -0
  716. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/dayOfYear/index.js +9 -0
  717. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/devHelper/index.d.ts +4 -0
  718. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/devHelper/index.js +38 -0
  719. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/duration/index.d.ts +88 -0
  720. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/duration/index.js +356 -0
  721. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isBetween/index.d.ts +10 -0
  722. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isBetween/index.js +10 -0
  723. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isLeapYear/index.d.ts +10 -0
  724. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isLeapYear/index.js +7 -0
  725. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isMoment/index.d.ts +10 -0
  726. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isMoment/index.js +5 -0
  727. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrAfter/index.d.ts +10 -0
  728. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrAfter/index.js +5 -0
  729. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrBefore/index.d.ts +10 -0
  730. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrBefore/index.js +5 -0
  731. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isToday/index.d.ts +10 -0
  732. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isToday/index.js +9 -0
  733. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isTomorrow/index.d.ts +10 -0
  734. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isTomorrow/index.js +9 -0
  735. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isYesterday/index.d.ts +10 -0
  736. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isYesterday/index.js +9 -0
  737. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeek/index.d.ts +27 -0
  738. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeek/index.js +57 -0
  739. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeeksInYear/index.d.ts +10 -0
  740. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeeksInYear/index.js +15 -0
  741. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localeData/index.d.ts +44 -0
  742. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localeData/index.js +114 -0
  743. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localizedFormat/index.d.ts +4 -0
  744. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localizedFormat/index.js +20 -0
  745. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localizedFormat/utils.js +20 -0
  746. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/minMax/index.d.ts +22 -0
  747. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/minMax/index.js +39 -0
  748. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/negativeYear/index.d.ts +4 -0
  749. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/negativeYear/index.js +36 -0
  750. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/objectSupport/index.d.ts +48 -0
  751. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/objectSupport/index.js +97 -0
  752. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/pluralGetSet/index.d.ts +44 -0
  753. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/pluralGetSet/index.js +7 -0
  754. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/preParsePostFormat/index.d.ts +4 -0
  755. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/preParsePostFormat/index.js +40 -0
  756. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/quarterOfYear/index.d.ts +26 -0
  757. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/quarterOfYear/index.js +41 -0
  758. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/relativeTime/index.d.ts +24 -0
  759. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/relativeTime/index.js +130 -0
  760. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/timezone/index.d.ts +20 -0
  761. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/timezone/index.js +198 -0
  762. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toArray/index.d.ts +10 -0
  763. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toArray/index.js +7 -0
  764. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toObject/index.d.ts +20 -0
  765. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toObject/index.js +15 -0
  766. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/updateLocale/index.d.ts +8 -0
  767. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/updateLocale/index.js +12 -0
  768. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/utc/index.d.ts +19 -0
  769. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/utc/index.js +188 -0
  770. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekOfYear/index.d.ts +12 -0
  771. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekOfYear/index.js +44 -0
  772. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekYear/index.d.ts +10 -0
  773. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekYear/index.js +19 -0
  774. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekday/index.d.ts +12 -0
  775. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekday/index.js +15 -0
  776. package/openmrs/frontend/dayjs@1.11.13/esm/utils.js +58 -0
  777. package/openmrs/frontend/dayjs@1.11.13/index.d.ts +429 -0
  778. package/openmrs/frontend/dayjs@1.11.13/locale/af.js +1 -0
  779. package/openmrs/frontend/dayjs@1.11.13/locale/am.js +1 -0
  780. package/openmrs/frontend/dayjs@1.11.13/locale/ar-dz.js +1 -0
  781. package/openmrs/frontend/dayjs@1.11.13/locale/ar-iq.js +1 -0
  782. package/openmrs/frontend/dayjs@1.11.13/locale/ar-kw.js +1 -0
  783. package/openmrs/frontend/dayjs@1.11.13/locale/ar-ly.js +1 -0
  784. package/openmrs/frontend/dayjs@1.11.13/locale/ar-ma.js +1 -0
  785. package/openmrs/frontend/dayjs@1.11.13/locale/ar-sa.js +1 -0
  786. package/openmrs/frontend/dayjs@1.11.13/locale/ar-tn.js +1 -0
  787. package/openmrs/frontend/dayjs@1.11.13/locale/ar.js +1 -0
  788. package/openmrs/frontend/dayjs@1.11.13/locale/az.js +1 -0
  789. package/openmrs/frontend/dayjs@1.11.13/locale/be.js +1 -0
  790. package/openmrs/frontend/dayjs@1.11.13/locale/bg.js +1 -0
  791. package/openmrs/frontend/dayjs@1.11.13/locale/bi.js +1 -0
  792. package/openmrs/frontend/dayjs@1.11.13/locale/bm.js +1 -0
  793. package/openmrs/frontend/dayjs@1.11.13/locale/bn-bd.js +1 -0
  794. package/openmrs/frontend/dayjs@1.11.13/locale/bn.js +1 -0
  795. package/openmrs/frontend/dayjs@1.11.13/locale/bo.js +1 -0
  796. package/openmrs/frontend/dayjs@1.11.13/locale/br.js +1 -0
  797. package/openmrs/frontend/dayjs@1.11.13/locale/bs.js +1 -0
  798. package/openmrs/frontend/dayjs@1.11.13/locale/ca.js +1 -0
  799. package/openmrs/frontend/dayjs@1.11.13/locale/cs.js +1 -0
  800. package/openmrs/frontend/dayjs@1.11.13/locale/cv.js +1 -0
  801. package/openmrs/frontend/dayjs@1.11.13/locale/cy.js +1 -0
  802. package/openmrs/frontend/dayjs@1.11.13/locale/da.js +1 -0
  803. package/openmrs/frontend/dayjs@1.11.13/locale/de-at.js +1 -0
  804. package/openmrs/frontend/dayjs@1.11.13/locale/de-ch.js +1 -0
  805. package/openmrs/frontend/dayjs@1.11.13/locale/de.js +1 -0
  806. package/openmrs/frontend/dayjs@1.11.13/locale/dv.js +1 -0
  807. package/openmrs/frontend/dayjs@1.11.13/locale/el.js +1 -0
  808. package/openmrs/frontend/dayjs@1.11.13/locale/en-au.js +1 -0
  809. package/openmrs/frontend/dayjs@1.11.13/locale/en-ca.js +1 -0
  810. package/openmrs/frontend/dayjs@1.11.13/locale/en-gb.js +1 -0
  811. package/openmrs/frontend/dayjs@1.11.13/locale/en-ie.js +1 -0
  812. package/openmrs/frontend/dayjs@1.11.13/locale/en-il.js +1 -0
  813. package/openmrs/frontend/dayjs@1.11.13/locale/en-in.js +1 -0
  814. package/openmrs/frontend/dayjs@1.11.13/locale/en-nz.js +1 -0
  815. package/openmrs/frontend/dayjs@1.11.13/locale/en-sg.js +1 -0
  816. package/openmrs/frontend/dayjs@1.11.13/locale/en-tt.js +1 -0
  817. package/openmrs/frontend/dayjs@1.11.13/locale/en.js +1 -0
  818. package/openmrs/frontend/dayjs@1.11.13/locale/eo.js +1 -0
  819. package/openmrs/frontend/dayjs@1.11.13/locale/es-do.js +1 -0
  820. package/openmrs/frontend/dayjs@1.11.13/locale/es-mx.js +1 -0
  821. package/openmrs/frontend/dayjs@1.11.13/locale/es-pr.js +1 -0
  822. package/openmrs/frontend/dayjs@1.11.13/locale/es-us.js +1 -0
  823. package/openmrs/frontend/dayjs@1.11.13/locale/es.js +1 -0
  824. package/openmrs/frontend/dayjs@1.11.13/locale/et.js +1 -0
  825. package/openmrs/frontend/dayjs@1.11.13/locale/eu.js +1 -0
  826. package/openmrs/frontend/dayjs@1.11.13/locale/fa.js +1 -0
  827. package/openmrs/frontend/dayjs@1.11.13/locale/fi.js +1 -0
  828. package/openmrs/frontend/dayjs@1.11.13/locale/fo.js +1 -0
  829. package/openmrs/frontend/dayjs@1.11.13/locale/fr-ca.js +1 -0
  830. package/openmrs/frontend/dayjs@1.11.13/locale/fr-ch.js +1 -0
  831. package/openmrs/frontend/dayjs@1.11.13/locale/fr.js +1 -0
  832. package/openmrs/frontend/dayjs@1.11.13/locale/fy.js +1 -0
  833. package/openmrs/frontend/dayjs@1.11.13/locale/ga.js +1 -0
  834. package/openmrs/frontend/dayjs@1.11.13/locale/gd.js +1 -0
  835. package/openmrs/frontend/dayjs@1.11.13/locale/gl.js +1 -0
  836. package/openmrs/frontend/dayjs@1.11.13/locale/gom-latn.js +1 -0
  837. package/openmrs/frontend/dayjs@1.11.13/locale/gu.js +1 -0
  838. package/openmrs/frontend/dayjs@1.11.13/locale/he.js +1 -0
  839. package/openmrs/frontend/dayjs@1.11.13/locale/hi.js +1 -0
  840. package/openmrs/frontend/dayjs@1.11.13/locale/hr.js +1 -0
  841. package/openmrs/frontend/dayjs@1.11.13/locale/ht.js +1 -0
  842. package/openmrs/frontend/dayjs@1.11.13/locale/hu.js +1 -0
  843. package/openmrs/frontend/dayjs@1.11.13/locale/hy-am.js +1 -0
  844. package/openmrs/frontend/dayjs@1.11.13/locale/id.js +1 -0
  845. package/openmrs/frontend/dayjs@1.11.13/locale/index.d.ts +11 -0
  846. package/openmrs/frontend/dayjs@1.11.13/locale/is.js +1 -0
  847. package/openmrs/frontend/dayjs@1.11.13/locale/it-ch.js +1 -0
  848. package/openmrs/frontend/dayjs@1.11.13/locale/it.js +1 -0
  849. package/openmrs/frontend/dayjs@1.11.13/locale/ja.js +1 -0
  850. package/openmrs/frontend/dayjs@1.11.13/locale/jv.js +1 -0
  851. package/openmrs/frontend/dayjs@1.11.13/locale/ka.js +1 -0
  852. package/openmrs/frontend/dayjs@1.11.13/locale/kk.js +1 -0
  853. package/openmrs/frontend/dayjs@1.11.13/locale/km.js +1 -0
  854. package/openmrs/frontend/dayjs@1.11.13/locale/kn.js +1 -0
  855. package/openmrs/frontend/dayjs@1.11.13/locale/ko.js +1 -0
  856. package/openmrs/frontend/dayjs@1.11.13/locale/ku.js +1 -0
  857. package/openmrs/frontend/dayjs@1.11.13/locale/ky.js +1 -0
  858. package/openmrs/frontend/dayjs@1.11.13/locale/lb.js +1 -0
  859. package/openmrs/frontend/dayjs@1.11.13/locale/lo.js +1 -0
  860. package/openmrs/frontend/dayjs@1.11.13/locale/lt.js +1 -0
  861. package/openmrs/frontend/dayjs@1.11.13/locale/lv.js +1 -0
  862. package/openmrs/frontend/dayjs@1.11.13/locale/me.js +1 -0
  863. package/openmrs/frontend/dayjs@1.11.13/locale/mi.js +1 -0
  864. package/openmrs/frontend/dayjs@1.11.13/locale/mk.js +1 -0
  865. package/openmrs/frontend/dayjs@1.11.13/locale/ml.js +1 -0
  866. package/openmrs/frontend/dayjs@1.11.13/locale/mn.js +1 -0
  867. package/openmrs/frontend/dayjs@1.11.13/locale/mr.js +1 -0
  868. package/openmrs/frontend/dayjs@1.11.13/locale/ms-my.js +1 -0
  869. package/openmrs/frontend/dayjs@1.11.13/locale/ms.js +1 -0
  870. package/openmrs/frontend/dayjs@1.11.13/locale/mt.js +1 -0
  871. package/openmrs/frontend/dayjs@1.11.13/locale/my.js +1 -0
  872. package/openmrs/frontend/dayjs@1.11.13/locale/nb.js +1 -0
  873. package/openmrs/frontend/dayjs@1.11.13/locale/ne.js +1 -0
  874. package/openmrs/frontend/dayjs@1.11.13/locale/nl-be.js +1 -0
  875. package/openmrs/frontend/dayjs@1.11.13/locale/nl.js +1 -0
  876. package/openmrs/frontend/dayjs@1.11.13/locale/nn.js +1 -0
  877. package/openmrs/frontend/dayjs@1.11.13/locale/oc-lnc.js +1 -0
  878. package/openmrs/frontend/dayjs@1.11.13/locale/pa-in.js +1 -0
  879. package/openmrs/frontend/dayjs@1.11.13/locale/pl.js +1 -0
  880. package/openmrs/frontend/dayjs@1.11.13/locale/pt-br.js +1 -0
  881. package/openmrs/frontend/dayjs@1.11.13/locale/pt.js +1 -0
  882. package/openmrs/frontend/dayjs@1.11.13/locale/rn.js +1 -0
  883. package/openmrs/frontend/dayjs@1.11.13/locale/ro.js +1 -0
  884. package/openmrs/frontend/dayjs@1.11.13/locale/ru.js +1 -0
  885. package/openmrs/frontend/dayjs@1.11.13/locale/rw.js +1 -0
  886. package/openmrs/frontend/dayjs@1.11.13/locale/sd.js +1 -0
  887. package/openmrs/frontend/dayjs@1.11.13/locale/se.js +1 -0
  888. package/openmrs/frontend/dayjs@1.11.13/locale/si.js +1 -0
  889. package/openmrs/frontend/dayjs@1.11.13/locale/sk.js +1 -0
  890. package/openmrs/frontend/dayjs@1.11.13/locale/sl.js +1 -0
  891. package/openmrs/frontend/dayjs@1.11.13/locale/sq.js +1 -0
  892. package/openmrs/frontend/dayjs@1.11.13/locale/sr-cyrl.js +1 -0
  893. package/openmrs/frontend/dayjs@1.11.13/locale/sr.js +1 -0
  894. package/openmrs/frontend/dayjs@1.11.13/locale/ss.js +1 -0
  895. package/openmrs/frontend/dayjs@1.11.13/locale/sv-fi.js +1 -0
  896. package/openmrs/frontend/dayjs@1.11.13/locale/sv.js +1 -0
  897. package/openmrs/frontend/dayjs@1.11.13/locale/sw.js +1 -0
  898. package/openmrs/frontend/dayjs@1.11.13/locale/ta.js +1 -0
  899. package/openmrs/frontend/dayjs@1.11.13/locale/te.js +1 -0
  900. package/openmrs/frontend/dayjs@1.11.13/locale/tet.js +1 -0
  901. package/openmrs/frontend/dayjs@1.11.13/locale/tg.js +1 -0
  902. package/openmrs/frontend/dayjs@1.11.13/locale/th.js +1 -0
  903. package/openmrs/frontend/dayjs@1.11.13/locale/tk.js +1 -0
  904. package/openmrs/frontend/dayjs@1.11.13/locale/tl-ph.js +1 -0
  905. package/openmrs/frontend/dayjs@1.11.13/locale/tlh.js +1 -0
  906. package/openmrs/frontend/dayjs@1.11.13/locale/tr.js +1 -0
  907. package/openmrs/frontend/dayjs@1.11.13/locale/types.d.ts +33 -0
  908. package/openmrs/frontend/dayjs@1.11.13/locale/tzl.js +1 -0
  909. package/openmrs/frontend/dayjs@1.11.13/locale/tzm-latn.js +1 -0
  910. package/openmrs/frontend/dayjs@1.11.13/locale/tzm.js +1 -0
  911. package/openmrs/frontend/dayjs@1.11.13/locale/ug-cn.js +1 -0
  912. package/openmrs/frontend/dayjs@1.11.13/locale/uk.js +1 -0
  913. package/openmrs/frontend/dayjs@1.11.13/locale/ur.js +1 -0
  914. package/openmrs/frontend/dayjs@1.11.13/locale/uz-latn.js +1 -0
  915. package/openmrs/frontend/dayjs@1.11.13/locale/uz.js +1 -0
  916. package/openmrs/frontend/dayjs@1.11.13/locale/vi.js +1 -0
  917. package/openmrs/frontend/dayjs@1.11.13/locale/x-pseudo.js +1 -0
  918. package/openmrs/frontend/dayjs@1.11.13/locale/yo.js +1 -0
  919. package/openmrs/frontend/dayjs@1.11.13/locale/zh-cn.js +1 -0
  920. package/openmrs/frontend/dayjs@1.11.13/locale/zh-hk.js +1 -0
  921. package/openmrs/frontend/dayjs@1.11.13/locale/zh-tw.js +1 -0
  922. package/openmrs/frontend/dayjs@1.11.13/locale/zh.js +1 -0
  923. package/openmrs/frontend/dayjs@1.11.13/locale.json +1 -0
  924. package/openmrs/frontend/dayjs@1.11.13/package.json +84 -0
  925. package/openmrs/frontend/dayjs@1.11.13/plugin/advancedFormat.d.ts +4 -0
  926. package/openmrs/frontend/dayjs@1.11.13/plugin/advancedFormat.js +1 -0
  927. package/openmrs/frontend/dayjs@1.11.13/plugin/arraySupport.d.ts +10 -0
  928. package/openmrs/frontend/dayjs@1.11.13/plugin/arraySupport.js +1 -0
  929. package/openmrs/frontend/dayjs@1.11.13/plugin/badMutable.d.ts +4 -0
  930. package/openmrs/frontend/dayjs@1.11.13/plugin/badMutable.js +1 -0
  931. package/openmrs/frontend/dayjs@1.11.13/plugin/bigIntSupport.d.ts +11 -0
  932. package/openmrs/frontend/dayjs@1.11.13/plugin/bigIntSupport.js +1 -0
  933. package/openmrs/frontend/dayjs@1.11.13/plugin/buddhistEra.d.ts +4 -0
  934. package/openmrs/frontend/dayjs@1.11.13/plugin/buddhistEra.js +1 -0
  935. package/openmrs/frontend/dayjs@1.11.13/plugin/calendar.d.ts +10 -0
  936. package/openmrs/frontend/dayjs@1.11.13/plugin/calendar.js +1 -0
  937. package/openmrs/frontend/dayjs@1.11.13/plugin/customParseFormat.d.ts +8 -0
  938. package/openmrs/frontend/dayjs@1.11.13/plugin/customParseFormat.js +1 -0
  939. package/openmrs/frontend/dayjs@1.11.13/plugin/dayOfYear.d.ts +11 -0
  940. package/openmrs/frontend/dayjs@1.11.13/plugin/dayOfYear.js +1 -0
  941. package/openmrs/frontend/dayjs@1.11.13/plugin/devHelper.d.ts +4 -0
  942. package/openmrs/frontend/dayjs@1.11.13/plugin/devHelper.js +1 -0
  943. package/openmrs/frontend/dayjs@1.11.13/plugin/duration.d.ts +88 -0
  944. package/openmrs/frontend/dayjs@1.11.13/plugin/duration.js +1 -0
  945. package/openmrs/frontend/dayjs@1.11.13/plugin/isBetween.d.ts +10 -0
  946. package/openmrs/frontend/dayjs@1.11.13/plugin/isBetween.js +1 -0
  947. package/openmrs/frontend/dayjs@1.11.13/plugin/isLeapYear.d.ts +10 -0
  948. package/openmrs/frontend/dayjs@1.11.13/plugin/isLeapYear.js +1 -0
  949. package/openmrs/frontend/dayjs@1.11.13/plugin/isMoment.d.ts +10 -0
  950. package/openmrs/frontend/dayjs@1.11.13/plugin/isMoment.js +1 -0
  951. package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrAfter.d.ts +10 -0
  952. package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrAfter.js +1 -0
  953. package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrBefore.d.ts +10 -0
  954. package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrBefore.js +1 -0
  955. package/openmrs/frontend/dayjs@1.11.13/plugin/isToday.d.ts +10 -0
  956. package/openmrs/frontend/dayjs@1.11.13/plugin/isToday.js +1 -0
  957. package/openmrs/frontend/dayjs@1.11.13/plugin/isTomorrow.d.ts +10 -0
  958. package/openmrs/frontend/dayjs@1.11.13/plugin/isTomorrow.js +1 -0
  959. package/openmrs/frontend/dayjs@1.11.13/plugin/isYesterday.d.ts +10 -0
  960. package/openmrs/frontend/dayjs@1.11.13/plugin/isYesterday.js +1 -0
  961. package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeek.d.ts +27 -0
  962. package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeek.js +1 -0
  963. package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeeksInYear.d.ts +10 -0
  964. package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeeksInYear.js +1 -0
  965. package/openmrs/frontend/dayjs@1.11.13/plugin/localeData.d.ts +44 -0
  966. package/openmrs/frontend/dayjs@1.11.13/plugin/localeData.js +1 -0
  967. package/openmrs/frontend/dayjs@1.11.13/plugin/localizedFormat.d.ts +4 -0
  968. package/openmrs/frontend/dayjs@1.11.13/plugin/localizedFormat.js +1 -0
  969. package/openmrs/frontend/dayjs@1.11.13/plugin/minMax.d.ts +22 -0
  970. package/openmrs/frontend/dayjs@1.11.13/plugin/minMax.js +1 -0
  971. package/openmrs/frontend/dayjs@1.11.13/plugin/negativeYear.d.ts +4 -0
  972. package/openmrs/frontend/dayjs@1.11.13/plugin/negativeYear.js +1 -0
  973. package/openmrs/frontend/dayjs@1.11.13/plugin/objectSupport.d.ts +48 -0
  974. package/openmrs/frontend/dayjs@1.11.13/plugin/objectSupport.js +1 -0
  975. package/openmrs/frontend/dayjs@1.11.13/plugin/pluralGetSet.d.ts +44 -0
  976. package/openmrs/frontend/dayjs@1.11.13/plugin/pluralGetSet.js +1 -0
  977. package/openmrs/frontend/dayjs@1.11.13/plugin/preParsePostFormat.d.ts +4 -0
  978. package/openmrs/frontend/dayjs@1.11.13/plugin/preParsePostFormat.js +1 -0
  979. package/openmrs/frontend/dayjs@1.11.13/plugin/quarterOfYear.d.ts +26 -0
  980. package/openmrs/frontend/dayjs@1.11.13/plugin/quarterOfYear.js +1 -0
  981. package/openmrs/frontend/dayjs@1.11.13/plugin/relativeTime.d.ts +24 -0
  982. package/openmrs/frontend/dayjs@1.11.13/plugin/relativeTime.js +1 -0
  983. package/openmrs/frontend/dayjs@1.11.13/plugin/timezone.d.ts +20 -0
  984. package/openmrs/frontend/dayjs@1.11.13/plugin/timezone.js +1 -0
  985. package/openmrs/frontend/dayjs@1.11.13/plugin/toArray.d.ts +10 -0
  986. package/openmrs/frontend/dayjs@1.11.13/plugin/toArray.js +1 -0
  987. package/openmrs/frontend/dayjs@1.11.13/plugin/toObject.d.ts +20 -0
  988. package/openmrs/frontend/dayjs@1.11.13/plugin/toObject.js +1 -0
  989. package/openmrs/frontend/dayjs@1.11.13/plugin/updateLocale.d.ts +8 -0
  990. package/openmrs/frontend/dayjs@1.11.13/plugin/updateLocale.js +1 -0
  991. package/openmrs/frontend/dayjs@1.11.13/plugin/utc.d.ts +19 -0
  992. package/openmrs/frontend/dayjs@1.11.13/plugin/utc.js +1 -0
  993. package/openmrs/frontend/dayjs@1.11.13/plugin/weekOfYear.d.ts +12 -0
  994. package/openmrs/frontend/dayjs@1.11.13/plugin/weekOfYear.js +1 -0
  995. package/openmrs/frontend/dayjs@1.11.13/plugin/weekYear.d.ts +10 -0
  996. package/openmrs/frontend/dayjs@1.11.13/plugin/weekYear.js +1 -0
  997. package/openmrs/frontend/dayjs@1.11.13/plugin/weekday.d.ts +12 -0
  998. package/openmrs/frontend/dayjs@1.11.13/plugin/weekday.js +1 -0
  999. package/openmrs/frontend/dom-helpers@3.4.0/LICENSE +21 -0
  1000. package/openmrs/frontend/dom-helpers@3.4.0/README.md +91 -0
  1001. package/openmrs/frontend/dom-helpers@3.4.0/activeElement.js +22 -0
  1002. package/openmrs/frontend/dom-helpers@3.4.0/class/addClass.js +14 -0
  1003. package/openmrs/frontend/dom-helpers@3.4.0/class/hasClass.js +10 -0
  1004. package/openmrs/frontend/dom-helpers@3.4.0/class/index.js +24 -0
  1005. package/openmrs/frontend/dom-helpers@3.4.0/class/removeClass.js +9 -0
  1006. package/openmrs/frontend/dom-helpers@3.4.0/events/filter.js +23 -0
  1007. package/openmrs/frontend/dom-helpers@3.4.0/events/index.js +29 -0
  1008. package/openmrs/frontend/dom-helpers@3.4.0/events/listen.js +27 -0
  1009. package/openmrs/frontend/dom-helpers@3.4.0/events/off.js +24 -0
  1010. package/openmrs/frontend/dom-helpers@3.4.0/events/on.js +29 -0
  1011. package/openmrs/frontend/dom-helpers@3.4.0/index.js +63 -0
  1012. package/openmrs/frontend/dom-helpers@3.4.0/ownerDocument.js +10 -0
  1013. package/openmrs/frontend/dom-helpers@3.4.0/ownerWindow.js +15 -0
  1014. package/openmrs/frontend/dom-helpers@3.4.0/package.json +34 -0
  1015. package/openmrs/frontend/dom-helpers@3.4.0/query/closest.js +22 -0
  1016. package/openmrs/frontend/dom-helpers@3.4.0/query/contains.js +33 -0
  1017. package/openmrs/frontend/dom-helpers@3.4.0/query/height.js +17 -0
  1018. package/openmrs/frontend/dom-helpers@3.4.0/query/index.js +64 -0
  1019. package/openmrs/frontend/dom-helpers@3.4.0/query/isWindow.js +10 -0
  1020. package/openmrs/frontend/dom-helpers@3.4.0/query/matches.js +37 -0
  1021. package/openmrs/frontend/dom-helpers@3.4.0/query/offset.js +38 -0
  1022. package/openmrs/frontend/dom-helpers@3.4.0/query/offsetParent.js +27 -0
  1023. package/openmrs/frontend/dom-helpers@3.4.0/query/position.js +49 -0
  1024. package/openmrs/frontend/dom-helpers@3.4.0/query/querySelectorAll.js +31 -0
  1025. package/openmrs/frontend/dom-helpers@3.4.0/query/scrollLeft.js +16 -0
  1026. package/openmrs/frontend/dom-helpers@3.4.0/query/scrollParent.js +28 -0
  1027. package/openmrs/frontend/dom-helpers@3.4.0/query/scrollTop.js +16 -0
  1028. package/openmrs/frontend/dom-helpers@3.4.0/query/width.js +17 -0
  1029. package/openmrs/frontend/dom-helpers@3.4.0/style/getComputedStyle.js +44 -0
  1030. package/openmrs/frontend/dom-helpers@3.4.0/style/index.js +52 -0
  1031. package/openmrs/frontend/dom-helpers@3.4.0/style/removeStyle.js +10 -0
  1032. package/openmrs/frontend/dom-helpers@3.4.0/transition/animate.js +111 -0
  1033. package/openmrs/frontend/dom-helpers@3.4.0/transition/end.js +45 -0
  1034. package/openmrs/frontend/dom-helpers@3.4.0/transition/index.js +19 -0
  1035. package/openmrs/frontend/dom-helpers@3.4.0/transition/isTransform.js +11 -0
  1036. package/openmrs/frontend/dom-helpers@3.4.0/transition/properties.js +92 -0
  1037. package/openmrs/frontend/dom-helpers@3.4.0/util/camelize.js +13 -0
  1038. package/openmrs/frontend/dom-helpers@3.4.0/util/camelizeStyle.js +21 -0
  1039. package/openmrs/frontend/dom-helpers@3.4.0/util/hyphenate.js +11 -0
  1040. package/openmrs/frontend/dom-helpers@3.4.0/util/hyphenateStyle.js +21 -0
  1041. package/openmrs/frontend/dom-helpers@3.4.0/util/inDOM.js +9 -0
  1042. package/openmrs/frontend/dom-helpers@3.4.0/util/requestAnimationFrame.js +54 -0
  1043. package/openmrs/frontend/dom-helpers@3.4.0/util/scrollTo.js +53 -0
  1044. package/openmrs/frontend/dom-helpers@3.4.0/util/scrollbarSize.js +30 -0
  1045. package/openmrs/frontend/exenv@1.2.2/LICENSE +31 -0
  1046. package/openmrs/frontend/exenv@1.2.2/README.md +35 -0
  1047. package/openmrs/frontend/exenv@1.2.2/index.js +40 -0
  1048. package/openmrs/frontend/exenv@1.2.2/package.json +28 -0
  1049. package/openmrs/frontend/headerConfig.json +4 -0
  1050. package/openmrs/frontend/highlight.js@9.18.5/LICENSE +29 -0
  1051. package/openmrs/frontend/highlight.js@9.18.5/README.md +426 -0
  1052. package/openmrs/frontend/highlight.js@9.18.5/deprecated.js +26 -0
  1053. package/openmrs/frontend/highlight.js@9.18.5/docs/api.rst +151 -0
  1054. package/openmrs/frontend/highlight.js@9.18.5/docs/building-testing.rst +88 -0
  1055. package/openmrs/frontend/highlight.js@9.18.5/docs/css-classes-reference.rst +140 -0
  1056. package/openmrs/frontend/highlight.js@9.18.5/docs/index.rst +44 -0
  1057. package/openmrs/frontend/highlight.js@9.18.5/docs/language-contribution.rst +77 -0
  1058. package/openmrs/frontend/highlight.js@9.18.5/docs/language-guide.rst +284 -0
  1059. package/openmrs/frontend/highlight.js@9.18.5/docs/language-requests.rst +17 -0
  1060. package/openmrs/frontend/highlight.js@9.18.5/docs/line-numbers.rst +39 -0
  1061. package/openmrs/frontend/highlight.js@9.18.5/docs/maintainers-guide.rst +43 -0
  1062. package/openmrs/frontend/highlight.js@9.18.5/docs/reference.rst +361 -0
  1063. package/openmrs/frontend/highlight.js@9.18.5/docs/style-guide.rst +106 -0
  1064. package/openmrs/frontend/highlight.js@9.18.5/lib/highlight.js +1188 -0
  1065. package/openmrs/frontend/highlight.js@9.18.5/lib/index.js +189 -0
  1066. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/1c.js +509 -0
  1067. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/abnf.js +67 -0
  1068. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/accesslog.js +64 -0
  1069. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/actionscript.js +73 -0
  1070. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ada.js +172 -0
  1071. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/angelscript.js +106 -0
  1072. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/apache.js +45 -0
  1073. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/applescript.js +85 -0
  1074. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/arcade.js +137 -0
  1075. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/arduino.js +98 -0
  1076. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/armasm.js +91 -0
  1077. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/asciidoc.js +187 -0
  1078. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/aspectj.js +144 -0
  1079. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/autohotkey.js +57 -0
  1080. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/autoit.js +135 -0
  1081. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/avrasm.js +61 -0
  1082. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/awk.js +52 -0
  1083. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/axapta.js +30 -0
  1084. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/bash.js +80 -0
  1085. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/basic.js +50 -0
  1086. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/bnf.js +28 -0
  1087. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/brainfuck.js +36 -0
  1088. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cal.js +79 -0
  1089. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/capnproto.js +48 -0
  1090. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ceylon.js +66 -0
  1091. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/clean.js +26 -0
  1092. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/clojure-repl.js +14 -0
  1093. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/clojure.js +95 -0
  1094. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cmake.js +52 -0
  1095. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/coffeescript.js +145 -0
  1096. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/coq.js +66 -0
  1097. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cos.js +123 -0
  1098. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cpp.js +218 -0
  1099. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/crmsh.js +93 -0
  1100. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/crystal.js +187 -0
  1101. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cs.js +184 -0
  1102. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/csp.js +21 -0
  1103. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/css.js +125 -0
  1104. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/d.js +257 -0
  1105. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dart.js +122 -0
  1106. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/delphi.js +68 -0
  1107. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/diff.js +39 -0
  1108. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/django.js +63 -0
  1109. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dns.js +28 -0
  1110. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dockerfile.js +21 -0
  1111. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dos.js +51 -0
  1112. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dsconfig.js +46 -0
  1113. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dts.js +123 -0
  1114. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dust.js +31 -0
  1115. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ebnf.js +39 -0
  1116. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/elixir.js +163 -0
  1117. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/elm.js +89 -0
  1118. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/erb.js +14 -0
  1119. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/erlang-repl.js +45 -0
  1120. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/erlang.js +145 -0
  1121. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/excel.js +47 -0
  1122. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/fix.js +28 -0
  1123. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/flix.js +44 -0
  1124. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/fortran.js +70 -0
  1125. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/fsharp.js +58 -0
  1126. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gams.js +153 -0
  1127. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gauss.js +290 -0
  1128. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gcode.js +66 -0
  1129. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gherkin.js +36 -0
  1130. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/glsl.js +116 -0
  1131. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gml.js +872 -0
  1132. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/go.js +53 -0
  1133. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/golo.js +22 -0
  1134. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gradle.js +34 -0
  1135. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/groovy.js +93 -0
  1136. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/haml.js +106 -0
  1137. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/handlebars.js +74 -0
  1138. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/haskell.js +121 -0
  1139. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/haxe.js +111 -0
  1140. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/hsp.js +45 -0
  1141. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/htmlbars.js +70 -0
  1142. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/http.js +40 -0
  1143. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/hy.js +101 -0
  1144. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/inform7.js +56 -0
  1145. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ini.js +76 -0
  1146. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/irpf90.js +75 -0
  1147. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/isbl.js +3172 -0
  1148. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/java.js +107 -0
  1149. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/javascript.js +241 -0
  1150. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/jboss-cli.js +46 -0
  1151. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/json.js +43 -0
  1152. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/julia-repl.js +23 -0
  1153. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/julia.js +161 -0
  1154. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/kotlin.js +216 -0
  1155. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lasso.js +162 -0
  1156. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ldif.js +22 -0
  1157. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/leaf.js +39 -0
  1158. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/less.js +139 -0
  1159. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lisp.js +102 -0
  1160. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/livecodeserver.js +160 -0
  1161. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/livescript.js +153 -0
  1162. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/llvm.js +88 -0
  1163. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lsl.js +83 -0
  1164. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lua.js +65 -0
  1165. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/makefile.js +72 -0
  1166. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/markdown.js +107 -0
  1167. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mathematica.js +48 -0
  1168. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/matlab.js +95 -0
  1169. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/maxima.js +405 -0
  1170. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mel.js +224 -0
  1171. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mercury.js +83 -0
  1172. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mipsasm.js +86 -0
  1173. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mizar.js +18 -0
  1174. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mojolicious.js +24 -0
  1175. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/monkey.js +74 -0
  1176. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/moonscript.js +111 -0
  1177. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/n1ql.js +68 -0
  1178. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nginx.js +92 -0
  1179. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nimrod.js +54 -0
  1180. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nix.js +48 -0
  1181. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nsis.js +105 -0
  1182. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/objectivec.js +95 -0
  1183. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ocaml.js +70 -0
  1184. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/openscad.js +56 -0
  1185. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/oxygene.js +69 -0
  1186. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/parser3.js +47 -0
  1187. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/perl.js +156 -0
  1188. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/pf.js +51 -0
  1189. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/pgsql.js +487 -0
  1190. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/php.js +126 -0
  1191. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/plaintext.js +5 -0
  1192. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/pony.js +74 -0
  1193. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/powershell.js +242 -0
  1194. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/processing.js +47 -0
  1195. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/profile.js +29 -0
  1196. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/prolog.js +87 -0
  1197. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/properties.js +69 -0
  1198. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/protobuf.js +35 -0
  1199. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/puppet.js +114 -0
  1200. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/purebasic.js +84 -0
  1201. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/python.js +123 -0
  1202. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/q.js +22 -0
  1203. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/qml.js +168 -0
  1204. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/r.js +69 -0
  1205. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/reasonml.js +299 -0
  1206. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/rib.js +26 -0
  1207. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/roboconf.js +66 -0
  1208. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/routeros.js +158 -0
  1209. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/rsl.js +35 -0
  1210. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ruby.js +184 -0
  1211. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ruleslanguage.js +60 -0
  1212. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/rust.js +107 -0
  1213. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sas.js +125 -0
  1214. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scala.js +114 -0
  1215. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scheme.js +143 -0
  1216. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scilab.js +53 -0
  1217. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scss.js +114 -0
  1218. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/shell.js +14 -0
  1219. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/smali.js +55 -0
  1220. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/smalltalk.js +49 -0
  1221. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sml.js +65 -0
  1222. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sqf.js +426 -0
  1223. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sql.js +160 -0
  1224. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/stan.js +219 -0
  1225. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/stata.js +41 -0
  1226. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/step21.js +46 -0
  1227. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/stylus.js +444 -0
  1228. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/subunit.js +33 -0
  1229. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/swift.js +130 -0
  1230. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/taggerscript.js +43 -0
  1231. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tap.js +35 -0
  1232. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tcl.js +59 -0
  1233. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tex.js +61 -0
  1234. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/thrift.js +34 -0
  1235. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tp.js +83 -0
  1236. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/twig.js +65 -0
  1237. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/typescript.js +205 -0
  1238. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vala.js +49 -0
  1239. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vbnet.js +55 -0
  1240. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vbscript-html.js +11 -0
  1241. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vbscript.js +38 -0
  1242. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/verilog.js +98 -0
  1243. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vhdl.js +60 -0
  1244. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vim.js +109 -0
  1245. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/x86asm.js +135 -0
  1246. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/xl.js +72 -0
  1247. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/xml.js +145 -0
  1248. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/xquery.js +169 -0
  1249. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/yaml.js +99 -0
  1250. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/zephir.js +106 -0
  1251. package/openmrs/frontend/highlight.js@9.18.5/package.json +1150 -0
  1252. package/openmrs/frontend/highlight.js@9.18.5/scss/a11y-dark.scss +99 -0
  1253. package/openmrs/frontend/highlight.js@9.18.5/scss/a11y-light.scss +99 -0
  1254. package/openmrs/frontend/highlight.js@9.18.5/scss/agate.scss +108 -0
  1255. package/openmrs/frontend/highlight.js@9.18.5/scss/an-old-hope.scss +89 -0
  1256. package/openmrs/frontend/highlight.js@9.18.5/scss/androidstudio.scss +66 -0
  1257. package/openmrs/frontend/highlight.js@9.18.5/scss/arduino-light.scss +87 -0
  1258. package/openmrs/frontend/highlight.js@9.18.5/scss/arta.scss +73 -0
  1259. package/openmrs/frontend/highlight.js@9.18.5/scss/ascetic.scss +45 -0
  1260. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-cave-dark.scss +83 -0
  1261. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-cave-light.scss +85 -0
  1262. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-dune-dark.scss +69 -0
  1263. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-dune-light.scss +69 -0
  1264. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-estuary-dark.scss +84 -0
  1265. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-estuary-light.scss +84 -0
  1266. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-forest-dark.scss +69 -0
  1267. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-forest-light.scss +69 -0
  1268. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-heath-dark.scss +69 -0
  1269. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-heath-light.scss +69 -0
  1270. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-lakeside-dark.scss +69 -0
  1271. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-lakeside-light.scss +69 -0
  1272. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-plateau-dark.scss +84 -0
  1273. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-plateau-light.scss +84 -0
  1274. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-savanna-dark.scss +84 -0
  1275. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-savanna-light.scss +84 -0
  1276. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-seaside-dark.scss +69 -0
  1277. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-seaside-light.scss +69 -0
  1278. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-sulphurpool-dark.scss +69 -0
  1279. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-sulphurpool-light.scss +69 -0
  1280. package/openmrs/frontend/highlight.js@9.18.5/scss/atom-one-dark-reasonable.scss +75 -0
  1281. package/openmrs/frontend/highlight.js@9.18.5/scss/atom-one-dark.scss +96 -0
  1282. package/openmrs/frontend/highlight.js@9.18.5/scss/atom-one-light.scss +96 -0
  1283. package/openmrs/frontend/highlight.js@9.18.5/scss/brown-paper.scss +64 -0
  1284. package/openmrs/frontend/highlight.js@9.18.5/scss/brown-papersq.png +0 -0
  1285. package/openmrs/frontend/highlight.js@9.18.5/scss/codepen-embed.scss +60 -0
  1286. package/openmrs/frontend/highlight.js@9.18.5/scss/color-brewer.scss +71 -0
  1287. package/openmrs/frontend/highlight.js@9.18.5/scss/darcula.scss +74 -0
  1288. package/openmrs/frontend/highlight.js@9.18.5/scss/dark.scss +63 -0
  1289. package/openmrs/frontend/highlight.js@9.18.5/scss/darkula.scss +6 -0
  1290. package/openmrs/frontend/highlight.js@9.18.5/scss/default.scss +99 -0
  1291. package/openmrs/frontend/highlight.js@9.18.5/scss/docco.scss +97 -0
  1292. package/openmrs/frontend/highlight.js@9.18.5/scss/dracula.scss +76 -0
  1293. package/openmrs/frontend/highlight.js@9.18.5/scss/far.scss +71 -0
  1294. package/openmrs/frontend/highlight.js@9.18.5/scss/foundation.scss +89 -0
  1295. package/openmrs/frontend/highlight.js@9.18.5/scss/github-gist.scss +79 -0
  1296. package/openmrs/frontend/highlight.js@9.18.5/scss/github.scss +99 -0
  1297. package/openmrs/frontend/highlight.js@9.18.5/scss/gml.scss +78 -0
  1298. package/openmrs/frontend/highlight.js@9.18.5/scss/googlecode.scss +89 -0
  1299. package/openmrs/frontend/highlight.js@9.18.5/scss/gradient-dark.scss +122 -0
  1300. package/openmrs/frontend/highlight.js@9.18.5/scss/grayscale.scss +101 -0
  1301. package/openmrs/frontend/highlight.js@9.18.5/scss/gruvbox-dark.scss +108 -0
  1302. package/openmrs/frontend/highlight.js@9.18.5/scss/gruvbox-light.scss +108 -0
  1303. package/openmrs/frontend/highlight.js@9.18.5/scss/hopscotch.scss +84 -0
  1304. package/openmrs/frontend/highlight.js@9.18.5/scss/hybrid.scss +102 -0
  1305. package/openmrs/frontend/highlight.js@9.18.5/scss/idea.scss +97 -0
  1306. package/openmrs/frontend/highlight.js@9.18.5/scss/ir-black.scss +73 -0
  1307. package/openmrs/frontend/highlight.js@9.18.5/scss/isbl-editor-dark.scss +112 -0
  1308. package/openmrs/frontend/highlight.js@9.18.5/scss/isbl-editor-light.scss +111 -0
  1309. package/openmrs/frontend/highlight.js@9.18.5/scss/kimbie.dark.scss +74 -0
  1310. package/openmrs/frontend/highlight.js@9.18.5/scss/kimbie.light.scss +74 -0
  1311. package/openmrs/frontend/highlight.js@9.18.5/scss/lightfair.scss +88 -0
  1312. package/openmrs/frontend/highlight.js@9.18.5/scss/magula.scss +70 -0
  1313. package/openmrs/frontend/highlight.js@9.18.5/scss/mono-blue.scss +56 -0
  1314. package/openmrs/frontend/highlight.js@9.18.5/scss/monokai-sublime.scss +83 -0
  1315. package/openmrs/frontend/highlight.js@9.18.5/scss/monokai.scss +71 -0
  1316. package/openmrs/frontend/highlight.js@9.18.5/scss/night-owl.scss +182 -0
  1317. package/openmrs/frontend/highlight.js@9.18.5/scss/nord.scss +309 -0
  1318. package/openmrs/frontend/highlight.js@9.18.5/scss/obsidian.scss +88 -0
  1319. package/openmrs/frontend/highlight.js@9.18.5/scss/ocean.scss +74 -0
  1320. package/openmrs/frontend/highlight.js@9.18.5/scss/paraiso-dark.scss +72 -0
  1321. package/openmrs/frontend/highlight.js@9.18.5/scss/paraiso-light.scss +72 -0
  1322. package/openmrs/frontend/highlight.js@9.18.5/scss/pojoaque.jpg +0 -0
  1323. package/openmrs/frontend/highlight.js@9.18.5/scss/pojoaque.scss +83 -0
  1324. package/openmrs/frontend/highlight.js@9.18.5/scss/purebasic.scss +96 -0
  1325. package/openmrs/frontend/highlight.js@9.18.5/scss/qtcreator_dark.scss +83 -0
  1326. package/openmrs/frontend/highlight.js@9.18.5/scss/qtcreator_light.scss +83 -0
  1327. package/openmrs/frontend/highlight.js@9.18.5/scss/railscasts.scss +106 -0
  1328. package/openmrs/frontend/highlight.js@9.18.5/scss/rainbow.scss +85 -0
  1329. package/openmrs/frontend/highlight.js@9.18.5/scss/routeros.scss +108 -0
  1330. package/openmrs/frontend/highlight.js@9.18.5/scss/school-book.png +0 -0
  1331. package/openmrs/frontend/highlight.js@9.18.5/scss/school-book.scss +69 -0
  1332. package/openmrs/frontend/highlight.js@9.18.5/scss/shades-of-purple.scss +96 -0
  1333. package/openmrs/frontend/highlight.js@9.18.5/scss/solarized-dark.scss +84 -0
  1334. package/openmrs/frontend/highlight.js@9.18.5/scss/solarized-light.scss +84 -0
  1335. package/openmrs/frontend/highlight.js@9.18.5/scss/sunburst.scss +102 -0
  1336. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night-blue.scss +75 -0
  1337. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night-bright.scss +74 -0
  1338. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night-eighties.scss +74 -0
  1339. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night.scss +75 -0
  1340. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow.scss +72 -0
  1341. package/openmrs/frontend/highlight.js@9.18.5/scss/vs.scss +68 -0
  1342. package/openmrs/frontend/highlight.js@9.18.5/scss/vs2015.scss +115 -0
  1343. package/openmrs/frontend/highlight.js@9.18.5/scss/xcode.scss +104 -0
  1344. package/openmrs/frontend/highlight.js@9.18.5/scss/xt256.scss +92 -0
  1345. package/openmrs/frontend/highlight.js@9.18.5/scss/zenburn.scss +80 -0
  1346. package/openmrs/frontend/highlight.js@9.18.5/styles/a11y-dark.css +99 -0
  1347. package/openmrs/frontend/highlight.js@9.18.5/styles/a11y-light.css +99 -0
  1348. package/openmrs/frontend/highlight.js@9.18.5/styles/agate.css +108 -0
  1349. package/openmrs/frontend/highlight.js@9.18.5/styles/an-old-hope.css +89 -0
  1350. package/openmrs/frontend/highlight.js@9.18.5/styles/androidstudio.css +66 -0
  1351. package/openmrs/frontend/highlight.js@9.18.5/styles/arduino-light.css +87 -0
  1352. package/openmrs/frontend/highlight.js@9.18.5/styles/arta.css +73 -0
  1353. package/openmrs/frontend/highlight.js@9.18.5/styles/ascetic.css +45 -0
  1354. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-cave-dark.css +83 -0
  1355. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-cave-light.css +85 -0
  1356. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-dune-dark.css +69 -0
  1357. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-dune-light.css +69 -0
  1358. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-estuary-dark.css +84 -0
  1359. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-estuary-light.css +84 -0
  1360. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-forest-dark.css +69 -0
  1361. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-forest-light.css +69 -0
  1362. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-heath-dark.css +69 -0
  1363. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-heath-light.css +69 -0
  1364. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-lakeside-dark.css +69 -0
  1365. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-lakeside-light.css +69 -0
  1366. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-plateau-dark.css +84 -0
  1367. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-plateau-light.css +84 -0
  1368. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-savanna-dark.css +84 -0
  1369. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-savanna-light.css +84 -0
  1370. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-seaside-dark.css +69 -0
  1371. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-seaside-light.css +69 -0
  1372. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-sulphurpool-dark.css +69 -0
  1373. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-sulphurpool-light.css +69 -0
  1374. package/openmrs/frontend/highlight.js@9.18.5/styles/atom-one-dark-reasonable.css +75 -0
  1375. package/openmrs/frontend/highlight.js@9.18.5/styles/atom-one-dark.css +96 -0
  1376. package/openmrs/frontend/highlight.js@9.18.5/styles/atom-one-light.css +96 -0
  1377. package/openmrs/frontend/highlight.js@9.18.5/styles/brown-paper.css +64 -0
  1378. package/openmrs/frontend/highlight.js@9.18.5/styles/brown-papersq.png +0 -0
  1379. package/openmrs/frontend/highlight.js@9.18.5/styles/codepen-embed.css +60 -0
  1380. package/openmrs/frontend/highlight.js@9.18.5/styles/color-brewer.css +71 -0
  1381. package/openmrs/frontend/highlight.js@9.18.5/styles/darcula.css +74 -0
  1382. package/openmrs/frontend/highlight.js@9.18.5/styles/dark.css +63 -0
  1383. package/openmrs/frontend/highlight.js@9.18.5/styles/darkula.css +6 -0
  1384. package/openmrs/frontend/highlight.js@9.18.5/styles/default.css +99 -0
  1385. package/openmrs/frontend/highlight.js@9.18.5/styles/docco.css +97 -0
  1386. package/openmrs/frontend/highlight.js@9.18.5/styles/dracula.css +76 -0
  1387. package/openmrs/frontend/highlight.js@9.18.5/styles/far.css +71 -0
  1388. package/openmrs/frontend/highlight.js@9.18.5/styles/foundation.css +89 -0
  1389. package/openmrs/frontend/highlight.js@9.18.5/styles/github-gist.css +79 -0
  1390. package/openmrs/frontend/highlight.js@9.18.5/styles/github.css +99 -0
  1391. package/openmrs/frontend/highlight.js@9.18.5/styles/gml.css +78 -0
  1392. package/openmrs/frontend/highlight.js@9.18.5/styles/googlecode.css +89 -0
  1393. package/openmrs/frontend/highlight.js@9.18.5/styles/gradient-dark.css +122 -0
  1394. package/openmrs/frontend/highlight.js@9.18.5/styles/grayscale.css +101 -0
  1395. package/openmrs/frontend/highlight.js@9.18.5/styles/gruvbox-dark.css +108 -0
  1396. package/openmrs/frontend/highlight.js@9.18.5/styles/gruvbox-light.css +108 -0
  1397. package/openmrs/frontend/highlight.js@9.18.5/styles/hopscotch.css +84 -0
  1398. package/openmrs/frontend/highlight.js@9.18.5/styles/hybrid.css +102 -0
  1399. package/openmrs/frontend/highlight.js@9.18.5/styles/idea.css +97 -0
  1400. package/openmrs/frontend/highlight.js@9.18.5/styles/ir-black.css +73 -0
  1401. package/openmrs/frontend/highlight.js@9.18.5/styles/isbl-editor-dark.css +112 -0
  1402. package/openmrs/frontend/highlight.js@9.18.5/styles/isbl-editor-light.css +111 -0
  1403. package/openmrs/frontend/highlight.js@9.18.5/styles/kimbie.dark.css +74 -0
  1404. package/openmrs/frontend/highlight.js@9.18.5/styles/kimbie.light.css +74 -0
  1405. package/openmrs/frontend/highlight.js@9.18.5/styles/lightfair.css +88 -0
  1406. package/openmrs/frontend/highlight.js@9.18.5/styles/magula.css +70 -0
  1407. package/openmrs/frontend/highlight.js@9.18.5/styles/mono-blue.css +56 -0
  1408. package/openmrs/frontend/highlight.js@9.18.5/styles/monokai-sublime.css +83 -0
  1409. package/openmrs/frontend/highlight.js@9.18.5/styles/monokai.css +71 -0
  1410. package/openmrs/frontend/highlight.js@9.18.5/styles/night-owl.css +182 -0
  1411. package/openmrs/frontend/highlight.js@9.18.5/styles/nord.css +309 -0
  1412. package/openmrs/frontend/highlight.js@9.18.5/styles/obsidian.css +88 -0
  1413. package/openmrs/frontend/highlight.js@9.18.5/styles/ocean.css +74 -0
  1414. package/openmrs/frontend/highlight.js@9.18.5/styles/paraiso-dark.css +72 -0
  1415. package/openmrs/frontend/highlight.js@9.18.5/styles/paraiso-light.css +72 -0
  1416. package/openmrs/frontend/highlight.js@9.18.5/styles/pojoaque.css +83 -0
  1417. package/openmrs/frontend/highlight.js@9.18.5/styles/pojoaque.jpg +0 -0
  1418. package/openmrs/frontend/highlight.js@9.18.5/styles/purebasic.css +96 -0
  1419. package/openmrs/frontend/highlight.js@9.18.5/styles/qtcreator_dark.css +83 -0
  1420. package/openmrs/frontend/highlight.js@9.18.5/styles/qtcreator_light.css +83 -0
  1421. package/openmrs/frontend/highlight.js@9.18.5/styles/railscasts.css +106 -0
  1422. package/openmrs/frontend/highlight.js@9.18.5/styles/rainbow.css +85 -0
  1423. package/openmrs/frontend/highlight.js@9.18.5/styles/routeros.css +108 -0
  1424. package/openmrs/frontend/highlight.js@9.18.5/styles/school-book.css +69 -0
  1425. package/openmrs/frontend/highlight.js@9.18.5/styles/school-book.png +0 -0
  1426. package/openmrs/frontend/highlight.js@9.18.5/styles/shades-of-purple.css +96 -0
  1427. package/openmrs/frontend/highlight.js@9.18.5/styles/solarized-dark.css +84 -0
  1428. package/openmrs/frontend/highlight.js@9.18.5/styles/solarized-light.css +84 -0
  1429. package/openmrs/frontend/highlight.js@9.18.5/styles/sunburst.css +102 -0
  1430. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night-blue.css +75 -0
  1431. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night-bright.css +74 -0
  1432. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night-eighties.css +74 -0
  1433. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night.css +75 -0
  1434. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow.css +72 -0
  1435. package/openmrs/frontend/highlight.js@9.18.5/styles/vs.css +68 -0
  1436. package/openmrs/frontend/highlight.js@9.18.5/styles/vs2015.css +115 -0
  1437. package/openmrs/frontend/highlight.js@9.18.5/styles/xcode.css +104 -0
  1438. package/openmrs/frontend/highlight.js@9.18.5/styles/xt256.css +92 -0
  1439. package/openmrs/frontend/highlight.js@9.18.5/styles/zenburn.css +80 -0
  1440. package/openmrs/frontend/history@4.10.1/DOMUtils.js +3 -0
  1441. package/openmrs/frontend/history@4.10.1/ExecutionEnvironment.js +3 -0
  1442. package/openmrs/frontend/history@4.10.1/LICENSE +21 -0
  1443. package/openmrs/frontend/history@4.10.1/LocationUtils.js +3 -0
  1444. package/openmrs/frontend/history@4.10.1/PathUtils.js +3 -0
  1445. package/openmrs/frontend/history@4.10.1/README.md +38 -0
  1446. package/openmrs/frontend/history@4.10.1/cjs/history.js +948 -0
  1447. package/openmrs/frontend/history@4.10.1/cjs/history.min.js +1 -0
  1448. package/openmrs/frontend/history@4.10.1/createBrowserHistory.js +3 -0
  1449. package/openmrs/frontend/history@4.10.1/createHashHistory.js +3 -0
  1450. package/openmrs/frontend/history@4.10.1/createMemoryHistory.js +3 -0
  1451. package/openmrs/frontend/history@4.10.1/createTransitionManager.js +3 -0
  1452. package/openmrs/frontend/history@4.10.1/es/DOMUtils.js +7 -0
  1453. package/openmrs/frontend/history@4.10.1/es/ExecutionEnvironment.js +7 -0
  1454. package/openmrs/frontend/history@4.10.1/es/LocationUtils.js +7 -0
  1455. package/openmrs/frontend/history@4.10.1/es/PathUtils.js +7 -0
  1456. package/openmrs/frontend/history@4.10.1/es/createBrowserHistory.js +7 -0
  1457. package/openmrs/frontend/history@4.10.1/es/createHashHistory.js +7 -0
  1458. package/openmrs/frontend/history@4.10.1/es/createMemoryHistory.js +7 -0
  1459. package/openmrs/frontend/history@4.10.1/es/createTransitionManager.js +7 -0
  1460. package/openmrs/frontend/history@4.10.1/es/warnAboutDeprecatedESMImport.js +35 -0
  1461. package/openmrs/frontend/history@4.10.1/esm/history.js +919 -0
  1462. package/openmrs/frontend/history@4.10.1/index.js +7 -0
  1463. package/openmrs/frontend/history@4.10.1/package.json +82 -0
  1464. package/openmrs/frontend/history@4.10.1/umd/history.js +1085 -0
  1465. package/openmrs/frontend/history@4.10.1/umd/history.min.js +1 -0
  1466. package/openmrs/frontend/history@4.10.1/warnAboutDeprecatedCJSRequire.js +35 -0
  1467. package/openmrs/frontend/hoist-non-react-statics@3.3.2/CHANGELOG.md +37 -0
  1468. package/openmrs/frontend/hoist-non-react-statics@3.3.2/LICENSE.md +29 -0
  1469. package/openmrs/frontend/hoist-non-react-statics@3.3.2/README.md +55 -0
  1470. package/openmrs/frontend/hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.cjs.js +103 -0
  1471. package/openmrs/frontend/hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.js +449 -0
  1472. package/openmrs/frontend/hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.min.js +1 -0
  1473. package/openmrs/frontend/hoist-non-react-statics@3.3.2/package.json +55 -0
  1474. package/openmrs/frontend/hoist-non-react-statics@3.3.2/src/index.js +104 -0
  1475. package/openmrs/frontend/html-parse-stringify@3.0.1/README.md +154 -0
  1476. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.js +2 -0
  1477. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.js.map +1 -0
  1478. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.modern.js +2 -0
  1479. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.modern.js.map +1 -0
  1480. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.module.js +2 -0
  1481. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.module.js.map +1 -0
  1482. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.umd.js +2 -0
  1483. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.umd.js.map +1 -0
  1484. package/openmrs/frontend/html-parse-stringify@3.0.1/package.json +50 -0
  1485. package/openmrs/frontend/hyphenate-style-name@1.1.0/LICENSE +29 -0
  1486. package/openmrs/frontend/hyphenate-style-name@1.1.0/README.md +28 -0
  1487. package/openmrs/frontend/hyphenate-style-name@1.1.0/index.cjs.js +21 -0
  1488. package/openmrs/frontend/hyphenate-style-name@1.1.0/index.d.ts +6 -0
  1489. package/openmrs/frontend/hyphenate-style-name@1.1.0/index.js +19 -0
  1490. package/openmrs/frontend/hyphenate-style-name@1.1.0/package.json +52 -0
  1491. package/openmrs/frontend/i18next@19.9.2/CHANGELOG.md +1267 -0
  1492. package/openmrs/frontend/i18next@19.9.2/LICENSE +21 -0
  1493. package/openmrs/frontend/i18next@19.9.2/README.md +54 -0
  1494. package/openmrs/frontend/i18next@19.9.2/dist/cjs/i18next.js +2316 -0
  1495. package/openmrs/frontend/i18next@19.9.2/dist/esm/i18next.js +2303 -0
  1496. package/openmrs/frontend/i18next@19.9.2/dist/umd/i18next.js +2421 -0
  1497. package/openmrs/frontend/i18next@19.9.2/dist/umd/i18next.min.js +1 -0
  1498. package/openmrs/frontend/i18next@19.9.2/i18next.js +2421 -0
  1499. package/openmrs/frontend/i18next@19.9.2/i18next.min.js +1 -0
  1500. package/openmrs/frontend/i18next@19.9.2/index.d.ts +1069 -0
  1501. package/openmrs/frontend/i18next@19.9.2/index.js +5 -0
  1502. package/openmrs/frontend/i18next@19.9.2/package.json +116 -0
  1503. package/openmrs/frontend/i18next@19.9.2/tsconfig.nonEsModuleInterop.json +8 -0
  1504. package/openmrs/frontend/import-map-overrides@1.9.1/LICENSE +21 -0
  1505. package/openmrs/frontend/import-map-overrides@1.9.1/README.md +211 -0
  1506. package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides-api.js +2 -0
  1507. package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides-api.js.map +1 -0
  1508. package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides.js +2 -0
  1509. package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides.js.map +1 -0
  1510. package/openmrs/frontend/import-map-overrides@1.9.1/package.json +44 -0
  1511. package/openmrs/frontend/import-map.json +61 -0
  1512. package/openmrs/frontend/inline-style-prefixer@2.0.5/Changelog.md +107 -0
  1513. package/openmrs/frontend/inline-style-prefixer@2.0.5/LICENSE +22 -0
  1514. package/openmrs/frontend/inline-style-prefixer@2.0.5/README.md +126 -0
  1515. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefix-all.js +340 -0
  1516. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefix-all.js.map +1 -0
  1517. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefix-all.min.js +1 -0
  1518. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefixer.js +1365 -0
  1519. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefixer.js.map +1 -0
  1520. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefixer.min.js +1 -0
  1521. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/Prefixer.js +229 -0
  1522. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/calc.js +29 -0
  1523. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/flex.js +31 -0
  1524. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/flexboxIE.js +59 -0
  1525. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/flexboxOld.js +66 -0
  1526. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/grabCursor.js +30 -0
  1527. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/gradient.js +31 -0
  1528. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/position.js +27 -0
  1529. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/sizing.js +45 -0
  1530. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/transition.js +61 -0
  1531. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/zoomCursor.js +31 -0
  1532. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/prefixProps.js +7 -0
  1533. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/calc.js +25 -0
  1534. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/cursor.js +26 -0
  1535. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/flex.js +16 -0
  1536. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/flexboxIE.js +32 -0
  1537. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/flexboxOld.js +36 -0
  1538. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/gradient.js +25 -0
  1539. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/position.js +12 -0
  1540. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/sizing.js +36 -0
  1541. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/transition.js +82 -0
  1542. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/prefixAll.js +115 -0
  1543. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/prefixProps.js +7 -0
  1544. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/capitalizeString.js +12 -0
  1545. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/getBrowserInformation.js +108 -0
  1546. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/getPrefixedKeyframes.js +20 -0
  1547. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/getPrefixedValue.js +11 -0
  1548. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/isPrefixedProperty.js +11 -0
  1549. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/isPrefixedValue.js +13 -0
  1550. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/joinPrefixedValue.js +20 -0
  1551. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/sortPrefixedStyle.js +27 -0
  1552. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/unprefixProperty.js +12 -0
  1553. package/openmrs/frontend/inline-style-prefixer@2.0.5/package.json +81 -0
  1554. package/openmrs/frontend/inline-style-prefixer@2.0.5/static.js +1 -0
  1555. package/openmrs/frontend/isarray@0.0.1/README.md +54 -0
  1556. package/openmrs/frontend/isarray@0.0.1/build/build.js +209 -0
  1557. package/openmrs/frontend/isarray@0.0.1/component.json +19 -0
  1558. package/openmrs/frontend/isarray@0.0.1/index.js +3 -0
  1559. package/openmrs/frontend/isarray@0.0.1/package.json +25 -0
  1560. package/openmrs/frontend/js-tokens@4.0.0/CHANGELOG.md +151 -0
  1561. package/openmrs/frontend/js-tokens@4.0.0/LICENSE +21 -0
  1562. package/openmrs/frontend/js-tokens@4.0.0/README.md +240 -0
  1563. package/openmrs/frontend/js-tokens@4.0.0/index.js +23 -0
  1564. package/openmrs/frontend/js-tokens@4.0.0/package.json +30 -0
  1565. package/openmrs/frontend/lodash-es@4.17.21/LICENSE +47 -0
  1566. package/openmrs/frontend/lodash-es@4.17.21/README.md +10 -0
  1567. package/openmrs/frontend/lodash-es@4.17.21/_DataView.js +7 -0
  1568. package/openmrs/frontend/lodash-es@4.17.21/_Hash.js +32 -0
  1569. package/openmrs/frontend/lodash-es@4.17.21/_LazyWrapper.js +28 -0
  1570. package/openmrs/frontend/lodash-es@4.17.21/_ListCache.js +32 -0
  1571. package/openmrs/frontend/lodash-es@4.17.21/_LodashWrapper.js +22 -0
  1572. package/openmrs/frontend/lodash-es@4.17.21/_Map.js +7 -0
  1573. package/openmrs/frontend/lodash-es@4.17.21/_MapCache.js +32 -0
  1574. package/openmrs/frontend/lodash-es@4.17.21/_Promise.js +7 -0
  1575. package/openmrs/frontend/lodash-es@4.17.21/_Set.js +7 -0
  1576. package/openmrs/frontend/lodash-es@4.17.21/_SetCache.js +27 -0
  1577. package/openmrs/frontend/lodash-es@4.17.21/_Stack.js +27 -0
  1578. package/openmrs/frontend/lodash-es@4.17.21/_Symbol.js +6 -0
  1579. package/openmrs/frontend/lodash-es@4.17.21/_Uint8Array.js +6 -0
  1580. package/openmrs/frontend/lodash-es@4.17.21/_WeakMap.js +7 -0
  1581. package/openmrs/frontend/lodash-es@4.17.21/_addMapEntry.js +15 -0
  1582. package/openmrs/frontend/lodash-es@4.17.21/_addSetEntry.js +15 -0
  1583. package/openmrs/frontend/lodash-es@4.17.21/_apply.js +21 -0
  1584. package/openmrs/frontend/lodash-es@4.17.21/_arrayAggregator.js +22 -0
  1585. package/openmrs/frontend/lodash-es@4.17.21/_arrayEach.js +22 -0
  1586. package/openmrs/frontend/lodash-es@4.17.21/_arrayEachRight.js +21 -0
  1587. package/openmrs/frontend/lodash-es@4.17.21/_arrayEvery.js +23 -0
  1588. package/openmrs/frontend/lodash-es@4.17.21/_arrayFilter.js +25 -0
  1589. package/openmrs/frontend/lodash-es@4.17.21/_arrayIncludes.js +17 -0
  1590. package/openmrs/frontend/lodash-es@4.17.21/_arrayIncludesWith.js +22 -0
  1591. package/openmrs/frontend/lodash-es@4.17.21/_arrayLikeKeys.js +49 -0
  1592. package/openmrs/frontend/lodash-es@4.17.21/_arrayMap.js +21 -0
  1593. package/openmrs/frontend/lodash-es@4.17.21/_arrayPush.js +20 -0
  1594. package/openmrs/frontend/lodash-es@4.17.21/_arrayReduce.js +26 -0
  1595. package/openmrs/frontend/lodash-es@4.17.21/_arrayReduceRight.js +24 -0
  1596. package/openmrs/frontend/lodash-es@4.17.21/_arraySample.js +15 -0
  1597. package/openmrs/frontend/lodash-es@4.17.21/_arraySampleSize.js +17 -0
  1598. package/openmrs/frontend/lodash-es@4.17.21/_arrayShuffle.js +15 -0
  1599. package/openmrs/frontend/lodash-es@4.17.21/_arraySome.js +23 -0
  1600. package/openmrs/frontend/lodash-es@4.17.21/_asciiSize.js +12 -0
  1601. package/openmrs/frontend/lodash-es@4.17.21/_asciiToArray.js +12 -0
  1602. package/openmrs/frontend/lodash-es@4.17.21/_asciiWords.js +15 -0
  1603. package/openmrs/frontend/lodash-es@4.17.21/_assignMergeValue.js +20 -0
  1604. package/openmrs/frontend/lodash-es@4.17.21/_assignValue.js +28 -0
  1605. package/openmrs/frontend/lodash-es@4.17.21/_assocIndexOf.js +21 -0
  1606. package/openmrs/frontend/lodash-es@4.17.21/_baseAggregator.js +21 -0
  1607. package/openmrs/frontend/lodash-es@4.17.21/_baseAssign.js +17 -0
  1608. package/openmrs/frontend/lodash-es@4.17.21/_baseAssignIn.js +17 -0
  1609. package/openmrs/frontend/lodash-es@4.17.21/_baseAssignValue.js +25 -0
  1610. package/openmrs/frontend/lodash-es@4.17.21/_baseAt.js +23 -0
  1611. package/openmrs/frontend/lodash-es@4.17.21/_baseClamp.js +22 -0
  1612. package/openmrs/frontend/lodash-es@4.17.21/_baseClone.js +166 -0
  1613. package/openmrs/frontend/lodash-es@4.17.21/_baseConforms.js +18 -0
  1614. package/openmrs/frontend/lodash-es@4.17.21/_baseConformsTo.js +27 -0
  1615. package/openmrs/frontend/lodash-es@4.17.21/_baseCreate.js +30 -0
  1616. package/openmrs/frontend/lodash-es@4.17.21/_baseDelay.js +21 -0
  1617. package/openmrs/frontend/lodash-es@4.17.21/_baseDifference.js +67 -0
  1618. package/openmrs/frontend/lodash-es@4.17.21/_baseEach.js +14 -0
  1619. package/openmrs/frontend/lodash-es@4.17.21/_baseEachRight.js +14 -0
  1620. package/openmrs/frontend/lodash-es@4.17.21/_baseEvery.js +21 -0
  1621. package/openmrs/frontend/lodash-es@4.17.21/_baseExtremum.js +32 -0
  1622. package/openmrs/frontend/lodash-es@4.17.21/_baseFill.js +32 -0
  1623. package/openmrs/frontend/lodash-es@4.17.21/_baseFilter.js +21 -0
  1624. package/openmrs/frontend/lodash-es@4.17.21/_baseFindIndex.js +24 -0
  1625. package/openmrs/frontend/lodash-es@4.17.21/_baseFindKey.js +23 -0
  1626. package/openmrs/frontend/lodash-es@4.17.21/_baseFlatten.js +38 -0
  1627. package/openmrs/frontend/lodash-es@4.17.21/_baseFor.js +16 -0
  1628. package/openmrs/frontend/lodash-es@4.17.21/_baseForOwn.js +16 -0
  1629. package/openmrs/frontend/lodash-es@4.17.21/_baseForOwnRight.js +16 -0
  1630. package/openmrs/frontend/lodash-es@4.17.21/_baseForRight.js +15 -0
  1631. package/openmrs/frontend/lodash-es@4.17.21/_baseFunctions.js +19 -0
  1632. package/openmrs/frontend/lodash-es@4.17.21/_baseGet.js +24 -0
  1633. package/openmrs/frontend/lodash-es@4.17.21/_baseGetAllKeys.js +20 -0
  1634. package/openmrs/frontend/lodash-es@4.17.21/_baseGetTag.js +28 -0
  1635. package/openmrs/frontend/lodash-es@4.17.21/_baseGt.js +14 -0
  1636. package/openmrs/frontend/lodash-es@4.17.21/_baseHas.js +19 -0
  1637. package/openmrs/frontend/lodash-es@4.17.21/_baseHasIn.js +13 -0
  1638. package/openmrs/frontend/lodash-es@4.17.21/_baseInRange.js +18 -0
  1639. package/openmrs/frontend/lodash-es@4.17.21/_baseIndexOf.js +20 -0
  1640. package/openmrs/frontend/lodash-es@4.17.21/_baseIndexOfWith.js +23 -0
  1641. package/openmrs/frontend/lodash-es@4.17.21/_baseIntersection.js +74 -0
  1642. package/openmrs/frontend/lodash-es@4.17.21/_baseInverter.js +21 -0
  1643. package/openmrs/frontend/lodash-es@4.17.21/_baseInvoke.js +24 -0
  1644. package/openmrs/frontend/lodash-es@4.17.21/_baseIsArguments.js +18 -0
  1645. package/openmrs/frontend/lodash-es@4.17.21/_baseIsArrayBuffer.js +17 -0
  1646. package/openmrs/frontend/lodash-es@4.17.21/_baseIsDate.js +18 -0
  1647. package/openmrs/frontend/lodash-es@4.17.21/_baseIsEqual.js +28 -0
  1648. package/openmrs/frontend/lodash-es@4.17.21/_baseIsEqualDeep.js +83 -0
  1649. package/openmrs/frontend/lodash-es@4.17.21/_baseIsMap.js +18 -0
  1650. package/openmrs/frontend/lodash-es@4.17.21/_baseIsMatch.js +62 -0
  1651. package/openmrs/frontend/lodash-es@4.17.21/_baseIsNaN.js +12 -0
  1652. package/openmrs/frontend/lodash-es@4.17.21/_baseIsNative.js +47 -0
  1653. package/openmrs/frontend/lodash-es@4.17.21/_baseIsRegExp.js +18 -0
  1654. package/openmrs/frontend/lodash-es@4.17.21/_baseIsSet.js +18 -0
  1655. package/openmrs/frontend/lodash-es@4.17.21/_baseIsTypedArray.js +60 -0
  1656. package/openmrs/frontend/lodash-es@4.17.21/_baseIteratee.js +31 -0
  1657. package/openmrs/frontend/lodash-es@4.17.21/_baseKeys.js +30 -0
  1658. package/openmrs/frontend/lodash-es@4.17.21/_baseKeysIn.js +33 -0
  1659. package/openmrs/frontend/lodash-es@4.17.21/_baseLodash.js +10 -0
  1660. package/openmrs/frontend/lodash-es@4.17.21/_baseLt.js +14 -0
  1661. package/openmrs/frontend/lodash-es@4.17.21/_baseMap.js +22 -0
  1662. package/openmrs/frontend/lodash-es@4.17.21/_baseMatches.js +22 -0
  1663. package/openmrs/frontend/lodash-es@4.17.21/_baseMatchesProperty.js +33 -0
  1664. package/openmrs/frontend/lodash-es@4.17.21/_baseMean.js +20 -0
  1665. package/openmrs/frontend/lodash-es@4.17.21/_baseMerge.js +42 -0
  1666. package/openmrs/frontend/lodash-es@4.17.21/_baseMergeDeep.js +94 -0
  1667. package/openmrs/frontend/lodash-es@4.17.21/_baseNth.js +20 -0
  1668. package/openmrs/frontend/lodash-es@4.17.21/_baseOrderBy.js +49 -0
  1669. package/openmrs/frontend/lodash-es@4.17.21/_basePick.js +19 -0
  1670. package/openmrs/frontend/lodash-es@4.17.21/_basePickBy.js +30 -0
  1671. package/openmrs/frontend/lodash-es@4.17.21/_baseProperty.js +14 -0
  1672. package/openmrs/frontend/lodash-es@4.17.21/_basePropertyDeep.js +16 -0
  1673. package/openmrs/frontend/lodash-es@4.17.21/_basePropertyOf.js +14 -0
  1674. package/openmrs/frontend/lodash-es@4.17.21/_basePullAll.js +51 -0
  1675. package/openmrs/frontend/lodash-es@4.17.21/_basePullAt.js +37 -0
  1676. package/openmrs/frontend/lodash-es@4.17.21/_baseRandom.js +18 -0
  1677. package/openmrs/frontend/lodash-es@4.17.21/_baseRange.js +28 -0
  1678. package/openmrs/frontend/lodash-es@4.17.21/_baseReduce.js +23 -0
  1679. package/openmrs/frontend/lodash-es@4.17.21/_baseRepeat.js +35 -0
  1680. package/openmrs/frontend/lodash-es@4.17.21/_baseRest.js +17 -0
  1681. package/openmrs/frontend/lodash-es@4.17.21/_baseSample.js +15 -0
  1682. package/openmrs/frontend/lodash-es@4.17.21/_baseSampleSize.js +18 -0
  1683. package/openmrs/frontend/lodash-es@4.17.21/_baseSet.js +51 -0
  1684. package/openmrs/frontend/lodash-es@4.17.21/_baseSetData.js +17 -0
  1685. package/openmrs/frontend/lodash-es@4.17.21/_baseSetToString.js +22 -0
  1686. package/openmrs/frontend/lodash-es@4.17.21/_baseShuffle.js +15 -0
  1687. package/openmrs/frontend/lodash-es@4.17.21/_baseSlice.js +31 -0
  1688. package/openmrs/frontend/lodash-es@4.17.21/_baseSome.js +22 -0
  1689. package/openmrs/frontend/lodash-es@4.17.21/_baseSortBy.js +21 -0
  1690. package/openmrs/frontend/lodash-es@4.17.21/_baseSortedIndex.js +42 -0
  1691. package/openmrs/frontend/lodash-es@4.17.21/_baseSortedIndexBy.js +67 -0
  1692. package/openmrs/frontend/lodash-es@4.17.21/_baseSortedUniq.js +30 -0
  1693. package/openmrs/frontend/lodash-es@4.17.21/_baseSum.js +24 -0
  1694. package/openmrs/frontend/lodash-es@4.17.21/_baseTimes.js +20 -0
  1695. package/openmrs/frontend/lodash-es@4.17.21/_baseToNumber.js +24 -0
  1696. package/openmrs/frontend/lodash-es@4.17.21/_baseToPairs.js +18 -0
  1697. package/openmrs/frontend/lodash-es@4.17.21/_baseToString.js +37 -0
  1698. package/openmrs/frontend/lodash-es@4.17.21/_baseTrim.js +19 -0
  1699. package/openmrs/frontend/lodash-es@4.17.21/_baseUnary.js +14 -0
  1700. package/openmrs/frontend/lodash-es@4.17.21/_baseUniq.js +72 -0
  1701. package/openmrs/frontend/lodash-es@4.17.21/_baseUnset.js +20 -0
  1702. package/openmrs/frontend/lodash-es@4.17.21/_baseUpdate.js +18 -0
  1703. package/openmrs/frontend/lodash-es@4.17.21/_baseValues.js +19 -0
  1704. package/openmrs/frontend/lodash-es@4.17.21/_baseWhile.js +26 -0
  1705. package/openmrs/frontend/lodash-es@4.17.21/_baseWrapperValue.js +25 -0
  1706. package/openmrs/frontend/lodash-es@4.17.21/_baseXor.js +36 -0
  1707. package/openmrs/frontend/lodash-es@4.17.21/_baseZipObject.js +23 -0
  1708. package/openmrs/frontend/lodash-es@4.17.21/_cacheHas.js +13 -0
  1709. package/openmrs/frontend/lodash-es@4.17.21/_castArrayLikeObject.js +14 -0
  1710. package/openmrs/frontend/lodash-es@4.17.21/_castFunction.js +14 -0
  1711. package/openmrs/frontend/lodash-es@4.17.21/_castPath.js +21 -0
  1712. package/openmrs/frontend/lodash-es@4.17.21/_castRest.js +14 -0
  1713. package/openmrs/frontend/lodash-es@4.17.21/_castSlice.js +18 -0
  1714. package/openmrs/frontend/lodash-es@4.17.21/_charsEndIndex.js +19 -0
  1715. package/openmrs/frontend/lodash-es@4.17.21/_charsStartIndex.js +20 -0
  1716. package/openmrs/frontend/lodash-es@4.17.21/_cloneArrayBuffer.js +16 -0
  1717. package/openmrs/frontend/lodash-es@4.17.21/_cloneBuffer.js +35 -0
  1718. package/openmrs/frontend/lodash-es@4.17.21/_cloneDataView.js +16 -0
  1719. package/openmrs/frontend/lodash-es@4.17.21/_cloneMap.js +22 -0
  1720. package/openmrs/frontend/lodash-es@4.17.21/_cloneRegExp.js +17 -0
  1721. package/openmrs/frontend/lodash-es@4.17.21/_cloneSet.js +22 -0
  1722. package/openmrs/frontend/lodash-es@4.17.21/_cloneSymbol.js +18 -0
  1723. package/openmrs/frontend/lodash-es@4.17.21/_cloneTypedArray.js +16 -0
  1724. package/openmrs/frontend/lodash-es@4.17.21/_compareAscending.js +41 -0
  1725. package/openmrs/frontend/lodash-es@4.17.21/_compareMultiple.js +44 -0
  1726. package/openmrs/frontend/lodash-es@4.17.21/_composeArgs.js +39 -0
  1727. package/openmrs/frontend/lodash-es@4.17.21/_composeArgsRight.js +41 -0
  1728. package/openmrs/frontend/lodash-es@4.17.21/_copyArray.js +20 -0
  1729. package/openmrs/frontend/lodash-es@4.17.21/_copyObject.js +40 -0
  1730. package/openmrs/frontend/lodash-es@4.17.21/_copySymbols.js +16 -0
  1731. package/openmrs/frontend/lodash-es@4.17.21/_copySymbolsIn.js +16 -0
  1732. package/openmrs/frontend/lodash-es@4.17.21/_coreJsData.js +6 -0
  1733. package/openmrs/frontend/lodash-es@4.17.21/_countHolders.js +21 -0
  1734. package/openmrs/frontend/lodash-es@4.17.21/_createAggregator.js +23 -0
  1735. package/openmrs/frontend/lodash-es@4.17.21/_createAssigner.js +37 -0
  1736. package/openmrs/frontend/lodash-es@4.17.21/_createBaseEach.js +32 -0
  1737. package/openmrs/frontend/lodash-es@4.17.21/_createBaseFor.js +25 -0
  1738. package/openmrs/frontend/lodash-es@4.17.21/_createBind.js +28 -0
  1739. package/openmrs/frontend/lodash-es@4.17.21/_createCaseFirst.js +33 -0
  1740. package/openmrs/frontend/lodash-es@4.17.21/_createCompounder.js +24 -0
  1741. package/openmrs/frontend/lodash-es@4.17.21/_createCtor.js +37 -0
  1742. package/openmrs/frontend/lodash-es@4.17.21/_createCurry.js +46 -0
  1743. package/openmrs/frontend/lodash-es@4.17.21/_createFind.js +25 -0
  1744. package/openmrs/frontend/lodash-es@4.17.21/_createFlow.js +78 -0
  1745. package/openmrs/frontend/lodash-es@4.17.21/_createHybrid.js +92 -0
  1746. package/openmrs/frontend/lodash-es@4.17.21/_createInverter.js +17 -0
  1747. package/openmrs/frontend/lodash-es@4.17.21/_createMathOperation.js +38 -0
  1748. package/openmrs/frontend/lodash-es@4.17.21/_createOver.js +27 -0
  1749. package/openmrs/frontend/lodash-es@4.17.21/_createPadding.js +33 -0
  1750. package/openmrs/frontend/lodash-es@4.17.21/_createPartial.js +43 -0
  1751. package/openmrs/frontend/lodash-es@4.17.21/_createRange.js +30 -0
  1752. package/openmrs/frontend/lodash-es@4.17.21/_createRecurry.js +56 -0
  1753. package/openmrs/frontend/lodash-es@4.17.21/_createRelationalOperation.js +20 -0
  1754. package/openmrs/frontend/lodash-es@4.17.21/_createRound.js +35 -0
  1755. package/openmrs/frontend/lodash-es@4.17.21/_createSet.js +19 -0
  1756. package/openmrs/frontend/lodash-es@4.17.21/_createToPairs.js +30 -0
  1757. package/openmrs/frontend/lodash-es@4.17.21/_createWrap.js +106 -0
  1758. package/openmrs/frontend/lodash-es@4.17.21/_customDefaultsAssignIn.js +29 -0
  1759. package/openmrs/frontend/lodash-es@4.17.21/_customDefaultsMerge.js +28 -0
  1760. package/openmrs/frontend/lodash-es@4.17.21/_customOmitClone.js +16 -0
  1761. package/openmrs/frontend/lodash-es@4.17.21/_deburrLetter.js +71 -0
  1762. package/openmrs/frontend/lodash-es@4.17.21/_defineProperty.js +11 -0
  1763. package/openmrs/frontend/lodash-es@4.17.21/_equalArrays.js +84 -0
  1764. package/openmrs/frontend/lodash-es@4.17.21/_equalByTag.js +112 -0
  1765. package/openmrs/frontend/lodash-es@4.17.21/_equalObjects.js +90 -0
  1766. package/openmrs/frontend/lodash-es@4.17.21/_escapeHtmlChar.js +21 -0
  1767. package/openmrs/frontend/lodash-es@4.17.21/_escapeStringChar.js +22 -0
  1768. package/openmrs/frontend/lodash-es@4.17.21/_flatRest.js +16 -0
  1769. package/openmrs/frontend/lodash-es@4.17.21/_freeGlobal.js +4 -0
  1770. package/openmrs/frontend/lodash-es@4.17.21/_getAllKeys.js +16 -0
  1771. package/openmrs/frontend/lodash-es@4.17.21/_getAllKeysIn.js +17 -0
  1772. package/openmrs/frontend/lodash-es@4.17.21/_getData.js +15 -0
  1773. package/openmrs/frontend/lodash-es@4.17.21/_getFuncName.js +31 -0
  1774. package/openmrs/frontend/lodash-es@4.17.21/_getHolder.js +13 -0
  1775. package/openmrs/frontend/lodash-es@4.17.21/_getMapData.js +18 -0
  1776. package/openmrs/frontend/lodash-es@4.17.21/_getMatchData.js +24 -0
  1777. package/openmrs/frontend/lodash-es@4.17.21/_getNative.js +17 -0
  1778. package/openmrs/frontend/lodash-es@4.17.21/_getPrototype.js +6 -0
  1779. package/openmrs/frontend/lodash-es@4.17.21/_getRawTag.js +46 -0
  1780. package/openmrs/frontend/lodash-es@4.17.21/_getSymbols.js +30 -0
  1781. package/openmrs/frontend/lodash-es@4.17.21/_getSymbolsIn.js +25 -0
  1782. package/openmrs/frontend/lodash-es@4.17.21/_getTag.js +58 -0
  1783. package/openmrs/frontend/lodash-es@4.17.21/_getValue.js +13 -0
  1784. package/openmrs/frontend/lodash-es@4.17.21/_getView.js +33 -0
  1785. package/openmrs/frontend/lodash-es@4.17.21/_getWrapDetails.js +17 -0
  1786. package/openmrs/frontend/lodash-es@4.17.21/_hasPath.js +39 -0
  1787. package/openmrs/frontend/lodash-es@4.17.21/_hasUnicode.js +26 -0
  1788. package/openmrs/frontend/lodash-es@4.17.21/_hasUnicodeWord.js +15 -0
  1789. package/openmrs/frontend/lodash-es@4.17.21/_hashClear.js +15 -0
  1790. package/openmrs/frontend/lodash-es@4.17.21/_hashDelete.js +17 -0
  1791. package/openmrs/frontend/lodash-es@4.17.21/_hashGet.js +30 -0
  1792. package/openmrs/frontend/lodash-es@4.17.21/_hashHas.js +23 -0
  1793. package/openmrs/frontend/lodash-es@4.17.21/_hashSet.js +23 -0
  1794. package/openmrs/frontend/lodash-es@4.17.21/_initCloneArray.js +26 -0
  1795. package/openmrs/frontend/lodash-es@4.17.21/_initCloneByTag.js +77 -0
  1796. package/openmrs/frontend/lodash-es@4.17.21/_initCloneObject.js +18 -0
  1797. package/openmrs/frontend/lodash-es@4.17.21/_insertWrapDetails.js +23 -0
  1798. package/openmrs/frontend/lodash-es@4.17.21/_isFlattenable.js +20 -0
  1799. package/openmrs/frontend/lodash-es@4.17.21/_isIndex.js +25 -0
  1800. package/openmrs/frontend/lodash-es@4.17.21/_isIterateeCall.js +30 -0
  1801. package/openmrs/frontend/lodash-es@4.17.21/_isKey.js +29 -0
  1802. package/openmrs/frontend/lodash-es@4.17.21/_isKeyable.js +15 -0
  1803. package/openmrs/frontend/lodash-es@4.17.21/_isLaziable.js +28 -0
  1804. package/openmrs/frontend/lodash-es@4.17.21/_isMaskable.js +14 -0
  1805. package/openmrs/frontend/lodash-es@4.17.21/_isMasked.js +20 -0
  1806. package/openmrs/frontend/lodash-es@4.17.21/_isPrototype.js +18 -0
  1807. package/openmrs/frontend/lodash-es@4.17.21/_isStrictComparable.js +15 -0
  1808. package/openmrs/frontend/lodash-es@4.17.21/_iteratorToArray.js +18 -0
  1809. package/openmrs/frontend/lodash-es@4.17.21/_lazyClone.js +23 -0
  1810. package/openmrs/frontend/lodash-es@4.17.21/_lazyReverse.js +23 -0
  1811. package/openmrs/frontend/lodash-es@4.17.21/_lazyValue.js +69 -0
  1812. package/openmrs/frontend/lodash-es@4.17.21/_listCacheClear.js +13 -0
  1813. package/openmrs/frontend/lodash-es@4.17.21/_listCacheDelete.js +35 -0
  1814. package/openmrs/frontend/lodash-es@4.17.21/_listCacheGet.js +19 -0
  1815. package/openmrs/frontend/lodash-es@4.17.21/_listCacheHas.js +16 -0
  1816. package/openmrs/frontend/lodash-es@4.17.21/_listCacheSet.js +26 -0
  1817. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheClear.js +21 -0
  1818. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheDelete.js +18 -0
  1819. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheGet.js +16 -0
  1820. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheHas.js +16 -0
  1821. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheSet.js +22 -0
  1822. package/openmrs/frontend/lodash-es@4.17.21/_mapToArray.js +18 -0
  1823. package/openmrs/frontend/lodash-es@4.17.21/_matchesStrictComparable.js +20 -0
  1824. package/openmrs/frontend/lodash-es@4.17.21/_memoizeCapped.js +26 -0
  1825. package/openmrs/frontend/lodash-es@4.17.21/_mergeData.js +90 -0
  1826. package/openmrs/frontend/lodash-es@4.17.21/_metaMap.js +6 -0
  1827. package/openmrs/frontend/lodash-es@4.17.21/_nativeCreate.js +6 -0
  1828. package/openmrs/frontend/lodash-es@4.17.21/_nativeKeys.js +6 -0
  1829. package/openmrs/frontend/lodash-es@4.17.21/_nativeKeysIn.js +20 -0
  1830. package/openmrs/frontend/lodash-es@4.17.21/_nodeUtil.js +30 -0
  1831. package/openmrs/frontend/lodash-es@4.17.21/_objectToString.js +22 -0
  1832. package/openmrs/frontend/lodash-es@4.17.21/_overArg.js +15 -0
  1833. package/openmrs/frontend/lodash-es@4.17.21/_overRest.js +36 -0
  1834. package/openmrs/frontend/lodash-es@4.17.21/_parent.js +16 -0
  1835. package/openmrs/frontend/lodash-es@4.17.21/_reEscape.js +4 -0
  1836. package/openmrs/frontend/lodash-es@4.17.21/_reEvaluate.js +4 -0
  1837. package/openmrs/frontend/lodash-es@4.17.21/_reInterpolate.js +4 -0
  1838. package/openmrs/frontend/lodash-es@4.17.21/_realNames.js +4 -0
  1839. package/openmrs/frontend/lodash-es@4.17.21/_reorder.js +29 -0
  1840. package/openmrs/frontend/lodash-es@4.17.21/_replaceHolders.js +29 -0
  1841. package/openmrs/frontend/lodash-es@4.17.21/_root.js +9 -0
  1842. package/openmrs/frontend/lodash-es@4.17.21/_safeGet.js +21 -0
  1843. package/openmrs/frontend/lodash-es@4.17.21/_setCacheAdd.js +19 -0
  1844. package/openmrs/frontend/lodash-es@4.17.21/_setCacheHas.js +14 -0
  1845. package/openmrs/frontend/lodash-es@4.17.21/_setData.js +20 -0
  1846. package/openmrs/frontend/lodash-es@4.17.21/_setToArray.js +18 -0
  1847. package/openmrs/frontend/lodash-es@4.17.21/_setToPairs.js +18 -0
  1848. package/openmrs/frontend/lodash-es@4.17.21/_setToString.js +14 -0
  1849. package/openmrs/frontend/lodash-es@4.17.21/_setWrapToString.js +21 -0
  1850. package/openmrs/frontend/lodash-es@4.17.21/_shortOut.js +37 -0
  1851. package/openmrs/frontend/lodash-es@4.17.21/_shuffleSelf.js +28 -0
  1852. package/openmrs/frontend/lodash-es@4.17.21/_stackClear.js +15 -0
  1853. package/openmrs/frontend/lodash-es@4.17.21/_stackDelete.js +18 -0
  1854. package/openmrs/frontend/lodash-es@4.17.21/_stackGet.js +14 -0
  1855. package/openmrs/frontend/lodash-es@4.17.21/_stackHas.js +14 -0
  1856. package/openmrs/frontend/lodash-es@4.17.21/_stackSet.js +34 -0
  1857. package/openmrs/frontend/lodash-es@4.17.21/_strictIndexOf.js +23 -0
  1858. package/openmrs/frontend/lodash-es@4.17.21/_strictLastIndexOf.js +21 -0
  1859. package/openmrs/frontend/lodash-es@4.17.21/_stringSize.js +18 -0
  1860. package/openmrs/frontend/lodash-es@4.17.21/_stringToArray.js +18 -0
  1861. package/openmrs/frontend/lodash-es@4.17.21/_stringToPath.js +27 -0
  1862. package/openmrs/frontend/lodash-es@4.17.21/_toKey.js +21 -0
  1863. package/openmrs/frontend/lodash-es@4.17.21/_toSource.js +26 -0
  1864. package/openmrs/frontend/lodash-es@4.17.21/_trimmedEndIndex.js +19 -0
  1865. package/openmrs/frontend/lodash-es@4.17.21/_unescapeHtmlChar.js +21 -0
  1866. package/openmrs/frontend/lodash-es@4.17.21/_unicodeSize.js +44 -0
  1867. package/openmrs/frontend/lodash-es@4.17.21/_unicodeToArray.js +40 -0
  1868. package/openmrs/frontend/lodash-es@4.17.21/_unicodeWords.js +69 -0
  1869. package/openmrs/frontend/lodash-es@4.17.21/_updateWrapDetails.js +46 -0
  1870. package/openmrs/frontend/lodash-es@4.17.21/_wrapperClone.js +23 -0
  1871. package/openmrs/frontend/lodash-es@4.17.21/add.js +22 -0
  1872. package/openmrs/frontend/lodash-es@4.17.21/after.js +42 -0
  1873. package/openmrs/frontend/lodash-es@4.17.21/array.default.js +81 -0
  1874. package/openmrs/frontend/lodash-es@4.17.21/array.js +66 -0
  1875. package/openmrs/frontend/lodash-es@4.17.21/ary.js +29 -0
  1876. package/openmrs/frontend/lodash-es@4.17.21/assign.js +58 -0
  1877. package/openmrs/frontend/lodash-es@4.17.21/assignIn.js +40 -0
  1878. package/openmrs/frontend/lodash-es@4.17.21/assignInWith.js +38 -0
  1879. package/openmrs/frontend/lodash-es@4.17.21/assignWith.js +37 -0
  1880. package/openmrs/frontend/lodash-es@4.17.21/at.js +23 -0
  1881. package/openmrs/frontend/lodash-es@4.17.21/attempt.js +35 -0
  1882. package/openmrs/frontend/lodash-es@4.17.21/before.js +40 -0
  1883. package/openmrs/frontend/lodash-es@4.17.21/bind.js +57 -0
  1884. package/openmrs/frontend/lodash-es@4.17.21/bindAll.js +41 -0
  1885. package/openmrs/frontend/lodash-es@4.17.21/bindKey.js +68 -0
  1886. package/openmrs/frontend/lodash-es@4.17.21/camelCase.js +29 -0
  1887. package/openmrs/frontend/lodash-es@4.17.21/capitalize.js +23 -0
  1888. package/openmrs/frontend/lodash-es@4.17.21/castArray.js +44 -0
  1889. package/openmrs/frontend/lodash-es@4.17.21/ceil.js +26 -0
  1890. package/openmrs/frontend/lodash-es@4.17.21/chain.js +38 -0
  1891. package/openmrs/frontend/lodash-es@4.17.21/chunk.js +50 -0
  1892. package/openmrs/frontend/lodash-es@4.17.21/clamp.js +39 -0
  1893. package/openmrs/frontend/lodash-es@4.17.21/clone.js +36 -0
  1894. package/openmrs/frontend/lodash-es@4.17.21/cloneDeep.js +29 -0
  1895. package/openmrs/frontend/lodash-es@4.17.21/cloneDeepWith.js +40 -0
  1896. package/openmrs/frontend/lodash-es@4.17.21/cloneWith.js +42 -0
  1897. package/openmrs/frontend/lodash-es@4.17.21/collection.default.js +37 -0
  1898. package/openmrs/frontend/lodash-es@4.17.21/collection.js +29 -0
  1899. package/openmrs/frontend/lodash-es@4.17.21/commit.js +33 -0
  1900. package/openmrs/frontend/lodash-es@4.17.21/compact.js +31 -0
  1901. package/openmrs/frontend/lodash-es@4.17.21/concat.js +43 -0
  1902. package/openmrs/frontend/lodash-es@4.17.21/cond.js +60 -0
  1903. package/openmrs/frontend/lodash-es@4.17.21/conforms.js +35 -0
  1904. package/openmrs/frontend/lodash-es@4.17.21/conformsTo.js +32 -0
  1905. package/openmrs/frontend/lodash-es@4.17.21/constant.js +26 -0
  1906. package/openmrs/frontend/lodash-es@4.17.21/countBy.js +40 -0
  1907. package/openmrs/frontend/lodash-es@4.17.21/create.js +43 -0
  1908. package/openmrs/frontend/lodash-es@4.17.21/curry.js +57 -0
  1909. package/openmrs/frontend/lodash-es@4.17.21/curryRight.js +54 -0
  1910. package/openmrs/frontend/lodash-es@4.17.21/date.default.js +5 -0
  1911. package/openmrs/frontend/lodash-es@4.17.21/date.js +2 -0
  1912. package/openmrs/frontend/lodash-es@4.17.21/debounce.js +191 -0
  1913. package/openmrs/frontend/lodash-es@4.17.21/deburr.js +45 -0
  1914. package/openmrs/frontend/lodash-es@4.17.21/defaultTo.js +25 -0
  1915. package/openmrs/frontend/lodash-es@4.17.21/defaults.js +64 -0
  1916. package/openmrs/frontend/lodash-es@4.17.21/defaultsDeep.js +30 -0
  1917. package/openmrs/frontend/lodash-es@4.17.21/defer.js +26 -0
  1918. package/openmrs/frontend/lodash-es@4.17.21/delay.js +28 -0
  1919. package/openmrs/frontend/lodash-es@4.17.21/difference.js +33 -0
  1920. package/openmrs/frontend/lodash-es@4.17.21/differenceBy.js +44 -0
  1921. package/openmrs/frontend/lodash-es@4.17.21/differenceWith.js +40 -0
  1922. package/openmrs/frontend/lodash-es@4.17.21/divide.js +22 -0
  1923. package/openmrs/frontend/lodash-es@4.17.21/drop.js +38 -0
  1924. package/openmrs/frontend/lodash-es@4.17.21/dropRight.js +39 -0
  1925. package/openmrs/frontend/lodash-es@4.17.21/dropRightWhile.js +45 -0
  1926. package/openmrs/frontend/lodash-es@4.17.21/dropWhile.js +45 -0
  1927. package/openmrs/frontend/lodash-es@4.17.21/each.js +1 -0
  1928. package/openmrs/frontend/lodash-es@4.17.21/eachRight.js +1 -0
  1929. package/openmrs/frontend/lodash-es@4.17.21/endsWith.js +43 -0
  1930. package/openmrs/frontend/lodash-es@4.17.21/entries.js +1 -0
  1931. package/openmrs/frontend/lodash-es@4.17.21/entriesIn.js +1 -0
  1932. package/openmrs/frontend/lodash-es@4.17.21/eq.js +37 -0
  1933. package/openmrs/frontend/lodash-es@4.17.21/escape.js +43 -0
  1934. package/openmrs/frontend/lodash-es@4.17.21/escapeRegExp.js +32 -0
  1935. package/openmrs/frontend/lodash-es@4.17.21/every.js +56 -0
  1936. package/openmrs/frontend/lodash-es@4.17.21/extend.js +1 -0
  1937. package/openmrs/frontend/lodash-es@4.17.21/extendWith.js +1 -0
  1938. package/openmrs/frontend/lodash-es@4.17.21/fill.js +45 -0
  1939. package/openmrs/frontend/lodash-es@4.17.21/filter.js +52 -0
  1940. package/openmrs/frontend/lodash-es@4.17.21/find.js +42 -0
  1941. package/openmrs/frontend/lodash-es@4.17.21/findIndex.js +55 -0
  1942. package/openmrs/frontend/lodash-es@4.17.21/findKey.js +44 -0
  1943. package/openmrs/frontend/lodash-es@4.17.21/findLast.js +25 -0
  1944. package/openmrs/frontend/lodash-es@4.17.21/findLastIndex.js +59 -0
  1945. package/openmrs/frontend/lodash-es@4.17.21/findLastKey.js +44 -0
  1946. package/openmrs/frontend/lodash-es@4.17.21/first.js +1 -0
  1947. package/openmrs/frontend/lodash-es@4.17.21/flake.lock +40 -0
  1948. package/openmrs/frontend/lodash-es@4.17.21/flake.nix +20 -0
  1949. package/openmrs/frontend/lodash-es@4.17.21/flatMap.js +29 -0
  1950. package/openmrs/frontend/lodash-es@4.17.21/flatMapDeep.js +31 -0
  1951. package/openmrs/frontend/lodash-es@4.17.21/flatMapDepth.js +31 -0
  1952. package/openmrs/frontend/lodash-es@4.17.21/flatten.js +22 -0
  1953. package/openmrs/frontend/lodash-es@4.17.21/flattenDeep.js +25 -0
  1954. package/openmrs/frontend/lodash-es@4.17.21/flattenDepth.js +33 -0
  1955. package/openmrs/frontend/lodash-es@4.17.21/flip.js +28 -0
  1956. package/openmrs/frontend/lodash-es@4.17.21/floor.js +26 -0
  1957. package/openmrs/frontend/lodash-es@4.17.21/flow.js +27 -0
  1958. package/openmrs/frontend/lodash-es@4.17.21/flowRight.js +26 -0
  1959. package/openmrs/frontend/lodash-es@4.17.21/forEach.js +41 -0
  1960. package/openmrs/frontend/lodash-es@4.17.21/forEachRight.js +31 -0
  1961. package/openmrs/frontend/lodash-es@4.17.21/forIn.js +39 -0
  1962. package/openmrs/frontend/lodash-es@4.17.21/forInRight.js +37 -0
  1963. package/openmrs/frontend/lodash-es@4.17.21/forOwn.js +36 -0
  1964. package/openmrs/frontend/lodash-es@4.17.21/forOwnRight.js +34 -0
  1965. package/openmrs/frontend/lodash-es@4.17.21/fromPairs.js +28 -0
  1966. package/openmrs/frontend/lodash-es@4.17.21/function.default.js +31 -0
  1967. package/openmrs/frontend/lodash-es@4.17.21/function.js +24 -0
  1968. package/openmrs/frontend/lodash-es@4.17.21/functions.js +31 -0
  1969. package/openmrs/frontend/lodash-es@4.17.21/functionsIn.js +31 -0
  1970. package/openmrs/frontend/lodash-es@4.17.21/get.js +33 -0
  1971. package/openmrs/frontend/lodash-es@4.17.21/groupBy.js +41 -0
  1972. package/openmrs/frontend/lodash-es@4.17.21/gt.js +29 -0
  1973. package/openmrs/frontend/lodash-es@4.17.21/gte.js +30 -0
  1974. package/openmrs/frontend/lodash-es@4.17.21/has.js +35 -0
  1975. package/openmrs/frontend/lodash-es@4.17.21/hasIn.js +34 -0
  1976. package/openmrs/frontend/lodash-es@4.17.21/head.js +23 -0
  1977. package/openmrs/frontend/lodash-es@4.17.21/identity.js +21 -0
  1978. package/openmrs/frontend/lodash-es@4.17.21/inRange.js +55 -0
  1979. package/openmrs/frontend/lodash-es@4.17.21/includes.js +53 -0
  1980. package/openmrs/frontend/lodash-es@4.17.21/indexOf.js +42 -0
  1981. package/openmrs/frontend/lodash-es@4.17.21/initial.js +22 -0
  1982. package/openmrs/frontend/lodash-es@4.17.21/intersection.js +30 -0
  1983. package/openmrs/frontend/lodash-es@4.17.21/intersectionBy.js +45 -0
  1984. package/openmrs/frontend/lodash-es@4.17.21/intersectionWith.js +41 -0
  1985. package/openmrs/frontend/lodash-es@4.17.21/invert.js +42 -0
  1986. package/openmrs/frontend/lodash-es@4.17.21/invertBy.js +56 -0
  1987. package/openmrs/frontend/lodash-es@4.17.21/invoke.js +24 -0
  1988. package/openmrs/frontend/lodash-es@4.17.21/invokeMap.js +41 -0
  1989. package/openmrs/frontend/lodash-es@4.17.21/isArguments.js +36 -0
  1990. package/openmrs/frontend/lodash-es@4.17.21/isArray.js +26 -0
  1991. package/openmrs/frontend/lodash-es@4.17.21/isArrayBuffer.js +27 -0
  1992. package/openmrs/frontend/lodash-es@4.17.21/isArrayLike.js +33 -0
  1993. package/openmrs/frontend/lodash-es@4.17.21/isArrayLikeObject.js +33 -0
  1994. package/openmrs/frontend/lodash-es@4.17.21/isBoolean.js +29 -0
  1995. package/openmrs/frontend/lodash-es@4.17.21/isBuffer.js +38 -0
  1996. package/openmrs/frontend/lodash-es@4.17.21/isDate.js +27 -0
  1997. package/openmrs/frontend/lodash-es@4.17.21/isElement.js +25 -0
  1998. package/openmrs/frontend/lodash-es@4.17.21/isEmpty.js +77 -0
  1999. package/openmrs/frontend/lodash-es@4.17.21/isEqual.js +35 -0
  2000. package/openmrs/frontend/lodash-es@4.17.21/isEqualWith.js +41 -0
  2001. package/openmrs/frontend/lodash-es@4.17.21/isError.js +36 -0
  2002. package/openmrs/frontend/lodash-es@4.17.21/isFinite.js +36 -0
  2003. package/openmrs/frontend/lodash-es@4.17.21/isFunction.js +37 -0
  2004. package/openmrs/frontend/lodash-es@4.17.21/isInteger.js +33 -0
  2005. package/openmrs/frontend/lodash-es@4.17.21/isLength.js +35 -0
  2006. package/openmrs/frontend/lodash-es@4.17.21/isMap.js +27 -0
  2007. package/openmrs/frontend/lodash-es@4.17.21/isMatch.js +36 -0
  2008. package/openmrs/frontend/lodash-es@4.17.21/isMatchWith.js +41 -0
  2009. package/openmrs/frontend/lodash-es@4.17.21/isNaN.js +38 -0
  2010. package/openmrs/frontend/lodash-es@4.17.21/isNative.js +40 -0
  2011. package/openmrs/frontend/lodash-es@4.17.21/isNil.js +25 -0
  2012. package/openmrs/frontend/lodash-es@4.17.21/isNull.js +22 -0
  2013. package/openmrs/frontend/lodash-es@4.17.21/isNumber.js +38 -0
  2014. package/openmrs/frontend/lodash-es@4.17.21/isObject.js +31 -0
  2015. package/openmrs/frontend/lodash-es@4.17.21/isObjectLike.js +29 -0
  2016. package/openmrs/frontend/lodash-es@4.17.21/isPlainObject.js +62 -0
  2017. package/openmrs/frontend/lodash-es@4.17.21/isRegExp.js +27 -0
  2018. package/openmrs/frontend/lodash-es@4.17.21/isSafeInteger.js +37 -0
  2019. package/openmrs/frontend/lodash-es@4.17.21/isSet.js +27 -0
  2020. package/openmrs/frontend/lodash-es@4.17.21/isString.js +30 -0
  2021. package/openmrs/frontend/lodash-es@4.17.21/isSymbol.js +29 -0
  2022. package/openmrs/frontend/lodash-es@4.17.21/isTypedArray.js +27 -0
  2023. package/openmrs/frontend/lodash-es@4.17.21/isUndefined.js +22 -0
  2024. package/openmrs/frontend/lodash-es@4.17.21/isWeakMap.js +28 -0
  2025. package/openmrs/frontend/lodash-es@4.17.21/isWeakSet.js +28 -0
  2026. package/openmrs/frontend/lodash-es@4.17.21/iteratee.js +53 -0
  2027. package/openmrs/frontend/lodash-es@4.17.21/join.js +26 -0
  2028. package/openmrs/frontend/lodash-es@4.17.21/kebabCase.js +28 -0
  2029. package/openmrs/frontend/lodash-es@4.17.21/keyBy.js +36 -0
  2030. package/openmrs/frontend/lodash-es@4.17.21/keys.js +37 -0
  2031. package/openmrs/frontend/lodash-es@4.17.21/keysIn.js +32 -0
  2032. package/openmrs/frontend/lodash-es@4.17.21/lang.default.js +71 -0
  2033. package/openmrs/frontend/lodash-es@4.17.21/lang.js +57 -0
  2034. package/openmrs/frontend/lodash-es@4.17.21/last.js +20 -0
  2035. package/openmrs/frontend/lodash-es@4.17.21/lastIndexOf.js +46 -0
  2036. package/openmrs/frontend/lodash-es@4.17.21/lodash.default.js +643 -0
  2037. package/openmrs/frontend/lodash-es@4.17.21/lodash.js +331 -0
  2038. package/openmrs/frontend/lodash-es@4.17.21/lowerCase.js +27 -0
  2039. package/openmrs/frontend/lodash-es@4.17.21/lowerFirst.js +22 -0
  2040. package/openmrs/frontend/lodash-es@4.17.21/lt.js +29 -0
  2041. package/openmrs/frontend/lodash-es@4.17.21/lte.js +30 -0
  2042. package/openmrs/frontend/lodash-es@4.17.21/map.js +53 -0
  2043. package/openmrs/frontend/lodash-es@4.17.21/mapKeys.js +36 -0
  2044. package/openmrs/frontend/lodash-es@4.17.21/mapValues.js +43 -0
  2045. package/openmrs/frontend/lodash-es@4.17.21/matches.js +46 -0
  2046. package/openmrs/frontend/lodash-es@4.17.21/matchesProperty.js +44 -0
  2047. package/openmrs/frontend/lodash-es@4.17.21/math.default.js +21 -0
  2048. package/openmrs/frontend/lodash-es@4.17.21/math.js +16 -0
  2049. package/openmrs/frontend/lodash-es@4.17.21/max.js +29 -0
  2050. package/openmrs/frontend/lodash-es@4.17.21/maxBy.js +34 -0
  2051. package/openmrs/frontend/lodash-es@4.17.21/mean.js +22 -0
  2052. package/openmrs/frontend/lodash-es@4.17.21/meanBy.js +31 -0
  2053. package/openmrs/frontend/lodash-es@4.17.21/memoize.js +73 -0
  2054. package/openmrs/frontend/lodash-es@4.17.21/merge.js +39 -0
  2055. package/openmrs/frontend/lodash-es@4.17.21/mergeWith.js +39 -0
  2056. package/openmrs/frontend/lodash-es@4.17.21/method.js +34 -0
  2057. package/openmrs/frontend/lodash-es@4.17.21/methodOf.js +33 -0
  2058. package/openmrs/frontend/lodash-es@4.17.21/min.js +29 -0
  2059. package/openmrs/frontend/lodash-es@4.17.21/minBy.js +34 -0
  2060. package/openmrs/frontend/lodash-es@4.17.21/mixin.js +74 -0
  2061. package/openmrs/frontend/lodash-es@4.17.21/multiply.js +22 -0
  2062. package/openmrs/frontend/lodash-es@4.17.21/negate.js +40 -0
  2063. package/openmrs/frontend/lodash-es@4.17.21/next.js +35 -0
  2064. package/openmrs/frontend/lodash-es@4.17.21/noop.js +17 -0
  2065. package/openmrs/frontend/lodash-es@4.17.21/now.js +23 -0
  2066. package/openmrs/frontend/lodash-es@4.17.21/nth.js +29 -0
  2067. package/openmrs/frontend/lodash-es@4.17.21/nthArg.js +32 -0
  2068. package/openmrs/frontend/lodash-es@4.17.21/number.default.js +7 -0
  2069. package/openmrs/frontend/lodash-es@4.17.21/number.js +4 -0
  2070. package/openmrs/frontend/lodash-es@4.17.21/object.default.js +60 -0
  2071. package/openmrs/frontend/lodash-es@4.17.21/object.js +48 -0
  2072. package/openmrs/frontend/lodash-es@4.17.21/omit.js +57 -0
  2073. package/openmrs/frontend/lodash-es@4.17.21/omitBy.js +29 -0
  2074. package/openmrs/frontend/lodash-es@4.17.21/once.js +25 -0
  2075. package/openmrs/frontend/lodash-es@4.17.21/orderBy.js +47 -0
  2076. package/openmrs/frontend/lodash-es@4.17.21/over.js +24 -0
  2077. package/openmrs/frontend/lodash-es@4.17.21/overArgs.js +61 -0
  2078. package/openmrs/frontend/lodash-es@4.17.21/overEvery.js +34 -0
  2079. package/openmrs/frontend/lodash-es@4.17.21/overSome.js +37 -0
  2080. package/openmrs/frontend/lodash-es@4.17.21/package.json +21 -0
  2081. package/openmrs/frontend/lodash-es@4.17.21/pad.js +49 -0
  2082. package/openmrs/frontend/lodash-es@4.17.21/padEnd.js +39 -0
  2083. package/openmrs/frontend/lodash-es@4.17.21/padStart.js +39 -0
  2084. package/openmrs/frontend/lodash-es@4.17.21/parseInt.js +43 -0
  2085. package/openmrs/frontend/lodash-es@4.17.21/partial.js +50 -0
  2086. package/openmrs/frontend/lodash-es@4.17.21/partialRight.js +49 -0
  2087. package/openmrs/frontend/lodash-es@4.17.21/partition.js +43 -0
  2088. package/openmrs/frontend/lodash-es@4.17.21/pick.js +25 -0
  2089. package/openmrs/frontend/lodash-es@4.17.21/pickBy.js +37 -0
  2090. package/openmrs/frontend/lodash-es@4.17.21/plant.js +48 -0
  2091. package/openmrs/frontend/lodash-es@4.17.21/property.js +32 -0
  2092. package/openmrs/frontend/lodash-es@4.17.21/propertyOf.js +30 -0
  2093. package/openmrs/frontend/lodash-es@4.17.21/pull.js +29 -0
  2094. package/openmrs/frontend/lodash-es@4.17.21/pullAll.js +29 -0
  2095. package/openmrs/frontend/lodash-es@4.17.21/pullAllBy.js +33 -0
  2096. package/openmrs/frontend/lodash-es@4.17.21/pullAllWith.js +32 -0
  2097. package/openmrs/frontend/lodash-es@4.17.21/pullAt.js +43 -0
  2098. package/openmrs/frontend/lodash-es@4.17.21/random.js +82 -0
  2099. package/openmrs/frontend/lodash-es@4.17.21/range.js +46 -0
  2100. package/openmrs/frontend/lodash-es@4.17.21/rangeRight.js +41 -0
  2101. package/openmrs/frontend/lodash-es@4.17.21/rearg.js +33 -0
  2102. package/openmrs/frontend/lodash-es@4.17.21/reduce.js +51 -0
  2103. package/openmrs/frontend/lodash-es@4.17.21/reduceRight.js +36 -0
  2104. package/openmrs/frontend/lodash-es@4.17.21/reject.js +46 -0
  2105. package/openmrs/frontend/lodash-es@4.17.21/release.md +48 -0
  2106. package/openmrs/frontend/lodash-es@4.17.21/remove.js +53 -0
  2107. package/openmrs/frontend/lodash-es@4.17.21/repeat.js +37 -0
  2108. package/openmrs/frontend/lodash-es@4.17.21/replace.js +29 -0
  2109. package/openmrs/frontend/lodash-es@4.17.21/rest.js +40 -0
  2110. package/openmrs/frontend/lodash-es@4.17.21/result.js +56 -0
  2111. package/openmrs/frontend/lodash-es@4.17.21/reverse.js +34 -0
  2112. package/openmrs/frontend/lodash-es@4.17.21/round.js +26 -0
  2113. package/openmrs/frontend/lodash-es@4.17.21/sample.js +24 -0
  2114. package/openmrs/frontend/lodash-es@4.17.21/sampleSize.js +37 -0
  2115. package/openmrs/frontend/lodash-es@4.17.21/seq.default.js +20 -0
  2116. package/openmrs/frontend/lodash-es@4.17.21/seq.js +15 -0
  2117. package/openmrs/frontend/lodash-es@4.17.21/set.js +35 -0
  2118. package/openmrs/frontend/lodash-es@4.17.21/setWith.js +32 -0
  2119. package/openmrs/frontend/lodash-es@4.17.21/shuffle.js +25 -0
  2120. package/openmrs/frontend/lodash-es@4.17.21/size.js +46 -0
  2121. package/openmrs/frontend/lodash-es@4.17.21/slice.js +37 -0
  2122. package/openmrs/frontend/lodash-es@4.17.21/snakeCase.js +28 -0
  2123. package/openmrs/frontend/lodash-es@4.17.21/some.js +51 -0
  2124. package/openmrs/frontend/lodash-es@4.17.21/sortBy.js +48 -0
  2125. package/openmrs/frontend/lodash-es@4.17.21/sortedIndex.js +24 -0
  2126. package/openmrs/frontend/lodash-es@4.17.21/sortedIndexBy.js +33 -0
  2127. package/openmrs/frontend/lodash-es@4.17.21/sortedIndexOf.js +31 -0
  2128. package/openmrs/frontend/lodash-es@4.17.21/sortedLastIndex.js +25 -0
  2129. package/openmrs/frontend/lodash-es@4.17.21/sortedLastIndexBy.js +33 -0
  2130. package/openmrs/frontend/lodash-es@4.17.21/sortedLastIndexOf.js +31 -0
  2131. package/openmrs/frontend/lodash-es@4.17.21/sortedUniq.js +24 -0
  2132. package/openmrs/frontend/lodash-es@4.17.21/sortedUniqBy.js +26 -0
  2133. package/openmrs/frontend/lodash-es@4.17.21/split.js +52 -0
  2134. package/openmrs/frontend/lodash-es@4.17.21/spread.js +63 -0
  2135. package/openmrs/frontend/lodash-es@4.17.21/startCase.js +29 -0
  2136. package/openmrs/frontend/lodash-es@4.17.21/startsWith.js +39 -0
  2137. package/openmrs/frontend/lodash-es@4.17.21/string.default.js +41 -0
  2138. package/openmrs/frontend/lodash-es@4.17.21/string.js +32 -0
  2139. package/openmrs/frontend/lodash-es@4.17.21/stubArray.js +23 -0
  2140. package/openmrs/frontend/lodash-es@4.17.21/stubFalse.js +18 -0
  2141. package/openmrs/frontend/lodash-es@4.17.21/stubObject.js +23 -0
  2142. package/openmrs/frontend/lodash-es@4.17.21/stubString.js +18 -0
  2143. package/openmrs/frontend/lodash-es@4.17.21/stubTrue.js +18 -0
  2144. package/openmrs/frontend/lodash-es@4.17.21/subtract.js +22 -0
  2145. package/openmrs/frontend/lodash-es@4.17.21/sum.js +24 -0
  2146. package/openmrs/frontend/lodash-es@4.17.21/sumBy.js +33 -0
  2147. package/openmrs/frontend/lodash-es@4.17.21/tail.js +22 -0
  2148. package/openmrs/frontend/lodash-es@4.17.21/take.js +37 -0
  2149. package/openmrs/frontend/lodash-es@4.17.21/takeRight.js +39 -0
  2150. package/openmrs/frontend/lodash-es@4.17.21/takeRightWhile.js +45 -0
  2151. package/openmrs/frontend/lodash-es@4.17.21/takeWhile.js +45 -0
  2152. package/openmrs/frontend/lodash-es@4.17.21/tap.js +29 -0
  2153. package/openmrs/frontend/lodash-es@4.17.21/template.js +272 -0
  2154. package/openmrs/frontend/lodash-es@4.17.21/templateSettings.js +67 -0
  2155. package/openmrs/frontend/lodash-es@4.17.21/throttle.js +69 -0
  2156. package/openmrs/frontend/lodash-es@4.17.21/thru.js +28 -0
  2157. package/openmrs/frontend/lodash-es@4.17.21/times.js +51 -0
  2158. package/openmrs/frontend/lodash-es@4.17.21/toArray.js +58 -0
  2159. package/openmrs/frontend/lodash-es@4.17.21/toFinite.js +42 -0
  2160. package/openmrs/frontend/lodash-es@4.17.21/toInteger.js +36 -0
  2161. package/openmrs/frontend/lodash-es@4.17.21/toIterator.js +23 -0
  2162. package/openmrs/frontend/lodash-es@4.17.21/toJSON.js +1 -0
  2163. package/openmrs/frontend/lodash-es@4.17.21/toLength.js +38 -0
  2164. package/openmrs/frontend/lodash-es@4.17.21/toLower.js +28 -0
  2165. package/openmrs/frontend/lodash-es@4.17.21/toNumber.js +64 -0
  2166. package/openmrs/frontend/lodash-es@4.17.21/toPairs.js +30 -0
  2167. package/openmrs/frontend/lodash-es@4.17.21/toPairsIn.js +30 -0
  2168. package/openmrs/frontend/lodash-es@4.17.21/toPath.js +33 -0
  2169. package/openmrs/frontend/lodash-es@4.17.21/toPlainObject.js +32 -0
  2170. package/openmrs/frontend/lodash-es@4.17.21/toSafeInteger.js +37 -0
  2171. package/openmrs/frontend/lodash-es@4.17.21/toString.js +28 -0
  2172. package/openmrs/frontend/lodash-es@4.17.21/toUpper.js +28 -0
  2173. package/openmrs/frontend/lodash-es@4.17.21/transform.js +65 -0
  2174. package/openmrs/frontend/lodash-es@4.17.21/trim.js +47 -0
  2175. package/openmrs/frontend/lodash-es@4.17.21/trimEnd.js +41 -0
  2176. package/openmrs/frontend/lodash-es@4.17.21/trimStart.js +43 -0
  2177. package/openmrs/frontend/lodash-es@4.17.21/truncate.js +111 -0
  2178. package/openmrs/frontend/lodash-es@4.17.21/unary.js +22 -0
  2179. package/openmrs/frontend/lodash-es@4.17.21/unescape.js +34 -0
  2180. package/openmrs/frontend/lodash-es@4.17.21/union.js +26 -0
  2181. package/openmrs/frontend/lodash-es@4.17.21/unionBy.js +39 -0
  2182. package/openmrs/frontend/lodash-es@4.17.21/unionWith.js +34 -0
  2183. package/openmrs/frontend/lodash-es@4.17.21/uniq.js +25 -0
  2184. package/openmrs/frontend/lodash-es@4.17.21/uniqBy.js +31 -0
  2185. package/openmrs/frontend/lodash-es@4.17.21/uniqWith.js +28 -0
  2186. package/openmrs/frontend/lodash-es@4.17.21/uniqueId.js +28 -0
  2187. package/openmrs/frontend/lodash-es@4.17.21/unset.js +34 -0
  2188. package/openmrs/frontend/lodash-es@4.17.21/unzip.js +45 -0
  2189. package/openmrs/frontend/lodash-es@4.17.21/unzipWith.js +39 -0
  2190. package/openmrs/frontend/lodash-es@4.17.21/update.js +35 -0
  2191. package/openmrs/frontend/lodash-es@4.17.21/updateWith.js +33 -0
  2192. package/openmrs/frontend/lodash-es@4.17.21/upperCase.js +27 -0
  2193. package/openmrs/frontend/lodash-es@4.17.21/upperFirst.js +22 -0
  2194. package/openmrs/frontend/lodash-es@4.17.21/util.default.js +42 -0
  2195. package/openmrs/frontend/lodash-es@4.17.21/util.js +33 -0
  2196. package/openmrs/frontend/lodash-es@4.17.21/value.js +1 -0
  2197. package/openmrs/frontend/lodash-es@4.17.21/valueOf.js +1 -0
  2198. package/openmrs/frontend/lodash-es@4.17.21/values.js +34 -0
  2199. package/openmrs/frontend/lodash-es@4.17.21/valuesIn.js +32 -0
  2200. package/openmrs/frontend/lodash-es@4.17.21/without.js +31 -0
  2201. package/openmrs/frontend/lodash-es@4.17.21/words.js +35 -0
  2202. package/openmrs/frontend/lodash-es@4.17.21/wrap.js +30 -0
  2203. package/openmrs/frontend/lodash-es@4.17.21/wrapperAt.js +48 -0
  2204. package/openmrs/frontend/lodash-es@4.17.21/wrapperChain.js +34 -0
  2205. package/openmrs/frontend/lodash-es@4.17.21/wrapperLodash.js +147 -0
  2206. package/openmrs/frontend/lodash-es@4.17.21/wrapperReverse.js +44 -0
  2207. package/openmrs/frontend/lodash-es@4.17.21/wrapperValue.js +21 -0
  2208. package/openmrs/frontend/lodash-es@4.17.21/xor.js +28 -0
  2209. package/openmrs/frontend/lodash-es@4.17.21/xorBy.js +39 -0
  2210. package/openmrs/frontend/lodash-es@4.17.21/xorWith.js +34 -0
  2211. package/openmrs/frontend/lodash-es@4.17.21/zip.js +22 -0
  2212. package/openmrs/frontend/lodash-es@4.17.21/zipObject.js +24 -0
  2213. package/openmrs/frontend/lodash-es@4.17.21/zipObjectDeep.js +23 -0
  2214. package/openmrs/frontend/lodash-es@4.17.21/zipWith.js +32 -0
  2215. package/openmrs/frontend/logo.svg +50 -0
  2216. package/openmrs/frontend/loose-envify@1.4.0/LICENSE +21 -0
  2217. package/openmrs/frontend/loose-envify@1.4.0/README.md +45 -0
  2218. package/openmrs/frontend/loose-envify@1.4.0/cli.js +16 -0
  2219. package/openmrs/frontend/loose-envify@1.4.0/custom.js +4 -0
  2220. package/openmrs/frontend/loose-envify@1.4.0/index.js +3 -0
  2221. package/openmrs/frontend/loose-envify@1.4.0/loose-envify.js +36 -0
  2222. package/openmrs/frontend/loose-envify@1.4.0/package.json +36 -0
  2223. package/openmrs/frontend/loose-envify@1.4.0/replace.js +65 -0
  2224. package/openmrs/frontend/object-assign@4.1.1/index.js +90 -0
  2225. package/openmrs/frontend/object-assign@4.1.1/license +21 -0
  2226. package/openmrs/frontend/object-assign@4.1.1/package.json +42 -0
  2227. package/openmrs/frontend/object-assign@4.1.1/readme.md +61 -0
  2228. package/openmrs/frontend/path-to-regexp@1.8.0/History.md +158 -0
  2229. package/openmrs/frontend/path-to-regexp@1.8.0/LICENSE +21 -0
  2230. package/openmrs/frontend/path-to-regexp@1.8.0/Readme.md +257 -0
  2231. package/openmrs/frontend/path-to-regexp@1.8.0/index.d.ts +84 -0
  2232. package/openmrs/frontend/path-to-regexp@1.8.0/index.js +426 -0
  2233. package/openmrs/frontend/path-to-regexp@1.8.0/package.json +47 -0
  2234. package/openmrs/frontend/prop-types@15.8.1/LICENSE +21 -0
  2235. package/openmrs/frontend/prop-types@15.8.1/README.md +302 -0
  2236. package/openmrs/frontend/prop-types@15.8.1/checkPropTypes.js +103 -0
  2237. package/openmrs/frontend/prop-types@15.8.1/factory.js +19 -0
  2238. package/openmrs/frontend/prop-types@15.8.1/factoryWithThrowingShims.js +65 -0
  2239. package/openmrs/frontend/prop-types@15.8.1/factoryWithTypeCheckers.js +610 -0
  2240. package/openmrs/frontend/prop-types@15.8.1/index.js +19 -0
  2241. package/openmrs/frontend/prop-types@15.8.1/lib/ReactPropTypesSecret.js +12 -0
  2242. package/openmrs/frontend/prop-types@15.8.1/lib/has.js +1 -0
  2243. package/openmrs/frontend/prop-types@15.8.1/package.json +60 -0
  2244. package/openmrs/frontend/prop-types@15.8.1/prop-types.js +1315 -0
  2245. package/openmrs/frontend/prop-types@15.8.1/prop-types.min.js +1 -0
  2246. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-server.browser.development.js +4147 -0
  2247. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-server.browser.production.min.js +45 -0
  2248. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-test-utils.development.js +1499 -0
  2249. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-test-utils.production.min.js +30 -0
  2250. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-fizz.browser.development.js +141 -0
  2251. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-fizz.browser.production.min.js +10 -0
  2252. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-native-dependencies.development.js +1628 -0
  2253. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-native-dependencies.production.min.js +28 -0
  2254. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom.development.js +25147 -0
  2255. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom.production.min.js +239 -0
  2256. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom.profiling.min.js +247 -0
  2257. package/openmrs/frontend/react-grid-gallery@0.5.5/.github/contributing.md +21 -0
  2258. package/openmrs/frontend/react-grid-gallery@0.5.5/.github/issue_template.md +11 -0
  2259. package/openmrs/frontend/react-grid-gallery@0.5.5/CHANGELOG.md +358 -0
  2260. package/openmrs/frontend/react-grid-gallery@0.5.5/CODE_OF_CONDUCT.md +1 -0
  2261. package/openmrs/frontend/react-grid-gallery@0.5.5/LICENSE +21 -0
  2262. package/openmrs/frontend/react-grid-gallery@0.5.5/README.md +219 -0
  2263. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/app.js +321 -0
  2264. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo1.js +128 -0
  2265. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo2.js +110 -0
  2266. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo3.js +108 -0
  2267. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo4.js +165 -0
  2268. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo5.js +119 -0
  2269. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo6.js +135 -0
  2270. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo7.js +134 -0
  2271. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/different-orientations-example.js +88 -0
  2272. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/github-light.css +124 -0
  2273. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/index.html +155 -0
  2274. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/normalise.css +424 -0
  2275. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/stylesheet.css +251 -0
  2276. package/openmrs/frontend/react-grid-gallery@0.5.5/gulpfile.js +128 -0
  2277. package/openmrs/frontend/react-grid-gallery@0.5.5/lib/CheckButton.js +144 -0
  2278. package/openmrs/frontend/react-grid-gallery@0.5.5/lib/Gallery.js +432 -0
  2279. package/openmrs/frontend/react-grid-gallery@0.5.5/lib/Image.js +317 -0
  2280. package/openmrs/frontend/react-grid-gallery@0.5.5/package.json +59 -0
  2281. package/openmrs/frontend/react-grid-gallery@0.5.5/src/CheckButton.js +116 -0
  2282. package/openmrs/frontend/react-grid-gallery@0.5.5/src/Gallery.js +394 -0
  2283. package/openmrs/frontend/react-grid-gallery@0.5.5/src/Image.js +278 -0
  2284. package/openmrs/frontend/react-i18next@11.18.6/CHANGELOG.md +1164 -0
  2285. package/openmrs/frontend/react-i18next@11.18.6/LICENSE +22 -0
  2286. package/openmrs/frontend/react-i18next@11.18.6/README.md +186 -0
  2287. package/openmrs/frontend/react-i18next@11.18.6/dist/amd/react-i18next.js +1061 -0
  2288. package/openmrs/frontend/react-i18next@11.18.6/dist/amd/react-i18next.min.js +1 -0
  2289. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/I18nextProvider.js +25 -0
  2290. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/Trans.js +291 -0
  2291. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/Translation.js +33 -0
  2292. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/context.js +126 -0
  2293. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/index.js +148 -0
  2294. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/unescape.js +39 -0
  2295. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/useSSR.js +38 -0
  2296. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/useTranslation.js +132 -0
  2297. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/utils.js +97 -0
  2298. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/withSSR.js +43 -0
  2299. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/withTranslation.js +69 -0
  2300. package/openmrs/frontend/react-i18next@11.18.6/dist/es/I18nextProvider.js +16 -0
  2301. package/openmrs/frontend/react-i18next@11.18.6/dist/es/Trans.js +275 -0
  2302. package/openmrs/frontend/react-i18next@11.18.6/dist/es/Translation.js +20 -0
  2303. package/openmrs/frontend/react-i18next@11.18.6/dist/es/context.js +97 -0
  2304. package/openmrs/frontend/react-i18next@11.18.6/dist/es/index.js +26 -0
  2305. package/openmrs/frontend/react-i18next@11.18.6/dist/es/unescape.js +31 -0
  2306. package/openmrs/frontend/react-i18next@11.18.6/dist/es/useSSR.js +29 -0
  2307. package/openmrs/frontend/react-i18next@11.18.6/dist/es/useTranslation.js +120 -0
  2308. package/openmrs/frontend/react-i18next@11.18.6/dist/es/utils.js +82 -0
  2309. package/openmrs/frontend/react-i18next@11.18.6/dist/es/withSSR.js +29 -0
  2310. package/openmrs/frontend/react-i18next@11.18.6/dist/es/withTranslation.js +54 -0
  2311. package/openmrs/frontend/react-i18next@11.18.6/dist/umd/react-i18next.js +1065 -0
  2312. package/openmrs/frontend/react-i18next@11.18.6/dist/umd/react-i18next.min.js +1 -0
  2313. package/openmrs/frontend/react-i18next@11.18.6/icu.macro.js +731 -0
  2314. package/openmrs/frontend/react-i18next@11.18.6/index.d.ts +136 -0
  2315. package/openmrs/frontend/react-i18next@11.18.6/package.json +171 -0
  2316. package/openmrs/frontend/react-i18next@11.18.6/react-i18next.js +1065 -0
  2317. package/openmrs/frontend/react-i18next@11.18.6/react-i18next.min.js +1 -0
  2318. package/openmrs/frontend/react-i18next@11.18.6/src/I18nextProvider.js +19 -0
  2319. package/openmrs/frontend/react-i18next@11.18.6/src/Trans.js +343 -0
  2320. package/openmrs/frontend/react-i18next@11.18.6/src/Translation.js +15 -0
  2321. package/openmrs/frontend/react-i18next@11.18.6/src/context.js +111 -0
  2322. package/openmrs/frontend/react-i18next@11.18.6/src/index.js +27 -0
  2323. package/openmrs/frontend/react-i18next@11.18.6/src/unescape.js +30 -0
  2324. package/openmrs/frontend/react-i18next@11.18.6/src/useSSR.js +33 -0
  2325. package/openmrs/frontend/react-i18next@11.18.6/src/useTranslation.js +123 -0
  2326. package/openmrs/frontend/react-i18next@11.18.6/src/utils.js +119 -0
  2327. package/openmrs/frontend/react-i18next@11.18.6/src/withSSR.js +22 -0
  2328. package/openmrs/frontend/react-i18next@11.18.6/src/withTranslation.js +35 -0
  2329. package/openmrs/frontend/react-i18next@11.18.6/ts4.1/icu.macro.d.ts +105 -0
  2330. package/openmrs/frontend/react-i18next@11.18.6/ts4.1/index.d.ts +398 -0
  2331. package/openmrs/frontend/react-i18next@11.18.6/tslint.json +16 -0
  2332. package/openmrs/frontend/react-images@0.5.19/.babelrc +5 -0
  2333. package/openmrs/frontend/react-images@0.5.19/.eslintrc +7 -0
  2334. package/openmrs/frontend/react-images@0.5.19/.github/CONTRIBUTING.md +20 -0
  2335. package/openmrs/frontend/react-images@0.5.19/.github/HISTORY.md +159 -0
  2336. package/openmrs/frontend/react-images@0.5.19/.github/ISSUE_TEMPLATE.md +5 -0
  2337. package/openmrs/frontend/react-images@0.5.19/.github/PULL_REQUEST_TEMPLATE.md +17 -0
  2338. package/openmrs/frontend/react-images@0.5.19/LICENSE +22 -0
  2339. package/openmrs/frontend/react-images@0.5.19/README.md +119 -0
  2340. package/openmrs/frontend/react-images@0.5.19/dist/react-images.es.js +1484 -0
  2341. package/openmrs/frontend/react-images@0.5.19/dist/react-images.js +1488 -0
  2342. package/openmrs/frontend/react-images@0.5.19/dist/react-images.min.js +1 -0
  2343. package/openmrs/frontend/react-images@0.5.19/examples/dist/app.js +156 -0
  2344. package/openmrs/frontend/react-images@0.5.19/examples/dist/common.js +24806 -0
  2345. package/openmrs/frontend/react-images@0.5.19/examples/dist/example.css +264 -0
  2346. package/openmrs/frontend/react-images@0.5.19/examples/dist/favicon.ico +0 -0
  2347. package/openmrs/frontend/react-images@0.5.19/examples/dist/index.html +271 -0
  2348. package/openmrs/frontend/react-images@0.5.19/examples/src/app.js +163 -0
  2349. package/openmrs/frontend/react-images@0.5.19/examples/src/components/DownloadButton/icon.js +8 -0
  2350. package/openmrs/frontend/react-images@0.5.19/examples/src/components/DownloadButton/index.js +37 -0
  2351. package/openmrs/frontend/react-images@0.5.19/examples/src/components/Gallery.js +167 -0
  2352. package/openmrs/frontend/react-images@0.5.19/examples/src/components/Spinner.js +64 -0
  2353. package/openmrs/frontend/react-images@0.5.19/examples/src/example.less +364 -0
  2354. package/openmrs/frontend/react-images@0.5.19/examples/src/favicon.ico +0 -0
  2355. package/openmrs/frontend/react-images@0.5.19/examples/src/index.html +279 -0
  2356. package/openmrs/frontend/react-images@0.5.19/examples/src/standalone.html +93 -0
  2357. package/openmrs/frontend/react-images@0.5.19/lib/Lightbox.js +559 -0
  2358. package/openmrs/frontend/react-images@0.5.19/lib/components/Arrow.js +116 -0
  2359. package/openmrs/frontend/react-images@0.5.19/lib/components/Container.js +67 -0
  2360. package/openmrs/frontend/react-images@0.5.19/lib/components/Footer.js +100 -0
  2361. package/openmrs/frontend/react-images@0.5.19/lib/components/Header.js +95 -0
  2362. package/openmrs/frontend/react-images@0.5.19/lib/components/Icon.js +55 -0
  2363. package/openmrs/frontend/react-images@0.5.19/lib/components/PaginatedThumbnails.js +238 -0
  2364. package/openmrs/frontend/react-images@0.5.19/lib/components/PassContext.js +57 -0
  2365. package/openmrs/frontend/react-images@0.5.19/lib/components/Portal.js +104 -0
  2366. package/openmrs/frontend/react-images@0.5.19/lib/components/Spinner.js +74 -0
  2367. package/openmrs/frontend/react-images@0.5.19/lib/components/Thumbnail.js +79 -0
  2368. package/openmrs/frontend/react-images@0.5.19/lib/components/Thumbnails.js +69 -0
  2369. package/openmrs/frontend/react-images@0.5.19/lib/icons/arrowLeft.js +9 -0
  2370. package/openmrs/frontend/react-images@0.5.19/lib/icons/arrowRight.js +9 -0
  2371. package/openmrs/frontend/react-images@0.5.19/lib/icons/close.js +9 -0
  2372. package/openmrs/frontend/react-images@0.5.19/lib/theme.js +58 -0
  2373. package/openmrs/frontend/react-images@0.5.19/lib/utils/bindFunctions.js +25 -0
  2374. package/openmrs/frontend/react-images@0.5.19/lib/utils/canUseDom.js +8 -0
  2375. package/openmrs/frontend/react-images@0.5.19/lib/utils/deepMerge.js +31 -0
  2376. package/openmrs/frontend/react-images@0.5.19/package-scripts.js +30 -0
  2377. package/openmrs/frontend/react-images@0.5.19/package.json +82 -0
  2378. package/openmrs/frontend/react-images@0.5.19/rollup.config.js +63 -0
  2379. package/openmrs/frontend/react-images@0.5.19/src/Lightbox.js +466 -0
  2380. package/openmrs/frontend/react-images@0.5.19/src/components/Arrow.js +92 -0
  2381. package/openmrs/frontend/react-images@0.5.19/src/components/Container.js +43 -0
  2382. package/openmrs/frontend/react-images@0.5.19/src/components/Footer.js +76 -0
  2383. package/openmrs/frontend/react-images@0.5.19/src/components/Header.js +69 -0
  2384. package/openmrs/frontend/react-images@0.5.19/src/components/Icon.js +28 -0
  2385. package/openmrs/frontend/react-images@0.5.19/src/components/PaginatedThumbnails.js +163 -0
  2386. package/openmrs/frontend/react-images@0.5.19/src/components/PassContext.js +23 -0
  2387. package/openmrs/frontend/react-images@0.5.19/src/components/Portal.js +54 -0
  2388. package/openmrs/frontend/react-images@0.5.19/src/components/Spinner.js +56 -0
  2389. package/openmrs/frontend/react-images@0.5.19/src/components/Thumbnail.js +55 -0
  2390. package/openmrs/frontend/react-images@0.5.19/src/components/Thumbnails.js +45 -0
  2391. package/openmrs/frontend/react-images@0.5.19/src/icons/arrowLeft.js +5 -0
  2392. package/openmrs/frontend/react-images@0.5.19/src/icons/arrowRight.js +5 -0
  2393. package/openmrs/frontend/react-images@0.5.19/src/icons/close.js +5 -0
  2394. package/openmrs/frontend/react-images@0.5.19/src/theme.js +54 -0
  2395. package/openmrs/frontend/react-images@0.5.19/src/utils/bindFunctions.js +15 -0
  2396. package/openmrs/frontend/react-images@0.5.19/src/utils/canUseDom.js +7 -0
  2397. package/openmrs/frontend/react-images@0.5.19/src/utils/deepMerge.js +19 -0
  2398. package/openmrs/frontend/react-images@0.5.19/webpack.config.js +64 -0
  2399. package/openmrs/frontend/react-images@0.5.19/yarn.lock +5705 -0
  2400. package/openmrs/frontend/react-is@16.13.1/LICENSE +21 -0
  2401. package/openmrs/frontend/react-is@16.13.1/README.md +104 -0
  2402. package/openmrs/frontend/react-is@16.13.1/build-info.json +8 -0
  2403. package/openmrs/frontend/react-is@16.13.1/cjs/react-is.development.js +181 -0
  2404. package/openmrs/frontend/react-is@16.13.1/cjs/react-is.production.min.js +15 -0
  2405. package/openmrs/frontend/react-is@16.13.1/index.js +7 -0
  2406. package/openmrs/frontend/react-is@16.13.1/package.json +27 -0
  2407. package/openmrs/frontend/react-is@16.13.1/umd/react-is.development.js +181 -0
  2408. package/openmrs/frontend/react-is@16.13.1/umd/react-is.production.min.js +13 -0
  2409. package/openmrs/frontend/react-lifecycles-compat@3.0.4/CHANGELOG.md +48 -0
  2410. package/openmrs/frontend/react-lifecycles-compat@3.0.4/LICENSE.md +21 -0
  2411. package/openmrs/frontend/react-lifecycles-compat@3.0.4/README.md +57 -0
  2412. package/openmrs/frontend/react-lifecycles-compat@3.0.4/package.json +39 -0
  2413. package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.cjs.js +162 -0
  2414. package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.es.js +158 -0
  2415. package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.js +168 -0
  2416. package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.min.js +1 -0
  2417. package/openmrs/frontend/react-modal@3.16.1/CHANGELOG.md +904 -0
  2418. package/openmrs/frontend/react-modal@3.16.1/LICENSE +19 -0
  2419. package/openmrs/frontend/react-modal@3.16.1/README.md +131 -0
  2420. package/openmrs/frontend/react-modal@3.16.1/UPGRADE_GUIDE.md +7 -0
  2421. package/openmrs/frontend/react-modal@3.16.1/dist/react-modal.js +39 -0
  2422. package/openmrs/frontend/react-modal@3.16.1/dist/react-modal.min.js +39 -0
  2423. package/openmrs/frontend/react-modal@3.16.1/lib/components/Modal.js +300 -0
  2424. package/openmrs/frontend/react-modal@3.16.1/lib/components/ModalPortal.js +445 -0
  2425. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/ariaAppHider.js +139 -0
  2426. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/bodyTrap.js +93 -0
  2427. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/classList.js +130 -0
  2428. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/focusManager.js +117 -0
  2429. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/portalOpenInstances.js +78 -0
  2430. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/safeHTMLElement.js +24 -0
  2431. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/scopeTab.js +96 -0
  2432. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/tabbable.js +82 -0
  2433. package/openmrs/frontend/react-modal@3.16.1/lib/index.js +14 -0
  2434. package/openmrs/frontend/react-modal@3.16.1/package.json +91 -0
  2435. package/openmrs/frontend/react-prop-toggle@1.0.2/LICENSE +21 -0
  2436. package/openmrs/frontend/react-prop-toggle@1.0.2/README.md +16 -0
  2437. package/openmrs/frontend/react-prop-toggle@1.0.2/dist/LifeCycleProvider.js +28 -0
  2438. package/openmrs/frontend/react-prop-toggle@1.0.2/dist/PropToggle.js +116 -0
  2439. package/openmrs/frontend/react-prop-toggle@1.0.2/dist/index.js +25 -0
  2440. package/openmrs/frontend/react-prop-toggle@1.0.2/package.json +49 -0
  2441. package/openmrs/frontend/react-prop-toggle@1.0.2/yarn.lock +5826 -0
  2442. package/openmrs/frontend/react-router-dom@5.3.4/BrowserRouter.js +3 -0
  2443. package/openmrs/frontend/react-router-dom@5.3.4/HashRouter.js +3 -0
  2444. package/openmrs/frontend/react-router-dom@5.3.4/LICENSE +22 -0
  2445. package/openmrs/frontend/react-router-dom@5.3.4/Link.js +3 -0
  2446. package/openmrs/frontend/react-router-dom@5.3.4/MemoryRouter.js +3 -0
  2447. package/openmrs/frontend/react-router-dom@5.3.4/NavLink.js +3 -0
  2448. package/openmrs/frontend/react-router-dom@5.3.4/Prompt.js +3 -0
  2449. package/openmrs/frontend/react-router-dom@5.3.4/README.md +37 -0
  2450. package/openmrs/frontend/react-router-dom@5.3.4/Redirect.js +3 -0
  2451. package/openmrs/frontend/react-router-dom@5.3.4/Route.js +3 -0
  2452. package/openmrs/frontend/react-router-dom@5.3.4/Router.js +3 -0
  2453. package/openmrs/frontend/react-router-dom@5.3.4/StaticRouter.js +3 -0
  2454. package/openmrs/frontend/react-router-dom@5.3.4/Switch.js +3 -0
  2455. package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.js +455 -0
  2456. package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.js.map +1 -0
  2457. package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.min.js +2 -0
  2458. package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.min.js.map +1 -0
  2459. package/openmrs/frontend/react-router-dom@5.3.4/es/BrowserRouter.js +5 -0
  2460. package/openmrs/frontend/react-router-dom@5.3.4/es/HashRouter.js +5 -0
  2461. package/openmrs/frontend/react-router-dom@5.3.4/es/Link.js +5 -0
  2462. package/openmrs/frontend/react-router-dom@5.3.4/es/MemoryRouter.js +5 -0
  2463. package/openmrs/frontend/react-router-dom@5.3.4/es/NavLink.js +5 -0
  2464. package/openmrs/frontend/react-router-dom@5.3.4/es/Prompt.js +5 -0
  2465. package/openmrs/frontend/react-router-dom@5.3.4/es/Redirect.js +5 -0
  2466. package/openmrs/frontend/react-router-dom@5.3.4/es/Route.js +5 -0
  2467. package/openmrs/frontend/react-router-dom@5.3.4/es/Router.js +5 -0
  2468. package/openmrs/frontend/react-router-dom@5.3.4/es/StaticRouter.js +5 -0
  2469. package/openmrs/frontend/react-router-dom@5.3.4/es/Switch.js +5 -0
  2470. package/openmrs/frontend/react-router-dom@5.3.4/es/generatePath.js +5 -0
  2471. package/openmrs/frontend/react-router-dom@5.3.4/es/matchPath.js +5 -0
  2472. package/openmrs/frontend/react-router-dom@5.3.4/es/warnAboutDeprecatedESMImport.js +34 -0
  2473. package/openmrs/frontend/react-router-dom@5.3.4/es/withRouter.js +5 -0
  2474. package/openmrs/frontend/react-router-dom@5.3.4/esm/react-router-dom.js +319 -0
  2475. package/openmrs/frontend/react-router-dom@5.3.4/esm/react-router-dom.js.map +1 -0
  2476. package/openmrs/frontend/react-router-dom@5.3.4/generatePath.js +3 -0
  2477. package/openmrs/frontend/react-router-dom@5.3.4/index.js +7 -0
  2478. package/openmrs/frontend/react-router-dom@5.3.4/matchPath.js +3 -0
  2479. package/openmrs/frontend/react-router-dom@5.3.4/modules/BrowserRouter.js +36 -0
  2480. package/openmrs/frontend/react-router-dom@5.3.4/modules/HashRouter.js +35 -0
  2481. package/openmrs/frontend/react-router-dom@5.3.4/modules/Link.js +148 -0
  2482. package/openmrs/frontend/react-router-dom@5.3.4/modules/NavLink.js +134 -0
  2483. package/openmrs/frontend/react-router-dom@5.3.4/modules/index.js +21 -0
  2484. package/openmrs/frontend/react-router-dom@5.3.4/modules/utils/locationUtils.js +10 -0
  2485. package/openmrs/frontend/react-router-dom@5.3.4/package.json +71 -0
  2486. package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.js +3986 -0
  2487. package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.js.map +1 -0
  2488. package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.min.js +2 -0
  2489. package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.min.js.map +1 -0
  2490. package/openmrs/frontend/react-router-dom@5.3.4/warnAboutDeprecatedCJSRequire.js +36 -0
  2491. package/openmrs/frontend/react-router-dom@5.3.4/withRouter.js +3 -0
  2492. package/openmrs/frontend/react-router@5.3.4/LICENSE +22 -0
  2493. package/openmrs/frontend/react-router@5.3.4/MemoryRouter.js +3 -0
  2494. package/openmrs/frontend/react-router@5.3.4/Prompt.js +3 -0
  2495. package/openmrs/frontend/react-router@5.3.4/README.md +39 -0
  2496. package/openmrs/frontend/react-router@5.3.4/Redirect.js +3 -0
  2497. package/openmrs/frontend/react-router@5.3.4/Route.js +3 -0
  2498. package/openmrs/frontend/react-router@5.3.4/Router.js +3 -0
  2499. package/openmrs/frontend/react-router@5.3.4/StaticRouter.js +3 -0
  2500. package/openmrs/frontend/react-router@5.3.4/Switch.js +3 -0
  2501. package/openmrs/frontend/react-router@5.3.4/cjs/react-router.js +1015 -0
  2502. package/openmrs/frontend/react-router@5.3.4/cjs/react-router.js.map +1 -0
  2503. package/openmrs/frontend/react-router@5.3.4/cjs/react-router.min.js +2 -0
  2504. package/openmrs/frontend/react-router@5.3.4/cjs/react-router.min.js.map +1 -0
  2505. package/openmrs/frontend/react-router@5.3.4/es/MemoryRouter.js +5 -0
  2506. package/openmrs/frontend/react-router@5.3.4/es/Prompt.js +5 -0
  2507. package/openmrs/frontend/react-router@5.3.4/es/Redirect.js +5 -0
  2508. package/openmrs/frontend/react-router@5.3.4/es/Route.js +5 -0
  2509. package/openmrs/frontend/react-router@5.3.4/es/Router.js +5 -0
  2510. package/openmrs/frontend/react-router@5.3.4/es/StaticRouter.js +5 -0
  2511. package/openmrs/frontend/react-router@5.3.4/es/Switch.js +5 -0
  2512. package/openmrs/frontend/react-router@5.3.4/es/generatePath.js +5 -0
  2513. package/openmrs/frontend/react-router@5.3.4/es/matchPath.js +5 -0
  2514. package/openmrs/frontend/react-router@5.3.4/es/warnAboutDeprecatedESMImport.js +34 -0
  2515. package/openmrs/frontend/react-router@5.3.4/es/withRouter.js +5 -0
  2516. package/openmrs/frontend/react-router@5.3.4/esm/react-router.js +950 -0
  2517. package/openmrs/frontend/react-router@5.3.4/esm/react-router.js.map +1 -0
  2518. package/openmrs/frontend/react-router@5.3.4/generatePath.js +3 -0
  2519. package/openmrs/frontend/react-router@5.3.4/index.js +7 -0
  2520. package/openmrs/frontend/react-router@5.3.4/matchPath.js +3 -0
  2521. package/openmrs/frontend/react-router@5.3.4/modules/HistoryContext.js +4 -0
  2522. package/openmrs/frontend/react-router@5.3.4/modules/Lifecycle.js +21 -0
  2523. package/openmrs/frontend/react-router@5.3.4/modules/MemoryRouter.js +37 -0
  2524. package/openmrs/frontend/react-router@5.3.4/modules/Prompt.js +52 -0
  2525. package/openmrs/frontend/react-router@5.3.4/modules/Redirect.js +72 -0
  2526. package/openmrs/frontend/react-router@5.3.4/modules/Route.js +140 -0
  2527. package/openmrs/frontend/react-router@5.3.4/modules/Router.js +100 -0
  2528. package/openmrs/frontend/react-router@5.3.4/modules/RouterContext.js +4 -0
  2529. package/openmrs/frontend/react-router@5.3.4/modules/StaticRouter.js +102 -0
  2530. package/openmrs/frontend/react-router@5.3.4/modules/Switch.js +67 -0
  2531. package/openmrs/frontend/react-router@5.3.4/modules/createContext.js +8 -0
  2532. package/openmrs/frontend/react-router@5.3.4/modules/createNamedContext.js +11 -0
  2533. package/openmrs/frontend/react-router@5.3.4/modules/generatePath.js +27 -0
  2534. package/openmrs/frontend/react-router@5.3.4/modules/hooks.js +55 -0
  2535. package/openmrs/frontend/react-router@5.3.4/modules/index.js +38 -0
  2536. package/openmrs/frontend/react-router@5.3.4/modules/matchPath.js +67 -0
  2537. package/openmrs/frontend/react-router@5.3.4/modules/miniCreateReactContext.js +175 -0
  2538. package/openmrs/frontend/react-router@5.3.4/modules/withRouter.js +51 -0
  2539. package/openmrs/frontend/react-router@5.3.4/package.json +69 -0
  2540. package/openmrs/frontend/react-router@5.3.4/umd/react-router.js +3089 -0
  2541. package/openmrs/frontend/react-router@5.3.4/umd/react-router.js.map +1 -0
  2542. package/openmrs/frontend/react-router@5.3.4/umd/react-router.min.js +2 -0
  2543. package/openmrs/frontend/react-router@5.3.4/umd/react-router.min.js.map +1 -0
  2544. package/openmrs/frontend/react-router@5.3.4/warnAboutDeprecatedCJSRequire.js +36 -0
  2545. package/openmrs/frontend/react-router@5.3.4/withRouter.js +3 -0
  2546. package/openmrs/frontend/react-scrolllock@2.0.7/.flowconfig +11 -0
  2547. package/openmrs/frontend/react-scrolllock@2.0.7/.prettierrc +5 -0
  2548. package/openmrs/frontend/react-scrolllock@2.0.7/LICENSE +21 -0
  2549. package/openmrs/frontend/react-scrolllock@2.0.7/README.md +33 -0
  2550. package/openmrs/frontend/react-scrolllock@2.0.7/__tests__/index.js +30 -0
  2551. package/openmrs/frontend/react-scrolllock@2.0.7/config/setupFramework.js +4 -0
  2552. package/openmrs/frontend/react-scrolllock@2.0.7/config/setupPolyfills.js +1 -0
  2553. package/openmrs/frontend/react-scrolllock@2.0.7/dist/PropertyToggle.js +128 -0
  2554. package/openmrs/frontend/react-scrolllock@2.0.7/dist/ScrollLock.js +97 -0
  2555. package/openmrs/frontend/react-scrolllock@2.0.7/dist/constants.js +13 -0
  2556. package/openmrs/frontend/react-scrolllock@2.0.7/dist/index.js +16 -0
  2557. package/openmrs/frontend/react-scrolllock@2.0.7/dist/server.js +1 -0
  2558. package/openmrs/frontend/react-scrolllock@2.0.7/dist/utils.js +72 -0
  2559. package/openmrs/frontend/react-scrolllock@2.0.7/dist/withTouchListeners.js +97 -0
  2560. package/openmrs/frontend/react-scrolllock@2.0.7/index.js +1 -0
  2561. package/openmrs/frontend/react-scrolllock@2.0.7/package.json +64 -0
  2562. package/openmrs/frontend/react-scrolllock@2.0.7/yarn-error.log +8125 -0
  2563. package/openmrs/frontend/react-scrolllock@2.0.7/yarn.lock +8029 -0
  2564. package/openmrs/frontend/react-transition-group@2.9.0/CHANGELOG.md +211 -0
  2565. package/openmrs/frontend/react-transition-group@2.9.0/CSSTransition.js +364 -0
  2566. package/openmrs/frontend/react-transition-group@2.9.0/LICENSE +30 -0
  2567. package/openmrs/frontend/react-transition-group@2.9.0/README.md +27 -0
  2568. package/openmrs/frontend/react-transition-group@2.9.0/ReplaceTransition.js +150 -0
  2569. package/openmrs/frontend/react-transition-group@2.9.0/Transition.js +609 -0
  2570. package/openmrs/frontend/react-transition-group@2.9.0/TransitionGroup.js +208 -0
  2571. package/openmrs/frontend/react-transition-group@2.9.0/dist/react-transition-group.js +2419 -0
  2572. package/openmrs/frontend/react-transition-group@2.9.0/dist/react-transition-group.min.js +1 -0
  2573. package/openmrs/frontend/react-transition-group@2.9.0/index.js +18 -0
  2574. package/openmrs/frontend/react-transition-group@2.9.0/package.json +50 -0
  2575. package/openmrs/frontend/react-transition-group@2.9.0/umd.js +22 -0
  2576. package/openmrs/frontend/react-transition-group@2.9.0/utils/ChildMapping.js +150 -0
  2577. package/openmrs/frontend/react-transition-group@2.9.0/utils/PropTypes.js +28 -0
  2578. package/openmrs/frontend/react-transition-group@2.9.0/utils/SimpleSet.js +39 -0
  2579. package/openmrs/frontend/react@16.13.1/umd/react.development.js +3318 -0
  2580. package/openmrs/frontend/react@16.13.1/umd/react.production.min.js +32 -0
  2581. package/openmrs/frontend/react@16.13.1/umd/react.profiling.min.js +39 -0
  2582. package/openmrs/frontend/regenerator-runtime@0.14.1/LICENSE +21 -0
  2583. package/openmrs/frontend/regenerator-runtime@0.14.1/README.md +31 -0
  2584. package/openmrs/frontend/regenerator-runtime@0.14.1/package.json +19 -0
  2585. package/openmrs/frontend/regenerator-runtime@0.14.1/path.js +11 -0
  2586. package/openmrs/frontend/regenerator-runtime@0.14.1/runtime.js +761 -0
  2587. package/openmrs/frontend/resolve-pathname@3.0.0/LICENSE +21 -0
  2588. package/openmrs/frontend/resolve-pathname@3.0.0/README.md +64 -0
  2589. package/openmrs/frontend/resolve-pathname@3.0.0/cjs/resolve-pathname.js +77 -0
  2590. package/openmrs/frontend/resolve-pathname@3.0.0/cjs/resolve-pathname.min.js +1 -0
  2591. package/openmrs/frontend/resolve-pathname@3.0.0/esm/resolve-pathname.js +75 -0
  2592. package/openmrs/frontend/resolve-pathname@3.0.0/index.js +7 -0
  2593. package/openmrs/frontend/resolve-pathname@3.0.0/package.json +37 -0
  2594. package/openmrs/frontend/resolve-pathname@3.0.0/umd/resolve-pathname.js +83 -0
  2595. package/openmrs/frontend/resolve-pathname@3.0.0/umd/resolve-pathname.min.js +1 -0
  2596. package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.js +9297 -0
  2597. package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.js.map +1 -0
  2598. package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.min.js +268 -0
  2599. package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.min.js.map +1 -0
  2600. package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.dev.js +1649 -0
  2601. package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.dev.js.map +1 -0
  2602. package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.min.js +2 -0
  2603. package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.min.js.map +1 -0
  2604. package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.dev.js +1678 -0
  2605. package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.dev.js.map +1 -0
  2606. package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.min.js +2 -0
  2607. package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.min.js.map +1 -0
  2608. package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.dev.js +1688 -0
  2609. package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.dev.js.map +1 -0
  2610. package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.min.js +2 -0
  2611. package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.min.js.map +1 -0
  2612. package/openmrs/frontend/systemjs@6.1.3/dist/extras/amd.js +131 -0
  2613. package/openmrs/frontend/systemjs@6.1.3/dist/extras/amd.min.js +1 -0
  2614. package/openmrs/frontend/systemjs@6.1.3/dist/extras/amd.min.js.map +1 -0
  2615. package/openmrs/frontend/systemjs@6.1.3/dist/extras/global.js +82 -0
  2616. package/openmrs/frontend/systemjs@6.1.3/dist/extras/global.min.js +1 -0
  2617. package/openmrs/frontend/systemjs@6.1.3/dist/extras/global.min.js.map +1 -0
  2618. package/openmrs/frontend/systemjs@6.1.3/dist/extras/module-types.js +95 -0
  2619. package/openmrs/frontend/systemjs@6.1.3/dist/extras/module-types.min.js +1 -0
  2620. package/openmrs/frontend/systemjs@6.1.3/dist/extras/module-types.min.js.map +1 -0
  2621. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-exports.js +57 -0
  2622. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-exports.min.js +1 -0
  2623. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-exports.min.js.map +1 -0
  2624. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-register.js +61 -0
  2625. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-register.min.js +1 -0
  2626. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-register.min.js.map +1 -0
  2627. package/openmrs/frontend/systemjs@6.1.3/dist/extras/transform.js +32 -0
  2628. package/openmrs/frontend/systemjs@6.1.3/dist/extras/transform.min.js +1 -0
  2629. package/openmrs/frontend/systemjs@6.1.3/dist/extras/transform.min.js.map +1 -0
  2630. package/openmrs/frontend/systemjs@6.1.3/dist/extras/use-default.js +14 -0
  2631. package/openmrs/frontend/systemjs@6.1.3/dist/extras/use-default.min.js +1 -0
  2632. package/openmrs/frontend/systemjs@6.1.3/dist/extras/use-default.min.js.map +1 -0
  2633. package/openmrs/frontend/systemjs@6.1.3/dist/s.js +471 -0
  2634. package/openmrs/frontend/systemjs@6.1.3/dist/s.min.js +1 -0
  2635. package/openmrs/frontend/systemjs@6.1.3/dist/s.min.js.map +1 -0
  2636. package/openmrs/frontend/systemjs@6.1.3/dist/system.js +873 -0
  2637. package/openmrs/frontend/systemjs@6.1.3/dist/system.min.js +4 -0
  2638. package/openmrs/frontend/systemjs@6.1.3/dist/system.min.js.map +1 -0
  2639. package/openmrs/frontend/tiny-invariant@1.2.0/LICENSE +21 -0
  2640. package/openmrs/frontend/tiny-invariant@1.2.0/README.md +105 -0
  2641. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.cjs.js +17 -0
  2642. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.d.ts +1 -0
  2643. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.esm.js +15 -0
  2644. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.js +23 -0
  2645. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.min.js +1 -0
  2646. package/openmrs/frontend/tiny-invariant@1.2.0/package.json +78 -0
  2647. package/openmrs/frontend/tiny-invariant@1.2.0/src/tiny-invariant.flow.js +15 -0
  2648. package/openmrs/frontend/tiny-invariant@1.2.0/src/tiny-invariant.ts +34 -0
  2649. package/openmrs/frontend/tiny-warning@1.0.3/LICENSE +21 -0
  2650. package/openmrs/frontend/tiny-warning@1.0.3/README.md +68 -0
  2651. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.cjs.js +22 -0
  2652. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.cjs.js.flow +3 -0
  2653. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.esm.js +20 -0
  2654. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.js +27 -0
  2655. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.min.js +1 -0
  2656. package/openmrs/frontend/tiny-warning@1.0.3/package.json +53 -0
  2657. package/openmrs/frontend/tiny-warning@1.0.3/src/index.d.ts +1 -0
  2658. package/openmrs/frontend/tiny-warning@1.0.3/src/index.js +30 -0
  2659. package/openmrs/frontend/value-equal@1.0.1/LICENSE +21 -0
  2660. package/openmrs/frontend/value-equal@1.0.1/README.md +54 -0
  2661. package/openmrs/frontend/value-equal@1.0.1/cjs/value-equal.js +38 -0
  2662. package/openmrs/frontend/value-equal@1.0.1/cjs/value-equal.min.js +1 -0
  2663. package/openmrs/frontend/value-equal@1.0.1/esm/value-equal.js +36 -0
  2664. package/openmrs/frontend/value-equal@1.0.1/index.js +7 -0
  2665. package/openmrs/frontend/value-equal@1.0.1/package.json +37 -0
  2666. package/openmrs/frontend/value-equal@1.0.1/umd/value-equal.js +44 -0
  2667. package/openmrs/frontend/value-equal@1.0.1/umd/value-equal.min.js +1 -0
  2668. package/openmrs/frontend/void-elements@3.1.0/LICENSE +22 -0
  2669. package/openmrs/frontend/void-elements@3.1.0/README.md +27 -0
  2670. package/openmrs/frontend/void-elements@3.1.0/index.js +21 -0
  2671. package/openmrs/frontend/void-elements@3.1.0/package.json +34 -0
  2672. package/openmrs/frontend/warning@4.0.3/CHANGELOG.md +83 -0
  2673. package/openmrs/frontend/warning@4.0.3/LICENSE.md +21 -0
  2674. package/openmrs/frontend/warning@4.0.3/README.md +69 -0
  2675. package/openmrs/frontend/warning@4.0.3/package.json +55 -0
  2676. package/openmrs/frontend/warning@4.0.3/warning.js +62 -0
  2677. package/overriding-import-map-local.json +16 -0
  2678. package/overriding-import-map.json +7 -0
  2679. package/package.json +60 -0
  2680. package/packmap-package.json +36 -0
  2681. package/statics/dashboard-configs/allappointments.json +52 -0
  2682. package/statics/dashboard-configs/othead.json +22 -0
  2683. package/statics/dashboard-configs/pohead.json +260 -0
  2684. package/statics/dashboard-configs/poprofessional.json +122 -0
  2685. package/statics/dashboard-configs/pthead.json +274 -0
  2686. package/statics/dashboard-configs/ptprofessional.json +122 -0
  2687. package/statics/dashboard-configs/receptionist.json +101 -0
  2688. package/statics/dashboard-configs/receptionistTodoViewAll.json +34 -0
  2689. package/statics/dashboard-configs/socialworker.json +140 -0
  2690. package/statics/headerConfig.json +4 -0
  2691. package/statics/logo.svg +50 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"single-spa.dev.js","sources":["../../node_modules/custom-event/index.js","../../src/applications/app-errors.js","../../src/applications/app.helpers.js","../../src/applications/timeouts.js","../../src/utils/find.js","../../src/lifecycles/lifecycle.helpers.js","../../src/lifecycles/bootstrap.js","../../src/lifecycles/unmount.js","../../src/lifecycles/mount.js","../../src/lifecycles/update.js","../../src/parcels/mount-parcel.js","../../src/lifecycles/prop.helpers.js","../../src/lifecycles/load.js","../../src/navigation/navigation-events.js","../../src/jquery-support.js","../../src/lifecycles/unload.js","../../src/applications/apps.js","../../src/navigation/reroute.js","../../src/start.js","../../src/devtools/devtools.js","../../src/single-spa.js"],"sourcesContent":["\nvar NativeCustomEvent = global.CustomEvent;\n\nfunction useNative () {\n try {\n var p = new NativeCustomEvent('cat', { detail: { foo: 'bar' } });\n return 'cat' === p.type && 'bar' === p.detail.foo;\n } catch (e) {\n }\n return false;\n}\n\n/**\n * Cross-browser `CustomEvent` constructor.\n *\n * https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent.CustomEvent\n *\n * @public\n */\n\nmodule.exports = useNative() ? NativeCustomEvent :\n\n// IE >= 9\n'undefined' !== typeof document && 'function' === typeof document.createEvent ? function CustomEvent (type, params) {\n var e = document.createEvent('CustomEvent');\n if (params) {\n e.initCustomEvent(type, params.bubbles, params.cancelable, params.detail);\n } else {\n e.initCustomEvent(type, false, false, void 0);\n }\n return e;\n} :\n\n// IE <= 8\nfunction CustomEvent (type, params) {\n var e = document.createEventObject();\n e.type = type;\n if (params) {\n e.bubbles = Boolean(params.bubbles);\n e.cancelable = Boolean(params.cancelable);\n e.detail = params.detail;\n } else {\n e.bubbles = false;\n e.cancelable = false;\n e.detail = void 0;\n }\n return e;\n}\n","let errorHandlers = []\n\nexport function handleAppError(err, app) {\n const transformedErr = transformErr(err, app);\n\n if (errorHandlers.length) {\n errorHandlers.forEach(handler => handler(transformedErr));\n } else {\n setTimeout(() => {\n throw transformedErr;\n });\n }\n}\n\nexport function addErrorHandler(handler) {\n if (typeof handler !== 'function') {\n throw Error('a single-spa error handler must be a function');\n }\n\n errorHandlers.push(handler);\n}\n\nexport function removeErrorHandler(handler) {\n if (typeof handler !== 'function') {\n throw Error('a single-spa error handler must be a function');\n }\n\n let removedSomething = false;\n errorHandlers = errorHandlers.filter(h => {\n const isHandler = h === handler;\n removedSomething = removedSomething || isHandler;\n return !isHandler;\n })\n\n return removedSomething;\n}\n\nexport function transformErr(ogErr, appOrParcel) {\n const objectType = appOrParcel.unmountThisParcel ? 'Parcel' : 'Application';\n const errPrefix = `${objectType} '${appOrParcel.name}' died in status ${appOrParcel.status}: `;\n\n let result;\n\n if (ogErr instanceof Error) {\n try {\n ogErr.message = errPrefix + ogErr.message;\n } catch(err) {\n /* Some errors have read-only message properties, in which case there is nothing\n * that we can do.\n */\n }\n result = ogErr;\n } else {\n console.warn(`While ${appOrParcel.status}, '${appOrParcel.name}' rejected its lifecycle function promise with a non-Error. This will cause stack traces to not be accurate.`);\n try {\n result = Error(errPrefix + JSON.stringify(ogErr));\n } catch(err) {\n // If it's not an Error and you can't stringify it, then what else can you even do to it?\n result = ogErr;\n }\n }\n\n result.appName = appOrParcel.name;\n result.appOrParcelName = appOrParcel.name;\n try {\n result.name = appOrParcel.name\n } catch (err) {\n // See https://github.com/CanopyTax/single-spa/issues/323\n // In a future major release, we can remove the `name` property altogether,\n // as a breaking change, in favor of appOrParcelName.\n }\n\n return result;\n}\n","import { handleAppError } from './app-errors.js';\n\n// App statuses\nexport const NOT_LOADED = 'NOT_LOADED';\nexport const LOADING_SOURCE_CODE = 'LOADING_SOURCE_CODE';\nexport const NOT_BOOTSTRAPPED = 'NOT_BOOTSTRAPPED';\nexport const BOOTSTRAPPING = 'BOOTSTRAPPING';\nexport const NOT_MOUNTED = 'NOT_MOUNTED';\nexport const MOUNTING = 'MOUNTING';\nexport const MOUNTED = 'MOUNTED';\nexport const UPDATING = 'UPDATING';\nexport const UNMOUNTING = 'UNMOUNTING';\nexport const UNLOADING = 'UNLOADING';\nexport const LOAD_ERROR = 'LOAD_ERROR';\nexport const SKIP_BECAUSE_BROKEN = 'SKIP_BECAUSE_BROKEN';\n\nexport function isActive(app) {\n return app.status === MOUNTED;\n}\n\nexport function isntActive(app) {\n return !isActive(app);\n}\n\nexport function isLoaded(app) {\n return app.status !== NOT_LOADED && app.status !== LOADING_SOURCE_CODE && app.status !== LOAD_ERROR;\n}\n\nexport function isntLoaded(app) {\n return !isLoaded(app);\n}\n\nexport function shouldBeActive(app) {\n try {\n return app.activeWhen(window.location);\n } catch (err) {\n handleAppError(err, app);\n app.status = SKIP_BECAUSE_BROKEN;\n }\n}\n\nexport function shouldntBeActive(app) {\n try {\n return !app.activeWhen(window.location);\n } catch (err) {\n handleAppError(err, app);\n app.status = SKIP_BECAUSE_BROKEN;\n }\n}\n\nexport function notBootstrapped(app) {\n return app.status !== NOT_BOOTSTRAPPED;\n}\n\nexport function notSkipped(item) {\n return item !== SKIP_BECAUSE_BROKEN && (!item || item.status !== SKIP_BECAUSE_BROKEN);\n}\n\nexport function withoutLoadErrors(app) {\n return app.status === LOAD_ERROR\n ? (new Date().getTime() - app.loadErrorTime) >= 200\n : true;\n}\n\nexport function toName(app) {\n return app.name;\n}\n","const globalTimeoutConfig = {\n bootstrap: {\n millis: 4000,\n dieOnTimeout: false,\n },\n mount: {\n millis: 3000,\n dieOnTimeout: false,\n },\n unmount: {\n millis: 3000,\n dieOnTimeout: false,\n },\n unload: {\n millis: 3000,\n dieOnTimeout: false,\n },\n};\n\nexport function setBootstrapMaxTime(time, dieOnTimeout = false) {\n if (typeof time !== 'number' || time <= 0) {\n throw Error(`bootstrap max time must be a positive integer number of milliseconds`);\n }\n\n globalTimeoutConfig.bootstrap = {\n millis: time,\n dieOnTimeout,\n };\n}\n\nexport function setMountMaxTime(time, dieOnTimeout = false) {\n if (typeof time !== 'number' || time <= 0) {\n throw Error(`mount max time must be a positive integer number of milliseconds`);\n }\n\n globalTimeoutConfig.mount = {\n millis: time,\n dieOnTimeout,\n };\n}\n\nexport function setUnmountMaxTime(time, dieOnTimeout = false) {\n if (typeof time !== 'number' || time <= 0) {\n throw Error(`unmount max time must be a positive integer number of milliseconds`);\n }\n\n globalTimeoutConfig.unmount = {\n millis: time,\n dieOnTimeout,\n };\n}\n\nexport function setUnloadMaxTime(time, dieOnTimeout = false) {\n if (typeof time !== 'number' || time <= 0) {\n throw Error(`unload max time must be a positive integer number of milliseconds`);\n }\n\n globalTimeoutConfig.unload = {\n millis: time,\n dieOnTimeout,\n };\n}\n\nexport function reasonableTime(promise, description, timeoutConfig) {\n const warningPeriod = 1000;\n\n return new Promise((resolve, reject) => {\n let finished = false;\n let errored = false;\n\n promise\n .then(val => {\n finished = true;\n resolve(val);\n })\n .catch(val => {\n finished = true;\n reject(val);\n });\n\n setTimeout(() => maybeTimingOut(1), warningPeriod);\n setTimeout(() => maybeTimingOut(true), timeoutConfig.millis);\n\n function maybeTimingOut(shouldError) {\n if (!finished) {\n if (shouldError === true) {\n errored = true;\n if (timeoutConfig.dieOnTimeout) {\n reject(`${description} did not resolve or reject for ${timeoutConfig.millis} milliseconds`);\n } else {\n console.error(`${description} did not resolve or reject for ${timeoutConfig.millis} milliseconds -- we're no longer going to warn you about it.`);\n //don't resolve or reject, we're waiting this one out\n }\n } else if (!errored) {\n const numWarnings = shouldError;\n const numMillis = numWarnings * warningPeriod;\n console.warn(`${description} did not resolve or reject within ${numMillis} milliseconds`);\n if (numMillis + warningPeriod < timeoutConfig.millis) {\n setTimeout(() => maybeTimingOut(numWarnings + 1), warningPeriod);\n }\n }\n }\n }\n });\n}\n\nexport function ensureValidAppTimeouts(timeouts = {}) {\n return {\n ...globalTimeoutConfig,\n ...timeouts,\n }\n}\n","/* the array.prototype.find polyfill on npmjs.com is ~20kb (not worth it)\n * and lodash is ~200kb (not worth it)\n */\n\nexport function find(arr, func) {\n for (let i=0; i<arr.length; i++) {\n if (func(arr[i])) {\n return arr[i];\n }\n }\n\n return null;\n}\n","import { find } from '../utils/find.js';\n\nexport function validLifecycleFn(fn) {\n return fn && (typeof fn === 'function' || isArrayOfFns(fn));\n\n function isArrayOfFns(arr) {\n return Array.isArray(arr) && !find(arr, item => typeof item !== 'function');\n }\n}\n\nexport function flattenFnArray(fns, description) {\n fns = Array.isArray(fns) ? fns : [fns];\n if (fns.length === 0) {\n fns = [() => Promise.resolve()];\n }\n\n return function(props) {\n return new Promise((resolve, reject) => {\n waitForPromises(0);\n\n function waitForPromises(index) {\n const promise = fns[index](props);\n if (!smellsLikeAPromise(promise)) {\n reject(`${description} at index ${index} did not return a promise`);\n } else {\n promise\n .then(() => {\n if (index === fns.length - 1) {\n resolve();\n } else {\n waitForPromises(index + 1);\n }\n })\n .catch(reject);\n }\n }\n });\n }\n}\n\nexport function smellsLikeAPromise(promise) {\n return promise && typeof promise.then === 'function' && typeof promise.catch === 'function';\n}\n","import { NOT_BOOTSTRAPPED, BOOTSTRAPPING, NOT_MOUNTED, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport { handleAppError, transformErr } from '../applications/app-errors.js';\nimport { getProps } from './prop.helpers.js'\n\nexport function toBootstrapPromise(appOrParcel, hardFail = false) {\n return Promise.resolve().then(() => {\n if (appOrParcel.status !== NOT_BOOTSTRAPPED) {\n return appOrParcel;\n }\n\n appOrParcel.status = BOOTSTRAPPING;\n\n return reasonableTime(appOrParcel.bootstrap(getProps(appOrParcel)), `Bootstrapping appOrParcel '${appOrParcel.name}'`, appOrParcel.timeouts.bootstrap)\n .then(() => {\n appOrParcel.status = NOT_MOUNTED;\n return appOrParcel;\n })\n .catch(err => {\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n if (hardFail) {\n const transformedErr = transformErr(err, appOrParcel)\n throw transformedErr\n } else {\n handleAppError(err, appOrParcel);\n return appOrParcel;\n }\n })\n })\n}\n","import { UNMOUNTING, NOT_MOUNTED, MOUNTED, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { handleAppError, transformErr } from '../applications/app-errors.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport { getProps } from './prop.helpers.js';\n\nexport function toUnmountPromise(appOrParcel, hardFail = false) {\n return Promise.resolve().then(() => {\n if (appOrParcel.status !== MOUNTED) {\n return appOrParcel;\n }\n appOrParcel.status = UNMOUNTING;\n\n const unmountChildrenParcels = Object.keys(appOrParcel.parcels)\n .map(parcelId => appOrParcel.parcels[parcelId].unmountThisParcel());\n\n let parcelError;\n\n return Promise.all(unmountChildrenParcels)\n .then(\n unmountAppOrParcel,\n parcelError => {\n // There is a parcel unmount error\n return unmountAppOrParcel()\n .then(() => {\n // Unmounting the app/parcel succeeded, but unmounting its children parcels did not\n const parentError = Error(parcelError.message)\n if (hardFail) {\n const transformedErr = transformErr(parentError, appOrParcel)\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n throw transformedErr\n } else {\n handleAppError(parentError, appOrParcel);\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n }\n })\n }\n )\n .then(() => appOrParcel)\n\n function unmountAppOrParcel() {\n // We always try to unmount the appOrParcel, even if the children parcels failed to unmount.\n return reasonableTime(appOrParcel.unmount(getProps(appOrParcel)), `Unmounting application ${appOrParcel.name}'`, appOrParcel.timeouts.unmount)\n .then(() => {\n // The appOrParcel needs to stay in a broken status if its children parcels fail to unmount\n if (!parcelError) {\n appOrParcel.status = NOT_MOUNTED;\n }\n })\n .catch(err => {\n if (hardFail) {\n const transformedErr = transformErr(err, appOrParcel);\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n throw transformedErr;\n } else {\n handleAppError(err, appOrParcel);\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n }\n })\n }\n })\n}\n","import { NOT_MOUNTED, MOUNTED, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { handleAppError, transformErr } from '../applications/app-errors.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport CustomEvent from 'custom-event';\nimport { getProps } from './prop.helpers.js';\nimport { toUnmountPromise } from './unmount.js';\n\nlet beforeFirstMountFired = false;\nlet firstMountFired = false;\n\nexport function toMountPromise(appOrParcel, hardFail = false) {\n return Promise.resolve().then(() => {\n if (appOrParcel.status !== NOT_MOUNTED) {\n return appOrParcel;\n }\n\n if (!beforeFirstMountFired) {\n window.dispatchEvent(new CustomEvent('single-spa:before-first-mount'));\n beforeFirstMountFired = true;\n }\n\n return reasonableTime(appOrParcel.mount(getProps(appOrParcel)), `Mounting application '${appOrParcel.name}'`, appOrParcel.timeouts.mount)\n .then(() => {\n appOrParcel.status = MOUNTED;\n\n if (!firstMountFired) {\n window.dispatchEvent(new CustomEvent('single-spa:first-mount'));\n firstMountFired = true;\n }\n\n return appOrParcel;\n })\n .catch(err => {\n // If we fail to mount the appOrParcel, we should attempt to unmount it before putting in SKIP_BECAUSE_BROKEN\n // We temporarily put the appOrParcel into MOUNTED status so that toUnmountPromise actually attempts to unmount it\n // instead of just doing a no-op.\n appOrParcel.status = MOUNTED\n return toUnmountPromise(appOrParcel)\n .then(setSkipBecauseBroken, setSkipBecauseBroken)\n\n function setSkipBecauseBroken() {\n if (!hardFail) {\n handleAppError(err, appOrParcel);\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n return appOrParcel;\n } else {\n const transformedErr = transformErr(err, appOrParcel)\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n throw transformedErr\n }\n }\n })\n })\n}\n","import { UPDATING, MOUNTED, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { transformErr } from '../applications/app-errors.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport { getProps } from './prop.helpers.js';\n\nexport function toUpdatePromise(parcel) {\n return Promise.resolve().then(() => {\n if (parcel.status !== MOUNTED) {\n throw Error(`Cannot update parcel '${parcel.name}' because it is not mounted`)\n }\n\n parcel.status = UPDATING;\n\n return reasonableTime(parcel.update(getProps(parcel)), `Updating parcel '${parcel.name}'`, parcel.timeouts.mount)\n .then(() => {\n parcel.status = MOUNTED;\n return parcel;\n })\n .catch(err => {\n const transformedErr = transformErr(err, parcel)\n parcel.status = SKIP_BECAUSE_BROKEN;\n throw transformedErr;\n })\n })\n}\n\n","import { validLifecycleFn, flattenFnArray } from '../lifecycles/lifecycle.helpers.js';\nimport { NOT_BOOTSTRAPPED, NOT_MOUNTED, MOUNTED, UPDATING, LOADING_SOURCE_CODE, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { toBootstrapPromise } from '../lifecycles/bootstrap.js';\nimport { toMountPromise } from '../lifecycles/mount.js';\nimport { toUpdatePromise } from '../lifecycles/update.js';\nimport { toUnmountPromise } from '../lifecycles/unmount.js';\nimport { ensureValidAppTimeouts } from '../applications/timeouts.js';\n\nlet parcelCount = 0;\nconst rootParcels = {parcels: {}};\n\n// This is a public api, exported to users of single-spa\nexport function mountRootParcel() {\n return mountParcel.apply(rootParcels, arguments);\n}\n\nexport function mountParcel(config, customProps) {\n const owningAppOrParcel = this;\n\n // Validate inputs\n if (!config || (typeof config !== 'object' && typeof config !== 'function')) {\n throw Error('Cannot mount parcel without a config object or config loading function');\n }\n\n if (config.name && typeof config.name !== 'string') {\n throw Error('Parcel name must be a string, if provided');\n }\n\n if (typeof customProps !== 'object') {\n throw Error(`Parcel ${name} has invalid customProps -- must be an object`);\n }\n\n if (!customProps.domElement) {\n throw Error(`Parcel ${name} cannot be mounted without a domElement provided as a prop`);\n }\n\n const id = parcelCount++;\n\n const passedConfigLoadingFunction = typeof config === 'function'\n const configLoadingFunction = passedConfigLoadingFunction ? config : () => Promise.resolve(config)\n\n // Internal representation\n const parcel = {\n id,\n parcels: {},\n status: passedConfigLoadingFunction ? LOADING_SOURCE_CODE : NOT_BOOTSTRAPPED,\n customProps,\n parentName: owningAppOrParcel.name,\n unmountThisParcel() {\n if (parcel.status !== MOUNTED) {\n throw Error(`Cannot unmount parcel '${name}' -- it is in a ${parcel.status} status`);\n }\n\n return toUnmountPromise(parcel, true)\n .then(value => {\n if (parcel.parentName) {\n delete owningAppOrParcel.parcels[parcel.id];\n }\n\n return value;\n })\n .then(value => {\n resolveUnmount(value);\n return value;\n })\n .catch(err => {\n parcel.status = SKIP_BECAUSE_BROKEN;\n rejectUnmount(err);\n throw err;\n });\n }\n };\n\n // We return an external representation\n let externalRepresentation\n\n // Add to owning app or parcel\n owningAppOrParcel.parcels[id] = parcel;\n\n let loadPromise = configLoadingFunction()\n\n if (!loadPromise || typeof loadPromise.then !== 'function') {\n throw Error(`When mounting a parcel, the config loading function must return a promise that resolves with the parcel config`)\n }\n\n loadPromise = loadPromise.then(config => {\n if (!config) {\n throw Error(`When mounting a parcel, the config loading function returned a promise that did not resolve with a parcel config`)\n }\n\n const name = config.name || `parcel-${id}`;\n\n if (!validLifecycleFn(config.bootstrap)) {\n throw Error(`Parcel ${name} must have a valid bootstrap function`);\n }\n\n if (!validLifecycleFn(config.mount)) {\n throw Error(`Parcel ${name} must have a valid mount function`);\n }\n\n if (!validLifecycleFn(config.unmount)) {\n throw Error(`Parcel ${name} must have a valid unmount function`);\n }\n\n if (config.update && !validLifecycleFn(config.update)) {\n throw Error(`Parcel ${name} provided an invalid update function`);\n }\n\n const bootstrap = flattenFnArray(config.bootstrap);\n const mount = flattenFnArray(config.mount);\n const unmount = flattenFnArray(config.unmount);\n\n parcel.status = NOT_BOOTSTRAPPED;\n parcel.name = name;\n parcel.bootstrap = bootstrap;\n parcel.mount = mount;\n parcel.unmount = unmount;\n parcel.timeouts = ensureValidAppTimeouts(config.timeouts);\n\n if (config.update) {\n parcel.update = flattenFnArray(config.update);\n externalRepresentation.update = function(customProps) {\n parcel.customProps = customProps;\n\n return promiseWithoutReturnValue(toUpdatePromise(parcel));\n }\n }\n })\n\n // Start bootstrapping and mounting\n // The .then() causes the work to be put on the event loop instead of happening immediately\n const bootstrapPromise = loadPromise.then(() => toBootstrapPromise(parcel, true));\n const mountPromise = bootstrapPromise.then(() => toMountPromise(parcel, true));\n\n let resolveUnmount, rejectUnmount;\n\n const unmountPromise = new Promise((resolve, reject) => {\n resolveUnmount = resolve;\n rejectUnmount = reject;\n });\n\n externalRepresentation = {\n mount() {\n return promiseWithoutReturnValue(\n Promise\n .resolve()\n .then(() => {\n if (parcel.status !== NOT_MOUNTED) {\n throw Error(`Cannot mount parcel '${name}' -- it is in a ${parcel.status} status`);\n }\n\n // Add to owning app or parcel\n owningAppOrParcel.parcels[id] = parcel;\n\n return toMountPromise(parcel);\n })\n )\n },\n unmount() {\n return promiseWithoutReturnValue(\n parcel.unmountThisParcel()\n );\n },\n getStatus() {\n return parcel.status;\n },\n loadPromise: promiseWithoutReturnValue(loadPromise),\n bootstrapPromise: promiseWithoutReturnValue(bootstrapPromise),\n mountPromise: promiseWithoutReturnValue(mountPromise),\n unmountPromise: promiseWithoutReturnValue(unmountPromise),\n };\n\n return externalRepresentation\n}\n\nfunction promiseWithoutReturnValue(promise) {\n return promise.then(() => null);\n}\n","import * as singleSpa from '../single-spa.js'\nimport { mountParcel } from '../parcels/mount-parcel.js';\n\nexport function getProps(appOrParcel) {\n const result = {\n ...appOrParcel.customProps,\n name: appOrParcel.name,\n mountParcel: mountParcel.bind(appOrParcel),\n singleSpa\n };\n\n if (appOrParcel.unmountThisParcel) {\n result.unmountSelf = appOrParcel.unmountThisParcel;\n }\n\n return result;\n}\n","import { LOAD_ERROR, NOT_BOOTSTRAPPED, LOADING_SOURCE_CODE, SKIP_BECAUSE_BROKEN, NOT_LOADED } from '../applications/app.helpers.js';\nimport { ensureValidAppTimeouts } from '../applications/timeouts.js';\nimport { handleAppError } from '../applications/app-errors.js';\nimport { flattenFnArray, smellsLikeAPromise, validLifecycleFn } from './lifecycle.helpers.js';\nimport { getProps } from './prop.helpers.js';\n\nclass UserError extends Error {}\n\nexport function toLoadPromise(app) {\n return Promise.resolve().then(() => {\n if (app.status !== NOT_LOADED && app.status !== LOAD_ERROR) {\n return app;\n }\n\n app.status = LOADING_SOURCE_CODE;\n\n let appOpts;\n\n return Promise.resolve().then(() => {\n const loadPromise = app.loadImpl(getProps(app));\n if (!smellsLikeAPromise(loadPromise)) {\n // The name of the app will be prepended to this error message inside of the handleAppError function\n throw new UserError(`single-spa loading function did not return a promise. Check the second argument to registerApplication('${app.name}', loadingFunction, activityFunction)`);\n }\n return loadPromise.then(val => {\n app.loadErrorTime = null;\n\n appOpts = val;\n\n let validationErrMessage;\n\n if (typeof appOpts !== 'object') {\n validationErrMessage = `does not export anything`;\n }\n\n if (!validLifecycleFn(appOpts.bootstrap)) {\n validationErrMessage = `does not export a bootstrap function or array of functions`;\n }\n\n if (!validLifecycleFn(appOpts.mount)) {\n validationErrMessage = `does not export a mount function or array of functions`;\n }\n\n if (!validLifecycleFn(appOpts.unmount)) {\n validationErrMessage = `does not export an unmount function or array of functions`;\n }\n\n if (validationErrMessage) {\n console.error(`The loading function for single-spa application '${app.name}' resolved with the following, which does not have bootstrap, mount, and unmount functions`, appOpts)\n handleAppError(validationErrMessage, app);\n app.status = SKIP_BECAUSE_BROKEN;\n return app;\n }\n\n if (appOpts.devtools && appOpts.devtools.overlays) {\n app.devtools.overlays = {...app.devtools.overlays, ...appOpts.devtools.overlays}\n }\n\n app.status = NOT_BOOTSTRAPPED;\n app.bootstrap = flattenFnArray(appOpts.bootstrap, `App '${app.name}' bootstrap function`);\n app.mount = flattenFnArray(appOpts.mount, `App '${app.name}' mount function`);\n app.unmount = flattenFnArray(appOpts.unmount, `App '${app.name}' unmount function`);\n app.unload = flattenFnArray(appOpts.unload || [], `App '${app.name}' unload function`);\n app.timeouts = ensureValidAppTimeouts(appOpts.timeouts);\n\n return app;\n })\n })\n .catch(err => {\n handleAppError(err, app);\n if (err instanceof UserError) {\n app.status = SKIP_BECAUSE_BROKEN;\n } else {\n app.status = LOAD_ERROR;\n app.loadErrorTime = new Date().getTime();\n }\n\n return app;\n })\n })\n}\n","import { reroute } from './reroute.js';\nimport { find } from '../utils/find.js';\n\n/* We capture navigation event listeners so that we can make sure\n * that application navigation listeners are not called until\n * single-spa has ensured that the correct applications are\n * unmounted and mounted.\n */\nconst capturedEventListeners = {\n hashchange: [],\n popstate: [],\n};\n\nexport const routingEventsListeningTo = ['hashchange', 'popstate'];\n\nexport function navigateToUrl(obj, opts={}) {\n let url;\n if (typeof obj === 'string') {\n url = obj ;\n } else if (this && this.href) {\n url = this.href;\n } else if (obj && obj.currentTarget && obj.currentTarget.href && obj.preventDefault) {\n url = obj.currentTarget.href;\n obj.preventDefault();\n } else {\n throw Error(`singleSpaNavigate must be either called with a string url, with an <a> tag as its context, or with an event whose currentTarget is an <a> tag`);\n }\n\n const current = parseUri(window.location.href);\n const destination = parseUri(url);\n\n if (url.indexOf('#') === 0) {\n window.location.hash = '#' + destination.anchor;\n } else if (current.host !== destination.host && destination.host) {\n if (opts.isTestingEnv) {\n return {wouldHaveReloadedThePage: true};\n } else {\n window.location.href = url;\n }\n } else if (!isSamePath(destination.path + \"?\" + destination.query, current.path + \"?\" + current.query)) {\n // different path, host, or query params\n window.history.pushState(null, null, url);\n } else {\n window.location.hash = '#' + destination.anchor;\n }\n\n function isSamePath(destination, current) {\n // if the destination has a path but no domain, it doesn't include the root '/'\n return current === destination || current === '/' + destination;\n }\n}\n\nexport function callCapturedEventListeners(eventArguments) {\n if (eventArguments) {\n const eventType = eventArguments[0].type;\n if (routingEventsListeningTo.indexOf(eventType) >= 0) {\n capturedEventListeners[eventType].forEach(listener => {\n listener.apply(this, eventArguments);\n });\n }\n }\n}\n\nfunction urlReroute() {\n reroute([], arguments)\n}\n\n\n// We will trigger an app change for any routing events.\nwindow.addEventListener('hashchange', urlReroute);\nwindow.addEventListener('popstate', urlReroute);\n\n// Monkeypatch addEventListener so that we can ensure correct timing\nconst originalAddEventListener = window.addEventListener;\nconst originalRemoveEventListener = window.removeEventListener;\nwindow.addEventListener = function(eventName, fn) {\n if (typeof fn === 'function') {\n if (routingEventsListeningTo.indexOf(eventName) >= 0 && !find(capturedEventListeners[eventName], listener => listener === fn)) {\n capturedEventListeners[eventName].push(fn);\n return;\n }\n }\n\n return originalAddEventListener.apply(this, arguments);\n}\n\nwindow.removeEventListener = function(eventName, listenerFn) {\n if (typeof listenerFn === 'function') {\n if (routingEventsListeningTo.indexOf(eventName) >= 0) {\n capturedEventListeners[eventName] = capturedEventListeners[eventName].filter(fn => fn !== listenerFn);\n return;\n }\n }\n\n return originalRemoveEventListener.apply(this, arguments);\n}\n\nconst originalPushState = window.history.pushState;\nwindow.history.pushState = function(state) {\n const result = originalPushState.apply(this, arguments);\n\n urlReroute(createPopStateEvent(state));\n \n return result;\n}\n\nconst originalReplaceState = window.history.replaceState;\nwindow.history.replaceState = function(state) {\n const result = originalReplaceState.apply(this, arguments);\n urlReroute(createPopStateEvent(state));\n return result;\n}\n\nfunction createPopStateEvent(state) {\n // https://github.com/single-spa/single-spa/issues/224 and https://github.com/single-spa/single-spa-angular/issues/49\n // We need a popstate event even though the browser doesn't do one by default when you call replaceState, so that\n // all the applications can reroute.\n try {\n return new PopStateEvent('popstate', {state});\n } catch (err) {\n // IE 11 compatibility https://github.com/single-spa/single-spa/issues/299\n // https://docs.microsoft.com/en-us/openspecs/ie_standards/ms-html5e/bd560f47-b349-4d2c-baa8-f1560fb489dd\n const evt = document.createEvent('PopStateEvent');\n evt.initPopStateEvent('popstate', false, false, state);\n return evt;\n }\n}\n\n/* For convenience in `onclick` attributes, we expose a global function for navigating to\n * whatever an <a> tag's href is.\n */\nwindow.singleSpaNavigate = navigateToUrl;\n\nfunction parseUri(str) {\n // parseUri 1.2.2\n // (c) Steven Levithan <stevenlevithan.com>\n // MIT License\n // http://blog.stevenlevithan.com/archives/parseuri\n const parseOptions = {\n strictMode: true,\n key: [\"source\",\"protocol\",\"authority\",\"userInfo\",\"user\",\"password\",\"host\",\"port\",\"relative\",\"path\",\"directory\",\"file\",\"query\",\"anchor\"],\n q: {\n name: \"queryKey\",\n parser: /(?:^|&)([^&=]*)=?([^&]*)/g\n },\n parser: {\n strict: /^(?:([^:\\/?#]+):)?(?:\\/\\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\\/?#]*)(?::(\\d*))?))?((((?:[^?#\\/]*\\/)*)([^?#]*))(?:\\?([^#]*))?(?:#(.*))?)/,\n loose: /^(?:(?![^:@]+:[^:@\\/]*@)([^:\\/?#.]+):)?(?:\\/\\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\\/?#]*)(?::(\\d*))?)(((\\/(?:[^?#](?![^?#\\/]*\\.[^?#\\/.]+(?:[?#]|$)))*\\/?)?([^?#\\/]*))(?:\\?([^#]*))?(?:#(.*))?)/\n }\n };\n\n let o = parseOptions;\n let m = o.parser[o.strictMode ? \"strict\" : \"loose\"].exec(str);\n let uri = {};\n let i = 14;\n\n while (i--) uri[o.key[i]] = m[i] || \"\";\n\n uri[o.q.name] = {};\n uri[o.key[12]].replace(o.q.parser, function ($0, $1, $2) {\n if ($1) uri[o.q.name][$1] = $2;\n });\n\n return uri;\n}\n","import { routingEventsListeningTo } from './navigation/navigation-events.js';\n\nlet hasInitialized = false;\n\nexport function ensureJQuerySupport(jQuery = window.jQuery) {\n if (!jQuery) {\n if (window.$ && window.$.fn && window.$.fn.jquery) {\n jQuery = window.$;\n }\n }\n\n if (jQuery && !hasInitialized) {\n const originalJQueryOn = jQuery.fn.on;\n const originalJQueryOff = jQuery.fn.off;\n\n jQuery.fn.on = function(eventString, fn) {\n return captureRoutingEvents.call(this, originalJQueryOn, window.addEventListener, eventString, fn, arguments);\n }\n\n jQuery.fn.off = function(eventString, fn) {\n return captureRoutingEvents.call(this, originalJQueryOff, window.removeEventListener, eventString, fn, arguments);\n }\n\n hasInitialized = true;\n }\n}\n\nfunction captureRoutingEvents(originalJQueryFunction, nativeFunctionToCall, eventString, fn, originalArgs) {\n if (typeof eventString !== 'string') {\n return originalJQueryFunction.apply(this, originalArgs);\n }\n\n const eventNames = eventString.split(/\\s+/);\n eventNames.forEach(eventName => {\n if (routingEventsListeningTo.indexOf(eventName) >= 0) {\n nativeFunctionToCall(eventName, fn);\n eventString = eventString.replace(eventName, '');\n }\n });\n\n if (eventString.trim() === '') {\n return this;\n } else {\n return originalJQueryFunction.apply(this, originalArgs);\n }\n}\n","import { NOT_MOUNTED, UNLOADING, NOT_LOADED, SKIP_BECAUSE_BROKEN, isntActive } from '../applications/app.helpers.js';\nimport { handleAppError } from '../applications/app-errors.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport { getProps } from './prop.helpers.js';\n\nconst appsToUnload = {};\n\nexport function toUnloadPromise(app) {\n return Promise.resolve().then(() => {\n const unloadInfo = appsToUnload[app.name];\n\n if (!unloadInfo) {\n /* No one has called unloadApplication for this app,\n */\n return app;\n }\n\n if (app.status === NOT_LOADED) {\n /* This app is already unloaded. We just need to clean up\n * anything that still thinks we need to unload the app.\n */\n finishUnloadingApp(app, unloadInfo);\n return app;\n }\n\n if (app.status === UNLOADING) {\n /* Both unloadApplication and reroute want to unload this app.\n * It only needs to be done once, though.\n */\n return unloadInfo.promise.then(() => app);\n }\n\n if (app.status !== NOT_MOUNTED) {\n /* The app cannot be unloaded until it is unmounted.\n */\n return app;\n }\n\n app.status = UNLOADING;\n return reasonableTime(app.unload(getProps(app)), `Unloading application '${app.name}'`, app.timeouts.unload)\n .then(() => {\n finishUnloadingApp(app, unloadInfo);\n return app;\n })\n .catch(err => {\n errorUnloadingApp(app, unloadInfo, err);\n return app;\n })\n })\n}\n\nfunction finishUnloadingApp(app, unloadInfo) {\n delete appsToUnload[app.name];\n\n // Unloaded apps don't have lifecycles\n delete app.bootstrap;\n delete app.mount;\n delete app.unmount;\n delete app.unload;\n\n app.status = NOT_LOADED;\n\n /* resolve the promise of whoever called unloadApplication.\n * This should be done after all other cleanup/bookkeeping\n */\n unloadInfo.resolve();\n}\n\nfunction errorUnloadingApp(app, unloadInfo, err) {\n delete appsToUnload[app.name];\n\n // Unloaded apps don't have lifecycles\n delete app.bootstrap;\n delete app.mount;\n delete app.unmount;\n delete app.unload;\n\n handleAppError(err, app);\n app.status = SKIP_BECAUSE_BROKEN;\n unloadInfo.reject(err);\n}\n\nexport function addAppToUnload(app, promiseGetter, resolve, reject) {\n appsToUnload[app.name] = {app, resolve, reject};\n Object.defineProperty(appsToUnload[app.name], 'promise', {get: promiseGetter});\n}\n\nexport function getAppUnloadInfo(appName) {\n return appsToUnload[appName];\n}\n\nexport function getAppsToUnload() {\n return Object.keys(appsToUnload)\n .map(appName => appsToUnload[appName].app)\n .filter(isntActive)\n}\n","import { ensureJQuerySupport } from '../jquery-support.js';\nimport {\n isActive,\n isLoaded,\n isntLoaded,\n toName,\n NOT_LOADED,\n shouldBeActive,\n shouldntBeActive,\n isntActive,\n notSkipped,\n withoutLoadErrors,\n} from \"./app.helpers.js\";\nimport { reroute } from '../navigation/reroute.js';\nimport { find } from '../utils/find.js';\nimport { toUnmountPromise } from '../lifecycles/unmount.js';\nimport { toUnloadPromise, getAppUnloadInfo, addAppToUnload } from '../lifecycles/unload.js';\n\nconst apps = [];\n\nexport function getMountedApps() {\n return apps.filter(isActive).map(toName);\n}\n\nexport function getAppNames() {\n return apps.map(toName);\n}\n\n// used in devtools, not (currently) exposed as a single-spa API\nexport function getRawAppData() {\n return [...apps];\n}\n\nexport function getAppStatus(appName) {\n const app = find(apps, app => app.name === appName);\n return app ? app.status : null;\n}\n\nexport function declareChildApplication(appName, arg1, arg2) {\n console.warn('declareChildApplication is deprecated and will be removed in the next major version, use \"registerApplication\" instead')\n return registerApplication(appName, arg1, arg2)\n}\n\nexport function registerApplication(appName, applicationOrLoadingFn, activityFn, customProps = {}) {\n if (typeof appName !== 'string' || appName.length === 0)\n throw Error(`The first argument must be a non-empty string 'appName'`);\n if (getAppNames().indexOf(appName) !== -1)\n throw Error(`There is already an app declared with name ${appName}`);\n if (typeof customProps !== 'object' || Array.isArray(customProps))\n throw Error('customProps must be an object');\n\n if (!applicationOrLoadingFn)\n throw Error(`The application or loading function is required`);\n\n let loadImpl;\n if (typeof applicationOrLoadingFn !== 'function') {\n // applicationOrLoadingFn is an application\n loadImpl = () => Promise.resolve(applicationOrLoadingFn);\n } else {\n // applicationOrLoadingFn is a loadingFn\n loadImpl = applicationOrLoadingFn;\n }\n\n if (typeof activityFn !== 'function')\n throw Error(`The activeWhen argument must be a function`);\n\n apps.push({\n loadErrorTime: null,\n name: appName,\n loadImpl,\n activeWhen: activityFn,\n status: NOT_LOADED,\n parcels: {},\n devtools: {\n overlays: {\n options: {},\n selectors: [],\n }\n },\n customProps\n });\n\n ensureJQuerySupport();\n\n reroute();\n}\n\nexport function checkActivityFunctions(location) {\n const activeApps = []\n for (let i = 0; i < apps.length; i++) {\n if (apps[i].activeWhen(location)) {\n activeApps.push(apps[i].name)\n }\n }\n return activeApps\n}\n\nexport function getAppsToLoad() {\n return apps\n .filter(notSkipped)\n .filter(withoutLoadErrors)\n .filter(isntLoaded)\n .filter(shouldBeActive)\n}\n\nexport function getAppsToUnmount() {\n return apps\n .filter(notSkipped)\n .filter(isActive)\n .filter(shouldntBeActive)\n}\n\nexport function getAppsToMount() {\n return apps\n .filter(notSkipped)\n .filter(isntActive)\n .filter(isLoaded)\n .filter(shouldBeActive)\n}\n\nexport function unregisterApplication(appName) {\n if (!apps.find(app => app.name === appName)) {\n throw Error(`Cannot unregister application '${appName}' because no such application has been registered`)\n }\n\n return unloadApplication(appName)\n .then(() => {\n const appIndex = apps.findIndex(app => app.name === appName)\n apps.splice(appIndex, 1)\n })\n}\n\nexport function unloadChildApplication(appName, opts) {\n console.warn('unloadChildApplication is deprecated and will be removed in the next major version, use \"unloadApplication\" instead')\n return unloadApplication(appName, opts)\n}\n\nexport function unloadApplication(appName, opts={waitForUnmount: false}) {\n if (typeof appName !== 'string') {\n throw Error(`unloadApplication requires a string 'appName'`);\n }\n const app = find(apps, App => App.name === appName);\n if (!app) {\n throw Error(`Could not unload application '${appName}' because no such application has been registered`);\n }\n\n const appUnloadInfo = getAppUnloadInfo(app.name);\n if (opts && opts.waitForUnmount) {\n // We need to wait for unmount before unloading the app\n\n if (appUnloadInfo) {\n // Someone else is already waiting for this, too\n return appUnloadInfo.promise;\n } else {\n // We're the first ones wanting the app to be resolved.\n const promise = new Promise((resolve, reject) => {\n addAppToUnload(app, () => promise, resolve, reject);\n });\n return promise;\n }\n } else {\n /* We should unmount the app, unload it, and remount it immediately.\n */\n\n let resultPromise;\n\n if (appUnloadInfo) {\n // Someone else is already waiting for this app to unload\n resultPromise = appUnloadInfo.promise;\n immediatelyUnloadApp(app, appUnloadInfo.resolve, appUnloadInfo.reject);\n } else {\n // We're the first ones wanting the app to be resolved.\n resultPromise = new Promise((resolve, reject) => {\n addAppToUnload(app, () => resultPromise, resolve, reject);\n immediatelyUnloadApp(app, resolve, reject);\n });\n }\n\n return resultPromise;\n }\n}\n\nfunction immediatelyUnloadApp(app, resolve, reject) {\n toUnmountPromise(app)\n .then(toUnloadPromise)\n .then(() => {\n resolve()\n setTimeout(() => {\n // reroute, but the unload promise is done\n reroute()\n });\n })\n .catch(reject);\n}\n","import CustomEvent from 'custom-event';\nimport { isStarted } from '../start.js';\nimport { toLoadPromise } from '../lifecycles/load.js';\nimport { toBootstrapPromise } from '../lifecycles/bootstrap.js';\nimport { toMountPromise } from '../lifecycles/mount.js';\nimport { toUnmountPromise } from '../lifecycles/unmount.js';\nimport { getMountedApps, getAppsToLoad, getAppsToUnmount, getAppsToMount } from '../applications/apps.js';\nimport { callCapturedEventListeners } from './navigation-events.js';\nimport { getAppsToUnload, toUnloadPromise } from '../lifecycles/unload.js';\n\nlet appChangeUnderway = false, peopleWaitingOnAppChange = [];\n\nexport function triggerAppChange() {\n // Call reroute with no arguments, intentionally\n return reroute()\n}\n\nexport function reroute(pendingPromises = [], eventArguments) {\n if (appChangeUnderway) {\n return new Promise((resolve, reject) => {\n peopleWaitingOnAppChange.push({\n resolve,\n reject,\n eventArguments,\n });\n });\n }\n\n appChangeUnderway = true;\n let wasNoOp = true;\n\n if (isStarted()) {\n return performAppChanges();\n } else {\n return loadApps();\n }\n\n function loadApps() {\n return Promise.resolve().then(() => {\n const loadPromises = getAppsToLoad().map(toLoadPromise);\n\n if (loadPromises.length > 0) {\n wasNoOp = false;\n }\n\n return Promise\n .all(loadPromises)\n .then(finishUpAndReturn)\n .catch(err => {\n callAllEventListeners();\n throw err;\n })\n })\n }\n\n function performAppChanges() {\n return Promise.resolve().then(() => {\n window.dispatchEvent(new CustomEvent(\"single-spa:before-routing-event\", getCustomEventDetail()));\n const unloadPromises = getAppsToUnload().map(toUnloadPromise);\n\n const unmountUnloadPromises = getAppsToUnmount()\n .map(toUnmountPromise)\n .map(unmountPromise => unmountPromise.then(toUnloadPromise));\n\n const allUnmountPromises = unmountUnloadPromises.concat(unloadPromises);\n if (allUnmountPromises.length > 0) {\n wasNoOp = false;\n }\n\n const unmountAllPromise = Promise.all(allUnmountPromises);\n\n const appsToLoad = getAppsToLoad();\n\n /* We load and bootstrap apps while other apps are unmounting, but we\n * wait to mount the app until all apps are finishing unmounting\n */\n const loadThenMountPromises = appsToLoad.map(app => {\n return toLoadPromise(app)\n .then(toBootstrapPromise)\n .then(app => {\n return unmountAllPromise\n .then(() => toMountPromise(app))\n })\n })\n if (loadThenMountPromises.length > 0) {\n wasNoOp = false;\n }\n\n /* These are the apps that are already bootstrapped and just need\n * to be mounted. They each wait for all unmounting apps to finish up\n * before they mount.\n */\n const mountPromises = getAppsToMount()\n .filter(appToMount => appsToLoad.indexOf(appToMount) < 0)\n .map(appToMount => {\n return toBootstrapPromise(appToMount)\n .then(() => unmountAllPromise)\n .then(() => toMountPromise(appToMount))\n })\n if (mountPromises.length > 0) {\n wasNoOp = false;\n }\n return unmountAllPromise\n .catch(err => {\n callAllEventListeners();\n throw err;\n })\n .then(() => {\n /* Now that the apps that needed to be unmounted are unmounted, their DOM navigation\n * events (like hashchange or popstate) should have been cleaned up. So it's safe\n * to let the remaining captured event listeners to handle about the DOM event.\n */\n callAllEventListeners();\n\n return Promise\n .all(loadThenMountPromises.concat(mountPromises))\n .catch(err => {\n pendingPromises.forEach(promise => promise.reject(err));\n throw err;\n })\n .then(() => finishUpAndReturn(false))\n })\n\n })\n }\n\n function finishUpAndReturn(callEventListeners=true) {\n const returnValue = getMountedApps();\n\n if (callEventListeners) {\n callAllEventListeners();\n }\n pendingPromises.forEach(promise => promise.resolve(returnValue));\n\n try {\n const appChangeEventName = wasNoOp ? \"single-spa:no-app-change\": \"single-spa:app-change\";\n window.dispatchEvent(new CustomEvent(appChangeEventName, getCustomEventDetail()));\n window.dispatchEvent(new CustomEvent(\"single-spa:routing-event\", getCustomEventDetail()));\n } catch (err) {\n /* We use a setTimeout because if someone else's event handler throws an error, single-spa\n * needs to carry on. If a listener to the event throws an error, it's their own fault, not\n * single-spa's.\n */\n setTimeout(() => {\n throw err;\n });\n }\n\n /* Setting this allows for subsequent calls to reroute() to actually perform\n * a reroute instead of just getting queued behind the current reroute call.\n * We want to do this after the mounting/unmounting is done but before we\n * resolve the promise for the `reroute` function.\n */\n appChangeUnderway = false;\n\n if (peopleWaitingOnAppChange.length > 0) {\n /* While we were rerouting, someone else triggered another reroute that got queued.\n * So we need reroute again.\n */\n const nextPendingPromises = peopleWaitingOnAppChange;\n peopleWaitingOnAppChange = [];\n reroute(nextPendingPromises);\n }\n\n return returnValue;\n }\n\n /* We need to call all event listeners that have been delayed because they were\n * waiting on single-spa. This includes haschange and popstate events for both\n * the current run of performAppChanges(), but also all of the queued event listeners.\n * We want to call the listeners in the same order as if they had not been delayed by\n * single-spa, which means queued ones first and then the most recent one.\n */\n function callAllEventListeners() {\n pendingPromises.forEach(pendingPromise => {\n callCapturedEventListeners(pendingPromise.eventArguments);\n });\n\n callCapturedEventListeners(eventArguments);\n }\n\n function getCustomEventDetail() {\n const result = {detail: {}}\n\n if (eventArguments && eventArguments[0]) {\n result.detail.originalEvent = eventArguments[0]\n }\n\n return result\n }\n}\n","import { reroute } from './navigation/reroute.js';\n\nlet started = false;\n\nexport function start() {\n started = true;\n reroute();\n}\n\nexport function isStarted() {\n return started;\n}\n\nconst startWarningDelay = 5000;\n\nsetTimeout(() => {\n if (!started) {\n console.warn(`singleSpa.start() has not been called, ${startWarningDelay}ms after single-spa was loaded. Before start() is called, apps can be declared and loaded, but not bootstrapped or mounted. See https://github.com/CanopyTax/single-spa/blob/master/docs/single-spa-api.md#start`);\n }\n}, startWarningDelay)\n","import {getRawAppData, unregisterApplication} from '../applications/apps'\nimport {reroute} from '../navigation/reroute'\nimport {NOT_LOADED} from '../applications/app.helpers'\nimport {toLoadPromise} from '../lifecycles/load'\nimport {toBootstrapPromise} from '../lifecycles/bootstrap'\n\nexport default {\n getRawAppData,\n reroute,\n NOT_LOADED,\n toLoadPromise,\n toBootstrapPromise,\n unregisterApplication,\n}\n","export { start } from './start.js';\nexport { ensureJQuerySupport } from './jquery-support.js';\nexport { setBootstrapMaxTime, setMountMaxTime, setUnmountMaxTime, setUnloadMaxTime } from './applications/timeouts.js';\nexport { registerApplication, getMountedApps, getAppStatus, unloadApplication, checkActivityFunctions, getAppNames, declareChildApplication, unloadChildApplication } from './applications/apps.js';\nexport { navigateToUrl } from './navigation/navigation-events.js';\nexport { triggerAppChange } from './navigation/reroute.js';\nexport { addErrorHandler, removeErrorHandler } from './applications/app-errors.js';\nexport { mountRootParcel } from './parcels/mount-parcel.js';\n\nexport {\n NOT_LOADED,\n LOADING_SOURCE_CODE,\n NOT_BOOTSTRAPPED,\n BOOTSTRAPPING,\n NOT_MOUNTED,\n MOUNTING,\n UPDATING,\n LOAD_ERROR,\n MOUNTED,\n UNMOUNTING,\n SKIP_BECAUSE_BROKEN,\n} from './applications/app.helpers.js';\n\nimport devtools from \"./devtools/devtools\"\nif(window && window.__SINGLE_SPA_DEVTOOLS__) {\n window.__SINGLE_SPA_DEVTOOLS__.exposedMethods = devtools\n}\n"],"names":["global","errorHandlers","handleAppError","err","app","transformedErr","transformErr","length","forEach","handler","setTimeout","addErrorHandler","Error","push","removeErrorHandler","removedSomething","filter","h","isHandler","ogErr","appOrParcel","objectType","unmountThisParcel","errPrefix","name","status","result","message","console","warn","JSON","stringify","appName","appOrParcelName","NOT_LOADED","LOADING_SOURCE_CODE","NOT_BOOTSTRAPPED","BOOTSTRAPPING","NOT_MOUNTED","MOUNTING","MOUNTED","UPDATING","UNMOUNTING","UNLOADING","LOAD_ERROR","SKIP_BECAUSE_BROKEN","isActive","isntActive","isLoaded","isntLoaded","shouldBeActive","activeWhen","window","location","shouldntBeActive","notSkipped","item","withoutLoadErrors","Date","getTime","loadErrorTime","toName","globalTimeoutConfig","bootstrap","millis","dieOnTimeout","mount","unmount","unload","setBootstrapMaxTime","time","setMountMaxTime","setUnmountMaxTime","setUnloadMaxTime","reasonableTime","promise","description","timeoutConfig","warningPeriod","Promise","resolve","reject","finished","errored","then","val","catch","maybeTimingOut","shouldError","error","numWarnings","numMillis","ensureValidAppTimeouts","timeouts","find","arr","func","i","validLifecycleFn","fn","isArrayOfFns","Array","isArray","flattenFnArray","fns","props","waitForPromises","index","smellsLikeAPromise","toBootstrapPromise","hardFail","getProps","toUnmountPromise","unmountChildrenParcels","Object","keys","parcels","map","parcelId","all","unmountAppOrParcel","parcelError","parentError","beforeFirstMountFired","firstMountFired","toMountPromise","dispatchEvent","CustomEvent","setSkipBecauseBroken","toUpdatePromise","parcel","update","parcelCount","rootParcels","mountRootParcel","mountParcel","apply","arguments","config","customProps","owningAppOrParcel","domElement","id","passedConfigLoadingFunction","configLoadingFunction","parentName","value","resolveUnmount","rejectUnmount","externalRepresentation","loadPromise","promiseWithoutReturnValue","bootstrapPromise","mountPromise","unmountPromise","getStatus","bind","singleSpa","unmountSelf","UserError","toLoadPromise","appOpts","loadImpl","validationErrMessage","devtools","overlays","capturedEventListeners","hashchange","popstate","routingEventsListeningTo","navigateToUrl","obj","opts","url","href","currentTarget","preventDefault","current","parseUri","destination","indexOf","hash","anchor","host","isTestingEnv","wouldHaveReloadedThePage","isSamePath","path","query","history","pushState","callCapturedEventListeners","eventArguments","eventType","type","listener","urlReroute","reroute","addEventListener","originalAddEventListener","originalRemoveEventListener","removeEventListener","eventName","listenerFn","originalPushState","state","createPopStateEvent","originalReplaceState","replaceState","PopStateEvent","evt","document","createEvent","initPopStateEvent","singleSpaNavigate","str","parseOptions","strictMode","key","q","parser","strict","loose","o","m","exec","uri","replace","$0","$1","$2","hasInitialized","ensureJQuerySupport","jQuery","$","jquery","originalJQueryOn","on","originalJQueryOff","off","eventString","captureRoutingEvents","call","originalJQueryFunction","nativeFunctionToCall","originalArgs","eventNames","split","trim","appsToUnload","toUnloadPromise","unloadInfo","finishUnloadingApp","errorUnloadingApp","addAppToUnload","promiseGetter","defineProperty","get","getAppUnloadInfo","getAppsToUnload","apps","getMountedApps","getAppNames","getRawAppData","getAppStatus","declareChildApplication","arg1","arg2","registerApplication","applicationOrLoadingFn","activityFn","options","selectors","checkActivityFunctions","activeApps","getAppsToLoad","getAppsToUnmount","getAppsToMount","unregisterApplication","unloadApplication","appIndex","findIndex","splice","unloadChildApplication","waitForUnmount","App","appUnloadInfo","resultPromise","immediatelyUnloadApp","appChangeUnderway","peopleWaitingOnAppChange","triggerAppChange","pendingPromises","wasNoOp","isStarted","performAppChanges","loadApps","loadPromises","finishUpAndReturn","callAllEventListeners","getCustomEventDetail","unloadPromises","unmountUnloadPromises","allUnmountPromises","concat","unmountAllPromise","appsToLoad","loadThenMountPromises","mountPromises","appToMount","callEventListeners","returnValue","appChangeEventName","nextPendingPromises","pendingPromise","detail","originalEvent","started","start","startWarningDelay","__SINGLE_SPA_DEVTOOLS__","exposedMethods"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,IAAI,iBAAiB,GAAGA,cAAM,CAAC,WAAW,CAAC;;AAE3C,SAAS,SAAS,IAAI;EACpB,IAAI;IACF,IAAI,CAAC,GAAG,IAAI,iBAAiB,CAAC,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC;IACjE,QAAQ,KAAK,KAAK,CAAC,CAAC,IAAI,IAAI,KAAK,KAAK,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC;GACpD,CAAC,OAAO,CAAC,EAAE;GACX;EACD,OAAO,KAAK,CAAC;CACd;;;;;;;;;;AAUD,eAAc,GAAG,SAAS,EAAE,GAAG,iBAAiB;;;AAGhD,WAAW,KAAK,OAAO,QAAQ,IAAI,UAAU,KAAK,OAAO,QAAQ,CAAC,WAAW,GAAG,SAAS,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE;EAClH,IAAI,CAAC,GAAG,QAAQ,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC;EAC5C,IAAI,MAAM,EAAE;IACV,CAAC,CAAC,eAAe,CAAC,IAAI,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;GAC3E,MAAM;IACL,CAAC,CAAC,eAAe,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC;GAC/C;EACD,OAAO,CAAC,CAAC;CACV;;;AAGD,SAAS,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE;EAClC,IAAI,CAAC,GAAG,QAAQ,CAAC,iBAAiB,EAAE,CAAC;EACrC,CAAC,CAAC,IAAI,GAAG,IAAI,CAAC;EACd,IAAI,MAAM,EAAE;IACV,CAAC,CAAC,OAAO,GAAG,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC,CAAC,UAAU,GAAG,OAAO,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;IAC1C,CAAC,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC;GAC1B,MAAM;IACL,CAAC,CAAC,OAAO,GAAG,KAAK,CAAC;IAClB,CAAC,CAAC,UAAU,GAAG,KAAK,CAAC;IACrB,CAAC,CAAC,MAAM,GAAG,KAAK,CAAC,CAAC;GACnB;EACD,OAAO,CAAC,CAAC;CACV;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC/CD,IAAIC,aAAa,GAAG,EAApB;AAEA,AAAO,SAASC,cAAT,CAAwBC,GAAxB,EAA6BC,GAA7B,EAAkC;MACjCC,cAAc,GAAGC,YAAY,CAACH,GAAD,EAAMC,GAAN,CAAnC;;MAEIH,aAAa,CAACM,MAAlB,EAA0B;IACxBN,aAAa,CAACO,OAAd,CAAsB,UAAAC,OAAO;aAAIA,OAAO,CAACJ,cAAD,CAAX;KAA7B;GADF,MAEO;IACLK,UAAU,CAAC,YAAM;YACTL,cAAN;KADQ,CAAV;;;AAMJ,AAAO,SAASM,eAAT,CAAyBF,OAAzB,EAAkC;MACnC,OAAOA,OAAP,KAAmB,UAAvB,EAAmC;UAC3BG,KAAK,CAAC,+CAAD,CAAX;;;EAGFX,aAAa,CAACY,IAAd,CAAmBJ,OAAnB;;AAGF,AAAO,SAASK,kBAAT,CAA4BL,OAA5B,EAAqC;MACtC,OAAOA,OAAP,KAAmB,UAAvB,EAAmC;UAC3BG,KAAK,CAAC,+CAAD,CAAX;;;MAGEG,gBAAgB,GAAG,KAAvB;EACAd,aAAa,GAAGA,aAAa,CAACe,MAAd,CAAqB,UAAAC,CAAC,EAAI;QAClCC,SAAS,GAAGD,CAAC,KAAKR,OAAxB;IACAM,gBAAgB,GAAGA,gBAAgB,IAAIG,SAAvC;WACO,CAACA,SAAR;GAHc,CAAhB;SAMOH,gBAAP;;AAGF,AAAO,SAAST,YAAT,CAAsBa,KAAtB,EAA6BC,WAA7B,EAA0C;MACzCC,UAAU,GAAGD,WAAW,CAACE,iBAAZ,GAAgC,QAAhC,GAA2C,aAA9D;MACMC,SAAS,aAAMF,UAAN,eAAqBD,WAAW,CAACI,IAAjC,8BAAyDJ,WAAW,CAACK,MAArE,OAAf;MAEIC,MAAJ;;MAEIP,KAAK,YAAYP,KAArB,EAA4B;QACtB;MACFO,KAAK,CAACQ,OAAN,GAAgBJ,SAAS,GAAGJ,KAAK,CAACQ,OAAlC;KADF,CAEE,OAAMxB,GAAN,EAAW;;;;;;IAKbuB,MAAM,GAAGP,KAAT;GARF,MASO;IACLS,OAAO,CAACC,IAAR,iBAAsBT,WAAW,CAACK,MAAlC,gBAA8CL,WAAW,CAACI,IAA1D;;QACI;MACFE,MAAM,GAAGd,KAAK,CAACW,SAAS,GAAGO,IAAI,CAACC,SAAL,CAAeZ,KAAf,CAAb,CAAd;KADF,CAEE,OAAMhB,GAAN,EAAW;;MAEXuB,MAAM,GAAGP,KAAT;;;;EAIJO,MAAM,CAACM,OAAP,GAAiBZ,WAAW,CAACI,IAA7B;EACAE,MAAM,CAACO,eAAP,GAAyBb,WAAW,CAACI,IAArC;;MACI;IACFE,MAAM,CAACF,IAAP,GAAcJ,WAAW,CAACI,IAA1B;GADF,CAEE,OAAOrB,GAAP,EAAY;;;;;SAMPuB,MAAP;;;ICrEWQ,UAAU,GAAG,YAAnB;AACP,IAAaC,mBAAmB,GAAG,qBAA5B;AACP,IAAaC,gBAAgB,GAAG,kBAAzB;AACP,IAAaC,aAAa,GAAG,eAAtB;AACP,IAAaC,WAAW,GAAG,aAApB;AACP,IAAaC,QAAQ,GAAG,UAAjB;AACP,IAAaC,OAAO,GAAG,SAAhB;AACP,IAAaC,QAAQ,GAAG,UAAjB;AACP,IAAaC,UAAU,GAAG,YAAnB;AACP,AAAO,IAAMC,SAAS,GAAG,WAAlB;AACP,IAAaC,UAAU,GAAG,YAAnB;AACP,IAAaC,mBAAmB,GAAG,qBAA5B;AAEP,AAAO,SAASC,QAAT,CAAkB1C,GAAlB,EAAuB;SACrBA,GAAG,CAACqB,MAAJ,KAAee,OAAtB;;AAGF,AAAO,SAASO,UAAT,CAAoB3C,GAApB,EAAyB;SACvB,CAAC0C,QAAQ,CAAC1C,GAAD,CAAhB;;AAGF,AAAO,SAAS4C,QAAT,CAAkB5C,GAAlB,EAAuB;SACrBA,GAAG,CAACqB,MAAJ,KAAeS,UAAf,IAA6B9B,GAAG,CAACqB,MAAJ,KAAeU,mBAA5C,IAAmE/B,GAAG,CAACqB,MAAJ,KAAemB,UAAzF;;AAGF,AAAO,SAASK,UAAT,CAAoB7C,GAApB,EAAyB;SACvB,CAAC4C,QAAQ,CAAC5C,GAAD,CAAhB;;AAGF,AAAO,SAAS8C,cAAT,CAAwB9C,GAAxB,EAA6B;MAC9B;WACKA,GAAG,CAAC+C,UAAJ,CAAeC,MAAM,CAACC,QAAtB,CAAP;GADF,CAEE,OAAOlD,GAAP,EAAY;IACZD,cAAc,CAACC,GAAD,EAAMC,GAAN,CAAd;IACAA,GAAG,CAACqB,MAAJ,GAAaoB,mBAAb;;;AAIJ,AAAO,SAASS,gBAAT,CAA0BlD,GAA1B,EAA+B;MAChC;WACK,CAACA,GAAG,CAAC+C,UAAJ,CAAeC,MAAM,CAACC,QAAtB,CAAR;GADF,CAEE,OAAOlD,GAAP,EAAY;IACZD,cAAc,CAACC,GAAD,EAAMC,GAAN,CAAd;IACAA,GAAG,CAACqB,MAAJ,GAAaoB,mBAAb;;;AAIJ,AAIO,SAASU,UAAT,CAAoBC,IAApB,EAA0B;SACxBA,IAAI,KAAKX,mBAAT,KAAiC,CAACW,IAAD,IAASA,IAAI,CAAC/B,MAAL,KAAgBoB,mBAA1D,CAAP;;AAGF,AAAO,SAASY,iBAAT,CAA2BrD,GAA3B,EAAgC;SAC9BA,GAAG,CAACqB,MAAJ,KAAemB,UAAf,GACF,IAAIc,IAAJ,GAAWC,OAAX,KAAuBvD,GAAG,CAACwD,aAA5B,IAA8C,GAD3C,GAEH,IAFJ;;AAKF,AAAO,SAASC,MAAT,CAAgBzD,GAAhB,EAAqB;SACnBA,GAAG,CAACoB,IAAX;;;ACjEF,IAAMsC,mBAAmB,GAAG;EAC1BC,SAAS,EAAE;IACTC,MAAM,EAAE,IADC;IAETC,YAAY,EAAE;GAHU;EAK1BC,KAAK,EAAE;IACLF,MAAM,EAAE,IADH;IAELC,YAAY,EAAE;GAPU;EAS1BE,OAAO,EAAE;IACPH,MAAM,EAAE,IADD;IAEPC,YAAY,EAAE;GAXU;EAa1BG,MAAM,EAAE;IACNJ,MAAM,EAAE,IADF;IAENC,YAAY,EAAE;;CAflB;AAmBA,AAAO,SAASI,mBAAT,CAA6BC,IAA7B,EAAyD;MAAtBL,YAAsB,uEAAP,KAAO;;MAC1D,OAAOK,IAAP,KAAgB,QAAhB,IAA4BA,IAAI,IAAI,CAAxC,EAA2C;UACnC1D,KAAK,wEAAX;;;EAGFkD,mBAAmB,CAACC,SAApB,GAAgC;IAC9BC,MAAM,EAAEM,IADsB;IAE9BL,YAAY,EAAZA;GAFF;;AAMF,AAAO,SAASM,eAAT,CAAyBD,IAAzB,EAAqD;MAAtBL,YAAsB,uEAAP,KAAO;;MACtD,OAAOK,IAAP,KAAgB,QAAhB,IAA4BA,IAAI,IAAI,CAAxC,EAA2C;UACnC1D,KAAK,oEAAX;;;EAGFkD,mBAAmB,CAACI,KAApB,GAA4B;IAC1BF,MAAM,EAAEM,IADkB;IAE1BL,YAAY,EAAZA;GAFF;;AAMF,AAAO,SAASO,iBAAT,CAA2BF,IAA3B,EAAuD;MAAtBL,YAAsB,uEAAP,KAAO;;MACxD,OAAOK,IAAP,KAAgB,QAAhB,IAA4BA,IAAI,IAAI,CAAxC,EAA2C;UACnC1D,KAAK,sEAAX;;;EAGFkD,mBAAmB,CAACK,OAApB,GAA8B;IAC5BH,MAAM,EAAEM,IADoB;IAE5BL,YAAY,EAAZA;GAFF;;AAMF,AAAO,SAASQ,gBAAT,CAA0BH,IAA1B,EAAsD;MAAtBL,YAAsB,uEAAP,KAAO;;MACvD,OAAOK,IAAP,KAAgB,QAAhB,IAA4BA,IAAI,IAAI,CAAxC,EAA2C;UACnC1D,KAAK,qEAAX;;;EAGFkD,mBAAmB,CAACM,MAApB,GAA6B;IAC3BJ,MAAM,EAAEM,IADmB;IAE3BL,YAAY,EAAZA;GAFF;;AAMF,AAAO,SAASS,cAAT,CAAwBC,OAAxB,EAAiCC,WAAjC,EAA8CC,aAA9C,EAA6D;MAC5DC,aAAa,GAAG,IAAtB;SAEO,IAAIC,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;QAClCC,QAAQ,GAAG,KAAf;QACIC,OAAO,GAAG,KAAd;IAEAR,OAAO,CACNS,IADD,CACM,UAAAC,GAAG,EAAI;MACXH,QAAQ,GAAG,IAAX;MACAF,OAAO,CAACK,GAAD,CAAP;KAHF,EAKCC,KALD,CAKO,UAAAD,GAAG,EAAI;MACZH,QAAQ,GAAG,IAAX;MACAD,MAAM,CAACI,GAAD,CAAN;KAPF;IAUA3E,UAAU,CAAC;aAAM6E,cAAc,CAAC,CAAD,CAApB;KAAD,EAA0BT,aAA1B,CAAV;IACApE,UAAU,CAAC;aAAM6E,cAAc,CAAC,IAAD,CAApB;KAAD,EAA6BV,aAAa,CAACb,MAA3C,CAAV;;aAESuB,cAAT,CAAwBC,WAAxB,EAAqC;UAC/B,CAACN,QAAL,EAAe;YACTM,WAAW,KAAK,IAApB,EAA0B;UACxBL,OAAO,GAAG,IAAV;;cACIN,aAAa,CAACZ,YAAlB,EAAgC;YAC9BgB,MAAM,WAAIL,WAAJ,4CAAiDC,aAAa,CAACb,MAA/D,mBAAN;WADF,MAEO;YACLpC,OAAO,CAAC6D,KAAR,WAAiBb,WAAjB,4CAA8DC,aAAa,CAACb,MAA5E,mEADK;;SAJT,MAQO,IAAI,CAACmB,OAAL,EAAc;cACbO,WAAW,GAAGF,WAApB;cACMG,SAAS,GAAGD,WAAW,GAAGZ,aAAhC;UACAlD,OAAO,CAACC,IAAR,WAAgB+C,WAAhB,+CAAgEe,SAAhE;;cACIA,SAAS,GAAGb,aAAZ,GAA4BD,aAAa,CAACb,MAA9C,EAAsD;YACpDtD,UAAU,CAAC;qBAAM6E,cAAc,CAACG,WAAW,GAAG,CAAf,CAApB;aAAD,EAAwCZ,aAAxC,CAAV;;;;;GAhCH,CAAP;;AAwCF,AAAO,SAASc,sBAAT,GAA+C;MAAfC,QAAe,uEAAJ,EAAI;4BAE/C/B,mBADL,MAEK+B,QAFL;;;AC3GF;;;AAIA,AAAO,SAASC,IAAT,CAAcC,GAAd,EAAmBC,IAAnB,EAAyB;OACzB,IAAIC,CAAC,GAAC,CAAX,EAAcA,CAAC,GAACF,GAAG,CAACxF,MAApB,EAA4B0F,CAAC,EAA7B,EAAiC;QAC3BD,IAAI,CAACD,GAAG,CAACE,CAAD,CAAJ,CAAR,EAAkB;aACTF,GAAG,CAACE,CAAD,CAAV;;;;SAIG,IAAP;;;ACTK,SAASC,gBAAT,CAA0BC,EAA1B,EAA8B;SAC5BA,EAAE,KAAK,OAAOA,EAAP,KAAc,UAAd,IAA4BC,YAAY,CAACD,EAAD,CAA7C,CAAT;;WAESC,YAAT,CAAsBL,GAAtB,EAA2B;WAClBM,KAAK,CAACC,OAAN,CAAcP,GAAd,KAAsB,CAACD,IAAI,CAACC,GAAD,EAAM,UAAAvC,IAAI;aAAI,OAAOA,IAAP,KAAgB,UAApB;KAAV,CAAlC;;;AAIJ,AAAO,SAAS+C,cAAT,CAAwBC,GAAxB,EAA6B5B,WAA7B,EAA0C;EAC/C4B,GAAG,GAAGH,KAAK,CAACC,OAAN,CAAcE,GAAd,IAAqBA,GAArB,GAA2B,CAACA,GAAD,CAAjC;;MACIA,GAAG,CAACjG,MAAJ,KAAe,CAAnB,EAAsB;IACpBiG,GAAG,GAAG,CAAC;aAAMzB,OAAO,CAACC,OAAR,EAAN;KAAD,CAAN;;;SAGK,UAASyB,KAAT,EAAgB;WACd,IAAI1B,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;MACtCyB,eAAe,CAAC,CAAD,CAAf;;eAESA,eAAT,CAAyBC,KAAzB,EAAgC;YACxBhC,OAAO,GAAG6B,GAAG,CAACG,KAAD,CAAH,CAAWF,KAAX,CAAhB;;YACI,CAACG,kBAAkB,CAACjC,OAAD,CAAvB,EAAkC;UAChCM,MAAM,WAAIL,WAAJ,uBAA4B+B,KAA5B,+BAAN;SADF,MAEO;UACLhC,OAAO,CACJS,IADH,CACQ,YAAM;gBACNuB,KAAK,KAAKH,GAAG,CAACjG,MAAJ,GAAa,CAA3B,EAA8B;cAC5ByE,OAAO;aADT,MAEO;cACL0B,eAAe,CAACC,KAAK,GAAG,CAAT,CAAf;;WALN,EAQGrB,KARH,CAQSL,MART;;;KARC,CAAP;GADF;;AAwBF,AAAO,SAAS2B,kBAAT,CAA4BjC,OAA5B,EAAqC;SACnCA,OAAO,IAAI,OAAOA,OAAO,CAACS,IAAf,KAAwB,UAAnC,IAAiD,OAAOT,OAAO,CAACW,KAAf,KAAyB,UAAjF;;;ACpCK,SAASuB,kBAAT,CAA4BzF,WAA5B,EAA2D;MAAlB0F,QAAkB,uEAAP,KAAO;SACzD/B,OAAO,CAACC,OAAR,GAAkBI,IAAlB,CAAuB,YAAM;QAC9BhE,WAAW,CAACK,MAAZ,KAAuBW,gBAA3B,EAA6C;aACpChB,WAAP;;;IAGFA,WAAW,CAACK,MAAZ,GAAqBY,aAArB;WAEOqC,cAAc,CAACtD,WAAW,CAAC2C,SAAZ,CAAsBgD,QAAQ,CAAC3F,WAAD,CAA9B,CAAD,uCAA6EA,WAAW,CAACI,IAAzF,QAAkGJ,WAAW,CAACyE,QAAZ,CAAqB9B,SAAvH,CAAd,CACJqB,IADI,CACC,YAAM;MACVhE,WAAW,CAACK,MAAZ,GAAqBa,WAArB;aACOlB,WAAP;KAHG,EAKJkE,KALI,CAKE,UAAAnF,GAAG,EAAI;MACZiB,WAAW,CAACK,MAAZ,GAAqBoB,mBAArB;;UACIiE,QAAJ,EAAc;YACNzG,cAAc,GAAGC,YAAY,CAACH,GAAD,EAAMiB,WAAN,CAAnC;cACMf,cAAN;OAFF,MAGO;QACLH,cAAc,CAACC,GAAD,EAAMiB,WAAN,CAAd;eACOA,WAAP;;KAZC,CAAP;GAPK,CAAP;;;ACDK,SAAS4F,gBAAT,CAA0B5F,WAA1B,EAAyD;MAAlB0F,QAAkB,uEAAP,KAAO;SACvD/B,OAAO,CAACC,OAAR,GAAkBI,IAAlB,CAAuB,YAAM;QAC9BhE,WAAW,CAACK,MAAZ,KAAuBe,OAA3B,EAAoC;aAC3BpB,WAAP;;;IAEFA,WAAW,CAACK,MAAZ,GAAqBiB,UAArB;QAEMuE,sBAAsB,GAAGC,MAAM,CAACC,IAAP,CAAY/F,WAAW,CAACgG,OAAxB,EAC5BC,GAD4B,CACxB,UAAAC,QAAQ;aAAIlG,WAAW,CAACgG,OAAZ,CAAoBE,QAApB,EAA8BhG,iBAA9B,EAAJ;KADgB,CAA/B;AAGA,AAEA,WAAOyD,OAAO,CAACwC,GAAR,CAAYN,sBAAZ,EACJ7B,IADI,CAEHoC,kBAFG,EAGH,UAAAC,WAAW,EAAI;;aAEND,kBAAkB,GACtBpC,IADI,CACC,YAAM;;YAEJsC,WAAW,GAAG9G,KAAK,CAAC6G,WAAW,CAAC9F,OAAb,CAAzB;;YACImF,QAAJ,EAAc;cACNzG,cAAc,GAAGC,YAAY,CAACoH,WAAD,EAActG,WAAd,CAAnC;UACAA,WAAW,CAACK,MAAZ,GAAqBoB,mBAArB;gBACMxC,cAAN;SAHF,MAIO;UACLH,cAAc,CAACwH,WAAD,EAActG,WAAd,CAAd;UACAA,WAAW,CAACK,MAAZ,GAAqBoB,mBAArB;;OAVC,CAAP;KALC,EAoBJuC,IApBI,CAoBC;aAAMhE,WAAN;KApBD,CAAP;;aAsBSoG,kBAAT,GAA8B;;aAErB9C,cAAc,CAACtD,WAAW,CAAC+C,OAAZ,CAAoB4C,QAAQ,CAAC3F,WAAD,CAA5B,CAAD,mCAAuEA,WAAW,CAACI,IAAnF,QAA4FJ,WAAW,CAACyE,QAAZ,CAAqB1B,OAAjH,CAAd,CACJiB,IADI,CACC,YAAM;;QAEQ;UAChBhE,WAAW,CAACK,MAAZ,GAAqBa,WAArB;;OAJC,EAOJgD,KAPI,CAOE,UAAAnF,GAAG,EAAI;YACR2G,QAAJ,EAAc;cACNzG,cAAc,GAAGC,YAAY,CAACH,GAAD,EAAMiB,WAAN,CAAnC;UACAA,WAAW,CAACK,MAAZ,GAAqBoB,mBAArB;gBACMxC,cAAN;SAHF,MAIO;UACLH,cAAc,CAACC,GAAD,EAAMiB,WAAN,CAAd;UACAA,WAAW,CAACK,MAAZ,GAAqBoB,mBAArB;;OAdC,CAAP;;GAnCG,CAAP;;;ACCF,IAAI8E,qBAAqB,GAAG,KAA5B;AACA,IAAIC,eAAe,GAAG,KAAtB;AAEA,AAAO,SAASC,cAAT,CAAwBzG,WAAxB,EAAuD;MAAlB0F,QAAkB,uEAAP,KAAO;SACrD/B,OAAO,CAACC,OAAR,GAAkBI,IAAlB,CAAuB,YAAM;QAC9BhE,WAAW,CAACK,MAAZ,KAAuBa,WAA3B,EAAwC;aAC/BlB,WAAP;;;QAGE,CAACuG,qBAAL,EAA4B;MAC1BvE,MAAM,CAAC0E,aAAP,CAAqB,IAAIC,WAAJ,CAAgB,+BAAhB,CAArB;MACAJ,qBAAqB,GAAG,IAAxB;;;WAGKjD,cAAc,CAACtD,WAAW,CAAC8C,KAAZ,CAAkB6C,QAAQ,CAAC3F,WAAD,CAA1B,CAAD,kCAAoEA,WAAW,CAACI,IAAhF,QAAyFJ,WAAW,CAACyE,QAAZ,CAAqB3B,KAA9G,CAAd,CACJkB,IADI,CACC,YAAM;MACVhE,WAAW,CAACK,MAAZ,GAAqBe,OAArB;;UAEI,CAACoF,eAAL,EAAsB;QACpBxE,MAAM,CAAC0E,aAAP,CAAqB,IAAIC,WAAJ,CAAgB,wBAAhB,CAArB;QACAH,eAAe,GAAG,IAAlB;;;aAGKxG,WAAP;KATG,EAWJkE,KAXI,CAWE,UAAAnF,GAAG,EAAI;;;;MAIZiB,WAAW,CAACK,MAAZ,GAAqBe,OAArB;aACOwE,gBAAgB,CAAC5F,WAAD,CAAhB,CACJgE,IADI,CACC4C,oBADD,EACuBA,oBADvB,CAAP;;eAGSA,oBAAT,GAAgC;YAC1B,CAAClB,QAAL,EAAe;UACb5G,cAAc,CAACC,GAAD,EAAMiB,WAAN,CAAd;UACAA,WAAW,CAACK,MAAZ,GAAqBoB,mBAArB;iBACOzB,WAAP;SAHF,MAIO;cACCf,cAAc,GAAGC,YAAY,CAACH,GAAD,EAAMiB,WAAN,CAAnC;UACAA,WAAW,CAACK,MAAZ,GAAqBoB,mBAArB;gBACMxC,cAAN;;;KA3BD,CAAP;GAVK,CAAP;;;ACNK,SAAS4H,eAAT,CAAyBC,MAAzB,EAAiC;SAC/BnD,OAAO,CAACC,OAAR,GAAkBI,IAAlB,CAAuB,YAAM;QAC9B8C,MAAM,CAACzG,MAAP,KAAkBe,OAAtB,EAA+B;YACvB5B,KAAK,iCAA0BsH,MAAM,CAAC1G,IAAjC,iCAAX;;;IAGF0G,MAAM,CAACzG,MAAP,GAAgBgB,QAAhB;WAEOiC,cAAc,CAACwD,MAAM,CAACC,MAAP,CAAcpB,QAAQ,CAACmB,MAAD,CAAtB,CAAD,6BAAsDA,MAAM,CAAC1G,IAA7D,QAAsE0G,MAAM,CAACrC,QAAP,CAAgB3B,KAAtF,CAAd,CACJkB,IADI,CACC,YAAM;MACV8C,MAAM,CAACzG,MAAP,GAAgBe,OAAhB;aACO0F,MAAP;KAHG,EAKJ5C,KALI,CAKE,UAAAnF,GAAG,EAAI;UACNE,cAAc,GAAGC,YAAY,CAACH,GAAD,EAAM+H,MAAN,CAAnC;MACAA,MAAM,CAACzG,MAAP,GAAgBoB,mBAAhB;YACMxC,cAAN;KARG,CAAP;GAPK,CAAP;;;ACEF,IAAI+H,WAAW,GAAG,CAAlB;AACA,IAAMC,WAAW,GAAG;EAACjB,OAAO,EAAE;CAA9B;;AAGA,AAAO,SAASkB,eAAT,GAA2B;SACzBC,WAAW,CAACC,KAAZ,CAAkBH,WAAlB,EAA+BI,SAA/B,CAAP;;AAGF,AAAO,SAASF,WAAT,CAAqBG,MAArB,EAA6BC,WAA7B,EAA0C;MACzCC,iBAAiB,GAAG,IAA1B,CAD+C;;MAI3C,CAACF,MAAD,IAAY,QAAOA,MAAP,MAAkB,QAAlB,IAA8B,OAAOA,MAAP,KAAkB,UAAhE,EAA6E;UACrE9H,KAAK,CAAC,wEAAD,CAAX;;;MAGE8H,MAAM,CAAClH,IAAP,IAAe,OAAOkH,MAAM,CAAClH,IAAd,KAAuB,QAA1C,EAAoD;UAC5CZ,KAAK,CAAC,2CAAD,CAAX;;;MAGE,QAAO+H,WAAP,MAAuB,QAA3B,EAAqC;UAC7B/H,KAAK,kBAAWY,IAAX,mDAAX;;;MAGE,CAACmH,WAAW,CAACE,UAAjB,EAA6B;UACrBjI,KAAK,kBAAWY,IAAX,gEAAX;;;MAGIsH,EAAE,GAAGV,WAAW,EAAtB;MAEMW,2BAA2B,GAAG,OAAOL,MAAP,KAAkB,UAAtD;MACMM,qBAAqB,GAAGD,2BAA2B,GAAGL,MAAH,GAAY;WAAM3D,OAAO,CAACC,OAAR,CAAgB0D,MAAhB,CAAN;GAArE,CAvB+C;;MA0BzCR,MAAM,GAAG;IACbY,EAAE,EAAFA,EADa;IAEb1B,OAAO,EAAE,EAFI;IAGb3F,MAAM,EAAEsH,2BAA2B,GAAG5G,mBAAH,GAAyBC,gBAH/C;IAIbuG,WAAW,EAAXA,WAJa;IAKbM,UAAU,EAAEL,iBAAiB,CAACpH,IALjB;IAMbF,iBANa,+BAMO;UACd4G,MAAM,CAACzG,MAAP,KAAkBe,OAAtB,EAA+B;cACvB5B,KAAK,kCAA2BY,IAA3B,6BAAkD0G,MAAM,CAACzG,MAAzD,aAAX;;;aAGKuF,gBAAgB,CAACkB,MAAD,EAAS,IAAT,CAAhB,CACJ9C,IADI,CACC,UAAA8D,KAAK,EAAI;YACThB,MAAM,CAACe,UAAX,EAAuB;iBACdL,iBAAiB,CAACxB,OAAlB,CAA0Bc,MAAM,CAACY,EAAjC,CAAP;;;eAGKI,KAAP;OANG,EAQJ9D,IARI,CAQC,UAAA8D,KAAK,EAAI;QACbC,cAAc,CAACD,KAAD,CAAd;eACOA,KAAP;OAVG,EAYJ5D,KAZI,CAYE,UAAAnF,GAAG,EAAI;QACZ+H,MAAM,CAACzG,MAAP,GAAgBoB,mBAAhB;QACAuG,aAAa,CAACjJ,GAAD,CAAb;cACMA,GAAN;OAfG,CAAP;;GAXJ,CA1B+C;;MA0D3CkJ,sBAAJ,CA1D+C;;EA6D/CT,iBAAiB,CAACxB,OAAlB,CAA0B0B,EAA1B,IAAgCZ,MAAhC;MAEIoB,WAAW,GAAGN,qBAAqB,EAAvC;;MAEI,CAACM,WAAD,IAAgB,OAAOA,WAAW,CAAClE,IAAnB,KAA4B,UAAhD,EAA4D;UACpDxE,KAAK,kHAAX;;;EAGF0I,WAAW,GAAGA,WAAW,CAAClE,IAAZ,CAAiB,UAAAsD,MAAM,EAAI;QACnC,CAACA,MAAL,EAAa;YACL9H,KAAK,oHAAX;;;QAGIY,IAAI,GAAGkH,MAAM,CAAClH,IAAP,qBAAyBsH,EAAzB,CAAb;;QAEI,CAAC5C,gBAAgB,CAACwC,MAAM,CAAC3E,SAAR,CAArB,EAAyC;YACjCnD,KAAK,kBAAWY,IAAX,2CAAX;;;QAGE,CAAC0E,gBAAgB,CAACwC,MAAM,CAACxE,KAAR,CAArB,EAAqC;YAC7BtD,KAAK,kBAAWY,IAAX,uCAAX;;;QAGE,CAAC0E,gBAAgB,CAACwC,MAAM,CAACvE,OAAR,CAArB,EAAuC;YAC/BvD,KAAK,kBAAWY,IAAX,yCAAX;;;QAGEkH,MAAM,CAACP,MAAP,IAAiB,CAACjC,gBAAgB,CAACwC,MAAM,CAACP,MAAR,CAAtC,EAAuD;YAC/CvH,KAAK,kBAAWY,IAAX,0CAAX;;;QAGIuC,SAAS,GAAGwC,cAAc,CAACmC,MAAM,CAAC3E,SAAR,CAAhC;QACMG,KAAK,GAAGqC,cAAc,CAACmC,MAAM,CAACxE,KAAR,CAA5B;QACMC,OAAO,GAAGoC,cAAc,CAACmC,MAAM,CAACvE,OAAR,CAA9B;IAEA+D,MAAM,CAACzG,MAAP,GAAgBW,gBAAhB;IACA8F,MAAM,CAAC1G,IAAP,GAAcA,IAAd;IACA0G,MAAM,CAACnE,SAAP,GAAmBA,SAAnB;IACAmE,MAAM,CAAChE,KAAP,GAAeA,KAAf;IACAgE,MAAM,CAAC/D,OAAP,GAAiBA,OAAjB;IACA+D,MAAM,CAACrC,QAAP,GAAkBD,sBAAsB,CAAC8C,MAAM,CAAC7C,QAAR,CAAxC;;QAEI6C,MAAM,CAACP,MAAX,EAAmB;MACjBD,MAAM,CAACC,MAAP,GAAgB5B,cAAc,CAACmC,MAAM,CAACP,MAAR,CAA9B;;MACAkB,sBAAsB,CAAClB,MAAvB,GAAgC,UAASQ,WAAT,EAAsB;QACpDT,MAAM,CAACS,WAAP,GAAqBA,WAArB;eAEOY,yBAAyB,CAACtB,eAAe,CAACC,MAAD,CAAhB,CAAhC;OAHF;;GApCU,CAAd,CArE+C;;;MAmHzCsB,gBAAgB,GAAGF,WAAW,CAAClE,IAAZ,CAAiB;WAAMyB,kBAAkB,CAACqB,MAAD,EAAS,IAAT,CAAxB;GAAjB,CAAzB;MACMuB,YAAY,GAAGD,gBAAgB,CAACpE,IAAjB,CAAsB;WAAMyC,cAAc,CAACK,MAAD,EAAS,IAAT,CAApB;GAAtB,CAArB;MAEIiB,cAAJ,EAAoBC,aAApB;MAEMM,cAAc,GAAG,IAAI3E,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;IACtDkE,cAAc,GAAGnE,OAAjB;IACAoE,aAAa,GAAGnE,MAAhB;GAFqB,CAAvB;EAKAoE,sBAAsB,GAAG;IACvBnF,KADuB,mBACf;aACCqF,yBAAyB,CAC9BxE,OAAO,CACNC,OADD,GAECI,IAFD,CAEM,YAAM;YACN8C,MAAM,CAACzG,MAAP,KAAkBa,WAAtB,EAAmC;gBAC3B1B,KAAK,gCAAyBY,IAAzB,6BAAgD0G,MAAM,CAACzG,MAAvD,aAAX;SAFQ;;;QAMVmH,iBAAiB,CAACxB,OAAlB,CAA0B0B,EAA1B,IAAgCZ,MAAhC;eAEOL,cAAc,CAACK,MAAD,CAArB;OAVF,CAD8B,CAAhC;KAFqB;IAiBvB/D,OAjBuB,qBAiBb;aACDoF,yBAAyB,CAC9BrB,MAAM,CAAC5G,iBAAP,EAD8B,CAAhC;KAlBqB;IAsBvBqI,SAtBuB,uBAsBX;aACHzB,MAAM,CAACzG,MAAd;KAvBqB;IAyBvB6H,WAAW,EAAEC,yBAAyB,CAACD,WAAD,CAzBf;IA0BvBE,gBAAgB,EAAED,yBAAyB,CAACC,gBAAD,CA1BpB;IA2BvBC,YAAY,EAAEF,yBAAyB,CAACE,YAAD,CA3BhB;IA4BvBC,cAAc,EAAEH,yBAAyB,CAACG,cAAD;GA5B3C;SA+BOL,sBAAP;;;AAGF,SAASE,yBAAT,CAAmC5E,OAAnC,EAA4C;SACnCA,OAAO,CAACS,IAAR,CAAa;WAAM,IAAN;GAAb,CAAP;;;AC7KK,SAAS2B,QAAT,CAAkB3F,WAAlB,EAA+B;MAC9BM,MAAM,sBACPN,WAAW,CAACuH,WADL;IAEVnH,IAAI,EAAEJ,WAAW,CAACI,IAFR;IAGV+G,WAAW,EAAEA,WAAW,CAACqB,IAAZ,CAAiBxI,WAAjB,CAHH;IAIVyI,SAAS,EAATA;IAJF;;MAOIzI,WAAW,CAACE,iBAAhB,EAAmC;IACjCI,MAAM,CAACoI,WAAP,GAAqB1I,WAAW,CAACE,iBAAjC;;;SAGKI,MAAP;;;ICTIqI;;;;;;;;;;;;mBAAkBnJ;;AAExB,AAAO,SAASoJ,aAAT,CAAuB5J,GAAvB,EAA4B;SAC1B2E,OAAO,CAACC,OAAR,GAAkBI,IAAlB,CAAuB,YAAM;QAC9BhF,GAAG,CAACqB,MAAJ,KAAeS,UAAf,IAA6B9B,GAAG,CAACqB,MAAJ,KAAemB,UAAhD,EAA4D;aACnDxC,GAAP;;;IAGFA,GAAG,CAACqB,MAAJ,GAAaU,mBAAb;QAEI8H,OAAJ;WAEOlF,OAAO,CAACC,OAAR,GAAkBI,IAAlB,CAAuB,YAAM;UAC5BkE,WAAW,GAAGlJ,GAAG,CAAC8J,QAAJ,CAAanD,QAAQ,CAAC3G,GAAD,CAArB,CAApB;;UACI,CAACwG,kBAAkB,CAAC0C,WAAD,CAAvB,EAAsC;;cAE9B,IAAIS,SAAJ,mHAAyH3J,GAAG,CAACoB,IAA7H,2CAAN;;;aAEK8H,WAAW,CAAClE,IAAZ,CAAiB,UAAAC,GAAG,EAAI;QAC7BjF,GAAG,CAACwD,aAAJ,GAAoB,IAApB;QAEAqG,OAAO,GAAG5E,GAAV;YAEI8E,oBAAJ;;YAEI,QAAOF,OAAP,MAAmB,QAAvB,EAAiC;UAC/BE,oBAAoB,6BAApB;;;YAGE,CAACjE,gBAAgB,CAAC+D,OAAO,CAAClG,SAAT,CAArB,EAA0C;UACxCoG,oBAAoB,+DAApB;;;YAGE,CAACjE,gBAAgB,CAAC+D,OAAO,CAAC/F,KAAT,CAArB,EAAsC;UACpCiG,oBAAoB,2DAApB;;;YAGE,CAACjE,gBAAgB,CAAC+D,OAAO,CAAC9F,OAAT,CAArB,EAAwC;UACtCgG,oBAAoB,8DAApB;;;YAGEA,oBAAJ,EAA0B;UACxBvI,OAAO,CAAC6D,KAAR,4DAAkErF,GAAG,CAACoB,IAAtE,iGAAwKyI,OAAxK;UACA/J,cAAc,CAACiK,oBAAD,EAAuB/J,GAAvB,CAAd;UACAA,GAAG,CAACqB,MAAJ,GAAaoB,mBAAb;iBACOzC,GAAP;;;YAGE6J,OAAO,CAACG,QAAR,IAAoBH,OAAO,CAACG,QAAR,CAAiBC,QAAzC,EAAmD;UACjDjK,GAAG,CAACgK,QAAJ,CAAaC,QAAb,sBAA4BjK,GAAG,CAACgK,QAAJ,CAAaC,QAAzC,MAAsDJ,OAAO,CAACG,QAAR,CAAiBC,QAAvE;;;QAGFjK,GAAG,CAACqB,MAAJ,GAAaW,gBAAb;QACAhC,GAAG,CAAC2D,SAAJ,GAAgBwC,cAAc,CAAC0D,OAAO,CAAClG,SAAT,iBAA4B3D,GAAG,CAACoB,IAAhC,0BAA9B;QACApB,GAAG,CAAC8D,KAAJ,GAAYqC,cAAc,CAAC0D,OAAO,CAAC/F,KAAT,iBAAwB9D,GAAG,CAACoB,IAA5B,sBAA1B;QACApB,GAAG,CAAC+D,OAAJ,GAAcoC,cAAc,CAAC0D,OAAO,CAAC9F,OAAT,iBAA0B/D,GAAG,CAACoB,IAA9B,wBAA5B;QACApB,GAAG,CAACgE,MAAJ,GAAamC,cAAc,CAAC0D,OAAO,CAAC7F,MAAR,IAAkB,EAAnB,iBAA+BhE,GAAG,CAACoB,IAAnC,uBAA3B;QACApB,GAAG,CAACyF,QAAJ,GAAeD,sBAAsB,CAACqE,OAAO,CAACpE,QAAT,CAArC;eAEOzF,GAAP;OAzCK,CAAP;KANK,EAkDNkF,KAlDM,CAkDA,UAAAnF,GAAG,EAAI;MACZD,cAAc,CAACC,GAAD,EAAMC,GAAN,CAAd;;UACID,GAAG,YAAY4J,SAAnB,EAA8B;QAC5B3J,GAAG,CAACqB,MAAJ,GAAaoB,mBAAb;OADF,MAEO;QACLzC,GAAG,CAACqB,MAAJ,GAAamB,UAAb;QACAxC,GAAG,CAACwD,aAAJ,GAAoB,IAAIF,IAAJ,GAAWC,OAAX,EAApB;;;aAGKvD,GAAP;KA3DK,CAAP;GATK,CAAP;;;ACNF;;;;;;AAKA,IAAMkK,sBAAsB,GAAG;EAC7BC,UAAU,EAAE,EADiB;EAE7BC,QAAQ,EAAE;CAFZ;AAKA,AAAO,IAAMC,wBAAwB,GAAG,CAAC,YAAD,EAAe,UAAf,CAAjC;AAEP,AAAO,SAASC,aAAT,CAAuBC,GAAvB,EAAqC;MAATC,IAAS,uEAAJ,EAAI;MACtCC,GAAJ;;MACI,OAAOF,GAAP,KAAe,QAAnB,EAA6B;IAC3BE,GAAG,GAAGF,GAAN;GADF,MAEO,IAAI,QAAQ,KAAKG,IAAjB,EAAuB;IAC5BD,GAAG,GAAG,KAAKC,IAAX;GADK,MAEA,IAAIH,GAAG,IAAIA,GAAG,CAACI,aAAX,IAA4BJ,GAAG,CAACI,aAAJ,CAAkBD,IAA9C,IAAsDH,GAAG,CAACK,cAA9D,EAA8E;IACnFH,GAAG,GAAGF,GAAG,CAACI,aAAJ,CAAkBD,IAAxB;IACAH,GAAG,CAACK,cAAJ;GAFK,MAGA;UACCpK,KAAK,iJAAX;;;MAGIqK,OAAO,GAAGC,QAAQ,CAAC9H,MAAM,CAACC,QAAP,CAAgByH,IAAjB,CAAxB;MACMK,WAAW,GAAGD,QAAQ,CAACL,GAAD,CAA5B;;MAEIA,GAAG,CAACO,OAAJ,CAAY,GAAZ,MAAqB,CAAzB,EAA4B;IAC1BhI,MAAM,CAACC,QAAP,CAAgBgI,IAAhB,GAAuB,MAAMF,WAAW,CAACG,MAAzC;GADF,MAEO,IAAIL,OAAO,CAACM,IAAR,KAAiBJ,WAAW,CAACI,IAA7B,IAAqCJ,WAAW,CAACI,IAArD,EAA2D;QAC5DX,IAAI,CAACY,YAAT,EAAuB;aACd;QAACC,wBAAwB,EAAE;OAAlC;KADF,MAEO;MACLrI,MAAM,CAACC,QAAP,CAAgByH,IAAhB,GAAuBD,GAAvB;;GAJG,MAMA,IAAI,CAACa,UAAU,CAACP,WAAW,CAACQ,IAAZ,GAAmB,GAAnB,GAAyBR,WAAW,CAACS,KAAtC,EAA6CX,OAAO,CAACU,IAAR,GAAe,GAAf,GAAqBV,OAAO,CAACW,KAA1E,CAAf,EAAiG;;IAEtGxI,MAAM,CAACyI,OAAP,CAAeC,SAAf,CAAyB,IAAzB,EAA+B,IAA/B,EAAqCjB,GAArC;GAFK,MAGA;IACLzH,MAAM,CAACC,QAAP,CAAgBgI,IAAhB,GAAuB,MAAMF,WAAW,CAACG,MAAzC;;;WAGOI,UAAT,CAAoBP,WAApB,EAAiCF,OAAjC,EAA0C;;WAEjCA,OAAO,KAAKE,WAAZ,IAA2BF,OAAO,KAAK,MAAME,WAApD;;;AAIJ,AAAO,SAASY,0BAAT,CAAoCC,cAApC,EAAoD;;;MACrDA,cAAJ,EAAoB;QACZC,SAAS,GAAGD,cAAc,CAAC,CAAD,CAAd,CAAkBE,IAApC;;QACIzB,wBAAwB,CAACW,OAAzB,CAAiCa,SAAjC,KAA+C,CAAnD,EAAsD;MACpD3B,sBAAsB,CAAC2B,SAAD,CAAtB,CAAkCzL,OAAlC,CAA0C,UAAA2L,QAAQ,EAAI;QACpDA,QAAQ,CAAC3D,KAAT,CAAe,KAAf,EAAqBwD,cAArB;OADF;;;;;AAON,SAASI,UAAT,GAAsB;EACpBC,OAAO,CAAC,EAAD,EAAK5D,SAAL,CAAP;;;;AAKFrF,MAAM,CAACkJ,gBAAP,CAAwB,YAAxB,EAAsCF,UAAtC;AACAhJ,MAAM,CAACkJ,gBAAP,CAAwB,UAAxB,EAAoCF,UAApC;;AAGA,IAAMG,wBAAwB,GAAGnJ,MAAM,CAACkJ,gBAAxC;AACA,IAAME,2BAA2B,GAAGpJ,MAAM,CAACqJ,mBAA3C;;AACArJ,MAAM,CAACkJ,gBAAP,GAA0B,UAASI,SAAT,EAAoBvG,EAApB,EAAwB;MAC5C,OAAOA,EAAP,KAAc,UAAlB,EAA8B;QACxBsE,wBAAwB,CAACW,OAAzB,CAAiCsB,SAAjC,KAA+C,CAA/C,IAAoD,CAAC5G,IAAI,CAACwE,sBAAsB,CAACoC,SAAD,CAAvB,EAAoC,UAAAP,QAAQ;aAAIA,QAAQ,KAAKhG,EAAjB;KAA5C,CAA7D,EAA+H;MAC7HmE,sBAAsB,CAACoC,SAAD,CAAtB,CAAkC7L,IAAlC,CAAuCsF,EAAvC;;;;;SAKGoG,wBAAwB,CAAC/D,KAAzB,CAA+B,IAA/B,EAAqCC,SAArC,CAAP;CARF;;AAWArF,MAAM,CAACqJ,mBAAP,GAA6B,UAASC,SAAT,EAAoBC,UAApB,EAAgC;MACvD,OAAOA,UAAP,KAAsB,UAA1B,EAAsC;QAChClC,wBAAwB,CAACW,OAAzB,CAAiCsB,SAAjC,KAA+C,CAAnD,EAAsD;MACpDpC,sBAAsB,CAACoC,SAAD,CAAtB,GAAoCpC,sBAAsB,CAACoC,SAAD,CAAtB,CAAkC1L,MAAlC,CAAyC,UAAAmF,EAAE;eAAIA,EAAE,KAAKwG,UAAX;OAA3C,CAApC;;;;;SAKGH,2BAA2B,CAAChE,KAA5B,CAAkC,IAAlC,EAAwCC,SAAxC,CAAP;CARF;;AAWA,IAAMmE,iBAAiB,GAAGxJ,MAAM,CAACyI,OAAP,CAAeC,SAAzC;;AACA1I,MAAM,CAACyI,OAAP,CAAeC,SAAf,GAA2B,UAASe,KAAT,EAAgB;MACnCnL,MAAM,GAAGkL,iBAAiB,CAACpE,KAAlB,CAAwB,IAAxB,EAA8BC,SAA9B,CAAf;EAEA2D,UAAU,CAACU,mBAAmB,CAACD,KAAD,CAApB,CAAV;SAEOnL,MAAP;CALF;;AAQA,IAAMqL,oBAAoB,GAAG3J,MAAM,CAACyI,OAAP,CAAemB,YAA5C;;AACA5J,MAAM,CAACyI,OAAP,CAAemB,YAAf,GAA8B,UAASH,KAAT,EAAgB;MACtCnL,MAAM,GAAGqL,oBAAoB,CAACvE,KAArB,CAA2B,IAA3B,EAAiCC,SAAjC,CAAf;EACA2D,UAAU,CAACU,mBAAmB,CAACD,KAAD,CAApB,CAAV;SACOnL,MAAP;CAHF;;AAMA,SAASoL,mBAAT,CAA6BD,KAA7B,EAAoC;;;;MAI9B;WACK,IAAII,aAAJ,CAAkB,UAAlB,EAA8B;MAACJ,KAAK,EAALA;KAA/B,CAAP;GADF,CAEE,OAAO1M,GAAP,EAAY;;;QAGN+M,GAAG,GAAGC,QAAQ,CAACC,WAAT,CAAqB,eAArB,CAAZ;IACAF,GAAG,CAACG,iBAAJ,CAAsB,UAAtB,EAAkC,KAAlC,EAAyC,KAAzC,EAAgDR,KAAhD;WACOK,GAAP;;;;;;;;AAOJ9J,MAAM,CAACkK,iBAAP,GAA2B5C,aAA3B;;AAEA,SAASQ,QAAT,CAAkBqC,GAAlB,EAAuB;;;;;MAKfC,YAAY,GAAG;IACnBC,UAAU,EAAE,IADO;IAEnBC,GAAG,EAAE,CAAC,QAAD,EAAU,UAAV,EAAqB,WAArB,EAAiC,UAAjC,EAA4C,MAA5C,EAAmD,UAAnD,EAA8D,MAA9D,EAAqE,MAArE,EAA4E,UAA5E,EAAuF,MAAvF,EAA8F,WAA9F,EAA0G,MAA1G,EAAiH,OAAjH,EAAyH,QAAzH,CAFc;IAGnBC,CAAC,EAAI;MACHnM,IAAI,EAAI,UADL;MAEHoM,MAAM,EAAE;KALS;IAOnBA,MAAM,EAAE;MACNC,MAAM,EAAE,yIADF;MAENC,KAAK,EAAG;;GATZ;MAaKC,CAAC,GAAGP,YAAT;MACIQ,CAAC,GAAGD,CAAC,CAACH,MAAF,CAASG,CAAe,QAAf,CAAT,EAA4CE,IAA5C,CAAiDV,GAAjD,CAAR;MACIW,GAAG,GAAG,EAAV;MACIjI,CAAC,GAAG,EAAR;;SAEOA,CAAC,EAAR;IAAYiI,GAAG,CAACH,CAAC,CAACL,GAAF,CAAMzH,CAAN,CAAD,CAAH,GAAgB+H,CAAC,CAAC/H,CAAD,CAAD,IAAQ,EAAxB;;;EAEZiI,GAAG,CAACH,CAAC,CAACJ,CAAF,CAAInM,IAAL,CAAH,GAAgB,EAAhB;EACA0M,GAAG,CAACH,CAAC,CAACL,GAAF,CAAM,EAAN,CAAD,CAAH,CAAeS,OAAf,CAAuBJ,CAAC,CAACJ,CAAF,CAAIC,MAA3B,EAAmC,UAAUQ,EAAV,EAAcC,EAAd,EAAkBC,EAAlB,EAAsB;QACnDD,EAAJ,EAAQH,GAAG,CAACH,CAAC,CAACJ,CAAF,CAAInM,IAAL,CAAH,CAAc6M,EAAd,IAAoBC,EAApB;GADV;SAIOJ,GAAP;;;ACjKF,IAAIK,cAAc,GAAG,KAArB;AAEA,AAAO,SAASC,mBAAT,GAAqD;MAAxBC,MAAwB,uEAAfrL,MAAM,CAACqL,MAAQ;;MACtD,CAACA,MAAL,EAAa;QACPrL,MAAM,CAACsL,CAAP,IAAYtL,MAAM,CAACsL,CAAP,CAASvI,EAArB,IAA2B/C,MAAM,CAACsL,CAAP,CAASvI,EAAT,CAAYwI,MAA3C,EAAmD;MACjDF,MAAM,GAAGrL,MAAM,CAACsL,CAAhB;;;;MAIAD,MAAM,IAAI,CAACF,cAAf,EAA+B;QACvBK,gBAAgB,GAAGH,MAAM,CAACtI,EAAP,CAAU0I,EAAnC;QACMC,iBAAiB,GAAGL,MAAM,CAACtI,EAAP,CAAU4I,GAApC;;IAEAN,MAAM,CAACtI,EAAP,CAAU0I,EAAV,GAAe,UAASG,WAAT,EAAsB7I,EAAtB,EAA0B;aAChC8I,oBAAoB,CAACC,IAArB,CAA0B,IAA1B,EAAgCN,gBAAhC,EAAkDxL,MAAM,CAACkJ,gBAAzD,EAA2E0C,WAA3E,EAAwF7I,EAAxF,EAA4FsC,SAA5F,CAAP;KADF;;IAIAgG,MAAM,CAACtI,EAAP,CAAU4I,GAAV,GAAgB,UAASC,WAAT,EAAsB7I,EAAtB,EAA0B;aACjC8I,oBAAoB,CAACC,IAArB,CAA0B,IAA1B,EAAgCJ,iBAAhC,EAAmD1L,MAAM,CAACqJ,mBAA1D,EAA+EuC,WAA/E,EAA4F7I,EAA5F,EAAgGsC,SAAhG,CAAP;KADF;;IAIA8F,cAAc,GAAG,IAAjB;;;;AAIJ,SAASU,oBAAT,CAA8BE,sBAA9B,EAAsDC,oBAAtD,EAA4EJ,WAA5E,EAAyF7I,EAAzF,EAA6FkJ,YAA7F,EAA2G;MACrG,OAAOL,WAAP,KAAuB,QAA3B,EAAqC;WAC5BG,sBAAsB,CAAC3G,KAAvB,CAA6B,IAA7B,EAAmC6G,YAAnC,CAAP;;;MAGIC,UAAU,GAAGN,WAAW,CAACO,KAAZ,CAAkB,KAAlB,CAAnB;EACAD,UAAU,CAAC9O,OAAX,CAAmB,UAAAkM,SAAS,EAAI;QAC1BjC,wBAAwB,CAACW,OAAzB,CAAiCsB,SAAjC,KAA+C,CAAnD,EAAsD;MACpD0C,oBAAoB,CAAC1C,SAAD,EAAYvG,EAAZ,CAApB;MACA6I,WAAW,GAAGA,WAAW,CAACb,OAAZ,CAAoBzB,SAApB,EAA+B,EAA/B,CAAd;;GAHJ;;MAOIsC,WAAW,CAACQ,IAAZ,OAAuB,EAA3B,EAA+B;WACtB,IAAP;GADF,MAEO;WACEL,sBAAsB,CAAC3G,KAAvB,CAA6B,IAA7B,EAAmC6G,YAAnC,CAAP;;;;ACtCJ,IAAMI,YAAY,GAAG,EAArB;AAEA,AAAO,SAASC,eAAT,CAAyBtP,GAAzB,EAA8B;SAC5B2E,OAAO,CAACC,OAAR,GAAkBI,IAAlB,CAAuB,YAAM;QAC5BuK,UAAU,GAAGF,YAAY,CAACrP,GAAG,CAACoB,IAAL,CAA/B;;QAEI,CAACmO,UAAL,EAAiB;;;aAGRvP,GAAP;;;QAGEA,GAAG,CAACqB,MAAJ,KAAeS,UAAnB,EAA+B;;;;MAI7B0N,kBAAkB,CAACxP,GAAD,EAAMuP,UAAN,CAAlB;aACOvP,GAAP;;;QAGEA,GAAG,CAACqB,MAAJ,KAAekB,SAAnB,EAA8B;;;;aAIrBgN,UAAU,CAAChL,OAAX,CAAmBS,IAAnB,CAAwB;eAAMhF,GAAN;OAAxB,CAAP;;;QAGEA,GAAG,CAACqB,MAAJ,KAAea,WAAnB,EAAgC;;;aAGvBlC,GAAP;;;IAGFA,GAAG,CAACqB,MAAJ,GAAakB,SAAb;WACO+B,cAAc,CAACtE,GAAG,CAACgE,MAAJ,CAAW2C,QAAQ,CAAC3G,GAAD,CAAnB,CAAD,mCAAsDA,GAAG,CAACoB,IAA1D,QAAmEpB,GAAG,CAACyF,QAAJ,CAAazB,MAAhF,CAAd,CACJgB,IADI,CACC,YAAM;MACVwK,kBAAkB,CAACxP,GAAD,EAAMuP,UAAN,CAAlB;aACOvP,GAAP;KAHG,EAKJkF,KALI,CAKE,UAAAnF,GAAG,EAAI;MACZ0P,iBAAiB,CAACzP,GAAD,EAAMuP,UAAN,EAAkBxP,GAAlB,CAAjB;aACOC,GAAP;KAPG,CAAP;GA/BK,CAAP;;;AA2CF,SAASwP,kBAAT,CAA4BxP,GAA5B,EAAiCuP,UAAjC,EAA6C;SACpCF,YAAY,CAACrP,GAAG,CAACoB,IAAL,CAAnB,CAD2C;;SAIpCpB,GAAG,CAAC2D,SAAX;SACO3D,GAAG,CAAC8D,KAAX;SACO9D,GAAG,CAAC+D,OAAX;SACO/D,GAAG,CAACgE,MAAX;EAEAhE,GAAG,CAACqB,MAAJ,GAAaS,UAAb;;;;;EAKAyN,UAAU,CAAC3K,OAAX;;;AAGF,SAAS6K,iBAAT,CAA2BzP,GAA3B,EAAgCuP,UAAhC,EAA4CxP,GAA5C,EAAiD;SACxCsP,YAAY,CAACrP,GAAG,CAACoB,IAAL,CAAnB,CAD+C;;SAIxCpB,GAAG,CAAC2D,SAAX;SACO3D,GAAG,CAAC8D,KAAX;SACO9D,GAAG,CAAC+D,OAAX;SACO/D,GAAG,CAACgE,MAAX;EAEAlE,cAAc,CAACC,GAAD,EAAMC,GAAN,CAAd;EACAA,GAAG,CAACqB,MAAJ,GAAaoB,mBAAb;EACA8M,UAAU,CAAC1K,MAAX,CAAkB9E,GAAlB;;;AAGF,AAAO,SAAS2P,cAAT,CAAwB1P,GAAxB,EAA6B2P,aAA7B,EAA4C/K,OAA5C,EAAqDC,MAArD,EAA6D;EAClEwK,YAAY,CAACrP,GAAG,CAACoB,IAAL,CAAZ,GAAyB;IAACpB,GAAG,EAAHA,GAAD;IAAM4E,OAAO,EAAPA,OAAN;IAAeC,MAAM,EAANA;GAAxC;EACAiC,MAAM,CAAC8I,cAAP,CAAsBP,YAAY,CAACrP,GAAG,CAACoB,IAAL,CAAlC,EAA8C,SAA9C,EAAyD;IAACyO,GAAG,EAAEF;GAA/D;;AAGF,AAAO,SAASG,gBAAT,CAA0BlO,OAA1B,EAAmC;SACjCyN,YAAY,CAACzN,OAAD,CAAnB;;AAGF,AAAO,SAASmO,eAAT,GAA2B;SACzBjJ,MAAM,CAACC,IAAP,CAAYsI,YAAZ,EACJpI,GADI,CACA,UAAArF,OAAO;WAAIyN,YAAY,CAACzN,OAAD,CAAZ,CAAsB5B,GAA1B;GADP,EAEJY,MAFI,CAEG+B,UAFH,CAAP;;;AC1EF,IAAMqN,IAAI,GAAG,EAAb;AAEA,AAAO,SAASC,cAAT,GAA0B;SACxBD,IAAI,CAACpP,MAAL,CAAY8B,QAAZ,EAAsBuE,GAAtB,CAA0BxD,MAA1B,CAAP;;AAGF,AAAO,SAASyM,WAAT,GAAuB;SACrBF,IAAI,CAAC/I,GAAL,CAASxD,MAAT,CAAP;;;AAIF,AAAO,SAAS0M,aAAT,GAAyB;mBACnBH,IAAX;;AAGF,AAAO,SAASI,YAAT,CAAsBxO,OAAtB,EAA+B;MAC9B5B,GAAG,GAAG0F,IAAI,CAACsK,IAAD,EAAO,UAAAhQ,GAAG;WAAIA,GAAG,CAACoB,IAAJ,KAAaQ,OAAjB;GAAV,CAAhB;SACO5B,GAAG,GAAGA,GAAG,CAACqB,MAAP,GAAgB,IAA1B;;AAGF,AAAO,SAASgP,uBAAT,CAAiCzO,OAAjC,EAA0C0O,IAA1C,EAAgDC,IAAhD,EAAsD;EAC3D/O,OAAO,CAACC,IAAR,CAAa,wHAAb;SACO+O,mBAAmB,CAAC5O,OAAD,EAAU0O,IAAV,EAAgBC,IAAhB,CAA1B;;AAGF,AAAO,SAASC,mBAAT,CAA6B5O,OAA7B,EAAsC6O,sBAAtC,EAA8DC,UAA9D,EAA4F;MAAlBnI,WAAkB,uEAAJ,EAAI;MAC7F,OAAO3G,OAAP,KAAmB,QAAnB,IAA+BA,OAAO,CAACzB,MAAR,KAAmB,CAAtD,EACE,MAAMK,KAAK,2DAAX;MACE0P,WAAW,GAAGlF,OAAd,CAAsBpJ,OAAtB,MAAmC,CAAC,CAAxC,EACE,MAAMpB,KAAK,sDAA+CoB,OAA/C,EAAX;MACE,QAAO2G,WAAP,MAAuB,QAAvB,IAAmCtC,KAAK,CAACC,OAAN,CAAcqC,WAAd,CAAvC,EACE,MAAM/H,KAAK,CAAC,+BAAD,CAAX;MAEE,CAACiQ,sBAAL,EACE,MAAMjQ,KAAK,mDAAX;MAEEsJ,QAAJ;;MACI,OAAO2G,sBAAP,KAAkC,UAAtC,EAAkD;;IAEhD3G,QAAQ,GAAG;aAAMnF,OAAO,CAACC,OAAR,CAAgB6L,sBAAhB,CAAN;KAAX;GAFF,MAGO;;IAEL3G,QAAQ,GAAG2G,sBAAX;;;MAGE,OAAOC,UAAP,KAAsB,UAA1B,EACE,MAAMlQ,KAAK,8CAAX;EAEFwP,IAAI,CAACvP,IAAL,CAAU;IACR+C,aAAa,EAAE,IADP;IAERpC,IAAI,EAAEQ,OAFE;IAGRkI,QAAQ,EAARA,QAHQ;IAIR/G,UAAU,EAAE2N,UAJJ;IAKRrP,MAAM,EAAES,UALA;IAMRkF,OAAO,EAAE,EAND;IAORgD,QAAQ,EAAE;MACRC,QAAQ,EAAE;QACR0G,OAAO,EAAE,EADD;QAERC,SAAS,EAAE;;KAVP;IAaRrI,WAAW,EAAXA;GAbF;EAgBA6F,mBAAmB;EAEnBnC,OAAO;;AAGT,AAAO,SAAS4E,sBAAT,CAAgC5N,QAAhC,EAA0C;MACzC6N,UAAU,GAAG,EAAnB;;OACK,IAAIjL,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGmK,IAAI,CAAC7P,MAAzB,EAAiC0F,CAAC,EAAlC,EAAsC;QAChCmK,IAAI,CAACnK,CAAD,CAAJ,CAAQ9C,UAAR,CAAmBE,QAAnB,CAAJ,EAAkC;MAChC6N,UAAU,CAACrQ,IAAX,CAAgBuP,IAAI,CAACnK,CAAD,CAAJ,CAAQzE,IAAxB;;;;SAGG0P,UAAP;;AAGF,AAAO,SAASC,aAAT,GAAyB;SACvBf,IAAI,CACRpP,MADI,CACGuC,UADH,EAEJvC,MAFI,CAEGyC,iBAFH,EAGJzC,MAHI,CAGGiC,UAHH,EAIJjC,MAJI,CAIGkC,cAJH,CAAP;;AAOF,AAAO,SAASkO,gBAAT,GAA4B;SAC1BhB,IAAI,CACRpP,MADI,CACGuC,UADH,EAEJvC,MAFI,CAEG8B,QAFH,EAGJ9B,MAHI,CAGGsC,gBAHH,CAAP;;AAMF,AAAO,SAAS+N,cAAT,GAA0B;SACxBjB,IAAI,CACRpP,MADI,CACGuC,UADH,EAEJvC,MAFI,CAEG+B,UAFH,EAGJ/B,MAHI,CAGGgC,QAHH,EAIJhC,MAJI,CAIGkC,cAJH,CAAP;;AAOF,AAAO,SAASoO,qBAAT,CAA+BtP,OAA/B,EAAwC;MACzC,CAACoO,IAAI,CAACtK,IAAL,CAAU,UAAA1F,GAAG;WAAIA,GAAG,CAACoB,IAAJ,KAAaQ,OAAjB;GAAb,CAAL,EAA6C;UACrCpB,KAAK,0CAAmCoB,OAAnC,uDAAX;;;SAGKuP,iBAAiB,CAACvP,OAAD,CAAjB,CACJoD,IADI,CACC,YAAM;QACJoM,QAAQ,GAAGpB,IAAI,CAACqB,SAAL,CAAe,UAAArR,GAAG;aAAIA,GAAG,CAACoB,IAAJ,KAAaQ,OAAjB;KAAlB,CAAjB;IACAoO,IAAI,CAACsB,MAAL,CAAYF,QAAZ,EAAsB,CAAtB;GAHG,CAAP;;AAOF,AAAO,SAASG,sBAAT,CAAgC3P,OAAhC,EAAyC4I,IAAzC,EAA+C;EACpDhJ,OAAO,CAACC,IAAR,CAAa,qHAAb;SACO0P,iBAAiB,CAACvP,OAAD,EAAU4I,IAAV,CAAxB;;AAGF,AAAO,SAAS2G,iBAAT,CAA2BvP,OAA3B,EAAkE;MAA9B4I,IAA8B,uEAAzB;IAACgH,cAAc,EAAE;GAAQ;;MACnE,OAAO5P,OAAP,KAAmB,QAAvB,EAAiC;UACzBpB,KAAK,iDAAX;;;MAEIR,GAAG,GAAG0F,IAAI,CAACsK,IAAD,EAAO,UAAAyB,GAAG;WAAIA,GAAG,CAACrQ,IAAJ,KAAaQ,OAAjB;GAAV,CAAhB;;MACI,CAAC5B,GAAL,EAAU;UACFQ,KAAK,yCAAkCoB,OAAlC,uDAAX;;;MAGI8P,aAAa,GAAG5B,gBAAgB,CAAC9P,GAAG,CAACoB,IAAL,CAAtC;;MACIoJ,IAAI,IAAIA,IAAI,CAACgH,cAAjB,EAAiC;;QAG3BE,aAAJ,EAAmB;;aAEVA,aAAa,CAACnN,OAArB;KAFF,MAGO;;UAECA,OAAO,GAAG,IAAII,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;QAC/C6K,cAAc,CAAC1P,GAAD,EAAM;iBAAMuE,OAAN;SAAN,EAAqBK,OAArB,EAA8BC,MAA9B,CAAd;OADc,CAAhB;aAGON,OAAP;;GAXJ,MAaO;;;QAIDoN,aAAJ;;QAEID,aAAJ,EAAmB;;MAEjBC,aAAa,GAAGD,aAAa,CAACnN,OAA9B;MACAqN,oBAAoB,CAAC5R,GAAD,EAAM0R,aAAa,CAAC9M,OAApB,EAA6B8M,aAAa,CAAC7M,MAA3C,CAApB;KAHF,MAIO;;MAEL8M,aAAa,GAAG,IAAIhN,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;QAC/C6K,cAAc,CAAC1P,GAAD,EAAM;iBAAM2R,aAAN;SAAN,EAA2B/M,OAA3B,EAAoCC,MAApC,CAAd;QACA+M,oBAAoB,CAAC5R,GAAD,EAAM4E,OAAN,EAAeC,MAAf,CAApB;OAFc,CAAhB;;;WAMK8M,aAAP;;;;AAIJ,SAASC,oBAAT,CAA8B5R,GAA9B,EAAmC4E,OAAnC,EAA4CC,MAA5C,EAAoD;EAClD+B,gBAAgB,CAAC5G,GAAD,CAAhB,CACGgF,IADH,CACQsK,eADR,EAEGtK,IAFH,CAEQ,YAAM;IACVJ,OAAO;IACPtE,UAAU,CAAC,YAAM;;MAEf2L,OAAO;KAFC,CAAV;GAJJ,EASG/G,KATH,CASSL,MATT;;;AC7KF,IAAIgN,iBAAiB,GAAG,KAAxB;IAA+BC,wBAAwB,GAAG,EAA1D;AAEA,AAAO,SAASC,gBAAT,GAA4B;;SAE1B9F,OAAO,EAAd;;AAGF,AAAO,SAASA,OAAT,GAAuD;MAAtC+F,eAAsC,uEAApB,EAAoB;MAAhBpG,cAAgB;;MACxDiG,iBAAJ,EAAuB;WACd,IAAIlN,OAAJ,CAAY,UAACC,OAAD,EAAUC,MAAV,EAAqB;MACtCiN,wBAAwB,CAACrR,IAAzB,CAA8B;QAC5BmE,OAAO,EAAPA,OAD4B;QAE5BC,MAAM,EAANA,MAF4B;QAG5B+G,cAAc,EAAdA;OAHF;KADK,CAAP;;;EASFiG,iBAAiB,GAAG,IAApB;MACII,OAAO,GAAG,IAAd;;MAEIC,SAAS,EAAb,EAAiB;WACRC,iBAAiB,EAAxB;GADF,MAEO;WACEC,QAAQ,EAAf;;;WAGOA,QAAT,GAAoB;WACXzN,OAAO,CAACC,OAAR,GAAkBI,IAAlB,CAAuB,YAAM;UAC5BqN,YAAY,GAAGtB,aAAa,GAAG9J,GAAhB,CAAoB2C,aAApB,CAArB;;UAEIyI,YAAY,CAAClS,MAAb,GAAsB,CAA1B,EAA6B;QAC3B8R,OAAO,GAAG,KAAV;;;aAGKtN,OAAO,CACXwC,GADI,CACAkL,YADA,EAEJrN,IAFI,CAECsN,iBAFD,EAGJpN,KAHI,CAGE,UAAAnF,GAAG,EAAI;QACZwS,qBAAqB;cACfxS,GAAN;OALG,CAAP;KAPK,CAAP;;;WAiBOoS,iBAAT,GAA6B;WACpBxN,OAAO,CAACC,OAAR,GAAkBI,IAAlB,CAAuB,YAAM;MAClChC,MAAM,CAAC0E,aAAP,CAAqB,IAAIC,WAAJ,CAAgB,iCAAhB,EAAmD6K,oBAAoB,EAAvE,CAArB;UACMC,cAAc,GAAG1C,eAAe,GAAG9I,GAAlB,CAAsBqI,eAAtB,CAAvB;UAEMoD,qBAAqB,GAAG1B,gBAAgB,GAC3C/J,GAD2B,CACvBL,gBADuB,EAE3BK,GAF2B,CAEvB,UAAAqC,cAAc;eAAIA,cAAc,CAACtE,IAAf,CAAoBsK,eAApB,CAAJ;OAFS,CAA9B;UAIMqD,kBAAkB,GAAGD,qBAAqB,CAACE,MAAtB,CAA6BH,cAA7B,CAA3B;;UACIE,kBAAkB,CAACxS,MAAnB,GAA4B,CAAhC,EAAmC;QACjC8R,OAAO,GAAG,KAAV;;;UAGIY,iBAAiB,GAAGlO,OAAO,CAACwC,GAAR,CAAYwL,kBAAZ,CAA1B;UAEMG,UAAU,GAAG/B,aAAa,EAAhC;;;;;UAKMgC,qBAAqB,GAAGD,UAAU,CAAC7L,GAAX,CAAe,UAAAjH,GAAG,EAAI;eAC3C4J,aAAa,CAAC5J,GAAD,CAAb,CACJgF,IADI,CACCyB,kBADD,EAEJzB,IAFI,CAEC,UAAAhF,GAAG,EAAI;iBACJ6S,iBAAiB,CACrB7N,IADI,CACC;mBAAMyC,cAAc,CAACzH,GAAD,CAApB;WADD,CAAP;SAHG,CAAP;OAD4B,CAA9B;;UAQI+S,qBAAqB,CAAC5S,MAAtB,GAA+B,CAAnC,EAAsC;QACpC8R,OAAO,GAAG,KAAV;;;;;;;;UAOIe,aAAa,GAAG/B,cAAc,GACjCrQ,MADmB,CACZ,UAAAqS,UAAU;eAAIH,UAAU,CAAC9H,OAAX,CAAmBiI,UAAnB,IAAiC,CAArC;OADE,EAEnBhM,GAFmB,CAEf,UAAAgM,UAAU,EAAI;eACVxM,kBAAkB,CAACwM,UAAD,CAAlB,CACJjO,IADI,CACC;iBAAM6N,iBAAN;SADD,EAEJ7N,IAFI,CAEC;iBAAMyC,cAAc,CAACwL,UAAD,CAApB;SAFD,CAAP;OAHkB,CAAtB;;UAOID,aAAa,CAAC7S,MAAd,GAAuB,CAA3B,EAA8B;QAC5B8R,OAAO,GAAG,KAAV;;;aAEKY,iBAAiB,CACrB3N,KADI,CACE,UAAAnF,GAAG,EAAI;QACZwS,qBAAqB;cACfxS,GAAN;OAHG,EAKJiF,IALI,CAKC,YAAM;;;;;QAKVuN,qBAAqB;eAEd5N,OAAO,CACXwC,GADI,CACA4L,qBAAqB,CAACH,MAAtB,CAA6BI,aAA7B,CADA,EAEJ9N,KAFI,CAEE,UAAAnF,GAAG,EAAI;UACZiS,eAAe,CAAC5R,OAAhB,CAAwB,UAAAmE,OAAO;mBAAIA,OAAO,CAACM,MAAR,CAAe9E,GAAf,CAAJ;WAA/B;gBACMA,GAAN;SAJG,EAMJiF,IANI,CAMC;iBAAMsN,iBAAiB,CAAC,KAAD,CAAvB;SAND,CAAP;OAZG,CAAP;KA9CK,CAAP;;;WAsEOA,iBAAT,GAAoD;QAAzBY,kBAAyB,uEAAN,IAAM;QAC5CC,WAAW,GAAGlD,cAAc,EAAlC;;QAEIiD,kBAAJ,EAAwB;MACtBX,qBAAqB;;;IAEvBP,eAAe,CAAC5R,OAAhB,CAAwB,UAAAmE,OAAO;aAAIA,OAAO,CAACK,OAAR,CAAgBuO,WAAhB,CAAJ;KAA/B;;QAEI;UACIC,kBAAkB,GAAGnB,OAAO,GAAG,0BAAH,GAA+B,uBAAjE;MACAjP,MAAM,CAAC0E,aAAP,CAAqB,IAAIC,WAAJ,CAAgByL,kBAAhB,EAAoCZ,oBAAoB,EAAxD,CAArB;MACAxP,MAAM,CAAC0E,aAAP,CAAqB,IAAIC,WAAJ,CAAgB,0BAAhB,EAA4C6K,oBAAoB,EAAhE,CAArB;KAHF,CAIE,OAAOzS,GAAP,EAAY;;;;;MAKZO,UAAU,CAAC,YAAM;cACTP,GAAN;OADQ,CAAV;;;;;;;;;IAUF8R,iBAAiB,GAAG,KAApB;;QAEIC,wBAAwB,CAAC3R,MAAzB,GAAkC,CAAtC,EAAyC;;;;UAIjCkT,mBAAmB,GAAGvB,wBAA5B;MACAA,wBAAwB,GAAG,EAA3B;MACA7F,OAAO,CAACoH,mBAAD,CAAP;;;WAGKF,WAAP;;;;;;;;;;WASOZ,qBAAT,GAAiC;IAC/BP,eAAe,CAAC5R,OAAhB,CAAwB,UAAAkT,cAAc,EAAI;MACxC3H,0BAA0B,CAAC2H,cAAc,CAAC1H,cAAhB,CAA1B;KADF;IAIAD,0BAA0B,CAACC,cAAD,CAA1B;;;WAGO4G,oBAAT,GAAgC;QACxBlR,MAAM,GAAG;MAACiS,MAAM,EAAE;KAAxB;;QAEI3H,cAAc,IAAIA,cAAc,CAAC,CAAD,CAApC,EAAyC;MACvCtK,MAAM,CAACiS,MAAP,CAAcC,aAAd,GAA8B5H,cAAc,CAAC,CAAD,CAA5C;;;WAGKtK,MAAP;;;;AC1LJ,IAAImS,OAAO,GAAG,KAAd;AAEA,AAAO,SAASC,KAAT,GAAiB;EACtBD,OAAO,GAAG,IAAV;EACAxH,OAAO;;AAGT,AAAO,SAASiG,SAAT,GAAqB;SACnBuB,OAAP;;AAGF,IAAME,iBAAiB,GAAG,IAA1B;AAEArT,UAAU,CAAC,YAAM;MACX,CAACmT,OAAL,EAAc;IACZjS,OAAO,CAACC,IAAR,kDAAuDkS,iBAAvD;;CAFM,EAIPA,iBAJO,CAAV;;ACTA,eAAe;EACbxD,aAAa,EAAbA,aADa;EAEblE,OAAO,EAAPA,OAFa;EAGbnK,UAAU,EAAVA,UAHa;EAIb8H,aAAa,EAAbA,aAJa;EAKbnD,kBAAkB,EAAlBA,kBALa;EAMbyK,qBAAqB,EAArBA;CANF;;ACkBA,IAAGlO,MAAM,IAAIA,MAAM,CAAC4Q,uBAApB,EAA6C;EAC3C5Q,MAAM,CAAC4Q,uBAAP,CAA+BC,cAA/B,GAAgD7J,QAAhD;;;;;"}
@@ -0,0 +1,2 @@
1
+ var t=Object.freeze({__proto__:null,get start(){return Wt},get ensureJQuerySupport(){return bt},get setBootstrapMaxTime(){return G},get setMountMaxTime(){return q},get setUnmountMaxTime(){return k},get setUnloadMaxTime(){return W},get registerApplication(){return xt},get getMountedApps(){return Nt},get getAppStatus(){return _t},get unloadApplication(){return Lt},get checkActivityFunctions(){return Ut},get getAppNames(){return jt},get declareChildApplication(){return Dt},get unloadChildApplication(){return Rt},get navigateToUrl(){return ft},get triggerAppChange(){return Gt},get addErrorHandler(){return h},get removeErrorHandler(){return d},get mountRootParcel(){return et},get NOT_LOADED(){return g},get LOADING_SOURCE_CODE(){return w},get NOT_BOOTSTRAPPED(){return y},get BOOTSTRAPPING(){return b},get NOT_MOUNTED(){return E},get MOUNTING(){return O},get UPDATING(){return T},get LOAD_ERROR(){return N},get MOUNTED(){return P},get UNMOUNTING(){return A},get SKIP_BECAUSE_BROKEN(){return j}}),n=("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{}).CustomEvent;var e=function(){try{var t=new n("cat",{detail:{foo:"bar"}});return"cat"===t.type&&"bar"===t.detail.foo}catch(t){}return!1}()?n:"undefined"!=typeof document&&"function"==typeof document.createEvent?function(t,n){var e=document.createEvent("CustomEvent");return n?e.initCustomEvent(t,n.bubbles,n.cancelable,n.detail):e.initCustomEvent(t,!1,!1,void 0),e}:function(t,n){var e=document.createEventObject();return e.type=t,n?(e.bubbles=Boolean(n.bubbles),e.cancelable=Boolean(n.cancelable),e.detail=n.detail):(e.bubbles=!1,e.cancelable=!1,e.detail=void 0),e};function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function o(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t}function i(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function u(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?i(e,!0).forEach((function(n){o(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):i(e).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}function a(t){return(a=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function c(t,n){return(c=Object.setPrototypeOf||function(t,n){return t.__proto__=n,t})(t,n)}function s(t,n,e){return(s=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}()?Reflect.construct:function(t,n,e){var r=[null];r.push.apply(r,n);var o=new(Function.bind.apply(t,r));return e&&c(o,e.prototype),o}).apply(null,arguments)}function f(t){var n="function"==typeof Map?new Map:void 0;return(f=function(t){if(null===t||(e=t,-1===Function.toString.call(e).indexOf("[native code]")))return t;var e;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==n){if(n.has(t))return n.get(t);n.set(t,r)}function r(){return s(t,arguments,a(this).constructor)}return r.prototype=Object.create(t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),c(r,t)})(t)}function l(t,n){return!n||"object"!=typeof n&&"function"!=typeof n?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):n}var p=[];function m(t,n){var e=v(t,n);p.length?p.forEach((function(t){return t(e)})):setTimeout((function(){throw e}))}function h(t){if("function"!=typeof t)throw Error("a single-spa error handler must be a function");p.push(t)}function d(t){if("function"!=typeof t)throw Error("a single-spa error handler must be a function");var n=!1;return p=p.filter((function(e){var r=e===t;return n=n||r,!r})),n}function v(t,n){var e,r=n.unmountThisParcel?"Parcel":"Application",o="".concat(r," '").concat(n.name,"' died in status ").concat(n.status,": ");if(t instanceof Error){try{t.message=o+t.message}catch(t){}e=t}else{console.warn("While ".concat(n.status,", '").concat(n.name,"' rejected its lifecycle function promise with a non-Error. This will cause stack traces to not be accurate."));try{e=Error(o+JSON.stringify(t))}catch(n){e=t}}e.appName=n.name,e.appOrParcelName=n.name;try{e.name=n.name}catch(t){}return e}var g="NOT_LOADED",w="LOADING_SOURCE_CODE",y="NOT_BOOTSTRAPPED",b="BOOTSTRAPPING",E="NOT_MOUNTED",O="MOUNTING",P="MOUNTED",T="UPDATING",A="UNMOUNTING",S="UNLOADING",N="LOAD_ERROR",j="SKIP_BECAUSE_BROKEN";function _(t){return t.status===P}function D(t){return!_(t)}function x(t){return t.status!==g&&t.status!==w&&t.status!==N}function U(t){return!x(t)}function C(t){try{return t.activeWhen(window.location)}catch(n){m(n,t),t.status=j}}function R(t){try{return!t.activeWhen(window.location)}catch(n){m(n,t),t.status=j}}function L(t){return t!==j&&(!t||t.status!==j)}function I(t){return t.status!==N||(new Date).getTime()-t.loadErrorTime>=200}function M(t){return t.name}var B={bootstrap:{millis:4e3,dieOnTimeout:!1},mount:{millis:3e3,dieOnTimeout:!1},unmount:{millis:3e3,dieOnTimeout:!1},unload:{millis:3e3,dieOnTimeout:!1}};function G(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if("number"!=typeof t||t<=0)throw Error("bootstrap max time must be a positive integer number of milliseconds");B.bootstrap={millis:t,dieOnTimeout:n}}function q(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if("number"!=typeof t||t<=0)throw Error("mount max time must be a positive integer number of milliseconds");B.mount={millis:t,dieOnTimeout:n}}function k(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if("number"!=typeof t||t<=0)throw Error("unmount max time must be a positive integer number of milliseconds");B.unmount={millis:t,dieOnTimeout:n}}function W(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if("number"!=typeof t||t<=0)throw Error("unload max time must be a positive integer number of milliseconds");B.unload={millis:t,dieOnTimeout:n}}function F(t,n,e){var r=1e3;return new Promise((function(o,i){var u=!1,a=!1;function c(t){if(!u)if(!0===t)a=!0,e.dieOnTimeout?i("".concat(n," did not resolve or reject for ").concat(e.millis," milliseconds")):console.error("".concat(n," did not resolve or reject for ").concat(e.millis," milliseconds -- we're no longer going to warn you about it."));else if(!a){var o=t,s=o*r;console.warn("".concat(n," did not resolve or reject within ").concat(s," milliseconds")),s+r<e.millis&&setTimeout((function(){return c(o+1)}),r)}}t.then((function(t){u=!0,o(t)})).catch((function(t){u=!0,i(t)})),setTimeout((function(){return c(1)}),r),setTimeout((function(){return c(!0)}),e.millis)}))}function K(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return u({},B,{},t)}function $(t,n){for(var e=0;e<t.length;e++)if(n(t[e]))return t[e];return null}function H(t){return t&&("function"==typeof t||(n=t,Array.isArray(n)&&!$(n,(function(t){return"function"!=typeof t}))));var n}function J(t,n){return 0===(t=Array.isArray(t)?t:[t]).length&&(t=[function(){return Promise.resolve()}]),function(e){return new Promise((function(r,o){!function i(u){var a=t[u](e);Q(a)?a.then((function(){u===t.length-1?r():i(u+1)})).catch(o):o("".concat(n," at index ").concat(u," did not return a promise"))}(0)}))}}function Q(t){return t&&"function"==typeof t.then&&"function"==typeof t.catch}function V(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return Promise.resolve().then((function(){return t.status!==y?t:(t.status=b,F(t.bootstrap(it(t)),"Bootstrapping appOrParcel '".concat(t.name,"'"),t.timeouts.bootstrap).then((function(){return t.status=E,t})).catch((function(e){if(t.status=j,n)throw v(e,t);return m(e,t),t})))}))}function z(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return Promise.resolve().then((function(){if(t.status!==P)return t;t.status=A;var e=Object.keys(t.parcels).map((function(n){return t.parcels[n].unmountThisParcel()}));return Promise.all(e).then(r,(function(e){return r().then((function(){var r=Error(e.message);if(n){var o=v(r,t);throw t.status=j,o}m(r,t),t.status=j}))})).then((function(){return t}));function r(){return F(t.unmount(it(t)),"Unmounting application ".concat(t.name,"'"),t.timeouts.unmount).then((function(){t.status=E})).catch((function(e){if(n){var r=v(e,t);throw t.status=j,r}m(e,t),t.status=j}))}}))}var X=!1,Y=!1;function Z(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return Promise.resolve().then((function(){return t.status!==E?t:(X||(window.dispatchEvent(new e("single-spa:before-first-mount")),X=!0),F(t.mount(it(t)),"Mounting application '".concat(t.name,"'"),t.timeouts.mount).then((function(){return t.status=P,Y||(window.dispatchEvent(new e("single-spa:first-mount")),Y=!0),t})).catch((function(e){return t.status=P,z(t).then(r,r);function r(){if(n){var r=v(e,t);throw t.status=j,r}return m(e,t),t.status=j,t}})))}))}var tt=0,nt={parcels:{}};function et(){return rt.apply(nt,arguments)}function rt(t,n){var e=this;if(!t||"object"!==r(t)&&"function"!=typeof t)throw Error("Cannot mount parcel without a config object or config loading function");if(t.name&&"string"!=typeof t.name)throw Error("Parcel name must be a string, if provided");if("object"!==r(n))throw Error("Parcel ".concat(name," has invalid customProps -- must be an object"));if(!n.domElement)throw Error("Parcel ".concat(name," cannot be mounted without a domElement provided as a prop"));var o,i=tt++,u="function"==typeof t,a=u?t:function(){return Promise.resolve(t)},c={id:i,parcels:{},status:u?w:y,customProps:n,parentName:e.name,unmountThisParcel:function(){if(c.status!==P)throw Error("Cannot unmount parcel '".concat(name,"' -- it is in a ").concat(c.status," status"));return z(c,!0).then((function(t){return c.parentName&&delete e.parcels[c.id],t})).then((function(t){return f(t),t})).catch((function(t){throw c.status=j,l(t),t}))}};e.parcels[i]=c;var s=a();if(!s||"function"!=typeof s.then)throw Error("When mounting a parcel, the config loading function must return a promise that resolves with the parcel config");var f,l,p=(s=s.then((function(t){if(!t)throw Error("When mounting a parcel, the config loading function returned a promise that did not resolve with a parcel config");var n=t.name||"parcel-".concat(i);if(!H(t.bootstrap))throw Error("Parcel ".concat(n," must have a valid bootstrap function"));if(!H(t.mount))throw Error("Parcel ".concat(n," must have a valid mount function"));if(!H(t.unmount))throw Error("Parcel ".concat(n," must have a valid unmount function"));if(t.update&&!H(t.update))throw Error("Parcel ".concat(n," provided an invalid update function"));var e=J(t.bootstrap),r=J(t.mount),u=J(t.unmount);c.status=y,c.name=n,c.bootstrap=e,c.mount=r,c.unmount=u,c.timeouts=K(t.timeouts),t.update&&(c.update=J(t.update),o.update=function(t){return c.customProps=t,ot(function(t){return Promise.resolve().then((function(){if(t.status!==P)throw Error("Cannot update parcel '".concat(t.name,"' because it is not mounted"));return t.status=T,F(t.update(it(t)),"Updating parcel '".concat(t.name,"'"),t.timeouts.mount).then((function(){return t.status=P,t})).catch((function(n){var e=v(n,t);throw t.status=j,e}))}))}(c))})}))).then((function(){return V(c,!0)})),m=p.then((function(){return Z(c,!0)})),h=new Promise((function(t,n){f=t,l=n}));return o={mount:function(){return ot(Promise.resolve().then((function(){if(c.status!==E)throw Error("Cannot mount parcel '".concat(name,"' -- it is in a ").concat(c.status," status"));return e.parcels[i]=c,Z(c)})))},unmount:function(){return ot(c.unmountThisParcel())},getStatus:function(){return c.status},loadPromise:ot(s),bootstrapPromise:ot(p),mountPromise:ot(m),unmountPromise:ot(h)}}function ot(t){return t.then((function(){return null}))}function it(n){var e=u({},n.customProps,{name:n.name,mountParcel:rt.bind(n),singleSpa:t});return n.unmountThisParcel&&(e.unmountSelf=n.unmountThisParcel),e}var ut=function(t){function n(){return function(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a class as a function")}(this,n),l(this,a(n).apply(this,arguments))}return function(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&c(t,n)}(n,f(Error)),n}();function at(t){return Promise.resolve().then((function(){return t.status!==g&&t.status!==N?t:(t.status=w,Promise.resolve().then((function(){var e=t.loadImpl(it(t));if(!Q(e))throw new ut("single-spa loading function did not return a promise. Check the second argument to registerApplication('".concat(t.name,"', loadingFunction, activityFunction)"));return e.then((function(e){var o;return t.loadErrorTime=null,"object"!==r(n=e)&&(o="does not export anything"),H(n.bootstrap)||(o="does not export a bootstrap function or array of functions"),H(n.mount)||(o="does not export a mount function or array of functions"),H(n.unmount)||(o="does not export an unmount function or array of functions"),o?(console.error("The loading function for single-spa application '".concat(t.name,"' resolved with the following, which does not have bootstrap, mount, and unmount functions"),n),m(o,t),t.status=j,t):(n.devtools&&n.devtools.overlays&&(t.devtools.overlays=u({},t.devtools.overlays,{},n.devtools.overlays)),t.status=y,t.bootstrap=J(n.bootstrap,"App '".concat(t.name,"' bootstrap function")),t.mount=J(n.mount,"App '".concat(t.name,"' mount function")),t.unmount=J(n.unmount,"App '".concat(t.name,"' unmount function")),t.unload=J(n.unload||[],"App '".concat(t.name,"' unload function")),t.timeouts=K(n.timeouts),t)}))})).catch((function(n){return m(n,t),n instanceof ut?t.status=j:(t.status=N,t.loadErrorTime=(new Date).getTime()),t})));var n}))}var ct={hashchange:[],popstate:[]},st=["hashchange","popstate"];function ft(t){var n,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("string"==typeof t)n=t;else if(this&&this.href)n=this.href;else{if(!(t&&t.currentTarget&&t.currentTarget.href&&t.preventDefault))throw Error("singleSpaNavigate must be either called with a string url, with an <a> tag as its context, or with an event whose currentTarget is an <a> tag");n=t.currentTarget.href,t.preventDefault()}var r=wt(window.location.href),o=wt(n);if(0===n.indexOf("#"))window.location.hash="#"+o.anchor;else if(r.host!==o.host&&o.host){if(e.isTestingEnv)return{wouldHaveReloadedThePage:!0};window.location.href=n}else!function(t,n){return n===t||n==="/"+t}(o.path+"?"+o.query,r.path+"?"+r.query)?window.history.pushState(null,null,n):window.location.hash="#"+o.anchor}function lt(t){var n=this;if(t){var e=t[0].type;st.indexOf(e)>=0&&ct[e].forEach((function(e){e.apply(n,t)}))}}function pt(){qt([],arguments)}window.addEventListener("hashchange",pt),window.addEventListener("popstate",pt);var mt=window.addEventListener,ht=window.removeEventListener;window.addEventListener=function(t,n){if(!("function"==typeof n&&st.indexOf(t)>=0)||$(ct[t],(function(t){return t===n})))return mt.apply(this,arguments);ct[t].push(n)},window.removeEventListener=function(t,n){if(!("function"==typeof n&&st.indexOf(t)>=0))return ht.apply(this,arguments);ct[t]=ct[t].filter((function(t){return t!==n}))};var dt=window.history.pushState;window.history.pushState=function(t){var n=dt.apply(this,arguments);return pt(gt(t)),n};var vt=window.history.replaceState;function gt(t){try{return new PopStateEvent("popstate",{state:t})}catch(e){var n=document.createEvent("PopStateEvent");return n.initPopStateEvent("popstate",!1,!1,t),n}}function wt(t){for(var n={strictMode:!0,key:["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}},e=n.parser.strict.exec(t),r={},o=14;o--;)r[n.key[o]]=e[o]||"";return r[n.q.name]={},r[n.key[12]].replace(n.q.parser,(function(t,e,o){e&&(r[n.q.name][e]=o)})),r}window.history.replaceState=function(t){var n=vt.apply(this,arguments);return pt(gt(t)),n},window.singleSpaNavigate=ft;var yt=!1;function bt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.jQuery;if(t||window.$&&window.$.fn&&window.$.fn.jquery&&(t=window.$),t&&!yt){var n=t.fn.on,e=t.fn.off;t.fn.on=function(t,e){return Et.call(this,n,window.addEventListener,t,e,arguments)},t.fn.off=function(t,n){return Et.call(this,e,window.removeEventListener,t,n,arguments)},yt=!0}}function Et(t,n,e,r,o){return"string"!=typeof e?t.apply(this,o):(e.split(/\s+/).forEach((function(t){st.indexOf(t)>=0&&(n(t,r),e=e.replace(t,""))})),""===e.trim()?this:t.apply(this,o))}var Ot={};function Pt(t){return Promise.resolve().then((function(){var n=Ot[t.name];return n?t.status===g?(Tt(t,n),t):t.status===S?n.promise.then((function(){return t})):t.status!==E?t:(t.status=S,F(t.unload(it(t)),"Unloading application '".concat(t.name,"'"),t.timeouts.unload).then((function(){return Tt(t,n),t})).catch((function(e){return function(t,n,e){delete Ot[t.name],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,m(e,t),t.status=j,n.reject(e)}(t,n,e),t}))):t}))}function Tt(t,n){delete Ot[t.name],delete t.bootstrap,delete t.mount,delete t.unmount,delete t.unload,t.status=g,n.resolve()}function At(t,n,e,r){Ot[t.name]={app:t,resolve:e,reject:r},Object.defineProperty(Ot[t.name],"promise",{get:n})}var St=[];function Nt(){return St.filter(_).map(M)}function jt(){return St.map(M)}function _t(t){var n=$(St,(function(n){return n.name===t}));return n?n.status:null}function Dt(t,n,e){return console.warn('declareChildApplication is deprecated and will be removed in the next major version, use "registerApplication" instead'),xt(t,n,e)}function xt(t,n,e){var o,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if("string"!=typeof t||0===t.length)throw Error("The first argument must be a non-empty string 'appName'");if(-1!==jt().indexOf(t))throw Error("There is already an app declared with name ".concat(t));if("object"!==r(i)||Array.isArray(i))throw Error("customProps must be an object");if(!n)throw Error("The application or loading function is required");if(o="function"!=typeof n?function(){return Promise.resolve(n)}:n,"function"!=typeof e)throw Error("The activeWhen argument must be a function");St.push({loadErrorTime:null,name:t,loadImpl:o,activeWhen:e,status:g,parcels:{},devtools:{overlays:{options:{},selectors:[]}},customProps:i}),bt(),qt()}function Ut(t){for(var n=[],e=0;e<St.length;e++)St[e].activeWhen(t)&&n.push(St[e].name);return n}function Ct(){return St.filter(L).filter(I).filter(U).filter(C)}function Rt(t,n){return console.warn('unloadChildApplication is deprecated and will be removed in the next major version, use "unloadApplication" instead'),Lt(t,n)}function Lt(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{waitForUnmount:!1};if("string"!=typeof t)throw Error("unloadApplication requires a string 'appName'");var e=$(St,(function(n){return n.name===t}));if(!e)throw Error("Could not unload application '".concat(t,"' because no such application has been registered"));var r,o=function(t){return Ot[t]}(e.name);if(n&&n.waitForUnmount){if(o)return o.promise;var i=new Promise((function(t,n){At(e,(function(){return i}),t,n)}));return i}return o?(r=o.promise,It(e,o.resolve,o.reject)):r=new Promise((function(t,n){At(e,(function(){return r}),t,n),It(e,t,n)})),r}function It(t,n,e){z(t).then(Pt).then((function(){n(),setTimeout((function(){qt()}))})).catch(e)}var Mt=!1,Bt=[];function Gt(){return qt()}function qt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0;if(Mt)return new Promise((function(t,e){Bt.push({resolve:t,reject:e,eventArguments:n})}));Mt=!0;var r=!0;return kt?Promise.resolve().then((function(){window.dispatchEvent(new e("single-spa:before-routing-event",u()));var n=Object.keys(Ot).map((function(t){return Ot[t].app})).filter(D).map(Pt),a=St.filter(L).filter(_).filter(R).map(z).map((function(t){return t.then(Pt)})).concat(n);a.length>0&&(r=!1);var c=Promise.all(a),s=Ct(),f=s.map((function(t){return at(t).then(V).then((function(t){return c.then((function(){return Z(t)}))}))}));f.length>0&&(r=!1);var l=St.filter(L).filter(D).filter(x).filter(C).filter((function(t){return s.indexOf(t)<0})).map((function(t){return V(t).then((function(){return c})).then((function(){return Z(t)}))}));return l.length>0&&(r=!1),c.catch((function(t){throw i(),t})).then((function(){return i(),Promise.all(f.concat(l)).catch((function(n){throw t.forEach((function(t){return t.reject(n)})),n})).then((function(){return o(!1)}))}))})):Promise.resolve().then((function(){var t=Ct().map(at);return t.length>0&&(r=!1),Promise.all(t).then(o).catch((function(t){throw i(),t}))}));function o(){var n=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],o=Nt();n&&i(),t.forEach((function(t){return t.resolve(o)}));try{var a=r?"single-spa:no-app-change":"single-spa:app-change";window.dispatchEvent(new e(a,u())),window.dispatchEvent(new e("single-spa:routing-event",u()))}catch(t){setTimeout((function(){throw t}))}if(Mt=!1,Bt.length>0){var c=Bt;Bt=[],qt(c)}return o}function i(){t.forEach((function(t){lt(t.eventArguments)})),lt(n)}function u(){var t={detail:{}};return n&&n[0]&&(t.detail.originalEvent=n[0]),t}}var kt=!1;function Wt(){kt=!0,qt()}setTimeout((function(){kt||console.warn("singleSpa.start() has not been called, ".concat(5e3,"ms after single-spa was loaded. Before start() is called, apps can be declared and loaded, but not bootstrapped or mounted. See https://github.com/CanopyTax/single-spa/blob/master/docs/single-spa-api.md#start"))}),5e3);var Ft={getRawAppData:function(){return[].concat(St)},reroute:qt,NOT_LOADED:g,toLoadPromise:at,toBootstrapPromise:V,unregisterApplication:function(t){if(!St.find((function(n){return n.name===t})))throw Error("Cannot unregister application '".concat(t,"' because no such application has been registered"));return Lt(t).then((function(){var n=St.findIndex((function(n){return n.name===t}));St.splice(n,1)}))}};window&&window.__SINGLE_SPA_DEVTOOLS__&&(window.__SINGLE_SPA_DEVTOOLS__.exposedMethods=Ft);export{b as BOOTSTRAPPING,w as LOADING_SOURCE_CODE,N as LOAD_ERROR,P as MOUNTED,O as MOUNTING,y as NOT_BOOTSTRAPPED,g as NOT_LOADED,E as NOT_MOUNTED,j as SKIP_BECAUSE_BROKEN,A as UNMOUNTING,T as UPDATING,h as addErrorHandler,Ut as checkActivityFunctions,Dt as declareChildApplication,bt as ensureJQuerySupport,jt as getAppNames,_t as getAppStatus,Nt as getMountedApps,et as mountRootParcel,ft as navigateToUrl,xt as registerApplication,d as removeErrorHandler,G as setBootstrapMaxTime,q as setMountMaxTime,W as setUnloadMaxTime,k as setUnmountMaxTime,Wt as start,Gt as triggerAppChange,Lt as unloadApplication,Rt as unloadChildApplication};
2
+ //# sourceMappingURL=single-spa.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"single-spa.min.js","sources":["../../node_modules/custom-event/index.js","../../src/applications/app-errors.js","../../src/applications/app.helpers.js","../../src/applications/timeouts.js","../../src/utils/find.js","../../src/lifecycles/lifecycle.helpers.js","../../src/lifecycles/bootstrap.js","../../src/lifecycles/unmount.js","../../src/lifecycles/mount.js","../../src/parcels/mount-parcel.js","../../src/lifecycles/update.js","../../src/lifecycles/prop.helpers.js","../../src/lifecycles/load.js","../../src/navigation/navigation-events.js","../../src/jquery-support.js","../../src/lifecycles/unload.js","../../src/applications/apps.js","../../src/navigation/reroute.js","../../src/start.js","../../src/devtools/devtools.js","../../src/single-spa.js"],"sourcesContent":["\nvar NativeCustomEvent = global.CustomEvent;\n\nfunction useNative () {\n try {\n var p = new NativeCustomEvent('cat', { detail: { foo: 'bar' } });\n return 'cat' === p.type && 'bar' === p.detail.foo;\n } catch (e) {\n }\n return false;\n}\n\n/**\n * Cross-browser `CustomEvent` constructor.\n *\n * https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent.CustomEvent\n *\n * @public\n */\n\nmodule.exports = useNative() ? NativeCustomEvent :\n\n// IE >= 9\n'undefined' !== typeof document && 'function' === typeof document.createEvent ? function CustomEvent (type, params) {\n var e = document.createEvent('CustomEvent');\n if (params) {\n e.initCustomEvent(type, params.bubbles, params.cancelable, params.detail);\n } else {\n e.initCustomEvent(type, false, false, void 0);\n }\n return e;\n} :\n\n// IE <= 8\nfunction CustomEvent (type, params) {\n var e = document.createEventObject();\n e.type = type;\n if (params) {\n e.bubbles = Boolean(params.bubbles);\n e.cancelable = Boolean(params.cancelable);\n e.detail = params.detail;\n } else {\n e.bubbles = false;\n e.cancelable = false;\n e.detail = void 0;\n }\n return e;\n}\n","let errorHandlers = []\n\nexport function handleAppError(err, app) {\n const transformedErr = transformErr(err, app);\n\n if (errorHandlers.length) {\n errorHandlers.forEach(handler => handler(transformedErr));\n } else {\n setTimeout(() => {\n throw transformedErr;\n });\n }\n}\n\nexport function addErrorHandler(handler) {\n if (typeof handler !== 'function') {\n throw Error('a single-spa error handler must be a function');\n }\n\n errorHandlers.push(handler);\n}\n\nexport function removeErrorHandler(handler) {\n if (typeof handler !== 'function') {\n throw Error('a single-spa error handler must be a function');\n }\n\n let removedSomething = false;\n errorHandlers = errorHandlers.filter(h => {\n const isHandler = h === handler;\n removedSomething = removedSomething || isHandler;\n return !isHandler;\n })\n\n return removedSomething;\n}\n\nexport function transformErr(ogErr, appOrParcel) {\n const objectType = appOrParcel.unmountThisParcel ? 'Parcel' : 'Application';\n const errPrefix = `${objectType} '${appOrParcel.name}' died in status ${appOrParcel.status}: `;\n\n let result;\n\n if (ogErr instanceof Error) {\n try {\n ogErr.message = errPrefix + ogErr.message;\n } catch(err) {\n /* Some errors have read-only message properties, in which case there is nothing\n * that we can do.\n */\n }\n result = ogErr;\n } else {\n console.warn(`While ${appOrParcel.status}, '${appOrParcel.name}' rejected its lifecycle function promise with a non-Error. This will cause stack traces to not be accurate.`);\n try {\n result = Error(errPrefix + JSON.stringify(ogErr));\n } catch(err) {\n // If it's not an Error and you can't stringify it, then what else can you even do to it?\n result = ogErr;\n }\n }\n\n result.appName = appOrParcel.name;\n result.appOrParcelName = appOrParcel.name;\n try {\n result.name = appOrParcel.name\n } catch (err) {\n // See https://github.com/CanopyTax/single-spa/issues/323\n // In a future major release, we can remove the `name` property altogether,\n // as a breaking change, in favor of appOrParcelName.\n }\n\n return result;\n}\n","import { handleAppError } from './app-errors.js';\n\n// App statuses\nexport const NOT_LOADED = 'NOT_LOADED';\nexport const LOADING_SOURCE_CODE = 'LOADING_SOURCE_CODE';\nexport const NOT_BOOTSTRAPPED = 'NOT_BOOTSTRAPPED';\nexport const BOOTSTRAPPING = 'BOOTSTRAPPING';\nexport const NOT_MOUNTED = 'NOT_MOUNTED';\nexport const MOUNTING = 'MOUNTING';\nexport const MOUNTED = 'MOUNTED';\nexport const UPDATING = 'UPDATING';\nexport const UNMOUNTING = 'UNMOUNTING';\nexport const UNLOADING = 'UNLOADING';\nexport const LOAD_ERROR = 'LOAD_ERROR';\nexport const SKIP_BECAUSE_BROKEN = 'SKIP_BECAUSE_BROKEN';\n\nexport function isActive(app) {\n return app.status === MOUNTED;\n}\n\nexport function isntActive(app) {\n return !isActive(app);\n}\n\nexport function isLoaded(app) {\n return app.status !== NOT_LOADED && app.status !== LOADING_SOURCE_CODE && app.status !== LOAD_ERROR;\n}\n\nexport function isntLoaded(app) {\n return !isLoaded(app);\n}\n\nexport function shouldBeActive(app) {\n try {\n return app.activeWhen(window.location);\n } catch (err) {\n handleAppError(err, app);\n app.status = SKIP_BECAUSE_BROKEN;\n }\n}\n\nexport function shouldntBeActive(app) {\n try {\n return !app.activeWhen(window.location);\n } catch (err) {\n handleAppError(err, app);\n app.status = SKIP_BECAUSE_BROKEN;\n }\n}\n\nexport function notBootstrapped(app) {\n return app.status !== NOT_BOOTSTRAPPED;\n}\n\nexport function notSkipped(item) {\n return item !== SKIP_BECAUSE_BROKEN && (!item || item.status !== SKIP_BECAUSE_BROKEN);\n}\n\nexport function withoutLoadErrors(app) {\n return app.status === LOAD_ERROR\n ? (new Date().getTime() - app.loadErrorTime) >= 200\n : true;\n}\n\nexport function toName(app) {\n return app.name;\n}\n","const globalTimeoutConfig = {\n bootstrap: {\n millis: 4000,\n dieOnTimeout: false,\n },\n mount: {\n millis: 3000,\n dieOnTimeout: false,\n },\n unmount: {\n millis: 3000,\n dieOnTimeout: false,\n },\n unload: {\n millis: 3000,\n dieOnTimeout: false,\n },\n};\n\nexport function setBootstrapMaxTime(time, dieOnTimeout = false) {\n if (typeof time !== 'number' || time <= 0) {\n throw Error(`bootstrap max time must be a positive integer number of milliseconds`);\n }\n\n globalTimeoutConfig.bootstrap = {\n millis: time,\n dieOnTimeout,\n };\n}\n\nexport function setMountMaxTime(time, dieOnTimeout = false) {\n if (typeof time !== 'number' || time <= 0) {\n throw Error(`mount max time must be a positive integer number of milliseconds`);\n }\n\n globalTimeoutConfig.mount = {\n millis: time,\n dieOnTimeout,\n };\n}\n\nexport function setUnmountMaxTime(time, dieOnTimeout = false) {\n if (typeof time !== 'number' || time <= 0) {\n throw Error(`unmount max time must be a positive integer number of milliseconds`);\n }\n\n globalTimeoutConfig.unmount = {\n millis: time,\n dieOnTimeout,\n };\n}\n\nexport function setUnloadMaxTime(time, dieOnTimeout = false) {\n if (typeof time !== 'number' || time <= 0) {\n throw Error(`unload max time must be a positive integer number of milliseconds`);\n }\n\n globalTimeoutConfig.unload = {\n millis: time,\n dieOnTimeout,\n };\n}\n\nexport function reasonableTime(promise, description, timeoutConfig) {\n const warningPeriod = 1000;\n\n return new Promise((resolve, reject) => {\n let finished = false;\n let errored = false;\n\n promise\n .then(val => {\n finished = true;\n resolve(val);\n })\n .catch(val => {\n finished = true;\n reject(val);\n });\n\n setTimeout(() => maybeTimingOut(1), warningPeriod);\n setTimeout(() => maybeTimingOut(true), timeoutConfig.millis);\n\n function maybeTimingOut(shouldError) {\n if (!finished) {\n if (shouldError === true) {\n errored = true;\n if (timeoutConfig.dieOnTimeout) {\n reject(`${description} did not resolve or reject for ${timeoutConfig.millis} milliseconds`);\n } else {\n console.error(`${description} did not resolve or reject for ${timeoutConfig.millis} milliseconds -- we're no longer going to warn you about it.`);\n //don't resolve or reject, we're waiting this one out\n }\n } else if (!errored) {\n const numWarnings = shouldError;\n const numMillis = numWarnings * warningPeriod;\n console.warn(`${description} did not resolve or reject within ${numMillis} milliseconds`);\n if (numMillis + warningPeriod < timeoutConfig.millis) {\n setTimeout(() => maybeTimingOut(numWarnings + 1), warningPeriod);\n }\n }\n }\n }\n });\n}\n\nexport function ensureValidAppTimeouts(timeouts = {}) {\n return {\n ...globalTimeoutConfig,\n ...timeouts,\n }\n}\n","/* the array.prototype.find polyfill on npmjs.com is ~20kb (not worth it)\n * and lodash is ~200kb (not worth it)\n */\n\nexport function find(arr, func) {\n for (let i=0; i<arr.length; i++) {\n if (func(arr[i])) {\n return arr[i];\n }\n }\n\n return null;\n}\n","import { find } from '../utils/find.js';\n\nexport function validLifecycleFn(fn) {\n return fn && (typeof fn === 'function' || isArrayOfFns(fn));\n\n function isArrayOfFns(arr) {\n return Array.isArray(arr) && !find(arr, item => typeof item !== 'function');\n }\n}\n\nexport function flattenFnArray(fns, description) {\n fns = Array.isArray(fns) ? fns : [fns];\n if (fns.length === 0) {\n fns = [() => Promise.resolve()];\n }\n\n return function(props) {\n return new Promise((resolve, reject) => {\n waitForPromises(0);\n\n function waitForPromises(index) {\n const promise = fns[index](props);\n if (!smellsLikeAPromise(promise)) {\n reject(`${description} at index ${index} did not return a promise`);\n } else {\n promise\n .then(() => {\n if (index === fns.length - 1) {\n resolve();\n } else {\n waitForPromises(index + 1);\n }\n })\n .catch(reject);\n }\n }\n });\n }\n}\n\nexport function smellsLikeAPromise(promise) {\n return promise && typeof promise.then === 'function' && typeof promise.catch === 'function';\n}\n","import { NOT_BOOTSTRAPPED, BOOTSTRAPPING, NOT_MOUNTED, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport { handleAppError, transformErr } from '../applications/app-errors.js';\nimport { getProps } from './prop.helpers.js'\n\nexport function toBootstrapPromise(appOrParcel, hardFail = false) {\n return Promise.resolve().then(() => {\n if (appOrParcel.status !== NOT_BOOTSTRAPPED) {\n return appOrParcel;\n }\n\n appOrParcel.status = BOOTSTRAPPING;\n\n return reasonableTime(appOrParcel.bootstrap(getProps(appOrParcel)), `Bootstrapping appOrParcel '${appOrParcel.name}'`, appOrParcel.timeouts.bootstrap)\n .then(() => {\n appOrParcel.status = NOT_MOUNTED;\n return appOrParcel;\n })\n .catch(err => {\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n if (hardFail) {\n const transformedErr = transformErr(err, appOrParcel)\n throw transformedErr\n } else {\n handleAppError(err, appOrParcel);\n return appOrParcel;\n }\n })\n })\n}\n","import { UNMOUNTING, NOT_MOUNTED, MOUNTED, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { handleAppError, transformErr } from '../applications/app-errors.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport { getProps } from './prop.helpers.js';\n\nexport function toUnmountPromise(appOrParcel, hardFail = false) {\n return Promise.resolve().then(() => {\n if (appOrParcel.status !== MOUNTED) {\n return appOrParcel;\n }\n appOrParcel.status = UNMOUNTING;\n\n const unmountChildrenParcels = Object.keys(appOrParcel.parcels)\n .map(parcelId => appOrParcel.parcels[parcelId].unmountThisParcel());\n\n let parcelError;\n\n return Promise.all(unmountChildrenParcels)\n .then(\n unmountAppOrParcel,\n parcelError => {\n // There is a parcel unmount error\n return unmountAppOrParcel()\n .then(() => {\n // Unmounting the app/parcel succeeded, but unmounting its children parcels did not\n const parentError = Error(parcelError.message)\n if (hardFail) {\n const transformedErr = transformErr(parentError, appOrParcel)\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n throw transformedErr\n } else {\n handleAppError(parentError, appOrParcel);\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n }\n })\n }\n )\n .then(() => appOrParcel)\n\n function unmountAppOrParcel() {\n // We always try to unmount the appOrParcel, even if the children parcels failed to unmount.\n return reasonableTime(appOrParcel.unmount(getProps(appOrParcel)), `Unmounting application ${appOrParcel.name}'`, appOrParcel.timeouts.unmount)\n .then(() => {\n // The appOrParcel needs to stay in a broken status if its children parcels fail to unmount\n if (!parcelError) {\n appOrParcel.status = NOT_MOUNTED;\n }\n })\n .catch(err => {\n if (hardFail) {\n const transformedErr = transformErr(err, appOrParcel);\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n throw transformedErr;\n } else {\n handleAppError(err, appOrParcel);\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n }\n })\n }\n })\n}\n","import { NOT_MOUNTED, MOUNTED, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { handleAppError, transformErr } from '../applications/app-errors.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport CustomEvent from 'custom-event';\nimport { getProps } from './prop.helpers.js';\nimport { toUnmountPromise } from './unmount.js';\n\nlet beforeFirstMountFired = false;\nlet firstMountFired = false;\n\nexport function toMountPromise(appOrParcel, hardFail = false) {\n return Promise.resolve().then(() => {\n if (appOrParcel.status !== NOT_MOUNTED) {\n return appOrParcel;\n }\n\n if (!beforeFirstMountFired) {\n window.dispatchEvent(new CustomEvent('single-spa:before-first-mount'));\n beforeFirstMountFired = true;\n }\n\n return reasonableTime(appOrParcel.mount(getProps(appOrParcel)), `Mounting application '${appOrParcel.name}'`, appOrParcel.timeouts.mount)\n .then(() => {\n appOrParcel.status = MOUNTED;\n\n if (!firstMountFired) {\n window.dispatchEvent(new CustomEvent('single-spa:first-mount'));\n firstMountFired = true;\n }\n\n return appOrParcel;\n })\n .catch(err => {\n // If we fail to mount the appOrParcel, we should attempt to unmount it before putting in SKIP_BECAUSE_BROKEN\n // We temporarily put the appOrParcel into MOUNTED status so that toUnmountPromise actually attempts to unmount it\n // instead of just doing a no-op.\n appOrParcel.status = MOUNTED\n return toUnmountPromise(appOrParcel)\n .then(setSkipBecauseBroken, setSkipBecauseBroken)\n\n function setSkipBecauseBroken() {\n if (!hardFail) {\n handleAppError(err, appOrParcel);\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n return appOrParcel;\n } else {\n const transformedErr = transformErr(err, appOrParcel)\n appOrParcel.status = SKIP_BECAUSE_BROKEN;\n throw transformedErr\n }\n }\n })\n })\n}\n","import { validLifecycleFn, flattenFnArray } from '../lifecycles/lifecycle.helpers.js';\nimport { NOT_BOOTSTRAPPED, NOT_MOUNTED, MOUNTED, UPDATING, LOADING_SOURCE_CODE, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { toBootstrapPromise } from '../lifecycles/bootstrap.js';\nimport { toMountPromise } from '../lifecycles/mount.js';\nimport { toUpdatePromise } from '../lifecycles/update.js';\nimport { toUnmountPromise } from '../lifecycles/unmount.js';\nimport { ensureValidAppTimeouts } from '../applications/timeouts.js';\n\nlet parcelCount = 0;\nconst rootParcels = {parcels: {}};\n\n// This is a public api, exported to users of single-spa\nexport function mountRootParcel() {\n return mountParcel.apply(rootParcels, arguments);\n}\n\nexport function mountParcel(config, customProps) {\n const owningAppOrParcel = this;\n\n // Validate inputs\n if (!config || (typeof config !== 'object' && typeof config !== 'function')) {\n throw Error('Cannot mount parcel without a config object or config loading function');\n }\n\n if (config.name && typeof config.name !== 'string') {\n throw Error('Parcel name must be a string, if provided');\n }\n\n if (typeof customProps !== 'object') {\n throw Error(`Parcel ${name} has invalid customProps -- must be an object`);\n }\n\n if (!customProps.domElement) {\n throw Error(`Parcel ${name} cannot be mounted without a domElement provided as a prop`);\n }\n\n const id = parcelCount++;\n\n const passedConfigLoadingFunction = typeof config === 'function'\n const configLoadingFunction = passedConfigLoadingFunction ? config : () => Promise.resolve(config)\n\n // Internal representation\n const parcel = {\n id,\n parcels: {},\n status: passedConfigLoadingFunction ? LOADING_SOURCE_CODE : NOT_BOOTSTRAPPED,\n customProps,\n parentName: owningAppOrParcel.name,\n unmountThisParcel() {\n if (parcel.status !== MOUNTED) {\n throw Error(`Cannot unmount parcel '${name}' -- it is in a ${parcel.status} status`);\n }\n\n return toUnmountPromise(parcel, true)\n .then(value => {\n if (parcel.parentName) {\n delete owningAppOrParcel.parcels[parcel.id];\n }\n\n return value;\n })\n .then(value => {\n resolveUnmount(value);\n return value;\n })\n .catch(err => {\n parcel.status = SKIP_BECAUSE_BROKEN;\n rejectUnmount(err);\n throw err;\n });\n }\n };\n\n // We return an external representation\n let externalRepresentation\n\n // Add to owning app or parcel\n owningAppOrParcel.parcels[id] = parcel;\n\n let loadPromise = configLoadingFunction()\n\n if (!loadPromise || typeof loadPromise.then !== 'function') {\n throw Error(`When mounting a parcel, the config loading function must return a promise that resolves with the parcel config`)\n }\n\n loadPromise = loadPromise.then(config => {\n if (!config) {\n throw Error(`When mounting a parcel, the config loading function returned a promise that did not resolve with a parcel config`)\n }\n\n const name = config.name || `parcel-${id}`;\n\n if (!validLifecycleFn(config.bootstrap)) {\n throw Error(`Parcel ${name} must have a valid bootstrap function`);\n }\n\n if (!validLifecycleFn(config.mount)) {\n throw Error(`Parcel ${name} must have a valid mount function`);\n }\n\n if (!validLifecycleFn(config.unmount)) {\n throw Error(`Parcel ${name} must have a valid unmount function`);\n }\n\n if (config.update && !validLifecycleFn(config.update)) {\n throw Error(`Parcel ${name} provided an invalid update function`);\n }\n\n const bootstrap = flattenFnArray(config.bootstrap);\n const mount = flattenFnArray(config.mount);\n const unmount = flattenFnArray(config.unmount);\n\n parcel.status = NOT_BOOTSTRAPPED;\n parcel.name = name;\n parcel.bootstrap = bootstrap;\n parcel.mount = mount;\n parcel.unmount = unmount;\n parcel.timeouts = ensureValidAppTimeouts(config.timeouts);\n\n if (config.update) {\n parcel.update = flattenFnArray(config.update);\n externalRepresentation.update = function(customProps) {\n parcel.customProps = customProps;\n\n return promiseWithoutReturnValue(toUpdatePromise(parcel));\n }\n }\n })\n\n // Start bootstrapping and mounting\n // The .then() causes the work to be put on the event loop instead of happening immediately\n const bootstrapPromise = loadPromise.then(() => toBootstrapPromise(parcel, true));\n const mountPromise = bootstrapPromise.then(() => toMountPromise(parcel, true));\n\n let resolveUnmount, rejectUnmount;\n\n const unmountPromise = new Promise((resolve, reject) => {\n resolveUnmount = resolve;\n rejectUnmount = reject;\n });\n\n externalRepresentation = {\n mount() {\n return promiseWithoutReturnValue(\n Promise\n .resolve()\n .then(() => {\n if (parcel.status !== NOT_MOUNTED) {\n throw Error(`Cannot mount parcel '${name}' -- it is in a ${parcel.status} status`);\n }\n\n // Add to owning app or parcel\n owningAppOrParcel.parcels[id] = parcel;\n\n return toMountPromise(parcel);\n })\n )\n },\n unmount() {\n return promiseWithoutReturnValue(\n parcel.unmountThisParcel()\n );\n },\n getStatus() {\n return parcel.status;\n },\n loadPromise: promiseWithoutReturnValue(loadPromise),\n bootstrapPromise: promiseWithoutReturnValue(bootstrapPromise),\n mountPromise: promiseWithoutReturnValue(mountPromise),\n unmountPromise: promiseWithoutReturnValue(unmountPromise),\n };\n\n return externalRepresentation\n}\n\nfunction promiseWithoutReturnValue(promise) {\n return promise.then(() => null);\n}\n","import { UPDATING, MOUNTED, SKIP_BECAUSE_BROKEN } from '../applications/app.helpers.js';\nimport { transformErr } from '../applications/app-errors.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport { getProps } from './prop.helpers.js';\n\nexport function toUpdatePromise(parcel) {\n return Promise.resolve().then(() => {\n if (parcel.status !== MOUNTED) {\n throw Error(`Cannot update parcel '${parcel.name}' because it is not mounted`)\n }\n\n parcel.status = UPDATING;\n\n return reasonableTime(parcel.update(getProps(parcel)), `Updating parcel '${parcel.name}'`, parcel.timeouts.mount)\n .then(() => {\n parcel.status = MOUNTED;\n return parcel;\n })\n .catch(err => {\n const transformedErr = transformErr(err, parcel)\n parcel.status = SKIP_BECAUSE_BROKEN;\n throw transformedErr;\n })\n })\n}\n\n","import * as singleSpa from '../single-spa.js'\nimport { mountParcel } from '../parcels/mount-parcel.js';\n\nexport function getProps(appOrParcel) {\n const result = {\n ...appOrParcel.customProps,\n name: appOrParcel.name,\n mountParcel: mountParcel.bind(appOrParcel),\n singleSpa\n };\n\n if (appOrParcel.unmountThisParcel) {\n result.unmountSelf = appOrParcel.unmountThisParcel;\n }\n\n return result;\n}\n","import { LOAD_ERROR, NOT_BOOTSTRAPPED, LOADING_SOURCE_CODE, SKIP_BECAUSE_BROKEN, NOT_LOADED } from '../applications/app.helpers.js';\nimport { ensureValidAppTimeouts } from '../applications/timeouts.js';\nimport { handleAppError } from '../applications/app-errors.js';\nimport { flattenFnArray, smellsLikeAPromise, validLifecycleFn } from './lifecycle.helpers.js';\nimport { getProps } from './prop.helpers.js';\n\nclass UserError extends Error {}\n\nexport function toLoadPromise(app) {\n return Promise.resolve().then(() => {\n if (app.status !== NOT_LOADED && app.status !== LOAD_ERROR) {\n return app;\n }\n\n app.status = LOADING_SOURCE_CODE;\n\n let appOpts;\n\n return Promise.resolve().then(() => {\n const loadPromise = app.loadImpl(getProps(app));\n if (!smellsLikeAPromise(loadPromise)) {\n // The name of the app will be prepended to this error message inside of the handleAppError function\n throw new UserError(`single-spa loading function did not return a promise. Check the second argument to registerApplication('${app.name}', loadingFunction, activityFunction)`);\n }\n return loadPromise.then(val => {\n app.loadErrorTime = null;\n\n appOpts = val;\n\n let validationErrMessage;\n\n if (typeof appOpts !== 'object') {\n validationErrMessage = `does not export anything`;\n }\n\n if (!validLifecycleFn(appOpts.bootstrap)) {\n validationErrMessage = `does not export a bootstrap function or array of functions`;\n }\n\n if (!validLifecycleFn(appOpts.mount)) {\n validationErrMessage = `does not export a mount function or array of functions`;\n }\n\n if (!validLifecycleFn(appOpts.unmount)) {\n validationErrMessage = `does not export an unmount function or array of functions`;\n }\n\n if (validationErrMessage) {\n console.error(`The loading function for single-spa application '${app.name}' resolved with the following, which does not have bootstrap, mount, and unmount functions`, appOpts)\n handleAppError(validationErrMessage, app);\n app.status = SKIP_BECAUSE_BROKEN;\n return app;\n }\n\n if (appOpts.devtools && appOpts.devtools.overlays) {\n app.devtools.overlays = {...app.devtools.overlays, ...appOpts.devtools.overlays}\n }\n\n app.status = NOT_BOOTSTRAPPED;\n app.bootstrap = flattenFnArray(appOpts.bootstrap, `App '${app.name}' bootstrap function`);\n app.mount = flattenFnArray(appOpts.mount, `App '${app.name}' mount function`);\n app.unmount = flattenFnArray(appOpts.unmount, `App '${app.name}' unmount function`);\n app.unload = flattenFnArray(appOpts.unload || [], `App '${app.name}' unload function`);\n app.timeouts = ensureValidAppTimeouts(appOpts.timeouts);\n\n return app;\n })\n })\n .catch(err => {\n handleAppError(err, app);\n if (err instanceof UserError) {\n app.status = SKIP_BECAUSE_BROKEN;\n } else {\n app.status = LOAD_ERROR;\n app.loadErrorTime = new Date().getTime();\n }\n\n return app;\n })\n })\n}\n","import { reroute } from './reroute.js';\nimport { find } from '../utils/find.js';\n\n/* We capture navigation event listeners so that we can make sure\n * that application navigation listeners are not called until\n * single-spa has ensured that the correct applications are\n * unmounted and mounted.\n */\nconst capturedEventListeners = {\n hashchange: [],\n popstate: [],\n};\n\nexport const routingEventsListeningTo = ['hashchange', 'popstate'];\n\nexport function navigateToUrl(obj, opts={}) {\n let url;\n if (typeof obj === 'string') {\n url = obj ;\n } else if (this && this.href) {\n url = this.href;\n } else if (obj && obj.currentTarget && obj.currentTarget.href && obj.preventDefault) {\n url = obj.currentTarget.href;\n obj.preventDefault();\n } else {\n throw Error(`singleSpaNavigate must be either called with a string url, with an <a> tag as its context, or with an event whose currentTarget is an <a> tag`);\n }\n\n const current = parseUri(window.location.href);\n const destination = parseUri(url);\n\n if (url.indexOf('#') === 0) {\n window.location.hash = '#' + destination.anchor;\n } else if (current.host !== destination.host && destination.host) {\n if (opts.isTestingEnv) {\n return {wouldHaveReloadedThePage: true};\n } else {\n window.location.href = url;\n }\n } else if (!isSamePath(destination.path + \"?\" + destination.query, current.path + \"?\" + current.query)) {\n // different path, host, or query params\n window.history.pushState(null, null, url);\n } else {\n window.location.hash = '#' + destination.anchor;\n }\n\n function isSamePath(destination, current) {\n // if the destination has a path but no domain, it doesn't include the root '/'\n return current === destination || current === '/' + destination;\n }\n}\n\nexport function callCapturedEventListeners(eventArguments) {\n if (eventArguments) {\n const eventType = eventArguments[0].type;\n if (routingEventsListeningTo.indexOf(eventType) >= 0) {\n capturedEventListeners[eventType].forEach(listener => {\n listener.apply(this, eventArguments);\n });\n }\n }\n}\n\nfunction urlReroute() {\n reroute([], arguments)\n}\n\n\n// We will trigger an app change for any routing events.\nwindow.addEventListener('hashchange', urlReroute);\nwindow.addEventListener('popstate', urlReroute);\n\n// Monkeypatch addEventListener so that we can ensure correct timing\nconst originalAddEventListener = window.addEventListener;\nconst originalRemoveEventListener = window.removeEventListener;\nwindow.addEventListener = function(eventName, fn) {\n if (typeof fn === 'function') {\n if (routingEventsListeningTo.indexOf(eventName) >= 0 && !find(capturedEventListeners[eventName], listener => listener === fn)) {\n capturedEventListeners[eventName].push(fn);\n return;\n }\n }\n\n return originalAddEventListener.apply(this, arguments);\n}\n\nwindow.removeEventListener = function(eventName, listenerFn) {\n if (typeof listenerFn === 'function') {\n if (routingEventsListeningTo.indexOf(eventName) >= 0) {\n capturedEventListeners[eventName] = capturedEventListeners[eventName].filter(fn => fn !== listenerFn);\n return;\n }\n }\n\n return originalRemoveEventListener.apply(this, arguments);\n}\n\nconst originalPushState = window.history.pushState;\nwindow.history.pushState = function(state) {\n const result = originalPushState.apply(this, arguments);\n\n urlReroute(createPopStateEvent(state));\n \n return result;\n}\n\nconst originalReplaceState = window.history.replaceState;\nwindow.history.replaceState = function(state) {\n const result = originalReplaceState.apply(this, arguments);\n urlReroute(createPopStateEvent(state));\n return result;\n}\n\nfunction createPopStateEvent(state) {\n // https://github.com/single-spa/single-spa/issues/224 and https://github.com/single-spa/single-spa-angular/issues/49\n // We need a popstate event even though the browser doesn't do one by default when you call replaceState, so that\n // all the applications can reroute.\n try {\n return new PopStateEvent('popstate', {state});\n } catch (err) {\n // IE 11 compatibility https://github.com/single-spa/single-spa/issues/299\n // https://docs.microsoft.com/en-us/openspecs/ie_standards/ms-html5e/bd560f47-b349-4d2c-baa8-f1560fb489dd\n const evt = document.createEvent('PopStateEvent');\n evt.initPopStateEvent('popstate', false, false, state);\n return evt;\n }\n}\n\n/* For convenience in `onclick` attributes, we expose a global function for navigating to\n * whatever an <a> tag's href is.\n */\nwindow.singleSpaNavigate = navigateToUrl;\n\nfunction parseUri(str) {\n // parseUri 1.2.2\n // (c) Steven Levithan <stevenlevithan.com>\n // MIT License\n // http://blog.stevenlevithan.com/archives/parseuri\n const parseOptions = {\n strictMode: true,\n key: [\"source\",\"protocol\",\"authority\",\"userInfo\",\"user\",\"password\",\"host\",\"port\",\"relative\",\"path\",\"directory\",\"file\",\"query\",\"anchor\"],\n q: {\n name: \"queryKey\",\n parser: /(?:^|&)([^&=]*)=?([^&]*)/g\n },\n parser: {\n strict: /^(?:([^:\\/?#]+):)?(?:\\/\\/((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\\/?#]*)(?::(\\d*))?))?((((?:[^?#\\/]*\\/)*)([^?#]*))(?:\\?([^#]*))?(?:#(.*))?)/,\n loose: /^(?:(?![^:@]+:[^:@\\/]*@)([^:\\/?#.]+):)?(?:\\/\\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?([^:\\/?#]*)(?::(\\d*))?)(((\\/(?:[^?#](?![^?#\\/]*\\.[^?#\\/.]+(?:[?#]|$)))*\\/?)?([^?#\\/]*))(?:\\?([^#]*))?(?:#(.*))?)/\n }\n };\n\n let o = parseOptions;\n let m = o.parser[o.strictMode ? \"strict\" : \"loose\"].exec(str);\n let uri = {};\n let i = 14;\n\n while (i--) uri[o.key[i]] = m[i] || \"\";\n\n uri[o.q.name] = {};\n uri[o.key[12]].replace(o.q.parser, function ($0, $1, $2) {\n if ($1) uri[o.q.name][$1] = $2;\n });\n\n return uri;\n}\n","import { routingEventsListeningTo } from './navigation/navigation-events.js';\n\nlet hasInitialized = false;\n\nexport function ensureJQuerySupport(jQuery = window.jQuery) {\n if (!jQuery) {\n if (window.$ && window.$.fn && window.$.fn.jquery) {\n jQuery = window.$;\n }\n }\n\n if (jQuery && !hasInitialized) {\n const originalJQueryOn = jQuery.fn.on;\n const originalJQueryOff = jQuery.fn.off;\n\n jQuery.fn.on = function(eventString, fn) {\n return captureRoutingEvents.call(this, originalJQueryOn, window.addEventListener, eventString, fn, arguments);\n }\n\n jQuery.fn.off = function(eventString, fn) {\n return captureRoutingEvents.call(this, originalJQueryOff, window.removeEventListener, eventString, fn, arguments);\n }\n\n hasInitialized = true;\n }\n}\n\nfunction captureRoutingEvents(originalJQueryFunction, nativeFunctionToCall, eventString, fn, originalArgs) {\n if (typeof eventString !== 'string') {\n return originalJQueryFunction.apply(this, originalArgs);\n }\n\n const eventNames = eventString.split(/\\s+/);\n eventNames.forEach(eventName => {\n if (routingEventsListeningTo.indexOf(eventName) >= 0) {\n nativeFunctionToCall(eventName, fn);\n eventString = eventString.replace(eventName, '');\n }\n });\n\n if (eventString.trim() === '') {\n return this;\n } else {\n return originalJQueryFunction.apply(this, originalArgs);\n }\n}\n","import { NOT_MOUNTED, UNLOADING, NOT_LOADED, SKIP_BECAUSE_BROKEN, isntActive } from '../applications/app.helpers.js';\nimport { handleAppError } from '../applications/app-errors.js';\nimport { reasonableTime } from '../applications/timeouts.js';\nimport { getProps } from './prop.helpers.js';\n\nconst appsToUnload = {};\n\nexport function toUnloadPromise(app) {\n return Promise.resolve().then(() => {\n const unloadInfo = appsToUnload[app.name];\n\n if (!unloadInfo) {\n /* No one has called unloadApplication for this app,\n */\n return app;\n }\n\n if (app.status === NOT_LOADED) {\n /* This app is already unloaded. We just need to clean up\n * anything that still thinks we need to unload the app.\n */\n finishUnloadingApp(app, unloadInfo);\n return app;\n }\n\n if (app.status === UNLOADING) {\n /* Both unloadApplication and reroute want to unload this app.\n * It only needs to be done once, though.\n */\n return unloadInfo.promise.then(() => app);\n }\n\n if (app.status !== NOT_MOUNTED) {\n /* The app cannot be unloaded until it is unmounted.\n */\n return app;\n }\n\n app.status = UNLOADING;\n return reasonableTime(app.unload(getProps(app)), `Unloading application '${app.name}'`, app.timeouts.unload)\n .then(() => {\n finishUnloadingApp(app, unloadInfo);\n return app;\n })\n .catch(err => {\n errorUnloadingApp(app, unloadInfo, err);\n return app;\n })\n })\n}\n\nfunction finishUnloadingApp(app, unloadInfo) {\n delete appsToUnload[app.name];\n\n // Unloaded apps don't have lifecycles\n delete app.bootstrap;\n delete app.mount;\n delete app.unmount;\n delete app.unload;\n\n app.status = NOT_LOADED;\n\n /* resolve the promise of whoever called unloadApplication.\n * This should be done after all other cleanup/bookkeeping\n */\n unloadInfo.resolve();\n}\n\nfunction errorUnloadingApp(app, unloadInfo, err) {\n delete appsToUnload[app.name];\n\n // Unloaded apps don't have lifecycles\n delete app.bootstrap;\n delete app.mount;\n delete app.unmount;\n delete app.unload;\n\n handleAppError(err, app);\n app.status = SKIP_BECAUSE_BROKEN;\n unloadInfo.reject(err);\n}\n\nexport function addAppToUnload(app, promiseGetter, resolve, reject) {\n appsToUnload[app.name] = {app, resolve, reject};\n Object.defineProperty(appsToUnload[app.name], 'promise', {get: promiseGetter});\n}\n\nexport function getAppUnloadInfo(appName) {\n return appsToUnload[appName];\n}\n\nexport function getAppsToUnload() {\n return Object.keys(appsToUnload)\n .map(appName => appsToUnload[appName].app)\n .filter(isntActive)\n}\n","import { ensureJQuerySupport } from '../jquery-support.js';\nimport {\n isActive,\n isLoaded,\n isntLoaded,\n toName,\n NOT_LOADED,\n shouldBeActive,\n shouldntBeActive,\n isntActive,\n notSkipped,\n withoutLoadErrors,\n} from \"./app.helpers.js\";\nimport { reroute } from '../navigation/reroute.js';\nimport { find } from '../utils/find.js';\nimport { toUnmountPromise } from '../lifecycles/unmount.js';\nimport { toUnloadPromise, getAppUnloadInfo, addAppToUnload } from '../lifecycles/unload.js';\n\nconst apps = [];\n\nexport function getMountedApps() {\n return apps.filter(isActive).map(toName);\n}\n\nexport function getAppNames() {\n return apps.map(toName);\n}\n\n// used in devtools, not (currently) exposed as a single-spa API\nexport function getRawAppData() {\n return [...apps];\n}\n\nexport function getAppStatus(appName) {\n const app = find(apps, app => app.name === appName);\n return app ? app.status : null;\n}\n\nexport function declareChildApplication(appName, arg1, arg2) {\n console.warn('declareChildApplication is deprecated and will be removed in the next major version, use \"registerApplication\" instead')\n return registerApplication(appName, arg1, arg2)\n}\n\nexport function registerApplication(appName, applicationOrLoadingFn, activityFn, customProps = {}) {\n if (typeof appName !== 'string' || appName.length === 0)\n throw Error(`The first argument must be a non-empty string 'appName'`);\n if (getAppNames().indexOf(appName) !== -1)\n throw Error(`There is already an app declared with name ${appName}`);\n if (typeof customProps !== 'object' || Array.isArray(customProps))\n throw Error('customProps must be an object');\n\n if (!applicationOrLoadingFn)\n throw Error(`The application or loading function is required`);\n\n let loadImpl;\n if (typeof applicationOrLoadingFn !== 'function') {\n // applicationOrLoadingFn is an application\n loadImpl = () => Promise.resolve(applicationOrLoadingFn);\n } else {\n // applicationOrLoadingFn is a loadingFn\n loadImpl = applicationOrLoadingFn;\n }\n\n if (typeof activityFn !== 'function')\n throw Error(`The activeWhen argument must be a function`);\n\n apps.push({\n loadErrorTime: null,\n name: appName,\n loadImpl,\n activeWhen: activityFn,\n status: NOT_LOADED,\n parcels: {},\n devtools: {\n overlays: {\n options: {},\n selectors: [],\n }\n },\n customProps\n });\n\n ensureJQuerySupport();\n\n reroute();\n}\n\nexport function checkActivityFunctions(location) {\n const activeApps = []\n for (let i = 0; i < apps.length; i++) {\n if (apps[i].activeWhen(location)) {\n activeApps.push(apps[i].name)\n }\n }\n return activeApps\n}\n\nexport function getAppsToLoad() {\n return apps\n .filter(notSkipped)\n .filter(withoutLoadErrors)\n .filter(isntLoaded)\n .filter(shouldBeActive)\n}\n\nexport function getAppsToUnmount() {\n return apps\n .filter(notSkipped)\n .filter(isActive)\n .filter(shouldntBeActive)\n}\n\nexport function getAppsToMount() {\n return apps\n .filter(notSkipped)\n .filter(isntActive)\n .filter(isLoaded)\n .filter(shouldBeActive)\n}\n\nexport function unregisterApplication(appName) {\n if (!apps.find(app => app.name === appName)) {\n throw Error(`Cannot unregister application '${appName}' because no such application has been registered`)\n }\n\n return unloadApplication(appName)\n .then(() => {\n const appIndex = apps.findIndex(app => app.name === appName)\n apps.splice(appIndex, 1)\n })\n}\n\nexport function unloadChildApplication(appName, opts) {\n console.warn('unloadChildApplication is deprecated and will be removed in the next major version, use \"unloadApplication\" instead')\n return unloadApplication(appName, opts)\n}\n\nexport function unloadApplication(appName, opts={waitForUnmount: false}) {\n if (typeof appName !== 'string') {\n throw Error(`unloadApplication requires a string 'appName'`);\n }\n const app = find(apps, App => App.name === appName);\n if (!app) {\n throw Error(`Could not unload application '${appName}' because no such application has been registered`);\n }\n\n const appUnloadInfo = getAppUnloadInfo(app.name);\n if (opts && opts.waitForUnmount) {\n // We need to wait for unmount before unloading the app\n\n if (appUnloadInfo) {\n // Someone else is already waiting for this, too\n return appUnloadInfo.promise;\n } else {\n // We're the first ones wanting the app to be resolved.\n const promise = new Promise((resolve, reject) => {\n addAppToUnload(app, () => promise, resolve, reject);\n });\n return promise;\n }\n } else {\n /* We should unmount the app, unload it, and remount it immediately.\n */\n\n let resultPromise;\n\n if (appUnloadInfo) {\n // Someone else is already waiting for this app to unload\n resultPromise = appUnloadInfo.promise;\n immediatelyUnloadApp(app, appUnloadInfo.resolve, appUnloadInfo.reject);\n } else {\n // We're the first ones wanting the app to be resolved.\n resultPromise = new Promise((resolve, reject) => {\n addAppToUnload(app, () => resultPromise, resolve, reject);\n immediatelyUnloadApp(app, resolve, reject);\n });\n }\n\n return resultPromise;\n }\n}\n\nfunction immediatelyUnloadApp(app, resolve, reject) {\n toUnmountPromise(app)\n .then(toUnloadPromise)\n .then(() => {\n resolve()\n setTimeout(() => {\n // reroute, but the unload promise is done\n reroute()\n });\n })\n .catch(reject);\n}\n","import CustomEvent from 'custom-event';\nimport { isStarted } from '../start.js';\nimport { toLoadPromise } from '../lifecycles/load.js';\nimport { toBootstrapPromise } from '../lifecycles/bootstrap.js';\nimport { toMountPromise } from '../lifecycles/mount.js';\nimport { toUnmountPromise } from '../lifecycles/unmount.js';\nimport { getMountedApps, getAppsToLoad, getAppsToUnmount, getAppsToMount } from '../applications/apps.js';\nimport { callCapturedEventListeners } from './navigation-events.js';\nimport { getAppsToUnload, toUnloadPromise } from '../lifecycles/unload.js';\n\nlet appChangeUnderway = false, peopleWaitingOnAppChange = [];\n\nexport function triggerAppChange() {\n // Call reroute with no arguments, intentionally\n return reroute()\n}\n\nexport function reroute(pendingPromises = [], eventArguments) {\n if (appChangeUnderway) {\n return new Promise((resolve, reject) => {\n peopleWaitingOnAppChange.push({\n resolve,\n reject,\n eventArguments,\n });\n });\n }\n\n appChangeUnderway = true;\n let wasNoOp = true;\n\n if (isStarted()) {\n return performAppChanges();\n } else {\n return loadApps();\n }\n\n function loadApps() {\n return Promise.resolve().then(() => {\n const loadPromises = getAppsToLoad().map(toLoadPromise);\n\n if (loadPromises.length > 0) {\n wasNoOp = false;\n }\n\n return Promise\n .all(loadPromises)\n .then(finishUpAndReturn)\n .catch(err => {\n callAllEventListeners();\n throw err;\n })\n })\n }\n\n function performAppChanges() {\n return Promise.resolve().then(() => {\n window.dispatchEvent(new CustomEvent(\"single-spa:before-routing-event\", getCustomEventDetail()));\n const unloadPromises = getAppsToUnload().map(toUnloadPromise);\n\n const unmountUnloadPromises = getAppsToUnmount()\n .map(toUnmountPromise)\n .map(unmountPromise => unmountPromise.then(toUnloadPromise));\n\n const allUnmountPromises = unmountUnloadPromises.concat(unloadPromises);\n if (allUnmountPromises.length > 0) {\n wasNoOp = false;\n }\n\n const unmountAllPromise = Promise.all(allUnmountPromises);\n\n const appsToLoad = getAppsToLoad();\n\n /* We load and bootstrap apps while other apps are unmounting, but we\n * wait to mount the app until all apps are finishing unmounting\n */\n const loadThenMountPromises = appsToLoad.map(app => {\n return toLoadPromise(app)\n .then(toBootstrapPromise)\n .then(app => {\n return unmountAllPromise\n .then(() => toMountPromise(app))\n })\n })\n if (loadThenMountPromises.length > 0) {\n wasNoOp = false;\n }\n\n /* These are the apps that are already bootstrapped and just need\n * to be mounted. They each wait for all unmounting apps to finish up\n * before they mount.\n */\n const mountPromises = getAppsToMount()\n .filter(appToMount => appsToLoad.indexOf(appToMount) < 0)\n .map(appToMount => {\n return toBootstrapPromise(appToMount)\n .then(() => unmountAllPromise)\n .then(() => toMountPromise(appToMount))\n })\n if (mountPromises.length > 0) {\n wasNoOp = false;\n }\n return unmountAllPromise\n .catch(err => {\n callAllEventListeners();\n throw err;\n })\n .then(() => {\n /* Now that the apps that needed to be unmounted are unmounted, their DOM navigation\n * events (like hashchange or popstate) should have been cleaned up. So it's safe\n * to let the remaining captured event listeners to handle about the DOM event.\n */\n callAllEventListeners();\n\n return Promise\n .all(loadThenMountPromises.concat(mountPromises))\n .catch(err => {\n pendingPromises.forEach(promise => promise.reject(err));\n throw err;\n })\n .then(() => finishUpAndReturn(false))\n })\n\n })\n }\n\n function finishUpAndReturn(callEventListeners=true) {\n const returnValue = getMountedApps();\n\n if (callEventListeners) {\n callAllEventListeners();\n }\n pendingPromises.forEach(promise => promise.resolve(returnValue));\n\n try {\n const appChangeEventName = wasNoOp ? \"single-spa:no-app-change\": \"single-spa:app-change\";\n window.dispatchEvent(new CustomEvent(appChangeEventName, getCustomEventDetail()));\n window.dispatchEvent(new CustomEvent(\"single-spa:routing-event\", getCustomEventDetail()));\n } catch (err) {\n /* We use a setTimeout because if someone else's event handler throws an error, single-spa\n * needs to carry on. If a listener to the event throws an error, it's their own fault, not\n * single-spa's.\n */\n setTimeout(() => {\n throw err;\n });\n }\n\n /* Setting this allows for subsequent calls to reroute() to actually perform\n * a reroute instead of just getting queued behind the current reroute call.\n * We want to do this after the mounting/unmounting is done but before we\n * resolve the promise for the `reroute` function.\n */\n appChangeUnderway = false;\n\n if (peopleWaitingOnAppChange.length > 0) {\n /* While we were rerouting, someone else triggered another reroute that got queued.\n * So we need reroute again.\n */\n const nextPendingPromises = peopleWaitingOnAppChange;\n peopleWaitingOnAppChange = [];\n reroute(nextPendingPromises);\n }\n\n return returnValue;\n }\n\n /* We need to call all event listeners that have been delayed because they were\n * waiting on single-spa. This includes haschange and popstate events for both\n * the current run of performAppChanges(), but also all of the queued event listeners.\n * We want to call the listeners in the same order as if they had not been delayed by\n * single-spa, which means queued ones first and then the most recent one.\n */\n function callAllEventListeners() {\n pendingPromises.forEach(pendingPromise => {\n callCapturedEventListeners(pendingPromise.eventArguments);\n });\n\n callCapturedEventListeners(eventArguments);\n }\n\n function getCustomEventDetail() {\n const result = {detail: {}}\n\n if (eventArguments && eventArguments[0]) {\n result.detail.originalEvent = eventArguments[0]\n }\n\n return result\n }\n}\n","import { reroute } from './navigation/reroute.js';\n\nlet started = false;\n\nexport function start() {\n started = true;\n reroute();\n}\n\nexport function isStarted() {\n return started;\n}\n\nconst startWarningDelay = 5000;\n\nsetTimeout(() => {\n if (!started) {\n console.warn(`singleSpa.start() has not been called, ${startWarningDelay}ms after single-spa was loaded. Before start() is called, apps can be declared and loaded, but not bootstrapped or mounted. See https://github.com/CanopyTax/single-spa/blob/master/docs/single-spa-api.md#start`);\n }\n}, startWarningDelay)\n","import {getRawAppData, unregisterApplication} from '../applications/apps'\nimport {reroute} from '../navigation/reroute'\nimport {NOT_LOADED} from '../applications/app.helpers'\nimport {toLoadPromise} from '../lifecycles/load'\nimport {toBootstrapPromise} from '../lifecycles/bootstrap'\n\nexport default {\n getRawAppData,\n reroute,\n NOT_LOADED,\n toLoadPromise,\n toBootstrapPromise,\n unregisterApplication,\n}\n","export { start } from './start.js';\nexport { ensureJQuerySupport } from './jquery-support.js';\nexport { setBootstrapMaxTime, setMountMaxTime, setUnmountMaxTime, setUnloadMaxTime } from './applications/timeouts.js';\nexport { registerApplication, getMountedApps, getAppStatus, unloadApplication, checkActivityFunctions, getAppNames, declareChildApplication, unloadChildApplication } from './applications/apps.js';\nexport { navigateToUrl } from './navigation/navigation-events.js';\nexport { triggerAppChange } from './navigation/reroute.js';\nexport { addErrorHandler, removeErrorHandler } from './applications/app-errors.js';\nexport { mountRootParcel } from './parcels/mount-parcel.js';\n\nexport {\n NOT_LOADED,\n LOADING_SOURCE_CODE,\n NOT_BOOTSTRAPPED,\n BOOTSTRAPPING,\n NOT_MOUNTED,\n MOUNTING,\n UPDATING,\n LOAD_ERROR,\n MOUNTED,\n UNMOUNTING,\n SKIP_BECAUSE_BROKEN,\n} from './applications/app.helpers.js';\n\nimport devtools from \"./devtools/devtools\"\nif(window && window.__SINGLE_SPA_DEVTOOLS__) {\n window.__SINGLE_SPA_DEVTOOLS__.exposedMethods = devtools\n}\n"],"names":["NativeCustomEvent","CustomEvent","p","detail","foo","type","e","useNative","document","createEvent","params","initCustomEvent","bubbles","cancelable","createEventObject","Boolean","errorHandlers","handleAppError","err","app","transformedErr","transformErr","length","forEach","handler","setTimeout","addErrorHandler","Error","push","removeErrorHandler","removedSomething","filter","h","isHandler","ogErr","appOrParcel","result","objectType","unmountThisParcel","errPrefix","name","status","message","console","warn","JSON","stringify","appName","appOrParcelName","NOT_LOADED","LOADING_SOURCE_CODE","NOT_BOOTSTRAPPED","BOOTSTRAPPING","NOT_MOUNTED","MOUNTING","MOUNTED","UPDATING","UNMOUNTING","UNLOADING","LOAD_ERROR","SKIP_BECAUSE_BROKEN","isActive","isntActive","isLoaded","isntLoaded","shouldBeActive","activeWhen","window","location","shouldntBeActive","notSkipped","item","withoutLoadErrors","Date","getTime","loadErrorTime","toName","globalTimeoutConfig","bootstrap","millis","dieOnTimeout","mount","unmount","unload","setBootstrapMaxTime","time","setMountMaxTime","setUnmountMaxTime","setUnloadMaxTime","reasonableTime","promise","description","timeoutConfig","warningPeriod","Promise","resolve","reject","finished","errored","maybeTimingOut","shouldError","error","numWarnings","numMillis","then","val","catch","ensureValidAppTimeouts","timeouts","find","arr","func","i","validLifecycleFn","fn","Array","isArray","flattenFnArray","fns","props","waitForPromises","index","smellsLikeAPromise","toBootstrapPromise","hardFail","getProps","toUnmountPromise","unmountChildrenParcels","Object","keys","parcels","map","parcelId","all","unmountAppOrParcel","parcelError","parentError","beforeFirstMountFired","firstMountFired","toMountPromise","dispatchEvent","setSkipBecauseBroken","parcelCount","rootParcels","mountRootParcel","mountParcel","apply","arguments","config","customProps","owningAppOrParcel","this","_typeof","domElement","externalRepresentation","id","passedConfigLoadingFunction","configLoadingFunction","parcel","parentName","value","resolveUnmount","rejectUnmount","loadPromise","bootstrapPromise","update","promiseWithoutReturnValue","toUpdatePromise","mountPromise","unmountPromise","getStatus","bind","singleSpa","unmountSelf","UserError","toLoadPromise","loadImpl","validationErrMessage","appOpts","devtools","overlays","capturedEventListeners","hashchange","popstate","routingEventsListeningTo","navigateToUrl","obj","url","opts","href","currentTarget","preventDefault","current","parseUri","destination","indexOf","hash","anchor","host","isTestingEnv","wouldHaveReloadedThePage","isSamePath","path","query","history","pushState","callCapturedEventListeners","eventArguments","eventType","listener","_this","urlReroute","reroute","addEventListener","originalAddEventListener","originalRemoveEventListener","removeEventListener","eventName","listenerFn","originalPushState","state","createPopStateEvent","originalReplaceState","replaceState","PopStateEvent","evt","initPopStateEvent","str","o","strictMode","key","q","parser","strict","loose","m","exec","uri","replace","$0","$1","$2","singleSpaNavigate","hasInitialized","ensureJQuerySupport","jQuery","$","jquery","originalJQueryOn","on","originalJQueryOff","off","eventString","captureRoutingEvents","call","originalJQueryFunction","nativeFunctionToCall","originalArgs","split","trim","appsToUnload","toUnloadPromise","unloadInfo","finishUnloadingApp","errorUnloadingApp","addAppToUnload","promiseGetter","defineProperty","get","apps","getMountedApps","getAppNames","getAppStatus","declareChildApplication","arg1","arg2","registerApplication","applicationOrLoadingFn","activityFn","options","selectors","checkActivityFunctions","activeApps","getAppsToLoad","unloadChildApplication","unloadApplication","waitForUnmount","App","resultPromise","appUnloadInfo","getAppUnloadInfo","immediatelyUnloadApp","appChangeUnderway","peopleWaitingOnAppChange","triggerAppChange","pendingPromises","wasNoOp","started","getCustomEventDetail","unloadPromises","allUnmountPromises","concat","unmountAllPromise","appsToLoad","loadThenMountPromises","mountPromises","appToMount","callAllEventListeners","finishUpAndReturn","loadPromises","callEventListeners","returnValue","appChangeEventName","nextPendingPromises","pendingPromise","originalEvent","start","getRawAppData","unregisterApplication","appIndex","findIndex","splice","__SINGLE_SPA_DEVTOOLS__","exposedMethods"],"mappings":"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"}