@anglr/common 11.3.0-beta.20220302063757 → 11.3.0-beta.20220412054621

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 (228) hide show
  1. package/changelog.md +9 -1
  2. package/es2015/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
  3. package/es2015/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
  4. package/es2015/forms/src/directives/hasError/hasError.directive.js +3 -3
  5. package/es2015/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
  6. package/es2015/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
  7. package/es2015/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
  8. package/es2015/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  9. package/es2015/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
  10. package/es2015/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
  11. package/es2015/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
  12. package/es2015/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
  13. package/es2015/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
  14. package/es2015/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
  15. package/es2015/forms/src/modules/hasError.module.js +4 -4
  16. package/es2015/forms/src/modules/numberInput.module.js +4 -4
  17. package/es2015/forms/src/modules/requiredClass.module.js +4 -4
  18. package/es2015/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
  19. package/es2015/forms/src/services/submitted/submitted.service.js +3 -3
  20. package/es2015/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
  21. package/es2015/hotkeys/src/services/appHotkeys.service.js +3 -3
  22. package/es2015/material/src/components/confirmationDialog/confirmationDialog.component.js +4 -4
  23. package/es2015/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
  24. package/es2015/material/src/components/movableTitledDialog/movableTitledDialog.component.js +18 -0
  25. package/es2015/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -0
  26. package/es2015/material/src/components/titledDialog/titledDialog.component.js +7 -4
  27. package/es2015/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  28. package/es2015/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
  29. package/es2015/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
  30. package/es2015/material/src/index.js +5 -2
  31. package/es2015/material/src/index.js.map +1 -1
  32. package/es2015/material/src/misc/interfaces/titledDialog.interface.js +1 -5
  33. package/es2015/material/src/misc/interfaces/titledDialog.interface.js.map +1 -1
  34. package/es2015/material/src/misc/tokens.js +4 -0
  35. package/es2015/material/src/misc/tokens.js.map +1 -1
  36. package/es2015/material/src/modules/confirmationDialog.module.js +4 -4
  37. package/es2015/material/src/modules/debugDataCopyClick.module.js +4 -4
  38. package/es2015/material/src/modules/movableTitledDialog.module.js +37 -0
  39. package/es2015/material/src/modules/movableTitledDialog.module.js.map +1 -0
  40. package/es2015/material/src/modules/titledDialog.module.js +4 -4
  41. package/es2015/material/src/services/titledDialog/titledDialog.service.js +15 -8
  42. package/es2015/material/src/services/titledDialog/titledDialog.service.js.map +1 -1
  43. package/es2015/material/src/services/titledDialog/titledDialogService.options.js +19 -0
  44. package/es2015/material/src/services/titledDialog/titledDialogService.options.js.map +1 -0
  45. package/es2015/moment/src/modules/moment.module.js +4 -4
  46. package/es2015/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
  47. package/es2015/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
  48. package/es2015/numeral/src/modules/numeral.module.js +4 -4
  49. package/es2015/numeral/src/pipes/numeral.pipe.js +3 -3
  50. package/es2015/positions/src/modules/positions/directives/positionTo/positionTo.directive.js +3 -3
  51. package/es2015/positions/src/modules/positions/modules/positions.module.js +4 -4
  52. package/es2015/positions/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  53. package/es2015/positions/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
  54. package/es2015/positions/src/modules/tooltip/modules/tooltip.module.js +4 -4
  55. package/es2015/router/src/services/routing/dataRouter.js +3 -3
  56. package/es2015/router/src/services/routing/dataRouterData.js +3 -3
  57. package/es2015/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
  58. package/es2015/src/modules/castPipes/modules/castPipes.module.js +4 -4
  59. package/es2015/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  60. package/es2015/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  61. package/es2015/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  62. package/es2015/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  63. package/es2015/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
  64. package/es2015/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
  65. package/es2015/src/modules/commonDynamic.module.js +4 -4
  66. package/es2015/src/modules/commonLocalize.module.js +4 -4
  67. package/es2015/src/modules/commonUtils.module.js +4 -4
  68. package/es2015/src/modules/debugData/components/debugData/debugData.component.js +3 -3
  69. package/es2015/src/modules/debugData/modules/debugData.module.js +4 -4
  70. package/es2015/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
  71. package/es2015/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
  72. package/es2015/src/modules/goBack/modules/goBack.module.js +4 -4
  73. package/es2015/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
  74. package/es2015/src/modules/multiButton/modules/multiButton.module.js +4 -4
  75. package/es2015/src/modules/position/directives/positionTo/positionTo.directive.js +3 -3
  76. package/es2015/src/modules/position/modules/position.module.js +4 -4
  77. package/es2015/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
  78. package/es2015/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
  79. package/es2015/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -3
  80. package/es2015/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
  81. package/es2015/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  82. package/es2015/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  83. package/es2015/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
  84. package/es2015/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
  85. package/es2015/src/modules/tooltip/modules/tooltip.module.js +4 -4
  86. package/es2015/src/pipes/isNaN/isNaN.pipe.js +3 -3
  87. package/es2015/src/pipes/isPresent/isPresent.pipe.js +3 -3
  88. package/es2015/src/pipes/localize/localize.pipe.js +3 -3
  89. package/es2015/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  90. package/es2015/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
  91. package/es2015/src/services/cookies/cookies.service.js +3 -3
  92. package/es2015/src/services/notifications/defaultNotifications.service.js +3 -3
  93. package/es2015/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  94. package/es2015/src/services/statusCode/statusCode.service.js +3 -3
  95. package/es2015/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  96. package/es2015/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  97. package/es2015/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  98. package/es2015/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  99. package/es2015/structured-log/src/components/console/console.component.js +3 -3
  100. package/es2015/structured-log/src/modules/consoleLog.module.js +4 -4
  101. package/es2015/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
  102. package/es2015/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
  103. package/es2015/structured-log/src/services/logger.service.js +3 -3
  104. package/es2015/structured-log/src/services/rest/restSink.service.js +3 -3
  105. package/es2015/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
  106. package/es2020/floating-ui/src/services/floatingUiDomPosition.service.js +3 -3
  107. package/es2020/forms/src/directives/groupHasError/groupHasError.directive.js +3 -3
  108. package/es2020/forms/src/directives/hasError/hasError.directive.js +3 -3
  109. package/es2020/forms/src/directives/numberInput/maxValueNumberValidator.directive.js +3 -3
  110. package/es2020/forms/src/directives/numberInput/minValueNumberValidator.directive.js +3 -3
  111. package/es2020/forms/src/directives/numberInput/numberInputControlValueAccessor.directive.js +3 -3
  112. package/es2020/forms/src/directives/numberInput/numberInputValidator.directive.js +3 -3
  113. package/es2020/forms/src/directives/requiredClass/requiredClass.directive.js +3 -3
  114. package/es2020/forms/src/modules/formPipes/modules/formPipes.module.js +4 -4
  115. package/es2020/forms/src/modules/formPipes/pipes/asFormArray/asFormArray.pipe.js +3 -3
  116. package/es2020/forms/src/modules/formPipes/pipes/asFormControl/asFormControl.pipe.js +3 -3
  117. package/es2020/forms/src/modules/formPipes/pipes/asFormGroup/asFormGroup.pipe.js +3 -3
  118. package/es2020/forms/src/modules/formPipes/pipes/getControl/getControl.pipe.js +3 -3
  119. package/es2020/forms/src/modules/hasError.module.js +4 -4
  120. package/es2020/forms/src/modules/numberInput.module.js +4 -4
  121. package/es2020/forms/src/modules/requiredClass.module.js +4 -4
  122. package/es2020/forms/src/services/errorMessagesExtractor/errorMessagesExtractor.service.js +3 -3
  123. package/es2020/forms/src/services/submitted/submitted.service.js +3 -3
  124. package/es2020/forms/src/services/validationErrorRenderer/validationErrorRenderer.service.js +3 -3
  125. package/es2020/hotkeys/src/services/appHotkeys.service.js +3 -3
  126. package/es2020/material/src/components/confirmationDialog/confirmationDialog.component.js +4 -4
  127. package/es2020/material/src/components/confirmationDialog/confirmationDialog.component.js.map +1 -1
  128. package/es2020/material/src/components/movableTitledDialog/movableTitledDialog.component.js +18 -0
  129. package/es2020/material/src/components/movableTitledDialog/movableTitledDialog.component.js.map +1 -0
  130. package/es2020/material/src/components/titledDialog/titledDialog.component.js +7 -4
  131. package/es2020/material/src/components/titledDialog/titledDialog.component.js.map +1 -1
  132. package/es2020/material/src/directives/confirmationDialog/confirmationDialog.directive.js +3 -3
  133. package/es2020/material/src/directives/debugDataCopyClick/debugDataCopyClick.directive.js +3 -3
  134. package/es2020/material/src/index.js +5 -2
  135. package/es2020/material/src/index.js.map +1 -1
  136. package/es2020/material/src/misc/interfaces/titledDialog.interface.js +1 -5
  137. package/es2020/material/src/misc/interfaces/titledDialog.interface.js.map +1 -1
  138. package/es2020/material/src/misc/tokens.js +4 -0
  139. package/es2020/material/src/misc/tokens.js.map +1 -1
  140. package/es2020/material/src/modules/confirmationDialog.module.js +4 -4
  141. package/es2020/material/src/modules/debugDataCopyClick.module.js +4 -4
  142. package/es2020/material/src/modules/movableTitledDialog.module.js +37 -0
  143. package/es2020/material/src/modules/movableTitledDialog.module.js.map +1 -0
  144. package/es2020/material/src/modules/titledDialog.module.js +4 -4
  145. package/es2020/material/src/services/titledDialog/titledDialog.service.js +15 -8
  146. package/es2020/material/src/services/titledDialog/titledDialog.service.js.map +1 -1
  147. package/es2020/material/src/services/titledDialog/titledDialogService.options.js +19 -0
  148. package/es2020/material/src/services/titledDialog/titledDialogService.options.js.map +1 -0
  149. package/es2020/moment/src/modules/moment.module.js +4 -4
  150. package/es2020/moment/src/pipes/momentConvert/momentConvert.pipe.js +3 -3
  151. package/es2020/moment/src/pipes/momentFormat/momentFormat.pipe.js +3 -3
  152. package/es2020/numeral/src/modules/numeral.module.js +4 -4
  153. package/es2020/numeral/src/pipes/numeral.pipe.js +3 -3
  154. package/es2020/positions/src/modules/positions/directives/positionTo/positionTo.directive.js +3 -3
  155. package/es2020/positions/src/modules/positions/modules/positions.module.js +4 -4
  156. package/es2020/positions/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  157. package/es2020/positions/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
  158. package/es2020/positions/src/modules/tooltip/modules/tooltip.module.js +4 -4
  159. package/es2020/router/src/services/routing/dataRouter.js +3 -3
  160. package/es2020/router/src/services/routing/dataRouterData.js +3 -3
  161. package/es2020/src/directives/ngComponentOutletEx/ngComponentOutletEx.directive.js +3 -3
  162. package/es2020/src/modules/castPipes/modules/castPipes.module.js +4 -4
  163. package/es2020/src/modules/castPipes/pipes/asHtmlElement/asHtmlElement.pipe.js +3 -3
  164. package/es2020/src/modules/castPipes/pipes/asNgClassRequired/asNgClassRequired.pipe.js +3 -3
  165. package/es2020/src/modules/castPipes/pipes/asRequired/asRequired.pipe.js +3 -3
  166. package/es2020/src/modules/castPipes/pipes/castType/castType.pipe.js +3 -3
  167. package/es2020/src/modules/clickOutside/directives/clickOutside/clickOutside.directive.js +3 -3
  168. package/es2020/src/modules/clickOutside/modules/clickOutside.module.js +4 -4
  169. package/es2020/src/modules/commonDynamic.module.js +4 -4
  170. package/es2020/src/modules/commonLocalize.module.js +4 -4
  171. package/es2020/src/modules/commonUtils.module.js +4 -4
  172. package/es2020/src/modules/debugData/components/debugData/debugData.component.js +3 -3
  173. package/es2020/src/modules/debugData/modules/debugData.module.js +4 -4
  174. package/es2020/src/modules/debugData/services/debugDataEnabled/debugDataEnabled.service.js +3 -3
  175. package/es2020/src/modules/goBack/directives/goBack/goBack.directive.js +3 -3
  176. package/es2020/src/modules/goBack/modules/goBack.module.js +4 -4
  177. package/es2020/src/modules/multiButton/components/multiButton/multiButton.component.js +3 -3
  178. package/es2020/src/modules/multiButton/modules/multiButton.module.js +4 -4
  179. package/es2020/src/modules/position/directives/positionTo/positionTo.directive.js +3 -3
  180. package/es2020/src/modules/position/modules/position.module.js +4 -4
  181. package/es2020/src/modules/progressIndicator/components/progressIndicator/progressIndicator.component.js +3 -3
  182. package/es2020/src/modules/progressIndicator/directives/progressOverlay/progressOverlay.directive.js +3 -3
  183. package/es2020/src/modules/progressIndicator/interceptors/progressInterceptor.js +3 -3
  184. package/es2020/src/modules/progressIndicator/modules/progressIndicator.module.js +4 -4
  185. package/es2020/src/modules/progressIndicator/services/progressIndicator.service.js +3 -3
  186. package/es2020/src/modules/tooltip/components/tooltip/tooltip.component.js +3 -3
  187. package/es2020/src/modules/tooltip/directives/tooltip/tooltip.directive.js +3 -3
  188. package/es2020/src/modules/tooltip/directives/tooltipTemplate/tooltipTemplate.directive.js +3 -3
  189. package/es2020/src/modules/tooltip/modules/tooltip.module.js +4 -4
  190. package/es2020/src/pipes/isNaN/isNaN.pipe.js +3 -3
  191. package/es2020/src/pipes/isPresent/isPresent.pipe.js +3 -3
  192. package/es2020/src/pipes/localize/localize.pipe.js +3 -3
  193. package/es2020/src/pipes/mergeCssClasses/mergeCssClasses.pipe.js +3 -3
  194. package/es2020/src/pipes/urlEncode/urlEncode.pipe.js +3 -3
  195. package/es2020/src/services/cookies/cookies.service.js +3 -3
  196. package/es2020/src/services/notifications/defaultNotifications.service.js +3 -3
  197. package/es2020/src/services/permanentStorage/cookiePermanentStorage.service.js +3 -3
  198. package/es2020/src/services/statusCode/statusCode.service.js +3 -3
  199. package/es2020/src/services/stringLocalization/noStringLocalization.service.js +3 -3
  200. package/es2020/src/services/temporaryStorage/memoryTemporaryStorage.service.js +3 -3
  201. package/es2020/store/src/services/permanentStorage/localPermanentStorage.service.js +3 -3
  202. package/es2020/store/src/services/temporaryStorage/sessionTemporaryStorage.service.js +3 -3
  203. package/es2020/structured-log/src/components/console/console.component.js +3 -3
  204. package/es2020/structured-log/src/modules/consoleLog.module.js +4 -4
  205. package/es2020/structured-log/src/services/console/consoleComponentSink.service.js +3 -3
  206. package/es2020/structured-log/src/services/console/consoleSinkConfig.service.js +3 -3
  207. package/es2020/structured-log/src/services/logger.service.js +3 -3
  208. package/es2020/structured-log/src/services/rest/restSink.service.js +3 -3
  209. package/es2020/structured-log/src/services/rest/restSinkConfig.service.js +3 -3
  210. package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts +10 -0
  211. package/material/src/components/movableTitledDialog/movableTitledDialog.component.d.ts.map +1 -0
  212. package/material/src/components/movableTitledDialog/movableTitledDialog.component.html +14 -0
  213. package/material/src/components/titledDialog/titledDialog.component.d.ts +3 -0
  214. package/material/src/components/titledDialog/titledDialog.component.d.ts.map +1 -1
  215. package/material/src/index.d.ts +6 -2
  216. package/material/src/index.d.ts.map +1 -1
  217. package/material/src/misc/interfaces/titledDialog.interface.d.ts +1 -5
  218. package/material/src/misc/interfaces/titledDialog.interface.d.ts.map +1 -1
  219. package/material/src/misc/tokens.d.ts +4 -0
  220. package/material/src/misc/tokens.d.ts.map +1 -1
  221. package/material/src/modules/movableTitledDialog.module.d.ts +14 -0
  222. package/material/src/modules/movableTitledDialog.module.d.ts.map +1 -0
  223. package/material/src/services/titledDialog/titledDialog.service.d.ts +5 -3
  224. package/material/src/services/titledDialog/titledDialog.service.d.ts.map +1 -1
  225. package/material/src/services/titledDialog/titledDialogService.options.d.ts +12 -0
  226. package/material/src/services/titledDialog/titledDialogService.options.d.ts.map +1 -0
  227. package/package.json +1 -1
  228. package/version.bak +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"titledDialog.interface.js","sourceRoot":"","sources":["../../../../../material/src/misc/interfaces/titledDialog.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAC,MAAM,eAAe,CAAC;AAoC1D;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAwB,IAAI,cAAc,CAAM,oBAAoB,CAAC,CAAC","sourcesContent":["import {TemplateRef, InjectionToken} from '@angular/core';\nimport {MatDialogConfig} from '@angular/material/dialog';\nimport {ComponentType} from '@angular/cdk/portal';\n\n/**\n * Configuration for opening a titled modal dialog with the MatDialog service.\n */\nexport interface TitledDialogConfig<TData> extends MatDialogConfig<TData>\n{\n /**\n * Title that is displayed in title of dialog\n */\n title?: string;\n}\n\n/**\n * Titled dialog options passed to titled dialog component\n */\nexport interface ɵTitledDialogOptions\n{\n /**\n * Title that is displayed in title of dialog\n */\n title?: string;\n\n /**\n * Data passed to rendered component\n */\n data?: any;\n\n /**\n * Component or template to be rendered\n */\n componentOrTemplateRef?: ComponentType<any> | TemplateRef<any>;\n}\n\n/** \n * Injection token that can be used to access the data that was passed in to a titled dialog. \n */\nexport const TITLED_DIALOG_DATA: InjectionToken<any> = new InjectionToken<any>('TITLED_DIALOG_DATA');\n"]}
