@porscheinformatik/clr-addons 11.2.0 → 12.1.0

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 (571) hide show
  1. package/abstract-form-component/abstract-form-component.d.ts +11 -3
  2. package/abstract-form-component/control-id.service.d.ts +11 -0
  3. package/abstract-form-component/form.module.d.ts +7 -0
  4. package/abstract-form-component/index.d.ts +2 -0
  5. package/abstract-form-component/label.d.ts +15 -0
  6. package/autocomplete-off/autocomplete-off.directive.d.ts +3 -0
  7. package/autocomplete-off/autocomplete-off.module.d.ts +5 -0
  8. package/autocomplete-off/index.d.ts +2 -0
  9. package/back-button/back-button.d.ts +3 -0
  10. package/back-button/back-button.module.d.ts +8 -0
  11. package/brand-avatar/brand-avatar.d.ts +3 -0
  12. package/brand-avatar/brand-avatar.module.d.ts +7 -0
  13. package/breadcrumb/breadcrumb.d.ts +4 -1
  14. package/breadcrumb/breadcrumb.module.d.ts +8 -0
  15. package/breadcrumb/breadcrumb.service.d.ts +3 -0
  16. package/clr-addons.d.ts +1 -11
  17. package/clr-addons.module.d.ts +30 -0
  18. package/collapse-expand-section/collapse-expand-section.d.ts +3 -0
  19. package/collapse-expand-section/collapse-expand-section.module.d.ts +8 -0
  20. package/content-panel/content-panel-container-content.d.ts +3 -0
  21. package/content-panel/content-panel-container-footer.d.ts +3 -0
  22. package/content-panel/content-panel-container.d.ts +3 -0
  23. package/content-panel/content-panel.d.ts +3 -0
  24. package/content-panel/content-panel.module.d.ts +11 -0
  25. package/data-list-validator/data-list-predefined-validator.directive.d.ts +3 -0
  26. package/data-list-validator/data-list-validator.module.d.ts +5 -0
  27. package/date-time-container/date-time-container.d.ts +3 -0
  28. package/date-time-container/date-time-module.d.ts +9 -0
  29. package/date-time-container/time-input.d.ts +3 -0
  30. package/dot-pager/dot-pager.d.ts +3 -0
  31. package/dot-pager/dot-pager.module.d.ts +8 -0
  32. package/esm2020/abstract-form-component/abstract-form-component.mjs +100 -0
  33. package/esm2020/abstract-form-component/control-id.service.mjs +31 -0
  34. package/esm2020/abstract-form-component/form.module.mjs +21 -0
  35. package/esm2020/abstract-form-component/index.mjs +3 -0
  36. package/esm2020/abstract-form-component/label.mjs +37 -0
  37. package/esm2020/autocomplete-off/autocomplete-off.directive.mjs +21 -0
  38. package/esm2020/autocomplete-off/autocomplete-off.module.mjs +21 -0
  39. package/esm2020/autocomplete-off/index.mjs +3 -0
  40. package/esm2020/back-button/back-button.mjs +25 -0
  41. package/esm2020/back-button/back-button.module.mjs +25 -0
  42. package/{esm2015/back-button/index.js → esm2020/back-button/index.mjs} +0 -0
  43. package/esm2020/brand-avatar/brand-avatar.mjs +60 -0
  44. package/esm2020/brand-avatar/brand-avatar.module.mjs +24 -0
  45. package/{esm2015/brand-avatar/index.js → esm2020/brand-avatar/index.mjs} +0 -0
  46. package/{esm2015/breadcrumb/breadcrumb-model.interface.js → esm2020/breadcrumb/breadcrumb-model.interface.mjs} +0 -0
  47. package/esm2020/breadcrumb/breadcrumb.mjs +37 -0
  48. package/esm2020/breadcrumb/breadcrumb.module.mjs +27 -0
  49. package/esm2020/breadcrumb/breadcrumb.service.mjs +25 -0
  50. package/{esm2015/breadcrumb/index.js → esm2020/breadcrumb/index.mjs} +0 -0
  51. package/esm2020/clr-addons.mjs +5 -0
  52. package/esm2020/clr-addons.module.mjs +122 -0
  53. package/esm2020/collapse-expand-section/collapse-expand-section.mjs +80 -0
  54. package/esm2020/collapse-expand-section/collapse-expand-section.module.mjs +25 -0
  55. package/{esm2015/collapse-expand-section/index.js → esm2020/collapse-expand-section/index.mjs} +0 -0
  56. package/esm2020/content-panel/content-panel-container-content.mjs +22 -0
  57. package/esm2020/content-panel/content-panel-container-footer.mjs +22 -0
  58. package/esm2020/content-panel/content-panel-container.mjs +35 -0
  59. package/esm2020/content-panel/content-panel.mjs +79 -0
  60. package/esm2020/content-panel/content-panel.module.mjs +36 -0
  61. package/{esm2015/content-panel/index.js → esm2020/content-panel/index.mjs} +0 -0
  62. package/esm2020/data-list-validator/data-list-predefined-validator.directive.mjs +33 -0
  63. package/esm2020/data-list-validator/data-list-validator.module.mjs +21 -0
  64. package/{esm2015/data-list-validator/data-list.validator.js → esm2020/data-list-validator/data-list.validator.mjs} +0 -0
  65. package/{esm2015/data-list-validator/index.js → esm2020/data-list-validator/index.mjs} +0 -0
  66. package/esm2020/date-time-container/date-time-container.mjs +53 -0
  67. package/esm2020/date-time-container/date-time-module.mjs +26 -0
  68. package/{esm2015/date-time-container/index.js → esm2020/date-time-container/index.mjs} +0 -0
  69. package/esm2020/date-time-container/time-input.mjs +21 -0
  70. package/esm2020/dot-pager/dot-pager.mjs +58 -0
  71. package/esm2020/dot-pager/dot-pager.module.mjs +25 -0
  72. package/{esm2015/dot-pager/index.js → esm2020/dot-pager/index.mjs} +0 -0
  73. package/esm2020/flow-bar/flow-bar.mjs +160 -0
  74. package/esm2020/flow-bar/flow-bar.module.mjs +25 -0
  75. package/{esm2015/flow-bar/index.js → esm2020/flow-bar/index.mjs} +0 -0
  76. package/esm2020/generic-quick-list/generic-quick-list.mjs +93 -0
  77. package/esm2020/generic-quick-list/generic-quick-list.module.mjs +24 -0
  78. package/{esm2015/generic-quick-list/index.js → esm2020/generic-quick-list/index.mjs} +0 -0
  79. package/{esm2015/history/history-model.interface.js → esm2020/history/history-model.interface.mjs} +0 -0
  80. package/esm2020/history/history-pinned.mjs +49 -0
  81. package/esm2020/history/history.mjs +70 -0
  82. package/esm2020/history/history.module.mjs +26 -0
  83. package/esm2020/history/history.service.mjs +206 -0
  84. package/{esm2015/history/index.js → esm2020/history/index.mjs} +0 -0
  85. package/{esm2015/icons/index.js → esm2020/icons/index.mjs} +0 -0
  86. package/{esm2015/icons/shapes.js → esm2020/icons/shapes.mjs} +0 -0
  87. package/{esm2015/icons/svg-tag-generator.js → esm2020/icons/svg-tag-generator.mjs} +0 -0
  88. package/{esm2015/index.js → esm2020/index.mjs} +3 -1
  89. package/{esm2015/letter-avatar/index.js → esm2020/letter-avatar/index.mjs} +0 -0
  90. package/esm2020/letter-avatar/letter-avatar.mjs +52 -0
  91. package/esm2020/letter-avatar/letter-avatar.module.mjs +24 -0
  92. package/esm2020/location-bar/index.mjs +5 -0
  93. package/esm2020/location-bar/location-bar-node/location-bar-node.component.mjs +97 -0
  94. package/esm2020/location-bar/location-bar.component.mjs +48 -0
  95. package/{esm2015/location-bar/location-bar.model.js → esm2020/location-bar/location-bar.model.mjs} +0 -0
  96. package/esm2020/location-bar/location-bar.module.mjs +20 -0
  97. package/{esm2015/location-bar/location-bar.provider.js → esm2020/location-bar/location-bar.provider.mjs} +0 -0
  98. package/{esm2015/main-nav-group/index.js → esm2020/main-nav-group/index.mjs} +0 -0
  99. package/esm2020/main-nav-group/main-nav-group-item.mjs +27 -0
  100. package/esm2020/main-nav-group/main-nav-group.mjs +153 -0
  101. package/esm2020/main-nav-group/main-nav-group.module.mjs +26 -0
  102. package/esm2020/multilingual/abstract-multilingual.mjs +60 -0
  103. package/{esm2015/multilingual/index.js → esm2020/multilingual/index.mjs} +0 -0
  104. package/esm2020/multilingual/multilingual-input/multilingual-input.mjs +40 -0
  105. package/esm2020/multilingual/multilingual-selector.mjs +81 -0
  106. package/esm2020/multilingual/multilingual-textarea/multilingual-textarea.mjs +40 -0
  107. package/esm2020/multilingual/multilingual-validators.mjs +104 -0
  108. package/esm2020/multilingual/multilingual.module.mjs +48 -0
  109. package/{esm2015/notification/index.js → esm2020/notification/index.mjs} +0 -0
  110. package/{esm2015/notification/notification-ref.js → esm2020/notification/notification-ref.mjs} +0 -0
  111. package/esm2020/notification/notification.mjs +134 -0
  112. package/esm2020/notification/notification.module.mjs +24 -0
  113. package/esm2020/notification/notification.service.mjs +92 -0
  114. package/{esm2015/notification/scheduler-utils.js → esm2020/notification/scheduler-utils.mjs} +0 -0
  115. package/{esm2015/numericfield/index.js → esm2020/numericfield/index.mjs} +0 -0
  116. package/esm2020/numericfield/numeric-field-validators.mjs +140 -0
  117. package/esm2020/numericfield/numeric-field.mjs +372 -0
  118. package/esm2020/numericfield/numeric-field.module.mjs +26 -0
  119. package/{esm2015/paged-search-result-list/index.js → esm2020/paged-search-result-list/index.mjs} +0 -0
  120. package/esm2020/paged-search-result-list/paged-search-result-list.mjs +49 -0
  121. package/esm2020/paged-search-result-list/paged-search-result-list.module.mjs +26 -0
  122. package/{esm2015/pager/index.js → esm2020/pager/index.mjs} +0 -0
  123. package/esm2020/pager/pager.mjs +135 -0
  124. package/esm2020/pager/pager.module.mjs +25 -0
  125. package/{esm2015/progress-spinner/index.js → esm2020/progress-spinner/index.mjs} +0 -0
  126. package/esm2020/progress-spinner/progress-spinner.mjs +78 -0
  127. package/esm2020/progress-spinner/progress-spinner.module.mjs +23 -0
  128. package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
  129. package/esm2020/quick-list/add-option.mjs +65 -0
  130. package/{esm2015/quick-list/add-option.service.js → esm2020/quick-list/add-option.service.mjs} +0 -0
  131. package/{esm2015/quick-list/index.js → esm2020/quick-list/index.mjs} +0 -0
  132. package/esm2020/quick-list/quick-list.mjs +122 -0
  133. package/esm2020/quick-list/quick-list.module.mjs +26 -0
  134. package/{esm2015/searchfield/index.js → esm2020/searchfield/index.mjs} +0 -0
  135. package/esm2020/searchfield/search-field.mjs +100 -0
  136. package/esm2020/searchfield/search-field.module.mjs +25 -0
  137. package/{esm2015/treetable/index.js → esm2020/treetable/index.mjs} +3 -2
  138. package/esm2020/treetable/renderer/cell-renderer.mjs +28 -0
  139. package/esm2020/treetable/renderer/header-renderer.mjs +41 -0
  140. package/esm2020/treetable/renderer/index.mjs +5 -0
  141. package/esm2020/treetable/renderer/main-renderer.mjs +103 -0
  142. package/esm2020/treetable/renderer/row-renderer.mjs +20 -0
  143. package/esm2020/treetable/treetable-action-overflow.mjs +92 -0
  144. package/esm2020/treetable/treetable-cell.mjs +23 -0
  145. package/esm2020/treetable/treetable-column.mjs +23 -0
  146. package/esm2020/treetable/treetable-placeholder.mjs +30 -0
  147. package/esm2020/treetable/treetable-row.mjs +99 -0
  148. package/esm2020/treetable/treetable.mjs +73 -0
  149. package/esm2020/treetable/treetable.module.mjs +63 -0
  150. package/{esm2015/util/escape.util.js → esm2020/util/escape.util.mjs} +0 -0
  151. package/{esm2015/util/index.js → esm2020/util/index.mjs} +0 -0
  152. package/{esm2015/view-edit-section/index.js → esm2020/view-edit-section/index.mjs} +0 -0
  153. package/esm2020/view-edit-section/view-edit-section.mjs +152 -0
  154. package/esm2020/view-edit-section/view-edit-section.module.mjs +25 -0
  155. package/fesm2015/{clr-addons.js → clr-addons.mjs} +1757 -1068
  156. package/fesm2015/clr-addons.mjs.map +1 -0
  157. package/fesm2020/clr-addons.mjs +5055 -0
  158. package/fesm2020/clr-addons.mjs.map +1 -0
  159. package/flow-bar/flow-bar.d.ts +3 -0
  160. package/flow-bar/flow-bar.module.d.ts +8 -0
  161. package/generic-quick-list/generic-quick-list.d.ts +3 -0
  162. package/generic-quick-list/generic-quick-list.module.d.ts +7 -0
  163. package/history/history-pinned.d.ts +3 -0
  164. package/history/history.d.ts +3 -0
  165. package/history/history.module.d.ts +9 -0
  166. package/history/history.service.d.ts +3 -0
  167. package/index.d.ts +2 -0
  168. package/letter-avatar/letter-avatar.d.ts +3 -0
  169. package/letter-avatar/letter-avatar.module.d.ts +7 -0
  170. package/location-bar/index.d.ts +1 -0
  171. package/location-bar/location-bar-node/location-bar-node.component.d.ts +3 -0
  172. package/location-bar/location-bar.component.d.ts +3 -0
  173. package/location-bar/location-bar.module.d.ts +8 -0
  174. package/main-nav-group/main-nav-group-item.d.ts +3 -0
  175. package/main-nav-group/main-nav-group.d.ts +3 -0
  176. package/main-nav-group/main-nav-group.module.d.ts +9 -0
  177. package/multilingual/abstract-multilingual.d.ts +3 -0
  178. package/multilingual/multilingual-input/multilingual-input.d.ts +3 -0
  179. package/multilingual/multilingual-selector.d.ts +3 -0
  180. package/multilingual/multilingual-textarea/multilingual-textarea.d.ts +3 -0
  181. package/multilingual/multilingual-validators.d.ts +5 -0
  182. package/multilingual/multilingual.module.d.ts +11 -0
  183. package/notification/notification.d.ts +3 -0
  184. package/notification/notification.module.d.ts +8 -0
  185. package/notification/notification.service.d.ts +3 -0
  186. package/numericfield/numeric-field-validators.d.ts +5 -0
  187. package/numericfield/numeric-field.d.ts +3 -0
  188. package/numericfield/numeric-field.module.d.ts +9 -0
  189. package/package.json +27 -13
  190. package/paged-search-result-list/paged-search-result-list.d.ts +3 -0
  191. package/paged-search-result-list/paged-search-result-list.module.d.ts +9 -0
  192. package/pager/pager.d.ts +3 -0
  193. package/pager/pager.module.d.ts +8 -0
  194. package/progress-spinner/progress-spinner.d.ts +3 -0
  195. package/progress-spinner/progress-spinner.module.d.ts +6 -0
  196. package/quick-list/add-option.d.ts +3 -0
  197. package/quick-list/quick-list.d.ts +3 -0
  198. package/quick-list/quick-list.module.d.ts +9 -0
  199. package/searchfield/search-field.d.ts +4 -1
  200. package/searchfield/search-field.module.d.ts +8 -0
  201. package/styles/clr-addons-phs.css +6 -4
  202. package/styles/clr-addons-phs.css.map +1 -1
  203. package/styles/clr-addons-phs.min.css +1 -1
  204. package/styles/clr-addons-phs.min.css.map +1 -1
  205. package/treetable/index.d.ts +1 -0
  206. package/treetable/renderer/cell-renderer.d.ts +3 -0
  207. package/treetable/renderer/header-renderer.d.ts +3 -0
  208. package/treetable/renderer/index.d.ts +4 -0
  209. package/treetable/renderer/main-renderer.d.ts +3 -0
  210. package/treetable/renderer/row-renderer.d.ts +3 -0
  211. package/treetable/treetable-action-overflow.d.ts +4 -1
  212. package/treetable/treetable-cell.d.ts +3 -0
  213. package/treetable/treetable-column.d.ts +3 -0
  214. package/treetable/treetable-placeholder.d.ts +3 -0
  215. package/treetable/treetable-row.d.ts +3 -0
  216. package/treetable/treetable.d.ts +3 -0
  217. package/treetable/treetable.module.d.ts +16 -0
  218. package/view-edit-section/view-edit-section.d.ts +11 -1
  219. package/view-edit-section/view-edit-section.module.d.ts +8 -0
  220. package/autocomplete-off/autocomplete-off.module.ngfactory.d.ts +0 -3
  221. package/back-button/back-button.module.ngfactory.d.ts +0 -3
  222. package/back-button/back-button.ngfactory.d.ts +0 -1
  223. package/brand-avatar/brand-avatar.module.ngfactory.d.ts +0 -3
  224. package/brand-avatar/brand-avatar.ngfactory.d.ts +0 -1
  225. package/breadcrumb/breadcrumb.module.ngfactory.d.ts +0 -3
  226. package/breadcrumb/breadcrumb.ngfactory.d.ts +0 -1
  227. package/bundles/clr-addons.umd.js +0 -5121
  228. package/bundles/clr-addons.umd.js.map +0 -1
  229. package/clr-addons.metadata.json +0 -1
  230. package/clr-addons.module.ngfactory.d.ts +0 -3
  231. package/collapse-expand-section/collapse-expand-section.module.ngfactory.d.ts +0 -3
  232. package/collapse-expand-section/collapse-expand-section.ngfactory.d.ts +0 -1
  233. package/content-panel/content-panel-container-content.ngfactory.d.ts +0 -1
  234. package/content-panel/content-panel-container-footer.ngfactory.d.ts +0 -1
  235. package/content-panel/content-panel-container.ngfactory.d.ts +0 -1
  236. package/content-panel/content-panel.module.ngfactory.d.ts +0 -3
  237. package/content-panel/content-panel.ngfactory.d.ts +0 -1
  238. package/data-list-validator/data-list-validator.module.ngfactory.d.ts +0 -3
  239. package/date-time-container/date-time-container.ngfactory.d.ts +0 -1
  240. package/date-time-container/date-time-module.ngfactory.d.ts +0 -3
  241. package/dot-pager/dot-pager.module.ngfactory.d.ts +0 -3
  242. package/dot-pager/dot-pager.ngfactory.d.ts +0 -1
  243. package/esm2015/abstract-form-component/abstract-form-component.js +0 -77
  244. package/esm2015/abstract-form-component/abstract-form-component.ngsummary.json +0 -1
  245. package/esm2015/autocomplete-off/autocomplete-off.directive.js +0 -17
  246. package/esm2015/autocomplete-off/autocomplete-off.directive.ngsummary.json +0 -1
  247. package/esm2015/autocomplete-off/autocomplete-off.module.js +0 -16
  248. package/esm2015/autocomplete-off/autocomplete-off.module.ngfactory.js +0 -13
  249. package/esm2015/autocomplete-off/autocomplete-off.module.ngsummary.json +0 -1
  250. package/esm2015/back-button/back-button.js +0 -25
  251. package/esm2015/back-button/back-button.module.js +0 -20
  252. package/esm2015/back-button/back-button.module.ngfactory.js +0 -17
  253. package/esm2015/back-button/back-button.module.ngsummary.json +0 -1
  254. package/esm2015/back-button/back-button.ngfactory.js +0 -23
  255. package/esm2015/back-button/back-button.ngsummary.json +0 -1
  256. package/esm2015/back-button/index.ngsummary.json +0 -1
  257. package/esm2015/brand-avatar/brand-avatar.js +0 -54
  258. package/esm2015/brand-avatar/brand-avatar.module.js +0 -19
  259. package/esm2015/brand-avatar/brand-avatar.module.ngfactory.js +0 -17
  260. package/esm2015/brand-avatar/brand-avatar.module.ngsummary.json +0 -1
  261. package/esm2015/brand-avatar/brand-avatar.ngfactory.js +0 -19
  262. package/esm2015/brand-avatar/brand-avatar.ngsummary.json +0 -1
  263. package/esm2015/brand-avatar/index.ngsummary.json +0 -1
  264. package/esm2015/breadcrumb/breadcrumb-model.interface.ngsummary.json +0 -1
  265. package/esm2015/breadcrumb/breadcrumb.js +0 -36
  266. package/esm2015/breadcrumb/breadcrumb.module.js +0 -22
  267. package/esm2015/breadcrumb/breadcrumb.module.ngfactory.js +0 -20
  268. package/esm2015/breadcrumb/breadcrumb.module.ngsummary.json +0 -1
  269. package/esm2015/breadcrumb/breadcrumb.ngfactory.js +0 -28
  270. package/esm2015/breadcrumb/breadcrumb.ngsummary.json +0 -1
  271. package/esm2015/breadcrumb/breadcrumb.service.js +0 -23
  272. package/esm2015/breadcrumb/breadcrumb.service.ngsummary.json +0 -1
  273. package/esm2015/breadcrumb/index.ngsummary.json +0 -1
  274. package/esm2015/clr-addons.js +0 -16
  275. package/esm2015/clr-addons.module.js +0 -65
  276. package/esm2015/clr-addons.module.ngfactory.js +0 -46
  277. package/esm2015/clr-addons.module.ngsummary.json +0 -1
  278. package/esm2015/clr-addons.ngsummary.json +0 -1
  279. package/esm2015/collapse-expand-section/collapse-expand-section.js +0 -55
  280. package/esm2015/collapse-expand-section/collapse-expand-section.module.js +0 -20
  281. package/esm2015/collapse-expand-section/collapse-expand-section.module.ngfactory.js +0 -17
  282. package/esm2015/collapse-expand-section/collapse-expand-section.module.ngsummary.json +0 -1
  283. package/esm2015/collapse-expand-section/collapse-expand-section.ngfactory.js +0 -30
  284. package/esm2015/collapse-expand-section/collapse-expand-section.ngsummary.json +0 -1
  285. package/esm2015/collapse-expand-section/index.ngsummary.json +0 -1
  286. package/esm2015/content-panel/content-panel-container-content.js +0 -18
  287. package/esm2015/content-panel/content-panel-container-content.ngfactory.js +0 -18
  288. package/esm2015/content-panel/content-panel-container-content.ngsummary.json +0 -1
  289. package/esm2015/content-panel/content-panel-container-footer.js +0 -18
  290. package/esm2015/content-panel/content-panel-container-footer.ngfactory.js +0 -18
  291. package/esm2015/content-panel/content-panel-container-footer.ngsummary.json +0 -1
  292. package/esm2015/content-panel/content-panel-container.js +0 -25
  293. package/esm2015/content-panel/content-panel-container.ngfactory.js +0 -18
  294. package/esm2015/content-panel/content-panel-container.ngsummary.json +0 -1
  295. package/esm2015/content-panel/content-panel.js +0 -67
  296. package/esm2015/content-panel/content-panel.module.js +0 -28
  297. package/esm2015/content-panel/content-panel.module.ngfactory.js +0 -17
  298. package/esm2015/content-panel/content-panel.module.ngsummary.json +0 -1
  299. package/esm2015/content-panel/content-panel.ngfactory.js +0 -33
  300. package/esm2015/content-panel/content-panel.ngsummary.json +0 -1
  301. package/esm2015/content-panel/index.ngsummary.json +0 -1
  302. package/esm2015/data-list-validator/data-list-predefined-validator.directive.js +0 -30
  303. package/esm2015/data-list-validator/data-list-predefined-validator.directive.ngsummary.json +0 -1
  304. package/esm2015/data-list-validator/data-list-validator.module.js +0 -16
  305. package/esm2015/data-list-validator/data-list-validator.module.ngfactory.js +0 -13
  306. package/esm2015/data-list-validator/data-list-validator.module.ngsummary.json +0 -1
  307. package/esm2015/data-list-validator/data-list.validator.ngsummary.json +0 -1
  308. package/esm2015/data-list-validator/index.ngsummary.json +0 -1
  309. package/esm2015/date-time-container/date-time-container.js +0 -45
  310. package/esm2015/date-time-container/date-time-container.ngfactory.js +0 -19
  311. package/esm2015/date-time-container/date-time-container.ngsummary.json +0 -1
  312. package/esm2015/date-time-container/date-time-module.js +0 -21
  313. package/esm2015/date-time-container/date-time-module.ngfactory.js +0 -17
  314. package/esm2015/date-time-container/date-time-module.ngsummary.json +0 -1
  315. package/esm2015/date-time-container/index.ngsummary.json +0 -1
  316. package/esm2015/date-time-container/time-input.js +0 -17
  317. package/esm2015/date-time-container/time-input.ngsummary.json +0 -1
  318. package/esm2015/dot-pager/dot-pager.js +0 -51
  319. package/esm2015/dot-pager/dot-pager.module.js +0 -20
  320. package/esm2015/dot-pager/dot-pager.module.ngfactory.js +0 -17
  321. package/esm2015/dot-pager/dot-pager.module.ngsummary.json +0 -1
  322. package/esm2015/dot-pager/dot-pager.ngfactory.js +0 -48
  323. package/esm2015/dot-pager/dot-pager.ngsummary.json +0 -1
  324. package/esm2015/dot-pager/index.ngsummary.json +0 -1
  325. package/esm2015/flow-bar/flow-bar.js +0 -154
  326. package/esm2015/flow-bar/flow-bar.module.js +0 -20
  327. package/esm2015/flow-bar/flow-bar.module.ngfactory.js +0 -17
  328. package/esm2015/flow-bar/flow-bar.module.ngsummary.json +0 -1
  329. package/esm2015/flow-bar/flow-bar.ngfactory.js +0 -33
  330. package/esm2015/flow-bar/flow-bar.ngsummary.json +0 -1
  331. package/esm2015/flow-bar/index.ngsummary.json +0 -1
  332. package/esm2015/generic-quick-list/generic-quick-list.js +0 -72
  333. package/esm2015/generic-quick-list/generic-quick-list.module.js +0 -19
  334. package/esm2015/generic-quick-list/generic-quick-list.module.ngfactory.js +0 -17
  335. package/esm2015/generic-quick-list/generic-quick-list.module.ngsummary.json +0 -1
  336. package/esm2015/generic-quick-list/generic-quick-list.ngfactory.js +0 -31
  337. package/esm2015/generic-quick-list/generic-quick-list.ngsummary.json +0 -1
  338. package/esm2015/generic-quick-list/index.ngsummary.json +0 -1
  339. package/esm2015/history/history-model.interface.ngsummary.json +0 -1
  340. package/esm2015/history/history-pinned.js +0 -45
  341. package/esm2015/history/history-pinned.ngfactory.js +0 -23
  342. package/esm2015/history/history-pinned.ngsummary.json +0 -1
  343. package/esm2015/history/history.js +0 -55
  344. package/esm2015/history/history.module.js +0 -21
  345. package/esm2015/history/history.module.ngfactory.js +0 -19
  346. package/esm2015/history/history.module.ngsummary.json +0 -1
  347. package/esm2015/history/history.ngfactory.js +0 -36
  348. package/esm2015/history/history.ngsummary.json +0 -1
  349. package/esm2015/history/history.service.js +0 -204
  350. package/esm2015/history/history.service.ngsummary.json +0 -1
  351. package/esm2015/history/index.ngsummary.json +0 -1
  352. package/esm2015/icons/index.ngsummary.json +0 -1
  353. package/esm2015/icons/shapes.ngsummary.json +0 -1
  354. package/esm2015/icons/svg-tag-generator.ngsummary.json +0 -1
  355. package/esm2015/index.ngsummary.json +0 -1
  356. package/esm2015/letter-avatar/index.ngsummary.json +0 -1
  357. package/esm2015/letter-avatar/letter-avatar.js +0 -48
  358. package/esm2015/letter-avatar/letter-avatar.module.js +0 -19
  359. package/esm2015/letter-avatar/letter-avatar.module.ngfactory.js +0 -17
  360. package/esm2015/letter-avatar/letter-avatar.module.ngsummary.json +0 -1
  361. package/esm2015/letter-avatar/letter-avatar.ngfactory.js +0 -18
  362. package/esm2015/letter-avatar/letter-avatar.ngsummary.json +0 -1
  363. package/esm2015/location-bar/index.js +0 -4
  364. package/esm2015/location-bar/index.ngsummary.json +0 -1
  365. package/esm2015/location-bar/location-bar-node/location-bar-node.component.js +0 -92
  366. package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngfactory.js +0 -50
  367. package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngsummary.json +0 -1
  368. package/esm2015/location-bar/location-bar.component.js +0 -38
  369. package/esm2015/location-bar/location-bar.component.ngfactory.js +0 -25
  370. package/esm2015/location-bar/location-bar.component.ngsummary.json +0 -1
  371. package/esm2015/location-bar/location-bar.model.ngsummary.json +0 -1
  372. package/esm2015/location-bar/location-bar.module.js +0 -15
  373. package/esm2015/location-bar/location-bar.module.ngfactory.js +0 -13
  374. package/esm2015/location-bar/location-bar.module.ngsummary.json +0 -1
  375. package/esm2015/location-bar/location-bar.provider.ngsummary.json +0 -1
  376. package/esm2015/main-nav-group/index.ngsummary.json +0 -1
  377. package/esm2015/main-nav-group/main-nav-group-item.js +0 -27
  378. package/esm2015/main-nav-group/main-nav-group-item.ngsummary.json +0 -1
  379. package/esm2015/main-nav-group/main-nav-group.js +0 -153
  380. package/esm2015/main-nav-group/main-nav-group.module.js +0 -21
  381. package/esm2015/main-nav-group/main-nav-group.module.ngfactory.js +0 -17
  382. package/esm2015/main-nav-group/main-nav-group.module.ngsummary.json +0 -1
  383. package/esm2015/main-nav-group/main-nav-group.ngfactory.js +0 -26
  384. package/esm2015/main-nav-group/main-nav-group.ngsummary.json +0 -1
  385. package/esm2015/multilingual/abstract-multilingual.js +0 -50
  386. package/esm2015/multilingual/abstract-multilingual.ngsummary.json +0 -1
  387. package/esm2015/multilingual/index.ngsummary.json +0 -1
  388. package/esm2015/multilingual/multilingual-input/multilingual-input.js +0 -32
  389. package/esm2015/multilingual/multilingual-input/multilingual-input.ngfactory.js +0 -46
  390. package/esm2015/multilingual/multilingual-input/multilingual-input.ngsummary.json +0 -1
  391. package/esm2015/multilingual/multilingual-selector.js +0 -46
  392. package/esm2015/multilingual/multilingual-selector.ngfactory.js +0 -28
  393. package/esm2015/multilingual/multilingual-selector.ngsummary.json +0 -1
  394. package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.js +0 -32
  395. package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.js +0 -46
  396. package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngsummary.json +0 -1
  397. package/esm2015/multilingual/multilingual-validators.js +0 -97
  398. package/esm2015/multilingual/multilingual-validators.ngsummary.json +0 -1
  399. package/esm2015/multilingual/multilingual.module.js +0 -35
  400. package/esm2015/multilingual/multilingual.module.ngfactory.js +0 -17
  401. package/esm2015/multilingual/multilingual.module.ngsummary.json +0 -1
  402. package/esm2015/notification/index.ngsummary.json +0 -1
  403. package/esm2015/notification/notification-ref.ngsummary.json +0 -1
  404. package/esm2015/notification/notification.js +0 -114
  405. package/esm2015/notification/notification.module.js +0 -20
  406. package/esm2015/notification/notification.module.ngfactory.js +0 -18
  407. package/esm2015/notification/notification.module.ngsummary.json +0 -1
  408. package/esm2015/notification/notification.ngfactory.js +0 -25
  409. package/esm2015/notification/notification.ngsummary.json +0 -1
  410. package/esm2015/notification/notification.service.js +0 -92
  411. package/esm2015/notification/notification.service.ngsummary.json +0 -1
  412. package/esm2015/notification/scheduler-utils.ngsummary.json +0 -1
  413. package/esm2015/numericfield/index.ngsummary.json +0 -1
  414. package/esm2015/numericfield/numeric-field-validators.js +0 -125
  415. package/esm2015/numericfield/numeric-field-validators.ngsummary.json +0 -1
  416. package/esm2015/numericfield/numeric-field.js +0 -348
  417. package/esm2015/numericfield/numeric-field.module.js +0 -21
  418. package/esm2015/numericfield/numeric-field.module.ngfactory.js +0 -17
  419. package/esm2015/numericfield/numeric-field.module.ngsummary.json +0 -1
  420. package/esm2015/numericfield/numeric-field.ngsummary.json +0 -1
  421. package/esm2015/paged-search-result-list/index.ngsummary.json +0 -1
  422. package/esm2015/paged-search-result-list/paged-search-result-list.js +0 -34
  423. package/esm2015/paged-search-result-list/paged-search-result-list.module.js +0 -21
  424. package/esm2015/paged-search-result-list/paged-search-result-list.module.ngfactory.js +0 -18
  425. package/esm2015/paged-search-result-list/paged-search-result-list.module.ngsummary.json +0 -1
  426. package/esm2015/paged-search-result-list/paged-search-result-list.ngfactory.js +0 -31
  427. package/esm2015/paged-search-result-list/paged-search-result-list.ngsummary.json +0 -1
  428. package/esm2015/pager/index.ngsummary.json +0 -1
  429. package/esm2015/pager/pager.js +0 -125
  430. package/esm2015/pager/pager.module.js +0 -20
  431. package/esm2015/pager/pager.module.ngfactory.js +0 -17
  432. package/esm2015/pager/pager.module.ngsummary.json +0 -1
  433. package/esm2015/pager/pager.ngfactory.js +0 -43
  434. package/esm2015/pager/pager.ngsummary.json +0 -1
  435. package/esm2015/progress-spinner/index.ngsummary.json +0 -1
  436. package/esm2015/progress-spinner/progress-spinner.js +0 -69
  437. package/esm2015/progress-spinner/progress-spinner.module.js +0 -18
  438. package/esm2015/progress-spinner/progress-spinner.module.ngfactory.js +0 -12
  439. package/esm2015/progress-spinner/progress-spinner.module.ngsummary.json +0 -1
  440. package/esm2015/progress-spinner/progress-spinner.ngfactory.js +0 -18
  441. package/esm2015/progress-spinner/progress-spinner.ngsummary.json +0 -1
  442. package/esm2015/public_api.ngsummary.json +0 -1
  443. package/esm2015/quick-list/add-option.js +0 -53
  444. package/esm2015/quick-list/add-option.ngfactory.js +0 -36
  445. package/esm2015/quick-list/add-option.ngsummary.json +0 -1
  446. package/esm2015/quick-list/add-option.service.ngsummary.json +0 -1
  447. package/esm2015/quick-list/index.ngsummary.json +0 -1
  448. package/esm2015/quick-list/quick-list.js +0 -98
  449. package/esm2015/quick-list/quick-list.module.js +0 -21
  450. package/esm2015/quick-list/quick-list.module.ngfactory.js +0 -17
  451. package/esm2015/quick-list/quick-list.module.ngsummary.json +0 -1
  452. package/esm2015/quick-list/quick-list.ngfactory.js +0 -33
  453. package/esm2015/quick-list/quick-list.ngsummary.json +0 -1
  454. package/esm2015/searchfield/index.ngsummary.json +0 -1
  455. package/esm2015/searchfield/search-field.js +0 -100
  456. package/esm2015/searchfield/search-field.module.js +0 -20
  457. package/esm2015/searchfield/search-field.module.ngfactory.js +0 -17
  458. package/esm2015/searchfield/search-field.module.ngsummary.json +0 -1
  459. package/esm2015/searchfield/search-field.ngsummary.json +0 -1
  460. package/esm2015/treetable/index.ngsummary.json +0 -1
  461. package/esm2015/treetable/renderer/cell-renderer.js +0 -28
  462. package/esm2015/treetable/renderer/cell-renderer.ngsummary.json +0 -1
  463. package/esm2015/treetable/renderer/header-renderer.js +0 -41
  464. package/esm2015/treetable/renderer/header-renderer.ngsummary.json +0 -1
  465. package/esm2015/treetable/renderer/main-renderer.js +0 -93
  466. package/esm2015/treetable/renderer/main-renderer.ngsummary.json +0 -1
  467. package/esm2015/treetable/renderer/row-renderer.js +0 -16
  468. package/esm2015/treetable/renderer/row-renderer.ngsummary.json +0 -1
  469. package/esm2015/treetable/treetable-action-overflow.js +0 -77
  470. package/esm2015/treetable/treetable-action-overflow.ngfactory.js +0 -31
  471. package/esm2015/treetable/treetable-action-overflow.ngsummary.json +0 -1
  472. package/esm2015/treetable/treetable-cell.js +0 -19
  473. package/esm2015/treetable/treetable-cell.ngfactory.js +0 -18
  474. package/esm2015/treetable/treetable-cell.ngsummary.json +0 -1
  475. package/esm2015/treetable/treetable-column.js +0 -19
  476. package/esm2015/treetable/treetable-column.ngfactory.js +0 -18
  477. package/esm2015/treetable/treetable-column.ngsummary.json +0 -1
  478. package/esm2015/treetable/treetable-placeholder.js +0 -21
  479. package/esm2015/treetable/treetable-placeholder.ngfactory.js +0 -16
  480. package/esm2015/treetable/treetable-placeholder.ngsummary.json +0 -1
  481. package/esm2015/treetable/treetable-row.js +0 -80
  482. package/esm2015/treetable/treetable-row.ngfactory.js +0 -30
  483. package/esm2015/treetable/treetable-row.ngsummary.json +0 -1
  484. package/esm2015/treetable/treetable.js +0 -67
  485. package/esm2015/treetable/treetable.module.js +0 -40
  486. package/esm2015/treetable/treetable.module.ngfactory.js +0 -17
  487. package/esm2015/treetable/treetable.module.ngsummary.json +0 -1
  488. package/esm2015/treetable/treetable.ngfactory.js +0 -18
  489. package/esm2015/treetable/treetable.ngsummary.json +0 -1
  490. package/esm2015/util/escape.util.ngsummary.json +0 -1
  491. package/esm2015/util/index.ngsummary.json +0 -1
  492. package/esm2015/view-edit-section/index.ngsummary.json +0 -1
  493. package/esm2015/view-edit-section/view-edit-section.js +0 -57
  494. package/esm2015/view-edit-section/view-edit-section.module.js +0 -20
  495. package/esm2015/view-edit-section/view-edit-section.module.ngfactory.js +0 -17
  496. package/esm2015/view-edit-section/view-edit-section.module.ngsummary.json +0 -1
  497. package/esm2015/view-edit-section/view-edit-section.ngfactory.js +0 -48
  498. package/esm2015/view-edit-section/view-edit-section.ngsummary.json +0 -1
  499. package/fesm2015/clr-addons.js.map +0 -1
  500. package/flow-bar/flow-bar.module.ngfactory.d.ts +0 -3
  501. package/flow-bar/flow-bar.ngfactory.d.ts +0 -1
  502. package/generic-quick-list/generic-quick-list.module.ngfactory.d.ts +0 -3
  503. package/generic-quick-list/generic-quick-list.ngfactory.d.ts +0 -1
  504. package/history/history-pinned.ngfactory.d.ts +0 -1
  505. package/history/history.module.ngfactory.d.ts +0 -3
  506. package/history/history.ngfactory.d.ts +0 -1
  507. package/letter-avatar/letter-avatar.module.ngfactory.d.ts +0 -3
  508. package/letter-avatar/letter-avatar.ngfactory.d.ts +0 -1
  509. package/location-bar/location-bar-node/location-bar-node.component.ngfactory.d.ts +0 -1
  510. package/location-bar/location-bar.component.ngfactory.d.ts +0 -1
  511. package/location-bar/location-bar.module.ngfactory.d.ts +0 -3
  512. package/main-nav-group/main-nav-group.module.ngfactory.d.ts +0 -3
  513. package/main-nav-group/main-nav-group.ngfactory.d.ts +0 -1
  514. package/multilingual/multilingual-input/multilingual-input.ngfactory.d.ts +0 -1
  515. package/multilingual/multilingual-selector.ngfactory.d.ts +0 -1
  516. package/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.d.ts +0 -1
  517. package/multilingual/multilingual.module.ngfactory.d.ts +0 -3
  518. package/notification/notification.module.ngfactory.d.ts +0 -3
  519. package/notification/notification.ngfactory.d.ts +0 -1
  520. package/numericfield/numeric-field.module.ngfactory.d.ts +0 -3
  521. package/paged-search-result-list/paged-search-result-list.module.ngfactory.d.ts +0 -3
  522. package/paged-search-result-list/paged-search-result-list.ngfactory.d.ts +0 -1
  523. package/pager/pager.module.ngfactory.d.ts +0 -3
  524. package/pager/pager.ngfactory.d.ts +0 -1
  525. package/progress-spinner/progress-spinner.module.ngfactory.d.ts +0 -3
  526. package/progress-spinner/progress-spinner.ngfactory.d.ts +0 -1
  527. package/quick-list/add-option.ngfactory.d.ts +0 -1
  528. package/quick-list/quick-list.module.ngfactory.d.ts +0 -3
  529. package/quick-list/quick-list.ngfactory.d.ts +0 -1
  530. package/searchfield/search-field.module.ngfactory.d.ts +0 -3
  531. package/src/back-button/back-button.scss +0 -7
  532. package/src/brand-avatar/brand-avatar.scss +0 -26
  533. package/src/breadcrumb/breadcrumb.scss +0 -21
  534. package/src/collapse-expand-section/collapse-expand-section.scss +0 -32
  535. package/src/components.clr-addons.scss +0 -391
  536. package/src/components.variables.clr-addons.scss +0 -42
  537. package/src/content-panel/content-panel.scss +0 -90
  538. package/src/date-time-container/date-time-container.scss +0 -18
  539. package/src/dot-pager/dot-pager.scss +0 -11
  540. package/src/flow-bar/flow-bar.scss +0 -95
  541. package/src/generic-quick-list/generic-quick-list.scss +0 -219
  542. package/src/header.clr-addons.scss +0 -377
  543. package/src/history/history.scss +0 -25
  544. package/src/letter-avatar/letter-avatar.scss +0 -27
  545. package/src/location-bar/location-bar-node/location-bar-node.component.scss +0 -54
  546. package/src/main-nav-group/main-nav-group.scss +0 -156
  547. package/src/mixins.scss +0 -38
  548. package/src/mobile.scss +0 -103
  549. package/src/multilingual/multilingual.scss +0 -39
  550. package/src/notification/notification.scss +0 -94
  551. package/src/numericfield/numeric-field.scss +0 -18
  552. package/src/paged-search-result-list/paged-search-result-list.scss +0 -10
  553. package/src/pager/pager.scss +0 -22
  554. package/src/progress-spinner/progress-spinner.scss +0 -15
  555. package/src/quick-list/quick-list.scss +0 -23
  556. package/src/searchfield/search-field.scss +0 -33
  557. package/src/themes/phs/css.overrides.scss +0 -148
  558. package/src/themes/phs/phs-theme.scss +0 -13
  559. package/src/themes/phs/theme.clarity.scss +0 -262
  560. package/src/themes/phs/variables.color.scss +0 -41
  561. package/src/treetable/treetable.scss +0 -338
  562. package/src/view-edit-section/view-edit-section.scss +0 -40
  563. package/treetable/treetable-action-overflow.ngfactory.d.ts +0 -1
  564. package/treetable/treetable-cell.ngfactory.d.ts +0 -1
  565. package/treetable/treetable-column.ngfactory.d.ts +0 -1
  566. package/treetable/treetable-placeholder.ngfactory.d.ts +0 -1
  567. package/treetable/treetable-row.ngfactory.d.ts +0 -1
  568. package/treetable/treetable.module.ngfactory.d.ts +0 -3
  569. package/treetable/treetable.ngfactory.d.ts +0 -1
  570. package/view-edit-section/view-edit-section.module.ngfactory.d.ts +0 -3
  571. package/view-edit-section/view-edit-section.ngfactory.d.ts +0 -1
