@anglr/common 14.2.0-beta.20221025042231 → 15.0.0-beta.20221026052356

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 (266) hide show
  1. package/changelog.md +44 -0
  2. package/es2015/floating-ui/src/services/floatingUiDomPosition.service.js +83 -65
  3. package/es2015/floating-ui/src/services/floatingUiDomPosition.service.js.map +1 -1
  4. package/es2015/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js +3 -3
  5. package/es2015/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js +3 -3
  6. package/es2015/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js +3 -3
  7. package/es2015/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
  8. package/es2015/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js +3 -3
  9. package/es2015/forms/src/directives/hasError/hasError.directive.js +3 -3
  10. package/es2015/forms/src/directives/hasError/hasError.directive.js.map +1 -1
  11. package/es2015/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
  12. package/es2015/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
  13. package/es2015/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
  14. package/es2015/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  15. package/es2015/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
  16. package/es2015/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +3 -3
  17. package/es2015/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +3 -3
  18. package/es2015/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +3 -3
  19. package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +3 -3
  20. package/es2015/forms/src/modules/errorMessage/modules/errorMessage.module.js +4 -4
  21. package/es2015/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +3 -3
  22. package/es2015/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
  23. package/es2015/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
  24. package/es2015/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
  25. package/es2015/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
  26. package/es2015/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
  27. package/es2015/forms/src/modules/hasError.module.js +4 -4
  28. package/es2015/forms/src/modules/numberInput.module.js +4 -4
  29. package/es2015/forms/src/modules/requiredClass.module.js +4 -4
  30. package/es2015/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
  31. package/es2015/forms/src/services/formModelBuilder/formModelBuilder.service.js +3 -3
  32. package/es2015/forms/src/services/submitted/submitted.service.js +3 -3
  33. package/es2015/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
  34. package/es2015/hotkeys/src/services/appHotkeys.service.js +3 -3
  35. package/es2015/material/src/components/confirmationDialog/confirmationDialog.component.js +3 -3
  36. package/es2015/material/src/components/movableTitledDialog/movableTitledDialog.component.js +3 -3
  37. package/es2015/material/src/components/titledDialog/titledDialog.component.js +3 -3
  38. package/es2015/material/src/directives/confirmationDialog/confirmationDialog.directive.js +10 -8
  39. package/es2015/material/src/directives/confirmationDialog/confirmationDialog.directive.js.map +1 -1
  40. package/es2015/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
  41. package/es2015/material/src/modules/confirmationDialog.module.js +4 -4
  42. package/es2015/material/src/modules/debugDataCopyClick.module.js +4 -4
  43. package/es2015/material/src/modules/movableTitledDialog.module.js +4 -4
  44. package/es2015/material/src/modules/titledDialog.module.js +4 -4
  45. package/es2015/material/src/services/titledDialog/titledDialog.service.js +3 -3
  46. package/es2015/moment/src/modules/moment.module.js +4 -4
  47. package/es2015/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
  48. package/es2015/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
  49. package/es2015/numeral/src/modules/numeral.module.js +4 -4
  50. package/es2015/numeral/src/pipes/numeral.pipe.js +3 -3
  51. package/es2015/router/src/services/routing/dataRouter.js +3 -3
  52. package/es2015/router/src/services/routing/dataRouterData.js +3 -3
  53. package/es2015/src/directives/bodyRender/bodyRender.directive.js +3 -3
  54. package/es2015/src/directives/bodyRender/bodyRender.directive.js.map +1 -1
  55. package/es2015/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
  56. package/es2015/src/modules/castPipes/modules/castPipes.module.js +4 -4
  57. package/es2015/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  58. package/es2015/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  59. package/es2015/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  60. package/es2015/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  61. package/es2015/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
  62. package/es2015/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js.map +1 -1
  63. package/es2015/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
  64. package/es2015/src/modules/commonDynamic.module.js +4 -4
  65. package/es2015/src/modules/commonLocalize.module.js +4 -4
  66. package/es2015/src/modules/commonUtils.module.js +4 -4
  67. package/es2015/src/modules/debugData/components/debugData/debugData.component.js +3 -3
  68. package/es2015/src/modules/debugData/modules/debugData.module.js +4 -4
  69. package/es2015/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
  70. package/es2015/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
  71. package/es2015/src/modules/goBack/modules/goBack.module.js +4 -4
  72. package/es2015/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
  73. package/es2015/src/modules/multiButton/components/multiButton/multiButton.component.js.map +1 -1
  74. package/es2015/src/modules/multiButton/modules/multiButton.module.js +4 -4
  75. package/es2015/src/modules/position/directives/positionTo/positionTo.directive.js +57 -21
  76. package/es2015/src/modules/position/directives/positionTo/positionTo.directive.js.map +1 -1
  77. package/es2015/src/modules/position/modules/position.module.js +4 -4
  78. package/es2015/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
  79. package/es2015/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
  80. package/es2015/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js.map +1 -1
  81. package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js +4 -4
  82. package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
  83. package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
  84. package/es2015/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  85. package/es2015/src/modules/progressIndicator/services/progressIndicator.service.js.map +1 -1
  86. package/es2015/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  87. package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js +9 -9
  88. package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
  89. package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
  90. package/es2015/src/modules/tooltip/modules/tooltip.module.js +4 -4
  91. package/es2015/src/pipes/isNaN/isNaN.pipe.js +3 -3
  92. package/es2015/src/pipes/isPresent/isPresent.pipe.js +3 -3
  93. package/es2015/src/pipes/keys/keys.pipe.js +3 -3
  94. package/es2015/src/pipes/localize/localize.pipe.js +3 -3
  95. package/es2015/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  96. package/es2015/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
  97. package/es2015/src/services/cookies/cookies.service.js +3 -3
  98. package/es2015/src/services/cookies/cookies.service.js.map +1 -1
  99. package/es2015/src/services/notifications/defaultNotifications.service.js +3 -3
  100. package/es2015/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  101. package/es2015/src/services/position/position.interface.js.map +1 -1
  102. package/es2015/src/services/position/position.types.js.map +1 -1
  103. package/es2015/src/services/statusCode/statusCode.service.js +3 -3
  104. package/es2015/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  105. package/es2015/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  106. package/es2015/src/utils/index.js +1 -1
  107. package/es2015/src/utils/index.js.map +1 -1
  108. package/es2015/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  109. package/es2015/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  110. package/es2015/structured-log/src/components/console/console.component.js +3 -3
  111. package/es2015/structured-log/src/modules/consoleLog.module.js +4 -4
  112. package/es2015/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
  113. package/es2015/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
  114. package/es2015/structured-log/src/services/logger.service.js +3 -3
  115. package/es2015/structured-log/src/services/rest/restSink.service.js +7 -5
  116. package/es2015/structured-log/src/services/rest/restSink.service.js.map +1 -1
  117. package/es2015/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
  118. package/es2020/floating-ui/src/services/floatingUiDomPosition.service.js +83 -65
  119. package/es2020/floating-ui/src/services/floatingUiDomPosition.service.js.map +1 -1
  120. package/es2020/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js +3 -3
  121. package/es2020/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js +3 -3
  122. package/es2020/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js +3 -3
  123. package/es2020/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
  124. package/es2020/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js +3 -3
  125. package/es2020/forms/src/directives/hasError/hasError.directive.js +3 -3
  126. package/es2020/forms/src/directives/hasError/hasError.directive.js.map +1 -1
  127. package/es2020/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
  128. package/es2020/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
  129. package/es2020/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
  130. package/es2020/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  131. package/es2020/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
  132. package/es2020/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +3 -3
  133. package/es2020/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +3 -3
  134. package/es2020/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +3 -3
  135. package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +3 -3
  136. package/es2020/forms/src/modules/errorMessage/modules/errorMessage.module.js +4 -4
  137. package/es2020/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +3 -3
  138. package/es2020/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
  139. package/es2020/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
  140. package/es2020/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
  141. package/es2020/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
  142. package/es2020/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
  143. package/es2020/forms/src/modules/hasError.module.js +4 -4
  144. package/es2020/forms/src/modules/numberInput.module.js +4 -4
  145. package/es2020/forms/src/modules/requiredClass.module.js +4 -4
  146. package/es2020/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
  147. package/es2020/forms/src/services/formModelBuilder/formModelBuilder.service.js +3 -3
  148. package/es2020/forms/src/services/submitted/submitted.service.js +3 -3
  149. package/es2020/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
  150. package/es2020/hotkeys/src/services/appHotkeys.service.js +3 -3
  151. package/es2020/material/src/components/confirmationDialog/confirmationDialog.component.js +3 -3
  152. package/es2020/material/src/components/movableTitledDialog/movableTitledDialog.component.js +3 -3
  153. package/es2020/material/src/components/titledDialog/titledDialog.component.js +3 -3
  154. package/es2020/material/src/directives/confirmationDialog/confirmationDialog.directive.js +9 -8
  155. package/es2020/material/src/directives/confirmationDialog/confirmationDialog.directive.js.map +1 -1
  156. package/es2020/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
  157. package/es2020/material/src/modules/confirmationDialog.module.js +4 -4
  158. package/es2020/material/src/modules/debugDataCopyClick.module.js +4 -4
  159. package/es2020/material/src/modules/movableTitledDialog.module.js +4 -4
  160. package/es2020/material/src/modules/titledDialog.module.js +4 -4
  161. package/es2020/material/src/services/titledDialog/titledDialog.service.js +3 -3
  162. package/es2020/moment/src/modules/moment.module.js +4 -4
  163. package/es2020/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
  164. package/es2020/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
  165. package/es2020/numeral/src/modules/numeral.module.js +4 -4
  166. package/es2020/numeral/src/pipes/numeral.pipe.js +3 -3
  167. package/es2020/router/src/services/routing/dataRouter.js +3 -3
  168. package/es2020/router/src/services/routing/dataRouterData.js +3 -3
  169. package/es2020/src/directives/bodyRender/bodyRender.directive.js +3 -3
  170. package/es2020/src/directives/bodyRender/bodyRender.directive.js.map +1 -1
  171. package/es2020/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
  172. package/es2020/src/modules/castPipes/modules/castPipes.module.js +4 -4
  173. package/es2020/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  174. package/es2020/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  175. package/es2020/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  176. package/es2020/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  177. package/es2020/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
  178. package/es2020/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js.map +1 -1
  179. package/es2020/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
  180. package/es2020/src/modules/commonDynamic.module.js +4 -4
  181. package/es2020/src/modules/commonLocalize.module.js +4 -4
  182. package/es2020/src/modules/commonUtils.module.js +4 -4
  183. package/es2020/src/modules/debugData/components/debugData/debugData.component.js +3 -3
  184. package/es2020/src/modules/debugData/modules/debugData.module.js +4 -4
  185. package/es2020/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
  186. package/es2020/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
  187. package/es2020/src/modules/goBack/modules/goBack.module.js +4 -4
  188. package/es2020/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
  189. package/es2020/src/modules/multiButton/components/multiButton/multiButton.component.js.map +1 -1
  190. package/es2020/src/modules/multiButton/modules/multiButton.module.js +4 -4
  191. package/es2020/src/modules/position/directives/positionTo/positionTo.directive.js +58 -21
  192. package/es2020/src/modules/position/directives/positionTo/positionTo.directive.js.map +1 -1
  193. package/es2020/src/modules/position/modules/position.module.js +4 -4
  194. package/es2020/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
  195. package/es2020/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
  196. package/es2020/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js.map +1 -1
  197. package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js +4 -4
  198. package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js.map +1 -1
  199. package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
  200. package/es2020/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  201. package/es2020/src/modules/progressIndicator/services/progressIndicator.service.js.map +1 -1
  202. package/es2020/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  203. package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js +9 -9
  204. package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js.map +1 -1
  205. package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
  206. package/es2020/src/modules/tooltip/modules/tooltip.module.js +4 -4
  207. package/es2020/src/pipes/isNaN/isNaN.pipe.js +3 -3
  208. package/es2020/src/pipes/isPresent/isPresent.pipe.js +3 -3
  209. package/es2020/src/pipes/keys/keys.pipe.js +3 -3
  210. package/es2020/src/pipes/localize/localize.pipe.js +3 -3
  211. package/es2020/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  212. package/es2020/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
  213. package/es2020/src/services/cookies/cookies.service.js +3 -3
  214. package/es2020/src/services/cookies/cookies.service.js.map +1 -1
  215. package/es2020/src/services/notifications/defaultNotifications.service.js +3 -3
  216. package/es2020/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  217. package/es2020/src/services/position/position.interface.js.map +1 -1
  218. package/es2020/src/services/position/position.types.js.map +1 -1
  219. package/es2020/src/services/statusCode/statusCode.service.js +3 -3
  220. package/es2020/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  221. package/es2020/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  222. package/es2020/src/utils/index.js +1 -1
  223. package/es2020/src/utils/index.js.map +1 -1
  224. package/es2020/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  225. package/es2020/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  226. package/es2020/structured-log/src/components/console/console.component.js +3 -3
  227. package/es2020/structured-log/src/modules/consoleLog.module.js +4 -4
  228. package/es2020/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
  229. package/es2020/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
  230. package/es2020/structured-log/src/services/logger.service.js +3 -3
  231. package/es2020/structured-log/src/services/rest/restSink.service.js +6 -5
  232. package/es2020/structured-log/src/services/rest/restSink.service.js.map +1 -1
  233. package/es2020/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
  234. package/floating-ui/src/services/floatingUiDomPosition.service.d.ts.map +1 -1
  235. package/material/src/directives/confirmationDialog/confirmationDialog.directive.d.ts +4 -4
  236. package/material/src/directives/confirmationDialog/confirmationDialog.directive.d.ts.map +1 -1
  237. package/package.json +31 -28
  238. package/src/modules/position/directives/positionTo/positionTo.directive.d.ts +35 -14
  239. package/src/modules/position/directives/positionTo/positionTo.directive.d.ts.map +1 -1
  240. package/src/modules/progressIndicator/interceptors/progressInterceptor.d.ts.map +1 -1
  241. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts.map +1 -1
  242. package/src/services/position/position.interface.d.ts +51 -3
  243. package/src/services/position/position.interface.d.ts.map +1 -1
  244. package/src/services/position/position.types.d.ts +4 -0
  245. package/src/services/position/position.types.d.ts.map +1 -1
  246. package/structured-log/src/services/rest/restSink.service.d.ts.map +1 -1
  247. package/{positions/src/types/positions.typings.d.ts → typings/positions/index.d.ts} +12 -4
  248. package/typings/store/index.d.ts +5 -0
  249. package/{structured-log/src/types/structured-log.typings.d.ts → typings/structured-log/index.d.ts} +49 -13
  250. package/version.bak +1 -1
  251. package/es2015/positions/src/types/positions.typings.js +0 -2
  252. package/es2015/positions/src/types/positions.typings.js.map +0 -1
  253. package/es2015/store/src/types/store.typings.js +0 -2
  254. package/es2015/store/src/types/store.typings.js.map +0 -1
  255. package/es2015/structured-log/src/types/structured-log.typings.js +0 -2
  256. package/es2015/structured-log/src/types/structured-log.typings.js.map +0 -1
  257. package/es2020/positions/src/types/positions.typings.js +0 -2
  258. package/es2020/positions/src/types/positions.typings.js.map +0 -1
  259. package/es2020/store/src/types/store.typings.js +0 -2
  260. package/es2020/store/src/types/store.typings.js.map +0 -1
  261. package/es2020/structured-log/src/types/structured-log.typings.js +0 -2
  262. package/es2020/structured-log/src/types/structured-log.typings.js.map +0 -1
  263. package/positions/src/types/positions.typings.d.ts.map +0 -1
  264. package/store/src/types/store.typings.d.ts +0 -4
  265. package/store/src/types/store.typings.d.ts.map +0 -1
  266. package/structured-log/src/types/structured-log.typings.d.ts.map +0 -1
