@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,2421 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.i18next = factory());
|
|
5
|
+
}(this, (function () { 'use strict';
|
|
6
|
+
|
|
7
|
+
function _typeof(obj) {
|
|
8
|
+
"@babel/helpers - typeof";
|
|
9
|
+
|
|
10
|
+
if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
|
|
11
|
+
_typeof = function _typeof(obj) {
|
|
12
|
+
return typeof obj;
|
|
13
|
+
};
|
|
14
|
+
} else {
|
|
15
|
+
_typeof = function _typeof(obj) {
|
|
16
|
+
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
return _typeof(obj);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
function _defineProperty(obj, key, value) {
|
|
24
|
+
if (key in obj) {
|
|
25
|
+
Object.defineProperty(obj, key, {
|
|
26
|
+
value: value,
|
|
27
|
+
enumerable: true,
|
|
28
|
+
configurable: true,
|
|
29
|
+
writable: true
|
|
30
|
+
});
|
|
31
|
+
} else {
|
|
32
|
+
obj[key] = value;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
return obj;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
function _objectSpread(target) {
|
|
39
|
+
for (var i = 1; i < arguments.length; i++) {
|
|
40
|
+
var source = arguments[i] != null ? Object(arguments[i]) : {};
|
|
41
|
+
var ownKeys = Object.keys(source);
|
|
42
|
+
|
|
43
|
+
if (typeof Object.getOwnPropertySymbols === 'function') {
|
|
44
|
+
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
|
|
45
|
+
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
46
|
+
}));
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
ownKeys.forEach(function (key) {
|
|
50
|
+
_defineProperty(target, key, source[key]);
|
|
51
|
+
});
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
return target;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
function _classCallCheck(instance, Constructor) {
|
|
58
|
+
if (!(instance instanceof Constructor)) {
|
|
59
|
+
throw new TypeError("Cannot call a class as a function");
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
function _defineProperties(target, props) {
|
|
64
|
+
for (var i = 0; i < props.length; i++) {
|
|
65
|
+
var descriptor = props[i];
|
|
66
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
67
|
+
descriptor.configurable = true;
|
|
68
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
69
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
74
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
75
|
+
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
76
|
+
return Constructor;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
function _assertThisInitialized(self) {
|
|
80
|
+
if (self === void 0) {
|
|
81
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
return self;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
function _possibleConstructorReturn(self, call) {
|
|
88
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
89
|
+
return call;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return _assertThisInitialized(self);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
function _getPrototypeOf(o) {
|
|
96
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
97
|
+
return o.__proto__ || Object.getPrototypeOf(o);
|
|
98
|
+
};
|
|
99
|
+
return _getPrototypeOf(o);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
function _setPrototypeOf(o, p) {
|
|
103
|
+
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
104
|
+
o.__proto__ = p;
|
|
105
|
+
return o;
|
|
106
|
+
};
|
|
107
|
+
|
|
108
|
+
return _setPrototypeOf(o, p);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
function _inherits(subClass, superClass) {
|
|
112
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
113
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
117
|
+
constructor: {
|
|
118
|
+
value: subClass,
|
|
119
|
+
writable: true,
|
|
120
|
+
configurable: true
|
|
121
|
+
}
|
|
122
|
+
});
|
|
123
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
var consoleLogger = {
|
|
127
|
+
type: 'logger',
|
|
128
|
+
log: function log(args) {
|
|
129
|
+
this.output('log', args);
|
|
130
|
+
},
|
|
131
|
+
warn: function warn(args) {
|
|
132
|
+
this.output('warn', args);
|
|
133
|
+
},
|
|
134
|
+
error: function error(args) {
|
|
135
|
+
this.output('error', args);
|
|
136
|
+
},
|
|
137
|
+
output: function output(type, args) {
|
|
138
|
+
if (console && console[type]) console[type].apply(console, args);
|
|
139
|
+
}
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
var Logger = function () {
|
|
143
|
+
function Logger(concreteLogger) {
|
|
144
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
145
|
+
|
|
146
|
+
_classCallCheck(this, Logger);
|
|
147
|
+
|
|
148
|
+
this.init(concreteLogger, options);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
_createClass(Logger, [{
|
|
152
|
+
key: "init",
|
|
153
|
+
value: function init(concreteLogger) {
|
|
154
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
155
|
+
this.prefix = options.prefix || 'i18next:';
|
|
156
|
+
this.logger = concreteLogger || consoleLogger;
|
|
157
|
+
this.options = options;
|
|
158
|
+
this.debug = options.debug;
|
|
159
|
+
}
|
|
160
|
+
}, {
|
|
161
|
+
key: "setDebug",
|
|
162
|
+
value: function setDebug(bool) {
|
|
163
|
+
this.debug = bool;
|
|
164
|
+
}
|
|
165
|
+
}, {
|
|
166
|
+
key: "log",
|
|
167
|
+
value: function log() {
|
|
168
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
169
|
+
args[_key] = arguments[_key];
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
return this.forward(args, 'log', '', true);
|
|
173
|
+
}
|
|
174
|
+
}, {
|
|
175
|
+
key: "warn",
|
|
176
|
+
value: function warn() {
|
|
177
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
178
|
+
args[_key2] = arguments[_key2];
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
return this.forward(args, 'warn', '', true);
|
|
182
|
+
}
|
|
183
|
+
}, {
|
|
184
|
+
key: "error",
|
|
185
|
+
value: function error() {
|
|
186
|
+
for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
|
|
187
|
+
args[_key3] = arguments[_key3];
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
return this.forward(args, 'error', '');
|
|
191
|
+
}
|
|
192
|
+
}, {
|
|
193
|
+
key: "deprecate",
|
|
194
|
+
value: function deprecate() {
|
|
195
|
+
for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
|
|
196
|
+
args[_key4] = arguments[_key4];
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
return this.forward(args, 'warn', 'WARNING DEPRECATED: ', true);
|
|
200
|
+
}
|
|
201
|
+
}, {
|
|
202
|
+
key: "forward",
|
|
203
|
+
value: function forward(args, lvl, prefix, debugOnly) {
|
|
204
|
+
if (debugOnly && !this.debug) return null;
|
|
205
|
+
if (typeof args[0] === 'string') args[0] = "".concat(prefix).concat(this.prefix, " ").concat(args[0]);
|
|
206
|
+
return this.logger[lvl](args);
|
|
207
|
+
}
|
|
208
|
+
}, {
|
|
209
|
+
key: "create",
|
|
210
|
+
value: function create(moduleName) {
|
|
211
|
+
return new Logger(this.logger, _objectSpread({}, {
|
|
212
|
+
prefix: "".concat(this.prefix, ":").concat(moduleName, ":")
|
|
213
|
+
}, this.options));
|
|
214
|
+
}
|
|
215
|
+
}]);
|
|
216
|
+
|
|
217
|
+
return Logger;
|
|
218
|
+
}();
|
|
219
|
+
|
|
220
|
+
var baseLogger = new Logger();
|
|
221
|
+
|
|
222
|
+
var EventEmitter = function () {
|
|
223
|
+
function EventEmitter() {
|
|
224
|
+
_classCallCheck(this, EventEmitter);
|
|
225
|
+
|
|
226
|
+
this.observers = {};
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
_createClass(EventEmitter, [{
|
|
230
|
+
key: "on",
|
|
231
|
+
value: function on(events, listener) {
|
|
232
|
+
var _this = this;
|
|
233
|
+
|
|
234
|
+
events.split(' ').forEach(function (event) {
|
|
235
|
+
_this.observers[event] = _this.observers[event] || [];
|
|
236
|
+
|
|
237
|
+
_this.observers[event].push(listener);
|
|
238
|
+
});
|
|
239
|
+
return this;
|
|
240
|
+
}
|
|
241
|
+
}, {
|
|
242
|
+
key: "off",
|
|
243
|
+
value: function off(event, listener) {
|
|
244
|
+
if (!this.observers[event]) return;
|
|
245
|
+
|
|
246
|
+
if (!listener) {
|
|
247
|
+
delete this.observers[event];
|
|
248
|
+
return;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
this.observers[event] = this.observers[event].filter(function (l) {
|
|
252
|
+
return l !== listener;
|
|
253
|
+
});
|
|
254
|
+
}
|
|
255
|
+
}, {
|
|
256
|
+
key: "emit",
|
|
257
|
+
value: function emit(event) {
|
|
258
|
+
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
259
|
+
args[_key - 1] = arguments[_key];
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
if (this.observers[event]) {
|
|
263
|
+
var cloned = [].concat(this.observers[event]);
|
|
264
|
+
cloned.forEach(function (observer) {
|
|
265
|
+
observer.apply(void 0, args);
|
|
266
|
+
});
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
if (this.observers['*']) {
|
|
270
|
+
var _cloned = [].concat(this.observers['*']);
|
|
271
|
+
|
|
272
|
+
_cloned.forEach(function (observer) {
|
|
273
|
+
observer.apply(observer, [event].concat(args));
|
|
274
|
+
});
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
}]);
|
|
278
|
+
|
|
279
|
+
return EventEmitter;
|
|
280
|
+
}();
|
|
281
|
+
|
|
282
|
+
function defer() {
|
|
283
|
+
var res;
|
|
284
|
+
var rej;
|
|
285
|
+
var promise = new Promise(function (resolve, reject) {
|
|
286
|
+
res = resolve;
|
|
287
|
+
rej = reject;
|
|
288
|
+
});
|
|
289
|
+
promise.resolve = res;
|
|
290
|
+
promise.reject = rej;
|
|
291
|
+
return promise;
|
|
292
|
+
}
|
|
293
|
+
function makeString(object) {
|
|
294
|
+
if (object == null) return '';
|
|
295
|
+
return '' + object;
|
|
296
|
+
}
|
|
297
|
+
function copy(a, s, t) {
|
|
298
|
+
a.forEach(function (m) {
|
|
299
|
+
if (s[m]) t[m] = s[m];
|
|
300
|
+
});
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
function getLastOfPath(object, path, Empty) {
|
|
304
|
+
function cleanKey(key) {
|
|
305
|
+
return key && key.indexOf('###') > -1 ? key.replace(/###/g, '.') : key;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
function canNotTraverseDeeper() {
|
|
309
|
+
return !object || typeof object === 'string';
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
var stack = typeof path !== 'string' ? [].concat(path) : path.split('.');
|
|
313
|
+
|
|
314
|
+
while (stack.length > 1) {
|
|
315
|
+
if (canNotTraverseDeeper()) return {};
|
|
316
|
+
var key = cleanKey(stack.shift());
|
|
317
|
+
if (!object[key] && Empty) object[key] = new Empty();
|
|
318
|
+
|
|
319
|
+
if (Object.prototype.hasOwnProperty.call(object, key)) {
|
|
320
|
+
object = object[key];
|
|
321
|
+
} else {
|
|
322
|
+
object = {};
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
if (canNotTraverseDeeper()) return {};
|
|
327
|
+
return {
|
|
328
|
+
obj: object,
|
|
329
|
+
k: cleanKey(stack.shift())
|
|
330
|
+
};
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
function setPath(object, path, newValue) {
|
|
334
|
+
var _getLastOfPath = getLastOfPath(object, path, Object),
|
|
335
|
+
obj = _getLastOfPath.obj,
|
|
336
|
+
k = _getLastOfPath.k;
|
|
337
|
+
|
|
338
|
+
obj[k] = newValue;
|
|
339
|
+
}
|
|
340
|
+
function pushPath(object, path, newValue, concat) {
|
|
341
|
+
var _getLastOfPath2 = getLastOfPath(object, path, Object),
|
|
342
|
+
obj = _getLastOfPath2.obj,
|
|
343
|
+
k = _getLastOfPath2.k;
|
|
344
|
+
|
|
345
|
+
obj[k] = obj[k] || [];
|
|
346
|
+
if (concat) obj[k] = obj[k].concat(newValue);
|
|
347
|
+
if (!concat) obj[k].push(newValue);
|
|
348
|
+
}
|
|
349
|
+
function getPath(object, path) {
|
|
350
|
+
var _getLastOfPath3 = getLastOfPath(object, path),
|
|
351
|
+
obj = _getLastOfPath3.obj,
|
|
352
|
+
k = _getLastOfPath3.k;
|
|
353
|
+
|
|
354
|
+
if (!obj) return undefined;
|
|
355
|
+
return obj[k];
|
|
356
|
+
}
|
|
357
|
+
function getPathWithDefaults(data, defaultData, key) {
|
|
358
|
+
var value = getPath(data, key);
|
|
359
|
+
|
|
360
|
+
if (value !== undefined) {
|
|
361
|
+
return value;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
return getPath(defaultData, key);
|
|
365
|
+
}
|
|
366
|
+
function deepExtend(target, source, overwrite) {
|
|
367
|
+
for (var prop in source) {
|
|
368
|
+
if (prop !== '__proto__' && prop !== 'constructor') {
|
|
369
|
+
if (prop in target) {
|
|
370
|
+
if (typeof target[prop] === 'string' || target[prop] instanceof String || typeof source[prop] === 'string' || source[prop] instanceof String) {
|
|
371
|
+
if (overwrite) target[prop] = source[prop];
|
|
372
|
+
} else {
|
|
373
|
+
deepExtend(target[prop], source[prop], overwrite);
|
|
374
|
+
}
|
|
375
|
+
} else {
|
|
376
|
+
target[prop] = source[prop];
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
return target;
|
|
382
|
+
}
|
|
383
|
+
function regexEscape(str) {
|
|
384
|
+
return str.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, '\\$&');
|
|
385
|
+
}
|
|
386
|
+
var _entityMap = {
|
|
387
|
+
'&': '&',
|
|
388
|
+
'<': '<',
|
|
389
|
+
'>': '>',
|
|
390
|
+
'"': '"',
|
|
391
|
+
"'": ''',
|
|
392
|
+
'/': '/'
|
|
393
|
+
};
|
|
394
|
+
function escape(data) {
|
|
395
|
+
if (typeof data === 'string') {
|
|
396
|
+
return data.replace(/[&<>"'\/]/g, function (s) {
|
|
397
|
+
return _entityMap[s];
|
|
398
|
+
});
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
return data;
|
|
402
|
+
}
|
|
403
|
+
var isIE10 = typeof window !== 'undefined' && window.navigator && window.navigator.userAgent && window.navigator.userAgent.indexOf('MSIE') > -1;
|
|
404
|
+
|
|
405
|
+
var ResourceStore = function (_EventEmitter) {
|
|
406
|
+
_inherits(ResourceStore, _EventEmitter);
|
|
407
|
+
|
|
408
|
+
function ResourceStore(data) {
|
|
409
|
+
var _this;
|
|
410
|
+
|
|
411
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {
|
|
412
|
+
ns: ['translation'],
|
|
413
|
+
defaultNS: 'translation'
|
|
414
|
+
};
|
|
415
|
+
|
|
416
|
+
_classCallCheck(this, ResourceStore);
|
|
417
|
+
|
|
418
|
+
_this = _possibleConstructorReturn(this, _getPrototypeOf(ResourceStore).call(this));
|
|
419
|
+
|
|
420
|
+
if (isIE10) {
|
|
421
|
+
EventEmitter.call(_assertThisInitialized(_this));
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
_this.data = data || {};
|
|
425
|
+
_this.options = options;
|
|
426
|
+
|
|
427
|
+
if (_this.options.keySeparator === undefined) {
|
|
428
|
+
_this.options.keySeparator = '.';
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
return _this;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
_createClass(ResourceStore, [{
|
|
435
|
+
key: "addNamespaces",
|
|
436
|
+
value: function addNamespaces(ns) {
|
|
437
|
+
if (this.options.ns.indexOf(ns) < 0) {
|
|
438
|
+
this.options.ns.push(ns);
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
}, {
|
|
442
|
+
key: "removeNamespaces",
|
|
443
|
+
value: function removeNamespaces(ns) {
|
|
444
|
+
var index = this.options.ns.indexOf(ns);
|
|
445
|
+
|
|
446
|
+
if (index > -1) {
|
|
447
|
+
this.options.ns.splice(index, 1);
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
}, {
|
|
451
|
+
key: "getResource",
|
|
452
|
+
value: function getResource(lng, ns, key) {
|
|
453
|
+
var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
454
|
+
var keySeparator = options.keySeparator !== undefined ? options.keySeparator : this.options.keySeparator;
|
|
455
|
+
var path = [lng, ns];
|
|
456
|
+
if (key && typeof key !== 'string') path = path.concat(key);
|
|
457
|
+
if (key && typeof key === 'string') path = path.concat(keySeparator ? key.split(keySeparator) : key);
|
|
458
|
+
|
|
459
|
+
if (lng.indexOf('.') > -1) {
|
|
460
|
+
path = lng.split('.');
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
return getPath(this.data, path);
|
|
464
|
+
}
|
|
465
|
+
}, {
|
|
466
|
+
key: "addResource",
|
|
467
|
+
value: function addResource(lng, ns, key, value) {
|
|
468
|
+
var options = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {
|
|
469
|
+
silent: false
|
|
470
|
+
};
|
|
471
|
+
var keySeparator = this.options.keySeparator;
|
|
472
|
+
if (keySeparator === undefined) keySeparator = '.';
|
|
473
|
+
var path = [lng, ns];
|
|
474
|
+
if (key) path = path.concat(keySeparator ? key.split(keySeparator) : key);
|
|
475
|
+
|
|
476
|
+
if (lng.indexOf('.') > -1) {
|
|
477
|
+
path = lng.split('.');
|
|
478
|
+
value = ns;
|
|
479
|
+
ns = path[1];
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
this.addNamespaces(ns);
|
|
483
|
+
setPath(this.data, path, value);
|
|
484
|
+
if (!options.silent) this.emit('added', lng, ns, key, value);
|
|
485
|
+
}
|
|
486
|
+
}, {
|
|
487
|
+
key: "addResources",
|
|
488
|
+
value: function addResources(lng, ns, resources) {
|
|
489
|
+
var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {
|
|
490
|
+
silent: false
|
|
491
|
+
};
|
|
492
|
+
|
|
493
|
+
for (var m in resources) {
|
|
494
|
+
if (typeof resources[m] === 'string' || Object.prototype.toString.apply(resources[m]) === '[object Array]') this.addResource(lng, ns, m, resources[m], {
|
|
495
|
+
silent: true
|
|
496
|
+
});
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
if (!options.silent) this.emit('added', lng, ns, resources);
|
|
500
|
+
}
|
|
501
|
+
}, {
|
|
502
|
+
key: "addResourceBundle",
|
|
503
|
+
value: function addResourceBundle(lng, ns, resources, deep, overwrite) {
|
|
504
|
+
var options = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : {
|
|
505
|
+
silent: false
|
|
506
|
+
};
|
|
507
|
+
var path = [lng, ns];
|
|
508
|
+
|
|
509
|
+
if (lng.indexOf('.') > -1) {
|
|
510
|
+
path = lng.split('.');
|
|
511
|
+
deep = resources;
|
|
512
|
+
resources = ns;
|
|
513
|
+
ns = path[1];
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
this.addNamespaces(ns);
|
|
517
|
+
var pack = getPath(this.data, path) || {};
|
|
518
|
+
|
|
519
|
+
if (deep) {
|
|
520
|
+
deepExtend(pack, resources, overwrite);
|
|
521
|
+
} else {
|
|
522
|
+
pack = _objectSpread({}, pack, resources);
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
setPath(this.data, path, pack);
|
|
526
|
+
if (!options.silent) this.emit('added', lng, ns, resources);
|
|
527
|
+
}
|
|
528
|
+
}, {
|
|
529
|
+
key: "removeResourceBundle",
|
|
530
|
+
value: function removeResourceBundle(lng, ns) {
|
|
531
|
+
if (this.hasResourceBundle(lng, ns)) {
|
|
532
|
+
delete this.data[lng][ns];
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
this.removeNamespaces(ns);
|
|
536
|
+
this.emit('removed', lng, ns);
|
|
537
|
+
}
|
|
538
|
+
}, {
|
|
539
|
+
key: "hasResourceBundle",
|
|
540
|
+
value: function hasResourceBundle(lng, ns) {
|
|
541
|
+
return this.getResource(lng, ns) !== undefined;
|
|
542
|
+
}
|
|
543
|
+
}, {
|
|
544
|
+
key: "getResourceBundle",
|
|
545
|
+
value: function getResourceBundle(lng, ns) {
|
|
546
|
+
if (!ns) ns = this.options.defaultNS;
|
|
547
|
+
if (this.options.compatibilityAPI === 'v1') return _objectSpread({}, {}, this.getResource(lng, ns));
|
|
548
|
+
return this.getResource(lng, ns);
|
|
549
|
+
}
|
|
550
|
+
}, {
|
|
551
|
+
key: "getDataByLanguage",
|
|
552
|
+
value: function getDataByLanguage(lng) {
|
|
553
|
+
return this.data[lng];
|
|
554
|
+
}
|
|
555
|
+
}, {
|
|
556
|
+
key: "toJSON",
|
|
557
|
+
value: function toJSON() {
|
|
558
|
+
return this.data;
|
|
559
|
+
}
|
|
560
|
+
}]);
|
|
561
|
+
|
|
562
|
+
return ResourceStore;
|
|
563
|
+
}(EventEmitter);
|
|
564
|
+
|
|
565
|
+
var postProcessor = {
|
|
566
|
+
processors: {},
|
|
567
|
+
addPostProcessor: function addPostProcessor(module) {
|
|
568
|
+
this.processors[module.name] = module;
|
|
569
|
+
},
|
|
570
|
+
handle: function handle(processors, value, key, options, translator) {
|
|
571
|
+
var _this = this;
|
|
572
|
+
|
|
573
|
+
processors.forEach(function (processor) {
|
|
574
|
+
if (_this.processors[processor]) value = _this.processors[processor].process(value, key, options, translator);
|
|
575
|
+
});
|
|
576
|
+
return value;
|
|
577
|
+
}
|
|
578
|
+
};
|
|
579
|
+
|
|
580
|
+
var checkedLoadedFor = {};
|
|
581
|
+
|
|
582
|
+
var Translator = function (_EventEmitter) {
|
|
583
|
+
_inherits(Translator, _EventEmitter);
|
|
584
|
+
|
|
585
|
+
function Translator(services) {
|
|
586
|
+
var _this;
|
|
587
|
+
|
|
588
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
589
|
+
|
|
590
|
+
_classCallCheck(this, Translator);
|
|
591
|
+
|
|
592
|
+
_this = _possibleConstructorReturn(this, _getPrototypeOf(Translator).call(this));
|
|
593
|
+
|
|
594
|
+
if (isIE10) {
|
|
595
|
+
EventEmitter.call(_assertThisInitialized(_this));
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
copy(['resourceStore', 'languageUtils', 'pluralResolver', 'interpolator', 'backendConnector', 'i18nFormat', 'utils'], services, _assertThisInitialized(_this));
|
|
599
|
+
_this.options = options;
|
|
600
|
+
|
|
601
|
+
if (_this.options.keySeparator === undefined) {
|
|
602
|
+
_this.options.keySeparator = '.';
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
_this.logger = baseLogger.create('translator');
|
|
606
|
+
return _this;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
_createClass(Translator, [{
|
|
610
|
+
key: "changeLanguage",
|
|
611
|
+
value: function changeLanguage(lng) {
|
|
612
|
+
if (lng) this.language = lng;
|
|
613
|
+
}
|
|
614
|
+
}, {
|
|
615
|
+
key: "exists",
|
|
616
|
+
value: function exists(key) {
|
|
617
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {
|
|
618
|
+
interpolation: {}
|
|
619
|
+
};
|
|
620
|
+
var resolved = this.resolve(key, options);
|
|
621
|
+
return resolved && resolved.res !== undefined;
|
|
622
|
+
}
|
|
623
|
+
}, {
|
|
624
|
+
key: "extractFromKey",
|
|
625
|
+
value: function extractFromKey(key, options) {
|
|
626
|
+
var nsSeparator = options.nsSeparator !== undefined ? options.nsSeparator : this.options.nsSeparator;
|
|
627
|
+
if (nsSeparator === undefined) nsSeparator = ':';
|
|
628
|
+
var keySeparator = options.keySeparator !== undefined ? options.keySeparator : this.options.keySeparator;
|
|
629
|
+
var namespaces = options.ns || this.options.defaultNS;
|
|
630
|
+
|
|
631
|
+
if (nsSeparator && key.indexOf(nsSeparator) > -1) {
|
|
632
|
+
var m = key.match(this.interpolator.nestingRegexp);
|
|
633
|
+
|
|
634
|
+
if (m && m.length > 0) {
|
|
635
|
+
return {
|
|
636
|
+
key: key,
|
|
637
|
+
namespaces: namespaces
|
|
638
|
+
};
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
var parts = key.split(nsSeparator);
|
|
642
|
+
if (nsSeparator !== keySeparator || nsSeparator === keySeparator && this.options.ns.indexOf(parts[0]) > -1) namespaces = parts.shift();
|
|
643
|
+
key = parts.join(keySeparator);
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
if (typeof namespaces === 'string') namespaces = [namespaces];
|
|
647
|
+
return {
|
|
648
|
+
key: key,
|
|
649
|
+
namespaces: namespaces
|
|
650
|
+
};
|
|
651
|
+
}
|
|
652
|
+
}, {
|
|
653
|
+
key: "translate",
|
|
654
|
+
value: function translate(keys, options, lastKey) {
|
|
655
|
+
var _this2 = this;
|
|
656
|
+
|
|
657
|
+
if (_typeof(options) !== 'object' && this.options.overloadTranslationOptionHandler) {
|
|
658
|
+
options = this.options.overloadTranslationOptionHandler(arguments);
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
if (!options) options = {};
|
|
662
|
+
if (keys === undefined || keys === null) return '';
|
|
663
|
+
if (!Array.isArray(keys)) keys = [String(keys)];
|
|
664
|
+
var keySeparator = options.keySeparator !== undefined ? options.keySeparator : this.options.keySeparator;
|
|
665
|
+
|
|
666
|
+
var _this$extractFromKey = this.extractFromKey(keys[keys.length - 1], options),
|
|
667
|
+
key = _this$extractFromKey.key,
|
|
668
|
+
namespaces = _this$extractFromKey.namespaces;
|
|
669
|
+
|
|
670
|
+
var namespace = namespaces[namespaces.length - 1];
|
|
671
|
+
var lng = options.lng || this.language;
|
|
672
|
+
var appendNamespaceToCIMode = options.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
|
|
673
|
+
|
|
674
|
+
if (lng && lng.toLowerCase() === 'cimode') {
|
|
675
|
+
if (appendNamespaceToCIMode) {
|
|
676
|
+
var nsSeparator = options.nsSeparator || this.options.nsSeparator;
|
|
677
|
+
return namespace + nsSeparator + key;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
return key;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
var resolved = this.resolve(keys, options);
|
|
684
|
+
var res = resolved && resolved.res;
|
|
685
|
+
var resUsedKey = resolved && resolved.usedKey || key;
|
|
686
|
+
var resExactUsedKey = resolved && resolved.exactUsedKey || key;
|
|
687
|
+
var resType = Object.prototype.toString.apply(res);
|
|
688
|
+
var noObject = ['[object Number]', '[object Function]', '[object RegExp]'];
|
|
689
|
+
var joinArrays = options.joinArrays !== undefined ? options.joinArrays : this.options.joinArrays;
|
|
690
|
+
var handleAsObjectInI18nFormat = !this.i18nFormat || this.i18nFormat.handleAsObject;
|
|
691
|
+
var handleAsObject = typeof res !== 'string' && typeof res !== 'boolean' && typeof res !== 'number';
|
|
692
|
+
|
|
693
|
+
if (handleAsObjectInI18nFormat && res && handleAsObject && noObject.indexOf(resType) < 0 && !(typeof joinArrays === 'string' && resType === '[object Array]')) {
|
|
694
|
+
if (!options.returnObjects && !this.options.returnObjects) {
|
|
695
|
+
this.logger.warn('accessing an object - but returnObjects options is not enabled!');
|
|
696
|
+
return this.options.returnedObjectHandler ? this.options.returnedObjectHandler(resUsedKey, res, options) : "key '".concat(key, " (").concat(this.language, ")' returned an object instead of string.");
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
if (keySeparator) {
|
|
700
|
+
var resTypeIsArray = resType === '[object Array]';
|
|
701
|
+
var copy = resTypeIsArray ? [] : {};
|
|
702
|
+
var newKeyToUse = resTypeIsArray ? resExactUsedKey : resUsedKey;
|
|
703
|
+
|
|
704
|
+
for (var m in res) {
|
|
705
|
+
if (Object.prototype.hasOwnProperty.call(res, m)) {
|
|
706
|
+
var deepKey = "".concat(newKeyToUse).concat(keySeparator).concat(m);
|
|
707
|
+
copy[m] = this.translate(deepKey, _objectSpread({}, options, {
|
|
708
|
+
joinArrays: false,
|
|
709
|
+
ns: namespaces
|
|
710
|
+
}));
|
|
711
|
+
if (copy[m] === deepKey) copy[m] = res[m];
|
|
712
|
+
}
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
res = copy;
|
|
716
|
+
}
|
|
717
|
+
} else if (handleAsObjectInI18nFormat && typeof joinArrays === 'string' && resType === '[object Array]') {
|
|
718
|
+
res = res.join(joinArrays);
|
|
719
|
+
if (res) res = this.extendTranslation(res, keys, options, lastKey);
|
|
720
|
+
} else {
|
|
721
|
+
var usedDefault = false;
|
|
722
|
+
var usedKey = false;
|
|
723
|
+
var needsPluralHandling = options.count !== undefined && typeof options.count !== 'string';
|
|
724
|
+
var hasDefaultValue = Translator.hasDefaultValue(options);
|
|
725
|
+
var defaultValueSuffix = needsPluralHandling ? this.pluralResolver.getSuffix(lng, options.count) : '';
|
|
726
|
+
var defaultValue = options["defaultValue".concat(defaultValueSuffix)] || options.defaultValue;
|
|
727
|
+
|
|
728
|
+
if (!this.isValidLookup(res) && hasDefaultValue) {
|
|
729
|
+
usedDefault = true;
|
|
730
|
+
res = defaultValue;
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
if (!this.isValidLookup(res)) {
|
|
734
|
+
usedKey = true;
|
|
735
|
+
res = key;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
var updateMissing = hasDefaultValue && defaultValue !== res && this.options.updateMissing;
|
|
739
|
+
|
|
740
|
+
if (usedKey || usedDefault || updateMissing) {
|
|
741
|
+
this.logger.log(updateMissing ? 'updateKey' : 'missingKey', lng, namespace, key, updateMissing ? defaultValue : res);
|
|
742
|
+
|
|
743
|
+
if (keySeparator) {
|
|
744
|
+
var fk = this.resolve(key, _objectSpread({}, options, {
|
|
745
|
+
keySeparator: false
|
|
746
|
+
}));
|
|
747
|
+
if (fk && fk.res) this.logger.warn('Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.');
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
var lngs = [];
|
|
751
|
+
var fallbackLngs = this.languageUtils.getFallbackCodes(this.options.fallbackLng, options.lng || this.language);
|
|
752
|
+
|
|
753
|
+
if (this.options.saveMissingTo === 'fallback' && fallbackLngs && fallbackLngs[0]) {
|
|
754
|
+
for (var i = 0; i < fallbackLngs.length; i++) {
|
|
755
|
+
lngs.push(fallbackLngs[i]);
|
|
756
|
+
}
|
|
757
|
+
} else if (this.options.saveMissingTo === 'all') {
|
|
758
|
+
lngs = this.languageUtils.toResolveHierarchy(options.lng || this.language);
|
|
759
|
+
} else {
|
|
760
|
+
lngs.push(options.lng || this.language);
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
var send = function send(l, k, fallbackValue) {
|
|
764
|
+
if (_this2.options.missingKeyHandler) {
|
|
765
|
+
_this2.options.missingKeyHandler(l, namespace, k, updateMissing ? fallbackValue : res, updateMissing, options);
|
|
766
|
+
} else if (_this2.backendConnector && _this2.backendConnector.saveMissing) {
|
|
767
|
+
_this2.backendConnector.saveMissing(l, namespace, k, updateMissing ? fallbackValue : res, updateMissing, options);
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
_this2.emit('missingKey', l, namespace, k, res);
|
|
771
|
+
};
|
|
772
|
+
|
|
773
|
+
if (this.options.saveMissing) {
|
|
774
|
+
if (this.options.saveMissingPlurals && needsPluralHandling) {
|
|
775
|
+
lngs.forEach(function (language) {
|
|
776
|
+
_this2.pluralResolver.getSuffixes(language).forEach(function (suffix) {
|
|
777
|
+
send([language], key + suffix, options["defaultValue".concat(suffix)] || defaultValue);
|
|
778
|
+
});
|
|
779
|
+
});
|
|
780
|
+
} else {
|
|
781
|
+
send(lngs, key, defaultValue);
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
res = this.extendTranslation(res, keys, options, resolved, lastKey);
|
|
787
|
+
if (usedKey && res === key && this.options.appendNamespaceToMissingKey) res = "".concat(namespace, ":").concat(key);
|
|
788
|
+
if (usedKey && this.options.parseMissingKeyHandler) res = this.options.parseMissingKeyHandler(res);
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
return res;
|
|
792
|
+
}
|
|
793
|
+
}, {
|
|
794
|
+
key: "extendTranslation",
|
|
795
|
+
value: function extendTranslation(res, key, options, resolved, lastKey) {
|
|
796
|
+
var _this3 = this;
|
|
797
|
+
|
|
798
|
+
if (this.i18nFormat && this.i18nFormat.parse) {
|
|
799
|
+
res = this.i18nFormat.parse(res, options, resolved.usedLng, resolved.usedNS, resolved.usedKey, {
|
|
800
|
+
resolved: resolved
|
|
801
|
+
});
|
|
802
|
+
} else if (!options.skipInterpolation) {
|
|
803
|
+
if (options.interpolation) this.interpolator.init(_objectSpread({}, options, {
|
|
804
|
+
interpolation: _objectSpread({}, this.options.interpolation, options.interpolation)
|
|
805
|
+
}));
|
|
806
|
+
var skipOnVariables = options.interpolation && options.interpolation.skipOnVariables || this.options.interpolation.skipOnVariables;
|
|
807
|
+
var nestBef;
|
|
808
|
+
|
|
809
|
+
if (skipOnVariables) {
|
|
810
|
+
var nb = res.match(this.interpolator.nestingRegexp);
|
|
811
|
+
nestBef = nb && nb.length;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
var data = options.replace && typeof options.replace !== 'string' ? options.replace : options;
|
|
815
|
+
if (this.options.interpolation.defaultVariables) data = _objectSpread({}, this.options.interpolation.defaultVariables, data);
|
|
816
|
+
res = this.interpolator.interpolate(res, data, options.lng || this.language, options);
|
|
817
|
+
|
|
818
|
+
if (skipOnVariables) {
|
|
819
|
+
var na = res.match(this.interpolator.nestingRegexp);
|
|
820
|
+
var nestAft = na && na.length;
|
|
821
|
+
if (nestBef < nestAft) options.nest = false;
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
if (options.nest !== false) res = this.interpolator.nest(res, function () {
|
|
825
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
826
|
+
args[_key] = arguments[_key];
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
if (lastKey && lastKey[0] === args[0] && !options.context) {
|
|
830
|
+
_this3.logger.warn("It seems you are nesting recursively key: ".concat(args[0], " in key: ").concat(key[0]));
|
|
831
|
+
|
|
832
|
+
return null;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
return _this3.translate.apply(_this3, args.concat([key]));
|
|
836
|
+
}, options);
|
|
837
|
+
if (options.interpolation) this.interpolator.reset();
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
var postProcess = options.postProcess || this.options.postProcess;
|
|
841
|
+
var postProcessorNames = typeof postProcess === 'string' ? [postProcess] : postProcess;
|
|
842
|
+
|
|
843
|
+
if (res !== undefined && res !== null && postProcessorNames && postProcessorNames.length && options.applyPostProcessor !== false) {
|
|
844
|
+
res = postProcessor.handle(postProcessorNames, res, key, this.options && this.options.postProcessPassResolved ? _objectSpread({
|
|
845
|
+
i18nResolved: resolved
|
|
846
|
+
}, options) : options, this);
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
return res;
|
|
850
|
+
}
|
|
851
|
+
}, {
|
|
852
|
+
key: "resolve",
|
|
853
|
+
value: function resolve(keys) {
|
|
854
|
+
var _this4 = this;
|
|
855
|
+
|
|
856
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
857
|
+
var found;
|
|
858
|
+
var usedKey;
|
|
859
|
+
var exactUsedKey;
|
|
860
|
+
var usedLng;
|
|
861
|
+
var usedNS;
|
|
862
|
+
if (typeof keys === 'string') keys = [keys];
|
|
863
|
+
keys.forEach(function (k) {
|
|
864
|
+
if (_this4.isValidLookup(found)) return;
|
|
865
|
+
|
|
866
|
+
var extracted = _this4.extractFromKey(k, options);
|
|
867
|
+
|
|
868
|
+
var key = extracted.key;
|
|
869
|
+
usedKey = key;
|
|
870
|
+
var namespaces = extracted.namespaces;
|
|
871
|
+
if (_this4.options.fallbackNS) namespaces = namespaces.concat(_this4.options.fallbackNS);
|
|
872
|
+
var needsPluralHandling = options.count !== undefined && typeof options.count !== 'string';
|
|
873
|
+
var needsContextHandling = options.context !== undefined && typeof options.context === 'string' && options.context !== '';
|
|
874
|
+
var codes = options.lngs ? options.lngs : _this4.languageUtils.toResolveHierarchy(options.lng || _this4.language, options.fallbackLng);
|
|
875
|
+
namespaces.forEach(function (ns) {
|
|
876
|
+
if (_this4.isValidLookup(found)) return;
|
|
877
|
+
usedNS = ns;
|
|
878
|
+
|
|
879
|
+
if (!checkedLoadedFor["".concat(codes[0], "-").concat(ns)] && _this4.utils && _this4.utils.hasLoadedNamespace && !_this4.utils.hasLoadedNamespace(usedNS)) {
|
|
880
|
+
checkedLoadedFor["".concat(codes[0], "-").concat(ns)] = true;
|
|
881
|
+
|
|
882
|
+
_this4.logger.warn("key \"".concat(usedKey, "\" for languages \"").concat(codes.join(', '), "\" won't get resolved as namespace \"").concat(usedNS, "\" was not yet loaded"), 'This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!');
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
codes.forEach(function (code) {
|
|
886
|
+
if (_this4.isValidLookup(found)) return;
|
|
887
|
+
usedLng = code;
|
|
888
|
+
var finalKey = key;
|
|
889
|
+
var finalKeys = [finalKey];
|
|
890
|
+
|
|
891
|
+
if (_this4.i18nFormat && _this4.i18nFormat.addLookupKeys) {
|
|
892
|
+
_this4.i18nFormat.addLookupKeys(finalKeys, key, code, ns, options);
|
|
893
|
+
} else {
|
|
894
|
+
var pluralSuffix;
|
|
895
|
+
if (needsPluralHandling) pluralSuffix = _this4.pluralResolver.getSuffix(code, options.count);
|
|
896
|
+
if (needsPluralHandling && needsContextHandling) finalKeys.push(finalKey + pluralSuffix);
|
|
897
|
+
if (needsContextHandling) finalKeys.push(finalKey += "".concat(_this4.options.contextSeparator).concat(options.context));
|
|
898
|
+
if (needsPluralHandling) finalKeys.push(finalKey += pluralSuffix);
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
var possibleKey;
|
|
902
|
+
|
|
903
|
+
while (possibleKey = finalKeys.pop()) {
|
|
904
|
+
if (!_this4.isValidLookup(found)) {
|
|
905
|
+
exactUsedKey = possibleKey;
|
|
906
|
+
found = _this4.getResource(code, ns, possibleKey, options);
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
});
|
|
910
|
+
});
|
|
911
|
+
});
|
|
912
|
+
return {
|
|
913
|
+
res: found,
|
|
914
|
+
usedKey: usedKey,
|
|
915
|
+
exactUsedKey: exactUsedKey,
|
|
916
|
+
usedLng: usedLng,
|
|
917
|
+
usedNS: usedNS
|
|
918
|
+
};
|
|
919
|
+
}
|
|
920
|
+
}, {
|
|
921
|
+
key: "isValidLookup",
|
|
922
|
+
value: function isValidLookup(res) {
|
|
923
|
+
return res !== undefined && !(!this.options.returnNull && res === null) && !(!this.options.returnEmptyString && res === '');
|
|
924
|
+
}
|
|
925
|
+
}, {
|
|
926
|
+
key: "getResource",
|
|
927
|
+
value: function getResource(code, ns, key) {
|
|
928
|
+
var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
929
|
+
if (this.i18nFormat && this.i18nFormat.getResource) return this.i18nFormat.getResource(code, ns, key, options);
|
|
930
|
+
return this.resourceStore.getResource(code, ns, key, options);
|
|
931
|
+
}
|
|
932
|
+
}], [{
|
|
933
|
+
key: "hasDefaultValue",
|
|
934
|
+
value: function hasDefaultValue(options) {
|
|
935
|
+
var prefix = 'defaultValue';
|
|
936
|
+
|
|
937
|
+
for (var option in options) {
|
|
938
|
+
if (Object.prototype.hasOwnProperty.call(options, option) && prefix === option.substring(0, prefix.length) && undefined !== options[option]) {
|
|
939
|
+
return true;
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
|
|
943
|
+
return false;
|
|
944
|
+
}
|
|
945
|
+
}]);
|
|
946
|
+
|
|
947
|
+
return Translator;
|
|
948
|
+
}(EventEmitter);
|
|
949
|
+
|
|
950
|
+
function capitalize(string) {
|
|
951
|
+
return string.charAt(0).toUpperCase() + string.slice(1);
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
var LanguageUtil = function () {
|
|
955
|
+
function LanguageUtil(options) {
|
|
956
|
+
_classCallCheck(this, LanguageUtil);
|
|
957
|
+
|
|
958
|
+
this.options = options;
|
|
959
|
+
this.whitelist = this.options.supportedLngs || false;
|
|
960
|
+
this.supportedLngs = this.options.supportedLngs || false;
|
|
961
|
+
this.logger = baseLogger.create('languageUtils');
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
_createClass(LanguageUtil, [{
|
|
965
|
+
key: "getScriptPartFromCode",
|
|
966
|
+
value: function getScriptPartFromCode(code) {
|
|
967
|
+
if (!code || code.indexOf('-') < 0) return null;
|
|
968
|
+
var p = code.split('-');
|
|
969
|
+
if (p.length === 2) return null;
|
|
970
|
+
p.pop();
|
|
971
|
+
if (p[p.length - 1].toLowerCase() === 'x') return null;
|
|
972
|
+
return this.formatLanguageCode(p.join('-'));
|
|
973
|
+
}
|
|
974
|
+
}, {
|
|
975
|
+
key: "getLanguagePartFromCode",
|
|
976
|
+
value: function getLanguagePartFromCode(code) {
|
|
977
|
+
if (!code || code.indexOf('-') < 0) return code;
|
|
978
|
+
var p = code.split('-');
|
|
979
|
+
return this.formatLanguageCode(p[0]);
|
|
980
|
+
}
|
|
981
|
+
}, {
|
|
982
|
+
key: "formatLanguageCode",
|
|
983
|
+
value: function formatLanguageCode(code) {
|
|
984
|
+
if (typeof code === 'string' && code.indexOf('-') > -1) {
|
|
985
|
+
var specialCases = ['hans', 'hant', 'latn', 'cyrl', 'cans', 'mong', 'arab'];
|
|
986
|
+
var p = code.split('-');
|
|
987
|
+
|
|
988
|
+
if (this.options.lowerCaseLng) {
|
|
989
|
+
p = p.map(function (part) {
|
|
990
|
+
return part.toLowerCase();
|
|
991
|
+
});
|
|
992
|
+
} else if (p.length === 2) {
|
|
993
|
+
p[0] = p[0].toLowerCase();
|
|
994
|
+
p[1] = p[1].toUpperCase();
|
|
995
|
+
if (specialCases.indexOf(p[1].toLowerCase()) > -1) p[1] = capitalize(p[1].toLowerCase());
|
|
996
|
+
} else if (p.length === 3) {
|
|
997
|
+
p[0] = p[0].toLowerCase();
|
|
998
|
+
if (p[1].length === 2) p[1] = p[1].toUpperCase();
|
|
999
|
+
if (p[0] !== 'sgn' && p[2].length === 2) p[2] = p[2].toUpperCase();
|
|
1000
|
+
if (specialCases.indexOf(p[1].toLowerCase()) > -1) p[1] = capitalize(p[1].toLowerCase());
|
|
1001
|
+
if (specialCases.indexOf(p[2].toLowerCase()) > -1) p[2] = capitalize(p[2].toLowerCase());
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
return p.join('-');
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
return this.options.cleanCode || this.options.lowerCaseLng ? code.toLowerCase() : code;
|
|
1008
|
+
}
|
|
1009
|
+
}, {
|
|
1010
|
+
key: "isWhitelisted",
|
|
1011
|
+
value: function isWhitelisted(code) {
|
|
1012
|
+
this.logger.deprecate('languageUtils.isWhitelisted', 'function "isWhitelisted" will be renamed to "isSupportedCode" in the next major - please make sure to rename it\'s usage asap.');
|
|
1013
|
+
return this.isSupportedCode(code);
|
|
1014
|
+
}
|
|
1015
|
+
}, {
|
|
1016
|
+
key: "isSupportedCode",
|
|
1017
|
+
value: function isSupportedCode(code) {
|
|
1018
|
+
if (this.options.load === 'languageOnly' || this.options.nonExplicitSupportedLngs) {
|
|
1019
|
+
code = this.getLanguagePartFromCode(code);
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
return !this.supportedLngs || !this.supportedLngs.length || this.supportedLngs.indexOf(code) > -1;
|
|
1023
|
+
}
|
|
1024
|
+
}, {
|
|
1025
|
+
key: "getBestMatchFromCodes",
|
|
1026
|
+
value: function getBestMatchFromCodes(codes) {
|
|
1027
|
+
var _this = this;
|
|
1028
|
+
|
|
1029
|
+
if (!codes) return null;
|
|
1030
|
+
var found;
|
|
1031
|
+
codes.forEach(function (code) {
|
|
1032
|
+
if (found) return;
|
|
1033
|
+
|
|
1034
|
+
var cleanedLng = _this.formatLanguageCode(code);
|
|
1035
|
+
|
|
1036
|
+
if (!_this.options.supportedLngs || _this.isSupportedCode(cleanedLng)) found = cleanedLng;
|
|
1037
|
+
});
|
|
1038
|
+
|
|
1039
|
+
if (!found && this.options.supportedLngs) {
|
|
1040
|
+
codes.forEach(function (code) {
|
|
1041
|
+
if (found) return;
|
|
1042
|
+
|
|
1043
|
+
var lngOnly = _this.getLanguagePartFromCode(code);
|
|
1044
|
+
|
|
1045
|
+
if (_this.isSupportedCode(lngOnly)) return found = lngOnly;
|
|
1046
|
+
found = _this.options.supportedLngs.find(function (supportedLng) {
|
|
1047
|
+
if (supportedLng.indexOf(lngOnly) === 0) return supportedLng;
|
|
1048
|
+
});
|
|
1049
|
+
});
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
if (!found) found = this.getFallbackCodes(this.options.fallbackLng)[0];
|
|
1053
|
+
return found;
|
|
1054
|
+
}
|
|
1055
|
+
}, {
|
|
1056
|
+
key: "getFallbackCodes",
|
|
1057
|
+
value: function getFallbackCodes(fallbacks, code) {
|
|
1058
|
+
if (!fallbacks) return [];
|
|
1059
|
+
if (typeof fallbacks === 'function') fallbacks = fallbacks(code);
|
|
1060
|
+
if (typeof fallbacks === 'string') fallbacks = [fallbacks];
|
|
1061
|
+
if (Object.prototype.toString.apply(fallbacks) === '[object Array]') return fallbacks;
|
|
1062
|
+
if (!code) return fallbacks["default"] || [];
|
|
1063
|
+
var found = fallbacks[code];
|
|
1064
|
+
if (!found) found = fallbacks[this.getScriptPartFromCode(code)];
|
|
1065
|
+
if (!found) found = fallbacks[this.formatLanguageCode(code)];
|
|
1066
|
+
if (!found) found = fallbacks[this.getLanguagePartFromCode(code)];
|
|
1067
|
+
if (!found) found = fallbacks["default"];
|
|
1068
|
+
return found || [];
|
|
1069
|
+
}
|
|
1070
|
+
}, {
|
|
1071
|
+
key: "toResolveHierarchy",
|
|
1072
|
+
value: function toResolveHierarchy(code, fallbackCode) {
|
|
1073
|
+
var _this2 = this;
|
|
1074
|
+
|
|
1075
|
+
var fallbackCodes = this.getFallbackCodes(fallbackCode || this.options.fallbackLng || [], code);
|
|
1076
|
+
var codes = [];
|
|
1077
|
+
|
|
1078
|
+
var addCode = function addCode(c) {
|
|
1079
|
+
if (!c) return;
|
|
1080
|
+
|
|
1081
|
+
if (_this2.isSupportedCode(c)) {
|
|
1082
|
+
codes.push(c);
|
|
1083
|
+
} else {
|
|
1084
|
+
_this2.logger.warn("rejecting language code not found in supportedLngs: ".concat(c));
|
|
1085
|
+
}
|
|
1086
|
+
};
|
|
1087
|
+
|
|
1088
|
+
if (typeof code === 'string' && code.indexOf('-') > -1) {
|
|
1089
|
+
if (this.options.load !== 'languageOnly') addCode(this.formatLanguageCode(code));
|
|
1090
|
+
if (this.options.load !== 'languageOnly' && this.options.load !== 'currentOnly') addCode(this.getScriptPartFromCode(code));
|
|
1091
|
+
if (this.options.load !== 'currentOnly') addCode(this.getLanguagePartFromCode(code));
|
|
1092
|
+
} else if (typeof code === 'string') {
|
|
1093
|
+
addCode(this.formatLanguageCode(code));
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
fallbackCodes.forEach(function (fc) {
|
|
1097
|
+
if (codes.indexOf(fc) < 0) addCode(_this2.formatLanguageCode(fc));
|
|
1098
|
+
});
|
|
1099
|
+
return codes;
|
|
1100
|
+
}
|
|
1101
|
+
}]);
|
|
1102
|
+
|
|
1103
|
+
return LanguageUtil;
|
|
1104
|
+
}();
|
|
1105
|
+
|
|
1106
|
+
var sets = [{
|
|
1107
|
+
lngs: ['ach', 'ak', 'am', 'arn', 'br', 'fil', 'gun', 'ln', 'mfe', 'mg', 'mi', 'oc', 'pt', 'pt-BR', 'tg', 'tl', 'ti', 'tr', 'uz', 'wa'],
|
|
1108
|
+
nr: [1, 2],
|
|
1109
|
+
fc: 1
|
|
1110
|
+
}, {
|
|
1111
|
+
lngs: ['af', 'an', 'ast', 'az', 'bg', 'bn', 'ca', 'da', 'de', 'dev', 'el', 'en', 'eo', 'es', 'et', 'eu', 'fi', 'fo', 'fur', 'fy', 'gl', 'gu', 'ha', 'hi', 'hu', 'hy', 'ia', 'it', 'kn', 'ku', 'lb', 'mai', 'ml', 'mn', 'mr', 'nah', 'nap', 'nb', 'ne', 'nl', 'nn', 'no', 'nso', 'pa', 'pap', 'pms', 'ps', 'pt-PT', 'rm', 'sco', 'se', 'si', 'so', 'son', 'sq', 'sv', 'sw', 'ta', 'te', 'tk', 'ur', 'yo'],
|
|
1112
|
+
nr: [1, 2],
|
|
1113
|
+
fc: 2
|
|
1114
|
+
}, {
|
|
1115
|
+
lngs: ['ay', 'bo', 'cgg', 'fa', 'ht', 'id', 'ja', 'jbo', 'ka', 'kk', 'km', 'ko', 'ky', 'lo', 'ms', 'sah', 'su', 'th', 'tt', 'ug', 'vi', 'wo', 'zh'],
|
|
1116
|
+
nr: [1],
|
|
1117
|
+
fc: 3
|
|
1118
|
+
}, {
|
|
1119
|
+
lngs: ['be', 'bs', 'cnr', 'dz', 'hr', 'ru', 'sr', 'uk'],
|
|
1120
|
+
nr: [1, 2, 5],
|
|
1121
|
+
fc: 4
|
|
1122
|
+
}, {
|
|
1123
|
+
lngs: ['ar'],
|
|
1124
|
+
nr: [0, 1, 2, 3, 11, 100],
|
|
1125
|
+
fc: 5
|
|
1126
|
+
}, {
|
|
1127
|
+
lngs: ['cs', 'sk'],
|
|
1128
|
+
nr: [1, 2, 5],
|
|
1129
|
+
fc: 6
|
|
1130
|
+
}, {
|
|
1131
|
+
lngs: ['csb', 'pl'],
|
|
1132
|
+
nr: [1, 2, 5],
|
|
1133
|
+
fc: 7
|
|
1134
|
+
}, {
|
|
1135
|
+
lngs: ['cy'],
|
|
1136
|
+
nr: [1, 2, 3, 8],
|
|
1137
|
+
fc: 8
|
|
1138
|
+
}, {
|
|
1139
|
+
lngs: ['fr'],
|
|
1140
|
+
nr: [1, 2],
|
|
1141
|
+
fc: 9
|
|
1142
|
+
}, {
|
|
1143
|
+
lngs: ['ga'],
|
|
1144
|
+
nr: [1, 2, 3, 7, 11],
|
|
1145
|
+
fc: 10
|
|
1146
|
+
}, {
|
|
1147
|
+
lngs: ['gd'],
|
|
1148
|
+
nr: [1, 2, 3, 20],
|
|
1149
|
+
fc: 11
|
|
1150
|
+
}, {
|
|
1151
|
+
lngs: ['is'],
|
|
1152
|
+
nr: [1, 2],
|
|
1153
|
+
fc: 12
|
|
1154
|
+
}, {
|
|
1155
|
+
lngs: ['jv'],
|
|
1156
|
+
nr: [0, 1],
|
|
1157
|
+
fc: 13
|
|
1158
|
+
}, {
|
|
1159
|
+
lngs: ['kw'],
|
|
1160
|
+
nr: [1, 2, 3, 4],
|
|
1161
|
+
fc: 14
|
|
1162
|
+
}, {
|
|
1163
|
+
lngs: ['lt'],
|
|
1164
|
+
nr: [1, 2, 10],
|
|
1165
|
+
fc: 15
|
|
1166
|
+
}, {
|
|
1167
|
+
lngs: ['lv'],
|
|
1168
|
+
nr: [1, 2, 0],
|
|
1169
|
+
fc: 16
|
|
1170
|
+
}, {
|
|
1171
|
+
lngs: ['mk'],
|
|
1172
|
+
nr: [1, 2],
|
|
1173
|
+
fc: 17
|
|
1174
|
+
}, {
|
|
1175
|
+
lngs: ['mnk'],
|
|
1176
|
+
nr: [0, 1, 2],
|
|
1177
|
+
fc: 18
|
|
1178
|
+
}, {
|
|
1179
|
+
lngs: ['mt'],
|
|
1180
|
+
nr: [1, 2, 11, 20],
|
|
1181
|
+
fc: 19
|
|
1182
|
+
}, {
|
|
1183
|
+
lngs: ['or'],
|
|
1184
|
+
nr: [2, 1],
|
|
1185
|
+
fc: 2
|
|
1186
|
+
}, {
|
|
1187
|
+
lngs: ['ro'],
|
|
1188
|
+
nr: [1, 2, 20],
|
|
1189
|
+
fc: 20
|
|
1190
|
+
}, {
|
|
1191
|
+
lngs: ['sl'],
|
|
1192
|
+
nr: [5, 1, 2, 3],
|
|
1193
|
+
fc: 21
|
|
1194
|
+
}, {
|
|
1195
|
+
lngs: ['he', 'iw'],
|
|
1196
|
+
nr: [1, 2, 20, 21],
|
|
1197
|
+
fc: 22
|
|
1198
|
+
}];
|
|
1199
|
+
var _rulesPluralsTypes = {
|
|
1200
|
+
1: function _(n) {
|
|
1201
|
+
return Number(n > 1);
|
|
1202
|
+
},
|
|
1203
|
+
2: function _(n) {
|
|
1204
|
+
return Number(n != 1);
|
|
1205
|
+
},
|
|
1206
|
+
3: function _(n) {
|
|
1207
|
+
return 0;
|
|
1208
|
+
},
|
|
1209
|
+
4: function _(n) {
|
|
1210
|
+
return Number(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);
|
|
1211
|
+
},
|
|
1212
|
+
5: function _(n) {
|
|
1213
|
+
return Number(n == 0 ? 0 : n == 1 ? 1 : n == 2 ? 2 : n % 100 >= 3 && n % 100 <= 10 ? 3 : n % 100 >= 11 ? 4 : 5);
|
|
1214
|
+
},
|
|
1215
|
+
6: function _(n) {
|
|
1216
|
+
return Number(n == 1 ? 0 : n >= 2 && n <= 4 ? 1 : 2);
|
|
1217
|
+
},
|
|
1218
|
+
7: function _(n) {
|
|
1219
|
+
return Number(n == 1 ? 0 : n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);
|
|
1220
|
+
},
|
|
1221
|
+
8: function _(n) {
|
|
1222
|
+
return Number(n == 1 ? 0 : n == 2 ? 1 : n != 8 && n != 11 ? 2 : 3);
|
|
1223
|
+
},
|
|
1224
|
+
9: function _(n) {
|
|
1225
|
+
return Number(n >= 2);
|
|
1226
|
+
},
|
|
1227
|
+
10: function _(n) {
|
|
1228
|
+
return Number(n == 1 ? 0 : n == 2 ? 1 : n < 7 ? 2 : n < 11 ? 3 : 4);
|
|
1229
|
+
},
|
|
1230
|
+
11: function _(n) {
|
|
1231
|
+
return Number(n == 1 || n == 11 ? 0 : n == 2 || n == 12 ? 1 : n > 2 && n < 20 ? 2 : 3);
|
|
1232
|
+
},
|
|
1233
|
+
12: function _(n) {
|
|
1234
|
+
return Number(n % 10 != 1 || n % 100 == 11);
|
|
1235
|
+
},
|
|
1236
|
+
13: function _(n) {
|
|
1237
|
+
return Number(n !== 0);
|
|
1238
|
+
},
|
|
1239
|
+
14: function _(n) {
|
|
1240
|
+
return Number(n == 1 ? 0 : n == 2 ? 1 : n == 3 ? 2 : 3);
|
|
1241
|
+
},
|
|
1242
|
+
15: function _(n) {
|
|
1243
|
+
return Number(n % 10 == 1 && n % 100 != 11 ? 0 : n % 10 >= 2 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);
|
|
1244
|
+
},
|
|
1245
|
+
16: function _(n) {
|
|
1246
|
+
return Number(n % 10 == 1 && n % 100 != 11 ? 0 : n !== 0 ? 1 : 2);
|
|
1247
|
+
},
|
|
1248
|
+
17: function _(n) {
|
|
1249
|
+
return Number(n == 1 || n % 10 == 1 && n % 100 != 11 ? 0 : 1);
|
|
1250
|
+
},
|
|
1251
|
+
18: function _(n) {
|
|
1252
|
+
return Number(n == 0 ? 0 : n == 1 ? 1 : 2);
|
|
1253
|
+
},
|
|
1254
|
+
19: function _(n) {
|
|
1255
|
+
return Number(n == 1 ? 0 : n == 0 || n % 100 > 1 && n % 100 < 11 ? 1 : n % 100 > 10 && n % 100 < 20 ? 2 : 3);
|
|
1256
|
+
},
|
|
1257
|
+
20: function _(n) {
|
|
1258
|
+
return Number(n == 1 ? 0 : n == 0 || n % 100 > 0 && n % 100 < 20 ? 1 : 2);
|
|
1259
|
+
},
|
|
1260
|
+
21: function _(n) {
|
|
1261
|
+
return Number(n % 100 == 1 ? 1 : n % 100 == 2 ? 2 : n % 100 == 3 || n % 100 == 4 ? 3 : 0);
|
|
1262
|
+
},
|
|
1263
|
+
22: function _(n) {
|
|
1264
|
+
return Number(n == 1 ? 0 : n == 2 ? 1 : (n < 0 || n > 10) && n % 10 == 0 ? 2 : 3);
|
|
1265
|
+
}
|
|
1266
|
+
};
|
|
1267
|
+
|
|
1268
|
+
function createRules() {
|
|
1269
|
+
var rules = {};
|
|
1270
|
+
sets.forEach(function (set) {
|
|
1271
|
+
set.lngs.forEach(function (l) {
|
|
1272
|
+
rules[l] = {
|
|
1273
|
+
numbers: set.nr,
|
|
1274
|
+
plurals: _rulesPluralsTypes[set.fc]
|
|
1275
|
+
};
|
|
1276
|
+
});
|
|
1277
|
+
});
|
|
1278
|
+
return rules;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
var PluralResolver = function () {
|
|
1282
|
+
function PluralResolver(languageUtils) {
|
|
1283
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
1284
|
+
|
|
1285
|
+
_classCallCheck(this, PluralResolver);
|
|
1286
|
+
|
|
1287
|
+
this.languageUtils = languageUtils;
|
|
1288
|
+
this.options = options;
|
|
1289
|
+
this.logger = baseLogger.create('pluralResolver');
|
|
1290
|
+
this.rules = createRules();
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
_createClass(PluralResolver, [{
|
|
1294
|
+
key: "addRule",
|
|
1295
|
+
value: function addRule(lng, obj) {
|
|
1296
|
+
this.rules[lng] = obj;
|
|
1297
|
+
}
|
|
1298
|
+
}, {
|
|
1299
|
+
key: "getRule",
|
|
1300
|
+
value: function getRule(code) {
|
|
1301
|
+
return this.rules[code] || this.rules[this.languageUtils.getLanguagePartFromCode(code)];
|
|
1302
|
+
}
|
|
1303
|
+
}, {
|
|
1304
|
+
key: "needsPlural",
|
|
1305
|
+
value: function needsPlural(code) {
|
|
1306
|
+
var rule = this.getRule(code);
|
|
1307
|
+
return rule && rule.numbers.length > 1;
|
|
1308
|
+
}
|
|
1309
|
+
}, {
|
|
1310
|
+
key: "getPluralFormsOfKey",
|
|
1311
|
+
value: function getPluralFormsOfKey(code, key) {
|
|
1312
|
+
return this.getSuffixes(code).map(function (suffix) {
|
|
1313
|
+
return key + suffix;
|
|
1314
|
+
});
|
|
1315
|
+
}
|
|
1316
|
+
}, {
|
|
1317
|
+
key: "getSuffixes",
|
|
1318
|
+
value: function getSuffixes(code) {
|
|
1319
|
+
var _this = this;
|
|
1320
|
+
|
|
1321
|
+
var rule = this.getRule(code);
|
|
1322
|
+
|
|
1323
|
+
if (!rule) {
|
|
1324
|
+
return [];
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
return rule.numbers.map(function (number) {
|
|
1328
|
+
return _this.getSuffix(code, number);
|
|
1329
|
+
});
|
|
1330
|
+
}
|
|
1331
|
+
}, {
|
|
1332
|
+
key: "getSuffix",
|
|
1333
|
+
value: function getSuffix(code, count) {
|
|
1334
|
+
var _this2 = this;
|
|
1335
|
+
|
|
1336
|
+
var rule = this.getRule(code);
|
|
1337
|
+
|
|
1338
|
+
if (rule) {
|
|
1339
|
+
var idx = rule.noAbs ? rule.plurals(count) : rule.plurals(Math.abs(count));
|
|
1340
|
+
var suffix = rule.numbers[idx];
|
|
1341
|
+
|
|
1342
|
+
if (this.options.simplifyPluralSuffix && rule.numbers.length === 2 && rule.numbers[0] === 1) {
|
|
1343
|
+
if (suffix === 2) {
|
|
1344
|
+
suffix = 'plural';
|
|
1345
|
+
} else if (suffix === 1) {
|
|
1346
|
+
suffix = '';
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
var returnSuffix = function returnSuffix() {
|
|
1351
|
+
return _this2.options.prepend && suffix.toString() ? _this2.options.prepend + suffix.toString() : suffix.toString();
|
|
1352
|
+
};
|
|
1353
|
+
|
|
1354
|
+
if (this.options.compatibilityJSON === 'v1') {
|
|
1355
|
+
if (suffix === 1) return '';
|
|
1356
|
+
if (typeof suffix === 'number') return "_plural_".concat(suffix.toString());
|
|
1357
|
+
return returnSuffix();
|
|
1358
|
+
} else if (this.options.compatibilityJSON === 'v2') {
|
|
1359
|
+
return returnSuffix();
|
|
1360
|
+
} else if (this.options.simplifyPluralSuffix && rule.numbers.length === 2 && rule.numbers[0] === 1) {
|
|
1361
|
+
return returnSuffix();
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
return this.options.prepend && idx.toString() ? this.options.prepend + idx.toString() : idx.toString();
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
this.logger.warn("no plural rule found for: ".concat(code));
|
|
1368
|
+
return '';
|
|
1369
|
+
}
|
|
1370
|
+
}]);
|
|
1371
|
+
|
|
1372
|
+
return PluralResolver;
|
|
1373
|
+
}();
|
|
1374
|
+
|
|
1375
|
+
var Interpolator = function () {
|
|
1376
|
+
function Interpolator() {
|
|
1377
|
+
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
1378
|
+
|
|
1379
|
+
_classCallCheck(this, Interpolator);
|
|
1380
|
+
|
|
1381
|
+
this.logger = baseLogger.create('interpolator');
|
|
1382
|
+
this.options = options;
|
|
1383
|
+
|
|
1384
|
+
this.format = options.interpolation && options.interpolation.format || function (value) {
|
|
1385
|
+
return value;
|
|
1386
|
+
};
|
|
1387
|
+
|
|
1388
|
+
this.init(options);
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
_createClass(Interpolator, [{
|
|
1392
|
+
key: "init",
|
|
1393
|
+
value: function init() {
|
|
1394
|
+
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
1395
|
+
if (!options.interpolation) options.interpolation = {
|
|
1396
|
+
escapeValue: true
|
|
1397
|
+
};
|
|
1398
|
+
var iOpts = options.interpolation;
|
|
1399
|
+
this.escape = iOpts.escape !== undefined ? iOpts.escape : escape;
|
|
1400
|
+
this.escapeValue = iOpts.escapeValue !== undefined ? iOpts.escapeValue : true;
|
|
1401
|
+
this.useRawValueToEscape = iOpts.useRawValueToEscape !== undefined ? iOpts.useRawValueToEscape : false;
|
|
1402
|
+
this.prefix = iOpts.prefix ? regexEscape(iOpts.prefix) : iOpts.prefixEscaped || '{{';
|
|
1403
|
+
this.suffix = iOpts.suffix ? regexEscape(iOpts.suffix) : iOpts.suffixEscaped || '}}';
|
|
1404
|
+
this.formatSeparator = iOpts.formatSeparator ? iOpts.formatSeparator : iOpts.formatSeparator || ',';
|
|
1405
|
+
this.unescapePrefix = iOpts.unescapeSuffix ? '' : iOpts.unescapePrefix || '-';
|
|
1406
|
+
this.unescapeSuffix = this.unescapePrefix ? '' : iOpts.unescapeSuffix || '';
|
|
1407
|
+
this.nestingPrefix = iOpts.nestingPrefix ? regexEscape(iOpts.nestingPrefix) : iOpts.nestingPrefixEscaped || regexEscape('$t(');
|
|
1408
|
+
this.nestingSuffix = iOpts.nestingSuffix ? regexEscape(iOpts.nestingSuffix) : iOpts.nestingSuffixEscaped || regexEscape(')');
|
|
1409
|
+
this.nestingOptionsSeparator = iOpts.nestingOptionsSeparator ? iOpts.nestingOptionsSeparator : iOpts.nestingOptionsSeparator || ',';
|
|
1410
|
+
this.maxReplaces = iOpts.maxReplaces ? iOpts.maxReplaces : 1000;
|
|
1411
|
+
this.alwaysFormat = iOpts.alwaysFormat !== undefined ? iOpts.alwaysFormat : false;
|
|
1412
|
+
this.resetRegExp();
|
|
1413
|
+
}
|
|
1414
|
+
}, {
|
|
1415
|
+
key: "reset",
|
|
1416
|
+
value: function reset() {
|
|
1417
|
+
if (this.options) this.init(this.options);
|
|
1418
|
+
}
|
|
1419
|
+
}, {
|
|
1420
|
+
key: "resetRegExp",
|
|
1421
|
+
value: function resetRegExp() {
|
|
1422
|
+
var regexpStr = "".concat(this.prefix, "(.+?)").concat(this.suffix);
|
|
1423
|
+
this.regexp = new RegExp(regexpStr, 'g');
|
|
1424
|
+
var regexpUnescapeStr = "".concat(this.prefix).concat(this.unescapePrefix, "(.+?)").concat(this.unescapeSuffix).concat(this.suffix);
|
|
1425
|
+
this.regexpUnescape = new RegExp(regexpUnescapeStr, 'g');
|
|
1426
|
+
var nestingRegexpStr = "".concat(this.nestingPrefix, "(.+?)").concat(this.nestingSuffix);
|
|
1427
|
+
this.nestingRegexp = new RegExp(nestingRegexpStr, 'g');
|
|
1428
|
+
}
|
|
1429
|
+
}, {
|
|
1430
|
+
key: "interpolate",
|
|
1431
|
+
value: function interpolate(str, data, lng, options) {
|
|
1432
|
+
var _this = this;
|
|
1433
|
+
|
|
1434
|
+
var match;
|
|
1435
|
+
var value;
|
|
1436
|
+
var replaces;
|
|
1437
|
+
var defaultData = this.options && this.options.interpolation && this.options.interpolation.defaultVariables || {};
|
|
1438
|
+
|
|
1439
|
+
function regexSafe(val) {
|
|
1440
|
+
return val.replace(/\$/g, '$$$$');
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
var handleFormat = function handleFormat(key) {
|
|
1444
|
+
if (key.indexOf(_this.formatSeparator) < 0) {
|
|
1445
|
+
var path = getPathWithDefaults(data, defaultData, key);
|
|
1446
|
+
return _this.alwaysFormat ? _this.format(path, undefined, lng) : path;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
var p = key.split(_this.formatSeparator);
|
|
1450
|
+
var k = p.shift().trim();
|
|
1451
|
+
var f = p.join(_this.formatSeparator).trim();
|
|
1452
|
+
return _this.format(getPathWithDefaults(data, defaultData, k), f, lng, options);
|
|
1453
|
+
};
|
|
1454
|
+
|
|
1455
|
+
this.resetRegExp();
|
|
1456
|
+
var missingInterpolationHandler = options && options.missingInterpolationHandler || this.options.missingInterpolationHandler;
|
|
1457
|
+
var skipOnVariables = options && options.interpolation && options.interpolation.skipOnVariables || this.options.interpolation.skipOnVariables;
|
|
1458
|
+
var todos = [{
|
|
1459
|
+
regex: this.regexpUnescape,
|
|
1460
|
+
safeValue: function safeValue(val) {
|
|
1461
|
+
return regexSafe(val);
|
|
1462
|
+
}
|
|
1463
|
+
}, {
|
|
1464
|
+
regex: this.regexp,
|
|
1465
|
+
safeValue: function safeValue(val) {
|
|
1466
|
+
return _this.escapeValue ? regexSafe(_this.escape(val)) : regexSafe(val);
|
|
1467
|
+
}
|
|
1468
|
+
}];
|
|
1469
|
+
todos.forEach(function (todo) {
|
|
1470
|
+
replaces = 0;
|
|
1471
|
+
|
|
1472
|
+
while (match = todo.regex.exec(str)) {
|
|
1473
|
+
value = handleFormat(match[1].trim());
|
|
1474
|
+
|
|
1475
|
+
if (value === undefined) {
|
|
1476
|
+
if (typeof missingInterpolationHandler === 'function') {
|
|
1477
|
+
var temp = missingInterpolationHandler(str, match, options);
|
|
1478
|
+
value = typeof temp === 'string' ? temp : '';
|
|
1479
|
+
} else if (skipOnVariables) {
|
|
1480
|
+
value = match[0];
|
|
1481
|
+
continue;
|
|
1482
|
+
} else {
|
|
1483
|
+
_this.logger.warn("missed to pass in variable ".concat(match[1], " for interpolating ").concat(str));
|
|
1484
|
+
|
|
1485
|
+
value = '';
|
|
1486
|
+
}
|
|
1487
|
+
} else if (typeof value !== 'string' && !_this.useRawValueToEscape) {
|
|
1488
|
+
value = makeString(value);
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
str = str.replace(match[0], todo.safeValue(value));
|
|
1492
|
+
todo.regex.lastIndex = 0;
|
|
1493
|
+
replaces++;
|
|
1494
|
+
|
|
1495
|
+
if (replaces >= _this.maxReplaces) {
|
|
1496
|
+
break;
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
});
|
|
1500
|
+
return str;
|
|
1501
|
+
}
|
|
1502
|
+
}, {
|
|
1503
|
+
key: "nest",
|
|
1504
|
+
value: function nest(str, fc) {
|
|
1505
|
+
var _this2 = this;
|
|
1506
|
+
|
|
1507
|
+
var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
1508
|
+
var match;
|
|
1509
|
+
var value;
|
|
1510
|
+
|
|
1511
|
+
var clonedOptions = _objectSpread({}, options);
|
|
1512
|
+
|
|
1513
|
+
clonedOptions.applyPostProcessor = false;
|
|
1514
|
+
delete clonedOptions.defaultValue;
|
|
1515
|
+
|
|
1516
|
+
function handleHasOptions(key, inheritedOptions) {
|
|
1517
|
+
var sep = this.nestingOptionsSeparator;
|
|
1518
|
+
if (key.indexOf(sep) < 0) return key;
|
|
1519
|
+
var c = key.split(new RegExp("".concat(sep, "[ ]*{")));
|
|
1520
|
+
var optionsString = "{".concat(c[1]);
|
|
1521
|
+
key = c[0];
|
|
1522
|
+
optionsString = this.interpolate(optionsString, clonedOptions);
|
|
1523
|
+
optionsString = optionsString.replace(/'/g, '"');
|
|
1524
|
+
|
|
1525
|
+
try {
|
|
1526
|
+
clonedOptions = JSON.parse(optionsString);
|
|
1527
|
+
if (inheritedOptions) clonedOptions = _objectSpread({}, inheritedOptions, clonedOptions);
|
|
1528
|
+
} catch (e) {
|
|
1529
|
+
this.logger.warn("failed parsing options string in nesting for key ".concat(key), e);
|
|
1530
|
+
return "".concat(key).concat(sep).concat(optionsString);
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
delete clonedOptions.defaultValue;
|
|
1534
|
+
return key;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
while (match = this.nestingRegexp.exec(str)) {
|
|
1538
|
+
var formatters = [];
|
|
1539
|
+
var doReduce = false;
|
|
1540
|
+
|
|
1541
|
+
if (match[0].includes(this.formatSeparator) && !/{.*}/.test(match[1])) {
|
|
1542
|
+
var r = match[1].split(this.formatSeparator).map(function (elem) {
|
|
1543
|
+
return elem.trim();
|
|
1544
|
+
});
|
|
1545
|
+
match[1] = r.shift();
|
|
1546
|
+
formatters = r;
|
|
1547
|
+
doReduce = true;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
value = fc(handleHasOptions.call(this, match[1].trim(), clonedOptions), clonedOptions);
|
|
1551
|
+
if (value && match[0] === str && typeof value !== 'string') return value;
|
|
1552
|
+
if (typeof value !== 'string') value = makeString(value);
|
|
1553
|
+
|
|
1554
|
+
if (!value) {
|
|
1555
|
+
this.logger.warn("missed to resolve ".concat(match[1], " for nesting ").concat(str));
|
|
1556
|
+
value = '';
|
|
1557
|
+
}
|
|
1558
|
+
|
|
1559
|
+
if (doReduce) {
|
|
1560
|
+
value = formatters.reduce(function (v, f) {
|
|
1561
|
+
return _this2.format(v, f, options.lng, options);
|
|
1562
|
+
}, value.trim());
|
|
1563
|
+
}
|
|
1564
|
+
|
|
1565
|
+
str = str.replace(match[0], value);
|
|
1566
|
+
this.regexp.lastIndex = 0;
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1569
|
+
return str;
|
|
1570
|
+
}
|
|
1571
|
+
}]);
|
|
1572
|
+
|
|
1573
|
+
return Interpolator;
|
|
1574
|
+
}();
|
|
1575
|
+
|
|
1576
|
+
function remove(arr, what) {
|
|
1577
|
+
var found = arr.indexOf(what);
|
|
1578
|
+
|
|
1579
|
+
while (found !== -1) {
|
|
1580
|
+
arr.splice(found, 1);
|
|
1581
|
+
found = arr.indexOf(what);
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
var Connector = function (_EventEmitter) {
|
|
1586
|
+
_inherits(Connector, _EventEmitter);
|
|
1587
|
+
|
|
1588
|
+
function Connector(backend, store, services) {
|
|
1589
|
+
var _this;
|
|
1590
|
+
|
|
1591
|
+
var options = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {};
|
|
1592
|
+
|
|
1593
|
+
_classCallCheck(this, Connector);
|
|
1594
|
+
|
|
1595
|
+
_this = _possibleConstructorReturn(this, _getPrototypeOf(Connector).call(this));
|
|
1596
|
+
|
|
1597
|
+
if (isIE10) {
|
|
1598
|
+
EventEmitter.call(_assertThisInitialized(_this));
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
_this.backend = backend;
|
|
1602
|
+
_this.store = store;
|
|
1603
|
+
_this.services = services;
|
|
1604
|
+
_this.languageUtils = services.languageUtils;
|
|
1605
|
+
_this.options = options;
|
|
1606
|
+
_this.logger = baseLogger.create('backendConnector');
|
|
1607
|
+
_this.state = {};
|
|
1608
|
+
_this.queue = [];
|
|
1609
|
+
|
|
1610
|
+
if (_this.backend && _this.backend.init) {
|
|
1611
|
+
_this.backend.init(services, options.backend, options);
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
return _this;
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
_createClass(Connector, [{
|
|
1618
|
+
key: "queueLoad",
|
|
1619
|
+
value: function queueLoad(languages, namespaces, options, callback) {
|
|
1620
|
+
var _this2 = this;
|
|
1621
|
+
|
|
1622
|
+
var toLoad = [];
|
|
1623
|
+
var pending = [];
|
|
1624
|
+
var toLoadLanguages = [];
|
|
1625
|
+
var toLoadNamespaces = [];
|
|
1626
|
+
languages.forEach(function (lng) {
|
|
1627
|
+
var hasAllNamespaces = true;
|
|
1628
|
+
namespaces.forEach(function (ns) {
|
|
1629
|
+
var name = "".concat(lng, "|").concat(ns);
|
|
1630
|
+
|
|
1631
|
+
if (!options.reload && _this2.store.hasResourceBundle(lng, ns)) {
|
|
1632
|
+
_this2.state[name] = 2;
|
|
1633
|
+
} else if (_this2.state[name] < 0) ; else if (_this2.state[name] === 1) {
|
|
1634
|
+
if (pending.indexOf(name) < 0) pending.push(name);
|
|
1635
|
+
} else {
|
|
1636
|
+
_this2.state[name] = 1;
|
|
1637
|
+
hasAllNamespaces = false;
|
|
1638
|
+
if (pending.indexOf(name) < 0) pending.push(name);
|
|
1639
|
+
if (toLoad.indexOf(name) < 0) toLoad.push(name);
|
|
1640
|
+
if (toLoadNamespaces.indexOf(ns) < 0) toLoadNamespaces.push(ns);
|
|
1641
|
+
}
|
|
1642
|
+
});
|
|
1643
|
+
if (!hasAllNamespaces) toLoadLanguages.push(lng);
|
|
1644
|
+
});
|
|
1645
|
+
|
|
1646
|
+
if (toLoad.length || pending.length) {
|
|
1647
|
+
this.queue.push({
|
|
1648
|
+
pending: pending,
|
|
1649
|
+
loaded: {},
|
|
1650
|
+
errors: [],
|
|
1651
|
+
callback: callback
|
|
1652
|
+
});
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
return {
|
|
1656
|
+
toLoad: toLoad,
|
|
1657
|
+
pending: pending,
|
|
1658
|
+
toLoadLanguages: toLoadLanguages,
|
|
1659
|
+
toLoadNamespaces: toLoadNamespaces
|
|
1660
|
+
};
|
|
1661
|
+
}
|
|
1662
|
+
}, {
|
|
1663
|
+
key: "loaded",
|
|
1664
|
+
value: function loaded(name, err, data) {
|
|
1665
|
+
var s = name.split('|');
|
|
1666
|
+
var lng = s[0];
|
|
1667
|
+
var ns = s[1];
|
|
1668
|
+
if (err) this.emit('failedLoading', lng, ns, err);
|
|
1669
|
+
|
|
1670
|
+
if (data) {
|
|
1671
|
+
this.store.addResourceBundle(lng, ns, data);
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
this.state[name] = err ? -1 : 2;
|
|
1675
|
+
var loaded = {};
|
|
1676
|
+
this.queue.forEach(function (q) {
|
|
1677
|
+
pushPath(q.loaded, [lng], ns);
|
|
1678
|
+
remove(q.pending, name);
|
|
1679
|
+
if (err) q.errors.push(err);
|
|
1680
|
+
|
|
1681
|
+
if (q.pending.length === 0 && !q.done) {
|
|
1682
|
+
Object.keys(q.loaded).forEach(function (l) {
|
|
1683
|
+
if (!loaded[l]) loaded[l] = [];
|
|
1684
|
+
|
|
1685
|
+
if (q.loaded[l].length) {
|
|
1686
|
+
q.loaded[l].forEach(function (ns) {
|
|
1687
|
+
if (loaded[l].indexOf(ns) < 0) loaded[l].push(ns);
|
|
1688
|
+
});
|
|
1689
|
+
}
|
|
1690
|
+
});
|
|
1691
|
+
q.done = true;
|
|
1692
|
+
|
|
1693
|
+
if (q.errors.length) {
|
|
1694
|
+
q.callback(q.errors);
|
|
1695
|
+
} else {
|
|
1696
|
+
q.callback();
|
|
1697
|
+
}
|
|
1698
|
+
}
|
|
1699
|
+
});
|
|
1700
|
+
this.emit('loaded', loaded);
|
|
1701
|
+
this.queue = this.queue.filter(function (q) {
|
|
1702
|
+
return !q.done;
|
|
1703
|
+
});
|
|
1704
|
+
}
|
|
1705
|
+
}, {
|
|
1706
|
+
key: "read",
|
|
1707
|
+
value: function read(lng, ns, fcName) {
|
|
1708
|
+
var _this3 = this;
|
|
1709
|
+
|
|
1710
|
+
var tried = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 0;
|
|
1711
|
+
var wait = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 350;
|
|
1712
|
+
var callback = arguments.length > 5 ? arguments[5] : undefined;
|
|
1713
|
+
if (!lng.length) return callback(null, {});
|
|
1714
|
+
return this.backend[fcName](lng, ns, function (err, data) {
|
|
1715
|
+
if (err && data && tried < 5) {
|
|
1716
|
+
setTimeout(function () {
|
|
1717
|
+
_this3.read.call(_this3, lng, ns, fcName, tried + 1, wait * 2, callback);
|
|
1718
|
+
}, wait);
|
|
1719
|
+
return;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
callback(err, data);
|
|
1723
|
+
});
|
|
1724
|
+
}
|
|
1725
|
+
}, {
|
|
1726
|
+
key: "prepareLoading",
|
|
1727
|
+
value: function prepareLoading(languages, namespaces) {
|
|
1728
|
+
var _this4 = this;
|
|
1729
|
+
|
|
1730
|
+
var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
|
|
1731
|
+
var callback = arguments.length > 3 ? arguments[3] : undefined;
|
|
1732
|
+
|
|
1733
|
+
if (!this.backend) {
|
|
1734
|
+
this.logger.warn('No backend was added via i18next.use. Will not load resources.');
|
|
1735
|
+
return callback && callback();
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
if (typeof languages === 'string') languages = this.languageUtils.toResolveHierarchy(languages);
|
|
1739
|
+
if (typeof namespaces === 'string') namespaces = [namespaces];
|
|
1740
|
+
var toLoad = this.queueLoad(languages, namespaces, options, callback);
|
|
1741
|
+
|
|
1742
|
+
if (!toLoad.toLoad.length) {
|
|
1743
|
+
if (!toLoad.pending.length) callback();
|
|
1744
|
+
return null;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
toLoad.toLoad.forEach(function (name) {
|
|
1748
|
+
_this4.loadOne(name);
|
|
1749
|
+
});
|
|
1750
|
+
}
|
|
1751
|
+
}, {
|
|
1752
|
+
key: "load",
|
|
1753
|
+
value: function load(languages, namespaces, callback) {
|
|
1754
|
+
this.prepareLoading(languages, namespaces, {}, callback);
|
|
1755
|
+
}
|
|
1756
|
+
}, {
|
|
1757
|
+
key: "reload",
|
|
1758
|
+
value: function reload(languages, namespaces, callback) {
|
|
1759
|
+
this.prepareLoading(languages, namespaces, {
|
|
1760
|
+
reload: true
|
|
1761
|
+
}, callback);
|
|
1762
|
+
}
|
|
1763
|
+
}, {
|
|
1764
|
+
key: "loadOne",
|
|
1765
|
+
value: function loadOne(name) {
|
|
1766
|
+
var _this5 = this;
|
|
1767
|
+
|
|
1768
|
+
var prefix = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
1769
|
+
var s = name.split('|');
|
|
1770
|
+
var lng = s[0];
|
|
1771
|
+
var ns = s[1];
|
|
1772
|
+
this.read(lng, ns, 'read', undefined, undefined, function (err, data) {
|
|
1773
|
+
if (err) _this5.logger.warn("".concat(prefix, "loading namespace ").concat(ns, " for language ").concat(lng, " failed"), err);
|
|
1774
|
+
if (!err && data) _this5.logger.log("".concat(prefix, "loaded namespace ").concat(ns, " for language ").concat(lng), data);
|
|
1775
|
+
|
|
1776
|
+
_this5.loaded(name, err, data);
|
|
1777
|
+
});
|
|
1778
|
+
}
|
|
1779
|
+
}, {
|
|
1780
|
+
key: "saveMissing",
|
|
1781
|
+
value: function saveMissing(languages, namespace, key, fallbackValue, isUpdate) {
|
|
1782
|
+
var options = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : {};
|
|
1783
|
+
|
|
1784
|
+
if (this.services.utils && this.services.utils.hasLoadedNamespace && !this.services.utils.hasLoadedNamespace(namespace)) {
|
|
1785
|
+
this.logger.warn("did not save key \"".concat(key, "\" as the namespace \"").concat(namespace, "\" was not yet loaded"), 'This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!');
|
|
1786
|
+
return;
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
if (key === undefined || key === null || key === '') return;
|
|
1790
|
+
|
|
1791
|
+
if (this.backend && this.backend.create) {
|
|
1792
|
+
this.backend.create(languages, namespace, key, fallbackValue, null, _objectSpread({}, options, {
|
|
1793
|
+
isUpdate: isUpdate
|
|
1794
|
+
}));
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
if (!languages || !languages[0]) return;
|
|
1798
|
+
this.store.addResource(languages[0], namespace, key, fallbackValue);
|
|
1799
|
+
}
|
|
1800
|
+
}]);
|
|
1801
|
+
|
|
1802
|
+
return Connector;
|
|
1803
|
+
}(EventEmitter);
|
|
1804
|
+
|
|
1805
|
+
function get() {
|
|
1806
|
+
return {
|
|
1807
|
+
debug: false,
|
|
1808
|
+
initImmediate: true,
|
|
1809
|
+
ns: ['translation'],
|
|
1810
|
+
defaultNS: ['translation'],
|
|
1811
|
+
fallbackLng: ['dev'],
|
|
1812
|
+
fallbackNS: false,
|
|
1813
|
+
whitelist: false,
|
|
1814
|
+
nonExplicitWhitelist: false,
|
|
1815
|
+
supportedLngs: false,
|
|
1816
|
+
nonExplicitSupportedLngs: false,
|
|
1817
|
+
load: 'all',
|
|
1818
|
+
preload: false,
|
|
1819
|
+
simplifyPluralSuffix: true,
|
|
1820
|
+
keySeparator: '.',
|
|
1821
|
+
nsSeparator: ':',
|
|
1822
|
+
pluralSeparator: '_',
|
|
1823
|
+
contextSeparator: '_',
|
|
1824
|
+
partialBundledLanguages: false,
|
|
1825
|
+
saveMissing: false,
|
|
1826
|
+
updateMissing: false,
|
|
1827
|
+
saveMissingTo: 'fallback',
|
|
1828
|
+
saveMissingPlurals: true,
|
|
1829
|
+
missingKeyHandler: false,
|
|
1830
|
+
missingInterpolationHandler: false,
|
|
1831
|
+
postProcess: false,
|
|
1832
|
+
postProcessPassResolved: false,
|
|
1833
|
+
returnNull: true,
|
|
1834
|
+
returnEmptyString: true,
|
|
1835
|
+
returnObjects: false,
|
|
1836
|
+
joinArrays: false,
|
|
1837
|
+
returnedObjectHandler: false,
|
|
1838
|
+
parseMissingKeyHandler: false,
|
|
1839
|
+
appendNamespaceToMissingKey: false,
|
|
1840
|
+
appendNamespaceToCIMode: false,
|
|
1841
|
+
overloadTranslationOptionHandler: function handle(args) {
|
|
1842
|
+
var ret = {};
|
|
1843
|
+
if (_typeof(args[1]) === 'object') ret = args[1];
|
|
1844
|
+
if (typeof args[1] === 'string') ret.defaultValue = args[1];
|
|
1845
|
+
if (typeof args[2] === 'string') ret.tDescription = args[2];
|
|
1846
|
+
|
|
1847
|
+
if (_typeof(args[2]) === 'object' || _typeof(args[3]) === 'object') {
|
|
1848
|
+
var options = args[3] || args[2];
|
|
1849
|
+
Object.keys(options).forEach(function (key) {
|
|
1850
|
+
ret[key] = options[key];
|
|
1851
|
+
});
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
return ret;
|
|
1855
|
+
},
|
|
1856
|
+
interpolation: {
|
|
1857
|
+
escapeValue: true,
|
|
1858
|
+
format: function format(value, _format, lng, options) {
|
|
1859
|
+
return value;
|
|
1860
|
+
},
|
|
1861
|
+
prefix: '{{',
|
|
1862
|
+
suffix: '}}',
|
|
1863
|
+
formatSeparator: ',',
|
|
1864
|
+
unescapePrefix: '-',
|
|
1865
|
+
nestingPrefix: '$t(',
|
|
1866
|
+
nestingSuffix: ')',
|
|
1867
|
+
nestingOptionsSeparator: ',',
|
|
1868
|
+
maxReplaces: 1000,
|
|
1869
|
+
skipOnVariables: false
|
|
1870
|
+
}
|
|
1871
|
+
};
|
|
1872
|
+
}
|
|
1873
|
+
function transformOptions(options) {
|
|
1874
|
+
if (typeof options.ns === 'string') options.ns = [options.ns];
|
|
1875
|
+
if (typeof options.fallbackLng === 'string') options.fallbackLng = [options.fallbackLng];
|
|
1876
|
+
if (typeof options.fallbackNS === 'string') options.fallbackNS = [options.fallbackNS];
|
|
1877
|
+
|
|
1878
|
+
if (options.whitelist) {
|
|
1879
|
+
if (options.whitelist && options.whitelist.indexOf('cimode') < 0) {
|
|
1880
|
+
options.whitelist = options.whitelist.concat(['cimode']);
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
options.supportedLngs = options.whitelist;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
if (options.nonExplicitWhitelist) {
|
|
1887
|
+
options.nonExplicitSupportedLngs = options.nonExplicitWhitelist;
|
|
1888
|
+
}
|
|
1889
|
+
|
|
1890
|
+
if (options.supportedLngs && options.supportedLngs.indexOf('cimode') < 0) {
|
|
1891
|
+
options.supportedLngs = options.supportedLngs.concat(['cimode']);
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
return options;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
function noop() {}
|
|
1898
|
+
|
|
1899
|
+
var I18n = function (_EventEmitter) {
|
|
1900
|
+
_inherits(I18n, _EventEmitter);
|
|
1901
|
+
|
|
1902
|
+
function I18n() {
|
|
1903
|
+
var _this;
|
|
1904
|
+
|
|
1905
|
+
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
1906
|
+
var callback = arguments.length > 1 ? arguments[1] : undefined;
|
|
1907
|
+
|
|
1908
|
+
_classCallCheck(this, I18n);
|
|
1909
|
+
|
|
1910
|
+
_this = _possibleConstructorReturn(this, _getPrototypeOf(I18n).call(this));
|
|
1911
|
+
|
|
1912
|
+
if (isIE10) {
|
|
1913
|
+
EventEmitter.call(_assertThisInitialized(_this));
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
_this.options = transformOptions(options);
|
|
1917
|
+
_this.services = {};
|
|
1918
|
+
_this.logger = baseLogger;
|
|
1919
|
+
_this.modules = {
|
|
1920
|
+
external: []
|
|
1921
|
+
};
|
|
1922
|
+
|
|
1923
|
+
if (callback && !_this.isInitialized && !options.isClone) {
|
|
1924
|
+
if (!_this.options.initImmediate) {
|
|
1925
|
+
_this.init(options, callback);
|
|
1926
|
+
|
|
1927
|
+
return _possibleConstructorReturn(_this, _assertThisInitialized(_this));
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
setTimeout(function () {
|
|
1931
|
+
_this.init(options, callback);
|
|
1932
|
+
}, 0);
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
return _this;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
1938
|
+
_createClass(I18n, [{
|
|
1939
|
+
key: "init",
|
|
1940
|
+
value: function init() {
|
|
1941
|
+
var _this2 = this;
|
|
1942
|
+
|
|
1943
|
+
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
1944
|
+
var callback = arguments.length > 1 ? arguments[1] : undefined;
|
|
1945
|
+
|
|
1946
|
+
if (typeof options === 'function') {
|
|
1947
|
+
callback = options;
|
|
1948
|
+
options = {};
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
if (options.whitelist && !options.supportedLngs) {
|
|
1952
|
+
this.logger.deprecate('whitelist', 'option "whitelist" will be renamed to "supportedLngs" in the next major - please make sure to rename this option asap.');
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
if (options.nonExplicitWhitelist && !options.nonExplicitSupportedLngs) {
|
|
1956
|
+
this.logger.deprecate('whitelist', 'options "nonExplicitWhitelist" will be renamed to "nonExplicitSupportedLngs" in the next major - please make sure to rename this option asap.');
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
this.options = _objectSpread({}, get(), this.options, transformOptions(options));
|
|
1960
|
+
this.format = this.options.interpolation.format;
|
|
1961
|
+
if (!callback) callback = noop;
|
|
1962
|
+
|
|
1963
|
+
function createClassOnDemand(ClassOrObject) {
|
|
1964
|
+
if (!ClassOrObject) return null;
|
|
1965
|
+
if (typeof ClassOrObject === 'function') return new ClassOrObject();
|
|
1966
|
+
return ClassOrObject;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
if (!this.options.isClone) {
|
|
1970
|
+
if (this.modules.logger) {
|
|
1971
|
+
baseLogger.init(createClassOnDemand(this.modules.logger), this.options);
|
|
1972
|
+
} else {
|
|
1973
|
+
baseLogger.init(null, this.options);
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
var lu = new LanguageUtil(this.options);
|
|
1977
|
+
this.store = new ResourceStore(this.options.resources, this.options);
|
|
1978
|
+
var s = this.services;
|
|
1979
|
+
s.logger = baseLogger;
|
|
1980
|
+
s.resourceStore = this.store;
|
|
1981
|
+
s.languageUtils = lu;
|
|
1982
|
+
s.pluralResolver = new PluralResolver(lu, {
|
|
1983
|
+
prepend: this.options.pluralSeparator,
|
|
1984
|
+
compatibilityJSON: this.options.compatibilityJSON,
|
|
1985
|
+
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
1986
|
+
});
|
|
1987
|
+
s.interpolator = new Interpolator(this.options);
|
|
1988
|
+
s.utils = {
|
|
1989
|
+
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
1990
|
+
};
|
|
1991
|
+
s.backendConnector = new Connector(createClassOnDemand(this.modules.backend), s.resourceStore, s, this.options);
|
|
1992
|
+
s.backendConnector.on('*', function (event) {
|
|
1993
|
+
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
1994
|
+
args[_key - 1] = arguments[_key];
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
_this2.emit.apply(_this2, [event].concat(args));
|
|
1998
|
+
});
|
|
1999
|
+
|
|
2000
|
+
if (this.modules.languageDetector) {
|
|
2001
|
+
s.languageDetector = createClassOnDemand(this.modules.languageDetector);
|
|
2002
|
+
s.languageDetector.init(s, this.options.detection, this.options);
|
|
2003
|
+
}
|
|
2004
|
+
|
|
2005
|
+
if (this.modules.i18nFormat) {
|
|
2006
|
+
s.i18nFormat = createClassOnDemand(this.modules.i18nFormat);
|
|
2007
|
+
if (s.i18nFormat.init) s.i18nFormat.init(this);
|
|
2008
|
+
}
|
|
2009
|
+
|
|
2010
|
+
this.translator = new Translator(this.services, this.options);
|
|
2011
|
+
this.translator.on('*', function (event) {
|
|
2012
|
+
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
|
|
2013
|
+
args[_key2 - 1] = arguments[_key2];
|
|
2014
|
+
}
|
|
2015
|
+
|
|
2016
|
+
_this2.emit.apply(_this2, [event].concat(args));
|
|
2017
|
+
});
|
|
2018
|
+
this.modules.external.forEach(function (m) {
|
|
2019
|
+
if (m.init) m.init(_this2);
|
|
2020
|
+
});
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
if (this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
|
|
2024
|
+
var codes = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
|
|
2025
|
+
if (codes.length > 0 && codes[0] !== 'dev') this.options.lng = codes[0];
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2028
|
+
if (!this.services.languageDetector && !this.options.lng) {
|
|
2029
|
+
this.logger.warn('init: no languageDetector is used and no lng is defined');
|
|
2030
|
+
}
|
|
2031
|
+
|
|
2032
|
+
var storeApi = ['getResource', 'hasResourceBundle', 'getResourceBundle', 'getDataByLanguage'];
|
|
2033
|
+
storeApi.forEach(function (fcName) {
|
|
2034
|
+
_this2[fcName] = function () {
|
|
2035
|
+
var _this2$store;
|
|
2036
|
+
|
|
2037
|
+
return (_this2$store = _this2.store)[fcName].apply(_this2$store, arguments);
|
|
2038
|
+
};
|
|
2039
|
+
});
|
|
2040
|
+
var storeApiChained = ['addResource', 'addResources', 'addResourceBundle', 'removeResourceBundle'];
|
|
2041
|
+
storeApiChained.forEach(function (fcName) {
|
|
2042
|
+
_this2[fcName] = function () {
|
|
2043
|
+
var _this2$store2;
|
|
2044
|
+
|
|
2045
|
+
(_this2$store2 = _this2.store)[fcName].apply(_this2$store2, arguments);
|
|
2046
|
+
|
|
2047
|
+
return _this2;
|
|
2048
|
+
};
|
|
2049
|
+
});
|
|
2050
|
+
var deferred = defer();
|
|
2051
|
+
|
|
2052
|
+
var load = function load() {
|
|
2053
|
+
var finish = function finish(err, t) {
|
|
2054
|
+
if (_this2.isInitialized) _this2.logger.warn('init: i18next is already initialized. You should call init just once!');
|
|
2055
|
+
_this2.isInitialized = true;
|
|
2056
|
+
if (!_this2.options.isClone) _this2.logger.log('initialized', _this2.options);
|
|
2057
|
+
|
|
2058
|
+
_this2.emit('initialized', _this2.options);
|
|
2059
|
+
|
|
2060
|
+
deferred.resolve(t);
|
|
2061
|
+
callback(err, t);
|
|
2062
|
+
};
|
|
2063
|
+
|
|
2064
|
+
if (_this2.languages && _this2.options.compatibilityAPI !== 'v1' && !_this2.isInitialized) return finish(null, _this2.t.bind(_this2));
|
|
2065
|
+
|
|
2066
|
+
_this2.changeLanguage(_this2.options.lng, finish);
|
|
2067
|
+
};
|
|
2068
|
+
|
|
2069
|
+
if (this.options.resources || !this.options.initImmediate) {
|
|
2070
|
+
load();
|
|
2071
|
+
} else {
|
|
2072
|
+
setTimeout(load, 0);
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
return deferred;
|
|
2076
|
+
}
|
|
2077
|
+
}, {
|
|
2078
|
+
key: "loadResources",
|
|
2079
|
+
value: function loadResources(language) {
|
|
2080
|
+
var _this3 = this;
|
|
2081
|
+
|
|
2082
|
+
var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : noop;
|
|
2083
|
+
var usedCallback = callback;
|
|
2084
|
+
var usedLng = typeof language === 'string' ? language : this.language;
|
|
2085
|
+
if (typeof language === 'function') usedCallback = language;
|
|
2086
|
+
|
|
2087
|
+
if (!this.options.resources || this.options.partialBundledLanguages) {
|
|
2088
|
+
if (usedLng && usedLng.toLowerCase() === 'cimode') return usedCallback();
|
|
2089
|
+
var toLoad = [];
|
|
2090
|
+
|
|
2091
|
+
var append = function append(lng) {
|
|
2092
|
+
if (!lng) return;
|
|
2093
|
+
|
|
2094
|
+
var lngs = _this3.services.languageUtils.toResolveHierarchy(lng);
|
|
2095
|
+
|
|
2096
|
+
lngs.forEach(function (l) {
|
|
2097
|
+
if (toLoad.indexOf(l) < 0) toLoad.push(l);
|
|
2098
|
+
});
|
|
2099
|
+
};
|
|
2100
|
+
|
|
2101
|
+
if (!usedLng) {
|
|
2102
|
+
var fallbacks = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
|
|
2103
|
+
fallbacks.forEach(function (l) {
|
|
2104
|
+
return append(l);
|
|
2105
|
+
});
|
|
2106
|
+
} else {
|
|
2107
|
+
append(usedLng);
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
if (this.options.preload) {
|
|
2111
|
+
this.options.preload.forEach(function (l) {
|
|
2112
|
+
return append(l);
|
|
2113
|
+
});
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
this.services.backendConnector.load(toLoad, this.options.ns, usedCallback);
|
|
2117
|
+
} else {
|
|
2118
|
+
usedCallback(null);
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
}, {
|
|
2122
|
+
key: "reloadResources",
|
|
2123
|
+
value: function reloadResources(lngs, ns, callback) {
|
|
2124
|
+
var deferred = defer();
|
|
2125
|
+
if (!lngs) lngs = this.languages;
|
|
2126
|
+
if (!ns) ns = this.options.ns;
|
|
2127
|
+
if (!callback) callback = noop;
|
|
2128
|
+
this.services.backendConnector.reload(lngs, ns, function (err) {
|
|
2129
|
+
deferred.resolve();
|
|
2130
|
+
callback(err);
|
|
2131
|
+
});
|
|
2132
|
+
return deferred;
|
|
2133
|
+
}
|
|
2134
|
+
}, {
|
|
2135
|
+
key: "use",
|
|
2136
|
+
value: function use(module) {
|
|
2137
|
+
if (!module) throw new Error('You are passing an undefined module! Please check the object you are passing to i18next.use()');
|
|
2138
|
+
if (!module.type) throw new Error('You are passing a wrong module! Please check the object you are passing to i18next.use()');
|
|
2139
|
+
|
|
2140
|
+
if (module.type === 'backend') {
|
|
2141
|
+
this.modules.backend = module;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
if (module.type === 'logger' || module.log && module.warn && module.error) {
|
|
2145
|
+
this.modules.logger = module;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
if (module.type === 'languageDetector') {
|
|
2149
|
+
this.modules.languageDetector = module;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
if (module.type === 'i18nFormat') {
|
|
2153
|
+
this.modules.i18nFormat = module;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
if (module.type === 'postProcessor') {
|
|
2157
|
+
postProcessor.addPostProcessor(module);
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
if (module.type === '3rdParty') {
|
|
2161
|
+
this.modules.external.push(module);
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
return this;
|
|
2165
|
+
}
|
|
2166
|
+
}, {
|
|
2167
|
+
key: "changeLanguage",
|
|
2168
|
+
value: function changeLanguage(lng, callback) {
|
|
2169
|
+
var _this4 = this;
|
|
2170
|
+
|
|
2171
|
+
this.isLanguageChangingTo = lng;
|
|
2172
|
+
var deferred = defer();
|
|
2173
|
+
this.emit('languageChanging', lng);
|
|
2174
|
+
|
|
2175
|
+
var done = function done(err, l) {
|
|
2176
|
+
if (l) {
|
|
2177
|
+
_this4.language = l;
|
|
2178
|
+
_this4.languages = _this4.services.languageUtils.toResolveHierarchy(l);
|
|
2179
|
+
|
|
2180
|
+
_this4.translator.changeLanguage(l);
|
|
2181
|
+
|
|
2182
|
+
_this4.isLanguageChangingTo = undefined;
|
|
2183
|
+
|
|
2184
|
+
_this4.emit('languageChanged', l);
|
|
2185
|
+
|
|
2186
|
+
_this4.logger.log('languageChanged', l);
|
|
2187
|
+
} else {
|
|
2188
|
+
_this4.isLanguageChangingTo = undefined;
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
deferred.resolve(function () {
|
|
2192
|
+
return _this4.t.apply(_this4, arguments);
|
|
2193
|
+
});
|
|
2194
|
+
if (callback) callback(err, function () {
|
|
2195
|
+
return _this4.t.apply(_this4, arguments);
|
|
2196
|
+
});
|
|
2197
|
+
};
|
|
2198
|
+
|
|
2199
|
+
var setLng = function setLng(lngs) {
|
|
2200
|
+
var l = typeof lngs === 'string' ? lngs : _this4.services.languageUtils.getBestMatchFromCodes(lngs);
|
|
2201
|
+
|
|
2202
|
+
if (l) {
|
|
2203
|
+
if (!_this4.language) {
|
|
2204
|
+
_this4.language = l;
|
|
2205
|
+
_this4.languages = _this4.services.languageUtils.toResolveHierarchy(l);
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
if (!_this4.translator.language) _this4.translator.changeLanguage(l);
|
|
2209
|
+
if (_this4.services.languageDetector) _this4.services.languageDetector.cacheUserLanguage(l);
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
_this4.loadResources(l, function (err) {
|
|
2213
|
+
done(err, l);
|
|
2214
|
+
});
|
|
2215
|
+
};
|
|
2216
|
+
|
|
2217
|
+
if (!lng && this.services.languageDetector && !this.services.languageDetector.async) {
|
|
2218
|
+
setLng(this.services.languageDetector.detect());
|
|
2219
|
+
} else if (!lng && this.services.languageDetector && this.services.languageDetector.async) {
|
|
2220
|
+
this.services.languageDetector.detect(setLng);
|
|
2221
|
+
} else {
|
|
2222
|
+
setLng(lng);
|
|
2223
|
+
}
|
|
2224
|
+
|
|
2225
|
+
return deferred;
|
|
2226
|
+
}
|
|
2227
|
+
}, {
|
|
2228
|
+
key: "getFixedT",
|
|
2229
|
+
value: function getFixedT(lng, ns) {
|
|
2230
|
+
var _this5 = this;
|
|
2231
|
+
|
|
2232
|
+
var fixedT = function fixedT(key, opts) {
|
|
2233
|
+
var options;
|
|
2234
|
+
|
|
2235
|
+
if (_typeof(opts) !== 'object') {
|
|
2236
|
+
for (var _len3 = arguments.length, rest = new Array(_len3 > 2 ? _len3 - 2 : 0), _key3 = 2; _key3 < _len3; _key3++) {
|
|
2237
|
+
rest[_key3 - 2] = arguments[_key3];
|
|
2238
|
+
}
|
|
2239
|
+
|
|
2240
|
+
options = _this5.options.overloadTranslationOptionHandler([key, opts].concat(rest));
|
|
2241
|
+
} else {
|
|
2242
|
+
options = _objectSpread({}, opts);
|
|
2243
|
+
}
|
|
2244
|
+
|
|
2245
|
+
options.lng = options.lng || fixedT.lng;
|
|
2246
|
+
options.lngs = options.lngs || fixedT.lngs;
|
|
2247
|
+
options.ns = options.ns || fixedT.ns;
|
|
2248
|
+
return _this5.t(key, options);
|
|
2249
|
+
};
|
|
2250
|
+
|
|
2251
|
+
if (typeof lng === 'string') {
|
|
2252
|
+
fixedT.lng = lng;
|
|
2253
|
+
} else {
|
|
2254
|
+
fixedT.lngs = lng;
|
|
2255
|
+
}
|
|
2256
|
+
|
|
2257
|
+
fixedT.ns = ns;
|
|
2258
|
+
return fixedT;
|
|
2259
|
+
}
|
|
2260
|
+
}, {
|
|
2261
|
+
key: "t",
|
|
2262
|
+
value: function t() {
|
|
2263
|
+
var _this$translator;
|
|
2264
|
+
|
|
2265
|
+
return this.translator && (_this$translator = this.translator).translate.apply(_this$translator, arguments);
|
|
2266
|
+
}
|
|
2267
|
+
}, {
|
|
2268
|
+
key: "exists",
|
|
2269
|
+
value: function exists() {
|
|
2270
|
+
var _this$translator2;
|
|
2271
|
+
|
|
2272
|
+
return this.translator && (_this$translator2 = this.translator).exists.apply(_this$translator2, arguments);
|
|
2273
|
+
}
|
|
2274
|
+
}, {
|
|
2275
|
+
key: "setDefaultNamespace",
|
|
2276
|
+
value: function setDefaultNamespace(ns) {
|
|
2277
|
+
this.options.defaultNS = ns;
|
|
2278
|
+
}
|
|
2279
|
+
}, {
|
|
2280
|
+
key: "hasLoadedNamespace",
|
|
2281
|
+
value: function hasLoadedNamespace(ns) {
|
|
2282
|
+
var _this6 = this;
|
|
2283
|
+
|
|
2284
|
+
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
2285
|
+
|
|
2286
|
+
if (!this.isInitialized) {
|
|
2287
|
+
this.logger.warn('hasLoadedNamespace: i18next was not initialized', this.languages);
|
|
2288
|
+
return false;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
if (!this.languages || !this.languages.length) {
|
|
2292
|
+
this.logger.warn('hasLoadedNamespace: i18n.languages were undefined or empty', this.languages);
|
|
2293
|
+
return false;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
var lng = this.languages[0];
|
|
2297
|
+
var fallbackLng = this.options ? this.options.fallbackLng : false;
|
|
2298
|
+
var lastLng = this.languages[this.languages.length - 1];
|
|
2299
|
+
if (lng.toLowerCase() === 'cimode') return true;
|
|
2300
|
+
|
|
2301
|
+
var loadNotPending = function loadNotPending(l, n) {
|
|
2302
|
+
var loadState = _this6.services.backendConnector.state["".concat(l, "|").concat(n)];
|
|
2303
|
+
|
|
2304
|
+
return loadState === -1 || loadState === 2;
|
|
2305
|
+
};
|
|
2306
|
+
|
|
2307
|
+
if (options.precheck) {
|
|
2308
|
+
var preResult = options.precheck(this, loadNotPending);
|
|
2309
|
+
if (preResult !== undefined) return preResult;
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
if (this.hasResourceBundle(lng, ns)) return true;
|
|
2313
|
+
if (!this.services.backendConnector.backend) return true;
|
|
2314
|
+
if (loadNotPending(lng, ns) && (!fallbackLng || loadNotPending(lastLng, ns))) return true;
|
|
2315
|
+
return false;
|
|
2316
|
+
}
|
|
2317
|
+
}, {
|
|
2318
|
+
key: "loadNamespaces",
|
|
2319
|
+
value: function loadNamespaces(ns, callback) {
|
|
2320
|
+
var _this7 = this;
|
|
2321
|
+
|
|
2322
|
+
var deferred = defer();
|
|
2323
|
+
|
|
2324
|
+
if (!this.options.ns) {
|
|
2325
|
+
callback && callback();
|
|
2326
|
+
return Promise.resolve();
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
if (typeof ns === 'string') ns = [ns];
|
|
2330
|
+
ns.forEach(function (n) {
|
|
2331
|
+
if (_this7.options.ns.indexOf(n) < 0) _this7.options.ns.push(n);
|
|
2332
|
+
});
|
|
2333
|
+
this.loadResources(function (err) {
|
|
2334
|
+
deferred.resolve();
|
|
2335
|
+
if (callback) callback(err);
|
|
2336
|
+
});
|
|
2337
|
+
return deferred;
|
|
2338
|
+
}
|
|
2339
|
+
}, {
|
|
2340
|
+
key: "loadLanguages",
|
|
2341
|
+
value: function loadLanguages(lngs, callback) {
|
|
2342
|
+
var deferred = defer();
|
|
2343
|
+
if (typeof lngs === 'string') lngs = [lngs];
|
|
2344
|
+
var preloaded = this.options.preload || [];
|
|
2345
|
+
var newLngs = lngs.filter(function (lng) {
|
|
2346
|
+
return preloaded.indexOf(lng) < 0;
|
|
2347
|
+
});
|
|
2348
|
+
|
|
2349
|
+
if (!newLngs.length) {
|
|
2350
|
+
if (callback) callback();
|
|
2351
|
+
return Promise.resolve();
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
this.options.preload = preloaded.concat(newLngs);
|
|
2355
|
+
this.loadResources(function (err) {
|
|
2356
|
+
deferred.resolve();
|
|
2357
|
+
if (callback) callback(err);
|
|
2358
|
+
});
|
|
2359
|
+
return deferred;
|
|
2360
|
+
}
|
|
2361
|
+
}, {
|
|
2362
|
+
key: "dir",
|
|
2363
|
+
value: function dir(lng) {
|
|
2364
|
+
if (!lng) lng = this.languages && this.languages.length > 0 ? this.languages[0] : this.language;
|
|
2365
|
+
if (!lng) return 'rtl';
|
|
2366
|
+
var rtlLngs = ['ar', 'shu', 'sqr', 'ssh', 'xaa', 'yhd', 'yud', 'aao', 'abh', 'abv', 'acm', 'acq', 'acw', 'acx', 'acy', 'adf', 'ads', 'aeb', 'aec', 'afb', 'ajp', 'apc', 'apd', 'arb', 'arq', 'ars', 'ary', 'arz', 'auz', 'avl', 'ayh', 'ayl', 'ayn', 'ayp', 'bbz', 'pga', 'he', 'iw', 'ps', 'pbt', 'pbu', 'pst', 'prp', 'prd', 'ug', 'ur', 'ydd', 'yds', 'yih', 'ji', 'yi', 'hbo', 'men', 'xmn', 'fa', 'jpr', 'peo', 'pes', 'prs', 'dv', 'sam'];
|
|
2367
|
+
return rtlLngs.indexOf(this.services.languageUtils.getLanguagePartFromCode(lng)) >= 0 ? 'rtl' : 'ltr';
|
|
2368
|
+
}
|
|
2369
|
+
}, {
|
|
2370
|
+
key: "createInstance",
|
|
2371
|
+
value: function createInstance() {
|
|
2372
|
+
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
2373
|
+
var callback = arguments.length > 1 ? arguments[1] : undefined;
|
|
2374
|
+
return new I18n(options, callback);
|
|
2375
|
+
}
|
|
2376
|
+
}, {
|
|
2377
|
+
key: "cloneInstance",
|
|
2378
|
+
value: function cloneInstance() {
|
|
2379
|
+
var _this8 = this;
|
|
2380
|
+
|
|
2381
|
+
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
2382
|
+
var callback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : noop;
|
|
2383
|
+
|
|
2384
|
+
var mergedOptions = _objectSpread({}, this.options, options, {
|
|
2385
|
+
isClone: true
|
|
2386
|
+
});
|
|
2387
|
+
|
|
2388
|
+
var clone = new I18n(mergedOptions);
|
|
2389
|
+
var membersToCopy = ['store', 'services', 'language'];
|
|
2390
|
+
membersToCopy.forEach(function (m) {
|
|
2391
|
+
clone[m] = _this8[m];
|
|
2392
|
+
});
|
|
2393
|
+
clone.services = _objectSpread({}, this.services);
|
|
2394
|
+
clone.services.utils = {
|
|
2395
|
+
hasLoadedNamespace: clone.hasLoadedNamespace.bind(clone)
|
|
2396
|
+
};
|
|
2397
|
+
clone.translator = new Translator(clone.services, clone.options);
|
|
2398
|
+
clone.translator.on('*', function (event) {
|
|
2399
|
+
for (var _len4 = arguments.length, args = new Array(_len4 > 1 ? _len4 - 1 : 0), _key4 = 1; _key4 < _len4; _key4++) {
|
|
2400
|
+
args[_key4 - 1] = arguments[_key4];
|
|
2401
|
+
}
|
|
2402
|
+
|
|
2403
|
+
clone.emit.apply(clone, [event].concat(args));
|
|
2404
|
+
});
|
|
2405
|
+
clone.init(mergedOptions, callback);
|
|
2406
|
+
clone.translator.options = clone.options;
|
|
2407
|
+
clone.translator.backendConnector.services.utils = {
|
|
2408
|
+
hasLoadedNamespace: clone.hasLoadedNamespace.bind(clone)
|
|
2409
|
+
};
|
|
2410
|
+
return clone;
|
|
2411
|
+
}
|
|
2412
|
+
}]);
|
|
2413
|
+
|
|
2414
|
+
return I18n;
|
|
2415
|
+
}(EventEmitter);
|
|
2416
|
+
|
|
2417
|
+
var i18next = new I18n();
|
|
2418
|
+
|
|
2419
|
+
return i18next;
|
|
2420
|
+
|
|
2421
|
+
})));
|