@@ -1,13 +1,17 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Component, NgModule, Injectable, EventEmitter, Input, Output, Directive, Renderer2, ElementRef, ViewChild, ContentChildren, TemplateRef, ViewChildren, HostBinding, Injector, forwardRef, NgZone, ContentChild, ChangeDetectorRef, HostListener, InjectionToken, Inject, Optional, ApplicationRef, ComponentFactoryResolver } from '@angular/core';
3
- import { Location, CommonModule, DOCUMENT } from '@angular/common';
2
+ import { Component, NgModule, Injectable, EventEmitter, Input, Output, Directive, ViewChild, TemplateRef, ContentChildren, ViewChildren, HostBinding, ElementRef, Renderer2, forwardRef, ContentChild, HostListener, InjectionToken, Inject, Optional } from '@angular/core';
3
+ import * as i2 from '@angular/common';
4
+ import { CommonModule, DOCUMENT } from '@angular/common';
5
+ import * as i3$1 from '@angular/forms';
4
6
  import { FormsModule, NG_VALIDATORS, NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
5
- import { ClarityModule, ClrFormsModule, ɵbc, ɵbi, ClrAlert, ClrAxis, ClrSide, ClrAlignment, ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService, ClrIconModule, ClrDropdownModule } from '@clr/angular';
6
- import { Subject, timer, asyncScheduler, interval, BehaviorSubject, ReplaySubject, of } from 'rxjs';
7
+ import * as i1 from '@clr/angular';
8
+ import { ClarityModule, ClrFormsModule, ClrForm, ClrAlert, ClrAxis, ClrSide, ClrAlignment, ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService, ClrIconModule, ClrDropdownModule } from '@clr/angular';
9
+ import { Subject, BehaviorSubject, timer, asyncScheduler, interval, of, ReplaySubject, takeUntil as takeUntil$1 } from 'rxjs';
7
10
  import { takeUntil, observeOn, take } from 'rxjs/operators';
11
+ import * as i3 from '@angular/router';
8
12
  import { RouterModule } from '@angular/router';
9
13
  import { trigger, transition, style, animate, state } from '@angular/animations';
10
- import { ClarityIcons, organizationIcon, treeViewIcon, angleIcon } from '@cds/core/icon';
14
+ import { ClarityIcons, treeViewIcon, angleIcon, organizationIcon } from '@cds/core/icon';
11
15
  import '@cds/core/icon/register.js';
12
16
 
13
17
  /*
@@ -23,15 +27,12 @@ class ClrBackButton {
23
27
  this.location.back();
24
28
  }
25
29
  }
26
- ClrBackButton.decorators = [
27
- { type: Component, args: [{
28
- selector: 'clr-back-button',
29
- template: "<button type=\"button\" class=\"btn btn-icon btn-link back-button\" (click)=\"back()\">\n <clr-icon shape=\"arrow\" dir=\"left\" size=\"36\"></clr-icon>\n</button>\n"
30
- },] }
31
- ];
32
- ClrBackButton.ctorParameters = () => [
33
- { type: Location }
34
- ];
30
+ ClrBackButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButton, deps: [{ token: i2.Location }], target: i0.ɵɵFactoryTarget.Component });
31
+ ClrBackButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrBackButton, selector: "clr-back-button", ngImport: i0, template: "<button type=\"button\" class=\"btn btn-icon btn-link back-button\" (click)=\"back()\">\n <clr-icon shape=\"arrow\" dir=\"left\" size=\"36\"></clr-icon>\n</button>\n", directives: [{ type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButton, decorators: [{
33
+ type: Component,
34
+ args: [{ selector: 'clr-back-button', template: "<button type=\"button\" class=\"btn btn-icon btn-link back-button\" (click)=\"back()\">\n <clr-icon shape=\"arrow\" dir=\"left\" size=\"36\"></clr-icon>\n</button>\n" }]
35
+ }], ctorParameters: function () { return [{ type: i2.Location }]; } });
35
36
 
36
37
  /*
37
38
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -40,13 +41,17 @@ ClrBackButton.ctorParameters = () => [
40
41
  */
41
42
  class ClrBackButtonModule {
42
43
  }
43
- ClrBackButtonModule.decorators = [
44
- { type: NgModule, args: [{
45
- imports: [CommonModule, ClarityModule, FormsModule],
46
- declarations: [ClrBackButton],
47
- exports: [ClrBackButton],
48
- },] }
49
- ];
44
+ ClrBackButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
45
+ ClrBackButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButtonModule, declarations: [ClrBackButton], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrBackButton] });
46
+ ClrBackButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButtonModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBackButtonModule, decorators: [{
48
+ type: NgModule,
49
+ args: [{
50
+ imports: [CommonModule, ClarityModule, FormsModule],
51
+ declarations: [ClrBackButton],
52
+ exports: [ClrBackButton],
53
+ }]
54
+ }] });
50
55
 
51
56
  /*
52
57
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -61,15 +66,17 @@ class ClrBreadcrumbService {
61
66
  this.breadcrumbChange.next(breadcrumbElements);
62
67
  }
63
68
  }
64
- ClrBreadcrumbService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ClrBreadcrumbService_Factory() { return new ClrBreadcrumbService(); }, token: ClrBreadcrumbService, providedIn: "root" });
65
- ClrBreadcrumbService.decorators = [
66
- { type: Injectable, args: [{
67
- providedIn: 'root',
68
- },] }
69
- ];
69
+ ClrBreadcrumbService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
70
+ ClrBreadcrumbService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbService, providedIn: 'root' });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbService, decorators: [{
72
+ type: Injectable,
73
+ args: [{
74
+ providedIn: 'root',
75
+ }]
76
+ }] });
70
77
 
71
78
  /*
72
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
79
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
73
80
  * This software is released under MIT license.
74
81
  * The full license information can be found in LICENSE in the root directory of this project.
75
82
  */
@@ -90,15 +97,12 @@ class ClrBreadcrumb {
90
97
  this.destroyed.complete();
91
98
  }
92
99
  }
93
- ClrBreadcrumb.decorators = [
94
- { type: Component, args: [{
95
- selector: 'clr-breadcrumb',
96
- template: "<nav aria-label=\"breadcrumb\" *ngIf=\"breadcrumbElements.length\">\n <ol class=\"breadcrumb\">\n <ng-container *ngFor=\"let breadcrumbItem of breadcrumbElements\">\n <li *ngIf=\"breadcrumbItem.url\" class=\"breadcrumb-item\">\n <a [routerLink]=\"breadcrumbItem.url\">{{breadcrumbItem.label}}</a>\n </li>\n <li *ngIf=\"!breadcrumbItem.url\" class=\"breadcrumb-item active\">{{breadcrumbItem.label}}</li>\n </ng-container>\n </ol>\n</nav>\n"
97
- },] }
98
- ];
99
- ClrBreadcrumb.ctorParameters = () => [
100
- { type: ClrBreadcrumbService }
101
- ];
100
+ ClrBreadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumb, deps: [{ token: ClrBreadcrumbService }], target: i0.ɵɵFactoryTarget.Component });
101
+ ClrBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrBreadcrumb, selector: "clr-breadcrumb", ngImport: i0, template: "<nav aria-label=\"breadcrumb\" *ngIf=\"breadcrumbElements.length\">\n <ol class=\"breadcrumb\">\n <ng-container *ngFor=\"let breadcrumbItem of breadcrumbElements\">\n <li *ngIf=\"breadcrumbItem.url\" class=\"breadcrumb-item\">\n <a [routerLink]=\"breadcrumbItem.url\">{{breadcrumbItem.label}}</a>\n </li>\n <li *ngIf=\"!breadcrumbItem.url\" class=\"breadcrumb-item active\">{{breadcrumbItem.label}}</li>\n </ng-container>\n </ol>\n</nav>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo", "routerLink"] }] });
102
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumb, decorators: [{
103
+ type: Component,
104
+ args: [{ selector: 'clr-breadcrumb', template: "<nav aria-label=\"breadcrumb\" *ngIf=\"breadcrumbElements.length\">\n <ol class=\"breadcrumb\">\n <ng-container *ngFor=\"let breadcrumbItem of breadcrumbElements\">\n <li *ngIf=\"breadcrumbItem.url\" class=\"breadcrumb-item\">\n <a [routerLink]=\"breadcrumbItem.url\">{{breadcrumbItem.label}}</a>\n </li>\n <li *ngIf=\"!breadcrumbItem.url\" class=\"breadcrumb-item active\">{{breadcrumbItem.label}}</li>\n </ng-container>\n </ol>\n</nav>\n" }]
105
+ }], ctorParameters: function () { return [{ type: ClrBreadcrumbService }]; } });
102
106
 
103
107
  /*
104
108
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -107,14 +111,18 @@ ClrBreadcrumb.ctorParameters = () => [
107
111
  */
108
112
  class ClrBreadcrumbModule {
109
113
  }
110
- ClrBreadcrumbModule.decorators = [
111
- { type: NgModule, args: [{
112
- imports: [CommonModule, ClarityModule, RouterModule],
113
- declarations: [ClrBreadcrumb],
114
- exports: [ClrBreadcrumb],
115
- providers: [ClrBreadcrumbService],
116
- },] }
117
- ];
114
+ ClrBreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
115
+ ClrBreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbModule, declarations: [ClrBreadcrumb], imports: [CommonModule, ClarityModule, RouterModule], exports: [ClrBreadcrumb] });
116
+ ClrBreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbModule, providers: [ClrBreadcrumbService], imports: [[CommonModule, ClarityModule, RouterModule]] });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBreadcrumbModule, decorators: [{
118
+ type: NgModule,
119
+ args: [{
120
+ imports: [CommonModule, ClarityModule, RouterModule],
121
+ declarations: [ClrBreadcrumb],
122
+ exports: [ClrBreadcrumb],
123
+ providers: [ClrBreadcrumbService],
124
+ }]
125
+ }] });
118
126
 
119
127
  /*
120
128
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -138,36 +146,58 @@ class ClrCollapseExpandSection {
138
146
  this.isCollapsed = !this.isCollapsed;
139
147
  }
140
148
  }
141
- ClrCollapseExpandSection.decorators = [
142
- { type: Component, args: [{
143
- selector: 'clr-collapse-expand-section',
144
- template: "<div class=\"ces\">\n <div class=\"ces-title\" [class.disabled-header-styles]=\"disableHeaderStyles\">\n <h2 *ngIf=\"!disableHeaderStyles; else title\">\n <ng-container *ngTemplateOutlet=\"title\"></ng-container>\n </h2>\n <ng-template #title>\n <ng-content select=\"[clr-ces-title]\"></ng-content>\n <button type=\"button\" (click)=\"onCollapseExpand()\" class=\"btn btn-icon btn-link ces-caret-btn\">\n <clr-icon shape=\"caret up\" size=\"28\" class=\"ces-caret-icon\" [@rotateIcon]=\"isCollapsed\"></clr-icon>\n </button>\n </ng-template>\n </div>\n <div class=\"ces-subtitle\">\n <h4 *ngIf=\"!disableHeaderStyles; else subtitle\">\n <ng-container *ngTemplateOutlet=\"subtitle\"></ng-container>\n </h4>\n <ng-template #subtitle>\n <ng-content select=\"[clr-ces-subtitle]\"></ng-content>\n </ng-template>\n </div>\n <div [@collapseExpandAnimation] *ngIf=\"!isCollapsed\">\n <ng-content select=\"[clr-ces-content]\"></ng-content>\n </div>\n</div>\n",
145
- animations: [
146
- trigger('collapseExpandAnimation', [
147
- transition(':enter', [
148
- style({ opacity: 0, height: 0, overflow: 'hidden' }),
149
- animate('300ms', style({ opacity: 1, height: '*' })),
149
+ ClrCollapseExpandSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSection, deps: [], target: i0.ɵɵFactoryTarget.Component });
150
+ ClrCollapseExpandSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrCollapseExpandSection, selector: "clr-collapse-expand-section", inputs: { isCollapsed: ["clrIsCollapsed", "isCollapsed"], disableHeaderStyles: ["clrDisableHeaderStyles", "disableHeaderStyles"] }, outputs: { collapsed: "clrCollapsed", expanded: "clrExpanded" }, ngImport: i0, template: "<div class=\"ces\">\n <div class=\"ces-title\" [class.disabled-header-styles]=\"disableHeaderStyles\">\n <h2 *ngIf=\"!disableHeaderStyles; else title\">\n <ng-container *ngTemplateOutlet=\"title\"></ng-container>\n </h2>\n <ng-template #title>\n <ng-content select=\"[clr-ces-title]\"></ng-content>\n <button type=\"button\" (click)=\"onCollapseExpand()\" class=\"btn btn-icon btn-link ces-caret-btn\">\n <clr-icon shape=\"caret up\" size=\"28\" class=\"ces-caret-icon\" [@rotateIcon]=\"isCollapsed\"></clr-icon>\n </button>\n </ng-template>\n </div>\n <div class=\"ces-subtitle\">\n <h4 *ngIf=\"!disableHeaderStyles; else subtitle\">\n <ng-container *ngTemplateOutlet=\"subtitle\"></ng-container>\n </h4>\n <ng-template #subtitle>\n <ng-content select=\"[clr-ces-subtitle]\"></ng-content>\n </ng-template>\n </div>\n <div [@collapseExpandAnimation] *ngIf=\"!isCollapsed\">\n <ng-content select=\"[clr-ces-content]\"></ng-content>\n </div>\n</div>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }], animations: [
151
+ trigger('collapseExpandAnimation', [
152
+ transition(':enter', [
153
+ style({ opacity: 0, height: 0, overflow: 'hidden' }),
154
+ animate('300ms', style({ opacity: 1, height: '*' })),
155
+ ]),
156
+ transition(':leave', [
157
+ style({ opacity: 1, height: '*', overflow: 'hidden' }),
158
+ animate('300ms', style({ opacity: 0, height: 0 })),
159
+ ]),
160
+ ]),
161
+ trigger('rotateIcon', [
162
+ state('true', style({ transform: 'rotate(0)' })),
163
+ state('false', style({ transform: 'rotate(180deg)' })),
164
+ transition('true => false', animate('300ms ease-out')),
165
+ transition('false => true', animate('300ms ease-in')),
166
+ ]),
167
+ ] });
168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSection, decorators: [{
169
+ type: Component,
170
+ args: [{ selector: 'clr-collapse-expand-section', animations: [
171
+ trigger('collapseExpandAnimation', [
172
+ transition(':enter', [
173
+ style({ opacity: 0, height: 0, overflow: 'hidden' }),
174
+ animate('300ms', style({ opacity: 1, height: '*' })),
175
+ ]),
176
+ transition(':leave', [
177
+ style({ opacity: 1, height: '*', overflow: 'hidden' }),
178
+ animate('300ms', style({ opacity: 0, height: 0 })),
179
+ ]),
150
180
  ]),
151
- transition(':leave', [
152
- style({ opacity: 1, height: '*', overflow: 'hidden' }),
153
- animate('300ms', style({ opacity: 0, height: 0 })),
181
+ trigger('rotateIcon', [
182
+ state('true', style({ transform: 'rotate(0)' })),
183
+ state('false', style({ transform: 'rotate(180deg)' })),
184
+ transition('true => false', animate('300ms ease-out')),
185
+ transition('false => true', animate('300ms ease-in')),
154
186
  ]),
155
- ]),
156
- trigger('rotateIcon', [
157
- state('true', style({ transform: 'rotate(0)' })),
158
- state('false', style({ transform: 'rotate(180deg)' })),
159
- transition('true => false', animate('300ms ease-out')),
160
- transition('false => true', animate('300ms ease-in')),
161
- ]),
162
- ]
163
- },] }
164
- ];
165
- ClrCollapseExpandSection.propDecorators = {
166
- isCollapsed: [{ type: Input, args: ['clrIsCollapsed',] }],
167
- disableHeaderStyles: [{ type: Input, args: ['clrDisableHeaderStyles',] }],
168
- collapsed: [{ type: Output, args: ['clrCollapsed',] }],
169
- expanded: [{ type: Output, args: ['clrExpanded',] }]
170
- };
187
+ ], template: "<div class=\"ces\">\n <div class=\"ces-title\" [class.disabled-header-styles]=\"disableHeaderStyles\">\n <h2 *ngIf=\"!disableHeaderStyles; else title\">\n <ng-container *ngTemplateOutlet=\"title\"></ng-container>\n </h2>\n <ng-template #title>\n <ng-content select=\"[clr-ces-title]\"></ng-content>\n <button type=\"button\" (click)=\"onCollapseExpand()\" class=\"btn btn-icon btn-link ces-caret-btn\">\n <clr-icon shape=\"caret up\" size=\"28\" class=\"ces-caret-icon\" [@rotateIcon]=\"isCollapsed\"></clr-icon>\n </button>\n </ng-template>\n </div>\n <div class=\"ces-subtitle\">\n <h4 *ngIf=\"!disableHeaderStyles; else subtitle\">\n <ng-container *ngTemplateOutlet=\"subtitle\"></ng-container>\n </h4>\n <ng-template #subtitle>\n <ng-content select=\"[clr-ces-subtitle]\"></ng-content>\n </ng-template>\n </div>\n <div [@collapseExpandAnimation] *ngIf=\"!isCollapsed\">\n <ng-content select=\"[clr-ces-content]\"></ng-content>\n </div>\n</div>\n" }]
188
+ }], propDecorators: { isCollapsed: [{
189
+ type: Input,
190
+ args: ['clrIsCollapsed']
191
+ }], disableHeaderStyles: [{
192
+ type: Input,
193
+ args: ['clrDisableHeaderStyles']
194
+ }], collapsed: [{
195
+ type: Output,
196
+ args: ['clrCollapsed']
197
+ }], expanded: [{
198
+ type: Output,
199
+ args: ['clrExpanded']
200
+ }] } });
171
201
 
172
202
  /*
173
203
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -176,13 +206,17 @@ ClrCollapseExpandSection.propDecorators = {
176
206
  */
177
207
  class ClrCollapseExpandSectionModule {
178
208
  }
179
- ClrCollapseExpandSectionModule.decorators = [
180
- { type: NgModule, args: [{
181
- imports: [CommonModule, ClarityModule, FormsModule],
182
- declarations: [ClrCollapseExpandSection],
183
- exports: [ClrCollapseExpandSection],
184
- },] }
185
- ];
209
+ ClrCollapseExpandSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
210
+ ClrCollapseExpandSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSectionModule, declarations: [ClrCollapseExpandSection], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrCollapseExpandSection] });
211
+ ClrCollapseExpandSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSectionModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrCollapseExpandSectionModule, decorators: [{
213
+ type: NgModule,
214
+ args: [{
215
+ imports: [CommonModule, ClarityModule, FormsModule],
216
+ declarations: [ClrCollapseExpandSection],
217
+ exports: [ClrCollapseExpandSection],
218
+ }]
219
+ }] });
186
220
 
187
221
  /*
188
222
  * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
@@ -225,29 +259,38 @@ class ClrContentPanel {
225
259
  window.dispatchEvent(new Event('resize'));
226
260
  }
227
261
  }
228
- ClrContentPanel.decorators = [
229
- { type: Component, args: [{
230
- selector: 'clr-content-panel',
231
- template: "<ng-container *ngIf=\"_open\">\n <div [@slideIn] class=\"content-panel-content-wrapper\" (@slideIn.done)=\"resizeWindow()\">\n <h3 class=\"content-panel-title\">\n <button type=\"button\" class=\"close content-panel-close-btn\" (click)=\"close()\">\n <clr-icon class=\"content-panel-close-icon\" shape=\"close\" size=\"36\"></clr-icon>\n </button>\n <ng-content select=\"[clr-content-panel-title]\"></ng-content>\n </h3>\n <ng-content select=\"[clr-content-panel-content]\"></ng-content>\n </div>\n <div [@fade] class=\"content-panel-backdrop\" (click)=\"close()\" (@fade.done)=\"resizeWindow()\"></div>\n</ng-container>\n",
232
- animations: [
233
- trigger('slideIn', [
234
- transition(':enter', [style({ opacity: 0, width: 0 }), animate('0.2s', style({ opacity: 1, width: '*' }))]),
235
- transition(':leave', [style({ opacity: 1, width: '*' }), animate('0.2s', style({ opacity: 0, width: 0 }))]),
236
- ]),
237
- trigger('fade', [
238
- transition(':enter', [style({ opacity: 0 }), animate('0.2s ease-in-out', style({ opacity: 0.85 }))]),
239
- transition(':leave', [animate('0.2s ease-in-out', style({ opacity: 0 }))]),
240
- ]),
241
- ],
242
- host: {
243
- '[class.content-panel]': 'true',
244
- }
245
- },] }
246
- ];
247
- ClrContentPanel.propDecorators = {
248
- opened: [{ type: Output, args: ['clrOpened',] }],
249
- closed: [{ type: Output, args: ['clrClosed',] }]
250
- };
262
+ ClrContentPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
263
+ ClrContentPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrContentPanel, selector: "clr-content-panel", outputs: { opened: "clrOpened", closed: "clrClosed" }, host: { properties: { "class.content-panel": "true" } }, ngImport: i0, template: "<ng-container *ngIf=\"_open\">\n <div [@slideIn] class=\"content-panel-content-wrapper\" (@slideIn.done)=\"resizeWindow()\">\n <h3 class=\"content-panel-title\">\n <button type=\"button\" class=\"close content-panel-close-btn\" (click)=\"close()\">\n <clr-icon class=\"content-panel-close-icon\" shape=\"close\" size=\"36\"></clr-icon>\n </button>\n <ng-content select=\"[clr-content-panel-title]\"></ng-content>\n </h3>\n <ng-content select=\"[clr-content-panel-content]\"></ng-content>\n </div>\n <div [@fade] class=\"content-panel-backdrop\" (click)=\"close()\" (@fade.done)=\"resizeWindow()\"></div>\n</ng-container>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }], animations: [
264
+ trigger('slideIn', [
265
+ transition(':enter', [style({ opacity: 0, width: 0 }), animate('0.2s', style({ opacity: 1, width: '*' }))]),
266
+ transition(':leave', [style({ opacity: 1, width: '*' }), animate('0.2s', style({ opacity: 0, width: 0 }))]),
267
+ ]),
268
+ trigger('fade', [
269
+ transition(':enter', [style({ opacity: 0 }), animate('0.2s ease-in-out', style({ opacity: 0.85 }))]),
270
+ transition(':leave', [animate('0.2s ease-in-out', style({ opacity: 0 }))]),
271
+ ]),
272
+ ] });
273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanel, decorators: [{
274
+ type: Component,
275
+ args: [{ selector: 'clr-content-panel', animations: [
276
+ trigger('slideIn', [
277
+ transition(':enter', [style({ opacity: 0, width: 0 }), animate('0.2s', style({ opacity: 1, width: '*' }))]),
278
+ transition(':leave', [style({ opacity: 1, width: '*' }), animate('0.2s', style({ opacity: 0, width: 0 }))]),
279
+ ]),
280
+ trigger('fade', [
281
+ transition(':enter', [style({ opacity: 0 }), animate('0.2s ease-in-out', style({ opacity: 0.85 }))]),
282
+ transition(':leave', [animate('0.2s ease-in-out', style({ opacity: 0 }))]),
283
+ ]),
284
+ ], host: {
285
+ '[class.content-panel]': 'true',
286
+ }, template: "<ng-container *ngIf=\"_open\">\n <div [@slideIn] class=\"content-panel-content-wrapper\" (@slideIn.done)=\"resizeWindow()\">\n <h3 class=\"content-panel-title\">\n <button type=\"button\" class=\"close content-panel-close-btn\" (click)=\"close()\">\n <clr-icon class=\"content-panel-close-icon\" shape=\"close\" size=\"36\"></clr-icon>\n </button>\n <ng-content select=\"[clr-content-panel-title]\"></ng-content>\n </h3>\n <ng-content select=\"[clr-content-panel-content]\"></ng-content>\n </div>\n <div [@fade] class=\"content-panel-backdrop\" (click)=\"close()\" (@fade.done)=\"resizeWindow()\"></div>\n</ng-container>\n" }]
287
+ }], propDecorators: { opened: [{
288
+ type: Output,
289
+ args: ['clrOpened']
290
+ }], closed: [{
291
+ type: Output,
292
+ args: ['clrClosed']
293
+ }] } });
251
294
 
252
295
  /*
253
296
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -256,22 +299,31 @@ ClrContentPanel.propDecorators = {
256
299
  */
