@anglr/common 13.0.1 → 14.0.0-beta.20220603080259

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 (333) hide show
  1. package/changelog.md +43 -0
  2. package/es2015/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
  3. package/es2015/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js +3 -3
  4. package/es2015/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js.map +1 -1
  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/numberInput/maxValueNumberValidator.directive.js +3 -3
  11. package/es2015/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
  12. package/es2015/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
  13. package/es2015/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  14. package/es2015/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
  15. package/es2015/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +3 -3
  16. package/es2015/forms/src/index.js +5 -3
  17. package/es2015/forms/src/index.js.map +1 -1
  18. package/es2015/forms/src/misc/formModel/index.js +1 -0
  19. package/es2015/forms/src/misc/formModel/index.js.map +1 -1
  20. package/es2015/forms/src/misc/formModel/interfaces/formModelBuilder.interface.js +2 -0
  21. package/es2015/forms/src/misc/formModel/interfaces/formModelBuilder.interface.js.map +1 -0
  22. package/es2015/forms/src/misc/formModel/interfaces/validator.interface.js.map +1 -1
  23. package/es2015/forms/src/misc/formModel/misc/utils.js.map +1 -1
  24. package/es2015/forms/src/misc/formModel/misc/validatorFactories.js +18 -2
  25. package/es2015/forms/src/misc/formModel/misc/validatorFactories.js.map +1 -1
  26. package/es2015/forms/src/misc/types.js +2 -0
  27. package/es2015/forms/src/misc/types.js.map +1 -0
  28. package/es2015/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +5 -5
  29. package/es2015/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -1
  30. package/es2015/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +3 -3
  31. package/es2015/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +3 -3
  32. package/es2015/forms/src/modules/errorMessage/modules/errorMessage.module.js +5 -7
  33. package/es2015/forms/src/modules/errorMessage/modules/errorMessage.module.js.map +1 -1
  34. package/es2015/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +3 -3
  35. package/es2015/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
  36. package/es2015/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +33 -14
  37. package/es2015/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js.map +1 -1
  38. package/es2015/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +33 -14
  39. package/es2015/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js.map +1 -1
  40. package/es2015/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +33 -14
  41. package/es2015/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js.map +1 -1
  42. package/es2015/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +5 -5
  43. package/es2015/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js.map +1 -1
  44. package/es2015/forms/src/modules/hasError.module.js +4 -6
  45. package/es2015/forms/src/modules/hasError.module.js.map +1 -1
  46. package/es2015/forms/src/modules/numberInput.module.js +4 -4
  47. package/es2015/forms/src/modules/requiredClass.module.js +4 -4
  48. package/es2015/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
  49. package/es2015/forms/src/services/formModelBuilder/formModelBuilder.service.js +27 -0
  50. package/es2015/forms/src/services/formModelBuilder/formModelBuilder.service.js.map +1 -0
  51. package/es2015/forms/src/services/submitted/submitted.service.js +3 -3
  52. package/es2015/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
  53. package/es2015/hotkeys/src/services/appHotkeys.service.js +3 -3
  54. package/es2015/material/src/components/confirmationDialog/confirmationDialog.component.js +3 -3
  55. package/es2015/material/src/components/movableTitledDialog/movableTitledDialog.component.js +5 -5
  56. package/es2015/material/src/components/titledDialog/titledDialog.component.js +3 -3
  57. package/es2015/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
  58. package/es2015/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
  59. package/es2015/material/src/modules/confirmationDialog.module.js +6 -8
  60. package/es2015/material/src/modules/confirmationDialog.module.js.map +1 -1
  61. package/es2015/material/src/modules/debugDataCopyClick.module.js +4 -4
  62. package/es2015/material/src/modules/debugDataCopyClick.module.js.map +1 -1
  63. package/es2015/material/src/modules/movableTitledDialog.module.js +7 -9
  64. package/es2015/material/src/modules/movableTitledDialog.module.js.map +1 -1
  65. package/es2015/material/src/modules/titledDialog.module.js +7 -9
  66. package/es2015/material/src/modules/titledDialog.module.js.map +1 -1
  67. package/es2015/material/src/services/titledDialog/titledDialog.service.js +3 -3
  68. package/es2015/moment/src/modules/moment.module.js +4 -4
  69. package/es2015/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
  70. package/es2015/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
  71. package/es2015/numeral/src/modules/numeral.module.js +4 -4
  72. package/es2015/numeral/src/pipes/numeral.pipe.js +3 -3
  73. package/es2015/router/src/services/routing/dataRouter.js +3 -3
  74. package/es2015/router/src/services/routing/dataRouterData.js +3 -3
  75. package/es2015/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
  76. package/es2015/src/modules/castPipes/modules/castPipes.module.js +4 -4
  77. package/es2015/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  78. package/es2015/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  79. package/es2015/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  80. package/es2015/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  81. package/es2015/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
  82. package/es2015/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
  83. package/es2015/src/modules/clickOutside/modules/clickOutside.module.js.map +1 -1
  84. package/es2015/src/modules/commonDynamic.module.js +4 -4
  85. package/es2015/src/modules/commonLocalize.module.js +4 -4
  86. package/es2015/src/modules/commonUtils.module.js +4 -4
  87. package/es2015/src/modules/debugData/components/debugData/debugData.component.js +3 -3
  88. package/es2015/src/modules/debugData/modules/debugData.module.js +4 -6
  89. package/es2015/src/modules/debugData/modules/debugData.module.js.map +1 -1
  90. package/es2015/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
  91. package/es2015/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
  92. package/es2015/src/modules/goBack/modules/goBack.module.js +4 -4
  93. package/es2015/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
  94. package/es2015/src/modules/multiButton/modules/multiButton.module.js +4 -6
  95. package/es2015/src/modules/multiButton/modules/multiButton.module.js.map +1 -1
  96. package/es2015/src/modules/position/directives/positionTo/positionTo.directive.js +3 -3
  97. package/es2015/src/modules/position/modules/position.module.js +4 -4
  98. package/es2015/src/modules/position/modules/position.module.js.map +1 -1
  99. package/es2015/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
  100. package/es2015/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
  101. package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -3
  102. package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js +5 -7
  103. package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
  104. package/es2015/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  105. package/es2015/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  106. package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
  107. package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
  108. package/es2015/src/modules/tooltip/modules/tooltip.module.js +4 -6
  109. package/es2015/src/modules/tooltip/modules/tooltip.module.js.map +1 -1
  110. package/es2015/src/pipes/isNaN/isNaN.pipe.js +3 -3
  111. package/es2015/src/pipes/isPresent/isPresent.pipe.js +3 -3
  112. package/es2015/src/pipes/keys/keys.pipe.js +3 -3
  113. package/es2015/src/pipes/localize/localize.pipe.js +3 -3
  114. package/es2015/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  115. package/es2015/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
  116. package/es2015/src/services/cookies/cookies.service.js +3 -3
  117. package/es2015/src/services/notifications/defaultNotifications.service.js +3 -3
  118. package/es2015/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  119. package/es2015/src/services/statusCode/statusCode.service.js +3 -3
  120. package/es2015/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  121. package/es2015/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  122. package/es2015/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  123. package/es2015/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  124. package/es2015/structured-log/src/components/console/console.component.js +3 -3
  125. package/es2015/structured-log/src/modules/consoleLog.module.js +4 -6
  126. package/es2015/structured-log/src/modules/consoleLog.module.js.map +1 -1
  127. package/es2015/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
  128. package/es2015/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
  129. package/es2015/structured-log/src/services/logger.service.js +3 -3
  130. package/es2015/structured-log/src/services/rest/restSink.service.js +3 -3
  131. package/es2015/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
  132. package/es2020/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
  133. package/es2020/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js +3 -3
  134. package/es2020/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.js.map +1 -1
  135. package/es2020/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.js +3 -3
  136. package/es2020/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.js +3 -3
  137. package/es2020/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
  138. package/es2020/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.js +3 -3
  139. package/es2020/forms/src/directives/hasError/hasError.directive.js +3 -3
  140. package/es2020/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
  141. package/es2020/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
  142. package/es2020/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
  143. package/es2020/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  144. package/es2020/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
  145. package/es2020/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.js +3 -3
  146. package/es2020/forms/src/index.js +5 -3
  147. package/es2020/forms/src/index.js.map +1 -1
  148. package/es2020/forms/src/misc/formModel/index.js +1 -0
  149. package/es2020/forms/src/misc/formModel/index.js.map +1 -1
  150. package/es2020/forms/src/misc/formModel/interfaces/formModelBuilder.interface.js +2 -0
  151. package/es2020/forms/src/misc/formModel/interfaces/formModelBuilder.interface.js.map +1 -0
  152. package/es2020/forms/src/misc/formModel/interfaces/validator.interface.js.map +1 -1
  153. package/es2020/forms/src/misc/formModel/misc/utils.js.map +1 -1
  154. package/es2020/forms/src/misc/formModel/misc/validatorFactories.js +26 -2
  155. package/es2020/forms/src/misc/formModel/misc/validatorFactories.js.map +1 -1
  156. package/es2020/forms/src/misc/types.js +2 -0
  157. package/es2020/forms/src/misc/types.js.map +1 -0
  158. package/es2020/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js +5 -5
  159. package/es2020/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.js.map +1 -1
  160. package/es2020/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.js +3 -3
  161. package/es2020/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.js +3 -3
  162. package/es2020/forms/src/modules/errorMessage/modules/errorMessage.module.js +5 -7
  163. package/es2020/forms/src/modules/errorMessage/modules/errorMessage.module.js.map +1 -1
  164. package/es2020/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.js +3 -3
  165. package/es2020/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
  166. package/es2020/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +32 -14
  167. package/es2020/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js.map +1 -1
  168. package/es2020/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +32 -14
  169. package/es2020/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js.map +1 -1
  170. package/es2020/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +32 -14
  171. package/es2020/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js.map +1 -1
  172. package/es2020/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +5 -5
  173. package/es2020/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js.map +1 -1
  174. package/es2020/forms/src/modules/hasError.module.js +4 -6
  175. package/es2020/forms/src/modules/hasError.module.js.map +1 -1
  176. package/es2020/forms/src/modules/numberInput.module.js +4 -4
  177. package/es2020/forms/src/modules/requiredClass.module.js +4 -4
  178. package/es2020/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
  179. package/es2020/forms/src/services/formModelBuilder/formModelBuilder.service.js +30 -0
  180. package/es2020/forms/src/services/formModelBuilder/formModelBuilder.service.js.map +1 -0
  181. package/es2020/forms/src/services/submitted/submitted.service.js +3 -3
  182. package/es2020/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
  183. package/es2020/hotkeys/src/services/appHotkeys.service.js +3 -3
  184. package/es2020/material/src/components/confirmationDialog/confirmationDialog.component.js +3 -3
  185. package/es2020/material/src/components/movableTitledDialog/movableTitledDialog.component.js +5 -5
  186. package/es2020/material/src/components/titledDialog/titledDialog.component.js +3 -3
  187. package/es2020/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
  188. package/es2020/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
  189. package/es2020/material/src/modules/confirmationDialog.module.js +6 -8
  190. package/es2020/material/src/modules/confirmationDialog.module.js.map +1 -1
  191. package/es2020/material/src/modules/debugDataCopyClick.module.js +4 -4
  192. package/es2020/material/src/modules/debugDataCopyClick.module.js.map +1 -1
  193. package/es2020/material/src/modules/movableTitledDialog.module.js +7 -9
  194. package/es2020/material/src/modules/movableTitledDialog.module.js.map +1 -1
  195. package/es2020/material/src/modules/titledDialog.module.js +7 -9
  196. package/es2020/material/src/modules/titledDialog.module.js.map +1 -1
  197. package/es2020/material/src/services/titledDialog/titledDialog.service.js +3 -3
  198. package/es2020/moment/src/modules/moment.module.js +4 -4
  199. package/es2020/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
  200. package/es2020/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
  201. package/es2020/numeral/src/modules/numeral.module.js +4 -4
  202. package/es2020/numeral/src/pipes/numeral.pipe.js +3 -3
  203. package/es2020/router/src/services/routing/dataRouter.js +3 -3
  204. package/es2020/router/src/services/routing/dataRouterData.js +3 -3
  205. package/es2020/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
  206. package/es2020/src/modules/castPipes/modules/castPipes.module.js +4 -4
  207. package/es2020/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  208. package/es2020/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  209. package/es2020/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  210. package/es2020/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  211. package/es2020/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
  212. package/es2020/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
  213. package/es2020/src/modules/clickOutside/modules/clickOutside.module.js.map +1 -1
  214. package/es2020/src/modules/commonDynamic.module.js +4 -4
  215. package/es2020/src/modules/commonLocalize.module.js +4 -4
  216. package/es2020/src/modules/commonUtils.module.js +4 -4
  217. package/es2020/src/modules/debugData/components/debugData/debugData.component.js +3 -3
  218. package/es2020/src/modules/debugData/modules/debugData.module.js +4 -6
  219. package/es2020/src/modules/debugData/modules/debugData.module.js.map +1 -1
  220. package/es2020/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
  221. package/es2020/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
  222. package/es2020/src/modules/goBack/modules/goBack.module.js +4 -4
  223. package/es2020/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
  224. package/es2020/src/modules/multiButton/modules/multiButton.module.js +4 -6
  225. package/es2020/src/modules/multiButton/modules/multiButton.module.js.map +1 -1
  226. package/es2020/src/modules/position/directives/positionTo/positionTo.directive.js +3 -3
  227. package/es2020/src/modules/position/modules/position.module.js +4 -4
  228. package/es2020/src/modules/position/modules/position.module.js.map +1 -1
  229. package/es2020/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
  230. package/es2020/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
  231. package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -3
  232. package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js +5 -7
  233. package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js.map +1 -1
  234. package/es2020/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  235. package/es2020/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  236. package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
  237. package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
  238. package/es2020/src/modules/tooltip/modules/tooltip.module.js +4 -6
  239. package/es2020/src/modules/tooltip/modules/tooltip.module.js.map +1 -1
  240. package/es2020/src/pipes/isNaN/isNaN.pipe.js +3 -3
  241. package/es2020/src/pipes/isPresent/isPresent.pipe.js +3 -3
  242. package/es2020/src/pipes/keys/keys.pipe.js +3 -3
  243. package/es2020/src/pipes/localize/localize.pipe.js +3 -3
  244. package/es2020/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  245. package/es2020/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
  246. package/es2020/src/services/cookies/cookies.service.js +3 -3
  247. package/es2020/src/services/notifications/defaultNotifications.service.js +3 -3
  248. package/es2020/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  249. package/es2020/src/services/statusCode/statusCode.service.js +3 -3
  250. package/es2020/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  251. package/es2020/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  252. package/es2020/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  253. package/es2020/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  254. package/es2020/structured-log/src/components/console/console.component.js +3 -3
  255. package/es2020/structured-log/src/modules/consoleLog.module.js +4 -6
  256. package/es2020/structured-log/src/modules/consoleLog.module.js.map +1 -1
  257. package/es2020/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
  258. package/es2020/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
  259. package/es2020/structured-log/src/services/logger.service.js +3 -3
  260. package/es2020/structured-log/src/services/rest/restSink.service.js +3 -3
  261. package/es2020/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
  262. package/forms/src/components/defaultValidationErrors/defaultValidationErrors.component.d.ts +1 -1
  263. package/forms/src/components/defaultValidationErrorsContainer/defaultValidationErrorsContainer.component.d.ts +1 -1
  264. package/forms/src/components/reservedSpaceValidationErrorsContainer/reservedSpaceValidationErrorsContainer.component.d.ts +1 -1
  265. package/forms/src/directives/groupHasError/groupHasError.directive.d.ts +1 -1
  266. package/forms/src/directives/groupHasErrorContainer/groupHasErrorContainer.directive.d.ts +1 -1
  267. package/forms/src/directives/hasError/hasError.directive.d.ts +1 -1
  268. package/forms/src/directives/numberInput/maxValueNumberValidator.directive.d.ts +1 -1
  269. package/forms/src/directives/numberInput/minValueNumberValidator.directive.d.ts +1 -1
  270. package/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.d.ts +1 -1
  271. package/forms/src/directives/numberInput/numberInputValidator.directive.d.ts +1 -1
  272. package/forms/src/directives/requiredClass/requiredClass.directive.d.ts +1 -1
  273. package/forms/src/directives/validationErrorsContainer/validationErrorsContainer.directive.d.ts +1 -1
  274. package/forms/src/index.d.ts +5 -3
  275. package/forms/src/index.d.ts.map +1 -1
  276. package/forms/src/misc/formModel/index.d.ts +1 -0
  277. package/forms/src/misc/formModel/index.d.ts.map +1 -1
  278. package/forms/src/misc/formModel/interfaces/formModelBuilder.interface.d.ts +11 -0
  279. package/forms/src/misc/formModel/interfaces/formModelBuilder.interface.d.ts.map +1 -0
  280. package/forms/src/misc/formModel/interfaces/validator.interface.d.ts +3 -2
  281. package/forms/src/misc/formModel/interfaces/validator.interface.d.ts.map +1 -1
  282. package/forms/src/misc/formModel/misc/utils.d.ts +4 -1
  283. package/forms/src/misc/formModel/misc/utils.d.ts.map +1 -1
  284. package/forms/src/misc/formModel/misc/validatorFactories.d.ts +6 -2
  285. package/forms/src/misc/formModel/misc/validatorFactories.d.ts.map +1 -1
  286. package/forms/src/misc/types.d.ts +24 -0
  287. package/forms/src/misc/types.d.ts.map +1 -0
  288. package/forms/src/modules/errorMessage/components/groupErrors/groupErrors.component.d.ts +1 -1
  289. package/forms/src/modules/errorMessage/directives/errorMessage/errorMessage.directive.d.ts +1 -1
  290. package/forms/src/modules/errorMessage/directives/groupErrorsTemplate/groupErrorsTemplate.directive.d.ts +1 -1
  291. package/forms/src/modules/errorMessage/pipes/withErrorMessage/withErrorMessage.pipe.d.ts +1 -1
  292. package/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.d.ts +10 -6
  293. package/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.d.ts.map +1 -1
  294. package/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.d.ts +10 -6
  295. package/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.d.ts.map +1 -1
  296. package/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.d.ts +11 -6
  297. package/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.d.ts.map +1 -1
  298. package/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.d.ts +6 -6
  299. package/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.d.ts.map +1 -1
  300. package/forms/src/services/formModelBuilder/formModelBuilder.service.d.ts +21 -0
  301. package/forms/src/services/formModelBuilder/formModelBuilder.service.d.ts.map +1 -0
  302. package/material/src/components/confirmationDialog/confirmationDialog.component.d.ts +1 -1
  303. package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts +1 -1
  304. package/material/src/components/titledDialog/titledDialog.component.d.ts +1 -1
  305. package/material/src/directives/confirmationDialog/confirmationDialog.directive.d.ts +1 -1
  306. package/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.d.ts +1 -1
  307. package/moment/src/pipes/momentConvert/momentConvert.pipe.d.ts +1 -1
  308. package/moment/src/pipes/momentFormat/momentFormat.pipe.d.ts +1 -1
  309. package/numeral/src/pipes/numeral.pipe.d.ts +1 -1
  310. package/package.json +25 -25
  311. package/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.d.ts +1 -1
  312. package/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.d.ts +1 -1
  313. package/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.d.ts +1 -1
  314. package/src/modules/castPipes/pipes/asRequired/asRequired.pipe.d.ts +1 -1
  315. package/src/modules/castPipes/pipes/castType/castType.pipe.d.ts +1 -1
  316. package/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.d.ts +1 -1
  317. package/src/modules/debugData/components/debugData/debugData.component.d.ts +1 -1
  318. package/src/modules/goBack/directives/goBack/goBack.directive.d.ts +1 -1
  319. package/src/modules/multiButton/components/multiButton/multiButton.component.d.ts +1 -1
  320. package/src/modules/position/directives/positionTo/positionTo.directive.d.ts +1 -1
  321. package/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.d.ts +1 -1
  322. package/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.d.ts +1 -1
  323. package/src/modules/tooltip/components/tooltip/tooltip.component.d.ts +1 -1
  324. package/src/modules/tooltip/directives/tooltip/tooltip.directive.d.ts +1 -1
  325. package/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.d.ts +1 -1
  326. package/src/pipes/isNaN/isNaN.pipe.d.ts +1 -1
  327. package/src/pipes/isPresent/isPresent.pipe.d.ts +1 -1
  328. package/src/pipes/keys/keys.pipe.d.ts +1 -1
  329. package/src/pipes/localize/localize.pipe.d.ts +1 -1
  330. package/src/pipes/mergeCssClasses/mergeCssClasses.pipe.d.ts +1 -1
  331. package/src/pipes/urlEncode/urlEncode.pipe.d.ts +1 -1
  332. package/structured-log/src/components/console/console.component.d.ts +1 -1
  333. package/version.bak +1 -1
