@porscheinformatik/clr-addons 11.1.0 → 12.0.1

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 (540) hide show
  1. package/abstract-form-component/abstract-form-component.d.ts +11 -3
  2. package/abstract-form-component/control-id.service.d.ts +11 -0
  3. package/abstract-form-component/form.module.d.ts +7 -0
  4. package/abstract-form-component/index.d.ts +2 -0
  5. package/abstract-form-component/label.d.ts +15 -0
  6. package/autocomplete-off/autocomplete-off.directive.d.ts +3 -0
  7. package/autocomplete-off/autocomplete-off.module.d.ts +5 -0
  8. package/autocomplete-off/index.d.ts +2 -0
  9. package/back-button/back-button.d.ts +3 -0
  10. package/back-button/back-button.module.d.ts +8 -0
  11. package/brand-avatar/brand-avatar.d.ts +3 -0
  12. package/brand-avatar/brand-avatar.module.d.ts +7 -0
  13. package/breadcrumb/breadcrumb.d.ts +4 -1
  14. package/breadcrumb/breadcrumb.module.d.ts +8 -0
  15. package/breadcrumb/breadcrumb.service.d.ts +3 -0
  16. package/clr-addons.d.ts +1 -11
  17. package/clr-addons.module.d.ts +30 -0
  18. package/collapse-expand-section/collapse-expand-section.d.ts +3 -0
  19. package/collapse-expand-section/collapse-expand-section.module.d.ts +8 -0
  20. package/content-panel/content-panel-container-content.d.ts +3 -0
  21. package/content-panel/content-panel-container-footer.d.ts +3 -0
  22. package/content-panel/content-panel-container.d.ts +3 -0
  23. package/content-panel/content-panel.d.ts +3 -0
  24. package/content-panel/content-panel.module.d.ts +11 -0
  25. package/data-list-validator/data-list-predefined-validator.directive.d.ts +3 -0
  26. package/data-list-validator/data-list-validator.module.d.ts +5 -0
  27. package/date-time-container/date-time-container.d.ts +3 -0
  28. package/date-time-container/date-time-module.d.ts +9 -0
  29. package/date-time-container/time-input.d.ts +3 -0
  30. package/dot-pager/dot-pager.d.ts +3 -0
  31. package/dot-pager/dot-pager.module.d.ts +8 -0
  32. package/esm2020/abstract-form-component/abstract-form-component.mjs +100 -0
  33. package/esm2020/abstract-form-component/control-id.service.mjs +31 -0
  34. package/esm2020/abstract-form-component/form.module.mjs +21 -0
  35. package/esm2020/abstract-form-component/index.mjs +3 -0
  36. package/esm2020/abstract-form-component/label.mjs +37 -0
  37. package/esm2020/autocomplete-off/autocomplete-off.directive.mjs +21 -0
  38. package/esm2020/autocomplete-off/autocomplete-off.module.mjs +21 -0
  39. package/esm2020/autocomplete-off/index.mjs +3 -0
  40. package/esm2020/back-button/back-button.mjs +25 -0
  41. package/esm2020/back-button/back-button.module.mjs +25 -0
  42. package/{esm2015/back-button/index.js → esm2020/back-button/index.mjs} +0 -0
  43. package/esm2020/brand-avatar/brand-avatar.mjs +60 -0
  44. package/esm2020/brand-avatar/brand-avatar.module.mjs +24 -0
  45. package/{esm2015/brand-avatar/index.js → esm2020/brand-avatar/index.mjs} +0 -0
  46. package/{esm2015/breadcrumb/breadcrumb-model.interface.js → esm2020/breadcrumb/breadcrumb-model.interface.mjs} +0 -0
  47. package/esm2020/breadcrumb/breadcrumb.mjs +37 -0
  48. package/esm2020/breadcrumb/breadcrumb.module.mjs +27 -0
  49. package/esm2020/breadcrumb/breadcrumb.service.mjs +25 -0
  50. package/{esm2015/breadcrumb/index.js → esm2020/breadcrumb/index.mjs} +0 -0
  51. package/esm2020/clr-addons.mjs +5 -0
  52. package/esm2020/clr-addons.module.mjs +122 -0
  53. package/esm2020/collapse-expand-section/collapse-expand-section.mjs +80 -0
  54. package/esm2020/collapse-expand-section/collapse-expand-section.module.mjs +25 -0
  55. package/{esm2015/collapse-expand-section/index.js → esm2020/collapse-expand-section/index.mjs} +0 -0
  56. package/esm2020/content-panel/content-panel-container-content.mjs +22 -0
  57. package/esm2020/content-panel/content-panel-container-footer.mjs +22 -0
  58. package/esm2020/content-panel/content-panel-container.mjs +35 -0
  59. package/esm2020/content-panel/content-panel.mjs +79 -0
  60. package/esm2020/content-panel/content-panel.module.mjs +36 -0
  61. package/{esm2015/content-panel/index.js → esm2020/content-panel/index.mjs} +0 -0
  62. package/esm2020/data-list-validator/data-list-predefined-validator.directive.mjs +33 -0
  63. package/esm2020/data-list-validator/data-list-validator.module.mjs +21 -0
  64. package/{esm2015/data-list-validator/data-list.validator.js → esm2020/data-list-validator/data-list.validator.mjs} +0 -0
  65. package/{esm2015/data-list-validator/index.js → esm2020/data-list-validator/index.mjs} +0 -0
  66. package/esm2020/date-time-container/date-time-container.mjs +53 -0
  67. package/esm2020/date-time-container/date-time-module.mjs +26 -0
  68. package/{esm2015/date-time-container/index.js → esm2020/date-time-container/index.mjs} +0 -0
  69. package/esm2020/date-time-container/time-input.mjs +21 -0
  70. package/esm2020/dot-pager/dot-pager.mjs +58 -0
  71. package/esm2020/dot-pager/dot-pager.module.mjs +25 -0
  72. package/{esm2015/dot-pager/index.js → esm2020/dot-pager/index.mjs} +0 -0
  73. package/esm2020/flow-bar/flow-bar.mjs +160 -0
  74. package/esm2020/flow-bar/flow-bar.module.mjs +25 -0
  75. package/{esm2015/flow-bar/index.js → esm2020/flow-bar/index.mjs} +0 -0
  76. package/esm2020/generic-quick-list/generic-quick-list.mjs +93 -0
  77. package/esm2020/generic-quick-list/generic-quick-list.module.mjs +24 -0
  78. package/{esm2015/generic-quick-list/index.js → esm2020/generic-quick-list/index.mjs} +0 -0
  79. package/{esm2015/history/history-model.interface.js → esm2020/history/history-model.interface.mjs} +0 -0
  80. package/esm2020/history/history-pinned.mjs +49 -0
  81. package/esm2020/history/history.mjs +70 -0
  82. package/esm2020/history/history.module.mjs +26 -0
  83. package/esm2020/history/history.service.mjs +206 -0
  84. package/{esm2015/history/index.js → esm2020/history/index.mjs} +0 -0
  85. package/{esm2015/icons/index.js → esm2020/icons/index.mjs} +0 -0
  86. package/{esm2015/icons/shapes.js → esm2020/icons/shapes.mjs} +0 -0
  87. package/{esm2015/icons/svg-tag-generator.js → esm2020/icons/svg-tag-generator.mjs} +0 -0
  88. package/{esm2015/index.js → esm2020/index.mjs} +3 -1
  89. package/{esm2015/letter-avatar/index.js → esm2020/letter-avatar/index.mjs} +0 -0
  90. package/esm2020/letter-avatar/letter-avatar.mjs +52 -0
  91. package/esm2020/letter-avatar/letter-avatar.module.mjs +24 -0
  92. package/esm2020/location-bar/index.mjs +5 -0
  93. package/esm2020/location-bar/location-bar-node/location-bar-node.component.mjs +97 -0
  94. package/esm2020/location-bar/location-bar.component.mjs +48 -0
  95. package/{esm2015/location-bar/location-bar.model.js → esm2020/location-bar/location-bar.model.mjs} +0 -0
  96. package/esm2020/location-bar/location-bar.module.mjs +20 -0
  97. package/{esm2015/location-bar/location-bar.provider.js → esm2020/location-bar/location-bar.provider.mjs} +0 -0
  98. package/{esm2015/main-nav-group/index.js → esm2020/main-nav-group/index.mjs} +0 -0
  99. package/esm2020/main-nav-group/main-nav-group-item.mjs +27 -0
  100. package/esm2020/main-nav-group/main-nav-group.mjs +153 -0
  101. package/esm2020/main-nav-group/main-nav-group.module.mjs +26 -0
  102. package/esm2020/multilingual/abstract-multilingual.mjs +60 -0
  103. package/{esm2015/multilingual/index.js → esm2020/multilingual/index.mjs} +0 -0
  104. package/esm2020/multilingual/multilingual-input/multilingual-input.mjs +40 -0
  105. package/esm2020/multilingual/multilingual-selector.mjs +81 -0
  106. package/esm2020/multilingual/multilingual-textarea/multilingual-textarea.mjs +40 -0
  107. package/esm2020/multilingual/multilingual-validators.mjs +104 -0
  108. package/esm2020/multilingual/multilingual.module.mjs +48 -0
  109. package/{esm2015/notification/index.js → esm2020/notification/index.mjs} +0 -0
  110. package/{esm2015/notification/notification-ref.js → esm2020/notification/notification-ref.mjs} +0 -0
  111. package/esm2020/notification/notification.mjs +134 -0
  112. package/esm2020/notification/notification.module.mjs +24 -0
  113. package/esm2020/notification/notification.service.mjs +92 -0
  114. package/{esm2015/notification/scheduler-utils.js → esm2020/notification/scheduler-utils.mjs} +0 -0
  115. package/{esm2015/numericfield/index.js → esm2020/numericfield/index.mjs} +0 -0
  116. package/esm2020/numericfield/numeric-field-validators.mjs +140 -0
  117. package/esm2020/numericfield/numeric-field.mjs +372 -0
  118. package/esm2020/numericfield/numeric-field.module.mjs +26 -0
  119. package/{esm2015/paged-search-result-list/index.js → esm2020/paged-search-result-list/index.mjs} +0 -0
  120. package/esm2020/paged-search-result-list/paged-search-result-list.mjs +49 -0
  121. package/esm2020/paged-search-result-list/paged-search-result-list.module.mjs +26 -0
  122. package/{esm2015/pager/index.js → esm2020/pager/index.mjs} +0 -0
  123. package/esm2020/pager/pager.mjs +135 -0
  124. package/esm2020/pager/pager.module.mjs +25 -0
  125. package/{esm2015/progress-spinner/index.js → esm2020/progress-spinner/index.mjs} +0 -0
  126. package/esm2020/progress-spinner/progress-spinner.mjs +78 -0
  127. package/esm2020/progress-spinner/progress-spinner.module.mjs +23 -0
  128. package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
  129. package/esm2020/quick-list/add-option.mjs +65 -0
  130. package/{esm2015/quick-list/add-option.service.js → esm2020/quick-list/add-option.service.mjs} +0 -0
  131. package/{esm2015/quick-list/index.js → esm2020/quick-list/index.mjs} +0 -0
  132. package/esm2020/quick-list/quick-list.mjs +122 -0
  133. package/esm2020/quick-list/quick-list.module.mjs +26 -0
  134. package/{esm2015/searchfield/index.js → esm2020/searchfield/index.mjs} +0 -0
  135. package/esm2020/searchfield/search-field.mjs +100 -0
  136. package/esm2020/searchfield/search-field.module.mjs +25 -0
  137. package/{esm2015/treetable/index.js → esm2020/treetable/index.mjs} +3 -2
  138. package/esm2020/treetable/renderer/cell-renderer.mjs +28 -0
  139. package/esm2020/treetable/renderer/header-renderer.mjs +41 -0
  140. package/esm2020/treetable/renderer/index.mjs +5 -0
  141. package/esm2020/treetable/renderer/main-renderer.mjs +103 -0
  142. package/esm2020/treetable/renderer/row-renderer.mjs +20 -0
  143. package/esm2020/treetable/treetable-action-overflow.mjs +92 -0
  144. package/esm2020/treetable/treetable-cell.mjs +23 -0
  145. package/esm2020/treetable/treetable-column.mjs +23 -0
  146. package/esm2020/treetable/treetable-placeholder.mjs +30 -0
  147. package/esm2020/treetable/treetable-row.mjs +99 -0
  148. package/esm2020/treetable/treetable.mjs +73 -0
  149. package/esm2020/treetable/treetable.module.mjs +63 -0
  150. package/{esm2015/util/escape.util.js → esm2020/util/escape.util.mjs} +0 -0
  151. package/{esm2015/util/index.js → esm2020/util/index.mjs} +0 -0
  152. package/{esm2015/view-edit-section/index.js → esm2020/view-edit-section/index.mjs} +0 -0
  153. package/esm2020/view-edit-section/view-edit-section.mjs +83 -0
  154. package/esm2020/view-edit-section/view-edit-section.module.mjs +25 -0
  155. package/fesm2015/{clr-addons.js → clr-addons.mjs} +1705 -1064
  156. package/fesm2015/clr-addons.mjs.map +1 -0
  157. package/fesm2020/clr-addons.mjs +4987 -0
  158. package/fesm2020/clr-addons.mjs.map +1 -0
  159. package/flow-bar/flow-bar.d.ts +3 -0
  160. package/flow-bar/flow-bar.module.d.ts +8 -0
  161. package/generic-quick-list/generic-quick-list.d.ts +3 -0
  162. package/generic-quick-list/generic-quick-list.module.d.ts +7 -0
  163. package/history/history-pinned.d.ts +3 -0
  164. package/history/history.d.ts +3 -0
  165. package/history/history.module.d.ts +9 -0
  166. package/history/history.service.d.ts +3 -0
  167. package/index.d.ts +2 -0
  168. package/letter-avatar/letter-avatar.d.ts +3 -0
  169. package/letter-avatar/letter-avatar.module.d.ts +7 -0
  170. package/location-bar/index.d.ts +1 -0
  171. package/location-bar/location-bar-node/location-bar-node.component.d.ts +3 -0
  172. package/location-bar/location-bar.component.d.ts +3 -0
  173. package/location-bar/location-bar.module.d.ts +8 -0
  174. package/main-nav-group/main-nav-group-item.d.ts +3 -0
  175. package/main-nav-group/main-nav-group.d.ts +3 -0
  176. package/main-nav-group/main-nav-group.module.d.ts +9 -0
  177. package/multilingual/abstract-multilingual.d.ts +3 -0
  178. package/multilingual/multilingual-input/multilingual-input.d.ts +3 -0
  179. package/multilingual/multilingual-selector.d.ts +3 -0
  180. package/multilingual/multilingual-textarea/multilingual-textarea.d.ts +3 -0
  181. package/multilingual/multilingual-validators.d.ts +5 -0
  182. package/multilingual/multilingual.module.d.ts +11 -0
  183. package/notification/notification.d.ts +3 -0
  184. package/notification/notification.module.d.ts +8 -0
  185. package/notification/notification.service.d.ts +3 -0
  186. package/numericfield/numeric-field-validators.d.ts +5 -0
  187. package/numericfield/numeric-field.d.ts +3 -0
  188. package/numericfield/numeric-field.module.d.ts +9 -0
  189. package/package.json +27 -13
  190. package/paged-search-result-list/paged-search-result-list.d.ts +3 -0
  191. package/paged-search-result-list/paged-search-result-list.module.d.ts +9 -0
  192. package/pager/pager.d.ts +3 -0
  193. package/pager/pager.module.d.ts +8 -0
  194. package/progress-spinner/progress-spinner.d.ts +3 -0
  195. package/progress-spinner/progress-spinner.module.d.ts +6 -0
  196. package/quick-list/add-option.d.ts +4 -0
  197. package/quick-list/quick-list.d.ts +10 -3
  198. package/quick-list/quick-list.module.d.ts +9 -0
  199. package/searchfield/search-field.d.ts +4 -1
  200. package/searchfield/search-field.module.d.ts +8 -0
  201. package/src/components.clr-addons.scss +8 -4
  202. package/styles/clr-addons-phs.css +6 -2
  203. package/styles/clr-addons-phs.css.map +1 -1
  204. package/styles/clr-addons-phs.min.css +1 -1
  205. package/styles/clr-addons-phs.min.css.map +1 -1
  206. package/treetable/index.d.ts +1 -0
  207. package/treetable/renderer/cell-renderer.d.ts +3 -0
  208. package/treetable/renderer/header-renderer.d.ts +3 -0
  209. package/treetable/renderer/index.d.ts +4 -0
  210. package/treetable/renderer/main-renderer.d.ts +3 -0
  211. package/treetable/renderer/row-renderer.d.ts +3 -0
  212. package/treetable/treetable-action-overflow.d.ts +4 -1
  213. package/treetable/treetable-cell.d.ts +3 -0
  214. package/treetable/treetable-column.d.ts +3 -0
  215. package/treetable/treetable-placeholder.d.ts +3 -0
  216. package/treetable/treetable-row.d.ts +3 -0
  217. package/treetable/treetable.d.ts +3 -0
  218. package/treetable/treetable.module.d.ts +16 -0
  219. package/view-edit-section/view-edit-section.d.ts +3 -0
  220. package/view-edit-section/view-edit-section.module.d.ts +8 -0
  221. package/autocomplete-off/autocomplete-off.module.ngfactory.d.ts +0 -3
  222. package/back-button/back-button.module.ngfactory.d.ts +0 -3
  223. package/back-button/back-button.ngfactory.d.ts +0 -1
  224. package/brand-avatar/brand-avatar.module.ngfactory.d.ts +0 -3
  225. package/brand-avatar/brand-avatar.ngfactory.d.ts +0 -1
  226. package/breadcrumb/breadcrumb.module.ngfactory.d.ts +0 -3
  227. package/breadcrumb/breadcrumb.ngfactory.d.ts +0 -1
  228. package/bundles/clr-addons.umd.js +0 -5103
  229. package/bundles/clr-addons.umd.js.map +0 -1
  230. package/clr-addons.metadata.json +0 -1
  231. package/clr-addons.module.ngfactory.d.ts +0 -3
  232. package/collapse-expand-section/collapse-expand-section.module.ngfactory.d.ts +0 -3
  233. package/collapse-expand-section/collapse-expand-section.ngfactory.d.ts +0 -1
  234. package/content-panel/content-panel-container-content.ngfactory.d.ts +0 -1
  235. package/content-panel/content-panel-container-footer.ngfactory.d.ts +0 -1
  236. package/content-panel/content-panel-container.ngfactory.d.ts +0 -1
  237. package/content-panel/content-panel.module.ngfactory.d.ts +0 -3
  238. package/content-panel/content-panel.ngfactory.d.ts +0 -1
  239. package/data-list-validator/data-list-validator.module.ngfactory.d.ts +0 -3
  240. package/date-time-container/date-time-container.ngfactory.d.ts +0 -1
  241. package/date-time-container/date-time-module.ngfactory.d.ts +0 -3
  242. package/dot-pager/dot-pager.module.ngfactory.d.ts +0 -3
  243. package/dot-pager/dot-pager.ngfactory.d.ts +0 -1
  244. package/esm2015/abstract-form-component/abstract-form-component.js +0 -77
  245. package/esm2015/abstract-form-component/abstract-form-component.ngsummary.json +0 -1
  246. package/esm2015/autocomplete-off/autocomplete-off.directive.js +0 -17
  247. package/esm2015/autocomplete-off/autocomplete-off.directive.ngsummary.json +0 -1
  248. package/esm2015/autocomplete-off/autocomplete-off.module.js +0 -16
  249. package/esm2015/autocomplete-off/autocomplete-off.module.ngfactory.js +0 -13
  250. package/esm2015/autocomplete-off/autocomplete-off.module.ngsummary.json +0 -1
  251. package/esm2015/back-button/back-button.js +0 -25
  252. package/esm2015/back-button/back-button.module.js +0 -20
  253. package/esm2015/back-button/back-button.module.ngfactory.js +0 -17
  254. package/esm2015/back-button/back-button.module.ngsummary.json +0 -1
  255. package/esm2015/back-button/back-button.ngfactory.js +0 -23
  256. package/esm2015/back-button/back-button.ngsummary.json +0 -1
  257. package/esm2015/back-button/index.ngsummary.json +0 -1
  258. package/esm2015/brand-avatar/brand-avatar.js +0 -54
  259. package/esm2015/brand-avatar/brand-avatar.module.js +0 -19
  260. package/esm2015/brand-avatar/brand-avatar.module.ngfactory.js +0 -17
  261. package/esm2015/brand-avatar/brand-avatar.module.ngsummary.json +0 -1
  262. package/esm2015/brand-avatar/brand-avatar.ngfactory.js +0 -19
  263. package/esm2015/brand-avatar/brand-avatar.ngsummary.json +0 -1
  264. package/esm2015/brand-avatar/index.ngsummary.json +0 -1
  265. package/esm2015/breadcrumb/breadcrumb-model.interface.ngsummary.json +0 -1
  266. package/esm2015/breadcrumb/breadcrumb.js +0 -36
  267. package/esm2015/breadcrumb/breadcrumb.module.js +0 -22
  268. package/esm2015/breadcrumb/breadcrumb.module.ngfactory.js +0 -20
  269. package/esm2015/breadcrumb/breadcrumb.module.ngsummary.json +0 -1
  270. package/esm2015/breadcrumb/breadcrumb.ngfactory.js +0 -28
  271. package/esm2015/breadcrumb/breadcrumb.ngsummary.json +0 -1
  272. package/esm2015/breadcrumb/breadcrumb.service.js +0 -23
  273. package/esm2015/breadcrumb/breadcrumb.service.ngsummary.json +0 -1
  274. package/esm2015/breadcrumb/index.ngsummary.json +0 -1
  275. package/esm2015/clr-addons.js +0 -16
  276. package/esm2015/clr-addons.module.js +0 -65
  277. package/esm2015/clr-addons.module.ngfactory.js +0 -46
  278. package/esm2015/clr-addons.module.ngsummary.json +0 -1
  279. package/esm2015/clr-addons.ngsummary.json +0 -1
  280. package/esm2015/collapse-expand-section/collapse-expand-section.js +0 -55
  281. package/esm2015/collapse-expand-section/collapse-expand-section.module.js +0 -20
  282. package/esm2015/collapse-expand-section/collapse-expand-section.module.ngfactory.js +0 -17
  283. package/esm2015/collapse-expand-section/collapse-expand-section.module.ngsummary.json +0 -1
  284. package/esm2015/collapse-expand-section/collapse-expand-section.ngfactory.js +0 -30
  285. package/esm2015/collapse-expand-section/collapse-expand-section.ngsummary.json +0 -1
  286. package/esm2015/collapse-expand-section/index.ngsummary.json +0 -1
  287. package/esm2015/content-panel/content-panel-container-content.js +0 -18
  288. package/esm2015/content-panel/content-panel-container-content.ngfactory.js +0 -18
  289. package/esm2015/content-panel/content-panel-container-content.ngsummary.json +0 -1
  290. package/esm2015/content-panel/content-panel-container-footer.js +0 -18
  291. package/esm2015/content-panel/content-panel-container-footer.ngfactory.js +0 -18
  292. package/esm2015/content-panel/content-panel-container-footer.ngsummary.json +0 -1
  293. package/esm2015/content-panel/content-panel-container.js +0 -25
  294. package/esm2015/content-panel/content-panel-container.ngfactory.js +0 -18
  295. package/esm2015/content-panel/content-panel-container.ngsummary.json +0 -1
  296. package/esm2015/content-panel/content-panel.js +0 -67
  297. package/esm2015/content-panel/content-panel.module.js +0 -28
  298. package/esm2015/content-panel/content-panel.module.ngfactory.js +0 -17
  299. package/esm2015/content-panel/content-panel.module.ngsummary.json +0 -1
  300. package/esm2015/content-panel/content-panel.ngfactory.js +0 -33
  301. package/esm2015/content-panel/content-panel.ngsummary.json +0 -1
  302. package/esm2015/content-panel/index.ngsummary.json +0 -1
  303. package/esm2015/data-list-validator/data-list-predefined-validator.directive.js +0 -30
  304. package/esm2015/data-list-validator/data-list-predefined-validator.directive.ngsummary.json +0 -1
  305. package/esm2015/data-list-validator/data-list-validator.module.js +0 -16
  306. package/esm2015/data-list-validator/data-list-validator.module.ngfactory.js +0 -13
  307. package/esm2015/data-list-validator/data-list-validator.module.ngsummary.json +0 -1
  308. package/esm2015/data-list-validator/data-list.validator.ngsummary.json +0 -1
  309. package/esm2015/data-list-validator/index.ngsummary.json +0 -1
  310. package/esm2015/date-time-container/date-time-container.js +0 -45
  311. package/esm2015/date-time-container/date-time-container.ngfactory.js +0 -19
  312. package/esm2015/date-time-container/date-time-container.ngsummary.json +0 -1
  313. package/esm2015/date-time-container/date-time-module.js +0 -21
  314. package/esm2015/date-time-container/date-time-module.ngfactory.js +0 -17
  315. package/esm2015/date-time-container/date-time-module.ngsummary.json +0 -1
  316. package/esm2015/date-time-container/index.ngsummary.json +0 -1
  317. package/esm2015/date-time-container/time-input.js +0 -17
  318. package/esm2015/date-time-container/time-input.ngsummary.json +0 -1
  319. package/esm2015/dot-pager/dot-pager.js +0 -51
  320. package/esm2015/dot-pager/dot-pager.module.js +0 -20
  321. package/esm2015/dot-pager/dot-pager.module.ngfactory.js +0 -17
  322. package/esm2015/dot-pager/dot-pager.module.ngsummary.json +0 -1
  323. package/esm2015/dot-pager/dot-pager.ngfactory.js +0 -48
  324. package/esm2015/dot-pager/dot-pager.ngsummary.json +0 -1
  325. package/esm2015/dot-pager/index.ngsummary.json +0 -1
  326. package/esm2015/flow-bar/flow-bar.js +0 -154
  327. package/esm2015/flow-bar/flow-bar.module.js +0 -20
  328. package/esm2015/flow-bar/flow-bar.module.ngfactory.js +0 -17
  329. package/esm2015/flow-bar/flow-bar.module.ngsummary.json +0 -1
  330. package/esm2015/flow-bar/flow-bar.ngfactory.js +0 -33
  331. package/esm2015/flow-bar/flow-bar.ngsummary.json +0 -1
  332. package/esm2015/flow-bar/index.ngsummary.json +0 -1
  333. package/esm2015/generic-quick-list/generic-quick-list.js +0 -72
  334. package/esm2015/generic-quick-list/generic-quick-list.module.js +0 -19
  335. package/esm2015/generic-quick-list/generic-quick-list.module.ngfactory.js +0 -17
  336. package/esm2015/generic-quick-list/generic-quick-list.module.ngsummary.json +0 -1
  337. package/esm2015/generic-quick-list/generic-quick-list.ngfactory.js +0 -31
  338. package/esm2015/generic-quick-list/generic-quick-list.ngsummary.json +0 -1
  339. package/esm2015/generic-quick-list/index.ngsummary.json +0 -1
  340. package/esm2015/history/history-model.interface.ngsummary.json +0 -1
  341. package/esm2015/history/history-pinned.js +0 -45
  342. package/esm2015/history/history-pinned.ngfactory.js +0 -23
  343. package/esm2015/history/history-pinned.ngsummary.json +0 -1
  344. package/esm2015/history/history.js +0 -55
  345. package/esm2015/history/history.module.js +0 -21
  346. package/esm2015/history/history.module.ngfactory.js +0 -19
  347. package/esm2015/history/history.module.ngsummary.json +0 -1
  348. package/esm2015/history/history.ngfactory.js +0 -36
  349. package/esm2015/history/history.ngsummary.json +0 -1
  350. package/esm2015/history/history.service.js +0 -204
  351. package/esm2015/history/history.service.ngsummary.json +0 -1
  352. package/esm2015/history/index.ngsummary.json +0 -1
  353. package/esm2015/icons/index.ngsummary.json +0 -1
  354. package/esm2015/icons/shapes.ngsummary.json +0 -1
  355. package/esm2015/icons/svg-tag-generator.ngsummary.json +0 -1
  356. package/esm2015/index.ngsummary.json +0 -1
  357. package/esm2015/letter-avatar/index.ngsummary.json +0 -1
  358. package/esm2015/letter-avatar/letter-avatar.js +0 -48
  359. package/esm2015/letter-avatar/letter-avatar.module.js +0 -19
  360. package/esm2015/letter-avatar/letter-avatar.module.ngfactory.js +0 -17
  361. package/esm2015/letter-avatar/letter-avatar.module.ngsummary.json +0 -1
  362. package/esm2015/letter-avatar/letter-avatar.ngfactory.js +0 -18
  363. package/esm2015/letter-avatar/letter-avatar.ngsummary.json +0 -1
  364. package/esm2015/location-bar/index.js +0 -4
  365. package/esm2015/location-bar/index.ngsummary.json +0 -1
  366. package/esm2015/location-bar/location-bar-node/location-bar-node.component.js +0 -92
  367. package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngfactory.js +0 -50
  368. package/esm2015/location-bar/location-bar-node/location-bar-node.component.ngsummary.json +0 -1
  369. package/esm2015/location-bar/location-bar.component.js +0 -38
  370. package/esm2015/location-bar/location-bar.component.ngfactory.js +0 -25
  371. package/esm2015/location-bar/location-bar.component.ngsummary.json +0 -1
  372. package/esm2015/location-bar/location-bar.model.ngsummary.json +0 -1
  373. package/esm2015/location-bar/location-bar.module.js +0 -15
  374. package/esm2015/location-bar/location-bar.module.ngfactory.js +0 -13
  375. package/esm2015/location-bar/location-bar.module.ngsummary.json +0 -1
  376. package/esm2015/location-bar/location-bar.provider.ngsummary.json +0 -1
  377. package/esm2015/main-nav-group/index.ngsummary.json +0 -1
  378. package/esm2015/main-nav-group/main-nav-group-item.js +0 -27
  379. package/esm2015/main-nav-group/main-nav-group-item.ngsummary.json +0 -1
  380. package/esm2015/main-nav-group/main-nav-group.js +0 -153
  381. package/esm2015/main-nav-group/main-nav-group.module.js +0 -21
  382. package/esm2015/main-nav-group/main-nav-group.module.ngfactory.js +0 -17
  383. package/esm2015/main-nav-group/main-nav-group.module.ngsummary.json +0 -1
  384. package/esm2015/main-nav-group/main-nav-group.ngfactory.js +0 -26
  385. package/esm2015/main-nav-group/main-nav-group.ngsummary.json +0 -1
  386. package/esm2015/multilingual/abstract-multilingual.js +0 -50
  387. package/esm2015/multilingual/abstract-multilingual.ngsummary.json +0 -1
  388. package/esm2015/multilingual/index.ngsummary.json +0 -1
  389. package/esm2015/multilingual/multilingual-input/multilingual-input.js +0 -32
  390. package/esm2015/multilingual/multilingual-input/multilingual-input.ngfactory.js +0 -46
  391. package/esm2015/multilingual/multilingual-input/multilingual-input.ngsummary.json +0 -1
  392. package/esm2015/multilingual/multilingual-selector.js +0 -46
  393. package/esm2015/multilingual/multilingual-selector.ngfactory.js +0 -28
  394. package/esm2015/multilingual/multilingual-selector.ngsummary.json +0 -1
  395. package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.js +0 -32
  396. package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.js +0 -46
  397. package/esm2015/multilingual/multilingual-textarea/multilingual-textarea.ngsummary.json +0 -1
  398. package/esm2015/multilingual/multilingual-validators.js +0 -97
  399. package/esm2015/multilingual/multilingual-validators.ngsummary.json +0 -1
  400. package/esm2015/multilingual/multilingual.module.js +0 -35
  401. package/esm2015/multilingual/multilingual.module.ngfactory.js +0 -17
  402. package/esm2015/multilingual/multilingual.module.ngsummary.json +0 -1
  403. package/esm2015/notification/index.ngsummary.json +0 -1
  404. package/esm2015/notification/notification-ref.ngsummary.json +0 -1
  405. package/esm2015/notification/notification.js +0 -114
  406. package/esm2015/notification/notification.module.js +0 -20
  407. package/esm2015/notification/notification.module.ngfactory.js +0 -18
  408. package/esm2015/notification/notification.module.ngsummary.json +0 -1
  409. package/esm2015/notification/notification.ngfactory.js +0 -25
  410. package/esm2015/notification/notification.ngsummary.json +0 -1
  411. package/esm2015/notification/notification.service.js +0 -92
  412. package/esm2015/notification/notification.service.ngsummary.json +0 -1
  413. package/esm2015/notification/scheduler-utils.ngsummary.json +0 -1
  414. package/esm2015/numericfield/index.ngsummary.json +0 -1
  415. package/esm2015/numericfield/numeric-field-validators.js +0 -125
  416. package/esm2015/numericfield/numeric-field-validators.ngsummary.json +0 -1
  417. package/esm2015/numericfield/numeric-field.js +0 -348
  418. package/esm2015/numericfield/numeric-field.module.js +0 -21
  419. package/esm2015/numericfield/numeric-field.module.ngfactory.js +0 -17
  420. package/esm2015/numericfield/numeric-field.module.ngsummary.json +0 -1
  421. package/esm2015/numericfield/numeric-field.ngsummary.json +0 -1
  422. package/esm2015/paged-search-result-list/index.ngsummary.json +0 -1
  423. package/esm2015/paged-search-result-list/paged-search-result-list.js +0 -34
  424. package/esm2015/paged-search-result-list/paged-search-result-list.module.js +0 -21
  425. package/esm2015/paged-search-result-list/paged-search-result-list.module.ngfactory.js +0 -18
  426. package/esm2015/paged-search-result-list/paged-search-result-list.module.ngsummary.json +0 -1
  427. package/esm2015/paged-search-result-list/paged-search-result-list.ngfactory.js +0 -31
  428. package/esm2015/paged-search-result-list/paged-search-result-list.ngsummary.json +0 -1
  429. package/esm2015/pager/index.ngsummary.json +0 -1
  430. package/esm2015/pager/pager.js +0 -125
  431. package/esm2015/pager/pager.module.js +0 -20
  432. package/esm2015/pager/pager.module.ngfactory.js +0 -17
  433. package/esm2015/pager/pager.module.ngsummary.json +0 -1
  434. package/esm2015/pager/pager.ngfactory.js +0 -43
  435. package/esm2015/pager/pager.ngsummary.json +0 -1
  436. package/esm2015/progress-spinner/index.ngsummary.json +0 -1
  437. package/esm2015/progress-spinner/progress-spinner.js +0 -69
  438. package/esm2015/progress-spinner/progress-spinner.module.js +0 -18
  439. package/esm2015/progress-spinner/progress-spinner.module.ngfactory.js +0 -12
  440. package/esm2015/progress-spinner/progress-spinner.module.ngsummary.json +0 -1
  441. package/esm2015/progress-spinner/progress-spinner.ngfactory.js +0 -18
  442. package/esm2015/progress-spinner/progress-spinner.ngsummary.json +0 -1
  443. package/esm2015/public_api.ngsummary.json +0 -1
  444. package/esm2015/quick-list/add-option.js +0 -51
  445. package/esm2015/quick-list/add-option.ngfactory.js +0 -36
  446. package/esm2015/quick-list/add-option.ngsummary.json +0 -1
  447. package/esm2015/quick-list/add-option.service.ngsummary.json +0 -1
  448. package/esm2015/quick-list/index.ngsummary.json +0 -1
  449. package/esm2015/quick-list/quick-list.js +0 -78
  450. package/esm2015/quick-list/quick-list.module.js +0 -21
  451. package/esm2015/quick-list/quick-list.module.ngfactory.js +0 -17
  452. package/esm2015/quick-list/quick-list.module.ngsummary.json +0 -1
  453. package/esm2015/quick-list/quick-list.ngfactory.js +0 -32
  454. package/esm2015/quick-list/quick-list.ngsummary.json +0 -1
  455. package/esm2015/searchfield/index.ngsummary.json +0 -1
  456. package/esm2015/searchfield/search-field.js +0 -100
  457. package/esm2015/searchfield/search-field.module.js +0 -20
  458. package/esm2015/searchfield/search-field.module.ngfactory.js +0 -17
  459. package/esm2015/searchfield/search-field.module.ngsummary.json +0 -1
  460. package/esm2015/searchfield/search-field.ngsummary.json +0 -1
  461. package/esm2015/treetable/index.ngsummary.json +0 -1
  462. package/esm2015/treetable/renderer/cell-renderer.js +0 -28
  463. package/esm2015/treetable/renderer/cell-renderer.ngsummary.json +0 -1
  464. package/esm2015/treetable/renderer/header-renderer.js +0 -41
  465. package/esm2015/treetable/renderer/header-renderer.ngsummary.json +0 -1
  466. package/esm2015/treetable/renderer/main-renderer.js +0 -93
  467. package/esm2015/treetable/renderer/main-renderer.ngsummary.json +0 -1
  468. package/esm2015/treetable/renderer/row-renderer.js +0 -16
  469. package/esm2015/treetable/renderer/row-renderer.ngsummary.json +0 -1
  470. package/esm2015/treetable/treetable-action-overflow.js +0 -77
  471. package/esm2015/treetable/treetable-action-overflow.ngfactory.js +0 -31
  472. package/esm2015/treetable/treetable-action-overflow.ngsummary.json +0 -1
  473. package/esm2015/treetable/treetable-cell.js +0 -19
  474. package/esm2015/treetable/treetable-cell.ngfactory.js +0 -18
  475. package/esm2015/treetable/treetable-cell.ngsummary.json +0 -1
  476. package/esm2015/treetable/treetable-column.js +0 -19
  477. package/esm2015/treetable/treetable-column.ngfactory.js +0 -18
  478. package/esm2015/treetable/treetable-column.ngsummary.json +0 -1
  479. package/esm2015/treetable/treetable-placeholder.js +0 -21
  480. package/esm2015/treetable/treetable-placeholder.ngfactory.js +0 -16
  481. package/esm2015/treetable/treetable-placeholder.ngsummary.json +0 -1
  482. package/esm2015/treetable/treetable-row.js +0 -80
  483. package/esm2015/treetable/treetable-row.ngfactory.js +0 -30
  484. package/esm2015/treetable/treetable-row.ngsummary.json +0 -1
  485. package/esm2015/treetable/treetable.js +0 -67
  486. package/esm2015/treetable/treetable.module.js +0 -40
  487. package/esm2015/treetable/treetable.module.ngfactory.js +0 -17
  488. package/esm2015/treetable/treetable.module.ngsummary.json +0 -1
  489. package/esm2015/treetable/treetable.ngfactory.js +0 -18
  490. package/esm2015/treetable/treetable.ngsummary.json +0 -1
  491. package/esm2015/util/escape.util.ngsummary.json +0 -1
  492. package/esm2015/util/index.ngsummary.json +0 -1
  493. package/esm2015/view-edit-section/index.ngsummary.json +0 -1
  494. package/esm2015/view-edit-section/view-edit-section.js +0 -57
  495. package/esm2015/view-edit-section/view-edit-section.module.js +0 -20
  496. package/esm2015/view-edit-section/view-edit-section.module.ngfactory.js +0 -17
  497. package/esm2015/view-edit-section/view-edit-section.module.ngsummary.json +0 -1
  498. package/esm2015/view-edit-section/view-edit-section.ngfactory.js +0 -48
  499. package/esm2015/view-edit-section/view-edit-section.ngsummary.json +0 -1
  500. package/fesm2015/clr-addons.js.map +0 -1
  501. package/flow-bar/flow-bar.module.ngfactory.d.ts +0 -3
  502. package/flow-bar/flow-bar.ngfactory.d.ts +0 -1
  503. package/generic-quick-list/generic-quick-list.module.ngfactory.d.ts +0 -3
  504. package/generic-quick-list/generic-quick-list.ngfactory.d.ts +0 -1
  505. package/history/history-pinned.ngfactory.d.ts +0 -1
  506. package/history/history.module.ngfactory.d.ts +0 -3
  507. package/history/history.ngfactory.d.ts +0 -1
  508. package/letter-avatar/letter-avatar.module.ngfactory.d.ts +0 -3
  509. package/letter-avatar/letter-avatar.ngfactory.d.ts +0 -1
  510. package/location-bar/location-bar-node/location-bar-node.component.ngfactory.d.ts +0 -1
  511. package/location-bar/location-bar.component.ngfactory.d.ts +0 -1
  512. package/location-bar/location-bar.module.ngfactory.d.ts +0 -3
  513. package/main-nav-group/main-nav-group.module.ngfactory.d.ts +0 -3
  514. package/main-nav-group/main-nav-group.ngfactory.d.ts +0 -1
  515. package/multilingual/multilingual-input/multilingual-input.ngfactory.d.ts +0 -1
  516. package/multilingual/multilingual-selector.ngfactory.d.ts +0 -1
  517. package/multilingual/multilingual-textarea/multilingual-textarea.ngfactory.d.ts +0 -1
  518. package/multilingual/multilingual.module.ngfactory.d.ts +0 -3
  519. package/notification/notification.module.ngfactory.d.ts +0 -3
  520. package/notification/notification.ngfactory.d.ts +0 -1
  521. package/numericfield/numeric-field.module.ngfactory.d.ts +0 -3
  522. package/paged-search-result-list/paged-search-result-list.module.ngfactory.d.ts +0 -3
  523. package/paged-search-result-list/paged-search-result-list.ngfactory.d.ts +0 -1
  524. package/pager/pager.module.ngfactory.d.ts +0 -3
  525. package/pager/pager.ngfactory.d.ts +0 -1
  526. package/progress-spinner/progress-spinner.module.ngfactory.d.ts +0 -3
  527. package/progress-spinner/progress-spinner.ngfactory.d.ts +0 -1
  528. package/quick-list/add-option.ngfactory.d.ts +0 -1
  529. package/quick-list/quick-list.module.ngfactory.d.ts +0 -3
  530. package/quick-list/quick-list.ngfactory.d.ts +0 -1
  531. package/searchfield/search-field.module.ngfactory.d.ts +0 -3
  532. package/treetable/treetable-action-overflow.ngfactory.d.ts +0 -1
  533. package/treetable/treetable-cell.ngfactory.d.ts +0 -1
  534. package/treetable/treetable-column.ngfactory.d.ts +0 -1
  535. package/treetable/treetable-placeholder.ngfactory.d.ts +0 -1
  536. package/treetable/treetable-row.ngfactory.d.ts +0 -1
  537. package/treetable/treetable.module.ngfactory.d.ts +0 -3
  538. package/treetable/treetable.ngfactory.d.ts +0 -1
  539. package/view-edit-section/view-edit-section.module.ngfactory.d.ts +0 -3
  540. package/view-edit-section/view-edit-section.ngfactory.d.ts +0 -1
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
3
4
  export interface ClrFlowBarStep {
4
5
  title: Observable<string>;
5
6
  enabled: boolean;
@@ -26,4 +27,6 @@ export declare class ClrFlowBar implements OnInit {
26
27
  private isAnyFollowingStepEnabled;
27
28
  private findPreviousEnabledStep;
28
29
  private findNextEnabledStep;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrFlowBar, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrFlowBar, "clr-flow-bar", never, { "_steps": "clrSteps"; "_activeStep": "clrActiveStep"; }, { "_activeStepChange": "clrActiveStepChange"; }, never, never>;
29
32
  }
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./flow-bar";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@clr/angular";
5
+ import * as i4 from "@angular/forms";
1
6
  export declare class ClrFlowBarModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrFlowBarModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrFlowBarModule, [typeof i1.ClrFlowBar], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule], [typeof i1.ClrFlowBar]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrFlowBarModule>;