257
300
  class ClrContentPanelContainer {
258
301
  }
259
- ClrContentPanelContainer.decorators = [
260
- { type: Component, args: [{
261
- selector: 'clr-content-panel-container',
262
- template: `
302
+ ClrContentPanelContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainer, deps: [], target: i0.ɵɵFactoryTarget.Component });
303
+ ClrContentPanelContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrContentPanelContainer, selector: "clr-content-panel-container", host: { properties: { "class.content-container": "true", "class.content-panel-container": "true" } }, ngImport: i0, template: `
304
+ <div class="content-panel-outer-wrapper">
305
+ <ng-content select="clr-content-panel-container-content"></ng-content>
306
+ <ng-content select="clr-content-panel-container-footer"></ng-content>
307
+ </div>
308
+ <ng-content select="clr-content-panel"></ng-content>
309
+ `, isInline: true });
310
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainer, decorators: [{
311
+ type: Component,
312
+ args: [{
313
+ selector: 'clr-content-panel-container',
314
+ template: `
263
315
  <div class="content-panel-outer-wrapper">
264
316
  <ng-content select="clr-content-panel-container-content"></ng-content>
265
317
  <ng-content select="clr-content-panel-container-footer"></ng-content>
266
318
  </div>
267
319
  <ng-content select="clr-content-panel"></ng-content>
268
320
  `,
269
- host: {
270
- '[class.content-container]': 'true',
271
- '[class.content-panel-container]': 'true',
272
- }
273
- },] }
274
- ];
321
+ host: {
322
+ '[class.content-container]': 'true',
323
+ '[class.content-panel-container]': 'true',
324
+ },
325
+ }]
326
+ }] });
275
327
 
276
328
  /*
277
329
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -280,15 +332,18 @@ ClrContentPanelContainer.decorators = [
280
332
  */
281
333
  class ClrContentPanelContainerContent {
282
334
  }
283
- ClrContentPanelContainerContent.decorators = [
284
- { type: Component, args: [{
285
- selector: 'clr-content-panel-container-content',
286
- template: ` <ng-content></ng-content> `,
287
- host: {
288
- '[class.content-area]': 'true',
289
- }
290
- },] }
291
- ];
335
+ ClrContentPanelContainerContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainerContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
336
+ ClrContentPanelContainerContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrContentPanelContainerContent, selector: "clr-content-panel-container-content", host: { properties: { "class.content-area": "true" } }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true });
337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainerContent, decorators: [{
338
+ type: Component,
339
+ args: [{
340
+ selector: 'clr-content-panel-container-content',
341
+ template: ` <ng-content></ng-content> `,
342
+ host: {
343
+ '[class.content-area]': 'true',
344
+ },
345
+ }]
346
+ }] });
292
347
 
293
348
  /*
294
349
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -297,15 +352,18 @@ ClrContentPanelContainerContent.decorators = [
297
352
  */
298
353
  class ClrContentPanelContainerFooter {
299
354
  }
300
- ClrContentPanelContainerFooter.decorators = [
301
- { type: Component, args: [{
302
- selector: 'clr-content-panel-container-footer',
303
- template: ` <ng-content></ng-content> `,
304
- host: {
305
- '[class.content-area-footer]': 'true',
306
- }
307
- },] }
308
- ];
355
+ ClrContentPanelContainerFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainerFooter, deps: [], target: i0.ɵɵFactoryTarget.Component });
356
+ ClrContentPanelContainerFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrContentPanelContainerFooter, selector: "clr-content-panel-container-footer", host: { properties: { "class.content-area-footer": "true" } }, ngImport: i0, template: ` <ng-content></ng-content> `, isInline: true });
357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelContainerFooter, decorators: [{
358
+ type: Component,
359
+ args: [{
360
+ selector: 'clr-content-panel-container-footer',
361
+ template: ` <ng-content></ng-content> `,
362
+ host: {
363
+ '[class.content-area-footer]': 'true',
364
+ },
365
+ }]
366
+ }] });
309
367
 
310
368
  /*
311
369
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -314,18 +372,25 @@ ClrContentPanelContainerFooter.decorators = [
314
372
  */
315
373
  class ClrContentPanelModule {
316
374
  }
317
- ClrContentPanelModule.decorators = [
318
- { type: NgModule, args: [{
319
- imports: [CommonModule, ClarityModule, FormsModule],
320
- declarations: [
321
- ClrContentPanel,
322
- ClrContentPanelContainer,
323
- ClrContentPanelContainerContent,
324
- ClrContentPanelContainerFooter,
325
- ],
326
- exports: [ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter],
327
- },] }
328
- ];
375
+ ClrContentPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
376
+ ClrContentPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelModule, declarations: [ClrContentPanel,
377
+ ClrContentPanelContainer,
378
+ ClrContentPanelContainerContent,
379
+ ClrContentPanelContainerFooter], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter] });
380
+ ClrContentPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrContentPanelModule, decorators: [{
382
+ type: NgModule,
383
+ args: [{
384
+ imports: [CommonModule, ClarityModule, FormsModule],
385
+ declarations: [
386
+ ClrContentPanel,
387
+ ClrContentPanelContainer,
388
+ ClrContentPanelContainerContent,
389
+ ClrContentPanelContainerFooter,
390
+ ],
391
+ exports: [ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter],
392
+ }]
393
+ }] });
329
394
 
330
395
  /**
331
396
  * Class to provide validators for the Clr Data List.
@@ -379,15 +444,17 @@ class ClrDataListPredefinedValidatorDirective {
379
444
  return ClrDataListValidators.predefined(this.clrDataListPredefined)(control);
380
445
  }
381
446
  }
382
- ClrDataListPredefinedValidatorDirective.decorators = [
383
- { type: Directive, args: [{
384
- selector: '[clrDataListPredefined]',
385
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrDataListPredefinedValidatorDirective, multi: true }],
386
- },] }
387
- ];
388
- ClrDataListPredefinedValidatorDirective.propDecorators = {
389
- clrDataListPredefined: [{ type: Input }]
390
- };
447
+ ClrDataListPredefinedValidatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListPredefinedValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
448
+ ClrDataListPredefinedValidatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrDataListPredefinedValidatorDirective, selector: "[clrDataListPredefined]", inputs: { clrDataListPredefined: "clrDataListPredefined" }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrDataListPredefinedValidatorDirective, multi: true }], ngImport: i0 });
449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListPredefinedValidatorDirective, decorators: [{
450
+ type: Directive,
451
+ args: [{
452
+ selector: '[clrDataListPredefined]',
453
+ providers: [{ provide: NG_VALIDATORS, useExisting: ClrDataListPredefinedValidatorDirective, multi: true }],
454
+ }]
455
+ }], propDecorators: { clrDataListPredefined: [{
456
+ type: Input
457
+ }] } });
391
458
 
392
459
  /*
393
460
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -396,12 +463,16 @@ ClrDataListPredefinedValidatorDirective.propDecorators = {
396
463
  */
397
464
  class ClrDataListValidatorModule {
398
465
  }
399
- ClrDataListValidatorModule.decorators = [
400
- { type: NgModule, args: [{
401
- declarations: [ClrDataListPredefinedValidatorDirective],
402
- exports: [ClrDataListPredefinedValidatorDirective],
403
- },] }
404
- ];
466
+ ClrDataListValidatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListValidatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
467
+ ClrDataListValidatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListValidatorModule, declarations: [ClrDataListPredefinedValidatorDirective], exports: [ClrDataListPredefinedValidatorDirective] });
468
+ ClrDataListValidatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListValidatorModule });
469
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDataListValidatorModule, decorators: [{
470
+ type: NgModule,
471
+ args: [{
472
+ declarations: [ClrDataListPredefinedValidatorDirective],
473
+ exports: [ClrDataListPredefinedValidatorDirective],
474
+ }]
475
+ }] });
405
476
 
406
477
  /*
407
478
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -422,10 +493,21 @@ class ClrDateTimeContainer {
422
493
  this.renderer.appendChild(inputWrapper, timeInputElement);
423
494
  }
424
495
  }
425
- ClrDateTimeContainer.decorators = [
426
- { type: Component, args: [{
427
- selector: 'clr-date-time-container',
428
- template: `
496
+ ClrDateTimeContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeContainer, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
497
+ ClrDateTimeContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrDateTimeContainer, selector: "clr-date-time-container", host: { properties: { "class.date-time-container": "true" } }, viewQueries: [{ propertyName: "timeInput", first: true, predicate: ["timeInput"], descendants: true, static: true }], ngImport: i0, template: `
498
+ <ng-content select="clr-date-container"></ng-content>
499
+
500
+ <ng-template #timeInput>
501
+ <div class="clr-input-wrapper">
502
+ <ng-content select="[clrTime]"></ng-content>
503
+ </div>
504
+ </ng-template>
505
+ `, isInline: true });
506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeContainer, decorators: [{
507
+ type: Component,
508
+ args: [{
509
+ selector: 'clr-date-time-container',
510
+ template: `
429
511
  <ng-content select="clr-date-container"></ng-content>
430
512
 
431
513
  <ng-template #timeInput>
@@ -434,18 +516,14 @@ ClrDateTimeContainer.decorators = [
434
516
  </div>
435
517
  </ng-template>
436
518
  `,
437
- host: {
438
- '[class.date-time-container]': 'true',
439
- }
440
- },] }
441
- ];
442
- ClrDateTimeContainer.ctorParameters = () => [
443
- { type: Renderer2 },
444
- { type: ElementRef }
445
- ];
446
- ClrDateTimeContainer.propDecorators = {
447
- timeInput: [{ type: ViewChild, args: ['timeInput', { static: true },] }]
448
- };
519
+ host: {
520
+ '[class.date-time-container]': 'true',
521
+ },
522
+ }]
523
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { timeInput: [{
524
+ type: ViewChild,
525
+ args: ['timeInput', { static: true }]
526
+ }] } });
449
527
 
450
528
  /*
451
529
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -454,14 +532,17 @@ ClrDateTimeContainer.propDecorators = {
454
532
  */
455
533
  class ClrTimeInput {
456
534
  }
457
- ClrTimeInput.decorators = [
458
- { type: Directive, args: [{
459
- selector: '[clrTime]',
460
- host: {
461
- '[class.clr-input]': 'true',
462
- },
463
- },] }
464
- ];
535
+ ClrTimeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTimeInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
536
+ ClrTimeInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrTimeInput, selector: "[clrTime]", host: { properties: { "class.clr-input": "true" } }, ngImport: i0 });
537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTimeInput, decorators: [{
538
+ type: Directive,
539
+ args: [{
540
+ selector: '[clrTime]',
541
+ host: {
542
+ '[class.clr-input]': 'true',
543
+ },
544
+ }]
545
+ }] });
465
546
 
466
547
  /*
467
548
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -470,13 +551,17 @@ ClrTimeInput.decorators = [
470
551
  */
471
552
  class ClrDateTimeModule {
472
553
  }
473
- ClrDateTimeModule.decorators = [
474
- { type: NgModule, args: [{
475
- imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule],
476
- declarations: [ClrDateTimeContainer, ClrTimeInput],
477
- exports: [ClrDateTimeContainer, ClrTimeInput],
478
- },] }
479
- ];
554
+ ClrDateTimeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
555
+ ClrDateTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeModule, declarations: [ClrDateTimeContainer, ClrTimeInput], imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule], exports: [ClrDateTimeContainer, ClrTimeInput] });
556
+ ClrDateTimeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeModule, imports: [[CommonModule, ClarityModule, ClrFormsModule, FormsModule]] });
557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDateTimeModule, decorators: [{
558
+ type: NgModule,
559
+ args: [{
560
+ imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule],
561
+ declarations: [ClrDateTimeContainer, ClrTimeInput],
562
+ exports: [ClrDateTimeContainer, ClrTimeInput],
563
+ }]
564
+ }] });
480
565
 
481
566
  /*
482
567
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -515,18 +600,21 @@ class ClrDotPager {
515
600
  return Array(this._pages);
516
601
  }
517
602
  }
518
- ClrDotPager.decorators = [
519
- { type: Component, args: [{
520
- selector: 'clr-dot-pager',
521
- template: "<clr-radio-container *ngIf=\"pages > 0\" clrInline>\n <clr-radio-wrapper *ngFor=\"let a of pageArray(); let page = index\">\n <input clrRadio type=\"radio\" [value]=\"page+1\" [(ngModel)]=\"currentPage\" name=\"{{uniqueName}}\" />\n <label>&nbsp;</label>\n </clr-radio-wrapper>\n</clr-radio-container>\n",
522
- host: { '[class.dot-pager]': 'true' }
523
- },] }
524
- ];
525
- ClrDotPager.propDecorators = {
526
- currentPageChange: [{ type: Output, args: ['clrCurrentPageChange',] }],
527
- pages: [{ type: Input, args: ['clrPages',] }],
528
- currentPage: [{ type: Input, args: ['clrCurrentPage',] }]
529
- };
603
+ ClrDotPager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPager, deps: [], target: i0.ɵɵFactoryTarget.Component });
604
+ ClrDotPager.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrDotPager, selector: "clr-dot-pager", inputs: { pages: ["clrPages", "pages"], currentPage: ["clrCurrentPage", "currentPage"] }, outputs: { currentPageChange: "clrCurrentPageChange" }, host: { properties: { "class.dot-pager": "true" } }, ngImport: i0, template: "<clr-radio-container *ngIf=\"pages > 0\" clrInline>\n <clr-radio-wrapper *ngFor=\"let a of pageArray(); let page = index\">\n <input clrRadio type=\"radio\" [value]=\"page+1\" [(ngModel)]=\"currentPage\" name=\"{{uniqueName}}\" />\n <label>&nbsp;</label>\n </clr-radio-wrapper>\n</clr-radio-container>\n", components: [{ type: i1.ClrRadioContainer, selector: "clr-radio-container", inputs: ["clrInline"] }, { type: i1.ClrRadioWrapper, selector: "clr-radio-wrapper" }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3$1.RadioControlValueAccessor, selector: "input[type=radio][formControlName],input[type=radio][formControl],input[type=radio][ngModel]", inputs: ["name", "formControlName", "value"] }, { type: i3$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1.ClrRadio, selector: "[clrRadio]" }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1.ClrLabel, selector: "label", inputs: ["for"] }] });
605
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPager, decorators: [{
606
+ type: Component,
607
+ args: [{ selector: 'clr-dot-pager', host: { '[class.dot-pager]': 'true' }, template: "<clr-radio-container *ngIf=\"pages > 0\" clrInline>\n <clr-radio-wrapper *ngFor=\"let a of pageArray(); let page = index\">\n <input clrRadio type=\"radio\" [value]=\"page+1\" [(ngModel)]=\"currentPage\" name=\"{{uniqueName}}\" />\n <label>&nbsp;</label>\n </clr-radio-wrapper>\n</clr-radio-container>\n" }]
608
+ }], propDecorators: { currentPageChange: [{
609
+ type: Output,
610
+ args: ['clrCurrentPageChange']
611
+ }], pages: [{
612
+ type: Input,
613
+ args: ['clrPages']
614
+ }], currentPage: [{
615
+ type: Input,
616
+ args: ['clrCurrentPage']
617
+ }] } });
530
618
 
531
619
  /*
532
620
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -535,13 +623,17 @@ ClrDotPager.propDecorators = {
535
623
  */
536
624
  class ClrDotPagerModule {
537
625
  }
538
- ClrDotPagerModule.decorators = [
539
- { type: NgModule, args: [{
540
- imports: [CommonModule, ClarityModule, FormsModule],
541
- declarations: [ClrDotPager],
542
- exports: [ClrDotPager],
543
- },] }
544
- ];
626
+ ClrDotPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
627
+ ClrDotPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPagerModule, declarations: [ClrDotPager], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrDotPager] });
628
+ ClrDotPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPagerModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrDotPagerModule, decorators: [{
630
+ type: NgModule,
631
+ args: [{
632
+ imports: [CommonModule, ClarityModule, FormsModule],
633
+ declarations: [ClrDotPager],
634
+ exports: [ClrDotPager],
635
+ }]
636
+ }] });
545
637
 
546
638
  /*
547
639
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -681,20 +773,23 @@ class ClrFlowBar {
681
773
  return this._steps.slice(index + 1, this._steps.length).find(step => step.enabled);
682
774
  }
683
775
  }
684
- ClrFlowBar.decorators = [
685
- { type: Component, args: [{
686
- selector: 'clr-flow-bar',
687
- template: "<div class=\"flow-bar-wrapper\">\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <div class=\"flow-bar-step\" [class.active]=\"step === _activeStep\">\n <button\n class=\"btn btn-link flow-bar-btn\"\n [disabled]=\"!step.enabled\"\n [class.active]=\"step === _activeStep\"\n (click)=\"changeActiveStep(step)\"\n >\n {{index + 1}}. {{(step.title | async)}}\n </button>\n <clr-icon shape=\"caret right\" *ngIf=\"!last\"></clr-icon>\n </div>\n </ng-container>\n</div>\n<clr-dropdown class=\"flow-bar-dropdown clr-flex-fill\">\n <button type=\"button\" class=\"btn btn-outline-primary\" clrDropdownTrigger>\n {{_steps.indexOf(_activeStep) + 1}}. {{_activeStep?.title | async}}\n <clr-icon shape=\"caret down\"></clr-icon>\n </button>\n <clr-dropdown-menu>\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <button clrDropdownItem type=\"button\" class=\"btn\" [disabled]=\"!step.enabled\" (click)=\"changeActiveStep(step)\">\n {{index + 1}}. {{step.title | async}}\n </button>\n </ng-container>\n </clr-dropdown-menu>\n</clr-dropdown>\n",
688
- host: {
689
- '[class.flow-bar]': 'true',
690
- }
691
- },] }
692
- ];
693
- ClrFlowBar.propDecorators = {
694
- _steps: [{ type: Input, args: ['clrSteps',] }],
695
- _activeStep: [{ type: Input, args: ['clrActiveStep',] }],
696
- _activeStepChange: [{ type: Output, args: ['clrActiveStepChange',] }]
697
- };
776
+ ClrFlowBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBar, deps: [], target: i0.ɵɵFactoryTarget.Component });
777
+ ClrFlowBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrFlowBar, selector: "clr-flow-bar", inputs: { _steps: ["clrSteps", "_steps"], _activeStep: ["clrActiveStep", "_activeStep"] }, outputs: { _activeStepChange: "clrActiveStepChange" }, host: { properties: { "class.flow-bar": "true" } }, ngImport: i0, template: "<div class=\"flow-bar-wrapper\">\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <div class=\"flow-bar-step\" [class.active]=\"step === _activeStep\">\n <button\n class=\"btn btn-link flow-bar-btn\"\n [disabled]=\"!step.enabled\"\n [class.active]=\"step === _activeStep\"\n (click)=\"changeActiveStep(step)\"\n >\n {{index + 1}}. {{(step.title | async)}}\n </button>\n <clr-icon shape=\"caret right\" *ngIf=\"!last\"></clr-icon>\n </div>\n </ng-container>\n</div>\n<clr-dropdown class=\"flow-bar-dropdown clr-flex-fill\">\n <button type=\"button\" class=\"btn btn-outline-primary\" clrDropdownTrigger>\n {{_steps.indexOf(_activeStep) + 1}}. {{_activeStep?.title | async}}\n <clr-icon shape=\"caret down\"></clr-icon>\n </button>\n <clr-dropdown-menu>\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <button clrDropdownItem type=\"button\" class=\"btn\" [disabled]=\"!step.enabled\" (click)=\"changeActiveStep(step)\">\n {{index + 1}}. {{step.title | async}}\n </button>\n </ng-container>\n </clr-dropdown-menu>\n</clr-dropdown>\n", components: [{ type: i1.ClrDropdown, selector: "clr-dropdown", inputs: ["clrCloseMenuOnItemClick"] }, { type: i1.ClrDropdownMenu, selector: "clr-dropdown-menu", inputs: ["clrPosition"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i1.ClrDropdownTrigger, selector: "[clrDropdownTrigger],[clrDropdownToggle]" }, { type: i1.ClrDropdownItem, selector: "[clrDropdownItem]", inputs: ["clrDisabled", "disabled", "id"] }], pipes: { "async": i2.AsyncPipe } });
778
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBar, decorators: [{
779
+ type: Component,
780
+ args: [{ selector: 'clr-flow-bar', host: {
781
+ '[class.flow-bar]': 'true',
782
+ }, template: "<div class=\"flow-bar-wrapper\">\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <div class=\"flow-bar-step\" [class.active]=\"step === _activeStep\">\n <button\n class=\"btn btn-link flow-bar-btn\"\n [disabled]=\"!step.enabled\"\n [class.active]=\"step === _activeStep\"\n (click)=\"changeActiveStep(step)\"\n >\n {{index + 1}}. {{(step.title | async)}}\n </button>\n <clr-icon shape=\"caret right\" *ngIf=\"!last\"></clr-icon>\n </div>\n </ng-container>\n</div>\n<clr-dropdown class=\"flow-bar-dropdown clr-flex-fill\">\n <button type=\"button\" class=\"btn btn-outline-primary\" clrDropdownTrigger>\n {{_steps.indexOf(_activeStep) + 1}}. {{_activeStep?.title | async}}\n <clr-icon shape=\"caret down\"></clr-icon>\n </button>\n <clr-dropdown-menu>\n <ng-container *ngFor=\"let step of _steps; let index = index; let last = last\">\n <button clrDropdownItem type=\"button\" class=\"btn\" [disabled]=\"!step.enabled\" (click)=\"changeActiveStep(step)\">\n {{index + 1}}. {{step.title | async}}\n </button>\n </ng-container>\n </clr-dropdown-menu>\n</clr-dropdown>\n" }]
783
+ }], propDecorators: { _steps: [{
784
+ type: Input,
785
+ args: ['clrSteps']
786
+ }], _activeStep: [{
787
+ type: Input,
788
+ args: ['clrActiveStep']
789
+ }], _activeStepChange: [{
790
+ type: Output,
791
+ args: ['clrActiveStepChange']
792
+ }] } });
698
793
 
699
794
  /*
700
795
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -703,13 +798,17 @@ ClrFlowBar.propDecorators = {
703
798
  */
704
799
  class ClrFlowBarModule {
705
800
  }
706
- ClrFlowBarModule.decorators = [
707
- { type: NgModule, args: [{
708
- imports: [CommonModule, ClarityModule, FormsModule],
709
- declarations: [ClrFlowBar],
710
- exports: [ClrFlowBar],
711
- },] }
712
- ];
801
+ ClrFlowBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
802
+ ClrFlowBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBarModule, declarations: [ClrFlowBar], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrFlowBar] });
803
+ ClrFlowBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBarModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
804
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFlowBarModule, decorators: [{
805
+ type: NgModule,
806
+ args: [{
807
+ imports: [CommonModule, ClarityModule, FormsModule],
808
+ declarations: [ClrFlowBar],
809
+ exports: [ClrFlowBar],
810
+ }]
811
+ }] });
713
812
 
714
813
  /*
715
814
  * Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
@@ -761,26 +860,44 @@ class ClrGenericQuickList {
761
860
  clearTimeout(this.timeout);
762
861
  }
763
862
  }
764
- ClrGenericQuickList.decorators = [
765
- { type: Component, args: [{
766
- selector: 'clr-generic-quick-list',
767
- host: { '[class.generic-quick-list]': 'true', '[class.clr-form-control]': 'true' },
768
- template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-content select=\".header-container\"></ng-content>\n\n <ng-container *ngFor=\"let item of allItems\">\n <div class=\"controls-wrapper\">\n <div class=\"controls-container\" *ngIf=\"itemTemplate\" #row>\n <ng-container *ngTemplateOutlet=\"itemTemplate.get(0); context: {$implicit:item}\"></ng-container>\n </div>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link btn-trash\"\n [disabled]=\"required && allItems.length === 1\"\n (click)=\"removeItem(item)\"\n >\n <clr-icon shape=\"trash\"></clr-icon>\n </button>\n </div>\n </ng-container>\n\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm btn-add\"\n (click)=\"addItem()\"\n [disabled]=\"!addPossible\"\n >\n {{addLabel}}\n </button>\n</div>\n"
769
- },] }
770
- ];
771
- ClrGenericQuickList.propDecorators = {
772
- allItems: [{ type: Input, args: ['clrAllItems',] }],
773
- addLabel: [{ type: Input, args: ['clrAddLabel',] }],
774
- addPossible: [{ type: Input, args: ['clrAddPossible',] }],
775
- blankItem: [{ type: Input, args: ['clrBlankItem',] }],
776
- controlClasses: [{ type: Input, args: ['clrControlClasses',] }],
777
- required: [{ type: Input, args: ['clrMandatory',] }],
778
- readonly: [{ type: Input }],
779
- added: [{ type: Output, args: ['clrAdded',] }],
780
- removed: [{ type: Output, args: ['clrRemoved',] }],
781
- itemTemplate: [{ type: ContentChildren, args: [TemplateRef,] }],
782
- itemRows: [{ type: ViewChildren, args: ['row',] }]
783
- };
863
+ ClrGenericQuickList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickList, deps: [], target: i0.ɵɵFactoryTarget.Component });
864
+ ClrGenericQuickList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrGenericQuickList, selector: "clr-generic-quick-list", inputs: { allItems: ["clrAllItems", "allItems"], addLabel: ["clrAddLabel", "addLabel"], addPossible: ["clrAddPossible", "addPossible"], blankItem: ["clrBlankItem", "blankItem"], controlClasses: ["clrControlClasses", "controlClasses"], required: ["clrMandatory", "required"], readonly: "readonly" }, outputs: { added: "clrAdded", removed: "clrRemoved" }, host: { properties: { "class.generic-quick-list": "true", "class.clr-form-control": "true" } }, queries: [{ propertyName: "itemTemplate", predicate: TemplateRef }], viewQueries: [{ propertyName: "itemRows", predicate: ["row"], descendants: true }], ngImport: i0, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-content select=\".header-container\"></ng-content>\n\n <ng-container *ngFor=\"let item of allItems\">\n <div class=\"controls-wrapper\">\n <div class=\"controls-container\" *ngIf=\"itemTemplate\" #row>\n <ng-container *ngTemplateOutlet=\"itemTemplate.get(0); context: {$implicit:item}\"></ng-container>\n </div>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link btn-trash\"\n [disabled]=\"required && allItems.length === 1\"\n (click)=\"removeItem(item)\"\n >\n <clr-icon shape=\"trash\"></clr-icon>\n </button>\n </div>\n </ng-container>\n\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm btn-add\"\n (click)=\"addItem()\"\n [disabled]=\"!addPossible\"\n >\n {{addLabel}}\n </button>\n</div>\n", directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
865
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickList, decorators: [{
866
+ type: Component,
867
+ args: [{ selector: 'clr-generic-quick-list', host: { '[class.generic-quick-list]': 'true', '[class.clr-form-control]': 'true' }, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-content select=\".header-container\"></ng-content>\n\n <ng-container *ngFor=\"let item of allItems\">\n <div class=\"controls-wrapper\">\n <div class=\"controls-container\" *ngIf=\"itemTemplate\" #row>\n <ng-container *ngTemplateOutlet=\"itemTemplate.get(0); context: {$implicit:item}\"></ng-container>\n </div>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link btn-trash\"\n [disabled]=\"required && allItems.length === 1\"\n (click)=\"removeItem(item)\"\n >\n <clr-icon shape=\"trash\"></clr-icon>\n </button>\n </div>\n </ng-container>\n\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm btn-add\"\n (click)=\"addItem()\"\n [disabled]=\"!addPossible\"\n >\n {{addLabel}}\n </button>\n</div>\n" }]
868
+ }], propDecorators: { allItems: [{
869
+ type: Input,
870
+ args: ['clrAllItems']
871
+ }], addLabel: [{
872
+ type: Input,
873
+ args: ['clrAddLabel']
874
+ }], addPossible: [{
875
+ type: Input,
876
+ args: ['clrAddPossible']
877
+ }], blankItem: [{
878
+ type: Input,
879
+ args: ['clrBlankItem']
880
+ }], controlClasses: [{
881
+ type: Input,
882
+ args: ['clrControlClasses']
883
+ }], required: [{
884
+ type: Input,
885
+ args: ['clrMandatory']
886
+ }], readonly: [{
887
+ type: Input
888
+ }], added: [{
889
+ type: Output,
890
+ args: ['clrAdded']
891
+ }], removed: [{
892
+ type: Output,
893
+ args: ['clrRemoved']
894
+ }], itemTemplate: [{
895
+ type: ContentChildren,
896
+ args: [TemplateRef]
897
+ }], itemRows: [{
898
+ type: ViewChildren,
899
+ args: ['row']
900
+ }] } });
784
901
 
785
902
  /*
786
903
  * Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
@@ -789,13 +906,17 @@ ClrGenericQuickList.propDecorators = {
789
906
  */
790
907
  class ClrGenericQuickListModule {
791
908
  }
792
- ClrGenericQuickListModule.decorators = [
793
- { type: NgModule, args: [{
794
- imports: [CommonModule, ClarityModule],
795
- declarations: [ClrGenericQuickList],
796
- exports: [ClrGenericQuickList],
797
- },] }
798
- ];
909
+ ClrGenericQuickListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
910
+ ClrGenericQuickListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickListModule, declarations: [ClrGenericQuickList], imports: [CommonModule, ClarityModule], exports: [ClrGenericQuickList] });
911
+ ClrGenericQuickListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickListModule, imports: [[CommonModule, ClarityModule]] });
912
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrGenericQuickListModule, decorators: [{
913
+ type: NgModule,
914
+ args: [{
915
+ imports: [CommonModule, ClarityModule],
916
+ declarations: [ClrGenericQuickList],
917
+ exports: [ClrGenericQuickList],
918
+ }]
919
+ }] });
799
920
 
800
921
  /*
801
922
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -828,21 +949,24 @@ class ClrLetterAvatar {
828
949
  }
829
950
  }
830
951
  }
831
- ClrLetterAvatar.decorators = [
832
- { type: Component, args: [{
833
- selector: 'clr-letter-avatar',
834
- template: "<div class=\"avatar-circle\">\n <div #avatar class=\"avatar-initials\">{{getInitials()}}</div>\n</div>\n"
835
- },] }
836
- ];
837
- ClrLetterAvatar.ctorParameters = () => [
838
- { type: Renderer2 }
839
- ];
840
- ClrLetterAvatar.propDecorators = {
841
- avatar: [{ type: HostBinding, args: ['class.clr-avatar',] }],
842
- name: [{ type: Input, args: ['clrName',] }],
843
- size: [{ type: Input, args: ['clrSize',] }],
844
- avatarElement: [{ type: ViewChild, args: ['avatar', { static: true },] }]
845
- };
952
+ ClrLetterAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatar, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
953
+ ClrLetterAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrLetterAvatar, selector: "clr-letter-avatar", inputs: { name: ["clrName", "name"], size: ["clrSize", "size"] }, host: { properties: { "class.clr-avatar": "this.avatar" } }, viewQueries: [{ propertyName: "avatarElement", first: true, predicate: ["avatar"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"avatar-circle\">\n <div #avatar class=\"avatar-initials\">{{getInitials()}}</div>\n</div>\n" });
954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatar, decorators: [{
955
+ type: Component,
956
+ args: [{ selector: 'clr-letter-avatar', template: "<div class=\"avatar-circle\">\n <div #avatar class=\"avatar-initials\">{{getInitials()}}</div>\n</div>\n" }]
957
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { avatar: [{
958
+ type: HostBinding,
959
+ args: ['class.clr-avatar']
960
+ }], name: [{
961
+ type: Input,
962
+ args: ['clrName']
963
+ }], size: [{
964
+ type: Input,
965
+ args: ['clrSize']
966
+ }], avatarElement: [{
967
+ type: ViewChild,
968
+ args: ['avatar', { static: true }]
969
+ }] } });
846
970
 
847
971
  /*
848
972
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -851,13 +975,17 @@ ClrLetterAvatar.propDecorators = {
851
975
  */
852
976
  class ClrLetterAvatarModule {
853
977
  }
854
- ClrLetterAvatarModule.decorators = [
855
- { type: NgModule, args: [{
856
- imports: [CommonModule, ClarityModule],
857
- declarations: [ClrLetterAvatar],
858
- exports: [ClrLetterAvatar],
859
- },] }
860
- ];
978
+ ClrLetterAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
979
+ ClrLetterAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatarModule, declarations: [ClrLetterAvatar], imports: [CommonModule, ClarityModule], exports: [ClrLetterAvatar] });
980
+ ClrLetterAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatarModule, imports: [[CommonModule, ClarityModule]] });
981
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLetterAvatarModule, decorators: [{
982
+ type: NgModule,
983
+ args: [{
984
+ imports: [CommonModule, ClarityModule],
985
+ declarations: [ClrLetterAvatar],
986
+ exports: [ClrLetterAvatar],
987
+ }]
988
+ }] });
861
989
 