1
+ {"version":3,"file":"titledDialog.interface.js","sourceRoot":"","sources":["../../../../../material/src/misc/interfaces/titledDialog.interface.ts"],"names":[],"mappings":"","sourcesContent":["import {TemplateRef} from '@angular/core';\nimport {MatDialogConfig} from '@angular/material/dialog';\nimport {ComponentType} from '@angular/cdk/portal';\n\n/**\n * Configuration for opening a titled modal dialog with the MatDialog service.\n */\nexport interface TitledDialogConfig<TData> extends MatDialogConfig<TData>\n{\n /**\n * Title that is displayed in title of dialog\n */\n title?: string;\n}\n\n/**\n * Titled dialog options passed to titled dialog component\n */\nexport interface ɵTitledDialogOptions\n{\n /**\n * Title that is displayed in title of dialog\n */\n title?: string;\n\n /**\n * Data passed to rendered component\n */\n data?: any;\n\n /**\n * Component or template to be rendered\n */\n componentOrTemplateRef?: ComponentType<any> | TemplateRef<any>;\n}\n"]}
@@ -3,4 +3,8 @@ import { InjectionToken } from '@angular/core';
3
3
  * Injection token used for setting global default options for confirmation dialog
4
4
  */
5
5
  export const CONFIRMATION_DIALOG_OPTIONS = new InjectionToken('CONFIRMATION_DIALOG_OPTIONS');
