@porscheinformatik/clr-addons 11.0.0 → 12.0.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 (530) 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 +16 -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 -9
  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 +41 -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/esm2020/index.mjs +35 -0
  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/esm2020/location-bar/location-bar.model.mjs +63 -0
  96. package/esm2020/location-bar/location-bar.module.mjs +20 -0
  97. package/esm2020/location-bar/location-bar.provider.mjs +10 -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 +83 -0
  154. package/esm2020/view-edit-section/view-edit-section.module.mjs +25 -0
  155. package/fesm2015/{clr-addons.js → clr-addons.mjs} +1858 -1009
  156. package/fesm2015/clr-addons.mjs.map +1 -0
  157. package/fesm2020/clr-addons.mjs +4991 -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 +3 -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 +4 -0
  171. package/location-bar/location-bar-node/location-bar-node.component.d.ts +47 -0
  172. package/location-bar/location-bar.component.d.ts +15 -0
  173. package/location-bar/location-bar.model.d.ts +54 -0
  174. package/location-bar/location-bar.module.d.ts +10 -0
  175. package/location-bar/location-bar.provider.d.ts +18 -0
  176. package/main-nav-group/main-nav-group-item.d.ts +3 -0
  177. package/main-nav-group/main-nav-group.d.ts +3 -0
  178. package/main-nav-group/main-nav-group.module.d.ts +9 -0
  179. package/multilingual/abstract-multilingual.d.ts +3 -0
  180. package/multilingual/multilingual-input/multilingual-input.d.ts +3 -0
  181. package/multilingual/multilingual-selector.d.ts +3 -0
  182. package/multilingual/multilingual-textarea/multilingual-textarea.d.ts +3 -0
  183. package/multilingual/multilingual-validators.d.ts +5 -0
  184. package/multilingual/multilingual.module.d.ts +11 -0
  185. package/notification/notification.d.ts +3 -0
  186. package/notification/notification.module.d.ts +8 -0
  187. package/notification/notification.service.d.ts +3 -0
  188. package/numericfield/numeric-field-validators.d.ts +5 -0
  189. package/numericfield/numeric-field.d.ts +3 -0
  190. package/numericfield/numeric-field.module.d.ts +9 -0
  191. package/package.json +27 -13
  192. package/paged-search-result-list/paged-search-result-list.d.ts +3 -0
  193. package/paged-search-result-list/paged-search-result-list.module.d.ts +9 -0
  194. package/pager/pager.d.ts +3 -0
  195. package/pager/pager.module.d.ts +8 -0
  196. package/progress-spinner/progress-spinner.d.ts +3 -0
  197. package/progress-spinner/progress-spinner.module.d.ts +6 -0
  198. package/quick-list/add-option.d.ts +4 -0
  199. package/quick-list/quick-list.d.ts +10 -3
  200. package/quick-list/quick-list.module.d.ts +9 -0
  201. package/searchfield/search-field.d.ts +4 -1
  202. package/searchfield/search-field.module.d.ts +8 -0
  203. package/src/components.clr-addons.scss +13 -4
  204. package/src/header.clr-addons.scss +12 -1
  205. package/src/location-bar/location-bar-node/location-bar-node.component.scss +54 -0
  206. package/src/mobile.scss +1 -1
  207. package/styles/clr-addons-phs.css +61 -4
  208. package/styles/clr-addons-phs.css.map +1 -1
  209. package/styles/clr-addons-phs.min.css +1 -1
  210. package/styles/clr-addons-phs.min.css.map +1 -1
  211. package/treetable/index.d.ts +1 -0
  212. package/treetable/renderer/cell-renderer.d.ts +3 -0
  213. package/treetable/renderer/header-renderer.d.ts +3 -0
  214. package/treetable/renderer/index.d.ts +4 -0
  215. package/treetable/renderer/main-renderer.d.ts +3 -0
  216. package/treetable/renderer/row-renderer.d.ts +3 -0
  217. package/treetable/treetable-action-overflow.d.ts +4 -1
  218. package/treetable/treetable-cell.d.ts +3 -0
  219. package/treetable/treetable-column.d.ts +3 -0
  220. package/treetable/treetable-placeholder.d.ts +3 -0
  221. package/treetable/treetable-row.d.ts +3 -0
  222. package/treetable/treetable.d.ts +3 -0
  223. package/treetable/treetable.module.d.ts +16 -0
  224. package/view-edit-section/view-edit-section.d.ts +3 -0
  225. package/view-edit-section/view-edit-section.module.d.ts +8 -0
  226. package/autocomplete-off/autocomplete-off.module.ngfactory.d.ts +0 -3
  227. package/back-button/back-button.module.ngfactory.d.ts +0 -3
  228. package/back-button/back-button.ngfactory.d.ts +0 -1
  229. package/brand-avatar/brand-avatar.module.ngfactory.d.ts +0 -3
  230. package/brand-avatar/brand-avatar.ngfactory.d.ts +0 -1
  231. package/breadcrumb/breadcrumb.module.ngfactory.d.ts +0 -3
  232. package/breadcrumb/breadcrumb.ngfactory.d.ts +0 -1
  233. package/bundles/clr-addons.umd.js +0 -4860
  234. package/bundles/clr-addons.umd.js.map +0 -1
  235. package/clr-addons.metadata.json +0 -1
  236. package/clr-addons.module.ngfactory.d.ts +0 -3
  237. package/collapse-expand-section/collapse-expand-section.module.ngfactory.d.ts +0 -3
  238. package/collapse-expand-section/collapse-expand-section.ngfactory.d.ts +0 -1
  239. package/content-panel/content-panel-container-content.ngfactory.d.ts +0 -1
  240. package/content-panel/content-panel-container-footer.ngfactory.d.ts +0 -1
  241. package/content-panel/content-panel-container.ngfactory.d.ts +0 -1
  242. package/content-panel/content-panel.module.ngfactory.d.ts +0 -3
  243. package/content-panel/content-panel.ngfactory.d.ts +0 -1
  244. package/data-list-validator/data-list-validator.module.ngfactory.d.ts +0 -3
  245. package/date-time-container/date-time-container.ngfactory.d.ts +0 -1
  246. package/date-time-container/date-time-module.ngfactory.d.ts +0 -3
  247. package/dot-pager/dot-pager.module.ngfactory.d.ts +0 -3
  248. package/dot-pager/dot-pager.ngfactory.d.ts +0 -1
  249. package/esm2015/abstract-form-component/abstract-form-component.js +0 -77
  250. package/esm2015/abstract-form-component/abstract-form-component.ngsummary.json +0 -1
  251. package/esm2015/autocomplete-off/autocomplete-off.directive.js +0 -17
  252. package/esm2015/autocomplete-off/autocomplete-off.directive.ngsummary.json +0 -1
  253. package/esm2015/autocomplete-off/autocomplete-off.module.js +0 -16
  254. package/esm2015/autocomplete-off/autocomplete-off.module.ngfactory.js +0 -13
  255. package/esm2015/autocomplete-off/autocomplete-off.module.ngsummary.json +0 -1
  256. package/esm2015/back-button/back-button.js +0 -25
  257. package/esm2015/back-button/back-button.module.js +0 -20
  258. package/esm2015/back-button/back-button.module.ngfactory.js +0 -17
  259. package/esm2015/back-button/back-button.module.ngsummary.json +0 -1
  260. package/esm2015/back-button/back-button.ngfactory.js +0 -23
  261. package/esm2015/back-button/back-button.ngsummary.json +0 -1
  262. package/esm2015/back-button/index.ngsummary.json +0 -1
  263. package/esm2015/brand-avatar/brand-avatar.js +0 -54
  264. package/esm2015/brand-avatar/brand-avatar.module.js +0 -19
  265. package/esm2015/brand-avatar/brand-avatar.module.ngfactory.js +0 -17
  266. package/esm2015/brand-avatar/brand-avatar.module.ngsummary.json +0 -1
  267. package/esm2015/brand-avatar/brand-avatar.ngfactory.js +0 -19
  268. package/esm2015/brand-avatar/brand-avatar.ngsummary.json +0 -1
  269. package/esm2015/brand-avatar/index.ngsummary.json +0 -1
  270. package/esm2015/breadcrumb/breadcrumb-model.interface.ngsummary.json +0 -1
  271. package/esm2015/breadcrumb/breadcrumb.js +0 -36
  272. package/esm2015/breadcrumb/breadcrumb.module.js +0 -22
  273. package/esm2015/breadcrumb/breadcrumb.module.ngfactory.js +0 -20
  274. package/esm2015/breadcrumb/breadcrumb.module.ngsummary.json +0 -1
  275. package/esm2015/breadcrumb/breadcrumb.ngfactory.js +0 -28
  276. package/esm2015/breadcrumb/breadcrumb.ngsummary.json +0 -1
  277. package/esm2015/breadcrumb/breadcrumb.service.js +0 -23
  278. package/esm2015/breadcrumb/breadcrumb.service.ngsummary.json +0 -1
  279. package/esm2015/breadcrumb/index.ngsummary.json +0 -1
  280. package/esm2015/clr-addons.js +0 -14
  281. package/esm2015/clr-addons.module.js +0 -63
  282. package/esm2015/clr-addons.module.ngfactory.js +0 -45
  283. package/esm2015/clr-addons.module.ngsummary.json +0 -1
  284. package/esm2015/clr-addons.ngsummary.json +0 -1
  285. package/esm2015/collapse-expand-section/collapse-expand-section.js +0 -55
  286. package/esm2015/collapse-expand-section/collapse-expand-section.module.js +0 -20
  287. package/esm2015/collapse-expand-section/collapse-expand-section.module.ngfactory.js +0 -17
  288. package/esm2015/collapse-expand-section/collapse-expand-section.module.ngsummary.json +0 -1
  289. package/esm2015/collapse-expand-section/collapse-expand-section.ngfactory.js +0 -30
  290. package/esm2015/collapse-expand-section/collapse-expand-section.ngsummary.json +0 -1
  291. package/esm2015/collapse-expand-section/index.ngsummary.json +0 -1
  292. package/esm2015/content-panel/content-panel-container-content.js +0 -18
  293. package/esm2015/content-panel/content-panel-container-content.ngfactory.js +0 -18
  294. package/esm2015/content-panel/content-panel-container-content.ngsummary.json +0 -1
  295. package/esm2015/content-panel/content-panel-container-footer.js +0 -18
  296. package/esm2015/content-panel/content-panel-container-footer.ngfactory.js +0 -18
  297. package/esm2015/content-panel/content-panel-container-footer.ngsummary.json +0 -1
  298. package/esm2015/content-panel/content-panel-container.js +0 -25
  299. package/esm2015/content-panel/content-panel-container.ngfactory.js +0 -18
  300. package/esm2015/content-panel/content-panel-container.ngsummary.json +0 -1
  301. package/esm2015/content-panel/content-panel.js +0 -67
  302. package/esm2015/content-panel/content-panel.module.js +0 -28
  303. package/esm2015/content-panel/content-panel.module.ngfactory.js +0 -17
  304. package/esm2015/content-panel/content-panel.module.ngsummary.json +0 -1
  305. package/esm2015/content-panel/content-panel.ngfactory.js +0 -33
  306. package/esm2015/content-panel/content-panel.ngsummary.json +0 -1
  307. package/esm2015/content-panel/index.ngsummary.json +0 -1
  308. package/esm2015/data-list-validator/data-list-predefined-validator.directive.js +0 -30
  309. package/esm2015/data-list-validator/data-list-predefined-validator.directive.ngsummary.json +0 -1
  310. package/esm2015/data-list-validator/data-list-validator.module.js +0 -16
  311. package/esm2015/data-list-validator/data-list-validator.module.ngfactory.js +0 -13
  312. package/esm2015/data-list-validator/data-list-validator.module.ngsummary.json +0 -1
  313. package/esm2015/data-list-validator/data-list.validator.ngsummary.json +0 -1
  314. package/esm2015/data-list-validator/index.ngsummary.json +0 -1
  315. package/esm2015/date-time-container/date-time-container.js +0 -45
  316. package/esm2015/date-time-container/date-time-container.ngfactory.js +0 -19
  317. package/esm2015/date-time-container/date-time-container.ngsummary.json +0 -1
  318. package/esm2015/date-time-container/date-time-module.js +0 -21
  319. package/esm2015/date-time-container/date-time-module.ngfactory.js +0 -17
  320. package/esm2015/date-time-container/date-time-module.ngsummary.json +0 -1
  321. package/esm2015/date-time-container/index.ngsummary.json +0 -1
  322. package/esm2015/date-time-container/time-input.js +0 -17
  323. package/esm2015/date-time-container/time-input.ngsummary.json +0 -1
  324. package/esm2015/dot-pager/dot-pager.js +0 -51
  325. package/esm2015/dot-pager/dot-pager.module.js +0 -20
  326. package/esm2015/dot-pager/dot-pager.module.ngfactory.js +0 -17
  327. package/esm2015/dot-pager/dot-pager.module.ngsummary.json +0 -1
  328. package/esm2015/dot-pager/dot-pager.ngfactory.js +0 -48
  329. package/esm2015/dot-pager/dot-pager.ngsummary.json +0 -1
  330. package/esm2015/dot-pager/index.ngsummary.json +0 -1
  331. package/esm2015/flow-bar/flow-bar.js +0 -154
  332. package/esm2015/flow-bar/flow-bar.module.js +0 -20
  333. package/esm2015/flow-bar/flow-bar.module.ngfactory.js +0 -17
  334. package/esm2015/flow-bar/flow-bar.module.ngsummary.json +0 -1
  335. package/esm2015/flow-bar/flow-bar.ngfactory.js +0 -33
  336. package/esm2015/flow-bar/flow-bar.ngsummary.json +0 -1
  337. package/esm2015/flow-bar/index.ngsummary.json +0 -1
  338. package/esm2015/generic-quick-list/generic-quick-list.js +0 -72
  339. package/esm2015/generic-quick-list/generic-quick-list.module.js +0 -19
  340. package/esm2015/generic-quick-list/generic-quick-list.module.ngfactory.js +0 -17
  341. package/esm2015/generic-quick-list/generic-quick-list.module.ngsummary.json +0 -1
  342. package/esm2015/generic-quick-list/generic-quick-list.ngfactory.js +0 -31
  343. package/esm2015/generic-quick-list/generic-quick-list.ngsummary.json +0 -1
  344. package/esm2015/generic-quick-list/index.ngsummary.json +0 -1
  345. package/esm2015/history/history-model.interface.ngsummary.json +0 -1
  346. package/esm2015/history/history-pinned.js +0 -45
  347. package/esm2015/history/history-pinned.ngfactory.js +0 -23
  348. package/esm2015/history/history-pinned.ngsummary.json +0 -1
  349. package/esm2015/history/history.js +0 -55
  350. package/esm2015/history/history.module.js +0 -21
  351. package/esm2015/history/history.module.ngfactory.js +0 -19
  352. package/esm2015/history/history.module.ngsummary.json +0 -1
  353. package/esm2015/history/history.ngfactory.js +0 -36
  354. package/esm2015/history/history.ngsummary.json +0 -1
  355. package/esm2015/history/history.service.js +0 -204
  356. package/esm2015/history/history.service.ngsummary.json +0 -1
  357. package/esm2015/history/index.ngsummary.json +0 -1
  358. package/esm2015/icons/index.ngsummary.json +0 -1
  359. package/esm2015/icons/shapes.ngsummary.json +0 -1
  360. package/esm2015/icons/svg-tag-generator.ngsummary.json +0 -1
  361. package/esm2015/index.js +0 -32
  362. package/esm2015/index.ngsummary.json +0 -1
  363. package/esm2015/letter-avatar/index.ngsummary.json +0 -1
  364. package/esm2015/letter-avatar/letter-avatar.js +0 -48
  365. package/esm2015/letter-avatar/letter-avatar.module.js +0 -19
  366. package/esm2015/letter-avatar/letter-avatar.module.ngfactory.js +0 -17
  367. package/esm2015/letter-avatar/letter-avatar.module.ngsummary.json +0 -1
  368. package/esm2015/letter-avatar/letter-avatar.ngfactory.js +0 -18
  369. package/esm2015/letter-avatar/letter-avatar.ngsummary.json +0 -1
  370. package/esm2015/main-nav-group/index.ngsummary.json +0 -1
  371. package/esm2015/main-nav-group/main-nav-group-item.js +0 -27
  372. package/esm2015/main-nav-group/main-nav-group-item.ngsummary.json +0 -1
  373. package/esm2015/main-nav-group/main-nav-group.js +0 -153
  374. package/esm2015/main-nav-group/main-nav-group.module.js +0 -21
  375. package/esm2015/main-nav-group/main-nav-group.module.ngfactory.js +0 -17
  376. package/esm2015/main-nav-group/main-nav-group.module.ngsummary.json +0 -1
  377. package/esm2015/main-nav-group/main-nav-group.ngfactory.js +0 -26
  378. package/esm2015/main-nav-group/main-nav-group.ngsummary.json +0 -1
  379. package/esm2015/multilingual/abstract-multilingual.js +0 -50
  380. package/esm2015/multilingual/abstract-multilingual.ngsummary.json +0 -1
  381. package/esm2015/multilingual/index.ngsummary.json +0 -1
  382. package/esm2015/multilingual/multilingual-input/multilingual-input.js +0 -32
  383. package/esm2015/multilingual/multilingual-input/multilingual-input.ngfactory.js +0 -46
  384. package/esm2015/multilingual/multilingual-input/multilingual-input.ngsummary.json +0 -1
  385. package/esm2015/multilingual/multilingual-selector.js +0 -46
  386. package/esm2015/multilingual/multilingual-selector.ngfactory.js +0 -28
  387. package/esm2015/multilingual/multilingual-selector.ngsummary.json +0 -1
  388. package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.js +0 -32
  389. package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.js +0 -46
  390. package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngsummary.json +0 -1
  391. package/esm2015/multilingual/multilingual-validators.js +0 -97
  392. package/esm2015/multilingual/multilingual-validators.ngsummary.json +0 -1
  393. package/esm2015/multilingual/multilingual.module.js +0 -35
  394. package/esm2015/multilingual/multilingual.module.ngfactory.js +0 -17
  395. package/esm2015/multilingual/multilingual.module.ngsummary.json +0 -1
  396. package/esm2015/notification/index.ngsummary.json +0 -1
  397. package/esm2015/notification/notification-ref.ngsummary.json +0 -1
  398. package/esm2015/notification/notification.js +0 -114
  399. package/esm2015/notification/notification.module.js +0 -20
  400. package/esm2015/notification/notification.module.ngfactory.js +0 -18
  401. package/esm2015/notification/notification.module.ngsummary.json +0 -1
  402. package/esm2015/notification/notification.ngfactory.js +0 -25
  403. package/esm2015/notification/notification.ngsummary.json +0 -1
  404. package/esm2015/notification/notification.service.js +0 -92
  405. package/esm2015/notification/notification.service.ngsummary.json +0 -1
  406. package/esm2015/notification/scheduler-utils.ngsummary.json +0 -1
  407. package/esm2015/numericfield/index.ngsummary.json +0 -1
  408. package/esm2015/numericfield/numeric-field-validators.js +0 -125
  409. package/esm2015/numericfield/numeric-field-validators.ngsummary.json +0 -1
  410. package/esm2015/numericfield/numeric-field.js +0 -348
  411. package/esm2015/numericfield/numeric-field.module.js +0 -21
  412. package/esm2015/numericfield/numeric-field.module.ngfactory.js +0 -17
  413. package/esm2015/numericfield/numeric-field.module.ngsummary.json +0 -1
  414. package/esm2015/numericfield/numeric-field.ngsummary.json +0 -1
  415. package/esm2015/paged-search-result-list/index.ngsummary.json +0 -1
  416. package/esm2015/paged-search-result-list/paged-search-result-list.js +0 -34
  417. package/esm2015/paged-search-result-list/paged-search-result-list.module.js +0 -21
  418. package/esm2015/paged-search-result-list/paged-search-result-list.module.ngfactory.js +0 -18
  419. package/esm2015/paged-search-result-list/paged-search-result-list.module.ngsummary.json +0 -1
  420. package/esm2015/paged-search-result-list/paged-search-result-list.ngfactory.js +0 -31
  421. package/esm2015/paged-search-result-list/paged-search-result-list.ngsummary.json +0 -1
  422. package/esm2015/pager/index.ngsummary.json +0 -1
  423. package/esm2015/pager/pager.js +0 -125
  424. package/esm2015/pager/pager.module.js +0 -20
  425. package/esm2015/pager/pager.module.ngfactory.js +0 -17
  426. package/esm2015/pager/pager.module.ngsummary.json +0 -1
  427. package/esm2015/pager/pager.ngfactory.js +0 -43
  428. package/esm2015/pager/pager.ngsummary.json +0 -1
  429. package/esm2015/progress-spinner/index.ngsummary.json +0 -1
  430. package/esm2015/progress-spinner/progress-spinner.js +0 -69
  431. package/esm2015/progress-spinner/progress-spinner.module.js +0 -18
  432. package/esm2015/progress-spinner/progress-spinner.module.ngfactory.js +0 -12
  433. package/esm2015/progress-spinner/progress-spinner.module.ngsummary.json +0 -1
  434. package/esm2015/progress-spinner/progress-spinner.ngfactory.js +0 -18
  435. package/esm2015/progress-spinner/progress-spinner.ngsummary.json +0 -1
  436. package/esm2015/public_api.ngsummary.json +0 -1
  437. package/esm2015/quick-list/add-option.js +0 -51
  438. package/esm2015/quick-list/add-option.ngfactory.js +0 -36
  439. package/esm2015/quick-list/add-option.ngsummary.json +0 -1
  440. package/esm2015/quick-list/add-option.service.ngsummary.json +0 -1
  441. package/esm2015/quick-list/index.ngsummary.json +0 -1
  442. package/esm2015/quick-list/quick-list.js +0 -78
  443. package/esm2015/quick-list/quick-list.module.js +0 -21
  444. package/esm2015/quick-list/quick-list.module.ngfactory.js +0 -17
  445. package/esm2015/quick-list/quick-list.module.ngsummary.json +0 -1
  446. package/esm2015/quick-list/quick-list.ngfactory.js +0 -32
  447. package/esm2015/quick-list/quick-list.ngsummary.json +0 -1
  448. package/esm2015/searchfield/index.ngsummary.json +0 -1
  449. package/esm2015/searchfield/search-field.js +0 -100
  450. package/esm2015/searchfield/search-field.module.js +0 -20
  451. package/esm2015/searchfield/search-field.module.ngfactory.js +0 -17
  452. package/esm2015/searchfield/search-field.module.ngsummary.json +0 -1
  453. package/esm2015/searchfield/search-field.ngsummary.json +0 -1
  454. package/esm2015/treetable/index.ngsummary.json +0 -1
  455. package/esm2015/treetable/renderer/cell-renderer.js +0 -28
  456. package/esm2015/treetable/renderer/cell-renderer.ngsummary.json +0 -1
  457. package/esm2015/treetable/renderer/header-renderer.js +0 -41
  458. package/esm2015/treetable/renderer/header-renderer.ngsummary.json +0 -1
  459. package/esm2015/treetable/renderer/main-renderer.js +0 -93
  460. package/esm2015/treetable/renderer/main-renderer.ngsummary.json +0 -1
  461. package/esm2015/treetable/renderer/row-renderer.js +0 -16
  462. package/esm2015/treetable/renderer/row-renderer.ngsummary.json +0 -1
  463. package/esm2015/treetable/treetable-action-overflow.js +0 -77
  464. package/esm2015/treetable/treetable-action-overflow.ngfactory.js +0 -31
  465. package/esm2015/treetable/treetable-action-overflow.ngsummary.json +0 -1
  466. package/esm2015/treetable/treetable-cell.js +0 -19
  467. package/esm2015/treetable/treetable-cell.ngfactory.js +0 -18
  468. package/esm2015/treetable/treetable-cell.ngsummary.json +0 -1
  469. package/esm2015/treetable/treetable-column.js +0 -19
  470. package/esm2015/treetable/treetable-column.ngfactory.js +0 -18
  471. package/esm2015/treetable/treetable-column.ngsummary.json +0 -1
  472. package/esm2015/treetable/treetable-placeholder.js +0 -21
  473. package/esm2015/treetable/treetable-placeholder.ngfactory.js +0 -16
  474. package/esm2015/treetable/treetable-placeholder.ngsummary.json +0 -1
  475. package/esm2015/treetable/treetable-row.js +0 -80
  476. package/esm2015/treetable/treetable-row.ngfactory.js +0 -30
  477. package/esm2015/treetable/treetable-row.ngsummary.json +0 -1
  478. package/esm2015/treetable/treetable.js +0 -67
  479. package/esm2015/treetable/treetable.module.js +0 -40
  480. package/esm2015/treetable/treetable.module.ngfactory.js +0 -17
  481. package/esm2015/treetable/treetable.module.ngsummary.json +0 -1
  482. package/esm2015/treetable/treetable.ngfactory.js +0 -18
  483. package/esm2015/treetable/treetable.ngsummary.json +0 -1
  484. package/esm2015/util/escape.util.ngsummary.json +0 -1
  485. package/esm2015/util/index.ngsummary.json +0 -1
  486. package/esm2015/view-edit-section/index.ngsummary.json +0 -1
  487. package/esm2015/view-edit-section/view-edit-section.js +0 -57
  488. package/esm2015/view-edit-section/view-edit-section.module.js +0 -20
  489. package/esm2015/view-edit-section/view-edit-section.module.ngfactory.js +0 -17
  490. package/esm2015/view-edit-section/view-edit-section.module.ngsummary.json +0 -1
  491. package/esm2015/view-edit-section/view-edit-section.ngfactory.js +0 -48
  492. package/esm2015/view-edit-section/view-edit-section.ngsummary.json +0 -1
  493. package/fesm2015/clr-addons.js.map +0 -1
  494. package/flow-bar/flow-bar.module.ngfactory.d.ts +0 -3
  495. package/flow-bar/flow-bar.ngfactory.d.ts +0 -1
  496. package/generic-quick-list/generic-quick-list.module.ngfactory.d.ts +0 -3
  497. package/generic-quick-list/generic-quick-list.ngfactory.d.ts +0 -1
  498. package/history/history-pinned.ngfactory.d.ts +0 -1
  499. package/history/history.module.ngfactory.d.ts +0 -3
  500. package/history/history.ngfactory.d.ts +0 -1
  501. package/letter-avatar/letter-avatar.module.ngfactory.d.ts +0 -3
  502. package/letter-avatar/letter-avatar.ngfactory.d.ts +0 -1
  503. package/main-nav-group/main-nav-group.module.ngfactory.d.ts +0 -3
  504. package/main-nav-group/main-nav-group.ngfactory.d.ts +0 -1
  505. package/multilingual/multilingual-input/multilingual-input.ngfactory.d.ts +0 -1
  506. package/multilingual/multilingual-selector.ngfactory.d.ts +0 -1
  507. package/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.d.ts +0 -1
  508. package/multilingual/multilingual.module.ngfactory.d.ts +0 -3
  509. package/notification/notification.module.ngfactory.d.ts +0 -3
  510. package/notification/notification.ngfactory.d.ts +0 -1
  511. package/numericfield/numeric-field.module.ngfactory.d.ts +0 -3
  512. package/paged-search-result-list/paged-search-result-list.module.ngfactory.d.ts +0 -3
  513. package/paged-search-result-list/paged-search-result-list.ngfactory.d.ts +0 -1
  514. package/pager/pager.module.ngfactory.d.ts +0 -3
  515. package/pager/pager.ngfactory.d.ts +0 -1
  516. package/progress-spinner/progress-spinner.module.ngfactory.d.ts +0 -3
  517. package/progress-spinner/progress-spinner.ngfactory.d.ts +0 -1
  518. package/quick-list/add-option.ngfactory.d.ts +0 -1
  519. package/quick-list/quick-list.module.ngfactory.d.ts +0 -3
  520. package/quick-list/quick-list.ngfactory.d.ts +0 -1
  521. package/searchfield/search-field.module.ngfactory.d.ts +0 -3
  522. package/treetable/treetable-action-overflow.ngfactory.d.ts +0 -1
  523. package/treetable/treetable-cell.ngfactory.d.ts +0 -1
  524. package/treetable/treetable-column.ngfactory.d.ts +0 -1
  525. package/treetable/treetable-placeholder.ngfactory.d.ts +0 -1
  526. package/treetable/treetable-row.ngfactory.d.ts +0 -1
  527. package/treetable/treetable.module.ngfactory.d.ts +0 -3
  528. package/treetable/treetable.ngfactory.d.ts +0 -1
  529. package/view-edit-section/view-edit-section.module.ngfactory.d.ts +0 -3
  530. package/view-edit-section/view-edit-section.ngfactory.d.ts +0 -1