862
990
  class ClrMainNavGroupItem {
863
991
  constructor(el, renderer) {
@@ -875,15 +1003,14 @@ class ClrMainNavGroupItem {
875
1003
  this.el.nativeElement.blur();
876
1004
  }
877
1005
  }
878
- ClrMainNavGroupItem.decorators = [
879
- { type: Directive, args: [{
880
- selector: '[clrMainNavGroupItem]',
881
- },] }
882
- ];
883
- ClrMainNavGroupItem.ctorParameters = () => [
884
- { type: ElementRef },
885
- { type: Renderer2 }
886
- ];
1006
+ ClrMainNavGroupItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupItem, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
1007
+ ClrMainNavGroupItem.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrMainNavGroupItem, selector: "[clrMainNavGroupItem]", ngImport: i0 });
1008
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupItem, decorators: [{
1009
+ type: Directive,
1010
+ args: [{
1011
+ selector: '[clrMainNavGroupItem]',
1012
+ }]
1013
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
887
1014
 
888
1015
  /*
889
1016
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -1021,20 +1148,18 @@ class ClrMainNavGroup {
1021
1148
  setTimeout(() => this.items.toArray()[this.currentFocusedId].focus());
1022
1149
  }
1023
1150
  }
1024
- ClrMainNavGroup.decorators = [
1025
- { type: Component, args: [{
1026
- selector: 'clr-main-nav-group',
1027
- template: "<section\n class=\"nav-link collapsible\"\n (click)=\"onClick($event)\"\n (keydown.enter)=\"onClick($event)\"\n (keydown.space)=\"onClick($event)\"\n [class.active]=\"isActive()\"\n tabindex=\"0\"\n>\n <input id=\"{{prefix}}{{id}}\" type=\"checkbox\" [checked]=\"isChecked()\" />\n <label class=\"nav-text nav-trigger\" for=\"{{prefix}}{{id}}\">{{title}}<clr-icon shape=\"caret down\"></clr-icon></label>\n <div class=\"nav-list dropdown-menu\">\n <ng-content></ng-content>\n </div>\n</section>\n",
1028
- host: { '[class.main-nav-group]': 'true' }
1029
- },] }
1030
- ];
1031
- ClrMainNavGroup.ctorParameters = () => [
1032
- { type: Injector }
1033
- ];
1034
- ClrMainNavGroup.propDecorators = {
1035
- title: [{ type: Input, args: ['clrTitle',] }],
1036
- items: [{ type: ContentChildren, args: [ClrMainNavGroupItem,] }]
1037
- };
1151
+ ClrMainNavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroup, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1152
+ ClrMainNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrMainNavGroup, selector: "clr-main-nav-group", inputs: { title: ["clrTitle", "title"] }, host: { properties: { "class.main-nav-group": "true" } }, queries: [{ propertyName: "items", predicate: ClrMainNavGroupItem }], ngImport: i0, template: "<section\n class=\"nav-link collapsible\"\n (click)=\"onClick($event)\"\n (keydown.enter)=\"onClick($event)\"\n (keydown.space)=\"onClick($event)\"\n [class.active]=\"isActive()\"\n tabindex=\"0\"\n>\n <input id=\"{{prefix}}{{id}}\" type=\"checkbox\" [checked]=\"isChecked()\" />\n <label class=\"nav-text nav-trigger\" for=\"{{prefix}}{{id}}\">{{title}}<clr-icon shape=\"caret down\"></clr-icon></label>\n <div class=\"nav-list dropdown-menu\">\n <ng-content></ng-content>\n </div>\n</section>\n", directives: [{ type: i1.ClrLabel, selector: "label", inputs: ["for"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
1153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroup, decorators: [{
1154
+ type: Component,
1155
+ args: [{ selector: 'clr-main-nav-group', host: { '[class.main-nav-group]': 'true' }, template: "<section\n class=\"nav-link collapsible\"\n (click)=\"onClick($event)\"\n (keydown.enter)=\"onClick($event)\"\n (keydown.space)=\"onClick($event)\"\n [class.active]=\"isActive()\"\n tabindex=\"0\"\n>\n <input id=\"{{prefix}}{{id}}\" type=\"checkbox\" [checked]=\"isChecked()\" />\n <label class=\"nav-text nav-trigger\" for=\"{{prefix}}{{id}}\">{{title}}<clr-icon shape=\"caret down\"></clr-icon></label>\n <div class=\"nav-list dropdown-menu\">\n <ng-content></ng-content>\n </div>\n</section>\n" }]
1156
+ }], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { title: [{
1157
+ type: Input,
1158
+ args: ['clrTitle']
1159
+ }], items: [{
1160
+ type: ContentChildren,
1161
+ args: [ClrMainNavGroupItem]
1162
+ }] } });
1038
1163
 
1039
1164
  /*
1040
1165
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -1043,13 +1168,17 @@ ClrMainNavGroup.propDecorators = {
1043
1168
  */
1044
1169
  class ClrMainNavGroupModule {
1045
1170
  }
1046
- ClrMainNavGroupModule.decorators = [
1047
- { type: NgModule, args: [{
1048
- imports: [CommonModule, RouterModule, ClarityModule],
1049
- declarations: [ClrMainNavGroup, ClrMainNavGroupItem],
1050
- exports: [ClrMainNavGroup, ClrMainNavGroupItem],
1051
- },] }
1052
- ];
1171
+ ClrMainNavGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1172
+ ClrMainNavGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupModule, declarations: [ClrMainNavGroup, ClrMainNavGroupItem], imports: [CommonModule, RouterModule, ClarityModule], exports: [ClrMainNavGroup, ClrMainNavGroupItem] });
1173
+ ClrMainNavGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupModule, imports: [[CommonModule, RouterModule, ClarityModule]] });
1174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMainNavGroupModule, decorators: [{
1175
+ type: NgModule,
1176
+ args: [{
1177
+ imports: [CommonModule, RouterModule, ClarityModule],
1178
+ declarations: [ClrMainNavGroup, ClrMainNavGroupItem],
1179
+ exports: [ClrMainNavGroup, ClrMainNavGroupItem],
1180
+ }]
1181
+ }] });
1053
1182
 
1054
1183
  /*
1055
1184
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -1119,15 +1248,18 @@ class ClrRequiredOneMultilang {
1119
1248
  return this._active ? ClrMultilingualInputValidators.requiredOne()(control) : null;
1120
1249
  }
1121
1250
  }
1122
- ClrRequiredOneMultilang.decorators = [
1123
- { type: Directive, args: [{
1124
- selector: '[clrRequiredOneMultilang]',
1125
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredOneMultilang, multi: true }],
1126
- },] }
1127
- ];
1128
- ClrRequiredOneMultilang.propDecorators = {
1129
- active: [{ type: Input, args: ['clrRequiredOneMultilang',] }]
1130
- };
1251
+ ClrRequiredOneMultilang.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrRequiredOneMultilang, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1252
+ ClrRequiredOneMultilang.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrRequiredOneMultilang, selector: "[clrRequiredOneMultilang]", inputs: { active: ["clrRequiredOneMultilang", "active"] }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredOneMultilang, multi: true }], ngImport: i0 });
1253
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrRequiredOneMultilang, decorators: [{
1254
+ type: Directive,
1255
+ args: [{
1256
+ selector: '[clrRequiredOneMultilang]',
1257
+ providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredOneMultilang, multi: true }],
1258
+ }]
1259
+ }], propDecorators: { active: [{
1260
+ type: Input,
1261
+ args: ['clrRequiredOneMultilang']
1262
+ }] } });
1131
1263
  class ClrRequiredAllMultilang {
1132
1264
  set active(active) {
1133
1265
  this._active = active != null && active !== false && `${active}` !== 'false';
@@ -1136,35 +1268,76 @@ class ClrRequiredAllMultilang {
1136
1268
  return this._active ? ClrMultilingualInputValidators.requiredAll()(control) : null;
1137
1269
  }
1138
1270
  }
1139
- ClrRequiredAllMultilang.decorators = [
1140
- { type: Directive, args: [{
1141
- selector: '[clrRequiredAllMultilang]',
1142
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredAllMultilang, multi: true }],
1143
- },] }
1144
- ];
1145
- ClrRequiredAllMultilang.propDecorators = {
1146
- active: [{ type: Input, args: ['clrRequiredAllMultilang',] }]
1147
- };
1271
+ ClrRequiredAllMultilang.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrRequiredAllMultilang, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1272
+ ClrRequiredAllMultilang.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrRequiredAllMultilang, selector: "[clrRequiredAllMultilang]", inputs: { active: ["clrRequiredAllMultilang", "active"] }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredAllMultilang, multi: true }], ngImport: i0 });
1273
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrRequiredAllMultilang, decorators: [{
1274
+ type: Directive,
1275
+ args: [{
1276
+ selector: '[clrRequiredAllMultilang]',
1277
+ providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredAllMultilang, multi: true }],
1278
+ }]
1279
+ }], propDecorators: { active: [{
1280
+ type: Input,
1281
+ args: ['clrRequiredAllMultilang']
1282
+ }] } });
1148
1283
 
1149
1284
  /*
1150
1285
  * Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
1151
1286
  * This software is released under MIT license.
1152
1287
  * The full license information can be found in LICENSE in the root directory of this project.
1153
1288
  */
1289
+ let counter = 0;
1290
+ class ControlIdService {
1291
+ constructor() {
1292
+ this._id = 'clra-form-control-' + ++counter;
1293
+ this._idChange = new BehaviorSubject(this._id);
1294
+ }
1295
+ get id() {
1296
+ return this._id;
1297
+ }
1298
+ set id(value) {
1299
+ this._id = value;
1300
+ this._idChange.next(value);
1301
+ }
1302
+ get idChange() {
1303
+ return this._idChange.asObservable();
1304
+ }
1305
+ }
1306
+ ControlIdService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ControlIdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1307
+ ControlIdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ControlIdService });
1308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ControlIdService, decorators: [{
1309
+ type: Injectable
1310
+ }] });
1311
+
1312
+ /*
1313
+ * Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
1314
+ * This software is released under MIT license.
1315
+ * The full license information can be found in LICENSE in the root directory of this project.
1316
+ */
1317
+ let instanceCount = 0;
1318
+ let origMarkAsTouched;
1319
+ const markedAsTouch = new Subject();
1154
1320
  class ClrAbstractFormComponent {
1155
1321
  constructor(injector) {
1156
1322
  this.injector = injector;
1157
1323
  this.formControl = true;
1158
- this.showError = false;
1159
1324
  this.disabled = false;
1160
1325
  this.invalid = false;
1161
1326
  this.destroyed = new Subject();
1162
- // eslint-disable-next-line @typescript-eslint/no-empty-function
1163
- this.onChange = (_) => { };
1164
- this.onTouch = this.defaultOnTouch;
1327
+ this.onChange = (_) => {
1328
+ /* empty default */
1329
+ };
1330
+ this.onTouch = () => {
1331
+ /* empty default */
1332
+ };
1333
+ instanceCount++;
1334
+ this.patchMarkAsTouched();
1335
+ }
1336
+ get showError() {
1337
+ return this.invalid && this.control.touched;
1165
1338
  }
1166
1339
  ngOnInit() {
1167
- const controlIdService = this.injector.get(ɵbc, null);
1340
+ const controlIdService = this.injector.get(ControlIdService, null);
1168
1341
  if (controlIdService) {
1169
1342
  this.inputId = controlIdService.id;
1170
1343
  }
@@ -1176,28 +1349,18 @@ class ClrAbstractFormComponent {
1176
1349
  this.control = ngControl.control;
1177
1350
  this.control.statusChanges.pipe(takeUntil(this.destroyed)).subscribe(status => {
1178
1351
  this.invalid = status === 'INVALID';
1179
- this.showError = this.invalid && this.control.touched;
1180
- });
1181
- }
1182
- const markControlService = this.injector.get(ɵbi, null);
1183
- if (markControlService) {
1184
- markControlService.touchedChange.subscribe(() => {
1185
- this.control.markAsTouched();
1186
- this.control.updateValueAndValidity();
1187
1352
  });
1188
1353
  }
1354
+ markedAsTouch.pipe(takeUntil(this.destroyed)).subscribe(() => {
1355
+ this.control.markAsTouched();
1356
+ this.control.updateValueAndValidity();
1357
+ });
1189
1358
  }
1190
1359
  registerOnChange(fn) {
1191
1360
  this.onChange = fn;
1192
1361
  }
1193
1362
  registerOnTouched(fn) {
1194
- this.onTouch = () => {
1195
- fn();
1196
- this.defaultOnTouch();
1197
- };
1198
- }
1199
- defaultOnTouch() {
1200
- this.showError = this.invalid && this.control.touched;
1363
+ this.onTouch = fn;
1201
1364
  }
1202
1365
  setDisabledState(isDisabled) {
1203
1366
  this.disabled = isDisabled;
@@ -1205,18 +1368,39 @@ class ClrAbstractFormComponent {
1205
1368
  ngOnDestroy() {
1206
1369
  this.destroyed.next();
1207
1370
  this.destroyed.complete();
1371
+ instanceCount--;
1372
+ this.unpatchMarkAsTouched();
1373
+ }
1374
+ /**
1375
+ * Patch markAsTouched method of ClrForm to get recognized when touched programmatically.
1376
+ * No other way found to accomplish the same thing.
1377
+ */
1378
+ patchMarkAsTouched() {
1379
+ if (instanceCount === 1) {
1380
+ origMarkAsTouched = ClrForm.prototype.markAsTouched;
1381
+ ClrForm.prototype.markAsTouched = function () {
1382
+ markedAsTouch.next();
1383
+ origMarkAsTouched.call(this);
1384
+ };
1385
+ }
1386
+ }
1387
+ unpatchMarkAsTouched() {
1388
+ if (instanceCount === 0 && origMarkAsTouched) {
1389
+ ClrForm.prototype.markAsTouched = origMarkAsTouched;
1390
+ }
1208
1391
  }
1209
1392
  }
1210
- ClrAbstractFormComponent.decorators = [
1211
- { type: Directive }
1212
- ];
1213
- ClrAbstractFormComponent.ctorParameters = () => [
1214
- { type: Injector }
1215
- ];
1216
- ClrAbstractFormComponent.propDecorators = {
1217
- formControl: [{ type: HostBinding, args: ['class.clr-form-control',] }],
1218
- showError: [{ type: HostBinding, args: ['class.clr-error',] }]
1219
- };
1393
+ ClrAbstractFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAbstractFormComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
1394
+ ClrAbstractFormComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrAbstractFormComponent, host: { properties: { "class.clr-form-control": "this.formControl", "class.clr-error": "this.showError" } }, ngImport: i0 });
1395
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAbstractFormComponent, decorators: [{
1396
+ type: Directive
1397
+ }], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { formControl: [{
1398
+ type: HostBinding,
1399
+ args: ['class.clr-form-control']
1400
+ }], showError: [{
1401
+ type: HostBinding,
1402
+ args: ['class.clr-error']
1403
+ }] } });
1220
1404
 
1221
1405
  /*
1222
1406
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -1250,87 +1434,38 @@ class ClrMultilingualAbstract extends ClrAbstractFormComponent {
1250
1434
  });
1251
1435
  }
1252
1436
  }
1253
- ClrMultilingualAbstract.decorators = [
1254
- { type: Directive }
1255
- ];
1256
- ClrMultilingualAbstract.ctorParameters = () => [
1257
- { type: Injector }
1258
- ];
1259
- ClrMultilingualAbstract.propDecorators = {
1260
- multi: [{ type: HostBinding, args: ['class.clr-multilingual',] }],
1261
- controlClasses: [{ type: Input, args: ['clrControlClasses',] }],
1262
- selectedLang: [{ type: Input, args: ['clrSelectedLang',] }],
1263
- readonly: [{ type: Input }],
1264
- maxlength: [{ type: Input }],
1265
- showSingleLanguageSelector: [{ type: Input, args: ['clrShowSingleLanguageSelector',] }],
1266
- inputElement: [{ type: ViewChild, args: ['input',] }]
1267
- };
1268
-
1269
- /*
1270
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
1271
- * This software is released under MIT license.
1272
- * The full license information can be found in LICENSE in the root directory of this project.
1273
- */
1274
- class ClrMultilingualInput extends ClrMultilingualAbstract {
1275
- constructor(injector) {
1276
- super(injector);
1277
- }
1278
- }
1279
- ClrMultilingualInput.decorators = [
1280
- { type: Component, args: [{
1281
- selector: 'clr-multilingual-input',
1282
- template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-input-wrapper\">\n <input\n class=\"clr-input\"\n type=\"text\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n autocomplete=\"off\"\n [maxlength]=\"maxlength || null\"\n #input\n />\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n",
1283
- providers: [
1284
- {
1285
- provide: NG_VALUE_ACCESSOR,
1286
- useExisting: forwardRef(() => ClrMultilingualInput),
1287
- multi: true,
1288
- },
1289
- ɵbc,
1290
- ]
1291
- },] }
1292
- ];
1293
- ClrMultilingualInput.ctorParameters = () => [
1294
- { type: Injector }
1295
- ];
1296
-
1297
- /*
1298
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
1299
- * This software is released under MIT license.
1300
- * The full license information can be found in LICENSE in the root directory of this project.
1301
- */
1302
- class ClrMultilingualTextarea extends ClrMultilingualAbstract {
1303
- constructor(injector) {
1304
- super(injector);
1305
- }
1306
- }
1307
- ClrMultilingualTextarea.decorators = [
1308
- { type: Component, args: [{
1309
- selector: 'clr-multilingual-textarea',
1310
- template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-textarea-wrapper\">\n <textarea\n class=\"clr-textarea\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n [maxlength]=\"maxlength || null\"\n #input\n ></textarea>\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n",
1311
- providers: [
1312
- {
1313
- provide: NG_VALUE_ACCESSOR,
1314
- useExisting: forwardRef(() => ClrMultilingualTextarea),
1315
- multi: true,
1316
- },
1317
- ɵbc,
1318
- ]
1319
- },] }
1320
- ];
1321
- ClrMultilingualTextarea.ctorParameters = () => [
1322
- { type: Injector }
1323
- ];
1437
+ ClrMultilingualAbstract.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualAbstract, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
1438
+ ClrMultilingualAbstract.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrMultilingualAbstract, inputs: { controlClasses: ["clrControlClasses", "controlClasses"], selectedLang: ["clrSelectedLang", "selectedLang"], readonly: "readonly", maxlength: "maxlength", showSingleLanguageSelector: ["clrShowSingleLanguageSelector", "showSingleLanguageSelector"] }, host: { properties: { "class.clr-multilingual": "this.multi" } }, viewQueries: [{ propertyName: "inputElement", first: true, predicate: ["input"], descendants: true }], usesInheritance: true, ngImport: i0 });
1439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualAbstract, decorators: [{
1440
+ type: Directive
1441
+ }], ctorParameters: function () { return [{ type: i0.Injector }]; }, propDecorators: { multi: [{
1442
+ type: HostBinding,
1443
+ args: ['class.clr-multilingual']
1444
+ }], controlClasses: [{
1445
+ type: Input,
1446
+ args: ['clrControlClasses']
1447
+ }], selectedLang: [{
1448
+ type: Input,
1449
+ args: ['clrSelectedLang']
1450
+ }], readonly: [{
1451
+ type: Input
1452
+ }], maxlength: [{
1453
+ type: Input
1454
+ }], showSingleLanguageSelector: [{
1455
+ type: Input,
1456
+ args: ['clrShowSingleLanguageSelector']
1457
+ }], inputElement: [{
1458
+ type: ViewChild,
1459
+ args: ['input']
1460
+ }] } });
1324
1461
 
1325
1462
  class ClrMultilingualSelector {
1326
1463
  constructor() {
1327
1464
  this.selectedLangChange = new EventEmitter();
1328
1465
  }
1329
1466
  }
1330
- ClrMultilingualSelector.decorators = [
1331
- { type: Component, args: [{
1332
- selector: 'clr-multilingual-selector',
1333
- template: `
1467
+ ClrMultilingualSelector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualSelector, deps: [], target: i0.ɵɵFactoryTarget.Component });
1468
+ ClrMultilingualSelector.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrMultilingualSelector, selector: "clr-multilingual-selector", inputs: { disabled: "disabled", texts: "texts", selectedLang: "selectedLang" }, outputs: { selectedLangChange: "selectedLangChange" }, ngImport: i0, template: `
1334
1469
  <div>
1335
1470
  <clr-dropdown [clrCloseMenuOnItemClick]="true">
1336
1471
  <button
@@ -1357,15 +1492,111 @@ ClrMultilingualSelector.decorators = [
1357
1492
  </clr-dropdown-menu>
1358
1493
  </clr-dropdown>
1359
1494
  </div>
1360
- `
1361
- },] }
1362
- ];
1363
- ClrMultilingualSelector.propDecorators = {
1364
- disabled: [{ type: Input }],
1365
- texts: [{ type: Input }],
1366
- selectedLang: [{ type: Input }],
1367
- selectedLangChange: [{ type: Output }]
1368
- };
1495
+ `, isInline: true, components: [{ type: i1.ClrDropdown, selector: "clr-dropdown", inputs: ["clrCloseMenuOnItemClick"] }, { type: i1.ClrDropdownMenu, selector: "clr-dropdown-menu", inputs: ["clrPosition"] }], directives: [{ type: i1.ClrDropdownTrigger, selector: "[clrDropdownTrigger],[clrDropdownToggle]" }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i1.ClrIfOpen, selector: "[clrIfOpen]", inputs: ["clrIfOpen"], outputs: ["clrIfOpenChange"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrDropdownItem, selector: "[clrDropdownItem]", inputs: ["clrDisabled", "disabled", "id"] }], pipes: { "keyvalue": i2.KeyValuePipe } });
1496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualSelector, decorators: [{
1497
+ type: Component,
1498
+ args: [{
1499
+ selector: 'clr-multilingual-selector',
1500
+ template: `
1501
+ <div>
1502
+ <clr-dropdown [clrCloseMenuOnItemClick]="true">
1503
+ <button
1504
+ type="button"
1505
+ class="btn btn-outline btn-sm clr-multilingual-button"
1506
+ clrDropdownTrigger
1507
+ [disabled]="disabled"
1508
+ >
1509
+ {{ selectedLang }}
1510
+ <clr-icon shape="caret down"></clr-icon>
1511
+ </button>
1512
+ <clr-dropdown-menu *clrIfOpen>
1513
+ <ng-container *ngFor="let text of texts | keyvalue">
1514
+ <div
1515
+ *ngIf="text.key !== selectedLang"
1516
+ class="clr-multilingual-dd-entry"
1517
+ clrDropdownItem
1518
+ (click)="selectedLangChange.emit(text.key)"
1519
+ >
1520
+ <span class="label">{{ text.key }}</span
1521
+ >{{ text.value }}
1522
+ </div>
1523
+ </ng-container>
1524
+ </clr-dropdown-menu>
1525
+ </clr-dropdown>
1526
+ </div>
1527
+ `,
1528
+ }]
1529
+ }], propDecorators: { disabled: [{
1530
+ type: Input
1531
+ }], texts: [{
1532
+ type: Input
1533
+ }], selectedLang: [{
1534
+ type: Input
1535
+ }], selectedLangChange: [{
1536
+ type: Output
1537
+ }] } });
1538
+
1539
+ /*
1540
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
1541
+ * This software is released under MIT license.
1542
+ * The full license information can be found in LICENSE in the root directory of this project.
1543
+ */
1544
+ class ClrMultilingualInput extends ClrMultilingualAbstract {
1545
+ constructor(injector) {
1546
+ super(injector);
1547
+ }
1548
+ }
1549
+ ClrMultilingualInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualInput, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1550
+ ClrMultilingualInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrMultilingualInput, selector: "clr-multilingual-input", providers: [
1551
+ {
1552
+ provide: NG_VALUE_ACCESSOR,
1553
+ useExisting: forwardRef(() => ClrMultilingualInput),
1554
+ multi: true,
1555
+ },
1556
+ ControlIdService,
1557
+ ], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-input-wrapper\">\n <input\n class=\"clr-input\"\n type=\"text\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n autocomplete=\"off\"\n [maxlength]=\"maxlength || null\"\n #input\n />\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n", components: [{ type: ClrMultilingualSelector, selector: "clr-multilingual-selector", inputs: ["disabled", "texts", "selectedLang"], outputs: ["selectedLangChange"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i3$1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
1558
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualInput, decorators: [{
1559
+ type: Component,
1560
+ args: [{ selector: 'clr-multilingual-input', providers: [
1561
+ {
1562
+ provide: NG_VALUE_ACCESSOR,
1563
+ useExisting: forwardRef(() => ClrMultilingualInput),
1564
+ multi: true,
1565
+ },
1566
+ ControlIdService,
1567
+ ], template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-input-wrapper\">\n <input\n class=\"clr-input\"\n type=\"text\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n autocomplete=\"off\"\n [maxlength]=\"maxlength || null\"\n #input\n />\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n" }]
1568
+ }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
1569
+
1570
+ /*
1571
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
1572
+ * This software is released under MIT license.
1573
+ * The full license information can be found in LICENSE in the root directory of this project.
1574
+ */
1575
+ class ClrMultilingualTextarea extends ClrMultilingualAbstract {
1576
+ constructor(injector) {
1577
+ super(injector);
1578
+ }
1579
+ }
1580
+ ClrMultilingualTextarea.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualTextarea, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1581
+ ClrMultilingualTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrMultilingualTextarea, selector: "clr-multilingual-textarea", providers: [
1582
+ {
1583
+ provide: NG_VALUE_ACCESSOR,
1584
+ useExisting: forwardRef(() => ClrMultilingualTextarea),
1585
+ multi: true,
1586
+ },
1587
+ ControlIdService,
1588
+ ], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-textarea-wrapper\">\n <textarea\n class=\"clr-textarea\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n [maxlength]=\"maxlength || null\"\n #input\n ></textarea>\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n", components: [{ type: ClrMultilingualSelector, selector: "clr-multilingual-selector", inputs: ["disabled", "texts", "selectedLang"], outputs: ["selectedLangChange"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i3$1.MaxLengthValidator, selector: "[maxlength][formControlName],[maxlength][formControl],[maxlength][ngModel]", inputs: ["maxlength"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
1589
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualTextarea, decorators: [{
1590
+ type: Component,
1591
+ args: [{ selector: 'clr-multilingual-textarea', providers: [
1592
+ {
1593
+ provide: NG_VALUE_ACCESSOR,
1594
+ useExisting: forwardRef(() => ClrMultilingualTextarea),
1595
+ multi: true,
1596
+ },
1597
+ ControlIdService,
1598
+ ], template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <clr-multilingual-selector\n *ngIf=\"showLanguageSelector()\"\n [disabled]=\"disabled\"\n [texts]=\"texts\"\n [selectedLang]=\"selectedLang\"\n (selectedLangChange)=\"changeLanguage($event)\"\n >\n </clr-multilingual-selector>\n <div class=\"clr-multi-input-wrapper\">\n <div class=\"clr-textarea-wrapper\">\n <textarea\n class=\"clr-textarea\"\n [id]=\"inputId\"\n [ngModel]=\"!!texts && !!selectedLang ? texts.get(selectedLang) : ''\"\n (ngModelChange)=\"setText(selectedLang, $event)\"\n (blur)=\"onTouch()\"\n [disabled]=\"disabled\"\n [readonly]=\"readonly || readonly === ''\"\n [maxlength]=\"maxlength || null\"\n #input\n ></textarea>\n <clr-icon *ngIf=\"showError\" class=\"clr-validate-icon\" shape=\"exclamation-circle\" aria-hidden=\"true\"></clr-icon>\n </div>\n <ng-content select=\"clr-control-helper\" *ngIf=\"!showError\"></ng-content>\n <ng-content select=\"clr-control-error\" *ngIf=\"showError\"></ng-content>\n </div>\n</div>\n" }]
1599
+ }], ctorParameters: function () { return [{ type: i0.Injector }]; } });
1369
1600
 
1370
1601
  /*
1371
1602
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -1374,25 +1605,37 @@ ClrMultilingualSelector.propDecorators = {
1374
1605
  */
1375
1606
  class ClrMultilingualModule {
1376
1607
  }
1377
- ClrMultilingualModule.decorators = [
1378
- { type: NgModule, args: [{
1379
- imports: [CommonModule, ClarityModule, FormsModule],
1380
- declarations: [
1381
- ClrMultilingualInput,
1382
- ClrMultilingualTextarea,
1383
- ClrRequiredOneMultilang,
1384
- ClrRequiredAllMultilang,
1385
- ClrMultilingualSelector,
1386
- ],
1387
- exports: [
1388
- ClrMultilingualInput,
1389
- ClrMultilingualTextarea,
1390
- ClrRequiredOneMultilang,
1391
- ClrRequiredAllMultilang,
1392
- ClrMultilingualSelector,
1393
- ],
1394
- },] }
1395
- ];
1608
+ ClrMultilingualModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1609
+ ClrMultilingualModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualModule, declarations: [ClrMultilingualInput,
1610
+ ClrMultilingualTextarea,
1611
+ ClrRequiredOneMultilang,
1612
+ ClrRequiredAllMultilang,
1613
+ ClrMultilingualSelector], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrMultilingualInput,
1614
+ ClrMultilingualTextarea,
1615
+ ClrRequiredOneMultilang,
1616
+ ClrRequiredAllMultilang,
1617
+ ClrMultilingualSelector] });
1618
+ ClrMultilingualModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
1619
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMultilingualModule, decorators: [{
1620
+ type: NgModule,
1621
+ args: [{
1622
+ imports: [CommonModule, ClarityModule, FormsModule],
1623
+ declarations: [
1624
+ ClrMultilingualInput,
1625
+ ClrMultilingualTextarea,
1626
+ ClrRequiredOneMultilang,
1627
+ ClrRequiredAllMultilang,
1628
+ ClrMultilingualSelector,
1629
+ ],
1630
+ exports: [
1631
+ ClrMultilingualInput,
1632
+ ClrMultilingualTextarea,
1633
+ ClrRequiredOneMultilang,
1634
+ ClrRequiredAllMultilang,
1635
+ ClrMultilingualSelector,
1636
+ ],
1637
+ }]
1638
+ }] });
1396
1639
 
1397
1640
  /*
1398
1641
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -1513,61 +1756,81 @@ class ClrNotification {
1513
1756
  zonedTimer(300, this.ngZone).subscribe(() => (this.state = { value: 'currentPosition', params: { absolute: this._translate } }));
1514
1757
  }
1515
1758
  }
1516
- ClrNotification.decorators = [
1517
- { type: Component, args: [{
1518
- selector: 'clr-notification',
1519
- template: "<div class=\"notification__wrapper\" [@slideDown] [@move]=\"state\" [@fade]=\"state\">\n <div class=\"progress top\" [ngClass]=\"notificationType\" *ngIf=\"progressbar && timeout > 0\">\n <progress class=\"progress\" [max]=\"timeout\" [value]=\"progressStatus\"></progress>\n </div>\n <clr-alert\n [clrAlertType]=\"notificationType\"\n [clrAlertAppLevel]=\"true\"\n [clrAlertClosable]=\"dismissable\"\n (clrAlertClosedChange)=\"close()\"\n >\n <div class=\"alert-item\">\n <span class=\"alert-text\">\n <ng-content select=\"[clr-notification-message]\"></ng-content>\n </span>\n </div>\n </clr-alert>\n</div>\n",
1520
- animations: [
1521
- trigger('slideDown', [
1522
- transition(':enter', [
1523
- style({ transform: 'translateY(-200%)' }),
1524
- animate('0.5s', style({ transform: 'translateY(0%)' })),
1759
+ ClrNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotification, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1760
+ ClrNotification.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrNotification, selector: "clr-notification", inputs: { timeout: "timeout", notificationType: "notificationType", dismissable: "dismissable", progressbar: "progressbar" }, outputs: { closed: "closed" }, host: { properties: { "class.notification": "true" } }, viewQueries: [{ propertyName: "clrAlert", first: true, predicate: ClrAlert, descendants: true, static: true }], ngImport: i0, template: "<div class=\"notification__wrapper\" [@slideDown] [@move]=\"state\" [@fade]=\"state\">\n <div class=\"progress top\" [ngClass]=\"notificationType\" *ngIf=\"progressbar && timeout > 0\">\n <progress class=\"progress\" [max]=\"timeout\" [value]=\"progressStatus\"></progress>\n </div>\n <clr-alert\n [clrAlertType]=\"notificationType\"\n [clrAlertAppLevel]=\"true\"\n [clrAlertClosable]=\"dismissable\"\n (clrAlertClosedChange)=\"close()\"\n >\n <div class=\"alert-item\">\n <span class=\"alert-text\">\n <ng-content select=\"[clr-notification-message]\"></ng-content>\n </span>\n </div>\n </clr-alert>\n</div>\n", components: [{ type: i1.ClrAlert, selector: "clr-alert", inputs: ["clrAlertSizeSmall", "clrAlertClosable", "clrAlertAppLevel", "clrCloseButtonAriaLabel", "clrAlertClosed", "clrAlertType", "clrAlertIcon"], outputs: ["clrAlertClosedChange"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.ClrAlertText, selector: ".alert-text" }], animations: [
1761
+ trigger('slideDown', [
1762
+ transition(':enter', [
1763
+ style({ transform: 'translateY(-200%)' }),
1764
+ animate('0.5s', style({ transform: 'translateY(0%)' })),
1765
+ ]),
1766
+ ]),
1767
+ trigger('move', [
1768
+ state('currentPosition', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1769
+ state('moveUp', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1770
+ state('moveDown', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1771
+ transition('* => moveDown', animate('0.3s')),
1772
+ transition('* => moveUp', animate('0.3s')),
1773
+ ]),
1774
+ trigger('fade', [
1775
+ state('fadeOut', style({ transform: 'translateY({{absolute}}px)', opacity: 0 }), { params: { absolute: '0' } }),
1776
+ transition('* => fadeOut', animate('0.3s')),
1777
+ ]),
1778
+ ] });
1779
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotification, decorators: [{
1780
+ type: Component,
1781
+ args: [{ selector: 'clr-notification', animations: [
1782
+ trigger('slideDown', [
1783
+ transition(':enter', [
1784
+ style({ transform: 'translateY(-200%)' }),
1785
+ animate('0.5s', style({ transform: 'translateY(0%)' })),
1786
+ ]),
1525
1787
  ]),
1526
- ]),
1527
- trigger('move', [
1528
- state('currentPosition', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1529
- state('moveUp', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1530
- state('moveDown', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1531
- transition('* => moveDown', animate('0.3s')),
1532
- transition('* => moveUp', animate('0.3s')),
1533
- ]),
1534
- trigger('fade', [
1535
- state('fadeOut', style({ transform: 'translateY({{absolute}}px)', opacity: 0 }), { params: { absolute: '0' } }),
1536
- transition('* => fadeOut', animate('0.3s')),
1537
- ]),
1538
- ],
1539
- host: {
1540
- '[class.notification]': 'true',
1541
- }
1542
- },] }
1543
- ];
1544
- ClrNotification.ctorParameters = () => [
1545
- { type: ElementRef },
1546
- { type: NgZone }
1547
- ];
1548
- ClrNotification.propDecorators = {
1549
- clrAlert: [{ type: ViewChild, args: [ClrAlert, { static: true },] }],
1550
- timeout: [{ type: Input }],
1551
- notificationType: [{ type: Input }],
1552
- dismissable: [{ type: Input }],
1553
- progressbar: [{ type: Input }],
1554
- closed: [{ type: Output }]
1555
- };
1788
+ trigger('move', [
1789
+ state('currentPosition', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1790
+ state('moveUp', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1791
+ state('moveDown', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1792
+ transition('* => moveDown', animate('0.3s')),
1793
+ transition('* => moveUp', animate('0.3s')),
1794
+ ]),
1795
+ trigger('fade', [
1796
+ state('fadeOut', style({ transform: 'translateY({{absolute}}px)', opacity: 0 }), { params: { absolute: '0' } }),
1797
+ transition('* => fadeOut', animate('0.3s')),
1798
+ ]),
1799
+ ], host: {
1800
+ '[class.notification]': 'true',
1801
+ }, template: "<div class=\"notification__wrapper\" [@slideDown] [@move]=\"state\" [@fade]=\"state\">\n <div class=\"progress top\" [ngClass]=\"notificationType\" *ngIf=\"progressbar && timeout > 0\">\n <progress class=\"progress\" [max]=\"timeout\" [value]=\"progressStatus\"></progress>\n </div>\n <clr-alert\n [clrAlertType]=\"notificationType\"\n [clrAlertAppLevel]=\"true\"\n [clrAlertClosable]=\"dismissable\"\n (clrAlertClosedChange)=\"close()\"\n >\n <div class=\"alert-item\">\n <span class=\"alert-text\">\n <ng-content select=\"[clr-notification-message]\"></ng-content>\n </span>\n </div>\n </clr-alert>\n</div>\n" }]
1802
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { clrAlert: [{
1803
+ type: ViewChild,
1804
+ args: [ClrAlert, { static: true }]
1805
+ }], timeout: [{
1806
+ type: Input
1807
+ }], notificationType: [{
1808
+ type: Input
1809
+ }], dismissable: [{
1810
+ type: Input
1811
+ }], progressbar: [{
1812
+ type: Input
1813
+ }], closed: [{
1814
+ type: Output
1815
+ }] } });
1556
1816
 
1557
1817
  /*
1558
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
1818
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
1559
1819
  * This software is released under MIT license.
1560
1820
  * The full license information can be found in LICENSE in the root directory of this project.
1561
1821
  */
1562
1822
  class ClrNotificationModule {
1563
1823
  }
1564
- ClrNotificationModule.decorators = [
1565
- { type: NgModule, args: [{
1566
- imports: [CommonModule, ClarityModule, FormsModule],
1567
- declarations: [ClrNotification],
1568
- entryComponents: [ClrNotification],
1569
- },] }
1570
- ];
1824
+ ClrNotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1825
+ ClrNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationModule, declarations: [ClrNotification], imports: [CommonModule, ClarityModule, FormsModule] });
1826
+ ClrNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
1827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationModule, decorators: [{
1828
+ type: NgModule,
1829
+ args: [{
1830
+ imports: [CommonModule, ClarityModule, FormsModule],
1831
+ declarations: [ClrNotification],
1832
+ }]
1833
+ }] });
1571
1834
 
