@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,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './flow-bar.module';
3
- export declare const ClrFlowBarModuleNgFactory: i0.NgModuleFactory<i1.ClrFlowBarModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './generic-quick-list.module';
3
- export declare const ClrGenericQuickListModuleNgFactory: i0.NgModuleFactory<i1.ClrGenericQuickListModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './history.module';
3
- export declare const ClrHistoryModuleNgFactory: i0.NgModuleFactory<i1.ClrHistoryModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './letter-avatar.module';
3
- export declare const ClrLetterAvatarModuleNgFactory: i0.NgModuleFactory<i1.ClrLetterAvatarModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './main-nav-group.module';
3
- export declare const ClrMainNavGroupModuleNgFactory: i0.NgModuleFactory<i1.ClrMainNavGroupModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './multilingual.module';
3
- export declare const ClrMultilingualModuleNgFactory: i0.NgModuleFactory<i1.ClrMultilingualModule>;
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './notification.module';
3
- export declare const ClrNotificationModuleNgFactory: i0.NgModuleFactory<i1.ClrNotificationModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './numeric-field.module';
3
- export declare const ClrNumericFieldModuleNgFactory: i0.NgModuleFactory<i1.ClrNumericFieldModule>;
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './paged-search-result-list.module';
3
- export declare const ClrPagedSearchResultListModuleNgFactory: i0.NgModuleFactory<i1.ClrPagedSearchResultListModule>;
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './pager.module';
3
- export declare const ClrPagerModuleNgFactory: i0.NgModuleFactory<i1.ClrPagerModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './progress-spinner.module';
3
- export declare const ClrProgressSpinnerModuleNgFactory: i0.NgModuleFactory<i1.ClrProgressSpinnerModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './quick-list.module';
3
- export declare const ClrQuickListModuleNgFactory: i0.NgModuleFactory<i1.ClrQuickListModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './search-field.module';
3
- export declare const ClrSearchFieldModuleNgFactory: i0.NgModuleFactory<i1.ClrSearchFieldModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './treetable.module';
3
- export declare const ClrTreetableModuleNgFactory: i0.NgModuleFactory<i1.ClrTreetableModule>;
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './view-edit-section.module';
3
- export declare const ClrViewEditSectionModuleNgFactory: i0.NgModuleFactory<i1.ClrViewEditSectionModule>;
@@ -1 +0,0 @@
1
- export {};