@@ -34,9 +34,9 @@ export class TitledDialogComponent {
34
34
  return this.data.componentOrTemplateRef;
35
35
  }
36
36
  }
37
- TitledDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
38
- TitledDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: TitledDialogComponent, selector: "titled-dialog", ngImport: i0, template: "<div class=\"flex-row titled-dialog-title\">\r\n <div class=\"flex-1\">{{data.title | localize}}</div>\r\n\r\n <div class=\"pointer-cursor align-self-center close-dialog\" (click)=\"dialogRef.close()\">\r\n <div class=\"fa fa-times\"></div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"titled-dialog-content\">\r\n <ng-template [ngComponentOutletEx]=\"component\" [ngComponentOutletExInjector]=\"injector\"></ng-template>\r\n</div>", styles: [".titled-dialog-title\r\n{\r\n padding: 10px;\r\n text-transform: capitalize;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.titled-dialog-title .close-dialog\r\n{\r\n margin-left: 10px;\r\n}\r\n\r\n.titled-dialog-content\r\n{\r\n padding: 10px;\r\n margin-top: 0;\r\n margin-bottom: 0;\r\n}"], directives: [{ type: i2.NgComponentOutletEx, selector: "[ngComponentOutletEx]", inputs: ["ngComponentOutletEx", "ngComponentOutletExInjector", "ngComponentOutletExContent"], outputs: ["ngComponentOutletExCreated"], exportAs: ["ngComponentOutletEx"] }], pipes: { "localize": i3.LocalizePipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush });
39
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogComponent, decorators: [{
37
+ TitledDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TitledDialogComponent, deps: [{ token: MAT_DIALOG_DATA }, { token: i1.MatDialogRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
38
+ TitledDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: TitledDialogComponent, selector: "titled-dialog", ngImport: i0, template: "<div class=\"flex-row titled-dialog-title\">\r\n <div class=\"flex-1\">{{data.title | localize}}</div>\r\n\r\n <div class=\"pointer-cursor align-self-center close-dialog\" (click)=\"dialogRef.close()\">\r\n <div class=\"fa fa-times\"></div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"titled-dialog-content\">\r\n <ng-template [ngComponentOutletEx]=\"component\" [ngComponentOutletExInjector]=\"injector\"></ng-template>\r\n</div>", styles: [".titled-dialog-title\r\n{\r\n padding: 10px;\r\n text-transform: capitalize;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.titled-dialog-title .close-dialog\r\n{\r\n margin-left: 10px;\r\n}\r\n\r\n.titled-dialog-content\r\n{\r\n padding: 10px;\r\n margin-top: 0;\r\n margin-bottom: 0;\r\n}"], dependencies: [{ kind: "directive", type: i2.NgComponentOutletEx, selector: "[ngComponentOutletEx]", inputs: ["ngComponentOutletEx", "ngComponentOutletExInjector", "ngComponentOutletExContent"], outputs: ["ngComponentOutletExCreated"], exportAs: ["ngComponentOutletEx"] }, { kind: "pipe", type: i3.LocalizePipe, name: "localize" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
39
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TitledDialogComponent, decorators: [{
40
40
  type: Component,
41
41
  args: [{ selector: 'titled-dialog', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"flex-row titled-dialog-title\">\r\n <div class=\"flex-1\">{{data.title | localize}}</div>\r\n\r\n <div class=\"pointer-cursor align-self-center close-dialog\" (click)=\"dialogRef.close()\">\r\n <div class=\"fa fa-times\"></div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"titled-dialog-content\">\r\n <ng-template [ngComponentOutletEx]=\"component\" [ngComponentOutletExInjector]=\"injector\"></ng-template>\r\n</div>", styles: [".titled-dialog-title\r\n{\r\n padding: 10px;\r\n text-transform: capitalize;\r\n font-size: 14px;\r\n font-weight: bold;\r\n}\r\n.titled-dialog-title .close-dialog\r\n{\r\n margin-left: 10px;\r\n}\r\n\r\n.titled-dialog-content\r\n{\r\n padding: 10px;\r\n margin-top: 0;\r\n margin-bottom: 0;\r\n}"] }]
42
42
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -76,9 +76,9 @@ export class ConfirmationDialogDirective {
76
76
  });
77
77
  }
78
78
  }
79
- ConfirmationDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConfirmationDialogDirective, deps: [{ token: i1.TitledDialogService }], target: i0.ɵɵFactoryTarget.Directive });
80
- ConfirmationDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: ConfirmationDialogDirective, selector: "[confirmation]", inputs: { confirmationText: ["confirmation", "confirmationText"], confirmationTitle: "confirmationTitle", confirmationConfirm: "confirmationConfirm", confirmationCancel: "confirmationCancel", confirmationCssClasses: "confirmationCssClasses", skipConfirmation: "skipConfirmation", preventDefaultsAndPropagation: "preventDefaultsAndPropagation" }, outputs: { confirm: "confirm" }, host: { listeners: { "click": "click($event)" } }, ngImport: i0 });
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConfirmationDialogDirective, decorators: [{
79
+ ConfirmationDialogDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ConfirmationDialogDirective, deps: [{ token: i1.TitledDialogService }], target: i0.ɵɵFactoryTarget.Directive });
80
+ ConfirmationDialogDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: ConfirmationDialogDirective, selector: "[confirmation]", inputs: { confirmationText: ["confirmation", "confirmationText"], confirmationTitle: "confirmationTitle", confirmationConfirm: "confirmationConfirm", confirmationCancel: "confirmationCancel", confirmationCssClasses: "confirmationCssClasses", skipConfirmation: "skipConfirmation", preventDefaultsAndPropagation: "preventDefaultsAndPropagation" }, outputs: { confirm: "confirm" }, host: { listeners: { "click": "click($event)" } }, ngImport: i0 });
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ConfirmationDialogDirective, decorators: [{
82
82
  type: Directive,
83
83
  args: [{
84
84
  selector: '[confirmation]'
@@ -27,9 +27,9 @@ export class DebugDataCopyClickDirective {
27
27
  this._clipboard.copy(JSON.stringify(this.data, null, 4));
28
28
  }
29
29
  }
30
- DebugDataCopyClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataCopyClickDirective, deps: [{ token: i1.Clipboard }], target: i0.ɵɵFactoryTarget.Directive });
31
- DebugDataCopyClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: DebugDataCopyClickDirective, selector: "debug-data[copyClick]", inputs: { data: ["copyClick", "data"] }, host: { listeners: { "click": "copyData()" }, properties: { "class.clickable": "this.clickable" } }, ngImport: i0 });
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataCopyClickDirective, decorators: [{
30
+ DebugDataCopyClickDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataCopyClickDirective, deps: [{ token: i1.Clipboard }], target: i0.ɵɵFactoryTarget.Directive });
31
+ DebugDataCopyClickDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: DebugDataCopyClickDirective, selector: "debug-data[copyClick]", inputs: { data: ["copyClick", "data"] }, host: { listeners: { "click": "copyData()" }, properties: { "class.clickable": "this.clickable" } }, ngImport: i0 });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataCopyClickDirective, decorators: [{
33
33
  type: Directive,
34
34
  args: [{
35
35
  selector: 'debug-data[copyClick]'
@@ -10,17 +10,15 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class ConfirmationDialogModule {
12
12
  }
13
- ConfirmationDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConfirmationDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- ConfirmationDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConfirmationDialogModule, declarations: [ConfirmationDialogComponent,
13
+ ConfirmationDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ConfirmationDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
+ ConfirmationDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: ConfirmationDialogModule, declarations: [ConfirmationDialogComponent,
15
15
  ConfirmationDialogDirective], imports: [CommonModule,
16
16
  CommonLocalizeModule,
17
17
  TitledDialogModule], exports: [ConfirmationDialogDirective] });
18
- ConfirmationDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConfirmationDialogModule, imports: [[
19
- CommonModule,
20
- CommonLocalizeModule,
21
- TitledDialogModule
22
- ]] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConfirmationDialogModule, decorators: [{
18
+ ConfirmationDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ConfirmationDialogModule, imports: [CommonModule,
19
+ CommonLocalizeModule,
20
+ TitledDialogModule] });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ConfirmationDialogModule, decorators: [{
24
22
  type: NgModule,
25
23
  args: [{
26
24
  imports: [
@@ -1 +1 @@
1
- {"version":3,"file":"confirmationDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/confirmationDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAC,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;AAC1G,OAAO,EAAC,kBAAkB,EAAC,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;;AAE1G;;GAEG;AAmBH,MAAM,OAAO,wBAAwB;;qHAAxB,wBAAwB;sHAAxB,wBAAwB,iBAR7B,2BAA2B;QAC3B,2BAA2B,aAP3B,YAAY;QACZ,oBAAoB;QACpB,kBAAkB,aASlB,2BAA2B;sHAGtB,wBAAwB,YAfjC;YACI,YAAY;YACZ,oBAAoB;YACpB,kBAAkB;SACrB;2FAWQ,wBAAwB;kBAlBpC,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,YAAY;wBACZ,oBAAoB;wBACpB,kBAAkB;qBACrB;oBACD,YAAY,EACZ;wBACI,2BAA2B;wBAC3B,2BAA2B;qBAC9B;oBACD,OAAO,EACP;wBACI,2BAA2B;qBAC9B;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {CommonLocalizeModule} from '@anglr/common';\n\nimport {ConfirmationDialogComponent} from '../components/confirmationDialog/confirmationDialog.component';\nimport {TitledDialogModule} from './titledDialog.module';\nimport {ConfirmationDialogDirective} from '../directives/confirmationDialog/confirmationDialog.directive';\n\n/**\n * Module containing confirmation dialog component and directive\n */\n@NgModule(\n{\n imports:\n [\n CommonModule,\n CommonLocalizeModule,\n TitledDialogModule\n ],\n declarations:\n [\n ConfirmationDialogComponent,\n ConfirmationDialogDirective\n ],\n exports:\n [\n ConfirmationDialogDirective\n ]\n})\nexport class ConfirmationDialogModule\n{\n}"]}
1
+ {"version":3,"file":"confirmationDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/confirmationDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAC7C,OAAO,EAAC,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAEnD,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;AAC1G,OAAO,EAAC,kBAAkB,EAAC,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;;AAE1G;;GAEG;AAmBH,MAAM,OAAO,wBAAwB;;qHAAxB,wBAAwB;sHAAxB,wBAAwB,iBAR7B,2BAA2B;QAC3B,2BAA2B,aAP3B,YAAY;QACZ,oBAAoB;QACpB,kBAAkB,aASlB,2BAA2B;sHAGtB,wBAAwB,YAd7B,YAAY;QACZ,oBAAoB;QACpB,kBAAkB;2FAYb,wBAAwB;kBAlBpC,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,YAAY;wBACZ,oBAAoB;wBACpB,kBAAkB;qBACrB;oBACD,YAAY,EACZ;wBACI,2BAA2B;wBAC3B,2BAA2B;qBAC9B;oBACD,OAAO,EACP;wBACI,2BAA2B;qBAC9B;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\nimport {CommonLocalizeModule} from '@anglr/common';\n\nimport {ConfirmationDialogComponent} from '../components/confirmationDialog/confirmationDialog.component';\nimport {TitledDialogModule} from './titledDialog.module';\nimport {ConfirmationDialogDirective} from '../directives/confirmationDialog/confirmationDialog.directive';\n\n/**\n * Module containing confirmation dialog component and directive\n */\n@NgModule(\n{\n imports:\n [\n CommonModule,\n CommonLocalizeModule,\n TitledDialogModule\n ],\n declarations:\n [\n ConfirmationDialogComponent,\n ConfirmationDialogDirective\n ],\n exports:\n [\n ConfirmationDialogDirective\n ]\n})\nexport class ConfirmationDialogModule\n{\n}"]}
@@ -7,11 +7,11 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export class DebugDataCopyClickModule {
9
9
  }
10
- DebugDataCopyClickModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataCopyClickModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DebugDataCopyClickModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataCopyClickModule, declarations: [DebugDataCopyClickDirective], exports: [DebugDataCopyClickDirective,
10
+ DebugDataCopyClickModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataCopyClickModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ DebugDataCopyClickModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: DebugDataCopyClickModule, declarations: [DebugDataCopyClickDirective], exports: [DebugDataCopyClickDirective,
12
12
  DebugDataModule] });
13
- DebugDataCopyClickModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataCopyClickModule, imports: [[], DebugDataModule] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataCopyClickModule, decorators: [{
13
+ DebugDataCopyClickModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataCopyClickModule, imports: [DebugDataModule] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataCopyClickModule, decorators: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: [],
@@ -1 +1 @@
1
- {"version":3,"file":"debugDataCopyClick.module.js","sourceRoot":"","sources":["../../../../material/src/modules/debugDataCopyClick.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAE9C,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;;AAE1G;;GAEG;AAgBH,MAAM,OAAO,wBAAwB;;qHAAxB,wBAAwB;sHAAxB,wBAAwB,iBAR7B,2BAA2B,aAI3B,2BAA2B;QAC3B,eAAe;sHAGV,wBAAwB,YAZjC,EACC,EAQG,eAAe;2FAGV,wBAAwB;kBAfpC,QAAQ;mBACT;oBACI,OAAO,EACP,EACC;oBACD,YAAY,EACZ;wBACI,2BAA2B;qBAC9B;oBACD,OAAO,EACP;wBACI,2BAA2B;wBAC3B,eAAe;qBAClB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {DebugDataModule} from '@anglr/common';\n\nimport {DebugDataCopyClickDirective} from '../directives/debugDataCopyClick/debugDataCopyClick.directive';\n\n/**\n * Module for debug data copy click directive\n */\n@NgModule(\n{\n imports:\n [\n ],\n declarations:\n [\n DebugDataCopyClickDirective\n ],\n exports:\n [\n DebugDataCopyClickDirective,\n DebugDataModule,\n ]\n})\nexport class DebugDataCopyClickModule\n{\n}\n"]}
1
+ {"version":3,"file":"debugDataCopyClick.module.js","sourceRoot":"","sources":["../../../../material/src/modules/debugDataCopyClick.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAE9C,OAAO,EAAC,2BAA2B,EAAC,MAAM,+DAA+D,CAAC;;AAE1G;;GAEG;AAgBH,MAAM,OAAO,wBAAwB;;qHAAxB,wBAAwB;sHAAxB,wBAAwB,iBAR7B,2BAA2B,aAI3B,2BAA2B;QAC3B,eAAe;sHAGV,wBAAwB,YAH7B,eAAe;2FAGV,wBAAwB;kBAfpC,QAAQ;mBACT;oBACI,OAAO,EACP,EACC;oBACD,YAAY,EACZ;wBACI,2BAA2B;qBAC9B;oBACD,OAAO,EACP;wBACI,2BAA2B;wBAC3B,eAAe;qBAClB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {DebugDataModule} from '@anglr/common';\n\nimport {DebugDataCopyClickDirective} from '../directives/debugDataCopyClick/debugDataCopyClick.directive';\n\n/**\n * Module for debug data copy click directive\n */\n@NgModule(\n{\n imports:\n [\n ],\n declarations:\n [\n DebugDataCopyClickDirective\n ],\n exports:\n [\n DebugDataCopyClickDirective,\n DebugDataModule,\n ]\n})\nexport class DebugDataCopyClickModule\n{\n}\n"]}
@@ -9,18 +9,16 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export class MovableTitledDialogModule {
11
11
  }
12
- MovableTitledDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MovableTitledDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- MovableTitledDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MovableTitledDialogModule, declarations: [MovableTitledDialogComponent], imports: [CommonDynamicModule,
12
+ MovableTitledDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MovableTitledDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ MovableTitledDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: MovableTitledDialogModule, declarations: [MovableTitledDialogComponent], imports: [CommonDynamicModule,
14
14
  CommonLocalizeModule,
15
15
  MatDialogModule,
16
16
  DragDropModule] });
17
- MovableTitledDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MovableTitledDialogModule, imports: [[
18
- CommonDynamicModule,
19
- CommonLocalizeModule,
20
- MatDialogModule,
21
- DragDropModule,
22
- ]] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MovableTitledDialogModule, decorators: [{
17
+ MovableTitledDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MovableTitledDialogModule, imports: [CommonDynamicModule,
18
+ CommonLocalizeModule,
19
+ MatDialogModule,
20
+ DragDropModule] });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MovableTitledDialogModule, decorators: [{
24
22
  type: NgModule,
25
23
  args: [{
26
24
  imports: [
@@ -1 +1 @@
1
- {"version":3,"file":"movableTitledDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/movableTitledDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,cAAc,EAAC,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAC,mBAAmB,EAAE,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAExE,OAAO,EAAC,4BAA4B,EAAC,MAAM,iEAAiE,CAAC;;AAE7G;;GAEG;AAeH,MAAM,OAAO,yBAAyB;;sHAAzB,yBAAyB;uHAAzB,yBAAyB,iBAH9B,4BAA4B,aAP5B,mBAAmB;QACnB,oBAAoB;QACpB,eAAe;QACf,cAAc;uHAOT,yBAAyB,YAXlC;YACI,mBAAmB;YACnB,oBAAoB;YACpB,eAAe;YACf,cAAc;SACjB;2FAMQ,yBAAyB;kBAdrC,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,mBAAmB;wBACnB,oBAAoB;wBACpB,eAAe;wBACf,cAAc;qBACjB;oBACD,YAAY,EACZ;wBACI,4BAA4B;qBAC/B;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {MatDialogModule} from '@angular/material/dialog';\nimport {DragDropModule} from '@angular/cdk/drag-drop';\nimport {CommonDynamicModule, CommonLocalizeModule} from '@anglr/common';\n\nimport {MovableTitledDialogComponent} from '../components/movableTitledDialog/movableTitledDialog.component';\n\n/**\n * Module for components for displaying movable titled dialog\n */\n@NgModule(\n{\n imports:\n [\n CommonDynamicModule,\n CommonLocalizeModule,\n MatDialogModule,\n DragDropModule,\n ],\n declarations:\n [\n MovableTitledDialogComponent\n ],\n})\nexport class MovableTitledDialogModule\n{\n}\n"]}
1
+ {"version":3,"file":"movableTitledDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/movableTitledDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,cAAc,EAAC,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAC,mBAAmB,EAAE,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAExE,OAAO,EAAC,4BAA4B,EAAC,MAAM,iEAAiE,CAAC;;AAE7G;;GAEG;AAeH,MAAM,OAAO,yBAAyB;;sHAAzB,yBAAyB;uHAAzB,yBAAyB,iBAH9B,4BAA4B,aAP5B,mBAAmB;QACnB,oBAAoB;QACpB,eAAe;QACf,cAAc;uHAOT,yBAAyB,YAV9B,mBAAmB;QACnB,oBAAoB;QACpB,eAAe;QACf,cAAc;2FAOT,yBAAyB;kBAdrC,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,mBAAmB;wBACnB,oBAAoB;wBACpB,eAAe;wBACf,cAAc;qBACjB;oBACD,YAAY,EACZ;wBACI,4BAA4B;qBAC/B;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {MatDialogModule} from '@angular/material/dialog';\nimport {DragDropModule} from '@angular/cdk/drag-drop';\nimport {CommonDynamicModule, CommonLocalizeModule} from '@anglr/common';\n\nimport {MovableTitledDialogComponent} from '../components/movableTitledDialog/movableTitledDialog.component';\n\n/**\n * Module for components for displaying movable titled dialog\n */\n@NgModule(\n{\n imports:\n [\n CommonDynamicModule,\n CommonLocalizeModule,\n MatDialogModule,\n DragDropModule,\n ],\n declarations:\n [\n MovableTitledDialogComponent\n ],\n})\nexport class MovableTitledDialogModule\n{\n}\n"]}
@@ -9,18 +9,16 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export class TitledDialogModule {
11
11
  }
12
- TitledDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- TitledDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogModule, declarations: [TitledDialogComponent], imports: [CommonDynamicModule,
12
+ TitledDialogModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TitledDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
+ TitledDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: TitledDialogModule, declarations: [TitledDialogComponent], imports: [CommonDynamicModule,
14
14
  CommonLocalizeModule,
15
15
  MatDialogModule] });
16
- TitledDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogModule, providers: [
16
+ TitledDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TitledDialogModule, providers: [
17
17
  TitledDialogService
18
- ], imports: [[
19
- CommonDynamicModule,
20
- CommonLocalizeModule,
21
- MatDialogModule,
22
- ]] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogModule, decorators: [{
18
+ ], imports: [CommonDynamicModule,
19
+ CommonLocalizeModule,
20
+ MatDialogModule] });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TitledDialogModule, decorators: [{
24
22
  type: NgModule,
25
23
  args: [{
26
24
  imports: [
@@ -1 +1 @@
1
- {"version":3,"file":"titledDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/titledDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,mBAAmB,EAAE,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAExE,OAAO,EAAC,qBAAqB,EAAC,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAC,mBAAmB,EAAC,MAAM,+CAA+C,CAAC;;AAElF;;GAEG;AAkBH,MAAM,OAAO,kBAAkB;;+GAAlB,kBAAkB;gHAAlB,kBAAkB,iBAPvB,qBAAqB,aANrB,mBAAmB;QACnB,oBAAoB;QACpB,eAAe;gHAWV,kBAAkB,aAJ3B;QACI,mBAAmB;KACtB,YAZD;YACI,mBAAmB;YACnB,oBAAoB;YACpB,eAAe;SAClB;2FAUQ,kBAAkB;kBAjB9B,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,mBAAmB;wBACnB,oBAAoB;wBACpB,eAAe;qBAClB;oBACD,YAAY,EACZ;wBACI,qBAAqB;qBACxB;oBACD,SAAS,EACT;wBACI,mBAAmB;qBACtB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {MatDialogModule} from '@angular/material/dialog';\nimport {CommonDynamicModule, CommonLocalizeModule} from '@anglr/common';\n\nimport {TitledDialogComponent} from '../components/titledDialog/titledDialog.component';\nimport {TitledDialogService} from '../services/titledDialog/titledDialog.service';\n\n/**\n * Module for components and service for displaying titled dialog\n */\n@NgModule(\n{\n imports:\n [\n CommonDynamicModule,\n CommonLocalizeModule,\n MatDialogModule,\n ],\n declarations:\n [\n TitledDialogComponent\n ],\n providers:\n [\n TitledDialogService\n ]\n})\nexport class TitledDialogModule\n{\n}"]}
1
+ {"version":3,"file":"titledDialog.module.js","sourceRoot":"","sources":["../../../../material/src/modules/titledDialog.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAC,mBAAmB,EAAE,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAExE,OAAO,EAAC,qBAAqB,EAAC,MAAM,mDAAmD,CAAC;AACxF,OAAO,EAAC,mBAAmB,EAAC,MAAM,+CAA+C,CAAC;;AAElF;;GAEG;AAkBH,MAAM,OAAO,kBAAkB;;+GAAlB,kBAAkB;gHAAlB,kBAAkB,iBAPvB,qBAAqB,aANrB,mBAAmB;QACnB,oBAAoB;QACpB,eAAe;gHAWV,kBAAkB,aAJ3B;QACI,mBAAmB;KACtB,YAXG,mBAAmB;QACnB,oBAAoB;QACpB,eAAe;2FAWV,kBAAkB;kBAjB9B,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,mBAAmB;wBACnB,oBAAoB;wBACpB,eAAe;qBAClB;oBACD,YAAY,EACZ;wBACI,qBAAqB;qBACxB;oBACD,SAAS,EACT;wBACI,mBAAmB;qBACtB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {MatDialogModule} from '@angular/material/dialog';\nimport {CommonDynamicModule, CommonLocalizeModule} from '@anglr/common';\n\nimport {TitledDialogComponent} from '../components/titledDialog/titledDialog.component';\nimport {TitledDialogService} from '../services/titledDialog/titledDialog.service';\n\n/**\n * Module for components and service for displaying titled dialog\n */\n@NgModule(\n{\n imports:\n [\n CommonDynamicModule,\n CommonLocalizeModule,\n MatDialogModule,\n ],\n declarations:\n [\n TitledDialogComponent\n ],\n providers:\n [\n TitledDialogService\n ]\n})\nexport class TitledDialogModule\n{\n}"]}
@@ -36,9 +36,9 @@ export class TitledDialogService {
36
36
  return this._dialog.open(this._options.titledDialogComponent, config);
37
37
  }
38
38
  }
39
- TitledDialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogService, deps: [{ token: i1.MatDialog }, { token: i2.TitledDialogServiceOptions, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
40
- TitledDialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogService });
41
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogService, decorators: [{
39
+ TitledDialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TitledDialogService, deps: [{ token: i1.MatDialog }, { token: i2.TitledDialogServiceOptions, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
40
+ TitledDialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TitledDialogService });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: TitledDialogService, decorators: [{
42
42
  type: Injectable
43
43
  }], ctorParameters: function () { return [{ type: i1.MatDialog }, { type: i2.TitledDialogServiceOptions, decorators: [{
44
44
  type: Optional
@@ -7,12 +7,12 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export class MomentModule {
9
9
  }
10
- MomentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- MomentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentModule, declarations: [MomentConvertPipe,
10
+ MomentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MomentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ MomentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: MomentModule, declarations: [MomentConvertPipe,
12
12
  MomentFormatPipe], exports: [MomentConvertPipe,
13
13
  MomentFormatPipe] });
14
- MomentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentModule });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentModule, decorators: [{
14
+ MomentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MomentModule });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MomentModule, decorators: [{
16
16
  type: NgModule,
17
17
  args: [{
18
18
  declarations: [
@@ -21,9 +21,9 @@ export class MomentConvertPipe {
21
21
  return value;
22
22
  }
23
23
  }
24
- MomentConvertPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentConvertPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
25
- MomentConvertPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentConvertPipe, name: "momentConvert" });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentConvertPipe, decorators: [{
24
+ MomentConvertPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MomentConvertPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
25
+ MomentConvertPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: MomentConvertPipe, name: "momentConvert" });
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MomentConvertPipe, decorators: [{
27
27
  type: Pipe,
28
28
  args: [{
29
29
  name: 'momentConvert'
@@ -25,9 +25,9 @@ export class MomentFormatPipe {
25
25
  return null;
26
26
  }
27
27
  }
28
- MomentFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
29
- MomentFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentFormatPipe, name: "momentFormat" });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: MomentFormatPipe, decorators: [{
28
+ MomentFormatPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MomentFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
29
+ MomentFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: MomentFormatPipe, name: "momentFormat" });
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: MomentFormatPipe, decorators: [{
31
31
  type: Pipe,
32
32
  args: [{
33
33
  name: 'momentFormat'
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export class NumeralModule {
8
8
  }
9
- NumeralModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: NumeralModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- NumeralModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: NumeralModule, declarations: [NumeralPipe], exports: [NumeralPipe] });
11
- NumeralModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: NumeralModule });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: NumeralModule, decorators: [{
9
+ NumeralModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: NumeralModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ NumeralModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: NumeralModule, declarations: [NumeralPipe], exports: [NumeralPipe] });
11
+ NumeralModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: NumeralModule });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: NumeralModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [NumeralPipe],
@@ -41,9 +41,9 @@ export class NumeralPipe {
41
41
  }
42
42
  }
43
43
  }
44
- NumeralPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: NumeralPipe, deps: [{ token: i1.GlobalizationService }], target: i0.ɵɵFactoryTarget.Pipe });
45
- NumeralPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: NumeralPipe, name: "numeral" });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: NumeralPipe, decorators: [{
44
+ NumeralPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: NumeralPipe, deps: [{ token: i1.GlobalizationService }], target: i0.ɵɵFactoryTarget.Pipe });
45
+ NumeralPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: NumeralPipe, name: "numeral" });
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: NumeralPipe, decorators: [{
47
47
  type: Pipe,
48
48
  args: [{ name: 'numeral' }]
49
49
  }], ctorParameters: function () { return [{ type: i1.GlobalizationService }]; } });
@@ -80,9 +80,9 @@ export class DataRouter {
80
80
  return this._router.navigate(linkParams);
81
81
  }
82
82
  }
83
- DataRouter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DataRouter, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
84
- DataRouter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DataRouter, providedIn: 'root' });
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DataRouter, decorators: [{
83
+ DataRouter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DataRouter, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
84
+ DataRouter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DataRouter, providedIn: 'root' });
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DataRouter, decorators: [{
86
86
  type: Injectable,
87
87
  args: [{ providedIn: 'root' }]
88
88
  }], ctorParameters: function () { return [{ type: i1.Router }]; } });
@@ -12,9 +12,9 @@ export class DataRouterData {
12
12
  this.value = dataRouter.valuePromise;
13
13
  }
14
14
  }