1572
1835
  /*
1573
1836
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -1880,40 +2143,63 @@ class ClrNumericField {
1880
2143
  return Math[method](+(value * Math.pow(10, this.decimalPlaces)).toPrecision(16)) / Math.pow(10, this.decimalPlaces);
1881
2144
  }
1882
2145
  }
1883
- ClrNumericField.decorators = [
1884
- { type: Directive, args: [{
1885
- selector: '[clrNumeric]',
1886
- host: {
1887
- '[class.text-right]': 'textAlign === "right"',
1888
- '(change)': 'onChange(getValueForFormControl())',
1889
- '(input)': 'onChange(getValueForFormControl())',
1890
- '(blur)': 'onTouched()',
1891
- },
1892
- providers: [
1893
- {
1894
- provide: NG_VALUE_ACCESSOR,
1895
- useExisting: forwardRef(() => ClrNumericField),
1896
- multi: true,
2146
+ ClrNumericField.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericField, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2147
+ ClrNumericField.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrNumericField, selector: "[clrNumeric]", inputs: { textAlign: ["clrTextAlign", "textAlign"], decimalPlaces: ["clrDecimalPlaces", "decimalPlaces"], roundValue: ["clrRoundDisplayValue", "roundValue"], autofillDecimals: ["clrAutofillDecimals", "autofillDecimals"], decimalSeparator: ["clrDecimalSep", "decimalSeparator"], groupingSeparator: ["clrGroupingSep", "groupingSeparator"], unitPosition: ["clrUnitPosition", "unitPosition"], numericValue: ["clrNumericValue", "numericValue"], unit: ["clrUnit", "unit"] }, outputs: { numericValueChanged: "clrNumericValueChange" }, host: { listeners: { "change": "onChange(getValueForFormControl())", "input": "onChange(getValueForFormControl())", "blur": "onTouched()" }, properties: { "class.text-right": "textAlign === \"right\"" } }, providers: [
2148
+ {
2149
+ provide: NG_VALUE_ACCESSOR,
2150
+ useExisting: forwardRef(() => ClrNumericField),
2151
+ multi: true,
2152
+ },
2153
+ ], ngImport: i0 });
2154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericField, decorators: [{
2155
+ type: Directive,
2156
+ args: [{
2157
+ selector: '[clrNumeric]',
2158
+ host: {
2159
+ '[class.text-right]': 'textAlign === "right"',
2160
+ '(change)': 'onChange(getValueForFormControl())',
2161
+ '(input)': 'onChange(getValueForFormControl())',
2162
+ '(blur)': 'onTouched()',
1897
2163
  },
1898
- ],
1899
- },] }
1900
- ];
1901
- ClrNumericField.ctorParameters = () => [
1902
- { type: Renderer2 },
1903
- { type: ElementRef }
1904
- ];
1905
- ClrNumericField.propDecorators = {
1906
- textAlign: [{ type: Input, args: ['clrTextAlign',] }],
1907
- decimalPlaces: [{ type: Input, args: ['clrDecimalPlaces',] }],
1908
- roundValue: [{ type: Input, args: ['clrRoundDisplayValue',] }],
1909
- autofillDecimals: [{ type: Input, args: ['clrAutofillDecimals',] }],
1910
- decimalSeparator: [{ type: Input, args: ['clrDecimalSep',] }],
1911
- groupingSeparator: [{ type: Input, args: ['clrGroupingSep',] }],
1912
- unitPosition: [{ type: Input, args: ['clrUnitPosition',] }],
1913
- numericValueChanged: [{ type: Output, args: ['clrNumericValueChange',] }],
1914
- numericValue: [{ type: Input, args: ['clrNumericValue',] }],
1915
- unit: [{ type: Input, args: ['clrUnit',] }]
1916
- };
2164
+ providers: [
2165
+ {
2166
+ provide: NG_VALUE_ACCESSOR,
2167
+ useExisting: forwardRef(() => ClrNumericField),
2168
+ multi: true,
2169
+ },
2170
+ ],
2171
+ }]
2172
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { textAlign: [{
2173
+ type: Input,
2174
+ args: ['clrTextAlign']
2175
+ }], decimalPlaces: [{
2176
+ type: Input,
2177
+ args: ['clrDecimalPlaces']
2178
+ }], roundValue: [{
2179
+ type: Input,
2180
+ args: ['clrRoundDisplayValue']
2181
+ }], autofillDecimals: [{
2182
+ type: Input,
2183
+ args: ['clrAutofillDecimals']
2184
+ }], decimalSeparator: [{
2185
+ type: Input,
2186
+ args: ['clrDecimalSep']
2187
+ }], groupingSeparator: [{
2188
+ type: Input,
2189
+ args: ['clrGroupingSep']
2190
+ }], unitPosition: [{
2191
+ type: Input,
2192
+ args: ['clrUnitPosition']
2193
+ }], numericValueChanged: [{
2194
+ type: Output,
2195
+ args: ['clrNumericValueChange']
2196
+ }], numericValue: [{
2197
+ type: Input,
2198
+ args: ['clrNumericValue']
2199
+ }], unit: [{
2200
+ type: Input,
2201
+ args: ['clrUnit']
2202
+ }] } });
1917
2203
 
1918
2204
  /*
1919
2205
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -2006,17 +2292,24 @@ class ClrMaxNumeric {
2006
2292
  return ClrNumericFieldValidators.max(this._max, this._groupingSep, this._decimalSep)(control);
2007
2293
  }
2008
2294
  }
2009
- ClrMaxNumeric.decorators = [
2010
- { type: Directive, args: [{
2011
- selector: '[clrMaxNumeric]',
2012
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrMaxNumeric, multi: true }],
2013
- },] }
2014
- ];
2015
- ClrMaxNumeric.propDecorators = {
2016
- _max: [{ type: Input, args: ['clrMaxNumeric',] }],
2017
- _groupingSep: [{ type: Input, args: ['clrGroupingSep',] }],
2018
- _decimalSep: [{ type: Input, args: ['clrDecimalSep',] }]
2019
- };
2295
+ ClrMaxNumeric.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMaxNumeric, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2296
+ ClrMaxNumeric.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrMaxNumeric, selector: "[clrMaxNumeric]", inputs: { _max: ["clrMaxNumeric", "_max"], _groupingSep: ["clrGroupingSep", "_groupingSep"], _decimalSep: ["clrDecimalSep", "_decimalSep"] }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrMaxNumeric, multi: true }], ngImport: i0 });
2297
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMaxNumeric, decorators: [{
2298
+ type: Directive,
2299
+ args: [{
2300
+ selector: '[clrMaxNumeric]',
2301
+ providers: [{ provide: NG_VALIDATORS, useExisting: ClrMaxNumeric, multi: true }],
2302
+ }]
2303
+ }], propDecorators: { _max: [{
2304
+ type: Input,
2305
+ args: ['clrMaxNumeric']
2306
+ }], _groupingSep: [{
2307
+ type: Input,
2308
+ args: ['clrGroupingSep']
2309
+ }], _decimalSep: [{
2310
+ type: Input,
2311
+ args: ['clrDecimalSep']
2312
+ }] } });
2020
2313
  class ClrMinNumeric {
2021
2314
  constructor() {
2022
2315
  this._groupingSep = '.';
@@ -2026,17 +2319,24 @@ class ClrMinNumeric {
2026
2319
  return ClrNumericFieldValidators.min(this._min, this._groupingSep, this._decimalSep)(control);
2027
2320
  }
2028
2321
  }
2029
- ClrMinNumeric.decorators = [
2030
- { type: Directive, args: [{
2031
- selector: '[clrMinNumeric]',
2032
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrMinNumeric, multi: true }],
2033
- },] }
2034
- ];
2035
- ClrMinNumeric.propDecorators = {
2036
- _min: [{ type: Input, args: ['clrMinNumeric',] }],
2037
- _groupingSep: [{ type: Input, args: ['clrGroupingSep',] }],
2038
- _decimalSep: [{ type: Input, args: ['clrDecimalSep',] }]
2039
- };
2322
+ ClrMinNumeric.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMinNumeric, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2323
+ ClrMinNumeric.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrMinNumeric, selector: "[clrMinNumeric]", inputs: { _min: ["clrMinNumeric", "_min"], _groupingSep: ["clrGroupingSep", "_groupingSep"], _decimalSep: ["clrDecimalSep", "_decimalSep"] }, providers: [{ provide: NG_VALIDATORS, useExisting: ClrMinNumeric, multi: true }], ngImport: i0 });
2324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrMinNumeric, decorators: [{
2325
+ type: Directive,
2326
+ args: [{
2327
+ selector: '[clrMinNumeric]',
2328
+ providers: [{ provide: NG_VALIDATORS, useExisting: ClrMinNumeric, multi: true }],
2329
+ }]
2330
+ }], propDecorators: { _min: [{
2331
+ type: Input,
2332
+ args: ['clrMinNumeric']
2333
+ }], _groupingSep: [{
2334
+ type: Input,
2335
+ args: ['clrGroupingSep']
2336
+ }], _decimalSep: [{
2337
+ type: Input,
2338
+ args: ['clrDecimalSep']
2339
+ }] } });
2040
2340
 
2041
2341
  /*
2042
2342
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2045,46 +2345,17 @@ ClrMinNumeric.propDecorators = {
2045
2345
  */
2046
2346
  class ClrNumericFieldModule {
2047
2347
  }
2048
- ClrNumericFieldModule.decorators = [
2049
- { type: NgModule, args: [{
2050
- imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule],
2051
- declarations: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric],
2052
- exports: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric],
2053
- },] }
2054
- ];
2055
-
2056
- /*
2057
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
2058
- * This software is released under MIT license.
2059
- * The full license information can be found in LICENSE in the root directory of this project.
2060
- */
2061
- class ClrPagedSearchResultList {
2062
- constructor() {
2063
- /**
2064
- * The position of the pager
2065
- */
2066
- this.clrPagerPosition = 'bottom';
2067
- /**
2068
- * Triggered whenever a page change occurs.
2069
- */
2070
- this.pageChange = new EventEmitter();
2071
- }
2072
- }
2073
- ClrPagedSearchResultList.decorators = [
2074
- { type: Component, args: [{
2075
- selector: 'clr-paged-search-result-list',
2076
- template: "<div class=\"clr-row\">\n <clr-pager\n class=\"pager-top\"\n *ngIf=\"clrPagerPosition === 'top' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n<ng-container *ngFor=\"let item of items\" [ngTemplateOutlet]=\"itemTemplate\" [ngTemplateOutletContext]=\"{item: item}\">\n <div *ngIf=\"!itemTemplate\">Item template input is undefined!</div>\n</ng-container>\n<div class=\"clr-row\">\n <clr-pager\n class=\"pager-bottom\"\n *ngIf=\"clrPagerPosition === 'bottom' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n"
2077
- },] }
2078
- ];
2079
- ClrPagedSearchResultList.propDecorators = {
2080
- pageSize: [{ type: Input, args: ['clrPageSize',] }],
2081
- currentPage: [{ type: Input, args: ['clrPage',] }],
2082
- totalItems: [{ type: Input, args: ['clrTotalItems',] }],
2083
- items: [{ type: Input, args: ['clrItems',] }],
2084
- itemTemplate: [{ type: ContentChild, args: [TemplateRef, { static: true },] }],
2085
- clrPagerPosition: [{ type: Input, args: ['clrPagerPosition',] }],
2086
- pageChange: [{ type: Output, args: ['clrPageChange',] }]
2087
- };
2348
+ ClrNumericFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2349
+ ClrNumericFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericFieldModule, declarations: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric], imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule], exports: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric] });
2350
+ ClrNumericFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericFieldModule, imports: [[CommonModule, ClarityModule, ClrFormsModule, FormsModule]] });
2351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNumericFieldModule, decorators: [{
2352
+ type: NgModule,
2353
+ args: [{
2354
+ imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule],
2355
+ declarations: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric],
2356
+ exports: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric],
2357
+ }]
2358
+ }] });
2088
2359
 
2089
2360
  /*
2090
2361
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2195,20 +2466,72 @@ class ClrPager {
2195
2466
  return middlePages;
2196
2467
  }
2197
2468
  }
2198
- ClrPager.decorators = [
2199
- { type: Component, args: [{
2200
- selector: 'clr-pager',
2201
- template: "<div class=\"btn-group\" *ngIf=\"last > 1\">\n <button class=\"btn pagination-previous\" (click)=\"previous()\" [disabled]=\"page == 1\">\n <clr-icon shape=\"angle left\"></clr-icon>\n </button>\n <button *ngIf=\"page > 2\" class=\"btn\" (click)=\"page = 1\">1</button>\n <button *ngIf=\"page > 3\" class=\"btn\" disabled>...</button>\n\n <ng-container *ngFor=\"let pageNum of middlePages\">\n <button *ngIf=\"pageNum !== page; else activePage\" class=\"btn\" (click)=\"page = pageNum\">{{pageNum}}</button>\n <ng-template #activePage>\n <button class=\"btn btn-primary\" type=\"button\">{{pageNum}}</button>\n </ng-template>\n </ng-container>\n\n <button *ngIf=\"page < last - 2\" class=\"btn\" disabled>...</button>\n <button *ngIf=\"page < last - 1\" class=\"btn\" (click)=\"page = last\">{{last}}</button>\n <button class=\"btn pagination-next\" (click)=\"next()\" [disabled]=\"page == last\">\n <clr-icon shape=\"angle right\"></clr-icon>\n </button>\n</div>\n",
2202
- host: { '[class.pager]': 'true' }
2203
- },] }
2204
- ];
2205
- ClrPager.propDecorators = {
2206
- pageChange: [{ type: Output, args: ['clrPageChange',] }],
2207
- pageSize: [{ type: Input, args: ['clrPageSize',] }],
2208
- totalItems: [{ type: Input, args: ['clrTotalItems',] }],
2209
- last: [{ type: Input, args: ['clrLast',] }],
2210
- page: [{ type: Input, args: ['clrPage',] }]
2211
- };
2469
+ ClrPager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPager, deps: [], target: i0.ɵɵFactoryTarget.Component });
2470
+ ClrPager.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrPager, selector: "clr-pager", inputs: { pageSize: ["clrPageSize", "pageSize"], totalItems: ["clrTotalItems", "totalItems"], last: ["clrLast", "last"], page: ["clrPage", "page"] }, outputs: { pageChange: "clrPageChange" }, host: { properties: { "class.pager": "true" } }, ngImport: i0, template: "<div class=\"btn-group\" *ngIf=\"last > 1\">\n <button class=\"btn pagination-previous\" (click)=\"previous()\" [disabled]=\"page == 1\">\n <clr-icon shape=\"angle left\"></clr-icon>\n </button>\n <button *ngIf=\"page > 2\" class=\"btn\" (click)=\"page = 1\">1</button>\n <button *ngIf=\"page > 3\" class=\"btn\" disabled>...</button>\n\n <ng-container *ngFor=\"let pageNum of middlePages\">\n <button *ngIf=\"pageNum !== page; else activePage\" class=\"btn\" (click)=\"page = pageNum\">{{pageNum}}</button>\n <ng-template #activePage>\n <button class=\"btn btn-primary\" type=\"button\">{{pageNum}}</button>\n </ng-template>\n </ng-container>\n\n <button *ngIf=\"page < last - 2\" class=\"btn\" disabled>...</button>\n <button *ngIf=\"page < last - 1\" class=\"btn\" (click)=\"page = last\">{{last}}</button>\n <button class=\"btn pagination-next\" (click)=\"next()\" [disabled]=\"page == last\">\n <clr-icon shape=\"angle right\"></clr-icon>\n </button>\n</div>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
2471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPager, decorators: [{
2472
+ type: Component,
2473
+ args: [{ selector: 'clr-pager', host: { '[class.pager]': 'true' }, template: "<div class=\"btn-group\" *ngIf=\"last > 1\">\n <button class=\"btn pagination-previous\" (click)=\"previous()\" [disabled]=\"page == 1\">\n <clr-icon shape=\"angle left\"></clr-icon>\n </button>\n <button *ngIf=\"page > 2\" class=\"btn\" (click)=\"page = 1\">1</button>\n <button *ngIf=\"page > 3\" class=\"btn\" disabled>...</button>\n\n <ng-container *ngFor=\"let pageNum of middlePages\">\n <button *ngIf=\"pageNum !== page; else activePage\" class=\"btn\" (click)=\"page = pageNum\">{{pageNum}}</button>\n <ng-template #activePage>\n <button class=\"btn btn-primary\" type=\"button\">{{pageNum}}</button>\n </ng-template>\n </ng-container>\n\n <button *ngIf=\"page < last - 2\" class=\"btn\" disabled>...</button>\n <button *ngIf=\"page < last - 1\" class=\"btn\" (click)=\"page = last\">{{last}}</button>\n <button class=\"btn pagination-next\" (click)=\"next()\" [disabled]=\"page == last\">\n <clr-icon shape=\"angle right\"></clr-icon>\n </button>\n</div>\n" }]
2474
+ }], propDecorators: { pageChange: [{
2475
+ type: Output,
2476
+ args: ['clrPageChange']
2477
+ }], pageSize: [{
2478
+ type: Input,
2479
+ args: ['clrPageSize']
2480
+ }], totalItems: [{
2481
+ type: Input,
2482
+ args: ['clrTotalItems']
2483
+ }], last: [{
2484
+ type: Input,
2485
+ args: ['clrLast']
2486
+ }], page: [{
2487
+ type: Input,
2488
+ args: ['clrPage']
2489
+ }] } });
2490
+
2491
+ /*
2492
+ * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
2493
+ * This software is released under MIT license.
2494
+ * The full license information can be found in LICENSE in the root directory of this project.
2495
+ */
2496
+ class ClrPagedSearchResultList {
2497
+ constructor() {
2498
+ /**
2499
+ * The position of the pager
2500
+ */
2501
+ this.clrPagerPosition = 'bottom';
2502
+ /**
2503
+ * Triggered whenever a page change occurs.
2504
+ */
2505
+ this.pageChange = new EventEmitter();
2506
+ }
2507
+ }
2508
+ ClrPagedSearchResultList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultList, deps: [], target: i0.ɵɵFactoryTarget.Component });
2509
+ ClrPagedSearchResultList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrPagedSearchResultList, selector: "clr-paged-search-result-list", inputs: { pageSize: ["clrPageSize", "pageSize"], currentPage: ["clrPage", "currentPage"], totalItems: ["clrTotalItems", "totalItems"], items: ["clrItems", "items"], clrPagerPosition: "clrPagerPosition" }, outputs: { pageChange: "clrPageChange" }, queries: [{ propertyName: "itemTemplate", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: "<div class=\"clr-row\">\n <clr-pager\n class=\"pager-top\"\n *ngIf=\"clrPagerPosition === 'top' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n<ng-container *ngFor=\"let item of items\" [ngTemplateOutlet]=\"itemTemplate\" [ngTemplateOutletContext]=\"{item: item}\">\n <div *ngIf=\"!itemTemplate\">Item template input is undefined!</div>\n</ng-container>\n<div class=\"clr-row\">\n <clr-pager\n class=\"pager-bottom\"\n *ngIf=\"clrPagerPosition === 'bottom' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n", components: [{ type: ClrPager, selector: "clr-pager", inputs: ["clrPageSize", "clrTotalItems", "clrLast", "clrPage"], outputs: ["clrPageChange"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
2510
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultList, decorators: [{
2511
+ type: Component,
2512
+ args: [{ selector: 'clr-paged-search-result-list', template: "<div class=\"clr-row\">\n <clr-pager\n class=\"pager-top\"\n *ngIf=\"clrPagerPosition === 'top' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n<ng-container *ngFor=\"let item of items\" [ngTemplateOutlet]=\"itemTemplate\" [ngTemplateOutletContext]=\"{item: item}\">\n <div *ngIf=\"!itemTemplate\">Item template input is undefined!</div>\n</ng-container>\n<div class=\"clr-row\">\n <clr-pager\n class=\"pager-bottom\"\n *ngIf=\"clrPagerPosition === 'bottom' || clrPagerPosition === 'both'\"\n [clrPage]=\"currentPage\"\n [clrPageSize]=\"pageSize\"\n [clrTotalItems]=\"totalItems\"\n (clrPageChange)=\"pageChange.emit($event)\"\n ></clr-pager>\n</div>\n" }]
2513
+ }], propDecorators: { pageSize: [{
2514
+ type: Input,
2515
+ args: ['clrPageSize']
2516
+ }], currentPage: [{
2517
+ type: Input,
2518
+ args: ['clrPage']
2519
+ }], totalItems: [{
2520
+ type: Input,
2521
+ args: ['clrTotalItems']
2522
+ }], items: [{
2523
+ type: Input,
2524
+ args: ['clrItems']
2525
+ }], itemTemplate: [{
2526
+ type: ContentChild,
2527
+ args: [TemplateRef, { static: true }]
2528
+ }], clrPagerPosition: [{
2529
+ type: Input,
2530
+ args: ['clrPagerPosition']
2531
+ }], pageChange: [{
2532
+ type: Output,
2533
+ args: ['clrPageChange']
2534
+ }] } });
2212
2535
 
2213
2536
  /*
2214
2537
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2217,13 +2540,17 @@ ClrPager.propDecorators = {
2217
2540
  */
2218
2541
  class ClrPagerModule {
2219
2542
  }
2220
- ClrPagerModule.decorators = [
2221
- { type: NgModule, args: [{
2222
- imports: [CommonModule, ClarityModule, FormsModule],
2223
- declarations: [ClrPager],
2224
- exports: [ClrPager],
2225
- },] }
2226
- ];
2543
+ ClrPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2544
+ ClrPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagerModule, declarations: [ClrPager], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrPager] });
2545
+ ClrPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagerModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
2546
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagerModule, decorators: [{
2547
+ type: NgModule,
2548
+ args: [{
2549
+ imports: [CommonModule, ClarityModule, FormsModule],
2550
+ declarations: [ClrPager],
2551
+ exports: [ClrPager],
2552
+ }]
2553
+ }] });
2227
2554
 
2228
2555
  /*
2229
2556
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2232,13 +2559,17 @@ ClrPagerModule.decorators = [
2232
2559
  */
2233
2560
  class ClrPagedSearchResultListModule {
2234
2561
  }
2235
- ClrPagedSearchResultListModule.decorators = [
2236
- { type: NgModule, args: [{
2237
- imports: [CommonModule, ClarityModule, FormsModule, ClrPagerModule],
2238
- declarations: [ClrPagedSearchResultList],
2239
- exports: [ClrPagedSearchResultList],
2240
- },] }
2241
- ];
2562
+ ClrPagedSearchResultListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2563
+ ClrPagedSearchResultListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultListModule, declarations: [ClrPagedSearchResultList], imports: [CommonModule, ClarityModule, FormsModule, ClrPagerModule], exports: [ClrPagedSearchResultList] });
2564
+ ClrPagedSearchResultListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultListModule, imports: [[CommonModule, ClarityModule, FormsModule, ClrPagerModule]] });
2565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrPagedSearchResultListModule, decorators: [{
2566
+ type: NgModule,
2567
+ args: [{
2568
+ imports: [CommonModule, ClarityModule, FormsModule, ClrPagerModule],
2569
+ declarations: [ClrPagedSearchResultList],
2570
+ exports: [ClrPagedSearchResultList],
2571
+ }]
2572
+ }] });
2242
2573
 
2243
2574
  /*
2244
2575
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2286,27 +2617,34 @@ class ClrProgressSpinnerComponent {
2286
2617
  }
2287
2618
  }
2288
2619
  ClrProgressSpinnerComponent.MINIMUM_VISIBLE_DURATION = 200;
2289
- ClrProgressSpinnerComponent.decorators = [
2290
- { type: Component, args: [{
2291
- selector: 'clr-progress-spinner',
2292
- template: `
2620
+ ClrProgressSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2621
+ ClrProgressSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrProgressSpinnerComponent, selector: "clr-progress-spinner", inputs: { size: ["clrSize", "size"], showSpinner: ["clrShowSpinner", "showSpinner"] }, host: { properties: { "class.progress-spinner-overlay": "_showSpinner" } }, ngImport: i0, template: `
2622
+ <ng-container *ngIf="_showSpinner">
2623
+ <span [class]="'spinner-' + size + ' spinner'"></span>
2624
+ <span>&nbsp;<ng-content></ng-content></span>
2625
+ </ng-container>
2626
+ `, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2627
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerComponent, decorators: [{
2628
+ type: Component,
2629
+ args: [{
2630
+ selector: 'clr-progress-spinner',
2631
+ template: `
2293
2632
  <ng-container *ngIf="_showSpinner">
2294
2633
  <span [class]="'spinner-' + size + ' spinner'"></span>
2295
2634
  <span>&nbsp;<ng-content></ng-content></span>
2296
2635
  </ng-container>
2297
2636
  `,
2298
- host: {
2299
- '[class.progress-spinner-overlay]': '_showSpinner',
2300
- }
2301
- },] }
2302
- ];
2303
- ClrProgressSpinnerComponent.ctorParameters = () => [
2304
- { type: ChangeDetectorRef }
2305
- ];
2306
- ClrProgressSpinnerComponent.propDecorators = {
2307
- size: [{ type: Input, args: ['clrSize',] }],
2308
- showSpinner: [{ type: Input, args: ['clrShowSpinner',] }]
2309
- };
2637
+ host: {
2638
+ '[class.progress-spinner-overlay]': '_showSpinner',
2639
+ },
2640
+ }]
2641
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { size: [{
2642
+ type: Input,
2643
+ args: ['clrSize']
2644
+ }], showSpinner: [{
2645
+ type: Input,
2646
+ args: ['clrShowSpinner']
2647
+ }] } });
2310
2648
 
2311
2649
  /*
2312
2650
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2315,13 +2653,17 @@ ClrProgressSpinnerComponent.propDecorators = {
2315
2653
  */
2316
2654
  class ClrProgressSpinnerModule {
2317
2655
  }
2318
- ClrProgressSpinnerModule.decorators = [
2319
- { type: NgModule, args: [{
2320
- imports: [CommonModule],
2321
- declarations: [ClrProgressSpinnerComponent],
2322
- exports: [ClrProgressSpinnerComponent],
2323
- },] }
2324
- ];
2656
+ ClrProgressSpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2657
+ ClrProgressSpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerModule, declarations: [ClrProgressSpinnerComponent], imports: [CommonModule], exports: [ClrProgressSpinnerComponent] });
2658
+ ClrProgressSpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerModule, imports: [[CommonModule]] });
2659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrProgressSpinnerModule, decorators: [{
2660
+ type: NgModule,
2661
+ args: [{
2662
+ imports: [CommonModule],
2663
+ declarations: [ClrProgressSpinnerComponent],
2664
+ exports: [ClrProgressSpinnerComponent],
2665
+ }]
2666
+ }] });
2325
2667
 