2
10
  }
@@ -1,4 +1,5 @@
1
1
  import { TemplateRef, EventEmitter, QueryList, AfterViewInit, OnInit, ElementRef, OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export interface ClrGenericQuickListItem {
3
4
  id: any;
4
5
  }
@@ -22,4 +23,6 @@ export declare class ClrGenericQuickList<T extends ClrGenericQuickListItem> impl
22
23
  removeItem(item: T): void;
23
24
  setFocusOnAdd(): void;
24
25
  ngOnDestroy(): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrGenericQuickList<any>, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrGenericQuickList<any>, "clr-generic-quick-list", never, { "allItems": "clrAllItems"; "addLabel": "clrAddLabel"; "addPossible": "clrAddPossible"; "blankItem": "clrBlankItem"; "controlClasses": "clrControlClasses"; "required": "clrMandatory"; "readonly": "readonly"; }, { "added": "clrAdded"; "removed": "clrRemoved"; }, ["itemTemplate"], ["label", ".header-container"]>;
25
28
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./generic-quick-list";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@clr/angular";
1
5
  export declare class ClrGenericQuickListModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrGenericQuickListModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrGenericQuickListModule, [typeof i1.ClrGenericQuickList], [typeof i2.CommonModule, typeof i3.ClarityModule], [typeof i1.ClrGenericQuickList]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrGenericQuickListModule>;
2
9
  }