@@ -1,12 +1,18 @@
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, ApplicationRef, ComponentFactoryResolver, Inject } 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 } from '@clr/angular';
6
- import { Subject, timer, asyncScheduler, interval, BehaviorSubject } 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';
14
+ import { ClarityIcons, treeViewIcon, angleIcon, organizationIcon } from '@cds/core/icon';
15
+ import '@cds/core/icon/register.js';
10
16
 
11
17
  /*
12
18
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -21,15 +27,12 @@ class ClrBackButton {
21
27
  this.location.back();
22
28
  }
23
29
  }
24
- ClrBackButton.decorators = [
25
- { type: Component, args: [{
26
- selector: 'clr-back-button',
27
- 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"
28
- },] }
29
- ];
30
- ClrBackButton.ctorParameters = () => [
31
- { type: Location }
32
- ];
30
+ ClrBackButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBackButton, deps: [{ token: i2.Location }], target: i0.ɵɵFactoryTarget.Component });
31
+ ClrBackButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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 }]; } });
33
36
 
34
37
  /*
35
38
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -38,13 +41,17 @@ ClrBackButton.ctorParameters = () => [
38
41
  */
39
42
  class ClrBackButtonModule {
40
43
  }
41
- ClrBackButtonModule.decorators = [
42
- { type: NgModule, args: [{
43
- imports: [CommonModule, ClarityModule, FormsModule],
44
- declarations: [ClrBackButton],
45
- exports: [ClrBackButton],
46
- },] }
47
- ];
44
+ ClrBackButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBackButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
45
+ ClrBackButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBackButtonModule, declarations: [ClrBackButton], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrBackButton] });
46
+ ClrBackButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBackButtonModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBackButtonModule, decorators: [{
48
+ type: NgModule,
49
+ args: [{
50
+ imports: [CommonModule, ClarityModule, FormsModule],
51
+ declarations: [ClrBackButton],
52
+ exports: [ClrBackButton],
53
+ }]
54
+ }] });
48
55
 
49
56
  /*
50
57
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -59,15 +66,17 @@ class ClrBreadcrumbService {
59
66
  this.breadcrumbChange.next(breadcrumbElements);
60
67
  }
61
68
  }
62
- ClrBreadcrumbService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ClrBreadcrumbService_Factory() { return new ClrBreadcrumbService(); }, token: ClrBreadcrumbService, providedIn: "root" });
63
- ClrBreadcrumbService.decorators = [
64
- { type: Injectable, args: [{
65
- providedIn: 'root',
66
- },] }
67
- ];
69
+ ClrBreadcrumbService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBreadcrumbService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
70
+ ClrBreadcrumbService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBreadcrumbService, providedIn: 'root' });
71
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBreadcrumbService, decorators: [{
72
+ type: Injectable,
73
+ args: [{
74
+ providedIn: 'root',
75
+ }]
76
+ }] });
68
77
 
69
78
  /*
70
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
79
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
71
80
  * This software is released under MIT license.
72
81
  * The full license information can be found in LICENSE in the root directory of this project.
73
82
  */
@@ -88,15 +97,12 @@ class ClrBreadcrumb {
88
97
  this.destroyed.complete();
89
98
  }
90
99
  }
91
- ClrBreadcrumb.decorators = [
92
- { type: Component, args: [{
93
- selector: 'clr-breadcrumb',
94
- 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"
95
- },] }
96
- ];
97
- ClrBreadcrumb.ctorParameters = () => [
98
- { type: ClrBreadcrumbService }
99
- ];
100
+ ClrBreadcrumb.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBreadcrumb, deps: [{ token: ClrBreadcrumbService }], target: i0.ɵɵFactoryTarget.Component });
101
+ ClrBreadcrumb.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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 }]; } });
100
106
 
101
107
  /*
102
108
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -105,14 +111,18 @@ ClrBreadcrumb.ctorParameters = () => [
105
111
  */
106
112
  class ClrBreadcrumbModule {
107
113
  }
108
- ClrBreadcrumbModule.decorators = [
109
- { type: NgModule, args: [{
110
- imports: [CommonModule, ClarityModule, RouterModule],
111
- declarations: [ClrBreadcrumb],
112
- exports: [ClrBreadcrumb],
113
- providers: [ClrBreadcrumbService],
114
- },] }
115
- ];
114
+ ClrBreadcrumbModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBreadcrumbModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
115
+ ClrBreadcrumbModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBreadcrumbModule, declarations: [ClrBreadcrumb], imports: [CommonModule, ClarityModule, RouterModule], exports: [ClrBreadcrumb] });
116
+ ClrBreadcrumbModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBreadcrumbModule, providers: [ClrBreadcrumbService], imports: [[CommonModule, ClarityModule, RouterModule]] });
117
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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
+ }] });
116
126
 
117
127
  /*
118
128
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -136,36 +146,58 @@ class ClrCollapseExpandSection {
136
146
  this.isCollapsed = !this.isCollapsed;
137
147
  }
138
148
  }
139
- ClrCollapseExpandSection.decorators = [
140
- { type: Component, args: [{
141
- selector: 'clr-collapse-expand-section',
142
- 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",
143
- animations: [
144
- trigger('collapseExpandAnimation', [
145
- transition(':enter', [
146
- style({ opacity: 0, height: 0, overflow: 'hidden' }),
147
- animate('300ms', style({ opacity: 1, height: '*' })),
149
+ ClrCollapseExpandSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrCollapseExpandSection, deps: [], target: i0.ɵɵFactoryTarget.Component });
150
+ ClrCollapseExpandSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ ]),
148
180
  ]),
149
- transition(':leave', [
150
- style({ opacity: 1, height: '*', overflow: 'hidden' }),
151
- 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')),
152
186
  ]),
153
- ]),
154
- trigger('rotateIcon', [
155
- state('true', style({ transform: 'rotate(0)' })),
156
- state('false', style({ transform: 'rotate(180deg)' })),
157
- transition('true => false', animate('300ms ease-out')),
158
- transition('false => true', animate('300ms ease-in')),
159
- ]),
160
- ]
161
- },] }
162
- ];
163
- ClrCollapseExpandSection.propDecorators = {
164
- isCollapsed: [{ type: Input, args: ['clrIsCollapsed',] }],
165
- disableHeaderStyles: [{ type: Input, args: ['clrDisableHeaderStyles',] }],
166
- collapsed: [{ type: Output, args: ['clrCollapsed',] }],
167
- expanded: [{ type: Output, args: ['clrExpanded',] }]
168
- };
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
+ }] } });
169
201
 
170
202
  /*
171
203
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -174,13 +206,17 @@ ClrCollapseExpandSection.propDecorators = {
174
206
  */