2326
2668
  /*
2327
2669
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2362,25 +2704,33 @@ class ClrAddOption {
2362
2704
  !!this.select && this.select.nativeElement.focus();
2363
2705
  }
2364
2706
  }
2365
- ClrAddOption.decorators = [
2366
- { type: Component, args: [{
2367
- selector: 'clr-add-option',
2368
- template: "<div *ngIf=\"!(readonly || readonly === ''); else readonlyView\" class=\"clr-select-wrapper quick-list-input\">\n <select #select clr-select class=\"quick-list-select\" name=\"options\" [(ngModel)]=\"selectedValue\" [disabled]=\"disabled\">\n <option *ngIf=\"blankOption.id === selectedValue\" [selected]=\"true\" [disabled]=\"true\" [ngValue]=\"blankOption.id\">\n {{blankOption.label}}\n </option>\n <option *ngFor=\"let val of getValues()\" [selected]=\"val.id === selectedValue\" [ngValue]=\"val.id\">\n {{val.label}}\n </option>\n </select>\n</div>\n\n<ng-template #readonlyView>\n <span>{{value.label}}</span>\n</ng-template>\n\n<button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link quick-list-trash\"\n [disabled]=\"trashDisabled() || disabled\"\n (click)=\"remove.emit()\"\n>\n <clr-icon shape=\"trash\"></clr-icon>\n</button>\n",
2369
- host: { '[class.quick-list-option]': 'true' }
2370
- },] }
2371
- ];
2372
- ClrAddOption.propDecorators = {
2373
- blankOption: [{ type: Input }],
2374
- value: [{ type: Input }],
2375
- mandatory: [{ type: Input }],
2376
- allValues: [{ type: Input }],
2377
- excludedValues: [{ type: Input }],
2378
- readonly: [{ type: Input }],
2379
- disabled: [{ type: Input }],
2380
- valueChanged: [{ type: Output }],
2381
- remove: [{ type: Output }],
2382
- select: [{ type: ViewChild, args: ['select', { static: false },] }]
2383
- };
2707
+ ClrAddOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddOption, deps: [], target: i0.ɵɵFactoryTarget.Component });
2708
+ ClrAddOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrAddOption, selector: "clr-add-option", inputs: { blankOption: "blankOption", value: "value", mandatory: "mandatory", allValues: "allValues", excludedValues: "excludedValues", readonly: "readonly", disabled: "disabled" }, outputs: { valueChanged: "valueChanged", remove: "remove" }, host: { properties: { "class.quick-list-option": "true" } }, viewQueries: [{ propertyName: "select", first: true, predicate: ["select"], descendants: true }], ngImport: i0, template: "<div *ngIf=\"!(readonly || readonly === ''); else readonlyView\" class=\"clr-select-wrapper quick-list-input\">\n <select #select clr-select class=\"quick-list-select\" name=\"options\" [(ngModel)]=\"selectedValue\" [disabled]=\"disabled\">\n <option *ngIf=\"blankOption.id === selectedValue\" [selected]=\"true\" [disabled]=\"true\" [ngValue]=\"blankOption.id\">\n {{blankOption.label}}\n </option>\n <option *ngFor=\"let val of getValues()\" [selected]=\"val.id === selectedValue\" [ngValue]=\"val.id\">\n {{val.label}}\n </option>\n </select>\n</div>\n\n<ng-template #readonlyView>\n <span>{{value.label}}</span>\n</ng-template>\n\n<button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link quick-list-trash\"\n [disabled]=\"trashDisabled() || disabled\"\n (click)=\"remove.emit()\"\n>\n <clr-icon shape=\"trash\"></clr-icon>\n</button>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3$1.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { type: i3$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i3$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i3$1.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { type: i3$1.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
2709
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddOption, decorators: [{
2710
+ type: Component,
2711
+ args: [{ selector: 'clr-add-option', host: { '[class.quick-list-option]': 'true' }, template: "<div *ngIf=\"!(readonly || readonly === ''); else readonlyView\" class=\"clr-select-wrapper quick-list-input\">\n <select #select clr-select class=\"quick-list-select\" name=\"options\" [(ngModel)]=\"selectedValue\" [disabled]=\"disabled\">\n <option *ngIf=\"blankOption.id === selectedValue\" [selected]=\"true\" [disabled]=\"true\" [ngValue]=\"blankOption.id\">\n {{blankOption.label}}\n </option>\n <option *ngFor=\"let val of getValues()\" [selected]=\"val.id === selectedValue\" [ngValue]=\"val.id\">\n {{val.label}}\n </option>\n </select>\n</div>\n\n<ng-template #readonlyView>\n <span>{{value.label}}</span>\n</ng-template>\n\n<button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-icon btn-link quick-list-trash\"\n [disabled]=\"trashDisabled() || disabled\"\n (click)=\"remove.emit()\"\n>\n <clr-icon shape=\"trash\"></clr-icon>\n</button>\n" }]
2712
+ }], propDecorators: { blankOption: [{
2713
+ type: Input
2714
+ }], value: [{
2715
+ type: Input
2716
+ }], mandatory: [{
2717
+ type: Input
2718
+ }], allValues: [{
2719
+ type: Input
2720
+ }], excludedValues: [{
2721
+ type: Input
2722
+ }], readonly: [{
2723
+ type: Input
2724
+ }], disabled: [{
2725
+ type: Input
2726
+ }], valueChanged: [{
2727
+ type: Output
2728
+ }], remove: [{
2729
+ type: Output
2730
+ }], select: [{
2731
+ type: ViewChild,
2732
+ args: ['select', { static: false }]
2733
+ }] } });
2384
2734
 
2385
2735
  /*
2386
2736
  * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
@@ -2448,50 +2798,75 @@ class ClrQuickList extends ClrAbstractFormComponent {
2448
2798
  return this.hasBlankOption() || this.values.length === this.allValues.length;
2449
2799
  }
2450
2800
  }
2451
- ClrQuickList.decorators = [
2452
- { type: Component, args: [{
2453
- selector: 'clr-quick-list',
2454
- host: { '[class.quick-list]': 'true' },
2455
- template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-container *ngFor=\"let value of values; index as i\">\n <clr-add-option\n [allValues]=\"allValues\"\n [excludedValues]=\"values\"\n (remove)=\"onRemoveValue(i)\"\n [value]=\"value\"\n (valueChanged)=\"onValueChanged($event, i)\"\n [blankOption]=\"blankOption\"\n [mandatory]=\"mandatory\"\n [readonly]=\"readonly\"\n [disabled]=\"disabled\"\n >\n </clr-add-option>\n </ng-container>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm quick-list-add\"\n (click)=\"addBlankOption()\"\n [disabled]=\"addNotPossible() || disabled\"\n >\n {{addLabel}}\n </button>\n</div>\n",
2456
- providers: [
2457
- {
2458
- provide: NG_VALUE_ACCESSOR,
2459
- useExisting: forwardRef(() => ClrQuickList),
2460
- multi: true,
2461
- },
2462
- ]
2463
- },] }
2464
- ];
2465
- ClrQuickList.propDecorators = {
2466
- blankOption: [{ type: Input, args: ['clrBlankOption',] }],
2467
- allValues: [{ type: Input, args: ['clrAllValues',] }],
2468
- mandatory: [{ type: Input, args: ['clrMandatory',] }],
2469
- values: [{ type: Input, args: ['clrValues',] }],
2470
- addLabel: [{ type: Input, args: ['clrAddLabel',] }],
2471
- controlClasses: [{ type: Input, args: ['clrControlClasses',] }],
2472
- readonly: [{ type: Input }],
2473
- valuesChanged: [{ type: Output, args: ['clrValuesChanged',] }],
2474
- emptyOptionAdded: [{ type: Output, args: ['clrEmptyOptionAdded',] }],
2475
- options: [{ type: ViewChildren, args: [ClrAddOption,] }]
2476
- };
2801
+ ClrQuickList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickList, deps: null, target: i0.ɵɵFactoryTarget.Component });
2802
+ ClrQuickList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrQuickList, selector: "clr-quick-list", inputs: { blankOption: ["clrBlankOption", "blankOption"], allValues: ["clrAllValues", "allValues"], mandatory: ["clrMandatory", "mandatory"], values: ["clrValues", "values"], addLabel: ["clrAddLabel", "addLabel"], controlClasses: ["clrControlClasses", "controlClasses"], readonly: "readonly" }, outputs: { valuesChanged: "clrValuesChanged", emptyOptionAdded: "clrEmptyOptionAdded" }, host: { properties: { "class.quick-list": "true" } }, providers: [
2803
+ {
2804
+ provide: NG_VALUE_ACCESSOR,
2805
+ useExisting: forwardRef(() => ClrQuickList),
2806
+ multi: true,
2807
+ },
2808
+ ], viewQueries: [{ propertyName: "options", predicate: ClrAddOption, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-container *ngFor=\"let value of values; index as i\">\n <clr-add-option\n [allValues]=\"allValues\"\n [excludedValues]=\"values\"\n (remove)=\"onRemoveValue(i)\"\n [value]=\"value\"\n (valueChanged)=\"onValueChanged($event, i)\"\n [blankOption]=\"blankOption\"\n [mandatory]=\"mandatory\"\n [readonly]=\"readonly\"\n [disabled]=\"disabled\"\n >\n </clr-add-option>\n </ng-container>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm quick-list-add\"\n (click)=\"addBlankOption()\"\n [disabled]=\"addNotPossible() || disabled\"\n >\n {{addLabel}}\n </button>\n</div>\n", components: [{ type: ClrAddOption, selector: "clr-add-option", inputs: ["blankOption", "value", "mandatory", "allValues", "excludedValues", "readonly", "disabled"], outputs: ["valueChanged", "remove"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2809
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickList, decorators: [{
2810
+ type: Component,
2811
+ args: [{ selector: 'clr-quick-list', host: { '[class.quick-list]': 'true' }, providers: [
2812
+ {
2813
+ provide: NG_VALUE_ACCESSOR,
2814
+ useExisting: forwardRef(() => ClrQuickList),
2815
+ multi: true,
2816
+ },
2817
+ ], template: "<ng-content select=\"label\"></ng-content>\n<div class=\"clr-control-container\" [ngClass]=\"controlClasses\">\n <ng-container *ngFor=\"let value of values; index as i\">\n <clr-add-option\n [allValues]=\"allValues\"\n [excludedValues]=\"values\"\n (remove)=\"onRemoveValue(i)\"\n [value]=\"value\"\n (valueChanged)=\"onValueChanged($event, i)\"\n [blankOption]=\"blankOption\"\n [mandatory]=\"mandatory\"\n [readonly]=\"readonly\"\n [disabled]=\"disabled\"\n >\n </clr-add-option>\n </ng-container>\n <button\n *ngIf=\"!(readonly || readonly === '')\"\n type=\"button\"\n class=\"btn btn-link btn-sm quick-list-add\"\n (click)=\"addBlankOption()\"\n [disabled]=\"addNotPossible() || disabled\"\n >\n {{addLabel}}\n </button>\n</div>\n" }]
2818
+ }], propDecorators: { blankOption: [{
2819
+ type: Input,
2820
+ args: ['clrBlankOption']
2821
+ }], allValues: [{
2822
+ type: Input,
2823
+ args: ['clrAllValues']
2824
+ }], mandatory: [{
2825
+ type: Input,
2826
+ args: ['clrMandatory']
2827
+ }], values: [{
2828
+ type: Input,
2829
+ args: ['clrValues']
2830
+ }], addLabel: [{
2831
+ type: Input,
2832
+ args: ['clrAddLabel']
2833
+ }], controlClasses: [{
2834
+ type: Input,
2835
+ args: ['clrControlClasses']
2836
+ }], readonly: [{
2837
+ type: Input
2838
+ }], valuesChanged: [{
2839
+ type: Output,
2840
+ args: ['clrValuesChanged']
2841
+ }], emptyOptionAdded: [{
2842
+ type: Output,
2843
+ args: ['clrEmptyOptionAdded']
2844
+ }], options: [{
2845
+ type: ViewChildren,
2846
+ args: [ClrAddOption]
2847
+ }] } });
2477
2848
 
2478
2849
  /*
2479
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
2850
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2480
2851
  * This software is released under MIT license.
2481
2852
  * The full license information can be found in LICENSE in the root directory of this project.
2482
2853
  */
2483
2854
  class ClrQuickListModule {
2484
2855
  }
2485
- ClrQuickListModule.decorators = [
2486
- { type: NgModule, args: [{
2487
- imports: [CommonModule, FormsModule, ClarityModule, ClrFormsModule],
2488
- declarations: [ClrQuickList, ClrAddOption],
2489
- exports: [ClrQuickList, ClrAddOption],
2490
- },] }
2491
- ];
2856
+ ClrQuickListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2857
+ ClrQuickListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickListModule, declarations: [ClrQuickList, ClrAddOption], imports: [CommonModule, FormsModule, ClarityModule, ClrFormsModule], exports: [ClrQuickList] });
2858
+ ClrQuickListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickListModule, imports: [[CommonModule, FormsModule, ClarityModule, ClrFormsModule]] });
2859
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrQuickListModule, decorators: [{
2860
+ type: NgModule,
2861
+ args: [{
2862
+ imports: [CommonModule, FormsModule, ClarityModule, ClrFormsModule],
2863
+ declarations: [ClrQuickList, ClrAddOption],
2864
+ exports: [ClrQuickList],
2865
+ }]
2866
+ }] });
2492
2867
 
2493
2868
  /*
2494
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
2869
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2495
2870
  * This software is released under MIT license.
2496
2871
  * The full license information can be found in LICENSE in the root directory of this project.
2497
2872
  */
@@ -2574,17 +2949,15 @@ class ClrSearchField {
2574
2949
  }
2575
2950
  }
2576
2951
  }
2577
- ClrSearchField.decorators = [
2578
- { type: Directive, args: [{
2579
- selector: '[clrSearch]',
2580
- host: { '[class.search-input]': 'true' },
2581
- },] }
2582
- ];
2583
- ClrSearchField.ctorParameters = () => [
2584
- { type: Renderer2 },
2585
- { type: ElementRef },
2586
- { type: NgControl }
2587
- ];
2952
+ ClrSearchField.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchField, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i3$1.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
2953
+ ClrSearchField.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrSearchField, selector: "[clrSearch]", host: { properties: { "class.search-input": "true" } }, ngImport: i0 });
2954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchField, decorators: [{
2955
+ type: Directive,
2956
+ args: [{
2957
+ selector: '[clrSearch]',
2958
+ host: { '[class.search-input]': 'true' },
2959
+ }]
2960
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i3$1.NgControl }]; } });
2588
2961
 
2589
2962
  /*
2590
2963
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2593,16 +2966,20 @@ ClrSearchField.ctorParameters = () => [
2593
2966
  */
2594
2967
  class ClrSearchFieldModule {
2595
2968
  }
2596
- ClrSearchFieldModule.decorators = [
2597
- { type: NgModule, args: [{
2598
- imports: [CommonModule, ClarityModule, FormsModule],
2599
- declarations: [ClrSearchField],
2600
- exports: [ClrSearchField],
2601
- },] }
2602
- ];
2969
+ ClrSearchFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2970
+ ClrSearchFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchFieldModule, declarations: [ClrSearchField], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrSearchField] });
2971
+ ClrSearchFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchFieldModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
2972
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrSearchFieldModule, decorators: [{
2973
+ type: NgModule,
2974
+ args: [{
2975
+ imports: [CommonModule, ClarityModule, FormsModule],
2976
+ declarations: [ClrSearchField],
2977
+ exports: [ClrSearchField],
2978
+ }]
2979
+ }] });
2603
2980
 
2604
2981
  /*
2605
- * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
2982
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2606
2983
  * This software is released under MIT license.
2607
2984
  * The full license information can be found in LICENSE in the root directory of this project.
2608
2985
  */
@@ -2640,11 +3017,28 @@ class ClrTreetableActionOverflow {
2640
3017
  this.destroyed$.complete();
2641
3018
  }
2642
3019
  }
2643
- ClrTreetableActionOverflow.decorators = [
2644
- { type: Component, args: [{
2645
- selector: 'clr-tt-action-overflow',
2646
- providers: [ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService],
2647
- template: `
3020
+ ClrTreetableActionOverflow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableActionOverflow, deps: [{ token: i1.ClrPopoverToggleService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3021
+ ClrTreetableActionOverflow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetableActionOverflow, selector: "clr-tt-action-overflow", inputs: { empty: "empty" }, host: { attributes: { "role": "cell" }, properties: { "class.treetable-row-actions": "true", "class.treetable-cell": "true" } }, providers: [ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService], ngImport: i0, template: `
3022
+ <ng-container *ngIf="!empty">
3023
+ <button class="treetable-action-trigger" clrPopoverAnchor clrPopoverOpenCloseButton>
3024
+ <clr-icon shape="ellipsis-vertical"></clr-icon>
3025
+ </button>
3026
+ <div
3027
+ class="datagrid-action-overflow"
3028
+ clrFocusTrap
3029
+ (click)="closeOverflowContent($event)"
3030
+ *clrPopoverContent="false; at: smartPosition; outsideClickToClose: true; scrollToClose: true"
3031
+ >
3032
+ <ng-content></ng-content>
3033
+ </div>
3034
+ </ng-container>
3035
+ `, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrPopoverAnchor, selector: "[clrPopoverAnchor]" }, { type: i1.ÇlrClrPopoverOpenCloseButton, selector: "[clrPopoverOpenCloseButton]", outputs: ["clrPopoverOpenCloseChange"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i1.ClrPopoverContent, selector: "[clrPopoverContent]", inputs: ["clrPopoverContent", "clrPopoverContentAt", "clrPopoverContentOutsideClickToClose", "clrPopoverContentScrollToClose"] }, { type: i1.ÇlrFocusTrapDirective, selector: "[clrFocusTrap]", inputs: ["clrFocusTrap"] }] });
3036
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableActionOverflow, decorators: [{
3037
+ type: Component,
3038
+ args: [{
3039
+ selector: 'clr-tt-action-overflow',
3040
+ providers: [ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService],
3041
+ template: `
2648
3042
  <ng-container *ngIf="!empty">
2649
3043
  <button class="treetable-action-trigger" clrPopoverAnchor clrPopoverOpenCloseButton>
2650
3044
  <clr-icon shape="ellipsis-vertical"></clr-icon>
@@ -2659,20 +3053,15 @@ ClrTreetableActionOverflow.decorators = [
2659
3053
  </div>
2660
3054
  </ng-container>
2661
3055
  `,
2662
- host: {
2663
- '[class.treetable-row-actions]': 'true',
2664
- '[class.treetable-cell]': 'true',
2665
- role: 'cell',
2666
- }
2667
- },] }
2668
- ];
2669
- ClrTreetableActionOverflow.ctorParameters = () => [
2670
- { type: ClrPopoverToggleService },
2671
- { type: NgZone }
2672
- ];
2673
- ClrTreetableActionOverflow.propDecorators = {
2674
- empty: [{ type: Input }]
2675
- };
3056
+ host: {
3057
+ '[class.treetable-row-actions]': 'true',
3058
+ '[class.treetable-cell]': 'true',
3059
+ role: 'cell',
3060
+ },
3061
+ }]
3062
+ }], ctorParameters: function () { return [{ type: i1.ClrPopoverToggleService }, { type: i0.NgZone }]; }, propDecorators: { empty: [{
3063
+ type: Input
3064
+ }] } });
2676
3065
 
2677
3066
  /*
2678
3067
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -2719,37 +3108,52 @@ class ClrTreetableRow {
2719
3108
  return this.expandable;
2720
3109
  }
2721
3110
  }
2722
- ClrTreetableRow.decorators = [
2723
- { type: Component, args: [{
2724
- selector: 'clr-tt-row',
2725
- template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div\n [ngClass]=\"{'clr-row-clickable': clickable && expandable}\"\n class=\"clr-tt-node-content treetable-row\"\n (click)=\"onRowClick($event)\"\n>\n <ng-content select=\"clr-tt-action-overflow\"></ng-content>\n <clr-tt-action-overflow *ngIf=\"showActionOverflow && showEmptyActionOverflow\" [empty]=\"true\"></clr-tt-action-overflow>\n <div class=\"treetable-scrolling-cells\">\n <div class=\"treetable-expandable-caret\" *ngIf=\"isExpandable()\">\n <button type=\"button\" class=\"treetable-expandable-caret-button\" (click)=\"onCaretClick()\">\n <clr-icon\n shape=\"caret\"\n [attr.dir]=\"expanded ? 'down' : 'right'\"\n class=\"treetable-expandable-caret-icon\"\n ></clr-icon>\n </button>\n </div>\n\n <ng-content select=\"clr-tt-cell\"></ng-content>\n </div>\n</div>\n<div [@collapseExpandAnimation]=\"expanded\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n</div>\n",
2726
- host: { '[class.treetable-row-wrapper]': 'true' },
2727
- animations: [
2728
- trigger('collapseExpandAnimation', [
2729
- state('false', style({ display: 'none' })),
2730
- state('true', style({ display: 'block' })),
2731
- transition('false => true', [
2732
- style({ opacity: 0, height: 0, overflow: 'hidden', display: 'block' }),
2733
- animate('300ms', style({ opacity: 1, height: '*' })),
3111
+ ClrTreetableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableRow, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
3112
+ ClrTreetableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetableRow, selector: "clr-tt-row", inputs: { expanded: ["clrExpanded", "expanded"], clickable: ["clrClickable", "clickable"], clrExpandable: "clrExpandable" }, outputs: { hasActionOverflow: "hasActionOverflow" }, host: { properties: { "class.treetable-row-wrapper": "true" } }, queries: [{ propertyName: "actionOverflow", first: true, predicate: ClrTreetableActionOverflow, descendants: true }], ngImport: i0, template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div\n [ngClass]=\"{'clr-row-clickable': clickable && expandable}\"\n class=\"clr-tt-node-content treetable-row\"\n (click)=\"onRowClick($event)\"\n>\n <ng-content select=\"clr-tt-action-overflow\"></ng-content>\n <clr-tt-action-overflow *ngIf=\"showActionOverflow && showEmptyActionOverflow\" [empty]=\"true\"></clr-tt-action-overflow>\n <div class=\"treetable-scrolling-cells\">\n <div class=\"treetable-expandable-caret\" *ngIf=\"isExpandable()\">\n <button type=\"button\" class=\"treetable-expandable-caret-button\" (click)=\"onCaretClick()\">\n <clr-icon\n shape=\"caret\"\n [attr.dir]=\"expanded ? 'down' : 'right'\"\n class=\"treetable-expandable-caret-icon\"\n ></clr-icon>\n </button>\n </div>\n\n <ng-content select=\"clr-tt-cell\"></ng-content>\n </div>\n</div>\n<div [@collapseExpandAnimation]=\"expanded\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n</div>\n", components: [{ type: ClrTreetableActionOverflow, selector: "clr-tt-action-overflow", inputs: ["empty"] }], directives: [{ type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }], animations: [
3113
+ trigger('collapseExpandAnimation', [
3114
+ state('false', style({ display: 'none' })),
3115
+ state('true', style({ display: 'block' })),
3116
+ transition('false => true', [
3117
+ style({ opacity: 0, height: 0, overflow: 'hidden', display: 'block' }),
3118
+ animate('300ms', style({ opacity: 1, height: '*' })),
3119
+ ]),
3120
+ transition('true => false', [
3121
+ style({ opacity: 1, height: '*', overflow: 'hidden' }),
3122
+ animate('300ms', style({ opacity: 0, height: 0 })),
3123
+ ]),
3124
+ ]),
3125
+ ] });
3126
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableRow, decorators: [{
3127
+ type: Component,
3128
+ args: [{ selector: 'clr-tt-row', host: { '[class.treetable-row-wrapper]': 'true' }, animations: [
3129
+ trigger('collapseExpandAnimation', [
3130
+ state('false', style({ display: 'none' })),
3131
+ state('true', style({ display: 'block' })),
3132
+ transition('false => true', [
3133
+ style({ opacity: 0, height: 0, overflow: 'hidden', display: 'block' }),
3134
+ animate('300ms', style({ opacity: 1, height: '*' })),
3135
+ ]),
3136
+ transition('true => false', [
3137
+ style({ opacity: 1, height: '*', overflow: 'hidden' }),
3138
+ animate('300ms', style({ opacity: 0, height: 0 })),
3139
+ ]),
2734
3140
  ]),
2735
- transition('true => false', [
2736
- style({ opacity: 1, height: '*', overflow: 'hidden' }),
2737
- animate('300ms', style({ opacity: 0, height: 0 })),
2738
- ]),
2739
- ]),
2740
- ]
2741
- },] }
2742
- ];
2743
- ClrTreetableRow.ctorParameters = () => [
2744
- { type: ChangeDetectorRef }
2745
- ];
2746
- ClrTreetableRow.propDecorators = {
2747
- expanded: [{ type: Input, args: ['clrExpanded',] }],
2748
- clickable: [{ type: Input, args: ['clrClickable',] }],
2749
- clrExpandable: [{ type: Input, args: ['clrExpandable',] }],
2750
- hasActionOverflow: [{ type: Output }],
2751
- actionOverflow: [{ type: ContentChild, args: [ClrTreetableActionOverflow,] }]
2752
- };
3141
+ ], template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div\n [ngClass]=\"{'clr-row-clickable': clickable && expandable}\"\n class=\"clr-tt-node-content treetable-row\"\n (click)=\"onRowClick($event)\"\n>\n <ng-content select=\"clr-tt-action-overflow\"></ng-content>\n <clr-tt-action-overflow *ngIf=\"showActionOverflow && showEmptyActionOverflow\" [empty]=\"true\"></clr-tt-action-overflow>\n <div class=\"treetable-scrolling-cells\">\n <div class=\"treetable-expandable-caret\" *ngIf=\"isExpandable()\">\n <button type=\"button\" class=\"treetable-expandable-caret-button\" (click)=\"onCaretClick()\">\n <clr-icon\n shape=\"caret\"\n [attr.dir]=\"expanded ? 'down' : 'right'\"\n class=\"treetable-expandable-caret-icon\"\n ></clr-icon>\n </button>\n </div>\n\n <ng-content select=\"clr-tt-cell\"></ng-content>\n </div>\n</div>\n<div [@collapseExpandAnimation]=\"expanded\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n</div>\n" }]
3142
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { expanded: [{
3143
+ type: Input,
3144
+ args: ['clrExpanded']
3145
+ }], clickable: [{
3146
+ type: Input,
3147
+ args: ['clrClickable']
3148
+ }], clrExpandable: [{
3149
+ type: Input,
3150
+ args: ['clrExpandable']
3151
+ }], hasActionOverflow: [{
3152
+ type: Output
3153
+ }], actionOverflow: [{
3154
+ type: ContentChild,
3155
+ args: [ClrTreetableActionOverflow]
3156
+ }] } });
2753
3157
 
2754
3158
  /*
2755
3159
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2758,19 +3162,22 @@ ClrTreetableRow.propDecorators = {
2758
3162
  */
2759
3163
  class ClrTreetableColumn {
2760
3164
  }
2761
- ClrTreetableColumn.decorators = [
2762
- { type: Component, args: [{
2763
- selector: 'clr-tt-column',
2764
- template: '<ng-content></ng-content>',
2765
- host: {
2766
- '[class.treetable-column]': 'true',
2767
- role: 'columnheader',
2768
- }
2769
- },] }
2770
- ];
3165
+ ClrTreetableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
3166
+ ClrTreetableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetableColumn, selector: "clr-tt-column", host: { attributes: { "role": "columnheader" }, properties: { "class.treetable-column": "true" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
3167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableColumn, decorators: [{
3168
+ type: Component,
3169
+ args: [{
3170
+ selector: 'clr-tt-column',
3171
+ template: '<ng-content></ng-content>',
3172
+ host: {
3173
+ '[class.treetable-column]': 'true',
3174
+ role: 'columnheader',
3175
+ },
3176
+ }]
3177
+ }] });
2771
3178
 
2772
3179
  /*
2773
- * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
3180
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2774
3181
  * This software is released under MIT license.
2775
3182
  * The full license information can be found in LICENSE in the root directory of this project.
2776
3183
  */
@@ -2817,19 +3224,23 @@ class ClrTreetable {
2817
3224
  this.destroyed$.complete();
2818
3225
  }
2819
3226
  }
2820
- ClrTreetable.decorators = [
2821
- { type: Component, args: [{
2822
- selector: 'clr-treetable',
2823
- template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div class=\"treetable\">\n <div class=\"treetable-grid\" role=\"grid\">\n <div class=\"treetable-header\" role=\"rowgroup\" [class.hide-header]=\"hideHeader\">\n <div *ngIf=\"hasActionOverflow\" class=\"treetable-row-actions treetable-column\">&nbsp;</div>\n <div class=\"treetable-row-scrollable\" role=\"row\">\n <ng-content select=\"clr-tt-column\"></ng-content>\n </div>\n </div>\n <div class=\"treetable-body\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n <ng-content select=\"clr-tt-placeholder\"></ng-content>\n </div>\n </div>\n</div>\n",
2824
- host: { '[class.empty]': 'empty', '[class.treetable-host]': 'true' }
2825
- },] }
2826
- ];
2827
- ClrTreetable.propDecorators = {
2828
- clrClickableRows: [{ type: Input }],
2829
- hideHeader: [{ type: Input, args: ['clrHideHeader',] }],
2830
- ttColumns: [{ type: ContentChildren, args: [ClrTreetableColumn, { descendants: true },] }],
2831
- ttRows: [{ type: ContentChildren, args: [ClrTreetableRow, { descendants: true },] }]
2832
- };
3227
+ ClrTreetable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetable, deps: [], target: i0.ɵɵFactoryTarget.Component });
3228
+ ClrTreetable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetable, selector: "clr-treetable", inputs: { clrClickableRows: "clrClickableRows", hideHeader: ["clrHideHeader", "hideHeader"] }, host: { properties: { "class.empty": "empty", "class.treetable-host": "true" } }, queries: [{ propertyName: "ttColumns", predicate: ClrTreetableColumn, descendants: true }, { propertyName: "ttRows", predicate: ClrTreetableRow, descendants: true }], ngImport: i0, template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div class=\"treetable\">\n <div class=\"treetable-grid\" role=\"grid\">\n <div class=\"treetable-header\" role=\"rowgroup\" [class.hide-header]=\"hideHeader\">\n <div *ngIf=\"hasActionOverflow\" class=\"treetable-row-actions treetable-column\">&nbsp;</div>\n <div class=\"treetable-row-scrollable\" role=\"row\">\n <ng-content select=\"clr-tt-column\"></ng-content>\n </div>\n </div>\n <div class=\"treetable-body\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n <ng-content select=\"clr-tt-placeholder\"></ng-content>\n </div>\n </div>\n</div>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3229
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetable, decorators: [{
3230
+ type: Component,
3231
+ args: [{ selector: 'clr-treetable', host: { '[class.empty]': 'empty', '[class.treetable-host]': 'true' }, template: "<!--\n ~ Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.\n ~ This software is released under MIT license.\n ~ The full license information can be found in LICENSE in the root directory of this project.\n -->\n\n<div class=\"treetable\">\n <div class=\"treetable-grid\" role=\"grid\">\n <div class=\"treetable-header\" role=\"rowgroup\" [class.hide-header]=\"hideHeader\">\n <div *ngIf=\"hasActionOverflow\" class=\"treetable-row-actions treetable-column\">&nbsp;</div>\n <div class=\"treetable-row-scrollable\" role=\"row\">\n <ng-content select=\"clr-tt-column\"></ng-content>\n </div>\n </div>\n <div class=\"treetable-body\">\n <ng-content select=\"clr-tt-row\"></ng-content>\n <ng-content select=\"clr-tt-placeholder\"></ng-content>\n </div>\n </div>\n</div>\n" }]
3232
+ }], propDecorators: { clrClickableRows: [{
3233
+ type: Input
3234
+ }], hideHeader: [{
3235
+ type: Input,
3236
+ args: ['clrHideHeader']
3237
+ }], ttColumns: [{
3238
+ type: ContentChildren,
3239
+ args: [ClrTreetableColumn, { descendants: true }]
3240
+ }], ttRows: [{
3241
+ type: ContentChildren,
3242
+ args: [ClrTreetableRow, { descendants: true }]
3243
+ }] } });
2833
3244
 
2834
3245
  /*
2835
3246
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2838,16 +3249,19 @@ ClrTreetable.propDecorators = {
2838
3249
  */
2839
3250
  class ClrTreetableCell {
2840
3251
  }
2841
- ClrTreetableCell.decorators = [
2842
- { type: Component, args: [{
2843
- selector: 'clr-tt-cell',
2844
- template: '<ng-content></ng-content>',
2845
- host: {
2846
- '[class.treetable-cell]': 'true',
2847
- role: 'cell',
2848
- }
2849
- },] }
2850
- ];
3252
+ ClrTreetableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableCell, deps: [], target: i0.ɵɵFactoryTarget.Component });
3253
+ ClrTreetableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetableCell, selector: "clr-tt-cell", host: { attributes: { "role": "cell" }, properties: { "class.treetable-cell": "true" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
3254
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableCell, decorators: [{
3255
+ type: Component,
3256
+ args: [{
3257
+ selector: 'clr-tt-cell',
3258
+ template: '<ng-content></ng-content>',
3259
+ host: {
3260
+ '[class.treetable-cell]': 'true',
3261
+ role: 'cell',
3262
+ },
3263
+ }]
3264
+ }] });
2851
3265
 
2852
3266
  /*
2853
3267
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2856,18 +3270,26 @@ ClrTreetableCell.decorators = [
2856
3270
  */
2857
3271
  class ClrTreetablePlaceholder {
2858
3272
  }
2859
- ClrTreetablePlaceholder.decorators = [
2860
- { type: Component, args: [{
2861
- selector: 'clr-tt-placeholder',
2862
- template: `
3273
+ ClrTreetablePlaceholder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetablePlaceholder, deps: [], target: i0.ɵɵFactoryTarget.Component });
3274
+ ClrTreetablePlaceholder.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrTreetablePlaceholder, selector: "clr-tt-placeholder", host: { properties: { "class.treetable-placeholder-container": "true" } }, ngImport: i0, template: `
3275
+ <div class="treetable-placeholder treetable-empty">
3276
+ <div class="treetable-placeholder-image"></div>
3277
+ <ng-content></ng-content>
3278
+ </div>
3279
+ `, isInline: true });
3280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetablePlaceholder, decorators: [{
3281
+ type: Component,
3282
+ args: [{
3283
+ selector: 'clr-tt-placeholder',
3284
+ template: `
2863
3285
  <div class="treetable-placeholder treetable-empty">
2864
3286
  <div class="treetable-placeholder-image"></div>
2865
3287
  <ng-content></ng-content>
2866
3288
  </div>
2867
3289
  `,
2868
- host: { '[class.treetable-placeholder-container]': 'true' }
2869
- },] }
2870
- ];
3290
+ host: { '[class.treetable-placeholder-container]': 'true' },
3291
+ }]
3292
+ }] });
2871
3293
 
2872
3294
  /*
2873
3295
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2901,13 +3323,12 @@ class TreetableHeaderRenderer {
2901
3323
  this.renderer.addClass(this.el.nativeElement, 'clr-col');
2902
3324
  }
2903
3325
  }
2904
- TreetableHeaderRenderer.decorators = [
2905
- { type: Directive, args: [{ selector: 'clr-tt-column' },] }
2906
- ];
2907
- TreetableHeaderRenderer.ctorParameters = () => [
2908
- { type: ElementRef },
2909
- { type: Renderer2 }
2910
- ];
3326
+ TreetableHeaderRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableHeaderRenderer, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
3327
+ TreetableHeaderRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TreetableHeaderRenderer, selector: "clr-tt-column", ngImport: i0 });
3328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableHeaderRenderer, decorators: [{
3329
+ type: Directive,
3330
+ args: [{ selector: 'clr-tt-column' }]
3331
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
2911
3332
 
2912
3333
  /*
2913
3334
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2928,13 +3349,12 @@ class TreetableCellRenderer {
2928
3349
  this.renderer.setStyle(this.el.nativeElement, 'max-width', maxWidth + 'px');
2929
3350
  }
2930
3351
  }
2931
- TreetableCellRenderer.decorators = [
2932
- { type: Directive, args: [{ selector: 'clr-tt-cell' },] }
2933
- ];
2934
- TreetableCellRenderer.ctorParameters = () => [
2935
- { type: ElementRef },
2936
- { type: Renderer2 }
2937
- ];
3352
+ TreetableCellRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableCellRenderer, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
3353
+ TreetableCellRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TreetableCellRenderer, selector: "clr-tt-cell", ngImport: i0 });
3354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableCellRenderer, decorators: [{
3355
+ type: Directive,
3356
+ args: [{ selector: 'clr-tt-cell' }]
3357
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
2938
3358
 
2939
3359
  /*
2940
3360
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2943,12 +3363,15 @@ TreetableCellRenderer.ctorParameters = () => [
2943
3363
  */
2944
3364
  class TreetableRowRenderer {
2945
3365
  }
2946
- TreetableRowRenderer.decorators = [
2947
- { type: Directive, args: [{ selector: 'clr-tt-row' },] }
2948
- ];
2949
- TreetableRowRenderer.propDecorators = {
2950
- cells: [{ type: ContentChildren, args: [TreetableCellRenderer,] }]
2951
- };
3366
+ TreetableRowRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableRowRenderer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3367
+ TreetableRowRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TreetableRowRenderer, selector: "clr-tt-row", queries: [{ propertyName: "cells", predicate: TreetableCellRenderer }], ngImport: i0 });
3368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableRowRenderer, decorators: [{
3369
+ type: Directive,
3370
+ args: [{ selector: 'clr-tt-row' }]
3371
+ }], propDecorators: { cells: [{
3372
+ type: ContentChildren,
3373
+ args: [TreetableCellRenderer]
3374
+ }] } });
2952
3375
 
2953
3376
  /*
2954
3377
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3027,20 +3450,29 @@ class TreetableMainRenderer {
3027
3450
  });
3028
3451
  }
3029
3452
  }
3030
- TreetableMainRenderer.decorators = [
3031
- { type: Directive, args: [{
3032
- selector: 'clr-treetable',
3033
- },] }
3034
- ];
3035
- TreetableMainRenderer.propDecorators = {
3036
- headers: [{ type: ContentChildren, args: [TreetableHeaderRenderer,] }],
3037
- rows: [{ type: ContentChildren, args: [TreetableRowRenderer, { descendants: true },] }],
3038
- columns: [{ type: ContentChildren, args: [ClrTreetableColumn,] }],
3039
- onResize: [{ type: HostListener, args: ['window:resize',] }]
3040
- };
3453
+ TreetableMainRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableMainRenderer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3454
+ TreetableMainRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: TreetableMainRenderer, selector: "clr-treetable", host: { listeners: { "window:resize": "onResize()" } }, queries: [{ propertyName: "headers", predicate: TreetableHeaderRenderer }, { propertyName: "rows", predicate: TreetableRowRenderer, descendants: true }, { propertyName: "columns", predicate: ClrTreetableColumn }], ngImport: i0 });
3455
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: TreetableMainRenderer, decorators: [{
3456
+ type: Directive,
3457
+ args: [{
3458
+ selector: 'clr-treetable',
3459
+ }]
3460
+ }], propDecorators: { headers: [{
3461
+ type: ContentChildren,
3462
+ args: [TreetableHeaderRenderer]
3463
+ }], rows: [{
3464
+ type: ContentChildren,
3465
+ args: [TreetableRowRenderer, { descendants: true }]
3466
+ }], columns: [{
3467
+ type: ContentChildren,
3468
+ args: [ClrTreetableColumn]
3469
+ }], onResize: [{
3470
+ type: HostListener,
3471
+ args: ['window:resize']
3472
+ }] } });
3041
3473
 
3042
3474
  /*
3043
- * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
3475
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
3044
3476
  * This software is released under MIT license.
3045
3477
  * The full license information can be found in LICENSE in the root directory of this project.
3046
3478
  */