@@ -1,4 +1,7 @@
1
- export declare class BatchedSink implements Sink {
1
+ export as namespace StructuredLog;
2
+
3
+ export declare class BatchedSink implements Sink
4
+ {
2
5
  protected durableStorageKey: string;
3
6
  protected options: BatchedSinkOptions;
4
7
  protected innerSink: Sink;
@@ -13,6 +16,7 @@ export declare class BatchedSink implements Sink {
13
16
  protected cycleBatch(): void;
14
17
  private storeEvents;
15
18
  }
19
+
16
20
  export declare interface BatchedSinkOptions {
17
21
  /**
18
22
  * Maximum number of events to be sent in a single batch.
@@ -27,7 +31,9 @@ export declare interface BatchedSinkOptions {
27
31
  */
28
32
  durableStore?: Storage;
29
33
  }
34
+
30
35
  export declare function configure(): LoggerConfiguration;
36
+
31
37
  export declare interface ConsoleProxy {
32
38
  error(message?: any, ...properties: any[]): any;
33
39
  warn(message?: any, ...properties: any[]): any;
@@ -35,7 +41,9 @@ export declare interface ConsoleProxy {
35
41
  debug(message?: any, ...properties: any[]): any;
36
42
  log(message?: any, ...properties: any[]): any;
37
43
  }
38
- export declare class ConsoleSink implements Sink {
44
+
45
+ export declare class ConsoleSink implements Sink
46
+ {
39
47
  private options;
40
48
  private console;
41
49
  constructor(options?: ConsoleSinkOptions);
@@ -43,17 +51,21 @@ export declare class ConsoleSink implements Sink {
43
51
  flush(): Promise<{}>;
44
52
  private writeToConsole;
45
53
  }
54
+
46
55
  export declare interface ConsoleSinkOptions {
47
56
  console?: any;
48
57
  includeTimestamps?: boolean;
49
58
  includeProperties?: boolean;
50
59
  restrictedToMinimumLevel?: LogEventLevel;
51
60
  }
61
+
52
62
  export declare const defaultBatchedSinkOptions: BatchedSinkOptions;
63
+
53
64
  /**
54
65
  * Allows dynamic control of the logging level.
55
66
  */
56
- export declare class DynamicLevelSwitch implements LogEventLevelSwitch<Promise<any>> {
67
+ export declare class DynamicLevelSwitch implements LogEventLevelSwitch<Promise<any>>
68
+ {
57
69
  private minLevel;
58
70
  /**
59
71
  * Gets or sets a delegate that can be called when the pipeline needs to be flushed.
@@ -69,7 +81,9 @@ export declare class DynamicLevelSwitch implements LogEventLevelSwitch<Promise<a
69
81
  off(): Promise<LogEventLevel>;
70
82
  isEnabled(level: LogEventLevel): boolean;
71
83
  }
72
- export declare class DynamicLevelSwitchStage extends FilterStage {
84
+
85
+ export declare class DynamicLevelSwitchStage extends FilterStage
86
+ {
73
87
  private dynamicLevelSwitch;
74
88
  /**
75
89
  * Sets a delegate that can be called when the pipeline needs to be flushed.
@@ -77,18 +91,23 @@ export declare class DynamicLevelSwitchStage extends FilterStage {
77
91
  setFlushDelegate(flushDelegate: () => Promise<any>): void;
78
92
  constructor(dynamicLevelSwitch: DynamicLevelSwitch);
79
93
  }
80
- export declare class EnrichStage implements PipelineStage {
94
+
95
+ export declare class EnrichStage implements PipelineStage
96
+ {
81
97
  private enricher;
82
98
  constructor(enricher: Object | ObjectFactory);
83
99
  emit(events: LogEvent[]): LogEvent[];
84
100
  flush(): Promise<any>;
85
101
  }
86
- export declare class FilterStage implements PipelineStage {
102
+
103
+ export declare class FilterStage implements PipelineStage
104
+ {
87
105
  private predicate;
88
106
  constructor(predicate: (e: LogEvent) => boolean);
89
107
  emit(events: LogEvent[]): LogEvent[];
90
108
  flush(): Promise<any>;
91
109
  }
110
+
92
111
  /**
93
112
  * Checks if a log event level includes the target log event level.
94
113
  * @param {LogEventLevel} level The level to check.
@@ -96,10 +115,12 @@ export declare class FilterStage implements PipelineStage {
96
115
  * @returns True if the checked level contains the target level, or if the checked level is undefined.
97
116
  */
98
117
  export declare function isEnabled(level: LogEventLevel, target: LogEventLevel): boolean;
118
+
99
119
  /**
100
120
  * Represents a log event.
101
121
  */
102
- export declare class LogEvent {
122
+ export declare class LogEvent
123
+ {
103
124
  /**
104
125
  * Creates a new log event instance.
105
126
  */
@@ -126,6 +147,7 @@ export declare class LogEvent {
126
147
  */
127
148
  error: Error;
128
149
  }
150
+
129
151
  /**
130
152
  * Represents the severity level of a log event.
131
153
  */
@@ -138,6 +160,7 @@ export declare enum LogEventLevel {
138
160
  debug = 31,
139
161
  verbose = 63
140
162
  }
163
+
141
164
  /**
142
165
  * Represents an object that can switch between log levels.
143
166
  */
@@ -149,10 +172,12 @@ export declare interface LogEventLevelSwitch<T> {
149
172
  debug(): T;
150
173
  verbose(): T;
151
174
  }
175
+
152
176
  /**
153
177
  * Logs events.
154
178
  */
155
- export declare class Logger implements Sink {
179
+ export declare class Logger implements Sink
180
+ {
156
181
  private pipeline;
157
182
  suppressErrors: boolean;
158
183
  /**
@@ -248,10 +273,12 @@ export declare class Logger implements Sink {
248
273
  emit(events: LogEvent[]): LogEvent[];
249
274
  private write;
250
275
  }
276
+
251
277
  /**
252
278
  * Configures pipelines for new logger instances.
253
279
  */
254
- export declare class LoggerConfiguration {
280
+ export declare class LoggerConfiguration
281
+ {
255
282
  private pipeline;
256
283
  private _suppressErrors;
257
284
  constructor();
@@ -282,10 +309,12 @@ export declare class LoggerConfiguration {
282
309
  */
283
310
  create(): Logger;
284
311
  }
312
+
285
313
  /**
286
314
  * Represents a message template that can be rendered into a log message.
287
315
  */
288
- export declare class MessageTemplate {
316
+ export declare class MessageTemplate
317
+ {
289
318
  /**
290
319
  * Gets or sets the raw message template of this instance.
291
320
  */
@@ -311,11 +340,15 @@ export declare class MessageTemplate {
311
340
  private toText;
312
341
  private capture;
313
342
  }
343
+
314
344
  export declare interface MinLevel extends LogEventLevelSwitch<LoggerConfiguration> {
315
345
  (levelOrSwitch: LogEventLevel | string | number | DynamicLevelSwitch): LoggerConfiguration;
316
346
  }
347
+
317
348
  export declare type ObjectFactory = (properties?: Object) => Object;
318
- export declare class Pipeline {
349
+
350
+ export declare class Pipeline
351
+ {
319
352
  private stages;
320
353
  private eventQueue;
321
354
  private flushInProgress;
@@ -338,18 +371,21 @@ export declare class Pipeline {
338
371
  */
339
372
  flush(): Promise<any>;
340
373
  }
374
+
341
375
  export declare interface PipelineStage {
342
376
  emit(events: LogEvent[]): LogEvent[];
343
377
  flush(): Promise<any>;
344
378
  }
379
+
345
380
  export declare interface Sink {
346
381
  emit(events: LogEvent[]): any;
347
382
  flush(): Promise<any>;
348
383
  }
349
- export declare class SinkStage implements PipelineStage {
384
+
385
+ export declare class SinkStage implements PipelineStage
386
+ {
350
387
  private sink;
351
388
  constructor(sink: Sink);
352
389
  emit(events: LogEvent[]): LogEvent[];
353
390
  flush(): Promise<any>;
354
391
  }
355
- //# sourceMappingURL=structured-log.typings.d.ts.map
package/version.bak CHANGED
@@ -1 +1 @@
1
- 14.2.0-beta.20221025042231
1
+ 15.0.0-beta.20221026052356
@@ -1,2 +0,0 @@
1
- export default positions;
2
- //# sourceMappingURL=positions.typings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"positions.typings.js","sourceRoot":"","sources":["../../../../positions/src/types/positions.typings.ts"],"names":[],"mappings":"AAsCA,eAAe,SAAS,CAAC","sourcesContent":["/**\n * Coordinates for positioning target\n */\nexport interface PositionsCss\n{\n /**\n * Top css property\n */\n top?: number;\n\n /**\n * Left css property\n */\n left?: number;\n}\n\n/**\n * Posible coordinates\n */\nexport type PositionsCoordinates = 'top left'|'top center'|'top right'|'center left'|'center center'|'center right'|'bottom left'|'bottom center'|'bottom right';\n\n/**\n * Description of position function\n */\nexport interface PositionsFunc\n{\n /**\n * Computes positions for element relative to target\n * @param element Element that will be positioned\n * @param elementCoordinates Relative coordinates of element\n * @param target Target element which will be element positioned against\n * @param targetCoordinates Relative coordinates of target element\n */\n (element: HTMLElement, elementCoordinates: PositionsCoordinates, target: HTMLElement, targetCoordinates: PositionsCoordinates): PositionsCss;\n}\n\ndeclare const positions: PositionsFunc;\n\nexport default positions;\n"]}
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=store.typings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"store.typings.js","sourceRoot":"","sources":["../../../../store/src/types/store.typings.ts"],"names":[],"mappings":"","sourcesContent":["interface StoreJsAPI \n{\n // expirePlugin\n set(key: string, value: any, expiration: number): any;\n}"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=structured-log.typings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"structured-log.typings.js","sourceRoot":"","sources":["../../../../structured-log/src/types/structured-log.typings.ts"],"names":[],"mappings":"","sourcesContent":["\nexport declare class BatchedSink implements Sink \n{\n protected durableStorageKey: string;\n protected options: BatchedSinkOptions;\n protected innerSink: Sink;\n protected batchedEvents: LogEvent[];\n private batchTimeout;\n private batchKey;\n constructor(innerSink?: Sink, options?: BatchedSinkOptions);\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n protected emitCore(events: LogEvent[]): any;\n protected flushCore(): Promise<any>;\n protected cycleBatch(): void;\n private storeEvents;\n}\n\nexport declare interface BatchedSinkOptions {\n /**\n * Maximum number of events to be sent in a single batch.\n */\n maxSize?: number;\n /**\n * Number of seconds to wait between checking for batches.\n */\n period?: number;\n /**\n * {Storage} instance to be used for durable storage of log events.\n */\n durableStore?: Storage;\n}\n\nexport declare function configure(): LoggerConfiguration;\n\nexport declare interface ConsoleProxy {\n error(message?: any, ...properties: any[]): any;\n warn(message?: any, ...properties: any[]): any;\n info(message?: any, ...properties: any[]): any;\n debug(message?: any, ...properties: any[]): any;\n log(message?: any, ...properties: any[]): any;\n}\n\nexport declare class ConsoleSink implements Sink \n{\n private options;\n private console;\n constructor(options?: ConsoleSinkOptions);\n emit(events: LogEvent[]): void;\n flush(): Promise<{}>;\n private writeToConsole;\n}\n\nexport declare interface ConsoleSinkOptions {\n console?: any;\n includeTimestamps?: boolean;\n includeProperties?: boolean;\n restrictedToMinimumLevel?: LogEventLevel;\n}\n\nexport declare const defaultBatchedSinkOptions: BatchedSinkOptions;\n\n/**\n * Allows dynamic control of the logging level.\n */\nexport declare class DynamicLevelSwitch implements LogEventLevelSwitch<Promise<any>> \n{\n private minLevel;\n /**\n * Gets or sets a delegate that can be called when the pipeline needs to be flushed.\n * This should generally not be modified, as it will be provided by the pipeline stage.\n */\n flushDelegate: () => Promise<any>;\n fatal(): Promise<LogEventLevel>;\n error(): Promise<LogEventLevel>;\n warning(): Promise<LogEventLevel>;\n information(): Promise<LogEventLevel>;\n debug(): Promise<LogEventLevel>;\n verbose(): Promise<LogEventLevel>;\n off(): Promise<LogEventLevel>;\n isEnabled(level: LogEventLevel): boolean;\n}\n\nexport declare class DynamicLevelSwitchStage extends FilterStage \n{\n private dynamicLevelSwitch;\n /**\n * Sets a delegate that can be called when the pipeline needs to be flushed.\n */\n setFlushDelegate(flushDelegate: () => Promise<any>): void;\n constructor(dynamicLevelSwitch: DynamicLevelSwitch);\n}\n\nexport declare class EnrichStage implements PipelineStage \n{\n private enricher;\n constructor(enricher: Object | ObjectFactory);\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n}\n\nexport declare class FilterStage implements PipelineStage \n{\n private predicate;\n constructor(predicate: (e: LogEvent) => boolean);\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n}\n\n/**\n * Checks if a log event level includes the target log event level.\n * @param {LogEventLevel} level The level to check.\n * @param {LogEventLevel} target The target level.\n * @returns True if the checked level contains the target level, or if the checked level is undefined.\n */\nexport declare function isEnabled(level: LogEventLevel, target: LogEventLevel): boolean;\n\n/**\n * Represents a log event.\n */\nexport declare class LogEvent \n{\n /**\n * Creates a new log event instance.\n */\n constructor(timestamp: string, level: LogEventLevel, messageTemplate: MessageTemplate, properties?: Object, error?: Error);\n /**\n * Gets or sets an ISO 8601-formatted date string for when this event occurred.\n * @example YYYY-MM-DDTHH:mm:ss.sssZ\n */\n timestamp: string;\n /**\n * Gets or sets the severity level of this event.\n */\n level: LogEventLevel;\n /**\n * Gets or sets the message template instance of this event.\n */\n messageTemplate: MessageTemplate;\n /**\n * Gets or sets an object containing the captured properties of this event.\n */\n properties: Object;\n /**\n * Gets or sets an error associated with this event.\n */\n error: Error;\n}\n\n/**\n * Represents the severity level of a log event.\n */\nexport declare enum LogEventLevel {\n off = 0,\n fatal = 1,\n error = 3,\n warning = 7,\n information = 15,\n debug = 31,\n verbose = 63\n}\n\n/**\n * Represents an object that can switch between log levels.\n */\nexport declare interface LogEventLevelSwitch<T> {\n fatal(): T;\n error(): T;\n warning(): T;\n information(): T;\n debug(): T;\n verbose(): T;\n}\n\n/**\n * Logs events.\n */\nexport declare class Logger implements Sink \n{\n private pipeline;\n suppressErrors: boolean;\n /**\n * Creates a new logger instance using the specified pipeline.\n */\n constructor(pipeline: Pipeline, suppressErrors?: boolean);\n /**\n * Logs an event with the {LogEventLevel.fatal} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n fatal(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.fatal} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n fatal(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.error} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n error(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.error} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n error(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.warning} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n warn(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.warning} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n warn(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.information} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n info(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.information} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n info(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.debug} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n debug(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.debug} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n debug(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.verbose} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n verbose(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.verbose} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n verbose(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Flushes the pipeline of this logger.\n * @returns A {Promise<any>} that will resolve when the pipeline has been flushed.\n */\n flush(): Promise<any>;\n /**\n * Emits events through this logger's pipeline.\n */\n emit(events: LogEvent[]): LogEvent[];\n private write;\n}\n\n/**\n * Configures pipelines for new logger instances.\n */\nexport declare class LoggerConfiguration \n{\n private pipeline;\n private _suppressErrors;\n constructor();\n /**\n * Adds a sink to the pipeline.\n * @param {Sink} sink The sink to add.\n */\n writeTo(sink: Sink): LoggerConfiguration;\n /**\n * Sets the minimum level for any subsequent stages in the pipeline.\n */\n minLevel: MinLevel;\n /**\n * Adds a filter to the pipeline.\n * @param {(e: LogEvent) => boolean} predicate Filter predicate to use.\n */\n filter(predicate: (e: LogEvent) => boolean): LoggerConfiguration;\n /**\n * Adds an enricher to the pipeline.\n */\n enrich(enricher: Object | ObjectFactory): LoggerConfiguration;\n /**\n * Enable or disable error suppression.\n */\n suppressErrors(suppress?: boolean): LoggerConfiguration;\n /**\n * Creates a new logger instance based on this configuration.\n */\n create(): Logger;\n}\n\n/**\n * Represents a message template that can be rendered into a log message.\n */\nexport declare class MessageTemplate \n{\n /**\n * Gets or sets the raw message template of this instance.\n */\n raw: string;\n private tokens;\n /**\n * Creates a new MessageTemplate instance with the given template.\n */\n constructor(messageTemplate: string);\n /**\n * Renders this template using the given properties.\n * @param {Object} properties Object containing the properties.\n * @returns Rendered message.\n */\n render(properties?: Object): string;\n /**\n * Binds the given set of args to their matching tokens.\n * @param {any} positionalArgs Arguments.\n * @returns Object containing the properties.\n */\n bindProperties(positionalArgs: any): Object;\n private tokenize;\n private toText;\n private capture;\n}\n\nexport declare interface MinLevel extends LogEventLevelSwitch<LoggerConfiguration> {\n (levelOrSwitch: LogEventLevel | string | number | DynamicLevelSwitch): LoggerConfiguration;\n}\n\nexport declare type ObjectFactory = (properties?: Object) => Object;\n\nexport declare class Pipeline \n{\n private stages;\n private eventQueue;\n private flushInProgress;\n private flushPromise;\n constructor();\n /**\n * Adds a stage to the end of the pipeline.\n * @param {PipelineStage} stage The pipeline stage to add.\n */\n addStage(stage: PipelineStage): void;\n /**\n * Emits events through the pipeline. If a flush is currently in progress, the events will be queued and will been\n * sent through the pipeline once the flush is complete.\n * @param {LogEvent[]} events The events to emit.\n */\n emit(events: LogEvent[]): Promise<any>;\n /**\n * Flushes events through the pipeline.\n * @returns A {Promise<any>} that resolves when all events have been flushed and the pipeline can accept new events.\n */\n flush(): Promise<any>;\n}\n\nexport declare interface PipelineStage {\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n}\n\nexport declare interface Sink {\n emit(events: LogEvent[]): any;\n flush(): Promise<any>;\n}\n\nexport declare class SinkStage implements PipelineStage \n{\n private sink;\n constructor(sink: Sink);\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n}\n"]}
@@ -1,2 +0,0 @@
1
- export default positions;
2
- //# sourceMappingURL=positions.typings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"positions.typings.js","sourceRoot":"","sources":["../../../../positions/src/types/positions.typings.ts"],"names":[],"mappings":"AAsCA,eAAe,SAAS,CAAC","sourcesContent":["/**\n * Coordinates for positioning target\n */\nexport interface PositionsCss\n{\n /**\n * Top css property\n */\n top?: number;\n\n /**\n * Left css property\n */\n left?: number;\n}\n\n/**\n * Posible coordinates\n */\nexport type PositionsCoordinates = 'top left'|'top center'|'top right'|'center left'|'center center'|'center right'|'bottom left'|'bottom center'|'bottom right';\n\n/**\n * Description of position function\n */\nexport interface PositionsFunc\n{\n /**\n * Computes positions for element relative to target\n * @param element Element that will be positioned\n * @param elementCoordinates Relative coordinates of element\n * @param target Target element which will be element positioned against\n * @param targetCoordinates Relative coordinates of target element\n */\n (element: HTMLElement, elementCoordinates: PositionsCoordinates, target: HTMLElement, targetCoordinates: PositionsCoordinates): PositionsCss;\n}\n\ndeclare const positions: PositionsFunc;\n\nexport default positions;\n"]}
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=store.typings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"store.typings.js","sourceRoot":"","sources":["../../../../store/src/types/store.typings.ts"],"names":[],"mappings":"","sourcesContent":["interface StoreJsAPI \n{\n // expirePlugin\n set(key: string, value: any, expiration: number): any;\n}"]}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=structured-log.typings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"structured-log.typings.js","sourceRoot":"","sources":["../../../../structured-log/src/types/structured-log.typings.ts"],"names":[],"mappings":"","sourcesContent":["\nexport declare class BatchedSink implements Sink \n{\n protected durableStorageKey: string;\n protected options: BatchedSinkOptions;\n protected innerSink: Sink;\n protected batchedEvents: LogEvent[];\n private batchTimeout;\n private batchKey;\n constructor(innerSink?: Sink, options?: BatchedSinkOptions);\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n protected emitCore(events: LogEvent[]): any;\n protected flushCore(): Promise<any>;\n protected cycleBatch(): void;\n private storeEvents;\n}\n\nexport declare interface BatchedSinkOptions {\n /**\n * Maximum number of events to be sent in a single batch.\n */\n maxSize?: number;\n /**\n * Number of seconds to wait between checking for batches.\n */\n period?: number;\n /**\n * {Storage} instance to be used for durable storage of log events.\n */\n durableStore?: Storage;\n}\n\nexport declare function configure(): LoggerConfiguration;\n\nexport declare interface ConsoleProxy {\n error(message?: any, ...properties: any[]): any;\n warn(message?: any, ...properties: any[]): any;\n info(message?: any, ...properties: any[]): any;\n debug(message?: any, ...properties: any[]): any;\n log(message?: any, ...properties: any[]): any;\n}\n\nexport declare class ConsoleSink implements Sink \n{\n private options;\n private console;\n constructor(options?: ConsoleSinkOptions);\n emit(events: LogEvent[]): void;\n flush(): Promise<{}>;\n private writeToConsole;\n}\n\nexport declare interface ConsoleSinkOptions {\n console?: any;\n includeTimestamps?: boolean;\n includeProperties?: boolean;\n restrictedToMinimumLevel?: LogEventLevel;\n}\n\nexport declare const defaultBatchedSinkOptions: BatchedSinkOptions;\n\n/**\n * Allows dynamic control of the logging level.\n */\nexport declare class DynamicLevelSwitch implements LogEventLevelSwitch<Promise<any>> \n{\n private minLevel;\n /**\n * Gets or sets a delegate that can be called when the pipeline needs to be flushed.\n * This should generally not be modified, as it will be provided by the pipeline stage.\n */\n flushDelegate: () => Promise<any>;\n fatal(): Promise<LogEventLevel>;\n error(): Promise<LogEventLevel>;\n warning(): Promise<LogEventLevel>;\n information(): Promise<LogEventLevel>;\n debug(): Promise<LogEventLevel>;\n verbose(): Promise<LogEventLevel>;\n off(): Promise<LogEventLevel>;\n isEnabled(level: LogEventLevel): boolean;\n}\n\nexport declare class DynamicLevelSwitchStage extends FilterStage \n{\n private dynamicLevelSwitch;\n /**\n * Sets a delegate that can be called when the pipeline needs to be flushed.\n */\n setFlushDelegate(flushDelegate: () => Promise<any>): void;\n constructor(dynamicLevelSwitch: DynamicLevelSwitch);\n}\n\nexport declare class EnrichStage implements PipelineStage \n{\n private enricher;\n constructor(enricher: Object | ObjectFactory);\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n}\n\nexport declare class FilterStage implements PipelineStage \n{\n private predicate;\n constructor(predicate: (e: LogEvent) => boolean);\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n}\n\n/**\n * Checks if a log event level includes the target log event level.\n * @param {LogEventLevel} level The level to check.\n * @param {LogEventLevel} target The target level.\n * @returns True if the checked level contains the target level, or if the checked level is undefined.\n */\nexport declare function isEnabled(level: LogEventLevel, target: LogEventLevel): boolean;\n\n/**\n * Represents a log event.\n */\nexport declare class LogEvent \n{\n /**\n * Creates a new log event instance.\n */\n constructor(timestamp: string, level: LogEventLevel, messageTemplate: MessageTemplate, properties?: Object, error?: Error);\n /**\n * Gets or sets an ISO 8601-formatted date string for when this event occurred.\n * @example YYYY-MM-DDTHH:mm:ss.sssZ\n */\n timestamp: string;\n /**\n * Gets or sets the severity level of this event.\n */\n level: LogEventLevel;\n /**\n * Gets or sets the message template instance of this event.\n */\n messageTemplate: MessageTemplate;\n /**\n * Gets or sets an object containing the captured properties of this event.\n */\n properties: Object;\n /**\n * Gets or sets an error associated with this event.\n */\n error: Error;\n}\n\n/**\n * Represents the severity level of a log event.\n */\nexport declare enum LogEventLevel {\n off = 0,\n fatal = 1,\n error = 3,\n warning = 7,\n information = 15,\n debug = 31,\n verbose = 63\n}\n\n/**\n * Represents an object that can switch between log levels.\n */\nexport declare interface LogEventLevelSwitch<T> {\n fatal(): T;\n error(): T;\n warning(): T;\n information(): T;\n debug(): T;\n verbose(): T;\n}\n\n/**\n * Logs events.\n */\nexport declare class Logger implements Sink \n{\n private pipeline;\n suppressErrors: boolean;\n /**\n * Creates a new logger instance using the specified pipeline.\n */\n constructor(pipeline: Pipeline, suppressErrors?: boolean);\n /**\n * Logs an event with the {LogEventLevel.fatal} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n fatal(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.fatal} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n fatal(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.error} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n error(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.error} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n error(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.warning} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n warn(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.warning} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n warn(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.information} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n info(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.information} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n info(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.debug} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n debug(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.debug} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n debug(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.verbose} severity.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n verbose(messageTemplate: string, ...properties: any[]): any;\n /**\n * Logs an event with the {LogEventLevel.verbose} severity.\n * @param {Error} error Error for the log event.\n * @param {string} messageTemplate Message template for the log event.\n * @param {any[]} properties Properties that can be used to render the message template.\n */\n verbose(error: Error, messageTemplate: string, ...properties: any[]): any;\n /**\n * Flushes the pipeline of this logger.\n * @returns A {Promise<any>} that will resolve when the pipeline has been flushed.\n */\n flush(): Promise<any>;\n /**\n * Emits events through this logger's pipeline.\n */\n emit(events: LogEvent[]): LogEvent[];\n private write;\n}\n\n/**\n * Configures pipelines for new logger instances.\n */\nexport declare class LoggerConfiguration \n{\n private pipeline;\n private _suppressErrors;\n constructor();\n /**\n * Adds a sink to the pipeline.\n * @param {Sink} sink The sink to add.\n */\n writeTo(sink: Sink): LoggerConfiguration;\n /**\n * Sets the minimum level for any subsequent stages in the pipeline.\n */\n minLevel: MinLevel;\n /**\n * Adds a filter to the pipeline.\n * @param {(e: LogEvent) => boolean} predicate Filter predicate to use.\n */\n filter(predicate: (e: LogEvent) => boolean): LoggerConfiguration;\n /**\n * Adds an enricher to the pipeline.\n */\n enrich(enricher: Object | ObjectFactory): LoggerConfiguration;\n /**\n * Enable or disable error suppression.\n */\n suppressErrors(suppress?: boolean): LoggerConfiguration;\n /**\n * Creates a new logger instance based on this configuration.\n */\n create(): Logger;\n}\n\n/**\n * Represents a message template that can be rendered into a log message.\n */\nexport declare class MessageTemplate \n{\n /**\n * Gets or sets the raw message template of this instance.\n */\n raw: string;\n private tokens;\n /**\n * Creates a new MessageTemplate instance with the given template.\n */\n constructor(messageTemplate: string);\n /**\n * Renders this template using the given properties.\n * @param {Object} properties Object containing the properties.\n * @returns Rendered message.\n */\n render(properties?: Object): string;\n /**\n * Binds the given set of args to their matching tokens.\n * @param {any} positionalArgs Arguments.\n * @returns Object containing the properties.\n */\n bindProperties(positionalArgs: any): Object;\n private tokenize;\n private toText;\n private capture;\n}\n\nexport declare interface MinLevel extends LogEventLevelSwitch<LoggerConfiguration> {\n (levelOrSwitch: LogEventLevel | string | number | DynamicLevelSwitch): LoggerConfiguration;\n}\n\nexport declare type ObjectFactory = (properties?: Object) => Object;\n\nexport declare class Pipeline \n{\n private stages;\n private eventQueue;\n private flushInProgress;\n private flushPromise;\n constructor();\n /**\n * Adds a stage to the end of the pipeline.\n * @param {PipelineStage} stage The pipeline stage to add.\n */\n addStage(stage: PipelineStage): void;\n /**\n * Emits events through the pipeline. If a flush is currently in progress, the events will be queued and will been\n * sent through the pipeline once the flush is complete.\n * @param {LogEvent[]} events The events to emit.\n */\n emit(events: LogEvent[]): Promise<any>;\n /**\n * Flushes events through the pipeline.\n * @returns A {Promise<any>} that resolves when all events have been flushed and the pipeline can accept new events.\n */\n flush(): Promise<any>;\n}\n\nexport declare interface PipelineStage {\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n}\n\nexport declare interface Sink {\n emit(events: LogEvent[]): any;\n flush(): Promise<any>;\n}\n\nexport declare class SinkStage implements PipelineStage \n{\n private sink;\n constructor(sink: Sink);\n emit(events: LogEvent[]): LogEvent[];\n flush(): Promise<any>;\n}\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"positions.typings.d.ts","sourceRoot":"","sources":["positions.typings.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,YAAY;IAEzB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,oBAAY,oBAAoB,GAAG,UAAU,GAAC,YAAY,GAAC,WAAW,GAAC,aAAa,GAAC,eAAe,GAAC,cAAc,GAAC,aAAa,GAAC,eAAe,GAAC,cAAc,CAAC;AAEjK;;GAEG;AACH,MAAM,WAAW,aAAa;IAE1B;;;;;;OAMG;IACH,CAAC,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,EAAE,WAAW,EAAE,iBAAiB,EAAE,oBAAoB,GAAG,YAAY,CAAC;CAChJ;AAED,OAAO,CAAC,MAAM,SAAS,EAAE,aAAa,CAAC;AAEvC,eAAe,SAAS,CAAC"}
@@ -1,4 +0,0 @@
1
- interface StoreJsAPI {
2
- set(key: string, value: any, expiration: number): any;
3
- }
4
- //# sourceMappingURL=store.typings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"store.typings.d.ts","sourceRoot":"","sources":["store.typings.ts"],"names":[],"mappings":"AAAA,UAAU,UAAU;IAGhB,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,GAAG,GAAG,CAAC;CACzD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"structured-log.typings.d.ts","sourceRoot":"","sources":["structured-log.typings.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,OAAO,OAAO,WAAY,YAAW,IAAI;IAE5C,SAAS,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACpC,SAAS,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACtC,SAAS,CAAC,SAAS,EAAE,IAAI,CAAC;IAC1B,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,CAAC;IACpC,OAAO,CAAC,YAAY,CAAC;IACrB,OAAO,CAAC,QAAQ,CAAC;gBACL,SAAS,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,kBAAkB;IAC1D,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE;IACpC,KAAK,IAAI,OAAO,CAAC,GAAG,CAAC;IACrB,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,GAAG;IAC3C,SAAS,CAAC,SAAS,IAAI,OAAO,CAAC,GAAG,CAAC;IACnC,SAAS,CAAC,UAAU,IAAI,IAAI;IAC5B,OAAO,CAAC,WAAW,CAAC;CACvB;AAED,MAAM,CAAC,OAAO,WAAW,kBAAkB;IACvC;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,IAAI,mBAAmB,CAAC;AAEzD,MAAM,CAAC,OAAO,WAAW,YAAY;IACjC,KAAK,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;IAChD,IAAI,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;IAC/C,IAAI,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;IAC/C,KAAK,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;IAChD,GAAG,CAAC,OAAO,CAAC,EAAE,GAAG,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;CACjD;AAED,MAAM,CAAC,OAAO,OAAO,WAAY,YAAW,IAAI;IAE5C,OAAO,CAAC,OAAO,CAAC;IAChB,OAAO,CAAC,OAAO,CAAC;gBACJ,OAAO,CAAC,EAAE,kBAAkB;IACxC,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,IAAI;IAC9B,KAAK,IAAI,OAAO,CAAC,EAAE,CAAC;IACpB,OAAO,CAAC,cAAc,CAAC;CAC1B;AAED,MAAM,CAAC,OAAO,WAAW,kBAAkB;IACvC,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,wBAAwB,CAAC,EAAE,aAAa,CAAC;CAC5C;AAED,MAAM,CAAC,OAAO,CAAC,MAAM,yBAAyB,EAAE,kBAAkB,CAAC;AAEnE;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,kBAAmB,YAAW,mBAAmB,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IAEhF,OAAO,CAAC,QAAQ,CAAC;IACjB;;;OAGG;IACH,aAAa,EAAE,MAAM,OAAO,CAAC,GAAG,CAAC,CAAC;IAClC,KAAK,IAAI,OAAO,CAAC,aAAa,CAAC;IAC/B,KAAK,IAAI,OAAO,CAAC,aAAa,CAAC;IAC/B,OAAO,IAAI,OAAO,CAAC,aAAa,CAAC;IACjC,WAAW,IAAI,OAAO,CAAC,aAAa,CAAC;IACrC,KAAK,IAAI,OAAO,CAAC,aAAa,CAAC;IAC/B,OAAO,IAAI,OAAO,CAAC,aAAa,CAAC;IACjC,GAAG,IAAI,OAAO,CAAC,aAAa,CAAC;IAC7B,SAAS,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO;CAC3C;AAED,MAAM,CAAC,OAAO,OAAO,uBAAwB,SAAQ,WAAW;IAE5D,OAAO,CAAC,kBAAkB,CAAC;IAC3B;;OAEG;IACH,gBAAgB,CAAC,aAAa,EAAE,MAAM,OAAO,CAAC,GAAG,CAAC,GAAG,IAAI;gBAC7C,kBAAkB,EAAE,kBAAkB;CACrD;AAED,MAAM,CAAC,OAAO,OAAO,WAAY,YAAW,aAAa;IAErD,OAAO,CAAC,QAAQ,CAAC;gBACL,QAAQ,EAAE,MAAM,GAAG,aAAa;IAC5C,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE;IACpC,KAAK,IAAI,OAAO,CAAC,GAAG,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,OAAO,WAAY,YAAW,aAAa;IAErD,OAAO,CAAC,SAAS,CAAC;gBACN,SAAS,EAAE,CAAC,CAAC,EAAE,QAAQ,KAAK,OAAO;IAC/C,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE;IACpC,KAAK,IAAI,OAAO,CAAC,GAAG,CAAC;CACxB;AAED;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC;AAExF;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,QAAQ;IAEzB;;OAEG;gBACS,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,KAAK;IACzH;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,KAAK,EAAE,aAAa,CAAC;IACrB;;OAEG;IACH,eAAe,EAAE,eAAe,CAAC;IACjC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,MAAM,aAAa;IAC7B,GAAG,IAAI;IACP,KAAK,IAAI;IACT,KAAK,IAAI;IACT,OAAO,IAAI;IACX,WAAW,KAAK;IAChB,KAAK,KAAK;IACV,OAAO,KAAK;CACf;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,WAAW,mBAAmB,CAAC,CAAC;IAC1C,KAAK,IAAI,CAAC,CAAC;IACX,KAAK,IAAI,CAAC,CAAC;IACX,OAAO,IAAI,CAAC,CAAC;IACb,WAAW,IAAI,CAAC,CAAC;IACjB,KAAK,IAAI,CAAC,CAAC;IACX,OAAO,IAAI,CAAC,CAAC;CAChB;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,MAAO,YAAW,IAAI;IAEvC,OAAO,CAAC,QAAQ,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB;;OAEG;gBACS,QAAQ,EAAE,QAAQ,EAAE,cAAc,CAAC,EAAE,OAAO;IACxD;;;;OAIG;IACH,KAAK,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACzD;;;;;OAKG;IACH,KAAK,CAAC,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACvE;;;;OAIG;IACH,KAAK,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACzD;;;;;OAKG;IACH,KAAK,CAAC,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACvE;;;;OAIG;IACH,IAAI,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACxD;;;;;OAKG;IACH,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACtE;;;;OAIG;IACH,IAAI,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACxD;;;;;OAKG;IACH,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACtE;;;;OAIG;IACH,KAAK,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACzD;;;;;OAKG;IACH,KAAK,CAAC,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACvE;;;;OAIG;IACH,OAAO,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IAC3D;;;;;OAKG;IACH,OAAO,CAAC,KAAK,EAAE,KAAK,EAAE,eAAe,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,GAAG,GAAG;IACzE;;;OAGG;IACH,KAAK,IAAI,OAAO,CAAC,GAAG,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE;IACpC,OAAO,CAAC,KAAK,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,mBAAmB;IAEpC,OAAO,CAAC,QAAQ,CAAC;IACjB,OAAO,CAAC,eAAe,CAAC;;IAExB;;;OAGG;IACH,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,mBAAmB;IACxC;;OAEG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;OAGG;IACH,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC,EAAE,QAAQ,KAAK,OAAO,GAAG,mBAAmB;IAChE;;OAEG;IACH,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,aAAa,GAAG,mBAAmB;IAC7D;;OAEG;IACH,cAAc,CAAC,QAAQ,CAAC,EAAE,OAAO,GAAG,mBAAmB;IACvD;;OAEG;IACH,MAAM,IAAI,MAAM;CACnB;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,OAAO,eAAe;IAEhC;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,MAAM,CAAC;IACf;;OAEG;gBACS,eAAe,EAAE,MAAM;IACnC;;;;OAIG;IACH,MAAM,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM;IACnC;;;;OAIG;IACH,cAAc,CAAC,cAAc,EAAE,GAAG,GAAG,MAAM;IAC3C,OAAO,CAAC,QAAQ,CAAC;IACjB,OAAO,CAAC,MAAM,CAAC;IACf,OAAO,CAAC,OAAO,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,WAAW,QAAS,SAAQ,mBAAmB,CAAC,mBAAmB,CAAC;IAC9E,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,kBAAkB,GAAG,mBAAmB,CAAC;CAC9F;AAED,MAAM,CAAC,OAAO,MAAM,aAAa,GAAG,CAAC,UAAU,CAAC,EAAE,MAAM,KAAK,MAAM,CAAC;AAEpE,MAAM,CAAC,OAAO,OAAO,QAAQ;IAEzB,OAAO,CAAC,MAAM,CAAC;IACf,OAAO,CAAC,UAAU,CAAC;IACnB,OAAO,CAAC,eAAe,CAAC;IACxB,OAAO,CAAC,YAAY,CAAC;;IAErB;;;OAGG;IACH,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,IAAI;IACpC;;;;OAIG;IACH,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,GAAG,CAAC;IACtC;;;OAGG;IACH,KAAK,IAAI,OAAO,CAAC,GAAG,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,WAAW,aAAa;IAClC,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE,CAAC;IACrC,KAAK,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;CACzB;AAED,MAAM,CAAC,OAAO,WAAW,IAAI;IACzB,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,GAAG,CAAC;IAC9B,KAAK,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC;CACzB;AAED,MAAM,CAAC,OAAO,OAAO,SAAU,YAAW,aAAa;IAEnD,OAAO,CAAC,IAAI,CAAC;gBACD,IAAI,EAAE,IAAI;IACtB,IAAI,CAAC,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE;IACpC,KAAK,IAAI,OAAO,CAAC,GAAG,CAAC;CACxB"}