175
207
  class ClrCollapseExpandSectionModule {
176
208
  }
177
- ClrCollapseExpandSectionModule.decorators = [
178
- { type: NgModule, args: [{
179
- imports: [CommonModule, ClarityModule, FormsModule],
180
- declarations: [ClrCollapseExpandSection],
181
- exports: [ClrCollapseExpandSection],
182
- },] }
183
- ];
209
+ ClrCollapseExpandSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrCollapseExpandSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
210
+ ClrCollapseExpandSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrCollapseExpandSectionModule, declarations: [ClrCollapseExpandSection], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrCollapseExpandSection] });
211
+ ClrCollapseExpandSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrCollapseExpandSectionModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrCollapseExpandSectionModule, decorators: [{
213
+ type: NgModule,
214
+ args: [{
215
+ imports: [CommonModule, ClarityModule, FormsModule],
216
+ declarations: [ClrCollapseExpandSection],
217
+ exports: [ClrCollapseExpandSection],
218
+ }]
219
+ }] });
184
220
 
185
221
  /*
186
222
  * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
@@ -223,29 +259,38 @@ class ClrContentPanel {
223
259
  window.dispatchEvent(new Event('resize'));
224
260
  }
225
261
  }
226
- ClrContentPanel.decorators = [
227
- { type: Component, args: [{
228
- selector: 'clr-content-panel',
229
- 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",
230
- animations: [
231
- trigger('slideIn', [
232
- transition(':enter', [style({ opacity: 0, width: 0 }), animate('0.2s', style({ opacity: 1, width: '*' }))]),
233
- transition(':leave', [style({ opacity: 1, width: '*' }), animate('0.2s', style({ opacity: 0, width: 0 }))]),
234
- ]),
235
- trigger('fade', [
236
- transition(':enter', [style({ opacity: 0 }), animate('0.2s ease-in-out', style({ opacity: 0.85 }))]),
237
- transition(':leave', [animate('0.2s ease-in-out', style({ opacity: 0 }))]),
238
- ]),
239
- ],
240
- host: {
241
- '[class.content-panel]': 'true',
242
- }
243
- },] }
244
- ];
245
- ClrContentPanel.propDecorators = {
246
- opened: [{ type: Output, args: ['clrOpened',] }],
247
- closed: [{ type: Output, args: ['clrClosed',] }]
248
- };
262
+ ClrContentPanel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrContentPanel, deps: [], target: i0.ɵɵFactoryTarget.Component });
263
+ ClrContentPanel.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
249
294
 
250
295
  /*
251
296
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -254,22 +299,31 @@ ClrContentPanel.propDecorators = {
254
299
  */
255
300
  class ClrContentPanelContainer {
256
301
  }
257
- ClrContentPanelContainer.decorators = [
258
- { type: Component, args: [{
259
- selector: 'clr-content-panel-container',
260
- template: `
302
+ ClrContentPanelContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrContentPanelContainer, deps: [], target: i0.ɵɵFactoryTarget.Component });
303
+ ClrContentPanelContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrContentPanelContainer, decorators: [{
311
+ type: Component,
312
+ args: [{
313
+ selector: 'clr-content-panel-container',
314
+ template: `
261
315
  <div class="content-panel-outer-wrapper">
262
316
  <ng-content select="clr-content-panel-container-content"></ng-content>
263
317
  <ng-content select="clr-content-panel-container-footer"></ng-content>
264
318
  </div>
265
319
  <ng-content select="clr-content-panel"></ng-content>
266
320
  `,
267
- host: {
268
- '[class.content-container]': 'true',
269
- '[class.content-panel-container]': 'true',
270
- }
271
- },] }
272
- ];
321
+ host: {
322
+ '[class.content-container]': 'true',
323
+ '[class.content-panel-container]': 'true',
324
+ },
325
+ }]
326
+ }] });
273
327
 
274
328
  /*
275
329
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -278,15 +332,18 @@ ClrContentPanelContainer.decorators = [
278
332
  */
279
333
  class ClrContentPanelContainerContent {
280
334
  }
281
- ClrContentPanelContainerContent.decorators = [
282
- { type: Component, args: [{
283
- selector: 'clr-content-panel-container-content',
284
- template: ` <ng-content></ng-content> `,
285
- host: {
286
- '[class.content-area]': 'true',
287
- }
288
- },] }
289
- ];
335
+ ClrContentPanelContainerContent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrContentPanelContainerContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
336
+ ClrContentPanelContainerContent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] });
290
347
 
291
348
  /*
292
349
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -295,15 +352,18 @@ ClrContentPanelContainerContent.decorators = [
295
352
  */
296
353
  class ClrContentPanelContainerFooter {
297
354
  }
298
- ClrContentPanelContainerFooter.decorators = [
299
- { type: Component, args: [{
300
- selector: 'clr-content-panel-container-footer',
301
- template: ` <ng-content></ng-content> `,
302
- host: {
303
- '[class.content-area-footer]': 'true',
304
- }
305
- },] }
306
- ];
355
+ ClrContentPanelContainerFooter.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrContentPanelContainerFooter, deps: [], target: i0.ɵɵFactoryTarget.Component });
356
+ ClrContentPanelContainerFooter.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] });
307
367
 
308
368
  /*
309
369
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -312,18 +372,25 @@ ClrContentPanelContainerFooter.decorators = [
312
372
  */
313
373
  class ClrContentPanelModule {
314
374
  }
315
- ClrContentPanelModule.decorators = [
316
- { type: NgModule, args: [{
317
- imports: [CommonModule, ClarityModule, FormsModule],
318
- declarations: [
319
- ClrContentPanel,
320
- ClrContentPanelContainer,
321
- ClrContentPanelContainerContent,
322
- ClrContentPanelContainerFooter,
323
- ],
324
- exports: [ClrContentPanel, ClrContentPanelContainer, ClrContentPanelContainerContent, ClrContentPanelContainerFooter],
325
- },] }
326
- ];
375
+ ClrContentPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrContentPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
376
+ ClrContentPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrContentPanelModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
381
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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
+ }] });
327
394
 
328
395
  /**
329
396
  * Class to provide validators for the Clr Data List.
@@ -377,15 +444,17 @@ class ClrDataListPredefinedValidatorDirective {
377
444
  return ClrDataListValidators.predefined(this.clrDataListPredefined)(control);
378
445
  }
379
446
  }
380
- ClrDataListPredefinedValidatorDirective.decorators = [
381
- { type: Directive, args: [{
382
- selector: '[clrDataListPredefined]',
383
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrDataListPredefinedValidatorDirective, multi: true }],
384
- },] }
385
- ];
386
- ClrDataListPredefinedValidatorDirective.propDecorators = {
387
- clrDataListPredefined: [{ type: Input }]
388
- };
447
+ ClrDataListPredefinedValidatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDataListPredefinedValidatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
448
+ ClrDataListPredefinedValidatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
389
458
 
390
459
  /*
391
460
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -394,12 +463,16 @@ ClrDataListPredefinedValidatorDirective.propDecorators = {
394
463
  */
395
464
  class ClrDataListValidatorModule {
396
465
  }
397
- ClrDataListValidatorModule.decorators = [
398
- { type: NgModule, args: [{
399
- declarations: [ClrDataListPredefinedValidatorDirective],
400
- exports: [ClrDataListPredefinedValidatorDirective],
401
- },] }
402
- ];
466
+ ClrDataListValidatorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDataListValidatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
467
+ ClrDataListValidatorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDataListValidatorModule, declarations: [ClrDataListPredefinedValidatorDirective], exports: [ClrDataListPredefinedValidatorDirective] });
468
+ ClrDataListValidatorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDataListValidatorModule });
469
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDataListValidatorModule, decorators: [{
470
+ type: NgModule,
471
+ args: [{
472
+ declarations: [ClrDataListPredefinedValidatorDirective],
473
+ exports: [ClrDataListPredefinedValidatorDirective],
474
+ }]
475
+ }] });
403
476
 
404
477
  /*
405
478
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -420,10 +493,21 @@ class ClrDateTimeContainer {
420
493
  this.renderer.appendChild(inputWrapper, timeInputElement);
421
494
  }
422
495
  }
423
- ClrDateTimeContainer.decorators = [
424
- { type: Component, args: [{
425
- selector: 'clr-date-time-container',
426
- template: `
496
+ ClrDateTimeContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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.2", ngImport: i0, type: ClrDateTimeContainer, decorators: [{
507
+ type: Component,
508
+ args: [{
509
+ selector: 'clr-date-time-container',
510
+ template: `
427
511
  <ng-content select="clr-date-container"></ng-content>
428
512
 
429
513
  <ng-template #timeInput>
@@ -432,18 +516,14 @@ ClrDateTimeContainer.decorators = [
432
516
  </div>
433
517
  </ng-template>
434
518
  `,
435
- host: {
436
- '[class.date-time-container]': 'true',
437
- }
438
- },] }
439
- ];
440
- ClrDateTimeContainer.ctorParameters = () => [
441
- { type: Renderer2 },
442
- { type: ElementRef }
443
- ];
444
- ClrDateTimeContainer.propDecorators = {
445
- timeInput: [{ type: ViewChild, args: ['timeInput', { static: true },] }]
446
- };
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
+ }] } });
447
527
 
448
528
  /*
449
529
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -452,14 +532,17 @@ ClrDateTimeContainer.propDecorators = {
452
532
  */
453
533
  class ClrTimeInput {
454
534
  }
455
- ClrTimeInput.decorators = [
456
- { type: Directive, args: [{
457
- selector: '[clrTime]',
458
- host: {
459
- '[class.clr-input]': 'true',
460
- },
461
- },] }
462
- ];
535
+ ClrTimeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrTimeInput, deps: [], target: i0.ɵɵFactoryTarget.Directive });
536
+ ClrTimeInput.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: ClrTimeInput, selector: "[clrTime]", host: { properties: { "class.clr-input": "true" } }, ngImport: i0 });
537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrTimeInput, decorators: [{
538
+ type: Directive,
539
+ args: [{
540
+ selector: '[clrTime]',
541
+ host: {
542
+ '[class.clr-input]': 'true',
543
+ },
544
+ }]
545
+ }] });
463
546
 
464
547
  /*
465
548
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -468,13 +551,17 @@ ClrTimeInput.decorators = [
468
551
  */
469
552
  class ClrDateTimeModule {
470
553
  }
471
- ClrDateTimeModule.decorators = [
472
- { type: NgModule, args: [{
473
- imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule],
474
- declarations: [ClrDateTimeContainer, ClrTimeInput],
475
- exports: [ClrDateTimeContainer, ClrTimeInput],
476
- },] }
477
- ];
554
+ ClrDateTimeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDateTimeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
555
+ ClrDateTimeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrDateTimeModule, imports: [[CommonModule, ClarityModule, ClrFormsModule, FormsModule]] });
557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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
+ }] });
478
565
 
479
566
  /*
480
567
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -513,18 +600,21 @@ class ClrDotPager {
513
600
  return Array(this._pages);
514
601
  }
515
602
  }
516
- ClrDotPager.decorators = [
517
- { type: Component, args: [{
518
- selector: 'clr-dot-pager',
519
- 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",
520
- host: { '[class.dot-pager]': 'true' }
521
- },] }
522
- ];
523
- ClrDotPager.propDecorators = {
524
- currentPageChange: [{ type: Output, args: ['clrCurrentPageChange',] }],
525
- pages: [{ type: Input, args: ['clrPages',] }],
526
- currentPage: [{ type: Input, args: ['clrCurrentPage',] }]
527
- };
603
+ ClrDotPager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDotPager, deps: [], target: i0.ɵɵFactoryTarget.Component });
604
+ ClrDotPager.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
528
618
 
529
619
  /*
530
620
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -533,13 +623,17 @@ ClrDotPager.propDecorators = {
533
623
  */
534
624
  class ClrDotPagerModule {
535
625
  }
536
- ClrDotPagerModule.decorators = [
537
- { type: NgModule, args: [{
538
- imports: [CommonModule, ClarityModule, FormsModule],
539
- declarations: [ClrDotPager],
540
- exports: [ClrDotPager],
541
- },] }
542
- ];
626
+ ClrDotPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDotPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
627
+ ClrDotPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDotPagerModule, declarations: [ClrDotPager], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrDotPager] });
628
+ ClrDotPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDotPagerModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
629
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrDotPagerModule, decorators: [{
630
+ type: NgModule,
631
+ args: [{
632
+ imports: [CommonModule, ClarityModule, FormsModule],
633
+ declarations: [ClrDotPager],
634
+ exports: [ClrDotPager],
635
+ }]
636
+ }] });
543
637
 
544
638
  /*
545
639
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -679,20 +773,23 @@ class ClrFlowBar {
679
773
  return this._steps.slice(index + 1, this._steps.length).find(step => step.enabled);
680
774
  }
681
775
  }
682
- ClrFlowBar.decorators = [
683
- { type: Component, args: [{
684
- selector: 'clr-flow-bar',
685
- 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",
686
- host: {
687
- '[class.flow-bar]': 'true',
688
- }
689
- },] }
690
- ];
691
- ClrFlowBar.propDecorators = {
692
- _steps: [{ type: Input, args: ['clrSteps',] }],
693
- _activeStep: [{ type: Input, args: ['clrActiveStep',] }],
694
- _activeStepChange: [{ type: Output, args: ['clrActiveStepChange',] }]
695
- };
776
+ ClrFlowBar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrFlowBar, deps: [], target: i0.ɵɵFactoryTarget.Component });
777
+ ClrFlowBar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
696
793
 
697
794
  /*
698
795
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -701,13 +798,17 @@ ClrFlowBar.propDecorators = {
701
798
  */
702
799
  class ClrFlowBarModule {
703
800
  }
704
- ClrFlowBarModule.decorators = [
705
- { type: NgModule, args: [{
706
- imports: [CommonModule, ClarityModule, FormsModule],
707
- declarations: [ClrFlowBar],
708
- exports: [ClrFlowBar],
709
- },] }
710
- ];
801
+ ClrFlowBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrFlowBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
802
+ ClrFlowBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrFlowBarModule, declarations: [ClrFlowBar], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrFlowBar] });
803
+ ClrFlowBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrFlowBarModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
804
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrFlowBarModule, decorators: [{
805
+ type: NgModule,
806
+ args: [{
807
+ imports: [CommonModule, ClarityModule, FormsModule],
808
+ declarations: [ClrFlowBar],
809
+ exports: [ClrFlowBar],
810
+ }]
811
+ }] });
711
812
 
712
813
  /*
713
814
  * Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
@@ -759,26 +860,44 @@ class ClrGenericQuickList {
759
860
  clearTimeout(this.timeout);
760
861
  }
761
862
  }
762
- ClrGenericQuickList.decorators = [
763
- { type: Component, args: [{
764
- selector: 'clr-generic-quick-list',
765
- host: { '[class.generic-quick-list]': 'true', '[class.clr-form-control]': 'true' },
766
- 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"
767
- },] }
768
- ];
769
- ClrGenericQuickList.propDecorators = {
770
- allItems: [{ type: Input, args: ['clrAllItems',] }],
771
- addLabel: [{ type: Input, args: ['clrAddLabel',] }],
772
- addPossible: [{ type: Input, args: ['clrAddPossible',] }],
773
- blankItem: [{ type: Input, args: ['clrBlankItem',] }],
774
- controlClasses: [{ type: Input, args: ['clrControlClasses',] }],
775
- required: [{ type: Input, args: ['clrMandatory',] }],
776
- readonly: [{ type: Input }],
777
- added: [{ type: Output, args: ['clrAdded',] }],
778
- removed: [{ type: Output, args: ['clrRemoved',] }],
779
- itemTemplate: [{ type: ContentChildren, args: [TemplateRef,] }],
780
- itemRows: [{ type: ViewChildren, args: ['row',] }]
781
- };
863
+ ClrGenericQuickList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrGenericQuickList, deps: [], target: i0.ɵɵFactoryTarget.Component });
864
+ ClrGenericQuickList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
782
901
 
783
902
  /*
784
903
  * Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
@@ -787,13 +906,17 @@ ClrGenericQuickList.propDecorators = {
787
906
  */
788
907
  class ClrGenericQuickListModule {
789
908
  }
790
- ClrGenericQuickListModule.decorators = [
791
- { type: NgModule, args: [{
792
- imports: [CommonModule, ClarityModule],
793
- declarations: [ClrGenericQuickList],
794
- exports: [ClrGenericQuickList],
795
- },] }
796
- ];
909
+ ClrGenericQuickListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrGenericQuickListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
910
+ ClrGenericQuickListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrGenericQuickListModule, declarations: [ClrGenericQuickList], imports: [CommonModule, ClarityModule], exports: [ClrGenericQuickList] });
911
+ ClrGenericQuickListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrGenericQuickListModule, imports: [[CommonModule, ClarityModule]] });
912
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrGenericQuickListModule, decorators: [{
913
+ type: NgModule,
914
+ args: [{
915
+ imports: [CommonModule, ClarityModule],
916
+ declarations: [ClrGenericQuickList],
917
+ exports: [ClrGenericQuickList],
918
+ }]
919
+ }] });
797
920
 
798
921
  /*
799
922
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -826,21 +949,24 @@ class ClrLetterAvatar {
826
949
  }
827
950
  }
828
951
  }
829
- ClrLetterAvatar.decorators = [
830
- { type: Component, args: [{
831
- selector: 'clr-letter-avatar',
832
- template: "<div class=\"avatar-circle\">\n <div #avatar class=\"avatar-initials\">{{getInitials()}}</div>\n</div>\n"
833
- },] }
834
- ];
835
- ClrLetterAvatar.ctorParameters = () => [
836
- { type: Renderer2 }
837
- ];
838
- ClrLetterAvatar.propDecorators = {
839
- avatar: [{ type: HostBinding, args: ['class.clr-avatar',] }],
840
- name: [{ type: Input, args: ['clrName',] }],
841
- size: [{ type: Input, args: ['clrSize',] }],
842
- avatarElement: [{ type: ViewChild, args: ['avatar', { static: true },] }]
843
- };
952
+ ClrLetterAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrLetterAvatar, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
953
+ ClrLetterAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
844
970
 
845
971
  /*
846
972
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -849,13 +975,17 @@ ClrLetterAvatar.propDecorators = {
849
975
  */