@@ -3058,16 +3490,38 @@ const CLR_TREETABLE_DIRECTIVES = [
3058
3490
  ];
3059
3491
  class ClrTreetableModule {
3060
3492
  }
3061
- ClrTreetableModule.decorators = [
3062
- { type: NgModule, args: [{
3063
- imports: [CommonModule, ClarityModule],
3064
- declarations: [CLR_TREETABLE_DIRECTIVES],
3065
- exports: [CLR_TREETABLE_DIRECTIVES],
3066
- },] }
3067
- ];
3493
+ ClrTreetableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3494
+ ClrTreetableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableModule, declarations: [ClrTreetable,
3495
+ ClrTreetableRow,
3496
+ ClrTreetableCell,
3497
+ ClrTreetableColumn,
3498
+ ClrTreetablePlaceholder,
3499
+ ClrTreetableActionOverflow,
3500
+ TreetableMainRenderer,
3501
+ TreetableHeaderRenderer,
3502
+ TreetableRowRenderer,
3503
+ TreetableCellRenderer], imports: [CommonModule, ClarityModule], exports: [ClrTreetable,
3504
+ ClrTreetableRow,
3505
+ ClrTreetableCell,
3506
+ ClrTreetableColumn,
3507
+ ClrTreetablePlaceholder,
3508
+ ClrTreetableActionOverflow,
3509
+ TreetableMainRenderer,
3510
+ TreetableHeaderRenderer,
3511
+ TreetableRowRenderer,
3512
+ TreetableCellRenderer] });
3513
+ ClrTreetableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableModule, imports: [[CommonModule, ClarityModule]] });
3514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrTreetableModule, decorators: [{
3515
+ type: NgModule,
3516
+ args: [{
3517
+ imports: [CommonModule, ClarityModule],
3518
+ declarations: [CLR_TREETABLE_DIRECTIVES],
3519
+ exports: [CLR_TREETABLE_DIRECTIVES],
3520
+ }]
3521
+ }] });
3068
3522
 
3069
3523
  /*
3070
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
3524
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
3071
3525
  * This software is released under MIT license.
3072
3526
  * The full license information can be found in LICENSE in the root directory of this project.
3073
3527
  */
@@ -3077,11 +3531,23 @@ class ClrViewEditSection {
3077
3531
  this._preventSave = false;
3078
3532
  this._cancelText = 'Cancel';
3079
3533
  this._editable = true;
3080
- this._editMode = false;
3081
3534
  this._editIcon = 'pencil';
3535
+ this._isCollapsible = false;
3536
+ this._isCollapsed = false;
3537
+ this._isCollapsedChange = new EventEmitter();
3082
3538
  this._editModeChanged = new EventEmitter(false);
3083
3539
  this._submitted = new EventEmitter(false);
3084
3540
  this._cancelled = new EventEmitter(false);
3541
+ this._editMode = false;
3542
+ }
3543
+ set editMode(value) {
3544
+ this._editMode = value;
3545
+ if (value) {
3546
+ this.toggleCollapsed(false);
3547
+ }
3548
+ }
3549
+ get editMode() {
3550
+ return this._editMode;
3085
3551
  }
3086
3552
  onSubmit() {
3087
3553
  this._submitted.emit();
@@ -3095,32 +3561,110 @@ class ClrViewEditSection {
3095
3561
  }
3096
3562
  onEdit() {
3097
3563
  this.setEditMode(true);
3564
+ this.toggleCollapsed(false);
3098
3565
  }
3099
3566
  setEditMode(mode) {
3100
- this._editMode = mode;
3101
- this._editModeChanged.emit(this._editMode);
3567
+ this.editMode = mode;
3568
+ this._editModeChanged.emit(this.editMode);
3569
+ }
3570
+ toggleCollapsed(collapsed) {
3571
+ this._isCollapsed = collapsed;
3572
+ this._isCollapsedChange.emit(this._isCollapsed);
3573
+ }
3574
+ onCollapseExpand() {
3575
+ if (this._isCollapsed) {
3576
+ this.toggleCollapsed(false);
3577
+ }
3578
+ else {
3579
+ this.toggleCollapsed(true);
3580
+ }
3102
3581
  }
3103
3582
  }
3104
- ClrViewEditSection.decorators = [
3105
- { type: Component, args: [{
3106
- selector: 'clr-view-edit-section',
3107
- template: "<div class=\"card view-edit-section\" (keyup.escape)=\"onCancel()\">\n <div class=\"card-block\">\n <div class=\"card-title\">\n {{_title}}\n <div class=\"ves-actions\">\n <button\n type=\"button\"\n (click)=\"onEdit()\"\n class=\"btn btn-icon btn-link ves-action\"\n *ngIf=\"_editable && !_editMode && actionBlock.children.length == 0\"\n >\n <clr-icon class=\"ves-edit-icon\" [attr.shape]=\"_editIcon\" size=\"20\"></clr-icon>\n </button>\n <div #actionBlock>\n <ng-content select=\"[action-block]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"card-text\">\n <ng-template [ngTemplateOutlet]=\"viewRef\" *ngIf=\"!_editMode\"></ng-template>\n <ng-template [ngTemplateOutlet]=\"editRef\" *ngIf=\"_editMode\"></ng-template>\n <ng-container *ngIf=\"_editMode\">\n <form clrForm (ngSubmit)=\"onSubmit()\" class=\"button-bar\">\n <button class=\"btn btn-primary ves-save\" type=\"submit\">{{_saveText}}</button>\n <button class=\"btn ves-cancel\" (click)=\"onCancel()\" type=\"button\">{{_cancelText}}</button>\n </form>\n </ng-container>\n </div>\n </div>\n</div>\n"
3108
- },] }
3109
- ];
3110
- ClrViewEditSection.propDecorators = {
3111
- _title: [{ type: Input, args: ['clrTitle',] }],
3112
- _saveText: [{ type: Input, args: ['clrSaveText',] }],
3113
- _preventSave: [{ type: Input, args: ['clrPreventModeChangeOnSave',] }],
3114
- _cancelText: [{ type: Input, args: ['clrCancelText',] }],
3115
- _editable: [{ type: Input, args: ['clrEditable',] }],
3116
- _editMode: [{ type: Input, args: ['clrEditMode',] }],
3117
- _editIcon: [{ type: Input, args: ['clrEditIcon',] }],
3118
- viewRef: [{ type: Input, args: ['clrViewRef',] }],
3119
- editRef: [{ type: Input, args: ['clrEditRef',] }],
3120
- _editModeChanged: [{ type: Output, args: ['clrEditModeChange',] }],
3121
- _submitted: [{ type: Output, args: ['clrSectionSubmitted',] }],
3122
- _cancelled: [{ type: Output, args: ['clrSectionEditCancelled',] }]
3123
- };
3583
+ ClrViewEditSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSection, deps: [], target: i0.ɵɵFactoryTarget.Component });
3584
+ ClrViewEditSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrViewEditSection, selector: "clr-view-edit-section", inputs: { _title: ["clrTitle", "_title"], _saveText: ["clrSaveText", "_saveText"], _preventSave: ["clrPreventModeChangeOnSave", "_preventSave"], _cancelText: ["clrCancelText", "_cancelText"], _editable: ["clrEditable", "_editable"], _editIcon: ["clrEditIcon", "_editIcon"], _isCollapsible: ["clrIsCollapsible", "_isCollapsible"], _isCollapsed: ["clrIsCollapsed", "_isCollapsed"], viewRef: ["clrViewRef", "viewRef"], editRef: ["clrEditRef", "editRef"], editMode: ["clrEditMode", "editMode"] }, outputs: { _isCollapsedChange: "clrIsCollapsedChange", _editModeChanged: "clrEditModeChange", _submitted: "clrSectionSubmitted", _cancelled: "clrSectionEditCancelled" }, ngImport: i0, template: "<div class=\"card view-edit-section\" (keyup.escape)=\"onCancel()\">\n <div class=\"card-block\">\n <div class=\"card-title\">\n {{_title}}\n <button\n type=\"button\"\n (click)=\"onCollapseExpand()\"\n class=\"btn btn-icon btn-link ces-caret-btn\"\n *ngIf=\"_isCollapsible && !editMode\"\n >\n <clr-icon shape=\"caret up\" size=\"20\" class=\"ces-caret-icon\" [@rotateIcon]=\"_isCollapsed\"></clr-icon>\n </button>\n <div class=\"ves-actions\">\n <button\n type=\"button\"\n (click)=\"onEdit()\"\n class=\"btn btn-icon btn-link ves-action\"\n *ngIf=\"_editable && !editMode && actionBlock.children.length == 0\"\n >\n <clr-icon class=\"ves-edit-icon\" [attr.shape]=\"_editIcon\" size=\"20\"></clr-icon>\n </button>\n <div #actionBlock>\n <ng-content select=\"[action-block]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"card-text\" [@collapseExpandAnimation] *ngIf=\"!(_isCollapsed && _isCollapsible)\">\n <ng-template [ngTemplateOutlet]=\"viewRef\" *ngIf=\"!editMode\"></ng-template>\n <ng-template [ngTemplateOutlet]=\"editRef\" *ngIf=\"editMode\"></ng-template>\n <ng-container *ngIf=\"editMode\">\n <form clrForm (ngSubmit)=\"onSubmit()\" class=\"button-bar\">\n <button class=\"btn btn-primary ves-save\" type=\"submit\">{{_saveText}}</button>\n <button class=\"btn ves-cancel\" (click)=\"onCancel()\" type=\"button\">{{_cancelText}}</button>\n </form>\n </ng-container>\n </div>\n </div>\n</div>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i3$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3$1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i1.ClrForm, selector: "[clrForm]", inputs: ["clrLabelSize"] }], animations: [
3585
+ trigger('collapseExpandAnimation', [
3586
+ transition(':enter', [
3587
+ style({ opacity: 0, height: 0, overflow: 'hidden' }),
3588
+ animate('300ms', style({ opacity: 1, height: '*' })),
3589
+ ]),
3590
+ transition(':leave', [
3591
+ style({ opacity: 1, height: '*', overflow: 'hidden' }),
3592
+ animate('300ms', style({ opacity: 0, height: 0 })),
3593
+ ]),
3594
+ ]),
3595
+ trigger('rotateIcon', [
3596
+ state('true', style({ transform: 'rotate(0)' })),
3597
+ state('false', style({ transform: 'rotate(180deg)' })),
3598
+ transition('true => false', animate('300ms ease-out')),
3599
+ transition('false => true', animate('300ms ease-in')),
3600
+ ]),
3601
+ ] });
3602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSection, decorators: [{
3603
+ type: Component,
3604
+ args: [{ selector: 'clr-view-edit-section', animations: [
3605
+ trigger('collapseExpandAnimation', [
3606
+ transition(':enter', [
3607
+ style({ opacity: 0, height: 0, overflow: 'hidden' }),
3608
+ animate('300ms', style({ opacity: 1, height: '*' })),
3609
+ ]),
3610
+ transition(':leave', [
3611
+ style({ opacity: 1, height: '*', overflow: 'hidden' }),
3612
+ animate('300ms', style({ opacity: 0, height: 0 })),
3613
+ ]),
3614
+ ]),
3615
+ trigger('rotateIcon', [
3616
+ state('true', style({ transform: 'rotate(0)' })),
3617
+ state('false', style({ transform: 'rotate(180deg)' })),
3618
+ transition('true => false', animate('300ms ease-out')),
3619
+ transition('false => true', animate('300ms ease-in')),
3620
+ ]),
3621
+ ], template: "<div class=\"card view-edit-section\" (keyup.escape)=\"onCancel()\">\n <div class=\"card-block\">\n <div class=\"card-title\">\n {{_title}}\n <button\n type=\"button\"\n (click)=\"onCollapseExpand()\"\n class=\"btn btn-icon btn-link ces-caret-btn\"\n *ngIf=\"_isCollapsible && !editMode\"\n >\n <clr-icon shape=\"caret up\" size=\"20\" class=\"ces-caret-icon\" [@rotateIcon]=\"_isCollapsed\"></clr-icon>\n </button>\n <div class=\"ves-actions\">\n <button\n type=\"button\"\n (click)=\"onEdit()\"\n class=\"btn btn-icon btn-link ves-action\"\n *ngIf=\"_editable && !editMode && actionBlock.children.length == 0\"\n >\n <clr-icon class=\"ves-edit-icon\" [attr.shape]=\"_editIcon\" size=\"20\"></clr-icon>\n </button>\n <div #actionBlock>\n <ng-content select=\"[action-block]\"></ng-content>\n </div>\n </div>\n </div>\n <div class=\"card-text\" [@collapseExpandAnimation] *ngIf=\"!(_isCollapsed && _isCollapsible)\">\n <ng-template [ngTemplateOutlet]=\"viewRef\" *ngIf=\"!editMode\"></ng-template>\n <ng-template [ngTemplateOutlet]=\"editRef\" *ngIf=\"editMode\"></ng-template>\n <ng-container *ngIf=\"editMode\">\n <form clrForm (ngSubmit)=\"onSubmit()\" class=\"button-bar\">\n <button class=\"btn btn-primary ves-save\" type=\"submit\">{{_saveText}}</button>\n <button class=\"btn ves-cancel\" (click)=\"onCancel()\" type=\"button\">{{_cancelText}}</button>\n </form>\n </ng-container>\n </div>\n </div>\n</div>\n" }]
3622
+ }], propDecorators: { _title: [{
3623
+ type: Input,
3624
+ args: ['clrTitle']
3625
+ }], _saveText: [{
3626
+ type: Input,
3627
+ args: ['clrSaveText']
3628
+ }], _preventSave: [{
3629
+ type: Input,
3630
+ args: ['clrPreventModeChangeOnSave']
3631
+ }], _cancelText: [{
3632
+ type: Input,
3633
+ args: ['clrCancelText']
3634
+ }], _editable: [{
3635
+ type: Input,
3636
+ args: ['clrEditable']
3637
+ }], _editIcon: [{
3638
+ type: Input,
3639
+ args: ['clrEditIcon']
3640
+ }], _isCollapsible: [{
3641
+ type: Input,
3642
+ args: ['clrIsCollapsible']
3643
+ }], _isCollapsed: [{
3644
+ type: Input,
3645
+ args: ['clrIsCollapsed']
3646
+ }], viewRef: [{
3647
+ type: Input,
3648
+ args: ['clrViewRef']
3649
+ }], editRef: [{
3650
+ type: Input,
3651
+ args: ['clrEditRef']
3652
+ }], _isCollapsedChange: [{
3653
+ type: Output,
3654
+ args: ['clrIsCollapsedChange']
3655
+ }], _editModeChanged: [{
3656
+ type: Output,
3657
+ args: ['clrEditModeChange']
3658
+ }], _submitted: [{
3659
+ type: Output,
3660
+ args: ['clrSectionSubmitted']
3661
+ }], _cancelled: [{
3662
+ type: Output,
3663
+ args: ['clrSectionEditCancelled']
3664
+ }], editMode: [{
3665
+ type: Input,
3666
+ args: ['clrEditMode']
3667
+ }] } });
3124
3668
 
3125
3669
  /*
3126
3670
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -3129,13 +3673,17 @@ ClrViewEditSection.propDecorators = {
3129
3673
  */
3130
3674
  class ClrViewEditSectionModule {
3131
3675
  }
3132
- ClrViewEditSectionModule.decorators = [
3133
- { type: NgModule, args: [{
3134
- imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule],
3135
- declarations: [ClrViewEditSection],
3136
- exports: [ClrViewEditSection],
3137
- },] }
3138
- ];
3676
+ ClrViewEditSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3677
+ ClrViewEditSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, declarations: [ClrViewEditSection], imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule], exports: [ClrViewEditSection] });
3678
+ ClrViewEditSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, imports: [[CommonModule, ClarityModule, FormsModule, ClrFormsModule]] });
3679
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrViewEditSectionModule, decorators: [{
3680
+ type: NgModule,
3681
+ args: [{
3682
+ imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule],
3683
+ declarations: [ClrViewEditSection],
3684
+ exports: [ClrViewEditSection],
3685
+ }]
3686
+ }] });
3139
3687
 
3140
3688
  /*
3141
3689
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -3334,10 +3882,11 @@ class ClrHistoryService {
3334
3882
  return domain.join('.');
3335
3883
  }
3336
3884
  }
3337
- ClrHistoryService.decorators = [
3338
- { type: Injectable }
3339
- ];
3340
- ClrHistoryService.ctorParameters = () => [];
3885
+ ClrHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3886
+ ClrHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryService });
3887
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryService, decorators: [{
3888
+ type: Injectable
3889
+ }], ctorParameters: function () { return []; } });
3341
3890
 
3342
3891
  /*
3343
3892
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3372,25 +3921,36 @@ class ClrHistory {
3372
3921
  this.historyService.setHistoryPinned(this.username, !this.pinActivated);
3373
3922
  }
3374
3923
  }
3375
- ClrHistory.decorators = [
3376
- { type: Component, args: [{
3377
- selector: 'clr-history',
3378
- template: "<clr-dropdown>\n <button type=\"button\" class=\"btn btn-icon btn-link\" clrDropdownTrigger>\n <clr-icon shape=\"history\" size=\"24\"></clr-icon>\n <clr-icon shape=\"caret down\" size=\"12\"></clr-icon>\n </button>\n <clr-dropdown-menu [clrPosition]=\"position\" *clrIfOpen>\n <label class=\"dropdown-header\" aria-hidden=\"true\">{{dropdownHeader}}</label>\n <button type=\"button\" clrDropdownItem *ngFor=\"let history of historyElements\" (click)=\"select(history)\">\n {{history.title}}\n </button>\n <div *ngIf=\"pinActive\" class=\"dropdown-divider\" role=\"separator\" aria-hidden=\"true\"></div>\n <button clrDropdownItem (click)=\"togglePinHistory()\">\n <span *ngIf=\"pinActive && !pinActivated\">{{dropdownPin}}</span>\n <span *ngIf=\"pinActive && pinActivated\">{{dropdownUnpin}}</span>\n </button>\n </clr-dropdown-menu>\n</clr-dropdown>\n"
3379
- },] }
3380
- ];
3381
- ClrHistory.ctorParameters = () => [
3382
- { type: ClrHistoryService }
3383
- ];
3384
- ClrHistory.propDecorators = {
3385
- username: [{ type: Input, args: ['clrUsername',] }],
3386
- context: [{ type: Input, args: ['clrContext',] }],
3387
- pinActive: [{ type: Input, args: ['clrPinActive',] }],
3388
- dropdownHeader: [{ type: Input, args: ['clrDropdownHeader',] }],
3389
- dropdownPin: [{ type: Input, args: ['clrDropdownPin',] }],
3390
- dropdownUnpin: [{ type: Input, args: ['clrDropdownUnpin',] }],
3391
- domain: [{ type: Input, args: ['clrDomain',] }],
3392
- position: [{ type: Input, args: ['clrPosition',] }]
3393
- };
3924
+ ClrHistory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistory, deps: [{ token: ClrHistoryService }], target: i0.ɵɵFactoryTarget.Component });
3925
+ ClrHistory.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrHistory, selector: "clr-history", inputs: { username: ["clrUsername", "username"], context: ["clrContext", "context"], pinActive: ["clrPinActive", "pinActive"], dropdownHeader: ["clrDropdownHeader", "dropdownHeader"], dropdownPin: ["clrDropdownPin", "dropdownPin"], dropdownUnpin: ["clrDropdownUnpin", "dropdownUnpin"], domain: ["clrDomain", "domain"], position: ["clrPosition", "position"] }, ngImport: i0, template: "<clr-dropdown>\n <button type=\"button\" class=\"btn btn-icon btn-link\" clrDropdownTrigger>\n <clr-icon shape=\"history\" size=\"24\"></clr-icon>\n <clr-icon shape=\"caret down\" size=\"12\"></clr-icon>\n </button>\n <clr-dropdown-menu [clrPosition]=\"position\" *clrIfOpen>\n <label class=\"dropdown-header\" aria-hidden=\"true\">{{dropdownHeader}}</label>\n <button type=\"button\" clrDropdownItem *ngFor=\"let history of historyElements\" (click)=\"select(history)\">\n {{history.title}}\n </button>\n <div *ngIf=\"pinActive\" class=\"dropdown-divider\" role=\"separator\" aria-hidden=\"true\"></div>\n <button clrDropdownItem (click)=\"togglePinHistory()\">\n <span *ngIf=\"pinActive && !pinActivated\">{{dropdownPin}}</span>\n <span *ngIf=\"pinActive && pinActivated\">{{dropdownUnpin}}</span>\n </button>\n </clr-dropdown-menu>\n</clr-dropdown>\n", components: [{ type: i1.ClrDropdown, selector: "clr-dropdown", inputs: ["clrCloseMenuOnItemClick"] }, { type: i1.ClrDropdownMenu, selector: "clr-dropdown-menu", inputs: ["clrPosition"] }], directives: [{ type: i1.ClrDropdownTrigger, selector: "[clrDropdownTrigger],[clrDropdownToggle]" }, { type: i1.ClrIconCustomTag, selector: "clr-icon" }, { type: i1.ClrIfOpen, selector: "[clrIfOpen]", inputs: ["clrIfOpen"], outputs: ["clrIfOpenChange"] }, { type: i1.ClrLabel, selector: "label", inputs: ["for"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.ClrDropdownItem, selector: "[clrDropdownItem]", inputs: ["clrDisabled", "disabled", "id"] }, { type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3926
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistory, decorators: [{
3927
+ type: Component,
3928
+ args: [{ selector: 'clr-history', template: "<clr-dropdown>\n <button type=\"button\" class=\"btn btn-icon btn-link\" clrDropdownTrigger>\n <clr-icon shape=\"history\" size=\"24\"></clr-icon>\n <clr-icon shape=\"caret down\" size=\"12\"></clr-icon>\n </button>\n <clr-dropdown-menu [clrPosition]=\"position\" *clrIfOpen>\n <label class=\"dropdown-header\" aria-hidden=\"true\">{{dropdownHeader}}</label>\n <button type=\"button\" clrDropdownItem *ngFor=\"let history of historyElements\" (click)=\"select(history)\">\n {{history.title}}\n </button>\n <div *ngIf=\"pinActive\" class=\"dropdown-divider\" role=\"separator\" aria-hidden=\"true\"></div>\n <button clrDropdownItem (click)=\"togglePinHistory()\">\n <span *ngIf=\"pinActive && !pinActivated\">{{dropdownPin}}</span>\n <span *ngIf=\"pinActive && pinActivated\">{{dropdownUnpin}}</span>\n </button>\n </clr-dropdown-menu>\n</clr-dropdown>\n" }]
3929
+ }], ctorParameters: function () { return [{ type: ClrHistoryService }]; }, propDecorators: { username: [{
3930
+ type: Input,
3931
+ args: ['clrUsername']
3932
+ }], context: [{
3933
+ type: Input,
3934
+ args: ['clrContext']
3935
+ }], pinActive: [{
3936
+ type: Input,
3937
+ args: ['clrPinActive']
3938
+ }], dropdownHeader: [{
3939
+ type: Input,
3940
+ args: ['clrDropdownHeader']
3941
+ }], dropdownPin: [{
3942
+ type: Input,
3943
+ args: ['clrDropdownPin']
3944
+ }], dropdownUnpin: [{
3945
+ type: Input,
3946
+ args: ['clrDropdownUnpin']
3947
+ }], domain: [{
3948
+ type: Input,
3949
+ args: ['clrDomain']
3950
+ }], position: [{
3951
+ type: Input,
3952
+ args: ['clrPosition']
3953
+ }] } });
3394
3954
 
3395
3955
  /*
3396
3956
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3420,20 +3980,21 @@ class ClrHistoryPinned {
3420
3980
  this.settingsSubscription.unsubscribe();
3421
3981
  }
3422
3982
  }
3423
- ClrHistoryPinned.decorators = [
3424
- { type: Component, args: [{
3425
- selector: 'clr-history-pinned',
3426
- template: "<nav aria-label=\"history\" class=\"history-container\" *ngIf=\"historyElements.length && active\">\n <ol class=\"history\">\n <ng-container *ngFor=\"let historyItem of historyElements\">\n <li *ngIf=\"historyItem.url\" class=\"history-item\">\n <a [href]=\"historyItem.url\">{{historyItem.title}}</a>\n </li>\n </ng-container>\n </ol>\n</nav>\n"
3427
- },] }
3428
- ];
3429
- ClrHistoryPinned.ctorParameters = () => [
3430
- { type: ClrHistoryService }
3431
- ];
3432
- ClrHistoryPinned.propDecorators = {
3433
- username: [{ type: Input, args: ['clrUsername',] }],
3434
- context: [{ type: Input, args: ['clrContext',] }],
3435
- domain: [{ type: Input, args: ['clrDomain',] }]
3436
- };
3983
+ ClrHistoryPinned.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryPinned, deps: [{ token: ClrHistoryService }], target: i0.ɵɵFactoryTarget.Component });
3984
+ ClrHistoryPinned.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrHistoryPinned, selector: "clr-history-pinned", inputs: { username: ["clrUsername", "username"], context: ["clrContext", "context"], domain: ["clrDomain", "domain"] }, ngImport: i0, template: "<nav aria-label=\"history\" class=\"history-container\" *ngIf=\"historyElements.length && active\">\n <ol class=\"history\">\n <ng-container *ngFor=\"let historyItem of historyElements\">\n <li *ngIf=\"historyItem.url\" class=\"history-item\">\n <a [href]=\"historyItem.url\">{{historyItem.title}}</a>\n </li>\n </ng-container>\n </ol>\n</nav>\n", directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
3985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryPinned, decorators: [{
3986
+ type: Component,
3987
+ args: [{ selector: 'clr-history-pinned', template: "<nav aria-label=\"history\" class=\"history-container\" *ngIf=\"historyElements.length && active\">\n <ol class=\"history\">\n <ng-container *ngFor=\"let historyItem of historyElements\">\n <li *ngIf=\"historyItem.url\" class=\"history-item\">\n <a [href]=\"historyItem.url\">{{historyItem.title}}</a>\n </li>\n </ng-container>\n </ol>\n</nav>\n" }]
3988
+ }], ctorParameters: function () { return [{ type: ClrHistoryService }]; }, propDecorators: { username: [{
3989
+ type: Input,
3990
+ args: ['clrUsername']
3991
+ }], context: [{
3992
+ type: Input,
3993
+ args: ['clrContext']
3994
+ }], domain: [{
3995
+ type: Input,
3996
+ args: ['clrDomain']
3997
+ }] } });
3437
3998
 
3438
3999
  /*
3439
4000
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3442,13 +4003,17 @@ ClrHistoryPinned.propDecorators = {
3442
4003
  */
3443
4004
  class ClrHistoryModule {
3444
4005
  }
3445
- ClrHistoryModule.decorators = [
3446
- { type: NgModule, args: [{
3447
- imports: [CommonModule, ClarityModule, RouterModule],
3448
- declarations: [ClrHistory, ClrHistoryPinned],
3449
- exports: [ClrHistory, ClrHistoryPinned],
3450
- },] }
3451
- ];
4006
+ ClrHistoryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4007
+ ClrHistoryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, declarations: [ClrHistory, ClrHistoryPinned], imports: [CommonModule, ClarityModule, RouterModule], exports: [ClrHistory, ClrHistoryPinned] });
4008
+ ClrHistoryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, imports: [[CommonModule, ClarityModule, RouterModule]] });
4009
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrHistoryModule, decorators: [{
4010
+ type: NgModule,
4011
+ args: [{
4012
+ imports: [CommonModule, ClarityModule, RouterModule],
4013
+ declarations: [ClrHistory, ClrHistoryPinned],
4014
+ exports: [ClrHistory, ClrHistoryPinned],
4015
+ }]
4016
+ }] });
3452
4017
 
3453
4018
  /*
3454
4019
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3457,14 +4022,17 @@ ClrHistoryModule.decorators = [
3457
4022
  */
3458
4023
  class ClrAutocompleteOff {
3459
4024
  }
3460
- ClrAutocompleteOff.decorators = [
3461
- { type: Directive, args: [{
3462
- selector: 'input:not([autocomplete])',
3463
- host: {
3464
- '[attr.autocomplete]': '"off"',
3465
- },
3466
- },] }
3467
- ];
4025
+ ClrAutocompleteOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOff, deps: [], target: i0.ɵɵFactoryTarget.Directive });
4026
+ ClrAutocompleteOff.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrAutocompleteOff, selector: "input:not([autocomplete])", host: { properties: { "attr.autocomplete": "\"off\"" } }, ngImport: i0 });
4027
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOff, decorators: [{
4028
+ type: Directive,
4029
+ args: [{
4030
+ selector: 'input:not([autocomplete])',
4031
+ host: {
4032
+ '[attr.autocomplete]': '"off"',
4033
+ },
4034
+ }]
4035
+ }] });
3468
4036
 
3469
4037
  /*
3470
4038
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3473,12 +4041,16 @@ ClrAutocompleteOff.decorators = [
3473
4041
  */
3474
4042
  class ClrAutocompleteOffModule {
3475
4043
  }
3476
- ClrAutocompleteOffModule.decorators = [
3477
- { type: NgModule, args: [{
3478
- declarations: [ClrAutocompleteOff],
3479
- exports: [ClrAutocompleteOff],
3480
- },] }
3481
- ];
4044
+ ClrAutocompleteOffModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4045
+ ClrAutocompleteOffModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule, declarations: [ClrAutocompleteOff], exports: [ClrAutocompleteOff] });
4046
+ ClrAutocompleteOffModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule });
4047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAutocompleteOffModule, decorators: [{
4048
+ type: NgModule,
4049
+ args: [{
4050
+ declarations: [ClrAutocompleteOff],
4051
+ exports: [ClrAutocompleteOff],
4052
+ }]
4053
+ }] });
3482
4054
 
3483
4055
  /*
3484
4056
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -3521,17 +4093,21 @@ class ClrBrandAvatar {
3521
4093
  }
3522
4094
  }
3523
4095
  ClrBrandAvatar.DEFAULT_ICON_SHAPE = 'new-car-private';
3524
- ClrBrandAvatar.decorators = [
3525
- { type: Component, args: [{
3526
- selector: 'clr-brand-avatar',
3527
- template: "<div class=\"brand-avatar-rectangle\">\n <div #avatar class=\"brand-avatar-icon-container\">\n <clr-icon [attr.size]=\"23\" [attr.shape]=\"getShape()\"></clr-icon>\n </div>\n</div>\n"
3528
- },] }
3529
- ];
3530
- ClrBrandAvatar.propDecorators = {
3531
- avatar: [{ type: HostBinding, args: ['class.clr-brand-avatar',] }],
3532
- brand: [{ type: Input, args: ['clrBrand',] }],
3533
- avatarElement: [{ type: ViewChild, args: ['avatar', { static: true },] }]
3534
- };
4096
+ ClrBrandAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
4097
+ ClrBrandAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: ClrBrandAvatar, selector: "clr-brand-avatar", inputs: { brand: ["clrBrand", "brand"] }, host: { properties: { "class.clr-brand-avatar": "this.avatar" } }, viewQueries: [{ propertyName: "avatarElement", first: true, predicate: ["avatar"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"brand-avatar-rectangle\">\n <div #avatar class=\"brand-avatar-icon-container\">\n <clr-icon [attr.size]=\"23\" [attr.shape]=\"getShape()\"></clr-icon>\n </div>\n</div>\n", directives: [{ type: i1.ClrIconCustomTag, selector: "clr-icon" }] });
4098
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatar, decorators: [{
4099
+ type: Component,
4100
+ args: [{ selector: 'clr-brand-avatar', template: "<div class=\"brand-avatar-rectangle\">\n <div #avatar class=\"brand-avatar-icon-container\">\n <clr-icon [attr.size]=\"23\" [attr.shape]=\"getShape()\"></clr-icon>\n </div>\n</div>\n" }]
4101
+ }], propDecorators: { avatar: [{
4102
+ type: HostBinding,
4103
+ args: ['class.clr-brand-avatar']
4104
+ }], brand: [{
4105
+ type: Input,
4106
+ args: ['clrBrand']
4107
+ }], avatarElement: [{
4108
+ type: ViewChild,
4109
+ args: ['avatar', { static: true }]
4110
+ }] } });
3535
4111
 
3536
4112
  /*
3537
4113
  * Copyright (c) 2021 Porsche Informatik. All Rights Reserved.
@@ -3540,13 +4116,17 @@ ClrBrandAvatar.propDecorators = {
3540
4116
  */
3541
4117
  class ClrBrandAvatarModule {
3542
4118
  }
3543
- ClrBrandAvatarModule.decorators = [
3544
- { type: NgModule, args: [{
3545
- imports: [CommonModule, ClarityModule],
3546
- declarations: [ClrBrandAvatar],
3547
- exports: [ClrBrandAvatar],
3548
- },] }
3549
- ];
4119
+ ClrBrandAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4120
+ ClrBrandAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, declarations: [ClrBrandAvatar], imports: [CommonModule, ClarityModule], exports: [ClrBrandAvatar] });
4121
+ ClrBrandAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, imports: [[CommonModule, ClarityModule]] });
4122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrBrandAvatarModule, decorators: [{
4123
+ type: NgModule,
4124
+ args: [{
4125
+ imports: [CommonModule, ClarityModule],
4126
+ declarations: [ClrBrandAvatar],
4127
+ exports: [ClrBrandAvatar],
4128
+ }]
4129
+ }] });
3550
4130
 
