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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2691) hide show
  1. package/.gitattributes +4 -0
  2. package/.github/dependabot.yml +16 -0
  3. package/.github/workflows/bootstrap-npm.yml +73 -0
  4. package/.github/workflows/build.yml +38 -0
  5. package/.github/workflows/codeql-analysis.yml +79 -0
  6. package/.github/workflows/publish.yml +111 -0
  7. package/.icrc-metadata +1 -0
  8. package/LICENSE +28 -0
  9. package/README.md +45 -0
  10. package/openmrs/frontend/@babel/runtime@7.25.6/LICENSE +22 -0
  11. package/openmrs/frontend/@babel/runtime@7.25.6/README.md +19 -0
  12. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/AwaitValue.js +4 -0
  13. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/OverloadYield.js +4 -0
  14. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecoratedDescriptor.js +9 -0
  15. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs.js +236 -0
  16. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2203.js +184 -0
  17. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2203R.js +191 -0
  18. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2301.js +222 -0
  19. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2305.js +133 -0
  20. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/applyDecs2311.js +124 -0
  21. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/arrayLikeToArray.js +6 -0
  22. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/arrayWithHoles.js +4 -0
  23. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/arrayWithoutHoles.js +5 -0
  24. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/assertClassBrand.js +5 -0
  25. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/assertThisInitialized.js +5 -0
  26. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/asyncGeneratorDelegate.js +24 -0
  27. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/asyncIterator.js +45 -0
  28. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/asyncToGenerator.js +26 -0
  29. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/awaitAsyncGenerator.js +5 -0
  30. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/callSuper.js +7 -0
  31. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/checkInRHS.js +6 -0
  32. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/checkPrivateRedeclaration.js +4 -0
  33. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classApplyDescriptorDestructureSet.js +10 -0
  34. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classApplyDescriptorGet.js +4 -0
  35. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classApplyDescriptorSet.js +7 -0
  36. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classCallCheck.js +4 -0
  37. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classCheckPrivateStaticAccess.js +5 -0
  38. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classCheckPrivateStaticFieldDescriptor.js +4 -0
  39. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classExtractFieldDescriptor.js +5 -0
  40. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classNameTDZError.js +4 -0
  41. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldDestructureSet.js +7 -0
  42. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldGet.js +7 -0
  43. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldGet2.js +5 -0
  44. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldInitSpec.js +5 -0
  45. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldLooseBase.js +5 -0
  46. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldLooseKey.js +5 -0
  47. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldSet.js +7 -0
  48. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateFieldSet2.js +5 -0
  49. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateGetter.js +5 -0
  50. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateMethodGet.js +5 -0
  51. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateMethodInitSpec.js +5 -0
  52. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateMethodSet.js +4 -0
  53. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classPrivateSetter.js +5 -0
  54. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateFieldDestructureSet.js +7 -0
  55. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateFieldSpecGet.js +7 -0
  56. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateFieldSpecSet.js +7 -0
  57. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateMethodGet.js +5 -0
  58. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/classStaticPrivateMethodSet.js +4 -0
  59. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/construct.js +10 -0
  60. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createClass.js +13 -0
  61. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createForOfIteratorHelper.js +50 -0
  62. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createForOfIteratorHelperLoose.js +19 -0
  63. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/createSuper.js +16 -0
  64. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/decorate.js +250 -0
  65. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defaults.js +9 -0
  66. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defineAccessor.js +8 -0
  67. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defineEnumerableProperties.js +12 -0
  68. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/defineProperty.js +10 -0
  69. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/dispose.js +28 -0
  70. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/AwaitValue.js +4 -0
  71. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/OverloadYield.js +4 -0
  72. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecoratedDescriptor.js +9 -0
  73. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs.js +236 -0
  74. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2203.js +184 -0
  75. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2203R.js +191 -0
  76. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2301.js +222 -0
  77. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2305.js +133 -0
  78. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/applyDecs2311.js +124 -0
  79. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/arrayLikeToArray.js +6 -0
  80. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/arrayWithHoles.js +4 -0
  81. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/arrayWithoutHoles.js +5 -0
  82. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/assertClassBrand.js +5 -0
  83. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/assertThisInitialized.js +5 -0
  84. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/asyncGeneratorDelegate.js +24 -0
  85. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/asyncIterator.js +45 -0
  86. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/asyncToGenerator.js +26 -0
  87. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/awaitAsyncGenerator.js +5 -0
  88. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/callSuper.js +7 -0
  89. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/checkInRHS.js +6 -0
  90. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/checkPrivateRedeclaration.js +4 -0
  91. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classApplyDescriptorDestructureSet.js +10 -0
  92. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classApplyDescriptorGet.js +4 -0
  93. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classApplyDescriptorSet.js +7 -0
  94. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classCallCheck.js +4 -0
  95. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
  96. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +4 -0
  97. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classExtractFieldDescriptor.js +5 -0
  98. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classNameTDZError.js +4 -0
  99. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldDestructureSet.js +7 -0
  100. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldGet.js +7 -0
  101. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldGet2.js +5 -0
  102. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldInitSpec.js +5 -0
  103. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldLooseBase.js +5 -0
  104. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldLooseKey.js +5 -0
  105. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldSet.js +7 -0
  106. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateFieldSet2.js +5 -0
  107. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateGetter.js +5 -0
  108. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateMethodGet.js +5 -0
  109. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateMethodInitSpec.js +5 -0
  110. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateMethodSet.js +4 -0
  111. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classPrivateSetter.js +5 -0
  112. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateFieldDestructureSet.js +7 -0
  113. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateFieldSpecGet.js +7 -0
  114. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateFieldSpecSet.js +7 -0
  115. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateMethodGet.js +5 -0
  116. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/classStaticPrivateMethodSet.js +4 -0
  117. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/construct.js +10 -0
  118. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createClass.js +13 -0
  119. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createForOfIteratorHelper.js +50 -0
  120. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
  121. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/createSuper.js +16 -0
  122. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/decorate.js +250 -0
  123. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defaults.js +9 -0
  124. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defineAccessor.js +8 -0
  125. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defineEnumerableProperties.js +12 -0
  126. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/defineProperty.js +10 -0
  127. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/dispose.js +28 -0
  128. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/extends.js +10 -0
  129. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/get.js +11 -0
  130. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/getPrototypeOf.js +6 -0
  131. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/identity.js +4 -0
  132. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/importDeferProxy.js +27 -0
  133. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/inherits.js +14 -0
  134. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/inheritsLoose.js +5 -0
  135. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/initializerDefineProperty.js +9 -0
  136. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/initializerWarningHelper.js +4 -0
  137. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/instanceof.js +4 -0
  138. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/interopRequireDefault.js +6 -0
  139. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/interopRequireWildcard.js +27 -0
  140. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/isNativeFunction.js +8 -0
  141. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/isNativeReflectConstruct.js +9 -0
  142. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/iterableToArray.js +4 -0
  143. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/iterableToArrayLimit.js +28 -0
  144. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/jsx.js +22 -0
  145. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/maybeArrayLike.js +9 -0
  146. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/newArrowCheck.js +4 -0
  147. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/nonIterableRest.js +4 -0
  148. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/nonIterableSpread.js +4 -0
  149. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/nullishReceiverError.js +4 -0
  150. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectDestructuringEmpty.js +4 -0
  151. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectSpread.js +14 -0
  152. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectSpread2.js +23 -0
  153. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectWithoutProperties.js +13 -0
  154. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/objectWithoutPropertiesLoose.js +10 -0
  155. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/package.json +3 -0
  156. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/possibleConstructorReturn.js +8 -0
  157. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/readOnlyError.js +4 -0
  158. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/regeneratorRuntime.js +304 -0
  159. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/set.js +22 -0
  160. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/setFunctionName.js +12 -0
  161. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/setPrototypeOf.js +6 -0
  162. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/skipFirstGeneratorNext.js +7 -0
  163. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/slicedToArray.js +8 -0
  164. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/superPropBase.js +6 -0
  165. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/superPropGet.js +9 -0
  166. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/superPropSet.js +6 -0
  167. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/taggedTemplateLiteral.js +8 -0
  168. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/taggedTemplateLiteralLoose.js +4 -0
  169. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/tdz.js +4 -0
  170. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/temporalRef.js +6 -0
  171. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/temporalUndefined.js +2 -0
  172. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toArray.js +8 -0
  173. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toConsumableArray.js +8 -0
  174. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toPrimitive.js +12 -0
  175. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toPropertyKey.js +7 -0
  176. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/toSetter.js +10 -0
  177. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/typeof.js +10 -0
  178. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/unsupportedIterableToArray.js +9 -0
  179. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/using.js +12 -0
  180. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/usingCtx.js +59 -0
  181. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/wrapAsyncGenerator.js +69 -0
  182. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/wrapNativeSuper.js +27 -0
  183. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/wrapRegExp.js +51 -0
  184. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/esm/writeOnlyError.js +4 -0
  185. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/extends.js +10 -0
  186. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/get.js +11 -0
  187. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/getPrototypeOf.js +6 -0
  188. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/identity.js +4 -0
  189. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/importDeferProxy.js +27 -0
  190. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/inherits.js +14 -0
  191. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/inheritsLoose.js +5 -0
  192. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/initializerDefineProperty.js +9 -0
  193. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/initializerWarningHelper.js +4 -0
  194. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/instanceof.js +4 -0
  195. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/interopRequireDefault.js +6 -0
  196. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/interopRequireWildcard.js +27 -0
  197. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/isNativeFunction.js +8 -0
  198. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/isNativeReflectConstruct.js +9 -0
  199. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/iterableToArray.js +4 -0
  200. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/iterableToArrayLimit.js +28 -0
  201. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/jsx.js +22 -0
  202. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/maybeArrayLike.js +9 -0
  203. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/newArrowCheck.js +4 -0
  204. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/nonIterableRest.js +4 -0
  205. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/nonIterableSpread.js +4 -0
  206. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/nullishReceiverError.js +4 -0
  207. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectDestructuringEmpty.js +4 -0
  208. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectSpread.js +14 -0
  209. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectSpread2.js +23 -0
  210. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectWithoutProperties.js +13 -0
  211. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/objectWithoutPropertiesLoose.js +10 -0
  212. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/possibleConstructorReturn.js +8 -0
  213. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/readOnlyError.js +4 -0
  214. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/regeneratorRuntime.js +304 -0
  215. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/set.js +22 -0
  216. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/setFunctionName.js +12 -0
  217. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/setPrototypeOf.js +6 -0
  218. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/skipFirstGeneratorNext.js +7 -0
  219. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/slicedToArray.js +8 -0
  220. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/superPropBase.js +6 -0
  221. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/superPropGet.js +9 -0
  222. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/superPropSet.js +6 -0
  223. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/taggedTemplateLiteral.js +8 -0
  224. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/taggedTemplateLiteralLoose.js +4 -0
  225. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/tdz.js +4 -0
  226. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/temporalRef.js +6 -0
  227. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/temporalUndefined.js +2 -0
  228. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toArray.js +8 -0
  229. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toConsumableArray.js +8 -0
  230. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toPrimitive.js +12 -0
  231. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toPropertyKey.js +7 -0
  232. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/toSetter.js +10 -0
  233. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/typeof.js +10 -0
  234. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/unsupportedIterableToArray.js +9 -0
  235. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/using.js +12 -0
  236. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/usingCtx.js +59 -0
  237. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/wrapAsyncGenerator.js +69 -0
  238. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/wrapNativeSuper.js +27 -0
  239. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/wrapRegExp.js +51 -0
  240. package/openmrs/frontend/@babel/runtime@7.25.6/helpers/writeOnlyError.js +4 -0
  241. package/openmrs/frontend/@babel/runtime@7.25.6/package.json +1056 -0
  242. package/openmrs/frontend/@babel/runtime@7.25.6/regenerator/index.js +15 -0
  243. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.eslintrc +7 -0
  244. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.gitattributes +4 -0
  245. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.github/workflows/bootstrap-npm.yml +77 -0
  246. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.github/workflows/build.yml +37 -0
  247. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.github/workflows/publish.yml +115 -0
  248. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.icrc-metadata +1 -0
  249. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.prettierignore +7 -0
  250. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/.prettierrc +3 -0
  251. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/LICENSE +28 -0
  252. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/README.md +39 -0
  253. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/dist/openmrs-esm-icrc-overrides.js +2 -0
  254. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/dist/openmrs-esm-icrc-overrides.js.map +1 -0
  255. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/package.json +51 -0
  256. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/src/icrc-patient-chart-schema.js +11 -0
  257. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/src/index.js +11 -0
  258. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/src/set-public-path.js +3 -0
  259. package/openmrs/frontend/@icrc/esm-icrc-overrides-app@1.0.3/webpack.config.js +32 -0
  260. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/.babelrc +6 -0
  261. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/README.md +25 -0
  262. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/dist/diop-esm-icrc-user-dashboard-widgets.js +2 -0
  263. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/dist/diop-esm-icrc-user-dashboard-widgets.js.map +1 -0
  264. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/package.json +35 -0
  265. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/constants.ts +1 -0
  266. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/declarations.d.ts +10 -0
  267. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/index.ts +1 -0
  268. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/index.tsx +1 -0
  269. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/intervention-plan/intervention-plan.component.tsx +153 -0
  270. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/intervention-plan/intervention-plan.css +20 -0
  271. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/models/index.ts +6 -0
  272. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/src/shims/esm-react-utils.d.ts +7 -0
  273. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/tsconfig.json +24 -0
  274. package/openmrs/frontend/@icrc/esm-icrc-user-dashboard-widgets@4.0.0/webpack.config.js +75 -0
  275. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/fhir.d.ts +2 -0
  276. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/fhirjs.d.ts +87 -0
  277. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-backend-dependencies.d.ts +4 -0
  278. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-esm-api.d.ts +9 -0
  279. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-esm-api.js +16 -0
  280. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-esm-api.js.map +1 -0
  281. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-fetch.d.ts +26 -0
  282. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/openmrs-fetch.test.d.ts +1 -0
  283. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/set-public-path.d.ts +1 -0
  284. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/current-patient.d.ts +20 -0
  285. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/current-patient.test.d.ts +1 -0
  286. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/current-user.d.ts +50 -0
  287. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/use-current-patient.hook.d.ts +5 -0
  288. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/use-current-patient.hook.test.d.ts +1 -0
  289. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/shared-api-objects/user-has-access-react.component.d.ts +1 -0
  290. package/openmrs/frontend/@openmrs/esm-api@3.0.0/dist/workspace/workspace.resource.d.ts +11 -0
  291. package/openmrs/frontend/@openmrs/esm-devtools@1.2.0/dist/openmrs-esm-devtools.js +2 -0
  292. package/openmrs/frontend/@openmrs/esm-devtools@1.2.0/dist/openmrs-esm-devtools.js.map +1 -0
  293. package/openmrs/frontend/@openmrs/esm-error-handling@1.1.1/dist/openmrs-esm-error-handling.js +2 -0
  294. package/openmrs/frontend/@openmrs/esm-error-handling@1.1.1/dist/openmrs-esm-error-handling.js.map +1 -0
  295. package/openmrs/frontend/@openmrs/esm-module-config@1.4.0/dist/openmrs-esm-module-config.js +2 -0
  296. package/openmrs/frontend/@openmrs/esm-module-config@1.4.0/dist/openmrs-esm-module-config.js.map +1 -0
  297. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/1.openmrs-esm-patient-chart.js +2 -0
  298. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/1.openmrs-esm-patient-chart.js.map +1 -0
  299. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/2.openmrs-esm-patient-chart.js +2 -0
  300. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/2.openmrs-esm-patient-chart.js.map +1 -0
  301. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/openmrs-esm-patient-chart.js +2 -0
  302. package/openmrs/frontend/@openmrs/esm-patient-chart-app@0.1.0/dist/openmrs-esm-patient-chart.js.map +1 -0
  303. package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/1.openmrs-esm-patient-chart-widgets.js +2 -0
  304. package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/1.openmrs-esm-patient-chart-widgets.js.map +1 -0
  305. package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/openmrs-esm-patient-chart-widgets.js +30 -0
  306. package/openmrs/frontend/@openmrs/esm-patient-chart-widgets@1.0.3/dist/openmrs-esm-patient-chart-widgets.js.map +1 -0
  307. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/1.openmrs-esm-refapp-navigation.js +2 -0
  308. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/1.openmrs-esm-refapp-navigation.js.map +1 -0
  309. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/2.openmrs-esm-refapp-navigation.js +2 -0
  310. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/2.openmrs-esm-refapp-navigation.js.map +1 -0
  311. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/openmrs-esm-refapp-navigation.js +2 -0
  312. package/openmrs/frontend/@openmrs/esm-refapp-navigation-app@1.0.1-beta/dist/openmrs-esm-refapp-navigation.js.map +1 -0
  313. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/0d942ef430c1c67374392eaada6bba55.eot +0 -0
  314. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/1b11c019a1e57a716233cac5393f2003.woff +0 -0
  315. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/21f212f94a9db6a0e3847c921842aa19.woff +0 -0
  316. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/41af9fe040a90a59be0ec9e009b2aeb7.ttf +0 -0
  317. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/455808250694e5760bd92b3ce1f070b6.eot +0 -0
  318. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/4fdd67824cef3d96f61d8ce00d23c68c.svg +8 -0
  319. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/5fa4acd8b99b8634f421ab3d93ec65ca.eot +0 -0
  320. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/63c8d04ccb72ddb3e80f7c0d724a3c1a.svg +37 -0
  321. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/67123cc825e1174235882fd04d6256de.png +0 -0
  322. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/733058e58b777d410c4415756537c294.woff +0 -0
  323. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/73e57937304d89f251e7e540a24b095a.gif +0 -0
  324. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/96a4b98d02e2b736954c3eeaabc8f8cb.svg +15 -0
  325. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/99cea2acaa2e564a83d1af833757d602.eot +0 -0
  326. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/b38de28ddbf9d000eba6728451e82e77.ttf +0 -0
  327. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/bb72c5142ae2ae4ca0f9c0653a09871c.ttf +0 -0
  328. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/c7995ab97d823f6a2c6eb1b4f30d5600.ttf +0 -0
  329. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/dd2156ffeb1dbbe10d430e95abba2935.ttf +0 -0
  330. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/df5338c056f4aa5de25401e5b8d8af87.eot +0 -0
  331. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.css +27 -0
  332. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.css.map +1 -0
  333. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.js +2 -0
  334. package/openmrs/frontend/@openmrs/esm-refapp-styleguide-app@1.0.1/dist/openmrs-esm-refapp-styleguide.js.map +1 -0
  335. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/020c97dc8e0463259c2f9df929bb0c69.woff2 +0 -0
  336. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/1ef5edaaa20ae53ea50399884c5e48c6.woff2 +0 -0
  337. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/238c66f0f32567f8b025fa462b139235.woff2 +0 -0
  338. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/2735a3a69b509faf3577afd25bdf552e.woff2 +0 -0
  339. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/288ad9c6e8b43cf02443a1f499bdf67e.woff +0 -0
  340. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/3a9be9ea9f7aa4af6de7307df21d9fc0.woff2 +0 -0
  341. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/479970ffb74f2117317f9d24d9e317fe.woff2 +0 -0
  342. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/4813464bf253bbfebb7c83240387072e.woff +0 -0
  343. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/51521a2a8da71e50d871ac6fd2187e87.woff2 +0 -0
  344. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/534bc9e7ce93c73d73426e46acd78092.woff +0 -0
  345. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/539ed1a07cb8b137b6825efd1789c2f3.woff2 +0 -0
  346. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/60fa3c0614b8fb2f394fa29944c21540.woff +0 -0
  347. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/69f09800f4f6479d06e44eba837df872.woff +0 -0
  348. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/7da66178eb5f266e1d5a9c5c72344c51.woff +0 -0
  349. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/81f57861ed4ac74741f5671e1dff2fd9.woff +0 -0
  350. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/8276fdb72ae8f4714d4e6eba704cc39f.woff2 +0 -0
  351. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/87284894879f5b1c229cb49c8ff6decc.woff +0 -0
  352. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/97a67d1aeb3c18ca193be4b4d4632546.woff +0 -0
  353. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/9952fbcb7e57e6b5568995f1906db693.woff2 +0 -0
  354. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/adcde98f1d584de52060ad7b16373da3.woff +0 -0
  355. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/ba56ea84b8084b7ff9677f50d3cd81bd.woff +0 -0
  356. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/bf12e11e6477f5cee412515ee11de0bf.woff +0 -0
  357. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/d76079ed7541a433a54f79316de086e9.woff +0 -0
  358. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/da0e717829e033a69dec97f1e155ae42.woff2 +0 -0
  359. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/db4a2a231f52e497c0191e8966b0ee58.woff2 +0 -0
  360. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/de83f55b9291ee1bd05c8ebfb451e088.woff2 +0 -0
  361. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/fa534be7ffa380e39a7f6e03bf9a5e03.woff2 +0 -0
  362. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/fe65b8335ee19dd944289f9ed3178c78.woff +0 -0
  363. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.css +15 -0
  364. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.css.map +1 -0
  365. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.js +2 -0
  366. package/openmrs/frontend/@openmrs/esm-styleguide@1.3.0/dist/openmrs-esm-styleguide.js.map +1 -0
  367. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/1.openmrs-esm-user-dashboard.js +117 -0
  368. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/1.openmrs-esm-user-dashboard.js.map +1 -0
  369. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/2.openmrs-esm-user-dashboard.js +2 -0
  370. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/2.openmrs-esm-user-dashboard.js.map +1 -0
  371. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/openmrs-esm-user-dashboard.js +2 -0
  372. package/openmrs/frontend/@openmrs/esm-user-dashboard-app@1.0.1/dist/openmrs-esm-user-dashboard.js.map +1 -0
  373. package/openmrs/frontend/@openmrs/esm-user-dashboard-widgets@1.0.3-pre.14/dist/openmrs-esm-user-dashboard-widgets.js +32 -0
  374. package/openmrs/frontend/@openmrs/esm-user-dashboard-widgets@1.0.3-pre.14/dist/openmrs-esm-user-dashboard-widgets.js.map +1 -0
  375. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/LICENSE +373 -0
  376. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/README.md +33 -0
  377. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/bower.json +13 -0
  378. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/0d942ef430c1c67374392eaada6bba55.eot +0 -0
  379. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/1b11c019a1e57a716233cac5393f2003.woff +0 -0
  380. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/21f212f94a9db6a0e3847c921842aa19.woff +0 -0
  381. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/41af9fe040a90a59be0ec9e009b2aeb7.ttf +0 -0
  382. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/455808250694e5760bd92b3ce1f070b6.eot +0 -0
  383. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/5fa4acd8b99b8634f421ab3d93ec65ca.eot +0 -0
  384. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/733058e58b777d410c4415756537c294.woff +0 -0
  385. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/99cea2acaa2e564a83d1af833757d602.eot +0 -0
  386. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/b38de28ddbf9d000eba6728451e82e77.ttf +0 -0
  387. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/bb72c5142ae2ae4ca0f9c0653a09871c.ttf +0 -0
  388. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/c7995ab97d823f6a2c6eb1b4f30d5600.ttf +0 -0
  389. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/dd2156ffeb1dbbe10d430e95abba2935.ttf +0 -0
  390. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/df5338c056f4aa5de25401e5b8d8af87.eot +0 -0
  391. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.css +24 -0
  392. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.css.map +1 -0
  393. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.js +2 -0
  394. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/lib/referenceapplication.js.map +1 -0
  395. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/package-lock.json +7299 -0
  396. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/package.json +46 -0
  397. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/config.rb +25 -0
  398. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.eot +0 -0
  399. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.svg +284 -0
  400. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.ttf +0 -0
  401. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/fontawesome-webfont.woff +0 -0
  402. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.eot +0 -0
  403. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.svg +98 -0
  404. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.ttf +0 -0
  405. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/icomoon.woff +0 -0
  406. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-bold-webfont.eot +0 -0
  407. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-bold-webfont.svg +245 -0
  408. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-bold-webfont.ttf +0 -0
  409. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.eot +0 -0
  410. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.svg +245 -0
  411. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.ttf +0 -0
  412. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-italic-webfont.woff +0 -0
  413. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-light-webfont.eot +0 -0
  414. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-light-webfont.svg +245 -0
  415. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-light-webfont.ttf +0 -0
  416. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-regular-webfont.eot +0 -0
  417. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-regular-webfont.svg +245 -0
  418. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/fonts/opensans-regular-webfont.ttf +0 -0
  419. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/aside-bg.png +0 -0
  420. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/back_disabled.png +0 -0
  421. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/back_enabled.png +0 -0
  422. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/forward_disabled.png +0 -0
  423. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/forward_enabled.png +0 -0
  424. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/inprogress.gif +0 -0
  425. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/logo/openmrs-with-title-small.png +0 -0
  426. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/omrs-button.png +0 -0
  427. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/openmrs-with-title-small.png +0 -0
  428. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/sort_asc.png +0 -0
  429. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/sort_both.png +0 -0
  430. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/sort_desc.png +0 -0
  431. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/images/spinner.gif +0 -0
  432. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/index.js +1 -0
  433. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/_reference.scss +43 -0
  434. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/_variables.scss +33 -0
  435. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/customVariables.scss +2 -0
  436. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fonts/_font-awesome.scss +535 -0
  437. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fonts/_fonts.scss +40 -0
  438. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fonts/_icomoon.scss +59 -0
  439. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_actions.scss +38 -0
  440. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_base.scss +421 -0
  441. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_breadcrumbs.scss +26 -0
  442. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_buttongroups.scss +50 -0
  443. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_buttons.scss +177 -0
  444. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_checkboxes.scss +30 -0
  445. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_dashboard.scss +248 -0
  446. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_datepicker.scss +57 -0
  447. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_dialogs.scss +119 -0
  448. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_dropdown.scss +78 -0
  449. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_form-navigator-ui.scss +273 -0
  450. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_forms.scss +32 -0
  451. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_grid.scss +67 -0
  452. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_header.scss +98 -0
  453. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_horizontal-list.scss +12 -0
  454. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_identifiers.scss +36 -0
  455. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_left-menu.scss +101 -0
  456. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_login.scss +18 -0
  457. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_main-content.scss +179 -0
  458. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_notifications.scss +89 -0
  459. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_pagination.scss +255 -0
  460. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_print.scss +103 -0
  461. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_search-box.scss +58 -0
  462. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_status-container.scss +37 -0
  463. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_tabs.scss +60 -0
  464. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_toast.scss +56 -0
  465. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/fragments/_typeahead.scss +110 -0
  466. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/openmrs-refapp.scss +2 -0
  467. package/openmrs/frontend/@openmrs/style-referenceapplication@0.1.0/src/sass/vendor/_normalize.scss +367 -0
  468. package/openmrs/frontend/aphrodite@0.5.0/.arcconfig +5 -0
  469. package/openmrs/frontend/aphrodite@0.5.0/.arclint +3 -0
  470. package/openmrs/frontend/aphrodite@0.5.0/.gitattributes +1 -0
  471. package/openmrs/frontend/aphrodite@0.5.0/.nyc_output/49625.json +1 -0
  472. package/openmrs/frontend/aphrodite@0.5.0/.travis.yml +10 -0
  473. package/openmrs/frontend/aphrodite@0.5.0/README.md +280 -0
  474. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.js +1712 -0
  475. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.js +1724 -0
  476. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.js.map +1 -0
  477. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.min.js +2 -0
  478. package/openmrs/frontend/aphrodite@0.5.0/dist/aphrodite.umd.min.js.map +1 -0
  479. package/openmrs/frontend/aphrodite@0.5.0/examples/README.md +3 -0
  480. package/openmrs/frontend/aphrodite@0.5.0/examples/index.html +10 -0
  481. package/openmrs/frontend/aphrodite@0.5.0/examples/package.json +18 -0
  482. package/openmrs/frontend/aphrodite@0.5.0/examples/server.js +42 -0
  483. package/openmrs/frontend/aphrodite@0.5.0/examples/src/StyleTester.js +155 -0
  484. package/openmrs/frontend/aphrodite@0.5.0/examples/src/examples-ssr.js +25 -0
  485. package/openmrs/frontend/aphrodite@0.5.0/examples/src/examples.js +10 -0
  486. package/openmrs/frontend/aphrodite@0.5.0/examples/webpack.config.js +18 -0
  487. package/openmrs/frontend/aphrodite@0.5.0/lib/generate.js +199 -0
  488. package/openmrs/frontend/aphrodite@0.5.0/lib/index.js +102 -0
  489. package/openmrs/frontend/aphrodite@0.5.0/lib/inject.js +231 -0
  490. package/openmrs/frontend/aphrodite@0.5.0/lib/no-important.js +27 -0
  491. package/openmrs/frontend/aphrodite@0.5.0/lib/util.js +233 -0
  492. package/openmrs/frontend/aphrodite@0.5.0/no-important.js +1 -0
  493. package/openmrs/frontend/aphrodite@0.5.0/package.json +56 -0
  494. package/openmrs/frontend/aphrodite@0.5.0/src/generate.js +184 -0
  495. package/openmrs/frontend/aphrodite@0.5.0/src/index.js +85 -0
  496. package/openmrs/frontend/aphrodite@0.5.0/src/inject.js +211 -0
  497. package/openmrs/frontend/aphrodite@0.5.0/src/no-important.js +23 -0
  498. package/openmrs/frontend/aphrodite@0.5.0/src/util.js +194 -0
  499. package/openmrs/frontend/aphrodite@0.5.0/tests/generate_test.js +161 -0
  500. package/openmrs/frontend/aphrodite@0.5.0/tests/index_test.js +372 -0
  501. package/openmrs/frontend/aphrodite@0.5.0/tests/inject_test.js +413 -0
  502. package/openmrs/frontend/aphrodite@0.5.0/tests/no-important_test.js +41 -0
  503. package/openmrs/frontend/aphrodite@0.5.0/tests/util_test.js +30 -0
  504. package/openmrs/frontend/aphrodite@0.5.0/webpack.config.js +17 -0
  505. package/openmrs/frontend/asap@2.0.6/CHANGES.md +70 -0
  506. package/openmrs/frontend/asap@2.0.6/LICENSE.md +21 -0
  507. package/openmrs/frontend/asap@2.0.6/README.md +237 -0
  508. package/openmrs/frontend/asap@2.0.6/asap.js +65 -0
  509. package/openmrs/frontend/asap@2.0.6/browser-asap.js +66 -0
  510. package/openmrs/frontend/asap@2.0.6/browser-raw.js +223 -0
  511. package/openmrs/frontend/asap@2.0.6/package.json +58 -0
  512. package/openmrs/frontend/asap@2.0.6/raw.js +101 -0
  513. package/openmrs/frontend/bowser@1.9.4/.editorconfig +17 -0
  514. package/openmrs/frontend/bowser@1.9.4/.idea/.name +1 -0
  515. package/openmrs/frontend/bowser@1.9.4/.idea/bowser.iml +8 -0
  516. package/openmrs/frontend/bowser@1.9.4/.idea/encodings.xml +6 -0
  517. package/openmrs/frontend/bowser@1.9.4/.idea/inspectionProfiles/Project_Default.xml +6 -0
  518. package/openmrs/frontend/bowser@1.9.4/.idea/jsLibraryMappings.xml +8 -0
  519. package/openmrs/frontend/bowser@1.9.4/.idea/markdown-exported-files.xml +8 -0
  520. package/openmrs/frontend/bowser@1.9.4/.idea/markdown-navigator/profiles_settings.xml +3 -0
  521. package/openmrs/frontend/bowser@1.9.4/.idea/markdown-navigator.xml +67 -0
  522. package/openmrs/frontend/bowser@1.9.4/.idea/misc.xml +6 -0
  523. package/openmrs/frontend/bowser@1.9.4/.idea/modules.xml +8 -0
  524. package/openmrs/frontend/bowser@1.9.4/.idea/vcs.xml +6 -0
  525. package/openmrs/frontend/bowser@1.9.4/.idea/watcherTasks.xml +4 -0
  526. package/openmrs/frontend/bowser@1.9.4/.idea/workspace.xml +696 -0
  527. package/openmrs/frontend/bowser@1.9.4/.travis.yml +8 -0
  528. package/openmrs/frontend/bowser@1.9.4/CHANGELOG.md +85 -0
  529. package/openmrs/frontend/bowser@1.9.4/ISSUE_TEMPLATE.md +5 -0
  530. package/openmrs/frontend/bowser@1.9.4/LICENSE +39 -0
  531. package/openmrs/frontend/bowser@1.9.4/README.md +211 -0
  532. package/openmrs/frontend/bowser@1.9.4/bower.json +33 -0
  533. package/openmrs/frontend/bowser@1.9.4/bowser.js +644 -0
  534. package/openmrs/frontend/bowser@1.9.4/bowser.min.js +6 -0
  535. package/openmrs/frontend/bowser@1.9.4/package.json +38 -0
  536. package/openmrs/frontend/bowser@1.9.4/src/bowser.js +644 -0
  537. package/openmrs/frontend/bowser@1.9.4/test/test.js +151 -0
  538. package/openmrs/frontend/bowser@1.9.4/typings.d.ts +115 -0
  539. package/openmrs/frontend/dashboard-configs/allappointments.json +52 -0
  540. package/openmrs/frontend/dashboard-configs/othead.json +22 -0
  541. package/openmrs/frontend/dashboard-configs/pohead.json +260 -0
  542. package/openmrs/frontend/dashboard-configs/poprofessional.json +122 -0
  543. package/openmrs/frontend/dashboard-configs/pthead.json +274 -0
  544. package/openmrs/frontend/dashboard-configs/ptprofessional.json +122 -0
  545. package/openmrs/frontend/dashboard-configs/receptionist.json +101 -0
  546. package/openmrs/frontend/dashboard-configs/receptionistTodoViewAll.json +34 -0
  547. package/openmrs/frontend/dashboard-configs/socialworker.json +140 -0
  548. package/openmrs/frontend/dayjs@1.11.13/.editorconfig +7 -0
  549. package/openmrs/frontend/dayjs@1.11.13/CHANGELOG.md +947 -0
  550. package/openmrs/frontend/dayjs@1.11.13/LICENSE +21 -0
  551. package/openmrs/frontend/dayjs@1.11.13/README.md +172 -0
  552. package/openmrs/frontend/dayjs@1.11.13/dayjs.min.js +1 -0
  553. package/openmrs/frontend/dayjs@1.11.13/esm/constant.js +25 -0
  554. package/openmrs/frontend/dayjs@1.11.13/esm/index.d.ts +429 -0
  555. package/openmrs/frontend/dayjs@1.11.13/esm/index.js +541 -0
  556. package/openmrs/frontend/dayjs@1.11.13/esm/locale/af.js +39 -0
  557. package/openmrs/frontend/dayjs@1.11.13/esm/locale/am.js +40 -0
  558. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-dz.js +41 -0
  559. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-iq.js +42 -0
  560. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-kw.js +41 -0
  561. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-ly.js +27 -0
  562. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-ma.js +42 -0
  563. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-sa.js +41 -0
  564. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar-tn.js +42 -0
  565. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ar.js +77 -0
  566. package/openmrs/frontend/dayjs@1.11.13/esm/locale/az.js +39 -0
  567. package/openmrs/frontend/dayjs@1.11.13/esm/locale/be.js +24 -0
  568. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bg.js +55 -0
  569. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bi.js +39 -0
  570. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bm.js +39 -0
  571. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bn-bd.js +81 -0
  572. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bn.js +72 -0
  573. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bo.js +38 -0
  574. package/openmrs/frontend/dayjs@1.11.13/esm/locale/br.js +93 -0
  575. package/openmrs/frontend/dayjs@1.11.13/esm/locale/bs.js +24 -0
  576. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ca.js +44 -0
  577. package/openmrs/frontend/dayjs@1.11.13/esm/locale/cs.js +120 -0
  578. package/openmrs/frontend/dayjs@1.11.13/esm/locale/cv.js +24 -0
  579. package/openmrs/frontend/dayjs@1.11.13/esm/locale/cy.js +39 -0
  580. package/openmrs/frontend/dayjs@1.11.13/esm/locale/da.js +40 -0
  581. package/openmrs/frontend/dayjs@1.11.13/esm/locale/de-at.js +63 -0
  582. package/openmrs/frontend/dayjs@1.11.13/esm/locale/de-ch.js +63 -0
  583. package/openmrs/frontend/dayjs@1.11.13/esm/locale/de.js +64 -0
  584. package/openmrs/frontend/dayjs@1.11.13/esm/locale/dv.js +39 -0
  585. package/openmrs/frontend/dayjs@1.11.13/esm/locale/el.js +39 -0
  586. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-au.js +39 -0
  587. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-ca.js +38 -0
  588. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-gb.js +42 -0
  589. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-ie.js +39 -0
  590. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-il.js +38 -0
  591. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-in.js +42 -0
  592. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-nz.js +41 -0
  593. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-sg.js +39 -0
  594. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en-tt.js +42 -0
  595. package/openmrs/frontend/dayjs@1.11.13/esm/locale/en.js +12 -0
  596. package/openmrs/frontend/dayjs@1.11.13/esm/locale/eo.js +39 -0
  597. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-do.js +39 -0
  598. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-mx.js +38 -0
  599. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-pr.js +39 -0
  600. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es-us.js +38 -0
  601. package/openmrs/frontend/dayjs@1.11.13/esm/locale/es.js +39 -0
  602. package/openmrs/frontend/dayjs@1.11.13/esm/locale/et.js +65 -0
  603. package/openmrs/frontend/dayjs@1.11.13/esm/locale/eu.js +43 -0
  604. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fa.js +39 -0
  605. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fi.js +88 -0
  606. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fo.js +39 -0
  607. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fr-ca.js +38 -0
  608. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fr-ch.js +39 -0
  609. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fr.js +41 -0
  610. package/openmrs/frontend/dayjs@1.11.13/esm/locale/fy.js +39 -0
  611. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ga.js +39 -0
  612. package/openmrs/frontend/dayjs@1.11.13/esm/locale/gd.js +39 -0
  613. package/openmrs/frontend/dayjs@1.11.13/esm/locale/gl.js +39 -0
  614. package/openmrs/frontend/dayjs@1.11.13/esm/locale/gom-latn.js +25 -0
  615. package/openmrs/frontend/dayjs@1.11.13/esm/locale/gu.js +38 -0
  616. package/openmrs/frontend/dayjs@1.11.13/esm/locale/he.js +78 -0
  617. package/openmrs/frontend/dayjs@1.11.13/esm/locale/hi.js +38 -0
  618. package/openmrs/frontend/dayjs@1.11.13/esm/locale/hr.js +53 -0
  619. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ht.js +38 -0
  620. package/openmrs/frontend/dayjs@1.11.13/esm/locale/hu.js +61 -0
  621. package/openmrs/frontend/dayjs@1.11.13/esm/locale/hy-am.js +39 -0
  622. package/openmrs/frontend/dayjs@1.11.13/esm/locale/id.js +39 -0
  623. package/openmrs/frontend/dayjs@1.11.13/esm/locale/index.d.ts +11 -0
  624. package/openmrs/frontend/dayjs@1.11.13/esm/locale/is.js +68 -0
  625. package/openmrs/frontend/dayjs@1.11.13/esm/locale/it-ch.js +39 -0
  626. package/openmrs/frontend/dayjs@1.11.13/esm/locale/it.js +39 -0
  627. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ja.js +45 -0
  628. package/openmrs/frontend/dayjs@1.11.13/esm/locale/jv.js +39 -0
  629. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ka.js +39 -0
  630. package/openmrs/frontend/dayjs@1.11.13/esm/locale/kk.js +39 -0
  631. package/openmrs/frontend/dayjs@1.11.13/esm/locale/km.js +39 -0
  632. package/openmrs/frontend/dayjs@1.11.13/esm/locale/kn.js +38 -0
  633. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ko.js +45 -0
  634. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ku.js +77 -0
  635. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ky.js +39 -0
  636. package/openmrs/frontend/dayjs@1.11.13/esm/locale/lb.js +24 -0
  637. package/openmrs/frontend/dayjs@1.11.13/esm/locale/lo.js +38 -0
  638. package/openmrs/frontend/dayjs@1.11.13/esm/locale/lt.js +70 -0
  639. package/openmrs/frontend/dayjs@1.11.13/esm/locale/lv.js +39 -0
  640. package/openmrs/frontend/dayjs@1.11.13/esm/locale/me.js +24 -0
  641. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mi.js +39 -0
  642. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mk.js +39 -0
  643. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ml.js +38 -0
  644. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mn.js +38 -0
  645. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mr.js +23 -0
  646. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ms-my.js +39 -0
  647. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ms.js +39 -0
  648. package/openmrs/frontend/dayjs@1.11.13/esm/locale/mt.js +39 -0
  649. package/openmrs/frontend/dayjs@1.11.13/esm/locale/my.js +39 -0
  650. package/openmrs/frontend/dayjs@1.11.13/esm/locale/nb.js +40 -0
  651. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ne.js +40 -0
  652. package/openmrs/frontend/dayjs@1.11.13/esm/locale/nl-be.js +39 -0
  653. package/openmrs/frontend/dayjs@1.11.13/esm/locale/nl.js +40 -0
  654. package/openmrs/frontend/dayjs@1.11.13/esm/locale/nn.js +39 -0
  655. package/openmrs/frontend/dayjs@1.11.13/esm/locale/oc-lnc.js +39 -0
  656. package/openmrs/frontend/dayjs@1.11.13/esm/locale/pa-in.js +38 -0
  657. package/openmrs/frontend/dayjs@1.11.13/esm/locale/pl.js +87 -0
  658. package/openmrs/frontend/dayjs@1.11.13/esm/locale/pt-br.js +38 -0
  659. package/openmrs/frontend/dayjs@1.11.13/esm/locale/pt.js +40 -0
  660. package/openmrs/frontend/dayjs@1.11.13/esm/locale/rn.js +39 -0
  661. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ro.js +39 -0
  662. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ru.js +99 -0
  663. package/openmrs/frontend/dayjs@1.11.13/esm/locale/rw.js +35 -0
  664. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sd.js +39 -0
  665. package/openmrs/frontend/dayjs@1.11.13/esm/locale/se.js +39 -0
  666. package/openmrs/frontend/dayjs@1.11.13/esm/locale/si.js +38 -0
  667. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sk.js +121 -0
  668. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sl.js +141 -0
  669. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sq.js +39 -0
  670. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sr-cyrl.js +74 -0
  671. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sr.js +74 -0
  672. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ss.js +39 -0
  673. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sv-fi.js +46 -0
  674. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sv.js +44 -0
  675. package/openmrs/frontend/dayjs@1.11.13/esm/locale/sw.js +39 -0
  676. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ta.js +38 -0
  677. package/openmrs/frontend/dayjs@1.11.13/esm/locale/te.js +38 -0
  678. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tet.js +39 -0
  679. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tg.js +39 -0
  680. package/openmrs/frontend/dayjs@1.11.13/esm/locale/th.js +38 -0
  681. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tk.js +39 -0
  682. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tl-ph.js +39 -0
  683. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tlh.js +24 -0
  684. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tr.js +39 -0
  685. package/openmrs/frontend/dayjs@1.11.13/esm/locale/types.d.ts +33 -0
  686. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tzl.js +24 -0
  687. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tzm-latn.js +39 -0
  688. package/openmrs/frontend/dayjs@1.11.13/esm/locale/tzm.js +39 -0
  689. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ug-cn.js +39 -0
  690. package/openmrs/frontend/dayjs@1.11.13/esm/locale/uk.js +77 -0
  691. package/openmrs/frontend/dayjs@1.11.13/esm/locale/ur.js +39 -0
  692. package/openmrs/frontend/dayjs@1.11.13/esm/locale/uz-latn.js +39 -0
  693. package/openmrs/frontend/dayjs@1.11.13/esm/locale/uz.js +39 -0
  694. package/openmrs/frontend/dayjs@1.11.13/esm/locale/vi.js +43 -0
  695. package/openmrs/frontend/dayjs@1.11.13/esm/locale/x-pseudo.js +39 -0
  696. package/openmrs/frontend/dayjs@1.11.13/esm/locale/yo.js +39 -0
  697. package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh-cn.js +67 -0
  698. package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh-hk.js +65 -0
  699. package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh-tw.js +65 -0
  700. package/openmrs/frontend/dayjs@1.11.13/esm/locale/zh.js +67 -0
  701. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/advancedFormat/index.d.ts +4 -0
  702. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/advancedFormat/index.js +66 -0
  703. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/arraySupport/index.d.ts +10 -0
  704. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/arraySupport/index.js +33 -0
  705. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/badMutable/index.d.ts +4 -0
  706. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/badMutable/index.js +61 -0
  707. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/bigIntSupport/index.d.ts +11 -0
  708. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/bigIntSupport/index.js +32 -0
  709. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/buddhistEra/index.d.ts +4 -0
  710. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/buddhistEra/index.js +21 -0
  711. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/calendar/index.d.ts +10 -0
  712. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/calendar/index.js +32 -0
  713. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/customParseFormat/index.d.ts +8 -0
  714. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/customParseFormat/index.js +333 -0
  715. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/dayOfYear/index.d.ts +11 -0
  716. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/dayOfYear/index.js +9 -0
  717. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/devHelper/index.d.ts +4 -0
  718. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/devHelper/index.js +38 -0
  719. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/duration/index.d.ts +88 -0
  720. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/duration/index.js +356 -0
  721. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isBetween/index.d.ts +10 -0
  722. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isBetween/index.js +10 -0
  723. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isLeapYear/index.d.ts +10 -0
  724. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isLeapYear/index.js +7 -0
  725. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isMoment/index.d.ts +10 -0
  726. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isMoment/index.js +5 -0
  727. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrAfter/index.d.ts +10 -0
  728. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrAfter/index.js +5 -0
  729. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrBefore/index.d.ts +10 -0
  730. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isSameOrBefore/index.js +5 -0
  731. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isToday/index.d.ts +10 -0
  732. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isToday/index.js +9 -0
  733. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isTomorrow/index.d.ts +10 -0
  734. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isTomorrow/index.js +9 -0
  735. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isYesterday/index.d.ts +10 -0
  736. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isYesterday/index.js +9 -0
  737. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeek/index.d.ts +27 -0
  738. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeek/index.js +57 -0
  739. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeeksInYear/index.d.ts +10 -0
  740. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/isoWeeksInYear/index.js +15 -0
  741. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localeData/index.d.ts +44 -0
  742. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localeData/index.js +114 -0
  743. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localizedFormat/index.d.ts +4 -0
  744. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localizedFormat/index.js +20 -0
  745. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/localizedFormat/utils.js +20 -0
  746. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/minMax/index.d.ts +22 -0
  747. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/minMax/index.js +39 -0
  748. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/negativeYear/index.d.ts +4 -0
  749. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/negativeYear/index.js +36 -0
  750. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/objectSupport/index.d.ts +48 -0
  751. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/objectSupport/index.js +97 -0
  752. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/pluralGetSet/index.d.ts +44 -0
  753. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/pluralGetSet/index.js +7 -0
  754. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/preParsePostFormat/index.d.ts +4 -0
  755. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/preParsePostFormat/index.js +40 -0
  756. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/quarterOfYear/index.d.ts +26 -0
  757. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/quarterOfYear/index.js +41 -0
  758. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/relativeTime/index.d.ts +24 -0
  759. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/relativeTime/index.js +130 -0
  760. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/timezone/index.d.ts +20 -0
  761. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/timezone/index.js +198 -0
  762. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toArray/index.d.ts +10 -0
  763. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toArray/index.js +7 -0
  764. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toObject/index.d.ts +20 -0
  765. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/toObject/index.js +15 -0
  766. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/updateLocale/index.d.ts +8 -0
  767. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/updateLocale/index.js +12 -0
  768. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/utc/index.d.ts +19 -0
  769. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/utc/index.js +188 -0
  770. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekOfYear/index.d.ts +12 -0
  771. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekOfYear/index.js +44 -0
  772. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekYear/index.d.ts +10 -0
  773. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekYear/index.js +19 -0
  774. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekday/index.d.ts +12 -0
  775. package/openmrs/frontend/dayjs@1.11.13/esm/plugin/weekday/index.js +15 -0
  776. package/openmrs/frontend/dayjs@1.11.13/esm/utils.js +58 -0
  777. package/openmrs/frontend/dayjs@1.11.13/index.d.ts +429 -0
  778. package/openmrs/frontend/dayjs@1.11.13/locale/af.js +1 -0
  779. package/openmrs/frontend/dayjs@1.11.13/locale/am.js +1 -0
  780. package/openmrs/frontend/dayjs@1.11.13/locale/ar-dz.js +1 -0
  781. package/openmrs/frontend/dayjs@1.11.13/locale/ar-iq.js +1 -0
  782. package/openmrs/frontend/dayjs@1.11.13/locale/ar-kw.js +1 -0
  783. package/openmrs/frontend/dayjs@1.11.13/locale/ar-ly.js +1 -0
  784. package/openmrs/frontend/dayjs@1.11.13/locale/ar-ma.js +1 -0
  785. package/openmrs/frontend/dayjs@1.11.13/locale/ar-sa.js +1 -0
  786. package/openmrs/frontend/dayjs@1.11.13/locale/ar-tn.js +1 -0
  787. package/openmrs/frontend/dayjs@1.11.13/locale/ar.js +1 -0
  788. package/openmrs/frontend/dayjs@1.11.13/locale/az.js +1 -0
  789. package/openmrs/frontend/dayjs@1.11.13/locale/be.js +1 -0
  790. package/openmrs/frontend/dayjs@1.11.13/locale/bg.js +1 -0
  791. package/openmrs/frontend/dayjs@1.11.13/locale/bi.js +1 -0
  792. package/openmrs/frontend/dayjs@1.11.13/locale/bm.js +1 -0
  793. package/openmrs/frontend/dayjs@1.11.13/locale/bn-bd.js +1 -0
  794. package/openmrs/frontend/dayjs@1.11.13/locale/bn.js +1 -0
  795. package/openmrs/frontend/dayjs@1.11.13/locale/bo.js +1 -0
  796. package/openmrs/frontend/dayjs@1.11.13/locale/br.js +1 -0
  797. package/openmrs/frontend/dayjs@1.11.13/locale/bs.js +1 -0
  798. package/openmrs/frontend/dayjs@1.11.13/locale/ca.js +1 -0
  799. package/openmrs/frontend/dayjs@1.11.13/locale/cs.js +1 -0
  800. package/openmrs/frontend/dayjs@1.11.13/locale/cv.js +1 -0
  801. package/openmrs/frontend/dayjs@1.11.13/locale/cy.js +1 -0
  802. package/openmrs/frontend/dayjs@1.11.13/locale/da.js +1 -0
  803. package/openmrs/frontend/dayjs@1.11.13/locale/de-at.js +1 -0
  804. package/openmrs/frontend/dayjs@1.11.13/locale/de-ch.js +1 -0
  805. package/openmrs/frontend/dayjs@1.11.13/locale/de.js +1 -0
  806. package/openmrs/frontend/dayjs@1.11.13/locale/dv.js +1 -0
  807. package/openmrs/frontend/dayjs@1.11.13/locale/el.js +1 -0
  808. package/openmrs/frontend/dayjs@1.11.13/locale/en-au.js +1 -0
  809. package/openmrs/frontend/dayjs@1.11.13/locale/en-ca.js +1 -0
  810. package/openmrs/frontend/dayjs@1.11.13/locale/en-gb.js +1 -0
  811. package/openmrs/frontend/dayjs@1.11.13/locale/en-ie.js +1 -0
  812. package/openmrs/frontend/dayjs@1.11.13/locale/en-il.js +1 -0
  813. package/openmrs/frontend/dayjs@1.11.13/locale/en-in.js +1 -0
  814. package/openmrs/frontend/dayjs@1.11.13/locale/en-nz.js +1 -0
  815. package/openmrs/frontend/dayjs@1.11.13/locale/en-sg.js +1 -0
  816. package/openmrs/frontend/dayjs@1.11.13/locale/en-tt.js +1 -0
  817. package/openmrs/frontend/dayjs@1.11.13/locale/en.js +1 -0
  818. package/openmrs/frontend/dayjs@1.11.13/locale/eo.js +1 -0
  819. package/openmrs/frontend/dayjs@1.11.13/locale/es-do.js +1 -0
  820. package/openmrs/frontend/dayjs@1.11.13/locale/es-mx.js +1 -0
  821. package/openmrs/frontend/dayjs@1.11.13/locale/es-pr.js +1 -0
  822. package/openmrs/frontend/dayjs@1.11.13/locale/es-us.js +1 -0
  823. package/openmrs/frontend/dayjs@1.11.13/locale/es.js +1 -0
  824. package/openmrs/frontend/dayjs@1.11.13/locale/et.js +1 -0
  825. package/openmrs/frontend/dayjs@1.11.13/locale/eu.js +1 -0
  826. package/openmrs/frontend/dayjs@1.11.13/locale/fa.js +1 -0
  827. package/openmrs/frontend/dayjs@1.11.13/locale/fi.js +1 -0
  828. package/openmrs/frontend/dayjs@1.11.13/locale/fo.js +1 -0
  829. package/openmrs/frontend/dayjs@1.11.13/locale/fr-ca.js +1 -0
  830. package/openmrs/frontend/dayjs@1.11.13/locale/fr-ch.js +1 -0
  831. package/openmrs/frontend/dayjs@1.11.13/locale/fr.js +1 -0
  832. package/openmrs/frontend/dayjs@1.11.13/locale/fy.js +1 -0
  833. package/openmrs/frontend/dayjs@1.11.13/locale/ga.js +1 -0
  834. package/openmrs/frontend/dayjs@1.11.13/locale/gd.js +1 -0
  835. package/openmrs/frontend/dayjs@1.11.13/locale/gl.js +1 -0
  836. package/openmrs/frontend/dayjs@1.11.13/locale/gom-latn.js +1 -0
  837. package/openmrs/frontend/dayjs@1.11.13/locale/gu.js +1 -0
  838. package/openmrs/frontend/dayjs@1.11.13/locale/he.js +1 -0
  839. package/openmrs/frontend/dayjs@1.11.13/locale/hi.js +1 -0
  840. package/openmrs/frontend/dayjs@1.11.13/locale/hr.js +1 -0
  841. package/openmrs/frontend/dayjs@1.11.13/locale/ht.js +1 -0
  842. package/openmrs/frontend/dayjs@1.11.13/locale/hu.js +1 -0
  843. package/openmrs/frontend/dayjs@1.11.13/locale/hy-am.js +1 -0
  844. package/openmrs/frontend/dayjs@1.11.13/locale/id.js +1 -0
  845. package/openmrs/frontend/dayjs@1.11.13/locale/index.d.ts +11 -0
  846. package/openmrs/frontend/dayjs@1.11.13/locale/is.js +1 -0
  847. package/openmrs/frontend/dayjs@1.11.13/locale/it-ch.js +1 -0
  848. package/openmrs/frontend/dayjs@1.11.13/locale/it.js +1 -0
  849. package/openmrs/frontend/dayjs@1.11.13/locale/ja.js +1 -0
  850. package/openmrs/frontend/dayjs@1.11.13/locale/jv.js +1 -0
  851. package/openmrs/frontend/dayjs@1.11.13/locale/ka.js +1 -0
  852. package/openmrs/frontend/dayjs@1.11.13/locale/kk.js +1 -0
  853. package/openmrs/frontend/dayjs@1.11.13/locale/km.js +1 -0
  854. package/openmrs/frontend/dayjs@1.11.13/locale/kn.js +1 -0
  855. package/openmrs/frontend/dayjs@1.11.13/locale/ko.js +1 -0
  856. package/openmrs/frontend/dayjs@1.11.13/locale/ku.js +1 -0
  857. package/openmrs/frontend/dayjs@1.11.13/locale/ky.js +1 -0
  858. package/openmrs/frontend/dayjs@1.11.13/locale/lb.js +1 -0
  859. package/openmrs/frontend/dayjs@1.11.13/locale/lo.js +1 -0
  860. package/openmrs/frontend/dayjs@1.11.13/locale/lt.js +1 -0
  861. package/openmrs/frontend/dayjs@1.11.13/locale/lv.js +1 -0
  862. package/openmrs/frontend/dayjs@1.11.13/locale/me.js +1 -0
  863. package/openmrs/frontend/dayjs@1.11.13/locale/mi.js +1 -0
  864. package/openmrs/frontend/dayjs@1.11.13/locale/mk.js +1 -0
  865. package/openmrs/frontend/dayjs@1.11.13/locale/ml.js +1 -0
  866. package/openmrs/frontend/dayjs@1.11.13/locale/mn.js +1 -0
  867. package/openmrs/frontend/dayjs@1.11.13/locale/mr.js +1 -0
  868. package/openmrs/frontend/dayjs@1.11.13/locale/ms-my.js +1 -0
  869. package/openmrs/frontend/dayjs@1.11.13/locale/ms.js +1 -0
  870. package/openmrs/frontend/dayjs@1.11.13/locale/mt.js +1 -0
  871. package/openmrs/frontend/dayjs@1.11.13/locale/my.js +1 -0
  872. package/openmrs/frontend/dayjs@1.11.13/locale/nb.js +1 -0
  873. package/openmrs/frontend/dayjs@1.11.13/locale/ne.js +1 -0
  874. package/openmrs/frontend/dayjs@1.11.13/locale/nl-be.js +1 -0
  875. package/openmrs/frontend/dayjs@1.11.13/locale/nl.js +1 -0
  876. package/openmrs/frontend/dayjs@1.11.13/locale/nn.js +1 -0
  877. package/openmrs/frontend/dayjs@1.11.13/locale/oc-lnc.js +1 -0
  878. package/openmrs/frontend/dayjs@1.11.13/locale/pa-in.js +1 -0
  879. package/openmrs/frontend/dayjs@1.11.13/locale/pl.js +1 -0
  880. package/openmrs/frontend/dayjs@1.11.13/locale/pt-br.js +1 -0
  881. package/openmrs/frontend/dayjs@1.11.13/locale/pt.js +1 -0
  882. package/openmrs/frontend/dayjs@1.11.13/locale/rn.js +1 -0
  883. package/openmrs/frontend/dayjs@1.11.13/locale/ro.js +1 -0
  884. package/openmrs/frontend/dayjs@1.11.13/locale/ru.js +1 -0
  885. package/openmrs/frontend/dayjs@1.11.13/locale/rw.js +1 -0
  886. package/openmrs/frontend/dayjs@1.11.13/locale/sd.js +1 -0
  887. package/openmrs/frontend/dayjs@1.11.13/locale/se.js +1 -0
  888. package/openmrs/frontend/dayjs@1.11.13/locale/si.js +1 -0
  889. package/openmrs/frontend/dayjs@1.11.13/locale/sk.js +1 -0
  890. package/openmrs/frontend/dayjs@1.11.13/locale/sl.js +1 -0
  891. package/openmrs/frontend/dayjs@1.11.13/locale/sq.js +1 -0
  892. package/openmrs/frontend/dayjs@1.11.13/locale/sr-cyrl.js +1 -0
  893. package/openmrs/frontend/dayjs@1.11.13/locale/sr.js +1 -0
  894. package/openmrs/frontend/dayjs@1.11.13/locale/ss.js +1 -0
  895. package/openmrs/frontend/dayjs@1.11.13/locale/sv-fi.js +1 -0
  896. package/openmrs/frontend/dayjs@1.11.13/locale/sv.js +1 -0
  897. package/openmrs/frontend/dayjs@1.11.13/locale/sw.js +1 -0
  898. package/openmrs/frontend/dayjs@1.11.13/locale/ta.js +1 -0
  899. package/openmrs/frontend/dayjs@1.11.13/locale/te.js +1 -0
  900. package/openmrs/frontend/dayjs@1.11.13/locale/tet.js +1 -0
  901. package/openmrs/frontend/dayjs@1.11.13/locale/tg.js +1 -0
  902. package/openmrs/frontend/dayjs@1.11.13/locale/th.js +1 -0
  903. package/openmrs/frontend/dayjs@1.11.13/locale/tk.js +1 -0
  904. package/openmrs/frontend/dayjs@1.11.13/locale/tl-ph.js +1 -0
  905. package/openmrs/frontend/dayjs@1.11.13/locale/tlh.js +1 -0
  906. package/openmrs/frontend/dayjs@1.11.13/locale/tr.js +1 -0
  907. package/openmrs/frontend/dayjs@1.11.13/locale/types.d.ts +33 -0
  908. package/openmrs/frontend/dayjs@1.11.13/locale/tzl.js +1 -0
  909. package/openmrs/frontend/dayjs@1.11.13/locale/tzm-latn.js +1 -0
  910. package/openmrs/frontend/dayjs@1.11.13/locale/tzm.js +1 -0
  911. package/openmrs/frontend/dayjs@1.11.13/locale/ug-cn.js +1 -0
  912. package/openmrs/frontend/dayjs@1.11.13/locale/uk.js +1 -0
  913. package/openmrs/frontend/dayjs@1.11.13/locale/ur.js +1 -0
  914. package/openmrs/frontend/dayjs@1.11.13/locale/uz-latn.js +1 -0
  915. package/openmrs/frontend/dayjs@1.11.13/locale/uz.js +1 -0
  916. package/openmrs/frontend/dayjs@1.11.13/locale/vi.js +1 -0
  917. package/openmrs/frontend/dayjs@1.11.13/locale/x-pseudo.js +1 -0
  918. package/openmrs/frontend/dayjs@1.11.13/locale/yo.js +1 -0
  919. package/openmrs/frontend/dayjs@1.11.13/locale/zh-cn.js +1 -0
  920. package/openmrs/frontend/dayjs@1.11.13/locale/zh-hk.js +1 -0
  921. package/openmrs/frontend/dayjs@1.11.13/locale/zh-tw.js +1 -0
  922. package/openmrs/frontend/dayjs@1.11.13/locale/zh.js +1 -0
  923. package/openmrs/frontend/dayjs@1.11.13/locale.json +1 -0
  924. package/openmrs/frontend/dayjs@1.11.13/package.json +84 -0
  925. package/openmrs/frontend/dayjs@1.11.13/plugin/advancedFormat.d.ts +4 -0
  926. package/openmrs/frontend/dayjs@1.11.13/plugin/advancedFormat.js +1 -0
  927. package/openmrs/frontend/dayjs@1.11.13/plugin/arraySupport.d.ts +10 -0
  928. package/openmrs/frontend/dayjs@1.11.13/plugin/arraySupport.js +1 -0
  929. package/openmrs/frontend/dayjs@1.11.13/plugin/badMutable.d.ts +4 -0
  930. package/openmrs/frontend/dayjs@1.11.13/plugin/badMutable.js +1 -0
  931. package/openmrs/frontend/dayjs@1.11.13/plugin/bigIntSupport.d.ts +11 -0
  932. package/openmrs/frontend/dayjs@1.11.13/plugin/bigIntSupport.js +1 -0
  933. package/openmrs/frontend/dayjs@1.11.13/plugin/buddhistEra.d.ts +4 -0
  934. package/openmrs/frontend/dayjs@1.11.13/plugin/buddhistEra.js +1 -0
  935. package/openmrs/frontend/dayjs@1.11.13/plugin/calendar.d.ts +10 -0
  936. package/openmrs/frontend/dayjs@1.11.13/plugin/calendar.js +1 -0
  937. package/openmrs/frontend/dayjs@1.11.13/plugin/customParseFormat.d.ts +8 -0
  938. package/openmrs/frontend/dayjs@1.11.13/plugin/customParseFormat.js +1 -0
  939. package/openmrs/frontend/dayjs@1.11.13/plugin/dayOfYear.d.ts +11 -0
  940. package/openmrs/frontend/dayjs@1.11.13/plugin/dayOfYear.js +1 -0
  941. package/openmrs/frontend/dayjs@1.11.13/plugin/devHelper.d.ts +4 -0
  942. package/openmrs/frontend/dayjs@1.11.13/plugin/devHelper.js +1 -0
  943. package/openmrs/frontend/dayjs@1.11.13/plugin/duration.d.ts +88 -0
  944. package/openmrs/frontend/dayjs@1.11.13/plugin/duration.js +1 -0
  945. package/openmrs/frontend/dayjs@1.11.13/plugin/isBetween.d.ts +10 -0
  946. package/openmrs/frontend/dayjs@1.11.13/plugin/isBetween.js +1 -0
  947. package/openmrs/frontend/dayjs@1.11.13/plugin/isLeapYear.d.ts +10 -0
  948. package/openmrs/frontend/dayjs@1.11.13/plugin/isLeapYear.js +1 -0
  949. package/openmrs/frontend/dayjs@1.11.13/plugin/isMoment.d.ts +10 -0
  950. package/openmrs/frontend/dayjs@1.11.13/plugin/isMoment.js +1 -0
  951. package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrAfter.d.ts +10 -0
  952. package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrAfter.js +1 -0
  953. package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrBefore.d.ts +10 -0
  954. package/openmrs/frontend/dayjs@1.11.13/plugin/isSameOrBefore.js +1 -0
  955. package/openmrs/frontend/dayjs@1.11.13/plugin/isToday.d.ts +10 -0
  956. package/openmrs/frontend/dayjs@1.11.13/plugin/isToday.js +1 -0
  957. package/openmrs/frontend/dayjs@1.11.13/plugin/isTomorrow.d.ts +10 -0
  958. package/openmrs/frontend/dayjs@1.11.13/plugin/isTomorrow.js +1 -0
  959. package/openmrs/frontend/dayjs@1.11.13/plugin/isYesterday.d.ts +10 -0
  960. package/openmrs/frontend/dayjs@1.11.13/plugin/isYesterday.js +1 -0
  961. package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeek.d.ts +27 -0
  962. package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeek.js +1 -0
  963. package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeeksInYear.d.ts +10 -0
  964. package/openmrs/frontend/dayjs@1.11.13/plugin/isoWeeksInYear.js +1 -0
  965. package/openmrs/frontend/dayjs@1.11.13/plugin/localeData.d.ts +44 -0
  966. package/openmrs/frontend/dayjs@1.11.13/plugin/localeData.js +1 -0
  967. package/openmrs/frontend/dayjs@1.11.13/plugin/localizedFormat.d.ts +4 -0
  968. package/openmrs/frontend/dayjs@1.11.13/plugin/localizedFormat.js +1 -0
  969. package/openmrs/frontend/dayjs@1.11.13/plugin/minMax.d.ts +22 -0
  970. package/openmrs/frontend/dayjs@1.11.13/plugin/minMax.js +1 -0
  971. package/openmrs/frontend/dayjs@1.11.13/plugin/negativeYear.d.ts +4 -0
  972. package/openmrs/frontend/dayjs@1.11.13/plugin/negativeYear.js +1 -0
  973. package/openmrs/frontend/dayjs@1.11.13/plugin/objectSupport.d.ts +48 -0
  974. package/openmrs/frontend/dayjs@1.11.13/plugin/objectSupport.js +1 -0
  975. package/openmrs/frontend/dayjs@1.11.13/plugin/pluralGetSet.d.ts +44 -0
  976. package/openmrs/frontend/dayjs@1.11.13/plugin/pluralGetSet.js +1 -0
  977. package/openmrs/frontend/dayjs@1.11.13/plugin/preParsePostFormat.d.ts +4 -0
  978. package/openmrs/frontend/dayjs@1.11.13/plugin/preParsePostFormat.js +1 -0
  979. package/openmrs/frontend/dayjs@1.11.13/plugin/quarterOfYear.d.ts +26 -0
  980. package/openmrs/frontend/dayjs@1.11.13/plugin/quarterOfYear.js +1 -0
  981. package/openmrs/frontend/dayjs@1.11.13/plugin/relativeTime.d.ts +24 -0
  982. package/openmrs/frontend/dayjs@1.11.13/plugin/relativeTime.js +1 -0
  983. package/openmrs/frontend/dayjs@1.11.13/plugin/timezone.d.ts +20 -0
  984. package/openmrs/frontend/dayjs@1.11.13/plugin/timezone.js +1 -0
  985. package/openmrs/frontend/dayjs@1.11.13/plugin/toArray.d.ts +10 -0
  986. package/openmrs/frontend/dayjs@1.11.13/plugin/toArray.js +1 -0
  987. package/openmrs/frontend/dayjs@1.11.13/plugin/toObject.d.ts +20 -0
  988. package/openmrs/frontend/dayjs@1.11.13/plugin/toObject.js +1 -0
  989. package/openmrs/frontend/dayjs@1.11.13/plugin/updateLocale.d.ts +8 -0
  990. package/openmrs/frontend/dayjs@1.11.13/plugin/updateLocale.js +1 -0
  991. package/openmrs/frontend/dayjs@1.11.13/plugin/utc.d.ts +19 -0
  992. package/openmrs/frontend/dayjs@1.11.13/plugin/utc.js +1 -0
  993. package/openmrs/frontend/dayjs@1.11.13/plugin/weekOfYear.d.ts +12 -0
  994. package/openmrs/frontend/dayjs@1.11.13/plugin/weekOfYear.js +1 -0
  995. package/openmrs/frontend/dayjs@1.11.13/plugin/weekYear.d.ts +10 -0
  996. package/openmrs/frontend/dayjs@1.11.13/plugin/weekYear.js +1 -0
  997. package/openmrs/frontend/dayjs@1.11.13/plugin/weekday.d.ts +12 -0
  998. package/openmrs/frontend/dayjs@1.11.13/plugin/weekday.js +1 -0
  999. package/openmrs/frontend/dom-helpers@3.4.0/LICENSE +21 -0
  1000. package/openmrs/frontend/dom-helpers@3.4.0/README.md +91 -0
  1001. package/openmrs/frontend/dom-helpers@3.4.0/activeElement.js +22 -0
  1002. package/openmrs/frontend/dom-helpers@3.4.0/class/addClass.js +14 -0
  1003. package/openmrs/frontend/dom-helpers@3.4.0/class/hasClass.js +10 -0
  1004. package/openmrs/frontend/dom-helpers@3.4.0/class/index.js +24 -0
  1005. package/openmrs/frontend/dom-helpers@3.4.0/class/removeClass.js +9 -0
  1006. package/openmrs/frontend/dom-helpers@3.4.0/events/filter.js +23 -0
  1007. package/openmrs/frontend/dom-helpers@3.4.0/events/index.js +29 -0
  1008. package/openmrs/frontend/dom-helpers@3.4.0/events/listen.js +27 -0
  1009. package/openmrs/frontend/dom-helpers@3.4.0/events/off.js +24 -0
  1010. package/openmrs/frontend/dom-helpers@3.4.0/events/on.js +29 -0
  1011. package/openmrs/frontend/dom-helpers@3.4.0/index.js +63 -0
  1012. package/openmrs/frontend/dom-helpers@3.4.0/ownerDocument.js +10 -0
  1013. package/openmrs/frontend/dom-helpers@3.4.0/ownerWindow.js +15 -0
  1014. package/openmrs/frontend/dom-helpers@3.4.0/package.json +34 -0
  1015. package/openmrs/frontend/dom-helpers@3.4.0/query/closest.js +22 -0
  1016. package/openmrs/frontend/dom-helpers@3.4.0/query/contains.js +33 -0
  1017. package/openmrs/frontend/dom-helpers@3.4.0/query/height.js +17 -0
  1018. package/openmrs/frontend/dom-helpers@3.4.0/query/index.js +64 -0
  1019. package/openmrs/frontend/dom-helpers@3.4.0/query/isWindow.js +10 -0
  1020. package/openmrs/frontend/dom-helpers@3.4.0/query/matches.js +37 -0
  1021. package/openmrs/frontend/dom-helpers@3.4.0/query/offset.js +38 -0
  1022. package/openmrs/frontend/dom-helpers@3.4.0/query/offsetParent.js +27 -0
  1023. package/openmrs/frontend/dom-helpers@3.4.0/query/position.js +49 -0
  1024. package/openmrs/frontend/dom-helpers@3.4.0/query/querySelectorAll.js +31 -0
  1025. package/openmrs/frontend/dom-helpers@3.4.0/query/scrollLeft.js +16 -0
  1026. package/openmrs/frontend/dom-helpers@3.4.0/query/scrollParent.js +28 -0
  1027. package/openmrs/frontend/dom-helpers@3.4.0/query/scrollTop.js +16 -0
  1028. package/openmrs/frontend/dom-helpers@3.4.0/query/width.js +17 -0
  1029. package/openmrs/frontend/dom-helpers@3.4.0/style/getComputedStyle.js +44 -0
  1030. package/openmrs/frontend/dom-helpers@3.4.0/style/index.js +52 -0
  1031. package/openmrs/frontend/dom-helpers@3.4.0/style/removeStyle.js +10 -0
  1032. package/openmrs/frontend/dom-helpers@3.4.0/transition/animate.js +111 -0
  1033. package/openmrs/frontend/dom-helpers@3.4.0/transition/end.js +45 -0
  1034. package/openmrs/frontend/dom-helpers@3.4.0/transition/index.js +19 -0
  1035. package/openmrs/frontend/dom-helpers@3.4.0/transition/isTransform.js +11 -0
  1036. package/openmrs/frontend/dom-helpers@3.4.0/transition/properties.js +92 -0
  1037. package/openmrs/frontend/dom-helpers@3.4.0/util/camelize.js +13 -0
  1038. package/openmrs/frontend/dom-helpers@3.4.0/util/camelizeStyle.js +21 -0
  1039. package/openmrs/frontend/dom-helpers@3.4.0/util/hyphenate.js +11 -0
  1040. package/openmrs/frontend/dom-helpers@3.4.0/util/hyphenateStyle.js +21 -0
  1041. package/openmrs/frontend/dom-helpers@3.4.0/util/inDOM.js +9 -0
  1042. package/openmrs/frontend/dom-helpers@3.4.0/util/requestAnimationFrame.js +54 -0
  1043. package/openmrs/frontend/dom-helpers@3.4.0/util/scrollTo.js +53 -0
  1044. package/openmrs/frontend/dom-helpers@3.4.0/util/scrollbarSize.js +30 -0
  1045. package/openmrs/frontend/exenv@1.2.2/LICENSE +31 -0
  1046. package/openmrs/frontend/exenv@1.2.2/README.md +35 -0
  1047. package/openmrs/frontend/exenv@1.2.2/index.js +40 -0
  1048. package/openmrs/frontend/exenv@1.2.2/package.json +28 -0
  1049. package/openmrs/frontend/headerConfig.json +4 -0
  1050. package/openmrs/frontend/highlight.js@9.18.5/LICENSE +29 -0
  1051. package/openmrs/frontend/highlight.js@9.18.5/README.md +426 -0
  1052. package/openmrs/frontend/highlight.js@9.18.5/deprecated.js +26 -0
  1053. package/openmrs/frontend/highlight.js@9.18.5/docs/api.rst +151 -0
  1054. package/openmrs/frontend/highlight.js@9.18.5/docs/building-testing.rst +88 -0
  1055. package/openmrs/frontend/highlight.js@9.18.5/docs/css-classes-reference.rst +140 -0
  1056. package/openmrs/frontend/highlight.js@9.18.5/docs/index.rst +44 -0
  1057. package/openmrs/frontend/highlight.js@9.18.5/docs/language-contribution.rst +77 -0
  1058. package/openmrs/frontend/highlight.js@9.18.5/docs/language-guide.rst +284 -0
  1059. package/openmrs/frontend/highlight.js@9.18.5/docs/language-requests.rst +17 -0
  1060. package/openmrs/frontend/highlight.js@9.18.5/docs/line-numbers.rst +39 -0
  1061. package/openmrs/frontend/highlight.js@9.18.5/docs/maintainers-guide.rst +43 -0
  1062. package/openmrs/frontend/highlight.js@9.18.5/docs/reference.rst +361 -0
  1063. package/openmrs/frontend/highlight.js@9.18.5/docs/style-guide.rst +106 -0
  1064. package/openmrs/frontend/highlight.js@9.18.5/lib/highlight.js +1188 -0
  1065. package/openmrs/frontend/highlight.js@9.18.5/lib/index.js +189 -0
  1066. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/1c.js +509 -0
  1067. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/abnf.js +67 -0
  1068. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/accesslog.js +64 -0
  1069. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/actionscript.js +73 -0
  1070. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ada.js +172 -0
  1071. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/angelscript.js +106 -0
  1072. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/apache.js +45 -0
  1073. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/applescript.js +85 -0
  1074. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/arcade.js +137 -0
  1075. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/arduino.js +98 -0
  1076. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/armasm.js +91 -0
  1077. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/asciidoc.js +187 -0
  1078. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/aspectj.js +144 -0
  1079. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/autohotkey.js +57 -0
  1080. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/autoit.js +135 -0
  1081. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/avrasm.js +61 -0
  1082. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/awk.js +52 -0
  1083. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/axapta.js +30 -0
  1084. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/bash.js +80 -0
  1085. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/basic.js +50 -0
  1086. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/bnf.js +28 -0
  1087. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/brainfuck.js +36 -0
  1088. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cal.js +79 -0
  1089. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/capnproto.js +48 -0
  1090. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ceylon.js +66 -0
  1091. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/clean.js +26 -0
  1092. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/clojure-repl.js +14 -0
  1093. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/clojure.js +95 -0
  1094. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cmake.js +52 -0
  1095. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/coffeescript.js +145 -0
  1096. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/coq.js +66 -0
  1097. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cos.js +123 -0
  1098. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cpp.js +218 -0
  1099. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/crmsh.js +93 -0
  1100. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/crystal.js +187 -0
  1101. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/cs.js +184 -0
  1102. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/csp.js +21 -0
  1103. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/css.js +125 -0
  1104. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/d.js +257 -0
  1105. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dart.js +122 -0
  1106. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/delphi.js +68 -0
  1107. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/diff.js +39 -0
  1108. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/django.js +63 -0
  1109. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dns.js +28 -0
  1110. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dockerfile.js +21 -0
  1111. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dos.js +51 -0
  1112. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dsconfig.js +46 -0
  1113. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dts.js +123 -0
  1114. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/dust.js +31 -0
  1115. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ebnf.js +39 -0
  1116. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/elixir.js +163 -0
  1117. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/elm.js +89 -0
  1118. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/erb.js +14 -0
  1119. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/erlang-repl.js +45 -0
  1120. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/erlang.js +145 -0
  1121. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/excel.js +47 -0
  1122. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/fix.js +28 -0
  1123. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/flix.js +44 -0
  1124. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/fortran.js +70 -0
  1125. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/fsharp.js +58 -0
  1126. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gams.js +153 -0
  1127. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gauss.js +290 -0
  1128. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gcode.js +66 -0
  1129. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gherkin.js +36 -0
  1130. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/glsl.js +116 -0
  1131. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gml.js +872 -0
  1132. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/go.js +53 -0
  1133. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/golo.js +22 -0
  1134. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/gradle.js +34 -0
  1135. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/groovy.js +93 -0
  1136. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/haml.js +106 -0
  1137. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/handlebars.js +74 -0
  1138. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/haskell.js +121 -0
  1139. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/haxe.js +111 -0
  1140. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/hsp.js +45 -0
  1141. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/htmlbars.js +70 -0
  1142. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/http.js +40 -0
  1143. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/hy.js +101 -0
  1144. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/inform7.js +56 -0
  1145. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ini.js +76 -0
  1146. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/irpf90.js +75 -0
  1147. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/isbl.js +3172 -0
  1148. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/java.js +107 -0
  1149. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/javascript.js +241 -0
  1150. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/jboss-cli.js +46 -0
  1151. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/json.js +43 -0
  1152. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/julia-repl.js +23 -0
  1153. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/julia.js +161 -0
  1154. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/kotlin.js +216 -0
  1155. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lasso.js +162 -0
  1156. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ldif.js +22 -0
  1157. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/leaf.js +39 -0
  1158. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/less.js +139 -0
  1159. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lisp.js +102 -0
  1160. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/livecodeserver.js +160 -0
  1161. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/livescript.js +153 -0
  1162. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/llvm.js +88 -0
  1163. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lsl.js +83 -0
  1164. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/lua.js +65 -0
  1165. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/makefile.js +72 -0
  1166. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/markdown.js +107 -0
  1167. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mathematica.js +48 -0
  1168. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/matlab.js +95 -0
  1169. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/maxima.js +405 -0
  1170. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mel.js +224 -0
  1171. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mercury.js +83 -0
  1172. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mipsasm.js +86 -0
  1173. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mizar.js +18 -0
  1174. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/mojolicious.js +24 -0
  1175. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/monkey.js +74 -0
  1176. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/moonscript.js +111 -0
  1177. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/n1ql.js +68 -0
  1178. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nginx.js +92 -0
  1179. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nimrod.js +54 -0
  1180. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nix.js +48 -0
  1181. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/nsis.js +105 -0
  1182. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/objectivec.js +95 -0
  1183. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ocaml.js +70 -0
  1184. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/openscad.js +56 -0
  1185. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/oxygene.js +69 -0
  1186. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/parser3.js +47 -0
  1187. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/perl.js +156 -0
  1188. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/pf.js +51 -0
  1189. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/pgsql.js +487 -0
  1190. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/php.js +126 -0
  1191. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/plaintext.js +5 -0
  1192. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/pony.js +74 -0
  1193. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/powershell.js +242 -0
  1194. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/processing.js +47 -0
  1195. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/profile.js +29 -0
  1196. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/prolog.js +87 -0
  1197. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/properties.js +69 -0
  1198. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/protobuf.js +35 -0
  1199. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/puppet.js +114 -0
  1200. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/purebasic.js +84 -0
  1201. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/python.js +123 -0
  1202. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/q.js +22 -0
  1203. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/qml.js +168 -0
  1204. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/r.js +69 -0
  1205. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/reasonml.js +299 -0
  1206. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/rib.js +26 -0
  1207. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/roboconf.js +66 -0
  1208. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/routeros.js +158 -0
  1209. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/rsl.js +35 -0
  1210. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ruby.js +184 -0
  1211. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/ruleslanguage.js +60 -0
  1212. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/rust.js +107 -0
  1213. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sas.js +125 -0
  1214. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scala.js +114 -0
  1215. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scheme.js +143 -0
  1216. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scilab.js +53 -0
  1217. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/scss.js +114 -0
  1218. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/shell.js +14 -0
  1219. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/smali.js +55 -0
  1220. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/smalltalk.js +49 -0
  1221. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sml.js +65 -0
  1222. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sqf.js +426 -0
  1223. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/sql.js +160 -0
  1224. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/stan.js +219 -0
  1225. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/stata.js +41 -0
  1226. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/step21.js +46 -0
  1227. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/stylus.js +444 -0
  1228. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/subunit.js +33 -0
  1229. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/swift.js +130 -0
  1230. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/taggerscript.js +43 -0
  1231. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tap.js +35 -0
  1232. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tcl.js +59 -0
  1233. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tex.js +61 -0
  1234. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/thrift.js +34 -0
  1235. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/tp.js +83 -0
  1236. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/twig.js +65 -0
  1237. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/typescript.js +205 -0
  1238. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vala.js +49 -0
  1239. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vbnet.js +55 -0
  1240. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vbscript-html.js +11 -0
  1241. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vbscript.js +38 -0
  1242. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/verilog.js +98 -0
  1243. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vhdl.js +60 -0
  1244. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/vim.js +109 -0
  1245. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/x86asm.js +135 -0
  1246. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/xl.js +72 -0
  1247. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/xml.js +145 -0
  1248. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/xquery.js +169 -0
  1249. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/yaml.js +99 -0
  1250. package/openmrs/frontend/highlight.js@9.18.5/lib/languages/zephir.js +106 -0
  1251. package/openmrs/frontend/highlight.js@9.18.5/package.json +1150 -0
  1252. package/openmrs/frontend/highlight.js@9.18.5/scss/a11y-dark.scss +99 -0
  1253. package/openmrs/frontend/highlight.js@9.18.5/scss/a11y-light.scss +99 -0
  1254. package/openmrs/frontend/highlight.js@9.18.5/scss/agate.scss +108 -0
  1255. package/openmrs/frontend/highlight.js@9.18.5/scss/an-old-hope.scss +89 -0
  1256. package/openmrs/frontend/highlight.js@9.18.5/scss/androidstudio.scss +66 -0
  1257. package/openmrs/frontend/highlight.js@9.18.5/scss/arduino-light.scss +87 -0
  1258. package/openmrs/frontend/highlight.js@9.18.5/scss/arta.scss +73 -0
  1259. package/openmrs/frontend/highlight.js@9.18.5/scss/ascetic.scss +45 -0
  1260. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-cave-dark.scss +83 -0
  1261. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-cave-light.scss +85 -0
  1262. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-dune-dark.scss +69 -0
  1263. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-dune-light.scss +69 -0
  1264. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-estuary-dark.scss +84 -0
  1265. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-estuary-light.scss +84 -0
  1266. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-forest-dark.scss +69 -0
  1267. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-forest-light.scss +69 -0
  1268. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-heath-dark.scss +69 -0
  1269. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-heath-light.scss +69 -0
  1270. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-lakeside-dark.scss +69 -0
  1271. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-lakeside-light.scss +69 -0
  1272. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-plateau-dark.scss +84 -0
  1273. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-plateau-light.scss +84 -0
  1274. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-savanna-dark.scss +84 -0
  1275. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-savanna-light.scss +84 -0
  1276. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-seaside-dark.scss +69 -0
  1277. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-seaside-light.scss +69 -0
  1278. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-sulphurpool-dark.scss +69 -0
  1279. package/openmrs/frontend/highlight.js@9.18.5/scss/atelier-sulphurpool-light.scss +69 -0
  1280. package/openmrs/frontend/highlight.js@9.18.5/scss/atom-one-dark-reasonable.scss +75 -0
  1281. package/openmrs/frontend/highlight.js@9.18.5/scss/atom-one-dark.scss +96 -0
  1282. package/openmrs/frontend/highlight.js@9.18.5/scss/atom-one-light.scss +96 -0
  1283. package/openmrs/frontend/highlight.js@9.18.5/scss/brown-paper.scss +64 -0
  1284. package/openmrs/frontend/highlight.js@9.18.5/scss/brown-papersq.png +0 -0
  1285. package/openmrs/frontend/highlight.js@9.18.5/scss/codepen-embed.scss +60 -0
  1286. package/openmrs/frontend/highlight.js@9.18.5/scss/color-brewer.scss +71 -0
  1287. package/openmrs/frontend/highlight.js@9.18.5/scss/darcula.scss +74 -0
  1288. package/openmrs/frontend/highlight.js@9.18.5/scss/dark.scss +63 -0
  1289. package/openmrs/frontend/highlight.js@9.18.5/scss/darkula.scss +6 -0
  1290. package/openmrs/frontend/highlight.js@9.18.5/scss/default.scss +99 -0
  1291. package/openmrs/frontend/highlight.js@9.18.5/scss/docco.scss +97 -0
  1292. package/openmrs/frontend/highlight.js@9.18.5/scss/dracula.scss +76 -0
  1293. package/openmrs/frontend/highlight.js@9.18.5/scss/far.scss +71 -0
  1294. package/openmrs/frontend/highlight.js@9.18.5/scss/foundation.scss +89 -0
  1295. package/openmrs/frontend/highlight.js@9.18.5/scss/github-gist.scss +79 -0
  1296. package/openmrs/frontend/highlight.js@9.18.5/scss/github.scss +99 -0
  1297. package/openmrs/frontend/highlight.js@9.18.5/scss/gml.scss +78 -0
  1298. package/openmrs/frontend/highlight.js@9.18.5/scss/googlecode.scss +89 -0
  1299. package/openmrs/frontend/highlight.js@9.18.5/scss/gradient-dark.scss +122 -0
  1300. package/openmrs/frontend/highlight.js@9.18.5/scss/grayscale.scss +101 -0
  1301. package/openmrs/frontend/highlight.js@9.18.5/scss/gruvbox-dark.scss +108 -0
  1302. package/openmrs/frontend/highlight.js@9.18.5/scss/gruvbox-light.scss +108 -0
  1303. package/openmrs/frontend/highlight.js@9.18.5/scss/hopscotch.scss +84 -0
  1304. package/openmrs/frontend/highlight.js@9.18.5/scss/hybrid.scss +102 -0
  1305. package/openmrs/frontend/highlight.js@9.18.5/scss/idea.scss +97 -0
  1306. package/openmrs/frontend/highlight.js@9.18.5/scss/ir-black.scss +73 -0
  1307. package/openmrs/frontend/highlight.js@9.18.5/scss/isbl-editor-dark.scss +112 -0
  1308. package/openmrs/frontend/highlight.js@9.18.5/scss/isbl-editor-light.scss +111 -0
  1309. package/openmrs/frontend/highlight.js@9.18.5/scss/kimbie.dark.scss +74 -0
  1310. package/openmrs/frontend/highlight.js@9.18.5/scss/kimbie.light.scss +74 -0
  1311. package/openmrs/frontend/highlight.js@9.18.5/scss/lightfair.scss +88 -0
  1312. package/openmrs/frontend/highlight.js@9.18.5/scss/magula.scss +70 -0
  1313. package/openmrs/frontend/highlight.js@9.18.5/scss/mono-blue.scss +56 -0
  1314. package/openmrs/frontend/highlight.js@9.18.5/scss/monokai-sublime.scss +83 -0
  1315. package/openmrs/frontend/highlight.js@9.18.5/scss/monokai.scss +71 -0
  1316. package/openmrs/frontend/highlight.js@9.18.5/scss/night-owl.scss +182 -0
  1317. package/openmrs/frontend/highlight.js@9.18.5/scss/nord.scss +309 -0
  1318. package/openmrs/frontend/highlight.js@9.18.5/scss/obsidian.scss +88 -0
  1319. package/openmrs/frontend/highlight.js@9.18.5/scss/ocean.scss +74 -0
  1320. package/openmrs/frontend/highlight.js@9.18.5/scss/paraiso-dark.scss +72 -0
  1321. package/openmrs/frontend/highlight.js@9.18.5/scss/paraiso-light.scss +72 -0
  1322. package/openmrs/frontend/highlight.js@9.18.5/scss/pojoaque.jpg +0 -0
  1323. package/openmrs/frontend/highlight.js@9.18.5/scss/pojoaque.scss +83 -0
  1324. package/openmrs/frontend/highlight.js@9.18.5/scss/purebasic.scss +96 -0
  1325. package/openmrs/frontend/highlight.js@9.18.5/scss/qtcreator_dark.scss +83 -0
  1326. package/openmrs/frontend/highlight.js@9.18.5/scss/qtcreator_light.scss +83 -0
  1327. package/openmrs/frontend/highlight.js@9.18.5/scss/railscasts.scss +106 -0
  1328. package/openmrs/frontend/highlight.js@9.18.5/scss/rainbow.scss +85 -0
  1329. package/openmrs/frontend/highlight.js@9.18.5/scss/routeros.scss +108 -0
  1330. package/openmrs/frontend/highlight.js@9.18.5/scss/school-book.png +0 -0
  1331. package/openmrs/frontend/highlight.js@9.18.5/scss/school-book.scss +69 -0
  1332. package/openmrs/frontend/highlight.js@9.18.5/scss/shades-of-purple.scss +96 -0
  1333. package/openmrs/frontend/highlight.js@9.18.5/scss/solarized-dark.scss +84 -0
  1334. package/openmrs/frontend/highlight.js@9.18.5/scss/solarized-light.scss +84 -0
  1335. package/openmrs/frontend/highlight.js@9.18.5/scss/sunburst.scss +102 -0
  1336. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night-blue.scss +75 -0
  1337. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night-bright.scss +74 -0
  1338. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night-eighties.scss +74 -0
  1339. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow-night.scss +75 -0
  1340. package/openmrs/frontend/highlight.js@9.18.5/scss/tomorrow.scss +72 -0
  1341. package/openmrs/frontend/highlight.js@9.18.5/scss/vs.scss +68 -0
  1342. package/openmrs/frontend/highlight.js@9.18.5/scss/vs2015.scss +115 -0
  1343. package/openmrs/frontend/highlight.js@9.18.5/scss/xcode.scss +104 -0
  1344. package/openmrs/frontend/highlight.js@9.18.5/scss/xt256.scss +92 -0
  1345. package/openmrs/frontend/highlight.js@9.18.5/scss/zenburn.scss +80 -0
  1346. package/openmrs/frontend/highlight.js@9.18.5/styles/a11y-dark.css +99 -0
  1347. package/openmrs/frontend/highlight.js@9.18.5/styles/a11y-light.css +99 -0
  1348. package/openmrs/frontend/highlight.js@9.18.5/styles/agate.css +108 -0
  1349. package/openmrs/frontend/highlight.js@9.18.5/styles/an-old-hope.css +89 -0
  1350. package/openmrs/frontend/highlight.js@9.18.5/styles/androidstudio.css +66 -0
  1351. package/openmrs/frontend/highlight.js@9.18.5/styles/arduino-light.css +87 -0
  1352. package/openmrs/frontend/highlight.js@9.18.5/styles/arta.css +73 -0
  1353. package/openmrs/frontend/highlight.js@9.18.5/styles/ascetic.css +45 -0
  1354. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-cave-dark.css +83 -0
  1355. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-cave-light.css +85 -0
  1356. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-dune-dark.css +69 -0
  1357. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-dune-light.css +69 -0
  1358. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-estuary-dark.css +84 -0
  1359. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-estuary-light.css +84 -0
  1360. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-forest-dark.css +69 -0
  1361. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-forest-light.css +69 -0
  1362. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-heath-dark.css +69 -0
  1363. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-heath-light.css +69 -0
  1364. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-lakeside-dark.css +69 -0
  1365. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-lakeside-light.css +69 -0
  1366. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-plateau-dark.css +84 -0
  1367. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-plateau-light.css +84 -0
  1368. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-savanna-dark.css +84 -0
  1369. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-savanna-light.css +84 -0
  1370. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-seaside-dark.css +69 -0
  1371. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-seaside-light.css +69 -0
  1372. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-sulphurpool-dark.css +69 -0
  1373. package/openmrs/frontend/highlight.js@9.18.5/styles/atelier-sulphurpool-light.css +69 -0
  1374. package/openmrs/frontend/highlight.js@9.18.5/styles/atom-one-dark-reasonable.css +75 -0
  1375. package/openmrs/frontend/highlight.js@9.18.5/styles/atom-one-dark.css +96 -0
  1376. package/openmrs/frontend/highlight.js@9.18.5/styles/atom-one-light.css +96 -0
  1377. package/openmrs/frontend/highlight.js@9.18.5/styles/brown-paper.css +64 -0
  1378. package/openmrs/frontend/highlight.js@9.18.5/styles/brown-papersq.png +0 -0
  1379. package/openmrs/frontend/highlight.js@9.18.5/styles/codepen-embed.css +60 -0
  1380. package/openmrs/frontend/highlight.js@9.18.5/styles/color-brewer.css +71 -0
  1381. package/openmrs/frontend/highlight.js@9.18.5/styles/darcula.css +74 -0
  1382. package/openmrs/frontend/highlight.js@9.18.5/styles/dark.css +63 -0
  1383. package/openmrs/frontend/highlight.js@9.18.5/styles/darkula.css +6 -0
  1384. package/openmrs/frontend/highlight.js@9.18.5/styles/default.css +99 -0
  1385. package/openmrs/frontend/highlight.js@9.18.5/styles/docco.css +97 -0
  1386. package/openmrs/frontend/highlight.js@9.18.5/styles/dracula.css +76 -0
  1387. package/openmrs/frontend/highlight.js@9.18.5/styles/far.css +71 -0
  1388. package/openmrs/frontend/highlight.js@9.18.5/styles/foundation.css +89 -0
  1389. package/openmrs/frontend/highlight.js@9.18.5/styles/github-gist.css +79 -0
  1390. package/openmrs/frontend/highlight.js@9.18.5/styles/github.css +99 -0
  1391. package/openmrs/frontend/highlight.js@9.18.5/styles/gml.css +78 -0
  1392. package/openmrs/frontend/highlight.js@9.18.5/styles/googlecode.css +89 -0
  1393. package/openmrs/frontend/highlight.js@9.18.5/styles/gradient-dark.css +122 -0
  1394. package/openmrs/frontend/highlight.js@9.18.5/styles/grayscale.css +101 -0
  1395. package/openmrs/frontend/highlight.js@9.18.5/styles/gruvbox-dark.css +108 -0
  1396. package/openmrs/frontend/highlight.js@9.18.5/styles/gruvbox-light.css +108 -0
  1397. package/openmrs/frontend/highlight.js@9.18.5/styles/hopscotch.css +84 -0
  1398. package/openmrs/frontend/highlight.js@9.18.5/styles/hybrid.css +102 -0
  1399. package/openmrs/frontend/highlight.js@9.18.5/styles/idea.css +97 -0
  1400. package/openmrs/frontend/highlight.js@9.18.5/styles/ir-black.css +73 -0
  1401. package/openmrs/frontend/highlight.js@9.18.5/styles/isbl-editor-dark.css +112 -0
  1402. package/openmrs/frontend/highlight.js@9.18.5/styles/isbl-editor-light.css +111 -0
  1403. package/openmrs/frontend/highlight.js@9.18.5/styles/kimbie.dark.css +74 -0
  1404. package/openmrs/frontend/highlight.js@9.18.5/styles/kimbie.light.css +74 -0
  1405. package/openmrs/frontend/highlight.js@9.18.5/styles/lightfair.css +88 -0
  1406. package/openmrs/frontend/highlight.js@9.18.5/styles/magula.css +70 -0
  1407. package/openmrs/frontend/highlight.js@9.18.5/styles/mono-blue.css +56 -0
  1408. package/openmrs/frontend/highlight.js@9.18.5/styles/monokai-sublime.css +83 -0
  1409. package/openmrs/frontend/highlight.js@9.18.5/styles/monokai.css +71 -0
  1410. package/openmrs/frontend/highlight.js@9.18.5/styles/night-owl.css +182 -0
  1411. package/openmrs/frontend/highlight.js@9.18.5/styles/nord.css +309 -0
  1412. package/openmrs/frontend/highlight.js@9.18.5/styles/obsidian.css +88 -0
  1413. package/openmrs/frontend/highlight.js@9.18.5/styles/ocean.css +74 -0
  1414. package/openmrs/frontend/highlight.js@9.18.5/styles/paraiso-dark.css +72 -0
  1415. package/openmrs/frontend/highlight.js@9.18.5/styles/paraiso-light.css +72 -0
  1416. package/openmrs/frontend/highlight.js@9.18.5/styles/pojoaque.css +83 -0
  1417. package/openmrs/frontend/highlight.js@9.18.5/styles/pojoaque.jpg +0 -0
  1418. package/openmrs/frontend/highlight.js@9.18.5/styles/purebasic.css +96 -0
  1419. package/openmrs/frontend/highlight.js@9.18.5/styles/qtcreator_dark.css +83 -0
  1420. package/openmrs/frontend/highlight.js@9.18.5/styles/qtcreator_light.css +83 -0
  1421. package/openmrs/frontend/highlight.js@9.18.5/styles/railscasts.css +106 -0
  1422. package/openmrs/frontend/highlight.js@9.18.5/styles/rainbow.css +85 -0
  1423. package/openmrs/frontend/highlight.js@9.18.5/styles/routeros.css +108 -0
  1424. package/openmrs/frontend/highlight.js@9.18.5/styles/school-book.css +69 -0
  1425. package/openmrs/frontend/highlight.js@9.18.5/styles/school-book.png +0 -0
  1426. package/openmrs/frontend/highlight.js@9.18.5/styles/shades-of-purple.css +96 -0
  1427. package/openmrs/frontend/highlight.js@9.18.5/styles/solarized-dark.css +84 -0
  1428. package/openmrs/frontend/highlight.js@9.18.5/styles/solarized-light.css +84 -0
  1429. package/openmrs/frontend/highlight.js@9.18.5/styles/sunburst.css +102 -0
  1430. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night-blue.css +75 -0
  1431. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night-bright.css +74 -0
  1432. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night-eighties.css +74 -0
  1433. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow-night.css +75 -0
  1434. package/openmrs/frontend/highlight.js@9.18.5/styles/tomorrow.css +72 -0
  1435. package/openmrs/frontend/highlight.js@9.18.5/styles/vs.css +68 -0
  1436. package/openmrs/frontend/highlight.js@9.18.5/styles/vs2015.css +115 -0
  1437. package/openmrs/frontend/highlight.js@9.18.5/styles/xcode.css +104 -0
  1438. package/openmrs/frontend/highlight.js@9.18.5/styles/xt256.css +92 -0
  1439. package/openmrs/frontend/highlight.js@9.18.5/styles/zenburn.css +80 -0
  1440. package/openmrs/frontend/history@4.10.1/DOMUtils.js +3 -0
  1441. package/openmrs/frontend/history@4.10.1/ExecutionEnvironment.js +3 -0
  1442. package/openmrs/frontend/history@4.10.1/LICENSE +21 -0
  1443. package/openmrs/frontend/history@4.10.1/LocationUtils.js +3 -0
  1444. package/openmrs/frontend/history@4.10.1/PathUtils.js +3 -0
  1445. package/openmrs/frontend/history@4.10.1/README.md +38 -0
  1446. package/openmrs/frontend/history@4.10.1/cjs/history.js +948 -0
  1447. package/openmrs/frontend/history@4.10.1/cjs/history.min.js +1 -0
  1448. package/openmrs/frontend/history@4.10.1/createBrowserHistory.js +3 -0
  1449. package/openmrs/frontend/history@4.10.1/createHashHistory.js +3 -0
  1450. package/openmrs/frontend/history@4.10.1/createMemoryHistory.js +3 -0
  1451. package/openmrs/frontend/history@4.10.1/createTransitionManager.js +3 -0
  1452. package/openmrs/frontend/history@4.10.1/es/DOMUtils.js +7 -0
  1453. package/openmrs/frontend/history@4.10.1/es/ExecutionEnvironment.js +7 -0
  1454. package/openmrs/frontend/history@4.10.1/es/LocationUtils.js +7 -0
  1455. package/openmrs/frontend/history@4.10.1/es/PathUtils.js +7 -0
  1456. package/openmrs/frontend/history@4.10.1/es/createBrowserHistory.js +7 -0
  1457. package/openmrs/frontend/history@4.10.1/es/createHashHistory.js +7 -0
  1458. package/openmrs/frontend/history@4.10.1/es/createMemoryHistory.js +7 -0
  1459. package/openmrs/frontend/history@4.10.1/es/createTransitionManager.js +7 -0
  1460. package/openmrs/frontend/history@4.10.1/es/warnAboutDeprecatedESMImport.js +35 -0
  1461. package/openmrs/frontend/history@4.10.1/esm/history.js +919 -0
  1462. package/openmrs/frontend/history@4.10.1/index.js +7 -0
  1463. package/openmrs/frontend/history@4.10.1/package.json +82 -0
  1464. package/openmrs/frontend/history@4.10.1/umd/history.js +1085 -0
  1465. package/openmrs/frontend/history@4.10.1/umd/history.min.js +1 -0
  1466. package/openmrs/frontend/history@4.10.1/warnAboutDeprecatedCJSRequire.js +35 -0
  1467. package/openmrs/frontend/hoist-non-react-statics@3.3.2/CHANGELOG.md +37 -0
  1468. package/openmrs/frontend/hoist-non-react-statics@3.3.2/LICENSE.md +29 -0
  1469. package/openmrs/frontend/hoist-non-react-statics@3.3.2/README.md +55 -0
  1470. package/openmrs/frontend/hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.cjs.js +103 -0
  1471. package/openmrs/frontend/hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.js +449 -0
  1472. package/openmrs/frontend/hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.min.js +1 -0
  1473. package/openmrs/frontend/hoist-non-react-statics@3.3.2/package.json +55 -0
  1474. package/openmrs/frontend/hoist-non-react-statics@3.3.2/src/index.js +104 -0
  1475. package/openmrs/frontend/html-parse-stringify@3.0.1/README.md +154 -0
  1476. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.js +2 -0
  1477. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.js.map +1 -0
  1478. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.modern.js +2 -0
  1479. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.modern.js.map +1 -0
  1480. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.module.js +2 -0
  1481. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.module.js.map +1 -0
  1482. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.umd.js +2 -0
  1483. package/openmrs/frontend/html-parse-stringify@3.0.1/dist/html-parse-stringify.umd.js.map +1 -0
  1484. package/openmrs/frontend/html-parse-stringify@3.0.1/package.json +50 -0
  1485. package/openmrs/frontend/hyphenate-style-name@1.1.0/LICENSE +29 -0
  1486. package/openmrs/frontend/hyphenate-style-name@1.1.0/README.md +28 -0
  1487. package/openmrs/frontend/hyphenate-style-name@1.1.0/index.cjs.js +21 -0
  1488. package/openmrs/frontend/hyphenate-style-name@1.1.0/index.d.ts +6 -0
  1489. package/openmrs/frontend/hyphenate-style-name@1.1.0/index.js +19 -0
  1490. package/openmrs/frontend/hyphenate-style-name@1.1.0/package.json +52 -0
  1491. package/openmrs/frontend/i18next@19.9.2/CHANGELOG.md +1267 -0
  1492. package/openmrs/frontend/i18next@19.9.2/LICENSE +21 -0
  1493. package/openmrs/frontend/i18next@19.9.2/README.md +54 -0
  1494. package/openmrs/frontend/i18next@19.9.2/dist/cjs/i18next.js +2316 -0
  1495. package/openmrs/frontend/i18next@19.9.2/dist/esm/i18next.js +2303 -0
  1496. package/openmrs/frontend/i18next@19.9.2/dist/umd/i18next.js +2421 -0
  1497. package/openmrs/frontend/i18next@19.9.2/dist/umd/i18next.min.js +1 -0
  1498. package/openmrs/frontend/i18next@19.9.2/i18next.js +2421 -0
  1499. package/openmrs/frontend/i18next@19.9.2/i18next.min.js +1 -0
  1500. package/openmrs/frontend/i18next@19.9.2/index.d.ts +1069 -0
  1501. package/openmrs/frontend/i18next@19.9.2/index.js +5 -0
  1502. package/openmrs/frontend/i18next@19.9.2/package.json +116 -0
  1503. package/openmrs/frontend/i18next@19.9.2/tsconfig.nonEsModuleInterop.json +8 -0
  1504. package/openmrs/frontend/import-map-overrides@1.9.1/LICENSE +21 -0
  1505. package/openmrs/frontend/import-map-overrides@1.9.1/README.md +211 -0
  1506. package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides-api.js +2 -0
  1507. package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides-api.js.map +1 -0
  1508. package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides.js +2 -0
  1509. package/openmrs/frontend/import-map-overrides@1.9.1/dist/import-map-overrides.js.map +1 -0
  1510. package/openmrs/frontend/import-map-overrides@1.9.1/package.json +44 -0
  1511. package/openmrs/frontend/import-map.json +61 -0
  1512. package/openmrs/frontend/inline-style-prefixer@2.0.5/Changelog.md +107 -0
  1513. package/openmrs/frontend/inline-style-prefixer@2.0.5/LICENSE +22 -0
  1514. package/openmrs/frontend/inline-style-prefixer@2.0.5/README.md +126 -0
  1515. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefix-all.js +340 -0
  1516. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefix-all.js.map +1 -0
  1517. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefix-all.min.js +1 -0
  1518. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefixer.js +1365 -0
  1519. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefixer.js.map +1 -0
  1520. package/openmrs/frontend/inline-style-prefixer@2.0.5/dist/inline-style-prefixer.min.js +1 -0
  1521. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/Prefixer.js +229 -0
  1522. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/calc.js +29 -0
  1523. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/flex.js +31 -0
  1524. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/flexboxIE.js +59 -0
  1525. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/flexboxOld.js +66 -0
  1526. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/grabCursor.js +30 -0
  1527. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/gradient.js +31 -0
  1528. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/position.js +27 -0
  1529. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/sizing.js +45 -0
  1530. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/transition.js +61 -0
  1531. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/plugins/zoomCursor.js +31 -0
  1532. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/prefixProps.js +7 -0
  1533. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/calc.js +25 -0
  1534. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/cursor.js +26 -0
  1535. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/flex.js +16 -0
  1536. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/flexboxIE.js +32 -0
  1537. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/flexboxOld.js +36 -0
  1538. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/gradient.js +25 -0
  1539. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/position.js +12 -0
  1540. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/sizing.js +36 -0
  1541. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/plugins/transition.js +82 -0
  1542. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/prefixAll.js +115 -0
  1543. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/static/prefixProps.js +7 -0
  1544. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/capitalizeString.js +12 -0
  1545. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/getBrowserInformation.js +108 -0
  1546. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/getPrefixedKeyframes.js +20 -0
  1547. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/getPrefixedValue.js +11 -0
  1548. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/isPrefixedProperty.js +11 -0
  1549. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/isPrefixedValue.js +13 -0
  1550. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/joinPrefixedValue.js +20 -0
  1551. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/sortPrefixedStyle.js +27 -0
  1552. package/openmrs/frontend/inline-style-prefixer@2.0.5/lib/utils/unprefixProperty.js +12 -0
  1553. package/openmrs/frontend/inline-style-prefixer@2.0.5/package.json +81 -0
  1554. package/openmrs/frontend/inline-style-prefixer@2.0.5/static.js +1 -0
  1555. package/openmrs/frontend/isarray@0.0.1/README.md +54 -0
  1556. package/openmrs/frontend/isarray@0.0.1/build/build.js +209 -0
  1557. package/openmrs/frontend/isarray@0.0.1/component.json +19 -0
  1558. package/openmrs/frontend/isarray@0.0.1/index.js +3 -0
  1559. package/openmrs/frontend/isarray@0.0.1/package.json +25 -0
  1560. package/openmrs/frontend/js-tokens@4.0.0/CHANGELOG.md +151 -0
  1561. package/openmrs/frontend/js-tokens@4.0.0/LICENSE +21 -0
  1562. package/openmrs/frontend/js-tokens@4.0.0/README.md +240 -0
  1563. package/openmrs/frontend/js-tokens@4.0.0/index.js +23 -0
  1564. package/openmrs/frontend/js-tokens@4.0.0/package.json +30 -0
  1565. package/openmrs/frontend/lodash-es@4.17.21/LICENSE +47 -0
  1566. package/openmrs/frontend/lodash-es@4.17.21/README.md +10 -0
  1567. package/openmrs/frontend/lodash-es@4.17.21/_DataView.js +7 -0
  1568. package/openmrs/frontend/lodash-es@4.17.21/_Hash.js +32 -0
  1569. package/openmrs/frontend/lodash-es@4.17.21/_LazyWrapper.js +28 -0
  1570. package/openmrs/frontend/lodash-es@4.17.21/_ListCache.js +32 -0
  1571. package/openmrs/frontend/lodash-es@4.17.21/_LodashWrapper.js +22 -0
  1572. package/openmrs/frontend/lodash-es@4.17.21/_Map.js +7 -0
  1573. package/openmrs/frontend/lodash-es@4.17.21/_MapCache.js +32 -0
  1574. package/openmrs/frontend/lodash-es@4.17.21/_Promise.js +7 -0
  1575. package/openmrs/frontend/lodash-es@4.17.21/_Set.js +7 -0
  1576. package/openmrs/frontend/lodash-es@4.17.21/_SetCache.js +27 -0
  1577. package/openmrs/frontend/lodash-es@4.17.21/_Stack.js +27 -0
  1578. package/openmrs/frontend/lodash-es@4.17.21/_Symbol.js +6 -0
  1579. package/openmrs/frontend/lodash-es@4.17.21/_Uint8Array.js +6 -0
  1580. package/openmrs/frontend/lodash-es@4.17.21/_WeakMap.js +7 -0
  1581. package/openmrs/frontend/lodash-es@4.17.21/_addMapEntry.js +15 -0
  1582. package/openmrs/frontend/lodash-es@4.17.21/_addSetEntry.js +15 -0
  1583. package/openmrs/frontend/lodash-es@4.17.21/_apply.js +21 -0
  1584. package/openmrs/frontend/lodash-es@4.17.21/_arrayAggregator.js +22 -0
  1585. package/openmrs/frontend/lodash-es@4.17.21/_arrayEach.js +22 -0
  1586. package/openmrs/frontend/lodash-es@4.17.21/_arrayEachRight.js +21 -0
  1587. package/openmrs/frontend/lodash-es@4.17.21/_arrayEvery.js +23 -0
  1588. package/openmrs/frontend/lodash-es@4.17.21/_arrayFilter.js +25 -0
  1589. package/openmrs/frontend/lodash-es@4.17.21/_arrayIncludes.js +17 -0
  1590. package/openmrs/frontend/lodash-es@4.17.21/_arrayIncludesWith.js +22 -0
  1591. package/openmrs/frontend/lodash-es@4.17.21/_arrayLikeKeys.js +49 -0
  1592. package/openmrs/frontend/lodash-es@4.17.21/_arrayMap.js +21 -0
  1593. package/openmrs/frontend/lodash-es@4.17.21/_arrayPush.js +20 -0
  1594. package/openmrs/frontend/lodash-es@4.17.21/_arrayReduce.js +26 -0
  1595. package/openmrs/frontend/lodash-es@4.17.21/_arrayReduceRight.js +24 -0
  1596. package/openmrs/frontend/lodash-es@4.17.21/_arraySample.js +15 -0
  1597. package/openmrs/frontend/lodash-es@4.17.21/_arraySampleSize.js +17 -0
  1598. package/openmrs/frontend/lodash-es@4.17.21/_arrayShuffle.js +15 -0
  1599. package/openmrs/frontend/lodash-es@4.17.21/_arraySome.js +23 -0
  1600. package/openmrs/frontend/lodash-es@4.17.21/_asciiSize.js +12 -0
  1601. package/openmrs/frontend/lodash-es@4.17.21/_asciiToArray.js +12 -0
  1602. package/openmrs/frontend/lodash-es@4.17.21/_asciiWords.js +15 -0
  1603. package/openmrs/frontend/lodash-es@4.17.21/_assignMergeValue.js +20 -0
  1604. package/openmrs/frontend/lodash-es@4.17.21/_assignValue.js +28 -0
  1605. package/openmrs/frontend/lodash-es@4.17.21/_assocIndexOf.js +21 -0
  1606. package/openmrs/frontend/lodash-es@4.17.21/_baseAggregator.js +21 -0
  1607. package/openmrs/frontend/lodash-es@4.17.21/_baseAssign.js +17 -0
  1608. package/openmrs/frontend/lodash-es@4.17.21/_baseAssignIn.js +17 -0
  1609. package/openmrs/frontend/lodash-es@4.17.21/_baseAssignValue.js +25 -0
  1610. package/openmrs/frontend/lodash-es@4.17.21/_baseAt.js +23 -0
  1611. package/openmrs/frontend/lodash-es@4.17.21/_baseClamp.js +22 -0
  1612. package/openmrs/frontend/lodash-es@4.17.21/_baseClone.js +166 -0
  1613. package/openmrs/frontend/lodash-es@4.17.21/_baseConforms.js +18 -0
  1614. package/openmrs/frontend/lodash-es@4.17.21/_baseConformsTo.js +27 -0
  1615. package/openmrs/frontend/lodash-es@4.17.21/_baseCreate.js +30 -0
  1616. package/openmrs/frontend/lodash-es@4.17.21/_baseDelay.js +21 -0
  1617. package/openmrs/frontend/lodash-es@4.17.21/_baseDifference.js +67 -0
  1618. package/openmrs/frontend/lodash-es@4.17.21/_baseEach.js +14 -0
  1619. package/openmrs/frontend/lodash-es@4.17.21/_baseEachRight.js +14 -0
  1620. package/openmrs/frontend/lodash-es@4.17.21/_baseEvery.js +21 -0
  1621. package/openmrs/frontend/lodash-es@4.17.21/_baseExtremum.js +32 -0
  1622. package/openmrs/frontend/lodash-es@4.17.21/_baseFill.js +32 -0
  1623. package/openmrs/frontend/lodash-es@4.17.21/_baseFilter.js +21 -0
  1624. package/openmrs/frontend/lodash-es@4.17.21/_baseFindIndex.js +24 -0
  1625. package/openmrs/frontend/lodash-es@4.17.21/_baseFindKey.js +23 -0
  1626. package/openmrs/frontend/lodash-es@4.17.21/_baseFlatten.js +38 -0
  1627. package/openmrs/frontend/lodash-es@4.17.21/_baseFor.js +16 -0
  1628. package/openmrs/frontend/lodash-es@4.17.21/_baseForOwn.js +16 -0
  1629. package/openmrs/frontend/lodash-es@4.17.21/_baseForOwnRight.js +16 -0
  1630. package/openmrs/frontend/lodash-es@4.17.21/_baseForRight.js +15 -0
  1631. package/openmrs/frontend/lodash-es@4.17.21/_baseFunctions.js +19 -0
  1632. package/openmrs/frontend/lodash-es@4.17.21/_baseGet.js +24 -0
  1633. package/openmrs/frontend/lodash-es@4.17.21/_baseGetAllKeys.js +20 -0
  1634. package/openmrs/frontend/lodash-es@4.17.21/_baseGetTag.js +28 -0
  1635. package/openmrs/frontend/lodash-es@4.17.21/_baseGt.js +14 -0
  1636. package/openmrs/frontend/lodash-es@4.17.21/_baseHas.js +19 -0
  1637. package/openmrs/frontend/lodash-es@4.17.21/_baseHasIn.js +13 -0
  1638. package/openmrs/frontend/lodash-es@4.17.21/_baseInRange.js +18 -0
  1639. package/openmrs/frontend/lodash-es@4.17.21/_baseIndexOf.js +20 -0
  1640. package/openmrs/frontend/lodash-es@4.17.21/_baseIndexOfWith.js +23 -0
  1641. package/openmrs/frontend/lodash-es@4.17.21/_baseIntersection.js +74 -0
  1642. package/openmrs/frontend/lodash-es@4.17.21/_baseInverter.js +21 -0
  1643. package/openmrs/frontend/lodash-es@4.17.21/_baseInvoke.js +24 -0
  1644. package/openmrs/frontend/lodash-es@4.17.21/_baseIsArguments.js +18 -0
  1645. package/openmrs/frontend/lodash-es@4.17.21/_baseIsArrayBuffer.js +17 -0
  1646. package/openmrs/frontend/lodash-es@4.17.21/_baseIsDate.js +18 -0
  1647. package/openmrs/frontend/lodash-es@4.17.21/_baseIsEqual.js +28 -0
  1648. package/openmrs/frontend/lodash-es@4.17.21/_baseIsEqualDeep.js +83 -0
  1649. package/openmrs/frontend/lodash-es@4.17.21/_baseIsMap.js +18 -0
  1650. package/openmrs/frontend/lodash-es@4.17.21/_baseIsMatch.js +62 -0
  1651. package/openmrs/frontend/lodash-es@4.17.21/_baseIsNaN.js +12 -0
  1652. package/openmrs/frontend/lodash-es@4.17.21/_baseIsNative.js +47 -0
  1653. package/openmrs/frontend/lodash-es@4.17.21/_baseIsRegExp.js +18 -0
  1654. package/openmrs/frontend/lodash-es@4.17.21/_baseIsSet.js +18 -0
  1655. package/openmrs/frontend/lodash-es@4.17.21/_baseIsTypedArray.js +60 -0
  1656. package/openmrs/frontend/lodash-es@4.17.21/_baseIteratee.js +31 -0
  1657. package/openmrs/frontend/lodash-es@4.17.21/_baseKeys.js +30 -0
  1658. package/openmrs/frontend/lodash-es@4.17.21/_baseKeysIn.js +33 -0
  1659. package/openmrs/frontend/lodash-es@4.17.21/_baseLodash.js +10 -0
  1660. package/openmrs/frontend/lodash-es@4.17.21/_baseLt.js +14 -0
  1661. package/openmrs/frontend/lodash-es@4.17.21/_baseMap.js +22 -0
  1662. package/openmrs/frontend/lodash-es@4.17.21/_baseMatches.js +22 -0
  1663. package/openmrs/frontend/lodash-es@4.17.21/_baseMatchesProperty.js +33 -0
  1664. package/openmrs/frontend/lodash-es@4.17.21/_baseMean.js +20 -0
  1665. package/openmrs/frontend/lodash-es@4.17.21/_baseMerge.js +42 -0
  1666. package/openmrs/frontend/lodash-es@4.17.21/_baseMergeDeep.js +94 -0
  1667. package/openmrs/frontend/lodash-es@4.17.21/_baseNth.js +20 -0
  1668. package/openmrs/frontend/lodash-es@4.17.21/_baseOrderBy.js +49 -0
  1669. package/openmrs/frontend/lodash-es@4.17.21/_basePick.js +19 -0
  1670. package/openmrs/frontend/lodash-es@4.17.21/_basePickBy.js +30 -0
  1671. package/openmrs/frontend/lodash-es@4.17.21/_baseProperty.js +14 -0
  1672. package/openmrs/frontend/lodash-es@4.17.21/_basePropertyDeep.js +16 -0
  1673. package/openmrs/frontend/lodash-es@4.17.21/_basePropertyOf.js +14 -0
  1674. package/openmrs/frontend/lodash-es@4.17.21/_basePullAll.js +51 -0
  1675. package/openmrs/frontend/lodash-es@4.17.21/_basePullAt.js +37 -0
  1676. package/openmrs/frontend/lodash-es@4.17.21/_baseRandom.js +18 -0
  1677. package/openmrs/frontend/lodash-es@4.17.21/_baseRange.js +28 -0
  1678. package/openmrs/frontend/lodash-es@4.17.21/_baseReduce.js +23 -0
  1679. package/openmrs/frontend/lodash-es@4.17.21/_baseRepeat.js +35 -0
  1680. package/openmrs/frontend/lodash-es@4.17.21/_baseRest.js +17 -0
  1681. package/openmrs/frontend/lodash-es@4.17.21/_baseSample.js +15 -0
  1682. package/openmrs/frontend/lodash-es@4.17.21/_baseSampleSize.js +18 -0
  1683. package/openmrs/frontend/lodash-es@4.17.21/_baseSet.js +51 -0
  1684. package/openmrs/frontend/lodash-es@4.17.21/_baseSetData.js +17 -0
  1685. package/openmrs/frontend/lodash-es@4.17.21/_baseSetToString.js +22 -0
  1686. package/openmrs/frontend/lodash-es@4.17.21/_baseShuffle.js +15 -0
  1687. package/openmrs/frontend/lodash-es@4.17.21/_baseSlice.js +31 -0
  1688. package/openmrs/frontend/lodash-es@4.17.21/_baseSome.js +22 -0
  1689. package/openmrs/frontend/lodash-es@4.17.21/_baseSortBy.js +21 -0
  1690. package/openmrs/frontend/lodash-es@4.17.21/_baseSortedIndex.js +42 -0
  1691. package/openmrs/frontend/lodash-es@4.17.21/_baseSortedIndexBy.js +67 -0
  1692. package/openmrs/frontend/lodash-es@4.17.21/_baseSortedUniq.js +30 -0
  1693. package/openmrs/frontend/lodash-es@4.17.21/_baseSum.js +24 -0
  1694. package/openmrs/frontend/lodash-es@4.17.21/_baseTimes.js +20 -0
  1695. package/openmrs/frontend/lodash-es@4.17.21/_baseToNumber.js +24 -0
  1696. package/openmrs/frontend/lodash-es@4.17.21/_baseToPairs.js +18 -0
  1697. package/openmrs/frontend/lodash-es@4.17.21/_baseToString.js +37 -0
  1698. package/openmrs/frontend/lodash-es@4.17.21/_baseTrim.js +19 -0
  1699. package/openmrs/frontend/lodash-es@4.17.21/_baseUnary.js +14 -0
  1700. package/openmrs/frontend/lodash-es@4.17.21/_baseUniq.js +72 -0
  1701. package/openmrs/frontend/lodash-es@4.17.21/_baseUnset.js +20 -0
  1702. package/openmrs/frontend/lodash-es@4.17.21/_baseUpdate.js +18 -0
  1703. package/openmrs/frontend/lodash-es@4.17.21/_baseValues.js +19 -0
  1704. package/openmrs/frontend/lodash-es@4.17.21/_baseWhile.js +26 -0
  1705. package/openmrs/frontend/lodash-es@4.17.21/_baseWrapperValue.js +25 -0
  1706. package/openmrs/frontend/lodash-es@4.17.21/_baseXor.js +36 -0
  1707. package/openmrs/frontend/lodash-es@4.17.21/_baseZipObject.js +23 -0
  1708. package/openmrs/frontend/lodash-es@4.17.21/_cacheHas.js +13 -0
  1709. package/openmrs/frontend/lodash-es@4.17.21/_castArrayLikeObject.js +14 -0
  1710. package/openmrs/frontend/lodash-es@4.17.21/_castFunction.js +14 -0
  1711. package/openmrs/frontend/lodash-es@4.17.21/_castPath.js +21 -0
  1712. package/openmrs/frontend/lodash-es@4.17.21/_castRest.js +14 -0
  1713. package/openmrs/frontend/lodash-es@4.17.21/_castSlice.js +18 -0
  1714. package/openmrs/frontend/lodash-es@4.17.21/_charsEndIndex.js +19 -0
  1715. package/openmrs/frontend/lodash-es@4.17.21/_charsStartIndex.js +20 -0
  1716. package/openmrs/frontend/lodash-es@4.17.21/_cloneArrayBuffer.js +16 -0
  1717. package/openmrs/frontend/lodash-es@4.17.21/_cloneBuffer.js +35 -0
  1718. package/openmrs/frontend/lodash-es@4.17.21/_cloneDataView.js +16 -0
  1719. package/openmrs/frontend/lodash-es@4.17.21/_cloneMap.js +22 -0
  1720. package/openmrs/frontend/lodash-es@4.17.21/_cloneRegExp.js +17 -0
  1721. package/openmrs/frontend/lodash-es@4.17.21/_cloneSet.js +22 -0
  1722. package/openmrs/frontend/lodash-es@4.17.21/_cloneSymbol.js +18 -0
  1723. package/openmrs/frontend/lodash-es@4.17.21/_cloneTypedArray.js +16 -0
  1724. package/openmrs/frontend/lodash-es@4.17.21/_compareAscending.js +41 -0
  1725. package/openmrs/frontend/lodash-es@4.17.21/_compareMultiple.js +44 -0
  1726. package/openmrs/frontend/lodash-es@4.17.21/_composeArgs.js +39 -0
  1727. package/openmrs/frontend/lodash-es@4.17.21/_composeArgsRight.js +41 -0
  1728. package/openmrs/frontend/lodash-es@4.17.21/_copyArray.js +20 -0
  1729. package/openmrs/frontend/lodash-es@4.17.21/_copyObject.js +40 -0
  1730. package/openmrs/frontend/lodash-es@4.17.21/_copySymbols.js +16 -0
  1731. package/openmrs/frontend/lodash-es@4.17.21/_copySymbolsIn.js +16 -0
  1732. package/openmrs/frontend/lodash-es@4.17.21/_coreJsData.js +6 -0
  1733. package/openmrs/frontend/lodash-es@4.17.21/_countHolders.js +21 -0
  1734. package/openmrs/frontend/lodash-es@4.17.21/_createAggregator.js +23 -0
  1735. package/openmrs/frontend/lodash-es@4.17.21/_createAssigner.js +37 -0
  1736. package/openmrs/frontend/lodash-es@4.17.21/_createBaseEach.js +32 -0
  1737. package/openmrs/frontend/lodash-es@4.17.21/_createBaseFor.js +25 -0
  1738. package/openmrs/frontend/lodash-es@4.17.21/_createBind.js +28 -0
  1739. package/openmrs/frontend/lodash-es@4.17.21/_createCaseFirst.js +33 -0
  1740. package/openmrs/frontend/lodash-es@4.17.21/_createCompounder.js +24 -0
  1741. package/openmrs/frontend/lodash-es@4.17.21/_createCtor.js +37 -0
  1742. package/openmrs/frontend/lodash-es@4.17.21/_createCurry.js +46 -0
  1743. package/openmrs/frontend/lodash-es@4.17.21/_createFind.js +25 -0
  1744. package/openmrs/frontend/lodash-es@4.17.21/_createFlow.js +78 -0
  1745. package/openmrs/frontend/lodash-es@4.17.21/_createHybrid.js +92 -0
  1746. package/openmrs/frontend/lodash-es@4.17.21/_createInverter.js +17 -0
  1747. package/openmrs/frontend/lodash-es@4.17.21/_createMathOperation.js +38 -0
  1748. package/openmrs/frontend/lodash-es@4.17.21/_createOver.js +27 -0
  1749. package/openmrs/frontend/lodash-es@4.17.21/_createPadding.js +33 -0
  1750. package/openmrs/frontend/lodash-es@4.17.21/_createPartial.js +43 -0
  1751. package/openmrs/frontend/lodash-es@4.17.21/_createRange.js +30 -0
  1752. package/openmrs/frontend/lodash-es@4.17.21/_createRecurry.js +56 -0
  1753. package/openmrs/frontend/lodash-es@4.17.21/_createRelationalOperation.js +20 -0
  1754. package/openmrs/frontend/lodash-es@4.17.21/_createRound.js +35 -0
  1755. package/openmrs/frontend/lodash-es@4.17.21/_createSet.js +19 -0
  1756. package/openmrs/frontend/lodash-es@4.17.21/_createToPairs.js +30 -0
  1757. package/openmrs/frontend/lodash-es@4.17.21/_createWrap.js +106 -0
  1758. package/openmrs/frontend/lodash-es@4.17.21/_customDefaultsAssignIn.js +29 -0
  1759. package/openmrs/frontend/lodash-es@4.17.21/_customDefaultsMerge.js +28 -0
  1760. package/openmrs/frontend/lodash-es@4.17.21/_customOmitClone.js +16 -0
  1761. package/openmrs/frontend/lodash-es@4.17.21/_deburrLetter.js +71 -0
  1762. package/openmrs/frontend/lodash-es@4.17.21/_defineProperty.js +11 -0
  1763. package/openmrs/frontend/lodash-es@4.17.21/_equalArrays.js +84 -0
  1764. package/openmrs/frontend/lodash-es@4.17.21/_equalByTag.js +112 -0
  1765. package/openmrs/frontend/lodash-es@4.17.21/_equalObjects.js +90 -0
  1766. package/openmrs/frontend/lodash-es@4.17.21/_escapeHtmlChar.js +21 -0
  1767. package/openmrs/frontend/lodash-es@4.17.21/_escapeStringChar.js +22 -0
  1768. package/openmrs/frontend/lodash-es@4.17.21/_flatRest.js +16 -0
  1769. package/openmrs/frontend/lodash-es@4.17.21/_freeGlobal.js +4 -0
  1770. package/openmrs/frontend/lodash-es@4.17.21/_getAllKeys.js +16 -0
  1771. package/openmrs/frontend/lodash-es@4.17.21/_getAllKeysIn.js +17 -0
  1772. package/openmrs/frontend/lodash-es@4.17.21/_getData.js +15 -0
  1773. package/openmrs/frontend/lodash-es@4.17.21/_getFuncName.js +31 -0
  1774. package/openmrs/frontend/lodash-es@4.17.21/_getHolder.js +13 -0
  1775. package/openmrs/frontend/lodash-es@4.17.21/_getMapData.js +18 -0
  1776. package/openmrs/frontend/lodash-es@4.17.21/_getMatchData.js +24 -0
  1777. package/openmrs/frontend/lodash-es@4.17.21/_getNative.js +17 -0
  1778. package/openmrs/frontend/lodash-es@4.17.21/_getPrototype.js +6 -0
  1779. package/openmrs/frontend/lodash-es@4.17.21/_getRawTag.js +46 -0
  1780. package/openmrs/frontend/lodash-es@4.17.21/_getSymbols.js +30 -0
  1781. package/openmrs/frontend/lodash-es@4.17.21/_getSymbolsIn.js +25 -0
  1782. package/openmrs/frontend/lodash-es@4.17.21/_getTag.js +58 -0
  1783. package/openmrs/frontend/lodash-es@4.17.21/_getValue.js +13 -0
  1784. package/openmrs/frontend/lodash-es@4.17.21/_getView.js +33 -0
  1785. package/openmrs/frontend/lodash-es@4.17.21/_getWrapDetails.js +17 -0
  1786. package/openmrs/frontend/lodash-es@4.17.21/_hasPath.js +39 -0
  1787. package/openmrs/frontend/lodash-es@4.17.21/_hasUnicode.js +26 -0
  1788. package/openmrs/frontend/lodash-es@4.17.21/_hasUnicodeWord.js +15 -0
  1789. package/openmrs/frontend/lodash-es@4.17.21/_hashClear.js +15 -0
  1790. package/openmrs/frontend/lodash-es@4.17.21/_hashDelete.js +17 -0
  1791. package/openmrs/frontend/lodash-es@4.17.21/_hashGet.js +30 -0
  1792. package/openmrs/frontend/lodash-es@4.17.21/_hashHas.js +23 -0
  1793. package/openmrs/frontend/lodash-es@4.17.21/_hashSet.js +23 -0
  1794. package/openmrs/frontend/lodash-es@4.17.21/_initCloneArray.js +26 -0
  1795. package/openmrs/frontend/lodash-es@4.17.21/_initCloneByTag.js +77 -0
  1796. package/openmrs/frontend/lodash-es@4.17.21/_initCloneObject.js +18 -0
  1797. package/openmrs/frontend/lodash-es@4.17.21/_insertWrapDetails.js +23 -0
  1798. package/openmrs/frontend/lodash-es@4.17.21/_isFlattenable.js +20 -0
  1799. package/openmrs/frontend/lodash-es@4.17.21/_isIndex.js +25 -0
  1800. package/openmrs/frontend/lodash-es@4.17.21/_isIterateeCall.js +30 -0
  1801. package/openmrs/frontend/lodash-es@4.17.21/_isKey.js +29 -0
  1802. package/openmrs/frontend/lodash-es@4.17.21/_isKeyable.js +15 -0
  1803. package/openmrs/frontend/lodash-es@4.17.21/_isLaziable.js +28 -0
  1804. package/openmrs/frontend/lodash-es@4.17.21/_isMaskable.js +14 -0
  1805. package/openmrs/frontend/lodash-es@4.17.21/_isMasked.js +20 -0
  1806. package/openmrs/frontend/lodash-es@4.17.21/_isPrototype.js +18 -0
  1807. package/openmrs/frontend/lodash-es@4.17.21/_isStrictComparable.js +15 -0
  1808. package/openmrs/frontend/lodash-es@4.17.21/_iteratorToArray.js +18 -0
  1809. package/openmrs/frontend/lodash-es@4.17.21/_lazyClone.js +23 -0
  1810. package/openmrs/frontend/lodash-es@4.17.21/_lazyReverse.js +23 -0
  1811. package/openmrs/frontend/lodash-es@4.17.21/_lazyValue.js +69 -0
  1812. package/openmrs/frontend/lodash-es@4.17.21/_listCacheClear.js +13 -0
  1813. package/openmrs/frontend/lodash-es@4.17.21/_listCacheDelete.js +35 -0
  1814. package/openmrs/frontend/lodash-es@4.17.21/_listCacheGet.js +19 -0
  1815. package/openmrs/frontend/lodash-es@4.17.21/_listCacheHas.js +16 -0
  1816. package/openmrs/frontend/lodash-es@4.17.21/_listCacheSet.js +26 -0
  1817. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheClear.js +21 -0
  1818. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheDelete.js +18 -0
  1819. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheGet.js +16 -0
  1820. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheHas.js +16 -0
  1821. package/openmrs/frontend/lodash-es@4.17.21/_mapCacheSet.js +22 -0
  1822. package/openmrs/frontend/lodash-es@4.17.21/_mapToArray.js +18 -0
  1823. package/openmrs/frontend/lodash-es@4.17.21/_matchesStrictComparable.js +20 -0
  1824. package/openmrs/frontend/lodash-es@4.17.21/_memoizeCapped.js +26 -0
  1825. package/openmrs/frontend/lodash-es@4.17.21/_mergeData.js +90 -0
  1826. package/openmrs/frontend/lodash-es@4.17.21/_metaMap.js +6 -0
  1827. package/openmrs/frontend/lodash-es@4.17.21/_nativeCreate.js +6 -0
  1828. package/openmrs/frontend/lodash-es@4.17.21/_nativeKeys.js +6 -0
  1829. package/openmrs/frontend/lodash-es@4.17.21/_nativeKeysIn.js +20 -0
  1830. package/openmrs/frontend/lodash-es@4.17.21/_nodeUtil.js +30 -0
  1831. package/openmrs/frontend/lodash-es@4.17.21/_objectToString.js +22 -0
  1832. package/openmrs/frontend/lodash-es@4.17.21/_overArg.js +15 -0
  1833. package/openmrs/frontend/lodash-es@4.17.21/_overRest.js +36 -0
  1834. package/openmrs/frontend/lodash-es@4.17.21/_parent.js +16 -0
  1835. package/openmrs/frontend/lodash-es@4.17.21/_reEscape.js +4 -0
  1836. package/openmrs/frontend/lodash-es@4.17.21/_reEvaluate.js +4 -0
  1837. package/openmrs/frontend/lodash-es@4.17.21/_reInterpolate.js +4 -0
  1838. package/openmrs/frontend/lodash-es@4.17.21/_realNames.js +4 -0
  1839. package/openmrs/frontend/lodash-es@4.17.21/_reorder.js +29 -0
  1840. package/openmrs/frontend/lodash-es@4.17.21/_replaceHolders.js +29 -0
  1841. package/openmrs/frontend/lodash-es@4.17.21/_root.js +9 -0
  1842. package/openmrs/frontend/lodash-es@4.17.21/_safeGet.js +21 -0
  1843. package/openmrs/frontend/lodash-es@4.17.21/_setCacheAdd.js +19 -0
  1844. package/openmrs/frontend/lodash-es@4.17.21/_setCacheHas.js +14 -0
  1845. package/openmrs/frontend/lodash-es@4.17.21/_setData.js +20 -0
  1846. package/openmrs/frontend/lodash-es@4.17.21/_setToArray.js +18 -0
  1847. package/openmrs/frontend/lodash-es@4.17.21/_setToPairs.js +18 -0
  1848. package/openmrs/frontend/lodash-es@4.17.21/_setToString.js +14 -0
  1849. package/openmrs/frontend/lodash-es@4.17.21/_setWrapToString.js +21 -0
  1850. package/openmrs/frontend/lodash-es@4.17.21/_shortOut.js +37 -0
  1851. package/openmrs/frontend/lodash-es@4.17.21/_shuffleSelf.js +28 -0
  1852. package/openmrs/frontend/lodash-es@4.17.21/_stackClear.js +15 -0
  1853. package/openmrs/frontend/lodash-es@4.17.21/_stackDelete.js +18 -0
  1854. package/openmrs/frontend/lodash-es@4.17.21/_stackGet.js +14 -0
  1855. package/openmrs/frontend/lodash-es@4.17.21/_stackHas.js +14 -0
  1856. package/openmrs/frontend/lodash-es@4.17.21/_stackSet.js +34 -0
  1857. package/openmrs/frontend/lodash-es@4.17.21/_strictIndexOf.js +23 -0
  1858. package/openmrs/frontend/lodash-es@4.17.21/_strictLastIndexOf.js +21 -0
  1859. package/openmrs/frontend/lodash-es@4.17.21/_stringSize.js +18 -0
  1860. package/openmrs/frontend/lodash-es@4.17.21/_stringToArray.js +18 -0
  1861. package/openmrs/frontend/lodash-es@4.17.21/_stringToPath.js +27 -0
  1862. package/openmrs/frontend/lodash-es@4.17.21/_toKey.js +21 -0
  1863. package/openmrs/frontend/lodash-es@4.17.21/_toSource.js +26 -0
  1864. package/openmrs/frontend/lodash-es@4.17.21/_trimmedEndIndex.js +19 -0
  1865. package/openmrs/frontend/lodash-es@4.17.21/_unescapeHtmlChar.js +21 -0
  1866. package/openmrs/frontend/lodash-es@4.17.21/_unicodeSize.js +44 -0
  1867. package/openmrs/frontend/lodash-es@4.17.21/_unicodeToArray.js +40 -0
  1868. package/openmrs/frontend/lodash-es@4.17.21/_unicodeWords.js +69 -0
  1869. package/openmrs/frontend/lodash-es@4.17.21/_updateWrapDetails.js +46 -0
  1870. package/openmrs/frontend/lodash-es@4.17.21/_wrapperClone.js +23 -0
  1871. package/openmrs/frontend/lodash-es@4.17.21/add.js +22 -0
  1872. package/openmrs/frontend/lodash-es@4.17.21/after.js +42 -0
  1873. package/openmrs/frontend/lodash-es@4.17.21/array.default.js +81 -0
  1874. package/openmrs/frontend/lodash-es@4.17.21/array.js +66 -0
  1875. package/openmrs/frontend/lodash-es@4.17.21/ary.js +29 -0
  1876. package/openmrs/frontend/lodash-es@4.17.21/assign.js +58 -0
  1877. package/openmrs/frontend/lodash-es@4.17.21/assignIn.js +40 -0
  1878. package/openmrs/frontend/lodash-es@4.17.21/assignInWith.js +38 -0
  1879. package/openmrs/frontend/lodash-es@4.17.21/assignWith.js +37 -0
  1880. package/openmrs/frontend/lodash-es@4.17.21/at.js +23 -0
  1881. package/openmrs/frontend/lodash-es@4.17.21/attempt.js +35 -0
  1882. package/openmrs/frontend/lodash-es@4.17.21/before.js +40 -0
  1883. package/openmrs/frontend/lodash-es@4.17.21/bind.js +57 -0
  1884. package/openmrs/frontend/lodash-es@4.17.21/bindAll.js +41 -0
  1885. package/openmrs/frontend/lodash-es@4.17.21/bindKey.js +68 -0
  1886. package/openmrs/frontend/lodash-es@4.17.21/camelCase.js +29 -0
  1887. package/openmrs/frontend/lodash-es@4.17.21/capitalize.js +23 -0
  1888. package/openmrs/frontend/lodash-es@4.17.21/castArray.js +44 -0
  1889. package/openmrs/frontend/lodash-es@4.17.21/ceil.js +26 -0
  1890. package/openmrs/frontend/lodash-es@4.17.21/chain.js +38 -0
  1891. package/openmrs/frontend/lodash-es@4.17.21/chunk.js +50 -0
  1892. package/openmrs/frontend/lodash-es@4.17.21/clamp.js +39 -0
  1893. package/openmrs/frontend/lodash-es@4.17.21/clone.js +36 -0
  1894. package/openmrs/frontend/lodash-es@4.17.21/cloneDeep.js +29 -0
  1895. package/openmrs/frontend/lodash-es@4.17.21/cloneDeepWith.js +40 -0
  1896. package/openmrs/frontend/lodash-es@4.17.21/cloneWith.js +42 -0
  1897. package/openmrs/frontend/lodash-es@4.17.21/collection.default.js +37 -0
  1898. package/openmrs/frontend/lodash-es@4.17.21/collection.js +29 -0
  1899. package/openmrs/frontend/lodash-es@4.17.21/commit.js +33 -0
  1900. package/openmrs/frontend/lodash-es@4.17.21/compact.js +31 -0
  1901. package/openmrs/frontend/lodash-es@4.17.21/concat.js +43 -0
  1902. package/openmrs/frontend/lodash-es@4.17.21/cond.js +60 -0
  1903. package/openmrs/frontend/lodash-es@4.17.21/conforms.js +35 -0
  1904. package/openmrs/frontend/lodash-es@4.17.21/conformsTo.js +32 -0
  1905. package/openmrs/frontend/lodash-es@4.17.21/constant.js +26 -0
  1906. package/openmrs/frontend/lodash-es@4.17.21/countBy.js +40 -0
  1907. package/openmrs/frontend/lodash-es@4.17.21/create.js +43 -0
  1908. package/openmrs/frontend/lodash-es@4.17.21/curry.js +57 -0
  1909. package/openmrs/frontend/lodash-es@4.17.21/curryRight.js +54 -0
  1910. package/openmrs/frontend/lodash-es@4.17.21/date.default.js +5 -0
  1911. package/openmrs/frontend/lodash-es@4.17.21/date.js +2 -0
  1912. package/openmrs/frontend/lodash-es@4.17.21/debounce.js +191 -0
  1913. package/openmrs/frontend/lodash-es@4.17.21/deburr.js +45 -0
  1914. package/openmrs/frontend/lodash-es@4.17.21/defaultTo.js +25 -0
  1915. package/openmrs/frontend/lodash-es@4.17.21/defaults.js +64 -0
  1916. package/openmrs/frontend/lodash-es@4.17.21/defaultsDeep.js +30 -0
  1917. package/openmrs/frontend/lodash-es@4.17.21/defer.js +26 -0
  1918. package/openmrs/frontend/lodash-es@4.17.21/delay.js +28 -0
  1919. package/openmrs/frontend/lodash-es@4.17.21/difference.js +33 -0
  1920. package/openmrs/frontend/lodash-es@4.17.21/differenceBy.js +44 -0
  1921. package/openmrs/frontend/lodash-es@4.17.21/differenceWith.js +40 -0
  1922. package/openmrs/frontend/lodash-es@4.17.21/divide.js +22 -0
  1923. package/openmrs/frontend/lodash-es@4.17.21/drop.js +38 -0
  1924. package/openmrs/frontend/lodash-es@4.17.21/dropRight.js +39 -0
  1925. package/openmrs/frontend/lodash-es@4.17.21/dropRightWhile.js +45 -0
  1926. package/openmrs/frontend/lodash-es@4.17.21/dropWhile.js +45 -0
  1927. package/openmrs/frontend/lodash-es@4.17.21/each.js +1 -0
  1928. package/openmrs/frontend/lodash-es@4.17.21/eachRight.js +1 -0
  1929. package/openmrs/frontend/lodash-es@4.17.21/endsWith.js +43 -0
  1930. package/openmrs/frontend/lodash-es@4.17.21/entries.js +1 -0
  1931. package/openmrs/frontend/lodash-es@4.17.21/entriesIn.js +1 -0
  1932. package/openmrs/frontend/lodash-es@4.17.21/eq.js +37 -0
  1933. package/openmrs/frontend/lodash-es@4.17.21/escape.js +43 -0
  1934. package/openmrs/frontend/lodash-es@4.17.21/escapeRegExp.js +32 -0
  1935. package/openmrs/frontend/lodash-es@4.17.21/every.js +56 -0
  1936. package/openmrs/frontend/lodash-es@4.17.21/extend.js +1 -0
  1937. package/openmrs/frontend/lodash-es@4.17.21/extendWith.js +1 -0
  1938. package/openmrs/frontend/lodash-es@4.17.21/fill.js +45 -0
  1939. package/openmrs/frontend/lodash-es@4.17.21/filter.js +52 -0
  1940. package/openmrs/frontend/lodash-es@4.17.21/find.js +42 -0
  1941. package/openmrs/frontend/lodash-es@4.17.21/findIndex.js +55 -0
  1942. package/openmrs/frontend/lodash-es@4.17.21/findKey.js +44 -0
  1943. package/openmrs/frontend/lodash-es@4.17.21/findLast.js +25 -0
  1944. package/openmrs/frontend/lodash-es@4.17.21/findLastIndex.js +59 -0
  1945. package/openmrs/frontend/lodash-es@4.17.21/findLastKey.js +44 -0
  1946. package/openmrs/frontend/lodash-es@4.17.21/first.js +1 -0
  1947. package/openmrs/frontend/lodash-es@4.17.21/flake.lock +40 -0
  1948. package/openmrs/frontend/lodash-es@4.17.21/flake.nix +20 -0
  1949. package/openmrs/frontend/lodash-es@4.17.21/flatMap.js +29 -0
  1950. package/openmrs/frontend/lodash-es@4.17.21/flatMapDeep.js +31 -0
  1951. package/openmrs/frontend/lodash-es@4.17.21/flatMapDepth.js +31 -0
  1952. package/openmrs/frontend/lodash-es@4.17.21/flatten.js +22 -0
  1953. package/openmrs/frontend/lodash-es@4.17.21/flattenDeep.js +25 -0
  1954. package/openmrs/frontend/lodash-es@4.17.21/flattenDepth.js +33 -0
  1955. package/openmrs/frontend/lodash-es@4.17.21/flip.js +28 -0
  1956. package/openmrs/frontend/lodash-es@4.17.21/floor.js +26 -0
  1957. package/openmrs/frontend/lodash-es@4.17.21/flow.js +27 -0
  1958. package/openmrs/frontend/lodash-es@4.17.21/flowRight.js +26 -0
  1959. package/openmrs/frontend/lodash-es@4.17.21/forEach.js +41 -0
  1960. package/openmrs/frontend/lodash-es@4.17.21/forEachRight.js +31 -0
  1961. package/openmrs/frontend/lodash-es@4.17.21/forIn.js +39 -0
  1962. package/openmrs/frontend/lodash-es@4.17.21/forInRight.js +37 -0
  1963. package/openmrs/frontend/lodash-es@4.17.21/forOwn.js +36 -0
  1964. package/openmrs/frontend/lodash-es@4.17.21/forOwnRight.js +34 -0
  1965. package/openmrs/frontend/lodash-es@4.17.21/fromPairs.js +28 -0
  1966. package/openmrs/frontend/lodash-es@4.17.21/function.default.js +31 -0
  1967. package/openmrs/frontend/lodash-es@4.17.21/function.js +24 -0
  1968. package/openmrs/frontend/lodash-es@4.17.21/functions.js +31 -0
  1969. package/openmrs/frontend/lodash-es@4.17.21/functionsIn.js +31 -0
  1970. package/openmrs/frontend/lodash-es@4.17.21/get.js +33 -0
  1971. package/openmrs/frontend/lodash-es@4.17.21/groupBy.js +41 -0
  1972. package/openmrs/frontend/lodash-es@4.17.21/gt.js +29 -0
  1973. package/openmrs/frontend/lodash-es@4.17.21/gte.js +30 -0
  1974. package/openmrs/frontend/lodash-es@4.17.21/has.js +35 -0
  1975. package/openmrs/frontend/lodash-es@4.17.21/hasIn.js +34 -0
  1976. package/openmrs/frontend/lodash-es@4.17.21/head.js +23 -0
  1977. package/openmrs/frontend/lodash-es@4.17.21/identity.js +21 -0
  1978. package/openmrs/frontend/lodash-es@4.17.21/inRange.js +55 -0
  1979. package/openmrs/frontend/lodash-es@4.17.21/includes.js +53 -0
  1980. package/openmrs/frontend/lodash-es@4.17.21/indexOf.js +42 -0
  1981. package/openmrs/frontend/lodash-es@4.17.21/initial.js +22 -0
  1982. package/openmrs/frontend/lodash-es@4.17.21/intersection.js +30 -0
  1983. package/openmrs/frontend/lodash-es@4.17.21/intersectionBy.js +45 -0
  1984. package/openmrs/frontend/lodash-es@4.17.21/intersectionWith.js +41 -0
  1985. package/openmrs/frontend/lodash-es@4.17.21/invert.js +42 -0
  1986. package/openmrs/frontend/lodash-es@4.17.21/invertBy.js +56 -0
  1987. package/openmrs/frontend/lodash-es@4.17.21/invoke.js +24 -0
  1988. package/openmrs/frontend/lodash-es@4.17.21/invokeMap.js +41 -0
  1989. package/openmrs/frontend/lodash-es@4.17.21/isArguments.js +36 -0
  1990. package/openmrs/frontend/lodash-es@4.17.21/isArray.js +26 -0
  1991. package/openmrs/frontend/lodash-es@4.17.21/isArrayBuffer.js +27 -0
  1992. package/openmrs/frontend/lodash-es@4.17.21/isArrayLike.js +33 -0
  1993. package/openmrs/frontend/lodash-es@4.17.21/isArrayLikeObject.js +33 -0
  1994. package/openmrs/frontend/lodash-es@4.17.21/isBoolean.js +29 -0
  1995. package/openmrs/frontend/lodash-es@4.17.21/isBuffer.js +38 -0
  1996. package/openmrs/frontend/lodash-es@4.17.21/isDate.js +27 -0
  1997. package/openmrs/frontend/lodash-es@4.17.21/isElement.js +25 -0
  1998. package/openmrs/frontend/lodash-es@4.17.21/isEmpty.js +77 -0
  1999. package/openmrs/frontend/lodash-es@4.17.21/isEqual.js +35 -0
  2000. package/openmrs/frontend/lodash-es@4.17.21/isEqualWith.js +41 -0
  2001. package/openmrs/frontend/lodash-es@4.17.21/isError.js +36 -0
  2002. package/openmrs/frontend/lodash-es@4.17.21/isFinite.js +36 -0
  2003. package/openmrs/frontend/lodash-es@4.17.21/isFunction.js +37 -0
  2004. package/openmrs/frontend/lodash-es@4.17.21/isInteger.js +33 -0
  2005. package/openmrs/frontend/lodash-es@4.17.21/isLength.js +35 -0
  2006. package/openmrs/frontend/lodash-es@4.17.21/isMap.js +27 -0
  2007. package/openmrs/frontend/lodash-es@4.17.21/isMatch.js +36 -0
  2008. package/openmrs/frontend/lodash-es@4.17.21/isMatchWith.js +41 -0
  2009. package/openmrs/frontend/lodash-es@4.17.21/isNaN.js +38 -0
  2010. package/openmrs/frontend/lodash-es@4.17.21/isNative.js +40 -0
  2011. package/openmrs/frontend/lodash-es@4.17.21/isNil.js +25 -0
  2012. package/openmrs/frontend/lodash-es@4.17.21/isNull.js +22 -0
  2013. package/openmrs/frontend/lodash-es@4.17.21/isNumber.js +38 -0
  2014. package/openmrs/frontend/lodash-es@4.17.21/isObject.js +31 -0
  2015. package/openmrs/frontend/lodash-es@4.17.21/isObjectLike.js +29 -0
  2016. package/openmrs/frontend/lodash-es@4.17.21/isPlainObject.js +62 -0
  2017. package/openmrs/frontend/lodash-es@4.17.21/isRegExp.js +27 -0
  2018. package/openmrs/frontend/lodash-es@4.17.21/isSafeInteger.js +37 -0
  2019. package/openmrs/frontend/lodash-es@4.17.21/isSet.js +27 -0
  2020. package/openmrs/frontend/lodash-es@4.17.21/isString.js +30 -0
  2021. package/openmrs/frontend/lodash-es@4.17.21/isSymbol.js +29 -0
  2022. package/openmrs/frontend/lodash-es@4.17.21/isTypedArray.js +27 -0
  2023. package/openmrs/frontend/lodash-es@4.17.21/isUndefined.js +22 -0
  2024. package/openmrs/frontend/lodash-es@4.17.21/isWeakMap.js +28 -0
  2025. package/openmrs/frontend/lodash-es@4.17.21/isWeakSet.js +28 -0
  2026. package/openmrs/frontend/lodash-es@4.17.21/iteratee.js +53 -0
  2027. package/openmrs/frontend/lodash-es@4.17.21/join.js +26 -0
  2028. package/openmrs/frontend/lodash-es@4.17.21/kebabCase.js +28 -0
  2029. package/openmrs/frontend/lodash-es@4.17.21/keyBy.js +36 -0
  2030. package/openmrs/frontend/lodash-es@4.17.21/keys.js +37 -0
  2031. package/openmrs/frontend/lodash-es@4.17.21/keysIn.js +32 -0
  2032. package/openmrs/frontend/lodash-es@4.17.21/lang.default.js +71 -0
  2033. package/openmrs/frontend/lodash-es@4.17.21/lang.js +57 -0
  2034. package/openmrs/frontend/lodash-es@4.17.21/last.js +20 -0
  2035. package/openmrs/frontend/lodash-es@4.17.21/lastIndexOf.js +46 -0
  2036. package/openmrs/frontend/lodash-es@4.17.21/lodash.default.js +643 -0
  2037. package/openmrs/frontend/lodash-es@4.17.21/lodash.js +331 -0
  2038. package/openmrs/frontend/lodash-es@4.17.21/lowerCase.js +27 -0
  2039. package/openmrs/frontend/lodash-es@4.17.21/lowerFirst.js +22 -0
  2040. package/openmrs/frontend/lodash-es@4.17.21/lt.js +29 -0
  2041. package/openmrs/frontend/lodash-es@4.17.21/lte.js +30 -0
  2042. package/openmrs/frontend/lodash-es@4.17.21/map.js +53 -0
  2043. package/openmrs/frontend/lodash-es@4.17.21/mapKeys.js +36 -0
  2044. package/openmrs/frontend/lodash-es@4.17.21/mapValues.js +43 -0
  2045. package/openmrs/frontend/lodash-es@4.17.21/matches.js +46 -0
  2046. package/openmrs/frontend/lodash-es@4.17.21/matchesProperty.js +44 -0
  2047. package/openmrs/frontend/lodash-es@4.17.21/math.default.js +21 -0
  2048. package/openmrs/frontend/lodash-es@4.17.21/math.js +16 -0
  2049. package/openmrs/frontend/lodash-es@4.17.21/max.js +29 -0
  2050. package/openmrs/frontend/lodash-es@4.17.21/maxBy.js +34 -0
  2051. package/openmrs/frontend/lodash-es@4.17.21/mean.js +22 -0
  2052. package/openmrs/frontend/lodash-es@4.17.21/meanBy.js +31 -0
  2053. package/openmrs/frontend/lodash-es@4.17.21/memoize.js +73 -0
  2054. package/openmrs/frontend/lodash-es@4.17.21/merge.js +39 -0
  2055. package/openmrs/frontend/lodash-es@4.17.21/mergeWith.js +39 -0
  2056. package/openmrs/frontend/lodash-es@4.17.21/method.js +34 -0
  2057. package/openmrs/frontend/lodash-es@4.17.21/methodOf.js +33 -0
  2058. package/openmrs/frontend/lodash-es@4.17.21/min.js +29 -0
  2059. package/openmrs/frontend/lodash-es@4.17.21/minBy.js +34 -0
  2060. package/openmrs/frontend/lodash-es@4.17.21/mixin.js +74 -0
  2061. package/openmrs/frontend/lodash-es@4.17.21/multiply.js +22 -0
  2062. package/openmrs/frontend/lodash-es@4.17.21/negate.js +40 -0
  2063. package/openmrs/frontend/lodash-es@4.17.21/next.js +35 -0
  2064. package/openmrs/frontend/lodash-es@4.17.21/noop.js +17 -0
  2065. package/openmrs/frontend/lodash-es@4.17.21/now.js +23 -0
  2066. package/openmrs/frontend/lodash-es@4.17.21/nth.js +29 -0
  2067. package/openmrs/frontend/lodash-es@4.17.21/nthArg.js +32 -0
  2068. package/openmrs/frontend/lodash-es@4.17.21/number.default.js +7 -0
  2069. package/openmrs/frontend/lodash-es@4.17.21/number.js +4 -0
  2070. package/openmrs/frontend/lodash-es@4.17.21/object.default.js +60 -0
  2071. package/openmrs/frontend/lodash-es@4.17.21/object.js +48 -0
  2072. package/openmrs/frontend/lodash-es@4.17.21/omit.js +57 -0
  2073. package/openmrs/frontend/lodash-es@4.17.21/omitBy.js +29 -0
  2074. package/openmrs/frontend/lodash-es@4.17.21/once.js +25 -0
  2075. package/openmrs/frontend/lodash-es@4.17.21/orderBy.js +47 -0
  2076. package/openmrs/frontend/lodash-es@4.17.21/over.js +24 -0
  2077. package/openmrs/frontend/lodash-es@4.17.21/overArgs.js +61 -0
  2078. package/openmrs/frontend/lodash-es@4.17.21/overEvery.js +34 -0
  2079. package/openmrs/frontend/lodash-es@4.17.21/overSome.js +37 -0
  2080. package/openmrs/frontend/lodash-es@4.17.21/package.json +21 -0
  2081. package/openmrs/frontend/lodash-es@4.17.21/pad.js +49 -0
  2082. package/openmrs/frontend/lodash-es@4.17.21/padEnd.js +39 -0
  2083. package/openmrs/frontend/lodash-es@4.17.21/padStart.js +39 -0
  2084. package/openmrs/frontend/lodash-es@4.17.21/parseInt.js +43 -0
  2085. package/openmrs/frontend/lodash-es@4.17.21/partial.js +50 -0
  2086. package/openmrs/frontend/lodash-es@4.17.21/partialRight.js +49 -0
  2087. package/openmrs/frontend/lodash-es@4.17.21/partition.js +43 -0
  2088. package/openmrs/frontend/lodash-es@4.17.21/pick.js +25 -0
  2089. package/openmrs/frontend/lodash-es@4.17.21/pickBy.js +37 -0
  2090. package/openmrs/frontend/lodash-es@4.17.21/plant.js +48 -0
  2091. package/openmrs/frontend/lodash-es@4.17.21/property.js +32 -0
  2092. package/openmrs/frontend/lodash-es@4.17.21/propertyOf.js +30 -0
  2093. package/openmrs/frontend/lodash-es@4.17.21/pull.js +29 -0
  2094. package/openmrs/frontend/lodash-es@4.17.21/pullAll.js +29 -0
  2095. package/openmrs/frontend/lodash-es@4.17.21/pullAllBy.js +33 -0
  2096. package/openmrs/frontend/lodash-es@4.17.21/pullAllWith.js +32 -0
  2097. package/openmrs/frontend/lodash-es@4.17.21/pullAt.js +43 -0
  2098. package/openmrs/frontend/lodash-es@4.17.21/random.js +82 -0
  2099. package/openmrs/frontend/lodash-es@4.17.21/range.js +46 -0
  2100. package/openmrs/frontend/lodash-es@4.17.21/rangeRight.js +41 -0
  2101. package/openmrs/frontend/lodash-es@4.17.21/rearg.js +33 -0
  2102. package/openmrs/frontend/lodash-es@4.17.21/reduce.js +51 -0
  2103. package/openmrs/frontend/lodash-es@4.17.21/reduceRight.js +36 -0
  2104. package/openmrs/frontend/lodash-es@4.17.21/reject.js +46 -0
  2105. package/openmrs/frontend/lodash-es@4.17.21/release.md +48 -0
  2106. package/openmrs/frontend/lodash-es@4.17.21/remove.js +53 -0
  2107. package/openmrs/frontend/lodash-es@4.17.21/repeat.js +37 -0
  2108. package/openmrs/frontend/lodash-es@4.17.21/replace.js +29 -0
  2109. package/openmrs/frontend/lodash-es@4.17.21/rest.js +40 -0
  2110. package/openmrs/frontend/lodash-es@4.17.21/result.js +56 -0
  2111. package/openmrs/frontend/lodash-es@4.17.21/reverse.js +34 -0
  2112. package/openmrs/frontend/lodash-es@4.17.21/round.js +26 -0
  2113. package/openmrs/frontend/lodash-es@4.17.21/sample.js +24 -0
  2114. package/openmrs/frontend/lodash-es@4.17.21/sampleSize.js +37 -0
  2115. package/openmrs/frontend/lodash-es@4.17.21/seq.default.js +20 -0
  2116. package/openmrs/frontend/lodash-es@4.17.21/seq.js +15 -0
  2117. package/openmrs/frontend/lodash-es@4.17.21/set.js +35 -0
  2118. package/openmrs/frontend/lodash-es@4.17.21/setWith.js +32 -0
  2119. package/openmrs/frontend/lodash-es@4.17.21/shuffle.js +25 -0
  2120. package/openmrs/frontend/lodash-es@4.17.21/size.js +46 -0
  2121. package/openmrs/frontend/lodash-es@4.17.21/slice.js +37 -0
  2122. package/openmrs/frontend/lodash-es@4.17.21/snakeCase.js +28 -0
  2123. package/openmrs/frontend/lodash-es@4.17.21/some.js +51 -0
  2124. package/openmrs/frontend/lodash-es@4.17.21/sortBy.js +48 -0
  2125. package/openmrs/frontend/lodash-es@4.17.21/sortedIndex.js +24 -0
  2126. package/openmrs/frontend/lodash-es@4.17.21/sortedIndexBy.js +33 -0
  2127. package/openmrs/frontend/lodash-es@4.17.21/sortedIndexOf.js +31 -0
  2128. package/openmrs/frontend/lodash-es@4.17.21/sortedLastIndex.js +25 -0
  2129. package/openmrs/frontend/lodash-es@4.17.21/sortedLastIndexBy.js +33 -0
  2130. package/openmrs/frontend/lodash-es@4.17.21/sortedLastIndexOf.js +31 -0
  2131. package/openmrs/frontend/lodash-es@4.17.21/sortedUniq.js +24 -0
  2132. package/openmrs/frontend/lodash-es@4.17.21/sortedUniqBy.js +26 -0
  2133. package/openmrs/frontend/lodash-es@4.17.21/split.js +52 -0
  2134. package/openmrs/frontend/lodash-es@4.17.21/spread.js +63 -0
  2135. package/openmrs/frontend/lodash-es@4.17.21/startCase.js +29 -0
  2136. package/openmrs/frontend/lodash-es@4.17.21/startsWith.js +39 -0
  2137. package/openmrs/frontend/lodash-es@4.17.21/string.default.js +41 -0
  2138. package/openmrs/frontend/lodash-es@4.17.21/string.js +32 -0
  2139. package/openmrs/frontend/lodash-es@4.17.21/stubArray.js +23 -0
  2140. package/openmrs/frontend/lodash-es@4.17.21/stubFalse.js +18 -0
  2141. package/openmrs/frontend/lodash-es@4.17.21/stubObject.js +23 -0
  2142. package/openmrs/frontend/lodash-es@4.17.21/stubString.js +18 -0
  2143. package/openmrs/frontend/lodash-es@4.17.21/stubTrue.js +18 -0
  2144. package/openmrs/frontend/lodash-es@4.17.21/subtract.js +22 -0
  2145. package/openmrs/frontend/lodash-es@4.17.21/sum.js +24 -0
  2146. package/openmrs/frontend/lodash-es@4.17.21/sumBy.js +33 -0
  2147. package/openmrs/frontend/lodash-es@4.17.21/tail.js +22 -0
  2148. package/openmrs/frontend/lodash-es@4.17.21/take.js +37 -0
  2149. package/openmrs/frontend/lodash-es@4.17.21/takeRight.js +39 -0
  2150. package/openmrs/frontend/lodash-es@4.17.21/takeRightWhile.js +45 -0
  2151. package/openmrs/frontend/lodash-es@4.17.21/takeWhile.js +45 -0
  2152. package/openmrs/frontend/lodash-es@4.17.21/tap.js +29 -0
  2153. package/openmrs/frontend/lodash-es@4.17.21/template.js +272 -0
  2154. package/openmrs/frontend/lodash-es@4.17.21/templateSettings.js +67 -0
  2155. package/openmrs/frontend/lodash-es@4.17.21/throttle.js +69 -0
  2156. package/openmrs/frontend/lodash-es@4.17.21/thru.js +28 -0
  2157. package/openmrs/frontend/lodash-es@4.17.21/times.js +51 -0
  2158. package/openmrs/frontend/lodash-es@4.17.21/toArray.js +58 -0
  2159. package/openmrs/frontend/lodash-es@4.17.21/toFinite.js +42 -0
  2160. package/openmrs/frontend/lodash-es@4.17.21/toInteger.js +36 -0
  2161. package/openmrs/frontend/lodash-es@4.17.21/toIterator.js +23 -0
  2162. package/openmrs/frontend/lodash-es@4.17.21/toJSON.js +1 -0
  2163. package/openmrs/frontend/lodash-es@4.17.21/toLength.js +38 -0
  2164. package/openmrs/frontend/lodash-es@4.17.21/toLower.js +28 -0
  2165. package/openmrs/frontend/lodash-es@4.17.21/toNumber.js +64 -0
  2166. package/openmrs/frontend/lodash-es@4.17.21/toPairs.js +30 -0
  2167. package/openmrs/frontend/lodash-es@4.17.21/toPairsIn.js +30 -0
  2168. package/openmrs/frontend/lodash-es@4.17.21/toPath.js +33 -0
  2169. package/openmrs/frontend/lodash-es@4.17.21/toPlainObject.js +32 -0
  2170. package/openmrs/frontend/lodash-es@4.17.21/toSafeInteger.js +37 -0
  2171. package/openmrs/frontend/lodash-es@4.17.21/toString.js +28 -0
  2172. package/openmrs/frontend/lodash-es@4.17.21/toUpper.js +28 -0
  2173. package/openmrs/frontend/lodash-es@4.17.21/transform.js +65 -0
  2174. package/openmrs/frontend/lodash-es@4.17.21/trim.js +47 -0
  2175. package/openmrs/frontend/lodash-es@4.17.21/trimEnd.js +41 -0
  2176. package/openmrs/frontend/lodash-es@4.17.21/trimStart.js +43 -0
  2177. package/openmrs/frontend/lodash-es@4.17.21/truncate.js +111 -0
  2178. package/openmrs/frontend/lodash-es@4.17.21/unary.js +22 -0
  2179. package/openmrs/frontend/lodash-es@4.17.21/unescape.js +34 -0
  2180. package/openmrs/frontend/lodash-es@4.17.21/union.js +26 -0
  2181. package/openmrs/frontend/lodash-es@4.17.21/unionBy.js +39 -0
  2182. package/openmrs/frontend/lodash-es@4.17.21/unionWith.js +34 -0
  2183. package/openmrs/frontend/lodash-es@4.17.21/uniq.js +25 -0
  2184. package/openmrs/frontend/lodash-es@4.17.21/uniqBy.js +31 -0
  2185. package/openmrs/frontend/lodash-es@4.17.21/uniqWith.js +28 -0
  2186. package/openmrs/frontend/lodash-es@4.17.21/uniqueId.js +28 -0
  2187. package/openmrs/frontend/lodash-es@4.17.21/unset.js +34 -0
  2188. package/openmrs/frontend/lodash-es@4.17.21/unzip.js +45 -0
  2189. package/openmrs/frontend/lodash-es@4.17.21/unzipWith.js +39 -0
  2190. package/openmrs/frontend/lodash-es@4.17.21/update.js +35 -0
  2191. package/openmrs/frontend/lodash-es@4.17.21/updateWith.js +33 -0
  2192. package/openmrs/frontend/lodash-es@4.17.21/upperCase.js +27 -0
  2193. package/openmrs/frontend/lodash-es@4.17.21/upperFirst.js +22 -0
  2194. package/openmrs/frontend/lodash-es@4.17.21/util.default.js +42 -0
  2195. package/openmrs/frontend/lodash-es@4.17.21/util.js +33 -0
  2196. package/openmrs/frontend/lodash-es@4.17.21/value.js +1 -0
  2197. package/openmrs/frontend/lodash-es@4.17.21/valueOf.js +1 -0
  2198. package/openmrs/frontend/lodash-es@4.17.21/values.js +34 -0
  2199. package/openmrs/frontend/lodash-es@4.17.21/valuesIn.js +32 -0
  2200. package/openmrs/frontend/lodash-es@4.17.21/without.js +31 -0
  2201. package/openmrs/frontend/lodash-es@4.17.21/words.js +35 -0
  2202. package/openmrs/frontend/lodash-es@4.17.21/wrap.js +30 -0
  2203. package/openmrs/frontend/lodash-es@4.17.21/wrapperAt.js +48 -0
  2204. package/openmrs/frontend/lodash-es@4.17.21/wrapperChain.js +34 -0
  2205. package/openmrs/frontend/lodash-es@4.17.21/wrapperLodash.js +147 -0
  2206. package/openmrs/frontend/lodash-es@4.17.21/wrapperReverse.js +44 -0
  2207. package/openmrs/frontend/lodash-es@4.17.21/wrapperValue.js +21 -0
  2208. package/openmrs/frontend/lodash-es@4.17.21/xor.js +28 -0
  2209. package/openmrs/frontend/lodash-es@4.17.21/xorBy.js +39 -0
  2210. package/openmrs/frontend/lodash-es@4.17.21/xorWith.js +34 -0
  2211. package/openmrs/frontend/lodash-es@4.17.21/zip.js +22 -0
  2212. package/openmrs/frontend/lodash-es@4.17.21/zipObject.js +24 -0
  2213. package/openmrs/frontend/lodash-es@4.17.21/zipObjectDeep.js +23 -0
  2214. package/openmrs/frontend/lodash-es@4.17.21/zipWith.js +32 -0
  2215. package/openmrs/frontend/logo.svg +50 -0
  2216. package/openmrs/frontend/loose-envify@1.4.0/LICENSE +21 -0
  2217. package/openmrs/frontend/loose-envify@1.4.0/README.md +45 -0
  2218. package/openmrs/frontend/loose-envify@1.4.0/cli.js +16 -0
  2219. package/openmrs/frontend/loose-envify@1.4.0/custom.js +4 -0
  2220. package/openmrs/frontend/loose-envify@1.4.0/index.js +3 -0
  2221. package/openmrs/frontend/loose-envify@1.4.0/loose-envify.js +36 -0
  2222. package/openmrs/frontend/loose-envify@1.4.0/package.json +36 -0
  2223. package/openmrs/frontend/loose-envify@1.4.0/replace.js +65 -0
  2224. package/openmrs/frontend/object-assign@4.1.1/index.js +90 -0
  2225. package/openmrs/frontend/object-assign@4.1.1/license +21 -0
  2226. package/openmrs/frontend/object-assign@4.1.1/package.json +42 -0
  2227. package/openmrs/frontend/object-assign@4.1.1/readme.md +61 -0
  2228. package/openmrs/frontend/path-to-regexp@1.8.0/History.md +158 -0
  2229. package/openmrs/frontend/path-to-regexp@1.8.0/LICENSE +21 -0
  2230. package/openmrs/frontend/path-to-regexp@1.8.0/Readme.md +257 -0
  2231. package/openmrs/frontend/path-to-regexp@1.8.0/index.d.ts +84 -0
  2232. package/openmrs/frontend/path-to-regexp@1.8.0/index.js +426 -0
  2233. package/openmrs/frontend/path-to-regexp@1.8.0/package.json +47 -0
  2234. package/openmrs/frontend/prop-types@15.8.1/LICENSE +21 -0
  2235. package/openmrs/frontend/prop-types@15.8.1/README.md +302 -0
  2236. package/openmrs/frontend/prop-types@15.8.1/checkPropTypes.js +103 -0
  2237. package/openmrs/frontend/prop-types@15.8.1/factory.js +19 -0
  2238. package/openmrs/frontend/prop-types@15.8.1/factoryWithThrowingShims.js +65 -0
  2239. package/openmrs/frontend/prop-types@15.8.1/factoryWithTypeCheckers.js +610 -0
  2240. package/openmrs/frontend/prop-types@15.8.1/index.js +19 -0
  2241. package/openmrs/frontend/prop-types@15.8.1/lib/ReactPropTypesSecret.js +12 -0
  2242. package/openmrs/frontend/prop-types@15.8.1/lib/has.js +1 -0
  2243. package/openmrs/frontend/prop-types@15.8.1/package.json +60 -0
  2244. package/openmrs/frontend/prop-types@15.8.1/prop-types.js +1315 -0
  2245. package/openmrs/frontend/prop-types@15.8.1/prop-types.min.js +1 -0
  2246. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-server.browser.development.js +4147 -0
  2247. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-server.browser.production.min.js +45 -0
  2248. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-test-utils.development.js +1499 -0
  2249. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-test-utils.production.min.js +30 -0
  2250. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-fizz.browser.development.js +141 -0
  2251. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-fizz.browser.production.min.js +10 -0
  2252. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-native-dependencies.development.js +1628 -0
  2253. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom-unstable-native-dependencies.production.min.js +28 -0
  2254. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom.development.js +25147 -0
  2255. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom.production.min.js +239 -0
  2256. package/openmrs/frontend/react-dom@16.13.1/umd/react-dom.profiling.min.js +247 -0
  2257. package/openmrs/frontend/react-grid-gallery@0.5.5/.github/contributing.md +21 -0
  2258. package/openmrs/frontend/react-grid-gallery@0.5.5/.github/issue_template.md +11 -0
  2259. package/openmrs/frontend/react-grid-gallery@0.5.5/CHANGELOG.md +358 -0
  2260. package/openmrs/frontend/react-grid-gallery@0.5.5/CODE_OF_CONDUCT.md +1 -0
  2261. package/openmrs/frontend/react-grid-gallery@0.5.5/LICENSE +21 -0
  2262. package/openmrs/frontend/react-grid-gallery@0.5.5/README.md +219 -0
  2263. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/app.js +321 -0
  2264. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo1.js +128 -0
  2265. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo2.js +110 -0
  2266. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo3.js +108 -0
  2267. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo4.js +165 -0
  2268. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo5.js +119 -0
  2269. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo6.js +135 -0
  2270. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/demo7.js +134 -0
  2271. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/different-orientations-example.js +88 -0
  2272. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/github-light.css +124 -0
  2273. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/index.html +155 -0
  2274. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/normalise.css +424 -0
  2275. package/openmrs/frontend/react-grid-gallery@0.5.5/examples/stylesheet.css +251 -0
  2276. package/openmrs/frontend/react-grid-gallery@0.5.5/gulpfile.js +128 -0
  2277. package/openmrs/frontend/react-grid-gallery@0.5.5/lib/CheckButton.js +144 -0
  2278. package/openmrs/frontend/react-grid-gallery@0.5.5/lib/Gallery.js +432 -0
  2279. package/openmrs/frontend/react-grid-gallery@0.5.5/lib/Image.js +317 -0
  2280. package/openmrs/frontend/react-grid-gallery@0.5.5/package.json +59 -0
  2281. package/openmrs/frontend/react-grid-gallery@0.5.5/src/CheckButton.js +116 -0
  2282. package/openmrs/frontend/react-grid-gallery@0.5.5/src/Gallery.js +394 -0
  2283. package/openmrs/frontend/react-grid-gallery@0.5.5/src/Image.js +278 -0
  2284. package/openmrs/frontend/react-i18next@11.18.6/CHANGELOG.md +1164 -0
  2285. package/openmrs/frontend/react-i18next@11.18.6/LICENSE +22 -0
  2286. package/openmrs/frontend/react-i18next@11.18.6/README.md +186 -0
  2287. package/openmrs/frontend/react-i18next@11.18.6/dist/amd/react-i18next.js +1061 -0
  2288. package/openmrs/frontend/react-i18next@11.18.6/dist/amd/react-i18next.min.js +1 -0
  2289. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/I18nextProvider.js +25 -0
  2290. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/Trans.js +291 -0
  2291. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/Translation.js +33 -0
  2292. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/context.js +126 -0
  2293. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/index.js +148 -0
  2294. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/unescape.js +39 -0
  2295. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/useSSR.js +38 -0
  2296. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/useTranslation.js +132 -0
  2297. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/utils.js +97 -0
  2298. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/withSSR.js +43 -0
  2299. package/openmrs/frontend/react-i18next@11.18.6/dist/commonjs/withTranslation.js +69 -0
  2300. package/openmrs/frontend/react-i18next@11.18.6/dist/es/I18nextProvider.js +16 -0
  2301. package/openmrs/frontend/react-i18next@11.18.6/dist/es/Trans.js +275 -0
  2302. package/openmrs/frontend/react-i18next@11.18.6/dist/es/Translation.js +20 -0
  2303. package/openmrs/frontend/react-i18next@11.18.6/dist/es/context.js +97 -0
  2304. package/openmrs/frontend/react-i18next@11.18.6/dist/es/index.js +26 -0
  2305. package/openmrs/frontend/react-i18next@11.18.6/dist/es/unescape.js +31 -0
  2306. package/openmrs/frontend/react-i18next@11.18.6/dist/es/useSSR.js +29 -0
  2307. package/openmrs/frontend/react-i18next@11.18.6/dist/es/useTranslation.js +120 -0
  2308. package/openmrs/frontend/react-i18next@11.18.6/dist/es/utils.js +82 -0
  2309. package/openmrs/frontend/react-i18next@11.18.6/dist/es/withSSR.js +29 -0
  2310. package/openmrs/frontend/react-i18next@11.18.6/dist/es/withTranslation.js +54 -0
  2311. package/openmrs/frontend/react-i18next@11.18.6/dist/umd/react-i18next.js +1065 -0
  2312. package/openmrs/frontend/react-i18next@11.18.6/dist/umd/react-i18next.min.js +1 -0
  2313. package/openmrs/frontend/react-i18next@11.18.6/icu.macro.js +731 -0
  2314. package/openmrs/frontend/react-i18next@11.18.6/index.d.ts +136 -0
  2315. package/openmrs/frontend/react-i18next@11.18.6/package.json +171 -0
  2316. package/openmrs/frontend/react-i18next@11.18.6/react-i18next.js +1065 -0
  2317. package/openmrs/frontend/react-i18next@11.18.6/react-i18next.min.js +1 -0
  2318. package/openmrs/frontend/react-i18next@11.18.6/src/I18nextProvider.js +19 -0
  2319. package/openmrs/frontend/react-i18next@11.18.6/src/Trans.js +343 -0
  2320. package/openmrs/frontend/react-i18next@11.18.6/src/Translation.js +15 -0
  2321. package/openmrs/frontend/react-i18next@11.18.6/src/context.js +111 -0
  2322. package/openmrs/frontend/react-i18next@11.18.6/src/index.js +27 -0
  2323. package/openmrs/frontend/react-i18next@11.18.6/src/unescape.js +30 -0
  2324. package/openmrs/frontend/react-i18next@11.18.6/src/useSSR.js +33 -0
  2325. package/openmrs/frontend/react-i18next@11.18.6/src/useTranslation.js +123 -0
  2326. package/openmrs/frontend/react-i18next@11.18.6/src/utils.js +119 -0
  2327. package/openmrs/frontend/react-i18next@11.18.6/src/withSSR.js +22 -0
  2328. package/openmrs/frontend/react-i18next@11.18.6/src/withTranslation.js +35 -0
  2329. package/openmrs/frontend/react-i18next@11.18.6/ts4.1/icu.macro.d.ts +105 -0
  2330. package/openmrs/frontend/react-i18next@11.18.6/ts4.1/index.d.ts +398 -0
  2331. package/openmrs/frontend/react-i18next@11.18.6/tslint.json +16 -0
  2332. package/openmrs/frontend/react-images@0.5.19/.babelrc +5 -0
  2333. package/openmrs/frontend/react-images@0.5.19/.eslintrc +7 -0
  2334. package/openmrs/frontend/react-images@0.5.19/.github/CONTRIBUTING.md +20 -0
  2335. package/openmrs/frontend/react-images@0.5.19/.github/HISTORY.md +159 -0
  2336. package/openmrs/frontend/react-images@0.5.19/.github/ISSUE_TEMPLATE.md +5 -0
  2337. package/openmrs/frontend/react-images@0.5.19/.github/PULL_REQUEST_TEMPLATE.md +17 -0
  2338. package/openmrs/frontend/react-images@0.5.19/LICENSE +22 -0
  2339. package/openmrs/frontend/react-images@0.5.19/README.md +119 -0
  2340. package/openmrs/frontend/react-images@0.5.19/dist/react-images.es.js +1484 -0
  2341. package/openmrs/frontend/react-images@0.5.19/dist/react-images.js +1488 -0
  2342. package/openmrs/frontend/react-images@0.5.19/dist/react-images.min.js +1 -0
  2343. package/openmrs/frontend/react-images@0.5.19/examples/dist/app.js +156 -0
  2344. package/openmrs/frontend/react-images@0.5.19/examples/dist/common.js +24806 -0
  2345. package/openmrs/frontend/react-images@0.5.19/examples/dist/example.css +264 -0
  2346. package/openmrs/frontend/react-images@0.5.19/examples/dist/favicon.ico +0 -0
  2347. package/openmrs/frontend/react-images@0.5.19/examples/dist/index.html +271 -0
  2348. package/openmrs/frontend/react-images@0.5.19/examples/src/app.js +163 -0
  2349. package/openmrs/frontend/react-images@0.5.19/examples/src/components/DownloadButton/icon.js +8 -0
  2350. package/openmrs/frontend/react-images@0.5.19/examples/src/components/DownloadButton/index.js +37 -0
  2351. package/openmrs/frontend/react-images@0.5.19/examples/src/components/Gallery.js +167 -0
  2352. package/openmrs/frontend/react-images@0.5.19/examples/src/components/Spinner.js +64 -0
  2353. package/openmrs/frontend/react-images@0.5.19/examples/src/example.less +364 -0
  2354. package/openmrs/frontend/react-images@0.5.19/examples/src/favicon.ico +0 -0
  2355. package/openmrs/frontend/react-images@0.5.19/examples/src/index.html +279 -0
  2356. package/openmrs/frontend/react-images@0.5.19/examples/src/standalone.html +93 -0
  2357. package/openmrs/frontend/react-images@0.5.19/lib/Lightbox.js +559 -0
  2358. package/openmrs/frontend/react-images@0.5.19/lib/components/Arrow.js +116 -0
  2359. package/openmrs/frontend/react-images@0.5.19/lib/components/Container.js +67 -0
  2360. package/openmrs/frontend/react-images@0.5.19/lib/components/Footer.js +100 -0
  2361. package/openmrs/frontend/react-images@0.5.19/lib/components/Header.js +95 -0
  2362. package/openmrs/frontend/react-images@0.5.19/lib/components/Icon.js +55 -0
  2363. package/openmrs/frontend/react-images@0.5.19/lib/components/PaginatedThumbnails.js +238 -0
  2364. package/openmrs/frontend/react-images@0.5.19/lib/components/PassContext.js +57 -0
  2365. package/openmrs/frontend/react-images@0.5.19/lib/components/Portal.js +104 -0
  2366. package/openmrs/frontend/react-images@0.5.19/lib/components/Spinner.js +74 -0
  2367. package/openmrs/frontend/react-images@0.5.19/lib/components/Thumbnail.js +79 -0
  2368. package/openmrs/frontend/react-images@0.5.19/lib/components/Thumbnails.js +69 -0
  2369. package/openmrs/frontend/react-images@0.5.19/lib/icons/arrowLeft.js +9 -0
  2370. package/openmrs/frontend/react-images@0.5.19/lib/icons/arrowRight.js +9 -0
  2371. package/openmrs/frontend/react-images@0.5.19/lib/icons/close.js +9 -0
  2372. package/openmrs/frontend/react-images@0.5.19/lib/theme.js +58 -0
  2373. package/openmrs/frontend/react-images@0.5.19/lib/utils/bindFunctions.js +25 -0
  2374. package/openmrs/frontend/react-images@0.5.19/lib/utils/canUseDom.js +8 -0
  2375. package/openmrs/frontend/react-images@0.5.19/lib/utils/deepMerge.js +31 -0
  2376. package/openmrs/frontend/react-images@0.5.19/package-scripts.js +30 -0
  2377. package/openmrs/frontend/react-images@0.5.19/package.json +82 -0
  2378. package/openmrs/frontend/react-images@0.5.19/rollup.config.js +63 -0
  2379. package/openmrs/frontend/react-images@0.5.19/src/Lightbox.js +466 -0
  2380. package/openmrs/frontend/react-images@0.5.19/src/components/Arrow.js +92 -0
  2381. package/openmrs/frontend/react-images@0.5.19/src/components/Container.js +43 -0
  2382. package/openmrs/frontend/react-images@0.5.19/src/components/Footer.js +76 -0
  2383. package/openmrs/frontend/react-images@0.5.19/src/components/Header.js +69 -0
  2384. package/openmrs/frontend/react-images@0.5.19/src/components/Icon.js +28 -0
  2385. package/openmrs/frontend/react-images@0.5.19/src/components/PaginatedThumbnails.js +163 -0
  2386. package/openmrs/frontend/react-images@0.5.19/src/components/PassContext.js +23 -0
  2387. package/openmrs/frontend/react-images@0.5.19/src/components/Portal.js +54 -0
  2388. package/openmrs/frontend/react-images@0.5.19/src/components/Spinner.js +56 -0
  2389. package/openmrs/frontend/react-images@0.5.19/src/components/Thumbnail.js +55 -0
  2390. package/openmrs/frontend/react-images@0.5.19/src/components/Thumbnails.js +45 -0
  2391. package/openmrs/frontend/react-images@0.5.19/src/icons/arrowLeft.js +5 -0
  2392. package/openmrs/frontend/react-images@0.5.19/src/icons/arrowRight.js +5 -0
  2393. package/openmrs/frontend/react-images@0.5.19/src/icons/close.js +5 -0
  2394. package/openmrs/frontend/react-images@0.5.19/src/theme.js +54 -0
  2395. package/openmrs/frontend/react-images@0.5.19/src/utils/bindFunctions.js +15 -0
  2396. package/openmrs/frontend/react-images@0.5.19/src/utils/canUseDom.js +7 -0
  2397. package/openmrs/frontend/react-images@0.5.19/src/utils/deepMerge.js +19 -0
  2398. package/openmrs/frontend/react-images@0.5.19/webpack.config.js +64 -0
  2399. package/openmrs/frontend/react-images@0.5.19/yarn.lock +5705 -0
  2400. package/openmrs/frontend/react-is@16.13.1/LICENSE +21 -0
  2401. package/openmrs/frontend/react-is@16.13.1/README.md +104 -0
  2402. package/openmrs/frontend/react-is@16.13.1/build-info.json +8 -0
  2403. package/openmrs/frontend/react-is@16.13.1/cjs/react-is.development.js +181 -0
  2404. package/openmrs/frontend/react-is@16.13.1/cjs/react-is.production.min.js +15 -0
  2405. package/openmrs/frontend/react-is@16.13.1/index.js +7 -0
  2406. package/openmrs/frontend/react-is@16.13.1/package.json +27 -0
  2407. package/openmrs/frontend/react-is@16.13.1/umd/react-is.development.js +181 -0
  2408. package/openmrs/frontend/react-is@16.13.1/umd/react-is.production.min.js +13 -0
  2409. package/openmrs/frontend/react-lifecycles-compat@3.0.4/CHANGELOG.md +48 -0
  2410. package/openmrs/frontend/react-lifecycles-compat@3.0.4/LICENSE.md +21 -0
  2411. package/openmrs/frontend/react-lifecycles-compat@3.0.4/README.md +57 -0
  2412. package/openmrs/frontend/react-lifecycles-compat@3.0.4/package.json +39 -0
  2413. package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.cjs.js +162 -0
  2414. package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.es.js +158 -0
  2415. package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.js +168 -0
  2416. package/openmrs/frontend/react-lifecycles-compat@3.0.4/react-lifecycles-compat.min.js +1 -0
  2417. package/openmrs/frontend/react-modal@3.16.1/CHANGELOG.md +904 -0
  2418. package/openmrs/frontend/react-modal@3.16.1/LICENSE +19 -0
  2419. package/openmrs/frontend/react-modal@3.16.1/README.md +131 -0
  2420. package/openmrs/frontend/react-modal@3.16.1/UPGRADE_GUIDE.md +7 -0
  2421. package/openmrs/frontend/react-modal@3.16.1/dist/react-modal.js +39 -0
  2422. package/openmrs/frontend/react-modal@3.16.1/dist/react-modal.min.js +39 -0
  2423. package/openmrs/frontend/react-modal@3.16.1/lib/components/Modal.js +300 -0
  2424. package/openmrs/frontend/react-modal@3.16.1/lib/components/ModalPortal.js +445 -0
  2425. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/ariaAppHider.js +139 -0
  2426. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/bodyTrap.js +93 -0
  2427. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/classList.js +130 -0
  2428. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/focusManager.js +117 -0
  2429. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/portalOpenInstances.js +78 -0
  2430. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/safeHTMLElement.js +24 -0
  2431. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/scopeTab.js +96 -0
  2432. package/openmrs/frontend/react-modal@3.16.1/lib/helpers/tabbable.js +82 -0
  2433. package/openmrs/frontend/react-modal@3.16.1/lib/index.js +14 -0
  2434. package/openmrs/frontend/react-modal@3.16.1/package.json +91 -0
  2435. package/openmrs/frontend/react-prop-toggle@1.0.2/LICENSE +21 -0
  2436. package/openmrs/frontend/react-prop-toggle@1.0.2/README.md +16 -0
  2437. package/openmrs/frontend/react-prop-toggle@1.0.2/dist/LifeCycleProvider.js +28 -0
  2438. package/openmrs/frontend/react-prop-toggle@1.0.2/dist/PropToggle.js +116 -0
  2439. package/openmrs/frontend/react-prop-toggle@1.0.2/dist/index.js +25 -0
  2440. package/openmrs/frontend/react-prop-toggle@1.0.2/package.json +49 -0
  2441. package/openmrs/frontend/react-prop-toggle@1.0.2/yarn.lock +5826 -0
  2442. package/openmrs/frontend/react-router-dom@5.3.4/BrowserRouter.js +3 -0
  2443. package/openmrs/frontend/react-router-dom@5.3.4/HashRouter.js +3 -0
  2444. package/openmrs/frontend/react-router-dom@5.3.4/LICENSE +22 -0
  2445. package/openmrs/frontend/react-router-dom@5.3.4/Link.js +3 -0
  2446. package/openmrs/frontend/react-router-dom@5.3.4/MemoryRouter.js +3 -0
  2447. package/openmrs/frontend/react-router-dom@5.3.4/NavLink.js +3 -0
  2448. package/openmrs/frontend/react-router-dom@5.3.4/Prompt.js +3 -0
  2449. package/openmrs/frontend/react-router-dom@5.3.4/README.md +37 -0
  2450. package/openmrs/frontend/react-router-dom@5.3.4/Redirect.js +3 -0
  2451. package/openmrs/frontend/react-router-dom@5.3.4/Route.js +3 -0
  2452. package/openmrs/frontend/react-router-dom@5.3.4/Router.js +3 -0
  2453. package/openmrs/frontend/react-router-dom@5.3.4/StaticRouter.js +3 -0
  2454. package/openmrs/frontend/react-router-dom@5.3.4/Switch.js +3 -0
  2455. package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.js +455 -0
  2456. package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.js.map +1 -0
  2457. package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.min.js +2 -0
  2458. package/openmrs/frontend/react-router-dom@5.3.4/cjs/react-router-dom.min.js.map +1 -0
  2459. package/openmrs/frontend/react-router-dom@5.3.4/es/BrowserRouter.js +5 -0
  2460. package/openmrs/frontend/react-router-dom@5.3.4/es/HashRouter.js +5 -0
  2461. package/openmrs/frontend/react-router-dom@5.3.4/es/Link.js +5 -0
  2462. package/openmrs/frontend/react-router-dom@5.3.4/es/MemoryRouter.js +5 -0
  2463. package/openmrs/frontend/react-router-dom@5.3.4/es/NavLink.js +5 -0
  2464. package/openmrs/frontend/react-router-dom@5.3.4/es/Prompt.js +5 -0
  2465. package/openmrs/frontend/react-router-dom@5.3.4/es/Redirect.js +5 -0
  2466. package/openmrs/frontend/react-router-dom@5.3.4/es/Route.js +5 -0
  2467. package/openmrs/frontend/react-router-dom@5.3.4/es/Router.js +5 -0
  2468. package/openmrs/frontend/react-router-dom@5.3.4/es/StaticRouter.js +5 -0
  2469. package/openmrs/frontend/react-router-dom@5.3.4/es/Switch.js +5 -0
  2470. package/openmrs/frontend/react-router-dom@5.3.4/es/generatePath.js +5 -0
  2471. package/openmrs/frontend/react-router-dom@5.3.4/es/matchPath.js +5 -0
  2472. package/openmrs/frontend/react-router-dom@5.3.4/es/warnAboutDeprecatedESMImport.js +34 -0
  2473. package/openmrs/frontend/react-router-dom@5.3.4/es/withRouter.js +5 -0
  2474. package/openmrs/frontend/react-router-dom@5.3.4/esm/react-router-dom.js +319 -0
  2475. package/openmrs/frontend/react-router-dom@5.3.4/esm/react-router-dom.js.map +1 -0
  2476. package/openmrs/frontend/react-router-dom@5.3.4/generatePath.js +3 -0
  2477. package/openmrs/frontend/react-router-dom@5.3.4/index.js +7 -0
  2478. package/openmrs/frontend/react-router-dom@5.3.4/matchPath.js +3 -0
  2479. package/openmrs/frontend/react-router-dom@5.3.4/modules/BrowserRouter.js +36 -0
  2480. package/openmrs/frontend/react-router-dom@5.3.4/modules/HashRouter.js +35 -0
  2481. package/openmrs/frontend/react-router-dom@5.3.4/modules/Link.js +148 -0
  2482. package/openmrs/frontend/react-router-dom@5.3.4/modules/NavLink.js +134 -0
  2483. package/openmrs/frontend/react-router-dom@5.3.4/modules/index.js +21 -0
  2484. package/openmrs/frontend/react-router-dom@5.3.4/modules/utils/locationUtils.js +10 -0
  2485. package/openmrs/frontend/react-router-dom@5.3.4/package.json +71 -0
  2486. package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.js +3986 -0
  2487. package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.js.map +1 -0
  2488. package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.min.js +2 -0
  2489. package/openmrs/frontend/react-router-dom@5.3.4/umd/react-router-dom.min.js.map +1 -0
  2490. package/openmrs/frontend/react-router-dom@5.3.4/warnAboutDeprecatedCJSRequire.js +36 -0
  2491. package/openmrs/frontend/react-router-dom@5.3.4/withRouter.js +3 -0
  2492. package/openmrs/frontend/react-router@5.3.4/LICENSE +22 -0
  2493. package/openmrs/frontend/react-router@5.3.4/MemoryRouter.js +3 -0
  2494. package/openmrs/frontend/react-router@5.3.4/Prompt.js +3 -0
  2495. package/openmrs/frontend/react-router@5.3.4/README.md +39 -0
  2496. package/openmrs/frontend/react-router@5.3.4/Redirect.js +3 -0
  2497. package/openmrs/frontend/react-router@5.3.4/Route.js +3 -0
  2498. package/openmrs/frontend/react-router@5.3.4/Router.js +3 -0
  2499. package/openmrs/frontend/react-router@5.3.4/StaticRouter.js +3 -0
  2500. package/openmrs/frontend/react-router@5.3.4/Switch.js +3 -0
  2501. package/openmrs/frontend/react-router@5.3.4/cjs/react-router.js +1015 -0
  2502. package/openmrs/frontend/react-router@5.3.4/cjs/react-router.js.map +1 -0
  2503. package/openmrs/frontend/react-router@5.3.4/cjs/react-router.min.js +2 -0
  2504. package/openmrs/frontend/react-router@5.3.4/cjs/react-router.min.js.map +1 -0
  2505. package/openmrs/frontend/react-router@5.3.4/es/MemoryRouter.js +5 -0
  2506. package/openmrs/frontend/react-router@5.3.4/es/Prompt.js +5 -0
  2507. package/openmrs/frontend/react-router@5.3.4/es/Redirect.js +5 -0
  2508. package/openmrs/frontend/react-router@5.3.4/es/Route.js +5 -0
  2509. package/openmrs/frontend/react-router@5.3.4/es/Router.js +5 -0
  2510. package/openmrs/frontend/react-router@5.3.4/es/StaticRouter.js +5 -0
  2511. package/openmrs/frontend/react-router@5.3.4/es/Switch.js +5 -0
  2512. package/openmrs/frontend/react-router@5.3.4/es/generatePath.js +5 -0
  2513. package/openmrs/frontend/react-router@5.3.4/es/matchPath.js +5 -0
  2514. package/openmrs/frontend/react-router@5.3.4/es/warnAboutDeprecatedESMImport.js +34 -0
  2515. package/openmrs/frontend/react-router@5.3.4/es/withRouter.js +5 -0
  2516. package/openmrs/frontend/react-router@5.3.4/esm/react-router.js +950 -0
  2517. package/openmrs/frontend/react-router@5.3.4/esm/react-router.js.map +1 -0
  2518. package/openmrs/frontend/react-router@5.3.4/generatePath.js +3 -0
  2519. package/openmrs/frontend/react-router@5.3.4/index.js +7 -0
  2520. package/openmrs/frontend/react-router@5.3.4/matchPath.js +3 -0
  2521. package/openmrs/frontend/react-router@5.3.4/modules/HistoryContext.js +4 -0
  2522. package/openmrs/frontend/react-router@5.3.4/modules/Lifecycle.js +21 -0
  2523. package/openmrs/frontend/react-router@5.3.4/modules/MemoryRouter.js +37 -0
  2524. package/openmrs/frontend/react-router@5.3.4/modules/Prompt.js +52 -0
  2525. package/openmrs/frontend/react-router@5.3.4/modules/Redirect.js +72 -0
  2526. package/openmrs/frontend/react-router@5.3.4/modules/Route.js +140 -0
  2527. package/openmrs/frontend/react-router@5.3.4/modules/Router.js +100 -0
  2528. package/openmrs/frontend/react-router@5.3.4/modules/RouterContext.js +4 -0
  2529. package/openmrs/frontend/react-router@5.3.4/modules/StaticRouter.js +102 -0
  2530. package/openmrs/frontend/react-router@5.3.4/modules/Switch.js +67 -0
  2531. package/openmrs/frontend/react-router@5.3.4/modules/createContext.js +8 -0
  2532. package/openmrs/frontend/react-router@5.3.4/modules/createNamedContext.js +11 -0
  2533. package/openmrs/frontend/react-router@5.3.4/modules/generatePath.js +27 -0
  2534. package/openmrs/frontend/react-router@5.3.4/modules/hooks.js +55 -0
  2535. package/openmrs/frontend/react-router@5.3.4/modules/index.js +38 -0
  2536. package/openmrs/frontend/react-router@5.3.4/modules/matchPath.js +67 -0
  2537. package/openmrs/frontend/react-router@5.3.4/modules/miniCreateReactContext.js +175 -0
  2538. package/openmrs/frontend/react-router@5.3.4/modules/withRouter.js +51 -0
  2539. package/openmrs/frontend/react-router@5.3.4/package.json +69 -0
  2540. package/openmrs/frontend/react-router@5.3.4/umd/react-router.js +3089 -0
  2541. package/openmrs/frontend/react-router@5.3.4/umd/react-router.js.map +1 -0
  2542. package/openmrs/frontend/react-router@5.3.4/umd/react-router.min.js +2 -0
  2543. package/openmrs/frontend/react-router@5.3.4/umd/react-router.min.js.map +1 -0
  2544. package/openmrs/frontend/react-router@5.3.4/warnAboutDeprecatedCJSRequire.js +36 -0
  2545. package/openmrs/frontend/react-router@5.3.4/withRouter.js +3 -0
  2546. package/openmrs/frontend/react-scrolllock@2.0.7/.flowconfig +11 -0
  2547. package/openmrs/frontend/react-scrolllock@2.0.7/.prettierrc +5 -0
  2548. package/openmrs/frontend/react-scrolllock@2.0.7/LICENSE +21 -0
  2549. package/openmrs/frontend/react-scrolllock@2.0.7/README.md +33 -0
  2550. package/openmrs/frontend/react-scrolllock@2.0.7/__tests__/index.js +30 -0
  2551. package/openmrs/frontend/react-scrolllock@2.0.7/config/setupFramework.js +4 -0
  2552. package/openmrs/frontend/react-scrolllock@2.0.7/config/setupPolyfills.js +1 -0
  2553. package/openmrs/frontend/react-scrolllock@2.0.7/dist/PropertyToggle.js +128 -0
  2554. package/openmrs/frontend/react-scrolllock@2.0.7/dist/ScrollLock.js +97 -0
  2555. package/openmrs/frontend/react-scrolllock@2.0.7/dist/constants.js +13 -0
  2556. package/openmrs/frontend/react-scrolllock@2.0.7/dist/index.js +16 -0
  2557. package/openmrs/frontend/react-scrolllock@2.0.7/dist/server.js +1 -0
  2558. package/openmrs/frontend/react-scrolllock@2.0.7/dist/utils.js +72 -0
  2559. package/openmrs/frontend/react-scrolllock@2.0.7/dist/withTouchListeners.js +97 -0
  2560. package/openmrs/frontend/react-scrolllock@2.0.7/index.js +1 -0
  2561. package/openmrs/frontend/react-scrolllock@2.0.7/package.json +64 -0
  2562. package/openmrs/frontend/react-scrolllock@2.0.7/yarn-error.log +8125 -0
  2563. package/openmrs/frontend/react-scrolllock@2.0.7/yarn.lock +8029 -0
  2564. package/openmrs/frontend/react-transition-group@2.9.0/CHANGELOG.md +211 -0
  2565. package/openmrs/frontend/react-transition-group@2.9.0/CSSTransition.js +364 -0
  2566. package/openmrs/frontend/react-transition-group@2.9.0/LICENSE +30 -0
  2567. package/openmrs/frontend/react-transition-group@2.9.0/README.md +27 -0
  2568. package/openmrs/frontend/react-transition-group@2.9.0/ReplaceTransition.js +150 -0
  2569. package/openmrs/frontend/react-transition-group@2.9.0/Transition.js +609 -0
  2570. package/openmrs/frontend/react-transition-group@2.9.0/TransitionGroup.js +208 -0
  2571. package/openmrs/frontend/react-transition-group@2.9.0/dist/react-transition-group.js +2419 -0
  2572. package/openmrs/frontend/react-transition-group@2.9.0/dist/react-transition-group.min.js +1 -0
  2573. package/openmrs/frontend/react-transition-group@2.9.0/index.js +18 -0
  2574. package/openmrs/frontend/react-transition-group@2.9.0/package.json +50 -0
  2575. package/openmrs/frontend/react-transition-group@2.9.0/umd.js +22 -0
  2576. package/openmrs/frontend/react-transition-group@2.9.0/utils/ChildMapping.js +150 -0
  2577. package/openmrs/frontend/react-transition-group@2.9.0/utils/PropTypes.js +28 -0
  2578. package/openmrs/frontend/react-transition-group@2.9.0/utils/SimpleSet.js +39 -0
  2579. package/openmrs/frontend/react@16.13.1/umd/react.development.js +3318 -0
  2580. package/openmrs/frontend/react@16.13.1/umd/react.production.min.js +32 -0
  2581. package/openmrs/frontend/react@16.13.1/umd/react.profiling.min.js +39 -0
  2582. package/openmrs/frontend/regenerator-runtime@0.14.1/LICENSE +21 -0
  2583. package/openmrs/frontend/regenerator-runtime@0.14.1/README.md +31 -0
  2584. package/openmrs/frontend/regenerator-runtime@0.14.1/package.json +19 -0
  2585. package/openmrs/frontend/regenerator-runtime@0.14.1/path.js +11 -0
  2586. package/openmrs/frontend/regenerator-runtime@0.14.1/runtime.js +761 -0
  2587. package/openmrs/frontend/resolve-pathname@3.0.0/LICENSE +21 -0
  2588. package/openmrs/frontend/resolve-pathname@3.0.0/README.md +64 -0
  2589. package/openmrs/frontend/resolve-pathname@3.0.0/cjs/resolve-pathname.js +77 -0
  2590. package/openmrs/frontend/resolve-pathname@3.0.0/cjs/resolve-pathname.min.js +1 -0
  2591. package/openmrs/frontend/resolve-pathname@3.0.0/esm/resolve-pathname.js +75 -0
  2592. package/openmrs/frontend/resolve-pathname@3.0.0/index.js +7 -0
  2593. package/openmrs/frontend/resolve-pathname@3.0.0/package.json +37 -0
  2594. package/openmrs/frontend/resolve-pathname@3.0.0/umd/resolve-pathname.js +83 -0
  2595. package/openmrs/frontend/resolve-pathname@3.0.0/umd/resolve-pathname.min.js +1 -0
  2596. package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.js +9297 -0
  2597. package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.js.map +1 -0
  2598. package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.min.js +268 -0
  2599. package/openmrs/frontend/rxjs@6.5.5/bundles/rxjs.umd.min.js.map +1 -0
  2600. package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.dev.js +1649 -0
  2601. package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.dev.js.map +1 -0
  2602. package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.min.js +2 -0
  2603. package/openmrs/frontend/single-spa@4.4.4/lib/esm/single-spa.min.js.map +1 -0
  2604. package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.dev.js +1678 -0
  2605. package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.dev.js.map +1 -0
  2606. package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.min.js +2 -0
  2607. package/openmrs/frontend/single-spa@4.4.4/lib/system/single-spa.min.js.map +1 -0
  2608. package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.dev.js +1688 -0
  2609. package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.dev.js.map +1 -0
  2610. package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.min.js +2 -0
  2611. package/openmrs/frontend/single-spa@4.4.4/lib/umd/single-spa.min.js.map +1 -0
  2612. package/openmrs/frontend/systemjs@6.1.3/dist/extras/amd.js +131 -0
  2613. package/openmrs/frontend/systemjs@6.1.3/dist/extras/amd.min.js +1 -0
  2614. package/openmrs/frontend/systemjs@6.1.3/dist/extras/amd.min.js.map +1 -0
  2615. package/openmrs/frontend/systemjs@6.1.3/dist/extras/global.js +82 -0
  2616. package/openmrs/frontend/systemjs@6.1.3/dist/extras/global.min.js +1 -0
  2617. package/openmrs/frontend/systemjs@6.1.3/dist/extras/global.min.js.map +1 -0
  2618. package/openmrs/frontend/systemjs@6.1.3/dist/extras/module-types.js +95 -0
  2619. package/openmrs/frontend/systemjs@6.1.3/dist/extras/module-types.min.js +1 -0
  2620. package/openmrs/frontend/systemjs@6.1.3/dist/extras/module-types.min.js.map +1 -0
  2621. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-exports.js +57 -0
  2622. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-exports.min.js +1 -0
  2623. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-exports.min.js.map +1 -0
  2624. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-register.js +61 -0
  2625. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-register.min.js +1 -0
  2626. package/openmrs/frontend/systemjs@6.1.3/dist/extras/named-register.min.js.map +1 -0
  2627. package/openmrs/frontend/systemjs@6.1.3/dist/extras/transform.js +32 -0
  2628. package/openmrs/frontend/systemjs@6.1.3/dist/extras/transform.min.js +1 -0
  2629. package/openmrs/frontend/systemjs@6.1.3/dist/extras/transform.min.js.map +1 -0
  2630. package/openmrs/frontend/systemjs@6.1.3/dist/extras/use-default.js +14 -0
  2631. package/openmrs/frontend/systemjs@6.1.3/dist/extras/use-default.min.js +1 -0
  2632. package/openmrs/frontend/systemjs@6.1.3/dist/extras/use-default.min.js.map +1 -0
  2633. package/openmrs/frontend/systemjs@6.1.3/dist/s.js +471 -0
  2634. package/openmrs/frontend/systemjs@6.1.3/dist/s.min.js +1 -0
  2635. package/openmrs/frontend/systemjs@6.1.3/dist/s.min.js.map +1 -0
  2636. package/openmrs/frontend/systemjs@6.1.3/dist/system.js +873 -0
  2637. package/openmrs/frontend/systemjs@6.1.3/dist/system.min.js +4 -0
  2638. package/openmrs/frontend/systemjs@6.1.3/dist/system.min.js.map +1 -0
  2639. package/openmrs/frontend/tiny-invariant@1.2.0/LICENSE +21 -0
  2640. package/openmrs/frontend/tiny-invariant@1.2.0/README.md +105 -0
  2641. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.cjs.js +17 -0
  2642. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.d.ts +1 -0
  2643. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.esm.js +15 -0
  2644. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.js +23 -0
  2645. package/openmrs/frontend/tiny-invariant@1.2.0/dist/tiny-invariant.min.js +1 -0
  2646. package/openmrs/frontend/tiny-invariant@1.2.0/package.json +78 -0
  2647. package/openmrs/frontend/tiny-invariant@1.2.0/src/tiny-invariant.flow.js +15 -0
  2648. package/openmrs/frontend/tiny-invariant@1.2.0/src/tiny-invariant.ts +34 -0
  2649. package/openmrs/frontend/tiny-warning@1.0.3/LICENSE +21 -0
  2650. package/openmrs/frontend/tiny-warning@1.0.3/README.md +68 -0
  2651. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.cjs.js +22 -0
  2652. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.cjs.js.flow +3 -0
  2653. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.esm.js +20 -0
  2654. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.js +27 -0
  2655. package/openmrs/frontend/tiny-warning@1.0.3/dist/tiny-warning.min.js +1 -0
  2656. package/openmrs/frontend/tiny-warning@1.0.3/package.json +53 -0
  2657. package/openmrs/frontend/tiny-warning@1.0.3/src/index.d.ts +1 -0
  2658. package/openmrs/frontend/tiny-warning@1.0.3/src/index.js +30 -0
  2659. package/openmrs/frontend/value-equal@1.0.1/LICENSE +21 -0
  2660. package/openmrs/frontend/value-equal@1.0.1/README.md +54 -0
  2661. package/openmrs/frontend/value-equal@1.0.1/cjs/value-equal.js +38 -0
  2662. package/openmrs/frontend/value-equal@1.0.1/cjs/value-equal.min.js +1 -0
  2663. package/openmrs/frontend/value-equal@1.0.1/esm/value-equal.js +36 -0
  2664. package/openmrs/frontend/value-equal@1.0.1/index.js +7 -0
  2665. package/openmrs/frontend/value-equal@1.0.1/package.json +37 -0
  2666. package/openmrs/frontend/value-equal@1.0.1/umd/value-equal.js +44 -0
  2667. package/openmrs/frontend/value-equal@1.0.1/umd/value-equal.min.js +1 -0
  2668. package/openmrs/frontend/void-elements@3.1.0/LICENSE +22 -0
  2669. package/openmrs/frontend/void-elements@3.1.0/README.md +27 -0
  2670. package/openmrs/frontend/void-elements@3.1.0/index.js +21 -0
  2671. package/openmrs/frontend/void-elements@3.1.0/package.json +34 -0
  2672. package/openmrs/frontend/warning@4.0.3/CHANGELOG.md +83 -0
  2673. package/openmrs/frontend/warning@4.0.3/LICENSE.md +21 -0
  2674. package/openmrs/frontend/warning@4.0.3/README.md +69 -0
  2675. package/openmrs/frontend/warning@4.0.3/package.json +55 -0
  2676. package/openmrs/frontend/warning@4.0.3/warning.js +62 -0
  2677. package/overriding-import-map-local.json +16 -0
  2678. package/overriding-import-map.json +7 -0
  2679. package/package.json +60 -0
  2680. package/packmap-package.json +36 -0
  2681. package/statics/dashboard-configs/allappointments.json +52 -0
  2682. package/statics/dashboard-configs/othead.json +22 -0
  2683. package/statics/dashboard-configs/pohead.json +260 -0
  2684. package/statics/dashboard-configs/poprofessional.json +122 -0
  2685. package/statics/dashboard-configs/pthead.json +274 -0
  2686. package/statics/dashboard-configs/ptprofessional.json +122 -0
  2687. package/statics/dashboard-configs/receptionist.json +101 -0
  2688. package/statics/dashboard-configs/receptionistTodoViewAll.json +34 -0
  2689. package/statics/dashboard-configs/socialworker.json +140 -0
  2690. package/statics/headerConfig.json +4 -0
  2691. package/statics/logo.svg +50 -0
@@ -0,0 +1,3172 @@
1
+ module.exports = function(hljs) {
2
+ // Определение идентификаторов
3
+ var UNDERSCORE_IDENT_RE = "[A-Za-zА-Яа-яёЁ_!][A-Za-zА-Яа-яёЁ_0-9]*";
4
+
5
+ // Определение имен функций
6
+ var FUNCTION_NAME_IDENT_RE = "[A-Za-zА-Яа-яёЁ_][A-Za-zА-Яа-яёЁ_0-9]*";
7
+
8
+ // keyword : ключевые слова
9
+ var KEYWORD =
10
+ "and и else иначе endexcept endfinally endforeach конецвсе endif конецесли endwhile конецпока " +
11
+ "except exitfor finally foreach все if если in в not не or или try while пока ";
12
+
13
+ // SYSRES Constants
14
+ var sysres_constants =
15
+ "SYSRES_CONST_ACCES_RIGHT_TYPE_EDIT " +
16
+ "SYSRES_CONST_ACCES_RIGHT_TYPE_FULL " +
17
+ "SYSRES_CONST_ACCES_RIGHT_TYPE_VIEW " +
18
+ "SYSRES_CONST_ACCESS_MODE_REQUISITE_CODE " +
19
+ "SYSRES_CONST_ACCESS_NO_ACCESS_VIEW " +
20
+ "SYSRES_CONST_ACCESS_NO_ACCESS_VIEW_CODE " +
21
+ "SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_CODE " +
22
+ "SYSRES_CONST_ACCESS_RIGHTS_ADD_REQUISITE_YES_CODE " +
23
+ "SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_CODE " +
24
+ "SYSRES_CONST_ACCESS_RIGHTS_CHANGE_REQUISITE_YES_CODE " +
25
+ "SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_CODE " +
26
+ "SYSRES_CONST_ACCESS_RIGHTS_DELETE_REQUISITE_YES_CODE " +
27
+ "SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_CODE " +
28
+ "SYSRES_CONST_ACCESS_RIGHTS_EXECUTE_REQUISITE_YES_CODE " +
29
+ "SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_CODE " +
30
+ "SYSRES_CONST_ACCESS_RIGHTS_NO_ACCESS_REQUISITE_YES_CODE " +
31
+ "SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_CODE " +
32
+ "SYSRES_CONST_ACCESS_RIGHTS_RATIFY_REQUISITE_YES_CODE " +
33
+ "SYSRES_CONST_ACCESS_RIGHTS_REQUISITE_CODE " +
34
+ "SYSRES_CONST_ACCESS_RIGHTS_VIEW " +
35
+ "SYSRES_CONST_ACCESS_RIGHTS_VIEW_CODE " +
36
+ "SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_CODE " +
37
+ "SYSRES_CONST_ACCESS_RIGHTS_VIEW_REQUISITE_YES_CODE " +
38
+ "SYSRES_CONST_ACCESS_TYPE_CHANGE " +
39
+ "SYSRES_CONST_ACCESS_TYPE_CHANGE_CODE " +
40
+ "SYSRES_CONST_ACCESS_TYPE_EXISTS " +
41
+ "SYSRES_CONST_ACCESS_TYPE_EXISTS_CODE " +
42
+ "SYSRES_CONST_ACCESS_TYPE_FULL " +
43
+ "SYSRES_CONST_ACCESS_TYPE_FULL_CODE " +
44
+ "SYSRES_CONST_ACCESS_TYPE_VIEW " +
45
+ "SYSRES_CONST_ACCESS_TYPE_VIEW_CODE " +
46
+ "SYSRES_CONST_ACTION_TYPE_ABORT " +
47
+ "SYSRES_CONST_ACTION_TYPE_ACCEPT " +
48
+ "SYSRES_CONST_ACTION_TYPE_ACCESS_RIGHTS " +
49
+ "SYSRES_CONST_ACTION_TYPE_ADD_ATTACHMENT " +
50
+ "SYSRES_CONST_ACTION_TYPE_CHANGE_CARD " +
51
+ "SYSRES_CONST_ACTION_TYPE_CHANGE_KIND " +
52
+ "SYSRES_CONST_ACTION_TYPE_CHANGE_STORAGE " +
53
+ "SYSRES_CONST_ACTION_TYPE_CONTINUE " +
54
+ "SYSRES_CONST_ACTION_TYPE_COPY " +
55
+ "SYSRES_CONST_ACTION_TYPE_CREATE " +
56
+ "SYSRES_CONST_ACTION_TYPE_CREATE_VERSION " +
57
+ "SYSRES_CONST_ACTION_TYPE_DELETE " +
58
+ "SYSRES_CONST_ACTION_TYPE_DELETE_ATTACHMENT " +
59
+ "SYSRES_CONST_ACTION_TYPE_DELETE_VERSION " +
60
+ "SYSRES_CONST_ACTION_TYPE_DISABLE_DELEGATE_ACCESS_RIGHTS " +
61
+ "SYSRES_CONST_ACTION_TYPE_ENABLE_DELEGATE_ACCESS_RIGHTS " +
62
+ "SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE " +
63
+ "SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_CERTIFICATE_AND_PASSWORD " +
64
+ "SYSRES_CONST_ACTION_TYPE_ENCRYPTION_BY_PASSWORD " +
65
+ "SYSRES_CONST_ACTION_TYPE_EXPORT_WITH_LOCK " +
66
+ "SYSRES_CONST_ACTION_TYPE_EXPORT_WITHOUT_LOCK " +
67
+ "SYSRES_CONST_ACTION_TYPE_IMPORT_WITH_UNLOCK " +
68
+ "SYSRES_CONST_ACTION_TYPE_IMPORT_WITHOUT_UNLOCK " +
69
+ "SYSRES_CONST_ACTION_TYPE_LIFE_CYCLE_STAGE " +
70
+ "SYSRES_CONST_ACTION_TYPE_LOCK " +
71
+ "SYSRES_CONST_ACTION_TYPE_LOCK_FOR_SERVER " +
72
+ "SYSRES_CONST_ACTION_TYPE_LOCK_MODIFY " +
73
+ "SYSRES_CONST_ACTION_TYPE_MARK_AS_READED " +
74
+ "SYSRES_CONST_ACTION_TYPE_MARK_AS_UNREADED " +
75
+ "SYSRES_CONST_ACTION_TYPE_MODIFY " +
76
+ "SYSRES_CONST_ACTION_TYPE_MODIFY_CARD " +
77
+ "SYSRES_CONST_ACTION_TYPE_MOVE_TO_ARCHIVE " +
78
+ "SYSRES_CONST_ACTION_TYPE_OFF_ENCRYPTION " +
79
+ "SYSRES_CONST_ACTION_TYPE_PASSWORD_CHANGE " +
80
+ "SYSRES_CONST_ACTION_TYPE_PERFORM " +
81
+ "SYSRES_CONST_ACTION_TYPE_RECOVER_FROM_LOCAL_COPY " +
82
+ "SYSRES_CONST_ACTION_TYPE_RESTART " +
83
+ "SYSRES_CONST_ACTION_TYPE_RESTORE_FROM_ARCHIVE " +
84
+ "SYSRES_CONST_ACTION_TYPE_REVISION " +
85
+ "SYSRES_CONST_ACTION_TYPE_SEND_BY_MAIL " +
86
+ "SYSRES_CONST_ACTION_TYPE_SIGN " +
87
+ "SYSRES_CONST_ACTION_TYPE_START " +
88
+ "SYSRES_CONST_ACTION_TYPE_UNLOCK " +
89
+ "SYSRES_CONST_ACTION_TYPE_UNLOCK_FROM_SERVER " +
90
+ "SYSRES_CONST_ACTION_TYPE_VERSION_STATE " +
91
+ "SYSRES_CONST_ACTION_TYPE_VERSION_VISIBILITY " +
92
+ "SYSRES_CONST_ACTION_TYPE_VIEW " +
93
+ "SYSRES_CONST_ACTION_TYPE_VIEW_SHADOW_COPY " +
94
+ "SYSRES_CONST_ACTION_TYPE_WORKFLOW_DESCRIPTION_MODIFY " +
95
+ "SYSRES_CONST_ACTION_TYPE_WRITE_HISTORY " +
96
+ "SYSRES_CONST_ACTIVE_VERSION_STATE_PICK_VALUE " +
97
+ "SYSRES_CONST_ADD_REFERENCE_MODE_NAME " +
98
+ "SYSRES_CONST_ADDITION_REQUISITE_CODE " +
99
+ "SYSRES_CONST_ADDITIONAL_PARAMS_REQUISITE_CODE " +
100
+ "SYSRES_CONST_ADITIONAL_JOB_END_DATE_REQUISITE_NAME " +
101
+ "SYSRES_CONST_ADITIONAL_JOB_READ_REQUISITE_NAME " +
102
+ "SYSRES_CONST_ADITIONAL_JOB_START_DATE_REQUISITE_NAME " +
103
+ "SYSRES_CONST_ADITIONAL_JOB_STATE_REQUISITE_NAME " +
104
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION " +
105
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_ADDING_USER_TO_GROUP_ACTION_CODE " +
106
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION " +
107
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_COMP_ACTION_CODE " +
108
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION " +
109
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_GROUP_ACTION_CODE " +
110
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION " +
111
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_CREATION_USER_ACTION_CODE " +
112
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION " +
113
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_CREATION_ACTION " +
114
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION " +
115
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DATABASE_USER_DELETION_ACTION " +
116
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION " +
117
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_COMP_ACTION_CODE " +
118
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION " +
119
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_GROUP_ACTION_CODE " +
120
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION " +
121
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_ACTION_CODE " +
122
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION " +
123
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_DELETION_USER_FROM_GROUP_ACTION_CODE " +
124
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION " +
125
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_ACTION_CODE " +
126
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION " +
127
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_FILTERER_RESTRICTION_ACTION_CODE " +
128
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION " +
129
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_PRIVILEGE_ACTION_CODE " +
130
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION " +
131
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_GRANTING_RIGHTS_ACTION_CODE " +
132
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION " +
133
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_IS_MAIN_SERVER_CHANGED_ACTION_CODE " +
134
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION " +
135
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_IS_PUBLIC_CHANGED_ACTION_CODE " +
136
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION " +
137
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_ACTION_CODE " +
138
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION " +
139
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_FILTERER_RESTRICTION_ACTION_CODE " +
140
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION " +
141
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_PRIVILEGE_ACTION_CODE " +
142
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION " +
143
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_REMOVING_RIGHTS_ACTION_CODE " +
144
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION " +
145
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_CREATION_ACTION " +
146
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION " +
147
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_SERVER_LOGIN_DELETION_ACTION " +
148
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION " +
149
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_CATEGORY_ACTION_CODE " +
150
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION " +
151
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_COMP_TITLE_ACTION_CODE " +
152
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION " +
153
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_FULL_NAME_ACTION_CODE " +
154
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION " +
155
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_GROUP_ACTION_CODE " +
156
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION " +
157
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_PARENT_GROUP_ACTION_CODE " +
158
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION " +
159
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_AUTH_TYPE_ACTION_CODE " +
160
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION " +
161
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_LOGIN_ACTION_CODE " +
162
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION " +
163
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_UPDATING_USER_STATUS_ACTION_CODE " +
164
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE " +
165
+ "SYSRES_CONST_ADMINISTRATION_HISTORY_USER_PASSWORD_CHANGE_ACTION " +
166
+ "SYSRES_CONST_ALL_ACCEPT_CONDITION_RUS " +
167
+ "SYSRES_CONST_ALL_USERS_GROUP " +
168
+ "SYSRES_CONST_ALL_USERS_GROUP_NAME " +
169
+ "SYSRES_CONST_ALL_USERS_SERVER_GROUP_NAME " +
170
+ "SYSRES_CONST_ALLOWED_ACCESS_TYPE_CODE " +
171
+ "SYSRES_CONST_ALLOWED_ACCESS_TYPE_NAME " +
172
+ "SYSRES_CONST_APP_VIEWER_TYPE_REQUISITE_CODE " +
173
+ "SYSRES_CONST_APPROVING_SIGNATURE_NAME " +
174
+ "SYSRES_CONST_APPROVING_SIGNATURE_REQUISITE_CODE " +
175
+ "SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE " +
176
+ "SYSRES_CONST_ASSISTANT_SUBSTITUE_TYPE_CODE " +
177
+ "SYSRES_CONST_ATTACH_TYPE_COMPONENT_TOKEN " +
178
+ "SYSRES_CONST_ATTACH_TYPE_DOC " +
179
+ "SYSRES_CONST_ATTACH_TYPE_EDOC " +
180
+ "SYSRES_CONST_ATTACH_TYPE_FOLDER " +
181
+ "SYSRES_CONST_ATTACH_TYPE_JOB " +
182
+ "SYSRES_CONST_ATTACH_TYPE_REFERENCE " +
183
+ "SYSRES_CONST_ATTACH_TYPE_TASK " +
184
+ "SYSRES_CONST_AUTH_ENCODED_PASSWORD " +
185
+ "SYSRES_CONST_AUTH_ENCODED_PASSWORD_CODE " +
186
+ "SYSRES_CONST_AUTH_NOVELL " +
187
+ "SYSRES_CONST_AUTH_PASSWORD " +
188
+ "SYSRES_CONST_AUTH_PASSWORD_CODE " +
189
+ "SYSRES_CONST_AUTH_WINDOWS " +
190
+ "SYSRES_CONST_AUTHENTICATING_SIGNATURE_NAME " +
191
+ "SYSRES_CONST_AUTHENTICATING_SIGNATURE_REQUISITE_CODE " +
192
+ "SYSRES_CONST_AUTO_ENUM_METHOD_FLAG " +
193
+ "SYSRES_CONST_AUTO_NUMERATION_CODE " +
194
+ "SYSRES_CONST_AUTO_STRONG_ENUM_METHOD_FLAG " +
195
+ "SYSRES_CONST_AUTOTEXT_NAME_REQUISITE_CODE " +
196
+ "SYSRES_CONST_AUTOTEXT_TEXT_REQUISITE_CODE " +
197
+ "SYSRES_CONST_AUTOTEXT_USAGE_ALL " +
198
+ "SYSRES_CONST_AUTOTEXT_USAGE_ALL_CODE " +
199
+ "SYSRES_CONST_AUTOTEXT_USAGE_SIGN " +
200
+ "SYSRES_CONST_AUTOTEXT_USAGE_SIGN_CODE " +
201
+ "SYSRES_CONST_AUTOTEXT_USAGE_WORK " +
202
+ "SYSRES_CONST_AUTOTEXT_USAGE_WORK_CODE " +
203
+ "SYSRES_CONST_AUTOTEXT_USE_ANYWHERE_CODE " +
204
+ "SYSRES_CONST_AUTOTEXT_USE_ON_SIGNING_CODE " +
205
+ "SYSRES_CONST_AUTOTEXT_USE_ON_WORK_CODE " +
206
+ "SYSRES_CONST_BEGIN_DATE_REQUISITE_CODE " +
207
+ "SYSRES_CONST_BLACK_LIFE_CYCLE_STAGE_FONT_COLOR " +
208
+ "SYSRES_CONST_BLUE_LIFE_CYCLE_STAGE_FONT_COLOR " +
209
+ "SYSRES_CONST_BTN_PART " +
210
+ "SYSRES_CONST_CALCULATED_ROLE_TYPE_CODE " +
211
+ "SYSRES_CONST_CALL_TYPE_VARIABLE_BUTTON_VALUE " +
212
+ "SYSRES_CONST_CALL_TYPE_VARIABLE_PROGRAM_VALUE " +
213
+ "SYSRES_CONST_CANCEL_MESSAGE_FUNCTION_RESULT " +
214
+ "SYSRES_CONST_CARD_PART " +
215
+ "SYSRES_CONST_CARD_REFERENCE_MODE_NAME " +
216
+ "SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_ENCRYPT_VALUE " +
217
+ "SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_AND_ENCRYPT_VALUE " +
218
+ "SYSRES_CONST_CERTIFICATE_TYPE_REQUISITE_SIGN_VALUE " +
219
+ "SYSRES_CONST_CHECK_PARAM_VALUE_DATE_PARAM_TYPE " +
220
+ "SYSRES_CONST_CHECK_PARAM_VALUE_FLOAT_PARAM_TYPE " +
221
+ "SYSRES_CONST_CHECK_PARAM_VALUE_INTEGER_PARAM_TYPE " +
222
+ "SYSRES_CONST_CHECK_PARAM_VALUE_PICK_PARAM_TYPE " +
223
+ "SYSRES_CONST_CHECK_PARAM_VALUE_REEFRENCE_PARAM_TYPE " +
224
+ "SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_FEMININE " +
225
+ "SYSRES_CONST_CLOSED_RECORD_FLAG_VALUE_MASCULINE " +
226
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_ADMIN " +
227
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_DEVELOPER " +
228
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_DOCS " +
229
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_EDOC_CARDS " +
230
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_EXTERNAL_EXECUTABLE " +
231
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_OTHER " +
232
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_REFERENCE " +
233
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_REPORT " +
234
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_SCRIPT " +
235
+ "SYSRES_CONST_CODE_COMPONENT_TYPE_URL " +
236
+ "SYSRES_CONST_CODE_REQUISITE_ACCESS " +
237
+ "SYSRES_CONST_CODE_REQUISITE_CODE " +
238
+ "SYSRES_CONST_CODE_REQUISITE_COMPONENT " +
239
+ "SYSRES_CONST_CODE_REQUISITE_DESCRIPTION " +
240
+ "SYSRES_CONST_CODE_REQUISITE_EXCLUDE_COMPONENT " +
241
+ "SYSRES_CONST_CODE_REQUISITE_RECORD " +
242
+ "SYSRES_CONST_COMMENT_REQ_CODE " +
243
+ "SYSRES_CONST_COMMON_SETTINGS_REQUISITE_CODE " +
244
+ "SYSRES_CONST_COMP_CODE_GRD " +
245
+ "SYSRES_CONST_COMPONENT_GROUP_TYPE_REQUISITE_CODE " +
246
+ "SYSRES_CONST_COMPONENT_TYPE_ADMIN_COMPONENTS " +
247
+ "SYSRES_CONST_COMPONENT_TYPE_DEVELOPER_COMPONENTS " +
248
+ "SYSRES_CONST_COMPONENT_TYPE_DOCS " +
249
+ "SYSRES_CONST_COMPONENT_TYPE_EDOC_CARDS " +
250
+ "SYSRES_CONST_COMPONENT_TYPE_EDOCS " +
251
+ "SYSRES_CONST_COMPONENT_TYPE_EXTERNAL_EXECUTABLE " +
252
+ "SYSRES_CONST_COMPONENT_TYPE_OTHER " +
253
+ "SYSRES_CONST_COMPONENT_TYPE_REFERENCE_TYPES " +
254
+ "SYSRES_CONST_COMPONENT_TYPE_REFERENCES " +
255
+ "SYSRES_CONST_COMPONENT_TYPE_REPORTS " +
256
+ "SYSRES_CONST_COMPONENT_TYPE_SCRIPTS " +
257
+ "SYSRES_CONST_COMPONENT_TYPE_URL " +
258
+ "SYSRES_CONST_COMPONENTS_REMOTE_SERVERS_VIEW_CODE " +
259
+ "SYSRES_CONST_CONDITION_BLOCK_DESCRIPTION " +
260
+ "SYSRES_CONST_CONST_FIRM_STATUS_COMMON " +
261
+ "SYSRES_CONST_CONST_FIRM_STATUS_INDIVIDUAL " +
262
+ "SYSRES_CONST_CONST_NEGATIVE_VALUE " +
263
+ "SYSRES_CONST_CONST_POSITIVE_VALUE " +
264
+ "SYSRES_CONST_CONST_SERVER_STATUS_DONT_REPLICATE " +
265
+ "SYSRES_CONST_CONST_SERVER_STATUS_REPLICATE " +
266
+ "SYSRES_CONST_CONTENTS_REQUISITE_CODE " +
267
+ "SYSRES_CONST_DATA_TYPE_BOOLEAN " +
268
+ "SYSRES_CONST_DATA_TYPE_DATE " +
269
+ "SYSRES_CONST_DATA_TYPE_FLOAT " +
270
+ "SYSRES_CONST_DATA_TYPE_INTEGER " +
271
+ "SYSRES_CONST_DATA_TYPE_PICK " +
272
+ "SYSRES_CONST_DATA_TYPE_REFERENCE " +
273
+ "SYSRES_CONST_DATA_TYPE_STRING " +
274
+ "SYSRES_CONST_DATA_TYPE_TEXT " +
275
+ "SYSRES_CONST_DATA_TYPE_VARIANT " +
276
+ "SYSRES_CONST_DATE_CLOSE_REQ_CODE " +
277
+ "SYSRES_CONST_DATE_FORMAT_DATE_ONLY_CHAR " +
278
+ "SYSRES_CONST_DATE_OPEN_REQ_CODE " +
279
+ "SYSRES_CONST_DATE_REQUISITE " +
280
+ "SYSRES_CONST_DATE_REQUISITE_CODE " +
281
+ "SYSRES_CONST_DATE_REQUISITE_NAME " +
282
+ "SYSRES_CONST_DATE_REQUISITE_TYPE " +
283
+ "SYSRES_CONST_DATE_TYPE_CHAR " +
284
+ "SYSRES_CONST_DATETIME_FORMAT_VALUE " +
285
+ "SYSRES_CONST_DEA_ACCESS_RIGHTS_ACTION_CODE " +
286
+ "SYSRES_CONST_DESCRIPTION_LOCALIZE_ID_REQUISITE_CODE " +
287
+ "SYSRES_CONST_DESCRIPTION_REQUISITE_CODE " +
288
+ "SYSRES_CONST_DET1_PART " +
289
+ "SYSRES_CONST_DET2_PART " +
290
+ "SYSRES_CONST_DET3_PART " +
291
+ "SYSRES_CONST_DET4_PART " +
292
+ "SYSRES_CONST_DET5_PART " +
293
+ "SYSRES_CONST_DET6_PART " +
294
+ "SYSRES_CONST_DETAIL_DATASET_KEY_REQUISITE_CODE " +
295
+ "SYSRES_CONST_DETAIL_PICK_REQUISITE_CODE " +
296
+ "SYSRES_CONST_DETAIL_REQ_CODE " +
297
+ "SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_CODE " +
298
+ "SYSRES_CONST_DO_NOT_USE_ACCESS_TYPE_NAME " +
299
+ "SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_CODE " +
300
+ "SYSRES_CONST_DO_NOT_USE_ON_VIEW_ACCESS_TYPE_NAME " +
301
+ "SYSRES_CONST_DOCUMENT_STORAGES_CODE " +
302
+ "SYSRES_CONST_DOCUMENT_TEMPLATES_TYPE_NAME " +
303
+ "SYSRES_CONST_DOUBLE_REQUISITE_CODE " +
304
+ "SYSRES_CONST_EDITOR_CLOSE_FILE_OBSERV_TYPE_CODE " +
305
+ "SYSRES_CONST_EDITOR_CLOSE_PROCESS_OBSERV_TYPE_CODE " +
306
+ "SYSRES_CONST_EDITOR_TYPE_REQUISITE_CODE " +
307
+ "SYSRES_CONST_EDITORS_APPLICATION_NAME_REQUISITE_CODE " +
308
+ "SYSRES_CONST_EDITORS_CREATE_SEVERAL_PROCESSES_REQUISITE_CODE " +
309
+ "SYSRES_CONST_EDITORS_EXTENSION_REQUISITE_CODE " +
310
+ "SYSRES_CONST_EDITORS_OBSERVER_BY_PROCESS_TYPE " +
311
+ "SYSRES_CONST_EDITORS_REFERENCE_CODE " +
312
+ "SYSRES_CONST_EDITORS_REPLACE_SPEC_CHARS_REQUISITE_CODE " +
313
+ "SYSRES_CONST_EDITORS_USE_PLUGINS_REQUISITE_CODE " +
314
+ "SYSRES_CONST_EDITORS_VIEW_DOCUMENT_OPENED_TO_EDIT_CODE " +
315
+ "SYSRES_CONST_EDOC_CARD_TYPE_REQUISITE_CODE " +
316
+ "SYSRES_CONST_EDOC_CARD_TYPES_LINK_REQUISITE_CODE " +
317
+ "SYSRES_CONST_EDOC_CERTIFICATE_AND_PASSWORD_ENCODE_CODE " +
318
+ "SYSRES_CONST_EDOC_CERTIFICATE_ENCODE_CODE " +
319
+ "SYSRES_CONST_EDOC_DATE_REQUISITE_CODE " +
320
+ "SYSRES_CONST_EDOC_KIND_REFERENCE_CODE " +
321
+ "SYSRES_CONST_EDOC_KINDS_BY_TEMPLATE_ACTION_CODE " +
322
+ "SYSRES_CONST_EDOC_MANAGE_ACCESS_CODE " +
323
+ "SYSRES_CONST_EDOC_NONE_ENCODE_CODE " +
324
+ "SYSRES_CONST_EDOC_NUMBER_REQUISITE_CODE " +
325
+ "SYSRES_CONST_EDOC_PASSWORD_ENCODE_CODE " +
326
+ "SYSRES_CONST_EDOC_READONLY_ACCESS_CODE " +
327
+ "SYSRES_CONST_EDOC_SHELL_LIFE_TYPE_VIEW_VALUE " +
328
+ "SYSRES_CONST_EDOC_SIZE_RESTRICTION_PRIORITY_REQUISITE_CODE " +
329
+ "SYSRES_CONST_EDOC_STORAGE_CHECK_ACCESS_RIGHTS_REQUISITE_CODE " +
330
+ "SYSRES_CONST_EDOC_STORAGE_COMPUTER_NAME_REQUISITE_CODE " +
331
+ "SYSRES_CONST_EDOC_STORAGE_DATABASE_NAME_REQUISITE_CODE " +
332
+ "SYSRES_CONST_EDOC_STORAGE_EDIT_IN_STORAGE_REQUISITE_CODE " +
333
+ "SYSRES_CONST_EDOC_STORAGE_LOCAL_PATH_REQUISITE_CODE " +
334
+ "SYSRES_CONST_EDOC_STORAGE_SHARED_SOURCE_NAME_REQUISITE_CODE " +
335
+ "SYSRES_CONST_EDOC_TEMPLATE_REQUISITE_CODE " +
336
+ "SYSRES_CONST_EDOC_TYPES_REFERENCE_CODE " +
337
+ "SYSRES_CONST_EDOC_VERSION_ACTIVE_STAGE_CODE " +
338
+ "SYSRES_CONST_EDOC_VERSION_DESIGN_STAGE_CODE " +
339
+ "SYSRES_CONST_EDOC_VERSION_OBSOLETE_STAGE_CODE " +
340
+ "SYSRES_CONST_EDOC_WRITE_ACCES_CODE " +
341
+ "SYSRES_CONST_EDOCUMENT_CARD_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE " +
342
+ "SYSRES_CONST_ENCODE_CERTIFICATE_TYPE_CODE " +
343
+ "SYSRES_CONST_END_DATE_REQUISITE_CODE " +
344
+ "SYSRES_CONST_ENUMERATION_TYPE_REQUISITE_CODE " +
345
+ "SYSRES_CONST_EXECUTE_ACCESS_RIGHTS_TYPE_CODE " +
346
+ "SYSRES_CONST_EXECUTIVE_FILE_STORAGE_TYPE " +
347
+ "SYSRES_CONST_EXIST_CONST " +
348
+ "SYSRES_CONST_EXIST_VALUE " +
349
+ "SYSRES_CONST_EXPORT_LOCK_TYPE_ASK " +
350
+ "SYSRES_CONST_EXPORT_LOCK_TYPE_WITH_LOCK " +
351
+ "SYSRES_CONST_EXPORT_LOCK_TYPE_WITHOUT_LOCK " +
352
+ "SYSRES_CONST_EXPORT_VERSION_TYPE_ASK " +
353
+ "SYSRES_CONST_EXPORT_VERSION_TYPE_LAST " +
354
+ "SYSRES_CONST_EXPORT_VERSION_TYPE_LAST_ACTIVE " +
355
+ "SYSRES_CONST_EXTENSION_REQUISITE_CODE " +
356
+ "SYSRES_CONST_FILTER_NAME_REQUISITE_CODE " +
357
+ "SYSRES_CONST_FILTER_REQUISITE_CODE " +
358
+ "SYSRES_CONST_FILTER_TYPE_COMMON_CODE " +
359
+ "SYSRES_CONST_FILTER_TYPE_COMMON_NAME " +
360
+ "SYSRES_CONST_FILTER_TYPE_USER_CODE " +
361
+ "SYSRES_CONST_FILTER_TYPE_USER_NAME " +
362
+ "SYSRES_CONST_FILTER_VALUE_REQUISITE_NAME " +
363
+ "SYSRES_CONST_FLOAT_NUMBER_FORMAT_CHAR " +
364
+ "SYSRES_CONST_FLOAT_REQUISITE_TYPE " +
365
+ "SYSRES_CONST_FOLDER_AUTHOR_VALUE " +
366
+ "SYSRES_CONST_FOLDER_KIND_ANY_OBJECTS " +
367
+ "SYSRES_CONST_FOLDER_KIND_COMPONENTS " +
368
+ "SYSRES_CONST_FOLDER_KIND_EDOCS " +
369
+ "SYSRES_CONST_FOLDER_KIND_JOBS " +
370
+ "SYSRES_CONST_FOLDER_KIND_TASKS " +
371
+ "SYSRES_CONST_FOLDER_TYPE_COMMON " +
372
+ "SYSRES_CONST_FOLDER_TYPE_COMPONENT " +
373
+ "SYSRES_CONST_FOLDER_TYPE_FAVORITES " +
374
+ "SYSRES_CONST_FOLDER_TYPE_INBOX " +
375
+ "SYSRES_CONST_FOLDER_TYPE_OUTBOX " +
376
+ "SYSRES_CONST_FOLDER_TYPE_QUICK_LAUNCH " +
377
+ "SYSRES_CONST_FOLDER_TYPE_SEARCH " +
378
+ "SYSRES_CONST_FOLDER_TYPE_SHORTCUTS " +
379
+ "SYSRES_CONST_FOLDER_TYPE_USER " +
380
+ "SYSRES_CONST_FROM_DICTIONARY_ENUM_METHOD_FLAG " +
381
+ "SYSRES_CONST_FULL_SUBSTITUTE_TYPE " +
382
+ "SYSRES_CONST_FULL_SUBSTITUTE_TYPE_CODE " +
383
+ "SYSRES_CONST_FUNCTION_CANCEL_RESULT " +
384
+ "SYSRES_CONST_FUNCTION_CATEGORY_SYSTEM " +
385
+ "SYSRES_CONST_FUNCTION_CATEGORY_USER " +
386
+ "SYSRES_CONST_FUNCTION_FAILURE_RESULT " +
387
+ "SYSRES_CONST_FUNCTION_SAVE_RESULT " +
388
+ "SYSRES_CONST_GENERATED_REQUISITE " +
389
+ "SYSRES_CONST_GREEN_LIFE_CYCLE_STAGE_FONT_COLOR " +
390
+ "SYSRES_CONST_GROUP_ACCOUNT_TYPE_VALUE_CODE " +
391
+ "SYSRES_CONST_GROUP_CATEGORY_NORMAL_CODE " +
392
+ "SYSRES_CONST_GROUP_CATEGORY_NORMAL_NAME " +
393
+ "SYSRES_CONST_GROUP_CATEGORY_SERVICE_CODE " +
394
+ "SYSRES_CONST_GROUP_CATEGORY_SERVICE_NAME " +
395
+ "SYSRES_CONST_GROUP_COMMON_CATEGORY_FIELD_VALUE " +
396
+ "SYSRES_CONST_GROUP_FULL_NAME_REQUISITE_CODE " +
397
+ "SYSRES_CONST_GROUP_NAME_REQUISITE_CODE " +
398
+ "SYSRES_CONST_GROUP_RIGHTS_T_REQUISITE_CODE " +
399
+ "SYSRES_CONST_GROUP_SERVER_CODES_REQUISITE_CODE " +
400
+ "SYSRES_CONST_GROUP_SERVER_NAME_REQUISITE_CODE " +
401
+ "SYSRES_CONST_GROUP_SERVICE_CATEGORY_FIELD_VALUE " +
402
+ "SYSRES_CONST_GROUP_USER_REQUISITE_CODE " +
403
+ "SYSRES_CONST_GROUPS_REFERENCE_CODE " +
404
+ "SYSRES_CONST_GROUPS_REQUISITE_CODE " +
405
+ "SYSRES_CONST_HIDDEN_MODE_NAME " +
406
+ "SYSRES_CONST_HIGH_LVL_REQUISITE_CODE " +
407
+ "SYSRES_CONST_HISTORY_ACTION_CREATE_CODE " +
408
+ "SYSRES_CONST_HISTORY_ACTION_DELETE_CODE " +
409
+ "SYSRES_CONST_HISTORY_ACTION_EDIT_CODE " +
410
+ "SYSRES_CONST_HOUR_CHAR " +
411
+ "SYSRES_CONST_ID_REQUISITE_CODE " +
412
+ "SYSRES_CONST_IDSPS_REQUISITE_CODE " +
413
+ "SYSRES_CONST_IMAGE_MODE_COLOR " +
414
+ "SYSRES_CONST_IMAGE_MODE_GREYSCALE " +
415
+ "SYSRES_CONST_IMAGE_MODE_MONOCHROME " +
416
+ "SYSRES_CONST_IMPORTANCE_HIGH " +
417
+ "SYSRES_CONST_IMPORTANCE_LOW " +
418
+ "SYSRES_CONST_IMPORTANCE_NORMAL " +
419
+ "SYSRES_CONST_IN_DESIGN_VERSION_STATE_PICK_VALUE " +
420
+ "SYSRES_CONST_INCOMING_WORK_RULE_TYPE_CODE " +
421
+ "SYSRES_CONST_INT_REQUISITE " +
422
+ "SYSRES_CONST_INT_REQUISITE_TYPE " +
423
+ "SYSRES_CONST_INTEGER_NUMBER_FORMAT_CHAR " +
424
+ "SYSRES_CONST_INTEGER_TYPE_CHAR " +
425
+ "SYSRES_CONST_IS_GENERATED_REQUISITE_NEGATIVE_VALUE " +
426
+ "SYSRES_CONST_IS_PUBLIC_ROLE_REQUISITE_CODE " +
427
+ "SYSRES_CONST_IS_REMOTE_USER_NEGATIVE_VALUE " +
428
+ "SYSRES_CONST_IS_REMOTE_USER_POSITIVE_VALUE " +
429
+ "SYSRES_CONST_IS_STORED_REQUISITE_NEGATIVE_VALUE " +
430
+ "SYSRES_CONST_IS_STORED_REQUISITE_STORED_VALUE " +
431
+ "SYSRES_CONST_ITALIC_LIFE_CYCLE_STAGE_DRAW_STYLE " +
432
+ "SYSRES_CONST_JOB_BLOCK_DESCRIPTION " +
433
+ "SYSRES_CONST_JOB_KIND_CONTROL_JOB " +
434
+ "SYSRES_CONST_JOB_KIND_JOB " +
435
+ "SYSRES_CONST_JOB_KIND_NOTICE " +
436
+ "SYSRES_CONST_JOB_STATE_ABORTED " +
437
+ "SYSRES_CONST_JOB_STATE_COMPLETE " +
438
+ "SYSRES_CONST_JOB_STATE_WORKING " +
439
+ "SYSRES_CONST_KIND_REQUISITE_CODE " +
440
+ "SYSRES_CONST_KIND_REQUISITE_NAME " +
441
+ "SYSRES_CONST_KINDS_CREATE_SHADOW_COPIES_REQUISITE_CODE " +
442
+ "SYSRES_CONST_KINDS_DEFAULT_EDOC_LIFE_STAGE_REQUISITE_CODE " +
443
+ "SYSRES_CONST_KINDS_EDOC_ALL_TEPLATES_ALLOWED_REQUISITE_CODE " +
444
+ "SYSRES_CONST_KINDS_EDOC_ALLOW_LIFE_CYCLE_STAGE_CHANGING_REQUISITE_CODE " +
445
+ "SYSRES_CONST_KINDS_EDOC_ALLOW_MULTIPLE_ACTIVE_VERSIONS_REQUISITE_CODE " +
446
+ "SYSRES_CONST_KINDS_EDOC_SHARE_ACCES_RIGHTS_BY_DEFAULT_CODE " +
447
+ "SYSRES_CONST_KINDS_EDOC_TEMPLATE_REQUISITE_CODE " +
448
+ "SYSRES_CONST_KINDS_EDOC_TYPE_REQUISITE_CODE " +
449
+ "SYSRES_CONST_KINDS_SIGNERS_REQUISITES_CODE " +
450
+ "SYSRES_CONST_KOD_INPUT_TYPE " +
451
+ "SYSRES_CONST_LAST_UPDATE_DATE_REQUISITE_CODE " +
452
+ "SYSRES_CONST_LIFE_CYCLE_START_STAGE_REQUISITE_CODE " +
453
+ "SYSRES_CONST_LILAC_LIFE_CYCLE_STAGE_FONT_COLOR " +
454
+ "SYSRES_CONST_LINK_OBJECT_KIND_COMPONENT " +
455
+ "SYSRES_CONST_LINK_OBJECT_KIND_DOCUMENT " +
456
+ "SYSRES_CONST_LINK_OBJECT_KIND_EDOC " +
457
+ "SYSRES_CONST_LINK_OBJECT_KIND_FOLDER " +
458
+ "SYSRES_CONST_LINK_OBJECT_KIND_JOB " +
459
+ "SYSRES_CONST_LINK_OBJECT_KIND_REFERENCE " +
460
+ "SYSRES_CONST_LINK_OBJECT_KIND_TASK " +
461
+ "SYSRES_CONST_LINK_REF_TYPE_REQUISITE_CODE " +
462
+ "SYSRES_CONST_LIST_REFERENCE_MODE_NAME " +
463
+ "SYSRES_CONST_LOCALIZATION_DICTIONARY_MAIN_VIEW_CODE " +
464
+ "SYSRES_CONST_MAIN_VIEW_CODE " +
465
+ "SYSRES_CONST_MANUAL_ENUM_METHOD_FLAG " +
466
+ "SYSRES_CONST_MASTER_COMP_TYPE_REQUISITE_CODE " +
467
+ "SYSRES_CONST_MASTER_TABLE_REC_ID_REQUISITE_CODE " +
468
+ "SYSRES_CONST_MAXIMIZED_MODE_NAME " +
469
+ "SYSRES_CONST_ME_VALUE " +
470
+ "SYSRES_CONST_MESSAGE_ATTENTION_CAPTION " +
471
+ "SYSRES_CONST_MESSAGE_CONFIRMATION_CAPTION " +
472
+ "SYSRES_CONST_MESSAGE_ERROR_CAPTION " +
473
+ "SYSRES_CONST_MESSAGE_INFORMATION_CAPTION " +
474
+ "SYSRES_CONST_MINIMIZED_MODE_NAME " +
475
+ "SYSRES_CONST_MINUTE_CHAR " +
476
+ "SYSRES_CONST_MODULE_REQUISITE_CODE " +
477
+ "SYSRES_CONST_MONITORING_BLOCK_DESCRIPTION " +
478
+ "SYSRES_CONST_MONTH_FORMAT_VALUE " +
479
+ "SYSRES_CONST_NAME_LOCALIZE_ID_REQUISITE_CODE " +
480
+ "SYSRES_CONST_NAME_REQUISITE_CODE " +
481
+ "SYSRES_CONST_NAME_SINGULAR_REQUISITE_CODE " +
482
+ "SYSRES_CONST_NAMEAN_INPUT_TYPE " +
483
+ "SYSRES_CONST_NEGATIVE_PICK_VALUE " +
484
+ "SYSRES_CONST_NEGATIVE_VALUE " +
485
+ "SYSRES_CONST_NO " +
486
+ "SYSRES_CONST_NO_PICK_VALUE " +
487
+ "SYSRES_CONST_NO_SIGNATURE_REQUISITE_CODE " +
488
+ "SYSRES_CONST_NO_VALUE " +
489
+ "SYSRES_CONST_NONE_ACCESS_RIGHTS_TYPE_CODE " +
490
+ "SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE " +
491
+ "SYSRES_CONST_NONOPERATING_RECORD_FLAG_VALUE_MASCULINE " +
492
+ "SYSRES_CONST_NORMAL_ACCESS_RIGHTS_TYPE_CODE " +
493
+ "SYSRES_CONST_NORMAL_LIFE_CYCLE_STAGE_DRAW_STYLE " +
494
+ "SYSRES_CONST_NORMAL_MODE_NAME " +
495
+ "SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_CODE " +
496
+ "SYSRES_CONST_NOT_ALLOWED_ACCESS_TYPE_NAME " +
497
+ "SYSRES_CONST_NOTE_REQUISITE_CODE " +
498
+ "SYSRES_CONST_NOTICE_BLOCK_DESCRIPTION " +
499
+ "SYSRES_CONST_NUM_REQUISITE " +
500
+ "SYSRES_CONST_NUM_STR_REQUISITE_CODE " +
501
+ "SYSRES_CONST_NUMERATION_AUTO_NOT_STRONG " +
502
+ "SYSRES_CONST_NUMERATION_AUTO_STRONG " +
503
+ "SYSRES_CONST_NUMERATION_FROM_DICTONARY " +
504
+ "SYSRES_CONST_NUMERATION_MANUAL " +
505
+ "SYSRES_CONST_NUMERIC_TYPE_CHAR " +
506
+ "SYSRES_CONST_NUMREQ_REQUISITE_CODE " +
507
+ "SYSRES_CONST_OBSOLETE_VERSION_STATE_PICK_VALUE " +
508
+ "SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE " +
509
+ "SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_CODE " +
510
+ "SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_FEMININE " +
511
+ "SYSRES_CONST_OPERATING_RECORD_FLAG_VALUE_MASCULINE " +
512
+ "SYSRES_CONST_OPTIONAL_FORM_COMP_REQCODE_PREFIX " +
513
+ "SYSRES_CONST_ORANGE_LIFE_CYCLE_STAGE_FONT_COLOR " +
514
+ "SYSRES_CONST_ORIGINALREF_REQUISITE_CODE " +
515
+ "SYSRES_CONST_OURFIRM_REF_CODE " +
516
+ "SYSRES_CONST_OURFIRM_REQUISITE_CODE " +
517
+ "SYSRES_CONST_OURFIRM_VAR " +
518
+ "SYSRES_CONST_OUTGOING_WORK_RULE_TYPE_CODE " +
519
+ "SYSRES_CONST_PICK_NEGATIVE_RESULT " +
520
+ "SYSRES_CONST_PICK_POSITIVE_RESULT " +
521
+ "SYSRES_CONST_PICK_REQUISITE " +
522
+ "SYSRES_CONST_PICK_REQUISITE_TYPE " +
523
+ "SYSRES_CONST_PICK_TYPE_CHAR " +
524
+ "SYSRES_CONST_PLAN_STATUS_REQUISITE_CODE " +
525
+ "SYSRES_CONST_PLATFORM_VERSION_COMMENT " +
526
+ "SYSRES_CONST_PLUGINS_SETTINGS_DESCRIPTION_REQUISITE_CODE " +
527
+ "SYSRES_CONST_POSITIVE_PICK_VALUE " +
528
+ "SYSRES_CONST_POWER_TO_CREATE_ACTION_CODE " +
529
+ "SYSRES_CONST_POWER_TO_SIGN_ACTION_CODE " +
530
+ "SYSRES_CONST_PRIORITY_REQUISITE_CODE " +
531
+ "SYSRES_CONST_QUALIFIED_TASK_TYPE " +
532
+ "SYSRES_CONST_QUALIFIED_TASK_TYPE_CODE " +
533
+ "SYSRES_CONST_RECSTAT_REQUISITE_CODE " +
534
+ "SYSRES_CONST_RED_LIFE_CYCLE_STAGE_FONT_COLOR " +
535
+ "SYSRES_CONST_REF_ID_T_REF_TYPE_REQUISITE_CODE " +
536
+ "SYSRES_CONST_REF_REQUISITE " +
537
+ "SYSRES_CONST_REF_REQUISITE_TYPE " +
538
+ "SYSRES_CONST_REF_REQUISITES_REFERENCE_CODE_SELECTED_REQUISITE " +
539
+ "SYSRES_CONST_REFERENCE_RECORD_HISTORY_CREATE_ACTION_CODE " +
540
+ "SYSRES_CONST_REFERENCE_RECORD_HISTORY_DELETE_ACTION_CODE " +
541
+ "SYSRES_CONST_REFERENCE_RECORD_HISTORY_MODIFY_ACTION_CODE " +
542
+ "SYSRES_CONST_REFERENCE_TYPE_CHAR " +
543
+ "SYSRES_CONST_REFERENCE_TYPE_REQUISITE_NAME " +
544
+ "SYSRES_CONST_REFERENCES_ADD_PARAMS_REQUISITE_CODE " +
545
+ "SYSRES_CONST_REFERENCES_DISPLAY_REQUISITE_REQUISITE_CODE " +
546
+ "SYSRES_CONST_REMOTE_SERVER_STATUS_WORKING " +
547
+ "SYSRES_CONST_REMOTE_SERVER_TYPE_MAIN " +
548
+ "SYSRES_CONST_REMOTE_SERVER_TYPE_SECONDARY " +
549
+ "SYSRES_CONST_REMOTE_USER_FLAG_VALUE_CODE " +
550
+ "SYSRES_CONST_REPORT_APP_EDITOR_INTERNAL " +
551
+ "SYSRES_CONST_REPORT_BASE_REPORT_ID_REQUISITE_CODE " +
552
+ "SYSRES_CONST_REPORT_BASE_REPORT_REQUISITE_CODE " +
553
+ "SYSRES_CONST_REPORT_SCRIPT_REQUISITE_CODE " +
554
+ "SYSRES_CONST_REPORT_TEMPLATE_REQUISITE_CODE " +
555
+ "SYSRES_CONST_REPORT_VIEWER_CODE_REQUISITE_CODE " +
556
+ "SYSRES_CONST_REQ_ALLOW_COMPONENT_DEFAULT_VALUE " +
557
+ "SYSRES_CONST_REQ_ALLOW_RECORD_DEFAULT_VALUE " +
558
+ "SYSRES_CONST_REQ_ALLOW_SERVER_COMPONENT_DEFAULT_VALUE " +
559
+ "SYSRES_CONST_REQ_MODE_AVAILABLE_CODE " +
560
+ "SYSRES_CONST_REQ_MODE_EDIT_CODE " +
561
+ "SYSRES_CONST_REQ_MODE_HIDDEN_CODE " +
562
+ "SYSRES_CONST_REQ_MODE_NOT_AVAILABLE_CODE " +
563
+ "SYSRES_CONST_REQ_MODE_VIEW_CODE " +
564
+ "SYSRES_CONST_REQ_NUMBER_REQUISITE_CODE " +
565
+ "SYSRES_CONST_REQ_SECTION_VALUE " +
566
+ "SYSRES_CONST_REQ_TYPE_VALUE " +
567
+ "SYSRES_CONST_REQUISITE_FORMAT_BY_UNIT " +
568
+ "SYSRES_CONST_REQUISITE_FORMAT_DATE_FULL " +
569
+ "SYSRES_CONST_REQUISITE_FORMAT_DATE_TIME " +
570
+ "SYSRES_CONST_REQUISITE_FORMAT_LEFT " +
571
+ "SYSRES_CONST_REQUISITE_FORMAT_RIGHT " +
572
+ "SYSRES_CONST_REQUISITE_FORMAT_WITHOUT_UNIT " +
573
+ "SYSRES_CONST_REQUISITE_NUMBER_REQUISITE_CODE " +
574
+ "SYSRES_CONST_REQUISITE_SECTION_ACTIONS " +
575
+ "SYSRES_CONST_REQUISITE_SECTION_BUTTON " +
576
+ "SYSRES_CONST_REQUISITE_SECTION_BUTTONS " +
577
+ "SYSRES_CONST_REQUISITE_SECTION_CARD " +
578
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE " +
579
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE10 " +
580
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE11 " +
581
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE12 " +
582
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE13 " +
583
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE14 " +
584
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE15 " +
585
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE16 " +
586
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE17 " +
587
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE18 " +
588
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE19 " +
589
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE2 " +
590
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE20 " +
591
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE21 " +
592
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE22 " +
593
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE23 " +
594
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE24 " +
595
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE3 " +
596
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE4 " +
597
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE5 " +
598
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE6 " +
599
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE7 " +
600
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE8 " +
601
+ "SYSRES_CONST_REQUISITE_SECTION_TABLE9 " +
602
+ "SYSRES_CONST_REQUISITES_PSEUDOREFERENCE_REQUISITE_NUMBER_REQUISITE_CODE " +
603
+ "SYSRES_CONST_RIGHT_ALIGNMENT_CODE " +
604
+ "SYSRES_CONST_ROLES_REFERENCE_CODE " +
605
+ "SYSRES_CONST_ROUTE_STEP_AFTER_RUS " +
606
+ "SYSRES_CONST_ROUTE_STEP_AND_CONDITION_RUS " +
607
+ "SYSRES_CONST_ROUTE_STEP_OR_CONDITION_RUS " +
608
+ "SYSRES_CONST_ROUTE_TYPE_COMPLEX " +
609
+ "SYSRES_CONST_ROUTE_TYPE_PARALLEL " +
610
+ "SYSRES_CONST_ROUTE_TYPE_SERIAL " +
611
+ "SYSRES_CONST_SBDATASETDESC_NEGATIVE_VALUE " +
612
+ "SYSRES_CONST_SBDATASETDESC_POSITIVE_VALUE " +
613
+ "SYSRES_CONST_SBVIEWSDESC_POSITIVE_VALUE " +
614
+ "SYSRES_CONST_SCRIPT_BLOCK_DESCRIPTION " +
615
+ "SYSRES_CONST_SEARCH_BY_TEXT_REQUISITE_CODE " +
616
+ "SYSRES_CONST_SEARCHES_COMPONENT_CONTENT " +
617
+ "SYSRES_CONST_SEARCHES_CRITERIA_ACTION_NAME " +
618
+ "SYSRES_CONST_SEARCHES_EDOC_CONTENT " +
619
+ "SYSRES_CONST_SEARCHES_FOLDER_CONTENT " +
620
+ "SYSRES_CONST_SEARCHES_JOB_CONTENT " +
621
+ "SYSRES_CONST_SEARCHES_REFERENCE_CODE " +
622
+ "SYSRES_CONST_SEARCHES_TASK_CONTENT " +
623
+ "SYSRES_CONST_SECOND_CHAR " +
624
+ "SYSRES_CONST_SECTION_REQUISITE_ACTIONS_VALUE " +
625
+ "SYSRES_CONST_SECTION_REQUISITE_CARD_VALUE " +
626
+ "SYSRES_CONST_SECTION_REQUISITE_CODE " +
627
+ "SYSRES_CONST_SECTION_REQUISITE_DETAIL_1_VALUE " +
628
+ "SYSRES_CONST_SECTION_REQUISITE_DETAIL_2_VALUE " +
629
+ "SYSRES_CONST_SECTION_REQUISITE_DETAIL_3_VALUE " +
630
+ "SYSRES_CONST_SECTION_REQUISITE_DETAIL_4_VALUE " +
631
+ "SYSRES_CONST_SECTION_REQUISITE_DETAIL_5_VALUE " +
632
+ "SYSRES_CONST_SECTION_REQUISITE_DETAIL_6_VALUE " +
633
+ "SYSRES_CONST_SELECT_REFERENCE_MODE_NAME " +
634
+ "SYSRES_CONST_SELECT_TYPE_SELECTABLE " +
635
+ "SYSRES_CONST_SELECT_TYPE_SELECTABLE_ONLY_CHILD " +
636
+ "SYSRES_CONST_SELECT_TYPE_SELECTABLE_WITH_CHILD " +
637
+ "SYSRES_CONST_SELECT_TYPE_UNSLECTABLE " +
638
+ "SYSRES_CONST_SERVER_TYPE_MAIN " +
639
+ "SYSRES_CONST_SERVICE_USER_CATEGORY_FIELD_VALUE " +
640
+ "SYSRES_CONST_SETTINGS_USER_REQUISITE_CODE " +
641
+ "SYSRES_CONST_SIGNATURE_AND_ENCODE_CERTIFICATE_TYPE_CODE " +
642
+ "SYSRES_CONST_SIGNATURE_CERTIFICATE_TYPE_CODE " +
643
+ "SYSRES_CONST_SINGULAR_TITLE_REQUISITE_CODE " +
644
+ "SYSRES_CONST_SQL_SERVER_AUTHENTIFICATION_FLAG_VALUE_CODE " +
645
+ "SYSRES_CONST_SQL_SERVER_ENCODE_AUTHENTIFICATION_FLAG_VALUE_CODE " +
646
+ "SYSRES_CONST_STANDART_ROUTE_REFERENCE_CODE " +
647
+ "SYSRES_CONST_STANDART_ROUTE_REFERENCE_COMMENT_REQUISITE_CODE " +
648
+ "SYSRES_CONST_STANDART_ROUTES_GROUPS_REFERENCE_CODE " +
649
+ "SYSRES_CONST_STATE_REQ_NAME " +
650
+ "SYSRES_CONST_STATE_REQUISITE_ACTIVE_VALUE " +
651
+ "SYSRES_CONST_STATE_REQUISITE_CLOSED_VALUE " +
652
+ "SYSRES_CONST_STATE_REQUISITE_CODE " +
653
+ "SYSRES_CONST_STATIC_ROLE_TYPE_CODE " +
654
+ "SYSRES_CONST_STATUS_PLAN_DEFAULT_VALUE " +
655
+ "SYSRES_CONST_STATUS_VALUE_AUTOCLEANING " +
656
+ "SYSRES_CONST_STATUS_VALUE_BLUE_SQUARE " +
657
+ "SYSRES_CONST_STATUS_VALUE_COMPLETE " +
658
+ "SYSRES_CONST_STATUS_VALUE_GREEN_SQUARE " +
659
+ "SYSRES_CONST_STATUS_VALUE_ORANGE_SQUARE " +
660
+ "SYSRES_CONST_STATUS_VALUE_PURPLE_SQUARE " +
661
+ "SYSRES_CONST_STATUS_VALUE_RED_SQUARE " +
662
+ "SYSRES_CONST_STATUS_VALUE_SUSPEND " +
663
+ "SYSRES_CONST_STATUS_VALUE_YELLOW_SQUARE " +
664
+ "SYSRES_CONST_STDROUTE_SHOW_TO_USERS_REQUISITE_CODE " +
665
+ "SYSRES_CONST_STORAGE_TYPE_FILE " +
666
+ "SYSRES_CONST_STORAGE_TYPE_SQL_SERVER " +
667
+ "SYSRES_CONST_STR_REQUISITE " +
668
+ "SYSRES_CONST_STRIKEOUT_LIFE_CYCLE_STAGE_DRAW_STYLE " +
669
+ "SYSRES_CONST_STRING_FORMAT_LEFT_ALIGN_CHAR " +
670
+ "SYSRES_CONST_STRING_FORMAT_RIGHT_ALIGN_CHAR " +
671
+ "SYSRES_CONST_STRING_REQUISITE_CODE " +
672
+ "SYSRES_CONST_STRING_REQUISITE_TYPE " +
673
+ "SYSRES_CONST_STRING_TYPE_CHAR " +
674
+ "SYSRES_CONST_SUBSTITUTES_PSEUDOREFERENCE_CODE " +
675
+ "SYSRES_CONST_SUBTASK_BLOCK_DESCRIPTION " +
676
+ "SYSRES_CONST_SYSTEM_SETTING_CURRENT_USER_PARAM_VALUE " +
677
+ "SYSRES_CONST_SYSTEM_SETTING_EMPTY_VALUE_PARAM_VALUE " +
678
+ "SYSRES_CONST_SYSTEM_VERSION_COMMENT " +
679
+ "SYSRES_CONST_TASK_ACCESS_TYPE_ALL " +
680
+ "SYSRES_CONST_TASK_ACCESS_TYPE_ALL_MEMBERS " +
681
+ "SYSRES_CONST_TASK_ACCESS_TYPE_MANUAL " +
682
+ "SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION " +
683
+ "SYSRES_CONST_TASK_ENCODE_TYPE_CERTIFICATION_AND_PASSWORD " +
684
+ "SYSRES_CONST_TASK_ENCODE_TYPE_NONE " +
685
+ "SYSRES_CONST_TASK_ENCODE_TYPE_PASSWORD " +
686
+ "SYSRES_CONST_TASK_ROUTE_ALL_CONDITION " +
687
+ "SYSRES_CONST_TASK_ROUTE_AND_CONDITION " +
688
+ "SYSRES_CONST_TASK_ROUTE_OR_CONDITION " +
689
+ "SYSRES_CONST_TASK_STATE_ABORTED " +
690
+ "SYSRES_CONST_TASK_STATE_COMPLETE " +
691
+ "SYSRES_CONST_TASK_STATE_CONTINUED " +
692
+ "SYSRES_CONST_TASK_STATE_CONTROL " +
693
+ "SYSRES_CONST_TASK_STATE_INIT " +
694
+ "SYSRES_CONST_TASK_STATE_WORKING " +
695
+ "SYSRES_CONST_TASK_TITLE " +
696
+ "SYSRES_CONST_TASK_TYPES_GROUPS_REFERENCE_CODE " +
697
+ "SYSRES_CONST_TASK_TYPES_REFERENCE_CODE " +
698
+ "SYSRES_CONST_TEMPLATES_REFERENCE_CODE " +
699
+ "SYSRES_CONST_TEST_DATE_REQUISITE_NAME " +
700
+ "SYSRES_CONST_TEST_DEV_DATABASE_NAME " +
701
+ "SYSRES_CONST_TEST_DEV_SYSTEM_CODE " +
702
+ "SYSRES_CONST_TEST_EDMS_DATABASE_NAME " +
703
+ "SYSRES_CONST_TEST_EDMS_MAIN_CODE " +
704
+ "SYSRES_CONST_TEST_EDMS_MAIN_DB_NAME " +
705
+ "SYSRES_CONST_TEST_EDMS_SECOND_CODE " +
706
+ "SYSRES_CONST_TEST_EDMS_SECOND_DB_NAME " +
707
+ "SYSRES_CONST_TEST_EDMS_SYSTEM_CODE " +
708
+ "SYSRES_CONST_TEST_NUMERIC_REQUISITE_NAME " +
709
+ "SYSRES_CONST_TEXT_REQUISITE " +
710
+ "SYSRES_CONST_TEXT_REQUISITE_CODE " +
711
+ "SYSRES_CONST_TEXT_REQUISITE_TYPE " +
712
+ "SYSRES_CONST_TEXT_TYPE_CHAR " +
713
+ "SYSRES_CONST_TYPE_CODE_REQUISITE_CODE " +
714
+ "SYSRES_CONST_TYPE_REQUISITE_CODE " +
715
+ "SYSRES_CONST_UNDEFINED_LIFE_CYCLE_STAGE_FONT_COLOR " +
716
+ "SYSRES_CONST_UNITS_SECTION_ID_REQUISITE_CODE " +
717
+ "SYSRES_CONST_UNITS_SECTION_REQUISITE_CODE " +
718
+ "SYSRES_CONST_UNOPERATING_RECORD_FLAG_VALUE_CODE " +
719
+ "SYSRES_CONST_UNSTORED_DATA_REQUISITE_CODE " +
720
+ "SYSRES_CONST_UNSTORED_DATA_REQUISITE_NAME " +
721
+ "SYSRES_CONST_USE_ACCESS_TYPE_CODE " +
722
+ "SYSRES_CONST_USE_ACCESS_TYPE_NAME " +
723
+ "SYSRES_CONST_USER_ACCOUNT_TYPE_VALUE_CODE " +
724
+ "SYSRES_CONST_USER_ADDITIONAL_INFORMATION_REQUISITE_CODE " +
725
+ "SYSRES_CONST_USER_AND_GROUP_ID_FROM_PSEUDOREFERENCE_REQUISITE_CODE " +
726
+ "SYSRES_CONST_USER_CATEGORY_NORMAL " +
727
+ "SYSRES_CONST_USER_CERTIFICATE_REQUISITE_CODE " +
728
+ "SYSRES_CONST_USER_CERTIFICATE_STATE_REQUISITE_CODE " +
729
+ "SYSRES_CONST_USER_CERTIFICATE_SUBJECT_NAME_REQUISITE_CODE " +
730
+ "SYSRES_CONST_USER_CERTIFICATE_THUMBPRINT_REQUISITE_CODE " +
731
+ "SYSRES_CONST_USER_COMMON_CATEGORY " +
732
+ "SYSRES_CONST_USER_COMMON_CATEGORY_CODE " +
733
+ "SYSRES_CONST_USER_FULL_NAME_REQUISITE_CODE " +
734
+ "SYSRES_CONST_USER_GROUP_TYPE_REQUISITE_CODE " +
735
+ "SYSRES_CONST_USER_LOGIN_REQUISITE_CODE " +
736
+ "SYSRES_CONST_USER_REMOTE_CONTROLLER_REQUISITE_CODE " +
737
+ "SYSRES_CONST_USER_REMOTE_SYSTEM_REQUISITE_CODE " +
738
+ "SYSRES_CONST_USER_RIGHTS_T_REQUISITE_CODE " +
739
+ "SYSRES_CONST_USER_SERVER_NAME_REQUISITE_CODE " +
740
+ "SYSRES_CONST_USER_SERVICE_CATEGORY " +
741
+ "SYSRES_CONST_USER_SERVICE_CATEGORY_CODE " +
742
+ "SYSRES_CONST_USER_STATUS_ADMINISTRATOR_CODE " +
743
+ "SYSRES_CONST_USER_STATUS_ADMINISTRATOR_NAME " +
744
+ "SYSRES_CONST_USER_STATUS_DEVELOPER_CODE " +
745
+ "SYSRES_CONST_USER_STATUS_DEVELOPER_NAME " +
746
+ "SYSRES_CONST_USER_STATUS_DISABLED_CODE " +
747
+ "SYSRES_CONST_USER_STATUS_DISABLED_NAME " +
748
+ "SYSRES_CONST_USER_STATUS_SYSTEM_DEVELOPER_CODE " +
749
+ "SYSRES_CONST_USER_STATUS_USER_CODE " +
750
+ "SYSRES_CONST_USER_STATUS_USER_NAME " +
751
+ "SYSRES_CONST_USER_STATUS_USER_NAME_DEPRECATED " +
752
+ "SYSRES_CONST_USER_TYPE_FIELD_VALUE_USER " +
753
+ "SYSRES_CONST_USER_TYPE_REQUISITE_CODE " +
754
+ "SYSRES_CONST_USERS_CONTROLLER_REQUISITE_CODE " +
755
+ "SYSRES_CONST_USERS_IS_MAIN_SERVER_REQUISITE_CODE " +
756
+ "SYSRES_CONST_USERS_REFERENCE_CODE " +
757
+ "SYSRES_CONST_USERS_REGISTRATION_CERTIFICATES_ACTION_NAME " +
758
+ "SYSRES_CONST_USERS_REQUISITE_CODE " +
759
+ "SYSRES_CONST_USERS_SYSTEM_REQUISITE_CODE " +
760
+ "SYSRES_CONST_USERS_USER_ACCESS_RIGHTS_TYPR_REQUISITE_CODE " +
761
+ "SYSRES_CONST_USERS_USER_AUTHENTICATION_REQUISITE_CODE " +
762
+ "SYSRES_CONST_USERS_USER_COMPONENT_REQUISITE_CODE " +
763
+ "SYSRES_CONST_USERS_USER_GROUP_REQUISITE_CODE " +
764
+ "SYSRES_CONST_USERS_VIEW_CERTIFICATES_ACTION_NAME " +
765
+ "SYSRES_CONST_VIEW_DEFAULT_CODE " +
766
+ "SYSRES_CONST_VIEW_DEFAULT_NAME " +
767
+ "SYSRES_CONST_VIEWER_REQUISITE_CODE " +
768
+ "SYSRES_CONST_WAITING_BLOCK_DESCRIPTION " +
769
+ "SYSRES_CONST_WIZARD_FORM_LABEL_TEST_STRING " +
770
+ "SYSRES_CONST_WIZARD_QUERY_PARAM_HEIGHT_ETALON_STRING " +
771
+ "SYSRES_CONST_WIZARD_REFERENCE_COMMENT_REQUISITE_CODE " +
772
+ "SYSRES_CONST_WORK_RULES_DESCRIPTION_REQUISITE_CODE " +
773
+ "SYSRES_CONST_WORK_TIME_CALENDAR_REFERENCE_CODE " +
774
+ "SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE " +
775
+ "SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE " +
776
+ "SYSRES_CONST_WORK_WORKFLOW_HARD_ROUTE_TYPE_VALUE_CODE_RUS " +
777
+ "SYSRES_CONST_WORK_WORKFLOW_SOFT_ROUTE_TYPE_VALUE_CODE_RUS " +
778
+ "SYSRES_CONST_WORKFLOW_ROUTE_TYPR_HARD " +
779
+ "SYSRES_CONST_WORKFLOW_ROUTE_TYPR_SOFT " +
780
+ "SYSRES_CONST_XML_ENCODING " +
781
+ "SYSRES_CONST_XREC_STAT_REQUISITE_CODE " +
782
+ "SYSRES_CONST_XRECID_FIELD_NAME " +
783
+ "SYSRES_CONST_YES " +
784
+ "SYSRES_CONST_YES_NO_2_REQUISITE_CODE " +
785
+ "SYSRES_CONST_YES_NO_REQUISITE_CODE " +
786
+ "SYSRES_CONST_YES_NO_T_REF_TYPE_REQUISITE_CODE " +
787
+ "SYSRES_CONST_YES_PICK_VALUE " +
788
+ "SYSRES_CONST_YES_VALUE ";
789
+
790
+ // Base constant
791
+ var base_constants = "CR FALSE nil NO_VALUE NULL TAB TRUE YES_VALUE ";
792
+
793
+ // Base group name
794
+ var base_group_name_constants =
795
+ "ADMINISTRATORS_GROUP_NAME CUSTOMIZERS_GROUP_NAME DEVELOPERS_GROUP_NAME SERVICE_USERS_GROUP_NAME ";
796
+
797
+ // Decision block properties
798
+ var decision_block_properties_constants =
799
+ "DECISION_BLOCK_FIRST_OPERAND_PROPERTY DECISION_BLOCK_NAME_PROPERTY DECISION_BLOCK_OPERATION_PROPERTY " +
800
+ "DECISION_BLOCK_RESULT_TYPE_PROPERTY DECISION_BLOCK_SECOND_OPERAND_PROPERTY ";
801
+
802
+ // File extension
803
+ var file_extension_constants =
804
+ "ANY_FILE_EXTENTION COMPRESSED_DOCUMENT_EXTENSION EXTENDED_DOCUMENT_EXTENSION " +
805
+ "SHORT_COMPRESSED_DOCUMENT_EXTENSION SHORT_EXTENDED_DOCUMENT_EXTENSION ";
806
+
807
+ // Job block properties
808
+ var job_block_properties_constants =
809
+ "JOB_BLOCK_ABORT_DEADLINE_PROPERTY " +
810
+ "JOB_BLOCK_AFTER_FINISH_EVENT " +
811
+ "JOB_BLOCK_AFTER_QUERY_PARAMETERS_EVENT " +
812
+ "JOB_BLOCK_ATTACHMENT_PROPERTY " +
813
+ "JOB_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY " +
814
+ "JOB_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY " +
815
+ "JOB_BLOCK_BEFORE_QUERY_PARAMETERS_EVENT " +
816
+ "JOB_BLOCK_BEFORE_START_EVENT " +
817
+ "JOB_BLOCK_CREATED_JOBS_PROPERTY " +
818
+ "JOB_BLOCK_DEADLINE_PROPERTY " +
819
+ "JOB_BLOCK_EXECUTION_RESULTS_PROPERTY " +
820
+ "JOB_BLOCK_IS_PARALLEL_PROPERTY " +
821
+ "JOB_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY " +
822
+ "JOB_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY " +
823
+ "JOB_BLOCK_JOB_TEXT_PROPERTY " +
824
+ "JOB_BLOCK_NAME_PROPERTY " +
825
+ "JOB_BLOCK_NEED_SIGN_ON_PERFORM_PROPERTY " +
826
+ "JOB_BLOCK_PERFORMER_PROPERTY " +
827
+ "JOB_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY " +
828
+ "JOB_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY " +
829
+ "JOB_BLOCK_SUBJECT_PROPERTY ";
830
+
831
+ // Language code
832
+ var language_code_constants = "ENGLISH_LANGUAGE_CODE RUSSIAN_LANGUAGE_CODE ";
833
+
834
+ // Launching external applications
835
+ var launching_external_applications_constants =
836
+ "smHidden smMaximized smMinimized smNormal wmNo wmYes ";
837
+
838
+ // Link kind
839
+ var link_kind_constants =
840
+ "COMPONENT_TOKEN_LINK_KIND " +
841
+ "DOCUMENT_LINK_KIND " +
842
+ "EDOCUMENT_LINK_KIND " +
843
+ "FOLDER_LINK_KIND " +
844
+ "JOB_LINK_KIND " +
845
+ "REFERENCE_LINK_KIND " +
846
+ "TASK_LINK_KIND ";
847
+
848
+ // Lock type
849
+ var lock_type_constants =
850
+ "COMPONENT_TOKEN_LOCK_TYPE EDOCUMENT_VERSION_LOCK_TYPE ";
851
+
852
+ // Monitor block properties
853
+ var monitor_block_properties_constants =
854
+ "MONITOR_BLOCK_AFTER_FINISH_EVENT " +
855
+ "MONITOR_BLOCK_BEFORE_START_EVENT " +
856
+ "MONITOR_BLOCK_DEADLINE_PROPERTY " +
857
+ "MONITOR_BLOCK_INTERVAL_PROPERTY " +
858
+ "MONITOR_BLOCK_INTERVAL_TYPE_PROPERTY " +
859
+ "MONITOR_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY " +
860
+ "MONITOR_BLOCK_NAME_PROPERTY " +
861
+ "MONITOR_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY " +
862
+ "MONITOR_BLOCK_SEARCH_SCRIPT_PROPERTY ";
863
+
864
+ // Notice block properties
865
+ var notice_block_properties_constants =
866
+ "NOTICE_BLOCK_AFTER_FINISH_EVENT " +
867
+ "NOTICE_BLOCK_ATTACHMENT_PROPERTY " +
868
+ "NOTICE_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY " +
869
+ "NOTICE_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY " +
870
+ "NOTICE_BLOCK_BEFORE_START_EVENT " +
871
+ "NOTICE_BLOCK_CREATED_NOTICES_PROPERTY " +
872
+ "NOTICE_BLOCK_DEADLINE_PROPERTY " +
873
+ "NOTICE_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY " +
874
+ "NOTICE_BLOCK_NAME_PROPERTY " +
875
+ "NOTICE_BLOCK_NOTICE_TEXT_PROPERTY " +
876
+ "NOTICE_BLOCK_PERFORMER_PROPERTY " +
877
+ "NOTICE_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY " +
878
+ "NOTICE_BLOCK_SUBJECT_PROPERTY ";
879
+
880
+ // Object events
881
+ var object_events_constants =
882
+ "dseAfterCancel " +
883
+ "dseAfterClose " +
884
+ "dseAfterDelete " +
885
+ "dseAfterDeleteOutOfTransaction " +
886
+ "dseAfterInsert " +
887
+ "dseAfterOpen " +
888
+ "dseAfterScroll " +
889
+ "dseAfterUpdate " +
890
+ "dseAfterUpdateOutOfTransaction " +
891
+ "dseBeforeCancel " +
892
+ "dseBeforeClose " +
893
+ "dseBeforeDelete " +
894
+ "dseBeforeDetailUpdate " +
895
+ "dseBeforeInsert " +
896
+ "dseBeforeOpen " +
897
+ "dseBeforeUpdate " +
898
+ "dseOnAnyRequisiteChange " +
899
+ "dseOnCloseRecord " +
900
+ "dseOnDeleteError " +
901
+ "dseOnOpenRecord " +
902
+ "dseOnPrepareUpdate " +
903
+ "dseOnUpdateError " +
904
+ "dseOnUpdateRatifiedRecord " +
905
+ "dseOnValidDelete " +
906
+ "dseOnValidUpdate " +
907
+ "reOnChange " +
908
+ "reOnChangeValues " +
909
+ "SELECTION_BEGIN_ROUTE_EVENT " +
910
+ "SELECTION_END_ROUTE_EVENT ";
911
+
912
+ // Object params
913
+ var object_params_constants =
914
+ "CURRENT_PERIOD_IS_REQUIRED " +
915
+ "PREVIOUS_CARD_TYPE_NAME " +
916
+ "SHOW_RECORD_PROPERTIES_FORM ";
917
+
918
+ // Other
919
+ var other_constants =
920
+ "ACCESS_RIGHTS_SETTING_DIALOG_CODE " +
921
+ "ADMINISTRATOR_USER_CODE " +
922
+ "ANALYTIC_REPORT_TYPE " +
923
+ "asrtHideLocal " +
924
+ "asrtHideRemote " +
925
+ "CALCULATED_ROLE_TYPE_CODE " +
926
+ "COMPONENTS_REFERENCE_DEVELOPER_VIEW_CODE " +
927
+ "DCTS_TEST_PROTOCOLS_FOLDER_PATH " +
928
+ "E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED " +
929
+ "E_EDOC_VERSION_ALREADY_APPROVINGLY_SIGNED_BY_USER " +
930
+ "E_EDOC_VERSION_ALREDY_SIGNED " +
931
+ "E_EDOC_VERSION_ALREDY_SIGNED_BY_USER " +
932
+ "EDOC_TYPES_CODE_REQUISITE_FIELD_NAME " +
933
+ "EDOCUMENTS_ALIAS_NAME " +
934
+ "FILES_FOLDER_PATH " +
935
+ "FILTER_OPERANDS_DELIMITER " +
936
+ "FILTER_OPERATIONS_DELIMITER " +
937
+ "FORMCARD_NAME " +
938
+ "FORMLIST_NAME " +
939
+ "GET_EXTENDED_DOCUMENT_EXTENSION_CREATION_MODE " +
940
+ "GET_EXTENDED_DOCUMENT_EXTENSION_IMPORT_MODE " +
941
+ "INTEGRATED_REPORT_TYPE " +
942
+ "IS_BUILDER_APPLICATION_ROLE " +
943
+ "IS_BUILDER_APPLICATION_ROLE2 " +
944
+ "IS_BUILDER_USERS " +
945
+ "ISBSYSDEV " +
946
+ "LOG_FOLDER_PATH " +
947
+ "mbCancel " +
948
+ "mbNo " +
949
+ "mbNoToAll " +
950
+ "mbOK " +
951
+ "mbYes " +
952
+ "mbYesToAll " +
953
+ "MEMORY_DATASET_DESRIPTIONS_FILENAME " +
954
+ "mrNo " +
955
+ "mrNoToAll " +
956
+ "mrYes " +
957
+ "mrYesToAll " +
958
+ "MULTIPLE_SELECT_DIALOG_CODE " +
959
+ "NONOPERATING_RECORD_FLAG_FEMININE " +
960
+ "NONOPERATING_RECORD_FLAG_MASCULINE " +
961
+ "OPERATING_RECORD_FLAG_FEMININE " +
962
+ "OPERATING_RECORD_FLAG_MASCULINE " +
963
+ "PROFILING_SETTINGS_COMMON_SETTINGS_CODE_VALUE " +
964
+ "PROGRAM_INITIATED_LOOKUP_ACTION " +
965
+ "ratDelete " +
966
+ "ratEdit " +
967
+ "ratInsert " +
968
+ "REPORT_TYPE " +
969
+ "REQUIRED_PICK_VALUES_VARIABLE " +
970
+ "rmCard " +
971
+ "rmList " +
972
+ "SBRTE_PROGID_DEV " +
973
+ "SBRTE_PROGID_RELEASE " +
974
+ "STATIC_ROLE_TYPE_CODE " +
975
+ "SUPPRESS_EMPTY_TEMPLATE_CREATION " +
976
+ "SYSTEM_USER_CODE " +
977
+ "UPDATE_DIALOG_DATASET " +
978
+ "USED_IN_OBJECT_HINT_PARAM " +
979
+ "USER_INITIATED_LOOKUP_ACTION " +
980
+ "USER_NAME_FORMAT " +
981
+ "USER_SELECTION_RESTRICTIONS " +
982
+ "WORKFLOW_TEST_PROTOCOLS_FOLDER_PATH " +
983
+ "ELS_SUBTYPE_CONTROL_NAME " +
984
+ "ELS_FOLDER_KIND_CONTROL_NAME " +
985
+ "REPEAT_PROCESS_CURRENT_OBJECT_EXCEPTION_NAME ";
986
+
987
+ // Privileges
988
+ var privileges_constants =
989
+ "PRIVILEGE_COMPONENT_FULL_ACCESS " +
990
+ "PRIVILEGE_DEVELOPMENT_EXPORT " +
991
+ "PRIVILEGE_DEVELOPMENT_IMPORT " +
992
+ "PRIVILEGE_DOCUMENT_DELETE " +
993
+ "PRIVILEGE_ESD " +
994
+ "PRIVILEGE_FOLDER_DELETE " +
995
+ "PRIVILEGE_MANAGE_ACCESS_RIGHTS " +
996
+ "PRIVILEGE_MANAGE_REPLICATION " +
997
+ "PRIVILEGE_MANAGE_SESSION_SERVER " +
998
+ "PRIVILEGE_OBJECT_FULL_ACCESS " +
999
+ "PRIVILEGE_OBJECT_VIEW " +
1000
+ "PRIVILEGE_RESERVE_LICENSE " +
1001
+ "PRIVILEGE_SYSTEM_CUSTOMIZE " +
1002
+ "PRIVILEGE_SYSTEM_DEVELOP " +
1003
+ "PRIVILEGE_SYSTEM_INSTALL " +
1004
+ "PRIVILEGE_TASK_DELETE " +
1005
+ "PRIVILEGE_USER_PLUGIN_SETTINGS_CUSTOMIZE " +
1006
+ "PRIVILEGES_PSEUDOREFERENCE_CODE ";
1007
+
1008
+ // Pseudoreference code
1009
+ var pseudoreference_code_constants =
1010
+ "ACCESS_TYPES_PSEUDOREFERENCE_CODE " +
1011
+ "ALL_AVAILABLE_COMPONENTS_PSEUDOREFERENCE_CODE " +
1012
+ "ALL_AVAILABLE_PRIVILEGES_PSEUDOREFERENCE_CODE " +
1013
+ "ALL_REPLICATE_COMPONENTS_PSEUDOREFERENCE_CODE " +
1014
+ "AVAILABLE_DEVELOPERS_COMPONENTS_PSEUDOREFERENCE_CODE " +
1015
+ "COMPONENTS_PSEUDOREFERENCE_CODE " +
1016
+ "FILTRATER_SETTINGS_CONFLICTS_PSEUDOREFERENCE_CODE " +
1017
+ "GROUPS_PSEUDOREFERENCE_CODE " +
1018
+ "RECEIVE_PROTOCOL_PSEUDOREFERENCE_CODE " +
1019
+ "REFERENCE_REQUISITE_PSEUDOREFERENCE_CODE " +
1020
+ "REFERENCE_REQUISITES_PSEUDOREFERENCE_CODE " +
1021
+ "REFTYPES_PSEUDOREFERENCE_CODE " +
1022
+ "REPLICATION_SEANCES_DIARY_PSEUDOREFERENCE_CODE " +
1023
+ "SEND_PROTOCOL_PSEUDOREFERENCE_CODE " +
1024
+ "SUBSTITUTES_PSEUDOREFERENCE_CODE " +
1025
+ "SYSTEM_SETTINGS_PSEUDOREFERENCE_CODE " +
1026
+ "UNITS_PSEUDOREFERENCE_CODE " +
1027
+ "USERS_PSEUDOREFERENCE_CODE " +
1028
+ "VIEWERS_PSEUDOREFERENCE_CODE ";
1029
+
1030
+ // Requisite ISBCertificateType values
1031
+ var requisite_ISBCertificateType_values_constants =
1032
+ "CERTIFICATE_TYPE_ENCRYPT " +
1033
+ "CERTIFICATE_TYPE_SIGN " +
1034
+ "CERTIFICATE_TYPE_SIGN_AND_ENCRYPT ";
1035
+
1036
+ // Requisite ISBEDocStorageType values
1037
+ var requisite_ISBEDocStorageType_values_constants =
1038
+ "STORAGE_TYPE_FILE " +
1039
+ "STORAGE_TYPE_NAS_CIFS " +
1040
+ "STORAGE_TYPE_SAPERION " +
1041
+ "STORAGE_TYPE_SQL_SERVER ";
1042
+
1043
+ // Requisite CompType2 values
1044
+ var requisite_compType2_values_constants =
1045
+ "COMPTYPE2_REQUISITE_DOCUMENTS_VALUE " +
1046
+ "COMPTYPE2_REQUISITE_TASKS_VALUE " +
1047
+ "COMPTYPE2_REQUISITE_FOLDERS_VALUE " +
1048
+ "COMPTYPE2_REQUISITE_REFERENCES_VALUE ";
1049
+
1050
+ // Requisite name
1051
+ var requisite_name_constants =
1052
+ "SYSREQ_CODE " +
1053
+ "SYSREQ_COMPTYPE2 " +
1054
+ "SYSREQ_CONST_AVAILABLE_FOR_WEB " +
1055
+ "SYSREQ_CONST_COMMON_CODE " +
1056
+ "SYSREQ_CONST_COMMON_VALUE " +
1057
+ "SYSREQ_CONST_FIRM_CODE " +
1058
+ "SYSREQ_CONST_FIRM_STATUS " +
1059
+ "SYSREQ_CONST_FIRM_VALUE " +
1060
+ "SYSREQ_CONST_SERVER_STATUS " +
1061
+ "SYSREQ_CONTENTS " +
1062
+ "SYSREQ_DATE_OPEN " +
1063
+ "SYSREQ_DATE_CLOSE " +
1064
+ "SYSREQ_DESCRIPTION " +
1065
+ "SYSREQ_DESCRIPTION_LOCALIZE_ID " +
1066
+ "SYSREQ_DOUBLE " +
1067
+ "SYSREQ_EDOC_ACCESS_TYPE " +
1068
+ "SYSREQ_EDOC_AUTHOR " +
1069
+ "SYSREQ_EDOC_CREATED " +
1070
+ "SYSREQ_EDOC_DELEGATE_RIGHTS_REQUISITE_CODE " +
1071
+ "SYSREQ_EDOC_EDITOR " +
1072
+ "SYSREQ_EDOC_ENCODE_TYPE " +
1073
+ "SYSREQ_EDOC_ENCRYPTION_PLUGIN_NAME " +
1074
+ "SYSREQ_EDOC_ENCRYPTION_PLUGIN_VERSION " +
1075
+ "SYSREQ_EDOC_EXPORT_DATE " +
1076
+ "SYSREQ_EDOC_EXPORTER " +
1077
+ "SYSREQ_EDOC_KIND " +
1078
+ "SYSREQ_EDOC_LIFE_STAGE_NAME " +
1079
+ "SYSREQ_EDOC_LOCKED_FOR_SERVER_CODE " +
1080
+ "SYSREQ_EDOC_MODIFIED " +
1081
+ "SYSREQ_EDOC_NAME " +
1082
+ "SYSREQ_EDOC_NOTE " +
1083
+ "SYSREQ_EDOC_QUALIFIED_ID " +
1084
+ "SYSREQ_EDOC_SESSION_KEY " +
1085
+ "SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_NAME " +
1086
+ "SYSREQ_EDOC_SESSION_KEY_ENCRYPTION_PLUGIN_VERSION " +
1087
+ "SYSREQ_EDOC_SIGNATURE_TYPE " +
1088
+ "SYSREQ_EDOC_SIGNED " +
1089
+ "SYSREQ_EDOC_STORAGE " +
1090
+ "SYSREQ_EDOC_STORAGES_ARCHIVE_STORAGE " +
1091
+ "SYSREQ_EDOC_STORAGES_CHECK_RIGHTS " +
1092
+ "SYSREQ_EDOC_STORAGES_COMPUTER_NAME " +
1093
+ "SYSREQ_EDOC_STORAGES_EDIT_IN_STORAGE " +
1094
+ "SYSREQ_EDOC_STORAGES_EXECUTIVE_STORAGE " +
1095
+ "SYSREQ_EDOC_STORAGES_FUNCTION " +
1096
+ "SYSREQ_EDOC_STORAGES_INITIALIZED " +
1097
+ "SYSREQ_EDOC_STORAGES_LOCAL_PATH " +
1098
+ "SYSREQ_EDOC_STORAGES_SAPERION_DATABASE_NAME " +
1099
+ "SYSREQ_EDOC_STORAGES_SEARCH_BY_TEXT " +
1100
+ "SYSREQ_EDOC_STORAGES_SERVER_NAME " +
1101
+ "SYSREQ_EDOC_STORAGES_SHARED_SOURCE_NAME " +
1102
+ "SYSREQ_EDOC_STORAGES_TYPE " +
1103
+ "SYSREQ_EDOC_TEXT_MODIFIED " +
1104
+ "SYSREQ_EDOC_TYPE_ACT_CODE " +
1105
+ "SYSREQ_EDOC_TYPE_ACT_DESCRIPTION " +
1106
+ "SYSREQ_EDOC_TYPE_ACT_DESCRIPTION_LOCALIZE_ID " +
1107
+ "SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE " +
1108
+ "SYSREQ_EDOC_TYPE_ACT_ON_EXECUTE_EXISTS " +
1109
+ "SYSREQ_EDOC_TYPE_ACT_SECTION " +
1110
+ "SYSREQ_EDOC_TYPE_ADD_PARAMS " +
1111
+ "SYSREQ_EDOC_TYPE_COMMENT " +
1112
+ "SYSREQ_EDOC_TYPE_EVENT_TEXT " +
1113
+ "SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR " +
1114
+ "SYSREQ_EDOC_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID " +
1115
+ "SYSREQ_EDOC_TYPE_NAME_LOCALIZE_ID " +
1116
+ "SYSREQ_EDOC_TYPE_NUMERATION_METHOD " +
1117
+ "SYSREQ_EDOC_TYPE_PSEUDO_REQUISITE_CODE " +
1118
+ "SYSREQ_EDOC_TYPE_REQ_CODE " +
1119
+ "SYSREQ_EDOC_TYPE_REQ_DESCRIPTION " +
1120
+ "SYSREQ_EDOC_TYPE_REQ_DESCRIPTION_LOCALIZE_ID " +
1121
+ "SYSREQ_EDOC_TYPE_REQ_IS_LEADING " +
1122
+ "SYSREQ_EDOC_TYPE_REQ_IS_REQUIRED " +
1123
+ "SYSREQ_EDOC_TYPE_REQ_NUMBER " +
1124
+ "SYSREQ_EDOC_TYPE_REQ_ON_CHANGE " +
1125
+ "SYSREQ_EDOC_TYPE_REQ_ON_CHANGE_EXISTS " +
1126
+ "SYSREQ_EDOC_TYPE_REQ_ON_SELECT " +
1127
+ "SYSREQ_EDOC_TYPE_REQ_ON_SELECT_KIND " +
1128
+ "SYSREQ_EDOC_TYPE_REQ_SECTION " +
1129
+ "SYSREQ_EDOC_TYPE_VIEW_CARD " +
1130
+ "SYSREQ_EDOC_TYPE_VIEW_CODE " +
1131
+ "SYSREQ_EDOC_TYPE_VIEW_COMMENT " +
1132
+ "SYSREQ_EDOC_TYPE_VIEW_IS_MAIN " +
1133
+ "SYSREQ_EDOC_TYPE_VIEW_NAME " +
1134
+ "SYSREQ_EDOC_TYPE_VIEW_NAME_LOCALIZE_ID " +
1135
+ "SYSREQ_EDOC_VERSION_AUTHOR " +
1136
+ "SYSREQ_EDOC_VERSION_CRC " +
1137
+ "SYSREQ_EDOC_VERSION_DATA " +
1138
+ "SYSREQ_EDOC_VERSION_EDITOR " +
1139
+ "SYSREQ_EDOC_VERSION_EXPORT_DATE " +
1140
+ "SYSREQ_EDOC_VERSION_EXPORTER " +
1141
+ "SYSREQ_EDOC_VERSION_HIDDEN " +
1142
+ "SYSREQ_EDOC_VERSION_LIFE_STAGE " +
1143
+ "SYSREQ_EDOC_VERSION_MODIFIED " +
1144
+ "SYSREQ_EDOC_VERSION_NOTE " +
1145
+ "SYSREQ_EDOC_VERSION_SIGNATURE_TYPE " +
1146
+ "SYSREQ_EDOC_VERSION_SIGNED " +
1147
+ "SYSREQ_EDOC_VERSION_SIZE " +
1148
+ "SYSREQ_EDOC_VERSION_SOURCE " +
1149
+ "SYSREQ_EDOC_VERSION_TEXT_MODIFIED " +
1150
+ "SYSREQ_EDOCKIND_DEFAULT_VERSION_STATE_CODE " +
1151
+ "SYSREQ_FOLDER_KIND " +
1152
+ "SYSREQ_FUNC_CATEGORY " +
1153
+ "SYSREQ_FUNC_COMMENT " +
1154
+ "SYSREQ_FUNC_GROUP " +
1155
+ "SYSREQ_FUNC_GROUP_COMMENT " +
1156
+ "SYSREQ_FUNC_GROUP_NUMBER " +
1157
+ "SYSREQ_FUNC_HELP " +
1158
+ "SYSREQ_FUNC_PARAM_DEF_VALUE " +
1159
+ "SYSREQ_FUNC_PARAM_IDENT " +
1160
+ "SYSREQ_FUNC_PARAM_NUMBER " +
1161
+ "SYSREQ_FUNC_PARAM_TYPE " +
1162
+ "SYSREQ_FUNC_TEXT " +
1163
+ "SYSREQ_GROUP_CATEGORY " +
1164
+ "SYSREQ_ID " +
1165
+ "SYSREQ_LAST_UPDATE " +
1166
+ "SYSREQ_LEADER_REFERENCE " +
1167
+ "SYSREQ_LINE_NUMBER " +
1168
+ "SYSREQ_MAIN_RECORD_ID " +
1169
+ "SYSREQ_NAME " +
1170
+ "SYSREQ_NAME_LOCALIZE_ID " +
1171
+ "SYSREQ_NOTE " +
1172
+ "SYSREQ_ORIGINAL_RECORD " +
1173
+ "SYSREQ_OUR_FIRM " +
1174
+ "SYSREQ_PROFILING_SETTINGS_BATCH_LOGING " +
1175
+ "SYSREQ_PROFILING_SETTINGS_BATCH_SIZE " +
1176
+ "SYSREQ_PROFILING_SETTINGS_PROFILING_ENABLED " +
1177
+ "SYSREQ_PROFILING_SETTINGS_SQL_PROFILING_ENABLED " +
1178
+ "SYSREQ_PROFILING_SETTINGS_START_LOGGED " +
1179
+ "SYSREQ_RECORD_STATUS " +
1180
+ "SYSREQ_REF_REQ_FIELD_NAME " +
1181
+ "SYSREQ_REF_REQ_FORMAT " +
1182
+ "SYSREQ_REF_REQ_GENERATED " +
1183
+ "SYSREQ_REF_REQ_LENGTH " +
1184
+ "SYSREQ_REF_REQ_PRECISION " +
1185
+ "SYSREQ_REF_REQ_REFERENCE " +
1186
+ "SYSREQ_REF_REQ_SECTION " +
1187
+ "SYSREQ_REF_REQ_STORED " +
1188
+ "SYSREQ_REF_REQ_TOKENS " +
1189
+ "SYSREQ_REF_REQ_TYPE " +
1190
+ "SYSREQ_REF_REQ_VIEW " +
1191
+ "SYSREQ_REF_TYPE_ACT_CODE " +
1192
+ "SYSREQ_REF_TYPE_ACT_DESCRIPTION " +
1193
+ "SYSREQ_REF_TYPE_ACT_DESCRIPTION_LOCALIZE_ID " +
1194
+ "SYSREQ_REF_TYPE_ACT_ON_EXECUTE " +
1195
+ "SYSREQ_REF_TYPE_ACT_ON_EXECUTE_EXISTS " +
1196
+ "SYSREQ_REF_TYPE_ACT_SECTION " +
1197
+ "SYSREQ_REF_TYPE_ADD_PARAMS " +
1198
+ "SYSREQ_REF_TYPE_COMMENT " +
1199
+ "SYSREQ_REF_TYPE_COMMON_SETTINGS " +
1200
+ "SYSREQ_REF_TYPE_DISPLAY_REQUISITE_NAME " +
1201
+ "SYSREQ_REF_TYPE_EVENT_TEXT " +
1202
+ "SYSREQ_REF_TYPE_MAIN_LEADING_REF " +
1203
+ "SYSREQ_REF_TYPE_NAME_IN_SINGULAR " +
1204
+ "SYSREQ_REF_TYPE_NAME_IN_SINGULAR_LOCALIZE_ID " +
1205
+ "SYSREQ_REF_TYPE_NAME_LOCALIZE_ID " +
1206
+ "SYSREQ_REF_TYPE_NUMERATION_METHOD " +
1207
+ "SYSREQ_REF_TYPE_REQ_CODE " +
1208
+ "SYSREQ_REF_TYPE_REQ_DESCRIPTION " +
1209
+ "SYSREQ_REF_TYPE_REQ_DESCRIPTION_LOCALIZE_ID " +
1210
+ "SYSREQ_REF_TYPE_REQ_IS_CONTROL " +
1211
+ "SYSREQ_REF_TYPE_REQ_IS_FILTER " +
1212
+ "SYSREQ_REF_TYPE_REQ_IS_LEADING " +
1213
+ "SYSREQ_REF_TYPE_REQ_IS_REQUIRED " +
1214
+ "SYSREQ_REF_TYPE_REQ_NUMBER " +
1215
+ "SYSREQ_REF_TYPE_REQ_ON_CHANGE " +
1216
+ "SYSREQ_REF_TYPE_REQ_ON_CHANGE_EXISTS " +
1217
+ "SYSREQ_REF_TYPE_REQ_ON_SELECT " +
1218
+ "SYSREQ_REF_TYPE_REQ_ON_SELECT_KIND " +
1219
+ "SYSREQ_REF_TYPE_REQ_SECTION " +
1220
+ "SYSREQ_REF_TYPE_VIEW_CARD " +
1221
+ "SYSREQ_REF_TYPE_VIEW_CODE " +
1222
+ "SYSREQ_REF_TYPE_VIEW_COMMENT " +
1223
+ "SYSREQ_REF_TYPE_VIEW_IS_MAIN " +
1224
+ "SYSREQ_REF_TYPE_VIEW_NAME " +
1225
+ "SYSREQ_REF_TYPE_VIEW_NAME_LOCALIZE_ID " +
1226
+ "SYSREQ_REFERENCE_TYPE_ID " +
1227
+ "SYSREQ_STATE " +
1228
+ "SYSREQ_STATЕ " +
1229
+ "SYSREQ_SYSTEM_SETTINGS_VALUE " +
1230
+ "SYSREQ_TYPE " +
1231
+ "SYSREQ_UNIT " +
1232
+ "SYSREQ_UNIT_ID " +
1233
+ "SYSREQ_USER_GROUPS_GROUP_FULL_NAME " +
1234
+ "SYSREQ_USER_GROUPS_GROUP_NAME " +
1235
+ "SYSREQ_USER_GROUPS_GROUP_SERVER_NAME " +
1236
+ "SYSREQ_USERS_ACCESS_RIGHTS " +
1237
+ "SYSREQ_USERS_AUTHENTICATION " +
1238
+ "SYSREQ_USERS_CATEGORY " +
1239
+ "SYSREQ_USERS_COMPONENT " +
1240
+ "SYSREQ_USERS_COMPONENT_USER_IS_PUBLIC " +
1241
+ "SYSREQ_USERS_DOMAIN " +
1242
+ "SYSREQ_USERS_FULL_USER_NAME " +
1243
+ "SYSREQ_USERS_GROUP " +
1244
+ "SYSREQ_USERS_IS_MAIN_SERVER " +
1245
+ "SYSREQ_USERS_LOGIN " +
1246
+ "SYSREQ_USERS_REFERENCE_USER_IS_PUBLIC " +
1247
+ "SYSREQ_USERS_STATUS " +
1248
+ "SYSREQ_USERS_USER_CERTIFICATE " +
1249
+ "SYSREQ_USERS_USER_CERTIFICATE_INFO " +
1250
+ "SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_NAME " +
1251
+ "SYSREQ_USERS_USER_CERTIFICATE_PLUGIN_VERSION " +
1252
+ "SYSREQ_USERS_USER_CERTIFICATE_STATE " +
1253
+ "SYSREQ_USERS_USER_CERTIFICATE_SUBJECT_NAME " +
1254
+ "SYSREQ_USERS_USER_CERTIFICATE_THUMBPRINT " +
1255
+ "SYSREQ_USERS_USER_DEFAULT_CERTIFICATE " +
1256
+ "SYSREQ_USERS_USER_DESCRIPTION " +
1257
+ "SYSREQ_USERS_USER_GLOBAL_NAME " +
1258
+ "SYSREQ_USERS_USER_LOGIN " +
1259
+ "SYSREQ_USERS_USER_MAIN_SERVER " +
1260
+ "SYSREQ_USERS_USER_TYPE " +
1261
+ "SYSREQ_WORK_RULES_FOLDER_ID ";
1262
+
1263
+ // Result
1264
+ var result_constants = "RESULT_VAR_NAME RESULT_VAR_NAME_ENG ";
1265
+
1266
+ // Rule identification
1267
+ var rule_identification_constants =
1268
+ "AUTO_NUMERATION_RULE_ID " +
1269
+ "CANT_CHANGE_ID_REQUISITE_RULE_ID " +
1270
+ "CANT_CHANGE_OURFIRM_REQUISITE_RULE_ID " +
1271
+ "CHECK_CHANGING_REFERENCE_RECORD_USE_RULE_ID " +
1272
+ "CHECK_CODE_REQUISITE_RULE_ID " +
1273
+ "CHECK_DELETING_REFERENCE_RECORD_USE_RULE_ID " +
1274
+ "CHECK_FILTRATER_CHANGES_RULE_ID " +
1275
+ "CHECK_RECORD_INTERVAL_RULE_ID " +
1276
+ "CHECK_REFERENCE_INTERVAL_RULE_ID " +
1277
+ "CHECK_REQUIRED_DATA_FULLNESS_RULE_ID " +
1278
+ "CHECK_REQUIRED_REQUISITES_FULLNESS_RULE_ID " +
1279
+ "MAKE_RECORD_UNRATIFIED_RULE_ID " +
1280
+ "RESTORE_AUTO_NUMERATION_RULE_ID " +
1281
+ "SET_FIRM_CONTEXT_FROM_RECORD_RULE_ID " +
1282
+ "SET_FIRST_RECORD_IN_LIST_FORM_RULE_ID " +
1283
+ "SET_IDSPS_VALUE_RULE_ID " +
1284
+ "SET_NEXT_CODE_VALUE_RULE_ID " +
1285
+ "SET_OURFIRM_BOUNDS_RULE_ID " +
1286
+ "SET_OURFIRM_REQUISITE_RULE_ID ";
1287
+
1288
+ // Script block properties
1289
+ var script_block_properties_constants =
1290
+ "SCRIPT_BLOCK_AFTER_FINISH_EVENT " +
1291
+ "SCRIPT_BLOCK_BEFORE_START_EVENT " +
1292
+ "SCRIPT_BLOCK_EXECUTION_RESULTS_PROPERTY " +
1293
+ "SCRIPT_BLOCK_NAME_PROPERTY " +
1294
+ "SCRIPT_BLOCK_SCRIPT_PROPERTY ";
1295
+
1296
+ // Subtask block properties
1297
+ var subtask_block_properties_constants =
1298
+ "SUBTASK_BLOCK_ABORT_DEADLINE_PROPERTY " +
1299
+ "SUBTASK_BLOCK_AFTER_FINISH_EVENT " +
1300
+ "SUBTASK_BLOCK_ASSIGN_PARAMS_EVENT " +
1301
+ "SUBTASK_BLOCK_ATTACHMENTS_PROPERTY " +
1302
+ "SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_GROUP_PROPERTY " +
1303
+ "SUBTASK_BLOCK_ATTACHMENTS_RIGHTS_TYPE_PROPERTY " +
1304
+ "SUBTASK_BLOCK_BEFORE_START_EVENT " +
1305
+ "SUBTASK_BLOCK_CREATED_TASK_PROPERTY " +
1306
+ "SUBTASK_BLOCK_CREATION_EVENT " +
1307
+ "SUBTASK_BLOCK_DEADLINE_PROPERTY " +
1308
+ "SUBTASK_BLOCK_IMPORTANCE_PROPERTY " +
1309
+ "SUBTASK_BLOCK_INITIATOR_PROPERTY " +
1310
+ "SUBTASK_BLOCK_IS_RELATIVE_ABORT_DEADLINE_PROPERTY " +
1311
+ "SUBTASK_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY " +
1312
+ "SUBTASK_BLOCK_JOBS_TYPE_PROPERTY " +
1313
+ "SUBTASK_BLOCK_NAME_PROPERTY " +
1314
+ "SUBTASK_BLOCK_PARALLEL_ROUTE_PROPERTY " +
1315
+ "SUBTASK_BLOCK_PERFORMERS_PROPERTY " +
1316
+ "SUBTASK_BLOCK_RELATIVE_ABORT_DEADLINE_TYPE_PROPERTY " +
1317
+ "SUBTASK_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY " +
1318
+ "SUBTASK_BLOCK_REQUIRE_SIGN_PROPERTY " +
1319
+ "SUBTASK_BLOCK_STANDARD_ROUTE_PROPERTY " +
1320
+ "SUBTASK_BLOCK_START_EVENT " +
1321
+ "SUBTASK_BLOCK_STEP_CONTROL_PROPERTY " +
1322
+ "SUBTASK_BLOCK_SUBJECT_PROPERTY " +
1323
+ "SUBTASK_BLOCK_TASK_CONTROL_PROPERTY " +
1324
+ "SUBTASK_BLOCK_TEXT_PROPERTY " +
1325
+ "SUBTASK_BLOCK_UNLOCK_ATTACHMENTS_ON_STOP_PROPERTY " +
1326
+ "SUBTASK_BLOCK_USE_STANDARD_ROUTE_PROPERTY " +
1327
+ "SUBTASK_BLOCK_WAIT_FOR_TASK_COMPLETE_PROPERTY ";
1328
+
1329
+ // System component
1330
+ var system_component_constants =
1331
+ "SYSCOMP_CONTROL_JOBS " +
1332
+ "SYSCOMP_FOLDERS " +
1333
+ "SYSCOMP_JOBS " +
1334
+ "SYSCOMP_NOTICES " +
1335
+ "SYSCOMP_TASKS ";
1336
+
1337
+ // System dialogs
1338
+ var system_dialogs_constants =
1339
+ "SYSDLG_CREATE_EDOCUMENT " +
1340
+ "SYSDLG_CREATE_EDOCUMENT_VERSION " +
1341
+ "SYSDLG_CURRENT_PERIOD " +
1342
+ "SYSDLG_EDIT_FUNCTION_HELP " +
1343
+ "SYSDLG_EDOCUMENT_KINDS_FOR_TEMPLATE " +
1344
+ "SYSDLG_EXPORT_MULTIPLE_EDOCUMENTS " +
1345
+ "SYSDLG_EXPORT_SINGLE_EDOCUMENT " +
1346
+ "SYSDLG_IMPORT_EDOCUMENT " +
1347
+ "SYSDLG_MULTIPLE_SELECT " +
1348
+ "SYSDLG_SETUP_ACCESS_RIGHTS " +
1349
+ "SYSDLG_SETUP_DEFAULT_RIGHTS " +
1350
+ "SYSDLG_SETUP_FILTER_CONDITION " +
1351
+ "SYSDLG_SETUP_SIGN_RIGHTS " +
1352
+ "SYSDLG_SETUP_TASK_OBSERVERS " +
1353
+ "SYSDLG_SETUP_TASK_ROUTE " +
1354
+ "SYSDLG_SETUP_USERS_LIST " +
1355
+ "SYSDLG_SIGN_EDOCUMENT " +
1356
+ "SYSDLG_SIGN_MULTIPLE_EDOCUMENTS ";
1357
+
1358
+ // System reference names
1359
+ var system_reference_names_constants =
1360
+ "SYSREF_ACCESS_RIGHTS_TYPES " +
1361
+ "SYSREF_ADMINISTRATION_HISTORY " +
1362
+ "SYSREF_ALL_AVAILABLE_COMPONENTS " +
1363
+ "SYSREF_ALL_AVAILABLE_PRIVILEGES " +
1364
+ "SYSREF_ALL_REPLICATING_COMPONENTS " +
1365
+ "SYSREF_AVAILABLE_DEVELOPERS_COMPONENTS " +
1366
+ "SYSREF_CALENDAR_EVENTS " +
1367
+ "SYSREF_COMPONENT_TOKEN_HISTORY " +
1368
+ "SYSREF_COMPONENT_TOKENS " +
1369
+ "SYSREF_COMPONENTS " +
1370
+ "SYSREF_CONSTANTS " +
1371
+ "SYSREF_DATA_RECEIVE_PROTOCOL " +
1372
+ "SYSREF_DATA_SEND_PROTOCOL " +
1373
+ "SYSREF_DIALOGS " +
1374
+ "SYSREF_DIALOGS_REQUISITES " +
1375
+ "SYSREF_EDITORS " +
1376
+ "SYSREF_EDOC_CARDS " +
1377
+ "SYSREF_EDOC_TYPES " +
1378
+ "SYSREF_EDOCUMENT_CARD_REQUISITES " +
1379
+ "SYSREF_EDOCUMENT_CARD_TYPES " +
1380
+ "SYSREF_EDOCUMENT_CARD_TYPES_REFERENCE " +
1381
+ "SYSREF_EDOCUMENT_CARDS " +
1382
+ "SYSREF_EDOCUMENT_HISTORY " +
1383
+ "SYSREF_EDOCUMENT_KINDS " +
1384
+ "SYSREF_EDOCUMENT_REQUISITES " +
1385
+ "SYSREF_EDOCUMENT_SIGNATURES " +
1386
+ "SYSREF_EDOCUMENT_TEMPLATES " +
1387
+ "SYSREF_EDOCUMENT_TEXT_STORAGES " +
1388
+ "SYSREF_EDOCUMENT_VIEWS " +
1389
+ "SYSREF_FILTERER_SETUP_CONFLICTS " +
1390
+ "SYSREF_FILTRATER_SETTING_CONFLICTS " +
1391
+ "SYSREF_FOLDER_HISTORY " +
1392
+ "SYSREF_FOLDERS " +
1393
+ "SYSREF_FUNCTION_GROUPS " +
1394
+ "SYSREF_FUNCTION_PARAMS " +
1395
+ "SYSREF_FUNCTIONS " +
1396
+ "SYSREF_JOB_HISTORY " +
1397
+ "SYSREF_LINKS " +
1398
+ "SYSREF_LOCALIZATION_DICTIONARY " +
1399
+ "SYSREF_LOCALIZATION_LANGUAGES " +
1400
+ "SYSREF_MODULES " +
1401
+ "SYSREF_PRIVILEGES " +
1402
+ "SYSREF_RECORD_HISTORY " +
1403
+ "SYSREF_REFERENCE_REQUISITES " +
1404
+ "SYSREF_REFERENCE_TYPE_VIEWS " +
1405
+ "SYSREF_REFERENCE_TYPES " +
1406
+ "SYSREF_REFERENCES " +
1407
+ "SYSREF_REFERENCES_REQUISITES " +
1408
+ "SYSREF_REMOTE_SERVERS " +
1409
+ "SYSREF_REPLICATION_SESSIONS_LOG " +
1410
+ "SYSREF_REPLICATION_SESSIONS_PROTOCOL " +
1411
+ "SYSREF_REPORTS " +
1412
+ "SYSREF_ROLES " +
1413
+ "SYSREF_ROUTE_BLOCK_GROUPS " +
1414
+ "SYSREF_ROUTE_BLOCKS " +
1415
+ "SYSREF_SCRIPTS " +
1416
+ "SYSREF_SEARCHES " +
1417
+ "SYSREF_SERVER_EVENTS " +
1418
+ "SYSREF_SERVER_EVENTS_HISTORY " +
1419
+ "SYSREF_STANDARD_ROUTE_GROUPS " +
1420
+ "SYSREF_STANDARD_ROUTES " +
1421
+ "SYSREF_STATUSES " +
1422
+ "SYSREF_SYSTEM_SETTINGS " +
1423
+ "SYSREF_TASK_HISTORY " +
1424
+ "SYSREF_TASK_KIND_GROUPS " +
1425
+ "SYSREF_TASK_KINDS " +
1426
+ "SYSREF_TASK_RIGHTS " +
1427
+ "SYSREF_TASK_SIGNATURES " +
1428
+ "SYSREF_TASKS " +
1429
+ "SYSREF_UNITS " +
1430
+ "SYSREF_USER_GROUPS " +
1431
+ "SYSREF_USER_GROUPS_REFERENCE " +
1432
+ "SYSREF_USER_SUBSTITUTION " +
1433
+ "SYSREF_USERS " +
1434
+ "SYSREF_USERS_REFERENCE " +
1435
+ "SYSREF_VIEWERS " +
1436
+ "SYSREF_WORKING_TIME_CALENDARS ";
1437
+
1438
+ // Table name
1439
+ var table_name_constants =
1440
+ "ACCESS_RIGHTS_TABLE_NAME " +
1441
+ "EDMS_ACCESS_TABLE_NAME " +
1442
+ "EDOC_TYPES_TABLE_NAME ";
1443
+
1444
+ // Test
1445
+ var test_constants =
1446
+ "TEST_DEV_DB_NAME " +
1447
+ "TEST_DEV_SYSTEM_CODE " +
1448
+ "TEST_EDMS_DB_NAME " +
1449
+ "TEST_EDMS_MAIN_CODE " +
1450
+ "TEST_EDMS_MAIN_DB_NAME " +
1451
+ "TEST_EDMS_SECOND_CODE " +
1452
+ "TEST_EDMS_SECOND_DB_NAME " +
1453
+ "TEST_EDMS_SYSTEM_CODE " +
1454
+ "TEST_ISB5_MAIN_CODE " +
1455
+ "TEST_ISB5_SECOND_CODE " +
1456
+ "TEST_SQL_SERVER_2005_NAME " +
1457
+ "TEST_SQL_SERVER_NAME ";
1458
+
1459
+ // Using the dialog windows
1460
+ var using_the_dialog_windows_constants =
1461
+ "ATTENTION_CAPTION " +
1462
+ "cbsCommandLinks " +
1463
+ "cbsDefault " +
1464
+ "CONFIRMATION_CAPTION " +
1465
+ "ERROR_CAPTION " +
1466
+ "INFORMATION_CAPTION " +
1467
+ "mrCancel " +
1468
+ "mrOk ";
1469
+
1470
+ // Using the document
1471
+ var using_the_document_constants =
1472
+ "EDOC_VERSION_ACTIVE_STAGE_CODE " +
1473
+ "EDOC_VERSION_DESIGN_STAGE_CODE " +
1474
+ "EDOC_VERSION_OBSOLETE_STAGE_CODE ";
1475
+
1476
+ // Using the EA and encryption
1477
+ var using_the_EA_and_encryption_constants =
1478
+ "cpDataEnciphermentEnabled " +
1479
+ "cpDigitalSignatureEnabled " +
1480
+ "cpID " +
1481
+ "cpIssuer " +
1482
+ "cpPluginVersion " +
1483
+ "cpSerial " +
1484
+ "cpSubjectName " +
1485
+ "cpSubjSimpleName " +
1486
+ "cpValidFromDate " +
1487
+ "cpValidToDate ";
1488
+
1489
+ // Using the ISBL-editor
1490
+ var using_the_ISBL_editor_constants =
1491
+ "ISBL_SYNTAX " + "NO_SYNTAX " + "XML_SYNTAX ";
1492
+
1493
+ // Wait block properties
1494
+ var wait_block_properties_constants =
1495
+ "WAIT_BLOCK_AFTER_FINISH_EVENT " +
1496
+ "WAIT_BLOCK_BEFORE_START_EVENT " +
1497
+ "WAIT_BLOCK_DEADLINE_PROPERTY " +
1498
+ "WAIT_BLOCK_IS_RELATIVE_DEADLINE_PROPERTY " +
1499
+ "WAIT_BLOCK_NAME_PROPERTY " +
1500
+ "WAIT_BLOCK_RELATIVE_DEADLINE_TYPE_PROPERTY ";
1501
+
1502
+ // SYSRES Common
1503
+ var sysres_common_constants =
1504
+ "SYSRES_COMMON " +
1505
+ "SYSRES_CONST " +
1506
+ "SYSRES_MBFUNC " +
1507
+ "SYSRES_SBDATA " +
1508
+ "SYSRES_SBGUI " +
1509
+ "SYSRES_SBINTF " +
1510
+ "SYSRES_SBREFDSC " +
1511
+ "SYSRES_SQLERRORS " +
1512
+ "SYSRES_SYSCOMP ";
1513
+
1514
+ // Константы ==> built_in
1515
+ var CONSTANTS =
1516
+ sysres_constants +
1517
+ base_constants +
1518
+ base_group_name_constants +
1519
+ decision_block_properties_constants +
1520
+ file_extension_constants +
1521
+ job_block_properties_constants +
1522
+ language_code_constants +
1523
+ launching_external_applications_constants +
1524
+ link_kind_constants +
1525
+ lock_type_constants +
1526
+ monitor_block_properties_constants +
1527
+ notice_block_properties_constants +
1528
+ object_events_constants +
1529
+ object_params_constants +
1530
+ other_constants +
1531
+ privileges_constants +
1532
+ pseudoreference_code_constants +
1533
+ requisite_ISBCertificateType_values_constants +
1534
+ requisite_ISBEDocStorageType_values_constants +
1535
+ requisite_compType2_values_constants +
1536
+ requisite_name_constants +
1537
+ result_constants +
1538
+ rule_identification_constants +
1539
+ script_block_properties_constants +
1540
+ subtask_block_properties_constants +
1541
+ system_component_constants +
1542
+ system_dialogs_constants +
1543
+ system_reference_names_constants +
1544
+ table_name_constants +
1545
+ test_constants +
1546
+ using_the_dialog_windows_constants +
1547
+ using_the_document_constants +
1548
+ using_the_EA_and_encryption_constants +
1549
+ using_the_ISBL_editor_constants +
1550
+ wait_block_properties_constants +
1551
+ sysres_common_constants;
1552
+
1553
+ // enum TAccountType
1554
+ var TAccountType = "atUser atGroup atRole ";
1555
+
1556
+ // enum TActionEnabledMode
1557
+ var TActionEnabledMode =
1558
+ "aemEnabledAlways " +
1559
+ "aemDisabledAlways " +
1560
+ "aemEnabledOnBrowse " +
1561
+ "aemEnabledOnEdit " +
1562
+ "aemDisabledOnBrowseEmpty ";
1563
+
1564
+ // enum TAddPosition
1565
+ var TAddPosition = "apBegin apEnd ";
1566
+
1567
+ // enum TAlignment
1568
+ var TAlignment = "alLeft alRight ";
1569
+
1570
+ // enum TAreaShowMode
1571
+ var TAreaShowMode =
1572
+ "asmNever " +
1573
+ "asmNoButCustomize " +
1574
+ "asmAsLastTime " +
1575
+ "asmYesButCustomize " +
1576
+ "asmAlways ";
1577
+
1578
+ // enum TCertificateInvalidationReason
1579
+ var TCertificateInvalidationReason = "cirCommon cirRevoked ";
1580
+
1581
+ // enum TCertificateType
1582
+ var TCertificateType = "ctSignature ctEncode ctSignatureEncode ";
1583
+
1584
+ // enum TCheckListBoxItemState
1585
+ var TCheckListBoxItemState = "clbUnchecked clbChecked clbGrayed ";
1586
+
1587
+ // enum TCloseOnEsc
1588
+ var TCloseOnEsc = "ceISB ceAlways ceNever ";
1589
+
1590
+ // enum TCompType
1591
+ var TCompType =
1592
+ "ctDocument " +
1593
+ "ctReference " +
1594
+ "ctScript " +
1595
+ "ctUnknown " +
1596
+ "ctReport " +
1597
+ "ctDialog " +
1598
+ "ctFunction " +
1599
+ "ctFolder " +
1600
+ "ctEDocument " +
1601
+ "ctTask " +
1602
+ "ctJob " +
1603
+ "ctNotice " +
1604
+ "ctControlJob ";
1605
+
1606
+ // enum TConditionFormat
1607
+ var TConditionFormat = "cfInternal cfDisplay ";
1608
+
1609
+ // enum TConnectionIntent
1610
+ var TConnectionIntent = "ciUnspecified ciWrite ciRead ";
1611
+
1612
+ // enum TContentKind
1613
+ var TContentKind =
1614
+ "ckFolder " +
1615
+ "ckEDocument " +
1616
+ "ckTask " +
1617
+ "ckJob " +
1618
+ "ckComponentToken " +
1619
+ "ckAny " +
1620
+ "ckReference " +
1621
+ "ckScript " +
1622
+ "ckReport " +
1623
+ "ckDialog ";
1624
+
1625
+ // enum TControlType
1626
+ var TControlType =
1627
+ "ctISBLEditor " +
1628
+ "ctBevel " +
1629
+ "ctButton " +
1630
+ "ctCheckListBox " +
1631
+ "ctComboBox " +
1632
+ "ctComboEdit " +
1633
+ "ctGrid " +
1634
+ "ctDBCheckBox " +
1635
+ "ctDBComboBox " +
1636
+ "ctDBEdit " +
1637
+ "ctDBEllipsis " +
1638
+ "ctDBMemo " +
1639
+ "ctDBNavigator " +
1640
+ "ctDBRadioGroup " +
1641
+ "ctDBStatusLabel " +
1642
+ "ctEdit " +
1643
+ "ctGroupBox " +
1644
+ "ctInplaceHint " +
1645
+ "ctMemo " +
1646
+ "ctPanel " +
1647
+ "ctListBox " +
1648
+ "ctRadioButton " +
1649
+ "ctRichEdit " +
1650
+ "ctTabSheet " +
1651
+ "ctWebBrowser " +
1652
+ "ctImage " +
1653
+ "ctHyperLink " +
1654
+ "ctLabel " +
1655
+ "ctDBMultiEllipsis " +
1656
+ "ctRibbon " +
1657
+ "ctRichView " +
1658
+ "ctInnerPanel " +
1659
+ "ctPanelGroup " +
1660
+ "ctBitButton ";
1661
+
1662
+ // enum TCriterionContentType
1663
+ var TCriterionContentType =
1664
+ "cctDate " +
1665
+ "cctInteger " +
1666
+ "cctNumeric " +
1667
+ "cctPick " +
1668
+ "cctReference " +
1669
+ "cctString " +
1670
+ "cctText ";
1671
+
1672
+ // enum TCultureType
1673
+ var TCultureType = "cltInternal cltPrimary cltGUI ";
1674
+
1675
+ // enum TDataSetEventType
1676
+ var TDataSetEventType =
1677
+ "dseBeforeOpen " +
1678
+ "dseAfterOpen " +
1679
+ "dseBeforeClose " +
1680
+ "dseAfterClose " +
1681
+ "dseOnValidDelete " +
1682
+ "dseBeforeDelete " +
1683
+ "dseAfterDelete " +
1684
+ "dseAfterDeleteOutOfTransaction " +
1685
+ "dseOnDeleteError " +
1686
+ "dseBeforeInsert " +
1687
+ "dseAfterInsert " +
1688
+ "dseOnValidUpdate " +
1689
+ "dseBeforeUpdate " +
1690
+ "dseOnUpdateRatifiedRecord " +
1691
+ "dseAfterUpdate " +
1692
+ "dseAfterUpdateOutOfTransaction " +
1693
+ "dseOnUpdateError " +
1694
+ "dseAfterScroll " +
1695
+ "dseOnOpenRecord " +
1696
+ "dseOnCloseRecord " +
1697
+ "dseBeforeCancel " +
1698
+ "dseAfterCancel " +
1699
+ "dseOnUpdateDeadlockError " +
1700
+ "dseBeforeDetailUpdate " +
1701
+ "dseOnPrepareUpdate " +
1702
+ "dseOnAnyRequisiteChange ";
1703
+
1704
+ // enum TDataSetState
1705
+ var TDataSetState = "dssEdit dssInsert dssBrowse dssInActive ";
1706
+
1707
+ // enum TDateFormatType
1708
+ var TDateFormatType = "dftDate dftShortDate dftDateTime dftTimeStamp ";
1709
+
1710
+ // enum TDateOffsetType
1711
+ var TDateOffsetType = "dotDays dotHours dotMinutes dotSeconds ";
1712
+
1713
+ // enum TDateTimeKind
1714
+ var TDateTimeKind = "dtkndLocal dtkndUTC ";
1715
+
1716
+ // enum TDeaAccessRights
1717
+ var TDeaAccessRights = "arNone arView arEdit arFull ";
1718
+
1719
+ // enum TDocumentDefaultAction
1720
+ var TDocumentDefaultAction = "ddaView ddaEdit ";
1721
+
1722
+ // enum TEditMode
1723
+ var TEditMode =
1724
+ "emLock " +
1725
+ "emEdit " +
1726
+ "emSign " +
1727
+ "emExportWithLock " +
1728
+ "emImportWithUnlock " +
1729
+ "emChangeVersionNote " +
1730
+ "emOpenForModify " +
1731
+ "emChangeLifeStage " +
1732
+ "emDelete " +
1733
+ "emCreateVersion " +
1734
+ "emImport " +
1735
+ "emUnlockExportedWithLock " +
1736
+ "emStart " +
1737
+ "emAbort " +
1738
+ "emReInit " +
1739
+ "emMarkAsReaded " +
1740
+ "emMarkAsUnreaded " +
1741
+ "emPerform " +
1742
+ "emAccept " +
1743
+ "emResume " +
1744
+ "emChangeRights " +
1745
+ "emEditRoute " +
1746
+ "emEditObserver " +
1747
+ "emRecoveryFromLocalCopy " +
1748
+ "emChangeWorkAccessType " +
1749
+ "emChangeEncodeTypeToCertificate " +
1750
+ "emChangeEncodeTypeToPassword " +
1751
+ "emChangeEncodeTypeToNone " +
1752
+ "emChangeEncodeTypeToCertificatePassword " +
1753
+ "emChangeStandardRoute " +
1754
+ "emGetText " +
1755
+ "emOpenForView " +
1756
+ "emMoveToStorage " +
1757
+ "emCreateObject " +
1758
+ "emChangeVersionHidden " +
1759
+ "emDeleteVersion " +
1760
+ "emChangeLifeCycleStage " +
1761
+ "emApprovingSign " +
1762
+ "emExport " +
1763
+ "emContinue " +
1764
+ "emLockFromEdit " +
1765
+ "emUnLockForEdit " +
1766
+ "emLockForServer " +
1767
+ "emUnlockFromServer " +
1768
+ "emDelegateAccessRights " +
1769
+ "emReEncode ";
1770
+
1771
+ // enum TEditorCloseObservType
1772
+ var TEditorCloseObservType = "ecotFile ecotProcess ";
1773
+
1774
+ // enum TEdmsApplicationAction
1775
+ var TEdmsApplicationAction = "eaGet eaCopy eaCreate eaCreateStandardRoute ";
1776
+
1777
+ // enum TEDocumentLockType
1778
+ var TEDocumentLockType = "edltAll edltNothing edltQuery ";
1779
+
1780
+ // enum TEDocumentStepShowMode
1781
+ var TEDocumentStepShowMode = "essmText essmCard ";
1782
+
1783
+ // enum TEDocumentStepVersionType
1784
+ var TEDocumentStepVersionType = "esvtLast esvtLastActive esvtSpecified ";
1785
+
1786
+ // enum TEDocumentStorageFunction
1787
+ var TEDocumentStorageFunction = "edsfExecutive edsfArchive ";
1788
+
1789
+ // enum TEDocumentStorageType
1790
+ var TEDocumentStorageType = "edstSQLServer edstFile ";
1791
+
1792
+ // enum TEDocumentVersionSourceType
1793
+ var TEDocumentVersionSourceType =
1794
+ "edvstNone edvstEDocumentVersionCopy edvstFile edvstTemplate edvstScannedFile ";
1795
+
1796
+ // enum TEDocumentVersionState
1797
+ var TEDocumentVersionState = "vsDefault vsDesign vsActive vsObsolete ";
1798
+
1799
+ // enum TEncodeType
1800
+ var TEncodeType = "etNone etCertificate etPassword etCertificatePassword ";
1801
+
1802
+ // enum TExceptionCategory
1803
+ var TExceptionCategory = "ecException ecWarning ecInformation ";
1804
+
1805
+ // enum TExportedSignaturesType
1806
+ var TExportedSignaturesType = "estAll estApprovingOnly ";
1807
+
1808
+ // enum TExportedVersionType
1809
+ var TExportedVersionType = "evtLast evtLastActive evtQuery ";
1810
+
1811
+ // enum TFieldDataType
1812
+ var TFieldDataType =
1813
+ "fdtString " +
1814
+ "fdtNumeric " +
1815
+ "fdtInteger " +
1816
+ "fdtDate " +
1817
+ "fdtText " +
1818
+ "fdtUnknown " +
1819
+ "fdtWideString " +
1820
+ "fdtLargeInteger ";
1821
+
1822
+ // enum TFolderType
1823
+ var TFolderType =
1824
+ "ftInbox " +
1825
+ "ftOutbox " +
1826
+ "ftFavorites " +
1827
+ "ftCommonFolder " +
1828
+ "ftUserFolder " +
1829
+ "ftComponents " +
1830
+ "ftQuickLaunch " +
1831
+ "ftShortcuts " +
1832
+ "ftSearch ";
1833
+
1834
+ // enum TGridRowHeight
1835
+ var TGridRowHeight = "grhAuto " + "grhX1 " + "grhX2 " + "grhX3 ";
1836
+
1837
+ // enum THyperlinkType
1838
+ var THyperlinkType = "hltText " + "hltRTF " + "hltHTML ";
1839
+
1840
+ // enum TImageFileFormat
1841
+ var TImageFileFormat =
1842
+ "iffBMP " +
1843
+ "iffJPEG " +
1844
+ "iffMultiPageTIFF " +
1845
+ "iffSinglePageTIFF " +
1846
+ "iffTIFF " +
1847
+ "iffPNG ";
1848
+
1849
+ // enum TImageMode
1850
+ var TImageMode = "im8bGrayscale " + "im24bRGB " + "im1bMonochrome ";
1851
+
1852
+ // enum TImageType
1853
+ var TImageType = "itBMP " + "itJPEG " + "itWMF " + "itPNG ";
1854
+
1855
+ // enum TInplaceHintKind
1856
+ var TInplaceHintKind =
1857
+ "ikhInformation " + "ikhWarning " + "ikhError " + "ikhNoIcon ";
1858
+
1859
+ // enum TISBLContext
1860
+ var TISBLContext =
1861
+ "icUnknown " +
1862
+ "icScript " +
1863
+ "icFunction " +
1864
+ "icIntegratedReport " +
1865
+ "icAnalyticReport " +
1866
+ "icDataSetEventHandler " +
1867
+ "icActionHandler " +
1868
+ "icFormEventHandler " +
1869
+ "icLookUpEventHandler " +
1870
+ "icRequisiteChangeEventHandler " +
1871
+ "icBeforeSearchEventHandler " +
1872
+ "icRoleCalculation " +
1873
+ "icSelectRouteEventHandler " +
1874
+ "icBlockPropertyCalculation " +
1875
+ "icBlockQueryParamsEventHandler " +
1876
+ "icChangeSearchResultEventHandler " +
1877
+ "icBlockEventHandler " +
1878
+ "icSubTaskInitEventHandler " +
1879
+ "icEDocDataSetEventHandler " +
1880
+ "icEDocLookUpEventHandler " +
1881
+ "icEDocActionHandler " +
1882
+ "icEDocFormEventHandler " +
1883
+ "icEDocRequisiteChangeEventHandler " +
1884
+ "icStructuredConversionRule " +
1885
+ "icStructuredConversionEventBefore " +
1886
+ "icStructuredConversionEventAfter " +
1887
+ "icWizardEventHandler " +
1888
+ "icWizardFinishEventHandler " +
1889
+ "icWizardStepEventHandler " +
1890
+ "icWizardStepFinishEventHandler " +
1891
+ "icWizardActionEnableEventHandler " +
1892
+ "icWizardActionExecuteEventHandler " +
1893
+ "icCreateJobsHandler " +
1894
+ "icCreateNoticesHandler " +
1895
+ "icBeforeLookUpEventHandler " +
1896
+ "icAfterLookUpEventHandler " +
1897
+ "icTaskAbortEventHandler " +
1898
+ "icWorkflowBlockActionHandler " +
1899
+ "icDialogDataSetEventHandler " +
1900
+ "icDialogActionHandler " +
1901
+ "icDialogLookUpEventHandler " +
1902
+ "icDialogRequisiteChangeEventHandler " +
1903
+ "icDialogFormEventHandler " +
1904
+ "icDialogValidCloseEventHandler " +
1905
+ "icBlockFormEventHandler " +
1906
+ "icTaskFormEventHandler " +
1907
+ "icReferenceMethod " +
1908
+ "icEDocMethod " +
1909
+ "icDialogMethod " +
1910
+ "icProcessMessageHandler ";
1911
+
1912
+ // enum TItemShow
1913
+ var TItemShow = "isShow " + "isHide " + "isByUserSettings ";
1914
+
1915
+ // enum TJobKind
1916
+ var TJobKind = "jkJob " + "jkNotice " + "jkControlJob ";
1917
+
1918
+ // enum TJoinType
1919
+ var TJoinType = "jtInner " + "jtLeft " + "jtRight " + "jtFull " + "jtCross ";
1920
+
1921
+ // enum TLabelPos
1922
+ var TLabelPos = "lbpAbove " + "lbpBelow " + "lbpLeft " + "lbpRight ";
1923
+
1924
+ // enum TLicensingType
1925
+ var TLicensingType = "eltPerConnection " + "eltPerUser ";
1926
+
1927
+ // enum TLifeCycleStageFontColor
1928
+ var TLifeCycleStageFontColor =
1929
+ "sfcUndefined " +
1930
+ "sfcBlack " +
1931
+ "sfcGreen " +
1932
+ "sfcRed " +
1933
+ "sfcBlue " +
1934
+ "sfcOrange " +
1935
+ "sfcLilac ";
1936
+
1937
+ // enum TLifeCycleStageFontStyle
1938
+ var TLifeCycleStageFontStyle = "sfsItalic " + "sfsStrikeout " + "sfsNormal ";
1939
+
1940
+ // enum TLockableDevelopmentComponentType
1941
+ var TLockableDevelopmentComponentType =
1942
+ "ldctStandardRoute " +
1943
+ "ldctWizard " +
1944
+ "ldctScript " +
1945
+ "ldctFunction " +
1946
+ "ldctRouteBlock " +
1947
+ "ldctIntegratedReport " +
1948
+ "ldctAnalyticReport " +
1949
+ "ldctReferenceType " +
1950
+ "ldctEDocumentType " +
1951
+ "ldctDialog " +
1952
+ "ldctServerEvents ";
1953
+
1954
+ // enum TMaxRecordCountRestrictionType
1955
+ var TMaxRecordCountRestrictionType =
1956
+ "mrcrtNone " + "mrcrtUser " + "mrcrtMaximal " + "mrcrtCustom ";
1957
+
1958
+ // enum TRangeValueType
1959
+ var TRangeValueType =
1960
+ "vtEqual " + "vtGreaterOrEqual " + "vtLessOrEqual " + "vtRange ";
1961
+
1962
+ // enum TRelativeDate
1963
+ var TRelativeDate =
1964
+ "rdYesterday " +
1965
+ "rdToday " +
1966
+ "rdTomorrow " +
1967
+ "rdThisWeek " +
1968
+ "rdThisMonth " +
1969
+ "rdThisYear " +
1970
+ "rdNextMonth " +
1971
+ "rdNextWeek " +
1972
+ "rdLastWeek " +
1973
+ "rdLastMonth ";
1974
+
1975
+ // enum TReportDestination
1976
+ var TReportDestination = "rdWindow " + "rdFile " + "rdPrinter ";
1977
+
1978
+ // enum TReqDataType
1979
+ var TReqDataType =
1980
+ "rdtString " +
1981
+ "rdtNumeric " +
1982
+ "rdtInteger " +
1983
+ "rdtDate " +
1984
+ "rdtReference " +
1985
+ "rdtAccount " +
1986
+ "rdtText " +
1987
+ "rdtPick " +
1988
+ "rdtUnknown " +
1989
+ "rdtLargeInteger " +
1990
+ "rdtDocument ";
1991
+
1992
+ // enum TRequisiteEventType
1993
+ var TRequisiteEventType = "reOnChange " + "reOnChangeValues ";
1994
+
1995
+ // enum TSBTimeType
1996
+ var TSBTimeType = "ttGlobal " + "ttLocal " + "ttUser " + "ttSystem ";
1997
+
1998
+ // enum TSearchShowMode
1999
+ var TSearchShowMode =
2000
+ "ssmBrowse " + "ssmSelect " + "ssmMultiSelect " + "ssmBrowseModal ";
2001
+
2002
+ // enum TSelectMode
2003
+ var TSelectMode = "smSelect " + "smLike " + "smCard ";
2004
+
2005
+ // enum TSignatureType
2006
+ var TSignatureType = "stNone " + "stAuthenticating " + "stApproving ";
2007
+
2008
+ // enum TSignerContentType
2009
+ var TSignerContentType = "sctString " + "sctStream ";
2010
+
2011
+ // enum TStringsSortType
2012
+ var TStringsSortType = "sstAnsiSort " + "sstNaturalSort ";
2013
+
2014
+ // enum TStringValueType
2015
+ var TStringValueType = "svtEqual " + "svtContain ";
2016
+
2017
+ // enum TStructuredObjectAttributeType
2018
+ var TStructuredObjectAttributeType =
2019
+ "soatString " +
2020
+ "soatNumeric " +
2021
+ "soatInteger " +
2022
+ "soatDatetime " +
2023
+ "soatReferenceRecord " +
2024
+ "soatText " +
2025
+ "soatPick " +
2026
+ "soatBoolean " +
2027
+ "soatEDocument " +
2028
+ "soatAccount " +
2029
+ "soatIntegerCollection " +
2030
+ "soatNumericCollection " +
2031
+ "soatStringCollection " +
2032
+ "soatPickCollection " +
2033
+ "soatDatetimeCollection " +
2034
+ "soatBooleanCollection " +
2035
+ "soatReferenceRecordCollection " +
2036
+ "soatEDocumentCollection " +
2037
+ "soatAccountCollection " +
2038
+ "soatContents " +
2039
+ "soatUnknown ";
2040
+
2041
+ // enum TTaskAbortReason
2042
+ var TTaskAbortReason = "tarAbortByUser " + "tarAbortByWorkflowException ";
2043
+
2044
+ // enum TTextValueType
2045
+ var TTextValueType = "tvtAllWords " + "tvtExactPhrase " + "tvtAnyWord ";
2046
+
2047
+ // enum TUserObjectStatus
2048
+ var TUserObjectStatus =
2049
+ "usNone " +
2050
+ "usCompleted " +
2051
+ "usRedSquare " +
2052
+ "usBlueSquare " +
2053
+ "usYellowSquare " +
2054
+ "usGreenSquare " +
2055
+ "usOrangeSquare " +
2056
+ "usPurpleSquare " +
2057
+ "usFollowUp ";
2058
+
2059
+ // enum TUserType
2060
+ var TUserType =
2061
+ "utUnknown " +
2062
+ "utUser " +
2063
+ "utDeveloper " +
2064
+ "utAdministrator " +
2065
+ "utSystemDeveloper " +
2066
+ "utDisconnected ";
2067
+
2068
+ // enum TValuesBuildType
2069
+ var TValuesBuildType =
2070
+ "btAnd " + "btDetailAnd " + "btOr " + "btNotOr " + "btOnly ";
2071
+
2072
+ // enum TViewMode
2073
+ var TViewMode = "vmView " + "vmSelect " + "vmNavigation ";
2074
+
2075
+ // enum TViewSelectionMode
2076
+ var TViewSelectionMode =
2077
+ "vsmSingle " + "vsmMultiple " + "vsmMultipleCheck " + "vsmNoSelection ";
2078
+
2079
+ // enum TWizardActionType
2080
+ var TWizardActionType =
2081
+ "wfatPrevious " + "wfatNext " + "wfatCancel " + "wfatFinish ";
2082
+
2083
+ // enum TWizardFormElementProperty
2084
+ var TWizardFormElementProperty =
2085
+ "wfepUndefined " +
2086
+ "wfepText3 " +
2087
+ "wfepText6 " +
2088
+ "wfepText9 " +
2089
+ "wfepSpinEdit " +
2090
+ "wfepDropDown " +
2091
+ "wfepRadioGroup " +
2092
+ "wfepFlag " +
2093
+ "wfepText12 " +
2094
+ "wfepText15 " +
2095
+ "wfepText18 " +
2096
+ "wfepText21 " +
2097
+ "wfepText24 " +
2098
+ "wfepText27 " +
2099
+ "wfepText30 " +
2100
+ "wfepRadioGroupColumn1 " +
2101
+ "wfepRadioGroupColumn2 " +
2102
+ "wfepRadioGroupColumn3 ";
2103
+
2104
+ // enum TWizardFormElementType
2105
+ var TWizardFormElementType =
2106
+ "wfetQueryParameter " + "wfetText " + "wfetDelimiter " + "wfetLabel ";
2107
+
2108
+ // enum TWizardParamType
2109
+ var TWizardParamType =
2110
+ "wptString " +
2111
+ "wptInteger " +
2112
+ "wptNumeric " +
2113
+ "wptBoolean " +
2114
+ "wptDateTime " +
2115
+ "wptPick " +
2116
+ "wptText " +
2117
+ "wptUser " +
2118
+ "wptUserList " +
2119
+ "wptEDocumentInfo " +
2120
+ "wptEDocumentInfoList " +
2121
+ "wptReferenceRecordInfo " +
2122
+ "wptReferenceRecordInfoList " +
2123
+ "wptFolderInfo " +
2124
+ "wptTaskInfo " +
2125
+ "wptContents " +
2126
+ "wptFileName " +
2127
+ "wptDate ";
2128
+
2129
+ // enum TWizardStepResult
2130
+ var TWizardStepResult =
2131
+ "wsrComplete " +
2132
+ "wsrGoNext " +
2133
+ "wsrGoPrevious " +
2134
+ "wsrCustom " +
2135
+ "wsrCancel " +
2136
+ "wsrGoFinal ";
2137
+
2138
+ // enum TWizardStepType
2139
+ var TWizardStepType =
2140
+ "wstForm " +
2141
+ "wstEDocument " +
2142
+ "wstTaskCard " +
2143
+ "wstReferenceRecordCard " +
2144
+ "wstFinal ";
2145
+
2146
+ // enum TWorkAccessType
2147
+ var TWorkAccessType = "waAll " + "waPerformers " + "waManual ";
2148
+
2149
+ // enum TWorkflowBlockType
2150
+ var TWorkflowBlockType =
2151
+ "wsbStart " +
2152
+ "wsbFinish " +
2153
+ "wsbNotice " +
2154
+ "wsbStep " +
2155
+ "wsbDecision " +
2156
+ "wsbWait " +
2157
+ "wsbMonitor " +
2158
+ "wsbScript " +
2159
+ "wsbConnector " +
2160
+ "wsbSubTask " +
2161
+ "wsbLifeCycleStage " +
2162
+ "wsbPause ";
2163
+
2164
+ // enum TWorkflowDataType
2165
+ var TWorkflowDataType =
2166
+ "wdtInteger " +
2167
+ "wdtFloat " +
2168
+ "wdtString " +
2169
+ "wdtPick " +
2170
+ "wdtDateTime " +
2171
+ "wdtBoolean " +
2172
+ "wdtTask " +
2173
+ "wdtJob " +
2174
+ "wdtFolder " +
2175
+ "wdtEDocument " +
2176
+ "wdtReferenceRecord " +
2177
+ "wdtUser " +
2178
+ "wdtGroup " +
2179
+ "wdtRole " +
2180
+ "wdtIntegerCollection " +
2181
+ "wdtFloatCollection " +
2182
+ "wdtStringCollection " +
2183
+ "wdtPickCollection " +
2184
+ "wdtDateTimeCollection " +
2185
+ "wdtBooleanCollection " +
2186
+ "wdtTaskCollection " +
2187
+ "wdtJobCollection " +
2188
+ "wdtFolderCollection " +
2189
+ "wdtEDocumentCollection " +
2190
+ "wdtReferenceRecordCollection " +
2191
+ "wdtUserCollection " +
2192
+ "wdtGroupCollection " +
2193
+ "wdtRoleCollection " +
2194
+ "wdtContents " +
2195
+ "wdtUserList " +
2196
+ "wdtSearchDescription " +
2197
+ "wdtDeadLine " +
2198
+ "wdtPickSet " +
2199
+ "wdtAccountCollection ";
2200
+
2201
+ // enum TWorkImportance
2202
+ var TWorkImportance = "wiLow " + "wiNormal " + "wiHigh ";
2203
+
2204
+ // enum TWorkRouteType
2205
+ var TWorkRouteType = "wrtSoft " + "wrtHard ";
2206
+
2207
+ // enum TWorkState
2208
+ var TWorkState =
2209
+ "wsInit " +
2210
+ "wsRunning " +
2211
+ "wsDone " +
2212
+ "wsControlled " +
2213
+ "wsAborted " +
2214
+ "wsContinued ";
2215
+
2216
+ // enum TWorkTextBuildingMode
2217
+ var TWorkTextBuildingMode =
2218
+ "wtmFull " + "wtmFromCurrent " + "wtmOnlyCurrent ";
2219
+
2220
+ // Перечисления
2221
+ var ENUMS =
2222
+ TAccountType +
2223
+ TActionEnabledMode +
2224
+ TAddPosition +
2225
+ TAlignment +
2226
+ TAreaShowMode +
2227
+ TCertificateInvalidationReason +
2228
+ TCertificateType +
2229
+ TCheckListBoxItemState +
2230
+ TCloseOnEsc +
2231
+ TCompType +
2232
+ TConditionFormat +
2233
+ TConnectionIntent +
2234
+ TContentKind +
2235
+ TControlType +
2236
+ TCriterionContentType +
2237
+ TCultureType +
2238
+ TDataSetEventType +
2239
+ TDataSetState +
2240
+ TDateFormatType +
2241
+ TDateOffsetType +
2242
+ TDateTimeKind +
2243
+ TDeaAccessRights +
2244
+ TDocumentDefaultAction +
2245
+ TEditMode +
2246
+ TEditorCloseObservType +
2247
+ TEdmsApplicationAction +
2248
+ TEDocumentLockType +
2249
+ TEDocumentStepShowMode +
2250
+ TEDocumentStepVersionType +
2251
+ TEDocumentStorageFunction +
2252
+ TEDocumentStorageType +
2253
+ TEDocumentVersionSourceType +
2254
+ TEDocumentVersionState +
2255
+ TEncodeType +
2256
+ TExceptionCategory +
2257
+ TExportedSignaturesType +
2258
+ TExportedVersionType +
2259
+ TFieldDataType +
2260
+ TFolderType +
2261
+ TGridRowHeight +
2262
+ THyperlinkType +
2263
+ TImageFileFormat +
2264
+ TImageMode +
2265
+ TImageType +
2266
+ TInplaceHintKind +
2267
+ TISBLContext +
2268
+ TItemShow +
2269
+ TJobKind +
2270
+ TJoinType +
2271
+ TLabelPos +
2272
+ TLicensingType +
2273
+ TLifeCycleStageFontColor +
2274
+ TLifeCycleStageFontStyle +
2275
+ TLockableDevelopmentComponentType +
2276
+ TMaxRecordCountRestrictionType +
2277
+ TRangeValueType +
2278
+ TRelativeDate +
2279
+ TReportDestination +
2280
+ TReqDataType +
2281
+ TRequisiteEventType +
2282
+ TSBTimeType +
2283
+ TSearchShowMode +
2284
+ TSelectMode +
2285
+ TSignatureType +
2286
+ TSignerContentType +
2287
+ TStringsSortType +
2288
+ TStringValueType +
2289
+ TStructuredObjectAttributeType +
2290
+ TTaskAbortReason +
2291
+ TTextValueType +
2292
+ TUserObjectStatus +
2293
+ TUserType +
2294
+ TValuesBuildType +
2295
+ TViewMode +
2296
+ TViewSelectionMode +
2297
+ TWizardActionType +
2298
+ TWizardFormElementProperty +
2299
+ TWizardFormElementType +
2300
+ TWizardParamType +
2301
+ TWizardStepResult +
2302
+ TWizardStepType +
2303
+ TWorkAccessType +
2304
+ TWorkflowBlockType +
2305
+ TWorkflowDataType +
2306
+ TWorkImportance +
2307
+ TWorkRouteType +
2308
+ TWorkState +
2309
+ TWorkTextBuildingMode;
2310
+
2311
+ // Системные функции ==> SYSFUNCTIONS
2312
+ var system_functions =
2313
+ "AddSubString " +
2314
+ "AdjustLineBreaks " +
2315
+ "AmountInWords " +
2316
+ "Analysis " +
2317
+ "ArrayDimCount " +
2318
+ "ArrayHighBound " +
2319
+ "ArrayLowBound " +
2320
+ "ArrayOf " +
2321
+ "ArrayReDim " +
2322
+ "Assert " +
2323
+ "Assigned " +
2324
+ "BeginOfMonth " +
2325
+ "BeginOfPeriod " +
2326
+ "BuildProfilingOperationAnalysis " +
2327
+ "CallProcedure " +
2328
+ "CanReadFile " +
2329
+ "CArrayElement " +
2330
+ "CDataSetRequisite " +
2331
+ "ChangeDate " +
2332
+ "ChangeReferenceDataset " +
2333
+ "Char " +
2334
+ "CharPos " +
2335
+ "CheckParam " +
2336
+ "CheckParamValue " +
2337
+ "CompareStrings " +
2338
+ "ConstantExists " +
2339
+ "ControlState " +
2340
+ "ConvertDateStr " +
2341
+ "Copy " +
2342
+ "CopyFile " +
2343
+ "CreateArray " +
2344
+ "CreateCachedReference " +
2345
+ "CreateConnection " +
2346
+ "CreateDialog " +
2347
+ "CreateDualListDialog " +
2348
+ "CreateEditor " +
2349
+ "CreateException " +
2350
+ "CreateFile " +
2351
+ "CreateFolderDialog " +
2352
+ "CreateInputDialog " +
2353
+ "CreateLinkFile " +
2354
+ "CreateList " +
2355
+ "CreateLock " +
2356
+ "CreateMemoryDataSet " +
2357
+ "CreateObject " +
2358
+ "CreateOpenDialog " +
2359
+ "CreateProgress " +
2360
+ "CreateQuery " +
2361
+ "CreateReference " +
2362
+ "CreateReport " +
2363
+ "CreateSaveDialog " +
2364
+ "CreateScript " +
2365
+ "CreateSQLPivotFunction " +
2366
+ "CreateStringList " +
2367
+ "CreateTreeListSelectDialog " +
2368
+ "CSelectSQL " +
2369
+ "CSQL " +
2370
+ "CSubString " +
2371
+ "CurrentUserID " +
2372
+ "CurrentUserName " +
2373
+ "CurrentVersion " +
2374
+ "DataSetLocateEx " +
2375
+ "DateDiff " +
2376
+ "DateTimeDiff " +
2377
+ "DateToStr " +
2378
+ "DayOfWeek " +
2379
+ "DeleteFile " +
2380
+ "DirectoryExists " +
2381
+ "DisableCheckAccessRights " +
2382
+ "DisableCheckFullShowingRestriction " +
2383
+ "DisableMassTaskSendingRestrictions " +
2384
+ "DropTable " +
2385
+ "DupeString " +
2386
+ "EditText " +
2387
+ "EnableCheckAccessRights " +
2388
+ "EnableCheckFullShowingRestriction " +
2389
+ "EnableMassTaskSendingRestrictions " +
2390
+ "EndOfMonth " +
2391
+ "EndOfPeriod " +
2392
+ "ExceptionExists " +
2393
+ "ExceptionsOff " +
2394
+ "ExceptionsOn " +
2395
+ "Execute " +
2396
+ "ExecuteProcess " +
2397
+ "Exit " +
2398
+ "ExpandEnvironmentVariables " +
2399
+ "ExtractFileDrive " +
2400
+ "ExtractFileExt " +
2401
+ "ExtractFileName " +
2402
+ "ExtractFilePath " +
2403
+ "ExtractParams " +
2404
+ "FileExists " +
2405
+ "FileSize " +
2406
+ "FindFile " +
2407
+ "FindSubString " +
2408
+ "FirmContext " +
2409
+ "ForceDirectories " +
2410
+ "Format " +
2411
+ "FormatDate " +
2412
+ "FormatNumeric " +
2413
+ "FormatSQLDate " +
2414
+ "FormatString " +
2415
+ "FreeException " +
2416
+ "GetComponent " +
2417
+ "GetComponentLaunchParam " +
2418
+ "GetConstant " +
2419
+ "GetLastException " +
2420
+ "GetReferenceRecord " +
2421
+ "GetRefTypeByRefID " +
2422
+ "GetTableID " +
2423
+ "GetTempFolder " +
2424
+ "IfThen " +
2425
+ "In " +
2426
+ "IndexOf " +
2427
+ "InputDialog " +
2428
+ "InputDialogEx " +
2429
+ "InteractiveMode " +
2430
+ "IsFileLocked " +
2431
+ "IsGraphicFile " +
2432
+ "IsNumeric " +
2433
+ "Length " +
2434
+ "LoadString " +
2435
+ "LoadStringFmt " +
2436
+ "LocalTimeToUTC " +
2437
+ "LowerCase " +
2438
+ "Max " +
2439
+ "MessageBox " +
2440
+ "MessageBoxEx " +
2441
+ "MimeDecodeBinary " +
2442
+ "MimeDecodeString " +
2443
+ "MimeEncodeBinary " +
2444
+ "MimeEncodeString " +
2445
+ "Min " +
2446
+ "MoneyInWords " +
2447
+ "MoveFile " +
2448
+ "NewID " +
2449
+ "Now " +
2450
+ "OpenFile " +
2451
+ "Ord " +
2452
+ "Precision " +
2453
+ "Raise " +
2454
+ "ReadCertificateFromFile " +
2455
+ "ReadFile " +
2456
+ "ReferenceCodeByID " +
2457
+ "ReferenceNumber " +
2458
+ "ReferenceRequisiteMode " +
2459
+ "ReferenceRequisiteValue " +
2460
+ "RegionDateSettings " +
2461
+ "RegionNumberSettings " +
2462
+ "RegionTimeSettings " +
2463
+ "RegRead " +
2464
+ "RegWrite " +
2465
+ "RenameFile " +
2466
+ "Replace " +
2467
+ "Round " +
2468
+ "SelectServerCode " +
2469
+ "SelectSQL " +
2470
+ "ServerDateTime " +
2471
+ "SetConstant " +
2472
+ "SetManagedFolderFieldsState " +
2473
+ "ShowConstantsInputDialog " +
2474
+ "ShowMessage " +
2475
+ "Sleep " +
2476
+ "Split " +
2477
+ "SQL " +
2478
+ "SQL2XLSTAB " +
2479
+ "SQLProfilingSendReport " +
2480
+ "StrToDate " +
2481
+ "SubString " +
2482
+ "SubStringCount " +
2483
+ "SystemSetting " +
2484
+ "Time " +
2485
+ "TimeDiff " +
2486
+ "Today " +
2487
+ "Transliterate " +
2488
+ "Trim " +
2489
+ "UpperCase " +
2490
+ "UserStatus " +
2491
+ "UTCToLocalTime " +
2492
+ "ValidateXML " +
2493
+ "VarIsClear " +
2494
+ "VarIsEmpty " +
2495
+ "VarIsNull " +
2496
+ "WorkTimeDiff " +
2497
+ "WriteFile " +
2498
+ "WriteFileEx " +
2499
+ "WriteObjectHistory " +
2500
+ "Анализ " +
2501
+ "БазаДанных " +
2502
+ "БлокЕсть " +
2503
+ "БлокЕстьРасш " +
2504
+ "БлокИнфо " +
2505
+ "БлокСнять " +
2506
+ "БлокСнятьРасш " +
2507
+ "БлокУстановить " +
2508
+ "Ввод " +
2509
+ "ВводМеню " +
2510
+ "ВедС " +
2511
+ "ВедСпр " +
2512
+ "ВерхняяГраницаМассива " +
2513
+ "ВнешПрогр " +
2514
+ "Восст " +
2515
+ "ВременнаяПапка " +
2516
+ "Время " +
2517
+ "ВыборSQL " +
2518
+ "ВыбратьЗапись " +
2519
+ "ВыделитьСтр " +
2520
+ "Вызвать " +
2521
+ "Выполнить " +
2522
+ "ВыпПрогр " +
2523
+ "ГрафическийФайл " +
2524
+ "ГруппаДополнительно " +
2525
+ "ДатаВремяСерв " +
2526
+ "ДеньНедели " +
2527
+ "ДиалогДаНет " +
2528
+ "ДлинаСтр " +
2529
+ "ДобПодстр " +
2530
+ "ЕПусто " +
2531
+ "ЕслиТо " +
2532
+ "ЕЧисло " +
2533
+ "ЗамПодстр " +
2534
+ "ЗаписьСправочника " +
2535
+ "ЗначПоляСпр " +
2536
+ "ИДТипСпр " +
2537
+ "ИзвлечьДиск " +
2538
+ "ИзвлечьИмяФайла " +
2539
+ "ИзвлечьПуть " +
2540
+ "ИзвлечьРасширение " +
2541
+ "ИзмДат " +
2542
+ "ИзменитьРазмерМассива " +
2543
+ "ИзмеренийМассива " +
2544
+ "ИмяОрг " +
2545
+ "ИмяПоляСпр " +
2546
+ "Индекс " +
2547
+ "ИндикаторЗакрыть " +
2548
+ "ИндикаторОткрыть " +
2549
+ "ИндикаторШаг " +
2550
+ "ИнтерактивныйРежим " +
2551
+ "ИтогТблСпр " +
2552
+ "КодВидВедСпр " +
2553
+ "КодВидСпрПоИД " +
2554
+ "КодПоAnalit " +
2555
+ "КодСимвола " +
2556
+ "КодСпр " +
2557
+ "КолПодстр " +
2558
+ "КолПроп " +
2559
+ "КонМес " +
2560
+ "Конст " +
2561
+ "КонстЕсть " +
2562
+ "КонстЗнач " +
2563
+ "КонТран " +
2564
+ "КопироватьФайл " +
2565
+ "КопияСтр " +
2566
+ "КПериод " +
2567
+ "КСтрТблСпр " +
2568
+ "Макс " +
2569
+ "МаксСтрТблСпр " +
2570
+ "Массив " +
2571
+ "Меню " +
2572
+ "МенюРасш " +
2573
+ "Мин " +
2574
+ "НаборДанныхНайтиРасш " +
2575
+ "НаимВидСпр " +
2576
+ "НаимПоAnalit " +
2577
+ "НаимСпр " +
2578
+ "НастроитьПереводыСтрок " +
2579
+ "НачМес " +
2580
+ "НачТран " +
2581
+ "НижняяГраницаМассива " +
2582
+ "НомерСпр " +
2583
+ "НПериод " +
2584
+ "Окно " +
2585
+ "Окр " +
2586
+ "Окружение " +
2587
+ "ОтлИнфДобавить " +
2588
+ "ОтлИнфУдалить " +
2589
+ "Отчет " +
2590
+ "ОтчетАнал " +
2591
+ "ОтчетИнт " +
2592
+ "ПапкаСуществует " +
2593
+ "Пауза " +
2594
+ "ПВыборSQL " +
2595
+ "ПереименоватьФайл " +
2596
+ "Переменные " +
2597
+ "ПереместитьФайл " +
2598
+ "Подстр " +
2599
+ "ПоискПодстр " +
2600
+ "ПоискСтр " +
2601
+ "ПолучитьИДТаблицы " +
2602
+ "ПользовательДополнительно " +
2603
+ "ПользовательИД " +
2604
+ "ПользовательИмя " +
2605
+ "ПользовательСтатус " +
2606
+ "Прервать " +
2607
+ "ПроверитьПараметр " +
2608
+ "ПроверитьПараметрЗнач " +
2609
+ "ПроверитьУсловие " +
2610
+ "РазбСтр " +
2611
+ "РазнВремя " +
2612
+ "РазнДат " +
2613
+ "РазнДатаВремя " +
2614
+ "РазнРабВремя " +
2615
+ "РегУстВрем " +
2616
+ "РегУстДат " +
2617
+ "РегУстЧсл " +
2618
+ "РедТекст " +
2619
+ "РеестрЗапись " +
2620
+ "РеестрСписокИменПарам " +
2621
+ "РеестрЧтение " +
2622
+ "РеквСпр " +
2623
+ "РеквСпрПр " +
2624
+ "Сегодня " +
2625
+ "Сейчас " +
2626
+ "Сервер " +
2627
+ "СерверПроцессИД " +
2628
+ "СертификатФайлСчитать " +
2629
+ "СжПроб " +
2630
+ "Символ " +
2631
+ "СистемаДиректумКод " +
2632
+ "СистемаИнформация " +
2633
+ "СистемаКод " +
2634
+ "Содержит " +
2635
+ "СоединениеЗакрыть " +
2636
+ "СоединениеОткрыть " +
2637
+ "СоздатьДиалог " +
2638
+ "СоздатьДиалогВыбораИзДвухСписков " +
2639
+ "СоздатьДиалогВыбораПапки " +
2640
+ "СоздатьДиалогОткрытияФайла " +
2641
+ "СоздатьДиалогСохраненияФайла " +
2642
+ "СоздатьЗапрос " +
2643
+ "СоздатьИндикатор " +
2644
+ "СоздатьИсключение " +
2645
+ "СоздатьКэшированныйСправочник " +
2646
+ "СоздатьМассив " +
2647
+ "СоздатьНаборДанных " +
2648
+ "СоздатьОбъект " +
2649
+ "СоздатьОтчет " +
2650
+ "СоздатьПапку " +
2651
+ "СоздатьРедактор " +
2652
+ "СоздатьСоединение " +
2653
+ "СоздатьСписок " +
2654
+ "СоздатьСписокСтрок " +
2655
+ "СоздатьСправочник " +
2656
+ "СоздатьСценарий " +
2657
+ "СоздСпр " +
2658
+ "СостСпр " +
2659
+ "Сохр " +
2660
+ "СохрСпр " +
2661
+ "СписокСистем " +
2662
+ "Спр " +
2663
+ "Справочник " +
2664
+ "СпрБлокЕсть " +
2665
+ "СпрБлокСнять " +
2666
+ "СпрБлокСнятьРасш " +
2667
+ "СпрБлокУстановить " +
2668
+ "СпрИзмНабДан " +
2669
+ "СпрКод " +
2670
+ "СпрНомер " +
2671
+ "СпрОбновить " +
2672
+ "СпрОткрыть " +
2673
+ "СпрОтменить " +
2674
+ "СпрПарам " +
2675
+ "СпрПолеЗнач " +
2676
+ "СпрПолеИмя " +
2677
+ "СпрРекв " +
2678
+ "СпрРеквВведЗн " +
2679
+ "СпрРеквНовые " +
2680
+ "СпрРеквПр " +
2681
+ "СпрРеквПредЗн " +
2682
+ "СпрРеквРежим " +
2683
+ "СпрРеквТипТекст " +
2684
+ "СпрСоздать " +
2685
+ "СпрСост " +
2686
+ "СпрСохранить " +
2687
+ "СпрТблИтог " +
2688
+ "СпрТблСтр " +
2689
+ "СпрТблСтрКол " +
2690
+ "СпрТблСтрМакс " +
2691
+ "СпрТблСтрМин " +
2692
+ "СпрТблСтрПред " +
2693
+ "СпрТблСтрСлед " +
2694
+ "СпрТблСтрСозд " +
2695
+ "СпрТблСтрУд " +
2696
+ "СпрТекПредст " +
2697
+ "СпрУдалить " +
2698
+ "СравнитьСтр " +
2699
+ "СтрВерхРегистр " +
2700
+ "СтрНижнРегистр " +
2701
+ "СтрТблСпр " +
2702
+ "СумПроп " +
2703
+ "Сценарий " +
2704
+ "СценарийПарам " +
2705
+ "ТекВерсия " +
2706
+ "ТекОрг " +
2707
+ "Точн " +
2708
+ "Тран " +
2709
+ "Транслитерация " +
2710
+ "УдалитьТаблицу " +
2711
+ "УдалитьФайл " +
2712
+ "УдСпр " +
2713
+ "УдСтрТблСпр " +
2714
+ "Уст " +
2715
+ "УстановкиКонстант " +
2716
+ "ФайлАтрибутСчитать " +
2717
+ "ФайлАтрибутУстановить " +
2718
+ "ФайлВремя " +
2719
+ "ФайлВремяУстановить " +
2720
+ "ФайлВыбрать " +
2721
+ "ФайлЗанят " +
2722
+ "ФайлЗаписать " +
2723
+ "ФайлИскать " +
2724
+ "ФайлКопировать " +
2725
+ "ФайлМожноЧитать " +
2726
+ "ФайлОткрыть " +
2727
+ "ФайлПереименовать " +
2728
+ "ФайлПерекодировать " +
2729
+ "ФайлПереместить " +
2730
+ "ФайлПросмотреть " +
2731
+ "ФайлРазмер " +
2732
+ "ФайлСоздать " +
2733
+ "ФайлСсылкаСоздать " +
2734
+ "ФайлСуществует " +
2735
+ "ФайлСчитать " +
2736
+ "ФайлУдалить " +
2737
+ "ФмтSQLДат " +
2738
+ "ФмтДат " +
2739
+ "ФмтСтр " +
2740
+ "ФмтЧсл " +
2741
+ "Формат " +
2742
+ "ЦМассивЭлемент " +
2743
+ "ЦНаборДанныхРеквизит " +
2744
+ "ЦПодстр ";
2745
+
2746
+ // Предопределенные переменные ==> built_in
2747
+ var predefined_variables =
2748
+ "AltState " +
2749
+ "Application " +
2750
+ "CallType " +
2751
+ "ComponentTokens " +
2752
+ "CreatedJobs " +
2753
+ "CreatedNotices " +
2754
+ "ControlState " +
2755
+ "DialogResult " +
2756
+ "Dialogs " +
2757
+ "EDocuments " +
2758
+ "EDocumentVersionSource " +
2759
+ "Folders " +
2760
+ "GlobalIDs " +
2761
+ "Job " +
2762
+ "Jobs " +
2763
+ "InputValue " +
2764
+ "LookUpReference " +
2765
+ "LookUpRequisiteNames " +
2766
+ "LookUpSearch " +
2767
+ "Object " +
2768
+ "ParentComponent " +
2769
+ "Processes " +
2770
+ "References " +
2771
+ "Requisite " +
2772
+ "ReportName " +
2773
+ "Reports " +
2774
+ "Result " +
2775
+ "Scripts " +
2776
+ "Searches " +
2777
+ "SelectedAttachments " +
2778
+ "SelectedItems " +
2779
+ "SelectMode " +
2780
+ "Sender " +
2781
+ "ServerEvents " +
2782
+ "ServiceFactory " +
2783
+ "ShiftState " +
2784
+ "SubTask " +
2785
+ "SystemDialogs " +
2786
+ "Tasks " +
2787
+ "Wizard " +
2788
+ "Wizards " +
2789
+ "Work " +
2790
+ "ВызовСпособ " +
2791
+ "ИмяОтчета " +
2792
+ "РеквЗнач ";
2793
+
2794
+ // Интерфейсы ==> type
2795
+ var interfaces =
2796
+ "IApplication " +
2797
+ "IAccessRights " +
2798
+ "IAccountRepository " +
2799
+ "IAccountSelectionRestrictions " +
2800
+ "IAction " +
2801
+ "IActionList " +
2802
+ "IAdministrationHistoryDescription " +
2803
+ "IAnchors " +
2804
+ "IApplication " +
2805
+ "IArchiveInfo " +
2806
+ "IAttachment " +
2807
+ "IAttachmentList " +
2808
+ "ICheckListBox " +
2809
+ "ICheckPointedList " +
2810
+ "IColumn " +
2811
+ "IComponent " +
2812
+ "IComponentDescription " +
2813
+ "IComponentToken " +
2814
+ "IComponentTokenFactory " +
2815
+ "IComponentTokenInfo " +
2816
+ "ICompRecordInfo " +
2817
+ "IConnection " +
2818
+ "IContents " +
2819
+ "IControl " +
2820
+ "IControlJob " +
2821
+ "IControlJobInfo " +
2822
+ "IControlList " +
2823
+ "ICrypto " +
2824
+ "ICrypto2 " +
2825
+ "ICustomJob " +
2826
+ "ICustomJobInfo " +
2827
+ "ICustomListBox " +
2828
+ "ICustomObjectWizardStep " +
2829
+ "ICustomWork " +
2830
+ "ICustomWorkInfo " +
2831
+ "IDataSet " +
2832
+ "IDataSetAccessInfo " +
2833
+ "IDataSigner " +
2834
+ "IDateCriterion " +
2835
+ "IDateRequisite " +
2836
+ "IDateRequisiteDescription " +
2837
+ "IDateValue " +
2838
+ "IDeaAccessRights " +
2839
+ "IDeaObjectInfo " +
2840
+ "IDevelopmentComponentLock " +
2841
+ "IDialog " +
2842
+ "IDialogFactory " +
2843
+ "IDialogPickRequisiteItems " +
2844
+ "IDialogsFactory " +
2845
+ "IDICSFactory " +
2846
+ "IDocRequisite " +
2847
+ "IDocumentInfo " +
2848
+ "IDualListDialog " +
2849
+ "IECertificate " +
2850
+ "IECertificateInfo " +
2851
+ "IECertificates " +
2852
+ "IEditControl " +
2853
+ "IEditorForm " +
2854
+ "IEdmsExplorer " +
2855
+ "IEdmsObject " +
2856
+ "IEdmsObjectDescription " +
2857
+ "IEdmsObjectFactory " +
2858
+ "IEdmsObjectInfo " +
2859
+ "IEDocument " +
2860
+ "IEDocumentAccessRights " +
2861
+ "IEDocumentDescription " +
2862
+ "IEDocumentEditor " +
2863
+ "IEDocumentFactory " +
2864
+ "IEDocumentInfo " +
2865
+ "IEDocumentStorage " +
2866
+ "IEDocumentVersion " +
2867
+ "IEDocumentVersionListDialog " +
2868
+ "IEDocumentVersionSource " +
2869
+ "IEDocumentWizardStep " +
2870
+ "IEDocVerSignature " +
2871
+ "IEDocVersionState " +
2872
+ "IEnabledMode " +
2873
+ "IEncodeProvider " +
2874
+ "IEncrypter " +
2875
+ "IEvent " +
2876
+ "IEventList " +
2877
+ "IException " +
2878
+ "IExternalEvents " +
2879
+ "IExternalHandler " +
2880
+ "IFactory " +
2881
+ "IField " +
2882
+ "IFileDialog " +
2883
+ "IFolder " +
2884
+ "IFolderDescription " +
2885
+ "IFolderDialog " +
2886
+ "IFolderFactory " +
2887
+ "IFolderInfo " +
2888
+ "IForEach " +
2889
+ "IForm " +
2890
+ "IFormTitle " +
2891
+ "IFormWizardStep " +
2892
+ "IGlobalIDFactory " +
2893
+ "IGlobalIDInfo " +
2894
+ "IGrid " +
2895
+ "IHasher " +
2896
+ "IHistoryDescription " +
2897
+ "IHyperLinkControl " +
2898
+ "IImageButton " +
2899
+ "IImageControl " +
2900
+ "IInnerPanel " +
2901
+ "IInplaceHint " +
2902
+ "IIntegerCriterion " +
2903
+ "IIntegerList " +
2904
+ "IIntegerRequisite " +
2905
+ "IIntegerValue " +
2906
+ "IISBLEditorForm " +
2907
+ "IJob " +
2908
+ "IJobDescription " +
2909
+ "IJobFactory " +
2910
+ "IJobForm " +
2911
+ "IJobInfo " +
2912
+ "ILabelControl " +
2913
+ "ILargeIntegerCriterion " +
2914
+ "ILargeIntegerRequisite " +
2915
+ "ILargeIntegerValue " +
2916
+ "ILicenseInfo " +
2917
+ "ILifeCycleStage " +
2918
+ "IList " +
2919
+ "IListBox " +
2920
+ "ILocalIDInfo " +
2921
+ "ILocalization " +
2922
+ "ILock " +
2923
+ "IMemoryDataSet " +
2924
+ "IMessagingFactory " +
2925
+ "IMetadataRepository " +
2926
+ "INotice " +
2927
+ "INoticeInfo " +
2928
+ "INumericCriterion " +
2929
+ "INumericRequisite " +
2930
+ "INumericValue " +
2931
+ "IObject " +
2932
+ "IObjectDescription " +
2933
+ "IObjectImporter " +
2934
+ "IObjectInfo " +
2935
+ "IObserver " +
2936
+ "IPanelGroup " +
2937
+ "IPickCriterion " +
2938
+ "IPickProperty " +
2939
+ "IPickRequisite " +
2940
+ "IPickRequisiteDescription " +
2941
+ "IPickRequisiteItem " +
2942
+ "IPickRequisiteItems " +
2943
+ "IPickValue " +
2944
+ "IPrivilege " +
2945
+ "IPrivilegeList " +
2946
+ "IProcess " +
2947
+ "IProcessFactory " +
2948
+ "IProcessMessage " +
2949
+ "IProgress " +
2950
+ "IProperty " +
2951
+ "IPropertyChangeEvent " +
2952
+ "IQuery " +
2953
+ "IReference " +
2954
+ "IReferenceCriterion " +
2955
+ "IReferenceEnabledMode " +
2956
+ "IReferenceFactory " +
2957
+ "IReferenceHistoryDescription " +
2958
+ "IReferenceInfo " +
2959
+ "IReferenceRecordCardWizardStep " +
2960
+ "IReferenceRequisiteDescription " +
2961
+ "IReferencesFactory " +
2962
+ "IReferenceValue " +
2963
+ "IRefRequisite " +
2964
+ "IReport " +
2965
+ "IReportFactory " +
2966
+ "IRequisite " +
2967
+ "IRequisiteDescription " +
2968
+ "IRequisiteDescriptionList " +
2969
+ "IRequisiteFactory " +
2970
+ "IRichEdit " +
2971
+ "IRouteStep " +
2972
+ "IRule " +
2973
+ "IRuleList " +
2974
+ "ISchemeBlock " +
2975
+ "IScript " +
2976
+ "IScriptFactory " +
2977
+ "ISearchCriteria " +
2978
+ "ISearchCriterion " +
2979
+ "ISearchDescription " +
2980
+ "ISearchFactory " +
2981
+ "ISearchFolderInfo " +
2982
+ "ISearchForObjectDescription " +
2983
+ "ISearchResultRestrictions " +
2984
+ "ISecuredContext " +
2985
+ "ISelectDialog " +
2986
+ "IServerEvent " +
2987
+ "IServerEventFactory " +
2988
+ "IServiceDialog " +
2989
+ "IServiceFactory " +
2990
+ "ISignature " +
2991
+ "ISignProvider " +
2992
+ "ISignProvider2 " +
2993
+ "ISignProvider3 " +
2994
+ "ISimpleCriterion " +
2995
+ "IStringCriterion " +
2996
+ "IStringList " +
2997
+ "IStringRequisite " +
2998
+ "IStringRequisiteDescription " +
2999
+ "IStringValue " +
3000
+ "ISystemDialogsFactory " +
3001
+ "ISystemInfo " +
3002
+ "ITabSheet " +
3003
+ "ITask " +
3004
+ "ITaskAbortReasonInfo " +
3005
+ "ITaskCardWizardStep " +
3006
+ "ITaskDescription " +
3007
+ "ITaskFactory " +
3008
+ "ITaskInfo " +
3009
+ "ITaskRoute " +
3010
+ "ITextCriterion " +
3011
+ "ITextRequisite " +
3012
+ "ITextValue " +
3013
+ "ITreeListSelectDialog " +
3014
+ "IUser " +
3015
+ "IUserList " +
3016
+ "IValue " +
3017
+ "IView " +
3018
+ "IWebBrowserControl " +
3019
+ "IWizard " +
3020
+ "IWizardAction " +
3021
+ "IWizardFactory " +
3022
+ "IWizardFormElement " +
3023
+ "IWizardParam " +
3024
+ "IWizardPickParam " +
3025
+ "IWizardReferenceParam " +
3026
+ "IWizardStep " +
3027
+ "IWorkAccessRights " +
3028
+ "IWorkDescription " +
3029
+ "IWorkflowAskableParam " +
3030
+ "IWorkflowAskableParams " +
3031
+ "IWorkflowBlock " +
3032
+ "IWorkflowBlockResult " +
3033
+ "IWorkflowEnabledMode " +
3034
+ "IWorkflowParam " +
3035
+ "IWorkflowPickParam " +
3036
+ "IWorkflowReferenceParam " +
3037
+ "IWorkState " +
3038
+ "IWorkTreeCustomNode " +
3039
+ "IWorkTreeJobNode " +
3040
+ "IWorkTreeTaskNode " +
3041
+ "IXMLEditorForm " +
3042
+ "SBCrypto ";
3043
+
3044
+ // built_in : встроенные или библиотечные объекты (константы, перечисления)
3045
+ var BUILTIN = CONSTANTS + ENUMS;
3046
+
3047
+ // class: встроенные наборы значений, системные объекты, фабрики
3048
+ var CLASS = predefined_variables;
3049
+
3050
+ // literal : примитивные типы
3051
+ var LITERAL = "null true false nil ";
3052
+
3053
+ // number : числа
3054
+ var NUMBERS = {
3055
+ className: "number",
3056
+ begin: hljs.NUMBER_RE,
3057
+ relevance: 0,
3058
+ };
3059
+
3060
+ // string : строки
3061
+ var STRINGS = {
3062
+ className: "string",
3063
+ variants: [{ begin: '"', end: '"' }, { begin: "'", end: "'" }],
3064
+ };
3065
+
3066
+ // Токены
3067
+ var DOCTAGS = {
3068
+ className: "doctag",
3069
+ begin: "\\b(?:TODO|DONE|BEGIN|END|STUB|CHG|FIXME|NOTE|BUG|XXX)\\b",
3070
+ relevance: 0,
3071
+ };
3072
+
3073
+ // Однострочный комментарий
3074
+ var ISBL_LINE_COMMENT_MODE = {
3075
+ className: "comment",
3076
+ begin: "//",
3077
+ end: "$",
3078
+ relevance: 0,
3079
+ contains: [hljs.PHRASAL_WORDS_MODE, DOCTAGS],
3080
+ };
3081
+
3082
+ // Многострочный комментарий
3083
+ var ISBL_BLOCK_COMMENT_MODE = {
3084
+ className: "comment",
3085
+ begin: "/\\*",
3086
+ end: "\\*/",
3087
+ relevance: 0,
3088
+ contains: [hljs.PHRASAL_WORDS_MODE, DOCTAGS],
3089
+ };
3090
+
3091
+ // comment : комментарии
3092
+ var COMMENTS = {
3093
+ variants: [ISBL_LINE_COMMENT_MODE, ISBL_BLOCK_COMMENT_MODE],
3094
+ };
3095
+
3096
+ // keywords : ключевые слова
3097
+ var KEYWORDS = {
3098
+ keyword: KEYWORD,
3099
+ built_in: BUILTIN,
3100
+ class: CLASS,
3101
+ literal: LITERAL,
3102
+ };
3103
+
3104
+ // methods : методы
3105
+ var METHODS = {
3106
+ begin: "\\.\\s*" + hljs.UNDERSCORE_IDENT_RE,
3107
+ keywords: KEYWORDS,
3108
+ relevance: 0,
3109
+ };
3110
+
3111
+ // type : встроенные типы
3112
+ var TYPES = {
3113
+ className: "type",
3114
+ begin: ":[ \\t]*(" + interfaces.trim().replace(/\s/g, "|") + ")",
3115
+ end: "[ \\t]*=",
3116
+ excludeEnd: true,
3117
+ };
3118
+
3119
+ // variables : переменные
3120
+ var VARIABLES = {
3121
+ className: "variable",
3122
+ lexemes: UNDERSCORE_IDENT_RE,
3123
+ keywords: KEYWORDS,
3124
+ begin: UNDERSCORE_IDENT_RE,
3125
+ relevance: 0,
3126
+ contains: [TYPES, METHODS],
3127
+ };
3128
+
3129
+ // Имена функций
3130
+ var FUNCTION_TITLE = FUNCTION_NAME_IDENT_RE + "\\(";
3131
+
3132
+ var TITLE_MODE = {
3133
+ className: "title",
3134
+ lexemes: UNDERSCORE_IDENT_RE,
3135
+ keywords: {
3136
+ built_in: system_functions,
3137
+ },
3138
+ begin: FUNCTION_TITLE,
3139
+ end: "\\(",
3140
+ returnBegin: true,
3141
+ excludeEnd: true,
3142
+ };
3143
+
3144
+ // function : функции
3145
+ var FUNCTIONS = {
3146
+ className: "function",
3147
+ begin: FUNCTION_TITLE,
3148
+ end: "\\)$",
3149
+ returnBegin: true,
3150
+ lexemes: UNDERSCORE_IDENT_RE,
3151
+ keywords: KEYWORDS,
3152
+ illegal: "[\\[\\]\\|\\$\\?%,~#@]",
3153
+ contains: [TITLE_MODE, METHODS, VARIABLES, STRINGS, NUMBERS, COMMENTS],
3154
+ };
3155
+
3156
+ return {
3157
+ aliases: ["isbl"],
3158
+ case_insensitive: true,
3159
+ lexemes: UNDERSCORE_IDENT_RE,
3160
+ keywords: KEYWORDS,
3161
+ illegal: "\\$|\\?|%|,|;$|~|#|@|</",
3162
+ contains: [
3163
+ FUNCTIONS,
3164
+ TYPES,
3165
+ METHODS,
3166
+ VARIABLES,
3167
+ STRINGS,
3168
+ NUMBERS,
3169
+ COMMENTS,
3170
+ ],
3171
+ };
3172
+ };