850
976
  class ClrLetterAvatarModule {
851
977
  }
852
- ClrLetterAvatarModule.decorators = [
853
- { type: NgModule, args: [{
854
- imports: [CommonModule, ClarityModule],
855
- declarations: [ClrLetterAvatar],
856
- exports: [ClrLetterAvatar],
857
- },] }
858
- ];
978
+ ClrLetterAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrLetterAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
979
+ ClrLetterAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrLetterAvatarModule, declarations: [ClrLetterAvatar], imports: [CommonModule, ClarityModule], exports: [ClrLetterAvatar] });
980
+ ClrLetterAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrLetterAvatarModule, imports: [[CommonModule, ClarityModule]] });
981
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrLetterAvatarModule, decorators: [{
982
+ type: NgModule,
983
+ args: [{
984
+ imports: [CommonModule, ClarityModule],
985
+ declarations: [ClrLetterAvatar],
986
+ exports: [ClrLetterAvatar],
987
+ }]
988
+ }] });
859
989
 
860
990
  class ClrMainNavGroupItem {
861
991
  constructor(el, renderer) {
@@ -873,15 +1003,14 @@ class ClrMainNavGroupItem {
873
1003
  this.el.nativeElement.blur();
874
1004
  }
875
1005
  }
876
- ClrMainNavGroupItem.decorators = [
877
- { type: Directive, args: [{
878
- selector: '[clrMainNavGroupItem]',
879
- },] }
880
- ];
881
- ClrMainNavGroupItem.ctorParameters = () => [
882
- { type: ElementRef },
883
- { type: Renderer2 }
884
- ];
1006
+ ClrMainNavGroupItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", 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.2", type: ClrMainNavGroupItem, selector: "[clrMainNavGroupItem]", ngImport: i0 });
1008
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrMainNavGroupItem, decorators: [{
1009
+ type: Directive,
1010
+ args: [{
1011
+ selector: '[clrMainNavGroupItem]',
1012
+ }]
1013
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
885
1014
 
886
1015
  /*
887
1016
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -1019,20 +1148,18 @@ class ClrMainNavGroup {
1019
1148
  setTimeout(() => this.items.toArray()[this.currentFocusedId].focus());
1020
1149
  }
1021
1150
  }
1022
- ClrMainNavGroup.decorators = [
1023
- { type: Component, args: [{
1024
- selector: 'clr-main-nav-group',
1025
- 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",
1026
- host: { '[class.main-nav-group]': 'true' }
1027
- },] }
1028
- ];
1029
- ClrMainNavGroup.ctorParameters = () => [
1030
- { type: Injector }
1031
- ];
1032
- ClrMainNavGroup.propDecorators = {
1033
- title: [{ type: Input, args: ['clrTitle',] }],
1034
- items: [{ type: ContentChildren, args: [ClrMainNavGroupItem,] }]
1035
- };
1151
+ ClrMainNavGroup.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrMainNavGroup, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1152
+ ClrMainNavGroup.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
1036
1163
 
1037
1164
  /*
1038
1165
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -1041,13 +1168,17 @@ ClrMainNavGroup.propDecorators = {
1041
1168
  */
1042
1169
  class ClrMainNavGroupModule {
1043
1170
  }
1044
- ClrMainNavGroupModule.decorators = [
1045
- { type: NgModule, args: [{
1046
- imports: [CommonModule, RouterModule, ClarityModule],
1047
- declarations: [ClrMainNavGroup, ClrMainNavGroupItem],
1048
- exports: [ClrMainNavGroup, ClrMainNavGroupItem],
1049
- },] }
1050
- ];
1171
+ ClrMainNavGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrMainNavGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1172
+ ClrMainNavGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrMainNavGroupModule, imports: [[CommonModule, RouterModule, ClarityModule]] });
1174
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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
+ }] });
1051
1182
 
1052
1183
  /*
1053
1184
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -1117,15 +1248,18 @@ class ClrRequiredOneMultilang {
1117
1248
  return this._active ? ClrMultilingualInputValidators.requiredOne()(control) : null;
1118
1249
  }
1119
1250
  }
1120
- ClrRequiredOneMultilang.decorators = [
1121
- { type: Directive, args: [{
1122
- selector: '[clrRequiredOneMultilang]',
1123
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredOneMultilang, multi: true }],
1124
- },] }
1125
- ];
1126
- ClrRequiredOneMultilang.propDecorators = {
1127
- active: [{ type: Input, args: ['clrRequiredOneMultilang',] }]
1128
- };
1251
+ ClrRequiredOneMultilang.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrRequiredOneMultilang, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1252
+ ClrRequiredOneMultilang.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
1129
1263
  class ClrRequiredAllMultilang {
1130
1264
  set active(active) {
1131
1265
  this._active = active != null && active !== false && `${active}` !== 'false';
@@ -1134,35 +1268,76 @@ class ClrRequiredAllMultilang {
1134
1268
  return this._active ? ClrMultilingualInputValidators.requiredAll()(control) : null;
1135
1269
  }
1136
1270
  }
1137
- ClrRequiredAllMultilang.decorators = [
1138
- { type: Directive, args: [{
1139
- selector: '[clrRequiredAllMultilang]',
1140
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrRequiredAllMultilang, multi: true }],
1141
- },] }
1142
- ];
1143
- ClrRequiredAllMultilang.propDecorators = {
1144
- active: [{ type: Input, args: ['clrRequiredAllMultilang',] }]
1145
- };
1271
+ ClrRequiredAllMultilang.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrRequiredAllMultilang, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1272
+ ClrRequiredAllMultilang.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
1283
+
1284
+ /*
1285
+ * Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
1286
+ * This software is released under MIT license.
1287
+ * The full license information can be found in LICENSE in the root directory of this project.
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.2", ngImport: i0, type: ControlIdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
1307
+ ControlIdService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ControlIdService });
1308
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ControlIdService, decorators: [{
1309
+ type: Injectable
1310
+ }] });
1146
1311
 
1147
1312
  /*
1148
1313
  * Copyright (c) 2018 Porsche Informatik. All Rights Reserved.
1149
1314
  * This software is released under MIT license.
1150
1315
  * The full license information can be found in LICENSE in the root directory of this project.
1151
1316
  */
1317
+ let instanceCount = 0;
1318
+ let origMarkAsTouched;
1319
+ const markedAsTouch = new Subject();
1152
1320
  class ClrAbstractFormComponent {
1153
1321
  constructor(injector) {
1154
1322
  this.injector = injector;
1155
1323
  this.formControl = true;
1156
- this.showError = false;
1157
1324
  this.disabled = false;
1158
1325
  this.invalid = false;
1159
1326
  this.destroyed = new Subject();
1160
- // eslint-disable-next-line @typescript-eslint/no-empty-function
1161
- this.onChange = (_) => { };
1162
- 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;
1163
1338
  }
1164
1339
  ngOnInit() {
1165
- const controlIdService = this.injector.get(ɵbc, null);
1340
+ const controlIdService = this.injector.get(ControlIdService, null);
1166
1341
  if (controlIdService) {
1167
1342
  this.inputId = controlIdService.id;
1168
1343
  }
@@ -1174,28 +1349,18 @@ class ClrAbstractFormComponent {
1174
1349
  this.control = ngControl.control;
1175
1350
  this.control.statusChanges.pipe(takeUntil(this.destroyed)).subscribe(status => {
1176
1351
  this.invalid = status === 'INVALID';
1177
- this.showError = this.invalid && this.control.touched;
1178
- });
1179
- }
1180
- const markControlService = this.injector.get(ɵbi, null);
1181
- if (markControlService) {
1182
- markControlService.touchedChange.subscribe(() => {
1183
- this.control.markAsTouched();
1184
- this.control.updateValueAndValidity();
1185
1352
  });
1186
1353
  }
1354
+ markedAsTouch.pipe(takeUntil(this.destroyed)).subscribe(() => {
1355
+ this.control.markAsTouched();
1356
+ this.control.updateValueAndValidity();
1357
+ });
1187
1358
  }
1188
1359
  registerOnChange(fn) {
1189
1360
  this.onChange = fn;
1190
1361
  }
1191
1362
  registerOnTouched(fn) {
1192
- this.onTouch = () => {
1193
- fn();
1194
- this.defaultOnTouch();
1195
- };
1196
- }
1197
- defaultOnTouch() {
1198
- this.showError = this.invalid && this.control.touched;
1363
+ this.onTouch = fn;
1199
1364
  }
1200
1365
  setDisabledState(isDisabled) {
1201
1366
  this.disabled = isDisabled;
@@ -1203,18 +1368,39 @@ class ClrAbstractFormComponent {
1203
1368
  ngOnDestroy() {
1204
1369
  this.destroyed.next();
1205
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
+ }
1206
1391
  }
1207
1392
  }
1208
- ClrAbstractFormComponent.decorators = [
1209
- { type: Directive }
1210
- ];
1211
- ClrAbstractFormComponent.ctorParameters = () => [
1212
- { type: Injector }
1213
- ];
1214
- ClrAbstractFormComponent.propDecorators = {
1215
- formControl: [{ type: HostBinding, args: ['class.clr-form-control',] }],
1216
- showError: [{ type: HostBinding, args: ['class.clr-error',] }]
1217
- };
1393
+ ClrAbstractFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAbstractFormComponent, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
1394
+ ClrAbstractFormComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
1218
1404
 
1219
1405
  /*
1220
1406
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -1248,87 +1434,38 @@ class ClrMultilingualAbstract extends ClrAbstractFormComponent {
1248
1434
  });
1249
1435
  }
1250
1436
  }
1251
- ClrMultilingualAbstract.decorators = [
1252
- { type: Directive }
1253
- ];
1254
- ClrMultilingualAbstract.ctorParameters = () => [
1255
- { type: Injector }
1256
- ];
1257
- ClrMultilingualAbstract.propDecorators = {
1258
- multi: [{ type: HostBinding, args: ['class.clr-multilingual',] }],
1259
- controlClasses: [{ type: Input, args: ['clrControlClasses',] }],
1260
- selectedLang: [{ type: Input, args: ['clrSelectedLang',] }],
1261
- readonly: [{ type: Input }],
1262
- maxlength: [{ type: Input }],
1263
- showSingleLanguageSelector: [{ type: Input, args: ['clrShowSingleLanguageSelector',] }],
1264
- inputElement: [{ type: ViewChild, args: ['input',] }]
1265
- };
1266
-
1267
- /*
1268
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
1269
- * This software is released under MIT license.
1270
- * The full license information can be found in LICENSE in the root directory of this project.
1271
- */
1272
- class ClrMultilingualInput extends ClrMultilingualAbstract {
1273
- constructor(injector) {
1274
- super(injector);
1275
- }
1276
- }
1277
- ClrMultilingualInput.decorators = [
1278
- { type: Component, args: [{
1279
- selector: 'clr-multilingual-input',
1280
- 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",
1281
- providers: [
1282
- {
1283
- provide: NG_VALUE_ACCESSOR,
1284
- useExisting: forwardRef(() => ClrMultilingualInput),
1285
- multi: true,
1286
- },
1287
- ɵbc,
1288
- ]
1289
- },] }
1290
- ];
1291
- ClrMultilingualInput.ctorParameters = () => [
1292
- { type: Injector }
1293
- ];
1294
-
1295
- /*
1296
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
1297
- * This software is released under MIT license.
1298
- * The full license information can be found in LICENSE in the root directory of this project.
1299
- */
1300
- class ClrMultilingualTextarea extends ClrMultilingualAbstract {
1301
- constructor(injector) {
1302
- super(injector);
1303
- }
1304
- }
1305
- ClrMultilingualTextarea.decorators = [
1306
- { type: Component, args: [{
1307
- selector: 'clr-multilingual-textarea',
1308
- 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",
1309
- providers: [
1310
- {
1311
- provide: NG_VALUE_ACCESSOR,
1312
- useExisting: forwardRef(() => ClrMultilingualTextarea),
1313
- multi: true,
1314
- },
1315
- ɵbc,
1316
- ]
1317
- },] }
1318
- ];
1319
- ClrMultilingualTextarea.ctorParameters = () => [
1320
- { type: Injector }
1321
- ];
1437
+ ClrMultilingualAbstract.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrMultilingualAbstract, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Directive });
1438
+ ClrMultilingualAbstract.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
1322
1461
 
1323
1462
  class ClrMultilingualSelector {
1324
1463
  constructor() {
1325
1464
  this.selectedLangChange = new EventEmitter();
1326
1465
  }
1327
1466
  }