3551
4131
  /**
3552
4132
  * The abstract base class for all identifier types
@@ -3611,39 +4191,6 @@ class LocationBarNode {
3611
4191
  }
3612
4192
  }
3613
4193
 
3614
- ClarityIcons.addIcons(organizationIcon);
3615
- class LocationBarComponent {
3616
- constructor() {
3617
- this.root$ = new ReplaySubject();
3618
- this.iconShape = 'organization';
3619
- this.iconTitle = '';
3620
- this.selectionChanged = new EventEmitter();
3621
- }
3622
- set roots(roots) {
3623
- const internalRoot = new LocationBarNode(null, null, false);
3624
- internalRoot.setChildren(roots);
3625
- if (roots.length === 1) {
3626
- internalRoot.setSelectedChild(roots[0]);
3627
- }
3628
- this.root$.next(internalRoot);
3629
- }
3630
- onSelectionChanged(selection) {
3631
- this.selectionChanged.emit(selection);
3632
- }
3633
- }
3634
- LocationBarComponent.decorators = [
3635
- { type: Component, args: [{
3636
- selector: 'clr-location-bar',
3637
- template: "<cds-icon *ngIf=\"iconShape\" [attr.shape]=\"iconShape\" [title]=\"iconTitle\"></cds-icon>\n<clr-location-bar-node (selectionChanged)=\"onSelectionChanged($event)\" [parentNode]=\"root$ | async\">\n</clr-location-bar-node>\n"
3638
- },] }
3639
- ];
3640
- LocationBarComponent.propDecorators = {
3641
- iconShape: [{ type: Input, args: ['clrIconShape',] }],
3642
- iconTitle: [{ type: Input, args: ['clrIconTitle',] }],
3643
- roots: [{ type: Input, args: ['clrRoots',] }],
3644
- selectionChanged: [{ type: Output, args: ['clrSelectionChanged',] }]
3645
- };
3646
-
3647
4194
  const CONTENT_PROVIDER = new InjectionToken('CONTENT_PROVIDER');
3648
4195
  /**
3649
4196
  * Interface denoting the contract between the location bar component and
@@ -3724,75 +4271,222 @@ class LocationBarNodeComponent {
3724
4271
  this.selectionChanged.emit([selectedNode.id]);
3725
4272
  }
3726
4273
  }
3727
- LocationBarNodeComponent.decorators = [
3728
- { type: Component, args: [{
3729
- selector: 'clr-location-bar-node',
3730
- template: "<ng-container *ngIf=\"parentNode\">\n <ng-content *ngIf=\"parentNode.getChildren()?.length > 0\"></ng-content>\n\n <ng-container\n *ngIf=\"\n (selectableChilds.length > 0 && !parentNode.getSelectedChild()) || selectableChilds.length > 1;\n else singleSelected\n \"\n >\n <clr-dropdown>\n <button class=\"btn btn-link btn-sm\" (blur)=\"focus = false\" (focus)=\"focus = true\" clrDropdownTrigger>\n <ng-container *ngIf=\"parentNode.getSelectedChild() as node; else unselected\">\n <span [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\" title=\"{{ node.label }}\">{{\n node.label\n }}</span>\n <cds-icon shape=\"angle\" direction=\"down\" size=\"xs\" class=\"caret-icon\"></cds-icon>\n </ng-container>\n <ng-template #unselected>\n <cds-icon class=\"unselected\" size=\"18\" [attr.solid]=\"focus\" shape=\"tree-view\"></cds-icon>&nbsp;...\n </ng-template>\n </button>\n <clr-dropdown-menu [clrPosition]=\"'bottom-left'\" *clrIfOpen>\n <button\n *ngFor=\"let item of selectableChilds\"\n type=\"button\"\n clrDropdownItem\n class=\"text-truncate\"\n [class.selected-child]=\"item.id === parentNode.getSelectedChild()?.id\"\n (click)=\"selectNode(item)\"\n title=\"{{ item.label }}\"\n >\n {{ item.label }}\n </button>\n </clr-dropdown-menu>\n </clr-dropdown>\n </ng-container>\n\n <ng-template #singleSelected>\n <ng-container *ngIf=\"parentNode.getSelectedChild()\">\n <ng-container *ngIf=\"parentNode.getSelectedChild().selectable; else unselectable\">\n <button\n class=\"btn btn-link btn-sm\"\n (click)=\"selectNode(parentNode.getSelectedChild())\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </button>\n </ng-container>\n <ng-template #unselectable>\n <span\n class=\"unselectable-node\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </span>\n </ng-template>\n </ng-container>\n </ng-template>\n\n <clr-location-bar-node\n *ngIf=\"parentNode.getSelectedChild() && parentNode.getChildren().length > 0\"\n [parentNode]=\"parentNode.getSelectedChild()\"\n (selectionChanged)=\"onSelectionChanged($event)\"\n >\n <span>/</span>\n </clr-location-bar-node>\n</ng-container>\n",
3731
- host: { '[class.location-bar-node]': 'true' }
3732
- },] }
3733
- ];
3734
- LocationBarNodeComponent.ctorParameters = () => [
3735
- { type: LocationBarContentProvider, decorators: [{ type: Inject, args: [CONTENT_PROVIDER,] }, { type: Optional }] }
3736
- ];
3737
- LocationBarNodeComponent.propDecorators = {
3738
- selectionChanged: [{ type: Output }],
3739
- parentNode: [{ type: Input }]
3740
- };
4274
+ LocationBarNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarNodeComponent, deps: [{ token: CONTENT_PROVIDER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
4275
+ LocationBarNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: LocationBarNodeComponent, selector: "clr-location-bar-node", inputs: { parentNode: "parentNode" }, outputs: { selectionChanged: "selectionChanged" }, host: { properties: { "class.location-bar-node": "true" } }, ngImport: i0, template: "<ng-container *ngIf=\"parentNode\">\n <ng-content *ngIf=\"parentNode.getChildren()?.length > 0\"></ng-content>\n\n <ng-container\n *ngIf=\"\n (selectableChilds.length > 0 && !parentNode.getSelectedChild()) || selectableChilds.length > 1;\n else singleSelected\n \"\n >\n <clr-dropdown>\n <button class=\"btn btn-link btn-sm\" (blur)=\"focus = false\" (focus)=\"focus = true\" clrDropdownTrigger>\n <ng-container *ngIf=\"parentNode.getSelectedChild() as node; else unselected\">\n <span [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\" title=\"{{ node.label }}\">{{\n node.label\n }}</span>\n <cds-icon shape=\"angle\" direction=\"down\" size=\"xs\" class=\"caret-icon\"></cds-icon>\n </ng-container>\n <ng-template #unselected>\n <cds-icon class=\"unselected\" size=\"18\" [attr.solid]=\"focus\" shape=\"tree-view\"></cds-icon>&nbsp;...\n </ng-template>\n </button>\n <clr-dropdown-menu [clrPosition]=\"'bottom-left'\" *clrIfOpen>\n <button\n *ngFor=\"let item of selectableChilds\"\n type=\"button\"\n clrDropdownItem\n class=\"text-truncate\"\n [class.selected-child]=\"item.id === parentNode.getSelectedChild()?.id\"\n (click)=\"selectNode(item)\"\n title=\"{{ item.label }}\"\n >\n {{ item.label }}\n </button>\n </clr-dropdown-menu>\n </clr-dropdown>\n </ng-container>\n\n <ng-template #singleSelected>\n <ng-container *ngIf=\"parentNode.getSelectedChild()\">\n <ng-container *ngIf=\"parentNode.getSelectedChild().selectable; else unselectable\">\n <button\n class=\"btn btn-link btn-sm\"\n (click)=\"selectNode(parentNode.getSelectedChild())\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </button>\n </ng-container>\n <ng-template #unselectable>\n <span\n class=\"unselectable-node\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </span>\n </ng-template>\n </ng-container>\n </ng-template>\n\n <clr-location-bar-node\n *ngIf=\"parentNode.getSelectedChild() && parentNode.getChildren().length > 0\"\n [parentNode]=\"parentNode.getSelectedChild()\"\n (selectionChanged)=\"onSelectionChanged($event)\"\n >\n <span>/</span>\n </clr-location-bar-node>\n</ng-container>\n", components: [{ type: i1.ClrDropdown, selector: "clr-dropdown", inputs: ["clrCloseMenuOnItemClick"] }, { type: i1.ClrDropdownMenu, selector: "clr-dropdown-menu", inputs: ["clrPosition"] }, { type: LocationBarNodeComponent, selector: "clr-location-bar-node", inputs: ["parentNode"], outputs: ["selectionChanged"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.ClrDropdownTrigger, selector: "[clrDropdownTrigger],[clrDropdownToggle]" }, { type: i1.CdsIconCustomTag, selector: "cds-icon" }, { type: i1.ClrIfOpen, selector: "[clrIfOpen]", inputs: ["clrIfOpen"], outputs: ["clrIfOpenChange"] }, { type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.ClrDropdownItem, selector: "[clrDropdownItem]", inputs: ["clrDisabled", "disabled", "id"] }] });
4276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarNodeComponent, decorators: [{
4277
+ type: Component,
4278
+ args: [{ selector: 'clr-location-bar-node', host: { '[class.location-bar-node]': 'true' }, template: "<ng-container *ngIf=\"parentNode\">\n <ng-content *ngIf=\"parentNode.getChildren()?.length > 0\"></ng-content>\n\n <ng-container\n *ngIf=\"\n (selectableChilds.length > 0 && !parentNode.getSelectedChild()) || selectableChilds.length > 1;\n else singleSelected\n \"\n >\n <clr-dropdown>\n <button class=\"btn btn-link btn-sm\" (blur)=\"focus = false\" (focus)=\"focus = true\" clrDropdownTrigger>\n <ng-container *ngIf=\"parentNode.getSelectedChild() as node; else unselected\">\n <span [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\" title=\"{{ node.label }}\">{{\n node.label\n }}</span>\n <cds-icon shape=\"angle\" direction=\"down\" size=\"xs\" class=\"caret-icon\"></cds-icon>\n </ng-container>\n <ng-template #unselected>\n <cds-icon class=\"unselected\" size=\"18\" [attr.solid]=\"focus\" shape=\"tree-view\"></cds-icon>&nbsp;...\n </ng-template>\n </button>\n <clr-dropdown-menu [clrPosition]=\"'bottom-left'\" *clrIfOpen>\n <button\n *ngFor=\"let item of selectableChilds\"\n type=\"button\"\n clrDropdownItem\n class=\"text-truncate\"\n [class.selected-child]=\"item.id === parentNode.getSelectedChild()?.id\"\n (click)=\"selectNode(item)\"\n title=\"{{ item.label }}\"\n >\n {{ item.label }}\n </button>\n </clr-dropdown-menu>\n </clr-dropdown>\n </ng-container>\n\n <ng-template #singleSelected>\n <ng-container *ngIf=\"parentNode.getSelectedChild()\">\n <ng-container *ngIf=\"parentNode.getSelectedChild().selectable; else unselectable\">\n <button\n class=\"btn btn-link btn-sm\"\n (click)=\"selectNode(parentNode.getSelectedChild())\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </button>\n </ng-container>\n <ng-template #unselectable>\n <span\n class=\"unselectable-node\"\n [class.last-level]=\"!parentNode.getSelectedChild().getSelectedChild()\"\n title=\"{{ parentNode.getSelectedChild().label }}\"\n >\n {{ parentNode.getSelectedChild().label }}\n </span>\n </ng-template>\n </ng-container>\n </ng-template>\n\n <clr-location-bar-node\n *ngIf=\"parentNode.getSelectedChild() && parentNode.getChildren().length > 0\"\n [parentNode]=\"parentNode.getSelectedChild()\"\n (selectionChanged)=\"onSelectionChanged($event)\"\n >\n <span>/</span>\n </clr-location-bar-node>\n</ng-container>\n" }]
4279
+ }], ctorParameters: function () {
4280
+ return [{ type: LocationBarContentProvider, decorators: [{
4281
+ type: Inject,
4282
+ args: [CONTENT_PROVIDER]
4283
+ }, {
4284
+ type: Optional
4285
+ }] }];
4286
+ }, propDecorators: { selectionChanged: [{
4287
+ type: Output
4288
+ }], parentNode: [{
4289
+ type: Input
4290
+ }] } });
4291
+
4292
+ ClarityIcons.addIcons(organizationIcon);
4293
+ class LocationBarComponent {
4294
+ constructor() {
4295
+ this.root$ = new ReplaySubject();
4296
+ this.iconShape = 'organization';
4297
+ this.iconTitle = '';
4298
+ this.selectionChanged = new EventEmitter();
4299
+ }
4300
+ set roots(roots) {
4301
+ const internalRoot = new LocationBarNode(null, null, false);
4302
+ internalRoot.setChildren(roots);
4303
+ if (roots.length === 1) {
4304
+ internalRoot.setSelectedChild(roots[0]);
4305
+ }
4306
+ this.root$.next(internalRoot);
4307
+ }
4308
+ onSelectionChanged(selection) {
4309
+ this.selectionChanged.emit(selection);
4310
+ }
4311
+ }
4312
+ LocationBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4313
+ LocationBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: LocationBarComponent, selector: "clr-location-bar", inputs: { iconShape: ["clrIconShape", "iconShape"], iconTitle: ["clrIconTitle", "iconTitle"], roots: ["clrRoots", "roots"] }, outputs: { selectionChanged: "clrSelectionChanged" }, ngImport: i0, template: "<cds-icon *ngIf=\"iconShape\" [attr.shape]=\"iconShape\" [title]=\"iconTitle\"></cds-icon>\n<clr-location-bar-node (selectionChanged)=\"onSelectionChanged($event)\" [parentNode]=\"root$ | async\">\n</clr-location-bar-node>\n", components: [{ type: LocationBarNodeComponent, selector: "clr-location-bar-node", inputs: ["parentNode"], outputs: ["selectionChanged"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.CdsIconCustomTag, selector: "cds-icon" }], pipes: { "async": i2.AsyncPipe } });
4314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: LocationBarComponent, decorators: [{
4315
+ type: Component,
4316
+ args: [{ selector: 'clr-location-bar', template: "<cds-icon *ngIf=\"iconShape\" [attr.shape]=\"iconShape\" [title]=\"iconTitle\"></cds-icon>\n<clr-location-bar-node (selectionChanged)=\"onSelectionChanged($event)\" [parentNode]=\"root$ | async\">\n</clr-location-bar-node>\n" }]
4317
+ }], propDecorators: { iconShape: [{
4318
+ type: Input,
4319
+ args: ['clrIconShape']
4320
+ }], iconTitle: [{
4321
+ type: Input,
4322
+ args: ['clrIconTitle']
4323
+ }], roots: [{
4324
+ type: Input,
4325
+ args: ['clrRoots']
4326
+ }], selectionChanged: [{
4327
+ type: Output,
4328
+ args: ['clrSelectionChanged']
4329
+ }] } });
3741
4330
 
3742
4331
  class ClrLocationBarModule {
3743
4332
  }
3744
- ClrLocationBarModule.decorators = [
3745
- { type: NgModule, args: [{
3746
- declarations: [LocationBarComponent, LocationBarNodeComponent],
3747
- imports: [CommonModule, ClrIconModule, ClrDropdownModule],
3748
- exports: [LocationBarComponent],
3749
- },] }
3750
- ];
4333
+ ClrLocationBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4334
+ ClrLocationBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, declarations: [LocationBarComponent, LocationBarNodeComponent], imports: [CommonModule, ClrIconModule, ClrDropdownModule], exports: [LocationBarComponent] });
4335
+ ClrLocationBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, imports: [[CommonModule, ClrIconModule, ClrDropdownModule]] });
4336
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrLocationBarModule, decorators: [{
4337
+ type: NgModule,
4338
+ args: [{
4339
+ declarations: [LocationBarComponent, LocationBarNodeComponent],
4340
+ imports: [CommonModule, ClrIconModule, ClrDropdownModule],
4341
+ exports: [LocationBarComponent],
4342
+ }]
4343
+ }] });
4344
+
4345
+ class ClrAddonsLabel {
4346
+ constructor(controlIdService, renderer, el) {
4347
+ this.controlIdService = controlIdService;
4348
+ this.renderer = renderer;
4349
+ this.el = el;
4350
+ this.destroyed$ = new Subject();
4351
+ }
4352
+ ngOnInit() {
4353
+ // Only add the clr-control-label if it is inside a control container
4354
+ if (this.controlIdService) {
4355
+ this.renderer.addClass(this.el.nativeElement, 'clr-control-label');
4356
+ }
4357
+ if (this.controlIdService && !this.el.nativeElement.getAttribute('for')) {
4358
+ this.controlIdService.idChange.pipe(takeUntil$1(this.destroyed$)).subscribe(id =>
4359
+ // setTimeout needed, otherwise the ClrLabel directive of clarity will remove this via HostBinding again
4360
+ setTimeout(() => this.renderer.setAttribute(this.el.nativeElement, 'for', id)));
4361
+ }
4362
+ }
4363
+ ngOnDestroy() {
4364
+ this.destroyed$.next();
4365
+ this.destroyed$.complete();
4366
+ }
4367
+ }
4368
+ ClrAddonsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsLabel, deps: [{ token: ControlIdService, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4369
+ ClrAddonsLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.4", type: ClrAddonsLabel, selector: "label", ngImport: i0 });
4370
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsLabel, decorators: [{
4371
+ type: Directive,
4372
+ args: [{ selector: 'label' }]
4373
+ }], ctorParameters: function () {
4374
+ return [{ type: ControlIdService, decorators: [{
4375
+ type: Optional
4376
+ }] }, { type: i0.Renderer2 }, { type: i0.ElementRef }];
4377
+ } });
3751
4378
 
3752
4379
  /*
3753
4380
  * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
3754
4381
  * This software is released under MIT license.
3755
4382
  * The full license information can be found in LICENSE in the root directory of this project.
3756
4383
  */
3757
- class ClrAddonsModule {
4384
+ class ClrFormModule {
3758
4385
  }
3759
- ClrAddonsModule.decorators = [
3760
- { type: NgModule, args: [{
3761
- exports: [
3762
- ClrViewEditSectionModule,
3763
- ClrPagerModule,
3764
- ClrDotPagerModule,
3765
- ClrPagedSearchResultListModule,
3766
- ClrCollapseExpandSectionModule,
3767
- ClrBreadcrumbModule,
3768
- ClrMainNavGroupModule,
3769
- ClrContentPanelModule,
3770
- ClrNotificationModule,
3771
- ClrFlowBarModule,
3772
- ClrBackButtonModule,
3773
- ClrNumericFieldModule,
3774
- ClrSearchFieldModule,
3775
- ClrTreetableModule,
3776
- ClrProgressSpinnerModule,
3777
- ClrDateTimeModule,
3778
- ClrQuickListModule,
3779
- ClrLetterAvatarModule,
3780
- ClrMultilingualModule,
3781
- ClrGenericQuickListModule,
3782
- ClrDataListValidatorModule,
3783
- ClrHistoryModule,
3784
- ClrAutocompleteOffModule,
3785
- ClrBrandAvatarModule,
3786
- ClrLocationBarModule,
3787
- ],
3788
- },] }
3789
- ];
4386
+ ClrFormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4387
+ ClrFormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule, declarations: [ClrAddonsLabel], exports: [ClrAddonsLabel] });
4388
+ ClrFormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule });
4389
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrFormModule, decorators: [{
4390
+ type: NgModule,
4391
+ args: [{
4392
+ declarations: [ClrAddonsLabel],
4393
+ exports: [ClrAddonsLabel],
4394
+ }]
4395
+ }] });
3790
4396
 
3791
4397
  /*
3792
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
4398
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
3793
4399
  * This software is released under MIT license.
3794
4400
  * The full license information can be found in LICENSE in the root directory of this project.
3795
4401
  */
4402
+ class ClrAddonsModule {
4403
+ }
4404
+ ClrAddonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4405
+ ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, exports: [ClrViewEditSectionModule,
4406
+ ClrPagerModule,
4407
+ ClrDotPagerModule,
4408
+ ClrPagedSearchResultListModule,
4409
+ ClrCollapseExpandSectionModule,
4410
+ ClrBreadcrumbModule,
4411
+ ClrMainNavGroupModule,
4412
+ ClrContentPanelModule,
4413
+ ClrNotificationModule,
4414
+ ClrFlowBarModule,
4415
+ ClrBackButtonModule,
4416
+ ClrNumericFieldModule,
4417
+ ClrSearchFieldModule,
4418
+ ClrTreetableModule,
4419
+ ClrProgressSpinnerModule,
4420
+ ClrDateTimeModule,
4421
+ ClrQuickListModule,
4422
+ ClrLetterAvatarModule,
4423
+ ClrMultilingualModule,
4424
+ ClrGenericQuickListModule,
4425
+ ClrDataListValidatorModule,
4426
+ ClrHistoryModule,
4427
+ ClrAutocompleteOffModule,
4428
+ ClrBrandAvatarModule,
4429
+ ClrLocationBarModule,
4430
+ ClrFormModule] });
4431
+ ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, imports: [ClrViewEditSectionModule,
4432
+ ClrPagerModule,
4433
+ ClrDotPagerModule,
4434
+ ClrPagedSearchResultListModule,
4435
+ ClrCollapseExpandSectionModule,
4436
+ ClrBreadcrumbModule,
4437
+ ClrMainNavGroupModule,
4438
+ ClrContentPanelModule,
4439
+ ClrNotificationModule,
4440
+ ClrFlowBarModule,
4441
+ ClrBackButtonModule,
4442
+ ClrNumericFieldModule,
4443
+ ClrSearchFieldModule,
4444
+ ClrTreetableModule,
4445
+ ClrProgressSpinnerModule,
4446
+ ClrDateTimeModule,
4447
+ ClrQuickListModule,
4448
+ ClrLetterAvatarModule,
4449
+ ClrMultilingualModule,
4450
+ ClrGenericQuickListModule,
4451
+ ClrDataListValidatorModule,
4452
+ ClrHistoryModule,
4453
+ ClrAutocompleteOffModule,
4454
+ ClrBrandAvatarModule,
4455
+ ClrLocationBarModule,
4456
+ ClrFormModule] });
4457
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrAddonsModule, decorators: [{
4458
+ type: NgModule,
4459
+ args: [{
4460
+ exports: [
4461
+ ClrViewEditSectionModule,
4462
+ ClrPagerModule,
4463
+ ClrDotPagerModule,
4464
+ ClrPagedSearchResultListModule,
4465
+ ClrCollapseExpandSectionModule,
4466
+ ClrBreadcrumbModule,
4467
+ ClrMainNavGroupModule,
4468
+ ClrContentPanelModule,
4469
+ ClrNotificationModule,
4470
+ ClrFlowBarModule,
4471
+ ClrBackButtonModule,
4472
+ ClrNumericFieldModule,
4473
+ ClrSearchFieldModule,
4474
+ ClrTreetableModule,
4475
+ ClrProgressSpinnerModule,
4476
+ ClrDateTimeModule,
4477
+ ClrQuickListModule,
4478
+ ClrLetterAvatarModule,
4479
+ ClrMultilingualModule,
4480
+ ClrGenericQuickListModule,
4481
+ ClrDataListValidatorModule,
4482
+ ClrHistoryModule,
4483
+ ClrAutocompleteOffModule,
4484
+ ClrBrandAvatarModule,
4485
+ ClrLocationBarModule,
4486
+ ClrFormModule,
4487
+ ],
4488
+ }]
4489
+ }] });
3796
4490
 
3797
4491
  /*
3798
4492
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -3819,13 +4513,13 @@ ClrAddonsModule.decorators = [
3819
4513
  */
3820
4514
 
3821
4515
  /*
3822
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
4516
+ * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
3823
4517
  * This software is released under MIT license.
3824
4518
  * The full license information can be found in LICENSE in the root directory of this project.
3825
4519
  */
3826
4520
 
3827
4521
  /*
3828
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
4522
+ * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
3829
4523
  * This software is released under MIT license.
3830
4524
  * The full license information can be found in LICENSE in the root directory of this project.
3831
4525
  */
@@ -3979,15 +4673,16 @@ class ClrNotificationService {
3979
4673
  }
3980
4674
  }
3981
4675
  }
3982
- ClrNotificationService.decorators = [
3983
- { type: Injectable }
3984
- ];
3985
- ClrNotificationService.ctorParameters = () => [
3986
- { type: Injector },
3987
- { type: ApplicationRef },
3988
- { type: ComponentFactoryResolver },
3989
- { type: Document, decorators: [{ type: Inject, args: [DOCUMENT,] }] }
3990
- ];
4676
+ ClrNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationService, deps: [{ token: i0.Injector }, { token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
4677
+ ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationService });
4678
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: ClrNotificationService, decorators: [{
4679
+ type: Injectable
4680
+ }], ctorParameters: function () {
4681
+ return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
4682
+ type: Inject,
4683
+ args: [DOCUMENT]
4684
+ }] }];
4685
+ } });
3991
4686
 
3992
4687
  /*
3993
4688
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -4026,7 +4721,7 @@ ClrNotificationService.ctorParameters = () => [
4026
4721
  */
4027
4722
 
4028
4723
  /*
4029
- * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
4724
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
4030
4725
  * This software is released under MIT license.
4031
4726
  * The full license information can be found in LICENSE in the root directory of this project.
4032
4727
  */
@@ -4328,12 +5023,6 @@ const ClrAddonsIconShapes = {
4328
5023
  * The full license information can be found in LICENSE in the root directory of this project.
4329
5024
  */
4330
5025
 
4331
- /*
4332
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
4333
- * This software is released under MIT license.
4334
- * The full license information can be found in LICENSE in the root directory of this project.
4335
- */
4336
-
4337
5026
  /*
4338
5027
  * Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
4339
5028
  * This software is released under MIT license.
@@ -4356,5 +5045,5 @@ const ClrAddonsIconShapes = {
4356
5045
  * Generated bundle index. Do not edit.
4357
5046
  */
4358
5047
 
4359
- export { ACShape, AcceptedBrands, AccessoriesShape, AccessoryPartsShape, AudiBrandShape, AwardWinnerPremiumShape, BrochureShape, BusinessCustomersCommercialShape, BusinessCustomersPrivateShape, CLR_BLANK_OPTION, CONTENT_PROVIDER, CaliforniaServiceShape, CaliforniaSpecialistShape, CarPickupServiceShape, CarWashShape, CertifiedRepairShape, CertifiedRetailerShape, ClrActiveNotification, ClrAddonsIconShapes, ClrAddonsModule, ClrBackButton, ClrBackButtonModule, ClrBrandAvatar, ClrBrandAvatarModule, ClrBreadcrumb, ClrBreadcrumbModule, ClrBreadcrumbService, ClrCollapseExpandSection, ClrCollapseExpandSectionModule, ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter, ClrContentPanelModule, ClrContentRef, ClrDataListPredefinedValidatorDirective, ClrDataListValidatorModule, ClrDataListValidators, ClrDateTimeContainer, ClrDateTimeModule, ClrDotPager, ClrDotPagerModule, ClrFlowBar, ClrFlowBarModule, ClrGenericQuickList, ClrGenericQuickListModule, ClrHistory, ClrHistoryModule, ClrHistoryPinned, ClrHistoryService, ClrLetterAvatar, ClrLetterAvatarModule, ClrLocationBarModule, ClrMainNavGroup, ClrMainNavGroupItem, ClrMainNavGroupModule, ClrMaxNumeric, ClrMinNumeric, ClrMultilingualInput, ClrMultilingualInputValidators, ClrMultilingualModule, ClrMultilingualSelector, ClrMultilingualTextarea, ClrNotification, ClrNotificationModule, ClrNotificationRef, ClrNotificationService, ClrNumericField, ClrNumericFieldModule, ClrNumericFieldValidators, ClrPagedSearchResultList, ClrPagedSearchResultListModule, ClrPager, ClrPagerModule, ClrProgressSpinnerComponent, ClrProgressSpinnerModule, ClrQuickList, ClrQuickListModule, ClrRequiredAllMultilang, ClrRequiredOneMultilang, ClrSearchField, ClrSearchFieldModule, ClrTimeInput, ClrTreetable, ClrTreetableActionOverflow, ClrTreetableCell, ClrTreetableColumn, ClrTreetableModule, ClrTreetablePlaceholder, ClrTreetableRow, ClrViewEditSection, ClrViewEditSectionModule, ConfiguratorCommercialShape, ConfiguratorPrivateShape, ConsumptionShape, ContactDealerShape, CupraBrandShape, CustomersCenterShape, DWABrandShape, DieselShape, DriversAssistanceShape, EfficiencyShape, ElectricCarsServiceShape, ElectricCarsShape, ElectricityShape, EmissionShape, EnergyShape, EngineShape, ExpressServiceShape, ExteriorShape, FindACarShape, FleetServiceCommercialShape, FleetServicePrivateShape, GasCarsServiceShape, GasShape, HybridShape, LoadingVolumeShape, LocateShape, LocationBarContentProvider, LocationBarNode, NewCarCommercialShape, NewCarPrivateShape, NewCarUtilityVehicleShape, NightServiceShape, NodeId, OffersShape, OnCallDutyShape, OpenSatShape, PaintShopShape, PayloadShape, PerformanceShape, PetrolShape, PlusServiceShape, PorscheBrandShape, PowerShape, PowerTrainShape, PriceTypeSwitchShape, QualifiedWorkshopShape, RoadsideAssistanceShape, RouteShape, SeatAirShape, SeatBrandShape, SeatShape, ServiceBellShape, ServiceShape, SizeShape, SkodaBrandShape, StockLocatorCommercialShape, StockLocatorPrivateShape, TaxiDealerShape, TouaregServiceShape, TransmissionAutomaticShape, TransmissionManualShape, UsedCarCommercialShape, UsedCarPrivateShape, VWBrandShape, VWNBrandShape, VWShape, VehicleConversionShape, View360Shape, VirtualRealityShape, WheelToWheelShape, WindscreenWashShape, clrIconSVG, escapeHtml, escapeRegex, TreetableMainRenderer as ɵa, TreetableHeaderRenderer as ɵb, TreetableRowRenderer as ɵc, TreetableCellRenderer as ɵd, ClrAbstractFormComponent as ɵe, ClrAddOption as ɵf, ClrMultilingualAbstract as ɵg, ClrAutocompleteOffModule as ɵh, ClrAutocompleteOff as ɵi, LocationBarComponent as ɵj, LocationBarNodeComponent as ɵk };
4360
- //# sourceMappingURL=clr-addons.js.map
5048
+ export { ACShape, AcceptedBrands, AccessoriesShape, AccessoryPartsShape, AudiBrandShape, AwardWinnerPremiumShape, BrochureShape, BusinessCustomersCommercialShape, BusinessCustomersPrivateShape, CLR_BLANK_OPTION, CONTENT_PROVIDER, CaliforniaServiceShape, CaliforniaSpecialistShape, CarPickupServiceShape, CarWashShape, CertifiedRepairShape, CertifiedRetailerShape, ClrActiveNotification, ClrAddonsIconShapes, ClrAddonsLabel, ClrAddonsModule, ClrAutocompleteOff, ClrAutocompleteOffModule, ClrBackButton, ClrBackButtonModule, ClrBrandAvatar, ClrBrandAvatarModule, ClrBreadcrumb, ClrBreadcrumbModule, ClrBreadcrumbService, ClrCollapseExpandSection, ClrCollapseExpandSectionModule, ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter, ClrContentPanelModule, ClrContentRef, ClrDataListPredefinedValidatorDirective, ClrDataListValidatorModule, ClrDataListValidators, ClrDateTimeContainer, ClrDateTimeModule, ClrDotPager, ClrDotPagerModule, ClrFlowBar, ClrFlowBarModule, ClrFormModule, ClrGenericQuickList, ClrGenericQuickListModule, ClrHistory, ClrHistoryModule, ClrHistoryPinned, ClrHistoryService, ClrLetterAvatar, ClrLetterAvatarModule, ClrLocationBarModule, ClrMainNavGroup, ClrMainNavGroupItem, ClrMainNavGroupModule, ClrMaxNumeric, ClrMinNumeric, ClrMultilingualInput, ClrMultilingualInputValidators, ClrMultilingualModule, ClrMultilingualSelector, ClrMultilingualTextarea, ClrNotification, ClrNotificationModule, ClrNotificationRef, ClrNotificationService, ClrNumericField, ClrNumericFieldModule, ClrNumericFieldValidators, ClrPagedSearchResultList, ClrPagedSearchResultListModule, ClrPager, ClrPagerModule, ClrProgressSpinnerComponent, ClrProgressSpinnerModule, ClrQuickList, ClrQuickListModule, ClrRequiredAllMultilang, ClrRequiredOneMultilang, ClrSearchField, ClrSearchFieldModule, ClrTimeInput, ClrTreetable, ClrTreetableActionOverflow, ClrTreetableCell, ClrTreetableColumn, ClrTreetableModule, ClrTreetablePlaceholder, ClrTreetableRow, ClrViewEditSection, ClrViewEditSectionModule, ConfiguratorCommercialShape, ConfiguratorPrivateShape, ConsumptionShape, ContactDealerShape, CupraBrandShape, CustomersCenterShape, DWABrandShape, DieselShape, DriversAssistanceShape, EfficiencyShape, ElectricCarsServiceShape, ElectricCarsShape, ElectricityShape, EmissionShape, EnergyShape, EngineShape, ExpressServiceShape, ExteriorShape, FindACarShape, FleetServiceCommercialShape, FleetServicePrivateShape, GasCarsServiceShape, GasShape, HybridShape, LoadingVolumeShape, LocateShape, LocationBarComponent, LocationBarContentProvider, LocationBarNode, NewCarCommercialShape, NewCarPrivateShape, NewCarUtilityVehicleShape, NightServiceShape, NodeId, OffersShape, OnCallDutyShape, OpenSatShape, PaintShopShape, PayloadShape, PerformanceShape, PetrolShape, PlusServiceShape, PorscheBrandShape, PowerShape, PowerTrainShape, PriceTypeSwitchShape, QualifiedWorkshopShape, RoadsideAssistanceShape, RouteShape, SeatAirShape, SeatBrandShape, SeatShape, ServiceBellShape, ServiceShape, SizeShape, SkodaBrandShape, StockLocatorCommercialShape, StockLocatorPrivateShape, TaxiDealerShape, TouaregServiceShape, TransmissionAutomaticShape, TransmissionManualShape, TreetableCellRenderer, TreetableHeaderRenderer, TreetableMainRenderer, TreetableRowRenderer, UsedCarCommercialShape, UsedCarPrivateShape, VWBrandShape, VWNBrandShape, VWShape, VehicleConversionShape, View360Shape, VirtualRealityShape, WheelToWheelShape, WindscreenWashShape, clrIconSVG, escapeHtml, escapeRegex };
5049
+ //# sourceMappingURL=clr-addons.mjs.map