15
- DataRouterData.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DataRouterData, deps: [{ token: i1.DataRouter }], target: i0.ɵɵFactoryTarget.Injectable });
16
- DataRouterData.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DataRouterData });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DataRouterData, decorators: [{
15
+ DataRouterData.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DataRouterData, deps: [{ token: i1.DataRouter }], target: i0.ɵɵFactoryTarget.Injectable });
16
+ DataRouterData.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DataRouterData });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DataRouterData, decorators: [{
18
18
  type: Injectable
19
19
  }], ctorParameters: function () { return [{ type: i1.DataRouter }]; } });
20
20
  //# sourceMappingURL=dataRouterData.js.map
@@ -43,9 +43,9 @@ export class NgComponentOutletEx {
43
43
  this.ngComponentOutletExCreated.emit(this.component);
44
44
  }
45
45
  }
46
- NgComponentOutletEx.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: NgComponentOutletEx, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
47
- NgComponentOutletEx.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: NgComponentOutletEx, selector: "[ngComponentOutletEx]", inputs: { ngComponentOutletEx: "ngComponentOutletEx", ngComponentOutletExInjector: "ngComponentOutletExInjector", ngComponentOutletExContent: "ngComponentOutletExContent" }, outputs: { ngComponentOutletExCreated: "ngComponentOutletExCreated" }, exportAs: ["ngComponentOutletEx"], usesOnChanges: true, ngImport: i0 });
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: NgComponentOutletEx, decorators: [{
46
+ NgComponentOutletEx.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: NgComponentOutletEx, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
47
+ NgComponentOutletEx.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: NgComponentOutletEx, selector: "[ngComponentOutletEx]", inputs: { ngComponentOutletEx: "ngComponentOutletEx", ngComponentOutletExInjector: "ngComponentOutletExInjector", ngComponentOutletExContent: "ngComponentOutletExContent" }, outputs: { ngComponentOutletExCreated: "ngComponentOutletExCreated" }, exportAs: ["ngComponentOutletEx"], usesOnChanges: true, ngImport: i0 });
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: NgComponentOutletEx, decorators: [{
49
49
  type: Directive,
50
50
  args: [{
51
51
  selector: '[ngComponentOutletEx]',
@@ -6,16 +6,16 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export class CastPipesModule {
8
8
  }
9
- CastPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CastPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- CastPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CastPipesModule, declarations: [AsHtmlElementPipe,
9
+ CastPipesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CastPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ CastPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: CastPipesModule, declarations: [AsHtmlElementPipe,
11
11
  AsNgClassRequiredPipe,
12
12
  AsRequiredTypePipe,
13
13
  CastTypePipe], exports: [AsHtmlElementPipe,
14
14
  AsNgClassRequiredPipe,
15
15
  AsRequiredTypePipe,
16
16
  CastTypePipe] });
17
- CastPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CastPipesModule });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CastPipesModule, decorators: [{
17
+ CastPipesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CastPipesModule });
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CastPipesModule, decorators: [{
19
19
  type: NgModule,
20
20
  args: [{
21
21
  declarations: [
@@ -6,9 +6,9 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export class AsHtmlElementPipe extends CastTypePipe {
8
8
  }
9
- AsHtmlElementPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AsHtmlElementPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe });
10
- AsHtmlElementPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AsHtmlElementPipe, name: "asHtmlElement" });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AsHtmlElementPipe, decorators: [{
9
+ AsHtmlElementPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AsHtmlElementPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe });
10
+ AsHtmlElementPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: AsHtmlElementPipe, name: "asHtmlElement" });
11
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AsHtmlElementPipe, decorators: [{
12
12
  type: Pipe,
13
13
  args: [{ name: 'asHtmlElement' }]
14
14
  }] });