6
+ /**
7
+ * Injection token that can be used to access the data that was passed in to a titled dialog.
8
+ */
9
+ export const TITLED_DIALOG_DATA = new InjectionToken('TITLED_DIALOG_DATA');
6
10
  //# sourceMappingURL=tokens.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../../material/src/misc/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAI7C;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAA8C,IAAI,cAAc,CAA4B,6BAA6B,CAAC,CAAC","sourcesContent":["import {InjectionToken} from '@angular/core';\n\nimport {ConfirmationDialogOptions} from './interfaces/confirmationDialog.interface';\n\n/**\n * Injection token used for setting global default options for confirmation dialog\n */\nexport const CONFIRMATION_DIALOG_OPTIONS: InjectionToken<ConfirmationDialogOptions> = new InjectionToken<ConfirmationDialogOptions>('CONFIRMATION_DIALOG_OPTIONS');\n"]}
1
+ {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../../material/src/misc/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,cAAc,EAAC,MAAM,eAAe,CAAC;AAI7C;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAA8C,IAAI,cAAc,CAA4B,6BAA6B,CAAC,CAAC;AAEnK;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAwB,IAAI,cAAc,CAAM,oBAAoB,CAAC,CAAC","sourcesContent":["import {InjectionToken} from '@angular/core';\n\nimport {ConfirmationDialogOptions} from './interfaces/confirmationDialog.interface';\n\n/**\n * Injection token used for setting global default options for confirmation dialog\n */\nexport const CONFIRMATION_DIALOG_OPTIONS: InjectionToken<ConfirmationDialogOptions> = new InjectionToken<ConfirmationDialogOptions>('CONFIRMATION_DIALOG_OPTIONS');\n\n/** \n * Injection token that can be used to access the data that was passed in to a titled dialog. \n */\nexport const TITLED_DIALOG_DATA: InjectionToken<any> = new InjectionToken<any>('TITLED_DIALOG_DATA');\n"]}
@@ -10,17 +10,17 @@ 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.2.2", ngImport: i0, type: ConfirmationDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- ConfirmationDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConfirmationDialogModule, declarations: [ConfirmationDialogComponent,
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,
15
15
  ConfirmationDialogDirective], imports: [CommonModule,
16
16
  CommonLocalizeModule,
17
17
  TitledDialogModule], exports: [ConfirmationDialogDirective] });
