@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.
- package/.gitattributes +4 -0
- package/.github/dependabot.yml +16 -0
- package/.github/workflows/bootstrap-npm.yml +73 -0
- package/.github/workflows/build.yml +38 -0
- package/.github/workflows/codeql-analysis.yml +79 -0
- package/.github/workflows/publish.yml +111 -0
- package/.icrc-metadata +1 -0
- package/LICENSE +28 -0
- package/README.md +45 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/LICENSE +22 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/README.md +19 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/AwaitValue.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/OverloadYield.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecoratedDescriptor.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs.js +236 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2203.js +184 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2203R.js +191 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2301.js +222 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2305.js +133 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2311.js +124 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/arrayLikeToArray.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/arrayWithHoles.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/arrayWithoutHoles.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/assertClassBrand.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/assertThisInitialized.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/asyncGeneratorDelegate.js +24 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/asyncIterator.js +45 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/asyncToGenerator.js +26 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/awaitAsyncGenerator.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/callSuper.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/checkInRHS.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/checkPrivateRedeclaration.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classApplyDescriptorDestructureSet.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classApplyDescriptorGet.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classApplyDescriptorSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classCallCheck.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classCheckPrivateStaticAccess.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classCheckPrivateStaticFieldDescriptor.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classExtractFieldDescriptor.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classNameTDZError.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldDestructureSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldGet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldGet2.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldInitSpec.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldLooseBase.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldLooseKey.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldSet2.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateGetter.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateMethodGet.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateMethodInitSpec.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateMethodSet.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateSetter.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateFieldDestructureSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateFieldSpecGet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateFieldSpecSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateMethodGet.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateMethodSet.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/construct.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createClass.js +13 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createForOfIteratorHelper.js +50 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createForOfIteratorHelperLoose.js +19 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createSuper.js +16 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/decorate.js +250 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defaults.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defineAccessor.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defineEnumerableProperties.js +12 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defineProperty.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/dispose.js +28 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/AwaitValue.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/OverloadYield.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecoratedDescriptor.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs.js +236 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2203.js +184 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2203R.js +191 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2301.js +222 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2305.js +133 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2311.js +124 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/arrayLikeToArray.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/arrayWithHoles.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/arrayWithoutHoles.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/assertClassBrand.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/assertThisInitialized.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/asyncGeneratorDelegate.js +24 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/asyncIterator.js +45 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/asyncToGenerator.js +26 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/awaitAsyncGenerator.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/callSuper.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/checkInRHS.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/checkPrivateRedeclaration.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classApplyDescriptorDestructureSet.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classApplyDescriptorGet.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classApplyDescriptorSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classCallCheck.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classExtractFieldDescriptor.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classNameTDZError.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldDestructureSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldGet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldGet2.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldInitSpec.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldLooseBase.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldLooseKey.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldSet2.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateGetter.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateMethodGet.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateMethodInitSpec.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateMethodSet.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateSetter.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateFieldDestructureSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateFieldSpecGet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateFieldSpecSet.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateMethodGet.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateMethodSet.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/construct.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createClass.js +13 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createForOfIteratorHelper.js +50 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createSuper.js +16 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/decorate.js +250 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defaults.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defineAccessor.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defineEnumerableProperties.js +12 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defineProperty.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/dispose.js +28 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/extends.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/get.js +11 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/getPrototypeOf.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/identity.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/importDeferProxy.js +27 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/inherits.js +14 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/inheritsLoose.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/initializerDefineProperty.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/initializerWarningHelper.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/instanceof.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/interopRequireDefault.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/interopRequireWildcard.js +27 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/isNativeFunction.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/isNativeReflectConstruct.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/iterableToArray.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/iterableToArrayLimit.js +28 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/jsx.js +22 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/maybeArrayLike.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/newArrowCheck.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/nonIterableRest.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/nonIterableSpread.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/nullishReceiverError.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectDestructuringEmpty.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectSpread.js +14 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectSpread2.js +23 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectWithoutProperties.js +13 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectWithoutPropertiesLoose.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/package.json +3 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/possibleConstructorReturn.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/readOnlyError.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/regeneratorRuntime.js +304 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/set.js +22 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/setFunctionName.js +12 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/setPrototypeOf.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/skipFirstGeneratorNext.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/slicedToArray.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/superPropBase.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/superPropGet.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/superPropSet.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/taggedTemplateLiteral.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/taggedTemplateLiteralLoose.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/tdz.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/temporalRef.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/temporalUndefined.js +2 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toArray.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toConsumableArray.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toPrimitive.js +12 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toPropertyKey.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toSetter.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/typeof.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/unsupportedIterableToArray.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/using.js +12 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/usingCtx.js +59 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/wrapAsyncGenerator.js +69 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/wrapNativeSuper.js +27 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/wrapRegExp.js +51 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/writeOnlyError.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/extends.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/get.js +11 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/getPrototypeOf.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/identity.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/importDeferProxy.js +27 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/inherits.js +14 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/inheritsLoose.js +5 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/initializerDefineProperty.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/initializerWarningHelper.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/instanceof.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/interopRequireDefault.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/interopRequireWildcard.js +27 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/isNativeFunction.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/isNativeReflectConstruct.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/iterableToArray.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/iterableToArrayLimit.js +28 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/jsx.js +22 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/maybeArrayLike.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/newArrowCheck.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/nonIterableRest.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/nonIterableSpread.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/nullishReceiverError.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectDestructuringEmpty.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectSpread.js +14 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectSpread2.js +23 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectWithoutProperties.js +13 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectWithoutPropertiesLoose.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/possibleConstructorReturn.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/readOnlyError.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/regeneratorRuntime.js +304 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/set.js +22 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/setFunctionName.js +12 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/setPrototypeOf.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/skipFirstGeneratorNext.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/slicedToArray.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/superPropBase.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/superPropGet.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/superPropSet.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/taggedTemplateLiteral.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/taggedTemplateLiteralLoose.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/tdz.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/temporalRef.js +6 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/temporalUndefined.js +2 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toArray.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toConsumableArray.js +8 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toPrimitive.js +12 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toPropertyKey.js +7 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toSetter.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/typeof.js +10 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/unsupportedIterableToArray.js +9 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/using.js +12 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/usingCtx.js +59 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/wrapAsyncGenerator.js +69 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/wrapNativeSuper.js +27 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/wrapRegExp.js +51 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/helpers/writeOnlyError.js +4 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/package.json +1056 -0
- package/openmrs/frontend/@babel/runtime@7.25.6/regenerator/index.js +15 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.eslintrc +7 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.gitattributes +4 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.github/workflows/bootstrap-npm.yml +77 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.github/workflows/build.yml +37 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.github/workflows/publish.yml +115 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.icrc-metadata +1 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.prettierignore +7 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.prettierrc +3 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/LICENSE +28 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/README.md +39 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/dist/openmrs-esm-icrc-overrides.js +2 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/dist/openmrs-esm-icrc-overrides.js.map +1 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/package.json +51 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/src/icrc-patient-chart-schema.js +11 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/src/index.js +11 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/src/set-public-path.js +3 -0
- package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/webpack.config.js +32 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/.babelrc +6 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/README.md +25 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/dist/diop-esm-icrc-user-dashboard-widgets.js +2 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/dist/diop-esm-icrc-user-dashboard-widgets.js.map +1 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/package.json +35 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/constants.ts +1 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/declarations.d.ts +10 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/index.ts +1 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/index.tsx +1 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/intervention-plan/intervention-plan.component.tsx +153 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/intervention-plan/intervention-plan.css +20 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/models/index.ts +6 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/shims/esm-react-utils.d.ts +7 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/tsconfig.json +24 -0
- package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/webpack.config.js +75 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/fhir.d.ts +2 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/fhirjs.d.ts +87 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-backend-dependencies.d.ts +4 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-esm-api.d.ts +9 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-esm-api.js +16 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-esm-api.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-fetch.d.ts +26 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-fetch.test.d.ts +1 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/set-public-path.d.ts +1 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/current-patient.d.ts +20 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/current-patient.test.d.ts +1 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/current-user.d.ts +50 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/use-current-patient.hook.d.ts +5 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/use-current-patient.hook.test.d.ts +1 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/user-has-access-react.component.d.ts +1 -0
- package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/workspace/workspace.resource.d.ts +11 -0
- package/openmrs/frontend/@openmrs/esm-devtools@1.2.0/dist/openmrs-esm-devtools.js +2 -0
- package/openmrs/frontend/@openmrs/esm-devtools@1.2.0/dist/openmrs-esm-devtools.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-error-handling@1.1.1/dist/openmrs-esm-error-handling.js +2 -0
- package/openmrs/frontend/@openmrs/esm-error-handling@1.1.1/dist/openmrs-esm-error-handling.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-module-config@1.4.0/dist/openmrs-esm-module-config.js +2 -0
- package/openmrs/frontend/@openmrs/esm-module-config@1.4.0/dist/openmrs-esm-module-config.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/1.openmrs-esm-patient-chart.js +2 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/1.openmrs-esm-patient-chart.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/2.openmrs-esm-patient-chart.js +2 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/2.openmrs-esm-patient-chart.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/openmrs-esm-patient-chart.js +2 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/openmrs-esm-patient-chart.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/1.openmrs-esm-patient-chart-widgets.js +2 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/1.openmrs-esm-patient-chart-widgets.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/openmrs-esm-patient-chart-widgets.js +30 -0
- package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/openmrs-esm-patient-chart-widgets.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/1.openmrs-esm-refapp-navigation.js +2 -0
- package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/1.openmrs-esm-refapp-navigation.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/2.openmrs-esm-refapp-navigation.js +2 -0
- package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/2.openmrs-esm-refapp-navigation.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/openmrs-esm-refapp-navigation.js +2 -0
- package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/openmrs-esm-refapp-navigation.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/0d942ef430c1c67374392eaada6bba55.eot +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/1b11c019a1e57a716233cac5393f2003.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/21f212f94a9db6a0e3847c921842aa19.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/41af9fe040a90a59be0ec9e009b2aeb7.ttf +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/455808250694e5760bd92b3ce1f070b6.eot +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/4fdd67824cef3d96f61d8ce00d23c68c.svg +8 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/5fa4acd8b99b8634f421ab3d93ec65ca.eot +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/63c8d04ccb72ddb3e80f7c0d724a3c1a.svg +37 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/67123cc825e1174235882fd04d6256de.png +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/733058e58b777d410c4415756537c294.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/73e57937304d89f251e7e540a24b095a.gif +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/96a4b98d02e2b736954c3eeaabc8f8cb.svg +15 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/99cea2acaa2e564a83d1af833757d602.eot +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/b38de28ddbf9d000eba6728451e82e77.ttf +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/bb72c5142ae2ae4ca0f9c0653a09871c.ttf +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/c7995ab97d823f6a2c6eb1b4f30d5600.ttf +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/dd2156ffeb1dbbe10d430e95abba2935.ttf +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/df5338c056f4aa5de25401e5b8d8af87.eot +0 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.css +27 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.css.map +1 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.js +2 -0
- package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/020c97dc8e0463259c2f9df929bb0c69.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/1ef5edaaa20ae53ea50399884c5e48c6.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/238c66f0f32567f8b025fa462b139235.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/2735a3a69b509faf3577afd25bdf552e.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/288ad9c6e8b43cf02443a1f499bdf67e.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/3a9be9ea9f7aa4af6de7307df21d9fc0.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/479970ffb74f2117317f9d24d9e317fe.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/4813464bf253bbfebb7c83240387072e.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/51521a2a8da71e50d871ac6fd2187e87.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/534bc9e7ce93c73d73426e46acd78092.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/539ed1a07cb8b137b6825efd1789c2f3.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/60fa3c0614b8fb2f394fa29944c21540.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/69f09800f4f6479d06e44eba837df872.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/7da66178eb5f266e1d5a9c5c72344c51.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/81f57861ed4ac74741f5671e1dff2fd9.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/8276fdb72ae8f4714d4e6eba704cc39f.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/87284894879f5b1c229cb49c8ff6decc.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/97a67d1aeb3c18ca193be4b4d4632546.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/9952fbcb7e57e6b5568995f1906db693.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/adcde98f1d584de52060ad7b16373da3.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/ba56ea84b8084b7ff9677f50d3cd81bd.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/bf12e11e6477f5cee412515ee11de0bf.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/d76079ed7541a433a54f79316de086e9.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/da0e717829e033a69dec97f1e155ae42.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/db4a2a231f52e497c0191e8966b0ee58.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/de83f55b9291ee1bd05c8ebfb451e088.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/fa534be7ffa380e39a7f6e03bf9a5e03.woff2 +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/fe65b8335ee19dd944289f9ed3178c78.woff +0 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.css +15 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.css.map +1 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.js +2 -0
- package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/1.openmrs-esm-user-dashboard.js +117 -0
- package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/1.openmrs-esm-user-dashboard.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/2.openmrs-esm-user-dashboard.js +2 -0
- package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/2.openmrs-esm-user-dashboard.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/openmrs-esm-user-dashboard.js +2 -0
- package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/openmrs-esm-user-dashboard.js.map +1 -0
- package/openmrs/frontend/@openmrs/esm-user-dashboard-widgets@1.0.3-pre.14/dist/openmrs-esm-user-dashboard-widgets.js +32 -0
- package/openmrs/frontend/@openmrs/esm-user-dashboard-widgets@1.0.3-pre.14/dist/openmrs-esm-user-dashboard-widgets.js.map +1 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/LICENSE +373 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/README.md +33 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/bower.json +13 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/0d942ef430c1c67374392eaada6bba55.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/1b11c019a1e57a716233cac5393f2003.woff +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/21f212f94a9db6a0e3847c921842aa19.woff +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/41af9fe040a90a59be0ec9e009b2aeb7.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/455808250694e5760bd92b3ce1f070b6.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/5fa4acd8b99b8634f421ab3d93ec65ca.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/733058e58b777d410c4415756537c294.woff +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/99cea2acaa2e564a83d1af833757d602.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/b38de28ddbf9d000eba6728451e82e77.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/bb72c5142ae2ae4ca0f9c0653a09871c.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/c7995ab97d823f6a2c6eb1b4f30d5600.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/dd2156ffeb1dbbe10d430e95abba2935.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/df5338c056f4aa5de25401e5b8d8af87.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.css +24 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.css.map +1 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.js +2 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.js.map +1 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/package-lock.json +7299 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/package.json +46 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/config.rb +25 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.svg +284 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.woff +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.svg +98 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.woff +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-bold-webfont.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-bold-webfont.svg +245 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-bold-webfont.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.svg +245 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.woff +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-light-webfont.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-light-webfont.svg +245 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-light-webfont.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-regular-webfont.eot +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-regular-webfont.svg +245 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-regular-webfont.ttf +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/aside-bg.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/back_disabled.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/back_enabled.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/forward_disabled.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/forward_enabled.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/inprogress.gif +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/logo/openmrs-with-title-small.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/omrs-button.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/openmrs-with-title-small.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/sort_asc.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/sort_both.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/sort_desc.png +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/spinner.gif +0 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/index.js +1 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/_reference.scss +43 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/_variables.scss +33 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/customVariables.scss +2 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fonts/_font-awesome.scss +535 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fonts/_fonts.scss +40 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fonts/_icomoon.scss +59 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_actions.scss +38 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_base.scss +421 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_breadcrumbs.scss +26 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_buttongroups.scss +50 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_buttons.scss +177 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_checkboxes.scss +30 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_dashboard.scss +248 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_datepicker.scss +57 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_dialogs.scss +119 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_dropdown.scss +78 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_form-navigator-ui.scss +273 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_forms.scss +32 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_grid.scss +67 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_header.scss +98 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_horizontal-list.scss +12 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_identifiers.scss +36 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_left-menu.scss +101 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_login.scss +18 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_main-content.scss +179 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_notifications.scss +89 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_pagination.scss +255 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_print.scss +103 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_search-box.scss +58 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_status-container.scss +37 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_tabs.scss +60 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_toast.scss +56 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_typeahead.scss +110 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/openmrs-refapp.scss +2 -0
- package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/vendor/_normalize.scss +367 -0
- package/openmrs/frontend/aphrodite@0.5.0/.arcconfig +5 -0
- package/openmrs/frontend/aphrodite@0.5.0/.arclint +3 -0
- package/openmrs/frontend/aphrodite@0.5.0/.gitattributes +1 -0
- package/openmrs/frontend/aphrodite@0.5.0/.nyc_output/49625.json +1 -0
- package/openmrs/frontend/aphrodite@0.5.0/.travis.yml +10 -0
- package/openmrs/frontend/aphrodite@0.5.0/README.md +280 -0
- package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.js +1712 -0
- package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.js +1724 -0
- package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.js.map +1 -0
- package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.min.js +2 -0
- package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.min.js.map +1 -0
- package/openmrs/frontend/aphrodite@0.5.0/examples/README.md +3 -0
- package/openmrs/frontend/aphrodite@0.5.0/examples/index.html +10 -0
- package/openmrs/frontend/aphrodite@0.5.0/examples/package.json +18 -0
- package/openmrs/frontend/aphrodite@0.5.0/examples/server.js +42 -0
- package/openmrs/frontend/aphrodite@0.5.0/examples/src/StyleTester.js +155 -0
- package/openmrs/frontend/aphrodite@0.5.0/examples/src/examples-ssr.js +25 -0
- package/openmrs/frontend/aphrodite@0.5.0/examples/src/examples.js +10 -0
- package/openmrs/frontend/aphrodite@0.5.0/examples/webpack.config.js +18 -0
- package/openmrs/frontend/aphrodite@0.5.0/lib/generate.js +199 -0
- package/openmrs/frontend/aphrodite@0.5.0/lib/index.js +102 -0
- package/openmrs/frontend/aphrodite@0.5.0/lib/inject.js +231 -0
- package/openmrs/frontend/aphrodite@0.5.0/lib/no-important.js +27 -0
- package/openmrs/frontend/aphrodite@0.5.0/lib/util.js +233 -0
- package/openmrs/frontend/aphrodite@0.5.0/no-important.js +1 -0
- package/openmrs/frontend/aphrodite@0.5.0/package.json +56 -0
- package/openmrs/frontend/aphrodite@0.5.0/src/generate.js +184 -0
- package/openmrs/frontend/aphrodite@0.5.0/src/index.js +85 -0
- package/openmrs/frontend/aphrodite@0.5.0/src/inject.js +211 -0
- package/openmrs/frontend/aphrodite@0.5.0/src/no-important.js +23 -0
- package/openmrs/frontend/aphrodite@0.5.0/src/util.js +194 -0
- package/openmrs/frontend/aphrodite@0.5.0/tests/generate_test.js +161 -0
- package/openmrs/frontend/aphrodite@0.5.0/tests/index_test.js +372 -0
- package/openmrs/frontend/aphrodite@0.5.0/tests/inject_test.js +413 -0
- package/openmrs/frontend/aphrodite@0.5.0/tests/no-important_test.js +41 -0
- package/openmrs/frontend/aphrodite@0.5.0/tests/util_test.js +30 -0
- package/openmrs/frontend/aphrodite@0.5.0/webpack.config.js +17 -0
- package/openmrs/frontend/asap@2.0.6/CHANGES.md +70 -0
- package/openmrs/frontend/asap@2.0.6/LICENSE.md +21 -0
- package/openmrs/frontend/asap@2.0.6/README.md +237 -0
- package/openmrs/frontend/asap@2.0.6/asap.js +65 -0
- package/openmrs/frontend/asap@2.0.6/browser-asap.js +66 -0
- package/openmrs/frontend/asap@2.0.6/browser-raw.js +223 -0
- package/openmrs/frontend/asap@2.0.6/package.json +58 -0
- package/openmrs/frontend/asap@2.0.6/raw.js +101 -0
- package/openmrs/frontend/bowser@1.9.4/.editorconfig +17 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/.name +1 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/bowser.iml +8 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/encodings.xml +6 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/jsLibraryMappings.xml +8 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/markdown-exported-files.xml +8 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/markdown-navigator/profiles_settings.xml +3 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/markdown-navigator.xml +67 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/misc.xml +6 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/modules.xml +8 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/vcs.xml +6 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/watcherTasks.xml +4 -0
- package/openmrs/frontend/bowser@1.9.4/.idea/workspace.xml +696 -0
- package/openmrs/frontend/bowser@1.9.4/.travis.yml +8 -0
- package/openmrs/frontend/bowser@1.9.4/CHANGELOG.md +85 -0
- package/openmrs/frontend/bowser@1.9.4/ISSUE_TEMPLATE.md +5 -0
- package/openmrs/frontend/bowser@1.9.4/LICENSE +39 -0
- package/openmrs/frontend/bowser@1.9.4/README.md +211 -0
- package/openmrs/frontend/bowser@1.9.4/bower.json +33 -0
- package/openmrs/frontend/bowser@1.9.4/bowser.js +644 -0
- package/openmrs/frontend/bowser@1.9.4/bowser.min.js +6 -0
- package/openmrs/frontend/bowser@1.9.4/package.json +38 -0
- package/openmrs/frontend/bowser@1.9.4/src/bowser.js +644 -0
- package/openmrs/frontend/bowser@1.9.4/test/test.js +151 -0
- package/openmrs/frontend/bowser@1.9.4/typings.d.ts +115 -0
- package/openmrs/frontend/dashboard-configs/allappointments.json +52 -0
- package/openmrs/frontend/dashboard-configs/othead.json +22 -0
- package/openmrs/frontend/dashboard-configs/pohead.json +260 -0
- package/openmrs/frontend/dashboard-configs/poprofessional.json +122 -0
- package/openmrs/frontend/dashboard-configs/pthead.json +274 -0
- package/openmrs/frontend/dashboard-configs/ptprofessional.json +122 -0
- package/openmrs/frontend/dashboard-configs/receptionist.json +101 -0
- package/openmrs/frontend/dashboard-configs/receptionistTodoViewAll.json +34 -0
- package/openmrs/frontend/dashboard-configs/socialworker.json +140 -0
- package/openmrs/frontend/dayjs@1.11.13/.editorconfig +7 -0
- package/openmrs/frontend/dayjs@1.11.13/CHANGELOG.md +947 -0
- package/openmrs/frontend/dayjs@1.11.13/LICENSE +21 -0
- package/openmrs/frontend/dayjs@1.11.13/README.md +172 -0
- package/openmrs/frontend/dayjs@1.11.13/dayjs.min.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/constant.js +25 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/index.d.ts +429 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/index.js +541 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/af.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/am.js +40 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-dz.js +41 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-iq.js +42 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-kw.js +41 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-ly.js +27 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-ma.js +42 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-sa.js +41 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-tn.js +42 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar.js +77 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/az.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/be.js +24 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/bg.js +55 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/bi.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/bm.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/bn-bd.js +81 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/bn.js +72 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/bo.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/br.js +93 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/bs.js +24 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ca.js +44 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/cs.js +120 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/cv.js +24 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/cy.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/da.js +40 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/de-at.js +63 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/de-ch.js +63 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/de.js +64 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/dv.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/el.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-au.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-ca.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-gb.js +42 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-ie.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-il.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-in.js +42 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-nz.js +41 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-sg.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-tt.js +42 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/en.js +12 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/eo.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-do.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-mx.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-pr.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-us.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/es.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/et.js +65 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/eu.js +43 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/fa.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/fi.js +88 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/fo.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/fr-ca.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/fr-ch.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/fr.js +41 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/fy.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ga.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/gd.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/gl.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/gom-latn.js +25 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/gu.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/he.js +78 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/hi.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/hr.js +53 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ht.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/hu.js +61 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/hy-am.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/id.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/index.d.ts +11 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/is.js +68 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/it-ch.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/it.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ja.js +45 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/jv.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ka.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/kk.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/km.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/kn.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ko.js +45 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ku.js +77 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ky.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/lb.js +24 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/lo.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/lt.js +70 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/lv.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/me.js +24 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/mi.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/mk.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ml.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/mn.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/mr.js +23 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ms-my.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ms.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/mt.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/my.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/nb.js +40 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ne.js +40 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/nl-be.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/nl.js +40 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/nn.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/oc-lnc.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/pa-in.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/pl.js +87 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/pt-br.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/pt.js +40 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/rn.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ro.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ru.js +99 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/rw.js +35 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/sd.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/se.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/si.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/sk.js +121 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/sl.js +141 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/sq.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/sr-cyrl.js +74 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/sr.js +74 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ss.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/sv-fi.js +46 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/sv.js +44 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/sw.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ta.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/te.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/tet.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/tg.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/th.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/tk.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/tl-ph.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/tlh.js +24 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/tr.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/types.d.ts +33 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/tzl.js +24 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/tzm-latn.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/tzm.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ug-cn.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/uk.js +77 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/ur.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/uz-latn.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/uz.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/vi.js +43 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/x-pseudo.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/yo.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh-cn.js +67 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh-hk.js +65 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh-tw.js +65 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh.js +67 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/advancedFormat/index.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/advancedFormat/index.js +66 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/arraySupport/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/arraySupport/index.js +33 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/badMutable/index.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/badMutable/index.js +61 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/bigIntSupport/index.d.ts +11 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/bigIntSupport/index.js +32 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/buddhistEra/index.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/buddhistEra/index.js +21 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/calendar/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/calendar/index.js +32 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/customParseFormat/index.d.ts +8 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/customParseFormat/index.js +333 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/dayOfYear/index.d.ts +11 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/dayOfYear/index.js +9 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/devHelper/index.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/devHelper/index.js +38 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/duration/index.d.ts +88 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/duration/index.js +356 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isBetween/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isBetween/index.js +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isLeapYear/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isLeapYear/index.js +7 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isMoment/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isMoment/index.js +5 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrAfter/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrAfter/index.js +5 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrBefore/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrBefore/index.js +5 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isToday/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isToday/index.js +9 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isTomorrow/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isTomorrow/index.js +9 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isYesterday/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isYesterday/index.js +9 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeek/index.d.ts +27 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeek/index.js +57 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeeksInYear/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeeksInYear/index.js +15 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localeData/index.d.ts +44 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localeData/index.js +114 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localizedFormat/index.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localizedFormat/index.js +20 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localizedFormat/utils.js +20 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/minMax/index.d.ts +22 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/minMax/index.js +39 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/negativeYear/index.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/negativeYear/index.js +36 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/objectSupport/index.d.ts +48 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/objectSupport/index.js +97 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/pluralGetSet/index.d.ts +44 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/pluralGetSet/index.js +7 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/preParsePostFormat/index.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/preParsePostFormat/index.js +40 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/quarterOfYear/index.d.ts +26 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/quarterOfYear/index.js +41 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/relativeTime/index.d.ts +24 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/relativeTime/index.js +130 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/timezone/index.d.ts +20 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/timezone/index.js +198 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toArray/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toArray/index.js +7 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toObject/index.d.ts +20 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toObject/index.js +15 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/updateLocale/index.d.ts +8 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/updateLocale/index.js +12 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/utc/index.d.ts +19 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/utc/index.js +188 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekOfYear/index.d.ts +12 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekOfYear/index.js +44 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekYear/index.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekYear/index.js +19 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekday/index.d.ts +12 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekday/index.js +15 -0
- package/openmrs/frontend/dayjs@1.11.13/esm/utils.js +58 -0
- package/openmrs/frontend/dayjs@1.11.13/index.d.ts +429 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/af.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/am.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ar-dz.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ar-iq.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ar-kw.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ar-ly.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ar-ma.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ar-sa.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ar-tn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ar.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/az.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/be.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/bg.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/bi.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/bm.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/bn-bd.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/bn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/bo.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/br.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/bs.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ca.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/cs.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/cv.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/cy.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/da.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/de-at.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/de-ch.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/de.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/dv.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/el.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en-au.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en-ca.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en-gb.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en-ie.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en-il.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en-in.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en-nz.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en-sg.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en-tt.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/en.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/eo.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/es-do.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/es-mx.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/es-pr.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/es-us.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/es.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/et.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/eu.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/fa.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/fi.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/fo.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/fr-ca.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/fr-ch.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/fr.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/fy.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ga.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/gd.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/gl.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/gom-latn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/gu.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/he.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/hi.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/hr.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ht.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/hu.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/hy-am.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/id.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/index.d.ts +11 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/is.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/it-ch.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/it.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ja.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/jv.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ka.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/kk.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/km.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/kn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ko.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ku.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ky.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/lb.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/lo.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/lt.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/lv.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/me.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/mi.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/mk.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ml.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/mn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/mr.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ms-my.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ms.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/mt.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/my.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/nb.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ne.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/nl-be.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/nl.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/nn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/oc-lnc.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/pa-in.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/pl.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/pt-br.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/pt.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/rn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ro.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ru.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/rw.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/sd.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/se.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/si.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/sk.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/sl.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/sq.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/sr-cyrl.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/sr.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ss.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/sv-fi.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/sv.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/sw.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ta.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/te.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/tet.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/tg.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/th.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/tk.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/tl-ph.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/tlh.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/tr.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/types.d.ts +33 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/tzl.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/tzm-latn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/tzm.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ug-cn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/uk.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/ur.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/uz-latn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/uz.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/vi.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/x-pseudo.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/yo.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/zh-cn.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/zh-hk.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/zh-tw.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale/zh.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/locale.json +1 -0
- package/openmrs/frontend/dayjs@1.11.13/package.json +84 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/advancedFormat.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/advancedFormat.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/arraySupport.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/arraySupport.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/badMutable.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/badMutable.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/bigIntSupport.d.ts +11 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/bigIntSupport.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/buddhistEra.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/buddhistEra.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/calendar.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/calendar.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/customParseFormat.d.ts +8 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/customParseFormat.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/dayOfYear.d.ts +11 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/dayOfYear.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/devHelper.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/devHelper.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/duration.d.ts +88 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/duration.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isBetween.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isBetween.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isLeapYear.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isLeapYear.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isMoment.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isMoment.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrAfter.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrAfter.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrBefore.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrBefore.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isToday.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isToday.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isTomorrow.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isTomorrow.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isYesterday.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isYesterday.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeek.d.ts +27 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeek.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeeksInYear.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeeksInYear.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/localeData.d.ts +44 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/localeData.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/localizedFormat.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/localizedFormat.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/minMax.d.ts +22 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/minMax.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/negativeYear.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/negativeYear.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/objectSupport.d.ts +48 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/objectSupport.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/pluralGetSet.d.ts +44 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/pluralGetSet.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/preParsePostFormat.d.ts +4 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/preParsePostFormat.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/quarterOfYear.d.ts +26 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/quarterOfYear.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/relativeTime.d.ts +24 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/relativeTime.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/timezone.d.ts +20 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/timezone.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/toArray.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/toArray.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/toObject.d.ts +20 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/toObject.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/updateLocale.d.ts +8 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/updateLocale.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/utc.d.ts +19 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/utc.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/weekOfYear.d.ts +12 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/weekOfYear.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/weekYear.d.ts +10 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/weekYear.js +1 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/weekday.d.ts +12 -0
- package/openmrs/frontend/dayjs@1.11.13/plugin/weekday.js +1 -0
- package/openmrs/frontend/dom-helpers@3.4.0/LICENSE +21 -0
- package/openmrs/frontend/dom-helpers@3.4.0/README.md +91 -0
- package/openmrs/frontend/dom-helpers@3.4.0/activeElement.js +22 -0
- package/openmrs/frontend/dom-helpers@3.4.0/class/addClass.js +14 -0
- package/openmrs/frontend/dom-helpers@3.4.0/class/hasClass.js +10 -0
- package/openmrs/frontend/dom-helpers@3.4.0/class/index.js +24 -0
- package/openmrs/frontend/dom-helpers@3.4.0/class/removeClass.js +9 -0
- package/openmrs/frontend/dom-helpers@3.4.0/events/filter.js +23 -0
- package/openmrs/frontend/dom-helpers@3.4.0/events/index.js +29 -0
- package/openmrs/frontend/dom-helpers@3.4.0/events/listen.js +27 -0
- package/openmrs/frontend/dom-helpers@3.4.0/events/off.js +24 -0
- package/openmrs/frontend/dom-helpers@3.4.0/events/on.js +29 -0
- package/openmrs/frontend/dom-helpers@3.4.0/index.js +63 -0
- package/openmrs/frontend/dom-helpers@3.4.0/ownerDocument.js +10 -0
- package/openmrs/frontend/dom-helpers@3.4.0/ownerWindow.js +15 -0
- package/openmrs/frontend/dom-helpers@3.4.0/package.json +34 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/closest.js +22 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/contains.js +33 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/height.js +17 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/index.js +64 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/isWindow.js +10 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/matches.js +37 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/offset.js +38 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/offsetParent.js +27 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/position.js +49 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/querySelectorAll.js +31 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/scrollLeft.js +16 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/scrollParent.js +28 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/scrollTop.js +16 -0
- package/openmrs/frontend/dom-helpers@3.4.0/query/width.js +17 -0
- package/openmrs/frontend/dom-helpers@3.4.0/style/getComputedStyle.js +44 -0
- package/openmrs/frontend/dom-helpers@3.4.0/style/index.js +52 -0
- package/openmrs/frontend/dom-helpers@3.4.0/style/removeStyle.js +10 -0
- package/openmrs/frontend/dom-helpers@3.4.0/transition/animate.js +111 -0
- package/openmrs/frontend/dom-helpers@3.4.0/transition/end.js +45 -0
- package/openmrs/frontend/dom-helpers@3.4.0/transition/index.js +19 -0
- package/openmrs/frontend/dom-helpers@3.4.0/transition/isTransform.js +11 -0
- package/openmrs/frontend/dom-helpers@3.4.0/transition/properties.js +92 -0
- package/openmrs/frontend/dom-helpers@3.4.0/util/camelize.js +13 -0
- package/openmrs/frontend/dom-helpers@3.4.0/util/camelizeStyle.js +21 -0
- package/openmrs/frontend/dom-helpers@3.4.0/util/hyphenate.js +11 -0
- package/openmrs/frontend/dom-helpers@3.4.0/util/hyphenateStyle.js +21 -0
- package/openmrs/frontend/dom-helpers@3.4.0/util/inDOM.js +9 -0
- package/openmrs/frontend/dom-helpers@3.4.0/util/requestAnimationFrame.js +54 -0
- package/openmrs/frontend/dom-helpers@3.4.0/util/scrollTo.js +53 -0
- package/openmrs/frontend/dom-helpers@3.4.0/util/scrollbarSize.js +30 -0
- package/openmrs/frontend/exenv@1.2.2/LICENSE +31 -0
- package/openmrs/frontend/exenv@1.2.2/README.md +35 -0
- package/openmrs/frontend/exenv@1.2.2/index.js +40 -0
- package/openmrs/frontend/exenv@1.2.2/package.json +28 -0
- package/openmrs/frontend/headerConfig.json +4 -0
- package/openmrs/frontend/highlight.js@9.18.5/LICENSE +29 -0
- package/openmrs/frontend/highlight.js@9.18.5/README.md +426 -0
- package/openmrs/frontend/highlight.js@9.18.5/deprecated.js +26 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/api.rst +151 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/building-testing.rst +88 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/css-classes-reference.rst +140 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/index.rst +44 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/language-contribution.rst +77 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/language-guide.rst +284 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/language-requests.rst +17 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/line-numbers.rst +39 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/maintainers-guide.rst +43 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/reference.rst +361 -0
- package/openmrs/frontend/highlight.js@9.18.5/docs/style-guide.rst +106 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/highlight.js +1188 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/index.js +189 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/1c.js +509 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/abnf.js +67 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/accesslog.js +64 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/actionscript.js +73 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ada.js +172 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/angelscript.js +106 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/apache.js +45 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/applescript.js +85 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/arcade.js +137 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/arduino.js +98 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/armasm.js +91 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/asciidoc.js +187 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/aspectj.js +144 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/autohotkey.js +57 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/autoit.js +135 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/avrasm.js +61 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/awk.js +52 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/axapta.js +30 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/bash.js +80 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/basic.js +50 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/bnf.js +28 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/brainfuck.js +36 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cal.js +79 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/capnproto.js +48 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ceylon.js +66 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/clean.js +26 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/clojure-repl.js +14 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/clojure.js +95 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cmake.js +52 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/coffeescript.js +145 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/coq.js +66 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cos.js +123 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cpp.js +218 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/crmsh.js +93 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/crystal.js +187 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cs.js +184 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/csp.js +21 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/css.js +125 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/d.js +257 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dart.js +122 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/delphi.js +68 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/diff.js +39 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/django.js +63 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dns.js +28 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dockerfile.js +21 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dos.js +51 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dsconfig.js +46 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dts.js +123 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dust.js +31 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ebnf.js +39 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/elixir.js +163 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/elm.js +89 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/erb.js +14 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/erlang-repl.js +45 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/erlang.js +145 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/excel.js +47 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/fix.js +28 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/flix.js +44 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/fortran.js +70 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/fsharp.js +58 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gams.js +153 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gauss.js +290 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gcode.js +66 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gherkin.js +36 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/glsl.js +116 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gml.js +872 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/go.js +53 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/golo.js +22 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gradle.js +34 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/groovy.js +93 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/haml.js +106 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/handlebars.js +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/haskell.js +121 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/haxe.js +111 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/hsp.js +45 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/htmlbars.js +70 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/http.js +40 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/hy.js +101 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/inform7.js +56 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ini.js +76 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/irpf90.js +75 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/isbl.js +3172 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/java.js +107 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/javascript.js +241 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/jboss-cli.js +46 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/json.js +43 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/julia-repl.js +23 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/julia.js +161 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/kotlin.js +216 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lasso.js +162 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ldif.js +22 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/leaf.js +39 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/less.js +139 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lisp.js +102 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/livecodeserver.js +160 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/livescript.js +153 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/llvm.js +88 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lsl.js +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lua.js +65 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/makefile.js +72 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/markdown.js +107 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mathematica.js +48 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/matlab.js +95 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/maxima.js +405 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mel.js +224 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mercury.js +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mipsasm.js +86 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mizar.js +18 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mojolicious.js +24 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/monkey.js +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/moonscript.js +111 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/n1ql.js +68 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nginx.js +92 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nimrod.js +54 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nix.js +48 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nsis.js +105 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/objectivec.js +95 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ocaml.js +70 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/openscad.js +56 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/oxygene.js +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/parser3.js +47 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/perl.js +156 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/pf.js +51 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/pgsql.js +487 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/php.js +126 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/plaintext.js +5 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/pony.js +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/powershell.js +242 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/processing.js +47 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/profile.js +29 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/prolog.js +87 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/properties.js +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/protobuf.js +35 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/puppet.js +114 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/purebasic.js +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/python.js +123 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/q.js +22 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/qml.js +168 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/r.js +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/reasonml.js +299 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/rib.js +26 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/roboconf.js +66 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/routeros.js +158 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/rsl.js +35 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ruby.js +184 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ruleslanguage.js +60 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/rust.js +107 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sas.js +125 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scala.js +114 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scheme.js +143 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scilab.js +53 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scss.js +114 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/shell.js +14 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/smali.js +55 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/smalltalk.js +49 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sml.js +65 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sqf.js +426 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sql.js +160 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/stan.js +219 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/stata.js +41 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/step21.js +46 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/stylus.js +444 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/subunit.js +33 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/swift.js +130 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/taggerscript.js +43 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tap.js +35 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tcl.js +59 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tex.js +61 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/thrift.js +34 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tp.js +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/twig.js +65 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/typescript.js +205 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vala.js +49 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vbnet.js +55 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vbscript-html.js +11 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vbscript.js +38 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/verilog.js +98 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vhdl.js +60 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vim.js +109 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/x86asm.js +135 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/xl.js +72 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/xml.js +145 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/xquery.js +169 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/yaml.js +99 -0
- package/openmrs/frontend/highlight.js@9.18.5/lib/languages/zephir.js +106 -0
- package/openmrs/frontend/highlight.js@9.18.5/package.json +1150 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/a11y-dark.scss +99 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/a11y-light.scss +99 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/agate.scss +108 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/an-old-hope.scss +89 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/androidstudio.scss +66 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/arduino-light.scss +87 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/arta.scss +73 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/ascetic.scss +45 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-cave-dark.scss +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-cave-light.scss +85 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-dune-dark.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-dune-light.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-estuary-dark.scss +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-estuary-light.scss +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-forest-dark.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-forest-light.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-heath-dark.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-heath-light.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-lakeside-dark.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-lakeside-light.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-plateau-dark.scss +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-plateau-light.scss +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-savanna-dark.scss +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-savanna-light.scss +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-seaside-dark.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-seaside-light.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-sulphurpool-dark.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-sulphurpool-light.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atom-one-dark-reasonable.scss +75 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atom-one-dark.scss +96 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/atom-one-light.scss +96 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/brown-paper.scss +64 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/brown-papersq.png +0 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/codepen-embed.scss +60 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/color-brewer.scss +71 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/darcula.scss +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/dark.scss +63 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/darkula.scss +6 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/default.scss +99 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/docco.scss +97 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/dracula.scss +76 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/far.scss +71 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/foundation.scss +89 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/github-gist.scss +79 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/github.scss +99 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/gml.scss +78 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/googlecode.scss +89 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/gradient-dark.scss +122 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/grayscale.scss +101 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/gruvbox-dark.scss +108 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/gruvbox-light.scss +108 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/hopscotch.scss +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/hybrid.scss +102 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/idea.scss +97 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/ir-black.scss +73 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/isbl-editor-dark.scss +112 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/isbl-editor-light.scss +111 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/kimbie.dark.scss +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/kimbie.light.scss +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/lightfair.scss +88 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/magula.scss +70 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/mono-blue.scss +56 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/monokai-sublime.scss +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/monokai.scss +71 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/night-owl.scss +182 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/nord.scss +309 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/obsidian.scss +88 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/ocean.scss +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/paraiso-dark.scss +72 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/paraiso-light.scss +72 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/pojoaque.jpg +0 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/pojoaque.scss +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/purebasic.scss +96 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/qtcreator_dark.scss +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/qtcreator_light.scss +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/railscasts.scss +106 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/rainbow.scss +85 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/routeros.scss +108 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/school-book.png +0 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/school-book.scss +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/shades-of-purple.scss +96 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/solarized-dark.scss +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/solarized-light.scss +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/sunburst.scss +102 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night-blue.scss +75 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night-bright.scss +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night-eighties.scss +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night.scss +75 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow.scss +72 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/vs.scss +68 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/vs2015.scss +115 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/xcode.scss +104 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/xt256.scss +92 -0
- package/openmrs/frontend/highlight.js@9.18.5/scss/zenburn.scss +80 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/a11y-dark.css +99 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/a11y-light.css +99 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/agate.css +108 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/an-old-hope.css +89 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/androidstudio.css +66 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/arduino-light.css +87 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/arta.css +73 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/ascetic.css +45 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-cave-dark.css +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-cave-light.css +85 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-dune-dark.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-dune-light.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-estuary-dark.css +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-estuary-light.css +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-forest-dark.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-forest-light.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-heath-dark.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-heath-light.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-lakeside-dark.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-lakeside-light.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-plateau-dark.css +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-plateau-light.css +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-savanna-dark.css +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-savanna-light.css +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-seaside-dark.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-seaside-light.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-sulphurpool-dark.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-sulphurpool-light.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atom-one-dark-reasonable.css +75 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atom-one-dark.css +96 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/atom-one-light.css +96 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/brown-paper.css +64 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/brown-papersq.png +0 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/codepen-embed.css +60 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/color-brewer.css +71 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/darcula.css +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/dark.css +63 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/darkula.css +6 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/default.css +99 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/docco.css +97 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/dracula.css +76 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/far.css +71 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/foundation.css +89 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/github-gist.css +79 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/github.css +99 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/gml.css +78 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/googlecode.css +89 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/gradient-dark.css +122 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/grayscale.css +101 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/gruvbox-dark.css +108 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/gruvbox-light.css +108 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/hopscotch.css +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/hybrid.css +102 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/idea.css +97 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/ir-black.css +73 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/isbl-editor-dark.css +112 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/isbl-editor-light.css +111 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/kimbie.dark.css +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/kimbie.light.css +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/lightfair.css +88 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/magula.css +70 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/mono-blue.css +56 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/monokai-sublime.css +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/monokai.css +71 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/night-owl.css +182 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/nord.css +309 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/obsidian.css +88 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/ocean.css +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/paraiso-dark.css +72 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/paraiso-light.css +72 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/pojoaque.css +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/pojoaque.jpg +0 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/purebasic.css +96 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/qtcreator_dark.css +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/qtcreator_light.css +83 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/railscasts.css +106 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/rainbow.css +85 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/routeros.css +108 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/school-book.css +69 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/school-book.png +0 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/shades-of-purple.css +96 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/solarized-dark.css +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/solarized-light.css +84 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/sunburst.css +102 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night-blue.css +75 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night-bright.css +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night-eighties.css +74 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night.css +75 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow.css +72 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/vs.css +68 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/vs2015.css +115 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/xcode.css +104 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/xt256.css +92 -0
- package/openmrs/frontend/highlight.js@9.18.5/styles/zenburn.css +80 -0
- package/openmrs/frontend/history@4.10.1/DOMUtils.js +3 -0
- package/openmrs/frontend/history@4.10.1/ExecutionEnvironment.js +3 -0
- package/openmrs/frontend/history@4.10.1/LICENSE +21 -0
- package/openmrs/frontend/history@4.10.1/LocationUtils.js +3 -0
- package/openmrs/frontend/history@4.10.1/PathUtils.js +3 -0
- package/openmrs/frontend/history@4.10.1/README.md +38 -0
- package/openmrs/frontend/history@4.10.1/cjs/history.js +948 -0
- package/openmrs/frontend/history@4.10.1/cjs/history.min.js +1 -0
- package/openmrs/frontend/history@4.10.1/createBrowserHistory.js +3 -0
- package/openmrs/frontend/history@4.10.1/createHashHistory.js +3 -0
- package/openmrs/frontend/history@4.10.1/createMemoryHistory.js +3 -0
- package/openmrs/frontend/history@4.10.1/createTransitionManager.js +3 -0
- package/openmrs/frontend/history@4.10.1/es/DOMUtils.js +7 -0
- package/openmrs/frontend/history@4.10.1/es/ExecutionEnvironment.js +7 -0
- package/openmrs/frontend/history@4.10.1/es/LocationUtils.js +7 -0
- package/openmrs/frontend/history@4.10.1/es/PathUtils.js +7 -0
- package/openmrs/frontend/history@4.10.1/es/createBrowserHistory.js +7 -0
- package/openmrs/frontend/history@4.10.1/es/createHashHistory.js +7 -0
- package/openmrs/frontend/history@4.10.1/es/createMemoryHistory.js +7 -0
- package/openmrs/frontend/history@4.10.1/es/createTransitionManager.js +7 -0
- package/openmrs/frontend/history@4.10.1/es/warnAboutDeprecatedESMImport.js +35 -0
- package/openmrs/frontend/history@4.10.1/esm/history.js +919 -0
- package/openmrs/frontend/history@4.10.1/index.js +7 -0
- package/openmrs/frontend/history@4.10.1/package.json +82 -0
- package/openmrs/frontend/history@4.10.1/umd/history.js +1085 -0
- package/openmrs/frontend/history@4.10.1/umd/history.min.js +1 -0
- package/openmrs/frontend/history@4.10.1/warnAboutDeprecatedCJSRequire.js +35 -0
- package/openmrs/frontend/hoist-non-react-statics@3.3.2/CHANGELOG.md +37 -0
- package/openmrs/frontend/hoist-non-react-statics@3.3.2/LICENSE.md +29 -0
- package/openmrs/frontend/hoist-non-react-statics@3.3.2/README.md +55 -0
- package/openmrs/frontend/hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.cjs.js +103 -0
- package/openmrs/frontend/hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.js +449 -0
- package/openmrs/frontend/hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.min.js +1 -0
- package/openmrs/frontend/hoist-non-react-statics@3.3.2/package.json +55 -0
- package/openmrs/frontend/hoist-non-react-statics@3.3.2/src/index.js +104 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/README.md +154 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.js +2 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.js.map +1 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.modern.js +2 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.modern.js.map +1 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.module.js +2 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.module.js.map +1 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.umd.js +2 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.umd.js.map +1 -0
- package/openmrs/frontend/html-parse-stringify@3.0.1/package.json +50 -0
- package/openmrs/frontend/hyphenate-style-name@1.1.0/LICENSE +29 -0
- package/openmrs/frontend/hyphenate-style-name@1.1.0/README.md +28 -0
- package/openmrs/frontend/hyphenate-style-name@1.1.0/index.cjs.js +21 -0
- package/openmrs/frontend/hyphenate-style-name@1.1.0/index.d.ts +6 -0
- package/openmrs/frontend/hyphenate-style-name@1.1.0/index.js +19 -0
- package/openmrs/frontend/hyphenate-style-name@1.1.0/package.json +52 -0
- package/openmrs/frontend/i18next@19.9.2/CHANGELOG.md +1267 -0
- package/openmrs/frontend/i18next@19.9.2/LICENSE +21 -0
- package/openmrs/frontend/i18next@19.9.2/README.md +54 -0
- package/openmrs/frontend/i18next@19.9.2/dist/cjs/i18next.js +2316 -0
- package/openmrs/frontend/i18next@19.9.2/dist/esm/i18next.js +2303 -0
- package/openmrs/frontend/i18next@19.9.2/dist/umd/i18next.js +2421 -0
- package/openmrs/frontend/i18next@19.9.2/dist/umd/i18next.min.js +1 -0
- package/openmrs/frontend/i18next@19.9.2/i18next.js +2421 -0
- package/openmrs/frontend/i18next@19.9.2/i18next.min.js +1 -0
- package/openmrs/frontend/i18next@19.9.2/index.d.ts +1069 -0
- package/openmrs/frontend/i18next@19.9.2/index.js +5 -0
- package/openmrs/frontend/i18next@19.9.2/package.json +116 -0
- package/openmrs/frontend/i18next@19.9.2/tsconfig.nonEsModuleInterop.json +8 -0
- package/openmrs/frontend/import-map-overrides@1.9.1/LICENSE +21 -0
- package/openmrs/frontend/import-map-overrides@1.9.1/README.md +211 -0
- package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides-api.js +2 -0
- package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides-api.js.map +1 -0
- package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides.js +2 -0
- package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides.js.map +1 -0
- package/openmrs/frontend/import-map-overrides@1.9.1/package.json +44 -0
- package/openmrs/frontend/import-map.json +61 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/Changelog.md +107 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/LICENSE +22 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/README.md +126 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefix-all.js +340 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefix-all.js.map +1 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefix-all.min.js +1 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefixer.js +1365 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefixer.js.map +1 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefixer.min.js +1 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/Prefixer.js +229 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/calc.js +29 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/flex.js +31 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/flexboxIE.js +59 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/flexboxOld.js +66 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/grabCursor.js +30 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/gradient.js +31 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/position.js +27 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/sizing.js +45 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/transition.js +61 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/zoomCursor.js +31 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/prefixProps.js +7 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/calc.js +25 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/cursor.js +26 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/flex.js +16 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/flexboxIE.js +32 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/flexboxOld.js +36 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/gradient.js +25 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/position.js +12 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/sizing.js +36 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/transition.js +82 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/prefixAll.js +115 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/prefixProps.js +7 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/capitalizeString.js +12 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/getBrowserInformation.js +108 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/getPrefixedKeyframes.js +20 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/getPrefixedValue.js +11 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/isPrefixedProperty.js +11 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/isPrefixedValue.js +13 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/joinPrefixedValue.js +20 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/sortPrefixedStyle.js +27 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/unprefixProperty.js +12 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/package.json +81 -0
- package/openmrs/frontend/inline-style-prefixer@2.0.5/static.js +1 -0
- package/openmrs/frontend/isarray@0.0.1/README.md +54 -0
- package/openmrs/frontend/isarray@0.0.1/build/build.js +209 -0
- package/openmrs/frontend/isarray@0.0.1/component.json +19 -0
- package/openmrs/frontend/isarray@0.0.1/index.js +3 -0
- package/openmrs/frontend/isarray@0.0.1/package.json +25 -0
- package/openmrs/frontend/js-tokens@4.0.0/CHANGELOG.md +151 -0
- package/openmrs/frontend/js-tokens@4.0.0/LICENSE +21 -0
- package/openmrs/frontend/js-tokens@4.0.0/README.md +240 -0
- package/openmrs/frontend/js-tokens@4.0.0/index.js +23 -0
- package/openmrs/frontend/js-tokens@4.0.0/package.json +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/LICENSE +47 -0
- package/openmrs/frontend/lodash-es@4.17.21/README.md +10 -0
- package/openmrs/frontend/lodash-es@4.17.21/_DataView.js +7 -0
- package/openmrs/frontend/lodash-es@4.17.21/_Hash.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/_LazyWrapper.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/_ListCache.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/_LodashWrapper.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_Map.js +7 -0
- package/openmrs/frontend/lodash-es@4.17.21/_MapCache.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/_Promise.js +7 -0
- package/openmrs/frontend/lodash-es@4.17.21/_Set.js +7 -0
- package/openmrs/frontend/lodash-es@4.17.21/_SetCache.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/_Stack.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/_Symbol.js +6 -0
- package/openmrs/frontend/lodash-es@4.17.21/_Uint8Array.js +6 -0
- package/openmrs/frontend/lodash-es@4.17.21/_WeakMap.js +7 -0
- package/openmrs/frontend/lodash-es@4.17.21/_addMapEntry.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_addSetEntry.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_apply.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayAggregator.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayEach.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayEachRight.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayEvery.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayFilter.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayIncludes.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayIncludesWith.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayLikeKeys.js +49 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayMap.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayPush.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayReduce.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayReduceRight.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arraySample.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arraySampleSize.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arrayShuffle.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_arraySome.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_asciiSize.js +12 -0
- package/openmrs/frontend/lodash-es@4.17.21/_asciiToArray.js +12 -0
- package/openmrs/frontend/lodash-es@4.17.21/_asciiWords.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_assignMergeValue.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_assignValue.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/_assocIndexOf.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseAggregator.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseAssign.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseAssignIn.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseAssignValue.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseAt.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseClamp.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseClone.js +166 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseConforms.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseConformsTo.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseCreate.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseDelay.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseDifference.js +67 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseEach.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseEachRight.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseEvery.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseExtremum.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseFill.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseFilter.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseFindIndex.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseFindKey.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseFlatten.js +38 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseFor.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseForOwn.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseForOwnRight.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseForRight.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseFunctions.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseGet.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseGetAllKeys.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseGetTag.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseGt.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseHas.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseHasIn.js +13 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseInRange.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIndexOf.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIndexOfWith.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIntersection.js +74 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseInverter.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseInvoke.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsArguments.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsArrayBuffer.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsDate.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsEqual.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsEqualDeep.js +83 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsMap.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsMatch.js +62 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsNaN.js +12 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsNative.js +47 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsRegExp.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsSet.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIsTypedArray.js +60 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseIteratee.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseKeys.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseKeysIn.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseLodash.js +10 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseLt.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseMap.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseMatches.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseMatchesProperty.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseMean.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseMerge.js +42 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseMergeDeep.js +94 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseNth.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseOrderBy.js +49 -0
- package/openmrs/frontend/lodash-es@4.17.21/_basePick.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_basePickBy.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseProperty.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_basePropertyDeep.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_basePropertyOf.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_basePullAll.js +51 -0
- package/openmrs/frontend/lodash-es@4.17.21/_basePullAt.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseRandom.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseRange.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseReduce.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseRepeat.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseRest.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSample.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSampleSize.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSet.js +51 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSetData.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSetToString.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseShuffle.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSlice.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSome.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSortBy.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSortedIndex.js +42 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSortedIndexBy.js +67 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSortedUniq.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseSum.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseTimes.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseToNumber.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseToPairs.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseToString.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseTrim.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseUnary.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseUniq.js +72 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseUnset.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseUpdate.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseValues.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseWhile.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseWrapperValue.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseXor.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/_baseZipObject.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_cacheHas.js +13 -0
- package/openmrs/frontend/lodash-es@4.17.21/_castArrayLikeObject.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_castFunction.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_castPath.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_castRest.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_castSlice.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_charsEndIndex.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_charsStartIndex.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_cloneArrayBuffer.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_cloneBuffer.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/_cloneDataView.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_cloneMap.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_cloneRegExp.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_cloneSet.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_cloneSymbol.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_cloneTypedArray.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_compareAscending.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/_compareMultiple.js +44 -0
- package/openmrs/frontend/lodash-es@4.17.21/_composeArgs.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/_composeArgsRight.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/_copyArray.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_copyObject.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/_copySymbols.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_copySymbolsIn.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_coreJsData.js +6 -0
- package/openmrs/frontend/lodash-es@4.17.21/_countHolders.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createAggregator.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createAssigner.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createBaseEach.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createBaseFor.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createBind.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createCaseFirst.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createCompounder.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createCtor.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createCurry.js +46 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createFind.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createFlow.js +78 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createHybrid.js +92 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createInverter.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createMathOperation.js +38 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createOver.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createPadding.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createPartial.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createRange.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createRecurry.js +56 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createRelationalOperation.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createRound.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createSet.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createToPairs.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_createWrap.js +106 -0
- package/openmrs/frontend/lodash-es@4.17.21/_customDefaultsAssignIn.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/_customDefaultsMerge.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/_customOmitClone.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_deburrLetter.js +71 -0
- package/openmrs/frontend/lodash-es@4.17.21/_defineProperty.js +11 -0
- package/openmrs/frontend/lodash-es@4.17.21/_equalArrays.js +84 -0
- package/openmrs/frontend/lodash-es@4.17.21/_equalByTag.js +112 -0
- package/openmrs/frontend/lodash-es@4.17.21/_equalObjects.js +90 -0
- package/openmrs/frontend/lodash-es@4.17.21/_escapeHtmlChar.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_escapeStringChar.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_flatRest.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_freeGlobal.js +4 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getAllKeys.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getAllKeysIn.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getData.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getFuncName.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getHolder.js +13 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getMapData.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getMatchData.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getNative.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getPrototype.js +6 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getRawTag.js +46 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getSymbols.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getSymbolsIn.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getTag.js +58 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getValue.js +13 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getView.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/_getWrapDetails.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_hasPath.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/_hasUnicode.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/_hasUnicodeWord.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_hashClear.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_hashDelete.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/_hashGet.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_hashHas.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_hashSet.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_initCloneArray.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/_initCloneByTag.js +77 -0
- package/openmrs/frontend/lodash-es@4.17.21/_initCloneObject.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_insertWrapDetails.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isFlattenable.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isIndex.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isIterateeCall.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isKey.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isKeyable.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isLaziable.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isMaskable.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isMasked.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isPrototype.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_isStrictComparable.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_iteratorToArray.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_lazyClone.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_lazyReverse.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_lazyValue.js +69 -0
- package/openmrs/frontend/lodash-es@4.17.21/_listCacheClear.js +13 -0
- package/openmrs/frontend/lodash-es@4.17.21/_listCacheDelete.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/_listCacheGet.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_listCacheHas.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_listCacheSet.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/_mapCacheClear.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_mapCacheDelete.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_mapCacheGet.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_mapCacheHas.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_mapCacheSet.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_mapToArray.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_matchesStrictComparable.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_memoizeCapped.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/_mergeData.js +90 -0
- package/openmrs/frontend/lodash-es@4.17.21/_metaMap.js +6 -0
- package/openmrs/frontend/lodash-es@4.17.21/_nativeCreate.js +6 -0
- package/openmrs/frontend/lodash-es@4.17.21/_nativeKeys.js +6 -0
- package/openmrs/frontend/lodash-es@4.17.21/_nativeKeysIn.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_nodeUtil.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/_objectToString.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/_overArg.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_overRest.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/_parent.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/_reEscape.js +4 -0
- package/openmrs/frontend/lodash-es@4.17.21/_reEvaluate.js +4 -0
- package/openmrs/frontend/lodash-es@4.17.21/_reInterpolate.js +4 -0
- package/openmrs/frontend/lodash-es@4.17.21/_realNames.js +4 -0
- package/openmrs/frontend/lodash-es@4.17.21/_reorder.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/_replaceHolders.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/_root.js +9 -0
- package/openmrs/frontend/lodash-es@4.17.21/_safeGet.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_setCacheAdd.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_setCacheHas.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_setData.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/_setToArray.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_setToPairs.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_setToString.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_setWrapToString.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_shortOut.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/_shuffleSelf.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/_stackClear.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/_stackDelete.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_stackGet.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_stackHas.js +14 -0
- package/openmrs/frontend/lodash-es@4.17.21/_stackSet.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/_strictIndexOf.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/_strictLastIndexOf.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_stringSize.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_stringToArray.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/_stringToPath.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/_toKey.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_toSource.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/_trimmedEndIndex.js +19 -0
- package/openmrs/frontend/lodash-es@4.17.21/_unescapeHtmlChar.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/_unicodeSize.js +44 -0
- package/openmrs/frontend/lodash-es@4.17.21/_unicodeToArray.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/_unicodeWords.js +69 -0
- package/openmrs/frontend/lodash-es@4.17.21/_updateWrapDetails.js +46 -0
- package/openmrs/frontend/lodash-es@4.17.21/_wrapperClone.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/add.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/after.js +42 -0
- package/openmrs/frontend/lodash-es@4.17.21/array.default.js +81 -0
- package/openmrs/frontend/lodash-es@4.17.21/array.js +66 -0
- package/openmrs/frontend/lodash-es@4.17.21/ary.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/assign.js +58 -0
- package/openmrs/frontend/lodash-es@4.17.21/assignIn.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/assignInWith.js +38 -0
- package/openmrs/frontend/lodash-es@4.17.21/assignWith.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/at.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/attempt.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/before.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/bind.js +57 -0
- package/openmrs/frontend/lodash-es@4.17.21/bindAll.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/bindKey.js +68 -0
- package/openmrs/frontend/lodash-es@4.17.21/camelCase.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/capitalize.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/castArray.js +44 -0
- package/openmrs/frontend/lodash-es@4.17.21/ceil.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/chain.js +38 -0
- package/openmrs/frontend/lodash-es@4.17.21/chunk.js +50 -0
- package/openmrs/frontend/lodash-es@4.17.21/clamp.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/clone.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/cloneDeep.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/cloneDeepWith.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/cloneWith.js +42 -0
- package/openmrs/frontend/lodash-es@4.17.21/collection.default.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/collection.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/commit.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/compact.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/concat.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/cond.js +60 -0
- package/openmrs/frontend/lodash-es@4.17.21/conforms.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/conformsTo.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/constant.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/countBy.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/create.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/curry.js +57 -0
- package/openmrs/frontend/lodash-es@4.17.21/curryRight.js +54 -0
- package/openmrs/frontend/lodash-es@4.17.21/date.default.js +5 -0
- package/openmrs/frontend/lodash-es@4.17.21/date.js +2 -0
- package/openmrs/frontend/lodash-es@4.17.21/debounce.js +191 -0
- package/openmrs/frontend/lodash-es@4.17.21/deburr.js +45 -0
- package/openmrs/frontend/lodash-es@4.17.21/defaultTo.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/defaults.js +64 -0
- package/openmrs/frontend/lodash-es@4.17.21/defaultsDeep.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/defer.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/delay.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/difference.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/differenceBy.js +44 -0
- package/openmrs/frontend/lodash-es@4.17.21/differenceWith.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/divide.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/drop.js +38 -0
- package/openmrs/frontend/lodash-es@4.17.21/dropRight.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/dropRightWhile.js +45 -0
- package/openmrs/frontend/lodash-es@4.17.21/dropWhile.js +45 -0
- package/openmrs/frontend/lodash-es@4.17.21/each.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/eachRight.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/endsWith.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/entries.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/entriesIn.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/eq.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/escape.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/escapeRegExp.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/every.js +56 -0
- package/openmrs/frontend/lodash-es@4.17.21/extend.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/extendWith.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/fill.js +45 -0
- package/openmrs/frontend/lodash-es@4.17.21/filter.js +52 -0
- package/openmrs/frontend/lodash-es@4.17.21/find.js +42 -0
- package/openmrs/frontend/lodash-es@4.17.21/findIndex.js +55 -0
- package/openmrs/frontend/lodash-es@4.17.21/findKey.js +44 -0
- package/openmrs/frontend/lodash-es@4.17.21/findLast.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/findLastIndex.js +59 -0
- package/openmrs/frontend/lodash-es@4.17.21/findLastKey.js +44 -0
- package/openmrs/frontend/lodash-es@4.17.21/first.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/flake.lock +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/flake.nix +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/flatMap.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/flatMapDeep.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/flatMapDepth.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/flatten.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/flattenDeep.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/flattenDepth.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/flip.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/floor.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/flow.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/flowRight.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/forEach.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/forEachRight.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/forIn.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/forInRight.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/forOwn.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/forOwnRight.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/fromPairs.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/function.default.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/function.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/functions.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/functionsIn.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/get.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/groupBy.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/gt.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/gte.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/has.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/hasIn.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/head.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/identity.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/inRange.js +55 -0
- package/openmrs/frontend/lodash-es@4.17.21/includes.js +53 -0
- package/openmrs/frontend/lodash-es@4.17.21/indexOf.js +42 -0
- package/openmrs/frontend/lodash-es@4.17.21/initial.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/intersection.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/intersectionBy.js +45 -0
- package/openmrs/frontend/lodash-es@4.17.21/intersectionWith.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/invert.js +42 -0
- package/openmrs/frontend/lodash-es@4.17.21/invertBy.js +56 -0
- package/openmrs/frontend/lodash-es@4.17.21/invoke.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/invokeMap.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/isArguments.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/isArray.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/isArrayBuffer.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/isArrayLike.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/isArrayLikeObject.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/isBoolean.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/isBuffer.js +38 -0
- package/openmrs/frontend/lodash-es@4.17.21/isDate.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/isElement.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/isEmpty.js +77 -0
- package/openmrs/frontend/lodash-es@4.17.21/isEqual.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/isEqualWith.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/isError.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/isFinite.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/isFunction.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/isInteger.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/isLength.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/isMap.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/isMatch.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/isMatchWith.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/isNaN.js +38 -0
- package/openmrs/frontend/lodash-es@4.17.21/isNative.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/isNil.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/isNull.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/isNumber.js +38 -0
- package/openmrs/frontend/lodash-es@4.17.21/isObject.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/isObjectLike.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/isPlainObject.js +62 -0
- package/openmrs/frontend/lodash-es@4.17.21/isRegExp.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/isSafeInteger.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/isSet.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/isString.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/isSymbol.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/isTypedArray.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/isUndefined.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/isWeakMap.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/isWeakSet.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/iteratee.js +53 -0
- package/openmrs/frontend/lodash-es@4.17.21/join.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/kebabCase.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/keyBy.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/keys.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/keysIn.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/lang.default.js +71 -0
- package/openmrs/frontend/lodash-es@4.17.21/lang.js +57 -0
- package/openmrs/frontend/lodash-es@4.17.21/last.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/lastIndexOf.js +46 -0
- package/openmrs/frontend/lodash-es@4.17.21/lodash.default.js +643 -0
- package/openmrs/frontend/lodash-es@4.17.21/lodash.js +331 -0
- package/openmrs/frontend/lodash-es@4.17.21/lowerCase.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/lowerFirst.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/lt.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/lte.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/map.js +53 -0
- package/openmrs/frontend/lodash-es@4.17.21/mapKeys.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/mapValues.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/matches.js +46 -0
- package/openmrs/frontend/lodash-es@4.17.21/matchesProperty.js +44 -0
- package/openmrs/frontend/lodash-es@4.17.21/math.default.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/math.js +16 -0
- package/openmrs/frontend/lodash-es@4.17.21/max.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/maxBy.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/mean.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/meanBy.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/memoize.js +73 -0
- package/openmrs/frontend/lodash-es@4.17.21/merge.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/mergeWith.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/method.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/methodOf.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/min.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/minBy.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/mixin.js +74 -0
- package/openmrs/frontend/lodash-es@4.17.21/multiply.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/negate.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/next.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/noop.js +17 -0
- package/openmrs/frontend/lodash-es@4.17.21/now.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/nth.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/nthArg.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/number.default.js +7 -0
- package/openmrs/frontend/lodash-es@4.17.21/number.js +4 -0
- package/openmrs/frontend/lodash-es@4.17.21/object.default.js +60 -0
- package/openmrs/frontend/lodash-es@4.17.21/object.js +48 -0
- package/openmrs/frontend/lodash-es@4.17.21/omit.js +57 -0
- package/openmrs/frontend/lodash-es@4.17.21/omitBy.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/once.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/orderBy.js +47 -0
- package/openmrs/frontend/lodash-es@4.17.21/over.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/overArgs.js +61 -0
- package/openmrs/frontend/lodash-es@4.17.21/overEvery.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/overSome.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/package.json +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/pad.js +49 -0
- package/openmrs/frontend/lodash-es@4.17.21/padEnd.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/padStart.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/parseInt.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/partial.js +50 -0
- package/openmrs/frontend/lodash-es@4.17.21/partialRight.js +49 -0
- package/openmrs/frontend/lodash-es@4.17.21/partition.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/pick.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/pickBy.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/plant.js +48 -0
- package/openmrs/frontend/lodash-es@4.17.21/property.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/propertyOf.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/pull.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/pullAll.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/pullAllBy.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/pullAllWith.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/pullAt.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/random.js +82 -0
- package/openmrs/frontend/lodash-es@4.17.21/range.js +46 -0
- package/openmrs/frontend/lodash-es@4.17.21/rangeRight.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/rearg.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/reduce.js +51 -0
- package/openmrs/frontend/lodash-es@4.17.21/reduceRight.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/reject.js +46 -0
- package/openmrs/frontend/lodash-es@4.17.21/release.md +48 -0
- package/openmrs/frontend/lodash-es@4.17.21/remove.js +53 -0
- package/openmrs/frontend/lodash-es@4.17.21/repeat.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/replace.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/rest.js +40 -0
- package/openmrs/frontend/lodash-es@4.17.21/result.js +56 -0
- package/openmrs/frontend/lodash-es@4.17.21/reverse.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/round.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/sample.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/sampleSize.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/seq.default.js +20 -0
- package/openmrs/frontend/lodash-es@4.17.21/seq.js +15 -0
- package/openmrs/frontend/lodash-es@4.17.21/set.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/setWith.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/shuffle.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/size.js +46 -0
- package/openmrs/frontend/lodash-es@4.17.21/slice.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/snakeCase.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/some.js +51 -0
- package/openmrs/frontend/lodash-es@4.17.21/sortBy.js +48 -0
- package/openmrs/frontend/lodash-es@4.17.21/sortedIndex.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/sortedIndexBy.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/sortedIndexOf.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/sortedLastIndex.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/sortedLastIndexBy.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/sortedLastIndexOf.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/sortedUniq.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/sortedUniqBy.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/split.js +52 -0
- package/openmrs/frontend/lodash-es@4.17.21/spread.js +63 -0
- package/openmrs/frontend/lodash-es@4.17.21/startCase.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/startsWith.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/string.default.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/string.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/stubArray.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/stubFalse.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/stubObject.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/stubString.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/stubTrue.js +18 -0
- package/openmrs/frontend/lodash-es@4.17.21/subtract.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/sum.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/sumBy.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/tail.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/take.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/takeRight.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/takeRightWhile.js +45 -0
- package/openmrs/frontend/lodash-es@4.17.21/takeWhile.js +45 -0
- package/openmrs/frontend/lodash-es@4.17.21/tap.js +29 -0
- package/openmrs/frontend/lodash-es@4.17.21/template.js +272 -0
- package/openmrs/frontend/lodash-es@4.17.21/templateSettings.js +67 -0
- package/openmrs/frontend/lodash-es@4.17.21/throttle.js +69 -0
- package/openmrs/frontend/lodash-es@4.17.21/thru.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/times.js +51 -0
- package/openmrs/frontend/lodash-es@4.17.21/toArray.js +58 -0
- package/openmrs/frontend/lodash-es@4.17.21/toFinite.js +42 -0
- package/openmrs/frontend/lodash-es@4.17.21/toInteger.js +36 -0
- package/openmrs/frontend/lodash-es@4.17.21/toIterator.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/toJSON.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/toLength.js +38 -0
- package/openmrs/frontend/lodash-es@4.17.21/toLower.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/toNumber.js +64 -0
- package/openmrs/frontend/lodash-es@4.17.21/toPairs.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/toPairsIn.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/toPath.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/toPlainObject.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/toSafeInteger.js +37 -0
- package/openmrs/frontend/lodash-es@4.17.21/toString.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/toUpper.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/transform.js +65 -0
- package/openmrs/frontend/lodash-es@4.17.21/trim.js +47 -0
- package/openmrs/frontend/lodash-es@4.17.21/trimEnd.js +41 -0
- package/openmrs/frontend/lodash-es@4.17.21/trimStart.js +43 -0
- package/openmrs/frontend/lodash-es@4.17.21/truncate.js +111 -0
- package/openmrs/frontend/lodash-es@4.17.21/unary.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/unescape.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/union.js +26 -0
- package/openmrs/frontend/lodash-es@4.17.21/unionBy.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/unionWith.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/uniq.js +25 -0
- package/openmrs/frontend/lodash-es@4.17.21/uniqBy.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/uniqWith.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/uniqueId.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/unset.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/unzip.js +45 -0
- package/openmrs/frontend/lodash-es@4.17.21/unzipWith.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/update.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/updateWith.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/upperCase.js +27 -0
- package/openmrs/frontend/lodash-es@4.17.21/upperFirst.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/util.default.js +42 -0
- package/openmrs/frontend/lodash-es@4.17.21/util.js +33 -0
- package/openmrs/frontend/lodash-es@4.17.21/value.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/valueOf.js +1 -0
- package/openmrs/frontend/lodash-es@4.17.21/values.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/valuesIn.js +32 -0
- package/openmrs/frontend/lodash-es@4.17.21/without.js +31 -0
- package/openmrs/frontend/lodash-es@4.17.21/words.js +35 -0
- package/openmrs/frontend/lodash-es@4.17.21/wrap.js +30 -0
- package/openmrs/frontend/lodash-es@4.17.21/wrapperAt.js +48 -0
- package/openmrs/frontend/lodash-es@4.17.21/wrapperChain.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/wrapperLodash.js +147 -0
- package/openmrs/frontend/lodash-es@4.17.21/wrapperReverse.js +44 -0
- package/openmrs/frontend/lodash-es@4.17.21/wrapperValue.js +21 -0
- package/openmrs/frontend/lodash-es@4.17.21/xor.js +28 -0
- package/openmrs/frontend/lodash-es@4.17.21/xorBy.js +39 -0
- package/openmrs/frontend/lodash-es@4.17.21/xorWith.js +34 -0
- package/openmrs/frontend/lodash-es@4.17.21/zip.js +22 -0
- package/openmrs/frontend/lodash-es@4.17.21/zipObject.js +24 -0
- package/openmrs/frontend/lodash-es@4.17.21/zipObjectDeep.js +23 -0
- package/openmrs/frontend/lodash-es@4.17.21/zipWith.js +32 -0
- package/openmrs/frontend/logo.svg +50 -0
- package/openmrs/frontend/loose-envify@1.4.0/LICENSE +21 -0
- package/openmrs/frontend/loose-envify@1.4.0/README.md +45 -0
- package/openmrs/frontend/loose-envify@1.4.0/cli.js +16 -0
- package/openmrs/frontend/loose-envify@1.4.0/custom.js +4 -0
- package/openmrs/frontend/loose-envify@1.4.0/index.js +3 -0
- package/openmrs/frontend/loose-envify@1.4.0/loose-envify.js +36 -0
- package/openmrs/frontend/loose-envify@1.4.0/package.json +36 -0
- package/openmrs/frontend/loose-envify@1.4.0/replace.js +65 -0
- package/openmrs/frontend/object-assign@4.1.1/index.js +90 -0
- package/openmrs/frontend/object-assign@4.1.1/license +21 -0
- package/openmrs/frontend/object-assign@4.1.1/package.json +42 -0
- package/openmrs/frontend/object-assign@4.1.1/readme.md +61 -0
- package/openmrs/frontend/path-to-regexp@1.8.0/History.md +158 -0
- package/openmrs/frontend/path-to-regexp@1.8.0/LICENSE +21 -0
- package/openmrs/frontend/path-to-regexp@1.8.0/Readme.md +257 -0
- package/openmrs/frontend/path-to-regexp@1.8.0/index.d.ts +84 -0
- package/openmrs/frontend/path-to-regexp@1.8.0/index.js +426 -0
- package/openmrs/frontend/path-to-regexp@1.8.0/package.json +47 -0
- package/openmrs/frontend/prop-types@15.8.1/LICENSE +21 -0
- package/openmrs/frontend/prop-types@15.8.1/README.md +302 -0
- package/openmrs/frontend/prop-types@15.8.1/checkPropTypes.js +103 -0
- package/openmrs/frontend/prop-types@15.8.1/factory.js +19 -0
- package/openmrs/frontend/prop-types@15.8.1/factoryWithThrowingShims.js +65 -0
- package/openmrs/frontend/prop-types@15.8.1/factoryWithTypeCheckers.js +610 -0
- package/openmrs/frontend/prop-types@15.8.1/index.js +19 -0
- package/openmrs/frontend/prop-types@15.8.1/lib/ReactPropTypesSecret.js +12 -0
- package/openmrs/frontend/prop-types@15.8.1/lib/has.js +1 -0
- package/openmrs/frontend/prop-types@15.8.1/package.json +60 -0
- package/openmrs/frontend/prop-types@15.8.1/prop-types.js +1315 -0
- package/openmrs/frontend/prop-types@15.8.1/prop-types.min.js +1 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-server.browser.development.js +4147 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-server.browser.production.min.js +45 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-test-utils.development.js +1499 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-test-utils.production.min.js +30 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-fizz.browser.development.js +141 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-fizz.browser.production.min.js +10 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-native-dependencies.development.js +1628 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-native-dependencies.production.min.js +28 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom.development.js +25147 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom.production.min.js +239 -0
- package/openmrs/frontend/react-dom@16.13.1/umd/react-dom.profiling.min.js +247 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/.github/contributing.md +21 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/.github/issue_template.md +11 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/CHANGELOG.md +358 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/CODE_OF_CONDUCT.md +1 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/LICENSE +21 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/README.md +219 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/app.js +321 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo1.js +128 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo2.js +110 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo3.js +108 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo4.js +165 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo5.js +119 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo6.js +135 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo7.js +134 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/different-orientations-example.js +88 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/github-light.css +124 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/index.html +155 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/normalise.css +424 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/examples/stylesheet.css +251 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/gulpfile.js +128 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/lib/CheckButton.js +144 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/lib/Gallery.js +432 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/lib/Image.js +317 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/package.json +59 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/src/CheckButton.js +116 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/src/Gallery.js +394 -0
- package/openmrs/frontend/react-grid-gallery@0.5.5/src/Image.js +278 -0
- package/openmrs/frontend/react-i18next@11.18.6/CHANGELOG.md +1164 -0
- package/openmrs/frontend/react-i18next@11.18.6/LICENSE +22 -0
- package/openmrs/frontend/react-i18next@11.18.6/README.md +186 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/amd/react-i18next.js +1061 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/amd/react-i18next.min.js +1 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/I18nextProvider.js +25 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/Trans.js +291 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/Translation.js +33 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/context.js +126 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/index.js +148 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/unescape.js +39 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/useSSR.js +38 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/useTranslation.js +132 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/utils.js +97 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/withSSR.js +43 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/withTranslation.js +69 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/I18nextProvider.js +16 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/Trans.js +275 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/Translation.js +20 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/context.js +97 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/index.js +26 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/unescape.js +31 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/useSSR.js +29 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/useTranslation.js +120 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/utils.js +82 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/withSSR.js +29 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/es/withTranslation.js +54 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/umd/react-i18next.js +1065 -0
- package/openmrs/frontend/react-i18next@11.18.6/dist/umd/react-i18next.min.js +1 -0
- package/openmrs/frontend/react-i18next@11.18.6/icu.macro.js +731 -0
- package/openmrs/frontend/react-i18next@11.18.6/index.d.ts +136 -0
- package/openmrs/frontend/react-i18next@11.18.6/package.json +171 -0
- package/openmrs/frontend/react-i18next@11.18.6/react-i18next.js +1065 -0
- package/openmrs/frontend/react-i18next@11.18.6/react-i18next.min.js +1 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/I18nextProvider.js +19 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/Trans.js +343 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/Translation.js +15 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/context.js +111 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/index.js +27 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/unescape.js +30 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/useSSR.js +33 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/useTranslation.js +123 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/utils.js +119 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/withSSR.js +22 -0
- package/openmrs/frontend/react-i18next@11.18.6/src/withTranslation.js +35 -0
- package/openmrs/frontend/react-i18next@11.18.6/ts4.1/icu.macro.d.ts +105 -0
- package/openmrs/frontend/react-i18next@11.18.6/ts4.1/index.d.ts +398 -0
- package/openmrs/frontend/react-i18next@11.18.6/tslint.json +16 -0
- package/openmrs/frontend/react-images@0.5.19/.babelrc +5 -0
- package/openmrs/frontend/react-images@0.5.19/.eslintrc +7 -0
- package/openmrs/frontend/react-images@0.5.19/.github/CONTRIBUTING.md +20 -0
- package/openmrs/frontend/react-images@0.5.19/.github/HISTORY.md +159 -0
- package/openmrs/frontend/react-images@0.5.19/.github/ISSUE_TEMPLATE.md +5 -0
- package/openmrs/frontend/react-images@0.5.19/.github/PULL_REQUEST_TEMPLATE.md +17 -0
- package/openmrs/frontend/react-images@0.5.19/LICENSE +22 -0
- package/openmrs/frontend/react-images@0.5.19/README.md +119 -0
- package/openmrs/frontend/react-images@0.5.19/dist/react-images.es.js +1484 -0
- package/openmrs/frontend/react-images@0.5.19/dist/react-images.js +1488 -0
- package/openmrs/frontend/react-images@0.5.19/dist/react-images.min.js +1 -0
- package/openmrs/frontend/react-images@0.5.19/examples/dist/app.js +156 -0
- package/openmrs/frontend/react-images@0.5.19/examples/dist/common.js +24806 -0
- package/openmrs/frontend/react-images@0.5.19/examples/dist/example.css +264 -0
- package/openmrs/frontend/react-images@0.5.19/examples/dist/favicon.ico +0 -0
- package/openmrs/frontend/react-images@0.5.19/examples/dist/index.html +271 -0
- package/openmrs/frontend/react-images@0.5.19/examples/src/app.js +163 -0
- package/openmrs/frontend/react-images@0.5.19/examples/src/components/DownloadButton/icon.js +8 -0
- package/openmrs/frontend/react-images@0.5.19/examples/src/components/DownloadButton/index.js +37 -0
- package/openmrs/frontend/react-images@0.5.19/examples/src/components/Gallery.js +167 -0
- package/openmrs/frontend/react-images@0.5.19/examples/src/components/Spinner.js +64 -0
- package/openmrs/frontend/react-images@0.5.19/examples/src/example.less +364 -0
- package/openmrs/frontend/react-images@0.5.19/examples/src/favicon.ico +0 -0
- package/openmrs/frontend/react-images@0.5.19/examples/src/index.html +279 -0
- package/openmrs/frontend/react-images@0.5.19/examples/src/standalone.html +93 -0
- package/openmrs/frontend/react-images@0.5.19/lib/Lightbox.js +559 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/Arrow.js +116 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/Container.js +67 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/Footer.js +100 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/Header.js +95 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/Icon.js +55 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/PaginatedThumbnails.js +238 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/PassContext.js +57 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/Portal.js +104 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/Spinner.js +74 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/Thumbnail.js +79 -0
- package/openmrs/frontend/react-images@0.5.19/lib/components/Thumbnails.js +69 -0
- package/openmrs/frontend/react-images@0.5.19/lib/icons/arrowLeft.js +9 -0
- package/openmrs/frontend/react-images@0.5.19/lib/icons/arrowRight.js +9 -0
- package/openmrs/frontend/react-images@0.5.19/lib/icons/close.js +9 -0
- package/openmrs/frontend/react-images@0.5.19/lib/theme.js +58 -0
- package/openmrs/frontend/react-images@0.5.19/lib/utils/bindFunctions.js +25 -0
- package/openmrs/frontend/react-images@0.5.19/lib/utils/canUseDom.js +8 -0
- package/openmrs/frontend/react-images@0.5.19/lib/utils/deepMerge.js +31 -0
- package/openmrs/frontend/react-images@0.5.19/package-scripts.js +30 -0
- package/openmrs/frontend/react-images@0.5.19/package.json +82 -0
- package/openmrs/frontend/react-images@0.5.19/rollup.config.js +63 -0
- package/openmrs/frontend/react-images@0.5.19/src/Lightbox.js +466 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/Arrow.js +92 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/Container.js +43 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/Footer.js +76 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/Header.js +69 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/Icon.js +28 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/PaginatedThumbnails.js +163 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/PassContext.js +23 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/Portal.js +54 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/Spinner.js +56 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/Thumbnail.js +55 -0
- package/openmrs/frontend/react-images@0.5.19/src/components/Thumbnails.js +45 -0
- package/openmrs/frontend/react-images@0.5.19/src/icons/arrowLeft.js +5 -0
- package/openmrs/frontend/react-images@0.5.19/src/icons/arrowRight.js +5 -0
- package/openmrs/frontend/react-images@0.5.19/src/icons/close.js +5 -0
- package/openmrs/frontend/react-images@0.5.19/src/theme.js +54 -0
- package/openmrs/frontend/react-images@0.5.19/src/utils/bindFunctions.js +15 -0
- package/openmrs/frontend/react-images@0.5.19/src/utils/canUseDom.js +7 -0
- package/openmrs/frontend/react-images@0.5.19/src/utils/deepMerge.js +19 -0
- package/openmrs/frontend/react-images@0.5.19/webpack.config.js +64 -0
- package/openmrs/frontend/react-images@0.5.19/yarn.lock +5705 -0
- package/openmrs/frontend/react-is@16.13.1/LICENSE +21 -0
- package/openmrs/frontend/react-is@16.13.1/README.md +104 -0
- package/openmrs/frontend/react-is@16.13.1/build-info.json +8 -0
- package/openmrs/frontend/react-is@16.13.1/cjs/react-is.development.js +181 -0
- package/openmrs/frontend/react-is@16.13.1/cjs/react-is.production.min.js +15 -0
- package/openmrs/frontend/react-is@16.13.1/index.js +7 -0
- package/openmrs/frontend/react-is@16.13.1/package.json +27 -0
- package/openmrs/frontend/react-is@16.13.1/umd/react-is.development.js +181 -0
- package/openmrs/frontend/react-is@16.13.1/umd/react-is.production.min.js +13 -0
- package/openmrs/frontend/react-lifecycles-compat@3.0.4/CHANGELOG.md +48 -0
- package/openmrs/frontend/react-lifecycles-compat@3.0.4/LICENSE.md +21 -0
- package/openmrs/frontend/react-lifecycles-compat@3.0.4/README.md +57 -0
- package/openmrs/frontend/react-lifecycles-compat@3.0.4/package.json +39 -0
- package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.cjs.js +162 -0
- package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.es.js +158 -0
- package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.js +168 -0
- package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.min.js +1 -0
- package/openmrs/frontend/react-modal@3.16.1/CHANGELOG.md +904 -0
- package/openmrs/frontend/react-modal@3.16.1/LICENSE +19 -0
- package/openmrs/frontend/react-modal@3.16.1/README.md +131 -0
- package/openmrs/frontend/react-modal@3.16.1/UPGRADE_GUIDE.md +7 -0
- package/openmrs/frontend/react-modal@3.16.1/dist/react-modal.js +39 -0
- package/openmrs/frontend/react-modal@3.16.1/dist/react-modal.min.js +39 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/components/Modal.js +300 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/components/ModalPortal.js +445 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/helpers/ariaAppHider.js +139 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/helpers/bodyTrap.js +93 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/helpers/classList.js +130 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/helpers/focusManager.js +117 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/helpers/portalOpenInstances.js +78 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/helpers/safeHTMLElement.js +24 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/helpers/scopeTab.js +96 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/helpers/tabbable.js +82 -0
- package/openmrs/frontend/react-modal@3.16.1/lib/index.js +14 -0
- package/openmrs/frontend/react-modal@3.16.1/package.json +91 -0
- package/openmrs/frontend/react-prop-toggle@1.0.2/LICENSE +21 -0
- package/openmrs/frontend/react-prop-toggle@1.0.2/README.md +16 -0
- package/openmrs/frontend/react-prop-toggle@1.0.2/dist/LifeCycleProvider.js +28 -0
- package/openmrs/frontend/react-prop-toggle@1.0.2/dist/PropToggle.js +116 -0
- package/openmrs/frontend/react-prop-toggle@1.0.2/dist/index.js +25 -0
- package/openmrs/frontend/react-prop-toggle@1.0.2/package.json +49 -0
- package/openmrs/frontend/react-prop-toggle@1.0.2/yarn.lock +5826 -0
- package/openmrs/frontend/react-router-dom@5.3.4/BrowserRouter.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/HashRouter.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/LICENSE +22 -0
- package/openmrs/frontend/react-router-dom@5.3.4/Link.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/MemoryRouter.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/NavLink.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/Prompt.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/README.md +37 -0
- package/openmrs/frontend/react-router-dom@5.3.4/Redirect.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/Route.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/Router.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/StaticRouter.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/Switch.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.js +455 -0
- package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.js.map +1 -0
- package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.min.js +2 -0
- package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.min.js.map +1 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/BrowserRouter.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/HashRouter.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/Link.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/MemoryRouter.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/NavLink.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/Prompt.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/Redirect.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/Route.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/Router.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/StaticRouter.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/Switch.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/generatePath.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/matchPath.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/warnAboutDeprecatedESMImport.js +34 -0
- package/openmrs/frontend/react-router-dom@5.3.4/es/withRouter.js +5 -0
- package/openmrs/frontend/react-router-dom@5.3.4/esm/react-router-dom.js +319 -0
- package/openmrs/frontend/react-router-dom@5.3.4/esm/react-router-dom.js.map +1 -0
- package/openmrs/frontend/react-router-dom@5.3.4/generatePath.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/index.js +7 -0
- package/openmrs/frontend/react-router-dom@5.3.4/matchPath.js +3 -0
- package/openmrs/frontend/react-router-dom@5.3.4/modules/BrowserRouter.js +36 -0
- package/openmrs/frontend/react-router-dom@5.3.4/modules/HashRouter.js +35 -0
- package/openmrs/frontend/react-router-dom@5.3.4/modules/Link.js +148 -0
- package/openmrs/frontend/react-router-dom@5.3.4/modules/NavLink.js +134 -0
- package/openmrs/frontend/react-router-dom@5.3.4/modules/index.js +21 -0
- package/openmrs/frontend/react-router-dom@5.3.4/modules/utils/locationUtils.js +10 -0
- package/openmrs/frontend/react-router-dom@5.3.4/package.json +71 -0
- package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.js +3986 -0
- package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.js.map +1 -0
- package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.min.js +2 -0
- package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.min.js.map +1 -0
- package/openmrs/frontend/react-router-dom@5.3.4/warnAboutDeprecatedCJSRequire.js +36 -0
- package/openmrs/frontend/react-router-dom@5.3.4/withRouter.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/LICENSE +22 -0
- package/openmrs/frontend/react-router@5.3.4/MemoryRouter.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/Prompt.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/README.md +39 -0
- package/openmrs/frontend/react-router@5.3.4/Redirect.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/Route.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/Router.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/StaticRouter.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/Switch.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/cjs/react-router.js +1015 -0
- package/openmrs/frontend/react-router@5.3.4/cjs/react-router.js.map +1 -0
- package/openmrs/frontend/react-router@5.3.4/cjs/react-router.min.js +2 -0
- package/openmrs/frontend/react-router@5.3.4/cjs/react-router.min.js.map +1 -0
- package/openmrs/frontend/react-router@5.3.4/es/MemoryRouter.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/es/Prompt.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/es/Redirect.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/es/Route.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/es/Router.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/es/StaticRouter.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/es/Switch.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/es/generatePath.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/es/matchPath.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/es/warnAboutDeprecatedESMImport.js +34 -0
- package/openmrs/frontend/react-router@5.3.4/es/withRouter.js +5 -0
- package/openmrs/frontend/react-router@5.3.4/esm/react-router.js +950 -0
- package/openmrs/frontend/react-router@5.3.4/esm/react-router.js.map +1 -0
- package/openmrs/frontend/react-router@5.3.4/generatePath.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/index.js +7 -0
- package/openmrs/frontend/react-router@5.3.4/matchPath.js +3 -0
- package/openmrs/frontend/react-router@5.3.4/modules/HistoryContext.js +4 -0
- package/openmrs/frontend/react-router@5.3.4/modules/Lifecycle.js +21 -0
- package/openmrs/frontend/react-router@5.3.4/modules/MemoryRouter.js +37 -0
- package/openmrs/frontend/react-router@5.3.4/modules/Prompt.js +52 -0
- package/openmrs/frontend/react-router@5.3.4/modules/Redirect.js +72 -0
- package/openmrs/frontend/react-router@5.3.4/modules/Route.js +140 -0
- package/openmrs/frontend/react-router@5.3.4/modules/Router.js +100 -0
- package/openmrs/frontend/react-router@5.3.4/modules/RouterContext.js +4 -0
- package/openmrs/frontend/react-router@5.3.4/modules/StaticRouter.js +102 -0
- package/openmrs/frontend/react-router@5.3.4/modules/Switch.js +67 -0
- package/openmrs/frontend/react-router@5.3.4/modules/createContext.js +8 -0
- package/openmrs/frontend/react-router@5.3.4/modules/createNamedContext.js +11 -0
- package/openmrs/frontend/react-router@5.3.4/modules/generatePath.js +27 -0
- package/openmrs/frontend/react-router@5.3.4/modules/hooks.js +55 -0
- package/openmrs/frontend/react-router@5.3.4/modules/index.js +38 -0
- package/openmrs/frontend/react-router@5.3.4/modules/matchPath.js +67 -0
- package/openmrs/frontend/react-router@5.3.4/modules/miniCreateReactContext.js +175 -0
- package/openmrs/frontend/react-router@5.3.4/modules/withRouter.js +51 -0
- package/openmrs/frontend/react-router@5.3.4/package.json +69 -0
- package/openmrs/frontend/react-router@5.3.4/umd/react-router.js +3089 -0
- package/openmrs/frontend/react-router@5.3.4/umd/react-router.js.map +1 -0
- package/openmrs/frontend/react-router@5.3.4/umd/react-router.min.js +2 -0
- package/openmrs/frontend/react-router@5.3.4/umd/react-router.min.js.map +1 -0
- package/openmrs/frontend/react-router@5.3.4/warnAboutDeprecatedCJSRequire.js +36 -0
- package/openmrs/frontend/react-router@5.3.4/withRouter.js +3 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/.flowconfig +11 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/.prettierrc +5 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/LICENSE +21 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/README.md +33 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/__tests__/index.js +30 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/config/setupFramework.js +4 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/config/setupPolyfills.js +1 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/dist/PropertyToggle.js +128 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/dist/ScrollLock.js +97 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/dist/constants.js +13 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/dist/index.js +16 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/dist/server.js +1 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/dist/utils.js +72 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/dist/withTouchListeners.js +97 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/index.js +1 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/package.json +64 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/yarn-error.log +8125 -0
- package/openmrs/frontend/react-scrolllock@2.0.7/yarn.lock +8029 -0
- package/openmrs/frontend/react-transition-group@2.9.0/CHANGELOG.md +211 -0
- package/openmrs/frontend/react-transition-group@2.9.0/CSSTransition.js +364 -0
- package/openmrs/frontend/react-transition-group@2.9.0/LICENSE +30 -0
- package/openmrs/frontend/react-transition-group@2.9.0/README.md +27 -0
- package/openmrs/frontend/react-transition-group@2.9.0/ReplaceTransition.js +150 -0
- package/openmrs/frontend/react-transition-group@2.9.0/Transition.js +609 -0
- package/openmrs/frontend/react-transition-group@2.9.0/TransitionGroup.js +208 -0
- package/openmrs/frontend/react-transition-group@2.9.0/dist/react-transition-group.js +2419 -0
- package/openmrs/frontend/react-transition-group@2.9.0/dist/react-transition-group.min.js +1 -0
- package/openmrs/frontend/react-transition-group@2.9.0/index.js +18 -0
- package/openmrs/frontend/react-transition-group@2.9.0/package.json +50 -0
- package/openmrs/frontend/react-transition-group@2.9.0/umd.js +22 -0
- package/openmrs/frontend/react-transition-group@2.9.0/utils/ChildMapping.js +150 -0
- package/openmrs/frontend/react-transition-group@2.9.0/utils/PropTypes.js +28 -0
- package/openmrs/frontend/react-transition-group@2.9.0/utils/SimpleSet.js +39 -0
- package/openmrs/frontend/react@16.13.1/umd/react.development.js +3318 -0
- package/openmrs/frontend/react@16.13.1/umd/react.production.min.js +32 -0
- package/openmrs/frontend/react@16.13.1/umd/react.profiling.min.js +39 -0
- package/openmrs/frontend/regenerator-runtime@0.14.1/LICENSE +21 -0
- package/openmrs/frontend/regenerator-runtime@0.14.1/README.md +31 -0
- package/openmrs/frontend/regenerator-runtime@0.14.1/package.json +19 -0
- package/openmrs/frontend/regenerator-runtime@0.14.1/path.js +11 -0
- package/openmrs/frontend/regenerator-runtime@0.14.1/runtime.js +761 -0
- package/openmrs/frontend/resolve-pathname@3.0.0/LICENSE +21 -0
- package/openmrs/frontend/resolve-pathname@3.0.0/README.md +64 -0
- package/openmrs/frontend/resolve-pathname@3.0.0/cjs/resolve-pathname.js +77 -0
- package/openmrs/frontend/resolve-pathname@3.0.0/cjs/resolve-pathname.min.js +1 -0
- package/openmrs/frontend/resolve-pathname@3.0.0/esm/resolve-pathname.js +75 -0
- package/openmrs/frontend/resolve-pathname@3.0.0/index.js +7 -0
- package/openmrs/frontend/resolve-pathname@3.0.0/package.json +37 -0
- package/openmrs/frontend/resolve-pathname@3.0.0/umd/resolve-pathname.js +83 -0
- package/openmrs/frontend/resolve-pathname@3.0.0/umd/resolve-pathname.min.js +1 -0
- package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.js +9297 -0
- package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.js.map +1 -0
- package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.min.js +268 -0
- package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.min.js.map +1 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.dev.js +1649 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.dev.js.map +1 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.min.js +2 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.min.js.map +1 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.dev.js +1678 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.dev.js.map +1 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.min.js +2 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.min.js.map +1 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.dev.js +1688 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.dev.js.map +1 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.min.js +2 -0
- package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.min.js.map +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/amd.js +131 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/amd.min.js +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/amd.min.js.map +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/global.js +82 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/global.min.js +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/global.min.js.map +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/module-types.js +95 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/module-types.min.js +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/module-types.min.js.map +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-exports.js +57 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-exports.min.js +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-exports.min.js.map +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-register.js +61 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-register.min.js +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-register.min.js.map +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/transform.js +32 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/transform.min.js +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/transform.min.js.map +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/use-default.js +14 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/use-default.min.js +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/extras/use-default.min.js.map +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/s.js +471 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/s.min.js +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/s.min.js.map +1 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/system.js +873 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/system.min.js +4 -0
- package/openmrs/frontend/systemjs@6.1.3/dist/system.min.js.map +1 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/LICENSE +21 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/README.md +105 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.cjs.js +17 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.d.ts +1 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.esm.js +15 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.js +23 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.min.js +1 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/package.json +78 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/src/tiny-invariant.flow.js +15 -0
- package/openmrs/frontend/tiny-invariant@1.2.0/src/tiny-invariant.ts +34 -0
- package/openmrs/frontend/tiny-warning@1.0.3/LICENSE +21 -0
- package/openmrs/frontend/tiny-warning@1.0.3/README.md +68 -0
- package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.cjs.js +22 -0
- package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.cjs.js.flow +3 -0
- package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.esm.js +20 -0
- package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.js +27 -0
- package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.min.js +1 -0
- package/openmrs/frontend/tiny-warning@1.0.3/package.json +53 -0
- package/openmrs/frontend/tiny-warning@1.0.3/src/index.d.ts +1 -0
- package/openmrs/frontend/tiny-warning@1.0.3/src/index.js +30 -0
- package/openmrs/frontend/value-equal@1.0.1/LICENSE +21 -0
- package/openmrs/frontend/value-equal@1.0.1/README.md +54 -0
- package/openmrs/frontend/value-equal@1.0.1/cjs/value-equal.js +38 -0
- package/openmrs/frontend/value-equal@1.0.1/cjs/value-equal.min.js +1 -0
- package/openmrs/frontend/value-equal@1.0.1/esm/value-equal.js +36 -0
- package/openmrs/frontend/value-equal@1.0.1/index.js +7 -0
- package/openmrs/frontend/value-equal@1.0.1/package.json +37 -0
- package/openmrs/frontend/value-equal@1.0.1/umd/value-equal.js +44 -0
- package/openmrs/frontend/value-equal@1.0.1/umd/value-equal.min.js +1 -0
- package/openmrs/frontend/void-elements@3.1.0/LICENSE +22 -0
- package/openmrs/frontend/void-elements@3.1.0/README.md +27 -0
- package/openmrs/frontend/void-elements@3.1.0/index.js +21 -0
- package/openmrs/frontend/void-elements@3.1.0/package.json +34 -0
- package/openmrs/frontend/warning@4.0.3/CHANGELOG.md +83 -0
- package/openmrs/frontend/warning@4.0.3/LICENSE.md +21 -0
- package/openmrs/frontend/warning@4.0.3/README.md +69 -0
- package/openmrs/frontend/warning@4.0.3/package.json +55 -0
- package/openmrs/frontend/warning@4.0.3/warning.js +62 -0
- package/overriding-import-map-local.json +16 -0
- package/overriding-import-map.json +7 -0
- package/package.json +60 -0
- package/packmap-package.json +36 -0
- package/statics/dashboard-configs/allappointments.json +52 -0
- package/statics/dashboard-configs/othead.json +22 -0
- package/statics/dashboard-configs/pohead.json +260 -0
- package/statics/dashboard-configs/poprofessional.json +122 -0
- package/statics/dashboard-configs/pthead.json +274 -0
- package/statics/dashboard-configs/ptprofessional.json +122 -0
- package/statics/dashboard-configs/receptionist.json +101 -0
- package/statics/dashboard-configs/receptionistTodoViewAll.json +34 -0
- package/statics/dashboard-configs/socialworker.json +140 -0
- package/statics/headerConfig.json +4 -0
- package/statics/logo.svg +50 -0
|
@@ -0,0 +1,3089 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) :
|
|
4
|
+
(global = global || self, factory(global.ReactRouter = {}, global.React));
|
|
5
|
+
}(this, function (exports, React) { 'use strict';
|
|
6
|
+
|
|
7
|
+
React = React && React.hasOwnProperty('default') ? React['default'] : React;
|
|
8
|
+
|
|
9
|
+
function _setPrototypeOf(o, p) {
|
|
10
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
11
|
+
o.__proto__ = p;
|
|
12
|
+
return o;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
return _setPrototypeOf(o, p);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function _inheritsLoose(subClass, superClass) {
|
|
19
|
+
subClass.prototype = Object.create(superClass.prototype);
|
|
20
|
+
subClass.prototype.constructor = subClass;
|
|
21
|
+
_setPrototypeOf(subClass, superClass);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
function unwrapExports (x) {
|
|
25
|
+
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
function createCommonjsModule(fn, module) {
|
|
29
|
+
return module = { exports: {} }, fn(module, module.exports), module.exports;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
var reactIs_production_min = createCommonjsModule(function (module, exports) {
|
|
33
|
+
Object.defineProperty(exports,"__esModule",{value:!0});
|
|
34
|
+
var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?Symbol.for("react.suspense_list"):
|
|
35
|
+
60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.fundamental"):60117,w=b?Symbol.for("react.responder"):60118;function x(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case h:return a;default:return u}}case t:case r:case d:return u}}}function y(a){return x(a)===m}exports.typeOf=x;exports.AsyncMode=l;
|
|
36
|
+
exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;exports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;
|
|
37
|
+
exports.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===v||a.$$typeof===w)};exports.isAsyncMode=function(a){return y(a)||x(a)===l};exports.isConcurrentMode=y;exports.isContextConsumer=function(a){return x(a)===k};exports.isContextProvider=function(a){return x(a)===h};
|
|
38
|
+
exports.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return x(a)===n};exports.isFragment=function(a){return x(a)===e};exports.isLazy=function(a){return x(a)===t};exports.isMemo=function(a){return x(a)===r};exports.isPortal=function(a){return x(a)===d};exports.isProfiler=function(a){return x(a)===g};exports.isStrictMode=function(a){return x(a)===f};exports.isSuspense=function(a){return x(a)===p};
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
unwrapExports(reactIs_production_min);
|
|
42
|
+
var reactIs_production_min_1 = reactIs_production_min.typeOf;
|
|
43
|
+
var reactIs_production_min_2 = reactIs_production_min.AsyncMode;
|
|
44
|
+
var reactIs_production_min_3 = reactIs_production_min.ConcurrentMode;
|
|
45
|
+
var reactIs_production_min_4 = reactIs_production_min.ContextConsumer;
|
|
46
|
+
var reactIs_production_min_5 = reactIs_production_min.ContextProvider;
|
|
47
|
+
var reactIs_production_min_6 = reactIs_production_min.Element;
|
|
48
|
+
var reactIs_production_min_7 = reactIs_production_min.ForwardRef;
|
|
49
|
+
var reactIs_production_min_8 = reactIs_production_min.Fragment;
|
|
50
|
+
var reactIs_production_min_9 = reactIs_production_min.Lazy;
|
|
51
|
+
var reactIs_production_min_10 = reactIs_production_min.Memo;
|
|
52
|
+
var reactIs_production_min_11 = reactIs_production_min.Portal;
|
|
53
|
+
var reactIs_production_min_12 = reactIs_production_min.Profiler;
|
|
54
|
+
var reactIs_production_min_13 = reactIs_production_min.StrictMode;
|
|
55
|
+
var reactIs_production_min_14 = reactIs_production_min.Suspense;
|
|
56
|
+
var reactIs_production_min_15 = reactIs_production_min.isValidElementType;
|
|
57
|
+
var reactIs_production_min_16 = reactIs_production_min.isAsyncMode;
|
|
58
|
+
var reactIs_production_min_17 = reactIs_production_min.isConcurrentMode;
|
|
59
|
+
var reactIs_production_min_18 = reactIs_production_min.isContextConsumer;
|
|
60
|
+
var reactIs_production_min_19 = reactIs_production_min.isContextProvider;
|
|
61
|
+
var reactIs_production_min_20 = reactIs_production_min.isElement;
|
|
62
|
+
var reactIs_production_min_21 = reactIs_production_min.isForwardRef;
|
|
63
|
+
var reactIs_production_min_22 = reactIs_production_min.isFragment;
|
|
64
|
+
var reactIs_production_min_23 = reactIs_production_min.isLazy;
|
|
65
|
+
var reactIs_production_min_24 = reactIs_production_min.isMemo;
|
|
66
|
+
var reactIs_production_min_25 = reactIs_production_min.isPortal;
|
|
67
|
+
var reactIs_production_min_26 = reactIs_production_min.isProfiler;
|
|
68
|
+
var reactIs_production_min_27 = reactIs_production_min.isStrictMode;
|
|
69
|
+
var reactIs_production_min_28 = reactIs_production_min.isSuspense;
|
|
70
|
+
|
|
71
|
+
var reactIs_development = createCommonjsModule(function (module, exports) {
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
{
|
|
76
|
+
(function() {
|
|
77
|
+
|
|
78
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
79
|
+
|
|
80
|
+
// The Symbol used to tag the ReactElement-like types. If there is no native Symbol
|
|
81
|
+
// nor polyfill, then a plain number is used for performance.
|
|
82
|
+
var hasSymbol = typeof Symbol === 'function' && Symbol.for;
|
|
83
|
+
|
|
84
|
+
var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
|
|
85
|
+
var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
|
|
86
|
+
var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
|
|
87
|
+
var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
|
|
88
|
+
var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
|
|
89
|
+
var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
|
|
90
|
+
var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace;
|
|
91
|
+
// TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary
|
|
92
|
+
// (unstable) APIs that have been removed. Can we remove the symbols?
|
|
93
|
+
var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;
|
|
94
|
+
var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
|
|
95
|
+
var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
|
|
96
|
+
var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
|
|
97
|
+
var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;
|
|
98
|
+
var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
|
|
99
|
+
var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
|
|
100
|
+
var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;
|
|
101
|
+
var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;
|
|
102
|
+
|
|
103
|
+
function isValidElementType(type) {
|
|
104
|
+
return typeof type === 'string' || typeof type === 'function' ||
|
|
105
|
+
// Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
106
|
+
type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Forked from fbjs/warning:
|
|
111
|
+
* https://github.com/facebook/fbjs/blob/e66ba20ad5be433eb54423f2b097d829324d9de6/packages/fbjs/src/__forks__/warning.js
|
|
112
|
+
*
|
|
113
|
+
* Only change is we use console.warn instead of console.error,
|
|
114
|
+
* and do nothing when 'console' is not supported.
|
|
115
|
+
* This really simplifies the code.
|
|
116
|
+
* ---
|
|
117
|
+
* Similar to invariant but only logs a warning if the condition is not met.
|
|
118
|
+
* This can be used to log issues in development environments in critical
|
|
119
|
+
* paths. Removing the logging code for production environments will keep the
|
|
120
|
+
* same logic and follow the same code paths.
|
|
121
|
+
*/
|
|
122
|
+
|
|
123
|
+
var lowPriorityWarning = function () {};
|
|
124
|
+
|
|
125
|
+
{
|
|
126
|
+
var printWarning = function (format) {
|
|
127
|
+
for (var _len = arguments.length, args = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
128
|
+
args[_key - 1] = arguments[_key];
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
var argIndex = 0;
|
|
132
|
+
var message = 'Warning: ' + format.replace(/%s/g, function () {
|
|
133
|
+
return args[argIndex++];
|
|
134
|
+
});
|
|
135
|
+
if (typeof console !== 'undefined') {
|
|
136
|
+
console.warn(message);
|
|
137
|
+
}
|
|
138
|
+
try {
|
|
139
|
+
// --- Welcome to debugging React ---
|
|
140
|
+
// This error was thrown as a convenience so that you can use this stack
|
|
141
|
+
// to find the callsite that caused this warning to fire.
|
|
142
|
+
throw new Error(message);
|
|
143
|
+
} catch (x) {}
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
lowPriorityWarning = function (condition, format) {
|
|
147
|
+
if (format === undefined) {
|
|
148
|
+
throw new Error('`lowPriorityWarning(condition, format, ...args)` requires a warning ' + 'message argument');
|
|
149
|
+
}
|
|
150
|
+
if (!condition) {
|
|
151
|
+
for (var _len2 = arguments.length, args = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
|
|
152
|
+
args[_key2 - 2] = arguments[_key2];
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
printWarning.apply(undefined, [format].concat(args));
|
|
156
|
+
}
|
|
157
|
+
};
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
var lowPriorityWarning$1 = lowPriorityWarning;
|
|
161
|
+
|
|
162
|
+
function typeOf(object) {
|
|
163
|
+
if (typeof object === 'object' && object !== null) {
|
|
164
|
+
var $$typeof = object.$$typeof;
|
|
165
|
+
switch ($$typeof) {
|
|
166
|
+
case REACT_ELEMENT_TYPE:
|
|
167
|
+
var type = object.type;
|
|
168
|
+
|
|
169
|
+
switch (type) {
|
|
170
|
+
case REACT_ASYNC_MODE_TYPE:
|
|
171
|
+
case REACT_CONCURRENT_MODE_TYPE:
|
|
172
|
+
case REACT_FRAGMENT_TYPE:
|
|
173
|
+
case REACT_PROFILER_TYPE:
|
|
174
|
+
case REACT_STRICT_MODE_TYPE:
|
|
175
|
+
case REACT_SUSPENSE_TYPE:
|
|
176
|
+
return type;
|
|
177
|
+
default:
|
|
178
|
+
var $$typeofType = type && type.$$typeof;
|
|
179
|
+
|
|
180
|
+
switch ($$typeofType) {
|
|
181
|
+
case REACT_CONTEXT_TYPE:
|
|
182
|
+
case REACT_FORWARD_REF_TYPE:
|
|
183
|
+
case REACT_PROVIDER_TYPE:
|
|
184
|
+
return $$typeofType;
|
|
185
|
+
default:
|
|
186
|
+
return $$typeof;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
case REACT_LAZY_TYPE:
|
|
190
|
+
case REACT_MEMO_TYPE:
|
|
191
|
+
case REACT_PORTAL_TYPE:
|
|
192
|
+
return $$typeof;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
return undefined;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// AsyncMode is deprecated along with isAsyncMode
|
|
200
|
+
var AsyncMode = REACT_ASYNC_MODE_TYPE;
|
|
201
|
+
var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
|
|
202
|
+
var ContextConsumer = REACT_CONTEXT_TYPE;
|
|
203
|
+
var ContextProvider = REACT_PROVIDER_TYPE;
|
|
204
|
+
var Element = REACT_ELEMENT_TYPE;
|
|
205
|
+
var ForwardRef = REACT_FORWARD_REF_TYPE;
|
|
206
|
+
var Fragment = REACT_FRAGMENT_TYPE;
|
|
207
|
+
var Lazy = REACT_LAZY_TYPE;
|
|
208
|
+
var Memo = REACT_MEMO_TYPE;
|
|
209
|
+
var Portal = REACT_PORTAL_TYPE;
|
|
210
|
+
var Profiler = REACT_PROFILER_TYPE;
|
|
211
|
+
var StrictMode = REACT_STRICT_MODE_TYPE;
|
|
212
|
+
var Suspense = REACT_SUSPENSE_TYPE;
|
|
213
|
+
|
|
214
|
+
var hasWarnedAboutDeprecatedIsAsyncMode = false;
|
|
215
|
+
|
|
216
|
+
// AsyncMode should be deprecated
|
|
217
|
+
function isAsyncMode(object) {
|
|
218
|
+
{
|
|
219
|
+
if (!hasWarnedAboutDeprecatedIsAsyncMode) {
|
|
220
|
+
hasWarnedAboutDeprecatedIsAsyncMode = true;
|
|
221
|
+
lowPriorityWarning$1(false, 'The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
|
|
225
|
+
}
|
|
226
|
+
function isConcurrentMode(object) {
|
|
227
|
+
return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
|
|
228
|
+
}
|
|
229
|
+
function isContextConsumer(object) {
|
|
230
|
+
return typeOf(object) === REACT_CONTEXT_TYPE;
|
|
231
|
+
}
|
|
232
|
+
function isContextProvider(object) {
|
|
233
|
+
return typeOf(object) === REACT_PROVIDER_TYPE;
|
|
234
|
+
}
|
|
235
|
+
function isElement(object) {
|
|
236
|
+
return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
|
|
237
|
+
}
|
|
238
|
+
function isForwardRef(object) {
|
|
239
|
+
return typeOf(object) === REACT_FORWARD_REF_TYPE;
|
|
240
|
+
}
|
|
241
|
+
function isFragment(object) {
|
|
242
|
+
return typeOf(object) === REACT_FRAGMENT_TYPE;
|
|
243
|
+
}
|
|
244
|
+
function isLazy(object) {
|
|
245
|
+
return typeOf(object) === REACT_LAZY_TYPE;
|
|
246
|
+
}
|
|
247
|
+
function isMemo(object) {
|
|
248
|
+
return typeOf(object) === REACT_MEMO_TYPE;
|
|
249
|
+
}
|
|
250
|
+
function isPortal(object) {
|
|
251
|
+
return typeOf(object) === REACT_PORTAL_TYPE;
|
|
252
|
+
}
|
|
253
|
+
function isProfiler(object) {
|
|
254
|
+
return typeOf(object) === REACT_PROFILER_TYPE;
|
|
255
|
+
}
|
|
256
|
+
function isStrictMode(object) {
|
|
257
|
+
return typeOf(object) === REACT_STRICT_MODE_TYPE;
|
|
258
|
+
}
|
|
259
|
+
function isSuspense(object) {
|
|
260
|
+
return typeOf(object) === REACT_SUSPENSE_TYPE;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
exports.typeOf = typeOf;
|
|
264
|
+
exports.AsyncMode = AsyncMode;
|
|
265
|
+
exports.ConcurrentMode = ConcurrentMode;
|
|
266
|
+
exports.ContextConsumer = ContextConsumer;
|
|
267
|
+
exports.ContextProvider = ContextProvider;
|
|
268
|
+
exports.Element = Element;
|
|
269
|
+
exports.ForwardRef = ForwardRef;
|
|
270
|
+
exports.Fragment = Fragment;
|
|
271
|
+
exports.Lazy = Lazy;
|
|
272
|
+
exports.Memo = Memo;
|
|
273
|
+
exports.Portal = Portal;
|
|
274
|
+
exports.Profiler = Profiler;
|
|
275
|
+
exports.StrictMode = StrictMode;
|
|
276
|
+
exports.Suspense = Suspense;
|
|
277
|
+
exports.isValidElementType = isValidElementType;
|
|
278
|
+
exports.isAsyncMode = isAsyncMode;
|
|
279
|
+
exports.isConcurrentMode = isConcurrentMode;
|
|
280
|
+
exports.isContextConsumer = isContextConsumer;
|
|
281
|
+
exports.isContextProvider = isContextProvider;
|
|
282
|
+
exports.isElement = isElement;
|
|
283
|
+
exports.isForwardRef = isForwardRef;
|
|
284
|
+
exports.isFragment = isFragment;
|
|
285
|
+
exports.isLazy = isLazy;
|
|
286
|
+
exports.isMemo = isMemo;
|
|
287
|
+
exports.isPortal = isPortal;
|
|
288
|
+
exports.isProfiler = isProfiler;
|
|
289
|
+
exports.isStrictMode = isStrictMode;
|
|
290
|
+
exports.isSuspense = isSuspense;
|
|
291
|
+
})();
|
|
292
|
+
}
|
|
293
|
+
});
|
|
294
|
+
|
|
295
|
+
unwrapExports(reactIs_development);
|
|
296
|
+
var reactIs_development_1 = reactIs_development.typeOf;
|
|
297
|
+
var reactIs_development_2 = reactIs_development.AsyncMode;
|
|
298
|
+
var reactIs_development_3 = reactIs_development.ConcurrentMode;
|
|
299
|
+
var reactIs_development_4 = reactIs_development.ContextConsumer;
|
|
300
|
+
var reactIs_development_5 = reactIs_development.ContextProvider;
|
|
301
|
+
var reactIs_development_6 = reactIs_development.Element;
|
|
302
|
+
var reactIs_development_7 = reactIs_development.ForwardRef;
|
|
303
|
+
var reactIs_development_8 = reactIs_development.Fragment;
|
|
304
|
+
var reactIs_development_9 = reactIs_development.Lazy;
|
|
305
|
+
var reactIs_development_10 = reactIs_development.Memo;
|
|
306
|
+
var reactIs_development_11 = reactIs_development.Portal;
|
|
307
|
+
var reactIs_development_12 = reactIs_development.Profiler;
|
|
308
|
+
var reactIs_development_13 = reactIs_development.StrictMode;
|
|
309
|
+
var reactIs_development_14 = reactIs_development.Suspense;
|
|
310
|
+
var reactIs_development_15 = reactIs_development.isValidElementType;
|
|
311
|
+
var reactIs_development_16 = reactIs_development.isAsyncMode;
|
|
312
|
+
var reactIs_development_17 = reactIs_development.isConcurrentMode;
|
|
313
|
+
var reactIs_development_18 = reactIs_development.isContextConsumer;
|
|
314
|
+
var reactIs_development_19 = reactIs_development.isContextProvider;
|
|
315
|
+
var reactIs_development_20 = reactIs_development.isElement;
|
|
316
|
+
var reactIs_development_21 = reactIs_development.isForwardRef;
|
|
317
|
+
var reactIs_development_22 = reactIs_development.isFragment;
|
|
318
|
+
var reactIs_development_23 = reactIs_development.isLazy;
|
|
319
|
+
var reactIs_development_24 = reactIs_development.isMemo;
|
|
320
|
+
var reactIs_development_25 = reactIs_development.isPortal;
|
|
321
|
+
var reactIs_development_26 = reactIs_development.isProfiler;
|
|
322
|
+
var reactIs_development_27 = reactIs_development.isStrictMode;
|
|
323
|
+
var reactIs_development_28 = reactIs_development.isSuspense;
|
|
324
|
+
|
|
325
|
+
var reactIs = createCommonjsModule(function (module) {
|
|
326
|
+
|
|
327
|
+
{
|
|
328
|
+
module.exports = reactIs_development;
|
|
329
|
+
}
|
|
330
|
+
});
|
|
331
|
+
var reactIs_1 = reactIs.isValidElementType;
|
|
332
|
+
|
|
333
|
+
/*
|
|
334
|
+
object-assign
|
|
335
|
+
(c) Sindre Sorhus
|
|
336
|
+
@license MIT
|
|
337
|
+
*/
|
|
338
|
+
/* eslint-disable no-unused-vars */
|
|
339
|
+
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
|
|
340
|
+
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
341
|
+
var propIsEnumerable = Object.prototype.propertyIsEnumerable;
|
|
342
|
+
|
|
343
|
+
function toObject(val) {
|
|
344
|
+
if (val === null || val === undefined) {
|
|
345
|
+
throw new TypeError('Object.assign cannot be called with null or undefined');
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
return Object(val);
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
function shouldUseNative() {
|
|
352
|
+
try {
|
|
353
|
+
if (!Object.assign) {
|
|
354
|
+
return false;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
// Detect buggy property enumeration order in older V8 versions.
|
|
358
|
+
|
|
359
|
+
// https://bugs.chromium.org/p/v8/issues/detail?id=4118
|
|
360
|
+
var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
|
|
361
|
+
test1[5] = 'de';
|
|
362
|
+
if (Object.getOwnPropertyNames(test1)[0] === '5') {
|
|
363
|
+
return false;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
// https://bugs.chromium.org/p/v8/issues/detail?id=3056
|
|
367
|
+
var test2 = {};
|
|
368
|
+
for (var i = 0; i < 10; i++) {
|
|
369
|
+
test2['_' + String.fromCharCode(i)] = i;
|
|
370
|
+
}
|
|
371
|
+
var order2 = Object.getOwnPropertyNames(test2).map(function (n) {
|
|
372
|
+
return test2[n];
|
|
373
|
+
});
|
|
374
|
+
if (order2.join('') !== '0123456789') {
|
|
375
|
+
return false;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
// https://bugs.chromium.org/p/v8/issues/detail?id=3056
|
|
379
|
+
var test3 = {};
|
|
380
|
+
'abcdefghijklmnopqrst'.split('').forEach(function (letter) {
|
|
381
|
+
test3[letter] = letter;
|
|
382
|
+
});
|
|
383
|
+
if (Object.keys(Object.assign({}, test3)).join('') !==
|
|
384
|
+
'abcdefghijklmnopqrst') {
|
|
385
|
+
return false;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
return true;
|
|
389
|
+
} catch (err) {
|
|
390
|
+
// We don't expect any of the above to throw, but better to be safe.
|
|
391
|
+
return false;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
var objectAssign = shouldUseNative() ? Object.assign : function (target, source) {
|
|
396
|
+
var from;
|
|
397
|
+
var to = toObject(target);
|
|
398
|
+
var symbols;
|
|
399
|
+
|
|
400
|
+
for (var s = 1; s < arguments.length; s++) {
|
|
401
|
+
from = Object(arguments[s]);
|
|
402
|
+
|
|
403
|
+
for (var key in from) {
|
|
404
|
+
if (hasOwnProperty.call(from, key)) {
|
|
405
|
+
to[key] = from[key];
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
if (getOwnPropertySymbols) {
|
|
410
|
+
symbols = getOwnPropertySymbols(from);
|
|
411
|
+
for (var i = 0; i < symbols.length; i++) {
|
|
412
|
+
if (propIsEnumerable.call(from, symbols[i])) {
|
|
413
|
+
to[symbols[i]] = from[symbols[i]];
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
return to;
|
|
420
|
+
};
|
|
421
|
+
|
|
422
|
+
/**
|
|
423
|
+
* Copyright (c) 2013-present, Facebook, Inc.
|
|
424
|
+
*
|
|
425
|
+
* This source code is licensed under the MIT license found in the
|
|
426
|
+
* LICENSE file in the root directory of this source tree.
|
|
427
|
+
*/
|
|
428
|
+
|
|
429
|
+
var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
|
|
430
|
+
|
|
431
|
+
var ReactPropTypesSecret_1 = ReactPropTypesSecret;
|
|
432
|
+
|
|
433
|
+
var printWarning = function() {};
|
|
434
|
+
|
|
435
|
+
{
|
|
436
|
+
var ReactPropTypesSecret$1 = ReactPropTypesSecret_1;
|
|
437
|
+
var loggedTypeFailures = {};
|
|
438
|
+
var has = Function.call.bind(Object.prototype.hasOwnProperty);
|
|
439
|
+
|
|
440
|
+
printWarning = function(text) {
|
|
441
|
+
var message = 'Warning: ' + text;
|
|
442
|
+
if (typeof console !== 'undefined') {
|
|
443
|
+
console.error(message);
|
|
444
|
+
}
|
|
445
|
+
try {
|
|
446
|
+
// --- Welcome to debugging React ---
|
|
447
|
+
// This error was thrown as a convenience so that you can use this stack
|
|
448
|
+
// to find the callsite that caused this warning to fire.
|
|
449
|
+
throw new Error(message);
|
|
450
|
+
} catch (x) {}
|
|
451
|
+
};
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
/**
|
|
455
|
+
* Assert that the values match with the type specs.
|
|
456
|
+
* Error messages are memorized and will only be shown once.
|
|
457
|
+
*
|
|
458
|
+
* @param {object} typeSpecs Map of name to a ReactPropType
|
|
459
|
+
* @param {object} values Runtime values that need to be type-checked
|
|
460
|
+
* @param {string} location e.g. "prop", "context", "child context"
|
|
461
|
+
* @param {string} componentName Name of the component for error messages.
|
|
462
|
+
* @param {?Function} getStack Returns the component stack.
|
|
463
|
+
* @private
|
|
464
|
+
*/
|
|
465
|
+
function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
|
|
466
|
+
{
|
|
467
|
+
for (var typeSpecName in typeSpecs) {
|
|
468
|
+
if (has(typeSpecs, typeSpecName)) {
|
|
469
|
+
var error;
|
|
470
|
+
// Prop type validation may throw. In case they do, we don't want to
|
|
471
|
+
// fail the render phase where it didn't fail before. So we log it.
|
|
472
|
+
// After these have been cleaned up, we'll let them throw.
|
|
473
|
+
try {
|
|
474
|
+
// This is intentionally an invariant that gets caught. It's the same
|
|
475
|
+
// behavior as without this statement except with a better message.
|
|
476
|
+
if (typeof typeSpecs[typeSpecName] !== 'function') {
|
|
477
|
+
var err = Error(
|
|
478
|
+
(componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +
|
|
479
|
+
'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.'
|
|
480
|
+
);
|
|
481
|
+
err.name = 'Invariant Violation';
|
|
482
|
+
throw err;
|
|
483
|
+
}
|
|
484
|
+
error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret$1);
|
|
485
|
+
} catch (ex) {
|
|
486
|
+
error = ex;
|
|
487
|
+
}
|
|
488
|
+
if (error && !(error instanceof Error)) {
|
|
489
|
+
printWarning(
|
|
490
|
+
(componentName || 'React class') + ': type specification of ' +
|
|
491
|
+
location + ' `' + typeSpecName + '` is invalid; the type checker ' +
|
|
492
|
+
'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +
|
|
493
|
+
'You may have forgotten to pass an argument to the type checker ' +
|
|
494
|
+
'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +
|
|
495
|
+
'shape all require an argument).'
|
|
496
|
+
);
|
|
497
|
+
}
|
|
498
|
+
if (error instanceof Error && !(error.message in loggedTypeFailures)) {
|
|
499
|
+
// Only monitor this failure once because there tends to be a lot of the
|
|
500
|
+
// same error.
|
|
501
|
+
loggedTypeFailures[error.message] = true;
|
|
502
|
+
|
|
503
|
+
var stack = getStack ? getStack() : '';
|
|
504
|
+
|
|
505
|
+
printWarning(
|
|
506
|
+
'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')
|
|
507
|
+
);
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* Resets warning cache when testing.
|
|
516
|
+
*
|
|
517
|
+
* @private
|
|
518
|
+
*/
|
|
519
|
+
checkPropTypes.resetWarningCache = function() {
|
|
520
|
+
{
|
|
521
|
+
loggedTypeFailures = {};
|
|
522
|
+
}
|
|
523
|
+
};
|
|
524
|
+
|
|
525
|
+
var checkPropTypes_1 = checkPropTypes;
|
|
526
|
+
|
|
527
|
+
var has$1 = Function.call.bind(Object.prototype.hasOwnProperty);
|
|
528
|
+
var printWarning$1 = function() {};
|
|
529
|
+
|
|
530
|
+
{
|
|
531
|
+
printWarning$1 = function(text) {
|
|
532
|
+
var message = 'Warning: ' + text;
|
|
533
|
+
if (typeof console !== 'undefined') {
|
|
534
|
+
console.error(message);
|
|
535
|
+
}
|
|
536
|
+
try {
|
|
537
|
+
// --- Welcome to debugging React ---
|
|
538
|
+
// This error was thrown as a convenience so that you can use this stack
|
|
539
|
+
// to find the callsite that caused this warning to fire.
|
|
540
|
+
throw new Error(message);
|
|
541
|
+
} catch (x) {}
|
|
542
|
+
};
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
function emptyFunctionThatReturnsNull() {
|
|
546
|
+
return null;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
var factoryWithTypeCheckers = function(isValidElement, throwOnDirectAccess) {
|
|
550
|
+
/* global Symbol */
|
|
551
|
+
var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
|
|
552
|
+
var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.
|
|
553
|
+
|
|
554
|
+
/**
|
|
555
|
+
* Returns the iterator method function contained on the iterable object.
|
|
556
|
+
*
|
|
557
|
+
* Be sure to invoke the function with the iterable as context:
|
|
558
|
+
*
|
|
559
|
+
* var iteratorFn = getIteratorFn(myIterable);
|
|
560
|
+
* if (iteratorFn) {
|
|
561
|
+
* var iterator = iteratorFn.call(myIterable);
|
|
562
|
+
* ...
|
|
563
|
+
* }
|
|
564
|
+
*
|
|
565
|
+
* @param {?object} maybeIterable
|
|
566
|
+
* @return {?function}
|
|
567
|
+
*/
|
|
568
|
+
function getIteratorFn(maybeIterable) {
|
|
569
|
+
var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);
|
|
570
|
+
if (typeof iteratorFn === 'function') {
|
|
571
|
+
return iteratorFn;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
/**
|
|
576
|
+
* Collection of methods that allow declaration and validation of props that are
|
|
577
|
+
* supplied to React components. Example usage:
|
|
578
|
+
*
|
|
579
|
+
* var Props = require('ReactPropTypes');
|
|
580
|
+
* var MyArticle = React.createClass({
|
|
581
|
+
* propTypes: {
|
|
582
|
+
* // An optional string prop named "description".
|
|
583
|
+
* description: Props.string,
|
|
584
|
+
*
|
|
585
|
+
* // A required enum prop named "category".
|
|
586
|
+
* category: Props.oneOf(['News','Photos']).isRequired,
|
|
587
|
+
*
|
|
588
|
+
* // A prop named "dialog" that requires an instance of Dialog.
|
|
589
|
+
* dialog: Props.instanceOf(Dialog).isRequired
|
|
590
|
+
* },
|
|
591
|
+
* render: function() { ... }
|
|
592
|
+
* });
|
|
593
|
+
*
|
|
594
|
+
* A more formal specification of how these methods are used:
|
|
595
|
+
*
|
|
596
|
+
* type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)
|
|
597
|
+
* decl := ReactPropTypes.{type}(.isRequired)?
|
|
598
|
+
*
|
|
599
|
+
* Each and every declaration produces a function with the same signature. This
|
|
600
|
+
* allows the creation of custom validation functions. For example:
|
|
601
|
+
*
|
|
602
|
+
* var MyLink = React.createClass({
|
|
603
|
+
* propTypes: {
|
|
604
|
+
* // An optional string or URI prop named "href".
|
|
605
|
+
* href: function(props, propName, componentName) {
|
|
606
|
+
* var propValue = props[propName];
|
|
607
|
+
* if (propValue != null && typeof propValue !== 'string' &&
|
|
608
|
+
* !(propValue instanceof URI)) {
|
|
609
|
+
* return new Error(
|
|
610
|
+
* 'Expected a string or an URI for ' + propName + ' in ' +
|
|
611
|
+
* componentName
|
|
612
|
+
* );
|
|
613
|
+
* }
|
|
614
|
+
* }
|
|
615
|
+
* },
|
|
616
|
+
* render: function() {...}
|
|
617
|
+
* });
|
|
618
|
+
*
|
|
619
|
+
* @internal
|
|
620
|
+
*/
|
|
621
|
+
|
|
622
|
+
var ANONYMOUS = '<<anonymous>>';
|
|
623
|
+
|
|
624
|
+
// Important!
|
|
625
|
+
// Keep this list in sync with production version in `./factoryWithThrowingShims.js`.
|
|
626
|
+
var ReactPropTypes = {
|
|
627
|
+
array: createPrimitiveTypeChecker('array'),
|
|
628
|
+
bool: createPrimitiveTypeChecker('boolean'),
|
|
629
|
+
func: createPrimitiveTypeChecker('function'),
|
|
630
|
+
number: createPrimitiveTypeChecker('number'),
|
|
631
|
+
object: createPrimitiveTypeChecker('object'),
|
|
632
|
+
string: createPrimitiveTypeChecker('string'),
|
|
633
|
+
symbol: createPrimitiveTypeChecker('symbol'),
|
|
634
|
+
|
|
635
|
+
any: createAnyTypeChecker(),
|
|
636
|
+
arrayOf: createArrayOfTypeChecker,
|
|
637
|
+
element: createElementTypeChecker(),
|
|
638
|
+
elementType: createElementTypeTypeChecker(),
|
|
639
|
+
instanceOf: createInstanceTypeChecker,
|
|
640
|
+
node: createNodeChecker(),
|
|
641
|
+
objectOf: createObjectOfTypeChecker,
|
|
642
|
+
oneOf: createEnumTypeChecker,
|
|
643
|
+
oneOfType: createUnionTypeChecker,
|
|
644
|
+
shape: createShapeTypeChecker,
|
|
645
|
+
exact: createStrictShapeTypeChecker,
|
|
646
|
+
};
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* inlined Object.is polyfill to avoid requiring consumers ship their own
|
|
650
|
+
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
|
|
651
|
+
*/
|
|
652
|
+
/*eslint-disable no-self-compare*/
|
|
653
|
+
function is(x, y) {
|
|
654
|
+
// SameValue algorithm
|
|
655
|
+
if (x === y) {
|
|
656
|
+
// Steps 1-5, 7-10
|
|
657
|
+
// Steps 6.b-6.e: +0 != -0
|
|
658
|
+
return x !== 0 || 1 / x === 1 / y;
|
|
659
|
+
} else {
|
|
660
|
+
// Step 6.a: NaN == NaN
|
|
661
|
+
return x !== x && y !== y;
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
/*eslint-enable no-self-compare*/
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* We use an Error-like object for backward compatibility as people may call
|
|
668
|
+
* PropTypes directly and inspect their output. However, we don't use real
|
|
669
|
+
* Errors anymore. We don't inspect their stack anyway, and creating them
|
|
670
|
+
* is prohibitively expensive if they are created too often, such as what
|
|
671
|
+
* happens in oneOfType() for any type before the one that matched.
|
|
672
|
+
*/
|
|
673
|
+
function PropTypeError(message) {
|
|
674
|
+
this.message = message;
|
|
675
|
+
this.stack = '';
|
|
676
|
+
}
|
|
677
|
+
// Make `instanceof Error` still work for returned errors.
|
|
678
|
+
PropTypeError.prototype = Error.prototype;
|
|
679
|
+
|
|
680
|
+
function createChainableTypeChecker(validate) {
|
|
681
|
+
{
|
|
682
|
+
var manualPropTypeCallCache = {};
|
|
683
|
+
var manualPropTypeWarningCount = 0;
|
|
684
|
+
}
|
|
685
|
+
function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {
|
|
686
|
+
componentName = componentName || ANONYMOUS;
|
|
687
|
+
propFullName = propFullName || propName;
|
|
688
|
+
|
|
689
|
+
if (secret !== ReactPropTypesSecret_1) {
|
|
690
|
+
if (throwOnDirectAccess) {
|
|
691
|
+
// New behavior only for users of `prop-types` package
|
|
692
|
+
var err = new Error(
|
|
693
|
+
'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +
|
|
694
|
+
'Use `PropTypes.checkPropTypes()` to call them. ' +
|
|
695
|
+
'Read more at http://fb.me/use-check-prop-types'
|
|
696
|
+
);
|
|
697
|
+
err.name = 'Invariant Violation';
|
|
698
|
+
throw err;
|
|
699
|
+
} else if ( typeof console !== 'undefined') {
|
|
700
|
+
// Old behavior for people using React.PropTypes
|
|
701
|
+
var cacheKey = componentName + ':' + propName;
|
|
702
|
+
if (
|
|
703
|
+
!manualPropTypeCallCache[cacheKey] &&
|
|
704
|
+
// Avoid spamming the console because they are often not actionable except for lib authors
|
|
705
|
+
manualPropTypeWarningCount < 3
|
|
706
|
+
) {
|
|
707
|
+
printWarning$1(
|
|
708
|
+
'You are manually calling a React.PropTypes validation ' +
|
|
709
|
+
'function for the `' + propFullName + '` prop on `' + componentName + '`. This is deprecated ' +
|
|
710
|
+
'and will throw in the standalone `prop-types` package. ' +
|
|
711
|
+
'You may be seeing this warning due to a third-party PropTypes ' +
|
|
712
|
+
'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'
|
|
713
|
+
);
|
|
714
|
+
manualPropTypeCallCache[cacheKey] = true;
|
|
715
|
+
manualPropTypeWarningCount++;
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
if (props[propName] == null) {
|
|
720
|
+
if (isRequired) {
|
|
721
|
+
if (props[propName] === null) {
|
|
722
|
+
return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));
|
|
723
|
+
}
|
|
724
|
+
return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));
|
|
725
|
+
}
|
|
726
|
+
return null;
|
|
727
|
+
} else {
|
|
728
|
+
return validate(props, propName, componentName, location, propFullName);
|
|
729
|
+
}
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
var chainedCheckType = checkType.bind(null, false);
|
|
733
|
+
chainedCheckType.isRequired = checkType.bind(null, true);
|
|
734
|
+
|
|
735
|
+
return chainedCheckType;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
function createPrimitiveTypeChecker(expectedType) {
|
|
739
|
+
function validate(props, propName, componentName, location, propFullName, secret) {
|
|
740
|
+
var propValue = props[propName];
|
|
741
|
+
var propType = getPropType(propValue);
|
|
742
|
+
if (propType !== expectedType) {
|
|
743
|
+
// `propValue` being instance of, say, date/regexp, pass the 'object'
|
|
744
|
+
// check, but we can offer a more precise error message here rather than
|
|
745
|
+
// 'of type `object`'.
|
|
746
|
+
var preciseType = getPreciseType(propValue);
|
|
747
|
+
|
|
748
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'));
|
|
749
|
+
}
|
|
750
|
+
return null;
|
|
751
|
+
}
|
|
752
|
+
return createChainableTypeChecker(validate);
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
function createAnyTypeChecker() {
|
|
756
|
+
return createChainableTypeChecker(emptyFunctionThatReturnsNull);
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
function createArrayOfTypeChecker(typeChecker) {
|
|
760
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
761
|
+
if (typeof typeChecker !== 'function') {
|
|
762
|
+
return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');
|
|
763
|
+
}
|
|
764
|
+
var propValue = props[propName];
|
|
765
|
+
if (!Array.isArray(propValue)) {
|
|
766
|
+
var propType = getPropType(propValue);
|
|
767
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));
|
|
768
|
+
}
|
|
769
|
+
for (var i = 0; i < propValue.length; i++) {
|
|
770
|
+
var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret_1);
|
|
771
|
+
if (error instanceof Error) {
|
|
772
|
+
return error;
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
return null;
|
|
776
|
+
}
|
|
777
|
+
return createChainableTypeChecker(validate);
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
function createElementTypeChecker() {
|
|
781
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
782
|
+
var propValue = props[propName];
|
|
783
|
+
if (!isValidElement(propValue)) {
|
|
784
|
+
var propType = getPropType(propValue);
|
|
785
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));
|
|
786
|
+
}
|
|
787
|
+
return null;
|
|
788
|
+
}
|
|
789
|
+
return createChainableTypeChecker(validate);
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
function createElementTypeTypeChecker() {
|
|
793
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
794
|
+
var propValue = props[propName];
|
|
795
|
+
if (!reactIs.isValidElementType(propValue)) {
|
|
796
|
+
var propType = getPropType(propValue);
|
|
797
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.'));
|
|
798
|
+
}
|
|
799
|
+
return null;
|
|
800
|
+
}
|
|
801
|
+
return createChainableTypeChecker(validate);
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
function createInstanceTypeChecker(expectedClass) {
|
|
805
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
806
|
+
if (!(props[propName] instanceof expectedClass)) {
|
|
807
|
+
var expectedClassName = expectedClass.name || ANONYMOUS;
|
|
808
|
+
var actualClassName = getClassName(props[propName]);
|
|
809
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));
|
|
810
|
+
}
|
|
811
|
+
return null;
|
|
812
|
+
}
|
|
813
|
+
return createChainableTypeChecker(validate);
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
function createEnumTypeChecker(expectedValues) {
|
|
817
|
+
if (!Array.isArray(expectedValues)) {
|
|
818
|
+
{
|
|
819
|
+
if (arguments.length > 1) {
|
|
820
|
+
printWarning$1(
|
|
821
|
+
'Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' +
|
|
822
|
+
'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'
|
|
823
|
+
);
|
|
824
|
+
} else {
|
|
825
|
+
printWarning$1('Invalid argument supplied to oneOf, expected an array.');
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
return emptyFunctionThatReturnsNull;
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
832
|
+
var propValue = props[propName];
|
|
833
|
+
for (var i = 0; i < expectedValues.length; i++) {
|
|
834
|
+
if (is(propValue, expectedValues[i])) {
|
|
835
|
+
return null;
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {
|
|
840
|
+
var type = getPreciseType(value);
|
|
841
|
+
if (type === 'symbol') {
|
|
842
|
+
return String(value);
|
|
843
|
+
}
|
|
844
|
+
return value;
|
|
845
|
+
});
|
|
846
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));
|
|
847
|
+
}
|
|
848
|
+
return createChainableTypeChecker(validate);
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
function createObjectOfTypeChecker(typeChecker) {
|
|
852
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
853
|
+
if (typeof typeChecker !== 'function') {
|
|
854
|
+
return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');
|
|
855
|
+
}
|
|
856
|
+
var propValue = props[propName];
|
|
857
|
+
var propType = getPropType(propValue);
|
|
858
|
+
if (propType !== 'object') {
|
|
859
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));
|
|
860
|
+
}
|
|
861
|
+
for (var key in propValue) {
|
|
862
|
+
if (has$1(propValue, key)) {
|
|
863
|
+
var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret_1);
|
|
864
|
+
if (error instanceof Error) {
|
|
865
|
+
return error;
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
return null;
|
|
870
|
+
}
|
|
871
|
+
return createChainableTypeChecker(validate);
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
function createUnionTypeChecker(arrayOfTypeCheckers) {
|
|
875
|
+
if (!Array.isArray(arrayOfTypeCheckers)) {
|
|
876
|
+
printWarning$1('Invalid argument supplied to oneOfType, expected an instance of array.') ;
|
|
877
|
+
return emptyFunctionThatReturnsNull;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
|
|
881
|
+
var checker = arrayOfTypeCheckers[i];
|
|
882
|
+
if (typeof checker !== 'function') {
|
|
883
|
+
printWarning$1(
|
|
884
|
+
'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +
|
|
885
|
+
'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'
|
|
886
|
+
);
|
|
887
|
+
return emptyFunctionThatReturnsNull;
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
892
|
+
for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
|
|
893
|
+
var checker = arrayOfTypeCheckers[i];
|
|
894
|
+
if (checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret_1) == null) {
|
|
895
|
+
return null;
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`.'));
|
|
900
|
+
}
|
|
901
|
+
return createChainableTypeChecker(validate);
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
function createNodeChecker() {
|
|
905
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
906
|
+
if (!isNode(props[propName])) {
|
|
907
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));
|
|
908
|
+
}
|
|
909
|
+
return null;
|
|
910
|
+
}
|
|
911
|
+
return createChainableTypeChecker(validate);
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
function createShapeTypeChecker(shapeTypes) {
|
|
915
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
916
|
+
var propValue = props[propName];
|
|
917
|
+
var propType = getPropType(propValue);
|
|
918
|
+
if (propType !== 'object') {
|
|
919
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));
|
|
920
|
+
}
|
|
921
|
+
for (var key in shapeTypes) {
|
|
922
|
+
var checker = shapeTypes[key];
|
|
923
|
+
if (!checker) {
|
|
924
|
+
continue;
|
|
925
|
+
}
|
|
926
|
+
var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret_1);
|
|
927
|
+
if (error) {
|
|
928
|
+
return error;
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
return null;
|
|
932
|
+
}
|
|
933
|
+
return createChainableTypeChecker(validate);
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
function createStrictShapeTypeChecker(shapeTypes) {
|
|
937
|
+
function validate(props, propName, componentName, location, propFullName) {
|
|
938
|
+
var propValue = props[propName];
|
|
939
|
+
var propType = getPropType(propValue);
|
|
940
|
+
if (propType !== 'object') {
|
|
941
|
+
return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));
|
|
942
|
+
}
|
|
943
|
+
// We need to check all keys in case some are required but missing from
|
|
944
|
+
// props.
|
|
945
|
+
var allKeys = objectAssign({}, props[propName], shapeTypes);
|
|
946
|
+
for (var key in allKeys) {
|
|
947
|
+
var checker = shapeTypes[key];
|
|
948
|
+
if (!checker) {
|
|
949
|
+
return new PropTypeError(
|
|
950
|
+
'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +
|
|
951
|
+
'\nBad object: ' + JSON.stringify(props[propName], null, ' ') +
|
|
952
|
+
'\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')
|
|
953
|
+
);
|
|
954
|
+
}
|
|
955
|
+
var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret_1);
|
|
956
|
+
if (error) {
|
|
957
|
+
return error;
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
return null;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
return createChainableTypeChecker(validate);
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
function isNode(propValue) {
|
|
967
|
+
switch (typeof propValue) {
|
|
968
|
+
case 'number':
|
|
969
|
+
case 'string':
|
|
970
|
+
case 'undefined':
|
|
971
|
+
return true;
|
|
972
|
+
case 'boolean':
|
|
973
|
+
return !propValue;
|
|
974
|
+
case 'object':
|
|
975
|
+
if (Array.isArray(propValue)) {
|
|
976
|
+
return propValue.every(isNode);
|
|
977
|
+
}
|
|
978
|
+
if (propValue === null || isValidElement(propValue)) {
|
|
979
|
+
return true;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
var iteratorFn = getIteratorFn(propValue);
|
|
983
|
+
if (iteratorFn) {
|
|
984
|
+
var iterator = iteratorFn.call(propValue);
|
|
985
|
+
var step;
|
|
986
|
+
if (iteratorFn !== propValue.entries) {
|
|
987
|
+
while (!(step = iterator.next()).done) {
|
|
988
|
+
if (!isNode(step.value)) {
|
|
989
|
+
return false;
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
} else {
|
|
993
|
+
// Iterator will provide entry [k,v] tuples rather than values.
|
|
994
|
+
while (!(step = iterator.next()).done) {
|
|
995
|
+
var entry = step.value;
|
|
996
|
+
if (entry) {
|
|
997
|
+
if (!isNode(entry[1])) {
|
|
998
|
+
return false;
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
} else {
|
|
1004
|
+
return false;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
return true;
|
|
1008
|
+
default:
|
|
1009
|
+
return false;
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
function isSymbol(propType, propValue) {
|
|
1014
|
+
// Native Symbol.
|
|
1015
|
+
if (propType === 'symbol') {
|
|
1016
|
+
return true;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
// falsy value can't be a Symbol
|
|
1020
|
+
if (!propValue) {
|
|
1021
|
+
return false;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
// 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'
|
|
1025
|
+
if (propValue['@@toStringTag'] === 'Symbol') {
|
|
1026
|
+
return true;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
// Fallback for non-spec compliant Symbols which are polyfilled.
|
|
1030
|
+
if (typeof Symbol === 'function' && propValue instanceof Symbol) {
|
|
1031
|
+
return true;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
return false;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
// Equivalent of `typeof` but with special handling for array and regexp.
|
|
1038
|
+
function getPropType(propValue) {
|
|
1039
|
+
var propType = typeof propValue;
|
|
1040
|
+
if (Array.isArray(propValue)) {
|
|
1041
|
+
return 'array';
|
|
1042
|
+
}
|
|
1043
|
+
if (propValue instanceof RegExp) {
|
|
1044
|
+
// Old webkits (at least until Android 4.0) return 'function' rather than
|
|
1045
|
+
// 'object' for typeof a RegExp. We'll normalize this here so that /bla/
|
|
1046
|
+
// passes PropTypes.object.
|
|
1047
|
+
return 'object';
|
|
1048
|
+
}
|
|
1049
|
+
if (isSymbol(propType, propValue)) {
|
|
1050
|
+
return 'symbol';
|
|
1051
|
+
}
|
|
1052
|
+
return propType;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
// This handles more types than `getPropType`. Only used for error messages.
|
|
1056
|
+
// See `createPrimitiveTypeChecker`.
|
|
1057
|
+
function getPreciseType(propValue) {
|
|
1058
|
+
if (typeof propValue === 'undefined' || propValue === null) {
|
|
1059
|
+
return '' + propValue;
|
|
1060
|
+
}
|
|
1061
|
+
var propType = getPropType(propValue);
|
|
1062
|
+
if (propType === 'object') {
|
|
1063
|
+
if (propValue instanceof Date) {
|
|
1064
|
+
return 'date';
|
|
1065
|
+
} else if (propValue instanceof RegExp) {
|
|
1066
|
+
return 'regexp';
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
return propType;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
// Returns a string that is postfixed to a warning about an invalid type.
|
|
1073
|
+
// For example, "undefined" or "of type array"
|
|
1074
|
+
function getPostfixForTypeWarning(value) {
|
|
1075
|
+
var type = getPreciseType(value);
|
|
1076
|
+
switch (type) {
|
|
1077
|
+
case 'array':
|
|
1078
|
+
case 'object':
|
|
1079
|
+
return 'an ' + type;
|
|
1080
|
+
case 'boolean':
|
|
1081
|
+
case 'date':
|
|
1082
|
+
case 'regexp':
|
|
1083
|
+
return 'a ' + type;
|
|
1084
|
+
default:
|
|
1085
|
+
return type;
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
// Returns class name of the object, if any.
|
|
1090
|
+
function getClassName(propValue) {
|
|
1091
|
+
if (!propValue.constructor || !propValue.constructor.name) {
|
|
1092
|
+
return ANONYMOUS;
|
|
1093
|
+
}
|
|
1094
|
+
return propValue.constructor.name;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
ReactPropTypes.checkPropTypes = checkPropTypes_1;
|
|
1098
|
+
ReactPropTypes.resetWarningCache = checkPropTypes_1.resetWarningCache;
|
|
1099
|
+
ReactPropTypes.PropTypes = ReactPropTypes;
|
|
1100
|
+
|
|
1101
|
+
return ReactPropTypes;
|
|
1102
|
+
};
|
|
1103
|
+
|
|
1104
|
+
var propTypes = createCommonjsModule(function (module) {
|
|
1105
|
+
/**
|
|
1106
|
+
* Copyright (c) 2013-present, Facebook, Inc.
|
|
1107
|
+
*
|
|
1108
|
+
* This source code is licensed under the MIT license found in the
|
|
1109
|
+
* LICENSE file in the root directory of this source tree.
|
|
1110
|
+
*/
|
|
1111
|
+
|
|
1112
|
+
{
|
|
1113
|
+
var ReactIs = reactIs;
|
|
1114
|
+
|
|
1115
|
+
// By explicitly using `prop-types` you are opting into new development behavior.
|
|
1116
|
+
// http://fb.me/prop-types-in-prod
|
|
1117
|
+
var throwOnDirectAccess = true;
|
|
1118
|
+
module.exports = factoryWithTypeCheckers(ReactIs.isElement, throwOnDirectAccess);
|
|
1119
|
+
}
|
|
1120
|
+
});
|
|
1121
|
+
|
|
1122
|
+
function _extends() {
|
|
1123
|
+
_extends = Object.assign || function (target) {
|
|
1124
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
1125
|
+
var source = arguments[i];
|
|
1126
|
+
|
|
1127
|
+
for (var key in source) {
|
|
1128
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
1129
|
+
target[key] = source[key];
|
|
1130
|
+
}
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
return target;
|
|
1135
|
+
};
|
|
1136
|
+
|
|
1137
|
+
return _extends.apply(this, arguments);
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
function isAbsolute(pathname) {
|
|
1141
|
+
return pathname.charAt(0) === '/';
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
// About 1.5x faster than the two-arg version of Array#splice()
|
|
1145
|
+
function spliceOne(list, index) {
|
|
1146
|
+
for (var i = index, k = i + 1, n = list.length; k < n; i += 1, k += 1) {
|
|
1147
|
+
list[i] = list[k];
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
list.pop();
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
// This implementation is based heavily on node's url.parse
|
|
1154
|
+
function resolvePathname(to) {
|
|
1155
|
+
var from = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
1156
|
+
|
|
1157
|
+
var toParts = to && to.split('/') || [];
|
|
1158
|
+
var fromParts = from && from.split('/') || [];
|
|
1159
|
+
|
|
1160
|
+
var isToAbs = to && isAbsolute(to);
|
|
1161
|
+
var isFromAbs = from && isAbsolute(from);
|
|
1162
|
+
var mustEndAbs = isToAbs || isFromAbs;
|
|
1163
|
+
|
|
1164
|
+
if (to && isAbsolute(to)) {
|
|
1165
|
+
// to is absolute
|
|
1166
|
+
fromParts = toParts;
|
|
1167
|
+
} else if (toParts.length) {
|
|
1168
|
+
// to is relative, drop the filename
|
|
1169
|
+
fromParts.pop();
|
|
1170
|
+
fromParts = fromParts.concat(toParts);
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
if (!fromParts.length) return '/';
|
|
1174
|
+
|
|
1175
|
+
var hasTrailingSlash = void 0;
|
|
1176
|
+
if (fromParts.length) {
|
|
1177
|
+
var last = fromParts[fromParts.length - 1];
|
|
1178
|
+
hasTrailingSlash = last === '.' || last === '..' || last === '';
|
|
1179
|
+
} else {
|
|
1180
|
+
hasTrailingSlash = false;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
var up = 0;
|
|
1184
|
+
for (var i = fromParts.length; i >= 0; i--) {
|
|
1185
|
+
var part = fromParts[i];
|
|
1186
|
+
|
|
1187
|
+
if (part === '.') {
|
|
1188
|
+
spliceOne(fromParts, i);
|
|
1189
|
+
} else if (part === '..') {
|
|
1190
|
+
spliceOne(fromParts, i);
|
|
1191
|
+
up++;
|
|
1192
|
+
} else if (up) {
|
|
1193
|
+
spliceOne(fromParts, i);
|
|
1194
|
+
up--;
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
if (!mustEndAbs) for (; up--; up) {
|
|
1199
|
+
fromParts.unshift('..');
|
|
1200
|
+
}if (mustEndAbs && fromParts[0] !== '' && (!fromParts[0] || !isAbsolute(fromParts[0]))) fromParts.unshift('');
|
|
1201
|
+
|
|
1202
|
+
var result = fromParts.join('/');
|
|
1203
|
+
|
|
1204
|
+
if (hasTrailingSlash && result.substr(-1) !== '/') result += '/';
|
|
1205
|
+
|
|
1206
|
+
return result;
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
|
1210
|
+
|
|
1211
|
+
function valueEqual(a, b) {
|
|
1212
|
+
if (a === b) return true;
|
|
1213
|
+
|
|
1214
|
+
if (a == null || b == null) return false;
|
|
1215
|
+
|
|
1216
|
+
if (Array.isArray(a)) {
|
|
1217
|
+
return Array.isArray(b) && a.length === b.length && a.every(function (item, index) {
|
|
1218
|
+
return valueEqual(item, b[index]);
|
|
1219
|
+
});
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
var aType = typeof a === 'undefined' ? 'undefined' : _typeof(a);
|
|
1223
|
+
var bType = typeof b === 'undefined' ? 'undefined' : _typeof(b);
|
|
1224
|
+
|
|
1225
|
+
if (aType !== bType) return false;
|
|
1226
|
+
|
|
1227
|
+
if (aType === 'object') {
|
|
1228
|
+
var aValue = a.valueOf();
|
|
1229
|
+
var bValue = b.valueOf();
|
|
1230
|
+
|
|
1231
|
+
if (aValue !== a || bValue !== b) return valueEqual(aValue, bValue);
|
|
1232
|
+
|
|
1233
|
+
var aKeys = Object.keys(a);
|
|
1234
|
+
var bKeys = Object.keys(b);
|
|
1235
|
+
|
|
1236
|
+
if (aKeys.length !== bKeys.length) return false;
|
|
1237
|
+
|
|
1238
|
+
return aKeys.every(function (key) {
|
|
1239
|
+
return valueEqual(a[key], b[key]);
|
|
1240
|
+
});
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
return false;
|
|
1244
|
+
}
|
|
1245
|
+
|
|
1246
|
+
function warning(condition, message) {
|
|
1247
|
+
{
|
|
1248
|
+
if (condition) {
|
|
1249
|
+
return;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
var text = "Warning: " + message;
|
|
1253
|
+
|
|
1254
|
+
if (typeof console !== 'undefined') {
|
|
1255
|
+
console.warn(text);
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
try {
|
|
1259
|
+
throw Error(text);
|
|
1260
|
+
} catch (x) {}
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
var prefix = 'Invariant failed';
|
|
1265
|
+
function invariant(condition, message) {
|
|
1266
|
+
if (condition) {
|
|
1267
|
+
return;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
{
|
|
1271
|
+
throw new Error(prefix + ": " + (message || ''));
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1275
|
+
function parsePath(path) {
|
|
1276
|
+
var pathname = path || '/';
|
|
1277
|
+
var search = '';
|
|
1278
|
+
var hash = '';
|
|
1279
|
+
var hashIndex = pathname.indexOf('#');
|
|
1280
|
+
|
|
1281
|
+
if (hashIndex !== -1) {
|
|
1282
|
+
hash = pathname.substr(hashIndex);
|
|
1283
|
+
pathname = pathname.substr(0, hashIndex);
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
var searchIndex = pathname.indexOf('?');
|
|
1287
|
+
|
|
1288
|
+
if (searchIndex !== -1) {
|
|
1289
|
+
search = pathname.substr(searchIndex);
|
|
1290
|
+
pathname = pathname.substr(0, searchIndex);
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
return {
|
|
1294
|
+
pathname: pathname,
|
|
1295
|
+
search: search === '?' ? '' : search,
|
|
1296
|
+
hash: hash === '#' ? '' : hash
|
|
1297
|
+
};
|
|
1298
|
+
}
|
|
1299
|
+
function createPath(location) {
|
|
1300
|
+
var pathname = location.pathname,
|
|
1301
|
+
search = location.search,
|
|
1302
|
+
hash = location.hash;
|
|
1303
|
+
var path = pathname || '/';
|
|
1304
|
+
if (search && search !== '?') path += search.charAt(0) === '?' ? search : "?" + search;
|
|
1305
|
+
if (hash && hash !== '#') path += hash.charAt(0) === '#' ? hash : "#" + hash;
|
|
1306
|
+
return path;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
function createLocation(path, state, key, currentLocation) {
|
|
1310
|
+
var location;
|
|
1311
|
+
|
|
1312
|
+
if (typeof path === 'string') {
|
|
1313
|
+
// Two-arg form: push(path, state)
|
|
1314
|
+
location = parsePath(path);
|
|
1315
|
+
location.state = state;
|
|
1316
|
+
} else {
|
|
1317
|
+
// One-arg form: push(location)
|
|
1318
|
+
location = _extends({}, path);
|
|
1319
|
+
if (location.pathname === undefined) location.pathname = '';
|
|
1320
|
+
|
|
1321
|
+
if (location.search) {
|
|
1322
|
+
if (location.search.charAt(0) !== '?') location.search = '?' + location.search;
|
|
1323
|
+
} else {
|
|
1324
|
+
location.search = '';
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
if (location.hash) {
|
|
1328
|
+
if (location.hash.charAt(0) !== '#') location.hash = '#' + location.hash;
|
|
1329
|
+
} else {
|
|
1330
|
+
location.hash = '';
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
if (state !== undefined && location.state === undefined) location.state = state;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
try {
|
|
1337
|
+
location.pathname = decodeURI(location.pathname);
|
|
1338
|
+
} catch (e) {
|
|
1339
|
+
if (e instanceof URIError) {
|
|
1340
|
+
throw new URIError('Pathname "' + location.pathname + '" could not be decoded. ' + 'This is likely caused by an invalid percent-encoding.');
|
|
1341
|
+
} else {
|
|
1342
|
+
throw e;
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
if (key) location.key = key;
|
|
1347
|
+
|
|
1348
|
+
if (currentLocation) {
|
|
1349
|
+
// Resolve incomplete/relative pathname relative to current location.
|
|
1350
|
+
if (!location.pathname) {
|
|
1351
|
+
location.pathname = currentLocation.pathname;
|
|
1352
|
+
} else if (location.pathname.charAt(0) !== '/') {
|
|
1353
|
+
location.pathname = resolvePathname(location.pathname, currentLocation.pathname);
|
|
1354
|
+
}
|
|
1355
|
+
} else {
|
|
1356
|
+
// When there is no prior location and pathname is empty, set it to /
|
|
1357
|
+
if (!location.pathname) {
|
|
1358
|
+
location.pathname = '/';
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
return location;
|
|
1363
|
+
}
|
|
1364
|
+
function locationsAreEqual(a, b) {
|
|
1365
|
+
return a.pathname === b.pathname && a.search === b.search && a.hash === b.hash && a.key === b.key && valueEqual(a.state, b.state);
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
function createTransitionManager() {
|
|
1369
|
+
var prompt = null;
|
|
1370
|
+
|
|
1371
|
+
function setPrompt(nextPrompt) {
|
|
1372
|
+
warning(prompt == null, 'A history supports only one prompt at a time') ;
|
|
1373
|
+
prompt = nextPrompt;
|
|
1374
|
+
return function () {
|
|
1375
|
+
if (prompt === nextPrompt) prompt = null;
|
|
1376
|
+
};
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
function confirmTransitionTo(location, action, getUserConfirmation, callback) {
|
|
1380
|
+
// TODO: If another transition starts while we're still confirming
|
|
1381
|
+
// the previous one, we may end up in a weird state. Figure out the
|
|
1382
|
+
// best way to handle this.
|
|
1383
|
+
if (prompt != null) {
|
|
1384
|
+
var result = typeof prompt === 'function' ? prompt(location, action) : prompt;
|
|
1385
|
+
|
|
1386
|
+
if (typeof result === 'string') {
|
|
1387
|
+
if (typeof getUserConfirmation === 'function') {
|
|
1388
|
+
getUserConfirmation(result, callback);
|
|
1389
|
+
} else {
|
|
1390
|
+
warning(false, 'A history needs a getUserConfirmation function in order to use a prompt message') ;
|
|
1391
|
+
callback(true);
|
|
1392
|
+
}
|
|
1393
|
+
} else {
|
|
1394
|
+
// Return false from a transition hook to cancel the transition.
|
|
1395
|
+
callback(result !== false);
|
|
1396
|
+
}
|
|
1397
|
+
} else {
|
|
1398
|
+
callback(true);
|
|
1399
|
+
}
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
var listeners = [];
|
|
1403
|
+
|
|
1404
|
+
function appendListener(fn) {
|
|
1405
|
+
var isActive = true;
|
|
1406
|
+
|
|
1407
|
+
function listener() {
|
|
1408
|
+
if (isActive) fn.apply(void 0, arguments);
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
listeners.push(listener);
|
|
1412
|
+
return function () {
|
|
1413
|
+
isActive = false;
|
|
1414
|
+
listeners = listeners.filter(function (item) {
|
|
1415
|
+
return item !== listener;
|
|
1416
|
+
});
|
|
1417
|
+
};
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
function notifyListeners() {
|
|
1421
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1422
|
+
args[_key] = arguments[_key];
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
listeners.forEach(function (listener) {
|
|
1426
|
+
return listener.apply(void 0, args);
|
|
1427
|
+
});
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
return {
|
|
1431
|
+
setPrompt: setPrompt,
|
|
1432
|
+
confirmTransitionTo: confirmTransitionTo,
|
|
1433
|
+
appendListener: appendListener,
|
|
1434
|
+
notifyListeners: notifyListeners
|
|
1435
|
+
};
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);
|
|
1439
|
+
|
|
1440
|
+
function clamp(n, lowerBound, upperBound) {
|
|
1441
|
+
return Math.min(Math.max(n, lowerBound), upperBound);
|
|
1442
|
+
}
|
|
1443
|
+
/**
|
|
1444
|
+
* Creates a history object that stores locations in memory.
|
|
1445
|
+
*/
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
function createMemoryHistory(props) {
|
|
1449
|
+
if (props === void 0) {
|
|
1450
|
+
props = {};
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
var _props = props,
|
|
1454
|
+
getUserConfirmation = _props.getUserConfirmation,
|
|
1455
|
+
_props$initialEntries = _props.initialEntries,
|
|
1456
|
+
initialEntries = _props$initialEntries === void 0 ? ['/'] : _props$initialEntries,
|
|
1457
|
+
_props$initialIndex = _props.initialIndex,
|
|
1458
|
+
initialIndex = _props$initialIndex === void 0 ? 0 : _props$initialIndex,
|
|
1459
|
+
_props$keyLength = _props.keyLength,
|
|
1460
|
+
keyLength = _props$keyLength === void 0 ? 6 : _props$keyLength;
|
|
1461
|
+
var transitionManager = createTransitionManager();
|
|
1462
|
+
|
|
1463
|
+
function setState(nextState) {
|
|
1464
|
+
_extends(history, nextState);
|
|
1465
|
+
|
|
1466
|
+
history.length = history.entries.length;
|
|
1467
|
+
transitionManager.notifyListeners(history.location, history.action);
|
|
1468
|
+
}
|
|
1469
|
+
|
|
1470
|
+
function createKey() {
|
|
1471
|
+
return Math.random().toString(36).substr(2, keyLength);
|
|
1472
|
+
}
|
|
1473
|
+
|
|
1474
|
+
var index = clamp(initialIndex, 0, initialEntries.length - 1);
|
|
1475
|
+
var entries = initialEntries.map(function (entry) {
|
|
1476
|
+
return typeof entry === 'string' ? createLocation(entry, undefined, createKey()) : createLocation(entry, undefined, entry.key || createKey());
|
|
1477
|
+
}); // Public interface
|
|
1478
|
+
|
|
1479
|
+
var createHref = createPath;
|
|
1480
|
+
|
|
1481
|
+
function push(path, state) {
|
|
1482
|
+
warning(!(typeof path === 'object' && path.state !== undefined && state !== undefined), 'You should avoid providing a 2nd state argument to push when the 1st ' + 'argument is a location-like object that already has state; it is ignored') ;
|
|
1483
|
+
var action = 'PUSH';
|
|
1484
|
+
var location = createLocation(path, state, createKey(), history.location);
|
|
1485
|
+
transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) {
|
|
1486
|
+
if (!ok) return;
|
|
1487
|
+
var prevIndex = history.index;
|
|
1488
|
+
var nextIndex = prevIndex + 1;
|
|
1489
|
+
var nextEntries = history.entries.slice(0);
|
|
1490
|
+
|
|
1491
|
+
if (nextEntries.length > nextIndex) {
|
|
1492
|
+
nextEntries.splice(nextIndex, nextEntries.length - nextIndex, location);
|
|
1493
|
+
} else {
|
|
1494
|
+
nextEntries.push(location);
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
setState({
|
|
1498
|
+
action: action,
|
|
1499
|
+
location: location,
|
|
1500
|
+
index: nextIndex,
|
|
1501
|
+
entries: nextEntries
|
|
1502
|
+
});
|
|
1503
|
+
});
|
|
1504
|
+
}
|
|
1505
|
+
|
|
1506
|
+
function replace(path, state) {
|
|
1507
|
+
warning(!(typeof path === 'object' && path.state !== undefined && state !== undefined), 'You should avoid providing a 2nd state argument to replace when the 1st ' + 'argument is a location-like object that already has state; it is ignored') ;
|
|
1508
|
+
var action = 'REPLACE';
|
|
1509
|
+
var location = createLocation(path, state, createKey(), history.location);
|
|
1510
|
+
transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) {
|
|
1511
|
+
if (!ok) return;
|
|
1512
|
+
history.entries[history.index] = location;
|
|
1513
|
+
setState({
|
|
1514
|
+
action: action,
|
|
1515
|
+
location: location
|
|
1516
|
+
});
|
|
1517
|
+
});
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
function go(n) {
|
|
1521
|
+
var nextIndex = clamp(history.index + n, 0, history.entries.length - 1);
|
|
1522
|
+
var action = 'POP';
|
|
1523
|
+
var location = history.entries[nextIndex];
|
|
1524
|
+
transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) {
|
|
1525
|
+
if (ok) {
|
|
1526
|
+
setState({
|
|
1527
|
+
action: action,
|
|
1528
|
+
location: location,
|
|
1529
|
+
index: nextIndex
|
|
1530
|
+
});
|
|
1531
|
+
} else {
|
|
1532
|
+
// Mimic the behavior of DOM histories by
|
|
1533
|
+
// causing a render after a cancelled POP.
|
|
1534
|
+
setState();
|
|
1535
|
+
}
|
|
1536
|
+
});
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
function goBack() {
|
|
1540
|
+
go(-1);
|
|
1541
|
+
}
|
|
1542
|
+
|
|
1543
|
+
function goForward() {
|
|
1544
|
+
go(1);
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
function canGo(n) {
|
|
1548
|
+
var nextIndex = history.index + n;
|
|
1549
|
+
return nextIndex >= 0 && nextIndex < history.entries.length;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
function block(prompt) {
|
|
1553
|
+
if (prompt === void 0) {
|
|
1554
|
+
prompt = false;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
return transitionManager.setPrompt(prompt);
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
function listen(listener) {
|
|
1561
|
+
return transitionManager.appendListener(listener);
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
var history = {
|
|
1565
|
+
length: entries.length,
|
|
1566
|
+
action: 'POP',
|
|
1567
|
+
location: entries[index],
|
|
1568
|
+
index: index,
|
|
1569
|
+
entries: entries,
|
|
1570
|
+
createHref: createHref,
|
|
1571
|
+
push: push,
|
|
1572
|
+
replace: replace,
|
|
1573
|
+
go: go,
|
|
1574
|
+
goBack: goBack,
|
|
1575
|
+
goForward: goForward,
|
|
1576
|
+
canGo: canGo,
|
|
1577
|
+
block: block,
|
|
1578
|
+
listen: listen
|
|
1579
|
+
};
|
|
1580
|
+
return history;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
var MAX_SIGNED_31_BIT_INT = 1073741823;
|
|
1584
|
+
var commonjsGlobal = typeof globalThis !== "undefined" // 'global proper'
|
|
1585
|
+
? // eslint-disable-next-line no-undef
|
|
1586
|
+
globalThis : typeof window !== "undefined" ? window // Browser
|
|
1587
|
+
: typeof global !== "undefined" ? global // node.js
|
|
1588
|
+
: {};
|
|
1589
|
+
|
|
1590
|
+
function getUniqueId() {
|
|
1591
|
+
var key = "__global_unique_id__";
|
|
1592
|
+
return commonjsGlobal[key] = (commonjsGlobal[key] || 0) + 1;
|
|
1593
|
+
} // Inlined Object.is polyfill.
|
|
1594
|
+
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
function objectIs(x, y) {
|
|
1598
|
+
if (x === y) {
|
|
1599
|
+
return x !== 0 || 1 / x === 1 / y;
|
|
1600
|
+
} else {
|
|
1601
|
+
// eslint-disable-next-line no-self-compare
|
|
1602
|
+
return x !== x && y !== y;
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
function createEventEmitter(value) {
|
|
1607
|
+
var handlers = [];
|
|
1608
|
+
return {
|
|
1609
|
+
on: function on(handler) {
|
|
1610
|
+
handlers.push(handler);
|
|
1611
|
+
},
|
|
1612
|
+
off: function off(handler) {
|
|
1613
|
+
handlers = handlers.filter(function (h) {
|
|
1614
|
+
return h !== handler;
|
|
1615
|
+
});
|
|
1616
|
+
},
|
|
1617
|
+
get: function get() {
|
|
1618
|
+
return value;
|
|
1619
|
+
},
|
|
1620
|
+
set: function set(newValue, changedBits) {
|
|
1621
|
+
value = newValue;
|
|
1622
|
+
handlers.forEach(function (handler) {
|
|
1623
|
+
return handler(value, changedBits);
|
|
1624
|
+
});
|
|
1625
|
+
}
|
|
1626
|
+
};
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
function onlyChild(children) {
|
|
1630
|
+
return Array.isArray(children) ? children[0] : children;
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
function createReactContext(defaultValue, calculateChangedBits) {
|
|
1634
|
+
var _Provider$childContex, _Consumer$contextType;
|
|
1635
|
+
|
|
1636
|
+
var contextProp = "__create-react-context-" + getUniqueId() + "__";
|
|
1637
|
+
|
|
1638
|
+
var Provider = /*#__PURE__*/function (_React$Component) {
|
|
1639
|
+
_inheritsLoose(Provider, _React$Component);
|
|
1640
|
+
|
|
1641
|
+
function Provider() {
|
|
1642
|
+
var _this;
|
|
1643
|
+
|
|
1644
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1645
|
+
args[_key] = arguments[_key];
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
|
|
1649
|
+
_this.emitter = createEventEmitter(_this.props.value);
|
|
1650
|
+
return _this;
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
var _proto = Provider.prototype;
|
|
1654
|
+
|
|
1655
|
+
_proto.getChildContext = function getChildContext() {
|
|
1656
|
+
var _ref;
|
|
1657
|
+
|
|
1658
|
+
return _ref = {}, _ref[contextProp] = this.emitter, _ref;
|
|
1659
|
+
};
|
|
1660
|
+
|
|
1661
|
+
_proto.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
|
1662
|
+
if (this.props.value !== nextProps.value) {
|
|
1663
|
+
var oldValue = this.props.value;
|
|
1664
|
+
var newValue = nextProps.value;
|
|
1665
|
+
var changedBits;
|
|
1666
|
+
|
|
1667
|
+
if (objectIs(oldValue, newValue)) {
|
|
1668
|
+
changedBits = 0; // No change
|
|
1669
|
+
} else {
|
|
1670
|
+
changedBits = typeof calculateChangedBits === "function" ? calculateChangedBits(oldValue, newValue) : MAX_SIGNED_31_BIT_INT;
|
|
1671
|
+
|
|
1672
|
+
{
|
|
1673
|
+
warning((changedBits & MAX_SIGNED_31_BIT_INT) === changedBits, "calculateChangedBits: Expected the return value to be a " + "31-bit integer. Instead received: " + changedBits) ;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
changedBits |= 0;
|
|
1677
|
+
|
|
1678
|
+
if (changedBits !== 0) {
|
|
1679
|
+
this.emitter.set(nextProps.value, changedBits);
|
|
1680
|
+
}
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
};
|
|
1684
|
+
|
|
1685
|
+
_proto.render = function render() {
|
|
1686
|
+
return this.props.children;
|
|
1687
|
+
};
|
|
1688
|
+
|
|
1689
|
+
return Provider;
|
|
1690
|
+
}(React.Component);
|
|
1691
|
+
|
|
1692
|
+
Provider.childContextTypes = (_Provider$childContex = {}, _Provider$childContex[contextProp] = propTypes.object.isRequired, _Provider$childContex);
|
|
1693
|
+
|
|
1694
|
+
var Consumer = /*#__PURE__*/function (_React$Component2) {
|
|
1695
|
+
_inheritsLoose(Consumer, _React$Component2);
|
|
1696
|
+
|
|
1697
|
+
function Consumer() {
|
|
1698
|
+
var _this2;
|
|
1699
|
+
|
|
1700
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
1701
|
+
args[_key2] = arguments[_key2];
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
_this2 = _React$Component2.call.apply(_React$Component2, [this].concat(args)) || this;
|
|
1705
|
+
_this2.observedBits = void 0;
|
|
1706
|
+
_this2.state = {
|
|
1707
|
+
value: _this2.getValue()
|
|
1708
|
+
};
|
|
1709
|
+
|
|
1710
|
+
_this2.onUpdate = function (newValue, changedBits) {
|
|
1711
|
+
var observedBits = _this2.observedBits | 0;
|
|
1712
|
+
|
|
1713
|
+
if ((observedBits & changedBits) !== 0) {
|
|
1714
|
+
_this2.setState({
|
|
1715
|
+
value: _this2.getValue()
|
|
1716
|
+
});
|
|
1717
|
+
}
|
|
1718
|
+
};
|
|
1719
|
+
|
|
1720
|
+
return _this2;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
var _proto2 = Consumer.prototype;
|
|
1724
|
+
|
|
1725
|
+
_proto2.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
|
1726
|
+
var observedBits = nextProps.observedBits;
|
|
1727
|
+
this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default
|
|
1728
|
+
: observedBits;
|
|
1729
|
+
};
|
|
1730
|
+
|
|
1731
|
+
_proto2.componentDidMount = function componentDidMount() {
|
|
1732
|
+
if (this.context[contextProp]) {
|
|
1733
|
+
this.context[contextProp].on(this.onUpdate);
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
var observedBits = this.props.observedBits;
|
|
1737
|
+
this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default
|
|
1738
|
+
: observedBits;
|
|
1739
|
+
};
|
|
1740
|
+
|
|
1741
|
+
_proto2.componentWillUnmount = function componentWillUnmount() {
|
|
1742
|
+
if (this.context[contextProp]) {
|
|
1743
|
+
this.context[contextProp].off(this.onUpdate);
|
|
1744
|
+
}
|
|
1745
|
+
};
|
|
1746
|
+
|
|
1747
|
+
_proto2.getValue = function getValue() {
|
|
1748
|
+
if (this.context[contextProp]) {
|
|
1749
|
+
return this.context[contextProp].get();
|
|
1750
|
+
} else {
|
|
1751
|
+
return defaultValue;
|
|
1752
|
+
}
|
|
1753
|
+
};
|
|
1754
|
+
|
|
1755
|
+
_proto2.render = function render() {
|
|
1756
|
+
return onlyChild(this.props.children)(this.state.value);
|
|
1757
|
+
};
|
|
1758
|
+
|
|
1759
|
+
return Consumer;
|
|
1760
|
+
}(React.Component);
|
|
1761
|
+
|
|
1762
|
+
Consumer.contextTypes = (_Consumer$contextType = {}, _Consumer$contextType[contextProp] = propTypes.object, _Consumer$contextType);
|
|
1763
|
+
return {
|
|
1764
|
+
Provider: Provider,
|
|
1765
|
+
Consumer: Consumer
|
|
1766
|
+
};
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
// MIT License
|
|
1770
|
+
var createContext = React.createContext || createReactContext;
|
|
1771
|
+
|
|
1772
|
+
// TODO: Replace with React.createContext once we can assume React 16+
|
|
1773
|
+
|
|
1774
|
+
var createNamedContext = function createNamedContext(name) {
|
|
1775
|
+
var context = createContext();
|
|
1776
|
+
context.displayName = name;
|
|
1777
|
+
return context;
|
|
1778
|
+
};
|
|
1779
|
+
|
|
1780
|
+
var historyContext = /*#__PURE__*/createNamedContext("Router-History");
|
|
1781
|
+
|
|
1782
|
+
var context = /*#__PURE__*/createNamedContext("Router");
|
|
1783
|
+
|
|
1784
|
+
/**
|
|
1785
|
+
* The public API for putting history on context.
|
|
1786
|
+
*/
|
|
1787
|
+
|
|
1788
|
+
var Router = /*#__PURE__*/function (_React$Component) {
|
|
1789
|
+
_inheritsLoose(Router, _React$Component);
|
|
1790
|
+
|
|
1791
|
+
Router.computeRootMatch = function computeRootMatch(pathname) {
|
|
1792
|
+
return {
|
|
1793
|
+
path: "/",
|
|
1794
|
+
url: "/",
|
|
1795
|
+
params: {},
|
|
1796
|
+
isExact: pathname === "/"
|
|
1797
|
+
};
|
|
1798
|
+
};
|
|
1799
|
+
|
|
1800
|
+
function Router(props) {
|
|
1801
|
+
var _this;
|
|
1802
|
+
|
|
1803
|
+
_this = _React$Component.call(this, props) || this;
|
|
1804
|
+
_this.state = {
|
|
1805
|
+
location: props.history.location
|
|
1806
|
+
}; // This is a bit of a hack. We have to start listening for location
|
|
1807
|
+
// changes here in the constructor in case there are any <Redirect>s
|
|
1808
|
+
// on the initial render. If there are, they will replace/push when
|
|
1809
|
+
// they mount and since cDM fires in children before parents, we may
|
|
1810
|
+
// get a new location before the <Router> is mounted.
|
|
1811
|
+
|
|
1812
|
+
_this._isMounted = false;
|
|
1813
|
+
_this._pendingLocation = null;
|
|
1814
|
+
|
|
1815
|
+
if (!props.staticContext) {
|
|
1816
|
+
_this.unlisten = props.history.listen(function (location) {
|
|
1817
|
+
_this._pendingLocation = location;
|
|
1818
|
+
});
|
|
1819
|
+
}
|
|
1820
|
+
|
|
1821
|
+
return _this;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
var _proto = Router.prototype;
|
|
1825
|
+
|
|
1826
|
+
_proto.componentDidMount = function componentDidMount() {
|
|
1827
|
+
var _this2 = this;
|
|
1828
|
+
|
|
1829
|
+
this._isMounted = true;
|
|
1830
|
+
|
|
1831
|
+
if (this.unlisten) {
|
|
1832
|
+
// Any pre-mount location changes have been captured at
|
|
1833
|
+
// this point, so unregister the listener.
|
|
1834
|
+
this.unlisten();
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
if (!this.props.staticContext) {
|
|
1838
|
+
this.unlisten = this.props.history.listen(function (location) {
|
|
1839
|
+
if (_this2._isMounted) {
|
|
1840
|
+
_this2.setState({
|
|
1841
|
+
location: location
|
|
1842
|
+
});
|
|
1843
|
+
}
|
|
1844
|
+
});
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1847
|
+
if (this._pendingLocation) {
|
|
1848
|
+
this.setState({
|
|
1849
|
+
location: this._pendingLocation
|
|
1850
|
+
});
|
|
1851
|
+
}
|
|
1852
|
+
};
|
|
1853
|
+
|
|
1854
|
+
_proto.componentWillUnmount = function componentWillUnmount() {
|
|
1855
|
+
if (this.unlisten) {
|
|
1856
|
+
this.unlisten();
|
|
1857
|
+
this._isMounted = false;
|
|
1858
|
+
this._pendingLocation = null;
|
|
1859
|
+
}
|
|
1860
|
+
};
|
|
1861
|
+
|
|
1862
|
+
_proto.render = function render() {
|
|
1863
|
+
return /*#__PURE__*/React.createElement(context.Provider, {
|
|
1864
|
+
value: {
|
|
1865
|
+
history: this.props.history,
|
|
1866
|
+
location: this.state.location,
|
|
1867
|
+
match: Router.computeRootMatch(this.state.location.pathname),
|
|
1868
|
+
staticContext: this.props.staticContext
|
|
1869
|
+
}
|
|
1870
|
+
}, /*#__PURE__*/React.createElement(historyContext.Provider, {
|
|
1871
|
+
children: this.props.children || null,
|
|
1872
|
+
value: this.props.history
|
|
1873
|
+
}));
|
|
1874
|
+
};
|
|
1875
|
+
|
|
1876
|
+
return Router;
|
|
1877
|
+
}(React.Component);
|
|
1878
|
+
|
|
1879
|
+
{
|
|
1880
|
+
Router.propTypes = {
|
|
1881
|
+
children: propTypes.node,
|
|
1882
|
+
history: propTypes.object.isRequired,
|
|
1883
|
+
staticContext: propTypes.object
|
|
1884
|
+
};
|
|
1885
|
+
|
|
1886
|
+
Router.prototype.componentDidUpdate = function (prevProps) {
|
|
1887
|
+
warning(prevProps.history === this.props.history, "You cannot change <Router history>") ;
|
|
1888
|
+
};
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
/**
|
|
1892
|
+
* The public API for a <Router> that stores location in memory.
|
|
1893
|
+
*/
|
|
1894
|
+
|
|
1895
|
+
var MemoryRouter = /*#__PURE__*/function (_React$Component) {
|
|
1896
|
+
_inheritsLoose(MemoryRouter, _React$Component);
|
|
1897
|
+
|
|
1898
|
+
function MemoryRouter() {
|
|
1899
|
+
var _this;
|
|
1900
|
+
|
|
1901
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1902
|
+
args[_key] = arguments[_key];
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
|
|
1906
|
+
_this.history = createMemoryHistory(_this.props);
|
|
1907
|
+
return _this;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
var _proto = MemoryRouter.prototype;
|
|
1911
|
+
|
|
1912
|
+
_proto.render = function render() {
|
|
1913
|
+
return /*#__PURE__*/React.createElement(Router, {
|
|
1914
|
+
history: this.history,
|
|
1915
|
+
children: this.props.children
|
|
1916
|
+
});
|
|
1917
|
+
};
|
|
1918
|
+
|
|
1919
|
+
return MemoryRouter;
|
|
1920
|
+
}(React.Component);
|
|
1921
|
+
|
|
1922
|
+
{
|
|
1923
|
+
MemoryRouter.propTypes = {
|
|
1924
|
+
initialEntries: propTypes.array,
|
|
1925
|
+
initialIndex: propTypes.number,
|
|
1926
|
+
getUserConfirmation: propTypes.func,
|
|
1927
|
+
keyLength: propTypes.number,
|
|
1928
|
+
children: propTypes.node
|
|
1929
|
+
};
|
|
1930
|
+
|
|
1931
|
+
MemoryRouter.prototype.componentDidMount = function () {
|
|
1932
|
+
warning(!this.props.history, "<MemoryRouter> ignores the history prop. To use a custom history, " + "use `import { Router }` instead of `import { MemoryRouter as Router }`.") ;
|
|
1933
|
+
};
|
|
1934
|
+
}
|
|
1935
|
+
|
|
1936
|
+
var Lifecycle = /*#__PURE__*/function (_React$Component) {
|
|
1937
|
+
_inheritsLoose(Lifecycle, _React$Component);
|
|
1938
|
+
|
|
1939
|
+
function Lifecycle() {
|
|
1940
|
+
return _React$Component.apply(this, arguments) || this;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
var _proto = Lifecycle.prototype;
|
|
1944
|
+
|
|
1945
|
+
_proto.componentDidMount = function componentDidMount() {
|
|
1946
|
+
if (this.props.onMount) this.props.onMount.call(this, this);
|
|
1947
|
+
};
|
|
1948
|
+
|
|
1949
|
+
_proto.componentDidUpdate = function componentDidUpdate(prevProps) {
|
|
1950
|
+
if (this.props.onUpdate) this.props.onUpdate.call(this, this, prevProps);
|
|
1951
|
+
};
|
|
1952
|
+
|
|
1953
|
+
_proto.componentWillUnmount = function componentWillUnmount() {
|
|
1954
|
+
if (this.props.onUnmount) this.props.onUnmount.call(this, this);
|
|
1955
|
+
};
|
|
1956
|
+
|
|
1957
|
+
_proto.render = function render() {
|
|
1958
|
+
return null;
|
|
1959
|
+
};
|
|
1960
|
+
|
|
1961
|
+
return Lifecycle;
|
|
1962
|
+
}(React.Component);
|
|
1963
|
+
|
|
1964
|
+
/**
|
|
1965
|
+
* The public API for prompting the user before navigating away from a screen.
|
|
1966
|
+
*/
|
|
1967
|
+
|
|
1968
|
+
function Prompt(_ref) {
|
|
1969
|
+
var message = _ref.message,
|
|
1970
|
+
_ref$when = _ref.when,
|
|
1971
|
+
when = _ref$when === void 0 ? true : _ref$when;
|
|
1972
|
+
return /*#__PURE__*/React.createElement(context.Consumer, null, function (context) {
|
|
1973
|
+
!context ? invariant(false, "You should not use <Prompt> outside a <Router>") : void 0;
|
|
1974
|
+
if (!when || context.staticContext) return null;
|
|
1975
|
+
var method = context.history.block;
|
|
1976
|
+
return /*#__PURE__*/React.createElement(Lifecycle, {
|
|
1977
|
+
onMount: function onMount(self) {
|
|
1978
|
+
self.release = method(message);
|
|
1979
|
+
},
|
|
1980
|
+
onUpdate: function onUpdate(self, prevProps) {
|
|
1981
|
+
if (prevProps.message !== message) {
|
|
1982
|
+
self.release();
|
|
1983
|
+
self.release = method(message);
|
|
1984
|
+
}
|
|
1985
|
+
},
|
|
1986
|
+
onUnmount: function onUnmount(self) {
|
|
1987
|
+
self.release();
|
|
1988
|
+
},
|
|
1989
|
+
message: message
|
|
1990
|
+
});
|
|
1991
|
+
});
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
{
|
|
1995
|
+
var messageType = propTypes.oneOfType([propTypes.func, propTypes.string]);
|
|
1996
|
+
Prompt.propTypes = {
|
|
1997
|
+
when: propTypes.bool,
|
|
1998
|
+
message: messageType.isRequired
|
|
1999
|
+
};
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
var isarray = Array.isArray || function (arr) {
|
|
2003
|
+
return Object.prototype.toString.call(arr) == '[object Array]';
|
|
2004
|
+
};
|
|
2005
|
+
|
|
2006
|
+
/**
|
|
2007
|
+
* Expose `pathToRegexp`.
|
|
2008
|
+
*/
|
|
2009
|
+
var pathToRegexp_1 = pathToRegexp;
|
|
2010
|
+
var parse_1 = parse;
|
|
2011
|
+
var compile_1 = compile;
|
|
2012
|
+
var tokensToFunction_1 = tokensToFunction;
|
|
2013
|
+
var tokensToRegExp_1 = tokensToRegExp;
|
|
2014
|
+
|
|
2015
|
+
/**
|
|
2016
|
+
* The main path matching regexp utility.
|
|
2017
|
+
*
|
|
2018
|
+
* @type {RegExp}
|
|
2019
|
+
*/
|
|
2020
|
+
var PATH_REGEXP = new RegExp([
|
|
2021
|
+
// Match escaped characters that would otherwise appear in future matches.
|
|
2022
|
+
// This allows the user to escape special characters that won't transform.
|
|
2023
|
+
'(\\\\.)',
|
|
2024
|
+
// Match Express-style parameters and un-named parameters with a prefix
|
|
2025
|
+
// and optional suffixes. Matches appear as:
|
|
2026
|
+
//
|
|
2027
|
+
// "/:test(\\d+)?" => ["/", "test", "\d+", undefined, "?", undefined]
|
|
2028
|
+
// "/route(\\d+)" => [undefined, undefined, undefined, "\d+", undefined, undefined]
|
|
2029
|
+
// "/*" => ["/", undefined, undefined, undefined, undefined, "*"]
|
|
2030
|
+
'([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))'
|
|
2031
|
+
].join('|'), 'g');
|
|
2032
|
+
|
|
2033
|
+
/**
|
|
2034
|
+
* Parse a string for the raw tokens.
|
|
2035
|
+
*
|
|
2036
|
+
* @param {string} str
|
|
2037
|
+
* @param {Object=} options
|
|
2038
|
+
* @return {!Array}
|
|
2039
|
+
*/
|
|
2040
|
+
function parse (str, options) {
|
|
2041
|
+
var tokens = [];
|
|
2042
|
+
var key = 0;
|
|
2043
|
+
var index = 0;
|
|
2044
|
+
var path = '';
|
|
2045
|
+
var defaultDelimiter = options && options.delimiter || '/';
|
|
2046
|
+
var res;
|
|
2047
|
+
|
|
2048
|
+
while ((res = PATH_REGEXP.exec(str)) != null) {
|
|
2049
|
+
var m = res[0];
|
|
2050
|
+
var escaped = res[1];
|
|
2051
|
+
var offset = res.index;
|
|
2052
|
+
path += str.slice(index, offset);
|
|
2053
|
+
index = offset + m.length;
|
|
2054
|
+
|
|
2055
|
+
// Ignore already escaped sequences.
|
|
2056
|
+
if (escaped) {
|
|
2057
|
+
path += escaped[1];
|
|
2058
|
+
continue
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
var next = str[index];
|
|
2062
|
+
var prefix = res[2];
|
|
2063
|
+
var name = res[3];
|
|
2064
|
+
var capture = res[4];
|
|
2065
|
+
var group = res[5];
|
|
2066
|
+
var modifier = res[6];
|
|
2067
|
+
var asterisk = res[7];
|
|
2068
|
+
|
|
2069
|
+
// Push the current path onto the tokens.
|
|
2070
|
+
if (path) {
|
|
2071
|
+
tokens.push(path);
|
|
2072
|
+
path = '';
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
var partial = prefix != null && next != null && next !== prefix;
|
|
2076
|
+
var repeat = modifier === '+' || modifier === '*';
|
|
2077
|
+
var optional = modifier === '?' || modifier === '*';
|
|
2078
|
+
var delimiter = res[2] || defaultDelimiter;
|
|
2079
|
+
var pattern = capture || group;
|
|
2080
|
+
|
|
2081
|
+
tokens.push({
|
|
2082
|
+
name: name || key++,
|
|
2083
|
+
prefix: prefix || '',
|
|
2084
|
+
delimiter: delimiter,
|
|
2085
|
+
optional: optional,
|
|
2086
|
+
repeat: repeat,
|
|
2087
|
+
partial: partial,
|
|
2088
|
+
asterisk: !!asterisk,
|
|
2089
|
+
pattern: pattern ? escapeGroup(pattern) : (asterisk ? '.*' : '[^' + escapeString(delimiter) + ']+?')
|
|
2090
|
+
});
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
// Match any characters still remaining.
|
|
2094
|
+
if (index < str.length) {
|
|
2095
|
+
path += str.substr(index);
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
// If the path exists, push it onto the end.
|
|
2099
|
+
if (path) {
|
|
2100
|
+
tokens.push(path);
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
return tokens
|
|
2104
|
+
}
|
|
2105
|
+
|
|
2106
|
+
/**
|
|
2107
|
+
* Compile a string to a template function for the path.
|
|
2108
|
+
*
|
|
2109
|
+
* @param {string} str
|
|
2110
|
+
* @param {Object=} options
|
|
2111
|
+
* @return {!function(Object=, Object=)}
|
|
2112
|
+
*/
|
|
2113
|
+
function compile (str, options) {
|
|
2114
|
+
return tokensToFunction(parse(str, options))
|
|
2115
|
+
}
|
|
2116
|
+
|
|
2117
|
+
/**
|
|
2118
|
+
* Prettier encoding of URI path segments.
|
|
2119
|
+
*
|
|
2120
|
+
* @param {string}
|
|
2121
|
+
* @return {string}
|
|
2122
|
+
*/
|
|
2123
|
+
function encodeURIComponentPretty (str) {
|
|
2124
|
+
return encodeURI(str).replace(/[\/?#]/g, function (c) {
|
|
2125
|
+
return '%' + c.charCodeAt(0).toString(16).toUpperCase()
|
|
2126
|
+
})
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2129
|
+
/**
|
|
2130
|
+
* Encode the asterisk parameter. Similar to `pretty`, but allows slashes.
|
|
2131
|
+
*
|
|
2132
|
+
* @param {string}
|
|
2133
|
+
* @return {string}
|
|
2134
|
+
*/
|
|
2135
|
+
function encodeAsterisk (str) {
|
|
2136
|
+
return encodeURI(str).replace(/[?#]/g, function (c) {
|
|
2137
|
+
return '%' + c.charCodeAt(0).toString(16).toUpperCase()
|
|
2138
|
+
})
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
/**
|
|
2142
|
+
* Expose a method for transforming tokens into the path function.
|
|
2143
|
+
*/
|
|
2144
|
+
function tokensToFunction (tokens) {
|
|
2145
|
+
// Compile all the tokens into regexps.
|
|
2146
|
+
var matches = new Array(tokens.length);
|
|
2147
|
+
|
|
2148
|
+
// Compile all the patterns before compilation.
|
|
2149
|
+
for (var i = 0; i < tokens.length; i++) {
|
|
2150
|
+
if (typeof tokens[i] === 'object') {
|
|
2151
|
+
matches[i] = new RegExp('^(?:' + tokens[i].pattern + ')$');
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
|
|
2155
|
+
return function (obj, opts) {
|
|
2156
|
+
var path = '';
|
|
2157
|
+
var data = obj || {};
|
|
2158
|
+
var options = opts || {};
|
|
2159
|
+
var encode = options.pretty ? encodeURIComponentPretty : encodeURIComponent;
|
|
2160
|
+
|
|
2161
|
+
for (var i = 0; i < tokens.length; i++) {
|
|
2162
|
+
var token = tokens[i];
|
|
2163
|
+
|
|
2164
|
+
if (typeof token === 'string') {
|
|
2165
|
+
path += token;
|
|
2166
|
+
|
|
2167
|
+
continue
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
var value = data[token.name];
|
|
2171
|
+
var segment;
|
|
2172
|
+
|
|
2173
|
+
if (value == null) {
|
|
2174
|
+
if (token.optional) {
|
|
2175
|
+
// Prepend partial segment prefixes.
|
|
2176
|
+
if (token.partial) {
|
|
2177
|
+
path += token.prefix;
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
continue
|
|
2181
|
+
} else {
|
|
2182
|
+
throw new TypeError('Expected "' + token.name + '" to be defined')
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
2185
|
+
|
|
2186
|
+
if (isarray(value)) {
|
|
2187
|
+
if (!token.repeat) {
|
|
2188
|
+
throw new TypeError('Expected "' + token.name + '" to not repeat, but received `' + JSON.stringify(value) + '`')
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
if (value.length === 0) {
|
|
2192
|
+
if (token.optional) {
|
|
2193
|
+
continue
|
|
2194
|
+
} else {
|
|
2195
|
+
throw new TypeError('Expected "' + token.name + '" to not be empty')
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
for (var j = 0; j < value.length; j++) {
|
|
2200
|
+
segment = encode(value[j]);
|
|
2201
|
+
|
|
2202
|
+
if (!matches[i].test(segment)) {
|
|
2203
|
+
throw new TypeError('Expected all "' + token.name + '" to match "' + token.pattern + '", but received `' + JSON.stringify(segment) + '`')
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
path += (j === 0 ? token.prefix : token.delimiter) + segment;
|
|
2207
|
+
}
|
|
2208
|
+
|
|
2209
|
+
continue
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
segment = token.asterisk ? encodeAsterisk(value) : encode(value);
|
|
2213
|
+
|
|
2214
|
+
if (!matches[i].test(segment)) {
|
|
2215
|
+
throw new TypeError('Expected "' + token.name + '" to match "' + token.pattern + '", but received "' + segment + '"')
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
path += token.prefix + segment;
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
return path
|
|
2222
|
+
}
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
/**
|
|
2226
|
+
* Escape a regular expression string.
|
|
2227
|
+
*
|
|
2228
|
+
* @param {string} str
|
|
2229
|
+
* @return {string}
|
|
2230
|
+
*/
|
|
2231
|
+
function escapeString (str) {
|
|
2232
|
+
return str.replace(/([.+*?=^!:${}()[\]|\/\\])/g, '\\$1')
|
|
2233
|
+
}
|
|
2234
|
+
|
|
2235
|
+
/**
|
|
2236
|
+
* Escape the capturing group by escaping special characters and meaning.
|
|
2237
|
+
*
|
|
2238
|
+
* @param {string} group
|
|
2239
|
+
* @return {string}
|
|
2240
|
+
*/
|
|
2241
|
+
function escapeGroup (group) {
|
|
2242
|
+
return group.replace(/([=!:$\/()])/g, '\\$1')
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
/**
|
|
2246
|
+
* Attach the keys as a property of the regexp.
|
|
2247
|
+
*
|
|
2248
|
+
* @param {!RegExp} re
|
|
2249
|
+
* @param {Array} keys
|
|
2250
|
+
* @return {!RegExp}
|
|
2251
|
+
*/
|
|
2252
|
+
function attachKeys (re, keys) {
|
|
2253
|
+
re.keys = keys;
|
|
2254
|
+
return re
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
/**
|
|
2258
|
+
* Get the flags for a regexp from the options.
|
|
2259
|
+
*
|
|
2260
|
+
* @param {Object} options
|
|
2261
|
+
* @return {string}
|
|
2262
|
+
*/
|
|
2263
|
+
function flags (options) {
|
|
2264
|
+
return options.sensitive ? '' : 'i'
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
/**
|
|
2268
|
+
* Pull out keys from a regexp.
|
|
2269
|
+
*
|
|
2270
|
+
* @param {!RegExp} path
|
|
2271
|
+
* @param {!Array} keys
|
|
2272
|
+
* @return {!RegExp}
|
|
2273
|
+
*/
|
|
2274
|
+
function regexpToRegexp (path, keys) {
|
|
2275
|
+
// Use a negative lookahead to match only capturing groups.
|
|
2276
|
+
var groups = path.source.match(/\((?!\?)/g);
|
|
2277
|
+
|
|
2278
|
+
if (groups) {
|
|
2279
|
+
for (var i = 0; i < groups.length; i++) {
|
|
2280
|
+
keys.push({
|
|
2281
|
+
name: i,
|
|
2282
|
+
prefix: null,
|
|
2283
|
+
delimiter: null,
|
|
2284
|
+
optional: false,
|
|
2285
|
+
repeat: false,
|
|
2286
|
+
partial: false,
|
|
2287
|
+
asterisk: false,
|
|
2288
|
+
pattern: null
|
|
2289
|
+
});
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
return attachKeys(path, keys)
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
/**
|
|
2297
|
+
* Transform an array into a regexp.
|
|
2298
|
+
*
|
|
2299
|
+
* @param {!Array} path
|
|
2300
|
+
* @param {Array} keys
|
|
2301
|
+
* @param {!Object} options
|
|
2302
|
+
* @return {!RegExp}
|
|
2303
|
+
*/
|
|
2304
|
+
function arrayToRegexp (path, keys, options) {
|
|
2305
|
+
var parts = [];
|
|
2306
|
+
|
|
2307
|
+
for (var i = 0; i < path.length; i++) {
|
|
2308
|
+
parts.push(pathToRegexp(path[i], keys, options).source);
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
var regexp = new RegExp('(?:' + parts.join('|') + ')', flags(options));
|
|
2312
|
+
|
|
2313
|
+
return attachKeys(regexp, keys)
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
/**
|
|
2317
|
+
* Create a path regexp from string input.
|
|
2318
|
+
*
|
|
2319
|
+
* @param {string} path
|
|
2320
|
+
* @param {!Array} keys
|
|
2321
|
+
* @param {!Object} options
|
|
2322
|
+
* @return {!RegExp}
|
|
2323
|
+
*/
|
|
2324
|
+
function stringToRegexp (path, keys, options) {
|
|
2325
|
+
return tokensToRegExp(parse(path, options), keys, options)
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
/**
|
|
2329
|
+
* Expose a function for taking tokens and returning a RegExp.
|
|
2330
|
+
*
|
|
2331
|
+
* @param {!Array} tokens
|
|
2332
|
+
* @param {(Array|Object)=} keys
|
|
2333
|
+
* @param {Object=} options
|
|
2334
|
+
* @return {!RegExp}
|
|
2335
|
+
*/
|
|
2336
|
+
function tokensToRegExp (tokens, keys, options) {
|
|
2337
|
+
if (!isarray(keys)) {
|
|
2338
|
+
options = /** @type {!Object} */ (keys || options);
|
|
2339
|
+
keys = [];
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
options = options || {};
|
|
2343
|
+
|
|
2344
|
+
var strict = options.strict;
|
|
2345
|
+
var end = options.end !== false;
|
|
2346
|
+
var route = '';
|
|
2347
|
+
|
|
2348
|
+
// Iterate over the tokens and create our regexp string.
|
|
2349
|
+
for (var i = 0; i < tokens.length; i++) {
|
|
2350
|
+
var token = tokens[i];
|
|
2351
|
+
|
|
2352
|
+
if (typeof token === 'string') {
|
|
2353
|
+
route += escapeString(token);
|
|
2354
|
+
} else {
|
|
2355
|
+
var prefix = escapeString(token.prefix);
|
|
2356
|
+
var capture = '(?:' + token.pattern + ')';
|
|
2357
|
+
|
|
2358
|
+
keys.push(token);
|
|
2359
|
+
|
|
2360
|
+
if (token.repeat) {
|
|
2361
|
+
capture += '(?:' + prefix + capture + ')*';
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
if (token.optional) {
|
|
2365
|
+
if (!token.partial) {
|
|
2366
|
+
capture = '(?:' + prefix + '(' + capture + '))?';
|
|
2367
|
+
} else {
|
|
2368
|
+
capture = prefix + '(' + capture + ')?';
|
|
2369
|
+
}
|
|
2370
|
+
} else {
|
|
2371
|
+
capture = prefix + '(' + capture + ')';
|
|
2372
|
+
}
|
|
2373
|
+
|
|
2374
|
+
route += capture;
|
|
2375
|
+
}
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
var delimiter = escapeString(options.delimiter || '/');
|
|
2379
|
+
var endsWithDelimiter = route.slice(-delimiter.length) === delimiter;
|
|
2380
|
+
|
|
2381
|
+
// In non-strict mode we allow a slash at the end of match. If the path to
|
|
2382
|
+
// match already ends with a slash, we remove it for consistency. The slash
|
|
2383
|
+
// is valid at the end of a path match, not in the middle. This is important
|
|
2384
|
+
// in non-ending mode, where "/test/" shouldn't match "/test//route".
|
|
2385
|
+
if (!strict) {
|
|
2386
|
+
route = (endsWithDelimiter ? route.slice(0, -delimiter.length) : route) + '(?:' + delimiter + '(?=$))?';
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
if (end) {
|
|
2390
|
+
route += '$';
|
|
2391
|
+
} else {
|
|
2392
|
+
// In non-ending mode, we need the capturing groups to match as much as
|
|
2393
|
+
// possible by using a positive lookahead to the end or next path segment.
|
|
2394
|
+
route += strict && endsWithDelimiter ? '' : '(?=' + delimiter + '|$)';
|
|
2395
|
+
}
|
|
2396
|
+
|
|
2397
|
+
return attachKeys(new RegExp('^' + route, flags(options)), keys)
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
/**
|
|
2401
|
+
* Normalize the given path string, returning a regular expression.
|
|
2402
|
+
*
|
|
2403
|
+
* An empty array can be passed in for the keys, which will hold the
|
|
2404
|
+
* placeholder key descriptions. For example, using `/user/:id`, `keys` will
|
|
2405
|
+
* contain `[{ name: 'id', delimiter: '/', optional: false, repeat: false }]`.
|
|
2406
|
+
*
|
|
2407
|
+
* @param {(string|RegExp|Array)} path
|
|
2408
|
+
* @param {(Array|Object)=} keys
|
|
2409
|
+
* @param {Object=} options
|
|
2410
|
+
* @return {!RegExp}
|
|
2411
|
+
*/
|
|
2412
|
+
function pathToRegexp (path, keys, options) {
|
|
2413
|
+
if (!isarray(keys)) {
|
|
2414
|
+
options = /** @type {!Object} */ (keys || options);
|
|
2415
|
+
keys = [];
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
options = options || {};
|
|
2419
|
+
|
|
2420
|
+
if (path instanceof RegExp) {
|
|
2421
|
+
return regexpToRegexp(path, /** @type {!Array} */ (keys))
|
|
2422
|
+
}
|
|
2423
|
+
|
|
2424
|
+
if (isarray(path)) {
|
|
2425
|
+
return arrayToRegexp(/** @type {!Array} */ (path), /** @type {!Array} */ (keys), options)
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
return stringToRegexp(/** @type {string} */ (path), /** @type {!Array} */ (keys), options)
|
|
2429
|
+
}
|
|
2430
|
+
pathToRegexp_1.parse = parse_1;
|
|
2431
|
+
pathToRegexp_1.compile = compile_1;
|
|
2432
|
+
pathToRegexp_1.tokensToFunction = tokensToFunction_1;
|
|
2433
|
+
pathToRegexp_1.tokensToRegExp = tokensToRegExp_1;
|
|
2434
|
+
|
|
2435
|
+
var cache = {};
|
|
2436
|
+
var cacheLimit = 10000;
|
|
2437
|
+
var cacheCount = 0;
|
|
2438
|
+
|
|
2439
|
+
function compilePath(path) {
|
|
2440
|
+
if (cache[path]) return cache[path];
|
|
2441
|
+
var generator = pathToRegexp_1.compile(path);
|
|
2442
|
+
|
|
2443
|
+
if (cacheCount < cacheLimit) {
|
|
2444
|
+
cache[path] = generator;
|
|
2445
|
+
cacheCount++;
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
return generator;
|
|
2449
|
+
}
|
|
2450
|
+
/**
|
|
2451
|
+
* Public API for generating a URL pathname from a path and parameters.
|
|
2452
|
+
*/
|
|
2453
|
+
|
|
2454
|
+
|
|
2455
|
+
function generatePath(path, params) {
|
|
2456
|
+
if (path === void 0) {
|
|
2457
|
+
path = "/";
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
if (params === void 0) {
|
|
2461
|
+
params = {};
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
return path === "/" ? path : compilePath(path)(params, {
|
|
2465
|
+
pretty: true
|
|
2466
|
+
});
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
/**
|
|
2470
|
+
* The public API for navigating programmatically with a component.
|
|
2471
|
+
*/
|
|
2472
|
+
|
|
2473
|
+
function Redirect(_ref) {
|
|
2474
|
+
var computedMatch = _ref.computedMatch,
|
|
2475
|
+
to = _ref.to,
|
|
2476
|
+
_ref$push = _ref.push,
|
|
2477
|
+
push = _ref$push === void 0 ? false : _ref$push;
|
|
2478
|
+
return /*#__PURE__*/React.createElement(context.Consumer, null, function (context) {
|
|
2479
|
+
!context ? invariant(false, "You should not use <Redirect> outside a <Router>") : void 0;
|
|
2480
|
+
var history = context.history,
|
|
2481
|
+
staticContext = context.staticContext;
|
|
2482
|
+
var method = push ? history.push : history.replace;
|
|
2483
|
+
var location = createLocation(computedMatch ? typeof to === "string" ? generatePath(to, computedMatch.params) : _extends({}, to, {
|
|
2484
|
+
pathname: generatePath(to.pathname, computedMatch.params)
|
|
2485
|
+
}) : to); // When rendering in a static context,
|
|
2486
|
+
// set the new location immediately.
|
|
2487
|
+
|
|
2488
|
+
if (staticContext) {
|
|
2489
|
+
method(location);
|
|
2490
|
+
return null;
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
return /*#__PURE__*/React.createElement(Lifecycle, {
|
|
2494
|
+
onMount: function onMount() {
|
|
2495
|
+
method(location);
|
|
2496
|
+
},
|
|
2497
|
+
onUpdate: function onUpdate(self, prevProps) {
|
|
2498
|
+
var prevLocation = createLocation(prevProps.to);
|
|
2499
|
+
|
|
2500
|
+
if (!locationsAreEqual(prevLocation, _extends({}, location, {
|
|
2501
|
+
key: prevLocation.key
|
|
2502
|
+
}))) {
|
|
2503
|
+
method(location);
|
|
2504
|
+
}
|
|
2505
|
+
},
|
|
2506
|
+
to: to
|
|
2507
|
+
});
|
|
2508
|
+
});
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
{
|
|
2512
|
+
Redirect.propTypes = {
|
|
2513
|
+
push: propTypes.bool,
|
|
2514
|
+
from: propTypes.string,
|
|
2515
|
+
to: propTypes.oneOfType([propTypes.string, propTypes.object]).isRequired
|
|
2516
|
+
};
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
var cache$1 = {};
|
|
2520
|
+
var cacheLimit$1 = 10000;
|
|
2521
|
+
var cacheCount$1 = 0;
|
|
2522
|
+
|
|
2523
|
+
function compilePath$1(path, options) {
|
|
2524
|
+
var cacheKey = "" + options.end + options.strict + options.sensitive;
|
|
2525
|
+
var pathCache = cache$1[cacheKey] || (cache$1[cacheKey] = {});
|
|
2526
|
+
if (pathCache[path]) return pathCache[path];
|
|
2527
|
+
var keys = [];
|
|
2528
|
+
var regexp = pathToRegexp_1(path, keys, options);
|
|
2529
|
+
var result = {
|
|
2530
|
+
regexp: regexp,
|
|
2531
|
+
keys: keys
|
|
2532
|
+
};
|
|
2533
|
+
|
|
2534
|
+
if (cacheCount$1 < cacheLimit$1) {
|
|
2535
|
+
pathCache[path] = result;
|
|
2536
|
+
cacheCount$1++;
|
|
2537
|
+
}
|
|
2538
|
+
|
|
2539
|
+
return result;
|
|
2540
|
+
}
|
|
2541
|
+
/**
|
|
2542
|
+
* Public API for matching a URL pathname to a path.
|
|
2543
|
+
*/
|
|
2544
|
+
|
|
2545
|
+
|
|
2546
|
+
function matchPath(pathname, options) {
|
|
2547
|
+
if (options === void 0) {
|
|
2548
|
+
options = {};
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
if (typeof options === "string" || Array.isArray(options)) {
|
|
2552
|
+
options = {
|
|
2553
|
+
path: options
|
|
2554
|
+
};
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
var _options = options,
|
|
2558
|
+
path = _options.path,
|
|
2559
|
+
_options$exact = _options.exact,
|
|
2560
|
+
exact = _options$exact === void 0 ? false : _options$exact,
|
|
2561
|
+
_options$strict = _options.strict,
|
|
2562
|
+
strict = _options$strict === void 0 ? false : _options$strict,
|
|
2563
|
+
_options$sensitive = _options.sensitive,
|
|
2564
|
+
sensitive = _options$sensitive === void 0 ? false : _options$sensitive;
|
|
2565
|
+
var paths = [].concat(path);
|
|
2566
|
+
return paths.reduce(function (matched, path) {
|
|
2567
|
+
if (!path && path !== "") return null;
|
|
2568
|
+
if (matched) return matched;
|
|
2569
|
+
|
|
2570
|
+
var _compilePath = compilePath$1(path, {
|
|
2571
|
+
end: exact,
|
|
2572
|
+
strict: strict,
|
|
2573
|
+
sensitive: sensitive
|
|
2574
|
+
}),
|
|
2575
|
+
regexp = _compilePath.regexp,
|
|
2576
|
+
keys = _compilePath.keys;
|
|
2577
|
+
|
|
2578
|
+
var match = regexp.exec(pathname);
|
|
2579
|
+
if (!match) return null;
|
|
2580
|
+
var url = match[0],
|
|
2581
|
+
values = match.slice(1);
|
|
2582
|
+
var isExact = pathname === url;
|
|
2583
|
+
if (exact && !isExact) return null;
|
|
2584
|
+
return {
|
|
2585
|
+
path: path,
|
|
2586
|
+
// the path used to match
|
|
2587
|
+
url: path === "/" && url === "" ? "/" : url,
|
|
2588
|
+
// the matched portion of the URL
|
|
2589
|
+
isExact: isExact,
|
|
2590
|
+
// whether or not we matched exactly
|
|
2591
|
+
params: keys.reduce(function (memo, key, index) {
|
|
2592
|
+
memo[key.name] = values[index];
|
|
2593
|
+
return memo;
|
|
2594
|
+
}, {})
|
|
2595
|
+
};
|
|
2596
|
+
}, null);
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
function isEmptyChildren(children) {
|
|
2600
|
+
return React.Children.count(children) === 0;
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
function evalChildrenDev(children, props, path) {
|
|
2604
|
+
var value = children(props);
|
|
2605
|
+
warning(value !== undefined, "You returned `undefined` from the `children` function of " + ("<Route" + (path ? " path=\"" + path + "\"" : "") + ">, but you ") + "should have returned a React element or `null`") ;
|
|
2606
|
+
return value || null;
|
|
2607
|
+
}
|
|
2608
|
+
/**
|
|
2609
|
+
* The public API for matching a single path and rendering.
|
|
2610
|
+
*/
|
|
2611
|
+
|
|
2612
|
+
|
|
2613
|
+
var Route = /*#__PURE__*/function (_React$Component) {
|
|
2614
|
+
_inheritsLoose(Route, _React$Component);
|
|
2615
|
+
|
|
2616
|
+
function Route() {
|
|
2617
|
+
return _React$Component.apply(this, arguments) || this;
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
var _proto = Route.prototype;
|
|
2621
|
+
|
|
2622
|
+
_proto.render = function render() {
|
|
2623
|
+
var _this = this;
|
|
2624
|
+
|
|
2625
|
+
return /*#__PURE__*/React.createElement(context.Consumer, null, function (context$1) {
|
|
2626
|
+
!context$1 ? invariant(false, "You should not use <Route> outside a <Router>") : void 0;
|
|
2627
|
+
var location = _this.props.location || context$1.location;
|
|
2628
|
+
var match = _this.props.computedMatch ? _this.props.computedMatch // <Switch> already computed the match for us
|
|
2629
|
+
: _this.props.path ? matchPath(location.pathname, _this.props) : context$1.match;
|
|
2630
|
+
|
|
2631
|
+
var props = _extends({}, context$1, {
|
|
2632
|
+
location: location,
|
|
2633
|
+
match: match
|
|
2634
|
+
});
|
|
2635
|
+
|
|
2636
|
+
var _this$props = _this.props,
|
|
2637
|
+
children = _this$props.children,
|
|
2638
|
+
component = _this$props.component,
|
|
2639
|
+
render = _this$props.render; // Preact uses an empty array as children by
|
|
2640
|
+
// default, so use null if that's the case.
|
|
2641
|
+
|
|
2642
|
+
if (Array.isArray(children) && isEmptyChildren(children)) {
|
|
2643
|
+
children = null;
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
return /*#__PURE__*/React.createElement(context.Provider, {
|
|
2647
|
+
value: props
|
|
2648
|
+
}, props.match ? children ? typeof children === "function" ? evalChildrenDev(children, props, _this.props.path) : children : component ? /*#__PURE__*/React.createElement(component, props) : render ? render(props) : null : typeof children === "function" ? evalChildrenDev(children, props, _this.props.path) : null);
|
|
2649
|
+
});
|
|
2650
|
+
};
|
|
2651
|
+
|
|
2652
|
+
return Route;
|
|
2653
|
+
}(React.Component);
|
|
2654
|
+
|
|
2655
|
+
{
|
|
2656
|
+
Route.propTypes = {
|
|
2657
|
+
children: propTypes.oneOfType([propTypes.func, propTypes.node]),
|
|
2658
|
+
component: function component(props, propName) {
|
|
2659
|
+
if (props[propName] && !reactIs_1(props[propName])) {
|
|
2660
|
+
return new Error("Invalid prop 'component' supplied to 'Route': the prop is not a valid React component");
|
|
2661
|
+
}
|
|
2662
|
+
},
|
|
2663
|
+
exact: propTypes.bool,
|
|
2664
|
+
location: propTypes.object,
|
|
2665
|
+
path: propTypes.oneOfType([propTypes.string, propTypes.arrayOf(propTypes.string)]),
|
|
2666
|
+
render: propTypes.func,
|
|
2667
|
+
sensitive: propTypes.bool,
|
|
2668
|
+
strict: propTypes.bool
|
|
2669
|
+
};
|
|
2670
|
+
|
|
2671
|
+
Route.prototype.componentDidMount = function () {
|
|
2672
|
+
warning(!(this.props.children && !isEmptyChildren(this.props.children) && this.props.component), "You should not use <Route component> and <Route children> in the same route; <Route component> will be ignored") ;
|
|
2673
|
+
warning(!(this.props.children && !isEmptyChildren(this.props.children) && this.props.render), "You should not use <Route render> and <Route children> in the same route; <Route render> will be ignored") ;
|
|
2674
|
+
warning(!(this.props.component && this.props.render), "You should not use <Route component> and <Route render> in the same route; <Route render> will be ignored") ;
|
|
2675
|
+
};
|
|
2676
|
+
|
|
2677
|
+
Route.prototype.componentDidUpdate = function (prevProps) {
|
|
2678
|
+
warning(!(this.props.location && !prevProps.location), '<Route> elements should not change from uncontrolled to controlled (or vice versa). You initially used no "location" prop and then provided one on a subsequent render.') ;
|
|
2679
|
+
warning(!(!this.props.location && prevProps.location), '<Route> elements should not change from controlled to uncontrolled (or vice versa). You provided a "location" prop initially but omitted it on a subsequent render.') ;
|
|
2680
|
+
};
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
2684
|
+
if (source == null) return {};
|
|
2685
|
+
var target = {};
|
|
2686
|
+
var sourceKeys = Object.keys(source);
|
|
2687
|
+
var key, i;
|
|
2688
|
+
|
|
2689
|
+
for (i = 0; i < sourceKeys.length; i++) {
|
|
2690
|
+
key = sourceKeys[i];
|
|
2691
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
2692
|
+
target[key] = source[key];
|
|
2693
|
+
}
|
|
2694
|
+
|
|
2695
|
+
return target;
|
|
2696
|
+
}
|
|
2697
|
+
|
|
2698
|
+
function addLeadingSlash(path) {
|
|
2699
|
+
return path.charAt(0) === "/" ? path : "/" + path;
|
|
2700
|
+
}
|
|
2701
|
+
|
|
2702
|
+
function addBasename(basename, location) {
|
|
2703
|
+
if (!basename) return location;
|
|
2704
|
+
return _extends({}, location, {
|
|
2705
|
+
pathname: addLeadingSlash(basename) + location.pathname
|
|
2706
|
+
});
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
function stripBasename(basename, location) {
|
|
2710
|
+
if (!basename) return location;
|
|
2711
|
+
var base = addLeadingSlash(basename);
|
|
2712
|
+
if (location.pathname.indexOf(base) !== 0) return location;
|
|
2713
|
+
return _extends({}, location, {
|
|
2714
|
+
pathname: location.pathname.substr(base.length)
|
|
2715
|
+
});
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
function createURL(location) {
|
|
2719
|
+
return typeof location === "string" ? location : createPath(location);
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
function staticHandler(methodName) {
|
|
2723
|
+
return function () {
|
|
2724
|
+
invariant(false, "You cannot %s with <StaticRouter>") ;
|
|
2725
|
+
};
|
|
2726
|
+
}
|
|
2727
|
+
|
|
2728
|
+
function noop() {}
|
|
2729
|
+
/**
|
|
2730
|
+
* The public top-level API for a "static" <Router>, so-called because it
|
|
2731
|
+
* can't actually change the current location. Instead, it just records
|
|
2732
|
+
* location changes in a context object. Useful mainly in testing and
|
|
2733
|
+
* server-rendering scenarios.
|
|
2734
|
+
*/
|
|
2735
|
+
|
|
2736
|
+
|
|
2737
|
+
var StaticRouter = /*#__PURE__*/function (_React$Component) {
|
|
2738
|
+
_inheritsLoose(StaticRouter, _React$Component);
|
|
2739
|
+
|
|
2740
|
+
function StaticRouter() {
|
|
2741
|
+
var _this;
|
|
2742
|
+
|
|
2743
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
2744
|
+
args[_key] = arguments[_key];
|
|
2745
|
+
}
|
|
2746
|
+
|
|
2747
|
+
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
|
|
2748
|
+
|
|
2749
|
+
_this.handlePush = function (location) {
|
|
2750
|
+
return _this.navigateTo(location, "PUSH");
|
|
2751
|
+
};
|
|
2752
|
+
|
|
2753
|
+
_this.handleReplace = function (location) {
|
|
2754
|
+
return _this.navigateTo(location, "REPLACE");
|
|
2755
|
+
};
|
|
2756
|
+
|
|
2757
|
+
_this.handleListen = function () {
|
|
2758
|
+
return noop;
|
|
2759
|
+
};
|
|
2760
|
+
|
|
2761
|
+
_this.handleBlock = function () {
|
|
2762
|
+
return noop;
|
|
2763
|
+
};
|
|
2764
|
+
|
|
2765
|
+
return _this;
|
|
2766
|
+
}
|
|
2767
|
+
|
|
2768
|
+
var _proto = StaticRouter.prototype;
|
|
2769
|
+
|
|
2770
|
+
_proto.navigateTo = function navigateTo(location, action) {
|
|
2771
|
+
var _this$props = this.props,
|
|
2772
|
+
_this$props$basename = _this$props.basename,
|
|
2773
|
+
basename = _this$props$basename === void 0 ? "" : _this$props$basename,
|
|
2774
|
+
_this$props$context = _this$props.context,
|
|
2775
|
+
context = _this$props$context === void 0 ? {} : _this$props$context;
|
|
2776
|
+
context.action = action;
|
|
2777
|
+
context.location = addBasename(basename, createLocation(location));
|
|
2778
|
+
context.url = createURL(context.location);
|
|
2779
|
+
};
|
|
2780
|
+
|
|
2781
|
+
_proto.render = function render() {
|
|
2782
|
+
var _this$props2 = this.props,
|
|
2783
|
+
_this$props2$basename = _this$props2.basename,
|
|
2784
|
+
basename = _this$props2$basename === void 0 ? "" : _this$props2$basename,
|
|
2785
|
+
_this$props2$context = _this$props2.context,
|
|
2786
|
+
context = _this$props2$context === void 0 ? {} : _this$props2$context,
|
|
2787
|
+
_this$props2$location = _this$props2.location,
|
|
2788
|
+
location = _this$props2$location === void 0 ? "/" : _this$props2$location,
|
|
2789
|
+
rest = _objectWithoutPropertiesLoose(_this$props2, ["basename", "context", "location"]);
|
|
2790
|
+
|
|
2791
|
+
var history = {
|
|
2792
|
+
createHref: function createHref(path) {
|
|
2793
|
+
return addLeadingSlash(basename + createURL(path));
|
|
2794
|
+
},
|
|
2795
|
+
action: "POP",
|
|
2796
|
+
location: stripBasename(basename, createLocation(location)),
|
|
2797
|
+
push: this.handlePush,
|
|
2798
|
+
replace: this.handleReplace,
|
|
2799
|
+
go: staticHandler(),
|
|
2800
|
+
goBack: staticHandler(),
|
|
2801
|
+
goForward: staticHandler(),
|
|
2802
|
+
listen: this.handleListen,
|
|
2803
|
+
block: this.handleBlock
|
|
2804
|
+
};
|
|
2805
|
+
return /*#__PURE__*/React.createElement(Router, _extends({}, rest, {
|
|
2806
|
+
history: history,
|
|
2807
|
+
staticContext: context
|
|
2808
|
+
}));
|
|
2809
|
+
};
|
|
2810
|
+
|
|
2811
|
+
return StaticRouter;
|
|
2812
|
+
}(React.Component);
|
|
2813
|
+
|
|
2814
|
+
{
|
|
2815
|
+
StaticRouter.propTypes = {
|
|
2816
|
+
basename: propTypes.string,
|
|
2817
|
+
context: propTypes.object,
|
|
2818
|
+
location: propTypes.oneOfType([propTypes.string, propTypes.object])
|
|
2819
|
+
};
|
|
2820
|
+
|
|
2821
|
+
StaticRouter.prototype.componentDidMount = function () {
|
|
2822
|
+
warning(!this.props.history, "<StaticRouter> ignores the history prop. To use a custom history, " + "use `import { Router }` instead of `import { StaticRouter as Router }`.") ;
|
|
2823
|
+
};
|
|
2824
|
+
}
|
|
2825
|
+
|
|
2826
|
+
/**
|
|
2827
|
+
* The public API for rendering the first <Route> that matches.
|
|
2828
|
+
*/
|
|
2829
|
+
|
|
2830
|
+
var Switch = /*#__PURE__*/function (_React$Component) {
|
|
2831
|
+
_inheritsLoose(Switch, _React$Component);
|
|
2832
|
+
|
|
2833
|
+
function Switch() {
|
|
2834
|
+
return _React$Component.apply(this, arguments) || this;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
var _proto = Switch.prototype;
|
|
2838
|
+
|
|
2839
|
+
_proto.render = function render() {
|
|
2840
|
+
var _this = this;
|
|
2841
|
+
|
|
2842
|
+
return /*#__PURE__*/React.createElement(context.Consumer, null, function (context) {
|
|
2843
|
+
!context ? invariant(false, "You should not use <Switch> outside a <Router>") : void 0;
|
|
2844
|
+
var location = _this.props.location || context.location;
|
|
2845
|
+
var element, match; // We use React.Children.forEach instead of React.Children.toArray().find()
|
|
2846
|
+
// here because toArray adds keys to all child elements and we do not want
|
|
2847
|
+
// to trigger an unmount/remount for two <Route>s that render the same
|
|
2848
|
+
// component at different URLs.
|
|
2849
|
+
|
|
2850
|
+
React.Children.forEach(_this.props.children, function (child) {
|
|
2851
|
+
if (match == null && /*#__PURE__*/React.isValidElement(child)) {
|
|
2852
|
+
element = child;
|
|
2853
|
+
var path = child.props.path || child.props.from;
|
|
2854
|
+
match = path ? matchPath(location.pathname, _extends({}, child.props, {
|
|
2855
|
+
path: path
|
|
2856
|
+
})) : context.match;
|
|
2857
|
+
}
|
|
2858
|
+
});
|
|
2859
|
+
return match ? /*#__PURE__*/React.cloneElement(element, {
|
|
2860
|
+
location: location,
|
|
2861
|
+
computedMatch: match
|
|
2862
|
+
}) : null;
|
|
2863
|
+
});
|
|
2864
|
+
};
|
|
2865
|
+
|
|
2866
|
+
return Switch;
|
|
2867
|
+
}(React.Component);
|
|
2868
|
+
|
|
2869
|
+
{
|
|
2870
|
+
Switch.propTypes = {
|
|
2871
|
+
children: propTypes.node,
|
|
2872
|
+
location: propTypes.object
|
|
2873
|
+
};
|
|
2874
|
+
|
|
2875
|
+
Switch.prototype.componentDidUpdate = function (prevProps) {
|
|
2876
|
+
warning(!(this.props.location && !prevProps.location), '<Switch> elements should not change from uncontrolled to controlled (or vice versa). You initially used no "location" prop and then provided one on a subsequent render.') ;
|
|
2877
|
+
warning(!(!this.props.location && prevProps.location), '<Switch> elements should not change from controlled to uncontrolled (or vice versa). You provided a "location" prop initially but omitted it on a subsequent render.') ;
|
|
2878
|
+
};
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2881
|
+
/**
|
|
2882
|
+
* Copyright 2015, Yahoo! Inc.
|
|
2883
|
+
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
|
|
2884
|
+
*/
|
|
2885
|
+
|
|
2886
|
+
var REACT_STATICS = {
|
|
2887
|
+
childContextTypes: true,
|
|
2888
|
+
contextType: true,
|
|
2889
|
+
contextTypes: true,
|
|
2890
|
+
defaultProps: true,
|
|
2891
|
+
displayName: true,
|
|
2892
|
+
getDefaultProps: true,
|
|
2893
|
+
getDerivedStateFromError: true,
|
|
2894
|
+
getDerivedStateFromProps: true,
|
|
2895
|
+
mixins: true,
|
|
2896
|
+
propTypes: true,
|
|
2897
|
+
type: true
|
|
2898
|
+
};
|
|
2899
|
+
|
|
2900
|
+
var KNOWN_STATICS = {
|
|
2901
|
+
name: true,
|
|
2902
|
+
length: true,
|
|
2903
|
+
prototype: true,
|
|
2904
|
+
caller: true,
|
|
2905
|
+
callee: true,
|
|
2906
|
+
arguments: true,
|
|
2907
|
+
arity: true
|
|
2908
|
+
};
|
|
2909
|
+
|
|
2910
|
+
var FORWARD_REF_STATICS = {
|
|
2911
|
+
'$$typeof': true,
|
|
2912
|
+
render: true,
|
|
2913
|
+
defaultProps: true,
|
|
2914
|
+
displayName: true,
|
|
2915
|
+
propTypes: true
|
|
2916
|
+
};
|
|
2917
|
+
|
|
2918
|
+
var MEMO_STATICS = {
|
|
2919
|
+
'$$typeof': true,
|
|
2920
|
+
compare: true,
|
|
2921
|
+
defaultProps: true,
|
|
2922
|
+
displayName: true,
|
|
2923
|
+
propTypes: true,
|
|
2924
|
+
type: true
|
|
2925
|
+
};
|
|
2926
|
+
|
|
2927
|
+
var TYPE_STATICS = {};
|
|
2928
|
+
TYPE_STATICS[reactIs.ForwardRef] = FORWARD_REF_STATICS;
|
|
2929
|
+
|
|
2930
|
+
function getStatics(component) {
|
|
2931
|
+
if (reactIs.isMemo(component)) {
|
|
2932
|
+
return MEMO_STATICS;
|
|
2933
|
+
}
|
|
2934
|
+
return TYPE_STATICS[component['$$typeof']] || REACT_STATICS;
|
|
2935
|
+
}
|
|
2936
|
+
|
|
2937
|
+
var defineProperty = Object.defineProperty;
|
|
2938
|
+
var getOwnPropertyNames = Object.getOwnPropertyNames;
|
|
2939
|
+
var getOwnPropertySymbols$1 = Object.getOwnPropertySymbols;
|
|
2940
|
+
var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
|
|
2941
|
+
var getPrototypeOf = Object.getPrototypeOf;
|
|
2942
|
+
var objectPrototype = Object.prototype;
|
|
2943
|
+
|
|
2944
|
+
function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
|
|
2945
|
+
if (typeof sourceComponent !== 'string') {
|
|
2946
|
+
// don't hoist over string (html) components
|
|
2947
|
+
|
|
2948
|
+
if (objectPrototype) {
|
|
2949
|
+
var inheritedComponent = getPrototypeOf(sourceComponent);
|
|
2950
|
+
if (inheritedComponent && inheritedComponent !== objectPrototype) {
|
|
2951
|
+
hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2954
|
+
|
|
2955
|
+
var keys = getOwnPropertyNames(sourceComponent);
|
|
2956
|
+
|
|
2957
|
+
if (getOwnPropertySymbols$1) {
|
|
2958
|
+
keys = keys.concat(getOwnPropertySymbols$1(sourceComponent));
|
|
2959
|
+
}
|
|
2960
|
+
|
|
2961
|
+
var targetStatics = getStatics(targetComponent);
|
|
2962
|
+
var sourceStatics = getStatics(sourceComponent);
|
|
2963
|
+
|
|
2964
|
+
for (var i = 0; i < keys.length; ++i) {
|
|
2965
|
+
var key = keys[i];
|
|
2966
|
+
if (!KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) && !(targetStatics && targetStatics[key])) {
|
|
2967
|
+
var descriptor = getOwnPropertyDescriptor(sourceComponent, key);
|
|
2968
|
+
try {
|
|
2969
|
+
// Avoid failures from read-only properties
|
|
2970
|
+
defineProperty(targetComponent, key, descriptor);
|
|
2971
|
+
} catch (e) {}
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
return targetComponent;
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
return targetComponent;
|
|
2979
|
+
}
|
|
2980
|
+
|
|
2981
|
+
var hoistNonReactStatics_cjs = hoistNonReactStatics;
|
|
2982
|
+
|
|
2983
|
+
/**
|
|
2984
|
+
* A public higher-order component to access the imperative API
|
|
2985
|
+
*/
|
|
2986
|
+
|
|
2987
|
+
function withRouter(Component) {
|
|
2988
|
+
var displayName = "withRouter(" + (Component.displayName || Component.name) + ")";
|
|
2989
|
+
|
|
2990
|
+
var C = function C(props) {
|
|
2991
|
+
var wrappedComponentRef = props.wrappedComponentRef,
|
|
2992
|
+
remainingProps = _objectWithoutPropertiesLoose(props, ["wrappedComponentRef"]);
|
|
2993
|
+
|
|
2994
|
+
return /*#__PURE__*/React.createElement(context.Consumer, null, function (context) {
|
|
2995
|
+
!context ? invariant(false, "You should not use <" + displayName + " /> outside a <Router>") : void 0;
|
|
2996
|
+
return /*#__PURE__*/React.createElement(Component, _extends({}, remainingProps, context, {
|
|
2997
|
+
ref: wrappedComponentRef
|
|
2998
|
+
}));
|
|
2999
|
+
});
|
|
3000
|
+
};
|
|
3001
|
+
|
|
3002
|
+
C.displayName = displayName;
|
|
3003
|
+
C.WrappedComponent = Component;
|
|
3004
|
+
|
|
3005
|
+
{
|
|
3006
|
+
C.propTypes = {
|
|
3007
|
+
wrappedComponentRef: propTypes.oneOfType([propTypes.string, propTypes.func, propTypes.object])
|
|
3008
|
+
};
|
|
3009
|
+
}
|
|
3010
|
+
|
|
3011
|
+
return hoistNonReactStatics_cjs(C, Component);
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
var useContext = React.useContext;
|
|
3015
|
+
function useHistory() {
|
|
3016
|
+
{
|
|
3017
|
+
!(typeof useContext === "function") ? invariant(false, "You must use React >= 16.8 in order to use useHistory()") : void 0;
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
return useContext(historyContext);
|
|
3021
|
+
}
|
|
3022
|
+
function useLocation() {
|
|
3023
|
+
{
|
|
3024
|
+
!(typeof useContext === "function") ? invariant(false, "You must use React >= 16.8 in order to use useLocation()") : void 0;
|
|
3025
|
+
}
|
|
3026
|
+
|
|
3027
|
+
return useContext(context).location;
|
|
3028
|
+
}
|
|
3029
|
+
function useParams() {
|
|
3030
|
+
{
|
|
3031
|
+
!(typeof useContext === "function") ? invariant(false, "You must use React >= 16.8 in order to use useParams()") : void 0;
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
var match = useContext(context).match;
|
|
3035
|
+
return match ? match.params : {};
|
|
3036
|
+
}
|
|
3037
|
+
function useRouteMatch(path) {
|
|
3038
|
+
{
|
|
3039
|
+
!(typeof useContext === "function") ? invariant(false, "You must use React >= 16.8 in order to use useRouteMatch()") : void 0;
|
|
3040
|
+
}
|
|
3041
|
+
|
|
3042
|
+
var location = useLocation();
|
|
3043
|
+
var match = useContext(context).match;
|
|
3044
|
+
return path ? matchPath(location.pathname, path) : match;
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
{
|
|
3048
|
+
if (typeof window !== "undefined") {
|
|
3049
|
+
var global$1 = window;
|
|
3050
|
+
var key = "__react_router_build__";
|
|
3051
|
+
var buildNames = {
|
|
3052
|
+
cjs: "CommonJS",
|
|
3053
|
+
esm: "ES modules",
|
|
3054
|
+
umd: "UMD"
|
|
3055
|
+
};
|
|
3056
|
+
|
|
3057
|
+
if (global$1[key] && global$1[key] !== "umd") {
|
|
3058
|
+
var initialBuildName = buildNames[global$1[key]];
|
|
3059
|
+
var secondaryBuildName = buildNames["umd"]; // TODO: Add link to article that explains in detail how to avoid
|
|
3060
|
+
// loading 2 different builds.
|
|
3061
|
+
|
|
3062
|
+
throw new Error("You are loading the " + secondaryBuildName + " build of React Router " + ("on a page that is already running the " + initialBuildName + " ") + "build, so things won't work right.");
|
|
3063
|
+
}
|
|
3064
|
+
|
|
3065
|
+
global$1[key] = "umd";
|
|
3066
|
+
}
|
|
3067
|
+
}
|
|
3068
|
+
|
|
3069
|
+
exports.MemoryRouter = MemoryRouter;
|
|
3070
|
+
exports.Prompt = Prompt;
|
|
3071
|
+
exports.Redirect = Redirect;
|
|
3072
|
+
exports.Route = Route;
|
|
3073
|
+
exports.Router = Router;
|
|
3074
|
+
exports.StaticRouter = StaticRouter;
|
|
3075
|
+
exports.Switch = Switch;
|
|
3076
|
+
exports.__HistoryContext = historyContext;
|
|
3077
|
+
exports.__RouterContext = context;
|
|
3078
|
+
exports.generatePath = generatePath;
|
|
3079
|
+
exports.matchPath = matchPath;
|
|
3080
|
+
exports.useHistory = useHistory;
|
|
3081
|
+
exports.useLocation = useLocation;
|
|
3082
|
+
exports.useParams = useParams;
|
|
3083
|
+
exports.useRouteMatch = useRouteMatch;
|
|
3084
|
+
exports.withRouter = withRouter;
|
|
3085
|
+
|
|
3086
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3087
|
+
|
|
3088
|
+
}));
|
|
3089
|
+
//# sourceMappingURL=react-router.js.map
|