@@ -12,9 +12,9 @@ export class AsNgClassRequiredPipe extends AsRequiredTypePipe {
12
12
  return super.transform(value, '', valueHash);
13
13
  }
14
14
  }
15
- AsNgClassRequiredPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AsNgClassRequiredPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe });
16
- AsNgClassRequiredPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AsNgClassRequiredPipe, name: "asNgClassRequired" });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AsNgClassRequiredPipe, decorators: [{
15
+ AsNgClassRequiredPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AsNgClassRequiredPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe });
16
+ AsNgClassRequiredPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: AsNgClassRequiredPipe, name: "asNgClassRequired" });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AsNgClassRequiredPipe, decorators: [{
18
18
  type: Pipe,
19
19
  args: [{ name: 'asNgClassRequired' }]
20
20
  }] });
@@ -14,9 +14,9 @@ export class AsRequiredTypePipe {
14
14
  return value !== null && value !== void 0 ? value : defaultValue;
15
15
  }
16
16
  }
17
- AsRequiredTypePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AsRequiredTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
18
- AsRequiredTypePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AsRequiredTypePipe, name: "asRequired" });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: AsRequiredTypePipe, decorators: [{
17
+ AsRequiredTypePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AsRequiredTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
18
+ AsRequiredTypePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: AsRequiredTypePipe, name: "asRequired" });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: AsRequiredTypePipe, decorators: [{
20
20
  type: Pipe,
21
21
  args: [{ name: 'asRequired' }]
22
22
  }] });