@@ -1,6 +1,7 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { ClrHistoryModel } from './history-model.interface';
3
3
  import { ClrHistoryService } from './history.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class ClrHistoryPinned implements OnInit, OnDestroy {
5
6
  private historyService;
6
7
  username: string;
@@ -17,4 +18,6 @@ export declare class ClrHistoryPinned implements OnInit, OnDestroy {
17
18
  constructor(historyService: ClrHistoryService);
18
19
  ngOnInit(): void;
19
20
  ngOnDestroy(): void;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrHistoryPinned, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrHistoryPinned, "clr-history-pinned", never, { "username": "clrUsername"; "context": "clrContext"; "domain": "clrDomain"; }, {}, never, never>;
20
23
  }
@@ -1,6 +1,7 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { ClrHistoryModel } from './history-model.interface';
3
3
  import { ClrHistoryService } from './history.service';
4
+ import * as i0 from "@angular/core";
4
5
  export declare class ClrHistory implements OnInit {
5
6
  private historyService;
6
7
  username: string;
@@ -22,4 +23,6 @@ export declare class ClrHistory implements OnInit {
22
23
  ngOnInit(): void;
23
24
  select(history: ClrHistoryModel): void;
24
25
  togglePinHistory(): void;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrHistory, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrHistory, "clr-history", never, { "username": "clrUsername"; "context": "clrContext"; "pinActive": "clrPinActive"; "dropdownHeader": "clrDropdownHeader"; "dropdownPin": "clrDropdownPin"; "dropdownUnpin": "clrDropdownUnpin"; "domain": "clrDomain"; "position": "clrPosition"; }, {}, never, never>;
25
28
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./history";
3
+ import * as i2 from "./history-pinned";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@clr/angular";
6
+ import * as i5 from "@angular/router";
1
7
  export declare class ClrHistoryModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrHistoryModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrHistoryModule, [typeof i1.ClrHistory, typeof i2.ClrHistoryPinned], [typeof i3.CommonModule, typeof i4.ClarityModule, typeof i5.RouterModule], [typeof i1.ClrHistory, typeof i2.ClrHistoryPinned]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrHistoryModule>;
2
11
  }
@@ -1,5 +1,6 @@
1
1
  import { ClrHistoryModel, ClrHistorySettingsModel } from './history-model.interface';
2
2
  import { BehaviorSubject } from 'rxjs';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ClrHistoryService {
4
5
  cookieSettings$: BehaviorSubject<ClrHistorySettingsModel[]>;
5
6
  cookieName: string;
@@ -38,4 +39,6 @@ export declare class ClrHistoryService {
38
39
  private decode;
39
40
  private setCookie;
40
41
  private getDomain;
42
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrHistoryService, never>;
43
+ static ɵprov: i0.ɵɵInjectableDeclaration<ClrHistoryService>;
41
44
  }
package/index.d.ts CHANGED
@@ -25,3 +25,5 @@ export * from './icons/index';
25
25
  export * from './history/index';
26
26
  export * from './brand-avatar/index';
27
27
  export * from './location-bar/index';
28
+ export * from './autocomplete-off/index';
29
+ export * from './abstract-form-component/index';
@@ -1,4 +1,5 @@
1
1
  import { AfterViewInit, Renderer2, ElementRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class ClrLetterAvatar implements AfterViewInit {
3
4
  private renderer;
4
5
  avatar: boolean;
@@ -8,4 +9,6 @@ export declare class ClrLetterAvatar implements AfterViewInit {
8
9
  constructor(renderer: Renderer2);
9
10
  ngAfterViewInit(): void;
10
11
  getInitials(): string;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrLetterAvatar, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrLetterAvatar, "clr-letter-avatar", never, { "name": "clrName"; "size": "clrSize"; }, {}, never, never>;
11
14
  }
@@ -1,2 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./letter-avatar";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@clr/angular";
1
5
  export declare class ClrLetterAvatarModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrLetterAvatarModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrLetterAvatarModule, [typeof i1.ClrLetterAvatar], [typeof i2.CommonModule, typeof i3.ClarityModule], [typeof i1.ClrLetterAvatar]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrLetterAvatarModule>;
2
9
  }
@@ -1,3 +1,4 @@
1
1
  export * from './location-bar.model';
2
2
  export * from './location-bar.provider';
3
3
  export * from './location-bar.module';
4
+ export * from './location-bar.component';
@@ -2,6 +2,7 @@ import { EventEmitter } from '@angular/core';
2
2
  import '@cds/core/icon/register.js';
3
3
  import { LocationBarNode, NodeId } from '../location-bar.model';
4
4
  import { LocationBarContentProvider } from '../location-bar.provider';
5
+ import * as i0 from "@angular/core";
5
6
  /**
6
7
  * Component which renders a node of the location bar.
7
8
  */
@@ -41,4 +42,6 @@ export declare class LocationBarNodeComponent<T extends NodeId> {
41
42
  * @param selectedNode The node which has been selected
42
43
  */
43
44
  private notifySelectionChanged;
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocationBarNodeComponent<any>, [{ optional: true; }]>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<LocationBarNodeComponent<any>, "clr-location-bar-node", never, { "parentNode": "parentNode"; }, { "selectionChanged": "selectionChanged"; }, never, ["*"]>;
44
47
  }
@@ -2,6 +2,7 @@ import { EventEmitter } from '@angular/core';
2
2
  import '@cds/core/icon/register.js';
3
3
  import { ReplaySubject } from 'rxjs';
4
4
  import { LocationBarNode, NodeId } from './location-bar.model';
5
+ import * as i0 from "@angular/core";
5
6
  export declare class LocationBarComponent<T extends NodeId> {
6
7
  root$: ReplaySubject<LocationBarNode<T>>;
7
8
  iconShape: string;
@@ -9,4 +10,6 @@ export declare class LocationBarComponent<T extends NodeId> {
9
10
  set roots(roots: LocationBarNode<T>[]);
10
11
  selectionChanged: EventEmitter<T[]>;
11
12
  onSelectionChanged(selection: T[]): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocationBarComponent<any>, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<LocationBarComponent<any>, "clr-location-bar", never, { "iconShape": "clrIconShape"; "iconTitle": "clrIconTitle"; "roots": "clrRoots"; }, { "selectionChanged": "clrSelectionChanged"; }, never, never>;
12
15
  }
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./location-bar.component";
3
+ import * as i2 from "./location-bar-node/location-bar-node.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@clr/angular";
1
6
  export declare class ClrLocationBarModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrLocationBarModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrLocationBarModule, [typeof i1.LocationBarComponent, typeof i2.LocationBarNodeComponent], [typeof i3.CommonModule, typeof i4.ClrIconModule, typeof i4.ClrDropdownModule], [typeof i1.LocationBarComponent]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrLocationBarModule>;
2
10
  }
@@ -1,4 +1,5 @@
1
1
  import { ElementRef, Renderer2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class ClrMainNavGroupItem {
3
4
  private el;
4
5
  private renderer;
@@ -6,4 +7,6 @@ export declare class ClrMainNavGroupItem {
6
7
  disabled: boolean;
7
8
  focus(): void;
8
9
  blur(): void;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMainNavGroupItem, never>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClrMainNavGroupItem, "[clrMainNavGroupItem]", never, {}, {}, never>;
9
12
  }
@@ -1,5 +1,6 @@
1
1
  import { Injector, ElementRef, Renderer2, OnDestroy, OnInit, QueryList } from '@angular/core';
2
2
  import { ClrMainNavGroupItem } from './main-nav-group-item';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ClrMainNavGroup implements OnInit, OnDestroy {
4
5
  title: string;
5
6
  prefix: string;
@@ -23,4 +24,6 @@ export declare class ClrMainNavGroup implements OnInit, OnDestroy {
23
24
  private listenToArrowKeys;
24
25
  private move;
25
26
  private focusFirstItemOnOpen;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMainNavGroup, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrMainNavGroup, "clr-main-nav-group", never, { "title": "clrTitle"; }, {}, ["items"], ["*"]>;
26
29
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./main-nav-group";
3
+ import * as i2 from "./main-nav-group-item";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/router";
6
+ import * as i5 from "@clr/angular";
1
7
  export declare class ClrMainNavGroupModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMainNavGroupModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrMainNavGroupModule, [typeof i1.ClrMainNavGroup, typeof i2.ClrMainNavGroupItem], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.ClarityModule], [typeof i1.ClrMainNavGroup, typeof i2.ClrMainNavGroupItem]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrMainNavGroupModule>;
2
11
  }
@@ -1,5 +1,6 @@
1
1
  import { ClrAbstractFormComponent } from '../abstract-form-component/abstract-form-component';
2
2
  import { ElementRef, Injector } from '@angular/core';
3
+ import * as i0 from "@angular/core";
3
4
  export declare abstract class ClrMultilingualAbstract extends ClrAbstractFormComponent {
4
5
  multi: boolean;
5
6
  controlClasses: string;
@@ -15,4 +16,6 @@ export declare abstract class ClrMultilingualAbstract extends ClrAbstractFormCom
15
16
  setText(key: string, value: string): void;
16
17
  showLanguageSelector(): boolean;
17
18
  changeLanguage(lang: string): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualAbstract, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClrMultilingualAbstract, never, never, { "controlClasses": "clrControlClasses"; "selectedLang": "clrSelectedLang"; "readonly": "readonly"; "maxlength": "maxlength"; "showSingleLanguageSelector": "clrShowSingleLanguageSelector"; }, {}, never>;
18
21
  }
@@ -1,5 +1,8 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { ClrMultilingualAbstract } from '../abstract-multilingual';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ClrMultilingualInput extends ClrMultilingualAbstract {
4
5
  constructor(injector: Injector);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualInput, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrMultilingualInput, "clr-multilingual-input", never, {}, {}, never, ["label", "clr-control-helper", "clr-control-error"]>;
5
8
  }
@@ -1,7 +1,10 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class ClrMultilingualSelector {
3
4
  disabled: boolean;
4
5
  texts: Map<string, string>;
5
6
  selectedLang: string;
6
7
  selectedLangChange: EventEmitter<string>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualSelector, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrMultilingualSelector, "clr-multilingual-selector", never, { "disabled": "disabled"; "texts": "texts"; "selectedLang": "selectedLang"; }, { "selectedLangChange": "selectedLangChange"; }, never, never>;
7
10
  }
@@ -1,5 +1,8 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { ClrMultilingualAbstract } from '../abstract-multilingual';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ClrMultilingualTextarea extends ClrMultilingualAbstract {
4
5
  constructor(injector: Injector);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualTextarea, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrMultilingualTextarea, "clr-multilingual-textarea", never, {}, {}, never, ["label", "clr-control-helper", "clr-control-error"]>;
5
8
  }
@@ -1,4 +1,5 @@
1
1
  import { AbstractControl, Validator, ValidatorFn } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class ClrMultilingualInputValidators {
3
4
  /**
4
5
  * @description
@@ -33,6 +34,8 @@ export declare class ClrRequiredOneMultilang implements Validator {
33
34
  validate(control: AbstractControl): {
34
35
  [key: string]: any;
35
36
  } | null;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrRequiredOneMultilang, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClrRequiredOneMultilang, "[clrRequiredOneMultilang]", never, { "active": "clrRequiredOneMultilang"; }, {}, never>;
36
39
  }
37
40
  export declare class ClrRequiredAllMultilang implements Validator {
38
41
  _active: boolean;
@@ -40,4 +43,6 @@ export declare class ClrRequiredAllMultilang implements Validator {
40
43
  validate(control: AbstractControl): {
41
44
  [key: string]: any;
42
45
  } | null;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrRequiredAllMultilang, never>;
47
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClrRequiredAllMultilang, "[clrRequiredAllMultilang]", never, { "active": "clrRequiredAllMultilang"; }, {}, never>;
43
48
  }
@@ -1,2 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./multilingual-input/multilingual-input";
3
+ import * as i2 from "./multilingual-textarea/multilingual-textarea";
4
+ import * as i3 from "./multilingual-validators";
5
+ import * as i4 from "./multilingual-selector";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "@clr/angular";
8
+ import * as i7 from "@angular/forms";
1
9
  export declare class ClrMultilingualModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMultilingualModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrMultilingualModule, [typeof i1.ClrMultilingualInput, typeof i2.ClrMultilingualTextarea, typeof i3.ClrRequiredOneMultilang, typeof i3.ClrRequiredAllMultilang, typeof i4.ClrMultilingualSelector], [typeof i5.CommonModule, typeof i6.ClarityModule, typeof i7.FormsModule], [typeof i1.ClrMultilingualInput, typeof i2.ClrMultilingualTextarea, typeof i3.ClrRequiredOneMultilang, typeof i3.ClrRequiredAllMultilang, typeof i4.ClrMultilingualSelector]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrMultilingualModule>;
2
13
  }
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter, NgZone, OnInit, ElementRef } from '@angular/core';
2
2
  import { ClrAlert } from '@clr/angular';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ClrNotification implements OnInit {
4
5
  private elementRef;
5
6
  private ngZone;
@@ -28,4 +29,6 @@ export declare class ClrNotification implements OnInit {
28
29
  moveDown(translateValue: number): void;
29
30
  moveUp(translateValue: number): void;
30
31
  private setCurrentPosition;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrNotification, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrNotification, "clr-notification", never, { "timeout": "timeout"; "notificationType": "notificationType"; "dismissable": "dismissable"; "progressbar": "progressbar"; }, { "closed": "closed"; }, never, ["[clr-notification-message]"]>;
31
34
  }
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./notification";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@clr/angular";
5
+ import * as i4 from "@angular/forms";
1
6
  export declare class ClrNotificationModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrNotificationModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrNotificationModule, [typeof i1.ClrNotification], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule], never>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrNotificationModule>;
2
10
  }
@@ -1,5 +1,6 @@
1
1
  import { ApplicationRef, ComponentFactoryResolver, Injector, TemplateRef } from '@angular/core';
2
2
  import { ClrNotificationRef } from './notification-ref';
3
+ import * as i0 from "@angular/core";
3
4
  export interface ClrNotificationOptions {
4
5
  timeout?: number;
5
6
  notificationType?: string;
@@ -21,4 +22,6 @@ export declare class ClrNotificationService {
21
22
  private _createFromString;
22
23
  private _attachWindowComponent;
23
24
  private _applyWindowOptions;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrNotificationService, never>;
26
+ static ɵprov: i0.ɵɵInjectableDeclaration<ClrNotificationService>;
24
27
  }
@@ -1,4 +1,5 @@
1
1
  import { AbstractControl, ValidatorFn, Validator } from '@angular/forms';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class ClrNumericFieldValidators {
3
4
  /**
4
5
  * @description
@@ -49,6 +50,8 @@ export declare class ClrMaxNumeric implements Validator {
49
50
  validate(control: AbstractControl): {
50
51
  [key: string]: any;
51
52
  } | null;
53
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMaxNumeric, never>;
54
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClrMaxNumeric, "[clrMaxNumeric]", never, { "_max": "clrMaxNumeric"; "_groupingSep": "clrGroupingSep"; "_decimalSep": "clrDecimalSep"; }, {}, never>;
52
55
  }
53
56
  export declare class ClrMinNumeric implements Validator {
54
57
  _min: number;
@@ -57,4 +60,6 @@ export declare class ClrMinNumeric implements Validator {
57
60
  validate(control: AbstractControl): {
58
61
  [key: string]: any;
59
62
  } | null;
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrMinNumeric, never>;
64
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClrMinNumeric, "[clrMinNumeric]", never, { "_min": "clrMinNumeric"; "_groupingSep": "clrGroupingSep"; "_decimalSep": "clrDecimalSep"; }, {}, never>;
60
65
  }
@@ -1,5 +1,6 @@
1
1
  import { AfterViewChecked, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ClrNumericField implements OnInit, OnDestroy, AfterViewChecked, ControlValueAccessor {
4
5
  private renderer;
5
6
  private inputEl;
@@ -42,4 +43,6 @@ export declare class ClrNumericField implements OnInit, OnDestroy, AfterViewChec
42
43
  private injectUnitSymbol;
43
44
  private detachListener;
44
45
  private roundOrTruncate;
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrNumericField, never>;
47
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClrNumericField, "[clrNumeric]", never, { "textAlign": "clrTextAlign"; "decimalPlaces": "clrDecimalPlaces"; "roundValue": "clrRoundDisplayValue"; "autofillDecimals": "clrAutofillDecimals"; "decimalSeparator": "clrDecimalSep"; "groupingSeparator": "clrGroupingSep"; "unitPosition": "clrUnitPosition"; "numericValue": "clrNumericValue"; "unit": "clrUnit"; }, { "numericValueChanged": "clrNumericValueChange"; }, never>;
45
48
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./numeric-field";
3
+ import * as i2 from "./numeric-field-validators";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@clr/angular";
6
+ import * as i5 from "@angular/forms";
1
7
  export declare class ClrNumericFieldModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrNumericFieldModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrNumericFieldModule, [typeof i1.ClrNumericField, typeof i2.ClrMaxNumeric, typeof i2.ClrMinNumeric], [typeof i3.CommonModule, typeof i4.ClarityModule, typeof i4.ClrFormsModule, typeof i5.FormsModule], [typeof i1.ClrNumericField, typeof i2.ClrMaxNumeric, typeof i2.ClrMinNumeric]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrNumericFieldModule>;
2
11
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@porscheinformatik/clr-addons",
3
- "version": "11.1.0",
3
+ "version": "12.0.1",
4
4
  "description": "Addon components for Clarity Angular",
5
- "es2015": "fesm2015/clr-addons.js",
5
+ "es2015": "esm2015/clr-addons.js",
6
6
  "homepage": "https://porscheinformatik.github.io/clarity-addons/",
7
7
  "main": "bundles/clr-addons.umd.js",
8
- "module": "fesm2015/clr-addons.js",
8
+ "module": "fesm2015/clr-addons.mjs",
9
9
  "keywords": [
10
10
  "ng-add",
11
11
  "clarity",
@@ -18,24 +18,38 @@
18
18
  "url": "git@github.com:porscheinformatik/clarity-addons.git"
19
19
  },
20
20
  "peerDependencies": {
21
- "@angular/common": "^12.0.0",
22
- "@angular/core": "^12.0.0",
23
- "@clr/angular": "12.0.9",
24
- "@cds/core": "5.6.2",
25
- "@clr/icons": "12.0.9",
26
- "@clr/ui": "12.0.9"
21
+ "@angular/common": "^13.0.0",
22
+ "@angular/core": "^13.0.0",
23
+ "@clr/angular": "13.0.2",
24
+ "@cds/core": "5.6.4",
25
+ "@clr/icons": "13.0.2",
26
+ "@clr/ui": "13.0.2"
27
27
  },
28
28
  "author": "porscheinformatik",
29
29
  "license": "MIT",
30
30
  "bugs": {
31
31
  "url": "https://github.com/porscheinformatik/clarity-addons/issues"
32
32
  },
33
- "esm2015": "esm2015/clr-addons.js",
34
- "fesm2015": "fesm2015/clr-addons.js",
33
+ "es2020": "fesm2020/clr-addons.mjs",
34
+ "esm2020": "esm2020/clr-addons.mjs",
35
+ "fesm2020": "fesm2020/clr-addons.mjs",
36
+ "fesm2015": "fesm2015/clr-addons.mjs",
35
37
  "typings": "clr-addons.d.ts",
36
- "metadata": "clr-addons.metadata.json",
38
+ "exports": {
39
+ "./package.json": {
40
+ "default": "./package.json"
41
+ },
42
+ ".": {
43
+ "types": "./clr-addons.d.ts",
44
+ "esm2020": "./esm2020/clr-addons.mjs",
45
+ "es2020": "./fesm2020/clr-addons.mjs",
46
+ "es2015": "./fesm2015/clr-addons.mjs",
47
+ "node": "./fesm2015/clr-addons.mjs",
48
+ "default": "./fesm2020/clr-addons.mjs"
49
+ }
50
+ },
37
51
  "sideEffects": false,
38
52
  "dependencies": {
39
- "tslib": "^2.2.0"
53
+ "tslib": "^2.3.0"
40
54
  }
41
55
  }
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class ClrPagedSearchResultList {
3
4
  /**
4
5
  * The page size, used for pagination.
@@ -28,4 +29,6 @@ export declare class ClrPagedSearchResultList {
28
29
  * Triggered whenever a page change occurs.
29
30
  */
30
31
  pageChange: EventEmitter<any>;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrPagedSearchResultList, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrPagedSearchResultList, "clr-paged-search-result-list", never, { "pageSize": "clrPageSize"; "currentPage": "clrPage"; "totalItems": "clrTotalItems"; "items": "clrItems"; "clrPagerPosition": "clrPagerPosition"; }, { "pageChange": "clrPageChange"; }, ["itemTemplate"], never>;
31
34
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./paged-search-result-list";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@clr/angular";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "../pager/pager.module";
1
7
  export declare class ClrPagedSearchResultListModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrPagedSearchResultListModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrPagedSearchResultListModule, [typeof i1.ClrPagedSearchResultList], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule, typeof i5.ClrPagerModule], [typeof i1.ClrPagedSearchResultList]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrPagedSearchResultListModule>;
2
11
  }
package/pager/pager.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  /**
3
4
  * Custom pager component because clarity's pager component can only be used inside a data grid.
4
5
  * Currently a requested feature, see here: https://github.com/vmware/clarity/issues/2268
@@ -42,4 +43,6 @@ export declare class ClrPager {
42
43
  * Conditionally adds page numbers before and after the current page
43
44
  */
44
45
  get middlePages(): number[];
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrPager, never>;
47
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrPager, "clr-pager", never, { "pageSize": "clrPageSize"; "totalItems": "clrTotalItems"; "last": "clrLast"; "page": "clrPage"; }, { "pageChange": "clrPageChange"; }, never, never>;
45
48
  }
@@ -1,2 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./pager";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@clr/angular";
5
+ import * as i4 from "@angular/forms";
1
6
  export declare class ClrPagerModule {
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrPagerModule, never>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrPagerModule, [typeof i1.ClrPager], [typeof i2.CommonModule, typeof i3.ClarityModule, typeof i4.FormsModule], [typeof i1.ClrPager]>;
9
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrPagerModule>;
2
10
  }
@@ -1,4 +1,5 @@
1
1
  import { ChangeDetectorRef, OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
2
3
  export declare class ClrProgressSpinnerComponent implements OnDestroy {
3
4
  private changeDetectorRef;
4
5
  private static readonly MINIMUM_VISIBLE_DURATION;
@@ -13,4 +14,6 @@ export declare class ClrProgressSpinnerComponent implements OnDestroy {
13
14
  private hide;
14
15
  private getRemainingVisibleTime;
15
16
  private getVisibleTime;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrProgressSpinnerComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrProgressSpinnerComponent, "clr-progress-spinner", never, { "size": "clrSize"; "showSpinner": "clrShowSpinner"; }, {}, never, ["*"]>;
16
19
  }
@@ -1,2 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./progress-spinner";
3
+ import * as i2 from "@angular/common";
1
4
  export declare class ClrProgressSpinnerModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrProgressSpinnerModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrProgressSpinnerModule, [typeof i1.ClrProgressSpinnerComponent], [typeof i2.CommonModule], [typeof i1.ClrProgressSpinnerComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrProgressSpinnerModule>;
2
8
  }
@@ -1,5 +1,6 @@
1
1
  import { ElementRef, EventEmitter } from '@angular/core';
2
2
  import { ClrQuickListValue } from './add-option.service';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class ClrAddOption<T> {
4
5
  blankOption: ClrQuickListValue<T>;
5
6
  value: ClrQuickListValue<T>;
@@ -7,6 +8,7 @@ export declare class ClrAddOption<T> {
7
8
  allValues: Array<ClrQuickListValue<T>>;
8
9
  excludedValues: Array<ClrQuickListValue<T>>;
9
10
  readonly: string;
11
+ disabled: boolean;
10
12
  valueChanged: EventEmitter<ClrQuickListValue<T>>;
11
13
  remove: EventEmitter<void>;
12
14
  select: ElementRef;
@@ -15,4 +17,6 @@ export declare class ClrAddOption<T> {
15
17
  getValues(): ClrQuickListValue<T>[];
16
18
  trashDisabled(): boolean;
17
19
  focusComponent(): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrAddOption<any>, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrAddOption<any>, "clr-add-option", never, { "blankOption": "blankOption"; "value": "value"; "mandatory": "mandatory"; "allValues": "allValues"; "excludedValues": "excludedValues"; "readonly": "readonly"; "disabled": "disabled"; }, { "valueChanged": "valueChanged"; "remove": "remove"; }, never, never>;
18
22
  }
@@ -1,11 +1,13 @@
1
1
  import { EventEmitter, OnInit, QueryList } from '@angular/core';
2
2
  import { ClrQuickListValue } from './add-option.service';
3
3
  import { ClrAddOption } from './add-option';
4
- export declare class ClrQuickList<T> implements OnInit {
4
+ import { ClrAbstractFormComponent } from '../abstract-form-component/abstract-form-component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ClrQuickList<T> extends ClrAbstractFormComponent implements OnInit {
5
7
  blankOption: ClrQuickListValue<T>;
6
- allValues: Array<ClrQuickListValue<T>>;
8
+ allValues: ClrQuickListValue<T>[];
7
9
  mandatory: boolean;
8
- values: Array<ClrQuickListValue<T>>;
10
+ values: ClrQuickListValue<T>[];
9
11
  addLabel: string;
10
12
  controlClasses: string;
11
13
  readonly: string;
@@ -13,10 +15,15 @@ export declare class ClrQuickList<T> implements OnInit {
13
15
  emptyOptionAdded: EventEmitter<void>;
14
16
  options: QueryList<ClrAddOption<T>>;
15
17
  ngOnInit(): void;
18
+ writeValue(value: ClrQuickListValue<T>[]): void;
19
+ getEmptyValues(): ClrQuickListValue<T>[];
16
20
  onValueChanged(value: ClrQuickListValue<T>, i: number): void;
17
21
  onRemoveValue(i: number): void;
18
22
  addBlankOption(): void;
23
+ emitValueChanged(): void;
19
24
  focusOption(option: ClrQuickListValue<T>): void;
20
25
  hasBlankOption(): boolean;
21
26
  addNotPossible(): boolean;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrQuickList<any>, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClrQuickList<any>, "clr-quick-list", never, { "blankOption": "clrBlankOption"; "allValues": "clrAllValues"; "mandatory": "clrMandatory"; "values": "clrValues"; "addLabel": "clrAddLabel"; "controlClasses": "clrControlClasses"; "readonly": "readonly"; }, { "valuesChanged": "clrValuesChanged"; "emptyOptionAdded": "clrEmptyOptionAdded"; }, never, ["label"]>;
22
29
  }
@@ -1,2 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./quick-list";
3
+ import * as i2 from "./add-option";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@clr/angular";
1
7
  export declare class ClrQuickListModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClrQuickListModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ClrQuickListModule, [typeof i1.ClrQuickList, typeof i2.ClrAddOption], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.ClarityModule, typeof i5.ClrFormsModule], [typeof i1.ClrQuickList]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<ClrQuickListModule>;
2
11
  }