1328
- ClrMultilingualSelector.decorators = [
1329
- { type: Component, args: [{
1330
- selector: 'clr-multilingual-selector',
1331
- template: `
1467
+ ClrMultilingualSelector.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrMultilingualSelector, deps: [], target: i0.ɵɵFactoryTarget.Component });
1468
+ ClrMultilingualSelector.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: ClrMultilingualSelector, selector: "clr-multilingual-selector", inputs: { disabled: "disabled", texts: "texts", selectedLang: "selectedLang" }, outputs: { selectedLangChange: "selectedLangChange" }, ngImport: i0, template: `
1332
1469
  <div>
1333
1470
  <clr-dropdown [clrCloseMenuOnItemClick]="true">
1334
1471
  <button
@@ -1355,15 +1492,111 @@ ClrMultilingualSelector.decorators = [
1355
1492
  </clr-dropdown-menu>
1356
1493
  </clr-dropdown>
1357
1494
  </div>
1358
- `
1359
- },] }
1360
- ];
1361
- ClrMultilingualSelector.propDecorators = {
1362
- disabled: [{ type: Input }],
1363
- texts: [{ type: Input }],
1364
- selectedLang: [{ type: Input }],
1365
- selectedLangChange: [{ type: Output }]
1366
- };
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.2", 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.2", ngImport: i0, type: ClrMultilingualInput, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1550
+ ClrMultilingualInput.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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.2", ngImport: i0, type: ClrMultilingualTextarea, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1581
+ ClrMultilingualTextarea.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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 }]; } });
1367
1600
 
1368
1601
  /*
1369
1602
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -1372,25 +1605,37 @@ ClrMultilingualSelector.propDecorators = {
1372
1605
  */
1373
1606
  class ClrMultilingualModule {
1374
1607
  }
1375
- ClrMultilingualModule.decorators = [
1376
- { type: NgModule, args: [{
1377
- imports: [CommonModule, ClarityModule, FormsModule],
1378
- declarations: [
1379
- ClrMultilingualInput,
1380
- ClrMultilingualTextarea,
1381
- ClrRequiredOneMultilang,
1382
- ClrRequiredAllMultilang,
1383
- ClrMultilingualSelector,
1384
- ],
1385
- exports: [
1386
- ClrMultilingualInput,
1387
- ClrMultilingualTextarea,
1388
- ClrRequiredOneMultilang,
1389
- ClrRequiredAllMultilang,
1390
- ClrMultilingualSelector,
1391
- ],
1392
- },] }
1393
- ];
1608
+ ClrMultilingualModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrMultilingualModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1609
+ ClrMultilingualModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrMultilingualModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
1619
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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
+ }] });
1394
1639
 
1395
1640
  /*
1396
1641
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -1511,61 +1756,81 @@ class ClrNotification {
1511
1756
  zonedTimer(300, this.ngZone).subscribe(() => (this.state = { value: 'currentPosition', params: { absolute: this._translate } }));
1512
1757
  }
1513
1758
  }
1514
- ClrNotification.decorators = [
1515
- { type: Component, args: [{
1516
- selector: 'clr-notification',
1517
- 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",
1518
- animations: [
1519
- trigger('slideDown', [
1520
- transition(':enter', [
1521
- style({ transform: 'translateY(-200%)' }),
1522
- animate('0.5s', style({ transform: 'translateY(0%)' })),
1759
+ ClrNotification.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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.2", 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
+ ]),
1523
1787
  ]),
1524
- ]),
1525
- trigger('move', [
1526
- state('currentPosition', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1527
- state('moveUp', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1528
- state('moveDown', style({ transform: 'translateY({{absolute}}px)' }), { params: { absolute: '0' } }),
1529
- transition('* => moveDown', animate('0.3s')),
1530
- transition('* => moveUp', animate('0.3s')),
1531
- ]),
1532
- trigger('fade', [
1533
- state('fadeOut', style({ transform: 'translateY({{absolute}}px)', opacity: 0 }), { params: { absolute: '0' } }),
1534
- transition('* => fadeOut', animate('0.3s')),
1535
- ]),
1536
- ],
1537
- host: {
1538
- '[class.notification]': 'true',
1539
- }
1540
- },] }
1541
- ];
1542
- ClrNotification.ctorParameters = () => [
1543
- { type: ElementRef },
1544
- { type: NgZone }
1545
- ];
1546
- ClrNotification.propDecorators = {
1547
- clrAlert: [{ type: ViewChild, args: [ClrAlert, { static: true },] }],
1548
- timeout: [{ type: Input }],
1549
- notificationType: [{ type: Input }],
1550
- dismissable: [{ type: Input }],
1551
- progressbar: [{ type: Input }],
1552
- closed: [{ type: Output }]
1553
- };
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
+ }] } });
1554
1816
 
1555
1817
  /*
1556
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
1818
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
1557
1819
  * This software is released under MIT license.
1558
1820
  * The full license information can be found in LICENSE in the root directory of this project.
1559
1821
  */
1560
1822
  class ClrNotificationModule {
1561
1823
  }
1562
- ClrNotificationModule.decorators = [
1563
- { type: NgModule, args: [{
1564
- imports: [CommonModule, ClarityModule, FormsModule],
1565
- declarations: [ClrNotification],
1566
- entryComponents: [ClrNotification],
1567
- },] }
1568
- ];
1824
+ ClrNotificationModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1825
+ ClrNotificationModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrNotificationModule, declarations: [ClrNotification], imports: [CommonModule, ClarityModule, FormsModule] });
1826
+ ClrNotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrNotificationModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
1827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrNotificationModule, decorators: [{
1828
+ type: NgModule,
1829
+ args: [{
1830
+ imports: [CommonModule, ClarityModule, FormsModule],
1831
+ declarations: [ClrNotification],
1832
+ }]
1833
+ }] });
1569
1834
 
1570
1835
  /*
1571
1836
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -1878,40 +2143,63 @@ class ClrNumericField {
1878
2143
  return Math[method](+(value * Math.pow(10, this.decimalPlaces)).toPrecision(16)) / Math.pow(10, this.decimalPlaces);
1879
2144
  }
1880
2145
  }
1881
- ClrNumericField.decorators = [
1882
- { type: Directive, args: [{
1883
- selector: '[clrNumeric]',
1884
- host: {
1885
- '[class.text-right]': 'textAlign === "right"',
1886
- '(change)': 'onChange(getValueForFormControl())',
1887
- '(input)': 'onChange(getValueForFormControl())',
1888
- '(blur)': 'onTouched()',
1889
- },
1890
- providers: [
1891
- {
1892
- provide: NG_VALUE_ACCESSOR,
1893
- useExisting: forwardRef(() => ClrNumericField),
1894
- multi: true,
2146
+ ClrNumericField.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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.2", 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()',
1895
2163
  },
1896
- ],
1897
- },] }
1898
- ];
1899
- ClrNumericField.ctorParameters = () => [
1900
- { type: Renderer2 },
1901
- { type: ElementRef }
1902
- ];
1903
- ClrNumericField.propDecorators = {
1904
- textAlign: [{ type: Input, args: ['clrTextAlign',] }],
1905
- decimalPlaces: [{ type: Input, args: ['clrDecimalPlaces',] }],
1906
- roundValue: [{ type: Input, args: ['clrRoundDisplayValue',] }],
1907
- autofillDecimals: [{ type: Input, args: ['clrAutofillDecimals',] }],
1908
- decimalSeparator: [{ type: Input, args: ['clrDecimalSep',] }],
1909
- groupingSeparator: [{ type: Input, args: ['clrGroupingSep',] }],
1910
- unitPosition: [{ type: Input, args: ['clrUnitPosition',] }],
1911
- numericValueChanged: [{ type: Output, args: ['clrNumericValueChange',] }],
1912
- numericValue: [{ type: Input, args: ['clrNumericValue',] }],
1913
- unit: [{ type: Input, args: ['clrUnit',] }]
1914
- };
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
+ }] } });
1915
2203
 
1916
2204
  /*
1917
2205
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -2004,17 +2292,24 @@ class ClrMaxNumeric {
2004
2292
  return ClrNumericFieldValidators.max(this._max, this._groupingSep, this._decimalSep)(control);
2005
2293
  }
2006
2294
  }
2007
- ClrMaxNumeric.decorators = [
2008
- { type: Directive, args: [{
2009
- selector: '[clrMaxNumeric]',
2010
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrMaxNumeric, multi: true }],
2011
- },] }
2012
- ];
2013
- ClrMaxNumeric.propDecorators = {
2014
- _max: [{ type: Input, args: ['clrMaxNumeric',] }],
2015
- _groupingSep: [{ type: Input, args: ['clrGroupingSep',] }],
2016
- _decimalSep: [{ type: Input, args: ['clrDecimalSep',] }]
2017
- };
2295
+ ClrMaxNumeric.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrMaxNumeric, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2296
+ ClrMaxNumeric.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
2018
2313
  class ClrMinNumeric {
2019
2314
  constructor() {
2020
2315
  this._groupingSep = '.';
@@ -2024,17 +2319,24 @@ class ClrMinNumeric {
2024
2319
  return ClrNumericFieldValidators.min(this._min, this._groupingSep, this._decimalSep)(control);
2025
2320
  }
2026
2321
  }
2027
- ClrMinNumeric.decorators = [
2028
- { type: Directive, args: [{
2029
- selector: '[clrMinNumeric]',
2030
- providers: [{ provide: NG_VALIDATORS, useExisting: ClrMinNumeric, multi: true }],
2031
- },] }
2032
- ];
2033
- ClrMinNumeric.propDecorators = {
2034
- _min: [{ type: Input, args: ['clrMinNumeric',] }],
2035
- _groupingSep: [{ type: Input, args: ['clrGroupingSep',] }],
2036
- _decimalSep: [{ type: Input, args: ['clrDecimalSep',] }]
2037
- };
2322
+ ClrMinNumeric.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrMinNumeric, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2323
+ ClrMinNumeric.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
2038
2340
 
2039
2341
  /*
2040
2342
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2043,46 +2345,17 @@ ClrMinNumeric.propDecorators = {
2043
2345
  */
2044
2346
  class ClrNumericFieldModule {
2045
2347
  }
2046
- ClrNumericFieldModule.decorators = [
2047
- { type: NgModule, args: [{
2048
- imports: [CommonModule, ClarityModule, ClrFormsModule, FormsModule],
2049
- declarations: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric],
2050
- exports: [ClrNumericField, ClrMaxNumeric, ClrMinNumeric],
2051
- },] }
2052
- ];
2053
-
2054
- /*
2055
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
2056
- * This software is released under MIT license.
2057
- * The full license information can be found in LICENSE in the root directory of this project.
2058
- */
2059
- class ClrPagedSearchResultList {
2060
- constructor() {
2061
- /**
2062
- * The position of the pager
2063
- */
2064
- this.clrPagerPosition = 'bottom';
2065
- /**
2066
- * Triggered whenever a page change occurs.
2067
- */
2068
- this.pageChange = new EventEmitter();
2069
- }
2070
- }
2071
- ClrPagedSearchResultList.decorators = [
2072
- { type: Component, args: [{
2073
- selector: 'clr-paged-search-result-list',
2074
- 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"
2075
- },] }
2076
- ];
2077
- ClrPagedSearchResultList.propDecorators = {
2078
- pageSize: [{ type: Input, args: ['clrPageSize',] }],
2079
- currentPage: [{ type: Input, args: ['clrPage',] }],
2080
- totalItems: [{ type: Input, args: ['clrTotalItems',] }],
2081
- items: [{ type: Input, args: ['clrItems',] }],
2082
- itemTemplate: [{ type: ContentChild, args: [TemplateRef, { static: true },] }],
2083
- clrPagerPosition: [{ type: Input, args: ['clrPagerPosition',] }],
2084
- pageChange: [{ type: Output, args: ['clrPageChange',] }]
2085
- };
2348
+ ClrNumericFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrNumericFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2349
+ ClrNumericFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrNumericFieldModule, imports: [[CommonModule, ClarityModule, ClrFormsModule, FormsModule]] });
2351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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
+ }] });
2086
2359
 
2087
2360
  /*
2088
2361
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2193,20 +2466,72 @@ class ClrPager {
2193
2466
  return middlePages;
2194
2467
  }
2195
2468
  }
2196
- ClrPager.decorators = [
2197
- { type: Component, args: [{
2198
- selector: 'clr-pager',
2199
- 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",
2200
- host: { '[class.pager]': 'true' }
2201
- },] }
2202
- ];
2203
- ClrPager.propDecorators = {
2204
- pageChange: [{ type: Output, args: ['clrPageChange',] }],
2205
- pageSize: [{ type: Input, args: ['clrPageSize',] }],
2206
- totalItems: [{ type: Input, args: ['clrTotalItems',] }],
2207
- last: [{ type: Input, args: ['clrLast',] }],
2208
- page: [{ type: Input, args: ['clrPage',] }]
2209
- };
2469
+ ClrPager.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrPager, deps: [], target: i0.ɵɵFactoryTarget.Component });
2470
+ ClrPager.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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.2", ngImport: i0, type: ClrPagedSearchResultList, deps: [], target: i0.ɵɵFactoryTarget.Component });
2509
+ ClrPagedSearchResultList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
2210
2535
 
2211
2536
  /*
2212
2537
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2215,13 +2540,17 @@ ClrPager.propDecorators = {
2215
2540
  */
2216
2541
  class ClrPagerModule {
2217
2542
  }
2218
- ClrPagerModule.decorators = [
2219
- { type: NgModule, args: [{
2220
- imports: [CommonModule, ClarityModule, FormsModule],
2221
- declarations: [ClrPager],
2222
- exports: [ClrPager],
2223
- },] }
2224
- ];
2543
+ ClrPagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrPagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2544
+ ClrPagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrPagerModule, declarations: [ClrPager], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrPager] });
2545
+ ClrPagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrPagerModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
2546
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrPagerModule, decorators: [{
2547
+ type: NgModule,
2548
+ args: [{
2549
+ imports: [CommonModule, ClarityModule, FormsModule],
2550
+ declarations: [ClrPager],
2551
+ exports: [ClrPager],
2552
+ }]
2553
+ }] });
2225
2554
 
2226
2555
  /*
2227
2556
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2230,13 +2559,17 @@ ClrPagerModule.decorators = [
2230
2559
  */
2231
2560
  class ClrPagedSearchResultListModule {
2232
2561
  }
2233
- ClrPagedSearchResultListModule.decorators = [
2234
- { type: NgModule, args: [{
2235
- imports: [CommonModule, ClarityModule, FormsModule, ClrPagerModule],
2236
- declarations: [ClrPagedSearchResultList],
2237
- exports: [ClrPagedSearchResultList],
2238
- },] }
2239
- ];
2562
+ ClrPagedSearchResultListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrPagedSearchResultListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2563
+ ClrPagedSearchResultListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrPagedSearchResultListModule, imports: [[CommonModule, ClarityModule, FormsModule, ClrPagerModule]] });
2565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrPagedSearchResultListModule, decorators: [{
2566
+ type: NgModule,
2567
+ args: [{
2568
+ imports: [CommonModule, ClarityModule, FormsModule, ClrPagerModule],
2569
+ declarations: [ClrPagedSearchResultList],
2570
+ exports: [ClrPagedSearchResultList],
2571
+ }]
2572
+ }] });
2240
2573
 
2241
2574
  /*
2242
2575
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2284,27 +2617,34 @@ class ClrProgressSpinnerComponent {
2284
2617
  }
2285
2618
  }
2286
2619
  ClrProgressSpinnerComponent.MINIMUM_VISIBLE_DURATION = 200;
2287
- ClrProgressSpinnerComponent.decorators = [
2288
- { type: Component, args: [{
2289
- selector: 'clr-progress-spinner',
2290
- template: `
2620
+ ClrProgressSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrProgressSpinnerComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2621
+ ClrProgressSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrProgressSpinnerComponent, decorators: [{
2628
+ type: Component,
2629
+ args: [{
2630
+ selector: 'clr-progress-spinner',
2631
+ template: `
2291
2632
  <ng-container *ngIf="_showSpinner">
2292
2633
  <span [class]="'spinner-' + size + ' spinner'"></span>
2293
2634
  <span>&nbsp;<ng-content></ng-content></span>
2294
2635
  </ng-container>
2295
2636
  `,
2296
- host: {
2297
- '[class.progress-spinner-overlay]': '_showSpinner',
2298
- }
2299
- },] }
2300
- ];
2301
- ClrProgressSpinnerComponent.ctorParameters = () => [
2302
- { type: ChangeDetectorRef }
2303
- ];
2304
- ClrProgressSpinnerComponent.propDecorators = {
2305
- size: [{ type: Input, args: ['clrSize',] }],
2306
- showSpinner: [{ type: Input, args: ['clrShowSpinner',] }]
2307
- };
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
+ }] } });
2308
2648
 
2309
2649
  /*
2310
2650
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2313,13 +2653,17 @@ ClrProgressSpinnerComponent.propDecorators = {
2313
2653
  */
2314
2654
  class ClrProgressSpinnerModule {
2315
2655
  }
2316
- ClrProgressSpinnerModule.decorators = [
2317
- { type: NgModule, args: [{
2318
- imports: [CommonModule],
2319
- declarations: [ClrProgressSpinnerComponent],
2320
- exports: [ClrProgressSpinnerComponent],
2321
- },] }
2322
- ];
2656
+ ClrProgressSpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrProgressSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2657
+ ClrProgressSpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrProgressSpinnerModule, declarations: [ClrProgressSpinnerComponent], imports: [CommonModule], exports: [ClrProgressSpinnerComponent] });
2658
+ ClrProgressSpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrProgressSpinnerModule, imports: [[CommonModule]] });
2659
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrProgressSpinnerModule, decorators: [{
2660
+ type: NgModule,
2661
+ args: [{
2662
+ imports: [CommonModule],
2663
+ declarations: [ClrProgressSpinnerComponent],
2664
+ exports: [ClrProgressSpinnerComponent],
2665
+ }]
2666
+ }] });
2323
2667
 
2324
2668
  /*
2325
2669
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2329,7 +2673,7 @@ ClrProgressSpinnerModule.decorators = [
2329
2673
  const CLR_BLANK_OPTION = { id: '-BLANK-', label: '- Select an option -', value: null };
2330
2674
 
2331
2675
  /*
2332
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
2676
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2333
2677
  * This software is released under MIT license.
2334
2678
  * The full license information can be found in LICENSE in the root directory of this project.
2335
2679
  */
@@ -2338,6 +2682,7 @@ class ClrAddOption {
2338
2682
  this.mandatory = false;
2339
2683
  this.allValues = [];
2340
2684
  this.excludedValues = [];
2685
+ this.disabled = false;
2341
2686
  this.valueChanged = new EventEmitter();
2342
2687
  this.remove = new EventEmitter();
2343
2688
  }
@@ -2359,32 +2704,42 @@ class ClrAddOption {
2359
2704
  !!this.select && this.select.nativeElement.focus();
2360
2705
  }
2361
2706
  }
2362
- ClrAddOption.decorators = [
2363
- { type: Component, args: [{
2364
- selector: 'clr-add-option',
2365
- 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\">\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()\"\n (click)=\"remove.emit()\"\n>\n <clr-icon shape=\"trash\"></clr-icon>\n</button>\n",
2366
- host: { '[class.quick-list-option]': 'true' }
2367
- },] }
2368
- ];
2369
- ClrAddOption.propDecorators = {
2370
- blankOption: [{ type: Input }],
2371
- value: [{ type: Input }],
2372
- mandatory: [{ type: Input }],
2373
- allValues: [{ type: Input }],
2374
- excludedValues: [{ type: Input }],
2375
- readonly: [{ type: Input }],
2376
- valueChanged: [{ type: Output }],
2377
- remove: [{ type: Output }],
2378
- select: [{ type: ViewChild, args: ['select', { static: false },] }]
2379
- };
2707
+ ClrAddOption.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAddOption, deps: [], target: i0.ɵɵFactoryTarget.Component });
2708
+ ClrAddOption.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
2380
2734
 
2381
2735
  /*
2382
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
2736
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2383
2737
  * This software is released under MIT license.
2384
2738
  * The full license information can be found in LICENSE in the root directory of this project.
2385
2739
  */