18
- ConfirmationDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConfirmationDialogModule, imports: [[
18
+ ConfirmationDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConfirmationDialogModule, imports: [[
19
19
  CommonModule,
20
20
  CommonLocalizeModule,
21
21
  TitledDialogModule
22
22
  ]] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConfirmationDialogModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ConfirmationDialogModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  imports: [
@@ -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.2.2", ngImport: i0, type: DebugDataCopyClickModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- DebugDataCopyClickModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: DebugDataCopyClickModule, declarations: [DebugDataCopyClickDirective], exports: [DebugDataCopyClickDirective,
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,
12
12
  DebugDataModule] });
13
- DebugDataCopyClickModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: DebugDataCopyClickModule, imports: [[], DebugDataModule] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: DebugDataCopyClickModule, decorators: [{
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: [{
15
15
  type: NgModule,
16
16
  args: [{
17
17
  imports: [],
@@ -0,0 +1,37 @@
1
+ import { NgModule } from '@angular/core';
2
+ import { MatDialogModule } from '@angular/material/dialog';
3
+ import { DragDropModule } from '@angular/cdk/drag-drop';
4
+ import { CommonDynamicModule, CommonLocalizeModule } from '@anglr/common';
5
+ import { MovableTitledDialogComponent } from '../components/movableTitledDialog/movableTitledDialog.component';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * Module for components for displaying movable titled dialog
9
+ */
10
+ export class MovableTitledDialogModule {
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,
14
+ CommonLocalizeModule,
15
+ MatDialogModule,
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: [{
24
+ type: NgModule,
25
+ args: [{
26
+ imports: [
27
+ CommonDynamicModule,
28
+ CommonLocalizeModule,
29
+ MatDialogModule,
30
+ DragDropModule,
31
+ ],
32
+ declarations: [
33
+ MovableTitledDialogComponent
34
+ ],
35
+ }]
36
+ }] });
37
+ //# sourceMappingURL=movableTitledDialog.module.js.map
@@ -0,0 +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"]}
@@ -9,18 +9,18 @@ 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.2.2", ngImport: i0, type: TitledDialogModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
13
- TitledDialogModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TitledDialogModule, declarations: [TitledDialogComponent], imports: [CommonDynamicModule,
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,
14
14
  CommonLocalizeModule,
15
15
  MatDialogModule] });
16
- TitledDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TitledDialogModule, providers: [
16
+ TitledDialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogModule, providers: [
17
17
  TitledDialogService
18
18
  ], imports: [[
19
19
  CommonDynamicModule,
20
20
  CommonLocalizeModule,
21
21
  MatDialogModule,
22
22
  ]] });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TitledDialogModule, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TitledDialogModule, decorators: [{
24
24
  type: NgModule,
25
25
  args: [{
26
26
  imports: [
@@ -1,15 +1,20 @@
1
- import { Injectable } from '@angular/core';
1
+ import { Injectable, Optional } from '@angular/core';
2
2
  import { MatDialog } from '@angular/material/dialog';
3
- import { TitledDialogComponent } from '../../components/titledDialog/titledDialog.component';
3
+ import { TitledDialogServiceOptions } from './titledDialogService.options';
4
4
  import * as i0 from "@angular/core";
5
5
  import * as i1 from "@angular/material/dialog";
6
+ import * as i2 from "./titledDialogService.options";
6
7
  /**
7
8
  * Titled dialog service used for displaying components in dialog
8
9
  */
9
10
  export class TitledDialogService {
10
11
  //######################### constructor #########################
11
- constructor(_dialog) {
12
+ constructor(_dialog, _options) {
12
13
  this._dialog = _dialog;
14
+ this._options = _options;
15
+ if (!this._options || !(this._options instanceof TitledDialogServiceOptions)) {
16
+ this._options = new TitledDialogServiceOptions();
17
+ }
13
18
  }
14
19
  //######################### public methods #########################
15
20
  /**
@@ -28,12 +33,14 @@ export class TitledDialogService {
28
33
  data: config.data,
29
34
  title: config.title
30
35
  };
31
- return this._dialog.open(TitledDialogComponent, config);
36
+ return this._dialog.open(this._options.titledDialogComponent, config);
32
37
  }
33
38
  }
34
- TitledDialogService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TitledDialogService, deps: [{ token: i1.MatDialog }], target: i0.ɵɵFactoryTarget.Injectable });
35
- TitledDialogService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TitledDialogService });
36
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TitledDialogService, decorators: [{
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: [{
37
42
  type: Injectable
38
- }], ctorParameters: function () { return [{ type: i1.MatDialog }]; } });
43
+ }], ctorParameters: function () { return [{ type: i1.MatDialog }, { type: i2.TitledDialogServiceOptions, decorators: [{
44
+ type: Optional
45
+ }] }]; } });
39
46
  //# sourceMappingURL=titledDialog.service.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"titledDialog.service.js","sourceRoot":"","sources":["../../../../../material/src/services/titledDialog/titledDialog.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAc,MAAM,eAAe,CAAC;AACtD,OAAO,EAAC,SAAS,EAAe,MAAM,0BAA0B,CAAC;AAIjE,OAAO,EAAC,qBAAqB,EAAC,MAAM,sDAAsD,CAAC;;;AAE3F;;GAEG;AAEH,MAAM,OAAO,mBAAmB;IAE5B,iEAAiE;IACjE,YAAoB,OAAkB;QAAlB,YAAO,GAAP,OAAO,CAAW;IAEtC,CAAC;IAED,oEAAoE;IAEpE;;;;;OAKG;IACI,IAAI,CAAsB,sBAAyD,EAAE,MAA8B;QAEtH,IAAG,CAAC,MAAM,EACV;YACI,MAAM,GAAG,EAAE,CAAC;SACf;QAED,MAAM,CAAC,IAAI;YAEX;gBACI,sBAAsB,EAAE,sBAAsB;gBAC9C,IAAI,EAAE,MAAM,CAAC,IAAI;gBACjB,KAAK,EAAE,MAAM,CAAC,KAAK;aACf,CAAC;QAET,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,MAAM,CAAyB,CAAC;IACpF,CAAC;;gHA/BQ,mBAAmB;oHAAnB,mBAAmB;2FAAnB,mBAAmB;kBAD/B,UAAU","sourcesContent":["import {Injectable, TemplateRef} from '@angular/core';\nimport {MatDialog, MatDialogRef} from '@angular/material/dialog';\nimport {ComponentType} from '@angular/cdk/portal';\n\nimport {TitledDialogConfig, ɵTitledDialogOptions} from '../../misc/interfaces/titledDialog.interface';\nimport {TitledDialogComponent} from '../../components/titledDialog/titledDialog.component';\n\n/**\n * Titled dialog service used for displaying components in dialog\n */\n@Injectable()\nexport class TitledDialogService\n{\n //######################### constructor #########################\n constructor(private _dialog: MatDialog)\n {\n }\n\n //######################### public methods #########################\n\n /**\n * Opens a modal dialog containing the given component.\n * @param componentOrTemplateRef - Type of the component to load into the dialog, or a TemplateRef to instantiate as the dialog content.\n * @param config - Extra configuration options.\n * @returns Reference to the newly-opened dialog.\n */\n public open<T, D = any, R = any>(componentOrTemplateRef: ComponentType<T> | TemplateRef<T>, config?: TitledDialogConfig<D>): MatDialogRef<T, R>\n {\n if(!config)\n {\n config = {};\n }\n\n config.data =\n <ɵTitledDialogOptions>\n {\n componentOrTemplateRef: componentOrTemplateRef,\n data: config.data,\n title: config.title\n } as any;\n\n return this._dialog.open(TitledDialogComponent, config) as MatDialogRef<any, R>;\n }\n}"]}
1
+ {"version":3,"file":"titledDialog.service.js","sourceRoot":"","sources":["../../../../../material/src/services/titledDialog/titledDialog.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,QAAQ,EAAc,MAAM,eAAe,CAAC;AAChE,OAAO,EAAC,SAAS,EAAe,MAAM,0BAA0B,CAAC;AAIjE,OAAO,EAAC,0BAA0B,EAAC,MAAM,+BAA+B,CAAC;;;;AAEzE;;GAEG;AAEH,MAAM,OAAO,mBAAmB;IAE5B,iEAAiE;IACjE,YAAsB,OAAkB,EACN,QAAoC;QADhD,YAAO,GAAP,OAAO,CAAW;QACN,aAAQ,GAAR,QAAQ,CAA4B;QAElE,IAAG,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,CAAC,IAAI,CAAC,QAAQ,YAAY,0BAA0B,CAAC,EAC3E;YACI,IAAI,CAAC,QAAQ,GAAG,IAAI,0BAA0B,EAAE,CAAC;SACpD;IACL,CAAC;IAED,oEAAoE;IAEpE;;;;;OAKG;IACI,IAAI,CAAsB,sBAAyD,EAAE,MAA8B;QAEtH,IAAG,CAAC,MAAM,EACV;YACI,MAAM,GAAG,EAAE,CAAC;SACf;QAED,MAAM,CAAC,IAAI;YAEX;gBACI,sBAAsB,EAAE,sBAAsB;gBAC9C,IAAI,EAAE,MAAM,CAAC,IAAI;gBACjB,KAAK,EAAE,MAAM,CAAC,KAAK;aACf,CAAC;QAET,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,qBAAqB,EAAE,MAAM,CAAyB,CAAC;IAClG,CAAC;;gHApCQ,mBAAmB;oHAAnB,mBAAmB;2FAAnB,mBAAmB;kBAD/B,UAAU;;0BAKM,QAAQ","sourcesContent":["import {Injectable, Optional, TemplateRef} from '@angular/core';\nimport {MatDialog, MatDialogRef} from '@angular/material/dialog';\nimport {ComponentType} from '@angular/cdk/portal';\n\nimport {TitledDialogConfig, ɵTitledDialogOptions} from '../../misc/interfaces/titledDialog.interface';\nimport {TitledDialogServiceOptions} from './titledDialogService.options';\n\n/**\n * Titled dialog service used for displaying components in dialog\n */\n@Injectable()\nexport class TitledDialogService\n{\n //######################### constructor #########################\n constructor(protected _dialog: MatDialog,\n @Optional() protected _options: TitledDialogServiceOptions)\n {\n if(!this._options || !(this._options instanceof TitledDialogServiceOptions))\n {\n this._options = new TitledDialogServiceOptions();\n }\n }\n\n //######################### public methods #########################\n\n /**\n * Opens a modal dialog containing the given component.\n * @param componentOrTemplateRef - Type of the component to load into the dialog, or a TemplateRef to instantiate as the dialog content.\n * @param config - Extra configuration options.\n * @returns Reference to the newly-opened dialog.\n */\n public open<T, D = any, R = any>(componentOrTemplateRef: ComponentType<T> | TemplateRef<T>, config?: TitledDialogConfig<D>): MatDialogRef<T, R>\n {\n if(!config)\n {\n config = {};\n }\n\n config.data =\n <ɵTitledDialogOptions>\n {\n componentOrTemplateRef: componentOrTemplateRef,\n data: config.data,\n title: config.title\n } as any;\n\n return this._dialog.open(this._options.titledDialogComponent, config) as MatDialogRef<any, R>;\n }\n}"]}
@@ -0,0 +1,19 @@
1
+ import { isPresent } from '@jscrpt/common';
2
+ import { TitledDialogComponent } from '../../components/titledDialog/titledDialog.component';
3
+ /**
4
+ * Options for `TitledDialogService`
5
+ */
6
+ export class TitledDialogServiceOptions {
7
+ //######################### constructor #########################
8
+ constructor(titledDialogComponent) {
9
+ //######################### public properties #########################
10
+ /**
11
+ * Type of component used for rendering titled dialog
12
+ */
13
+ this.titledDialogComponent = TitledDialogComponent;
14
+ if (isPresent(titledDialogComponent)) {
15
+ this.titledDialogComponent = titledDialogComponent;
16
+ }
17
+ }
18
+ }
19
+ //# sourceMappingURL=titledDialogService.options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"titledDialogService.options.js","sourceRoot":"","sources":["../../../../../material/src/services/titledDialog/titledDialogService.options.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAC,qBAAqB,EAAC,MAAM,sDAAsD,CAAC;AAE3F;;GAEG;AACH,MAAM,OAAO,0BAA0B;IASnC,iEAAiE;IACjE,YAAY,qBAAiC;QAR7C,uEAAuE;QAEvE;;WAEG;QACI,0BAAqB,GAAc,qBAAqB,CAAC;QAK5D,IAAG,SAAS,CAAC,qBAAqB,CAAC,EACnC;YACI,IAAI,CAAC,qBAAqB,GAAG,qBAAqB,CAAC;SACtD;IACL,CAAC;CACJ","sourcesContent":["import {Type} from '@angular/core';\nimport {isPresent} from '@jscrpt/common';\n\nimport {TitledDialogComponent} from '../../components/titledDialog/titledDialog.component';\n\n/**\n * Options for `TitledDialogService`\n */\nexport class TitledDialogServiceOptions\n{\n //######################### public properties #########################\n\n /**\n * Type of component used for rendering titled dialog\n */\n public titledDialogComponent: Type<any> = TitledDialogComponent;\n\n //######################### constructor #########################\n constructor(titledDialogComponent?: Type<any>)\n {\n if(isPresent(titledDialogComponent))\n {\n this.titledDialogComponent = titledDialogComponent;\n }\n }\n}\n"]}
@@ -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.2.2", ngImport: i0, type: MomentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
11
- MomentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: MomentModule, declarations: [MomentConvertPipe,
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,
12
12
  MomentFormatPipe], exports: [MomentConvertPipe,
13
13
  MomentFormatPipe] });
14
- MomentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: MomentModule });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: MomentModule, decorators: [{
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: [{
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.2.2", ngImport: i0, type: MomentConvertPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
25
- MomentConvertPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: MomentConvertPipe, name: "momentConvert" });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: MomentConvertPipe, decorators: [{
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: [{
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.2.2", ngImport: i0, type: MomentFormatPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
29
- MomentFormatPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: MomentFormatPipe, name: "momentFormat" });
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: MomentFormatPipe, decorators: [{
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: [{
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.2.2", ngImport: i0, type: NumeralModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- NumeralModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: NumeralModule, declarations: [NumeralPipe], exports: [NumeralPipe] });
11
- NumeralModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: NumeralModule });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: NumeralModule, decorators: [{
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: [{
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.2.2", ngImport: i0, type: NumeralPipe, deps: [{ token: i1.GlobalizationService }], target: i0.ɵɵFactoryTarget.Pipe });
45
- NumeralPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: NumeralPipe, name: "numeral" });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: NumeralPipe, decorators: [{
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: [{
47
47
  type: Pipe,
48
48
  args: [{ name: 'numeral' }]
49
49
  }], ctorParameters: function () { return [{ type: i1.GlobalizationService }]; } });
@@ -35,9 +35,9 @@ export class PositionToDirective {
35
35
  }
36
36
  }
37
37
  }
38
- PositionToDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: PositionToDirective, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
39
- PositionToDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: PositionToDirective, selector: "[positionTo]", inputs: { target: ["positionTo", "target"], elementCoordinates: "elementCoordinates", targetCoordinates: "targetCoordinates" }, outputs: { flip: "flip" }, usesOnChanges: true, ngImport: i0 });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: PositionToDirective, decorators: [{
38
+ PositionToDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: PositionToDirective, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
39
+ PositionToDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: PositionToDirective, selector: "[positionTo]", inputs: { target: ["positionTo", "target"], elementCoordinates: "elementCoordinates", targetCoordinates: "targetCoordinates" }, outputs: { flip: "flip" }, usesOnChanges: true, ngImport: i0 });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: PositionToDirective, decorators: [{
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: '[positionTo]'
@@ -6,10 +6,10 @@ import * as i0 from "@angular/core";
6
6
  */
7
7
  export class PositionsModule {
8
8
  }
9
- PositionsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: PositionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- PositionsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: PositionsModule, declarations: [PositionToDirective], exports: [PositionToDirective] });
11
- PositionsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: PositionsModule, imports: [[]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: PositionsModule, decorators: [{
9
+ PositionsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: PositionsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
+ PositionsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: PositionsModule, declarations: [PositionToDirective], exports: [PositionToDirective] });
11
+ PositionsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: PositionsModule, imports: [[]] });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: PositionsModule, decorators: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [],
@@ -62,8 +62,8 @@ export class TooltipComponent {
62
62
  this._leaveFn();
63
63
  }
64
64
  }
65
- TooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TooltipComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
66
- TooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: TooltipComponent, selector: "tooltip-popup", host: { listeners: { "mouseenter": "mouseEnter()", "mouseleave": "mouseLeave()" }, properties: { "@fadeInOut": "this.animation" } }, ngImport: i0, template: "<div *ngIf=\"!template && !allowHtml\">{{data}}</div>\r\n<div *ngIf=\"!template && allowHtml\" [innerHTML]=\"data\"></div>\r\n\r\n<ng-template [ngIf]=\"template\">\r\n <ng-container *ngTemplateOutlet=\"template; context: {$implicit: data}\"></ng-container>\r\n</ng-template>", styles: [":host\r\n{\r\n display: block;\r\n position: absolute;\r\n padding: 2px 4px;\r\n border-radius: 3px;\r\n font-size: 0.9em;\r\n max-width: 300px;\r\n user-select: text;\r\n}"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
65
+ TooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TooltipComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
66
+ TooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.2", type: TooltipComponent, selector: "tooltip-popup", host: { listeners: { "mouseenter": "mouseEnter()", "mouseleave": "mouseLeave()" }, properties: { "@fadeInOut": "this.animation" } }, ngImport: i0, template: "<div *ngIf=\"!template && !allowHtml\">{{data}}</div>\r\n<div *ngIf=\"!template && allowHtml\" [innerHTML]=\"data\"></div>\r\n\r\n<ng-template [ngIf]=\"template\">\r\n <ng-container *ngTemplateOutlet=\"template; context: {$implicit: data}\"></ng-container>\r\n</ng-template>", styles: [":host\r\n{\r\n display: block;\r\n position: absolute;\r\n padding: 2px 4px;\r\n border-radius: 3px;\r\n font-size: 0.9em;\r\n max-width: 300px;\r\n user-select: text;\r\n}"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], animations: [
67
67
  trigger('fadeInOut', [
68
68
  transition(':enter', [
69
69
  useAnimation(fadeInAnimation, { params: { duration: '260ms' } })
@@ -73,7 +73,7 @@ TooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
73
73
  ])
74
74
  ])
75
75
  ], changeDetection: i0.ChangeDetectionStrategy.OnPush });
76
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TooltipComponent, decorators: [{
76
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TooltipComponent, decorators: [{
77
77
  type: Component,
78
78
  args: [{ selector: 'tooltip-popup', animations: [
79
79
  trigger('fadeInOut', [
@@ -195,9 +195,9 @@ export class TooltipDirective {
195
195
  }
196
196
  }
197
197
  }
198
- TooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TooltipDirective, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }, { token: i0.ElementRef }, { token: TOOLTIP_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
199
- TooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: TooltipDirective, selector: "[tooltip]", inputs: { tooltip: "tooltip", allowHtml: "allowHtml", tooltipTemplate: "tooltipTemplate", tooltipOptions: "tooltipOptions", tooltipVisible: "tooltipVisible" }, host: { listeners: { "mouseleave": "mouseLeave($event)", "mousemove": "mouseMove($event)" } }, queries: [{ propertyName: "tooltipTemplateChild", first: true, predicate: ["tooltipTemplate"], descendants: true }], usesOnChanges: true, ngImport: i0 });
200
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TooltipDirective, decorators: [{
198
+ TooltipDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TooltipDirective, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }, { token: i0.ElementRef }, { token: TOOLTIP_OPTIONS, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
199
+ TooltipDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.2", type: TooltipDirective, selector: "[tooltip]", inputs: { tooltip: "tooltip", allowHtml: "allowHtml", tooltipTemplate: "tooltipTemplate", tooltipOptions: "tooltipOptions", tooltipVisible: "tooltipVisible" }, host: { listeners: { "mouseleave": "mouseLeave($event)", "mousemove": "mouseMove($event)" } }, queries: [{ propertyName: "tooltipTemplateChild", first: true, predicate: ["tooltipTemplate"], descendants: true }], usesOnChanges: true, ngImport: i0 });
200
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TooltipDirective, decorators: [{
201
201
  type: Directive,
202
202
  args: [{
203
203
  selector: '[tooltip]'
@@ -8,13 +8,13 @@ import * as i0 from "@angular/core";
8
8
  */
9
9
  export class TooltipModule {
10
10
  }
11
- TooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
- TooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective,
11
+ TooltipModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TooltipModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ TooltipModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TooltipModule, declarations: [TooltipDirective,
13
13
  TooltipComponent], imports: [CommonModule], exports: [TooltipDirective] });
14
- TooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TooltipModule, imports: [[
14
+ TooltipModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TooltipModule, imports: [[
15
15
  CommonModule
16
16
  ]] });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TooltipModule, decorators: [{
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: TooltipModule, decorators: [{
18
18
  type: NgModule,
19
19
  args: [{
20
20
  imports: [
@@ -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.2.2", ngImport: i0, type: DataRouter, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Injectable });
84
- DataRouter.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: DataRouter, providedIn: 'root' });
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: DataRouter, decorators: [{
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: [{
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.2.2", ngImport: i0, type: DataRouterData, deps: [{ token: i1.DataRouter }], target: i0.ɵɵFactoryTarget.Injectable });
16
- DataRouterData.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: DataRouterData });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: DataRouterData, decorators: [{
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: [{
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.2.2", ngImport: i0, type: NgComponentOutletEx, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
47
- NgComponentOutletEx.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.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.2.2", ngImport: i0, type: NgComponentOutletEx, decorators: [{
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: [{
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.2.2", ngImport: i0, type: CastPipesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- CastPipesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CastPipesModule, declarations: [AsHtmlElementPipe,
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,
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.2.2", ngImport: i0, type: CastPipesModule });
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CastPipesModule, decorators: [{
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: [{
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.2.2", ngImport: i0, type: AsHtmlElementPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe });
10
- AsHtmlElementPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: AsHtmlElementPipe, name: "asHtmlElement" });
11
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: AsHtmlElementPipe, decorators: [{
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: [{
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.2.2", ngImport: i0, type: AsNgClassRequiredPipe, deps: null, target: i0.ɵɵFactoryTarget.Pipe });
16
- AsNgClassRequiredPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: AsNgClassRequiredPipe, name: "asNgClassRequired" });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: AsNgClassRequiredPipe, decorators: [{
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: [{
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.2.2", ngImport: i0, type: AsRequiredTypePipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe });
18
- AsRequiredTypePipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: AsRequiredTypePipe, name: "asRequired" });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: AsRequiredTypePipe, decorators: [{
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: [{
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.2.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.2.2", ngImport: i0, type: CastTypePipe, name: "castType" });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CastTypePipe, decorators: [{
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: [{
47
47
  type: Pipe,
48
48
  args: [{ name: 'castType' }]
49
49
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
@@ -45,9 +45,9 @@ export class ClickOutsideDirective {
45
45
  this._document.removeEventListener('mouseup', this._handleClickOutside);
46
46
  }
47
47
  }
48
- ClickOutsideDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClickOutsideDirective, deps: [{ token: i0.ElementRef }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Directive });
49
- ClickOutsideDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: ClickOutsideDirective, selector: "[clickOutside]", inputs: { clickOutsideCondition: ["clickOutside", "clickOutsideCondition"], clickOutsideElement: "clickOutsideElement" }, outputs: { clickOutsideConditionChange: "clickOutsideChange" }, ngImport: i0 });
50
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClickOutsideDirective, decorators: [{
48
+ 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 });
49
+ 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 });
50
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImport: i0, type: ClickOutsideDirective, decorators: [{
51
51
  type: Directive,
52
52
  args: [{
53
53
  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.2.2", ngImport: i0, type: ClickOutsideModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- ClickOutsideModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClickOutsideModule, declarations: [ClickOutsideDirective], exports: [ClickOutsideDirective] });
11
- ClickOutsideModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClickOutsideModule, imports: [[]] });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClickOutsideModule, decorators: [{
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: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  imports: [],
@@ -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.2.2", ngImport: i0, type: CommonDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
10
- CommonDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CommonDynamicModule, declarations: [NgComponentOutletEx], exports: [NgComponentOutletEx] });
11
- CommonDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CommonDynamicModule });
12
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: CommonDynamicModule, decorators: [{
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: [{
13
13
  type: NgModule,
14
14
  args: [{
15
15
  declarations: [