@@ -41,9 +41,9 @@ export class CastTypePipe {
41
41
  return this._isInstanceOfPredicate(value);
42
42
  }
43
43
  }
44
- CastTypePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CastTypePipe, deps: [{ token: LOGGER, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
45
- CastTypePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CastTypePipe, name: "castType" });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CastTypePipe, decorators: [{
44
+ CastTypePipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CastTypePipe, deps: [{ token: LOGGER, optional: true }], target: i0.ɵɵFactoryTarget.Pipe });
45
+ CastTypePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: CastTypePipe, name: "castType" });
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CastTypePipe, decorators: [{
47
47
  type: Pipe,
48
48
  args: [{ name: 'castType' }]
49
49
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -59,9 +59,9 @@ export class ClickOutsideDirective {
59
59
  this._document.removeEventListener('mouseup', this._handleClickOutside);
60
60
  }
61
61
  }
62
- ClickOutsideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
63
- ClickOutsideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: ClickOutsideDirective, selector: "[clickOutside]", inputs: { clickOutsideCondition: ["clickOutside", "clickOutsideCondition"], clickOutsideElement: "clickOutsideElement" }, outputs: { clickOutsideConditionChange: "clickOutsideChange" }, ngImport: i0 });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ClickOutsideDirective, decorators: [{
62
+ ClickOutsideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
63
+ ClickOutsideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.0", type: ClickOutsideDirective, selector: "[clickOutside]", inputs: { clickOutsideCondition: ["clickOutside", "clickOutsideCondition"], clickOutsideElement: "clickOutsideElement" }, outputs: { clickOutsideConditionChange: "clickOutsideChange" }, ngImport: i0 });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickOutsideDirective, decorators: [{
65
65
  type: Directive,
66
66
  args: [{
67
67
  selector: '[clickOutside]'
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export class ClickOutsideModule {
8
8
  }
9
- ClickOutsideModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ClickOutsideModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- ClickOutsideModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ClickOutsideModule, declarations: [ClickOutsideDirective], exports: [ClickOutsideDirective] });
11
- ClickOutsideModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ClickOutsideModule, imports: [[]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ClickOutsideModule, decorators: [{
9
+ ClickOutsideModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickOutsideModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ ClickOutsideModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: ClickOutsideModule, declarations: [ClickOutsideDirective], exports: [ClickOutsideDirective] });
11
+ ClickOutsideModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickOutsideModule });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: ClickOutsideModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [],
@@ -1 +1 @@
1
- {"version":3,"file":"clickOutside.module.js","sourceRoot":"","sources":["../../../../../src/modules/clickOutside/modules/clickOutside.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAC,qBAAqB,EAAC,MAAM,mDAAmD,CAAC;;AAExF;;GAEG;AAeH,MAAM,OAAO,kBAAkB;;+GAAlB,kBAAkB;gHAAlB,kBAAkB,iBAPvB,qBAAqB,aAIrB,qBAAqB;gHAGhB,kBAAkB,YAX3B,EACC;2FAUQ,kBAAkB;kBAd9B,QAAQ;mBACT;oBACI,OAAO,EACP,EACC;oBACD,YAAY,EACZ;wBACI,qBAAqB;qBACxB;oBACD,OAAO,EACP;wBACI,qBAAqB;qBACxB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\n\nimport {ClickOutsideDirective} from '../directives/clickOutside/clickOutside.directive';\n\n/**\n * Module for ClickOutside directive\n */\n@NgModule(\n{\n imports:\n [\n ],\n declarations:\n [\n ClickOutsideDirective\n ],\n exports:\n [\n ClickOutsideDirective\n ]\n})\nexport class ClickOutsideModule\n{\n}\n"]}
1
+ {"version":3,"file":"clickOutside.module.js","sourceRoot":"","sources":["../../../../../src/modules/clickOutside/modules/clickOutside.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AAEvC,OAAO,EAAC,qBAAqB,EAAC,MAAM,mDAAmD,CAAC;;AAExF;;GAEG;AAeH,MAAM,OAAO,kBAAkB;;+GAAlB,kBAAkB;gHAAlB,kBAAkB,iBAPvB,qBAAqB,aAIrB,qBAAqB;gHAGhB,kBAAkB;2FAAlB,kBAAkB;kBAd9B,QAAQ;mBACT;oBACI,OAAO,EACP,EACC;oBACD,YAAY,EACZ;wBACI,qBAAqB;qBACxB;oBACD,OAAO,EACP;wBACI,qBAAqB;qBACxB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\n\nimport {ClickOutsideDirective} from '../directives/clickOutside/clickOutside.directive';\n\n/**\n * Module for ClickOutside directive\n */\n@NgModule(\n{\n imports:\n [\n ],\n declarations:\n [\n ClickOutsideDirective\n ],\n exports:\n [\n ClickOutsideDirective\n ]\n})\nexport class ClickOutsideModule\n{\n}\n"]}
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export class CommonDynamicModule {
8
8
  }
9
- CommonDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- CommonDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonDynamicModule, declarations: [NgComponentOutletEx], exports: [NgComponentOutletEx] });
11
- CommonDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonDynamicModule });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonDynamicModule, decorators: [{
9
+ CommonDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CommonDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ CommonDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: CommonDynamicModule, declarations: [NgComponentOutletEx], exports: [NgComponentOutletEx] });
11
+ CommonDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CommonDynamicModule });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CommonDynamicModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export class CommonLocalizeModule {
8
8
  }