2386
- class ClrQuickList {
2740
+ class ClrQuickList extends ClrAbstractFormComponent {
2387
2741
  constructor() {
2742
+ super(...arguments);
2388
2743
  this.blankOption = CLR_BLANK_OPTION;
2389
2744
  this.allValues = [this.blankOption];
2390
2745
  this.mandatory = false;
@@ -2395,29 +2750,39 @@ class ClrQuickList {
2395
2750
  this.emptyOptionAdded = new EventEmitter();
2396
2751
  }
2397
2752
  ngOnInit() {
2398
- if (this.values.length === 0 && this.mandatory) {
2399
- this.values.push(this.blankOption);
2753
+ if (this.values.length === 0) {
2754
+ this.values.push(...this.getEmptyValues());
2400
2755
  }
2401
2756
  }
2757
+ writeValue(value) {
2758
+ this.values = (value === null || value === void 0 ? void 0 : value.length) ? [...value] : this.getEmptyValues();
2759
+ }
2760
+ getEmptyValues() {
2761
+ return this.mandatory ? [this.blankOption] : [];
2762
+ }
2402
2763
  onValueChanged(value, i) {
2403
2764
  if (value) {
2404
2765
  this.values[i] = value;
2405
- this.valuesChanged.emit(this.values);
2766
+ this.emitValueChanged();
2406
2767
  this.focusOption(value);
2407
2768
  }
2408
2769
  }
2409
2770
  onRemoveValue(i) {
2410
2771
  this.values.splice(i, 1);
2411
- this.valuesChanged.emit(this.values);
2772
+ this.emitValueChanged();
2412
2773
  }
2413
2774
  addBlankOption() {
2414
2775
  if (!this.hasBlankOption()) {
2415
2776
  this.values.push(this.blankOption);
2416
- this.valuesChanged.emit(this.values);
2777
+ this.emitValueChanged();
2417
2778
  this.emptyOptionAdded.emit();
2418
2779
  this.focusOption(this.blankOption);
2419
2780
  }
2420
2781
  }
2782
+ emitValueChanged() {
2783
+ this.valuesChanged.emit(this.values);
2784
+ this.onChange(this.values);
2785
+ }
2421
2786
  focusOption(option) {
2422
2787
  setTimeout(() => {
2423
2788
  const opt = this.options.find(o => o.value.id === option.id);
@@ -2433,43 +2798,75 @@ class ClrQuickList {
2433
2798
  return this.hasBlankOption() || this.values.length === this.allValues.length;
2434
2799
  }
2435
2800
  }
2436
- ClrQuickList.decorators = [
2437
- { type: Component, args: [{
2438
- selector: 'clr-quick-list',
2439
- host: { '[class.quick-list]': 'true' },
2440
- 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 >\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()\"\n >\n {{addLabel}}\n </button>\n</div>\n"
2441
- },] }
2442
- ];
2443
- ClrQuickList.propDecorators = {
2444
- blankOption: [{ type: Input, args: ['clrBlankOption',] }],
2445
- allValues: [{ type: Input, args: ['clrAllValues',] }],
2446
- mandatory: [{ type: Input, args: ['clrMandatory',] }],
2447
- values: [{ type: Input, args: ['clrValues',] }],
2448
- addLabel: [{ type: Input, args: ['clrAddLabel',] }],
2449
- controlClasses: [{ type: Input, args: ['clrControlClasses',] }],
2450
- readonly: [{ type: Input }],
2451
- valuesChanged: [{ type: Output, args: ['clrValuesChanged',] }],
2452
- emptyOptionAdded: [{ type: Output, args: ['clrEmptyOptionAdded',] }],
2453
- options: [{ type: ViewChildren, args: [ClrAddOption,] }]
2454
- };
2801
+ ClrQuickList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrQuickList, deps: null, target: i0.ɵɵFactoryTarget.Component });
2802
+ ClrQuickList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
2455
2848
 
2456
2849
  /*
2457
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
2850
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2458
2851
  * This software is released under MIT license.
2459
2852
  * The full license information can be found in LICENSE in the root directory of this project.
2460
2853
  */
2461
2854
  class ClrQuickListModule {
2462
2855
  }
2463
- ClrQuickListModule.decorators = [
2464
- { type: NgModule, args: [{
2465
- imports: [CommonModule, FormsModule, ClarityModule, ClrFormsModule],
2466
- declarations: [ClrQuickList, ClrAddOption],
2467
- exports: [ClrQuickList, ClrAddOption],
2468
- },] }
2469
- ];
2856
+ ClrQuickListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrQuickListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2857
+ ClrQuickListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrQuickListModule, imports: [[CommonModule, FormsModule, ClarityModule, ClrFormsModule]] });
2859
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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
+ }] });
2470
2867
 
2471
2868
  /*
2472
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
2869
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2473
2870
  * This software is released under MIT license.
2474
2871
  * The full license information can be found in LICENSE in the root directory of this project.
2475
2872
  */
@@ -2552,17 +2949,15 @@ class ClrSearchField {
2552
2949
  }
2553
2950
  }
2554
2951
  }
2555
- ClrSearchField.decorators = [
2556
- { type: Directive, args: [{
2557
- selector: '[clrSearch]',
2558
- host: { '[class.search-input]': 'true' },
2559
- },] }
2560
- ];
2561
- ClrSearchField.ctorParameters = () => [
2562
- { type: Renderer2 },
2563
- { type: ElementRef },
2564
- { type: NgControl }
2565
- ];
2952
+ ClrSearchField.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", 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.2", type: ClrSearchField, selector: "[clrSearch]", host: { properties: { "class.search-input": "true" } }, ngImport: i0 });
2954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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 }]; } });
2566
2961
 
2567
2962
  /*
2568
2963
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2571,16 +2966,20 @@ ClrSearchField.ctorParameters = () => [
2571
2966
  */
2572
2967
  class ClrSearchFieldModule {
2573
2968
  }
2574
- ClrSearchFieldModule.decorators = [
2575
- { type: NgModule, args: [{
2576
- imports: [CommonModule, ClarityModule, FormsModule],
2577
- declarations: [ClrSearchField],
2578
- exports: [ClrSearchField],
2579
- },] }
2580
- ];
2969
+ ClrSearchFieldModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrSearchFieldModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2970
+ ClrSearchFieldModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrSearchFieldModule, declarations: [ClrSearchField], imports: [CommonModule, ClarityModule, FormsModule], exports: [ClrSearchField] });
2971
+ ClrSearchFieldModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrSearchFieldModule, imports: [[CommonModule, ClarityModule, FormsModule]] });
2972
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrSearchFieldModule, decorators: [{
2973
+ type: NgModule,
2974
+ args: [{
2975
+ imports: [CommonModule, ClarityModule, FormsModule],
2976
+ declarations: [ClrSearchField],
2977
+ exports: [ClrSearchField],
2978
+ }]
2979
+ }] });
2581
2980
 
2582
2981
  /*
2583
- * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
2982
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2584
2983
  * This software is released under MIT license.
2585
2984
  * The full license information can be found in LICENSE in the root directory of this project.
2586
2985
  */
@@ -2618,11 +3017,28 @@ class ClrTreetableActionOverflow {
2618
3017
  this.destroyed$.complete();
2619
3018
  }
2620
3019
  }
2621
- ClrTreetableActionOverflow.decorators = [
2622
- { type: Component, args: [{
2623
- selector: 'clr-tt-action-overflow',
2624
- providers: [ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService],
2625
- template: `
3020
+ ClrTreetableActionOverflow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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.2", ngImport: i0, type: ClrTreetableActionOverflow, decorators: [{
3037
+ type: Component,
3038
+ args: [{
3039
+ selector: 'clr-tt-action-overflow',
3040
+ providers: [ClrPopoverToggleService, ClrPopoverEventsService, ClrPopoverPositionService],
3041
+ template: `
2626
3042
  <ng-container *ngIf="!empty">
2627
3043
  <button class="treetable-action-trigger" clrPopoverAnchor clrPopoverOpenCloseButton>
2628
3044
  <clr-icon shape="ellipsis-vertical"></clr-icon>
@@ -2637,20 +3053,15 @@ ClrTreetableActionOverflow.decorators = [
2637
3053
  </div>
2638
3054
  </ng-container>
2639
3055
  `,
2640
- host: {
2641
- '[class.treetable-row-actions]': 'true',
2642
- '[class.treetable-cell]': 'true',
2643
- role: 'cell',
2644
- }
2645
- },] }
2646
- ];
2647
- ClrTreetableActionOverflow.ctorParameters = () => [
2648
- { type: ClrPopoverToggleService },
2649
- { type: NgZone }
2650
- ];
2651
- ClrTreetableActionOverflow.propDecorators = {
2652
- empty: [{ type: Input }]
2653
- };
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
+ }] } });
2654
3065
 
2655
3066
  /*
2656
3067
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -2697,37 +3108,52 @@ class ClrTreetableRow {
2697
3108
  return this.expandable;
2698
3109
  }
2699
3110
  }
2700
- ClrTreetableRow.decorators = [
2701
- { type: Component, args: [{
2702
- selector: 'clr-tt-row',
2703
- 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",
2704
- host: { '[class.treetable-row-wrapper]': 'true' },
2705
- animations: [
2706
- trigger('collapseExpandAnimation', [
2707
- state('false', style({ display: 'none' })),
2708
- state('true', style({ display: 'block' })),
2709
- transition('false => true', [
2710
- style({ opacity: 0, height: 0, overflow: 'hidden', display: 'block' }),
2711
- animate('300ms', style({ opacity: 1, height: '*' })),
2712
- ]),
2713
- transition('true => false', [
2714
- style({ opacity: 1, height: '*', overflow: 'hidden' }),
2715
- animate('300ms', style({ opacity: 0, height: 0 })),
3111
+ ClrTreetableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrTreetableRow, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
3112
+ ClrTreetableRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ ]),
2716
3140
  ]),
2717
- ]),
2718
- ]
2719
- },] }
2720
- ];
2721
- ClrTreetableRow.ctorParameters = () => [
2722
- { type: ChangeDetectorRef }
2723
- ];
2724
- ClrTreetableRow.propDecorators = {
2725
- expanded: [{ type: Input, args: ['clrExpanded',] }],
2726
- clickable: [{ type: Input, args: ['clrClickable',] }],
2727
- clrExpandable: [{ type: Input, args: ['clrExpandable',] }],
2728
- hasActionOverflow: [{ type: Output }],
2729
- actionOverflow: [{ type: ContentChild, args: [ClrTreetableActionOverflow,] }]
2730
- };
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
+ }] } });
2731
3157
 
2732
3158
  /*
2733
3159
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2736,19 +3162,22 @@ ClrTreetableRow.propDecorators = {
2736
3162
  */
2737
3163
  class ClrTreetableColumn {
2738
3164
  }
2739
- ClrTreetableColumn.decorators = [
2740
- { type: Component, args: [{
2741
- selector: 'clr-tt-column',
2742
- template: '<ng-content></ng-content>',
2743
- host: {
2744
- '[class.treetable-column]': 'true',
2745
- role: 'columnheader',
2746
- }
2747
- },] }
2748
- ];
3165
+ ClrTreetableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrTreetableColumn, deps: [], target: i0.ɵɵFactoryTarget.Component });
3166
+ ClrTreetableColumn.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] });
2749
3178
 
2750
3179
  /*
2751
- * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
3180
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
2752
3181
  * This software is released under MIT license.
2753
3182
  * The full license information can be found in LICENSE in the root directory of this project.
2754
3183
  */
@@ -2795,19 +3224,23 @@ class ClrTreetable {
2795
3224
  this.destroyed$.complete();
2796
3225
  }
2797
3226
  }
2798
- ClrTreetable.decorators = [
2799
- { type: Component, args: [{
2800
- selector: 'clr-treetable',
2801
- 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",
2802
- host: { '[class.empty]': 'empty', '[class.treetable-host]': 'true' }
2803
- },] }
2804
- ];
2805
- ClrTreetable.propDecorators = {
2806
- clrClickableRows: [{ type: Input }],
2807
- hideHeader: [{ type: Input, args: ['clrHideHeader',] }],
2808
- ttColumns: [{ type: ContentChildren, args: [ClrTreetableColumn, { descendants: true },] }],
2809
- ttRows: [{ type: ContentChildren, args: [ClrTreetableRow, { descendants: true },] }]
2810
- };
3227
+ ClrTreetable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrTreetable, deps: [], target: i0.ɵɵFactoryTarget.Component });
3228
+ ClrTreetable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
2811
3244
 
2812
3245
  /*
2813
3246
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2816,16 +3249,19 @@ ClrTreetable.propDecorators = {
2816
3249
  */
2817
3250
  class ClrTreetableCell {
2818
3251
  }
2819
- ClrTreetableCell.decorators = [
2820
- { type: Component, args: [{
2821
- selector: 'clr-tt-cell',
2822
- template: '<ng-content></ng-content>',
2823
- host: {
2824
- '[class.treetable-cell]': 'true',
2825
- role: 'cell',
2826
- }
2827
- },] }
2828
- ];
3252
+ ClrTreetableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrTreetableCell, deps: [], target: i0.ɵɵFactoryTarget.Component });
3253
+ ClrTreetableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] });
2829
3265
 
2830
3266
  /*
2831
3267
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2834,18 +3270,26 @@ ClrTreetableCell.decorators = [
2834
3270
  */
2835
3271
  class ClrTreetablePlaceholder {
2836
3272
  }
2837
- ClrTreetablePlaceholder.decorators = [
2838
- { type: Component, args: [{
2839
- selector: 'clr-tt-placeholder',
2840
- template: `
3273
+ ClrTreetablePlaceholder.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrTreetablePlaceholder, deps: [], target: i0.ɵɵFactoryTarget.Component });
3274
+ ClrTreetablePlaceholder.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrTreetablePlaceholder, decorators: [{
3281
+ type: Component,
3282
+ args: [{
3283
+ selector: 'clr-tt-placeholder',
3284
+ template: `
2841
3285
  <div class="treetable-placeholder treetable-empty">
2842
3286
  <div class="treetable-placeholder-image"></div>
2843
3287
  <ng-content></ng-content>
2844
3288
  </div>
2845
3289
  `,
2846
- host: { '[class.treetable-placeholder-container]': 'true' }
2847
- },] }
2848
- ];
3290
+ host: { '[class.treetable-placeholder-container]': 'true' },
3291
+ }]
3292
+ }] });
2849
3293
 
2850
3294
  /*
2851
3295
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2879,13 +3323,12 @@ class TreetableHeaderRenderer {
2879
3323
  this.renderer.addClass(this.el.nativeElement, 'clr-col');
2880
3324
  }
2881
3325
  }
2882
- TreetableHeaderRenderer.decorators = [
2883
- { type: Directive, args: [{ selector: 'clr-tt-column' },] }
2884
- ];
2885
- TreetableHeaderRenderer.ctorParameters = () => [
2886
- { type: ElementRef },
2887
- { type: Renderer2 }
2888
- ];
3326
+ TreetableHeaderRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", 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.2", type: TreetableHeaderRenderer, selector: "clr-tt-column", ngImport: i0 });
3328
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TreetableHeaderRenderer, decorators: [{
3329
+ type: Directive,
3330
+ args: [{ selector: 'clr-tt-column' }]
3331
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
2889
3332
 
2890
3333
  /*
2891
3334
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2906,13 +3349,12 @@ class TreetableCellRenderer {
2906
3349
  this.renderer.setStyle(this.el.nativeElement, 'max-width', maxWidth + 'px');
2907
3350
  }
2908
3351
  }
2909
- TreetableCellRenderer.decorators = [
2910
- { type: Directive, args: [{ selector: 'clr-tt-cell' },] }
2911
- ];
2912
- TreetableCellRenderer.ctorParameters = () => [
2913
- { type: ElementRef },
2914
- { type: Renderer2 }
2915
- ];
3352
+ TreetableCellRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", 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.2", type: TreetableCellRenderer, selector: "clr-tt-cell", ngImport: i0 });
3354
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TreetableCellRenderer, decorators: [{
3355
+ type: Directive,
3356
+ args: [{ selector: 'clr-tt-cell' }]
3357
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
2916
3358
 
2917
3359
  /*
2918
3360
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -2921,12 +3363,15 @@ TreetableCellRenderer.ctorParameters = () => [
2921
3363
  */
2922
3364
  class TreetableRowRenderer {
2923
3365
  }
2924
- TreetableRowRenderer.decorators = [
2925
- { type: Directive, args: [{ selector: 'clr-tt-row' },] }
2926
- ];
2927
- TreetableRowRenderer.propDecorators = {
2928
- cells: [{ type: ContentChildren, args: [TreetableCellRenderer,] }]
2929
- };
3366
+ TreetableRowRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TreetableRowRenderer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3367
+ TreetableRowRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: TreetableRowRenderer, selector: "clr-tt-row", queries: [{ propertyName: "cells", predicate: TreetableCellRenderer }], ngImport: i0 });
3368
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TreetableRowRenderer, decorators: [{
3369
+ type: Directive,
3370
+ args: [{ selector: 'clr-tt-row' }]
3371
+ }], propDecorators: { cells: [{
3372
+ type: ContentChildren,
3373
+ args: [TreetableCellRenderer]
3374
+ }] } });
2930
3375
 
2931
3376
  /*
2932
3377
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3005,20 +3450,29 @@ class TreetableMainRenderer {
3005
3450
  });
3006
3451
  }
3007
3452
  }
3008
- TreetableMainRenderer.decorators = [
3009
- { type: Directive, args: [{
3010
- selector: 'clr-treetable',
3011
- },] }
3012
- ];
3013
- TreetableMainRenderer.propDecorators = {
3014
- headers: [{ type: ContentChildren, args: [TreetableHeaderRenderer,] }],
3015
- rows: [{ type: ContentChildren, args: [TreetableRowRenderer, { descendants: true },] }],
3016
- columns: [{ type: ContentChildren, args: [ClrTreetableColumn,] }],
3017
- onResize: [{ type: HostListener, args: ['window:resize',] }]
3018
- };
3453
+ TreetableMainRenderer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: TreetableMainRenderer, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3454
+ TreetableMainRenderer.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", 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.2", 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
+ }] } });
3019
3473
 
3020
3474
  /*
3021
- * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
3475
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
3022
3476
  * This software is released under MIT license.
3023
3477
  * The full license information can be found in LICENSE in the root directory of this project.
3024
3478
  */
@@ -3036,13 +3490,35 @@ const CLR_TREETABLE_DIRECTIVES = [
3036
3490
  ];
3037
3491
  class ClrTreetableModule {
3038
3492
  }
3039
- ClrTreetableModule.decorators = [
3040
- { type: NgModule, args: [{
3041
- imports: [CommonModule, ClarityModule],
3042
- declarations: [CLR_TREETABLE_DIRECTIVES],
3043
- exports: [CLR_TREETABLE_DIRECTIVES],
3044
- },] }
3045
- ];
3493
+ ClrTreetableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrTreetableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3494
+ ClrTreetableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", 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.2", ngImport: i0, type: ClrTreetableModule, imports: [[CommonModule, ClarityModule]] });
3514
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", 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
+ }] });
3046
3522
 
3047
3523
  /*
3048
3524
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -3079,26 +3555,48 @@ class ClrViewEditSection {
3079
3555
  this._editModeChanged.emit(this._editMode);
3080
3556
  }
3081
3557
  }
3082
- ClrViewEditSection.decorators = [
3083
- { type: Component, args: [{
3084
- selector: 'clr-view-edit-section',
3085
- 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"
3086
- },] }
3087
- ];
3088
- ClrViewEditSection.propDecorators = {
3089
- _title: [{ type: Input, args: ['clrTitle',] }],
3090
- _saveText: [{ type: Input, args: ['clrSaveText',] }],
3091
- _preventSave: [{ type: Input, args: ['clrPreventModeChangeOnSave',] }],
3092
- _cancelText: [{ type: Input, args: ['clrCancelText',] }],
3093
- _editable: [{ type: Input, args: ['clrEditable',] }],
3094
- _editMode: [{ type: Input, args: ['clrEditMode',] }],
3095
- _editIcon: [{ type: Input, args: ['clrEditIcon',] }],
3096
- viewRef: [{ type: Input, args: ['clrViewRef',] }],
3097
- editRef: [{ type: Input, args: ['clrEditRef',] }],
3098
- _editModeChanged: [{ type: Output, args: ['clrEditModeChange',] }],
3099
- _submitted: [{ type: Output, args: ['clrSectionSubmitted',] }],
3100
- _cancelled: [{ type: Output, args: ['clrSectionEditCancelled',] }]
3101
- };
3558
+ ClrViewEditSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrViewEditSection, deps: [], target: i0.ɵɵFactoryTarget.Component });
3559
+ ClrViewEditSection.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: ClrViewEditSection, selector: "clr-view-edit-section", inputs: { _title: ["clrTitle", "_title"], _saveText: ["clrSaveText", "_saveText"], _preventSave: ["clrPreventModeChangeOnSave", "_preventSave"], _cancelText: ["clrCancelText", "_cancelText"], _editable: ["clrEditable", "_editable"], _editMode: ["clrEditMode", "_editMode"], _editIcon: ["clrEditIcon", "_editIcon"], viewRef: ["clrViewRef", "viewRef"], editRef: ["clrEditRef", "editRef"] }, outputs: { _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 <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", 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"] }] });
3560
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrViewEditSection, decorators: [{
3561
+ type: Component,
3562
+ args: [{ selector: 'clr-view-edit-section', 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" }]
3563
+ }], propDecorators: { _title: [{
3564
+ type: Input,
3565
+ args: ['clrTitle']
3566
+ }], _saveText: [{
3567
+ type: Input,
3568
+ args: ['clrSaveText']
3569
+ }], _preventSave: [{
3570
+ type: Input,
3571
+ args: ['clrPreventModeChangeOnSave']
3572
+ }], _cancelText: [{
3573
+ type: Input,
3574
+ args: ['clrCancelText']
3575
+ }], _editable: [{
3576
+ type: Input,
3577
+ args: ['clrEditable']
3578
+ }], _editMode: [{
3579
+ type: Input,
3580
+ args: ['clrEditMode']
3581
+ }], _editIcon: [{
3582
+ type: Input,
3583
+ args: ['clrEditIcon']
3584
+ }], viewRef: [{
3585
+ type: Input,
3586
+ args: ['clrViewRef']
3587
+ }], editRef: [{
3588
+ type: Input,
3589
+ args: ['clrEditRef']
3590
+ }], _editModeChanged: [{
3591
+ type: Output,
3592
+ args: ['clrEditModeChange']
3593
+ }], _submitted: [{
3594
+ type: Output,
3595
+ args: ['clrSectionSubmitted']
3596
+ }], _cancelled: [{
3597
+ type: Output,
3598
+ args: ['clrSectionEditCancelled']
3599
+ }] } });
3102
3600
 
3103
3601
  /*
3104
3602
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -3107,13 +3605,17 @@ ClrViewEditSection.propDecorators = {
3107
3605
  */
3108
3606
  class ClrViewEditSectionModule {
3109
3607
  }
3110
- ClrViewEditSectionModule.decorators = [
3111
- { type: NgModule, args: [{
3112
- imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule],
3113
- declarations: [ClrViewEditSection],
3114
- exports: [ClrViewEditSection],
3115
- },] }
3116
- ];
3608
+ ClrViewEditSectionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrViewEditSectionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3609
+ ClrViewEditSectionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrViewEditSectionModule, declarations: [ClrViewEditSection], imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule], exports: [ClrViewEditSection] });
3610
+ ClrViewEditSectionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrViewEditSectionModule, imports: [[CommonModule, ClarityModule, FormsModule, ClrFormsModule]] });
3611
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrViewEditSectionModule, decorators: [{
3612
+ type: NgModule,
3613
+ args: [{
3614
+ imports: [CommonModule, ClarityModule, FormsModule, ClrFormsModule],
3615
+ declarations: [ClrViewEditSection],
3616
+ exports: [ClrViewEditSection],
3617
+ }]
3618
+ }] });
3117
3619
 
3118
3620
  /*
3119
3621
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -3312,10 +3814,11 @@ class ClrHistoryService {
3312
3814
  return domain.join('.');
3313
3815
  }
3314
3816
  }
3315
- ClrHistoryService.decorators = [
3316
- { type: Injectable }
3317
- ];
3318
- ClrHistoryService.ctorParameters = () => [];
3817
+ ClrHistoryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
3818
+ ClrHistoryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistoryService });
3819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistoryService, decorators: [{
3820
+ type: Injectable
3821
+ }], ctorParameters: function () { return []; } });
3319
3822
 
3320
3823
  /*
3321
3824
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3350,25 +3853,36 @@ class ClrHistory {
3350
3853
  this.historyService.setHistoryPinned(this.username, !this.pinActivated);
3351
3854
  }
3352
3855
  }
3353
- ClrHistory.decorators = [
3354
- { type: Component, args: [{
3355
- selector: 'clr-history',
3356
- 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"
3357
- },] }
3358
- ];
3359
- ClrHistory.ctorParameters = () => [
3360
- { type: ClrHistoryService }
3361
- ];
3362
- ClrHistory.propDecorators = {
3363
- username: [{ type: Input, args: ['clrUsername',] }],
3364
- context: [{ type: Input, args: ['clrContext',] }],
3365
- pinActive: [{ type: Input, args: ['clrPinActive',] }],
3366
- dropdownHeader: [{ type: Input, args: ['clrDropdownHeader',] }],
3367
- dropdownPin: [{ type: Input, args: ['clrDropdownPin',] }],
3368
- dropdownUnpin: [{ type: Input, args: ['clrDropdownUnpin',] }],
3369
- domain: [{ type: Input, args: ['clrDomain',] }],
3370
- position: [{ type: Input, args: ['clrPosition',] }]
3371
- };
3856
+ ClrHistory.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistory, deps: [{ token: ClrHistoryService }], target: i0.ɵɵFactoryTarget.Component });
3857
+ ClrHistory.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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"] }] });
3858
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistory, decorators: [{
3859
+ type: Component,
3860
+ 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" }]
3861
+ }], ctorParameters: function () { return [{ type: ClrHistoryService }]; }, propDecorators: { username: [{
3862
+ type: Input,
3863
+ args: ['clrUsername']
3864
+ }], context: [{
3865
+ type: Input,
3866
+ args: ['clrContext']
3867
+ }], pinActive: [{
3868
+ type: Input,
3869
+ args: ['clrPinActive']
3870
+ }], dropdownHeader: [{
3871
+ type: Input,
3872
+ args: ['clrDropdownHeader']
3873
+ }], dropdownPin: [{
3874
+ type: Input,
3875
+ args: ['clrDropdownPin']
3876
+ }], dropdownUnpin: [{
3877
+ type: Input,
3878
+ args: ['clrDropdownUnpin']
3879
+ }], domain: [{
3880
+ type: Input,
3881
+ args: ['clrDomain']
3882
+ }], position: [{
3883
+ type: Input,
3884
+ args: ['clrPosition']
3885
+ }] } });
3372
3886
 
3373
3887
  /*
3374
3888
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3398,20 +3912,21 @@ class ClrHistoryPinned {
3398
3912
  this.settingsSubscription.unsubscribe();
3399
3913
  }
3400
3914
  }
3401
- ClrHistoryPinned.decorators = [
3402
- { type: Component, args: [{
3403
- selector: 'clr-history-pinned',
3404
- 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"
3405
- },] }
3406
- ];
3407
- ClrHistoryPinned.ctorParameters = () => [
3408
- { type: ClrHistoryService }
3409
- ];
3410
- ClrHistoryPinned.propDecorators = {
3411
- username: [{ type: Input, args: ['clrUsername',] }],
3412
- context: [{ type: Input, args: ['clrContext',] }],
3413
- domain: [{ type: Input, args: ['clrDomain',] }]
3414
- };
3915
+ ClrHistoryPinned.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistoryPinned, deps: [{ token: ClrHistoryService }], target: i0.ɵɵFactoryTarget.Component });
3916
+ ClrHistoryPinned.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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"] }] });
3917
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistoryPinned, decorators: [{
3918
+ type: Component,
3919
+ 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" }]
3920
+ }], ctorParameters: function () { return [{ type: ClrHistoryService }]; }, propDecorators: { username: [{
3921
+ type: Input,
3922
+ args: ['clrUsername']
3923
+ }], context: [{
3924
+ type: Input,
3925
+ args: ['clrContext']
3926
+ }], domain: [{
3927
+ type: Input,
3928
+ args: ['clrDomain']
3929
+ }] } });
3415
3930
 
3416
3931
  /*
3417
3932
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3420,13 +3935,17 @@ ClrHistoryPinned.propDecorators = {
3420
3935
  */
3421
3936
  class ClrHistoryModule {
3422
3937
  }
3423
- ClrHistoryModule.decorators = [
3424
- { type: NgModule, args: [{
3425
- imports: [CommonModule, ClarityModule, RouterModule],
3426
- declarations: [ClrHistory, ClrHistoryPinned],
3427
- exports: [ClrHistory, ClrHistoryPinned],
3428
- },] }
3429
- ];
3938
+ ClrHistoryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistoryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3939
+ ClrHistoryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistoryModule, declarations: [ClrHistory, ClrHistoryPinned], imports: [CommonModule, ClarityModule, RouterModule], exports: [ClrHistory, ClrHistoryPinned] });
3940
+ ClrHistoryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistoryModule, imports: [[CommonModule, ClarityModule, RouterModule]] });
3941
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrHistoryModule, decorators: [{
3942
+ type: NgModule,
3943
+ args: [{
3944
+ imports: [CommonModule, ClarityModule, RouterModule],
3945
+ declarations: [ClrHistory, ClrHistoryPinned],
3946
+ exports: [ClrHistory, ClrHistoryPinned],
3947
+ }]
3948
+ }] });
3430
3949
 
3431
3950
  /*
3432
3951
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3435,14 +3954,17 @@ ClrHistoryModule.decorators = [
3435
3954
  */
3436
3955
  class ClrAutocompleteOff {
3437
3956
  }
3438
- ClrAutocompleteOff.decorators = [
3439
- { type: Directive, args: [{
3440
- selector: 'input:not([autocomplete])',
3441
- host: {
3442
- '[attr.autocomplete]': '"off"',
3443
- },
3444
- },] }
3445
- ];
3957
+ ClrAutocompleteOff.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAutocompleteOff, deps: [], target: i0.ɵɵFactoryTarget.Directive });
3958
+ ClrAutocompleteOff.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: ClrAutocompleteOff, selector: "input:not([autocomplete])", host: { properties: { "attr.autocomplete": "\"off\"" } }, ngImport: i0 });
3959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAutocompleteOff, decorators: [{
3960
+ type: Directive,
3961
+ args: [{
3962
+ selector: 'input:not([autocomplete])',
3963
+ host: {
3964
+ '[attr.autocomplete]': '"off"',
3965
+ },
3966
+ }]
3967
+ }] });
3446
3968
 
3447
3969
  /*
3448
3970
  * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
@@ -3451,12 +3973,16 @@ ClrAutocompleteOff.decorators = [
3451
3973
  */
3452
3974
  class ClrAutocompleteOffModule {
3453
3975
  }
3454
- ClrAutocompleteOffModule.decorators = [
3455
- { type: NgModule, args: [{
3456
- declarations: [ClrAutocompleteOff],
3457
- exports: [ClrAutocompleteOff],
3458
- },] }
3459
- ];
3976
+ ClrAutocompleteOffModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAutocompleteOffModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3977
+ ClrAutocompleteOffModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAutocompleteOffModule, declarations: [ClrAutocompleteOff], exports: [ClrAutocompleteOff] });
3978
+ ClrAutocompleteOffModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAutocompleteOffModule });
3979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAutocompleteOffModule, decorators: [{
3980
+ type: NgModule,
3981
+ args: [{
3982
+ declarations: [ClrAutocompleteOff],
3983
+ exports: [ClrAutocompleteOff],
3984
+ }]
3985
+ }] });
3460
3986
 
3461
3987
  /*
3462
3988
  * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
@@ -3499,17 +4025,21 @@ class ClrBrandAvatar {
3499
4025
  }
3500
4026
  }
3501
4027
  ClrBrandAvatar.DEFAULT_ICON_SHAPE = 'new-car-private';
3502
- ClrBrandAvatar.decorators = [
3503
- { type: Component, args: [{
3504
- selector: 'clr-brand-avatar',
3505
- 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"
3506
- },] }
3507
- ];
3508
- ClrBrandAvatar.propDecorators = {
3509
- avatar: [{ type: HostBinding, args: ['class.clr-brand-avatar',] }],
3510
- brand: [{ type: Input, args: ['clrBrand',] }],
3511
- avatarElement: [{ type: ViewChild, args: ['avatar', { static: true },] }]
3512
- };
4028
+ ClrBrandAvatar.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBrandAvatar, deps: [], target: i0.ɵɵFactoryTarget.Component });
4029
+ ClrBrandAvatar.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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" }] });
4030
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBrandAvatar, decorators: [{
4031
+ type: Component,
4032
+ 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" }]
4033
+ }], propDecorators: { avatar: [{
4034
+ type: HostBinding,
4035
+ args: ['class.clr-brand-avatar']
4036
+ }], brand: [{
4037
+ type: Input,
4038
+ args: ['clrBrand']
4039
+ }], avatarElement: [{
4040
+ type: ViewChild,
4041
+ args: ['avatar', { static: true }]
4042
+ }] } });
3513
4043
 
3514
4044
  /*
3515
4045
  * Copyright (c) 2021 Porsche Informatik. All Rights Reserved.
@@ -3518,57 +4048,381 @@ ClrBrandAvatar.propDecorators = {
3518
4048
  */
3519
4049
  class ClrBrandAvatarModule {
3520
4050
  }