9
- CommonLocalizeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonLocalizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- CommonLocalizeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonLocalizeModule, declarations: [LocalizePipe], exports: [LocalizePipe] });
11
- CommonLocalizeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonLocalizeModule });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonLocalizeModule, decorators: [{
9
+ CommonLocalizeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CommonLocalizeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ CommonLocalizeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: CommonLocalizeModule, declarations: [LocalizePipe], exports: [LocalizePipe] });
11
+ CommonLocalizeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CommonLocalizeModule });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CommonLocalizeModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [
@@ -6,8 +6,8 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export class CommonUtilsModule {
8
8
  }
9
- CommonUtilsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonUtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- CommonUtilsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonUtilsModule, declarations: [IsNaNPipe,
9
+ CommonUtilsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CommonUtilsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ CommonUtilsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: CommonUtilsModule, declarations: [IsNaNPipe,
11
11
  IsPresentPipe,
12
12
  UrlEncodePipe,
13
13
  MergeCssClassesPipe,
@@ -16,8 +16,8 @@ CommonUtilsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versi
16
16
  UrlEncodePipe,
17
17
  MergeCssClassesPipe,
18
18
  KeysPipe] });
19
- CommonUtilsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonUtilsModule });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: CommonUtilsModule, decorators: [{
19
+ CommonUtilsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CommonUtilsModule });
20
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: CommonUtilsModule, decorators: [{
21
21
  type: NgModule,
22
22
  args: [{
23
23
  declarations: [
@@ -59,9 +59,9 @@ export class DebugDataComponent {
59
59
  }
60
60
  }
61
61
  }
62
- DebugDataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataComponent, deps: [{ token: i1.DebugDataEnabledService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
63
- DebugDataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: DebugDataComponent, selector: "debug-data", ngImport: i0, template: "<ng-template [ngIf]=\"enabled\">\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host\r\n{\r\n font-weight: normal;\r\n font-style: italic;\r\n text-shadow: 0 0 1px;\r\n display: none;\r\n}\r\n\r\n:host(.clickable)\r\n{\r\n cursor: pointer;\r\n}\r\n\r\n:host(.enabled)\r\n{\r\n display: block;\r\n}"], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataComponent, decorators: [{
62
+ DebugDataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataComponent, deps: [{ token: i1.DebugDataEnabledService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
63
+ DebugDataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.0", type: DebugDataComponent, selector: "debug-data", ngImport: i0, template: "<ng-template [ngIf]=\"enabled\">\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host\r\n{\r\n font-weight: normal;\r\n font-style: italic;\r\n text-shadow: 0 0 1px;\r\n display: none;\r\n}\r\n\r\n:host(.clickable)\r\n{\r\n cursor: pointer;\r\n}\r\n\r\n:host(.enabled)\r\n{\r\n display: block;\r\n}"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataComponent, decorators: [{
65
65
  type: Component,
66
66
  args: [{ selector: 'debug-data', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template [ngIf]=\"enabled\">\r\n <ng-content></ng-content>\r\n</ng-template>", styles: [":host\r\n{\r\n font-weight: normal;\r\n font-style: italic;\r\n text-shadow: 0 0 1px;\r\n display: none;\r\n}\r\n\r\n:host(.clickable)\r\n{\r\n cursor: pointer;\r\n}\r\n\r\n:host(.enabled)\r\n{\r\n display: block;\r\n}"] }]
67
67
  }], ctorParameters: function () { return [{ type: i1.DebugDataEnabledService }, { type: i0.ChangeDetectorRef }, { type: i0.ElementRef }]; } });
@@ -7,12 +7,10 @@ import * as i0 from "@angular/core";
7
7
  */
8
8
  export class DebugDataModule {
9
9
  }
10
- DebugDataModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DebugDataModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataModule, declarations: [DebugDataComponent], imports: [CommonModule], exports: [DebugDataComponent] });
12
- DebugDataModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataModule, imports: [[
13
- CommonModule
14
- ]] });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: DebugDataModule, decorators: [{
10
+ DebugDataModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
+ DebugDataModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.0", ngImport: i0, type: DebugDataModule, declarations: [DebugDataComponent], imports: [CommonModule], exports: [DebugDataComponent] });
12
+ DebugDataModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataModule, imports: [CommonModule] });
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.0", ngImport: i0, type: DebugDataModule, decorators: [{
16
14
  type: NgModule,
17
15
  args: [{
18
16
  imports: [
@@ -1 +1 @@
1
- {"version":3,"file":"debugData.module.js","sourceRoot":"","sources":["../../../../../src/modules/debugData/modules/debugData.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAE7C,OAAO,EAAC,kBAAkB,EAAC,MAAM,6CAA6C,CAAC;;AAE/E;;GAEG;AAgBH,MAAM,OAAO,eAAe;;4GAAf,eAAe;6GAAf,eAAe,iBAPpB,kBAAkB,aAJlB,YAAY,aAQZ,kBAAkB;6GAGb,eAAe,YAZxB;YACI,YAAY;SACf;2FAUQ,eAAe;kBAf3B,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,YAAY;qBACf;oBACD,YAAY,EACZ;wBACI,kBAAkB;qBACrB;oBACD,OAAO,EACP;wBACI,kBAAkB;qBACrB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\n\nimport {DebugDataComponent} from '../components/debugData/debugData.component';\n\n/**\n * Module that contains debug data component\n */\n@NgModule(\n{\n imports:\n [\n CommonModule\n ],\n declarations:\n [\n DebugDataComponent\n ],\n exports:\n [\n DebugDataComponent\n ]\n})\nexport class DebugDataModule\n{\n}"]}
1
+ {"version":3,"file":"debugData.module.js","sourceRoot":"","sources":["../../../../../src/modules/debugData/modules/debugData.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAC;AAE7C,OAAO,EAAC,kBAAkB,EAAC,MAAM,6CAA6C,CAAC;;AAE/E;;GAEG;AAgBH,MAAM,OAAO,eAAe;;4GAAf,eAAe;6GAAf,eAAe,iBAPpB,kBAAkB,aAJlB,YAAY,aAQZ,kBAAkB;6GAGb,eAAe,YAXpB,YAAY;2FAWP,eAAe;kBAf3B,QAAQ;mBACT;oBACI,OAAO,EACP;wBACI,YAAY;qBACf;oBACD,YAAY,EACZ;wBACI,kBAAkB;qBACrB;oBACD,OAAO,EACP;wBACI,kBAAkB;qBACrB;iBACJ","sourcesContent":["import {NgModule} from '@angular/core';\nimport {CommonModule} from '@angular/common';\n\nimport {DebugDataComponent} from '../components/debugData/debugData.component';\n\n/**\n * Module that contains debug data component\n */\n@NgModule(\n{\n imports:\n [\n CommonModule\n ],\n declarations:\n [\n DebugDataComponent\n ],\n exports:\n [\n DebugDataComponent\n ]\n})\nexport class DebugDataModule\n{\n}"]}