3521
- ClrBrandAvatarModule.decorators = [
3522
- { type: NgModule, args: [{
3523
- imports: [CommonModule, ClarityModule],
3524
- declarations: [ClrBrandAvatar],
3525
- exports: [ClrBrandAvatar],
3526
- },] }
3527
- ];
4051
+ ClrBrandAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBrandAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4052
+ ClrBrandAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBrandAvatarModule, declarations: [ClrBrandAvatar], imports: [CommonModule, ClarityModule], exports: [ClrBrandAvatar] });
4053
+ ClrBrandAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBrandAvatarModule, imports: [[CommonModule, ClarityModule]] });
4054
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrBrandAvatarModule, decorators: [{
4055
+ type: NgModule,
4056
+ args: [{
4057
+ imports: [CommonModule, ClarityModule],
4058
+ declarations: [ClrBrandAvatar],
4059
+ exports: [ClrBrandAvatar],
4060
+ }]
4061
+ }] });
4062
+
4063
+ /**
4064
+ * The abstract base class for all identifier types
4065
+ */
4066
+ class NodeId {
4067
+ }
4068
+ /**
4069
+ * The data structure of the location bar component. A location bar node holds the data of
4070
+ * a single node of the location bar. The type of the nodes id is generic and is determined
4071
+ * by the user of the location bar component (e.g. can be a combined identifier). Each node
4072
+ * can have a parent node (except the root node) and an array of children (except leaf nodes).
4073
+ */
4074
+ class LocationBarNode {
4075
+ /**
4076
+ * @param id The generic identifier of the node
4077
+ * @param label The label to visualize the node
4078
+ * @param selectable Indicator whether the node is selectable
4079
+ * @param preSelected Indicator whether the node is pre-selected
4080
+ */
4081
+ constructor(id, label, selectable = true, preSelected = false) {
4082
+ this.id = id;
4083
+ this.label = label;
4084
+ this.selectable = selectable;
4085
+ this.preSelected = preSelected;
4086
+ }
4087
+ /**
4088
+ * Returns the children of this node. If the children has not been determined so far, null will
4089
+ * be returned. If this node does not have any children, an empty array will be returned.
4090
+ */
4091
+ getChildren() {
4092
+ return this.children;
4093
+ }
4094
+ /**
4095
+ * Sets the children for this node
4096
+ * @param children The children to be set for this node
4097
+ * @return This node instance to support a fluent API
4098
+ */
4099
+ setChildren(children) {
4100
+ this.children = children || [];
4101
+ }
4102
+ /**
4103
+ * Sets the new selected child
4104
+ * @param selectedChild The child to be selected
4105
+ */
4106
+ setSelectedChild(selectedChild) {
4107
+ if (this.selectedChild && !selectedChild) {
4108
+ this.selectedChild.setSelectedChild(null);
4109
+ }
4110
+ this.selectedChild = selectedChild;
4111
+ }
4112
+ /**
4113
+ * @returns The currently selected child
4114
+ */
4115
+ getSelectedChild() {
4116
+ return this.selectedChild;
4117
+ }
4118
+ /**
4119
+ * @param other The other instance to check for equality
4120
+ */
4121
+ equals(other) {
4122
+ return this.id.equals(other.id);
4123
+ }
4124
+ }
4125
+
4126
+ const CONTENT_PROVIDER = new InjectionToken('CONTENT_PROVIDER');
4127
+ /**
4128
+ * Interface denoting the contract between the location bar component and
4129
+ * its users. The content provider offers callback methods for the location bar
4130
+ * component to gather the content to be displayed.
4131
+ */
4132
+ class LocationBarContentProvider {
4133
+ }
4134
+
4135
+ ClarityIcons.addIcons(treeViewIcon, angleIcon);
4136
+ /**
4137
+ * Component which renders a node of the location bar.
4138
+ */
4139
+ class LocationBarNodeComponent {
4140
+ constructor(contentProvider) {
4141
+ this.contentProvider = contentProvider;
4142
+ /**
4143
+ * Emits selection changes
4144
+ */
4145
+ this.selectionChanged = new EventEmitter();
4146
+ /**
4147
+ * The selectable nodes
4148
+ */
4149
+ this.selectableChilds = [];
4150
+ }
4151
+ set parentNode(parentNode) {
4152
+ this._parentNode = parentNode;
4153
+ if (this._parentNode) {
4154
+ const children$ = this._parentNode.getChildren() ? of(this._parentNode.getChildren()) : this.getLazyChildren();
4155
+ children$.toPromise().then(nodes => this.prepareChildren(nodes || []));
4156
+ }
4157
+ }
4158
+ get parentNode() {
4159
+ return this._parentNode;
4160
+ }
4161
+ getLazyChildren() {
4162
+ return this.contentProvider ? this.contentProvider.getLazyChildren(this._parentNode) : of([]);
4163
+ }
4164
+ prepareChildren(nodes) {
4165
+ this._parentNode.setChildren(nodes);
4166
+ /* when no node is selected search within the children for the first child to be pre-selected */
4167
+ if (!this._parentNode.getSelectedChild()) {
4168
+ for (const node of nodes) {
4169
+ if (node.preSelected) {
4170
+ this._parentNode.setSelectedChild(node);
4171
+ node.preSelected = false;
4172
+ break;
4173
+ }
4174
+ }
4175
+ }
4176
+ this.selectableChilds = nodes.filter(n => n.selectable);
4177
+ }
4178
+ /**
4179
+ * Listens for selection changes of child components and re-emits the selection event.
4180
+ * @param selection The changed selection of child components
4181
+ */
4182
+ onSelectionChanged(selection) {
4183
+ selection.unshift(this._parentNode.getSelectedChild().id);
4184
+ this.selectionChanged.emit(selection);
4185
+ }
4186
+ /**
4187
+ * Selects the given node
4188
+ * node
4189
+ * @param selectedNode The selected child node.
4190
+ */
4191
+ selectNode(selectedNode) {
4192
+ if (selectedNode) {
4193
+ selectedNode.setSelectedChild(null);
4194
+ this._parentNode.setSelectedChild(selectedNode);
4195
+ this.notifySelectionChanged(selectedNode);
4196
+ }
4197
+ }
4198
+ /**
4199
+ * Method called internally to emit the selection event
4200
+ * @param selectedNode The node which has been selected
4201
+ */
4202
+ notifySelectionChanged(selectedNode) {
4203
+ this.selectionChanged.emit([selectedNode.id]);
4204
+ }
4205
+ }
4206
+ LocationBarNodeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: LocationBarNodeComponent, deps: [{ token: CONTENT_PROVIDER, optional: true }], target: i0.ɵɵFactoryTarget.Component });
4207
+ LocationBarNodeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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"] }] });
4208
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: LocationBarNodeComponent, decorators: [{
4209
+ type: Component,
4210
+ 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" }]
4211
+ }], ctorParameters: function () {
4212
+ return [{ type: LocationBarContentProvider, decorators: [{
4213
+ type: Inject,
4214
+ args: [CONTENT_PROVIDER]
4215
+ }, {
4216
+ type: Optional
4217
+ }] }];
4218
+ }, propDecorators: { selectionChanged: [{
4219
+ type: Output
4220
+ }], parentNode: [{
4221
+ type: Input
4222
+ }] } });
4223
+
4224
+ ClarityIcons.addIcons(organizationIcon);
4225
+ class LocationBarComponent {
4226
+ constructor() {
4227
+ this.root$ = new ReplaySubject();
4228
+ this.iconShape = 'organization';
4229
+ this.iconTitle = '';
4230
+ this.selectionChanged = new EventEmitter();
4231
+ }
4232
+ set roots(roots) {
4233
+ const internalRoot = new LocationBarNode(null, null, false);
4234
+ internalRoot.setChildren(roots);
4235
+ if (roots.length === 1) {
4236
+ internalRoot.setSelectedChild(roots[0]);
4237
+ }
4238
+ this.root$.next(internalRoot);
4239
+ }
4240
+ onSelectionChanged(selection) {
4241
+ this.selectionChanged.emit(selection);
4242
+ }
4243
+ }
4244
+ LocationBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: LocationBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
4245
+ LocationBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", 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 } });
4246
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: LocationBarComponent, decorators: [{
4247
+ type: Component,
4248
+ 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" }]
4249
+ }], propDecorators: { iconShape: [{
4250
+ type: Input,
4251
+ args: ['clrIconShape']
4252
+ }], iconTitle: [{
4253
+ type: Input,
4254
+ args: ['clrIconTitle']
4255
+ }], roots: [{
4256
+ type: Input,
4257
+ args: ['clrRoots']
4258
+ }], selectionChanged: [{
4259
+ type: Output,
4260
+ args: ['clrSelectionChanged']
4261
+ }] } });
4262
+
4263
+ class ClrLocationBarModule {
4264
+ }
4265
+ ClrLocationBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrLocationBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4266
+ ClrLocationBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrLocationBarModule, declarations: [LocationBarComponent, LocationBarNodeComponent], imports: [CommonModule, ClrIconModule, ClrDropdownModule], exports: [LocationBarComponent] });
4267
+ ClrLocationBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrLocationBarModule, imports: [[CommonModule, ClrIconModule, ClrDropdownModule]] });
4268
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrLocationBarModule, decorators: [{
4269
+ type: NgModule,
4270
+ args: [{
4271
+ declarations: [LocationBarComponent, LocationBarNodeComponent],
4272
+ imports: [CommonModule, ClrIconModule, ClrDropdownModule],
4273
+ exports: [LocationBarComponent],
4274
+ }]
4275
+ }] });
4276
+
4277
+ class ClrAddonsLabel {
4278
+ constructor(controlIdService, renderer, el) {
4279
+ this.controlIdService = controlIdService;
4280
+ this.renderer = renderer;
4281
+ this.el = el;
4282
+ this.destroyed$ = new Subject();
4283
+ }
4284
+ ngOnInit() {
4285
+ // Only add the clr-control-label if it is inside a control container
4286
+ if (this.controlIdService) {
4287
+ this.renderer.addClass(this.el.nativeElement, 'clr-control-label');
4288
+ }
4289
+ if (this.controlIdService && !this.forAttr) {
4290
+ this.controlIdService.idChange.pipe(takeUntil$1(this.destroyed$)).subscribe(id => (this.forAttr = id));
4291
+ }
4292
+ }
4293
+ ngOnDestroy() {
4294
+ this.destroyed$.next();
4295
+ this.destroyed$.complete();
4296
+ }
4297
+ }
4298
+ ClrAddonsLabel.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAddonsLabel, deps: [{ token: ControlIdService, optional: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
4299
+ ClrAddonsLabel.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.2", type: ClrAddonsLabel, selector: "label", inputs: { forAttr: ["for", "forAttr"] }, host: { properties: { "attr.for": "this.forAttr" } }, ngImport: i0 });
4300
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAddonsLabel, decorators: [{
4301
+ type: Directive,
4302
+ args: [{ selector: 'label' }]
4303
+ }], ctorParameters: function () {
4304
+ return [{ type: ControlIdService, decorators: [{
4305
+ type: Optional
4306
+ }] }, { type: i0.Renderer2 }, { type: i0.ElementRef }];
4307
+ }, propDecorators: { forAttr: [{
4308
+ type: HostBinding,
4309
+ args: ['attr.for']
4310
+ }, {
4311
+ type: Input,
4312
+ args: ['for']
4313
+ }] } });
3528
4314
 
3529
4315
  /*
3530
4316
  * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
3531
4317
  * This software is released under MIT license.
3532
4318
  * The full license information can be found in LICENSE in the root directory of this project.
3533
4319
  */
3534
- class ClrAddonsModule {
4320
+ class ClrFormModule {
3535
4321
  }
3536
- ClrAddonsModule.decorators = [
3537
- { type: NgModule, args: [{
3538
- exports: [
3539
- ClrViewEditSectionModule,
3540
- ClrPagerModule,
3541
- ClrDotPagerModule,
3542
- ClrPagedSearchResultListModule,
3543
- ClrCollapseExpandSectionModule,
3544
- ClrBreadcrumbModule,
3545
- ClrMainNavGroupModule,
3546
- ClrContentPanelModule,
3547
- ClrNotificationModule,
3548
- ClrFlowBarModule,
3549
- ClrBackButtonModule,
3550
- ClrNumericFieldModule,
3551
- ClrSearchFieldModule,
3552
- ClrTreetableModule,
3553
- ClrProgressSpinnerModule,
3554
- ClrDateTimeModule,
3555
- ClrQuickListModule,
3556
- ClrLetterAvatarModule,
3557
- ClrMultilingualModule,
3558
- ClrGenericQuickListModule,
3559
- ClrDataListValidatorModule,
3560
- ClrHistoryModule,
3561
- ClrAutocompleteOffModule,
3562
- ClrBrandAvatarModule,
3563
- ],
3564
- },] }
3565
- ];
4322
+ ClrFormModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrFormModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4323
+ ClrFormModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrFormModule, declarations: [ClrAddonsLabel], exports: [ClrAddonsLabel] });
4324
+ ClrFormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrFormModule });
4325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrFormModule, decorators: [{
4326
+ type: NgModule,
4327
+ args: [{
4328
+ declarations: [ClrAddonsLabel],
4329
+ exports: [ClrAddonsLabel],
4330
+ }]
4331
+ }] });
3566
4332
 
3567
4333
  /*
3568
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
4334
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
3569
4335
  * This software is released under MIT license.
3570
4336
  * The full license information can be found in LICENSE in the root directory of this project.
3571
4337
  */
4338
+ class ClrAddonsModule {
4339
+ }
4340
+ ClrAddonsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAddonsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4341
+ ClrAddonsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAddonsModule, exports: [ClrViewEditSectionModule,
4342
+ ClrPagerModule,
4343
+ ClrDotPagerModule,
4344
+ ClrPagedSearchResultListModule,
4345
+ ClrCollapseExpandSectionModule,
4346
+ ClrBreadcrumbModule,
4347
+ ClrMainNavGroupModule,
4348
+ ClrContentPanelModule,
4349
+ ClrNotificationModule,
4350
+ ClrFlowBarModule,
4351
+ ClrBackButtonModule,
4352
+ ClrNumericFieldModule,
4353
+ ClrSearchFieldModule,
4354
+ ClrTreetableModule,
4355
+ ClrProgressSpinnerModule,
4356
+ ClrDateTimeModule,
4357
+ ClrQuickListModule,
4358
+ ClrLetterAvatarModule,
4359
+ ClrMultilingualModule,
4360
+ ClrGenericQuickListModule,
4361
+ ClrDataListValidatorModule,
4362
+ ClrHistoryModule,
4363
+ ClrAutocompleteOffModule,
4364
+ ClrBrandAvatarModule,
4365
+ ClrLocationBarModule,
4366
+ ClrFormModule] });
4367
+ ClrAddonsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAddonsModule, imports: [ClrViewEditSectionModule,
4368
+ ClrPagerModule,
4369
+ ClrDotPagerModule,
4370
+ ClrPagedSearchResultListModule,
4371
+ ClrCollapseExpandSectionModule,
4372
+ ClrBreadcrumbModule,
4373
+ ClrMainNavGroupModule,
4374
+ ClrContentPanelModule,
4375
+ ClrNotificationModule,
4376
+ ClrFlowBarModule,
4377
+ ClrBackButtonModule,
4378
+ ClrNumericFieldModule,
4379
+ ClrSearchFieldModule,
4380
+ ClrTreetableModule,
4381
+ ClrProgressSpinnerModule,
4382
+ ClrDateTimeModule,
4383
+ ClrQuickListModule,
4384
+ ClrLetterAvatarModule,
4385
+ ClrMultilingualModule,
4386
+ ClrGenericQuickListModule,
4387
+ ClrDataListValidatorModule,
4388
+ ClrHistoryModule,
4389
+ ClrAutocompleteOffModule,
4390
+ ClrBrandAvatarModule,
4391
+ ClrLocationBarModule,
4392
+ ClrFormModule] });
4393
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrAddonsModule, decorators: [{
4394
+ type: NgModule,
4395
+ args: [{
4396
+ exports: [
4397
+ ClrViewEditSectionModule,
4398
+ ClrPagerModule,
4399
+ ClrDotPagerModule,
4400
+ ClrPagedSearchResultListModule,
4401
+ ClrCollapseExpandSectionModule,
4402
+ ClrBreadcrumbModule,
4403
+ ClrMainNavGroupModule,
4404
+ ClrContentPanelModule,
4405
+ ClrNotificationModule,
4406
+ ClrFlowBarModule,
4407
+ ClrBackButtonModule,
4408
+ ClrNumericFieldModule,
4409
+ ClrSearchFieldModule,
4410
+ ClrTreetableModule,
4411
+ ClrProgressSpinnerModule,
4412
+ ClrDateTimeModule,
4413
+ ClrQuickListModule,
4414
+ ClrLetterAvatarModule,
4415
+ ClrMultilingualModule,
4416
+ ClrGenericQuickListModule,
4417
+ ClrDataListValidatorModule,
4418
+ ClrHistoryModule,
4419
+ ClrAutocompleteOffModule,
4420
+ ClrBrandAvatarModule,
4421
+ ClrLocationBarModule,
4422
+ ClrFormModule,
4423
+ ],
4424
+ }]
4425
+ }] });
3572
4426
 
3573
4427
  /*
3574
4428
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -3595,13 +4449,13 @@ ClrAddonsModule.decorators = [
3595
4449
  */
3596
4450
 
3597
4451
  /*
3598
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
4452
+ * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
3599
4453
  * This software is released under MIT license.
3600
4454
  * The full license information can be found in LICENSE in the root directory of this project.
3601
4455
  */
3602
4456
 
3603
4457
  /*
3604
- * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
4458
+ * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
3605
4459
  * This software is released under MIT license.
3606
4460
  * The full license information can be found in LICENSE in the root directory of this project.
3607
4461
  */
@@ -3755,15 +4609,16 @@ class ClrNotificationService {
3755
4609
  }
3756
4610
  }
3757
4611
  }
3758
- ClrNotificationService.decorators = [
3759
- { type: Injectable }
3760
- ];
3761
- ClrNotificationService.ctorParameters = () => [
3762
- { type: Injector },
3763
- { type: ApplicationRef },
3764
- { type: ComponentFactoryResolver },
3765
- { type: Document, decorators: [{ type: Inject, args: [DOCUMENT,] }] }
3766
- ];
4612
+ ClrNotificationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrNotificationService, deps: [{ token: i0.Injector }, { token: i0.ApplicationRef }, { token: i0.ComponentFactoryResolver }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
4613
+ ClrNotificationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrNotificationService });
4614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ClrNotificationService, decorators: [{
4615
+ type: Injectable
4616
+ }], ctorParameters: function () {
4617
+ return [{ type: i0.Injector }, { type: i0.ApplicationRef }, { type: i0.ComponentFactoryResolver }, { type: Document, decorators: [{
4618
+ type: Inject,
4619
+ args: [DOCUMENT]
4620
+ }] }];
4621
+ } });
3767
4622
 
3768
4623
  /*
3769
4624
  * Copyright (c) 2018-2019 Porsche Informatik. All Rights Reserved.
@@ -3802,7 +4657,7 @@ ClrNotificationService.ctorParameters = () => [
3802
4657
  */
3803
4658
 
3804
4659
  /*
3805
- * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
4660
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
3806
4661
  * This software is released under MIT license.
3807
4662
  * The full license information can be found in LICENSE in the root directory of this project.
3808
4663
  */
@@ -4104,12 +4959,6 @@ const ClrAddonsIconShapes = {
4104
4959
  * The full license information can be found in LICENSE in the root directory of this project.
4105
4960
  */
4106
4961
 
4107
- /*
4108
- * Copyright (c) 2018-2020 Porsche Informatik. All Rights Reserved.
4109
- * This software is released under MIT license.
4110
- * The full license information can be found in LICENSE in the root directory of this project.
4111
- */
4112
-
4113
4962
  /*
4114
4963
  * Copyright (c) 2020 Porsche Informatik. All Rights Reserved.
4115
4964
  * This software is released under MIT license.
@@ -4117,7 +4966,7 @@ const ClrAddonsIconShapes = {
4117
4966
  */
4118
4967
 
4119
4968
  /*
4120
- * Copyright (c) 2018-2021 Porsche Informatik. All Rights Reserved.
4969
+ * Copyright (c) 2018-2022 Porsche Informatik. All Rights Reserved.
4121
4970
  * This software is released under MIT license.
4122
4971
  * The full license information can be found in LICENSE in the root directory of this project.
4123
4972
  */
@@ -4132,5 +4981,5 @@ const ClrAddonsIconShapes = {
4132
4981
  * Generated bundle index. Do not edit.
4133
4982
  */
4134
4983
 
4135
- export { ACShape, AcceptedBrands, AccessoriesShape, AccessoryPartsShape, AudiBrandShape, AwardWinnerPremiumShape, BrochureShape, BusinessCustomersCommercialShape, BusinessCustomersPrivateShape, CLR_BLANK_OPTION, 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, 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, NewCarCommercialShape, NewCarPrivateShape, NewCarUtilityVehicleShape, NightServiceShape, 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, ClrAddOption as ɵe, ClrMultilingualAbstract as ɵf, ClrAbstractFormComponent as ɵg, ClrAutocompleteOffModule as ɵh, ClrAutocompleteOff as ɵi };
4136
- //# sourceMappingURL=clr-addons.js.map
4984
+ 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 };
4985
+ //# sourceMappingURL=clr-addons.mjs.map